@media (min-width: 1200px) {}

@media (min-width: 992px) {}

@media (min-width: 769px) {}

@media (max-width: 768px) {}

@media (max-width: 768px) {
    :where(.wp-block-columns.is-layout-flex) {
        gap: 0;
    }
}

/* roboto-condensed-300 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/roboto-condensed-v27-latin-300.woff2")
        /*tpa=https://www.dinitrol.com/wp-content/themes/fbnfrtg/assets/fonts/roboto-condensed-v27-latin-300.woff2*/
        format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-condensed-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/roboto-condensed-v27-latin-regular.woff2")
        /*tpa=https://www.dinitrol.com/wp-content/themes/fbnfrtg/assets/fonts/roboto-condensed-v27-latin-regular.woff2*/
        format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-condensed-600 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/roboto-condensed-v27-latin-600.woff2")
        /*tpa=https://www.dinitrol.com/wp-content/themes/fbnfrtg/assets/fonts/roboto-condensed-v27-latin-600.woff2*/
        format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-condensed-700 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/roboto-condensed-v27-latin-700.woff2")
        /*tpa=https://www.dinitrol.com/wp-content/themes/fbnfrtg/assets/fonts/roboto-condensed-v27-latin-700.woff2*/
        format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-condensed-900 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/roboto-condensed-v27-latin-900.woff2")
        /*tpa=https://www.dinitrol.com/wp-content/themes/fbnfrtg/assets/fonts/roboto-condensed-v27-latin-900.woff2*/
        format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-sans-300 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/noto-sans-v36-latin-300.woff2")
        /*tpa=https://www.dinitrol.com/wp-content/themes/fbnfrtg/assets/fonts/noto-sans-v36-latin-300.woff2*/
        format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-sans-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/noto-sans-v36-latin-regular.woff2")
        /*tpa=https://www.dinitrol.com/wp-content/themes/fbnfrtg/assets/fonts/noto-sans-v36-latin-regular.woff2*/
        format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-sans-700 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/noto-sans-v36-latin-700.woff2")
        /*tpa=https://www.dinitrol.com/wp-content/themes/fbnfrtg/assets/fonts/noto-sans-v36-latin-700.woff2*/
        format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-sans-800 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/noto-sans-v36-latin-800.woff2")
        /*tpa=https://www.dinitrol.com/wp-content/themes/fbnfrtg/assets/fonts/noto-sans-v36-latin-800.woff2*/
        format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
    --color1: #111;
    --color2: #E73135;
    --color3: #083458;
}

.bgcolor1 {
    background: #ECECEC;
}

.bgcolor2 {
    background: #f6f6f6;
}

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

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

.text-bold {
    font-weight: 700;
}

h1 {
    color: var(--color1);
}

@media only screen and (min-width: 993px) {
    .container {
        width: 90%;
    }
}

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

a:focus {
    outline: none !important;
}

* {
    border: 0px;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.4);
    box-sizing: border-box;
}

ul,
ol {
    padding-left: 0;
}

*::selection {
    background: #ccc;
    color: #fff;
}

html,
body {
    height: 100%;
}

body {
    background: #fff;
    color: var(--color1);
    font-family: 'Noto Sans', Arial, Verdana, sans-serif;
    font-size: 17px;
    -webkit-text-size-adjust: none;
    font-weight: 300;
}

div {
    position: relative;
}

img,
iframe,
video {
    vertical-align: bottom;
}

img {
    max-width: 100%;
    height: auto;
}

.image-fitted {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: .6s;
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: 50% 50%;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px 0;
    -webkit-hyphens: manual;
    hyphens: manual;
    word-wrap: break-word;
}

h1 {
    font-size: 44px;
}

h2 {
    font-size: 38px;
    line-height: 1;
    font-weight: 300;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #999;
}


@media (max-width: 768px) {
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 16px;
    }
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: var(--color1);
}

p {
    margin: 0 0 10px 0;
    line-height: 1.5em;
    letter-spacing: 0.02em;
    -webkit-hyphens: auto;
    hyphens: auto;
}

p a {
    color: #666;
}

p a:hover {
    color: #888;
}

a.readmore:after {
    font-family: 'bootstrap-icons';
    content: '\F135';
    margin: 0 0 0 5px;
    transform: translate(0, 3px);
    color: var(--color2);
    display: inline-block;
    transition: .1s;
}

a.readmore:hover:after {
    transform: translate(3px, 3px);
}

