html.frontend{
	background-color: #eaeaea;
}
html.frontend body{
	background-color: #fff;
	overflow-x: hidden;
}
.page-title{
	font-size: 3em;
	font-weight: 300;
	margin: 0 0 0.75em;
}
.top-bar{
	display: block;
	width: 100%;
	max-width: 1194px;
	margin: auto;
}
.quickmenu{
	line-height: 1.333;
}
.quickmenu ul a{
	margin-left: 15px;
	font-weight: 300;
}
.site-header .quickmenu ul a {
	color: #444;
}
.quickmenu ul li:first-child a{
	margin-left: 0;
}
#mobile-nav{
	display: none !important;
}
.main-navigation{
	width: 100%;
	border-right: none;
	border-left: none;
	display: table-cell;
	vertical-align: middle;
	padding-left: 45px;
}
.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.125em;
	font-weight:600;
	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{
	width: 20%;
}
.main-navigation .nlv_1 > li > a,
.main-navigation .nlv_1 > li > span{
	padding: 20px 5px 40px 5px;
	display: inline-block;
	font-size: 1.125em;
	color: #fff;
	width: 100%;
    text-align: center;
}
.main-navigation .nlv_1{
	/*position: relative;*/
	width: 100%;
}
.main-navigation .nlv_1::after{
	content: '';
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}
.main-navigation .nlv_2{
	position: absolute;
	padding: 0 0 25px;
	margin: auto;
	width: 100%;
	max-width: 1194px;
	left: 0;
	right: 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;
}
.main-navigation.transparent .nlv_1 ul:after{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
.main-navigation.transparent .nlv_1 ul:before{
	display: none;
}
.main-navigation .nlv_2 > li {
	float: left;
	/*width: 33.333%;*/
	width: 50%;
	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_1 > li:hover > span, .main-navigation .nlv_2 > li > a:hover, .main-navigation .nlv_3 > li:hover > a,
.main-navigation .nlv_1 > li:focus > a, .main-navigation .nlv_1 > li:focus > span, .main-navigation .nlv_2 > li:focus > a, .main-navigation .nlv_3 > li:focus > a {
	background-color: rgba(0,0,0,0.1);
}
.main-navigation .nlv_1 > li:hover > a,
.main-navigation .nlv_1 > li:focus > a,
.main-navigation .nlv_1 > li:hover > span,
.main-navigation .nlv_1 > li:focus > span {
	background-color: #00929C;
}
.main-navigation .nlv_3 li{
	width: 100%;
}
.main-navigation .nlv_3 a{
	padding: 10px 30px;
	width: 100%;
	display: block;
	font-size: 1em;
	font-weight: 300;
}
.main-navigation ul li:hover ul,
.main-navigation ul li:focus ul {
	visibility: visible;
	/*transition-delay: 0s;*/
}
.bc{
	position: relative;
	z-index: 2;
	background-color:#f0f0f0;
	padding: 12px 0 4px 0;
}
.bc .wrapper{
	margin:auto;
}
.breadcrumb{
	margin-top: 11px;
	margin-bottom: 0;
	display: inline-block;
}
.breadcrumb a > i{
	color: #5d5d5d;
	float: left;
}
.breadcrumb .elems a{
	color: #5d5d5d;
}
.breadcrumb .elems a:first-child{
	display: none;
}
.breadcrumb .elems a:before{
	font-family: "Font Awesome 5 Pro";
	content: '\f105';
	color: #5d5d5d;
	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;
	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 15px;
	display:block;
	text-decoration:none;
}
.submenu .nlv_2 > li > a:hover, .submenu .nlv_2 > li > a:focus, .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,
.submenu .nlv_2 > li > a.nlk_on:focus {
	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:focus, .submenu .nlv_3 a.nlk_on {
	font-weight: 600;
}
.submenu .nlv_4 a {
	padding-left: 20px;
}
.submenu .nlv_4 a:hover, .submenu .nlv_4 a:focus, .submenu .nlv_4 a.nlk_on {
	font-weight: 600;
}
.submenu .nlv_5 a {
	padding-left: 30px;
}
.submenu .nlv_5 a:hover, .submenu .nlv_5 a:focus, .submenu .nlv_5 a.nlk_on {
	font-weight: 600;
}
.submenu .nlv_6 a {
	padding-left: 40px;
}
.submenu .nlv_6 a:hover, .submenu .nlv_6 a:focus, .submenu .nlv_6 a.nlk_on {
	font-weight: 600;
}
.headerheight{
	height: 85px;
	line-height: 1;
}
.logo.headerheight img{
	max-height: 60px;
}
.logo span.headerheight{
	display: table-cell;
	font-size: 1.8em;
	font-weight: 300;
	vertical-align: middle;
}
.logo span small{
	font-size: 0.6em;
}
.logo a{
	color: #404040;
}
.site-header{
	/*overflow: hidden;*/ /*TH/SW: Funktioniert so nicht, da dann das Dropdown nach unten mit dem Titelbild endet. Daher wieder auskommentiert. */
	position: relative;
}
.site-header .logo, .header-right{
	display: table;
}
.site-header .logo a, .header-right .inner{
	display: table-cell;
	vertical-align: middle;
}
.site-header .logo a{
	position: relative;
	background-color: #fff;
	padding-left: 30px;
}
.site-header .logo a::after{
	content: '';
	position: absolute;
	top: 0;
	right: -50px;
	z-index: -1;
	width: 100px;
	height: 100%;
	background-color: #fff;
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-ms-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	transform: skew(-20deg);
}
.site-header .masthead{
	display: flex;
}
.site-header .titelbild-slider{
	display: block;
	width: 100%;
	overflow: hidden;
	z-index: 0;
}
.site-header .titelbild-slider.loaded{
	height: auto;
}
.startseite .suche{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 2;
	width: 100%;
	max-width: 730px;
	margin: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.suche form{
	background-color: #fff;
	border: 4px solid #e6e6e6;
	display: inline-block;
	padding: 17px 35px;
	position: relative;
	width: 100%;
	max-width: 730px;
	font-size: 1em;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.folgeseite .suche form{
	border: none;
	padding: 10px 20px;

}
.suche input, .suche button{
	background-color: transparent;
	color: #333;
	border: none;
	box-shadow: none;
	text-shadow: none;
}
.suche input{
	width: 100%;
	float: left;
	font-size: 1.375em;
	line-height: 1.333;
}
.folgeseite .suche input{
	font-size: 1em;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #6d6d6d;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #6d6d6d;
	opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #6d6d6d;
}
:-moz-placeholder { /* Firefox 18- */
	color: #6d6d6d;
}
.suche button{
	font-size: 32px;
	cursor: pointer;
	position: absolute;
	top:0px;
	right:0px;
	bottom:0px;
	width: 90px;
	color: #fff;
	background-color: #00929c;
	line-height: 0.8;
	-webkit-border-top-right-radius: 30px;
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius-topright: 30px;
	-moz-border-radius-bottomright: 30px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}
.folgeseite .suche button{
	width: 60px;
	font-size: 22px;
}
.suche button i {
	margin-right: 0;
}
.suche button .fa-fw {
	width:1.5em;
}
.site-content{
	padding-top: 30px;
	padding-bottom: 30px;
}
.main-row, .jumbotron, .cookie-message{
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.site-footer{
	padding: 50px 0 30px 0;
}
.site-footer a{
	font-weight: 600;
}
.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;
}
.site-footer h2:first-child{
	margin: 0 0 50px 0;
	color: #00929C;
	font-size: 1.125em;
	text-transform: uppercase;	
}
.site-footer .liste-text .liste-titel{
	font-size: 1.1em;
}
.site-footer .liste-text .liste-titel a{
	font-weight: 700;
}
body > nav {
	display: none;
}
.slicknav_menu{
	background-color: #2d8bbf;
}
.slicknav_menu .npt_on > a{
	font-weight: 700;
}
.titelbild-slider{
	position: relative;
}
ul.titelbild{
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	position: relative;
}
ul.titelbild li:not(:first-child) {
	display: none;
}
.titelbild .elem{
	margin: 0;
	position: relative;
	width: 100%;
	background: center center no-repeat;
	background-size: cover;
	padding-top: 20%;
}
.titelbild.with-slogan .elem {
	min-height: 358px;
}
body.startseite .titelbild .elem{
	padding-top: 25%;
}
.titelbild .slogan{
	padding: 30px;
	color: #fff;
	font-size: 3.75em;
	text-shadow: 0 0 10px #000;
	width: 100%;
	position: absolute;
	top: 0;
	display: flex!important;
	justify-content: center;
	flex-direction: column;
	height: 100%;
}
.titelbild .slogan p {
	color: #fff;
	font-size: 0.7em;
	margin-bottom: 0;
}
.titelbild .slogan .title {
	font-size: 1em;
	font-weight: 300;
	text-shadow: 0 0 30px #000;
}
.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-slider .ikiss-control-nav{
	position: absolute;
	bottom: 50px;
	left: 15px;
	right: 15px;
	z-index: 5;
	list-style: none;
	margin: auto;
	padding: 0;
	width: 50%;
	text-align: center;
}
.titelbild-slider .ikiss-control-nav li{
	display: inline-block;
}
.titelbild-slider .ikiss-control-nav a{
	font-size: 0;
	width: 15px;
	height: 15px;
	/*float: left;*/
	display: inline-block;
	background-color: #fff;
	opacity: 0.5;
	margin: 0 10px 0 0;
	padding: 0;
	border-radius: 50%;
	transition: all 0.2s;
	box-shadow: 0 0 10px #000;
}
.titelbild-slider .ikiss-control-nav a.ikiss-active, .titelbild-slider .ikiss-control-nav a:hover{
	opacity: 1;
}
.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;
}
.main-content-area > p:last-child, .main-content-area > ul:last-child{
	margin-bottom:0;
}
.randspalte .widget{
	padding: 15px 0;
	margin-bottom: 30px;
}
.randspalte .widget:last-child{
	margin-bottom: 0;
}
.randspalte .widget .widget{
	background-color: transparent;
	padding: 0;
	margin-bottom: 0.75em;
}
.randspalte .widget.bilder{
	padding: 0;
	background-color: transparent;
}
.randspalte .widget.bilder .image-gallery{
	margin-top: 0;
	margin-bottom: -10px;
}
.randspalte .widget p:last-child, .randspalte .widget ul:last-child{
	margin-bottom: 0;
}
.randspalte h1, .randspalte h2, .randspalte h3, .randspalte h4:first-child, .randspalte h5:first-child, .randspalte h6:first-child {
	font-size: 1.35em;
	font-weight: 300;
	padding: 5px 0;
	margin: 15px 0;
	border-top: 30px solid #fff;
	border-bottom: 3px solid #444444;
}
.randspalte h1.primary-bg-color, .randspalte h2.primary-bg-color, .randspalte h3.primary-bg-color, .randspalte h4.primary-bg-color:first-child, .randspalte h5.primary-bg-color:first-child, .randspalte h6.primary-bg-color:first-child {
	border-bottom: 0;
}
.randspalte h1:first-child, .randspalte h2:first-child, .randspalte h3:first-child, .randspalte h4:first-child, .randspalte h5:first-child, .randspalte h6:first-child{
	margin-top: -15px;
	border-top: 0px;
}


address .phone:before, address .fax:before, address .mail:before, address .web:before, address .mobile:before, address .room:before, address .label:before, address .info:before, address .govello:before{
	white-space: normal;
	width: 14px;
	text-align: center;
	display: inline-block;
}
.btn:before{
	margin-right: 10px;
	font-family: "Font Awesome 5 Pro";
	font-size: 16px;
	font-weight: 400;
}
small + small, a + small, .icon-list > i, .icon-list > a, .data-list > li > small {
	margin-left: 10px;
}
a + small{
	color: #787878;
}
.icon-list > i:first-child, .icon-list > a:first-child {
	margin-left: 0;
}

.btn.csslink_extern:before, .btn .csslink_extern:before, .hide-icon:before{
	display: none;
}
.row .liste-bild + .liste-text{
	padding-left: 0;
	padding-top: 0;
}
.liste-text a{
	color: #404040;
}
.liste-text a.btn{
	color: #fff;
}
.liste-text h2, .liste-text h3, .liste-text h4, .liste-text .liste-titel{
	margin: 5px 0;
	font-size: 1.3em;
	font-weight: 600;
}
.liste-text > :last-child {
	margin-bottom:0;
}
.liste-bild.column-2 small, .liste-bild.column-2 .mc2_ac, .liste-bild.column-3 small, .liste-bild.column-3 .mc2_ac, .liste-bild.column-4 small, .liste-bild.column-4 .mc2_ac, .liste-bild.column-5 small, .liste-bild.column-5 .mc2_ac, .liste-bild.column-6 small, .liste-bild.column-6 .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-2 small, .liste-bild.column-2 .mc2_ac, .liste-bild.column-3 small, .liste-bild.column-3 .mc2_ac, .liste-bild.column-4 small, .liste-bild.column-4 .mc2_ac, .liste-bild.column-5 small, .liste-bild.column-5 .mc2_ac, .liste-bild.column-6 small, .liste-bild.column-6 .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,
.themenboxen .elem .content:focus {
	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 .elem .icon{
	padding-top: 15px;
	text-align: center;
}
.themenboxen .elem .icon + .caption{
	padding: 5px 15px 15px;
	text-align: center;
}
.themenboxen .elem .icon i{
	font-size: 2.8em;
	margin-right: 0;
	text-align: center;
}
.themenboxen h2, .themenboxen h3, .themenboxen h4, .themenboxen h5, .themenboxen h6{
	margin: 0;
}
/* Neue Flexbox Themenboxen */
.cards {
	position: relative;
	background-color: #f0f0f0;
}
.cards > a {
	min-height: 100%;
	color: #404040;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	transition: background-color 0.25s, box-shadow 0.25s;	
}
.cards > a:hover {
	background: #e0e0e0;
	-webkit-box-shadow: 0 5px 15px #000;
	box-shadow: 0 5px 15px #000;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.25);
	box-shadow: 0 5px 15px rgba(0,0,0,0.25);
}
.cards img {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 100%;
	display: block;
}
.cards .image {
	position: relative;
	overflow: hidden;
}
.cards .image .bg-img {
	background: center center/cover no-repeat;
	padding-top: 66.666%;
}
.cards .image small, .cards .image .mc2_ac {
	background-color: #fff;
	background-color: rgba(255,255,255,0.85);
	padding: 5px;
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 11.5px;
	max-width: 66.666%;
	max-width: calc(100% - 30px);
	color: #444;
}
.cards .icon {
	padding: 10px;
	text-align: center;
}
.cards .icon i {
	font-size: 44px;
	margin-right: 0;
	text-align: center;
}
.cards .icon i.fa-info-circle.placeh::before {
	content: "";
	background: url(assets/img/20201112_icon_kogge.png) no-repeat center/contain;
	display: block;
	height: 58px;
	width: 44px;
}
.cards > a .icon {
	color: #606060;
}
.cards .caption{
	padding: 25px;
}
.cards .image + .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 15px;
	color: #fff;
	background-color:rgba(0,0,0,0.5);
}
.cards .icon + .caption {
	padding: 0 15px 15px;
	margin: auto;
	text-align: center;
}
.cards .caption .title {
	margin: 0;
	font-size: 1.35em;
}
.cards .caption p{
	margin-bottom: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,
.image-gallery a:focus img, .image-single a:focus img {
	-webkit-box-shadow: 0 5px 15px #000;
	box-shadow: 0 5px 15px #000;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.25);
	box-shadow: 0 5px 15px rgba(0,0,0,0.25);
}
.image-gallery{
	margin-top: 30px;
	margin-bottom: 20px;
}
.image-gallery .mc2_ac{
	right: 0;
	max-width: calc(100% - 30px);
}
.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{
	background-color: #f0f0f0;
	padding: 5px 35px 5px 10px;
	font-size: 1.3em;
	font-weight: 300;
	margin: 0 0 10px;
	cursor: pointer;
	position: relative;
	clear: both;
}
.toggler-title:after{
	content: '\f078';
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	right: 10px;
	font-size: 1em;
	color: #666;
	vertical-align: middle;
	line-height: 1.5;
	transition: all 0.3s ease-in;
	bottom:4px;
}
.toggler-title.active:after{
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	bottom:2px;
}
.toggler-link {
	padding: 5px 35px 5px 0;
	position: relative;
	clear: both;
	cursor: pointer;
}
.toggler-link:after{
	content: '\f078';
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	right: 10px;
	font-size: 1em;
	vertical-align: middle;
	line-height: 1.5;
	transition: all 0.3s ease-in;
	bottom: 4px;
}
.toggler-link.active::after {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	bottom: 2px;
}
.toggler-container{
	padding: 10px;
	margin-bottom: 10px;
}
/* -------------------------------------------------------
-- 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: left;
}
body.jumbotronwidth-full.startseite .slogan{
	font-size: 3.750em;
	font-weight: 300;
	text-align: center;
}
body.pagewidth-full{
	width: 100%;
	padding: 0;
}
body.pagewidth-full .wrapper{
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
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;
}
/*TSA*/
.randspalte .tsa-live .result-list_object-title {
    font-weight: 700;
    font-size: 1em;
    border-bottom:none;
    margin: -5px 0 0.75em;
    color: #00929C;
}
.contact-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0.75em;
}
.contact-list_item {
    margin-bottom: 0.25em;
}
.contact-list [class*="fa-"] {
    margin-right: 5px;
}
.contact-list_link {
    text-decoration: underline;
    text-underline-offset: 3px;
}
.contact-list_link:hover,
.contact-list_link:focus,
.contact-list_link.tab-focus {
    text-decoration-thickness: 2px;
}
.randspalte .tsa-live .result-list.adressen .result-list_item:not(:last-child){
    margin-bottom: 0.75em;
    border-bottom: 1px solid #00929C;
}
.randspalte .tsa-live .widget p:last-child {
    margin-bottom: 0.75em;
}

/*Neue Symbolrandleiste (Flags)*/
.flags {
	display: block;
	position: fixed;
	top: 40%;
	transform: translateY(-50%);
	right: 0;
	z-index: 69;
	width: 3.75rem;
	padding: 0;
	--sidebar-bgcolor:#00929c;
	--sidebar-txcolor:#fff;
}
.flags .flex-row,
.flags [class*="flex-col-"] {
	margin: 0;
}
.flags .flex-row {
	flex-direction: column;
}
.flags .cards[class*="flex-col-"] {
	flex-basis: 100%;
	width: 100%;
	background-color: var(--sidebar-bgcolor, #f0f0f0);
}
.flags .cards[class*="flex-col-"].ikiss_norel {
	color: var(--white) !important;
	background-color: var(--ikiss-norel);
}
.flags .cards {
	margin-bottom: 2px;
	border-top-left-radius: var(--button-border-radius);
	border-bottom-left-radius: var(--button-border-radius);
}
.flags .cards:hover,
.flags .cards:focus,
.flags .cards:focus-visible {
	transform: none;
}
.flags .cards > a,
.flags .cards > a:hover,
.flags .cards > a:focus,
.flags .cards > a.tab-focus {
	flex-direction: row;
	align-items: center;
	justify-content: center;
	position: relative;
	color: var(--sidebar-txcolor, #000000);
	background-color: var(--sidebar-bgcolor, #f0f0f0);
	border-top-left-radius: var(--button-border-radius);
	border-bottom-left-radius: var(--button-border-radius);
}
.flags .cards .icon {
	flex-basis: 2.75rem;
	flex-grow: 0;
	flex-shrink: 0;
	width: 2.75rem;
	padding: 0.5em;
}
.flags .cards .icon [class*="fa-"] {
	font-size: 1.333rem;
	color: var(--sidebar-txcolor, #000000);
}
.flags .cards .icon + .caption {
	text-align: left;
	color: var(--sidebar-txcolor, #000000);
	padding: 10px;
	margin: 0;
}
.flags .image {
	padding: 15px;
}
.flags .image img {
	display: block;
}
.flags a .caption,
.flags .cards .icon + .caption {
    white-space: nowrap;
    display: block;
    opacity: 0;
    position: absolute;
    right: 120%;
    top: 50%;
	max-width: none;
	color: var(--sidebar-txcolor, #000000);
    background-color: var(--sidebar-bgcolor, #f0f0f0);
    border-radius: var(--button-border-radius);
    padding: 10px;
    pointer-events: none;
    transform: translateY(-50%) translateX(15px);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease-in-out;
}
.flags .cards:not(.cards-circle).ikiss_norel > a, .flags .cards:not(.cards-circle).ikiss_norel > a:hover, .flags .cards:not(.cards-circle).ikiss_norel > a:focus,
.flags .cards:not(.cards-circle).ikiss_norel > a *,
.flags .cards:not(.cards-circle).ikiss_norel .icon [class*="fa-"],
.flags .cards.ikiss_norel .icon + .caption {
	color: var(--white) !important;
	background-color: var(--ikiss-norel) !important;
}
.flags a:hover .caption, .flags .cards a:hover .icon + .caption,
.flags a:focus .caption, .flags .cards a:focus .icon + .caption,
.flags a:focus-visible .caption, .flags .cards a:focus-visible .icon + .caption {
    pointer-events: auto;
    transform: translateY(-50%) translateX(0);
    opacity: 1;
    display: block;
}
.flags a .caption::after {
    content: '';
    position: absolute;
    left: 100%;
    width: 0;
    top: 50%;
	transform: translateY(-50%);
    border-left: 6px solid var(--sidebar-bgcolor, #f0f0f0);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}
.flags .ikiss_norel a .caption::after {
    border-left: 6px solid var(--ikiss-norel);
}
.flags .cards .caption .title {
	font-size: 0.889rem;
	font-weight: var(--font-bold);
	color: var(--sidebar-txcolor, #000000);
}
.flags .cards .caption .title + p {
	display: none;
}
.flags .cards .icon i.fa-info-circle.placeh::before {
    content:var(--fa);
	background: none;
	height: auto;
	width: auto;
}
/*Ende Symbolrandleiste*/

@media screen and (max-width: 960px){
	body > nav {
		display: block;
	}
	.titelbild .slogan {
		font-size: 2em !important;
		text-align: center;
	}
	.flags {
        width:2.75rem;
    }
}
@media screen and (max-width: 680px){
    
	.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;
	}
	.titelbild-slider .ikiss-control-nav{
		display: none;
	}
	.titelbild.with-slogan .elem{
		min-height: 195px;
	}
	.header-right .inner{
		display: block;
	}
	.main-navigation{
		display: none;
	}
	.suche form{
		max-width: none;
		width: 100%;
	}
	body.full-width.startseite .slogan{
		font-size: 1.25em;
	}
	.randspalte{
		margin-top: 30px;
	}
	body.pagewidth-full .wrapper{
		padding-left: 15px;
		padding-right: 15px;
	}
	.suche input{
		font-size: 1em;
	}
}