/*
	Theme Name:	50 ms Divi Child
	Theme URI:      http://www.50millisekunden/
	Description:    Divi Child Theme
	Author:         Barbara Gölz | 50 Millisekunden
	Author URI:     http://www.50millisekunden.de/
	Template:       Divi
	Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */
/* Themen-Navigation (vertical)*/
/**remove default 11px padding on each side of list items**/
.dc-vertical-menu .et-menu > li {
	padding-left: 0px;
	padding-right: 0px;
}

/*make the menu items fullwidth and add space between them*/
.dc-vertical-menu .et_pb_menu__menu nav ul li {
	display: block;
	width: 100%;
	margin: 5px 0;
}

/*style the menu items*/
.dc-vertical-menu .et_pb_menu__menu nav ul li a {
	padding: 15px!important;
	background: #E4F5F6;
	border-radius: 15px;
	border: 2px solid #E4F5F6;
}

/*style the menu items on hover*/
.dc-vertical-menu .et_pb_menu__menu nav ul li a:hover {
	opacity: 1!important;
	color: #383d3e;
	background: #f8d2b8;
	border-color: #ff6800;
}


/*style the active menu item*/
.dc-vertical-menu .et_pb_menu__menu nav ul li.current-menu-item a {
	opacity: 1!important;
 	color: #7a8687;
	background: #e4f5f6;
	border-color: #ff6800;
}


/*style the arrow icon if there are submenus*/
.dc-vertical-menu .et_pb_menu__menu .menu-item-has-children>a:first-child:after {
	content: "5" !important;
	/*change arrow icon for submenu*/
	padding: 20px;
	font-size: 24px;
}


/*style the arrow icon if there are submenus to submenus*/
.dc-vertical-menu .et_pb_menu__menu .menu-item-has-children .menu-item-has-children>a:first-child:after {
	padding: 8px !important;
	right: 0px !important;
}


/*make the submenu align directly to the right of the menu item instead of below*/
.dc-vertical-menu .et_pb_menu__menu nav ul li ul {
	top: 0!important;
}


/*align submenu to the right of menu link*/
.dc-vertical-menu .et_pb_menu__menu nav li ul {
	left: 100%!important;
}


/*add an icon to the left of each menu item link*/
.dc-vertical-menu ul li a:before {
	font-family: 'ETMODULES';
	content: '\24';
	text-align: center;
	vertical-align: middle;
	margin-right: 8px;
	margin-left: 0px;
	color: #383d3e;
	font-size: 1.3em;
	transition: all .75s ease;
}


/*style the menu items icon*/
.dc-vertical-menu ul li a:hover:before {
	margin-left: 7px;
	color: #383d3e!important;
	transition: all .75s ease;
}

/*style the active menu item icon*/
.dc-vertical-menu ul li.current-menu-item a:before {
	margin-left: 7px;
	color: #7a8687!important;
}

@media (max-width: 980px) {
	/*open the mobile menu up and use on all devices*/
	.et-db #et-boc .et-l .dc-vertical-menu .et_pb_menu__menu {
		display: flex;
	}
	/*hide the hamburger icon*/
	.et-db #et-boc .et-l .dc-vertical-menu .et_mobile_nav_menu {
		display: none;
	}
}

/* Passwort-Eingabe-Seite */
.et_password_protected_form {
    /*min-height: 360px;*/
    margin: 20px 20px 260px 20px;
}

.et_password_protected_form .et_submit_button {
    display: block;
    float: left;
}

/* Beiträge: Abstände anpassen */
.et_pb_post_content .et_builder_inner_content .et_pb_row {
    margin-left: 0px;
	margin-top:0px;
    width: 93%;
}

.et_pb_post_content .et_builder_inner_content .et_pb_section,  
.et_pb_post_content .et_builder_inner_content .et_pb_section .et_pb_row {
    padding: 0;
}
