html.frontend{
	background-color: #eaeaea;
}
html.frontend body{
	background-color: #fff;
	overflow-x: hidden;
}
.main-content-area ul,
.main-content-area ol,
.main-content-area dl{
    overflow: hidden;
}
.page-title{
	font-size: 2em;
	margin: 10px 0 0.75em;
}
.top-bar{
	display: block;
	width: 100%;
	padding: 20px 0;
}
.quickmenu{
	margin-bottom: 5px;
	line-height: 1.333;
}
.quickmenu ul a{
	color: #444;
	margin-left: 5px;
}
.quickmenu ul li:first-child a{
	margin-left: 0;
}
.main-navigation{
	width: 100%;
	border-right: none;
	border-left: none;
	display: inline-block;
	float: left;
}
.main-navigation .wrapper{
	padding: 0;
}
.main-navigation a{
	font-weight: 300;
}
.main-navigation li{
	list-style: none;
	float: left;
}
.main-navigation .nlv_2 a {
	text-decoration: none;
	font-size: 1.2em;
	color: #fff;
	padding: 15px 30px;
	width: 100%;
	text-align: left;
	display: inline-block;
}
.main-navigation ul li ul{
	visibility: hidden;
	transition: 0s 0.25s;
}
.main-navigation .nlv_1 > li > a{
	padding: 10px 20px;
	display: inline-block;
	font-size: 1.2em;
}
.main-navigation .nlv_1{
	position: relative;
	width: 100%;
	z-index: 999;
}
.main-navigation .nlv_2{
	position: absolute;
	padding: 0 0 25px;
	width: 100%;
	left: 0;
	z-index: 1;
}
.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: #2D8BBF;
	display: block;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}
.main-navigation .nlv_2 > li {
	float: left;
	width: 33.333%;
	position: relative;
}
.main-navigation a {
	transition: background-color 0.25s;
}
.main-navigation .nlv_1 > li.npt_on > a{
	background-color: rgba(0,0,0,0.15);
}
.main-navigation .nlv_1 > li:hover > a, .main-navigation .nlv_2 > li > a:hover, .main-navigation .nlv_3 > li:hover > a{
	background-color: rgba(0,0,0,0.1);
}
.main-navigation .nlv_3 li{
	width: 100%;
}
.main-navigation .nlv_3 a{
	padding: 5px 30px;
	width: 100%;
	display: block;
	font-size: 0.95em;
}
.main-navigation ul li:hover ul{
	visibility: visible;
	transition-delay: 0.25s;
}
.breadcrumb{
	margin-top: 15px;
	margin-bottom: 15px;
	display: inline-block;
	width: 100%;
}
.breadcrumb a > i{
	color: #666;
	float: left;
	margin-right: 4px;
	font-size: 18px;
	margin-top: -1px;
}
.breadcrumb .elems a:first-child{
	display: none;
}
.breadcrumb .elems a:before{
	font-family: FontAwesome;
	content: '\f105';
	color: #666;
	margin: 0 5px;
	font-size: 14px;
}
.submenu {
	background-color:#f0f0f0;
	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:15px 5px 15px 15px;
	color:#fff;
	position:relative;
	display:block;
	font-size:1.3em;
	font-weight:300;
	background-color:#2D8BBF;
	text-decoration:none;
}
.submenu .nlv_1>li>a>span {
	position:relative;
}
.submenu .nlv_2 {
	padding:15px 0;
}
.submenu .nlv_2 a {
	color:#5d5d5d;
	padding:5px 10px 5px 15px;
	display:block;
	text-decoration:none;
}
.submenu .nlv_2 > li > a:hover, .submenu .nlv_2 > li > a.nlk_on {
	background-color:#eee;
	background-color:rgba(0,0,0,.085);
}
.submenu .nlv_2 > li > a.nlk_on:hover{
	background-color:#ddd;
	background-color:rgba(0,0,0,.15);
}
.submenu .nlv_3 a {
	padding-left: 10px;
}
.submenu .nlv_3 a:hover, .submenu .nlv_3 a.nlk_on {
	font-weight: 600;
}
.headerheight{
	height: 85px;
	line-height: 1;
}
.logo.headerheight img{
	max-height: 85px;
	float:left;
	margin-right: 20px;
}
.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. */
}
.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 .titelbild-slider{
	display: inline-block;
	width: 100%;
	height: 450px;
	overflow: hidden;
	z-index: 0;
}
.site-header .titelbild-slider.loaded{
	height: auto;
}
.suche form{
	background-color: #f0f0f0;
	display: inline-block;
	padding: 10px;
	position: relative;
	width: 100%;
	max-width: 325px;
	font-size: 1.1em;
	float: right;
}
.suche input, .suche button{
	background-color: transparent;
	border: none;
	box-shadow: none;
	text-shadow: none;
}
.suche input{
	width: 100%;
	float: left;
}
.suche button{
	font-size: 24px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	color: #666;
	line-height: 0.8;
}
.site-content{
	padding-top: 30px;
	padding-bottom: 30px;
}
.main-row, .jumbotron{
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.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: #2d8bbf;
}
.slicknav_menu .npt_on > a{
	font-weight: bold;
}
.titelbild-slider{
	position: relative;
}
ul.titelbild{
	padding: 0;
	list-style: none;
	position: relative;
}
.titelbild .elem{
	height: 250px;
	margin: 0;
	position: relative;
	display: table !important;
	width: 100%;
	background: center center no-repeat;
	background-size: cover;
}
body.startseite .titelbild .elem{
	height: 450px;
}
.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;
	bottom: 15px;
	left: 15px;
	z-index: 5;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 50%;
}
.titelbild-slider .ikiss-control-nav a{
	font-size: 0;
	width: 15px;
	height: 15px;
	float: left;
	display: inline-block;
	background-color: #eee;
	opacity: 0.5;
	margin: 0 10px 0 0;
	padding: 0;
	border-radius: 50%;
	transition: all 0.2s;
}
.titelbild-slider .ikiss-control-nav a.ikiss-active, .titelbild-slider .ikiss-control-nav a:hover{
	opacity: 1;
	background-color: #fff;
}
.bottom-controls{
	/*border-top: 1px solid #eee;*/
	padding-top: 30px;
	margin-top: 30px;
	width: 100%;
	display: inline-block;
}
.bottom-controls .btn{
	margin: 5px 0 5px 10px;
}
.randspalte .widget{
	background-color: #f0f0f0;
	padding: 15px;
	margin-bottom: 30px;
}
.randspalte .widget .widget{
	background-color: transparent;
	padding: 0;
	margin-bottom: 10px;
}

