.teaserbox{
    display:block;
    width:100%;
    border:1px solid var(--rowColor);
}
.teaserbox:hover{
    border:1px solid var(--primaryColor);
}

.teaserbox .titel{
    background-color: var(--primaryColorTransparent);
    border-top:1px dotted var(--primaryColor);
    border-bottom:1px dotted var(--primaryColor);
    padding:10px;
    text-align: left;
    font-size:1.2em;
    font-weight:600;
    color:white;
}
.teaserbox:hover .titel{
    border-top:1px dotted var(--primaryColorTransparent);
}
.teaserbox .titel p{
    font-size:1em;
    color:white;
}
.teaserbox .html{
    overflow:hidden;
    background-color: white;
    position:relative;
}
.teaserbox .breadcrump{
    display:none;
}
.teaserbox-text article.text p,
.teaserbox-text article.text ul
{
    margin-bottom:0px;
}
.teaserbox-text .html{
    padding:20px;
}
.teaserbox-bild .html{
    width: 100%;
    height: 100px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}