@font-face {
    font-family: 'source_sans_proregular';
    src: url('fonts/source_sans_pro_regular/sourcesanspro-regular-webfont.eot');
    src: url('fonts/source_sans_pro_regular/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/source_sans_pro_regular/sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('fonts/source_sans_pro_regular/sourcesanspro-regular-webfont.woff') format('woff'),
         url('fonts/source_sans_pro_regular/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('fonts/source_sans_pro_regular/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_prolight';
    src: url('fonts/source_sans_pro_light/sourcesanspro-light-webfont.eot');
    src: url('fonts/source_sans_pro_light/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/source_sans_pro_light/sourcesanspro-light-webfont.woff2') format('woff2'),
         url('fonts/source_sans_pro_light/sourcesanspro-light-webfont.woff') format('woff'),
         url('fonts/source_sans_pro_light/sourcesanspro-light-webfont.ttf') format('truetype'),
         url('fonts/source_sans_pro_light/sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

html{
	margin: 0;
	padding: 0;
	-ms-text-size-adjust: 100%;
  	-webkit-text-size-adjust: 100%;
}

body{
	margin: 0;
	padding: 0;
	font-family: 'source_sans_prolight', Arial;
	color: #333;
	font-size: 1em;
	line-height: normal;
	background-color: #29586c;
}

img{
	border: none;
}

p{
	margin-top: 0;
}

a{
	text-decoration: none;
	color: #e30e0e;
	cursor: pointer;
}

ul{
	padding-left: 25px;
	margin: 0;
}


h1{
	font-size: 1.8em;
	margin-bottom: 0.7em;
	margin-top: 0;
	line-height: 1em;
}

h2{
	font-size: 1.8em;
	margin-bottom: 0.7em;
	margin-top: 0;
	line-height: 1em;
}

h3{
	font-size: 1.4em;
	margin-bottom: 0.5em;
}

h4{
	font-size: 1.2em;
	margin-bottom: 0.3em;
}

hr{
	border: none;
	height: 1px;
	background-color: #5FA1C4;
	margin: 20px 0; 
}

.clrfix:after{
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

.clear{
	display: block;
	clear: both;
}

.clear_5{
	display: block;
	clear: both;
	height: 5px;
}

.clear_10{
	display: block;
	clear: both;
	height: 10px;
}

.clear_15{
	display: block;
	clear: both;
	height: 15px;
}

.clear_20{
	display: block;
	clear: both;
	height: 20px;
}

.clear_30{
	display: block;
	clear: both;
	height: 30px;
}

.clear_40{
	display: block;
	clear: both;
	height: 40px;
}

.clear_50{
	display: block;
	clear: both;
	height: 50px;
}

.changeable{
	display: block;
	position: relative;
	min-height: 50px;
}

.changeable .edit_content_button{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px 10px;
	border: 1px solid #cccccc;
	cursor: pointer;
	background-color: #f1f1f1;
}

.changeable:hover .edit_content_button{
	display: block;
}

.changeable:hover .edit_content_button:hover{
	background-color: #eeeeee;
}

.scrollload{
	opacity: 0;
}

#meta_edit{
	display: block;
	font-size: 16px;
	background-color: #fff;
	color: #555;
	padding: 20px;
	position: fixed;
	top: -441px;
	right: 0;
	width: 600px;
	border-radius: 0 0 0 10px;
	height: 400px;
	border: solid #ccc;
	border-width: 0 0 1px 1px;
	z-index: 50;
}

#meta_edit_button{
	display: block;
	position: absolute;
	bottom: -31px;
	right: 0;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	cursor: pointer;
	background-color: #fff;
	border-radius: 0 0 0 10px;
	border: solid #ccc;
	border-width: 0 0 1px 1px;
}

.video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.layout{
	max-width: 1200px;
	margin: 0 auto;
}

#content{
	position: relative;
	top: -45px;
	background-color: #fff;
	padding: 40px 0;
	min-height: 300px;
	z-index: 3;
	font-size: 1.25em;
	line-height: 1.3em;
}

#footer{
	position: relative;
	top: -45px;
	text-align: center;
	font-size: 1.250em;
	color: #fff;
	padding: 20px 10px 0 20px;
}

#footer a{
	color: #fff;
}

