/* Style for Document */


/* Teaser */
.document-teaser {
    position: relative;
    width: 100%;
    height: 300px;
    margin-bottom: 3rem;
}
.document-teaser-image {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
}
.document-teaser-image img{
    width: 93%;
    height: 300px;
    object-fit: cover;
}
.document-teaser-text {
    bottom: -0.7em;
    right: 0.7rem;
    position: absolute;
    width: 60%;
    height: 10rem;
    z-index: 2;
    padding: 1.5rem 1rem;
    background-color: #fff;
    box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.2), 0px 8px 10px 1px rgba(0,0,0,0.14), 0px 3px 14px 2px rgba(0,0,0,0.12);
}
.document-teaser-separator {
    background: var(--red-color);
    height: 4px;
    width: 17px;
    margin-bottom: 0.3rem;
}
.document-teaser-title {
    color: var(--dark-gray);
    font-weight: bold;
    font-family: 'EBGaramond';
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 1.2rem;
    margin-bottom: 0.2rem;
}
.document-teaser-description {
    font-size: 0.7rem;
    line-height: 0.9rem;
}
.document-teaser-link {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}

/* Teaser small */
.document-teaser-small-container {
    /* bottom: -0.7em; */
    /* right: 0.7rem; */
    position: relative;
    /* width: 60%; */
    min-height: 8rem;
    z-index: 3;
    margin: 1rem 0.3rem;
    padding: 1.5rem 1.5rem;
    background-color: #fff;
    box-shadow: 0px 2px 2px -3px rgba(0,0,0,0.2), 0px 4px 5px 1px rgba(0,0,0,0.2), 0px 3px 7px 1px rgba(0,0,0,0.1);
}
.document-dark .document-teaser-small-container .document-teaser-small-title {
    color: var(--dark-gray);
}
.document-teaser-small-title {
    color: var(--dark-gray);
    font-weight: bold;
    font-family: 'EBGaramond';
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 1.2rem;
    margin-bottom: 0.2rem;
}
.document-teaser-small-title a {
    color: var(--dark-gray);
}
.document-teaser-small-description {
    font-size: 0.8rem;
    line-height: 0.9rem;
    padding-top: 0.7rem;
}
.document-teaser-small-link {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 2;
}

@media (max-width: 992px) { 
    .document-teaser {
        margin-bottom: 2rem;
    }
}
