body{
	background-color:#fff !important;
}

.back-to-top {
 background:rgba(252,134,20,0.5);
 position: fixed;
 bottom:0.75em;
 right:0.1em;
 padding:0.35em 0.5em 0em 0.5em;
 border-radius:1.5em;
}

a.back-to-top{
	color:rgba(66,66,66,0.75);
	text-decoration:none;
	font-family:"Abel", "Sans Serif";	
	font-size:3.5em;
	font-weight:bold;
}

div, input, textarea, select{
	box-sizing: border-box !important;
}

header{
	display:block !important;
	width:100% !important;
	height:110px !important;
	background: url('/files/dynamite_theme/gfx/header_bg.png');
	background-repeat:repeat-x;
	position:absolute;
	position:fixed;
	left:0px;
	top:0px;
	z-index:999;
}

.fb-like{
	float: right;
	margin-top: -2.5em;
}

.background-image{
	float:left;
	width:100%;
	height:100%;
	margin-bottom:-100%;
	position:fixed;
	background-size:cover;
	background-position:center bottom;
	/* opacity:0.5; */
	opacity: 0.75;
}

li.active > span.active{
	color:#fc8614;
/*	height:32px !important; */
	display:block;
	padding: 5px 15px 5px 15px;
	margin-left: 1px;
	white-space: nowrap;
}


#logo{
	margin-left:35px;
	width:254px;
	height:110px;
	background: url('/files/dynamite_theme/gfx/logo_dt.png');
	background-size:contain;
	float:left;
}

h1{
	font-family:"Abel", "Sans Serif";	
	font-size:1.5em;
	font-weight:400 !important;
}

.mod_article a{
	color:#FC8614;
	text-decoration:none;
}

.mod_article a:hover{
	color:#FC8614;
	text-decoration:underline;
}

a.darkboxlink{
	text-decoration:none;
	color:#fff;
}

.darkbox{
	float:left;
	width:100%;
	padding:0px 0px 0px 0px;	
	background-color:rgba(66,66,66,0.5);
	font-family:"Open Sans Condensed", "Sans Serif" !important;
	color:#fff;
	border-radius: 5px 5px 0px 0px;
	margin:0px;
	margin-bottom:30px;
}


.darkbox-text{
	font-size:1.1em !important;
	padding:5px 20px 10px 20px;
}

.darkbox-text img{
	width:100% !important;
}

.darkbox-text p a{
	text-decoration:underline;
	color:#fff;
}

.darkbox-text p a:hover{
	color:#fff !important;
	text-decoration:underline;
}

a.darkboxlink{
	text-decoration:none !important;
}

a.darkboxlink:hover{
	color:#fff !important;
}


.darkbox h2{
	font-family:"Abel", "Sans Serif";	
	font-size:1.5em;
	/* color:#FC8614; */
	color:#bbb;
	background-image:url('/files/dynamite_theme/gfx/darkboxtitel.jpg');
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 15px 10px;
	border-radius: 5px 5px 0px 0px;
	text-align:center;
	text-transform: uppercase;
	
}


a.clickbildlink{
	text-decoration:none;
	color:#fff;
	float:left;
}

.clickbild{
	float:left;
	width:100%;
	padding:0px 0px 0px 0px;	
	/* background-color:rgba(66,66,66,0.5); */
	font-family:"Open Sans Condensed", "Sans Serif" !important;
	color:#fff;
	border-radius: 5px 5px 0px 0px;
	margin:0px;
	margin-bottom:30px;
}


.clickbilddiv{
	float:left;
	position:relative;
}

.clickbild-text{
	font-size:1.1em !important;
	padding:5px 20px 10px 20px;
}

.clickbild-content img{
	width:100% !important;
}

.clickbildlink:hover::after{
	content: "\1f50d\FE0E";
	font-family: "Abel","Sans Serif";
	font-size: 7em;
	color: rgba(255,255,255,0.6);
	position: absolute;
	right: 0px;
	bottom: 30px;
	cursor:pointer;
}

.clickbild-text p a{
	text-decoration:underline;
	color:#fff;
}

.clickbild-text p a:hover{
	color:#fff !important;
	text-decoration:underline;
}

a.clickbildlink{
	text-decoration:none !important;
}

a.clickbildlink:hover{
	color:#fff !important;
}


.clickbild h2{
	font-family:"Abel", "Sans Serif";	
	font-size:1.5em;
	/* color:#FC8614; */
	color:#bbb;
	background-image:url('/files/dynamite_theme/gfx/darkboxtitel.jpg');
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 15px 10px;
	border-radius: 5px 5px 0px 0px;
	text-align:center;
	text-transform: uppercase;
}




#navigation{
	padding-top:25px;
	/* font-family: "Stardos Stencil",Serif; */
	font-family:"Abel", "Sans Serif";	
	font-size:1.5em;
}

