.mkt-simple-popup__wrapper {
    display: none;
    position: fixed;
    z-index: 9999999;
    top:0;
    left: 0;
    right:0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
}
.mkt-simple-popup__content {
    position:absolute;
    top: 50%;
    left: 50%;
    width: 1000px;
    transform: translate(-50%, -50%);
    background-color: #69143a;
    max-width:100%;
}
.mkt-simple-popup__content i {
    position: absolute;
    top: 2px;
    right: 4px;
}

.mkt-simple-popup__content .mkt-simple-popup__close {
   cursor: pointer;
}
.mkt-simple-popup__content ol {
    text-align: left;
    margin-top: 20px;
    margin-left:55px;
}
@media only screen and (max-width: 923px) {
    .mkt-simple-popup__content {
        height: fit-content;
    }
}
@media only screen and (max-width: 768px) {
    .mkt-simple-popup__content {
        line-height: 20px;
        font-size: 16px;
    }
    .mkt-simple-popup__content ol {
        text-align: left;
        margin-top: 20px;
        margin-left:22px;
    }
}
.mkt-simple-popup__content--body .custom-html-widget h2 {
    margin-bottom: 0px;
}
.mkt-simple-popup__content .neuigkeiten-wrapper-heading h2{ 
    color: white;
    text-align: center;
    margin-top: 20px;
    font-size:30px;
}
.mkt-simple-popup__close { 
    color: white;
}
.mkt-simple-popup__content--body .popup-heading {
    font-family: "Playfair Display Bold ";
}
.mkt-simple-popup__content--body { 
    background-color: white;
    margin-bottom: 40px;
    margin-right: 60px;
    margin-left: 60px;
    padding: 30px;
}
.mkt-simple-popup__content .textwidget {
    display: flex;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    align-content: center;
    padding-bottom:20px;
    border-bottom: 1px solid #69143a;
    margin-bottom:20px;
    margin-top:20px;
}
.mkt-simple-popup__content-inner { 
    border: 2px solid white;
    margin: 20px;
}
.mkt-simple-popup__content i {
    position: absolute;
    top: 44px;
    right: 44px;
}
.mkt-simple-popup__content .echke-oben-links { 
        position: absolute;
    top: 16px;
    left: 16px;
    width: 28px;
}
.mkt-simple-popup__content .echke-oben-rechts { 
    position: absolute;
    top: 16px;
    right: 16px;
    width: 28px;
    transform: rotate(90deg);
}
.mkt-simple-popup__content .echke-unten-links { 
    position: absolute;
    bottom: 16px;
    left: 16px;
    width: 28px;
    transform: rotate(270deg);
}
.mkt-simple-popup__content .echke-unten-rechts { 
    position: absolute;
    bottom: 16px;
    right: 16px;
    width: 28px;
    transform: rotate(180deg);
}
.mkt-simple-popup__content--body {
  max-height: 50vh; /* maximale Höhe auf 80% der Viewport-Höhe begrenzen */
  overflow-y: auto; /* vertikales Scrollen aktivieren, falls Inhalt größer ist */
  overflow-x: hidden; /* optional: horizontales Scrollen deaktivieren */
}
.mkt-simple-popup__content--body > .textwidget:last-of-type {
  border-bottom:unset; 
  margin-bottom:0;
}