/* FARBEN 
dunkelblau - #5c6c79
hellblau   - #cdd5d8
dunkelrot  - #a02a3a
*/

#menu_mobil_bg {
    display:none;
}

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

.spalte {
    padding: 20px;
}

}  

@media only screen and (max-width: 1079px) {
    #menu_desktop {
        display: none;
        height: 0;
    }
    #menu_mobil_button {
        display: block;
    }
    header .limit {
        height: 100px;
    }
    
    #logo  {
      padding-left: 20px; 
    }
    #logo img {
      height: 100px;
      transition: height ease-in-out 1s;  
    }
    .myfotoinfobox {
        display: none;
    }
    .myfotoinfobox_mobile {
        display: block;
    }
    #roombooking {
        position: relative;
        top: 0px;
        padding-top:100px;
        width: 100%;
    }
    #aktuelles {
    position: relative;
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    top:0px;
    right:0;
    }
}

@media only screen and (max-width: 880px) {
html,
body {
    padding-top: 50px;
}	
    #roombooking {
        padding-top:0px;
    }
    .doppelter_abstand_oben_und_unten {
        padding: 80px 0;
    }
.stoerer {
    /* display: none; */
}
body.loaded .stoerer h2 {
    font-size: 5vw;
    line-height: 5vw;
}
body.loaded .stoerer h3 {
    font-size: 3vw;
    line-height: 5vw;
}
article {
    margin-top: 0px;
}
    .spalten {
        flex-direction: column !important;
    }
    .slick-slider .spalte {
        border-top: 0;
        text-align: center !important;
    }
    footer .spalten {
        flex-direction: column;
    }
    footer .spalte {
        padding: 0 20px;
        margin: 0 auto;
        text-align: center !important;
    }
    footer .spalte table { width:100%; }
    footer .spalte table td {
        text-align: center !important;
    }
    .spalte:first-child {
        border-top: 0;
    }
    /* .stoerer {
        bottom: 10px;
        padding: 0 60px 0 60px;
        width: 100%;
        text-align: center;
    }
    .stoerer strong {
        font-size: 38px;
        line-height: 38px;
    } */
    .slick-arrow {
        display: none !important;
    }
    .foto .fototitel {
        left: 40px;
        width: auto;
        right: 40px;
        font-size: 38px;
        line-height: 38px;
        text-align: center;
    }
    .foto .fototitel span,
    .foto .fototitel a,
    .foto .fototitel a:hover {
        color: white;
        font-size: 32px;
        line-height: 32px;
        margin-top: 20px;
    }
    .foto_slider .slick-dots {
        display: block !important;
		bottom: 15px;
    }
    .foto_slider .slick-dots li button:before,
    .foto_slider .slick-dots li.slick-active button:before {
        color: white !important;
    }
}

@media only screen and (max-width: 629px) {
	
    .slick-dots {
        bottom: 55px;
    }
    
    #d21-quickbook {
        max-width: 75% !important;
        position: relative;
        top: 0px;
        z-index: 7000;
        width: 100%;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
}

@media only screen and (max-width: 500px) {
/* .stoerer {
    width:auto;
    text-align: left !important;
    left:-25px !important;
    transform: scale(0.75);
} */
.fotoinfobox{
    display: none;
}
.fotoinfobox_mobile {
    display: block;
}

/* #aktuelles {
    width: 100%;
    max-width: calc(100% - 60px);
    left: 30px;
    right: 30px;
} */
body.SEITE_4 .spalte.foto.icon div {
 padding-left:50% !important;
}
    * {
        font-size: 20px;
        line-height: 26px;
    }
    .slick-dots {
        bottom: 5px;
    }
    .spalten {
        flex-direction: column;
    }
    .stoerer {
        bottom: 10px;
        padding: 0 20px 0 20px;
    }
    .stoerer strong {
        font-size: 28px;
        line-height: 30px;
    }
    .foto .fototitel {
        left: 20px;
        right: 20px;
        font-size: 28px;
        line-height: 30px;
    }
    .foto .fototitel span,
    .foto .fototitel a,
    .foto .fototitel a:hover {
        color: white;
        font-size: 24px;
        line-height: 38px;
        margin-top: 20px;
    }
    h3 {
        font-size: 28px;
        line-height: 28px;
    }
    .abstand_keiner {
        padding: 0;
    }
    .abstand_oben_und_unten {
        padding: 20px 0;
    }
    .doppelter_abstand_oben_und_unten {
        padding: 20px 0;
    }
    .abstand_oben {
        padding: 20px 0 0 0;
    }
    .abstand_unten {
        padding: 0 0 20px 0;
    }
}
