/* ------------------------------ */
/* ----- Typography / Colors ---- */
/* ------------------------------ */

@font-face {
  font-family: 'PPTelegraf';
  font-weight: normal;
  font-style: normal;
  src: url('/wp-content/themes/watosoft_child/fonts/pptelegraf-regular.woff2') format('woff2'),
       url('/wp-content/themes/watosoft_child/fonts/pptelegraf-regular.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'PPTelegraf';
  font-weight: bold;
  font-style: normal;
  src: url('/wp-content/themes/watosoft_child/fonts/pptelegraf-bold.woff2') format('woff2'),
       url('/wp-content/themes/watosoft_child/fonts/pptelegraf-bold.woff') format('woff');
  font-display: swap;
}



/* ------------------------------ */
/* ---------- Variables --------- */
/* ------------------------------ */

:root {
  /* Brand Fonts */
  --brand-font: 'PPTelegraf';

  /* Brand Colors*/
  --brand-black: #000000;
  --brand-blue: #0F70B4;
  --brand-blue-screen: #0000E1;
  --brand-blue-shade: #00006E;
  --brand-grey: #ECEDED;
  --brand-cold-grey: #E1EBEB;
  --brand-grey-dark: #7B7B7B;
  --brand-grey-transparent: rgba(0,0,0,.5);
  --brand-white: #ffffff;
  
  /* Font Styling */
  --font-size-9: 100px;
  --font-size-8: 70px;
  --font-size-7: 65px;
  --font-size-6: 45px;
  --font-size-5: 35px;
  --font-size-4: 30px;
  --font-size-3: 20px;
  --font-size-2: 18px;
  --font-size-1: 17px;
  --font-size-standard: 25px;
  --line-height-3: 1.05;
  --line-height-2: 1.2;
  --line-height-1: 1.35;

  /* Spacing */
  --spacing-13: 120px;
  --spacing-12: 100px;
  --spacing-11: 80px;
  --spacing-10: 70px;
  --spacing-9: 60px;
  --spacing-8: 50px;
  --spacing-7: 40px;
  --spacing-6: 30px;
  --spacing-5: 25px;
  --spacing-4: 20px;
  --spacing-3: 15px;
  --spacing-2: 10px;
  --spacing-1: 5px;

  /* Layout */
  --height-header: 98px;
  --width-xxl: 1680px;
  --width-xl: 1420px;
  --width-l: 1280px;
  --width-m: 1012px;
  --width-s: 726px;

  /* Hover & Transition */
  --opacity: .6;
  --transition-delay: .25s;
  --transition-4: 1s;
  --transition-3: .75s;
  --transition-2: .5s;
  --transition-1: .25s;
}


/* ------------------------------ */
/* ----------- General ---------- */
/* ------------------------------ */

::-moz-selection, .section--blue-shade .section__text--lead ::-moz-selection, .section--blue-shade .form--questionnaire ::-moz-selection {
  background: var(--brand-blue-shade);
  color: var(--brand-white);
}

::selection, .section--blue-shade .section__text--lead ::selection, .section--blue-shade .form--questionnaire ::selection {
  background: var(--brand-blue-shade);
  color: var(--brand-white);
}

::-moz-selection, iframe::-moz-selection, .section--blue-shade .section__text--lead ::-moz-selection, .section--blue-shade .form--questionnaire ::-moz-selection {
  background: var(--brand-blue-shade);
  color: var(--brand-white);
}

img::-moz-selection, video::-moz-selection, iframe::-moz-selection {
  background-color: transparent;
}

img::selection, video::selection, iframe::selection {
  background-color: transparent;
}

img::-moz-selection, video::-moz-selection {
  background-color: transparent;
}

.section--blue-shade ::-moz-selection, footer ::-moz-selection, .section__list ::-moz-selection, .banner__container ::-moz-selection, .section__quote ::-moz-selection, .tiles ::-moz-selection, .section__form--newsletter ::-moz-selection, .history ::-moz-selection, .business_infos ::-moz-selection {
  background: var(--brand-cold-grey);
  color: var(--brand-blue-shade);
}

.section--blue-shade ::selection, footer ::selection, .section__list ::selection, .banner__container ::selection, .section__quote ::selection, .tiles ::selection, .section__form--newsletter ::selection, .history ::selection, .business_infos ::selection {
  background: var(--brand-cold-grey);
  color: var(--brand-blue-shade);
}

.section--blue-shade ::-moz-selection, footer ::-moz-selection, .section__list ::-moz-selection, .banner__container ::-moz-selection, .section__quote ::-moz-selection, .tiles ::-moz-selection, .section__form--newsletter ::-moz-selection, .history ::-moz-selection, .business_infos ::-moz-selection {
  background: var(--brand-cold-grey);
  color: var(--brand-blue-shade);
}


html {
  font-size: 20px;
}

body {
  font-family: var(--brand-font);
  font-size: var(--font-size-standard);
  line-height: var(--line-height-1);
  color: var(--brand-black);
  -webkit-tap-highlight-color: transparent;
}

main:not(.password-protected) {
  min-height: 600px;
}

h1, h2, h3, h4, main p, main ul, main a, main span {
  max-width: var(--width-l);
}

h1, h2, h3 {
  font-weight: normal;
  color: var(--brand-blue-shade);
}

h2:first-child, h3:first-child, h4:first-child, .section > .section__title:first-child h2, .section > .section__title:first-child h3, .section > .section__title:first-child h4 {
  margin-top: 0;
}

h2, h3, h4 {
  margin-top: var(--spacing-12);
}

h1 + h2, .section__title h1 + h2 {
  margin-top: var(--spacing-8);
}

h1, .typography--h1, h2, .typography--h2 {
  font-size: var(--font-size-7);
  line-height: var(--line-height-3);
}

h1, .typography--h1 {
  margin-top: 0;
  margin-bottom: var(--spacing-8);
}

h3, .typography--h3 {
  font-size: var(--font-size-6);
  line-height: var(--line-height-2);
}

h2, .typography--h2, h3, .typography--h3 {
  margin-bottom: var(--spacing-6);
}

h1 + h2, h2 + h3, h3 + h4 {
  margin-top: 0;
}

h4, .typography--h4 {
  font-size: var(--font-size-4);
  line-height: var(--line-height-2);
  font-weight: normal;
  color: var(--brand-blue-shade);
  margin-bottom: var(--spacing-5);
}

.section__text h1:last-child, .section__text h2:last-child, .section__text h3:last-child, .section__text h4:last-child {
  margin-bottom: 0;
}

.typography--copy {
  font-size: var(--font-size-standard);
}

.typography--label, .typography--label-big, .typography--label-huge, .typography--special {
  display: block;
}

.typography--label, .typography--label-big, .typography--label-huge {
  text-transform: uppercase;
}

.typography--label {
  font-size: var(--font-size-2);
  line-height: var(--line-height-1);
  letter-spacing: 2px;
}

.typography--label-big {
  font-size: var(--font-size-3);
  line-height: var(--line-height-1);
  letter-spacing: 0.6px;
  color: var(--brand-blue-screen);
}

.typography--label-huge {
  font-size: var(--font-size-4);
  line-height: var(--line-height-3);
  letter-spacing: 3px;
  color: var(--brand-blue-shade);
}

.typography--special {
  font-size: var(--font-size-4);
  font-weight: bold;
  line-height: var(--line-height-2);
}

p.typography--special {
  margin-bottom: var(--spacing-4);
}

h2 + p.typography--special, h3 + p.typography--special {
  margin-top: -5px;
}

a {
  color: var(--brand-black);
  text-decoration: none;
}

.section p a, .section li a, label a {
  position: relative;
  border-bottom: 1px solid;
  -webkit-transition: color var(--transition-2);
  -o-transition: color var(--transition-2);
  -webkit-transition: opacity var(--transition-2);
  -o-transition: opacity var(--transition-2);
  transition: opacity var(--transition-2);
}

.no-touchevents .section p a:not(.full):hover, .no-touchevents .section li a:not(.full):hover, .no-touchevents label a:hover {
  opacity: var(--opacity);
}

p, main ul, main address {
  margin: 0 0 var(--spacing-6);
}

main .section__text--lead ul {
  margin-bottom: var(--spacing-8);
}

.section__row p, .section__row main ul {
  margin: 0 0 var(--spacing-4);
}

p:last-child, ul:last-child, .section__row p:last-child, .section__row main ul:last-child {
  margin-bottom: 0;
}

b, strong {
  font-weight: bold;
}

main p + ul {
  margin-top: calc(var(--spacing-1) * -1);
}

main ul li {
  position: relative;
  padding-left: 24px;
}

main ul li + li {
  margin-top: var(--spacing-2);
}

main ul li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 10px;
  height: 2px;
}

