html {
	font-size: 10px;
	height: 100%;
	scroll-behavior: smooth;
}
@media only screen and (min-width: 640px) {
	html {
		font-size: 12.5px;
	}
}
@media only screen and (min-width: 960px) {
	html {
		font-size: 15px;
	}
}
@media only screen and (min-width: 1280px) {
	html {
		font-size: 17.5px;
	}
}
@media only screen and (min-width: 1600px) {
	html {
		font-size: 20px;
	}
}

body {
	position: relative;
	height: 100%;
	margin: 0;
	overflow-x: hidden;
}
body.navOpen {
	position: relative;
	overflow: hidden;
}
.body-i {
	height: 100%;
}
.body-c {
	height: 100%;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}
span.block {
	
}
table {
	width: 100%;
	border-collapse: collapse;
}
th, td {
	border: 1px solid #000;
	padding: .25em .5em;
	width: calc(100%/5);
	vertical-align: top;
}
th {
	text-align: left;
	position: relative;
	padding-right: 2em;
}
th.sorted.ascending:after,
th.sorted.descending:after {
	font-family: 'Material Icons';
	position: absolute;
	right: .5em;
	top: .25em;
}
th.sorted.ascending:after {
	content: " \e5d8";
}
th.sorted.descending:after {
	content: "\e5db";
}
th, td a {
	hyphens: auto;
	word-break: break-word;
}
th.sortierbar {
	cursor: pointer;
}
.site-main {
}
.site-main-i {
}
.site-main-c {
	display: flex;
	flex-direction: column;
}
section {
	position: relative;
	overflow: hidden;
}
section.hasBackground {
	background-color: var(--isLightGrey);
}
.section-i {
	margin: 0 auto;
	padding: 4rem 2rem;
	max-width: var(--maxWidth);
}
.section-c {
}
section > a.anker {
	position: absolute;
	left: 0;
}
.row {
	display: flex;
	width: 100%;
	margin-bottom: 2.4em;
}
.row-form {
	background-color: var(--isLightGrey);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.5) !important;
	padding: 1.5em;
	width: calc(100% - 3em);
}
.hasBackground .row-form {
	background-color: var(--isWhite);
}
.row:last-child {
	margin-bottom: 0;
}
.row-i {
	margin: -1.2em;
	width: calc(100% + 2.4em);
}
.row-form .row-i,
.row-filter .row-i {
	margin: -.6em;
	width: calc(100% + 1.2em);
}
form,
.row-c {
	display: flex;
	flex-wrap: wrap;
	width:  100%;
}
p.entry-tags {
	margin-bottom: .25em;
	font-size: .8em;
}
h1.entry-title,
h2.entry-title,
h3.entry-title,
h4.entry-title,
p.entry-subtitle {
	margin: 0;
}
.col {
	margin: 1.2em;
	width: calc(100% - 2.4em);
}
.row-form .col,
.row-filter .col {
	margin: .6em;
	width: calc(100% - 1.2em);
}
.col-i {
	width: 100%;
	height: 100%;
}
.col-c {
	width: 100%;
	height: 100%;
}
.col article {
	height: 100%;
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.5);
	background-color: var(--isLightGrey);
}

