.elementor-kit-6 .pl-link {
    transition: all 0.3s;
}

.elementor-kit-6 .pl-link:hover,
.elementor-kit-6 .pl-link.active {
    color: #000;
    background: #fff;
    text-decoration: none;
}

.pl-search {
    background: #fff;
    color: #000;
}

.pl-search:hover,
.pl-search.active {
    color: #fff;
    background: #000;
}

.pl-search:hover img,
.pl-search.active img {
    filter: invert(100%);
}

.pl-search-bar {
    z-index: 100;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
}

#pl_s {
    position: relative;
    width: 80%;
    left: 7.5%;
    top: 50%;
    font-size: 2em;
    background: rgb(255, 255, 255) !important;
    border: 0px solid rgba(255, 255, 255, .5);
    border-bottom-width: 2px;
}

#pl_s::placeholder {
    color: rgba(0, 0, 0, .5);
}

#pl_s:focus {
    outline: unset;
}

.pl-search-clear,
.pl-search-go {
    position: relative;
    top: calc(50% + 12px);
    right: -7.5%;
    margin-left: 1em;
}

button.pl-search-go,
button.pl-search-go:hover {
    margin: auto;
    background: #fff;
    color: var(--e-global-color-95a95ec);
    border: unset;
    border-radius: 0;
    outline: unset;
}

.pl-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    min-height: 420px;
}

.pl-list p {
    padding: 8px;
    margin: 0;
}

.pl-card {
    flex: 1 0 0%;
    height: max-content;
}

.pl-card:not(:last-child) {
    margin-right: 20px;
    margin-bottom: 20px;
}

.pl-filters>div,
.pl-card .pl-card-front,
.pl-card .pl-card-behind {
    transition: all 0.5s ease;
}

.pl-card-front {
    position: relative;
    background: var(--e-global-color-95a95ec);
    text-align: center;
    z-index: 1;
}

.pl-card .pl-card-behind {
    position: relative;
    margin-top: -80px;
    opacity: 0;
}

.pl-card:hover .pl-card-front {
    transform: translateY(-60px);
}

.pl-card:hover .pl-card-behind {
    transform: translateY(30px);
    opacity: 1;
}

.pl-name {
    height: 4em;
}

.pl-ttitle {
    margin-bottom: 0.5em;
}

.event-thumb-container {
    min-height: 16em;
    width: 100%;
}

