@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'),
        url('../fonts/open-sans-v17-latin-300.woff2') format('woff2'),
        url('../fonts/open-sans-v17-latin-300.woff') format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
        url('../fonts/open-sans-v17-latin-regular.woff2') format('woff2'),
        url('../fonts/open-sans-v17-latin-regular.woff') format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'),
        url('../fonts/open-sans-v17-latin-700.woff2') format('woff2'),
        url('../fonts/open-sans-v17-latin-700.woff') format('woff');
}

*{
    margin:0;
}
html{
    height:100%;
    background:grey url('./../img/home/hintergrund.jpg') no-repeat center center fixed;
    background-size:cover;
}
body{
    position:relative;
    font:16px 'Open Sans', sans-serif;
}
#whiteGrad{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:360px;
    z-index:-1;
    background:-moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background:-webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background:linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);

}
#topLine{
    position:absolute;
    top:55px;
    left:0;
    width:100%;
    display:block;
    text-align:center;
    z-index:-1;
}
#topLine img{
    width:100%;
    height:auto;
}
#bottomLine{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:80px;
    z-index:-1;
}
#centerBox{
    width:752px;
    padding:20px 0;
    margin:auto;
}
#centerBox .logo{
    display:block;
    margin:0 auto;
    padding-top:30px;
}
#centerBox > header{
    margin-top:138px;
    text-align:center;
    font-size:34px;
    text-transform:uppercase;
}
#centerBox .articleBlock{
    margin-top:14px;
}
#centerBox .articleBlock article{
    position:relative;
    padding:17px 245px 10px 25px;
    border:1px solid #797e83;
    background:#fff;
    border-radius:22px;
    overflow:hidden;
    height:200px;
    box-sizing:border-box;
}
#centerBox .articleBlock article + article{
    margin-top:22px;
}
#centerBox .articleBlock article header{
    position:relative;
    text-transform:uppercase;
    line-height:38px;
    font-size:34px;
    margin-bottom:18px;
}
#centerBox .articleBlock article .headerImg{
    position:absolute;
    top:0;
    right:0;
    width:auto;
    height:38px;
}
#centerBox .articleBlock article .rightImg{
    position:absolute;
    top:0;
    right:0;
}
#centerBox .articleBlock article a{
    display:block;
}
#centerBox .bottomLine{
    text-align:right;
    padding:10px 10px 0;
}
#centerBox .bottomLine a{
    color:#fff;
    text-decoration:none;
}
a{
    text-decoration:none;
    color:#000
}
.lang__nav{
    position:absolute;
    top:20px;
    right:50px;
}
.lang__ul{
    display:flex;
    padding:0;
}
.lang__li{
    display:block;
}
.lang__li + .lang__li{
    margin-left:10px;
}
.lang__link{
    text-decoration:none;
}