* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {

    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
}

nav {
    width: 100%;
    height: 50px;
    background-color: #E6E6E6;
}

nav ul {
    float: left;
}

nav ul li {
    float: left;
    list-style: none;
    position: relative;
}

nav ul li a {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 17px;
    text-decoration: none;
    padding: 15px;
    display: block;
}

.logo {
    font-weight: bold;
}

.blue {
    color: #45A1E8;
}

span {
    font-weight: bold;
}

.headline {
    font-family: Arial, Helvetica, sans-serif;
    color: #969697;
    font-weight: normal;
    font-size: 400%;
    margin-bottom: 0px;
    line-height: 40px;
    text-align: right;
}

.headline-1 {
    font-family: Arial, Helvetica, sans-serif;
    color: #969697;
    font-weight: bold;
    font-size: 400%;
    margin-bottom: 0px;
    line-height: 40px;
}

.bold-green {
    font-weight: bold;
    color: #A2C676;
    font-weight: 700;
    font-size: 22px;
}

.grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 150px;
    margin-bottom: 40px;
}

.grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 0px;
}
.grid-2-2{
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 0px; 
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 11%;
}


.contact {
    margin-top: 40px;
}

.headline-2 {
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-weight: normal;
    font-size: 215%;
    align-items: center;
}

.headline-3 {
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-weight: normal;
    font-size: 175%;
    line-height: 200%;
}

p {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
}



.bold-green2 {
    font-weight: 1000;
    font-size: 28px;
    color: #A2C676;
    margin-top: 0px;
}

button {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
    padding: 10px;
    border: none;
    background: none;
    font-size: 105%;
}

.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: max();
    margin-left: 300px;
}

.grid-container-6 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-rows: max();
    margin-left: 0px;
    margin-top: 200px;
}


.spalte {
    margin-left: 11%;
}

.grid-container-5 {
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    grid-auto-rows: max();
    margin-top: 60px;
}

.grid-container-button1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    background-color: transparent;
}

.grid-container-button1-wrapper {
    border: 2px solid #F1F1F1;
}

.grid-container-button2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    background-color: #F1F1F1;
}

p{
 font-size: 105%;
}


.link {
    color: #4E9BE8;
    text-decoration: none;
}
