.footer-bg{
    background-image: url(../assets/img/footer.png);
    background-size: cover;
    background-repeat: no-repeat;
} 

.bg-image {
    height: 700px;
    background-image: url('../assets/img/Kontakt.png') !important;
    background-repeat: no-repeat;
    background-size: 53%;
    margin-left: 2px !important;
    margin-right: 2px !important;
}

.triagles-image {
    height: 320px;
    background-image: url('../assets/img/BG2.png') !important;
    background-repeat: no-repeat;
    background-size: 100%;
}

.bottom-border{
    border-bottom: 9px solid #009FE3;
    
}

.ul-data-adapt{
    margin-left: 3rem;
}





.map1{
    background-image: url(../assets/img/map-right.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 86% !important;
    height: 40vw !important;
}

.map2{
    background-image: url(../assets/img/map-left.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 86% !important;
    height: 40vw !important;   
}

.adapt-visible{
    display: none !important;
}

.maps1{
    align-items: left !important;
}

.maps2{
    align-items: flex-end !important;
}

.ul-data{
   align-items: flex-end;
  
}

.footer-text{
    font-family: Poppins !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 159%;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 10px;
}


@media (max-width: 890px) {
    .maps{
        align-items: center !important;
    }
    .maps1{
        align-items: center !important;
    }

    .map1{
    background-image: none;
    background-size: 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    margin-left: -38px !important;
    height: 100% !important;
    margin-bottom: 40px;
    
    /*
    width: 44% !important;
    height: 44vw !important;
    width: 100%;*/
    }

    .map2{
        background-image: none;
        background-size: 100%;
        background-repeat: no-repeat;
        display: flex;
        justify-content: center;
        height: 100% !important;
        margin-bottom: 40px;  
    }

    .adapt-visible{
        display: flex !important;
        background-image: url(../assets/img/map1.png);
        background-size: 100%;
        background-repeat: no-repeat;
        width: 44% !important;
        height: 47vw !important;
    }

    .ul-data-adapt{
        align-items: center !important;
       
     }
    

}

@media (max-width: 768px) and (min-width: 200px) {
    .adapt-hide{
        display: none;
        }

        .right-side{
            height: 400px;
            background-image: url('../assets/img/BG2.png');
            background-repeat: no-repeat;
            background-size: cover;
        }
            .bg-image{
                height: 500px !important;
                background-size: 100% !important;
            }
}

@media (max-width: 1412px) and (min-width: 880px) {
    
}

@media (max-width: 880px) and (min-width: 557px) {
    .menu{
        display: none !important;
    }
}

@media (max-width: 557px) and (min-width: 417px) {
    .menu{
        display: none !important;
    }
}

@media (max-width: 417px) and (min-width: 200px) {
    .menu{
        display: none !important;
    }
    .footer-text{
        font-family: Poppins !important;
      font-style: normal !important;
      font-weight: 400 !important;
      font-size: 13px !important;
      line-height: 159%;
      color: #FFFFFF;
      text-align: center;
    }

}

@media (max-width: 1048px) and (min-width: 879px) {
.ul-data-adapt{
    margin-left: 10px;
}
}

@media (max-width: 557px) and (min-width: 200px) {
    .ul-data-adapt{
        margin-left: 8px;
    }
}