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

.et_color_scheme_green .mobile_menu_bar:before{
	color:#333 !important;
}


.lup-location .h1, .lup-location h1{
	padding-bottom:0 !important;
}

.lup-header .header-content{
	border: solid 1px #d1af83;
	background-color: #ffffff95;
	padding:50px 0;
}

#main-footer {
    display: none;
}

.lup-timeline-balken:before{
	content: '';
	left: -9px;
	top: 60px;
	display: block;
	position: absolute;
	background:url(https://lisaundphilipp.at/wp-content/uploads/Dot-Icon.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left top;
	z-index: -1;
	width: 20px;
	height: 20px;
	pointer-events: none!important;
}

.lup-row-links{
	width:48% !important;
}

.lup-row-mitte{
	width:150px !important;
}

.lup-row-rechts{
	width:48% !important;
}