#navi_bottom a{
	margin: 0 5px;
	line-height: 1.8em;
}

#copyright{
	color: #49809d;
	font-size: 1.063em;
	padding: 1em 0 2em 0;
}



/* TOP */
#balken_top{
	height: 10px;
	background-color: #5fa1c4;
}

#top{
	padding: 15px 0;
}

#top_wrap{
	background-color: #fff;
	z-index: 90;
}

a#logo{
	display: block;
	float: left;
	width: 65%;
}

a#logo img{
	width: 100%;
	max-width: 543px;
}

#kontakt_icons{
	position: relative;
	display: block;
	float: right;
	width: 30%;
	max-width: 223px;
}

.kontakt_icon_wrap{
	display: block;
	float: left;
	width: 33.333333333%;
}
.kontakt_icon{
	margin-left: 10px
}

.kontakt_icon img{
	width: 100%;
	display: block;
	cursor: pointer;
}

#kontakt_tooltip_wrap{
	display: block;
	clear: both;
	position: relative;
}

.kontakt_tooltip{
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	border: 1px solid #5fa1c4;
	background-color: #97B8C5;
	color: #fff;
	padding: 10px 35px 10px 10px;
	min-width: 190px;
	font-size: 1.250em;
	white-space: nowrap;
	z-index: 99;
}

.kontakt_tooltip a{
	display: inline-block;
	color: #fff;
	font-style: italic;
	font-weight: bold;
}

.kontakt_tooltip a:before{
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: #fff;
}

.close_kontakt_tooltip{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #5fa1c4;
	color: #fff;
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
}

.close_kontakt_tooltip:after{
	content: "X";
}

.link_arrow_inline{
	display: inline-block;
	width: 0; 
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	  
	border-left: 10px solid #fff;
	margin-right: 3px;
	margin-left: 3px;
}
/*ENDE TOP*/

/* NAVI */
#menue_bar{
	display: none;
	height: 50px;
	background-color: #013a55;
	line-height: 50px;
	color: #fff;
}

#menue_icon{
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	line-height: 53px;
	font-size: 3em;
	text-align: center;
}

#menue_text{
	display: block;
	margin-left: 50px;
	font-size: 1.4em;
	padding-left: 10px;
}

a#home_button{
	display: block;
	float: left;
	height: 70px;
	font-size: 1.5em;
	width: 8%;
	background-image: url('../img/style/index_button.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #013a55;
}

#navi{
	display: block;
	z-index: 60;
}

#navi>ul{
	margin: 0;
	list-style-type: none;
	padding: 0;
	display: block;
	margin-left: 8%;
}

#navi>ul>li{
	display: block;
	float: left;
	width: 20%;
	position: relative;
}

#navi>ul>li>a{
	display: block;
	margin-left: 10px;
	background-color: #013a55;
	color: #ffffff;
	font-size: 1.5em;
	line-height: 70px;
	text-align: center;
	font-family: 'source_sans_prolight', Arial;
	padding: 0 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#navi ul li ul{
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 70px;
	left: 10px;
	z-index: 60;
	width: 211px;
	/*border: 1px solid #5fa1c4*/
}

#navi ul li:hover>ul{
	display: block;
}

#navi ul li ul li{
	display: block;
	position: relative;
}

#navi ul li ul li a{
	display: block;
	padding: 0 20px;
	background-color: #013a55;
	color: #fff;
	text-align: left;
	font-size: 1.2em;
	line-height: 50px;
	border-top: 1px solid #5fa1c4;
	white-space: nowrap;
}

#navi ul li ul li:first-child>a{
	border-top: 1px solid #5fa1c4;
}

