.sticker_ad {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 70%;
    max-width: 700px;
    min-width: 320px;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    background: url("../images/icons_popup/popup_background_large.png");
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    transform: translate(-50%, -50%);
    overflow: hidden;
}

.show {
    visibility: visible;
}
.listitem-wrapper {
    display: flex;
    flex-direction: column; /* Ensure items are stacked vertically */
    justify-content: center; /* Center items horizontally */
    align-items: center; /* Center items vertically */
}
.list-item-popup {
    display: flex;
    align-items: center;
    max-width: 400px;
    margin-bottom: 5px; /* Adjust the margin as needed */
}

.odd .icon-popup {
    margin-right: 30px; /* Adjust the margin as needed */
}

.even .icon-popup {
    margin-left: 30px; /* Adjust the margin as needed */
}

.icon-popup {
    width: 3.125rem; /* Adjust the width as needed */
}


.content-popup {
    flex-grow: 1;
}

.sent-auth-right{
    text-align: right;
    margin-bottom: 0.2rem;
}

.author {
    margin-bottom: 1.5rem;
}

.kontaktieren {
    text-align: center;
}

/* ... (rest of your existing CSS) */


.overlay-advertisement {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    transition: all 0.3s;
}

.show ~ .overlay-advertisement {
    opacity: 1;
    visibility: visible;
}

.popup-content {
    color: #fff; /* Text color */
    position: relative;
    border-radius: 10px;
    margin: 0 auto;
    padding: 6% 10%;
    box-sizing: border-box;
    overflow: hidden;
}

.popup-heading, .popup-subheading {
    text-align: center;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 700; /* Increased font weight for emphasis */
    position: relative;
    color: #fea72b; /* Updated heading color */
}

.popup-heading {
    font-size: 2em;
}

.popup-subheading {
    font-size: 1.2em; /* Adjust the font size as needed */
    margin-bottom: 15px; /* Adjust the margin as needed */
}

.popup-content h3 span {

}

.popup-content .para {
    color: #ccc; /* Paragraph text color */
    margin-bottom: 5px;
    line-height: 1.4; /* Adjust the line height as needed */

}

.popup-content > div p {
    margin: 0;
    padding: 8px 0;
}

.popup-content .title {
    margin-bottom: 0; /* Adjust the margin as needed for titles */
    padding-bottom: 0;
}




.popup-content .para {
    margin-bottom: 12px; /* Adjust the margin as needed for paragraphs */
}

.popup-content .sent-auth-right {
    margin-bottom: 0.5rem; /* Adjust the margin as needed for the 'Ihre Zufriedenheit' paragraph */
}

.popup-content button {
    display: block;
    margin: 20px auto;
    padding: 12px 24px;
    font-size: 1.1em;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(to right, #fe7f2d, #fcaa6b); /* Adjust gradient colors */
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
}

.popup-content button:hover {
    background: linear-gradient(to right, #fcaa6b, #fe7f2d); /* Adjust gradient colors on hover */
    color: #fff;
}

.close {
    background: url('../images/delete-icon.png');
    background-size: cover;
    height: 30px;
    width: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9999;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.3s;
}

.close:hover {
    opacity: 0.6;
}

.show.blur-effect ~ .overlay-advertisement {
    background: rgba(0, 0, 0, 0.4);
}

.show.blur-effect ~ .blur_ad {
    filter: blur(2px);
}

.blur-effect .popup-content {
    opacity: 0;
    transition: transform 0.3s, opacity 0.3s;
}

.show.blur-effect .popup-content {
    transform: translateY(0);
    opacity: 1;
}

@media (max-width: 1230px) {
    .popup-content h3 {
        font-size: 2em;
    }
}

@media (max-width: 480px) {
    .popup-content h3 {
        font-size: 1.8em;
    }
}

@media (max-width: 768px) {
    .sticker_ad {
        width: 90%; /* Adjusted width for smaller screens */
    }

    .popup-content {
        padding: 10% 15%; /* Adjusted padding for smaller screens */
    }

    .popup-content h3 {
        font-size: 1.8em; /* Adjusted font size for headings on smaller screens */
        margin-bottom: 15px; /* Adjusted margin for headings on smaller screens */
    }

    .popup-content .popup-heading {
        margin-bottom: 5px;
    }

    .list-item {
        max-width: 100%; /* Full width for list items on smaller screens */
    }

    .icon-popup {
        width: 2.5rem; /* Adjusted width for icons on smaller screens */
    }

    .popup-content button {
        font-size: 1em; /* Adjusted font size for buttons on smaller screens */
    }

    .sent-auth-right,
    .kontaktieren {
        text-align: center; /* Centered text alignment for these paragraphs on smaller screens */
    }
}

@media (max-width: 480px) {
    .sticker_ad {
        width: 80%; /* Adjust the width for smaller screens */
    }
}


@media (max-width: 480px) {
    .popup-content {
        padding: 8% 12%; /* Adjusted padding for smaller screens */
    }
}


@media (max-width: 480px) {
    .popup-content h3 {
        font-size: 1.5em; /* Adjusted font size for headings on smaller screens */
    }

    .popup-content .popup-subheading {
        font-size: 1em;
    }

    .popup-content .para {
        font-size: 0.9em; /* Adjusted font size for paragraphs on smaller screens */
    }

    .popup-content button {
        font-size: 0.8em; /* Adjusted font size for buttons on smaller screens */
    }
}


@media (max-width: 480px) {
    .icon-popup {
        width: 2rem; /* Adjusted width for icons on smaller screens */
    }
}

