html{
  height: 100dvh;
  
}
*{
margin: 0;
  padding: 0;
  box-sizing: border-box;
}



body {
  margin: 0px auto;
  font-family: Arial, Helvetica, sans-serif;
  background: linear-gradient(135deg, rgb(89, 0, 255), violet, rgb(89, 0, 255));
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100dvh;
}

h1,
h2,
h3,
h4 {
  margin: 3px;
  padding: 2px;
}

a,
a:visited {
  display: inline-block;
  text-decoration: none;
  padding: 3px;

}

p {
  padding: 6px;
  font-size: 0.9rem;
}

a:hover {
  color: rgb(148, 43, 151);
}

#body_tasu {
  background-image: url(../images/site/taenzer.png);
  background-repeat: repeat;
  background-attachment: fixed;
  background-size: unset;
}

.main {
  max-width: 95rem;
  background: transparent;
  margin: 0 auto;
}

header,
footer {
  display: flex;
  flex: 1 1 0px;
  height: 90px;
  width: 100vw;
  background-color: rgba(116, 110, 142, 0.5);
}

header {
  border-bottom: 1px solid rgba(220, 200, 200, 0.6);
}

footer {
  border-top: 1px solid rgba(220, 200, 200, 0.6);
}

nav {
  flex: 1 1 0px;
  max-width: 75em;
  margin: 0px auto;
  justify-content: center;
  align-items: center;
}

.nav_ul {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  height: 40px;
  border-radius: 6px;
  background-color: rgba(119, 136, 153, 0.6);
  margin-top: 23px;
}

.nav_ul li {
  font-size: 1em;
  font-weight: bolder;
  list-style-type: none;
  padding: 5px;
}

.content {
  display: flex;
  flex-flow: row;
  flex: 1 1 0px;
  text-align: center;
  min-height: 81vh;
  background: transparent;
}

.asli,
.asre {
  flex: 1 1 21%;
  background-color: rgba(240, 248, 255, 0.6);
}

article {
  flex: 1 1 58%;
  background-color: rgba(240, 248, 255, 0.8);
}

.tanztippsmain {
  display: flex;
  flex-flow: row;
  flex: 1 1 50%;
  justify-content: center;
}

.tanztippseinzel {
  width: 50%;
  margin: 3px;
  border-left: 2px solid rgb(116, 110, 142);
  border-bottom: 2px solid rgb(116, 110, 142);
  border-radius: 5px;
  justify-content: center;
}

.t_head {
  border: 1px solid rgb(83, 68, 150);
  border-radius: 5px;
}

#t_suche {
  margin-bottom: 10px;
}

.b_uchst {
  border: 1px solid rgb(83, 68, 150);
  margin: 0px;
  padding: 15px;
  border-radius: 5px;
  background-color: rgb(100 149 237/ 0.8);
}

#b_uchst {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-content: center;
  background-color: rgb(100 149 237/ 0.8);
  border: 1px solid rgb(83, 68, 150);
  border-radius: 5px;
}

#b_uchst h2 {
  margin-top: 16px;
  padding: 0;
}

#b_img {
  height: 45%;
  margin-top: 50%;
  background-color: gray;
  border-radius: 3px;
}

.redborder {
  background-color: red;
  border-radius: 3px;
}

.t_liste {
  display: grid;
  justify-content: space-evenly;
  align-content: center;
  border: 1px solid rgb(83, 68, 150);
  border-radius: 5px;
  background-color: rgb(240, 255, 255, 0.8);
  font: 0.8em sans-serif;
  row-gap: 4px;
}

.t_liste img {
  height: 40px;
  width: auto;
  align-items: center;
  margin-top: 3px;
}

.t_name {
  grid-column: 1/8;
  grid-row: 1/2;
  color: blueviolet;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  width: 300px;
}

.t_neu {
  grid-column: 1/5;
  grid-row: 2/3;
  margin: 0;
  padding: 0;
}

.t_counts {
  grid-column: 5/9;
  grid-row: 2/3;
  margin: 0;
  padding: 0;
}

.t_level {
  grid-column: 9/11;
  grid-row: 2/3;
  margin: 0;
  padding: 0;
}

.t_date {
  grid-column: 11/16;
  grid-row: 2/3;
  margin: 0;
  padding: 0;
}

.t_gil {
  grid-column: 9/12;
  grid-row: 1/2;
  margin: 0;
  padding: 0;
}

.t_copp {
  grid-column: 13/14;
  grid-row: 1/2;
  margin: 0;
  padding: 0;
}

.t_vid {
  grid-column: 15/16;
  grid-row: 1/2;
  margin: 0;
  padding: 0;

}

.yout {
  width: 98%;
  aspect-ratio: 4/3;
}
hr{
	height: 4px;
	border-radius: 50%;
	background-color: #888888;
	margin: 1rem;
}
.side_lire {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.6);
  margin: 10px;
  padding: 3px;
  width: 85%;
  border-left: 2px solid rgb(116, 110, 142);
  border-bottom: 2px solid rgb(116, 110, 142);
  border-radius: 5px;
}

@media screen and (min-width: 300px) and (max-width:600px) {
  body {
    font-size: 0.8em;
  }

  header {
    margin-top: 0px;
  }

  nav {
    max-width: 90%;
  }

  .content {
    flex-flow: column;
  }

  .tanztippsmain {
    flex-flow: column;
  }

  .tanztippseinzel {
    width: 90%;
    aspect-ratio: 16/9;
  }

  .article {
    order: 1;
  }

  .asre {
    order: 2;
    flex-flow: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
  }

  .asli {
    order: 3;
    flex-flow: column;
    flex-wrap: wrap;

  }

  .side_lire {
    max-width: 60%;
    justify-content: center;
    align-content: center;

  }

  .t_liste img {
    height: 35px;
    width: auto;

  }

  .t_name {
    font-size: 1.3em;
    width: 130px;
  }


  .t_copp {
    padding-left: 5px;
    padding-right: 5px;
  }



  footer {
    margin-bottom: 0px;
  }
}

iframe {
  aspect-ratio: 16/9;
}

@media screen and (min-width: 601px) and (max-width:1220px) {
  body {
    font-size: 1rem;
  }

  header {
    margin-top: 0px;
  }

  nav {
    max-width: 90%;
  }

  .liste {
    display: flex;
    flex-direction: row;
  }

  .t_name {
    width: 250px;
  }

  footer {
    margin-bottom: 0px;
  }
}

#contact_h2 {
  margin-top: 20px;
}

#contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border: 1px solid grey;
  width: 80%;
  min-height: 400px;
  padding: 16px;
  border-radius: 10px;
}

#contact input {
  margin: 8px;
  min-width: 60%;
  height: 28px;
  border: 1px solid black;
  border-radius: 5px;
}

#contact textarea {
  min-height: 180px;
  margin: 8px;
  width: 60%;
  border-radius: 5px;
}

#contact button {
  width: 100px;
  height: 28px;
  display: block;
  margin: 4px auto;
}