/*
 * 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.1
 * Template Version: 5.1.0-2022-11-02
 * 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 - 2023
 */

/* 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.667em;
}

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


body {
	/***/
	--main-color: var(--wp--preset--color--schwarz);
	--main-typo-color: #fff;
	--main-font-size: 1.6rem;

		
	margin: 0;
	padding: 0;
	font-family: 'Raleway', 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: #000;
	overflow-x: hidden;
	/**/
	--max-site-width: 1440px;

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

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

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

	--logo-width-mobile: 137px;
	--logo-width-desktop: 320px;
}

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

body.high-contrast {
	--wp--preset--color--lila: #000;
	--wp--preset--color--dunkelrosa: #000;
	--wp--preset--color--tuerkies: #000;

	--wp--preset--color--helltuerkies: #fff;
	--wp--preset--color--rosa: #fff;
	--wp--preset--color--hellgelb: #fff;
	--wp--preset--color--gelb: #fff;
}

.wp-block-social-link-anchor svg {
	width: 50px;!important;
	height: 50px;
}

.row {
	--bs-gutter-x: 3rem;
	--bs-gutter-y: 0;
  }

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 */
}

@media(max-width:767px) {
	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 */
}



.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;
}

.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,.h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: 900;
	font-family: "Montserrat", 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) {
	color: #fff;
	font-size: 2.8rem;
	line-height: 1.286em;
	text-decoration: none;
	text-transform: uppercase;
}
h1 { margin-bottom: 1rem; }

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


h2,
h2 a, h2 a:is(:hover, :focus, :active, :visited) {
	color: #fff;
	font-size: 2.4rem;
	line-height: 1.250em;
	text-decoration: none;
	text-transform: uppercase;
}
h2 { margin-bottom: 1.6rem; }

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

.wp-block-latest-posts__post-title, .wp-block-latest-posts__post-title:is(:hover, :focus, :active, :visited),
h3,
h3 a, h3 a:is(:hover, :focus, :active, :visited) {
	color: #fff;
	font-size: 2rem;
	line-height: 1em;
	
	text-transform: uppercase;
	text-decoration: none;
}
h3 { margin-bottom: 1.6rem; }

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


h4,
h4 a, h4 a:is(:hover, :focus, :active, :visited) {
	color: #fff;
	font-size: var(--main-font-size);
	line-height: 1em;
	padding-top: 0.15em;

	text-decoration: none;
	position: relative;
}
h4 { margin-bottom: 1.6rem; }


@media (min-width: 992px) {
	h4,
	h4 a {
		font-size: var(--main-font-size);
		line-height: 1.5em;

	}
}


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

	text-decoration: none;
}


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

}


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;
}


.btn-info a {
	position: relative;
}


.skibble {
	background-image: url(images/Skibble.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
	padding-top: 51px;
	padding-right: 75px;
	padding-bottom: 42px;
	padding-left: 95px;
}
@media (min-width:1535px) { /* 1440 + 95 */
	.skibble {
		transform: translateX(-95px);
	}
}

/* SINUS SPEZIAL-UNTERSTREICHUNG */
h1 > span[style*="text-decoration: underline"],
h2 > span[style*="text-decoration: underline"],
h3 > span[style*="text-decoration: underline"] {
	text-decoration: none!important;
	background-image: url(images/underline.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100% 24px;
}
/**/

.spitzmarke {
	font-weight: 700;
	/*text-transform: uppercase;*/
	letter-spacing: .5px;
	margin-bottom: 0.2em;
}

.spitzmarke + h1,
.spitzmarke + h2,
.spitzmarke + h3,
.spitzmarke + h4,
.spitzmarke + h5 {
	margin-top: 0;
}



/* 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.max-width-true {
	max-width: var(--max-site-width);
}

.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%;
	max-height: 70vh;
	object-position: center center;
}


.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: 1.364em;
	font-weight: 400;
	color: var(--wp--preset--color--dunkelgrau);
	text-align: left;
	
	position: absolute;
	top: 0;
	left: 0;
    right: 0;
	bottom: 0;

	width: 100%;
	margin: 0;
	padding: 5% 0 0 0;
}


@media (min-width: 768px) {
	.carousel-caption {	
		font-size: 2rem;
	}
}
@media (min-width: 992px) {
	.carousel-caption {
		max-width: calc(100vw - 60px);
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 1660px) {
	.carousel-caption {
		max-width: var(--max-site-width);
	}
}

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


/* 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 */
}

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


/* 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("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45 26' %3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='1' stroke-width='4' d='M3 7h39M3 15h39M3 23h39'/%3e%3c/svg%3e");
	width: 100%;
	height: 100%;
	
	max-width: 45px;
	min-height: 26px;

	/* braucht man das:? */
	/*
	background-position: center top 60%;
	min-width: 45px;
	max-height: 26px;
	*/
	background-size: contain;
}
/* Ende mobiler Button */