main ul > li > ul {
  padding-left: 24px;
  margin-top: var(--spacing-1);
}

main ul > li > ul > li {
  padding-left: 20px;
}

main ul > li > ul > li::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

main .section:not(.section--blue-shade) ul li::before {
  background-color: var(--brand-black);
}

main .section--blue-shade ul li::before {
  background-color: var(--brand-cold-grey);
}

strong, b {
  font-weight: bold;
}

span[class$="--hide-text"], span.hide-text {
  position: absolute;
  height: 1px;
  width: 1px;
  clip: rect(1px,1px,1px,1px);
  border: 0;
  overflow: hidden;
}

a.full {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  max-width: 100%;
  text-indent: -30000px;
  text-decoration: none;
  text-align: left;
  border: 0 !important;
}

a.full > span {
  position: absolute;
  height: 1px;
  width: 1px;
  clip: rect(1px,1px,1px,1px);
  border: 0;
  overflow: hidden;
}

a.full::before, a.full::after {
  display: none;
}

.section--blue-shade {
  color: var(--brand-cold-grey);
  background-color: var(--brand-blue-shade);
}

.section--blue-shade h1, .section--blue-shade h2, .section--blue-shade h3, .section--blue-shade h4, .section--blue-shade a {
  color: var(--brand-cold-grey);
}


.section--cold-grey {
  background-color: var(--brand-cold-grey);
}



/* ------------------------------ */
/* ----------- Layout ----------- */
/* ------------------------------ */

.section {
  position: relative;
}

.header.header--no-cover + main .section:first-child > div:first-child, .header:not(.header--no-cover) + main .section:first-child > div:first-child {
  padding-top: var(--spacing-13);
}

.section > div, .inside {
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--spacing-9);
  padding-left: var(--spacing-9);
}

.section > div {
  padding-top: var(--spacing-12);
}

.section > .section__text--lead + .section__text {
  margin-top: calc(-1* var(--spacing-6));
  padding-top: 0;
}

.section > .section__logo + .section__title, .section > .section__text + .section__media, .section > .section__text + .section__gallery {
  padding-top: var(--spacing-9);
}

.section > .section__form--newsletter {
  margin-top: var(--spacing-12);
}

.section__form .form .quform {
  max-width: var(--width-m);
}

.section > .section__form--newsletter:first-child {
  margin-top: 0;
}

.section > div:last-child:not(.section__meta) {
  padding-bottom: var(--spacing-13);
}

.section > div, .inside:not(.inside--width-l):not(.inside--width-xl):not(.inside--width-xxl) {
  max-width: calc(var(--width-m) + (2 * var(--spacing-9)));
}

.section > div[class$="--full"] {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.inside--width-l {
  max-width: calc(var(--width-l) + (2 * var(--spacing-9)));
}

.inside--width-xl {
  max-width: calc(var(--width-xl) + (2 * var(--spacing-9)));
}

.inside--width-xxl {
  max-width: calc(var(--width-xxl) + (2 * var(--spacing-9)));
}



/* ------------------------------ */
/* ------------ Media ----------- */
/* ------------------------------ */

/* Images */
.picture_container {
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 0;
}

.picture_container--cover img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.picture_container--linked img {
  -webkit-transition: -webkit-transform var(--transition-2);
  transition: -webkit-transform var(--transition-2);
  -o-transition: transform var(--transition-2);
  transition: transform var(--transition-2);
  transition: transform var(--transition-2), -webkit-transform var(--transition-2);
}

.picture_container--linked img.lazyloaded {
  -webkit-transition: -webkit-transform var(--transition-2), opacity .5s linear 0.25s;
  transition: -webkit-transform var(--transition-2), opacity .5s linear 0.25s;
  -o-transition: transform var(--transition-2), opacity .5s linear 0.25s;
  transition: transform var(--transition-2), opacity .5s linear 0.25s;
  transition: transform var(--transition-2), opacity .5s linear 0.25s, -webkit-transform var(--transition-2), opacity .5s linear 0.25s;
}

.no-touchevents .picture_container--linked:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.picture_container--cover, .picture_container--cover picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 413.98px) {

  .picture_container:not(.picture_container--cover) img {
    width: 100%;
  }

}

.picture_description {
  margin-top: var(--spacing-3);
}

.picture_description span {
  display: block;
  font-size: var(--font-size-1);
}




/* LazyLoad */
img[data-lazy-src] {
  opacity: 0;
}

img.lazyloaded {
  -webkit-transition: opacity .5s linear 0.25s;
  -o-transition: opacity .5s linear 0.25s;
  transition: opacity .5s linear 0.25s;
  opacity: 1;
}


/* Position */
.picture_container--left img {
  -o-object-position: left center;
     object-position: left center;
}

.picture_container--right img {
  -o-object-position: right center;
     object-position: right center;
}


/* Videos */
.video_container {
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 0;
}

.video_container video {
  width: 100%;
}

.video_container--embed {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.video_container--embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video_container--cover iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.video_container--cover video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* Video thumbs */
.video_container--cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}


/* iFrames */
.iframe_container {
  position: relative;
  overflow: hidden;
}

.iframe_container iframe {
  max-width: 100%;
}


