/*
 * Theme Name: Wootstrap BS5
 * Theme URI: http://mehne.biz
 * Description: Template von Kai Meinhardt. Keine Kopien erlaubt. Von niemandem. :-)
 * Author: Kai Meinhardt
 * Author URI: http://mehne.biz
 * Version: 6.7
 * Template Version: 5.2.0-2024-11-15
 * Text-Domain: web-definer
 *
 */

/*
 * Copyright (C) Kai Meinhardt (mehne.biz) - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Written by Kai Meinhardt <info@mehne.biz>, 2016 - 2025
 */

/* kleiner reset */
*:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
button:focus {
	outline: none;
	box-shadow: none;
}


html {
	font-size: 10px;
	line-height: 1.4em;
}

/* Safari Problem mit horizontalem Scrollen */
html, body {
	max-width: 100vw;
	overflow-x: hidden;
}
/**/


body {
	/***/
	--main-color: var(--wp--preset--color--gelb);
	--main-typo-color: var(--wp--preset--color--typograu);
	
		
	margin: 0;
	padding: 0;
	font-family: 'Source Sans 3', Arial, sans-serif !important; /*  */
	/* font family muss important sein für überschriften da diese in type.css von BS sonst überschrieben werden */
	font-weight: 400;
	color: var(--main-typo-color);


	background-color: #fff;
    /** damit position sticky funktioniert muss body genau browserhöhe haben und scrollen */
    overflow-y: auto;
    height: 100vh;
	/**/
	--max-site-width: 1410px;

	--main-font-size: 1.8rem;
	font-size: var(--main-font-size);

	--main-line-height: 1.65em;
	line-height: var(--main-line-height);

	opacity: 1;
	transition: opacity 1.4s ease-in-out;

	--logo-width-mobile: 55%;
	--logo-width-desktop: 383px;

    /* individuell VsG */
    --wp--preset--font-size--large: 2.4rem;
}

@media (min-width: 992px) {
	body {
		--main-font-size: 2rem;
		font-size: var(--main-font-size);
		--main-line-height: 1.65em;
		line-height: var(--main-line-height);

        /* individuell VsG */
        --wp--preset--font-size--large: 3rem;
	}
}

body.high-contrast {
	--wp--preset--color--gelb: #000;
}



p {
	line-height: var(--main-line-height); /* irgendwie klappt sonst das inline-verändern von schriftgrößen nicht */
	margin-bottom: max(1rem, var(--main-line-height)); /* nimm das größere - zeilenabstand oder 1rem */
}

p.has-large-font-size {
  line-height: 1.1em;
}

@media(max-width:768px) {
	p {
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}
}


b, strong {
	font-weight: 700;
}

.has-x-large-font-size {
	margin-bottom: 0; /* das p resetten */
}

.navbar.max-width-true,
#navbar.max-width-true,
.carousel.max-width-true,
.container-fluid.max-width-true {
	max-width: var(--max-site-width);
}

.container-fluid .container-fluid {
	padding-right: 0;
	padding-left: 0;
}

.is-content-justification-center > .container-fluid > .row {
	justify-content: center;
}
.is-content-justification-right > .container-fluid > .row {
	justify-content: right;
}


.modal-body {
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
}
img.img-responsive {
	width: 100%;
	height: auto;
}

.wp-block-image {
	margin: 0; /* WP reset */
}


.wp-block-embed figcaption,
.wp-block-video figcaption,
.wp-block-image figcaption {
	color: var(--main-typo-color);
	font-size: .8em;
	line-height: 1.375em;
}


/* wordpress klassen */
.alignright {
	float: right;
	margin-left: 30px;
	margin-bottom: 25px;
}

.alignleft {
	float: left;
	margin-right: 30px;
	margin-bottom: 25px;
}
@media (max-width:576px) {
	.wp-block-latest-posts__featured-image.alignleft {
		float: none;
		width: 100%;
	}
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;

	margin-bottom: 25px;
}

/**/
@media (max-width:992px) {
	.full-size-mobile,
	.full-size-mobile > .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}
}

/* WP6.2 reset */
body .is-layout-flex {
	align-items: normal;
}

/* bootstrap heading-reset */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: 400;
	font-family: "Source Sans 3", Arial, sans-serif;
}
@media (max-width: 375px) {
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}
}

h1, .h1,
h1 a, h1 a:is(:hover, :focus, :active, :visited) {
	font-weight: 900;
	font-size: 3rem;
    line-height: 1.2em;
	text-decoration: none;

    color: var(--wp--preset--color--petrol);
}
h1 { margin-bottom: 1rem; }

@media(min-width:992px) {
	h1, .h1,
	h1 a, h1 a:is(:hover, :focus, :active, :visited) {	
		font-size: 5.5rem;
        line-height: 1.2em;
	}
}



h2,
h2 a, h2 a:is(:hover, :focus, :active, :visited) {
	font-weight: 900;
	font-size: 2.6rem;
    line-height: 1.2em;
	text-decoration: none;

    color: var(--wp--preset--color--petrol);
    background-color: var(--wp--preset--color--gelb);
    width: fit-content;
    padding-left: .5em; 
    padding-right: .5em;
    margin-left: -.5em;
    padding-top: 15px;
    padding-bottom: 15px;
}
h2 { margin-bottom: 1.6rem; }

@media(min-width:992px) {
	h2,
	h2 a, h2 a:is(:hover, :focus, :active, :visited) {
		font-size: 4rem;
        line-height: 1.2em;
	}
}



h3, .h3,
h3 a, h3 a:is(:hover, :focus, :active, :visited) {
	font-weight: 700;
	color: var(--wp--preset--color--petrol);
	font-size: 2.3rem;
	line-height: 1.2em;
	text-transform: none;
	text-decoration: none;
    /* resets von z.b. h1 styles wegen klasse */
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
}
h3, .h3 { margin-bottom: 1.6rem; }

@media (min-width: 992px) {
	h3, .h3,
	h3 a, h3 a:is(:hover, :focus, :active, :visited) {
		font-size: 3.6rem;
		line-height: 1.2em;
	}
}

h4, .h4,
h4 a, h4 a:is(:hover, :focus, :active, :visited),
.h4 a, .h4 a:is(:hover, :focus, :active, :visited) {
	font-weight: 700;
	color: var(--wp--preset--color--black);
	font-size: 2.1rem;
	line-height: 1.280em;
	text-transform: none;
	text-decoration: none;
    /* resets von z.b. h1 styles wegen klasse */
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
}
h4, .h4 { margin-bottom: 1.6rem; }


