/*
Farbschema
==========
Grau 			#aaaaaa
Dunkelblau 		#183572
Mittelblau 		#2e5dad
Hellblau		#85c4ea
BAD 1 Pink 		#c60086
BAD 2 Orange 	#dea729
BAD 3 Blau 		#0ba1e2
Freibad Grün 	#80b840
Strandbad Gelb 	#f2dd20
*/

*{
	padding:0;
	margin:0;
}
body{
	font-size: 19px;
	font-family: 'Alegreya Sans';
	color:#183572;
	line-height: 140%;
}
h1,h2,h3{
	font-size: 21px;
	text-transform: uppercase;
	letter-spacing:1px;
	border-bottom: 1px solid #7f9ab5;
	font-weight: 500;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
a{
	text-decoration: none;
	color:#183572;
}
p,
ul,
ol{
	padding-bottom: 12px;
}
p:last-child,
table:last-child,
ul:last-child,
ol:last-child{
	padding-bottom: 0;
	margin-bottom: 0;

}
table{
	margin-bottom: 12px;
}
td{
	padding:0 5px;
}
tr td:first-child{
	padding-left: 0;
}
img{
	max-width: 100%;
	height:auto;
}
li{
	margin-left: 20px;
}
iframe{
	border: 0;
	width: 100%;
}
.center-content{
	width: 1316px;
	margin:0 auto;
	position: relative;
}
.container-inhalt .links a,
.container-inhalt .rechts a{
	text-decoration: underline;
}
.clearer{
	clear:both;
	float: none !important;
}
.text-center,
.align-center{
	text-align: center;
}
.container-inhalt{
	padding-top: 30px;
}
.container-navi .logo,
footer .logo{
	position: absolute;
	right: 32px;
	top:-10px;
	z-index: 99;
}
.container-navi img.logo,
footer img.logo{
	height:92px;
}
.baeder-logos{
	background: #183572;
	height: 58px;
}
.baeder-logos img{
	height:45px;
	width: auto;
	position: relative;
	top:14px;
	z-index: 100;
}
.baeder-logos .ce-image{
	overflow: visible;
}
.baeder-logos .ce-gallery{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	overflow: visible;
	float: none;
}
.baeder-logos .ce-gallery .ce-row{
	width: 150px;
    text-align: center;
    border-right: 1px solid #fff;
    margin-bottom: 0;
    padding-top: 6px;
    padding-bottom: 7px;
    display: flex;
    justify-content: center;
	overflow: visible;
}
.baeder-logos .ce-gallery .ce-row:nth-child(1){
	background: #c60086;
}
.baeder-logos .ce-gallery .ce-row:nth-child(2){
	background: #dea729;
}
.baeder-logos .ce-gallery .ce-row:nth-child(3){
	background: #0ba1e2;
}
.baeder-logos .ce-gallery .ce-row:nth-child(4){
	background: #80b840;
}
.baeder-logos .ce-gallery .ce-row:nth-child(5){
	background: #f2dd20;
}
.container-navi-main{
	position: relative;
	border-top:1px solid #fff;
	background: #2e5dad;
	height:80px;
}
.navi-main{
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing:1px;
    padding-right: 420px;
    background: #2e5dad;
}
ul.navi-main,
ul.navi-baeder{
	padding-bottom: 0;
	list-style-type: none;
}
.navi-main li,
.navi-meta li,
.navi-baeder li{
	margin-left: 0;
}
.navi-baeder li{
	float: left;
}
.navi-main a{
	color:#fff;
	height:26px;
	padding:27px 40px;
	display: inline-block;
}
.navi-main > .navi-elem{
	float:left;
	position: relative;
}
.navi-main .level-2{
	display:none;
	position: absolute;
	top: 80px;
    left: 0px;
	z-index: 150;
	list-style-type: none;
}
.navi-main .level-2 .navi-elem{
	background: #2e5dad;
	border-top:1px solid #fff;
	white-space: nowrap;
}
.navi-main .level-2 .navi-elem a{
	padding:10px 40px;
}
.slider-elem{
	position: relative;
}
.slider-elem .teaser{
	position: absolute;
	top:115px;
	left:40px;
	width:440px;
	font-weight: 500;
}
.slider-elem .teaser .header h3{
	background: #2e5dad;
	color:#fff;
	padding:5px 20px;
	margin-bottom: 1px;
	border:0;
	font-size: 20px;
	text-transform: none;
}
.slider-elem .teaser .teaser-content{
	background: #bcddf3;
	padding:20px;
}
.slider-elem .teaser .teaser-content a{
	text-decoration: underline;
}
.slider-elem .teaser .teaser-content .more-link{
	text-align: right;
	padding-top: 10px;
}
.slider-elem .teaser .teaser-content .more-link a{
	color:#183572;
	font-weight: 700;
}
.slider-elem .teaser .teaser-content .image{
	margin-bottom: 10px;
}
.slick-dots {
    bottom: -30px;
}
.slick-dots li button:before {
    font-size: 14px;
}
.slick-dots li.slick-active button:before,
.slick-dots li button:hover:before{
	color:#183572;
	opacity: .75;
}
.teaser-startseite .oben-links{
	width: 370px;
	float: left;
	padding-right: 72px;
}
.teaser-startseite .oben-links .frame-type-text a{
	color:#2e5dad;
	font-weight: 500;
}
.teaser-startseite .oben-links .frame-type-text strong a{
	font-weight: 700;
}
.frame,
.youtube-video-wrapper{
	margin-bottom:40px;
}
.frame-type-header{
	margin-bottom: 0 !important;
}
.news-list-view .article{
	border-bottom: 1px solid #7f9ab5;
}
.news-list-view .article .more{
	text-decoration: underline;
	font-weight: 500;
}
.news-list-view .article .header{
	font-weight: 500;
	font-size: 19px;
}
.news-list-view .article .catImage{
	position: relative;
    top: 15px;
    padding-right: 10px;
	padding-bottom: 5px;
}
.news-list-view .catImage img{
	height: 45px;
	width: auto;
}
.teaser-startseite .news-list-view .article .catImage{
	display: block;
	position: static;
}
.news-single .article .news-img-wrap .outer{
	margin-bottom: 20px;
	text-align: right;
}
.news-single .article .news-img-wrap .outer:last-child{
	margin-bottom: 0px;
}
.news-single .article .catImage{
	position: relative;
	top:15px;
	padding-right: 10px;
}
.news .article:last-child {
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.teaser-startseite .oben-rechts{
	width: calc(100% - 442px);
	float: right;
	display: flex;
	gap: 72px;
}
.teaser-startseite .oben-rechts .col{
	flex: 1;
}
.teaser-startseite .oben-rechts .col:last-child{
	padding-top: 36.6px;
}
.teaser-startseite .frame-type-textpic,
.bildergalerie{
	float:left;
	margin-right: 10px;
	font-size: 21px;
	width: 432px;
	font-weight: 500;
	overflow: hidden;
    /*border: 1px solid #7f9ab5;
	box-sizing: border-box;
	padding-bottom: 15px*/;
}
.teaser-startseite .frame-type-textpic img{
	width: 100%;
}
.teaser-startseite .oben-rechts .frame-type-textpic:nth-child(2n+2){
	margin-right: 0;
}
.teaser-startseite .mitte .frame-type-textpic:nth-child(3n+4),
.teaser-startseite .unten .frame-type-textpic:nth-child(3n+4),
.bildergalerie:nth-child(3n+4){
	margin-right: 0;
}
.bildergalerie{
	margin-bottom: 10px;
}
.bildergalerie .titelbild{
	margin-bottom: 10px;
	overflow: hidden;
}
footer{
	margin-top: 50px;
	padding-bottom: 60px;
}
footer .balken{
	background: #183572;
	height:55px;
}
footer .logo{
	left:0;
	right: auto;
	top:-17px;
}
.navi-meta{
	padding:20px 0;
	text-align: right;
}
.navi-meta .metanavi-elem{
	display: inline-block;
	padding-left:30px;
	font-weight: 500;
	font-size: 18px;
}
.btn-top{
	position: fixed;
	bottom:30px;
	right:30px;
	z-index: 100;
	opacity: 0.35;
	width:66px;
	height:66px;
	display: none;
}
.container-inhalt .links{
	width:372px;
	padding-right: 60px;
	float:left;
}
.container-inhalt .rechts{
	width:874px;
	float:right;
}
.uebersicht-baeder .container-inhalt .links{
	width:432px;
	padding-right: 0;
}
.uebersicht-baeder .container-inhalt .links .subnavi{
	display: none;
}
.uebersicht-baeder .bad-teaser{
	position: relative;
	font-weight:500;
	margin-bottom: 30px;
	font-size: 21px;
}
.uebersicht-baeder .bad-teaser .image{
	overflow: hidden;
}
.uebersicht-baeder .bad-teaser .stoerer{
	position: absolute;
	top:-20px;
	left:-20px;
}
.uebersicht-baeder .bad-teaser .image .stoerer img{
	transform: scale(1.0);
	width: 105px;
}
.uebersicht-baeder .bad-teaser .text{
	padding-top: 5px;
}
.uebersicht-baeder .bad-teaser .text .more-link{
	float: right;
}
.uebersicht-baeder .bad-teaser .text .more-link a{
	text-decoration: underline;
}
.uebersicht-baeder .container-inhalt .rechts .bad-layer{
	background: #183572;
	color:#fff;
	width:440px;
	display:none;
}
.uebersicht-baeder .container-inhalt .rechts .bad-layer a{
	color:#fff;
	text-decoration: underline;
}
.uebersicht-baeder .container-inhalt .rechts .bad-layer .header,
.colored-table .header{
	height:36px;
	position: relative;
	border-bottom: 1px solid #fff;
}
.uebersicht-baeder .container-inhalt .rechts .bad-layer .header img,
.colored-table .header img{
	height:48px !important;
	position: absolute;
	left:15px;
	top:-6px;
}
.uebersicht-baeder .container-inhalt .rechts .bad-layer .header .close{
	position: absolute;
    right: 2px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing:1px;
    padding: 6px 13px;
    cursor: pointer;
}
.uebersicht-baeder .container-inhalt .rechts .bad-layer .text{
	padding:20px;
	overflow: auto;
	font-size: 21px;
}
.uebersicht-baeder .container-inhalt .rechts .bad-layer .text .maps-link{
	float: right;
	font-size: 18px;
}
.uebersicht-baeder #baeder-map{
	position: relative;
}
.container-inhalt .links .frame{
	margin-bottom: 30px;
}
.container-inhalt .links .subnavi .subnavi-elem{
	padding:2px 0;
}
.container-inhalt .links .subnavi a{
	text-transform: uppercase;
	letter-spacing:1px;
	font-weight: 500;
	color:#2e5dad;
}
.container-kopf {
	position: relative;
}
.container-kopf .bad-layer{
	position: absolute;
	left:30px;
	bottom:30px;
	width: 100%;
	height:100px;
    background-size: auto 100px;
    background-repeat: no-repeat;
    display:none;
}
.bad-seiten .navi-baeder > div{
	background: #85c4ea;
}
.article{
	font-size: 18px;
}
.article h3{
	border:0;
}
.article .header a{
	text-decoration: none;
}
.rechts .colored-table table{
	border-spacing: 0;
	border-collapse: collapse;
	width:100%;
}
.rechts .colored-table th{
	text-align: left;
}
.rechts .colored-table td,
.rechts .colored-table th,
.rechts .colored-table td:first-child,
.rechts .colored-table th:first-child{
	background: #2e5dad;
	color:#fff;
	padding:10px 20px;
	border: 1px solid #fff;
	vertical-align: top;
}
.rechts .colored-table tr td:first-child,
.rechts .colored-table tr th:first-child{
	border-left:0;
}
.rechts .colored-table tr td:last-child,
.rechts .colored-table tr th:last-child{
	border-right:0;
}
.rechts .colored-table td a{
	color: #fff;
}
.links .colored-table .header{
	display:none;
}
.links .colored-table td{
	vertical-align: top;
}
.tx-powermail{
	width:100%;
}
fieldset{
	border:0;
}
input,
textarea,
select{
	width: calc(100% - 40px);
	background: #2e5dad;
	padding:10px 20px;
	color:#fff;
	border:0;
	margin-bottom: 5px;
	font-size: 18px;
	font-family: 'Alegreya Sans';
}
input[type=submit]{
	width: 100%;
	cursor: pointer;
}
input#trackVisits{
	width: auto;
	margin-right: 10px;
}
select{
	width: 100%;
}
.tx-powermail label,
legend{
	display: none;
}
.tx-powermail .powermail_field .checkbox label{
	display: block;
}
.tx-powermail .powermail_field .checkbox input[type=checkbox]{
	width: auto;
	margin-right: 10px;
}

