/*@import 'background.css';*/

a.teaser-box, a.teaser-box * {
    box-sizing: border-box;
}

a.teaser-box {
    color: #fff !important;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    text-decoration: none;
    display: block;
    text-align: left !important;
    padding: 0;
}
a.teaser-box:hover,
a.teaser-box:active,
a.teaser-box:visited,
a.teaser-box:focus {
    color: #fff;
    text-decoration: none;
}
a.teaser-box.primary { background-color: #e40a0c; }
a.teaser-box.secondary { background-color: #393939; }

.teaser-box--header {
    position: relative;
    padding: 10px 15px;
    width: 100%;
    min-height: 60px;
    font-size: 22px;
}

.teaser-box--header > .header {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.teaser-box--header p {
    font-size: 15px;
    margin: 0;
}

.teaser-box--header::after {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    right: 20px;
    top: -10px;
    font-size: 60px;
    transition: right 0.5s ease;
}

.teaser-box:hover .teaser-box--header::after {
    right: 15px;
    transition: right 0.5s ease;
}

.teaser-box--image {
    background-size: cover;
    background-position: center;
    max-width: 100%;
    height: 160px;
}
