html { 
	font-size: 90%;  
}
body{
	background-color:#282D33;
	font-family:'Roboto', sans-serif;
	margin:0px;
	padding:0px;
	border:0px;
	-webkit-text-size-adjust: 100%;
}
html>/**/body{
	overflow-y:scroll !important;
	}
img{
	border:0px;
	}
a:link,
a:visited{
	text-decoration:none;
	color:#8AC73D;
	transition: color 0.5s ease 0s;
	}
a:hover{
	opacity:1;
	color:#7CB537;
	}
a.tel:link,
a.tel:visited{
	color:rgba(255,255,255,0.85);
	}

/*a:focus,
a:active{
    outline: 1px dotted rgba(255,255,255,0.61);
	border-radius: 4px;
}*/
a:focus{
    outline: 5px solid rgba(255,255,255,0.7);
	border-radius: 4px;
}
.tabindex{
	nav-index:1;
}
h1,h2,h3,h4,h5,p{
	margin: .6em 0;
}



/*layout oben*/
#sprung{
	position: absolute;
	top: -1000px;
	left: -1000px;
}

.block{	
	top:0px;
	position:relative;
	width:1200px;
	margin:0 auto;
}
.block{	
	width: 90vw;
	max-width: 1200px;
}
#head .block{
	z-index: 99;
}


/*head*/
#head{
	position:fixed;
	width:100%;
	background-size:cover;
	padding:0px;
	border:0px;
	margin:0px;
	height:330px;	
	z-index: 99;
		/*overflow: hidden;*/
	}
/*start:not(.detail) #head{
	height:330px;
*/

#head,
#head .slick-slide{
	transition:all 0.5s ease 0s;
}
.min #head{
	height:123px;
	}
#head .leiste{
	display:block;
	position:absolute;
	bottom:0;
	width:100%;
	height:20px;
	background-color:rgba(107, 184, 32, 0.85);
	padding: 3px 0;
	background-image/*\**/:url("images/green.png")\9; 
	}
*html #head .leiste{
	background-image:none !important;
	background-color:#56931A;
	} 
#head .buttons{
	position: absolute;
	right: 0;
	bottom: 44px;
}

.infoblock {
	display: block;
	width:1200px;
	margin:0 auto;
}
.slide-date{
	margin: .8em 0;
	transition:all 0.5s ease 0s;
	font-size: 14px;
}
.min .slide-date{
	margin: .3em 0;
	font-size: 13px;
}
.slide-date strong{
	font-size: 16px;
	transition:all 0.5s ease 0s;
}
.min .slide-date strong{
	font-size: 15px;
}
h1.slide-header{
	font-size: 23px;
	color: #8de122;
	transition:all 0.5s ease 0s;
	margin: .2em 0; 
}
.min h1.slide-header{
	font-size: 21px;
	margin-bottom: 0em;
}
.slick-slider .info .button{
	padding: 3px 14px 2px;
	background-color: #BF0771;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 20px;
	border-radius: 5px;
	transition:all 0.5s ease 0s;
	margin: 146px 0 0 6px;
}
.min .info .button{
	font-size: 17px;
	margin: 6px 0 0 6px;
}
.info-button{
	font-size: 14px;
	transition:all 0.5s ease 0s;
}
.min .info-button{
	font-size: 12px;
}
a:link .info-button,
a:visited .info-button{
	color: #ffffff;
}
.buttons{
	position: relative;
}
button.playpause{
	text-decoration: none;
	border: 0 none;	
	width: 30px;
	height: 30px;
	position: absolute;
	background: url("images/play.svg")no-repeat center / contain;
	transition:all 0.5s ease 0s;
	right: 12px;
	top: 262px;
	cursor: pointer;
	opacity: .85;
	z-index: 98;
}
button.playpause:hover{
	opacity: 1;
}
button.playpause.playing{
	background: url("images/pause.svg")no-repeat center / contain;
}
.min button.playpause{
	top: 63px;
	width: 25px;
	height: 25px;
	right: 8px;
}


/*logo*/

#logo .gretchen{
	position:absolute;
	transition:all 0.5s ease 0s;
	margin: 24px 0 0 12px;
	overflow: hidden;
	height: 125px;
	margin: 92px 0 0 25px;
	opacity: .9;
	}
#logo .logo{
	height: 53px;
	position: absolute;
	left: -9px;
	top: 186px;
	transition: all 0.5s ease 0s;
	opacity: 0;
	z-index: 0;
}
.img{
	width: 100vw;
	height: 330px;
	background-size: cover !important;
	overflow: hidden;
}
#head .img{
	transition:all 0.5s ease 0s;
}
.min .img{
	height: 123px;
}
.video{
	height: 330px;
	transition:all 0.5s ease 0s;
	overflow: hidden;
	background: url("images/turntable3.jpg") no-repeat center -10vw;
	background-size: cover;
}
.min .video{
	height: 123px;
}
.video video{
	margin-top: -10vw;
	transition:all 0.5s ease 0s;
}
.min .video{
	background: url("images/turntable3.jpg") no-repeat center -12vw;
}
.min .video video{
  margin-top: -12vw;
}
.min #logo .gretchen{
	height:180px;
	margin: -114px 0 0 0;
	opacity: 0;
	}
.min #logo .logo{
	top: 22px;
	opacity: 1;
	}


@media screen and (min-width:1400px) {	
	#head .img{
	max-width: 1400px;
	margin-left: calc((100vw - 1400px) / 2);
	}
	
.min .video{
	background: url("images/turntable3.jpg") no-repeat center -18vw;
}
.min .video video{
  margin-top: -18vw;
}
}


@media screen and (max-width:1300px) {	
.infoblock {
	margin: 0 4em 0 0;
}
}


@media screen and (max-width:760px) {
a.tel:link,
a.tel:visited{
	color:#8AC73D;
	}	
.block {
	width: 94vw;
}
#head{
	position: relative;
}
#logo .gretchen {
	 position: absolute;
	 transition: all 0.5s ease 0s;
	 margin: 0 0 0 12px;
	 overflow: hidden;
	 height: auto;
	 margin: 20px 0 0 0;
	 opacity: 1;
	 width: 40vw;
	 right: 0px;
	 top: 0;
	 display: none;
}
#logo .logo {
	position: fixed;
	height: 70px;
	top: 8px;
	left: auto;
	right: 12px;
	opacity: 1;
}
.min #logo .logo {
	height: 53px;
	top: 8px;
	right: calc(50vw - 25px);
	opacity: 1;
}
#head .leiste {
  	display: block !important;
  	position: fixed;
  	top: 0;
  	height: 60px;
	opacity: 0;
	transition:all 0.5s ease 0s;
	z-index: 98;
}
.min #head .leiste {
	opacity: 1;
}	
.min #head {
  height: 270px;
}

.min:not(.start) #head {
  height: 80px;
}	
.min:not(.start) #head #slick-slider,
.min:not(.start) #head .playpause{
	display: none;
}
.min .slick-slide {
	height: 270px;
}	
.min .img{
	height: 330px;
}	
.min .video {
	height: 330px;
	margin-top: inherit;
}
.slick-slider .info {
	top: auto;
	height: auto;
	bottom: 36px;
	transition: all 0.5s ease 0s;
}	

	
.min .slick-slider .info {  
	bottom: 70px;
}
.min .slide-date{
	margin: .3em 0;
	font-size: 14px;
}
.slide-date strong{
	font-size: 16px;
	transition:all 0.5s ease 0s;
}
.min .slide-date strong{
	font-size: 16px;
}
.min h1.slide-header{
	font-size: 23px;
	margin: .2em 0;
}
.min .info .button{
	font-size: 20px;
	margin: 10px 0 0 6px;
}
.min .info-button{
	font-size: 14px;
}
body.min #head .img {
 /* background-position-x: -420px !important;*/
}	
a:focus{
    outline: 3px solid rgba(255,255,255,0.7);
}	

	
	
.slick-dots {
  bottom: 0px;	
	}
.slick-prev::before, .slick-next::before {
	display: none;
}
button.playpause {
	right: 10px;
	top: 298px;
	width: 25px;
	height: 25px;
	}
.infoblock {
  margin: 0 1em;
  max-width: 100%;
	transition: all 0.5s ease 0s;
}
/*.min .infoblock {
  max-width: 80%;
}*/
/*.slick-slider .info {
  top: 175px;
}*/
.slide-date {
  margin: .4em 0;
  transition: all 0.5s ease 0s;
  font-size: 14px;
}
.slick-slider .info .button {
  padding: 3px 14px 2px;
  margin: 10px 0 0 6px;
}	
}

@media screen and (max-width: 590px){

body:not(.min) #head .img {
  /*background-position-x: -420px !important;*/
}
video {
  height: 100%;
  width: auto;
}
}



/*navi*/
#navi{
	font-weight:700;
	letter-spacing:0.3px;
	font-size:17px;
	line-height:24px;
	position:absolute;
	top:300px;	
	transition:all 0.5s ease 0s;
	width: 100%;
	max-width: 1200px;
	}
.min #navi{
	/*position:fixed;*/
	/*top:80px;*/
	/*z-index:66;	*/
	top: 97px;
	}
#navi .tab{
	height:30px;
	padding-top:6px;
	display:block;
	float:left;
	cursor: pointer;
	z-index: 10;
	position: relative;
	}
#navi .settings{
	display: block;
	float: right;
	margin-top: 0px;
	line-height: 19px;
	padding-top: 8px;
}
.min #navi .settings{
	margin-top: 0;
	line-height: 22px;
}
#navi .tabsetting{
	height: 30px;
	height: 40px;
	padding-top: 10px;
	cursor: pointer;
	}
#navi .tabsetting.access:focus{
	outline: 4px solid rgba(255,255,255,0.7);
	border-radius: 4px;
	height: 24px;
	margin-top: 0px;
	margin-bottom: 6px;
	padding-top: 5px;
	padding-bottom: 2px;
	}
#navi .tabsetting.access .open:focus{
	outline: none;
}


/*#navi .tabsetting.access a, 
#navi .tabsetting.access a:link, 
#navi .tabsetting.access a:visited {
	padding: 0 10px 0;
}*/