.navbar {
	border-bottom: 0px solid var(--wp--preset--color--hellgrau);
	padding-top: 3.7rem;
	padding-bottom: 0; /* wird bei david smyczek durch eine schräge danach gewährleistet */
}
@media (min-width:992px) {
	.navbar {
		padding-top: 5.7rem;/* damit das logo mittiger sitzt auf dem desktop */
	}
}


.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-right: 0;
}
@media (min-width:992px) {
	.navbar-brand {
		width: var(--logo-width-desktop);
		flex: 0 0 var(--logo-width-desktop);
	}
}


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

}


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

	/* individuell */
	width: calc(100%);
}

@media (min-width:992px) {
	#navbar {
		padding-top: 0px;
		padding-bottom: 0px;
		width: calc(100% - var(--logo-width-desktop) - 25%); /* die 25% sind col-3 für das sekundäre menü/buttons */
	}
}

#navbar > .row {
	width: calc(100% + 30px);
}

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

	/* individuell */
	left: 0; /*wegen fixer navbar - sonst hängt menü nicht links */
	/*top: 100%;*/ /*wegen fixer navbar - sonst hängt menü am oberen bildschirmrand*/
	top:90px;
	background-color: rgba(255,255,255,.9);
	height: auto;
}



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

	}
}

.navbar-collapse li {
	width: 100%;
}
@media (min-width: 992px) {
	.navbar-collapse li {
		width: auto;
	}
}

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

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

	display: block;

	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;

	text-align: center;
}

@media (min-width: 992px) {
	.wp-block-navigation-item a, 
	.nav > li a {
		color: var(--wp--preset--color--schwarz);
		font-size: 1.8rem;
		line-height: var(--main-line-height);
		font-weight: 600;
		text-align: center;

		background: transparent;

		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 20px;
		padding-right: 20px;
	}
}


/* Menü - Ebene 1 */
/*
.wp-block-navigation-item > a, 
.nav > li > a {
	font-size: 8rem;
	line-height: 0.863em;
}
*/

.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*/
	color: var(--wp--preset--color--rot);
}



@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 */
	}

	/* nur nötig wenn flex nicht 1 1 auto */
	.wp-block-navigation-item:last-child a, 
	/**/
	
	/*
	.nav > li > a {
		font-size: 3.2rem;
		line-height: var(--main-line-height);
	}
	
	*/
	.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;
	}
	
}





.menu-item-has-children {
	cursor: pointer;
	position: static;/*für sinus 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,.9);
	padding: 15px 40px 15px 25px;

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

	/* individuell */
	/*border-top: solid 31px transparent;*/
}

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

		padding: 15px 40px 15px 25px;
		background-color: rgba(255,255,255,.9);

		border-top: solid 31px transparent;

		width: auto;
	}

}


