/*
 * 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.2
 * Template Version: 5.2.1-2025-03-11
 * 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.2em;
}


/* Safari Problem mit horizontalem Scrollen */
/* html, body { */
	/* max-width: 100vw; */ /* verursacht probleme mit sticky header */
	/* overflow-x: hidden; */ /* verursacht probleme mit sticky header */
    /*scroll-behavior: smooth;*/ /* wird bereits von bootstrap übernommen // damit anker smooth scrollen und nicht springen */
/* } */
/**/


body {
	/***/
	--main-color: var(--wp--preset--color--dunkelrot);
	--main-typo-color: var(--wp--preset--color--typograu);
    --main-link-color: var(--wp--preset--color--dunkelrot);
    --photoshop-auto-line-height: 1.2em;
	
		
	margin: 0;
	padding: 0;
	font-family: 'Roboto', 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: 100%;
	/**/
	--max-site-width: 1110px;

	--main-font-size: 1.8rem;
	font-size: var(--main-font-size);

	--main-line-height: 1.5em;
	line-height: var(--main-line-height);

	opacity: 1;
	transition: opacity 1.4s ease-in-out;

	--logo-width-mobile: 100%;
	--logo-width-desktop: 355px;

    --bs-border-color: #000; /* BS standard Border-Farbe */

    /* --header-height: 85px; */

    --wp--preset--font-size--x-large: 6rem;
}

@media (min-width: 992px) {
	body {
		--main-font-size: 2.2rem;
		font-size: var(--main-font-size);
		--main-line-height: 1.8em;
		line-height: var(--main-line-height);

        /* --header-height: 85px; */

        --wp--preset--font-size--x-large: 6.2rem;
	}
}

body.high-contrast {
	--wp--preset--color--dunkelrot: #000;
    --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 */
}

@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: 20px;
	margin-bottom: 15px;
}

