body p a {
    font-family: 'Lato', sans-serif;
}
.teaser-title-step {
    line-height: 36px;
    color: #222221;
    letter-spacing: 0;
    text-transform: uppercase;
    font-size: 30px;
    max-width: 80%;
    padding-right: 20px;
    position: absolute;
    top: 20px;
    left: 10px;
}
.teaser-title-step h3 {
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.2;
    color: #222221;
    letter-spacing: 0;
    text-transform: uppercase;
    font-size: 30px;
    display: inline;
    background: #fff;
    padding: 5px 5px 5px 0;
    box-decoration-break: clone;
    padding-left: 6px;
    -webkit-box-decoration-break: clone;
    -moz-box-shadow: 4px 0 0 #fff,-4px 0 0 #fff;
    -webkit-box-shadow: 4px 0 0 #fff, -4px 0 0 #fff;
    box-shadow: 4px 0 0 #fff, -4px 0 0 #fff;
    zoom: 1;
}
.image-container img {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.image-container .img-container-wrapper:focus img, .image-container .img-container-wrapper:hover img {
    box-shadow: 0 0 0 4px #da291c;

}
.in-page-heading-image {
    height: 3px;
    width: 60px;
    background-color: #da291c;
    margin-left: auto;
    margin-right: auto;
}
.btn-stc {
    background-color: #da291c;
    color: #fff;
}
.btn-stc:hover {
    background-color: #9a3324;
    color: #fff;
}
@media only screen and (min-width: 768px) {
    .teaser-title-step {
        max-width: 80%;
        left: 10px;
    }
}
@media print {
    .collapse {
        display: block !important;
        height: auto !important;
    }
}
.page-footer {

}
.card-icon {
    cursor: pointer;
}
.card-icon .card-body {
    min-height: 100px;
}

.modal-full {
    min-width: 100%;
    margin: 0;
}

.modal-full .modal-content {
    min-height: 100vh;
}
.vertical-center {
    min-height: 200px;
    height: auto;
    position: relative;
}
.vertical-center img {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.footer-link li a{
    text-decoration: none;
    color: #000000;
}
.footer-link li a:hover {
    color: #9a3324;
}

a.filterButtons {
    text-decoration: none;
    color: #000000;
}