#nav {
    background-color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 7px;
    margin-bottom: 20px;
}

body {
    background-color: rgb(0, 0, 0);
    color: black;
    display: grid;
    /* grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr; */
}

#logo1 {
    height: 40px;

        
}

#logo_name {
    text-align: center;
    display: grid;
    grid-template-columns: 20% 60% 20%;
    grid-template-rows: 1fr;
}

#links {
    text-align: center;
}

.links1 {
    text-decoration: none;
    background-color: rgb(0, 0, 0);
    padding: 4px;
    border-radius: 3px;
    color: white;
}

#aktuell {
    background-color: rgb(48, 48, 48);
    color: rgb(255, 255, 255);
}

#kontaktformular {
    background-color: white;
    border-radius: 7px;
    text-align: center;
    padding-top: 10px;
}

#email {
    background-color: black;
    color: white;
    margin: 20px;
    padding: 10px;
    border-radius: 3px;
    margin-left: 25%;
    margin-right: 25%;
    font-size: larger;
}

#footer {
    color: grey;
    margin-top: 10px;
}

/* #projekte_main {

} */

.img1 {
    max-width: 99%;
   
}

#img1_div {
    padding: 10px;
    background-color: white;
    border-radius: 7px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

#text1 {
    background-color: white;
    margin-top: 10px;
    border-radius: 7px;
    padding: 10px;
}

#img2_div {
    margin-top: 20px;
    padding: 10px;
    background-color: white;
    border-radius: 7px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

#timeline {
    background-color: white;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    padding: 20px;
    border-radius: 7px;
    margin-top: 20px;
    text-align: center;
}

#text2 {
    background-color: white;
    border-radius: 7px;
    padding: 10px;
    display: grid;
    grid-template-rows: 1fr;
    
}

/* #img3 {
    max-height: 100%;
} */

/* #h1 {
    margin: 20px;
} */