section:nth-child(even) .col article {
	height: 100%;
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.5);
	background-color: var(--isWhite);
}
.modul-archiv .article-i {
	height: calc(100% - 3em);
	padding: 1.5em;
}
.modul-archiv .article-c {
	height: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
.map {
	height: 50vh;
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.5);
}
.gm-style {
    font-weight: 400;
	line-height: 1.5;
}
.gm-style h3 {
	padding-right: 1.5em;
	margin: 0;
	hyphens: auto;
}
.gm-style p {
	margin-top: .25em;
}
.gm-style-iw-c {
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.5) !important;
	border-radius: 0 !important;
	max-width: 320px !important;
	max-height: 99999px !important;
	padding: 1em !important;
	overflow: hidden !important;
	min-width: 200px !important;
	background-color: var(--isLightGrey) !important;
}
.gm-style .gm-style-iw-tc::after {
	background-color: var(--isLightGrey) !important;
}
.gm-style-iw-d {
	overflow: hidden !important;
}
.gm-style .gm-style-iw {
	font-weight: 400;
    font-size: 1em;
}
.gm-style-iw-chr {
	position: absolute;
	top: -.5em;
	right: -.5em;
}
.modul-bild img {
	width: 100%;
	height: auto;
	display: block;
}
input::placeholder {
	color: var(--isDarkGrey);
}
label {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
label.text-label {
	font-size: .8em;
	line-height: inherit;
	display: block;
}
input[type="text"], input[type="email"], input[type="password"], input[type="currency"], input[type="date"], input[type="number"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	outline: none;
	display: block;
	margin: .25em 0 0 0;
	padding: .375em .5em;
	border: 1px solid var(--isDarkGrey);
	width: calc(100% - 2px - 1em);
	font-size: 1em;
	line-height: 1.5;
	color: var(--isBlack);
	background-color: var(--isWhite) !important;
	transition: all 0.3s ease-in-out;
}
input[type="text"].inputDisabled,
input[type="email"].inputDisabled,
input[type="password"].inputDisabled,
input[type="date"].inputDisabled {
  	cursor: not-allowed;
	background-color: var(--isLightGrey) !important;
}
input[type="text"].checkWrong,
input[type="email"].checkWrong,
input[type="password"].checkWrong,
input[type="date"].checkWrong {
	border-bottom-color: red;
}
.col-errors {
	display: none;
}
.reset {
	margin-left: auto;
}
p:has(.submit) {
	display: flex;
}
p.form-errors {
	padding: .375em .5em;
	border: 1px solid red;
	width: calc(100% - 2px - 1em);
}
label.cb-label {
	color: #000;
	font-size: 1em;
	line-height: 1.5;
	font-weight: normal;
	display: flex;
	align-items: first baseline;
}
input[type="checkbox"] {
	-webkit-appearance: none;
	appearance: none;
	background-color: var(--isWhite);
	margin: 0;
	width: 1em;
	height: 1em;
	border: 1px solid var(--isDarkGrey);
	transform: translateY(-0.075em);
	display: grid;
	place-content: center;
	margin-right: .5em;
	flex-shrink: 0;
	flex-grow: 0;
}
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.3s ease-in-out;
  box-shadow: inset 1em 1em var(--isBlack);
  background-color: CanvasText;
}
input[type="checkbox"]:checked::before {
  transform: scale(1);
}
input[type="checkbox"].checkWrong {
	border: 1px solid red;
}
label.select-label {
	font-size: .8em;
	line-height: inherit;
}
.select-wrapper {
	position: relative;
	width: 100%;
	margin-top: .25em;
}
.select-wrapper::before {
	position: absolute;
	right: .5em;
	top: 0;
	bottom: 0;
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
	display: inline-flex;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
	content: '\e5cf';
	pointer-events: none;
	align-items: center;
	justify-content: center;
}
select {
	padding: .375em 1.6em .375em .5em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid var(--isDarkGrey);
	width: calc(100% - 2px);
	outline: none;
	color: var(--isBlack);
	font-size: 1em;
	line-height: 1.5;
	border-radius: 0;
	background-color: var(--isWhite);
}
select:disabled {
	background-color: var(--isLightGrey);
} 
select option {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	color: #000;
	cursor: pointer;
	border-radius: 0;
	outline: none;
	border: none;
	background-color: transparent;
	display: none;
	position: fixed;
	left: -200vw;
	top: -100vw;
}
select option.isActive {
	display: block;
	position: relative;
}
.radio-group {
	display: flex;
	flex-wrap: wrap;
}
.radio-group span {
	display: inline-block;
	width: 20%;
	flex-shrink: 0;
	flex-grow: 0;
}
.radio-group-block span {
	display: flex;
	align-items: first baseline;
	width: 100%;
}
.radio-group label {
	font-size: 1em;
	line-height: 1.5;
	flex-shrink: 0;
	flex-grow: 0;
}
input[type="radio"] {
	-webkit-appearance: none;
	appearance: none;
	background-color: var(--isWhite);
	margin: 0;
	width: 1em;
	height: 1em;
	border: 1px solid var(--isDarkGrey);
	transform: translateY(-0.075em);
	display: inline-grid;
	place-content: center;
	margin-right: .5em;
	flex-shrink: 0;
	flex-grow: 0;
	border-radius: 50%;
}
input[type="radio"]::before {
  content: "";
  width: 0.45em;
  height: 0.45em;
  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.3s ease-in-out;
  box-shadow: inset 1em 1em var(--isBlack);
  background-color: CanvasText;
}
input[type="radio"]:checked::before {
  transform: scale(1);
}
input[type="radio"].checkWrong {
	border: 1px solid red;
}
.row-filter .col-filter {
	width: calc(100%/2 - 1.2em);
}
.row-filter .col-filter-12 {
	width: calc(100% - 1.2em);
}
.row-filter .col-filter-more {
	display: none;
}
@media only screen and (min-width: 640px) {
	.col-3,
	.col-9,
	.col-archiv {
		width: calc(100%/2 - 2.4em);
	}
	.row-form .col-form-3,
	.row-filter .col-filter-3 {
		width: calc(100%/2 - 1.5em);
	}
	.row-filter .col-filter {
		width: calc(100%/3 - 1.2em);
	}
}
@media only screen and (min-width: 960px) {
	.col-4,
	.col-archiv {
		width: calc(100%/12*4 - 2.4em);
	}
	.row-filter .col-filter-3 {
		width: calc(100%/3 - 1.5em);
	}
	.row-filter .col-filter {
		width: calc(100%/4 - 1.2em);
	}
}
@media only screen and (min-width: 1280px) {
	.col-3 {
		width: calc(100%/12*3 - 2.4em);
	}
	.col-6 {
		width: calc(100%/12*6 - 2.4em);
	}
	.col-9 {
		width: calc(100%/12*9 - 2.4em);
	}
	.row-form .col-form-3 {
		width: calc(100%/4 - 1.5em);
	}
	.row-form .col-form-6,
	.row-filter .col-filter-6 {
		width: calc(100%/2 - 1.5em);
	}
	.row-form .col-form-3,
	.row-filter .col-filter-3 {
		width: calc(100%/4 - 1.5em);
	}
	.row-form .col-form-4,
	.row-filter .col-filter-4 {
		width: calc(100%/3 - 1.5em);
	}
}