.wp-block-navigation :where(.wp-block-navigation__submenu-container) .wp-block-navigation-item__content,
.dropdown-menu li a {
	color: var(--wp--preset--color--schwarz);
	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: var(--wp--preset--color--rot);
	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--schwarz);
		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--rot);
		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 */
	/*z-index: 9980;*/ /* mehr als header, damit schatten verschwindet*/
	/* is großer mist, weil dadurch das mobile menü unsichtbar ist und auch die untermenüs auf desktop*/
}




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



.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: 0px; /* 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: 30px;
	font-size: 2rem;
}

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

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

	text-align: right;
}

main ul:not(.wp-block-latest-posts):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(--wp--preset--color--rot);
	font-size: inherit;
	font-weight: 700;

	background-image: none;
	background-repeat: no-repeat;
	background-size: 5.8px 11.4px;
	display: inline-block;


	width: 30px;
	position: absolute;
	/*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(.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(-30px);
	/*padding-right: 2rem;*/ /* über die width vom :before gelöst */
}
/**/

/* ENDE LISTEN */

.wp-block-latest-posts.wp-block-latest-posts__list li {
	padding-left: 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-schwarz-background-color .container-fluid.max-width-true, 
.bg-schwarz { 
	background-color: #000;
	padding: 24px 32px 24px 24px;
	color: #fff; 
}


.has-schwarz-background-color h1, 
.bg-schwarz h1,
.bg-schwarz h1 a,
.has-schwarz-background-color h2, 
.bg-schwarz h2,
.bg-schwarz h2 a,
.has-schwarz-background-color h3, 
.bg-schwarz h3,
.bg-schwarz h3 a,
.has-schwarz-background-color h4, 
.bg-schwarz h4,
.bg-schwarz h4 a,
.has-schwarz-background-color h5, 
.bg-schwarz h5,
.bg-schwarz h5 a,
.has-schwarz-background-color h6, 
.bg-schwarz h6,
.bg-schwarz h6 a,
.bg-schwarz a {
	color: #fff!important;
}

.has-weiss-background-color .container-fluid.max-width-true, 
.bg-weiss { 
	background-color: #fff;
	padding: 24px 12px 24px 12px;
	color: #000; 
}
@media (min-width:992px) {
	.has-weiss-background-color .container-fluid.max-width-true, 
	.bg-weiss { 
		padding: 24px 32px 24px 24px;
	}
}

.has-weiss-background-color h1, 
.bg-weiss h1,
.bg-weiss h1 a,
.has-weiss-background-color h2, 
.bg-weiss h2,
.bg-weiss h2 a,
.has-weiss-background-color h3, 
.bg-weiss h3,
.bg-weiss h3 a,
.has-weiss-background-color h4, 
.bg-weiss h4,
.bg-weiss h4 a,
.has-weiss-background-color h5, 
.bg-weiss h5,
.bg-weiss h5 a,
.has-weiss-background-color h6, 
.bg-weiss h6 {
	color: #000;
}

.rounded-3 {
	border-radius: 1rem !important;
}

/* Ende Hintergründe */


#high-contrast-switch {
	cursor: pointer;
}

/* 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;
	display: inline-block;

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

	color: #000;
	font-size: 2rem;
	font-weight: 400;

	margin-top: 0em;
	margin-bottom: 0em;
	
	border-radius: 0px;

	text-transform: uppercase;
}

.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;
	display: hidden;!important;

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

	color: #fff;
	font-size: 2rem;
	font-weight: 400;
	
	margin-top: 0em;
	margin-bottom: 0em;

	border-radius: 0px;

	text-transform: uppercase;
}
.btn-secondary a,
.btn-secondary a:is(:hover, :focus, :active, :visited) {
	color: #fff!important;
	display: hidden;
}

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

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

	text-transform: uppercase;
}


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

/* 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;
	}
}

.header-search input[type="submit"] {
	font-family: "Font Awesome 5 Free";
	font-size: 1.333em;
	font-weight: 900;
	padding: 7px;
    background: transparent;
    border: none;
    margin-left: -41px;
    border-radius: 4px;
    cursor: pointer;
    color: lightgray;
}


/* 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: 15px 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--lila);
}


.input-group-prepend .input-group-text {
	background: var(--wp--preset--color--lila);
	border: var(--wp--preset--color--schwarz);
	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 */



