/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");


/*  eigene schrift */
@font-face {
    font-family: 'gt-super';
    src: url('../../../../fonts/GT-Super-Text-Regular.otf') format('opentype');
    src: url('../../../../fonts/GT-Super-Text-Regular.ttf') format('truetype');
}


:root {
    --0816-color: #c41f18;
    --0816-color-light: #e65e59;
    --text-color: #000000;
    --text-color-dark: #000000;
}



/*  Site left static */

/* .container_inner.default_template_holder.clearfix.page_container_inner {
} */

/* @media only screen and (min-width: 1000px) and (max-width: 1500px) {

    .e-parent:not(.full-width),
    .container_inner.default_template_holder.clearfix {
        --max-width: calc(1100px - 250px);
        margin-left: 250px;
        width: auto;
        padding-left: calc((100vw - var(--max-width) -250)/2);
    }
}

@media only screen and (min-width: 1500px) and (max-width: 1900px) {

    .e-parent:not(.full-width),
    .container_inner.default_template_holder.clearfix {
        --max-width: calc(1400px - 250px);
        width: auto;
        margin-left: 250px;
        padding-left: calc((100vw - var(--max-width) -250)/2);
    }
}


@media only screen and (min-width: 1000px) and (max-width: 1200px) {

    .e-parent:not(.full-width),
    .container_inner.default_template_holder.clearfix {
        --max-width: calc(838px - 250px);
        padding-left: calc((100vw - var(--max-width) -250)/2);
    }
}

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

    .e-parent:not(.full-width),
    .container_inner.default_template_holder.clearfix {
        width: auto;
        margin: 20px;
    }
} */


/* Header logo */
/* 
.content.content_top_margin {
    margin-top: 0px !important;
}

.header_bottom {
    background-color: transparent !important;
}

.scroll_header_top_area {
    pointer-events: none;
}

*/
.header_inner_left {
    /* border-bottom: 3px solid var(--0816-color); */
    height: 200px;
}

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

    .header_inner_left {
        height: 170px;
    }
}

.q_logo {
    top: 65px;
    /* left: -80px; */
}

.q_logo>a {
    height: 140px !important;
    left: 0px;
}

.header_bottom {
    height: 220px;
}




@media only screen and (max-width: 1000px) {
    .q_logo {
        left: -40%;
        top: 65px !important;
    }

    .q_logo>a {
        height: 100px !important;
    }

    .header_bottom {
        height: auto;
    }
}

@media only screen and (max-width: 600px) {
    .q_logo>a {
        height: 80px !important;
    }
}

/*

.q_logo img {
    top: 0px;
}

header .container_inner {
    width: 100% !important;
}

header .container_inner .header_inner_left {
    position: absolute;
    left: 60px;
    top: 0;
} */

/* ueberschreibe header schrift mit adobe webkit projekt, durch plugin hinzugefügt  */
nav.main_menu>ul>li>a {
    font-family: "futura-pt", sans-serif !important;
    font-weight: 300;
    font-style: normal;
    color: var(--0816-color);
    font-size: 30px;
    text-transform: none;
}

nav.main_menu>ul>li.active>a {
    color: var(--0816-color);
}

/* main menu column */
/* 
#menu-main-menu {
    display: flex;
    flex-direction: column;
}

*/
#menu-main-menu li {
    height: 45px;
}

nav.main_menu>ul>li>a {
    line-height: 0px !important;
}

.main_menu.drop_down.center {
    left: 1% !important;
    top: -132px !important;
}

/* Header hamburger menu korrect */

.mobile_menu_button span {
    font-size: 30px;
    color: var(--0816-color);
}

.mobile_menu_button {
    margin-left: 10px;
    top: 60px;
    position: relative;
    margin-left: 30px;
    pointer-events: fill;
}

nav.mobile_menu ul li a:hover,
nav.mobile_menu ul li.active>a {
    color: var(--text-color);
}

@media only screen and (max-width: 600px) {
    .mobile_menu_button {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 1000px) {
    .header_inner_right {
        width: 10px !important;
        height: 20px !important;
    }
}

.header_inner_right {
    width: 10px;
    height: 180px;
}

nav.mobile_menu {
    background-color: transparent;
}

nav.mobile_menu ul li a {
    color: var(--0816-color);
}

nav.mobile_menu ul li {
    border-color: var(--0816-color);
}


nav.mobile_menu .menu-item a {
    font-family: "futura-pt", sans-serif !important;
    font-size: 28px;
    text-decoration: none;
}

/* Instagram menu ohne text */
ul#menu-main-menu li.left_position a span {
    visibility: hidden;
    width: 0px;
    padding: 0px;
}

/*  Back to top */

#back_to_top>span {
    border: 2px solid var(--0816-color);
}

#back_to_top>span>i {
    color: var(--0816-color);
}


