/* ------------------ ALLGEMEIN ------------------ */


html,body {
  overflow:hidden;
  background-color:#fff;
  color:#000;
  font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin:0;
  padding:0;
}


ul {
  list-style-type: none;
}

.layer {
  position: absolute !important;
}

#loading{ 
  width: 70px;
  position: absolute;
  margin-left: -35px;
  left: 50%;
  top: 35%;
} 

a:link,a:visited {
  color:#fff;
  text-decoration:none;
}

a:hover,a:active {
  text-decoration:none;
  color:#0f0;
}

#scene {
  width:100%;
  margin: 0 auto;
  padding: 0;
  display: none;
  pointer-events:none;
}

#navigation {
  z-index: 99;
  position: absolute;
  line-height:30px;
  pointer-events:auto;
}

#navigation ul {
  text-align: center;
  font-style:italic;
  font-family:'Times New Roman';
}

#navigation li {
  padding-bottom: 20px;
  transform:rotate(-8deg);
  -ms-transform:rotate(-8deg);
  -moz-transform:rotate(-8deg);
  -webkit-transform:rotate(-8deg);
  -o-transform:rotate(-8deg);
}

#navigation li a.nav {
  color:#000;
  background-color:#FFF;
  font-size:30px;
  text-decoration:underline;
  padding:1px 12px;
  white-space:nowrap;
}

#navigation li a.nav:visited {
  color:#000;
}

#navigation li a.nav:hover {
  color:#FFF;
  background-color:#ffe35e;
}

#navigation li a.active {
  color:#FFF;
  background-color:#000;
  font-size:30px;
  text-decoration:underline;
  padding:1px 12px;
}

#navigation li a.active:visited {
  color:#FFF;
}

#navigation li a.active:hover {
  color:#333;
  background-color:#ccc;
}

#logo {
  background-image: url(img/logonti.png);
  background-position: top left;
  background-repeat: no-repeat;
  position: absolute;
  width:140px;
  height:119px;
}

#kippen {
  font-style:italic;
  transform:rotate(-8deg);
  -ms-transform:rotate(-8deg);
  -moz-transform:rotate(-8deg);
  -webkit-transform:rotate(-8deg);
  -o-transform:rotate(-8deg);
}



/* ------------------ START ------------------ */

#nextdates {
  position: absolute;
  pointer-events:auto;
  white-space:nowrap;
}

.title_nextdate {
  font-weight: bold;
  padding:8px 10px 8px 10px;
  display: inline;
  color:#666;
  background-color:#FFF;
  left:20px;
  bottom:-7px;
  position: relative;
}

#social {
  position: absolute;
  pointer-events:auto;
  white-space:nowrap;
}

#social a:hover {
  filter: alpha(opacity=20);
  -khtml-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}


#sticky {
position: absolute;
margin-top:-100px;
width:100%;
}

/* ------------------ MEDIAQUERIES ------------------ */


@media only screen and (max-device-width: 480px) {

#nextdates{
  display:none;
}
#navigation li img{
  height:18px;
}
#kippen .title_nextdate {
  
  padding:0px;
  display: inline;
  color:#666;
  background-color:#FFF;
  left:15px;
  bottom:-7px;
  position: relative;
}
   
#navigation {
  z-index: 99;
  position: absolute;
  line-height:45px;
  pointer-events:auto;
}

#navigation ul {
  text-align: center;
  font-style:italic;
  font-family:'Times New Roman';
  padding-left: 2px;
}

#navigation li {
  padding-bottom: 0px;
  transform:rotate(-8deg);
  -ms-transform:rotate(-8deg);
  -moz-transform:rotate(-8deg);
  -webkit-transform:rotate(-8deg);
  -o-transform:rotate(-8deg);
}

#navigation li a.nav {
  color:#000;
  background-color:#FFF;
  font-size:19px;
  text-decoration:underline;
  padding:5px 10px;
  white-space:nowrap;
}

#navigation li a.nav:visited {
  color:#0008
}

#navigation li a.nav:hover {
  color:#FFF;
  background-color:#ffe35e;
}

