/* GRID */

/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
    margin: 0;
    padding: 0;
    border: 0;
	font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
del {
    text-decoration:none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
::-moz-focus-inner {
	border: 0;
	padding: 0;
}
* {
	outline: none;
	-webkit-text-size-adjust: none;
	line-height: 1;
}
html, body {
	width: 100%;
	height: 100%;
  overflow-x:hidden;
}
img, audio, video, canvas {
	max-width: 100%;
}

/* Responsive Resets */
@-o-viewport {
	width: device-width;
}
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

/* RESET */ 
html {color:#111;overflow-y:scroll;background:url(img/background_20.png) #fff no-repeat center center fixed;
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}
body{font-size:100%; color:#111; font:13px Geneva, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight:normal;  min-width: 300px;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;width:auto;height:auto;display:block;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%; font-family: 'Gill Sans', 'Nimbus Sans', 'Tahoma', 'Arial', sans-serif; font-weight:bold; -moz-hyphens:auto;-o-hyphens:auto;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto; }
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:super;}
sub{vertical-align:sub;}
input,textarea,select{font-size:100%;z-index:1; color:#111; font:13px Geneva, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight:normal; border:1px solid #cfcfcf!important; }

#navi input { border:none!important; }
legend{color:#111;}
*{outline:none;}
strong,time{font-weight:bold; color:#fff; font-family: Geneva, 'Helvetica Neue', Helvetica, Arial, sans-serif;  text-shadow:none;}
p{margin:0;padding:0;margin-bottom:10px;}
a{color:#ffc730;text-decoration:none;}
::-moz-selection{background:#ffc730;color:#fff;text-shadow:none;}
::selection{background:#ffc730;color:#fff;text-shadow:none;}

/* ########## fontello CSS ########## */
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none; 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .1em;
  text-align: center;
  /* opacity: .8; */ 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em; 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .1em; 
  font-size: 200%;
  /* color:#ffc730; */
}

ul.bookmark li a span.icon-facebook-circled.gradient:hover { color: #fff!important;}
 
.icon-instagram:before { content: '\e800'; } /* '?' */
.icon-facebook-circled:before { content: '\e802'; } /* '?' */
.icon-gplus-circled:before { content: '\e803'; } /* '?' */
.icon-twitter-circled:before { content: '\e804'; } /* '?' */
.icon-youtube-play:before { content: '\e805'; } /* '?' */

.gradient {
  color: #ffc730;
  text-shadow: 1px 1px 1px rgba(27, 27, 27, 0.19);
  background-image: -webkit-gradient(
  linear,
  left top, left bottom,
  from(rgba( 182, 182, 182, 1)),
  to(rgba(60, 60, 60, 1))
  );
  background-clip: text;
  -webkit-background-clip: text;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;                
}

.gradient:hover, .gradient .current {
  color: #fff;
  text-shadow: 0px 0px 3px rgba(205, 205, 205, 0.30);
  background-image: -webkit-gradient(
  linear,
  left top, left bottom,
  from(rgba( 205, 205, 205, 1)),
  to(rgba(187, 187, 187, 1))
  );
  background-color:#fff;
}

/* ########## General ########## */
	h1, h2, h3 {
		text-transform: uppercase;
		color: #db455c;
	}
	
	input, textarea {
		font-family: Geneva, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight:400;
		font-size: 13px;
		padding: 4px;
		border: 0px;
		background: #fff;
		border-bottom: 1px solid #eaede8;
		color: #111;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	textarea {
		border: 1px solid #eaede8;
	}
	
	input[type="text"]:focus, input[type="password"]:focus {
		border-bottom: 1px solid #c6c7c3;
	}
	
	input[type="submit"] {
		cursor: pointer;
		color: #fff;
		text-transform: uppercase;
		text-decoration: none;
		background-color: #a2a6a8;
		font-size: 13px;
	}
	
	input[type="submit"]:hover {
		background-color: #d5001e;
	}
	
	input[type="checkbox"] {
		position: relative;
		top: 3px;
	}
	
	.hidden {
		display: none;
	}
	
	.error {
		color: #d5001e;
	}
	
	table.briefkopf {
		display: none;
	}

/* ########## Styles ########## */

div#background{
width: 100%;
height: 100%;
position:absolute;
}
#logo a {
display:block;
width:90%;
height:150px;
}
p iframe {
margin-top:16px;
float:left;
width:318px;
height:300px;
}
#content p iframe {
margin-top:16px;
float:left;
width:100%;
height:268px;
/* width:465px;
height:350px;
*/
}
#content iframe {
/* width:480px; */
width:654px; 
}

p.youtube iframe {
margin:16px 0;
float:left;
width:100%;
min-height:301px;
height:auto;
}

p.youtube{
margin:-20px 0 -15px 0;
}

.html5-video-player:not(.ytp-transparent), .html5-video-player.unstarted-mode, .html5-video-player.ad-interrupting, .html5-video-player.ended-mode, .html5-video-player.ytp-fullscreen {
   background-color:transparent!important;
}


div#background span.back{
width:1540px;
max-width:1540px;
min-height:450px;
position: absolute;
z-index:-10;
left: 50%;
margin-left: -770px;   /* 50% */
overflow:hidden;
background:url(img/logo_DasFest_21.png) no-repeat scroll;
}

div#background span.back-bottom{
width:1420px;
max-width:1420px;
min-height:750px;
position: absolute;
z-index:-10;
left: 50%;
margin-left: -710px;   /* 50% */
overflow:hidden;
/* background:url(img/logo_DasFest_bottom_18.png) no-repeat scroll; */
margin-top:250px;
}

div#background span.back-bottom{
top:60%; }
	
#infonavigation {width:100%;}
    
#infonavigation .txt-img{
float:right !important;
color:#ffc730;
padding: 8px 18px 0 10px;
margin-bottom:12px;
}	

div.inhalt_link{
float:right; clear:right;
margin-top:-20px;
display:block;
line-height:190%;}

.countdown_fett {
float:right;
padding-right:8px;
font:20px 'Gill Sans', 'Nimbus Sans', 'Tahoma', 'Arial', sans-serif; font-weight:bold;
line-height:1.0em;
color:#fff;
text-transform: uppercase;
display:block;
text-shadow:#000 3px 2px 1px;
}

p span.countdown_fett strong{
font:40px 'Gill Sans', 'Nimbus Sans', 'Tahoma', 'Arial', sans-serif; font-weight:bold;
line-height:1.0em;
color:#fff;
text-shadow:#000 3px 2px 1px;
}

#termin .txt-img{
font:20px 'Gill Sans', 'Nimbus Sans', 'Tahoma', 'Arial', sans-serif; font-weight:bold;
line-height:1.9em;
color:#fff;
padding:40px 0 0 10px;
}	
#termin .txt-img strong{
font:40px 'Gill Sans', 'Nimbus Sans', 'Tahoma', 'Arial', sans-serif; font-weight:bold;
line-height:0.9em;
color:#fff;
}
#termin .txt-img  ol li a {
color:#fff;   
}

/* ########## Social Media  ########## */
.bookmark {
float:right; clear:left;
padding-right:8px;}
.bookmark ul{margin: 0 0 10px 0; padding: 0;}
ul.bookmark li{float:left; display:inline; list-style: none; margin: 0 2px 4px 0; padding:0; }
.bookmark li img{ padding: 1px; border: solid 0px #fff; }
.bookmark li img:hover{ padding: 1px; border: solid 0px #fff;}
.countdown_festlogo {
background:url(img/das_fest.png) no-repeat scroll;
width:102px;
height:85px; 
display:block;
}

/* ### Animation Logo ### */
@-webkit-keyframes cfFadeInOut {
   0% {
     opacity:1;
   }
   20% {
    opacity:0.9;
  }
  80% {
    opacity:0.4;
  }
  100% {
   opacity:0.3;
 }
}

@-moz-keyframes cfFadeInOut {
 0% {
   opacity:1;
 }
 20% {
  opacity:0.9;
}
80% {
  opacity:0.4;
}
100% {
 opacity:0.3;
}
}

@-o-keyframes cfFadeInOut {
 0% {
   opacity:1;
 }
 20% {
  opacity:0.9;
}
80% {
  opacity:0.4;
}
100% {
 opacity:0.3;
}
}

@keyframes cfFadeInOut {
 0% {
   opacity:1; }
 20% {
  opacity:0.9;
}
80% {
  opacity:0.4;
}
100% {
 opacity:0.3;
}
}


#cf {
  position:relative;
  height:85px;
  width:102px;
  margin:0 auto;
  padding-right:40px;
}

#hk {
    position: relative;
    height: 70px;
    min-width: 128px;
    margin: 0 auto;
    padding-right: 30px;
}

#cf img {
  position:absolute;
  left:0;
  border:0;
}


#cf img.top {
  -webkit-animation-name: cfFadeInOut;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 2s;
  -webkit-animation-direction: alternate;

  -moz-animation-name: cfFadeInOut;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 2s;
  -moz-animation-direction: alternate;

  -o-animation-name: cfFadeInOut;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: infinite;
  -o-animation-duration: 2s;
  -o-animation-direction: alternate;

  animation-name: cfFadeInOut;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 2s;
  animation-direction: alternate;
}