a.underline {
    text-decoration: none;
    background-image: linear-gradient(var(--color3), var(--color3));
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 3px;
    transition: background-size .3s;
}

a.underline:hover,
a.underline:focus {
    background-size: 100% 3px;
}

.no-hyphens {
    -webkit-hyphens: none;
    hyphens: none;
    word-wrap: break-word;
}

strong,
b {
    font-weight: 700;
}

/*
.btn{
background:#d30000;
color:#fff;
padding:10px 15px;
transition:all .2s;
display:inline-block;
letter-spacing:1px;
position:relative;
font-weight:700;
text-transform:uppercase;
}


.btn:hover{
background:#fff;
color:#d30000;
transition:all .15s;
border:0;
}
*/

.arrow_right {
    padding-right: 35px;
}

.arrow_right:after {
    font-family: 'bootstrap-icons';
    content: '\F231';
    z-index: 100;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 15px;
    transition: all .15s;
}

.arrow_right:hover:after {
    color: #d30000;
    right: 10px;
}

.wp-block-separator {
    border: unset;
    border-left: none;
    border-right: none;
    height: unset;
}

hr {
    height: 0;
    margin: 20px 0;
    border-bottom: 3px solid #999 !important;
    width: 70px;
    text-align: left;
    opacity: 1;
}

.shaded {
    display: inline;
    color: #fff !important;
    background: none repeat scroll 0px 0px #285e7a;
    box-shadow: 5px 0 0 #285e7a, -5px 0 0 #285e7a;
    background-origin: border-box;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.lined {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 6px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
}

.lined:before,
.lined:after {
    background-color: #aaa;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.lined:before {
    right: 1em;
    margin-left: -50%;
}

.lined:after {
    left: 1em;
    margin-right: -50%;
}


/* LAYOUT */

.bodywrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto;
    width: 100%;
    position: relative;
    max-width: 100vw;
    overflow: hidden;
}

.innerwrap {
    min-height: calc(100vh - 187px);
}

.section {
    width: 100%;
    padding: 0;
}

.bgimg {
    background-size: cover;
    background-position: center;
}


/*  <video autoplay muted loop playsinline class="bgvideo"> */

.bgvideo {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black;
    background-position: center center;
    background-size: contain;
    z-index: 0;
    object-fit: cover;
}

.row {
    margin-bottom: 0;
}


/*.col{outline: 1px dotted #ccc;}*/

.padding30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padding50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.padding70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.paddingbottom10 {
    padding-bottom: 10px;
}

.paddingbottom20 {
    padding-bottom: 20px;
}

.spacer10 {
    height: 10px;
}

.spacer20 {
    height: 20px;
}

.spacer30 {
    height: 30px;
}

.spacer50 {
    height: 50px;
}

.spacer100 {
    height: 100px;
}


