
@media (min-width:1000px) {
body#article12 .slideshowtextbereich {
    display: flex;
    justify-content: space-between;
    width: 85%;
    max-width: 1550px;
    position: absolute;
    bottom: 10%;
    left: 7.5%;
    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: 70px;
    display: flex;
    align-items: center;
    order: 2;
}

body#article12 .slideshowtextbereich div.textRahmen:nth-of-type(3) {
height:150px;

}

/* 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;
}
@media (min-width:1000px) {
body#article12 .slideshowtextbereich > div.textRahmen:first-of-type {
margin-right:8%;
}

}
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;
}
}

@media (max-width:1000px) {

.slideshowtextbereich {
width: 100%;
left: 0;
display: flex;
position: relative;
top: 0;
height: auto;
flex-wrap:wrap;
}

.slideshowtextbereich .buttongroup {
display:flex;
width:100%;

}

.slideshowtextbereich .buttongroup > div {
	color:#fff;
	background-color: #ac2d50;
	padding: 20px 5%;
	width:50%;
}
.slideshowtextbereich .buttongroup > div h2 {
	color:#fff;
	background-color: #ac2d50;
}

.slideshowtextbereich .buttongroup > div h2 a {
	color:#fff;
	display:inline-flex;
}
.slideshowtextbereich > div.textRahmen:first-of-type {
display:block;
}

body#article12 .slideshowtextbereich > div div.textRahmen:nth-of-type(1) h2 a:before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 30px;
    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;
         margin-top:10px;
        margin-bottom:10px;
}
body#article12 .slideshowtextbereich div.textRahmen:nth-of-type(2) h2 a:before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 30px;
    background-image: url(../../media/icon-urlaub-buchen.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    vertical-align: middle;
        background-position: center;
        margin-top:10px;
        margin-bottom:10px;
}
body#article12 .slideshowtextbereich div.textRahmen:nth-of-type(3) h2:before {
content: "";
display: inline-block;
width: 50px;
height: 40px;
background-image: url(../../media/icon-telefon-weiss.png);
background-size: contain;
background-repeat: no-repeat;
margin-right: 0px;
margin-left: 5px;

vertical-align: middle;
background-position: center;
}

body#article12 .slideshowtextbereich div.textRahmen:nth-of-type(3) h2 {

}


body#article12 .slideshowtextbereich div.textRahmen:nth-of-type(3) h2 a  {
background:none;
padding-left: 0%;
padding-right:0;
width:70%;
display:inline-block;
padding:10px;
}

body#article12 .slideshowtextbereich div.textRahmen:nth-of-type(3) h2 a br {
display:none;
}
div#inhalt95 {
width:100%;
}
div#inhalt95 h2 {
width:94%;
padding: 0% 3% 5% 0%;
}
}
