.rotoMultistepWrapper pre {
  display:none;
}

.rotoMultistepWrapper h2 {
  font-size: 34px;
  font-weight: bold;
  color: #e60014;
}
.rotoMultistepWrapper h3 {
  font-size: 26px;
}
.rotoMultistepWrapper {
  height: 100%;
}
.rotoMultistepWrapper p a {
  color: #e60014;
}
.rotoMultistepContent {
  margin:auto;
}
.rotoMultistepContentRight {
  background: url('https://pages.rotofrank.com/hubfs/Deutschland/Webseite/LP_Produktfinder/roto-dachfenster-wdt-i8-elektronisch-2021-produktfinder-einstiegsbild.jpg');
  background-size: cover;
  background-position: center center;
  /*height: 100vh;*/
  min-height: 300px;
}
@media only screen and (min-width: 992px) {
  .rotoMultistepContentRight {
    min-height: 600px;
  }
}

#multistep-slides {
  height: 100%;
}
.form-step-content {
  height: 100%;
  display: flex;
  align-items:center;
  justify-content:center;
}
.rotoMultistep-slide-content {
  padding-top: 40px;
  position: relative;
}
.rotoMultistep-slide-content a {
  display: inline-block;
}
#multistep-slides h2 {
  font-size: rem(36px);
  color: #e60014;
}
.slick-list,
.slick-track {
    height: 100%!important;
}
.slick-track {
    display: flex;
    align-items: center;
}
.slick-track .slick-slide {
  
}
.slick-track .slick-slide img {
    width: 100%;
    height: auto:
}
.row.neg-margin {
  margin-left: -15px!important;
  margin-right: -15px!important;
}
.option {
  margin-top:20px;
}
.option-image img {
  width: 100%;
}
.option-label {
  width: 100%;
  border-left: 1px solid #e60014;
  border-right: 1px solid #e60014;
  border-bottom: 1px solid #e60014;
  padding: 5px 10px;
}

.form-step-content {
  position: relative;
  padding-bottom: 80px;
  height: auto;
}
.navigation .moveTo {
  background: #e60014;
  color: #fff;
  padding: 15px;
  border: none;
  cursor: pointer;
}
.end-primary {
  background: #e60014;
  color: #fff;
  padding: 15px;
  border: none;
}
.end-primary:hover, .end-primary:focus {
  background: #e60014;
  color: #fff;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #e60014;
    border-color: #e60014;
}
.navigation .moveTo:hover, .navigation .moveTo:focus {
  background: #e60014;
  border-color: #e60014;
  color: #fff;
}
.navigation .moveTo.prev {
  background: #efefef;
  border-color: #efefef;
  color: #000;
  float:left;
}
.navigation .moveTo.next {
  float:right;
  display:none;
}
.uvp {
}
.uvp-value {
  display: inline-block;
}
.navigation {
  position: absolute;
  left: 0;
  bottom: 15px;
  padding: 0 15px;
  width: 100%;
}

.slick-initialized .slick-slide {

}
.jumbotron {
  padding: 4rem 2rem;
  margin: 4rem 20px;
}
.sub {
  font-size: 14px;
  font-weight: normal;
}
.form input, .form select {
  margin-bottom: 5px;
  border: 1px solid rgb(145, 145, 145);
  border-radius: 0;
  padding: 7px 8px!important;
}
textarea {
  min-height: 92px!important;
}
.textarea {
  appearance: none;
  display: block;
  width: 100%;
  font-family: inherit;
  color: rgb(51, 51, 51);
  padding: 0px 0px 8px;
  border-radius: 0px;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 30px;
  line-height: 38px;
  overflow-wrap: break-word;
  resize: none;
  overflow: hidden;
  transition: box-shadow 0.1s ease-out 0s;
  box-shadow: rgba(51, 51, 51, 0.3) 0px 1px;
  overflow-x: hidden;
  overflow-wrap: break-word;
  min-height: 46px;
}
.textarea:focus {
  box-shadow: rgb(51 51 51) 0px 2px;
}


