.cookiebanner {
  padding: 0 10px 10px 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  transition: 0.3s linear;
  transform: translate(-50%, -50%);
  width: 400px;
  background: #171717;
  border-radius: 10px;
  z-index: 10000;
}

.cookietext p {
  padding: 10px 20px;
  color: white;
  bottom: 0;
  text-align: center;
  align-items: center;
  transition: 0.3s linear;
  font-size: 18px;
  font-family: sans-serif;
}

.erklärung {
  color: white;
  text-decoration: none;
  font-size: 20px;
  display: block;
  text-align: center;
}

.erklärung:hover {
  transition: 0.3s linear;
  transform: scale(1.02);
}

.einstellungen {
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  color: white;

  align-items: center;
}

.einstellungen:hover {
  transition: 0.3s linear;
  transform: scale(1.02);
}

.accept {
  color: white;
  text-decoration: none;
  font-size: 20px;
  font-family: "Courier New", Courier, monospace;
  display: block;
  text-align: center;
  background: #2c3e50;
  border: none;
  width: 70%;
  border-radius: 20px;
  margin: 0 auto;
  height: 30px;
}

.accept:hover {
  transition: 0.3s linear;
  transform: scale(1.02);
}

#cookie-popup.hidden {
  display: none;
}

#cookie-popup.hide {
  display: none;
}

#cookie-popup.show {
  display: block;
}

#settingss.hidden {
  display: none;
}

#settingss.show {
  display: block;
}

#settingss.hide {
  display: none;
}

#settingss {
  padding: 0 10px 10px 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 550px;
  transition: 0.2s linear;
  background: #171717;
  border-radius: 10px;
  z-index: 1000;
  display: none;
}

.settingss_txt {
  padding: 10px;
}

.settingss_txt p {
  color: white;
  font-family: sans-serif;
  text-align: center;
  justify-content: center;
  font-size: 18px;
  font-family: sans-serif;
}

.notwendige {
  background: #ddd;
  padding: 10px;
  text-align: left;
}

.notwendige p {
  font-size: 16px;
  font-family: sans-serif;
}

.notwendige h3 {
  font-size: 18px;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: sans-serif;
}

.checkbox {
  display: block;

  float: right;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.checkedd {
  float: right;
  width: 30px;
  height: 30px;
  margin: 10px;
}

.buttons {
  padding: 10px 10px;
}

.buttonsclose {
  padding: 10px;
}

.akzeptieren {
  display: block;
  text-decoration: none;
  font-size: 20px;
  background: #2c3e50;
  text-align: center;
  color: white;
  justify-content: center;
  width: 100%;
  height: 30px;
}

.akzeptieren:hover {
  transition: 0.3s linear;
  transform: scale(1.01);
}

.abbruch {
  display: block;
  text-align: center;
  color: white;
  justify-content: center;
  text-decoration: none;
  font-size: 20px;
  background: #2c3e50;
  width: 100%;
  height: 30px;
}

.abbruch:hover {
  transition: 0.3s linear;
  transform: scale(1.01);
}

@media screen and (max-width: 700px) {
  .cookiebanner {
    display: block;
  }

  .cookietext p {
    text-align: center;
    justify-content: center;
    width: 90%;
    justify-content: center;
    margin: 0 auto;
  }

  #settingss {
    width: 80%;
  }
}

@media screen and (max-width: 400px) {
  .cookiebanner {
    display: block;
    width: 80%;
  }

  .cookietext p {
    text-align: center;
    justify-content: center;
    font-size: 15px;
    width: 80%;
    justify-content: center;
    margin: 0 auto;
  }

  #settingss {
    width: 50%;
  }

  .akzeptieren {
    display: block;
    text-decoration: none;
    font-size: 20px;
    background: #2c3e50;
    text-align: center;
    color: white;
    justify-content: center;
    width: 100%;
    height: 15px;
    font-size: 15px;
  }

  .abbruch {
    display: block;
    text-align: center;
    color: white;
    justify-content: center;
    text-decoration: none;
    font-size: 15px;
    background: #2c3e50;
    width: 100%;
    height: 15px;
  }

  .einstellungen {
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    color: white;
    align-items: center;
  }

  .einstellungen:hover {
    transition: 0.3s linear;
    transform: scale(1.02);
  }

  .accept {
    color: white;
    text-decoration: none;
    font-size: 15px;
    font-family: "Courier New", Courier, monospace;
    display: block;
    text-align: center;
    background: #2c3e50;
    border: none;
    border-radius: 20px;
    margin: 0 auto;
    height: 20px;
  }

  .erklärung {
    color: white;
    text-decoration: none;
    font-size: 15px;
    display: block;
    text-align: center;
  }
}