html,
body {
    font-family: Arial, sans-serif;
    padding: 0;
    margin: 0;
    height: 100%;
}

body {
    display: flow-root;
    overflow-x: hidden;
}

img {
    max-height: 35px;
    width: auto;
    display: block;
}

.sprungziel {
    display: none;
}

.newsroom-site {
    background-color: lightgrey;
}

.newsroom-bar {
    display: flex;
    background-color: #555;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    color: white;
}

.newsroom-bar.flex-row {
    margin: 0;
    padding: 0 21px;
}

.newsroom-bar .flex-col-2 {
    flex-basis: 50%;
    width: 50%;
    margin: 10px 0;
}

.newsroom-logo a {
    float: left;
    color: white;
}

.newsroom-logo span {
    margin-left: 15px;
    line-height: 35px;
}

.newsroom-links {
    text-align: right;
    font-size: .9rem;
}

.newsroom-links ul {
    margin: 0;
    list-style: none;
}

.newsroom-links ul li {
    text-transform: uppercase;
    display: inline;
}
.newsroom-links ul li a:active {
    color: white;
    text-decoration: none;
}
.newsroom-links ul li a:visited {
    color: white;
    text-decoration: none;
}
.newsroom-links ul li a:link {
    color: white;
    text-decoration: none;
}
.newsroom-links ul li a:hover {
    color: grey;
    text-decoration: none;
}
.newsroom-links ul li:not(:first-child) {
    margin-left: 20px;
}

button {
    font-size: 1rem;
    margin: 0 auto;
    display: block;
    padding: 15px;
}

@media only screen and (max-width: 550px) {
    .newsroom-bar {
        flex-direction: column;
    }
    .newsroom-bar .flex-col-2 {
    flex-basis: 100%;
    width: 100%;
    }

}