.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}
@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: "Roboto", Arial, sans-serif;
}
@media (max-width: 480px) {
	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: 300;
	font-size: 3.5rem; /* mal eigenständig halbiert für mobil */
    line-height: 1.15em;
	text-decoration: none;

    color: #000;

    /* resets von z.b. h1, h2 styles wegen klasse */
    background-color: transparent;
    background-image: none;
    display: block;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
h1 { margin-bottom: 1rem; }

@media(min-width:992px) {
	h1, .h1,
	h1 a, h1 a:is(:hover, :focus, :active, :visited) {	
		font-size: 7rem;
        line-height: 1.15em;

        padding-left: 0;
        padding-right: 0;
	}
}



h2, .h2,
h2 a, h2 a:is(:hover, :focus, :active, :visited) {
	font-weight: 300;
	font-size: 2.8rem; /* mal eigenständig halbiert für mobil */
    line-height: 1.15em;
	text-decoration: none;

    color: #000;
    /* resets von z.b. h1, h2 styles wegen klasse */
    background-color: transparent;
    background-image: none;
    display: block;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    hyphens: auto;
}
h2 { margin-bottom: 1rem; }

@media(min-width:992px) {
	h2, .h2,
	h2 a, h2 a:is(:hover, :focus, :active, :visited) {
		font-size: 5.6rem;
        padding-left: 0;
        padding-right: 0;
	}
}



h3, .h3,
h3 a, h3 a:is(:hover, :focus, :active, :visited) {
	font-weight: 700;
	color: var(--wp--preset--color--weiss);
	font-size: 1.5rem;
	line-height: var(--main-line-height);
	text-transform: none;
	text-decoration: none;
    /* resets von z.b. h1, h2 styles wegen klasse */
    background-color: var(--wp--preset--color--gelb);
    background-image: linear-gradient(152deg, #f3c136 0%, #f4b810 100%);
    display: inline-block;
    padding-left: .15em;
    padding-right: .15em;
    letter-spacing: .03em;
}
h3, .h3 { margin-bottom: 0rem; }

@media (min-width: 992px) {
	h3, .h3,
	h3 a, h3 a:is(:hover, :focus, :active, :visited) {
		font-size: 3rem;
		line-height: var(--main-line-height);
	}
}

h4, .h4,
h4 a, h4 a:is(:hover, :focus, :active, :visited),
.h4 a, .h4 a:is(:hover, :focus, :active, :visited) {
	font-size: 1.4rem;
	line-height: 1em;

	font-weight: 700;
	color: var(--wp--preset--color--weiss);
	text-decoration: none;
    /* resets von z.b. h1, h2 styles wegen klasse */
    background-color: var(--wp--preset--color--gelb);
    background-image: linear-gradient(152deg, #f3c136 0%, #f4b810 100%);
    display: inline-block;
    padding-left: .15em;
    padding-right: .15em;
}
h4, .h4 { margin-bottom: .8rem; }


@media (min-width: 992px) {
	h4,.h4,
	h4 a, .h4 a {
		font-size: 2.6rem;
	}
}


h5, .h5,
h5 a, h5 a:is(:hover, :focus, :active, :visited),
.h5 a, .h5 a:is(:hover, :focus, :active, :visited) {
	font-size: var(--main-font-size);
	line-height: var(--main-line-height);
	margin-bottom: 0;

	font-weight: 700;
	color: var(--wp--preset--color--dunkelrot);
}
/* h5, .h5 { margin-bottom: .8em;} */


h6,
h6 a, h6 a:is(:hover, :focus, :active, :visited) {
	font-size: var(--main-font-size);
	line-height: var(--main-line-height);
	margin-bottom: 0;

	font-weight: 600;
	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;
}*/

/* BS5 reset */
.mark, mark {
  padding: 0;
}


/* Nur wenn Bootstrap-Slider verwendet wird: */
.carousel {
    margin: auto;
	z-index: 99;
}

.carousel-inner { 
    padding:0;
}

.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;
    height: auto;
    width: 100%!important;
    
}


/* nur startseite und karriere-seite */

/* .page-id-35 .carousel-inner .carousel-item > *,
.page-id-35 .carousel-inner .carousel-item img,
.page-id-35 .carousel-inner .carousel-item > a img, */
.home .carousel-inner .carousel-item > *,
.home .carousel-inner .carousel-item img,
.home .carousel-inner .carousel-item > a img {
    aspect-ratio: 1/1;
}
@media (min-width:992px) {
    /* .page-id-35 .carousel-inner .carousel-item > *,
    .page-id-35 .carousel-inner .carousel-item img,
    .page-id-35 .carousel-inner .carousel-item > a img, */
    .home .carousel-inner .carousel-item > *,
    .home .carousel-inner .carousel-item img,
    .home .carousel-inner .carousel-item > a img {
        aspect-ratio: unset;
    }
}
/* ende nur start und karriere */

.carousel-item .wp-block-video,
.carousel-item .is-type-video {
	display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; /* sonst haut es in chrome nicht hin */
}

.carousel-item video,
.carousel-item .is-type-video * {
	width: 100%;
	height: 100%; 
    object-fit: cover;
}


.carousel-control-prev,
.carousel-control-next {
	width: 10%;
    opacity: 1;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
	width: 8rem;
	height: 8rem;

    background-size: contain; /* mobil / responsive */
    max-width: 100%; /* mobil / responsive */

    background-image: url(images/svg/Vorwaertspfeil-schliessen.svg);
    transform: rotateZ(90deg);
}
.carousel-control-next-icon {
    background-image: url(images/svg/Vorwaertspfeil-schliessen.svg);
    transform: rotateZ(-90deg);
}

.carousel-indicators {
    /* position: relative; */
	bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

@media (min-width:992px) {
    .carousel-indicators {
        position: absolute;
        bottom: 15px;
    }
}


.carousel-indicators [data-bs-target], /* since BS5 */
.carousel-indicators li {
	height: 10px;
	width: 10px;
	margin-left: 4px;
    margin-right: 4px;
	border-radius: 50%;
}


/* .carousel-indicators [data-bs-target].active, 
.carousel-indicators li.active {
	background-color: var(--wp--preset--color--gelb);
} */




#carouselButtons {
    display: none;
}


.slider-image > figure { position: relative; }
.slider-image > figure::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
}

.carousel-caption {
	font-size: 2.9rem;
	line-height: 1.5em;
	font-weight: 300;
	/* color: var(--wp--preset--color--schwarz); */
	/* text-align: left; */
	
	/* position: relative; */

	width: 100%;
	margin: 0;
  
    left: 0;
    right: 0;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}
@media (min-width:992px) {
    .carousel-caption {
        position: absolute;
        margin: 0;
        padding: 0;

        font-size: 5.8rem;
        text-align: center;
        font-weight: 300;
        color: #fff;
        line-height: 1.5em;

        top: auto;
        left: 50%;
        right: auto;
        bottom: 50%;
        transform: translateX(-50%) translateY(50%);

        max-width: 70%;

        background: none;
        box-shadow: none;

    }
}


.carousel-caption a,
.carousel-caption a:is(:hover, :focus, :active, :visited) {
	text-decoration: none;
    color: inherit;
    font-weight: inherit;
}

/* .carousel-caption > .row > .col {
	display: flex;
	flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 10%;
} */


.carousel-caption .btn-primary {
    margin-top: 1em;
}


.slider-preline {
    font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  background-color: var(--wp--preset--color--dunkelrot);
  color: var(--wp--preset--color--weiss);
  text-align: center;
  letter-spacing: .13em;
  padding: 0px .5em;
  display: inline-block;
  line-height: 1.5em;
}

@media (min-width:992px) {
    .slider-preline {
        font-size: 3.2rem;
    }
}


.carousel-caption .btn-primary {display: none;}


.carousel-indicators [data-bs-target], .carousel-indicators li {
  height: 15px;
  width: 15px;
}
@media (min-width:768px) {
    .carousel-indicators [data-bs-target], .carousel-indicators li {
  height: 22px;
  width: 22px;
}
}
.carousel-indicators .active {
    background-color: var(--wp--preset--color--gelb);
}

/* Ende Bootstrap Slider */

/* Anpassungen 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: absolute;
    top: 0;
	z-index: 9995; /* mehr als footer damit menü auch über footer liegt */

	box-shadow: none;

	/* individuell */
    /* background-color: var(--wp--preset--color--gelb); */
    background-color: transparent;
    transition: all 300ms ease-in-out;

    /* background-image: url(images/gelberFond.jpg); */
    background-size: cover;
    background-repeat: no-repeat;

}

