/* Dark Troll webStyles*/
/* Version 3.0 */
/* 2025-08-31 */

@import url(https://fonts.googleapis.com/css?family=Raleway|Tangerine|Mate%20SC);

*,
*::after,
*::before {
  font-family: "Raleway";
  box-sizing: border-box;
  font-size: 13px;
  line-height: 1.5;
}

:root {
  --body-bg-color-start: #000000;
  --body-bg-color: #000;
  --border-main: #8c7235;
  --headline: #DEBF76;
  --subline: #B5C32D;
  --link: #B6A356;
  --link-hover: #993B00;
  --text: #ccc;
  --text-klein: #aaa;
  --nav: transparent;
  --nav-hover: #824c00;
  --nav-ul: #5738007f;
  --nav-text: #DEBF76;
  --nav-text-hover: #aaa;
  --input-backcolor: #5a4e36EF;
}

body {
  background-color: var(--body-bg-color);
  align-content: center;
  line-height: 1.5;
  font-size: 11px;
}

body .start {
  background-color: var(--body-bg-color-start);
}

hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(250, 250, 250, 0.15), rgba(250, 250, 250, 0.7), rgba(250, 250, 250, 0.15));
  margin: 10px;
}

a:not(nav) {
  color: var(--link);
  text-decoration: none;
  font-weight: bold;
}

a:hover:not(nav) {
  color: var(--link-hover);
}

div.hg01 {
  background: url("/images/hg.jpg");
  background-repeat: no-repeat;
  background-color: var(--body-bg-color);
  display: grid !important;
  justify-content: center;
  width: 1100px !important;
  position: absolute;
  letter-spacing: normal;
  text-align: center;
  vertical-align: middle;
  left: 50% !important;
  margin-left: -550px !important;
  padding: 0px;
  top: 0;
}

#haupt {
  width: 1040px;
  clear: both;
}

#top1 {
  height: 303px;
  position: relative;
}

#langdiv {
  right: 60px;
  top: 45px;
  position: absolute;
}

#langdiv img {
  margin: 3px;
  height: 20px;
}

#langdiv img:hover {
  height: 22px;
  opacity: 0.7;
  margin: 2px;
}

#navi {
  height: 120px;
  margin: auto;
  clear: both;
}

#middle {
  display: flow-root;
  clear: both;
}

.main {
  overflow: hidden;
  border: 1px solid var(--border-main);
  background-image: linear-gradient(to bottom, rgba(0, 20, 0, 0.2), rgba(40, 40, 40, 0.1));
  box-shadow: 1px 1px 5px #333333;
  border-radius: 8px;
  float: left;
  width: 760px;
  text-align: left;
}

.right {
  text-align: center;
  float: right;
  width: 270px;
}

.right_box {
  display: grid;
  justify-content: center;
  margin-bottom: 5px;
  border: 1px solid var(--border-main);
  background-image: linear-gradient(to bottom, rgba(0, 20, 0, 0.2), rgba(40, 40, 40, 0.1));
  box-shadow: 1px 1px 5px #333333;
  border-radius: 8px;
  width: 270px;
  overflow: hidden;
}

.icon_gr {
  height: 40px;
}

.icon_kl {
  height: 25px;
}

.band_logo {
  max-width: 300px;
  max-height: 150px;
  margin: 10px;
}

.band_pic {
  max-width: 300px;
  max-height: 350px;
  float: left;
  margin: 0 5px 0 0;
}

.headline {
  text-align: center;
}

.table {
  overflow: hidden;
  clear: both;
}

.tab_r {
  margin: 3px;
  float: right;
}

.tab_l,
.tab_lk,
.tab_lg {
  margin: 3px;
  float: left;
}

.tab_l {
  width: 130px;
}

.tab_lg {
  width: 230px;
}

.tab_r {
  width: 500px;
}

.sponsors {
  text-align: center;
}

.sponsors img {
  max-width: 300px;
}

.ueber,
.unter,
.text,
.text_block {
  display: flow-root;
  font-size: 11px;
  padding: 10px;
}

.ueber {
  font-size: 14px;
  color: var(--headline);
  font-weight: bold;
}

.unter {
  font-size: 12px;
  color: var(--subline);
  font-style: italic;
  text-decoration: underline;
}

.text,
.text_block {
  color: var(--text);
}

.text_block {
  text-align: justify;
}

.text_kl {
  font-size: 10px;
  color: var(--text-klein);
}

.infobox {
  clear: both;
}

/* Farbige Divs */
.gruen,
.rot,
.gelb,
.grau {
  background: rgba(0, 255, 0, 0.2);
  border: var(--border-main) 1px solid;
  padding: 5px;
  margin: 3px;
  overflow: auto;
  color: var(--text);
}

.rot {
  background: rgba(255, 0, 0, 0.2);
}

.gelb {
  background: rgba(255, 255, 0, 0.2);
}

.grau {
  background: rgba(220, 220, 220, 0.2);
}

a .rot:hover {
  background: rgba(255, 0, 0, 0.6);
}

a .gruen:hover {
  background: rgba(0, 255, 0, 0.6);
}

a .gelb:hover {
  background: rgba(255, 255, 0, 0.6);
}

a .grau:hover {
  background: rgba(220, 220, 220, 0.6);
}

.countdown {
  border: none;
  width: 600px;
  font-size: 16px;
  color: var(--text);
  background-color: transparent;
  text-align: center;
}

.impressum,
.impressum>a {
  font-size: 10px;
  color: var(--headline);
  font-weight: bold;
  margin: 10px;
}

.impressum>a:hover {
  color: var(--link-hover);
}

/* NAVI */
nav {
  margin: 0px 0;
  /*background-color: #E64A19;*/
}

nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

nav ul li {
  display: inline-block;
  position: relative;
}

nav a {
  display: block;
  padding: 3px 15px;
  color: var(--nav-text);
  background: var(--nav);
  text-decoration: none;
  font-size: 13px;
  line-height: 20px;
  transition: 0.5s;
}

nav a:hover {
  color: var(--nav-text-hover);
  background: var(--nav-hover);
  border-radius: 5px;
  transition: 0.5s;
}

/* Hide Dropdowns by Default */
nav ul ul {
  display: none;
  position: absolute;
  top: 30px;
  /* the height of the main nav */
  left: 0px;
  background: var(--nav-ul);
  transition: 0.5s;
}

/* Display Dropdowns on Hover */
nav ul li:hover>ul {
  display: inherit;
  transition: 0.5s;
}

/* Fisrt Tier Dropdown */
nav ul ul li {
  width: 170px;
  float: none;
  display: list-item;
  position: relative;
}

/* Change this in order to change the Dropdown symbol */
li>a:after {
  content: '';
}

li>a:only-child:after {
  content: '';
}