html {
    font-family: "Trebuchet MS",Helvetica,sans-serif;
}

body {
  background-color: #000;
}

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

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

h1 {
    margin-top: 0;
    color: #fff;
}

h1,
h2 {
    margin-top: 0;
    color: #fff;
}

p {
    font-size: 14px;
    color: #fff;
}

#container {
    width: 100%;
    float: left;
    color: #fff;
    min-width: 921px;
    background-color: #000;
}

#frame_left,
#frame_center,
#frame_right {
    float: left;
}

#frame_center {
   position: relative;
}

.stoerer_umfrage {
   position: absolute; 
   top: 23px; 
   left: 0px; 
   display: none;
}

.stoerer_umfrage a {
   display: block; 
   height: 167px; 
   width: 167px; 
}

.stoerer_umfrage.de a {
   background: url('/img/general/stoerer_de.png') 0 0 no-repeat;
}
.stoerer_umfrage.en a {
   background: url('/img/general/stoerer_en.png') 0 0 no-repeat;
}

#frame_left {
    width: auto;
    min-width: 50px;
    /*background: url('/files/doa_2013/doa_background_191112_left.jpg') no-repeat;*/
    /*background: url('/files/doa_2013/hintergrund_links.jpg') no-repeat;*/
    background: url('/files/doa_2013/doa_background_20130929_links.jpg') top right no-repeat;
}
#frame_center {
    width: 820px;
}
#frame_right {
    width: auto;
    min-width: 50px;
    /*background: url('/files/doa_2013/hintergrund_rechts.jpg') -1543px 0 no-repeat;*/
    /*background: url('/files/doa_2013/hintergrund_rechts.jpg') -821px 0 no-repeat;*/
    background: url('/files/doa_2013/doa_background_20130929_rechts.jpg') -821px 0 no-repeat;
}


#header {
    /*background: url('/files/doa_2013/hintergrund_rechts.jpg') 0 0 no-repeat;*/
    background: url('/files/doa_2013/doa_background_20130929_rechts.jpg') no-repeat;
    height: 241px;
    width: 821px;
}

#content {
    width: 821px;
    background: url('/files/doa_2013/doa_background_20130929_rechts.jpg') 1px -241px no-repeat;
}
 
#content ul {
    list-style-type: none;
    padding: 0 12px;
}

#content ul a {
    text-decoration: none;
}

#header .top_links {
    background-color: #000;
    color: #fff;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    letter-spacing: 1px;
}

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

#header .top_links span {
    display: inline-block;
}

#header .top_links .left {
    width: 50%;
}
#header .top_links .right {
    width: 49.00%;
    text-align: right;
}
#header .top_links .left a {
    margin-right: 18px;
}
#header .top_links .right a {
    margin-left: 18px;
}

#header .sponsor_links {
    /* height: 51px; */
    display: none;
}

a.top_link.fb {
    display: inline-block;
    background: url('/img/general/fb.jpg') 0 0 no-repeat;
    width: 20px;
    height: 20px;
    margin-left: 6px !important;
}

a.top_link.youtube {
    display: inline-block;
    background: url('/img/general/youtube.jpg') 0 0 no-repeat;
    width: 20px;
    height: 20px;
    margin-left: 6px !important;
}

a.top_link.twitter {
    display: inline-block;
    background: url('/img/general/twitter.jpg') 0 0 no-repeat;
    width: 20px;
    height: 20px;
    margin-left: 6px !important;
}

a.top_link.instagram {
    display: inline-block;
    background: url('/img/general/instagram.png') 0 0 no-repeat;
    width: 20px;
    height: 20px;
    margin-left: 6px !important;
}

a.top_link.german {
    display: inline-block;
    background: url('/img/general/flagge_de.jpg') 0 0 no-repeat;
    width: 30px;
    height: 20px;
}

a.top_link.english {
    display: inline-block;
    background: url('/img/general/flagge_uk.jpg') 0 0 no-repeat;
    width: 30px;
    height: 20px;
}

#content {
    width: 813px;
    /*min-height: 624px;*/
    min-height: 899px;
    padding: 6px;
}

#nav_container {
    padding-top: 171px;
    padding-left: 30px;
}

#navigation {
    color: #fff;
    padding-left: 155px;
    padding-top: 4px;
    padding-bottom: 3px;
    background-color: #000;
    width: 542px;
    width: 608px;
    font-weight: bold;
    letter-spacing: 1px;
}
#navigation a {
    color: #FFF;
    text-decoration: none;
}

.mainMenu, .subMenu {padding:0; margin:0;}

.subMenu {
    z-index: 99;
    font-weight: normal;
    font-size: 14px;
}

.mainMenu li, .subMenu li {
    color: #000;
    list-style-type: none;
    padding: 0 18px 0 0;
    background-color: #000;
}
.mainMenu li:last-child, .subMenu li:last-child {
    padding-right: 50px;
}
.subMenu li {
    margin-left: -8px;
    padding: 3px 35px 0 8px;
}
.mainMenu li {display: inline-block;}

.subMenu {display: none;}

.mainMenu li:hover .subMenu {
    display: block;
    position: absolute;
}
.mainMenu li:hover .subMenu li {
    display: block;
}