#navi .select{
	height:40px;
	background:url(images/shadow.png) repeat-x top rgba(40,45,51,1);
	border-top:2px solid #6BB820;
	color:#8AC73D;
	text-shadow:4px 4px 4px rgba(0, 0, 0, 0.25);
	margin-top: -4px;
	padding-bottom: 8px;
	transition: all 0.5s ease 0s;
	
	}
#navi.min .select{
	padding-bottom: 3px;
}
#navi .open{
	height:32px;
	padding: 8px 12px 4px;
	background: #fff;
	color: #373737;
	border-radius: 6px 6px 0 0;
	display: inline !important;
	}
#leicht a{
	transition:opacity 0.1s ease 0s;
	opacity: 0;
}
#leicht a.open{
	opacity: 1;
}
#navi a,
#navi a:link,
#navi a:visited{	
	padding: 5px 12px 1.5px;
	color:#F4F7EE;
	opacity:0.9;
	text-decoration:none;
	}
#navi.min a,
#navi.min a:link,
#navi.min a:visited{	
	padding: 6px 12px 1px;
	}
#navi .tabsetting a,
#navi .tabsetting a:link,
#navi .tabsetting a:visited{	
	padding: 4.5px 12px 2px;
	}
#navi.min .tabsetting a,
#navi.min .tabsetting a:link,
#navi.min .tabsetting a:visited{	
	padding: 5px 12px 2px;
	}
#navi .tabsetting.access a{
	padding: 6px 12px;
	}
#navi a:hover{
	color:#fff;
	opacity:1;
	}
#navi .open:hover{
	color:inherit;
	}
#navi .select a,
#navi .select a:link,
#navi .select a:visited{
	color:#8AC73D;
	}
#navi b{
	font-size:19px;	
	font-weight:500;	
	}
#navi #space{
	height:30px;
	position:absolute;
	display:block;
	width:1500px;
	left:-1500px;
	z-index: 0;
	}
.min #navi .tab{
	padding-top:3px;
	}
.min #navi .tabsetting{
  padding-top: 4px;
	height:20px;
}

.min #navi .settings{
  padding-top: 3px;
	height:20px;
}
.min #navi .select{
	padding-top:4px;
	height:21px;
	/*transition:none;*/
	}
.min #navi .tabsetting.select {
	padding-top: 6.5px;
	height:20px;
	padding-bottom: 1px;
}
.settings-menue{
	position: absolute;
	top: 33px;
	background-color: #fff;
	right: 0;
	padding: 1em 2em;
	border-radius:16px;
	font-weight: 400;
	width: 240px;
	color: rgba(59,59,59,1.00);
}
.min .settings-menue{
top: 28px;
}
.setting{
	margin: 2em 0;
	line-height: 1.7em;
}


/* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 54px;
	height: 28px;
	margin-right: 8px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
	position: absolute;
	content: "";
	height: 24px;
	width: 24px;
	left: 2px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
input:checked + .slider {
  background-color: #6BB820;
}
input:focus + .slider {
  box-shadow: 0 0 0 3px rgba(76,76,76,0.50);
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}

.slider-track{
	display: flex;
	align-items: center;
	font-weight: 600;
}
.slider-track #slider{
	width: 94%;
	border: 4px solid #fff;
	cursor: pointer;
}
.slider-track small{
	font-size: 0.8em;
	padding-right: 1.0em;
}
.slider-track big{
	font-size: 1.5em;
	padding-left: 0.8em;
}
input[type="range"]::-moz-range-progress{
 background-color: rgba(57,242,12,1.00);
	height: 7px;
	border-radius: 7px;
} 
input[type=range] {
   background: #00000000;
}
input[type=range]::-ms-fill-lower {
    background: rgba(57,242,12,1.00);
    border-radius: 10px;
}

/*menu*/
#menu{
	z-index:1000;
	}
.min #menu{
	width:inherit;
	position:fixed;
	}
#back{
	display:none;	
	}



/*mobil*/
@media screen and (max-width:760px) {	
#menu,
.min #menu{
	position: fixed;
	display: block;
	height: 54px;
	overflow: hidden;
	z-index: 1000;
	width: 100%;
	padding: 6px;
	opacity: 0.85;
	background: url(images/menu.png) no-repeat rgba(0,0,0,0);
	background-size: 67px 60px;	
	background-position: 3px 3px;
	transition: all 1s ease 0s;
	cursor: pointer;
	left: 0;
	top: 0;
	}
#menu.show{
	opacity:1;		
	background:url(images/menu.png) no-repeat rgba(5,5,5,0.9);
	background-size: 67px 60px;
	
	background-position: 3px 3px;
	height:100vh;
	}

#menu:not(.show) #navi{
	display: none;
	}
#menu:focus{
	background:url(images/menu_focus.png) no-repeat rgba(0,0,0,0);
	background-position: 3px 3px;
	background-size: 67px 60px;
	border: 0 none;
	}
#menu:focus.show{
	background:url(images/menu_focus.png) no-repeat rgba(5,5,5,0.9);
	background-position: 3px 3px;
	background-size: 67px 60px;
	border: 0 none;
	}		
.video video {
  margin-top: 0;
}
.detail #menu,
#head .leiste{
	display:none;
	}	
.detail #back{
	display: block;
	background: url(images/back.png) no-repeat rgba(0,0,0,0) left top;
	  background-size: auto;
	background-size: auto;
	background-size: 89px 63px;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 1;
	opacity: 0.5;
	position: fixed;
	padding: 20px 9px;
	margin-left: -2px;
	top: 2px;
	width: 80px;
	z-index: 55;
	left: auto;
	transition:all 0.5s ease 0s;
	}
.detail #back b{
	font-size:19px;
	font-weight:500;
	}
.detail #back a:link,
.detail #back a:visited{
	color:#000000;
	padding:0 13px;
	}
.detail #back:hover{
	opacity:0.75;
	}	
.detail .dates{
	display: none;
	}	
	
#navi,
.min #navi{
	position:relative;
	font-size:24px;
	top:30px;
	padding-top:42px;
	transition:none;
	}
#navi b{
	font-size:28px;
}
#navi .tab,
.min #navi .tab {
	height:40px;
	padding:3px 4px;
	float:none;
	display:block;
	}
#navi .select,
.min #navi .select,
.min #navi.min .select{
	height:40px;
	padding-top:0;
	background:none;
	border:0 none;
	color:#8AC73D;
	text-shadow:none;	
	margin-top: 0;
	}
#social,
.min #social{
	position:relative;
	right:auto;
	margin:10px 18px 6px;
	transition:none;
	} 
#social img,
.min #social img {
    height:35px;
    margin:0 12px 0 0;
	}
#newsletter,
.min #newsletter{
	position:relative;
	right:auto;
	top:auto;
	margin:20px 18px 7px;
	transition:none;	
	}
#newsletter .button {
    font-size: 15px;
	}
#newsletter .textfield,
.min #newsletter .textfield{	
	background:rgba(120,120,120,0.5);
	border-radius:4px;
	font-size:13px;
	padding:4px 22px 4px 7px;
	width:134px;
	color:rgba(255,255,255,0.6);
	}
#newsletter .submit,
.min #newsletter .submit{
	right:3px;
	top:6px;
	}
#newsletter .submitimg,
.min #newsletter .submitimg{
	display: none;
	}
#leicht.tabsetting a{
	display: none;	
	}
#navi .settings {
  display: block;
  float: none;
	}
.settings-menue {
	font-size: 16px;
	display: block !important;
	position: static;
	left: 1em;
	margin: 7px 40px 37px 40px;
	padding: 1em 1.3em;
	transform: scale(1.2);
}	
.setting {
  margin: 1em 0;
}	
}


@media screen and (max-width:400px) {
.settings-menue {
	width: auto;
	margin: 5px 49px 34px 38px;
}
}

/*box-area*/
section.box_area{
	display: flex;
	gap: 26px;
	margin-bottom: 28px;
}
.box_area h3{
	color: #fff;
	font-size: 1.2em;
	line-height: 1.3em;
	padding: 0 .6em;
	margin: 0;
}
.box_main{
	line-height: 1.1em;
	font-weight: 300;
	overflow: hidden;
	position: relative;
	width: calc(100% - 8px);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
	border-radius: 12px;
	background-color: #1e1d1dab;
	padding: 5px 4px;
	display: flex;
	font-size: 0.7em;
	color: rgba(255,255,255,0.85);
	justify-content: space-around;
}
.box-item{
	text-align: center;
	width: 80px;
}
.box-item a{
	display: block;
}
.box-item a:link,
.box-item a:visited{	
	color: rgba(255,255,255,0.85);
	padding: 2px 0;
}
.box-item a:hover{	
	color: rgba(255,255,255,1);
}
.box-item img{
	width: 48px;
	margin: 2px 5px;
}


.all-in-one{
	flex-grow: 2;
}
.mixcloud{
	flex-grow: 2;
}
.mixcloud .box_main{
background-repeat: no-repeat;
background-size: cover;
}
.mixcloud img{
	margin-right: 10px;
}
.all-newsletter{
	flex-grow: 2;
	cursor: pointer;
}

@media screen and (max-width:1050px) {
	.box-item{
	text-align: center;
	width: 60px;
}
}

@media screen and (max-width:850px) {
	.box-item{
	text-align: center;
	width: 80px;
}
	section.box_area {
	flex-wrap:wrap;
	}
	.all-in-one {
  flex-grow: 3;
  width: 100%;
}
}


@media screen and (max-width:544px) {
.box_area h3 {
  margin: 0;
	padding: 0;
	}
.box-item {
  text-align: center;
  width: 50px;
	gap: 0;
}	
section.box_area {
  gap: 8px;
}
.box-item img {
  width: 44px;
  margin: 0px;
}
.box-item-text{
	font-size:.9em;
}	
.all-in-one{
	width: 544px;
	}
.mixcloud {
  flex-grow: 1;
}
.mixcloud h3{
	width: 88px;
	text-align: right;
}		
}

.attention{
	height: 16px;
}
.normal  .attention {
	filter: invert(1);
}





