
/* playfair-display-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/playfair-display-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/playfair-display-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/playfair-display-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/playfair-display-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/playfair-display-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/playfair-display-v30-latin-regular.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
}
:root {

    --primary:       #a8833f;
    --secondary:     #4f5050;
    --bgbtn:         #d3c19f;
    --weiss:         #ffffff;
    --schwarz:       #000000;  
    
}


html, body {
    font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.3;
    color: var(--schwarz);
    scroll-behavior: smooth;
    background-color: var(--weiss);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}
*:focus, .btn.focus, .btn:focus, button:focus {
    outline: 0 none;
    border: 0;
    border-color: transparent;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

::-webkit-scrollbar {
    width: 6px
}
::-webkit-scrollbar-track {
    background: var(--weiss);
    border-radius: 0px
}
::-webkit-scrollbar-thumb {
    background: var(--bgbtn);
    border-radius: 0px
}

::selection {
    background: var(--bgbtn);
    color: var(--schwarz);
}
::-moz-selection {
    background: var(--bgbtn);
    color: var(--schwarz);
}

a {
    color: var(--primary);
    text-decoration: none;
}
a:hover {
    color: var(--schwarz);
}

figure {
    margin: 0;
    padding: 0;
}
strong,
.strong {
    font-weight: 400;
}

h1, .h1 {
    font-family: 'Playfair Display';
    margin: 0;
    padding: 0;
    line-height: 100px;
    font-weight: 400;
    font-size: 55px;
    color: var(--primary);
    display: inline-block;
}

@media only screen and (max-width: 1060px) {
    h1, .h1 {
        font-size: 45px;
    } 
}
@media only screen and (max-width: 890px) {
    h1, .h1 {
        font-size: 35px;
    } 
}
@media only screen and (max-width: 730px) {
    h1, .h1 {
        font-size: 24px;
    } 
}

@media only screen and (max-width: 510px) {
    h1, .h1 {
        font-size: 18px;
    }     
}

h2, .h2 {
    font-family: 'Playfair Display';
    font-size: 34px;
}

h3, h4, h5, h6, .h3, .h4, .h5, .h6 {
    font-family: TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
    font-weight: 400;
}


h3, .h3{
    font-size: 46px;
}

h4, .h4{
    font-size: 30px;
    color: var(--primary);
    display: inline-block;
    position: relative;
}

h4::before {
    margin-right: 15px;
    right: 100%;
}
h4::before, h4::after {
    content: "";
    position: absolute;
    border-top: 1px solid #a8833f;
    top: 50%;
    width: 2000px;
}
h4::after {
    margin-left: 15px;
    left: 100%;
}

h5, .h5, h6, .h6 {
    font-size: 34px;
}

.bg-light {
    background-color: #a8833f17!important;
}

/* Datenschutz Plugin */
.itemid-115 h2, .itemid-115 h3, .itemid-115 h4,  
.itemid-118 h2, .itemid-118 h3, .itemid-118 h4 {
    font-size: 34px;
}
@media only screen and (max-width: 730px) {
/* Datenschutz Plugin */
.itemid-115 h2, .itemid-115 h3, .itemid-115 h4,  
.itemid-118 h2, .itemid-118 h3, .itemid-118 h4 {
    font-size: 22px;
}  
}


/* ********************
HEADER
***********************/
.bgheader {
    background-image: url(../images/messerschmitt-stiftung-denkmalschutz.jpg);
    max-width: 100% !important;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    width: 100% !important;
    position: relative;
}
.header_content {
    position: absolute;
    top: calc(100% - 100px);
    width: 100%;
    height: 100px;
    background-color: rgba(69,69,69,0.9);
}

header nav {
    display: inline-block;
    position: absolute;
    top: 47px;
    right: 10%;
    font-family: 'Playfair Display';
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 25px;
    color: var(--primary);
}


@media only screen and (max-width: 890px) {
    header nav {
        top: 38px;
    } 
}
@media only screen and (max-width: 730px) {
    header nav {
        top: 43px;
        font-size: 16px;
    } 
}
@media only screen and (max-width: 510px) {
    header nav {
        top: 40px;
        right: 3%;
        font-size: 16px;
    } 
}

header nav a:hover {
    color: var(--weiss)
}
header li.lang-active {
    display: none!important;
}
/* ********************
MAIN
***********************/
.klapper.collapsed {
    opacity: 1;
    transition: all 0.5s ease;
    color: var(--primary)
}
.klapper:not(collapsed) {
    opacity: 0;
    transition: all 0.5s ease;
}
.schliesser {
    color: var(--primary)
}
.btn-primary {
    background-color: var(--bgbtn);
    border-color: var(--bgbtn);
    text-transform: uppercase;
}
.btn-primary:hover {
    background-color: var(--primary);
    border-color: var(--bgbtn);
    text-transform: uppercase;
}
/* ********************
FOOTER
***********************/
footer li.nav-item {
    padding-right: 10px;
}
footer li.nav-item:last-child {
    padding-right: 0px;
}

/* ********************
ELSE
***********************/
.f-carousel:hover .f-button {
    background: var(--weiss);
}


#CybotCookiebotDialogHeader {
    padding: 0em!important;
    height: 0px!important;
}


#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    background-color: #a8833f!important;
    border-color: #a8833f!important;
    color: #000;
}
#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
    border: 2px solid #a8833f!important;
}

#CybotCookiebotDialogHeader {
    width: 0px!important;
  overflow:hidden!important;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a {
    color: #a8833f!important;
}
#CybotCookiebotDialogPoweredbyCybot,
#CybotCookiebotDialogPoweredbyLink{
    width: 0px!important;
  overflow:hidden!important;
}

#CybotCookiebotDialog {
    background-color: #ffffff!important;
}
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
    border-bottom: 1px solid #a8833f!important;
    color: #a8833f!important;
}
#CybotCookiebotDialogTabContent input:checked+.CybotCookiebotDialogBodyLevelButtonSlider {
    background-color: #a8833f!important;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a, #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonIABHeaderViewPartnersLink, #CybotCookiebotDialog #CybotCookiebotDialogDetailBulkConsentList dt a, #CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a, #CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABDescription a, #CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink, #CybotCookiebotDialogDetailBodyContentTextAbout a {
    color: #a8833f!important;
}
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
    color: #a8833f!important;
}

#CybotCookiebotDialogHeader {
    border-bottom: 0px solid #D6D6D6!important;
}


#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw {
    background-color: #FFFFFF;
    border-color: #a8833f!important;
    color: #a8833f!important;
    transition-delay: .3s;
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
    background-color:  #a8833f!important;
    border-color:  #a8833f!important;
    color: #FFFFFF;
}

#CookiebotWidget .CookiebotWidget-consent-details button {
    color: #a8833f!important;
}

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg {
    fill: #a8833f!important;
}

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg {
    fill: #a8833f!important;
}