li.only_mobile {
    display: none;
}

@media only screen and (max-width: 768px) {
    body {
        min-height: 95%;
    }

    .only_mobile {
        display: block;
        font-size: 3em;
        text-align: right;
        padding: 0;
        margin: 0;
    }
    ul.mainMenu li.only_mobile {
        padding: 0;
        margin: 0;
        margin-right: 0.5em;
    }

    ul.mainMenu {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 50;
        font-size: 2em;
        height: 100%;
        background-color: #000000aa;
        text-align: left;
        overflow-x: hidden;
    }
    ul.mainMenu li {display: block; z-index: 50; margin: 1em; background-color: transparent;}
    .mainMenu li .subMenu {display: block; z-index: 50; font-size: 0.8em; background-color: transparent;}
}














#navigation-mobile {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    /*background: #000;*/
}

#navigation-mobile.small {
    width: 150px;
}

#navigation-mobile.half {
    width: 50%;
}

#navigation-mobile.full {
    width: 100%;
}

#navigation-mobile #hamburger {
    display: block;
    width: 150px;
    height: 150px;
    background: #000;
}


#navigation-mobile .main-menu,
#navigation-mobile .sub-menu {
    display: none;
    width: 50%;
    float: left;
    padding: 0;
    margin: 0;
    background: #000;
}

#navigation-mobile.half .main-menu {
    width: 100%;
}

#navigation-mobile .main-menu a.active {
    font-weight: bold;
    background: #fff;
    color: #000 !important;
}

#navigation-mobile .sub-menu {
    float: right;
}

#navigation-mobile a {
    display: block;
    color: #fff !important;
    font-size: 48px;
    padding: 15px 0 15px 10px;
}

.navi_element {
    list-style-type: none;
}

.clear {clear:both;}




/*
 *  styles for news posts
 */
 .newspost {
     font-size: 14px;
 }
 
 
