.ce-textpic,
.ce-textpic {
    display: flex;
    width: 100%;
    column-gap: 30px;
    row-gap: 0;
}
.ce-textpic.ce-above,
.ce-textpic.ce-below {
    flex-direction: column;
}
.ce-textpic.ce-intext {
    display: block;
}
.ce-textpic.ce-intext::after {
    clear: both;
    display: table;
}
.ce-textpic.ce-intext.ce-nowrap {
    display: flex;
}

.ce-textpic.ce-intext.ce-left .ce-gallery {
    float: left;
    width: 30%;
    margin-right: 3.33%;
}
.ce-textpic.ce-intext.ce-right .ce-gallery {
    float: right;
    width: 30%;
    margin-left: 3.33%;
}
.ce-textpic.ce-intext.ce-nowrap .ce-gallery {
    float: none !important;
    width: 33.33%;
    margin-left: 0;
    margin-right: 0;
}
.frame-type-textmedia .ce-textpic.ce-intext.ce-nowrap .ce-gallery {
    width: 70%;
}
.ce-textpic.ce-intext.ce-nowrap .ce-bodytext {
    width: 66.66%;
}
.frame-type-textmedia .ce-textpic.ce-intext.ce-nowrap .ce-bodytext {
    width: 30%;
}
video.video-embed-item {
    width: 100%;
}

.ce-row {
    display: flex;
    width: 100%;
    column-gap: var(--pn-image-padding);
    row-gap: var(--pn-image-padding);
    flex-wrap: wrap;
    margin-bottom: var(--pn-image-padding);
}
.ce-center .ce-row {
    justify-content: center;
}
.ce-right .ce-row {
    justify-content: flex-end;
}
.ce-textpic.ce-intext.ce-nowrap.ce-right .ce-gallery {
    order: 2;
}
[data-ce-columns='2'] .ce-column {
    width: calc(100% / 2 - var(--pn-image-padding) / 2);
}
[data-ce-columns='3'] .ce-column {
    width: calc(100% / 3 - var(--pn-image-padding) * 2 / 3);
}
[data-ce-columns='4'] .ce-column {
    width: calc(100% / 4 - var(--pn-image-padding) * 3 / 4);
}
[data-ce-columns='5'] .ce-column {
    width: calc(100% / 5 - var(--pn-image-padding) * 4 / 5);
}
[data-ce-columns='6'] .ce-column {
    width: calc(100% / 6 - var(--pn-image-padding) * 5 / 6);
}
[data-ce-columns='7'] .ce-column {
    width: calc(100% / 7 - var(--pn-image-padding) * 6 / 7);
}
[data-ce-columns='8'] .ce-column {
    width: calc(100% / 8 - var(--pn-image-padding) * 7 / 8);
}
.image-embed-item {
    transition: transform 0.5s ease;
}
.image-embed-item[src$=".svg"] {
    width: 100%;
}
.main-content .image-embed-item:hover {
    transform: scale(1.05);
}

.textmedia .ce-gallery figure {
    display: block;
}
.textmedia .ce-row,
.textmedia .ce-column,
.textmedia iframe {
    width: 100%;
    height: 100%;
}
.textmedia .video,
.textmedia .video-embed,
.textmedia .video-embed-item {
    width: 100%;
    aspect-ratio: 16/9;
}
[data-service="vimeo"],
[data-service="youtube"] {
    width: 100% !important;
    aspect-ratio: 16 / 9;
    height: auto !important;
}
.video-embed-item {
    width: 100%;
}
.frame-type-textmedia .container .ce-right .video-embed {
    margin-right: calc((100vw - 1400px) / -3.7);
}
.ce-bodytext ul {
    padding: 0;
}
.ce-bodytext ul li {
    list-style: none;
    padding-left: 20px;
    position: relative;
}
.ce-bodytext ul li::before {
    content: "-";
    position: absolute;
    left: 2px;
    top: -1px;
}
.content-element-header {
    margin-bottom: 15px;
}
.ce-gallery {
    margin-bottom: 30px;
}