#ticket_popup {
	display:none;
	/*width: 100vw;
	height: 100vh;*/
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 1em;
	font-size: 16px;
	background: rgba(52, 50, 50, 0.90);
	z-index: 2147483647;
	overflow: hidden;

}
.popupheader {
	/*background-color: rgba(107, 184, 32, 0.8);
	padding: 20px;*/
	font-size: 1.2em;
	margin-bottom: 16px;
}
.ticket_item{
	border-top: .25px solid rgba(255,255,255,.7);
	padding: .7em 0 1.2em;
	position: relative;
}
.ticket_item .price{
	/*position: absolute;
	top: 1.5em;
	right: 0;*/
    padding:5px 0px;
	font-weight: 500;
}
.ticket_item.popupfooter{
	padding: 1.2em 0 1.2em;
	font-size: 0.8em
}

.popupheader p{
	margin: .2em 0;
}
.popupheader h4{
	color: #8de122;
	margin: .2em 0;
	font-size: 1.2em;
}

#popup{
	color: #ffffff;
	min-width: 400px;
	min-height: 200px;
	background-color: rgba(0,0,0,0.60);
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	padding: 25px 30px;
	border-radius: 22px;
	max-height: 80%;
	overflow: auto;
}


#popupclose.back {
	position: absolute;
	/*right: -18px;
	top: -23px;*/
	
	right:6px;
	top: 3px;
	cursor: pointer;
}
#popupclose.back img {
	width: 40px;
}

#popup .back {
	position: absolute;
	/*right: -18px;
	top: -23px;*/
	
	right:6px;
	top: 3px;
	cursor: pointer;
}
#popup .back img {
	width: 40px;
}
#popup .button_mag{
	display: inline-block;
}
#popup .button_mag a {
	font-size: 1.2em;
	font-weight: 500;
	padding: 3px 11px 2px;
	background-color: #BF0771;
	color: #fff;
	cursor: pointer;
	border-radius: 7px;
}

@media screen and (max-width:600px) {
#popup{
	color: #ffffff;
	min-width: 70vw;
	min-height: 200px;
	margin-left: -18px;
}	
}

/*social*/
#social{
	position:absolute;
	right:16px;
	top:13px;
	z-index:55;
	transition:all 0.2s ease 0s;
	}
#social img{
	margin:0px 5px 0px 0px;
	height:35px;
	transition:all 0.2s ease 0s;
}
#social a:link,
#social a:visited,
#newsletter a:link,
#newsletter a:visited{
	opacity:0.6;
}
#social a:hover,
#newsletter a:hover{
	opacity:0.9;
}	
.min #social{
	top:6px;
}
.min #social img{
	height:28px;
	margin:0px 5px 0px 0px;
} 

@media screen and (max-width:822px) {
#social{
	top:7px;
}
#social img{
	height:28px;
	margin:0px 5px 0px 0px;
} 
}

/*newsletter*/
section.mailer {
    background: rgba(52, 50, 50, 0.90);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 90;
    font-size: 13px;
    line-height: 17px;
    overflow-y: auto;
	z-index: 500;
}
section.mailer .close {
    position: absolute;
    right: 40px;
    top: 120px;
    opacity: .6;
    cursor: pointer;
}
section.mailer .kasten {
    padding: 120px 0 0 0;
    width: 500px;
    position: relative;
    margin: 0 auto;
}

#newsletter{
	position:absolute;
	right:20px;	
	top:119px;
	z-index:55;
	transition:all 0.2s ease 0s;
	}
#newsletter .button{
	padding: 2px 19px 1px 9px;
	background-color:rgba(100, 100, 100, 0.8);
	color: rgba(255,255,255,0.7);
	font-size:13px;
	cursor: pointer;
	font-weight: 500;
	opacity: 0.8;
	}
#newsletter .button:hover{
	opacity: 1;
	
	}
#newsletter .textfield{
	background:rgba(34,34,34,0.8);
	border-radius:4px;
	padding:4px 22px 4px 7px;
	width:97px;
	color:rgba(255,255,255,0.6);
	transition:all 0.2s ease 0s;
	font-size:11px;
	}
#newsletter .submitimg{
	position:absolute;
	right:7px;
	top:4px;
	
	transition:all 0.2s ease 0s;
	height:15px;
	}
.min #newsletter{
	right:20px;
	top:40px;
	}
.min #newsletter .textfield{	
	padding:2px 18px 2px 5px;
	width:83px;
	font-size:10px;
	color:rgba(255,255,255,0.6);
	}
.min #newsletter .submit{
	right:2px;
	top:3px;
	}
.min #newsletter .submit img{
	height:13px;
	}

@media screen and (max-width:822px) {
#newsletter{
	right:20px;
	top:90px;
	}
#newsletter .textfield{	
	padding:2px 18px 2px 5px;
	width:83px;
	font-size:10px;
	color:rgba(255,255,255,0.6);
	}
}

#mc_embed_signup{
	/*background:rgba(50,60,60,0.8); 
	clear:left; 
	color:#7CB537 */
	/*min-width: 400px;
	min-height: 200px;
	top: 50%;
	left: 50%;*/

	background-color: rgba(0,0,0,0.60);
	color: #ffffff;
	padding: 20px;
	border-radius: 22px;	
		
		
	}
#mc_embed_signup form {
    padding: 10px 0 10px 14px;
}
#mc_embed_signup h2{
	color: #8de122;
}
#mc_embed_signup .mc-field-group.input-group ul li {
    padding: 2px 0 !important;
	}
#mc_embed_signup .mc-field-group label {
    margin-left: 3px !important;
	}
#mc_embed_signup .asterisk {
    color: #BF0771 !important;
	}
#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
    border: 2px solid #BF0771 !important;
	}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    color: #BF0771 !important;
	background-color: rgba(0,0,0,0.6) !important;
	}
#mc_embed_signup a.close{
	right: -15px;
	top: 99px;	
	cursor: pointer;
	z-index: 100;
	}
#mc_embed_signup a.close:hover{
	opacity: 0.75;
	}
#mc_embed_signup .close img{
	height: 40px;
	}
#mc_embed_signup .button {
    background-color: #BF0771 !important;
	opacity: 0.85;
	border-radius: 2px !important;
	font-weight: 500;
}

#mc_embed_signup .button:hover {
    background-color: #BF0771 !important;
	opacity: 1;
    
}

@media screen and (max-width:544px) {
section.mailer .kasten {
    padding: 52px 0 0 0;
    width: auto;
    position: relative;
    margin: 0 auto;
	}	
	#mc_embed_signup a.close {
    right: 4px;
    top: 57px;
	}
}



/*content*/
#content{
	padding-top:375px;
	margin-bottom:25px;
	font-size:1rem;
	line-height:1rem;
	transition: padding 0.5s ease 0s;
	min-height: calc(100vh - 482px);
	}
.min #content{
	padding-top:180px;	
	padding-bottom:80px;
}

#newstabs{	
	margin: 1.8em 0;
}
.ui-tabs .ui-tabs-nav li {
  white-space:normal;
}
#content .top_news{
	background-color:rgba(0, 0, 0, 0.4);
	color:#ddd;
	padding: 1.5em 2.5em;
	max-height: 150px;
	overflow-x: auto; 
	scrollbar-width: thin; /* "auto" or "thin" */
	scrollbar-color: rgba(255,255,255,0.5) rgba(0,0,0,0.0); /* scroll thumb and track */
	}
#content #newspopup .top_news{
	max-height: 60vh;
}
#content #newspopup .top_news,
#content #newspopup .ui-tabs-active.ui-state-active {
  background-color: rgba(25,25,25,0.90);
}


#content .top_news::-webkit-scrollbar {
  width:7px;
}
#content .top_news::-moz-scrollbar-track {
  background: rgba(0,0,0,0.0) ;
}
#content .top_news::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.5) ;
	border-radius:10px;
	/*border: 3px solid orange;*/
	padding: 0 10em;
	border: 1px solid rgba(0,0,0,1.0) ;
}
#content .top_news::-webkit-scrollbar-thumb:hover {
  background: rgba(255,255,255,0.7) ;
} 
#content .top_news h3{
	font-size:1rem;
	margin:3px 0 5px;
	color: #8ac73d;
	}
#content .top_news p{
	font-size:0.9em;
	line-height: 1.2em;
	margin:3px 0 5px;
	}	
.hall_of_fame #content,	
.hall_of_fame .min #content,	
.concept #content,	
.concept .min #content,
.contact #content,	
.contact .min #content {
  padding-top: 170px;
}


@media screen and (max-width:760px) {
#content{
	padding-top: 20px;	
}
#content .top_news {
	padding: 1em;
	border-radius: 10px;
	margin-top: .5em;
}
.min #content {
  padding-top: 20px;
}
#newstabs{	
	margin: 1em 0 .5em;
}	
#newstabs .ui-tabs-tab {
  border-radius: 10px;
}
	
.hall_of_fame #content,	
.hall_of_fame .min #content,	
.concept #content,	
.concept .min #content,
.contact #content,	
.contact .min #content {
  padding-top: 5px;
}	
section.box_area {
  margin-bottom: 1em;
}
}




@media screen and (max-width:544px) {	
/*#content{
	padding-top:20px;	
	min-height: 30vh;
}*/
}

.button{
	font-size:12px;
	font-weight:900;
	letter-spacing:1.2px;
	transition: all 0.5s ease 0s;
	opacity:0.85;
	}	
.button a:link,
.button a:visited{
	color:#FFFFFF;
	padding:2px 8px;
	text-decoration:none;
}
.button a:hover{
	color:#FFFFFF;
}
.button:hover{
	opacity:1;
}
#content h1{
	font-size:14px;
	color:#8AC73D;
	}
#content small{
	font-size: .8rem;
	}
#main p{
	margin:0px 0px 8px;
}
#main_full{
	float:left;
	width:682px;
	}



/*startseite*/
.dates .gig{	
	float:left;
	font-size:1rem;
	line-height:1.2rem;
	width:24%;
	font-weight:300;
	overflow:hidden;
	position:relative;
	margin:0 13px 16px 0;
	border-top:2px solid #6bb820;
	box-shadow:5px 5px 5px rgba(0, 0, 0, 0.15);
	border-radius: 12px;
	}

.gig_top{
	position:relative;
	background-color:rgba(0,0,0,0.95);
	height:160px;
	color:#FFF;
	}
.gig_top .date{
	position:absolute;
	letter-spacing:0.5px;
	top:7px;
	left:10px;
	width: 140px;
	color: #000;
	line-height: 1.1em;
	}
.normal .start .gig_top .date{
	color: #fff;
	}