.newspost h1,
.newspost h2 {
     font-size: 16px;
     margin-top: 0;
     margin-bottom: 12px !important;
 }
 
 .newspost h3 {
     padding-left: 12px;
     margin-right: 12px;
 }
  
 .newspost a {
     color: #C89E2E;
 }
 
 
   .newspost img {
     margin-left: 12px;
     width: 581px;
 }

  .newspost .fb_like img {
    width: 83px;
    margin-left: 0;
  }
 
  .newspost .info,
  .newsteaser .date {
     font-size: 12px;
     margin-top: 0;
  }

  .newspost .full-line-up {
      padding-top: 5px;
  }
  
  .newspost .links li {
      line-height: 18px;
  }
  
  .newspost .emp .shoplink.emp { 
      color: transparent;
      display: inline-block;
      background: url('/img/general/emp_logo_13px.png');
      height: 13px;
      width: 56px;
      position: relative;
      top: 2px;
  } 
  
  .newspost .emp .shoplink.emp::after { 
      /* content: "EMP"; */
  } 

 
 .kachel {
     margin: 0 4px 4px 0;
     background-repeat: no-repeat;
     position: relative;
 }
 
 .kachel .whitebox {
  position: absolute;
  background-color: #fff;
  top: 6px;
  z-index: 0;
  left: 2px;
  height: 26px;
}
 .kachel.x1 .whitebox {
  width: 195px;
}
 .kachel.x2 .whitebox {
  width: 398px;
}
 .kachel.x3 .whitebox {
  //width: 195px;
}
 .kachel.x4 .whitebox {
  //width: 195px;
}
  .kachel.text {
     background-color: #000;
 }

  .kachel.right {
     margin-right: 0;
 }
 
 .kachel h1,
 .kachel h2 {
     margin: 0;
     padding: 0;
     color: #000;
     font-size: 14px;
     line-height: 20px;
     font-weight: bold;
     text-transform: uppercase;
     padding-left: 10px;
     padding-top: 9px;
     position: relative;
     z-index: 1;
 }
 .kachel.text p,
 .kachel.text h1,
 .kachel.text h2,
 .kachel.text h4  {
     padding-left: 12px;
     margin-right: 12px;
 }
 .kachel.text input,
  .kachel.text select,
   .kachel.text textarea {
     margin-left: 12px;
     margin-right: 12px;
 }
 
 .kachel.x1 {
     width: 199px;
 }
  .kachel.x2 {
     width: 402px;
 }
  .kachel.x3 {
     width: 605px;
 }
  .kachel.x4 {
     width: 808px;
     margin-right: 0;
 }
 
 .kachel.y1 {
     height: 199px;
 }
 .kachel.y2 {
     height: 402px;
 }
 .kachel.y3 {
     height: 605px;
 }
 .kachel.y4 {
     height: 808px;
 }
 .kachel.y5 {
     height: 1011px;
 }
 .kachel.y15 {
     /* hack for height factor 1.5 */
     height: 270px;
 }
 
 .kachel.x1.y1.text {
     background-image: url('/img/general/1x1.jpg');
 }
 .kachel.x1.y2.text {
     background-image: url('/img/general/1x2.jpg');
 }
 .kachel.x1.y3.text {
     background-color: #000;
     background-image: url('/img/general/1x2.jpg');
 }
 .kachel.x1.y4.text {
     background-image: url('/img/general/1x4.jpg');
 }
 .kachel.x1.y5.text {
     background-color: #000;
     background-image: url('/img/general/1x4.jpg');
 }
 .kachel.x2.y1.text {
     background-image: url('/img/general/2x1.jpg');
 }
 .kachel.x2.y2.text {
     background-image: url('/img/general/2x2.jpg');
 }
 .kachel.x2.y3.text {
     background-image: url('/img/general/2x3.jpg');
 }
 .kachel.x2.y4.text {
     background-image: url('/img/general/2x4.jpg');
 }
 .kachel.x2.y5.text {
     background-color: #000;
     background-image: url('/img/general/2x4.jpg');
 }
 .kachel.x3.y1.text {
     background-image: url('/img/general/3x3.jpg');
 }
 .kachel.x3.y2.text {
     background-image: url('/img/general/3x3.jpg');
 }
 .kachel.x3.y3.text {
     background-image: url('/img/general/3x3.jpg');
 }
 .kachel.x3.y4.text {
     background-image: url('/img/general/3x4.jpg');
 }
 .kachel.x3.y5.text {
     background-image: url('/img/general/3x5.jpg');
 }
 .kachel.x4.y4.text {
     background-image: url('/img/general/4x4.jpg');
 }
 .kachel.x4.y5.text {
     background-color: #000;
     background-image: url('/img/general/4x4.jpg');
 }
 
    .kachel.x2.text textarea, 
    .kachel.x2.text input {
     width: 383px;
 }
 .kachel.x2.text input.submit {
     margin-left: 11px;
     width: 100px;
     margin-bottom: 14px;
     margin-top: 14px;
 }
 
 .home_left,
 .home_right {
     float: left;;
 }
 
 .home_bottom {
   clear: left;
 }
 
 .home_bottom  #front_img {
   height: 100px;
   position: relative;
 }
 
 .home_bottom  .clickarea {
   position: absolute !important;
   top: 18px;
   height: 67px !important;
 }
 
 .home_bottom  .clickarea.koepi-2014 {
    left: 20px;
    width: 140px;
 }
 
 .home_bottom  .clickarea.relentless-2014 {
    left: 178px;
    width: 90px;
 }
 
 .home_bottom  .clickarea.deperados-2014 {
    left: 280px;
    width: 80px;
 }
 
 .home_bottom  .clickarea.the-pit-2014 {
    left: 370px;
    width: 120px;
 }
 
 .home_bottom  .clickarea.aardschok-2014 {
    left: 495px;
    width: 110px;
 }
 
 .home_bottom  .clickarea.osnametal-2014 {
    left: 610px;
    width: 93px;
 }
 
 .home_bottom  .clickarea.papp-2014 {
    left: 607px;;
    width: 87px;
 }
 
 .home_bottom  .clickarea.metalviecher-2014 {
    left: 720px;;
    width: 70px;
 }
 
 .home_bottom_new a.clickarea {
    height: 100%;
    width: inherit !important;
    left: 0 !important;
 }
 /*
  .home_bottom_new img {
    height: 47px;
    padding: 17px 2px;
    margin: 0 5px;
 }
 */
  .home_bottom_new img {
    height: 35px;
    padding: 17px 2px;
    margin: 0 22px;
 }
 /*
  .home_bottom_new a:first-child img {
    margin-left: 0;
 }

  .home_bottom_new a:last-child img {
    margin-right: 0;
 }
 */
 .col {
     display: inline-block;
 }
     

 .kachel.x1.y1.applications {
     background-image: url('/img/home/Bewerbung_de.jpg');     
 }
 .en  .kachel.x1.y1.applications {
     background-image: url('/img/home/Bewerbung_en.jpg');     
 }

 .kachel.x1.y1.newsletter {
     background-image: url('/img/home/newsletter_de.jpg');     
 }
 .en  .kachel.x1.y1.newsletter {
     background-image: url('/img/home/newsletter_en.jpg');     
 }

 
 .kachel.x1.y1.videos {
     background-image: url('/img/home/DOA2016_Trailer_1x1_video_startseite.png');     
 } 
 
 .kachel.x1.y1.videos .clickarea {
     background-image: url('/img/archives/video/1x1_btn_play_gallery.png');    
     background-position: 0 40px;
 }
 
 .kachel.x1.y1.media_gallery.no1 {
     background-image: url('/files/doa_2014/archives/pictures/thumbnails/Alissa_White_Gluz_and_Sharlee_DAngelo_Arch_Enemy_live_at_Dong_Open_Air_2014.png');     
 }
  .kachel.x1.y1.media_gallery.no2 {
     background-image: url('/files/doa_2014/archives/pictures/thumbnails/Alissa_White_Gluz_Arch_Enemy_live_at_Dong_Open_Air_2014_2.png');     
 } 
  .kachel.x1.y1.media_gallery.no3 {
     background-image: url('/files/doa_2014/archives/pictures/thumbnails/Andy_Peters_Motorjesus_live_at_Dong_Open_Air_2014.png');     
 } 
  .kachel.x1.y1.media_gallery.no4 {
     background-image: url('/files/doa_2014/archives/pictures/thumbnails/Arch_Enemy_Alissa_White_Gluz_live_at_Dong_Open_Air_2014.png');     
 } 
  .kachel.x1.y1.media_gallery.no5 {
     background-image: url('/files/doa_2014/archives/pictures/thumbnails/Arch_Enemy_live_at_Dong_Open_Air_2014.png');     
 } 
  .kachel.x1.y1.media_gallery.no6 {
     background-image: url('/files/doa_2014/archives/pictures/thumbnails/Axel_Ritt_Grave_Digger_playing_solo_live_at_Dong_Open_Air_2014.png');     
 } 
  .kachel.x1.y1.media_gallery.no7 {
     background-image: url('/files/doa_2014/archives/pictures/thumbnails/Bjoernar_Vulture_Industries_live_at_Dong_Open_Air_2014.png');     
 } 
  .kachel.x1.y1.media_gallery.no8 {
     background-image: url('/files/doa_2014/archives/pictures/thumbnails/campground_atmosphere_at_Dong_Open_Air_2014.png');     
 } 
  .kachel.x1.y1.media_gallery.no9 {
     background-image: url('/files/doa_2014/archives/pictures/thumbnails/Chilling_int_the_Sky_Lounge_at_Hallenhaus_at_Dong_Open_Air_2014.png');     
 } 
  .kachel.x1.y1.media_gallery.no10 {
     background-image: url('/files/doa_2014/archives/pictures/thumbnails/Chris_Birx_Motorjesus_live_at_Dong_Open_Air_2014.png');     
 } 
  .kachel.x1.y1.media_gallery.no11 {
     background-image: url('/files/doa_2014/archives/pictures/thumbnails/Chris_Boltendahl_Grave_Digger_live_at_Dong_Open_Air_2014.png');     
 } 
  .kachel.x1.y1.media_gallery.no12 {
     background-image: url('/files/doa_2014/archives/pictures/thumbnails/Count_Cranium_Grailknights_little_refreshment_at_Dong_Open_Air_2014.png');     
 } 
  .kachel.x1.y1.media_gallery.no13 {
     background-image: url('/files/doa_2014/archives/pictures/thumbnails/crowd_Annihilator_live_at_Dong_Open_Air_2014.png');     
 } 
  .kachel.x1.y1.media_gallery.no14 {
     background-image: url('/files/doa_2014/archives/pictures/thumbnails/Crowd_at_Dong_Open_Air_2014.png');     
 } 
  .kachel.x1.y1.media_gallery.no15 {
     background-image: url('/files/doa_2014/archives/pictures/thumbnails/crowd_Motorjesus_live_at_Dong_Open_Air_2014.png');     
 } 
  .kachel.x1.y1.media_gallery.no16 {
     background-image: url('/files/doa_2014/archives/pictures/thumbnails/crowd_Paragon_live_at_Dong_Open_Air_2014.png');     
 } 
  .kachel.x1.y1.media_gallery.no17 {
     background-image: url('/files/doa_2014/archives/pictures/thumbnails/Dave_Padden_Annihilator_live_at_Dong_Open_Air_2014.png');     
 } 
  .kachel.x1.y1.media_gallery.no18 {
     background-image: url('/files/doa_2014/archives/pictures/thumbnails/Evening_Mood_at_Dong_Open_Air_2014.png');     
 } 
  .kachel.x1.y1.media_gallery.no19 {
     background-image: url('/files/doa_2014/archives/pictures/thumbnails/Grailknights_live_again_at_Dong_Open_Air_2014.png');     
 } 
  .kachel.x1.y1.media_gallery.no20 {
     background-image: url('/files/doa_2014/archives/pictures/thumbnails/Grailknights_live_at_Dong_Open_Air_2014.png');     
 } 
  .kachel.x1.y1.media_gallery.no21 {
     background-image: url('/files/doa_2014/archives/pictures/thumbnails/Grailknights_posing_Dong_Open_Air_2014.png');     
 } 
  .kachel.x1.y1.media_gallery.no22 {
     background-image: url('/files/doa_2014/archives/pictures/thumbnails/Grave_Digger_being_celebrated_live_at_Dong_Open_Air_2014.png');     
 } 
  .kachel.x1.y1.media_gallery.no23 {
     background-image: url('/files/doa_2014/archives/pictures/thumbnails/Harasai_live_at_Dong_Open_Air_2014.png');     
 } 
  .kachel.x1.y1.media_gallery.no24 {
     background-image: url('/files/doa_2014/archives/pictures/thumbnails/Headbanging_at_Dong_Open_Air_2014.png');     
 } 
  .kachel.x1.y1.media_gallery.no25 {
     background-image: url('/files/doa_2014/archives/pictures/thumbnails/Horns_Up_at_Dong_Open_Air_2014.png');     
 } 
  .kachel.x1.y1.media_gallery.no26 {
     background-image: url('/files/doa_2014/archives/pictures/thumbnails/Iwrestledabearonce_meet_and_greet_at_Dong_Open_Air_2014.png');     
 } 
  .kachel.x1.y1.media_gallery.no27 {
     background-image: url('/files/doa_2014/archives/pictures/thumbnails/Jeff_Waters_Annihilator_live_at_Dong_Open_Air_2014.png');     
 } 
  .kachel.x1.y1.media_gallery.no28 {
     background-image: url('/files/doa_2014/archives/pictures/thumbnails/Jeff_Waters_Annihilator_rocking_live_at_Dong_Open_Air_2014.png');     
 } 
  .kachel.x1.y1.media_gallery.no29 {
     background-image: url('/files/doa_2014/archives/pictures/thumbnails/live_crowd_at_Dong_Open_Air_2014.png');     
 } 
  .kachel.x1.y1.media_gallery.no30 {
     background-image: url('/files/doa_2014/archives/pictures/thumbnails/Mick_Rickshaw_Martin_Iwrestledabearonce_live_at_Dong_Open_Air_2014.png');     
 } 
  .kachel.x1.y1.media_gallery.no31 {
     background-image: url('/files/doa_2014/archives/pictures/thumbnails/Mike_Montgomery_Iwrestledabearonce_live_at_Dong_Open_Air_2014.png');     
 } 
  .kachel.x1.y1.media_gallery.no32 {
     background-image: url('/files/doa_2014/archives/pictures/thumbnails/Milking_The_Goatmachine_live_at_Dong_Open_Air_2014.png');     
 } 
  .kachel.x1.y1.media_gallery.no33 {
     background-image: url('/files/doa_2014/archives/pictures/thumbnails/Milking_The_Goatmachine_live_at_Dong_Open_Air_2014_2.png');     
 } 
  .kachel.x1.y1.media_gallery.no34 {
     background-image: url('/files/doa_2014/archives/pictures/thumbnails/Nachtgarm_Negator_live_at_Dong_Open_Air_2014.png');     
 } 
  .kachel.x1.y1.media_gallery.no35 {
     background-image: url('/files/doa_2014/archives/pictures/thumbnails/Nick_Cordle_Arch_Enemy_live_at_Dong_Open_Air_2014.png');     
 } 
  .kachel.x1.y1.media_gallery.no36 {
     background-image: url('/files/doa_2014/archives/pictures/thumbnails/Pappe_of_Destiny_Stammrhein_live_at_Dong_Open_Air_2014.png');     
 } 
  .kachel.x1.y1.media_gallery.no37 {
     background-image: url('/files/doa_2014/archives/pictures/thumbnails/party_on_at_Dong_Open_Air_Festival_2014.png');     
 } 
  .kachel.x1.y1.media_gallery.no38 {
     background-image: url('/files/doa_2014/archives/pictures/thumbnails/relaxing_in_the_evening_sun_live_at_Dong_Open_Air_2014.png');     
 } 
  .kachel.x1.y1.media_gallery.no39 {
     background-image: url('/files/doa_2014/archives/pictures/thumbnails/romantic_sunset_Dong_Open_Air_Festival_2014.png');     
 } 
  .kachel.x1.y1.media_gallery.no40 {
     background-image: url('/files/doa_2014/archives/pictures/thumbnails/Russ_Tippins_Satan_live_at_Dong_Open_Air_2014.png');     
 } 
  .kachel.x1.y1.media_gallery.no41 {
     background-image: url('/files/doa_2014/archives/pictures/thumbnails/Sammy_Sayed_Scarab_live_at_Dong_Open_Air_2014.png');     
 } 
   .kachel.x1.y1.media_gallery.no42 {
     background-image: url('/files/doa_2014/archives/pictures/thumbnails/Vulture_Industries_contact_with_the_crowd_live_at_Dong_Open_Air_2014.png');     
 } 

 
 

 
 .kachel.x1.y1.quote.no1 {
     background-image: url('/img/quotes/z1_d.jpg');     
 }
  .kachel.x1.y1.quote.no2 {
     background-image: url('/img/quotes/z2_d.jpg');     
 }
   .kachel.x1.y1.quote.no3 {
     background-image: url('/img/quotes/z3_d.jpg');     
 }
   .kachel.x1.y1.quote.no4 {
     background-image: url('/img/quotes/z4_d.jpg');     
 }
   .kachel.x1.y1.quote.no5 {
     background-image: url('/img/quotes/z5_d.jpg');     
 }
   .kachel.x1.y1.quote.no6 {
     background-image: url('/img/quotes/z6_d.jpg');     
 }
   .kachel.x1.y1.quote.no7 {
     background-image: url('/img/quotes/z7_d.jpg');     
 }
   .kachel.x1.y1.quote.no8 {
     background-image: url('/img/quotes/z8_d.jpg');     
 }
   .kachel.x1.y1.quote.no9 {
     background-image: url('/img/quotes/z9_d.jpg');     
 }
   .kachel.x1.y1.quote.no10 {
     background-image: url('/img/quotes/z10_d.jpg');     
 }
   .kachel.x1.y1.quote.no11 {
     background-image: url('/img/quotes/z11_d.jpg');     
 }
   .kachel.x1.y1.quote.no12 {
     background-image: url('/img/quotes/z12_d.jpg');     
 }
   .kachel.x1.y1.quote.no13 {
     background-image: url('/img/quotes/z13_d.jpg');     
 }
   .kachel.x1.y1.quote.no14 {
     background-image: url('/img/quotes/z14_d.jpg');     
 }
   .kachel.x1.y1.quote.no15 {
     background-image: url('/img/quotes/z15_d.jpg');     
 }
   .kachel.x1.y1.quote.no16 {
     background-image: url('/img/quotes/z16_d.jpg');     
 }
   .kachel.x1.y1.quote.no17 {
     background-image: url('/img/quotes/z17_d.jpg');     
 }
   .kachel.x1.y1.quote.no18 {
     background-image: url('/img/quotes/z18_d.jpg');     
 }
 
 .kachel.x2.map {
     background-image: url('/img/routes/karte_klein_de.jpg');     
 }
 .en .kachel.x2.map {
     background-image: url('/img/routes/karte_klein_en.jpg');     
 }
  .kachel.x1.map {
     background-image: url('/img/routes/karte_mini.jpg');     
 }
 
 .kachel.clickarea {
    display: block;
    position: absolute; 
    z-index: 2;
 }
 
 .newsteaser a  {
     color: #fff;
     text-decoration: none;
 }
 
 .newsteaser .headline, 
 .bandteaser .headline{
     color: #fff;
     font-size: 14px;
     max-width: 310px;
     display: inline-block;
 }
 
 .running_order .headline {
     padding-left: 12px;
     margin-right: 12px;
     margin-bottom: 0;
 }
 
 .newsteaser .info {
     color: #fff;
     font-size: 12px;
     float: right;
 }
 
  .newsteaser.post .info {
     float: none;
 }
 
 .bandteaser p {
     margin-top: 9px;
     margin-bottom: 9px;
 }

