.teaser-article > img {
    width: 100%;
    height: 412px;
    object-fit:cover;
}

.teaser-article {
    display:flex;
    flex-direction:column;
    align-items:flex-start;
}

.teaser-link{
    border-radius: 8px;
    padding: 10px;
    background: #003559;
    text-decoration:none;
    color:white !important;
    margin-top:20px;
}
.teaser-link a{ color:white;}

.teaser-link:focus {
  outline: 2px solid #003559; /* Sets the outline color and style */
  outline-offset: 5px;  
}


.teaser-link:hover {
  color: #003559;  
  background: #F4973D;
  animation: ease-in .2s;
;
}
.teaser-article > .titel {
    color: #003559;
    margin-top:40px;
    margin-bottom:0px;
    /* Titel 2 */
    font-family: "Bodoni Moda";
    font-size: 36px;
    font-style: italic;
    font-weight: 900;
    line-height: normal;
}

.teaser-article > .untertitel {
    color: #003559;

    /* Titel 3 */
    font-family: "PT Sans", sans-serif;
    font-size: 24px;
    margin-top:30px;

    margin-bottom:24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
        
}