/*
 * 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--rot);
	--main-typo-color: var(--wp--preset--color--sinusschwarz);
	--main-font-size: 1.8rem;

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

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

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

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

	--logo-width-mobile: 225px;
	--logo-width-desktop: 225px;
}

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

body.high-contrast {
	--wp--preset--color--lila: #000;
	--wp--preset--color--rot: #000;
	--wp--preset--color--hellblau: #fff;
}



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

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


b, strong {
	font-weight: 700;
}


/* BS5 reset */
/* verursacht mobil einen rand - der ist aber bei bildern nicht gewollt bei vielen Kunden
bei anderen seiten schon weil es die lesbarkeit verbessert mit mehr rand */
/*
.row {
	--bs-gutter-x: 15px!important;
}
@media (max-width:991px) {
	.row {
		margin-right: calc(-1 * var(--bs-gutter-x));
		margin-left: calc(-1 * var(--bs-gutter-x));
	}

	.row > * {
		padding-right: var(--bs-gutter-x);
		padding-left: var(--bs-gutter-x);
	}
}
@media (min-width:991px) {
	.row {
		--bs-gutter-x: 2.5rem!important;
	}
}
*/



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

/* SIN spezifisch */
.pp-teaser figcaption {
	color: var(--main-typo-color);
	font-size: .8em;
	line-height: 1.375em;
	text-align: center;
}



/* 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: 500;
	font-family: "Exo", Arial, sans-serif;
}
@media (max-width: 375px) {
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}
}

h1, .h1,
h1 a, h1 a:is(:hover, :focus, :active, :visited) {
	font-weight: 800;
	color: var(--wp--preset--color--sinusschwarz);
	font-size: 2.9rem;
	line-height: 1.2em;
	text-decoration: none;	
}
h1 { margin-bottom: 1rem; }

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



h2,
h2 a, h2 a:is(:hover, :focus, :active, :visited) {
	font-weight: 600;
	color: var(--wp--preset--color--rot);
	font-size: 1.95rem;
	line-height: 1.3em;
	text-transform: none;
	text-decoration: none;
}
h2 { margin-bottom: 1rem; }

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


h3,
h3 a, h3 a:is(:hover, :focus, :active, :visited) {
	font-weight: 600;
	font-size: 2rem;
	line-height: 1em;
	color: var(--wp--preset--color--rot);
	text-transform: none;
	text-decoration: none;
}
h3 { margin-bottom: 1rem; }

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

/* unnötig für Kunden?
h1 + h2,
h2 + h3,
h1 + h3 {
	margin-top: -1rem;
}
*/


h4,
h4 a, h4 a:is(:hover, :focus, :active, :visited) {
	font-weight: 700;
	font-size: var(--main-font-size);
	line-height: 0.950em;
	padding-top: 0.15em;
	color: #000;
	text-decoration: none;
	position: relative;
}
h4 { margin-bottom: 1rem; }


@media (min-width: 992px) {
	h4,
	h4 a {
		font-size: var(--main-font-size);
		line-height: 0.950em;
		padding-top: 0.15em;
	}
}


h5,
h5 a, h5 a:is(:hover, :focus, :active, :visited) {
	font-size: 1.6em;
	line-height: 0.950em;
	padding-top: 0.15em;
	font-weight: 400;
	color: var(--main-typo-color);
	text-decoration: none;
	margin-bottom: .4em;
}


h6,
h6 a, h6 a:is(:hover, :focus, :active, :visited) {
	font-size: 1.167em;
	line-height: 0.950em;
	padding-top: 0.15em;
	font-weight: 900;
	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;
}


.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%;
	object-position: center center;
}
.carousel-inner .carousel-item img,
.carousel-inner .carousel-item > a img {
	/*individuell*/
	max-height: min(70vh, 547px);
}

.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%;
    background-image: linear-gradient(90deg,rgb(255, 255, 255) 0%, rgba(0, 0, 0, 0) 100%);
}
.carousel-control-next {
    background-image: linear-gradient(90deg,rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
	width: 13px;
	height: 39px;
}
.carousel-control-next-icon {
  background-image: url(images/slider-pfeil-rechts.png);
  background-size: contain;
}
.carousel-control-prev-icon {
  background-image: url(images/slider-pfeil-links.png);
  background-size: contain;
}


.carousel-indicators {
    position: relative;
	top: 15px;    

    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
@media (min-width:992px) {
    .carousel-indicators {
        position: absolute;
        top: auto;
        bottom: 6%;
    }
}

.carousel-indicators [data-bs-target] {
	background-color: var(--wp--preset--color--tuerkies);
	height: 12px;
	width: 12px;
	margin-left: 4px;
    margin-right: 4px;
	border-radius: 50%;

    opacity: 1;
}

.carousel-indicators [data-bs-target].active {
	background-color: var(--wp--preset--color--olive);
}


#playButton,
#pauseButton {
    display: none;
}

#playButton i,
#pauseButton i {
    color: var(--wp--preset--color--tuerkies);
}

