/*  ==================================================================
	HIER KOMMEN DEINE AUSGELAGERTEN CSS BEFEHLE REIN =================
	==================================================================  */
/*headerschatten entfernen*/
#main-header,
#main-header.et-fixed-header {
box-shadow:none !important;
}
/*bullets in meiner farbe*/
.checkliste.et_pb_text ul li::before {
font-family: ""ETmodules"" !important;
content: ""\45"";
position:absolute;
display:block;
width:30px;
height:30px;
left:-5px;
color:#961955;
}
.checkliste.et_pb_text ul li {
list-style:none;
}
/*Elemente vertikal ausrichten. Eintragen bei der Spalte!) */ 
.centered {
display: flex;
align-items: center;
flex-direction: row;
flex-wrap: wrap;
}
/* Nach oben Button Style 1*/

.et_pb_scroll_top.et-pb-icon {
text-align: center;
background: #FBB03B; /* Hintergrundfarbe */
text-decoration: none;
position: fixed;
z-index: 99999;
bottom: 125px;
right: 0px;
-webkit-border-top-left-radius: 50px;
-webkit-border-bottom-left-radius: 50px;
-moz-border-radius-topleft: 50px;
-moz-border-radius-bottomleft: 50px;
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;
display: none;
cursor: pointer;
font-size: 35px; /* Icongröße */
padding: 5px;
color: #fff;
}

.et_pb_scroll_top:before {
content: '6'; /* Icon im Button */
}
/* Change the hamburger icon to X when opened*/
.mobile_nav.opened .mobile_menu_bar:before {
 content: '\4d';
}