


/* CSS für DIVI Inhaltselement ------------------------------------- */
/* Anpassung für Inhaltselemente-Slider ---------------------------- */
/*
.content_slider_column_1 { display: none; margin: 0 !important; }
.content_slider_column_2 { width:  100% !important; margin: 0 !important; max-height:  280px; }
*/
/* Ausnahme für DIVI - Backend */
/*
.et-fb-app-frame .content_slider_column_2 { max-height: none; } 
.content_slider_column_3 { display: none; margin: 0 !important; }
*/
/* ------------------------------------------------------------------ */



/* Ausnahme für DIVI Backend */
.et-fb-app-frame .owl-carousel.content_slider {
	
}



/* Spaltenbreiten einstellen ---------------------------------------- */
.content_slider_row { width: 100% !important; }
.content_slider_row .et_pb_column_4_4 { width: 100% !important; }
.content_slider_row .et_pb_column_1_4 { width: 47.25% !important; }
.content_slider_row .et_pb_column_1_4.et-last-child { margin-right: 0% !important; }
.content_slider_row .et_pb_column_1_6 { width: 29.66% !important; }
.content_slider_row .et_pb_column_1_6.et-last-child { margin-right: 0% !important; }



/* Position des Siders einstellen */
.owl-carousel.content_slider .owl-prev { left: -80px !important; }
.owl-carousel.content_slider .owl-next { right: -80px !important; }
.owl-carousel.content_slider .owl-prev.disabled,
.owl-carousel.content_slider .owl-next.disabled { display: none !important; }
@media (max-width: 1024px){
	.owl-carousel.content_slider .owl-prev { left: -70px !important; }
	.owl-carousel.content_slider .owl-next { right: -70px !important; }
}
@media (max-width: 850px){
	.owl-carousel.content_slider .owl-prev { left: -50px !important; }
	.owl-carousel.content_slider .owl-next { right: -50px !important; }
}



/* Sichtbarkeit der Inhaltsslider im DIVI-Backend einstellen -------- */
.et-fb-app-frame .owl-carousel.content_slider  {
	display: initial !important;
}



/* Spaltenbreiten einstellen im DIVI-Backend einstellen ------------- */
.et-fb-app-frame .owl-carousel.content_slider .content_slider_row .et_pb_column_4_4 { width: 100% !important; }
.et-fb-app-frame .owl-carousel.content_slider .content_slider_row .et_pb_column_1_4 { width: 47.25% !important; margin-right: 5.5% !important; }
.et-fb-app-frame .owl-carousel.content_slider .content_slider_row .et_pb_column_1_4.et-last-child{ margin-right: 0% !important; }
.et-fb-app-frame .owl-carousel.content_slider .content_slider_row .et_pb_column_1_6 { width: 29.66% !important; margin-right: 5.5% !important; }
.et-fb-app-frame .owl-carousel.content_slider .content_slider_row .et_pb_column_1_6.et-last-child { margin-right: 0% !important; }



/* DIVI Section Element - Sichtbareit - Links/Rechts außerhalb vom Slider */
.et_pb_section.owl-section { overflow: hidden; }
.et_pb_section.owl-section.owl-overflow-visible .owl-stage-outer { overflow: visible !important; }