::-webkit-input-placeholder { /* Edge */
	color: #fff;
	font-size: 18px;
	font-family: 'Alegreya Sans';
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #fff;
	font-size: 18px;
	font-family: 'Alegreya Sans';
}
::placeholder {
	color: #fff;
	font-size: 18px;
	font-family: 'Alegreya Sans';
}
.gridWrap:focus{
	outline: 0;
}
.sb-slidebar{
	display:none;
}
.trans-image{
	display:none;
}
.fixed .container-navi{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
}
.fixed .container-navi .navi-baeder{
	display: none;
}
.fixed .container-kopf{
	padding-top: 106px;
}
/* Button mobile Navi Start */
#btnMobileMenu{
	margin-left:0px;
	margin-top:0px;
	display:none;
    padding: 20px 30px;
	background: #183572;
	float:left;
}
#btnMobileMenu .inner{
	position:relative;
	width:33px;
	height:20px;
	cursor:pointer;
}
#btnMobileMenu span.pipe{
	display: block;
	position: absolute;
	left: 0;
	height: 3px;
	width: 100%;
	background-color: #fff;
	opacity: 1;
}
.startseite #btnMobileMenu span.pipe{
	background-color: #fff;
}
#btnMobileMenu span.pipe:nth-child(1) { top: 0px; }
#btnMobileMenu span.pipe:nth-child(2) { top: 8px; }
#btnMobileMenu span.pipe:nth-child(3) { top: 16px; }
/* Button mobile Navi Ende */