/*  Fliesstext */

.super-titel h2 {
    font-family: 'gt-super', sans-serif !important;
    font-size: clamp(2.1875rem, 1.8234rem + 1.4563vw, 3.125rem);
    color: var(--0816-color) !important;
    font-weight: 400 !important;
    font-style: normal;
    letter-spacing: 0.03em;
    text-transform: none;
    line-height: 1.1em;
}

@media only screen and (max-width:760px) {
    .super-titel h2 {
        /* min: 490px max 760px, 42px - 53px */
        /* font-size: clamp(2.625rem, 1.3773rem + 4.0741vw, 3.3125rem); */
    }
}

body {
    font-family: "futura-pt", sans-serif;
}

.einleitung_text p {
    font-family: "futura-pt", sans-serif !important;
    font-weight: 300;
    font-style: oblique;
    color: var(--text-color);
    /* font-size: 24 - 29px, 1040 - 1680*/
    font-size: clamp(1.5rem, 0.9922rem + 0.7813vw, 1.8125rem);
    letter-spacing: 0.03em;
    text-transform: none;
    line-height: 1.3em;
}

.standard_text p {
    font-family: "futura-pt", sans-serif !important;
    font-weight: 300;
    font-style: normal;
    color: var(--text-color);
    /* font-size: 24 - 29px, 1040 - 1680*/
    font-size: clamp(1.25rem, 0.7422rem + 0.7813vw, 1.5625rem);
    line-height: 1.3em;
    word-wrap: break-word;
    text-transform: none;
    letter-spacing: 0.0em;
    /* text-align: justify; */
}

.center_text p {
    text-align: center;
}

#datenschutz p,
#datenschutz div,
#datenschutz a,
#datenschutz li,
#datenschutz span {
    font-family: "futura-pt", sans-serif !important;
    font-weight: 300;
    font-style: normal;
    color: var(--text-color);
    /* font-size: 24 - 29px, 1040 - 1680*/
    font-size: 24px;
    line-height: 1.3em;
    word-wrap: break-word;
    text-transform: none;
    letter-spacing: 0.0em;
    /* text-align: justify; */
}

#datenschutz strong {
    font-weight: 600;
}

.standard_titel h2 {
    font-family: "futura-pt", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    color: var(--0816-color) !important;
    font-size: 23 !important;
    text-transform: none !important;
}



.standard_titel h3,
#datenschutz h3,
#datenschutz h2 {
    font-family: "futura-pt", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    color: var(--0816-color) !important;
    font-size: clamp(1.8125rem, 1.3047rem + 0.7813vw, 2.125rem) !important;
    text-transform: none !important;
}

.standard_titel h4,
.standard_titel h4 a,
#datenschutz h4 {
    font-family: "futura-pt", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    color: var(--0816-color) !important;
    font-size: 29px !important;
    text-transform: none !important;
}

.standard_titel h5,
.ff-default .ff-el-input--label label {
    font-family: "futura-pt", sans-serif !important;
    font-weight: 600 !important;
    color: var(--text-color) !important;
    font-size: 18px !important;
}


/* Footer */
.footer_top {
    padding: 30px 0 20px;
    border-top: 1px solid var(--0816-color);
}

.footer_top p {
    font-family: "futura-pt", sans-serif !important;
    font-weight: 300;
    font-style: normal;
    font-size: clamp(1rem, 0.0962rem + 3.0769vw, 1.25rem);
    line-height: 1.15em;
}

.footer_top .container_inner {
    padding-top: 15px;
}

.footer_top .three_columns {
    display: flex;
}

@media only screen and (max-width: 480px) {
    .footer_top .column_inner>div:not(.qode_separator_widget) {
        margin: 0px !important;
    }
}

/*  cookie banner */

.cky-consent-bar {
    border: none !important;
    box-shadow: none !important;
    padding: 2px 24px !important;
}

.cky-consent-bar p {
    font-family: "futura-pt", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    color: var(--0816-color) !important;
    font-size: 18px !important;
    text-transform: none !important;
}

.cky-title {
    margin: 0px !important;
}

.cky-btn-accept {
    font-family: "futura-pt", sans-serif !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    border: 0px !important;
    margin-top: 0px !important;
}

.cky-notice-group {
    display: flex !important;
}

/* video */

.vimeo-blocker {
    height: 100vw;
    pointer-events: all;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.elementor-element-e680dc2 {
    max-width: 100% !important;
    margin: 0px !important;
}

.elementor-17 .elementor-element.elementor-element-e274933 .elementor-wrapper {
    --video-aspect-ratio: 3.2 !important;
}

/*  karussell */

.image-karussell {
    overflow: hidden;
}

/* Form */

.ff-default .ff-el-form-control {
    border-color: var(--0816-color);
}