html {
    scroll-behavior: smooth;
}

body {
    background-color: #fffcf2;
}

header {
    position: fixed;
    width: 100%;
    z-index: 3;
}

header .site-title {
    display: none;
}

header a.site-logo {
    padding: 10px;
}

header nav.navbar {
    background-color: #000;
} 

header .search-block-form, header nav.block-menu {
    display: inline-block;
}
header ul.navbar-nav a {
    padding-top: 0px;
}

#block-hanse-account-menu {
    display: inline-block;
}
#block-hanse-account-menu ul {
    margin-top: 8px;
}

/*#block-hanse-account-menu ul a::before {
  content: url('data:image/svg+xml; utf8, <svg class="svg-inline--fa fa-user" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="user" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" data-fa-i2svg=""><path fill="currentColor" d="M224 256c70.7 0 128-57.31 128-128s-57.3-128-128-128C153.3 0 96 57.31 96 128S153.3 256 224 256zM274.7 304H173.3C77.61 304 0 381.6 0 477.3c0 19.14 15.52 34.67 34.66 34.67h378.7C432.5 512 448 496.5 448 477.3C448 381.6 370.4 304 274.7 304z"></path></svg>');;
  width: 20px;
  height: 20px;
  color: #fff;
}*/

#block-hanse-languageswitcher {
    /*float: right;*/
    display: inline-block;
}
#block-hanse-languageswitcher li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

body, p {
    font-family: 'neuzeit-grotesk';
    font-size: 15px;
    font-weight: 400;
}

body, a {
    color: #847265;
}

a:hover, a:active {
    color: #000;
}

p.large {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    max-width: 750px;
    margin: auto;
}

p.narrow {
    max-width: 750px;
    margin: auto;
}

p.maxwidth-1200, .maxwidth-1200 {
    max-width: 1200px;
}

p.maxwidth-980, .maxwidth-980 {
    max-width: 980px;
}

p.maxwidth-465, .maxwidth-465 {
    max-width: 465px;
}

p.maxwidth-250, .maxwidth-250 {
    max-width: 250px;
}




.container-section {
    padding: 80px 48px 80px 48px;
}

.col-section {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding: 121px 121px 121px 167px;
}

.bg-white {
    background-color: #FFF;
}

.bg-sand {
    background-color: #E7DFD5;
}

.bg-vanilla {
    background-color: #F0EEE6;
}

.bg-olive {
    background-color: #648071;
}

.bg-orange {
    background-color: #B16E48;
}

.bg-chocolate {
    background-color: #5F5148;
    color: #F2F0EA;

}

.color-yellow {
    color: #F5BD4F;
}

h1, h2, h3, h4, h5,.section-title {
    font-family: "minerva-modern";
    text-transform: uppercase;
    margin:auto;
}

h1, h1.section-title {
    font-size: 54px;
    font-weight: 550;
}

h1.section-title {
    max-width: 900px;
    text-align: center;
}

h2, h2.section-title {
    font-size: 48px;
    font-weight: 550;
    max-width: 900px;
    text-align: center;
}

h3, h3.section-title {
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    letter-spacing: 3px;
}

h4, h4.section-title {
    font-size: 30px;
    font-weight: 400;
    line-height: 33px;
    text-align: left;
}

h5, h5.section-title {
    font-size: 24px;
    font-weight: 550;
    line-height: 26px;
    text-align: left;
}

.section-subtitle {
    color: #C35417;
    text-transform: uppercase;
    text-align: center;
    font-family: 'neuzeit-grotesk';
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
}

h1.font-neuzeit, h2.font-neuzeit, h3.font-neuzeit, h4.font-neuzeit, h5.font-neuzeit {
    font-family: 'neuzeit-grotesk';
}
h5.font-neuzeit {
    font-weight: 400;
}
.fw-400 {
    font-weight: 400!important;
}

footer .section-subtitle {
    color: #88817B;
}

footer a, footer a:hover {
    color: #F0EEE6;
}
footer a:hover {
    text-decoration: underline;
}


.container-blue {
    background: #0B2F78;
}
.container-blue .section-subtitle, .container-blue .section-title, .container-blue p,
.bg-olive, .bg-olive .section-subtitle, .bg-olive .section-title, .bg-olive p,
bg-orange, .bg-orange .section-subtitle, .bg-orange .section-title, .bg-orange p {
    color: #fff;
}

div.bg-image {
    background-position: center;
    background-size: cover;
    min-height: 600px;
}


div.bg-image-bottom {
    background-position: bottom;
}

div.bg-banner {
    min-height: 800px;
}

.border-top {
    border-top: 1px solid #847265 !important;
}
.border-bottom {
    border-bottom: 1px solid #847265 !important;
}

.btn-primary {
    background-color: #B16E48;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid #B16E48;
    border-radius: 0px;
    padding: 12px;
}

.btn-primary:hover, .btn-primary:active {
    background-color: #fff;
    color: #B16E48;
    border: 1px solid #B16E48;
}

.btn-secondary {
    background-color: transparent;
    color: #847265;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid #847265;
    border-radius: 0px;
    padding: 12px;
}

