/*
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 */
@import url("https://use.typekit.net/ybq2cvl.css");


/* Typografie */

sup {
	font-size: 0.65em;
}

.et_pb_text_inner h2{
	font-family: goldenbook,serif;
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase;
}

/* 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;
}

/*
.et_pb_slider .et_pb_slide > .et_pb_container {
  max-width: none!important;
}
*/

/* Teaser Slider Mindesthoehe */
.et_pb_fullwidth_header {
	min-height: 500px;
}

/* 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;
 }
 }

/* Impressionen Bildlegende ausblenden */

.mfp-gallery figcaption {
	display: none;
}