
    /*Sprachumschaltung*/

/* div#languageButton {
    display: none;
} */

#languageButton {
    background: #eee;
    width: 35px;
    height: 30px;
    position: relative;
    float: right;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 5px;
    transition: 200ms;
}

#languageButton:hover {
    background: var(--main);
    color: #fff;
    transition: 200ms;
}

/*ENDSprachumschaltung*/

/*tabelle*/
table {
    width: 100%;
}

th {
    background: #acddf5;
    color: var(--main);
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: 6px solid #fff;
    border-top: 6px solid #fff;
    font-size: 1.2rem;
    font-weight: 600;
}

caption {
    text-align: left;
    background: var(--main-light);
    color: #fff;
    font-size: var(--fs-800);
    font-family: var(--ff-heading);
    padding-left: 30px;
    border-radius: 20px 0px 100px 0;
    max-width: 510px;
}

td {
    background: #eee;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: 6px solid #fff;
    border-top: 6px solid #fff;
    color: var(--main);
}

.title-ausbau h2 {
    font-size: 3rem;
    margin-bottom: 2rem;
    color: #fff;
}

tr th, tr td {
    padding: 13px 7px;
    text-align: center;
}

table {
    padding: 10px;
}

.table-element {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
}

.tablo {
    background: url(/userdata/images/table-bg.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.tablo:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(33 161 222 / 86%), rgb(197 222 233 / 50%));
    z-index: -1;
}

.tablo {
    position: relative;
    z-index: 1;
}
.table-element {
    overflow-x: auto;
}
.table-element table {
    border-collapse: collapse;
    width: 100%;
}
.table-element th, .table-element td {
    min-width: 80px;
    padding: 8px;
    text-align: center;
}

 /*END tabelle*/

:root {
    --main: #004166;
    --main-opac: rgb(0 65 102 / 90%);
    --main-opac-light: rgb(0 65 102 / 70%);
    --main-opac-min: rgb(0 65 102 / 30%);
    --main-juicy: rgb(6, 56, 85);
    --main-light: #21a1d9;
    /* --main-light: #23789e; */

    --clr-primary-dark: #222222;
    --clr-primary-white: #fff;
    --clr-primary-light: #f5f7fb;

    --shadow: 4px 4px 16px rgb(0 0 0 / 20%);
    --shadow-min: 3px 3px 13px rgb(0 0 0 / 15%);
    --shadow-min-hover: 3px 3px 13px rgb(0 65 102 / 40%);
    --shadow-extended: 4px 4px 25px rgb(0 0 0 / 20%);
    --border: 1px solid var(--main);
    --border-light: 1px solid #eee;
    --glow-shadow: 2px 4px 30px var(--main-opac);

    --fc-primary: #2c2c2c;
    --fc-dark: #000;

    --ff-primary: "noto-sans", sans-serif;

    --ff-body: var(--ff-primary);
    --ff-heading: "noto-serif", sans-serif;

    --fw-regular: 400;
    --fw-bold: 600;

    --fs-300: 0.8125rem;
    --fs-400: 0.875rem;
    --fs-500: 0.9375rem;
    --fs-600: 1rem;
    --fs-700: 1.4rem;
    --fs-800: 2.1rem;
    --fs-900: 3.0rem;
    --fs-950: 4.2rem;

    --br-primary: 0.5rem;

    --fs-body: var(--fs-400);
    --fs-primary-heading: var(--fs-800);
    --fs-secondary-heading: var(--fs-700);
    --fs-nav: var(--fs-500);
    --fs-button: var(--fs-300);
}

.slider-untertitle h2 {
    font-size: 1.2rem !important;
}

.owl-item:first-child .leistungen-coll .collection_container.Wasserstoff:before {
    position: absolute;
    content: '';
    width: 3200%;
    height: 2px;
    background: var(--main);
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(50% - 5px);
}

.home #slider-wrapper p {
    font-size: 1.6rem;
    font-family: var(--ff-heading);
}

/* Reset */

/* Box sizing rules */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
    list-style: none;
}

/* Set core root defaults */
html:focus-within {
    scroll-behavior: smooth;
}

/* Set core body defaults */
body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
    text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
    max-width: 100%;
    display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
    font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* Reset */

@font-face {
    font-family: "noto-sans";
    font-weight: 400;
    src: url("/layout/frontend/b2c/dist/fonts/NotoSans-Regular.ttf/")
      format("truetype");
  }
  
  @font-face {
    font-family: "noto-sans";
    font-weight: 600;
    src: url("/layout/frontend/b2c/dist/fonts/NotoSans-Bold.ttf")
      format("truetype");
  }
  
  @font-face {
    font-family: "noto-serif";
    font-style: normal;
    font-weight: 400;
    src: local("NotoSerif"), local("NotoSerif-Regular"),
      url("/layout/frontend/b2c/dist/fonts/NotoSerif-Regular.ttf")
        format("truetype");
  }
  
  @font-face {
    font-family: "noto-serif";
    font-style: normal;
    font-weight: 600;
    src: local("NotoSerif Bold"), local("NotoSerif-Bold"),
      url("/layout/frontend/b2c/dist/fonts/NotoSerif-Bold.ttf") format("truetype");
  }

body {
    background-color: var(--clr-primary-white);
    font-size: var(--fs-600);
    font-weight: var(--fw-regular);
    line-height: 1.8;
    font-family: var(--ff-body);
    color: var(--fc-primary);
    overflow-x: hidden;
    margin: 0;
}

.collection_list.hero {
    width: 100%;
    padding: 0;
    background: var(--clr-primary-light);
}

.filter_display {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    padding: 0px;
    flex-wrap: wrap;
    margin: 0 0 0.5rem;
}

.form-contact .row > div:last-child strong {
    font-size: 1.5em;
}

button {
    background: var(--main);
    color: var(--clr-primary-white);
    padding: 10px 15px;
    border-radius: var(--br-primary);
    border: none;
    cursor: pointer;
}

input,
select,
textarea {
    padding:0.9rem;
    width: 100%;
    border: 1px solid var(--main);
    font-family: inherit;
    border-radius: var(--br-primary);
}

.collection_list.partner {
    width: 100%;
}

.owl-item img {
    height: 450px !important;
    width: 100% !important;
    border-radius: var(--br-primary);
}
.owl-item {
    scale: 0.9;
}
.owl-item.center {
    scale: 1;
}

.owl-item a {
    width: 100% !important;
}

figure.mz-figure.mz-hover-zoom.mz-no-zoom.mz-ready {
    width: 100%;
    height: 100%;
}

.back_to_overview a {
    background: var(--main);
    color: var(--clr-primary-white);
    padding: 8px 20px;
    border-radius: var(--br-primary);
    border: none;
    cursor: pointer;
}

.full_preview .filter_display {
    display: none;
}

a.button_filter.a-filter {
    background: var(--main);
    color: var(--clr-primary-white);
    padding: 10px 15px;
    float: left;
    border-radius: var(--br-primary);
}

a.button_filter.o-filter {
    background: var(--clr-primary-light);
    color: var(--main);
    padding: 10px 15px;
    float: left;
    border-radius: var(--br-primary);
    border: 1px solid var(--main-light);
}

.collection_list.hero .collection_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 2rem;
}

.collection_content.hero__title.title.custom {
    grid-area: 1 / 1 / 2 / 2;
    display: flex;
    align-items: flex-end;
}

.collection_content.hero_teaser {
    grid-area: 2 / 1 / 3 / 2;
}

.collection_content.hero_img {
    grid-area: 1 / 2 / 3 / 3;
}

.collection_content.hero_img img {
    height: 400px !important;
    object-fit: cover;
}

.card .collection_list .collection_container {
    background: #fff;
    box-shadow: rgba(117, 146, 186, 0.227) 0px 7px 29px 0px;
    border-radius: var(--br-primary);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: 300ms;
    min-height: 546px;
}

.card.shuffler .collection_list .collection_container {
    min-height: 556px;
}

.card .collection_list .card_img {
    height: 216px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.collection_content.card_img {
    border-bottom: 4px solid var(--main);
}

.home .filter_display {
    display: none;
}

.card .collection_list .card_img img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transition: 0.5s;
}

.card .collection_list .collection_container:hover {
    box-shadow: #7592ba75 0px 7px 29px 0px;
}

.card.card-horizon .card-10 .collection_container:hover {
    box-shadow: rgb(117 146 186 / 23%) 0px 7px 29px 0px;
}

a {
    color: var(--main);
}

.card .collection_list .collection_content.title.custom {
    font-size: var(--fs-700);
    font-family: var(--ff-secondary);
    margin-inline: 1.5rem;
    color: var(--fc-secondary);
    margin-block-start: 1rem;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    min-height: 60px;
    font-weight: 400;
}

.card
    .collection_list
    .collection_container:hover
    .collection_content.card_img
    img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.collection_list.examples .collection_content.tools {
    padding-bottom: 83px;
}

.card .collection_list.card-10 .collection_container:hover .collection_content.card_img img {
    transform: scale(1);
}

.card .collection_list .collection_content.card_teaser {
    margin-inline: 1.5rem;
    margin-bottom: 100px;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.collection_list.examples .collection_container {
    height: 100%;
}

.row {
    float: left;
    width: 100%;
}

#cookie-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px 20px;
    z-index: 200;
    min-width: 320px;
}

#cookie-bar #cookie-bar-button {
    float: right;
    margin-left: 20px;
    display: inline-block;
    padding: 8px 10px;
    min-width: 150px;
    text-transform: uppercase;
    border: 1px solid #ff6532;
    color: var(--clr-primary-white);
    cursor: pointer;
    background-color: #ff6532;
    text-align: center;
}

#cookie-bar #cookie-bar-button:hover {
    background-color: #e43900;
    border-color: #e43900;
}

#cookie-bar #cookie-bar-button:active {
    background-color: #b22c00;
    border-color: #b22c00;
}

#cookie-bar #cookie-bar-prompt-button {
    white-space: nowrap;
}

div#header,
.header-wrapper {
    height: 60px;
    width: 100%;
    z-index: 10;
}

#cookie-bar > p {
    float: left;
    margin: 0;
    line-height: 40px;
}

#cookie-bar:after {
    clear: both;
    display: block;
    content: " ";
}

.header-wrapper.fixed-header {
    position: relative;
    z-index: 999;
    opacity: 0;
    transition: 300ms;
}

.header-wrapper {
    opacity: 1;
    transition: 300ms;
}

/* Modal */

.fade {
    opacity: 1;
}

.modal {
    display: block;
}

.modal.success .modal-header {
    border-color: var(--main-color);
    background-color: var(--main-color);
    color: var(--clr-primary-white);
}

div#requestbox {
    position: fixed;
    width: 100%;
    top: 50%;
    left: 50%;
    z-index: 999;
    height: 100%;
    transform: translate(-50%, -50%);
}

.modal-dialog {
    position: fixed;
    width: 100%;
    max-width: 350px;
    top: 50%;
    left: 50%;
    z-index: 999999;
    background: var(--clr-primary-light);
    text-align: center;
    padding: 2rem;
    color: var(--main);
    border-radius: var(--br-primary);
    box-shadow: var(--bs-primary);
    transform: translate(-50%, -50%);
    border: 1px solid var(--main);
}

div#requestbox:after {
    content: "";
    background: #00000075;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

div#filter-element {
    position: absolute;
    margin-top: -200px;
}

button.close {
    margin: 0 0 1rem;
}

.imp .imp-text img {
    width: 120px !important;
}

.dat .dat-text img {
    width: 120px !important;
}

/* Modal */

/* Extra Module */
html {
    scroll-behavior: smooth;
}

/* FAQ */

.faq_group_container .faq_question_box {
    padding: 5px 15px 8px 15px;
    border: none;
    background: var(--main);
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    position: relative;
}

.faq_question_box {
    cursor: pointer;
}

.faq_group_container .faq_answer_box {
    margin-bottom: 30px;
    padding: 20px;
    background: rgb(245 247 251);
    margin-top: -10px;
    border-radius: 0 0 5px 5px;
}

.faq_question_box.active {
    border-radius: 5px 5px 0 0;
}

.faq_question_box:after {
    content: "+";
    position: absolute;
    right: 16px;
    color: var(--clr-primary-white);
    top: 50%;
    font-size: 20px;
    transform: translateY(-50%);
}

.faq_question_box.active:after {
    content: "-";
    position: absolute;
    right: 16px;
    color: var(--clr-primary-white);
    bottom: 11px;
    font-size: 25px;
}

.faq_group_container .faq_answer_box {
    display: none;
}

.faq h3 {
    font-size: 18px;
    font-weight: 400 !important;
    border: none;
    color: var(--clr-primary-white);
    line-height: 1;
    margin-bottom: 7px;
}

.next lottie-player {
    margin: 0 auto;
}

.faq-search input[type="text"] {
    width: 250px;
    height: 30px;
    color: var(--clr-primary-white);
    background: rgba(9, 0, 0, 0.9);
    border: 0;
    padding: 20px;
    position: relative;
}

/* ol li,
ul li {
    list-style: none;
} */

.same-height > .row {
    display: flex;
    flex-wrap: wrap;
}

.collection_list .collection_content.protec-zitat-img img {
    max-width: 100px;
    max-height: 100px;
    margin: 30px 25px 6px;
}

.main-screen.grey {
    background-color: var(--clr-primary-light);
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.pop-up-element .row {
    z-index: 1;
    padding: 40px !important;
    background: rgb(4 4 4 / 20%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 15px;
    border: 2px solid var(--akzentfarbe);
    max-width: 1440px;
    margin: 0 auto;
    color: var(--clr-primary-white);
    display: -webkit-box;
}

.pop-up-element .row :is(li, p, a, span, strong, b, em, ul, li, h2, h1, h3) {
    color: var(--clr-primary-white) !important;
}

.pop-up-element {
    z-index: 1;
    padding: 30px;
}

.pop-up-element {
    display: none;
}

.pop-up-element:first-child {
    display: block;
}

.pop-up-button-group .row {
    display: flex;
    justify-content: center;
}

.pop-up-element .row {
    cursor: pointer;
}

.pop-up-element.current {
    display: block;
}

.pop-up-button {
    cursor: pointer;
}

.pop-up-button.current {
    background: var(--main);
    color: var(--clr-primary-white);
    border: 1px solid var(--main);
}

/* Navgation */

div#header {
    background: #fff;
}

div#privacy-policy {
    background: var(--main);
}

lottie-player {
    margin-left: auto;
}

.header-animation {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 0;
}

.header-animation iframe {
    border-radius: 5px;
    overflow: hidden;
}

.next .collection_content.title.custom {
    font-size: 1.3rem;
    font-weight: 600;
    padding: 0 0 0.5rem;
}

.faq_nearest_search {
    display: none;
}

.collection_list.next .collection_container:before {
    content: "";
    background: var(--main);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    border-radius: 5px 5px 0 0;
}

.header-text a {
    background: var(--main);
    color: var(--clr-primary-white);
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: rgb(48 98 120 / 48%) 0px 7px 29px 0px;
    float: left;
    margin-top: 30px;
    margin-right: 20px;
}

.collection_list.next .collection_container {
    border: 1px solid #dfdfdf;
    padding: 30px;
    border-radius: 5px;
    min-height: 225px;
}

.mysyde .collection_content.title.custom {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 600;
    padding-top: 13px;
}

.header-text a {
    background: var(--main);
    color: var(--clr-primary-white);
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: rgb(48 98 120 / 48%) 0px 7px 29px 0px;
}

.header-text a:hover {
    color: var(--clr-primary-white);
    box-shadow: rgb(48 98 120 / 82%) 0px 7px 29px 0px;
}

#header > .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header > .container:before {
    display: none;
}

.collection_content.field-1655046812 {
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    padding-top: 1rem;
}

.collection_content.field-1655046828 {
    text-align: center;
}

.collection_content.field-1655046843 img {
    border-radius: 10px;
    height: 100%;
}

.collection_content.field-1655053570 {
    margin-right: 1rem;
    flex-shrink: 0;
    height: 40px;
}

.collection_list.bugfixes {
    width: 33.33%;
    padding: 10px;
}

.bugfixes-collection {
    padding-left: 0 !important;
    margin-left: -10px !important;
}

.contactformular {
    max-width: 680px;
    margin: 0 auto;
}

/* Header Kollektion */

.collection_list.header {
    width: 100%;
}

.header-text-wrapper {
    max-width: 1440px;
    width: 1440px;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    min-width: 320px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
}

iframe {
    width: 100%;
    height: 75vh;
    border-radius: var(--br-primary);
}

.collection_content.header-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
}

