@import 'default.css';
@import '../fonts/fonts.css';
@import 'slick.css';
@import 'jquery.filer.css';
@import 'jquery.filer-dragdropbox-theme.css';
@import 'fancybox.css';
@import 'bfsg.css';


:root {
    --maincolor: #2a4272;

    --grey: #bbbcbf;
    --middlegrey: #919191;
    --grey-trans: rgba(187, 188, 191, 0.4);
    --grey-light: rgba(0, 0, 0, 0.07);
    --grey-lighter: rgba(241, 241, 242, 0.35);
    --darkgrey: rgba(21, 21, 21, 0.9);


    --font-thin: 100;
    --font-light: 300;
    --font-normal: 500;
    --font-halbfett: 600;
    --font-fett: 700;
    --font-black: 800;

    --mainfont: 'Rubik';
    --secondfont: 'Mulish';
}

fieldset {
    border: 0;
}

fieldset small.col-1 {
    color: #fff;
}


#datenschutz+.field-error {
    position: absolute;
    margin-top: -10px;
}

.error-message {
    color: red;
    font-size: 0.9em;
    margin-top: 0.25rem;
}

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}


nav .mainmenu li button,
nav .mainmenu li span,
nav .mainmenu li a {

    line-height: 20px;
    font-size: 16px;
    letter-spacing: .5px;

}

.copyright {
    background: var(--maincolor);
    color: #fff;
}

.copyright a {
    color: #fff;
}

section {
    max-width: 2460px;
    margin: 0 auto;
}


form .check a {
    color: #fff;
}

section.container {
    float: none;
}

.wrapper.content-width {
    height: auto;
}



body,
p {
    font-family: var(--mainfont);
    font-weight: var(--font-light);
    font-size: 15px;
    line-height: 26px;
}

b {font-weight: var(--font-fett);}

nav .mainmenu li {
    margin-right: 30px;
}

.contentboxwrapper.middlewidth,
.contentbox.middlewidth {
    width: 90%;
}

.contentboxwrapper.smallwidth,
.contentbox.smallwidth {
    width: 75%;
}



.contentboxwrapper.miniwidth,
.contentbox.miniwidth {
    width: 65%;
}

.pr {
    padding-right: 15px;
}

.pl {
    padding-left: 15px;
}

.sidebar a:hover {
    background: var(--maincolor);
    opacity: 1;
    color: #fff;
}

.submenu {
    width: 330px;
    top: 50px;
    left: -10px;
}

/*ul.list li:before {
    content: "";
    position: absolute;
    color: var(--maincolor);
    background: url('../images/icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 15px;
    left: 0;
    top: 5px;
}*/

ul.list li:before {
    display: none;
}

ul.list {
    margin: 0;
    padding: 0;
}

ul.list li {
    padding-left: 0px;
    font-weight: var(--font-light);
    margin-bottom: 20px;
}

ul.list li strong {
    color: var(--maincolor);
    text-transform: uppercase;
}


ul.backlist li {
    margin-bottom: 15px;
    background: #fff;
    padding: 5px 5px 5px 30px;

    opacity: 0;
    transform: translateX(40px);
    /* Start rechts versetzt */
    transition: opacity 0.6s ease, transform 0.6s ease;
}

ul.backlist.light li {
    background: transparent;
}

.backlist li.visible {
    opacity: 1;
    transform: translateX(0);
}

ul.backlist li span {
    position: relative;
}

ul.backlist li span:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 1px;
    background: url('../images/icon-inner-circle.svg');
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    background-position: center;
}


.lightbox__content ul.backlist {
    margin-left: 25px;
}

.lightbox__content ul.backlist li span:before {
    display: none;
}

.lightbox__content ul.backlist li {
    list-style-type: disc;
    padding: 3px 0;
    margin-bottom: 0;
}


h1,
.h1-style {
    font-size: 45px;
    line-height: 55px;
    font-family: var(--secondfont);
    font-weight: var(--font-normal);
    text-transform: uppercase;
    letter-spacing: 2px;
    hyphens: none;
    margin-bottom: 30px;
}

h1 span,
.h1-style span {
    font-size: 20px;
    line-height: 30px;
    font-family: var(--secondfont);
    font-weight: var(--font-normal);
    letter-spacing: 2px;
    color: #000;
    display: inline-block;
    text-transform: none;
    margin-top: 20px;
}


h2,
.h2-style {
    font-size: 30px;
    line-height: 35px;
    font-family: var(--secondfont);
    font-weight: var(--font-halbfett);
    color: var(--maincolor);
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 25px;
}


h2 span,
.h2-style span {
    font-size: 18px;
    line-height: 28px;
    font-family: var(--secondfont);
    font-weight: var(--font-normal);
    letter-spacing: 2px;
    color: #000;
    display: inline-block;
    margin-top: 0px;
}


.h2-style.light {
    color: #fff;
}


h2.bigger {
    font-size: 25px;
    line-height: 35px;
}

h3 {
    font-size: 28px;
    line-height: 32px;
    font-family: var(--secondfont);
    font-weight: var(--font-halbfett);
    color: var(--maincolor);
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 25px;
}


.h3-style {
    font-size: 24px;
    line-height: 30px;
    font-family: var(--secondfont);
    font-weight: var(--font-halbfett);
    color: var(--maincolor);
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 25px;
}

h4,
.h4-style {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
    font-family: var(--secondfont);
    font-weight: var(--font-fett);
    text-transform: none;
    hyphens: none;
}

.subheadline {
    font-size: 20px;
    line-height: 27px;
    font-family: var(--secondfont);
    font-weight: var(--font-fett);
    margin-bottom: 15px;
    text-transform: uppercase;
    hyphens: none;
    padding-left: 115px;
    position: relative;
}


a.cta {
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid var(--maincolor);
    font-weight: var(--font-normal);
    border-radius: 20px;
    background: #fff;
    font-size: 12px;
    line-height: 20px;
    padding: 17px 20px 15px;
    display: inline-block;
    text-align: center;
}

a.cta:nth-child(2) {
    margin-left: 15px;
}

a.cta.phone {
    margin-left: 15px;
}



.text-center .cta {
    float: none;
    margin: 0 auto;
    text-align: center;
}

.paddinginner {
    padding: 50px 0;
}

.flex-end {
    align-items: end;
}

a.cta {
    border-radius: 0;
    padding: 10px 25px;
    font-weight: var(--font-thin);
    border: 1px solid var(--maincolor);
    background: transparent;

}

a.cta:hover {
    border: 1px solid var(--grey);
    background: var(--maincolor);
    opacity: 1;
    color: #fff;
}

.copy-block .copy-btn,
.prod a.cta,
button.info-btn {
    border-radius: 0;
    padding: 10px 25px;
    font-weight: var(--font-normal);
    border: 1px solid var(--maincolor);
    background: transparent;

}

.copy-block .copy-btn:hover,
.prod a.cta:hover,
button.info-btn:hover {
    border: 1px solid var(--grey);
    background: var(--maincolor);
    opacity: 1;
    color: #fff;
}


a.cta+br+a.cta {
    margin-top: 20px;
}

.titleleft .textbox:first-child {
    width: 40%;
}

.titleleft .textbox:last-child {
    width: 60%;
}

.maincolor {
    color: var(--maincolor);
}

.backcolor-2 {
    background: var(--grey-light);
}

.backcolor-3 {
    background: var(--darkgrey);
}

.backcolor-greylight {
    background: var(--grey-light);
}

.backbox {
    padding: 75px 0;
}

.mt-20 {
    margin-top: 20px;
}

.pb-50 {
    padding-bottom: 50px;
}

.middlewidth.mt-50 {
    margin-top: 50px;
}

.mb-15 {
    margin-bottom: 15px;
}

.contentbox,
.contentboxwrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}


header .wrapper.content-width {
    display: flex;
    margin: 30px auto;
    align-items: center;
}

.logo {
    width: 250px;
}

header .menuwrapper {
    width: calc(100% - 250px);
    text-align: right;
    margin-top: 0;
    padding: 0;
}

header .menuwrapper .mainmenu {
    text-align: right;
    height: 23px;
}



