@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v19/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_wlxdr.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: bold;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v19/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdr.ttf) format('truetype');
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-weight: 300;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  font-weight: 300;
  height: 100%;
}
html {
  scroll-behavior: smooth;
}


.hauptseite {
  background: #bbbbbb;
  background: linear-gradient(to bottom right, #cccccc 0%, #bbbbbb 100%);
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  padding-left:10px;
  padding-right:10px;
  padding-top:0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.hauptseite label {
  width:300px;
  padding: 0px 0px;
  margin: 0px auto 0px auto;
  font-size: 18px;
  color: white;
  font-weight: 300;
  display:block;
  float: left;  
}

.hauptseite form input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.2);
  width: 250px;
  border-radius: 3px;
  padding: 5px 5px;
  margin: 10px auto 10px auto;
  text-align: center;
  font-size: 18px;
  color: black;
  transition-duration: 0.25s;
  font-weight: 300;
  height:40px;
}
.hauptseite form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  width: 250px;
  border-radius: 3px;
  padding: 5px 5px;
  margin: 10px auto 10px auto;
  text-align: center;
  font-size: 18px;
  color: black;
  transition-duration: 0.25s;
  font-weight: 300;
  height:40px;
}
.hauptseite form textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.2);
  width: 250px;
  border-radius: 3px;
  padding: 5px 5px;
  margin: 10px auto 10px auto;
  text-align: left;
  font-size: 18px;
  color: black;
  transition-duration: 0.25s;
  font-weight: 300;
  height:80px;
}
::-webkit-scrollbar {
  width: 1px;
}
#listenoption {
	font-weight: 300; font-size: 18px; color:#000; width:310px; height:50px; border: 1px solid rgba(255, 255, 255, 0.4); margin: 5px; padding:6px; cursor: pointer; text-align: center; display: flex; align-items: center; justify-content: center;
}
#box {
	 width:350px;overflow-x:auto;overflow-y:auto; flex: 1 1 auto; margin-left:-15px; padding-left:10px; margin-right:-30px;
}
input[type="date"] {
  background-color: none;
  outline: none;
  border: none;
  height:45px;
  margin-bottom: 10px;
  margin-right:10px;
  width: 225px;
  float: left;
  font-size: 18px;
  font-family: 'Source Sans Pro';
  text-align: center;
  font-style: bold;
}

input[type="date"]::-webkit-clear-button {
  font-size: 18px;
  height: 0px;
  visibility: hidden;
  position: relative;
}

input[type="date"]::-webkit-inner-spin-button {
  height: 28px;
  visibility: hidden;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  font-size: 15px;
  visibility: hidden;
}

#pfeil {
  -webkit-appearance: none; -moz-appearance: none; appearance: none;
  outline: 0;
  background-color: white;
  border: 0;
  padding: 10px 15px;
  color: black;
  border-radius: 3px;
  width: 50px;
  cursor: pointer;
  font-size: 20px;
  transition-duration: 0.25s;
  margin-right: 10px;
  float:left;  
  font-style: 300;
  -webkit-user-select: none; -moz-user-select: -moz-none; -ms-user-select: none; user-select: none;
}












.wrapper {
  background: #50a3a2;
  background: linear-gradient(to bottom right, #50a3a2 0%, #53e3a6 100%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 400px;
  margin-top: -200px;
  overflow: hidden;
}
.wrapper.form-success .container h1 {
  transform: translateY(85px);
}
.container {
  max-width: 600px;
  margin: 0 auto;
  padding: 80px 0;
  height: 400px;
  text-align: center;
}
.container h1 {
  font-size: 40px;
  transition-duration: 1s;
  transition-timing-function: ease-in-put;
  font-weight: 200;
}
form {
  padding: 0px 0;
  position: relative;
  z-index: 2;
}


.container form input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.2);
  width: 250px;
  border-radius: 3px;
  padding: 10px 15px;
  margin: 10px auto 10px auto;
  text-align: center;
  font-size: 18px;
  color: white;
  display: block;
  transition-duration: 0.25s;
  font-weight: 300;
}
form input:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
form input:focus {
  background-color: white;
  width: 260px;
  color: #53e3a6;
}
form button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  background-color: white;
  border: 0;
  padding: 10px 15px;
  border-radius: 3px;
  width: 250px;
  cursor: pointer;
  font-size: 18px;
  transition-duration: 0.25s;
  margin: 10px auto 0px auto;  
}
form button:hover {
  background-color: #f5f7f9;
}







.bg-bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.bg-bubbles li {
  position: absolute;
  list-style: none;
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.15);
  bottom: -160px;
  -webkit-animation: square 25s infinite;
  animation: square 25s infinite;
  transition-timing-function: linear;
}
.bg-bubbles li:nth-child(1) {
  left: 10%;
}
.bg-bubbles li:nth-child(2) {
  left: 20%;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 17s;
          animation-duration: 17s;
}
.bg-bubbles li:nth-child(3) {
  left: 25%;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.bg-bubbles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  -webkit-animation-duration: 22s;
          animation-duration: 22s;
  background-color: rgba(255, 255, 255, 0.25);
}
.bg-bubbles li:nth-child(5) {
  left: 70%;
}
.bg-bubbles li:nth-child(6) {
  left: 80%;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-bubbles li:nth-child(7) {
  left: 32%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.bg-bubbles li:nth-child(8) {
  left: 55%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
}
.bg-bubbles li:nth-child(9) {
  left: 25%;
  width: 10px;
  height: 10px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
  background-color: rgba(255, 255, 255, 0.3);
}
.bg-bubbles li:nth-child(10) {
  left: 90%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 11s;
          animation-delay: 11s;
}
@-webkit-keyframes square {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-700px) rotate(600deg);
  }
}
@keyframes square {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-700px) rotate(600deg);
  }
}
.cb	 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;  
}

.cb input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0px;
  width: 0;
  visibility:hidden;
}

.checkmark {
  position: absolute;
  top: 10px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: rgba(255, 255, 255, 0.4);
}

.cb:hover input ~ .checkmark {
  background-color: rgba(255, 255, 255, 0.4);
}

.cb input:checked ~ .checkmark {
  background-color: #2196F3;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.cb input:checked ~ .checkmark:after {
  display: block;
}

.cb .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} 