/* Highslide in der Randspalte */
.randspalte .widget.bilder{
	padding: 0;
	box-shadow: none;
	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{
	padding: 15px;
	margin: -15px -15px 15px -15px;
	border-bottom: 1px solid #999;
}
.randspalte h3{
	padding: 15px;
	margin: -15px -15px 15px -15px;
}
.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: 0.85em;
}
.date:before{
	content: '\f073';
	margin-right: 5px;
	opacity: 0.7;
	font-family: FontAwesome;
	font-size: 14px;
	font-weight: 400;
}
.time:before{
	content: '\f017';
	margin-right: 5px;
	opacity: 0.7;
	font-family: FontAwesome;
	font-size: 14px;
	font-weight: 400;
}
.label:before{
	content: '\f02b';
	margin-right: 5px;
	opacity: 0.7;
	font-family: FontAwesome;
	font-size: 14px;
	font-weight: 400;
}
.page:before{
	content: '\f02d';
	margin-right: 5px;
	opacity: 0.7;
	font-family: FontAwesome;
	font-size: 14px;
	font-weight: 400;
}
.file:before{
	content: '\f0c7';
	margin-right: 5px;
	opacity: 0.7;
	font-family: FontAwesome;
	font-size: 14px;
	font-weight: 400;
}
.user:before{
	content: '\f007';
	margin-right: 5px;
	opacity: 0.7;
	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;
}
.btn.map:before, .btn.calendar:before, .btn.request:before{
	margin-right: 10px;
	font-family: FontAwesome;
	font-size: 16px;
	font-weight: 400;
}
.btn.map:before{
	content: '\f041';
}
.btn.calendar:before{
	content: '\f073';
}
.btn.request:before{
	content: '\f040';
}
.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: #606060;
}
.themenboxen img{
	width: 100%;
}
.themenboxen .elem .caption{
	padding: 25px;
}
.themenboxen .elem .content{
	background-color: #f0f0f0;
	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;
}
.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;
}
.randspalte .widget.bilder .image-gallery img {
    box-shadow: 0 2px 2px rgba(0,0,0,0.25);
}
.toggler-title{
	background-color: #f0f0f0;
	padding: 5px 35px 5px 10px;
	font-size: 1.3em;
	margin: 0 0 10px;
	cursor: pointer;
	position: relative;
	clear: both;
}
.toggler-title:after{
	content: '\f054';
	font-family: FontAwesome;
	position: absolute;
	right: 10px;
	font-size: 1em;
	color: #666;
	vertical-align: middle;
	line-height: 1.5;
	transition: all 0.2s ease-in;
}
.toggler-title.active:after{
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.toggler-container{
	padding: 10px;
	margin-bottom: 10px;
}
.parallax-mirror{
    z-index: auto !important;
}
/* -------------------------------------------------------
-- 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: 2.7em;
}
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 30px;
}
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 15px;
}
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;
}


.slicknav_menu{
    background-color: transparent !important;
	color: #003c57;
	position: fixed;
    width: 100%;
    z-index: 9999;
    transition: all .2s;
    padding-bottom: 5px;
}

.slicknav_menu.open{
	background-color: #646464 !important;
    box-shadow: 0 7px 15px rgba(0,0,0,.1);
}

.slicknav_menu .slicknav_btn{
	background-color: #f7a800;
    box-shadow: 0 7px 15px rgba(0,0,0,.1);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    padding: 24px 18px;
}

.slicknav_menu a{
	color: #878787;
}

.slicknav_menu .slicknav_icon{
    width: auto;
}
.slicknav_menu .slicknav_icon-bar{
    background-color: #fff;
    width: 45px;
    height: 8px;
    box-shadow: none;
    margin-bottom: 2px;
    border-radius: 2px;
}

@media screen and (max-width: 960px){
	.slicknav_menu{
		display: block;
		top: 165px;
	}
}
@media screen and (max-width: 680px){
	.site-header .logo{
		text-align: center;
		margin-bottom: 15px;
	}
	.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: 250px;
	}
	.titelbild-slider .ikiss-control-nav{
		display: none;
	}
	.header-right .inner{
		display: block;
	}
	.main-navigation{
		display: none;
	}
	.suche form{
		max-width: none;
		width: 100%;
	}
	.top-bar{
		padding: 25px 0 15px;
	}
	body.full-width.startseite .slogan{
		font-size: 2em;
	}
	.randspalte{
		margin-top: 15px;
	}
	body.pagewidth-full .wrapper{
		padding-left: 15px;
		padding-right: 15px;
	}
	.header-right .phone{
	    margin-top: 10px !important;
	}
	.site-header .logo{
        text-align: center;
        margin-bottom: 20px;
        height: auto;
        padding-top: 80px;
	}
	.slicknav_menu{
		top: auto;
	}
	.image-single .mt_left,
	.image-single .mt_right{
	    float: none;
	}
}