*, :after, :before {
    box-sizing: border-box;
}

.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #2D608C;
    color: #ffffff;
    padding: 8px 16px;
    text-decoration: none;
    z-index: 1000;
    font-weight: bold;
}

.skip-link:focus {
    top: 0;
}

main {
    min-height: calc(100vh - 360px);
    margin-bottom: 40px;
}

.navigation {
    overflow: hidden;
    background-color: #ffffff;
    width: 100%;
    height: 0;
    max-height: 0;
    transition: all 0.3s;
}

.navigation.active {
    max-height: 999px;
    height: auto;
    position: absolute;
    top: 60px;
    left: 0;
}

.container .navigation a {
    display: block;
    color: #40434E;
    text-align: left;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    width: 100%;
}

.container .navigation a:hover {
    color: #171796;
}

.container .navigation a.active {
    color: #171796;
    font-weight: bold;
}

.navigation .icon {
    display: block;
}

.navigation .navigation-list {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin: 0;
}

.navigation .navigation-list li {
    padding-bottom: 0;
}

.navigation li {
    display: inline-block;
    width: 100%;
    position: relative;
}

@media (min-width: 768px) {
    .navigation {
        width: auto;
        height: auto;
        max-height: none;
        overflow: unset;
        margin: 0 0 0 auto;
    }

    .navigation .navigation-list {
        flex-direction: row;
        justify-content: flex-end;
        margin: 0;
    }

    .navigation.active {
        position: relative;
        top: inherit;
        left: inherit;
    }

    .navigation .icon {
        display: none;
    }

    .navigation li {
        display: block;
        width: auto;
        border: 0;
    }

    .navigation a {
        width: auto;
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .navigation a {
        font-size: 17px;
    }
}

button {
    border: 0;
    outline: 0;
}

/* ------------------- */

header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 10;
    box-shadow: 0 5px 11px 0 rgba(50, 50, 50, 0.08)
}

header .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

header .logo {
    max-width: 240px;
    padding-bottom: 10px;
}

@media (min-width: 768px) {
    header .logo {
        max-width: 340px;
        padding-bottom: 10px;
    }
}

@media (min-width: 1024px) {
    header .logo {
        max-width: 380px;
        padding-bottom: 10px;
    }
}

header .logo img {
    width: 100%;
}

ul {
    list-style-type: disclosure-closed;
    margin: 0 0 20px 30px;
    padding: 0;
    font-size: 18px;
}

ul.list {
    margin-right: 0;
}

ul li {
    padding-bottom: 20px;
}