/* Startzustand: leicht nach unten versetzt + transparent */
.reveal-up {
    opacity: 0;
    transform: translateY(40px) scale(0.98);
    transition: opacity .6s ease, transform .6s ease;
    will-change: opacity, transform;
}

/* Sichtbar im Viewport */
.reveal-up.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}


.badge {
    position: absolute;
    width: 40%;
    margin: -75px -20%;
    height: 150px;
    top: 50%;
    left: 50%;
    z-index: 2;
    text-align: center;
}

.badge img {
    object-fit: contain;
    position: relative;
    z-index: 3;
}

.badge .inner:after {
    width: 80%;
    height: 60px;
    content: "";
    background: rgba(0, 0, 0, .7);
    border-radius: 23874578254px;
    box-shadow: 0 0 25px 35px rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 40%;
    left: 10%;
    z-index: 2;
}

.badge .inner {
    width: auto;
    height: 100%;
    display: inline-block;
    margin: 0 auto;
}

.fullimage {
    width: calc(100% - 80px);
    height: 425px;
    overflow: hidden;
}

.fullimage .imagebox {
    height: 100%;
}

.fullimage .imagebox.over:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, .4);
}

.fullimage .imagebox img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}
.fullimage .imagebox.bottom img {
    object-position: bottom;
}


.fullimage.maintop .imagebox {
    height: 865px;
}

.fullimage .toi {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    height: 50px;
    text-align: center;
    width: auto;
    left: 50%;
    margin-left: -225px;
    z-index: 2;

}

.fullimage .toi h2 {
    color: #fff;
    font-size: 45px;
    line-height: 50px;
}

.fullimage .toi h2:after {
    content: "";
    background: url('../images/icon-inner-circle.svg');
    background-repeat: no-repeat;
    height: 280px;
    width: 190px;
    right: -110px;
    margin-top: -117px;
    position: absolute;

    /* Start: komplett „abgeschnitten“ von rechts */
    clip-path: inset(0 0 100% 0);
    opacity: 0.01;
    transition: clip-path 800ms ease-out, opacity 250ms ease-out;
    will-change: clip-path, opacity;
}

.toi h2:after {
    /* Start: komplett „abgeschnitten“ von rechts */
    clip-path: inset(0% 0 100% 0);
    opacity: 0.01;
    transition: clip-path 800ms ease-out, opacity 250ms ease-out;
    will-change: clip-path, opacity;
}

/* Sichtbar, wenn im Viewport -> voll eingeblendet */
.inview .toi h2::after {
    clip-path: inset(0 0 0 0);
    opacity: 1;
}


/* Motion-Preference: Animation abschalten */
@media (prefers-reduced-motion: reduce) {
    .toi h2::after {
        clip-path: none !important;
        opacity: 1 !important;
        transition: none !important;
    }
}


.underpage .fullimage.maintop .imagebox {
    height: 450px;
}



.fullimage.maintop img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}


.smallwidth.titleleft .textbox:first-child {
    width: 35%;
}

.smallwidth.titleleft .textbox:last-child {
    width: 65%;
}

footer .textbox:nth-child(2) {
    width: 25%;
}



.greyback:before {
    background: var(--grey);
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 85%;
    left: 0;
}

.greyback.sec:before {
    background: var(--grey);
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 35%;
    left: 0;
}



.greyback {
    padding: 50px 0 0;
}

.greyback .contentboxwrapper {
    width: 60%;
}

.bigtext .textbox {
    padding-top: 50px;
}

.bigtext .textbox .firsttext {
    padding-bottom: 30px;
}

.bigtext .imagebox {
    width: 45%;
}

.bigtext .textbox {
    width: 55%;
    padding-right: 0;
    padding-left: 40px;
}


.bigtext .textbox .titlebox {
    display: flex;
    align-content: center;
    text-align: center;

    margin-bottom: 45px;
    position: absolute;
    top: 50%;
    margin-top: -28px;
}

.bigtext .textbox .titlebox span {
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid var(--maincolor);
    font-weight: var(--font-normal);
    border-radius: 20px;
    background: #fff;
    font-size: 12px;
    line-height: 20px;
    padding: 17px 20px 15px;
}


.bigtext .textbox ul.list {
    position: absolute;
    bottom: 0px;
    max-width: 500px;

}

section {
    max-width: 100%;
}


.sec.bigtext .textbox {
    padding-top: 0;
}

.sec.bigtext .textbox ul.list {
    position: relative;
    bottom: unset;
}

.overlay {
    display: none;
    /* weitere Styles */
}

.overlay.active {
    display: block;
    /* z.B. mit opacity, z-index etc. */
}

.burger-menu .line,
.burger-menu .line:nth-child(2),
.burger-menu .line:nth-child(3) {
    width: 100%;
}

.is-drilldown[hidden] {
    display: none !important;
}

.is-drilldown {
    display: none;
}


/*
.is-drilldown {
    display: block;


    visibility: visible;
    opacity: 1;
    position: fixed;

    overflow: hidden;
    background: #fff;
    top: 0;
    left: 0;
    width: min-content;
    z-index: 9;

    padding: 35px 0;
    height: 100vh;
    border-right: 2px solid var(--backcolor-main);
}
*/

.ctaontop {
    margin-top: -75px;
}

.home .maintop {
    background: #090909;
    max-height: 725px;
    height: 80vh;
    overflow: hidden;
}

.home .maintop .imagebox {
    height: 100%;
}

.home .maintop img {
    object-fit: contain;
    object-position: center;
    height: 100%;
    margin: 0 auto;

}


.fullimage.maintop {
    max-height: 450px;
    height: 80vh;
    overflow: hidden;
}


.berluto .contentbox,
.berluto .contentboxwrapper {
    width: 100%;
}

.berluto .content-width {
    background: var(--grey);
}

.berluto .textbox {
    padding: 80px 45px;
}

.berluto .textbox h2 {
    font-size: 45px;
    line-height: 55px;
}

.berluto .textbox .subheadline {
    color: var(--maincolor);
    text-align: left;
    padding-left: 0;
    text-transform: none;
    font-size: 35px;
    line-height: 45px;
    font-weight: var(--font-normal);
}


.leistungen {
    align-items: center;
    justify-content: center;
    width: 70%;
    padding: 50px 0;
}

.leistungen .leistung {
    width: calc(100% / 1/5);
    cursor: pointer;
    text-align: center;
}

.leistungen.sec .leistung {
    width: calc(100% / 1/4);
}

.leistungen .leistung a {
    display: block;
}

.leistungen .leistung img {
    height: 65px;
    padding-bottom: 15px;
    display: block;
    margin: 0 auto;
}

.leistungen .leistung a span {
    color: var(--darkblue);
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    line-height: 15px;
    font-weight: var(--font-normal);
    font-size: 12px;
}

.leistungen.sec {
    padding-bottom: 80px;
    width: 55%;
}

.leistungen.third {
    padding-bottom: 0px;
    width: 75%;
    flex-wrap: wrap;
    align-items: start;
}

.leistungen.third .leistung {
    width: calc(100% / 1/2 - 60px);
    margin: 0 30px 45px;
    cursor: none;
    text-align: justify;
}



.iconbox .imagebox {
    width: 40%;
    margin-top: -20%;
    margin-left: -5%;
    padding-right: 20px;
}

.iconbox .textbox {
    width: 65%;
    padding-left: 30px;
}


.maintitle {
    text-align: center;
}

.maintitle img {
    width: 350px;
    margin: 0 auto;
}

.maintitle h2 {
    font-size: 55px;
    line-height: 65px;
    color: var(--maincolor);
    font-weight: var(--font-thin);
}


.pa .textbox {
    position: relative;

}

.pa .overimage {
    position: absolute;
    z-index: 2;
    color: #fff;
    top: 0;
    left: 0;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
    background: rgba(0, 0, 0, .5);
    padding: 15px 10px;
    height: 100%;
}



.pa .overimage h3 {
    color: #fff;
    width: 100%;
    text-align: center;
}

.pa .overimage p {
    width: 100%;
    text-align: center;
}

.pa .overimage p a.cta {
    border: 1px solid #fff;
    color: #fff;
}


.pa.nolink .contentboxwrapper {
    justify-content: center;
}

.pa.nolink .textbox {
    margin: 0 15px;
}

