@font-face {
    font-family: 'Alegreya Sans';
    font-display: swap;
    src: url("/typo3conf/ext/theme/Resources/Public/Fonts/AlegreyaSans/AlegreyaSans-Regular.woff2") format('woff2'), url("/typo3conf/ext/theme/Resources/Public/Fonts/AlegreyaSans/AlegreyaSans-Regular.woff") format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Alegreya Sans';
    font-display: swap;
    src: url("/typo3conf/ext/theme/Resources/Public/Fonts/AlegreyaSans/AlegreyaSans-Bold.woff2") format('woff2'), url("/typo3conf/ext/theme/Resources/Public/Fonts/AlegreyaSans/AlegreyaSans-Bold.woff") format('woff');
    font-weight: 700;
    font-style: normal;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
u,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table.collapse {
	border-collapse: collapse;
	border-spacing: 0;
}

.break-word,
.break-word-always {
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

@media only screen and (min-width:600px) {
	.break-word {
		word-wrap: normal;
		word-break: normal;
		-webkit-hyphens: none;
		-moz-hyphens: none;
		-ms-hyphens: none;
		hyphens: none;
	}
}

.formfield {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 5px 10px;
	margin: 0 0 3px 0;
	line-height: 30px;
	border: 1px solid #FFF;
	color: #A8A7A9;
	background-color: #EFEFEF;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Alegreya Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* Wunsch von Hr Ebner Schriftfarbe im Form dunkler */
.formfield{
    color: #504F53;
}
::-webkit-input-placeholder{
    color: #504F53;
}
::placeholder{
    color: #504F53;
}


select.formfield {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 40 80' viewBox='0 0 40 80' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='40' height='80' fill='%23C1CAAC'/%3E%3Cg stroke='%23FFF' stroke-width='3' stroke-linecap='square' fill-opacity='0'%3E%3Cpath d='M 10,35 20,45 30,35' /%3E%3C/g%3E%3C/svg%3E");
	background-position: right center;
	background-size: 30px auto;
	background-repeat: no-repeat;
	padding: 5px 35px 5px 5px;
	border: 1px solid #FFF;
	border-radius: 0px;
}

.w100pz {
	width: 100%;
}

.w80pz {
	width: 80%;
}

.w50pz {
	width: 50%;
}

.w28pz {
	width: 28%;
}

.w26pz {
	width: 26%;
}

.w23pz {
	width: 23%;
}

select.formfield.w20 {
	width: 60px;
}

select.formfield.w30 {
	width: 70px;
}

select.formfield.w40 {
	width: 80px;
}

select.formfield.w50 {
	width: 90px;
}

@media only screen and (max-width: 400px) {
	.w80pz {
		width: 100%;
	}
	.w50pz {
		width: 100%;
	}
}

.w20 {
	width: 20px;
	text-align: center;
}

.w30 {
	width: 30px;
}

.w40 {
	width: 40px;
}

.w50 {
	width: 50px;
}

.w80 {
	width: 80px;
}

.w80ml {
	width: 80px;
	margin: 0 0 0 5px
}

.w100 {
	width: 50%;
}

.w200 {
	width: 200px;
}

.w300 {
	width: 90%;
}

.w400 {
	width: 90%;
}

.formsubmit {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 26px;
	text-align: center;
	position: relative;
	display: inline-block;
	padding: 5px 45px 5px 15px;
	text-decoration: none !important;
	text-transform: uppercase;
	font-weight: 700;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #C1CAAC;
	background-color: #C1CAAC;
	color: #FFF !important;
	background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 40 40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23FFF' stroke-width='3' stroke-linecap='round' fill-opacity='0'%3E%3Cpath d='M 12,12 28.5,28.5' /%3E%3Cpath d='M 29,11 29,29' /%3E%3Cpath d='M 29,29 11,29' /%3E%3C/g%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-size: 16px auto;
	background-position: right 15px center;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
	display: inline-table;
}

* html .clear {
	height: 1%;
}

.clear {
	display: block;
}

.cmsAlert {
	width: 100%;
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
	border: 2px solid #BD0D2D;
	border-radius: 10px;
	background-color: rgba(189, 13, 45, 0.20);
	color: #19161B;
	font-size: 16px;
	font-size: 1.6rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cmsAlert a {
	color: inherit;
}

@-webkit-keyframes scaleUp {
	0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		opacity: 0;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes scaleUp {
	0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		opacity: 0;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

#content {
	text-decoration: none;
	text-align: left;
	line-height: 150%;
}

#content .hspacer {
	width: 100%;
	font-size: 8px;
	overflow: hidden;
}

#content .s4 {
	height: 4px;
}

#content .s6 {
	height: 6px;
}

#content .s8 {
	height: 8px;
}

#content .s10 {
	height: 10px;
}

#content .s12 {
	height: 12px;
}

#content .s14 {
	height: 14px;
}

#content .s16 {
	height: 16px;
}

#content .s18 {
	height: 18px;
}

#content .s20 {
	height: 20px;
}

#content .s22 {
	height: 22px;
}

#content .s24 {
	height: 24px;
}

#content .s30 {
	height: 30px;
}

#content a,
#content .text strong a,
#content .text a strong {
	color: inherit;
}

#content a:hover {
	text-decoration: none;
}

#content a.pAnchor {
	position: absolute;
	height: 0px;
	top: -50px;
}

#content strong {
	color: #504F53;
}

#page h1,
#page h2{
	line-height: 120%;
	font-size: 36px;
	font-size: 3.6rem;
	color: #C1CAAC;
	font-weight: 700;
	padding: 0;
	margin: 0;
}

#page .container-teaser h2,
#page h3,
#page h4 {
	line-height: 120%;
	font-size: 22px;
	font-size: 2.2rem;
	color: #C1CAAC;
	font-weight: 400;
	padding: 0;
	margin: 0;
}

#page h5 {
	line-height: 120%;
	font-size: 30px;
	font-size: 3.0rem;
	color: #504F53;
	font-weight: 400;
	padding: 0;
	margin: 0;
}

#content .aL {
	text-align: left;
}

#content .aC {
	text-align: center;
}

#content .aR {
	text-align: right;
}

#fpWrapper .aL {
	text-align: left;
}

#fpWrapper .aC {
	text-align: center;
}

#fpWrapper .aR {
	text-align: right;
}

#content .text {
	width: 100%;
}

#content .text p {
	padding: 2px 0;
	margin: 2px 0;
}

#content ul {
	width: 100%;
	text-align: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 0 0 5px;
}

#content .text.aC ul {
	padding: 0;
}

@media only screen and (min-width: 990px) {
	#content .text.aC ul {
		padding: 0 20% 0 40%;
	}
}

#content ul li {
	padding: 0 0 0 20px;
	margin: 0 0 0 0;
	line-height: 150%;
	list-style: none !important;
	position: relative;
	font-weight: 400;
}

#content ul li:before {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 10px;
	line-height: 20px;
	font-size: 16px;
	font-size: 1.6rem;
	content: "\2219";
	color: #504F53;
	text-align: center;
}

#content ul li ul li:before {
	position: absolute;
	left: 0px;
	top: 3px;
	width: 20px;
	line-height: 20px;
	font-size: 16px;
	font-size: 1.6rem;
	content: "-";
	color: #504F53;
	text-align: center;
}

#content .text blockquote {
	width: 100%;
	font-size: 30px;
	font-size: 3.0rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 0;
}

#content .text article {
	-webkit-column-count: 2;
	-webkit-column-fill: balance;
	-webkit-column-width: 47%;
	-webkit-column-gap: 6%;
	-moz-column-count: 2;
	-moz-column-fill: balance;
	-moz-column-width: 47%;
	-moz-column-gap: 6%;
	column-count: 2;
	column-fill: balance;
	column-width: 47%;
	column-gap: 6%;
	height: auto;
	width: 100%;
	overflow-x: auto;
	overflow-y: auto;
	text-align: left;
}

#content .text article hr {
	margin: 0px;
	padding: 0px;
	height: 0px;
	border: none;
	-webkit-column-break-before: always;
	-moz-column-break-before: always;
	column-break-before: always;
}

#content .cImageWrapper {
	overflow: hidden;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#content .cImageWrapper img {
	display: block;
	width: 100%;
}

#content .layout1 .cImageWrapper {
	margin: 0px 0px 12px 0px;
}

#content .layout2 .cImageWrapper {
	margin: 0px 0px 12px 0px;
}

#content .layout3 .cImageWrapper {
	margin: 0px 0px 12px 0px;
}

#content .layout4 .cImageWrapper {
	margin: 0px 0px 12px 0px;
}

@media only screen and (min-width: 450px) {
	#content .layout1 .cImageWrapper {
		float: left;
		margin: 0px 22px 12px 0px;
	}
	#content .layout2 .cImageWrapper {
		float: right;
		margin: 0px 0px 12px 22px;
	}
	#content .layout3 .cImageWrapper {
		float: left;
	}
	#content .layout3 .textBlock,
	#content .layout5 .textBlock {
		float: right;
	}
	#content .layout4 .cImageWrapper {
		float: right;
	}
	#content .layout4 .textBlock,
	#content .layout6 .textBlock {
		float: left;
	}
}

#content .cImageRow {
	width: 100%;
}

#content .cImageRow .cImageWrapper {
	display: block;
}

#content .layout5 .cImageWrapper {
	text-align: left;
	float: left;
	margin: 12px 0px 0px 0px;
}

#content .layout6 .cImageWrapper {
	text-align: right;
	float: right;
	margin: 12px 0px 0px 0px;
}

#content .layout7 .cImageRow {
	margin: 0px 0px 12px 0px;
}

#content .layout7 .cImageRow .cImageWrapper {
	float: left;
}

#content .layout8 .cImageWrapper {
	margin: 0px auto 12px;
}

#content .layout9 .cImageRow {
	margin: 0px 0px 12px;
}

#content .layout9 .cImageRow .cImageWrapper {
	float: right;
}

#content .layout10 .cImageWrapper {
	margin: 12px auto 0px;
}

.cIWsize30,
.cIWsize35,
.cIWsize40,
.cIWsize45,
.cIWsize50,
.cIWsize55,
.cIWsize60,
.cIWsize65,
.cIWsize70,
.cIWsize75,
.cIWsize80,
.cIWsize85,
.cIWsize90,
.cIWsize95,
.cIWsize100 {
	width: 100%;
}

.tBsize65,
.tBsize60,
.tBsize55,
.tBsize50,
.tBsize45,
.tBsize40,
.tBsize35 {
	width: 100%;
}

@media only screen and (min-width: 600px) {
	.cIWsize30 {
		width: 30%;
	}
	.tBsize65 {
		width: 65%;
	}
	.cIWsize35 {
		width: 35%;
	}
	.tBsize60 {
		width: 60%;
	}
	.cIWsize40 {
		width: 40%;
	}
	.tBsize55 {
		width: 55%;
	}
	.cIWsize45 {
		width: 45%;
	}
	.tBsize50 {
		width: 50%;
	}
	.cIWsize50 {
		width: 50%;
	}
	.tBsize45 {
		width: 45%;
	}
	.cIWsize55 {
		width: 55%;
	}
	.tBsize40 {
		width: 40%;
	}
	.cIWsize60 {
		width: 60%;
	}
	.tBsize35 {
		width: 35%;
	}
	.cIWsize65 {
		width: 65%;
	}
	.tBsize30 {
		width: 30%;
	}
	.cIWsize70 {
		width: 70%;
	}
	.tBsize25 {
		width: 25%;
	}
	.cIWsize75 {
		width: 75%;
	}
	.tBsize20 {
		width: 20%;
	}
	.cIWsize80 {
		width: 80%;
	}
	.tBsize15 {
		width: 100%;
	}
	.cIWsize85 {
		width: 85%;
	}

	.tBsize10 {
		width: 100%;
	}
	.cIWsize90 {
		width: 90%;
	}
	.tBsize5 {
		width: 100%;
	}
	.cIWsize95 {
		width: 95%;
	}
	.tBsize0 {
		width: 100%;
	}
	.cIWsize100 {
		width: 100%;
	}
}

#content .Abschluss.hLine1 {
	width: 100%;
	padding: 3vw 0;
}

#content .Abschluss.hLine2 {
	width: 100%;
	height: 0px;
	margin: 45px auto 0;
	padding: 0 0 45px 0;
	border-top: 1px solid rgba(193, 202, 172, .4);
	position: relative;
}

#content .Abschluss.hLine3 {
	width: 100%;
	height: 41px;
	margin: 25px auto;
	padding: 0;
	position: relative;
	background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 100 100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23a3ae22' fill-opacity='.4'%3E%3Cpath d='m53.3 32.6c-3.6 0-6.5 2.9-6.5 6.5s2.9 6.5 6.5 6.5 6.5-2.9 6.5-6.5-2.9-6.5-6.5-6.5'/%3E%3Cpath d='m49.9 8.7-48.7 23.7c-.1.1-.2.3-.2.4v6.4c0 .3.3.5.6.4l43.3-21.1c.1-.1.3-.1.4 0l46.9 22.8c.2.1.2.2.2.4v42.7c0 .2-.2.4-.4.4h-31.8c-.2 0-.4-.2-.4-.4v-27.6c0-3.4-2.5-6.5-5.9-6.8-3.9-.4-7.2 2.7-7.2 6.5v34.4c0 .2.2.4.4.4h12.6 32.7 6.1c.2 0 .4-.2.4-.4v-6.1-52c0-.2-.1-.3-.2-.4l-48.4-23.7c-.2-.1-.3-.1-.4 0'/%3E%3Cpath d='m7.5 56.5c0 3.6 2.9 6.5 6.5 6.5s6.5-2.9 6.5-6.5-2.9-6.5-6.5-6.5c-3.5 0-6.5 2.9-6.5 6.5'/%3E%3Cpath d='m7.5 73.9v17c0 .2.2.4.4.4h12.2c.2 0 .4-.2.4-.4v-16.7c0-3.4-2.5-6.5-5.9-6.8-3.8-.3-7.1 2.7-7.1 6.5'/%3E%3Cpath d='m27.1 47.8c0 3.6 2.9 6.5 6.5 6.5s6.5-2.9 6.5-6.5-2.9-6.5-6.5-6.5-6.5 2.9-6.5 6.5'/%3E%3Cpath d='m27.1 65.2v25.7c0 .2.2.4.4.4h12.2c.2 0 .4-.2.4-.4v-25.4c0-3.4-2.5-6.5-5.9-6.8-3.8-.4-7.1 2.7-7.1 6.5'/%3E%3C/g%3E%3C/svg%3E%0A");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

#content .Abschluss.hLine3:before,
#content .Abschluss.hLine3:after {
	width: calc(30% - 50px);
	content: '';
	position: absolute;
	top: 20px;
	border-top: 1px solid rgba(193, 202, 172, .4);
}

#content .Abschluss.hLine3:before {
	left: 20%;
}

#content .Abschluss.hLine3:after {
	right: 20%;
}

.absatzWrapper {
	width: 100%;
	position: relative;
	margin: 0 0 20px 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.absatzWrapper.aWhasWS1,
.absatzWrapper.aWhasWS2,
.absatzWrapper.aWhasWS3 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.absatzWrapper.aWhasWS4,
.absatzWrapper.aWhasWS5,
.absatzWrapper.aWhasWS6 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.absatzWrapper.aWhasWS7,
.absatzWrapper.aWhasWS8,
.absatzWrapper.aWhasWS9 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.absatzWrapper.aWhasWS10 {
	padding-top: 35px;
	padding-bottom: 35px;
}

.absatzWrapper:nth-last-child(1),
.absatzWrapper.aWhasWS {
	margin: 0;
}

.offline {
	background-color: #F0C6C6;
}

.absatz {
	padding: 0 14px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.absatz.layout11 {
	padding: 0;
}

.paragraphWidth50,
.paragrap#imageVideo::afterhWidth60,
.paragraphWidth70,
.paragraphWidth80,
.paragraphWidth90,
.paragraphWidth100 {
	width: 100%;
}

.absatzWrapper.device1 {
	display: none;
}

@media only screen and (min-width: 700px) {}

@media only screen and (min-width: 1000px) {
	.paragraphWidth50 {
		width: 50%;
	}
	.paragraphWidth60 {
		width: 60%;
	}
	.paragraphWidth70 {
		width: 70%;
	}
	.paragraphWidth80 {
		width: 80%;
	}
	.paragraphWidth90 {
		width: 90%;
	}
	.absatzWrapper.aWhasWS1 {
		padding-top: 1vw;
		padding-bottom: 1vw;
	}
	.absatzWrapper.aWhasWS2 {
		padding-top: 2vw;
		padding-bottom: 2vw;
	}
	.absatzWrapper.aWhasWS3 {
		padding-top: 3vw;
		padding-bottom: 3vw;
	}
	.absatzWrapper.aWhasWS4 {
		padding-top: 4vw;
		padding-bottom: 4vw;
	}
	.absatzWrapper.aWhasWS5 {
		padding-top: 5vw;
		padding-bottom: 5vw;
	}
	.absatzWrapper.aWhasWS6 {
		padding-top: 6vw;
		padding-bottom: 6vw;
	}
	.absatzWrapper.aWhasWS7 {
		padding-top: 7vw;
		padding-bottom: 7vw;
	}
	.absatzWrapper.aWhasWS8 {
		padding-top: 8vw;
		padding-bottom: 8vw;
	}
	.absatzWrapper.aWhasWS9 {
		padding-top: 9vw;
		padding-bottom: 9vw;
	}
	.absatzWrapper.aWhasWS10 {
		padding-top: 10vw;
		padding-bottom: 10vw;
	}
	.absatzWrapper.device1 {
		display: block;
	}
	.absatzWrapper.device2 {
		display: none;
	}
	#content .Abschluss.hLine2:before,
	#content .Abschluss.hLine2:after {
		width: calc(25% - 45px);
	}
	#content .Abschluss.hLine2:before {
		left: 25%;
	}
	#content .Abschluss.hLine2:after {
		right: 25%;
	}
}