/* ------------------------------ */
/* ------------ Icons ----------- */
/* ------------------------------ */

svg.icon--arrow {
  width: 7px;
  height: 13px;
}

svg.icon--arrow-small {
  width: 5px;
  height: 10px;
}

svg.icon--place {
  width: 12px;
  height: 15px;
}

svg.icon--workload {
  width: 11px;
  height: 15px;
}

svg.icon--time_limit {
  width: 15px;
  height: 15px;
}



/* ------------------------------ */
/* ------------- Row ------------ */
/* ------------------------------ */

.section__row {
  font-size: var(--font-size-3);
}

.section > .section__row + .section__row {
  padding-top: var(--spacing-9);
} 

.section__row .row {
  margin-right: calc(-1 * var(--spacing-3));
  margin-left: calc(-1 * var(--spacing-3));
}

.section__row .row > div {
  padding-right: var(--spacing-3);
  padding-left: var(--spacing-3);
}

main .section__row p + ul {
  margin-top: calc(var(--spacing-2)* -1);
}

main .section__row ul li {
  padding-left: 16px;
}

main .section__row ul li::before {
  height: 1px;
  width: 7px;
}




/* ------------------------------ */
/* ------------ Title ----------- */
/* ------------------------------ */

.section__title + div {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.section__title + .section__title {
  padding-top: var(--spacing-5) !important;
}


/* ------------------------------ */
/* ------------ Text ------------ */
/* ------------------------------ */

.section > .section__text--lead {
  padding-top: var(--spacing-12) !important;
  padding-bottom: var(--spacing-12) !important;
  background-color: var(--brand-white);
}

.section > .section__title + .section__text--lead {
  padding-top: calc(var(--spacing-8) - var(--spacing-6)) !important;
}

.section > .section__text--lead + .section__text--lead {
  padding-top: 0 !important;
}

.section:not(.section--white) > div + .section__text--lead {
  margin-top: var(--spacing-12);
}

.section__text--lead {
  font-size: var(--font-size-5);
  line-height: var(--line-height-2);
  color: var(--brand-blue-screen);
}

.section__text--lead a {
  color: var(--brand-blue-screen) !important;
  -webkit-transition: opacity var(--transition-2) !important;
  -o-transition: opacity var(--transition-2) !important;
  transition: opacity var(--transition-2) !important;
}

.no-touchevents .section__text--lead a:hover {
  opacity: var(--opacity);
}

.section__text--intro {
  font-size: var(--font-size-4);
  line-height: var(--line-height-2);
  color: var(--brand-blue-shade);
}



/* ------------------------------ */
/* --------- Teaser-Text -------- */
/* ------------------------------ */

.section > .section__teaser_text {
  max-width: calc(var(--width-l) + var(--spacing-13));
}

.teaser_text:not(.teaser_text--blue-screen) , .teaser_text:not(.teaser_text--blue-screen) a {
  color: var(--brand-blue-shade);
}

.teaser_text:not(.teaser_text--blue-screen) .button--arrow a svg {
  fill: var(--brand-blue-shade);
}

.section__teaser_text .teaser_text.teaser_text--blue-screen, .section__teaser_text .teaser_text.teaser_text--blue-screen a, 
.teaser_text.teaser_text--blue-screen h2, .teaser_text.teaser_text--blue-screen h3 {
  color: var(--brand-blue-screen);
}

.section__teaser_text .teaser_text.teaser_text--blue-screen .button--arrow a svg {
  fill: var(--brand-blue-screen);
}

.section--blue-shade  .teaser_text:not(.teaser_text--blue-screen) , .section--blue-shade  .teaser_text:not(.teaser_text--blue-screen) a,
.section--blue-shade .teaser_text.teaser_text--blue-screen, .section--blue-shade .teaser_text.teaser_text--blue-screen a, 
.section--blue-shade .teaser_text.teaser_text--blue-screen h2, .section--blue-shade .teaser_text.teaser_text--blue-screen h3 {
  color: var(--brand-cold-grey);
}

.section--blue-shade .section__teaser_text .teaser_text .button--arrow a svg {
  fill: var(--brand-cold-grey);
}

.teaser_text__content {
  position: relative;
}

.section:not(.section--blue-shade) .teaser_text__content, .section:not(.section--blue-shade) .teaser_text__content a, .section:not(.section--blue-shade) .teaser_text__content .button--arrow a {
  color: var(--brand-blue-shade);
}

.section:not(.section--blue-shade) .teaser_text__content .button--arrow svg use {
  fill: var(--brand-blue-shade);
}

.section:not(.section--blue-shade) .teaser_text--blue-screen .teaser_text__content, .section:not(.section--blue-shade) .teaser_text--blue-screen .teaser_text__content a {
  color: var(--brand-blue-screen);
}

.section:not(.section--blue-shade) .teaser_text--blue-screen .button--arrow a svg use {
  fill: var(--brand-blue-screen);
}

.teaser_text__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: calc(100% - 16px);
}

.macos .teaser_text__content::before, .ios .teaser_text__content::before {
  top: 5px;
}

.section__form:not(.section__form--newsletter)  .teaser_text__content::before {
  top: -2px;
  height: calc(100% - 12px);
}

.macos .section__form:not(.section__form--newsletter)  .teaser_text__content::before, .ios .section__form:not(.section__form--newsletter)  .teaser_text__content::before {
  top: 0;
}

.section:not(.section--blue-shade) .teaser_text:not(.teaser_text--blue-screen) .teaser_text__content::before {
  background-color: var(--brand-blue-shade);
}

.section:not(.section--blue-shade) .teaser_text--blue-screen .teaser_text__content::before {
  background-color: var(--brand-blue-screen);
}

.section--blue-shade .teaser_text__content::before {
  background-color: var(--brand-cold-grey);
}

.teaser_text__content h2:last-child, .teaser_text__content h3:last-child {
  margin-bottom: 0;
}

.teaser_text__content p:not(.typography--special), .teaser_text__content ul {
  font-size: var(--font-size-3);
}

.teaser_text__content p, .teaser_text__content ul {
  max-width: var(--width-s);
}

.teaser_text__content p:last-of-type, .teaser_text__content ul:last-of-type {
  margin-bottom: 0;
}

.teaser_text__content p:last-child, .teaser_text__content ul:last-child {
  padding-bottom: 14px;
}

.teaser_text__content .button {
  margin-top: var(--spacing-5);
}

.teaser_text__content h2 + .button, .teaser_text__content h3 + .button {
  margin-top: calc(-1 * var(--spacing-3));
}


/* ------------------------------ */
/* ----------- Teaser ----------- */
/* ------------------------------ */

.section > .section__teaser {
  padding-right: 0;
  padding-left: 0;
}

.section > .section__teaser + .section__teaser, .section > .section__text--lead + .section__teaser {
  padding-top: 0;
}

.section:last-child > .section__teaser:last-child {
  padding-bottom: 0;
}