#navigation .block{
	overflow:visible !important;
}

#navigation > nav > ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation > nav > ul > li{
	display: block;
	position: relative;
	float: left;
}

#navigation > nav > ul > li > ul {
	display: none;
}

#navigation > nav > ul > li > a,
#navigation > nav > ul > li > ul > li > a{
	color:#fff;
	display: block;
	text-decoration: none;
    padding: 5px 15px 5px 15px;
	margin-left: 1px;
	white-space: nowrap;
}

#navigation > nav > ul > li a:hover,
#navigation > nav > ul > li > ul > li a:hover,
#navigation > nav .trail{
	color:#FC8614;
}

#navigation > nav > ul > li > ul .active{
	padding: 5px 15px 5px 15px;
	font-weight:400;
}

#navigation > nav > ul > li:hover > ul {
	display: block;
	position: absolute;
	background-color:#0b0a07;
	margin:0px;
	margin-top:-5px;
	padding:0px;
	list-style:none;
}

#navigation > nav > ul > li:hover > ul > li{
	float: none;
	font-size: 0.8em;
	padding:0px 0px 0px 0px;
	margin:0px;
}

.socialcontainer{
	padding-left:15px;
	display:inline-block;
}

.socialbutton{
	float: left;
	margin-right: 7px;
}

.socialbutton img{
	height:1em;
	width:1em;
	padding-top:7px;
}

#hotline{
	padding-top:3px;
	float: right;
	/* font-family: 'Arial', sans-serif; */
	font-family:"Abel", "Sans Serif";	
    font-weight:bold;
    font-size:1.5em;
  	color:#fc8614;
	padding-right:15px;
	position: absolute;
	top: 25px;
	right: 0px;
}

#hotline::before {
    content: "✆";
    display: block !important;
    position: absolute;
    margin-left: -35px;
    margin-top: -10px;
    font-size: 1.5em;
	cursor:pointer;
}


#hotline a{
	color:#fc8614;
	text-decoration:none;
}

#main{
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	padding-top:63px;
}

#main_footer{
	float:left;
	clear:both;
	width:100%;
	margin-bottom:50px;
}

#main_footer_inner{
	clear:both;
	width:1250px;
	float:left;
	margin-left: calc( (100% - 1250px) / 2 );
}

#footer_links{
	background-color:rgba(64,64,64,0.5);
	background-color: rgba(253,119,23,0.9);
	background-color:rgba(0,0,0,0.75);
	float:left;
	width:380px;
	height:250px;
	margin-right:55px;
	padding:20px 20px 20px 20px;
	box-shadow: 3px 3px 6px #000;
}


#footer_links h3{
	font-family:"Abel", "Sans Serif" !important;
	font-size:18px;
	color:#fff;
	text-align:center;
	font-weight:400 !important;
}

#footer_links input[type=text]{
	font-family:"Open Sans Condensed", "Sans Serif" !important;
	font-size:14px !important;
}

#hotline-opener{
	display:none;
	cursor:pointer;
}

#newsletteranmelden{
	margin-top:5px;
	width:100% !important;
	font-family:"Abel", "Sans Serif" !important;
	font-size:20px;
	color:#000;
}

#newsContainer{
	width: 1250px;
	margin: 0px auto;
	margin-bottom:50px;
	margin-top:50px;
	padding-bottom:25px;
}

#newsbereich{
	overflow:visible !important;
	float: left;
	clear: both;
	margin-bottom: 50px;
}

.news-listitem{
	display:block;
	clear:both;
	float:left;
	background-color:rgba(0,0,0,0.75);
	width:100%;
	box-sizing: border-box !important;
	box-shadow: 3px 3px 6px #666;
	margin-bottom:25px;
}

.news-list-content{
    background-color: rgba(200,200,200,0.85);
	width: 45%;
	float: right;
	padding: 25px;
}

.news-list-content strong{
	color: rgba(253,119,23,1);
	text-shadow: 0 1px black, -1px 0 black, 0 -1px black, 1px 0 black;
}

.news-list-content h2{
	font-family: "Abel", "Sans Serif";
	margin: 0px !important;
	font-size:2em !important;
	text-shadow: 0 1px black, -1px 0 black, 0 -1px black, 1px 0 black;
}

.news-list-image{
	display:block;
	float:left;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center;
}

.news-list-text{
	font-size: 1.75em;
	color: #333;
	font-family: "Abel","Sans Serif";
}

.news-list-text a{
	text-decoration:none !important;
	color:#333 !important;
}

.mod_article [class*="ce_"], .mod_article [class*="mod_"] {
	margin-left:0px !important;
	margin-right:0px !important;
}