.hs-fieldtype-checkbox .hs-form-checkbox label,
.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox label {
  margin-bottom: 15px;
  margin-right: 10px;
  background: #efefef;
  padding: 5px 5px 5px 45px;
  width:100%!important;
}
.hs-fieldtype-checkbox .hs-form-checkbox label.is-checked,
.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox label.is-checked {
  background: #e60014;
  color: #fff;
}
/*
.hs-form .mdl-checkbox.is-checked .mdl-checkbox__tick-outline {
  background: #fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaW5ZTWluIG1lZXQiPjxwYXRoIGQ9Ik0uMDQuNjI3LjE0Ni41Mi40My44MDQuMzIzLjkxem0uMTc3LjE3N0wuODU0LjE2Ny45Ni4yNzMuMzIzLjkxeiIgc3R5bGU9ImZpbGw6I2ZmZjtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIvPjwvc3ZnPg==);
}*/
.hs-form .mdl-checkbox.is-checked .mdl-checkbox__tick-outline {
  background: #fff;
}
li.hs-form-checkbox .mdl-checkbox__box-outline,
li.hs-form-booleancheckbox .mdl-checkbox__box-outline{
  margin-top: 5px;
  margin-left: 10px;
}

.hs-form-field {
  padding: 0 15px!important;
}
.hs-fieldtype-checkbox.hs-form-field,.hs-fieldtype-booleancheckbox.hs-form-field {
  padding: 0!important;
}
.hs-form-field > label {
  display: none;
}

.hs-form-field li {
  padding: 0 15px!important;
}
.hs-form-field li > label {
  margin: 0!important;
}

li.asRow, li.asCol {
  height: auto!important; 
}
.asRow {
  width: 100%!important;
  padding: 0 15px!important;
}
.asRow > label {
  margin: 0!important;
}
.asCol {
  padding: 0 15px!important;
}
.asCol > label {
  width: 50%!important;
  height: auto;
  margin: 0!important;
  display: inline-block!important;
}
.inputs-list > li.asCol {
  display: inline-block!important;
  width: 33%!important;
  height: 90px;
}
li.hs-form-checkbox {
    display: inline-block;
    height: 56px;
    width: 50%;
}
@media only screen and (min-width: 576px) {
  li.hs-form-checkbox {
      width: 33%;
  }
}

.option-override {
  margin-top:15px; 
}
.option-override-content {
  height: 100%;
  background: #efefef;
}
.option-override-image {
  cursor: pointer;
}
li .option-override-image {
  padding-right: 10px;
}
.option-override-image-label {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px 10px;
  background: #e60014;
  color: #fff;
  font-size: 12px;
}

.hideChecks .option-override-image {
  margin-left: -45px;
  margin-right: -15px;
  margin-top: -5px;
  z-index: 101;
  position: relative;
}
.hideChecks .mdl-checkbox__label {
  margin-left: -40px;
  margin-bottom: -5px;
  text-align: center;
  display: block;
  font-size: 18px;
  color: #000;
}
.hideChecks  .mdl-checkbox--accent.is-checked + .mdl-checkbox__label {
  color: #fff;
}
.option-override-label {
  padding: 15px;
  cursor: pointer;
}
.option-override-image + .option-override-label {
  text-align: center;
  padding: 10px 5px;
}
.option-override.selected .option-override-content {
  background: #e60014;
  color: #fff;
}
input[type="submit"] {
  position: absolute;
  right: 20px;
  bottom: -68px;
  border-radius:0;
  z-index: 999;
}
.hs-error-msgs {
  display: none;
}
.hs-input {
  border-radius: 0;
}
div.field.error .chzn-choices, div.field.error .chzn-choices:focus, div.field.error input, div.field.error input:focus, div.field.error textarea, div.field.error textarea:focus, input.hs-input.error, input.hs-input.error:focus, select.hs-input.error, select.hs-input.error:focus, textarea.hs-input.error, textarea.hs-input.error:focus {
  border: 1px solid #e60014;
  border-radius: 0;
}

