header {
  background-image: url("./../img/bg_header_mobile.png");
  background-size: cover;
  background-position: center center;
  border-bottom: 2px solid var(--mint);
  /* display: flex; */
  justify-content: space-between;
  padding: 1rem 0.5rem;
  min-height: 40px;
}
.logo {
  position: relative;
  bottom: 5px;
  font-size: x-large;
  padding: 0.2rem;
}
.login-header {
  position: absolute;
  right: 5px;
  display: inline;
  font-size: medium;
  /* padding: 0.8rem 0rem 0rem 0rem; */

  text-align: end;
}
.header-btn {
  position: relative;

  top: 15px;
  background-color: var(--bg_button);
  padding: 5px 10px;
  border-radius: 1rem;
  border: 1px solid white;
  margin-left: 5px;
}
.home-btn {
  width: 6%;
  height: auto;
}
main {
  /* background-image: url("./../img/bg_main_mobile_filter.png"); */
  /* background-position: top center;
  background-attachment: fixed; */
}
.start,
.register,
.overview,
.playlist {
  width: 100%;
  /* margin: 5% auto 0% auto; */
  /* padding: 0 5% 0 0%; */
}
.dropbtn {
  width: 35px;
  height: 35px;
  background-color: var(--bg_button);
  color: white;

  padding: 0px 15px;
  font-size: 10px;
  border: none;
}
.nav {
  display: block;
  width: 2px;
  height: 2px;
  background-color: white;
  margin: 5px 0px;
}
.dropdown {
  margin-right: 5px;
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0px;
  background-color: transparent;
  min-width: 200px;

  z-index: 1;
}

.dropdown-content a {
  color: black;
  border: 1px solid var(--font_color);
  background-color: white;
  border-radius: 1rem;
  padding: 12px 16px;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: var(--bg_button);
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: var(--font_color);
}
.overview-section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  font-size: x-small;
}

.account-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  /* border-bottom: 1px solid var(--font_color); */
  /* margin: 0 auto 0 auto; */
  /* padding-bottom: 2rem; */
  /* width: 90%; */
}
.account-nav > a {
  margin: 1rem 0rem;
}
.update-userdata-form,
.update-userpassword-form {
  margin: 2rem auto;
  padding-bottom: 2rem;
  width: 90%;
  border-bottom: 1px solid var(--font_color);
}
.account-btn {
  /* width: 40%;
  height: 10%; */
  border: 1px solid var(--font_color);
  border-radius: 2rem;
  padding: 1rem;
  text-align: center;
  background-color: var(--bg_button);
}
.user-playlist {
  padding: 1rem 5% 10% 5%;
  border-bottom: 1px solid var(--font_color);
  margin: 0rem 0rem 1rem 0rem;
}
.userplaylist > form > input {
  width: 100%;
  padding: 1.5rem 0rem 1.5rem 0.5rem;
  margin-bottom: 1rem;
  background-color: var(--bg_button);
}
.select-genre {
  width: 100%;
  padding: 1rem 0rem 1rem 1.5rem;
  margin-bottom: 1rem;
  background-color: var(--bg_button);
  border: 1px solid var(--font_color);
  border-radius: 1rem;
  color: var(--font_color);
}
.song-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: var(--bg_button);
  padding: 5px 0;
  border-bottom: 1px solid var(--font_color);
}
.song-item > div > span {
  display: inline-block;
  width: 80%;
}
.song-item > span {
  width: 40%;
}
.img {
  width: 100%;
  height: auto;
}
.song-detail-title {
  font-size: x-large;
}
.song-detail-artist {
  font-size: large;
  font-style: italic;
}
.song-item > img {
  width: 80px;
  height: auto;
}
.main-head-section {
  width: 80%;
  margin: 0 auto 0 auto;
}
.playlist-section {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0.5rem 0 0.5rem 0.5rem;
}
.head {
  /* font-size: large;
  font-weight: bold; */
  border-bottom: 2px solid var(--font_color);
}
.vote {
  width: 35px;
  height: 35px;
  font-size: x-small;
  align-content: center;
}
.vote > img {
  width: 100%;
  height: auto;
}
.playlist-section > span {
  margin: 0;
  padding: 0;
}
.playlist-section:nth-of-type(odd) {
  background-color: rgba(96, 42, 147, 0.7);
}
.playlist-section:nth-of-type(even) {
  background-color: rgba(55, 57, 186, 0.7);
}
.playlist-section:nth-of-type(1) {
  background-color: var(--bg_button);
}

