﻿@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	background-color:#444444;
}
div, h1, h2, p, form, label, input, textarea, span{
	margin:0px; padding:0px;
}

a img{
	border: 0;
}

ul{
	margin:0px; 
	padding:0px; 
	list-style-type:none;
	font-size:0;
}

/*---------------------POPUP COOKIES START-------------------------*/
#hinweiscontainer {
  position: fixed; /* Sit on top of the page content */
  display: block; /* visible by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 80px; /* Full height (cover the whole page) */
  top: 0; 
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.8); /* Black background with opacity */
  z-index: 7; /* Specify a stack order in case you're using a different order for other elements */
  /* Add a pointer on hover */
}

#hinweis {
	margin: 0px auto;
	width: 90%;
	height: 70px;
	background-color: #FBEF69;
	
}

#hinweis .hinweisHeadline {
	font-family: acumin-pro-condensed,sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	text-align: center;
	color: #1F1F1F;
}

#hinweis .hinweistext {
	font-family: freight-sans-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	text-align:center;
	margin: 0px 10px 0px 10px;
	color: #000000;
	cursor:help;
}

#hinweis a{
	color:#A30002;
	text-decoration: none;
}

.hinweisbutton button {
	background-color: #FFFFFF;
	margin: 5px auto 5px auto;
	width: 450px;
	height: 25px;
	border: none;
	cursor: pointer;
	display: inline;
}
	
.hinweisbutton button:hover {
		background-color:#eeeeee;
	}
/*---------------------POPUP COOKIES ENDE--------------------------*/

.image-left {
	float: left;
	border: solid 1px rgb(255,255,255);	
	margin: 10px;
}

.image-right {
	float: right;
	border: solid 1px rgb(255,255,255);	
	margin: 10px;
}

.image-left-noB {
	float:left;	
	border: none;	
	margin: 10px;
}

.image-right-noB {
	float:right;	
	border: none;	
	margin: 0px 0px 0px 10px;
}




/*---------------------------------schrift start-------------------------------*/

.normal{
	font-family: freight-sans-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	line-height: 16px;
	margin: 5px 10px 10px 13px;
	color:#ffffff;
}

.normalBlack{
	font-family: freight-sans-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	line-height: 16px;
	margin: 5px 10px 10px 13px;
	color:#111111; 
		
}

.normalyellow{
	font-family: freight-sans-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	line-height: 16px;
	color:#FBEF69; 
		
}

.normalgreen{
	font-family: freight-sans-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	line-height: 16px;
	color:#74FFAB; 
		
}

.alteTermine{
	font-family: freight-sans-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	line-height: 16px;
	color:gray;
	margin: 5px 10px 10px 13px;
}

.headline1{
	font-family: acumin-pro-condensed,sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 25px;
	margin: 10px auto auto 10px;
	color:#FBEF69;
}


.headline2{
	font-family: acumin-pro-condensed,sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 25px;
	margin: 10px auto auto 10px;
	color:#74FFAB;
}
.headlineTabelle{
	font-family: acumin-pro-condensed, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 17px;
	padding: 2px 2px 2px 5px;
	color:#111111; 
		
}

/*---------------------------------schrift end-------------------------------*/


/*------------------------------------------------body--------------------*/

/*------------------------------------------------header------------------*/

#header{
	width:800px;
	height:200px;
	margin:30px auto 0px auto;
}

.headerlink {
    position: absolute;
    width: 800px;
	height:200px;
	background-image: url("../images/basic/header_fr2018.png");
	-webkit-transition: background 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.headerlink:hover {
    background: url("../images/basic/header_fr2018_hover.png");
}

#headerpic{
	position: relative;
	margin: 0px auto;
}

/*----------------------------------------------header ende----------------*/

/*----------------------------------------------news start-----------------*/

#news{
	width:800px;
	height:40px;
	margin:10px auto auto auto;
	background: #74ffab;

}

