  @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Raleway:wght@300;400;600&display=swap');


  /* vars */

  :root {
    --bg-color: #3c445f;
}

body {
  background-color: var(--bg-color);
  color: white;
  font-family: "Raleway";
}
body section .container-fluid {
  max-width: 1200px;
  margin: auto;
}
body img {
  max-width: 100%;
}
h1, h2, h3, h4 {
  font-weight: 700;
}
p {
  font-size: 32px;
}

#section-1 {
  margin-top: 20px;
  margin-bottom: 150px;
}
#section-1 p {
  font-size: 28px;
}
#section-1 h1 {
  font-size: 66px;
}
#section-1 a {
  color: white;
  font-size: 32px;
  font-weight: bold;
}
#section-1 .logos img.logo {
  display: inline-block;
  width: 32%;
  vertical-align: middle;
}
#section-1 .logos img.logo-1 {
  width: 25%;
  margin-right: 3%;
}
#section-1 .logos img.logo-2 {
  width: 25%;
  margin-right: 2%;
}
#section-1 .logos img.logo-3 {
  width: 43%;
}
#section-1 .poster-1 {
  position: relative;
}
#section-1 .poster-1-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("./img/photos/1.png");
  background-size: cover;
}

#section-2 {
  padding-top: 80px;
  padding-bottom: 30px;
  background-color: white;
  color: black;
}
#section-2 .container-fluid {
  position: relative;
}

#section-2 .bg-container {
  background-image: url("./img/photos/3.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  width: 48%;
  height: 100%;
}
@media (max-width: 767px) {
  #section-2 .bg-container {
    display: none;
  }
}

#section-2 p {
  font-size: 22px;
  margin-bottom: 25px;
}


#section-2 .tiles {
  margin-top: 0px;
}
#section-2 .tile {
  position: relative;
  width: 100%;
  color: black;
  margin-bottom: 25px;
}
#section-2 a {
  color: white;
}
#section-2 .tile-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 355px;
}
#section-2 .tile-label-1, #section-2 .tile-label-2 {
  margin-top: 24%;
  margin-left: 0%;
  font-size: 18px;
  text-align: center;
}



.section-3 {
  padding-top: 90px;
  color: #000;
  background-color: #fff;
}
.section-3 p {
  font-size: 22px;
}
.section-3 a {
  display: block;
  text-align: center;
  color: #000;
  background-color: white;
  font-size: 16px;
  padding-bottom: 10px;
  overflow: hidden;
  border: 2px solid var(--bg-color);
}
.section-3 a:hover {
  text-decoration: none;
}

.section-3 a img {
  display: block;
}
.section-3 .row {
  margin-right: -25px;
  margin-left: -25px;
}
.section-3 .tile {
  position: relative;
  margin-bottom: 25px;
  padding-right: 25px;
  padding-left: 25px;
}


.section-3 .tile p {
  margin-top: 10px;
  margin-bottom: 0px;
  min-height: 100px;
  font-size: 16px;
  padding-left: 5px;
  padding-right: 5px;
  min-height: 125px;
}

.section-3 .tile .sticker {
  position: absolute;
  width: 160px;
  height: 100px;
  top: -50px;
  color: white;
  background-image: url("./img/1.png");
  background-size: contain;
  z-index: 2;
  text-align: center;
}
.section-3 .tile .sticker-1, .section-3 .tile .sticker-2, .section-3 .tile .sticker-3, .section-3 .tile .sticker-4 {
  left: -10px;
  transform: rotate(-18deg);
}
.section-3 .tile .sticker-1 .sticker-inner,
.section-3 .tile .sticker-2 .sticker-inner {
  padding-top: 15px;
}
.section-3 .tile .sticker-3 .sticker-inner {
  padding-top: 40px;
}
.section-3 .tile .sticker-4 .sticker-inner {
  padding-top: 25px;
}

.bar {
  width: 100%;
  background-color: var(--bg-color);
  margin-top: -250px;
  height: 300px;
}