.collection_content.header-quote-author {
    font-size: 0.9em;
    padding-top: 0.3em;
}

.collection_list.header .collection_container {
    height: 696px;
}

.collection_content.header-title {
    font-family: "Raleway";
    font-size: 4em;
    font-weight: 700;
    width: 90%;
}

.collection_content.header-quote {
    padding-top: 1em;
    width: 39%;
}

/* Header Kollektion Ende */

/* Kollektion ALL */

.collection_list.all {
    width: 33.33%;
    float: left;
    padding: 20px;
}

.collection_list.all .collection_container {
    background: var(--clr-primary-white);
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    border-radius: 1rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-bottom: 7px solid var(--accent-color);
}

.collection_list.all .collection_container:hover {
    box-shadow: rgb(100 100 111 / 50%) 0px 7px 29px 0px;
}

.collection_content.all-img {
    height: 216px;
    position: relative;
    z-index: 0;
}

.all-text-group {
    padding: 30px;
    height: 331px;
    min-height: 331px;
    position: relative;
    background: var(--clr-primary-white);
}

.collection_content.all-title-small {
    color: #7b7b7b;
    font-size: 16px;
    padding-bottom: 0.2em;
}

.collection_content.all-title {
    font-family: "Raleway";
    font-size: 25px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.collection_content.all-teaser {
    padding-top: 1em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.all-wrapper {
    /* display: flex; */
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.collection_content.all-img img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: 0.5s;
}

div#footer-header {
    float: left;
    width: 100%;
}

#header > .container:before {
    display: none;
}

#header > .container:after {
    display: none;
}

.collection_list.all
    .collection_container:hover
    .collection_content.all-img
    img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.collection_container.Presse.und.Publikationen .all-text-group {
    border-top: 2px solid #ededed;
}

.collection_container.Soziales.Engagement .collection_link {
    display: none;
}

.w-25 .collection_list.teamCollection,
.w-25 .collection_list.blog-multi {
    width: 25%;
    float: left;
    padding: 20px;
    border: 2px solid #80808080;
    text-align: center;
}

.border-gray {
    border: 2px solid #80808080;
}

.mg-top-30 {
    margin-top: 30px;
}

.padding-20 {
    padding: 20px;
}

/* Kollektion ALL Ende */

.slideshow_box {
    margin-bottom: 30px;
}

.slideshow_box .slideshow_content {
    width: 100%;
}

.slideshow_box .slideshow_content .slideshow_content_inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    text-align: center;
}

.slideshow_box .slideshow_content .slideshow_headline {
    font-size: 45px;
    line-height: 1;
    color: var(--clr-primary-white);
    margin-top: 0;
    font-weight: 600;
}

.slideshow_box .slideshow_content .slideshow_text {
    font-weight: 600;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 20px;
}

.slideshow_box .slideshow_content .slideshow_button .button {
    color: #222222;
    text-transform: uppercase;
}

.slideshow_box .owl-carousel-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.slideshow_box .owl-carousel-item > a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.collection_list {
    width: 33.33%;
    float: left;
    padding: 15px;
}

img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
    max-width: 100%;
}

.header-text h1 img {
    width: 50px !important;
}

.d-none {
    display: none !important;
}

/* Schriften */

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
    clear: both;
    font-weight: var(--fw-regular);
    color: var(--fc-dark);
    margin: 0 0 15px 0;
    font-family: var(--ff-heading) !important;
}

h1 {
    font-size: var(--fs-900);
    margin-bottom: 0;
    color: #fff;
    margin-bottom: 10px;
}

.header-text {
    color: #fff;
}

h2 {
    font-size: var(--fs-800);
}

h3 {
    font-size: var(--fs-700);
    font-weight: 600;
}

h4,
h5 {
    font-size: var(--fs-600);
}

h6 {
    font-size: var(--fs-500);
}

a {
    text-decoration: none;
}

div#submit_button .button:hover {
    box-shadow: var(--shadow);
}

div#submit_button .button:hover,
button a:hover {
    background: var(--main-juicy) !important;
}

.owl-nav {
    display: flex;
    justify-content: center;
    gap: 1rem;
    align-items: center;
}

.hide {
    display: none;
}

.collection_full .collection_content.card_img {
    width: 40%;
    float: right;
    border-bottom: 0;
}

.collection_full .collection_content.card_img img {
    border-radius: 10px;
}

/* Kollektion */

.full_preview .collection_full {
    display: block !important;
    max-width: 100%;
}

.collection_list,
.collection_container {
    position: relative;
}

.collection_list,
.content-container {
    position: relative;
}

/* END Kollektion */

/* Kontaktformular */

.fade {
    opacity: 1;
}

/* Level 2 Menue */

li.level_1.levels {
    position: relative;
}

#header ul.level_2 {
    display: none;
}

li.level_1.levels:hover ul.level_2 {
    display: block !important;
}

ul.level_2 {
    position: absolute;
    left: 0;
    top: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    background: var(--clr-primary-white);
    padding: 15px;
    border-radius: var(--br-primary);
}

ul.level_2 a p.level_2_title {
    color: var(--main) !important;
}

li.level_2 {
    margin-bottom: 5px;
}

/* Level 2 Menue */

.contactformular .form-check {
    height: 35px;
    line-height: 35px;
    clear: both;
    height: auto !important;
    line-height: 35px;
}

.contactformular .form-check input {
    display: inline-block !important;
    width: auto !important;
}

.input.select_body,
.contactformular select {
    width: 100% !important;
}

.modal.success .modal-header {
    border-color: var(--main-color);
    background-color: var(--main-color);
    color: var(--clr-primary-white);
}

/* END Kontaktformular */

/* OWL Carousel Global */

.owl-stage-outer {
    width: 100%;
}

/* END OWL Carousel Global */

/* END Global */

/* Cookie */

div#cookiewarnung {
    position: fixed;
    bottom: 40px;
    background: #f2f6ff;
    color: #000;
    z-index: 99999999;
    width: 80%;
    text-align: center;
    padding: 15px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    border: 1px solid #d7e0ff;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

.cookie-option-container {
    margin-top: 10px;
}

.cookie-option {
    cursor: pointer;
    border: 1px solid var(--main);
    display: inline-block;
    padding: 7px !important;
    border-radius: 5px;
    background: var(--main);
    color: #fff;
}

.cookie-option:hover {
    background: var(--main-juicy);
}

div#cookie-config {
    display: none;
    left: -100%;
    transition: 1s;
}

div#cookie-config.show {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background: var(--clr-primary-white);
    max-width: 300px;
    z-index: 99999999999;
    overflow-y: auto;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#cookie-config .cookie-config-close {
    background: #f2f6ff;
    color: #000;
    padding: 10px;
    position: relative;
    cursor: pointer;
}

#cookie-config input {
    margin-right: 10px;
}

#cookie-config label {
    font-weight: normal;
    color: #000;
}

.cookie-config-close:after,
.cookie-arrow {
    position: absolute;
    width: 10px;
    height: 10px;
    transform: rotate(225deg);
    box-shadow: -2px 2px 0 rgba(90, 156, 157, 0.5);
    content: "";
    right: 20px;
    top: 20px;
    transition: 0.1s;
}

.cookie-config-options.open .cookie-arrow {
    transform: rotate(315deg) !important;
}

.cookie-config-options {
    background: #f2f6ff;
    padding: 10px;
    cursor: pointer;
    position: relative;
}

input#required {
    width: auto;
}

input#tracking {
    width: auto;
}

.cookie-config-configuration .cookie-config-options:nth-child(2) {
    border-bottom: 1px solid #d5d5d5;
}

.config-child {
    display: none;
    background: var(--clr-primary-white);
    padding: 10px;
}

.cookie-config-save {
    padding: 10px;
    text-align: center;
    background: #68c567;
    cursor: pointer;
    margin: 20px 15px;
    color: var(--clr-primary-white);
    border-radius: 5px;
}

.cookie-config-configuration {
    margin-top: 10px;
}

.cookie-config-configuration > p {
    padding: 10px;
    font-weight: bold;
}

.cookie-config-description {
    padding: 10px;
    font-size: 15px;
}

.cookie_conflict_youtube {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    border: 2px solid #f07474;
    max-width: 350px;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0px;
    border-radius: 10px;
    background: var(--clr-primary-white);
    font-size: 17px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.cookie_conflict_youtube a {
    text-decoration: underline;
    font-weight: 500;
}

/* Cookie-End */

/* Tabs */

.tab {
    overflow: hidden;
}

/* Style the buttons inside the tab */

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */

.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */

.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */

.tabcontent,
.tabcontentSection {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.multiFormPage form .header-text-wrapper {
    display: none;
}

.multiFormPage form .collection_content.header-img {
    position: inherit;
    top: 0;
    right: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.multiFormPage form #slider-wrapper,
.multiFormPage form .collection_list.header .collection_container {
    height: auto;
}

.multiFormPage form .form-group label.classLabel {
    text-align: center;
    font-size: 24px;
}

.multiFormPage form .iconfield .material-icons {
    font-size: 15rem;
}

.multiFormPage form .collection_content.header-img img {
    width: 100%;
    height: 300px !important;
}

.multiFormPage form .iconfield {
    text-align: center;
    padding: 10px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
}

.contact-button button {
    background: var(--main);
    color: var(--clr-primary-white);
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    cursor: pointer;
    border-radius: 5px;
}

div#submit_button {
    display: flex;
    justify-content: center;
}

.input_collection_link_checkbox {
    cursor: pointer !important;
}

.multiFormPage form .owl-nav {
    display: none !important;
}

.img_container.img-option {
    height: 320px;
}

.faq_headline {
    margin: 0 0 1rem;
}

input.invalid {
    background-color: #ffdddd;
}

.form-group {
    float: left;
    width: 100%;
    padding: 10px 0;
}

.tab {
    display: none;
}

input#input_collection_link_40_value_1 {
    width: auto;
}

.kontaktanfragegruppe .input_collection_link_checkbox {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
    width: 30%;
}

input#button {
    background: var(--main);
    color: var(--clr-primary-white);
    padding: 10px 15px;
    border-radius: var(--br-primary);
    cursor: pointer;
    border: none;
}

button {
    background: var(--main);
    color: var(--clr-primary-white);
    padding: 8px 20px;
    border-radius: var(--br-primary);
    cursor: pointer;
    border: none;
}

button:hover {
    opacity: 0.8;
}

div#submit_button {
    float: left;
    width: auto;
    margin: 1rem 0;
}

.contact-button #prevBtn {
    background: #787878 !important;
}

.col-xs-12.all-dishes.all-dishes h4 {
    color: var(--clr-primary-white);
}

.col-xs-12.all-dishes.all-dishes {
    padding: 10px 20px;
    background: var(--main);
    border: 1px solid grey;
    border-radius: 5px;
    margin-bottom: 1rem;
    color: var(--clr-primary-white);
}

/* Make circles that indicate the steps of the form: */

.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

.step.active {
    opacity: 1;
}

/* Mark the steps that are finished and valid: */

.step.finish {
    background-color: #04aa6d;
}

/* Multi-form end */

/* Cookie end */

/* Header */

/* Sticky Header */

#header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}

/* END Sticky Header */

.header-wrapper {
    position: relative;
}

#header ul.level_1 {
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    gap: 2rem;
}

#header div#header_3 li {
    display: inline-block;
    float: left;
}

#header .active_tree {
    font-weight: var(--fw-bold);
}

#header .component.logo,
#header .component.logo .textcontent {
    height: 100%;
}

#header_1 img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}

div#header_3 {
    display: none;
}

div#header,
#header .container {
    height: 100%;
}

div#header,
.header-wrapper {
    height: 70px;
    width: 100%;
    z-index: 10;
}

div#header_1 {
    height: 100%;
}

.sticky-active {
    position: relative;
}

.component.logo img {
    padding: 5px 0px 0px 0px;
}

/* hamburger menu */

#toggle_navigation,
.hamburger-menu {
    display: none;
}

div#toggle_navigation {
    float: right;
    width: auto;
    padding: 0 !important;
    height: auto;
    background: transparent;
}

.hamburger-menu {
    background: #fff;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    display: none;
}

#header .hamburger-menu li.level_1 {
    padding: 0;
    border-bottom: 1px solid var(--clr-primary-white);
}

#header .hamburger-menu a {
    padding: 8px 20px !important;
    display: block;
    border-bottom: 1px solid #eee;
}

#header .hamburger-menu li.level_1:last-child {
    border-bottom: 0 !important;
}

#header .hamburger-menu li.level_2 {
    color: var(--clr-primary-white);
}

#header .hamburger-menu li.level_1 {
    list-style-type: none;
}

#toggle_navigation label.hamburg {
    display: block;
    background: transparent;
    width: 55px;
    height: 50px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    margin: 0;
    cursor: pointer;
}

.line {
    position: absolute;
    left: 10px;
    height: 4px;
    width: 35px;
    background: var(--main);
    border-radius: 2px;
    display: block;
    transition: 0.5s;
    transform-origin: center;
}

.line:nth-child(1) {
    top: 12px;
}

.line:nth-child(2) {
    top: 24px;
}

.line:nth-child(3) {
    top: 36px;
}

div#toggle_navigation.active > .hamburg .line:nth-child(1) {
    transform: translateY(12px) rotate(-45deg);
}

div#toggle_navigation.active > .hamburg .line:nth-child(2) {
    opacity: 0;
}

div#toggle_navigation.active > .hamburg .line:nth-child(3) {
    transform: translateY(-12px) rotate(45deg);
}

/* end* Header */

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

/* Slideshow */

#slider-wrapper {
    position: relative;
}

div#slider {
    height: 100%;
    position: relative;
}

div#slider-title .container {
    width: 100%;
}

#slider #slider-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#slider div#slider-title h1 {
    color: var(--clr-primary-white);
}

#slider-wrapper div.slider-untertitle .container {
    z-index: 1;
}

#slider-wrapper div.slider-untertitle {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: var(--clr-primary-white);
    padding: 20px 0;
}

.slider-untertitle.content-selector:after {
    content: "";
    background: linear-gradient(90deg, rgb(0 0 0 / 45%), rgb(0 0 0 / 25%));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.home .slider-untertitle.content-selector:after {
    background: linear-gradient(45deg, rgb(255 255 255 / 70%), rgb(255 255 255 / 45%));
}

/* Anker Element */

.anker-navi .row {
    margin: 0 !important;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.anker-navi {
    position: relative;
    background: rgba(77, 77, 77, 0.7);
    top: 0;
    width: 100%;
    clear: both;
    font-family: calibri light !important;
    margin-top: -70px;
    margin-bottom: 50px;
    z-index: 9;
    transition: 0.1s;
}

.anker-navi.sticky {
    position: fixed;
    top: 0;
    margin: 0 !important;
    background: rgba(77, 77, 77, 0.7);
}

.anker-button .textcontent {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    font-weight: 600;
    text-transform: initial;
}

.anker-button .textcontent:hover,
.anker-button.active .textcontent {
    background: #5a9c9d !important;
}

.unsere-news #slider-wrapper,
#slider-wrapper {
    height: 420px;
}

.home #slider-wrapper {
    height: 600px;
}

#slider .textcontent {
    max-height: 100%;
    overflow: hidden;
}

div#slider {
    height: 100%;
    position: relative;
}

div#slider-title .container {
    width: 100%;
}

#slider #slider-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#slider div#slider-title h1 {
    color: var(--clr-primary-white);
}

#slider-wrapper div.slider-untertitle {
    position: absolute;
    top: 0;
    width: 100%;
    color: var(--fc-primary);
    height: 100%;
    display: flex;
    align-items: center;
}

#slider img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.anker-button.button {
    margin: 0 !important;
    padding: 0 !important;
    /* width: 20%; */
    width: 16.1666%;
    border-left: 1px solid var(--clr-primary-white);
    border-bottom: 0;
    border-top: 0;
    background: transparent !important;
    color: var(--clr-primary-white);
    align-items: center;
}

.anker-button.button:last-child {
    border-right: 1px solid var(--clr-primary-white);
}

/* END Anker Element */

.d-flex,
.d-flex > .row {
    display: flex !important;
}

.align-items-center,
.align-items-center > .row {
    align-items: center !important;
}

/* Footer */

#footer {
    clear: both;
    padding: 70px 0 70px 0;
    background: url(/userdata/images/535_279___asset-.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 15px;
    position: relative;
    float: left;
    width: 100%;
    z-index: 1;
    border-top: 1px solid var(--clr-primary-light);
}

