.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/koskos_bg_desktop.png');
  background-position: 50% 50%;
  font-family: 'Proza Libre', sans-serif;
  font-weight: 500;
}

.koskos {
  position: relative;
  left: -2vw;
  display: block;
  width: 52vw;
  max-width: 700px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.kontejner {
  position: relative;
  left: -50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 888px;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.info-kutija {
  position: relative;
  top: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transform: rotate(-12deg);
  -ms-transform: rotate(-12deg);
  transform: rotate(-12deg);
}

.heading {
  color: #000;
  font-weight: 500;
  text-align: center;
}

.heading.infotekst {
  font-size: 36px;
  line-height: 53px;
}

.link {
  color: #000;
  text-decoration: none;
}

.link:hover {
  color: #fe6b00;
  text-decoration: underline;
}

.legalese {
  margin-top: 50px;
  font-size: 10px;
  font-weight: 500;
  text-align: center;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media screen and (max-width: 991px) {
  .body {
    overflow: visible;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .koskos {
    width: 90vw;
    max-width: 540px;
    margin-top: 60px;
  }
  .kontejner {
    left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .info-kutija {
    margin-top: 0px;
    margin-bottom: 100px;
  }
  .link {
    text-decoration: underline;
  }
}

@media screen and (max-width: 767px) {
  .koskos {
    margin-top: 70px;
  }
  .info-kutija {
    top: 0px;
    margin-top: 0px;
    margin-bottom: 100px;
  }
  .heading.infotekst {
    font-size: 24px;
    line-height: 38px;
  }
  .legalese {
    margin-top: 30px;
  }
}

@media screen and (max-width: 479px) {
  .koskos {
    margin-top: 70px;
  }
  .kontejner {
    min-height: 560px;
  }
  .info-kutija {
    top: 0px;
    margin-top: 0px;
    margin-bottom: 100px;
  }
}

