@import url("https://man.hubtiq.com/css/fonts/man/man.css");

body {
  padding: 10px;
  margin: 8px;
  font-family: MAN-light, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.428571429;
  color: #303c49;
  background: #e2e3e4;
}

* {
  box-sizing: border-box
}

::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#Div1 {
  margin-bottom: 25px;
  margin-top: 30px;
  font-size: 21px;
  font-family: MAN-light, Arial, sans-serif;
  text-transform: none;

}

.readonly {
  input:disabled {
    background: gainsboro;
  }
}

.cells {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}

.cell-2 {
  width: 50%;
  flex: 0 0 auto;
}

.cell-4 {
  width: 100%;
  flex: 0 0 auto;
}


@media(max-width:767px) {
  .cell-4 {
    width: 100%;
    flex: 0 0 auto;
  }

  .cell-2 {
    width: 100%;
    flex: 0 0 auto;
  }
}

form.form span.value {
  display: block;
  margin-left: 0px !important;
}

form.form .gw_fragen {
  margin-bottom: 30px !important;
}

form.form .salutation .value span {
  float: left;
}

form.form .last_fragen {
  border-bottom: 2px solid #d9d9da;
  padding-bottom: 30px;
}

form.form .last_fragen {
  width: 100%;
}

form.form .pd-checkbox {
  margin-bottom: 12px;
}

form.form .pd-checkbox label::before {
  position: absolute;
  top: -2px !important;
  left: -40px !important;
}

form.form .pd-checkbox label::after {
  top: 12px !important;
  left: -32px !important;
}

form.form .pd-checkbox label.inline {
  margin-left: 40px;
  top: 6px !important;
}

form.form .gw_fragen label::before {
  position: absolute;
  top: -2px !important;
  left: -40px !important;
}

form.form .gw_fragen label::after {
  top: 12px !important;
  left: -32px !important;
}

form.form .gw_fragen label.inline {
  margin-left: 40px;
  top: 6px !important;
}




.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: MAN-light, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: #303c49;
  display: block;
  width: 100%;
}

.h2,
.h3,
h2,
h3 {
  margin-top: 21px;
  margin-bottom: 10.5px
}

@media (max-width:767px) {

  .h1,
  h1 {
    font-size: 32px !important;
  }
}

.h2,
h2 {
  margin-bottom: 20px
}

@media (max-width:767px) {

  .h2,
  h2 {
    font-size: 26px
  }
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10.5px;
  margin-bottom: 10.5px
}

.h1,
h1 {
  font-size: 40px;
  font-family: MAN-bold, Arial, sans-serif !important;
  text-transform: uppercase
}

h1 {
  margin: .67em 0
}

.h2,
h2 {
  font-size: 32px;
  margin-top: 30px
}

.h3,
h3 {
  font-size: 22px
}

.h4,
h4 {
  font-size: 18px
}

.h5,
h5 {
  font-size: 15px;
  font-family: Arial, sans-serif;
  font-weight: 700
}

.h6,
h6 {
  font-size: 12px;
  font-family: MAN-light, Arial, sans-serif
}



.row {
  clear: both;
  margin-left: -10px;
  margin-right: -10px
}

.row:after,
.row:before {
  content: " ";
  display: table
}

.row:after {
  clear: both
}





.btn-primary {
  color: #e2e3e4;
  background-color: #303c49;
  border-color: #303c49;
}

.btn-primary.focus,
.btn-primary:focus {
  color: #e2e3e4;
  background-color: #1c232a;
  border-color: #000
}

.btn-primary:hover {
  color: #e2e3e4;
  background-color: #1c232a;
  border-color: #181e24
}