/* erstmal die infos zu pflichtfeld von oben nach unten */
.nf-form-layout > form > div {
	display: flex;
	flex-direction: column;
}
.nf-form-layout > form > div > .nf-before-form-content {
	order: 3;
	width: 100%;
	background-color: var(--wp--preset--color--lila);
	padding-left: 15px;
	padding-right: 15px;
}
.nf-form-layout > form > div > .nf-before-form-content nf-section {
	display: block;
	width: 100%;
	max-width: var(--max-site-width);
	margin: 15px auto 15px auto;

}

/**/

.nf-field {
	display: flex;
	flex-direction: row;

	width: 100%;
	max-width: var(--max-site-width);
	margin: auto;
}

nf-field > .nf-field-container,
nf-field > .field-wrap {
	display: flex;
	flex-flow: row wrap !important;
	flex: 1 1 auto;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width:992px) {
	nf-field > .nf-field-container,
	nf-field > .field-wrap {
		padding-left: 0;
		padding-right: 0;
	}
}

.nf-field .table > :not(caption) > * > * {
	padding-left: 0;
}



/* reset */
#ninja_forms_required_items, .nf-field-container {
	margin: 0!important;
	padding-top: 45px;
	padding-bottom: 10px;
}
@media (min-width:992px) {
	#ninja_forms_required_items, .nf-field-container {
		padding-bottom: 50px;
	}
}


.list-checkbox-wrap .nf-field-element li::before, 
.list-image-wrap .nf-field-element li::before, 
.list-radio-wrap .nf-field-element li::before {
	content: normal;
	display: none;
}


.nf-field-label label {
	margin-bottom: .5em !important;
}

.list-checkbox-wrap .nf-field-element li, 
.list-image-wrap .nf-field-element li {
	clear: both;
}

/* listen mit checkboxen bekommen rand */
.list-checkbox-wrap li {
	border-top: 1px solid #ecb664;
}
.list-checkbox-wrap li:last-child {
	border-bottom: 1px solid #ecb664;
}

.list-checkbox-wrap li input {
	margin-top: 12px !important;
	margin-bottom: 8px !important;
}
.list-checkbox-wrap li label {
	margin-top: 6px !important;
	margin-bottom: 8px !important;
}
/*********/





/* 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;
}


/* abstand checkbox zu label */
.list-checkbox-wrap .nf-field-element li input, .list-checkbox-wrap .nf-field-element ul input, .list-image-wrap .nf-field-element li input, .list-image-wrap .nf-field-element ul input, .list-radio-wrap .nf-field-element li input, .list-radio-wrap .nf-field-element ul input {
	margin-right: 17px!important;
}
.list-checkbox-wrap .nf-field-element li label, .list-image-wrap .nf-field-element li label, .list-radio-wrap .nf-field-element li label {
	margin-left: 0!important;
}
/**/



/* fehler und hinweise */
.nf-after-field {
	width: 100%;
}
.nf-after-field>* {
	display: block;
}

.nf-after-form,
.nf-after-form-content {
	margin: auto;
	width: 100%;
	max-width: var(--max-site-width);
}

/* spezielle felder anpassen */



/*
 * end caldera / ninja forms
 */


blockquote {
	padding: 0 0 0 30px;
	position: relative;
	/* WP5+ erzwingt word-break daher ergänzen wir wenigstens bindestriche */
	/* hyphens: auto; */
}
@media (min-width:992px) {
	blockquote {
		padding: 0 0 0 30px;
	}
}
.wp-block-pullquote {
	/* wp reset */
	padding-bottom: 0;
}
blockquote blockquote {
	background: transparent;
	padding: 0;
}