.bandteaser .time {
     display: inline-block;
}

.bandteaser .time.endtime {
     min-width: 110px;
}

.bandteaser .time.noendtime {
     margin-right: 20px;
}

.bandteaser a {
     color: #C89E2E;
     font-weight: bold;
}
 
 .kachel.picture {
     display: inline-block;
     margin: 0;
 }
 
 .kachel.picture.strange { /* for those strange tiles that will just not behave normalyl */
     float: left;
     margin-right: 4px;
 }
 
 .videos_link {
     background-image: url('/img/archives/fotogalerie.jpg');
 }
 
  .pictures_link {
     background-image: url('/img/archives/videogalerie.jpg');
 }
 
 .kachel.sponsors {
      background-image: url('/img/home/1x1_sponsoren.jpg');
 }

  .kachel.video {
     display: inline-block;
     margin: 0;
 }
 
 .kachel.x2.y2.video {
     display: block;
     float: left;
     margin: 0 4px 4px 0;
 }
 
 .kachel.video.home_right {
     margin-bottom: 4px;
 }
 
 .kachel.video .clickarea.x1.y1:hover {
     background-image: url('/img/archives/video/1x1_btn_play_gallery.png');
 }
 
  .kachel.video .clickarea.x2.y2:hover {
     background-image: url('/img/archives/video/2x2_btn_play_gallery.png');
 }
 
 .kachel.video .description {
     position: absolute;
 }
 
  .kachel.video.y1 .description {
     padding-top: 136px;
 }
 
   .kachel.video.y2 .description {
     padding-top: 338px;
 }
 
 .kachel.video .description h2,
 .kachel.video .description p {
     margin-top: 0;
     padding: 0 0 0 10px;
     line-height: 14px;
     margin-bottom: 5px;
 }
 .kachel.video .description h2 {
     color: #c89e2e;
     font-weight: bold;
     padding: 4px 0 0 10px;
 }
 
 .kachel.hmhtv h2 {
     position: absolute;
 }
 
 /* top sponsor links */
 .area.clickarea {
   position: relative;
   height: 46px;
   display: inline-block;
 }
 
 .area.clickarea.emp {
   width: 114px;
   left: 317px;
 }
 
  .area.clickarea.relentless {
   width: 80px;
   left: 332px;
 }
 
 /*
  * Facebook Social Plugin
  */
  .fb_iframe_widget {
      padding: 0 0 10px 12px;
  }
  
  .kachel.x1.y1.wp_video {
     background-image: url('/img/home/DongWinterParty2013_1x1_Startseite.png');     
 }
 
 /*
  * contact form styles
  */
  .home_left.contact {
      margin-right: 4px;
  }
  
  .warning h2 {
      color: #fff;
  }
  
  .kachel.team {
      background-repeat: no-repeat;
      margin-right: 0;
  }
  
  .kachel.team.arnold {
      background-image: url('/img/contact/Arnold_WinterParty.jpg');
  }
  
  .kachel.team.bo {
      background-image: url('/img/contact/Bo_WinterParty.jpg');
  }
  .kachel.team.colamann {
      background-image: url('/img/contact/Colamann_WinterParty.jpg');
  }
  .kachel.team.liehr {
      background-image: url('/img/contact/Liehremann_WinterParty.jpg');
  }
    .kachel.team h2 {
      background-color: #fff;
      height: 23px;
      width: 184px;
      padding-top: 3px;
      margin: 170px 2px 0 2px;
  }
  
  iframe.applications {
    padding-left: 12px;
  }
  
  .kachel.x4 .visual {
    padding-left: 12px;
  }
  
  h1.applications {
    margin-bottom: 12px !important;
  }
 
 .privacy_policy {
    width: 100%;
    position: absolute;
    top: 21px;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.7);
    padding: 5px 12px;
 }
 
 .button.cookies {
    color: #000;
    height: 26px;
    background: #fb4a00;
    padding: 6px;
    line-height: 26px;
    border-radius: 4px;
}
 
