*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  font-family: "Oxygen";
}

body {
  font-family: inherit;
}

.dsp-none {
  display: none !important;
}

.dsp-block {
  display: block;
}

.no-scroll {
  height: 100%;
  overflow-y: hidden;
}

.hidden {
  display: none !important;
}

.show--b {
  display: block !important;
}

.show--f {
  display: flex !important;
}

.show--inlb {
  display: inline-block !important;
}

.show--inl {
  display: inline !important;
}

.baner {
  width: 100%;
  height: 10rem;
  background-color: #be1e2d;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}

.baner__img {
  background-color: snow;
  border-radius: 50%;
  width: 9rem;
  height: 9rem;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: .5rem;
  left: 22rem;
}

@media only screen and (max-width: 1080px) {
  .baner__img {
    width: 8rem;
    height: 8rem;
    top: 1rem;
    left: 18rem;
  }
}

@media only screen and (max-width: 960px) {
  .baner__img {
    left: 12rem;
  }
}

@media only screen and (max-width: 740px) {
  .baner__img {
    width: 6rem;
    height: 6rem;
    left: 8rem;
    top: 2rem;
  }
}

@media only screen and (max-width: 578px) {
  .baner__img {
    left: 2rem;
  }
}

.baner__heading {
  text-align: center;
  color: snow;
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  font-size: 4rem;
}

@media only screen and (max-width: 1080px) {
  .baner__heading {
    font-size: 2rem;
  }
}

.main {
  background-image: linear-gradient(to right, white 25%, rgba(255, 250, 250, 0.3)), url("../../assets/img//360image1.jpg");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding-bottom: 4rem;
}

@media only screen and (max-width: 740px) {
  .main {
    background-position: 60% 50%;
  }
}

@media only screen and (max-width: 575px) {
  .main {
    background-position: 70% 50%;
  }
}

@media only screen and (max-width: 360px) {
  .main {
    background-position: 70% 50%;
  }
}

.post {
  margin: 4rem 0;
  width: 60%;
  margin: 0 auto;
  padding: 4rem;
}

@media only screen and (max-width: 1440px) {
  .post {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) {
  .post {
    width: 70%;
  }
}

@media only screen and (max-width: 1280px) {
  .post {
    width: 65%;
    padding: 3rem;
  }
}

@media only screen and (max-width: 960px) {
  .post {
    width: 80%;
    padding: 3rem;
  }
}

@media only screen and (max-width: 740px) {
  .post {
    width: 85%;
    padding: 2rem;
  }
}

@media only screen and (max-width: 360px) {
  .post {
    width: 86%;
    padding: 1rem;
  }
}

.post__heading {
  font-size: 3.2rem;
  text-align: center;
  text-transform: uppercase;
  padding: 4rem 0;
}

@media only screen and (max-width: 1280px) {
  .post__heading {
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 740px) {
  .post__heading {
    font-size: 2.2rem;
  }
}

.post__text {
  font-size: 2rem;
  text-align: left;
}

@media only screen and (max-width: 1280px) {
  .post__text {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 740px) {
  .post__text {
    font-size: 1.6rem;
  }
}

.post__link, .post__link:visited {
  display: block;
  font-size: 2rem;
  text-decoration: none;
  color: #be1e2d;
  transform: translateY(-2rem);
}

@media only screen and (max-width: 1280px) {
  .post__link, .post__link:visited {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 740px) {
  .post__link, .post__link:visited {
    font-size: 1.6rem;
  }
}

.post__link:hover {
  color: #be1e2d;
  text-decoration: none;
}

.postembed {
  width: 80rem;
  margin: 4rem auto;
  position: relative;
}

@media only screen and (max-width: 980px) {
  .postembed {
    width: 60rem;
    margin: 3rem auto;
  }
}

@media only screen and (max-width: 740px) {
  .postembed {
    width: 56rem;
    margin: 3rem auto;
  }
}

@media only screen and (max-width: 600px) {
  .postembed {
    width: 48rem;
    margin: 3rem auto;
  }
}

@media only screen and (max-width: 560px) {
  .postembed {
    width: 33rem;
    margin: 2rem auto;
  }
}

.postembed__heading {
  font-size: 2.4rem;
  text-align: center;
  padding: 2rem 0;
  font-weight: 700;
}

.postembed__line {
  margin-top: 1rem;
  color: #be1e2d;
  background-color: #be1e2d;
}

.divider__line {
  width: 80rem;
  margin: 0 auto;
  margin-top: 1rem;
  color: #be1e2d;
  background-color: #be1e2d;
}

@media only screen and (max-width: 980px) {
  .divider__line {
    width: 60rem;
  }
}

@media only screen and (max-width: 740px) {
  .divider__line {
    width: 56rem;
  }
}

@media only screen and (max-width: 600px) {
  .divider__line {
    width: 48rem;
  }
}

@media only screen and (max-width: 560px) {
  .divider__line {
    width: 33rem;
  }
}

.cta {
  border: 3px solid;
  border-radius: .5rem;
  padding: 2rem;
  border-color: rgba(190, 30, 45, 0.9);
  box-shadow: 0 10px 15px #888;
  overflow-wrap: break-word;
}

.panorama__heading {
  font-size: 2.4rem;
  text-align: center;
  padding: 4rem 0;
  font-weight: 700;
}

.virtualtour {
  padding: 1rem 0;
}

#pan1, #pan2 {
  height: 45rem;
  width: 80rem;
  margin: 0 auto 2rem auto;
  position: relative;
}

@media only screen and (max-width: 980px) {
  #pan1, #pan2 {
    width: 60rem;
    height: 33.75rem;
    margin: 3rem auto;
  }
}

@media only screen and (max-width: 740px) {
  #pan1, #pan2 {
    width: 56rem;
    height: 31.5rem;
    margin: 3rem auto;
  }
}

@media only screen and (max-width: 600px) {
  #pan1, #pan2 {
    width: 48rem;
    height: 27rem;
    margin: 3rem auto;
  }
}

@media only screen and (max-width: 560px) {
  #pan1, #pan2 {
    width: 33rem;
    height: 18.56rem;
    margin: 2rem auto;
  }
}

