body{
    background-image: url(img/Parkhaus.webp);
    background-size:cover;
    background-position: auto;
    font-family: 'Pathway Extreme', sans-serif;
}
#mainNavbar{
    background-color: rgba(0, 0, 0, 0.8);
}

.navbar-nav{
    justify-content: center;
    width: 100%;
}
.navbar-brand:hover{
    color: black;
    background-color: rgba(255, 0, 0);
    font-weight: 800;
    font-size: 20px;
    border-radius: 1em;
    transition: 500ms;
}
.nav-item,a{
    color: azure;
    text-decoration: none;
    font-family: 'Pathway Extreme', sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 3px;
    transition: 500ms;
    border-radius: 20px;
    margin-left: 10px;
}
.bar{
    text-align: center;
    color: white;
}

#aboutimg{
    background-image: url(img/DSC07418.webp);
    background-size: cover;
    background-position: center;
    min-height: 50vh;
}
.about{
    text-align: center;
    color: white;
}
.datenschutz{
    margin-top: 100px;
    text-align: left;
    color: white;
}
.abouttext{
    background: rgba( 0, 0, 0, 0.3 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 4.5px );
    -webkit-backdrop-filter: blur( 4.5px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
}
#aboutimg{
    border-radius: 20px;
}
.nav-link{
    color: azure;
}

.active2{
    background-color: red;   
    font-size: 20px;
    font-weight: 700;
    color: black;
    padding-left: 2%;
    padding-right: 2%;
    transform: translateY(10px);
}
.activeMain{
    background-color: red;   
    color: black;
    padding-left: 2%;
    padding-right: 2%;
}

.nav-item:hover{
    background-color: rgba(255, 0, 0);
    transform: translateY(10px);
    color: black;
    font-weight: 800;
    font-size: 20px;
    border-radius: 1em;
    padding-left: 2%;
    padding-right: 2%;
}
.navbar-toggler{
    color: white;
    background-color: rgba(255, 0, 0);
}
.headername{
    font-family: 'Michroma', sans-serif;
    color: whitesmoke;
    text-shadow: 5px 0px 10px rgb(0, 0, 0);
    font-size: 50px;
    font-weight: 200;
    letter-spacing: 5px;
    padding-bottom: 20%;
}
.redletter{
    color: red;
}
.headimage{
    box-shadow: 47px 10px 70px 1px rgba(0,0,0,1);
}
.teaser{
    font-family: 'Michroma', sans-serif;
    color: whitesmoke;
    letter-spacing: 2px;
    font-size: 50px;
    text-shadow: 5px 0px 10px rgba(0,0,0,1);
    font-weight: 200;
    position:absolute;
    padding-top: 5%;
}
.contentheader{
    position: absolute;
    text-align: left;
}
.containerheight{
    height: 100vh;
}
.carousel img{
    border-radius: 5em;
}
.platzhalter{
    height: 50px;
}
.kontakt, .people, .buildings{
    padding-top: 100px;
    min-height: 95vh;
    width: auto;
    color: azure;
    font-size: 24px;
} 
.btn-primary{
    color: black;
    background-color: red;
    border: 1px solid black;
    font-size: 20px;
    font-weight: 700;
    transition: 500ms;
}
.btn-primary:hover{
    color: black;
    background-color: red;
    border: 1px solid black;
    font-size: 24px;
}

.whitebarhorizontal{
    font-style: italic;
    letter-spacing: 20px;
    border-top: 5px ;
    border-bottom: 5px ;
    border-color: white;
    font-size: 75px;
    font-family: 'Michroma', sans-serif;
    display: flex;
    align-items: center;
    text-align: end;
    justify-content: center;
    color: white;
    font-weight: 2000;
    background-color: white;
    height: 50px;
    width: 100%;
/*     background-image:linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(36, 130, 181) 50%, rgb(0, 0, 0) 100%);
  */   background-image: 
    linear-gradient( rgb(0, 0, 0) 0%,  rgb(36, 130, 181) 48%,rgba(255, 255, 255, 0)50%,rgb(36, 130, 181) 52%, rgb(0, 0, 0) 100%), 
    linear-gradient( to left,  rgb(255, 255, 255) 0%,rgb(36, 130, 181) 40%,rgb(36, 130, 181) 60%,rgb(255, 255, 255) 100%);

}
footer{
    background-color: rgba(0, 0, 0, 0.5);
}

footer .nav-item{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
}
footer .nav-item:hover{
    transform: translateY(0);
}
footer #copyright{
    font-size: 13px;
}


    @media (max-width:580px) {
        .headername{
            font-family: 'Michroma', sans-serif;
            color: whitesmoke;
            font-size: 35px;
            font-weight: 200;
            letter-spacing: 5px;
        }
        .teaser{
            font-size: 25px;
            padding-top: 50px;
        }
        .contentheader{
            position: absolute;
            text-align: center;
            font-size: 30px;    
        }
    }

    @media (min-width:581px) {
        .headername{
            font-family: 'Michroma', sans-serif;
            color: whitesmoke;
            font-size: 50px;
            font-weight: 200;
            letter-spacing: 5px;
        }
        .teaser{
            font-size: 35px;
            padding-top: 50px;
        }
        .contentheader{
            position: absolute;
            text-align: center;
            font-size: 45px;    
        }
    }

    @media (min-width:1200px) {
        .headername{
            font-family: 'Michroma', sans-serif;
            color: whitesmoke;
            font-size: 70px;
            font-weight: 200;
            letter-spacing: 5px;
        }
        .teaser{
            font-size: 55px;
            padding-top: 50px;
        }
        .contentheader{
            position: absolute;
            text-align: center;
            font-size: 55px;    
        }
    }