@media (min-width:992px) {
    .page-header {
        background-color: transparent;
        background-image: linear-gradient(180deg,rgba(0, 0, 0, .13) 0%, rgba(0, 0, 0, 0) 100%);

        position: absolute;
        top: 0;
        width: 100%;
    }
}

@media (min-width:992px) {
    .page-header.gelber-fond {
        background-color: var(--wp--preset--color--gelb);
        background-image: url(images/gelberFond.jpg), linear-gradient(180deg,rgba(0, 0, 0, .13) 0%, rgba(0, 0, 0, 0) 100%);
    }
}

/* individuell */
.navbar {
    border: 0;
	padding: 0px;
	top: 0;
}


/* mobiler Button */
.navbar-toggler {
	background-color: transparent;
	border: 0px;
	border-radius: 0px;
	padding-right: 25px;
    padding-top: 25px;
}

.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: 35px;
	min-height: 30px;

	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/BURGER_schliessen.svg");
	width: 26px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;

    font-weight: 700;
    font-size: 2.1rem;
    color: var(--wp--preset--color--dunkelrot);
}
/* Ende mobiler Button */


.navbar-brand {
	/* bootstrap resets */
	line-height: 100%;
	height: auto;
	padding: 0;
	/* individuell */
	display: block;
	max-width: 100%; /* damits nicht über rahmen ragt */

	width: var(--logo-width-mobile);
    max-width: var(--logo-width-desktop);
	margin: 0 0 20px 0;
    padding: 25px 10px 10px 10px;
    background-color: white;
	
}
@media (min-width:992px) {
	.navbar-brand {
		width: var(--logo-width-desktop);
		flex: 0 0 var(--logo-width-desktop);
        max-width: none;
        padding: 40px 20px 20px 20px;
	}
}


