@font-face {
	font-family: head_schrift;
	src: url('../font/BITSUMIS.ttf');
}

@font-face{
    font-family: allgemein-schrift;
    src: url('../font/DimboRegular.ttf');
    
}















body
{
   
    padding: 0;
    margin:0;
    
    
}

.bgimage
{
    background-image: url(../img/bulk.jpg);
    min-height: 40rem;
    background-position: center center;
    background-size: cover;
    width:100%;
}

.header-text
{
    margin-top: 20rem;
    background-color: rgba(255, 255, 255, 0.74);
    color: black;
    text-align: center;
    

}
.header-text h1
{
    text-align: center;
    font-family: head_schrift;
}

.header-text p
{
    font-weight: bold;
}


.leiste-oben
{
    min-height: 2rem;
    /*background: linear-gradient(to bottom, #2B59C3, #FFFFFF);*/
    background-color: #7B0828;
}

.leiste-unten
{
    min-height: 2rem;
    /*background: linear-gradient(to bottom, #FFFFFF, #2B59C3);*/
    background-color: #7B0828;
}


.hintergrund-main
{
    background-color: #FFFFFF;
    min-height: 20rem;
}


.main-content h2
{
    text-align: center;
    font-weight: bold;
}

.main-content p
{
    font-family: allgemein-schrift;
    font-size: 1.5rem;
}

.img-link
{
    text-decoration: none;
    color: black;
}
.img-link:hover 
{
    text-decoration: none;
    color: grey;
}
.img-link:visited 
{
    text-decoration: none;
    color: black;
}
.img-link:hover 
{
    text-decoration: none;
    color: grey;
}