.footer-sitemap {
    height: auto;
    clear: both;
    width: 100%;
    margin: 0 auto;
    display: block;
    float: left;
    margin-bottom: 30px;
    font-family: var(--ff-heading);
}

.footer-seo-text-wrap {
    position: relative;
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
}

.footer-seo-text-wrap .component.footer-text {
    max-width: 800px;
}

.footer-seo-text-wrap {
    margin-top: 40px;
    border-top: 1px solid var(--fc-primary);
}

.header-text {
    width: 60% !important;
}

.home h1 {
    font-size: var(--fs-950);
    color: var(--main);
    margin-bottom: 60px;
    float: left;
    position: relative;
}

.home .header-text {
    color: var(--main);
}

.home .header-text {
    width: 100% !important;
    text-align: center;
}

.footer-sitemap ul {
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: start;
    border-bottom: 1px solid var(--fc-primary);
    padding-bottom: 18px;
}

.footer-sitemap ul li.level_1 {
    padding: 0 50px 0px 0px;
}

.footer-1, .footer-2, .footer-3 {
    padding: 0 40px 0 0;
}

.icon-group ul {
    padding-left: 30px;
}

.title-kp h2 {
    font-size: 1.6em;
    margin-bottom: 40px;
}

.icon-group li {
    padding-bottom: 13px;
}

.green li {
    list-style: url(/userdata/images/green-hook.png) !important;
  }
  
  .red li {
    list-style: url(/userdata/images/red-hook.png) !important;
  }
  
  .blue li {
    list-style: url(/userdata/images/blue-hook.png) !important;
  }
  
  .orange li {
    list-style: url(/userdata/images/orange-hook.png) !important;
  }


.footer-sitemap li.level_1 {
    font-weight: 500;
    font-size: 20px;
    width: auto;
    float: left;
    padding-right: 30px;
    padding-bottom: 10px;
}

.icon-group img {
    width: auto !important;
}

/* #footer a:hover {
  color: #5a9c9d;
} */

#footer li {
    list-style-type: none;
}

.footer-sitemap li.level_1 {
    font-weight: 500;
    font-size: 20px;
    width: auto;
    float: left;
    padding: 0px 20px;
}

.component.privacy_policy {
    display: flex;
    justify-content: center;
}

#footer li.level_1 a {
    margin-bottom: 7px;
    display: inline-block;
    color: var(--clr-primary);
}

.footer-sitemap li.level_2 {
    font-weight: normal;
    font-size: 15px;
    text-transform: initial;
}

div#privacy-policy {
    padding: 15px 0;
    clear: both;
    text-align: right;
    color: var(--clr-primary-white);
}

div#privacy-policy a {
    color: var(--clr-primary-white);
}

#privacy-policy .footer-1 {
    text-align: left;
}

div#privacy-policy ul li {
    display: inline-block;
    padding: 0 10px;
}

#footer .footer-seo {
    clear: both;
    color: var(--clr-primary-white);
}

.footer-links a {
    color: #b5b5b5;
}

.footer-links a:hover {
    color: #5a9c9d !important;
}

/* End Footer */

.owl-dots {
    height: 10px;
}

.owl-dots {
    position: relative;
    float: left;
    width: 100%;
    height: 20px;
}

.owl-dot span {
    height: 10px;
    width: 10px;
    background: #ccc;
    position: relative;
    float: left;
    border-radius: 500px;
    margin: 0 2px;
}

.owl-dot.active span {
    position: relative;
    float: left;
    height: 10px;
    width: 10px;
    background: #7f7f7f;
    border-radius: 500px;
}

.owl-dots {
    position: absolute;
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slidecontent_content_container {
    display: none;
}

.slidecontent_headline:after {
    content: "";
    position: absolute;
    right: 15px;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid var(--light-grey);
    border-right: 2px solid var(--light-grey);
    transform: rotate(45deg);
    transition: 300ms;
}

.slidecontent_headline.active:after {
    transform: rotate(-135deg);
    transition: 300ms;
    margin-top: 5px;
}

.slidecontent_headline {
    padding: 10px 40px 8px 0px;
    cursor: pointer;
}

.button.add-mt30.add-mb30 {
    float: left;
}

.add-mb60 {
    margin-bottom: 60px;
}

.add-mt40 {
    margin-top: 40px;
}

.mt100 {
    margin-top: 100px;
}

.add-mt30 {
    margin-top: 30px;
}

.add-mb30 {
    margin-bottom: 30px;
}

.add-pr30 {
    padding-right: 30px;
}

.add-pl30 {
    padding-left: 30px;
}

button#backButton {
    line-height: 1.188;
}

.content-text {
    padding-right: 60px;
}

.collection_content.partner-logo {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 10px;
    background: #fff;
    height: 100px;
    width: 100px;
    border-radius: 500px;
    overflow: hidden;
    box-shadow: var(--shadow-extended);
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefits-group {
    margin-top: 40px;
}

.collection_list.partner .collection_container {
    box-shadow: var(--shadow);
    border-radius: 10px;
    padding: 70px 25px 25px;
    margin-top: 36px;
    background: #fff;
}

.collection_list.qualli-coll .collection_container {
    box-shadow: var(--shadow);
    border-radius: 10px;
    padding: 50px 25px 25px;
    background: #fff;
}

.partner-title {
    margin-bottom: 40px;
}

.collection_list.qualli-coll .collection_container {
    box-shadow: var(--shadow);
    border-radius: 10px;
    padding: 30px 30px 30px 110px;
    background: #fff;
    height: 100%;
}

h3.collection_content.partner__title.title.custom {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--ff-primary) !important;
    font-size: var(--fs-600);
    margin-bottom: 5px;
}

.collection_content.partner-logo img {
    object-fit: contain;
    padding: 5px;
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 100%;
}

.collection_list.partner {
    max-width: 250px;
    min-height: 280px;
}

.collection_list.partner {
    max-width: unset;
    min-height: 280px;
}

.collection_list.qualli-coll .title,
.collection_list.partner .title {
    font-size: 1.2em;
    hyphens: auto;
    min-height: 50px;
}

.kar.kar div#area-2 {
    background: url(/userdata/images/h2-bg.jpg);
    color: #fff;
}

.collection_list.benefits-coll, .collection_list.benefits-coll h3 {
    color: var(--main) !important;
}

.social-icons-top {
    position: fixed;
    top: 140px;
    right: 0px;
    background: #fff;
    padding: 7px 3px 7px 5px;
    border-radius: 10px 0px 0px 10px;
    box-shadow: var(--shadow);
    z-index: 10000;
}

.social-icons-top .social-icons .textcontent {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.social-icons-top img {
    max-width: 30px;
}

#footer .component.social-icons .textcontent a {
    float: left;
    margin-right: 10px;
    margin-top: 20px;
}

.form-wrap {
    position: relative;
    float: left;
}

.form-contact {
    float: left;
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
    color: var(--fc-dark);
    padding-right: 40px;
}

.form-group-right .punch-left {
    margin-left: 15px;
}

.kar.kar div#area-2 h2, .kar.kar div#area-2 h3, .kar.kar div#area-2 h4 {
    color: #fff;
}

.collection_list.qualli-coll {
    width: 50%;
    float: right;
}

.line-after h2 {
    margin: 0;
}

.container.qual {
    display: flex;
    align-items: center;
}

.qualli-coll h3.collection_content.title {
    min-height: auto;
}

.partner .collection_container {
    text-align: center;
}

.benefits-group .row {
    display: flex;
    flex-wrap: wrap;
}

.zitat:before {
    content: "";
    position: relative;
    height: 25px;
    width: 100%;
    float: left;
    background: url(/userdata/images/quote.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 17px 0;
}

.zitat-info {
    padding-left: 20px;
    float: left;
}

.zitat-img {
    width: 66px;
    height: 66px;
    float: left;
}

.zitat-group .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.collection_content.over-title {
    padding: 20px 25px 0;
    color: var(--main);
}

.collection_content.card__title.title {
    margin-top: 0px !important;
}

.zitate .collection_container {
    padding: 25px;
}

.collection_list .collection_content.protec-zitat-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.collection_list .collection_content.protec-zitat-img img {
    max-width: 100px;
    max-height: 100px;
    margin: 30px 25px;
    border-radius: 500px;
}

.example .collection_list .collection_content.protec-zitat-img img {
    border: 2px solid var(--main-light);
}

.collection_list.zitate .collection_content.protec-zitat-text,
.collection_list.zitate .collection_content.zitat-name,
.collection_list.zitate .collection_content.zitat-position {
    float: left;
    clear: both;
}

.collection_list.zitate .collection_content.protec-zitat-text {
    font-weight: bold;
}

.collection_content.protec-zitat-text {
    margin-bottom: 30px;
}

.group-auto .main-left-wrap {
    float: right;
    padding-right: 0;
    padding-left: 40px;
    clear: both;
    text-align: right;
}

.group-auto .main-right-wrap {
    padding-left: 5px;
    padding-right: 40px;
}

.ex-auto .collection_link, .ex-h2 .collection_link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0%;
    margin: 0;
    opacity: 0.7;
    transition: 300ms;
}

.ex-h2 .owl-nav, .ex-auto .owl-nav {
    justify-content: flex-start;
    padding: 0 15px;
}

.ex-auto .collection_container:hover
.collection_link, .ex-h2 .collection_container:hover .collection_link {
    height: 100%;
    transition: 300ms;
}

.ex-auto .collection_link a, .ex-h2 .collection_link a {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 0;
    border-radius: 10px 10px 50px 10px;
}

.ex-auto .collection_container:hover .collection_link a, .ex-h2 .collection_container:hover .collection_link a {
    border-radius: 10px 10px 10px 10px;
    transition: 300ms;
}

.group-auto .punch-left {
    float: right;
    clear: both;
}

.group-auto .collection_content.lead-button.button {
    float: right;
}

.collection_list.zitate .collection_content.zitat-name {
    font-weight: bold;
    font-size: 1.2rem;
}

/* .home div#area-2 {
    background: url(/userdata/images/tankstelle_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
} */

.home div#area-2 {
    background: url(/userdata/images/automation_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
}
.home div#area-3 {
    background-color: var(--clr-primary-light);
}

.card-tat .collection_list .collection_container {
    height: 180px;
    min-height: unset;
    box-shadow: 2px 3px 15px rgb(0 0 0 / 20%);
}

.card-tat .collection_list .card_img {
    height: 120px;
}

.card-tat .collection_link a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.stream .collection_list.leistungen-coll {
    width: 100%;
    text-align: center;
}

.stream .collection_content.icon-leistungen {
    justify-content: center;
    display: flex;
    align-items: center;
    width: 80px !important;
    height: 80px !important;
    padding: 20px;
    border-radius: 500px;
    background: #fff;
    border: var(--border);
    margin: 0 auto;
}

.stream .collection_content.icon-leistungen img {
    object-fit: contain;
    object-position: center;
}

