body#article12 .slideshowtextbereich {
    display: flex;
    justify-content: space-between;
    width: 78%;
    max-width: 1550px;
    position: absolute;
    bottom: 10%;
    left: 11%;
    height: auto;
    align-items: flex-end;
    flex-wrap: wrap;
}

body#article12 .slideshowtextbereich div.textRahmen {
    padding: 0;
    margin-bottom: 10px;
}

body#article12 .slideshowtextbereich > div.textRahmen:first-of-type {
    background-color: #fff;
    border-left: 8px solid #ac2d50;
    padding-left: 2%;
    width: 42%;

    padding-top: 15px;
    padding-bottom: 15px;
}

.slideshowtextbereich div.textRahmen:nth-of-type(2) a {
background-image: none;
background-position: 25px center;
background-size: 60px;
}
.slideshowtextbereich div.textRahmen:nth-of-type(3) a {
background-image: none;
background-position: 25px center;
background-size: 60px;
}


body#article12 .slideshowtextbereich  > div div.textRahmen:nth-of-type(1),
body#article12 .slideshowtextbereich div.textRahmen:nth-of-type(2),
body#article12 .slideshowtextbereich div.textRahmen:nth-of-type(3),
body#article12 .slideshowtextbereich div.textRahmen:nth-of-type(4) {
    color: #fff;
    background-color: #ac2d50;
    width: 260px;
    height: 60px;
    display: flex;
    align-items: center;
    order: 2;
}

/* Pauschale buchen Button */
body#article12 .slideshowtextbereich div.textRahmen:nth-of-type(2) {
    background-image: none; /* Hintergrundbild entfernt */
    padding-left: 25px;
}

body#article12 .slideshowtextbereich div.textRahmen:nth-of-type(2) h2:before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 40px;
    background-image: url(../../media/icon-urlaub-buchen.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    vertical-align: middle;
        background-position: center;
}

/* Urlaub buchen Button */
body#article12 .slideshowtextbereich div.textRahmen:nth-of-type(3) {
    background-image: none;
    padding-left: 25px;
}
body#article12 .slideshowtextbereich > div div.textRahmen:nth-of-type(1) {
	    padding-left: 25px;

}


body#article12 .slideshowtextbereich > div div.textRahmen:nth-of-type(1) h2:before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 40px;
    background-image: url(../../media/icon-bett-weiss2.png); /* Neues Icon falls vorhanden */
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 15px;
    vertical-align: middle;
        background-position: center;
}

body#article12 .slideshowtextbereich div.textRahmen:nth-of-type(3) h2:before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 40px;
    background-image: url(../../media/icon-telefon-weiss.png); /* Neues Icon falls vorhanden */
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    vertical-align: middle;
    background-position: center;
}

/* Restaurant anrufen Button */
body#article12 .slideshowtextbereich div.textRahmen:nth-of-type(4) {
    background-image: none;
    padding-left: 25px;
}

body#article12 .slideshowtextbereich div.textRahmen:nth-of-type(4) h2:before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 40px;
    background-image: url(../../media/icon-telefon-weiss.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    vertical-align: middle;
        background-position: center;
}

body#article12 .slideshowtextbereich div.textRahmen h2 {
    margin: 0;
    font-size: 1.2em;
    line-height: 1.2;
    display: flex;
    align-items: center;
}

body#article12 .slideshowtextbereich div.textRahmen a {
    color: #fff;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 20px;
}

body#article12 .slideshowtextbereich div.textRahmen a:hover {
    
}

body#article12 .slideshowtextbereich div.textRahmen:first-of-type h3 {
    margin-bottom: 10px;
    font-size: 1.2em;
}

body#article12 .slideshowtextbereich div.textRahmen:first-of-type h1 {
    margin-bottom: 5px;
    font-size: 2.5em;
}

body#article12 .slideshowtextbereich div.textRahmen:first-of-type p {
    margin-top: 5px;
    font-size: 1.1em;
}