.gig_top .datum{
	color:#8AC73D;
	padding:5px 0;
	display:block;
}
.gig_top .date strong{
	font-weight:700;
	font-size:1em;
	}
.gig_top .title{
	display:none;
	}
.gig_top .links{
	position:absolute;
	width:100%;
	bottom:0;
	left:10px;
	height: auto;
	}
.gig_top .social{		
	min-height:15px;
	margin-bottom: 1em;
		}
.gig_top .social a.link{
	margin:0 3px 0 1px;
	padding:0 .2em 0;
	}
.detail .gig_top .social a.link{
	margin:0 6px 0 1px;
	}
.gig_top .social img{
	height:20px;	
	}
.gig_top .social  a.link:link,
.gig_top .social a.link:visited{
	opacity:0.65;
	}
.gig_top .social a.link:hover{
	opacity:1;
	}
.ace_btn {
	position:absolute;
	display:inline-block;
	cursor:pointer;
	opacity:0.65;
	}
.detail .ace_btn {
	position:static;
}
.ace_btn:hover{
	opacity:1;
	}	
.ace_btn.select{
	opacity:1;
	}
.ace_btn.dis {
	display:none;
	}
.ace_dd {
	display: none;
	background-color: rgba(70, 70, 70, 0.95);
    border: 2px solid #eee;
    border-radius: 6px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    padding: 7px ;
    position: absolute;
    left: -12px !important;
    /*right: -41px !important;*/
    top: 40px !important;
    z-index: 40;
	overflow:visible;	
	width:100px !important;
	}
.detail .ace_dd {
	padding: 10px 0 10px 10px;
    left: auto !important;
	right:0;
    top: 62px !important;
	width:124px !important;
	}
a.ace_opt {
	padding:4px 6px;
	display: block;
	text-decoration: none;
	text-align: left;
	cursor: pointer;
}
.gig_top .social  a.ace_opt:link,
.gig_top .social a.ace_opt:visited{
	color:#ddd;
	}
.gig_top .social a.ace_opt:hover{
	color:#fff;
	opacity:1;
	}
#boxPfeil{
    background: rgba(0, 0, 0, 0) url("images/bubblepfeil.png") no-repeat scroll center top;
    height: 15px;
    position: absolute;
    right: 75px;
    top: -15px;
    width: 40px;
    z-index: 30;
}
.detail #boxPfeil{
    height: 20px;
	right: 5px;
    top: -20px;
}
.gig_top .button{	
	font-size: 12px;
	line-height: 23px;
	letter-spacing: 1.5px;
	padding: 2px 1px 0px;
	}
.gig_top .button a{
	font-size:16px;
	padding: 3px 10px 2px;
	background-color: #BF0771;
	color: #fff;
	cursor: pointer;
	border-radius: 5px;
	}
.gig_top .button a.info{
	font-size:11px !important;
	padding: 3px;
	background-color: rgba(255,255,255,0.00) !important;
	color: #000;
	cursor: pointer;
	border-radius: 5px;
	}
.gig_top .img{
	position:absolute;
	width:160px;
	height:160px;
	top:0;
	right:0;
	}
.gig_top .info.button{
	display:none;
	}
.gig_main{
	background-color:#EAEAEB;
	position:relative;
	height: 210px;
	float:left;
	padding:0;	
	width:100%;
	margin-bottom:.3em;
	}
.gig_main .text{
	display:block;
	padding:5px 10px 10px 15px;
	}
.gig h2{
	font-size:1.2rem;
	line-height:1.5rem;
	font-weight:700;
	color:#8AC73D;
	margin:3px 0px 8px 0px;
	cursor:pointer;
	}
.leicht .gig h2{
	font-size: 1.2em;
	line-height: 1.1em;
	}
.gig h2 a:link,
.gig h2 a:visited{	
	color:#64922D;
	color: rgba(107, 184, 32, 1);
	text-decoration:none;
	padding-right:13px;
}
*+html h2{
	padding-top:3px;
	}
*+html .gig h2 a:link,
*+html .gig h2 a:visited{	
background:none;
}
.gig_main h2 a:hover{
	color:#8AC73D;
	}
.gig_main .box{
	clear:left;
	padding-top:2px;
	float:left;
	width:36px;
	padding-bottom: 5px;
	}
.gig_main .lineup{
	float:left;
	width: calc(100% - 36px);
	}
.gig .lineup b::after {
    content: "\a ";
    white-space: pre;
}
.gig_main .info.button{
	position: absolute;
	right: 10px;
	bottom: 40px;
	margin: 0;
	background: rgba(107, 184, 32, 1);
	border-radius: 5px;
	display: none;
	}
.footer {
 /* position: absolute;
  width: 100%;
  bottom: -9px;
  margin: 0;*/
	background: rgba(107, 184, 32, 1);
	color: white;
	padding: 7px 12px;
	font-size: .95em;
	line-height: 1.25em;
	border-radius: 12px;
}
.footer .promoter{
	width: 600px;
	display: inline-block;
}



/*@media screen and (max-width:544px) {	
.gig_main{
	overflow:visible;
	height:auto;
	}
.gig_main .text{
	display:block;
	margin-bottom:0;	
}
.gig_main .info.button{
	display:none;
	}
}
*/
.leicht .poplink {
	cursor: pointer;
	font-weight: 300;
	color:black;
	
}
.leicht .poplink:hover {
	
	color:#8AC73D;
}

.normal .poplink {
	cursor: pointer;
	font-weight: 300;
	color:white;
	
}
.normal .poplink:hover {
	
	color:black;
}

.normal .start .gig:nth-child(4n){
	margin:0 0 16px 0;
	}

	
@media screen and (max-width:1280px) {	
.normal .start .gig,
.normal .start .gig:nth-child(4n){
	width: 32%;
	margin-right: 2%;
	}
.normal .start .gig:nth-child(3n){
	margin-right:0;
	}
}

@media screen and (max-width:980px) {	
.normal .start .gig,
.normal .start .gig:nth-child(3n),
.normal .start .gig:nth-child(4n){
	width: 49%;
	margin-right: 2%;
	}
.normal .start .gig:nth-child(2n){
	margin-right:0;
	}
}

@media screen and (max-width:640px) {	
.normal .start .gig,
.normal .start .gig:nth-child(2n),
.normal .start .gig:nth-child(3n),
.normal .start .gig:nth-child(4n){
	width: 100%;
	margin-right: 0;
	}
}
@media screen and (max-width:544px) {	
/*.gig{
	height:auto;
	margin:0 0px 16px;
	}*/
}









.rotated {
	z-index: 3;
	position: inherit;
	border-radius: 12px;
	background: rgba(13,13,13,0.50);
	padding: 120px;
	margin: -25% -60%;
	transform: rotate(-45deg);
	color: #fff;
	font-size: 23px;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 27px;
	pointer-events: none !important;
	width: 200px;
}
.normal .rotated {
	margin: -34% -86%;	
}
.leicht .rotated{
	margin: -62% -132%;
	font-size: 18px;

}
.flyer .rotated {
	z-index: 3;
	position: absolute;
	border-radius: 25px;
	background: rgba(13,13,13,0.75);
	padding: 15px;
	margin: 20% 9%;
	color: #e8e8eaeb;
	font-size: 30px;
	font-weight: bold;
	width: 22%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width:1200px) {
.leicht .rotated {
	font-size: 19px;
	}
.flyer .rotated {
	font-size: 30px;
	}
}

@media screen and (max-width:1000px) {
.flyer .rotated {
	font-size: 25px;
	}
}
@media screen and (max-width:760px) {
.leicht .rotated {
	padding: 2px 4px;
	margin: 45px -8px;
	font-size: 16px;
	width: 130px;
	}
.flyer .rotated {
	width: auto;
	padding: 6px 10px;
	margin: 37% 7%;
	font-size: 19px;
	width: 140px;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  padding: .4em .7em;
	}
}

/*@media screen and (max-width:600px) {
.leicht .rotated {
	padding: 3px;
	margin: 10% -1%;
	font-size: 1.2em;
}
}
*/

.leicht .gig{
	width: 100%;
	height: 120px;
	padding: 0;
	background-color:rgba(248,248,248,1);
	border: 0 none;
	border-radius: 18px; 
	background: white;
}



.leicht .gig_top{
	background-color:transparent;
	font-size: 1.1em;
	height: 100%;
	z-index: 10;
	}
.leicht .gig_top .links .social{
	display:none;
	}

.leicht .gig_top .date{
	left: 136px;
}
.leicht .gig_top .img{
	width:120px;
	height:120px;
  	right:inherit;
  	top: 0;
	left: 0
	}

.leicht .gig_main{
	position: absolute;
	background-color: transparent;
	width: 600px;
	width: calc(100vw - 360px);
	left: 280px;
	top: 0;
}
.leicht .gig_main .lineup{
	width: inherit;
	line-height: 1em;
}
.leicht .gig_main .info.button{
	display: none;
/*	right: auto;
bottom: 85px;
	background-color:#6F6F6F;*/	
}
	

.leicht .gig_main .text {
  height: 120px;
}
.start.leicht:not(.detail) .footer {
	position: absolute;
	width: 250px;
	left: 280px;
	bottom: -10px;
	background: rgba(107, 184, 32, 0);
	color: #000000;
	border-radius: 0;
	line-height: 1.1em;
	z-index:25;
}
.leicht .gig_top .button{
  	position: absolute;
	right: 25px;
	bottom: 0;	
	font-size: 16px;
	text-align: right;
	line-height: 30px;
	color: #232323;
}
.leicht .gig_top .button a {
	border-radius:7px;
	font-size: 19px;
}
.leicht .gig_main .box,
.leicht .gig_main .lineup{
	display: none;
}
.leicht .nano > .nano-content {
  overflow: hidden;
}

a.info{
	/*margin-left: 194px;
	position: absolute;
	bottom: 16px;*/
	color: #6A6A6A;
	opacity: .7;
	z-index: 90;
	position: absolute;
	top: 10px;
	right: 20px;
	font-weight: 400;
	font-size: .9em;
}
a.info:hover{
	opacity: 1;	
}
.normal .start a.info{
	display: none;
}