@media only screen and (min-width: 1600px) {}

.absatz .pAnchor {
	position: absolute;
	top: -200px;
	height: 0px;
}

.absatzWrapper.loggedIn {
	min-height: 30px;
}

.absatzWrapper.loggedIn:hover {
	background-color: #EEE !important;
	color: #68666B !important;
	-moz-box-shadow: 0px 0px 2px #666;
	-webkit-box-shadow: 0px 0px 2px #666;
	box-shadow: 0px 0px 2px #666;
	z-index: 1500;
}

.absatzWrapper .loginRow {
	display: none;
	position: absolute;
	left: 50%;
	top: 0px;
	padding: 3px 5px;
	z-index: 1500;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	height: 30px;
	background-color: #EEE !important;
}

.absatzWrapper.loggedIn:hover .loginRow {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

#content:hover .absatzWrapper.loggedIn:not(:hover) {
	opacity: 0.5;
}

.cmsEditWrapper:hover .loginRow a {
	border: none !important;
}

.editbox {
	padding: 0 10px 0 0;
}

.editboxR {
	padding: 0 0 0 50px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.absatz .loginRow {
	position: absolute;
	left: -2000px;
	top: -40px;
	width: 100%;
	height: 40px;
	background-color: #FFF;
	border: 2px solid #EEE;
	padding: 3px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.editbox {
	float: left;
	padding-right: 10px;
}

.editboxR {
	float: right;
}

.preiseHeadline {
	text-align: left;
	padding: 0 0 20px 0;
}

.preiseTitel {
	line-height: 40px;
	color: #C1CAAC;
	text-transform: uppercase;
	font-size: 30px;
	font-size: 3.0rem;
}

.preiseTitel em {
	line-height: 30px;
	padding: 10px 0 0 0;
	display: inline-block;
	text-transform: none;
	font-size: 20px;
	font-size: 2.0rem;
	font-style: normal;
}

.tableWrapper {
	width: 100%;
}

table.preise {
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#tWverpflegung {
	margin: 0 0 50px 0;
}

#tWverpflegung table.preise {
	min-width: 670px;
}

#tWraeume table.preise {
	min-width: 470px;
}

@media only screen and (max-width: 698px) {
	#tWverpflegung {
		overflow-x: auto;
		position: relative;
		padding: 40px 0 0 0;
		background-image: url(/typo3conf/ext/theme/Resources/Public/Images/swipe.svg);
		background-position: center 2px;
		background-repeat: no-repeat;
		background-size: 30px 30px;
	}
}

@media only screen and (max-width: 498px) {
	#tWraeume {
		overflow-x: auto;
		position: relative;
		padding: 40px 0 0 0;
		background-image: url(/typo3conf/ext/theme/Resources/Public/Images/swipe.svg);
		background-position: center 2px;
		background-repeat: no-repeat;
		background-size: 30px 30px;
	}
}

table.preise .cTyp1 {
	width: 150px;
}

table.preise .cTyp2 {
	width: 80px;
}

table.preise .cTyp3 {
	width: 50px;
}

table#raeume .cTyp3 {
	width: 0px;
}

table.preise tbody tr td {
	line-height: 30px;
	padding: 0;
	border-bottom: 1px solid #C1CAAC;
}

table.preise tbody tr:last-of-type td {
	border-bottom: 1px solid #FFF;
}

table.preise tr td.trNoLine {
	border-bottom: 1px solid #FFF;
}

table.preise tr td:nth-of-type(1) {
	text-align: left;
	color: #C1CAAC;
}

table.preise tbody tr td a {
	text-decoration: none;
	padding: 0 0 0 20px;
	display: inline-block;
	background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 40 40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23C1CAAC' stroke-width='3' stroke-linecap='round' fill-opacity='0'%3E%3Cpath d='M 12,12 28.5,28.5' /%3E%3Cpath d='M 29,11 29,29' /%3E%3Cpath d='M 29,29 11,29' /%3E%3C/g%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-size: 16px auto;
	background-position: left center;
}

#content table.preise tbody tr td a:hover {
	color: #504F53;
}

table.preise th.th1bg {
	background-color: #C1CAAC;
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
}

table.preise tr.th2 td {
	color: #C1CAAC;
	padding: 20px 0;
}

table.preise tr.th3 td {
	font-weight: 700;
}

table.preise tr td.br1 {
	border-right: 1px solid #C1CAAC;
}

table.preise tr td.br2 {
	border-right: 2px solid #A3AE22;
}

@media only screen and (min-width: 728px) {
	table.preise {
		width: 100%;
	}
}

@media only screen and (min-width: 800px) {
	table.preise .cTyp1 {
		width: 24%;
	}
	table.preise .cTyp2 {
		width: 12%;
	}
	table.preise .cTyp3,
	table#raeume .cTyp3 {
		width: 9%;
	}
}

#imageVideo {
	width: 100%;
	position: relative;
	display: block;
}

#imageVideo img {
	width: 100%;
	display: block;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#imageVideo::after {
	position: absolute;
	width: 64px;
	height: 50px;
	content: '';
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-image: url("/typo3conf/ext/theme/Resources/Public/Images/youtube_icon.svg");
	background-position: center;
	background-repeat: no-repeat;
}

@media only screen and (min-width: 700px) {
	#imageVideo::after {
		width: 80px;
		height: 60px;
	}
}

#hdfVorstand {}

#hdfVorstand #hdfVtext {
	text-align: left;
}

#content #hdfVorstand #hdfVtext ul {
	padding: 0;
}

#content #hdfVorstand #hdfVtext ul li {
	font-weight: 400;
}

#content #hdfVorstand #hdfVtext ul li::before {
	color: #C1CAAC;
}

#hdfVorstand #hdfVimage {}

#hdfVorstand #hdfVimage img {
	width: 100%;
	display: block;
}

@media only screen and (min-width: 700px) {
	#hdfVorstand {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	#hdfVorstand #hdfVtext {
		width: 40%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	#content #hdfVorstand #hdfVtext ul {
		margin: auto 0;
	}
	#hdfVorstand #hdfVimage {
		width: 60%;
	}
}

.numbers {
	padding: 6vh 0;
}

.numbers.typ1 {
	background-color: transparent;
}

.numbers.typ2 {
	background-color: #C1CAAC;
}

.numbersInner {
	max-width: 980px;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.nInnerItem {
	width: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.nInnerItem:after {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 1px;
	height: 100%;
	content: '';
}

.numbers.typ1 .nInnerItem:after {
	background-color: #C1CAAC;
}

.numbers.typ2 .nInnerItem:after {
	background-color: #FFF;
}

@media only screen and (max-width: 700px) {
	.nInnerItem:before {
		position: absolute;
		bottom: 0px;
		width: 80%;
		height: 1px;
		background-color: transparent;
		content: '';
	}
	.numbers.typ1 .nInnerItem:nth-of-type(1):before {
		right: 0px;
		background-color: #C1CAAC;
	}
	.numbers.typ1 .nInnerItem:nth-of-type(2):before {
		left: 0px;
		background-color: #C1CAAC;
	}
	.numbers.typ2 .nInnerItem:nth-of-type(1):before {
		right: 0px;
		background-color: #FFF;
	}
	.numbers.typ2 .nInnerItem:nth-of-type(2):before {
		left: 0px;
		background-color: #FFF;
	}
	.numbers.typ1 .nInnerItem:nth-of-type(2n):after,
	.numbers.typ2 .nInnerItem:nth-of-type(2n):after {
		background-color: transparent;
	}
}

.nInnerItem .nInnerItemData {
	margin: auto;
	text-align: center;
	display: block;
	text-decoration: none;
}

.nInnerItem a.nInnerItemData:hover {
	opacity: 0.6
}

.nInnerItemData .nInnerItemDValue {
	padding: 0 0 20px 0;
	font-size: 40px;
	font-size: 4.0rem;
	font-weight: 700;
	line-height: 106%;
	display: block;
}

.numbers.typ1 .nInnerItemData .nInnerItemDValue {
	color: #C1CAAC;
}

.numbers.typ2 .nInnerItemData .nInnerItemDValue {
	color: #FFF;
}

.nInnerItemData .nInnerItemDText {
	padding: 0;
	font-size: 16px;
	font-size: 1.6rem;
	display: block;
}

.numbers.typ2 .nInnerItemData .nInnerItemDText {
	color: #FFF;
}

@media only screen and (min-width: 700px) {
	.nInnerItem {
		width: 25%;
	}
	.numbers.typ1 .nInnerItem:last-of-type:after,
	.numbers.typ2 .nInnerItem:last-of-type:after {
		background-color: transparent;
	}
	.nInnerItemData .nInnerItemDValue {
		font-size: 50px;
		font-size: 5.0rem;
	}
	.nInnerItemData .nInnerItemDText {
		font-size: 20px;
		font-size: 2.0rem;
	}
}

#kontaktPage {
	text-align: left;
	padding: 10vh 0 0 0;
}

#kontaktLogo {
	max-width: 300px;
	margin: 0 auto 0 0;
	padding: 40px 0 15vh 0;
	display: none;
}

#kontaktLogo svg {
	width: 100%;
	display: block;
}

#kontaktBoxen {
	width: 100%;
	padding: 0;
}

#kontaktBoxen .kBCol {
	width: 100%;
	margin: 0 0 5vh 0;
}

#kontaktBoxen .kontaktBox {
	width: 100%;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 40px 40px;
}

#kontaktBoxen .kontaktBox:last-of-type {
	padding: 0 0 0 40px;
}

#kontaktBoxen .kontaktBox .kBicon {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0px;
	top: -10px;
}

#kontaktBoxen .kontaktBox .kBicon img {
	display: block;
}

#kontaktBoxen .kontaktBox .kBtext {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 0 0 10px 0;
}

#kontaktBoxen .kontaktBox .kBtext a {
	text-decoration: none;
	display: inline-block;
	padding: 0 0 5px 0;
}

#kontaktBoxen .kBCol:nth-of-type(2) .kontaktBox .kBtext {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 700;
}

@media only screen and (min-width: 600px) {
	#kontaktBoxen {
		padding: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	#kontaktBoxen .kBCol:nth-of-type(1) {
		width: 300px;
		margin: 0;
	}
	#kontaktBoxen .kBCol:nth-of-type(2) {
		width: calc(100% - 300px);
		margin: 0;
	}
	#kontaktBoxen .kontaktBox {
		width: 100%;
		margin: 0 0 5vh 0;
	}
	#kontaktBoxen .kontaktBox .kBicon {
		height: 70px;
		margin: 0 0 3vh 0;
	}
}

.boxenInhalte {
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}

.bIWrapper {
	width: 100%;
	margin: 0 0 9vh 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.bIWrapper .bIWrow {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 12vh 0;
}

.bITyp2 .bIWrapper .bIWrow.bIWrBG {
	background-color: #C1CAAC;
	padding: 40px 20px 0 20px;
}

.bIWrapper .bIWrow span {
	width: 100%;
	display: block;
}

.bIWrapper .bILeft {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.bITyp1 .bIWrapper .bILeft {
	padding: 0 20px 30px 20px;
}

.bITyp1 .bIWrapper.bIWReverse .bILeft {
	padding: 30px 20px;
}

.bITyp2 .bIWrapper .bILeft {
	padding: 0 0 30px 0;
}

.bITyp2 .bIWrapper .bIWrow.bIWrBG .bILeft {
	padding: 0;
}

.bITyp1 .bIWrapper .bILeft .bIBox {
	width: 100%;
	height: 100%;
}

.bITyp1 .bIWrapper .bIBoxContent {
	padding: 2vh 0 0 0;
}

.bITyp1 .bIWrapper .bILeft .bIBoxTitle {
	font-size: 34px;
	font-size: 3.4rem;
	font-weight: 700;
	line-height: 120%;
	color: #C1CAAC;
}

.bITyp2 .bIWrapper .bILeft .bIBoxTitle {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 120%;
	color: #C1CAAC;
	text-transform: uppercase;
}

.bITyp2 .bIWrapper .bILeft .bIBoxSubTitle {
	font-size: 34px;
	font-size: 3.4rem;
	font-weight: 700;
	line-height: 110%;
	color: #C1CAAC;
	text-transform: uppercase;
	padding: 5px 0 0 0;
}

.bITyp2 .bIWrapper .bIWrow.bIWrBG .bIBoxContent {
	color: #FFF;
}

.bITyp2 .bIWrapper .bIWrow.bIWrBG .bILeft .bIBoxTitle {
	color: inherit;
}

.bITyp2 .bIWrapper .bIWrow.bIWrBG .bILeft .bIBoxSubTitle {
	color: inherit;
}

.bITyp2 .bIWrapper .bILeft .bIBoxSubText {
	padding: 30px 0 0 0;
}

.bIWrapper .bILeft .bIBoxLink {
	padding: 3vh 0 0 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#content .bIWrapper .bILeft .bIBoxLink a {
	display: inline-block;
	position: relative;
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
}

#content .bIWrapper .bILeft .bIBoxLink a:after {
	position: absolute;
	bottom: 6px;
	left: -20px;
	width: 12px;
	height: 12px;
	background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 20 20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23C1CAAC' stroke-width='2' stroke-linecap='round' fill-opacity='0'%3E%3Cpath d='M 1,1 19,19' /%3E%3Cpath d='M 19,3 19,19 3,19' /%3E%3C/g%3E%3C/svg%3E%0A");
	background-size: 12px 12px;
	background-position: right center;
	background-repeat: no-repeat;
	content: '';
}

#content .bIWrapper .bILeft .bIBoxLink a:hover {
	color: #C1CAAC;
}

.bIWrapper .bIRight {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 150%;
	position: relative;
	z-index: 600;
}

#content .bIBoxContent .bIBoxText {
	padding: 20px 0 0 0;
}

#content .bIBoxContent .bIBoxText ul {
	padding: 0 0 10px 0;
}

.bIWrapper .bIRight a {
	width: 100%;
	display: block;
	z-index: 630;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.bIWrapper .bIRight a img {
	width: 100%;
	display: block;
	position: relative;
	z-index: 630;
}

.bITyp1 .bIWrapper .bIRight a:nth-of-type(1) {
	padding: 0 25% 0 0;
}

.bITyp1 .bIWrapper.bIWReverse .bIRight a:nth-of-type(1) {
	padding: 0 0 0 25%;
}

.bITyp1 .bIWrapper .bIRight a:nth-of-type(2) {
	position: absolute;
	right: 0px;
	bottom: -9vh;
	width: 40%;
	z-index: 650;
}

.bITyp1 .bIWrapper.bIWReverse .bIRight a:nth-of-type(2) {
	right: auto;
	left: 0px;
}

.bITyp2 .bIWrapper .bIWrow.bIWrBG .bIRight img {
	-webkit-transform: translate(0, 30px);
	-ms-transform: translate(0, 30px);
	transform: translate(0, 30px);
}

@media only screen and (min-width: 1000px) {
	.bIWrapper {
		margin: 0 0 18vh 0;
	}
	.bITyp2 .bIWrapper .bIWrow {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.bITyp2 .bIWrapper.bIWReverse .bIWrow {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.bIWrapper .bIWrow {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.bITyp2 .bIWrapper .bIWrow {
		padding: 0 calc(50% - 450px);
	}
	.bITyp2 .bIWrapper .bIWrow.bIWrBG {
		padding: 0 calc(50% - 450px);
	}
	.bITyp1 .bIWrapper.bIWReverse .bIWrow {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.bITyp1 .bIWrapper .bILeft {
		width: 45%;
		padding: 0 50px 0 0;
	}
	.bITyp1 .bIWrapper.bIWReverse .bILeft {
		padding: 0 0 0 50px;
	}
	.bITyp1 .bIWrapper .bIRight {
		width: 55%;
		padding: 0;
	}
	.bITyp1 .bIWrapper .bIRight a:nth-of-type(1),
	.bITyp1 .bIWrapper.bIWReverse .bIRight a:nth-of-type(1) {
		padding: 0;
	}
	.bIWrapper .bIRight a img {
		width: 100%;
		display: block;
		position: relative;
		z-index: 630;
	}
	.bITyp1 .bIWrapper .bIRight a:nth-of-type(2) {
		right: -30px;
		bottom: -12vh;
		width: 50%;
	}
	.bITyp1 .bIWrapper.bIWReverse .bIRight a:nth-of-type(2) {
		right: auto;
		left: -30px;
	}
	.bITyp1 .bIWrapper .bILeft .bIBox {
		width: 100%;
		height: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	#content .bIWrapper .bIBoxContent ul {
		padding: 5px 0 20px 0;
	}
	#content .bIWrapper .bIBoxContent ul li {
		font-weight: 400;
		color: inherit;
	}
	#content .bIWrapper .bIBoxContent h6 {
		color: #C1CAAC;
		text-transform: uppercase;
	}
	.bITyp1 .bIWrapper .bIBoxContent {
		margin: auto 0;
	}
	.bITyp2 .bIWrapper .bILeft {
		width: 50%;
		padding: 2vh 30px 0 0;
	}
	.bITyp2 .bIWrapper .bIWrow.bIWrBG .bILeft {
		width: 50%;
		padding: 9vh 30px 9vh 0;
	}
	.bIWrapper .bILeft .bIBoxLink {
		padding: 3vh 0 0 0;
	}
	.bITyp2 .bIWrapper .bIRight {
		width: 50%;
		padding: 0 50px 0 0;
	}
	.bITyp2 .bIWrapper.bIWReverse .bIRight {
		padding: 0 0 0 50px;
	}
	.bITyp2 .bIWrapper .bIWrow.bIWrBG .bIRight img {
		position: absolute;
		top: 9vh;
	}
	.bIWrapper .bIBoxTyp2 .bIRight img.bIiMobile {
		display: none;
	}
	.bIWrapper .bIBoxTyp2 .bIRight img.hIiDesktop {
		display: block;
	}
}

@media only screen and (min-width: 1400px) {
	.bIWrapper .bILeft {
		padding: 18vh 50px 0 0;
	}
}

.spaltenInhalte {
	width: 100%;
	padding: 20px 0 0 0;
	margin: 0 auto 20px auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.spaltenInhalte span {
	display: block;
}

.spaltenInhalte a {
	text-decoration: none !important;
}

.sICols {
	width: 100%;
}

.sICol {
	width: 100%;
}

.sICol .sIBox {
	width: 100%;
	margin: 0 0 30px 0;
	text-align: left;
}

.spaltenInhalte .sIBoxBild {
	width: 100%;
	position: relative;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
}

.spaltenInhalte .sIBoxBild img {
	width: 100%;
	display: block;
	border: 0;
}

.spaltenInhalte a:hover .sIBoxBild img {
	-moz-filter: blur(1px);
	-ms-filter: blur(1px);
	-webkit-filter: blur(1px);
	filter: blur(1px);
}

.sICols .sIBoxContent {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.sICols.sIColNr2 .sIBoxContent {
	padding: 0 10px;
}

.sICols.sIColNr3 .sIBoxContent {
	padding: 0 10px;
}

.spaltenInhalte .sIBoxTitle {
	line-height: 130%;
	font-size: 16px;
	font-size: 1.6rem;
	color: #C1CAAC;
	padding: 0 0 10px 0;
	text-transform: uppercase;
}

.spaltenInhalte .sIBoxText {
	font-size: 16px;
	font-size: 1.6rem;
}

.spaltenInhalte .sIBoxLink {
	width: 100%;
	padding: 5vh 0 0 0;
}

#content .spaltenInhalte .sIBoxLink b {
	display: inline-block;
	line-height: 30px;
	padding: 0 20px;
	text-decoration: none;
	text-transform: uppercase;
	border: 2px solid #C1CAAC;
	color: #C1CAAC;
}

#content .spaltenInhalte a:hover .sIBoxLink b {
	background-color: #C1CAAC;
	color: #FFF;
}

@media only screen and (min-width: 700px) {
	.sICols {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.sICols.sIColNr2 .sICol {
		width: calc((100% / 2) - 40px);
	}
	.sICols.sIColNr2 .sICol .sIBox {
		margin: 0 0 50px 0;
	}
}

@media only screen and (min-width: 1000px) {
	.sICols.sIColNr3 .sICol {
		width: calc((100% - 60px) / 3);
	}
	.sICols.sIColNr3 .sICol .sIBox {
		margin: 0 0 50px 0;
	}
	.sICols.sIColNr2 .sIBoxContent {
		padding: 0 10px 0 25px;
	}
}

@media only screen and (min-width: 1280px) {
	.sICols.sIColNr2 .sICol {
		width: calc((100% / 2) - 60px);
	}
}

img {
	border: none;
}

.mr10 {
	margin-right: 10px;
}

.mr5pz {
	margin-right: 55px;
}

#headerImage div.hImage {
	width: 100%;
	display: block;
	z-index: 600;
	position: relative;
}

#headerImage div.hImage {
    max-height: 700px;
}


#headerImage div.hImage img {
	display: block;
	width: 100%;
}

#headerImage div.hImage::after {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	background-color: rgba(0, 0, 0, 0.24);
	content: '';
	z-index: 650;
}