.pa.nolink .overimage {
    position: relative;
    z-index: 2;
    color: unset;
    top: unset;
    left: unset;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
    background: none;
    padding: 15px 10px;
    height: unset;
}


.pa.nolink .overimage h3,
.pa.nolink .overimage p,
.pa.nolink .overimage p a.cta {
    color: unset;
    text-align: left;
}

.pa.nolink .overimage p a.cta {
    border: unset;
}




.newsbox {
    margin: 100px 0;
}

.newsbox .toi {
    position: relative;
    top: 50%;
    margin-top: 15px;
    height: 50px;
    text-align: center;
    width: auto;
    left: 50%;
    margin-left: -295px;
    margin-bottom: 0px;
}

.newsbox .toi h2 {

    font-size: 45px;
    line-height: 50px;
}

.newsbox .toi h2:after {
    content: "";
    background: url('../images/icon-inner-circle.svg');
    background-repeat: no-repeat;
    height: 210px;
    width: 140px;
    left: 65px;
    margin-top: -75px;
    position: absolute;

}

.newsbox .mt-130 {
    margin-top: 130px;
}

.newsinner {
    grid-template-columns: 1.3fr 0.7fr;
    gap: 65px;
    margin-top: 75px;
}

.news-carousel {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.news-carousel .slide {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: opacity 0.2s ease;
    opacity: 0;
    padding-left: 45px;
}

.news-carousel .slide.active {
    display: block;
    opacity: 1;
    position: relative;
}

.news-carousel .nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 18px;
}

.news-carousel .nav.prev {
    left: -50px;
}

.news-carousel .nav.next {
    right: -50px;
}

.news-carousel .nav:hover {
    background: rgba(0, 0, 0, 0.8);
}


.news-carousel a .news-excerpt {
    color: #000;
}

.news-carousel a .news-text {
    text-align: left;
    padding-left: 25px;
    padding-right: 50px;
}

.news-carousel .news-item {
    grid-template-columns: 35% 1fr;
}

.news-carousel .news-item .news-image img {
    width: 100%;
    height: 300px;
}



.newsbox .controls {
    width: 65%;
    margin: 0 auto;
    position: absolute;
    top: 65%;
    height: 35%;
    z-index: 1;
}

button#carousel-toggle {
    position: absolute;
    bottom: -50px;
    left: 50%;
    margin-left: -35px;
    border: 1px solid var(--maincolor);
    padding: 5px 15px;
    font-weight: var(--font-light);
    border-radius: 0;
    text-transform: uppercase;
    color: var(--maincolor);
    background: #fff;
    font-size: 12px;
    cursor: pointer;
}

button#carousel-toggle:hover {
    color: #fff;
    background: var(--maincolor);
}

button.nav.prev {
    position: absolute;
    left: -80px;
    top: 50%;
    margin-top: -95px;
    background: url('../images/slide-prev.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: 0;
    cursor: pointer;
}

button.nav.next {
    position: absolute;
    right: -80px;
    top: 50%;
    margin-top: -95px;
    background: url('../images/slide-next.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: 0;
    cursor: pointer;
}

button.nav.prev,
button.nav.next {
    opacity: 0.8;
}

.newsbox .toi .subheadline {
    font-size: 30px;
    line-height: 35px;
    font-family: var(--secondfont);
    font-weight: var(--font-halbfett);
    color: var(--maincolor);
    letter-spacing: 2px;
    display: inline-block;
    text-transform: none;
    margin-bottom: 25px;
    padding-left: 95px;
}

.downloads h2 {
    font-size: 65px;
    line-height: 55px;
    display: block;
    margin-top: 35px;
}

.downloads img {
    height: 250px;
    width: auto;
    display: inline-block;
}

.downloads header .logo img {
    height: auto;
}

.downloads .subheadline {
    font-size: 30px;
    line-height: 35px;
    font-family: var(--secondfont);
    font-weight: var(--font-halbfett);
    color: var(--maincolor);
    letter-spacing: 2px;
    display: block;
    text-transform: none;
    margin-bottom: 25px;
    padding-left: 0px;
}

.warumbox {
    padding: 0;
    margin-bottom: 15px;
}

.warumbox .contentboxwrapper {
    position: relative;
    padding: 40px 0;
    width: 65%;
    align-items: center;
    transition: all .3s ease-in-out;
}

.warumbox:hover .contentboxwrapper {
    transform: scale(1.03);

}

.warumbox .ctabox {
    width: 250px;
}

.warumbox .ctabox a.cta {
    width: 200px;
}

.warumbox .imagebox {
    width: 150px;

    position: relative;
    text-align: center;
}

.warumbox .imagebox img {
    width: auto;
    height: 115px;
    display: block;
}

.warumbox .imagebox img.smaller {
    width: 75%;
    height: auto;
    max-height: 115px;
}

.warumbox .details {
    width: calc(100% - 400px);
    padding-left: 0px;
}


.warumbox .details h3 {
    margin-bottom: 15px;
}

.warumbox .details strong {
    color: var(--maincolor);
}


.gallery {
    display: flex;
    grid-template-columns: unset;
    grid-template-rows: unset;
    gap: unset;
    justify-content: center;
    width: 100%;
}

.gallery .imagebox {
    width: calc(100% / 1/3);
    margin: 0 7.5px;
}



.littleicon .imagebox {
    width: 45%;
}

.littleicon .imagebox img {
    width: 55%;
    float: right;

    margin-top: 80px;
}

.littleicon .textbox {
    width: 65%;
}

.it {
    margin: 80px auto 40px;
}

.it .textbox {
    width: 55%;
}

.it .imagebox {
    width: 45%;
    display: block;
    padding-left: 35px;
}

.icontext {
    margin-top: -290px;
    height: 700px;
    display: block;
    margin-left: 5px;
    width: 440px;
}


.it.sec .icontext {
    margin-top: -80px;
    height: 520px;
    display: block;
    margin-left: 5px;
    width: 440px;
    opacity: .4;
}

.it.sec .reveal-up.visible {
    opacity: 0.2;
    transform: translateY(0) scale(1);
}


.tui .content-width {
    padding: 50px 0;
    background: var(--grey-lighter);
}


textarea {
    font-family: var(--mainfont);
}






.anfrageform button.cta span {
    position: relative;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    vertical-align: middle;
    font-weight: var(--font-light);
}

.anfrageform form {
    max-width: 85%;
    margin: 0 auto;
    padding: 0;
}

.anfrageform form p {
    color: #fff;
}

.anfrageform input,
.anfrageform textarea,
.anfrageform select,
.anfrageform button {
    border-radius: 0;
}

.anfrageform label {
    color: #fff;
}

.anfrageform button.cta {
    border-radius: 0;
    margin-top: 15px;
    font-weight: var(--font-light);
}




.merkmalwrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px;
}


.merkmal {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    margin-bottom: 45px;
}

.merkmal.full {
    display: block;
}



.merkmal img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 1rem;
}

.merkmald h3,
.merkmal h3 {
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
}


.grid1-1 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 45px;
    margin-bottom: 65px;
}


/* Team */

.team {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 75px;
}

.team.contentboxwrapper>div {
    width: auto;
}

.team .teambox img {
    display: block;
    margin-bottom: 15px;
    float: left;
}


.team .teambox small {
    font-size: 14px;
    color: var(--maincolor);
    line-height: 24px;
    float: left;
}


.stellenangebot .stelle>div,
.stellenangebot .stelle>a {
    display: grid;
    grid-template-columns: 1fr .5fr;
    gap: 45px;
    padding: 15px 10px;
    background: var(--grey-lighter);
    align-items: center;

    width: 85%;
    margin: 0 auto 35px;
    text-decoration: none;
}


.stellenangebot .stelle>a h3 {
    color: var(--maincolor);
}

.stellenangebot .stelle>a p {
    color: #111827;
}

.stellenangebot .stelle h3 {
    font-size: 18px;
    line-height: 28px;
    text-transform: none;
    font-weight: 600;
}

.stellenangebot .stelle h3 span {
    font-size: 16px;
    line-height: 25px;
    text-transform: none;
    font-weight: 300;
}

.stellenangebot .stelle>div>div {
    width: 100%;
}

.stellenangebot .stelle .imagebox {
    width: 100%;
    height: 225px;
    overflow: hidden;
}

