* {
    outline: none;
}

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

p {
    font-size: 15px;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;

}

#top {
    background-color: #0d3880;
    height: 20px;
}

header {
    background-color: #FFFFFF;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

.uk-slideshow-items {

}

h1, h2 {
    text-transform: uppercase;
    padding-top: 60px;
}

p {
    text-align: center;
}

#logo {
    width: 75%;
}

nav ul li a {
    position: relative;
    font-family: 'Lato', sans-serif !important;
    margin: 0 20px;
    color: #555 !important;
    font-size: 15px !important;
    font-weight: 400 !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: 2px;
    background: linear-gradient(to right, #007c00 70%, #00463a 100%);

    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9136029411764706) 17%, rgba(0,0,0,0.008841036414565795) 91%);

    content: "";
    transition: width 0.2s;
}

nav ul li.uk-active > a:after {
    display: block !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 23px !important;
    width: 100% !important;
    height: 2px !important;
     background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9136029411764706) 17%, rgba(0,0,0,0.008841036414565795) 91%);

    content: "" !important;
    transition: width 0.2s !important;
}

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

h1:after, h2:after {
    display: block !important;
    position: absolute !important;
    left: 0 !important;
    bottom: -4px !important;
    width: 100% !important;
    height: 2px !important;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9136029411764706) 17%, rgba(0,0,0,0.008841036414565795) 91%);

    content: "" !important;
    transition: width 0.2s !important;
}

#kontakt div {
    text-align: center;
}

#kontakt .label {
    font-size: 20px;
}

#kontakt .sublabel {
    margin: 10px 0;
}

#kontakt-container {
    margin-top: 20px;
    padding-bottom: 20px;
    color: #FFFFFF;
    background: rgb(13,56,128);
    background: linear-gradient(90deg, rgba(13,56,128,1) 0%, rgba(0,117,190,1) 100%);
}

#kontakt-container h2 {
    color: #FFFFFF;
    font-weight: 700;
    text-align: left;
}

#kontakt-container h2:after {
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9136029411764706) 17%, rgba(0,0,0,0.008841036414565795) 91%);
}

#send {
    text-transform: uppercase;
    color: #fff;
    background-color: transparent;
    padding: 14px 34px;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 25px;
    transition: all 0.5s linear;
    border: 2px solid #FFFFFF;
    margin-bottom: 50px;


}

#send:hover {
    color: #1f386e;
    background: #fff;
}
#kontakt-container .social path {
    color: #FFFFFF !important;
}

#kontakt-container .social {
    position: relative;

}
#kontakt-container .social:before {
    display: block !important;
    content: "";
    position: absolute !important;
    left: 0 !important;
    top: -36px !important;
    width: 100% !important;
    height: 1px !important;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9136029411764706) 17%, rgba(0,0,0,0.008841036414565795) 91%);
}


#kontakt-container .social .uk-icon-button {
    background-color: transparent !important;
    border: 1px solid #FFFFFF;
}

.uk-alert-danger, .uk-alert-success {
    background-color: transparent;
}

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


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

@media (min-width: 1921px) {
    .slider-container, .featured-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: 800px) {

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

}

@media (max-width: 660px) {

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

}

@media (max-width: 420px) {

 #top {
     height: 10px;
 }

 #kontakt-container {
   margin-top: 0;
 }

 .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%;
 }

 .button-container #send {
     margin-left: 0;
     margin-bottom: 10px;
     margin-top: 0;
 }

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

}

@media (max-width: 380px) {

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

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

}