.btn-secondary:hover, .btn-secondary:active {
    background-color: #847265;
    color: #fff;
    border: 1px solid #fff;
}

.bg-orange .btn-secondary {
    color: #fff;
    border: 1px solid #fff;
}

.bg-image-darken {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1)), url("/sites/default/files/images/content/contentbanner-2.jpg");
}

.circled {
    font-weight: bolder;
    border: 1px solid #FFFCF2;
    background-color: #FFFCF2;
    border-radius: 20px;
    padding: 10px;
    margin-right: 5px;
}

.font-20 {
    font-size: 20px;
}
.font-24 {
    font-size: 24px;
}

#container-voraussetzungen div.card {
    background-color: #fffcf2;
}
#container-voraussetzungen div.card p {
    max-width: 200px;
    margin: auto;
}

nav.menu--main ul.dropdown-menu {
    background-color: unset;
}

/*
body.path-frontpage header {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1)), url("/sites/default/files/images/content/contentbanner-3.jpg");
    background-position: center;
    background-size: cover;
    min-height: 600px;
}
*/
body.path-frontpage .navbar-light .navbar-nav .nav-link {
    color: #fff;
}

body.path-frontpage header a {
    color: #fff;
}

body.path-frontpage nav.menu--main ul.dropdown-menu {
    background-color: #000;
}

body.path-user main {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

footer, .region-footer, .region-content {
    padding: 0px;
}

div.slideshow-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 10px;
    background-color: rgba(0,0,0,0.5);
}

.carousel-indicators {
    bottom: unset;
    top: 30px;
}
.carousel-indicators li {
    width: 33%;
}

.ewallet-label, .ewallet-amount, .ewallet-currency, .ewallet-input-amount {
    font-family: "minerva-modern";
    font-size: 24px;
    font-weight: 550;
    line-height: 26px;
}
.ewallet-label {
    text-transform: uppercase;   
    font-weight: 400;
}
.ewallet-input-button  {
    font-size: 1.5rem;
}
.ewallet-input-amount {
    max-width: 100px;
}

#contact-message-feedback-form input[type=text] {
    /*background-color: transparent;*/
    border: unset;
    border-bottom: 1px solid #333;
    color: #000;
}
#contact-message-feedback-form textarea {
    /*background-color: transparent;*/
    border: 1px solid #333;
    color: #000;
}

#contact-message-feedback-form ::placeholder {
    color: #847265;
    opacity: 1; /* Firefox */
}

#contact-message-feedback-form  ::-ms-input-placeholder { /* Edge 12 -18 */
    color: #847265;
}

img.partner_logo {
    max-height: 80px;
    max-width: 150px;
    margin: auto;
}

img.purchasesshoplogo {
    max-width: 100px;
}

.text-red {
    color: red;
}

.dropdown-toggle::after {
    font-size: 40px;
}

header .dropdown-toggle::after {
    font-size: unset;
}
#contact-message-feedback-form {
    width: 80%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;    
}
body.path-contact h1.page-title {
    text-align: center;
}


@media (min-width: 768px) {
    .footer-padding-left {
        padding-left: 121px;
    }
}

@media (max-width: 767px) {

    body, p {
        font-size: 15px;
        font-weight: 400;
    }



    p.large {
        font-size: 19px;
        font-weight: 400;
        line-height: 19px;
        max-width: 750px;
        margin: auto;
    }

    body.path-frontpage .navbar-nav {
        background-color: rgba(0.5,0.5,0.5,0.5);
    }

    body.path-frontpage .navbar-light .navbar-toggler-icon {
        filter: invert(1);
    }

    .col-section {
        padding: 50px;
    }
    .col-section-first {
        padding-bottom: 0px;
    }
    .col-section-second {
        padding-top: 0px;
    }
    .container-section {
        padding: 20px 15px 20px 10px;
    }
    div.bg-banner {
        min-height: 400px;
        max-height: 600px;
    }
    div.bg-image {
        min-height: 400px;
    }
    /*body.path-frontpage header {
        background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1)), url("/sites/default/files/images/content/contentbanner-3.jpg");
        background-position: center;
        background-size: cover;
        min-height: 300px;
    }*/

    h1, h1.section-title {
        font-size: 45px;
        font-weight: 550;
    }

    h2.section-title {
        font-size: 38px;
        font-weight: 550;
        max-width: 900px;
        text-align: center;
    }

    h3.section-title {
        font-size: 28px;
        font-weight: 400;
        line-height: 33px;
        text-align: left;
        letter-spacing: 3px;
    }

    h4.section-title {
        font-size: 24px;
        font-weight: 400;
        line-height: 30px;
        text-align: left;
    }

    h5.section-title {
        font-size: 19px;
        font-weight: 550;
        line-height: 22px;
        text-align: left;
    }

    .ewallet-label, .ewallet-amount, .ewallet-currency, .ewallet-input-amount {
        font-size: 1rem;
        color: #000;
    }
    .ewallet-label {
        text-transform: uppercase;
    }
    .ewallet-input-button  {
        font-size: 1rem;
    }
    .ewallet-input-amount {
        max-width: 80px;
    }


}

@media (max-width: 1199px) {
    .col-section-xl-second {
        padding-top: 0px;
    }
}    