#headerImage div.hImage .hImageDesktop,
#headerImage div.hImage .hImageMobile {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
}

#headerImage div.hImage .hImageMobile {
	height: calc(100vw - 40px);
}

#headerImage div.hImage img.hImageSearch {
	display: none;
}

#headerImage #hISlogan {
	width: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 900;
}

#headerImage #hISlogan .hISlogan {
	width: calc(90% - 40px);
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	font-size: 30px;
	font-size: 3.0rem;
	color: #FFF;
}

@media only screen and (orientation: portrait) {
	#headerImage div.hImage .hImageDesktop {
		display: none;
	}
}

@media only screen and (orientation: landscape) {
	#headerImage div.hImage .hImageMobile {
		display: none;
	}
	#headerImage div.hImage .hImageDesktop {
		display: block;
	}
}

@media only screen and (orientation: landscape) and (max-width: 1000px) {
	#headerImage div.hImage .hImageDesktop {
		height: calc(var(--my-vh, 100vh) - 80px);
	}
}

@media only screen and (orientation: landscape) and (min-width: 1000px) {
	#headerImage div.hImage .hImageDesktop {
		height: calc(var(--my-vh, 100vh) - 100px);
		max-height: 800px;
	}
	#headerImage #hISlogan .hISlogan {
		font-size: 50px;
		font-size: 5.0rem;
	}
}

#hIpager {
	position: absolute;
	bottom: 10px;
	width: 100%;
	height: 30px;
	text-align: center;
}

#rpWrapper {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 5vh 0;
}

#routenplaner {
	width: 100%;
}

#map {
	width: 100%;
	height: 80vh;
}

.controls {
	margin-top: 10px;
	border: 1px solid transparent;
	border-radius: 2px 0 0 2px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 32px;
	outline: none;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#origin-input,
#destination-input {
	background-color: #fff;
	font-size: 15px;
	font-size: 1.5rem;
	margin: 10px 0 0 12px;
	padding: 0 11px 0 13px;
	text-overflow: ellipsis;
	width: 50%;
}

#origin-input:focus,
#destination-input:focus {
	border-color: #4d90fe;
}

@media only screen and (min-width: 1000px) {
	#rpWrapper {
		padding: 0 0 10vh 0;
	}
	#map {
		height: 50vh;
	}
}

#sitemap {
	width: 100%;
	max-width: 900px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px;
	margin: 0 auto;
}

#sitemap .smNaviItem {
	width: 100%;
	margin: 0 0 20px 0;
}

#sitemap ul.smLevel1 {
	margin: 0px;
	padding: 0px;
	clear: both;
}

#sitemap ul.smLevel1 li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sitemap ul.smLevel1 li a {
	line-height: 40px;
	font-size: 40px;
	font-size: 4.0rem;
	color: #504F53;
	text-decoration: none;
	text-transform: uppercase;
}

#sitemap ul.smLevel1 li input {
	float: right;
	width: 140px;
	font-size: 14px;
	font-size: 1.4rem;
	border: 1px solid #504F53;
	border-radius: 3px;
	padding: 3px 5px;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-shadow: 0px 0px 3px 0px #333;
	-webkit-box-shadow: 0px 0px 3px 0px #333;
	box-shadow: 0px 0px 3px 0px #333;
}

#sitemap ul.sitemapfiL li a:hover {
	text-decoration: underline;
}

#sitemap ul.smLevel1 li ul.smLevel2 {
	margin: 0;
	padding: 10px 0 0 0;
}

#sitemap ul.smLevel1 li ul.smLevel2 li {
	margin: 0;
	padding: 0 0 0 24px;
}

#sitemap ul.smLevel1 li ul.smLevel2 li a {
	line-height: 24px;
	font-size: 18px;
	font-size: 1.8rem;
	color: #D4CAC4;
	text-transform: uppercase;
}

#anfrageWrapper {
	width: 100%;
	padding: 30px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

#anfrageWrapper a#form {
	display: block;
	width: 100%;
	height: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#anfrageWrapper #fError {
	width: auto;
	border: 1px solid #C1CAAC;
	background-color: #FFF;
	padding: 10px;
	margin: 20px auto 30px;
	text-align: center;
}

#anfrageWrapper #fError b {
	text-align: center;
}

#anfrage {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	color: #858487;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#anfrageDanke {
	color: #858487;
}

#anfrage a,
#anfrageDanke a {
	color: inherit;
}

#anfrageDanke {
	width: 100%;
	margin: 0 auto;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
}

#anfrageDankeBox {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 30px;
	background-color: rgba(108, 24, 46, 0.80);
	color: #FFF;
	border-radius: 10px;
	border: 2px solid #C1CAAC;
}

#anfrageDankeBox div:nth-of-type(1) {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 700;
}

#anfrageDankeBox div:nth-of-type(1) {
	font-size: 16px;
	font-size: 1.6rem;
}

#anfrageDankeInfo {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 50px 30px;
}

.aSection {
	width: 100%;
	padding: 0 0 0 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.aSection.aSBorder {
	margin: 0 0 30px 0;
}

.aSection .aSectionTitle {
	width: 100%;
	padding: 0 0 20px 0;
	font-size: 26px;
	font-size: 2.6rem;
	color: #858487;
	font-weight: 700;
}

.aSection .aSectionFields {
	width: 100%;
	padding: 5px 0 0 0;
}

.aSFRowTitle {
	color: #858487;
	font-weight: 700;
}

.aSFRow {
	width: 100%;
	margin: 0 0 5px 0;
}


.aSFRow.aRdistance {
	padding: 30px 0 0 0;
}

.aSFRow .aSFRcol,
.aSFRow .aSFRcol.aSFRcFull {
	width: 100%;
	margin: 0 0 8px 0;
	padding: 0;
}

.aSFRow .aSFRcol .aSFRcInner,
.aSFRow .aSFRcol.aSFRcFull .aSFRcInner {
	width: 100%;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.aSFRow.aSFRRev {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.aSFRow .aSFRcInner.aSFRerror {
	color: #752737;
	font-weight: bold;
}

.aSFRow .aSFRcol .aSFRcolLabel {
	width: 100%;
	margin: 0 0 3px 0;
	padding: 6px 10px 6px 0;
	position: relative;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.aSFRow .aSFRcolLabel strong {
	color: #C1CAAC;
}

.aSFRow .aSFRcol .aSFRcolField {
	width: 100%;
	margin: 0 0 3px 0;
	line-height: 42px;
	position: relative;
}

.aSFRow .aSFRcol .aSFRcolField.hidden {
	display: none;
}

.aSFRow .aSFRcol .aSFRcolField label {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 5px 10px 5px 0;
	vertical-align: middle;
}

.aSFRow .aSFRcol .aSFRcolField label span {
	vertical-align: middle;
	display: inline-block;
	padding: 0 5px 0 0;
}

.aSFRow .aSFRcol .aSFRcolField label input {
	vertical-align: middle;
}

.aSFRow .aSFRreq::after,
.aSFRow .aSFRreqFld .aSFRcolField::after {
	content: '*';
	color: #C1CAAC;
	position: absolute;
	width: 5px;
	top: -1px;
	left: -12px;
	font-size: 130%;
}

.aSFRow .aSFRcol .aSFRcolField.aSFRFtext {
	line-height: 20px;
}

.aSFRow .aSFRcol .aSFRcolField.aSFRcFflexWrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.aSFRcInner.aSFRerror .formfield,
.formfield.ffError {
	border: 1px solid #752737;
}

.aSection .aSectionField.aSFerror b {
	color: #C1CAAC !important;
}

.formfield.ffdn {
	display: none;
}

.formfield.w100pz {
	width: 100%;
}

.formfield.w80pz {
	width: 80%;
}

.formfield.w60pz {
	width: 80%;
}

.formfield.w50pz {
	width: 80%;
}

.formfield.w40pz {
	width: 40%;
}

.formfield.w30pz {
	width: 40%;
}

.formfield.w20pz {
	width: 20%;
}

.formfield.w40px {
	width: 40px;
	text-align: center;
	margin: 0 5px 0 0;
}

#anfrage ul.checklistForm {
	padding: 0;
	margin: 0;
}

#anfrage ul.checklistForm li {
	list-style: none;
	padding: 0 0 5px;
	margin: 0;
	line-height: 30px;
}

@media only screen and (min-width: 500px) {
	.accomodationTypen .accItem {
		width: calc(100% / 2);
	}
}

@media only screen and (min-width: 500px) {
	#anfrageWrapper {
		padding: 60px 50px;
	}
	#anfrageDanke {
		width: 60%;
	}
	.aSFRow {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	}
	.aSFRow.aSFRRev {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.aSFRow .aSFRcol {
		width: calc(50% - 20px);
	}
	.aSFRow .aSFRcol .aSFRcolLabel {
		width: 180px;
	}
	.aSFRow .aSFRcol .aSFRcolField,
	.aSFRow .aSFRcol.aSFRcFull .aSFRcolField {
		width: 100%;
	}
	.accomodationTypen .accItem {
		width: calc(100% / 3);
	}
	.formfield.w30pz {
		width: 30%;
	}
	.formfield.w50pz {
		width: 50%;
	}
	.formfield.w60pz {
		width: 60%;
	}
}

@media only screen and (min-width: 1200px) {
	#anfrageWrapper a#form {
		top: -130px;
	}
	#anfrage {
		padding: 0 100px 0 0;
	}
}

.siteDownloads {
	width: 100%;
}

.siteDownloads .sDItem {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 20px 0;
	padding: 0 20px 0 0;
}

.siteDownloads .sDItem .sDItitle {
	line-height: 130%;
	font-size: 16px;
	font-size: 1.6rem;
	color: #C1CAAC;
	font-weight: 700;
	padding: 0 0 10px 0;
	text-transform: uppercase;
}

#content .siteDownloads .sDItem ul.sDIliste {
	width: 100%;
	margin: 0;
	padding: 0;
}

#content .siteDownloads .sDItem ul.sDIliste li {
	width: 100%;
	margin: 5px 0;
	padding: 0 0 0 25px;
	position: relative;
	list-style: none;
	line-height: 20px;
}

#content .siteDownloads .sDItem ul.sDIliste li:before {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 20px;
	width: 20px;
	display: block;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 37 40' viewBox='0 0 37 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23c1caac'%3E%3Cpath d='m35 9-7-7-1.5-1.5h-1.5-13.7c-1.5 0-2.8 1.3-2.8 2.8v10.7h-6c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h6v6.7c0 1.5 1.3 2.8 2.8 2.8h22.4c1.5 0 2.8-1.3 2.8-2.8v-24.7-1.5zm-.6 1.5h-7.8c-.1 0-.1-.1-.1-.1v-7.8zm-31.9 18.3c-.4 0-.8-.3-.8-.8v-12c0-.4.3-.8.8-.8h6 1.5 12.5c.4 0 .8.3.8.8v12c0 .4-.3.8-.8.8h-12.5-1.5zm32.5 7.9c0 .7-.6 1.3-1.3 1.3h-22.4c-.7 0-1.3-.6-1.3-1.3v-6.7h12.5c1.1 0 2-.9 2-2v-12c0-1.1-.9-2-2-2h-12.5v-10.7c0-.7.6-1.3 1.3-1.3h13.7v8.4c0 .9.7 1.6 1.6 1.6h8.4z'/%3E%3Cpath d='m4 25.2v-6.4h2.1c.8 0 1.3 0 1.5.1.4.1.7.3 1 .6.2.3.4.7.4 1.3 0 .4-.1.7-.2 1s-.3.5-.5.6c-.2.2-.4.3-.7.3-.3.1-.8.1-1.3.1h-1v2.4zm1.3-5.3v1.8h.7c.5 0 .9 0 1-.1s.3-.2.4-.3.1-.3.1-.5-.1-.4-.2-.6c0-.2-.2-.2-.4-.3-.2 0-.5 0-.9 0z'/%3E%3Cpath d='m10 18.8h2.4c.5 0 .9 0 1.2.1.4.1.7.3 1 .6s.5.6.6 1 .2.9.2 1.5c0 .5-.1 1-.2 1.4-.2.5-.4.8-.7 1.1-.2.2-.5.4-.9.5-.3.1-.7.1-1.2.1h-2.4zm1.3 1.1v4.3h1c.4 0 .6 0 .8-.1s.4-.1.5-.3c.1-.1.3-.3.3-.6.1-.3.1-.7.1-1.2s0-.9-.1-1.1-.2-.5-.4-.6-.4-.2-.6-.3c-.2 0-.5-.1-1.1-.1z'/%3E%3Cpath d='m16.5 25.2v-6.4h4.5v1.1h-3.1v1.5h2.7v1.1h-2.7v2.7z'/%3E%3C/g%3E%3C/svg%3E%0A");
}

#content .siteDownloads .sDItem ul.sDIliste li a {
	font-size: 18px;
	font-size: 1.8rem;
	text-decoration: none;
	font-weight: 400;
	line-height: 20px;
	display: inline-block;
	vertical-align: middle;
}

#content .siteDownloads .sDItem ul.sDIliste li a span {

	font-size: 15px;
	font-size: 1.5rem;
	line-height: 20px;
	display: inline-block;
	vertical-align: middle;
}

@media only screen and (min-width: 700px) {
	.siteDownloads {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.siteDownloads .sDItem {
		width: 100%;
		margin: 0 0 30px 0;
		padding: 0 20px 0 0;
	}
}

#content .gColor1 {
	color: #C8B484;
}

#content .gColor2 {
	color: #CC8681;
}

#content .gColor3 {
	color: #E5B365;
}

#content .gColor4 {
	color: #A58E9B;
}

#content .gColor5 {
	color: #8AACBD;
}

#content .gColor6 {
	color: #AAA78A;
}

#content .gColor7 {
	color: #7FB1A1;
}

.kurseHL {
	text-align: center;
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 133.3333%;
	color: #C1CAAC;
	padding: 20px 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#kurseFilterWrapper {
	background-color: #C1CAAC;
	color: #FFF;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 60px 15px 30px 15px;
}
#kurseFilterWrapper.filter-startseitefilter{
    background-color: #FFF;
	color: #C1CAAC;
}

#kFilterSubline {
	text-align: center;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 100%;
}

