body.header-included header .logo {
    left: 0;
    transform: none;
    margin-left: 0;
}

header .logo:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 300px;
    background-image: url('https://www.sv-donau.at/File/donau-wien.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    left: 95%;
}

@media (max-width: 991px) {
header .logo:after {
    width: 200px;
    bottom: 20%;
    top: -9%;
}
}

@media (max-width: 767px) {
header .logo:after {
    top: -11%;
    width: 160px;
}
}

@media (max-width: 350px) {
header .logo:after {
    width: 180px;
}
}

@media (min-width: 992px) {
body.header-included header nav ul.secondary {
    display: block;
    bottom: 100%;
    position: absolute;
    right: 0;
    font-size: 0;
    line-height: 0;
    margin-bottom: 30px;
    padding: 13px 0 13px 0;
    margin-right: 5px;
}

body.header-included header nav ul.secondary a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
    opacity: 1;
    margin: 0 6px;
    padding: 0;
    background-size: 100%;
    background-color: transparent !important;
}

body.header-included header nav ul.secondary li:first-child a {
    background-image: url(https://www.sv-donau.at/File/facebook.png);
}

body.header-included header nav ul.secondary li:nth-child(2) a {
    background-image: url(https://www.sv-donau.at/File/instagram.png);
}

body.header-included header nav ul.secondary li:nth-child(3) a {
    background-image: url(https://www.sv-donau.at/File/tiktok.png);
}

header .logo img {
    max-width: 100%;
    max-height: 100%;
}
}