@media (min-width: 992px) {
	h4,.h4,
	h4 a, .h4 a {
		font-size: 2rem;
	}
}


h5,
h5 a, h5 a:is(:hover, :focus, :active, :visited) {
	font-size: 1.9rem;
	line-height: 1em;

	font-weight: 700;
	color: var(--main-typo-color);
	text-decoration: none;
}
h5, .h5 { margin-bottom: .8em;}


h6,
h6 a, h6 a:is(:hover, :focus, :active, :visited) {
	font-size: 1.6em;
	line-height: 1em;
	margin-bottom: var(--main-line-height);

	font-weight: 700;
	color: var(--main-typo-color);
}


p + h1,
p + h2,
p + h3,
p + h4,
p + ul,
ul + h1,
ul + h2,
ul + h3,
ul + h4,
p + ol,
ol + h1,
ol + h2,
ol + h3,
ol + h4,
p + blockquote,
blockquote + h1,
blockquote + h2,
blockquote + h3,
blockquote + h4,
.standard-block + .standard-block h2:first-of-type {
	margin-top: 2rem;
}




/* Nur wenn Bootstrap-Slider verwendet wird: */
.carousel {
	/*overflow: hidden;*//* muss weg - sonst ist schatten aus .carousel-inner oben und unten abgeschnitten */
    margin: auto;
	z-index: 99;
}


.carousel-inner {
	box-shadow: 0px 0px 13px 0px black;
}
@media (min-width:992px) { .carousel-inner { box-shadow: none;} }



.carousel-fade .carousel-item {
	transition: opacity 0.5s linear;
}

.carousel-inner .carousel-item > *,
.carousel-inner .carousel-item img,
.carousel-inner .carousel-item > a img {
	width: 100%;
	margin: auto;
	object-fit: cover;
	/*individuell*/
	min-width: 100%;
	
	object-position: center center;
}
@media (min-width:992px) {
    .carousel-inner .carousel-item img {
        height: 100vh;
        max-height: 700px;
    }
}

.carousel-item .wp-block-video,
.carousel-item .is-type-video {
	display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-item video,
.carousel-item .is-type-video * {
	width: 100%;
	height: 100%; 
}


.carousel-control-prev,
.carousel-control-next {
	width: 10%;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
	width: 6rem;
	height: 6rem;
}


.carousel-indicators {
	bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;

	display: none;
}

.carousel-indicators li {
	background-color: #fff;
	height: 12px;
	width: 12px;
	margin-left: 4px;
    margin-right: 4px;
	border-radius: 50%;
}

.carousel-indicators li.active {
	background-color: var(--main-color);
}

.carousel-caption {
	font-size: 1.8rem;
	line-height: 2em;
	font-weight: 300;
	color: #000;
	text-align: left;
	
	position: static;

	width: 100%;
	margin: 0 0 0 10px;
	padding: 0 0 0 0;

}
@media (min-width:768px) {
    .carousel-caption {
        position: absolute;
        top: 0;
        left: 10%; /* sonst hängt es mobil links am rand und überschneidet den slider pfeil */
        right: 0;
        bottom: 0;
        margin: 0;
    
        /* individuell */
        color: #fff;
        left: 0;
        background: linear-gradient(10deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 60%);
        padding-left: 10%;
    }
}

.slider-headline {
    font-size: 2.3rem;
    font-weight: 700;
    color: var(--wp--preset--color--gelb);
    line-height: 1.1em;
}

.slider-preline,
.slider-preline a,
.slider-preline a:is(:hover, :focus, :active, :visited) {
    color: #000;
    font-weight: 300;
    font-size: 1.8rem;
    text-transform: lowercase;
}
@media (min-width: 992px) {
    .slider-preline,
    .slider-preline a,
    .slider-preline a:is(:hover, :focus, :active, :visited) {
        color: #fff;
        font-weight: 300;
        font-size: 1.8rem;
    }
}

.slider-untertitel,
.slider-untertitel:hover {
    color: #fff!important;
    font-weight: 400;
}


@media (min-width: 992px) {
	.carousel-caption {
		margin-left: auto;
		margin-right: auto;
	}

    .slider-headline a {
        font-size: 2.5rem;
    }

    .slider-preline, 
    .slider-preline a, 
    .slider-preline a:is(:hover, :focus, :active, :visited) {
        font-size: 2rem;
    }
}
@media (min-width: 1200px) {
    .slider-headline {
        font-size: 5rem;
    }

    .slider-preline,
    .slider-preline a,
    .slider-preline a:is(:hover, :focus, :active, :visited) {
        font-size: 2.5rem;
    }
}


.carousel-caption a,
.carousel-caption a:is(:hover, :focus, :active, :visited) {
	text-decoration: none;
}

.carousel-caption > .row > .col {
	display: flex;
	flex-direction: column;
	/* justify-content: center; */
    justify-content: flex-end;
    margin-bottom: 10%;
}


/* Ende Bootstrap Slider */

/* Anpassungen individuell für Seite */
.page-header {
	border: 0;
	padding-bottom: 0;
	margin-top: 0px; /* BS reset */
	margin-bottom: 0px; /* BS reset */
	width: 100%; /* for position-fixed cases */
	position: relative;
	z-index: 9995; /* mehr als footer damit menü auch über footer liegt */

	box-shadow: none;

	/* individuell */
    background-color: #fff;
}
@media (min-width:992px) {
	.page-header {
		/* individuell */
		background-color: #fff;
	}
}


/* mobiler Button */
.navbar-toggler {
	background-color: transparent;
	border: 0px;
	border-radius: 0px;
	padding-right: 0;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
	background-color: transparent;
	box-shadow: none; /* BS5 reset */
}

.navbar-toggler .navbar-toggler-icon {
	background-image: url("images/svg/Burger.svg");
	width: 100%;
	height: 100%;
	
	max-width: 144px;
	min-height: 101px;

	background-size: contain;
}


.navbar-close {
	background-color: transparent;
	border: 0px;
	border-radius: 0px;
	padding-right: 0;

    display: block;
    margin-left: auto;
}


.navbar-close .navbar-close-icon {
    display: block;
	background-image: url("images/svg/navbar-close.svg");
	width: 26px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
/* Ende mobiler Button */


.navbar {
	border: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	top: 0;
}


.navbar-brand {
	/* bootstrap resets */
	line-height: 100%;
	height: auto;
	padding-top: 0;
	padding-bottom: 0;
	/* individuell */
	display: block;
	max-width: 100%; /* damits nicht über rahmen ragt */

	width: var(--logo-width-mobile);
	margin: 15px auto 15px 15px;
	
}
@media (min-width:992px) {
	.navbar-brand {
		width: var(--logo-width-desktop);
		flex: 0 0 var(--logo-width-desktop);
        margin: 30px auto 0 9px;
	}
}


.logo {
	display: block;
	
	text-indent: 0px;
	width: 100%;
	height: 100%;
	object-fit: contain;
	/* individuell */

}


#navbar {
	/* BS5 resets */
	padding-top: 0px;
	padding-bottom: 0px;

	/* individuell */
    top: 100%;
    left: auto;
    right: 0;

    min-width:290px; /* damit menü nicht breiter wird wenn menüpunkt fett wird */
}

@media (min-width:992px) {
	#navbar {
		padding-top: 0px;
		padding-bottom: 0px;

        /* individuell */
        top: 42%;
        left: 56%;
        right: auto;
	}
}