@media (max-width: 768px) {
    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .wrap {
        width: 100%;
    }

    .padding30 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .padding50 {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .padding70 {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .spacer10 {
        height: 5px;
    }

    .spacer20 {
        height: 10px;
    }

    .spacer30 {
        height: 15px;
    }

    .spacer50 {
        height: 25px;
    }

    .spacer100 {
        height: 50px;
    }
}

.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

/* width100 for Gutenberg-Blocks */
.width100 {
    position: relative;
    left: 50%;
    right: 50%;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
}


.newsimagewrap {
    float: right;
    width: 50%;
    margin: 10px 0 15px 20px;
}

.newsimagewrap p {
    font-size: 14px;
    margin: 3px 0 5px 0;
    max-width: 100%;
}


@media (max-width: 769px) {
    .newspost p {
        max-width: 100%;
    }

    .newsimagewrap {
        float: none;
        width: 100%;
        margin: 10px 0 15px 0;
    }

    .newsimagewrap p {
        font-size: 14px;
        margin: 3px 0 5px 0;
    }
}

.content img {}

.image_right {
    float: right;
    margin: 0 !important;
    padding: 7px 0 10px 20px;
    width: 40%;
}

.image_left {
    float: left;
    margin: 0 !important;
    padding: 7px 20px 10px 0;
    width: 40%;
}

@media (max-width: 768px) {

    .image_right,
    .image_left {
        float: none;
        width: 100%;
        padding: 5px 0 15px 0;
    }
}

.bgimgteaser {
    text-align: center;
    min-height: 200px;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    overflow: hidden;
    transition: .2s;
    position: relative;
}

.bgimgteaser .text {
    opacity: 0;
    transition: .4s;
}

.bgimgteaser .image,
.bgimgteaser .blackoverlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    transition: .6s;
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: 50% 50%;
}

.bgimgteaser .blackoverlay {
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: .2s;
}

.bgimgteaser *,
.bgimgteaser:hover {
    color: #fff;
    text-decoration: none !important;
}

.bgimgteaser:hover>.image {
    transform: scale(1.1);
}

.bgimgteaser:hover>.text,
.bgimgteaser:hover>.blackoverlay {
    opacity: 1;
}

.half-width-image-left {
    width: calc(50vw - 7.5px);
    height: 100%;
    position: absolute;
    left: 0;
    object-fit: cover;
    object-position: 50% 50%;
}

.half-width-image-right {
    width: calc(50vw - 7.5px);
    height: 100%;
    position: absolute;
    right: 0;
    object-fit: cover;
    object-position: 50% 50%;
}

@media (max-width: 768px) {

    .half-width-image-left,
    .half-width-image-right {
        float: none;
        width: 100%;
        max-height: 40vw;
        position: relative;
    }
}

.bodywrap {
    margin: 0 auto 0;
}

.footer {
    background: var(--color3);
    margin: 0 auto;
    width: 100%;
    padding: 50px 0 100px 0;
    transition: transform .15s;
    color: #fff;
    text-align: left;
    border-top: 10px solid #fff;
}

.footer a {
    color: #fff;
}

.footer .bi {
    width: 25px;
    display: inline-block;
}

.footer h2 .bi {
    width: unset;
    display: inline-block;
    margin-right: 5px;
}

.footer h2 .bi.bi-youtube {
    margin-right: 15px;

}

.footer h2 a:hover {
    color: #fff;
    opacity: 1;
}

.footer a:hover {
    opacity: .7;
}

@media (max-width: 768px) {
    .footer {
        height: auto;
    }

    .bodywrap {
        margin: 0 auto;
        min-height: auto;
        height: auto;
    }

    .push {
        height: auto;
        display: none;
    }
}


/* **** FULLSCREEN ********* */

.fullscreen {
    min-height: 100%;
    width: 100%;
    display: table;
    padding: 30px;
}

.fullscreencontent {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}


/* NAVIGATION */

.searchicon {
    position: absolute;
    right: 15px;
    bottom: 6px;
    color: #111;
    width: 18px;
}

.navigation {
    position: absolute;
    right: 45px;
    bottom: 0;
    font-size: 18px;
}

.navigation ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}

.navigation ul li {
    margin: 0 20px 0 0;
    float: left;
    position: relative;
}

.navigation ul li a {
    display: block;
    color: #000;
    text-transform: uppercase;
}

.navigation ul li a:hover {
    color: var(--color2);
}

.navigation ul li a.current {
    color: var(--color3);
    font-weight: bold;
}

.navigation ul li a.current:hover {
    opacity: 1;
}

.navigation ul li ul {
    position: absolute;
    z-index: 100;
    left: 0;
    top: 100%;
    padding-top: 10px;
    display: none;
    padding-bottom: 20px;
    background: #fff;
}

.navigation ul li:hover>ul {
    display: block;
}

.navigation ul li ul li {
    float: none;
    padding: 5px 0 6px 0px;
    white-space: nowrap;
    position: relative;
}

.navigation ul li ul li a {
    text-transform: none;
    font-weight: inherit;
}

/* 3. Ebene: Rechts neben der 2. Ebene anzeigen */
.navigation ul li ul li ul {
    left: 100%;
    top: 0;
    padding-top: 0;
    padding-left: 10px;
    display: none;
    background: #fff;
}

.navigation ul li ul li:hover>ul {
    display: block;
}

.navigation li a {
    font-weight: normal;
}

.navigation li.current-menu-item>a,
.navigation li.current-menu-ancestor>a {
    font-weight: bold;
    color: var(--color3);
    border-bottom: 2px solid var(--color2);
}

.navigation li .sub-menu li a {
    font-weight: normal;
}

.navigation li .sub-menu li.current-menu-item>a {
    font-weight: bold;
    color: var(--color3);
    border-bottom: 2px solid var(--color2);
    display: inline-block;
}

.navigation li.current-menu-ancestor>a {
    font-weight: bold;
    color: var(--color3);
    border-bottom: 2px solid var(--color2);
}