.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: 0;
    right: 0;

    background-color: var(--wp--preset--color--gelb);
    box-shadow: 0 10px 20px 0px rgba(0,0,0,.2);
}

@media (min-width:992px) {
	#navbar {
		padding-top: 0px;
		padding-bottom: 0px;

        /* individuell */
        left: auto;
        background-color: transparent;
        box-shadow: none;
        margin-top: 60px; /* damit es keine sprünge etc gibt muss bei FIS der header align top und dann per margin-top wieder runter */
	}
}


.navbar-collapse {
	position: absolute;
	z-index: 100;

	/* individuell */	
	background: transparent;
	height: auto;
}



@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: var(--wp--preset--color--weiss);
	font-size: 1.6rem;
	line-height: 1.4em;
	font-weight: 700;

    text-transform: none;
	text-decoration: none;

	display: block;

	text-align: center;
    letter-spacing: .15em;

    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
}


/* Menü - Ebene 1 */
.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: 700;
    color: var(--wp--preset--color--dunkelrot);
  
}


.nav > li {
    flex: 0 0 100% !important;
} 


@media (min-width: 992px) {

    .wp-block-navigation-item a, 
    .nav > li a {
        padding-left: 0px;
    }

	.nav > li {
		flex: 1 1 auto !important; /* verteilt menüpunkte je nach platz */
		
	} 
}





.menu-item-has-children {
	cursor: pointer;
	position: static;/*for position of menu level 3*/
	background: transparent; /*mobile*/
    overflow: visible;
}
@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;

    /* individuell */
    display: inline-block;
    content: "";
    
    background-image: url(images/accordion-pfeil.png);
    background-size: 11px auto;
    width: 11px;
    height: 7px;

    text-align: center;
    margin: 0px 0 0 8px;
    border: 0;
    
    position: relative;
    top: 2px;
}
.current-menu-parent .dropdown-toggle::after {
    background-image: url(images/accordion-pfeil.png);
}

/* 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// ============ */



.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;

}

@media (min-width: 992px) {
	.dropdown-menu[data-bs-popper],
	.dropdown-menu {
		position: absolute; /* weil header wachsen soll wenn hover bei FIS wäre besser ohne absolute aber dann spring tmenü daher schauen ob per JS berechnet werden kann */
		white-space: nowrap;
		font-size: 0;

        width: auto;
        max-width: none;

		padding: 30px 0px 25px 0px;
        background-color: transparent; /* kann transparent weil header über js mitwächst */
    
        border-radius: 0px;
	}
}


.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;
	text-transform: none;
	text-align: center;
}

.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--dunkelrot);
	background-color: transparent;
    font-weight: 700;
}


@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*/
		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 */

/* individuell fischinger menu stuff */
.menu-title>a {
    border-top: 1px solid white;
    padding-top: 20px!important;
    font-size: 2.4rem!important;
    font-weight: 400 !important;
    color: var(--wp--preset--color--dunkelrot)!important;
    text-transform: uppercase!important;
    letter-spacing: 0.17em!important;
    cursor: default;
}



/* 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;
}



@media (min-width:992px) {
	.position-lg-relative {
		position: relative!important;
	}
}


a,
a:is(:hover, :focus, :active, :visited) {
	color: var(--wp--preset--color--dunkelrot);
	text-decoration: none;
	/* font-weight: inherit; */
	font-weight: 400;
    text-decoration: underline;
}
a[data-bs-toggle="collapse"] {
    text-decoration: none;
}

/* 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--dunkelrot);
	}
}


.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: calc(.4em + 13px);
}

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 {
    position: relative;
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 20 20" fill="none"><circle cx="10" cy="10" r="10" fill="%23f4b810"/></svg>');

    font-size: inherit;    
    top: -2px; /*weil  irgendwie etwas unten hängt */
}
@media (min-width:992px) {
    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 {
        font-size: inherit;
        top: -2px; /* weil  irgendwie etwas unten hängt */
    }
}

/* 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(-1.3em);
	padding-right: .4em;
}
/**/