#kFilterTitle {
	text-align: center;
	font-size: 40px;
	font-size: 4.0rem;
	line-height: 120%;
	padding: 0 0 20px 0;
}

#kurseFilter {
	width: 90%;
	margin: 0 auto;
}

select.kursfilter {
	background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 40 80' viewBox='0 0 40 80' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='40' height='80' fill='%23EFEFEF'/%3E%3Cg stroke='%23C1CAAC' stroke-width='3' stroke-linecap='square' fill-opacity='0'%3E%3Cpath d='M 10,35 20,45 30,35' /%3E%3C/g%3E%3C/svg%3E");
	background-position: right center;
	background-size: 30px auto;
	background-repeat: no-repeat;
	padding: 4px 10px !important;
	border-top: 1px solid #EFEFEF;
	border-right: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	border-left: none;
}

input.formfield.kursfilter {
	padding: 4px 5px !important;
	border-top: 1px solid #EFEFEF;
	border-right: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	border-left: none;
}

#kFilterGruppe,
#kFilterZeitraum,
#kFilterSuchwort {
	width: 100%;
	padding: 0 0 0 40px;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#kFilterGruppe::before,
#kFilterZeitraum::before,
#kFilterSuchwort::before {
	width: 40px;
	height: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	background-color: #C1CAAC;
	content: '';
	vertical-align: middle;
	position: absolute;
	left: 0px;
	top: 0px;
	border: 1px solid #EFEFEF;
	background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 100 300' viewBox='0 0 100 300' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FFF'%3E%3Cpath d='m54.1 50c-.2.2-.2.5-.2 1v14.6l-7.2 3.4v-18c0-.2 0-.7-.2-1l-16.4-19.8h40.3zm20.7-22c-.2-.5-.7-.7-1.5-.7h-46.7c-.5 0-1 .2-1.5.7-.2.5-.2 1.2.2 1.5l18 21.7v20c0 .5.2 1 .7 1.2.2.2.5.2.7.2s.5 0 .7-.2l10.1-4.9c.5-.2.7-.7.7-1.2v-15.1l18-21.7c.9-.3.9-1 .6-1.5'/%3E%3Cpath d='m73.3 130.6h-8.8v-.8c0-1.2-.9-2.1-2.1-2.1s-2.1.9-2.1 2.1v.8h-20.7v-.8c0-1.2-.9-2.1-2.1-2.1s-2.1.9-2.1 2.1v.8h-8.8c-.9 0-1.7.7-1.7 1.7v38.3c0 .9.7 1.7 1.7 1.7h46.7c.9 0 1.7-.7 1.7-1.7v-38.3c0-.9-.7-1.7-1.7-1.7zm-2.5 38.4h-41.6v-25h41.7v25zm0-29.2h-41.6v-5h6.3v.8c0 1.2.9 2.1 2.1 2.1s2.1-.9 2.1-2.1v-.8h20.8v.8c0 1.2.9 2.1 2.1 2.1s2.1-.9 2.1-2.1v-.8h6.2v5z'/%3E%3Cpath d='m62.9 154.8h-25.8c-.9 0-1.7-.7-1.7-1.7 0-.9.7-1.7 1.7-1.7h25.8c.9 0 1.7.7 1.7 1.7 0 .9-.8 1.7-1.7 1.7z'/%3E%3Cpath d='m50.4 163.1h-13.3c-.9 0-1.7-.7-1.7-1.7 0-.9.7-1.7 1.7-1.7h13.3c.9 0 1.7.7 1.7 1.7 0 1-.8 1.7-1.7 1.7z'/%3E%3Cpath d='m44.4 228.7c8.8 0 15.8 7 15.8 15.8s-7 15.8-15.8 15.8-15.8-7-15.8-15.8c0-8.9 7-15.8 15.8-15.8m0 35.1c4.7 0 9.1-1.6 12.4-4.4l15 15c.3.3.8.5 1.3.5s.8-.3 1.3-.5c.8-.8.8-1.8 0-2.6l-15-15c2.8-3.4 4.4-7.8 4.4-12.4 0-10.6-8.5-19.4-19.4-19.4-10.6 0-19.4 8.8-19.4 19.4s8.8 19.4 19.4 19.4'/%3E%3C/g%3E%3C/svg%3E%0A");
	background-size: 40px 120px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#kFilterZeitraum::before {
	background-position: 0px -40px;
}

#kFilterSuchwort::before {
	background-position: 0px -80px;
}

#kFBeitrag.kFBhidden {
	display: none;
}

@media only screen and (min-width: 600px) {
	#kurseFilter {
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		justify-content: center;
	}
	#kFilterGruppe {
		max-width: 300px;
	}
	#kFilterZeitraum {
		max-width: 180px;
		margin: 0 10px;
	}
	#kFilterSuchwort {
		max-width: 240px;
	}
}

#kurse {
	text-align: left;
}

.kurseTop {}

.kurseTop .kBoxItem,
#kurseListe .kBoxItem {
	width: 100%;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #FFF;
	background-color: #C1CAAC;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#kurseListe .kBoxItem{
    overflow: hidden;
}

#content .gruppe1 {
	background-color: #C8B484;
}

#content .gruppe2 {
	background-color: #CC8681;
}

#content .gruppe3 {
	background-color: #E5B365;
}

#content .gruppe4 {
	background-color: #A58E9B;
}

#content .gruppe5 {
	background-color: #8AACBD;
}

#content .gruppe6 {
	background-color: #AAA78A;
}

#content .gruppe7 {
	background-color: #7FB1A1;
}

.kurseTop .kBoxItem:before,
#kurseListe .kBoxItem:before {
	content: '';
	display: block;
}

#content .kBoxItem img {
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 400;
}

#content .kBoxItem img.kBoxISpacerD {
	display: none;
}

#content .kBoxItem .kBoxItemLayer {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 15px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	text-decoration: none;
	color: #FFF;
	z-index: 500;
}

#content .kBoxItem a.kBoxItemLayer::before,
#content .kBoxItem.kBIjpg a.kBoxItemLayer::before {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 400;
	content: '';
}

#content .kBoxItem.kBIjpg a.kBoxItemLayer::before {
	background-color: rgba(0, 0, 0, 0.2);
}

#content .kBoxItem.kBIjpg a.kBoxItemLayer:hover::before,
#content .kBoxItem a.kBoxItemLayer:hover::before {
	background-color: rgba(0, 0, 0, 0.3);
}

#content .kBoxItem .kBoxItemLayer span {
	display: block;
	z-index: 450;
}

#content .kBoxItem .kBoxItemLayer .kBoxItemLTop {
	margin: 0 0 auto 0;
	padding: 0 20% 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#content .kBoxItem .kBoxItemLayer .kBoxItemLTop .kBILTbalken {
	position: absolute;
	width: 8px;
	height: 60px;
	left: 0px;
	top: 0px;
	z-index: 600;
}

#content .kBoxItem .kBoxItemLayer .kBoxItemLTop .kBILTtitle {
	font-weight: 400;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 110%;
}

#content .kBoxItem.kBIWH .kBoxItemLayer::after {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 400;
	background-color: rgba(0, 0, 0, 0.5);
	content: '';
}

#content .kBoxItem .kBoxItemLayer .kBoxItemLTop .kBILTWHName {
	font-size: 34px;
	font-size: 3.4rem;
	color: #A3AE22;
	text-transform: uppercase;
	line-height: 110%;
	font-weight: 700;
}

#content .kBoxItem .kBoxItemLayer .kBoxItemLTop .kBILTWHQm {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 24px;
}

#content .kBoxItem .kBoxItemLayer .kBoxItemLTop .kBILTWHPersonen {
	padding: 0 10px 0 0;
	position: relative;
	line-height: 24px;
	display: inline-block;
}

#content .kBoxItem .kBoxItemLayer .kBoxItemLTop .kBILTWHPersonen:after {
	position: absolute;
	left: 100%;
	top: 6px;
	height: 12px;
	width: 100%;
	background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 40 16.1' viewBox='0 0 40 16.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23FFF' d='m37.4 10.4c-.9-.9-1.9-1.6-3-1.9 1.2-.9 1.9-2.3 1.9-3.9 0-2.6-2.1-4.6-4.6-4.6-2.6 0-4.6 2.1-4.6 4.6 0 1.6.9 3 1.9 3.9-1.1.4-2.1 1.1-3 1.9-.2.2-.4.4-.4.5-.2-.2-.2-.4-.4-.5-.9-.9-1.9-1.6-3-1.9 1.2-.9 1.9-2.3 1.9-3.9 0-2.6-2.1-4.6-4.6-4.6-2.6 0-4.6 2.1-4.6 4.6 0 1.6.9 3 1.9 3.9-1.1.4-2.1 1.1-3 1.9-.2.2-.2.4-.4.5-.2-.2-.4-.4-.4-.5-.9-.9-1.9-1.6-3-1.9 1.2-.9 1.9-2.3 1.9-3.9 0-2.6-2.1-4.6-4.6-4.6-2 0-4 2.1-4 4.6 0 1.6.9 3 1.9 3.9-1.1.4-2.1 1.1-3 1.9-1.5 1.5-2.2 3.5-2.2 5.6h1.2c0-3.7 3-6.7 6.8-6.7 2.1 0 4 1.1 5.3 2.6-.7 1.2-1.2 2.6-1.2 4.2h1.2c0-3.7 3-6.7 6.7-6.7 2.3 0 4.4 1.2 5.6 3 .7 1.1 1.1 2.3 1.1 3.7h1.2c0-1.4-.4-3-1.2-4.2 1.2-1.6 3.2-2.6 5.3-2.6 3.7 0 6.8 3 6.8 6.7h1.2c-.4-2.1-1.1-4.2-2.6-5.6zm-30-2.5c-2 0-3.4-1.6-3.4-3.3 0-1.9 1.6-3.3 3.3-3.3 1.9 0 3.3 1.6 3.3 3.3.1 1.9-1.3 3.3-3.2 3.3zm12.1 0c-1.9 0-3.3-1.6-3.3-3.3 0-1.9 1.6-3.3 3.3-3.3 1.9 0 3.3 1.6 3.3 3.3.2 1.9-1.4 3.3-3.3 3.3zm12.3 0c-1.9 0-3.3-1.6-3.3-3.3 0-1.9 1.6-3.3 3.3-3.3 1.9 0 3.3 1.6 3.3 3.3 0 1.9-1.6 3.3-3.3 3.3z'/%3E%3C/svg%3E%0A");
	background-position: left center;
	background-repeat: no-repeat;
	content: '';
}

#content .kBoxItem .kBoxItemLayer .kBoxItemLTop .kBILTWHPreis {
	font-size: 18px;
	font-size: 1.8rem;
	padding: 20px 0 0 0;
	font-weight: 700;
}

#content .kBoxItem .kBoxItemLayer .kBoxItemLTop .kBILTWHBubble {
	position: absolute;
	top: 20%;
	right: 10%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-color: #A3AE22;
	z-index: 250;
	border-radius: 50px;
	width: 100px;
	height: 100px;
}

#content .kBoxItem .kBoxItemLayer .kBoxItemLTop .kBILTWHBubble span {
	color: #FFF;
	line-height: 110%;
	font-size: 16px;
	font-size: 1.6rem;
	margin: auto;
	max-width: 80%;
	text-align: center;
}

#content .kBoxItem.kBIWH .kBoxItemLayer .kBoxItemLBottom {
	text-align: right;
}

#content .kBoxItem .kBoxItemLayer .kBoxItemLBottom .kBILBWHArrow {
	width: 60px;
	height: 60px;
	background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 40 80' viewBox='0 0 40 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M 20,1 39,20 20,39 1,20 z' stroke='%23A3AE22' stroke-width='.6' stroke-linecap='square' fill-opacity='0' /%3E%3Cg stroke='%23A3AE22' stroke-width='1' stroke-linecap='round' fill-opacity='0'%3E%3Cpath d='M 14,20 26,20' /%3E%3Cpath d='M 21,15 26,20' /%3E%3Cpath d='M 21,25 26,20' /%3E%3C/g%3E%3Cpath d='M 20,41 39,60 20,79 1,60 z' stroke='%23A3AE22' stroke-width='.6' stroke-linecap='square' fill='%23A3AE22' /%3E%3Cg stroke='%23FFF' stroke-width='1' stroke-linecap='round' fill-opacity='0'%3E%3Cpath d='M 14,60 26,60' /%3E%3Cpath d='M 21,55 26,60' /%3E%3Cpath d='M 21,65 26,60' /%3E%3C/g%3E%3C/svg%3E%0A");
	background-size: 60px 120px;
	background-position: top;
	background-repeat: no-repeat;
	display: inline-block;
}

#content .kBoxItem .kBoxItemLayer:hover .kBoxItemLBottom .kBILBWHArrow {
	background-position: bottom;
}

#content .kBoxItem .kBoxItemLayer .kBoxItemLBottom {
	margin: auto 0 0 0;
}

#content .kBoxItem .kBoxItemLayer .kBoxItemLCenter {
	margin: auto;
	width: 84%;
	text-align: center;
}

#content .kBoxItem .kBoxItemLayer .kBoxItemLCenter #kBoxItemLCSubline {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 100%;
}

#content .kBoxItem .kBoxItemLayer .kBoxItemLCenter #kBoxItemLCTitle {
	font-size: 40px;
	font-size: 4.0rem;
	line-height: 110%;
	padding: 0 0 15px 0;
}

#content .kBoxItem .kBoxItemLayer .kBoxItemLCenter a#kBoxItemLCLink {
	display: inline-block;
	line-height: 40px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 30px 0 70px;
	text-decoration: none;
	border: 1px solid #FFF;
	background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 100 100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m25 27h50l-19.5 23.8v16.8l-11.1 5.4v-22.2z' fill='none' stroke='%23FFF' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2.8'/%3E%3C/svg%3E%0A");
	background-size: 40px 40px;
	background-position: 20px center;
	background-repeat: no-repeat;
}

#content .kBoxItem .kBoxItemLayer .kBoxItemLCenter a#kBoxItemLCLink:hover {
	background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 100 100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m25 27h50l-19.5 23.8v16.8l-11.1 5.4v-22.2z' fill='none' stroke='%23C1CAAC' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2.8'/%3E%3C/svg%3E%0A");
	color: #C1CAAC;
	background-color: #FFF;
}

#kurseInfos {
	width: 100%;
	padding: 5vh 15px;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#kurseInfos #kurseSL {}

#kurseInfos #kurseSL a {}

#kurseInfos a {
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 120%;
	color: inherit;
	text-decoration: none;
	display: inline-block;
	padding: 0 0 30px 0;
	background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 20 20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23C1CAAC' stroke-width='2' stroke-linecap='round' fill-opacity='0'%3E%3Cpath d='M 1,1 19,19' /%3E%3Cpath d='M 19,3 19,19 3,19' /%3E%3C/g%3E%3C/svg%3E%0A");
	background-size: 12px 12px;
	background-position: center bottom;
	background-repeat: no-repeat;
}

#kurseInfos a:hover {
	color: #C1CAAC;
}

@media only screen and (min-width: 400px) {
	.kurseTop .kBoxItem,
	#kurseListe .kBoxItem {
		width: 50%;
		float: left;
		border-left: 1px solid #FFF;
	}
	.kurseTop .kBoxItem:nth-of-type(1) {
		width: 100%;
	}
	.kurseTop.kT8 .kBoxItem:nth-of-type(1) {
		width: 50%;
	}
	.kurseTop.kT4 .kBoxItem:nth-of-type(1) {
		width: 50%;
	}
	#kurseListe .kBoxItem:nth-of-type(45n+7) {
		width: 100%;
	}
    #kurseListe.kurseliste-startseitefilter.kurseTop .kBoxItem:nth-of-type(45n+7){
        width: 50%;
    }
    #kurseListe.kurseliste-startseitefilter.kurseTop .kBoxItem:nth-of-type(45n+12){
        width: 50%;
    }
	#content .kBoxItem img.kBoxISpacerD {
		display: block;
	}
	#content .kBoxItem img.kBoxISpacerM {
		display: none;
	}
	#content .kBoxItem .kBoxItemLayer .kBoxItemLTop {
		padding: 0 5% 0 0;
	}
	#kurseListe .kBoxItem:nth-of-type(45n+7) img.kBoxISpacerD {
		display: none;
	}
    #kurseListe.kurseliste-startseitefilter.kurseTop .kBoxItem:nth-of-type(45n+7) img.kBoxISpacerD {
        display: block;
    }
    #kurseListe.kurseliste-startseitefilter.kurseTop .kBoxItem:nth-of-type(45n+12) img.kBoxISpacerD {
        display: block;
    }
    
	#kurseListe .kBoxItem:nth-of-type(45n+7) img.kBoxISpacerM {
		display: block;
	}
    #kurseListe.kurseliste-startseitefilter.kurseTop .kBoxItem:nth-of-type(45n+7) img.kBoxISpacerM {
        display: none;
    }
    #kurseListe.kurseliste-startseitefilter.kurseTop .kBoxItem:nth-of-type(45n+12) img.kBoxISpacerM {
        display: none;
    }
}