.stream .collection_content.icon-leistungen {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.stream .owl-item:nth-child(odd) .collection_list.leistungen-coll
    .collection_content.description {
    margin-bottom: 150px;
    padding-bottom: 30px;
}


.stream .owl-item:nth-child(even) .collection_list.leistungen-coll
    .collection_content.title {
    margin-top: 150px;
    padding-top: 30px;
}


.stream .owl-item:nth-child(odd) .collection_list.leistungen-coll
    .collection_content.icon-leistungen {
    bottom: -130px;
}


.stream .owl-item:nth-child(even) .collection_list.leistungen-coll
    .collection_content.icon-leistungen {
    top: -133px;
}


.stream .owl-item:nth-child(odd) .collection_list.leistungen-coll
    .collection_content.description:after {
    content: "";
    position: absolute;
    left: -1000px;
    bottom: 0;
    height: 2px;
    width: 1000%;
    background: var(--main);
}

.stream .collection_list.leistungen-coll .collection_content.description {
    min-height: 100px;
}


.stream .owl-item:nth-child(odd) .collection_list.leistungen-coll
    .collection_content.icon-leistungen:after {
    background: var(--main);
    content: "";
    height: 52px;
    width: 2px;
    left: 50%;
    position: absolute;
    bottom: 100%;
    transform: translateX(-50%);
}


.stream .owl-item:nth-child(even) .collection_list.leistungen-coll
    .collection_content.icon-leistungen:after {
    background: var(--main);
    content: "";
    height: 52px;
    width: 2px;
    left: 50%;
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
}


.stream .owl-item:nth-child(even) .collection_list.leistungen-coll
    .collection_content.icon-leistungen:before {
    background: var(--main);
    content: "";
    height: 20px;
    width: 20px;
    left: 50%;
    position: absolute;
    bottom: 120px;
    transform: translateX(-50%);
    border-radius: 500px;
}


.stream .owl-item:nth-child(even) .collection_list.leistungen-coll
    .collection_content.icon-leistungen:before {
    background: var(--main);
    content: "";
    height: 20px;
    width: 20px;
    left: 50%;
    position: absolute;
    top: 120px;
    transform: translateX(-50%);
    border-radius: 500px;
}

.stream h3.collection_content.leistungen-coll__title.title.custom {
    color: var(--main) !important;
}

.stream-title h2 {
    margin-bottom: 70px;
}

.card-horizon .collection_container {
    flex-direction: row-reverse !important;
    flex-wrap: wrap;
}

.card-horizon .collection_content.card_img {
    width: 30%;
}

.card-horizon .horizon-wrap {
    width: 70%;
}

.card-horizon .collection_list .collection_container {
    min-height: unset;
    height: auto;
}

.card-horizon .collection_list.card-10 {
    width: 50%;
}

.card-horizon .title {
    margin: 5px 25px 8px 25px !important;
}

.card-horizon .collection_content.card_img {
    background: #f2f2f2;
    height: 100%;
    border-bottom: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-horizon .collection_content.card_img img {
    padding: 10px;
    width: auto !important;
    height: 100% !important;
    object-fit: contain;
    mix-blend-mode: multiply;
    max-height: 120px;
}

.owl-trigger button.owl-prev {
    left: -40px;
    position: absolute;
    top: 50%;
}

.owl-trigger button.owl-next {
    right: -40px;
    position: absolute;
    top: 50%;
}

.owl-trigger .owl-stage {
    padding: 20px 0px;
}

.collection_list.branchen.active {
    display: block;
}

.collection_list.branchen {
    width: 100%;
}

.button-wrap-branchen h3.active {
    background: var(--main);
    color: #fff;
    border: 1px solid var(--main);
    transition: 300ms;
}

.owl-item .branchen img {
    height: 100px !important;
    width: 100% !important;
}

.owl-item .branchen-img img {
    border-radius: 0;
}

.owl-item .collection_list.branchen .collection_container {
    align-items: center;
    justify-content: center;
}

.button-wrap-branchen h3 {
    background: var(--clr-primary-light);
    color: var(--fc-primary);
    padding: 7px 30px;
    border-radius: 5px;
    font-size: 1.2em;
    float: left;
    display: block;
    clear: none;
    margin-right: 10px;
    font-weight: normal;
    border: var(--border);
    transition: 300ms;
}

.branchen-desc-wrap {
    float: left;
    width: 66.666%;
    padding-right: 60px;
}

.collection_content.info-img1,
.collection_content.info-img2,
.collection_content.info-img3 {
    width: 60px;
    height: 60px;
    float: left;
    border-radius: 500px;
    border: var(--border);
}

.collection_content.info-img1 img,
.collection_content.info-img2 img,
.collection_content.info-img3 img {
    object-fit: contain;
    padding: 15px;
}

.branchen-info-wrap1,
.branchen-info-wrap2,
.branchen-info-wrap3 {
    float: right;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.branchen .collection_content.points-title,
.branchen .collection_content.facts-title {
    float: right;
    width: 100%;
    font-size: 1.4em;
    font-weight: bold;
    margin: 0px 0 10px 0;
}

.branchen .collection_content.text-title {
    font-size: 1.4em;
    font-weight: bold;
    margin: 0px 0 10px 0;
}

.branchen .collection_content.facts-title {
    margin: 30px 0 10px 0;
}

.info-text-wrap1,
.info-text-wrap2,
.info-text-wrap3 {
    padding-left: 15px;
}

.branchen-lists-wrap {
    position: relative;
    float: right;
    width: 33.333%;
    padding-left: 60px;
    border-left: 1px solid var(--main-opac-min);
}

.branchen .collection_content.info-title1,
.branchen .collection_content.info-title2,
.branchen .collection_content.info-title3 {
    font-weight: bold;
}

.owl-item .collection_list.taetigkeitsfelder {
    width: 100%;
    padding: 15px 2px;
}

.card-tat .owl-nav {
    justify-content: start;
    padding-left: 15px;
}

.card.card-tat.owl-carousel.owl-theme.owl-drag.owl-right-hide.owl-loaded {
    padding: 0;
}

.tat-group {
    max-width: 1180px;
}

.card.card-tat .collection_list .collection_container:hover {
    box-shadow: rgba(117, 146, 186, 0.459) 0px 7px 19px 0px;
}

.tat-group h3 {
    margin: 0px;
}

.box.long .row {
    display: flex;
    position: relative;
    gap: 40px;
}

.box.long .row .textcontent {
    border-right: 1px solid #9d9d9c;
    padding-right: 25px;
    width: 100%;
}

.box.long img {
    max-width: 40px;
    max-height: 40px;
    object-fit: contain;
}

.box.long {
    padding: 50px;
    border-radius: 10px;
    box-shadow: rgb(117 146 186 / 23%) 0px 7px 29px 0px;
}

.box.long .row .textcontent:last-child {
    border-right: unset;
    padding-right: 0px;
}

.histo-title h2,
.histo .row > .collection_list.his-coll,
.histo .row > .collection_list.his-coll h2,
.histo .row > .collection_list.his-coll h3 {
    color: #fff;
}

.line-center.histo-title:after {
    background: #fff;
}

.histo-btn .textcontent {
    background: #fff;
    padding: 11px 30px;
    border-radius: 5px;
    color: var(--main);
    font-size: 1.2em;
}

.histo .row > .collection_list.his-coll:nth-child(odd) {
    float: left;
    position: relative;
    padding-right: 60px;
}

.histo .row > .collection_list.his-coll:nth-child(even) {
    float: right;
    position: relative;
    padding-left: 60px;
}

.histo .row > .collection_list.his-coll {
    width: 50% !important;
    clear: both;
    margin: 60px 0px;
}

.histo .row > .collection_list.his-coll h2 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.histo .row > .collection_list.his-coll h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 80px;
    background: #fff;
}

.histo-title h2:after {
    max-width: 100px;
    content: "";
    height: 3px;
    width: 100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: #fff;
}

.histo-title h2 {
    margin-bottom: 30px;
}

.histo .row:after {
    content: "";
    width: 4px;
    height: calc(100% - 205px);
    background: #fff;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.unt .ref-group .filter_display {
    display: none;
}

.line-center.histo-title {
    margin-bottom: 0px !important;
}

.expert.no-owl-carousel.no-owl-theme.no-owl-drag .collection_list.ex-coll {
    width: 25%;
}

.line-center.histo-title h2 {
    margin-bottom: 0;
}

.histo .row > .collection_list.his-coll:nth-child(odd):after {
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    border-radius: 500px;
    transform: translateX(50%) translateY(-50%);
}

.histo .row > .collection_list.his-coll:nth-child(even):after {
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 500px;
    transform: translateX(-50%) translateY(-50%);
}

.histo .row > .collection_list.his-coll:nth-child(odd) .year {
    width: 100%;
    height: 280px;
    position: absolute;
    left: calc(100% + 60px);
    top: 50%;
    transform: translateY(-50%);
    font-weight: 600;
    bottom: unset;
    padding-left: 60px;
    transition: 800ms;
    opacity: 1;
}

.histo
    .row
    > .collection_list.his-coll:nth-child(even)
    .collection_content.year
    img {
    float: right;
}

.histo
    .row
    > .collection_list.his-coll:nth-child(odd)
    .collection_content.year
    img {
    float: left;
}

.histo .row > .collection_list.his-coll:nth-child(even) .year {
    width: 100%;
    height: 280px;
    position: absolute;
    right: calc(100% + 60px);
    top: 50%;
    transform: translateY(-50%);
    font-weight: 600;
    bottom: unset;
    padding-right: 60px;
    opacity: 1;
}

.collection_list.his-coll[style="display: block;"] .year {
    opacity: 1;
    transition: 800ms;
}

.collection_list.his-coll[style="display: none;"] .year {
    opacity: 0;
    transition: 800ms;
}

.collection_list.his-coll .title {
    font-size: var(--fs-700);
    font-weight: bold;
    padding: 0 !important;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px !important;
}

.histo-btn .textcontent {
    background: #fff;
    padding: 11px 30px;
    border-radius: 5px;
    color: var(--main);
    font-size: 1.2em;
}

.histo-btn {
    clear: both;
    display: flex;
    justify-content: center;
}

.histo .row .collection_list.his-coll.ever-on,
.histo .row .collection_list.his-coll.ever-on,
.histo .row .collection_list.his-coll.ever-on {
    display: block !important;
}

.col-xs-12.button.content-button.center {
    display: flex;
    justify-content: center;
}

.histo .row .collection_list.his-coll {
    display: none;
}

.collection_list.his-coll .title:after {
    content: "";
    background: #fff;
    width: 80px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.histo-btn .textcontent:hover {
    cursor: pointer;
    box-shadow: var(--shadow);
    top: -1px;
    position: relative;
    transition: 300ms;
}

.histo .row {
    position: relative;
    padding: 50px 0px;
}

.collection_content.year img {
    border-radius: 10px;
    box-shadow: var(--shadow);
    max-width: 450px;
}

h3.collection_content.partner__title.title.custom {
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-trigger .owl-dots {
    margin-top: -20px;
}

.job-con {
    background: url(/userdata/images/h2-bg.jpg);
    color: #fff;
    background-position: center;
}

.job-con .container {
    display: flex;
    align-items: center;
}

.job-con h2, .job-con h3, .job-con h4 {
    color: #fff;
}

.content-img.job-img .textcontent {
    max-width: 580px;
    float: right;
}

.job-con .button a {
    background: #fff;
    color: var(--main);
    box-shadow: 2px 4px 30px rgb(255 255 255 / 50%);
    transition: 300ms;
}

.job-con .button a:hover {
    box-shadow: var(--glow-shadow);
    transition: 300ms;
    color: var(--main) !important;
    background: #fff;
}

.form-contact .content-img .textcontent {
    box-shadow: none;
    overflow: visible;
    float: right;
    width: 100%;
}

.form-contact a {
    color: var(--fc);
}

.form-contact a:hover {
    color: var(--main) !important;
}

.form-group.swifty-one,
.form-group.swifty-two {
    width: 50%;
}

.form-group.swifty-one {
    padding-right: 10px;
}

.form-group.swifty-two {
    padding-left: 10px;
}

.form-group input, .form-group .textarea {
    border-radius: 5px;
    border: var(--border-light) !important;
    background: #fff;
}

.kar .back_to_overview {
    display: none;
}

.content-img.special .textcontent:after {
    content: '';
    width: 85%;
    position: absolute;
    right: -15px;
    top: -15px;
    height: 85%;
    background: var(--main);
    z-index: -1;
    border-radius: 10px;
}

.content-img.special .textcontent {
    max-width: 430px;
    float: right;
    position: relative;
    overflow: visible;
    border-radius: 10px;
    margin-right: 60px;
    box-shadow: var(--shadow);
}

.content-img.special .textcontent img {
    border-radius: 10px;
}

.content-img.over .textcontent {
    content: '';
    width: 200px;
    position: absolute;
    right: 10px;
    top: -40px;
    height: 116px;
    background: #fff;
    background-position: center;
    z-index: 1;
    border-radius: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: var(--shadow);
    display: flex;
    align-items: center;
}

.content-img.over .textcontent img {
    max-width: 100% !important;
    object-fit: contain !important;
    max-height: 100%;
    padding: 20px;
}

a.button_filter.o-filter:hover,
.button-wrap-service h3:hover,
.button-wrap-branchen h3:hover {
    box-shadow: var(--glow-shadow);
    background: var(--main-opac-light);
    cursor: pointer;
    color: #fff;
}

.button-wrap-branchen h3.active:hover {
    box-shadow: none;
    background: var(--main);
    cursor: pointer;
}

.back_to_overview {
    display: none;
}

.unt .card.news .filter_display {
    display: none;
}

#header a:hover {
    background: none !important;
    text-shadow: 0px 0px 15px rgb(0 65 102 / 30%);
}

li.level_1.levels li.level_2 a:hover {
    text-shadow: none;
}

#header .levels a:hover {
    text-shadow: none !important;
    transform: scale(1.05);
}

#header .levels a:hover p {
    transform: scale(1.02);
}

.collection_content.page-link a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.02;
}

.card-tat .collection_list .card_img img {
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: cover;
}

.line-right .row {
    border-right: var(--border-light);
    padding-right: 60px;
}

.line-right {
    padding-right: 60px;
}

.special-points ul li {
    list-style: url(/userdata/images/check.svg);
    margin-bottom: 10px;
}

.special-points ul {
    padding: 0 20px;
}

.collection_list.service-coll {
    display: none;
}

.collection_list.service-coll.active {
    display: block;
    padding-left: 0;
}

.collection_list.service-coll {
    width: 100%;
}

.button-wrap-service h3.active {
    background: var(--main);
    color: #fff;
    border: 1px solid var(--main);
    transition: 300ms;
}

.button-wrap-service h3 {
    background: var(--clr-primary-light);
    color: var(--fc-primary);
    padding: 7px 30px;
    border-radius: 5px;
    font-size: 1.2em;
    float: left;
    display: block;
    clear: none;
    margin-right: 10px;
    font-weight: normal;
    border: var(--border);
    transition: 300ms;
}

.service-desc-wrap {
    float: left;
    width: 66.666%;
    padding-right: 60px;
}

.collection_content.info-img1,
.collection_content.info-img2,
.collection_content.info-img3 {
    width: 60px;
    height: 60px;
    float: left;
    border-radius: 500px;
    border: var(--border);
}

.collection_content.info-img1 img,
.collection_content.info-img2 img,
.collection_content.info-img3 img {
    object-fit: contain;
    padding: 15px;
}

.service-info-wrap1,
.service-info-wrap2,
.service-info-wrap3 {
    float: right;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.service-coll .collection_content.points-title,
.service-coll .collection_content.facts-title {
    float: right;
    width: 100%;
    font-size: 1.4em;
    font-weight: bold;
    margin: 0px 0 10px 0;
}

.service-coll .collection_content.text-title {
    font-size: 1.4em;
    font-weight: bold;
    margin: 0px 0 10px 0;
}

.service-coll .collection_content.facts-title {
    margin: 30px 0 10px 0;
}

.info-text-wrap1,
.info-text-wrap2,
.info-text-wrap3 {
    padding-left: 15px;
}

.service-lists-wrap {
    position: relative;
    float: right;
    width: 33.333%;
    padding-left: 60px;
    border-left: 1px solid var(--main-opac-min);
}

.service-coll .collection_content.info-title1,
.service-coll .collection_content.info-title2,
.service-coll .collection_content.info-title3 {
    font-weight: bold;
}

.referenzen.full_preview .zitate {
    display: none;
}

.full_preview .collection_content.over-title {
    padding: 0;
    font-weight: bold;
}

.full_preview .owl-stage-outer:before {
    content: '';
    width: 110px;
    background: linear-gradient(90deg, var(--clr-primary-light), transparent);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.full_preview .owl-stage-outer:after {
    content: '';
    width: 110px;
    background: linear-gradient(270deg,  var(--clr-primary-light), transparent);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.owl-carousel .collection_list.leistungen-coll {
    width: 100%;
}

.wrap-leistungen-text {
    position: relative;
}

.collection_list.leistungen-coll .collection_content.description {
    height: 100%;
    overflow: hidden;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    z-index: 2;
}

.full_preview .wrap-leistungen-text:after {
    position: absolute;
    content: '';
    width: 26px;
    height: 26px;
    background: var(--main);
    left: 50%;
    transform: translateX(-50%);
    border-radius: 500px;
    bottom: -34px;
}

.collection_content.icon-leistungen {
    position: relative;
}

.collection_content.icon-leistungen:before {
    content: '';
    position: absolute;
    left: 50%;
    width: 2px;
    height: 50px;
    background: var(--main);
    top: -40px;
    z-index: -1;
    transform: translateX(-50%);
}

.full_preview .group-how .owl-item:nth-child(even) .collection_content.icon-leistungen:before {
    content: '';
    position: absolute;
    left: 50%;
    width: 2px;
    height: 60px;
    background: var(--main);
    top: unset;
    transform: translateX(-50%);
    bottom: -46px;
}

.group-how .owl-item:nth-child(even) .collection_list.leistungen-coll .collection_container .wrap-leistungen-text:after {
    top: -32px;
}

.group-how .owl-item:nth-child(even) .collection_list.leistungen-coll .collection_container .wrap-leistungen-text:before {
    top: -19px;
    bottom: unset;
}

.wrap-leistungen-text {
    text-align: center;
    margin-bottom: 20px;
}

.full_preview .collection_content.card_text {
    min-height: 336px;
}

.group-how .owl-item .collection_list.leistungen-coll .collection_container {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
}

.group-how .owl-item:nth-child(odd) .collection_list.leistungen-coll .collection_container {
    flex-direction: column;
}

.component.footer-4 img {
    max-width: 40px;
}

.component.footer-4 .textcontent:last-child img:hover {
    filter: brightness(0.95);
}

.component.footer-4 img[alt="logo"] {
    max-width: 230px;
    padding-bottom: 10px;
}

.component.footer-4 .textcontent {
    float: left;
    position: relative;
    display: block;
    width: 100%;
}

.component.footer-4 .textcontent a {
    float: left;
    margin-right: 10px;
    margin-top: 20px;
}

.row.seo, .row.seo a {
    color: var(--fc-primary) !important;
}

#header .hamburger-menu ul.level_2 {
    display: none;
    position: relative;
    padding: 0;
    border-radius: 0;
}

#header .hamburger-menu li.level_2 a {
    padding: 8px 20px 8px 40px !important;
    transform: scale(1);
}

#header .hamburger-menu .levels a:hover p {
    transform: scale(1) !important;
}

#header .hamburger-menu  .levels a:hover {
    transform: scale(1);
}

.hamburger-menu li.level_1.levels:after {
    display: none;
}

.card {
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 100%;
}

.collection_list.card {
    width: 33.33333%;
}

.card.card-jobs {
    float: unset;
}

.gallery-style .owl-item img {
    box-shadow: var(--shadow);
}

.card-14 .collection_link {
    width: 100%;
    height: 100%;
}

.gallery-style .owl-item a {
    padding: 17px !important;
}


.mz-figure {
    overflow: visible !important;
}

.owl-item {
    display: flex;
    justify-content: center;
}

.card.card-horizon .collection_list .collection_content.title.custom {
    min-height: 0 !important;
}

.card.card-horizon .collection_list .collection_content.card_teaser {
    -webkit-line-clamp: unset;
}

.card.card-horizon {
    display: flex;
    flex-wrap: wrap;
}

.card.card-horizon .collection_list .collection_container {
    height: 100%;
}

.collection_list.service-coll {
    padding-left: 0;
}

/*ordinary*/

.component.copyright {
    display: flex;
    justify-content: space-between;
}

.component.copyright .textcontent:last-child {
    display: flex;
    gap: 10px;
    align-items: center;
}

li.level_1.levels:after {
    content: "";
    background: url(/userdata/images/toggler.png);
    width: 10px;
    height: 20px;
    float: right;
    top: 1px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 8px;
    position: relative;
}

.flex-ac-container{
    display: flex;
    align-items: center;
}

button#backButton:hover {
    opacity: 0.9;
}

.collection_full .collection_content.card_img {
    width: 40%;
    float: right;
    border-bottom: 0;
}

.impression1, .impression2, .impression3, .impression5, .impression6, .impression4 {
    padding: 0px;
    border-radius: 5px;
    overflow: hidden;
}

.impression1 {
    grid-area: 1 / 1 / 2 / 3;
}

.impression2 {
    grid-area: 2 / 1 / 3 / 2;
}

.impression3 {
    grid-area: 2 / 2 / 3 / 3;
}

.impression4 {
    grid-area: 1 / 3 / 3 / 4;
}

.impression5 {
    grid-area: 1 / 4 / 2 / 5;
}

.impression6 {
    grid-area: 2 / 4 / 3 / 5;
}

.impression .row img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}

.impression1 .textcontent, .impression2 .textcontent, .impression3 .textcontent, .impression5 .textcontent, .impression6 .textcontent, .impression4 .textcontent {
    height: 100%;
    width: 100%;
}

.line-after.max600 {
    max-width: 500px;
}

.impression .row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-height: 620px;
}

.collection_full .collection_content.card_img img {
    border-radius: 10px;
}

.button.center {
    display: flex;
    justify-content: center;
}

#footer li,
#header li {
    list-style: none;
}

.hamburger-menu {
    box-shadow: 0 0 15px rgb(0 0 0 / 25%);
}

