/* Row 1 */
.row1 {
  height: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
  position: relative;
  justify-content: space-between;
  margin: 0px auto;
}
.row1 .contentLine {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: flex-start;

}
.row1 .leftBlock {
  display: flex;
  align-items: center;
}
.row1 .leftBlock .head {
  font-size: var(--unit_x14);
  text-transform: uppercase;
  max-width: var(--unit_x250);
  letter-spacing: var(--unit_x4);
  margin-bottom: var(--unit_x5);
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
  font-family: 'RobotoMono';
  font-weight: normal;
  transform: translateX(30%);
  white-space: nowrap;
}
.row1 .leftBlock .subhead {
  font-size: var(--unit_x58);
  font-family: 'Roboto';
  font-weight: bold;
  text-transform: uppercase;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
  transform: translateX(0%);
  color: var(--col_pl10);
  line-height: calc(var(--unit_x58)*1.125);
}
.row1 .leftBlock .body p {
  transform: translateX(10%);
  max-width: var(--unit_x368);
  margin-bottom: var(--unit_x15);
}
.row1 .leftBlock .buttons {
  transform: translateX(10%);
}
.row1 .leftBlock .buttons button {
  margin-bottom: var(--unit_x15);
  min-width: var(--unit_x230);
}
.row1 .stepsRunningBox {
  display: none;

}
.row1 .theFlowForm .backLabelArea {
  margin-top: var(--unit_x14);
  padding-top: var(--unit_x10);
  text-align: center;
  display: none;
  cursor: pointer;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .row1 {
    padding-top: 0px !important;
  }
}
@media only screen and (max-width: 768px) {
  .headline {
    text-align: center;
  }
  .row1 {
    align-items: flex-start;
    margin-top: var(--unit_x30);
  }
  .row1 .leftBlock {
    text-align: center;
    margin: 0px auto;
  }
  .row1 .leftBlock * {
    text-align: center;
    transform: none !important;
  }
  .row1 .leftBlock > div {
    width: 100%;
  }
  .row1 .leftBlock .head,
  .row1 .leftBlock .body p {
    max-width: 100%;
  }
  .row1 .leftBlock .buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .row1 .button {
    margin: 0px auto;
  }
  .row1_bg {
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
  }
  .row1_bg .car {
    width: 80% !important;
    right: 10% !important;
  }
  .row1 .theFlowForm .backLabelArea {
    margin-top: var(--unit_x50);
  }
}

.row1 .rightBlock {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.row1 .rightBlock .couponCard {
  position: relative;
  max-width: var(--unit_x209);
  background-color: var(--col_pd80_75a);
}
.row1 .rightBlock .couponCard .headline {
  font-family: 'RobotoMono';
  font-weight: bold;
  letter-spacing: var(--unit_x3);
  color: var(--col_pr60);
  text-transform: uppercase;
}
.row1 .rightBlock .couponCard .lnk {
  margin-top: var(--unit_x5);
}
.row1 .rightBlock .couponCard .circleBadge {
  position: absolute;
  right: 0px;
  top: 0px;
  width: var(--unit_x75);
  height: var(--unit_x75);
  border-radius: 50%;
  font-size: var(--unit_x25);
  font-family: 'RobotoMono';
  background-color: var(--col_pr60);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(50%, -50%);
}

@media only screen and (max-width: 768px) {
  .row1 .rightBlock {
    display: none;
  }
}

.row1_bg {
  position: fixed;
  z-index: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.row1_bg .room {
  left: 0%;
  height: 100%;
  width: 100%;
}
.row1_bg .man {
  position: absolute;
  right: 10%;
  bottom: 0%;
  height: 78%;
  width: auto;
}
@media only screen and (max-width: 768px) {
  .row1_bg {
    display: none;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
  }
  .row1_bg .man {
    display: none;
  }
}


.nav_scrollElm {
  display: block;
  z-index: 3;
}
@media (max-height:720px) and (min-width:998px) {
  .nav_scrollElm {
    display: none;
  }
}


.theFlowForm {
  padding: var(--unit_x18);
  max-width: var(--unit_x400);
}
.theFlowForm .stepElm[data-stepnr] .body .radios {
  display: flex;
  justify-content: left;
}
.theFlowForm .stepElm[data-stepnr] .body .radios .input_radio {
  flex-grow: 1;
}
.theFlowForm .stepElm[data-stepnr] .body .radios .input_radio:first-child {
  /*margin-right: var(--unit_x100);*/
}

.theFlowForm .overviewDataLine {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: var(--unit_x16);
}
.theFlowForm .overviewDataLine .info {
  margin-bottom: 0;
}
.theFlowForm .overviewDataLine .dataElm {
  margin-bottom: var(--unit_x16);
}

.theFlowForm .stepElm .buttons {
  margin-top: var(--unit_x14);
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-content: center;
  align-items: center;
}
.theFlowForm .stepElm .body .infoTxt {
  margin-bottom: var(--unit_x14);
}
.theFlowForm .stepElm .buttons a,
.theFlowForm .stepElm .buttons button {
  width: 100%;
}

.theFlowForm .overviewDataLine {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: var(--unit_x16);
}
.theFlowForm .overviewDataLine .overviewPreview {
  min-height: var(--unit_x170);
  background-color: var(--col_pd100);
  border: 1px var(--col_pd50) dashed;
  border-radius: var(--unit_x5);
  position: relative;
}
.theFlowForm .overviewDataLine .overviewPreview.linkPreview {
  min-height: var(--unit_x25);
}
.theFlowForm .overviewDataLine .overviewPreview.linkPreview .previewBox {
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.theFlowForm .overviewDataLine .overviewPreview.linkPreview .previewBox::-webkit-scrollbar { display: none; }

.theFlowForm .overviewDataLine .overviewPreview .previewBox {
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%;
}


.theFlowForm .progressBarSteps {
  margin-top: var(--unit_x18);
}


.spaceDown {
  margin-bottom: var(--unit_x14);
}


@media only screen and (max-width: 768px) {
  .footerElement {
    margin-top: 0px;
  }
  .row1 {
    margin-top: 0px;
    margin-top: var(--unit_x40);
  }
  .stepsRunningBox {
    position: absolute !important;
    left: calc(var(--contentMaxWidthSide) * -1) !important;
    top: 0px !important;
    width: calc(100% + (var(--contentMaxWidthSide) * 2)) !important;
    height: calc(100% + var(--unit_x56)) !important;
  }
  .theFlowForm {
    max-width: 100%;
    height: 100%;
    padding-top: var(--unit_x56) !important;
  }
  .theFlowForm .backLabelArea {
    margin-top: var(--unit_x50);
  }
  form[name="requestAppointmentForm"] {
    height: 100%;
  }
}
