.reisendiv{ 
    width:calc(50% - .2em); 
    height:0; 
    padding-bottom:35%; 
    float:left; 
    background-size:cover; 
    background-position:center center; 
    margin-bottom:.4em; 
    position:relative;
}
.reisendiv:nth-of-type(2n){ float:right; }
.reisendiv .sichtBG, .FlexEmbed .sichtBG{ 
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    background:rgba(0,0,0,.6); 
    padding:.1em .4em; 
}
.reisendiv .sichtHead, .FlexEmbed .sichtHead{ 
    font-family: 'Russo One', 'Secular One', 'Arial Black', sans-serif; 
    font-size: 2em; 
}
.reisendiv .sichtDauer, .FlexEmbed .sichtDauer{ 
    float: left; 
    font-size: 1.2em; 
}
.reisendiv .quelle, .FlexEmbed .quelle{ 
    text-align:right;
    font-size:.6em; 
    font-style:italic; 
    float:right; 
    margin-top: 1.5em; 
}

@media only screen and (max-width:1000px) {
    .reisendiv .sichtHead{ font-size: 1.5em; }
    .reisendiv .sichtDauer{ font-size: 1em; }
}
@media only screen and (max-width:800px) {
    .reisendiv{ width:calc(100%); height:0; padding-bottom:66%; }
}

.eyecatcher{
    position: absolute;
    top: -3.5em;
    right: 0;
    width: 16em;
    height: 3em;
    color: white;
    overflow: hidden;
}
.eyeIcon{
    width: 2.5em;
    height: 100%;
    font-size: 1.3em;
    float: left;
    margin-right: .5em;
    background-color: rgba(0,0,0,.6);
}
.eyeText{
    font-weight: bold;
    font-size: 1.2em;
    padding: 0.5em;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.ausgebucht .eyeIcon{padding: 0.4em; padding-left: 0.65em;}
.warteliste .eyeIcon{padding: 0.4em; padding-left: 0.75em;}
.wenige .eyeIcon{padding: 0.4em; padding-left: 0.75em;}
.anfrage .eyeIcon{padding: 0.4em; padding-left: 0.85em;}
.neu .eyeIcon{padding: 0.4em; padding-left: 0.8em;}
.tipp .eyeIcon{padding: 0.4em; padding-left: 0.75em;}
.premium .eyeIcon{padding: 0.35em; padding-left: 0.7em;}
.fruehbucher .eyeIcon{padding: 0.4em; padding-left: 0.9em;}