/*seitenzahl für paginierung ändern - /htdocs/mysyde/common/common_functions.inc.php - ca. zeile 2231*/

div#slider .textcontent {
    height: 100%;
}



div#content,
div#area-1,
div#area-2,
div#area-3,
div#area-4,
div#area-5,
div#area-6,
div#area-7,
div#area-8,
div#area-9,
div#area-7-1, 
div#area-7-2 {
    scroll-margin-top: 150px;
    float: left;
    width: 100%;
    padding: 70px 0;
}

button#backButton {
    float: left;
    display: block;
    position: relative;
    margin-bottom: 40px;
    background: var(--main);
    font-weight: 600;
    padding-right: 30px;
    color: #fff;
    border-radius: 5px 5px 30px 5px;
}

button#backButton {
    float: unset;
}

li.level_2 {
    margin-bottom: 5px;
}

.hamburger-menu li.level_2 {
    margin-bottom: 0px;
    border-bottom: 1px solid #f6f6f6;
}

.hamburger-menu ul.level_1 {
    max-height: 500px;
    overflow-y: scroll;
}

li.level_1.levels:after {
    content: "";
    background: url(/userdata/images/polygon.png);
    width: 10px;
    height: 20px;
    float: right;
    top: 1px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 8px;
    position: relative;
}

.collection_list.hide {
    display: none;
}

a.button_filter.a-filter {
    background-color: var(--main);
}

div#filter-element {
    scroll-margin-top: 150px;
}

.filter_display {
    width: 100%;
    margin-left: 15px;
}

.filter_display a {
    text-decoration: none;
    color: white;
    border-radius: 5px;
    background-color: #b4b4b4;
    padding: 11px 20px;
    box-shadow: var(--shadow);
}

.filter_display,
.filter_display .button_filter_wrapper_2 {
    display: block;
    position: relative !important;
    float: left !important;
    height: auto;
}

.button_filter_wrapper_2:first-child {
    margin-left: 0;
}

.button_filter_wrapper_2 {
    margin-right: 10px;
    margin-bottom: 25px;
}

.form-group textarea#input_message {
    background: none;
    border: none;
    border-bottom: 1px solid #ccc;
    padding-left: 10px;
    min-height: 70px;
    width: 100% !important;
    max-height: 300px;
    background: #fff;
}

input#input_upload {
    color: var(--main) !important;
}

input#input_upload {
    background: #fff;
    border: 1px solid #eee;
    margin: 10px 0 10px 0px;
    opacity: 0.8;
}

.form-group label[for="input_upload"] {
    padding-left: 10px !important;
    margin-top: 10px !important;
    float: left;
}

.form-group label[for="input_upload"] {
    padding-left: 10px !important;
}

.line-after.reverse:after {
    right: 20px;
    left: unset;
}

li.level_1.levels {
    position: relative;
}

ul.level_2 {
    position: absolute;
    left: 0;
    top: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    background: var(--bg-grey);
    padding: 15px;
    border-radius: 7px;
    box-shadow: var(--shadow);
}

#footer li ul.level_2 {
    display: none;
}

li.level_1.levels:hover ul.level_2 {
    display: block !important;
}

#footer li.level_1.levels:hover ul.level_2 {
    display: none !important;
}

#footer .levels:after {
    display: none;
}

#header ul.level_2 {
    display: none;
}

.recaptcha-class {
    padding: 20px 0px !important;
}

.form-group input {
    width: 100% !important;
}

.form-group.registry-group {
    /* jquery für registry form-group übernehmen, damit der befehl greift */
    display: none;
}

.button.max800 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contactformular h2,
.line-after {
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
}

.contactformular h2:after {
    left: 0;
}

.line-center {
    padding-bottom: 30px !important;
    margin-bottom: 30px !important;
    position: relative;
}

.line-center:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 4px;
    background: var(--main);
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.contactformular h2:after,
.line-after:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 4px;
    background: var(--main);
    bottom: 0px;
    border-radius: 500px;
}

.c-white .textcontent,
.c-white a,
.c-white strong,
.c-white span,
.c-white p,
.c-white h1,
.c-white h2,
.c-white h3,
.c-white h4,
.c-white h5,
.c-white h6 {
    color: #fff !important;
}

.max800 {
    max-width: 800px;
    margin: 0 auto;
}

.max800-left {
    max-width: 800px;
}

.max800-left-inner .textcontent {
    max-width: 800px;
}

.button.event-ov-btn {
    clear: both;
}

.max600 {
    max-width: 600px;
}

.ref-form .contactformular h2 {
    text-align: center;
    margin-top: 40px;
}

.ref-form  .form-group.form-check {
    text-align: center;
}

.ref-form  .contactformular div#submit_button {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    margin-top: 0;
}

.max500 {
    max-width: 500px;
}

.ref-form .contactformular h2:after {
    transform: translateX(-50%);
    left: 50%;
}

.max400 {
    max-width: 400px;
}

.flyer .row > div {
    z-index: 1;
}

.flyer .row,
.flyer .row h2,
.flyer .row h3 {
    color: #fff;
}

.flyer .row {
    box-shadow: var(--shadow);
    border-radius: 10px;
    padding: 20px;
    background: url(/userdata/images/flyer.jpg);
    min-height: 450px;
    justify-content: center;
    overflow: hidden !important;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px;
}

.flyer h2 {
    margin-top: 0;
}

.flyer .row:after {
    content: "";
    background: linear-gradient(90deg, var(--main-opac-min), transparent);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.collection_link {
    margin: 0 25px 25px;
    position: absolute;
    bottom: 0px;
}

.collection_link a,
.button a {
    padding: 8px 20px;
    background: var(--main);
    z-index: 1;
    float: left;
    border-radius: 6px;
    color: #fff;
}

.ver-coll .collection_content.link a:hover,
.leistungen-coll .collection_content.link a:hover,
.button a:hover {
    box-shadow: var(--shadow);
    color: #fff !important;
    background: var(--main-juicy);
}

.home .collection_list.examples.events {
    float: left;
    margin-bottom: 30px;
}

.collection_link a {
    width: 100%;
    text-align: center;
}

div#submit_button .button {
    background: var(--main);
    color: #fff;
    padding: 11px 30px;
    border-radius: 6px;
}

.content-btn.button a {
    margin-top: 20px;
}

.button.invert a {
    background: #fff;
    color: var(--main);
}

.line-white:after {
    background: #fff;
}

.content-img .textcontent {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.moma {
    margin-bottom: 40px !important;
}

.ref-coll .collection_content.coll-img img,
.news-coll .collection_content.coll-img img,
.ex-coll .collection_content.coll-img img {
    height: 220px;
    object-fit: cover;
    width: 100%;
}

.collection_full .collection_content.card_gallery {
    margin-top: 100px;
}

.collection_full .collection_content.card_teaser,
.collection_full .collection_content.card_text {
    padding-right: 60px !important;
    width: 60%;
}

.not_found #content .textcontent {
    height: 100%;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    width: 50%;
    color: #616161;
    font-size: var(--fs-800);
    border: 1px solid var(--main);
    box-shadow: var(--shadow);
    margin-top: -200px;
    z-index: 1;
    position: relative;
}



/*END or-dinary*/

.punch-left {
    position: relative;
    float: left;
    padding: 10px 38px 10px 30px;
    margin-bottom: 20px;
    background: var(--main);
    color: #fff;
    border-radius: 15px 0px 100px 0px;
    box-shadow: var(--shadow);
    line-height: var(--line-lg);
    width: auto;
}

.zitat-group .button.add-mt30 {
    width: 100%;
}

.form-text {
    margin-bottom: 40px;
}

.signature img {
    width: auto !important;
}

.add-mt30.signature .textcontent:before {
    content: '';
    position: relative;
    float: left;
    width: 3px;
    height: 100%;
    background: var(--main-light);
    left: 0;
    top: 0;
    margin-right: 20px;
}

.signature .textcontent {
    position: relative;
    float: left;
    height: 50px;
}

.collection_list.card-14 {
    width: 50%;
}

.collection_list.card-14 .collection_container {
    min-height: unset;
    height: 450px;
}

.collection_list.card-14 .card_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.7;
}

.card-14 .collection_link a {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.card-14 .collection_content.card_img {
    border: none;
}

.collection_list.card-14 .collection_container > div {
    z-index: 1;
}

.collection_list.card-14 .title {
    position: absolute;
    bottom: 0px;
    width: 100%;
    margin: 0;
    padding: 30px;
    left: 0;
    z-index: 1;
    color: #fff !important;
}

.collection_list.card-14 .collection_container {
    background: #000;
}

.card-14 .collection_content.over-title {
    position: absolute;
    left: 0;
    top: 0;
    background: var(--main-light);
    border-radius: 10px 0 60px 0px;
    padding: 15px 60px 13px 40px;
    color: #fff;
}

.collection_full.card-14 .collection_content.card_text {
    float: left;
}

.card .collection_list.card-14 .collection_content.title.custom {
    font-size: 1.6em;
    margin: 0;
    padding: 40px;
}

.collection_full.card-14 .collection_content.over-title {
    position: relative;
    float: left;
    margin-bottom: 20px;
}

.collection_full.card-14 .collection_content.card_img {
    position: sticky;
    top: 140px;
    display: flex;
}

.collection_full.card-14 .collection_content.card_text, 
.collection_full.card-14 .collection_content.tasks, 
.collection_full.card-14 .collection_content.profile, 
.collection_full.card-14 .collection_content.offers {
    padding-right: 60px !important;
    width: 60%;
}

.collection_content.quote-img {
    max-width: 100px;
    max-height: 100px;
    width: 100px;
    float: left;
    position: relative;
}

.quote-info-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.collection_content.quote-info {
    width: calc(100% - 145px);
    float: left;
    padding-left: 20px;
}

.collection_content.profile, .collection_content.tasks {
    margin-bottom: 40px;
}

.home .collection_list.examples .collection_content.card_teaser {
    display: none;
}

.home .collection_list.examples .title {
    position: absolute;
    max-width: 100%;
    background: var(--main);
    color: #fff;
    padding: 10px 38px 10px 30px;
    border-radius: 0px 0px 50px 0px;
    font-size: 1.2em;
    z-index: 1;
}

.home .collection_list.examples .card_img {
    border-bottom: none;
    max-height: 220px;
}

.home .collection_list.examples .collection_container {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.home .collection_list.examples .card_img img {
    height: 220px !important;
}

.collection_list.main {
    width: 100%;
}

.main-right-wrap, .main-left-wrap {
    width: 50%;
    float: left;
}

.collection_content.quote-service {
    margin-bottom: 20px;
}

.main-left-wrap {
    padding-right: 40px;
    clear: left;
}

.main-right-wrap {
    padding-left: 40px;
}

.collection_content.lead-button.button {
    clear: left;
    margin: 20px 0 40px 0;
    float: left;
}

.collection_list.main .title {
    font-size: var(--fs-800);
    font-family: var(--ff-heading);
    line-height: 1.3;
    margin-bottom: 20px;
}

.collection_full.examples .collection_content.card_img {
    width: 50%;
    float: left;
    border-bottom: 0;
    padding-right: 60px;
}

.desc-wrapper {
    float: left;
    width: 50%;
}

.fact1-wrapper, .fact2-wrapper {
    position: relative;
    float: left;
    width: 50%;
}

.collection_content.desc {
    margin-bottom: 30px;
}

.fact1-wrapper:before, .fact2-wrapper:before {
    content: '';
    position: relative;
    width: 50px;
    height: 63px;
    background: url(/userdata/images/info.png);
    float: left;
    margin-right: 15px;
    background-position: center;
    background-repeat: no-repeat;
}

.fakt-title-1, .fakt-title-2 {
    font-weight: 600;
    padding-top: 4px;
}

.number-fakt-1, .number-fakt-2 {
    color: #aaa;
}

.title-reach .textcontent {
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.collection_content.coll-spec .collection_list.products-coll .collection_container {
    background: #fff;
    height: 100%;
    min-height: 200px;
    box-shadow: var(--shadow);
    border-radius: 10px;
    overflow: hidden;
    flex-direction: row;
}

.collection_full.card-7 .collection_content.products-coll.coll-spec {
    margin-top: 80px;
}

ul {
    padding-left: 20px;
}

.product-text-wrap {
    width: 70%;
    float: left;
    padding: 30px;
}

.leistungen-coll .collection_content.icon-leistungen {
    width: 80px;
    float: right;
    margin: 50px;
    height: 80px;
    border: 2px solid var(--main);
    border-radius: 500px;
    background: #fff;
}

.leistungen-coll .collection_content.icon-leistungen img {
    width: 80px !important;
    height: 76px !important;
    object-fit: contain;
    padding: 20px;
}

.leistungen-coll .collection_content.icon-leistungen img {
    object-fit: contain;
}

.collection_list.products-coll .collection_container {
    display: flex;
    flex-wrap: wrap;
}

.collection_list.products-coll {
    width: 50%;
}

.products-coll .collection_content.icon-leistungen {
    width: 30%;
}

.collection_content.coll-spec {
    display: flex;
    float: left;
    flex-wrap: wrap;
    width: 100%;
}

h3.collection_content.products-coll__title.title.custom:after {
    height: 3px;
    width: 100px;
    background: var(--main-opac-min);
    content: '';
    position: absolute;
    border-radius: 500px;
    bottom: -10px;
    left: 0;
}

.collection_content.products-coll__title.title.custom {
    position: relative;
    margin-bottom: 20px;
}

.collection_list.challange {
    width: 50%;
}

.challange-group-right {
    display: flex;
    flex-wrap: wrap;
}

.collection_list.challange .collection_container {
    height: 100%;
    padding-bottom: 20px;
}

.collection_list.challange .collection_container:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
    height: 2px;
    background: var(--main-opac-min);
}

.full_preview.example .collection_list.branchen {
    display: block !important;
}

.collection_content.branchen-example .collection_list.branchen {
    width: 25%;
}

.collection_list.branchen .collection_container {
    display: flex;
    flex-direction: row-reverse;
    background: #fff;
    box-shadow: 2px 2px 13px rgb(0 0 0 / 15%);
    height: 100%;
    flex-wrap: wrap;
    border-radius: 10px;
    overflow: hidden;
}

.group-branchen {
    float: left;
    width: 100%;
}

.example.full_preview .collection_list.zitate .collection_content.protec-zitat-text, 
.example.full_preview .collection_list.zitate .collection_content.zitat-name, 
.example.full_preview .collection_list.zitate .collection_content.zitat-position {
    float: left;
    text-align: left;
}

.referenzen.full_preview .collection_content.protec-zitat-img,
.example.full_preview .collection_content.protec-zitat-img {
    float: right;
    width: 220px;
    height: 220px;
}

.collection_list .collection_content.protec-zitat-img img {
    max-width: 220px;
    max-height: 220px;
    margin: 30px 25px;
    border-radius: 500px;
    float: right;
    border: 2px solid var(--main-light);
    background: #fff;
}

.example-quote .collection_list.zitate .collection_content.protec-zitat-text {
    font-weight: 400;
}

.example-quote .collection_list.zitate .collection_content.protec-zitat-text,
.example.full_preview .collection_content.protec-zitat-text {
    margin-bottom: 30px;
    font-size: var(--fs-700);
    font-family: var(--ff-heading);
    max-width: 860px;
    clear: both;
}

.wrap-quote-text:before {
    content: '"';
    background: url(/userdata/images/quote-icon.png);
    width: 30px;
    height: 30px;
}

.wrap-quote-text:before {
    content: '';
    background: url(/userdata/images/quote-icon.png);
    width: 45px;
    height: 45px;
    position: relative;
    float: left;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: -12px;
}

.home div#area-4:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 92%);
    left: 0;
    top: 0;
    z-index: -1;
}

.social-icons-start img {
    max-width: 50px;
    float: left;
    margin-right: 20px;
}

.home div#area-4 {
    background: url(/userdata/images/social-bg.jpg);
    position: relative;
    background-repeat: no-repeat;
    z-index: 0;
    background-position: center;
    background-size: cover;
}

.partner-example .owl-nav button,
.quote-example .owl-nav button {
    position: absolute;
    bottom: 30%;
    transform: translateY(-50%);
}

.full_preview .partner-example .owl-stage-outer:before,
.full_preview .partner-example .owl-stage-outer:after {
    display: none;
}

.collection_content.partner-example.owl-carousel.center-ender.owl-loaded.owl-drag .owl-item {
    scale: 1.0;
}

.partner-example  .owl-nav button.owl-next,
.quote-example .owl-nav button.owl-next {
    right: -20px;
}

