@media screen and (min-width:1000px) {
.textRahmen.zweispalten .spalte1 p {
top: 50%;
transform: translateY(-50%);
width:100%;
position:absolute;
}

}
div.textRahmen#texRahmen5::before {
content:" ";
width:18%;
height:100px;
background-image:url(../../media/holzwurm.png);
background-size:100%;
background-repeat:no-repeat;
background-position:center;
max-width:290px;
position:absolute;
z-index:100;
left:42%;
display:block;
top:-62px;
}

#texRahmen3 {
width:95%;
height:90%;
position:absolute;

left:2.5%;
top:0;
background-size:100%;
background-repeat:no-repeat;
background-position:center -100px;
opacity: 0;
margin-top:0;
background-color:transparent;
}

.holzwurmfeiert {
    opacity: 0;  /* Startwert */
    transition: opacity 2s ease-in-out;
}




@media screen and (max-width:1000px) {

#texRahmen3 {
width:93%;
height:70%;
position:absolute;

left:0;
top:0;
background-size:150%;
background-repeat:no-repeat;
background-position:center 20%;
opacity: 0;
}


div.textRahmen#texRahmen3::before {
content:" ";
width:40%;
height:100px;
background-image:url(../../media/holzwurm.png);
background-size:100%;
background-repeat:no-repeat;
background-position:center;
max-width:290px;
position:absolute;
z-index:100;
left:33%;
display:block;
top:0;
}

.textRahmen.slideshow {
overflow: visible;
}
.passpartout#texRahmen6 {
color: #fff4bd;
height: 400px;
}

}