.navbar-collapse {
	position: absolute;
	z-index: 100;

	/* individuell */	
	background: #fff;
	height: auto;

    box-shadow: 0 0 20px 0 rgba(0,0,0,.4);
}



@media (min-width: 992px) {
	.navbar-collapse {
		/* position: static; */
		width: auto;
		padding: 0;
		/* individuell */
        
	}
}



/* Menü - Ebene 1 und tiefer */
.wp-block-navigation-item a, 
.nav > li a {
	color: #000;
	font-size: 2.42rem;
	line-height: var(--main-line-height);
	font-weight: 400;

    text-transform: none;
	text-decoration: none;

	display: block;

	padding-top: 6px;
    padding-bottom: 5%;
    padding-left: 30px;
    padding-right: 50px;

	text-align: left;
    border-top: 2px solid var(--wp--preset--color--petrol);
}
/* .nav > li:first-of-type() > a { padding-left: 0; } */
.nav > li:last-of-type > a { border-bottom: 2px solid var(--wp--preset--color--petrol); }


@media (min-width: 992px) {

	.wp-block-navigation-item a, 
	.nav > li a {
        font-size: 2.42rem;
        font-weight: 400;
        background: transparent;
        padding-top: 6px;
        padding-bottom: 5px;
        padding-left: 30px;
        padding-right: 50px;
	}
}


/* Menü - Ebene 1 */
.wp-block-navigation-item a:is(:hover, :focus), /* since WP5.9 */
.nav > li.current-menu-item > a,
.nav > li.current-menu-parent > a,
.nav > li.current-menu-ancestor > a,
.nav > li > a:focus,
.nav > li > a:hover,
.nav .show > a,
.nav > li:focus > a:not([href]):not([tabindex]),
.nav > li:hover > a:not([href]):not([tabindex]) {
	/*reset*/
	text-decoration: none;
	position: relative;
	/*individuell*/
    font-weight: 900;
    background-color: var(--wp--preset--color--gelb);
}



@media (min-width: 992px) {

	/* .nav > li { */
		/*flex: 1 1 auto !important;*/ /* verteilt menüpunkte je nach platz */
		/*flex: 0 1 auto !important;*/ /* verteilt menüpunkte nicht - padding im <a> nötig */
        /* wenn untereinander, dann nutze flex-direction:column; auf .nav */
	/* } */
	
	
	.nav > li.current-menu-item > a,
	.nav > li.current-menu-parent > a,
	.nav > li.current-menu-ancestor > a,
	.nav > li > a:focus,
	.nav > li > a:hover,
	.nav .show > a,
	.nav > li:focus > a:not([href]):not([tabindex]),
	.nav > li:hover > a:not([href]):not([tabindex]) {
		text-decoration: none;
        /*individuell*/
	    
	}
	
}





.menu-item-has-children {
	cursor: pointer;
	position: static;/*for position of menu level 3*/
	background: transparent; /*mobile*/
}
@media all and (min-width: 992px) {
	.menu-item-has-children {
		position: relative; /*for position of menu level 3*/
	}
}

.dropdown-toggle::after {
	/* BS4 reset*/
	display: none;
}

/* Untermenüs */

/* ============ ab BS5 Hauptmenü auch bei hover zeigen ============ */
@media all and (min-width: 992px) {
	.navbar .menu-item>.dropdown-menu{ display: none; }
	.navbar .menu-item:hover>.dropdown-menu{ display: block; }
}	
/* ============ desktop view .end// ============ */


.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container, /* neuer WP5.9 selektor */
.dropdown-menu[data-bs-popper], /*neuer bs5 selektor */
.dropdown-menu {
	/*resets*/
	list-style: none;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	font-size: 100%;

	/*mobile*/
	position: static;
	width: auto;
	background-color: rgba(255,255,255,1);
	padding: 15px 40px 15px 25px;

	/* WP5.9 reset */
	left: 0 !important;

	/* individuell */
	width: 80vw;
}

@media (min-width: 992px) {
	.dropdown-menu[data-bs-popper],
	.dropdown-menu {
		/* position: absolute; */
		/* white-space: nowrap; */
		/* top: 100%; */
		/* top: calc(50% + 2rem); */
		font-size: 0;

        width: auto;
        max-width: none;

		padding: 0px 0px 0px 0px;
        background-color: var(--wp--preset--color--gelb);
    
        /* border-radius: 10px; */
	}

}


.wp-block-navigation :where(.wp-block-navigation__submenu-container) .wp-block-navigation-item__content,
.dropdown-menu li a {
	color: var(--wp--preset--color--typograu);
	background-color: transparent;
	/* font-size: 1.8rem;
	font-weight: 400; */
	text-transform: none;
	text-align: center;
	/* margin-bottom: 1em; */
}

.dropdown-menu li.current-menu-item > a,
.dropdown-menu li.current-menu-parent > a,
.dropdown-menu li.current-menu-ancestor > a,
.dropdown-menu li > a:focus,
.dropdown-menu li > a:hover,
.dropdown-menu .show > a,
.dropdown-menu li:focus > a:not([href]):not([tabindex]),
.dropdown-menu li:hover > a:not([href]):not([tabindex]) {
	color: #fff;
	background-color: transparent;
}


