<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
font-family: huckfont;
src: url(./HFF_Splintered_Dream.ttf) format('truetype');
}

h1 {
font-family: Beispiel-Schriftart, Arial;
}

body {
  background-color: #111111;
  font-family: sans-serif, Verdana, 'Lucida Sans Unicode';
  margin: 0px;
  padding: 0px;

}

/* unvisited link */
a:link {
    color: red;
}

/* visited link */
a:visited {
    color: red;
}

/* mouse over link */
a:hover {
    color: red;
}

/* selected link */
a:active {
    color: red;
}


h2, h3 {
  font-family: huckfont, sans-serif, Verdana, 'Lucida Sans Unicode'
}


/* jQuery variant*/
/*
#bandinfo_container,
#media_container,
#contact_container {
  display: none;
}
*/

/* HEADER/NAVIGATION */
#menu-item {
  position: fixed;
  color: #FFFFFF;
}

#hwd_font {
  margin: 0px auto;
  margin-left: 32px;
  margin-right: 32px;
}
#hwd_font a {
  font-family: huckfont, sans-serif, Verdana, 'Lucida Sans Unicode';
  text-decoration: none;
  color: red;
}

#header_container {
  background-color: #111111;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 36px;
  padding: 5px;
  z-index: 500;
  width: 100%;
}


#navi_container ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#navi_container ul li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
}

#navi_container ul li a {
  text-decoration: none;
}

div.navitem {
  font-family: huckfont, sans-serif, Verdana, 'Lucida Sans Unicode';
  background-color: #FFFFFF;
  color: #111111;
  vertical-align: middle;
  border-radius: 15px;
  text-align: center;
  margin: 2px auto;
}

#nav_links {
  margin: 2px auto;
}


div.navicon {
  display: inline-block;
  background-color: #111111;
  color: #111111;
  vertical-align: middle;
}





/* GENERAL CONTENT */

#main_container {
  text-align: center;
  color: white;
  margin: 0px auto;
  margin-top: 0px;
  min-width: 100px;
  max-width: 800px;
}

#banner img {
  width: 100%;
}

div.content_container {
  text-align: left;
  padding: 10px;
  border-radius: 10px;
  margin: 0px auto;
  background-color: #111111;
  border-style: solid;
  border-color: #111111;
  margin-bottom: 10px;
}

h2 {
  color: white;
  text-align: center;
}

a.anchor {
    display: block;
    position: relative;
    visibility: hidden;
}


hr.header_separator {
  margin-left: 2%;
  margin-right: 2%;
  border-color: white;
}
hr.main_separator {
  margin-top: 20px;
  border-color: white;
}


/* RELEASE */
#release_text {
  text-align: center;
}
#release_img_container {
  text-align: center;
}
#release_img_container img {
  width: 75%;
  max-width: 75%;
}

#release_links {
text-align: center;
}

div.platform-link-container {
  text-align: center;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px;
  background-color: white;
  border-radius: 5px;
  width: 60%;
  vertical-align: middle;
  max-height: 40px;
  min-height: 40px;
  height: 40px;
} 
img.platform-link-img {
  max-height: 100%;
  height: 50px;
  max-width: 100%;
  margin: auto;
}

/* GIGS */
div.gig_container {
  margin: 15px;
}

div.gighead {
  color: white;
  font-weight: bold;
}


#gig_history {
  display: none;
}

#show_gigs {
  margin: 15px;
}
#hide_gigs {
  margin: 15px;
  display: none;
}

#show_gigs a,   
#hide_gigs a {
  font-weight: bold;
}


/* BANDINFO */
#bandinfo_container b {
  font-family: huckfont, sans-serif, Verdana, 'Lucida Sans Unicode';
  color: white;
}

#members {
  text-align: center;
}

div.membercontainer {
  display: inline-block;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 5px;
  background-color: #111111;
}

div.memname {
  font-family: huckfont, sans-serif, Verdana, 'Lucida Sans Unicode';
  text-align: center;
}
div.meminfo {
  font-family: huckfont, sans-serif, Verdana, 'Lucida Sans Unicode';
  text-align: center;
}
div.mempic {
  margin-bottom: 2px;
}
div.mempic img {
  width: 200px;
  height: 200px;
}


/* MEDIA */
div.embedded_video {
  text-align: center;
}




/* CONTACT */
#footer {
  margin: 0px auto;
}

#impressum {
  text-align: right;
}



@media only screen and (min-width: 800px) {

#menu-item {
  display: none;
}
#hwd_font {
  font-size: 40px;
  padding: 15px;
}
#navi_container ul li {
  display: inline-block;
}
#main_container {
  margin-top: 115px;
}
a.anchor {
    top: -120px;
}

div.embedded_video iframe {
  width: 640px;
  height: 360px;
}

#nav_links,
div.navitem {
  line-height: 36px;
  height: 32px;
  width: 150px;
} 

div.navicon,
div.navicon img,
#menu-item img
 {
  width: 32px;
  height: 32px;
}


}

@media only screen and (max-width: 799px) {
hr.header_separator {
  display: none;
}

nav {
  display: none;
}
#hwd_font {
  font-size: 12px;
  padding: 8px;
}
#navi_container ul li {
  display: block;
}
#main_container {
  margin-top: 75px;
}
a.anchor {
    top: -75px;
}

div.embedded_video iframe {
  width: 100%;
  height: auto;
}

#nav_links,
div.navitem {
  line-height: 56px;
  height: 50px;
  width: 75%;
} 

div.navicon,
div.navicon img,
#menu-item img
 {
  width: 50px;
  height: 50px;
}
}


</pre></body></html>