.overlay {
    position: fixed;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #797979;
    opacity: 0.9;
    top: 0;
    left: 0;
    z-index: 1;
}
.addressFrame {
    position: fixed;
    top: 10vh;
    z-index: 1;
    width: 70%;
    text-align: center;
    pointer-events: none;
    height: 80vh;
    max-height: 80vh;
    left: 15%;
}
.addressFrame iframe{
    display: inline-block;
    width: 100%;
    height:550px;
    pointer-events: initial;
    overflow:hidden;
}

@media only screen and ( max-width: 600px ) {
    .addressFrame iframe {
        height: 90vh;
        overflow: hidden;
        width: 1200px;
        position: absolute;
        left: 0;
        right: 0;
        top: -120px;
    }
}

#linkInSearchWidget{
    margin-left:95% !important;
}

.addressFrame seHeader{
    display:none;
}
    .hidden{
        display: none;
    }

@media(min-width:1214px){
    #druckversion{
        margin-left:100px;
    }

}

@media(max-width:1069px){
    #druckversion{
        margin-left:0px;
    }

}

@media(min-width:1070px) and (max-width:1213px){
    #druckversion{
        margin-left:10px;
    }
}


/* Das Modal (hintergrundübergreifend) */
.modal {
    display: none;
    position:fixed;
    z-index: 5;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    top:0;


}

/* Modal-Inhalt */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    animation-name: animatetop;
    animation-duration: 0.4s;
}

/* Animations-Effekt */
@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* Der Schließen-Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.mainBooking_button {
    display: inline-block;
    border: 1px solid !important;
    border-color:var(--eo-main-color);
    background-color:var(--eo-light-grey);
    font-weight: bold !important;
    padding: 7px 20px;
    margin-right:5px;
    font-size: 0.8em;
    text-align: center;
    color: var(--eo-main-color) !important;
    cursor: pointer;
    text-decoration:none !important;
}
.rePoBlock{
    height:50px; padding-top: 0;
}
.rightButtons{
    margin-top:-80px;margin-bottom:20px;
    float: right;
}
@media (max-width: 1050px) {
    .buttonsBar{
        padding: 20px;
    }
    .rightButtons{
        margin-top:-40px;
    }
    .rePoBlock {
        height: 80px;
    }
    .rePoTooltip {
    }
    .rePoButtons {
        display: block;
        margin-top: 30px;
    }
    .InputAdressbuch{
        padding-top:30px;
    }
    div.tabelle {
        overflow: scroll;
        min-width: 95vw;
    }
}