@media screen and (max-width:1200px) {	

/*.leicht .gig_top {
  background-color: #fff;
  height: 31px;
  font-size: 1em;
 
  position: static;
}*/

/*
.leicht .gig_main {
  position: static;
  background-color: #fff;
  height: auto;
  margin-left: 160px;
}
.leicht .gig_top .date {
  width: 100px;
  left: 175px;
}
.leicht .gig_top .button {
	position: absolute;
	right: 26px;
	bottom: 5px;
	z-index: 98;
}
.leicht .gig_main {
  left: 160px;
  padding-left: 9px;
  width: 100%;
  margin: -28px 0 -15px 300px;
}
.leicht .nano > .nano-content {
  position: static !important;
}
a.info{
 margin-left: 177px;
}*/

}


@media screen and (max-width:980px) {	
/*.leicht .gig_top .date {
	left: 132px;
	width: 100%;
}
.leicht .gig_main {
	margin: 0;
	left: 125px;
	top: 30px;
	
}
a.info{
	bottom: 8px;
}	*/
}



@media screen and (max-width:760px) {
/*.leicht .gig_top .date {
  width: 100%;
	left: 140px;
}
.leicht .gig_main {
	width: auto;
  	margin: 0px 0 0 115px;
	padding-bottom: 12px;
}
.leicht .nano > .nano-content {
  overflow: hidden;	
}
.leicht .gig_top .img{
	width:120px;
	height:120px;
}
.leicht #main .gig_top .links p.button {
	margin-right: 0px;
	margin-bottom: 4px;
}*/
}	



@media screen and (max-width: 760px){
.leicht .gig {
	/*background-color: transparent;*/
	height: auto;
}
.leicht .gig_top{
	position: relative;
	height: 120px;
}
.leicht .gig_top .links{
	height: auto;
}
.leicht .gig_top .img{
	width: 120px;
	height: 120px;
}
.leicht .gig_top span.img{
	background: #666;
	height: 100%;
	transition: none;
}
.leicht .gig_main {
	background-color: #FFFFFF;
	width: calc(100% - 2em);
	position: static;
	height: auto;	
}
.leicht .gig_main .text {
	height: auto;
	padding: 5px 10px 0 15px;
}
.leicht .nano > .nano-content {
	position: static !important;
}
.leicht .gig_top .date {
	width: auto;
	left: 133px;
	z-index: 9;
	color: #ffffff;
}
.leicht .gig_top span.img{
	height: 120px;
	width: 100%;
}
.leicht .gig_top .links {
	top: 46px;
	left: -10px;
	z-index: 9;
	pointer-events: none;
}
.leicht .gig_top .button{
	right: 0px;
	bottom: 3px;
}
.leicht #main .gig_top .links p.button {
	color: #fff;
}
.leicht #main .gig_top .links p.button a{
	pointer-events: all;
}	
.leicht #main .gig_top .links .attention {
	filter: invert(1);
	}
.leicht a.info{
 	/*margin-left: 0;
	bottom:12px;
	pointer-events: all;
	position: static;
	color: #000;*/
	top: 125px;
	right: 10px;
}
.leicht:not(.detail) .footer {
  position: static !important;
  }
.leicht .br{	
	display: none;
	}
	
}

	
/*	
.gig_top{
	height:120px;
	}
.gig_top .date{
	width:100%;
	}
.gig_top .img{
	width:120px;
	height:120px;
}
.gig_top .links{
	bottom:15px;
	}
.gig_top .links .social{
	display:none;
	}
.gig_top .links .button{
	letter-spacing:1px;
	padding:3px 0 6px;
	display:inline;
	}
#main .gig_top .links p.button{
	margin-right:5px;
}
.gig_top .info.button{
	position:relative;
	display: none;
	}
.gig_top .info.button a:link,
.gig_top .info.button a:visited{
	background:#666;
	}
.detail .ace_dd {
    top: 56px !important;
	right:2px;
	background-color: rgba(59, 59, 59, 0.95);
    border: 1px solid #aaa;
	}
.detail #boxPfeil{ 
 	background: rgba(0, 0, 0, 0) url("images/bubblepfeil-min.png") no-repeat scroll center top;  
    right:2px;
	height: 17px;
    top: -17px;
}	*/



		
/*detailseite*/
.detail .tabs{
	font-size:12px;	
	font-weight:300;
	color:#fff;
	margin-top: 8px;
/*	padding:8px 8px 0 8px;
    width:88px;
	float:left;
	width: 99%;
*/	
/*	overflow: scroll;*/
	overflow-y: auto;
  	overflow-x: auto;
}

.detail .tab_area{
	display: flex;
	
}
.detail .tabs strong{
	font-size:15px;
	font-weight:500;
}
.detail .tabs span{
	padding:8px 6px 8px 12px;
	margin:6px 0 0;
	width:70px;
	/*text-align:left;
	background-color:#242424;*/
	margin-bottom:3px;
	opacity:0.75;
	display:block;
	cursor: pointer;
}
.detail .tabs span em{
	/*float:left;*/
	font-style:normal;
	/*width:21px;*/
	}
.detail .tabs span a:link,
.detail .tabs span a:visited{
	color:#fff;
	}
.detail .tabs span:hover{
	opacity:1;
	}
.detail .tabs .select{
	font-size:11px;
	padding:8px 11px 8px 12px;
	margin:6px 0 0;
	/*line-height:13px;*/	
	background-color:rgba(0,0,0,0.95);
	/*border-top:1px solid #6bb820;*/
	border-radius: 10px 10px 0 0;
	opacity:1;	
	box-shadow:5px 5px 5px rgba(0, 0, 0, 0.25);
}
.detail .tabs .select em{
	color:#8AC73D;
}
.detail .tabs .select strong{
	font-size:15px;
	font-weight:400;
	color:#8AC73D;
}
.detail .tabs .select a:link,
.detail .tabs .select a:visited{
	color:#8AC73D;	
	}
.detail .tabs b{
	font-size:13px;
	font-weight:300;
}
.detail .tabs .prev_next{
	/*display:none;*/
	position: absolute;
	width: calc(100% + 60px);
	display: flex;
	justify-content: space-between;
	left: -30px;
	margin-top: 12px;
	z-index: 0;
	pointer-events: none;
	}
.detail .tabs .prev_next a {
	pointer-events: all;
	opacity: .8;
}
.detail .tabs .prev_next a:hover {
	opacity: 1;
}
.detail .tabs .prev_next img{
	height: 20px;
	cursor: pointer;
	}
.detail .gig{	
	width:1005;
	max-width: 1240px;
	font-size: 1rem;	
	line-height: 1.2rem;
	height:auto;
	min-height:500px;
	margin:0 0 22px;
	background-color: rgba(255, 255, 255, 0.9);
	display: flex;
	align-items: stretch;
	align-content: stretch;
	border-radius: 0 12px 12px;
	overflow: hidden;
	}
.detail .gig_container{ 
	width: 58%;
}
.detail .gig_top{   
	height: auto;
	padding: 10px 20px 70px;
	background: rgba(0,0,0,1.00);
	position: relative;
	font-size: 1.1em;
	font-weight: 300;
	
}
.detail .gig_top h2{
	font-size: 1.4rem;
	line-height: 1.6rem;
	font-weight: 600;
	margin: 1em 0 2em;
}

.detail .gig_main h2{
	display: none;
}
.detail .gig_top .present{
	display: block;
	font-weight: 300;
	color: #ffffff;
	margin-bottom: 1em;
}

.detail .gig_top .datum{
	color: #ffffff;
}
.detail .gig_top .button{
	position:absolute;
	bottom:4px;
	letter-spacing:1.5px;
	font-size:14.5px;
	padding:3px 0 6px;
	display:inline;
	}
.detail .gig_top .more_ticket{
	font-size:11px;
	line-height:11px;
	position:absolute;
	bottom:0;
	left:125px;
	padding:3px 0 6px;
	display:inline;
	}
.detail .gig_top .social{	
	position:absolute;
	bottom:50px;
	right:10px;
	}
.detail .gig_top .social img{
	height:25px;
	}
.detail .gig_top .footer {
	position: absolute;
	width: calc(100% - 40px);
	bottom: -10px;
	left: 0px;
	border-radius: 0;
	padding: 7px 20px;
}
.detail .gig .flyer{
	display:block;
	width: 42%;
	min-height: 512px;
	right:0;
	min-height:140px;
	background-color: rgba(155, 155, 155, 0.3);
	background:url(images/flyer_back.png);
	z-index:50;
	line-height:0px;
	text-align: center;
}
.detail .gig .flyer img{
	width:100%;
	height: auto;
	margin:0;
	line-height:140px;	
	}	
.detail .gig_main {
	font-size: .9rem;
	line-height: 1.1rem;
    float: left;
	background:none;
    height:auto;
    padding: 10px 20px;
	position: static;
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	font-weight: 300;
}
.detail .gig_main a:link,
.detail .gig_main a:visited{
color: rgba(107, 184, 32, 1);
	}
.detail .gig_main a:hover{
	color:#8AC73D;
	}
.detail p{
	margin:2px 10px 10px 0px;
	}
.detail .gig_main .box{
	padding-top:4px;
	width:40px;
	display: inherit;
	}	
.detail .gig .lineup{
	width:85%;
	font-size: 1.1em;
	line-height: 1.3em;	
	display: inherit;
	}
.detail #artist_list{
	margin-left:88px;
	display:block;
	}
.detail #artist_list .artist-entry{
	float:left;
	width:330px;
	margin:0 10px 14px 0;
	}
.detail #artist_list .artist-entry:nth-child(3n){
	margin-right:0;
	}	
.detail #artist_list .artist{
	position:relative;
	height:60px;
	color:rgba(255, 255, 255, 0.85);
	padding:2px;
	padding:0px 2px 2px 2px;
	background-color:#000;
	box-shadow:5px 5px 5px rgba(0, 0, 0, 0.25);
	}
.detail #artist_list h4{
	color:#8AC73D;
	padding:2px 10px;
	font-size:12px;
	font-weight:400;
	line-height:13px;
	display:inline;	
	background-color:#000;
	position:relative;
	border-top:1px solid #A0A4A8;
	border-bottom:2px solid #000;
	box-shadow:5px 5px 5px rgba(0, 0, 0, 0.25);
}
.detail #artist_list .line{
	position:static;
	border-top:1px solid #A0A4A8;
	font-size:1px;
	height:2px;
	background-color:#000;
	z-index:1;
	top:-2px;
	}
