/***** Header-Teaser - Start *****/
.header-teaser {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /*min-height: 1008px;*/
    min-height: 100vh;
    /*margin: -154px 0 0;*/
}
.header-teaser .image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.header-teaser .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.header-teaser .header-teaser-wrapper {
    position: relative;
}
.header-teaser .text-box {
    width: 750px;
    /*min-height: 412px;*/
    min-height: 362px;
    max-height: 574px;
    margin: 24% 0 0 24%;
    padding: 58px 60px 56px;
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(var(--color-primary), .74);
    overflow: hidden;
}
.header-teaser .text-box .pretitle .headline {
    font: 400 22px/1.25 var(--font-2);
    display: inline-block;
    padding: 0 4px;
    background-color: rgb(var(--color-secondary));
    border-radius: 5px;
    margin: 0 0 12px;
    text-transform: uppercase;
}
.header-teaser .text-box .title .headline {
    margin: 0 0 26px;
    font: 400 36px/1.25 var(--font-2);
}
.header-teaser .text-box p:last-of-type {
    margin-bottom: 0;
}
.header-teaser .text-box a {
    position: relative;
    display: block;
    padding: 0 0 0 44px;
    color: #fff;
}
.header-teaser .text-box a::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 29px;
    height: 29px;
    background: url("../Images/bg-arrow-white.svg") no-repeat center;
    background-size: contain;

    transition: all var(--transition-t1);
}
.header-teaser .text-box a:hover::before {
    left: 4px;
}

.topic .header-teaser,
.faires-paket .header-teaser {
    height: calc(100vh - 62px);
    min-height: 840px;
    margin-bottom: 10px;
    overflow: hidden;
}
.topic .header-teaser .text-box,
.faires-paket .header-teaser .text-box {
    position: relative;
    width: 1140px;
    height: auto;
    margin: 140px 0 0;
    overflow: visible;
}
.topic .header-teaser.bg-1 .text-box::before,
.faires-paket .header-teaser.bg-1 .text-box::before {
    content: '';
    position: absolute;
    right: 12px;
    top: -58px;
    width: 214px;
    height: 214px;
    background: url("../Images/bg-stempel-arbeit-wertvoll.png") no-repeat;
    background-size: contain;
}

.header-teaser .breadcrumb {
    margin: 0 0 30px;
    font-size: 22px;
}
.header-teaser .breadcrumb li {
    margin: 0 20px 0 0;
}
.header-teaser .text-box .breadcrumb a {
    padding-left: 23px;
}
.header-teaser .text-box .breadcrumb a::before {
    content: '';
    top: 6px;
    width: 19px;
    height: 19px;
    background: url("../Images/bg-arrow-bg-magenta-small.svg") no-repeat center;
    background-size: contain;
}
.header-teaser .text-box .breadcrumb a:hover::before {
    left: 0;
}
/*.header-teaser .text-box .breadcrumb li:first-of-type a,*/
.header-teaser .text-box .breadcrumb li:last-of-type a {
    padding-left: 0;
}
/*.header-teaser .text-box .breadcrumb li:first-of-type a::before,*/
.header-teaser .text-box .breadcrumb li:last-of-type a::before {
    display: none;
}

.header-teaser.has-welcome-text {
    padding-bottom: 200px;
}
.header-teaser .welcome-text-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 48px 0;
    text-align: center;
    color: #fff;
    background-color: rgb(var(--color-primary));
}
.header-teaser .welcome-text-wrapper .inner {
    position: relative;
}
.header-teaser .welcome-text-wrapper .inner .dv-icon {
    position: absolute;
    bottom: -12px;
    left: -60px;
}
.header-teaser .welcome-text-wrapper .text {
    position: relative;
    display: inline-block;
    font-family: var(--font-2);
    font-size: 33px;
}
.header-teaser .welcome-text-wrapper .text::before {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    border-bottom: 4px solid #fff;
    border-radius: 2px;
}
/***** Header-Teaser - End *****/