.stellenangebot .stelle .imagebox img {
    object-position: center;
    object-fit: cover;
    width: 100%;
    height: 100%;
}


.stellenangebot .stelle .cta.stelle {
    float: left;
    width: auto;
}


/* NEWS */

/* Liste (falls du meine vorherigen Styles nicht schon hast) */
.news-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}

.news-item {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 18px;
    align-items: center;
    text-decoration: none !important;
    color: inherit;
    background: #f3f4f6;
    border-radius: 0px;
    padding: 16px 18px;
    overflow: visible;
    transition: transform .15s, box-shadow .15s;
    box-shadow: 0 4px 20px rgba(15, 23, 42, .04);
}

.news-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(15, 23, 42, .08);
}

.news-image {
    position: relative;
    margin-left: -75px;
}

.news-image img {
    display: block;
    width: 260px;
    height: 200px;
    object-fit: cover;
    border-radius: 0px;
}

.news-title {
    margin: 0 0 10px;
    font-size: 22px;
}

.news-text {
    text-align: left;
}

a.news-item text,
a.news-item .news-excerpt,
.news-link.cta {
    text-decoration: none !important;
}

.news-excerpt {
    margin: 0 0 8px;
    color: var(--maincolor);
    line-height: 1.5;
}

.news-link.cta {
    border: 1px solid var(--maincolor);
    display: inline-block;
    padding: 10px 25px;
    background: #fff;
    color: var(--maincolor);
    margin-top: 15px;
}

@media (max-width:780px) {
    .news-item {
        grid-template-columns: 1fr;
        padding: 14px;
    }

    .news-image {
        margin-left: 0;
    }

    .news-image img {
        width: 100%;
        height: 200px;
    }
}

/* Pagination */
.pagination {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pager {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}

.pg {
    padding: .45rem .7rem;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    text-decoration: none;
    color: #111827;
    background: #fff;
}

.pg:hover {
    filter: brightness(1.02);
}

.pg.active {
    background: #1f2937;
    color: #fff;
    border-color: #1f2937;
}

.pg.disabled {
    pointer-events: none;
    opacity: .5;
}


footer .h3-style {
    font-weight: var(--font-light);
    text-transform: uppercase;
    font-size: 22px;
}

footer .h3-style.light {
    color: #bbbcbf;
}

footer .contentboxwrapper {
    align-items: start;
}

footer .contentboxwrapper .logo {
    width: 220px;
    margin-top: 70px;
}

footer .textbox:nth-child(1) {
    margin-left: 0;
}

footer .textbox:nth-child(2) {
    width: 33%;
}



.parallax-wrap {
    position: relative;
    overflow: visible;
}

.parallax-content {
    position: relative;
    z-index: 1;
}

/* Icon: sitzt hinten, nimmt ~50% der Viewportbreite ein */
.parallax-icon {
    position: absolute;
    top: -10vh;
    /* leicht oben starten */
    left: 50%;
    transform: translate(-50%, 0);
    /* X zentrieren, Y kommt per JS */
    width: min(50vw, 800px);
    /* ca. 50% Breite, gedeckelt */
    opacity: 0.08;
    /* dezent */
    z-index: 0;
    pointer-events: none;
    will-change: transform;
}

.parallax-icon img {
    display: block;
    width: 100%;
    height: auto;
}

/* Alternative: rechts ausrichten
.parallax-icon{ left:auto; right:5%; transform:translate(0,0); }
*/

/* Motion-Preference: Effekt abschalten */
@media (prefers-reduced-motion: reduce) {
    .parallax-icon {
        transform: none !important;
    }
}




/* timeline */
.timeline {
    position: relative;
    max-width: 940px;
    margin: 0 auto;
    padding: 40px 20px;
}

.timeline::before {
    content: "";
    position: absolute;
    top: 0;
    left: 115px;
    width: 2px;
    height: 100%;
    background: #e0e0e0;
}

.timeline-item {
    display: flex;
    position: relative;
    margin-bottom: 60px;
}

.timeline-year {
    width: 120px;
    font-size: 20px;
    font-weight: 500;
    color: var(--maincolor);
    position: relative;
    padding-top: 5px;
}

.timeline-year::after {
    content: "";
    position: absolute;
    top: 13px;
    left: 95px;
    width: 11px;
    height: 11px;
    background: var(--maincolor);
    border-radius: 50%;
    transform: translateX(-50%);
}

.timeline-content {
    background: white;
    border-radius: 0px;
    padding: 0px 20px 15px;
    width: calc(100% - 100px);
    text-align: left;
    display: grid;
    grid-template-columns: .5fr 1fr;
    gap: 25px;

}

.timeline-content h3 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 500;
}

.timeline-content p {
    margin: 0;

}

.timeline-item {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .6s ease, transform .6s ease;
}

.timeline-item.visible {
    opacity: 1;
    transform: translateY(0);
}


@media(max-width: 700px) {
    .timeline::before {
        left: 20px;
    }

    .timeline-year {
        width: 80px;
        font-size: 22px;
    }

    .timeline-year::after {
        left: 45px;
    }

    .timeline-content {
        width: calc(100% - 80px);
    }
}




.kvrechner {
    width: 50%;
    margin: 0 auto;
    padding: 25px;
}

.kvrechner label {
    display: flex;
}

.kvrechner label span {
    width: 200px;
}

.kvrechner select {
    width: 300px;
    border: 1px solid #000;
    padding: 5px 15px;
    background: #fff;
    margin: 0 0 15px 0;
}

.kvrechner hr {
    margin: 25px 0 15px;
    background: #000;
    border: 0;
    height: 1px;

}

.kvrechner label>input {
    padding: 5px 15px;
}

.kvrechner label>input+div {
    margin-left: 10px;
}

.contentboxwrapper.miniwidth.zertiwrap {
    justify-content: center;
    width: 35%;
    column-gap: 35px;
    margin-top: 45px;
    margin-bottom: 45px;
}

.zerti {
    border: 1px solid var(--maincolor);
}




/* produkt hauptseite */
.schwimmerventile-produkte h1,
.ueberstroemventile-produkte h1,
.druckminderer-produkte h1 {
    position: absolute;
    z-index: 3;
    top: 50%;
    color: #fff;
    text-align: center;
    width: 100%;
    margin-top: -55px;

    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.85);
}

.prod {
    align-items: center;
}

.prod .imagebox {
    width: 30%;
}

.prod .textbox {
    width: 70%;
}



.prowrap {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    width: 75%;
    margin: 0 auto;
}

.prowrap .box {
    background: var(--grey-light);
    padding: 25px 40px;
    width: calc(100% / 1/3 - 15px);
    text-align: left;
    position: relative;
}


.prowrap .box .title {
    color: var(--maincolor);
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 26px;
}

.prowrap .box .subline {
    font-weight: 600;
    text-transform: none;
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
}

.prowrap .box .detailwrapper {
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 15px;
}

.prowrap .box .detailwrapper .info {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.prowrap .box .detailwrapper .info .detail {
    width: auto;
}




.prowrap .box a.cta {
    padding: 8px 10px;
}

.prowrap .box a.cta+.cta {
    margin-left: 5px;
}


.prowrap .box .info-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background: var(--grey);
    padding: 5px;
    border: 0;
    width: 45px;
    height: 45px;
    z-index: 99;
    cursor: pointer;
}

.prowrap .box .info-btn img {
    height: auto;
}


/* Produktanfrage Modal */
body.modal-open {
    overflow: hidden;
}

#copyAusschreibung {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 20px;
    margin-top: 15px;
    display: inline-block;
    border: 1px solid var(--maincolor);
    color: 1px solid var(--maincolor);
    background: transparent;
    padding: 8px 10px;
    font-weight: 400;
}

#copyAusschreibung:hover {
    background: var(--maincolor);
    opacity: 1;
    color: #fff;
}

/* Overlay container (zentriert) */
#ausschreibung-modal,
#produkt-anfragen {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    /* wird via .is-active eingeblendet */
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    padding: 24px;
    /* Abstand zu den Rändern */
}

#ausschreibung-output {
    white-space: pre-wrap;
    padding: 15px;
    border: 1px solid var(--maincolor);
    border-radius: 0;

}