/* ########## Navigation  ########## */

#infonavigation div.txt-img p a { color: #fff; line-height:185%;}
#infonavigation div.txt-img p a:hover, #infonavigation div.txt-img p a:focus {
color: #ffc730;
}

div#navi {
height:auto;
display:block;
}
#menu2{
display:block;
clear:left;
}

#menu2.hidden{
display: none;
clear: left;
}

#menu ul{
margin: 0; 
padding: 0; 
}
#menu ul li{
float:left; 
display:inline; 
list-style: none;
text-align:center;
margin: 0 3px 3px 0; 
width:150px;
font:1.3em 'Gill Sans', 'Nimbus Sans', 'Tahoma', 'Arial', sans-serif; font-weight:bold;
line-height:0em;
color:#fff;
text-transform: uppercase;
background:#ffc730;
}
#menu ul li a {
display: block;
padding:11px 0px;
color:#db455c;
text-transform: uppercase;
}
#menu ul li a:hover,
#menu ul li a.rex-current, #menu ul li a.rex-active {
background-color: #000;
color: #ffc730;
}

#menu2 ul{
margin: 0; 
padding: 0; 
margin-top:10px;  
}
#menu2 ul li{
float:left; 
display:inline; 
list-style: none;
text-align:center;
margin: 3px 3px 0 0; 
width:150px;
font:17px 'Gill Sans', 'Nimbus Sans', 'Tahoma', 'Arial', sans-serif; font-weight:bold;
line-height:0em;
color:#ffc730;
background:#fff;
}
#menu2 ul li a {
display: block;
padding:13px 0px;
margin:0px 0;
color:#d64058;
}
#menu2 ul li a:hover,
#menu2 ul li a.rex-current, #menu2 ul li a.rex-active {
background-color: #000;
color: #ffc730;
}

/* ########## Standard Text/Bild Modul  ########## */

div#content {
margin:0; padding:0;
}

div#content:before,
div#content:after {
    content: " ";
    display: table;
}
div#content:after {
    clear: both;
}

#content .txt-img {
padding:20px 40px 40px 140px;
display:block;
background: #ddd; /* Fallback IE 6-8 */  
background: rgba(255, 250, 240, .875);
font:14px Geneva, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight:normal;
width:474px;
}
#content .txt-img p {
line-height:130%;
}
.txt-img em { 
font:20px Geneva, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight:bold;
color: #d64058; 
}

#content .txt-img p strong, #content .txt-img p strong .caps {
font:14px Geneva, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight:bold;
color:#000;
}

#countdown .txt-img a { color: #fff !important;}
#countdown .txt-img a:hover, #countdown .txt-img a:focus {
color: #db455c !important;
}

.txt-img a { color: #d64058 !important;}
.txt-img a:hover, .txt-img a:focus {
color: #000 !important;
}
 
.txt-img h1 {
font:30px 'Gill Sans', 'Nimbus Sans', 'Tahoma', 'Arial', sans-serif; font-weight:bold;
text-transform: uppercase;
color: #db455c;
margin-left:-130px;
padding-bottom:20px;
}
.txt-img h2 {
font:15px 'Gill Sans', 'Nimbus Sans', 'Tahoma', 'Arial', sans-serif; font-weight:bold;
text-transform: uppercase;
color: #db455c;
padding:8px 0 2px 0;
clear:both;
}

.txt-img img {
float:left;
margin: 6px 12px 6px 0;
display:block;
}
.container-item.partner .txt-img img{
        height:140px;
        width:auto;
        max-width:140px;
}

.txt-img h2 img {
float:right;
padding: 5px 0 5px 10px;
}

.txt-img h3 {
font:22px 'Gill Sans', 'Nimbus Sans', 'Tahoma', 'Arial', sans-serif; font-weight:bold;
text-transform: uppercase;
color: #d64058;
padding:8px 0 2px 0;
}

.txt-img ol {
width:100%;
border-bottom: 1px solid transparent; 
padding-bottom:19px;
margin-bottom:14px;
}

.txt-img ol li a {font:18px 'Gill Sans', 'Nimbus Sans', 'Tahoma', 'Arial', sans-serif; font-weight:bold;
text-transform: uppercase;
color: #d64058;
background:url(img/pfeil_rechts.png) right center no-repeat;
padding-right:13px;
line-height:120%;
}

.txt-img ul li img {
float:left;
padding:12px 4px 0 0; /*padding:12px 12px 0 0;*/
margin-left:-128px;
}

.txt-img h6 a{
float:right;
font:18px 'Gill Sans', 'Nimbus Sans', 'Tahoma', 'Arial', sans-serif; font-weight:bold;
text-transform: uppercase;
color: #ffc730;
background:url(img/pfeil_top.png) right top no-repeat;
padding-right:20px;
line-height:120%;
display:block;
clear:both;
}

.txt-img ol li a:hover, .txt-img h6 a:hover {
color: #fff;
}

.txt-img h6 {
margin:20px 0;
}
#countdown .kein_trennstrich {
clear:both;}

#countdown .container-item {
float:right;
position:relative;
margin-top:-9px;
margin-bottom:12px;
}

#countdown .txt-img ol {
margin:0;
padding:0;
}

#countdown .txt-img ol li a {
font:15px 'Gill Sans', 'Nimbus Sans', 'Tahoma', 'Arial', sans-serif; font-weight:bold;
text-transform: none;
color: #fff;
/* background:url(img/pfeil_rechts.png) right center no-repeat; */
padding-right:9px;
line-height:120%;
text-shadow: #000 3px 2px 1px;
}
[class^="icon-"]::before, [class*=" icon-"]::before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .1em;
	font-size: 200%;
	text-shadow: #000 2px 1px 1px;
}

#countdown .txt-img ol li a:hover, #countdown .txt-img ol li a:focus {
color: #ffc730;
}


/* page setup */

section.row{
	margin:0 0 30px 0;
}
.row{
	width: 100%;
	display: block;
	clear: both;
}

/* Actual content */
.container-item{
	position: relative;
	float:left;
	/* margin:18px 12px 0 0; */
    margin:16px 5px 0 0;
}


.txt-img span.blog ol {
margin-top:50px;
padding-top:20px;
border-top: 1px solid #2a245b !important;
}

.txt-img span.blog ol li a {font:14px Geneva, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight:normal;
text-transform: none;
color: #fff;
background:none;
padding-right:13px;
line-height:145%;
}
.txt-img span.blog ol li a:focus, .txt-img span.blog ol li a:hover {
color:#ffc730;
}

div#menu2 li.rex-article-312 {display:none;} /* FESTival Blog aus Navigation ausblenden */

#sidebar div.container-item{
	position: relative;
	float:right;
	margin:18px 0 0 0;
	margin-left:18px !important;
}

.item {
	-webkit-background-size: 100%;
	        background-size: 100%;
	position: relative;
	/* top:0;
	left:0;  */
	z-index:5;
	overflow: hidden;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	        box-shadow: 0 1px 5px rgba(0,0,0,0.4);	
	-moz-hyphens:none;
    -webkit-hyphens:none;
    -ms-hyphens:none;
    hyphens:none;
}

.item2, .rexfancy-images a img{
	-webkit-background-size: 100%;
	        background-size: 100%;
	position: relative;
	z-index:5;
	overflow: hidden;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	        box-shadow: 0 1px 5px rgba(0,0,0,0.4);	
	-moz-hyphens:none;
    -webkit-hyphens:none;
    -ms-hyphens:none;
    hyphens:none;
}

.item2, .magnific-popup-gallery a img{
	-webkit-background-size: 100%;
	        background-size: 100%;
	position: relative;
	z-index:5;
	overflow: hidden;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	        box-shadow: 0 1px 5px rgba(0,0,0,0.4);	
	-moz-hyphens:none;
    -webkit-hyphens:none;
    -ms-hyphens:none;
    hyphens:none;
}

.item-overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 28%, rgba(0,0,0,0.42) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(28%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.42))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 28%,rgba(0,0,0,0.42) 100%); /* Chrome10+,Safari5.1+ */	
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 28%,rgba(0,0,0,0.42) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 28%,rgba(0,0,0,0.42) 100%); /* W3C */
	-webkit-transition: background-color 0.4s ease-in-out;
	   -moz-transition: background-color 0.4s ease-in-out;
	    -ms-transition: background-color 0.4s ease-in-out;	     
	        transition: background-color 0.4s ease-in-out;
}
.item:hover .item-overlay, .item:focus .item-overlay  {
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 28%, rgba(0,0,0,0.42) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(28%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.42))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 28%,rgba(0,0,0,0.42) 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 28%,rgba(0,0,0,0.42) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 28%,rgba(0,0,0,0.42) 100%); /* W3C */
	background-color: rgba(0,0,0,0.4);
}

