
@font-face {
    font-family: 'ptsans_regular';
    src: url('fonts/ptsans_regular/PTS55F-webfont.eot');
    src: url('fonts/ptsans_regular/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ptsans_regular/PTS55F-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ptsans_bold';
    src: url('fonts/ptsans_bold/PTS75F-webfont.eot');
    src: url('fonts/ptsans_bold/PTS75F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ptsans_bold/PTS75F-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ptsans_bold_italic';
    src: url('fonts/ptsans_bolditalic/PTS76F-webfont.eot');
    src: url('fonts/ptsans_bolditalic/PTS76F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ptsans_bolditalic/PTS76F-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ptsans_italic';
    src: url('fonts/ptsans_italic/PTS56F-webfont.eot');
    src: url('fonts/ptsans_italic/PTS56F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ptsans_italic/PTS56F-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'daxmedium';
    src: url('fonts/dax_medium/dax-medium-5975d7a6d5792-webfont.woff2') format('woff2'),
         url('fonts/dax_medium/dax-medium-5975d7a6d5792-webfont.woff') format('woff');
    font-weight: normal;
 
}

@font-face {
    font-family: 'daxlight';
    src: url('fonts/dax_light/daxlight-webfont.woff2') format('woff2'),
         url('fonts/dax_light/daxlight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'daxbold';
    src: url('fonts/dax_bold/daxbold-webfont.woff2') format('woff2'),
         url('fonts/dax_bold/daxbold-webfont.woff') format('woff');
    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: 'daxlight';
	font-size: 16px;
	color: #3a373c;
	line-height: normal;
	background-color: #fff;
}

img{
	border: none;
}

p{
	margin-top: 0;
}

b, strong{
	font-weight: normal;
	font-family: 'daxbold';
}

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

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

h1,h2,h3,h4,h5{
	margin-top: 0;
}

h1{
	text-transform: uppercase;
	font-size: 32px;
	margin-bottom: 20px;
	font-weight: normal;
	font-family: 'daxbold';
}

h2{
	text-transform: none;
	font-size: 28px;
	margin-bottom: 15px;
	font-weight: normal;
	font-family: 'daxbold';
}

h3{
	text-transform: none;
	font-size: 25px;
	margin-bottom: 10px;
	font-weight: normal;
	font-family: 'daxbold';
}

.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;
	color: #333;
	font-size: 16px;
	font-weight: normal;
	text-transform: none;
	font-family: Arial;
}

.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: 450;
}

#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: 0px;
	height: 0;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 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;
}

.login_form{
	display: block;
	width: 100%;
	max-width: 400px;
	border-radius: 10px;
	margin: 30px auto;
}

/* BEGIN KONTAKTFORMULAR */
#kontakt_form{
	display: block;
	position: relative;
	z-index: 0;
}

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

.formular_left_wrap{
	clear: both;
}

.formular_left{
	padding-right: 20px;
}

.formular_right{
	padding-left: 20px;
}

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

.ort_input{
	margin-left: 80px;
}

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

.formular_hinweis{
	font-size: 14px;
}

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

.captcha_input{
	display: block;
	margin-left: 140px;
}

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

.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: 20px;
}

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

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

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

#menue_icon{
	display: none;
	float: left;
	width: 30px;
	height: 30px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	font-size: 42px;
	font-family: Arial;
	cursor: pointer;
}

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

#social_bar{
	background-color: #3b383c;
	color: #fff;
	text-align: right;
	padding: 15px 0;
	position: fixed;
	width: 100%;
	z-index: 500;
}

#social_bar_platzhalter{
	height: 58px;
}

#social_bar .tel{
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	font-size: 20px;
}

#social_bar .social_icon{
	display: inline-block;
	vertical-align: middle;
	margin-left: 3px;
}

#social_bar .social_icon a{
	display: block;
}

#social_bar .social_icon a img{
	display: block;
}

#top{
	padding-top: 15px;
	z-index: 500;
	position: fixed;
	width: 100%;
	background-color: #fff;
}

#top_platzhalter{
	height: 96px;
}

a#logo{
	display: block;
	float: left;
	width: 100%;
	max-width: 420px;
}

a#logo img{
	display: inline-block;
	vertical-align: middle;
}

a#logo img:first-child{
	margin-right: 30px;
}

#navi{
	display: block;
	float: right;
	padding-top: 55px;
}

#navi ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navi ul li{
	display: inline-block;
	margin-left: 30px;
	font-size: 18px;
	height: 25px;
	padding-bottom: 20px;
	position: relative;
}

#navi>ul>li.aktiv>a, #navi>ul>li:hover>a{
	border-bottom: 3px solid #3b383c;
}

#navi ul li:first-child{
	margin-left: 0;
}

#navi ul li a{
	display: block;
	color: #3a373c;
	text-decoration: none;
	text-transform: uppercase;
}

#navi ul li ul{
	display: none;
	position: absolute;
	top: 45px;
	left: 0;
	border-top: 4px solid #3a373c;
}

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

#navi ul li ul li{
	display: block;
	border-top: 1px solid #3b383c;
	background-color: #fff;
	margin: 0;
	padding: 0;
	height: auto;
}

#navi ul li ul li a{
	display: block;
	padding: 5px 10px;
	white-space: nowrap;
	text-transform: none
}

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

#navi_mobile{
	display: none;
	position: fixed;
	width: 100%;
	z-index: 600;
}

#navi_mobile ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navi_mobile ul li{
	display: block;
	border-top: 1px solid #615d5d;
	background-color: #3b383c;
}

#navi_mobile ul li a{
	display: block;
	padding: 10px;
	color: #fff;
	text-decoration: none;
}