@media (min-width: 992px) {
	.wp-block-navigation :where(.wp-block-navigation__submenu-container) .wp-block-navigation-item__content,
	.dropdown-menu li a {
		color: var(--wp--preset--color--typograu);
		text-align: left;
	}

	.dropdown-menu li.current-menu-item > a,
	.dropdown-menu li.current-menu-parent > a,
	.dropdown-menu li.current-menu-ancestor > a,
	.dropdown-menu li > a:focus,
	.dropdown-menu li > a:hover,
	.dropdown-menu .show > a,
	.dropdown-menu li:focus > a:not([href]):not([tabindex]),
	.dropdown-menu li:hover > a:not([href]):not([tabindex]) {
		/*individuell*/
		/* color: var(--wp--preset--color--gelb); */
		background-color: transparent;
	}
}



/* Menü dritte ebene */
.dropdown-menu .dropdown-menu li::before {
	display: inline;
	color: var(--main-color);
	padding-right: 10px;
}
@media (min-width: 992px) {.dropdown-menu .dropdown-menu li::before {display: none;}}


.dropdown-menu .dropdown-menu li a {
	font-weight: 200;
	text-transform: none;
	letter-spacing: 0;
}

/* end menü dritte ebene */




/* polylang custom stuff */
/*
.pll-switcher {
	max-width: 100%;
}


.pll-switcher .btn {
	padding: 0;
	width: 100%;
	background:transparent;
}

.pll-switcher .btn img {
	width: 55px;
}


.pll-switcher .dropdown-menu {
	left: auto;
	right: 0;
	min-width: 170px;
	background-color: var(--main-color);
	background-image: none;
    border-radius: 4px;
}

.lang-item a img {
    margin-right: 10px;
}


.pll-switcher .dropdown-menu li a {
	display: flex;
	align-items: center;
	padding: 8px 16px 0px 8px;
	background-color: transparent;
	color: #fff;
}
.pll-switcher .dropdown-menu li a img {
	width: 55px;
	height: auto;
}
*/
/* end polylang custom stuff */




/* Breadcrumb */
.breadcrumb {
	/* BS reset */
	background: none;
	padding: 0;
	/* individuell */
	font-weight: 600;
}

.breadcrumb > span:after {
	content: '>';
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
}
.breadcrumb > span:last-child:after {
	content: normal;
}


/* MAIN */
main {
	/* für den parallax */
	position: relative;
	/* individuell */
    min-height: 75vh;

	/* wenn header fixed */
	/*padding-top: 178px;*/
}
@media (min-width:992px) {
	main {
		/* wenn header mobil fixed abernicht desktop */
		padding-top: 0px;
	}
}

@media (min-width:992px) {
	.position-lg-relative {
		position: relative!important;
	}
}


a,
a:is(:hover, :focus, :active, :visited) {
	color: var(--wp--preset--color--petrol);
	text-decoration: none;
	font-weight: 700;
}

a[download]:before {
    content: "↓";
    display: inline-block;
}

/* BS5 reset */
.wp-block-image a {
    display: block; /* bei inline-block (BS5 Standard) funktionieren svg nicht */
}

@media (min-width:992px) {
	.read-more {
		font-size: 2.1rem;
		color: var(--wp--preset--color--orange-2);
	}
}


.post-password-form {
	margin-top: 35vh;
	margin-left: 15%;
}


/* LISTEN */

/* 2022 - ein neuer versuch ::marker zum laufen zu bringen */
/* geht noch nicht in safari version 14 - erst ab 15 und die haben viele noch nicht */
/* dieser teil kann später einfach getauscht werden also ::before wird zu ::marker */
main ul, main ol {
	padding-left: 8px; /* BS5 hat 20px aber das passt nur für OL nicht für UL */
}

main ol li,
main ul li {
	list-style-type: none;
	list-style-position: outside;
	padding-left: 2rem;
}

main ol:not(.carousel-indicators) li::before {
	content: counter(list-item) ".";

	color: #000;
	font-size: inherit;
	font-weight: 400;

	text-align: right;
}

main ul:not(.wp-block-latest-posts):not(.wp-block-post-template):not(.slick-dots):not(.pagination):not(.blocks-gallery-grid):not(.pll):not(.tribe-events-sub-nav):not(.tribe-events-c-nav__list):not(.tribe-events-c-top-bar__nav-list):not(.google-visualization-tooltip-item-list) li::before {
	content: "•";

	color: var(--main-typo-color);
	font-size: inherit;
	font-weight: 700;

	background-image: none;
	background-repeat: no-repeat;
	background-size: 5.8px 11.4px;
	display: inline-block;
	width: 0.58rem;
	height: 1.14rem;
}
/* ENDE dieser teil kann später einfach getauscht werden also ::before wird zu ::marker */
/* diese anpassungen sind nötig weil sich before anders verhällt als marker und wir marker wegen safari nicht nehmen dürfen */
main ol:not(.carousel-indicators) li::before {
	margin-left: calc(-15px - 1rem);
	padding-right: 1rem;
}
@media (min-width:992px) {
	main ol:not(.carousel-indicators) li::before {
		margin-left: calc(-15px - 1rem);
		padding-right: 1rem;
	}
}
/* scheint für ul und ol unterschiedlich zu sein */
main ul:not(.wp-block-latest-posts):not(.wp-block-post-template):not(.slick-dots):not(.pagination):not(.blocks-gallery-grid):not(.pll):not(.tribe-events-sub-nav):not(.tribe-events-c-nav__list):not(.tribe-events-c-top-bar__nav-list):not(.google-visualization-tooltip-item-list) li::before {
	margin-left: calc(-2rem);
	padding-right: 2rem;
}
/**/

/* ENDE LISTEN */
.wp-block-post {
    padding: 0; /* reset vom standard ul li */
}

.wp-block-post > article, /* würde <article> nehmen, aber standard ist div und wenn man es vergisst umzustellen gehts nicht */
.wp-block-latest-posts > li {
    border: 2px solid var(--wp--preset--color--petrol);
    border-radius: 3px;
    padding: 0!important;
    margin-right: 4rem;
}
@media (min-width:992px) {
    .wp-block-post > article, /* würde <article> nehmen, aber standard ist div und wenn man es vergisst umzustellen gehts nicht */
    .wp-block-latest-posts > li {
        height: 100%;
    }
}
.wp-block-post > *:nth-child(4n) {
    margin-right: 0rem;
}

.wp-block-post .wp-block-post-excerpt {
    padding: 1em 1.5em;
}


@media (max-width: 992px) {
    .wp-block-latest-posts__featured-image.aligncenter {
        margin-bottom: .4em;
    }
}


