/*
Theme Name:  My Child Theme. Child for Twenty Twenty Three.
Theme URI:  https://jogle.de
Description:  Theme to replace blog image by slideshow. Child theme for the Twenty Twenty Three theme.
Author:  Joerg Gleixner
Textdomain:  jogle
Author URI:  https://jogle.de/
Template:  twentytwentythree
Version:  1.0
License:  GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html                 
*/
body {
	background-color: #9f9f9f;
	max-width: 3000px;
	margin: auto;
	--wp--style--global--content-size: 900px;
	--wp--style--root--padding-top: 20px;
}

footer {
	/* margin-bottom: -46px; */
}

.metaslider .flex-control-nav {
	bottom: 19%;
}

.flex-control-paging li a {
	background: rgba(255, 255, 255, 0.91);
}

.metaslider .flexslider:focus-within .flex-next, .metaslider .flexslider:hover .flex-next {
	right: 8.5%;
}

.wp-site-blocks {
	background-image:  url("./assets/LR-Header_3000x269px.png");
	background-repeat: no-repeat;
	background-position: 50% -72px;
	background-size: 3000px;
	background-color: #e4ead2;
	padding-bottom: 0;
	background-color: #e4ead2;
}

.footer-spacer {display: none;}

.footer-oben {
	background-color: inherit;
	padding-bottom: inherit;
}
.footer-unten {
	background-color: inherit;
	padding-bottom: inherit;
	padding-bottom: inherit;
}

@media (min-width: 782px) {
.wp-site-blocks {
	background-image:  url("./assets/LR-Header_3000x269px.png"), url("./assets/Fooder_LaubRausch-Wildnis_3000x828px.png");
	background-repeat: no-repeat, no-repeat;
	background-position: 50% -72px, bottom;
}
.footer-spacer {display: block;}
.footer-oben {
	background-color: transparent !important;
	padding-bottom: 113px !important;
}
.footer-unten {
	background-color: transparent !important;
	padding-bottom: 0px !important;
	padding-bottom: 45px !important;
}
}

.wp-block-separator {
	border: 1px solid #7a9c13;
}

.current-menu-item {
	color: #7b9c16;;
	font-weight: normal;
}

ul {
	list-style-type: "– ";
}