/**************************************** Start ****************************************/
body {
  background-color: #fff;
}
#mainHeader {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  padding: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 2px solid #ddd;
  transition: all 0.2s ease;
}
#mainHeader .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
#logo {
  display: block;
  float: left;
  max-width: 20vh;
  transition: all 0.2s ease;
}
#logo a {
  display: block;
}

/* HEADFIX */
#mainHeader.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 949;
}
#jakgroup-chat-container img {
  max-width: 100px;
}

/**************************************** Language ****************************************/
nav#langNav {
  position: absolute;
  top: 13px;
  right: 10px;
  z-index: 99;
}
#mainHeader.fixed nav#langNav {
  top: 0;
}
.languagepicker {
  transition: all 0.3s ease;
}
.languagepicker:hover {
  height: 80px;
}
.languagepicker a {
  text-decoration: none;
  position: relative;
  font-size: 12px;
}
.languagepicker li {
  display: block;
  padding: 0 0 0 30px;
  margin: 7px 15px;
}
.languagepicker a:first-child li {
  border: none;
  background: #fff !important;
}
.languagepicker li img {
  margin-right: 5px;
}
.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 center / cover;
}
.en:before {
  background: url(../img/en.png) no-repeat center / cover;
}
.fr:before {
  background: url(../img/efr.png) no-repeat;
}

/**************************************** Slider ****************************************/
#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;
}

/**************************************** Main Content ****************************************/
#mainContent {
  margin-bottom: 16vh;
}

/**************************************** Footer ****************************************/
#mainFooter {
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #fff;
  position: fixed;
  bottom: 2%;
  right: 1%;
  z-index: 99;
}
#mainFooter a {
  color: var(--sub-bg-color);
}

/**************************************** IDs ****************************************/
#page-141 .ce-column {
  flex-grow: 0;
}
#page-141 .rows-1 .ce-column,
#page-141 .rows-2 .ce-column,
#page-141 .rows-3 .ce-column,
#page-141 .rows-4 .ce-column,
#page-141 .rows-5 .ce-column,
#page-141 .rows-6 .ce-column,
#page-141 .rows-7 .ce-column,
#page-141 .rows-8 .ce-column {
  width: unset;
}
#page-141 .ce-bodytext p:last-child::after {
  content: unset;
}