@media only screen and (min-width: 900px) {
	.kurseHL {
		font-size: 50px;
		font-size: 5.0rem;
		padding: 30px 0;
	}
	.kurseTop .kBoxItem,
	#kurseListe .kBoxItem {
		width: 25%;
	}
	.kurseTop .kBoxItem:nth-of-type(1),
	.kurseTop.kT2 .kBoxItem:nth-of-type(2) {
		width: 50%;
	}
    #kurseListe.kurseliste-startseitefilter.kurseTop .kBoxItem:nth-of-type(1){
        width: 50%;
    }

	.kurseTop.kT4 .kBoxItem:nth-of-type(1),
	.kurseTop.kT8 .kBoxItem:nth-of-type(1) {
		width: 25%;
	}
	#kurseFilterWrapper {
		padding: 100px 30px 50px 30px;
    }
    #kurseFilterWrapper.filter-startseitefilter{
        padding-top:0px;
    }
	#kFilterSubline {
		font-size: 16px;
		font-size: 1.6rem;
	}
	#kFilterTitle {
		font-size: 50px;
		font-size: 5.0rem;
		line-height: 100%;
		padding: 10px 0 50px 0;
	}
	#kurseListe .kBoxItem:nth-of-type(45n+7) {
		width: 50%;
		float: right;
	}
    #kurseListe.kurseliste-startseitefilter.kurseTop .kBoxItem:nth-of-type(45n+7){
        width: 25%;
    }
    #kurseListe.kurseliste-startseitefilter.kurseTop .kBoxItem:nth-of-type(45n+12){
        width: 50%;
        float: right;
    }
	#content .kBoxItem .kBoxItemLayer .kBoxItemLTop {
		padding: 0 20% 0 0;
	}
    
	#kurseListe .kBoxItem:nth-of-type(45n+7) img.kBoxISpacerD {
		display: block;
	}
    #kurseListe.kurseliste-startseitefilter.kurseTop .kBoxItem:nth-of-type(45n+7) img.kBoxISpacerD {
        display: block;
    }
    #kurseListe.kurseliste-startseitefilter.kurseTop .kBoxItem:nth-of-type(45n+12) img.kBoxISpacerD {
        display: block;
    }
    
	#kurseListe .kBoxItem:nth-of-type(45n+7) img.kBoxISpacerM {
		display: none;
	}
    #kurseListe.kurseliste-startseitefilter.kurseTop .kBoxItem:nth-of-type(45n+7) img.kBoxISpacerM {
        display: none;
    }
    #kurseListe.kurseliste-startseitefilter.kurseTop .kBoxItem:nth-of-type(45n+12) img.kBoxISpacerM {
        display: none;
    }
    
	#content .kBoxItem a.kBoxItemLayer:after:hover {
		z-index: 450;
		background-color: rgba(50, 100, 150, .50);
	}
	#content .kBoxItem .kBoxItemLayer .kBoxItemLCenter {
		width: 70%;
	}
	#content .kBoxItem .kBoxItemLayer .kBoxItemLCenter #kBoxItemLCSubline {
		font-size: 14px;
		font-size: 1.4rem;
	}
	#content .kBoxItem .kBoxItemLayer .kBoxItemLCenter #kBoxItemLCTitle {
		font-size: 50px;
		font-size: 5.0rem;
		padding: 0 0 20px 0;
	}
	#content .kBoxItem .kBoxItemLayer .kBoxItemLCenter a#kBoxItemLCLink {
		line-height: 40px;
		font-size: 18px;
		font-size: 1.8rem;
	}
	#kurseInfos {
		padding: 8vh 0;
	}
	#kurseInfos #kurseSL {
		font-size: 50px;
		font-size: 5.0rem;
	}
}

#kursDetailOverlay {
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.75);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 8888;
}

#kursDetailOContainer {
	height: 100%;
	position: relative;
	opacity: 0;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	-webkit-animation-duration: .7s;
	animation-duration: .7s;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

#kursDetailOverlay #kursDetail {
	margin: auto;
	height: calc(var(--my-vh, 100vh) - 20px);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

#kursDetailOverlay #kursDetail #kDwait {
	background-image: url(/typo3conf/ext/theme/Resources/Public/Images/loading-hdf.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 200px;
	height: 200px;
	background-color: rgba(0, 0, 0, 0.00);
	margin: auto;
}

#kDTopRow {
	position: relative;
	height: 60px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	z-index: +1;
}

#kDTopRow a#kDTopRowClose {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: +1;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#kDTopRow #kDTopRowShare {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: +1;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#kDTopRowShare a.share-icon {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	display: block;
	width: 40px;
	height: 40px;
}

#kDTRSicons {
	width: 40px;
	position: absolute;
	left: 0px;
	top: 40px;
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.75);
}

#kDTRSicons a {
	width: 40px;
	height: 40px;
	display: block;
	text-indent: -20000em;
	background-image: url(/typo3conf/ext/theme/Resources/Public/Images/sharing-icons.svg);
	background-size: 100%;
	background-repeat: no-repeat;
}

#kDTRSicons a.whatsapp {
	background-position: 0 -40px;
}

#kDTRSicons a.twitter {
	background-position: 0 -80px;
}

#kDTRSicons a.mail {
	background-position: 0 -120px;
}

#kDContentRow {
	overflow-y: scroll;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	background-color: #FFF;
}

#kursDetailInner {
	color: #504F53;
	background-color: #FFF;
	text-align: left;
	position: relative;
}

#kDTitleRow {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 15px 25px 15px;
}

#kDTRtitles {
	padding: 0 0 25px 0;
}

#kDTRtitle {
	font-size: 40px;
	font-size: 4.0rem;
	font-weight: 700;
	line-height: 100%;
	text-transform: uppercase;
}

#kDTRsubtitle {
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 100%;
	padding: 10px 0 0 0;
}

#kDTRcta {
	padding: 0 0 25px 0;
}

#kDTRcta a {
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 26px;
	text-align: center;
	position: relative;
	display: inline-block;
	padding: 5px 45px 5px 15px;
	text-transform: uppercase;
	font-weight: 700;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 40 40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23FFF' stroke-width='3' stroke-linecap='round' fill-opacity='0'%3E%3Cpath d='M 12,12 28.5,28.5' /%3E%3Cpath d='M 29,11 29,29' /%3E%3Cpath d='M 29,29 11,29' /%3E%3C/g%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-size: 16px auto;
	background-position: right 15px center;
}

#kDTRcta span {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 26px;
	text-align: center;
	position: relative;
	display: inline-block;
	color: #A3AE22;
}

#kDTRcta a:hover {
	background-color: transparent;
}

#kDTRcta a.gruppe1:hover {
	color: #C8B484;
	background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 40 40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23C8B484' stroke-width='3' stroke-linecap='round' fill-opacity='0'%3E%3Cpath d='M 12,12 28.5,28.5' /%3E%3Cpath d='M 29,11 29,29' /%3E%3Cpath d='M 29,29 11,29' /%3E%3C/g%3E%3C/svg%3E%0A");
}

#kDTRcta a.gruppe2:hover {
	color: #CC8681;
	background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 40 40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23CC8681' stroke-width='3' stroke-linecap='round' fill-opacity='0'%3E%3Cpath d='M 12,12 28.5,28.5' /%3E%3Cpath d='M 29,11 29,29' /%3E%3Cpath d='M 29,29 11,29' /%3E%3C/g%3E%3C/svg%3E%0A");
}

#kDTRcta a.gruppe3:hover {
	color: #E5B365;
	background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 40 40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23E5B365' stroke-width='3' stroke-linecap='round' fill-opacity='0'%3E%3Cpath d='M 12,12 28.5,28.5' /%3E%3Cpath d='M 29,11 29,29' /%3E%3Cpath d='M 29,29 11,29' /%3E%3C/g%3E%3C/svg%3E%0A");
}

#kDTRcta a.gruppe4:hover {
	color: #A58E9B;
	background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 40 40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23A58E9B' stroke-width='3' stroke-linecap='round' fill-opacity='0'%3E%3Cpath d='M 12,12 28.5,28.5' /%3E%3Cpath d='M 29,11 29,29' /%3E%3Cpath d='M 29,29 11,29' /%3E%3C/g%3E%3C/svg%3E%0A");
}

#kDTRcta a.gruppe5:hover {
	color: #8AACBD;
	background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 40 40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%238AACBD' stroke-width='3' stroke-linecap='round' fill-opacity='0'%3E%3Cpath d='M 12,12 28.5,28.5' /%3E%3Cpath d='M 29,11 29,29' /%3E%3Cpath d='M 29,29 11,29' /%3E%3C/g%3E%3C/svg%3E%0A");
}

#kDTRcta a.gruppe6:hover {
	color: #AAA78A;
	background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 40 40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23AAA78A' stroke-width='3' stroke-linecap='round' fill-opacity='0'%3E%3Cpath d='M 12,12 28.5,28.5' /%3E%3Cpath d='M 29,11 29,29' /%3E%3Cpath d='M 29,29 11,29' /%3E%3C/g%3E%3C/svg%3E%0A");
}

#kDTRcta a.gruppe7:hover {
	color: #7FB1A1;
	background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 40 40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%237FB1A1' stroke-width='3' stroke-linecap='round' fill-opacity='0'%3E%3Cpath d='M 12,12 28.5,28.5' /%3E%3Cpath d='M 29,11 29,29' /%3E%3Cpath d='M 29,29 11,29' /%3E%3C/g%3E%3C/svg%3E%0A");
}

#kDInfoRow {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px;
}

#kDIRdetails {}

#kDIRdetails .kDIRdetailsTitle {
	text-transform: uppercase;
	font-weight: 700;
}

#kDIRdDatum {
	padding: 30px 0 15px 0;
}

#kDIRdDatum .kDIRdDatumItem {
	padding: 0 0 20px 0;
	font-size: 18px;
	font-size: 1.8rem;
}

#kDIRdDatum .kDIRdDIdatum {
	font-size: 180%;
	font-weight: 700;
}

#kDIRdIcons {
	padding: 0 0 30px 0;
	position: relative;
}

#kDIRdIcons span.kDIRdIcon {
	width: 50px;
	height: 50px;
	margin: 0 5px 0 0;
	background-image: url(/typo3conf/ext/theme/Resources/Public/Images/icons-kursdetail-neu.svg);
	background-size: 450px 50px;
	background-repeat: no-repeat;
	display: inline-block;
}

#kDIRdIcons span.neu {
	background-position: 0px 0px;
}

#kDIRdIcons span.kb {
	background-position: -50px 0px;
}

#kDIRdIcons span.spiritual {
	background-position: -100px 0px;
}

#kDIRdIcons span.ecm {
	background-position: -150px 0px;
}

#kDIRdIcons span.ecs {
	background-position: -200px 0px;
}

#kDIRdIcons span.gvp {
	background-position: -250px 0px;
}

#kDIRdIcons span.prov_bz {
	background-position: -300px 0px;
}

#kDIRdIcons span.kfs {
	background-position: -350px 0px;
}

#kDIRdIcons span.webinar {
	background-position: -400px 0px;
}

#kDIRdIcons span.kDIRdIcon span {
	display: none;
}

#kDIRdIcons span.kDIRdIcon:hover span,
#kDIRdIcons span.kDIRdIcon:focus span {
	display: block;
	position: absolute;
	bottom: 100%;
	left: 0px;
	background-color: #c6c6c6;
	color: #FFF;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 240px;
	-webkit-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);
	transform: translate(0, -10px);
	border-radius: 5px;
}

#kDIRfakten {}

#kDIRfakten .kDIRfitem {
	padding: 0 0 3vh 0;
}

#kDIRfakten .kDIRfitemTitle {
	text-transform: uppercase;
	font-weight: 700;
}

#kDTextRow {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 25px 15px 50px 15px;
}

#kDTextRow.kDTextRow1 {
	background-color: rgba(200, 180, 132, .15);
}

#kDTextRow.kDTextRow2 {
	background-color: rgba(204, 134, 129, .15);
}

#kDTextRow.kDTextRow3 {
	background-color: rgba(229, 179, 101, .15);
}

#kDTextRow.kDTextRow4 {
	background-color: rgba(165, 142, 155, .15);
}

#kDTextRow.kDTextRow5 {
	background-color: rgba(138, 172, 189, .15);
}

#kDTextRow.kDTextRow6 {
	background-color: rgba(170, 167, 138, .15);
}

#kDTextRow.kDTextRow7 {
	background-color: rgba(127, 177, 161, .15);
}

#kDTRText {
	padding: 0 0 40px 0;
}

#content #kDTRText ul li {
	font-weight: 400;
}

#content #kDTRLinks ul {
	padding: 0 0 0 20px;
}

#content #kDTRLinks ul li {
	padding: 0 0 20px 0;
}

#content #kDTRLinks ul li div#kursStorno {
	padding: 10px 0 0 0;
}

#content #kDTRLinks ul li:before {
	content: '';
}

#content #kDTRLinks ul li a {
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
}

#content #kDTRLinks ul li a:after {
	position: absolute;
	bottom: 6px;
	left: -20px;
	width: 12px;
	height: 12px;
	background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 20 20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23C1CAAC' stroke-width='2' stroke-linecap='round' fill-opacity='0'%3E%3Cpath d='M 1,1 19,19' /%3E%3Cpath d='M 19,3 19,19 3,19' /%3E%3C/g%3E%3C/svg%3E%0A");
	background-size: 12px 12px;
	background-position: right center;
	background-repeat: no-repeat;
	content: '';
}

#content #kDTRLinks ul li a:hover {
	color: #C1CAAC;
}

@media only screen and (min-width: 900px) {
	#kursDetailOverlay {
		padding: 25px;
	}
	#kursDetailOverlay #kursDetail {
		height: auto;
		max-height: calc(var(--my-vh, 100vh) - 80px);
	}
	#kDTopRow {
		height: 100px;
	}
	#kDTopRow a#kDTopRowClose {
		width: 60px;
		height: 60px;
		right: 20px;
		top: 20px;
	}
	#kDTopRow a#kDTopRowClose:hover svg path#kDTRCbg {
		fill-opacity: 1;
	}
	#kDTopRow.gruppe1 a#kDTopRowClose:hover svg g#kDTRCcross {
		stroke: #C8B484;
	}
	#kDTopRow.gruppe2 a#kDTopRowClose:hover svg g#kDTRCcross {
		stroke: #CC8681;
	}
	#kDTopRow.gruppe3 a#kDTopRowClose:hover svg g#kDTRCcross {
		stroke: #E5B365;
	}
	#kDTopRow.gruppe4 a#kDTopRowClose:hover svg g#kDTRCcross {
		stroke: #A58E9B;
	}
	#kDTopRow.gruppe5 a#kDTopRowClose:hover svg g#kDTRCcross {
		stroke: #8AACBD;
	}
	#kDTopRow.gruppe6 a#kDTopRowClose:hover svg g#kDTRCcross {
		stroke: #AAA78A;
	}
	#kDTopRow.gruppe7 a#kDTopRowClose:hover svg g#kDTRCcross {
		stroke: #7FB1A1;
	}
	#kDTopRow #kDTopRowShare {
		width: 60px;
		height: 60px;
		left: 20px;
		top: 20px;
	}
	#kDTopRowShare a.share-icon {
		padding: 10px;
		width: 60px;
		height: 60px;
	}
	#kDTopRowShare a.share-icon:hover svg g#share,
	#kDTopRowShare a.share-icon:focus svg g#share {
		fill-opacity: 1;
		stroke-width: 2;
	}
	#kDTRSicons {
		width: 60px;
		top: 60px;
	}
	#kDTRSicons a {
		width: 60px;
		height: 60px;
		opacity: 0.7;
	}
	#kDTRSicons a:hover {
		opacity: 1.0;
	}
	#kDTRSicons a.whatsapp {
		background-position: 0 -60px;
	}
	#kDTRSicons a.twitter {
		background-position: 0 -120px;
	}
	#kDTRSicons a.mail {
		background-position: 0 -180px;
	}
	#kDTitleRow {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		padding: 50px 35px 60px 35px;
	}
	#kDTRtitles {
		width: 50%;
		padding: 0;
	}
	#kDTRtitle {
		font-size: 60px;
		font-size: 6.0rem;
	}
	#kDTRsubtitle {
		font-size: 40px;
		font-size: 4.0rem;
	}
	#kDTRcta {
		width: 50%;
		position: relative;
		padding: 0;
	}
	#kDTRcta a,
	#kDTRcta span {
		position: absolute;
		right: 0;
		bottom: 0;
	}
	#kDInfoRow {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		padding: 0 35px;
	}
	#kDIRdetails,
	#kDIRfakten {
		width: 50%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#kDIRdetails {
		padding: 0 35px 0 0;
	}
	#kDIRfakten {
		padding: 0 0 0 35px;
	}
	#kDTextRow {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		padding: 60px 35px 100px 35px;
	}
	#kDTRText {
		padding: 0 0 80px 0;
	}
	#kDTRText,
	#kDTRLinks {
		width: 50%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#kDTRText {
		padding: 0 35px 0 0;
	}
	#kDTRLinks {
		padding: 0 0 0 35px;
	}
}

@media only screen and (min-width: 1280px) {
	#kursDetailOverlay {
		padding: 40px calc(50% - 600px);
	}
}

#news {
	margin: 0 auto;
	text-align: left;
}

#newsTitle {
	text-align: center;
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 133.3333%;
	color: #C1CAAC;
	padding: 20px 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#nDOverlay {
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.75);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 25px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 8888;
}

#nDOverlayContainer {
	height: 100%;
	position: relative;
	opacity: 0;
	-webkit-animation-name: fadeInScale;
	animation-name: fadeInScale;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	-webkit-animation-duration: .4s;
	animation-duration: .4s;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

#nDOverlay #nDOverlayContainer a#nDOverlayClose {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	right: -10px;
	top: -10px;
	z-index: +1;
	background-color: #A3AE22;
	border-radius: 20px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

#nDOverlay #nDOverlayContainer a#nDOverlayClose::after {
	width: 40px;
	height: 40px;
	display: block;
	background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 30 30' viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23FFF' stroke-width='1' stroke-linecap='round' fill-opacity='0'%3E%3Cpath d='M 7,7 23,23' /%3E%3Cpath d='M 7,23 23,7' /%3E%3C/g%3E%3C/svg%3E");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	content: '';
}

#nDOverlay #nDOverlayContainer a#nDOverlayClose:hover {
	background-color: #000;
}