.item-content{
	position: absolute;
	width:100%;
	bottom: 0;
	-webkit-transform: translate(0,100%);
	   -moz-transform: translate(0,100%);
	    -ms-transform: translate(0,100%);	             
		 transform: translate(0,100%);	
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	    -ms-transition: all 0.4s ease-in-out;	     
	        transition: all 0.4s ease-in-out;	
}
.item:hover .item-content, .item:focus .item-content{
	height:100%;
	-webkit-transform: translate(0,0);
	   -moz-transform: translate(0,0);
	    -ms-transform: translate(0,0);	   
	        transform: translate(0,0);	    
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	    -ms-transition: all 0.4s ease-in-out;
	        transition: all 0.4s ease-in-out;
}

.item-top-content{
	position: relative;
}
.item-top-content-inner{
	position: absolute;
	bottom: 0;
	padding:10px 0;
	background: #000;
	background: rgba(255,199,48,.875);
	width:100%;
	text-align:center;
}

.item-add-content{
	margin:auto;
	opacity:0;
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	    -ms-transition: all 0.4s ease-in-out;	    
	        transition: all 0.4s ease-in-out;
}
.item:hover .item-add-content, .item:focus .item-add-content{
	opacity:1
}
.item-add-content-inner{
	border:2px solid #ffc730;
    border:2px solid #db455c;
	width:115px; height:115px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;	
	border-radius: 50%;
	margin:auto;
	padding:auto;
	text-align:center;
}
.merch{
	width:115px; height:115px;
	margin:auto;
	padding:auto;
	text-align:center;
}

.box_quadratisch_klein {width:146px; height:146px; display:block; border: 2px solid #ffc730;}
.box_quadratisch_gross {width:316px; height:316px; display:block; border: 2px solid #ffc730;}
.box_quer_klein        {width:314px; height:146px; display:block; border: 2px solid #ffc730;}
.box_quer_gross        {width:654px; height:317px; display:block; border: 2px solid #ffc730;}
.box_hoch_klein        {width:150px; height:318px; display:block; }
.box_quer_gross_schmal {width:654px; height:150px; display:block; border: 2px solid #ffc730;}

.box_quadratisch_klein .item-add-content {margin-top:10%;}
.box_quadratisch_gross .item-add-content {margin-top:30%;}
.box_quer_klein .item-add-content {margin-top:5%;}
.box_quer_gross .item-add-content {margin-top:15%;}
.box_hoch_klein .item-add-content {margin-top:69%;}
.box_quer_gross_schmal .item-add-content {margin-top:2%;}

.meldung {width:455px !important; display:block;}

/* Buttons */

.container-item:hover, .container-item:focus {
	opacity:1; }
	
.btn.buy{
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	opacity:1;
	display:block;
}

.btn.buy:hover, .btn.buy:focus{
	background: #000;
	background: rgba(0,0,0,.95);
	border:2px solid #db455c !important;
	width:115px; height:115px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	margin:auto;
	padding:auto;
	text-align:center;
	display:block;
}

.expand{
	margin:auto;
	padding:auto;
	text-align:center;
	display:block;
	font-size:15px;
	font-family:'Gill Sans', 'Nimbus Sans', 'Tahoma', 'Arial', sans-serif;
    font-weight: bold;
	color:#fff;
	text-transform:uppercase;	
}
.expand p {
	line-height:18px;
	color:#fff;
	text-decoration:none;
	-moz-hyphens:none;-o-hyphens:none;-webkit-hyphens:none;-ms-hyphens:none;hyphens:none;	
}
.df-icon {
	width:44px; height:40px;
	margin:auto;
	padding:20px 0 5px 0;
	text-align:center;
	display:block;
}


/* test outward start */
div.outward {
	position:absolute;
	top:10%;
	left:10%;
    height: 112px;
    width: 112px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #db455c;
    color: #db455c !important;
	background: #000;
    background: rgba(255,199,48,.875);
    margin:auto;
	padding:auto;
	text-align:center;
	display:block;
    -webkit-transition: all .8s;
    transition: all .8s;
}

.box_quer_klein div.outward {left:30%;}
.box_hoch_klein div.outward {top:32%;}

div.outward h2 {
width:70px;
margin-left:20px;}

div.outward:hover, div.outward:focus  {
    border: 2px solid #ffc730;
	background: #000;
	background: rgba(0,0,0,.875);
    color: #fff !important;
}

/* test outward ende */

/* content */

.item-product {
	width:100%;	
	background:url(img/pfeil_top_blackbg.png) center top no-repeat;
	margin-top:-5px;
	}
	
.item-top-title { 
	width:100%;
	font-size:17px;
	font-family:'Gill Sans', 'Nimbus Sans', 'Tahoma', 'Arial',sans-serif; 
    font-weight: bold;
	text-transform:uppercase;
	padding-top:12px;
	color:#db455c;
}
.isotope .item-product{
	width:100%;	
	background:none;
	margin-top:-5px;
	}
	
.isotope .item-top-title, .nivo-caption{
	width:100%;
	font-size:17px;
	font-family:'Gill Sans', 'Nimbus Sans', 'Tahoma', 'Arial',sans-serif; 
    font-weight: bold;
	text-transform:uppercase;
	padding-top:2px;
	color:#db455c;
}
	
.item-top-title h2, .top-title h2, .nivo-caption h2{ 
	font-family:'Gill Sans', 'Nimbus Sans', 'Tahoma', 'Arial',sans-serif; 
    font-weight: bold;
	color:#db455c;
	hyphens:none;
}
.nivo-caption h2{ 
margin:10px 0 1px 0;
}

.nivo-caption {

	background: rgba(255,199,48,.875) !important; 

}

span.dot { 
	color:#ffc730 !important;
}

#slider_sponsoren {background: #ddd;}

#slider_sponsoren a.nivo-imageLink {
width:150px;
margin:0; padding:0;
}

/* Style / Theming */


.subdescription, p.subdescription {
	font-size:15px;
	font-weight: normal;
    font-weight: 400;
	font-family:'Gill Sans', 'Nimbus Sans', 'Tahoma', 'Arial', sans-serif;
	color:#db455c;
	text-transform:none;
}
.subdescription a {
    color:#db455c;
}
.subdescription a:hover, .subdescription a:focus  {
    color:#ffc730;
}
.nivo-caption .subdescription a:hover, .nivo-caption  .subdescription a:focus  {
    color:#fff;
}
.btn.buy:hover .subdescription, .btn.buy:focus .subdescription, .outward:hover .top-title h2, .outward:focus .top-title h2{
        color:#ffc730;
}
/*product price*/
.item-content {
	background: #ffc730;
	background: rgba(255,199,48,.875);
	font:100% 'Gill Sans', 'Nimbus Sans', 'Tahoma', 'Arial', sans-serif;
    hyphens:auto;	
}
.item-add-content{
}
.item-add-content .section{
	/* margin-bottom:10px; */
	margin-bottom:auto;}
.item-add-content .section:last-of-type{
	/* margin-bottom:0; */
	margin-bottom:auto;
}

/* Item menu */
.item-menu{
	position: absolute;
	top:3px;
	left:0px;
	height:204px;
	width:260px;
	border-radius:3px 0 0 3px;
	background:#4f4f4f;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	        box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	-webkit-transform: translate(0,0);
	   -moz-transform: translate(0,0);
	    -ms-transform: translate(0,0);
	        transform: translate(0,0);
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	    -ms-transition: all 0.4s ease-in-out;
	        transition: all 0.4s ease-in-out;
}
.item-menu.visible{
	-webkit-transform: translate(-70px,0);
	   -moz-transform: translate(-70px,0);
	    -ms-transform: translate(-70px,0);	    
	        transform: translate(-70px,0);
	-webkit-transition: all 0.4s ease-in-out;	   
       -moz-transition: all 0.4s ease-in-out;
	    -ms-transition: all 0.4s ease-in-out;
	        transition: all 0.4s ease-in-out;
}
.item-menu:hover, .item-menu:focus{
	-webkit-transform: translate(-70px,0);
	   -moz-transform: translate(-70px,0);
	    -ms-transform: translate(-70px,0);
	        transform: translate(-70px,0);
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	    -ms-transition: all 0.4s ease-in-out;
	        transition: all 0.4s ease-in-out;
}
/*List*/
.popout-menu ul{
	list-style-type:none;
}
.popout-menu ul li{
	-webkit-box-shadow: inset 0px 1px rgba(205,205,205,0.1);
	        box-shadow: inset 0px 1px rgba(205,205,205,0.1);
	border-bottom:1px solid #434343;
}
.popout-menu ul li:first-of-type{
	-webkit-border-radius: 3px 0;
	        border-radius: 3px 0;
}
.popout-menu ul li:last-of-type{
	border-bottom-width:0px;
}
.popout-menu ul li:hover, .popout-menu ul li:focus {
	background:#434343;
}
.popout-menu ul li a{
	color:#eaeaea;
	font-weight:600;
	font-size:0.8em;
	text-decoration:none;
	line-height: 36px;
	padding:0 15px;
	display:block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

/* ### rexFancy ### */

div.rexfancy-images a {
margin:0 15px 15px 0;
float:left;
width:150px; height:100px;
overflow: hidden;
}
div.rexfancy-images a img {
width: 100%;
}

div.clear-rexfancy {
float:none;
clear:both;
}

div.magnific-popup-gallery a {
margin:0 15px 15px 0;
float:left;
width:150px; height:100px;
overflow: hidden;
}
div.magnific-popup-gallery a img {
width: 100%;
}

div.clearer {
float:none;
clear:both;
}

/* #### Formulare ##### */
form input[type=submit]:hover {
	background-color:#fff !important;
	border-color:#ccc;
	color:#ffc730 !important;
	}
form input[type=submit]:active {
	background-color:#fff !important;
	border-color:#bbb;
	}

.option-set input[type=checkbox] {
	display:none;	}

.option-set input[type=checkbox] + label {
	padding:0 22px;
	height:20px; 
	display:inline-block;
	line-height:20px;
	background-repeat:no-repeat;
	background-position: 0 0;							
	vertical-align:middle;
	cursor:pointer;
}

input[type=checkbox]:checked + label {
	background-position: 0 -20px;	}
label {
	background-image:url(img/checkbox.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;	}
	
/* #### Formulare ##### */

#auswaehlen { width: 13%; float:left; }
#frsaso { width: 20%; float:left; }
#frsaso label, #buehnenwahl label {white-space:nowrap;}
#frsaso label.brand-all { padding-right:55%;}
#buehnenwahl { width: 55%; float:left; }
#auswaehlen2 { width: 23%; float:left; }
#frsaso2 { width: 77%; float:left; }

/* #### Kontaktformulare ##### */

.contactform_bands, .contactform_feedback, .contactform_info, .contactform_jobs, .contactform_stand {
text-transform:uppercase;
float:left;    
/* padding: 20px 40px 40px 140px; */
display: block;
/* background: rgba(255, 250, 240, .875) !important; */
font: 14px Geneva, 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: normal;
width: 474px   
}

.contactform_bands span, 
.contactform_feedback span, 
.contactform_info span, 
.contactform_jobs span, 
.contactform_stand span {
	padding-bottom:5px;
	display: block;
	overflow:hidden;
}

.contactform_bands span label, 
.contactform_feedback span label, 
.contactform_info span label, 
.contactform_jobs span label, 
.contactform_stand span label {
	float:left;
	width: 110px;
	background: none;
}

.contactform_bands span input, 
.contactform_feedback span input, 
.contactform_info span input, 
.contactform_jobs span input, 
.contactform_stand span input,
.xform input,
.nl-form input {
	width: 250px;
	padding: 2px;
	background-color:#fafafa;
}

.contactform_bands span select, 
.contactform_feedback span select, 
.contactform_info span select, 
.contactform_jobs span select, 
.contactform_stand span select {
	width: 178px;padding: 2px;
}

.contactform_bands span textarea, 
.contactform_feedback span textarea, 
.contactform_info span textarea, 
.contactform_jobs span textarea, 
.contactform_stand span textarea {
	width: 250px;
	background-color:#fafafa;
}

.contactform_bands span input[type="submit"], 
.contactform_feedback span input[type="submit"], 
.contactform_info span input[type="submit"], 
.contactform_jobs span input[type="submit"], 
.contactform_stand span input[type="submit"],
.xform input[type="submit"],
.nl-form input[type="submit"] {
	width: 160px; 
	background-color:#ffc730;
	color:#fff;
}
.xform .rex_375_subscribe,
.nl-form .submit {
	padding: 3px 5px 3px 5px !Important;
	width: 190px !Important;
}

.contactform_bands .requirements,
.contactform_feedback .requirements,
.contactform_info .requirements,
.contactform_jobs .requirements,
.contactform_stand .requirements {
	font-size:8pt;
}


label.datenschutz_form {
    background-image:none;
    text-transform:none;
    line-height:130%;
    
}
input.datenschutz_form {
    width: inherit !important;
}
span.requirements {
    margin-top:10px;
}
a.logout-btn, input.login-btn {
margin-top: 20px;
width: 150px; 
background-color:#ffc730;
color:#fff;
padding:3px 50px 3px 50px;
}
a.logout-btn:hover, input.login-btn:hover {
background-color:#ffc730;
color:#fff;
}


/* #### Facebook Twitter ##### */
iframe body, iframe div{
	background: #ddd; /* Fallback IE 6-8 */  
	background: rgba(255, 255, 255, .875) !important;
}

.fb-like-box, .fb-page, .fb_iframe_widget iframe{
	background: #ddd; /* Fallback IE 6-8 */  
	background: rgba(255, 255, 255, .875) !important;
}

.fb_iframe_widget, .fb_iframe_widget span {
	background: #ddd; /* Fallback IE 6-8 */  
	background: rgba(255, 255, 255, .875) !important;
}

iframe.twitter-timeline, iframe.twitter-timeline-rendered {
	background: #ddd; /* Fallback IE 6-8 */  
	background: rgba(255, 255, 255, .875) !important;
}

/* #### Footer ##### */

#infonavigation.box div.txt-img {
    background: rgba(255, 255, 255, .875);
    color: #db455c !important;
}
#infonavigation.box div.txt-img p a {
    color: #db455c !important;
}


#footer {
	margin-top: 30px;
	padding-top: 15px;
	background: #ddd; /* Fallback IE 6-8 */  
	background: rgba(255, 255, 255, .875);
}

#footer a, #footer p a:hover, #footer a:hover strong {
	color: #ffc730; 
	line-height:140%;
}

#footer p a, #footer strong {
	color: #db455c !important;
	line-height:140%;
}

#footer em {
	margin-left: -3px;
	color: #fff;
}

