.et_pb_section_13.et_pb_section, .et_pb_section_5.et_pb_section{
    background-color: #3a3a3a!important;
}

.et_pb_image_0 .et_pb_image_wrap {
    display: block;
}

.et-waypoint.et_pb_animation_off, .et-waypoint:not(.et_pb_counters).et_pb_animation_off, .et_pb_animation_off {
    opacity: 1;
}

.popup--box > h1, h2, h3, h4 {
    color: #a12b0f !important;
}

.gform_legacy_markup_wrapper ul.gform_fields li.gfield {
    padding-right: unset;
}

/**
* General
*/
.white-wrapper {
    position: relative;
    background-color: white;
    z-index: 1;
}

#logo {
    max-height: 96% !important;
}
@media screen and (max-width: 1275px) {
    #logo {
        height: 96% !important;
        max-height: 96% !important;
    }
}


/* Speisekarten */
.menus-div {
    border: 1px solid #d9d9d9; 
    text-align: center;
    margin: 10px;
}

.menus-div-link {
    display: flex; 
    flex-direction: column;
    padding: 15px;
}

.menus-div-link:hover{
    color: #a12b0f;
}

a:hover {
    color: #b51b31;
}

.et_mobile_menu .menu-item-has-children>a {
    font-weight: unset !important;
    background-color: unset !important;
}

.mfp-img {
    width: 1321px !important;
}

.popup--box > h1, h2, h3, h4 {
    color: white;
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

@media only screen and (max-width: 1250px) {
    .current-menu-item {
        font-weight: 700;
        background-color: rgba(0,0,0,.03);
    }
}

/** 
* Opening hours
*/
.opening-hours-container {
    border: 1px solid #d9d9d9;
    padding: 20px;
}

.opening-hours-container > h3 {
    margin-top: 1rem !important;
    margin-bottom: 0.25rem !important;
}

/** 
* Front Title
*/
.front-title-wrapper {
    position: absolute;
    top: 25vh;
}

.front-title {
    font-family: 'Neuton', Georgia, "Times New Roman", serif;
    font-weight: 500;
    font-size: 50px;
    line-height: 1.5em;
    color:white;
}
@media only screen and (max-width: 1250px) {

    .front-title {
        font-size: 42px;
    }
}

@media only screen and (max-width: 756px) {

    .front-title {
        font-size: 35px;
    }

}


/** 
 * Header Slideshow
 */

.header-slideshow-wrapper {
    min-height: 75vh
}

.header-slideshow::before {
    position: fixed;
    width: 100%;
    height: auto;
    min-height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.header-slideshow ul li {
    width: 100%;
    height: 100%;
    background: #f1f0e9 no-repeat center center;
    display: block;
    position: fixed;
    top: 60px;
    left: 0;
    background-size: cover;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 2s ease-out;
}

.header-slideshow ul li.current {
    opacity: 1;
    filter: alpha(opacity=100);
}

.header-slideshow ul li.current::before {  
    filter: brightness(0.7);
}

/**
* Footer
*/
.footer-wrapper {
    z-index: 1;
    position: relative;
}