.detail #artist_list .style{
	width:254px;
}	

@media screen and (max-width:1100px) {
/*.detail .gig{
	}
.detail .gig_top,
.detail .gig_main{
	width:392px;
	}
.detail .gig .flyer,
.detail .gig .flyer img {
   width: 300px;
}	
.detail #artist_list .artist-entry{
	float:left;
	width:238px;
	}
.detail #artist_list .style{
	width:162px;
}*/
}

@media screen and (max-width:760px) {
.detail .tabs {
	/*padding: 0px 60px;
	width: calc(100% - 220px);*/


}
.detail .tabs .prev_next {
  position: absolute;
  width: calc(100% + 1px);
  display: flex;
  justify-content: space-between;
  left: 0px;
  margin-top: 12px;
  z-index: 0;
  pointer-events: none;
}	
.detail .tab_area {	
	left: 25px;
	position: relative;
	width: calc(100% - 50px);
	overflow: hidden;
	}
.detail .gig {
	display: block;
	position: relative;
	}	
.detail .gig_container {
  width: 100%;
}
.detail .gig .flyer {
	position: absolute;
	height: 180px;
	width: 180px;
	background: rgba(255,255,255,0.00);
		top: 0;
	}
.detail .gig_top {
  min-height: 180px;
	width: calc(100% - 220px);
}
.detail .gig {
	background-color: rgba(255,255,255,0.0);
}	
.detail .gig_main {
	width: 100%;
	background-color: rgba(255,255,255,0.90);
}
.detail .gig_top .footer {
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100vw;
	border-radius: 0;
	padding: 7px 20px;
}	
	
}

@media screen and (max-width:480px){	
.detail .gig_top h2{
	display: none;
}
.detail .gig_main h2{
	display: block;
}
.detail .gig_main {
	width: 100%;
	padding: 10px 20px 20px;
}
	
	
}
	
	
/*.detail .gig{
	width:456px;
	}
.detail .gig_top{
	width:236px;
	padding: 10px 20px 50px;
	min-height:190px;
	}
.detail .gig_top .button{
	bottom:24px;
	}
.detail .gig_top .more_ticket{	
	bottom:0;
	left:20px;
	}
.detail .gig_top .social img{
	height:22px;
	}
.detail .gig_top .social a{
	margin:0 6px 0 1px;
	}
.detail .gig .flyer {
	width: 180px;
	min-height:249px;
}
.detail .gig .flyer img {
	width: 180px;
}
.detail .gig_main{
	width:402px;
	}
.detail #artist_list .artist-entry{
	float:left;
	width:223px;
	}
.detail #artist_list .artist-entry:nth-child(3n){
	margin-right:10px;
	}
.detail #artist_list .artist-entry:nth-child(2n){
	margin-right:0;
	}
.detail #artist_list .style{
	width:147px;
}*/	

@media screen and (max-width:544px) {	
/*.detail .tabs {
	width:100%;
	z-index:40;
	position:absolute;
	}
.detail .tabs span{
	display:none;
}
.detail .tabs .select{
	display:block;
	padding:8px 11px 2px 12px;	
}
.detail .tabs .prev_next{
	display:block;
	float:right;
	padding-top:7px;
	}
.detail .tabs .prev_next img{
	height:32px;
	}
.detail .tabs .prev_next a{
	opacity:0.5;
	}
.detail .tabs .prev_next a:hover{
	opacity:0.85;
	}
.detail .gig{
	width:265px;
	margin-bottom:63px;
	top:42px;
	}
.detail .gig_top{
	width:245px;
	padding: 5px 10px 50px;
	min-height:10px;
	}
.detail .gig_top h2 {
	font-size:16px;
	}
.detail .gig_top .button{
	bottom:20px;
	}
.detail .gig_top .more_ticket{	
	bottom:-4px;
	left:10px;
	}
.detail .gig_top .social{	
	right:5px;
	bottom:7px;
	}
.detail .gig_top .social img{
	height:22px;
	}
.detail .gig_top .social a{
	margin:0 5px 0 1px;
	}
.detail .gig .flyer,
.detail .gig .flyer img {
	float:none;
	width: 265px;
}
.detail .gig_main{
	width:245px;
	padding: 5px 10px 50px;
	}
.detail .gig_main .box {
    width:36px;
}	
.detail #artist_list{
	margin-left:0;
	}	
.detail #artist_list .artist-entry{
	float:left;
	width:265px;
	margin-right:0;
	}
.detail #artist_list .style{
	width:189px;
}	*/
}	




/*tickets*/
#ticket{
	width:162px;
	height:360px;
	float:left;
	position:relative;
	font-size:11px;
	line-height:12px;
	color:#fff;
	background-color:#000;
	padding:13px;
	margin:0 16px 16px 0;
	border-top:1px solid #a0a4a8;
	box-shadow:5px 5px 5px rgba(0, 0, 0, 0.25);
	}
/*#ticket:nth-child(4n),*/
#ticket.r {
	float:right;
  	margin-right:0;
}
#ticket h2{
	font-size:12px;
	line-height:13px;
	color:#8ac73d;
	margin:10px 0px;
}
#ticket h2 a:link,
#ticket h2 a:visited{
	color:#8ac73d;
	text-decoration:none;
	background:url(images/info.png) no-repeat  right 0px;
    padding-right:13px;	
}
*+html #ticket p{
	margin:4px 0;
	}
*+html #ticket h2 a:link,
*+html #ticket h2 a:visited{	
background:none;
}
#ticket h2 a:hover{	
		color:#fff;
		background:url(images/info_f2.png) no-repeat right 0px;
}
#ticket .img {
	height:160px;
	display:block;
	border:1px solid #373a3d;
	}
#ticket .img img{
	height:160px;
	}	
#ticket .img:hover{
	border:1px solid #767676;
	 opacity:0.8; filter:alpha(opacity=80); 
}
#ticket .vvk{
	position:absolute;
	bottom:25px;
	height:16px;
	}
#ticket .vvk p.button{
	margin:5px 0;
	}
#ticket .vvk .more_ticket{
	font-size:10px;
	}

#ticket_list{
	background-color: rgb(12, 12, 12);
	width: calc(100% -20px);
	color: #df3196;
	padding: 16px;
	display: flex;
	flex-wrap: wrap;
	border-radius: 12px;
	gap: 30px;
}
.noflex {
  flex: 0 0 100%;
}
.ticket_entry{
	/*background-color: rgba(255,255,255,0.90);*/
	padding: 10px 28px 2px 20px;
	margin: 5px;
/*	display: flex;*/
	min-width: 220px;
  	width: auto;
	color: #ffffff;
	border-right: .25px solid rgba(255,255,255,0.7);
}
.ticket_entry:last-child{
	border-right: 0 none;
}
.ticket_button {
	font-size: 1.2em;
	font-weight: 500;
	padding: 3px 11px 2px;
	background-color: #BF0771;
	color: #fff;
	cursor: pointer;
	border-radius: 7px;
	transition: all 0.5s ease 0s;
	opacity: .85;
}
.ticket_button:hover {
		opacity: 1;
}
.ticket_preis {
	padding: 10px 10px;
	font-size: 1.1em;
	float: right;
	font-weight: 600;
}
.ticket_infotext {
	display: block;
	font-size: .9em;
	line-height: 1.2em;
	padding: 9px 3px 0px 0px;
	margin: .7em 0 0.3em;
}


@media screen and (max-width:760px) {
#ticket_list{
	width: calc(100% -20px);
	padding: 16px;
	display: flex;
	flex-wrap: wrap;
	border-radius: 12px;
	gap: 0;
}
.ticket_entry{
  	width: 100%;	
	border-right: 0 none;
	padding: 18px 10px;
	border-bottom: .25px solid rgba(255,255,255,0.7);
}	
.ticket_entry:last-child{
	border-bottom: 0 none;
}
}



/*artists*/
.hall_of_fame.min #content {
  padding-top: 80px;
}
#artist_tab{
	font-size: 1.25em;
	font-weight: 600;
	line-height: 2.1em;
	background-color: #282D33;
	padding: 15px 0;
	border-bottom:1px solid #A0A4A8;
	transition: top 0.25s ease 0s;
	width: 90vw;
	max-width: 1200px;
	top: 180px;
}

body.min #artist_tab{
	position: fixed;
	top: 123px;
	z-index: 90;
	
	}
#artist_tab span{
	margin-bottom: 3px;
	opacity: 0.75;
	padding: .4em .4em .3em;
	color: #ffffff;
	cursor: pointer;
	transition: all 0.5s ease 0s;
}
#artist_tab  a:link,
#artist_tab  a:visited{
	color:#fff;
	padding: .3em 0;
	background-color: #242424;
	
	}
#artist_tab span:hover{
	opacity:1;
	}
#artist_tab  .select{
	color: rgba(107, 184, 32, 1);
	background-color: rgba(238,238,238,1.00);
	opacity: 1;
	border-radius: 8px 8px 0 0;
}
#artist_tab .select a:link,
#artist_tab .select a:visited{
	color:#8AC73D !important;
}
#artist_page{
	color:#FFF;
	float:left;
	background-color:#000;
	padding:15px 25px;
	width:calc(100% - 50px);
	min-height:622px;
	margin-bottom:11px;	
	/*box-shadow:5px 5px 5px rgba(0, 0, 0, 0.25);
	transition: all 1.5s ease 0s;*/
	}
#artist_page.vorschau{
	width:auto;
	min-height:auto;
}

#artist_page .artist{
	width: 250px;
	position: relative;
	color: #FFF;
	padding: 2px;
	padding: 0px 2px 2px 2px;
	margin: 0px 10px 10px 0px;
	float: left;
	}
#artist_page .anchor{
	font-weight: 600;
	width: 100%;
	float: left;
	margin: 2em 0;
	padding-top: 148px;
	margin-top: -128px;
	
}

#artist_page h4{
	color:#8AC73D;
	font-size:1.1em;
	font-weight:300;
	display:inline;
	line-height: 1.3em;
	/*background-color:#27282a;
	z-index:44;
	position:relative;
	border-top:1px solid #A0A4A8;*/
}

