* {
    margin: 0;
    padding: 0;
    
}
#wrapper{
    /*width: 960px;*/
    margin: 0 auto;
    font-family: Arial;
    
    
}

.flexbox {
    display: flex;
}

header {
    margin: 0 auto;
    height: 200px;
    width: 960px;
    box-sizing: border-box;
    background-color: white;
    display:flex;
    align-items: center;
    
    
}

header img {
    width: 300px;
    height: 140px;
    justify-content: center;
    
}



nav {

}

nav ul {
    display: flex;

    list-style: none;
}

nav li {
    margin-left: 30px;
    
}

nav a {
    text-decoration: none;
    color: black;
    font-size: 13pt;
}

nav a:hover {
    border-bottom: grey solid 3px;
    color: black;
    
}



.slider {
    width: 100%;
    background-color: rgb(255,229,128);

    
}

.Headline {
    width: 100%;
    height: 200px;
    display: flex;
    font-family: Arial;
    font-size: 40px;
    justify-content: center;
    align-items: center;
    background-color: rgb(255,229,128);
}


main {
    margin: 0 auto;
    width: 960px;
    background-color: white;
    min-height: 500px;
}

.Uberschrift {
    display: flex;
    width: 400px;
    margin: 0 auto;
    align-content: center;
    margin-bottom: 10px;
    
}

main p {
    margin-left: 30px;
    padding: 10px 20px 10px 0px;
    
}

main section {
    display: flex;
    
}

main section img {
    width: 350px;
    height: 225px;
    margin-right: 30px;
    margin-left: 30px;
    margin-top: 10px;
}


.kontaktseite {
    
    display: flex;
    background-color: rgb(255,229,128);
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    box-sizing: border-box;
    
    
}

.kontaktseite p {
    margin-left: 30px;
    padding: 10px 20px 10px 0px;
    
}

.kontakt {
    width: 400px;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.map{
    width: 400px;
    margin: 10px 30px 10px 30px;
}

footer {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50px;
    background-color: rgb(255,229,128);
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0px 20px 0px 20px;
    margin-top: 30px;
    font-size: 13px;
    
    
}


footer section {
    margin: 0 auto;
    font-size: 17px;
    
}

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

footer a:hover {
    border-bottom: grey solid 3px;
    color: black;
}

footer a:visited {
    color: black;
}

