.searchform {
    margin-bottom: 30px;
    display: flex;
    gap: 20px;
}

.search-input-container {
    flex: 0 0 75%;
    max-width: 75%;
    flex-shrink: 1;
    position: relative;
    height: 50px;
}

.search-input {
    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, .08) !important;
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
}

.search-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #a0a0a0;
}

.search-button-container {
    flex: 0 0 25%;
    max-width: 25%;
    flex-shrink: 1;
    height: 50px;
}

.search-button {
    width: 100%;
    padding: 0 !important;
    height: 100%;
}

.post-type-archive-podcast .page-header,
.post-type-archive-podcast .page-header+.page-title {
    display: none;
}

.podcast-item {
    background-color: #323232;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.podcast-item a::after {
    display: none;
}

/* Img */
.podcast-img {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 !important;
}

.podcast-img::after {
    content: '';
    display: block;
    z-index: 1;
    position: absolute;
    top: 60%;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(rgba(50, 50, 50, 0) 0, rgba(50, 50, 50, .1) 10%, rgba(50, 50, 50, .2) 20%, rgba(50, 50, 50, .3) 30%, rgba(50, 50, 50, .4) 40%, rgba(50, 50, 50, .5) 50%, rgba(50, 50, 50, .6) 60%, rgba(50, 50, 50, .7) 70%, rgba(50, 50, 50, .8) 80%, rgba(50, 50, 50, .9) 90%, rgba(50, 50, 50, 1) 100%);
}

.podcast-img a {
    display: block;
    height: 100%;
    transition: all 300ms ease-in;
}

.podcast-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 300ms ease-in;
}

.podcast-img a:hover img {
    transform: scale(1.05);
    transition: all 300ms ease-in;
}

@media screen and (min-width: 768px) {
    .podcast-img {
        flex: 0 0 375px;
        max-width: 375px;
    }
}

/* Content */
.podcast-content {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px;
}

.podcast-content h2 {
    font-size: 21px;
    font-weight: 400;
    color: #cdcdcd;
    line-height: 34px;
    text-transform: none;
    margin-bottom: 20px;
    padding-left: 0;
}

.podcast-content h2::before {
    display: none;
}

.podcast-content,
.podcast-content h3,
.podcast-content h4,
.podcast-content h5,
.podcast-content p {
    font-size: 16px;
    font-weight: 100;
    color: #cdcdcd;
    line-height: 26px;
}

.podcast-content .read-more {
    font-size: 16px;
    font-weight: 100;
    color: #00b93c;
    line-height: 26px;
}

.podcast-time-info {
    font-size: 16px;
    font-weight: 100;
    color: #cdcdcd;
    line-height: 26px;
    margin-top: 30px;
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
    .podcast-content {
        flex: 0 0 calc(100% - 375px);
        max-width: calc(100% - 375px);
    }
}

/* Podcast */

.podcast-controls {
    width: 100%;
    display: block;
    border-radius: 0;
    padding: 0;
    margin-top: 20px;
}

.img-container {
    background-image: url("/wp-content/uploads/wave_transparent.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.img-height-container {
    aspect-ratio: 1;
    margin: 0 auto;
    width: 25%;
    min-height: 100px;
    min-width: 140px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    border-radius: 10px;
}

.img-height-container img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.podcast-title h2 {
    text-align: center;
    font-size: 32px;
    text-transform: none;
}

.podcast-title h2::before {
    display: none;
}

#pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2vw;
    flex-wrap: wrap;
}

#pagination a:after {
    display: none;
}

#pagination span,
#pagination a {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #323232;
    color: white;
    border: 1px solid transparent;
    transition: none;
}

#pagination a:hover {
    background-color: #242424;
    border-color: #00b93c;
    color: #00b93c;
}

#pagination span {
    border-color: #00b93c;
    background-color: #00b93c;
}

#pagination [title*="Artikel"] {
    padding-bottom: 4px;
}

#pagination a:not([title*="Artikel"]),
#pagination span {
    font-size: 16px;
}

/* Podcast Play Button */

.podcast-img .play-button {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 90px;
    background: unset;
    border: unset;
    padding: 0;
    outline: unset;
    display: flex;
}

.podcast-img .pause-button-image {
    display: none;
}

.podcast-img .play-button:hover .st2:nth-of-type(3) {
    transform-origin: center center;
    transform-box: fill-box;
    transform: scaleY(1);
    animation: scaling 1.5s linear forwards;
    animation-iteration-count: infinite;
}

.podcast-img .play-button:hover .st2:nth-of-type(4) {
    transform-origin: center center;
    transform-box: fill-box;
    transform: scaleY(1);
    animation: scaling 1.5s linear forwards 0.15s;
    animation-iteration-count: infinite;
}

.podcast-img .play-button:hover .st2:nth-of-type(5) {
    transform-origin: center center;
    transform-box: fill-box;
    transform: scaleY(1);
    animation: scaling 1.5s linear forwards 0.3s;
    animation-iteration-count: infinite;
}

@-webkit-keyframes scaling {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
        -webkit-transform-origin: center center;
        transform-origin: center center
    }

    17% {
        -webkit-transform: scaleY(.7);
        transform: scaleY(.7);
        opacity: .8;
        stroke-width: 1px;
        stroke: transparent
    }

    33% {
        -webkit-transform: scaleY(1.25);
        transform: scaleY(1.25);
        opacity: 1
    }

    45% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@keyframes scaling {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
        -webkit-transform-origin: center center;
        transform-origin: center center
    }

    17% {
        -webkit-transform: scaleY(.7);
        transform: scaleY(.7);
        opacity: .8;
        stroke-width: 1px;
        stroke: transparent
    }

    33% {
        -webkit-transform: scaleY(1.25);
        transform: scaleY(1.25);
        opacity: 1
    }

    45% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}


@media screen and (max-width: 991px) {
    .searchform {
        flex-wrap: wrap;
    }

    .search-input-container {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .search-button-container {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.podcast-badges {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 20px;
}

.podcast-badge img {
    height: 40px;
}

.podcast-image-src {
    font-size: 16px;
    color: #cdcdcd;
}