/*
ul li.current-menu-item ul li a {
    color:#666 !important;
}

.navigation li.current_page_item a, .navigation li.current-menu-ancestor{
    color: var(--color3);
    font-weight: bold;
    border-bottom: 2px solid var(--color2);
}

.navigation li.current-menu-ancestor ul li{
    font-weight: 300 !important; 
}
*/
.navoverlay {
    background: #fff;
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: 150px;
    z-index: 99;
    transition: 0.15s;
    opacity: 0.4;
    display: block !important;
    z-index: 99;
}


.searchcontainer {
    padding: 50px 0 50px 0;
    display: none;
    background: #f6f6f6;
}

.big-search-field {
    background-color: #fff !important;
    padding: 10px 15px !important;
    height: auto !important;
    border: 0px !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    width: calc(100% - 105px) !important;
    height: 44px;
}

.big-search-submit {
    width: 100px !important;
    height: 44px;
    font-size: 15px !important;
    color: #fff !important;
    background: var(--color1) !important;
    border: 0 !important;
    border-radius: 0 !important;
    position: absolute;
    right: 15px;
    top: 0;
}

/* CUSTOM */

.header {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #fff;
    transition: .8s;
    position: fixed;
    z-index: 999;
    backdrop-filter: blur(5px);


}

.headerspacer {
    height: 157px;
    z-index: 0;
}

.logo {
    width: 270px;
    transition: .8s;

}

.logo2 {
    width: 124px;
    transition: .8s;

}

.header.shrinked {
    padding-top: 15px;
    padding-bottom: 15px;
    top: 0;
}

.languages {
    transition: .8s;
}

.header.shrinked .languages {
    transform: translateY(-100px);
}

.header.shrinked .logo {
    width: 150px;
}

.header.shrinked .logo2 {
    width: 68px;
}

.header.shrinked .navoverlay {

    top: 70px;
}

.languages {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 15px;
}

@media (max-width: 768px) {
    .header {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .logo {
        width: 140px;
    }

    .logo2 {
        width: 64px;
    }

    .headerspacer {
        height: 70px;
        z-index: 0;
    }

    .languages {
        display: none;
        right: 70px;
    }
}



span {
    color: #111;
    margin-left: 5px;
}

.wpcf7-form span {
    margin-left: 0;
}

.languages a {
    color: #111;
}

.imgbgheader {
    height: 30vh;
}


.content ul {
    margin: 10px 0;
    list-style: none;
}

.content ol {
    margin: 10px 0;
}

.content li {
    margin: 0 0 10px 28px;
    line-height: 1.45em;
    letter-spacing: 0.02em;
}

.content ol li {
    margin: 0 0 10px 18px;
    padding-left: 3px;
}

.content ul li:before {
    font-family: 'bootstrap-icons';
    content: '\F270';
    margin: 0 10px 0 -28px;
    color: var(--color3);
    position: absolute;
}

.content li a {
    color: #666;
}

.content li a:hover {
    opacity: .7;
}


/* VIDEO / YOUTUBE */

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-embed-aspect-16-9 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wp-embed-aspect-16-9 {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

iframe[src*="youtube.com"] {
    width: 100% !important;
}

/* GRID */


/*<div class="grid" data-columns> */

@media (max-width: 768px) {
    .grid[data-columns]::before {
        content: '1 .column.size-1of1';
    }
}

@media (min-width: 769px) {
    .grid[data-columns]::before {
        content: '2 .column.size-1of2';
    }
}

@media (min-width: 992px) {
    .grid[data-columns]::before {
        content: '3 .column.size-1of3';
    }
}

.column {
    float: left;
}

.size-1of1 {
    width: 100%;
}

.size-1of2 {
    width: 50%;
}

.size-1of3 {
    width: 33.333%;
}

.grid .item {
    padding: 0 15px 15px 15px;
}


/* ACC */

.acc_item {
    border-bottom: 1px solid #ccc;
    padding: 12px 0;
    font-size: 16px;
    line-height: 22px;
}

.acc_btn {
    font-weight: 500;
    cursor: pointer;
    padding-top: 4px;
    padding-right: 15px;
}

.acc_btn p {
    margin: 0;
}

.acc_btn:after {
    font-family: 'bootstrap-icons';
    content: '\F229';
    z-index: 100;
    color: var(--color3);
    position: absolute;
    top: 5px;
    right: 5px;
    transition: all .2s;
}

.acc_btn.active:after {
    transform: rotate(-180deg);
}

.acc_btn:hover {
    opacity: .7;
}

.acc_content {
    padding-top: 12px;
    display: none;
}

.acc_btn h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.wp-block-details {
    padding-left: 5px;
}

summary {
    margin: 0 0 10px 0;
    line-height: 1.5em;
    letter-spacing: 0.02em;
    font-size: 17px;
}

summary:hover {
    text-decoration: underline;
}

summary::marker {
    color: var(--color3);
}

details {}


/* MAP */

.map {
    height: 400px;
    background: #f9f8f8;
    width: 100%;
}

@media (max-width: 750px) {
    .map {
        height: 250px;
    }
}


/* *** */

.arrow_up_section {
    position: fixed;
    z-index: 15;
    bottom: 0;
    padding: 0;
    margin: 0;
}

.arrow_up_section .row {
    margin-bottom: 0;
}

.arrow_up {
    position: absolute;
    right: 15px;
    bottom: -200px;
    z-index: 10;
    transition: .5s;
    background: #ccc;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 40px;
}

.arrow_up.visible {
    bottom: 0;
}

.arrow_up i {
    color: #fff;
}


/* GALLERY */

/*
object-fit: cover;
object-position: 50% 50%;
*/

.gallerywrap a img {
    float: left;
    position: relative;
}

.gallerywrap:hover img {
    opacity: .5;
    z-index: 900;
}

.gallerywrap a img {
    transition: all .4s;
}

.gallerywrap a:hover img {
    transform: scale(1.07);
    transition: all .1s;
    opacity: 1;
    z-index: 1000;
}

.collagewrap {
    background: #fff;
}

.collage {
    padding: 10px;
    background: #fff;
}

.collage img {
    vertical-align: bottom;
    float: left;
}

.collage img a {
    float: left;
}

.pics_in_a_row {
    margin: 1% 0 0 0;
    display: flex;
}

.pics_in_a_row>div:not(:last-child) {
    margin-right: 1%;
}

.pics_in_a_row img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}


/* CONTENTOVERLAY / LIGHTBOX */

.contentoverlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    background: rgba(255, 255, 255, 0.85);
    z-index: 1250;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    text-align: center;
    padding: 40px 15px;
    display: none;
}