#artist_page .artist .style{
	width:176px;
	overflow:hidden;
	}	
.artist .artist-img{
	/*background: rgba(0, 0, 0, 0) url("images/artist_back.png") repeat scroll 0 0;
	float:right;
	text-align: center;
	font-size:10px;
	line-height:16px;
	font-weight:300;
	width:60px;
	height:60px;*/
	}
.artist .label{
	color:#8AC73D;
	font-size: .9em;
	/*display:block;
	padding:4px 10px;
	font-size:10px;
	line-height:11px;*/
}
.artist .style{
	display: block;
	font-size: .9em;
	/*display:block;
	font-size:10px;
	line-height:13px;
	position:absolute;
	padding:0px 6px;
	top:47px;
	color:#000;
	background-color:#999;
	width:254px;*/
}
@media screen and (max-width:760px) {
#artist_tab{
	padding: 8px 0 15px;
}
body.min #artist_tab {
  position: fixed;
  top: 66px;
}
#artist_tab{
	width: 94vw;
}
#artist_page .anchor{
padding-top: 163px;
margin-top: -143px;
}


	
}
/*@media screen and (max-width:1100px) {	
#artist_page{
	width: 782px;
}
#artist_page .line {
	width: 250px;
	}
#artist_page .artist{
	width: 246px;
	}
#artist_page .artist .style{
	width: 172px;
	}	
}
@media screen and (max-width:822px) {	
#artist_page{
	width: 504px;
}
#artist_page .line {
	width: 240px;
	}
#artist_page .artist{
	width: 236px;
	}
#artist_page .artist .style{
	width: 162px;
	}
}
@media screen and (max-width:544px) {	
#artist_page{
	width: 228px;
	padding:15px 0px 5px 12px;
}
#artist_page .line {
	width: 216px;
	}
#artist_page .artist{
	width: 212px;
	}
#artist_page .artist .style{
	width: 140px;
	}
}*/

/*web_radio*/
#radio_tab{
	margin-bottom:5px;
    font-size: 12.5px;
   line-height: 15px;
	font-weight:700;
	}
#radio_tab img{
	width:46px;
	}	
#radio_tab b {
    font-size: 13.5px;
}
#radio_tab span{
	display:block;
	width:85px;
	float:left;
	color:#fff;
	background-color: #242424;
	padding:5px 10px 2px;
	margin-right:3px;
	text-align:center;
	}	
#radio_tab .select{
	color:#fff;
	background-color:rgba(0,0,0,0.95);
	border-top:1px solid #6bb820;
	padding:4px 10px 5px;

}	
#radio_tab a:link,
#radio_tab a:visited{
	color:#fff;
	opacity:0.75;
	}
#radio_tab a:hover{
	opacity:1;
	}
#radio iframe{
	height:3500px;
	overflow:scroll !important;
	}
@media screen and (max-width:822px) {
#radio iframe{
	/*height:500px;*/
	}		
}
@media screen and (max-width:544px) {
#radio iframe{
	height:400px;
	}		
}
/**/
	
/*gallery*/
#gallery_page{
	color:#FFF;
	float:left;
	font-size:12px;
	line-height:14px;
	background-color:#000;
	padding:12px 5px 12px 15px;
	width:443px;
	margin-bottom:11px;
	border-top:1px solid #A0A4A8;
	box-shadow:5px 5px 5px rgba(0, 0, 0, 0.25);
	}
#gallery_page img{
	width:214px !important;
	float:left;
	margin:0px 6px 6px 0px;
	}
#poster{
	margin:8px 0px;
	}
#poster img{
	margin:5px 5px 0px 0px;
	}
#poster .left{
	width:170px;
	}	
	
/*unterseiten*/
#main{
	margin-top: 5px;
}
.contact #main{
	width: 75%;
}
.contact.map #main,
.contact.datenschutz #main{
	width: 100%;
}


#newspopup {
	display:none;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	height: 100%;
	padding: 6em 1em 1em;
	font-size: 16px;
	background: rgba(52, 50, 50, 0.94);
	z-index: 100;
	overflow: hidden;
	}
#newspopup .close {
	position: absolute;
	right: -4px;
	z-index: 7;
	width: 32px;
	cursor: pointer;
	opacity: .6;
	top: -20px;
}
#newspopup .close:hover{
	opacity: 1;
}
#newspopup .close img{
	width: 40px;
}
#page_tab{
	font-size:1.2em;
	font-weight:600;
	margin-bottom: 4px;
	line-height: 1.6em;
	/*color:#fff;
	float:left;*/
	}
#page_tab span{
	margin-bottom:3px;
	/*background-color:#242424;*/
	opacity:0.75;
	padding: .4em .4em 0;
}
#page_tab span a:link,
#page_tab span a:visited{
	color:#fff;
	padding: 0.2em .4em;
	}
#page_tab span:hover{
	opacity:1;
	}
#page_tab .select{	
	color: rgba(107, 184, 32, 1);
	background-color: rgba(238,238,238,1.00);
	/*border-top: 1px solid #6bb820;*/
	opacity:1;	
	border-radius:8px 8px 0 0;
	padding-bottom: 18px;
	/*box-shadow:5px 5px 5px rgba(0, 0, 0, 0.25);*/
}
#page_tab  .select a:link,
#page_tab  .select a:visited{
	color: rgba(107, 184, 32, 1);
	}
#page_tab b{
	font-size:1.2em;
	font-weight:600;
}
#page{
	color:#000;
	/*float:left;*/
	font-size: 1.1em;
	line-height: 1.5em;
	background-color: rgba(238,238,238,1.00);
	padding:30px 50px;
	width:calc(100% - 100px);
	font-weight: 300;
	margin-bottom:11px;
	/*border-top:1px solid #6bb820;*/
	box-shadow:5px 5px 5px rgba(0, 0, 0, 0.25);
	border-radius: 12px;
    max-width: 1280px;
  margin: 0 auto;
	}
#page,
#page p{
    hyphens: auto; 	
}
#page h2{
	font-size:1.2em;
	line-height:15px;
	color: rgba(107, 184, 32, 1);
	margin:.5em 0px 1em 0px;
	}
#page img{
	width:100%;
}
#page a:link,
#page a:visited,
#page h2 a:link,
#page h2 a:visited{	
	color: rgba(107, 184, 32, 1);
	text-decoration:none;
}
#page  a:hover,
#page h2 a:hover{	
	color:#8AC73D;	
}	
#page .map{
	width:100%;
	}	
#page a:focus {
  outline: 5px solid rgba(107,107,107,0.70);
}
	




*, ::before, ::after {
  box-sizing:unset;
}

#page *{
    box-sizing:border-box!important; 
}

.slim-popover *{
    box-sizing:border-box!important; 
}

.gig_main *{
    box-sizing:border-box!important; 
}


#main #newslinks{
	font-size: .9em;
	background: rgba(0,0,0,0.4);
	border-radius: 8px;
	padding: 1em 1.5em .5em;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 2em;
}
#main #newslinks a {
  color: #8de122;
  display: block;
  cursor: pointer;
  margin: 0 1em .5em 0;
  font-size: 1.1em;
  line-height: 1.3em;
  font-weight: 600;
  opacity: .75;
  background: rgba(30,29,29,0.88);
  border-radius: 9px;
  padding: 5px 10px;
}
#main #newslinks a:hover {
	opacity: 1;
}

/*rechte spalte*/

#main_right{
	float:right;
	width:25%;
	}
.start #main_right{
	float:right;
	width: 360px;
	margin-top: -50px;
	margin-left: -30px;
	position: relative;
	}
.start #main_right iframe{
	height: 300px;
}
#content.start #main_right .top_news{
	margin-left: 50px;
}
#main_right p{
	margin:2px 0px 5px 0px;
}
#main_right .button{
	background: #7CB537;
	padding: 4px 6px;
	margin: 2px 0;
	line-height: 32px;
}
#main_right a.button:link,
#main_right a.button:visited{
	color: rgba(254,254,254,0.80);
}
#main_right .button a:hover{
	color: rgba(254,254,254,1);
}

#main_right #newslinks a{
	color: #8de122;
	display: block;
	cursor: pointer;
	margin: 0 0em .5em 1em;
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: 600;
	opacity: .75;
	background: rgba(30,29,29,0.88);
	border-radius: 9px;
	padding: 5px 10px;
}
#main_right #newslinks a:hover{
	opacity: 1;
	background: rgba(30,29,29,1.00);
}


/*#main_right h3{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color:#CDCDCD;
	display:block;
	margin:24px 0px 0px;
	float:right;
	font-size:12px;
	padding:0px 8px;
	border-bottom:6px solid #000;
	box-shadow:5px 5px 5px rgba(0, 0, 0, 0.25);
	}
#main_right h3 b{
	font-size:14px;	
	}
#main_right h3.letter{
	margin:0px;
	}	*/
.news{
	font-size:12px;
	line-height:14px;
	color:#FFF;
	background-color:rgba(0,0,0,0.4);
	padding:3px 12px 8px;
	margin-top:0px;
	margin-bottom:6px;
	box-shadow:5px 5px 5px rgba(0, 0, 0, 0.25);
	}
/*.news.letter{
	margin-top:0px;
}*/
.news img{
	float:right;
	width:60px;
	}
.news.topnews img{
   margin-right:8px;
}
.news strong{
	/*color:#8AC73D;*/
	}
.news h2{
	font-size:12.5px;
	color:#8AC73D;
	margin:8px 0px 0px 0;
	}
.news h4{
	font-size:11px;
	color:#8AC73D;
	margin:8px 0px 0px 0px;
	}
.news h2 a:link,
.news h2 a:visited,
.news h4 a:link,
.news h4 a:visited,
.news a:link,
.news a:visited{	
	color:#8AC73D;
	text-decoration:none;
}
.news h2 a:hover,
.news h4 a:hover,
.news a:hover{	
		color:#fff;
}
.news p{
	margin:6px 0px 4px 6px;
	}
.news .tickets{
	clear:both;
	display:block;
	margin:14px 0px 2px 6px;
	}
.ticket{
	background:url(images/ticket.png) no-repeat;
	padding-left:15px;
	margin-right:8px;
	}
.ticket:hover{
	background:url(images/ticket_f2.png) no-repeat;
	}	