#navigation li a.active {
  color:#FFF;
  background-color:#000;
  font-size:16px;
  text-decoration:underline;
  padding:5px 10px;
}



#logo {
  position: absolute;
  float:left;
  z-index: 2;
  background-position: top left;
  background-repeat: no-repeat;
  width:50px;
  height:50px;
}

.date_past {
  color:#333;
}

.date {
  color:#888888;
}


#social img{
  height: 30px;
  width: 30px;
}

}

@media all and (max-device-width: 640px)
{


#nextdates{
  display:none;
}
#navigation li img{
  height:18px;
}
#kippen .title_nextdate {
  
  padding:0px;
  display: inline;
  color:#666;
  background-color:#FFF;
  left:15px;
  bottom:-7px;
  position: relative;
}
   
#navigation {
  z-index: 99;
  position: absolute;
  line-height:45px;
  pointer-events:auto;
}

#navigation ul {
  text-align: center;
  font-style:italic;
  font-family:'Times New Roman';
  padding-left: 2px;
}

#navigation li {
  padding-bottom: 0px;
  transform:rotate(-8deg);
  -ms-transform:rotate(-8deg);
  -moz-transform:rotate(-8deg);
  -webkit-transform:rotate(-8deg);
  -o-transform:rotate(-8deg);
}

#navigation li a.nav {
  color:#000;
  background-color:#FFF;
  font-size:19px;
  text-decoration:underline;
  padding:5px 10px;
  white-space:nowrap;
}

#navigation li a.nav:visited {
  color:#0008
}

#navigation li a.nav:hover {
  color:#FFF;
  background-color:#ffe35e;
}

#navigation li a.active {
  color:#FFF;
  background-color:#000;
  font-size:16px;
  text-decoration:underline;
  padding:5px 10px;
}



#logo {
  position: absolute;
  float:left;
  z-index: 2;
  background-position: top left;
  background-repeat: no-repeat;
  width:50px;
  height:50px;
}

.date_past {
  color:#333;
}

.date {
  color:#888888;
}


#social img{
  height: 30px;
  width: 30px;
}

}

/* ------------------ NEWS ------------------ */

#news {
  position: absolute;
  pointer-events:auto;
  width:45%;
}

.update {
  padding:4px 12px 4px 12px;
  display: inline;
  color:#FFF;
  background-color:#333;
}



/* ------------------ PROGRAMM ------------------ */

#programm {
  position: absolute;
  pointer-events:auto;
}

.marker_past {
  padding:8px 10px 8px 10px;
  display: inline;
  color:#e5e5e5;
  background-color:#f8f8f8;
  left:10px;
  position: relative;
}

.marker {
  padding:8px 10px 8px 10px;
  display: inline;
  color:#000;
  background-color:#EEE;
  left:10px;
  position: relative;
}

.highlight {
  font-weight: bold;
  font-size: 21px;  
  background-color:#ffe35e;
}

.date_past {
  color:#e5e5e5;
}

.date {
  color:#999;
}


/* ------------------ CLUB ------------------ */

#club {
  position: absolute;
  pointer-events:auto;
  width:45%;
}

.longtext p {
  line-height: 38px;
  padding:5px 0;
  color:#fff;
  font-size: 15px;
  display: inline;
  background-color:#222222;
  box-shadow: 10px 0 0 0 #222222, -10px 0 0 0 #222222;
  left:10px;
  position: relative;
}



/* ------------------ FLYER ------------------ */


#arrow-left, #arrow-right {
  cursor:pointer;
}

#arrow-left { 
  height: 100px;
  position: absolute;
  margin-top: -50px;
  top: 50%;
  left: 25%;
  position: fixed;
  z-index: 99;
} 

#arrow-right { 
  height: 100px;
  position: absolute;
  margin-top: -50px;
  top: 50%;
  right: 25%;
  position: fixed;
  z-index: 99;
} 




/* ------------------ FLYER ------------------ */


#impressum {
  position: absolute;
  pointer-events:auto;
  width:40%;
}


.longtext_impressum p {
  line-height: 18px;
  color:#fff;
  font-size: 12px;
  text-shadow: 0 0 1px rgba(0,0,0,0.3);
  position: relative;
}