.contentoverlay img {
    max-width: 100%;
}

.contentoverlayclose {
    position: fixed;
    cursor: pointer;
    top: 15px;
    right: 30px;
    font-size: 20px;
    z-index: 360;
    color: #666;
}

.contentoverlayclose:hover {
    opacity: 0.5;
}


/* MARQUEE */

@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-1800px, 0);
    }
}

.marqueesection {
    background: #eee;
}

.marqueewrap {
    width: 100000px;
}

.marquee.animated {
    animation: marquee 80s linear infinite
}

.marquee a {
    transition: .1s;
    display: inline-block;
    color: #c0392b
}

.marquee h3 {
    font-size: 20px;
    display: inline;
    font-weight: 300;
    letter-spacing: 1px;
    color: var(--color1);
}

.marquee h3 a:hover {
    color: var(--color1);
}

.marquee h3 strong {
    font-size: 22px;
    display: inline;
    font-weight: 300;
    letter-spacing: 1px;
    color: var(--color1);
}

@media (max-width:800px) {
    .marquee h3 {
        font-size: 18px;
        display: inline;
    }
}


/*  * * * *  */

.fadeInOnLoad {
    opacity: 0;
    transition: .15s;
}

.clearer {
    clear: both;
}

.overflowhidden {
    overflow: hidden;
}

@media (min-width: 769px) {
    .mobile {
        display: none !important;
    }
}

.navicon {
    position: absolute;
    right: 15px;
    top: 5px;
    height: 30px;
    width: 30px;
    display: block;
    z-index: 100;
}

.navicon .line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 2px solid var(--color1);
}

.navicon .line:nth-child(1) {
    top: 10px;
}

.navicon .line:nth-child(2) {
    top: 20px;
}