blockquote:before {
	content: "";
	position: relative;
	top: 0;
	left: -30px; /* das negative padding */
	display: block;
	width: 100px;
	height: 74px;
	margin-bottom: 28px;
	background-image: url(images/svg/anfuehrungszeichen_weiss.svg);
	background-repeat: no-repeat;
	background-size: contain;
}


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;
	font-size: 2rem;
	line-height: 1.2em;
	position: relative;
	margin-top: 0;
	/*margin-bottom: 1rem;*/
		
	/* 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: 2rem;
	}
}
*/


.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: #fff;
	font-style: normal;
	font-size: .8em;
	line-height: 1.4em;
	text-transform: none;
	font-weight: 400;
	position: relative;
	display: block;

	text-align: left;
}
@media (min-width:992px) {
	cite {
		font-size: 1em;
	}
}
.bg-weiss cite {
	color: #000;
}
.trapez-schwarz cite,
.bg-schwarz cite {
	color: #fff;
}

/* individual stuff */

.angebote-teaser {
	padding: 60px 15px 60px 15px;
	display: flex;
	flex-direction: column;
}
@media (min-width:992px) {
	.angebote-teaser {
		padding: 60px 90px 60px 65px;
	}
}
.angebote-teaser li {
	hyphens: auto;
}


.trapez-weiss {
	background-color: #fff;
	color: #000;
	padding: 70px 131px 65px 100px;
	clip-path: polygon(0px 25%, 100% 0%, 100% 75%, 0% 100%);
}

.bg-weiss-schraeg {
	background-color: #fff;
	color: #000;
	padding: 140px 5% 135px 5%;
	clip-path: polygon(0px 12%, 100% 0%, 100% 88%, 0% 100%);
}


.bg-weiss-schraeg h1,
.bg-weiss-schraeg h2,
.bg-weiss-schraeg h3,
.bg-weiss-schraeg h4,
.bg-weiss-schraeg h5 {
	color: #000;
}

.bg-weiss-schraeg blockquote::before {
	background-image: url(images/svg/anfuehrungszeichen_schwarz.svg);
}


.big-circle li {
	position: relative;
	padding-left: 105px !important;
	white-space: nowrap;
	margin-bottom: 6rem;
	font-size: 2rem;
	hyphens: auto;
}
@media (min-width:992px) {
	.trapez-schwarz {
		hyphens: none;
	}
}
.big-circle li:last-of-type {
	margin-bottom: 0;
}

