

/*header {
    background: url("../Images/headerbild.jpg");

}*/

.banner {
    min-height: 400px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    margin-bottom: 3rem;
}

.container {
    margin-bottom: 3rem;
}

header {
    width: 100%;
    position: fixed;
    top: 0;
    /* height: 140px; */
    z-index: 101;
    transition: all 0.5s ease;
    margin-top: 20px;
    margin-bottom: 20px;
}

.header-logo {
    display: inline-block;
    background: #fff;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.header-logo:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1000px;
    height: 100%;
    width: 1000px;
    background: #fff;
}

.logo {
    padding: 20px 20px 20px 10px;
    transition: all 0.5s ease;
    height: 80px;
    position: relative;
    width: auto;
}

.header__lang a {
    text-transform: uppercase;
    color: #fff;
    margin-left: 7px;
}

.banner-blue {
    padding-top: 150px;
    min-height: 400px;
    background: rgba(0,99,163,0.8);
    height: 100%;
}

.footer {
    border-top: 3px dashed #d3d3d3;
    padding-bottom: 1.5rem!important;
    padding-top: 1.5rem!important;
    display: block!important;
}

.footer * {
    color: #999;
}

.footer li:not(:first-child) {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #999999;
}

.list__horizontal li {
    display: block;
    float: left;
}

a:hover {
    color: #32aa48;
    text-decoration: none;
}