/* ENDE LISTEN */
.wp-block-post {
    padding: 0; /* reset vom standard ul li */
}

figure {
	max-width: 100%;
	margin: 0;
}

figure.h-100 > * {
	height: 100%;
}

figure.w-100 > * {
	width: 100%!important;
}

.size-full:not(.is-resized),
.size-full:not(.is-resized) img {
	width: auto;
    line-height: 0;
}

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-typograu-background-color .container-fluid.max-width-true, 
.bg-typograu { 
	background-color: var(--wp--preset--color--typograu);
	color: #fff;

    background-image: none;
    -webkit-text-fill-color: unset;
}
.has-typograu-background-color .container-fluid.max-width-true a:not(.btn-primary), 
.bg-typograu a:not(.btn-primary) { 
	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: #fff;

    background: transparent none;
    -webkit-text-fill-color: unset;
}

.bg-gelb {
    background-color: var(--wp--preset--color--gelb);
    /* color: var(--wp--preset--color--weiss); */
}
/*
.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: var(--wp--preset--color--weiss);

    background: transparent none;
    -webkit-text-fill-color: unset;
}
*/

.has-weiss-background-color .container-fluid.max-width-true, 
.bg-weiss { 
	background-color: #fff;
    color: var(--main-typo-color);
}



.has-dunkelrot-background-color .container-fluid.max-width-true, 
.bg-dunkelrot { 
	background-color: var(--wp--preset--color--dunkelrot);
    color: #fff;
}
.has-dunkelrot-background-color h1, 
.bg-dunkelrot div:not(.bg-weiss) h1,
.has-dunkelrot-background-color h2, 
.bg-dunkelrot div:not(.bg-weiss) h2,
.has-dunkelrot-background-color h3, 
.bg-dunkelrot h3,
.has-dunkelrot-background-color h4, 
.bg-dunkelrot h4,
.has-dunkelrot-background-color h5, 
.bg-dunkelrot h5,
.has-dunkelrot-background-color h6, 
.bg-dunkelrot h6,
.has-dunkelrot-background-color a, 
.bg-dunkelrot a:not(.btn-primary) {
	color: #fff;

    background: transparent none;
    -webkit-text-fill-color: unset;
}


.has-transparent-background-color .container-fluid.max-width-true, 
.bg-transparent { 
	background-color: var(--wp--preset--color--transparent);
}

.bg-hellgelb {
    background-color: var(--wp--preset--color--hellgelb);
}
.bg-hellgrau {
    background-color: var(--wp--preset--color--hellgrau);
}

/* 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;

    /*--wp--preset--color--gelb: #c0397f; *//* ändere das gelb hier nur für die buttons */

	/**/
	padding: 10px 20px 10px 20px;
	background: var(--wp--preset--color--gelb);
	border: 1px solid var(--wp--preset--color--gelb);

	color: var(--wp--preset--color--dunkelrot)!important; /* wenn auf farbigen hintergrund wird das sonst überschrieben */
	font-size: 2rem;
	font-weight: 600;
    text-align: center;

	margin-top: 0em;
	margin-bottom: 0em;
	
	border-radius: 5px;
    text-transform: none;
}
.btn-primary:is(:hover, :focus, :active) {
    background: var(--wp--preset--color--gelb);
	border: 1px solid var(--wp--preset--color--gelb);
    color: var(--wp--preset--color--dunkelrot);
}
@media (min-width:992px) {
    .btn-primary,
    .btn-primary:is(:hover, :focus, :active, :visited) {
        font-size: 3rem;
    }
}
.btn-primary > a,
.btn-primary:is(:hover, :focus, :active, :visited) > a {
    color: #fff!important;
}
/*
.btn-primary:after {
    content: url(images/svg/pfeil-rechts.svg);
    display: inline-block;
    width: 20px;
    height: 10px;
    margin-left: 30px;
}
.btn-primary:is(:hover, :focus, :active):after {
    transform: translateX(2px);
}
*/


.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--dunkelrot);
	border: 1px solid var(--wp--preset--color--dunkelrot);

	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--weiss);
	border: 1px solid var(--wp--preset--color--weiss);
	color: #000;
	font-size: var(--main-font-size);
	
	margin-top: 0em;
	margin-bottom: 0em;
	border-radius: 2px;
}

