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

/* START +++ Webfonts einbinden */

/* erst Font für Internet Explorer dann für WOFF-fähige Browser */
h1, h2, h3, h4, h5 {
	font-family: "MyFont-CondLight",Verdana, Geneva, sans-serif;
}
body {
	font-family: "MyFont",Verdana, Geneva, sans-serif;
}
/* ENDE +++ Webfonts einbinden */

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

/* START +++ Wortmarke statt Logo */
.custom_header {
	font-family: "MyFont-CondLight", Verdana, Geneva, sans-serif !important;
	font-size: 42px;
	font-weight: 400;
	/* 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: "MyFont-CondLight",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: "MyFont-Light",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 +++ Top-Button */
.et_pb_scroll_top.et-pb-icon {
    background-color: red !important;
	-webkit-border-radius: 100px !important;
	border-radius: 100px !important;
	margin-right: 20px !important;
	padding: 10px;
}
/* ENDE +++ Top-Button */

/* START +++ Beitragsnavigation */
.nav-label {
	font-family: "MyFont-CondLight",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 +++ MATOMO */
#matomo-opt-out {
	font-family: "MyFont-Light",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 +++ DP Ajax-Search */
.dipl_ajax_search_results {
	max-height: 480px !important;
	margin: 0px 30px !important;
}
/* ENDE +++ DP Ajax-Search */
