* {
    font-family: 'Open Sans', sans-serif;
}
body {
    margin: 0;
}
h2 {
    margin: 0;
}
.navbar {
    background-color: #414141;
    height: 60px;
    position: fixed;
    width: 100%;
}
.navlist {
    float: right;
}
.navlist li {
    display: inline-block;
}
.sprache {
    float:left;
    display: inline;
    margin: 15px;
}
a {
    color: rgb(101, 99, 243);
    margin: 0 10px;
    text-decoration: none;
}
a:hover {
    color: rgb(72, 165, 241);
    text-decoration: underline;
}
.text-center {
    text-align: center;
}
.welcome {
    background-image: url("header.jpg");
    background-position: center;
    background-size: cover;
    padding: 150px;
    font-size: 25px;
}
.basic-section {
    padding: 20px 50px ;
}
.basic-section:nth-child() {
    background-color: rgb(255, 196, 120);
}
.form input{
    padding: 7px;
    border-radius:20px ;
    margin: 5px 5px 5px 5px;
}
.bttn {
    background-color: rgb(255, 244, 230);
    font-weight: 700;
}
.bttn:hover {
    background-color: bisque;
}
.footer {
    background-color: #414141;
    padding: 30px 30px;
    color: #fff;
}
.footer h3 {
    letter-spacing: 3px;
    font-weight: 300;
}
.footer-links {
    margin: 0;
    padding: 0;
}
.position {
    height: 10px;
    width: 1000px;
}