#navi_mobile ul li ul li a{
	padding-left: 30px;
}

.trenner_grau{
	height: 5px;
	background-color: #3a373c;
}

#header{
	position: relative;
	z-index: 0;
}

.bw_edit_button{
	display: block;
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 999;
}

#header #bildwechsel{
	position: relative;
	z-index: 0;
}

#header img{
	display: block;
	width: 100%;
}

.balken_gelb{
	background-color: #ffff00;
	height: 60px;
}

.content{
	padding: 30px 0;
}

.content.weiss{
	background-color: #fff;
}

.content.grau{
	background-color: #3a373c;
	color: #fff;
}

.text_gelb{
	color: #ffff00;
	font-size: 31px;
	text-transform: uppercase;
}

.angebot_wrap h1{
	margin-bottom: 5px;
}

.angebot{
	background-color:  #f1f1f1;
}

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

.angebot_left{
	display: block;
	float: left;
	width: 49%;
	margin-right: 1%;
}

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

.angebot_right{
	display: block;
	float: left;
	width: 49%;
	margin-left: 1%;
	box-sizing: border-box;
	padding-right: 15px;
	padding-top: 15px;
}

.box_grau{
	padding: 10px;
	background-color: #f1f1f1;
}

.leistung_boxen{
	margin-left: -25px;
	text-align: center;
}

.leistung_box{
	display: inline-block;
	width: 20%;
	margin-right: -5px;
	vertical-align: top;
}

.leistung_box>.inner{
	margin-left: 25px;
	text-align: center;
}

.leistung_box h1{
	font-size: 19px;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-weight: normal
}

.leistung_box p{
	text-align: justify;
	margin-bottom: 15px;
	font-size: 14px;
}

.leistung_box_weiter a{
	display: inline-block;
	padding: 5px 20px;
	border: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
}

#navi_bottom{
	display: block;
	float: left;
	font-size: 14px;
	margin-bottom: 20px;
}

#navi_bottom ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navi_bottom ul li{
	display: inline-block;
	margin-bottom: 10px;
}

#navi_bottom ul li.trenner{
	margin: 0 5px;
}

#navi_bottom ul li a{
	color: #3a373c;
	text-transform: uppercase;
	
}

#footer{
	padding: 30px 0;
}

#oeffnungszeiten{
	display: block;
	float: right;
	text-align: right;
	margin-left: 40px;
	color: #3a373c;
	margin-bottom: 20px;
}

#adresse{
	display: block;
	float: right;
	text-align: right;
	color: #3a373c;
}

#copyright{
	clear: both;
	padding-top: 40px;
	text-align: center;
	font-size: 18px;
	color: #797878;
}

#copyright a{
	color: #797878;
}

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

table.auflistung thead tr td{
	border: 1px solid #3b383c;
	background-color: #3b383c;
	color: #fff;
	padding: 10px;
	font-weight: bold;
	vertical-align: middle;
}

table.auflistung tbody tr td{
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 5px 10px;
	vertical-align: middle;
	color: #555;
}

table.auflistung tbody tr:nth-child(2n) td{
	background-color: #f0f0f0;
}

table.auflistung tbody tr:hover td{
	background-color: #e8e8e8;
}

table.auflistung tbody tr td.aktion, table.auflistung thead tr td.aktion{
	text-align: right;
}

table.auflistung tbody tr td.aktion.zwei, table.auflistung thead tr td.aktion.zwei{
	width: 90px;
}

td.aktion a{
	background-image: none;
	padding: 0;
}

.file_upload {
	position: relative;
	overflow: hidden;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.file_upload_button {
	float: left;
	background-color: #3b383c;
	overflow: hidden;
	line-height: 20px;
	padding: 2px 10px;
	text-align: center;
	color: #fff;
	position: relative;
	cursor: pointer;
}

a.file_upload_dateiname {
	display: block;
	float: left;
	border: 1px solid #3b383c;
	background-color: #fff;
	line-height: 22px;
	padding: 0 10px;
	max-width: 180px;
	overflow: hidden;
	color: #555555;
	text-decoration: none;
}

.file_upload input[type="file"] {
	filter: Alpha(opacity=0);
	opacity: 0;
	-moz-opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	font-size: 300px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	margin: 0;
	padding: 0;
}

.news_weiterlesen{
	white-space: nowrap;
	font-family: 'daxbold';
	display: inline-block;
	margin-left: 10px;
	color: #3a373c;
	text-decoration: none;
}

.news_detail_head{
	margin-bottom: 0;
}

.news_detail_datum{
	margin-bottom: 15px;
}

.news_detail_img{
	display: block;
	float: right;
	margin-left: 30px;
	margin-bottom: 15px;
	max-width: 50%;
}

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

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

.news_navi{
	margin-top: 20px;
}

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

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

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

.news_item>.inner{

}

.news_item_img{
	display: block;
	float: left;
	width: 300px;
}

.news_item_img a{
	display: block;	
}

.news_item_img a img{
	display: block;
	width: 100%;
	max-width: 300px;
}

.news_item.with_img .news_item_content{
	margin-left: 320px;
}

.news_item_head{
	font-size: 20px;
}

.news_item_head a{
	color: #3a373c;
	font-family: 'daxbold';
}

.news_item_datum{
	font-size: 12px;
	color: #888;
}

.news_item_kurztext{
	margin-top: 10px;
	margin-bottom: 20px;	
}


.go_to_top {
    display: none;
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 36px;
    height: 36px;
    background-color: #3b383c;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #E4E4E4;
    z-index: 300;
}

.go_to_top > .inner {
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
}