.youtube-video-wrapper{
	max-width: 100%;
	width: 624px;
	left: 0;
	right:0;
	margin-top: -30px;
}
.youtube-video{
	position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}
.youtube-video iframe,
.youtube-video object,
.youtube-video embed{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border:0;
}
.youtube-video .hinweistext{
	background: rgba(255,255,255,0.9);
	font-size: 15px;
	text-align: center;
	padding:25px;
	width: calc(100% - 50px);
	line-height: 140%;
	position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.youtube-video a{
	text-decoration: underline;
}
.youtube-video a.button{
	font-family: 'Alegreya Sans';
	font-weight:600;
	background: #AE0000;
	border-radius: 20px;
	padding:10px 30px;
	display: inline-block;
	border:0;
	color:#fff;
	margin:20px auto 0 auto;
	cursor: pointer;
	width: auto;
	text-decoration: none;
}
.youtube-video a.button:hover{
	color:red;
	background: white;
}
.reservierung .container-inhalt .links{
	display:none;
}
.reservierung .container-inhalt .rechts{
	width: 100%;
	float: none;
}
a[href$=".pdf"]{
    position: relative;
    padding-right: 24px;
}
a[href$=".pdf"]:after{
	content:'';
	background: url(../Images/PDF_24.png) no-repeat;
	width: 24px;
	height: 24px;
	display: inline-block;
	padding-left: 2px;
	position: absolute;
	bottom: 0;
	right: -3px;
}
#page-36 .oben-rechts{
	display: none;
}
#page-36 .oben-links{
	margin: 0 auto;
	float: none;
	padding-right: 0;
}
.fancybox-slide .fancybox-image-wrap{
	background-color: #fff;
}
.news-single .article .news-img-wrap .outer{
	text-align: left;
}
.news-single .article .news-img-wrap .outer img{
	border: 1px solid #183572;
}
.news-list-view.maaktuell .article{
	border-bottom: 0;
	margin-bottom: 5px;
}
.news-list-view.maaktuell a{
	font-weight: 600;
}
.news-list-view.maaktuell h3{
	font-size: 18px;
	text-transform: unset;
	font-weight: normal;
	letter-spacing: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.news-list-view.maaktuell h3 > span{
	display: block;
}
.latest-articles .article{
	margin-bottom: 5px;
}
.latest-articles .page-title{
	font-weight: 600;
}
.latest-articles .article-title {
    background: url(../Images/subarrow_right.svg) top 0px left no-repeat;
    background-size: 20px 20px;
    padding-left: 20px;
}
.frame {
  scroll-margin-top: 60px;
}