#page_start {
    background:url(../img/wand_efeu.jpg);
    background-size: cover;
    height: 100%;
    /* display: flex;*/
    align-items: center;
    justify-content: center;
    padding-bottom: 7%;
    padding-top: 7%;
}

#über_uns{
    background:url(../img/schuppen.jpg);
    background-size: cover;
    height: 100%;
    background-position: center;
    padding-bottom: 8%;
    padding-top: 8%;
}

#navbar{
    background-color: rgba(0, 0, 0, .85);
}

#über_mich_card{
    background-color:rgba(240,240,240, 0.9);
    border-radius:10px;
    box-shadow: 0 0.6rem 2.2rem rgba(90,97,105,.1),
                0 1.0rem 1.5rem rgba(90,97,105,.1),
                0 0.3rem 0.6rem rgba(90,97,105,.12),
                0 0.2rem 0.3rem rgba(90,97,105,.1);
}

#services{
    background: #f9fafc;
    padding-top: 7%;
    padding-bottom: 10%;
}

#kontakt_card{
    box-shadow: 0 0.6rem 2.2rem rgba(90,97,105,.1),
                0 1.0rem 1.5rem rgba(90,97,105,.1),
                0 0.3rem 0.6rem rgba(90,97,105,.12),
                0 0.2rem 0.3rem rgba(90,97,105,.1);
    background:white;
    border-radius:10px;
}

#Kontakt{
    padding-bottom: 2%;
    background: #f9fafc;
}

#footer{
    padding-bottom:1%;
    padding-top:1%;
    background-color: rgba(0, 0, 0, .85);
}

hr{
    border: 0;
    width: 80%;
    height: 1px;
    background-color: #a5a5a5;
    /*margin-top: 5%;
    margin-bottom: 5%;*/
    margin-top: 3rem;
    margin-bottom: 3rem;
    /*neue aenderungen um hr mittig anzuzeigen*/
    margin-left: auto;
    margin-right: auto;
}

#hms_img, #rm_img, #snow_img{
    box-shadow: 0 0.6rem 2.2rem rgba(90,97,105,.1),
                0 1.0rem 1.5rem rgba(90,97,105,.1),
                0 0.3rem 0.6rem rgba(90,97,105,.12),
                0 0.2rem 0.3rem rgba(90,97,105,.1);
    width: 100%; 
    height: 100%; 
    border-radius: 10%
}


