/* spolecne nastaveni webu */
html {
  position: relative;
  box-sizing: content-box;
}

body {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  background-color: #000000;
  background-image: url("../pozadi_qr_mobile.jpg");
  background-size: cover;
  padding-bottom: 64px;
}

.header {
  height: 60px;
  width: 100%;
  line-height: 60px;
  text-align: center;
  background: #D5092A;
  font-size: 16px;
}
.header a {
  color: #FFFFFF;
  text-decoration: underline;
  display: block;
  width: 100%;
}

h1 {
  color: #FFFFFF;
  font-size: 36px;
  margin: 40px 20px 10px;
  line-height: 1.2;
  text-align: center;
}

h2 {
  color: #D5092A;
  text-align: center;
  font-size: 16px;
}

.steps {
  color: #FFFFFF;
  font-size: 16px;
  text-align: left;
  padding: 40px 40px 0;
}

.step {
  width: 100%;
  padding: 20px 0 20px 40px;
  position: relative;
}
.step .step-circle {
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 7px);
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background: #C2C2C2;
}
.step .step-line {
  height: 100%;
  width: 2px;
  position: absolute;
  left: 6px;
  top: calc(50% + 7px);
  background: #C2C2C2;
}

.contact-us {
  color: #33C47C;
  font-size: 16px;
  text-align: center;
  position: absolute;
  padding: 20px;
  bottom: 0;
  display: block;
  width: 100%;
  height: 64px;
}

@media only screen and (min-width: 768px) {
  body {
    padding-bottom: 125px;
  }

  .header {
    height: 80px;
    width: 100%;
    line-height: 80px;
    font-size: 20px;
    text-align: right;
    padding-right: 20px;
  }
  .header a {
    display: inline;
  }

  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 22px;
  }

  .steps {
    font-size: 28px;
    padding: 70px 100px 0;
  }

  .step {
    padding: 25px 0 25px 50px;
  }
  .step .step-circle {
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    border-radius: 10px;
  }
  .step .step-line {
    left: 9px;
    top: calc(50% + 10px);
  }

  .contact-us {
    font-size: 30px;
    height: 125px;
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 1024px) {
  body {
    background-image: url("../pozadi_qr.jpg");
  }

  .header {
    font-size: 22px;
    padding-right: 30px;
  }

  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 30px;
  }

  .steps {
    font-size: 28px;
    padding: 80px 100px 0;
  }

  .step {
    padding: 25px 0 25px 50px;
  }
  .step .step-circle {
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    border-radius: 10px;
  }
  .step .step-line {
    left: 9px;
    top: calc(50% + 10px);
  }

  .contact-us {
    font-size: 32px;
    text-align: left;
    padding: 40px 20px 40px 100px;
  }
}
@media only screen and (min-width: 1441px) {
  .header {
    padding-right: 40px;
  }

  h1 {
    width: 1400px;
    margin: 40px auto 0;
    font-size: 88px;
  }

  h2 {
    font-size: 28px;
  }

  .steps {
    font-size: 32px;
    padding: 40px 100px 0;
  }

  .step {
    padding: 25px 0 25px 50px;
  }
  .step .step-circle {
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    border-radius: 10px;
  }
  .step .step-line {
    left: 9px;
    top: calc(50% + 10px);
  }

  .contact-us {
    font-size: 32px;
    text-align: left;
    padding: 40px 20px 40px 100px;
  }
}