#nDOverlay #nDOverlayContainer a#nDOverlayClose:hover::after {
	opacity: 1;
}

#nDOverlay #newsDetail {
	overflow-y: scroll;
	height: 100%;
}

#nDOverlay #nDInner {
	background-color: #FFF;
	text-align: left;
	position: relative;
}

#nDOverlay #nDInner #nDIwait {
	background-image: url(../js/slick/ajax-loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 100%;
	width: 100%;
	height: 100%;
	position: absolute;
}

#newsFilter {
	text-align: center;
	padding: 0 0 20px 0;
}

#newsFilter a,
#newsFilter span {
	display: inline-block;
	margin: 0 0 10px 0;
}

#newsFilter a {
	text-transform: uppercase;
	padding: 0 3px;
	position: relative;
	text-decoration: none;
	letter-spacing: 2.5px;
}

#newsFilter a.nFiActiv:after {
	position: absolute;
	width: 100%;
	height: 1px;
	top: 100%;
	left: 0px;
	background-color: #A3AE22;
	content: '';
}

#newsFilter span {
	padding: 0 10px;
}

#nData {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

#nData .nDItem {
	width: 100%;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #FFF;
	background-color: #C1CAAC;
}

#nData .nDItem.nDIdisabled {
	opacity: 0.5;
	-webkit-filter: sepia(1);
	filter: sepia(1);
}

#content .nDItem img {
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 400;
}

#content .nDItem img.nDISpacerD {
	display: none;
}

#content .nDItem .nDItemLayer {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 15px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	text-decoration: none;
	color: #FFF;
	z-index: 500;
}

#content .nDItem.nDIvideo .nDItemLayer {
	background-size: auto 150%;
}

#content .nDItem a.nDItemLayer::before,
#content .nDItem.nDIjpg a.nDItemLayer::before {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 400;
	content: '';
}

#content .nDItem.nDIjpg a.nDItemLayer::before {
	background-color: rgba(0, 0, 0, 0.2);
}

#content .nDItem.nDIjpg a.nDItemLayer:hover::before,
#content .nDItem a.nDItemLayer:hover::before {
	background-color: rgba(0, 0, 0, 0.3);
}

#content .nDItem .nDItemLayer span {
	display: block;
	z-index: 450;
}

#content .nDItem .nDItemLayer .nDItemLTop {
	margin: 0 0 auto 0;
	padding: 0 20% 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

#content .nDItem .nDItemLayer .nDItemLTop .nDILTtitle {
	font-weight: 400;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 110%;
}

#content .nDItem.nDIvideo .nDItemLayer .nDItemLTop::after {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 30px;
	height: 30px;
	display: block;
	content: '';
	background-image: url("data:image/svg+xml,%0A%3Csvg enable-background='new 0 0 26 20' viewBox='0 0 26 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23FFF' stroke-linecap='round'%3E%3Cpath d='M 1,1 25,1' stroke-width='1' /%3E%3Cpath d='M 25,1 25,19' stroke-width='1' /%3E%3Cpath d='M 25,19 1,19' stroke-width='1' /%3E%3Cpath d='M 1,19 1,1' stroke-width='1' /%3E%3Cpath d='M 1,4 25,4' stroke-width='.8' /%3E%3Cpath d='M 4,1 4,4' stroke-width='.6' /%3E%3Cpath d='M 7,1 7,4' stroke-width='.6' /%3E%3Cpath d='M 10,1 10,4' stroke-width='.6' /%3E%3Cpath d='M 13,1 13,4' stroke-width='.6' /%3E%3Cpath d='M 16,1 16,4' stroke-width='.6' /%3E%3Cpath d='M 19,1 19,4' stroke-width='.6' /%3E%3Cpath d='M 22,1 22,4' stroke-width='.6' /%3E%3Cpath d='M 1,16 25,16' stroke-width='.8' /%3E%3Cpath d='M 4,16 4,19' stroke-width='.6' /%3E%3Cpath d='M 7,16 7,19' stroke-width='.6' /%3E%3Cpath d='M 10,16 10,19' stroke-width='.6' /%3E%3Cpath d='M 13,16 13,19' stroke-width='.6' /%3E%3Cpath d='M 16,16 16,19' stroke-width='.6' /%3E%3Cpath d='M 19,16 19,19' stroke-width='.6' /%3E%3Cpath d='M 22,16 22,19' stroke-width='.6' /%3E%3Cpath d='M 11,7 15,10' stroke-width='1' /%3E%3Cpath d='M 15,10 11,13' stroke-width='1' /%3E%3Cpath d='M 11,13 11,7' stroke-width='1' /%3E%3C/g%3E%3C/svg%3E%0A");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

#content .nDItem .nDItemLayer .nDItemLBottom {
	margin: auto 0 0 0;
	text-align: right;
}

#content .nDItem .nDItemLayer .nDItemLBottom .nDILBlink {
	display: inline-block;
	padding: 0 20px 0 0;
	color: #FFF;
	line-height: 24px;
	font-weight: 700;
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase;
	text-decoration: none;
	z-index: 250;
	background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 20 20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23A3AE22' stroke-width='2' stroke-linecap='round' fill-opacity='0'%3E%3Cpath d='M 1,1 19,19' /%3E%3Cpath d='M 19,3 19,19 3,19' /%3E%3C/g%3E%3C/svg%3E%0A");
	background-size: 12px 12px;
	background-position: right center;
	background-repeat: no-repeat;
}

#content .nDItem .nDItemLayer:hover .nDItemLBottom .nDILBlink {
	color: #A3AE22;
}

#nDInnerTop {}

#nDITdata {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
}

#nDITdTitle {
	font-size: 40px;
	font-size: 4.0rem;
	font-weight: 700;
	line-height: 100%;
	text-transform: uppercase;
	color: #A3AE22;
}

#nDITdSubline {
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 100%;
	padding: 10px 0 0 0;
	color: #A3AE22;
}

#nDITdEinleitung {
	padding: 40px 0;
}

#nDITimage {}

#nDITimage figure {
	display: block;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

#nDITimage figure img {
	display: block;
	width: 100%;
}

#nDITimage figure.nDITiVideo img {
	background-size: 120% auto;
	background-repeat: no-repeat;
	background-position: center center;
}

#nDITimage figure.nDITiVideo a {
	display: block;
	position: relative;
}

#nDITimage figure.nDITiVideo a::after {
	position: absolute;
	width: 64px;
	height: 50px;
	content: '';
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-image: url("/typo3conf/ext/theme/Resources/Public/Images/youtube_icon.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#nDInnerBottom {
	padding: 30px 20px 50px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(193, 202, 172, .15);
}

@media only screen and (min-width: 400px) {
	#nData .nDItem {
		width: 50%;
		float: left;
		border-left: 1px solid #FFF;
	}
	#content .nDItem img.nDISpacerD {
		display: block;
	}
	#content .nDItem img.nDISpacerM {
		display: none;
	}
}

@media only screen and (min-width: 700px) {
	#content .nDItem.nDIvideo .nDItemLayer .nDItemLTop::after {
		width: 40px;
		height: 40px;
	}
	#nDInnerTop {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	#nDITdata {
		width: 50%;
	}
	#nDITimage {
		width: 50%;
	}
	#nDITimage figure {
		height: 100%;
	}
	#nDITimage figure.nDITiVideo a::after {
		width: 80px;
		height: 60px;
	}
	#nDInnerBottom {
		padding: 60px 35px 100px 35px;
	}
	#nDIBText {
		padding: 0 50% 0 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#content #nDIBText ul {
		padding: 5px 0 10px 0;
	}
}

@media only screen and (min-width: 900px) {
	#newsTitle {
		font-size: 50px;
		font-size: 5.0rem;
		padding: 30px 0;
	}
	#nDOverlay {
		padding: 40px;
	}
	#nDOverlay #nDOverlayContainer a#nDOverlayClose {
		width: 50px;
		height: 50px;
		right: -25px;
		top: -25px;
		border-radius: 25px;
		padding: 5px;
	}
	#nData .nDItem {
		width: 25%;
	}
	#nDITdata {
		width: 55%;
		padding: 40px 35px;
	}
	#nDITdTitle {
		font-size: 60px;
		font-size: 6.0rem;
	}
	#nDITdSubline {
		font-size: 40px;
		font-size: 4.0rem;
	}
	#nDITimage {
		width: 45%;
	}
}

@media only screen and (min-width: 1280px) {
	#nDOverlay {
		padding: 40px calc(50% - 600px);
	}
}

#rDOverlay {
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.75);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 15px 30px 15px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 8888;
}

#rDOverlayContainer {
	height: 100%;
	position: relative;
	opacity: 0;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	-webkit-animation-duration: .7s;
	animation-duration: .7s;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

#rDOverlay #raumDetail,
#rDOverlay #newsDetail {
	margin: auto;
	height: auto;
	max-height: 100%;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	overflow: hidden;
}

#rDOverlay #raumDetail #rDwait,
#rDOverlay #newsDetail #nDwait {
	background-image: url(/typo3conf/ext/theme/Resources/Public/Images/loading-hdf.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 200px;
	height: 200px;
	background-color: rgba(0, 0, 0, 0.00);
	margin: auto;
}

#rDTopRow {
	position: relative;
	height: 60px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	background-color: #C1CAAC;
	-moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	z-index: +1;
}

#rDTopRow a#rDTopRowClose {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: +1;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#rDTopRow #rDTopRowShare {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: +1;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#rDTopRowShare a.share-icon {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	display: block;
	width: 40px;
	height: 40px;
}

#rDTRSicons {
	width: 40px;
	position: absolute;
	left: 0px;
	top: 40px;
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.75);
}

#rDTRSicons a {
	width: 40px;
	height: 40px;
	display: block;
	text-indent: -20000em;
	background-image: url(/typo3conf/ext/theme/Resources/Public/Images/sharing-icons.svg);
	background-size: 100%;
	background-repeat: no-repeat;
}

#rDTRSicons a.facebook {
	background-position: 0 0;
}

#rDTRSicons a.whatsapp {
	background-position: 0 -40px;
}

#rDTRSicons a.twitter {
	background-position: 0 -80px;
}

#rDTRSicons a.mail {
	background-position: 0 -120px;
}

#rDContentRow {
	overflow-y: scroll;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

#rDOverlay #rDInner {
	color: #504F53;
	background-color: #FFF;
	text-align: left;
	min-height: 100%;
	position: relative;
}

#content #raumDetail ol {
	list-style: decimal;
	padding: 0 0 0 20px;
}

#raumDetail #rDTop {
	position: relative;
}

#raumDetail #rDTop #rDTopImage {
	width: 100%;
}

#raumDetail #rDTop #rDTopImage:after {
	width: 100%;
	height: 50%;
	background: rgb(0, 0, 0);
	background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
	position: absolute;
	left: 0;
	bottom: 0px;
	content: '';
}

#raumDetail #rDTop #rDTopImage img {
	width: 100%;
	display: block;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

@media only screen and (orientation: portrait) {
	#raumDetail #rDTop #rDTopImage img.rDTopImageL {
		display: none;
	}
}

@media only screen and (orientation: landscape) {
	#raumDetail #rDTop #rDTopImage img.rDTopImageP {
		display: none;
	}
	#raumDetail #rDTop #rDTopImage img.rDTopImageL {
		display: block;
	}
}

#raumDetail #rDTop #rDTopData {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0px;
	text-align: center;
}

#raumDetail #rDTop #rDTopData #rDTDtitle {
	text-transform: uppercase;
	color: #A3AE22;
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: 700;
	line-height: 100%;
}

#raumDetail #rDTop #rDTopData #rDTDinfos {
	padding: 10px 0;
	color: #FFF;
}

#raumDetail #rDTop #rDTopData #rDTDinfos span {
	display: inline-block;
	text-transform: uppercase;
	margin: 0 5px;
}

#raumDetail #rDBeschreibung {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 20px;
}

#raumDetail #rDBeschreibung #rDBtitle {
	color: #A3AE22;
	text-transform: uppercase;
}

#raumDetail #rDCTA {
	width: 100%;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 0 20px;
}

#raumDetail #rDCTA a {
	color: #FFF;
	background-color: #C1CAAC;
	text-decoration: none;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 26px;
	text-align: center;
	position: relative;
	display: inline-block;
	padding: 5px 45px 5px 15px;
	margin: 0 20px 0 0;
	text-transform: uppercase;
	font-weight: 700;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 40 40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23FFF' stroke-width='3' stroke-linecap='round' fill-opacity='0'%3E%3Cpath d='M 12,12 28.5,28.5' /%3E%3Cpath d='M 29,11 29,29' /%3E%3Cpath d='M 29,29 11,29' /%3E%3C/g%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-size: 16px auto;
	background-position: right 15px center;
}

#raumDetail #rDCTA a:last-of-type {
	margin: 0;
}

#raumDetail #rDCTA a:hover {
	background-color: transparent;
	color: #C1CAAC;
	background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 40 40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23C1CAAC' stroke-width='3' stroke-linecap='round' fill-opacity='0'%3E%3Cpath d='M 12,12 28.5,28.5' /%3E%3Cpath d='M 29,11 29,29' /%3E%3Cpath d='M 29,29 11,29' /%3E%3C/g%3E%3C/svg%3E%0A");
}

#raumDetail #rDInfo {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 20px;
}

#raumDetail #rDInfo .rDInfoBlock {
	width: 100%;
	margin: 0 0 30px 0;
}

#raumDetail #rDInfo .rDInfoBlock .rDIBtitle {
	color: #A3AE22;
	text-transform: uppercase;
}

#content #raumDetail #rDInfo .rDInfoBlock .rDIBext ul {
	padding: 0;
}

#content #raumDetail #rDInfo .rDInfoBlock .rDIBext ul li {
	font-weight: 400;
	color: inherit;
}

#raumDetail #rDImagesWrapper,
#newsDetail #rDImagesWrapper {
	width: 100%;
	padding: 10px 0 0 0;
	position: relative;
}

#raumDetail #rDIWdots,
#newsDetail #rDIWdots {
	width: calc(100% - 60px);
	position: absolute;
	top: 20px;
	left: 30px;
	z-index: 600;
}

#raumDetail #rDIWarrows,
#newsDetail #rDIWarrows {
	width: 100%;
	height: 0px;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 600;
}

#raumDetail #rDIWarrows button,
#newsDetail #rDIWarrows button {
	font-size: 0;
	line-height: 0;
	display: block;
	padding: 0;
	margin: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	z-index: 999;
	position: absolute;
	background-color: transparent;
}

#raumDetail #rDIWarrows button span,
#newsDetail #rDIWarrows button span {
	display: none;
}

#raumDetail #rDIWarrows button.owl-prev,
#newsDetail #rDIWarrows button.owl-prev {
	left: 20px;
}

#raumDetail #rDIWarrows button.owl-next,
#newsDetail #rDIWarrows button.owl-next {
	right: 20px;
}

#raumDetail #rDIWarrows button:before,
#newsDetail #rDIWarrows button:before {
	content: '';
	width: 80px;
	height: 16px;
	display: block;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 50 10' viewBox='0 0 50 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23FFF' stroke-width='1' stroke-linecap='round' fill-opacity='0'%3E%3Cpath d='M 45,1 49,5' /%3E%3Cpath d='M 1,5 48,5' /%3E%3Cpath d='M 45,9 49,5' /%3E%3C/g%3E%3C/svg%3E%0A");
}

#raumDetail #rDIWarrows button.owl-prev,
#newsDetail #rDIWarrows button.owl-prev {
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

#raumDetail #rDImages,
#newsDetail #rDImages {
	width: 100%;
}

#raumDetail #rDImages img,
#newsDetail #rDImages img {
	display: block;
	margin: 0 15px;
}

#raumListe {
	width: 100%;
	text-align: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#raumListe .rLItem {
	width: 100%;
	margin: 0;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #FFF;
	overflow: hidden;
	z-index: 200;
}

#raumListe .rLItem span {
	display: block;
}

#raumListe .rLItem .rLItemImage {
	position: relative;
	z-index: 210;
}

#raumListe .rLItem .rLItemImage img {
	display: block;
	width: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

#raumListe .rLItem .rLItemImage::after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(69, 87, 77, .6);
	z-index: 220;
	content: '';
}

#raumListe .rLItem .rLItemData {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 220;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;

	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

#raumListe .rLItem .rLItemData .rLIDtop {
	margin: 0 0 auto 0;
	color: #FFF;
}

#raumListe .rLItem .rLItemData .rLIDtop .rLIDtopName {
	font-size: 40px;
	font-size: 4.0rem;
	color: #A3AE22;
	text-transform: uppercase;
	line-height: 110%;
	font-weight: 700;
}

#raumListe .rLItem .rLItemData .rLIDtop .rLIDtopQm {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 24px;
}

#raumListe .rLItem .rLItemData .rLIDtop .rLIDtopPersonen {
	padding: 0 10px 0 0;
	position: relative;
	line-height: 24px;
	display: inline-block;
}

