/* Fonts */
@font-face {
    font-family: 'RobotoCondensed';
    src: url('../fonts/RobotoCondensed-Bold.eot');
    src: url('../fonts/RobotoCondensed-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RobotoCondensed-Bold.woff2') format('woff2'),
        url('../fonts/RobotoCondensed-Bold.woff') format('woff'),
        url('../fonts/RobotoCondensed-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* 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_x300);*/
  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%);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  white-space: nowrap;
}
.row1 .leftBlock .head > svg {
  margin-left: var(--unit_x9);
}
.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(15%);
  color: var(--col_pl10);
  line-height: calc(var(--unit_x58)*1.125);
}
.row1 .leftBlock .body p {
  max-width: var(--unit_x368);
  margin-bottom: var(--unit_x15);
}
.row1 .leftBlock .buttons button {
  margin-bottom: var(--unit_x15);
  min-width: var(--unit_x250);
}
@media only screen and (max-width: 1450px) {
  .row1 .leftBlock .head {
    transform: translateX(0%);
  }
  .row1 .leftBlock .subhead {
    transform: translateX(0%);
  }
}
@media only screen and (max-width: 1250px) {
  .row1 .contentLine {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .row1 .leftBlock .head {
    font-size: var(--unit_x10);
  }
  .row1 .leftBlock .subhead {
    font-size: var(--unit_x45);
  }
  .row1 .leftBlock .buttons button {
    width: 100%;
  }
}

.hintSended {
  display: none;
}


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

.row1_bg {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  transition: all 0.25s;
}
.row1_bg.blurred {
  -webkit-filter: blur(15px);
  -moz-filter: blur(15px);
  -o-filter: blur(15px);
  -ms-filter: blur(15px);
  filter: blur(15px);
}
.row1_bg .image {
  width: auto;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
}
@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);
    opacity: 0.75;
  }
}


.theRunBox {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 4;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.theRunBox .bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: var(--col_black100p);
  opacity: 0.75;
}
.theRunBox .content {
  position: relative;
  z-index: 5;
  max-width: var(--unit_x450);
}
.theRunBox .content .closeCross {
  position: absolute;
  right: var(--unit_x10);
  top: var(--unit_x10);
  cursor: pointer;
}
.theRunBox .content .closeCross > svg {
  width: var(--unit_x18);
  height: var(--unit_x18);
}
.theRunBox .content .card {
  padding: var(--unit_x28) var(--unit_x35);
}
.theRunBox .content .subhead {
  font-size: var(--unit_x16);
  font-weight: bold;
}
.theRunBox .content .subhead {
  font-size: var(--unit_x16);
  font-weight: bold;
}

.theRunBox .stepElm .buttons {
  margin-top: var(--unit_x14);
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-content: center;
  align-items: center;
}
.theRunBox .stepElm .infoTxt {
  margin-bottom: var(--unit_x8);
}
.theRunBox .stepElm .buttons button,
.theRunBox .stepElm .buttons a {
  width: 100%;
}
.theRunBox .stepElm .body .radios {
  display: flex;
  justify-content: space-between;
}
.theRunBox .stepElm .uploadArea {
  background-color: var(--col_pd60);
  border-radius: var(--unit_x5);
  height: var(--unit_x100);
  padding: 0px var(--unit_x40);
  color: var(--col_pl10);
  font-size: var(--unit_x10);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.theRunBox .stepElm .uploadArea:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: var(--col_pl0);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='currentColor' stroke-width='3' stroke-dasharray='6%2c 12' stroke-dashoffset='14' stroke-linecap='square'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='currentColor' stroke-width='3' stroke-dasharray='6%2c 12' stroke-dashoffset='14' stroke-linecap='square'/%3e%3c/svg%3e");
}
.theRunBox .stepElm .uploadArea.error {
  border-color: var(--col_pr60);
}
.theRunBox .stepElm .uploadArea input {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.theRunBox .stepElm .uploadArea .imgPreviewBox {
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%;
}
.theRunBox .stepElm .uploadArea .uploadInProgressBox {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}
.theRunBox .progressBarSteps {
  margin-top: var(--unit_x18);
}
.theRunBox .backLabelArea {
  margin-top: var(--unit_x14);
  text-align: center;
  display: none;
  cursor: pointer;
  width: 100%;
}
@media (max-height:768px) {
  .theRunBox {
    align-items: flex-start;
    max-height: 100%;
    overflow: scroll;
    padding-top: var(--unit_x100);
    position: absolute;
    left: calc(var(--contentMaxWidthSide) * -1);
    top: calc(var(--unit_x56) * -1);
    width: calc(100% + (var(--contentMaxWidthSide) * 2));
    height: calc(100% + var(--unit_x56));
  }
  .theRunBox .bg {
    display: none;
  }
  .theRunBox .content .closeCross {
    right: var(--unit_x25);
    top: var(--unit_x25);
  }
  .theRunBox .content {
    padding-top: var(--unit_x10);
    margin-bottom: var(--unit_x50);
    height: 100%;
  }
  .theRunBox .content .bx1of1 {
    height: 100%;
  }
  .theRunBox .content .bx1of1 form[name="requestHintForm"] {
    height: 100%;
  }
  .theRunBox .content .bx1of1 form[name="requestHintForm"] .requestHintForm {
    height: 100%;
  }
}


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


/* Animations */
.chargingPoint_1 {
  opacity: 0.1;
  -webkit-animation: 3s charginPointsAniFrames1 linear infinite;
  -moz-animation: 3s charginPointsAniFrames1 linear infinite;
  -o-animation: 3s charginPointsAniFrames1 linear infinite;
  -ms-animation: 3s charginPointsAniFrames1 linear infinite;
  animation: 3s charginPointsAniFrames1 linear infinite;
}
.chargingPoint_2 {
  opacity: 0.1;
  -webkit-animation: 3s charginPointsAniFrames2 linear infinite;
  -moz-animation: 3s charginPointsAniFrames2 linear infinite;
  -o-animation: 3s charginPointsAniFrames2 linear infinite;
  -ms-animation: 3s charginPointsAniFrames2 linear infinite;
  animation: 3s charginPointsAniFrames2 linear infinite;
}
.chargingPoint_3 {
  opacity: 0.1;
  -webkit-animation: 3s charginPointsAniFrames3 linear infinite;
  -moz-animation: 3s charginPointsAniFrames3 linear infinite;
  -o-animation: 3s charginPointsAniFrames3 linear infinite;
  -ms-animation: 3s charginPointsAniFrames3 linear infinite;
  animation: 3s charginPointsAniFrames3 linear infinite;
}

@keyframes charginPointsAniFrames1 {
  0% { opacity: 0.1; }
  33% { opacity: 1; }
  95% { opacity: 1; }
  100% { opacity: 0.1; }
}
@keyframes charginPointsAniFrames2 {
  0% { opacity: 0.1; }
  33% { opacity: 0.1; }
  66% { opacity: 1; }
  95% { opacity: 1; }
  100% { opacity: 0.1; }
}
@keyframes charginPointsAniFrames3 {
  0% { opacity: 0.1; }
  66% { opacity: 0.1; }
  95% { opacity: 1; }
  100% { opacity: 0.1; }
}
