/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Child Theme for Divi Theme by Elegant Themes
 Author:         Divi.world
 Author URI:     http://divi.world
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */

#top-menu .menu-item:before{
 content: '|';
 position: absolute;
 color: #ccc1b4;
 right: 7px; /* adjust this number as you see fit. This may depend on the spacing of your menu items */
}
 
#top-menu .menu-item:last-child:before{
 content:'';
}
 
#top-menu .menu-item-has-children .sub-menu .menu-item:before{
 content:'';
}

h1{
font-weight: 600;
}

@media all {
    .et_pb_slide_description, .et_pb_slider_fullwidth_off .et_pb_slide_description {
        padding: 8% 2%;
    }
}

@media all {
    .et-pb-controllers {
        bottom: 5px;
    }
}

.et_pb_slider .et-pb-controllers a {
    border-radius: 0 !important;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	background-color: #ffffff;
}

@media all {
    .et-pb-controllers .et-pb-active-control {
        background-color: #d4c16c !important;
    }
}

@media all {
    @media (max-width: 980px) {
        .et_header_style_centered #main-header {
            padding: 10px 0px;
        }
    }
}

.mfp-title {
display: none;
}

.et_pb_gallery_item {
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}