.big-circle li:before {
	color: #000!important;
	font-size: 4.6rem!important;
	font-family: "Montserrat", Arial, sans-serif;
	text-align: center !important;

	background-color: #fff;
	border-radius: 50%;

	display: inline-block;
	width: 89px; /* sonst ist der bg nicht rund bei unterschiedlich breiten nummern */
	height: 89px; /* sonst ist der bg nicht rund bei unterschiedlich breiten nummern */
	padding: 33px 16px 22px 16px !important;
	margin: 0 15px 0 0 !important;
	
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.big-circle li strong {
	display: inline-block;
	white-space: normal;
	max-width: calc(100% - 70px);
}


.trapez-schwarz {
	background-color: #000;
	color: #fff!important;
	padding: 70px 60px 65px 50px;
	/*clip-path: polygon(0px 25%, 100% 0%, 100% 75%, 0% 100%);*/
	clip-path: polygon(0px 48px, 100% 0%, 100% calc(100% - 48px), 0% 100%); /* prozentual ist bei sehr breiter darstellung zu steil. daher feste pixel */
	
}
@media (min-width:992px) {
	.trapez-schwarz {
		padding: 70px 131px 65px 100px;
	}
}
.trapez-schwarz.float-end {
	margin-right: -35px;
}



.davsmy-bild-text-overlay-container > img {
	display: block;
}

.davsmy-bild-text-overlay-container > div {
	top: 0;
	right: 0;
	background-color: #fff;
	padding: 60px 70px 30px 70px; /* abstand unten 30 weil absatzabstand auch 30 und dann sind das gesamt 60 */
	color: #000;
}
@media (min-width:992px) {
	.davsmy-bild-text-overlay-container > img {
		width: 80%;
		margin-top: 10%;
	}
	
	.davsmy-bild-text-overlay-container > div {
		position: absolute;
		top: 0;
		right: 0;
		width: 50%;
	}
}
.davsmy-bild-text-overlay-container h1,
.davsmy-bild-text-overlay-container h2,
.davsmy-bild-text-overlay-container h3 {
	color: #000;
}

/* ende individual stuff */


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


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


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

.no-shadow .slick-slide {
	padding-left: 10px; 
	padding-right: 10px; 
}


.slick-slide > .weisser-kasten,
.slick-slide > img {
	background: #fff;
	border-radius: 0;
	box-shadow: 0 0 27px 6px rgba(0,0,0,.35);
	padding: 0;
	margin-top: 25px; /* damit schatten auch sichtbar */
}
.no-shadow .slick-slide > img {
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	margin: 0;
}


.slick-left,
.slick-right {
	display: inline-block;
	position: relative;

	margin: 0;
	padding: 0;
	overflow: hidden;
    max-width: 100%;
	cursor: pointer;
	background: transparent;
	background-repeat: no-repeat;
	border: none;
	color: transparent;
	transition: all 0.3s ease-in-out;

	width: 40px; /* hängt von der pfeilgrafik ab */
	height: 40px; /* hängt von der pfeilgrafik ab */
	background-size: 40px 40px; /* hängt von der pfeilgrafik ab */


}
@media (min-width:576px) {
	.slick-left,
	.slick-right {
		display: block;
		top: 50%;
		transform: translateY(-50%);
		
		/**weil pfeile im slider sein sollen*/
		position: absolute;
		z-index: 10;
		left: 10%;
	}
}
.slick-right {
	/* ersetzt die FA5 pfeile mit svg aus BS5 */
	background-image: url(images/svg/pfeil_slider_schwarz_rechts.svg);
	background-position: right;
}
@media (min-width:576px) {
	.slick-right {
		left: auto;
		right: 10%;
	}
}

.slick-left {
	/* ersetzt die FA5 pfeile mit svg aus BS5 */
	background-image: url(images/svg/pfeil_slider_schwarz_links.svg);
}

.trapez-schwarz .slick-right,
.bg-schwarz .slick-right {
	background-image: url(images/svg/pfeil_slider_weiss_rechts.svg);
}
.trapez-schwarz .slick-left,
.bg-schwarz .slick-left {
	background-image: url(images/svg/pfeil_slider_weiss_links.svg);
}

/*
.slick-left:before,
.slick-right:before {
	content: '\f053';
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	font-size: 27px;
	line-height: 1em;
	display: block;
	color: #fff;
	padding: 0;
    max-width: 100%;
}
.slick-right:before {
	content: '\f054';
}

@media(min-width:768px){
	.slick-left:before,
	.slick-right:before {
		font-size: 3.7rem;
	}
}

@media(min-width:992px){
	.slick-left:before,
	.slick-right:before {
		font-size: 6.8rem;
	}
}
*/

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

/* end slick stuff */

/* individual slick stuff */
.slick-list {
	padding-top: 55px!important;/* damit schlagschatten auch darüber sichtbar */
}

.slick-track {
	display: flex;
}

.slick-item.partner {
	display: flex;
	flex-direction: column;
	text-decoration: none;
}


.slick-current {position: relative;}
.slick-current .make-big {
	visibility: visible;
	
	position: absolute;
	z-index: 1;
	margin-top: -5%;
	margin-left: -15%;
	/*margin-right: -15%;*/
	
	width: 115%;
	max-width: none;

	transition: all .7s ease-in-out;
}
@media (min-width:768px) {
	.slick-current {position: relative;}
	.slick-current .make-big {
		margin-right: -15%;	
		width: 130%;
	}
}


/* end individual slick stuff */



/* */
hr {
    margin-top: 0rem;
    margin-bottom: 0rem;
    border: 0 !important;
	border-top: 1px solid var(--main-color) !important;
	background-color: transparent;
}

.page-footer hr {
	border-color: #f7e1be!important;
	margin-bottom: 1rem;
}


/* 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: 2px solid var(--wp--preset--color--hellgrau);
	background-color: transparent;
}


.card-header h3 {
	margin: 0;
}

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

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


.card-header h3 button[aria-expanded="true"] {
    background-color: transparent;
	color: var(--wp--preset--color--lila);
}

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

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


.card-header button:after {
	content: url(images/svg/accordion-open.svg);

    display: inline-block;
    min-width: 28px;
    /*height: 28px;*/ /*feste größe ist doof , wenn sich die schrift grße wegen barreiefreieheit ändert */
    text-align: center;
    padding-top: 0;
    border-radius: 0;
    margin: auto 0px 0px 8px;

	transition: all .3s ease-out;
}
.card-header button[aria-expanded="true"]:after {
	content: url(images/svg/accordion-close.svg);
	transition: all .3s ease-out;
}


