@font-face {
  font-family: "Tilt Neon";
  src: url(/fonts/TiltNeon.ttf);
}
@font-face {
  font-family: "Goldman";
  src: url(/fonts/Goldman-Regular.ttf);
}
@media (max-width: 992px) {
  #bgicon {
    font-size: 300px;
  }
  #header #contact {
    top: -10px;
    margin-left: -23px;
  }
  #header #contact a {
    padding-left: 50px;
    padding-right: 50px;
  }
  #header .col-md-3:first-child {
    margin-bottom: 15px;
  }
  #header .col-md-3:first-child img {
    width: unset;
    height: 100px;
  }
  #header .col-md-2 {
    padding-right: 0;
  }
  #header .col-md-2,
  #header .col-md-3:last-child {
    width: 180px;
    display: inline-block;
  }
  #kontakt .kontakt-style > span {
    display: none;
  }
  #kontakt button {
    position: initial !important;
  }
}
@media (max-width: 750px) {
  #footer ul {
    display: block;
  }
  #footer ul li {
    float: unset;
    margin-right: unset;
    margin-bottom: 10px;
  }
}
@media (max-width: 790px) {
  #home .kontakt div:nth-child(2) {
    top: calc(50% - 133px) !important;
  }
}
@media (max-width: 590px) {
  #home .kontakt > div:nth-child(2) {
    top: calc(50% - 88px) !important;
  }
  #home .kontakt > div:nth-child(2) > p:first-child {
    font-size: 30px !important;
  }
  #home .kontakt > div:nth-child(2) > p:nth-child(2) {
    font-size: 16px !important;
  }
}
@media (max-width: 460px) {
  #home .kontakt div:nth-child(2) {
    top: calc(50% - 120px) !important;
  }
}
@media (max-width: 340px) {
  #home .kontakt div:nth-child(2) {
    top: calc(50% - 135px) !important;
  }
}
@media (max-width: 295px) {
  #home .kontakt div:nth-child(2) {
    top: calc(50% - 135px) !important;
  }
  #home .kontakt div:nth-child(2) > p:first-child {
    font-size: 25px !important;
  }
}
@media (max-width: 744px) {
  #header .col-md-2,
  #header .col-md-3:last-child {
    width: 246px;
  }
}
@media (max-width: 500px) {
  #header .col-md-2,
  #header .col-md-3:last-child {
    width: 180px;
  }
  #header #contact {
    margin-left: 5px;
  }
}
@media (max-width: 365px) {
  #header .col-md-3:last-child {
    margin-top: 15px;
  }
}