.pn-accordion .accordion-item {
    border: none;
}
.pn-accordion .accordion-header {
    display: flex;
    align-items: center;
}
h3 .accordion-button {
    font-size: var(--pn-font-size-lead);
    line-height: var(--pn-line-height-lead);
    font-family: var(--pn-font-family-body);
}
.pn-accordion .accordion-button {
    padding-left: 54px;
    padding-right: 0;
    font-weight: 400;
}
.element-preview .pn-accordion .accordion-button {
    border: none;
}
.pn-accordion .accordion-button:focus {
    border: none;
    box-shadow: none;
}
.pn-accordion .accordion-button:not(.collapsed) {
    background-color: unset;
    color: var(--pn-font-color);
    box-shadow: none;
}
.accordion-button::after {
    position: absolute;
    flex-shrink: 0;
    right: 0;
    content: "";
    transition: transform .2s ease-in-out;
}
.pn-accordion .accordion-button::after,
.pn-accordion .accordion-button:not(.collapsed)::after {
    background-image: url('data:image/svg+xml,<svg id="Ebene_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 39.5 39.5"><defs><style> .st0 { fill: none; stroke: %23000; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2px; } </style></defs><path class="st0" d="M19.75,38.5c10.3553009,0,18.75-8.3946991,18.75-18.75S30.1053009,1,19.75,1,1,9.3947001,1,19.75s8.3947001,18.75,18.75,18.75Z"/><path class="st0" d="M19.75,27.25l7.5-7.5-7.5-7.5"/><path class="st0" d="M12.25,19.75h15"/></svg>');
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 38px;
    height: 38px;
    right: unset;
    left: 0;
}
.pn-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(90deg);
}
.pn-accordion .accordion-body {
    padding: 10px 0 20px 54px;
}
.accordion-body .content-element {
    padding-top: 0;
    padding-bottom: 0;
}
.accordion-body .container,
.accordion-body .content-inner {
    width: 100% !important;
    max-width: 100% !important;
}

.team-texts {
    margin-top: 25px;
    margin-bottom: 30px;
}
.pn-team a {
    color: var(--pn-font-color);
}

.image-gallery-wrapper {
    position: relative;
    margin-top: 10px;
}
.image-gallery-wrapper > .row > * {
    padding-top: calc(var(--bs-gutter-x) * .5);
    padding-bottom: calc(var(--bs-gutter-x) * .5);
}
.gallery-image-link {
    aspect-ratio: var(--pn-media-width) / var(--pn-media-height);
    overflow: hidden;
}
.gallery-image {
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: 100%;
    position: relative;
    inset: 0;
}
.gallery-image.no-special-aspect-ratio {
    object-fit: contain;
    height: auto;
}
.ce-uploads {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ce-uploads li + li {
    margin-top: 20px;
}

.category-filter-all {
    display: flex;
    flex-wrap: wrap;
}
.category-filter-item {
    white-space: nowrap;
    display: inline-block;
    padding: 0 10px;
    margin-right: 20px;
    cursor: pointer;
    font-size: var(--pn-font-size-body);
    order: var(--pn-category-sorting);
}
.category-filter-item.btn-primary {
    background-color: var(--pn-primary);
}
.category-filter-item.btn-secondary {
    color: black;
    background-color: white;
}
.category-filter-item.btn:hover {
    color: white;
}
.category-filter-label {
    display: none;
    align-items: center;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}
.category-filter-label.active {
    margin-bottom: 13px;
}
.category-filter-switch {
    display: inline-block;
    cursor: pointer;
    width: 25px;
    height: 18px;
    position: relative;
    margin-left: 20px;
}
@media (min-width: 768px) {
    .category-filter-switch {
        display: none;
    }
}
.category-filter-switch span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
    background: var(--pn-primary);
    color: var(--pn-primary);
    height: 2px;
    transition: all 0.4s;
    border-radius: 1px;
}
.category-filter-switch span.bar-2 {
    top: 7px;
}
.category-filter-switch span.bar-3 {
    top: 14px;
}
.category-filter-switch.active .bar-1 {
    transform: rotate(45deg);
    top: 10px;
}
.category-filter-switch.active .bar-2 {
    opacity: 0;
}
.category-filter-switch.active .bar-3 {
    transform: rotate(-45deg);
    top: 10px;
}

.row.filter-item-list {
    --bs-gutter-x: 27px;
}
.filter-item {
    margin-top: 50px;
}
.filter-item-wrapper {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1122 / 840;
}
.filter-item-image {
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: 100%;
    position: relative;
    inset: 0;
}
.filter-item-wrapper > a {
    display: flex;
    position: absolute;
    z-index: 2;
    background-image: linear-gradient(0deg, #97C1E699, #00000099);
    flex-flow: column;
    width: 100%;
    height: 100%;
    padding: 15px 13px;
    inset: 0;
    transition: all 0.4s ease;
    opacity: 0;
}
.filter-item-wrapper > a * {
    color: white;
}
.filter-item-wrapper > a.clicked {
    opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
    .filter-item-wrapper > a:hover {
        opacity: 1;
    }
}
.filter-item.website a {
    align-items: center;
    justify-content: center;
}
.filter-item-title {
    margin-bottom: 0.2em;
}
.website .filter-item-title {
    margin-bottom: 0;
    padding-left: 25px;
    background: url('data:image/svg+xml,<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.5 16L16 8.5L8.5 1" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M1 8.5H16" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') center left no-repeat;
    background-size: auto 15px;
}

.ticker {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    font-family: "Bricolage Grotesque", sans-serif;
    line-height: 1;
}
.ticker-track {
    font-size: 134px;
    display: inline-flex;
    will-change: transform;
}
#tickerTrack2 {
    font-size: 114px;
}
.ticker-track span {
    display: inline-block;
    padding-right: 15%; /* Abstand zwischen Wiederholungen */
}

