/*

Theme Name: Divi Child

Theme URI: https://haarliebe-verena.de/divi-child/

Description: Twenty Twenty-One Child Theme

Author: Gaby Weihmayer

Author URI: https://sixsixzero.com

Template: Divi

Version: 1.0.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

#main-header a, 
#top-header, 
#top-header a {
	font-size: 16px !important;
}

header#main-header .logo_container img {
	margin-top: -4px;
}

/*--- Holzhintergrund Menü ---*/

header#main-header {
    background-image: url('https://haarliebe-verena.de/wp-content/uploads/2023/11/menue-hintergrund-scaled.webp');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    border-bottom: solid 2px #7f421d;
}

header#main-header .container {
    box-shadow: 0 2px 12px 3px rgba(64,29,8,0.9);
}

#top-header .container {
	box-shadow: inset 0 -6px 12px -8px rgba(0,0,0,0.9)
}

ul#top-menu li a {
    letter-spacing: 2px;
    text-shadow: -1px -1px 2px rgba(0,0,0,0.7);
}

ul#top-menu li a:hover {
    text-shadow: 1px 1px 2px rgba(0,0,0,0.9);
}

/*mobile*/
header#main-header .container,
#top-header .container {
	width: 100% !important;
	padding-left: 20px;
	padding-right: 20px;
}

span.mobile_menu_bar.mobile_menu_bar_toggle:before {
	color: #d8c8b1;
}

/*--- ENDE Holzhintergrund Menü ---*/

/*--- ineinander verschobene Zeilen ---*/
.kasten-links .et_pb_column,
.kasten-rechts .et_pb_column {
    display: flex;
    flex-direction: column;
}

.kasten-links .et_pb_module {
    align-self: flex-end;
}

.kasten-rechts .et_pb_module {
    align-self: flex-start;
}

/*.row-kasten-links .et_pb_column,
.row-kasten-rechts .et_pb_column {
	margin-right: 0;
}*/




/* ENDE ineinander verschobene Zeilen ---*/

.rechtliches h3 {
	margin-top: 40px;
	margin-bottom: 25px;
}

.rechtliches h4 {
	margin-top: 20px;
	margin-bottom: 10px;
}

footer p > a:hover {
    color: #ffffff !important;
    transition: all 0.5s ease-in-out;
}

footer p > a {
    transition: all 0.5s ease-in-out;
}




/*--- Tabelle Leistungen ---*/

.tp-leistungen-liste tr td  {
    padding: 16px 24px;
    line-height: 1.3;
	border-bottom: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
	color: #4f4f4f !important;
}

.tp-leistungen-liste tr td {
    background-color: transparent !important;
}

.tp-leistungen-liste tr:nth-child(odd) {
    background-color: rgba(216,200,177,0.3);
}

.tp-leistungen-liste .column-1 {
    padding-right: 0px
}

@media (max-width:580px) {
	.tp-leistungen-liste tr td {
		font-size: 80%;
		padding: 16px 16px;
	}
}

/* ENDE Tabelle Leistungen ---*/



/*--- Team Liste ---*/

.team-liste ul {
	list-style-type: "-  ";
}

.team-liste ul li {
	margin-bottom: 1em;
}

.team-liste ul li:last-child {
	margin-bottom: 0;
}
/* ENDE Team Liste ---*/