* {
    font-family: 'Raleway', sans-serif;
}

.carousel-item {
    min-height: 100vh;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.carousel-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: -1;
}

.carousel-item h1 {
    color: white;
    margin: 0, 0, 10px;
    opacity: 0;
}

.carousel-item h2 {
    color: white;
    margin: 0, 0, 10px;
    opacity: 0;
}

.carousel-item h3 {
    color: white;
    margin: 0, 0, 10px;
    opacity: 0;
}

.carousel-item h4 {
    color: white;
    margin: 0, 0, 10px;
    opacity: 0;
}

.h4 {
    padding-top: 33px;
}

.carousel-item p {
    color:#eee;
    margin: 0;
    opacity: 0;
}

.carousel-item.active h1 {
    animation: fadeInLeft 0.5s ease forwards;
}

.carousel-item.active h2 {
    animation: fadeInLeft 0.5s ease forwards;
}

.carousel-item.active h3 {
    animation: fadeInLeft 0.5s ease forwards;
}

.carousel-item.active h4 {
    animation: fadeInLeft 0.5s ease forwards;
    }
   
.carousel-item.active p {
    animation: fadeInRight 0.5s ease forwards;
}

.carousel-item .container{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

@keyframes fadeInLeft{
    0%{
        opacity: 0;
        transform: translateX(-30px);
    }
    100%{
        opacity: 1;
        transform: translateX(0px);
    }

}

@keyframes fadeInRight{
    0%{
        opacity: 0;
        transform: translateX(30px);
    }
    100%{
        opacity: 1;
        transform: translateX(0px);
    }

}

a:link {
    color:gold;
    font-size: 110%;
}

a:visited {
    color:gold;
}

a:hover {
    color:gold;
    text-decoration: none;
}

a:active {
    color:gold;
}

#bbww {
    color: black;
    background-color: white;
    font-size: 2em;
    font-weight: 900;
    text-decoration: none;
    font-variant-caps: all-petite-caps;
    padding: 2px 8px;
}

#bbww :link {
    color: black;
}

#telefon {

    font-size: 110%;
    text-decoration: none;
    padding: 2px 8px;
}

.topina {
    z-index: 20;
}

@media (max-width: 320px) {
    .carousel-item .h2 {
        font-size: 80%;
    }

    .carousel-item .h3 {
        font-size: 80%;
    }

    .carousel-item .h4 {
        font-size: 80%;
    }

    .carousel-item .h5 {
        font-size: 80%;
    }

    .container p {
        font-size: 78%;
    }
    .topina a {

        font-size: 84%;
    }
}