#navi ul li ul li a:hover{
	background-color: #5fa1c4;
}

#navi ul li ul li ul{
	display: none;
	left: 211px;
	top: 0;
	width: auto;
	border-left: 1px solid #5fa1c4
}

#navi ul li ul li:hover ul{
	display: block;
}

#navi ul li ul li ul li:first-child a{
	border-top: 1px solid #5fa1c4;
}

.col_left_wrap{
	display: block;
	float: left;
	width: 65%;
}

.col_right_wrap{
	display: block;
	float: right;
	width: 35%;
}

.col_left_wrap2{
	display: block;
	float: left;
	width: 55%;
}

.col_right_wrap2{
	display: block;
	float: right;
	width: 45%;
}

.col_left{
	padding-right: 50px;
}

.col_right{
	padding-left: 20px;
}

.col_left_small_wrap{
	display: block;
	float: left;
	width: 40%;
}

.col_left_small{
	padding-right: 20px;
}

.col_right_big_wrap{
	display: block;
	float: left;
	width: 60%;
}

.col_right_big{
	padding-left: 50px;
}

.formular_left_wrap, .formular_right_wrap{
	display: block;
	width: 50%;
	float: left;
}

.formular_left_wrap{
	clear: both;
}

.formular_left{
	padding-right: 10px;
}

.formular_right{
	padding-left: 10px;
}

.plz_input{
	display: block;
	float: left;
	width: 90px;
}

.ort_input{
	margin-left: 100px;
}

#kontakt_form textarea[name=nachricht]{
	height: 190px;
}

#feiern_form textarea[name=bemerkungen]{
	height: 300px;
}

.captcha{
	display: block;
	float: left;
	width: 140px;
}

.captcha_input{
	display: block;
	float: left;
}

.captcha_input input[type=text]{
	max-width: 170px;
}

.formular_hinweis{
	display: block;
	clear: both;
	padding-top: 10px;
}

.datenschutz_checkbox{
	display: block;
	float: left;
	width: 20px;
}

.datenschutz_checkbox_text{
	margin-left: 30px;
}

.formular_submit_wrap{
	display: block;
	position: absolute;
	bottom: 15px;
	right: 0;
	width: 50%;
}

.formular_submit{
	padding-left: 10px;
}

.formular_submit input[type=submit]{
	width: 100%;
}

.has_submit_holder{
	padding-bottom: 3em;
	margin-bottom: 15px;
}

.datum_input{
	display: block;
	float: left;
	width: 105px;
}

.google_karte{
	margin-top: 25px;
}

.google_karte iframe{
	width: 100%;
	height: 520px;
}

/* ENDE NAVI */

/* HEADER */
#header{
	position: relative;
	max-height: 525px;
	overflow: hidden;
	z-index: 0;
	background-color: #fff;
}

#header.small_header{
	max-height: 250px;
}

#header img{
	display: block;
	width: 100%;
}
/* ENDE HEADER */

/* GESCHÄFTSBEREICHE */
#geschaeftsbereiche{
	position: relative;
	z-index: 1;
	background-color: #29586c;
}

#geschaeftsbereiche .layout{
	position: relative;
}

.geschaeftsbereich_wrap{
	position: relative;
	top: -75px;
	display: block;
	float: left;
	width: 25%;
	text-align: center;
	color: #fff;
	font-size: 1.375em;
	font-family: 'source_sans_prolight', Arial;
}

.geschaeftsbereich{
	padding: 0 20px;
}

.geschaeftsbereich img{
	display: block;
	width: 100%;
	max-width: 149px;
	margin: 0 auto 15px auto;
}

.geschaeftsbereich_label{
	display: none;
}




/* ENDE GESCHÄFTSBEREICHE */


.login_form{
	display: block;
	width: 400px;
	padding: 20px;
	border: 1px solid #5fa1c4;
	border-radius: 10px;
	margin: 30px auto;
}


#masse{
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #fff;
}

