#debug {
  background: var(--sub-txt-color);
  color: #000;
  position: fixed;
  z-index: 9999;
  left: 1%;
  bottom: 2%;
  padding: var(--main-padding);
}

/**************************************** Start ****************************************/
body{
  background-color: var(--c-white);
  image-rendering: -webkit-optimize-contrast;
}
#mainHeader {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 20px 0;
  z-index: 9999;
  transition: all .2s ease;
  font-size: .9em;
}
#mainHeader a, #mainHeader a:before {
	color: var(--c-white);
}
#mainHeader .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%; 
}
.contactInfo .articleInner {
    width: 100%;
}
#mainHeader .twoCols .seventy {
    width: 63%;
}
#mainHeader .twoCols .thirty {
    width: 35%;
}
#mainHeader .twoCols .col12 {
	background: var(--c-red);
}
#mainHeader .twoCols .col {
	margin: 0;
    padding: .6%;
}
#mainHeader a.phone {
    border-right: 1px solid var(--c-white);
    padding-top: 5px;
    padding-right: 22px;
    height: 30px;
    display: inline-block;
}
.logoFull {
  padding: 30px 0 20px;
}
/* HEADFIX  */
#mainHeader.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 949;
  margin-bottom: -9px;
}
#mainHeader.fixed #logo {
  transform: translateY(16px);
}
#mainHeader, #page-1 #mainHeader.fixed {
  background: var(--c-darkgrey);
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  padding: 0;
}
#page-1 #mainHeader {
  background: transparent;
  box-shadow: unset;
}
#mainHeader .twoCols, #page-1 #mainHeader.fixed .twoCols {
  background: var(--c-red);
}
#page-1 #mainHeader .twoCols {
  background: rgba(60, 60, 60, 0.9);
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  transition: all .2s ease;
}
/**************************************** Language ****************************************/
nav#langNav {  
  position: absolute;
  top: 13px;
  right: 10px;
  z-index: 99;
}
#mainHeader.fixed nav#langNav {
  top: 0;
}
.languagepicker {
  /*height: 40px;
  overflow: hidden;*/
  transition: all .3s ease;
}
.languagepicker:hover {
  height: 80px;
}
.languagepicker a{
  text-decoration: none;
  position: relative;
  font-size: 12px;
}
.languagepicker li {
  display: block;
  padding: 0px 0 0 30px;
  margin: 7px 15px;
}
.languagepicker a:first-child li {
  border: none;
  background: #FFF !important;
}
.languagepicker li img {
  margin-right: 5px;
}
.large:hover {
}
.de:before,
.en:before,
.fr:before{
  content:"";
  position: absolute;
  left: -25px;
  top: 1px;
  width: 20px;
  height: 11px;
}
.de:before{
  background:url(../img/de.png) no-repeat;
  background-size:cover;
}
.en:before{
  background:url(../img/en.png) no-repeat;
  background-size:cover;
}
.fr:before{
  background:url(../img/efr.png) no-repeat;
}
/**************************************** fixed ****************************************/
#mainHeader.fixed #mainNav ul li a{
  padding: 5px 10px;
}
/**************************************** Slider DIV ***********************************/
#slider{
  position: relative;
  z-index: 2;
}
#slider .swiper-slide{
  line-height: 0;
}
#slider svg{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
/**************************************** Footer ****************************************/
#mainFooter{    
  line-height: 2;
  letter-spacing: 0.05em;
  background: var(--c-lightgrey);
  color: var(--c-darkgrey);
}
#mainFooter .articleInner {
  width: 100%;
  margin: auto;
  padding: 0;
}
#mainFooter img {
  max-width: 30vh;
}
#mainFooter .footerCol{
  min-height: 5px;
}
#mainFooter a{
  color: var(--c-darkgrey);
  transition: all .2s ease;
}
#mainFooter a:hover, #mainFooter a:hover:before {
  color: var(--c-red);
}
#subFooter a {
  color: var(--c-grey);
  text-transform: uppercase;
}
#mainFooter .second ul li {
  display: inline-block;
  margin-left: 15px;
}
#mainFooter .second ul li:first-child {
  margin-left: 0;
}
#mainFooter h4 {
  font-size: 24px;
  line-height: 1.16667;
  margin: 0 0 25px 0;
}
#mainFooter .second h4:before {
  content: "";
  border-bottom: 1px solid #ccc;
  width: 15%;
  float: left;
  vertical-align: unset;
  padding: 15px 0 0 0;
  margin: 0 5px 0 0;
}
#mainFooter .first,
#mainFooter .second{
  margin-bottom: 50px;
}
#logoFooter .footerLogo img {
  background: var(--c-darkgrey);
  padding: 2.5em 1em 1em;
  margin-bottom: 40px;
}
#subFooter .full.inner {    
  border-top: 1px solid var(--c-grey);
  padding: 15px 0 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 14px;
  color: var(--c-grey);
  
}
#footerNav ul li {
  display: inline-block;
  margin-left: 15px;
}
#subFooter:after {
  content: "";
  clear: both;
}
#overlay{
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 950;
  background: rgba(0, 0, 0,0.6);
  cursor: pointer;
  opacity: 0;
  display: none;
  
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}