.section__teaser .teaser:not(.teaser--cold-grey) {
  background-color: var(--brand-white);
}

.section__teaser .teaser.teaser--cold-grey {
  background-color: var(--brand-cold-grey);
}

.section__teaser .teaser__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1280 / 960;
}

.section__teaser .teaser__media img {
  width: 100%;
}

.teaser__content .content p:last-child, .teaser__content ul:last-child {
  margin-bottom: 0;
}

.section__teaser, .section__teaser a {
  color: var(--brand-blue-shade);
}

.section__teaser .button--arrow svg {
  fill: var(--brand-blue-shade);
}

main .section__teaser ul li::before {
  background-color: var(--brand-blue-shade) !important;
}

.section__teaser--full .content p, .section__teaser--full .content ul {
  max-width: var(--width-m);
}


/* Teaser */
.section--blue-shade .section__teaser .teaser__content h1, .section--blue-shade .section__teaser .teaser__content h2, .section--blue-shade .section__teaser .teaser__content h3, .section--blue-shade .section__teaser .teaser__content h4, .section--blue-shade .section__teaser .teaser__content a {
  color: var(--brand-blue-shade);
}


/* Teaser-Box */
.section > .section__teaser_box + .section__teaser_box  {
  padding-top: var(--spacing-7);
}

.section--white .section__teaser_box .teaser {
  background-color: var(--brand-cold-grey);
}

.section:not(.section--white) .section__teaser_box .teaser {
  background-color: var(--brand-white);
}

.section__teaser_box--no-bg .teaser {
  background-color: transparent !important;
}

.section__teaser_box .teaser {
  position: relative;
}

.section--blue-shade .section__teaser_box .teaser__content_col h3 {
  color: var(--brand-blue-screen);
}

.section--blue-shade .section__teaser_box .teaser__content_col p, .section--blue-shade .section__teaser_box .teaser__content_col p a, .section--blue-shade .section__teaser_box .teaser__content_col li a,
.section--blue-shade .section__teaser_box .button--arrow a {
  color: var(--brand-black);
}

.section__teaser_box .teaser__content_col .buttons {
  margin-top: var(--spacing-2);
}



/* ------------------------------ */
/* ------------ List ------------ */
/* ------------------------------ */

.section > .section__list {
  max-width: 100%;
  margin-top: var(--spacing-12);
  padding-top: var(--spacing-12) !important;
  padding-bottom: var(--spacing-12) !important;
  color: var(--brand-white);
  background-color: var(--brand-blue-shade);
}

.section > .section__list:first-child, .section > .section__teaser + .section__list, .section > .section__text + .section__list {
  margin-top: 0;
}

.section--blue-shade > div + .section__list, .section--cold-grey > div:not(.section__text--lead) + .section__list {
  margin-top: var(--spacing-12);
}

.section__list .list {
  max-width: 850px;
  margin: 0 auto;
}

.list__item {
  position: relative;
  padding-left: var(--spacing-12);
  font-size: var(--font-size-4);
  line-height: var(--line-height-2);
  color: var(--brand-cold-grey);
}

.list__item + .list__item {
  margin-top: var(--spacing-6);
}

.list__item svg {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}



/* ------------------------------ */
/* ------------ Banner ---------- */
/* ------------------------------ */

.section > .section__banner {
  max-width: 100%;
  padding: 0 !important;
  margin-top: var(--spacing-12);
}

.section > .section__banner + .section__banner {
  margin-top: 0;
}

.section > .section__banner:first-child {
  margin-top: 0;
}

.banner.banner--background, .banner.banner--background .banner__container .teaser_text {
  background-color: var(--brand-blue-shade);
}

.banner.banner--background .banner__container .teaser_text {
  padding: 0;
}

.banner {
  position: relative;
  overflow: hidden;
}

.banner__container {
  position: relative;
  z-index: 1;
  width: 100%;
}

.banner__container .teaser_text {
  margin: var(--spacing-12) 0;
  background-color: var(--brand-black);
}

.banner__container .teaser_text__content::before {
  background-color: var(--brand-blue-screen) !important;
}

.banner.banner--background .banner__container .teaser_text__content::before {
  background-color: var(--brand-white) !important;
}

.banner__container .teaser_text, .banner__container .teaser_text__content, .banner__container .teaser_text p a, .banner__container .teaser_text h2, .banner__container .teaser_text h3 {
  color: var(--brand-grey) !important;
}

.banner__container .button--filled.button--small.button--white a {
  color: var(--brand-blue-screen) !important; 
}

.banner__container .buttons {
  padding-bottom: 14px;
}



/* ------------------------------ */
/* ------------ Zitat ----------- */
/* ------------------------------ */

.section > .section__quote {
  margin-top: var(--spacing-12);
  padding-top: var(--spacing-12) !important;
  padding-bottom: var(--spacing-12) !important;
  background-color: var(--brand-blue-screen);
  color: var(--brand-grey);
}

.section > .section__quote:first-child, .section > .section__list + .section__quote {
  margin-top: 0 !important;
}

.section__row .quote.inside {
  padding: 0;
  color: var(--brand-blue-screen);
}

.section__row .quote__content, .section__row .quote__author {
  width: 100%;
}

.section__row .quote__content {
  padding-left: 0;
}

.section__row .quote__content .typography--h3 {
  font-size: var(--font-size-5);
}

.section__row .quote__author .typography--label {
  font-size: var(--font-size-1);
}

.section__row .quote__author {
  margin-top: var(--spacing-3);
}



/* ------------------------------ */
/* ----------- Kacheln ---------- */
/* ------------------------------ */

.tiles.row {
  margin: calc(-1 * var(--spacing-2));
}

.tiles.row > .tile {
  padding: var(--spacing-2);
}

.tile__container {
  font-size: var(--font-size-3);
}

.section:not(.section--blue-shade) .tile__container {
  background-color: var(--brand-blue-shade);
}

.section--blue-shade .tile__container {
  background-color: var(--brand-cold-grey);
}

.tile.col-s-6 .tile__container {
  height: 100%;
}

.tile__container, .tile__container a, .tile__container h3 {
  color: var(--brand-grey);
}

.tile__container h3 {
  margin-bottom: var(--spacing-4);
}

.tile__container .buttons .button {
  display: block;
}

.tile__container .button--filled.button--white:not(.button--small) a {
  color: var(--brand-blue-shade);
}

.section--blue-shade .tile__container h3, .section--blue-shade .tile__container p, .section--blue-shade .tile__container a {
  color: var(--brand-blue-shade);
}

.section--blue-shade .tile__container .button--filled.button--white:not(.button--small) a {
  color: var(--brand-cold-grey);
}

.section--blue-shade .tile__container .button--filled.button--white:not(.button--small) a::after {
  background-color: var(--brand-blue-shade);
}


/* ------------------------------ */
/* ------- Business Infos ------- */
/* ------------------------------ */

.section > .section__business_infos {
  margin-top: var(--spacing-12);
  padding-top: var(--spacing-12) !important;
  padding-bottom: var(--spacing-12) !important;
  background-color: var(--brand-blue-shade);
}

