/* Serif: font-family: 'Playfair Display', serif; */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Sans-Serif: font-family: 'Open Sans', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

/* Color Theme Swatches in Hex */
.color-theme-1-hex {
    color: #575757;
}

.color-theme-2-hex {
    color: #FFBB1C;
}

.color-theme-3-hex {
    color: #0271C2;
}

.color-theme-4-hex {
    color: #084085;
}

.color-theme-5-hex {
    color: #063773;
}

/* Color Theme Swatches in RGBA */
.color-theme-1-rgba {
    color: rgba(87, 87, 87, 1);
}

.color-theme-2-rgba {
    color: rgba(255, 187, 28, 1);
}

.color-theme-3-rgba {
    color: rgba(2, 113, 194, 1);
}

.color-theme-4-rgba {
    color: rgba(8, 64, 133, 1);
}

.color-theme-5-rgba {
    color: rgba(6, 55, 115, 1);
}

/* Color Theme Swatches in HSLA */
.color-theme-1-hsla {
    color: hsla(0, 0, 34, 1);
}

.color-theme-2-hsla {
    color: hsla(42, 100, 55, 1);
}

.color-theme-3-hsla {
    color: hsla(205, 97, 38, 1);
}

.color-theme-4-hsla {
    color: hsla(213, 88, 27, 1);
}

.color-theme-5-hsla {
    color: hsla(213, 90, 23, 1);
}



:root {
    --bg: white;
    --default-font-color: black;
    --default-header-color: white;
    --theme-color-a: #063773;
    /*#FFD342;*/
    --theme-color-b: #084085;
    --theme-color-c: #FFBB1C;
    /*#E8C03C;*/
    --theme-color-d: #ffc618;
    --theme-color-e: white;
}

section {
    margin-top: 2%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    font-weight: 300;
    color: var(--default-font-color);
    background-color: var(--bg);
    line-height: 2em;
}

a:hover {
    color: var(--theme-color-b);
}

a, a:visited, a:active {
    color: var(--default-font-color);
    text-decoration: none;
}

h1 {
    padding: 2% 0%;
    font-family: 'Playfair Display', serif;
    font-size: 10em;
    /*text-transform: uppercase;*/
    font-weight: 300;
    color: var(--theme-color-a);
}

@media (min-width: 10px) {
    h1 {
        padding: 2% 0%;
        font-family: 'Playfair Display', serif;
        font-size: 3.5em;
        /*text-transform: uppercase;*/
        font-weight: 300;
        color: var(--theme-color-a);
    }
}

@media (min-width: 400px) {
    h1 {
        padding: 2% 0%;
        font-family: 'Playfair Display', serif;
        font-size: 4em;
        /*text-transform: uppercase;*/
        font-weight: 300;
        color: var(--theme-color-a);
    }

    h5 {
        padding: 2% 0%;
        font-family: 'Playfair Display', serif;
        font-size: 3em;
        /*text-transform: uppercase;*/
        font-weight: 300;
        color: var(--theme-color-a);
    }
}

@media (min-width: 576px) {
    h1 {
        padding: 2% 0%;
        font-family: 'Playfair Display', serif;
        font-size: 5em;
        /*text-transform: uppercase;*/
        font-weight: 300;
        color: var(--theme-color-a);
    }

    h5 {
        padding: 2% 0%;
        font-family: 'Playfair Display', serif;
        font-size: 3.5em;
        /*text-transform: uppercase;*/
        font-weight: 300;
        color: var(--theme-color-a);
    }
}

@media (min-width: 768px) {
    h1 {
        padding: 2% 0%;
        font-family: 'Playfair Display', serif;
        font-size: 6em;
        /*text-transform: uppercase;*/
        font-weight: 300;
        color: var(--theme-color-a);
    }
}

@media (min-width: 992px) {
    h1 {
        padding: 2% 0%;
        font-family: 'Playfair Display', serif;
        font-size: 8em;
        /*text-transform: uppercase;*/
        font-weight: 300;
        color: var(--theme-color-a);
    }
}

h2 {
    padding: 5% 0% 2% 0%;
    font-family: 'Playfair Display', serif;
    font-size: 2em;
    font-weight: 400;
    color: var(--theme-color-a);
}

h3 {
    padding: 5% 5%;
    font-family: 'Playfair Display', serif;
    font-size: 2em;
    font-weight: 400;
    color: white;
    background-color: rgba(8, 64, 133, 0.7);

}

h4 {
    font-size: 1.5em;
    font-weight: 400;
    color: white;
    margin: 4% 0%;
}

h5 {
    padding: 2% 0%;
    font-family: 'Playfair Display', serif;
    font-size: 4em;
    /*text-transform: uppercase;*/
    font-weight: 300;
    color: var(--theme-color-a);
}


