@charset "UTF-8";
/*  Aysbergfarben  */
/* Stylesheet für Grund-Grundangaben, die sich nie ändern*/
/* ==============================[ Resets/Presets/Fixes ]============================== */
* {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  /* Border-Box-Modell -> Andere Berechnung von padding, border, margin */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* Blockelemente für alte IE-Versionen ohne HTML5-Support */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, video {
  display: block;
}
/* Scrollbalken immer einblenden und Schrift auf Basis 10px festlegen */
html {
  overflow-y: scroll;
  font-size: 62.5%;
}
p, a {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
/* Neues Clearfix, das Overflow erlaubt */
section:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
section.no-margin-bottom {
  margin-bottom: 0;
}
section.no-margin-bottom + section {
  margin-top: 0;
}
section.no-margin-top {
  margin-top: 0;
}
/* Hintergrundfarbe für selektierten Text */
::-moz-selection {
  background: #ddd;
  text-shadow: none;
}
::selection {
  background: #ddd;
  text-shadow: none;
}
picture {
  position: relative;
  display: block;
}
/* ==============================[ Schriften ]============================== */
/* open-sans-regular - latin */
@font-face {
  font-family: "open-sans";
  font-style: normal;
  font-weight: 400;
  src: url("/inc/fonts/open-sans-regular.woff2") format("woff2"), url("/inc/fonts/open-sans-regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "open-sans-italic";
  font-style: normal;
  font-weight: 400;
  src: url("/inc/fonts/open-sans-italic.woff2") format("woff2"), url("/inc/fonts/open-sans-italic.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "open-sans-semibold";
  font-style: normal;
  font-weight: 400;
  src: url("/inc/fonts/open-sans-semibold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "formata";
  font-style: normal;
  font-weight: 400;
  src: url("/inc/fonts/formataReg.woff2") format("woff2"), url("/inc/fonts/formataReg.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "formata light";
  /* in der subnav */
  font-style: normal;
  font-weight: 400;
  src: url("/inc/fonts/formataLight.woff2") format("woff2"), url("/inc/fonts/formataLight.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "amatic bold";
  font-style: normal;
  font-weight: 400;
  src: url("/inc/fonts/amatic-bold.woff2") format("woff2"), url("/inc/fonts/amatic-bold.woff") format("woff");
  font-display: swap;
}
/* ==============================[ Standard Inline-Elemente  ]============================== */
body {
  color: #444;
  font-size: 18px;
  line-height: 28px;
  font-family: "open-sans", "sans-serif";
  background: #fff;
}
/* Überschriften */
h1, h2 {
  font-family: "formata", "sans-serif";
  clear: both;
  font-weight: normal;
}
h1 {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 56px;
  line-height: 5.6rem;
  margin: 0 0 7.2rem;
  color: #0582B9;
  text-transform: uppercase;
}
h1 > span {
  font-family: "amatic bold", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  white-space: normal;
  font-size: 33px;
  font-size: 3.3rem;
  line-height: 32px;
  line-height: 3.2rem;
  letter-spacing: 0.65px;
  color: #444;
  display: block;
  margin-top: 8px;
}
h2 {
  font-size: 40px;
  font-size: 4rem;
  line-height: 46px;
  line-height: 4.6rem;
  margin: 4.8rem 0 5.4rem;
  color: #0582B9;
}
h2 > span {
  font-family: "amatic bold", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  white-space: normal;
  font-size: 33px;
  font-size: 3.3rem;
  line-height: 32px;
  line-height: 3.2rem;
  letter-spacing: 0.65px;
  color: #444;
  display: block;
  margin-top: 8px;
}
h3 {
  font-family: "amatic bold", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  white-space: normal;
  font-size: 33px;
  font-size: 3.3rem;
  line-height: 32px;
  line-height: 3.2rem;
  letter-spacing: 0.65px;
  margin: 48px 0 16px;
}
/*.section-headlines + .grid > div > h3:first-child {
	margin-top: 0;
}*/
@media screen and (max-width: 679px) {
  h1 {
    font-size: 40px;
    font-size: 4rem;
    line-height: 46px;
    line-height: 4.6rem;
  }
}
/* Standard-Abstand zwischen Inline Elementen */
ul, ol, p {
  margin: 14px 0 28px;
}
h1 + h3 {
  margin-top: -54px;
}
h2 + h3 {
  margin-top: -30px;
}
h2 + p {
  margin-top: -24px;
}
/* Ausrichten des Textes*/
.hl-align-left .section-headlines, .text-align-left {
  text-align: left;
}
.hl-align-center .section-headlines, .text-align-center {
  text-align: center;
}
.hl-align-right .section-headlines, .text-align-right {
  text-align: right;
}
#rubrikeinstieg .first-section {
  margin-top: 64px;
}
#rubrikeinstieg .first-section h1 {
  margin-top: 0;
}
#home .first-section {
  margin-top: 0;
}
#home .first-section h1 {
  font-family: "amatic bold", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  white-space: normal;
  font-size: 33px;
  font-size: 3.3rem;
  line-height: 32px;
  line-height: 3.2rem;
  letter-spacing: 0.65px;
  margin: 0 0 46px;
  /*color: #444;*/
  text-align: center;
}
strong {
  font-family: "open-sans-semibold", "sans-serif";
}
/* Hyperlinks */
a {
  color: #0582B9;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
a:hover, a:focus {
  color: #E27E32;
}
a:active {
  color: #E27E32;
}
/* Verlinkte Bilder */
a img {
  border: none;
  display: block;
}
/* Bilder */
img {
  border: none;
}
/* Textlisten */
ul {
  margin: 16px 0 32px;
  padding: 0 0 0 32px;
}
/* Liste 1. Ebene */
/* Liste 2. Ebene */
ul > li ul {
  padding: 0 24px;
  margin: 0.2em 0 0.5em;
}
ul > li ul li {
  /*background: url('/inc/img/list-dot2.svg') 0 .5em no-repeat;
	background-size: 6px 6px;*/
}
/* Numerierte Listen */
ol {
  margin: 16px 0 32px;
  padding: 0 0 0 32px;
}
ol > li {
  margin: 0;
  padding-left: 8px;
}
/* Liste 2. Ebene */
ol > li ol {
  padding: 0 0 0 24px;
  margin: 0.2em 0 0.5em;
}
/* Horizontale Linien ausblenden */
hr {
  display: none;
}
/* Abkürzungen und Akronyme */
abbr {
  border-bottom: 1px dotted #ccc;
  cursor: help;
}
abbr[title], acronym[title] {
  /* reset user agent */
  text-decoration: none;
}
/*.inner p:first-child {
	margin-top: 0;
}

.inner p:last-child {
	margin-bottom: 0;
}*/
/* Entwicklungshilfe zeigt Ansichtsgröße s,m,l,xl rechts oben */
body:after {
  position: fixed;
  top: 0;
  right: 0;
  background: grey;
  padding: 5px 10px;
  opacity: 1;
  color: #fff;
  font-size: 14px;
  z-index: 99999999999;
  display: none !important;
}
/* Sichtbarkeits-Hilfsklassen – was ist in welcher Ansicht (nicht) sichtbar */
.only-s {
  display: none !important;
}
.only-m {
  display: none !important;
}
.only-l {
  display: none !important;
}
.only-xl {
  display: none !important;
}
.only-xxl {
  display: none !important;
}
.no {
  display: none !important;
}
@media (max-width: 679px) {
  .only-s {
    display: block !important;
  }
  .no-s {
    display: none !important;
  }
}
@media (min-width: 680px) and (max-width: 1023px) {
  .only-m {
    display: block !important;
  }
  .no-m {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .only-l {
    display: block !important;
  }
  .no-l {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .only-xl {
    display: block !important;
  }
  .no-xl {
    display: none !important;
  }
}
@media (min-width: 1920px) {
  /* Für Leistungsberg zb */
  .leistungs-uebersicht-wrap .only-xxl {
    display: block !important;
  }
  .leistungs-uebersicht-wrap .no-xxl {
    display: none !important;
  }
  .leistungs-uebersicht-wrap .only-xl {
    display: none !important;
  }
}
/* ==============================[ Formate für Sektionen]============================== */
/* Grundlegende Angabe für Sektionen */
section {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
/* Spalten gemäß Grid */
section > div {
  word-wrap: break-word;
}
/* Spezielle Formate für Sektionen*/
section.sand-stripe {
  background: #DED8D0;
}
section.blue-stripe {
  background: #01ACE8;
  color: #fff;
}
section.blue-stripe h2, section.blue-stripe h3 {
  color: #fff;
}
section.blue-stripe .button {
  border: 2px solid #fff;
}
section.blue-stripe .button:before {
  top: -1px;
  width: 65px;
  height: calc(100% + 2px);
}
section.turquoise-stripe {
  background: #0ab4c5;
  color: #fff;
}
section.turquoise-stripe h2, section.turquoise-stripe h3 {
  color: #fff;
}
section.turquoise-stripe .button {
  border: 2px solid #fff;
}
section.turquoise-stripe .button:before {
  top: -1px;
  width: 65px;
  height: calc(100% + 2px);
}
section.sand-stripe, section.blue-stripe, section.turquoise-stripe {
  padding: 160px 0;
}
section.sand-stripe:after, section.blue-stripe:after, section.turquoise-stripe:after {
  content: "";
  background-image: url("/inc/img/overlay-wasserfarbe-bottom.png");
  background-repeat-y: no-repeat;
  position: absolute;
  bottom: 0;
  display: block;
  z-index: 1;
  width: 100%;
  height: 232px;
  pointer-events: none;
}
section.sand-stripe:before, section.blue-stripe:before, section.turquoise-stripe:before {
  content: "";
  background-image: url("/inc/img/overlay-wasserfarbe-top.png");
  background-repeat-y: no-repeat;
  position: absolute;
  top: 0;
  display: block;
  z-index: 1;
  width: 100%;
  height: 232px;
  pointer-events: none;
}
/* ============================== Grid-System ============================== */
.grid {
  display: -ms-grid;
  display: grid;
  grid-gap: 48px;
}
.grid[cols="1"] {
  grid-template-columns: repeat(1, 1fr);
  -ms-grid-columns: 1fr 48px 1fr 0;
  -ms-grid-rows: auto 48px auto;
}
.grid[cols="2"] {
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-columns: 1fr 48px 1fr 1;
  -ms-grid-rows: auto 48px auto;
}
.grid[cols="3"] {
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-columns: 1fr 48px 1fr 2;
  -ms-grid-rows: auto 48px auto;
}
.grid[cols="4"] {
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-columns: 1fr 48px 1fr 3;
  -ms-grid-rows: auto 48px auto;
}
.grid[cols="5"] {
  grid-template-columns: repeat(5, 1fr);
  -ms-grid-columns: 1fr 48px 1fr 4;
  -ms-grid-rows: auto 48px auto;
}
.grid[cols="6"] {
  grid-template-columns: repeat(6, 1fr);
  -ms-grid-columns: 1fr 48px 1fr 5;
  -ms-grid-rows: auto 48px auto;
}
.grid[cols="7"] {
  grid-template-columns: repeat(7, 1fr);
  -ms-grid-columns: 1fr 48px 1fr 6;
  -ms-grid-rows: auto 48px auto;
}
.grid[cols="8"] {
  grid-template-columns: repeat(8, 1fr);
  -ms-grid-columns: 1fr 48px 1fr 7;
  -ms-grid-rows: auto 48px auto;
}
.grid[cols="9"] {
  grid-template-columns: repeat(9, 1fr);
  -ms-grid-columns: 1fr 48px 1fr 8;
  -ms-grid-rows: auto 48px auto;
}
.grid[cols="10"] {
  grid-template-columns: repeat(10, 1fr);
  -ms-grid-columns: 1fr 48px 1fr 9;
  -ms-grid-rows: auto 48px auto;
}
.grid[cols="11"] {
  grid-template-columns: repeat(11, 1fr);
  -ms-grid-columns: 1fr 48px 1fr 10;
  -ms-grid-rows: auto 48px auto;
}
.grid[cols="12"] {
  grid-template-columns: repeat(12, 1fr);
  -ms-grid-columns: 1fr 48px 1fr 11;
  -ms-grid-rows: auto 48px auto;
}
/* ///////  IE /////////*/
.grid[cols="1"] {
  -ms-grid-columns: 1fr;
}
.grid[cols="1"] > div:first-child {
  -ms-grid-column: 1;
}
.grid[cols="2"] {
  -ms-grid-columns: 1fr 48px 1fr;
}
.grid[cols="2"] > div:first-child {
  -ms-grid-column: 1;
}
.grid[cols="2"] > div:last-child {
  -ms-grid-column: 3;
}
.grid[cols="3"] > div:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.grid[cols="3"] > div:nth-child(2) {
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}
.grid[cols="3"] > div:nth-child(3) {
  -ms-grid-column: 5;
  -ms-grid-row: 1;
}
.grid[cols="3"] > div:nth-child(4) {
  -ms-grid-column: 1;
  -ms-grid-row: 3;
}
.grid[cols="3"] > div:nth-child(5) {
  -ms-grid-column: 3;
  -ms-grid-row: 3;
}
.grid[cols="3"] > div:nth-child(6) {
  -ms-grid-column: 5;
  -ms-grid-row: 3;
}
.grid[cols="4"] {
  -ms-grid-columns: 1fr 48px 1fr 48px 1fr 48px 1fr;
}
.grid[cols="4"] > div:nth-child(1n) {
  -ms-grid-column: 1;
}
.grid[cols="4"] > div:nth-child(2n) {
  -ms-grid-column: 3;
}
.grid[cols="4"] > div:nth-child(3n) {
  -ms-grid-column: 5;
}
.grid[cols="4"] > div:nth-child(4n) {
  -ms-grid-column: 7;
}
/* //////////////// */
.grid[cols*="-"] {
  grid-template-columns: repeat(12, 1fr);
}
.grid[cols="4-8"] {
  grid-template-areas: "div4 div4 div4 div4 div8 div8 div8 div8 div8 div8 div8 div8";
  -ms-grid-columns: 1fr 48px 2fr;
}
.grid[cols="4-8"] > div:first-child {
  grid-area: div4;
  -ms-grid-column: 1;
}
.grid[cols="4-8"] > div:last-child {
  grid-area: div8;
  -ms-grid-column: 3;
}
.grid[cols="8-4"] {
  grid-template-areas: "div8 div8 div8 div8 div8 div8 div8 div8 div4 div4 div4 div4";
  -ms-grid-columns: 2fr 48px 1fr;
}
.grid[cols="8-4"] > div:first-child {
  grid-area: div8;
  -ms-grid-column: 1;
}
.grid[cols="8-4"] > div:last-child {
  grid-area: div4;
  -ms-grid-column: 3;
}
.grid[cols="2-10"] {
  grid-template-areas: "div2 div2 div10 div10 div10 div10 div10 div10 div10 div10 div10 div10";
  -ms-grid-columns: 1fr 48px 5fr;
}
.grid[cols="2-10"] > div:first-child {
  grid-area: div2;
  -ms-grid-column: 1;
}
.grid[cols="2-10"] > div:last-child {
  grid-area: div10;
  -ms-grid-column: 3;
}
.grid[cols="3-9"] {
  grid-template-areas: "div3 div3 div3 div9 div9 div9 div9 div9 div9 div9 div9 div9";
  -ms-grid-columns: 1fr 48px 3fr;
}
.grid[cols="3-9"] > div:first-child {
  grid-area: div3;
  -ms-grid-column: 1;
}
.grid[cols="3-9"] > div:last-child {
  grid-area: div9;
  -ms-grid-column: 3;
}
.grid[cols="9-3"] {
  grid-template-areas: "div9 div9 div9 div9 div9 div9 div9 div9 div9 div3 div3 div3";
  -ms-grid-columns: 3fr 48px 1fr;
}
.grid[cols="9-3"] > div:first-child {
  grid-area: div9;
  -ms-grid-column: 1;
}
.grid[cols="9-3"] > div:last-child {
  grid-area: div3;
  -ms-grid-column: 3;
}
footer .grid[cols="3"] {
  grid-template-areas: "div1 div2 div3";
}
footer .grid[cols="3"] .footer-address {
  grid-area: div1;
}
footer .grid[cols="3"] .footer-event {
  grid-area: div2;
}
footer .grid[cols="3"] .footer-contact {
  grid-area: div3;
}
@media (max-width: 1023px) {
  /* /////////// IE ///////////// */
  /* //////////////////////// */
  .grid[cols="3"] {
    -ms-grid-columns: 1fr;
    -ms-grid-rows: 1fr 48px 1fr 48px 1fr;
  }
  .grid[cols="3"] > div:nth-child(1n) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .grid[cols="3"] > div:nth-child(2n) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
  .grid[cols="3"] > div:nth-child(3n) {
    -ms-grid-column: 1;
    -ms-grid-row: 5;
  }
  footer .grid[cols="3"] {
    -ms-grid-columns: 1fr 48px 1fr;
    -ms-grid-rows: 1fr 48px 1fr;
  }
  footer .grid[cols="3"] > div:nth-child(1n) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  footer .grid[cols="3"] > div:nth-child(2n) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
  footer .grid[cols="3"] > div:nth-child(3n) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
  .grid[cols="4"] {
    -ms-grid-columns: 1fr 48px 1fr;
    -ms-grid-rows: 1fr 48px 1fr;
  }
  .grid[cols="4"] > div:nth-child(1n) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .grid[cols="4"] > div:nth-child(2n) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
  .grid[cols="4"] > div:nth-child(3n) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
  .grid[cols="4"] > div:nth-child(4n) {
    -ms-grid-column: 3;
    -ms-grid-row: 3;
  }
  .grid[cols="3"] {
    grid-template-columns: 1fr;
  }
  .grid[cols="4"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid[cols="4-8"] {
    grid-template-areas: "div4 div4 div4 div4 div4 div4 div8 div8 div8 div8 div8 div8";
    -ms-grid-columns: 1fr 48px 1fr;
  }
  .grid[cols="8-4"] {
    grid-template-areas: "div8 div8 div8 div8 div8 div8 div4 div4 div4 div4 div4 div4";
    -ms-grid-columns: 1fr 48px 1fr;
  }
  .grid[cols="3-9"] {
    grid-template-areas: "div3 div3 div3 div3 div9 div9 div9 div9 div9 div9 div9 div9";
    -ms-grid-columns: 1fr 48px 2fr;
  }
  .grid[cols="9-3"] {
    grid-template-areas: "div9 div9 div9 div9 div9 div9 div9 div9 div3 div3 div3 div3";
    -ms-grid-columns: 2fr 48px 1fr;
  }
  .grid[cols="2-10"] {
    grid-template-areas: "div2 div2 div2 div2 div10 div10 div10 div10 div10 div10 div10 div10";
    -ms-grid-columns: 1fr 48px 3fr;
  }
  footer .grid[cols="3"] {
    grid-template-areas: "div1 div1 div1 div1 div1 div1 div3 div3 div3 div3 div3 div3" "div2 div2 div2 div2 div2 div2 div2 div2 div2 div2 div2 div2";
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 12px;
  }
}
@media (max-width: 679px) {
  /* /////////// IE ///////////// */
  /* //////////////////////// */
  .grid[cols="2"] {
    -ms-grid-columns: 1fr;
    -ms-grid-rows: 1fr 48px 1fr;
  }
  .grid[cols="2"] > div:nth-child(1n) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .grid[cols="2"] > div:nth-child(2n) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
  .grid[cols="3"] {
    -ms-grid-columns: 1fr;
    -ms-grid-rows: 1fr 48px 1fr 48px 1fr;
  }
  .grid[cols="3"] > div:nth-child(1n) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .grid[cols="3"] > div:nth-child(2n) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
  .grid[cols="3"] > div:nth-child(3n) {
    -ms-grid-column: 1;
    -ms-grid-row: 5;
  }
  .grid[cols="4"] {
    -ms-grid-columns: 1fr;
    -ms-grid-rows: 1fr 48px 1fr 48px 1fr 48px 1fr;
  }
  .grid[cols="4"] > div:nth-child(1n) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .grid[cols="4"] > div:nth-child(2n) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
  .grid[cols="4"] > div:nth-child(3n) {
    -ms-grid-column: 1;
    -ms-grid-row: 5;
  }
  .grid[cols="4"] > div:nth-child(4n) {
    -ms-grid-column: 1;
    -ms-grid-row: 7;
  }
  .grid[cols="2"], .grid[cols="3"], footer .grid[cols="3"], .grid[cols="4"] {
    grid-template-columns: 1fr;
  }
  .grid[cols="6"] {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid[cols="8"] {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid[cols="9"] {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid[cols="10"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid[cols="12"] {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid[cols="4-8"] {
    grid-template-areas: "div4" "div8";
    grid-template-columns: 1fr;
    -ms-grid-columns: 1fr;
    -ms-grid-rows: 1fr 48px 1fr;
  }
  .grid[cols="4-8"] > div:first-child {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .grid[cols="4-8"] > div:last-child {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
  .grid[cols="3-9"] {
    grid-template-areas: "div3" "div9";
    grid-template-columns: 1fr;
  }
  .grid[cols="8-4"] {
    grid-template-areas: "div8" "div4";
    grid-template-columns: 1fr;
    -ms-grid-columns: 1fr;
    -ms-grid-rows: 1fr 48px 1fr;
  }
  .grid[cols="8-4"] > div:first-child {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .grid[cols="8-4"] > div:last-child {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
  .grid[cols="9-3"] {
    grid-template-areas: "div9" "div3";
    grid-template-columns: 1fr;
    -ms-grid-columns: 1fr;
    -ms-grid-rows: 1fr 48px 1fr;
  }
  .grid[cols="9-3"] > div:first-child {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .grid[cols="9-3"] > div:last-child {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
  .grid[cols="2-10"] {
    grid-template-areas: "div2" "div10";
    grid-template-columns: 1fr;
    -ms-grid-columns: 1fr;
    -ms-grid-rows: 1fr 48px 1fr;
  }
  .grid[cols="2-10"] > div:first-child {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .grid[cols="2-10"] > div:last-child {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
  footer .grid[cols="3"] {
    grid-template-areas: "div1" "div3" "div2";
    grid-template-columns: repeat(1, 1fr);
  }
  footer .grid[cols="3"] {
    -ms-grid-columns: 1fr;
    -ms-grid-rows: 1fr 48px 1fr;
  }
  footer .grid[cols="3"] > div:nth-child(1n) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  footer .grid[cols="3"] > div:nth-child(2n) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
  footer .grid[cols="3"] > div:nth-child(3n) {
    -ms-grid-column: 1;
    -ms-grid-row: 5;
  }
}
@media (max-width: 500px) {
  .grid[cols="2"], .grid[cols="3"], .grid[cols="4"], .grid[cols="6"], .grid[cols="8"], .grid[cols="9"], .grid[cols="10"], .grid[cols="12"] {
    grid-template-columns: 1fr;
  }
}
/* Hinweismeldungen, Fehler, Alerts, Warnungen */
.alert {
  padding: 12px;
  margin: 0;
  margin-top: 1em !important;
  margin-bottom: 1em !important;
  border: solid 1px #C5C5C5;
  border-radius: 4px;
  background-color: #F1F1F1;
  color: #666;
  line-height: 26px;
}
ul.alerts {
  padding: 0;
}
li.alert {
  list-style-type: none;
  margin: 5px 0;
  background: none;
}
.alert.error {
  border-color: #ebccd1;
  background-color: #f2dede;
  color: #a94442;
}
.alert.warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert.success {
  background-color: #00b97f;
  border-color: #cefbe3;
  color: #3c763d;
}
#noscriptBox {
  position: relative;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 12px;
  width: 100%;
  height: 144px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  background-color: #0582b9;
  z-index: 999999999999;
}
#noscriptBoxContainer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
}
@media (min-width: 500px) {
  #noscriptBox {
    height: 104px;
  }
}
@media (min-width: 800px) {
  #noscriptBox {
    height: 84px;
  }
}
@media (min-width: 1024px) {
  #noscriptBox {
    height: 64px;
  }
}
/* Tabellen-Styles */
table {
  border: 1px solid #E5E5E5;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  border-radius: 4px;
}
tr {
  border: 1px solid #E5E5E5;
  border-width: 4px 0;
}
th, td {
  padding: 12px 18px;
  vertical-align: top;
  border: 1px solid #E5E5E5;
}
th {
  text-align: left;
  background: #E5E5E5;
  /*padding: 6px 18px;*/
  min-width: 130px;
}
/* Tabellen-Styles modern */
table.modern {
  border: none;
  border-collapse: collapse;
}
.modern tr {
  border: 2px solid #E5E5E5;
  border-width: 2px 0;
}
.modern th, .modern td {
  vertical-align: top;
  border-width: 0;
}
@media (max-width: 380px) {
  table {
    zoom: 0.85;
  }
}
.hgBlau td, .hgBlau th, .hgTuerkis td, .hgTuerkis th, .infobox td, .infobox th {
  padding: 10px 0;
  border: none;
  background: transparent;
  border-bottom: 1px solid #fff;
}
.hgBlau table, .hgBlau tr, .hgTuerkis table, .hgTuerkis tr, .infobox table, .infobox tr {
  border: none;
}
/* Formular-Styles */
/* ------------[ Formulare ]------------ */
/* ------------[ Formulare ]------------ */
.form-content {
  margin: 12px 0;
}
form .button:before {
  right: -10px;
}
legend {
  display: block;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0.5em;
}
fieldset:not(.field) > legend {
  font-family: "open sans bold";
}
label {
  display: block;
  font-size: 18px;
  margin-bottom: 0;
  color: #444;
  cursor: pointer;
}
input, textarea, select, .input-radio-content, .input-checkbox-content {
  width: 100%;
  margin: 0;
}
input, textarea {
  display: block;
  font-size: 16px;
  line-height: 22px;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  padding: 12px 18px;
  resize: none;
}
fieldset {
  border: none;
  clear: both;
  padding: 0;
  margin: 0;
}
textarea {
  width: 100%;
  min-height: 120px;
  font-family: "Open Sans", sans-serif;
}
select {
  color: #444;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  background-color: #fff;
  background-image: url("/images/vogelhaus.jpg");
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 18px;
  border: 1px solid #c4c4c4;
  padding: 12px 18px;
  margin: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -webkit-appearance: none;
}
input:focus, textarea:focus, select:focus {
  outline: none;
  border: 1px solid #00baff;
}
label:has(input) {
  display: grid;
  grid-template-columns: 1em auto;
  gap: 0.5em;
  align-items: center;
  accent-color: #019fd7;
  font-family: "open sans";
}
/* Radio/Checkboxen */
input[type="radio"]:checked, input[type="radio"]:not(:checked), input[type="checkbox"]:checked, input[type="checkbox"]:not(:checked) {
  /*	position: absolute;
	left: -9999px;*/
  margin: 0;
  height: 18px;
}
input[type="radio"]:checked + label, input[type="radio"]:not(:checked) + label, input[type="checkbox"]:checked + label, input[type="checkbox"]:not(:checked) + label {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  padding-left: 30px;
  cursor: pointer;
}
/* option */
option {
  padding: 0.3em 1em 0.3em 1em;
  border-top: 1px solid #444;
  background: #fff;
}
/* Button */
input[type="submit"] {
  color: #fff;
  background-color: #0582B9;
  border: none;
  padding: 12px 24px;
  cursor: pointer;
  width: auto;
}
button {
  font-size: 16px;
  line-height: 22px;
  border: none;
  outline: none;
  cursor: pointer;
  width: auto;
}
input[type="submit"]:hover {
  background-color: var(--color-light-blue);
}
.field {
  margin-bottom: 16px;
}
/* Fehlermeldungen */
.fieldError {
  border: 1px solid #a94442;
}
.labelError {
  color: #a94442;
}
select::-ms-expand {
  display: none;
}
.alert.error {
  padding: 12px 24px;
  background: #b40000;
  color: white;
  border: none;
  border-radius: 0;
}
.kontaktformular .alert.error + ul {
  border: 1px solid #b40000;
  padding: 24px 0 12px;
  margin-top: -19px;
  background: none;
}
.alert.error + ul {
  list-style: none;
  border: 1px solid #b40000;
  padding: 12px;
  margin-top: -19px;
  background: none;
}
.kontaktformular .alert.error + ul > li {
  background: none;
}
.alert.success {
  padding: 12px 24px;
  background: #00b97f;
  color: white;
}
/* input type="file" button stylen Updload-Button*/
input[type="file"]::file-selector-button {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background: #d3d3d3;
  border-radius: 42px;
  padding: 8px 16px;
  margin-right: 12px;
  transition: all 0.3s ease-in-out;
  border: none;
}
input[type="file"]::file-selector-button:hover {
  background: #e0e0e0;
}
/* wenn formular abgeschickt wurde und länger braucht wird loading-icon gesetzt*/
.kontaktformular {
  position: relative;
}
.kontaktformular button {
  margin: 0 0 40px;
}
form.loading {
  position: relative;
}
form.loading:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffffbb;
}
.lds-ripple {
  display: none;
  position: relative;
  width: 80px;
  height: 80px;
}
form.loading + .loading-icon {
  display: inline-block;
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #0582B9;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.75s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
/* ----------[ Formularerweiterung tooltip ] ---------- */
.icon-tooltip {
  display: inline-block;
  height: 18px;
  width: 18px;
  top: 3px;
  margin-left: 8px;
  position: relative;
  cursor: pointer;
}
.icon-tooltip abbr {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-bottom: none;
}
.icon-tooltip path {
  fill: #0582B9;
}
#tooltip-box {
  position: absolute;
  font-size: 0.85em;
  line-height: 20px;
  color: #fff;
  background: #0582B9;
  padding: 12px;
  transition: all 0.3s ease-in-out;
  z-index: 100;
}
#tooltip-box:after {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #0582B9;
  margin-left: -10px;
}
#tooltip-box.top:after {
  top: -20px;
  bottom: auto;
  border-top-color: transparent;
  border-bottom: 10px solid #0582B9;
  transition: all 0.3s ease-in-out;
}
#tooltip-box.left:after {
  left: 12px;
  margin: 0;
}
#tooltip-box.right:after {
  right: 12px;
  left: auto;
  margin: 0;
}
/* ----------[ Formularerweiterung help ] ---------- */
.help {
  font-size: 0.8em;
  color: #d3d3d3;
}
.kontaktformular tr th {
  text-align: right;
}
@media screen and (min-width: 680px) {
  .fieldset-one .field {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 12px);
  }
  .field-left-padding {
    padding-right: 12px;
  }
  .field-right-padding {
    padding-left: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .field-left-padding {
    padding-right: 16px;
  }
  .field-right-padding {
    padding-left: 20px;
  }
}
/*
.form-content {
	margin: 12px 0;
}

legend {
	display: block;
	font-size: 18px;
	line-height: 24px;
	padding: 12px 0 0;
}

fieldset > legend {
	font-family: open sans semibold;
}

label {
	display: inline-block;
	font-size: 18px;
	margin-bottom: .5em;
	color: #444;
	cursor: pointer;
}

input,
textarea,
select,
.input-radio-content,
.input-checkbox-content {
	width: 100%;
	margin: 10px 0;
}

input,
textarea {
	display: block;
	font-size: 16px;
	line-height: 22px;
	background-color: #fff;
	border: 1px solid #c4c4c4;
	padding: 12px 18px;
	margin: 0 0 24px;
	resize: none;
}

fieldset {
	border: none;
	clear: both;
	padding: 0;
	margin: 0;
}

textarea {
	width: 100%;
	min-height: 120px;
}

select {
	color: #444;
	width: 100%;
	font-size: 16px;
	line-height: 22px;
	background-color: $white;
	background-image: url('/inc/img/accordion/arrow-down.svg'); 
	background-position: right 12px center;
	background-repeat: no-repeat;
	background-size: 18px;
	border: 1px solid #c4c4c4;
	padding: 12px 18px;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	-webkit-appearance: none;
}

input:focus, textarea:focus, select:focus {
	outline: none;
	border: 1px solid #00baff;
}
'/
/* Radio/Checkboxen */
/*
input[type="radio"]:checked,
input[type="radio"]:not(:checked),
input[type="checkbox"]:checked,
input[type="checkbox"]:not(:checked) {
	position: absolute;
	left: -9999px;
}

input[type="radio"]:checked + label,
input[type="radio"]:not(:checked) + label,
input[type="checkbox"]:checked + label,
input[type="checkbox"]:not(:checked) + label {
	display: block;
	position: relative;
	font-size: 16px;
	line-height: 24px;
  padding-left: 30px;
	cursor: pointer;
}

input[type="radio"]:checked + label:before,
input[type="radio"]:not(:checked) + label:before,
input[type="checkbox"]:checked + label:before,
input[type="checkbox"]:not(:checked) + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	border: 1px solid #c4c4c4;
	background: #fff;
}

input[type="radio"]:checked + label:after,
input[type="radio"]:not(:checked) + label:after,
input[type="checkbox"]:checked + label:after,
input[type="checkbox"]:not(:checked) + label:after {
	content: '';
	width: 12px;
	height: 12px;
	position: absolute;
	top: 6px;
	left: 6px;
	background: #00baff;
	border-radius: 100%;
	transition: all 0.2s ease-in-out;
}
*/
/* Checkbox */
/*
input[type="checkbox"]:checked + label:before,
input[type="checkbox"]:not(:checked) + label:before {
	border-radius: 6px;
}

input[type="checkbox"]:checked + label:after,
input[type="checkbox"]:not(:checked) + label:after {
	border-radius: 0;
	background: url(/inc/img/icons/input-check.svg) center no-repeat;
}


input[type="radio"]:not(:checked) + label:after,
input[type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
}

input[type="radio"]:checked + label:after,
input[type="checkbox"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
}


option {
	padding: 0.3em 1em 0.3em 1em; 
	border-top: 1px solid #444;
	background: #fff;
}


input[type="submit"] {
	color: $white;
	background-color: $blue;
	border: none;
	padding: 12px 24px;
	cursor: pointer;
	width: auto;
}

button{
	font-size: inherit;
	line-height: inherit;
	border: none;
	outline: none;
	cursor: pointer;
	width: auto;
}

input[type="submit"]:hover {
	background-color: $light-blue;
}


.fieldError {
	border: 1px solid #a94442;
}

.labelError {
	color: #a94442;
}

select::-ms-expand {
	display: none;
}


.legend-display-none legend{
	display: none;
}

@media screen and (min-width: $break-m){

	.fieldset-one .field,
	.fieldset-one .field{
		display: inline-block;
		vertical-align: top;
		width: 49.61%;
	}

	.field-left-padding{
		padding-right: 1.6vw;
	}

	.field-right-padding{
		padding-left: 1.94805vw;
	}

}

@media screen and (min-width: $break-l) {

	.field-left-padding{
		padding-right: 16px;
	}

	.field-right-padding{
		padding-left: 20px;
	}


}


@media screen and (min-width: $break-xl) {

}

*/
/* ==============================[ Allgemein]============================== */
body:after {
  content: "S";
}
html, body {
  height: 100%;
  scroll-padding-top: 300px;
}
#wrap {
  min-height: 100%;
  max-width: 2560px;
  margin: 0 auto;
}
button.qxCTlb[style] {
  position: relative;
  background-color: #fff !important;
  color: #444 !important;
  border: 2px solid #DED8D0;
  border-radius: 4px !important;
  padding: 10px 78px 10px 24px !important;
  line-height: 28px;
  font-weight: normal;
  transition: all 0.2s ease-out;
}
button.qxCTlb[style]:before {
  content: "";
  display: inline-block;
  background-image: url(/inc/img/buttons/btn-regular.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: absolute;
  right: -3px;
  top: -2px;
  width: 66px;
  height: calc(100% + 4px);
  transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
button.qxCTlb[style]:after {
  content: "";
  display: inline-block;
  background-image: url(/inc/img/buttons/btn-arrow-right.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 24px;
}
button.qxCTlb[style]:hover {
  color: #E27E32 !important;
  transition: all 0.2s ease-out;
}
button.qxCTlb[style]:hover:before {
  background-image: url(/inc/img/buttons/btn-regular-orange.svg);
  transition: all 0.2s ease-out;
}
.sand-stripe button.qxCTlb[style] {
  border: 2px solid #e5e5e5;
}
/* ==============================[ Skip to Content]============================== */
.skip-link {
  position: absolute;
  top: -100px;
  left: 10px;
  background: #fff;
  font-size: 14px;
  color: #fff;
  padding: 8px;
  text-decoration: none;
  z-index: 9999;
}
.skip-link:focus {
  top: 10px;
  /* Sichtbar machen */
}
/* ==============================[ Formate für Sektionen]============================== */
article {
  padding: 12px 0 0;
}
article section {
  margin: 48px 0;
}
#detailseite .first-section, #referenzseite .first-section {
  margin-top: 180px;
}
/* ==============================[ Klassen]============================== */
.inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  padding: 0 16px;
  position: relative;
}
.inner.small-800 {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
  padding: 0 16px;
  position: relative;
}
.inner-fix-breakpoints {
  max-width: 375px;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}
.inner-referenzdetail {
  margin: 0 auto;
  width: 100%;
  max-width: 1800px;
  padding: 0 16px;
  position: relative;
}
.inner:after, .inner-referenzdetail:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
/* ---------- Layout ---------- */
.flexbox {
  display: flex;
}
.grid.align-items-center {
  align-items: center;
}
.grid.align-items-center h3, .grid.align-items-center h2 {
  margin-top: 0;
}
.grid.align-items-center h2 + h3 {
  margin-top: -30px;
}
.grid.align-items-center p:last-child {
  margin-bottom: 0;
}
/* ---------- Text und Link ---------- */
.clickbox {
  cursor: pointer;
}
.tab {
  width: 4.5em;
  float: left;
  clear: left;
  display: block;
}
.minitext {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 15px;
  line-height: 1.5rem;
}
.h3style {
  font-family: "amatic bold", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  white-space: normal;
  font-size: 33px;
  font-size: 3.3rem;
  line-height: 35px;
  line-height: 3.5rem;
  letter-spacing: 0.65px;
  margin: 48px 0 16px;
}
/* ==============================[ Wasserfarbkante ]============================== */
.overlay-wasserfarben-top:before {
  content: "";
  background-image: url("/inc/img/overlay-wasserfarbe-top.png");
  background-repeat-y: no-repeat;
  position: absolute;
  top: 0;
  display: block;
  z-index: 1;
  width: 100%;
  height: 232px;
  pointer-events: none;
}
.overlay-wasserfarben-bottom:after {
  content: "";
  background-image: url("/inc/img/overlay-wasserfarbe-bottom.png");
  background-repeat-y: no-repeat;
  position: absolute;
  bottom: 0;
  display: block;
  z-index: 1;
  width: 100%;
  height: 232px;
  pointer-events: none;
}
.overlay-wasserfarben-bottom-after:after {
  content: "";
  background-image: url("/inc/img/overlay-wasserfarbe-top.png");
  background-repeat-y: no-repeat;
  position: absolute;
  bottom: -232px;
  display: block;
  z-index: 1;
  width: 100%;
  height: 232px;
  pointer-events: none;
}
.overlay-wasserfarben-all:before {
  content: "";
  background-image: url("/inc/img/overlay-wasserfarbe-left-top.png"), url("/inc/img/overlay-wasserfarbe-right-bottom.png");
  background-repeat: no-repeat;
  background-position: left top, right bottom;
  background-size: 200% 200%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 1;
  width: 100%;
  height: calc(100% + 1px);
  pointer-events: none;
}
.sand-stripe .overlay-wasserfarben-all:before {
  content: "";
  background-image: url("/inc/img/overlay-wasserfarbe-left-top-sand.png"), url("/inc/img/overlay-wasserfarbe-right-bottom-sand.png");
  background-repeat: no-repeat;
  background-position: left top, right bottom;
  background-size: 200% 200%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 1;
  width: 100%;
  height: calc(100% + 1px);
  pointer-events: none;
}
.overlay-border {
  border: 2px solid #e5e5e5;
}
/* ==============================[ Trenner]============================== */
/* ---------- Berge ---------- */
.line-berg {
  background-image: url("/inc/img/line-berg.svg"), url("/inc/img/line-sand.svg");
  background-repeat: no-repeat, repeat-x;
  background-position: center bottom -1px;
  padding-bottom: 108px;
  margin-bottom: 64px;
  background-size: 320px, 3px;
}
/* ---------- Crack ---------- */
.line-crack {
  background-image: url("/inc/img/line-crack.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 108px;
  background-size: 200%;
}
.line-crack-gradient {
  background-image: url("/inc/img/line-crack-gradient.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 108px;
}
.small-line-crack {
  display: none;
  text-align: center;
  margin-bottom: 40px;
}
.small-line-crack svg {
  width: 100%;
  max-width: 450px;
}
/* ==============================[ Header]============================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.95);
  transition: all 0.3s ease-out;
}
header .overlay-wasserfarben-bottom-after:after {
  opacity: 0.95;
  transition: all 0.3s ease-out;
}
#detailseite header, #referenzseite header {
  background-color: #E5E5E5;
}
#detailseite header .overlay-wasserfarben-bottom-after:after, #referenzseite header .overlay-wasserfarben-bottom-after:after {
  background-image: url("/inc/img/wasserfarbe-grob-sand.png");
  opacity: 1;
}
header .flexbox {
  justify-content: space-between;
  align-items: center;
}
header .flexbox img {
  transition: all 0.3s ease-out;
}
/* ---------- Logo ---------- */
header a.logo {
  display: block;
  position: relative;
  top: 0;
  transition: all 0.3s ease-out;
  background: none;
}
header a.logo img {
  width: 104px;
  height: auto;
}
/* ---------- Header beim Scrollen ---------- */
header.small {
  background-color: rgba(255, 255, 255, 0.95);
}
header.small .logo img {
  width: 104px;
}
header.small nav ul li a {
  font-size: 20px;
  background: none;
  transition: all 0.3s ease-out;
}
header.small ul.subnav li a {
  font-family: "formata light";
  background: none;
}
header.small .overlay-wasserfarben-bottom-after:after {
  opacity: 0.95;
}
/* ==============================[ Navigationen]============================== */
nav ul, nav ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-image: none;
  position: relative;
}
nav > ul > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
nav.mainnav ul:after, ul.subnav ul:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
nav.mainnav ul li, ul.subnav li {
  display: block;
  padding: 0;
}
nav.mainnav {
  position: absolute;
  top: 56px;
  left: 0;
  width: 100%;
  height: calc(100vh - 56px);
  overflow-x: scroll;
  z-index: 2;
  display: none;
  background-color: #0582B9;
  transition: all 0.2s ease;
}
nav.mainnav > ul {
  padding-bottom: 56px;
}
nav.mainnav ul li a {
  display: block;
  padding: 8px 16px;
  text-decoration: none;
  color: #fff;
  font-family: "formata";
  font-size: 22px;
  text-transform: uppercase;
  border-radius: 4px;
  transition: none;
  background: none;
  transition: all 0.3s ease-out;
}
nav.mainnav ul li a:hover, nav.mainnav > ul > li:hover > a {
  background: #01ACE8;
  outline: none;
}
nav.mainnav ul li.current a, nav.mainnav ul > li.current:hover > a {
  background: #01ACE8;
}
/* ---------- Subnavigation ---------- */
nav ul li:hover ul.subnav {
  display: block;
}
nav.mainnav li ul.subnav {
  margin: 2px 0 18px;
}
nav.mainnav li ul.subnav li {
  /*background-color:none;*/
}
nav.mainnav li ul.subnav li a {
  background: transparent;
  font-family: formata light;
  text-transform: none;
  white-space: nowrap;
}
nav.mainnav li ul.subnav li.current a {
  background-color: #01ACE8;
  font-family: formata;
}
nav.mainnav li ul.subnav li.current .subnav2 li.current a {
  font-family: formata light;
}
nav.mainnav li ul.subnav2 {
  margin: 0;
  padding: 0;
}
nav.mainnav li ul.subnav2 li {
  /*background-color:none;*/
}
nav.mainnav li ul.subnav2 li a {
  padding-left: 36px;
}
/* ---------- mobile Navigation ---------- */
#nav-toggle-wrap {
  display: flex;
  position: relative;
  justify-content: flex-end;
  background-color: transparent;
}
.nav-toggle {
  display: inline-block;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
  padding: 24px;
  position: relative;
  margin: 4px 0;
}
.nav-toggle:hover, .open .nav-toggle {
  background: #01ACE8;
}
.hamburger-icon {
  width: 24px;
  position: absolute;
  top: 12px;
  right: 8px;
  width: 24px;
  position: absolute;
  top: 16px;
  right: 12px;
}
.hamburger, .hamburger:after, .hamburger:before {
  height: 3px;
  background-color: #000;
  position: relative;
  transition: all 0.3s ease;
}
.hamburger:after, .hamburger:before {
  content: "";
  width: 100%;
  position: absolute;
}
.hamburger:before {
  top: 14px;
  left: 0;
}
.hamburger:after {
  top: 7px;
  left: 0;
}
.nav-toggle:hover .hamburger, .nav-toggle:hover .hamburger:after, .nav-toggle:hover .hamburger:before {
  background: #fff;
}
.header-section.closed .mainnav {
  display: none;
}
.header-section.open .mainnav {
  display: block;
}
.header-section.open .hamburger {
  background: none;
}
.header-section.open .hamburger:before {
  transform: rotate(-45deg);
  top: 7px;
  background: #fff;
}
.header-section.open .hamburger:after {
  background: #fff;
  top: 7px;
  transform: rotate(45deg);
}
/* ==============================[ Keyvisual ]============================== */
.keyvisual {
  position: relative;
  overflow: hidden;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 350px;
}
#home .keyvisual {
  height: 80vh;
}
#home .keyvisual .pic {
  min-width: 600px;
  height: 80vh;
  width: auto;
}
.keyvisual .pic, .col-12-bg-image .pic {
  min-width: 300px;
}
.col-12-bg-image {
  overflow: hidden;
  height: 250px;
}
/* ---------- Slogan auf Keyvisual ---------- */
.slogan {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(0, -20%);
  display: flex;
  flex-direction: column;
}
.slogan span {
  position: relative;
  align-self: flex-start;
  margin: 3px 0;
  padding: 6px 24px;
  font-size: 24px;
  line-height: 1.4em;
  text-transform: uppercase;
  color: #fff;
  background-color: #0582B9;
  text-align: center;
  border-radius: 4px;
  transition: all 0.2s ease-out;
}
.slogan span:nth-child(2) {
  left: -24px;
}
.slogan span:nth-child(3) {
  right: -30px;
}
.home-section-experience h2 {
  margin-top: 0;
}
/* ---------- Intro-Text ---------- */
.intro-text {
  font-size: 22px;
  line-height: 32px;
  /* margin-top: 2em; */
}
#home .intro-text {
  margin-top: 0;
}
/* ==============================[ Inline-Elemente ]============================== */
/* ==============================[ Listen ]============================== */
/* ---------- mehr Abstand zwischen Listenpunkten ---------- */
ul.listspace > li, ol.listspace > li {
  margin: 16px 0;
}
ul.listspace > li:last-child, ol.listspace > li:last-child {
  padding-bottom: 0;
}
ul.listspace li ul, ol.listspace li ol {
  margin: 0.3em 0;
}
/* ---------- Liste mit Hacken/Check ---------- */
ul.listcheck > li {
  position: relative;
  list-style: none;
}
ul.listcheck > li:before {
  content: "";
  background: url("/inc/img/listcheck.svg") no-repeat center;
  width: 23px;
  height: 20px;
  display: inline-block;
  position: absolute;
  left: -32px;
  top: 6px;
  background-size: 80%;
}
/* ==============================[ Verlinkungen ]============================== */
a {
  background-color: #E5E5E5;
  padding: 0 6px;
  border-radius: 2px;
  color: #444;
  word-break: break-word;
}
a:hover {
  color: #E27E32;
}
/* ---------- Buttons ---------- */
.button {
  display: inline-block;
  position: relative;
  padding: 10px 78px 10px 16px;
  border: 2px solid #DED8D0;
  border-radius: 4px;
  color: #444;
  background-color: #fff;
  margin: 0;
  transition: all 0.2s ease-out;
}
.button:before {
  content: "";
  display: inline-block;
  background-image: url("/inc/img/buttons/btn-regular.svg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: absolute;
  right: -3px;
  top: -2px;
  width: 65px;
  height: calc(100% + 4px);
  transition: all 0.2s ease-out;
}
.button:after {
  content: "";
  display: inline-block;
  background-image: url("/inc/img/buttons/btn-arrow-right.svg");
  background-repeat: no-repeat;
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 24px;
}
.button:hover:before {
  background-image: url("/inc/img/buttons/btn-regular-orange.svg");
}
.infobox .button, .infobox.hgBlau .button, .infobox.hgTuerkis .button {
  border: 4px solid white;
}
/* ==============================[ Bilder ]============================== */
.pic {
  display: block;
  width: 100%;
  height: auto;
}
.pic-description {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: normal;
  text-align: center;
  margin-top: 0.5em;
}
/* ---------- blauer Störer auf Bild ---------- */
.img-stoerer {
  position: absolute;
  top: -28px;
  right: 24px;
  background-color: #0582b9;
  padding: 4px 12px;
  border: 4px solid #fff;
  border-radius: 4px;
  font-size: 1.5em;
  color: #fff;
  /*box-shadow: -1px 2px 4px rgba(0, 0, 0, 0.4);*/
  text-transform: uppercase;
  transform: rotate(-8deg);
  z-index: 1;
  /*&:after {
		content: "";
		border-right: 15px solid transparent;
		border-top: 16px solid #006490;
		position: absolute;
		bottom: -17px;
		right: 0;
	}*/
}
/* ==============================[ Sonderelmente ]============================== */
/* ==============================[ Infobox ]============================== */
.infobox {
  padding: 36px 24px 12px;
  border-radius: 4px;
  position: relative;
  background-color: #DED8D0;
  height: 100%;
}
.infobox h3 {
  margin-top: 0;
}
.infobox.hgBlau {
  color: #fff;
  background-color: #01ACE8;
}
.infobox.hgBlau a {
  background-color: #57d3ff;
  color: #fff;
  padding: 0 4px;
}
.infobox.hgBlau a:hover {
  color: #444;
}
.infobox.hgTuerkis {
  color: #fff;
  background-color: #0ab4c5;
}
.infobox.hgTuerkis a {
  background-color: #0091a2;
  color: #fff;
}
.infobox.hgTuerkis a:hover {
  color: #444;
}
.infobox.rahmen {
  background-color: #fff;
  border: 2px solid #DED8D0;
  color: #444;
}
.infobox.weiss {
  background-color: #fff;
  padding: 0;
}
.infobox.weiss h3 {
  color: #0582B9;
}
.infobox.hgBlau label, .infobox.hgTuerkis label {
  color: #fff;
}
.infobox.hgBlau input, .infobox.hgBlau textarea, .infobox.hgTuerkis input, .infobox.hgTuerkis textarea {
  border-color: #fff;
}
/* ==============================[ Bildergallerie]============================== */
.image-gallery {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.image-gallery:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.image-gallery li {
  margin: 0;
  margin-bottom: 24px;
  padding: 0;
  background: none;
}
.image-gallery li a.imagelightbox {
  margin: 12px 0;
}
/* ==============================[ Teaser]============================== */
.teaser.clickbox {
  position: relative;
  padding: 24px 24px 48px;
  background: #fff;
  transition: all 0.2s ease-in-out;
  border-radius: 4px;
  border: 2px solid #DED8D0;
}
.teaser.clickbox h3 {
  margin-top: 0;
}
.teaser.clickbox h3 a {
  color: #0582B9;
  background: none;
  padding: 0;
}
.teaser.clickbox .mg-btn-none p:last {
  margin-bottom: 0;
}
.teaser.clickbox:hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.teaser.clickbox:hover .teaser-button {
  background: url("/inc/img/buttons/btn-teaser-orange.svg") no-repeat center;
}
.teaser.clickbox:hover h3 a {
  margin-top: 0;
  color: #E27E32;
}
.teaser-button {
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 60px;
  height: 48px;
  background: url("/inc/img/buttons/btn-teaser.svg") no-repeat center;
  transition: background 0.5s ease-in-out;
}
.teaser-button:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -32%);
  background: url("/inc/img/buttons/btn-arrow-right.svg") no-repeat center;
  background-size: 100%;
}
.referer .teaser-button {
  background: url("/inc/img/buttons/btn-teaser-grey.svg");
}
/* ---------- flex-Teaser ---------- */
.teaser-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.teaser-flex h2 {
  margin-top: 0;
}
.teaser-flex p + .button-right, .teaser-flex p + .button-left {
  margin: 0;
}
.teaser-flex .button {
  align-self: flex-end;
  margin: 0;
}
.teaser-flex .teaser {
  margin: 0 0 24px 0;
  transition: all 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.teaser-flex .teaser:hover .button {
  color: #E27E32;
}
.teaser-flex .teaser:hover .button:before {
  background-image: url("/inc/img/buttons/btn-regular-orange.svg");
}
.teaser-flex img.pic {
  display: none;
}
.teaser-flex .teaser-image, .teaser .teaser-image {
  position: relative;
  height: 200px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* HoverEffekt */
.teaser.clickbox:before, .teaser.clickbox:after, .footer-call-to-action .clickbox:before, .footer-call-to-action .clickbox:after {
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  z-index: 3;
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  border-radius: 4px;
  box-sizing: border-box;
  -webkit-transform: scale(0);
  transition: 0.5s;
}
.teaser.clickbox:before, .footer-call-to-action .clickbox:before {
  border-bottom: 2px solid #E27E32;
  border-left: 2px solid #E27E32;
  -webkit-transform-origin: 0 100%;
}
.teaser.clickbox:after, .footer-call-to-action .clickbox:after {
  border-top: 2px solid #E27E32;
  border-right: 2px solid #E27E32;
  -webkit-transform-origin: 100% 0;
}
.teaser.clickbox:hover, .footer-call-to-action .clickbox:hover {
  border: 2px solid transparent;
}
.teaser.clickbox:hover:before, .teaser.clickbox:hover:after, .footer-call-to-action .clickbox:hover:before, .footer-call-to-action .clickbox:hover:after {
  -webkit-transform: scale(1);
}
/* ==============================[ Video]============================== */
.responsive-video-popup {
  position: relative;
}
.responsive-video-popup:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 64px;
  height: 64px;
  background-color: #0582B9;
  border-radius: 100%;
  box-shadow: 0 0 5px #fff;
}
.responsive-video-popup:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-28%, -50%);
  display: block;
  width: 28px;
  height: 28px;
  border: 0;
  background: transparent;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 14px 0 14px 22px;
  box-sizing: border-box;
}
.responsive-video-popup img {
  width: 100%;
  height: auto;
}
.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin: 1em 0;
}
.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ==============================[ Slider]============================== */
.slider-ctrl a {
  position: absolute;
  top: 32%;
  z-index: 10;
  cursor: pointer;
  background: none;
}
.slider-ctrl a.slider-ctrl-left {
  left: 18px;
}
.slider-ctrl a.slider-ctrl-right {
  right: 18px;
}
.slider-ctrl a:hover.slider-ctrl-left path {
  fill: #E27E32;
}
.slider-ctrl a:hover.slider-ctrl-right path {
  fill: #E27E32;
}
.slider-ctrl-left svg, .slider-ctrl-right svg {
  opacity: 0.6;
}
/*.slider-ctrl-left,
.slider-ctrl-right {
	position: sticky;
	top: calc(50% - 35px);
	float: left;
	background: none;

	&:hover {
		&.slider-ctrl-left path {
			fill: $orange;
		}

		&.slider-ctrl-right path {
			fill: $orange;
		}
	}
}

.slider-ctrl-right {
	float:right;
}
*/
.start-weiteres {
  /*
	background-image: url('/inc/img/line-crack-gradient.png');
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center bottom;
	padding-bottom: 108px;
*/
}
.start-weiteres .section-headlines {
  margin-bottom: 84px;
}
.start-weiteres .infobox.weiss {
  background: none;
}
/* ==============================[ Zitate]============================== */
.zitat-wrap.infobox:after {
  content: "";
  display: block;
  clear: both;
}
.zitat-ueberschrift {
  font-family: "amatic bold", "sans-serif";
  font-weight: normal;
  text-transform: uppercase;
  white-space: normal;
  font-size: 33px;
  font-size: 3.3rem;
  line-height: 32px;
  line-height: 3.2rem;
  letter-spacing: 0.65px;
  margin-bottom: 16px;
}
.zitat-bild {
  position: relative;
  float: left;
  margin: 0 24px 12px 0;
  width: calc(100% / 3);
  max-width: 250px;
}
.zitat-text {
  font-family: "open-sans-italic";
  flex: 1;
}
.zitat-text h2 {
  margin-top: 0;
}
.grid[cols="4"] .zitat-bild {
  float: none;
  width: 100%;
  margin: 0 0 24px;
}
/* ==============================[ Kacheln ]============================== */
.kachel-quer, .kachel-hoch, .kachel-einfach {
  display: block;
  margin: 16px 0;
  float: none;
  width: 100%;
  height: auto;
  /*	&:before, &:after{
		width: calc(100% + 4px);
		height: calc(100% + 4px);
		z-index: 3;
		content: '';
		position: absolute;
		top: -2px;
		left: -2px;
		border-radius: 4px;
		box-sizing: border-box;
		-webkit-transform: scale(0);
		transition: 0.5s;
	}

	&:before {
		border-bottom: 2px solid $orange;
		border-left: 2px solid $orange;
		-webkit-transform-origin: 0 100%;
	}

	&:after {
		border-top: 2px solid $orange;
		border-right: 2px solid $orange;
		-webkit-transform-origin: 100% 0;
	}*/
  /*&:hover {
			border: 2px solid transparent;

		&:before, &:after {
			-webkit-transform: scale(1);
		}
	}*/
}
.kachel-quer h3, .kachel-hoch h3, .kachel-einfach h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.kachel-quer .ellipsis, .kachel-hoch .ellipsis, .kachel-einfach .ellipsis {
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  margin-top: 16px;
}
/* ==============================[ Leistungsberge]============================== */
.leistungs-uebersicht-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.leistungs-uebersicht-wrap li {
  position: absolute;
  list-style: none;
  padding: 0;
  border-radius: 4px;
  transform: perspective(1px) translateZ(0);
  z-index: 1;
}
.leistungs-uebersicht-wrap li a {
  display: inline-block;
  color: #fff;
  padding: 6px 12px;
  background: none;
}
.leistungs-uebersicht-wrap li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e27e32;
  border-radius: 4px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.leistungs-uebersicht-wrap li.bg-light-blue, .leistungs-uebersicht-wrap li.bg-light-blue:after {
  background-color: #01ACE8;
  transition: all 0.5s ease;
}
.leistungs-uebersicht-wrap li.bg-blue, .leistungs-uebersicht-wrap li.bg-blue:after {
  background-color: #0582B9;
  transition: all 0.5s ease;
}
.leistungs-uebersicht-wrap li.bg-turquoise, .leistungs-uebersicht-wrap li.bg-turquoise:after {
  background-color: #0ab4c5;
  transition: all 0.5s ease;
}
.leistungs-uebersicht-wrap li:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 3px solid transparent;
  box-shadow: 0px 0px 0 1px #fff;
  background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
}
.leistungs-uebersicht-wrap li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0px solid #E27E32;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  border-radius: 4px;
  opacity: 0;
  z-index: -1;
  animation-delay: 0.15s;
  transition: all 0.3s ease;
}
.leistungs-uebersicht-wrap li:hover.bg-light-blue:after, .leistungs-uebersicht-wrap li:hover.bg-blue:after, .leistungs-uebersicht-wrap li:hover.bg-turquoise:after {
  background-color: #E27E32;
}
.leistungs-uebersicht-wrap li:hover a:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.leistungs-uebersicht-wrap li:hover.bg-light-blue:before, .leistungs-uebersicht-wrap li:hover.bg-blue:before, .leistungs-uebersicht-wrap li:hover.bg-turquoise:before {
  -webkit-animation-name: ripple-out;
  animation-name: ripple-out;
  opacity: 1;
  border: 6px solid #e27e32;
}
/* ==============================[ Leistungsbild]============================== */
.image-leistung {
  position: relative;
  overflow: hidden;
  background: url("/images/bergkette-leistungen.jpg") no-repeat center;
  height: 888px;
}
/* ==============================[ Referenzübersicht]============================== */
.section-referenzen {
  background: #E5E5E5;
  padding: 8px 0 0;
}
.referenzen-uebersicht-wrap {
  overflow: hidden;
  position: relative;
  padding: 60px 0 152px;
}
.referenzen-uebersicht-wrap ul {
  padding: 0;
  position: relative;
  list-style-type: none;
  white-space: nowrap;
  font-size: 0;
  line-height: 0;
  transition: transform 0.6s cubic-bezier(0.6, -0.28, 0.74, 0.05);
  transition: transform 0.7s cubic-bezier(0.82, -0.27, 0.58, 1);
}
.referenzen-uebersicht-wrap ul li {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  padding: 0;
}
.referenzen-uebersicht-wrap p {
  font-size: 18px;
  line-height: 30px;
  white-space: normal;
}
.referenzen-uebersicht-wrap img {
  max-width: 678px;
  margin: 0 auto;
}
.referenzen-uebersicht-wrap .text-link {
  background-color: rgba(255, 255, 255, 0.7);
}
/* ==============================[ Referenzen]============================== */
.monitor-parallax-image {
  position: relative;
  text-align: right;
}
.monitor-parallax-image > div, .monitor-parallax-image > a > div {
  position: absolute;
  width: 90%;
  top: 5%;
  right: 5%;
  height: 44%;
  overflow-x: hidden;
  overflow-y: scroll;
}
.monitor-parallax-image > a {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  display: block;
}
.image-scroll {
  /*transition: all 0.3s ease;*/
}
.monitor-parallax-text {
  max-width: 616px;
}
.monitor-parallax-text h2:first-child, .monitor-parallax-text h3:first-child {
  margin-top: -10px;
}
.monitor-parallax-image .referenz-unternehmenslaunch {
  position: relative;
  top: 0;
  left: 0;
  text-align: left;
  margin: 0 0 0 auto;
  overflow: auto;
  width: 100%;
  max-width: 600px;
  height: auto;
}
.monitor-parallax-image .referenz-unternehmenslaunch p {
  margin: 8px 0;
  padding-left: 32px;
  position: relative;
}
.referenz-unternehmensinfos {
  /*background-image: url('/inc/img/line-crack.svg');
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 40px;*/
}
.referenz-unternehmensinfos p {
  margin: 8px 0;
  padding-left: 32px;
  position: relative;
}
/* ---------- Info-Icons ---------- */
.icon-launch:before, .icon-desktop:before, .icon-info:before, .icon-kunde:before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  top: 5px;
  left: 0;
  position: absolute;
}
.icon-launch:before {
  background: url("/inc/img/icon-launch.svg") no-repeat center center;
}
.icon-desktop:before {
  background: url("/inc/img/icon-desktop.svg") no-repeat center center;
}
.icon-info:before {
  background: url("/inc/img/icon-info.svg") no-repeat center center;
}
.icon-kunde:before {
  background: url("/inc/img/icon-kunde.svg") no-repeat center center;
}
/* ==============================[ Sternenlinie]============================== */
.svg-stars-line {
  display: none;
  position: absolute;
  top: 104px;
  left: 0;
}
.svg-stars-line .st1 {
  stroke: #d3d3d3;
  stroke-width: 3;
  stroke-dasharray: 6;
  stroke-dashoffset: 2530.5004882813;
  shape-rendering: geometricPrecision;
  fill: none;
}
/* ==============================[ Alle Geräte ]============================== */
.referenz-container {
  width: 100%;
  height: 340px;
  overflow: hidden;
  position: relative;
  /*border: 2px solid red;*/
}
.referenz-container a {
  background: none;
  border-radius: 0;
  padding: 0;
}
.referenz-container picture {
  position: unset;
}
.referenz-container .referenz-mac {
  width: auto;
  height: 94%;
  position: absolute;
  right: -18%;
  top: 0%;
}
.referenz-container .referenz-macbook {
  width: auto;
  height: 60%;
  position: absolute;
  left: -12%;
  bottom: 0%;
}
.referenz-container .referenz-ipad {
  display: none;
}
.referenz-container .referenz-iphone {
  display: none;
}
/* ------------[ Parallax-Animationen alle Geräte ]------------ */
.scroll-container-mac {
  transform: translateX(calc((var(--onscroll-fraction) - 0.5) * +24%));
  transform-origin: center center;
}
.scroll-container-macbook {
  transform: translateX(calc((var(--onscroll-fraction) - 0.6) * -60%));
  transform-origin: center center;
}
/* ==============================[ Banner fixed seitenbildschirm]============================== */
.banner-side {
  position: fixed;
  bottom: 16px;
  right: 16px;
  width: 80px;
  height: auto;
  z-index: 2;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  border-radius: 4px;
}
.banner-side > a {
  display: block;
  background: none;
  padding: 0;
  overflow: hidden;
  transition: all 0.2s ease-out;
}
/* ==============================[ listing number]============================== */
h3.listing-number {
  position: relative;
  padding-left: 60px;
}
.listing-number span {
  position: absolute;
  font-size: 0.8em;
  top: calc(50% - 23px);
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  background-color: #DED8D0;
  border-radius: 50%;
}
/* ==============================[ Call to Action]============================== */
.calltoaction {
  display: block;
  margin: 1em 3px;
  padding: 20px;
  color: #fff;
  background: #0582B9;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  font-size: 22px;
  font-size: 2.2rem;
  transition: background 0.2s ease-in-out;
}
.calltoaction:hover {
  color: #fff;
  background: #01ACE8;
}
.calltoaction span {
  display: block;
  margin-top: 6px;
  font-size: 16px;
  font-size: 1.6rem;
}
/* ==============================[ Footer]============================== */
footer {
  clear: both;
  max-width: 2560px;
  margin: 0 auto;
}
.footer-call-to-action {
  background-image: url("/inc/img/footer-haus-s.jpg");
  background-repeat: no-repeat;
  background-position: top 54px center;
  background-size: cover;
  position: relative;
  padding-bottom: 100%;
  padding-top: 30px;
  height: 100%;
  margin: 0;
}
.footer-call-to-action .line-crack {
  background-size: 200%;
  background-position: center top;
  padding: 54px 16px 0;
}
.footer-call-to-action .grid > div {
  max-width: 400px;
  position: relative;
  left: 0;
  position: relative;
  padding: 32px;
  transition: all 0.2s ease-in-out;
  border-radius: 4px;
  border: 2px solid #DED8D0;
  /*&:after {
			content: "";
			background-image
		}*/
}
.footer-call-to-action h3 {
  margin-bottom: 24px;
  margin-top: 0;
}
.footer-call-to-action h3 a {
  color: #E27E32;
  background-color: transparent;
  position: relative;
  display: block;
  padding: 12px 0 12px 64px;
  background: url("/inc/img/buttons/btn-cta.svg") no-repeat left center;
}
.footer-call-to-action h3 a:after, .footer-call-to-action h3 a:before {
  content: "";
  display: inline-block;
  background-image: url("/inc/img/buttons/btn-arrow-right.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: 17px;
  top: 50%;
  transform: translate(2px, -50%);
  width: 12px;
  height: 24px;
  transition: all 0.2s ease;
}
.footer-call-to-action p {
  margin-bottom: 0;
}
.footer-call-to-action .zackenpfeil {
  position: absolute;
  bottom: -114px;
  left: 60%;
  transform: translate(-50%, 0);
}
.footer-call-to-action .clickbox:hover {
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.footer-call-to-action .clickbox:hover a {
  color: #E27E32;
  /*background: url('/inc/img/buttons/btn-cta-dark.svg') no-repeat left center;*/
}
.footer-call-to-action .clickbox:hover a:before {
  transform: translate(6px, -50%);
}
.footer-call-to-action .clickbox:hover a:after {
  transform: translate(-2px, -50%);
}
.footer-call-to-action .clickbox:hover .zackenpfeil polygon {
  transition: all 0.2s ease;
  transition-delay: 0.1s;
  fill: #E27E32;
}
.footer-call-to-action .clickbox:hover.no-cta {
  background-position: top center;
}
.footer-call-to-action .clickbox:hover .clickbox:after {
  content: url("/inc/img/zackenpfeil.svg");
  width: 127px;
  height: 114px;
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -134px;
}
.footer-info {
  background-color: #94826A;
  background-image: url("/inc/img/footer-overlay-wasserfarben.png");
  background-position: center;
  background-size: cover;
  padding: 40px 0;
  color: #fff;
  text-align: center;
}
.footer-info a {
  color: #fff;
  display: inline-block;
  padding: 0;
  background: none;
}
.footer-info a:hover {
  color: #DED8D0;
}
.footer-info .tab {
  width: auto;
  float: none;
  display: inline-block;
}
.footer-contact {
  text-align: right;
}
.footer-event {
  text-align: center;
}
.footer-event a {
  text-decoration: none;
}
.footer-event > a {
  padding-bottom: 12px;
}
.footer-event > img {
  max-width: 368px;
  width: 100%;
}
.footer-event img {
  margin: 6px auto;
}
.footer-contact {
  text-align: center;
}
.social-media {
  font-size: 0;
  line-height: normal;
}
.social-media a:hover {
  opacity: 0.65;
}
.social-media img {
  margin: 6px;
  display: inline-block;
  width: 35px;
  height: auto;
}
/* ==============================[ Animationen]============================== */
/*  fade In / Slide up  */
/*#rubrikeinstieg article > * {
	transition: all 0.5s ease-in-out;
	opacity: 0;
}*/
.fade-in, .animation-cta {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  -webkit-transition: opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2250ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2250ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1), opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1), opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2250ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
}
.fade-in.inview, .animation-cta.inview {
  opacity: 1;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}
.animation-cta {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2250ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2250ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1), opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1), opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2250ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
}
.animation-cta.inview {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.img-stoerer.animation-cta {
  -webkit-transform: scale(0) rotate(4deg);
  transform: scale(0) rotate(4deg);
  transition: all 0.2s ease-in-out;
}
.img-stoerer.animation-cta.inview {
  -webkit-transform: scale(1) rotate(-4deg);
  transform: scale(1) rotate(-4deg);
}
.leistungs-uebersicht-wrap .animation-after {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2250ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2250ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1), opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1), opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2250ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
}
.leistungs-uebersicht-wrap .animation-after.inview {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.leistungs-uebersicht-wrap .animation-after:after {
  -webkit-transform: translate(-50%, -20px);
  transform: translate(-50%, -20px);
  -webkit-transition: opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2250ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2250ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1), opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1), opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2250ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
  transition-delay: 0.2s;
}
.leistungs-uebersicht-wrap .animation-after.inview:after {
  opacity: 1;
  -webkit-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  transition-delay: 0.2s;
}
@-webkit-keyframes ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@media screen and (max-width: 500px) {
  .zitat-bild {
    float: none;
    width: 100%;
    margin: 0 0 24px;
  }
  .monitor-parallax-image > div, .monitor-parallax-image > a > div {
    height: 42%;
  }
}
/* ----------[ Formularerweiterung tooltip ] ---------- */
.icon-tooltip {
  display: inline-block;
  height: 20px;
  width: 18px;
  position: relative;
  top: 3px;
  margin-left: 8px;
  cursor: pointer;
}
.icon-tooltip abbr {
  border-bottom: none;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.icon-tooltip path {
  fill: #01ACE8;
}
#tooltip-box {
  text-align: center;
  color: #fff;
  background: #111;
  position: absolute;
  z-index: 100;
  padding: 15px;
}
#tooltip-box:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #111;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
}
#tooltip-box.top:after {
  border-top-color: transparent;
  border-bottom: 10px solid #111;
  top: -20px;
  bottom: auto;
}
#tooltip-box.left:after {
  left: 10px;
  margin: 0;
}
#tooltip-box.right:after {
  right: 10px;
  left: auto;
  margin: 0;
}
@media screen and (min-width: 680px) {
  /* ==============================[ Allgemein]============================== */
  body:after {
    content: "M";
  }
  #wrap {
    padding-bottom: 525px;
  }
  #main {
    z-index: 2;
    position: relative;
    background-color: #fff;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  }
  /* ==============================[ Formate für Sektionen]============================== */
  article section {
    margin: 96px 0;
  }
  /* ==============================[ Klassen]============================== */
  .inner-fix-breakpoints {
    max-width: 680px;
  }
  /* ==============================[ Wasserfarbkante ]============================== */
  /* ==============================[ Trenner]============================== */
  /* ---------- Berge ---------- */
  .line-berg {
    background-position: right 28% bottom -1px, bottom;
  }
  /* ---------- Crack ---------- */
  .line-crack {
    background-size: inherit;
  }
  /* ==============================[ Header]============================== */
  header {
    padding: 8px 0 0;
  }
  /* ---------- Logo ---------- */
  header a.logo img {
    width: 160px;
  }
  /* ==============================[ Navigationen]============================== */
  nav.mainnav {
    top: 72px;
    height: calc(100vh - 72px);
  }
  /* ==============================[ Keyvisual ]============================== */
  .keyvisual {
    min-height: 540px;
  }
  #home .keyvisual {
    height: 90vh;
  }
  #home .keyvisual .pic {
    height: 100vh;
  }
  .col-12-bg-image {
    height: 350px;
  }
  .col-12-bg-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
  }
  .col-12-bg-text > div {
    width: 100%;
    padding: 0 16px;
  }
  /* ---------- Slogan auf Keyvisual ---------- */
  .slogan {
    left: 50%;
    transform: translate(0, -30%);
  }
  .slogan span {
    padding: 8px 24px;
    font-size: 40px;
  }
  .slogan span:nth-child(2) {
    left: -48px;
  }
  /* ==============================[ Inline-Elemente ]============================== */
  /* ==============================[ Überschriften ]============================== */
  h2 {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 60px;
    line-height: 6rem;
    margin: 4.8rem 0 3.6rem;
  }
  /* ==============================[ Verlinkungen ]============================== */
  .button {
    padding: 10px 78px 10px 24px;
  }
  /* ==============================[ Sonderelmente ]============================== */
  /* ==============================[ Infobox ]============================== */
  .infobox {
    padding: 48px 48px 24px;
  }
  .infobox.rahmen {
    padding: 46px 48px 22px;
    background-color: #fff;
    border: 2px solid #DED8D0;
  }
  /* ==============================[ Bildergallerie]============================== */
  .image-gallery li {
    float: left;
    margin-right: 24px;
    width: calc(50% - 12px);
  }
  .image-gallery li:nth-child(2n) {
    margin-right: 0;
  }
  /* ==============================[ Teaser]============================== */
  .teaser.clickbox {
    padding: 48px;
  }
  .teaser-flex .teaser {
    margin: 0 12px 24px 12px;
  }
  .teaser-flex.teaser-cols2 .teaser {
    width: calc(50% - 24px);
  }
  .teaser-flex.teaser-cols3 .teaser {
    width: calc((100% / 3) - 24px);
  }
  .teaser-flex.teaser-cols1 .teaser {
    width: 100%;
  }
  /* ==============================[ Bild-Text Element]============================== */
  .bild-text.halb {
    width: 50%;
  }
  .bild-text.drittel {
    width: calc(100% / 3);
  }
  .bild-text.links {
    float: left;
    margin: 0 24px 12px 0;
  }
  .bild-text.rechts {
    float: right;
    margin: 0 0 12px 24px;
  }
  /* ==============================[ Banner fixed seitenbildschirm]============================== */
  /* ==============================[ Slider]============================== */
  .slider-ctrl a {
    top: 50%;
    transform: translateY(-50%);
  }
  /* ==============================[ Zitate]============================== */
  .inner p:first-child.zitat-ueberschrift {
    margin-top: 48px;
  }
  .inner .infobox p:first-child.zitat-ueberschrift {
    margin-top: 0;
  }
  .zitat-bild {
    float: none;
    width: 100%;
    margin: 0 0 24px;
  }
  .grid[cols="1"] > div:first-child .zitat-bild, .grid[cols="3"] .zitat-bild {
    float: left;
    margin: 0 48px 12px 0;
    width: calc(100% / 3);
  }
  /* ==============================[ Referenzübersicht]============================== */
  .section-referenzen .grid[cols="2"] {
    grid-template-columns: 1fr;
    -ms-grid-columns: 1fr;
    -ms-grid-rows: 1fr 48px 1fr;
  }
  .section-referenzen .grid[cols="2"] > div:nth-child(1n) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .section-referenzen .grid[cols="2"] > div:nth-child(2n) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
  /* ---------- Info-Icons ---------- */
  .referenz-unternehmensinfos p.icon-info {
    margin-left: -32px;
  }
  /* ==============================[ Referenzen]============================== */
  .monitor-parallax-image > div, .monitor-parallax-image > a > div {
    width: 264px;
    top: 16px;
    right: 12px;
    height: 144px;
  }
  .monitor-parallax-pic {
    width: 288px;
    margin: 0 0 0 auto;
  }
  /* ==============================[ Alle Geräte ]============================== */
  .referenz-container {
    height: 520px;
    overflow: unset;
  }
  .referenz-container .referenz-mac {
    width: 72%;
    height: auto;
    right: auto;
    left: 14%;
  }
  .referenz-container .referenz-macbook {
    width: 54%;
    height: auto;
    left: -6%;
  }
  .referenz-container .referenz-ipad {
    display: block;
    width: 28%;
    right: 0%;
    position: absolute;
    bottom: 6%;
  }
  /* ------------[ Parallax-Animationen alle Geräte ]------------ */
  .observe-scroll-fraction {
    --onscroll-scaled: calc((var(--onscroll-fraction) - 0.5) * 2);
    --onscroll-velocity: calc(var(--onscroll-scaled) * var(--onscroll-scaled) * var(--onscroll-scaled));
    --onscroll-fraction-rescaled: calc((var(--onscroll-velocity)/2) + 0.5);
  }
  .scroll-container-mac {
    transform: translateX(calc((var(--onscroll-fraction-rescaled) - 0.5) * -18%));
  }
  .scroll-container-macbook {
    transform: translateX(calc((var(--onscroll-fraction-rescaled) - 0.6) * -100%));
  }
  .scroll-container-ipad {
    transform: translateX(calc((var(--onscroll-fraction-rescaled) - 0.8) * +100%));
    transform-origin: center center;
  }
  /* ==============================[ Footer]============================== */
  footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .footer-call-to-action {
    background-image: url("/inc/img/footer-haus-m.jpg");
    background-position: top 108px center;
    padding-bottom: 45%;
  }
  .footer-call-to-action .line-crack {
    background-size: 100%;
    padding: 130px 0 0;
    margin-top: -24px;
  }
  .footer-call-to-action .grid > div {
    left: 12%;
  }
  .footer-info {
    text-align: left;
  }
  .footer-contact {
    text-align: right;
  }
  .social-media img {
    margin: 6px;
  }
}
@media screen and (min-width: 1024px) {
  /* ==============================[ Allgemein]============================== */
  body:after {
    content: "L";
  }
  #wrap {
    padding-bottom: 257px;
  }
  /* ==============================[ Formate für Sektionen]============================== */
  /* ==============================[ Klassen]============================== */
  .inner-fix-breakpoints {
    max-width: 1024px;
  }
  /* ==============================[ Trenner]============================== */
  .line-berg {
    background-position: right 28% bottom, bottom;
    background-size: inherit;
    padding-bottom: 144px;
  }
  /* ==============================[ Header]============================== */
  header {
    padding: 12px 0 0;
    background-color: rgba(255, 255, 255, 0.8);
  }
  header .overlay-wasserfarben-bottom-after:after {
    opacity: 0.8;
  }
  /* ---------- Logo ---------- */
  header a.logo img {
    width: 180px;
  }
  /* ---------- Header beim Scrollen ---------- */
  header.small .flexbox img {
    width: 160px;
  }
  /* ==============================[ Navigationen]============================== */
  nav > ul > li {
    border-bottom: none;
  }
  nav.mainnav ul:after, ul.subnav ul:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
  }
  nav.mainnav ul li, ul.subnav ul li {
    display: inline-block;
    padding: 0;
  }
  nav.mainnav {
    position: relative;
    width: auto;
    height: auto;
    display: block;
    top: 0;
    background-color: transparent;
    overflow-x: visible;
    visibility: visible;
    opacity: 1;
    height: auto;
  }
  nav.mainnav > ul {
    padding-bottom: 0;
  }
  nav.mainnav ul li a {
    display: block;
    padding: 12px 10px;
    margin: 0 2px;
    text-decoration: none;
    color: #233E59;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 4px;
  }
  nav.mainnav ul li a:hover, nav.mainnav ul li a:focus, nav.mainnav > ul > li:hover > a, nav.mainnav li:focus-within > a {
    color: #fff;
    background: #0582B9;
    outline: none;
    border-radius: 4px 4px 0 0;
  }
  /* ---------- Subnavigation ---------- */
  nav ul li:hover ul.subnav {
    display: block;
  }
  nav.mainnav ul li.current a, nav.mainnav ul li.current:hover a {
    color: #fff;
    background: #0582B9;
  }
  nav.mainnav li ul.subnav li.current .subnav2 li:hover > a {
    background-color: #00bdff;
  }
  nav.mainnav li.current ul.subnav2 li.current a {
    background-color: #00bdff;
  }
  nav.mainnav li ul.subnav {
    position: absolute;
    margin: 0 2px;
    top: 52px;
    left: 0;
    height: 0;
    padding: 0;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s ease-in-out, visibility 0.2s;
    overflow: unset;
    width: auto;
    display: table;
    height: 0;
  }
  nav.mainnav li ul.subnav li {
    display: block;
    background-color: #0582b9;
    opacity: 0;
    left: -12px;
    pointer-events: none;
    z-index: 1;
  }
  nav.mainnav li ul.subnav li:nth-child(1) {
    transition: all 0.2s ease 40ms;
    top: 0;
    position: relative;
  }
  nav.mainnav li ul.subnav li:nth-child(2) {
    left: 12px;
  }
  nav.mainnav li ul.subnav li:nth-child(2) {
    transition: all 0.2s ease 80ms;
    top: 0;
    position: relative;
  }
  nav.mainnav li ul.subnav li:nth-child(4) {
    left: 12px;
  }
  nav.mainnav li ul.subnav li:nth-child(3) {
    transition: all 0.2s ease 120ms;
    top: 0;
    position: relative;
  }
  nav.mainnav li ul.subnav li:nth-child(6) {
    left: 12px;
  }
  nav.mainnav li ul.subnav li:nth-child(4) {
    transition: all 0.2s ease 160ms;
    top: 0;
    position: relative;
  }
  nav.mainnav li ul.subnav li:nth-child(8) {
    left: 12px;
  }
  nav.mainnav li ul.subnav li:nth-child(5) {
    transition: all 0.2s ease 200ms;
    top: 0;
    position: relative;
  }
  nav.mainnav li ul.subnav li:nth-child(10) {
    left: 12px;
  }
  nav.mainnav li ul.subnav li:nth-child(6) {
    transition: all 0.2s ease 240ms;
    top: 0;
    position: relative;
  }
  nav.mainnav li ul.subnav li:nth-child(12) {
    left: 12px;
  }
  nav.mainnav li ul.subnav li:nth-child(7) {
    transition: all 0.2s ease 280ms;
    top: 0;
    position: relative;
  }
  nav.mainnav li ul.subnav li:nth-child(14) {
    left: 12px;
  }
  nav.mainnav li ul.subnav li:nth-child(8) {
    transition: all 0.2s ease 320ms;
    top: 0;
    position: relative;
  }
  nav.mainnav li ul.subnav li:nth-child(16) {
    left: 12px;
  }
  nav.mainnav li ul.subnav li:nth-child(9) {
    transition: all 0.2s ease 360ms;
    top: 0;
    position: relative;
  }
  nav.mainnav li ul.subnav li:nth-child(18) {
    left: 12px;
  }
  nav.mainnav li ul.subnav li:nth-child(10) {
    transition: all 0.2s ease 400ms;
    top: 0;
    position: relative;
  }
  nav.mainnav li ul.subnav li:nth-child(20) {
    left: 12px;
  }
  nav.mainnav li ul.subnav li a {
    color: #fff;
    text-transform: inherit;
    border-radius: 0;
    margin: 0;
  }
  nav.mainnav li ul.subnav li a:hover, nav.mainnav li ul.subnav li a:focus {
    background-color: #01ACE8;
  }
  nav.mainnav li ul.subnav li.current a {
    font-family: "formata light";
    color: #fff;
    background-color: #01ACE8;
  }
  nav.mainnav li ul.subnav > li {
    padding-left: 2px;
    padding-right: 2px;
  }
  nav.mainnav li ul.subnav > li:first-child {
    padding-top: 2px;
  }
  nav.mainnav li ul.subnav > li:last-child {
    padding-bottom: 2px;
  }
  /* Öffne das Untermenü, wenn der Hauptmenüpunkt fokussiert wird */
  nav.mainnav li:focus-within > .subnav, nav.mainnav li:hover > .subnav {
    visibility: visible;
    opacity: 1;
    height: auto;
  }
  nav.mainnav li:last-child ul.subnav {
    left: auto;
    right: 0;
  }
  nav.mainnav li:focus-within ul.subnav li, nav.mainnav li:hover ul.subnav li {
    opacity: 1;
    left: 0;
    pointer-events: all;
  }
  /* ---------- mobile Navigation ---------- */
  #nav-toggle-wrap {
    display: none;
    flex: none;
  }
  /* ==============================[ Keyvisual ]============================== */
  /*.keyvisual {
	max-height: 100vh;
	height: 100%;

	.pic {
		width: 100%;
	}
}*/
  .col-12-bg-image {
    height: 450px;
  }
  /* ==============================[ Inline-Elemente ]============================== */
  /* ==============================[ Überschriften ]============================== */
  h1 {
    font-size: 54px;
    font-size: 5.4rem;
    line-height: 72px;
    line-height: 7.2rem;
    margin: 4.8rem 0 6rem;
  }
  /* ==============================[ Teaser]============================== */
  .teaser-flex .teaser-image, .teaser .teaser-image {
    height: 150px;
  }
  /* ==============================[ Zitate]============================== */
  .zitat-bild {
    float: left;
    margin: 0 48px 12px 0;
    width: calc(100% / 3);
  }
  .grid[cols="4-8"] > div:first-child .zitat-bild, .grid[cols="8-4"] > div:last-child .zitat-bild {
    float: none;
    width: 100%;
    margin: 0 0 24px;
  }
  /* ==============================[ Kacheln ]============================== */
  .grid-kacheln {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 24px;
    grid-auto-flow: dense;
  }
  .kachel-quer, .kachel-hoch, .kachel-einfach {
    display: inline-block;
    margin: 0;
    grid-column: span 2;
  }
  .kachel-einfach .ellipsis {
    -webkit-line-clamp: 6;
  }
  .kachel-einfach.noimage, .kachel-quer.noimage {
    /*height: 248px*/
  }
  .kachel-einfach.referer {
    /* Sonderfall für die kleinen Verweis-Kacheln */
    height: 133px;
  }
  .kachel-quer {
    grid-column: span 4;
  }
  .kachel-quer h3 {
    margin: 0 0 16px calc(48% + 29px);
  }
  .kachel-quer .teaser-image {
    display: inline-block;
    width: 48%;
    height: 239px;
    margin-right: 24px;
    background-position: left top;
  }
  .kachel-quer .ellipsis {
    display: inline-block;
    width: calc(51% - 24px);
    margin: 0;
    -webkit-line-clamp: 6;
  }
  .kachel-quer.noimage h3 {
    margin: 0 0 16px;
  }
  .kachel-quer.noimage .teaser-image {
    width: 0;
    display: inline-block;
    height: 0;
    margin-right: 0;
    background-position: left top;
  }
  .kachel-quer.noimage .ellipsis {
    display: block;
    width: 100%;
    margin: 0;
    -webkit-line-clamp: 6;
  }
  .kachel-hoch {
    grid-row: span 2;
  }
  .kachel-hoch .ellipsis {
    -webkit-line-clamp: 13;
  }
  .kachel-hoch.noimage {
    grid-row: span 2;
  }
  /*
.grid-kacheln {
	margin: 0 -12px;
}

.kachel-quer, .kachel-hoch, .kachel-einfach {
	display: inline-block;
	margin: 12px;
	float: left;
}

.kachel-einfach {
	width: calc((100% - 72px) / 3);
	height: 414px;

	.ellipsis {
		-webkit-line-clamp: 4;
	}
}

.kachel-einfach.noimage, .kachel-quer.noimage {
	height: 248px
}

.kachel-einfach.referer {// Sonderfall für die kleinen Verweis-Kacheln //
	height: 133px;
}

.kachel-quer {
	width: calc(((100% - 72px) / 3) * 2 + 24px);
	height: 414px;

	.ellipsis {
		-webkit-line-clamp: 4;
	}
}

.kachel-hoch {
	width: calc((100% - 72px) / 3);
	height: 852px;

	.ellipsis{
	-webkit-line-clamp: 13;
	}
}

.kachel-hoch.noimage {
	height: 520px
}
*/
  /* ==============================[ Referenzübersicht]============================== */
  .section-referenzen .grid[cols="2"] {
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-columns: 1fr 48px 1fr;
    -ms-grid-rows: 1fr;
  }
  .section-referenzen .grid[cols="2"] > div:nth-child(1n) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .section-referenzen .grid[cols="2"] > div:nth-child(2n) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
  /* ==============================[ Referenzen]============================== */
  .monitor-parallax-image > div, .monitor-parallax-image > a > div {
    width: 424px;
    height: 232px;
    top: 24px;
    right: 24px;
  }
  .monitor-parallax-pic {
    width: 472px;
    margin: 0 0 0 auto;
  }
  .referenz-unternehmenslaunch {
    width: 472px;
  }
  /* ==============================[ Sternenlinie]============================== */
  .svg-stars-line {
    display: block;
  }
  /* ==============================[ Alle Geräte ]============================== */
  .referenz-container {
    height: 680px;
  }
  .referenz-container .referenz-mac {
    width: 66%;
    left: 14%;
    top: 6%;
  }
  .referenz-container .referenz-macbook {
    width: 54%;
    left: 3%;
    bottom: 0;
  }
  .referenz-container .referenz-ipad {
    width: 26%;
    right: 6%;
    bottom: 9%;
  }
  .referenz-container .referenz-iphone {
    display: block;
    width: 12%;
    position: absolute;
    right: 24%;
    bottom: 3%;
  }
  /* ------------[ Parallax-Animationen alle Geräte ]------------ */
  .scroll-container-mac {
    transform: translateX(calc((var(--onscroll-fraction-rescaled) - 0.5) * -24%));
  }
  .scroll-container-macbook {
    transform: translateX(calc((var(--onscroll-fraction-rescaled) - 0.5) * -120%));
  }
  .scroll-container-ipad {
    transform: translateX(calc((var(--onscroll-fraction-rescaled) - 0.3) * +60%));
  }
  .scroll-container-iphone {
    transform: translateX(calc((var(--onscroll-fraction-rescaled) - 0.4) * +300%));
  }
  /* ==============================[ Footer]============================== */
  .no-cta {
    margin-top: -96px;
  }
  footer p {
    margin-bottom: 16px;
  }
  footer footer-event p {
    margin-bottom: 0;
  }
  .footer-call-to-action {
    background-image: url("/inc/img/footer-haus-l.jpg");
    background-position: center;
  }
  .footer-call-to-action .grid > div {
    left: 16%;
  }
}
@media screen and (min-width: 1280px) {
  /* ==============================[ Allgemein]============================== */
  body:after {
    content: "XL";
  }
  /* ==============================[ Formate für Sektionen]============================== */
  article {
    padding: 34px 0;
  }
  #home article {
    padding: 12px 0;
  }
  /* ==============================[ Klassen]============================== */
  .inner-fix-breakpoints {
    max-width: 1280px;
    padding: 0;
  }
  /* ==============================[ Navigationen]============================== */
  /* ---------- Logo ---------- */
  header a.logo img {
    width: 220px;
  }
  nav.mainnav ul li a {
    padding: 12px 18px;
    margin: 0 2px;
    font-size: 24px;
  }
  nav.mainnav li:last-child ul.subnav {
    left: 0;
    right: auto;
  }
  /* ==============================[ Keyvisual ]============================== */
  /* ---------- Slogan auf Keyvisual ---------- */
  .slogan span {
    padding: 0 24px;
    font-size: 60px;
  }
  /* ==============================[ Bildergallerie]============================== */
  .image-gallery li {
    width: calc(25% - 18px);
  }
  .image-gallery li:nth-child(2n) {
    margin-right: 24px;
  }
  .image-gallery li:nth-child(4n) {
    margin-right: 0;
  }
  /* ==============================[ Slider]============================== */
  .slider-ctrl svg {
    opacity: 1;
  }
  /* ==============================[ Zitate]============================== */
  .grid[cols="4-8"] > div:first-child .zitat-bild, .grid[cols="8-4"] > div:last-child .zitat-bild {
    float: left;
    margin: 0 48px 12px 0;
    width: calc(100% / 3);
  }
  /* ==============================[ Referenzübersicht]============================== */
  .section-referenzen {
    background: url("/inc/img/computer-bg.jpg") center bottom 14px;
    background-repeat: repeat-x;
  }
  .referenzen-uebersicht-wrap {
    padding: 60px 0 80px;
  }
  .referenzen-uebersicht-wrap .text-link {
    background-color: #E5E5E5;
  }
  /* ==============================[ Referenzen]============================== */
  .monitor-parallax-image > div, .monitor-parallax-image > a > div {
    width: 540px;
    height: 298px;
    right: 32px;
    top: 32px;
  }
  .monitor-parallax-pic {
    width: 600px;
  }
  .referenz-unternehmenslaunch {
    width: 600px;
  }
  /* ==============================[ Banner fixed seitenbildschirm]============================== */
  .banner-side {
    position: absolute;
    top: -14px;
    right: -100px;
    bottom: auto;
    width: 92px;
    border-radius: 0 0 4px 4px;
  }
  /* ==============================[ Alle Geräte ]============================== */
  .referenz-container {
    height: 780px;
  }
  .referenz-container .referenz-mac {
    width: 72%;
    left: 12%;
    top: 0%;
  }
  .referenz-container .referenz-macbook {
    width: 52%;
    left: -4%;
    bottom: 0%;
  }
  .referenz-container .referenz-ipad {
    width: 26%;
    right: 6%;
    bottom: 6%;
  }
  .referenz-container .referenz-iphone {
    width: 12%;
    right: 30%;
    bottom: 3%;
  }
  /* ------------[ Parallax-Animationen alle Geräte ]------------ */
  /* ==============================[ Footer]============================== */
  .footer-call-to-action {
    background-image: url("/inc/img/footer-haus.jpg");
    background-position: top center;
    padding-bottom: 40%;
    height: 0;
  }
  /* ==============================[ Media Queries]============================== */
  /* ---------- media ---------- */
}
@media screen and (min-width: 1280px) and (min-width: 1920px) {
  /*
.keyvisual {
	max-height:1200px;
}
	
#rubrikeinstieg .keyvisual {
	max-height:700px;
}
	*/
  body:after {
    content: "XXL";
  }
  .inner-fix-breakpoints {
    max-width: 1920px;
  }
  .slogan {
    transform: translate(0, -50%);
  }
  .monitor-parallax-image > div, .monitor-parallax-image > a > div {
    width: 774px;
    height: 432px;
    right: 44px;
    top: 44px;
  }
  .monitor-parallax-image > a {
    width: 100%;
  }
  .monitor-parallax-pic {
    width: 100%;
    margin: 0;
  }
}
/*! mhLightbox v3.2a Aysberg | (c) Michael Hochstetter | https://gitlab.com/michihochstetter/mhLightbox/raw/master/LICENSE !*/
a[mhlightbox] {
  position: relative;
  display: inline-block;
  /* Aysberg  */
  background-color: transparent;
  min-width: 32px;
  /* Aysberg  */
  min-height: 32px;
  text-decoration: underline;
  padding: 0;
  /* Aysberg  */
  outline: none;
  cursor: zoom-in;
  /* overflow: hidden; */
}
a:not([href^="http"]):not([href^="#"])[mhlightbox]:after {
  content: "+";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 24px;
  background-color: #94826a;
  border-radius: 4px;
  /* Aysberg  */
  color: white;
  /* Aysberg  */
  text-align: center;
  z-index: 1;
}
#mhLightbox_container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  /* Aysberg  */
  cursor: zoom-out;
  z-index: 90000;
  box-sizing: border-box;
  transition: unset !important;
}
#mhLightbox_container * {
  box-sizing: border-box;
  font-family: sans-serif;
}
#mhLightbox_wrapper {
  position: relative;
  position: absolute;
  top: calc(50% - 30px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 200px;
  min-height: 200px;
  text-align: center;
  cursor: default;
  z-index: 90001;
  -webkit-transition: width 0.3s, height 0.3s;
  -moz-transition: width 0.3s, height 0.3s;
  -o-transition: width 0.3s, height 0.3s;
  transition: width 0.3s, height 0.3s;
}
#mhLightbox_object {
  width: 100%;
  height: 100%;
  z-index: 90008;
  transition: unset !important;
  border: 1px solid #d4d4d4;
}
.overlay-wasserfarben-lightbox > img {
  mask-image: url(/inc/img/overlay-wasserfarbe-mask.png);
  /* Aysberg  */
  mask-size: 100% 100%;
  /* Aysberg  */
  mask-repeat: no-repeat;
  /* Aysberg  */
  -webkit-mask-image: url(/inc/img/overlay-wasserfarbe-mask.png);
  /* Aysberg  */
  -webkit-mask-size: 100% 100%;
  /* Aysberg  */
  -webkit-mask-repeat: no-repeat;
  /* Aysberg  */
}
#mhLightbox_panel {
  display: none;
  position: relative;
  position: absolute;
  bottom: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0px 40px;
  min-width: 148px;
  max-width: 100%;
  height: 40px;
  background-color: #94826a;
  border-radius: 4px;
  /* Aysberg */
  box-shadow: 0 0px 6px rgba(255, 255, 255, 0.16), 0 0px 6px rgba(255, 255, 255, 0.23);
  /* Aysberg */
  overflow: hidden;
}
#mhLightbox_wrapper:hover #mhLightbox_panel {
  display: block !important;
}
#mhLightbox_object_subtitle {
  display: inline-block;
  width: calc(100% - 92px);
  line-height: 40px;
  text-align: left;
  color: white;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  z-index: 90002;
}
#mhLightbox_object_subtitle a:before {
  content: "&raquo; ";
}
#mhLightbox_object_subtitle a {
  color: #fff;
  text-decoration: underline;
}
#mhLightbox_object_controls {
  display: inline-block;
  width: 92px;
}
#mhLightbox_object_count {
  float: left;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: white;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  z-index: 90009;
}
#mhLightbox_close {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 40px;
  height: 40px;
  background-color: #94826a;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjhCQzIxMUIyMUQwNzExRTZCMjVGRTZCQzQxQkFFM0YyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjhCQzIxMUIzMUQwNzExRTZCMjVGRTZCQzQxQkFFM0YyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OEJDMjExQjAxRDA3MTFFNkIyNUZFNkJDNDFCQUUzRjIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OEJDMjExQjExRDA3MTFFNkIyNUZFNkJDNDFCQUUzRjIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5upf4AAAACAUlEQVR42uyawUrDQBCG04Lxqg+gRwl9EQtp2qj4kKJexEPBNxFsTyIe9Gx6ibOweynZZJOdmd20M/BfTIn5vrTD7iSTuq6TY65pcuQlAkSACBABIkAEiAARIAJEgAgYXDPIPMC155DM+yxqN+iRGeQb8gfJPc/VJ0vIDvIFyXzOhQFvikuCgTflJQELnkvCPry3hKE94BJy1vD3U8iz/n1i1wryBDlpOHYOueDuAepOV3VzYX8TVpY7b/7XPEQP4JJABo8hgFpCSQmPJUBlQSCBHB5TALYEFnhsAVgS2OApBPhKuOGEpxKgUgyQwA5PKaCvhCDwKhPiR2OFXr2lDccqyJ0+9mBZ4anPlJA11QVSC+iSsFPXEAqeS4CqJeTRIiEJBc85EXqB3Os7Hg0890jMRQIrfIwzQVs/OAgBLn0g1Q2zODQBfZogq4RpYPjK0hOMhMXYBXTBly2NMdXjNVoJxAPMynF52/bZSm+wkjHtBfrAB5UQC7zLBopEQkzwrhLyWAVgwLNLiBGeVUKs8C7jNRQJMcNTjtxRBHDAk0ugehpEMcPrknDN+XT4A/LLvJ9/hdxals0/kC33UjjTz+VZprct375PyFWoJmgkcMHvS/CCxxqLZ/rlhDfm6ZF6MWsDeR/DVFjeExQBIkAEiAARIAJEgAgQASJABERV/wIMAH2QdHI24RMjAAAAAElFTkSuQmCC");
  /* Aysberg */
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 4px;
  box-shadow: 0 0px 6px rgba(255, 255, 255, 0.16), 0 0px 6px rgba(255, 255, 255, 0.23);
  /* Aysberg */
  z-index: 90004;
  cursor: pointer;
}
#mhLightbox_prev, #mhLightbox_next {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 64px;
  cursor: pointer;
  background-color: #94826a;
  border-radius: 4px;
  z-index: 90002;
}
#mhLightbox_next {
  right: 0;
  left: unset;
}
#mhLightbox_prev.disabled, #mhLightbox_next.disabled {
  opacity: 0.2;
}
#mhLightbox_prev_icon, #mhLightbox_next_icon {
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 90004;
}
#mhLightbox_prev_icon {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjQ2MjA1RjQ4MUQwNzExRTY4NTAxQTVFNzc4RDUwQzNEIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjQ2MjA1RjQ5MUQwNzExRTY4NTAxQTVFNzc4RDUwQzNEIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDYyMDVGNDYxRDA3MTFFNjg1MDFBNUU3NzhENTBDM0QiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NDYyMDVGNDcxRDA3MTFFNjg1MDFBNUU3NzhENTBDM0QiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5enN6LAAABd0lEQVR42uzbPU4DMRAFYHtFvz1Q0yBKxAk4AkpS0XAATgDOPTgC0CcNLVL63IB++yDMrLQUSMnGzcw8eZ+lpxQprPdllZ/xJuacw5RXEya+CEAAAhCAAAQgAAEIQAACEIAAIKuVPFhtdgJYfiW5kZxLkvqO/UAEJK3kM/9fSXtf5PImCA3YZb9vXWq+VzXg5V8lC8lPjQCl5b9r/BiEKO8FcKz8m1V5D4CS8nOr8tYAcOUtAY6Vf/cobwVQUn7mUd4CALq8NgDsZW8BUFp+V+s84G6kfP+KPyGU1wR4kSxHZhBryUXtE6E0gnAq+UBA0P4UgEew+B4AjWD1TRAWwfK3ACSC9a9BOASPeQAUgtdECAbBcyYIgeA9FXZHiCC3yvYQzwee20qugtJoHOVw9NCV0Enug+K5ANLZYBiOwf5WJ7nW3hPtdDgNj4+SW8lGe8MIerv8meTLYqPI/wtMfBGAAAQgAAEIQAACEIAABCAAAaa4fgUYAB87nyVLpBCsAAAAAElFTkSuQmCC");
}
#mhLightbox_next_icon {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzM0NTI4RTcxRDA3MTFFNjkyNjdEQTNCRTRFNTM0MTMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzM0NTI4RTYxRDA3MTFFNjkyNjdEQTNCRTRFNTM0MTMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDYyMDVGNDgxRDA3MTFFNjg1MDFBNUU3NzhENTBDM0QiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NDYyMDVGNDkxRDA3MTFFNjg1MDFBNUU3NzhENTBDM0QiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5vsBofAAABdUlEQVR42uzaMU4CQRgFYJZgzQG4AbZyACtrkSPgOXb1HPRovIEngI6E0HgAa7mA4/vNErVYYjP//zL7/uQ1bEHel4FlZqlSSoM+z3DQ8xGAAAQgAAEIQAACEIAABCAAAQgg70z6DDBDDkhDJ2AnQpkzQz7SzzQO7/nv5F4BV8grMv71Ws20EqqMZ4KGu0emHdcfGCByroBP5BZ577helw5g84ZcMyN43AWoEbxug7QInj+EKBG8fwrTIUTsBagQojZDNAiRu0EKhOjtcDgCw3lAKEJF9P+AS2SHjDqu3yOrEleAzQXyeKb8Fnkp9SNg5Z+Q+ZnyN8ixRIBRZPloACv/HFk+EoCifBRA+LKPBDiVv2Mo7w1AV94TwMqv2cp7AZzKL9jKewBQl8+9Fxi2tzra8rlXgD0XODCX/x6H529N+jsbZMzybNDrjRrG8hbP84Blu6WNX/akByLFfQkKQAACEIAABCAAAQhAAAIQgABY50uAAQAWH6wzIKSANQAAAABJRU5ErkJggg==");
}
#mhLightbox_wrapper_gallery {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 8px 8px 8px;
  width: 100%;
  height: 60px;
  line-height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  z-index: 90003;
}
#mhLightbox_wrapper_gallery img {
  display: inline-block;
  margin-right: 12px;
  height: 100%;
  cursor: pointer;
  border: 1px solid transparent;
}
#mhLightbox_wrapper_gallery img:last-child {
  margin-right: 0px;
}
#mhLightbox_wrapper_gallery img:hover, #mhLightbox_wrapper_gallery img.active {
  border: 1px solid #fff;
}
#mhLightbox_wrapper_gallery img.active {
  transform: scale(0.75);
  opacity: 0.75;
}
@media (max-width: 1200px) {
  /*#mhLightbox_wrapper {
	top:3%;
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform: translateX(-50%);
	}*/
  #mhLightbox_wrapper_gallery {
    height: 100px;
  }
  #mhLightbox_wrapper_gallery img {
    height: 80px;
  }
}
@media (max-width: 800px) {
  #mhLightbox_wrapper_gallery {
    height: 90px;
  }
  #mhLightbox_wrapper_gallery img {
    height: 70px;
  }
}
@media (max-width: 500px) {
  #mhLightbox_wrapper_gallery {
    height: 70px;
  }
  #mhLightbox_wrapper_gallery img {
    height: 50px;
  }
}
/* ==================== Akkordeon ==================== */
.accordion {
  margin: 1em 0;
}
.accordion .title h2, .accordion .title h3 {
  font-family: "Open-Sans", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  display: block;
  position: relative;
  margin: 0;
  padding: 9px 48px 9px 24px;
  color: #444;
  background: url("/inc/img/accordion/arrow-right.svg") no-repeat center right 24px;
}
.accordion .title {
  cursor: pointer;
  margin-bottom: 6px;
  background: #E5E5E5;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 4px;
}
.accordion .title:hover {
  background: #DED8D0;
}
.accordion .acc-content {
  /* display: none; */
  background: #fff;
  margin-bottom: 6px;
  padding: 6px 24px;
}
.accordion p {
  margin: 0;
  padding: 0 0 12px;
}
.accordion .acc-content h1, .accordion .acc-content h2, .accordion .acc-content h3 {
  margin: 0;
  padding: 0.5em 0;
}
/* wenn Akkordeon offen */
.accordion .open {
  background: #DED8D0;
}
.accordion .open h2, .accordion .open h3 {
  background: url("/inc/img/accordion/arrow-down.svg") no-repeat center right 24px;
}
/* ==============================[ Slider-Basics ]============================== */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: block;
}
.slick-prev.slick-disabled {
  display: none !important;
}
.slick-next.slick-disabled {
  display: none !important;
}
/* ==============================[ Slider-Inhalt ]============================== */
.slider {
  display: block;
  position: relative;
  max-width: 1280px;
  padding: 0;
  margin: 0 auto 42px;
  /* 42px weil buttons bottom: -42px gesetzt sind*/
}
.slider-item {
  width: 100%;
  height: 100%;
  padding: 0 18px;
  margin: 0;
}
.slider-item .grid[cols="8-4"] > :nth-child(odd), .slider-item .grid[cols="4-8"] > :nth-child(even) {
  grid-column: auto / span 7;
}
.slider-item .grid[cols="8-4"] > :nth-child(even), .slider-item .grid[cols="4-8"] > :nth-child(odd) {
  grid-column: auto / span 5;
}
.slider-item .grid[cols="4-4-4"] > * {
  grid-column: auto / span 4;
}
.slider-item .margin-top {
  margin-top: 30px !important;
}
.slider-item .margin-top-small {
  margin-top: 30px !important;
}
#slider-center .slider-item {
  padding: 0 12px;
}
#slider-center .slider-item h2 {
  margin: 12px 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
