@font-face {
    font-family: 'Merriweather';
    src: url('../Fonts/merriweather/Merriweather-VariableFont_opsz,wdth,wght.ttf') format('truetype');
    font-weight: 300 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Merriweather Italic';
    src: url('../Fonts/merriweather/Merriweather-Italic-VariableFont_opsz,wdth,wght.ttf') format('truetype');
    font-weight: 300 600;
    font-display: swap;
}
:root {
    --primary: #C39953;
}
html{
    background: transparent;
    background: url('/fileadmin/hintergrund-website-blass-sw.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
}
body {
    background: -moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    font-family: 'Merriweather', serif;
    font-weight: 300;
}
.vh-80 {
    height: 80vh !important;
}
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5{
    font-family: 'Merriweather', serif;
    font-weight: 300;
    letter-spacing: 3%;
}
h1, h2, .h1, .h2{
    font-size: 1.5em;
}
h3, h4, h5, .h3, .h4, .h5{
    font-size: 1.2em;
}
p{
    line-height: 1.55;
    font-size: 1rem;
}
blockquote{
    margin: 2rem auto 4rem auto;
    max-width: 80%;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-left: 0;
}
blockquote, i{
    font-family: 'Merriweather Italic', serif;
    font-style: normal;
}
blockquote span.quote-icon::after {
    content: "";
    float: left;
    width: 34px;
    height: 34px;
    background-image: url('../Icons/quote.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
blockquote .author::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 1px;
    background-color: #333;
    margin-right: 9px;
    margin-bottom: 5px;
}
a {
    color: var(--primary);
}
a.text-decoration-none h3{
    font-size: 1.7em;
}
#header {
    background: white;
    font-family: 'Merriweather', serif;
    transition: all 0.4s ease-in-out;
}
#header .container{
    border-bottom: 1px solid rgba(197, 197, 197, 0.5);
    transition: all 2s ease-in-out;
}
.navbar-brand{
    width: 60%;
    padding-right: 0;
    margin-right: 0;
}
.navbar-brand img{
    width: 100%;
}
.nav-link:focus-visible {
    box-shadow: none;
}
#header.scrolled{
    background: white;
    transition: all 0.4s ease-in-out;
}
#header.scrolled .container{
    border-bottom: 1px solid rgba(195, 153, 83, 0.5);
    transition: all 2s ease-in-out;
}
.dropdown-menu{
    border-color: var(--primary);
}
.dropdown-item{
    font-weight: 300;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: var(--primary);
}
#Content{
    min-height: calc(100vh - 140px);
}
header{
    font-family: 'Merriweather', serif;
}
img{
    width: 100%;
    height: auto;
    transition: 0.5s all ease-in-out;
}
/*Timeline Styling*/
.timeline::before {
    content: '';
    position: fixed;
    top: 0;
    left: 11px;
    bottom: 0;
    width: 2px;
    background-color: #c39953;
    z-index: -1;
}
.timeline .entries {
    width: calc(100% - 10px);
    max-width: 800px;
    margin: auto;
    position: relative;
    left: -5px;
}
.timeline .entries .entry {
    width: 100%;
    float: left;
    padding: 20px;
    clear: both;
    text-align: left;
}
.timeline .entries .entry .title{
    position: relative;
}
.timeline .entries .entry .title span, .timeline .entries .entry .title a{
    color: #6e6e6e;
    text-decoration: none;
}
.timeline .entries .entry .title::before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    border: 2px solid #c39953;
    background-color: #FFF;
    border-radius: 100%;
    left: -29px;
    z-index: 2;
}
.timeline .entries .entry:nth-child(2n) {
    text-align: left;
    float: left;
}
.timeline .entries .entry:nth-child(2n) .title::before {
    left: -29px;
}
.entry .body {
    margin-top: 0.5em;
    color: #aaa;
}
ul.ce-uploads {
    padding: 0;
}
/*Cookie Styling*/
#CookieBox{
    top: 22% !important;
    left: 27% !important;
    width: 50% !important;
    overflow-y: scroll;
}
#CookieBox p{
    font-size: 1rem !important;
}
#CookieBox p.h2{
    font-size: 1.25rem !important;
}
#CookieBox .box-cookie-management {
    height: fit-content !important;
}
#CookieBox .text-center{
    text-align: left !important;
}
#CookieBox .cookie-btn {
    background: var(--primary) !important;
    font-weight: normal !important;
    letter-spacing: 0.2px;
    text-align: center !important;
}
#CookieBox .text-back-right .cookie-btn, #CookieBox #data-cookie-individual.cookie-btn, #CookieBox #data-cookie-refuse.cookie-btn {
    background: white !important;
    border: 2px solid var(--primary);
    color: var(--primary) !important;
}
#CookieBox .box-cookie-management-in > p {
    text-align: center !important;
}
#CookieBox .cookie-fix .cookieback, #CookieBox .cookie-fix .cookie-refuse {
    white-space: normal !important;
}
footer{
    a, .nav-item a{
        color: #222;
        text-decoration: none;
    }
    a:hover, .nav-item a:hover{
        color: var(--primary);
    }
    .cookie-set:hover{
        color: var(--primary);
    }
}
.frame-space-before-small{
    margin-top: 0.5rem;
}
.frame-space-after-small{
    margin-bottom: 0.5rem;
}
.frame-space-before-medium{
    margin-top: 2rem;
}
.frame-space-after-medium{
    margin-bottom: 2rem;
}
.frame-space-before-large{
    margin-top: 3rem;
}
.frame-space-before-extra-large{
    margin-top: 4.5rem;
}
@media (max-width: 450px) {
    .logo{
        font-size: 110%;
    }
}
@media(max-width: 576px){
    #CookieBox {
        left: 10% !important;
        width: 80% !important;
    }
}
@media (min-width: 576px){
    .timeline::before {
        left: 50%;
    }
    .timeline .entries .entry {
        width: calc(50% - 10px);
        text-align: right;
    }
    .timeline .entries .entry .title::before {
        right: -45px;
        left: unset;
    }
    .timeline .entries .entry:nth-child(2n) {
        float: right;
    }
    .timeline .entries .entry:nth-child(2n) .title::before {
        left: -33px;
    }
}
@media (max-width: 768px) {
    .section .container{
        padding: 0 1.5rem;
    }
    #navbarNavDropdown{
        margin-top: 1.2rem;
        min-height: 100vh;
    }
    .nav-item {
        margin: 10px 0 10px 0;
    }
    .navbar-nav .nav-link {
        font-size: 1.1rem;
        font-weight: 300;
    }
    footer {
        ul.nav {
            display: block;
            text-align: center;
        }
    }
}
@media (min-width: 768px){
    .frame-space-before-small{
        margin-bottom: 2rem;
    }
    .frame-space-after-small{
        margin-bottom: 2rem;
    }
    .frame-space-before-medium{
        margin-top: 4rem;
    }
    .frame-space-after-medium{
        margin-top: 4rem;
    }
    .frame-space-before-large{
        margin-top: 10rem;
    }
    .frame-space-before-extra-large{
        margin-top: 12rem;
    }
    .navbar-brand{
        width: 50%;
    }
    .navbar-nav .nav-link {
        padding: 0.5rem 1rem;
        color: #C39953;
        font-size: 1rem;
        font-weight: 300;
    }
    .navbar-nav .nav-link:hover, .navbar-nav .nav-link.is-active  {
        color: black;
    }
    .slider-vorschau{
        margin-bottom: 30px;
        justify-content: center;
        .slick-list{
            width: 90%;
        }
        .card.slick-slide {
            margin: 0 1rem;
        }
    }
    blockquote{
        margin: 2rem auto 4rem auto;
        max-width: 70%;
    }
}
@media (max-width: 992px){
    .icon-menu {
        position: relative;
        display: inline-block;
        width: 35px;
        height: 25px;
        vertical-align: middle;
        fill: none;
        float: right;
        transition: all 0.3s ease-in-out;
    }
    .navbar-toggler:focus{
        box-shadow: none;
    }
    .icon-menu.is-active{
        z-index: 10;
    }
    .icon-menu .line {
        position: absolute;
        left: 0;
        display: block;
        width: 100%;
        height: 3px;
        border-radius: 3px;
        -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        background-color: var(--primary);
    }
    .icon-menu .line-1 {
        top: 0;
    }
    .icon-menu.is-active .line-1 {
        -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
        -moz-transform: translateY(11px) translateX(0) rotate(45deg);
        transform: translateY(11px) translateX(0) rotate(45deg);
    }
    .icon-menu .line-2 {
        top: 50%;
        margin-top: -1.5px;
    }
    .icon-menu.is-active .line-2 {
        opacity: 0;
    }
    .icon-menu .line-3 {
        bottom: 0;
    }
    .icon-menu.is-active .line-3 {
        -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
        -moz-transform: translateY(-11px) translateX(0) rotate(-45deg);
        transform: translateY(-11px) translateX(0) rotate(-45deg);
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse{
        min-width: fit-content;
    }
    .navbar-brand{
        width: 60%;
        padding-right: 0;
        margin-right: 0;
    }
    .navbar-nav .nav-link {
        font-size: 1rem;
        min-width: fit-content;
    }
}
@media (max-width: 1000px) {
    #CookieBox {
        top: 15% !important;
        min-height: fit-content !important;
    }
}
@media (max-width: 1200px){
    #Content{
        padding-top: 78px;
    }
}
@media (min-width: 1200px) {
    .navbar-brand{
        width: 100%;
    }
    .navbar-brand img{
        width: 100%;
    }
    #header.scrolled .navbar-brand img{
        width: 90%;
    }
    .navbar-nav .nav-link {
        font-size: 1.2rem;
        min-width: fit-content;
    }
}
@media (max-width: 1400px){
    #Content{
        padding-top: 95px;
    }
}
@media (min-width: 1400px){
    #Content{
        padding-top: 115px;
    }
}
.card {
    border: none;
    width: 100%;
    border-radius: 0;
    box-shadow: 0px 0 6px #e6e6e6;
    background-color: #c39953; background:-moz-linear-gradient(-45deg,rgba(201,163,100,1) 0%,rgba(201,163,100,0.24) 99%,rgba(201,163,100,0.24) 100%);
    background: -webkit-linear-gradient(-45deg,rgba(201,163,100,1) 0%,rgba(201,163,100,0.24) 99%,rgba(201,163,100,0.24) 100%);
    background: linear-gradient(135deg,rgba(201,163,100,1) 0%,rgba(201,163,100,0.24) 99%,rgba(201,163,100,0.24) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9a364',endColorstr='#3dc9a364',GradientType=1);
}
.card-body{
    padding: 1.25rem;
    color: white;
    a{
        color: white;
        text-decoration: none;
    }
    hr{
        border-top: 1px solid white;
        opacity: 1;
    }
}
time{
    font-size: 1rem;
}
.slider-vorschau{
    .slick-list{
        padding: 0;
    }
    .card.slick-slide {
        margin: 0 0.7rem;
    }
}
.slick-prev {
    left: 15px;
    z-index: 10;
}
.slick-next {
    right: 15px;
    z-index: 10;
}
.image-wrapper {
    height: auto !important;
}
.partner-slider img{
    object-fit: contain !important;
    padding: 1rem;
}
.partner-slider .slick-track{
    display: flex;
    align-items: center;
}
