@CHARSET "UTF-8";

/** VENDOR IMPORT **/
@import "../../../vendor/bootstrap/5/css/bootstrap.min.css";
@import "../../../vendor/fontawesome/6/css/all.min.css";
/** END VENDOR IMPORT **/

/** FONTS IMPORT **/
@font-face {
    font-family: 'Henkel';
    src: url('../../../fonts/Henkel-GT-Flexa-Condensed-Regular.woff2') format('woff2'),
    url('../../../fonts/Henkel-GT-Flexa-Condensed-Regular.woff') format('woff'),
    url('../../../fonts/Henkel-GT-Flexa-Condensed-Regular.ttf') format('truetype'),
    url('../../../fonts/Henkel-GT-Flexa-Condensed-Regular.otf')  format('opentype'),
    url('../../../fonts/Henkel-GT-Flexa-Condensed-Regular.svg#Henkel-GT-Flexa-Condensed-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Henkel';
    src: url('../../../fonts/Henkel-GT-Flexa-Condensed-Thin.woff2') format('woff2'),
    url('../../../fonts/Henkel-GT-Flexa-Condensed-Thin.woff') format('woff'),
    url('../../../fonts/Henkel-GT-Flexa-Condensed-Thin.ttf') format('truetype'),
    url('../../../fonts/Henkel-GT-Flexa-Condensed-Thin.otf')  format('opentype'),
    url('../../../fonts/Henkel-GT-Flexa-Condensed-Thin.svg#Henkel-GT-Flexa-Condensed-Thin') format('svg');
    font-weight: 300;
    font-style: normal;
}
/** END FONTS IMPORT **/

/** GENERAL Container from layout_de (Navigation, Header, Content, Footer **/

html, body {
    font-family: 'Henkel', arial, sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #FFF;
    min-height: 100%;
    margin: 0;
    padding: 0;
    font-weight: 300;
}

/** COLORS **/
.g1-orange { color: #d0a02c !important; }
.g1-orange-bg { background: #d0a02c !important; }

#site_wrapper {
    background: url('../img/bg.jpg') top center no-repeat;
    background-size: cover;
    height: 100%;
    min-height: 100vh;
    display: grid;
    grid-template-rows: 50px 1fr 162px;
}
.btn-success {
    --bs-btn-color: #000;
    --bs-btn-bg: #d0a02c;
    --bs-btn-border-color: #d0a02c;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d0a02c;
    --bs-btn-hover-border-color: #d0a02c;
    --bs-btn-focus-shadow-rgb: 60,153,110;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #d0a02c;
    --bs-btn-active-border-color: #d0a02c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #d0a02c;
    --bs-btn-disabled-border-color: #d0a02c;
}
.content, .inner-content {
    flex-grow: 1;
}
.content {
    overflow: hidden;
}
.inner-content {
    overflow-y: auto;
    overflow-x: hidden;
}
.logo {
    display: block;
    background: url('../img/logo_desktop.png') top right no-repeat;
    height: 717px;
    background-size: contain;
}
.content .menu {
    min-height: 6.7vh;
}
.footer-text {
    font-weight: 300;
    font-size: 12px;
    color: #d0a02c;
}

/** LINKS **/
a, a:active, a:hover, a:visited, a:focus, a:link {
    text-decoration: none;
    color: #FFF;
}
a.image-download,
a:active.image-download,
a:hover.image-download,
a:visited.image-download,
a:focus.image-download,
a:link.image-download {
    text-decoration: none;
    color: #000;
}


.btn-link:focus, .btn-link:active, .btn-link:hover {
    text-decoration: none;
}

/** HEADLINES **/
h1 {
    font-size: 29px;
    line-height: 33px;
}
.form-control {
    height: 54px;
    border-radius: 27px;
    text-align: center;
}
.form-control:disabled {
    background-color: #b0b0b0;
    border: 1px solid #b0b0b0;
    opacity: 1;
}
.form-check-label {
    line-height: 24px;
}
.form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23d0a02c'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23d0a02c' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked {
    background-color: #d0a02c;
    border-color: #d0a02c;
}
.btn-brand {
    background-color: #d0a02c;
    cursor: pointer;
    color: #04070e;
    height: 54px;
    border-radius: 27px;
    text-decoration: none;
    text-align: center;
    height: 45px;
}

.btn-done {
    background-color: #644f1b;
    cursor: pointer;
    color: #04070e;
    height: 54px;
    border-radius: 27px;
    text-decoration: none;
    text-align: center;
    height: 45px;
}
.btn:hover { color: #04070e; }
.btn-brand:hover {
    background-color: #d0a02c;
}
.btn-done:hover {
    background-color: #644f1b;
}
.btn-brand:active, bth-brand:focus {}
.btn-brand:disabled {}

.alert {
    border-radius: 27px;
}
.navbar {
    padding: 0;
    align-items: start;
}
.navbar-expand-lg .navbar-nav .nav-link {
    display: flex;
    color: #d0a02c;
    padding: 0;
}
.navbar-expand-lg .navbar-nav .nav-link:not(:last-child)::after {
    display: flex;
    content: "|";
    padding: 0 1rem;
}
.navbar-expand-lg .navbar-nav .nav-link.active {
    font-weight: normal;
}
button.navbar-toggler {
    padding: 10px 0 0 0;
}
.navbar-toggler-icon {
    width: 2em;
    height: 2em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28208, 160, 44, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler:focus {
    box-shadow: none;
}
.confirmation {
    color: #d0a02c;
}
.ff {
    padding-top: 0;
    padding-bottom:0;
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5em;
}
::-webkit-scrollbar {
    width: 4px;
}
::-webkit-scrollbar-track {
    background: #b0b0b0;
}
::-webkit-scrollbar-thumb {
    background: #d0a02c;
}
::-webkit-scrollbar-thumb:hover {
    background: #d0a02c;
}
@media (max-width: 991px) {
    #site_wrapper {
        background: url('../img/bg_header.jpg') top center no-repeat,
        url('../img/bg_repeater.jpg') center center repeat-y;
        height: 100%;
        display: flex;
        flex-direction: column;
        background-color: #0b0c10;
    }
    .inner-content {
        padding: 2em 0;
    }
    .logo {
        display: block;
        background: url('../img/logo_mobile.png') top center no-repeat;
        background-size: contain;
        height: 455px;
        margin-top: 20px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        display: flex;
        color: #d0a02c;
        padding: 0.5rem;
    }
    .navbar-expand-lg .navbar-nav .nav-link:not(:last-child)::after {
        display: flex;
        content: "";
    }
}
@media (max-width: 767px) {
    .logo {
        height: 337px;
    }
}
@media (max-width: 575px) {
    .logo {
        height: calc(100vw / 1.70)
    }
    .padded {
        padding-left: 15px;
        padding-right: 15px;
    }
}