.btn-download,
.btn-download:is(:hover, :focus, :active, :visited) {
    color:var(--wp--preset--color--gelb);
    font-size:var(--main-font-size);
    font-weight: 700;
    text-decoration:none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn-download:before {
    content: " ";
    width: 20px;
    height: 20px;
    margin-right:.5em;
    background-image: url(images/svg/ICON_Download.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.btn-primary, .btn-secondary, .btn-info {
	position: relative;
	
}
/*
.btn-primary:after, .btn-secondary:after, .btn-info:after {
	content: "»";
	position: absolute;
	right: 10px;
}
*/

.btn-collapse {
    border: none;
    background-color: transparent;
    background-image: url(images/svg/Vorwaertspfeil.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 32px;

    transform: translateY(calc(-100% - 7px));
    margin: auto auto -16px auto;
    display: block;
}
.btn-collapse[aria-expanded="true"] {
    transform: translateY(0);
    background-image: url(images/svg/Vorwaertspfeil-schliessen.svg);
    transform: rotateZ(180deg);
    margin: auto auto 30px auto;
}
@media (min-width:992px) {
    .btn-collapse {
        transform: translateY(calc(-100% - 18px));
        width: 71px;
        margin: auto auto -12px auto;
    }
}

.hide-if-open[aria-expanded="true"] {
    display: none;
}
.hide-if-closed[aria-expanded="false"] {
    display: none;
}

.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;
}

.post-type-archive-publikation #search,
.search #search {
    width: 100%;
}

.suchergebnis {
    border-top: 2px solid var(--wp--preset--color--gelb);
}

/* 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;
    font-size: var(--main-font-size);
    height: 3.5rem;
    margin: 0;
    border: none;
    box-shadow: none;
    border-radius: 5px;

	font-size: var(--main-font-size);
	
	border: 2px solid var(--wp--preset--color--gelb);
}


.input-group-prepend .input-group-text {
	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%;
    color: rgba(0,0,0,.7);
}

textarea {
	width: 100%;
}


@media(min-width:768px) { .form-group { margin-bottom: 2rem; } }


input[type="search"] {
	background-image: url(images/svg/lupe-nvbw.svg);
    background-repeat: no-repeat;
    background-position: center right 13px;
    background-size: 16px 16px;
}

/* 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; */

    line-height: var(--photoshop-auto-line-height);
}

.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: 300;
	color: var(--wp--preset--color--dunkelrot);
	font-size: 4rem;
	font-style: normal;
    line-height: var(--photoshop-auto-line-height);
    
	text-align: left;
	position: relative;
	margin-top: 0;
	margin-bottom: 0;

    color: transparent;
    background-image: linear-gradient(to right, #c0397f, #00ade7, #ff7500);
    background-clip: text;
    -webkit-text-fill-color: transparent;

    

	/* es kommen bindestriche vom normalen <p> daher hier wieder raus nehmen */
	/* 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: 4.8rem;

        max-width: 75%;

        /* es kommen bindestriche vom normalen <p> daher hier wieder raus nehmen */
	    hyphens: none;
	}
}

.wp-block-quote > cite {
  margin-top: 1em;
}



.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: #000;
}


.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: #717171;
	font-style: normal;
	font-size: var(--main-font-size);
	text-transform: none;
	font-weight: 400;
	position: relative;
	display: block;

	text-align: right;
}
@media (min-width:992px) {
	cite {
		font-size: var(--main-font-size);
	}
}

/* individual stuff */




/* ende individual stuff */




/* slick stuff */
.slick-list {
    height: auto!important; /* sonst werden manchmal inhalte abgeschnitten */
}


.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 */
/* } */

