.planungsumfrage-headline {
  font-family: 'Cheyenne Sans', Arial, Helvetica, sans-serif;
  font-weight: 100;
  font-size: 54px;
  line-height: 1.11111111;
  max-width: 800px;
  margin: 0 !important;
}
.planungsumfrage-headline b,
.planungsumfrage-headline strong {
  font-family: 'Mandrel Norm 5', Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-style: italic !important;
}
form#planungsumfrage {
  max-width: 1102px;
  margin: 0 auto;
}
form#planungsumfrage .formbody > .headline {
  font-family: 'Cheyenne Sans', Arial, Helvetica, sans-serif;
  font-weight: 100;
  font-size: 54px;
  line-height: 1.11111111;
  max-width: 800px;
}
form#planungsumfrage .formbody > .headline b,
form#planungsumfrage .formbody > .headline strong {
  font-family: 'Mandrel Norm 5', Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-style: italic !important;
}
form#planungsumfrage .formbody > .legends-wrap {
  max-width: 100%;
  margin: 52px 0 70px 0;
}
@media screen and (max-width: 1023px) {
  form#planungsumfrage .formbody > .legends-wrap {
    overflow: auto;
    margin: 40px 0;
    -webkit-mask-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0, #ffffff 100px);
    -webkit-mask-position: 0 0;
    -webkit-mask-size: 100% auto;
    -webkit-mask-repeat: no-repeat;
    mask-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0, #ffffff 100px);
    mask-position: 0 0;
    mask-size: 100% auto;
    mask-repeat: no-repeat;
  }
  form#planungsumfrage .formbody > .legends-wrap.at-end {
    -webkit-mask-image: none;
    mask-image: none;
  }
}
form#planungsumfrage .formbody > .legends-wrap > .legends {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 0;
  row-gap: 20px;
}
@media screen and (max-width: 1023px) {
  form#planungsumfrage .formbody > .legends-wrap > .legends {
    min-width: 400px;
  }
}
form#planungsumfrage .formbody > .legends-wrap > .legends:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background-color: #cebb95;
}
form#planungsumfrage .formbody > .legends-wrap > .legends li {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}
form#planungsumfrage .formbody > .legends-wrap > .legends li:before,
form#planungsumfrage .formbody > .legends-wrap > .legends li:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 10px;
  background-color: #ffffff;
}
form#planungsumfrage .formbody > .legends-wrap > .legends li:before {
  left: 0;
  -moz-transform: translate(-100%, 0);
  -webkit-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
form#planungsumfrage .formbody > .legends-wrap > .legends li:after {
  right: 0;
  -moz-transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
form#planungsumfrage .formbody > .legends-wrap > .legends li div {
  padding: 10px 14px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Cheyenne Sans', Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  form#planungsumfrage .formbody > .legends-wrap > .legends li div {
    font-size: 0;
    line-height: 0;
  }
  form#planungsumfrage .formbody > .legends-wrap > .legends li div > span {
    font-size: 16px;
    line-height: 1.25;
  }
}
form#planungsumfrage .formbody > .legends-wrap > .legends li.active div,
form#planungsumfrage .formbody > .legends-wrap > .legends li.passed div {
  background-color: #cebb95;
}
form#planungsumfrage .formbody > .legends-wrap > .legends li.passed {
  cursor: pointer;
}
form#planungsumfrage .formbody > fieldset {
  display: block;
  min-width: 0;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
}
form#planungsumfrage .formbody > fieldset legend {
  display: none;
}
form#planungsumfrage .formbody > fieldset.inlinefix {
  font-size: 0;
  line-height: 0;
}
form#planungsumfrage .formbody > fieldset.inlinefix > * {
  font-size: 18px;
  line-height: normal;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  form#planungsumfrage .formbody > fieldset.inlinefix > * {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  form#planungsumfrage .formbody > fieldset.inlinefix > * {
    font-size: 18px;
  }
}
form#planungsumfrage .formbody > .actions {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  column-gap: 20px;
  row-gap: 20px;
}
@media screen and (max-width: 299px) {
  form#planungsumfrage .formbody > .actions {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  form#planungsumfrage .formbody > .actions {
    column-gap: 10px;
  }
}
form#planungsumfrage .formbody > .actions .widget-submit {
  margin-bottom: 0;
}
@media screen and (max-width: 400px) {
  form#planungsumfrage .formbody > .actions .rsce_button {
    padding: 14px !important;
  }
}
form#planungsumfrage .formbody .widget.postal_and_city {
  display: inline-grid;
  grid-template-columns: 150px minmax(0, 1fr);
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 24px;
  row-gap: 0;
}
@media screen and (max-width: 1023px) {
  form#planungsumfrage .formbody .widget.postal_and_city {
    grid-template-columns: minmax(0, 1fr);
  }
}
.ce_planungsumfrage .form-confirmation {
  display: flex;
  width: 100%;
  height: 570px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-color: rgba(206, 187, 149, 0.3);
  padding: 20px 54px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1102px;
  margin: 70px auto 0 auto;
}
@media screen and (max-width: 1023px) {
  .ce_planungsumfrage .form-confirmation {
    padding: 20px;
    height: 500px;
  }
  .ce_planungsumfrage .form-confirmation .fntsz-40 {
    font-size: 24px !important;
    line-height: 1.33333333 !important;
  }
  .ce_planungsumfrage .form-confirmation span {
    display: block;
  }
}
.ce_planungsumfrage .form-confirmation .rsce_button {
  margin: 16px 0 0 0;
}
