/**
Synapse - adaptive theme
.col-xs- <544px Extra small
.col-sm- ≥544px Small
.col-md- ≥768px Medium
.col-lg- ≥992px Large
.col-xl- ≥1200px Extra large
Gutter width	1.875rem / 30px (15px on each side of a column)
*/

/*.more-otzivs {
    text-align: center;
    padding: 20px 0 40px;
}
.otziv-teaser {
    margin-bottom: 30px;
}
.otziv-teaser-image {
    text-align: center;
    margin-bottom: 15px;
    position: relative;
}
.otziv-teaser-image::before {
    content: '\f06e';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 29px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    background-color: rgba(255, 255, 255, .7);
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}
.otziv-teaser-image:hover::before {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    visibility: visible;
}
.otziv-teaser-image img {
    max-width: 100%;
    height: auto;
    max-height: 50vh;
    object-fit: cover;
    width: auto;
}
.otziv-teaser .field--name-field-otziv-fio {
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
}
.otziv-teaser .field--name-field-short {
    font-size: 17px;
    margin: 0 0 10px;
    font-weight: 300;
    line-height: 1.5;
    font-style: italic;
}
.otziv-teaser .field--name-field-short::before {
    content: '« ';
}
.otziv-teaser .field--name-field-short::after {
    content: ' »';
}
.otziv-teaser-image--empty {
    display: block;
    color: #9E9E9E;
    text-decoration: none;
    height: 200px;
    background-color: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 29px;
}
.otziv-teaser-image--empty:hover {
    text-decoration: none;
    color: #fff;
}
.otziv-full-image {
    text-align: center;
    margin-bottom: 20px;
}
.otziv-full-image img {
    max-width: 100%;
    height: auto;
}
.otziv-full .field--name-field-otziv-fio {
    margin: 0 0 15px;
    font-weight: bold;
    font-size: 28px;
    line-height: 33px;
}
.otziv-full .field--type-string-long {
    font-weight: bold;
    margin-bottom: 15px;
}
.otziv-social-link {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    text-decoration: none;
    font-size: 25px;
    margin-bottom: 15px;
} */