#footer .raumkontakt { margin-top: -10px; }
#footer .raumkontakt p { float:right; padding-right:15px;line-height:150%; }

/**** Isotope CSS ****/
#filterbox {width:100%;}
#filterbox #options{
background:#fff;
padding:3px 0;
font:17px 'Gill Sans', 'Nimbus Sans', 'Tahoma', 'Arial', sans-serif; font-weight:bold; 
color:#db455c;
}

#options h3 {
font:17px 'Gill Sans', 'Nimbus Sans', 'Tahoma', 'Arial', sans-serif; font-weight:bold;
color:#db455c;
text-transform: uppercase;
padding:3px 0 0 10%;
}

#filter-display {
  font-size: 18px;
  padding: 0.5em;
  border: 1px solid #CCC;
  color: blue;
}

#buehnenwahl {display:inline-block;}

#options:before,
#options:after {
content: " ";
display: table;
}
#options:after {
clear: both;
}
#options {
*zoom: 1;
}


/**** Isotope Filtering ****/

.container-item {
  z-index: 2;
}

.isotope-hidden.container-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .container-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .container-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .container-item,
.isotope .container-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */


/* Magnific Popup CSS */

.mfp-content{
width:766px;
max-width:766px;
background:#fff !important; }

.magnific-popup-container img {width:720px;}

#custom-content .txt-img {
margin:0;
}

#custom-content .txt-img p {
padding:8px 32px 42px 143px;
background: #ddd; /* Fallback IE 6-8 */  background: rgba(205, 205, 205, .875);
font:14px Geneva, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight:normal; line-height:130%;
}
#custom-content div.txt-img h1 {
font:22px 'Gill Sans', 'Nimbus Sans', 'Tahoma', 'Arial', sans-serif; font-weight:normal;
text-transform: uppercase;
color: #ffc730 !important;
font-weight: 400 !important;
margin:0;
padding:5px 32px 2px 143px;
}

#custom-content div.txt-img h2, #custom-content div.txt-img h3 {
font:15px 'Gill Sans', 'Nimbus Sans', 'Tahoma', 'Arial', sans-serif; font-weight:normal;
text-transform: uppercase;
color: #ffc730 !important;
font-weight: 400 !important;
margin:0;
padding:0px 32px 9px 143px;
}

.txt-img h1 img, .txt-img h2 img {
float:right;
padding: 5px 0 4px 8px;
}
.txt-img h3 img {
float:left; /*right*/
padding: 0 0 0 0;
}

div.mfp-content #custom-content, div.mfp-content #custom-content .txt-img, div.mfp-content #custom-content div.txt-img p, div.mfp-content .container-item {
background:#fff !important;}


.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  /* filter: alpha(opacity=80);  */
  }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #ccc; }
    .mfp-preloader a:hover {
      color: #fff; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: #fff !important;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;  
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;   
  }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  position: relative;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center; 
  color: #ffc730 !important;
  background: #fff;
  font-style: normal;
  font-size: 38px;
  font-family: Arial, Baskerville, monospace; 
	padding: 0 0 18px 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	opacity: 1;
    /* filter: alpha(opacity=100); */
	}
  
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    /* filter: alpha(opacity=100); */
    }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
color: #ffc730 !important; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  /* filter: alpha(opacity=65); */
  margin: 0;
  top: 50%;  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
   /* filter: alpha(opacity=100);  */ 
    }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }
    