.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-content {
	padding: 24px 32px;
}


.modal-header .btn-close,
.btn-close, .btn-close:hover {
	color: var(--wp--preset--color--lila);
	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;
	/*
	-webkit-box-shadow: 0 0 29px 5px rgba(0,255,77,.51);
	-moz-box-shadow: 0 0 29px 5px rgba(0,255,77,.51);
	box-shadow: 0 0 29px 5px rgba(0,255,77,.51);*/
}

/* 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;
}



/* isotope masonry */
.isotope-grid-item {
	padding: 25px;
	display: flex;
	justify-content: space-around;
}



/*
 * David Smyczek individuell
 *
 */

/* Profilblock */
.davsmy-profil {
	padding-bottom: 185px;

	background-color: #fff;
	background-image: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 140px, rgba(255,255,2555,0) 140px, rgba(255,255,255,0) 100%);
	background-repeat: no-repeat;

	color: #000;
	font-size: 2rem;
	line-height: 1.700em;

	clip-path: polygon(0px 0, 100% 0%, 100% calc(100% - 123px), 0% 100%);
}
.davsmy-profil h1,
.davsmy-profil h2,
.davsmy-profil h3 {
color: #000;
}

.davsmy-profil blockquote p {
	line-height: 1.700em;
}

.davsmy-profil blockquote:before {
	background-image: url(images/svg/anfuehrungszeichen_schwarz.svg);
}


/********/


/* FOOTER */
.page-footer {
	/*
	position: relative;
	z-index: 9990; 
*/
	
	box-shadow: none;

	font-size: 1.4rem;

	/*padding: 96px 0 0 0;*/
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.page-footer p {
	margin-bottom: 1rem;
}

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

.page-footer h5 {
	font-size: 1.4rem;
}


.page-footer .menu {
	padding: 0;
	margin: 0;
	/*
	display: flex;
	flex-wrap: nowrap;
	gap: 10px;
	*/
	list-style: none;
	
}

.page-footer .alignleft {
	margin-right: 5px;
	margin-bottom: 0;
}


#credits {
	background-color: var(--wp--preset--color--dunkelrosa);
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	padding-top: 16px;
	padding-bottom: 16px;
	margin-top: 80px;
}


#credits p {
	-webkit-hyphens: none;
	hyphens: none;
}

.border-radius-10 {
	border-radius: 10px;
}


/* ENDE FOOTER */

#fixed-menu {
	position: fixed;
	z-index: 9999;
	top: 20%;
	left: auto;
	right: 0;
}
#fixed-menu .social-icon {
	display: block;
	margin: 0 0 2px 0;
	cursor: pointer;
}


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

	background-image: url(images/svg/button_seitenanfang.svg);
	background-repeat: no-repeat;
	background-size: 70px 70px;
	width: 70px;
	height: 70px;
}