#footer_mitte{
	background-color:rgba(64,64,64,0.5);
	background-color: rgba(253,119,23,0.9);
	background-color:rgba(0,0,0,0.75);
	float:left;
	width:380px;
	height:250px;
	margin-right:55px;
	padding:25px 20px 20px 20px;
	box-shadow: 3px 3px 6px #000;
}

#footer_rechts{
	background-color:rgba(64,64,64,0.5);
	background-color: rgba(253,119,23,0.9);
	background-color:rgba(0,0,0,0.75);
	float:left;
	width:380px;
	height:250px;
	padding:25px 20px 20px 20px;
	box-shadow: 3px 3px 6px #000;
}

#footer-rechts h4{
	font-weight: 400 !important;
	font-family: "Abel", "Sans Serif";
	color: #fff !important;
	font-size: 1.5em;
	margin: 0px 0px 25px 0px;
}

.social{
	float:left;
	width:64px;
	margin-right:20px;
}

#event{
	background-color:#f00;
	min-width:100%;
}



#eventContainer {
    width: calc( 100% - 250px );
	width: -webkit-calc(100% - 250px);
    /* background-color: rgba(255,0,0,0.5); */
    min-height: 500px;
    margin-top:-3px;
	float:left;
}

#eventContainerInner{
	width:1000px;
	min-height:1000px;
	background-color:rgba(255,255,255,0.75);
	margin-left: calc((100% - 1000px)/2);
	padding: 35px 20px 50px 20px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	margin-top: -1px;
	margin-bottom: 50px;
}

#eventListContainer {
    width: 100%;
    min-height: 500px;
    margin-top:-3px;
	float:left;
}

#eventListContainerInner{
	width:1000px;
	min-height:500px;
	background-color:rgba(255,255,255,0.75);
	margin-left: calc((100% - 1000px)/2);
	padding: 35px 20px 50px 20px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	margin-top: -1px;
	margin-bottom: 50px;
}

#eventtext{
	font-family:"Open Sans Condensed", "Sans Serif";	
	color:#333 !important;
	font-size: 1.25em !important;
}

#eventtext h4{
	font-family: "Abel","Sans Serif";
	font-weight: 400;
	font-size: 1.25em;
}

#inhaltsContainer h4{
	font-family: "Abel","Sans Serif";
	font-weight: 400 !important;
	font-size: 1.25em !important;
	margin:0px !important;
	padding:0px !important;
}


#cookiebar{
	z-index: 99999999 !important;
	font-family:"Open Sans Condensed", "Sans Serif" !important;
	background-color: rgba(252,119,23,0.75) !important;
	font-size: 1em !important;
}
0
#cookiebar button{
	background-color: #333 !important;
	padding: 0px 22px 30px 22px !important;
}

#cookiebar a{
	text-decoration: none !important;
	font-size: 0.85em !important;
}

#eventtitel{
	font-family:"Abel", "Sans Serif";	
	color:#333 !important;
	
}

/* #kategorietitel{
	margin-bottom:-10px !important;
	font-weight:bold;
} */

.kategorietitel{
	position: absolute !important;
	z-index: 9 !important;
	margin-top: -3.5em !important;
	font-size: 3em !important;
	font-family: "Abel" !important;
	background-color: rgba(0,0,0,0.5) !important;
	padding: 0px 1em 0px 50em !important;
	margin-left: -50em !important;
	color: rgba(253,134,20,1) !important;
	border-radius: 2em !important;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black !important;
}

/* #kategorieliste > a::after{ */
#eventListContainerInner > .mod_article > a::after{ 
	content:"";
	display:block;
	float:left;
	width:50%;
	margin: 18px 25% -18px 25%;
	height:1px;
	background-color:#999;
}


/* #kategorieliste > a::last-child::after{ */
#eventListContainerInner > .mod_article > a::last-child::after{ 
	display:none !important;
}

.kategorietext{
    font-family: "Abel", "Sans Serif";
    color: #333 !important;
    font-size: 1.2em;
}

.kategorietext strong{
	font-weight:400 !important;
}



.mod_breadcrumb{
}

.mod_breadcrumb ul{
	padding:0px !important;
	margin:0px !important;
	margin-top:3px !important;
	display:block;
	margin-left: -5px !important;
}

.mod_breadcrumb li{
	font-family:"Abel", "Sans Serif" !important;
	display:block;
	float:left;
	color: #333;
}

.mod_breadcrumb li > a{
	color: #333;
	text-decoration:none
}

.mod_breadcrumb li > a:hover{
	color:#FC8614;
}

.mod_breadcrumb li::before{
	content: "›";
	color: #acaea5;
	font-weight:bold !important;
	padding-right:5px !important;
	padding-left:5px !important;
	padding-top:2px !important;
	font-size:1.5em !important;
}