/* Aktiver Zustand */
#produkt-anfragen.is-active,
#ausschreibung-modal.is-active {
    display: flex;
}

/* Panel */
#produkt-anfragen .lightbox__panel,
#ausschreibung-modal .lightbox__panel {
    background: #fff;
    width: min(92vw, 720px);
    max-height: 90vh;
    overflow: auto;
    padding: 2rem;
    position: relative;
    border-radius: 6px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .2);
}

/* Close */
#ausschreibung-modal .lightbox__close,
#produkt-anfragen .lightbox__close {
    position: absolute;
    top: 12px;
    right: 12px;
    background: none;
    border: none;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
}




.ausschreibung-modal {
    width: min(960px, 92vw);
    max-width: 960px;
    border: 0;
    border-radius: 16px;
    padding: 0;
    margin: 100px auto 0;

}

.ausschreibung-modal::backdrop {
    background: rgba(0, 0, 0, 0.45);
}

.ausschreibung-modal__header,
.ausschreibung-modal__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 22px;
}

.ausschreibung-modal__header {
    border-bottom: 1px solid #e5e5e5;
}

.ausschreibung-modal__body {
    padding: 22px;
    max-height: 70vh;
    overflow: auto;
}

.ausschreibung-copy h4 {
    margin-top: 0;
    margin-bottom: 16px;
}

.ausschreibung-copy ul {
    margin: 0 0 20px 18px;
    padding: 0;
}

.ausschreibung-copy ul li:before {
    content: "•";
    color: var(--maincolor);
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}


.ausschreibung-copy table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 12px;
}

.ausschreibung-copy th,
.ausschreibung-copy td {
    border: 1px solid #dcdcdc;
    padding: 10px 12px;
    text-align: left;
    vertical-align: top;
}

.ausschreibung-copy tr.is-active {
    background: #fff8d6;
    font-weight: 600;
}

#ausschreibungModalClose {
    border: 1px solid var(--maincolor);
    padding: 5px;
    margin: 10px;
    position: relatvie;
    float: right;
}

#produkt-anfragen #datenschutz {
    width: 25px;
    margin-right: 10px;
    float: left;
}

#produkt-anfragen .box,
#produkt-anfragen .rowbox {
    margin: 10px 0;
}

#produkt-anfragen .btn {
    border-radius: 0;
    padding: 10px 25px;
    font-weight: var(--font-thin);
    border: 1px solid var(--maincolor);
    background: transparent;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 21px;
}

#produkt-anfragen .btn.btn-ghost {
    background: transparent;
    color: var(--primary);
    border-color: var(--primary);
}


/* Mobile: Bottom-Sheet Style */
@media (max-width: 640px) {
    #produkt-anfragen {
        align-items: flex-end;
        /* unten andocken */
        padding: 0;
        /* full-bleed */
    }

    #produkt-anfragen .lightbox__panel {
        width: 100vw;
        max-height: 92vh;
        border-radius: 14px 14px 0 0;
        padding: 18px;
    }
}


.produktform .rowbox {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.produktform label {
    width: 100%;
    font-size: 15px;
}

.produktform input {
    height: 35px;
}

.produktform input,
.produktform textarea {
    width: 100%;
    margin-top: 5px;
    border: 1px solid #959595;
    padding: 5px;
}

.produktform .submit {
    border: 1px solid var(--maincolor);
    text-transform: uppercase;
    color: var(--maincolor);
    background: #fff;
    padding: 8px 10px;
}

.underline {
    border-bottom: 3px dashed var(--maincolor);
    width: 45%;
    margin: 50px auto;

}


#ausschreibung-modal[aria-hidden="true"] {
    display: none;
}


/* lightbox produktseiten */
.lightbox {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.lightbox.open {
    display: flex;
}

.lightbox__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .55);
}

.lightbox__panel {
    position: relative;
    max-width: 720px;
    width: min(92vw, 720px);
    max-height: 85vh;
    overflow: auto;
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .2);
}

.lightbox__close {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 28px;
    line-height: 1;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.lightbox__content {
    margin-top: 12px;
}

.infonavigation {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.info-btn {
    cursor: pointer;
}

.info-btn:focus-visible,
.lightbox__close:focus-visible,
.prod a.cta:focus-visible {
    outline: 2px solid var(--maincolor);
    outline-offset: 2px;
}

.prod a.cta {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 18px;
    text-transform: none;
    font-weight: 400;
}


button.cta {
    padding: 8px 10px;
    float: none;
    margin: 0 auto;
    text-align: center;
    border-radius: 0;

    border: 1px solid var(--maincolor);
    background: transparent;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;

    font-size: 12px;
    line-height: 20px;
    display: inline-block;

    font-weight: 300;
}


button.cta:hover {


    background: var(--maincolor);
    color: #fff;

}

.titelbox .content-width {
    background: var(--maincolor);
    padding: 35px 0;
}

.titelbox .content-width h2 {
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 600;
}

.titelbox .content-width h2,
.titelbox .content-width .subheadline {
    color: #fff;
}

.titelbox .content-width .subheadline {
    font-weight: 400;
    padding-left: 0;
    font-size: 25px;
    line-height: 35px;
    text-transform: none;
}

.productbox h3 span {
    color: var(--middlegrey);
}

.productbox h3.mt-35 {
    margin-top: 35px;
}

.productbox img {
    display: block;
    margin: 0 auto;
    height: 475px;
}

button.info-btn {
    height: 40px;
}



.copy-block {
    width: 100%;
    display: flex;
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 1px dashed var(--maincolor);
}

.copy-block span {
    width: 100%;
}

.copy-block button {
    width: 130px;
}

/* Formular */

/* Container */
.berlutoform {
    --border: #333;
    --text: #000;
    --muted: #6b7280;
    --primary: var(--maincolor);
    --error: #d92d20;
    --ok: #16a34a;
    display: grid;
    gap: 14px;
    max-width: 820px;
    padding: 16px;
    margin: 0 auto;
    background: var(--grey-light);
}

/* Abschnitte */
.form-section {
    font-size: 30px;
    line-height: 35px;
    font-family: var(--secondfont);
    font-weight: var(--font-halbfett);
    color: var(--maincolor);
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 25px;
}

/* Felder (Grid) */
.field {
    display: grid;
    gap: 6px;
}

.field>label {
    font-weight: 400;
}

.field.required>label::after {
    content: " *";
    color: var(--error);
    font-weight: 600;
}

/* Inputs */
.berlutoform input[type="text"],
.berlutoform input[type="email"],
.berlutoform textarea {
    width: 100%;
    border: 1px solid var(--border);
    border-radius: 0px;
    padding: 10px 12px;
    font: inherit;
    transition: border-color .15s ease, box-shadow .15s ease;
    background: #fff;
}

.berlutoform textarea {
    min-height: 110px;
    resize: vertical;
}

.berlutoform input:focus,
.berlutoform textarea:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(15, 98, 254, .15);
}

/* Checkbox-Reihe */
.checkgroup {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
}

.check {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

/* Fehlerzustände */
.is-invalid input,
.is-invalid textarea {
    border-color: var(--error) !important;
    box-shadow: 0 0 0 3px rgba(217, 45, 32, .12) !important;
}

.is-invalid>label,
.is-invalid .check span {
    color: var(--error);
}

.error-msg {
    color: var(--error);
    font-size: .925rem;
    min-height: 1.1em;
}

/* Captcha */
.captcha-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

#captchaImage {
    border: 1px solid var(--border);
    border-radius: 0px;
    height: 44px;
}

.berlutoform .check a {
    color: #000;
}

/* Buttons */
.berlutoform .btn {
    border-radius: 0;
    padding: 10px 25px;
    font-weight: var(--font-thin);
    border: 1px solid var(--maincolor);
    background: transparent;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 21px;
}

.berlutoform .btn:hover {
    border: 1px solid var(--grey);
    background: var(--maincolor);
    opacity: 1;
    color: #fff;
}

.berlutoform .btn:focus-visible {
    outline: 3px solid var(--maincolor);
    outline-offset: 2px;
}

.berlutoform .btn.btn-ghost {
    background: transparent;
    color: var(--primary);
    border-color: var(--primary);
}

/* Actions + Status */
.berlutoform .actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 6px;
}