/* -------------------- Modul Akkordeon -------------------- */
.modul-akkordeon {
}
.akkordeon {
	border-top: 1px solid var(--isGrey);
}
.akkordeon:last-child {
	border-bottom: 1px solid var(--isGrey);
}
.akkordeon-headline {
	cursor: pointer;
	padding: calc(1.3em*1.3) 0 1.3em 0;
}
.akkordeon-content {
	transition: all 0.3s ease-in-out;
	overflow: hidden;
	max-height: 0;
}
.akkordeon-content-c {
	padding-bottom: calc(1.3em*1.3);
	padding-right: 2rem;
}
.akkordeon.isOpen .akkordeon-content {
	max-height: 99999px;
}
.akkordeon h3 {
	display: block;
	position: relative;
	padding-right: 2rem;
}
.akkordeon h3::after {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 1.2em;  /* Preferred icon size */
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;	
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;	
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;	
	/* Support for IE. */
	font-feature-settings: 'liga';
	position: absolute;
	top: 0;
	right: 0;
	content: '\e145';
}
.akkordeon.isOpen h3::after {
	content: '\e15b ';
}

/* -------------------- Modul Bild -------------------- */
.modul-bild {
	
}
.modul-bild.isFull .section-i {
	margin: 0;
	padding: 0;
	max-width: 100%;
}

