body {
    font-family: "Yanone Kaffeesatz";
    font-size: 1.2rem;
}

.red {
    color: red;
}

.nav-link:active,
.icon-link:active,
.icon-link:hover,
.produkt-link:hover,
.produkt-link:active,
.nav-link:hover {
    text-decoration: underline;
    color: red !important;
}

#home {
    padding-top: 30px;
}

#termin,
#mathematik,
#deutsch,
#physik,
#informatik,
#kontaktformlar,
#produkte,
#bewertungen,
#about,
#datenschutz,
#impressum,
#weiterefaecher,
#kontaktimage,
#preise {
    padding-top: 100px;

}

.produkt-link{
    color: black;
    text-decoration: none;

}


.carousel {
    border-bottom: 2px solid rgb(255, 0, 0);
}

.navbar{
    border-bottom: 2px solid rgb(255, 0, 0);
}

.redborderbottom{
    border-bottom: 2px solid rgb(255, 0, 0);
}

.slider-image {
    width: 100vw;
    height: 50vh;
    background-position: center;
    background-size: cover;
}

.kontakt-image{
    width: 100%;
    height: 35vh;
    background-position: center;
    background-size: cover;
    border-radius: 15px;
    margin-bottom: 20px;
}

.slider-image-produkte {
    width: 100vw;
    height: 50vh;
    background-position: center;
    background-size: cover;
}



.card-image{
    height: 300px;
    background-position: center;
    background-size: cover;
}


@media (max-width:991px) {
    .card-group {
        display: flex;
        flex-flow: column wrap;
    }
    .text-xs-center {
        text-align: center;
      } 
      .margin-xs-3{
        margin-top: 10px;
      }
}


.footer {
    font-family: sans-serif;
    font-size: 1rem;
    text-align: center;
    border-top: 1.5px solid red;
}

.footer-link:hover {
    color: red !important;
}


.image-termin {
    margin-bottom: 1ex;
    margin-top: 1ex;
}

.image-termin:hover {
    color: white !important;
}





/* ANCHOR LOGIN Page*/

