body{
    background-color:#040507 !important;
    font-family: 'Lato', sans-serif;
}
 .hero{
    background:linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.4)),url('2c48c8c8.png');
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background-position:left;
    background-repeat:repeat;
    overflow-x: hidden;
}
 .content-holder{
    position:absolute;
    z-index:1;
    padding:0px;
    color:#fff;
    text-align:center;
    width:100%;
    margin:0 auto;
    font-family: 'Lato', sans-serif;
    height:100vh;
}
 .text-content{
  padding: 198px 0;
  animation-delay: 1s;
  background: rgba(13, 13, 13, 0.3686274509803922);
}
@media (min-width:1200px){
  .text-content{
    padding: 249px 0;
  }
}
 .text-content h1{
    font-size: 1.8em;
    letter-spacing: 2px;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0;
    font-weight: 500;
}
 .text-content h1 span{
    font-weight:600;
}
 @media (max-width:768px){
    .text-content h1{
      font-size: 1.3em;
    }
}
 p{
    font-weight:300;
    font-size:14px;
}
 small{
    font-weight:300;
}
 .content-holder img{
    width:380px;
    height:auto;
    will-change: transform;
}
 @media (max-width:992px){
    .content-holder img{
        width: 100%;
        height:auto;
    }
}
 .logo{
    background-size:100%;
    width:100%;
    height:auto;
    margin: 0 auto;
    padding: 50px 0;
}
 .kontakt{
   text-align: center;
    font-size: 22px;
    animation-delay: 2s;
    letter-spacing: 1px;
    padding: 20px 0;
    margin: 0 auto;
    font-family: 'Lato', sans-serif;
    border-bottom: 1px solid #525252;
}
 .kontakt a{
    font-weight:300;
    color:#fff;
    transition:all 0.5s;
    font-size:14px;
    will-change:transform;
    line-height: 45px;
}
@media (max-width:992px){
  .kontakt a{
     font-size:9px;
 }
}
 .kontakt a:hover{
    text-decoration:underline;
    color:#fff;
    font-weight:300;
}
 .kontakt a:focus{
    color:#fff;
    text-decoration:none;
}

@media (max-width:992px){
  .kontakt-info{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.icon-holder {
  margin-right: 12px;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background: #fa9623;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}
 .icon{
   color: #fff;
   padding-right: 5px;
   font-size: 18px;
   vertical-align: top;
   position: relative;
   bottom: 4px;
   left: 3px;
}
@media (max-width:992px){
   .icon{
    bottom: 2px;
   }
}
.burkar{
  animation-delay: 1.5s;
}
.burkar img{
  width: 100%;
}
.om-oss{
  padding: 40px 0;
  animation-delay: 3s
}
.om-oss p{
  font-size: 18px;
}
@media (max-width:992px){
  .om-oss p{
    font-size: 16px;
  }
}