.carousel-caption {

	position: relative;
	top: 0;
	left: 0;
    right: 0;
	bottom: 0;

	width: 100%;
	margin: 0;
	padding: 15px 20px 15px 20px;

    /**/
    text-align: start;
    background-color: var(--wp--preset--color--tuerkies);
    color: #fff;
}


@media (min-width: 992px) {
	.carousel-caption {
        position: relative;
        transform: translateY(-70%);
		max-width: 365px;
		margin-left: 8.3333333%;
		margin-right: auto;
	}
}


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

.slider-headline {
	font-weight: 800;
	color: #fff;
	font-size: 2.5rem;
	line-height: 1.2em;
	text-decoration: none;	
}

@media(min-width:992px) {
    .slider-headline {	
		font-size: 3.7rem;
		line-height: 1.2em;
	}
}



/* 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 */
	padding-top: 31px;
	padding-bottom: 31px;
}
@media (min-width:992px) {
	.page-header {
		/* individuell */
		background-color: transparent;
		padding-top: 31px;
		padding-bottom: 31px;
	}
}



/* 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-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-mobile) - 25%); /* die 25% sind col-3 für das sekundäre menü von sinus */
	}
}

#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: #414041;
	font-size: 2.8rem;
	line-height: 1.7em;
	font-weight: 700;

    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: #414041;
		font-size: 2.5rem;
		line-height: var(--main-line-height);
		font-weight: 700;
		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:last-child a {
		padding-right: 0px;
	}
	/**/
	
	/*
	.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--sinusschwarz);
	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--sinusschwarz);
		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: 8px; /* BS5 hat 20px aber das passt nur für OL nicht für UL */
}

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

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

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

	text-align: right;
}

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

/* ENDE LISTEN */



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-sinusschwarz-background-color .container-fluid.max-width-true, 
.bg-sinusschwarz { 
	background-color: var(--wp--preset--color--sinusschwarz);	
	color: #fff; 
}

.has-sinusschwarz-background-color h1, 
.bg-sinusschwarz h1,
.has-sinusschwarz-background-color h2, 
.bg-sinusschwarz h2,
.has-sinusschwarz-background-color h3, 
.bg-sinusschwarz h3,
.has-sinusschwarz-background-color h4, 
.bg-sinusschwarz h4,
.has-sinusschwarz-background-color h5, 
.bg-sinusschwarz h5,
.has-sinusschwarz-background-color h6, 
.bg-sinusschwarz h6 {
	color: #fff;
}



/* bg-lila */
.has-lila-background-color .container-fluid.max-width-true, 
.bg-lila { 
	background-color: var(--wp--preset--color--lila);	
	color: #fff; 
}


.has-lila-background-color h1, 
.bg-lila h1,
.has-lila-background-color h2, 
.bg-lila h2,
.has-lila-background-color h3, 
.bg-lila h3,
.has-lila-background-color h4, 
.bg-lila h4,
.has-lila-background-color h5, 
.bg-lila h5,
.has-lila-background-color h6, 
.bg-lila h6 {
	color: #fff;
}

/* bg-rot */
.has-rot-background-color .container-fluid.max-width-true, 
.bg-rot { 
	background-color: var(--wp--preset--color--rot);	
	color: #fff; 
}


.has-rot-background-color h1, 
.bg-rot h1,
.has-rot-background-color h2, 
.bg-rot h2,
.has-rot-background-color h3, 
.bg-rot h3,
.has-rot-background-color h4, 
.bg-rot h4,
.has-rot-background-color h5, 
.bg-rot h5,
.has-rot-background-color h6, 
.bg-rot h6 {
	color: #fff;
}

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

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


