/*
 Theme Name:     Divi Child Theme
 Author:         Leonie Rieder (www.leonierieder-webdesign.de)
 Author URL:     https://www.leonierieder-webdesign.de
 Template:       Divi
 Version:        3.0.0
*/



/******** ANPASSUNGEN, DIE LEINE CSS-KLASSE BENÖTIGEN ********/


/*** ANPASSUNGEN FÜR DAS MOBILE MENÜ ***/

/*** mobiles Menü: Toggle zu "X" ändern ***/
.opened .mobile_menu_bar:before {
	content: "M";
}


/*** mobiles Menü: Großbuchstaben ***/
.et_mobile_menu li a,.nav li li a{
	font-family: MontserratRegular; 
	font-size:13px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none;
}


/*** Externe Links stylen ***/
.external-link {
	text-decoration: none;
	border-bottom: 0.1em dotted;
	font-family: MontserratRegular;
	color: #859e89;
}


/*** TEST YOUTUBE VIDEOS ***/
.ytp-chrome-top, .ytp-chrome-bottom {
    display: none !important;
}

/******** ANPASSUNGEN, DIE EINE CSS-KLASSE BENÖTIGEN ********/


/*** ALLGEMEINE ANPASSUNGEN ***/

/*** Header 75vh - CSS-Klasse: header-module ***/
.header-module.et_pb_section { 
	display: flex;
	min-height: calc(80vh);
	}
	@media only screen and ( max-width: 980px ){
		.header-module.et_pb_section{ 
			height: calc(1075px); 
			}
			@media only screen and ( max-width: 480px ){
				.header-module.et_pb_section{ 
					height: calc(775px); 
					}

	}
}


/*** Zeile in Sektion mittig ausrichten (Header) - CSS-Klasse: flex-container ***/
.flex-container {
	display: flex;
	justify-content: center;
	align-items: center;
	}


/*** unterer Abstand Aufzählungen in Umschalter ***/
.Liste-Umschalter-2 {
	margin-bottom: -60px;
}