/*** dots ***/
.slick-dotted.slick-slider {
    margin-bottom: 0!important;
}
.slick-dots {
    bottom: 25px;
}
.slick-dots li button::before {
    color: #fff;
    opacity: .85;

    font-size: 20px;
}
.slick-dots li.slick-active button::before {
    color: var(--wp--preset--color--gelb);
    opacity: 1;

    font-size: 20px;
}
/*** 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: 40px; /* hängt von der pfeilgrafik ab */
    aspect-ratio: 1/1; /* hängt von der pfeilgrafik ab */
	height: auto; /* hängt von der pfeilgrafik ab */
	background-size: contain; /* hängt von der pfeilgrafik ab */
    background-color: rgba(255,255,255,.4);
    border-radius: 50%;
    max-width: 100%;

    /**weil pfeile im slider sein sollen*/
    position: absolute;
    z-index: 10;
    left: 20%;
}

.slick-right {
    left: auto;
    right: 20%;

	/* ersetzt die FA5 pfeile mit svg aus BS5 */
	background-image: url(images/svg/Pfeil_KnowHow.svg);
}

.slick-left {
	/* ersetzt die FA5 pfeile mit svg aus BS5 */
	background-image: url(images/svg/Pfeil_KnowHow.svg);
    transform: rotateZ(180deg) translateY(50%);
    transform-origin: center center;
}

@media (max-width:768px) {
    .slick-left {
        float: left;
        margin-top: .7em;
        left: 30%;
    }

    .slick-right {
        float: right;
        margin-top: .7em;
        right: 30%;
    }
}


.slick-item img { width: 100%;}

/* end slick stuff */

/* individual slick stuff */

.wp-block-mehne-slick-slider.align-items-center .slick-track { align-items: center; }

.slick-track {
	display: flex;
    padding-top: 3em; /* damit schatten sichtbar ist */
}

.no-shadow .slick-track {
    padding-top: 0; /* damit schatten nicht sichtbar ist */
}


.slick-current {position: relative;}


/* end individual slick stuff */



/* */
hr {
	opacity: 1;
    border: 0 !important;
	background-color: var(--wp--preset--color--gelb);
	height: 2px;
}
hr:not([size]) {
	/*wp reset*/
	height: 1px;
}
main hr {
    background-color: var(--wp--preset--color--dunkelrot);
    margin: 6rem 0;
}




/* BS4 Card (Accordeon / Aufklappkarten) */
.accordion {
	margin-bottom: 35px;
}

.card {
	border: 0 solid black;
    /* border-bottom-width: 1px; */
	background-color: transparent;
	padding: 0;

	border-radius: 0px!important; /* bs muss übertrumpft werden */
	overflow: hidden;
	margin-bottom: 6px;
}
/*
.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 */
	background-color: transparent;
    border-bottom: 2px solid var(--wp--preset--color--gelb);
}


.card-header h3,
.card-header .h3 {
	margin: 0;
	padding: 0;
    color: var(--wp--preset--color--weiss);
    font-weight: 700;
    background: transparent;
}



.card-header button {
	/* reset */
	width: 100%;
    border: 0;
    background: transparent;
	text-align: left;
}

.card-header button {
	/* individuell */
	font-size: var(--main-font-size);
	line-height: var(--photoshop-auto-line-height);

	background-color: var(--wp--preset--color--gelb);

	padding: 0;
	display: flex;
    justify-content: flex-start;
	align-items: center;
	padding: 15px 0px 15px 10px;
}
@media (min-width:992px) {
	.card-header button {
		font-size: 1.8rem;
        padding: 25px 25px 25px 10px;
	}
}

.card-header button > span {
	flex: 1;
}

/* .card-header button[aria-expanded="true"],
.card-header button[aria-expanded="true"] > span {
	background: transparent;
} */


.card-header button:before {
	background-image: url(images/accordion-pfeil.png);
    background-repeat: no-repeat;
	display: inline-block;
	width: 28px;
	height: 21px;
	text-align: center;
	padding-top: 0;
	border-radius: 0;
	margin: 0 10px 0px 0px;
	transition: all .3s ease-out;
	background-size: contain;
	content: "";
    padding-right: 0px;
    flex: 0 0 auto;

    transform: rotateZ(-90deg);
}
@media (min-width:992px) { .card-header button:before { width: 36px; height: 26px; } }

