/*
Theme Name: 4Service Child Theme 2024
Theme URI: https://www.4-service.berlin/
Description: Child Theme with Divi Builder
Author: Rudolph-Sascha.de
Author URI: https://www.rudolph-sascha.de
Template: Divi
Version: 1.0.0
*/

@import url("../Divi/style.css");

/* =Theme customization starts here
------------------------------------------------------- */

#menu-hauptmenue li {
	padding-left:25px!important;
}

#fourservice-custom-header {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 980px) {
	#fourservice-custom-header > .et_pb_column {
		margin-bottom:0!important;
	}
}


#main-content ul li {
	margin-bottom:5px;
}

.center-ul ul {
	margin-left:0;
	padding-left:0;
	list-style:none;
}

.rounded {
	border-radius:100%;
}

.blog-preview-posts .et_pb_salvattore_content {
	display: flex;
}

@media screen and (min-width: 980px) {
	.blog-preview-posts .et_pb_salvattore_content .column article {
		height: 100%!important;
		margin-bottom: 0!important;
	}
}


/* Navigation & Footer ------------------------------------------------------- */

@media screen and (min-width: 980px) {
	#menu-hauptmenue li a:hover, #menu-hauptmenue li.current-menu-item a {
		opacity:.7;
	}
}

@media screen and (max-width: 980px) {
	#mobile_menu1 li a {
		color:#2f3590!important;
	}

	#mobile_menu1 li.current-menu-item a {
		opacity:.7;
	}
}


.et-l--footer a {
	color:#fff;
}

.et-l--footer a:hover {
	text-decoration:underline;
}