/* element styles */

.html
{
	overflow-y: scroll;
	-ms-overflow-style: scrollbar;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

.no-scroll
{
	overflow: hidden !important;
}

*,
*:after,
*:before
{
	box-sizing: border-box;
}

body
{
	margin: 0;
	font: 20px/1.333333 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: 300;
	color: #505050;
}

iframe
{
	max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: #91d400;
	/*font-weight: bold;*/
	margin: 0 0 0.8em;
	/*color: #91d400;*/
}

h1
{
	font-size: 35px;
	text-transform: uppercase;
}

h2
{
	font-size: 35px;
	text-transform: uppercase;
}

h3
{
	color: #ff7f00;
	font-style: italic;
	font-size: 25px;
}

h4
{
	font-size: 16px;
}

h5
{
	font-size: 14px;
}

h6
{
	font-size: 12px;
}

img
{
	border: 0;
	max-width: 100%;
	height: auto;
}

p
{
	margin: 0;
}

a
{
	color: inherit;
	text-decoration: none;
}

a
{
	color: #91d400;
	text-decoration: underline;
}

a:hover,
a:focus
{
	color: inherit;
	text-decoration: none;
}

sup,
sub
{
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}

sup
{
	bottom: 1ex;
}

sub
{
	top: .5ex;
}

/* tinymce */

img.img-left
{
	float: left;
	margin: 0 20px 20px 0;
}

img.img-right
{
	float: right;
	margin: 0 0 20px 20px;
}

.uppercase
{
	text-transform: uppercase;
}

.highlight
{
	color: #ff7f00;
}

.highlight-2
{
	color: #91d400;
}

.extra-bold
{
	font-weight: 800;
}

.semi-bold
{
	font-weight: 600;
}

a.button,
.text-styles a.button
{
	display: inline-block;
	background-color: #92d400;
	color: #fff;
	padding: 15px 30px;

	border-radius: 10px;
	text-decoration: none;
	font-weight: 600;
	box-shadow: 5px 5px 9px rgba(0, 0, 0, 0.25);
	transition: all 0.3s ease ;
	transform: scale(1);
}

a.button:hover,
a.button:focus,
.text-styles a.button:hover,
.text-styles a.button:focus
{
	color: #fff;
	background-color: #ff7f00;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	transform: scale(1.03);
}

/* global */

.text-styles a
{
	color: #91d400;
	text-decoration: underline;
}

.text-styles a:hover,
.text-styles a:focus
{
	color: #ff7f00;
	text-decoration: none;
}

.hidden-inp
{
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.youtube-wrap,
.vimeo-wrap,
.video-wrap
{
	position: relative;
	max-width: 100%;
}

.youtube-wrap:before,
.vimeo-wrap:before,
.video-wrap:before
{
	content: '';
	display: block;
	padding-bottom: 56.25%; /* 16:9 */
}

.youtube-wrap > iframe,
.vimeo-wrap > iframe,
.video-wrap > video
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.img-wrap.compat-object-fit img
{
	opacity: 0;
}

.img-wrap.img-cover.compat-object-fit,
.img-wrap.img-contain.compat-object-fit
{
	background-position: center;
	background-repeat: no-repeat;
}

.img-wrap.img-cover.compat-object-fit
{
	background-size: cover;
}

.img-wrap.img-cover > img
{
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.img-wrap.img-contain.compat-object-fit
{
	background-size: contain;
}

.img-wrap.img-contain > img
{
	-o-object-fit: contain;
	object-fit: contain;
	height: 100%;
	width: 100%;
}

img.full-width
{
	width: 100%;
}

.clearfix:before, .clearfix:after
{
	content: "";
	display: table;
}

.clearfix:after
{
	clear: both;
}

.clearfix
{
	zoom: 1;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.glassy
{
	border: 7px solid rgba(255, 255, 255, .4);
	border-radius: 4px;
}

.txtf-close
{
	font-size: 22px;
	line-height: 1;
	font-weight: normal;
	text-decoration: none;
}

.maintenance
{
	display: inline-block;
	margin-top: 30px;
	border: 1px #cccccc solid;
	background: #ffffff;
	padding: 20px;
	color: #000000;
	border-radius: 10px;
}

.div_noscript
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	padding: 5px;
	border: 1px #ff0000 solid;
	background: #ffffff;
	color: #ff0000;
}

.visible-mobile
{
	display: none;
}

.wrap
{
	max-width: 1244px;
	margin: 0 auto;
	padding: 0 15px;
}

.wrap.no-padding
{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.wrap.full-width
{
	max-width: none !important;
}

.wrap-width-1 .wrap
{
	max-width: 1044px;
}

.wrap-width-2 .wrap
{
	max-width: none;
}

.wrap-width-3 .wrap
{
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}

.row-wrap
{
	overflow: hidden;
}

.row
{
	list-style: none;
	margin-top: -20px;
	margin-bottom: 0;
	padding: 0;
}

.col,
[class*="col-"]
{
	margin: 20px 0 0;
	padding-top: 0;
	padding-bottom: 0;
}

.vspace-0
{
	margin-top: 0;
}

.vspace-0 > .col,
.vspace-0 > [class*="col-"]
{
	margin-top: 0;
}

/* specific */

#content
{
	height: 100%;
}

#header
{
	position: relative;
	background: url('/img/web/menue_hg.png') top left repeat-x;
	background-size: cover;
	box-shadow: 0 3px 13px 6px rgba(0, 0, 0, .35);
	position: relative;
	z-index: 100;
	color: #000000;
	height: 140px;
}

.header-bottom
{
	background: url('/img/web/menue_hg.png') top left repeat-x;
	background-size: cover;
	box-shadow: 0 3px 13px 6px rgba(0, 0, 0, .35);
	position: relative;
	z-index: 100;
}

.header-bottom-bar
{
	float: right;
}

#header .logo
{
	margin-top: 25px;
	text-align: center;
}

@media (max-width: 991px)
{
	#header .logo
	{
		text-align: left;
		margin-bottom: 10px;
	}
}

.menu {
	font-weight: bold;
	text-transform: uppercase;
	color: #403034;
	font-size: 20px;
	text-decoration: none;
}


a.menu .menuicon
{
	display: inline-block;
	width: 25px;
	height: 14px;
	background: url('/img/web/menue.svg') top right no-repeat;
	background-size: contain;
}

@media (max-width: 767px)
{
	a.menu .menuicon
	{
		width: 30px;
		height: 18px;
	}
}

.menu-open
{
	background-image: url('/img/web/menue-schliessen.svg') !important;
}

.lang-select-label
{
	margin-right: 20px;
}

.lang-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	z-index: 1;
	padding-right: 25px;
	margin-right: -25px;
	font-weight: bold;
	color: #403034;
	width: auto;
	box-sizing: border-box;
	border: 0;
	cursor: pointer;
	background: transparent;
	overflow: hidden;
}

.search-form
{
	margin: 0 0 0 8px;
}

.search-form input[type="search"]
{
	border: 0;
	box-shadow: none;
	background-color: #f5f5f3;
	height: 24px;
	font-size: 14px;
	width: 160px;
	max-width: 100%;
	vertical-align: top;
	transition: width ease-in-out .4s;
	margin: 0;
	padding: 0 19px 0 7px;
}

.search-form input[type="search"]:focus
{
	width: 240px;
}

.search-inp-wrap
{
	position: relative;
	background-color: #f5f5f3;
	margin: 0;
}

.search-inp-wrap .fas
{
	position: absolute;
	right: 5px;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 14px;
	line-height: 24px;
}

.header-nav {
	position: absolute;
	z-index:10;
	left: 0;
	right: 0;
	height: auto;
	overflow: hidden;
	max-height: 0;
	background: url('/img/web/menue-hg-verlauf.png') top left repeat-x #ffffff;
	color: #92d400;
	font-size: 21px;
	padding-top: 0;
	padding-bottom: 0;
	top: 141px;
	transition: padding-top 0.4s ease, padding-bottom 0.4s ease, max-height 0.4s ease;
}

.menbuttonabstand {
	margin-top: 35px;
}
.opened
{
	height: auto;
	max-height: 1800px;
	overflow: auto;
	padding-top: 60px;
	padding-bottom: 64px;
}
.header-nav ul {
	list-style: none;
}

.header-nav a
{
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
}

.header-nav a.hasSub:after
{
	display: block;
	content: '';
	position: absolute;
	top: 7px;
	right: -30px;
	width: 15px;
	height: 23px;
	background: url('/img/web/pfeil-subnav.svg') no-repeat;
}

.header-nav a.active,
.header-nav a:focus
{
	/*text-shadow: 0 0 5px #92d400;*/
	color:#000000;
}

.header-nav a.active2
{
	/*text-shadow: 0 0 5px #92d400;*/
	color:#ff7f00;
}

.header-nav a:hover {
	color:#608b00;
}

.header-nav ul > li:first-child
{
	margin-top: 0;
}

.header-nav ul > li
{
	margin-top: 15px;
}

.header-nav ul.sub2
{
	margin-top: 0;
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.4s ease, margin-top 0.4s ease;
}

.header-nav ul.sub2 a
{
	padding-left: 20px;
}

.header-nav ul.sub2 a:before
{
	content: '-';
	position: absolute;
	top: 0;
	left: 0;
}

.header-nav ul.sub2.opened
{
	margin-top: 10px;
	max-height: 500px;
}

.zweiter::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;

	height: 100%;
	width: 4px;
	background: #92d400;
}




.same-height>.row{
	position: relative;
}

.same-height>.row {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;

	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.same-height>.row>[class^="col-"],
.same-height>.row>[class*=" col-"]{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;

	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.same-height>.row:before,
.same-height>.row:after,
.same-height:before,
.same-height:after{
	display: none;
}

.same-height .col-bottom,
.same-height .col-wrap{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;

	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.same-height .col-bottom{
	margin-top: auto;
}

.same-height .col-wrap{
	min-height:100%;

	-webkit-flex-grow:1;
	-ms-flex-grow:1;
	flex-grow:1;

	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.same-height>.row>[class*='col-'].pull-right{
	-webkit-order: 2;
	-ms-order: 2;
	order: 2;
}



#main
{
	padding: 0;
}

.has-main-bg
{
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#footer::before {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	top: 10px;
	height: 130px;
	z-index: 0;
	pointer-events: none;
	background: url('/img/web/Skyline_branded.png') bottom right no-repeat;
	background-size: auto;
	background-size: contain;
}

#footer {
	font-weight: 400;
	background: url('/img/web/footer-hg.jpg') top left;
	background-size: auto;
	background-size: cover;
	color: #3e3030;
	min-height: 200px;
	padding: 140px 0 10px;
	margin-top: 90px;
	position: relative;
}

.footer-text{
	font: inherit;
}

.footer-nav > ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-nav > ul > li:first-child
{
	padding-left: 0;
}

.footer-nav > ul > li
{
	margin: 0;
	padding: 0;
	padding-left: 30px;
}

.footer-nav > ul > li > a
{
	text-decoration: none;
	color:#404040;
}

.footer-nav > ul > li > a.active,
.footer-nav > ul > li > a:hover,
.footer-nav > ul > li > a:focus
{
	text-decoration: underline;
}

.footer-nav.navright
{
}

.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
}

.list-inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

/* abschnitte */

.abschnitt
{
	margin-top:50px;
}

.abschnitt.margin-collapsing,
.abschnitte > .abschnitt:first-child
{
	margin-top:0;
}

.abschnitt_linker
{
	position: relative;
	top: -60px;
}

[class*="abschnitt-bg-color-"]
{
	padding: 120px 0;
}

.abschnitt-bg-color-1 + .abschnitt-bg-color-1,
.abschnitt-bg-color-2 + .abschnitt-bg-color-2,
.abschnitt-bg-color-3 + .abschnitt-bg-color-3,
.abschnitt-bg-color-4 + .abschnitt-bg-color-4
{
	margin-top: 0;
	padding-top: 0;
}

.abschnitt-bg-color-1
{
	background-color: #908b7f;
	color: #000;
}

.abschnitt-bg-color-2
{
	background-color: #171718;
	color: #fff;
}

.abschnitt-bg-color-3
{
	background-color: #e3e0da;
}

.abschnitt-bg-color-4
{
	background-color: #b6c876;
	color: #fff;
}

/*********************
Navbox
*****************/
.abschnitt.navboxen .desc
{
	margin-bottom: 10px;
}

.abschnitt.navboxen a
{
	display: block;
	background: no-repeat center #cccccc;
	background-size: cover;
	min-height: 407px;
	margin-bottom: 6px;
	position: relative;
	text-decoration: none;
	overflow: hidden;
}

.abschnitt.navboxen a span.text
{
	position: absolute;
	display: block;
	padding: 18px 20px;
	font-size: 18px;
	line-height: 1;
	font-weight: normal;
	text-align: center;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	transition: all 0.4s ease;
}

.abschnitt.navboxen a.active span.text,
.abschnitt.navboxen a:hover span.text,
.abschnitt.navboxen a:focus span.text
{
	opacity: 1;
}

.abschnitt.navboxen a .dsgvo_info
{
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	font-size: 11px;
}

.abschnitt.navboxen a span.small-play
{
	position: absolute;
	bottom: 7px;
	left: 10px;
	opacity: 1;
	transition: opacity 0.4s ease;
}

.abschnitt.navboxen a.active span.small-play,
.abschnitt.navboxen a:hover span.small-play,
.abschnitt.navboxen a:focus span.small-play
{
	opacity: 0;
}

.abschnitt.navboxen a.box_design0 span.text
{
	color: #ffffff;
	background: rgba(146, 212, 0, 0.8);
	text-transform: uppercase;
	font-size: 35px;
	font-weight: bold;
}

.abschnitt.navboxen a.box_design0 span.navboxtitle
{
	text-align: left;
	padding: 10px 40px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #555555;
	background: rgba(255,255,255, 0.8);
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	opacity: 1;
	transition: opacity 0.4s ease;
}

.abschnitt.navboxen a.box_design0:hover span.navboxtitle
{
	opacity: 0;
}

.abschnitt.navboxen a.box_design1 span.text
{
	color: #8e263d;
	background: rgba(142, 38, 61, 0.8);
}

.abschnitt.navboxen a.box_design0 span.text span.textinner
{
	text-align: center;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	padding: 5px 10px;
}

.abschnitt.navboxen a.box_design0 span.text span.textinner .textline
{
	display: block;
	margin-top: 25px;
}

.abschnitt.navboxen a.box_design1 span.text span.textinner
{
	display: inline-block;
	background: #ffffff;
	padding: 5px 10px;
	border-radius: 5px;
}

.abschnitt.navboxen a:before
{
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	opacity: 0;
	transition: opacity .4s ease;
	z-index: 0;
}

.abschnitt.navboxen a:hover:before,
.abschnitt.navboxen a:focus:before,
.abschnitt.navboxen a.active:before
{
	opacity: 1;
}

.newsbox
{
	padding: 17px;
	border: 1px solid #c4bfbf;
	height: 100%;
}


a.newsbox-more
{
	display: block;
	border-top: 1px solid #c4bfbf;
	margin: 10px 0 -17px;
	padding: 17px 0;
	color: #008bd2;
}


.newsbox-img-wrap,
.team-img-wrap
{
	position: relative;
	display: block;
	margin-bottom: 17px;
}


.newsbox-img-wrap img,
.team-img-wrap img
{
	width: 100%;
}


.newsbox-img-wrap:before,
.team-img-wrap:before,
.referenzbox:before
{
	content: '';
	display: block;
	padding-top: 45.632333767926988265971316818774%;
}


.newsbox-img-wrap img,
.team-img-wrap img
{
	position: absolute;
	left: 0;
	top: 0;
}


.newsbox-headline
{
	color: #ff7f00;
	font-style: italic;
	font-size: 20px;
}

.newsbox-datum
{
	color: #9ca4af;
	font-size: 14px;
	margin: 0 0 10px;
}

.kontaktformular .form-control
{
	border-radius: 0;
	box-shadow: none;
}

.kontaktformular textarea.form-control
{
	max-width: 100%;
	min-height: 80px;
}

.kontaktformular input[type=submit]
{
	box-shadow: none;
	border-radius: 0;
	background: none;
	border: 0;
	font-weight: 800;
	color: #000;
}

.team-list
{
	text-align: center;
}

.team-list > li
{
	vertical-align: top;
	display: inline-block;
	float: none;
	text-align: left;
}

.team-text-wrap
{
	text-align: center;
}

.team-img-wrap
{
	overflow: hidden;
}

.team-img-wrap:before,
.referenzbox:before
{
	padding-top: 66.536458333333333333333333333333%;
}

.team-img-wrap img
{
	-webkit-transition: transform ease-out .3s;
	-moz-transition: transform ease-out .3s;
	-o-transition: transform ease-out .3s;
	transition: transform ease-out .3s;
}

.team-img-wrap img:hover
{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.team-name
{
	font-weight: 800;
	font-size: 20px;
}

.bildergalerie-list .img-wrap
{
	position: relative;
	display: block;

}

.bildergalerie-list .img-wrap:before
{
	content: '';
	display: block;
	padding-top: 66.63829787234043%;
}

.bildergalerie-list .img-wrap img
{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;

	-webkit-transition: transform ease-in-out .4s;
	-moz-transition: transform ease-in-out .4s;
	-o-transition: transform ease-in-out .4s;
	transition: transform ease-in-out .4s;
}

.bildergalerie-list a
{
	overflow: hidden;
}

.bildergalerie-list a:hover img,
.bildergalerie-list a:focus img
{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.filter-list-leistungen
{
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
	text-align: center;
}

.filter-list-leistungen > li
{
	display: inline-block;
	margin: 0 0 0 20px;
	padding: 0;
}

.filter-list-leistungen > li:first-child
{
	margin-left: 0;
}

.filter-list-leistungen > li > label
{
	color: inherit;
	cursor: pointer;
}

.filter-list-leistungen > li > label:hover,
.filter-list-leistungen > li > label:focus,
.filter-list-leistungen > li > input:checked + label,
.filter-list-leistungen > li > input:focus + label
{
	color: #ff7f00;
}

.referenzbox
{
	position: relative;
	display: block;
	color: #fff;
}

.referenzbox:after
{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;

	background-color: rgba(0, 0, 0, .5);
	z-index: 2;
}

.referenzbox-text-wrap
{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	padding: 0 10px;
	text-align: center;
	color: #fff;
	z-index: 3;

	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.referenzbox:after,
.referenzbox-text-wrap
{
	opacity: 0;
	visibility: hidden;

	-webkit-transition: visibility ease-in-out .4s, opacity ease-in-out .4s;
	-moz-transition: visibility ease-in-out .4s, opacity ease-in-out .4s;
	-o-transition: visibility ease-in-out .4s, opacity ease-in-out .4s;
	transition: visibility ease-in-out .4s, opacity ease-in-out .4s;
}

.referenzbox-img-wrap
{
	position: absolute;
	left: 0;
	top: 0;
}

.referenzbox:hover:after,
.referenzbox:focus:after,
.referenzbox:hover .referenzbox-text-wrap,
.referenzbox:focus .referenzbox-text-wrap
{
	opacity: 1;
	visibility: visible;
}

.referenzbox-headline
{
	font-weight: 800;
	color: inherit;
	text-transform: uppercase;
}

h2.referenzbox-headline {
	font-size: 23px;
}
.pagination {
	padding: 20px;
}

.pagination li {
	margin: 0 7.5px;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus
{
	color: #ff7f00;
	font-weight: bold;

}
/*
.pagination>li>a,
.pagination>li>span,
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus
{
	color: #8d0536;
}
*/

.normal-width
{
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.google-map
{
	height: 600px;
	overflow: hidden;
}

.google-map-wrap.responsive
{
	position: relative;
	max-height: 600px;
}

.google-map-wrap.responsive:before
{
	content: '';
	display: block;
	padding-top: 31.25%; /* 1920 x 600 */
}

.google-map-wrap.responsive .google-map
{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	height: auto;
}

.modal
{
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	z-index: 90;
	outline: 0;
	background-color: rgba(0, 0, 0, .5);

	-webkit-transition: opacity linear .4s, visibility linear .4s;
	-moz-transition: opacity linear .4s, visibility linear .4s;
	-o-transition: opacity linear .4s, visibility linear .4s;
	transition: opacity linear .4s, visibility linear .4s;
}

.modal.active
{
	visibility: visible;
	opacity: 1;
}

html.no-scroll .modal
{
	overflow: scroll;
	ms-overflow-x: auto;
	overflow-x: auto;
}

.modal-close
{
	position: absolute;
	right: -14px;
	top: -14px;
	z-index: 1;
	font-size: 16px;
	line-height: 19px;
	height: 19px;
	width: 19px;
	background-color: #ffffff;
	text-align: center;
}

.modal-close .fas
{
	line-height: inherit;
}

.modal-inner
{
	position: absolute;
	left: 0;
	right: 0;
	top: 20%;
	max-width: 1230px;
	min-height: 200px;
	margin: 0 auto 50px;
	padding: 15px;
	background-color: #ffffff;
	box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .4);
}

.modal.modal-small .modal-inner
{
	max-width: 600px;
}

.modal.vcenter
{
	display: -ms-flexbox;
	display: flex;
	padding: 50px 10px;
}

.modal.vcenter > *
{
	position: static;
	margin: auto;
}

/* dv */

.dv input[type="checkbox"].auswahl
{
	margin-top: 0;
}

.dv .tab-pane
{
	padding: 15px 0 0;
}

.dv .plupload_container
{
	padding: 0;
}

.custom-switch-2
{
	margin: 0;
}

.custom-switch-2-button
{
	position: relative;
	border-radius: 1em;
	display: inline-flex;
	box-shadow: 0 1px 0 0 #fff inset, 0 -1px 0 0 #fff inset, -1px 0 0 0 #fff inset, 1px 0 0 0 #fff inset;
	cursor: pointer;
	z-index: 1;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-webkit-transition: background-color ease-in-out .2s;
	-moz-transition: background-color ease-in-out .2s;
	-o-transition: background-color ease-in-out .2s;
	transition: background-color ease-in-out .2s;
}

.custom-switch-2.dark .custom-switch-2-button
{
	box-shadow: 0 1px 0 0 #1A1D20 inset, 0 -1px 0 0 #1A1D20 inset, -1px 0 0 0 #1A1D20 inset, 1px 0 0 0 #1A1D20 inset;
}

.custom-switch-2-button:before
{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	min-width: 3.25em;
	border-radius: 1em;
	background-color: #fff;
	z-index: -1;

	-webkit-transition: transform ease-in-out .2s, left ease-in-out .2s;
	-moz-transition: transform ease-in-out .2s, left ease-in-out .2s;
	-o-transition: transform ease-in-out .2s, left ease-in-out .2s;
	transition: transform ease-in-out .2s, left ease-in-out .2s;
}

.custom-switch-2.dark .custom-switch-2-button:before
{
	background-color: #1A1D20;
}

.custom-switch-2 input:checked ~ .custom-switch-2-button:before
{
	left: 100%;

	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}

.custom-switch-2 input:indeterminate ~ .custom-switch-2-button:before
{
	left: 50%;

	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.custom-switch-2-button-active,
.custom-switch-2-button-inactive
{
	min-width: 3.25em;
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
	line-height: 1.8;

	-webkit-transition: color ease-in-out .2s;
	-moz-transition: color ease-in-out .2s;
	-o-transition: color ease-in-out .2s;
	transition: color ease-in-out .2s;
}

.custom-switch-2-button-active,
.custom-switch-2.dark .custom-switch-2-button-inactive,
.custom-switch-2 input:checked ~ .custom-switch-2-button .custom-switch-2-button-inactive,
.custom-switch-2.dark input:checked ~ .custom-switch-2-button .custom-switch-2-button-active,
.custom-switch-2.dark input:indeterminate ~ .custom-switch-2-button .custom-switch-2-button-active,
.custom-switch-2.dark input:indeterminate ~ .custom-switch-2-button .custom-switch-2-button-inactive
{
	color: #fff;
}

.custom-switch-2-button-inactive,
.custom-switch-2.dark .custom-switch-2-button-active,
.custom-switch-2.dark input:checked ~ .custom-switch-2-button .custom-switch-2-button-inactive,
.custom-switch-2 input:checked ~ .custom-switch-2-button .custom-switch-2-button-active,
.custom-switch-2 input:indeterminate ~ .custom-switch-2-button .custom-switch-2-button-active,
.custom-switch-2 input:indeterminate ~ .custom-switch-2-button .custom-switch-2-button-inactive
{
	color: #1A1D20;
}

.custom-switch-2 input:indeterminate ~ .custom-switch-2-button
{
	background-color: #ccc;
}

.custom-switch-2.disabled-active .custom-switch-2-button-inactive,
.custom-switch-2.disabled-inactive .custom-switch-2-button-active
{
	display: none;
}



.splitbreak
{
	margin-bottom: 24px;
}

.splitbreak.einfach
{
	margin-bottom: 11px;
}

.splitbreak .head
{
	color: #000000;
	/*background: #f08600 url('/img/web/splitbreak.png') no-repeat top right;*/
	height: 52px;
	line-height: 52px;
	font-weight: bold;
	position: relative;
	padding-left: 15px;
}


.splitbreak.einfach .head
{
	background: transparent;
	color: #000000;
	padding-left: 0;
}

.splitbreak.einfach .head a
{
	color: inherit;
	font-size: 18px;
}

.splitbreak.einfach .head a > span
{
	right: 50px;
	color: #f08600;
}

.splitbreak.einfach .head hr
{
	margin: 0;
	margin-right: 50px;
	padding: 0;
}

.splitbreak.einfach.open a
{
	color: #ff0000;
}

.splitbreak.einfach .sub .inner
{
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 0;
	padding-right: 50px;
}

.splitbreak .head a
{
	font-size: 18px;
	font-weight: bold;
	line-height: inherit;
	outline: none;
	display: block;
	color: inherit;
	text-transform: inherit;
	text-decoration: none;
}

.splitbreak .head a > span
{
	font-size: 14px;
	position: absolute;
	right: 80px;
	top: 0;
	opacity: 0;
	transition: opacity 0.4s ease;
}

.splitbreak .head
{
	padding-top: 1px;
}

.splitbreak .head a > span
{
	top: 1px;
}

.splitbreak .head .group-addon a > span
{
	position: static;
	right: auto;
	top: auto;
	display: block;
}

.splitbreak .head .group-addon a > span + span
{
	margin-top: -52px;
}

.splitbreak .head a + span.pfeil
{
	position: absolute;
	display: block;
	top: 8px;
	right: 0;
	width: 42px;
	height: 42px;
	background: url("/img/web/splitbreak-pfeil.png") no-repeat top left;
	transition: transform 0.4s ease;
	pointer-events: none;
}

.splitbreak.link .head a + span.pfeil
{
	transform: rotateZ(-90deg);
}

.splitbreak.open .head a + span.pfeil
{
	transform: rotateZ(180deg);
}

.splitbreak.open .head a > span.open,
.splitbreak.link .head a > span.open,
.splitbreak.open2 .head a > span.open2
{
	opacity: 1;
}

.splitbreak.close .head a > span.close,
.splitbreak.close2 .head a > span.close2
{
	opacity: 1;
}

.splitbreak .sub
{
	transition: max-height 0.4s ease-in;
	overflow: hidden;
	color: #ffffff;
}

.splitbreak.close .sub
{
	height: auto;
	max-height: 0 !important;
}

.splitbreak.open .sub
{
	max-height: 2000px;
}
.hidden {
	display: none;
}
.breadcrumb
{
	background-color: transparent;
	border-radius: 0;
	padding: 30px 0 0 0;
	font-size: 16px;

}


.breadcrumb > li + li:before
{
	content: '>';
	padding: 0 5px;
	color: #ccc;
}



.breadcrumb a
{
	text-decoration: none;
}

.breadcrumb a:hover,
.breadcrumb a:focus
{
	text-decoration: underline;
}

.breadcrumb > .active
{
	font-weight: bold;
	color:#777;
}

.mail,
.phone
{
	display: inline-block;
	height: 25px;
	padding-left: 27px;
	line-height: 25px;
	text-decoration: none;
}

.mail
{
	background:url(/img/web/mail.png) left center no-repeat;
}

.phone
{
	background:url(/img/web/telefon.png) left center no-repeat;
}
a.phone {
	color:#000;
}
.border-left{
	padding-left: 30px;
}
.border-news-right{
	padding-right: 30px;
}


.border-left.orange:before
{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -5px;
	height:100%;
	width: 4px;
	background: #ff7f00;
}
.abschnitt.news .newsliste > div,
.abschnitt.news-overview .newsliste > div
{
	margin-top: 75px;
}

.abschnitt.news .newsliste > div:first-child,
.abschnitt.news-overview .newsliste > div:first-child
{
	margin-top: 0;
}

.btn.btn-gruen
{
	background-color: #92d400;
	color: #ffffff;
	border-radius: 0;
	border-color: #92d400;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 20px;
	text-align: center;
	font-size: 80%;
}

.btn.btn-orange
{
	background-color: #ff7f00;
	color: #ffffff;
	border-radius: 0;
	border-color: #ff7f00;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 20px;
	text-align: center;
	font-size: 80%;
}
.more
{
	display: block;
	text-align: right;
	margin-top: 20px;
}
.inner {
	padding-right: 30px;
}


.audio-wrap
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	overflow: visible;
}

.audio-wrap	.audiolink,
.audio-wrap	.einblend
{
	vertical-align: top;
}

.audio-wrap .audiolink
{
	display: inline-block;
	width: 70px;
	height: 50px;
	background: url('/img/web/audio-an.svg') no-repeat top left;
}

.audio-wrap.muted .audiolink
{
	background-image: url('/img/web/audio-aus.svg');
}

.audio-div
{
	position: absolute;
	top: 50px;
	right: 0;
	z-index: 1;
	background: rgba(146, 212, 0, 0.9);
	color: #ffffff;
	padding: 20px 35px 20px 15px;
	white-space: nowrap;

}

.audio-wrap .einblend
{
	display: inline-block;
	margin-left: 0;
	max-width: 0;
	max-height: 0;
	overflow: hidden;
	transition: margin-left 0.4s ease, max-width 0.4s ease, max-height 0.4s ease;
}

.audio-wrap.opened .einblend
{
	max-width: 500px;
	max-height: 500px;
	margin-left: 20px;

}

@media screen and (max-width: 1400px)
{
	.audio-wrap
	{
		position: static;
		margin-top: 20px;
	}

	.audio-wrap .einblend
	{
		max-width: 500px;
		max-height: 500px;
		margin-left: 20px;
	}

	.audio-div
	{
		position: static;
	}
}

.player .playtoggle .on
{
	display: none;
}

.player.playing .playtoggle .on
{
	display: inline-block;
}

.player .playtoggle .off
{
	display: inline-block;
}

.player.playing .playtoggle .off
{
	display: none;
}
a.playtoggle {
	color: #fff !important;
}

.player .playtoggle .pauseicon
{
	display: inline-block;
	width: 29px;
	height: 38px;
	background: url('/img/web/pause.svg') top left no-repeat;
}

.player .playtoggle .playicon
{
	display: inline-block;
	width: 22px;
	height: 30px;
	background: url('/img/web/play-klein.svg') top left no-repeat;
}

.player
{
	position: relative;
	height: 30px;
}

.player .playtoggle
{
	position: absolute;
	left: 0;
}

.player .gutter
{
	position: absolute;
	left: 20px;
	left: 20px;
	right: 0;
	top: 13px;
	border-radius: 5px;
	background-color: #ffffff;
	padding: 2px;
}

.player .gutter .ui-slider-handle
{
	position: absolute;
	left: 0;
	right: 0;
	width: 13px;
	height: 13px;
	top: -4px;
	background: #92d400 url('/img/web/nav-punkt.png') no-repeat;
}

.player .timeleft
{
	position: absolute;
	right: 0;
	margin-top: 13px;
}
@media (max-width: 1015px)
{
	.lang-select-label {
		font-size: 15px;
		margin-right: 10px;
	}
	.menu {
		font-size: 15px;
	}
	a.menu .menuicon {
		width:20px;
	}
	.phone {
		font-size: 15px;
	}

}

.list-center {
	display: flex;
	justify-content: center;
}
.pagination a {
	font-weight: bold;
	text-decoration: none;
}
.pagination a:hover {
	color:#ff7f00;

}