/*
 * DOA 2014 design
 */
.design-2014 #header {
    background-image: url('/files/doa_2014/background_2_2014.jpg');
}

.design-2014 #content {
    background-image: url('/files/doa_2014/background_2_2014.jpg');
} 

.design-2014 #frame_left {
    background-image: url('/files/doa_2014/background_1_2014.jpg');
}

.design-2014 #frame_right {
    background-image: url('/files/doa_2014/background_2_2014.jpg');
}

/* EMP stuff */
div#clickarea-emp {
  position: absolute;
  top: 70px;
  left: 665px;
}
div#clickarea-emp a {
  display: block;
  width: 175px;
  height: 100px;
}

/*
 * end DOA 2014 design
 */

/*
 * completely neutral design
 */
.design-neutral #header {
    background-image: url('/files/general/background_right_neutral_150902.jpg');
}

.design-neutral #content {
    background-image: url('/files/general/background_right_neutral_150902.jpg');
    background-position: 0px -241px;
} 

.design-neutral #frame_left {
    background-image: url('/files/general/background_left_neutral.jpg');
}

.design-neutral #frame_right {
    background-image: url('/files/general/background_right_neutral_150902.jpg');
}

/* EMP stuff */
div#clickarea-emp {
  position: absolute;
  top: 89px;
  left: 643px;
  background: url('/files/general/emp.png');
  width: 161px;
  height: 68px;
  display: none;
}
.emp div#clickarea-emp {
  display: block;
}
div#clickarea-emp a {
  display: block;
  width: 175px;
  height: 100px;
}

