html {
	height: 100%;
	scroll-behavior: smooth;
}
* {
	flex-grow: 0;
	flex-shrink: 0;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}
body {
	position: relative;
	height: 100%;
	margin: 0;
	overflow-x: hidden;
}
body.navOpen {
	position: relative;
	overflow: hidden;
}
.body-i {
	height: 100%;
}
.body-c {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.site-main {
	width: 100%;
	padding-top: 9rem;
}
.site-main-i {
}
.site-main-c {
	display: flex;
	flex-direction: column;
}
section.isBlue {
	color: var(--isWhite);
	background-color: var(--isBlue);
}
section.isLightBlue {
	background-color: var(--isLightBlue);
}
section.isGreen {
	background-color: var(--isGreen);
}
section.isLightGreen {
	background-color: var(--isLightGreen);
}
section {
	position: relative;
}
.section-i {
	margin: 0 auto;
	padding: 4rem 2rem;
}
section.isWhite + section.isWhite .section-i {
	padding: 0 2rem 4rem 2rem;
}
.modul-start-top {
	mix-blend-mode: multiply;
}
.modul-start-top .section-i {
	padding: 0;
}
.modul-start .section-i {
	padding: 4rem 2rem;
}
.row {
	display: flex;
	width: 100%;
}
.row-i {
	margin: -1rem;
	width: calc(100% + 2rem);
}
.row-c {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.col {
	margin: 2rem;
	width: calc(100% - 4rem);
}
.col-i {
	width: 100%;
	height: 100%;
}
.col-c {
	width: 100%;
	height: 100%;
}
.modul-aktuelles {
	margin-top: 5rem;
}
.modul-akkordeon {
	position: relative;
}
.modul-akkordeon a.anker {
	position: absolute;
	top: -7.5rem;
}
.modul-akkordeon h2 {
	padding-right: 2em;
	position: relative;
	cursor: pointer;
}
.modul-akkordeon.isWhite h2 {
	color: var(--isBlue);
}
.modul-akkordeon h2 > span {
	position: absolute;
	right: 0;
	transform: translateY(.125em);
	transition: all 0.2s ease-in-out;
	color: var(--isDarkBlue);
}
.modul-akkordeon.isOpen h2 > span {
	transform: translateY(.125em) rotate(90deg);
}
.modul-akkordeon .acc-content {
	display: none;
}
.modul-akkordeon.isOpen .acc-subline {
	display: none;
}
.modul-akkordeon.isOpen .acc-content {
	display: block;
}
.modul-texteditor .col-4 .col-c {
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.modul-texteditor .col-4  p.isL {
	font-weight: 700;
	text-align: center;
	color: var(--isGreen);
}
.modul-texteditor .col-4 p {
	text-align: center;
	color: var(--isGreen);
}
.modul-zitat p.isL {
	font-weight: 700;
	text-align: center;
	color: var(--isGreen);
}
.modul-zitat p {
	text-align: center;
	color: var(--isGreen);
}
section ul {
	list-style: none;
	padding-left: 1em;
}
section ul li {
	position: relative;
}
section ul li::before {
	position: absolute;
	content: '–';
	width: 1em;
	left: -1em;
}
section ul.plus {
	padding-left: 1.2em;
}
section ul.plus li::before {
	color: var(--isBlue);
	font-family: 'Material Icons Outlined';
	content: '\e145';
	width: 1.2em;
	left: -1.2em;
}
.modul-faq h3 > span {
	transform: translateY(.125em);
	transition: all 0.2s ease-in-out;
	width: 1em;
 	 height: 1em;
}
.modul-faq .faq-text {
	display: none;
}
.modul-faq h3 {
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	display: flex;
}
.modul-faq h3.isOpen {
	color: var(--isGreen);
}
.modul-faq h3.isOpen > span {
	transform: translateY(.125em) rotate(90deg);
}
.modul-faq h3.isOpen + .faq-text {
	display: block;
	margin-left: 1.5em;
}
.ref-desktop {
	display: none;
}
.ref-top {
	display: flex;
}
.ref-divider {
	display: flex;
	margin: 2rem 0;
	width: 70%;
	height: .2em;
}
section.isLightBlue .ref-divider {
	background-color: var(--isBlue);
}
section.isWhite .ref-divider {
	background-color: var(--isGreen);
}
.ref-top-1 {
	width: calc(33% - 2rem);
	margin-right: 2rem;
}
.ref-top-2 {
	width: 67%;
	justify-content: center;
	display: flex;
	flex-direction: column;
}
.modul-bild img {
	width: 100%;
}
.modul-mitgliedschaften {
	color: var(--isWhite);
	background-color: var(--isDarkBlue);
	background-image: url("../res/teichmanis_bg_01.png");
	background-size: cover;
	background-position: center center;
}
.mlogos {
	display: flex;
	margin: -.5em;
	width: calc(100% + 1em);
}
.mlogo {
	margin: .5em;
}
.mlogo img {
	height: 3em;
	width: auto;
}
.mbutton {
	background-color: var(--isGreen);
	padding: 2rem;
	display: inline-block;
	margin-top: calc(-2rem - .75em);
	position: relative;
}
.mbutton.right {
	position: absolute;
	right: 0;
	bottom: calc(-2rem - .75em);
}
.mbutton a {
	font-size: 1.5em;
	line-height: 1;
	font-weight: 700;
	text-decoration: none;
}
.mbutton a.link-after::after {
	color: var(--isWhite);
}
.modul-teaser {
	margin-top: calc(2rem + .75em);
}
/* ---------- Modul Video ---------- */
.modul-video .videobox {
	width: 100%;
	aspect-ratio: 4/1;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
}
.modul-video .videobox video {
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.modul-video .videobox h2 {
	margin: 4rem 2rem;
	text-transform: uppercase;
	position: relative;
	color: var(--isLightBlue);
	text-align: center;
}
.modul-video .stopVideo,
.modul-video .startVideo {
	position: absolute;
	right: 0;
	top: 0;
}
.modul-video .startVideo {
	display: none;
}
.modul-video .stopVideo img,
.modul-video .startVideo img { 
	width: 1em;
	height: 1em;
	padding: .5rem;
	cursor: pointer;
}
.form {
	display: flex;
	flex-wrap: wrap;
	margin: -1rem;
	width: calc(100% + 2rem);
}
.form-item {
	margin: 1rem;
	width: calc(100% - 2rem);
}

input[type="text"],
input[type="email"] {
	color: var(--isDarkBlue);
	font-size: 1em;
	line-height: 1.5;
	padding: .5em;
	display: block;
	width: calc(100% - 1em);
	outline: none;
	border: none;
	background-color: var(--isWhite);
	border-bottom: 1px solid transparent;
}
textarea {
	color: var(--isDarkBlue);
	font-size: 1em;
	line-height: 1.5;
	padding: .5em;
	display: block;
	width: calc(100% - 1em);
	outline: none;
	border: none;
	background-color: var(--isWhite);
	border-bottom: 1px solid transparent;
}
button, [type="button"], [type="reset"], [type="submit"] {
	color: var(--isWhite);
	background-color: var(--isDarkBlue);
	font-size: 1em;
	line-height: 1;
	padding: .5em 1em;
	-webkit-appearance: none;
	font-weight: 700;
	outline: none;
	border: none;
}
.wpcf7-not-valid-tip {
	display: none;
}
.wpcf7-not-valid {
	border-bottom-color: red !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: red;
}
.wpcf7 form .wpcf7-response-output {
	margin: 2rem 0 0 0;
	padding: .5em 1em;
	border: 1px solid transparent;
	font-size: 1em;
	line-height: 1.5;
}
.wpcf7-list-item {
	margin: 0 1em 0 0;
}
.wpcf7-list-item:last-child {
	margin: 0;
}
.wpcf7-list-item label {
	display: flex;
	align-items: center;
	margin-top: .25em;
}
input[type="checkbox"] {
	-webkit-appearance: none;
	appearance: none;
	background-color: var(--isWhite);
	margin: 0;
	width: 1em;
	height: 1em;
	border: 1px solid transparent;
	display: grid;
	place-content: center;
	margin-right: 1rem;
}
input[type="checkbox"]::before {
	content: "";
	width: 0.65em;
	height: 0.65em;
	clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
	transform: scale(0);
	transform-origin: center center;
	transition: all 0.2s ease-in-out;
	box-shadow: inset 1em 1em var(--isBlack);
	/* Windows High Contrast Mode */
	background-color: CanvasText;
	flex-grow: 0;
	flex-shrink: 0;
}
input[type="checkbox"]:checked::before {
	transform: scale(1);
}
input[type="checkbox"]:focus {
	outline: none;
}
@media only screen and (min-width: 1120px) {
	.section-i {
		padding: 5rem 7rem;
	}
	section.isWhite + section.isWhite .section-i {
		padding: 0 7rem 5rem 7rem;
	}
	.modul-start-top .section-i {
		padding: 0 7rem;
		margin-bottom: -5rem;
	}
	.modul-start .section-i {
		padding: 10rem 7rem 5rem 7rem;
	}
	.modul-start p {
		text-align: right;
	}
	.row-i {
		margin: -2rem;
		width: calc(100% + 4rem);
	}
	.col {
		margin: 2rem;
		width: calc(100% - 4rem);
	}
	.col-3 {
		width: calc(100%/4 - 4rem);
	}
	.col-4 {
		width: calc(100%/3 - 4rem);
	}
	.col-6 {
		width: calc(100%/2 - 4rem);
	}
	.col-8 {
		width: calc(100%/3*2 - 4rem);
	}
	.mlogos {
		justify-content: flex-end;
	}
	.mbutton.left {
		padding: 2rem 2rem 2rem 7rem;
	}
	.mbutton.right {
		padding: 2rem 7rem 2rem 2rem;
	}
	.form-item-50 {
		width: calc(50% - 2rem - .1px);
	}
	.ref-mobile {
		display: none;
	}
	.ref-desktop {
		display: block;
	}
}