.impressum h1 {
    font-family: 'Playfair Display', serif;
    font-size: 3.2em;
    font-weight: 500;
    color: var(--theme-color-a);
    background-color: white;
    padding: 1%;
    margin: 0;
}

.impressum h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5em;
    font-weight: 400;
    color: var(--theme-color-a);
    background-color: white;
    padding: 1%;
    margin: 0;
}

.impressum h3 {
    font-family: 'Playfair Display', serif;
    font-size: 2em;
    font-weight: 400;
    background-color: white;
    color: var(--theme-color-a);
    padding: 1%;
    margin: 0;
}

.impressum h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5em;
    font-weight: 400;
    background-color: white;
    color: var(--theme-color-a);
    padding: 1%;
    margin: 0;
}

.impressum h5 {
    font-family: 'Playfair Display', serif;
    font-size: 1.3em;
    font-weight: 300;
    color: var(--theme-color-a);
    background-color: white;
    padding: 1%;
    margin: 0;
}


.contact {
    background-color: var(--theme-color-b);
    /*
    background-image: linear-gradient(to right top, #9fc131, #66ab47, #359255, #057759, #005c53);
    */
    padding: 5% 10%;

}

.contact a {
    color: white;
}

.contact a, .contact a:visited, .contact a:active {
    color: white;
    text-decoration: none;
}

.contact .bi {
    color: var(--theme-color-d);
    font-size: 3em;
}


.feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    margin-bottom: 0.4rem;
    font-size: 2rem;
    border-radius: .75rem;
}

.feature-icon {
    background-color: var(--theme-color-d);
}

.main {
    background-image: url("../img/pexels-jess-loiterton-4602279.webp");
    background-size: cover;
    background-position: 80% 80%;
}
.btn-main {
    width: 350px;
    height: 50px;
    background-color: var(--theme-color-c);
    color: var(--theme-color-a);
    text-transform: uppercase;
    font-weight: 600;
}

.btn-main:hover {
    color: white;
    background-color: var(--theme-color-a);
}

.btn-locations, .btn-locations:visited, .btn-locations:active {
    background-color: var(--theme-color-c);
    padding: auto 5%;
    color: white;
}

.btn-locations:hover {
    color: white;
    background-color: var(--theme-color-a);
}

.location-munich {
    background-image: url("../img/munich-1.webp");
    background-size: cover;
}

.location-frankfurt {
    background-image: url("../img/frankfurt-1.webp");
    background-size: cover;
}

.location-berlin {
    background-image: url("../img/berlin-1.webp");
    background-size: cover;
}

.location-koeln {
    background-image: url("../img/koeln-1.webp");
    background-size: cover;
}

.location-hamburg {
    background-image: url("../img/hamburg-1.webp");
    background-size: cover;
}

.location-stuttgart {
    background-image: url("../img/stuttgart-1.webp");
    background-size: cover;
}


.header-illustration {
    height: 30vh;
    margin: 3%;
    max-width: 80%;
}

.illustration {
    margin-top: 5%;
}

.header-image {
    max-height: 330px;
}

.header-logo {
    margin: 3%;
}

.logo-position {
    justify-content: left;
}

.check24-searchbar {
    width: 100%;
    height: 600px;
}

iframe {
    border: none;
    background-color: #005C53 !important;
}


/* FOOTER */
.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

footer {
    font-size: 0.8em;
}

.nav-link a:hover {
    font-weight: 600 !important;
}

footer ul a, footer ul a:visited, footer ul a:active {
    color: var(--default-font-color) !important;
    text-decoration: none;
}

.footer-logo {
    margin: 1% 0%;
}


/* HEADER */
.showcase {
    width: 100%;
    height: 500px;
    position: relative;
    color: white;
    text-align: center;
}

.showcase img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99
}

.showcase .overlay {
    width: 100%;
    height: 500px;
    background-color: rgba(0, 35, 82, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999
}

.showcase h2 {
    margin-top: 170px;
    font-size: 3em;
}

.showcase p {
    margin-top: 8px;
    font-size: 1.2em;
}

.overlay-top {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999
}

.sidebar .bi {
    padding: 8px;
}
.sticky-container{
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: 0px;
    top: 40%;
    width: 70px;
}

.sticky li{
    list-style-type: none;
    background-color: lightgray;
    color: var(--default-font-color);
    height: 43px;
    padding: 0px;
    margin: 0px 0px 5px 0px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor: pointer;
    border-radius: 10%;
}

.sticky li:hover{
    background-color: var(--theme-color-d);
    color: var(--theme-color-a);
}

.sticky li img{
    float: left;
    margin: 5px 5px;
    margin-right: 10px;
}

.sticky li p{
float:left;
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
    line-height: 43px;
}
