/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

body .dw-allgemein-site {
	letter-spacing: -0.02em;
}


.fl-slideshow-image-content img {
	top: 0px !important;
}

.dw-angebot-menu li.mega-menu-item-46, .dw-angebot-menu li.mega-menu-item-60, .dw-angebot-menu li.mega-menu-item-91, .dw-angebot-menu li.mega-menu-item-101     {
	display: none !important;
}

.dw-angebot-menu li.mega-menu-item-321 {
	visibility: hidden !important;
} 

.dw-angebot-menu .mega-sub-menu {
	visibility: visible !important;
	opacity: 1 !important;
	background: transparent !important;
	z-index: 0 !important;
	box-shadow: none !important;
	}


.dw-angebot-menu .dw-text-im-menu {
	  color: black;
    font-family: "Nunito",sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.45;
	margin-top: -65px;
	margin-left: 12px
}


.fl-builder-content .fl-node-5ef9eaa91f659 .sub-menu > li > a {
    color: black;
}

.dw-logo-header {
    position: relative;
}

.dw-logo-header::after, .dw-kreis-hintergrund {
    position: absolute;
    top: 150px;
    left: 280px;
    height: 900px;
    width: 900px;
    background-color: #faf9f6;
    border-radius: 50%;
    display: inline-block;
}

.dw-allgemein-site h1, .dw-allgemein-site h2, .dw-allgemein-site h3 {
    position: relative;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    margin-left: 1.7em;
}

.dw-allgemein-site h1::first-line {
    margin-left: -2em;
}



.dw-allgemein-site h1::before, .dw-allgemein-site h2::before, .dw-allgemein-site h3::before {
    display: inline-block;
    position: absolute;
    content: '';
    transform: translateY(0.5em);
    height: 1.3em;
    width: 2em;
    margin-left: -1.6em;
    top: -0.2em;
    background-image: url('/wp-content/uploads/2020/06/punkte-e1593446302953.png');
    background-repeat: no-repeat;
    background-size: contain;

}

.dw-post-site .post {
    border-bottom: solid 2px #d3c9b9;
}

.dw-post {
    padding-bottom: 15px;
}

.dw-post-meta {
    display: none;
    margin-left: 2.9em;

}

.dw-menue .mega-sub-menu {
	margin-top: 5px;
}

@media (max-width: 768px){
 
    .dw-logo-header::after, .dw-kreis-hintergrund {
    position: absolute;
    top: 350px;
    left: 150px;
    height: 80vw;
    width: 80vw;
    background-color: #faf9f6;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
}

.fl-page {
    overflow: hidden;
}
	.fl-node-5ef9eb821e002 > .fl-row-content-wrap {
    background-image: linear-gradient(180deg, rgba(255,255,255,0) 0%, #967e53 5%);
	}
	
.mega-menu-toggle.mega-menu-open {
    background-image: linear-gradient(180deg, rgba(255,255,255,0) 0%, #967e53 5%) !important;
		}
	
    
}