.newstext{
	font-family: freight-sans-pro, sans-serif;
	font-weight:400;
	font-style: normal;
	font-size: 17px;
	padding:10px 30px 10px 30px;
	text-align:center;
	color:#333333;
}
/*----------------------------------------------news ende-------------------*/

/*----------------------------------------------navimenu start------------*/
#navimenu{
	background-color:#ffffff;
	width:800px;
	height:50px;	
	color:#cccccc;
	margin:auto;
}

#navimenu ul{
	background:none;
	width:800px;
	height:50px;
	margin:0px auto;
	
}
	
#navimenu ul li{
	height:50px;
	float:left;
	white-space:pre;
	vertical-align: bottom;	
}
#navimenu ul li a{
	display:block;
	padding:0 10px;
	font:14px/27px Arial, Helvetica, sans-serif;
	color:#cccccc;
	background-color:inherit;
	text-decoration:none;
	border-right: thin gray solid;
	
}
#navimenu ul li a:hover{
	color:#fff;
	background-color:inherit;
}
#navimenu ul li a.hover{
	display:block;
	color:#fff;
	padding:0 14px;
	font:bold 14px/27px Arial, Helvetica, sans-serif;
	background-color:inherit;
	text-decoration:none;
	cursor:text;
}

#navimenu ul li a.selected{
	color:#3b90b2;
	background-color:inherit;
}

#naviside{
	float: left;
	width: 260px;
	height: 215px;
	margin: 9px auto 0px 0px;
	background-color:#444444;
}

#navilinks{
	width: 260px;
	height: 35px;
	position: relative;
	border: none;
	margin: 1px auto;
}


#navicontainer{
	width:800px;
	height:60px;
	margin:10px auto 0px auto;
	top:25px;
	position:-webkit-sticky;
	position:sticky;
	z-index: 5;

}

#navicontainer a{
	margin:auto;	
}
/*----------------------------------------------navimenu ende--------------*/



/*----------------------------------------------verschiedene container start-----------------*/

#maincontainer{
	width:800px;
	height:441px;
	margin:10px auto;

}

#maincontainer a{
	margin:auto;	
}

#merchandise{
	width:800px;
	height:50px;
	margin:10px auto 10px auto;
	background:#333333;
}


#tourcontainer{
	width:800px;
	height:320px;
	margin:10px auto;
	background-color:#333333;

}

#bandcontainer{
	width:800px;
	height:569px;
	margin:10px auto;
	background-color:#333333;

}

#musikcontainer{
	width:800px;
	height:500px;
	background-color: #333333;
	margin:10px auto;

}

#kontaktcontainer{
	width:800px;
	height:200px;
	margin:10px auto;
	background-color: #333333;

}




/*----------------------------------------------verschiedene container end-----------------------*/

/*------------------------------SLIDER START---------*/
#gallery {
	position: relative;
	margin: 0px auto;
}

#gallery figure{
	position: absolute;
	margin: 0px auto;
	animation-name: slider;
	animation-duration: 30s;
	animation-iteration-count: 20;
	z-index:1;
}

@keyframes slider {
  0%, 40%, 100%  { opacity: 0; }
  5%, 25%  { opacity: 1; }
}

#gallery figure:nth-of-type(1){
	animation-delay: 25s;
	opacity: 0;
	
}

#gallery figure:nth-of-type(2){
	animation-delay: 20s;
	opacity:0;
	
}

#gallery figure:nth-of-type(3){
	animation-delay: 15s;
	opacity:0;
	
}

#gallery figure:nth-of-type(4){
	animation-delay: 10s;
	opacity:0;
	
}

#gallery figure:nth-of-type(5){
	animation-delay: 5s;
	opacity:0;
}

#gallery figure:last-of-type{
	position: relative;
}


/*-------------------------------SLIDER END----------*/


/*----------------------------------------------boxes index start--------------*/

#box1{
    float:left;
	width:193px;
	height:60px;
	margin:0px auto;
}

