/*style.css*/
HTML
{
	min-height: 100%;
	background-color: #ECECEC;
	background: linear-gradient(175deg, rgba(234, 234, 234, 0) 300px, rgba(50, 50, 50, 0.10) 301px, rgba(50, 50, 50, 0.1) 702px, rgba(100, 100, 100, 0.20) 703px) center top / contain no-repeat fixed border-box padding-box #FFFFFF;
}
BODY
{
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 400;
	font-size: 1.075em;
	line-height: 1.6;
	text-rendering: auto;
	color: #3A4549;
}
/*Typo*/
H1, H2, H3, H4, H5, H6
{
	line-height: 1.5;
	margin-top: 0;
	-moz-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;
	text-align: left;
	color: #3A4549;
	font-family: 'Joules et Jaques', serif;
	letter-spacing: -0.01em;
	margin-bottom: 0.875em;
	border-bottom: 0.15em solid #DABAA5;
	padding-bottom: 0.5em;
	column-span: all;
}
H1.noborder, H2.noborder, H3.noborder, H4.noborder, H5.noborder, H6.noborder, .noborder H1, .noborder H2, .noborder H3, .noborder H4, .noborder H5, .noborder H6
{
	border-bottom: none;
	padding-bottom: 0;
}
H1
{
	font-size: 2em;
	margin-top: 0;
	line-height: 1.1em;
	position: relative;
	/*padding-left: 1.5em;*/
}
H1 B
{
	font-size: 50%;
	font-weight: normal;
}
H2
{
	font-size: 1.6em;
}
H3
{
	font-size: 1.4em;
}
H4
{
	font-size: 1.1em;
}
.ce_headline SPAN
{
	font-size: 50%;
}
A
{
	text-decoration: none;
	color: #9D685C;
	/*+transition: 500ms ease-in-out;*/
	-webkit-transition: 500ms ease-in-out;
	-moz-transition: 500ms ease-in-out;
	-o-transition: 500ms ease-in-out;
	transition: 500ms ease-in-out;
	cursor: pointer;
}
A:hover
{
	color: #FAB487;
}
.more A, A.more, .back A, A.back, FORM BUTTON, INPUT[type=submit], .button, #main .ce_hyperlink A, BUTTON
{
	display: inline-block;
	padding: 0.5em 1em;
	line-height: 1;
	font-size: 0.925em;
	cursor: pointer;
	border: none;
	/*+border-radius: 3px;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	background-image: none;
	/*+transition: all 0.5s ease-in-out;*/
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	color: #6C644D;
	color: #FFFFFF;
	background-color: #EBE9E4;
	background-color: #CA8D71;
	font-weight: normal;
	/*border-bottom: 2px solid #94A05A;*/
	margin-top: 1em;
}
.more A:hover, A.more:hover, .back A:hover, A.back:hover, FORM BUTTON:hover, INPUT[type=submit]:hover, .button:hover, #main .ce_hyperlink A:hover, BUTTON:hover
{
	background-color: #D7D3CA;
	color: #FFFFFF;
	background-color: #EFAF6B;
}
H3 .button
{
	font-size: small;
	margin-top: 0;
	margin-left: 1em;
}
STRONG
{
	font-weight: 600;
}
.nomargin H1, .nomargin H2, .nomargin H3, .nomargin H4, H1.nomargin, H2.nomargin, H3.nomargin, H4.nomargin
{
	margin-top: 0;
}
#main .ce_hyperlink
{
}
.fa-ul > LI
{
	left: -1em;
}
.zweispaltig
{
	column-count: 2;
	column-width: 360px;
	column-gap: 7.69231%;
	padding-bottom: 7.69231%;
}
.strich.left
{
	padding-left: 1rem;
	border-left: 0.25rem solid #DABAA5;
}
/*wrapper*/
#wrapper
{
	max-width: 1640px;
	margin: 0 auto;
	background-color: #FFFFFF;
	/*+box-shadow: 0 0 120px -20px rgba(0, 0, 0, 0.333);*/
	-moz-box-shadow: 0 0 120px -20px rgba(0, 0, 0, 0.333);
	-webkit-box-shadow: 0 0 120px -20px rgba(0, 0, 0, 0.333);
	box-shadow: 0 0 120px -20px rgba(0, 0, 0, 0.333);
}
#wrapper .inside
{
	margin: 0 auto;
}
#header .inside, #container .mod_article .articlewrapper, #footertop .inside, #footer .inside, #menusection .inside
{
	margin: 0 auto;
	padding: 0 7.69231%;
}
/*Slider*/
#slidersection
{
	margin: 0 auto;
	padding: 140px 0 0;
	line-height: 0;
	text-align: center;
	background-color: transparent;
	position: relative;
}
#slidersection IMG
{
	width: 100%;
}
#slidersection .absolute
{
	line-height: 1.75em;
	text-align: center;
	top: 0;
	left: -50%;
	right: -50%;
	max-width: 280px;
	margin: 0 auto;
	padding: 7% 60px 0;
	color: #FFFFFF;
	position: absolute;
}
@media (max-width: 899px)
{
	#slidersection H1.h1absolute
	{
		font-size: 8vh;
		-moz-hyphens: none;
		-webkit-hyphens: none;
		hyphens: none;
		/*(*+transform: none;*)
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transform: none;*/
	}
}
@media (max-width: 399px)
{
	#slidersection H1
	{
		font-size: 15vw;
		hyphens: auto;
	}
	#slidersection .absolute
	{
		max-width: 240px;
	}
}
/*Header*/
#header
{
	line-height: 0;
	position: fixed;
	margin: 0;
	z-index: 8888 !important;
	border-top: 2px solid #94A05A;
	/*+box-shadow: 0 10px 50px -30px rgba(0, 0, 0, 0.333);*/
	-moz-box-shadow: 0 10px 50px -30px rgba(0, 0, 0, 0.333);
	-webkit-box-shadow: 0 10px 50px -30px rgba(0, 0, 0, 0.333);
	box-shadow: 0 10px 50px -30px rgba(0, 0, 0, 0.333);
	background-color: #FFFFFF;
	height: 140px;
	width: 100%;
	max-width: 1640px;
}
/*Logo*/
#header .mod_headerLogo
{
	line-height: 0;
	height: auto;
	width: 200px;
	/*position: absolute;*/
	/*left: 7.69231%;*/
	/*bottom: -10px;*/
	padding: 10px 0;
}
/*Content*/
#container
{
	z-index: 100;
}
#main IMG.schatten
{
	/*+box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, 0.500);*/
	-moz-box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, 0.500);
	-webkit-box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, 0.500);
	box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, 0.500);
	margin-bottom: 1em;
}
@media (max-width: 599px)
{
	#main P
	{
		text-align: left;
		hyphens: none;
	}
}
#main .mod_article
{
	padding-top: 7.69231%;
	padding-bottom: 7.69231%;
	position: relative;
}
#main .mod_article.aktuelles
{
	padding-top: 0;
}
#main .einleitung.mod_article
{
	padding-bottom: 0;
}
#main .mod_article.full
{
	padding: 0;
}
#main .mod_article.full IMG
{
	padding: 0;
	margin: 0;
	/*+box-shadow: none;*/
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#main .mod_article.full .image_container
{
	padding: 0;
	margin: 0;
	line-height: 0;
}
#main .liste UL LI
{
	position: relative;
	padding-left: 0.8em;
	text-align: left;
}
#main .liste UL LI:before, #footertop .liste UL LI:before
{
	content: "\f105";
	margin-right: 0.5em;
	margin-left: -0.8em;
	color: #9A9F9E;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}
#main .liste OL LI
{
	list-style: numeric outside;
	margin-left: 1.1em;
	padding-left: 0.5em;
}
#main .liste OL LI UL LI
{
	list-style: none;
}
#main .liste LI LI
{
	padding-left: 1.7em;
}
#main .liste LI LI:before
{
	content: "\f105";
	margin-left: -1.7em;
}
#main .ce_downloads LI
{
	padding-left: 0;
}
#main .ce_downloads LI:before
{
	content: none;
}
#main #video .ce_hyperlink A:before
{
	content: "\f16a";
	margin-right: 0.5em;
	color: #E34931;
	font-weight: 400;
	/*+transition: 500ms ease-in-out;*/
	-webkit-transition: 500ms ease-in-out;
	-moz-transition: 500ms ease-in-out;
	-o-transition: 500ms ease-in-out;
	transition: 500ms ease-in-out;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}
#main #video .ce_hyperlink A:hover:before
{
	color: #FFFFFF;
}
#main .ce_hyperlink.right
{
	margin-right: 0;
	margin-left: auto;
	display: table;
}
.center, #main .center H2, #main .center H3
{
	text-align: center;
	margin: 0 auto;
}
#main .buttoncenter
{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#main .rechts, #main .rechts H2, #main .rechts H3
{
	text-align: right;
	-moz-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;
}
#main .centerH H1, #main .centerH H2, #main .centerH H3
{
	text-align: center;
}
#main .offset
{
	margin-top: 25%;
}
#main .offset:before
{
	content: url("../../../files/theme/img/logo_trans_sw_h100px.png");
	text-align: center;
	display: block;
}
#main .intro P
{
	font-size: 130%;
}
@media (max-width: 899px)
{
	#main .offset
	{
		margin-top: auto;
	}
}
:focus
{
	outline: 0;
}
/*Accordion*/
#main .ce_accordion
{
	margin: 1em 0;
}
#main .ce_accordion .accordion
{
	padding: 3.846155%;
	display: block;
}
#main .ce_accordion .toggler
{
	position: relative;
	line-height: 2;
	display: block;
	/*+transition: 500ms ease-in-out;*/
	-webkit-transition: 500ms ease-in-out;
	-moz-transition: 500ms ease-in-out;
	-o-transition: 500ms ease-in-out;
	transition: 500ms ease-in-out;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	background-color: rgba(255, 255, 255, 0.500);
	padding: 0.5em 1em;
}
#main .ce_accordion .toggler:before
{
	content: "\f406";
	margin-right: 0.5em;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	color: #DABAA5;
}
#main .ce_accordion .toggler:hover
{
	cursor: pointer;
	background-color: rgba(217, 185, 164, 0.500);
	color: #FFFFFF;
}
#main .ce_accordion .toggler:hover:before
{
	color: #FFFFFF;
	/*+transition: 500ms ease-in-out;*/
	-webkit-transition: 500ms ease-in-out;
	-moz-transition: 500ms ease-in-out;
	-o-transition: 500ms ease-in-out;
	transition: 500ms ease-in-out;
}
#main .ce_accordion .toggler.active
{
	color: #FFFFFF;
	/*+transition: 500ms ease-in-out;*/
	-webkit-transition: 500ms ease-in-out;
	-moz-transition: 500ms ease-in-out;
	-o-transition: 500ms ease-in-out;
	transition: 500ms ease-in-out;
	background-color: #DABAA5;
}
#main .ce_accordion .toggler.active:before
{
	background: url("../../../files/theme/img/pfeil_unten_icon.svg") center left no-repeat;
	z-index: 1;
	content: "\f406";
	margin-right: 0.5em;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	color: #FFFFFF;
}
/*Image*/
#main .ce_image.center
{
	text-align: center;
	margin: 0 auto;
}
.caption
{
	margin: 0 auto;
	padding: 5px 0;
	hyphens: none;
	text-align: center;
	font-size: 0.875em;
	line-height: 1.3em;
	font-family: sans-serif;
}
.caption .small
{
	font-size: 75%;
}
#footertop .caption
{
	text-align: inherit;
}
.ce_video, .youtube, .ce_inlinemedia
{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
	margin-bottom: 3px;
}
.ce_video IFRAME, .ce_video OBJECT, .ce_video EMBED, .ce_inlinemedia IFRAME
{
	position: absolute;
	top: 0;
	left: 0;
	width: 98%;
	height: 98%;
	border: none;
}
.mod_gallery_creator .visitors, .mod_gallery_creator .tstamp
{
	display: none;
}
#main .noshadow IMG
{
	/*+box-shadow: none;*/
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#main HR
{
	border: none;
	border-bottom: 2px solid #8ACCD5;
	margin: 80px 0;
}
#main .morehide .slider-control
{
	display: none;
}
#main TABLE
{
	line-height: 1.75;
	width: 100%;
}
#main TABLE TD
{
	padding: 0.5em;
}
#main TABLE UL
{
	margin-left: 1.5em;
}
#main TABLE .odd TD
{
	background-color: rgba(255, 255, 255, 0.05);
}
#main TABLE .even TD
{
	background-color: rgba(0, 0, 0, 0.05);
}
#main TABLE CAPTION
{
	font-weight: normal;
	font-style: italic;
	font-size: 90%;
}
@media (max-width: 699px)
{
	#main TABLE
	{
		line-height: 1.25;
	}
	#main TABLE TD
	{
		display: block;
	}
}
.center .content-slider
{
}
BLOCKQUOTE
{
	font-style: normal;
	position: relative;
	font-family: 'Playfair Display', serif;
	font-weight: 500;
	font-size: 1.1em;
	text-align: center;
	margin: 20px 0;
}
BLOCKQUOTE:before
{
	position: absolute;
	left: 10px;
	top: 10px;
	content: "\f10e";
	font-style: normal;
	color: rgba(88, 80, 57, 0.07);
	font-size: 100px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	line-height: 0.5;
}
.autor
{
	text-align: right;
	font-style: normal;
	display: block;
	margin-right: 20%;
}
#main .hinweis
{
	text-align: left;
	display: table;
	vertical-align: middle;
	min-width: auto;
	margin: 0 auto;
}
#main .hinweis P
{
	vertical-align: middle;
	display: table-cell;
}
#main .hinweis:before
{
	content: "\f06a";
	color: #AEABA0;
	font-size: 2em;
	padding-right: 12px;
	vertical-align: middle;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}
#main .hinweis.nomargin
{
	margin-top: 0;
	background-color: transparent;
	/*+box-shadow: none;*/
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#main .kontaktaufnahme
{
	text-align: left;
	display: table;
	vertical-align: middle;
	min-width: auto;
	margin: 0 auto;
}
#main .kontaktaufnahme P
{
	vertical-align: middle;
	display: table-cell;
}
#main .kontaktaufnahme:before
{
	content: "\f0e5";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	color: #E34931;
	font-size: 2em;
	padding-right: 12px;
	vertical-align: middle;
}
#main .kontaktaufnahme.nomargin
{
	margin-top: 0;
	background-color: transparent;
	/*+box-shadow: none;*/
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#main .fa.fa-4x
{
	color: #898989;
}
#main .hide
{
	display: none;
}
/*Seitenteaser*/
.kasten
{
	/*+box-sizing: border-box;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3.846155vw 3.846155vw;
	background-color: rgba(255, 255, 255, 0.900);
}
.kasten.list
{
	margin-bottom: 3.846155vw;
}
.kasten.beige
{
	background-color: #EDE9E2;
}
.kasten.grau
{
	background-color: #F1F1F1;
	background-color: rgba(200, 200, 200, 0.25);
}
.kasten BLOCKQUOTE
{
	line-height: 1.6em;
	font-style: italic;
	font-size: 0.9em;
	padding: 0;
	position: relative;
	margin-bottom: auto;
	margin-top: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: transparent;
}
.kasten BLOCKQUOTE:before
{
	position: relative;
	left: auto;
	top: auto;
	content: none;
	font-style: normal;
}
.ce_text.datum P
{
	margin: 0 auto 1.5em;
	padding-top: 1em;
	border-top: 1px solid #C9C3B9;
	text-align: center;
	font-size: 1.5em;
	color: #E60000;
}
.box
{
	/*+box-sizing: border-box;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2rem;
	background-color: rgba(255, 255, 255, 0.200);
	-webkit-backdrop-filter: blur(40px);
	backdrop-filter:blur(40px);
	margin-top: 1rem;
}
/*Footertop*/
#footertop
{
	position: relative;
	/*padding-top: 80px;*/
	/*padding-bottom: 80px;*/
	padding-top: 3.846155%;
	padding-bottom: 3.846155%;
	background-color: #636B3C;
	color: #FFFFFF;
	border-top: 2px solid #899452;
	line-height: 0;
}
#footertop .inside
{
	line-height: 1.5;
}
#footertop A
{
	text-decoration: none;
	color: #FFFFFF;
}
#footertop A:hover
{
	color: #FAB487;
}
#footertop .ce_hyperlink A
{
	display: inline-block;
	padding: 8px 16px;
	line-height: 16px;
	font-size: 0.925em;
	cursor: pointer;
	/*+border-radius: 2px;*/
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	background-color: #3F9AA0;
	/*+transition: background 0.5s ease-in-out;*/
	-webkit-transition: background 0.5s ease-in-out;
	-moz-transition: background 0.5s ease-in-out;
	-o-transition: background 0.5s ease-in-out;
	transition: background 0.5s ease-in-out;
	color: #FFFFFF;
	font-weight: normal;
}
#footertop .ce_hyperlink A:hover
{
	background-color: #E34931;
}
#footertop H2, #footertop H3, #footertop H4
{
	margin-top: 0;
	color: #FFFFFF;
	border-bottom-color: rgba(255, 255, 255, 0.333);
}
#footertop .ausbildungsinstitut
{
	display: block;
}
@media (max-width: 899px)
{
	#footertop .ausbildungsinstitut
	{
		display: inherit;
	}
}
#footertop .insta
{
	margin-top: 1rem;
}
/*Footersocial*/
#footersocial
{
	background-color: #2B2C2E;
	line-height: 0;
	margin: 0 auto;
	text-align: center;
}
#footersocial .social-global UL
{
	line-height: 0;
	margin: 0;
}
#footersocial .social-global LI
{
	display: inline-block;
	padding: 10px;
}
/*Footer*/
#footer
{
	padding: 20px 0;
	border-top: 1px solid #677A81;
	line-height: 1.5em;
	font-size: 0.8em;
	color: #FFFFFF;
	background-color: #3A4549;
}
#mod_footerKontakt
{
	text-align: right;
	font-weight: normal;
}
#mod_footerKontakt A
{
	color: #94A05A;
	font-weight: normal;
	text-decoration: none;
}
@media (max-width: 599px)
{
	#footer
	{
		padding: 20px 0 20px;
	}
}
/*tinymce*/
.information
{
	color: #B7A580;
	font-weight: bold;
}
.abstand
{
	display: inline-block;
	width: 4em;
}
.quelle
{
	font-style: normal;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 0.7em;
	color: #BBBBBB;
	display: block;
	margin: 10px 0 0;
	text-align: right;
}
.warning
{
	color: #C55;
	font-size: 1.1em;
}
.confirmation
{
	color: #090;
	font-size: 1.1em;
}
.ngbutton
{
	background-color: #B12870;
	padding: 5px 15px;
	/*+border-radius: 3px;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	/*+transition: all 500ms ease-in-out;*/
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	color: #FFFFFF;
}
.ngbutton:hover
{
	background-color: #FFFAF4;
	text-decoration: none;
	color: #B12870;
}
/*Rocksolid Slider*/
.rsts-skin-default
{
	margin: 0;
	padding: 0;
	line-height: 0;
}
.rsts-skin-default.rsts-type-fade .rsts-slide
{
	background-color: transparent;
}
.rsts-skin-default FIGURE.image_container
{
	width: 100%;
	height: auto;
	max-height: 640px;
	text-align: left;
	margin: 0 auto 0 0;
}
.rsts-skin-default FIGURE.image_container IMG
{
	width: 100%;
	height: auto;
	margin: 0 auto 0 0;
	text-align: left;
}
.rsts-skin-default .ce_text
{
	position: absolute;
	top: 10%;
	left: 40%;
	line-height: 1.5em;
	vertical-align: middle;
	display: block;
	background-color: transparent;
	width: 55%;
	color: #FFFFFF;
	font-size: 1em;
	text-align: left;
	letter-spacing: 0.125em;
	font-weight: 300;
}
.rsts-skin-default .ce_text H3
{
	color: #FFFFFF;
}
@media (max-width: 999px)
{
	.rsts-skin-default .ce_text
	{
		top: 5%;
	}
	.rsts-skin-default .ce_text H2, .rsts-skin-default .ce_text H3
	{
		margin-bottom: 0.5em;
		margin-top: 0;
	}
}
@media (max-width: 899px)
{
	.rsts-skin-default .ce_text H2, .rsts-skin-default .ce_text H3
	{
		margin-bottom: 10px;
	}
	.rsts-skin-default .ce_text
	{
		width: 100%;
		left: 0;
		bottom: 0;
		top: 0;
		/*+border-radius: 0;*/
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-khtml-border-radius: 0;
		border-radius: 0;
		padding: 10px 5%;
		font-size: 0.9em;
	}
	.rsts-slide-default .block
	{
		background-color: rgba(0, 0, 0, 0.5);
	}
}
@media (max-width: 399px)
{
	.rsts-skin-default .ce_text P
	{
		display: none;
	}
	.rsts-skin-default .ce_text H2, .rsts-skin-default .ce_text H3
	{
		margin: 0 auto;
		font-size: 2.6em;
		text-align: center;
		bottom: 10%;
		position: absolute;
		width: 100%;
		text-shadow: 0px 5px 5px #000000;
		font-weight: 400;
		color: #FFFFFF;
		display: none;
	}
	.rsts-slide-default .block
	{
		background-color: transparent;
	}
	#slidersection #main .ce_hyperlink
	{
		display: none;
	}
}
/*Downloads*/
.ce_downloads, .ce_download
{
	position: relative;
}
.ce_downloads UL
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	/*+transition: 500ms ease-in-out;*/
	-webkit-transition: 500ms ease-in-out;
	-moz-transition: 500ms ease-in-out;
	-o-transition: 500ms ease-in-out;
	transition: 500ms ease-in-out;
}
.ce_downloads UL LI, .ce_download A
{
	position: relative;
	display: block;
	margin-bottom: 1em;
	/*+box-sizing: border-box;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	/*+transition: 500ms ease-in-out;*/
	-webkit-transition: 500ms ease-in-out;
	-moz-transition: 500ms ease-in-out;
	-o-transition: 500ms ease-in-out;
	transition: 500ms ease-in-out;
	/*+box-shadow: 0 5px 2px -4px rgba(0, 0, 0, 0.333);*/
	-moz-box-shadow: 0 5px 2px -4px rgba(0, 0, 0, 0.333);
	-webkit-box-shadow: 0 5px 2px -4px rgba(0, 0, 0, 0.333);
	box-shadow: 0 5px 2px -4px rgba(0, 0, 0, 0.333);
	background-color: #EFEFEF;
	background-color: #FFFFFF;
}
.ce_downloads UL LI A, .ce_download A
{
	width: 100%;
	position: relative;
	display: block;
	text-decoration: none;
	/*+box-sizing: border-box;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	/*color: #FFFFFF;*/
	/*+transition: 500ms ease-in-out;*/
	-webkit-transition: 500ms ease-in-out;
	-moz-transition: 500ms ease-in-out;
	-o-transition: 500ms ease-in-out;
	transition: 500ms ease-in-out;
	color: #FFFFFF;
	color: #191621;
	padding: 1em 2em;
}
.ce_downloads UL LI:hover, .ce_downloads UL LI A:active, .ce_download A:hover, .ce_download A:active
{
	background-color: #281C69;
	background-color: #E34931;
	color: #FFFFFF;
}
.ce_downloads UL LI A SPAN, .ce_download A SPAN
{
	position: relative;
	/*float: right;*/
	/*display: block;*/
	text-decoration: none;
	color: #BCBCBC;
	/*+transition: 500ms ease-in-out;*/
	-webkit-transition: 500ms ease-in-out;
	-moz-transition: 500ms ease-in-out;
	-o-transition: 500ms ease-in-out;
	transition: 500ms ease-in-out;
	font-size: 80%;
	display: block;
}
.ce_downloads UL LI A:hover SPAN, .ce_downloads UL LI A:active SPAN, .ce_download A:hover SPAN, .ce_download A:active SPAN
{
	color: #FFFFFF;
}
.ce_downloads UL LI A:before, .ce_download A:before
{
	font-size: 16px;
	text-decoration: none;
	color: #E34931;
	content: "\f019";
	/*+transition: 500ms ease-in-out;*/
	-webkit-transition: 500ms ease-in-out;
	-moz-transition: 500ms ease-in-out;
	-o-transition: 500ms ease-in-out;
	transition: 500ms ease-in-out;
	vertical-align: middle;
	position: absolute;
	left: 10px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}
.ce_downloads UL LI A:hover:before, .ce_downloads UL LI A:active:before, .ce_download A:hover:before, .ce_download A:active:before
{
	color: #FFFFFF;
}
.ce_downloads UL LI A:after, .ce_download A:after
{
	position: relative;
	float: none;
	clear: both;
	display: block;
	content: "";
}
.ce_downloads UL LI IMG, .ce_download IMG
{
	left: 10px;
	top: 1em;
	position: absolute;
	z-index: 999;
}
.ce_downloads .download-element STRONG
{
	text-transform: uppercase;
	display: block;
	font-size: 1.1em;
}
.ce_downloads .download-element EM
{
	display: block;
	font-style: normal;
	font-weight: 300;
}
/*Pagination*/
#main .pagination
{
	line-height: 1em;
	font-size: 15px;
	margin-top: 4em;
	width: 100%;
	display: block !important;
	position: relative;
}
#main .pagination P
{
	display: block;
	float: right;
	line-height: 2em;
}
#main .pagination LI
{
	display: inline-block;
	width: auto;
	margin-right: 5px;
	text-decoration: none;
	color: #FFFFFF;
	text-transform: lowercase;
	/*+transition: all 500ms ease-in-out;*/
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	line-height: 2;
}
#main .pagination LI A, #main .pagination LI A.previous, #main .pagination LI A.next
{
	background-color: rgba(255, 255, 255, 0.333);
	padding: 5px 10px;
	/*+border-radius: 2px;*/
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
#main .pagination LI A:hover
{
	background-color: #A6B074;
	color: #FFFFFF;
}
#main .pagination STRONG.active
{
	padding: 5px 10px;
	/*+border-radius: 2px;*/
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	background-color: #CA8D71;
	/*+border-radius: 2px;*/
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
/*Artikelteaser*/
/* Tooltip container */
.tooltip
{
	position: relative;
}
/* Tooltip text */
.tooltip .tooltiptext
{
	visibility: hidden;
	overflow: visible !important;
	width: 200%;
	background-color: #FFFFFF;
	text-align: center;
	padding: 1em 4em;
	border-radius: 6px;
	/* Position the tooltip text */
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: -50%;
	right: -50%;
	margin-left: -50%;
	/* Fade in tooltip */
	opacity: 0;
	transition: opacity 500ms;
}
/* Tooltip arrow */
.tooltip .tooltiptext::after
{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 20px;
	border-style: solid;
	border-color: #FFFFFF transparent transparent;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext
{
	visibility: visible;
	opacity: 1;
}
/*Farben*/
#main .mod_article.hide
{
	display: none;
}
#main .mod_article.grau
{
	border-top: 1px solid #E9E7E0;
	border-bottom: 1px solid #E9E7E0;
	position: relative;
	background: url(/files/theme/img/bg_grau.jpg) 0 0 / cover #F6F5F2;
}
#main .mod_article.dunkelgrau
{
	background: url(/files/theme/img/bg_dunkelgrau.jpg) 0 0 / cover #F0EFEA;
}
#main .mod_article.hellgrau
{
	background: url(/files/theme/img/bg_hellgrau.jpg) 0 0 / cover #E0D7D2;
}
#main .mod_article.schutzhinweis
{
	background-color: #F2E3D8;
}
#main .grau.rs-column
{
	/*+box-sizing: border-box;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	/*+box-shadow: 0px 10px 50px -20px rgba(0, 0, 0, 0.333);*/
	-moz-box-shadow: 0px 10px 50px -20px rgba(0, 0, 0, 0.333);
	-webkit-box-shadow: 0px 10px 50px -20px rgba(0, 0, 0, 0.333);
	box-shadow: 0px 10px 50px -20px rgba(0, 0, 0, 0.333);
}
#main .grau.rs-column H2
{
	/*+box-sizing: border-box;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
	background-color: #585039;
	color: #FFFFFF;
	margin: -10px 0 0;
	font-size: 2.1vw;
	letter-spacing: 0;
	font-weight: 200;
}
@media screen and (min-width: 1400px)
{
	#main .grau.rs-column H2
	{
		font-size: 2em;
	}
}
@media screen and (max-width: 899px)
{
	#main .grau.rs-column H2
	{
		font-size: 1.6em;
	}
}
#main .grau.rs-column .image_container
{
	padding: 0;
	margin: 0;
	line-height: 0;
}
#main .grau.rs-column IMG
{
	padding: 0;
	margin: 0;
	/*+transform: scale(1);*/
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	/*+transition: 500ms ease-in-out;*/
	-webkit-transition: 500ms ease-in-out;
	-moz-transition: 500ms ease-in-out;
	-o-transition: 500ms ease-in-out;
	transition: 500ms ease-in-out;
}
#main .grau.rs-column IMG:hover
{
	/*+transform: scale(1.15);*/
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-o-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}
#main .grau.rs-column .ce_hyperlink
{
	/*+box-sizing: border-box;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	margin: 0;
}
#main .mod_article.grau.nopadding .inside
{
	padding-top: 0;
}
#main .mod_article.grau.doublepadding .inside
{
	padding-top: 60px;
}
#main .gruen P
{
	color: #281C69;
}
/*Aktuelles*/
.aktuell
{
	text-transform: uppercase;
	background-color: #281C69;
	padding: 20px 30px;
	color: #FFFFFF;
	font-size: 1.2em;
	margin-top: -60px;
	display: table;
}
@media (max-width: 599px)
{
	.aktuell
	{
		margin-top: -40px;
	}
}
/*Tags*/
#tags
{
	background-color: #A41978;
	color: #FFFFFF;
	display: block;
	text-align: center;
}
.tags
{
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	font-style: normal;
	width: 100%;
	position: relative;
}
.tags UL
{
	display: table-row;
}
.tags LI
{
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	width: 12.5%;
	font-weight: normal;
	font-size: 1.1em;
	/*+transition: 500ms ease-in-out;*/
	-webkit-transition: 500ms ease-in-out;
	-moz-transition: 500ms ease-in-out;
	-o-transition: 500ms ease-in-out;
	transition: 500ms ease-in-out;
}
.tags LI:hover
{
	color: #281C69;
	cursor: pointer;
}
/*Cookiebar*/
.cookiebar
{
	font-size: 85%;
}
/*google Maps*/
#confirm-googlemaps
{
	background-color: #F6F5F2;
	/*background-color: #EBE3DE;*/
	padding: 5%;
	/*+transition: 500ms ease-in-out;*/
	-webkit-transition: 500ms ease-in-out;
	-moz-transition: 500ms ease-in-out;
	-o-transition: 500ms ease-in-out;
	transition: 500ms ease-in-out;
}
#confirm-googlemaps:hover
{
	cursor: pointer;
	background-color: #FFFFFF;
}
/*Newsletter*/
.widget-explanation
{
	line-height: 1.25;
	font-size: 0.825em;
	-webki-hyphens: auto;
	hyphens: auto;
}
/*Cookiebar*/
.cookiebar
{
	font-size: 80%;
}
/*Workshop*/
.workshop_button
{
	position: absolute;
	bottom: -20%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
@media screen and (max-width: 599px)
{
	.workshop_button
	{
		max-width: 200px;
	}
}
