

#block-custom9-site-branding {
  height: 80px;
  padding: 5px 0;
  box-sizing: border-box;
}
#block-custom9-site-branding img {
  height: 100%;
}

header {
    text-align: right;
}

header a:link, header a:visited {
  text-decoration: none;
  color: inherit;
}

header > div:nth-child(2) {
  flex-grow: 1;
}

.slogan-section {
    position: relative;
    background-image: url("../../images/welcome_1.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 50vh;
    min-height: 350px;
}

.slogan-section > div {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 90%;
    max-width: 660px;
    font-size: 30px;
    color: #fff;
    background: var(--stahl-red);
    padding: 30px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    transform: translate(-50%, -15%);
    border-radius: 5px;
    text-align: center;
    box-sizing: border-box;
}

.slogan-section .icons {
    line-height: 0;
}

.slogan-section img {
    width: 65px;
    margin: 0 20px;
}