.btn-primary.active,
.btn-primary:active {
  color: #e2e3e4;
  background-color: #1c232a;
  border-color: #181e24
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover {
  color: #e2e3e4;
  background-color: #0e1115;
  border-color: #000
}

.btn {

  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  margin-right: 15px;
  min-width: 40px;
  padding: 10px 15px;
  font-size: 15px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

}

a,
a:focus,
a:hover {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  outline: 0;
}

a {
  background-color: transparent;
}

p {
  margin: 0 0 10.5px;
}

p:last-child {
  margin: 0px;
}

p>a.btn {
  margin-top: 30px;
}


form.form {
  margin-top: 26.8px !important;
  margin-bottom: 0px;
  padding: 0px !important;
}

form.form>h1:nth-child(2) {
  margin-top: 0;
}

form.form div.form-field {
  position: relative;
  font-size: 15px;
  font-family: "MAN-light", Arial, sans-serif;
  font-weight: 400;
  color: #303c49;
  display: block;
  line-height: 25px !important;
  /*  margin:0px !important; */
  clear: none !important;
  padding-top: 24px;
  padding-left: 10px;
  padding-right: 10px;
}

form.form div.form-field>label {
  position: absolute;
  left: 0px;
  top: 26px;
  transition: transform 200ms ease;
  pointer-events: none;
  width: 100% !important;
  padding-left: 10px;
  padding-right: 10px;
}

.focused>label,
.pd-radio>label,
.pd-checkbox>label,
.filled>label,
.freezed>label {

  font-weight: normal !important;
  transform: translateY(-20px);
  left: 0px;
}

form.form input:focus,
form.form textarea:focus,
form.form select:focus {
  border-color: #303c49 !important;
  outline: 0;
  border-bottom-width: 2px !important;
}

form.form {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}

form.form h1 {
  width: 100%;
}

form.form p.errors,
form.form p.error {
  margin: 0;
  text-transform: initial;
  padding: 0;
  font-size: 12pt;
}

form.form p.no-label,
form.form p.email-pref {
  margin: -10px 0 0px 0px !important;
  padding: 0;
  text-transform: initial;
  font-size: 10.5px;
  line-height: 16px;
  color: #e40045;
}

form.form label {
  display: inline-block;
  max-width: 100%;
  font-weight: normal;
  cursor: pointer;
  font-family: "MAN-Light", Arial, sans-serif;
  width: auto !important;
  font-size: 18px;
  line-height: 25px;
}

form.form textarea.standard {
  height: 80px;
  overflow: auto;
}

form.form input.text,
form.form textarea.standard,
form.form select,
form.form input.date {
  height: 29px;
  padding: 0;
  margin: 0 0 15px 0;
  line-height: 1.428571429;
  color: #303c49;
  width: 100% !important;
  background-color: transparent;
  background-image: none;
  border: 0;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-bottom: 1px solid #303c49;
  border-radius: 0;
  transition: border-width .1s ease-in-out;
  font-family: "MAN-Light", Arial, sans-serif;
  font-size: 18px;
  line-height: 29px;
}

/*select*/
form.form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
}

form.form select::-ms-expand {
  display: none;
}

form.form select {
  border-bottom: 1px solid #303c49;
}

form.form select option {
  margin: 0;
  padding: 0 0 !important;
}

form.form select {
  color: transparent;
  text-shadow: 0 0 0 #303c49;
  background-size: 18px 5px;
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 25px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAKCAYAAAGrocxIAAAAAXNSR0IArs4c6QAAAMpJREFUOBG1UkESwjAITPoix7PjXT9l/ZTenZ4dX9SajaESoEptzUyGAsuy0MTt/tj2/XAK6Ty6a4TNB4ny+TKb3WHArYLcybWTfAUZLYqqcQJmJg6UAN42cGCVICauSQLgf2QvBe/FpIAk9BAUnmAugJJkmyae77dLS75l1ZIkyEOCmnE0a5FekooIDiebQ4JadUCmHqRC6UAeTf4tDfseWTxBaTHuGv4vwtYSQiNXgijoEba2EOptCqKkJexfQqiny0IYrgu8EPQEBoZjx/BQMAAAAAAASUVORK5CYII=);
}


form.form p.submit {
  margin: 0;
  padding: 2px 12px;
  width: 100%;
  margin: 30px 20px 0px 0px !important;
}

form.form p.submit input {
  display: inline-block;
  font-size: 15px;
  border-radius: 0px;
  padding: 10px 15px !important;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  margin: 10px 10px 0px 0px;
  min-width: 40px;
  line-height: 1.428571429;
  color: #fff;
  background-color: #e40045;
  border: 1px solid #e40045;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "MAN-light", Arial, sans-serif;
  padding: 13px 15px !important;
}

form.form p.submit input:hover {
  color: #ffffff;
  background-color: #e40045;
  border-color: #e40045
}

form.form p.submit input:focus {
  color: #ffffff;
  background-color: #e40045;
  border-color: #e40045
}

form.form p.submit input:active {
  color: #ffffff;
  background-color: #e40045;
  border-color: #e40045
}

form.form .pd-radio .value span {
  display: block;
  margin-right: 30px;
  margin-bottom: 5px;
}

form.form div.error {
  padding-top: 24px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  color: #e40045 !important;
}

.red-color,
form.form p.error,
form.form span.error,
form.form div.error,
form.form p.error label {
  color: #e40045 !important;
}

form.form div.error label {
  color: #e40045 !important;
}

