@font-face {
    font-family: "mySansFont";
    src: url("../assets/font/FrankRuhlLibre-Light.ttf");
}

p, li {
    font-size: 1.2rem;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'mySansFont', 'Times New Roman', 'Playfair Display', serif;
}

.ch_bigger {
    font-size: larger;
}
.my_title::first-letter {
    font-size: larger;
}
.title, .subtitle {
    font-family: 'Segoe UI', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 100;
}
.title {
    font-size: 2em;
    line-height: 0.8em;
}
.subtitle {
    font-size: 1.5em;
    line-height: 0.9em;
}

.header {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    position: relative;
}
.header_de {
    background-image: url('../images/header.jpg');
}
.header_en {
    background-image: url('../images/header-en.jpg');
}
.header_impressum_de {
    background-image: url('../images/Impressum.jpg');
}
.header_disclosure_en {
    background-image: url('../images/Disclosure.jpg');
}
.header_datenschutz_de {
    background-image: url('../images/Datenschutz.jpg');
}
.header_privacy_en {
    background-image: url('../images/PrivacyPolicy.jpg');
}

.custome_navbar {
    background-color: #000 !important;
}
.logo_text {
    font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
    font-size: 2em;
    padding: 0;
}
.flag {
    width: 40px;
    height: auto;
    padding-bottom: 5px;
}
.logo_dash {
    color: #f00;
}
.logo_consult {
    font-size: 0.8em;
}

.box_shadow {
    box-shadow: 10px 15px 46px 10px #B6B6B6;
}

/* p.quote_text {
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    line-height: 1em;
} */
p.quote_first_line {
    position: relative;
    font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
    font-style: italic;
    font-size: 1.4em;
    line-height: 1.3em;
    z-index: 1;
}
.quote_first_line::before {
    content: '\201C';
    font-size: 4em;
    font-family: 'Trebuchet MS', sans-serif;
    color: #f1cf34;
    position: absolute;
    top: 0.05em;
    left: -0.2em;
    z-index: -1;
}

.bg_img_01 {
    background-image: linear-gradient(to right, rgba(8, 10, 14, 0.534), rgba(0, 0, 0, 0.623)), url('../images/bg_01.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.bg_img_02 {
    background-image: linear-gradient(to right, rgba(8, 10, 14, 0.664), rgba(0, 0, 0, 0.733)), url('../images/bg_02.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.bg_footer {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.87)), url('../images/bg-footer.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.bg_address {
    background-image: url('../images/address-map.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.anchor_link {
    text-decoration: none;
}
.anchor_link:hover {
    text-decoration: underline;
}

.big_logo {
    width: 400px;
    height: auto;
    padding: 3em 0 1em 0;
}

#my_enum li {
    font-size: 24px;
}

/* MY STYLES */
.my_row {
    margin: 10em auto 2em;
    display: flex;
    justify-content: center;
    width: 80%;
    max-width: 1320px;
    font-size: larger;
}

.col_left {
    width: 30%;
    position: relative;
}
.col_left img {
    width: 100%;
    height: auto;
    background-color: #fff;
    position: relative;
    top: -3em;
    right: -2em;
    box-shadow: 10px 15px 46px 10px #B6B6B6;
}

.col_right {
    width: 70%;
    padding: 3em 5em;
    display: flex;
    align-items: center;
    background-color: #fff;
    box-shadow: 10px 15px 46px 10px #B6B6B6;
}



@media (max-width: 1400px) {
    .bg_address {
        min-height: 400px;
    }
    .p_container {
        display: table;
        margin: 10em auto;
        width: 90%;
    }
}
@media (max-width: 1200px) {
    .my_row {
        width: 90%;
    }
    .col_right {
        padding: 3em 3em;
    }
}

@media (max-width: 992px) {
    .header {
        height: 500px;
        width: 100%;
    }
    .my_row {
        margin: 5em auto 0;
        flex-direction: column;
        width: 60%;
        box-shadow: 10px 15px 46px 10px #B6B6B6;
    }
    .col_left {
        width: 100%;
    }
    .col_right {
        width: 100%;
        box-shadow: none;
        padding: 2em 1em;
    }
    .col_left img {
        top: 0;
        right: 0;
        box-shadow: none;
    }

    .my_quote_body {
        font-size: smaller;
    }
    .quote_first_line {
        line-height: 1.2em !important;
    }
    .quote_first_line::before {
        font-size: 5em;
        top: 0.15em;
        left: -0.2em;
    }
}
@media (max-width: 768px) {
    p, li {
        font-size: 1rem;
    }
    .my_row {
        width: 80%;
        box-shadow: 10px 15px 46px 10px #B6B6B6;
    }
    h2.display-4 {
        font-size: 
        1.52em;
    }
    .title {
        font-size: 1.5em;
    }
    .subtitle {
        font-size: 1.2em;
    }
    .big_logo {
        width: 300px;
        padding: 3em 0 1em 0;
    }    
}

@media (max-width: 575px) {
    .person_container {
        width: 100%;
    }
    .my_row {
        width: 100%;
    }
    .col_right {
        padding: 1em 0;
    }
}