.box1link {
	position: absolute;
    width: 193px;
	height:60px;
	background-image: url("../images/basic/tour2019.png");
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.box1link:hover {
    background-image: url("../images/basic/tour2019_hover.png");
}


#box2{
	float:left;
	width:192px;
	height:60px;
	margin:0px auto;
	background: #278097;

}

.box2link {
    position: absolute;
    width: 192px;
	height:60px;
	background-image: url("../images/basic/band.png");
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}
.box2link:hover {
    background-image: url("../images/basic/band_hover.png");
}


#box3{
    float:left;
	width:192px;
	height:60px;
	margin:0px auto;
	background: #278097;
	
}

.box3link {
    position: absolute;
    width: 192px;
	height:60px;
	background-image: url("../images/basic/musik.png");
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}
.box3link:hover {
    background-image: url("../images/basic/musik_hover.png");
}


#box4{
    float:left;
	width:193px;
	height:60px;
	margin:0px auto;
	background: #278097;

}

.box4link {
    position: absolute;
    width: 193px;
	height:60px;
	background-image: url("../images/basic/kontakt.png");
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}
.box4link:hover {
    background-image: url("../images/basic/kontakt_hover.png");
}


#box5{
	float:left;
	width:185px;
	height:80px;
	margin:0px auto;
	background: #278097;

}

.box5link {
    position: absolute;
    width: 193px;
	height:60px;
	background-image: url("../images/basic/tour2019.png");
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}
.box5link:hover {
    background-image: url("../images/basic/tour2019_hover.png");
}



/*---------------------------------------------boxes index end------------------*/


/*---------------------------------------------boxes main start-----------------*/





/*----------------------------------------------------bilder kacheln start------*/

#kachel_schmal {
	float: left;
	width: 98px;
	height: 98px;
	margin: 0px 10px 10px 0px;
}

#kachel_breit {
	float: left;
	width: 206px;
	height: 98px;
	margin: 0px 10px 10px 0px;
}

#kachel_breit2 {
	float: left;
	width: 196px;
	height: 98px;
	margin: 0px 0px 10px 0px;
}


/*----------------------------------------------------bilder kacheln end--------*/

/*--------------------------------------------------------footer start----------*/

#footer{
	width:800px;
	height:40px;
	margin:10px auto;
	background-color:#333333;
	color:#fff;
	position:relative;
}

#footer ul{
	width:587px;
	position:absolute;
	left:10px;
	top:20px;
}
#footer ul li{
	float:left;
	color:#D4D4C6;
	background-color:none;
	font:normal 11px/19px Arial, Helvetica, sans-serif;
}
#footer ul li a{
	color:#D4D4C6;
	background-color:none;
	font-family: freight-sans-pro, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 11px;
	padding:0 7px;
	text-decoration:none;
}
#footer ul li a:hover{
	color:#ffffff;
	background-color:inherit;
}


#footer a{
	color: #CCCCCC;
	background-color:none;
	background-color:none;
	font-family: freight-sans-pro, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 11px;
	line-height: 12px;
	text-decoration:none;
}

#footer a:hover{
	color:#ffffff;
	background-color:inherit;
}

#footer_note{
	float: right;
	background-color:none;
	font-family: freight-sans-pro, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 11px;
	line-height: 12px;
	color:#C0C0C0;
	border: none;
	margin: 25px 5px 5px 0px;
}

/*-------------------------------------------------------footer end------------*/



#youtube {
	width:530px;
	height:441px;
}


/*------------------------------------------------------inaktiv Hinweis---------*/

.inaktiv {
	position: relative;
	top: 300px;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	
	background-color: #74FFAB;
	margin: 0 auto;
	padding: 20px;
	width: 400px;
	height: 300px;
	box-shadow: 5px 5px 5px #1F1F1F;
}

.inaktiv img {
	display: block;
	width: 70%;
	margin: auto;
}

.inaktivFont{
	font-family: acumin-pro-condensed, sans-serif;
	font-size: 30px;
	color:#111111;	
}

.inaktivSub{
	font-family: acumin-pro-condensed, sans-serif;
	font-size: 20px;
	color:#111111;	
}