.section__business_infos, .section__business_infos p a {
  color: var(--brand-cold-grey);
}

.section__business_infos p a {
  -webkit-transition: opacity var(--transition-2) !important;
  -o-transition: opacity var(--transition-2) !important;
  transition: opacity var(--transition-2) !important;
  border-bottom: 0 !important;
}

.no-touchevents .section__business_infos p a:hover {
  color: var(--brand-cold-grey) !important;
  opacity: var(--opacity);
}

.section__business_infos .button--filled.button--small.button--white a {
  text-align: center;
  color: var(--brand-blue-shade);
}

.business_infos__support p:last-of-type {
  margin-bottom: 0;
}



/* ------------------------------ */
/* -------- Google Maps --------- */
/* ------------------------------ */

.section > .section__googlemaps {
  padding: 0 !important;
}

.gm-style-cc {
  display: none;
}

.gm-style iframe + div {
  border: none !important;
}



/* ------------------------------ */
/* ---------- Beitrag ----------- */
/* ------------------------------ */

.single-post .section:nth-child(2) > div:first-child {
  padding-top: 0;
}



/* ------------------------------ */
/* ---------- Logos ----------- */
/* ------------------------------ */

.section__logo img {
  max-width: 300px;
}


/* ------------------------------ */
/* ---------- Timeline ---------- */
/* ------------------------------ */

.section__timeline, .section__timeline .timeline_content {
  position: relative;
}

.section__timeline {
  overflow: hidden;
}

.section__timeline .timeline {
  position: relative;
}

.section__timeline .timeline_image {
  z-index: -1;
}

.section__timeline .timeline_content {
  z-index: 2;
}

.section__timeline .timeline__item {
  position: relative;
}

.section__timeline .timeline__item:last-child {
  padding-bottom: 0;
}

.section__timeline .timeline__item::before, .section__timeline .timeline__item::after {
  content: "";
  position: absolute;
}

.section__timeline .timeline__item::before {
  top: 0;
  left: 0;
  background-color: var(--brand-blue-screen);
  border-radius: 50%;
}

.section__timeline .timeline__item::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: var(--brand-blue-screen);
}

.section__timeline .timeline__item:last-child::after {
  display: none;
}

.section__timeline .timeline_content h3 {
  font-weight: bold;
  color: var(--brand-blue-screen);
  margin-bottom: var(--spacing-3);
}

.section__timeline .timeline_content {
  color: var(--brand-blue-shade);
}



/* ------------------------------ */
/* ----------- Popup ------------ */
/* ------------------------------ */

.pum-container, .pum-content, .pum-content+.pum-close, .pum-content+.pum-close:active, .pum-content+.pum-close:focus, .pum-content+.pum-close:hover, .pum-overlay, .pum-title {
  font-family: var(--brand-font) !important;
  line-height: var(--line-height-1) !important;
}

.pum-theme-lightbox {
    background-color: rgba(0, 0, 0, .8) !important;
}

.pum-container {
  padding: var(--spacing-7) var(--spacing-7) calc(var(--spacing-7) + 5px) !important;
  margin-bottom: 0 !important;
  border-radius: 0 !important;
  border: 0 !important;
}

.pum-content p {
  font-size: var(--font-size-3) !important;
  margin-bottom: var(--spacing-4);
}

.pum-content p:last-child {
  margin-bottom: 0;
}

.pum-content .button--filled a {
  color: var(--brand-blue-screen);
  margin-top: var(--spacing-4);
}

.pum-content .button--filled a::after {
  background-color: var(--brand-white) !important;
}

.pum-close.popmake-close {
  top: 0 !important;
  margin-top: 0 !important;
  left: auto !important;
  border-radius: 0 !important;
  padding: 0 !important;
  background-color: var(--brand-white) !important;
  color: var(--brand-blue-screen) !important;
  text-transform: uppercase !important;
  font-weight: normal !important;
  text-shadow: unset !important;
  box-shadow: unset !important;
  border: 0 !important;
}

.pum-close.popmake-close::after {
  display: none !important;
}


@media all and (min-width: 768px) {

  .pum-close.popmake-close {
    right: var(--spacing-3) !important;
    width: 54px !important;
    height: 54px !important;
    line-height: 56px !important;
    font-size: 26px !important;
  }

  .pum .pum-content+.pum-close, .pum .pum-content+.pum-close:active, .pum .pum-content+.pum-close:focus, .pum .pum-content+.pum-close:hover {
    line-height: 56px !important;
  }

}


@media all and (max-width: 767.98px) {

  .pum-container {
    left: 0 !important;
  }

  .pum-close.popmake-close {
    right: 0 !important;
    width: 50px !important;
    height: 50px !important;
    line-height: 52px !important;
    font-size: 24px !important;
  }

  .pum .pum-content+.pum-close, .pum .pum-content+.pum-close:active, .pum .pum-content+.pum-close:focus, .pum .pum-content+.pum-close:hover {
    line-height: 52px !important;
  }

}




/* ------------------------------ */
/* -------- Media Queries ------- */
/* ------------------------------ */

@media all and (min-width: 768px) {

  .section__timeline .timeline_image {
    position: absolute;
  }

  .section__timeline .timeline__item::before {
    box-shadow: 0 0 20px 0 rgba(0,0,225,.8);
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,225,.8);
    -moz-box-shadow: 0 0 20px 0 rgba(0,0,225,.8);
  }

  .macos .section__timeline .timeline__item, .ios .section__timeline .timeline__item {
    padding-top: 1px !important;
  }

}


@media all and (min-width: 992px) {

  .section__teaser_box .teaser {
    min-height: 450px;
  }

  .section__teaser_box .teaser .teaser__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
  }
  
  .section__teaser_box .teaser__content {
    min-height: 450px;
    margin-left: 50%;
  }
  
  .section__teaser_box .teaser__content_col {
    width: 100%;
    padding: var(--spacing-9) calc(var(--spacing-10));
  }

}


@media all and (min-width: 1240px) {

  .list__item svg {
    margin-top: -3px;
  }
  
  .macos .list__item svg, .ios .list__item svg {
    margin-top: 0;
  }

  svg.icon--list, svg.icon--circle {
    width: 32px;
    height: 32px;
  }

  .section__teaser .teaser__media {
    min-height: 720px;
  }

  .tile__container {
    padding: var(--spacing-8);
  }

  .googlemaps {
    height: 700px;
  }

  .section__timeline .timeline {
    margin-top: var(--spacing-11);
  }

}