/* MOBILE  NAVIGATION * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media (max-width: 768px) {
    .navigation {
        display: none;
    }

    .outerwrap {
        transition: transform .15s;
    }

    .shifted {
        transition: transform .15s;
        transform: translateX(-270px);
    }

    .subnav_mobile {
        background: var(--color1);
        position: fixed;
        width: 270px;
        top: 0;
        bottom: 0;
        right: -270px;
        transition: transform .15s;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        padding: 20px 0;
    }

    .subnav_mobile ul {
        list-style: none;
        margin: 0;
        padding-left: 0;
    }

    .subnav_mobile ul ul {
        margin-left: 10px;
    }

    .subnav_mobile ul li {
        margin: 0 0 0 0;
        text-transform: uppercase;
    }

    .subnav_mobile ul li ul li {
        text-transform: none;
    }

    .subnav_mobile ul li a {
        padding: 10px 5px 10px 20px;
        display: block;
        font-weight: 300;
        color: #fff !important;
        letter-spacing: 1px;
        word-wrap: break-word;
        hyphens: auto;
    }

    .subnav_mobile ul li a:hover {
        opacity: .8;
    }

    .subnav_mobile ul li a.current {
        color: #fff;
        font-weight: bold;
    }

    .subnav_mobile ul li ul {
        padding: 0 0 0 20px;
    }

    .subnav_mobile ul li ul li {}

    .subnav_mobile ul li ul li a {
        padding: 7px 0;
        color: #fff;
    }

    .subnav_mobile ul li ul li:last-child a {
        margin-bottom: 10px;
    }

    .subnav_mobile.shifted {
        /*box-shadow: 0 0 6px rgba(0, 0, 0, .3) !important;*/
    }

    .subnav_mobile_overlay {
        background: rgba(255, 255, 255, .7);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: none;
        transition: transform .15s;
    }

    .bodywrap {
        transition: transform .15s;
    }

}

/* Change Autocomplete styles in Chrome*/

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #111 !important;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
    transition: background-color 5000s ease-in-out 0s;
}


@keyframes wobble {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}


.stage .bgimg {
    animation: wobble 60s linear infinite;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
}


.stage {
    padding: 100px 0 150px 0;
    overflow: hidden;
    height: 100%;
}

.stage .bgimg {
    animation: wobble 40s linear infinite;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
}

.stage h1 {
    font-size: 66px;
    line-height: 62px;
    color: #fff;
    font-weight: 300;

}


.stage h1 strong {
    font-weight: 600;

}



.stage p {
    color: #fff;
    hyphens: none;
    font-size: 23px;
}


@media (max-width: 768px) {
    .stage h1 {
        font-size: 44px;
        line-height: 44px;
    }


    .stage p {
        font-size: 18px;
    }
}


.slick-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 20px !important;
    z-index: 100;
}

.slick-dots li {
    margin: 0 1px;
}

.slick-dots button {
    height: 15px !important;
    width: 15px !important;
    margin: 0 4px !important;
    background: rgba(255, 255, 255, 0.5) !important;
    border-radius: 20px;
}

.slick-dots .slick-active button {
    background: #fff !important;
}

