html,
body {
  height: 100%;
  font-family: 'Inter';
}

.btn_box{
    margin-top: -30px;
}

.btn{
    background-color: rgb(0, 172, 23);
    color: rgb(255, 255, 255);
    height: 50px;
    width: auto; 
    min-width: 300px;
    font-size: large;
    font-weight: 500;
    padding: 10px;
    margin-bottom: 10px;
    margin-left: 30px;
    margin-right: 30px;
}

.btn:hover{
    background-color: rgb(0, 96, 5);
    color: rgb(255, 255, 255);
 
}

.footer{
    background-color: rgb(35, 35, 35);
}

.logo_footer{
    padding-bottom: 40px;
}


.headerphoto{
    background-image: url("katrin.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
}

.leistung{
    font-size: small;
}

.navigationtop a{
    font-weight: 500;
    color: black;
}