:root {
    --bg-color: rgb(36, 36, 36);
    --bg-color-alt: rgb(26, 26, 26);
    --bg-color-footer: rgb(0, 0, 0);
    --text: rgb(202, 202, 202);
    --text-darker: rgb(114, 114, 114);
    --yellow: rgb(255, 255, 0);
    --dk-blue: rgb(0, 0, 141);

    --space-cadet: #3b3561ff;
    --citrine: #ead94cff;
    --alice-blue: #f4faffff;
    --columbia-blue: rgb(219, 234, 251);
    --flame: #cf5c36ff;
}

* {
    box-sizing: border-box;
}

html,
body {
    background-color: var(--bg-color-alt);
    color: var(--bs-gray);
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    min-height: 100vh;
}
body{
    padding-top:85px;
}

.logo {
    height: 75px;
    width: 300px;
}
.section1 {
    background-color: var(--bg-color);
}

.section2 {
    background-color: var(--bg-color-alt);
}

.section3 {
    background-color: var(--bg-color);
}

.section4 {
    background-color: var(--bg-color-alt);
}

#main {
    /*background: url("assets/img/img_01.jpg") no-repeat center center;*/
    display: table;
    height: 250px;
    position: relative;
    width: 100%;
    background-size: cover;
    color: #fff;
    background-color: var(--bg-color-alt);
}

.navbar-brand_my {
    position: relative;    
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.logo_landing {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.logo_landing img {
    width: 200px;
    height: auto;
}

.logo_partner {
    margin-top: 25px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.logo_partner img {
    max-width: 150px;
    max-height: 50px;
}

.gradient_text {
    background-image: linear-gradient(#916027ff, #f3ea99ff, #916027ff);
    color: transparent;
    background-clip: text;

}

.getstarted {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: white;
}

.overlay {
    position: absolute;
    background: rgba(34, 34, 34, 0.568);

    /* center overlay text */
    align-items: center;
    justify-content: center;
}

.overlay_1 {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    padding: 50px;
}

.overlay-content {
    width: 75%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;

}

.overlay-content h1 {
    color: var(--yellow) !important;
    text-shadow: 3px 3px 3px black;
}

.overlay-content p {
    font-size: 28px;
    text-align: justify;
}

@media (max-width:479px) {
    .overlay-content p {
        display: none;
    }

    .overlay-content {
        text-align: center;
        width: 100%;
    }

    .overlay-content h1 {
        font-size: 30px;
    }

    .overlay {
        background: none;
    }
}

@media (max-width:767px) {
    .overlay-content p {
        display: none;
    }

    .overlay-content {
        text-align: center;
        width: 100%;
    }

    .overlay-content h1 {
        font-size: 50px;
    }

    .overlay {
        background: none;
    }
}

@media (max-width:1024px) {
    .overlay-content p {
        font-size: 14px;
    }

    .timelineImg {
        width: 400px;
    }
}

@media (max-width:1280px) {
    .overlay-content p {
        font-size: 18px;
    }
}

.icon {
    color: rgb(138, 138, 138);
    padding: 10px;
}

.icon:hover {
    color: rgb(201, 201, 201);
}

a.anchor {
    display: block;
    position: relative;
    top: -75px;
    visibility: hidden;
}

.reverse {
    flex-direction: row-reverse;
}

.timelineImg {
    max-width: 400px;
    overflow: hidden;
}

.timelineRow {
    margin-bottom: 20px;
    text-align: justify;
}

.montserrat {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.f-300 {
    font-weight: 300;
}

.f-500 {
    font-weight: 500;
}

.f-700 {
    font-weight: 700;
}

.f-900 {
    font-weight: 900;
}

.fs-20 {
    font-size: 20px;
}

.fs-16 {
    font-size: 16px;
}

#impressum {
    display: block;
    position: relative;
    top: 50px;
}

a {
    text-decoration: none;
    color: var(--text);
}

.footer_contact {
    color: var(--text);
    text-align: left;
}

#footer {
    background-color: var(--bg-color-footer);
    min-height: 220px;
    padding-top: 50px;
}

.dark-text {
    color: var(--text-darker);
}

.fronius_icon {
    margin-top: 35px;
    width: 75px;
    height: auto;
}