/*
 Theme Name:     Divi Child MB
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Michael Braune
 Author URI:     https://www.michaelbraune.de
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* ––––– Ab hier kannst du deine CSS-Anpassungen eintragen ––––– */

/* START +++ Silbentrennung */
body {
	-webkit-hyphens: auto;
	hyphens: auto; 
}
/* ENDE +++ Silbentrennung */



/* START +++ Wortmarke statt Logo */

.custom_header {
	font-family: "myDINcondLight", Verdana, Geneva, sans-serif !important;
	font-size: 42px;
	font-weight: 400;
	color: #00DFE8;
	/* transition: all 300ms ease; */
	vertical-align: -14px;
}

.et-fixed-header .custom_header {
	font-size: 42px;
	vertical-align: -14px;
}

@media only screen and ( max-width: 980px ) { 
	.custom_header {
		font-size: 42px;
		vertical-align: -7px;
	}
}

@media only screen and ( max-width: 767px ) { 
	.custom_header {
		font-size: 42px;
		vertical-align: -7px;
	}
}

@media only screen and ( max-width: 479px ) {
	.custom_header {
		font-size: 36px;
		vertical-align: -6px;
	}
}

/* ENDE +++ Wortmarke statt Logo */




/* START +++ Navigation */

#et-top-navigation {
	font-weight: 400;
}

#top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a, #top-menu li.current_page_item>a {
	color: #00DFE8 !important;
}

#top-menu-nav>ul>li>a:hover {
	color: #00DFE8 !important;
}

.nav li ul {
	width: 200px;
	padding: 10px 0 !important;
	background: #253746 !important;
}
#top-menu li a {
	font-family: "myDINcondLight",Verdana, Geneva, sans-serif !important;
	font-size: 42px !important;
}
#top-menu li li {
	padding: 0 0px;
	margin: 0;
}
#top-menu li li a {
	font-size: 34px !important;
}

.et_mobile_menu {
	border-top: 1px solid #00dfe8;
}

.et_mobile_menu li a, .nav li li a {
	font-size: 21px;
}

.et_mobile_menu .current-menu-item a {
	color: #00DFE8;
}

/* Hamburger Button wechselt bei geöffnet zu X und ist animiert */
.mobile_menu_bar::before {
	display: block;
	transition: all .4s ease;
}
.mobile_nav.opened .mobile_menu_bar::before {
	content: "M";
	transform: rotate(90deg);
}

.bottom-nav a:hover {
    opacity: 0.7;
    color: #00dfe8;
}

/* ENDE +++ Navigation */



/* START +++ Back-Button */
.backButton.Right {
	border-left: none;
	padding: 5px 10px 0px 5px;
	right: -97px !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.backButton a {
	text-transform: none;
	font-family: "myDINlight",Verdana, Geneva, sans-serif !important;
	font-weight: 400;
}
.backButton.Right a .simbolo::before {
	content: "4";
	font-family: ETmodules;
	font-size: 30px;
	text-shadow: none;
}
/* ENDE +++ Back-Button */



/* START +++ EU Cookie */
.pea_cook_wrapper {
    border-radius: 0 !important;
	text-align: left;
}
.pea_cook_wrapper p {
    bottom: 30px;
    font-family: "myDINlight",Verdana, Geneva, sans-serif !important;
    font-size: 16px !important;
    margin: 0;
    font-weight: normal !important;
}
.pea_cook_wrapper.pea_cook_bottomright {
	background: #062A39 !important;
	margin-right: 5%;;
	right: 0 !important;
}
button.pea_cook_btn {
	background: #00DFE8 !important;
	border: none !important;
	border-radius: 0px !important;
	box-shadow: none !important;
	color: #fff !important;
	font: 16px "myDINlight",Verdana, Geneva, sans-serif !important;
	line-height: normal;
	line-height: 1;
	padding: 10px !important;
	text-align: center;
	text-shadow: none !important;
	width: auto !important;
	margin-left: 20px;
}
button.pea_cook_btn:hover {
    background: #00DFE8 !important;
	color: #fff !important;
}
/* ENDE +++ EU Cookie */



/* START +++ Top-Button */
.et_pb_scroll_top.et-pb-icon {
    background-color: #00DFE8 !important;
	-webkit-border-radius: 100px !important;
	border-radius: 100px !important;
	margin-right: 20px !important;
	padding: 10px;
}
/* ENDE +++ Top-Button */




/* START +++ Floating Pop-out Menü */
@media (min-width: 981px){
  #float {
    
  }
}
#float {
    position: fixed;
    top: 200px;
    left: 0px;
    z-index: 99998;
  }