/* -------------------- Modul Bild / Text -------------------- */
.modul-bildtext {
}
.bildtext {
	background-color: var(--isLightGrey);
}
.bildtext-bild-i {
	height: 100%;
}
.bildtext-bild-c {
	height: 100%;
}
.bildtext-text {
}
.bildtext-text-i {
	padding: calc(1.3em*1.3);
	height: calc(100% - 2.6em*1.3);
}
.bildtext-text-c {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.bildtext-text-top {
	margin-bottom: auto;
}
.bildtext-text-bottom {
	margin-top: calc(1.3em*1.3);
	margin-bottom: 0;
}
.hasBackground .bildtext {
	background-color: var(--isWhite);
}
.vid {
	background-color: var(--isBlack);
	height: 100%;
}
.vid-i {
	height: 100%;
	display: flex;
}
.vid-c {
	width: 100%;
	aspect-ratio: 16/9;
	overflow: hidden;
	margin: auto;
}
.vid-1 .vid-c {
	aspect-ratio: 9/16;
}
.vid-c > video {
	width: 100%;
	height: 100%;
}
.yt {
	background-color: var(--isBlack);
	height: 100%;
}
.yt-i {
	height: 100%;
	display: flex;
}
.yt-c {
	width: 100%;
	aspect-ratio: 16/9;
	overflow: hidden;
	margin: auto;
}
.yt-1 .yt-c {
	aspect-ratio: 9/16;
}
.yt-c > p {
	line-height: 1;
	width: 100%;
	height: 100%;
}
.yt-c > p > iframe {
	width: 100%;
	height: 100%;
}
.img {
	height: 100%;
	background-color: var(--isDarkGrey);
}
.img-i {
	height: 100%;
}
.img-c {
	height: 100%;
	display: flex;
	position: relative;
}
.img-c > img {
	display: block;
	width: 100%;
	height: auto;
	margin: auto;
}
@media only screen and (min-width: 640px) {
	.bildtext-1 .bildtext-c {
		display: flex;
	}
	.bildtext-1 .bildtext-bild {
		width: 25%;
	}
	.bildtext-1 .bildtext-text {
		width: 75%;
	}
}
@media only screen and (min-width: 960px) {
	.bildtext-c {
		display: flex;
	}
	.bildtext:nth-child(2n) .bildtext-c {
		flex-direction: row-reverse;
	}
	.bildtext-bild,
	.bildtext-text {
		width: 50%;
	}
	.img-1 .img-c > img {
		height: 100%;
		margin: 0;
		object-fit: cover;
		position: absolute;
	}
}

/* -------------------- Modul Kacheln -------------------- */
.modul-kacheln {	
}
.kachel {
	background-color: var(--isLightGrey);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.5);
	height: calc(100% - 2.6em*1.3);
	padding: calc(1.3em*1.3);
}
section:nth-child(2n) .kachel {
	background-color: var(--isWhite);
}
.kachel-i {
	height: 100%;
}
.kachel-c {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.kachel-top {
	margin-bottom: auto;
}
.kachel-bottom {
	margin-top: calc(1.3em*1.3);
	margin-bottom: 0;
}
.filter .t2,
.sortieren .s2 {
	display: none;
}

/* -------------------- Modul News -------------------- */
.modul-news .article-i {
	height: 100%;
}
.modul-news .article-c {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.modul-news .article-c .post-image {
	aspect-ratio: 3/2;
}
.modul-news .article-c .post-image a {
	display: block;
	width: 100%;
	height: 100%;
}
.modul-news .article-c .post-image a img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.modul-news .article-c .post-text {
	padding: 1em;
}
.modul-news .article-c .post-more {
	padding: 0 1em 1em 1em;
	margin-top: auto;
}
/* -------------------- Filter -------------------- */
section.filterOpen .col-filter-more {
	display: block;
}
section.sortierenOpen .row-sortieren {
	display: block;
}
section.filterOpen .filter .t2 {
	display: block;
}
section.filterOpen .filter .t1 {
	display: none;
}
section.sortierenOpen .sortieren .s2 {
	display: block;
}
section.sortierenOpen .sortieren .s1 {
	display: none;
}
.count {
	text-align: center;
}
.pages {
	display: none;
	flex-wrap: wrap;
	justify-content: center;
	margin: -.5em;
	width: calc(100% + 1em);
}
a.pagination {
	margin: .5em;
}

/* -------------------- Modul Parallax -------------------- */
.modul-parallax {
	position: relative;
}
.modul-parallax .section-i {
	margin: 0;
	padding: 0;
	max-width: 100%;
}
.modul-parallax-inner {
	position: relative;
}
.modul-parallax-inner {
	position: relative;
	overflow: hidden;
}
img.img-parallax {
	width: 100vmax;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	pointer-events: none;
	will-change: transform;
}
img.img-parallax-2 {
	position: absolute;
	width: 100%;
	height: 1em;
}
img.img-parallax-2.typ-0 {
	bottom: -1em;
}
img.img-parallax-2.typ-1 {
	top: 0;
}
.modul-parallax-inner.typ-0 {
	padding-top: 100%;
}
.modul-parallax-inner.typ-1 {
	padding-top: calc(100%/3*4);
}
.modul-parallax-inner.typ-2 {
	padding-top: calc(100%/3*2);
}
@media only screen and (min-width: 640px) {
	.modul-parallax-inner.typ-0 {
		padding-top: calc(100%/2);
	}
	.modul-parallax-inner.typ-1 {
		padding-top: calc(100%/3*2);
	}
	.modul-parallax-inner.typ-2 {
		padding-top: calc(100%/3);
	}
}
@media only screen and (min-width: 960px) {
	.modul-parallax-inner.typ-1 {
		padding-top: calc(100%/3);
	}
	.modul-parallax-inner.typ-0 {
		padding-top: calc(100%/4);
	}
	.modul-parallax-inner.typ-2 {
		padding-top: calc(100%/6);
	}
}

/* -------------------- Modul Text -------------------- */
.modul-text {
}
.textbox {
	height: 100%;
}
.textbox-i {
	height: 100%;
}
.textbox-c {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.textbox-top {
	margin-bottom: auto;
}
.textbox-bottom {
	margin-top: calc(1.3em*1.3);
	margin-bottom: 0;
}

/* -------------------- Widgets -------------------- */
.widget {
	position: fixed;
	left: -20em;
	bottom: 2rem;
	transition: all .3s ease-in-out;
}
.widget a {
	display: block;
}
.widget img {
	display: block;
	height: 10em;
	width: auto;
}
body.home .widget.isActive {
	left: 2rem;
}
.widget-c {
	position: relative;
}
.closeWidget {
	position: absolute;
	top: .5em;
	right: .5em;
}

/* -------------------- First & Last Child -------------------- */
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, p:first-child, ul:first-child, ol:first-child, form:first-child, hr:first-child, table:first-child {
    margin-top: 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, ul:last-child, ol:last-child, form:last-child, hr:last-child, table:last-child {
    margin-bottom: 0;
}