#raumListe .rLItem .rLItemData .rLIDtop .rLIDtopPersonen:after {
	position: absolute;
	left: 100%;
	top: 6px;
	height: 12px;
	width: 100%;
	background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 40 16.1' viewBox='0 0 40 16.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23FFF' d='m37.4 10.4c-.9-.9-1.9-1.6-3-1.9 1.2-.9 1.9-2.3 1.9-3.9 0-2.6-2.1-4.6-4.6-4.6-2.6 0-4.6 2.1-4.6 4.6 0 1.6.9 3 1.9 3.9-1.1.4-2.1 1.1-3 1.9-.2.2-.4.4-.4.5-.2-.2-.2-.4-.4-.5-.9-.9-1.9-1.6-3-1.9 1.2-.9 1.9-2.3 1.9-3.9 0-2.6-2.1-4.6-4.6-4.6-2.6 0-4.6 2.1-4.6 4.6 0 1.6.9 3 1.9 3.9-1.1.4-2.1 1.1-3 1.9-.2.2-.2.4-.4.5-.2-.2-.4-.4-.4-.5-.9-.9-1.9-1.6-3-1.9 1.2-.9 1.9-2.3 1.9-3.9 0-2.6-2.1-4.6-4.6-4.6-2 0-4 2.1-4 4.6 0 1.6.9 3 1.9 3.9-1.1.4-2.1 1.1-3 1.9-1.5 1.5-2.2 3.5-2.2 5.6h1.2c0-3.7 3-6.7 6.8-6.7 2.1 0 4 1.1 5.3 2.6-.7 1.2-1.2 2.6-1.2 4.2h1.2c0-3.7 3-6.7 6.7-6.7 2.3 0 4.4 1.2 5.6 3 .7 1.1 1.1 2.3 1.1 3.7h1.2c0-1.4-.4-3-1.2-4.2 1.2-1.6 3.2-2.6 5.3-2.6 3.7 0 6.8 3 6.8 6.7h1.2c-.4-2.1-1.1-4.2-2.6-5.6zm-30-2.5c-2 0-3.4-1.6-3.4-3.3 0-1.9 1.6-3.3 3.3-3.3 1.9 0 3.3 1.6 3.3 3.3.1 1.9-1.3 3.3-3.2 3.3zm12.1 0c-1.9 0-3.3-1.6-3.3-3.3 0-1.9 1.6-3.3 3.3-3.3 1.9 0 3.3 1.6 3.3 3.3.2 1.9-1.4 3.3-3.3 3.3zm12.3 0c-1.9 0-3.3-1.6-3.3-3.3 0-1.9 1.6-3.3 3.3-3.3 1.9 0 3.3 1.6 3.3 3.3 0 1.9-1.6 3.3-3.3 3.3z'/%3E%3C/svg%3E%0A");
	background-position: left center;
	background-repeat: no-repeat;
	content: '';
}

#raumListe .rLItem .rLItemData .rLIDtop .rLIDtopPreis {
	font-size: 18px;
	font-size: 1.8rem;
	padding: 20px 0 0 0;
	font-weight: 700;
}

#raumListe .rLItem .rLItemData .rLIDbottom {
	margin: auto 0 0 0;
	text-align: right;
}

#raumListe .rLItem .rLItemData .rLIDbottomArrow {
	width: 60px;
	height: 60px;
	background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 40 80' viewBox='0 0 40 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M 20,1 39,20 20,39 1,20 z' stroke='%23A3AE22' stroke-width='.6' stroke-linecap='square' fill-opacity='0' /%3E%3Cg stroke='%23A3AE22' stroke-width='1' stroke-linecap='round' fill-opacity='0'%3E%3Cpath d='M 14,20 26,20' /%3E%3Cpath d='M 21,15 26,20' /%3E%3Cpath d='M 21,25 26,20' /%3E%3C/g%3E%3Cpath d='M 20,41 39,60 20,79 1,60 z' stroke='%23A3AE22' stroke-width='.6' stroke-linecap='square' fill='%23A3AE22' /%3E%3Cg stroke='%23FFF' stroke-width='1' stroke-linecap='round' fill-opacity='0'%3E%3Cpath d='M 14,60 26,60' /%3E%3Cpath d='M 21,55 26,60' /%3E%3Cpath d='M 21,65 26,60' /%3E%3C/g%3E%3C/svg%3E%0A");
	background-size: 60px 120px;
	background-position: top;
	background-repeat: no-repeat;
	display: inline-block;
}

#raumListe .rLItem:hover .rLItemData .rLIDbottomArrow {
	background-position: bottom;
}

#raumListe .rLItem a.rLItemCTA {
	position: absolute;
	bottom: 20px;
	left: 20px;
	display: inline-block;
	padding: 0 20px 0 0;
	color: #FFF;
	line-height: 50px;
	font-weight: 700;
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase;
	text-decoration: none;
	z-index: 250;
	background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 20 20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23A3AE22' stroke-width='2' stroke-linecap='round' fill-opacity='0'%3E%3Cpath d='M 1,1 19,19' /%3E%3Cpath d='M 19,3 19,19 3,19' /%3E%3C/g%3E%3C/svg%3E%0A");
	background-size: 12px 12px;
	background-position: right center;
	background-repeat: no-repeat;
}

#raumListe .rLItem a.rLItemCTA:hover {
	color: #A3AE22;
}

#raumListe .rLItem .rLItemBubble {
	position: absolute;
	top: 20%;
	right: 10%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-color: #A3AE22;
	z-index: 250;
	border-radius: 50px;
	width: 100px;
	height: 100px;
}

#raumListe .rLItem .rLItemBubble span {
	color: #FFF;
	line-height: 20px;
	font-size: 16px;
	font-size: 1.6rem;
	margin: auto;
	max-width: 80%;
	text-align: center;
}

@media only screen and (min-width: 400px) {
	#raumListe .rLItem {
		width: calc(100% / 2);
	}
	#raumListe .rLItem .rLItemData .rLIDtop .rLIDtopName {
		font-size: 24px;
		font-size: 2.4rem;
	}
	#raumListe .rLItem .rLItemData {
		padding: 10px;
	}
	#raumListe .rLItem .rLItemData .rLIDbottomArrow {
		width: 40px;
		height: 40px;
		background-size: 40px 80px;
	}
	#raumListe .rLItem a.rLItemCTA {
		bottom: 10px;
		left: 10px;
	}
}

@media only screen and (min-width: 700px) {
	#raumDetail #rDTop #rDTopData #rDTDtitle {
		font-size: 50px;
		font-size: 5.0rem;
	}
	#raumDetail #rDTop #rDTopData #rDTDinfos {
		padding: 20px 0;
	}
	#raumDetail #rDBeschreibung {
		padding: 50px calc(50% + 40px) 50px 40px;
	}
	#raumDetail #rDCTA {
		padding: 0 40px;
	}
	#raumDetail #rDInfo {
		padding: 50px 40px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	#raumDetail #rDInfo .rDInfoBlock {
		width: 50%;
		margin: 0;
		padding: 0 30px 0 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@media only screen and (min-width: 900px) {
	#rDOverlay {
		padding: 25px 25px 40px 25px;
	}
	#rDOverlay #raumDetail {}
	#rDTopRow {
		height: 100px;
	}
	#rDTopRow a#rDTopRowClose {
		width: 60px;
		height: 60px;
		right: 20px;
		top: 20px;
	}
	#rDOverlay #rDOverlayContainer a#rDTopRowClose:hover svg path#rDTRCbg {
		fill-opacity: 1;
	}
	#rDOverlay #rDOverlayContainer a#rDTopRowClose:hover svg g#rDTRCcross {
		stroke: #000;
	}
	#rDTopRow #rDTopRowShare {
		width: 60px;
		height: 60px;
		left: 20px;
		top: 20px;
	}
	#rDTopRowShare a.share-icon {
		padding: 10px;
		width: 60px;
		height: 60px;
	}
	#rDTopRowShare a.share-icon:hover svg g#share,
	#rDTopRowShare a.share-icon:focus svg g#share {
		fill-opacity: 1;
		stroke-width: 2;
	}
	#rDTRSicons {
		width: 60px;
		top: 60px;
	}
	#rDTRSicons a {
		width: 60px;
		height: 60px;
		opacity: 0.7;
	}
	#rDTRSicons a:hover {
		opacity: 1.0;
	}
	#rDTRSicons a.whatsapp {
		background-position: 0 -60px;
	}
	#rDTRSicons a.twitter {
		background-position: 0 -120px;
	}
	#rDTRSicons a.mail {
		background-position: 0 -180px;
	}
	#raumDetail #rDTop #rDTopLeft {
		width: 50%;
	}
	#raumDetail #rDTop #rDTopRight {
		width: 50%;
		padding: 0 0 0 30px;
	}
	#raumDetail #rDTop #rDTopRight img {
		width: calc(100% - 30px);
	}
	#raumDetail #rDText {
		padding: 0 60px 0 30px;
	}
	#raumDetail #rDText #rDTLtext {
		width: 50%;
		padding: 0 50% 0 0;
	}
	#raumListe .rLItem {
		width: calc(100% / 3);
	}
	#raumListe .rLItem .rLItemData .rLIDtop .rLIDtopName {
		font-size: 40px;
		font-size: 4.0rem;
	}
	#raumListe .rLItem .rLItemImage::after {
		background-color: rgba(69, 87, 77, .9);
		-webkit-transition: all .8s ease-in;
		-o-transition: all .8s ease-in;
		transition: all .8s ease-in;
	}
	#raumListe .rLItem:hover .rLItemImage::after {
		background-color: rgba(0, 0, 0, .2);
		-webkit-transition: all .5s ease-out;
		-o-transition: all .5s ease-out;
		transition: all .5s ease-out;
	}
	#raumListe .rLItem .rLItemData {
		padding: 20px;
	}
	#raumListe .rLItem .rLItemData .rLIDbottomArrow {
		width: 60px;
		height: 60px;
		background-size: 60px 120px;
	}
	#raumListe .rLItem a.rLItemCTA {
		bottom: 20px;
		left: 20px;
	}
}

@media only screen and (min-width: 1280px) {
	#rDOverlay {
		padding: 40px calc(50% - 600px) 80px calc(50% - 600px);
	}
	#raumDetail #rDBeschreibung {
		padding: 60px calc(60% + 40px) 60px 50px;
	}
	#raumDetail #rDCTA {
		padding: 0 50px;
	}
	#raumDetail #rDInfo {
		padding: 60px 50px;
	}
}

#team {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#team .teamItem {
	width: calc(100% / 2);
	position: relative;
}

#team .teamItem span {
	display: block
}

#team .teamItem span.tIimage img {
	width: 100%;
	display: block;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

#team .teamItem span.tIinfos {
	height: 25%;
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	color: #FFF;
}

#team .teamItem span.tIiName {
	font-size: 22px;
	font-size: 2.2rem;
	color: #504F53;
	position: absolute;
	width: calc(100% - 20px);
	top: 0px;
	-webkit-transform: translate(0, -100%);
	-ms-transform: translate(0, -100%);
	transform: translate(0, -100%);
}

#team .teamItem span.tIiPosition {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 120%;
	color: #504F53;
	position: absolute;
	top: 0px;
	width: 100%;
}

@media only screen and (min-width: 700px) {
	#team .teamItem {
		width: calc(100% / 3);
	}
}

@media only screen and (min-width: 900px) {
	#team .teamItem {
		width: calc(100% / 4);
	}
}


#team.team-bg .teamItem a{
    position: relative;
    display: block;
}
#team.team-bg .teamItem span.tIinfos{
    min-height: 25%;
    height: auto;
    position: absolute;
    left: 0px;
    right: 0;
    bottom: 50px;
    padding: 0px;
    text-align: left;
    color: #FFF;
    background-color: #fff;
    width: calc(100% - 25px);
}
#team.team-bg .teamItem span.tIiName{
    padding: 5px 10px 0px;
    font-size: 22px;
    font-size: 2.2rem;
    color: #504F53;
    position: relative;
    width: calc(100% - 20px);
    top: inherit;
    -webkit-transform: translate(0,0); 
    -ms-transform: translate(0,0);
    transform: translate(0,0);
}
#team.team-bg .teamItem span.tIiPosition {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5em;
    color: #504F53;
    position: relative;
    top: inherit;
    width: calc(100% - 20px);
    padding: 0px 10px 5px;
}



html {
	font-size: 55.0%;
}

html,
body {
	margin: 0;
	padding: 0;
}

.pageWidth {
	width: calc(100% - 20px);
}

body {
	font-family: 'Alegreya Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-decoration: none;
	color: #504F53;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	z-index: 0;
	position: relative;
}

body.naviOpen,
body.hasOverlay {
	overflow-y: hidden;
}

#mainNaviBG {
	position: fixed;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	left: 0px;
	top: 0px;
	bottom: 0px;
	background-color: rgba(255, 255, 255, 0.50);
	z-index: -1;
	visibility: hidden;
	opacity: 0;
}

body.naviOpen #mainNaviBG {
	z-index: 900;
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 1s ease-in;
	-o-transition: opacity 1s ease-in;
	transition: opacity 1s ease-in;
}

body #mainNaviWrapper {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 100%;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 50px 30px 50px;
	background-color: #C1CAAC;
}

body.naviOpen #mainNaviWrapper {
	left: 0px;
	-webkit-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

#mainNavi {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 10vh auto auto auto;
}

#allWrapper {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 100;
}

body.isUTS #allWrapper {
	padding: 60px 0 0 0;
}

body #topWrapper {
	top: 0px;
	width: 100%;
	height: 60px;
	z-index: 800;
	background-color: #FFF;
	position: fixed;
}

body.barFixed #topWrapper {
	-moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
}

a#logo {
	position: absolute;
	left: 20px;
	top: 15px;
	width: 190px;
	height: 30px;
	z-index: 999;
	background-image: url(/typo3conf/ext/theme/Resources/Public/Images/logo-2020.svg);
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: none;
	text-indent: -9999em;
}

#tWicons {
	display: none;
}

@media only screen and (min-width: 540px) {
	#tWicons {
		position: absolute;
		top: 0px;
		right: 80px;
		height: 60px;
		text-align: right;
		display: block;
	}
	#tWicons .tWicon {
		width: 40px;
		height: 40px;
		margin: 10px 2px;
		display: inline-block;
	}
	#tWicons .tWicon svg {
		display: block;
	}
}

body #sideWrapper {
	top: 0px;
	right: 0px;
	width: 60px;
	height: 60px;
	z-index: 1000;
	position: fixed;
}

a#hamburger {
	width: 60px;
	height: 60px;
	display: block;
	z-index: 1200;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #FFF;
}

a#hamburger::after {
	width: 20px;
	height: 20px;
	background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 16 32' viewBox='0 0 16 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23c1caac'%3E%3Cpath d='m15 3.5h-14c-.6 0-1-.4-1-1 0-.6.4-1 1-1h14c.6 0 1 .4 1 1 0 .6-.4 1-1 1z'/%3E%3Cpath d='m15 14.5h-14c-.6 0-1-.4-1-1 0-.6.4-1 1-1h14c.6 0 1 .4 1 1 0 .6-.4 1-1 1z'/%3E%3Cpath d='m15 9h-14c-.6 0-1-.4-1-1 0-.6.4-1 1-1h14c.6 0 1 .4 1 1 0 .6-.4 1-1 1z'/%3E%3Cpath d='m9.7 24 5-5c.5-.5.5-1.2 0-1.7s-1.2-.5-1.7 0l-5 5-5-5c-.5-.5-1.2-.5-1.7 0s-.5 1.2 0 1.7l5 5-5 5c-.5.5-.5 1.2 0 1.7s1.2.5 1.7 0l5-5 5 5c.5.5 1.2.5 1.7 0s.5-1.2 0-1.7z'/%3E%3C/g%3E%3C/svg%3E");
	background-size: 20px 40px;
	background-position: top center;
	background-repeat: no-repeat;
	position: absolute;
	right: 20px;
	top: 20px;
	content: '';
}

body.naviOpen a#hamburger::after {
	background-position: bottom center;
}

#headerImageWrapper {
	width: 100%;
	padding: 60px 20px 0 20px;
	margin: 0 auto;
	position: relative;
	z-index: 210;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#headerImage {
	width: 100%;
	padding: 0;
	overflow: hidden;
	position: relative;
	z-index: 220;
}

#fullpage {
	width: 100%;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #FFF;
}

#page {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

#subNavi2Wrapper {
	width: 100%;
	padding: 70px 0 40px 0;
	text-align: center;
}

#breadcrumbs {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 20px;
	color: #CCC;
	width: 100%;
	padding: 15px 100px 15px 0;
	min-height: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cmsAlert {
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #F8D7CB;
	border: 1px solid #6E172E;
	font-size: 14px;
	font-size: 1.4rem;
}

#content {
	width: 100%;
	padding: 0;
}

body.isUTS #content {
	padding: 40px 0 0 0;
}

body.pageID100 #content {
	position: relative;
	z-index: 250;
}

#editorField {
	width: 100%;
	padding: 20px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#loginDialog {
	max-width: 500px;
	padding: 20px;
	background-color: #A3AE22;
	color: #FFF;
	border-radius: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: auto;
}

#loginDialog table {
	width: 100%;
}

#loginDialog table tr td {
	padding: 5px 0;
}

#editorField p.firstParagraph {
	text-align: center;
	padding: 20px;
	background-color: #DDD;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: auto;
}

#textTop {
	position: absolute;
	display: block;
	width: 0px;
	height: 0px;
	top: -60px;
	left: 0px;
}

#footerWrapper {
	width: 100%;
	position: relative;
	padding: 60px 10px 20px 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #C1CAAC;
}

footer {
	width: 100%;
	max-width: 1000px;
	position: relative;
	margin: 0px auto;
	font-size: 16px;
	font-size: 1.6rem;
	color: #FFF;
}

#footerRow1 {
	padding: 0 60px 30px 0;
}

#footerRow1 .fBox {
	margin: 0 0 20px 0;
}

#footerRow1 .fBox .fBoxTitle {
	margin: 0 0 10px 0;
	line-height: 18px;
	text-transform: uppercase;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
}

#footerRow1 .fBox .fBoxContent {
	line-height: 18px;
	font-size: 14px;
	font-size: 1.4rem;
}

#footerRow1 .fBox .fBoxContent .fBoxCTitle {
	letter-spacing: 1.5px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	text-transform: uppercase;
}

#footerRow1 .fBox .fBoxContent .fBoxCSubTitle {
	font-size: 15px;
	font-size: 1.5rem;
	padding: 0 0 20px 0;
}