.berlutoform .form-status {
    color: var(--muted);
}

/* Divider */
.berlutoform .separator {
    border: 0;
    border-top: 1px dashed var(--border);
    margin: 8px 0 2px;
}

/* Kleinere Screens: 1-Spaltig sowieso. Größere können 2-Spalten machen */
@media (min-width: 720px) {
    .berlutoform {
        grid-template-columns: 1fr 1fr;
    }

    .form-section,
    .separator,
    .actions,
    .field.required:nth-last-child(1) {
        grid-column: 1/-1;
    }

    /* einzelne Felder auf volle Breite erzwingen */
    .field:has(textarea),
    .field:has(#email),
    .field:has(#adresse),
    .field:has(#sonstiges),
    .field:has(#captcha),
    .field:has(#datenschutz),
    .checkgroup {
        grid-column: 1/-1;
    }
}






/* berluto Datenblätter */


:root {
    --bg: #f7f8fa;
    --card: #fff;
    --text: #111827;
    --muted: #6b7280;
    --primary: var(--maincolor);
    --ring: rgba(15, 98, 254, .18);
    --border: #e5e7eb;
    --chip: #f1f5f9;
    --radius: 0px;
    --ok: #16a34a;
    --maincolor-light: rgba(42, 66, 114, 0.05);
}




.tools {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
    align-items: center
}

@media (min-width:840px) {
    .tools {
        grid-template-columns: 320px auto auto auto auto
    }
}

.datenblatt .search {
    position: relative
}

.datenblatt .search input {
    width: 100%;
    border: 1px solid var(--border);
    background: #fff;
    border-radius: 0px;
    padding: 10px 38px 10px 12px;
}

.datenblatt .search input:focus {
    outline: none;
    box-shadow: 0 0 0 4px var(--ring);
    border-color: var(--primary)
}

.datenblatt .search .icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: var(--muted)
}

.datenblatt .filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.datenblatt .chip {
    border-radius: 0;
    padding: 10px 17px;
    font-weight: var(--font-thin);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    text-align: center;
    background: var(--grey-light);
    text-decoration: none;
    color: var(--maincolor);
}

.datenblatt .chip.active {
    color: #fff;
    background: var(--maincolor);
}

.datenblatt .chip[aria-pressed="true"] {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff
}

.datenblatt select,
.datenblatt .sort {
    border: 1px solid var(--border);
    background: #fff;
    border-radius: 0px;
    padding: 10px 12px;
    min-width: 180px
}

.datenblatt select:focus,
.datenblatt .sort:focus {
    outline: none;
    box-shadow: 0 0 0 4px var(--ring);
    border-color: var(--primary)
}

.datenblatt .grid {
    display: grid;
    gap: 16px;
    margin-top: 16px
}

@media (min-width:680px) {
    .datenblatt .grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (min-width:1024px) {
    .datenblatt .grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

.datenblatt .card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 0;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .04);
}

.datenblatt .card:hover {
    box-shadow: 0 10px 26px rgba(0, 0, 0, .08)
}

.datenblatt .top {
    display: flex;
    gap: 12px
}

.datenblatt .fileicon {
    flex: 0 0 44px;
    height: 44px;
    border-radius: 0px;
    display: grid;
    place-items: center;
    background: #eef2ff;
    color: var(--maincolor);
    font-weight: 800
}

.datenblatt .meta {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.datenblatt .title {
    font-weight: 700
}

.datenblatt .badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px
}

.datenblatt .badgetool {
    font-size: .78rem;
    padding: 4px 8px;
    border-radius: 0px;
    border: 1px solid var(--border);
    background: #fafafa;
    color: #374151
}

.datenblatt .badgetool.type {
    background: #eff6ff;
    color: #1d4ed8;
    border-color: #dbeafe
}

.datenblatt .badgetool.product {
    background: var(--maincolor-light);
    color: var(--maincolor);
    border-color: #f8f8f8;
}

.datenblatt .info {
    color: var(--muted);
    font-size: .9rem
}

.datenblatt .actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 2px
}

.datenblatt .button {
    border-radius: 0;
    padding: 10px 25px;
    font-weight: var(--font-thin);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 20px;
    display: inline-block;
    text-align: center;

}

.datenblatt .button.primary {
    border: 1px solid var(--maincolor);
    background: transparent;
}

.datenblatt a.button.primary {
    color: var(--maincolor);
}

.datenblatt a.button:hover {
    border: 1px solid var(--grey);
    background: var(--maincolor);
    opacity: 1;
    color: #fff;
}

.datenblatt .button:focus-visible {
    outline: 3px solid var(--ring)
}

.datenblatt .empty {
    color: var(--muted);
    text-align: center;
    padding: 26px;
    border: 1px dashed var(--border);
    border-radius: 14px;
    background: #fff
}

.datenblatt .footer-note {
    margin-top: 10px;
    color: var(--muted);
    font-size: .9rem
}

/* Progressive Enhancement: Hinweise */
.no-js .js-only {
    display: none !important;
}

.js .no-js-only {
    display: none !important;
}


.datenblatt .pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin: 24px 0;
    flex-direction: row;
}

.datenblatt .page-link {
    display: inline-block;
    padding: 8px 12px;
    border: 1px solid var(--border);
    border-radius: 0px;
    background: #fff;
    text-decoration: none;
    color: inherit
}

.datenblatt .page-link[aria-current="page"] {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
    font-weight: 700
}

.datenblatt .page-link.disabled {
    opacity: .45;
    pointer-events: none
}

@media screen and (max-width: 1980px) {
    .fullimage.maintop .imagebox {
        height: 595px;
    }
}


@media screen and (max-width: 1880px) {
    .greyback .contentboxwrapper {
        width: 1180px;
    }
}

@media screen and (max-width: 1680px) {
    .greyback .contentboxwrapper {
        width: 1440px;
        max-width: 90%;
    }

    .prowrap {
        width: 90%;
    }

    .bigtext .textbox .firsttext {
        padding-bottom: 50px;
    }

    .bigtext .textbox ul.list {
        bottom: 0px;
    }

}

@media screen and (max-width: 1380px) {


    .home .maintop {
        max-height: 500px;
        height: 60vh;
    }

    .contentboxwrapper.smallwidth,
    .contentbox.smallwidth {
        width: 90%;
    }

    .contentboxwrapper.miniwidth,
    .contentbox.miniwidth {
        width: 80%;
    }

    .warumbox .contentboxwrapper {
        width: 80%;
    }

    .newsbox .controls {
        width: 80%;
    }

    .greyback .contentboxwrapper {
        width: 1180px;
    }

    .prowrap {
        width: 100%;
    }

    .bigtext .imagebox {
        width: 40%;
    }

    .bigtext .textbox {
        width: 60%;
        padding-right: 0%;
        padding-left: 40px;
        padding-top: 30px;
    }


    .bigtext .textbox .firsttext {
        padding-bottom: 50px;
    }


    .bigtext .textbox ul.list {
        bottom: -30px;
    }

    .fullimage.maintop {
        height: auto;
    }

    footer .contentboxwrapper {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }

    footer .textbox,
    footer .textbox:nth-child(2) {
        width: 100%;
    }

    .anfrageform form {
        max-width: 100%;
    }

    .downloads img {
        height: 200px;
    }

    .downloads h2 {
        font-size: 55px;
        line-height: 45px;
    }

    h3 {
        font-size: 25px;
        line-height: 30px;
    }

    .berluto .textbox h2 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 15px;
    }


    .berluto .textbox .subheadline {

        font-size: 25px;
        line-height: 35px;
    }


}




@media screen and (max-width: 1280px) {
    .greyback .contentboxwrapper {
        width: 100%;
    }

    .newsbox .controls,
    .contentboxwrapper.miniwidth,
    .contentbox.miniwidth {
        width: 95%;
        max-width: 95%
    }

    .logo {
        width: 290px;
    }

    header .menuwrapper {
        width: calc(100% - 290px);
    }

    .warumbox .contentboxwrapper {
        width: 80%
    }

    .maintitle h2,
    h1,
    .h1-style {
        font-size: 40px;
        line-height: 50px;
    }

    h1 span,
    .h1-style span {
        font-size: 16px;
        line-height: 25px;
    }


    .prowrap .box {
        padding: 25px;
    }


    .productbox img {

        height: auto;
        width: 50%;
    }

}

@media screen and (max-width: 1180px) {

    .logo {
        width: 230px;
    }

    header .menuwrapper {
        width: calc(100% - 230px);
    }


    .greyback .contentboxwrapper {
        width: 100%;
    }

    .bigtext .textbox .firsttext {
        padding-bottom: 0;
    }

    .bigtext .textbox .titlebox {
        margin-bottom: 45px;
        top: unset;
        position: relative;
        margin-top: 50px;
    }

    .bigtext .textbox ul.list {
        bottom: unset;
        position: relative;
    }

    .fullimage.maintop .imagebox {
        height: 385px;
    }

    .contentboxwrapper.smallwidth,
    .contentbox.smallwidth {
        width: 80%;
    }

    .contentboxwrapper.middlewidth,
    .contentbox.middlewidth {
        width: 90%;
    }

    footer .contentboxwrapper {
        display: grid;
        gap: 35px;
        grid-template-columns: repeat(4, auto);
    }

    footer .contentboxwrapper .textbox {
        /* text-align: center;*/
    }

    footer .textbox:nth-child(2) {
        margin-left: 0;
        margin-right: 0;
    }

    footer .contentboxwrapper .logo {
        width: 220px;
        margin-top: 70px;
        margin: 0 auto 35px;
        padding-top: 0;
    }


    .downloads h2 {
        font-size: 45px;
        line-height: 55px;
    }

    .downloads .subheadline {
        font-size: 25px;
        line-height: 35px;
    }


    .maintitle h2,
    h1,
    .h1-style {
        font-size: 30px;
        line-height: 40px;
    }

    h2,
    .h2-style {
        font-size: 25px;
        line-height: 30px;
    }

    h3,
    .h3-style {
        font-size: 25px;
        line-height: 35px;
    }

    .contentbox,
    .contentboxwrapper {
        width: 100%;
    }

    .fullimage {
        height: 325px;
        overflow: hidden;
    }

    .fullimage .toi {
        transform: scale(.7);
    }
}


@media screen and (max-width: 1080px) {
    .logo {
        width: 180px;
    }

    header .menuwrapper {
        width: calc(100% - 180px);
    }

    .bigtext .textbox {
        overflow: hidden;
    }


    .contentboxwrapper.middlewidth,
    .contentbox.middlewidth {
        width: 100%;
    }

    .contentboxwrapper.smallwidth,
    .contentbox.smallwidth {
        width: 85%;
    }

    .notice .textbox:nth-child(1) h2 {
        font-size: 22px;
        line-height: 30px;
        text-align: left;
    }

    .notice .textbox:nth-child(2) {
        width: 35%;
    }

    .anfrageform form {
        max-width: 100%;
    }

    footer .contentboxwrapper .logo {
        width: 160px;
    }

}

@media screen and (max-width: 991px) {


    .wrapper.content-width {
        width: calc(100% - 40px);
        width: 100%;

    }




    .fullimage.maintop {
        max-height: 340px;
    }


    .fullimage {
        width: calc(100% - 40px);
    }

    .contentboxwrapper.smallwidth,
    .contentbox.smallwidth {
        width: 100%;
    }

    .home h1 {
        text-align: center;
    }



    .bigtext .imagebox {
        height: auto;
        width: 100%;
    }

    .bigtext .imagebox img {
        object-position: center;
        object-fit: cover;
    }

    .greyback {
        padding: 50px 0 50px;
    }

    .burger-menu {
        top: 17px;
        right: 20px;
    }

    .titleleft .textbox:nth-child(1),
    .titleleft .textbox:nth-child(2) {
        width: 100%;
        text-align: left;
    }

    .titleleft .textbox:nth-child(1) h1 {
        margin-bottom: 0;
    }

    .pl,
    .pr {
        padding-left: 0;
        padding-right: 0;
    }

    .leistungen.third {
        width: 100%;
    }

    .contentboxwrapper .imagebox {
        height: 390px;
    }

    .contentboxwrapper .imagebox img {
        object-fit: contain;
    }

    .it {
        margin: 35px 0;
    }

    .it .textbox {
        width: 100%;
    }

    .it .imagebox {
        display: none;
    }

    .smallwidth.titleleft .textbox:first-child,
    .smallwidth.titleleft .textbox:last-child {
        width: 100%;
        padding-bottom: 0;
    }

    .contentboxwrapper .imagebox img {
        object-fit: contain;
        height: 100%;
        display: block;
        margin: 0 auto;
    }

    .tui h2 {
        margin-bottom: 15px;
    }

    .tui h2 br {
        display: none;
    }

    .greyback::before {
        height: 100%;
    }

    .bigtext .imagebox {
        height: 395px;
    }

    .bigtext .textbox {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        padding-top: 15px;
    }

    .bigtext .textbox ul.list {
        max-width: 80%;
    }

    .leistungen.contentboxwrapper {
        flex-direction: row;
    }

    .prod .textbox {
        width: 100%;
        order: 2;
    }

    .prod .imagebox {
        order: 1;
        width: 65%;
    }


    .iconbox .imagebox {
        width: 30%;
        margin-top: -30%;
        margin-left: 50%;
        padding-right: 0px;
    }

    .iconbox .textbox {
        width: 100%;
        padding-left: 0;
    }


    .warumbox .imagebox::after {
        display: none;
    }

    .warumbox .details {
        width: 85%;
        padding-left: 0;
        padding-top: 25px;
    }



    .warumbox .imagebox img.smaller {
        width: auto;
        height: 100%;
        max-height: 115px;
    }


    .notice .textbox:nth-child(1),
    .notice .textbox:nth-child(2),
    .notice .textbox:nth-child(3) {
        width: 100%;

    }

    .notice .textbox:nth-child(1) h2 {
        text-align: center;
        width: 100%;
        float: none;
    }

    .notice .textbox:nth-child(2) {
        margin-bottom: 25px;
    }


    .gallery.contentboxwrapper {
        flex-direction: row;
    }

    .newsbox .controls,
    .contentboxwrapper.miniwidth,
    .contentbox.miniwidth {
        width: 100%;
    }



    footer .logo {
        display: inline-block;
    }


    footer .contentboxwrapper {
        display: grid;
        gap: 25px;
        grid-template-columns: repeat(3, auto);
    }


    footer .textbox {
        text-align: center;
    }

    #burger-toggle {
        opacity: 1;
    }

    .warumbox .contentboxwrapper {
        width: 90%;
        margin: 0 auto;
    }

    .warumbox .contentboxwrapper .ctabox {
        order: 3;
        width: 100%;
        margin-top: 25px;
    }

    .warumbox .contentboxwrapper .imagebox {
        order: 1;
        width: 100%;
        height: 125px;
    }

    .warumbox .contentboxwrapper .imagebox img {
        margin: 0 0 25px 0;
    }

    .warumbox .contentboxwrapper .details {
        order: 2;
        width: 100%;
    }

    .newsbox .toi {
        position: relative;
        top: unset;
        margin-top: 15px;
        height: 50px;
        text-align: center;
        width: 100%;
        left: unset;
        margin-left: unset;
        margin-bottom: 0px;
    }

    .newsbox .toi h2::after {
        height: 170px;
        width: 110px;
        left: 255px;
        margin-top: -55px;
    }

    .news-carousel .news-item {
        grid-template-columns: 25% 1fr;
    }


    .downloads img {
        height: 210px;
    }

    .greyback .contentboxwrapper {

        max-width: 100%;
    }

    .tui .content-width {
        padding: 25px;
    }


    .prowrap .box {
        width: calc(100% / 1/2 - 15px);
    }

    .contentboxwrapper.miniwidth.zertiwrap {
        flex-direction: row;
        width: 85%;
    }


    .contentboxwrapper .imagebox {
        order: 1;
    }

    .contentboxwrapper .textbox {
        order: 2;
    }

    main {
        overflow: hidden;
    }


    header .wrapper.content-width {
        display: block;
        padding-bottom: 30px;
    }

    header .wrapper.content-width .logo {
        float: left;
    }

    .is-drilldown {
        position: fixed;
        top: 0;
        left: 0;
        width: 300px;
        max-width: 85vw;
        height: 100vh;
        background: #fff;
        z-index: 9;
        padding: 35px 0;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .is-drilldown:not([hidden]) {
        display: block;
    }



    .menu-item.lang-item span {
        display: none;
    }
}



@media screen and (max-width: 820px) {
    .fullimage.maintop .imagebox {
        height: auto;
    }
        .underpage .fullimage.maintop .imagebox {
            height: auto;
        }

    .newsbox {
        margin: 40px 0;
    }

    .news-carousel .news-item {
        grid-template-columns: 100%;
    }

    .newsbox .mt-130 {
        margin-top: 100px;
    }

    .news-image {
        margin-left: 0;
        height: 225px;
        overflow: hidden;
    }

    button#carousel-toggle {
        bottom: -40px;
    }

    .newsbox .toi {
        text-align: center;
    }

    .newsbox .toi h2::after {
        height: 170px;
        width: 110px;
        left: 87px;
    }

    .newsbox .toi .subheadline {
        clear: both;
        display: block;
        text-align: center;
        padding-left: 0;
    }

    .newsbox .toi h2:after {
        display: none;
    }

    .downloads {
        margin-top: 50px;
    }

    footer .contentboxwrapper {
        display: grid;
        gap: 25px;
        grid-template-columns: repeat(2, auto);
    }

}