.pn-icons .icons {
    margin-right: 16px;
}
.pn-icons a:hover svg * {
    stroke: var(--pn-primary);
}
.pn-icons a:hover svg circle {
    fill: var(--pn-primary);
}
.pn-icons a:hover {
    opacity: 1 !important;
}

.frame-type-promptnet_referenceheader {
    padding-bottom: 0;
}
.be-pagets__reference .frame-type-promptnet_imagegallery {
    padding-top: calc(var(--pn-content-element-padding) / 2);
}
.clientname {
    color: var(--pn-primary);
}

.frame-type-pn-2cols .left-col {
    padding-right: var(--bs-gutter-x);
}
.frame-type-pn-2cols .right-col {
    padding-left: var(--bs-gutter-x);
}

.extension-youtube > iframe {
    aspect-ratio: 16 / 9;
}

.form-control {
    max-width: 650px;
}
.form-group {
    margin-bottom: 1rem;
}

@media (max-width: 1399px) {
    .frame-type-textmedia .container .ce-right .video-embed {
        margin-right: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .frame-type-pn-2cols .break-tablet img {
        max-width: 75%;
    }
}
@media (max-width: 991px) {
    .filter-item-wrapper {
        overflow: visible;
        aspect-ratio: unset;
    }
    .filter-item {
        margin-top: 27px;
    }
    .filter-item .lead {
        margin-top: 10px;
    }
    .ticker-track {
        font-size: 100px;
    }
    #tickerTrack2 {
        font-size: 90px;
    }
    .frame-type-pn-2cols .break-tablet .left-col {
        padding-right: calc(var(--bs-gutter-x) * .5);
    }
    .frame-type-pn-2cols .break-tablet .right-col {
        padding-left: calc(var(--bs-gutter-x) * .5);
        padding-top: calc(0.5 * var(--pn-content-element-padding));
    }
    .reference-filter-wrapper {
        border: 2px solid var(--pn-primary);
        padding: 15px 23px;
        border-radius: 40px;
        position: relative;
        z-index: 1;
        overflow: hidden;
        margin-right: 50px;
        max-width: 350px;
    }
    .category-filter-label {
        display: flex;
        width: 100%;
    }
    .arrow-right {
        margin: 0 auto;
    }
    .category-filter-all {
        display: none;
        flex-direction: column;
    }
    .category-filter-item {
        display: block;
        padding: 13px 0;
    }
    .category-filter-item.btn-primary,
    .category-filter-item.btn-primary:hover {
        color: var(--pn-primary);
        background-color: transparent;
    }
    .category-filter-item.btn-secondary {
        color: black;
        background-color: transparent;
    }
}
@media (max-width: 767px) {
    .ce-textpic.ce-left,
    .ce-textpic.ce-right {
        flex-wrap: wrap;
    }
    .ce-right .ce-bodytext {
        margin-bottom: 30px;
    }
    .ce-left .ce-gallery,
    .ce-left .ce-bodytext,
    .ce-right .ce-gallery,
    .ce-right .ce-bodytext,
    .ce-textpic.ce-intext.ce-nowrap .ce-gallery,
    .ce-textpic.ce-intext.ce-nowrap .ce-bodytext{
        width: 100%;
    }
    .frame-type-pn-2cols .left-col {
        padding-right: calc(var(--bs-gutter-x) * .5);
    }
    .frame-type-pn-2cols .right-col {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    .frame-type-pn-2cols .break-smartphone .right-col {
        padding-top: calc(0.5 * var(--pn-content-element-padding));
    }
    .container .ce-right .video-embed {
        margin-left: -30px;
        margin-right: -30px;
    }
    .ce-column {
        width: 100% !important;
    }
    .pn-accordion .accordion-icon {
        max-width: 30px;
        max-height: 30px;
    }
    .team-item {
        width: 100%;
    }
    .team-texts {
        margin-top: 8px;
    }
    .ticker-track {
        font-size: 50px;
    }
    #tickerTrack2 {
        font-size: 45px;
    }
    .pn-accordion .accordion-body {
        padding-left: 0;
    }
}
@media (max-width: 575px) {
    .textmedia .ce-gallery {
        width: 100%;
    }
}
@media (max-width: 400px) {
}