.news .textfield{
	margin:8px 0px 0px 8px;
	width:182px;	
}
.news .ticket{
	margin-left:6px;
	}
.news .button{
	margin:8px 8px 4px 8px;
	}
@media screen and (max-width:1100px) {	
/*#page{	
	width:440px;
	}
.start #page{	
	width:435px;
	}	
#main_right{
	width:220px;
	}*/
}


@media screen and (max-width:760px) {
.contact #main {
  margin-top: 0;
	width: 100%;
}
#main_right{

	}
#page_tab .select {
	border-radius: 8px;
	padding: .3em .4em .2em;
	}
#page{
	padding: 20px 30px;
	width: calc(100% - 60px);
}
#page iframe{
/*	  height: 70vh;
*/}
#newspopup{
	padding: 1em;
	}
#newspopup .block{
	width: 88vw;
	height: 88vh;
	}
#newspopup .close {
	right: 0px;
	top: -22px;
}
#newspopup .top_news{
	max-height: none;
	height: 57vh;
	}
#page a:focus {
  outline: 3px solid rgba(107,107,107,0.70);
}
}

@media screen and (max-width:600px) {
#page{
	padding: 16px 12px;
	width: calc(100% - 24px);
}
#page_tab .select {
	border-radius: 6px;
	padding: .3em .4em 0.15em;
}
#main #newslinks{
	justify-content: space-between;
	margin-bottom: 2em;
}
#main #newslinks a{
	width: 100%;
	margin: 0 0 .5em;
	}
/*#content.start{
	overflow:hidden;
	}	
#page_tab {
		width:auto;
		z-index:44;
	}
#page_tab span{
    display: inline;
	float:left;
	margin-bottom:0;
    padding:3px 10px;
	margin-right:2px;
	}
#page_tab span.select {
    padding:4px 10px ;
	margin-bottom:0px;
	}
#page,
.start #page{	
	width:235px;
	padding:15px 15px;
	border-top:0 none;
	}
#main_right{
	width:267px;
	}
.start #main_right{
	width: 330px;
	margin: -4px 0 0 -60px;
	}*/
}

#rg-calendar-app{
	padding:0 !important;
}
.videolink{
	position: absolute;
	width: 100%;
	height: 300px;
	top: 30px;
	left: 30px;
}

		 
/*formular newsletter*/
#form1{
	margin:0px;
	}
.formerror{	
	display:none;
	position:absolute;
	/*width:85px;*/
	top:-16px;
  	right: 143px;	
  	font-size:11px;
	text-decoration:none;
	color: rgba(217,38,137,0.89);
	background-color:#242728;
    border: 1px solid #6F6F6F;
	border-radius: 5px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
	overflow:visible;
	padding:6px 16px 6px 14px;
	z-index: 100;
	transition: all 0.2s ease 0s;
}
.formerror.show{
	display:block;	
	}		
.formpfeil{	
	background:rgba(0, 0, 0, 0) url("images/formpfeil.png") no-repeat scroll center top;
    height:13px;
    width:13px;
    position:absolute;
    right:-13px;
    bottom:7px;
    z-index:30;
	transition: all 0.2s ease 0s;
}
.min .formerror{	
	top:-16px;
  	right: 122px;	
	padding:4px 14px 4px 12px;
}
.min .formpfeil{
	bottom:4px;	
	}
.textfield{
	border:0px;
	background:url(images/text-back.png) repeat-x;
	color:#444;
	padding:2px 4px;
	margin:4px 0px;
}

@media screen and (max-width:544px) {	
.formerror,
.min .formerror{	
min-height:40px;
left: 0px; 
right: 0px; 
font-size: 11px;
text-decoration: none;
margin:-40px 0px;
z-index:999;	   
}
.formpfeil{
	display:none;	
}
}

/*klassen*/
.mehr{
font-size:12px;
text-decoration:none;
}	
.left{
float:left;
}
.right{
float:right;
}
.clear{
clear:both;
}
.small{
	font-size:10px;
	}

html.modern-browser body{
	font-size:0.6em !important;
	
	}
.player-list ul {
	height:300px !important;
}
.embed-player{
	font-size:9px;
	}

/** initial setup **/
.nano {
  position : relative;
  width    : 100%;
  height   : 100%;
  overflow : hidden;
}
.nano > .nano-content {
  position      : absolute;
  overflow      : scroll;
  overflow-x    : hidden;
  top           : 0;
  right         : 0;
  bottom        : 0;
  left          : 0;
}


.nano > .nano-content:focus {
  outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
  display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}
.nano > .nano-pane {
  background : rgba(0,0,0,.0);
  position   : absolute;
  width      : 8px;
  right      : 1px;
  top        : 3px;
  bottom     : 3px;
  visibility : hidden\9; /* Target only IE7 and IE8 with this hack */
  opacity    : .01;
  -webkit-transition    : .2s;
  -moz-transition       : .2s;
  -o-transition         : .2s;
  transition            : .2s;
  -moz-border-radius    : 5px;
  -webkit-border-radius : 5px;
  border-radius         : 5px;
}
.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0,0,0,.5);
  position              : relative;
  margin                : 0 1px;
  -moz-border-radius    : 3px;
  -webkit-border-radius : 3px;
  border-radius         : 3px;
}
.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility : visible\9; /* Target only IE7 and IE8 with this hack */
  opacity    : 0.99;
}


@media screen and (max-width:760px) {	
.leicht .nano > .nano-pane > .nano-slider {
	display: none;
}
}


/*.all-in-one{
	color: rgba(255,255,255,0.85);
	font-size: 0.8em;
	display: flex;
	justify-content: space-around;
	width: 700px;
	margin: 70px auto;
	}
.all-in-one span{
	text-align: center;
	cursor: pointer;
	}
.all-in-one img{
	width: 66px;
	margin: 2px;
	
	}
.all-in-one img:hover{
	width: 70px;
	margin:0;
	}*/

/*@media screen and (max-width:544px) {
.all-in-one{
	width: 82vw;
	height: 300px;
	justify-content: space-around;
	flex-wrap:wrap;
	margin:10px auto;
	}
.all-in-one img{
	width: 19vw;
	}
}
.living #content{
	min-height: inherit;
}
.living-box{
width: 100%;
height: 110vh;
margin-top: -157px;
z-index: -1;
position: absolute;
}
.living #web{
	display: none;
}

.social-boxes {
 font-size: 11.5px;
line-height: 12.5px;

font-weight: 300;
overflow: hidden;
position: relative;
margin: 13px 16px;
width: 350px;
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
border-radius: 12px;
background-color: #1e1d1dab;
padding: 10px 5px;
}

.all-in-one .box-item{
	width: 90px;
}


.mixcloud{
	color: rgba(255,255,255,0.85);
	font-size: 0.8em;
	display: flex;
	
	}
.mixcloud span{
	text-align: center;
	cursor: pointer;
	}
.mixcloud img{
	width: 66px;
	margin: 2px;
	transition: all 0.2s;
	}
.mixcloud img:hover{
	width: 70px;
	margin:0;
	}
.mixcloud .box-item{
float:left;
}*/



#footer{
	background: rgba(0,0,0,0.94);
	padding: 2em 0 3.5em;
	color: rgba(255,255,255,0.85);
	font-size: 1.2em;
	line-height: 1.3em;
}
#footer .block{	
	display: flex;
	justify-content: space-between;
}
#footer .footerlogo{
	flex-grow: 0;
	margin-right: 5%;
}
#footer .footertext{
	flex-grow: 0;
}
#footer .links {
	flex-grow: 2;
	text-align: right;
}
#footer .links a{
	margin: 0 .3em;
}
#footer .links a:first-of-type{
	margin: 0 .3em 0 0 ;
}
#footer .links a:last-of-type{
	margin: 0 0 0 .3em;
}
#footer p{
	margin: .2em 0 .6em;
}
#footer .logo{
	width: 11em;
	padding-top: .5em;
}
#footer #web{
	position: absolute;
	bottom: -6em;
	width: 100%
}

#web,
#web a:link,
#web a:visited{
	color:rgba(159,159,159,0.6);
	font-size:10px;
	font-weight:300;
	text-decoration:none;
	margin-bottom:3px;
	padding-bottom:3px;
	}
#web a:hover{
	color:rgba(200,200,200,0.6);
}

@media screen and (max-width:1050px) {
#footer .block{	
	flex-wrap: wrap;
}
#footer .footertext{
	flex-grow: 1;
	text-align: right;
}
#footer .links{
	margin-top: .5em;
	width: 100%;
}
}

@media screen and (max-width:760px) {
#footer .block {
	flex-wrap: wrap;
	margin: 0px 1.5em;
	width: calc(94vw - 4em);
}
#footer .logo{
	
	padding: 0 0 .5em;
}
#footer .footertext{
	width: 100%;
	text-align: left;
}
#footer .links{
	width: 100%;
	text-align: left;
}	
#footer p {
	margin: 1em 0;
}
#footer .links a{
	margin:1em 0 0 !important;
}
.blog #head .img{
	display: none;
} 	
.blog main,
.single .entry-content{
	padding-left: 0;
}
.wp-block-site-title{
	margin-left: -20px !important;
}
}

.blog #head{
	background-color: #303030;
}
.blog main{
	margin-top: 1em !important;
}

.blog a:link, .blog a:visited {
  color: inherit;
}
.blog a:hover {
 color: inherit;
}	
.wp-block-categories {
	padding-left: 0;
	text-decoration: underline;
}
.wp-block-categories a:link,
.wp-block-categories a:visited{
	text-decoration: underline;
	color:#D7DADF;
	text-decoration-color: #7C7F87;
}
.wp-block-categories a:hover{
	text-decoration: underline;
	color:#ffffff;
	opacity: 1;
	text-decoration-color: #A5A8AF;
}

@media screen and (min-width:761px) {
.blog .wp-block-group {
	margin-top: 150px;
}
.wp-block-categories {
	position: static;
	list-style: none;
	padding-left: 0;
	display: inherit;
	}
.wp-block-categories li{
	margin-right: 1.2em;	
}

}

@media screen and (min-width:1200px) {
/*	.blog .wp-block-group {
	margin-top: 0;
}
.blog main {
	margin-top: 100px !important;
}
.wp-block-categories {
	position: absolute;
	right: 25px;
	top: 180px;
	}*/
}

	