﻿
#cont-2502 {
	align-items: var(--col-align-items,inherit);
}
#cont-3112 {
	justify-content: center;
	display: flex;
}
#cont-3112 h2 {
	display: inline;
	background-image: linear-gradient(var(--color1) 5px, transparent 5px);
	background-repeat: repeat-x;
	background-position: bottom;
	background-size: calc(100% + 5px) 8px;
	box-decoration-break: clone;
}
#cont-3112 .bhv-text {
	margin-top: 20px !important;
}
#col-3167 {
	background: var(--color2);
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#col-3117 {
	margin-left: 50px;
	background: var(--color2);
	padding: 10px 10px 20px 10px;
}
#video-5596 {
	width: 0px;
	height: 0px;
}
#cont-1088 {
	text-align: center;
	margin-top: 50px;
}
#cont-3164 {
	max-width: 1100px;
	margin-top: 50px;
}
#cms_root {
	z-index: 1;
}
#video-5593 {
	width: 0px;
	height: 0px;
	position: relative;
	z-index: 3;
}
#col-3113 {
	max-width: 1100px;
}
#col-3113 .bhv-container {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	margin-bottom: 50px;
}
#col-3113 .bhv-bild img {
	width: 100%;
	object-fit: cover;
}
#text-5595 p {
	display: inline-block;
	padding: 8px 20px !important;
	text-transform: uppercase;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	transition: .3s ease;
	letter-spacing: 1px;
	color: var(--locolor);
	background-color: var(--bgcolor2);
}
#text-5595 p:hover {
	color: var(--locolor);
	background-color: var(--hovercolor);
	cursor: pointer;
}
#text-5594 p {
	display: inline-block;
	padding: 8px 20px !important;
	text-transform: uppercase;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	transition: .3s ease;
	letter-spacing: 1px;
	color: var(--locolor);
	background-color: var(--bgcolor2);
}
#text-5594 p:hover {
	color: var(--locolor);
	background-color: var(--hovercolor);
	cursor: pointer;
}
#cont-5586 {
	align-items: var(--col-align-items,inherit);
	text-align: left;
}
#cont-3121 {
	align-items: var(--col-align-items,inherit);
	text-align: right;
}
#col-5589 {
	margin-left: 50px;
	background: var(--color2);
	padding: 0px 8px 22px 8px;
}
#col-5589 p {
	padding: 0px;
}
#col-3122 {
	margin-right: 50px;
	background: var(--color2);
	padding: 0px 8px 22px 8px;
}
#col-3122 p {
	padding: 0;
}
@media (max-width: 1024px) {
	#col-3113 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	#col-3113 {
		grid-template-columns: 1fr;
	}
}

@media(max-width: 800px) {
	#cont-5586 {
		flex-direction: column;
	}
	#cont-3121 {
		flex-direction: column;
	}
	#col-3124 {
		width: 60%;
	}
	#col-5589 {
		width: 90%;
		margin: 0px !important;
	}
	#col-5587 {
		width: 60%;
	}
	#col-3122 {
		width: 90%;
		margin: 0px !important;
		order: 1;
	}
}