@media screen and (max-width: 768px) {

    button.nav.prev,
    button.nav.next {
        transform: scale(0.7);
    }

    button.nav.prev {
        left: -10px;
    }

    button.nav.next {
        right: -10px;
    }

    .news-carousel .slide {
        padding: 0 45px;
    }

    .fullimage {
        height: 100%;
        max-height: 275px;
    }

    .produktform .rowbox {
        grid-template-columns: repeat(1, 1fr);
    }
}


@media screen and (max-width: 675px) {

    .backcolor-2.mb-15 {
        margin-bottom: 0;
    }


    h2.bigger {
        font-size: 20px;
        line-height: 30px;
    }


    .prowrap .box {
        width: 100%;
    }


    footer .contentboxwrapper {
        display: grid;
        gap: 25px;
        grid-template-columns: 1fr;
    }

}

@media screen and (max-width: 592px) {

    .home .maintop {
        max-height: 340px;
        height: 30vh;
    }

    .bigtext .imagebox {
        width: 100%;
    }

    .bigtext .textbox ul.list {
        max-width: 100%;
    }


    .maintitle h2,
    h1,
    .h1-style {
        font-size: 35px;
        line-height: 45px;
        letter-spacing: 1px;
    }

    .titelbox .content-width h2,
    h2,
    .h2-style {
        font-size: 20px;
        line-height: 25px;
        letter-spacing: 1px;
    }

    .titelbox .content-width .subheadline {

        font-size: 18px;
        line-height: 28px;

    }

    .fullimage .toi {
        transform: scale(.5);
    }

    .badge {
        left: 50%;
        top: 50%;
        margin-left: -110px;
        margin-top: -55px;
    }

    .berluto .textbox h2,
    .downloads h2,
    .newsbox .toi h2,
    .maintitle h2,
    h1,
    .h1-style {
        font-size: 25px;
        line-height: 35px;
    }

    .badge .inner::after {
        top: 10%;
    }

    .downloads h2 {
        margin: 25px 0 15px;
    }

    .downloads p br {
        display: none;
    }

    .downloads p a {
        display: block;
        margin-top: 15px;
    }

    .newsbox .toi h2 {
        margin-bottom: 15px;
    }

    .berluto .textbox .subheadline,
    .downloads .subheadline,
    .subheadline,
    .newsbox .toi .subheadline,
    h3,
    .h3-style {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 1px;
    }

    .underpage .fullimage.maintop .imagebox,
    .fullimage.maintop .imagebox {
        height: 255px;
    }

    .berluto .contentboxwrapper .imagebox {
        height: auto;
    }


    .warumbox .contentboxwrapper .imagebox {
        height: 105px;
    }

    .newsbox {
        margin: 0px 0;
    }

    .newsbox .mt-130 {
        margin-top: 70px;
    }

    .newsbox .toi {
        margin-top: 0;
    }

    .newsbox .toi .subheadline {
        margin-bottom: 0;
    }


    .downloads {
        margin-top: 100px;
    }

    footer .textbox:nth-child(2),
    footer .textbox:nth-child(3) {
        width: 100%;
        text-align: center;
    }

    footer .textbox:nth-child(3) {
        margin-top: 0px;
    }

    footer .textbox:nth-child(2) {
        margin-bottom: 25px;
    }

    footer .textbox:nth-child(4) {
        margin-top: 25px;
    }

    footer .contentboxwrapper .logo {
        margin-bottom: 0;
    }

    .berluto .textbox {
        padding: 25px;
    }


    .warumbox .ctabox a.cta {
        width: 100%;
    }


    .contentboxwrapper.miniwidth.zertiwrap {
        flex-direction: column;
        width: 90%;

    }

    .contentboxwrapper.miniwidth.zertiwrap .zerti {
        margin-bottom: 25px;

    }

    .stellenangebot .stelle>div,
    .stellenangebot .stelle>a {
        width: 100%;
        margin-bottom: 25px;
        grid-template-columns: 1fr;
    }


}

