
.smart-phone-inner::-webkit-scrollbar {
    display: none;
}

.smart-phone-placeholder {
    width: 100%;
    background: #2e3037;
    color: white;
    padding: 25px;
    box-sizing: border-box;
    min-height: 100vh;
}

.smart-phone-inner {
    width: 100%;
    overflow-y: auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}


h1, h2, h3, p, div {
    color: white;
}

.podcast_preview .play-button {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.podcast_preview {
    cursor: pointer;
}

.play-button span {
    border: 1px solid white;
    border-radius: 69%;
    padding: 5px;
    background: #2e3037;
}

.play-button svg {
    width: 30px;
    height: 30px;
}

.uk-slider-nav li a, .uk-slider-nav li.uk-active a {
    border-color: white;
}

.uk-slider-nav li.uk-active a {
    background-color: white;
}

#smartphone {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 479px;
    z-index: 10;
    pointer-events: none !important;
}

.uk-modal-dialog {
    width: 650px
}

#link-modal .music-button {
    color: black !important;
    border: 1px solid black;
    padding: 10px 10px;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
}

#link-modal .music-button svg {
    margin-right: 7px;
    width: 30px;
    min-width: 30px;
    height: auto;
}

#amazon-icon {
    width: 68px;
    min-width: 68px;
    margin-bottom: -10px;
}

#amazon-icon-wrapp {
    min-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.uk-dotnav>* {
    padding-left: 5px !important;
}

.uk-slidenav-previous {
    background-color: rgba(0, 0, 0, 0.67);
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid white;
    z-index: 1000;
}

.uk-slidenav-next {
    background-color: rgba(0, 0, 0, 0.67);
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid white;
    z-index: 1000;
}

.uk-slidenav-previous.podcast-nav {
    left: -12px;
    top: 72px;
}

.uk-slidenav-next.podcast-nav {
    right: -12px;
    top: 72px;
}

.gallery-preview img {
    width: 100%;
    height: 300px; /* oder z. B. 400px für hochkant */
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 8px; /* optional: abgerundete Ecken */
}

@media (min-width: 430px) {
    .smart-phone-inner {
        max-height: 850px;
    }

    .smart-phone-placeholder {
        width: 430px;
        height: 940px;
        border: 3px solid grey;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        max-width: 430px;
        max-height: 100vh;
        overflow: hidden;
        color: white;
        padding: 25px;
        padding-top: 65px;
        border-radius: 30px;
	min-height: auto;
    }

}