.mfp-arrow-left::before, .mfp-arrow-left .mfp-b {
	position: absolute;
	content: "";
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 20px;
	height: 20px;
	background-color: transparent !important;
	border-left: 3px solid #db455c !important;
	border-top: 3px solid #db455c !important;
	margin-left: 8px;
	margin-top: 1px;
}   
.mfp-arrow-right::before, .mfp-arrow-right .mfp-b {
	position: absolute;
	content: "";
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 20px;
	height: 20px;
	background-color: transparent !important;
	border-right: 3px solid #db455c !important;
	border-top: 3px solid #db455c !important;
	margin-left: 3px;
	margin-top: 1px;
} 

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 20px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
	width: 900px;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.20%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #fff; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
 width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;    background: rgba(0, 0, 0, 0.6);
    position: fixed;    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } 
	
	#footer p a, #footer strong {
		line-height: 140%;
		font-size: 11px;
	}
	.break {
		word-wrap: break-word;
	}
}

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.xform label, .nl-form label{
	border: none;
	background: transparent;
}

.xform #rex_375_subscribe{
	margin-top:10px;
}

.nl-form #newsletter_email2{
	margin-left:75px;
}

.nl-form .submit{
	margin-left:117px;
}

/* ########## Suche  ########## */

.suche {
	height: 39px;
	float: right;
	margin-top: -42px;
	margin-left: 23px;
	display: block;
}

.suche input[type="text"] {
	width: 0px;
	height: 39px;
	margin-top: 0;
	padding-right: 0;
	padding-left: 0;
	border: 0;
	background: #eee;
	position: relative;
	display: block;
	margin-left: -25px;
	color: #db455c;
	font-size: 20px;
	left: -100px;
	z-index: 0 !important;
}


@supports (-moz-transform: translate(0, 0)) {
  .suche input[type="text"].open {	
    width: 0px;
	height: 39px;
	margin-top: 0;
	padding-right: 0;
	padding-left: 0;
	border: 0;
	background: #eee;
	position: relative;
	display: block;
    top: -39px;
	color: #db455c;
	font-size: 20px; 	
    left:0;
}
::placeholder { 
 color: #db455c;
 opacity: 1;
}

a.close-button.visible {
		background: url(img/search-close-normal2.png);
		width: 20px;
		height: 20px;
		display: block;
		z-index: 1000 !important;
		float: right;
		position: relative;
		top: -38px;
		margin-right: 48px;
		display: block;
	}
	
	a.close-button.visible:hover {
		background: url(img/search-close-normal.png);
		width: 20px;
		height: 20px;
		display: block;
		position: relative;
		float: right;
		top: -38px;
		margin-right: 48px;
	}

}


/* ---  chrome/webkit --- */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .suche input[type="text"] {
		left: 0px;
		top: -39px;
	}
	
	a.close-button.visible {
		background: url(img/search-close-normal2.png);
		width: 20px;
		height: 20px;
		display: block;
		z-index: 1000 !important;
		float: right;
		position: relative;
		top: -38px;
		margin-right: 48px;
		display: block;
	}
	
	a.close-button.visible:hover {
		background: url(img/search-close-normal.png);
		width: 20px;
		height: 20px;
		display: block;
		position: relative;
		float: right;
		top: -38px;
		margin-right: 48px;
	}
}

.suche input[type="text"].open {}

a.close-button {
	display: none;
}

a.close-button.visible {
	background: url(img/search-close-normal2.png);
	width: 20px;
	height: 20px;
	display: block;
	z-index: 1000 !important;
	float: right;
	margin-top: -30px;
	margin-right: 48px;
	display: block;
}

a.close-button.visible:hover {
	background: url(img/search-close-normal.png);
	width: 20px;
	height: 20px;
	display: block;
	float: right;
	margin-top: -30px;
	margin-right: 48px;
}

.suche input[type="text"]:required {
	box-shadow: none;
}

::-webkit-input-placeholder {
	color:#e54f64;
	font-weight: bold;
}
::-moz-placeholder {
	color:#e54f64;
	font-weight: bold;
}
:-ms-input-placeholder {
	color:#e54f64;
	font-weight: bold;
}
input:-moz-placeholder {
	color:#e54f64;
	font-weight: bold;
}

.suche input[type="submit"] {
	width: 72px;
	height: 39px;
	margin-left: 3px;
	border: 0;
	background: #ffc730 url(img/search-icon.png) no-repeat 21px 5px;
	display: block;
	float: right;
}

.suche input[type="submit"]:hover, .suche input[type="submit"]:focus {
	background: #fff url(img/search-icon_hover.png) no-repeat 21px 5px;
}

.suche input[type="submit"].activated {
	background: #fff url(img/search-icon.png) no-repeat 33px 5px;
}
.suche input[type="submit"].activated:hover {
	background: #fff url(img/search-icon_hover.png) no-repeat 33px 5px;
}

.suchergebnisse {
	min-width: 460px;
	padding: 20px 40px 40px 140px;
	display: block;
	background: rgba(255, 255, 255, 0.875);
	font-family:Arial, sans-serif;
	font-weight:normal;
}

.suchergebnisse h1 {
	font:30px Arial, sans-serif;
	font-weight:normal;
	text-transform: uppercase;
	color: #db455c;
	margin-left: -130px;
	padding-bottom: 20px;
}

.suchergebnisse ul.searchresults li a {
	font-family:Arial, sans-serif;
	font-weight:normal;
	color: #db455c;
	font-weight: bold;
}

.suchergebnisse ul.searchresults li a:hover, .suchergebnisse strong {
	color: #000;
}


/* ########## Tickets Google  ########## */

.tickets_kaufen #map{ 
float:left;
width:318px;
min-width:517px;
height: 370px;
margin-left:-40px;
margin-bottom:15px;
}

.tickets_kaufen #side_bar {
min-height:auto;
/* height:2650px; */
}

.tickets_kaufen #side_bar li{
margin-left:15px;margin-right:10px;
margin-top:10px;
list-style-type: disc;
color:#ffc730;
border-bottom:1px solid #fff;
}

.tickets_kaufen #side_bar a{
font-weight:bold;
line-height:120%;
color:#ffc730;
}

.tickets_kaufen #side_bar a:hover{
color:#ffc730;
}

.tickets_kaufen #infoWindow {
    width: 250px;
}

.tickets_kaufen #side_bar p{
	color:#000;
}

.tickets_kaufen .nochda{
	color:#00cf00;
}
.tickets_kaufen .netda, .tickets_kaufen .netda2 {
	color:#db0000;
}
.tickets_kaufen .nochpaarda {
	color:#db0000;
}
.tickets_kaufen #side_bar .nochpaarda {
	color:#FF7400;
}
.tickets_kaufen .extra,
.tickets_kaufen #side_bar .extra {
	color:#fff;
}
.tickets_kaufen #side_bar .extra {
	margin-left: 10px;
}

.tickets_kaufen #side_bar .nochda,
.tickets_kaufen #side_bar .nochpaarda
.tickets_kaufen #side_bar .netda {
    font-weight: bold;
	margin-left: -95px;
	width: 170px;
	height: 20px;
	text-align: right;
}
.tickets_kaufen #side_bar .nochda {
	/*background:#fff;*/
	position:relative;
	float:right;
}
.tickets_kaufen #side_bar .nochpaarda,
.tickets_kaufen #side_bar .netda {
	font-weight:bold;
	position:relative;
	top:0px;
}
.tickets_kaufen #side_bar x {
	padding:5px;
}

/* ########## NEWS Modul  ########## */

.news {
}

.news h2 {
	font:17px 'Gill Sans', 'Nimbus Sans', 'Tahoma', 'Arial', sans-serif; font-weight:bold;  
	color:#db455c;
	background:#ffc730;
	padding:7px 280px 5px 7px;
}

.news .datum {
	width: 318px;
	height: 15px;
	padding: 5px 0 0 10px;
	background-color: rgba(255, 255, 255, 0.875);
	color:#595959;
	font:12px 'Gill Sans', 'Nimbus Sans', 'Tahoma', 'Arial', sans-serif; 
	font-weight:bold;
	float: left;
	clear: both;
}

.news .titel {
	width: 318px;
	height: 25px;
	padding: 0 0 0 10px;
	color:#db455c;
	font:16px 'Gill Sans', 'Nimbus Sans', 'Tahoma', 'Arial', sans-serif;
	font-weight:400;
	line-height:0em;
	float: left;
	clear: both;
	background-image: url(img/news_pfeil.png);
	background-repeat: no-repeat;
	background-position: 300px 5%;
	background-color: rgba(255, 255, 255, 0.875);
	border-bottom: 2px #eee solid;
}


.news .footer_news {
	font:15px 'Gill Sans', 'Nimbus Sans', 'Tahoma', 'Arial', sans-serif; font-weight:bold;
	line-height:0em;
	padding: 5px 0 0 0;
	color: #595959;
	background-image: url(img/news_pfeil.png);
	background-repeat: no-repeat;
	background-position: 300px 20%;
	background-color: rgba(255, 255, 255, 0.875);
	border-bottom: 2px transparent solid ;
	clear: both;
}

.news .footer_news p{
	margin-left:210px;
    color: #595959;
}

.news_seite .datum {
	width: 90px;
	height: 20px;
	padding: 5px 0 0 10px;
	background-color: #fff;
	color:#fff;
	font:17px 'Gill Sans', 'Nimbus Sans', 'Tahoma', 'Arial', sans-serif; 
	font-weight:bold; 
	float: left;
}