.pl-thumbnail,
.pl-thumbnail .event-thumb-container {
    max-height: 256px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pl-slides {
    position: relative;
    top: 9em;
}

.pl-slide-prev,
.pl-slide-next {
    position: absolute;
}

.pl-slide-prev {
    left: -4em;
}

.pl-slide-next {
    right: -4em;
}

.pl-loader {
    position: absolute;
    border-radius: 200px;
    background-color: rgba(255, 255, 255, .1);
    left: calc(50% - 64px);
    top: -48px;
    z-index: 100;
    display: block;
    height: 128px;
    width: 128px;
    -webkit-animation: pl-loader 3s linear infinite;
    animation: pl-loader 3s linear infinite;
}

@-webkit-keyframes pl-loader {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes pl-loader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.pl-loader span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 128px;
    width: 128px;
    clip: rect(48px, 64px, 96px, 0);
    -webkit-animation: pl-loader-2 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
    animation: pl-loader-2 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}

@-webkit-keyframes pl-loader-2 {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes pl-loader-2 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.pl-loader span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 128px;
    width: 128px;
    border: 3px solid transparent;
    border-top: 3px solid #FFF;
    border-radius: 50%;
    -webkit-animation: pl-loader-3 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
    animation: pl-loader-3 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}

@-webkit-keyframes pl-loader-3 {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes pl-loader-3 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.pl-loader span::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 128px;
    width: 128px;
    border: 3px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
}

.pl-nav {
    margin-top: 1em;
}

.pl-nav-btn {
    margin-left: 8px;
    margin-bottom: 8px;
}

img.pl-nav-other {
    filter: invert(30%);
}

.pl-load-more {
    display: none;
}

.pl-reset {
    position: absolute;
    right: 0;
    align-self: flex-end;
    margin-bottom: 1em;
}

.pl-load-more button,
.pl-reset button {
    background: #fff;
    color: var(--e-global-color-95a95ec);
    border-radius: 0;
    border: 1px solid #fff;
    outline: unset;
}

.pl-load-more button:hover,
.pl-load-more button:active,
.pl-reset button:hover,
.pl-reset button:active {
    background: var(--e-global-color-95a95ec);
    color: #fff;
}

.pl-thumb-desc {
    display: none;
}

.elementor .flip-box .elementor-element.elementor-widget-image img {
    height: 460px;
}

@media (max-width: 1540px) {
    .pl-filters {
        margin: 8px;
    }

    .pl-list {
        margin: auto;
    }

    .pl-slide-prev {
        left: 0em;
    }

    .pl-slide-next {
        right: 0em;
    }
}

@media (max-width: 1366px) {
    .pl-list {
        grid-template-columns: repeat(4, 1fr);
    }

    .pl-name {
        height: 5.5em;
    }

    .pl-name p {
        padding: 2px;
    }

    .elementor .flip-box .elementor-element.elementor-widget-image img {
        height: 394px;
    }
}

@media (max-width: 1024px) {
    .pl-reset {
        position: relative;
    }

    .pl-list {
        grid-template-columns: repeat(3, 1fr);
    }

    .elementor .flip-box .elementor-element.elementor-widget-image img {
        height: 320px;
    }
}

@media (max-width: 767px) {
    .pl-search {
        border: 1px solid #fff;
    }

    .elementor-kit-6 .pl-link {
        border: 1px solid #fff;
    }

    .pl-list {
        grid-template-columns: repeat(2, 1fr);
        margin: 1em;
        width: unset;
    }

    .pl-load-more {
        display: flex;
    }

    .pl-nav,
    .pl-slide-next,
    .pl-slide-prev {
        display: none;
    }

    .pl-card,
    .pl-card:not(:last-child) {
        margin: 0 5px 20px;
    }

    .pl-card:hover .pl-card-front,
    .pl-card:hover .pl-card-behind {
        transform: unset;
    }

    .pl-card .pl-card-behind {
        margin: 0;
        padding: 0.5em;
        opacity: 1;
    }

    .pl-card[data-location="planet"] {
        border: 1px solid var(--e-global-color-2c6c89d);
    }

    .pl-card[data-location="szene"] {
        border: 1px solid var(--e-global-color-1322bcf);
    }

    .pl-card[data-location="simmcity"] {
        border: 1px solid var(--e-global-color-0d47491);
    }

    .elementor .flip-box .elementor-element.elementor-widget-image img {
        height: 240px;
    }
}

@media (max-width: 420px) {
    .pl-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .pl-card,
    .pl-card:not(:last-child) {
        margin: 0 0 2em;
    }

    .pl-card-front>.pl-date {
        display: none;
    }

    .pl-card-front .pl-thumbnail {
        justify-content: flex-start;
    }

    .pl-card-front .pl-thumbnail .event-thumb-container {
        max-width: 40%;
        min-height: unset;
        align-self: center;
        margin-right: 0.5em;
    }

    .pl-thumb-desc {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
        justify-content: flex-start;
        margin-bottom: 1em;
        text-align: left;
    }

    .pl-thumb-desc>.pl-date>p {
        padding: 12px 0;
        font-size: 0.85em;
    }

    .pl-thumb-desc .pl-ttitle {
        text-align: left;
        font-weight: normal;
        text-transform: lowercase;
        margin: 0;
    }

    .pl-name {
        height: 4em;
    }

    .pl-card-behind {
        display: none;
    }
}