/* ENDE +++ Floating Pop-out Menü */




/* START +++ Bildzoom */
.zoom img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);	
	-ms-transform: scale(1);	
	-o-transform: scale(1);	
	transform: scale(1);
	/* VERZÖGERUNG */	
	-webkit-transition: all 0.3s linear;	
	-moz-transition: all 0.3s linear;	
	-ms-transition: all 0.3s linear;	
	-o-transition: all 0.3s linear;	
	transition: all 0.3s linear;
}
	
.zoom img:hover {
	-webkit-transform: scale(1.2);	
	-moz-transform: scale(1.2);	
	-ms-transform: scale(1.2);	
	-o-transform: scale(1.2);	
	transform: scale(1.2);
}
/* ENDE +++ Bildzoom */




/* START +++ Beitragsnavigation */

.nav-label {
	font-family: "myDINcondLight",Verdana,Geneva,sans-serif!important;
}

	/* zurück zur Kategorie */
.arrow_carrot-2left:before {
	font-family: ETmodules;
	font-size: 30px;
	content: "\38";
}

.arrow_carrot-2left {
	font-family: ETmodules;
	content: "\38";
}

.et_pb_posts_nav .nav-next {
	/*float: right !important;*/
	margin-right: 0px;
}

.headernavigation {
	width: 100% !important;
	max-width: 100% !important;
}

.et_pb_posts_nav .nav-next a:before {
	content: '\34' !important;
	font-family: ETmodules !important;
	color: #fff;
	font-size: 30px !important;
}

.et_pb_posts_nav .nav-previous a:after {
	content: '\35' !important;
	font-family: ETmodules !important;
	color: #fff;
	font-size: 30px !important;
}
.nav-label {
	display: none;
}
/* ENDE +++ Beitragsnavigation */



/* START +++ Informationstext-Footer */


.informationstext-footer .et_pb_blurb_container {
    padding-left: 35px !important;
	padding-top: 7px;
}

/* ENDE +++ Informationstext-Footer */



/* START +++ Akkordeon */

.et_pb_accordion_0 .et_pb_toggle_title:before {
	right: -5px !important;
}
/* ENDE +++ Akkordeon */




/* START +++ Layerslider */
.ls-bar-timer {
	border-color: #00DFE8 !important;
	opacity: 1;
	background: #00DFE8;
	border-bottom: 0px solid #00DFE8;
}
/* ENDE +++ Layerslider */




/* START +++ MATOMO */
#matomo-opt-out {
	font-family: "myDINlight",Verdana, Geneva, sans-serif !important;
	font-size: 100% !important;
	padding: 20px;
	background-color: #253746;
	color: #FFFFFF;
}

#matomo-opt-out label {
    margin: 20px 0 0 0 !important;
}

#matomo-opt-out label strong {
    font-weight: 500 !important;
}

/* ENDE +++ MATOMO */




/* START +++ Schlagworte */
.et_pb_post_title_1 .dbdb_posttitle_tags a:not(:last-child):after {
	content: " |" ¡important;
}
.schlagworte .dbdb_posttitle_tags_separator {
	display: none;
}
/* ENDE +++ Schlagworte */

/* START +++ DIVI Plus */

/* ENDE +++ DIVI Plus */

/* START +++ DP Before After Slider */

.twentytwenty-handle {
	border-color: #00DFE8 !important;
	background-color: #00DFE8 !important;
    border: 5px solid #00DFE8 !important;
}

.twentytwenty-left-arrow:before, .twentytwenty-right-arrow:before {
	font-family: ETmodules;
	font-size: 30px;
	color: white;
}

.twentytwenty-left-arrow:before {
	content: '4';
}

.twentytwenty-right-arrow:before {
	content: '5' !important;
}

.twentytwenty-left-arrow {
	border-right: none !important;
	left: 50%;
	margin-left: -31px !important;
	margin-top: -21px !important;
}

.twentytwenty-right-arrow {
	border-left: none !important;
	right: 55%;
	margin-right: 0px !important;
	margin-top: -21px !important;
}

/* ENDE +++ DP Before After Slider */


/* START +++ DP Ajax-Search */
.dipl_ajax_search_results {
	max-height: 480px !important;
	margin: 0px 30px !important;
}

/* ENDE +++ DP Ajax-Search */



/* START +++ Schlagwort als Button */

.schlagworte a {
	color: #ffffff!important;
	background-color: #00dfe8;
	padding: 5px 15px 3px;
	border-radius: 50px;
}

/* ENDE +++ Schlagwort als Button */