* {
    outline: none;
}

h1 {
    font-size: 2rem;
    line-height: 1.3;
}


ul {
    margin: 0;
    margin-bottom: 10px;
}

header {
    background-color: #123274;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    top: 30px !important;
    transition: all 0.3s;
}

header.top {
    top: 0px !important;
}

.uk-sticky-placeholder {
    height: unset !important;
}

h1, h2 {

}

p, span, li {
    text-align: left;
    font-weight: 600;
    font-size: 15px;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
}

#logo {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    width: 120px;
}

#galeria {
    padding-bottom: 20px;
}

.menu {
    width: 100%;
    padding: 10px 0;
}

.uk-navbar-nav {
    align-items: center;
    justify-content: center;
}

nav ul li a {
    position: relative;
    font-family: 'Lato', sans-serif !important;
    margin: 0 20px;
    color: #FFFFFF !important;
    font-size: 19px !important;
    font-weight: 400 !important;
    text-transform: none !important;
}

nav ul li.uk-active {
}

nav ul li.uk-active > a:hover,
nav ul li.uk-active > a:focus {
    color: #333;
    background-color: transparent;
}

nav ul > li > a:hover:after {
    width: 100%;
}

nav ul > li > a:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 23px;
    width: 0;
    height: 1px;
    background: #FFFFFF;
    content: "";
    transition: width 0.2s;
}

h1, h2 {
    position: relative;
    width: max-content;
}

.container-grey {
    background: #ededed;
    padding: 50px 0;
}

h1, h2 {
    font-size: 18px;
    font-weight: 700;
}

.sublabel svg {
    margin-right: 5px;
}

footer {
    background: #ededed;
    padding: 50px 0 30px 0;
    color: #FFFFFF;
}

footer .logo {
  padding: 10px 10px 10px 0;
}


footer .label {
    text-align: right;
    font-weight: 700;
}

footer .address-container p {
    margin: 0;
    text-align: right;
    font-weight: 400;
}

.bottom-menu {
    margin-left: 40px;
}

.bottom-menu ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%;
}

.bottom-menu ul li, .bottom-menu, .address-container {
    height: 100%;
}

.footer-container-box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

.address-container, .social-container {
    float: left;
}

.social-container {
    margin-left: 40px;
}

.bottom-menu ul li a {

    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    //min-height: 100px;
    color: #FFFFFF;
    padding: 0 5px;
    height: 100%;
}

.uk-icon-button {
    border-radius: 4px;
    background: transparent;
}

.uk-icon-button svg{
    color: #FFFFFF;
}

#kontakt {
    background-color: #123274;
    padding: 15px 0;
}

.uk-icon-button:focus, .uk-icon-button:hover {
    background: transparent;
}

@media (max-width: 1920px) {
    .slider-container {
        /*width: 100% !important;*/
        max-width: none !important;
        padding: 0 !important;
    }
}

@media (min-width: 1921px) {
    .slider-container {
        /*width: 100% !important;*/
        max-width: 100% !important;
        width: 100%;
        padding: 0 !important;
    }

    .slider-container img {
        width: 100%;
    }

    #featured .uk-grid-collapse {
        width: 100%;
    }

    #featured img {
        width: 100%;
    }

}


@media (max-width: 820px) {

    .uk-slideshow-items {
        min-height: 370px !important;
    }

    .footer-menu {
        display: none;
    }

    .address-container {
        margin-top: 50px;
    }

}

@media (max-width: 800px) {

    .uk-slideshow-items {
        min-height: 310px !important;
    }

}

@media (max-width: 800px) {

  header {
      top: 0!important;
      height: 80px;
      position: absolute !important;
      width: 100% !important;
  }

    footer .logo {
        text-align: center;
    }

    .footer-container-box {
        justify-content: center;

    }

  #logo {
     position: absolute;
     width: 70px;
     margin-left: 5px;
  }

  .uk-navbar-toggle {
     color: #FFFFFF;
  }

    footer .label, footer .address-container p {
        text-align: left;

    }



  .menu {
     padding: 0;
  }

  .uk-navbar-toggle {
        justify-content:flex-end;
  }

  .first-container {
      margin-top: 80px;
  }


 .uk-offcanvas-bar a {
   font-size: 1.4rem;
   line-height: 2.4rem;
 }

 #galeria .uk-margin-remove {
    margin-bottom: 10px !important;
 }

.uk-slideshow-items {
        min-height: 340px !important;
 }

 .uk-slideshow-items img {
     width: 100%;
 }

 .button-container {
     width: 100%;
 }


 #kontakt-container .social:before {
     display: none !important;
 }

}

@media (max-width: 800px) {

    .container-full-mobile {
        padding: 0;
    }

    .container-full-mobile .uk-grid-small > div {
        padding: 0;

    }
    .container-full-mobile .uk-grid-margin{
        margin: 0;
    }

  

    .uk-slideshow-items {
        min-height: 260px !important;
    }

    #slider-bottom .uk-slideshow-items {
        min-height: 240px !important;
    }

    h1, h2 {
        font-size: 1.5rem;
        padding-top: 20px;
    }

}