html, body {
  padding: 0px;
  margin: 0px;
  background: #ffffff;
}

.main-logo {
  position: absolute;
  width: 820px;
  height: auto;
  left: 50%;
  margin: -130px 0 0 -840px;
  z-index: 20;
  pointer-events: none;
}

.content-row {
  float: left;
  width: 100%;
  position: relative;
  margin: 0 0 0 0px;
}

.content-row-fullscreen {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.content-row-inner {
  width: 100%;
  float: left;
  position: relative;
}

.content-row-inner-center {
  width: 1024px;
  max-width: 90%;
  margin: 264px auto 0 auto;
  position: relative;
}

.box-innerround {
  float: left;
  width: 100%;
  background: #fff;
  padding: 50px;
  border-radius: 41px 41px 0 0;
  min-height: calc(100vh - 333px);
  position: relative;
  z-index: 10;
  box-shadow: 0px 0px 25px -15px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 25px -15px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 25px -15px rgba(0, 0, 0, 0.4);
}

.box-introtext {
  float: left;
  width: 100%;
  text-align: center;
  margin: 50px 0 40px 5%;
  font-size: 18px;
  width: 90%;
  color: #000000;
}
.box-introtext .infotext {
  font-size: 16px;
}
.box-introtext strong {
  color: #000000;
}
.box-introtext .date {
  font-size: 33px;
  margin: 40px 0 0 0;
  float: left;
  width: 100%;
}
.box-introtext .date strong {
  font-size: 37px;
}

.post-password-form {
  position: absolute;
  z-index: 9999;
  background: #fff;
  border-radius: 40px;
  padding: 100px;
  width: 500px;
  left: 50%;
  margin: 310px 0 0 -250px;
}
.post-password-form input[type=password] {
  background: #ffffff;
  color: #E76A8D;
  padding: 5px 10px;
  border: 1px solid #000000;
  width: 100%;
  margin: 5px 0 10px 0;
  border-radius: 16px;
}
.post-password-form input[type=submit] {
  background: #000000;
  border: 0px;
  color: #fff;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 16px;
}

.box-subscriber a {
  border: 1px solid #000000 !important;
  background: #E76A8D;
  color: #fff;
  font-weight: 600;
}
.box-subscriber a:hover {
  opacity: 0.8;
}

.box-windraeder {
  float: left;
  position: absolute;
  width: 100vw;
  overflow: hidden;
  height: 1600px;
  z-index: 20;
  pointer-events: none;
}

.rad {
  width: 200px;
  position: absolute;
  animation: drehen 30s linear infinite;
}

@keyframes drehen {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rad1 {
  left: 50%;
  top: 50px;
  width: 286px;
  margin: 40px 0 0 -830px;
  z-index: 50;
}

.rad2 {
  right: 50%;
  top: 710px;
  width: 470px;
  margin: 10px -820px 0 0px;
}

.rad4 {
  left: 115px;
  top: 264px;
  width: 300px;
}

.rad3 {
  right: 138px;
  top: 176px;
  width: 290px;
}

.rad5 {
  left: -5px;
  top: 550px;
  width: 150px;
}

.rad6 {
  right: -55px;
  top: 490px;
}

.rad7 {
  left: 144px;
  top: 679px;
  width: 300px;
}

.logos {
  border-top: 0.5px solid #ccc;
}
.logos .logo-cont {
  height: 39px;
  width: 12%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.box-form {
  float: left;
  width: 80%;
  margin: 50px 0 0 10%;
}
.box-form input:focus,
.box-form textarea:focus,
.box-form select:focus {
  outline: none;
  box-shadow: none;
  border-color: inherit;
}
.box-form .inputbox {
  float: left;
  position: relative;
  width: 100%;
  margin: 0 0 20px 0;
}
.box-form .inputbox label {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
}
.box-form .inputbox input {
  border-radius: 10px;
  border: 1px solid #000000;
  float: left;
  width: 100%;
  margin: 5px 0 0 0;
  padding: 10px;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
}
.box-form .inputbox .wpcf7-submit {
  background-color: #000000;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  width: 210px;
  padding: 10px 40px 10px 40px;
  cursor: pointer;
  margin: 0 auto;
  float: inherit;
  display: block;
}
.box-form .inputbox.inputbox-vorname {
  width: 48%;
}
.box-form .inputbox.inputbox-nachname {
  width: 48%;
  float: right;
}
.box-form .inputbox.inputbox-eingeladenvon {
  width: 48%;
  pointer-events: none;
}
.box-form .inputbox.inputbox-mail {
  width: 48%;
  float: right;
}
.box-form .inputbox.inputbox-button {
  margin: -20px 0 0 0;
}
.box-form .privacy {
  position: relative;
  text-align: center;
  width: auto;
  margin: 0px 0 20px 0;
  top: 110px;
  color: #000000;
}
.box-form .wpcf7 form.invalid .wpcf7-response-output, .box-form .wpcf7 form.unaccepted .wpcf7-response-output, .box-form .wpcf7 form.payment-required .wpcf7-response-output {
  float: left;
  width: 100%;
  border: 0px;
  text-align: center;
}
.box-form .wpcf7 form.sent .wpcf7-response-output {
  color: #000000;
  float: left;
  width: 100%;
  text-align: center;
  font-size: 23px;
  border: 0px;
  padding: 50px 0;
}
.box-form form.sent .inputbox, .box-form form.sent .usp, .box-form form.sent .infotext {
  display: none;
}

/* ....................................................................................... 1023 */
@media only screen and (max-width: 1023px) {
  .main-logo {
    width: 730px;
    margin: -90px 0 0 -469px;
  }
  .box-innerround {
    padding: 50px 15px;
  }
  .box-introtext .date {
    font-size: 21px;
  }
  .box-form .inputbox {
    width: 100% !important;
    margin: 0 0 0px 0;
  }
  .rad1 {
    left: 50%;
    top: 50px;
    width: 186px;
    margin: -60px 0 0 -240px;
    z-index: 50;
  }
  .rad2 {
    right: 50%;
    top: 852px;
    width: 269px;
    margin: 9px -368px 0 0px;
  }
}

/*# sourceMappingURL=project.css.map */