@media all and (min-width: 1400px) {

  .typography--label-big {
    margin-bottom: var(--spacing-5);
  }

  main .section__row ul li::before {
    top: 11px;
  }

  .teaser_text__content {
    padding-left: var(--spacing-10);
  }

  .teaser_text__toptitle {
    margin-bottom: var(--spacing-9);
  }

  .quote__author {
    padding-top: 3px;
  }

  .section__business_infos .button--filled.button--small.button--white a {
    min-width: 150px;
  }

  .section__timeline .timeline_image {
    top: 170px;
    right: -510px;
  }

  .section__timeline .timeline_content {
    max-width: 800px;
  }

  .section__timeline .timeline__item {
    padding: 4px var(--spacing-7) var(--spacing-10) var(--spacing-12);
  }

  .section__timeline .timeline__item::before {
    width: 50px;
    height: 50px;
  }

  .section__timeline .timeline__item::after {
    top: 25px;
    left: 24px;
  }

}


@media all and (min-width: 1900px) {

  main ul li::before {
    top: 13px;
  }

  main ul > li > ul > li::before {
    top: 11px;
  }  

  .macos main ul li::before, .ios main ul li::before {
    margin-top: 1px;
  }

  .typography--label-huge {
    margin-bottom: var(--spacing-8);
  }

  .section__teaser .teaser__content {
    padding: var(--spacing-9) var(--spacing-13);
  }

  .banner__container .teaser_text {
    padding: var(--spacing-12);
  }

  .quote__author {
    width: 360px;
  }

  .quote__content {
    width: calc(100% - 360px);
    padding-left: var(--spacing-12);
  }

}


@media all and (max-width: 1899.98px) and (min-width: 1400px) {

  :root {
    --font-size-standard: 24px;
  }

  main ul li::before {
    top: 12px;
  }

  main ul > li > ul > li::before {
    top: 10px;
  }  

  .macos main ul li::before, .ios main ul li::before {
    margin-top: 3px;
  }

  .macos main .section__row ul li::before, .ios main .section__row ul li::before {
    margin-top: 2px;
  }

  .typography--label-huge {
    margin-bottom: var(--spacing-7);
  }

  .site_cover__bottom__icon svg {
    width: 45px;
    height: 74px;
  }

  .quote__author {
    width: 320px;
  }

  .quote__content {
    width: calc(100% - 320px);
    padding-left: var(--spacing-11);
  }

}


@media all and (max-width: 1899.98px) and (min-width: 1536px) {

  :root {
    --font-size-9: 96px;
    --font-size-8: 68px;
    --font-size-7: 64px;
  }

  .header.header--no-cover + main .section:first-child > .section__button--back:first-child {
    padding-top: var(--spacing-12);
  }

  .section > .section__form--questionnaire {
    padding-top: var(--spacing-11);
  }

  .section__teaser .teaser__content {
    padding: var(--spacing-9) var(--spacing-11);
  }

  .banner__container .teaser_text {
    padding: var(--spacing-11);
  }

}


@media all and (max-width: 1535.98px) and (min-width: 1240px) {

  .section__teaser .teaser__content {
    padding: var(--spacing-9);
  }

  .banner__container .teaser_text {
    padding: var(--spacing-10);
  }

}


@media all and (max-width: 1535.98px) and (min-width: 1400px) {

  :root {
    --font-size-9: 92px;
    --font-size-8: 68px;
    --font-size-7: 64px;
  }

  .header.header--no-cover + main .section:first-child > .section__button--back:first-child, .section > .section__form--questionnaire {
    padding-top: var(--spacing-11);
  }
  

}


@media all and (max-width: 1399.98px) and (min-width: 992px) {

  .section > div, .inside {
    padding-right: var(--spacing-8);
    padding-left: var(--spacing-8);
  }

  .section > .section__tiles, .section > .section__form--questionnaire, .section > .section__solutions, .section > .section__teaser_box, .section > .section__blog {
    padding-top: var(--spacing-11);
  }

}


@media all and (max-width: 1399.98px) and (min-width: 1240px) {

  :root {
    --font-size-9: 84px;
    --font-size-8: 64px;
    --font-size-7: 60px;
    --font-size-6: 40px;
    --font-size-5: 32px;
    --font-size-4: 28px;
    --font-size-3: 19px;
    --font-size-standard: 23px;

    --spacing-13: 106px;
    --spacing-12: 96px;
    --spacing-11: 74px;
    --spacing-10: 64px;
    --spacing-9: 54px;
    --spacing-8: 46px;
    --spacing-7: 36px;
  }

  h1, .typography--h1 {
    margin-bottom: var(--spacing-7);
  }
  
  h3, .typography--h3 {
    margin-bottom: var(--spacing-5);
  }

  .typography--label-huge {
    font-size: 26px;
    margin-bottom: var(--spacing-6);
  }

  .typography--label-big {
    margin-bottom: var(--spacing-4);
  }

  main ul li::before {
    top: 12px;
  }

  main ul > li > ul > li::before {
    top: 10px;
  }  

  main .section__row ul li::before {
    top: 10px;
  }

  .macos main ul li::before, .ios main ul li::before {
    margin-top: 2px;
  }

  .macos main .section__row ul li::before, .ios main .section__row ul li::before {
    margin-top: 1px;
  }

  .site_cover__bottom__icon svg {
    width: 43px;
    height: 70px;
  }

  .teaser_text__toptitle {
    margin-bottom: var(--spacing-8);
  }

  .teaser_text__content {
    padding-left: var(--spacing-9);
  }

  .header.header--no-cover + main .section:first-child > .section__button--back:first-child {
    padding-top: var(--spacing-10);
  }

  .quote__content {
    width: calc(100% - 300px);
    padding-left: var(--spacing-9);
  }

  .quote__author {
    width: 300px;
    padding-top: 2px;
  }

  .section__business_infos .button--filled.button--small.button--white a {
    min-width: 140px;
  }

  .section__timeline .timeline_image {
    top: 130px;
    right: -460px;
  }

  .section__timeline .timeline_content {
    max-width: 720px;
  }

  .section__timeline .timeline__item {
    padding: 4px var(--spacing-7) var(--spacing-10) 84px;
  }

  .section__timeline .timeline__item::before {
    width: 46px;
    height: 46px;
  }

  .section__timeline .timeline__item::after {
    top: 23px;
    left: 22px;
  }

}


@media all and (max-width: 1239.98px) and (min-width: 576px) {  

  h2, .typography--h2, h3, .typography--h3 {
    margin-bottom: var(--spacing-5);
  }

  .typography--label-big {
    margin-bottom: var(--spacing-3);
  }

  .typography--label-huge {
    margin-bottom: var(--spacing-6);
  }

  .site_cover__bottom__icon svg {
    width: 41px;
    height: 67px;
  }

  .section__business_infos .button--filled.button--small.button--white a {
    min-width: 120px;
  }

}