.wp-block-latest-posts .wp-block-latest-posts__post-title {
	hyphens: auto;
    padding: 0 5px 10px 10px;
    display: inline-block;
}
@media (min-width:992px) {
    .wp-block-post .wp-block-post-excerpt,
    .wp-block-post-excerpt__more-text a,
	.wp-block-latest-posts .wp-block-latest-posts__post-title a {
		font-size: 1.67rem;
        color: #000;
        font-weight: 400;
	}
}

.wp-block-latest-posts.is-grid li {
    margin: 0 1.25em 1.25em 1.25em;
}
@media (min-width:600px) {
    .wp-block-latest-posts.is-grid li {
        margin: 0 1.25em 1.25em 0;
    }
}

.wp-block-latest-posts__post-author, 
.wp-block-latest-posts__post-date {
	font-size: var(--main-font-size);
}


main img {
	max-width: 100%;
	height: auto;
}

figure {
	max-width: 100%;
	margin: 0;
}

figure.h-100 > * {
	height: 100%;
}

.size-full:not(.is-resized),
.size-full:not(.is-resized) img {
	width: 100%;
}

figure.wp-block-image.h-100 img {
	object-fit: cover;
}



main .wp-caption-text {
	background: #fff;
	color: rgb(70, 70, 70);
	padding-bottom: 24px;
	padding-left: 28px;
	padding-right: 27px;
	font-size: 0.833em;
}


.img-round, .img-round img {
	border-radius: 50%; /* only works on square images */
}

.size-square {
	max-width: 370px;
	margin-left: auto;
	margin-right: auto;
}



.has-small-font-size,
.has-small-font-size a,
.editor-styles-wrapper .has-small-font-size, 
.editor-styles-wrapper .has-small-font-size a {
	font-size: 90%;
	text-decoration: none;
	font-weight: 300; /* individuell */
}

.has-huge-font-size,
.has-huge-font-size a,
.has-larger-font-size,
.has-larger-font-size a,
.editor-styles-wrapper .has-huge-font-size,
.editor-styles-wrapper .has-huge-font-size a,
.editor-styles-wrapper .has-larger-font-size,
.editor-styles-wrapper .has-larger-font-size a {
    font-size: 2rem;
	line-height: 1.4em;
	font-weight: 400;
	text-decoration: none;
}
@media(min-width:992px) {
	.has-huge-font-size,
	.has-huge-font-size a,
	.has-larger-font-size,
	.has-larger-font-size a,
	.editor-styles-wrapper .has-huge-font-size,
	.editor-styles-wrapper .has-huge-font-size a,
	.editor-styles-wrapper .has-larger-font-size,
	.editor-styles-wrapper .has-larger-font-size a {
		font-size: 4.2rem;
	}
}


/* Hintergründe */

.has-gelb-background-color .container-fluid.max-width-true, 
.bg-gelb { 
	background-color: var(--wp--preset--color--gelb);
}
/*
.has-gelb-background-color h1, 
.bg-gelb h1,
.has-gelb-background-color h2, 
.bg-gelb h2,
.has-gelb-background-color h3, 
.bg-gelb h3,
.has-gelb-background-color h4, 
.bg-gelb h4,
.has-gelb-background-color h5, 
.bg-gelb h5,
.has-gelb-background-color h6, 
.bg-gelb h6 {
	color: #fff;
}*/

.has-petrol-background-color .container-fluid.max-width-true, 
.bg-petrol { 
	background-color: var(--wp--preset--color--petrol);
    color: #fff;
}
.has-petrol-background-color h1, 
.bg-petrol h1,
.has-petrol-background-color h2, 
.bg-petrol h2,
.has-petrol-background-color h3, 
.bg-petrol h3,
.has-petrol-background-color h4, 
.bg-petrol h4,
.has-petrol-background-color h5, 
.bg-petrol h5,
.has-petrol-background-color h6, 
.bg-petrol h6,
.has-petrol-background-color a, 
.bg-petrol a {
	color: #fff;
}

.has-grau-background-color .container-fluid.max-width-true, 
.bg-grau { 
	background-color: var(--wp--preset--color--grau);
	color: var(--wp--preset--color--typograu); 
}

.has-typograu-background-color .container-fluid.max-width-true, 
.bg-typograu { 
	background-color: var(--wp--preset--color--typograu);
	color: #fff;
}
.has-typograu-background-color .container-fluid.max-width-true a, 
.bg-typograu a { 
	color: #fff;
}
.has-typograu-background-color h1, 
.bg-typograu h1,
.has-typograu-background-color h2, 
.bg-typograu h2,
.has-typograu-background-color h3, 
.bg-typograu h3,
.has-typograu-background-color h4, 
.bg-typograu h4,
.has-typograu-background-color h5, 
.bg-typograu h5,
.has-typograu-background-color h6, 
.bg-typograu h6 {
	color: var(--wp--preset--color--gelb);
}


.bg-schraege {
    background-color: var(--wp--preset--color--petrol);
    
    color: #fff;
    clip-path: polygon(0 3%, 100% 0, 100% 97%, 0% 100%);
    position: relative;
    z-index: -1; /* sonst liegt clip path über nächstem element */
    margin-bottom: -25px;
}
@media (min-width:992px) {
    .bg-schraege {
        clip-path: none;
        background-color: #fff;
        background-image: url(images/svg/BG_Schraege.svg);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
        /* background-size: auto 100%; */
        margin-bottom: -70px;

        color: #fff;
    }
    
}
.wp-singular .bg-schraege {
        margin-bottom: 0px;
    }


.bg-schraege h1,
.bg-schraege h2,
.bg-schraege h3,
.bg-schraege h4,
.bg-schraege h5,
.bg-schraege h6,
.bg-schraege a {
	color: #fff;
}


.box-shadow {
    box-shadow: 0 0 11px 0 rgba(146,146,146,.8);
}
/* Ende Hintergründe */


#high-contrast-switch {
	cursor: pointer;
	background: transparent;
	border: 0;
}

/* BUTTONS */
button {
	cursor: pointer;
}

button:focus {
	outline: none;
}

.btn {
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	max-width: 100%;
	text-align: center;
	border-radius: 0;
	font-weight: 400;
	border: none;
	font-size: inherit;

}

.w-100>.btn,
.wp-block-web-definer-bs5-button.w-100 .btn-primary {
	width: 100% !important;
}