.mod_breadcrumb li:last-child::before{
	color:#FC8614 !important;
}

.mod_breadcrumb li:first-child{
	display:none;
}

.event_adressmap,
.event_coordmap{
	width:955px;
	height:275px;
	border:2px solid #fff;
	margin-top:20px;
}

.navilink{
	color:#0005FF !important;
}

.adressmap,
.coordmap{
	width:100%;
	padding-bottom:50%;
	border:2px solid #fff;
	margin-top:20px;
	margin-bottom:40px;
}

.caroufredsel_wrapper{
	width:100% !important;
	height:400px !important;
}

.caroufredsel{
	width:100% !important;
	height:400px !important;
}

.caroufredsel .imagecontainer{
	width:900px !important;
}

#eventgalerie{
	width:500px;
	float:left;
	padding: 20px 20px 0px 0px;
}

#eventvideo{
	width:480px;
	float:left;
	margin: 20px 20px 0px 0px;
	border:4px solid #fff;
}

#eventvideo > div > iframe{
	width: 480px !important;
	height: 270px !important;
	margin-bottom: -5px !important;
}

.ce_youtube > div{
	width:100% !important;
}

.mejs-container{
	height: 275px !important;
	margin-top: -5px !important;
}

.mejs-container .mejs-controls div{
	height:26px !important;
}

.ytp-chrome-top{
	display:none !important;
}

.ce_youtube > div > div > .mejs-mediaelement,
.ce_youtube > div > div > .mejs-layers{
	width:100% !important;
}

.ce_youtube > div > div > .mejs-layers > .mejs-overlay{
	width:100% !important;
}

#footer-mitte .ce_youtube > div,
#footer-rechts .ce_youtube > div{
	width:100% !important;
	height:200px !important;
}


#footer-mitte .ce_youtube > div > div > .mejs-mediaelement,
#footer-mitte .ce_youtube > div > div > .mejs-layers,
#footer-rechts .ce_youtube > div > div > .mejs-mediaelement,
#footer-rechts .ce_youtube > div > div > .mejs-layers{
	width:100% !important;
	height:200px !important;
}

#footer-mitte .ce_youtube > div > div > .mejs-layers > .mejs-overlay,
#footer-rechts .ce_youtube > div > div > .mejs-layers > .mejs-overlay{
	width:100% !important;
	height:200px !important;
}


#footer-mitte .ce_youtube > div > div > .mejs-mediaelement > iframe,
#footer-mitte .ce_youtube > div > div > .mejs-mediaelement > video,
#footer-rechts .ce_youtube > div > div > .mejs-mediaelement > iframe,
#footer-rechts .ce_youtube > div > div > .mejs-mediaelement > video{
	width:100% !important;
	height:200px !important;
}


#footer-mitte .mejs-overlay-button,
#footer-rechts .mejs-overlay-button {
    margin: -50px 0 0 -50px !important;
}

.ytp-title-text,
.ytp-title-text > span{
	display:none !important;
}

#eventort{
	clear:both;
	padding-top:20px;
}

.white .flexslider{
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	border-radius: 0px !important;
	margin-bottom:0px !important;
}

.single-event{
}

.event-listitem{
	float:left;
	clear:both;
	width:100%;
	cursor:pointer;
	margin-top:35px;
	position:relative;
	z-index:500;
}

a.hotellink::after{ 
	content:"";
	display:block;
	float:left;
	width:50%;
	margin: 18px 25% -18px 25%;
	height:1px;
	background-color:#999;
}

a.hotellink::last-child::after{ 
	display:none !important;
}



#kategorieliste > a:first-child > .event-listitem{
	margin-top:15px !important;
}

#bk_buttons_container{
	
	padding-bottom: 2em;
	float: left;
}

.link_to_angebote{
	background-color: rgb(252, 134, 20) !important;
	color:#000;
	font-size: 1.75em !important;
	height: auto !important;
	
	font-family: "Abel", "Sans Serif" !important;
	padding: 0.5em 1em 0.5em 1em;
	float:left;
	border-radius: 3px;
	text-transform: uppercase;
	display: table;
	border: 0 none;
	cursor: pointer;
	text-align: center;
	box-sizing: border-box;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-right:1em;
}

.link_to_kalender{
	background-color: #424242 !important;
	color:#fff;
	float:left;
	font-size: 1.75em !important;
	height: auto !important;
	padding: 0.5em 1em 0.5em 1em;
	font-family: "Abel", "Sans Serif" !important;
	border-radius: 3px;
	text-transform: uppercase;
	display: table;
	border: 0 none;
	cursor: pointer;
	text-align: center;
	box-sizing: border-box;
	white-space: nowrap;
	text-overflow: ellipsis;

}

#bk_kalender{
	width:1250px;
	margin:0 auto;
}