.news_seite .titel {
	width: 218px;
	height: 20px;
	padding: 5px 0 0 0;
	color:#ffc730;
	font:17px 'Gill Sans', 'Nimbus Sans', 'Tahoma', 'Arial', sans-serif;
	font-weight:bold; 
	line-height:0em;
	float: right;
}

.news_seite .text {
	border-top: 2px transparent solid ;
	clear: both;
}

.lg-chromeframe a:link, .lg-chromeframe a:visited {
background:#ffffe1 url(img/warning.gif) no-repeat 6px 4px;
position:relative;
z-index:100;
font:normal 12px Arial, Helvetica, sans-serif;
color:#000;
padding:4px 6px;
display:block;
text-indent:19px;
margin-bottom:-10px;
border-bottom: 1px solid #696969;
}.lg-chromeframe a:hover, .lg-chromeframe a:focus, .lg-chromeframe a:active {
background:#3399ff url(img/warning-hover.gif) no-repeat 6px 4px;
position:relative;
z-index:100;
font:normal 12px Arial, Helvetica, sans-serif;
color:#fff;
padding:4px 6px;
display:block;
text-indent:19px;
margin-bottom:-10px;
border-bottom: 1px solid #696969;
}

/*------------------------------------Infomeile------------------------------------*/
.tableob .toptb{
    background: #d64058;
}
.tableob .toptb strong{
    color: #fff !Important;
    font-size:15px;
}
.tableob .toptb small{
    color: #fff;
    font-size: 11px;
}
.tableob TABLE{
    background: none;
}
.tableob .sec{
    background: #e3dcc9;
}
.tableob TABLE TD{
    padding: 5px;
}
.tableob TABLE TD strong{
    font-weight: normal;
    color: #111 !Important;
    font-family: 'Gill Sans', 'Nimbus Sans', 'Tahoma', 'Arial',sans-serif;
}

/* ############ Responsive #################*/

/* Responsive Framework */

.box { float: left; }
#root { max-width: 990px; margin: 0 auto;}
#infonavigation { width: 100%;}
#logo { width: 28%; }
#termin { width: 28%; }
#countdown { width: 44%; }
#navi { width:100%; max-width:990px; }
#content { width:672px;}
#sidebar { width:336px; max-width:336px; float:left; margin:0; padding:0; margin-left:-18px; }
#box14 { width: 50%; }
#box15 { width: 50%; }
#hauptbuehne { width: 100%; width:990px; }
#feldbuehne { width: 50%; }
#news { width: 50%; }
#box19 { width: 100%; }
#box20 { width: 100%; }
#box21 { width: 100%; }
#box22 { width: 100%; }
#box23 { width: 100%; }
#box24 { width: 100%; }
#box25 { width: 100%; }
#box26 { width: 100%; }
#facebook { width: 100%; }
#entenrennen { width: 50%; }
#fest-cup { width: 50%; }
#dj-buehne { width: 25%; }
#kulturbuehne { width: 50%; }
#fest-cup2 { width: 25%; }
#fest30er { width: 100%; }
#footer { width: 100%; }
#box35 { width: 16.666666666666664%; }
#box36 { width: 16.666666666666664%; }
#box37 { width: 16.666666666666664%; }
#box38 { width: 16.666666666666664%; }
#box39 { width: 16.666666666666664%; }
#box40 { width: 16.666666666666664%; }

.txt-img em, #content .txt-img p strong, #content .txt-img p strong .caps { font-family: Geneva, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: bold;}


/* Desktops Font */
@media only screen and (min-width: 374px) {

body, input,textarea,select, #content .txt-img {font-family: Geneva, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: normal;}

h1,h2,h3,h4,h5,h6, .item-content, #filterbox #options, #options h3{font-family:'hallo_sansregular', 'Gill Sans', 'Nimbus Sans', 'Tahoma', 'Arial', sans-serif; font-weight: normal;}

strong,time, .countdown_fett, p span.countdown_fett strong, #termin .txt-img, #termin .txt-img strong, .txt-img h1, .txt-img h2, .txt-img h3, #menu ul li, #menu2 ul li,div.outward h2, .expand, .item-top-title, .isotope .item-top-title, .nivo-caption, .txt-img ol li a, #countdown .txt-img ol li a, .txt-img h6 a, .item-top-title h2, .top-title h2, .nivo-caption h2, #custom-content div.txt-img h1, #custom-content div.txt-img h2, #custom-content div.txt-img h3, .suchergebnisse h1, .news h2, .news .datum, .news .titel, .news .footer_news, .news_seite .datum, .news_seite .titel { font-family:'hallo_sansblack', 'Gill Sans', 'Nimbus Sans', 'Tahoma', 'Arial',sans-serif; font-weight: normal; }

}


/* Laptop/Tablet (1024px) */
@media only screen and (min-width: 992px) and (max-width: 1024px) and (orientation: landscape) {
	#infonavigation { width: 100%;}
    #logo { width: 28%; }
    #termin { width: 28%; }
    #countdown { width: 44%; }
	#navi { width: 100%;}
	#content { width: 66%; width: 672px; }
	#sidebar { width: 34%; width: 336px; margin-left:-18px;}
	#auswaehlen { width: 13%; float:left; }
	#frsaso { width: 20%; float:left; }
	#buehnenwahl { width: 66%; float:left; }
	#auswaehlen2 { width: 23%; float:left; }
	#frsaso2 { width: 76%; float:left; }
	#box14 { width: 50%; }
	#box15 { width: 50%; }
	#hauptbuehne { width: 100%; width:990px; }
	#feldbuehne { width: 50%; }
	#news { width: 50%; }
	#box19 { width: 100%; }
	#box20 { width: 100%; }
	#box21 { width: 100%; }
	#box22 { width: 100%; }
	#box23 { width: 100%; }
	#box24 { width: 100%; }
	#box20 { width: 100%; }
	#box26 { width: 100%; }	#facebook { width: 100%; }
	#entenrennen { width: 50%; }
	#fest-cup { width: 50%; }
	#dj-buehne { width: 20%; }
	#kulturbuehne { width: 50%; }
	#fest-cup2 { width: 20%; }
	#fest30er { width: 100%; }
	#footer { width: 100%; }
	#box35 { width: 16.666666666666664%; }
	#box36 { width: 16.666666666666664%; }
	#box37 { width: 16.666666666666664%; }
	#box38 { width: 16.666666666666664%; }
	#box39 { width: 16.666666666666664%; }
	#box40 { width: 16.666666666666664%; }	
	div#background span.back, div#background span.back-bottom{
	max-width:1140px;
	height:auto;
	position: absolute;
	z-index:-10;
	/* left: 50%;
	margin-left: -620px; */  /* 50% */
	overflow:hidden;}
   
}

/* Portrait  ab 636 */

