body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
    padding 20px;
    margin-left: .5em;
    margin-right: .5em;

}

img {
    width: 100%;
}

 header h1 {
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 1em
}

.intro p, .intro2 p {
    font-size: 1.5em;
}

.copy, .images, .intro, .intro2 {
    margin-top: 3em;
}

.intro2 {
    margin-top: 2em;
}



.site-footer {
    margin-top: 6em;
    padding-bottom: 80px;
}


.main-menu {
    display:;
    width: 100%;
    height: 80px;
    position:fixed;
    left: 0;
    bottom: 0;
    background-color: rgb(255,255,255);
    padding: 20px;
}

.main-menu a {
    color: inherit;
    text-decoration: none;
    font-size: .8em;
    border-bottom: 2px solid white;
    transition: border-bottom .3s;
}

.main-menu a:hover {
    border-bottom: 2px solid black;
}

.btn a {
    background-color: rgb(0,0,0);
    color: rgb(255,255,255);
    padding: 5px 20px;
    border-radius: 20px;
    border-bottom: none;
    transition: all .5s;
}

.btn a:hover {
    background-color: rgb(220,220,220);
    color: rgb(0,0,0);
    border-radius: 5px;
    border-bottom: none;
}

.flex {
    display: flex;
    justify-content: space-between
}

.grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
}

.anschrift {
    margin-top:4em;
    font-size: 1.5em;
}

.telefon {
    margin-top: 2em;
    font-size: 1.5em;
}

.telefon a {
    color: inherit;
    text-decoration: none;
    font-size: 1em;
    border-bottom: 2px solid white;
    transition: border-bottom .3s;
}

.telefon a:hover {
    border-bottom: 2px solid black;
}

.impressum {
        width: 300px;
        height: auto;
        margin-left: 2em;
        margin-right:2em;
        margin-top:2em;
        font-size:18px;
        margin-bottom:10em;
        letter-spacing: 0.5px; 
}

.h2imp {
        margin-top: 4em;
        width: 300px;
        margin-left: 1.8em;
        margin-right:2em;
        
}

.absimp {
        margin-bottom: 2em;
    
}



footer {
    margin-bottom: 15em; 
    font-size: 15px;
    line-height: 3em;
    margin-top: 10em;
    
    
}

footer a:hover {
    border-bottom: 2px solid black;
}

.flex2 {
    text-align: center;
}

.flex2 {
    text-align: center;
}

footer a:link {
    text-decoration: none;
    color:inherit;  
}

footer a:visited {
    text-decoration: none;
    color:black;  
}

.googlelinks a:link {
    text-decoration: none;
    color:inherit;
}

.googlelinks a:visited {
    text-decoration: none;
    color:inherit;
}

@media screen and (min-width: 45rem) {
    .intro p, .intro2 p {
        width: 70vw;
    }
    
    .copy p {
        width: 60vw;
    }
    
   
   
    .site-footer {
        padding-bottom: 0;
    }
    
    img {
        width: 100%; 
    }
    
    .grid {
        grid-template-columns: repeat(4, 2fr);
    }
    
    .grid-item {
        grid-column: 1 / span 2;
    }
    
    body {
        margin-left: 2em;
    }
    
    div.reihenfolge {
        display: flex;
        flex-flow: column;
    }
    
    section.intro {
        order: 1;
    }
    
    section.intro2 {
        order: 2;
    }
    
    section.images {
        order: 3;
    }
    
    section.intro2 {
        margin-top: 0
    }
     
    .impressum {
        width: 500px;
        height: auto;
        margin-left: auto;
        margin-right:auto;
        margin-top:2em;
        font-size:18px;
        margin-bottom:10em;
        
    }

    .h2imp {
        margin-top: 8em;
        width: 500px;
        margin-left: auto;
        margin-right:auto;
    }
    
    .flex2 {
        display: flex;
        justify-content: space-evenly;
        margin-bottom: 3em;
        
    }
    
    
      
   
    
}

@media screen and (min-width: 70rem) {
    
     .main-menu {
        width: 600px;
        height: 80px;
        position: absolute;
        top: 0;
        left: 25em;
        bottom: auto;
    }
    
   
}
    
