/* Header */
/* **************************** */
header {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  /*background-color: var(--color-silver-lite);*/
  padding: 0 0.5rem;
  box-sizing: border-box;
}

.header-padding {
  background-color: var(--orange);
  box-sizing: border-box;
  display: flex;
  /*flex-direction: column;*/
  justify-content: space-between;
}

/* Prvni blok */
.header-content-block {
  color: white;
  padding: 0;
}

.header-content-block:first-child {
  display: block;
  width: 50%;
  height: auto;
}

.header-content-block:last-child {
  display: block;
  width: 45%;
  height: auto;
}

.header-content-block h2 {
  font-family: var(--font-antenna-comp-black), sans-serif, serif;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 110%;
  color: white;
  margin: 2rem 0 0.5rem 1rem;
}

.header-content-block h2 span {
  display: block;
  color: black;
}

.header-content-block p {
  line-height: 120%;
  color: white;
  font-family: var(--font-antenna-comp-bold), sans-serif, serif;
  font-size: 1.2rem;
  text-transform: lowercase;
  letter-spacing: 3px;
  margin: 1rem 0 0.5rem 1rem;
}

/* Druhy blok */
.header-content-block:last-child {
  /*width: 100%;*/
  /*height: auto;*/
}

.header-content-block:last-child img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
}

/* Slider */
/* **************************** */
/** {box-sizing:border-box}*/

/* Slideshow container */
.slideshow-container {
  /*max-width: 1000px;*/
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  /*display: none;*/
  display: block;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  display: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #000000 !important;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@media (min-width: 400px) {
  header {
    padding: 0 1rem;
  }
}

@media (min-width: 500px) {
  .header-content-block:last-child {
    display: none;
  }
  header .header-padding {
    flex-direction: row;
  }

  .header-content-block h2 {
    font-weight: 900;
    font-size: 2.5rem;
    margin: 1rem 0 0.5rem 1rem;
  }

  .header-content-block p {
    /*font-size: 2rem;*/
  }

  .header-content-block:last-child {
    display: block;
    width: 30%;
    height: auto;
  }
}

@media (min-width: 700px) {
  header {
    padding: 2rem 2rem 0 2rem;
  }

  .header-content-block h2 {
    font-size: 3.5rem;
    letter-spacing: 4px;
    margin: 1rem 0 0.5rem 1rem;
  }

  .header-content-block p {
    font-size: 2rem;
    letter-spacing: 4px;
    margin: 1rem 0 0.5rem 1rem;
  }

}

@media (min-width: 800px) {
  .header-content-block h2 {
    font-size: 4.5rem;
    line-height: 110%;
    letter-spacing: 4px;
    margin: 1rem 0 0.5rem 1rem;
  }

  .header-content-block p {
    font-size: 3rem;
    letter-spacing: 6px;
    margin: 1rem 0 0.5rem 1rem;
  }

}

@media (min-width: 1100px) {
  header {
    padding: 2rem 2rem 0 2rem;
  }

  .header-content-block {
    padding: 0 0 0 78.4px;
  }

  .header-content-block h2 {
    font-size: 110px;
    margin: 78.4px 0 1rem 0;
    letter-spacing: 6px;
    line-height: 90%;
  }

  .header-content-block p {
    font-size: 60px;
    letter-spacing: 2px;
    margin: 1rem 0 0 0;
  }

  .header-content-block:first-child {
    display: block;
    /*width: 40%;*/
    width: auto;
    height: auto;
  }

}
@media (min-width: 1200px) {
  header {
    padding: 2rem 2rem 0 2rem;
  }

  .header-content-block {
    padding: 0 0 0 78.4px;
  }

  .header-content-block h2 {
    font-size: 120px;
    margin: 78.4px 0 1rem 0;
    letter-spacing: 6px;
    line-height: 90%;
  }

  .header-content-block p {
    font-size: 75px;
    letter-spacing: 2px;
    margin: 1rem 0 0.5rem 0;
  }

}