#slider-center .slider-item p {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
#slider-center .slider-item img {
  opacity: 0.8;
  transition: opacity 0.3s ease-in-out;
}
#slider-center .slick-current img {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
#slider-center .slick-current h2, #slider-center .slick-current p {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.slider-item .betonpumpen-bilder {
  padding: 0 44px;
}
/* ----------- Pfeile vor/zurück ----------- */
/* Arrows */
.slick-prev, .slick-next {
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 42px;
  font-size: 0;
  background-image: url(/inc/img/buttons/btn-arrow-right.svg);
  background-size: 25px 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #0077ae;
  border: none;
  padding: 12px;
  cursor: pointer;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
#slider-center .slick-prev, #slider-center .slick-next {
  top: auto;
  bottom: -42px;
}
.slick-prev {
  left: 18px;
  transform: rotate(180deg);
}
.slick-next {
  right: 18px;
}
#slider-center .slick-prev {
  right: 72px;
  left: auto;
  transform: rotate(180deg);
}
#slider-center .slick-next {
  right: 30px;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background-color: #01a6e0;
  outline: none;
  transition: all 0.3s ease-in-out;
}
/* ----------- Punkt (Navigation) ----------- */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: 24px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  background: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  color: transparent;
  background: #444;
  border-radius: 100%;
  border: 0;
  padding: 6px;
  margin: 0 6px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus, .slick-dots li button:active {
  opacity: 0.8;
}
/* ==============================[ Media Queries ]============================== */
@media (min-width: 680px) {
  .slider-item .betonpumpen-bilder {
    padding: 0 54px;
  }
  .slick-prev, .slick-next {
    width: 42px;
    height: 42px;
    top: 60px;
    background-size: 25px 18px;
  }
  .slider-item .grid[cols="7-5"] > :nth-child(odd), .slider-item .grid[cols="5-7"] > :nth-child(even) {
    grid-column: auto / span 7;
  }
  .slider-item .grid[cols="7-5"] > :nth-child(even), .slider-item .grid[cols="5-7"] > :nth-child(odd) {
    grid-column: auto / span 5;
  }
  #slider-center .slider-item {
    padding: 18px;
  }
  #slider-center .slick-prev {
    right: 90px;
  }
  #slider-center .slick-next {
    right: 42px;
  }
}
@media (min-width: 900px) {
  .slider-item {
    padding: 0 18px;
  }
  .slider-item .betonpumpen-bilder {
    padding: 0;
  }
  .slick-prev {
    left: 30px;
  }
  .slick-next {
    right: 30px;
  }
}
@media (min-width: 1024px) {
  .slider-item .grid[cols="8-4"] > :nth-child(odd), .slider-item .grid[cols="4-8"] > :nth-child(even) {
    grid-column: auto / span 8;
  }
  .slider-item .grid[cols="8-4"] > :nth-child(even), .slider-item .grid[cols="4-8"] > :nth-child(odd) {
    grid-column: auto / span 4;
  }
  .slider-item .margin-top {
    margin-top: 60px !important;
  }
  .slick-prev, .slick-next {
    top: 120px;
  }
}
@media (min-width: 1300px) {
  #slider-center .slick-prev {
    right: 360px;
  }
  #slider-center .slick-next {
    right: 312px;
  }
}
.slick-slide:not(:first-of-type) {
  display: none;
}
.slick-initialized .slick-slide {
  display: block;
}
@media print {
  /* Base */
  /* Font family Taken from bootstrap */
  /* Colors*/
  /* Font size*/
  /* Page*/
  /* Show link source */
  a[href^="http"]:after, a[href^="ftp"]:after {
    content: " (" attr(href) ")";
    font-size: 80%;
  }
  a[href$=".jpg"]:after, a[href$=".jpeg"]:after, a[href$=".gif"]:after, a[href$=".png"]:after {
    display: none;
  }
  /* Show abbreviation or acronym title*/
  /*abbr[title],
acronym[title] {
	&:after {
		content: ' (' attr(title) ')';
	}
}*/
  * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* Remove shadow and background*/
  *, *:before, *:after, p:first-letter, div:first-letter, blockquote:first-letter, li:first-letter, p:first-line, div:first-line, blockquote:first-line, li:first-line {
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  html {
    font-size: 13px;
    margin: 0;
    padding: 0;
  }
  body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background: #fff !important;
    color: #000 !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.5;
    margin: 0 auto;
    text-rendering: optimizeLegibility;
  }
  p, blockquote, table, ul, ol, dl {
    margin-bottom: 1.5rem;
    margin-top: 0;
  }
  p:last-child, ul:last-child, ol:last-child {
    margin-bottom: 0;
  }
  /*// Headers*/
  h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.2;
    margin-bottom: 0.75rem;
    margin-top: 0;
  }
  h1 {
    font-size: 22px;
  }
  h1 span {
    font-size: 22px;
  }
  h2 {
    font-size: 18px;
  }
  h2 span {
    font-size: 18px;
  }
  h3 {
    font-size: 16px;
  }
  h3 span {
    font-size: 16px;
  }
  /*// Links*/
  a, a:visited {
    color: #000;
    text-decoration: underline;
    word-wrap: break-word;
    padding: 0;
  }
  /*// Table*/
  table {
    border-collapse: collapse;
  }
  thead {
    display: table-header-group;
  }
  table, th, td {
    border-bottom: 1px solid #000;
  }
  td, th {
    padding: 6.5px 13px;
    page-break-inside: avoid;
  }
  /*// Code, Pre*/
  code, pre, kbd {
    border: 1px solid #bbb;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    font-size: 85%;
  }
  code, kbd {
    padding: 3px;
  }
  pre {
    margin-bottom: 1.5rem;
    padding: 10px 12px;
  }
  pre code, pre kbd {
    border: 0;
  }
  /*// Placeholder//
// see https://stackoverflow.com/a/16493412/1066915*/
  WebKit browsers ::-webkit-input-placeholder {
    color: transparent;
  }
  /*Mozilla Firefox 4 to 18*/
  :-moz-placeholder {
    color: transparent;
  }
  /* Mozilla Firefox 19+*/
  ::-moz-placeholder {
    color: transparent;
  }
  /* Internet Explorer 10+*/
  :-ms-input-placeholder {
    color: transparent;
  }
  /*// Others*/
  blockquote {
    border: 0;
    border-left: 5px solid #bbb;
    margin-left: 1px;
    padding: 12px 1.5rem;
  }
  [dir="rtl"] blockquote {
    border-left: 0;
    border-right: 5px solid #bbb;
    margin-left: 0;
    margin-right: 1px;
  }
  blockquote:first-child {
    margin-top: 0;
  }
  blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
    margin-bottom: 0;
  }
  blockquote footer {
    display: block;
    font-size: 80%;
  }
  img {
    border: 0;
    display: block;
    max-width: 100% !important;
    max-width: 200px !important;
    vertical-align: middle;
  }
  hr {
    border: 0;
    border-bottom: 2px solid #bbb;
    height: 0;
    margin: 2.25rem 0;
    padding: 0;
  }
  dt {
    font-weight: bold;
  }
  dd {
    margin: 0;
    margin-bottom: 0.75rem;
  }
  abbr[title], acronym[title] {
    border: 0;
    text-decoration: none;
  }
  /*   /////////////////////////  Individuelle Sachen  ////////////////////////////// .  */
  header {
    position: relative;
  }
  .keyvisual {
    display: none;
  }
  .button {
    padding: 8px 12px;
  }
  .button:after, .button:before {
    content: none;
  }
  .intro-text {
    font-size: 13px;
    line-height: 1.5;
  }
  /* /////////grid////////// */
  .grid[cols="3"], .grid[cols="2"] {
    grid-template-columns: none;
    display: inline-block;
  }
  .grid[cols="3"] > div, .grid[cols="2"] > div {
    display: inline-block;
    padding: 0 16px 16px 0;
    vertical-align: text-top;
  }
  .grid[cols="3"] > div {
    width: calc(100% / 3 - 16px);
  }
  .grid[cols="2"] > div {
    width: calc(100% / 2 - 16px);
  }
  .grid[cols="8-4"] {
    grid-template-areas: "div8 div8 div8 div8 div8 div8 div8 div8 div4 div4 div4 div4";
    grid-template-columns: repeat(12, 1fr);
  }
  .grid[cols="4"] {
    grid-gap: 16px;
  }
  /* /////////////////// */
  #rubrikeinstieg .first-section, #home .first-section {
    margin: 0;
  }
  /*Leistungsberge*/
  .inner-fix-breakpoints {
    max-width: 1280px;
  }
  .image-leistung {
    height: auto;
  }
  .image-leistung:before, .image-leistung:after {
    content: none;
  }
  .leistungs-uebersicht-wrap {
    width: 100%;
    position: relative;
    padding: 0;
  }
  .leistungs-uebersicht-wrap li {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    right: auto;
    bottom: auto;
    width: fit-content;
  }
  .leistungs-uebersicht-wrap li:before {
    content: none;
  }
  .leistungs-uebersicht-wrap li a {
    color: #000;
    padding: 0;
  }
  .leistungs-uebersicht-wrap li a:before, .leistungs-uebersicht-wrap li a:after {
    content: none;
  }
  /* ////////Slider/////////// */
  #referenz-slider, #referenz-slider li {
    width: 100% !important;
    display: block;
  }
  #referenz-slider img, #referenz-slider li img {
    width: 300px;
  }
  .referenzen-uebersicht-wrap {
    padding: 0;
  }
  .referenzen-uebersicht-wrap p {
    font-size: 13px;
    line-height: 1.5;
  }
  .slider-ctrl {
    display: none;
  }
  /* /////////Akkordeon////////// */
  .accordion .acc-content {
    display: block !important;
    padding: 0;
  }
  .accordion .title h3, .accordion .title h2 {
    padding: 0;
    font-size: 18px;
  }
  /* /////////////////// */
  #wrap {
    min-height: auto;
  }
  article section {
    margin: 24px 0;
  }
  .start-weiteres .section-headlines {
    margin-bottom: 0;
  }
  section.sand-stripe, .line-crack, .line-berg, .start-weiteres {
    padding: 0;
  }
  #detailseite .first-section, #referenzseite .first-section {
    margin-top: 0;
  }
  /*.overlay-wasserfarben-all:before {
	background-image: url(/inc/img/overlay-wasserfarbe-left-top.png), url(/inc/img/overlay-wasserfarbe-right-bottom.png) !important;
	background-repeat: no-repeat !important;
	background-position: left top, right bottom !important;
	background-size: 200% 200% !important;
}*/
  .infobox {
    padding: 0;
  }
  .infobox.hgBlau, .infobox.hgTuerkis, .infobox.weiss h3 {
    color: #000;
  }
  .button, section.col-12-bg-image {
    display: none;
  }
  .zitat-ueberschrift {
    font-size: 22px;
    line-height: 22px;
  }
  ul.listspace > li, ol.listspace > li {
    margin: 0 0 8px;
  }
  .footer-call-to-action {
    padding: 0;
  }
  .footer-call-to-action .inner {
    padding-top: s24px;
  }
  .footer-call-to-action .clickbox a {
    color: #000;
    padding: 0;
  }
  .footer-call-to-action .clickbox a:before, .footer-call-to-action .clickbox a:after {
    content: none;
  }
  .teaser.clickbox {
    border: none;
    padding: 0;
  }
  .teaser.clickbox h3 a {
    text-decoration: none;
    color: #000;
  }
  .teaser.clickbox:hover:before, .teaser.clickbox:hover:after, .teaser.clickbox:hover {
    content: none;
    border: none;
  }
  .footer-info, .footer-info a {
    color: #000;
  }
  .social-media, .footer-event img {
    display: none;
  }
  /* ////animationen//// */
  .fade-in {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}