#bk_kalender #bookingKitContainer{
	padding:2.5em !important;
}

#bookingKitContainer .calendar-day-number.bk-active-day {
	background-color:rgb(252, 134, 20);
}

#bookingKitContainer .bk-detail-highlights ul li{
	font-size:1.3em !important;
}


.fotolink{
	display: block !important;
	float: left !important;
	width: 45% !important;
	margin-top:20px;
	margin-right:5% !important;
}

a.fotolink,
.fotolink a,
a.fotolink:hover,
.fotolink a:hover{
	text-decoration:none !important;
	color:#333 !important;
}

.foto-list-image{
	width: 115px;
	height: 85px;
	float:left;
	background-size:cover !important;
	border:2px solid #fff;
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	background-position:center;
}

.foto-list-content{
	float: left;
	width: calc( 100% - 115px );
    padding-left: 10px;
}

.foto-list-content h2{
	margin:0px !important;
	font-size:1.2em !important;
	font-weight:400 !important;
	max-height: 55px;
	overflow: hidden;
}

.videolink{
	display: block !important;
	float: left !important;
	width: 45% !important;
	margin-top:20px;
	margin-right:5% !important;
}

a.videolink,
.videolink a,
a.videolink:hover,
.videolink a:hover{
	text-decoration:none !important;
	color:#333 !important;
}

.video-list-image{
	width: 115px;
	height: 85px;
	float:left;
	background-size:cover !important;
	border:2px solid #fff;
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	background-position:center;
}

.video-list-content{
	float: left;
	width: calc( 100% - 115px );
    padding-left: 10px;
}

.video-list-content h2{
	margin:0px !important;
	font-size:1em !important;
	font-weight:400 !important;
}


.pressespiegellink{
	display:block !important;
	clear:both !important;
	padding-top:20px;
}

.pressespiegel-list-image{
	width: 30px;
	height: 32px;
	float: left;
	margin-top:5px;
}

.pressespiegel-list-content h2{
	margin: 0px !important;
	padding-left: 20px !important;
	display: block !important;
	float: left !important;
	color: #333 !important;
	font-weight: 400 !important;
}
.pressespiegel-list-text{
	padding-left: 53px;
	clear: both;
	margin-top: -10px;
	float: left;
}

.pressespiegel-list-text a,
.pressespiegel-list-text a:hover{
	text-decoration:none !important;
	color:#333 !important;
}

a.pressespiegellink{
	text-decoration:none !important;
	color:#333 !important;
}



.downloadcenterlink{
	display:block !important;
	clear:both !important;
	padding-top:20px;
}

.downloadcenter-list-image{
	width: 33%;
	float: left;
	margin-top: 5px;
	padding-bottom: 24%;
	position:relative;
	cursor:pointer;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
}

.downloadcenter-list-image:hover::after{
	content: "\1f50d\FE0E";
	font-family: "Abel","Sans Serif";
	font-size: 7em;
	color: rgba(255,255,255,0.6);
	position: absolute;
	right: 0px;
	bottom: 0px;
	margin-bottom: -7px;
	margin-right: -5px;
	cursor:pointer;
}

.downloadcenter-list-content{
	width:50%;
	float:left;
}

.downloadcenter-list-content h2{
	margin: 0px !important;
	padding-left: 20px !important;
	display: block !important;
	color: #333 !important;
	font-weight: 400 !important;
	cursor:pointer;
}
.downloadcenter-list-text{
	padding-left: 22px;
	clear: both;
	margin-top: -5px;
}

.downloadcenter-list-text a,
.downloadcenter-list-text a:hover{
	text-decoration:none !important;
	color:#333 !important;
}

div.downloadcenterlink{
	text-decoration:none !important;
	color:#333 !important;
	padding-left:20px;
}

.dl_link{
	color: rgba(253,120,34,0.7);
	display:inline-block;
	font-size:1em;
}

h2:hover .dl_link{
	color: rgba(253,120,34,1);
}

.toggler{
	font-family: "Abel", "Sans Serif";
	font-size: 1.3em;
	margin-top:10px;
}

.ui-icon-triangle-1-e::after{
	content: "\1f4c1\FE0E";
	color: rgba(253,120,34,1);
}

.ui-icon-triangle-1-s::after{
	content: "\1f4c2\FE0E" !important;
	color: rgba(253,120,34,1);
}

figcaption {
	font-family: "Open Sans Condensed", "Sans Serif" !important;
}

.mfp-preloader{
	font-family: "Open Sans Condensed", "Sans Serif" !important;
}


.event-list-image{
	width:298px;
	height:235px;
	float:left;
	background-size:cover;
	border:2px solid #fff;
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	background-position:center;
}

.event-listitem:hover{
	/*
	transform: scale(1.005);
	margin-left:2.5px;
	*/
}