@media only screen and (min-width: 822px) and (max-width: 991px) {
	body {padding:1px;}
	#infonavigation { width: 100%; }       
	#logo { width: 25%; height:20px;}
	#termin { width: 25%; text-align:right; }
	#countdown { width: 50%; }
	#navi { width: 100%;}
	#content { width: 66%; width: 672px; float:left; margin:0; padding:0; }
	#sidebar { width: 34%; width:150px; float:left; margin:0; padding:0; margin-left:-19px;margin-right:0;}
	#auswaehlen { width: 20%; float:left; }
	#frsaso { width: 20%; float:left; }
	#buehnenwahl { width: 50%; float:left; }
	#auswaehlen2 { width: 50%; float:left; }
	#frsaso2 { width: 50%; float:left; }
	#box14 { width: 50%; }
	#box15 { width: 50%; }
	#hauptbuehne { width: 100%; }
	#feldbuehne { width: 50%; }
	#news { width: 50%; }
	#box19 { width: 100%; }
	#box20 { width: 100%; }
	#box21 { width: 100%; }
	#box22 { width: 100%; }
	#box23 { width: 100%; }
	#box24 { width: 100%; }
	#box20 { width: 100%; }
	#box26 { width: 100%; }
	#facebook { width: 100%; }
	#entenrennen { width: 50%; }
	#fest-cup { width: 50%; }
	#dj-buehne { width: 20%; }
	#kulturbuehne { width: 50%; }
	#fest-cup2 { width: 20%; }
	#fest30er { width: 100%; }
	#footer { width: 100%; }
	#box35 { width: 16.666666666666664%; }
	#box36 { width: 16.666666666666664%; }
	#box37 { width: 16.666666666666664%; }
	#box38 { width: 16.666666666666664%; }
	#box39 { width: 16.666666666666664%; }
	#box40 { width: 16.666666666666664%; }	
	#content .txt-img {
	padding:10px 10px 20px 10px;
	width:94%;}
	#content .txt-img img{
	max-width:99%;}
   .container-item.partner .txt-img img{
        height:140px;
        width:auto;
        max-width:140px;
    }
	.txt-img h1 {margin-left:0px;}	
	.countdown_fett {
	font-size:15px; font-weight:bold;
	line-height:1.0em; }
	p span.countdown_fett strong{
	font-size:22px;font-weight:bold; line-height:1.0em; }
	#termin {margin-top:-15px;}
	#termin .txt-img{
	font-size:15px; font-weight:bold;
	line-height:1.9em;
	padding:40px 0 0 10px; }	
	#termin .txt-img strong{
	font-size:22px; font-weight:bold;
	line-height:0.9em;	}
	#content p iframe {
	height:338px;  
    }
	#menu ul li, #menu2 ul li{
	width:32.85%; }
	#content iframe {
	/* width:320px; */
    /* width:480px; */
     width:663px;
	margin-left:-10px;}
	#content .tickets_kaufen {width:605px;}
	.tickets_kaufen #map{ 
	min-width:615px; 
	height: 370px;
	margin-left:-10px; }
	.contactform_bands, .contactform_feedback, .contactform_info, .contactform_jobs, .contactform_stand {
	width: 318px;
	margin-left: 10px;
	text-transform:uppercase; }
    
	.box_quadratisch_klein {width:146px; height:146px; display:block; border:2px solid #ffc730;}
	.box_quadratisch_gross {width:316px; height:316px; display:block; border:2px solid #ffc730;}
	.box_quer_klein        {width:314px; height:146px; display:block; border:2px solid #ffc730;}
	.box_quer_gross        {width:654px; height:318px; display:block; border:2px solid #ffc730;}
	.box_hoch_klein        {width:150px; height:318px; display:block; }
	.box_quer_gross_schmal {width:318px; height:150px; display:block; border:2px solid #ffc730;}
    
    
    
	.box_quadratisch_klein .item-add-content {margin-top:10%;}
	.box_quadratisch_gross .item-add-content {margin-top:30%;}
	.box_quer_klein .item-add-content {margin-top:5%;}
	.box_quer_gross .item-add-content {margin-top:15%;}
	.box_hoch_klein .item-add-content {margin-top:69%;}
	.box_quer_gross_schmal .item-add-content {margin-top:2%;}
	.meldung {width:616px !important; display:block;}
	.suche {
	height: 39px;
	float: left;
	margin-top: auto;
	margin-left: auto;
	display: block; }
	div#background span.back{
	max-width:1100px;
	height:auto;
	position: absolute;
	z-index:-10;
	left: 50%;
	margin-left: -550px;  /* 50% */
    left: 33%;
    margin-top:-45px;
	overflow:hidden;}
	div#background span.back-bottom{
	display:none;}
	.suche { display:none;}
	.tickets_kaufen #side_bar { height:2450px;} 
	
	.txt-img ol li a {
		font-size: 15px;
	}
    
#content .txt-img {width:604px; padding-right:10px;}
.box.anreise .txt-img {width:764px; padding-right:10px;}
#content .txt-img img {width:auto;display:block;}
.container-item.partner .txt-img img{
        height:140px;
        width:auto;
        max-width:140px;
    }
} 


/* Portrait  ab 636 */

@media only screen and (min-width: 655px) and (max-width: 821px) {
	body {padding:1px;}
	#infonavigation { width: 100%; }
	#logo { width: 23%; height:20px;}
	#termin { width: 23%; text-align:right; }
	#countdown { width: 54%; }
	#navi { width: 100%;}
	#content { width: 100%; width:490px; float:left; margin:0; padding:0; }
	#sidebar { width: 100%; width:150px; float:left; margin:0; padding:0; margin-left:-19px;margin-right:0;}
	#auswaehlen { width: 20%; float:left; }
	#frsaso { width: 20%; float:left; }
	#buehnenwahl { width: 50%; float:left; }
	#auswaehlen2 { width: 50%; float:left; }
	#frsaso2 { width: 50%; float:left; }
	#box14 { width: 50%; }
	#box15 { width: 50%; }
	#hauptbuehne { width: 100%; }
	#feldbuehne { width: 50%; }
	#news { width: 50%; }
	#box19 { width: 100%; }
	#box20 { width: 100%; }
	#box21 { width: 100%; }
	#box22 { width: 100%; }
	#box23 { width: 100%; }
	#box24 { width: 100%; }
	#box20 { width: 100%; }
	#box26 { width: 100%; }
	#facebook { width: 100%; }
	#entenrennen { width: 50%; }
	#fest-cup { width: 50%; }
	#dj-buehne { width: 20%; }
	#kulturbuehne { width: 50%; }
	#fest-cup2 { width: 20%; }
	#fest30er { width: 100%; }
	#footer { width: 100%; }
	#box35 { width: 16.666666666666664%; }
	#box36 { width: 16.666666666666664%; }
	#box37 { width: 16.666666666666664%; }
	#box38 { width: 16.666666666666664%; }
	#box39 { width: 16.666666666666664%; }
	#box40 { width: 16.666666666666664%; }	
	#content .txt-img {
	padding:10px 10px 20px 10px;
	width:94%;}
	#content .txt-img img{
	max-width:99%;}
	.txt-img h1 {margin-left:0px;}	
	.countdown_fett {
	font-size:15px; font-weight:bold;
	line-height:1.0em; }
	p span.countdown_fett strong{
	font-size:22px; font-weight:bold;
	line-height:1.0em; }
	#termin {margin-top:-15px;}
	#termin .txt-img{
	font-size:15px; font-weight:bold;
	line-height:1.9em;
	padding:40px 0 0 10px; }	
	#termin .txt-img strong{
	font-size:22px; font-weight:bold;
	line-height:0.9em;	}
	#content p iframe {
	height:238px; }
	#menu ul li, #menu2 ul li{
	width:32.85%; }
	#content iframe {
	/* width:320px;*/
    width:480px;
	margin-left:-10px;}
	#content .tickets_kaufen {width:440px;}
	.tickets_kaufen #map{ 
	min-width:481px; 
	height: 370px;
	margin-left:-10px; }
	.contactform_bands, .contactform_feedback, .contactform_info, .contactform_jobs, .contactform_stand {
	width: 318px;
	margin-left: 10px;
	text-transform:uppercase; }
	.box_quadratisch_klein {width:150px; height:150px; display:block;}
	.box_quadratisch_gross {width:318px; height:318px; display:block; border: 2px solid #ffc730;}
	.box_quer_klein        {width:318px; height:150px; display:block;}
	.box_quer_gross        {width:318px; height:150px; display:block;}
	.box_hoch_klein        {width:150px; height:318px; display:block;}
	.box_quer_gross_schmal {width:318px; height:150px; display:block;}

	.box_quadratisch_klein .item-add-content {margin-top:10%;}
	.box_quadratisch_gross .item-add-content {margin-top:30%;}
	.box_quer_klein .item-add-content {margin-top:5%;}
	.box_quer_gross .item-add-content {margin-top:15%;}
	.box_hoch_klein .item-add-content {margin-top:69%;}
	.box_quer_gross_schmal .item-add-content {margin-top:2%;}
	.meldung {width:454px !important; display:block;}
	.suche {
	height: 39px;
	float: left;
	margin-top: auto;
	margin-left: auto;
	display: block; }
	div#background span.back{
	max-width:1100px;
	height:auto;
	position: absolute;
	z-index:-10;
	left: 50%;
    left: 35%;
    margin-top:-45px;
	margin-left: -550px;   /* 50% */
	overflow:hidden;}
		#content h1 .caps, #content h2 .caps, #content h3 .caps, #content h4 .caps, #content h5 .caps, #content h6 .caps, #content li .caps { font-weight: bold;}
	div#background span.back-bottom{
	display:none;}
	.suche { display:none;}

    #content .txt-img {width: 424px !important; padding-right:10px;}
    #content .txt-img img {width:auto;display:block;}
    
	.tickets_kaufen #side_bar { height:2700px;}
} 



/* Phone Portrait  ab 321 */

