/* Alles fertig. */#jobsmodal #jobspopupcontent {
  max-width: 60em;
  width: 100%;
  margin: 5em auto;
  background-color: #e6e6e6;
  padding: 2em 2em 2em 0;
  font-weight: 400;
  font-size: 0.6rem;
  position: relative;
  border-radius: 0;
}
#jobsmodal #jobspopupcontent img {
  width: 100%;
  height: auto;
  display: none;
}
#jobsmodal #jobspopupcontent span.close {
  background-color: transparent;
  position: absolute;
  left: 0em;
  top: 1em;
  display: block;
  padding: 0.5em 1em;
  opacity: 1;
  font-size: 1.5em;
  cursor: pointer;
  z-index: 1000;
}
#jobsmodal #jobspopupcontent .swiper {
  overflow: hidden;
}
#jobsmodal #jobspopupcontent .slideitem,
#jobsmodal #jobspopupcontent .textblue,
#jobsmodal #jobspopupcontent .textgrey {
  color: #ffffff;
  font-size: 1.5em;
  text-align: left;
  margin-bottom: 0.5em;
}
#jobsmodal #jobspopupcontent .slideitem .inner,
#jobsmodal #jobspopupcontent .textblue .inner,
#jobsmodal #jobspopupcontent .textgrey .inner {
  padding: 1em 2rem;
}
#jobsmodal #jobspopupcontent .slideitem .inner p,
#jobsmodal #jobspopupcontent .textblue .inner p,
#jobsmodal #jobspopupcontent .textgrey .inner p {
  line-height: 1.2 !important;
}
#jobsmodal #jobspopupcontent .slideitem {
  padding: 2.5em 0 0 0;
  position: relative;
  height: 100%;
}
#jobsmodal #jobspopupcontent .slideitem .textbox {
  background-color: var(--primaryColor);
  display: inline-block;
  position: relative;
  height: 100%;
  color: #e6e6e6;
}
#jobsmodal #jobspopupcontent .slideitem .textbox .inner {
  padding: 1em 2rem;
  font-size: 3em;
  line-height: 1.3em;
  font-weight: 700;
}
#jobsmodal #jobspopupcontent .slideitem .textbox .inner .visual {
  width: auto;
  height: 2em;
  position: absolute;
  right: 0.5em;
  top: 0;
  transform: translateY(-1.25em);
}
#jobsmodal #jobspopupcontent .slideitem.item-2 .textbox .inner,
#jobsmodal #jobspopupcontent .slideitem.item-3 .textbox .inner {
  font-size: 3.6em;
}
#jobsmodal #jobspopupcontent .textblue .inner {
  background-color: var(--secondaryColor);
  display: inline-block;
  font-size: 2em;
  line-height: 1.3em;
  color: #e6e6e6;
}
#jobsmodal #jobspopupcontent .textblue .inner p:last-child {
  margin-bottom: 0;
}
#jobsmodal #jobspopupcontent .textgrey {
  background-color: var(--secondaryDarkerColor);
  margin-bottom: 0;
}
#jobsmodal #jobspopupcontent .textgrey .inner {
  line-height: 1.2em;
  font-size: 1.5em;
  font-weight: 300;
}
#jobsmodal #jobspopupcontent .textgrey .inner p:last-child {
  margin-bottom: 0;
}
#jobsmodal #jobspopupcontent .textgrey .inner a {
  text-transform: uppercase;
}
.imap {
  display: flex;
  justify-content: center;
}
.imap .imap-inner {
  position: relative;
  margin-top: 4em;
  margin-bottom: 4em;
  max-width: 1000px;
}
.imap .imap-inner .imap-map {
  width: 100%;
  height: auto;
}
.imap .imap-inner .imap-spot {
  position: absolute;
  width: 0;
  height: 0;
}
.imap .imap-inner .imap-spot img {
  width: 1.75vw;
  height: auto;
  min-width: 25px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%,-100%);
}
.imap .modal-content * {
  color: #121b23;
}
.carmap .hotarea {
  opacity: 0.3;
  transition: 250ms all ease-out;
  cursor: pointer;
}
.carmap .hotarea:hover {
  opacity: 1;
}
.tooltip .tooltip-inner {
  max-width: 300px;
  padding: 1.5rem 1rem;
}
.tooltip .close {
  position: absolute;
  right: 1.5rem;
  top: 0;
  background: #ffffff;
  color: black;
  border-radius: 100%;
  display: block;
  width: 1.4em;
  height: 1.4em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  transform: translate(50%,-50%);
  opacity: 1 !important;
}
.tooltip p {
  line-height: 1em;
  text-align: left;
  margin-bottom: 1rem;
}
.tooltip p:last-child {
  margin-bottom: 0;
}
.tooltip hr {
  border-color: #666666;
  margin-bottom: 0.5rem;
}
.tooltip a {
  color: #ffffff;
  text-decoration: underline;
}
.tooltip .btn {
  background-color: #00c5ff;
  color: #ffffff;
  border: none;
  border-radius: 0;
  padding: 5px 10px;
  font-size: 0.875rem;
  text-decoration: none;
}
.layout-1 #header {
  background: transparent;
  transition: background 250ms ease-out;
}
.layout-1 #header:not(.scroll-down):not(.open) .main-navbar-01 .navbar-nav>.nav-item>.nav-link {
  color: #ffffff;
}
.layout-1 #header:not(.scroll-down):not(.open) .navbar-toggler .icon-bar {
  background-color: #fff;
  transition: background 250ms ease-out;
}
.layout-1 #header:not(.scroll-down):not(.open) .language-menu a {
  color: #ffffff;
  transition: color 250ms ease-out;
}
.layout-1 #header:not(.scroll-down):not(.open) .navbar-brand svg .st1 {
  transition: fill 250ms ease-out;
  fill: #ffffff;
}
.layout-1 #header.scroll-down,
.layout-1 #header.open {
  box-shadow: 0 0 10px #00000044;
  background-color: #ffffff;
}
.layout-1 main {
  padding-top: 0;
}
.layout-1 .content-headarea {
  max-width: unset;
  width: 100%;
  padding: 0;
}
.layout-1 .content-headarea .overlayheader {
  height: 15vw;
  min-height: 500px;
  width: 100%;
  position: relative;
}
.layout-1 .content-headarea .overlayheader .bgimgObj {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.layout-1 .content-headarea .overlayheader .overlaytext {
  position: absolute;
  bottom: 10%;
  color: #fff;
  padding: 15px;
}
.layout-1 .content-headarea .overlayheader .overlaytext h2 {
  color: #45b4e7;
}
@media screen and (min-width: 576px) {
  .layout-1 .content-headarea .overlayheader .overlaytext {
    left: 5%;
  }
}
@media screen and (min-width: 1200px) {
  .layout-1 .content-headarea .overlayheader .overlaytext {
    left: 50%;
  }
}
.tx-timeline {
  position: relative;
  overflow: hidden;
}
.tx-timeline >div:before {
  display: block;
  content: " ";
  position: absolute;
  top: 0px;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 4px;
  background-color: var(--secondaryDarkerColor);
}
.tx-timeline .entries {
  width: 100%;
  max-width: 800px;
  margin: auto;
  position: relative;
  left: -5px;
}
.tx-timeline .entries .entry {
  width: 50%;
  float: left;
  padding: 20px;
  clear: both;
  text-align: right;
}
.tx-timeline .entries .entry:not(:first-child) {
  margin-top: -60px;
}
.tx-timeline .entries .entry img {
  width: 100%;
  height: auto;
}
.tx-timeline .entries .entry .title {
  font-size: 32px;
  margin-bottom: 12px;
  position: relative;
  color: var(--secondaryDarkerColor);
}
.tx-timeline .entries .entry .title:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border: 4px solid var(--secondaryDarkerColor);
  background-color: white;
  border-radius: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -35px;
  z-index: 1000;
}
.tx-timeline .entries .entry .title.big:before {
  width: 24px;
  height: 24px;
  -webkit-transform: translate(8px,-50%);
  transform: translate(8px,-50%);
}
.tx-timeline .entries .entry .body {
  color: ;
}
.tx-timeline .entries .entry .body p {
  line-height: 1.4em;
}
.tx-timeline .entries .entry:nth-child(2n) {
  text-align: left;
  float: right;
}
.tx-timeline .entries .entry:nth-child(2n) .title:before {
  left: -25px;
}
.tx-timeline .entries .entry:nth-child(2n) .title.big:before {
  -webkit-transform: translate(-8px,-50%);
  transform: translate(-8px,-50%);
}
.tx-count-up .counternumber {
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 200px;
  background: var(--primaryColor);
  color: #ffffff;
  height: 7rem;
  width: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.tx-count-up .counteritem {
  display: flex;
  flex: 0 0 50%;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
  padding: 0 10px;
  box-sizing: border-box;
}
.tx-count-up .countertitle {
  color: var(--primaryColor);
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
}
.tx-count-up .counterrow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  margin: 50px 0;
}
@media screen and (min-width: 640px) {
  .tx-count-up .counternumber {
    font-size: 2.6rem;
    height: 10rem;
    width: 10rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .header-top-bar {
    display: none !important;
  }
  .navbar-toggler {
    display: block !important;
  }
  #navbarNavDropdown {
    display: none !important;
  }
  #navbarNavDropdown.show {
    display: flex !important;
    flex-direction: column;
    align-items: end;
  }
  #navbarNavDropdown.show .navbar-nav {
    flex-direction: column;
    width: 50%;
  }
  #navbarNavDropdown.show .navbar-nav .dropdown-menu {
    position: static;
  }
  #navbarNavDropdown.show .navbar-nav.d-lg-none {
    flex-direction: column;
    display: block !important;
  }
  #navbarNavDropdown.show .d-lg-none {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) {
  .tx-count-up .counteritem {
    flex: 0 0 20%;
  }
  .tx-count-up .countertitle {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .navbar-toggler {
    display: none !important;
  }
  #navbarNavDropdown {
    display: flex !important;
  }
}
.menuFooter {
  display: flex;
  flex-direction: column;
}
.menuFooter img {
  width: 100px;
  height: auto;
  margin-top: 2rem;
}
@media screen and (min-width: 640px) {
  .menuFooter {
    flex-direction: row;
  }
  .menuFooter img {
    margin-top: 0;
    margin-left: 4rem;
  }
}