.event-list-content{
	float:left;
	width:660px;
	min-height:235px;
	padding:0px 0px 0px 20px;
}

.event-list-content h2{
	font-family:"Abel", "Sans Serif" !important;
	color: #333;
	margin-top:0px !important;
	padding-top:0px !important;
}

.event-list-text{
	font-family:"Open Sans Condensed", "Sans Serif" !important;	
	color:#333 !important;
	font-size: 1.25em;
}


.internlink-listitem{
	float:left;
	clear:both;
	width:100%;
	cursor:pointer;
	margin-top:35px;
	position:relative;
	z-index:500;
}


.partner-listitem{
	float:left;
	clear:both;
	width:100%;
	cursor:pointer;
	margin-top:35px;
	position:relative;
	z-index:500;
}

.partner-list-image{
	width:33.33%;
	/* height:140px; */
	padding-bottom:22%;
	float:left;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
}

.partner-listitem:hover{
	/*
	transform: scale(1.005);
	margin-left:2.5px;
	*/
}

.partner-list-content{
	float:left;
	width:66.66%;
	min-height:140px;
	padding:0px 0px 0px 20px;
}

.partner-list-content h2{
	font-family:"Abel", "Sans Serif" !important;
	font-size:1.2em !important;
	color: #333;
	margin-top:0px !important;
	padding-top:0px !important;
	padding-bottom:0px !important;
}

.partner-list-content p{
	padding-top:0px !important;
}

.partner-list-text{
	font-family:"Open Sans Condensed", "Sans Serif" !important;	
	color:#333 !important;
}



#inhaltsContainer {
    width: 100%;
    min-height: 500px;
    margin-top:-3px;
	float:left;
}

#inhaltsContainerInner{
	width:1000px;
	min-height:500px;
	background-color:rgba(255,255,255,0.75);
	margin-left: calc((100% - 1000px)/2);
	padding: 35px 20px 50px 20px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	margin-top: -1px;
	margin-bottom: 50px;
	float:left;
}

#headerbild_container{
	width:100%;

	/* box-shadow:0px 0px 5px #000; */
}

#slidervideoContainer{
	position: absolute;
	width: 344px;
	height: 204px;
	left: 20px;
	bottom: 20px;
	border: 2px solid rgba(0,0,0,0.5);
	border-radius: 0px 120px 0px 60px;
	overflow:hidden;
    display:none;
}

#slidervideoContainerInner{
	position: relative;
	width: 340px;
	height: 200px;
	border: 10px solid rgba(253,134,20,0.8); 
    border-radius: 0px 120px 0px 60px;
	overflow:hidden;
    display:none;
}


#slidervideoContainer object{
	
}

#slidervideoContainer object body{
	background-color:transparent !important;
	border-radius: 0px 120px 0px 60px !important;
	overflow:hidden;
}

#startseitenslider_container{
	width:100%;
	position:relative;
}

.black .caption_title_line{
	width:95% !important;
}

#startseitenslider{
	width:100%;
	/* margin-left: calc((100% - 1000px)/2); */
	/* padding: 35px 20px 50px 20px; */
	margin-top: 0px;
	margin-bottom:0px;
}

#maennerspielplatz{
	text-align:center;
	/* font-family:"Abel", "Sans Serif" !important; */
	font-family: "Stardos Stencil", "Sans Serif" !important;
	font-size: 2.2em;
	font-weight: bold;
	text-shadow: 1px 1px 1px #666;
	text-transform: uppercase;
	color: #FC7717;
	margin-top: 0px !important;
	padding-top: 20px !important;
	background-color: #000;
	padding-bottom: 15px;
}

/*
#maennerspielplatz::after{
	content:"➽";
	content:"➼";
	content:"➤";
	transform:rotate(90deg);
	display:inline-block;
	margin-left: 1em;
}

#maennerspielplatz::before{
	content:"➽";
	content:"➼";
	content:"➤";
	transform:rotate(90deg);
	display:inline-block;
	margin-right: 1em;
}
*/

#maennerleft,
#maennerright{
	display:table-cell;
	width:50px;
	vertical-align:middle;
	cursor:pointer;
}

#maennerleft span{
	display:inline-block;
	/* transform:rotate(-270deg);	*/
	
	font-size:0.9em;
	background:rgba(252,134,20,0.5);
	padding:0.35em 0.5em 0em 0.5em;
	border-radius:1.5em;
	color:#000;
	transform:rotate(180deg);
	margin-top:-5px;
	text-shadow: none;
}


#maennerright span{
	display:inline-block;
	/* transform:rotate(90deg);	 */
	
	font-size:0.9em;	
	background:rgba(252,134,20,0.5);
	padding:0.35em 0.5em 0em 0.5em;
	border-radius:1.5em;
	color:#000;
	transform:rotate(180deg);
	margin-top:-5px;
	text-shadow: none;
}


