:root{
    --site-primary-color: #00a0e3;
}

.terras .page-banner-module .page-banner-video-item .overlay-1, .terras .page-banner-module .page-banner-img-item .overlay-1 {
  background: transparent linear-gradient(158deg, #00000010 0%, #07070776 45%, #00a0e3 100%) 0% 0% no-repeat padding-box;
}

.three-column-grid-module .my-col.col-xl-4.col-xxl-4.col-md-12.col-12,
.four-column-grid-module .my-col.col-xl-3.col-xxl-3.col-md-6.col-12 {
    display: flex;
}

.terras .page-banner-module .banner-context-item:last-child .normal-text-element-module {
    width: 100%;
}

.terras .global-seprate-link {
    display: flex;
    flex-direction: column;
}

.terras .global-seprate-link p:first-child {
    font-weight: bold;
}

.terras .global-seprate-link p:last-child {
    font-style: italic;
}

.terras .global-seprate-link p:last-child:before {
    content: "Auftraggeber: ";
}

.terras .global-seprate-link p:after {
    display:none;
    content: "|";
    padding-left: 12px;
}

@media screen and (max-width: 992px) {
    .terras .global-seprate-link p {
        max-width: 100%;
    }
}