form.form div.error [type="checkbox"]+label::before,
form.form div.error [type="radio"]+label::before {
  border-color: #e40045 !important;
}

form.form div.error input,
form.form div.error select {
  border-color: #e40045 !important;
}

.form-field>p.error {
  display: none;
}

.form-field.error>p.error {
  display: block;
}

form.form .pd-radio p.error {
  margin-top: 0px !important;
}

form.form .pd-checkbox p.error.no-label {
  margin-top: 6px !important;
  margin-left: 40px !important;
}

form.form .gw_fragen p.error.no-label {
  margin-left: 40px !important;
}

form.form .pd-radio .value {
  display: block;
  padding-top: 10px;
}

form.form div.pd-radio label:first-child {
  float: none;
}

form.form .pd-radio .value span label,
form.form .pd-checkbox .value span label {
  font-weight: normal !important;
}

form.form span.value::after {
  content: " ";
  display: table;
  clear: both;
}

form.form div.pd-checkbox span.value span {
  margin-top: 10px;
}

form.form p.errors {
  margin: 0px 0px 10px 10px;
  color: #e40045;
  font-size: 15px;
}

form.form a {
  color: #838a92;
  font-weight: normal;
  text-decoration: none;
}

/*Checkboxen und Radiobuttons*/
form.form [type="checkbox"],
form.form [type="radio"] {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

form.form [type="checkbox"]:focus+label::before,
form.form [type="radio"]:focus+label::before {
  box-shadow: 0 0 0 2px rgba(51, 51, 51, 0.4) !important;
}

form.form [type="checkbox"]:hover+label::before,
form.form [type="radio"]:hover+label::before {
  border-color: #303c49;
  ;
}

form.form [type="checkbox"]:active+label::before,
form.form [type="radio"]:active+label::before {
  transition-duration: 0;
}

form.form [type="checkbox"]+label,
form.form [type="radio"]+label {
  position: relative;
  padding: 0px;
  margin: 0px 0px 0px 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

form.form [type="checkbox"]+label::before,
form.form [type="radio"]+label::before {
  background-color: #fff;
  border: 1px solid #303c49;
  ;
  box-sizing: content-box;
  content: '';
  color: #303c49;
  margin-right: 6px;
  top: 50%;
  left: 0;
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
}

form.form [type="checkbox"]+label::after,
form.form [type="radio"]+label::after {
  box-sizing: content-box;
  content: '';
  background-color: #303c49;
  position: absolute;
  top: 50%;
  left: 7px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

form.form [type="radio"]+label::after {
  top: 15px !important;
}

form.form [type="checkbox"]+label::before,
form.form [type="checkbox"]+label::after {
  border-radius: 0px;
}

form.form [type="checkbox"]+label::after {
  background-color: transparent;
  top: 50%;
  left: 8px;
  width: 12px;
  height: 4.8px;
  margin-top: -5px;
  border-style: solid;
  border-color: #444;
  border-width: 0 0 3px 3px;
  border-radius: 0;
  -o-border-image: none;
  border-image: none;
  -webkit-transform: rotate(-45deg) scale(0);
  transform: rotate(-45deg) scale(0);
  transition: none;
}

form.form [type="checkbox"]:checked+label::after {
  content: '';
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

form.form [type="radio"]+label::before,
form.form [type="radio"]+label::after {
  border-radius: 50%;
}

form.form [type="radio"]:checked:active+label::before,
[type="radio"]:checked:focus+label::before {
  -webkit-animation: none;
  animation: none;
  -webkit-filter: none;
  filter: none;
  transition: none;
}

form.form [type="radio"]:checked+label::before {
  -webkit-animation: none;
  animation: none;
  background-color: #fff;
}

form.form [type="radio"]:checked+label::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

input::-ms-clear {
  display: none;
  height: 0;
  width: 0;
}

option {
  background-color: #f5f5f5;
  color: #333333;
  ;
}

option:hover {
  background-color: #303c49;
  color: #ffffff;

}

@media(max-width:767px) {
  .cell-4 {
    width: 100%;
    flex: 0 0 auto;
    margin-bottom: 10px;
  }

  .cell-2 {
    width: 100%;
    flex: 0 0 auto;
  }
}

p.error+p.error {
  padding-top: 8px !important;
}

form.form div.form-field.freezed {
  padding-top: 0px;
  align-self: end;
  padding-bottom: 7.5px;
}

form.form div.form-field.freezed>label {
  position: unset;
  padding-left: 0;
  top: 0;
  transform: translateY(6px);
  margin-bottom: 0;
}

form.form div.form-field.freezed>label~* {
  margin-top: 15px
}