.bg-sinusmauer {
	background-image: url(images/bg-mauer.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.bg-olive {
	background-color: var(--wp--preset--color--olive);
}

.text-olive,
a.text-olive:is(:hover, :focus, :active, :visited)  {
    color: var(--wp--preset--color--olive);
}


.bg-tuerkies {
	background-color: var(--wp--preset--color--tuerkies);
}

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

/* Ende Hintergründe */



/* 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:hover,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:focus,
main a.btn-primary,
main a.btn-primary:not(:disabled):not(.disabled):active,
main a.btn-primary:hover,
main a.btn-primary:focus  {
	padding: 10px 25px;
	background: var(--wp--preset--color--dunkelgrau);
	color: #fff;
	border: 1px solid var(--wp--preset--color--dunkelgrau);
	font-weight: 400;
	font-size: 2.1rem;
}
*/
/* sind die ganzen klassen mit main noch nötig? */
.btn-primary,
.btn-primary:is(:hover, :focus, :active, :visited) {
	/* reset */
	text-decoration: none;

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

	color: #fff;
	font-size: var(--main-font-size);

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

.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--lila);
	border: 1px solid var(--wp--preset--color--lila);
	color: #fff;
	font-size: var(--main-font-size);
	
	margin-top: 0em;
	margin-bottom: 0em;
	border-radius: 5px;
}
.btn-secondary a,
.btn-secondary a:is(:hover, :focus, :active, :visited) {
	color: #fff!important;
}

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

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


.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--sinusschwarz);
	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 {
	background-color: var(--wp--preset--color--dunkelgrau);
	background-image: url(images/bg-mauer.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 55px 55px 40px 30px;
	position: relative;
	/* WP5+ erzwingt word-break daher ergänzen wir wenigstens bindestriche */
	hyphens: auto;
}
@media (min-width:992px) {
	blockquote {
		/*padding: 175px 110px 180px 110px;*/
		padding: 220px 110px 150px 140px;
	}
}
.wp-block-pullquote {
	/* wp reset */
	padding-bottom: 0;
}
blockquote blockquote {
	background: transparent;
	padding: 0;
}

blockquote:before {
	content: "";
	color: var(--wp--preset--color--rot);
	font-size: 65rem;
	position: absolute;
	top: 3%;
	/* left: 10%; */
    left: calc(50% - 65px);
	display: block;
	width: 130px;
	height: 105px;
	background-image: url(images/Sprachrohr.png);
	background-repeat: no-repeat;
	background-size: contain;
}
@media (min-width:992px) {
	blockquote:before {
		top: 15%;
		width: 190px;
		height: 155px;

        left: calc(50% - 95px);
	}
}
blockquote blockquote:before {
	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-family: "Exo";
	font-weight: 400;
	color: var(--wp--preset--color--rot);
	font-size: 2.6rem;
    line-height: 1.4em;
	/*text-transform: uppercase;*/
	position: relative;
	margin-top: 0;
	margin-bottom: 1rem;

	-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: 5rem;
	}
}



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

cite {
	color: var(--wp--preset--color--sinusschwarz);
	font-style: normal;
	font-size: .8em;
	text-transform: none;
	letter-spacing: .05em;
	font-weight: 300;
	position: relative;
	display: block;
	/*text-align: right;*/
}
@media (min-width:992px) {
	cite {
		font-size: 1em;
	}
}

/* individual stuff */

.nach-oben-ziehen {
	margin-top: -135px;
	z-index: -1;
	position: relative;
}


.wp-block-web-definer-sinus-animierte-bilder {
	position: relative;
}

.animation-bg,
.animation-fg {
	position: relative;
	opacity: 0;
}

.animation-fg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.animation-bg.animate {
	animation: slide-from-left 1s ease 0s 1 normal forwards;
}
.animation-fg.animate {
	animation: slide-from-left 1s ease .82s 1 normal forwards;
}
@keyframes slide-from-left {
	0% {
		opacity: 0;
		transform: translateX(-250px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.from-right .animation-bg.animate {
	animation: slide-from-right 1s ease 0s 1 normal forwards;
}
.from-right .animation-fg.animate {
	animation: slide-from-right 1s ease .82s 1 normal forwards;
}
@keyframes slide-from-right {
	0% {
		opacity: 0;
		transform: translateX(250px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}


/* 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: block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	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: 13px; /* hängt von der pfeilgrafik ab */
	height: 39px; /* hängt von der pfeilgrafik ab */
	background-size: 13px 39px; /* hängt von der pfeilgrafik ab */

	/**weil pfeile im slider sein sollen*/
	position: absolute;
	z-index: 10;
	left: 10%;
}
.slick-right {
	left: auto;
	right: 10%;

	/* ersetzt die FA5 pfeile mit svg aus BS5 */
	background-image: url(images/slider-pfeil-rechts.png);
	background-position: right;
}

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

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

.slick-track {
	display: flex;
    padding-top: 3em; /* damit schatten sichtbar ist */
}

.no-shadow .slick-track {
    padding-top: 0; /* damit schatten nicht sichtbar ist */
}

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

.partner-beschreibung {
	margin-top: 33%;
	text-align: center;
}

.partner-beschreibung a {
	color: var(--main-typo-color)!important;
	text-decoration: none;
}

.weisser-kasten {
	/*height: 100vw; *//* hat die höhe vonn 100% der breite */
	aspect-ratio: 1 / 1;
	display: flex;
	align-items: center;
}

.make-big {
	visibility: hidden;
	transition: none;

	position: absolute;
	width: 100%;
	top: 0;
	
}

.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: 0px;
	overflow: hidden;
	margin-bottom: 3px;
}


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


.card-header h3 {
	margin: 0;
}

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

    /* individuell */
    display: flex;
    align-items: center;
	background-color: var(--wp--preset--color--tuerkies);
}

.card-header button .h3 {
	/* individuell */
	/* font-size: 2.4rem;
	line-height: 1.2em; */
	
	font-weight: 500;
    color: #fff;
	margin: 0;
	display: flex;
	align-items: center;
	padding: 12px 15px 12px 0px;
}
@media (min-width:992px) {
	.card-header button .h3 {
		font-size: 2.4rem;
	}
}


.card-header button:before {
	content: url(images/svg/angle-right-solid.svg);

    display: inline-block;
    min-width: 22px;
    text-align: center;
    padding-top: 7px;
    border-radius: 0;
    margin: 0 1em 0px 8px;

	transition: all .3s ease-out;
}
.card-header button[aria-expanded="true"]:before {
	transform: rotateZ(90deg);
	transition: all .3s ease-out;
}


.card-body {
	padding: 20px 45px 35px 5px;
	background-color: #fff;
}


.card-body > .wp-block-web-definer-column-container {
	padding-left: 10px;
}




/**/


/*
 * 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-dialog-scrollable .modal-content {
	padding: 0 35px 35px 35px;
	background-color: rgba(0,0,0,.8);
	color: #fff;

	font-size: larger;
	font-weight: 700;
}

.btn-close {
	color: #fff;
}

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


/* Bereich "passende Projekte" am Seitenende */
.pprojekte-shadow {
	box-shadow: 0 0 30px 0px rgba(0,0,0,.2);
}



/* SINUS spezifische Pre-Footer Dinge */
#news-bereich {
	padding-top: 35px;
	padding-bottom: 70px;
}
@media (min-width:992px) {
	#news-bereich {
		padding-top: 75px;
		padding-bottom: 140px;
	}
}

