* {
    font-family: 'Roboto', sans-serif !important;
}

nav {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
}

.navbar-brand img {
    width: 100px;
}

header {
    background-size: cover !important;
    margin-bottom: 50px;
    word-wrap: break-word;
    background: radial-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)), url('/img/slider/slider2.jpg') center center no-repeat;
}

.splide__slide img {
    width: 100%;
    height: auto;
}

header div {
    padding: 15vh 10vw !important;
}

main section {
    margin-bottom: 2rem;
}

article {
    margin-bottom: 1.5rem;
}

h2 {
    font-size: calc(1.325rem + 1.9vw);
}

h2 i {
    margin-right: 1rem;
}

footer {
    color: lightgrey;
}

footer a {
    color: lightgrey !important;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

footer small>a {
    display: block;
}

footer hr {
    color: darkgray;
}

.infos .card {
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.infos .card:not(last-of-type) {
    margin-bottom: 1rem;
}

.jumbotron {
    height: 25vh;
    background: url('/img/slider/slider2.jpg') center center no-repeat !important;
    width: 100%;
    background-size: cover!important;
}

.kontakt-logo {
    height: 125px;
    padding: 20px;
}

.list-group-item a {
    display: block;
    text-decoration: none;
}

.list-group-item i {
    margin-right: 0.5rem;
}

#termine .list-group p {
    margin-bottom: 0.5rem;

}

