.wrapper {
  max-width: 1100px;
  margin: auto;
}
.level {
  display: flex;
}
.is-flex {
  flex: 1;
}
.unset-default-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-it {
  display: flex;
}
.text-white {
  color: white;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.content-split {
  display: flex;
}
.content-split > div {
  width: 50%;
}
.content-split.one-third-left .left {
  width: 33.3%;
}
.content-split.one-third-left .right {
  flex: 1;
}
.columns {
  display: flex;
  margin: 0 -1rem 0 -1rem;
}
@media all and (max-width: 780px) {
  .columns {
    flex-direction: column;
  }
}
.columns .column {
  flex: 1;
  padding: 1rem;
}
.columns .column.one-third {
  flex: none;
  width: 33.33333%;
}
.columns .column.one-half {
  flex: none;
  width: 50%;
}
.columns .column.two-third {
  flex: none;
  width: 66.66666%;
}
.basic-slider {
  position: relative;
  height: 60vh;
  overflow: hidden;
}
.basic-slider img {
  width: 100%;
}
.basic-slider .slick-arrow {
  position: absolute;
  top: 50%;
  height: 36px;
  margin-top: -18px;
  border: none;
  background-color: transparent;
  opacity: .3;
  z-index: 10;
  font-size: 46px;
  color: white;
}
.basic-slider .slick-arrow:hover {
  opacity: 1;
  cursor: pointer;
}
.basic-slider .slick-arrow.slick-prev {
  left: 20px;
}
.basic-slider .slick-arrow.slick-next {
  right: 20px;
}
@media all and (max-width: 900px) and (orientation: portrait) {
  .basic-slider {
    height: 40vh;
  }
}
@media all and (max-width: 900px) and (orientation: landscape) {
  .basic-slider {
    height: 70vh;
  }
}
.single-modelle .basic-slider {
  margin-top: 0px;
}
@media(max-width:768px) {
  .single-modelle .basic-slider {
    margin-top: 0px;
  }
}
.single-modelle .button {
  display: inline-block;
  color: #fff;
  background-color: #00aab8;
  text-shadow: none;
  padding: 5px 15px;
  font-weight: bold;
  line-height: 1.6;
  box-shadow: none;
  font-size: 16px;
  border-style: solid;
  transition: background-color 0.15s ease-out;
  border-width: 0;
}
.single-modelle .header {
  height: 60vh;
  position: relative;
  margin-bottom: 4rem;
  background-size: cover;
  background-position: 50% 50%;
  padding-top: 15vh;
}
.single-modelle .header .title {
  margin-top: 10px;
  padding: 0 100px;
  color: white;
  line-height: initial;
  font-size: 3.5vw;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media all and (max-width: 800px) {
  .single-modelle .header .title {
    padding: 0 30px;
  }
}
.single-modelle .header .subtitle {
  padding: 0 100px;
  color: white;
  font-weight: bold;
  font-size: 2vw;
  line-height: initial;
}
@media all and (max-width: 800px) {
  .single-modelle .header .subtitle {
    padding: 0 30px;
  }
}
.single-modelle .header .price {
  color: white;
  background-color: #666;
  display: flex;
  width: 250px;
  border-radius: 10px;
  overflow: hidden;
  font-weight: bold;
  margin-left: 100px;
  margin-top: 2rem;
}
@media all and (max-width: 800px) {
  .single-modelle .header .price {
    margin-left: 30px;
  }
}
.single-modelle .header .price .label {
  padding: 5px 15px;
  display: flex;
  align-items: center;
}
.single-modelle .header .price .value {
  flex: 1;
  text-align: right;
  padding: 5px 10px;
  font-size: 32px;
  background-color: #00aab8;
  line-height: 1;
}
@media all and (max-width: 800px) {
  .single-modelle .header .price .value {
    font-size: 5vw;
  }
}
.single-modelle .header .konfigurator-link {
  margin-left: 100px;
  display: inline-block;
  margin-top: 2rem;
  padding: 1em 5em;
  font-size: 1.2em;
  color: white;
  font-weight: bold;
  background-color: #00aab8;
}
@media all and (max-width: 800px) {
  .single-modelle .header .konfigurator-link {
    margin-left: 30px;
  }
}
.single-modelle .header .footnote {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #00aab8;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  padding: 1em;
  text-align: right;
}
.single-modelle .co2-info-section {
  margin: 4rem auto;
}
.single-modelle .co2-info-section .co2-panel {
  padding: 10px;
  border: 1px solid #e9e9e9;
  width: 95%;
}
.single-modelle .co2-info-section .co2-panel .title {
  margin-bottom: 1em;
  color: #666;
}
.single-modelle .co2-info-section .right .level {
  margin-bottom: 5px;
}
.single-modelle .image-and-text {
  background-color: #00aab8;
  color: #FFF;
}
.single-modelle .image-and-text .image {
  background-size: cover;
  background-position: 50% 50%;
  padding: 0;
  line-height: 0;
}
.single-modelle .image-and-text .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-modelle .image-and-text .text {
  padding: 6vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.single-modelle .image-and-text .text .title {
  font-size: 38px;
  margin-bottom: 30px;
}
.single-modelle .image-and-text .text p {
  font-size: 1.2em;
  line-height: 1.7;
}
.single-modelle .image-and-text .text + .image {
  text-align: right;
}
.single-modelle .image-and-text .image + .text {
  padding: 0 70px 0 40px;
}
.single-modelle .image-and-text .one-half {
  width: 50%;
}
.single-modelle .image-and-text .one-third {
  width: 33.33333%;
}
.single-modelle .image-and-text .two-third {
  width: 66.66666%;
}
.single-modelle .equip-variations-section > .title {
  margin-bottom: 1rem;
}
.single-modelle .equip-variations-section .equip-variation {
  padding: 3rem;
}
.single-modelle .equip-variations-section .equip-variation .content-split {
  align-items: center;
}
.single-modelle .equip-variations-section .equip-variation .image {
  display: flex;
  justify-content: flex-end;
  padding: 0 3rem;
}
.single-modelle .equip-variations-section .equip-variation .image img {
  align-self: center;
  max-width: 100%;
}
.single-modelle .equip-variations-section .equip-variation .details .title {
  font-size: 36px;
  margin-bottom: 1rem;
}
.single-modelle .equip-variations-section .equip-variation .details ul {
  padding-left: 1em;
  margin: 1rem 0;
}
.single-modelle .equip-variations-section .equip-variation .details ul li {
  margin-bottom: 5px;
}
.single-modelle .equip-variations-section .equip-variation .details .cta {
  display: inline-block;
  width: 250px;
  max-width: 100%;
  font-weight: bold;
}
.single-modelle .equip-variations-section .equip-variation .details .cta .price {
  color: white;
  background-color: #666;
  display: flex;
}
.single-modelle .equip-variations-section .equip-variation .details .cta .price .label {
  padding: 5px 15px;
  display: flex;
  align-items: center;
}
.single-modelle .equip-variations-section .equip-variation .details .cta .price .value {
  flex: 1;
  text-align: right;
  padding: 5px 10px;
  font-size: 32px;
  background-color: #00aab8;
  line-height: 1;
}
.single-modelle .equip-variations-section .equip-variation .details .cta .button {
  width: 100%;
  padding: 10px 15px;
}
.single-modelle .financial-services-section {
  margin-bottom: 5rem;
}
.single-modelle .financial-services-section > .title {
  font-size: 36px;
}
.single-modelle .financial-services-section .services {
  display: flex;
  justify-content: center;
}
.single-modelle .financial-services-section .services .service {
  position: relative;
  padding: 0 1rem;
  max-width: 30%;
}
.single-modelle .financial-services-section .services .service a {
  position: relative;
}
.single-modelle .financial-services-section .services .service a img {
  opacity: 1;
  max-width: 100%;
}
.single-modelle .financial-services-section .services .service a .name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-transform: uppercase;
  color: white;
  text-align: center;
  padding: 15px;
  font-size: 32px;
  /*// iPhone X Landscape*/
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  .single-modelle .financial-services-section .services .service a .name {
    font-size: 18px;
  }
}
.single-modelle .financial-services-section .services .service a:hover img {
  opacity: .7;
}
.single-modelle .employees > .title {
  font-size: 38px;
  margin-top: 0;
  margin-bottom: 30px;
}
.single-modelle .employees .employees-grid {
  justify-content: center;
}
@media all and (max-width: 900px) and (orientation: landscape) {
  .single-modelle .header {
    height: 70vh;
    padding-top: 10vh;
  }
}
@media all and (max-width: 900px) and (orientation: portrait) {
  .single-modelle > .wrapper {
    padding: 1rem;
  }
  .single-modelle .header {
    height: 40vh;
    padding-top: 10vh;
  }
  .single-modelle .co2-info-section .content-split .right {
    font-size: 2.5vw;
    padding-right: 1em;
  }
  .single-modelle .image-and-text .columns {
    margin: 0;
  }
  .single-modelle .image-and-text .one-third,
  .single-modelle .image-and-text .one-half,
  .single-modelle .image-and-text .two-third {
    width: 100%;
  }
  .single-modelle .image-and-text .image + .text {
    width: 100%;
    padding: 2rem;
  }
  .single-modelle .image-and-text .title {
    font-size: 7vw !important;
  }
  .single-modelle .image-and-text .text p {
    font-size: 3vw;
  }
  .single-modelle .equip-variations-section .equip-variation .image {
    padding-left: 0;
    padding-right: 1rem;
  }
  .single-modelle .equip-variations-section .equip-variation .image img {
    max-width: 100%;
  }
  .single-modelle .equip-variations-section .equip-variation .details .title {
    font-size: 4vw;
  }
  .single-modelle .equip-variations-section .equip-variation .details .title + div {
    font-size: 2vw;
  }
  .single-modelle .equip-variations-section .equip-variation .details .cta .price .value {
    font-size: 4vw;
  }
  .single-modelle .equip-variations-section .equip-variation .details .cta .button {
    font-size: 3vw;
  }
  .single-modelle .financial-services-section > .title {
    font-size: 7vw;
  }
  .single-modelle .financial-services-section .services .service a .name {
    font-size: 2.5vw;
  }
}
@media all and (max-width: 500px) {
  .single-modelle .header .price {
    width: 50%;
  }
  .single-modelle .header .price .value {
    font-size: 5vw;
  }
  .single-modelle .header .footnote {
    font-size: 2vw;
  }
  .single-modelle .co2-info-section .content-split {
    flex-direction: column;
  }
  .single-modelle .co2-info-section .content-split > div {
    width: 100%;
    margin-bottom: 30px;
  }
  .single-modelle .co2-info-section .content-split > div:last-child {
    margin-bottom: 0;
  }
  .single-modelle .equip-variations-section .equip-variation {
    padding: 1rem;
  }
  .single-modelle .equip-variations-section .equip-variation .content-split {
    flex-direction: column;
  }
  .single-modelle .equip-variations-section .equip-variation .image {
    width: 100%;
    padding: 0;
  }
  .single-modelle .equip-variations-section .equip-variation .details {
    width: 100%;
  }
  .single-modelle .equip-variations-section .equip-variation .details .cta {
    width: 150px;
  }
  .single-modelle .financial-services-section .services {
    flex-wrap: wrap;
  }
  .single-modelle .financial-services-section .services .service {
    max-width: 80%;
    margin-bottom: 30px;
  }
  .single-modelle .financial-services-section .services .service a .name {
    font-size: 5vw;
  }
}
.model-counter-section {
  padding: 100px;
  text-align: center;
  color: white;
  background-size: cover;
  background-position: 50% 50%;
}
.model-counter-section .count {
  font-size: 5vw;
  line-height: 1;
}
.model-counter-section .text {
  font-size: 1.4vw;
  margin-bottom: 3rem;
}
@media all and (max-width: 900px) {
  .model-counter-section {
    padding: 30px;
  }
  .model-counter-section .count {
    font-size: 10vw;
  }
  .model-counter-section .text {
    font-size: 4vw;
    margin-bottom: 1rem;
  }
}
.employees-grid {
  display: flex;
  flex-wrap: wrap;
}
.employees-grid .employee {
  width: 29%;
  margin-bottom: 1rem;
  margin-right: 1%;
}
.employees-grid .employee .block {
  position: relative;
}
.employees-grid .employee .block:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.employees-grid .employee .block .image {
  line-height: 0;
}
.employees-grid .employee .block .image img {
  width: 100%;
}
.employees-grid .employee .block .permanent-overlay {
  opacity: 1;
  transition: all .2s;
  left: 0;
  right: 0;
  bottom: 0;
  padding: .5em 1em;
  position: relative;
  background-color: white;
  color: #535353;
}
@media all and (max-width: 900px) {
  .employees-grid .employee .block .permanent-overlay {
    font-size: 2vw;
  }
}
@media all and (max-width: 500px) {
  .employees-grid .employee .block .permanent-overlay {
    font-size: 5vw;
  }
}
.employees-grid .employee .block .permanent-overlay .name {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
}
.employees-grid .employee .block .permanent-overlay .position {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  font-style: normal;
}
@media all and (max-width: 900px) {
  .employees-grid .employee .block .permanent-overlay .position {
    font-size: 1.5vw;
  }
}
@media all and (max-width: 500px) {
  .employees-grid .employee .block .permanent-overlay .position {
    font-size: 3.5vw;
  }
}
.employees-grid .employee .block .permanent-overlay .languages {
  float: right;
}
.employees-grid .employee .block .permanent-overlay .languages .flag {
  display: inline-block;
  line-height: 0;
  width: 24px;
  height: 24px;
  margin-left: .5rem;
  border-radius: 50%;
  overflow: hidden;
}
.employees-grid .employee .block .hover-overlay {
  transition: all .2s;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  padding: 1em;
  position: relative;
  opacity: 1;
  background-color: white;
  color: #535353;
}
@media all and (max-width: 900px) {
  .employees-grid .employee .block .hover-overlay {
    font-size: 2vw;
  }
}
@media all and (max-width: 500px) {
  .employees-grid .employee .block .hover-overlay {
    font-size: 5vw;
  }
}
.employees-grid .employee .block .hover-overlay .position {
  font-size: .8em;
  font-style: italic;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid white;
}
@media all and (max-width: 900px) {
  .employees-grid .employee .block .hover-overlay .position {
    font-size: 1.5vw;
  }
}
@media all and (max-width: 500px) {
  .employees-grid .employee .block .hover-overlay .position {
    font-size: 3.5vw;
  }
}
.employees-grid .employee .block .hover-overlay .contact-item {
  margin-bottom: 5px;
  font-size: .8em;
}
.employees-grid .employee .block .hover-overlay .contact-item i {
  display: inline-block;
  width: 2em;
}
.employees-grid .employee .block .hover-overlay .contact-item a {
  color: #535353;
}
@media all and (max-width: 500px) {
  .employees-grid .employee {
    width: 100%;
  }
}
.employees_container {
  background: #f4f4f4;
  padding: 60px 0px;
}
.model-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1em;
}
.model-grid .model {
  width: 25%;
  margin: 0 0 1rem 0;
  padding: 1rem;
}
@media all and (max-width: 900px) {
  .model-grid .model {
    width: 50%;
  }
}
@media all and (max-width: 600px) {
  .model-grid .model {
    width: 100%;
  }
}
.model-grid .model a {
  display: block;
  position: relative;
  text-align: center;
  line-height: 0;
  border: 2px solid #00aab8;
  text-decoration: none;
  overflow: hidden;
}
.model-grid .model a img {
  max-width: 100%;
  opacity: 1;
  -webkit-transition: all 1s ;
  -moz-transition: all 1s ;
  -ms-transition: all 1s ;
  -o-transition: all 1s ;
  transition: all 1s ;
}
.model-grid .model a .name {
  position: relative;
  z-index: 2;
  display: block;
  padding: .5em;
  line-height: 1;
  text-align: left;
  background-color: #00aab8;
  color: white;
  font-weight: bold;
  font-size: 24px;
}
.model-grid .model a:hover img {
  opacity: .7;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
/*# sourceMappingURL=styles.css.map */

button, input, optgroup, select, textarea {
  font-family: "Open Sans", Helvetica, Arial, sans-serif!important;
}
.team_member a { pointer-events: none; }
.eluid158cbcbf .tbk__title {
  line-height:1.4;
}