.module_organigram {
    position: relative;
}

.module_organigram .mainheadline_container .mainheadline {
    text-align: center;
    padding-bottom: 5px;
}

.module_organigram .mainheadline_container {
    margin-bottom: 25px;
}

.module_organigram .box {
    background: #E6EEE9;
    height: 150px;
    border-radius: 0 0 20px;
    margin-right: 25px;
    text-align: center;
    transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
    -ms-transition: background 0.5s ease-in-out;
    -webkit-transition: background 0.5s ease-in-out;
    z-index: 2;
}

.module_organigram .box.has_content {
    cursor: pointer;
}

.module_organigram .box.has_content:hover {
    background: #D1D9D4;
    transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
    -ms-transition: background 0.5s ease-in-out;
    -webkit-transition: background 0.5s ease-in-out;
}

.module_organigram .box.has_content.active {
    background: #D1D9D4;
}

.module_organigram .box .arrow {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    display: none;
}

.module_organigram .mainbox {
    background-color: #003763;
    height: 150px;
    border-radius: 0 0 20px;
    text-align: center;
    display: block;
    float: none;
    margin: 5px auto 90px;
    color: #fff;
    z-index: 2;
    position: relative;
}

@media (max-width: 991px) {
    .module_organigram .mainbox:after {
        z-index: 0;
        content: "";
        height: 1000px;
        width: 100px;
        border-left: 5px solid #F1F9F4;
        position: absolute;
        top: 100%;
        max-height: 850px;
    }
}

@media (min-width: 992px) {
    .module_organigram .mainbox:after {
        content: "";
        height: 80%;
        width: 5px;
        background-color: #E6EEE9;
        position: absolute;
        bottom: -80%;
        z-index: 0;
    }
}

@media (min-width: 992px) {
    .module_organigram .container:after {
        content: "";
        width: 77%;
        height: 110px;
        bottom: 0;
        position: absolute;
        top: 233px;
        border-radius: 18px;
        z-index: 0;
        border: 5px solid #E6EEE9;
        left: 11%;
    }

    .module_organigram .container:before {
        content: "";
        width: 40%;
        height: 110px;
        bottom: 0;
        position: absolute;
        top: 233px;
        z-index: 0;
        border: 5px solid #E6EEE9;
        left: 30%;
    }
}

@media (min-width: 1200px) {
    .module_organigram .container:after {
        top: 263px;
    }

    .module_organigram .container:before {
        top: 263px;
    }
}

.module_organigram .boxes_section {
    position: relative;
}

.module_organigram .mainbox .subline {
    font-size: 24px;
    color: #F7F7F7;
    display: block;
    margin: 0;
}

.module_organigram .mainbox .headline {
    font-size: 24px;
    color: #F7F7F7;
    display: block;
    margin: 0;
}

@media (min-width: 992px) {
    .module_organigram .mainbox .headline,
    .module_organigram .mainbox .subline {
        font-size: 24px;
        margin: 0;
    }

    .module_organigram .mainbox {
        margin-bottom: 70px;
    }

    .module_organigram .boxes_section {
        display: flex;
        justify-content: center;
    }

}

@media (min-width: 1200px) {
    .module_organigram .mainbox .headline,
    .module_organigram .mainbox .subline {
        font-size: 28px;
        margin: 0;
        padding-bottom: 0;
        word-wrap: unset;
        word-break: keep-all;
    }

    .module_organigram .mainbox {
        margin-bottom: 120px;
    }
}

.module_organigram .box .h3 {
    color: #003763;
    font-size: 18px;
    font-family: "Archivo Regular", sans-serif;
    line-height: 1.4;
}

.module_organigram .teaser_content {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.module_organigram .box_content_container {
    height: 0;
    border-top: 1px solid #F1F9F4;
    border-bottom: 1px solid #F1F9F4;
    margin-top: 50px;
    opacity: 0;
}

.module_organigram .box_content {
    position: absolute;
    left: 0;
    right: 0;
}

.module_organigram .box_content .headline {
    margin-top: 30px;
    background: white;
}

.module_organigram .box_content p {
    padding-bottom: 30px;
}

.module_organigram .box_content:after {
    clear: both;
}

@media (min-width: 768px) and (max-width: 991px) {
    .module_organigram .box, .module_organigram .mainbox {
        height: 150px;
    }
}

@media (max-width: 991px) {
    .module_organigram .box {
        margin: 0 auto 25px;
        float: none;
        z-index: 2;
    }
}

@media (min-width: 992px) {
    .module_organigram .boxes_section:before {
        content: "";
        height: 100%;
        width: 85%;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        left: 70px;
        z-index: 0;
        top: -85px;
    }

    .module_organigram .box.has_content:last-child {
        margin-right: 0;
    }
}

@media (min-width: 1200px) {
    .module_organigram .mainbox {
        width: 380px;
        height: 155px;
    }
}

.module_organigram .box {
    width: 285px;
    height: 150px;
    position: relative;
}

@media (min-width: 768px) {
    .module_organigram .box {
        width: 340px;
        height: 160px;
        position: relative;
    }
}

@media (min-width: 992px) {
    .module_organigram .box {
        width: 205px;
        height: 160px;
        position: relative;
    }
}

.module_organigram .box:after {
    background-image: url("nav-chevron-bold.png");
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    position: absolute;
    bottom: 10px;
    left: 48%;
    transform: rotate(90deg);
}

@media (min-width: 992px) {
    .module_organigram .box:after {
        width: 22px;
        height: 22px;
        bottom: 8px;
        left: 43%;
    }
}

@media (min-width: 992px) {
    .module_organigram .box:after {
        left: 45%;
    }
}

.module_organigram .boxes_section:before {
    content: "";
    height: 110%;
    width: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 75px;
    top: -115px;
}

.js_module_organigram {
    overflow-anchor: none;
}