* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    
}

body {
    background-color: #f3d8be;
}

.home img {

}

a {
    text-decoration: none;
    color: white;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    font-family: Calibri;
    background-color: #f9c784;
}

.logo {
    font-weight: bolder;
    font-size: 20px;
    color: purple;
}

.nav li a {
    font-size: 20px;
    color: black;
    font-weight: bold;
    transition: 0.25s ease;
}

.nav li {
    cursor: pointer;
    display: inline-block;
    margin: 10px;
}

.nav li:hover a {
    color: white;
}

.main_headline {
    font-family: Calibri;
    text-align: center;
    font-weight: 300;
    font-size: 41px;
    width: 100%;
    margin-top: 40px;
    text-decoration: underline;
}

.therapieverfahren_text {
    text-align: justify;
    font-family: Calibri;
    font-size: 20px;
    width: 900px;
    margin: auto;
    font-weight: lighter;
}

.therapieverfahren h1{
    font-family: Calibri;
    text-align: center;
    font-weight: 300;
    font-size: 41px;
    width: 100%;
    margin-top: 60px;
}

.therapieverfahren h3 {
    font-family: Calibri;
    font-size: 20px;
    width: 900px;
    margin-bottom: 60px;
    margin: auto;
    text-align: justify;
    font-weight: lighter;
}

.kv_text {
    border: 20px;
    border-color: black;
}