.playlist-section > div {
  width: 90%;
}
.playlist-section > a {
  width: 90%;
  cursor: pointer;
}
.artist {
  display: inline-block;
  width: 50%;
  font-size: medium;
}
.artist-li {
  width: 35%;
}
.title {
  display: inline-block;
  width: 45%;
  font-size: medium;
}
.title-li {
  width: 35%;
}
.frequenz {
  display: inline-block;
  width: 18%;
  font-size: x-small;
  text-align: center;
}
.votes {
  display: inline-block;
  width: 14%;
  font-size: x-small;
  text-align: center;
}
.dj-vote {
  display: inline-block;
  width: 15%;
  font-size: x-small;
  text-align: center;
}
.authors {
  display: inline-block;
  width: 45%;
  font-size: x-small;
}
.author-li {
  width: 25%;
}
.playtime-li {
  width: 8%;
}
.delete-btn,
.set-played-song-btn {
  position: relative;
  width: 35px;
  height: 35px;
  margin-right: 1%;
  border: 1px solid var(--font_color);
  background-color: transparent;
  color: var(--font_color);
  border-radius: 5px;
  font-size: xx-small;
  text-align: center;
  padding: 0;
}
.overview-btn {
  /* display: block; */
  width: 150px;
  height: 150px;
  margin: 1.5rem;
  padding: 3rem 0.5rem;
  font-size: medium;
}
.played {
  background-color: green;
}
.song-detail {
  background-color: var(--bg_button);
}
.song-detail > p {
  width: 100%;
  display: inline-block;
  font-size: x-small;
  background-color: var(--bg_button);
  /* padding: 0 0rem 0rem 2rem; */
  /* margin: 0.5rem 0rem 0rem 0rem; */
}
.song-detail > img {
  width: 30%;
  height: auto;
}
/* .song-detail > section {
  text-align: center;
  margin: 2rem auto 0 auto;
} */
.song-detail > p > span {
  width: 50%;
  display: inline-block;
  padding: 2px 0;
}
.select-song-rating {
  height: 42px;

  text-align: center;
  background-color: var(--bg_button);
  border: 1px solid var(--font_color);
  border-radius: 1rem;
  color: var(--font_color);
}
form {
  margin: 1rem 0rem 1rem 2rem;
  /* padding-bottom: 10%; */
}
.propose-form {
  margin: 0;
}
.proposesong-create {
  margin: 0;
  width: 90%;
  margin: 0 auto 0 auto;
}
.proposesong-create input {
  width: 100%;
}
.song-search-form {
  margin: 0;
  text-align: center;
}

input {
  margin-left: 0;
  /* margin-right: 1rem; */
  height: 2rem;
  padding-left: 0.5rem;
  background-color: var(--bg_button);
  border: 1px solid var(--font_color);
  border-radius: 1rem;
  color: var(--font_color);
}
input[type="radio"] {
  height: 30px;
  width: 30px;
  border: 2px solid var(--font_color);
  background: transparent;
  appearance: none;
}
input[type="radio"]:checked {
  background: transparent;
  border: 8px solid rgb(200, 200, 200);
}
label {
  margin: 1rem 0 0.2rem 0.1rem;
  display: block;
}
input[type="date"],
[type="time"] {
  width: 30%;
}
label[for="male"],
[for="female"] {
  display: inline-block;
  position: relative;
  top: -10px;
  margin: 0;
}
input[type="checkbox"] {
  height: auto;
  display: inline-block;
}
.checkbox {
  display: block;
  position: relative;
  padding: 3px 0 0 35px;
  margin: 0;
  cursor: pointer;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 35px;
  width: 35px;
  background-color: transparent;
  border: 1px solid var(--font_color);
}
.checkbox input:checked ~ .checkmark {
  background-color: var(--bg_button);
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox input:checked ~ .checkmark:after {
  display: block;
}
.checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 10px;
  height: 20px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-bottom: 1rem;
  width: 100%;
}
.checkbox-flex > div {
  width: 25%;
  text-align: center;
}
.radio-btn {
  position: relative;
  display: block;
  margin: 0 0 0.5rem 0;
}
.flex-wrapper {
  display: flex;
  margin: 0 auto 0 auto;
  flex-direction: row;
  width: 90%;
}
#back-btn {
  margin: 1rem 0rem 1rem 2rem;
}
footer {
  width: 100%;
  min-height: 10vh;
  font-size: smaller;
  text-align: center;
  padding: 1rem 0rem 1rem 0rem;
}
footer p {
  margin: 0.5rem 0 0 0;
  /* padding: 1rem 0;
  border-top: 1px dotted var(--font_color); */
}
.flex {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.wrap {
  flex-wrap: wrap;
}
.center {
  text-align: center;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.center-elem {
  margin: 0 auto 0 auto;
}

nav {
  display: flex;
  flex-direction: column;
}
nav a {
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
  border-radius: 0.5rem;
  border: 1px solid var(--font_color);
  border-radius: 1rem;
}
.alert {
  position: sticky;
  top: 0;
  width: 80%;
  padding: 0.8rem 0.1rem;
  text-align: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;

  margin: 0 auto 0 auto;
}
.alert--error {
  background-color: rgb(195, 0, 0);
}
.alert--success {
  background-color: rgb(0, 157, 0);
}
.qr-code {
  width: 20%;
  height: auto;
  display: block;
  margin-bottom: 1rem;
}