.card-header button[aria-expanded="true"]:before {
	transition: all .3s ease-out;
    transform: rotateZ(0deg);
}

.high-contrast .card-header button:after {
	filter:grayscale(100%)
}

.card-body {
	padding: 32px 0px 50px 48px;
	background-color: #fff4cd;
}
@media (min-width:992px) {
    .card-body {
        padding: 32px 0px 50px 62px;
    }
}

.card-body p:last-child {
	margin-bottom: 0;
}

/* fals man die variante nutzen will */ 
/*
.accordion-variant {
    
}
*/

/**/


/*
 * 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 {
	margin: 0 0 0 auto;
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 999;
    background-size: 2rem;
}


.modal-header  {
	border: none;
}

.modal-dialog video {
    max-height: 100%;
}

/*
 * 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;
}


/* individuelle kunden sachen */
*[aria-expanded="true"] > h3, 
*[aria-expanded="true"] > .h3, 
*[aria-expanded="true"] > h4, 
*[aria-expanded="true"] > .h4 {
    background-image: linear-gradient(152deg, #fbbe14 0%, #a01510 100%);
}

.col-fixed {
    width: 280px;
    height: 280px;
    /*padding-left: 0; *//* damit element mit BG image genauso breit wie mit bg farbe (wenn farbe über wordpress klassen kommt) */
    /*padding-right: 0;*/ /* damit element mit BG image genauso breit wie mit bg farbe (wenn farbe über wordpress klassen kommt) */
}
.col-fixed > * {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
}

.col-fixed > *,
.col-fixed > *:is(:hover, :focus, :active, :visited) {
    text-decoration: none;
}

.col-fixed > * > span {
    margin: 0;
    padding: 20px 15px 27px 30px;
    font-weight: 700;
    align-self: flex-end;
    display: block;
    width: 100%;
    color: var(--wp--preset--color--weiss);
    text-decoration: none;
}


#mehne-wpsc-container {
    background: transparent;
    padding: 0;
    transform: translateX(0)!important;
    top: 40%;
    width: auto;
}
#mehne-wpsc-inner {
    padding: 0!important;
}

.flip-card-front {
    background: linear-gradient(to bottom, #f1f2fa 0%, #e9e9e8 100% );
}
.flip-card-front img {
    max-height: 150px;
    margin-top: auto;
    margin-bottom: auto;
}

/* ende individuell */




/* FOOTER */
.page-footer {
	position: relative;
	z-index: 999; /* 999 max weil 1000 ist dropdown z-index der drüber liegen muss */

	box-shadow: none;

	padding: 0;
	margin: 100px 0 0 0;

    color: #000;
}
@media (min-width:992px) {
    .page-footer {
        margin: 160px 0 0 0;
    }
}

.page-footer,
.page-footer p {
    font-size: 1.8rem;
    line-height: 1.6em;
	font-weight: 400;
}



.page-footer a:not(.btn-primary),
.page-footer a:not(.btn-primary):is(:hover, :focus, :active, :visited) {
	color: var(--main-typo-color);
	text-decoration: none;

	font-size: 1.8rem;
    line-height: 1.6em;
	font-weight: 400;
}


.page-footer .menu {
	padding: 20px 0 25px 0;
	margin: 0;
    line-height: 1em; /* wichtig, damit sich border zwischen navigations-items nicht zu lang streckt */
	
	display: flex;
	
    /* flex-direction: column;
    flex-wrap: nowrap; */

	flex-direction: row;
    flex-wrap: wrap;


	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 li + li {
    border-left: 1px solid #fff;
}

.page-footer .menu a,
.page-footer .menu a:is(:hover, :focus, :active) {
    color: #fff;
    padding: 0 10px 0 10px;
	
    font-size: 1.7rem;
    line-height: var(--photoshop-auto-line-height);
    font-weight: 600;
}


/* 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; 
}


.col-12.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-12.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-12.col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.modal-backdrop {
    display: none; /* das muss leider sein, weil modal in slider sonst hinter backdrop liegt */
}

.wp-block-image img {
    vertical-align: top!important;
}

:root :where(p.has-background, h1.has-background) {
    padding: 0;
}