.news-pre-line {
	font-weight: 700;
	color: #8a8a8a;
	white-space: nowrap;
	overflow: hidden;
	margin-left: 3%;
	margin-right: 3%;
}


.news-main-headline {
	font-family: "Exo";
	font-weight: 500;
	font-style: italic;
	color: var(--wp--preset--color--rot);
}
@media (min-width:992px) {
	.news-main-headline {
		font-size: 5rem;
	}
}

@media (min-width:768px) {
	.rakete {
		margin-left:70px;
	}
}

#stellenanzeigen-bereich {
	padding-top: 35px;
	padding-bottom: 30px;
}
@media (min-width:992px) {
	#stellenanzeigen-bereich {
		padding-top: 66px;
		padding-bottom: 60px;
	}
}

#partner-bereich {
	padding-top: 80px;
	padding-bottom: 130px;
}




.custom-popover {
  --bs-popover-max-width: 355px;
  --bs-popover-border-color: #e7e6e7;
  --bs-popover-header-bg: #e7e6e7;
  --bs-popover-header-color: #e7e6e7;
  --bs-popover-body-padding-x: 30px;
  --bs-popover-body-padding-y: 35px;

  --bs-popover-font-size: 1em;
  --bs-popover-bg: #e7e6e7;
  --bs-popover-border-width: 0;
  line-height: 1.3em;

  --bs-popover-arrow-width: 6.5rem;
  --bs-popover-arrow-height: 6rem;

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

}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow, .bs-popover-top > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) + 1px );
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow, .bs-popover-end > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) + 1px);
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow, .bs-popover-bottom > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) + 1px);
}




.expertise-link::before {
    content: " ";
    background-image: url(images/download-icon.png);
    background-size: contain;
    width: 22px;
    height: 25px;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 8px;
}






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

	background-color: #d60d47;
	color: #fff;
	box-shadow: none;


	padding: 40px 0 0 0;
	margin: 0 0 0 0;
}

.high-contrast .page-footer {
	background-color: #000;
}


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


.page-footer h2 {
	color: #fff;

	margin-bottom: .7em;
	letter-spacing: 0;
}



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

.page-footer .menu li::before{
	content: none;
}




.page-footer .menu > li a,
.page-footer .menu > li a:is(:hover, :focus, :active, :visited) {
	color: #fff;
	font-size: var(--main-font-size);
	font-weight: 400;

	/*text-decoration: underline;*/
	white-space: nowrap;
}
/*
.page-footer .menu li a::after{
	content: "»";
	display: inline-block;
	margin-left: 8px;
}

.page-footer .menu li:last-child a::after{
	content: normal;
	display: none;
}
*/

#credits {
	background-color: #9e0430;
	color: #fff;
	font-size: var(--main-font-size);
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

#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/bildmarke_klein_80x80px.svg);
	background-repeat: no-repeat;
	background-size: 80px 80px;
	width: 80px;
	height: 80px;
}
*/

@media screen and (min-width: 992px) {
    .w-lg-70 {
        width: 70% !important;
    }
}