.slick-dots li button:before {
    content: '';
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-prev,
.slick-next {
    left: 20px;
    content: '';
    z-index: 1000;
    opacity: .6;
    display: none !important;
}

.slick-next {
    right: 20px;
    left: unset;
}

.slick-next:before {
    content: '';
}

.slick-next:after,
.slick-prev:after {
    font-family: 'bootstrap-icons';
    content: '\F133';
    position: absolute;
    top: 0;
    right: 0;
    font-size: 30px;
    color: #999;

}

.slick-prev:after {
    content: '\F129';
    right: unset;
    left: 0;
}

/*
.owl-nav {
    position: absolute !important;
    top:50% !important;
    width: 100%;
}

.owl-prev, .owl-next{
    color:#eee !important;
    position: absolute !important;
    top: calc(50% - 35px) !important;
    font-size: 50px !important;
}

.owl-prev{
    left:-30px;
}

.owl-prev:before{
    font-family: 'bootstrap-icons';
    content:'\F27A';
}

.owl-next{
    right:-30px;
}

.owl-next:after{
    font-family: 'bootstrap-icons';
    content:'\F27B';
}

.owl-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -40px !important;
    z-index: 100;
}

.owl-dots button {
    height: 10px;
    width: 10px;
    margin: 0 4px;
    background: #eee !important;
    border-radius: 20px;
}

.owl-dot.active {
    background: var(--color2) !important;
}
*/

.embed-responsive {
    margin-bottom: 20px;
}

.content .wp-block-image .alignright,
.content .wp-block-image .alignleft {
    max-width: 40%;
}

@media (max-width: 768px) {
    :where(.wp-block-columns.is-layout-flex) {
        gap: 0;
    }
}

.wp-block-button__link {
    color: var(--color3);
    background: none;
    font-size: 18px;
    letter-spacing: 0.02em;
    font-weight: 500;
    border-radius: 0;
    transition: .15s;
    border: 2px solid var(--color3);
    backdrop-filter: blur(5px);
    margin-top: 10px;
    display: inline-block;
    padding: 10px 20px;
    padding: 13px 55px 13px 20px;

}

.wp-block-button__link:hover {
    color: #fff;
    background: var(--color3);
}

.stage .wp-block-button__link {
    border: 2px solid #fff;
    backdrop-filter: blur(5px);
    color: #fff;
    background: none;
}

.stage .wp-block-button__link:hover {
    color: var(--color3);
    background: #fff;
}

.wp-block-button__link:after,
.button:after {
    font-family: 'bootstrap-icons';
    content: '\F135';
    position: absolute;
    right: 15px;
    top: 0px;
    font-size: 36px;
    transform: rotate(-45deg);
    transition: .15s;
}



.wp-block-button__link:hover:after,
.button:hover:after {
    transform: rotate(0deg);
}


.wp-block-button__link.btn_shop:after {
    content: '\F243';
    transform: rotate(0deg);
    font-size: 22px;
    top: 9px;
    right: 19px;
}

.wp-block-button__link.btn_distribution:after {
    content: '\F885';
    transform: rotate(0deg);
    font-size: 22px;
    top: 9px;
    right: 19px;
}



.wpcf7 label {
    display: unset;
}

.wpcf7 label br {
    display: none;
}


.wp-block-table a {
    color: #111;
}

.wp-block-table a:hover {
    text-decoration: underline;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 5px 0;
}

.wpcf7-list-item-label {
    padding-left: 5px;
}

.wp-block-lazyblock-text-mit-bild {
    border-top: 10px solid #fff;
}

.is-style-lead {
    font-size: 1.55rem;
    font-weight: 300;
    hyphens: none;
}

.wp-block-lazyblock-text-mit-bild h2 {
    font-size: 58px;
    text-transform: uppercase;
}

.wp-block-lazyblock-text-mit-bild .is-style-lead {
    font-size: 28px;
    line-height: 1.3;
}

.bordertop10 {
    border-top: 10px solid #fff;
}

.produkt h4 a {
    color: var(--color3);
}

.productimage {
    width: 100%;
    aspect-ratio: 1;
    justify-content: center;
    align-items: center;
}

.dropdown {
    border: 3px solid var(--color3);
    color: var(--color3);
    margin-bottom: 15px;
}

.dropdown .trigger {
    padding: 15px 25px;
    color: var(--color3);
    font-weight: 700;
    transition: 0.15s;
}

.dropdown .trigger:hover,
.dropdown .trigger.active {
    background-color: var(--color3);
    color: #fff;
}

.dropdown .trigger:after {
    font-family: 'bootstrap-icons';
    content: '\F229';
    z-index: 100;

    position: absolute;
    top: 15px;
    right: 15px;
    transition: all .15s;
}

.dropdown .trigger.active:after {
    transform: rotate(-180deg);
}

.dropdown .sub {
    display: none;
    padding: 15px 25px;
}

.dropdown ul {
    list-style: none;
}

.dropdown ul li {
    cursor: pointer;
}

.dropdown ul li:hover {
    text-decoration: underline;
}

.dropdown ul li.active {
    font-weight: bold;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
}

.dropdown.inactive {
    border-color: #aaa;
    color: #aaa !important;
}

.dropdown.inactive .trigger,
.dropdown.inactive .trigger:hover {
    border-color: #aaa;
    color: #aaa !important;
    background: #fff;
    ;
}

.filter-item {
    margin: 0 5px 0 10px;
}

.remove-filter .bi {
    transform: translate(0, 2px);
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.teaser_station {
    background: #f5f5f5;
    padding: 20px;
    margin-bottom: 15px;
    border: 1px solid #f5f5f5;
    padding-right: 120px;
}

.teaser_station img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    aspect-ratio: 1;
    object-fit: contain;
    background-color: #fff;
}

.teaser_station h4 a:hover {
    text-decoration: underline;
}

.box_grey {
    padding: 25px 35px;
    background-color: rgba(0, 0, 0, 0.05);

}

.box_grey .is-style-lead {
    font-weight: 700;
    color: var(--color3)
}

.type-produkt h1 {
    font-weight: 700;
    color: var(--color3);
}

.gefahrensymbole img {
    width: 100px;
    margin-right: 10px;
}

.downloads a {
    color: #111;


}

.downloads a:hover {
    text-decoration: underline;
}

.downloads i {
    color: var(--color2);
}

.download {
    width: 300px;
    display: inline-block;
    margin-right: 20px;
    padding-bottom: 7px;
}

.textoverlay-rechts,
.textoverlay-links {
    color: #fff;
    background-size: cover;
    overflow: hidden;
}

.textoverlay-rechts .wp-block-button__link {
    border: 2px solid #fff;
    backdrop-filter: blur(5px);
    color: #fff;
    background: none;
}

.textoverlay-rechts .wp-block-button__link:hover {
    color: var(--color3);
    background: #fff;
}

.textoverlay-links {
    color: #fff;
    background-size: cover;
}

.textoverlay-links .wp-block-button__link {
    border: 2px solid #fff;
    backdrop-filter: blur(5px);
    color: #fff;
    background: none;
}

.textoverlay-links .wp-block-button__link:hover {
    color: var(--color3);
    background: #fff;
}

.blue_overlay {
    background-color: var(--color3);
    opacity: .85;
    position: absolute;
    top: 0;
    right: -1000px;
    left: 0;
    bottom: 0;
}

.textoverlay-links .blue_overlay {
    right: 0;
    left: -1000px;
}

.textoverlay-links h6,
.textoverlay-rechts h6 {
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 5px;
}

.textoverlay-links h2,
.textoverlay-rechts h2 {
    font-size: 38px;
    line-height: 1.2;
}

.imageteaser {
    padding: 30px;
    aspect-ratio: 16/9;
    min-height: 200px;
    margin-bottom: 10px;
    background-position: center;
    background-size: cover;
}

.imageteaser h2 {
    font-size: 24px;
    margin-bottom: 0;
    position: absolute;
    bottom: 30px;
    line-height: 1.3;
    color: #fff;
    pointer-events: none;
}

.imageteaserpadding {
    padding: 35px;
}

.imageteaser .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--color3);
    opacity: .2;
}

