/* 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 .imgBlock {
  text-align: right;
  display: flex;
  align-items: center;
}
.row1 .txtBlock .head {
  margin-bottom: var(--unit_x7);
}
.row1 .txtBlock .subhead {
  margin-bottom: var(--unit_x7);
}
.row1 .txtBlock .body p {
  margin-bottom: var(--unit_x15);
}

.row1 .goDigitalForm {
  /*width: 50%;*/
  text-align: left;
  padding: var(--unit_x18);
  margin: 0px auto 0px 0px;
}
.row1 form[name="goDigitalForm"] {
  width: 100%;
}
.row1 .theFlowForm .backLabelArea {
  margin-top: var(--unit_x14);
  text-align: center;
  display: none;
  cursor: pointer;
  width: 100%;
}

.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%;
}
@media only screen and (max-width: 768px) {
  .row1_bg {
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
  }
  .row1 .theFlowForm .backLabelArea {
    margin-top: var(--unit_x50);
  }
}

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

.goDigitalForm .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);
}
.goDigitalForm .overviewDataLine .info {
  margin-bottom: 0;
}
.goDigitalForm .overviewDataLine .dataElm {
  margin-bottom: var(--unit_x16);
}
.goDigitalForm .progressBarSteps {
  margin-top: var(--unit_x18);
}

@media only screen and (max-width: 768px) {
  .row1 .txtBlock {
    text-align: center;
    margin: 0px auto;
  }
  .row1 .button {
    margin: 0px auto;
  }
}


.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);
}





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

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