
.text_text h2{
  margin-top:0px;
}

.ce .slotimage {
  background: none transparent;
  padding: 7px 0px 7px 0px;
}
.ce .slotimage.rechts {
  float:right;
  margin:10px 0px 0px 10px;
}
.ce .slotimage.links {
  float:left;
  margin:10px 10px 0px 0px;
}

.ce .slotimage .image {
  background: none transparent;
  position: relative; 
}
.ce .slotimage .lightboxlink {
  position: absolute;
  right:5px;
  top:0px;
}
.ce .slotimage .copyright, .ce .teaserimage .copyright {
  position:absolute;
  right:0px; 
  bottom:0px;
  padding:2px 4px;
  color:white;
  font-size:0.9em;
  text-shadow: 0px 0px 4px #000;
  /*  
  background-color: #333333;
  opacity:0.6;
  */
}
.ce .slotimage .caption {
  width:100%;
  background-color:#fff;
  padding:0px 0px;
  font-size:0.7em;
  color:#98a19c;
  border:0px none; 
}
.ce .slotimage .caption .captiontext {
  margin:0px 6px;
}

.ce .reflinks a::before {
    content: "» ";
}

/*
@media(max-width:320px){
  .ce .slotimage.landscape{ width:100%;float:none!important; }
  .ce .slotimage.portrait{ width:100%;float:none!important; }
}
@media(min-width:321px){
  .ce .slotimage.landscape{ width:100%; }
  .ce .slotimage.portrait{ width:50%; }
}
@media(min-width:481px){
  .ce .slotimage.landscape{ width:50%; }
  .ce .slotimage.portrait{ width:35%; }
}
@media(min-width:768px){
  .ce .slotimage.landscape{ width:50%; }
  .ce .slotimage.portrait{ width:35%; }
}
@media(min-width:992px){
  .ce .slotimage.landscape{ width:50%; }
  .ce .slotimage.portrait{ width:35%; }
}
@media(min-width:1200px){
  .ce .slotimage.landscape{ width:50%; }
  .ce .slotimage.portrait{ width:35%; }
}
*/

@media(min-width:100px){
  .text_text .slotimage.landscape{ width:160px; }
  .text_text .slotimage.portrait{ width:160px; }
  .text_text .teaserimage.landscape{ width:160px; }
  .text_text .teaserimage.portrait{ width:160px; }
}