#maennertext{
	display:table-cell;
	width:calc(100% - 100px);
}

#maennercontainer{
	display:table;
	width:1250px;
	margin:0 auto;
}

#maennerleft{
	transform-origin: 0% 0%;
	text-align:left;
    padding-left: 10px;
}

#maennerright{
	transform-origin: 0% 0%;
	text-align:right;
	padding-right:5px;
}

#headerbild_container img{
	width:100%;
	height:auto;
}

.black .flexslider{
	border:none !important;
	margin: 0px !important;
}

.black .flex-caption{
	background: rgba(0,0,0,0.35) !important;
	width:25% !important;
	height:100% !important;
	right:0px !important;
	cursor:pointer !important;
}

.black .flex-caption p{
	font-family:"Abel", "Sans Serif" !important;
	font-size:1.5em !important;	
	font-weight:bold !important;
	text-shadow:4px 4px 6px #000 !important;
}

.black .flex-caption strong{
	color: #FC7717 !important;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black !important;
}

#impressumlink{
	clear:both;
	background-color: rgba(66,66,66,0.5);
	text-align: center;
	color: #fff;
	font-family:"Abel", "Sans Serif" !important;
	padding:3px 0px 3px 0px;
	position:fixed;
	bottom:0px;
	left:0px;
	float:left;
	width:100%;
	z-index:1000;
}

#impressumlink a{
	color:#fff;
	text-decoration:none;
}

#impressumlink a:hover{
	text-decoration:underline;
}

#impressumlink_startseite{
	float:left;
	width:100%;
	background-color: rgba(255,255,255,0.5);
	text-align: center;
	color: #333;
	font-family:"Abel", "Sans Serif" !important;
	padding:3px 0px 3px 0px;
	position:fixed;
	bottom:0px;
	left:0px;
}

#impressumlink_startseite a{
	color:#333;
	text-decoration:none;
}

#impressumlink_startseite a:hover{
	text-decoration:underline;
}

.halb,.drittel,.breit,.zweidrittel{
	font-family:"Open Sans Condensed", "Sans Serif" !important;
	font-size:1em !important;	
}

.halb img,.drittel img,.breit img,.zweidrittel img{
	width:100%;
}

.halb h2,.drittel h2,.breit h2,.zweidrittel h2{
	font-family:"Abel", "Sans Serif" !important;	
}

.breit{
	clear:both;
	width:100%;
	float:left;
}

.halb{
	width:47.5%;
	float:left;
}
.halb::nth-child(2){
	margin-left:5%;
}



.drittel{
	width:30%;
	float:left;
}

div.drittel:nth-child(1){
	margin-right:5%;
}

div.drittel:nth-child(3){
	margin-left:5%;
}


.zweidrittel{
	width:65%;
	float:left;
}

.zweidrittel{
	margin-right:5%;
}

#map, #map2, #map3{
	width:100%;
	height:400px;
}

.halbfeld{
	width:45% !important;
	margin-right:5%;
	float:left;
	margin-bottom:5px;
}

.halbfeld input,.halbfeld textarea,.halbfeld select{
	width:100% !important;
	float:left;
	font-family:"Open Sans Condensed", "Sans Serif" !important;
	font-size:1em !important;	
}

.ganzfeld{
	margin-bottom:5px;
	float:left;
	width:95% !important;
}

.ganzfeld input,.ganzfeld textarea, .ganzfeld select{
	width:100% !important;
	font-family:"Open Sans Condensed", "Sans Serif" !important;
	font-size:1em !important;	
}

.teammitglied{
	width:21%;
	margin-right:4%;
	float:left;
	margin-bottom:20px;
}

.teamfoto{
	background-size:cover;
	width:120px;
	height:150px;
	background-position:center;
}

.teammitglied-text{
	float:left;
	clear:both;
	min-height:50px;
}

.hotnumber{
	width:100%;
	background-color:rgba(66,66,66,0.5);
	float:left;
	color:#fff;
	margin:0px 0px 20px 0px;
}

.hotnumber_funktion,
.hotnumber_name{
	font-family:"Abel", "Sans Serif" !important;	
}

.hotnumber_funktion{
	padding-top:5px;
}

.hotnumber_name{
	padding-bottom:9px;
}

.hotnumber-image{
	float:left;
	width:30%;
	padding-bottom:37.75%;
	margin-right:5%;
	background-size:contain;
}

.hotnumber-content{
	float:left;
	width:65%;
}

a.tellink,
a.tellink:hover{
	color:#fff;
	text-decoration:none;
}

.hotline-opener{
	display:none;
}