/* Sparkasse stuff */
div#clickarea-sparkasse {
  position: absolute;
  top: 89px;
  left: -29px;
  background: url('/files/general/spk-for-light-bg.png');
  width: 213px;
  height: 65px;
  display: none;
}
.sparkasse div#clickarea-sparkasse {
  display: block;
}
div#clickarea-sparkasse a {
  display: block;
  width: 175px;
  height: 100px;
}

div#clickarea-spk-kulturstiftung a {
  display: block;
  width: 213px;
  height: 65px;
}

.button.cta {
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
    font-size: 20px;
}

/* Radio Bob stuff */
div#clickarea-radio-bob {
    position: absolute;
    top: 53px;
    left: 690px;
    background: url('/files/general/RadioBob.png');
    width: 94px;
    height: 45px;
    display: none;
}
.sparkasse div#clickarea-radio-bob {
    display: block;
}
div#clickarea-radio-bob a {
    display: block;
    width: 175px;
    height: 100px;
}



/*
 * end completely neutral design
 */

/*
 * DOA 2015 design
 */
.design-2015 #header {
    background-image: url('/files/doa_2015/background_right_1201.jpg');
    height: 226px;
}

.design-2015 #content {
    background-image: url('/files/doa_2015/background_right_1201.jpg');
    background-position: 0px -241px;
    padding-left: 9px;
} 