/***** Social-Media-Teaser - End *****/
.social-media-teaser {
    margin: 0 0 112px;
}
.social-media-teaser .inner {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
    height: 382px;
}
.social-media-teaser .image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.social-media-teaser .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.social-media-teaser .title {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 32px;
    margin: 0 0 12px;
    padding: 0 10px;
    font: 400 30px/1.25 var(--font-2);
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    background-color: rgb(var(--color-secondary));
}
.social-media-teaser .link-box {
    position: relative;
    margin: 0 0 -36px 32px;
    padding: 30px 92px 30px 42px;
    color: #fff;
    background-color: rgb(var(--color-primary));
}
.social-media-teaser .link-box a {
    display: block;
    position: relative;
    margin: 0 0 32px;
    padding: 0 0 0 135px;
    line-height: 48px;
}
.social-media-teaser .link-box a:last-of-type {
    margin-bottom: 0;
}
.social-media-teaser .link-box a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 48px;
}
.social-media-teaser .link-box a.fb::before {
    height: 55px;
    background: url("../Images/bg-icon-social-facebook.svg") no-repeat;
    background-size: 55px auto;
}
.social-media-teaser .link-box a.tw::before {
    background: url("../Images/bg-icon-social-x.svg") no-repeat;
    background-size: 58px auto;
}
.social-media-teaser .link-box a.yt::before {
    background: url("../Images/bg-icon-social-youtube.svg") no-repeat;
    background-size: 58px auto;
}
.social-media-teaser .link-box a::after {
    content: '';
    position: absolute;
    top: 12px;
    left: 100px;
    width: 22px;
    height: 22px;
    background: url("../Images/bg-arrow-white.svg") no-repeat;
    background-size: contain;

    transition: all var(--transition-t1);
}
.social-media-teaser .link-box a:hover::after {
    left: 104px;
}

.social-media-teaser.v2 {
    margin-bottom: 76px;
}
.social-media-teaser.v2 .inner {
    height: 256px;
    overflow: hidden;
}
.social-media-teaser.v2 .link-box {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 26px;
    left: 0;
    right: 0;
    margin: 0;
    padding: 17px 92px 16px 56px;
    background-color: rgba(var(--color-primary), .72);
}
.social-media-teaser.v2 .link-box a {
    margin: 0;
    padding: 0 0 0 105px;
}
.social-media-teaser.v2 .link-box a::after {
    left: 68px;
}
.social-media-teaser.v2 .link-box a:hover::after {
    left: 72px;
}
.social-media-teaser.v2 .link-box a.fb::before {
    height: 42px;
    background-size: 42px auto;
}
.social-media-teaser.v2 .link-box a.tw::before {
    top: 2px;
    left: 10px;
    width: 40px;
    background-size: 40px auto;
}
.social-media-teaser.v2 .link-box a.yt::before {
    top: 8px;
    background-size: 47px auto;
}
/***** Social-Media-Teaser - Start *****/

/***** Teaser mit freigestelltem Bild - Start *****/
.teaser-cropped-image {
    position: relative;
    margin: 0 0 76px;
}
.teaser-cropped-image.has-border-top {
    border-top: 12px solid rgb(var(--color-secondary));
}
.teaser-cropped-image .text-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 72%;
    padding: 15px 22px;
    text-align: right;
    color: rgb(var(--color-primary));
}
.teaser-cropped-image .title {
    font: 400 36px/1.3 var(--font-2);
}
.teaser-cropped-image .title .headline {
    display: inline-block;
    position: relative;
    padding: 0 0 12px;
    margin: 0 0 10px;
}
.teaser-cropped-image .title .headline::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 4px solid rgb(var(--color-primary));
    border-radius: 2px;
}
.teaser-cropped-image .text {
    font-size: 24px;
    line-height: 1.45833;
}
.teaser-cropped-image .link {
    position: absolute;
    bottom: -30px;
    right: 0;
}
.teaser-cropped-image .link .button {
    display: block;
    padding: 18px 20px 18px 60px;
    font-size: 24px;
    color: #fff;
    background: rgba(var(--color-secondary), .64);
}
.teaser-cropped-image .link .button::before {
    top: calc(50% - 19px);
    left: 10px;
}
.teaser-cropped-image .link .button::after {
    top: calc(50% - 19px);
    left: 10px;
}
/***** Teaser mit freigestelltem Bild - End *****/