.btn-primary,
.btn-primary:is(:hover, :focus, :active, :visited) {
	/* reset */
	text-decoration: none;

	/**/
	padding: 12px 17px 12px 17px;
	background: #fff;
	border: 1px solid #fff;

    box-shadow: 0 0 11px 0 rgba(146,146,146,.8);

	color: var(--wp--preset--color--petrol);
	font-size: var(--main-font-size);
	font-weight: 700;

	margin-top: 0em;
	margin-bottom: 0em;
	
	border-radius: 0px;
}
.btn-primary:is(:hover, :focus, :active) {
    background: var(--wp--preset--color--petrol);
	border: 1px solid var(--wp--preset--color--petrol);
    color: #fff;
}

.alignright .btn-primary,
.text-end .btn-primary {
	text-align: right;
	margin-bottom: 0;
}

.btn-secondary,
.btn-secondary:is(:hover, :focus, :active, :visited) {
	/* reset */
	text-decoration: none;

	/**/
	padding: 12px 17px 12px 17px;
	background: var(--wp--preset--color--gelb);
	border: 1px solid var(--wp--preset--color--gelb);

	color: #fff;
	font-size: var(--main-font-size);
	font-weight: 700;
	
	margin-top: 0em;
	margin-bottom: 0em;
	border-radius: 2px;
}
.btn-secondary a,
.btn-secondary a:is(:hover, :focus, :active, :visited) {
	color: #fff!important;
}

.btn-info,
.btn-info:is(:hover, :focus, :active, :visited) {
	/* reset */
	text-decoration: none;

	/**/
	padding: 12px 17px 12px 17px;
	background: var(--wp--preset--color--white);
	border: 1px solid var(--wp--preset--color--white);
	color: #000;
	font-size: var(--main-font-size);
	
	margin-top: 0em;
	margin-bottom: 0em;
	border-radius: 2px;
}


.btn-primary, .btn-secondary, .btn-info {
	position: relative;
	
}
/*
.btn-primary:after, .btn-secondary:after, .btn-info:after {
	content: "»";
	position: absolute;
	right: 10px;
}
*/



.btn-download,
:root :where(.wp-element-button, .wp-block-button__link) {
    /* reset */
    text-decoration: none;
    padding: 0;
    border-radius: 0px;
    background-color: transparent;
    color: var(--wp--preset--color--petrol);
    font-size: var(--main-font-size);
    text-decoration: underline;

    display: inline-flex;
    align-items: center;
}

.btn-download::before,
a[download]::before {
    content: "↓";
    display: inline-block;
    margin-right: 3px;
}



/* Team bzw. Mitarbeiter Bereich */
.teammitglied-opener {
	width: auto;
	font-size: var(--wp--preset--font-size--huge);
	line-height: 1;
}
.teammitglied-opener:nth-of-type(2n) {
	color: #00a4a4;
}
.teammitglied-opener:nth-of-type(3n) {
	color: #d60d47;
}

.team-details {
	background-color: #00a4a4;
	clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
	color: #fff;
	text-align: left;
	padding-left: 3rem;
	padding-right: 16px;
}
.team-details h2,
.team-details a {
	color: #fff;
	text-decoration: none;
}

.teammitglied .modal-content {
	max-width: 300px;
}


/* Ende Team */

.text-semibold {
	font-weight: 600;
}

#fixed-sidebar {
	position: fixed;
	z-index: 99999;
    right: 0;
    top: 33%;
	overflow: auto;
	
	/*box-shadow:0 0 13px 8px rgba(109,111,111,.8);*/
	/*box-shadow:0 0 7px 0 rgba(109,111,111,.8);*/
	/*background-color: var(--main-color);*/
}



.social-icon {
	display: inline-block;
    margin: 15px;
}
    

.search-form-container {
	padding-top: 0;
	z-index: 1;
	width: auto;
}

input[type="search"].search-field {
	height: 43px;
    box-shadow: 0 0 7px 3px rgba(0,0,0,.27);
    border-radius: 0;
}
@media(min-width:768px){
	input[type="search"].search-field {
		height: 56px;
	}
}

/* Allgemeine FORMS STYLES */

input[type="number"],
input[type="date"],
input[type="text"],
input[type="email"],
input[type="search"],
input[type="tel"],
select,
textarea,
.form-control {
	display: block;
    max-width: 100%;
    padding: 6px 5px;
    height: auto;
    margin: 0;
    border: none;
    box-shadow: none;
    border-radius: 0px;

	font-size: var(--main-font-size);
	
	border: 1px solid var(--wp--preset--color--gelb);
}


.input-group-prepend .input-group-text {
	background: var(--wp--preset--color--gelb);
	border: var(--wp--preset--color--typograu);
	height: 100%;
	padding-left: 16px;
	padding-right: 20px;
  }

input[type="checkbox"] {
	/*
	-webkit-appearance: none;
	-moz-appearance: none;*/
	/* appearance muss weg sonst sieht man keine haken in checkboxen etc.*/
	cursor: pointer;

	margin-right: 15px;

	border: 0;
	width: 32px;
	height: 32px;
	background-color: #fff;
}

label {
	width: 100%;
}

textarea {
	width: 100%;
}


@media(min-width:768px) { .form-group { margin-bottom: 2rem; } }


/* contact form 7 */
.wpcf7-list-item {
	display: block;
	width: 100%;
}

.wpcf7-list-item label {
	display: flex;
	align-items: flex-start;
	flex-wrap: nowrap;
}

/* ENDE FORMS STYLES */

/*********/





/* tabellen  */
.table {
	--bs-table-striped-bg: #f9efeb;
}

.table-bordered > :not(caption) > * {
	border-color: #ecb664;
	border-width: 1px 0px 1px 0px;
}

.table-bordered > :not(caption) > * > * {
	border-width: 0px;
}



blockquote {
	padding: 0;
	position: relative;
	/* WP5+ erzwingt word-break daher ergänzen wir wenigstens bindestriche */
	/* hyphens: auto; */

	/* komm.a spezifisch */
	padding-bottom: 18px;
	border-bottom: 8px solid var(--wp--preset--color--orange-2);
}

.wp-block-pullquote {
	/* wp reset */
	padding-bottom: 0;
}
blockquote blockquote {
	background: transparent;
	padding: 0;
}



blockquote blockquote:before,
blockquote blockquote:after {
	content: normal;
	display: none;
}