.custom-hotspot {
  height: 22rem;
  width: 22rem;
  background-image: url("../../assets/img/3k%20kocka%20450x450px.png");
  background-size: cover;
}

@media only screen and (max-width: 740px) {
  .custom-hotspot {
    height: 12rem;
    width: 12rem;
  }
}

#controls {
  position: absolute;
  background-color: rgba(200, 200, 200, 0.4);
  bottom: 0;
  left: 50%;
  z-index: 2;
  text-align: center;
  width: 41rem;
  padding-bottom: 3px;
  transform: translateX(-50%);
  border-radius: 3px;
}

@media only screen and (max-width: 740px) {
  #controls {
    display: block;
    width: 33rem;
  }
}

@media only screen and (max-width: 739px) {
  #controls {
    display: none;
  }
}

.ctrl {
  padding: 8px 5px;
  width: 30px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}

@media only screen and (max-width: 740px) {
  .ctrl {
    width: 20px;
  }
}

@media only screen and (max-width: 360px) {
  .ctrl {
    padding: 2px 1px;
  }
}

.pannellum__icon {
  width: 2.4rem;
  height: 2.4rem;
  fill: rgba(0, 0, 0, 0.5);
}

.pannellum__icon:hover {
  fill: rgba(0, 0, 0, 0.8);
}

@media only screen and (max-width: 740px) {
  .pannellum__icon {
    width: 1.8rem;
    height: 1.8rem;
  }
}

@media only screen and (max-width: 360px) {
  .pannellum__icon {
    width: 1.6rem;
    height: 1.6rem;
  }
}

.pnlm-title-box {
  font-size: 1.2rem !important;
}

.pnlm-panorama-info {
  background-color: rgba(0, 0, 0, 0.44);
}

.pnlm-pointer {
  background-color: rgba(0, 0, 0, 0.44);
}

.panscenes {
  display: flex;
  flex-direction: column;
}

.panscenes__numbers {
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 100;
  transform: translate(-50%, -150%);
}