/***** Teaser vollflächig mit Bild, versetzt - Start *****/
.teaser-image-offset {
    margin: 0 0 76px;
    overflow: hidden;
}
.teaser-image-offset[class*="bg-"] {
    padding: 112px 0 80px;
}
.teaser-image-offset.bg-1 {
    background-color: rgba(var(--color-custom-1), .11);
}
.teaser-image-offset.bg-2 {
    color: #fff;
    background-color: rgba(var(--color-custom-1), .56);
}
.teaser-image-offset .image-wrapper {
    position: relative;
    width: 782px;
    /*height: 504px;*/
    margin: 0 0 24px;
}
.teaser-image-offset.img-format-1 .image-wrapper {
    width: 702px;
    height: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.teaser-image-offset.img-format-1.img-pos-left .image-wrapper {
    justify-content: flex-end;
}
.teaser-image-offset.img-pos-right .image-wrapper {
    float: right;
    margin-right: -414px;
    margin-left: 24px;
}
.teaser-image-offset.img-pos-left .image-wrapper {
    float: left;
    margin-left: -414px;
    margin-right: 48px;
}
.teaser-image-offset.img-format-0 .image-wrapper .image {
    position: relative;
}
.teaser-image-offset.img-format-0 .image-wrapper .image::before {
    content: '';
    position: absolute;
    bottom: -20px;
    right: 0;
    height: 20px;
    width: 354px;
    background-color: rgb(var(--color-primary));
}
.teaser-image-offset.img-format-0.img-pos-left .image-wrapper .image::before {
    right: auto;
    left: 0;
}
.teaser-image-offset .image-wrapper .image-caption {
    padding: 20px 54px 0;
    font-size: 20px;
    color: rgb(var(--color-primary));
}
.teaser-image-offset.img-format-0 .image-wrapper .image-caption {
    padding-top: 30px;
}
.teaser-image-offset.bg-2 .image-wrapper .image-caption {
    color: #fff;
}
.teaser-image-offset.img-format-1 .image-caption {
    max-width: 348px;
}
.teaser-image-offset .image-wrapper .bg {
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex: 0 0 auto;
    width: 100%;
    padding: 54px;
    background-color: #fff;
}
.teaser-image-offset.img-format-1.img-pos-left .image-wrapper .bg {
    justify-content: flex-end;
}
.teaser-image-offset .image-wrapper .bg::before {
    content: '';
    position: absolute;
    bottom: -20px;
    right: 0;
    height: 20px;
    width: 354px;
    background-color: rgb(var(--color-primary));
}
.teaser-image-offset.img-pos-left .image-wrapper .bg::before {
    right: auto;
    left: 0;
}

.teaser-image-offset .pretitle .headline {
    display: inline-block;
    margin: 0 0 12px;
    padding: 0 5px 0 6px;
    font: 400 22px/1.25 var(--font-2);
    color: #fff;
    text-transform: uppercase;
    background-color: rgb(var(--color-secondary));
    border-radius: 5px;
}
.teaser-image-offset .title .headline {
    position: relative;
    display: inline-block;
    margin: -4px 0 32px;
    padding: 0 2px 6px;
    font: 400 42px/1 var(--font-2);
    color: rgb(var(--color-primary));
}
.teaser-image-offset .title .headline::before {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    border-bottom: 4px solid rgb(var(--color-primary));
    border-radius: 2px;
}
.teaser-image-offset.bg-2 .title .headline {
    color: #fff;
}
.teaser-image-offset.bg-2 .title .headline::before {
    border-bottom-color: #fff;
}
.teaser-image-offset .ce-bodytext ul {
    margin: 0 0 20px;
}
.teaser-image-offset .ce-bodytext ul li {
    margin: 0;
}
.teaser-image-offset.img-pos-left .ce-bodytext ul li::before {
    display: inline-block;
    position: relative;
    top: -4px;
    margin: 0 12px 0 0;
}
.teaser-image-offset.bg-2 .ce-bodytext ul li::before {
    background-color: #fff;
}
/***** Teaser vollflächig mit Bild, versetzt - End *****/

/***** Video-Teaser - Start *****/
.video-teaser .inner {
    width: 812px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
.video-teaser .pretitle .headline {
    display: inline-block;
    margin: 0 0 12px;
    padding: 0 5px 0 6px;
    font: 400 22px/1.25 var(--font-2);
    color: #fff;
    text-transform: uppercase;
    background-color: rgb(var(--color-secondary));
    border-radius: 5px;
}
.video-teaser .title .headline {
    position: relative;
    display: inline-block;
    margin: -4px 0 48px;
    padding: 0 2px 6px;
    font: 400 42px/1 var(--font-2);
    color: rgb(var(--color-primary));
}
.col-sm-6 .video-teaser .title .headline,
.col-md-6 .video-teaser .title .headline {
    font-size: 32px;
    margin: 0 0 30px;
}
.video-teaser .title .headline::before {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    border-bottom: 4px solid rgb(var(--color-primary));
    border-radius: 2px;
}
.video-teaser .teaser {
    position: relative;
    margin: 0 0 118px;
    border-top: 4px solid rgb(var(--color-secondary));
}
.col-sm-6 .video-teaser .teaser,
.col-md-6 .video-teaser .teaser {
    margin-bottom: 0;
}
.video-teaser .teaser::before {
    content: '';
    position: absolute;
    bottom: -42px;
    right: -37px;
    width: 288px;
    height: 254px;
    background-color: rgb(var(--color-primary));
    z-index: 1;
}
.col-sm-6 .video-teaser .teaser::before,
.col-md-6 .video-teaser .teaser::before {
    display: none;
}
.video-teaser .teaser .video-code {
    position: relative;
    z-index: 2;
}
.video-teaser .inner .text {
    margin: -40px 0 76px;
}
.video-teaser .inner .text h3 {
    margin-bottom: 20px;
}
.video-teaser .inner .text .readmore {
    position: relative;
    padding: 0 0 0 46px;
    color: rgb(var(--color-primary));
    text-decoration: none;
}
.video-teaser .inner .text .readmore::before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 38px;
    height: 38px;
    background: url("../Images/bg-arrow-bg-magenta.svg") no-repeat;
    background-size: contain;
    opacity: 1;

    transition: all var(--transition-t2);
}
.video-teaser .inner .text .readmore:hover::before {
    opacity: 0;
}
.video-teaser .inner .text .readmore::after {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 38px;
    height: 38px;
    background: url("../Images/bg-arrow-bg-blue.svg") no-repeat;
    background-size: contain;
    opacity: 0;

    transition: all var(--transition-t2);
}
.video-teaser .inner .text .readmore:hover::after {
    opacity: 1;
}
/***** Video-Teaser - End *****/

/***** Pinnwand - Start *****/
.bulletin-board {
    margin: 0 0 76px;
    padding: 104px 0;
    background: url("../Images/bg-bulletin-board.jpg") repeat;
    background-size: 263px auto;
}
.bulletin-board .watermark {
    position: relative;
    width: 100%;
}
.bulletin-board .watermark::before {
    content: '';
    position: absolute;
    top: -104px;
    right: -100px;
    width: 450px;
    height: 450px;
    background: url("../Images/bg-bulletin-board-watermark.png") no-repeat 0 -40px;
    background-size: contain;
    mix-blend-mode: soft-light;
    opacity: .2;
}
.bulletin-board .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bulletin-board .headline {
    position: relative;
    margin: 0 0 122px;
    font: 400 42px/1.23529 var(--font-2);
    color: #fff;
}
.bulletin-board .headline::before {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    border-bottom: 4px solid #fff;
    border-radius: 2px;
}
.bulletin-board .filter {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: -80px 0 112px;
    z-index: 2;
}
.bulletin-board .filter button {
    margin: 0 4px;
    padding: 12px 24px;
    font: 400 23px/1.125 var(--font-2);
    color: rgba(var(--color-primary));
    border: 2px solid rgba(var(--color-primary));
    background-color: #fff;
    cursor: pointer;

    transition: all var(--transition-t1);
}
.bulletin-board .filter button.active,
.bulletin-board .filter button:hover {
    color: #fff;
    background-color: rgba(var(--color-primary));
}
.bulletin-board .inner .children {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.bulletin-board .link-to-all .button {
    color: #fff;
}

.bulletin-board .inner .children .layer {
    display: none;

    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    background-color: rgba(var(--color-primary), .83);
    z-index: 10;
}
.bulletin-board .inner .children .layer .layer-content {
    max-height: 100%;
    max-width: 1380px;
    overflow-y: scroll;
}
.bulletin-board .inner .children .layer .layer-content .header-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 80px;
    background-color: rgb(var(--color-secondary));
}
.bulletin-board .inner .children .layer .layer-content .header-actions .close {
    position: relative;
    width: 46px;
    height: 46px;
    margin: 0 24px 0 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.bulletin-board .inner .children .layer .layer-content .header-actions .close::before,
.bulletin-board .inner .children .layer .layer-content .header-actions .close::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    border-left: 5px solid #fff;
    border-radius: 3px;
    transform: rotate(-45deg);
}
.bulletin-board .inner .children .layer .layer-content .header-actions .close::after {
    transform: rotate(45deg);
}
.bulletin-board .inner .children .layer .layer-content .image {
    display: flex;
}

.wanted-poster {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 auto;
    width: calc(50% - 24px);
    margin: 95px 0 44px;
    padding: 0 24px 62px;
    font-size: 22px;
    color: rgb(var(--color-primary));
    border-bottom: 12px solid rgb(var(--color-secondary));
    background-color: #fff;
    /*opacity: 1;
    transform: scale(1);

    transition: all var(--transition-t2);*/
}
.wanted-poster .type-label {
    position: absolute;
    top: 24px;
    right: 16px;
    font: 400 22px/1.25 var(--font-2);
    margin: 0 0 12px;
    padding: 0 4px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
    background-color: rgb(var(--color-secondary));
    z-index: 2;
}
.wanted-poster .image {
    margin: -95px 0 10px;
    border-radius: 50%;
    overflow: hidden;
}
.wanted-poster .name {
    position: relative;
    margin: 0 0 16px;
    font: 400 36px/1.33333 var(--font-2);
}
.wanted-poster .name::before {
    content: '';
    position: absolute;
    bottom: -4px;
    left: calc(50% - 52px);
    width: 104px;
    border-bottom: 3px solid rgb(var(--color-primary));
    border-radius: 2px;
}
.wanted-poster .job {
    margin: 0 0 26px;
}
.wanted-poster .precarious {

}
.wanted-poster .precarious .p-label {
    margin: 0 0 14px;
}
.wanted-poster .precarious .p-item {
    position: relative;
    margin: 0 0 12px;
    padding: 0 0 0 50px;
    color: rgb(var(--color-font));
}
.wanted-poster .precarious .p-item::before {
    content: '';
    position: absolute;
    left: -4px;
    top: -4px;
    width: 42px;
    height: 44px;
    background: url("../Images/bg-bulletin-board-checkbox.svg") no-repeat;
    background-size: contain;
}
.wanted-poster .bottom {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    padding: 12px;
}
.wanted-poster .link-text {
    padding-right: 68px;
    font-size: 24px;
}
.wanted-poster .button::before {
    top: -6px;
    width: 53px;
    height: 54px;
}
.wanted-poster .button::after {
    top: -6px;
    width: 53px;
    height: 54px;
}
.wanted-poster:hover .button::before {
    opacity: 0;
}
.wanted-poster:hover .button::after {
    opacity: 1;
}

.campaign {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 auto;
    width: calc(50% - 24px);
    margin: 0 0 98px;
    padding: 104px 24px 0;
    color: #fff;
    text-align: center;
    border-bottom: 12px solid #fff;
    background-color: rgb(var(--color-primary));
    /*opacity: 1;
    transform: scale(1);

    transition: all var(--transition-t2);*/
}
.campaign .type-label {
    position: absolute;
    top: 24px;
    right: 16px;
    font: 400 22px/1.25 var(--font-2);
    margin: 0 0 12px;
    padding: 0 4px;
    text-transform: uppercase;
    color: rgb(var(--color-secondary));
    border-radius: 5px;
    background-color: #fff;
    z-index: 2;
}
.campaign .title {
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 10px;
    font: 400 36px/1.11111 var(--font-2);
}
.campaign .title::before {
    content: '';
    position: absolute;
    bottom: -4px;
    left: calc(50% - 52px);
    width: 104px;
    border-bottom: 3px solid #fff;
    border-radius: 2px;
}
.campaign .description {
    margin: 0 0 40px;
}
.campaign .image {
    margin: 0 0 -50px;
    border: 10px solid #fff;
    transform: rotate(-6deg);
}
.campaign .link-text {
    position: absolute;
    bottom: 14px;
    right: 18px;
    width: 53px;
    height: 54px;
    z-index: 2;
}
.campaign .button::before {
    top: -6px;
    width: 53px;
    height: 54px;
}
.campaign .button::after {
    top: -6px;
    width: 53px;
    height: 54px;
}
.campaign:hover .button::before {
    opacity: 0;
}
.campaign:hover .button::after {
    opacity: 1;
}

/*.wanted-poster.hidden,
.campaign.hidden {
    opacity: 0;
    transform: scale(0);
}*/
/***** Pinnwand - End *****/

/***** Pinnwand-Teaser - Start *****/
.bulletin-board-teaser {
    margin: 0 0 76px;
    color: #fff;
    text-align: center;
    background-color: rgba(10, 138, 181, .59);
    overflow: hidden;
}
.bulletin-board-teaser .inner {
    position: relative;
    padding: 50px 0 60px;
}
.bulletin-board-teaser .inner::before {
    content: '';
    position: absolute;
    top: 0;
    right: -100px;
    width: 450px;
    height: 400px;
    background: url("../Images/bg-bulletin-board-watermark.png") no-repeat 0 bottom;
    background-size: 100% auto;
    mix-blend-mode: soft-light;
    opacity: .1;
}
.bulletin-board-teaser .pretitle .headline {
    display: inline-block;
    margin: 0 0 12px;
    padding: 0 10px;
    font: 400 22px/1.25 var(--font-2);
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    background-color: rgb(var(--color-secondary));
}
.bulletin-board-teaser .title .headline {
    display: inline-block;
    position: relative;
    margin: 0 0 32px;
    padding: 0 0 2px;
    font: 400 42px/1.25 var(--font-2);
}
.bulletin-board-teaser .title .headline::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 4px solid #fff;
    border-radius: 2px;
}
.bulletin-board-teaser .text-wrapper {
    margin: 0 0 46px;
}
.bulletin-board-teaser .image {
    display: flex;
    justify-content: center;
    margin: 0 0 48px;
}
.bulletin-board-teaser .button {
    color: #fff;
}
/***** Pinnwand-Teaser - End *****/