/*
 Theme Name: DiviChild 
 Theme URI:
 Description: DiviChild
 Author: Maria Busik
 Author URI: http://www.embition.de/
 Template: Divi
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: DiviChild
*/

/*
#start
#about
#leistungen
#kontakt
*/

@import url("muth-webfonts.css");
/* import my own fonts 
hinzugfügt im original style.css ganz oben */

body {
	font-family: "FuturaBT-Book";
	line-height: 1.6em !important;
}
h1 {
	font-family: "FuturaBT-Book";
	font-size: 2.0em;
	text-transform: uppercase;
	font-weight: normal;
	color: #000000 !important;
	line-height: 1.3em;
    margin: 0.4em 0;
}
h2, .monsoon {
	font-family: "PTScriptMonsoon";
	font-size: 2.0em;
	margin: 0.5em 0;
	font-weight: normal;
	line-height: 1.4em;
}
h3 {
	font-family: "FuturaBT-Book";
	font-size: 1.0em !important;
	font-weight: bold;
	color: #000000 !important;
	line-height: 1.6em;
}
h4 {
	font-family: "FuturaBT-Book";
	font-size: 1.0em !important;
	font-size: 1.0em !important;
	font-weight: normal;
	color: #000000 !important;
	line-height: 1.6em;
}
.abstand-schmal h2 {
    margin-bottom: -10px;
}
.entry-content ul {
    padding-top: 1em;
}
li {
    line-height: 1.6em;
	margin-bottom: 0.5em !important;
}
.uppercase {
	text-transform: uppercase;
}

/* OVERLAY */
.hintergrundbild-aufhellen::before {
    content: '\00a0';
    display: block;
    background: rgba(255,255,255,0.85);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
}

/* UMSCHALTER */
.mehr-umschalter.et_pb_toggle {
    border: none;
}
.mehr-umschalter.et_pb_toggle_close,
.mehr-umschalter.et_pb_toggle_open {
    background-color: transparent;
    padding: 0;
}
.mehr-umschalter .et_pb_toggle_content {
    padding-top: 0;
}
.mehr-umschalter.et_pb_toggle_close .et_pb_toggle_title {
    color: #000;
	line-height: 1.6em;
}
.mehr-umschalter.et_pb_toggle .et_pb_toggle_title:before {
    content: "\33";
    font-size: 26px;
    color: #6b386e;
    top: 85%;
	right: 10px;
}

/* Referenzen 
.referenzbrief {
    background: #fff;
    box-shadow: 0px 0px 11px 0px rgb(0 0 0 / 35%);
    padding: 3em;
    font-size: 0.8em;
    line-height: 1.4em;
}*/

/* IMPRESSUM ABBINDER 
.impressum .et_pb_toggle.et_pb_toggle_item h5 {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
}
.impressum .et_pb_toggle_open .et_pb_toggle_title, .impressum .et_pb_toggle_open h5.et_pb_toggle_title {
    color: #512f2e !important;
	padding: 0;
}
.impressum .et_pb_toggle_content {
    padding: 20px 0;
}
.impressum .et_pb_toggle_close {
    background-color: transparent;
}
.impressum .et_pb_toggle {
    border: none;
	padding: 0;
}
.impressum .et_pb_toggle_title:before {
    display: none;
}
*/


/* Accordion 
.et_pb_accordion .et_pb_toggle_title:before {
    color: #6b386e;
}
.et_pb_accordion .et_pb_toggle {
    position: relative;
    margin-bottom: 10px !important;
	background: transparent !important;
}
.et_pb_accordion .et_pb_toggle_close .et_pb_toggle_title, .et_pb_toggle_close h5.et_pb_toggle_title,
.et_pb_accordion .et_pb_toggle_open h5.et_pb_toggle_title {
	color: #000 !important;
	font-size: 18px;
	font-weight: bold;
	padding: 0;
}
.et_pb_accordion .et_pb_toggle_title:before {
    position: relative;
	margin-right: 10px;
}
.et_pb_accordion .et_pb_toggle_close {
    padding: 0 0 20px 20px;
}
*/

/* nach oben Button */
.et_pb_scroll_top.et-pb-icon {
    background: #6b386e;
}

/* Buttons mit Text
div.et_pb_promo {
    padding: 30px 20px 20px 20px!important;
}
.et_pb_promo_description {
    padding-bottom: 0;
} */


/* FOOTER */
.adminmenu a {
    color: rgba(255, 255, 255, 0.5);
}
/* Punkte vor Footer-Menü entfernen
#footer-widgets .footer-widget li {
    padding-left: 1px;
}
.footer-widget li:before {
    border-color: transparent !important;
}
.footer-widget .textwidget p {
	line-height: 2.2em;
}
.footer-widget .textwidget p a:hover {
	color: rgba(255, 255, 255, 0.7) !important;
} */
    
#main-content table {
    border: none;
	width: auto;
}
#main-content tr td {
    border: none;
	padding: 0 20px 10px 0;
	vertical-align: bottom;
	/* white-space: nowrap; */
}


@media (orientation: landscape) {
/* intro slider Höhe */
	.et_pb_fullwidth_slider_0 .et_pb_slide_description, .et_pb_slider_fullwidth_off.et_pb_fullwidth_slider_0 .et_pb_slide_description {
		padding-top: 150px;
		padding-bottom: 150px;
	}
}


@media only screen and (min-width: 600px) {
}

@media (max-width: 767px) {
}

@media only screen and (min-width: 981px) {
	/* linie zwischen Artikel und sidebar wegmachen */
	#top-menu .pointafter a::after {
		content: '\00b7';
		display: inline;
		padding-left: 10px;
		color: #9D968D;
	}
	#main-content .container:before {
		background-color: transparent;
		width: 0;
	}
	
}

@media (max-width: 980px) {
	footer .et_pb_menu .et_pb_menu__menu {
		display: block !important;
	}
	footer .et_pb_menu--style-left_aligned .et_pb_menu__wrap {
		justify-content: flex-start !important;
	}
}
@media (min-width: 981px) {
	body {
		padding: 0 30px 30px 30px;
	}
}