.buchenbutton{
	float:right;
	background-color: rgba(253,134,20,1);
	padding: 10px 40px 10px 40px;
	font-family: "Abel", "Sans Serif";
	font-size: 1.2em;
	border-radius: 5px;
	border: 1px solid #666;
}

#bookingKitContainer .bk-detail-content.sticky .bk-date-btn {
    position: relative !important;
}


@media (max-width : 1525px){
.hotline-opener{
	display:block !important;
	position: absolute;
	right: 15px;
	top: 5px;
	font-family: "Abel", "Sans Serif";
	font-weight: bold;
	font-size: 2.5em;
	color: #fc8614;
	padding: 0px 10px 0px 10px;
	cursor:pointer;
}

#hotline{
	font-family: "Abel", "Sans Serif";
	font-weight: bold;
	font-size: 1.5em;
	background-color: #fc8614;
	padding: 5px 20px 5px 20px;
	display:none;
	position: absolute !important;
	top: 61px !important;
	right: 15px !important;
	cursor:pointer;
}

#hotline a{
	color:#000 !important;
	text-decoration:none;
}

#hotline::before {
    content: "" !important;
}

}

@media (max-width : 1375px){

#logo{
	margin-top:5px;
	margin-left:25px;
	width:190px;
	height:82px;
}

#navigation{
	padding-top:25px;
	font-size:1.2em;
}

#navigation > nav > ul > li > a,
#navigation > nav > ul > li > ul > li > a{
    padding: 5px 12px 5px 12px;
	margin-left: 1px;
}

#navigation > nav > ul > li > ul .active{
	padding: 5px 12px 5px 12px;
}

#navigation > nav > ul > li:hover > ul {
	margin-top:-5px;
}

#navigation > nav > ul > li:hover > ul > li{
	font-size: 0.8em;
}



}

@media (max-width : 1250px){

#maennercontainer{
	width:100% !important;
}
	
#newsContainer{
	width: 100%;
	margin: 0px auto;
	margin-bottom:50px;
	margin-top:50px;
	padding-bottom:25px;
}	
	
#footer_links{
	/* width:42.5% !important; */
	
	width:90% !important;
	
	height:250px;
	margin-left:5% !important;
	margin-right:5% !important;
	padding:20px 20px 20px 20px;
	box-shadow: 0px -2px 6px #333;
}
#footer_mitte{
	display: none !important;
}

#footer_rechts{
	/* width:42.5% !important; */
	width:90% !important;
	height:250px;
	margin-left:0% !important;
	margin-right:0% !important;
	padding:25px 20px 20px 20px;
	box-shadow: 0px -2px 6px #333;
	margin-top:0% !important;
}

#main_footer_inner{
	width:100% !important;
	margin-left:0px !important;
	padding-bottom:50px !important;
}
	

#bookingKitContainer .bk-events-buttons a.bk-voucher-btn span {
	top:0% !important;
}

	
	
	#eventContainerInner{
		width:100% !important;
		
		margin-left: 0px !important;
	}
	
	#eventContainer{
	    width: calc( 100% - 250px );
	    margin-right: 0px !important;
	}
	
	#inhaltsContainerInner,
	#eventListContainerInner{
		width:100% !important;
		margin-left: 0px !important;
	}
	
	#inhaltsContainer,
	#eventListContainer{
	    width: 100% !important;
	    margin-right: 0px !important;
	}

	
.black .flex-caption p{
	font-family:"Abel", "Sans Serif" !important;
	font-size:1em !important;	
	font-weight:bold !important;
	text-shadow:3px 3px 4px #000 !important;
	background: rgba(0,0,0,.25) !important;
	width: 45% !important;
}

	#eventgalerie,
	#eventvideo{
		clear:both !important;
		width:100% !important;
	}
	
	#eventgalerie{
		padding: 20px 0px 0px 0px !important;
	}
	
	.mejs-mediaelement iframe{
		width:100% !important;
	}
	
	.fb-like{
		margin-top: 0px !important;
		float:left !important;
		clear:both !important;
		overflow-x:hidden !important;
		max-width:100% !important;
	}
	
	#eventtext .block{
		clear: both !important;
	}
	
	.event_adressmap, .event_coordmap {
    	width: 100% !important;
	}
	
	
}

@media (max-width : 1030px){
	
	#maennerspielplatz{
		font-size:1.2em !important;
	}
	
	#logo {
		margin-top: 15px !important;
		margin-left: 10px !important;
		width: 95px !important;
		height: 41px !important;
	}
	
	#navigation {
    	font-size: 1em;
	}
	
	.news-list-content {
		background-color:rgba(200,200,200,.65) !important;
		width: 100% !important;
	}
	
	
	
	
	#navigation > nav > ul > li > a, #navigation > nav > ul > li > ul > li > a {
    	padding: 5px 5px 5px 5px !important;
	}
}