@media all and (max-width: 1239.98px) and (min-width: 992px) {

  :root {
    --font-size-9: 68px;
    --font-size-8: 58px;
    --font-size-7: 54px;
    --font-size-6: 36px;
    --font-size-5: 30px;
    --font-size-4: 26px;
    --font-size-3: 18px;
    --font-size-2: 17px;
    --font-size-1: 16px;
    --font-size-standard: 22px;

    --spacing-13: 90px;
    --spacing-12: 80px;
    --spacing-11: 64px;
    --spacing-10: 58px;
    --spacing-9: 48px;
    --spacing-8: 40px;
    --spacing-7: 30px;
    --spacing-6: 26px;
    --spacing-5: 22px;

    --height-header: 91px;
  }

  p, main ul, main address {
    margin: 0 0 var(--spacing-5);
  }

  main ul li::before {
    top: 12px;
  }

  main ul > li > ul > li::before {
    top: 10px;
  }  

  main .section__row ul li::before {
    top: 10px;
  }

  .macos main ul li::before, .ios main ul li::before {
    margin-top: 1px;
  }

  .typography--label-huge {
    font-size: 24px;
  }

  .header.header--no-cover + main .section:first-child > .section__button--back:first-child {
    padding-top: var(--spacing-9);
  }

  .section__teaser .teaser__content {
    padding: var(--spacing-8) var(--spacing-8) var(--spacing-12);
  }
  
  .teaser_text__toptitle {
    margin-bottom: var(--spacing-8);
  }
  
  .teaser_text__content {
    padding-left: var(--spacing-8);
  }
  
  .banner__container .teaser_text {
    padding: var(--spacing-8);
  }
  
  .quote__content {
    width: calc(100% - 260px);
    padding-left: var(--spacing-8);
  }

  .quote__author {
    width: 260px;
    padding-top: 3px;
  }

  .tile__container {
    padding: var(--spacing-7);
  }

  .business_infos__row > div + div {
    margin-top: var(--spacing-9);
  }

  .googlemaps {
    height: 600px;
  }

  .list__item svg {
    margin-top: -4px;
  }

  .macos .list__item svg, .ios .list__item svg {
    margin-top: -1px;
  }

  svg.icon--list, svg.icon--circle {
    width: 30px;
    height: 30px;
  }

  .section__timeline .timeline {
    margin-top: var(--spacing-10);
  }

  .section__timeline .timeline_image {
    top: 110px;
    right: -410px;
  }

  .section__timeline .timeline_image img {
    max-width: 750px;
  }

  .section__timeline .timeline_content {
    max-width: 640px;
  }

  .section__timeline .timeline__item {
    padding: 3px var(--spacing-7) var(--spacing-9) 70px;
  }

  .section__timeline .timeline_content h3 {
    margin-bottom: var(--spacing-2);
  }

  .section__timeline .timeline__item::before {
    width: 42px;
    height: 42px;
  }

  .section__timeline .timeline__item::after {
    top: 21px;
    left: 20px;
  }

}


@media all and (max-width: 991.98px) {

  h1 br, h2 br, h3 br {
    display: none;
  }

  p, main ul, main address {
    margin: 0 0 var(--spacing-4);
  }

  .quote_row > div {
    width: 100%;
  }

  .quote__author {
    margin-top: var(--spacing-7);
  }
  
  .section__teaser_box--no-bg .teaser .teaser__content_col {
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
  }

}


@media all and (max-width: 991.98px) and (min-width: 576px) {

  :root {
    --font-size-9: 62px;
    --font-size-8: 50px;
    --font-size-7: 46px;
    --font-size-6: 34px;
    --font-size-5: 28px;
    --font-size-4: 24px;
    --font-size-3: 18px;
    --font-size-2: 17px;
    --font-size-1: 16px;
    --font-size-standard: 21px;

    --spacing-13: 80px;
    --spacing-12: 70px;
    --spacing-11: 58px;
    --spacing-10: 52px;
    --spacing-9: 42px;
    --spacing-8: 34px;
    --spacing-7: 28px;
    --spacing-6: 24px;
    --spacing-5: 20px;
    --spacing-4: 18px;
    --spacing-3: 14px;
    --spacing-2: 10px;

    --height-header: 79px;
  }

  main ul li {
    padding-left: 22px;
  }

  main ul li::before {
    top: 11px;
  }

  .macos main ul li::before, .ios main ul li::before {
    top: 12px;
  }

  main ul > li > ul > li {
    padding-left: 18px;
  }

  main ul > li > ul > li::before {
    top: 9px;
  } 
  
  .macos main ul > li > ul > li::before, .ios main ul > li > ul > li::before {
    top: 10px;
  } 

  main .section__row ul li::before {
    top: 10px;
  }

  main .section__row ul li::before {
    top: 11px;
  }

  .typography--label-huge {
    font-size: 22px;
  }

  .section > div, .inside {
    padding-right: var(--spacing-7);
    padding-left: var(--spacing-7);
  }

  .header.header--no-cover + main .section:first-child > div:first-child, .header:not(.header--no-cover) + main .section:first-child > div:first-child {
    padding-top: var(--spacing-12);
  }

  .header.header--no-cover + main .section:first-child > .section__button--back:first-child {
    padding-top: var(--spacing-10);
  }

  .section > .section__tiles, .section > .section__form--questionnaire, .section > .section__solutions, .section > .section__teaser_box {
    padding-top: var(--spacing-10);
  }

  .section__teaser .teaser__content {
    padding: var(--spacing-7) var(--spacing-7) var(--spacing-11);
  }
  
  .teaser_text__toptitle {
    margin-bottom: var(--spacing-8);
  }
  
  .teaser_text__content {
    padding-left: var(--spacing-7);
  }
  
  .banner__container .teaser_text {
    padding: var(--spacing-8);
  }

  .banner__container .buttons {
    margin-top: -5px;
  }

  .section > .section__logo + .section__title {
    padding-top: var(--spacing-8);
  }

  .section__logo img {
    -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
            transform: scale(.9);
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
  }

  .business_infos__row > div + div {
    margin-top: var(--spacing-9);
  }

  .list__item {
    padding-left: var(--spacing-11);
  }

  .list__item svg {
    margin-top: -3px;
  }

  .macos .list__item svg, .ios .list__item svg {
    margin-top: 0;
  }

  svg.icon--list, svg.icon--circle {
    width: 26px;
    height: 26px;
  }
  
  .section__teaser_box .teaser .teaser__media, .section__teaser_box .teaser__content {
    width: 100%;
  }

  .section__teaser_box .teaser .teaser__media .picture_container--cover, .section__teaser_box .teaser .teaser__media .picture_container--cover picture {
    position: relative;
    height: auto;
  }
  
  .section__teaser_box .teaser__content_col {
    width: 100%;
    padding: var(--spacing-6);
  }

  .tile__container {
    padding: var(--spacing-7);
  }

  .tiles.row {
    margin: -8px;
  }

  .tiles.row > .tile {
    padding: 8px;
  }

  .googlemaps {
    height: 500px;
  }

}


