
.linktipp { 
    display: block;
    background-color:#f6f6f6;
    margin-bottom:25px;
}

.linktipp .content{ 
    display:table;  
}
.linktipp .content.small{ 
    padding: 15px;
}

.linktipp .content h3 {
    margin-top: 5px;
      -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.linktipp .content div{ 
    display: table-cell;   
    vertical-align: top;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}
.linktipp .content div figure{
    float: left;
    margin-bottom: 5px;
    margin-right: 20px;
    margin-top: 10px;
}

.linktipp h4{ 
    background-color: #F6F6F6;
    font-size: 2rem;
    font-weight: normal;
    line-height: 30px;
    margin: 0;
    padding: 5px 0 0 15px;
    text-align: left;
    text-transform: uppercase;
    vertical-align: middle;
}

.linktipp .teaser{
    clear: both;
    line-height: 1.2;
}
.linktipp.single .teaser {
    clear: none;
    margin-top: -10px;
}

.linktipp ul,.linktipp ul li {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.linktipp figure.app img {
    border-radius: 10px;
}

@media only screen and (max-width: 680px){
    .linktipp .content{ 
        display: block;
        padding-left: 15px;
        padding-right: 15px;
        width: auto;
    }
    .linktipp .content div {
        display: block;
        overflow: auto;
        padding: 0;
        width: auto;
    }
    .linktipp .teaser {
        clear: none;
    }
}

@media only screen and (max-width: 380px){
    .linktipp .content h3 {
        clear: both;
    }
    .linktipp figure, .linktipp figure img {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
}