.panscenes__scenes {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.panscenes--text {
  font-size: 1.8rem;
  padding: 1.6rem 0;
  color: black;
}

@media only screen and (max-width: 740px) {
  .panscenes--text {
    font-size: 1.6rem;
  }
}

.scene {
  cursor: pointer;
}

.icon-number {
  width: 3rem;
  height: 3rem;
  margin: 0 .5rem;
  fill: snow;
}

.contacts-icons {
  fill: rgba(255, 250, 250, 0.6);
  transition: transform .2s ease;
}

@media only screen and (max-width: 812px) and (orientation: landscape) {
  .contacts-icons {
    width: 3rem;
    height: 3rem;
  }
}

.contacts-icons:hover {
  fill: snow;
  transform: translateY(-3px);
}

.icon {
  width: 3rem;
  height: 3rem;
  fill: snow;
}

.icon-mojkist2 {
  width: 9rem;
  height: 9rem;
}

.contact {
  display: flex;
  flex-direction: column;
  background-color: #be1e2d;
}

.contact__title {
  margin: 6rem auto;
}

.contact__title-heading {
  text-align: center;
  font-size: 2.4rem;
  color: snow;
}

.contact__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  margin: 0 auto 3rem auto;
}

.contact__links {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  color: snow;
  font-size: 2rem;
  margin: 0 1rem 1rem 1rem;
}

@media only screen and (max-width: 800px) {
  .contact__links {
    width: 33%;
    margin: 2rem;
  }
}

@media only screen and (max-width: 740px) {
  .contact__links {
    width: 27%;
    margin: 2rem;
  }
}

@media only screen and (max-width: 360px) {
  .contact__links {
    width: 40%;
    margin: 1rem;
  }
}

.contact__links--link,
.contact__links :visited {
  text-decoration: none;
}

.contact__links--link:hover,
.contact__links :visited:hover {
  color: snow;
  text-decoration: none;
}

.contact__links--icon {
  display: flex;
  flex-direction: column;
  width: auto;
  height: 18rem;
  text-align: center;
  font-size: 4rem;
  font-weight: 400;
  color: snow;
  cursor: pointer;
  margin: 2rem;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.7);
}

.contact__agency {
  margin-top: 8rem;
}

.contact__agency-title {
  color: snow;
  font-size: 4rem;
  text-align: center;
}

.contact__agency-text {
  color: snow;
  font-size: 1.8rem;
  margin-top: 3rem;
  padding: 0rem 0rem 2rem 0rem;
  font-family: inherit;
}

.contact__agency-link, .contact__agency:visited {
  display: block;
  width: 30rem;
  text-align: center;
  font-size: 3rem;
  font-weight: 300;
  margin-bottom: 0 auto 2rem auto;
  padding: 1rem 2rem;
  color: #fff;
  text-decoration-line: underline;
  text-decoration-style: solid;
  background-image: linear-gradient(120deg, transparent 0%, transparent 50%, #be1e2d 65%, #be1e2d 73%, transparent 73%, transparent 78%, #231f20 78%);
  background-size: 300%;
  transition: all .4s ease-in-out;
  border-radius: .5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contact__agency-link:hover, .contact__agency-link:active, .contact__agency:visited:hover, .contact__agency:visited:active {
  background-position: 100%;
  box-shadow: 0px 10px 10px black;
  text-decoration: none;
  color: snow;
}

.italic {
  font-style: italic;
}

.link__content {
  position: relative;
  width: 100%;
  height: 8rem;
}

.footer {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #be1e2d;
}

.footer__creator {
  display: flex;
  flex-direction: column;
}

.footer__creator--text {
  color: rgba(255, 250, 250, 0.6);
  font-size: 1.2rem;
  text-align: center;
}

.footer__creator--link, .footer__creator:visited {
  color: rgba(255, 250, 250, 0.6);
  font-size: 1.2rem;
  text-align: center;
  text-decoration: none;
}

.footer__creator--link:hover, .footer__creator:visited:hover {
  text-decoration: none;
  color: rgba(255, 250, 250, 0.6);
}

.creator__line {
  height: 1px;
  background-color: #be1e2d;
  box-shadow: 0 2px 5px rgba(255, 250, 250, 0.8);
  margin-top: 2rem;
  width: 90%;
}

.creator__links {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: snow;
  font-size: 2rem;
}