#footerRow1 .fBox .fBoxContent a {
	text-decoration: none;
	color: inherit;
}

#footerRow1 .fBox .fBoxContent a#fbIcon {
	width: 30px;
	height: 30px;
	display: inline-block;
	/*background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 21 40' viewBox='0 0 21 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m19.7 21.8.9-7.1h-7v-4.5c0-2 .6-3.4 3.5-3.4h3.7v-6.3c-1.8-.2-3.6-.3-5.4-.3-5.4 0-9.1 3.3-9.1 9.3v5.2h-6.1v7.1h6.1v18h7.3v-18z' fill='%23FFF'/%3E%3C/svg%3E%0A");*/
    background-image: url("/typo3conf/ext/theme/Resources/Public/Images/svg/facebook.svg");
	background-position: left center;
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -20000em;
}


#footerRow1 .fBox .fBoxContent a#igIcon {
	width: 30px;
	height: 30px;
	display: inline-block;
	background-image: url("/typo3conf/ext/theme/Resources/Public/Images/svg/instagram.svg");
	background-position: left center;
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -20000em;
    margin-left: 10px;
}

#footerRow1 .fBox .fBoxContent a#liIcon {
	width: 30px;
	height: 30px;
	display: inline-block;
	background-image: url("/typo3conf/ext/theme/Resources/Public/Images/svg/linkedin.svg");
	background-position: left center;
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -20000em;
    margin-left: 17px;
}



#footerRow1 .fBox .fBoxContent ul#fR1Links {
	padding: 0;
	margin: 0;
	list-style: none;
}

#footerRow1 .fBox .fBoxContent ul#fR1Links li {
	padding: 0 0 10px 25px;
	margin: 0;
}

#footerRow1 .fBox .fBoxContent ul#fR1Links a.fR1Link {
	position: relative;
	line-height: 20px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
	font-size: 1.5rem;
}

#footerRow1 .fBox .fBoxContent ul#fR1Links a.fR1Link::before {
	position: absolute;
	left: -25px;
	top: 0px;
	height: 20px;
	width: 20px;
	display: block;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
}

#footerRow1 .fBox .fBoxContent ul#fR1Links a.fR1Link.fR1-11::before, #footerRow1 .fBox .fBoxContent ul#fR1Links a.fR1Link.fR1-143::before {
	background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 37 40' viewBox='0 0 37 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FFF'%3E%3Cpath d='m35 9-7-7-1.5-1.5h-1.5-13.7c-1.5 0-2.8 1.3-2.8 2.8v10.7h-6c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h6v6.7c0 1.5 1.3 2.8 2.8 2.8h22.4c1.5 0 2.8-1.3 2.8-2.8v-24.7-1.5zm-.6 1.5h-7.8c-.1 0-.1-.1-.1-.1v-7.8zm-31.9 18.3c-.4 0-.8-.3-.8-.8v-12c0-.4.3-.8.8-.8h6 1.5 12.5c.4 0 .8.3.8.8v12c0 .4-.3.8-.8.8h-12.5-1.5zm32.5 7.9c0 .7-.6 1.3-1.3 1.3h-22.4c-.7 0-1.3-.6-1.3-1.3v-6.7h12.5c1.1 0 2-.9 2-2v-12c0-1.1-.9-2-2-2h-12.5v-10.7c0-.7.6-1.3 1.3-1.3h13.7v8.4c0 .9.7 1.6 1.6 1.6h8.4z'/%3E%3Cpath d='m4 25.2v-6.4h2.1c.8 0 1.3 0 1.5.1.4.1.7.3 1 .6.2.3.4.7.4 1.3 0 .4-.1.7-.2 1s-.3.5-.5.6c-.2.2-.4.3-.7.3-.3.1-.8.1-1.3.1h-1v2.4zm1.3-5.3v1.8h.7c.5 0 .9 0 1-.1s.3-.2.4-.3.1-.3.1-.5-.1-.4-.2-.6c0-.2-.2-.2-.4-.3-.2 0-.5 0-.9 0z'/%3E%3Cpath d='m10 18.8h2.4c.5 0 .9 0 1.2.1.4.1.7.3 1 .6s.5.6.6 1 .2.9.2 1.5c0 .5-.1 1-.2 1.4-.2.5-.4.8-.7 1.1-.2.2-.5.4-.9.5-.3.1-.7.1-1.2.1h-2.4zm1.3 1.1v4.3h1c.4 0 .6 0 .8-.1s.4-.1.5-.3c.1-.1.3-.3.3-.6.1-.3.1-.7.1-1.2s0-.9-.1-1.1-.2-.5-.4-.6-.4-.2-.6-.3c-.2 0-.5-.1-1.1-.1z'/%3E%3Cpath d='m16.5 25.2v-6.4h4.5v1.1h-3.1v1.5h2.7v1.1h-2.7v2.7z'/%3E%3C/g%3E%3C/svg%3E%0A");
}

#footerRow1 .fBox .fBoxContent ul#fR1Links a.fR1Link.fR1-12::before {
	background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 40 40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23FFF' stroke-width='3' stroke-linecap='round' fill-opacity='0'%3E%3Cpath d='M 12,12 28.5,28.5' /%3E%3Cpath d='M 29,11 29,29' /%3E%3Cpath d='M 29,29 11,29' /%3E%3C/g%3E%3C/svg%3E%0A");
}

#footerRow1 .fBox .fBoxContent ul#fR1Links a.fR1Link.fR1-13::before {
	background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 20 20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m7.5 8h2v2h-2zm3 0h2v2h-2zm3 0h2v2h-2zm-9 6h2v2h-2zm3 0h2v2h-2zm3 0h2v2h-2zm-3-3h2v2h-2zm3 0h2v2h-2zm3 0h2v2h-2zm-9 0h2v2h-2zm11-9v1h-2v-1h-7v1h-2v-1h-2v16h15v-16zm1 15h-13v-11h13z' fill='%23FFF'/%3E%3C/svg%3E");
}

#footerRow1 .fBox .fBoxContent ul#fR1Links a.fR1Link.fR1-14::before {
	background-image: url("data:image/svg+xml,%0A%3Csvg enable-background='new 0 0 100 100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FFF'%3E%3Cpath d='m50.1 27c-5.9 0-10.7 4.8-10.7 10.7s4.8 10.7 10.7 10.7 10.7-4.8 10.7-10.7-4.8-10.7-10.7-10.7zm0 17.2c-3.6 0-6.4-3-6.4-6.4 0-3.6 3-6.4 6.4-6.4s6.4 3 6.4 6.4c.2 3.5-2.8 6.4-6.4 6.4z'/%3E%3Cpath d='m69.8 18.2c-5.2-5.2-12.3-8.2-19.8-8.2s-14.5 3-19.8 8.2c-9.8 9.8-11 28.2-2.6 39.3l22.5 32.5 22.4-32.3c8.2-11.3 7-29.8-2.7-39.5zm-.9 36.8-19 27.5-19.1-27.5c-7.2-9.6-6.2-25.5 2.2-33.9 4.5-4.5 10.5-7 16.8-7s12.3 2.5 16.8 7c8.6 8.5 9.7 24.3 2.3 33.9z'/%3E%3C/g%3E%3C/svg%3E");
}


#footerRow2 {
	position: relative;
	padding: 10px 0;
	margin: 0;
	line-height: 20px;
	border-top: 1px solid #FFF;
}

#footerNavi {
	line-height: 30px;
	width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

#partnerWrapper {
	background-color: #FFF;
	padding: 30px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#partner {
	width: 100%;
	max-width: 1000px;
	margin: 0px auto;
	text-align: left;
}

#partner span {
	display: inline-block;
	height: 31px;
	background-image: url(/typo3conf/ext/theme/Resources/Public/Images/css/partnerLogos.png);
	background-repeat: no-repeat;
	background-size: 152px 31px;
	overflow: hidden;
	margin: 0 20px 10px 0;
	padding: 0;
}

#partner span#kultur {
	width: 76px;
	background-position: 0px 0px;
}

#partner span#familienagentur {
	width: 76px;
	background-position: -76px 0px;
}

#partner span a {
	width: 100%;
	height: 31px;
	display: block;
	text-indent: -2000em;
}

#googleCodes {
	width: 100%;
	height: 0px;
	overflow: hidden;
}

#cookiesWrapper {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	background-color: rgba(192, 202, 172, 0.90);
	padding: 0;
	z-index: 9999;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

#cookies {
	width: 80%;
	max-width: 400px;
	margin: auto;
	font-size: 15px;
	font-size: 1.5rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
	background-color: #333;
}

#cookiesText {
	width: 100%;
	color: #FFF;
	line-height: 120%;
	text-align: left;
	margin: 0 0 40px 0;
}

#cookiesText a {
	color: #FFF;
}

#cookiesButtons {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}

a.cButton {
	width: 100%;
	max-width: 140px;
	text-decoration: none;
	text-align: center;
	display: block;
}

a.cButton#cBok {
	font-size: 120%;
	height: 30px;
	line-height: 30px;
	background-color: #A3AE22;
	font-weight: 700;
	color: #FFF;
}

a.cButton#cBoptout {
	font-size: 120%;
	height: 30px;
	line-height: 30px;
	background-color: #CCC;
	font-weight: 400;
	color: #FFF;
}

a#optoutButton {
	height: 20px;
	line-height: 20px;
	color: #FFF;
	text-decoration: underline;
}

@media only screen and (min-width:960px) {
	a.cButton#cBok {
		background-color: rgba(163, 174, 34, .70);
	}
	a.cButton#cBok:hover {
		background-color: #A3AE22;
	}
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
	display: inline-table;
}

* html .clear {
	height: 1%;
}

.clear {
	display: block;
}

@media only screen and (min-width: 400px) {
	#footerRow1 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0 20px 40px 0;
	}
	#footerRow1 .fBox {
		width: calc(100% / 2);
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 60px 10px 20px 0;
		margin: 0;
		position: relative;
	}
	#footerRow1 .fBox .fBoxTitle {
		position: absolute;
		top: 0px;
	}
}

@media only screen and (min-width: 700px) {
	body #mainNaviWrapper {
		width: 600px;
		left: 100%;
	}
	body.naviOpen #mainNaviWrapper {
		left: calc(100% - 600px);
	}
	#footerRow1 {
		padding: 0 60px 70px 0;
		-webkit-flex-wrap: no-wrap;
		-ms-flex-wrap: no-wrap;
		flex-wrap: no-wrap;
	}
	#footerRow1 .fBox {
		width: calc(100% / 3);
		padding: 60px 10px 0 0;
	}
}

@media only screen and (min-width: 1000px) {
	html {
		font-size: 62.5%;
	}
	.fL {
		float: left;
	}
	.fR {
		float: right;
	}
	body #topWrapper {
		height: 80px;
	}
	body #sideWrapper {
		width: 80px;
		height: 80px;
	}
	a#hamburger {
		width: 80px;
		height: 80px;
	}
	a#hamburger::after {
		right: 30px;
		top: 30px;
	}
	#tWicons {
		top: 10px;
	}
	#allWrapper {
		padding: 0;
	}
	body.isUTS #allWrapper {
		padding: 80px 0 0 0;
	}
	a#logo {
		left: 40px;
		top: 20px;
		width: 260px;
		height: 40px;
	}
	#headerImageWrapper {
		padding: 80px 40px 0 40px;
	}
	#textTop {
		top: -140px;
	}
	#breadcrumbs {
		padding: 20px 0;
		text-align: left;
	}
	#footerWrapper {
		padding: 70px 10px 20px 10px;
	}
	#footerNavi {
		text-align: left;
	}
	#partner span {
		height: 62px;
		background-size: 304px 62px;
		margin: 0 40px 0 0;
		vertical-align: middle;
	}
	#partner span#kultur {
		width: 152px;
		background-position: 0px 0px;
	}
	#partner span#familienagentur {
		width: 152px;
		background-position: -152px 0px;
	}
	#partner span a {
		height: 62px;
	}
	#scrollAnimation {
		display: block;
	}
	#mainNavi {
		padding: 0 40px 0 0;
	}
	body #topCTA,
	body.naviOpen #topCTA {
		left: 5%;
		top: 25px;
		bottom: auto;
		width: 200px;
		display: block;
		text-align: left;
		padding: 0;
	}
}

@media only screen and (min-width: 1280px) {
	a#logo {
		left: calc((50% - 600px) + 0px);
	}
}

@media only screen and (min-width: 1250px) {
	body #mainNaviWrapper {
		width: 40%;
		left: 100%;
	}
	body.naviOpen #mainNaviWrapper {
		left: 60%;
	}
}

@media only screen and (min-width: 1400px) {
	#editorField {
		width: 1170px;
	}
	#hIOverlay {
		left: 50%;
		width: 70%;
		margin: 0 0 0 -35%;
	}
}

@media only screen and (min-width: 1600px) {
	body #mainNaviWrapper {
		width: 640px;
	}
	body.naviOpen #mainNaviWrapper {
		left: calc(100% - 640px);
	}
}

#topContact {
	width: 100%;
}

#topContact a {
	width: 40px;
	height: 40px;
	display: inline-block;
	margin: 0 5px 0 0;
	background-image: url(/typo3conf/ext/theme/Resources/Public/Images/Icons-left_100x500.svg);
	background-size: 40px 200px;
	background-repeat: no-repeat;
}

#topContact a:hover {
	opacity: 0.6;
}

#topContact a#tCMail {
	background-position: -4px 0px;
}

#topContact a#tCTel {
	background-position: -4px -40px;
}

#topContact a#tCPlace {
	background-position: -4px -80px;
}

#topContact a span {
	display: none;
}

#mNline {
	display: none;
}

ul.mainNavi {
	padding: 0;
	margin: 0 auto;
	list-style: none;
	line-height: 40px;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ul.mainNavi li {
	display: block;
	padding: 0;
	width: 100%;
}

body ul.mainNavi li.mNItem {
	opacity: 0;
	margin: 30px 0;
}

body.naviOpen ul.mainNavi li.mNItem {
	opacity: 1;
	-webkit-transition: all .9s ease-in;
	-o-transition: all .9s ease-in;
	transition: all .9s ease-in;
}

ul.mainNavi li.mNItem a {
	display: block;
	margin: 0;
	line-height: 110%;
	padding: 0;
	font-size: 30px;
	font-size: 3.0rem;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
}

@media only screen and (max-height: 400px) and (orientation: landscape) {
	ul.mainNavi li.mNItem a {
		font-size: 20px;
		font-size: 2.0rem;
	}
}

ul.mainNavi li.mNItem a.aActiv {
	opacity: 0.6;
}

@media only screen and (min-width: 990px) {
	ul.mainNavi li.mNItem a:hover {
		opacity: 0.6;
	}
	ul.mainNavi li {
		line-height: 40px;
		vertical-align: middle;
		width: auto;
		text-align: left;
	}
	ul.mainNavi li.mNItem a {
		font-size: 40px;
		font-size: 4.0rem;
	}
	ul.mainNavi:hover li.mNItem a::after,
	ul.mainNavi:hover li.mNItem a.aActiv::after {
		left: 0px;
		opacity: 0;
		width: 0;
		-webkit-transition: all .5s ease-out;
		-o-transition: all .5s ease-out;
		transition: all .5s ease-out;
	}
	ul.mainNavi li.mNItem a:hover::after,
	ul.mainNavi li.mNItem a.aActiv:hover::after,
	ul.mainNavi li.mNItem a.aActiv::after {
		left: 20px;
		width: 100%;
		opacity: 1;
		-webkit-transition: all .5s ease-in;
		-o-transition: all .5s ease-in;
		transition: all .5s ease-in;
	}
	body ul.mainNavi li.mNItem,
	body.naviOpen ul.mainNavi li.mNItem {
		opacity: 1;
		padding: 0;
	}
}

#subNavi2Wrapper ul#subNavi2 {
	width: 100%;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#subNavi2Wrapper ul#subNavi2 li {
	padding: 0;
	margin: 0 5px 10px 5px;
	list-style: none;
	display: inline-block;
	width: auto;
}

#subNavi2Wrapper ul#subNavi2 li a {
	display: block;
	padding: 0 10px;
	width: 100%;
	margin: 0px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 26px !important;
	text-decoration: none;
	text-transform: uppercase;
	color: #666;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

#subNavi2Wrapper ul#subNavi2 li a::after {
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 0px;
	height: 2px;
	background-color: #C1CAAC;
	content: '';
}

#subNavi2Wrapper ul#subNavi2 li a:hover {
	opacity: 0.7;
}

#subNavi2Wrapper ul#subNavi2 li a:hover::after {
	left: 0;
	width: 100%;
	-webkit-transition: 0.5s all ease-in;
	-o-transition: 0.5s all ease-in;
	transition: 0.5s all ease-in;
}

#subNavi2Wrapper ul#subNavi2 li a.sN2Activ::after {
	left: 0;
	width: 100%;
}

#sprachNavi {
	width: 100%;
}

#sprachNavi a {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}

#breadcrumbs a {
	color: #999 !important;
	text-decoration: none !important;
}

#breadcrumbs a:hover {
	color: #000 !important;
}

#breadcrumbs a strong {
	color: #000;
}

#breadcrumbs span.bcLine {
	padding: 0px 10px;
	text-align: center;
}

#footerNavi a,
#footerNavi span {
	text-decoration: none;
	color: #FFF;
	line-height: 20px;
	display: inline-block;
	margin: 0;
}

#footerNavi a:hover {
	text-decoration: underline;
}

#footerNavi a.fNactiv {
	color: rgba(255, 255, 255, 0.60);
}

#footerNavi span.fNLine {
	margin: 0 10px;
}

@media only screen and (min-width: 1000px) {
	#footerNavi a {
		margin: 0;
	}
}