.container {
    margin: 0 auto;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container a {
    color: #171796;
    text-decoration: none;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.navigation-toggle {
    display: block;
    background-color: #808080;
    position: relative;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navigation-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
}

.navigation-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

.navigation-toggle.active {
    background-color: #2D608C;
}

@media (min-width: 768px) {
    .navigation-toggle {
        display: none;
    }
}


.banner {
    width: 100%;
    font-size: 28px;
    line-height: 38px;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
}

.banner-subpage {
    text-align: left;
    font-size: 16px;
    padding: 20px;
    margin-top: 90px;
}

.banner-subpage h1 {
    font-size: 48px;
}

@media (min-width: 768px) {
    .banner {
        font-size: 38px;
        line-height: 48px;
        margin-top: 90px;
        height: 100vh;
        max-height: 650px;
    }
}

.banner-text-wrap {
    position: relative;
    z-index: 10;
    max-width: 560px;
    margin: 100px auto 40px 0;
}

.banner-text-subline {
    display: block;
    font-size: 38px;
}

@media (min-width: 768px) {
    .banner-text-subline {
        font-size: 60px;
    }
}

.banner-text {
    font-size: 14px;
    color: #ffffff;
    text-transform: none;
    line-height: 180%;
}

@media (min-width: 768px) {
    .banner-text {
        font-size: 18px;
    }
}

.banner-background {
    background-image: url(../media/home_header.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-attachment: fixed;
    background-position: center;
}

.banner-background::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 59, 93, 0.7);
}

.banner-background-text-wrap {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: RGBA(180, 189, 197, 0.5);
    padding: 20px;
    font-weight: bold;
}

.banner .grey {
    color: #979797;
}

.banner .white {
    color: #FFF;
}

h1.white {
    font-size: 28px;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.banner h2 {
    width: 100%;
    font-size: 18px;
    line-height: 110%;
    color: #ffffff;
}

@media (min-width: 768px) {
    h1.white {
        font-size: 38px;
        line-height: 48px;
    }

    .banner h2 {
        width: 100%;
        font-size: 28px;
        line-height: 110%;
        margin-top: 40px;
        margin-bottom: 60px;
    }
}

.banner-links {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.container .link--button {
    background-color: #2D608C;
    color: #ffffff;
    font-size: 14px;
    line-height: 100%;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    padding: 13px 35px 13px 35px;
    border-radius: 4px;
    margin: 10px;
    border: none;
}

.link--button:hover {
    background: #2D608C;
    color: #ffffff;
    text-decoration: underline;
}

.main-stage {
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.container-special {
    border-top: 5px solid #979797;
    border-bottom: 5px solid #979797;
    text-align: center;
    font-size: 16px;
    padding: 20px;
    background-color: #979797;
}

.container-special span,
.container-special a {
    color: #ffffff;
    text-decoration: none;
}

.container-special a:hover {
    text-decoration: underline;
}

.container-special span {
    font-weight: bold;
    display: block;
}

.slider-container {
    padding-top: 30px;
    padding-bottom: 30px;
}

.slick-slider-projekte {
    margin-bottom: 40px;
}

.slick-slider-projekte-image {
    margin: 0 10px;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.gallery a {
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    .main-stage {
        flex-direction: row;
        padding-top: 60px;
        padding-bottom: 100px;
    }

    .container-special {
        font-size: 24px;
    }

    .slider-container {
        padding-top: 60px;
        padding-bottom: 100px;
    }
}

.section--blue {
    background-color: #2D608C;
    color: #ffffff;
}

.section--blue .main-stage h3,
.section--blue .main-stage p {
    color: #ffffff;
}

.section--blue .main-stage p {
    font-size: 16px;
}

h3 {
    padding-bottom: 10px;
    font-size: 25px;
    line-height: 34px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 25px;
    color: #404040;
    width: 100%;
    text-align: center;
}

@media (min-width: 768px) {
    h3 {
        font-size: 45px;
        line-height: 40px;
        margin-bottom: 75px;
    }
}

h3.stage {
    margin-bottom: 0;
    margin-top: 40px;
    font-size: 34px;
    line-height: 34px;
    text-transform: none;
}

.main-stage h4 {
    margin: 0 0 15px;
    color: #ffffff;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
    float: none;
    width: auto;
    background: none;
}

.main-stage h4:before {
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 75%;
    height: 2px;
    bottom: -9px;
    left: 12.5%;
    background: #FFFFFF;
}

.main-stage .main-stage-textblock {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0%;
    padding: 0 15px;
}

.main-stage--small-padding {
    padding-bottom: 30px;
}

.main-stage-images {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: center;
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.main-stage-images img {
    margin: 0 auto;
    max-height: 100px;
}

.innung {
    max-width: 280px;
}

.main-stage img.kompetenz {
    max-width: 160px;
    max-height: 140px;
}

@media (min-width: 768px) {
    .main-stage-images {
        flex-direction: row;
    }

    .main-stage img.kompetenz {
        max-width: 180px;
        max-height: 100px;
    }

    .innung {
        max-width: 360px;
    }
}

.section--blue .main-stage .main-stage-textblock {
    text-align: center;
}

.main-stage p {
    font-size: 14px;
    color: #404040;
}

.main-stage a,
.main-stage a:visited {
    color: #2D608C;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

footer {
    width: 100%;
    background-color: #2D608C;
    color: #ffffff;
    padding: 20px;
}

.contact-sticky {
    position: fixed;
    bottom: 90px;
    right: -10px;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    z-index: 100;
    border: 2px solid #0058b1;
    cursor: pointer;
    opacity: .5;
    transition: all .5s;
}

.contact-sticky .contact-sticky-click {
    font-weight: bold;
    color: #0058b1;
    text-align: center;
}

.contact-sticky .contact-sticky-options {
    position: fixed;
    bottom: 90px;
    right: -100%;
    transition: all 1s;
    border: 2px solid #0058b1;
    background-color: #ffffff;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10px;
    padding-right: 20px;
}

.contact-sticky .contact-sticky-options {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.contact-sticky .contact-sticky-options a:first-child {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 3px solid #2D608C;
}

.contact-sticky .contact-sticky-options a img {
    width: 45px;
}

.contact-sticky p.contact-sticky-click {
    font-size: 12px;
    padding: 0 10px;
}

.contact-sticky:hover,
.contact-sticky.active {
    opacity: 1;
    transition: all 1s;
}

.contact-sticky.active .contact-sticky-options {
    right: -10px;
    transition: all .5s;
}

.azubi-sticky {
    position: fixed;
    bottom: 180px;
    right: 0;
    min-width: 200px;
    max-width: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0058b1;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    z-index: 100;
    border: 2px solid #404040;
    opacity: .8;
    transition: all .5s;
}

.azubi-sticky:hover {
    opacity: 1;
    transition: all .5s;
}

.azubi-sticky a {
    text-decoration: none;
    color: #ffffff;
    display: block;
    width: 100%;
    padding: 12px 15px;
}

.azubi-sticky-text {
    font-size: 13px;
    line-height: 1.4;
    margin: 0;
    text-align: left;
}

.azubi-sticky-text strong {
    font-size: 14px;
    display: block;
    margin-bottom: 4px;
}

.azubi-date {
    font-size: 12px;
    color: #ffffff;
    font-style: italic;
    display: block;
    margin-top: 4px;
}

.azubi-close {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 20px;
    width: 20px;
    background-color: #000000;
    border: none;
    color: white;
    border-radius: 2px;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 101;
}

.azubi-close:hover {
    background-color: #333333;
}

footer .container a {
    color: #ffffff;
}

footer .container a:hover {
    color: #ffffff;
    text-decoration: underline;
}

footer ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    margin-left: 0;
}

footer .footer-contact li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

footer .footer-contact li:last-child {
    margin-bottom: 0;
}

footer .footer-contact li img {
    margin-bottom: 10px;
}

@media (min-width: 540px) {
    footer .footer-contact li {
        width: 50%;
    }
}

@media (min-width: 768px) {

    .contact-sticky {
        width: 120px;
    }

    .contact-sticky p.contact-sticky-click {
        font-size: 16px;
    }

    .azubi-sticky {
        min-width: 220px;
        max-width: 280px;
    }

    .azubi-sticky-text {
        font-size: 14px;
    }

    .azubi-sticky-text strong {
        font-size: 15px;
    }

    ul.list {
        margin-right: 30px;
    }

    footer ul {
        flex-wrap: nowrap;
        flex-direction: row;
        margin-bottom: 0;
    }

    footer .footer-contact li {
        width: auto;
    }
}

.slbImageWrap .slbCaption {
    white-space: unset;
    font-size: 16px;
    padding: 0;
}

.slbImageWrap .slbImage {
    padding: 30px 0;
}



.cookie-banner {
    position: fixed;
    bottom: -3px;
    left: 0%;
    right: 0%;
    width: 100%;
    padding: 5px 14px;
    display: none;
    justify-content: space-between;
    background-color: #FFFFFF;
    border-radius: 5px;
    border: 2px solid #0058b1;
    z-index: 100;
    min-height: 80px;
}



.close {
    height: 20px;
    background-color: #000000;
    border: none;
    color: white;
    border-radius: 2px;
    cursor: pointer;
}