.small {
    font-size: .7em;
}

.wp-block-lazyblock-image-header h1 {
    font-weight: bold;
    text-transform: uppercase;
}

.imageteaser-mit-text {
    margin-bottom: 35px;
}

.imageteaser-mit-text .imageteaser {
    margin-bottom: 0;
}

.btn_show_all {
    font-size: 15px;
    color: #111;
    margin-top: 10px;
}

label a {
    color: #111;
}

.sidenav {
    position: fixed;
    top: 50vh;
    width: 50px;
    height: 150px;
    margin-top: -75px;
    z-index: 1000;
    right: 0;
}


.sidenav a {
    width: 50px;
    height: 50px;
    background: var(--color2);
    color: #fff;
    display: block;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
}

.sidenav a:hover {
    background: #d72b2e;
}

.downloadblock {
    padding-left: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.downloadblock p {
    line-height: 1.3;
    font-size: 16px;
}

.downloadblock b a {
    color: #000;
}

.downloadblock b a:hover {
    color: var(--color2);
}

.downloadblock .subline {
    letter-spacing: 2px;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.downloadblock .icon-dot {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    text-align: center;
    line-height: 20px;
    background-color: var(--color2);
    color: #fff;
    position: absolute;
    top: 13px;
    left: 0;
    z-index: 5;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    font-size: 12px;
}

.pdfdownload {}

.pdfdownload img {
    max-height: 320px !important;
    margin: auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.box_products {
    padding: 20px;
}


.vertriebspartner {
    background: #fff;
    padding: 15px;
    padding-bottom: 12px;
    margin-bottom: 15px;
}

.vertriebspartner img {
    position: absolute;
    width: 50px;
    height: 35px;
    border: 1px solid #eee;
}

.vertriebspartner p {
    padding-left: 65px;
    font-size: 15px;

    overflow: hidden;
    text-overflow: ellipsis;
    height: 22px;
    width: 100%;
    white-space: nowrap;
}

.vertriebspartner p.lead {
    font-weight: bold;
    line-height: 1.2;
    font-size: 1.15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 22px;
    width: 100%;
    white-space: nowrap;
}

.vertriebspartner .trigger {
    cursor: pointer;
}

.vertriebspartner .readmore {
    display: none;
}

.vertriebspartner.active p {
    overflow: unset !important;
    text-overflow: unset !important;
    height: unset !important;
    width: unset !important;
    white-space: unset !important;
}

.wp-block-button__link {
    height: unset !important;
    width: unset !important;
}

.download-links a {
    color: #111;
}

html[lang="en-GB"] .only-de {
    display: none;
}

html[lang="en-GB"] .only-en {
    display: block;
}

html[lang="de-DE"] .only-en {
    display: none;
}

html[lang="de-DE"] .only-de {
    display: block;
}