.partner-example  .owl-nav button.owl-prev,
.quote-example .owl-nav button.owl-prev {
    left: -20px;
}

.partner-example .owl-nav,
.quote-example .owl-nav {
    justify-content: space-between;
}

.collection_content.quote-example.owl-carousel.single-shot .owl-stage-outer:after,
.collection_content.quote-example.owl-carousel.single-shot .owl-stage-outer:before {
    display: none;
}


.example.full_preview .collection_content.zitat-name, 
.example.full_preview .collection_content.zitat-position {
    clear: both;
}

.example.full_preview .collection_content.zitat-name {
    font-weight: 600;
}

.full_preview.example .collection_content.protec-zitat-img img {
    object-fit: contain;
    width: 100% !important;
    height: 100% !important;
    max-width: unset !important;
    max-height: unset;
}

.button.right-holder a {
    position: relative;
    float: left;
    padding: 10px 38px 10px 30px;
    background: var(--main);
    color: #fff;
    border-radius: 15px 0px 100px 0px;
    box-shadow: var(--shadow);
    line-height: var(--line-lg);
    width: auto;
}

.example.full_preview .collection_list.card-7 .collection_content.over-title {
    position: absolute;
    background: var(--main);
    color: #fff;
    padding: 10px 35px 10px 25px;
    border-radius: 10px 10px 50px 0px;
}

.button.right-holder {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: -55px;
    margin-bottom: 40px;
}

.wrap-branchen-text {
    width: 75%;
    padding: 15px;
}

.owl-carousel .collection_list {
    width: 100% !important;
}

.branchen-example .owl-stage-outer:before {
    content: none;
}

.wrap-branchen-text h3 {
    font-size: 1.4em;
    margin-bottom: 5px;
}

.wrap-branchen-text {
    overflow: hidden;
}

.collection_list.branchen .collection_link {
    margin: 0 25px 25px;
    position: absolute;
    bottom: 0px;
    left: 25%;
    bottom: 0px;
    margin: 15px;
}

.collection_list.branchen a.button {
    padding: 0;
    background: none;
    color: var(--main);
    font-weight: 600;
    text-decoration: underline;
}

.collection_list.branchen .collection_content.short-text {
    line-height: 1.4;
}

.collection_list.branchen a.button:hover {
    color: var(--main-opac);
}

.branchen-example .owl-stage-outer:after {
    content: none;
}

.ender-ender .owl-item img {
    height: 150px !important;
    border-radius: unset;
}

.ender-ender .owl-item .branchen-img {
    height: 150px !important;
    max-width: 25%;
}

.ender-ender .owl-item {
    scale: 1;
}

.wrap-quote-text {
    width: calc(100% - 250px);
    float: left;
    padding-right: 80px;
}

.owl-carousel .collection_list .collection_container {
    width: 100% !important;
}

.owl-carousel .collection_list.partner .collection_container,
.owl-carousel .collection_list.branchen .collection_container {
    box-shadow: 2px 2px 13px rgb(0 0 0 / 15%);
}

.collection_content.services-example.owl-carousel.beam-style.owl-loaded.owl-drag .owl-stage-outer:before, 
.collection_content.services-example.owl-carousel.beam-style.owl-loaded.owl-drag .owl-stage-outer:after {
    display: none;
}

.collection_content.quote-service:before {
    content: '';
    background: url(/userdata/images/quote-icon.png);
    width: 45px;
    height: 45px;
    position: relative;
    float: left;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: -12px
}

.quote-img {
    margin-left: 45px;
}

.quote-service .textcontent {
    padding-left: 45px;
}

.form-contact .content-img .textcontent {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.full_preview.referenzen .owl-stage-outer:before {
    background: linear-gradient(90deg, #fff, transparent);
}

.full_preview.referenzen .owl-stage-outer:after {
    background: linear-gradient(270deg, #fff, transparent);
}

.collection_list.benefits-coll.qualli-coll .collection_container:before {
    content: '';
    position: absolute;
    top: 30px;
    left: 30px;
    height: 60px;
    width: 60px;
    border-radius: 500px;
    background: url(/userdata/images/benefits.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border: 2px solid var(--main);
}

h3.collection_content.benefits-coll__title.title.custom {
    margin-bottom: 7px;
}

.collection_list.partner .collection_container h3 {
    display: block !important;
    margin: 0 !important;
}

.collection_list.partner .collection_container .collection_link {
    position: relative;
}

.collection_list.partner .collection_container .collection_link a {
    background: none;
    color: var(--main);
    font-weight: 600;
    padding-top: 0;
}

.title800 .textcontent {
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.collection_full.partner .collection_content.partner-logo {
    position: relative;
    float: left;
    left: unset;
    transform: unset;
    top: unset;
    margin-bottom: 20px;
}

.collection_full.partner .collection_content.description {
    text-align: left;
    margin: 30px 0 30px 0;
}

.home .collection_content.tools {
    display: none;
}

.concrete .collection_list.examples .card_teaser {
    display: none;
}

.concrete .title {
    position: absolute;
    width: 100%;
    background: var(--main);
    color: #fff !important;
    padding: 10px 38px 10px 30px;
    border-radius: 0px 0px 50px 0px;
    font-size: 1.2em;
    z-index: 1;
    margin: 0 !important;
    min-height: 79px;
}

.concrete .collection_list .card_img {
    height: 270px;
}

.collection_content.tools {
    padding: 20px 30px;
}

.collection_full .collection_content.tools {
    display: none;
}

.tools ul {
    margin: 5px 0 !important;
}

.concrete .collection_link a {
    background: none;
    color: var(--main);
    padding: 0;
    text-decoration: underline;
    font-weight: 600;
}

.three.owl-carousel .owl-item {
    scale: 1;
}

.three .collection_list .collection_container {
    box-shadow: var(--shadow-min);
}

.three .collection_list .collection_container:hover {
    box-shadow: var(--shadow-min-hover);
}

.concrete .owl-nav {
    justify-content: flex-start;
    padding: 20px;
}

.three .owl-stage-outer {
    width: calc(100% + 150px);
}

.three .owl-stage-outer:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 150px;
    background: linear-gradient(270deg, var(--clr-primary-light), transparent);
}

.leistungen-coll .collection_link a {
    background: none;
    color: var(--main);
    font-weight: 600;
    text-decoration: underline;
}
.leistungen-coll .collection_link {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    margin-top: 0px;
}

.group-how .owl-item:nth-child(even) .collection_list.leistungen-coll .collection_container .wrap-leistungen-text {
    margin-top: 25px;
}

.concrete-page .wrap-leistungen-text h3.collection_content.title {
    margin: 0;
    padding: 0px 0px 10px 0px;
}

.concrete-page .wrap-leistungen-text {
    padding: 30px 30px 0px 30px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.collection_list.leistungen-coll .collection_container {
    height: 100%;
}

.concrete-page .leistungen-coll .collection_container {
    flex-direction: column-reverse;
    min-height: unset;
}

.concrete-page .leistungen-coll .collection_content.icon-leistungen {
    margin: 0;
    position: absolute;
    right: -20px;
    bottom: -20px;
    opacity: 0.3;
}

.concrete-page .leistungen-coll .collection_content.icon-leistungen:before {
    display: none;
}

.concrete-page .owl-item .collection_content.short-text {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.expander {
    text-decoration: underline;
}

.expander:hover {
    cursor: pointer;
}

.lei.full_preview .collection_content.icon-leistungen {
    display: none;
}

.full_preview .card {
    display: block;
}

.card .collection_list.examples .collection_content.title.custom {
    -webkit-line-clamp: 3;
}

.collection_content.quote-img img {
    border-radius: 500px;
    width: 100px !important;
    height: 100px !important;
}

.mb30 {
    margin-bottom: 30px;
}

.mt30 {
    margin-top: 30px;
}

.referenzen.full_preview .collection_full.card-7 .zitate {
    display: block;
}

.collection_content.quote-ref .zitate {
    display: block;
}

.group-zitate-ref .collection_content.protec-zitat-text {
    margin-bottom: 30px;
    font-size: var(--fs-700);
    font-family: var(--ff-heading);
    max-width: 860px;
    clear: both;
}

.group-zitate-ref .collection_content.protec-zitat-text, .group-zitate-ref .collection_content.zitat-name, .group-zitate-ref .collection_content.zitat-position {
    text-align: left !important;
}

.group-branchen .wrap-branchen-text {
    width: 65%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.group-branchen .branchen-img {
    width: 35%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.group-branchen .branchen .collection_container {
    height: 220px;
}

.group-branchen .branchen-img IMG {
    height: 100% !important;
}

.collection_list.zitate .collection_container {
    display: flex;
    align-items: center;
}

.referenzen div#area-2, .referenzen div#area-3, .referenzen div#area-4 {
    display: none;
}

.referenzen.full_preview div#area-2, .referenzen.full_preview div#area-3, .referenzen.full_preview div#area-4 {
    display: block;
}

.card.three.owl-carousel.owl-theme.owl-drag.owl-loaded .examples img {
    height: 100% !important;
}

.fakt-title-1, .fakt-title-2, .number-fakt-1, .number-fakt-2 {
    padding-left: 65px;
    padding-right: 20px;
}

.full_preview .collection_content.card_text {
    float: left;
}

.home h1:after {
    position: absolute;
    left: calc(100% - 70px);
    bottom: calc(100% - 170px);
    width: 350px;
    height: 350px;
    background: url(/userdata/images/icon.png);
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5;
}

.home-title .textcontent {
    display: flex;
    align-items: center;
    justify-content: center;
}

.unt #slider-wrapper {
    height: 420px;
}

.unsere-news #slider-wrapper {
    height: 420px ;
}

.rainer .textcontent {
    width: 180px;
    height: 180px;
    border-radius: 500px;
}

.content-text.zitat-rainer {
    width: calc(100% - 270px);
}

.unt div#content .container, 
.unt div#area-2 .container {
    display: flex;
    align-items: center;
}

.logo-unt img {
    max-height: 301px;
    padding-top: 60px;
    object-fit: contain;
}

.unt div#area-3 {
    background: url(/userdata/images/zukunft.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.rainer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.unt div#area-3:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgb(255 255 255 / 85%), rgb(255 255 255 / 80%), rgb(255 255 255 / 60%));
    z-index: -1;
}

.unt div#area-6 {
    background: url(/userdata/images/kulmbach_2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.unt div#area-6:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgb(255 255 255 / 85%), rgb(255 255 255 / 80%), rgb(255 255 255 / 60%));
    z-index: -1;
}

.pr60 {
    padding-right: 60px;
}

.unt div#area-6 .container {
    display: flex;
    align-items: center;
}

.loc-icon {
    display: flex;
    justify-content: center;
}

.vimi .row {
    background: #fff;
    border-radius: 10px;
    box-shadow: var(--shadow);
    padding: 30px;
}

.vimi .punch-left {
    left: -30px;
    top: -30px;
    margin-bottom: 0px;
}

.collection_list.events .collection_content.tools {
    display: none;
}

.events.collection_list .collection_content.card_teaser {
    margin-bottom: 40px !important;
}

.collection_list.examples.events .collection_container {
    min-height: 510px;
}

.home .events .collection_content.card_teaser {
    display: block !important;
    padding: 25px;
    margin-bottom: 25px  !important;
}

.home .collection_list.examples.events .collection_container {
    min-height: 460px;
}

#header .hamburger-menu ul.level_2 {
    display: block;
}

#header ul.level_2 {
    background: rgb(255 255 255 / 100%);
}

#header li.level_1.levels .pusher {
    z-index: 1;
    position: absolute;
    right: 10%;
    background: var(--clr-primary-light);
    top: 2px;
    padding: 5px 20px;
    border-radius: 5px;
    color: var(--main-light);
    border: 1px solid rgb(209 209 209 / 30%);
    cursor: pointer;
}


#header li.level_1.levels.active .level_2 {
    display: block;
}

.pusher {
    display: none;
}

div#slider-wrapper video {
    height: 100%;
    width: auto;
}

.home #slider-wrapper {
    height: 420px;
    padding: 0px 0 !important;
    border-bottom: 1px solid #eee;
}

.home #slider-wrapper .textcontent {
    display: flex;
    justify-content: center;
}

video {
    border: none;
    outline: none;
}

.collection_list.produkt-ov {
    width: 50%;
}

.produkt-ov .collection_content.produkt-img {
    z-index: 0;
}

.collection_list.produkt-ov .title {
    font-size: var(--fs-700);
    font-weight: 400;
    color: #fff !important;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    padding: 10px 38px 10px 30px;
    border-radius: 0 0 500px 0;
    background: var(--main);
    margin: 0 !important;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    min-height: unset !important;
}

.collection_content.produkt-description {
    padding: 0 30px 20px 30px;
    margin-bottom: 75px;
}

.collection_content.produkt-link.button {
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.collection_content.produkt-kachel-title {
    padding: 20px 30px 0px 30px;
    font-size: var(--fs-700);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 600;
    font-weight: bold;
}

.collection_list.produkt-ov .collection_container {
    height: 100%;
}

.punch-title h2 {
    background: var(--main);
    color: #fff;
    padding: 10px 45px 10px 30px;
    float: left;
    border-radius: 15px 0 100px 0;
}

.produkt-anwendung-group .row,
.produkt-vorteile-group .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    margin-top: 1rem;
}

.collection_list.produkt-benefits {
    width: calc(50% - 15px);
    padding: 0;
}

.collection_content.hy-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
}

.collection_content.hy-benefit,
.collection_list.produkt-benefits .title {
    padding-left: 50px;
}

.collection_list.produkt-benefits .title {
    margin-bottom: 5px;
}

.collection_content.hy-img img {
    object-fit: contain !important;
}

.collection_list.produkt-anwendung {
    width: 50%;
    padding: 0;
}

.collection_list.produkt-anwendung {
    width: calc(50% - 30px);
    padding: 0;
    background: #fff;
    box-shadow: var(--shadow);
    border-radius: 10px;
    overflow: hidden;
}

.collection_list.produkt-anwendung .title {
    background: var(--main-light);
    color: #fff;
    padding: 5px 40px 5px 30px;
    float: left;
    border-radius: 0 0 100px 0;
    font-weight: 400;
    margin-bottom: 20px;
}

.collection_content.hy-fall {
    float: left;
    padding: 0px 30px 20px 30px;
    width: 100%;
}

.collection_list.teile {
    width: calc(25% - 10px);
    max-width: 220px;
}

.collection_list.teile .icon:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid var(--main-light);
    border-radius: 500px;
}

.collection_list.teile .title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    bottom: -10px;
    margin: 0;
    background: var(--main-light);
    border-radius: 6px;
    color: #fff;
    font-size: 1rem;
    padding: 5px;
    z-index: 1;
}

.collection_list.teile .icon {
    padding: 10%;
}

.bauteile-group .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.bauteile-group-big .row .teile {
    width: 100%;
    max-width: 600px;
}

.collection_content.icon {
    aspect-ratio: 1/1;
}

.collection_list.formular-text {
    width: 100%;
    padding: 0;
}

.collection_list.formular-text .punch-left {
    margin-left: 0;
}

.bauteile-group-big .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.collection_content.togg {
    display: none !important;
}

.collection_content.togg.active {
    display: block !important;
}

.collection_content.description.togg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100% !important;
    width: 100%;
    background: #fff;
    padding: 0rem;
}

.wrap-leistungen-text {
    margin-bottom: 0;
    padding-bottom: 20px !important;
}

.collection_content.description.togg.active {
    padding: 1rem;
}

.wrap-leistungen-text:after {
    content: '';
    background: url(/userdata/images/polygon.png);
    width: 30px;
    height: 50px;
    background-position: center;
    background-size: contain;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    margin-top: 10px;
    z-index: 1;
    background-repeat: no-repeat;
}

.collection_content.description.togg.active {
overflow-y: scroll;
}

.collection_content.description.togg.active {
scrollbar-width: auto;
scrollbar-color: #004166 #f0f0f0;
}

.collection_content.description.togg.active::-webkit-scrollbar {
width: 6px;
}

.collection_content.description.togg.active::-webkit-scrollbar-track {
background: #f0f0f0;
}

.collection_content.description.togg.active::-webkit-scrollbar-thumb {
background-color: #004166;
border-radius: 10px;
border: 0px solid #ffffff;
}

/* .inside-title {
    font-size: var(--fs-900);
    margin-bottom: 0;
    color: #fff;
    margin-bottom: 10px;
    margin-top: -100px; */


.collection_full .collection_content.card_teaser {
    float: left;
    margin: 1rem 0;
}