.wp-block-pullquote p,
.wp-block-pullquote.alignleft p, 
.wp-block-pullquote.alignright p, 
.wp-block-pullquote.has-text-align-left p, 
.wp-block-pullquote.has-text-align-right p,
blockquote p {
	font-weight: 700;
	color: var(--wp--preset--color--orange-2);
	font-size: 2.6rem;
	font-style: normal;
	text-align: left;
	position: relative;
	margin-top: 0;
	margin-bottom: 0;

	/* es kommen bindestriche vom normalen <p> daher hier wieder raus nehmen */
	-moz-hyphens: none;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
@media (min-width:992px) {
	.wp-block-pullquote p,
	.wp-block-pullquote.alignleft p, 
	.wp-block-pullquote.alignright p, 
	.wp-block-pullquote.has-text-align-left p, 
	.wp-block-pullquote.has-text-align-right p,
	blockquote p {
		font-size: 3.8rem;
	}
}

.high-contrast .wp-block-pullquote p,
.high-contrast .wp-block-pullquote.alignleft p, 
.high-contrast .wp-block-pullquote.alignright p, 
.high-contrast .wp-block-pullquote.has-text-align-left p, 
.high-contrast .wp-block-pullquote.has-text-align-right p,
.high-contrast blockquote p {
	color: #fff;
}


.wp-block-pullquote.alignleft, 
.wp-block-pullquote.alignright, 
.wp-block-pullquote.has-text-align-left, 
.wp-block-pullquote.has-text-align-right {
	max-width: none;
}

cite {
	color: var(--wp--preset--color--typograu);
	font-style: normal;
	font-size: .8em;
	text-transform: none;
	font-weight: 400;
	position: relative;
	display: block;

	text-align: center;
}
@media (min-width:992px) {
	cite {
		font-size: 1em;
	}
}

/* individual stuff */



/* ende individual stuff */


/* slick stuff */

.add-shadow .slick-track {
	padding-top: 15px;
    padding-bottom: 15px;
}


.add-shadow .slick-slide {
	padding-left: 15px; /* nötig für schlagschatten */
	padding-right: 15px; /* nötig für schlagschatten */
}

/*** dots ***/
.slick-dotted.slick-slider {
    margin-bottom: 0!important;
}
.slick-dots {
    bottom: 0;
}
.slick-dots li button::before {
    color: #fff;
    opacity: 1;
}
.slick-dots li.slick-active button::before {
    color: #fff;
    opacity: 1;
    font-size: 9px;
    line-height: 21px;
}
/*** ende dots ***/




.slick-left,
.slick-right {
	display: block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
	padding: 0;
	overflow: hidden;
    /*max-width: 100%;*//* ohne das liegen die buttons mobil überm bild. das is besser */
	cursor: pointer;
	background: transparent;
	background-repeat: no-repeat;
    background-position: center;
	border: none;
	color: transparent;
	transition: all 0.3s ease-in-out;

	width: 50px; /* hängt von der pfeilgrafik ab */
	height: 50px; /* hängt von der pfeilgrafik ab */
	background-size: 40px 40px; /* hängt von der pfeilgrafik ab */
    background-color: rgba(255,255,255,.4);
    border-radius: 50%;

	/**weil pfeile im slider sein sollen*/
	position: absolute;
	z-index: 10;
	left: 10%;

}
.slick-right {
	left: auto;
	right: 10%;

	/* ersetzt die FA5 pfeile mit svg aus BS5 */
	background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040%2040%22%20width%3D%2240%22%20height%3D%2240%22%3E%3Cpath%20d%3D%22m15.5%200.932-4.3%204.38%2014.5%2014.6-14.5%2014.5%204.3%204.4%2014.6-14.6%204.4-4.3-4.4-4.4-14.6-14.6z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
}

.slick-left {
	/* ersetzt die FA5 pfeile mit svg aus BS5 */
	background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040%2040%22%20width%3D%2240%22%20height%3D%2240%22%3E%3Cpath%20d%3D%22m15.5%200.932-4.3%204.38%2014.5%2014.6-14.5%2014.5%204.3%204.4%2014.6-14.6%204.4-4.3-4.4-4.4-14.6-14.6z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
    transform: rotateZ(180deg) translateY(50%);
}


.slick-item img { width: 100%;}

/* end slick stuff */

/* individual slick stuff */
.slick-track {
	display: flex;
}

/* end individual slick stuff */



/* */
hr {
	opacity: 1;
    margin-top: 3rem;
    margin-bottom: 3rem;
    border: 0 !important;
	background-color: var(--wp--preset--color--gelb);
	height: 2px;
}
hr:not([size]) {
	/*wp reset*/
	height: 1px;
}

.module-box hr,
.page-footer hr {
	border-color: #fff!important;
}


/* BS4 Card (Accordeon / Aufklappkarten) */
.accordion {
	margin-bottom: 35px;
}

.card {
	border: 0;
	background-color: transparent;
	padding: 0;

	border-radius: 10px!important; /* bs muss übertrumpft werden */
	overflow: hidden;
	margin-bottom: 3px;
}
/*
.wp-block-web-definer-card:last-child .card {
	border-bottom: 2px solid #E7A287;
}
*/

.card-header {
	padding: 0;
	border: 0;
	border-radius: 0!important; /* bs muss übertrumpft werden */
	border-bottom: 0;
	background-color: transparent;
}


.card-header h3 {
	margin: 0;
}

.card-header .h4 {
	min-width: 190px;
}

.card-header .h4::first-line {
	font-weight: 400;
	font-size: .8em;
}

.card-header button {
	/* reset */
	width: 100%;
    border: 0;
    background: transparent;
	text-align: left;
}

.card-header button {
	/* individuell */
	font-size: 3rem;
	line-height: 1.2em;
	color: var(--wp--preset--color--gelb);
	background-color: var(--wp--preset--color--hellblau);
	font-weight: 600;
	padding: 0;
	display: flex;
	align-items: center;
	padding: 12px 15px 12px 0px;
}
@media (min-width:992px) {
	.card-header button {
		font-size: 4rem;
	}
}


.card-header button[aria-expanded="true"] {
    background-color: transparent;
}

.card-header button > span {
	flex: 1;
}

.card-header button[aria-expanded="true"] > span {
	background: transparent;
}


.card-header button:before {
	content: url(images/Pin_orange_mobile.svg);
    display: inline-block;
	width: 35px;
	margin-left: 30px;
	margin-right: 17px;
}

.card-header button:after {
	background-image: url(images/svg/Pfeil_orange_nachunten.svg);
	display: inline-block;
	width: 28px;
	height: 28px;
	text-align: center;
	padding-top: 0;
	border-radius: 0;
	margin: 0 0px 0px auto;
	transition: all .3s ease-out;
	background-size: contain;
	content: "";
}
.card-header button[aria-expanded="true"]:after {
	background-image: url(images/svg/Pfeil_Aufklappen_gelb.svg);
	transition: all .3s ease-out;
	transform: rotateZ(180deg); /* Grafik 108° drehen */
}

.high-contrast .card-header button:after {
	filter:grayscale(100%)
}

.card-body {
	padding: 6px 24px 25px 24px;
	background-color: #fff;
}
/*
.card-body p {
	font-size: 2rem;
}
*/




/**/


/*
 * Wordpress Gallery
 */
.wp-block-gallery img {
	align-self: center;
}

.blocks-gallery-grid .blocks-gallery-image, 
.blocks-gallery-grid .blocks-gallery-item, 
.wp-block-gallery .blocks-gallery-image, 
.wp-block-gallery .blocks-gallery-item {
	flex-grow: 0;
}
/*
.blocks-gallery-grid .blocks-gallery-item:nth-child(1n+10) {
	display: none;
}
*/
 
/* fancybox */
.fancybox-container {
	width: 90%;
	height: 80%;
	left: 5%;
	right: 5%;
	top: 10%;
	bottom: 10%;

	box-shadow: 0 0 13px 7px rgba(0,0,0,.27);
}

.fancybox-bg {
	background: #fff;
}

.fancybox-is-open .fancybox-bg {
	opacity: 1;
}

.fancybox-slide--image {
	padding: 7% 0 7% 0;
}

.fancybox-button {
	background: transparent;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:hover,
.fancybox-button:visited {
	color: var(--main-color);
}

.fancybox-navigation .fancybox-button {
	opacity: 1;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 30px;
}
.fancybox-navigation .fancybox-button--arrow_right {
	right: 30px;
}

.fancybox-close-small {
	background: var(--main-color);
	color: #fff;
	opacity: 1;
	top: 0;
	right: 0;
}
@media(min-width:992px) {
	.fancybox-close-small {
		top: -44px;
		right: -44px;
	}
}


/* widgets in sidebar und footer */
li.widget {
	list-style: none;
}


/* Modales Fenster */
.modal {
	z-index: 91055; /* damit es auch über fixed header liegt*/
}

.modal-content {
	padding: 24px 32px;
}


.modal-header .btn-close,
.btn-close, .btn-close:hover {
	color: var(--wp--preset--color--gelb);
	background: none;
	width: auto;
	opacity: 1;

	padding: 0;
	margin: 0 0 0 auto;
	line-height: 100%;

	font-weight: 700;
}


.modal-header  {
	border: none;
}

/*
 * PAGINATION
 */
 .pagination {
	margin-bottom: 40px;
}

.pagination li:before {
	content: "";
	display: none;
}

/* standard-status */
.pagination li a,
.pagination > li.inactive > a:focus,
.pagination > li.inactive > a:hover,
.pagination > li.inactive > span:focus,
.pagination > li.inactive > span:hover {
	color: var(--main-color);
	font-weight: 600;
	background-color: #fff;
	border-color: #fff;
	margin-right: 3px;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;

	padding: 0.9rem;
	text-align: center;
}

.pagination li.inactive a,
.pagination > li.inactive > a:focus,
.pagination > li.inactive > a:hover,
.pagination > li.inactive > span:focus,
.pagination > li.inactive > span:hover {
	cursor: default;
	color: var(--main-color);
}

/* hover-status */
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
	background-color: var(--main-color);
	border-color: var(--main-color);
	color: #fff;
}

/* active-status */
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	background-color: var(--main-color);
	border-color: var(--main-color);
	color: #fff;
	cursor: pointer;
	
}