.design-2015 #frame_left {
    background-image: url('/files/doa_2015/background_left_1201.jpg');
}

.design-2015 #frame_right {
    background-image: url('/files/doa_2015/background_right_1201.jpg');
}

.design-2015 #header .top_links {
    font-size: 18px;
    line-height: 42px;
}

.design-2015 #header .top_link.german,
.design-2015 #header .top_link.english {
    position: relative;
    top: 11px;
}
  
.design-2015 a.top_link.fb {
    display: inline-block;
    background: url('/img/general/facebook_btn_large.gif') 0 0 no-repeat;
    width: 37px;
    height: 42px;
}
.design-2015 a.top_link.fb:hover {
    background-image: url('/img/general/facebook_hover_btn_large.gif');
}

.design-2015 a.top_link.youtube {
    display: inline-block;
    background: url('/img/general/youtube_btn_large.gif') 0 0 no-repeat;
    width: 48px;
    height: 42px;
}
.design-2015 a.top_link.youtube:hover {
    background-image: url('/img/general/youtube_hover_btn_large.gif');
}

.design-2015 a.top_link.twitter {
    display: inline-block;
    background: url('/img/general/twitter_btn_large.gif') 0 0 no-repeat;
    width: 37px;
    height: 42px;
}
.design-2015 a.top_link.twitter:hover {
    background-image: url('/img/general/twitter_hover_btn_large.gif');
}

.design-2015 a.top_link.german {
    display: inline-block;
    background: url('/img/general/flagge_de.jpg') 0 0 no-repeat;
    width: 30px;
    height: 20px;
}

.design-2015 a.top_link.english {
    display: inline-block;
    background: url('/img/general/flagge_uk.jpg') 0 0 no-repeat;
    width: 30px;
    height: 20px;
}

/* EMP stuff */
.design-2015 div#clickarea-emp {
    top: 74px;
    left: 533px;
}

/* Sparkasse stuff */
.design-2015 div#clickarea-sparkasse {
    top: 74px;
    left: 81px;
}

