html {
	scroll-behavior: smooth;
}
:root {
	--footer-color: #eee;
	--header-bg: #e9e9e980;
	--br: 7px;
	--background-color: white;
	--r1: 4px;
	--r2: calc(var(--r1) * 2);
	--r3: calc(var(--r1) * 3);
	--r4: calc(var(--r1) * 4);
	--r5: calc(var(--r1) * 5);
	--r6: calc(var(--r1) * 7);
	--r7: calc(var(--r1) * 10);
	--r8: calc(var(--r1) * 15);
	--r9: calc(var(--r1) * 25);
	--r10: calc(var(--r1) * 40);
	--r11: calc(var(--r1) * 60);
	--base-size: 9px;
	--scale-factor: 1.6180339887;
	--s1: calc(var(--base-size) * 1);
	--s2: calc(var(--s1) * var(--scale-factor));
	--s3: calc(var(--s2) * var(--scale-factor));
	--s4: calc(var(--s3) * var(--scale-factor));
	--s5: calc(var(--s4) * var(--scale-factor));
	--s6: calc(var(--s5) * var(--scale-factor));
	--s7: calc(var(--s6) * var(--scale-factor));
	--s8: calc(var(--s7) * var(--scale-factor));
}
* {
	-webkit-tap-highlight-color: transparent !important;
}
button {
	border: unset;
	border-radius: unset;
	padding: unset;
	margin: unset;
}
body{
	--red: #e30613; 
	--main-bg: #fff;
	--main: #000;
	--sec: #222;
	margin: 0;
	font-family: "Roboto", sans-serif;
	font-size: var(--s3);
	background-color: var(--background-color);
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}
body.dark {
	/*--red: #f80011;*/
	--main-bg: #000;
	--main: #fff;
	--sec: #ddd;
}
a{
	color: inherit;
	text-decoration: inherit;
}
.another-header-div {
	z-index: 110;
	background-color: white;
	height: 500px;
	position: fixed;
	display: none;
	top: -500px;
}
.header-div {
	transition: 0.4s ease, background-color 0.4s ease;
	z-index: 101;
	background-color: var(--header-bg);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	position: fixed;
	top: 0;
	left: 0;
	height: 50px;
	width: 100%;
}
.header {
	background-color: transparent;
	font-size: var(--s2);
	display: flex;
	justify-content: space-between;
	gap: 10px;
	color: black;
	margin: 17px auto;
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 111;
}
.header a {
	padding: 10px;
}
.header-icon {
	height: 30px;
	margin: -9px 0 0 0;
}
.header-e {
	margin: 0em 0 0 0;
}
#header-button {
	display: none;
}
#header-icon-free {
	display: none;
}
@media (max-width:888px) {
	.header {
		width: auto;
		left: 9%;
		transform: translateY(-500%);
		background-color: transparent;
		font-size: var(--s3);
		display: none;
		gap: 10px;
		color: rgba(0, 0, 0, 0.56);
		margin: 18px auto;
		position: fixed;
		top: 10px;
		z-index: 111;
		opacity: 0;
		font-weight: 600;
		grid-row-gap: 27px;
	}
	.header.ractive {
		transform: translateY(-17%);
		transition: opacity 0.7s ease, transform 0.4s ease;
		opacity: 0;
		display: flex;
		flex-direction: column;
	}
	.header.active {
		transform: translateY(0%);
		transition: opacity 0.7s ease, transform 0.4s ease;
		opacity: 1;
		display: flex;
		flex-direction: column;
	}
	.header-div {
		position: fixed;
		top: 0;
		left: 0;
		height: 50px;
		width: 100%;
		z-index: 101;
		backdrop-filter: blur(20px);
		-webkit-backdrop-filter: blur(20px);
	}
	.header-div.active {
		height: 100%;
		background-color: white;
	}
	.header-e {
		display: block;
	}
	.header-e1 {
		display: none;
	}
	.header-icon {
		display: none;
	}
	#header-button {
		display: block;
		position: fixed;
		right: 0px;
		margin: 0 0px 0 0;
		padding: 20px 47px 30px 20px;
		top: 0;
		cursor: pointer;
		z-index: 112;
		-webkit-tap-highlight-color: transparent;
	}
	#header-button span {
		display: block;
		height: 2px;
		width: 23px;
		background-color: black;
		position: fixed;
		border-radius: 100px;
		transition: transform 0.4s ease, top 0.4s ease;
		z-index: 112;
	}
	#span1 {
		top: 22px;
	}
	#span2 {
		top: 28px;
	}
	#span1.active {
		transform: rotate(45deg);
	}
	#span2.active {
		transform: rotate(-45deg);
	}
	#span1.active, #span2.active {
		top: 25px;
	}
	#header-icon-free {
		display: inline-block;
		position: fixed;
		top: 9px;
		left: 20px;
		height: 30px;
		z-index: 112;
	}
}
.pre-content {
	background-color: white;
}
.content {
	background-color: var(--main-bg);
}
.arrow-l,.arrow-r {
	position: absolute;
	z-index: 30;
}
.overus-left-button,.overus-right-button {
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	color: white;
	background-color: rgba(0, 0, 0, 0.6);
	border: 1px solid white;
	padding: 25px 15px;
	font-size: var(--s3);
	border-radius: 5px;
}
.overus-left-button {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-left: none;
	padding-left: 11px;
	cursor: pointer;
}
.overus-right-button {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-right: none;
	padding-right: 11px;
	cursor: pointer;
}
.arrow-l {
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.arrow-r {
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.slider {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.slides {
	display: flex;
	transition: transform 0.5s ease-in-out;
	width: 100%;
}
.overus-s {
	position: absolute;
	bottom: var(--r2);
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	z-index: 1;
}
.overus-button {
	height: fit-content;
	margin: var(--r3) 0 0 4px;
}
.overus-button a {
	font-size: calc(var(--s2) * 1.0);
	font-weight: 500;
	margin: 0;
	border: 1px solid var(--red);
	padding: 9px 35px;
	color: white;
	background-color: var(--red);
	transition: 0.3s;
}
.overus-button a:hover {
	background-color: white;
	color: black;
}
.dot span {
	display: block;
	width: 13px;
	height: 13px;
	border-radius: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 2;
}
.dot.active span {
	background-color: white;
}
.dot {
	width: 35px;
	height: 27px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}
.overus.active {
	display: block;
}
.overus {
	min-width: 100%;
	height: auto; 
	display: none;
	margin: 0;
	position: relative;
	font-size: var(--s4);
	padding: 0;
	background-color: black;
}
.overus-txt {
	position: absolute;
	top: calc(23% + 50px);
	left: 13%;
	color: white;
	font-weight: 500;
	font-size: calc(37px + 1.7vw);
	line-height: 1;
	max-width: calc(calc(37px + 1.7vw) * 10);
}
.overus-txt .txt1 {
	color: white;
}
.overus-txt .txt2 {
	color: var(--red);
	display: none;
}
.overus#e1 .overus-txt .txt2 {
	display: block;
}
@media (max-width: 860px) {
	.overus-button {
		margin: var(--r4) 0 0 4px;
	}
}
.ovimg img {
	width: 100%;
	height: 100%;
	opacity: 0.5;
	object-fit: cover;
	margin-bottom: -13px;
	position: absolute;
}
.ovimg {
	overflow: hidden;
	position: relative;
}
@media (max-width: 600px) {
	.ovimg {
		height: 637px;
	}
}
.layout-t21-e .img .e-img {
	width: 200px;
	height: 170px;
	border-radius: var(--br);
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.layout-t21-e .img .e-img img {
	height: 100%;
	width: auto;
}
.layout-t21-e .img {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 0 0 0;
}
.layout-t21-e .head {
	font-size: var(--s3);
	margin: var(--r4) var(--r4) 0 var(--r4);
	font-weight: 500;
}
.layout-t21-e .txt {
	font-size: var(--s2);
	margin: var(--r3) var(--r4) var(--r4) var(--r4);
	color: rgb(77,77,77);
	line-height: calc(var(--s2) * 1.4);
}
.layout-t21-header {
	color: var(--red); 
	text-align: center;
	font-size: calc(1.525rem + 1.1vw);
	font-weight: 600;
	padding: var(--r6) 0 var(--r6) 0;
	word-spacing: 2.8px;
	background-color: rgb(255, 255, 255);
	display: none;
}
@media (max-width: 574px) {
	.layout-t21 a {
		margin: var(--r5) !important; 
		height: 200px !important;
		width: auto !important;
		border-radius: var(--br) !important;
		display: flex !important;
		overflow: hidden !important;
		align-items: center !important;
		justify-content: center !important;
		background-color: rgb(0, 0, 0) !important;
	}
	.layout-t21-e .img .e-img img {
		max-width: 300%;
		opacity: 0.5;
		height: auto;
	}
	.layout-t21-e .img {
		width: auto;
		padding: 0;
		overflow: visible;
		border-radius: 0;
	}
	.layout-t21-e .img .e-img {
		width: auto;
		height: auto;
		border-radius: 0;
		overflow: visible;
	}
	.layout-t21-e .txt {
		display: none;
	}
	.layout-t21 {
		flex-direction: column;
		flex-wrap: nowrap;
		max-width: none !important;
	}
	.layout-t21-e .head {
		font-size: var(--s3);
		font-weight: 300;
		position: absolute;
		z-index: 2;
		color: white;
		display: block;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		margin: 0;
	}
	.layout-t21-e {
		margin: 0;
		background-color: black !important;
	}
}
.layout-t21-div {
	display: flex;
	justify-content: center;
	background-color: rgb(218, 218, 218);
	padding-top: var(--r7);
	padding-bottom: var(--r7);
}
.layout-t21 {
	margin: 0px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
@media (max-width: 1694px) {
	.layout-t21 {
		max-width: 1000px;
	}
}
.layout-t21 a {
	margin: var(--r5);
	width: 240px;
	border-radius: var(--br);
	display: flex;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	transition: box-shadow 0.1s;
}
.layout-t21 a:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}
.layout-t21-e {
	position: relative;
	background-color: white;
	border-radius: var(--br);
	height: 100%;
}
.layout-t21-txt {
	font-size: var(--s3);
	z-index: 1;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%);
	font-weight: 300;
	color: rgb(255, 255, 255);
}
.info-margin2 {
	height: var(--r8);
}
.info-button a,.info2-button a {
	font-size: calc(var(--s2) * 1.0);
	font-weight: 500;
	margin: 0;
	border: 1px solid var(--red);
	padding: 9px 35px;
	color: white;
	background-color: var(--red);
	transition: 0.3s;
}
.info-button,.info2-button {
	margin: var(--r7) 0 var(--r6) 0;
}
.info-button a:hover,.info2-button a:hover {
	color: black;
	background-color: #fff;
}
.info-txt,.info2-txt {
	font-size: calc(var(--s2) * 1.1);
	line-height: 25px;
}
.info-div {
	margin: var(--r7) var(--r11);
}
@media (max-width: 1600px) {
	.info-div {
		margin: var(--r7) calc(var(--r11) * 0.5)
	}
}
.info-header,.info2-header {
	font-size: calc(var(--s4) * 0.8);
	font-weight: 400 !important;
	margin-top: var(--r3);
	margin-bottom: var(--r3);
	line-height: 45px !important;
}
.info-txt {
	grid-area: txt;
	margin: 0 var(--r6) 0 0;
}
.info-e1 .img {
	overflow: hidden;
	grid-area: img;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-end;
}
.info-image-div {
	position: relative;
	width: calc(100% - var(--r6)); 
	height: 100%;
}
.info-image-div img {
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 7px;
}
.info-e1 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-areas: 
	'txt img';
}
.info-margin {
	height: var(--r9);
}
@media (max-width: 1111px) {
	.info-margin {
		height: var(--r7);
	}
	.info2-e1 {
		grid-template-areas: 
		'txt'
		'img' !important;
		grid-template-columns: 1fr !important;
		margin-top: var(--r4);
	}
	.info-e1 {
		grid-template-areas: 
		'txt'
		'img';
		grid-template-columns: 1fr;
	}
	.info-txt {
		margin: 0 0 var(--r8) 0;
	}
	.info2-txt {
		margin: 0 0 var(--r5) 0 !important;
	}
	.info-e1 .img,.info2-e1 .img {
		height: 300px;
	}
	.info-image-div {
		width: 100%;
	}
}
@media (max-width: 666px) {
	.info-div {
		margin: var(--r7) 10%;
	}
	.info-margin2 {
		height: var(--r6);
	}
}
.info2-header {
	font-size: var(--s4);
	font-weight: 500;
}
.info2-txt {
	grid-area: 'txt';
	margin: 0 0 0 var(--r6);
}
.info2-e1 .img {
	overflow: hidden;
	grid-area: img;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-start;
}
.info2-image-div {
	position: relative;
	width: calc(100% - var(--r6)); 
	height: 100%;
}
.info2-image-div img {
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 7px;
}
.info2-e1 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-areas: 
	'img txt';
}
.specific-e {
	background-color: #fff;
	width: 100%;
	overflow: hidden;
	position: relative;
}
@media (max-width: 600px) {
	.specific-e {
		height: 777px;
	}
}
.specific-txt {
	width: 77vw;
	max-width: 1000px;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: white;
	font-weight: 500;
	font-size: calc(21px + 3.0vw);
	letter-spacing: 0;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 10px 25px 10px 25px;
	border-radius: 5px;
	display: none;
}
.specific-txt .txt2 {
	display: flex;
	justify-content: space-evenly;
	color: white;
}
@media (max-width: 300px) {
	.specific-txt .txt2 {
		font-size: 23px;
	}
}
.specific-img {
	position: relative;
	width: 100%;
	height: 100%;
}
.specific-img img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.specinfo-div {
	display: block;
}
.specinfo-g {
	height: 100%;
	display: flex;
	flex-direction: row;
	padding: var(--r7) calc(22vw - 44px) 0 calc(22vw - 44px);
}
.specinfo-txt-left {
	margin: 0 calc(var(--horizontal-margin) / 2) 0 0;
	flex: 2;
}
.specinfo-txt-left-header, .specinfo-txt-right-header {
	font-size: calc(var(--s4)* 0.8);
	margin: 0 0 var(--r3) 0;
	line-height: 45px;
}
.specinfo-txt-right-header {
	white-space: nowrap;
}
.specinfo-txt-right {
	margin: 0 0 0 calc(var(--horizontal-margin) / 2);
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.specinfo-txt-right,.specinfo-txt-left {
	--horizontal-margin: calc(10vw - var(--r8));
	--vertical-margin: var(--r8);
	font-size: calc(var(--s2) * 1.1);
	line-height: 29px;
}
.specinfo-txt-right-info {
	display: flex;
	flex-direction: column;
}
.specinfo-txt-right-mail,.specinfo-txt-right-telefon {
	font-weight: 500;
	display: flex;
	flex-direction: row;
}
.specinfo-txt-right-mail a,.specinfo-txt-right-telefon a {
	margin: 1px 0 0 var(--r2);
	font-weight: 400;
	display: block;
	color: var(--red);
}
.specinfo-txt-right-info span {
	line-height: 28px;
}
@media (max-width: 1222px) {
	.specinfo-g {
		flex-direction: column;
	}
	.specinfo-txt-right {
		margin: calc(var(--vertical-margin) / 2) 0 0 0;
	}
	.specinfo-txt-left {
		margin: 0 0 calc(var(--vertical-margin) / 2) 0;
	}
}
.specinfo-div {
	--width: 230px;
	--height: 200px;
	--gap: 27px;
}
.specinfo-div .images-div .images {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: var(--gap);
}
.specinfo-div .images-div .images .image img.portrait {
	width: 100%;
	height: auto;
}
.specinfo-div .images-div .images .image img {
	width: auto;
	height: 100%;
	cursor: pointer;
	background-color: #fff;
}
.specinfo-div .images-div .images .image {
	width: var(--width);
	height: var(--height);
	overflow: hidden;
	transition: box-shadow 0.4s ease;
}
.specinfo-div .images-div .images .image.flexh {
	width: var(--width);
	height: 0 !important;
	margin-top: 0;
	margin-bottom: 0;
}
.specinfo-div .images-div .images .image:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}
.specinfo-div .images-div {
	display: flex;
	justify-content: center;
	padding: var(--r9) calc(22vw - 44px);
}
@media (max-width: 723px) {
	.images-div {
		height: 100% !important;
		--margin: calc(22vw - 44px);
		padding: var(--r9) var(--margin);
		margin: 0 !important;
		justify-content: flex-start !important;
		width: calc(100% - var(--margin) * 2) !important;
	}
	.images-div .images {
		width: 100% !important;
		height: 100% !important;
		display: flex !important;
		justify-content: center !important;
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	.specinfo-div .images-div .images .image {
		display: block;
		border: none;
		border-radius: 0;
		width: 100%; 
		height: auto;
		margin: 0 !important;
		padding: 0 !important;
	}
	.specinfo-div .images-div .images .image img {
		display: block;
		height: 100%;
		width: 100% !important;
	}
}
.specinfo-div .images-div .images .image.current:hover {
	box-shadow: none;
}
body.hidden {
	overflow: hidden;
}
body.hidden .specinfo-div .images-div .images .image img {
	display: none;
}
body.hidden .specinfo-div .images-div .images .image.current img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	cursor: default;
}
body.hidden .specinfo-div .images-div .images .image.current {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 200;
	display: block;
	background-color: #000;
	position: fixed;
	display: flex;
	justify-items: center;
	align-items: center;
}
.specinfo-exit-button {
	background-color: transparent;
	padding: 20px;
	display: block;
	cursor: pointer;
	position: relative;
	margin: 0;
}
.specinfo-exit-button-div {
	position: fixed;
	display: none;
}
.specinfo-buttons-flex-div {
	--height: fit-content;
	--width: 15vw;
	z-index: 201;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
body.hidden .specinfo-buttons-flex-div {
	display: flex;
}
body.hidden .specinfo-exit-button-div {
	display: block;
}
.specinfo-right-button-div {
	padding: 50% 0 50% calc(50% - var(--width));
	right: 0;
}
.specinfo-right-button {
	padding: 50% 0 50% calc(50% - var(--width));
}
.specinfo-left-button-div {
	padding: 50% calc(50% - var(--width)) 50% 0;
	left: 0;
}
.specinfo-left-button {
	padding: 50% 0 50% calc(50% - var(--width));
}
.specinfo-left-button,.specinfo-right-button {
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	font-size: var(--s5);
	width: var(--width);
	height: var(--height);
	color: #000;
	background-color: transparent;
	padding: inherit;
	text-align: center;
}
.specinfo-exit-button-div {
	z-index: 202;
	top: 17px;
	right: 7%;
	background-color: rgba(255, 255, 255, 0.5);
}
.specinfo-exit-button span {
	top: 50%;
	left: 50%;
	position: absolute;
	border-radius: 100px;
	height: 2px;
	width: 30px;
	background-color: #000;
}
.specinfo-exit-button span:nth-child(1) {
	transform: translate(-50%, -50%) rotate(45deg);
}
.specinfo-exit-button span:nth-child(2) {
	transform: translate(-50%, -50%) rotate(-45deg);
}
body.hidden .specinfo-exit-button {
	display: block;
}
.xind-div {
	width: 100%;
	background-color: transparent;
	position: relative;
	margin: 0;
	padding: 0;
	line-height: calc(var(--s5) * 0.9);
}
@media (max-width: 600px) {
	.xind-div{
		height: 750px;
	}
}
.xind-img-div {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -100;
	background-color: #000;
}
.another-xind-img-div {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.another-xind-img-div img {
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 100%;
	opacity: 0.3;
}
@media (max-width: 860px) {
	.cnt .txt1, .cnt .txt2 {
		font-size: var(--s4) !important;
		line-height: calc(var(--s4) * 1.2) !important;
	}
}
@media (max-width: 413px) {
	.cnt {
		left: 7vw !important;
	}
}
@media (max-width: 350px) {
	.cnt {
		left: 3% !important;
	}
}
.xind-div .cnt {
	position: absolute;
	top: 23%;
	left: 13%;
}
.cnt .txt1, .cnt .txt2 {
	font-size: var(--s5);
	font-weight: 500;
	color: var(--red);
}
.cnt .txt1 {
	color: #fff;
}
.xind-button a {
	font-size: calc(var(--s2) * 1.0);
	font-weight: 500;
	margin: 0;
	border: 1px solid var(--red);
	padding: 9px 35px;
	color: white;
	background-color: var(--red);
	transition: 0.3s;
}
.xind-button {
	margin: var(--r5) 0 0 4px;
}
.xind-button a:hover {
	color: black;
	background-color: #fff;
}
.scrollup-unicode span:nth-child(1) {
	transform: rotate(calc(var(--rotation) * calc(-1)));
	margin-right: var(--margins);
}
.scrollup-unicode span:nth-child(2) {
	transform: rotate(var(--rotation));
	margin-left: var(--margins);
}
.scrollup-unicode {
	--margins: -3px;
	--rotation: 39deg;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 500px;
	width: 100%;
	height: 100%;
}
.scrollup-unicode span {
	display: block;
	font-size: var(--s3);
	height: 4px;
	width: 20px;
	background-color: #000;
}
.scrollup-div {
	border-radius: 500px;
	display: none;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 199;
	bottom: calc(5vw + 40px);
	right: calc(5vw + 20px);
	--square: 60px;
	width: var(--square);
	height: var(--square);
	background-color: #bbb;
}
@media (max-width: 500px) {
	.scrollup-div {
		--square: 67px;
	}
}
#z {
	width: 100%;
	height: 0px;
}
.footer-div {
	display: flex;
	flex-direction: column;
	background-color: var(--footer-color);
	touch-action: manipulation;
}
.footer-div .row1-div .row1 {
	margin: var(--r7) 0 var(--r4) 0;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	width: 270px;
}
.footer-div .row1-div {
	display: flex;
	justify-content: center;
	align-content: center;
}
.footer-div .row1-div .row1 button {
	display: flex;
	width: 50px;
	height: fit-content;
	background-color: #000;
	border-radius: 100px;
	margin: 0;
	padding: 0;
	border: 2px solid #000;
	cursor: pointer;
	justify-content: center;
	transition: 0.4s linear;
	touch-action: manipulation;
}
.footer-div .row1-div .row1 txt {
	color: #000;
	padding: 0 var(--r3);
	letter-spacing: 1.5px;
	font-size: var(--s2);
}
.footer-div .row1-div .row1 button span {
	--diameter: 20px;
	display: block;
	background-color: var(--red);
	border-radius: 100px;
	height: var(--diameter);
	width: var(--diameter);
	transition: 0.4s ease;
	transform: translateX(-67%);
}
.footer-div .row2 {
	display: flex;
	min-height: 300px;
	background-color: var(--footer-color);
	flex-direction: row;
	justify-content: space-evenly;
	align-items: flex-start;
	font-size: calc(var(--s2) * 1.2);
	flex-wrap: wrap;
}
.column1,.column2,.column3 {
	margin: var(--r7) 0 0 0;
	display: flex;
	flex-direction: column;
	gap: 7px;
	letter-spacing: 1.5px;
}
.column3 .img {
	margin-top: 10px;
}
.footer-div a {
	color: var(--red);
}
@media (max-width: 650px) {
	.column1 {
		display: none;
	}
}
@media (max-width: 999px) {
	.column2 {
		display: none;
	}
}
.impressum-div {
	margin: var(--r6) calc(22vw - 40px) 0 calc(22vw - 40px);
	font-size: var(--s2);
	padding-bottom: var(--r7)
}
.impressum-txt {
	line-height: 1.9;
	color: #333;
}
.impressum-txt .impressum-header {
	font-size: var(--s3);
}
.impressum-txt span {
	font-weight: 500;
	color: #000;
	line-height: 2.5;
}
#impressum-margin {
	height: 50px;
}
.kontakt-header {
	font-size: calc(var(--s4) * 0.8);
	margin: 0 0 var(--r3) 0;
	line-height: 45px;
}
.kontakt-header-div {
	height: 100%;
	display: flex;
	flex-direction: row;
	padding: var(--r7) calc(22vw - 44px) 0 calc(22vw - 44px);
}
.team-div {
	display: flex;
	flex-direction: column;
	padding: var(--r7) 0 0 0;
	width: calc(100vw - calc(22vw - 44px));
	margin: 0 auto;
}
@media (min-width: 1563px) {
	.team-div {
		padding: var(--r7) calc(22vw - 44px) 0 calc(22vw - 44px);
		width: calc(100vw - calc(calc(22vw - 44px) * 2))
	}
}
.team-header {
	display: none;
	text-align: center;
	font-size: calc(var(--s4) * 0.8);
	margin-bottom: var(--r5);
}
.team-e-div {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-weight: 400;
	line-height: 1.3;
	--fss: calc(var(--s2) * 1.1);
	--fsl: calc(var(--s2) * 1.2);
	--heightk: 320px;
	--widthk: 280px;
	gap: 18px;
}
.team-e {
	overflow: hidden;
	width: var(--widthk);
	border: 2px solid var(--main);
	padding: 10px;
	margin-bottom: 18px;
}
.team-e-div .img {
	height: var(--heightk);
	width: var(--widthk);
	color: #000;
	width: auto;
	overflow: hidden;
}
.team-e-div .img img {
	height: auto;
	width: 100%;
	border-radius: 5px;
}
.team-pi {
	margin: var(--r3) 0 0 var(--r1);
	font-size: var(--fsl);
}
.team-pi .n {
	font-weight: 500;
}
.team-pi .i {
	font-size: var(--fss);
	color: var(--sec);
}
.team-k {
	margin: var(--r8) 0 var(--r1) 0;
	font-size: var(--fss);
}
.team-k .e,.team-k .t {
	margin-top: 4px;
	font-weight: 500;
	font-size: var(--fss);
	position: relative;
}
.team-k .e a,.team-k .t a {
	margin-left: var(--r2);
	color: var(--red);
	font-weight: 400;
	top: 0.9px;
	position: absolute;
	white-space: nowrap;
}
@media (max-width: 746px) {
	.team-e-div {
		justify-content: center;
	}
}
.kform-div {
	display: flex;
	flex-direction: column;
	--font-size: calc(var(--s3) * 1.0);
	font-size: var(--font-size);
	padding: var(--r7) calc(22vw - 44px) 0 calc(22vw - 44px);
	color: var(--main);
	--line-height: calc(var(--font-size) * 1.5);
	--padding: 17px;
	--kgb: #eee;
}
.kform-div .h .span1 {
	padding: var(--padding);
	z-index: 10;
	position: absolute;
	display: flex;
	flex-direction: row;
	background-color: var(--kgb);
	border-radius: 5px;
	top: 0;
	font-size: calc(var(--s3) * 0.8); 
}
.kform-div .h .span2 {
	margin-left: 10px;
	display: inline-block;
	transform: rotate(-90deg);
	transition: transform 0.4s ease;
}
.kform-div .h .span2.active {
	transform: rotate(-270deg) translateX(-1px);
}
.kform-div .h .span3 {
	width: 100vw;
	background-color: #fff;
	display: block;
	position: absolute;
	left: calc(calc(22vw - 44px)* -1);
	top: 0;
	z-index: 2;
	cursor: default;
}
body.dark .kform-div .h .span3 {
	background-color: #111;
}
.kform-div .h {
	padding: var(--padding) 0;
	width: fit-content;
	cursor: pointer;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	background-color: var(--kgb);
	border-radius: 5px;
}
.kmarg {
	height: var(--r7);
}
.kform-div .hf {
	top: 0;
	display: flex;
	flex-direction: column;
	position: absolute;
	left: 0;
	transition: transform 0.3s ease;
	z-index: 1;
}
.kform-bef,.kform-ktf {
	padding: var(--padding);
	background-color: var(--kgb);
	border-radius: 5px;
	font-size: calc(var(--s3) * 0.8); 
}
.kform-div .kform-ktf,.kform-div .kform-bef {
	display: none;
}
.kform-div.active .kform-ktf,.kform-div.active .kform-bef {
	display: block;
}
.kform-div .kct form {
	margin: var(--r8) 0 0 0;
}
.kform-div .form-header-element {
	font-size: var(--s3);
	font-weight: 400;
	margin: var(--r5) 0 0 0;
	display: block;
}
.kform-div .dataprot-checkbox-h span {
	margin-top: var(--r5);
	font-size: var(--s3);
	margin-bottom: calc(-1 * var(--r1));
	display: block;
}
.kform-div .dataprot-checkbox-t {
	font-size: var(--s2);
	margin: 0 0 0 0;
	display: block;
	color: var(--sec);
}
.kform-div .dataprot-checkbox-t a {
	color: var(--main);
	font-weight: 500;
}
.kform-checkbox-text {
	margin: 0 0 0 var(--r2);
	font-size: calc(var(--s2) * 1.2);
}
.kform-c-div {
	display: flex;
	flex-direction: row;
	margin: var(--r3) 0 var(--r3) 0;
	align-items: center;
	justify-content: left;
}
.kform-input {
	background-color: #fff;
	border: 1px solid #666;
	border-radius: 5px;
	padding: var(--kfipadding);
	font-size: calc(1.2 * var(--s2));
	margin: var(--r3) 0 var(--r2) 0;
	width: calc(100% - calc(var(--kfipadding) * 2));
}
.kform-checkbox#datc {
	margin: 0 0 0 0;
	display: block;
	width: fit-content;
	padding: 2px;
}
.kform-div {
	--kfipadding: 7px;
}
.kform-div .kct textarea {
	font-size: calc(1.2 * var(--s2));
	font-family: inherit !important;
	resize: vertical;
	height: 270px;
}
.kform-div form .submitButton {
	font-family: inherit !important;
	font-size: calc(var(--s2)* 1.2);
    font-weight: 500 !important;
    margin: var(--r2) 0 0 0;
    border: 1px solid var(--red);
    padding: 9px 33px;
    color: white;
    background-color: var(--red);
    transition: 0.3s;
	cursor: pointer;
	border-radius: 5px;
}
.kform-div form .submitButton:hover {
	background-color: #a8111b;
}
.kform-div form .submitButton.success {
	--sbcolor: rgb(182, 166, 20);
	background-color: var(--sbcolor);
	border-color: var(--sbcolor);
	cursor: default;
}
.kform-div form .submitButton.success:hover {
	background-color: var(--sbcolor);
}
.kform-div .kct form .bce {
	display: none;
}
.kform-div .kct.bct form .bce {
	display: block;
}
.kform-div .kct.bct form .kce {
	display: none;
}
.kform-ff {
	font-size: var(--s2);
}
@media (min-width: 512px) {
	.empty {
		position: relative;
	}
	.empty::after {
		content: "Feld ist ein Pflichtfeld!";
		font-size: var(--s2);
		color: var(--red);
		text-align: right;
		position: absolute;
		top: 8px;
		right: 0;
	}
}
.echeckbox {
	display: none
}
.checkDiv {
	position: relative;
}
.echeckbox.active {
	position: absolute;
	display: block;
	font-size: var(--s2);
	color: var(--red);
	text-align: left;
	white-space: nowrap;
	left: -10px;
	top: 30px;
}
.kform-c-div.active {
	margin: 12px 0 25px 0;
}
.header-div.cookie {
	position: fixed;
	background-color: #fff7;
	width: 100%;
	height: 100%;
	z-index: 1000;
}
.cookie-vis {
	color: #111;
	position: fixed;
	z-index: 1001;
	height: 400px;
	width: 500px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #fff;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border: 1px solid #000;
}
.cookie-vis a {
	color: var(--red);
	font-weight: 500;
	cursor: pointer;
	text-decoration: none;
}
.cookie-content {
	margin: var(--r5) var(--r6);
}
.cookie-header {
	margin: var(--r3) 0 var(--r2) 0;
	font-size: calc(var(--s3) * 1.0);
	color: #000;
}
.cookie-txt {
	margin: var(--r6) 0 0 0;
	font-size: calc(var(--s2) * 1.0);
	line-height: 1.3;
}
.cookie-buttons-div {
	display: grid;
	grid-template-columns: auto auto;
	margin: 0 var(--r3);
	margin-bottom: var(--r4);
	gap: 10px;
}
.cookie-buttons-div button {
	display: block;
	position: static;
	color: #fff;
	background-color: rgb(34, 72, 153);
	padding: 12px 0; 
	border-radius: 7px;
	cursor: pointer;
	transition: background-color 0.4s ease;
}
.cookie-buttons-div button:hover {
	background-color: rgb(30, 30, 136);
}
.cookie-aoe-button {
	background-color: rgba(0, 0, 0, 0.534) !important;
}
@media (max-width: 606px) {
	.cookie-vis {
		width: 80vw;
		height: 500px
	}
}
@media (max-width: 480px) {
	.cookie-buttons-div {
		grid-template-rows: auto auto;
		grid-template-columns: auto;
	}
}
@media (max-width: 294px) {
	.cookie-txt {
		font-size: calc(var(--s2) * 0.9);
	}
}
.cookieSettingsDat {
	margin: var(--r4) 0 var(--r3) 0;
	display: block;
	position: static;
	color: #fff;
	background-color: rgb(42, 42, 190);
	padding: 12px; 
	border-radius: 7px;
	cursor: pointer;
	transition: background-color 0.4s ease;
}
.cookieSettingsDat:hover {
	background-color: rgb(30, 30, 136);
}
.success-div {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	color: var(--main);
	margin: var(--r8) calc(22vw - 44px);
	margin-bottom: 0;
}
.success-header {
	font-size: calc(17px + 1.7vw); /* margin-bottom: 500px;WILL BE SET IN JS, as you might know the problem of changin vh on mobile devices. It should be static.*/
}
.success-icon img {
	--imgParameters: 110px;
	height: var(--imgParameters);
	width: var(--imgParameters);
}
body.dark .cookie-vis {
	border: 1px solid #fff;
}
body.dark .cookie-header {
	color: #fff;
}
body.dark .cookie-buttons-div button {
	color: #fff !important;
}
body.dark .cookie.header-div.cookie .cookie-vis {
	background-color: #111;
	color: #eee;
}
body.dark .kform-input {
	background-color: #090909;
	color: #fff;
}
body.dark .kform-div {
	--kgb: #222;
}
body.dark .team-e-div {
	color: #fff;
}
body.dark .team-k .e a,body.dark .team-k .t a {
	color: var(--red);
}
body.dark .impressum-txt {
	color: #ccc;
}
body.dark .impressum-txt span {
	color: #fff;
}
body.dark {
	background-color: #000;
}
body.dark .content {
	background-color: #111;
}
body.dark .content .layout-t21-div {
	background-color: #1a1a1a;
}
body.dark .layout-t21-e {
	background-color: black;
	color: white;
}
body.dark .layout-t21-e .txt {
	color: #999;
}
body.dark .info-header,body.dark .info2-header {
	color: #fff;
}
body.dark .info-txt,body.dark .info2-txt {
	color: #e1e1e1;
}
body.dark .footer-div {
	color: #fff;
	background-color: #000;
}
body.dark .header-div {
	background-color: rgba(0, 0, 0, 0.5);
}
body.dark .header-div.active {
	background-color: #222;
}
body.dark .pre-content {
	background-color: #111;
}
body.dark .header .header-e a {
	color: #fff;
}
body.dark .footer-div .row2 {
	background-color: #000;
}
body.dark #header-button span {
	background-color: #fff;
}
body.dark .specinfo-g {
	color: #fff;
}
body.dark .specinfo-div .images-div .images .image:hover {
	box-shadow: none;
}
.specinfo-exit-button span:nth-child(1) {
	transform: translate(-50%, -50%) rotate(45deg);
}
body.dark .specinfo-exit-button span {
	background-color: #fff;
}
body.dark .footer-div .row1-div .row1 txt {
	color: #fff;
}
body.dark .footer-div .row1-div .row1 button {
	border: 2px solid #fff;
	background-color: #fff;
}
body.dark .footer-div .row1-div .row1 button span {
	transform: translateX(67%);
}
body.dark .specinfo-div .images-div .images .image img {
	background-color: #111;
}
body.dark .specinfo-exit-button-div {
	background-color: #1117;
}
body.dark .specinfo-left-button,body.dark .specinfo-right-button {
	color: #fff;
}
body.dark .scrollup-div {
	background-color: #333;
}
body.dark .scrollup-div span {
	background-color: #fff;
}
body.dark .specific-e {
	background-color: #000;
}
body.dark .kontakt-header-div, body.dark .team-div {
	color: white;
}