/* inactive-status */
.pagination .inactive a {
	pointer-events: none;
}


/* vielfalt-statt-gewalt INDIVIDUELL */


/* ende individuell */




/* FOOTER */
.page-footer {
	position: relative;
	z-index: 999; /* 999 max weil 1000 ist dropdown z-index der drüber liegen muss */

	border-top: 0px solid var(--main-color);
	box-shadow: none;

	padding: 0;
	margin: 0 0 0 0;

	font-size: 1.8rem;
	font-weight: 400;
    color: var(--main-typo-color);
}



.page-footer a,
.page-footer a:is(:hover, :focus, :active, :visited) {
	color: #fff;
	text-decoration: none;

	font-size: 1.8rem;
	font-weight: 400;
}


.page-footer .menu {
	padding: 0;
	margin: 0;
    line-height: 1em; /* wichtig, damit sich border zwischen navigations-items nicht zu lang streckt */
	
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: space-between;

	list-style: none;	
}
.page-footer #menu-footer {
	justify-content: center;
}
@media (min-width:992px) {
	.page-footer .menu {
		flex-direction: row;
	}
}

.page-footer .menu a {
    color: var(--wp--preset--color--petrol);
    padding: 0 10px 0 10px;
	font-weight: 700;
    font-size: 1.67rem;
    line-height: var(--main-line-height);
}
.page-footer .menu li {
    text-align: center;
}
@media (min-width:992px) {
    .page-footer .menu a {
        line-height: 1em;
    }
    .page-footer .menu li + li {
        border-left: 2px solid var(--wp--preset--color--petrol);
    }
    .page-footer .menu li {
        text-align: left;
    }
}

@media (min-width:992px) {
    .border-left-footer {
        border-left: 2px solid rgba(255,255,255,.4);
        padding-left: 1em;
    }
}

.border-left-footer p:last-of-type {
    margin-bottom: 0;
}

/* ENDE FOOTER */


/*
#scrolltop {
	position: fixed;
	bottom: 60px;
	right: 10%;
	cursor: pointer;

	background-image: url(images/bildmarke_klein_80x80px.svg);
	background-repeat: no-repeat;
	background-size: 80px 80px;
	width: 80px;
	height: 80px;
}
*/

.g-5 > .container-fluid > .row, .gy-5  > .container-fluid > .row {
	--bs-gutter-y: 3rem;
}
.g-5 > .container-fluid > .row, .gy-5  > .container-fluid > .row {
	--bs-gutter-x: 3rem;
}


.hyphens-auto {
	hyphens: auto; 
}

@media (max-width: 991px) {
    .col-12.col-6 {
    flex: 0 0 auto;
    width: 50%;
    }

    .col-12.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
    }
}