html.frontend{
	background-color: #eaeaea;
}
html.frontend body{
	background-color: #fff;
	overflow-x: hidden;
}
.page-title{
	font-size: 2em;
	margin: 10px 0 0.75em;
}
.top-bar{
	display: block;
	width: 100%;
	padding: 0 0 20px 0;
}
.quickmenu{
	margin-bottom: 10px;
	font-size: 0.875em;
	font-weight: 300;
	line-height: 1.333;
}
.quickmenu ul a{
	display: block;
	color: #333333;
	padding: 10px 0;
	margin-left: 30px;
}
.quickmenu ul li:first-child a{
	margin-left: 0;
}
.main-navigation{
	position: relative;
	width: 100%;
	border-right: none;
	border-left: none;
	display: inline-block;
	/*float: left;*/
}
.masthead.fixed .main-navigation {
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
	/*background-image: url(assets/img/bg_logo.png);*/
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
}
.main-navigation .wrapper{
	padding: 0;
}
.main-navigation a,
.main-navigation span{
	font-weight: 600;
}
.main-navigation li{
	list-style: none;
	float: left;
}
.main-navigation .nlv_2 a,
.main-navigation .nlv_2 span {
	position: relative;
	text-decoration: none;
	font-size: 1em;
	font-weight: 300;
	color: #fff;
	padding: 10px 20px;
	width: 100%;
	text-align: left;
	display: block;
	border-bottom: 1px solid #fff;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.main-navigation .nlv_2 a:before,
.main-navigation .nlv_2 span:before {
	display: block;
	font-family: FontAwesome;
	font-style: normal;
	content: '\f105';
	position: absolute;
	left: 0;
}
.main-navigation ul li ul{
	visibility: hidden;
	-webkit-transition:0s 0.25s;
	transition: 0s 0.25s;
}
.main-navigation .nlv_1 > li{
	border-left: 1px solid #fff;
}
.main-navigation .nlv_1 > li.npt_first{
	border-left: none;
}
.main-navigation .nlv_1 > li > a,
.main-navigation .nlv_1 > li > span{
	padding: 10px 20px;
	display: inline-block;
	font-size: 1.125em;
	line-height: 1.389em;
	text-transform: uppercase;
	color: #333;
}
.main-navigation .nlv_1 > li.npt_first > a{
	/*visibility: hidden;*/
	text-indent: 0;
	font-size: 0;
	line-height: 0;
	padding: 0;
}
.main-navigation .nlv_1 > li.npt_first > a:before{
	display: block;
	font-family: FontAwesome;
	font-style: normal;
	content: '\f015';
	color: #333;
	padding: 12px 12px;
	margin: 0;
	font-size: 26px;
	line-height: 25px;
	visibility: visible;
}
.main-navigation .nlv_1 > li.npt_on.npt_first a:before,
.main-navigation .nlv_1 > li.npt_first:hover a:before{
	color: #fff;
	background-color: #5e5e5e;
}
.main-navigation .nlv_1{
	/*position: relative;*/
	width: 100%;
}
.main-navigation .nlv_2{
	position: absolute;
	padding: 0 0 25px;
	width: 630px;
	max-width: 100%;
	/*left: 0;*/
	left: auto;
	z-index: 1;
}
.main-navigation .npt_last .nlv_2{
	right: 0;
}
.main-navigation .nlv_2 *{
	position: relative;
	z-index: 2;
} 
.main-navigation .nlv_1 ul:after{
	content: '';
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	background-color: #5e5e5e;
	display: block;
}
.main-navigation .nlv_2 > li {
	float: left;
	/*width: 33.333%;*/
	width: 50%;
	position: relative;
	padding: 0 20px;
}
.main-navigation .nlv_2 > li:nth-child(odd) {
	clear: both;
}
.main-navigation a,
.main-navigation span {
	transition: background-color 0.25s;
}
.main-navigation .nlv_1 > li.npt_on > a,
.main-navigation .nlv_1 > li.npt_on > span{
	color: #fff;
	background-color: #5e5e5e;
}
.main-navigation .nlv_1 > li:hover > a, .main-navigation .nlv_2 > li > a:hover, .main-navigation .nlv_3 > li:hover > a,
.main-navigation .nlv_1 > li:hover > span, .main-navigation .nlv_2 > li > span:hover, .main-navigation .nlv_3 > li:hover > span,
.main-navigation .nlv_1 > li:focus > span, .main-navigation .nlv_2 > li > span:focus, .main-navigation .nlv_3 > li:focus > span,
.main-navigation .nlv_1 > li:active > span, .main-navigation .nlv_2 > li > span:active, .main-navigation .nlv_3 > li:active > span{
	color: #fff;
	background-color: #5e5e5e;
	text-decoration:none;
}
.main-navigation .nlv_2 > li > a:hover, .main-navigation .nlv_3 > li:hover > a,
.main-navigation .nlv_2 > li > span:hover, .main-navigation .nlv_3 > li:hover > span,
.main-navigation .nlv_2 > li > span:focus, .main-navigation .nlv_3 > li:focus > span,
.main-navigation .nlv_2 > li > span:active, .main-navigation .nlv_3 > li:active > span{
	text-decoration:underline;
}
.main-navigation .nlv_3 {
	display: none;
}
.main-navigation .nlv_3 li{
	width: 100%;
}
.main-navigation .nlv_3 a{
	padding: 10px 30px;
	width: 100%;
	display: block;
	font-size: 1em;
	font-weight: 400;
}
.main-navigation ul li:hover ul,
.main-navigation ul li:focus ul,
.main-navigation ul li:active ul{
	visibility: visible;
	transition-delay: 0.25s;
}
.breadcrumb{
	margin-top: 15px;
	margin-bottom: 15px;
	display: inline-block;
	width: 100%;
	position:relative;
}
.breadcrumb .elems {
  padding-right: 45px;
}
.breadcrumb .levelup{
    position: absolute;
    right: 15px;
    top: 8px;
}
.breadcrumb .levelup a {
    width:25px;
    height:25px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    align-items: center;
    text-decoration:none;
    color:#fff;
}
.breadcrumb .levelup a > i {
    margin:0;
    color:#fff;
    font-size: 1.25rem;
}
.breadcrumb a > i {
	color: #333;
	float: left;
	margin-right: 4px;
	font-size: 18px;
	margin-top: -1px;
}
.breadcrumb .elems a:before{
	font-family: FontAwesome;
	content: '\f105';
	color: #5e5e5e;
	margin: 0 5px;
	font-size: 14px;
}
.breadcrumb .elems span.nlk_on:before{
	font-family: FontAwesome;
	content: '\f105';
	color: #5e5e5e;
	margin: 0 5px;
	font-size: 14px;
}
.submenu {
	position:relative;
}
.submenu ul,.submenu ul li {
	list-style:none;
	padding:0;
}
.submenu ul ul {
	margin:0;
	/*padding-left: 15px;*/
}
.submenu .nlv_1>li>a {
	padding:8px 5px 8px 10px;
	color:#333;
	position:relative;
	display:block;
	font-size:1.125em;
	font-weight:600;
	text-decoration:none;
}
.submenu .nlv_1>li>a>span {
	position:relative;
}
.submenu .nlv_1 > li > a:hover, .submenu .nlv_1 > li > a.nlk_on {
	color: #336db6;
}
.submenu .nlv_1 > li > a.nlk_on.childs {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.submenu .nlv_2 {
	padding:0;
	margin-bottom:0;
}
.submenu .nlv_2 a {
	position: relative;
	color:#333;
	padding:8px 5px 8px 20px;
	display:block;
	font-size:1em;
	font-weight:300;
	text-decoration:none;
}
.submenu .nlv_2 > li > a:hover, .submenu .nlv_2 > li > a.nlk_on {
	color: #336db6;
	background-color: #f2f2f2;
}
.submenu .nlv_2 > li > a.nlk_on:hover{

}
.submenu .nlv_2 a:hover:before, .submenu .nlv_2 a.nlk_on:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background-color: #336db6;
}

.submenu .nlv_3 a {
	position: relative;
	padding-left: 35px;
	color: #333;
	/*font-size: 0.875em;*/
	font-weight: 300;
}
.submenu .nlv_3 a:before {
	font-family: FontAwesome;
	content: '\f101';
	position: absolute;
	top: auto;
	left: 20px;
	width: auto;
	height: auto;
	background-color: transparent;
	font-size: 12px;
	line-height: 18px;
}
.submenu .nlv_3 a:hover, .submenu .nlv_3 a.nlk_on {
	color: #336db6;
	background-color: none;
	font-weight: 300;
}
.submenu .nlv_3 a:hover:before, .submenu .nlv_3 a.nlk_on:before {
	font-family: FontAwesome;
	content: '\f101';
	position: absolute;
	top: auto;
	left: 20px;
	width: auto;
	height: auto;
	background-color: transparent;
	font-size: 12px;
	line-height: 18px;
}

.submenu .nlv_4 {
	margin-bottom:10px;
}

.submenu .nlv_4 a {
	padding: 5px 5px 5px 43px;
	color: #5e5e5e;
	/*font-size: 0.75em;*/
	font-weight: 300;
}
.submenu .nlv_4 a:before {
	font-family: FontAwesome;
	content: '\f105';
	position: absolute;
	top: auto;
	left: 32px;
	width: auto;
	height: auto;
	background-color: transparent;
	font-size: 12px;
	line-height: 20px;
}
.submenu .nlv_4 a:hover, .submenu .nlv_4 a.nlk_on {
	font-weight: 300;
	text-decoration: underline;
}
.submenu .nlv_4 a:hover:before, .submenu .nlv_4 a.nlk_on:before {
	content: '\f105';
	position: absolute;
	top: auto;
	left: 32px;
	width: auto;
	height: auto;
	background-color: none;
	line-height: 20px;
}

.submenu .nlv_5 {
	margin-bottom:10px;
}

.submenu .nlv_5 a {
	padding: 5px 5px 5px 50px;
	color: #5e5e5e;
	/*font-size: 0.75em;*/
	font-weight: 300;
}
.submenu .nlv_5 a:before {
	display: none;
}
.submenu .nlv_5 a:hover, .submenu .nlv_5 a.nlk_on {
	font-weight: 300;
	text-decoration: underline;
}
.submenu .nlv_5 a:hover:before, .submenu .nlv_5 a.nlk_on:before {
	display: none;
}

.submenu .nlv_6 {
	margin-bottom:10px;
}

.submenu .nlv_6 a {
	padding: 5px 5px 5px 60px;
	color: #5e5e5e;
	/*font-size: 0.75em;*/
	font-weight: 300;
}
.submenu .nlv_6 a:hover, .submenu .nlv_6 a.nlk_on {
	font-weight: 300;
	text-decoration: underline;
}

.headerheight{
	height: 80px;
	line-height: 1;
}
.linked-logo {
    display: none;
    height: 44px;
}
.linked-logo.show-logo {
    display: block;
}
.linked-logo img {
    height: 49px;
}
.logo.headerheight img{
	max-height: 80px;
	float:right;
}
.logo span.headerheight{
	display: table-cell;
	font-size: 1.8em;
	font-weight: 300;
	vertical-align: middle;
}
.logo span small{
	font-size: 0.6em;
}
.site-header{
	/*overflow: hidden;*/ /*TH/SW: Funktioniert so nicht, da dann das Dropdown nach unten mit dem Titelbild endet. Daher wieder auskommentiert. */
	background:#fff;
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
	z-index: 101;
}
.site-header .logo, .header-right{
	display: table;
}
.site-header .logo a, .header-right .inner{
	display: table-cell;
	vertical-align: middle;
}
.site-header .masthead{
	display: flex;
}
.site-header .masthead.fixed{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(51,51,51,0.25);
	-moz-box-shadow: 0px 2px 2px 0px rgba(51,51,51,0.25);
	box-shadow: 0px 2x 2px 0px rgba(51,51,51,0.25);
	background-color: #fff;
}
.site-header .titelbild-slider{
	display: block;
	width: 100%;
	height: 450px;
	overflow: hidden;
	z-index: 0;
}
.site-header .titelbild-slider.loaded{
	height: auto;
}
.suche {
	display: table-cell;
	vertical-align: middle;
}
.suche form{
	background-color: #fff;
	display: inline-block;
	padding: 10px;
	position: relative;
	width: 100%;
	max-width: 500px;
	font-size: 1.125em;
	border: 1px solid #e5e5e5;
}
.suche input, .suche button{
	background-color: transparent;
	border: none;
	box-shadow: none;
	text-shadow: none;
}
.suche input{
	width: 100%;
	height: 33px;
	float: left;
}
.suche button{
	font-size: 24px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	color: #333;
	line-height: 0.8;
	padding: 0 15px;
}
.site-content{
	/*padding-top: 50px;*/
	padding-bottom: 50px;
}
.startseite .site-content {
	padding-top: 0;
}
.main-row, .jumbotron{
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.jumbotron.fixed {
	margin-top:71px;
}
/*MM, TASK21054
.startseite .main-row {
	padding-bottom: 100px;
}*/
.site-footer{
	padding: 30px 0;
}
.site-footer a{
	font-weight: bold;
}
.site-footer a.btn, .site-footer .btn, .site-footer .btn a{
	font-weight: normal;
}
.site-footer table, .unstyled-table, .unstyled-table table{
	background-color: transparent;
}
.site-footer table td, .unstyled-table td, .unstyled-table table td{
	padding: 0;
}
.site-footer table tr, .unstyled-table tr, .unstyled-table table tr{
	border: none;
}
.site-footer h2:first-child, .site-footer h3:first-child, .site-footer h4:first-child, .site-footer h5:first-child, .site-footer h6:first-child {
	margin-top: 0;	
}
.slicknav_menu{
	/*background-color: #fff;*/
}
.slicknav_menu .npt_on > a{
	font-weight: bold;
}
.titelbild-slider{
	position: relative;
}
ul.titelbild{
	padding: 0;
	list-style: none;
	position: relative;
}
.titelbild .elem{
	height: 300px;
	margin: 0;
	position: relative;
	display: table !important;
	width: 100%;
	background: center center no-repeat;
	background-size: cover;
}
body.startseite .titelbild .elem{
	height: auto;
}
.titelbild .slogan{
	display: table-cell;
	vertical-align: middle;
	font-size: 2em;
	padding: 30px;
	line-height: 1;
	text-shadow: 0 0 15px #000;
	width: 100%;
}
.titelbild .mc2_ac{
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 2px 5px;
	background-color: #eee;
	background-color: rgba(255,255,255,0.75);
	max-width: 66.666%;
}
.titelbild .heading{
	margin: 0;
	color: #fff;
}
.titelbild .sub-line{
	color: #fff;
	font-size: 0.7em;
}

.titelbild-slider .ikiss-control-nav{
	position: absolute;
	top: 195px;
	right: 0;
	z-index: 5;
	list-style: none;
	margin: 0;
	padding: 0;
	/*width: 38%;*/
	width: auto;
	text-align: center;
}
.titelbild-slider .ikiss-control-nav li {
	display: inline;
}
.titelbild-slider .ikiss-control-nav a{
	font-size: 0;
	width: 15px;
	height: 15px;
	display: inline-block;
	border: 1px solid #fff;
	margin: 0 10px 0 0;
	padding: 0;
	transition: all 0.2s;
}
.titelbild-slider .ikiss-control-nav a.ikiss-active, .titelbild-slider .ikiss-control-nav a:hover{
	background-color: #fff;
}
.bottom-controls{
	/*border-top: 1px solid #fff;*/
	/*padding-top: 30px;*/
	/*margin-top: 30px;*/
	width: 100%;
	display: inline-block;
	font-size: 0.875em;
}
.bottom-controls .btn{
	margin: 5px 0 5px 10px;
}
.randspalte .widget{
	font-size:0.875em;
	background-color: #f2f2f2;
	padding: 10px;
	margin-bottom: 25px;
}
.randspalte .widget .widget{
	background-color: transparent;
	padding: 0;
	margin-bottom: 10px;
}

/* Highslide in der Randspalte */
.randspalte .widget.bilder{
	padding: 0;
	background-color: transparent;
}
.randspalte .widget.bilder .elem .mc2_ac{
	right: 5px;
}
.randspalte .widget.bilder .elem .mc2_ac:hover:before{
	display: none;
}
.randspalte .widget.bilder .image-gallery{
	margin-top: 0;
	margin-bottom: -10px;
}
.randspalte .widget.bilder .image-gallery .row:last-child{
	margin-bottom: 0;
}
.randspalte .widget p:last-child, .randspalte .widget ul:last-child{
	margin-bottom: 0;
}
.randspalte h1, .randspalte h2{
	font-size: 1.125em;
	padding: 10px;
	margin: -10px -10px 10px -10px;
}
.randspalte h3{
	padding: 10px;
	margin: -10px -10px 10px -10px;
	font-size: 1.286em;
}
.row .liste-bild + .liste-text{
	padding-left: 0;
	padding-top: 5px;
}
.liste-text a{
	color: #404040;
}
.liste-text a.btn{
	color: #fff;
}
.liste-text h2, .liste-text h3, .liste-text h4{
	margin: 5px 0;
	font-size: 1.3em;
	font-weight: 600;
}
.date, .time, .label, .page, .file, .user, .quote, .error{
	font-size: 1em;
}
.date:before{
	content: '\f073';
	margin-right: 5px;
	opacity: 0.9;
	font-family: FontAwesome;
	font-size: 14px;
	font-weight: 400;
}
.time:before{
	content: '\f017';
	margin-right: 5px;
	opacity: 0.9;
	font-family: FontAwesome;
	font-size: 14px;
	font-weight: 400;
}
.label:before{
	content: '\f02b';
	margin-right: 5px;
	opacity: 0.9;
	font-family: FontAwesome;
	font-size: 14px;
	font-weight: 400;
}
.page:before{
	content: '\f02d';
	margin-right: 5px;
	opacity: 0.9;
	font-family: FontAwesome;
	font-size: 14px;
	font-weight: 400;
}
.file:before{
	content: '\f0c7';
	margin-right: 5px;
	opacity: 0.9;
	font-family: FontAwesome;
	font-size: 14px;
	font-weight: 400;
}
.user:before{
	content: '\f007';
	margin-right: 5px;
	opacity: 0.9;
	font-family: FontAwesome;
	font-size: 14px;
	font-weight: 400;
}
.quote:before{
	content: '\f075';
	margin-right: 5px;
	opacity: 0.7;
	font-family: FontAwesome;
	font-size: 14px;
	font-weight: 400;
}
.error:before{
	content: '\f071';
	margin-right: 5px;
	opacity: 0.7;
	font-family: FontAwesome;
	font-size: 14px;
	font-weight: 400;
}
address .btn:before{
	margin-right: 10px;
	font-family: FontAwesome;
	font-size: 16px;
	font-weight: 400;
}
address .phone:before{
	content: '\f095';
	margin-right: 5px;
	opacity: 0.85;
	font-family: FontAwesome;
	font-size: 14px;
	font-weight: 400;
}
address .fax:before{
	content: '\f1ac';
	margin-right: 5px;
	opacity: 0.85;
	font-family: FontAwesome;
	font-size: 14px;
	font-weight: 400;
}
address .mobile:before{
	content: '\f10b';
	margin-right: 5px;
	opacity: 0.85;
	font-family: FontAwesome;
	font-size: 16px;
	font-weight: 400;
}
address .room:before{
	content: '\f19c';
	margin-right: 5px;
	opacity: 0.85;
	font-family: FontAwesome;
	font-size: 14px;
	font-weight: 400;
}
address .label:before{
	content: '\f02b';
	margin-right: 5px;
	opacity: 0.85;
	font-family: FontAwesome;
	font-size: 14px;
	font-weight: 400;
}
address .info:before{
	content: '\f129';
	margin-right: 5px;
	opacity: 0.85;
	font-family: FontAwesome;
	font-size: 14px;
	font-weight: 400;
}
address .govello:before{
	content: '\f085';
	margin-right: 5px;
	opacity: 0.85;
	font-family: FontAwesome;
	font-size: 14px;
	font-weight: 400;
}
address a.mail:before, address .mail:before{
	content: '\f0e0';
	margin-right: 5px;
	opacity: 0.85;
	font-family: FontAwesome;
	font-size: 14px;
	font-weight: 400;
}
address a.web:before, address .web:before{
	content: '\f0ac';
	margin-right: 5px;
	opacity: 0.85;
	font-family: FontAwesome;
	font-size: 14px;
	font-weight: 400;
}
address .btn.message:before{
	content: '\f040';
	font-family: FontAwesome;
	font-weight: 400;
}
address .btn.export:before{
	content: '\f2bb';
	font-family: FontAwesome;
	font-weight: 400;
}
address .btn.map:before{
	content: '\f041';
	font-family: FontAwesome;
	font-weight: 400;
}
address .map:before {
	content:'\f041';
	font-family:FontAwesome;
	display:inline-block;
	margin-right:5px;
}
.btn.map:before, .btn.calendar:before{
	margin-right: 10px;
	font-family: FontAwesome;
	font-size: 16px;
	font-weight: 400;
}
.btn.map:before{
	content: '\f041';
}
.btn.calendar:before{
	content: '\f073';
}
.liste-bild.column-3 small, .liste-bild.column-3 .mc2_ac, .themenboxen .elem small, .themenboxen .elem .mc2_ac, .image-gallery .mc2_ac, .image-single .mc2_ac{
	background-color: #fff;
	background-color: rgba(255,255,255,0.85);
	padding: 5px;
	display: inline-block;
	position: absolute;
	right: 15px;
	bottom: 0;
	font-size: 11.5px;
	max-width: 66.666%;
	max-width: calc(100% - 30px);
	color: #444
}
.liste-bild.column-3 small, .liste-bild.column-3 .mc2_ac{
	max-width: calc(100% - 60px);
}
.themenboxen .elem small, .themenboxen .elem .mc2_ac {
	right: 0;
}
.themenboxen .elem{
	margin-top: 15px;
	margin-bottom: 15px;
	display: block;
	color: #3b3b3b;
}
.themenboxen img{
	width: 100%;
}
.themenboxen .elem .caption{
	padding: 25px;
}
.themenboxen .elem .content{
	background-color: #f2f2f2;
	transition: background-color 0.25s, box-shadow 0.25s;
}
.themenboxen .elem .content:hover{
	background-color: #e0e0e0;
	box-shadow: 0 5px 15px #000;
	box-shadow: 0 5px 15px rgba(0,0,0,0.25);
}
.themenboxen .elem .image{
	position: relative;
}
.themenboxen .elem .image + .caption{
	padding: 15px;
}
.themenboxen h2, .themenboxen h3, .themenboxen h4, .themenboxen h5, .themenboxen h6{
	margin: 0;
	font-size:1.125em;
}
.liste-bild img, .image-single img, .image-gallery img, .themenboxen img{
	width: 100%;
	display: block;
}
.image-gallery img{
	transition: all 0.2s ease-out;
}
.image-gallery a:hover img, .image-single a:hover img{
	box-shadow: 0 5px 15px #000;
	box-shadow: 0 5px 15px rgba(0,0,0,0.25);
}
.image-gallery{
	margin-top: 30px;
	margin-bottom: 20px;
}
.image-gallery .mc2_ac{
	right: 5px;
	max-width: calc(100% - 40px);
}
.image-gallery .row{
	margin-left: -5px;
	margin-right: -5px;
}
.image-gallery .elem{
	margin-bottom: 10px;
}
.image-gallery .column-1, .image-gallery .column-2, .image-gallery .column-3, .image-gallery .column-2x3, .image-gallery .column-4, .image-gallery .column-2x4, .image-gallery .column-3x4, .image-gallery .column-5, .image-gallery .column-2x5, .image-gallery .column-3x5, .image-gallery .column-4x5, .image-gallery .column-6, .image-gallery .column-2x6, .image-gallery .column-3x6, .image-gallery .column-4x6, .image-gallery .column-5x6, 
.image-gallery .column-sm-1, .image-gallery .column-sm-2, .image-gallery .column-sm-3, .image-gallery .column-sm-2x3, .image-gallery .column-sm-4, .image-gallery .column-sm-2x4, .image-gallery .column-sm-3x4, .image-gallery .column-sm-5, .image-gallery .column-sm-2x5, .image-gallery .column-sm-3x5, .image-gallery .column-sm-4x5, .image-gallery .column-sm-6, .image-gallery .column-sm-2x6, .image-gallery .column-sm-3x6, .image-gallery .column-sm-4x6, .image-gallery .column-sm-5x6{
	padding-left: 5px;
	padding-right: 5px;
}

.toggler-title {
    scroll-margin-top: 125px;
}

.toggler-title, .trigger{
	background-color: #f2f2f2;
	padding: 5px 35px 5px 10px;
	font-size: 1.125em;
	text-decoration: none;
	margin: 0 0 10px;
	cursor: pointer;
	position: relative;
	clear: both;
}
.toggler-title.active, .trigger.active{
	background-color: #336db6;
	color: #fff;
}
.randspalte .trigger.active{
	color: #333;
}
.toggler-title:after, .trigger:after{
	content: '\f0ab';
	font-family: FontAwesome;
	position: absolute;
	top: 3px;
	right: 10px;
	font-size: 1em;
	color: #336db6;
	vertical-align: middle;
	line-height: 1.5;
	transition: all 0.2s ease-in;
}
.toggler-title.active:after, .trigger.active:after{
	color: rgba(255,255,255,1);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.toggler-title a, .toggler-title a:link, .toggler-title a:hover, .toggler-title a:active, .toggler-title a:visited,
.trigger a, .trigger a:link, .trigger a:hover, .trigger a:active, .trigger a:visited{
    text-decoration: none;    
}
.toggler-title.active a, .toggler-title.active a:link, .toggler-title.active a:hover, .toggler-title.active a:active, .toggler-title.active a:visited,
.trigger.active a, .trigger.active a:link, .trigger.active a:hover, .trigger.active a:active, .trigger.active a:visited{
    color: #fff;
}
.randspalte .trigger.active a, .randspalte .trigger.active a:link, .randspalte .trigger.active a:hover, .randspalte .trigger.active a:active, .randspalte .trigger.active a:visited{
    color: #336db6;
}
.toggler-container, .toggle_container{
	padding: 10px;
	margin-bottom: 10px;
}

.toggler-alleanzeigen{
    float: right;
    display: inline-block;
    font-size:0.875em;
    font-weight: 700;
    color:#fff;
    background:#336db6;
    padding:5px;
    margin:0px 0px 20px 0px;
    cursor:pointer;
}
.toggler-alleanzeigen:after{
    content:'alle Inhalte anzeigen';
}
.toggler-alleanzeigen.aktiv:after{
    content:'alle Inhalte verbergen';
}

.randspalte .kb-adresse .trigger hr.sta_address_footer {background:transparent;margin:0;}

/* -------------------------------------------------------
-- Layout-Optionen ---------------------------------------
------------------------------------------------------- */
/* Breite */
body.pagewidth-wide .wrapper{
	width: 1480px;
}
body.menuwidth-full .masthead.wrapper{
	width: 100%;
	padding: 0;
}
body.menuwidth-full .main-navigation .wrapper{
	padding: 0 15px;
}
body.jumbotronwidth-full .jumbotron.wrapper{
	width: 100%;
	padding: 0;
}
body.jumbotronwidth-full .slogan{
	text-align: center;
}
body.jumbotronwidth-full.startseite .slogan{
	font-size: 3em;
}
body.pagewidth-full{
	width: 100%;
	padding: 0;
}
body.pagewidth-full .wrapper{
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}
body.pagewidth-full .main-navigation .wrapper{
	padding: 0 15px;
}
body.pagewidth-full .jumbotron.wrapper, body.pagewidth-full .masthead.wrapper{
	padding: 0;
}
/* Simple Dropdown */
body.dropdown-menu .main-navigation .nlv_1 ul{
	width: 335px;
	padding: 0;
}
body.dropdown-menu .main-navigation .nlv_2 > li{
	width: 100%;
}
body.dropdown-menu .main-navigation .nlv_2 a{
	padding: 7px 20px;
}
body.dropdown-menu .main-navigation .nlv_3{
	font-size: 1em;
}
body.dropdown-menu .main-navigation .nlv_3 a{
	font-size: 1.2em;
}
body.dropdown-menu .main-navigation .nlv_2{
	left: auto;
}
body.dropdown-menu .main-navigation .nlv_2 ul{
	position:absolute;
	left: 335px;
	top: 0;
	visibility: hidden;
	transition: 0s 0.25s;
}
body.dropdown-menu .main-navigation .nlv_2 li:hover > ul{
	visibility: visible;
	transition-delay: 0.25s;
}
#mod_abf_search .sfm select{
    width: 100% !important;
}
/* Zusatzfunktion: Aufklapp-Effekt */
.accordion {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
}
.accordion.alleanzeigen {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;    
}
.accordion.alleanzeigen .toggler-alleanzeigen {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.accordion-title {
    display: block;
    font-size: 1.0455em;
    font-weight: 700;
	text-align: left;
    background-color: #fff;
    color: #336db6;
	margin: 0 0 10px;
	cursor: pointer;
	padding:5px 10px !important;
}
.accordion-title.active {
    background-color: #336db6 !important;
    color: #fff !important;
}
.accordion-title.smaller-title {
	font-size: 1.125rem;
}
.accordion-title.bigger-title {
	font-size: 1.5rem;
}
.accordion-title button {
	position: relative;
	width: 100%;
	font-size: inherit;
	font-weight: inherit;
	text-align: left;
	color: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	cursor: inherit;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	border: 0;
}
.accordion-title button::after {
	content: '';
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}
.accordion-title span {
	display: inline-block;
	text-align: left;
	line-height: 1.33;
	color: inherit;
	margin-right: 20px;
}
.accordion-title,
.accordion-title span {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.accordion-title i[class*="fa-"] {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 1.15rem;
	color: inherit;
	margin-right: 0 !important;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.accordion-title i[class*="fa-"].flip-x {
	-moz-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
	transform-origin: 25% 25%;
}
.accordion-container {
	padding: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
.accordion-title.as-link {
	font-size: 1rem;
	font-weight: normal;
	color: #006080;
	background: none;
	margin: 0 0 0.75em;
}
.accordion-title.as-link button {
	width: unset;
	color: inherit;
	background: transparent;
	padding: 0 0.5em 0 0;
}
.accordion-title.as-link span {
    color: inherit;
	margin-right: calc(20px + 0.25em);
}
.accordion-title.as-link i[class*="fa-"] {
	font-size: 1rem;
	font-weight: 400;
	color: inherit;
}
.accordion-container.with-background {
    background-color: #eee;
	padding: 1em; 
	margin-bottom: 1em;
}
.rs_active .accordion-container {
	display: block !important;
}
.rs_active .accordion-title {
	cursor: auto;
}
.rs_active .accordion-title i[class*="fa-"] {
	display: none;
}
.accordion-container .randspalte {
  margin-left: 0 !important;
}
/*RS Ansprechpartner Toggler*/
.randspalte .widget.kontakte .trigger {
  padding: 0;
}
.randspalte .widget.kontakte .trigger .sta_50653{
    cursor:pointer;
    padding-right: 1rem;
    position:relative;
}
.randspalte .widget.kontakte .trigger .sta_50653:after {
    content: "\2b";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    line-height: 1.33;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1rem;
    color: inherit;
    margin-right: 0 !important;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.randspalte .widget.kontakte .trigger.active .sta_50653:after {
    content: "\f068";
}
.randspalte .bg_hb_rd07 {
  padding: 10px;
}
@media screen and (max-width: 960px){
	.slicknav_menu{
		display: block;
	}
	
	.titelbild-slider .ikiss-control-nav{
		width: 100%;
		right: auto;
		left: 0;
	}	
}

@media screen and (max-width: 680px){
	.site-header .logo{
		text-align: center;
		margin-bottom: 15px;
	}
    .site-footer .column-2.text-right {
        text-align: center;
    }	
	.site-footer .quickmenu ul a{
		margin-right: 5px;
		margin-left: 0;
	}
	.site-header .logo img{
		float: none;
		margin: 0;
	}
	.site-header .logo span.headerheight{
		width: 100%;
		display: block;
		height: auto;
		margin-top: 10px;
	}
	.headerheight, .headerheight.header-right{
		height: auto;
	}
	body.startseite .titelbild .slogan, 
	.titelbild .slogan {
		font-size: 1.25em !important;
		text-align: center;
	}
	.titelbild .elem{
		height: 150px;
	}
	body.startseite .titelbild .elem{
		height: auto;
	}
	.titelbild-slider .ikiss-control-nav{
		/*display: none;*/
	}
	.titelbild-slider .ikiss-control-nav{
		width: 100%;
		top: 0;
	}
	.header-right .inner{
		display: block;
	}
	.main-navigation{
		display: none;
	}
	.suche form{
		max-width: none;
		width: 100%;
	}
	.top-bar{
		padding: 0;
	}
	body.full-width.startseite .slogan{
		font-size: 2em;
	}
	.randspalte{
		margin-top: 15px;
	}
	body.pagewidth-full .wrapper{
		padding-left: 15px;
		padding-right: 15px;
	}
}