img#subsite-logo {
  max-width: 300px;
  margin-bottom: 50px;
}


@media (max-width: 576px) {
  .section-3 .tile {
    margin-left: 30px;
    margin-bottom: 50px;
  }
  .section-3 .tile.tile-4 {
    margin-left: 0px;
    margin-right: 30px;
  }
  img#subsite-logo {
    width: 100%;
  }
}




.section-4 {
  padding-top: 30px;
  background-color: var(--bg-color);
}
.section-4 h1 {
  font-size: 57px;
}
.section-4 p {
  margin-bottom: 70px;
}

.section-4 .tiles {
  padding: 0;
  margin: 0;
  list-style: none;
}

.section-4 .tile {
  margin-bottom: 15px;
}
.section-4 .tile a img {
}
.section-4 .tile a {
  display: block;
  position: relative;
  text-decoration: none;
  color: black;
}
.section-4 .tile a div {
  position: absolute;
  top: 30%;
  left: 20%;
  width: 70%;
  font-size: 20px;
}

.section-4 .tile a div.tile-label-1 {
  top: 43%;
  left: 20%;
}
.section-4 .tile a div.tile-label-2 {
  top: 35%;
  left: 20%;
}
.section-4 .tile a div.tile-label-3 {
  top: 15%;
  left: 20%;
}
.section-4 .tile a div.tile-label-4 {
  top: 43%;
  left: 20%;
}

.section-4-5 {
  background-color: white;
  color: black;
  padding-top: 50px;
}
.section-4-5 h1 {
  font-size: 57px;
  color: black;
}
.section-4-5 .text {
  font-size: 22px;
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.section-4-5 .photo {
  position: relative;
  z-index: 1;
}
.section-4-5 .barr {
  background-color: var(--bg-color);
  height: 200px;
  position: relative;
  z-index: 0;
}

.section-4-5 .esat-photo {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
}

@media (max-width: 767px) {
  .section-4-5 .esat-photo {
    display: none;
  }
}

.section-4-5 .barr .link {
  padding-top: 50px;
  padding-top: 20px;
}
.section-4-5 .barr .link a {
  color: black;
  padding: 23px 15px 23px 15px;
  display: inline-block;
  min-width: 320px;
  margin-top: 15px;
  margin-left: 20px;
  background-image: url("./img/esat_tuo.png");
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .section-4-5 .barr {
    height: auto;
  }
  .section-4-5 .barr .link a {
    margin-top: 20px;
    margin-bottom: 50px;
  }
}

.section-5 {
  padding-top: 80px;
  background-color: white;
  color: black;
  padding-bottom: 65px;
}
.section-5 h1 {
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 0px;
  width: 100%;
  font-size: 50px;
}
.section-5 .row {
  margin-bottom: 30px;
}
@media (max-width: 576px) {
.section-5 h1 {
  position: static;
  margin-bottom: 30px;
}
}

.section-6 {
  padding-top: 80px;
  padding-bottom: 30px;
}
.section-6 #kontakt {
  font-size: 22px;
}
.section-6 img.logo {
  display: block;
  width: 60%;
  margin-bottom: 20px;
}
.section-6 .row {
  margin-bottom: 15px;
}
.section-6 .row ul li {
  list-style: none;
  vertical-align: middle;
}
.section-6 .row ul li img {
  display: inline-block;
  max-width: 15%;
  vertical-align: middle;
}
.section-6 .row ul li div {
  display: inline-block;
  margin-left: 5%;
  width: 80%;
  vertical-align: middle;
  font-size: 22px;
}

.section-6 .tile {
  position: relative;
  width: 100%;
  color: black;
  margin-bottom: 25px;
  max-width: 355px;
}
.section-6 .tile-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: black;
  text-decoration: none;
}
.section-6 .tile-label-1 {
  margin-top: 25%;
  margin-left: 25%;
  font-size: 22px;
}
.section-6 .tile-label-2 {
  margin-top: 22%;
  margin-left: 25%;
  font-size: 22px;
}
.section-6 .tile-label-3 {
  margin-top: 13%;
  margin-left: 25%;
  font-size: 22px;
}
.section-6 ul.two-list {
  padding: 0;
  margin: 0;
  margin-top: 30px;
}
.section-6 ul.two-list li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 26px;
}


