body {
padding:0;
font-family:Verdana,Arial,Helvetica,sans-serif;
background-color:#474747;
max-width:1200px;
margin: 0 auto !important;
font-size: clamp(0.7em, 2.8vw, 1em);
}

li,h1,h2,h3,h4,h5,h6,p,div {
font-family:Verdana,Arial,Helvetica,sans-serif;
}



#back {
position:sticky;
bottom:1em;
text-align:right;
margin-right:0.5em;
margin-top:-3em
}
#back a {
font-size:1.3rem;
padding:3px 5px 7px;
color:#fff;
background:#474747;
background-color:rgba(70,70,70,0.5);
border-radius:10px;
text-decoration:none;
}



#header {
position:relative;
display:table;
}

#navi_overlay {
position:absolute;
top:0;
left:0;
width:100%;
z-index:1;
background-color:rgba(0,0,0,0); // war: 0.65
color:rgba(255,255,255,1);
line-height:3;
padding:0;
}

#navi_left {float:left;margin:0;max-width:60%;padding:0}
#navi_left img {max-width:100%;height:auto}


.imgbox {
display: grid;
height: 100%;
}
.center-fit {
max-width: 100%;
max-height: 100vh;
margin: auto;
object-fit:cover;
object-position:0 0;
min-height:150px;
width:auto;
}




html, body {
  margin: 0;
  height: 100%;
}

* {
  box-sizing: border-box;
}

.top-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #FFF;
  hei222ght: 50px;
  padding:0.3em 1em;
}

.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0.3em 0 0 0;
}

.menu > li {
  margin: 0 0.65rem;
  overflow: hidden;
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #fff;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: '';
  margin-top: -8px;
}

.menu-button::after {
  content: '';
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

@media (max-width: 900px) {
  .menu-button-container {
    display: flex;
  }
  .menu {
    position: absolute;
    top: 0;
    margin-top: 50px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: end;
  }
  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ .menu li {
    border: 1px solid #333;
    height: 2.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .menu > li {
    display: flex;
    justify-content: right;
    margin: 0;
    padding: 0.5em 0;
    width: 30%;
    color: white;
    background-color: #222;
  }
  .menu > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }
}




#tangodj,#stueckliste,#termine,#kontakt,#referenzen {
padding:1em 10% 3em;
background-color:white;
color:#333;
font-size:1.0em;
margin:0;
}



#stueckliste,#refe222renzen {
background-color:#777;
color:white;
}

#footer {font-size:1.1em;line-height:1.4}



#sprachen {text-align:right;background-color:white;padding:1em 2em 1em 0;margin:0}
#sprachen li {display:inline;padding:0.5em;font-size:1em}

#sprachen2 {float:right;padding:0.75em 1em 1em 0;margin:0}
#sprachen2 li {display:inline;padding:0.3em;font-size:1em}


h2 {text-align:center}
h3 {margin-top:3em}
h4 {font-size:1.1em}

ul {list-style:none;padding-left:1em;margin-left:0.5em}

.cds li::before,.rot li::before,#termine li::before,#stueckliste li::before,#referenzen li::before {
display: inline-block;
content: '';
-webkit-border-radius: 0.22em;
border-radius: 0.22em;
height: 0.44em;
width: 0.44em;
margin-left:-1.3em;
margin-right: 0.8em;
background-color: #ac1126;
vertical-align:middle;
margin-bottom:0.2em;
}



#stueckliste li::before {
background-color: #e6c75c;
}


#stueckliste li b {color:#e6c75c}


p,li {line-height:1.8}
.menu li {font-size:1.1em}

#tangodj li {margin-bottom:0.6em}
#philosophie li,#stueckliste li {margin-bottom:1em}

a {color:#ac1126}
.menu a {color:white}

a:link,a:visited {text-decoration:none}
a:hover,a:active,a:focus {text-decoration:underline}

.menu a:hover,.menu a:active,.menu a:focus {color:#e6c75c}



#kontakt {font-size:1.2em;line-height:1.4;background-color:#ac1126;color:white}
#kontakt a {color:#e6c75c}
#kontakt2 {margin:2em 2em 2em;order:1;display:inline-block;text-align:left}


#flexbox {display:flex;flex-direction:row-reverse}

@media screen and (max-width:50em) {
  #flexbox {flex-direction:column}
  #dj2 {
    max-width:70%;
    height:auto;
  }
}

h6 {font-weight:normal;padding:0;text-align:center}


h2 img {
max-width:85%;
height:auto;
}

#dj1 {
max-width:70%;
height:auto;
}


#dj2div {
text-align:center;
order:2;
}