@media screen and (max-width: 492px) {

    .underpage .fullimage.maintop .imagebox,
    .fullimage.maintop .imagebox {
        height: 185px;
    }

    .badge {
        width: 150px;
        height: 70px;
        margin-left: -75px;
        margin-top: -35px;
    }

    header .wrapper.content-width {
        margin: 20px auto;
    }

    #burger-toggle {
        top: 10px;
    }

    .logo {
        width: 140px;
    }

    .news-image {
        height: 155px;
    }

    .news-image img {
        object-fit: cover;
        object-position: center;
    }

    .news-carousel .news-item .news-image img {
        width: 100%;
        height: 100%;
    }

    .news-title {
        font-size: 18px;
        line-height: 24px;
    }

    .downloads img {
        height: 140px;
    }

    .downloads .subheadline,
    .subheadline,
    .newsbox .toi .subheadline,
    h3,
    .h3-style {

        hyphens: none;
    }


}


@media screen and (max-width: 375px) {
    .leistungen .leistung {
        width: 100%;
        margin-bottom: 25px;
        border-right: 0px solid var(--maincolor);
    }

    .leistungen.sec .leistung {
        width: 100%;
    }

    .leistungen .leistung:nth-child(3) {
        border-right: 0px solid var(--maincolor);
    }

    .maintitle h2,
    h1,
    .h1-style {
        font-size: 23px;
        line-height: 35px;
    }

    .warumbox .imagebox {
        padding-left: 0;
    }

    .warumbox .details {
        width: 100%;
    }

    .notice .textbox:nth-child(1),
    .notice .textbox:nth-child(2),
    .notice .textbox:nth-child(3) {
        padding-left: 0;
        padding-right: 0;
    }

    a.cta {
        width: 100%;
        margin: 0 0 15px 0;
    }

    a.cta:nth-child(2) {
        margin-left: 0;
    }

    .warumbox .contentboxwrapper .imagebox {
        height: 65px;
    }

    .news-carousel .news-item {
        padding: 0;
    }

    .news-image {
        height: 85px;
    }

    .news-carousel a .news-text {
        text-align: left;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
    }

    .news-title {
        font-size: 16px;
        line-height: 20px;
    }

    .news-link.cta {
        padding: 3px 20px;
    }

    .downloads .subheadline,
    .subheadline,
    .newsbox .toi .subheadline,
    h3,
    .h3-style {
        font-size: 16px;
        line-height: 25px;
        letter-spacing: 0;
    }

    button#carousel-toggle {
        bottom: -60px;
    }

    .fullimage .toi {
        transform: scale(0.35);
        width: 400px;
    }

    .downloads img {
        height: 100px;
    }

    .prowrap .box .title {
        font-size: 14px;
        line-height: 20px;
    }

    .prowrap .box a.cta+.cta {
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
    }


    .prowrap .box .detailwrapper .info {
        display: grid;
        grid-template-columns: 1fr;
    }

    .prowrap .box .detailwrapper .info .detail {
        font-weight: 500;
    }

}