@media only screen and (min-width: 467px) and (max-width: 654px) {
	body {padding:1px;}
    .tableob TABLE{ width: 80% !Important; }
	#infonavigation { width: 100%;}
    #logo { width: 100%; height:0;}
    #termin { width: 25%; text-align:right; }
	#countdown { width: 75%; }
	#navi { width: 100%;}
	#content { width: 100%; width:336px; float:left; margin:0; padding:0; }
	#sidebar { width: 100%; width:150px; float:left; margin:0; padding:0; margin-left:-19px;margin-right:0;}
	#auswaehlen { width: 20%; float:left; }
	#frsaso { width: 20%; float:left; }
	#buehnenwahl { width: 50%; float:left; }
	#auswaehlen2 { width: 50%; float:left; }
	#frsaso2 { width: 50%; float:left; }
	#box14 { width: 50%; }
	#box15 { width: 50%; }
	#hauptbuehne { width: 100%; }
	#feldbuehne { width: 50%; }
	#news { width: 50%; }
	#box19 { width: 100%; }
	#box20 { width: 100%; }
	#box21 { width: 100%; }
	#box22 { width: 100%; }
	#box23 { width: 100%; }
	#box24 { width: 100%; }
	#box20 { width: 100%; }
	#box26 { width: 100%; }
	#facebook { width: 100%; }
	#entenrennen { width: 50%; }
	#fest-cup { width: 50%; }
	#dj-buehne { width: 20%; }
	#kulturbuehne { width: 50%; }
	#fest-cup2 { width: 20%; }
	#fest30er { width: 100%; }
	#footer { width: 100%; }
	#box35 { width: 16.666666666666664%; }
	#box36 { width: 16.666666666666664%; }
	#box37 { width: 16.666666666666664%; }
	#box38 { width: 16.666666666666664%; }
	#box39 { width: 16.666666666666664%; }
	#box40 { width: 16.666666666666664%; }	
	#content .txt-img {
	padding:10px 10px 20px 10px;
	width:92%;}
	#content .txt-img img{
	max-width:99%;}
	.txt-img h1 {margin-left:0px;}
	#content .tickets_kaufen {width:300px;}
	.countdown_fett {
	font-size:15px; font-weight:bold;
	line-height:1.0em; }
	p span.countdown_fett strong{
	font-size:22px; font-weight:bold;
	line-height:1.0em; }
	#termin {margin-top:-30px;}
	#termin .txt-img{
	font-size:15px; font-weight:bold;
	line-height:1.9em;
	padding:40px 0 0 10px; }	
	#termin .txt-img strong{
	font-size:22px; font-weight:bold;
	line-height:0.9em;	}
	#content p iframe {	
	height:166px; }
	#menu ul li, #menu2 ul li{
	width:49.36%;}
	#content iframe {
	width:320px;
	margin-left:-10px;}
	.tickets_kaufen #map{ 
	min-width:318px; 
	height: 370px;
	margin-left:-10px; }
	.contactform_bands, .contactform_feedback, .contactform_info, .contactform_jobs, .contactform_stand {
	width: 318px;
	margin-left: 10px;
	text-transform:uppercase; }
	.box_quadratisch_klein {width:150px; height:150px; display:block;}
	.box_quadratisch_gross {width:318px; height:318px; display:block; border: 2px solid #ffc730;}
	.box_quer_klein {width:318px; height:150px; display:block;}
	.box_quer_gross {width:318px; height:150px; display:block;}
	.box_hoch_klein {width:150px; height:318px; display:block;}
	.box_quer_gross_schmal {width:318px; height:150px; display:block;}
	.box_quadratisch_klein .item-add-content {margin-top:10%;}
	.box_quadratisch_gross .item-add-content {margin-top:30%;}
	.box_quer_klein .item-add-content {margin-top:5%;}
	.box_quer_gross .item-add-content {margin-top:15%;}
	.box_hoch_klein .item-add-content {margin-top:69%;}
	.box_quer_gross_schmal .item-add-content {margin-top:2%;}
	.meldung {width:292px !important; display:block;}
	.suche {
	height: 39px;
	float: left;
	margin-top: auto;
	margin-left: auto;
	display: block; }
	div#background span.back{
	max-width:620px;
	height:auto;
	position: absolute;
	z-index:-10;
	left: 50%;
	margin-left: -310px;   /* 50% */
	overflow:hidden;}
	#content h1 .caps, #content h2 .caps, #content h3 .caps, #content h4 .caps, #content h5 .caps, #content h6 .caps, #content li .caps { font-weight: bold;}
    div#background span.back, div#background span.back-bottom {display:none;}
	.suche { display:none;}
    
    #content .txt-img {width:294px !important; padding-right:10px;}
    #content .txt-img img {width:auto;display:block;}
    
	.tickets_kaufen #side_bar { height:3200px;}	
    
     .mfp-content #custom-content div.txt-img h1, .mfp-content #custom-content div.txt-img h3, .mfp-content #custom-content .txt-img p{
        padding: 5px 32px 2px 32px;
    }
} 

/* Phone Portrait (320px) */
@media only screen and (max-width: 466px) {
	#footer #box35 .kaevent{ width: 102px; }
	body {padding:1px;}
    .tableob TABLE{ width: 80% !Important; }
	#infonavigation { width: 100%;}
	#logo { width: 100%; height:0;}
	#termin { width: 100%; }
	#countdown { width: 100%; }
    .bookmark {height:100px;}
	#navi { width: 100%;}
	#content { width: 100%; width:336px; float:left; margin:0; padding:0; margin-left:-18px;}
	#sidebar { width: 100%; width:336px; float:left; margin:0; padding:0; margin-left:-18px;}
	#auswaehlen, #frsaso, .brand-all, #auswaehlen2, #frsaso2 { width: 100%;}
	#buehnenwahl { width: 100%;}
	#box14 { width: 100%; }
	#box15 { width: 100%; }
	#hauptbuehne { width: 100%; }
	#feldbuehne { width: 100%; }
	#news { width: 100%; }
	#box19 { width: 100%; }
	#box20 { width: 100%; }
	#box21 { width: 100%; }
	#box22 { width: 100%; }
	#box23 { width: 100%; }
	#box24 { width: 100%; }
	#box20 { width: 100%; }
	#box26 { width: 100%; }
	#facebook { width: 100%; }
	#entenrennen { width: 100%; }
	#fest-cup { width: 100%; }
	#dj-buehne { width: 100%; }
	#kulturbuehne { width: 100%; }
	#fest-cup2 { width: 100%; }
	#fest30er { width: 100%; }
	#footer { width: 100%; padding-left:20px; }
    #footer p a, #footer p strong {font-size:14px;line-height:1.2em;}
	#box35 { width: 100%; }
	#box36 { width: 100%; }
	#box37 { width: 100%; }
	#box38 { width: 100%; }
	#box39 { width: 100%; }	#box40 { width: 100%; }	
	#content .txt-img {
	padding:10px 10px 20px 10px;
    background: rgba(255, 255, 255, .875);
	width:92%;
    font-size:16px;
    line-height:1.2em;}
	#content .txt-img img{
	max-width:99%;}	
    .container-item.partner .txt-img img{
        height:140px;
        width:auto;
        max-width:140px;
    }
	#sidebar .container-item{
	position: relative;
	margin:0 0 0 0;
	margin-left:0 !important; }	
	.txt-img h1 {margin-left:0px;}
	.countdown_fett {
	font-size:15px; font-weight:bold;
	line-height:1.0em; }
	p span.countdown_fett strong{
	font-size:22px; font-weight:bold;
	line-height:1.0em; }
	#termin {margin-top:-30px;}
	#termin .txt-img{
	font-size:15px; font-weight:bold;
	line-height:1.9em;
	padding:40px 0 0 10px; }	
	#termin .txt-img strong{
	font-size:22px; font-weight:bold;
	line-height:0.9em; }    
    #cf, #hk { padding-right:6px; }    
	#menu ul li, #menu2 ul li{
	width:99%;}
	#content iframe {
	width:320px;
	margin-left:-10px;	}
	.tickets_kaufen #map{ 
	min-width:318px; 
	height: 370px;
	margin-left:-10px; }
	.contactform_bands, .contactform_feedback, .contactform_info, .contactform_jobs, .contactform_stand {
	width: 318px;
	margin-left: 10px;
	text-transform:uppercase; }
	div#background span.back, div#background span.back-bottom {display:none;}
	.box_quadratisch_klein {width:150px; height:150px; display:block;}
	.box_quadratisch_gross {width:318px; height:318px; display:block; border: 2px solid #ffc730;}
	.box_quer_klein {width:318px; height:150px; display:block;}
	.box_quer_gross {width:318px; height:150px; display:block;}
	.box_hoch_klein {width:150px; height:318px; display:block;}
	.box_quer_gross_schmal {width:318px; height:150px; display:block;}
	.box_quadratisch_klein .item-add-content {margin-top:10%;}
	.box_quadratisch_gross .item-add-content {margin-top:30%;}
	.box_quer_klein .item-add-content {margin-top:5%;}
	.box_quer_gross .item-add-content {margin-top:15%;}
	.box_hoch_klein .item-add-content {margin-top:69%;}
	.box_quer_gross_schmal .item-add-content {margin-top:2%;}
	.meldung {width:292px !important; display:block;}
	
	#content h1 .caps, #content h2 .caps, #content h3 .caps, #content h4 .caps, #content h5 .caps, #content h6 .caps, #content li .caps { font-weight: bold;}
	.suche {
	height: 39px;
	float: left;
	margin-top: auto;
	margin-left: auto;
	display: block; 
	display:none;}
    
    #content .txt-img {width:298px !important; padding-right:10px;}
    #content .txt-img img {width:auto;}
    #content .container-item.partner .txt-img img{
        height:140px;
        width:auto;
        max-width:140px;
    }
    
    .mfp-content #custom-content div.txt-img h1, .mfp-content #custom-content div.txt-img h3, .mfp-content #custom-content .txt-img p{
        padding: 5px 32px 2px 32px;
    }
    .mfp-content .txt-img img {
        margin:0;
    }
    
	.tickets_kaufen #side_bar { height:3200px;}
}

div.cc-window.cc-banner {
    width:auto !important;
}
.cc-window.cc-banner::after, .cc-window.cc-banner::before {
    box-sizing: border-box !important;
}
.box.anreise div{
    background:#f5f1e9 !important;
}
.box.anreise .txt-img{   
    width:79% !important;
    max-width:990px;
}
.box.anreise .txt-img img{   
margin-bottom: 20px;

}
