body{
    text-align: center;
    background-image: url(../img/pexels-mdsnmdsnmdsn-1831234.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
}
/* ----- Bilder -----*/
.about-img img{
    width: 70%;
    height: autoS;
    border-radius: 30px;
}
.about-img2 img{
    width: 60%;
    height: autoS;
    border-radius: 30px;
}
.about-img3 img{
    width: 70%;
    height: autoS;
    border-radius: 30px;
}
.about-img4 img{
    width: 70%;
    height: autoS;
    border-radius: 30px;
}
.about-img5 img{
    width: 70%;
    height: autoS;
    border-radius: 30px;
}
.about-img6 img{
    width: 70%;
    height: autoS;
    border-radius: 30px
}


 #main-nav h1 {
    font-family: "Gloria Hallelujah", cursive;
    font-weight: 500;
    font-style: normal;
    font-size: 45px;
    line-height: 1.2;
    color: blue;
    
 }

 .contact {
    display: inline-block;
    justify-content: center;
    align-items: center;
    padding: 5px 25px;
    padding: 20px;
    font-size: 25px;
    border-radius: 15px;
    
 }
 .contact {
    background-color: aquamarine;
 }

.contact a {
    text-decoration: none;
}

.contact :hover{
    background-color: brown;
    color: white;
}


#main-nav ::after {
    content: "";
    display: block;
    clear: both;
}

h2 {
    color: rgb(44, 151, 115);
}
.preis  {
    color: red;
}
/*Phugav-shop*/
.Phugav-shop  {

    display: inline-block;
    justify-content: center;
    align-items: center;
    padding: 5px 25px;
    border-radius: 12px;
    background-color: blue;
    color: white ;

}
/*contact seite*/
.contakt-opt p {
    font-size: 20px;
    color: rgb(94, 6, 6);

}


.contakt-opt h3 {
    font-size: 25px;
    color: rgb(187, 187, 7);
}

.contakt-opt .material-symbols-outlined {
    font-size: 50px;
    color: red
}
.contakt-opt .Farbe p {
    color: rgb(55, 55, 156);
}