*{
    margin: .7rem;
    border-radius: 1rem;
    
}


h1, h2, h3, h4{
    text-align: center;
    margin-bottom: 2rem;
    	
}
.section_header {
    margin-bottom: 2rem;
    margin-top: 2rem;
}

ul {
    list-style-type:none;
}

a {
    text-decoration: none;
}

li {
    text-decoration: none;
}

body {
    margin: auto;
    width: 70%;
    align-content: center;
    background: #e6f2f7;
}

header {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin: .7rem;
    padding: .5rem;
    align-content: center;


    text-align: center;
    
}

.navigator{
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: stretch;
}
.title {
    background:rgb(0, 139, 0);
    color: white;
    padding-top: 1%;
    padding-bottom: 1%;
}

header > nav {
    background: rgb(0, 139, 0);
}

.nav_element {
    color: white;
}

.nav_element:hover {
    color: black;
}

.footer_element{
    color:white;
    
}

.footer_element:hover{
    color:black;
}


.footernav > ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    
}
footer{
    text-align: center;
    margin: auto;
    background: rgb(0, 139, 0);
}


.containers {
    
    margin: auto;
    
    background-color: white;
    display: flex;
    flex-direction: row;
    align-items: center width="80%" height="80%";
    text-align: left;
}

.right_container {
    background: green;
}

.Öffnungszeiten {
    text-align: left;
    margin: 0rem;
}
