.balken {
    width: 100%;
    height: 50vh;
    background-size: cover;
    background-position-x: center;
    background-position-y: bottom;
    border-bottom: 5px solid #c0a468;
}
.btn-gold, .btn-gold:focus-visible {
    border-color: #c0a468;
    background-color: #c0a468;
    border-width: 3px;
    border-radius: 0;
    font-weight: 500 !important;
}

.btn-gold:hover, .btn-gold:active, .btn-gold:not(:disabled):not(.disabled):active {
    background-color: #F5EDE5;
    border-color: #c0a468;
    border-width: 3px;
    color: #000 !important;
}

.btn-gold.focus, .btn-gold:focus {
    box-shadow: none;
}

.btn-gold:not(:disabled):not(.disabled):active:focus, .show > .btn-gold.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #F5EDE5;
}

.footer {
    border-top: 5px solid #c0a468;
    background-color: #F5EDE5;
    color: #c0a468;
}

.footer .nav-link {
    color: #000;
    font-weight: 500 !important;
}

.form-control {
    border-radius: 0;
}

.text-gold {
    color: #c0a468 !important;
}

.bg-gold {
    background-color: #c0a468;
    color: #fff;
}

.border-gold {
    border-color: #c0a468 !important;
}

.header {
    margin-bottom: 35vw;
}

.header-content {
    height: 35vw;
    z-index: 100;
}

.header-text {
    /*height: 33vw;*/
    height: calc(35vw - 25px);
    z-index: 1001;
}

.invent-logo {
    width: 10vw;
    max-width: 225px;
    min-width: 125px;
}

.tchibo-logo {
    width: 20vw;
    max-width: 300px;
    min-width: 125px;
}

.w-35 {
    width: 35% !important;
}

.w-30 {
    width: 30% !important;
}

@media (min-width: 844px) and (max-width: 915px) {
    .display-3 {
        font-size: calc(.9rem + 3.3vw);
    }

    .display-6 {
        font-size: calc(1rem + 1.5vw);
    }
}

@media (max-width: 767.98px) {
    .display-3 {
        font-size: calc(.6rem + 3.3vw);
    }

    .display-6 {
        font-size: calc(.7rem + 1.5vw);
    }

    .invent-logo {
        width: 8vw;
        max-width: 225px;
        min-width: 80px;
    }

    .tchibo-logo {
        width: 10vw;
        max-width: 150px;
        min-width: 100px;
    }

    .header-text {
        height: calc(35vw - 10px);
    }
}