.referenzen.full_preview #slider-wrapper {
    height: 400px;
}

.container {
    width: 100%;
}


body.example.full_preview h2.card_teaser{ 
    font-size: 16px;
    font-family: var(--ff-primary) !important;
    color: var(--clr-primary-light);
}
body.example.full_preview h3 {
    font-size: var(--fs-800) !important;
}
body.example.full_preview .wrap-leistungen-text h3 {
    font-size: var(--fs-700) !important;
}
body.example.full_preview h3.challange__title {
    font-size: var(--fs-700) !important;
}
body.example.full_preview h3.products-coll__title {
    font-size: var(--fs-700) !important;
}
body.example.full_preview h3.branchen__title {
    font-size: var(--fs-700) !important;
}
body.example.full_preview h3.card-7__title {
    font-size: var(--fs-700) !important;
}
.collection_list.examples .collection_content.examples__title{ 
    position: absolute;
    float: left;
    padding: 10px 38px 10px 30px;
    margin-bottom: 20px;
    background: var(--main);
    color: #fff;
    border-radius: 15px 0px 100px 0px;
    box-shadow: var(--shadow);
    line-height: var(--line-lg);
    width: auto;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--ff-heading);
}

.content-img img {
    max-height: 500px;
}

.referenzen.full_preview .collection_list.products-coll .collection_container.collection_container {
    flex-wrap: nowrap;
}

.referenzen .product-text-wrap h3 {
    min-height: unset !important;
    margin: 0 !important;
}

.collection_full.events.examples .collection_content.card_teaser {
    width: 100%;
}

.collection_full.partner .collection_content.title {
    text-align: left;
    display: block;
}

.collection_full.partner .collection_content.short-description.card_teaser {
    float: left;
    text-align: left;
    padding-left: 20px;
}

.collection_full.partner .collection_content.partner__title.title.custom {
    display: block !important;
    margin-bottom: 30px !important;
    font-size: 2.1rem !important;
    font-family: var(--ff-heading) !important;
    font-weight: 400;
}

form .cookie_conflict {
    position: absolute;
    left: 50%;
    top: 25%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 2rem;
    box-shadow: var(--shadow);
    border-radius: 10px;
}

.wasserstoff_img, .gebaeudeautomation_img {
    display: none;
}
.referenzen.unt .wasserstoff_img,
.referenzen.unt.full_preview.wasserstoff .wasserstoff_img {
    display: block;
}

.referenzen.unt.full_preview.gebaeudeautomation .wasserstoff_img {
    display: none;
}
.referenzen.unt.full_preview.gebaeudeautomation .gebaeudeautomation_img {
    display: block;
}

.gebaeudeautomation_img,
.wasserstoff_img {
    height: 100%;
}





/* Responsiv */
@media (max-width: 1750px) {
   
    div#header .container {
        padding-right: 150px;
    }

    div#header_2 {
        display: none;
    }

    div#toggle_navigation {
        display: block !important;
    }

    div#header .container {
        display: block;
    }
    
    div#header_1 {
        float: left;
    }
    
    div#languageButton {
        transform: translateY(35%);
    }

    .hamburger-menu ul.level_1 {
        flex-direction: column;
    }
    
    #header li.level_1.levels .level_2 {
        display: none;
        box-shadow: none;
    }

    #header ul.level_1 {
        gap: 0;
    }

    .pusher {
        display: block;
    }

    #header ul.level_2 {
        background: rgb(82 159 211 / 5%);
    }

} /*END 1750px*/

@media (max-width: 1500px) {

    .concrete-page .wrap-leistungen-text {
        padding: 15px;
    }

    div#header .container {
        padding-right: 0px;
    }

    :root {
        --fs-700: 1.2rem;
    }

    .card .collection_list .collection_content.title.custom {
        -webkit-line-clamp: 3;
    }
    


} /*END 1500px*/

@media (max-width: 1450px) {

    .home h1 {
        font-size: var(--fs-900);
    }

    .example-quote .collection_list.zitate .collection_content.protec-zitat-text, .example.full_preview .collection_content.protec-zitat-text {
        font-size: 1rem;
    }

    .header-animation iframe {
        width: 510px;
    }

    .footer-sitemap ul.level_1 a {
        font-size: 1rem;
    }

    .home h1:after {
        left: calc(100% - 60px);
        bottom: calc(100% - 120px);
        width: 250px;
        height: 250px;
    }


}  /*END 1450px*/

@media (max-width: 1249px) {
    .stream h2 {
        margin-bottom: 30px;
    }

    .new-f-img img {
        border: 5px solid #000;
        border-radius: 20px;
    }

    .new-f-img:before {
        height: 6px;
        top: -3px;
    }

    .col-xs-12.willkommen.d-flex.align-items-center .row {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .col-xs-12.willkommen.d-flex.align-items-center lottie-player {
        margin-left: unset;
        height: 300px !important;
        width: 300px !important;
    }

    div#header,
    #header .container {
        height: 100%;
        width: 100%;
        padding: 0;
    }
    div#header_1,
    #header_2,
    #header_3 {
        padding: 0 !important;
        margin: 0 !important;
    }

    #header ul.level_1 {
        gap: 0;
        flex-direction: column;
    }

    div#toggle_navigation:hover,
    div#toggle_navigation:active,
    div#toggle_navigation:focus {
        background: transparent;
    }
    #cookie-bar > p {
        line-height: 20px;
    }

    .flex-ac-container {
        display: block;
    }

    .footer-sitemap ul li.level_1 {
        padding: 0 25px 0px 0px;
    }

    .concrete .collection_list .card_img {
        height: 220px;
    }

    :root {
        --fs-700: 1.2rem;
    }

} /*END 1240px*/

@media (max-width: 1200px) {

    .example .collection_full.examples {
        display: flex !important;
        width: 100%;
        float: left;
        justify-content: center;
        flex-direction: column-reverse;
    }
    
    .collection_full.examples .collection_content.card_img {
        width: 100%;
        max-width: 600px;
        margin-top: 3rem;
    }
    
    .collection_full.examples .collection_container {
        width: 100%;
        float: left;
    }
    
    .collection_full .desc-wrapper {
        width: 100%;
    }

    .desc-wrapper .collection_content.desc{
        padding-right: 30px;
    }

    .button.right-holder {
        justify-content: flex-start;
        margin-top: 10px;
    }

    .card .collection_list.card-14 .collection_content.title.custom {
        padding: 20px;
    }

    .card-14 .collection_content.over-title {
        padding: 12px 40px 12px 20px;
    }

    .collection_list.card-14 .collection_container {
        min-height: unset;
        height: 320px;
    }

    .example-quote .title800 .textcontent {
        margin-bottom: 0px;
    }

    .collection_list.zitate .collection_container {
        flex-direction: column-reverse;
        padding: 0;
    }

    .collection_list.zitate {
        padding: 0;
    }
    
    .wrap-quote-text {
        width: calc(100% - 0px);
        float: left;
        padding-right: 0;
        text-align: center;
    }

    .form-contact {
        display: block;
        position: relative;
        top: unset;
        max-width: 600px;
        margin-bottom: 30px;
    }

    .special-img-outer {
        margin-top: 80px;
    }

    .special-img-outer .row {
        width: auto;
        float: left;
        position: relative;
    }

    .content-text {
        margin-bottom: 20px;
    }

    .box.long .row .textcontent:first-child {
        padding: 0 40px 40px 0;
        border-right: 1px solid var(--main-opac-min);
        border-bottom: 1px solid var(--main-opac-min);
    }

    .box.long .row .textcontent:last-child {
        padding: 40px 0 0 40px ;
        border-left: 1px solid var(--main-opac-min);
        border-top: 1px solid var(--main-opac-min);
    }

    .box.long .row .textcontent:nth-child(2) {
        padding: 0 0 40px 40px;
        border-bottom: 1px solid var(--main-opac-min);
        border-left: 1px solid var(--main-opac-min);
    }

    .box.long .row .textcontent:nth-child(3) {
        padding: 40px 40px 0 0;
        border-top: 1px solid var(--main-opac-min);
        border-right: 1px solid var(--main-opac-min);
    }
    
    .box.long .row .textcontent {
        width: 50%;
        border: none;
        padding: 0;
    }
    
    .box.long .row {
        flex-wrap: wrap;
        gap: 0;
    }

    .container.qual {
        flex-direction: column;
        gap: 40px !important;
    }

    .service-info-wrap1, .service-info-wrap2, .service-info-wrap3,
    .branchen-info-wrap1, .branchen-info-wrap2, .branchen-info-wrap3 {
        width: 33.33333%;
    }

    .service-desc-wrap,
    .branchen-desc-wrap {
        width: 100%;
        margin-bottom: 40px;
        padding-right: 0;    }
    
    .service-lists-wrap,
    .branchen-lists-wrap {
        width: 100%;
        margin-bottom: 40px;
        padding-left: 0;
        border: none;
    }

    .zitat-img.add-mt30 {
        margin-top: 10px;
    }

    .form-contact .textcontent {
        float: left;
    }
    
    .form-info .textcontent > div {
        text-align: center !important;
        margin-bottom: 40px;
    }

    .content-img .textcontent, .form-info {
        display: flex;
        justify-content: center;
    }

    .form-contact .row > div:last-child {
        padding-top: 10px;
    }

    form#contactformular_9 h2,
    form#contactformular_1 h2 {
        text-align: center;
    }

    .contactformular h2:after {
        left: 50%;
        transform: translateX(-50%);
    }

    .form-group.form-check {
        text-align: center;
    }

    .contactformular div#submit_button {
        left: 50%;
        position: relative;
        transform: translateX(-50%);
        margin-top: 0;
    }

    .line-right .row {
        border-right: none;
        padding-right: 0px;
    }

    :root {
        --fs-800: 1.8rem;
    }

    .collection_list.card {
        width: 50%;
    }

    .collection_list.products-coll {
        width: 100%;
    }

    .unt div#area-6 .container, .unt div#content .container, .unt div#area-2 .container {
        flex-direction: column;
    }

    .content-text.zitat-rainer {
        width: 100%;
    }

    .icon-group {
        width: 50% !important;
        margin-bottom: 1rem;
    }
    .referenzen .collection_list.products-coll {
        padding: 10px 0px;
    }
} /*END 1200px*/


@media (max-width: 1120px) {
    .header-animation {
        justify-content: start;
    }


} /*END 1120px*/

@media only screen and (max-width: 1024px) {

    .home #slider-wrapper {
        height: 450px;
    }

    #slider-wrapper p {
        font-size: 1.2rem;
        font-family: var(--ff-heading);
    }

    .home h1:after {
        left: calc(100% - 33px);
        bottom: calc(100% - 70px);
        width: 150px;
        height: 150px;
    }

    .owl-item.active:first-child .collection_container.Wasserstoff:before {
        display: none;
    }

    .collection_list.leistungen-coll .collection_content.description {
        height: auto;
    }

    .collection_list {
        width: 50%;
    }

    .content-img.job-img .textcontent {
        float: left;
    }

    .job-con .container {
        display: block;
    }
    

    .anker-navi .container {
        padding: 0 !important;
    }

    .new-f-img img {
        border: 3px solid #000;
        border-radius: 12px;
    }

    .new-f-img:before {
        width: 50px;
        height: 4px;
        top: -2px;
    }

    .gallery-style .owl-item img {
        height: 350px !important;
    }

    .collection_full .collection_content.card_img {
        width: 100%;
        max-width: 350px;
        clear: both;
        margin-bottom: 40px;    }

    .collection_full.card-14 .collection_container > div,
    .collection_full.card-7 .collection_container > div,
    .collection_full.card .collection_container > div {
        float: left;
        clear: both;
        width: 100%;
    }

    .full_preview div#content {
        padding-top: 10px;
    }

    .full_preview .collection_content.card_text {
        min-height: unset;
    }

    body {
        font-size: 0.8em;
    }

    .histo .row > .collection_list.his-coll:nth-child(even) .year,
    .histo .row > .collection_list.his-coll:nth-child(odd) .year {
        height: 160px;
    }

    .home .collection_list.examples .title {
        padding: 10px 38px 10px 15px;
        font-size: 1.1em;
    }

    :root {
        --fs-900: 2.0rem;
    }

    .concrete .card .collection_list .collection_container {
        min-height: 440px;
    }

  

    .partner-example .owl-nav button.owl-prev, .quote-example .owl-nav button.owl-prev {
        left: 0;
    }

    .partner-example .owl-nav button.owl-next, .quote-example .owl-nav button.owl-next {
        right: 0;
    }

    .collection_list.produkt-anwendung {
        width: calc(50% - 15px);
    }

    .collection_list.teile .title {
        font-size: 0.8rem !important;
    }

    .collection_full.card-14 .collection_content.card_text, 
    .collection_full.card-14 .collection_content.tasks, 
    .collection_full.card-14 .collection_content.profile, 
    .collection_full.card-14 .collection_content.offers {
        padding-right: 0px !important;
        width: 100%;
    }

} /*END 1024px*/

@media only screen and (max-width: 992px) {
    .footer-sitemap ul {
        flex-wrap: wrap;
    }

    .header-text {
        width: 100% !important;
        margin: 0 !important;
    }

    .component.footer-4 img[alt="logo"] {
        max-width: 320px;
        margin: 0 auto 30px auto;
    }

    .component.social-icons {
        float: left;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    div#cookiewarnung {
        width: 90%;
    }

    #header #header_1 {
        width: auto;
    }
    .anker-navi.sticky {
        position: relative !important;
    }

    .footer-sitemap ul.level_1 li.level_1 {
        padding: 0;
        padding-bottom: 6px;
        text-align: center;
    }

    .footer-sitemap ul.level_1 {
        flex-direction: column;
    }

    .component:is(.footer-1, .footer-2, .footer-3) {
        margin-top: 40px;
    }

    .component:is(.footer-1, .footer-2, .footer-3) strong {
        font-size: 1.4em;
    }

    .footer-sitemap ul.level_1 {
        border-bottom: none;
    }

    .footer-sitemap {
        margin-bottom: 10px;
        position: relative;
        padding-bottom: 20px;
        border-bottom: 1px solid #ccc;
    }

    .footer-sitemap:after {
        content: "";
        position: absolute;
        width: 60px;
        height: 4px;
        background: #fff;
        bottom: 0px;
        border-radius: 500px;
        left: 50%;
        transform: translateX(-50%);
    }

    .component.footer-3 {
        margin-bottom: 40px;
    }

    .component.logo-footer img {
        max-height: 64px;
        object-fit: contain;
    }

    .footer-4.col-xs-12.col-md-3 {
        border: none;
        padding: 0 20px;
    }

    .component.footer-4 {
        justify-content: center;
    }

    .row.seo .component .textcontent {
        text-align: center;
    }

    .footer-1, .footer-2, .footer-3 {
        padding: 0 10px;
    }

    .collection_list.produkt-ov {
        width: 100%;
        padding: 0;
        margin-bottom: 2rem;
    }

    body.example.full_preview h3 {
        font-size: var(--fs-600) !important;
    }

}  /*END 992px*/

