@font-face {
  font-family: "amor_serif_proregular";
  src: url("../font/amorserifpro-webfont.woff2") format("woff2"), url("../font/amorserifpro-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "amor_serif_probold";
  src: url("../font/amorserifpro-bold-webfont.woff2") format("woff2"), url("../font/amorserifpro-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "amor_serif_probold_italic";
  src: url("../font/amorserifpro-bolditalic-webfont.woff2") format("woff2"), url("../font/amorserifpro-bolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "amor_serif_proitalic";
  src: url("../font/amorserifpro-italic-webfont.woff2") format("woff2"), url("../font/amorserifpro-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background-color: white;
  font-family: "amor_serif_proregular";
}
@media screen and (min-width: 1000px) {
  body {
    height: 100vh;
    overflow: hidden;
  }
}

#mobile {
  display: block;
}
@media screen and (min-width: 1000px) {
  #mobile {
    display: none;
  }
}

#desktop {
  display: none;
}
@media screen and (min-width: 1000px) {
  #desktop {
    display: block;
  }
}

.bg-blue {
  background-color: #004281;
  color: white;
}

#desktop .top-bar {
  width: 100%;
  height: 30vh;
  background-image: url("../img/logo.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 21vh;
  position: relative;
}
#desktop .top-bar .symbol {
  width: 50px;
  height: auto;
  position: absolute;
  left: 10px;
  top: 10px;
}
#desktop .middle-bar {
  height: 58vh;
  background-image: url("../img/desktop-tresc.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 47vh;
}
#desktop .footer {
  height: 12vh;
  text-align: center;
  font-size: 2.4vh;
  line-height: 3.8vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#desktop .footer a {
  text-decoration: none;
  color: white;
}
#desktop .footer a:hover {
  text-decoration: underline;
}

#mobile .top-bar {
  width: 100%;
  height: 25vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
}
#mobile .top-bar img {
  display: block;
  width: 80vw;
  max-width: 350px;
  height: auto;
}
#mobile .firstPage {
  height: 75vh;
  padding-bottom: 70px;
}
#mobile .firstPage .middle-bar {
  height: 55vh;
  margin-top: 25vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
#mobile .firstPage .middle-bar img {
  display: block;
  width: 80vw;
  max-width: 350px;
  height: auto;
}
#mobile .firstPage .footer-btn {
  display: flex;
  align-items: start;
  justify-content: center;
  text-align: center;
  height: 20vh;
  padding-bottom: 70px;
}
#mobile .firstPage .footer-btn a {
  display: block;
  text-decoration: none;
  padding: 15px;
  background-color: #004281;
  color: white;
  font-size: 25px;
  width: 85vw;
}
#mobile #kontakt {
  height: 75vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#mobile #kontakt .wrapper {
  padding-bottom: 50px;
}
#mobile #kontakt .name {
  font-weight: bold;
  font-size: 30px;
  color: #004281;
}
#mobile #kontakt .kontakt {
  color: #004281;
  font-size: 23px;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 50px;
}
#mobile #kontakt a {
  display: block;
  text-decoration: none;
  padding: 15px;
  background-color: #004281;
  color: white;
  font-size: 25px;
  width: 85vw;
  margin-top: 25px;
}
#mobile .back {
  display: none;
  position: fixed;
  bottom: 7.5vw;
  right: 7.5vw;
}
#mobile .back img {
  width: 50px;
  height: auto;
}/*# sourceMappingURL=styles.css.map */