.section-7 img {
  margin-bottom: 50px;
}


.section-8 {
  padding-top: 80px;
}
.section-8 p {
  margin-top: 20px;
  font-size: 26px;
}
.section-8 .row {
  color: black;
}
.section-8 .tile {
  position: relative;
  width: 100%;
  color: black;
  margin-bottom: 25px;
  max-width: 355px;
}
.section-8 .tile-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: black;
  text-decoration: none;
  padding: 5%;
}
.section-8 .tile-label-1 {
  margin-top: 25%;
  margin-left: 25%;
  font-size: 22px;
}
.section-8 .photo {
  display: inline-block;
  width: 90%;
}
.plate {
  position: relative;
  margin-bottom: 25px;
}
.plate-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: black;
  text-decoration: none;
  text-align: center;
  font-size: 26px;
  padding: 8%;
  padding-bottom: 0;
}

.section-8 .row ul {
}
.section-8 .row ul li {
  list-style: none;
  vertical-align: middle;
}
.section-8 .row a {
  color: white;
}
.section-8 .row a:hover {
  text-decoration: underline;
}

.section-8 .row ul li img {
  display: inline-block;
  max-width: 15%;
  vertical-align: middle;
}
.section-8 .row ul li div {
  display: inline-block;
  margin-left: 5%;
  width: 80%;
  vertical-align: middle;
  text-align: left;
  font-weight: bold;
}

a.doc-link {
  color: white;
  font-weight: bold;
  text-decoration: underline;
}

.p-with-bg-1, .p-with-bg-2 {
  font-size: initial;
}
.p-with-bg-1 {
  padding-left: 5%;
  background-image: url("./img/numbers/1_bg.png");
  background-size: 110px;
  background-repeat: no-repeat;
  background-position: bottom left;
}
.p-with-bg-2 {
  padding-right: 5%;
  padding-top: 20px;
  background-image: url("./img/numbers/2_bg.png");
  background-size: 110px;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.doc-thumb-container {
  margin-top: 30px;
  margin-bottom: 30px;
}
.doc-thumb-container .plate {
  display: block;
  width: 80%;
}
.doc-thumb-container img.doc-thumb {
  display: block;
  margin-top: -20%;
  width: 80%;
  margin-left: 20%;
  margin-bottom: 30px;
}
.doc-thumb-container .plate-inner {
  font-size: 18px;
  padding-top: 16%;
}


.plate-inner.instruction {
  padding-left: 12%;
  padding-top: 7%;
  font-size: 21px;
  text-align: left;
}
.plate-inner.instruction a {
  color: white;
}
.plate-inner.instruction ul {
  padding: 0;
  margin: 0;
}
.plate-inner.instruction ul li {
  padding: 0;
  margin: 0;
}


@media (max-width: 1050px) {
  .plate-inner.list {
    font-size: 20px;
  }
}

@media (max-width: 1050px) {
  .plate-inner {
    font-size: 20px;
  }
  .plate-inner.list {
    font-size: 16px;
  }
  .plate-inner p {
    margin: 0;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .section-8 .photo {
    display: none;
  }
  .plate-inner.list {
    font-size: 22px;
  }
  .plate-inner p {
    margin: 0;
    font-size: 24px;
  }
}



@media (max-width: 1200px) {
  #section-1 .logos img.logo-1 {
    margin: 0;
  }
  #section-1 .logos img.logo-3 {
    width: 30%;
  }

}