@media (max-width: 768px) {

    .collection_list.teile {
        width: calc(33.33333% - 10px);
        max-width: 220px;
    }

    .collection_list.card {
        width: 100% !important;
        display: block;
    }

    .form-group-right .punch-left {
        margin-left: 5px;
        padding: 11px 30px 11px 15px;
    }
    
    :root {
        --fs-800: 1.6rem;
    }

    .main-right-wrap {
        text-align: right;
    }

    .main-right-wrap {
        padding-left: 10px;
    }

    .main-left-wrap, .main-right-wrap {
        width: 100%;
        margin-bottom: 20px;
    }

    .group-auto .main-right-wrap {
        padding-left: 0px;
        padding-right: 0px;
    }

    .partner .owl-nav {
        display: none;
    }
 
    .service-info-wrap1, .service-info-wrap2, .service-info-wrap3,
    .branchen-info-wrap1, .branchen-info-wrap2, .branchen-info-wrap3 {
        width: 100%;
    }

    .collection_full .collection_content.card_text {
        padding-right: 0 !important;
    }

    #cookie-bar {
        text-align: center;
    }
    #cookie-bar #cookie-bar-button {
        float: none;
        margin-left: 0;
        margin-top: 10px;
    }
    #cookie-bar > p {
        float: none;
    }

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .faq_group_container .faq_question_box {
        padding: 5px 34px 8px 15px;
    }

    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .new-f-text {
        padding: 0 0 30px;
    }

    .highlight-group {
        border-bottom: 1px solid var(--clr-primary-white);
    }

    .highlight-group.odd .row {
        flex-direction: column-reverse;
    }

    .row {
        flex-wrap: wrap;
    }

    .collection_list.bugfixes {
        width: 50%;
    }
    h1 {
        font-size: 2.3rem;
    }

    .pop-up-button {
        margin-top: 1rem;
    }

    .pop-up-button-group .row {
        flex-wrap: wrap;
        margin-left: 7px;
    }

    .col-xs-12.willkommen.d-flex.align-items-center lottie-player {
        width: 100% !important;
    }

    .col-xs-12.willkommen.d-flex.align-items-center {
        padding: 0;
    }
    #slider div#slider-title {
        padding: 0 20px;
    }
    .anker-button.button {
        width: 100%;
        border-bottom: 1px solid var(--clr-primary-white);
    }

    .seo .footer-1 {
        padding: 0 20px;
        border: 0;
    }
    .seo .footer-2 {
        padding: 0;
    }
    #privacy-policy .footer-1,
    div#privacy-policy {
        text-align: center !important;
    }
    div#privacy-policy ul {
        padding: 0 !important;
        margin: 0 !important;
    }
    .component.privacy_policy {
        padding: 20px 0 0 0;
    }
    div#cookiewarnung {
        font-size: 13px !important;
    }
        
    .component.copyright {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .component.copyright .textcontent {
        margin: 10px 0;
    }

    .card-horizon .collection_list.card-10 {
        width: 100%;
    }

    .impression .row {
        grid-column-gap: 3px;
        grid-row-gap: 10px;
    }

    .impression .row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 1fr);
        grid-column-gap: 3px;
        grid-row-gap: 10px;
        }
        
        .impression1 { grid-area: 1 / 1 / 2 / 3; }
        .impression2 { grid-area: 2 / 1 / 3 / 2; }
        .impression3 { grid-area: 2 / 2 / 3 / 3; }
        .impression4 { grid-area: 3 / 1 / 5 / 2; }
        .impression5 { grid-area: 3 / 2 / 4 / 3; }
        .impression6 { grid-area: 4 / 2 / 5 / 3; }
 
        .impression img {
            border-radius: 5px;
        }

        .collection_list.qualli-coll {
            width: 100%;
            padding: 10px 5px;
        }

        .collection_full.examples .collection_content.card_img {
            width: 100%;
            padding-right: 0;
            margin-top: 20px;
        }

        .desc-wrapper {
            width: 100%;
        }

        .collection_full.examples .collection_container {
            display: flex;
            flex-direction: column;
        }

        .product-text-wrap {
            padding: 20px;
        }

        .collection_content.products-coll__title.title.custom {
            hyphens: auto;
        }

        .collection_list.challange {
            width: 100%;
            padding: 20px 5px;
        }

        .home h1 {
            margin-bottom: 20px;
        }


        .home h1:after {
            left: 50%;
            bottom: 0%;
            transform: translateX(-50%);
            top: 180%;
            width: 70px;
            height: 70px;
        }

        .collection_list.produkt-benefits {
            width: 100%;
        }

        .collection_list.produkt-anwendung {
            width: 100%;
        }

        .slider-untertitle h2 {
            font-size: 1rem !important;
        }

} /*END 768px*/

@media (max-width: 600px) {

    .icon-group {
        width: 100% !important;
    }

    .home #slider-wrapper {
        height: 300px;
    }

    .collection_list.card-14 {
        width: 100%;
    }

    .collection_list.his-coll .title:after {
        display: none;
    }

    .collection_list.his-coll .title {
        margin-bottom: 10px;
        padding-bottom: 0 !important;
    }

    .histo .row > .collection_list.his-coll:nth-child(odd), .histo .row > .collection_list.his-coll:nth-child(even) {
        float: left;
        width: 100% !important;
        padding: 15px 15px 15px 60px;
        margin: 10px 0;
    }

    .histo .row > .collection_list.his-coll:nth-child(odd):after, .histo .row > .collection_list.his-coll:nth-child(even):after {
        left: 10px;
        right: unset;
        transform: unset;
        top: 29px;
        bottom: unset;
    }

    .histo .row > .collection_list.his-coll:nth-child(even) .collection_content.year img {
        float: left;
    }

    .histo .row:after {
        left: 20px;
        height: calc(100% - 180px);
    }

    .histo .row > .collection_list.his-coll:nth-child(odd) .year, .histo .row > .collection_list.his-coll:nth-child(even) .year {
        position: relative;
        float: left;
        width: 100%;
        left: unset;
        top: 0;
        right: unset;
        bottom: unset;
        height: auto;
        transform: unset;
        font-size: 3em;
        padding: 0;
        padding-top: 10px;
    }

    .box.long .row .textcontent {
        width: 100%;
        border: none !important;
        border-bottom: 1px solid var(--main-opac-min) !important;
        padding: 0 !important;
        padding-bottom: 30px !important;
        margin-bottom: 30px;
        display: flex;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    .box.long .row .textcontent:last-child {
        border: none !important;
        padding: 0 !important;
        margin-bottom: 0;
    }

    .collection_list.qualli-coll .collection_container, .collection_list.partner .collection_container {
        padding: 40px 15px 15px;
    }

    .qualli-coll h3.collection_content.title {
        min-height: 41px;
    }

    .collection_list.qualli-coll {
        margin-bottom: 0px;
        padding: 5px;
    }
    
    .collection_full .collection_content.partner-logo {
        height: 150px;
        width: 150px;
    }

    .collection_content.partner-logo img {
        max-width: 80%;
        max-height: 80%;
    }


    .collection_list {
        width: 100%;
    }

    h1 {
        font-size: 2.1rem;
    }

    input, select, textarea {
        padding: 0.5rem 0.9rem;
    }

    .pop-up-button {
        width: 40% !important;
        float: left !important;
    }

    .pop-up-button .textcontent {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .collection_content.field-1655053570 {
        min-width: 47px;
    }

    .bugfixes-collection {
        padding-left: 0 !important;
        margin-left: 0px !important;
        padding-right: 0 !important;
    }

    .collection_list.bugfixes {
        width: 100%;
    }

    .vergleich {
        height: 360px !important;
    }
    .pb-5 {
        padding-bottom: 1rem !important;
    }

    .twentytwenty-container {
        height: 360px !important;
    }
    .header-animation iframe {
        width: 100%;
        height: 230px;
    }

    div#footer {
        padding-bottom: 70px;
    }

    .gallery-style .owl-item img {
        height: 220px !important;
    }

    .full_preview .owl-stage-outer:before {
        width: 50px;
    }

    .full_preview .owl-stage-outer:after {
        width: 50px;
    }
    
    .collection_list.benefits-coll.qualli-coll .collection_container:before {
        top: 15px;
        left: 15px;
    }

    .collection_list.qualli-coll .collection_container, .collection_list.partner .collection_container {
        padding: 85px 15px 15px;
    }

    .qualli-coll h3.collection_content.title {
        min-height: unset;
    }

    .collection_list.teile {
        width: 50%;
    }

    .bauteile-group .row {
        gap: 0;
    }

    .fact1-wrapper, .fact2-wrapper {
        width: 100%;
    }

} /*END 600px*/

@media only screen and (max-width: 500px) {

    .products-coll .collection_content.icon-leistungen {
        width: 100%;
        max-height: 200px;
    }

    .product-text-wrap {
        width: 100%;
    }

    .collection_list.products-coll .collection_container {
        display: flex;
        flex-direction: column !important;
    }

    #header .component.logo {
        max-width: 220px;
    }

    #slider-wrapper div.slider-untertitle {
        align-items: flex-start;
        padding-top: 35%;
    }

    :root {
        --fs-700: 1.2rem;
    }

    .card .collection_list .collection_content.title.custom {
        -webkit-line-clamp: 3;
        min-height: 65px;
        font-size: 1rem !important; 
    }

    h2 {
        font-size: 1.2rem;
    }

    .collection_content.title {
        font-size: 1.2rem !important;
    }

    .main-left-wrap,
    .group-auto .main-left-wrap {
        padding: 0;
    }

    .box.long {
        padding: 30px;
    }

    .new-f-img img {
        border: 2px solid #000;
        border-radius: 10px;
    }

    .new-f-img:before {
        width: 32px;
        height: 3px;
        top: -1px;
    }

    div#content,
    .main-screen {
        padding: 30px 0 !important;
    }

    .pop-up-element {
        padding: 30px 10px !important;
    }
    .vergleich {
        height: 260px !important;
    }

    .container {
        min-width: 250px;
    }

    .twentytwenty-container {
        height: 260px !important;
    }

    #slider div#slider-title {
        padding: 0 20px !important;
    }
    .footer-sitemap li.level_1 {
        width: 100%;
        text-align: center;
    }
    h2 {
        margin-top: 0px;
    }

    .gallery-style .owl-item img {
        height: 140px !important;
    }

    :root {
        --fs-900: 1.8rem;
    }

    .social-icons-top {
        position: absolute;
        top: 70px;
        padding: 5px 4px 5px 3px;
        left: 0;
        right: unset;
        border-radius: 0 0 10px 0;
        z-index: 1;
    }

    .social-icons-top .social-icons .textcontent {
        flex-direction: row;
    }

    #slider-wrapper div.slider-untertitle {
        align-items: flex-start;
        padding-top: 15%;
    }

} /*END 500px*/

@media (max-width: 450px) {
    .home #slider-wrapper {
        height: 260px;
    }

    .collection_list.teile {
        width: 100%;
    }

    #header .component.logo {
        max-width: 180px;
    }

} /*END 450px*/

@media (min-width: 768px) {
    .container {
        max-width: 750px;
    }



    .w-25 .collection_list.teamCollection,
    .w-25 .collection_list.blog-multi {
        width: 100%;
        float: left;
        padding: 20px;
        border: 2px solid #80808080;
        text-align: center;
    }
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .w-25 .collection_list.teamCollection {
        width: 25%;
        float: left;
        padding: 20px;
    }

    .container {
        max-width: 970px;
    }
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
    .container {
        max-width: 1170px;
    }
}

@media (min-width: 1500px) {
    .container {
        max-width: 1480px;
    }
}




.wasserstoff {
    height: 100%;
}
.gebäudeautomation {
    height: 100%;
}


/* Optimierung Gebäudeautomation */

.highlights-new.container {
    display: flow-root !important;
}

/* .highlights.container::before {
    content: "Technische Highlights";
    font-size: var(--fs-700);
    line-height: 1.3;
    font-weight: 400;
    color: var(--fc-dark);
    margin: 0 0 40px 0;
    font-family: var(--ff-heading);
    display: block;
    text-align: center;
} */

.container.highlights-new::before {
    content: "Technische Highlights";
    font-size: var(--fs-700);
    line-height: 1.3;
    font-weight: 400;
    color: var(--fc-dark);
    margin: 0 0 40px 0;
    font-family: var(--ff-heading);
    display: block;
    text-align: center;
}

.en .container.highlights-new::before {
    content: "Technical highlights";
    font-size: var(--fs-700);
    line-height: 1.3;
    font-weight: 400;
    color: var(--fc-dark);
    margin: 0 0 40px 0;
    font-family: var(--ff-heading);
    display: block;
    text-align: center;
}

/* .highlights-row {
    display: flex;
    justify-content: space-between;
} */

/* .highlight-1,
.highlight-2,
.highlight-3,
.highlight-4,
.highlight-5,
.highlight-6 {
    width: 32%;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    padding: 25px;
    margin-bottom: 2%;
} */

.technische-highlight .collection_container {
    padding: 25px;
}

.technische-highlight .collection_container {
    min-height: 100px !important;
    height: 100%;
}

.collection_content.technische-highlights-vorschau {
    display: grid;
    grid-template-columns: auto auto auto;
}

.collection_list.technische-highlight {
    width: 100%;
}

@media (max-width: 1024px) {
    .collection_content.technische-highlights-vorschau {
        grid-template-columns: auto auto;
    }
}

@media (max-width: 600px) {
    .collection_content.technische-highlights-vorschau {
        grid-template-columns: auto;
    }
}

/* .highlight-title-1,
.highlight-title-2,
.highlight-title-3,
.highlight-title-4,
.highlight-title-5,
.highlight-title-6 {
    font-weight: 600;
    color: var(--main);
    font-family: var(--ff-heading);
} */

.highlight-title {
    font-weight: 600;
    color: var(--main);
    font-family: var(--ff-heading);
}

.all-highlights {
    background-color: var(--clr-primary-light);
    padding: 3% 0;
    margin: 4% 0 0 0;
}

.all-facts {
    background-color: var(--main);
}

.fact-1,
.fact-2,
.fact-3 {
    color: #ffffff;
    width: 32%;
}

.facts.container {
    justify-content: space-between;
    padding-top: 2%;
    padding-bottom: 2%;
}

.fact-1 .field_description_title,
.fact-2 .field_description_title,
.fact-3 .field_description_title {
    font-weight: 600;
    font-family: var(--ff-heading);
}

.fact-1 .field_description_title::after,
.fact-2 .field_description_title::after,
.fact-3 .field_description_title::after {
    content: '\A';
    white-space: pre;
}

.fact-1,
.fact-2 {
    border-right: 2px solid;
    padding-right: 40px;
}

.fact-2,
.fact-3 {
    padding-left: 40px;
}

.full_preview.referenzen .collection_content.card_text {
    width: 50%;
}

.collection_content.bau-img {
    width: 50%;
}

.full_preview.referenzen .container.umsetzung .collection_content.card_text {
    min-height: 0;
}

.bau-img img {
    border-radius: 10px;
}

.container.umsetzung {
    padding-top: 4%;
    padding-bottom: 4%;
}

.all-umsetzung {
    background-color: var(--clr-primary-light);
}

.full_preview.referenzen .collection_content.card_img {
    width: 50%;
}

.full_preview.referenzen .ref-right {
    width: 50%;
    margin-left: 40px;
}

.full_preview.referenzen .card_teaser {
    float: unset;
    margin: 0;
    padding: 0;
    width: 100%;
}

.full_preview.referenzen .over-title {
    display: none;
}

.full_preview.referenzen .card-7__title {
    margin: 0 0 30px 0;
}

.full_preview.referenzen.unt div#area-3 {
    background: none;
}

.referenzen.unt div#area-3 {
    background: none;
}

.referenzen.unt.full_preview .leistungen .field_description_title {
    font-weight: 600;
}

.referenzen.unt.full_preview .leistungen .field_description_title::after {
    content: '\A';
    white-space: pre;
}

.referenzen.unt.full_preview .collection_content.card_teaser::after {
    content: '\A \A';
    white-space: pre;
}

.referenzen.unt.full_preview .collection_content.card_text .textcontent::before {
    content: "Die Umsetzungsphase";
    font-size: var(--fs-700);
    line-height: 1.3;
    font-weight: 400;
    color: var(--fc-dark);
    margin: 0 0 40px 0;
    font-family: var(--ff-heading);
    display: block;
}

@media (max-width: 1200px) {
    .unt.referenz-automation.full_preview .container {
        flex-direction: unset !important;
    }
}

@media (max-width: 1024px) {
    .unt.referenz-automation.full_preview .collection_full.card-7 .collection_container > div {
        float: none;
    }
}

@media (max-width: 600px) {
    .unt.referenz-automation.full_preview .intro.container {
        flex-direction: column !important;
    }
    .unt.referenz-automation.full_preview .ref-right,
    .unt.referenz-automation.full_preview .card_img {
        width: 100%;
        margin: 0 30px;
        padding: 0 15px;
    }
    .unt.referenz-automation.full_preview .umsetzung.container {
        flex-direction: column !important;
    }
    .unt.referenz-automation.full_preview .bau-img,
    .unt.referenz-automation.full_preview .card_text {
        width: 100%;
        margin: 0 30px;
        padding: 5px 15px;
    }
    .unt.referenz-automation.full_preview .facts.container {
        flex-direction: column !important;
    }
    .fact-1, .fact-2 {
        border-right: 0px solid;
        padding-right: 0px;
        border-bottom: 2px solid;
    }
    .fact-2, .fact-3 {
        padding-left: 0px;
    }
    .fact-1, .fact-2, .fact-3 {
        width: 100%;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.referenz-automation.unt.full_preview .content-selector div#position {
    width: 100%;
    margin: 0;
    max-width: unset;
    padding: 0;
}

.en.referenzen.unt.full_preview .collection_content.card_text .textcontent::before {
    content: "The realization phase";
    font-size: var(--fs-700);
    line-height: 1.3;
    font-weight: 400;
    color: var(--fc-dark);
    margin: 0 0 40px 0;
    font-family: var(--ff-heading);
    display: block;
}