.design-2015 .kachel.lineup1 {
    background: url('/img/home/lineup/lineup_2015_1_de.jpg') 0 0 no-repeat #000;
} 
.design-2015.en .kachel.lineup1 {
    background-image: url('/img/home/lineup/lineup_2015_1_en.jpg');
} 

.design-2015 .kachel.lineup2 {
    background: url('/img/home/lineup/lineup_2015_2_de.jpg') 0 0 no-repeat #000;
} 
.design-2015.en .kachel.lineup2 {
    background-image: url('/img/home/lineup/lineup_2015_2_en.jpg');
}

.design-2015 .kachel.lineup3 {
    background: url('/img/home/lineup/lineup_2015_3_de.jpg') 0 0 no-repeat #000;
} 
.design-2015.en .kachel.lineup3 {
    background-image: url('/img/home/lineup/lineup_2015_3_en.jpg');
}

.design-2015 .kachel.lineup4 {
    background: url('/img/home/lineup/lineup_2015_4_de.jpg') 0 0 no-repeat #000;
} 
.design-2015.en .kachel.lineup4 {
    background-image: url('/img/home/lineup/lineup_2015_4_en.jpg');
}

.design-2015 .kachel.lineup_5 {
    background: url('/img/home/lineup/lineup_2015_5_de.jpg') 0 0 no-repeat #000;
} 
.design-2015.en .kachel.lineup_5 {
    background-image: url('/img/home/lineup/lineup_2015_5_en.jpg');
}

.design-2015 .kachel.lineup_6 {
    background: url('/img/home/lineup/lineup_2015_6_de.jpg') 0 0 no-repeat #000;
} 
.design-2015.en .kachel.lineup_6 {
    background-image: url('/img/home/lineup/lineup_2015_6_en.jpg');
}

.design-2015 .kachel.lineup_7 {
    background: url('/img/home/lineup/lineup_2015_7_de.jpg') 0 0 no-repeat #000;
} 
.design-2015.en .kachel.lineup_7 {
    background-image: url('/img/home/lineup/lineup_2015_7_en.jpg');
}

.design-2015 .home_bottom  .clickarea.the-pit {
    left: 27px;
    width: 120px;
}

.design-2015 .home_bottom  .clickarea.stadtleben {
    left: 165px;
    width: 195px;
}

.design-2015 .home_bottom .clickarea.metalviecher {
    left: 374px;
    width: 70px;
}

/*
 * end DOA 2015 design
 */


/*
 * DOA 2016 design
 */
.design-2016 #header {
    background-image: url('/files/doa_2016/background_right_030116.jpg');
    height: 170px;
}

.design-2016 #content {
    background-image: url('/files/doa_2016/background_right_030116.jpg');
    background-position: 0px -170px;
    padding-left: 9px;
} 

.design-2016 #frame_left {
    background-image: url('/files/doa_2016/background_left_030116.jpg');
}

.design-2016 #frame_right {
    background-image: url('/files/doa_2016/background_right_030116.jpg');
}

.design-2016 #nav_container {
    padding-top: 115px;
}

/* EMP stuff */
.design-2016 div#clickarea-emp {
    top: 45px;
    display: none;
}

/* Sparkasse stuff */
.design-2016 div#clickarea-sparkasse {
    top: 38px;
    left: 13px;
    background: url('/files/general/spk-for-dark-bg.png');
}
.design-2016 div#clickarea-spk-kulturstiftung {
    position: absolute;
    top: 45px;
    left: 635px;
    width: 213px;
    height: 65px;
    background: url('/files/general/spk-kulturstiftung-for-dark-bg.png');
}

.design-2016 .home_bottom  .clickarea.the-pit {
    left: 27px;
    width: 120px;
}

.design-2016 .home_bottom .clickarea.metalviecher {
    left: 374px;
    width: 70px;
}

/*
 * end DOA 2016 design
 */


/*
 * DOA 2017 pre-motto design
 */
.design-2017-pm #header {
    background-image: url('/files/doa_2017/background_right_140916.jpg');
    height: 170px;
}

.design-2017-pm #content {
    background-image: url('/files/doa_2017/background_right_140916.jpg');
    background-position: 0px -170px;
    padding-left: 9px;
} 

.design-2017-pm #frame_left {
    background-image: url('/files/doa_2017/background_left_140916.jpg');
}

.design-2017-pm #frame_right {
    background-image: url('/files/doa_2017/background_right_140916.jpg');
}

.design-2017-pm #nav_container {
    padding-top: 115px;
}

/* EMP stuff */
.design-2017-pm div#clickarea-emp {
    top: 45px;
    display: none;
}

/* Sparkasse stuff */
.design-2017-pm div#clickarea-sparkasse {
    top: 38px;
    left: 13px;
    background: url('/files/general/spk-for-dark-bg.png');
}
.design-2017-pm div#clickarea-spk-kulturstiftung {
    position: absolute;
    top: 45px;
    left: 635px;
    width: 213px;
    height: 65px;
    background: url('/files/general/spk-kulturstiftung-for-dark-bg.png');
}

.design-2017-pm .home_bottom  .clickarea.the-pit {
    left: 27px;
    width: 120px;
}

.design-2017-pm .home_bottom .clickarea.metalviecher {
    left: 374px;
    width: 70px;
}

/*
 * end DOA 2017 pre-motto design
 */