@media (max-width: 767px) {
  #section-1 {
    margin-top: 30px;
    margin-bottom: 30px;

  }
  #section-2 {
    padding-top: 30px;
  }
  .section-3 {
    padding-top: 30px;
  }
  .section-5 {
    padding-bottom: 10px;
  }
  .section-5 .row {
    margin-bottom: 0px;
  }
  .section-5 a {
    margin-bottom: 30px;
    display: block;
  }
  .section-6 img.contact-photo {
    display: block;
    margin-bottom: 30px;
  }


}
@media (max-width: 576px) {
  .section-4 img.photo {
    margin-bottom: 25px;
  }
}

@media (min-width: 576px) and (max-width: 996px) {

  .section-3 .tile .sticker {
    width: 80px;
    height: 50px;
    top: -20px;
    font-size: 8px;
  }
  .section-3 .tile .sticker-1, .section-3 .tile .sticker-2, .section-3 .tile .sticker-3 {
    left: -5px;
    transform: rotate(-18deg);
  }
  .section-3 .tile .sticker-4 {
    right: -5px;
    transform: rotate(18deg);
  }
  .section-3 .tile .sticker-1 .sticker-inner,
  .section-3 .tile .sticker-2 .sticker-inner {
    padding-top: 8px;
  }
  .section-3 .tile .sticker-3 .sticker-inner {
    padding-top: 20px;
  }
  .section-3 .tile .sticker-4 .sticker-inner {
    padding-top: 12px;
  }

  .section-4 .tile a div{
    font-size: 11px;
  }


  .section-6 .tile-label-1 {
    margin-top: 25%;
    margin-left: 25%;
    font-size: 12px;
  }
  .section-6 .tile-label-2 {
    margin-top: 22%;
    margin-left: 25%;
    font-size: 12px;
  }
  .section-6 .tile-label-3 {
    margin-top: 13%;
    margin-left: 25%;
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  #section-1 h1 {
    font-size: 30px;
  }
  #section-1 p {
    font-size: 20px;
  }
  #section-1 a {
    font-size: 24px;
  }
  h1 {
    font-size: 30px;
  }
  #section-2 p {
    font-size: 15px;
  }
  #section-2 .tile-label-2 {
    margin-top: 17%;
    margin-left: 12%;
  }
  .section-3 p {
    font-size: 15px;
  }
  .section-3 .tile {
    margin-bottom: 80px;
  }
  .section-3 .tile p {
    min-height: 0;
  }
  .section-4 h1 {
    font-size: 30px;
  }
  .section-4 p {
    font-size: 20px;
  }
  .section-5 h1 {
    font-size: 30px;
  }
  #section-2 .tile-label-1 {
    font-size: 18px;
  }

  .section-4 .tile a div.tile-label-1 {
    top: 40%;
    font-size: 14px;
  }
  .section-4 .tile a div.tile-label-2 {
    top: 40%;
    font-size: 14px;
  }
  .section-4 .tile a div.tile-label-3 {
    top: 15%;
    font-size: 12px;
  }
  .section-4 .tile a div.tile-label-4 {
    top: 40%;
    font-size: 14px;
  }

  .plate-inner.list {
    padding-top: 8%;
    font-size: 16px;
  }
  .plate-inner {
    padding-top: 16%;
  }
  .plate-inner p {
    font-size: 16px;
  }
}
@media (min-width: 576px) and (max-width: 996px) {
  #section-2 .tile-label-1,#section-2 .tile-label-2 {
    margin-top: 10%;
    margin-left: 12%;
  }
}

@media (max-width: 996px) {
  .plate-inner.instruction {
    padding-left: 12%;
    padding-top: 7%;
    font-size: 16px;
  }
}
@media (max-width: 835px) {
  .plate-inner.instruction {
    padding-left: 12%;
    padding-top: 5%;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .plate-inner.instruction {
    padding-left: 12%;
    padding-top: 5%;
    font-size: 21px;
  }
}
@media (max-width: 385px) {
  .plate-inner.instruction {
    padding-left: 12%;
    padding-top: 5%;
    font-size: 14px;
  }
  #section-2 .tile-label-1 {
    margin-top: 10%;
  }
  #section-2 .tile-label-2 {
    margin-top: 8%;
  }
}
