/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 3.29.3.1585150139
Updated: 2020-03-25 15:28:59

*/


/* CUSTOMIZATION WANDA-MULTIMEDIA */


/* Navigation Width */

#main-header .container {
width: 90%;
max-width: 1600px;
}


/* Home Slider Pagination */

.et-pb-controllers a {
	width: 12px !important;
	height: 12px !important;
	margin-right: 12px !important;
}


/* Divi Mobile Menu Breakpoint */

@media (max-width: 1200px) {
 #et_mobile_nav_menu {
	display: block;
 }
 
#top-menu {
	display: none;
 }
 }

/* Top Headerzeile nach rechts */

#et-info {
    float:right!important;
}

/* Logo Position */

#logo {
	margin-top:-20px!important;
}


/* Slider Beschreibungstext Responsive */

@media (max-width: 500px) {
.et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper {
    padding: 16px !important;
 }
 }