@media all and (max-width: 991.98px) and (min-width: 768px) {

  .section__timeline .timeline {
    margin-top: var(--spacing-10);
  }

  .section__timeline .timeline_image {
    top: 90px;
    right: -510px;
  }

  .section__timeline .timeline_image img {
    max-width: 750px;
  }

  .section__timeline .timeline_content {
    max-width: 540px;
  }

  .section__timeline .timeline__item {
    padding: 2px var(--spacing-7) var(--spacing-9) 60px;
  }

  .section__timeline .timeline_content h3 {
    margin-bottom: var(--spacing-2);
  }

  .section__timeline .timeline__item::before {
    width: 38px;
    height: 38px;
  }

  .section__timeline .timeline__item::after {
    top: 19px;
    left: 18px;
  }

}


@media all and (max-width: 767.98px) {

  .section__row p, .section__row main ul {
    margin: 0 0 var(--spacing-3);
  }

  .section__row .row > div + div {
    margin-top: var(--spacing-5);
  }

  .list_container  {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .section > .section__timeline:last-child:not(.section__meta) {
    padding-bottom: 0;
  }

  .macos .section__timeline .timeline__item, .ios .section__timeline .timeline__item {
    padding-top: 0 !important;
  }

  .section__timeline .timeline_image {
    position: relative;
    margin-top: var(--spacing-9);
  }

  .section__timeline .timeline__item::before {
    box-shadow: 0 0 15px 0 rgba(0,0,225,.8);
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,225,.8);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,225,.8);
  }

}


@media all and (max-width: 767.98px) and (min-width: 576px) {

  .section__timeline .timeline {
    margin-top: var(--spacing-9);
  }  

  .section__timeline .timeline__item {
    padding: 2px 0 var(--spacing-9) 60px;
  }

  .section__timeline .timeline_image {
    left: 55px;
  }

  .section__timeline .timeline_content h3 {
    margin-bottom: var(--spacing-2);
  }

  .section__timeline .timeline__item::before {
    width: 38px;
    height: 38px;
  }

  .section__timeline .timeline__item::after {
    top: 19px;
    left: 18px;
  }

}


@media all and (max-width: 575.98px) {

  :root {
    --font-size-9: 42px;
    --font-size-8: 36px;
    --font-size-7: 33px;
    --font-size-6: 28px;
    --font-size-5: 25px;
    --font-size-4: 22px;
    --font-size-3: 17px;
    --font-size-2: 16px;
    --font-size-1: 15px;
    --font-size-standard: 19px;

    --line-height-3: 1.1;

    --spacing-13: 66px;
    --spacing-12: 56px;
    --spacing-11: 50px;
    --spacing-10: 46px;
    --spacing-9: 36px;
    --spacing-8: 28px;
    --spacing-7: 24px;
    --spacing-6: 20px;
    --spacing-5: 18px;
    --spacing-4: 16px;
    --spacing-3: 12px;
    --spacing-2: 8px;

    --height-header: 65px;
  }

  main ul li {
    padding-left: 18px;
  }

  main ul li::before, main .section__row ul li::before {
    top: 10px;
    width: 8px;
    height: 1px;
  }

  .macos main ul li::before, .ios main ul li::before {
    top: 12px;
  }

  main ul > li > ul > li {
    padding-left: 16px;
  }

  main ul > li > ul > li::before {
    width: 5px;
    height: 5px;
    top: 8px;
  } 

  .macos main ul > li > ul > li::before, .ios main ul > li > ul > li::before {
    top: 10px;
  }

  .typography--label-big {
    margin-bottom: var(--spacing-3);
  }

  .typography--label-huge {
    font-size: 19px;
    letter-spacing: 2px;
    margin-bottom: var(--spacing-6);
  }

  .section__text--lead {
    font-size: var(--font-size-4);
  }

  .teaser_text__content p:not(.typography--special), .teaser_text__content ul, .section__row {
    font-size: var(--font-size-standard);
  }

  .section > div, .inside {
    padding-right: var(--spacing-7);
    padding-left: var(--spacing-7);
  }

  .header.header--no-cover + main .section:first-child > div:first-child, .header:not(.header--no-cover) + main .section:first-child > div:first-child {
    padding-top: var(--spacing-10);
  }

  .header.header--no-cover + main .section:first-child > .section__button--back:first-child {
    padding-top: var(--spacing-9);
  }

  .section > .section__tiles, .section > .section__form--questionnaire, .section > .section__solutions, .section > .section__teaser_box {
    padding-top: var(--spacing-8);
  }

  .section__teaser .teaser__content {
    padding: var(--spacing-7) var(--spacing-6) var(--spacing-11);
  }
  
  .teaser_text__toptitle {
    margin-bottom: var(--spacing-6);
  }
  
  .teaser_text__content {
    padding-left: 0;
  }

  .teaser_text__content::before {
    display: none;
  }
  
  .banner__container .teaser_text {
    padding: var(--spacing-6) var(--spacing-6) var(--spacing-7);
  }

  .banner__container .buttons {
    padding-bottom: 0;
  }

  .section > .section__logo + .section__title {
    padding-top: var(--spacing-5);
  }

  .section__logo img {
    -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
            transform: scale(.8);
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
  }

  .business_infos__row > div + div {
    margin-top: var(--spacing-9);
  }

  .list__item {
    padding-left: 40px;
  }

  .list__item svg {
    margin-top: -2px;
  }

  .macos .list__item svg, .ios .list__item svg {
    margin-top: -1px;
  }

  svg.icon--list, svg.icon--circle {
    width: 22px;
    height: 22px;
  }
  
  .section__teaser_box .teaser .teaser__media, .section__teaser_box .teaser__content {
    width: 100%;
  }

  .section__teaser_box .teaser .teaser__media .picture_container--cover, .section__teaser_box .teaser .teaser__media .picture_container--cover picture {
    position: relative;
    height: auto;
  }
  
  .section__teaser_box .teaser__content_col {
    width: 100%;
    padding: var(--spacing-6);
  }

  .tile__container .buttons .button {
    margin-top: var(--spacing-5);
  }

  .tile__container {
    padding: var(--spacing-6) var(--spacing-6) var(--spacing-7);
  }

  .googlemaps {
    height: 400px;
  }

  .section__business_infos .button--filled.button--small.button--white a {
    min-width: 100px;
  }

  .section__timeline .timeline {
    margin-top: var(--spacing-9);
  }  

  .section__timeline .timeline__item {
    padding: 3px 0 var(--spacing-9) 50px;
  }

  .section__timeline .timeline_image {
    left: 45px;
  }

  .section__timeline .timeline_content h3 {
    margin-bottom: var(--spacing-2);
  }

  .section__timeline .timeline__item::before {
    width: 32px;
    height: 32px;
  }

  .section__timeline .timeline__item::after {
    top: 16px;
    left: 15px;
  }

}


@media all and (max-width: 369.98px) and (min-width: 350px) {

  .section > div, .inside {
    padding-right: var(--spacing-6);
    padding-left: var(--spacing-6);
  }

}


@media all and (max-width: 349.98px) {

  :root {
    --font-size-9: 40px;
    --font-size-8: 34px;
    --font-size-7: 31px;
  }

  .section > div, .inside {
    padding-right: var(--spacing-5);
    padding-left: var(--spacing-5);
  }

}