.galerie ul{
	list-style-type: none;
	margin: 0 0 0 -10px;
	padding: 0;
}

.galerie ul:after{
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

.galerie ul li{
	display: block;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}

.galerie ul li a{
	display: block;
	border: 1px solid #ccc;
	padding: 0;
}
.galerie ul li a img{
	display: block;
}

.partner_listing{
	margin-left: -20px;
}

.partner_listing ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.partner_listing ul li{
	display: inline-block;
	*display: inline;
	zoom:1;
	vertical-align: top;
	width:25%;
}

.partner_listing ul li a{
	display: block;
	margin-left: 13px;
	margin-bottom: 13px;
}

.partner_listing ul li a img{
	display: block;
	width: 100%;
}

.infobox_fehler {
    background-color: #eee;
    background-image: url("../img/style/icon_fail.png");
    background-position: 20px 20px;
    background-repeat: no-repeat;
    border: 2px solid #ccc;
    border-radius: 5px;
    color: #6d6d6d;
    left: 50%;
    margin-left: -200px;
    min-height: 150px;
    padding: 25px 20px 20px 140px;
    position: fixed;
    top: 30%;
    width: 260px;
    z-index: 999;
}

.infobox_fehler .info_close{
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: #6d6d6d;
	color: #ffffff;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

.infobox_erfolg .info_close{
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: #6d6d6d;
	color: #ffffff;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

.infobox_erfolg{
	position: fixed;
	top: 30%;
	left: 50%;
	border: 2px solid #ccc;
	padding: 25px 20px 20px 140px;
	background-color: #eee;
	color: #6d6d6d;
	margin-left: -200px;
	width: 260px;
	border-radius: 5px;
	z-index: 999;

	background-image: url('../img/style/icon_ok.png');
	background-repeat: no-repeat;
	background-position: 20px 20px;
	min-height: 150px;
}

a.button{
	display: inline-block;
	*display:inline;
	zoom:1;
	padding: 10px 20px;
	font-weight: bold;
	text-align: center;
	background-color: #29586C;
	color: #fff;
}

a.button.gruen{
	background-color: #89C168;
	color: #fff;
}

a.button.blau{
	background-color: #29586C;
	color: #fff;
}

.col4{
	display: block;
}

.col4 .col{
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 25%;
	vertical-align: top;
}

.ansprechpartner{
	margin-left: -50px;
}

.ansprechpartner_item{
	margin-left: 50px;
	margin-bottom: 50px;
}

a.ansprechpartner{
	display: block;
	color: #333;
}

a.ansprechpartner_image img{
	display: block;
	width: 100%;
}

a.ansprechpartner_name{
	font-weight: bold;
	display: block;
	color: #333;
}

.ansprechpartner_gb{
	font-size: 0.8em;
	font-style: italic;
	line-height: 1em;
}

img.ap_detail_image{
	display: block;
	float: right;
	width: 100%;
	max-width: 250px;
	margin-left: 50px;
	margin-bottom: 20px;
}

table{
	font-size: 1em;
	line-height: 1.3em;
}

table.kontaktdaten tr td{
	padding-left: 10px;
	vertical-align: top;
}
table.kontaktdaten tr td:first-child{
	font-weight: bold;
	padding-left: 0;
}

#ansprechpartner_detail{
	margin-bottom: 20px;
}

.news_image_be{
	display: block;
	width: 350px;
	float: right;
	margin-left: 20px;
}

.news_image_be img{
	display: block;
	width: 100%;
}

.news_img_del{
	display: block;
	cursor: pointer;
	background-color: #29586C;
	color: #fff;
	text-align: center;
	font-size: 14px;
}

table.auflistung{
	width: 100%;
	border-collapse: collapse;
}

table.auflistung thead td{
	padding: 10px;
	background-color: #29586C;
	color: #fff;
	border: 1px solid #29586C;
}

table.auflistung tbody td{
	border: 1px solid #ccc;
	padding: 5px 10px;
}

table.auflistung thead td.nowrap, table.auflistung tbody td.nowrap{
	width: 1px;
	white-space: nowrap;
}

table.auflistung thead td.preisspalte, table.auflistung tbody td.preisspalte{
	width: 1px;
	white-space: nowrap;
	text-align: right;
}

.news_listing .news_item{
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
}



.news_listing .news_item:after{
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

.news_listing .news_item:first-child{
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.news_listing .news_name{
	font-weight: bold;
}

.news_listing .news_item.aktiv .news_name{
	color: #e30e0e;
}

.news_listing .news_text img{
	margin-right: 20px;
	margin-bottom: 10px;
	max-width: 120px;
}



#news_detail h1{
	margin-bottom: 5px;
}

.news_meta{
	margin-bottom: 30px;
	font-size: 0.8em;
	color: #888;
}

#news_detail img{
	margin-right: 20px;
}

.facebook{
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 45px;
	height: 45px;
	background-image: url('../img/style/teilen_facebook_off.png');
	background-repeat: no-repeat;
	background-position: center center;
}

.facebook:hover{
	background-image: url('../img/style/teilen_facebook_on.png');
}

.twitter{
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 45px;
	height: 45px;
	background-image: url('../img/style/teilen_twitter_off.png');
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 5px;
}

.twitter:hover{
	background-image: url('../img/style/teilen_twitter_on.png');
}

.google_plus{
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 45px;
	height: 45px;
	background-image: url('../img/style/teilen_google_off.png');
	background-repeat: no-repeat;
	background-position: center center;
}

.google_plus:hover{
	background-image: url('../img/style/teilen_google_on.png');
}

.schulung_item>.inner:after{
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

.schulung_item{
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #29586c;
}

.schulungen_listing .schulung_item:first-child{
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.schulung_datum{
	display: block;
	float: left;
	width: 70px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 10px 0;
}

.schulung_tag{
	font-size: 40px;
	margin-bottom: 5px;
}

.schulung_datum_text{
	font-size: 17px;
	line-height: 20px;
}

.schulung_item_content{
	margin-left: 85px;
}

.schulung_item_titel{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}

.schulung_item_short_desc{
	margin-bottom: 10px;
	font-size: 0.9em;
}

.schulung_item_ort{
	font-size: 0.9em;
	margin-bottom: 10px;
}

.schulung_item_ort:after{
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

.schulung_item_ort_left{
	float: left;
	width: 150px;
	font-weight: bold;
}

.schulung_item_ort_right{
	margin-left: 150px;
}

a.schulung_item_button{
	display: block;
	padding: 5px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

a.schulung_item_button.disabled{
	background-color: #ddd;
	color: #555;
	cursor: default;
}

.schulung_detail_left{
	float: left; width: 165px;
	font-weight: bold;
}

.schulung_detail_right{
	margin-left: 170px;
}


.fotobox_pakete{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

.fotobox_pakete > .item{
	display: flex;
	flex-direction: column;
	border: 1px solid #ea6c63
}

.fotobox_pakete .title{
	font-weight: bold;
	font-size: 1.5em;
	text-transform: uppercase;
	background-color: #ea6c63;
	padding: 12px;
	color: #fff;
	text-align: center;
}

.fotobox_pakete .desc{
	padding: 12px 12px 0 12px;
}

.fotobox_pakete .list{
	padding: 12px 12px 12px 35px;
}

.fotobox_pakete .price{
	margin-top: auto;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	background-color: #ea6c63;
	padding: 12px;
	color: #fff;
}

.fotobox_pakete > .item:nth-child(2) .price{
	background-color: #6cc5d5;
}

.fotobox_pakete > .item:nth-child(2) .title{
	background-color: #6cc5d5;
}

.fotobox_pakete > .item:nth-child(2){
	border: 1px solid #6cc5d5
}

@media screen and (max-width: 600px){
	.fotobox_pakete{
		grid-template-columns: 1fr;
	}

	a.tipp-button br{
		display: none;
	}
}