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

.slick-prev {
    left: 25px;
}
.slick-next {
    right: 25px;
}
}

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

.spalte {
    padding: 20px;
}
 #kontaktbox {
     display: none;
 }
 .fotovorne {
     max-width: 40%;
 }
}
    
@media only screen and (max-width: 960px) {
	
    .doppelter_abstand_oben_und_unten {
        padding: 80px 0;
    }

    #menu_desktop {
        display: none;
        height: 0;
    }
    #menu_mobil_button {
        display: block;
    }
    .spalten, 
    .spalten.rechts, 
    .spalten.links {
        flex-direction: column;
    }
    .spalte.foto {
        min-height:80vw;
    }
    .slick-slider .spalte {
        border-top: 0;
        text-align: center !important;
    }
    footer .spalten {
        flex-direction: column;
    }
    footer .spalte {
        text-align: center !important;
    }
    footer .spalte:first-child,
    footer .spalte:last-child {
        padding: 20px;
        margin: 0 auto;
        text-align: center !important;
    }
    .spalte:first-child {
        border-top: 0;
    }
    .stoerer {
        bottom: 20px;
        padding: 0 60px 0 60px;
        width: 100%;
        text-align: center;
    }
    .stoerer strong {
        /* font-size: 38px;
        line-height: 38px; */
    }
    .stoererlabel {
      max-width: 100%;
      min-width: 100%;
    }
    .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;
    }
    .produkte_derreihenach .spalte {
      min-width:100%;
      max-width: 100%;
    }
    .foto_slider .slide {
        /* min-height: 80vw; */
        /* margin-top: 60px; */
    }
    .logo {
        margin: 8px 0 0 20px;
    }
    body.SEITE_26 .foto_slider .slide {
        margin-top: 0px;
    }
    .spalte {
        padding: 0 20px;
    }
    .spalte h3 {
        padding: 20px 0;
    }
    .dunkelgrau h3 {
      padding: 0px ;
    }
    .hellgrau {
      padding-top: 10px;
    }
    .dunkelgrau .spalte:nth-child(2) {
        margin-top:-8px;
    }
    .hellgrau .spalte:nth-child(2) {
        margin-top:-8px;
    }

}

@media only screen and (max-width: 629px) {
	
    .slick-dots {
        bottom: 55px;
    }

}

@media only screen and (max-width: 500px) {
	
    * {
        font-size: 20px;
        line-height: 26px;
    }
    .slick-dots {
        bottom: 5px;
    }
    .spalten {
        flex-direction: column;
    }
    .stoerer {
        bottom: 20px;
        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;
    }

}
