/* template: home */
.row.home--carousel {
    padding-top: 0;
    padding-bottom: 0;
    background: #f5f5f5;
    transform: translateX(100px); /* removed w/ js-anim */
    border: 0;
}
body.homepage .row.home--carousel {
    min-height: 100vh;
}
body.en .row.home--carousel {
    min-height: 90vh;
}
.row.home--carousel .home--backdrop {
    position: absolute;
    left: 0;
    top: 0;
    /*padding-bottom: 38%;*/
    padding-bottom: calc(100vh - 360px);
    width: 100%;
    height: 0!important;
    background-image: url('../../images/bg.jpg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: height 300ms;
    opacity: 0;
}

.owl-nav { position: absolute; top: 0; left: 0; margin: 0!important; padding: 0; width: 100%; height: calc(100vh - 360px); pointer-events: none; }
body.en .owl-nav,
body.de .owl-nav { display: none; }
.owl-nav .owl-prev,
.owl-nav .owl-next { position: absolute; top: 0; margin: 0!important; width: 100px; height: 100%; font-size: 0!important; border-radius: 0!important; pointer-events: initial; background-color: transparent!important; background-position: center!important; background-size: 36px!important; background-repeat: no-repeat!important; }
.owl-nav .owl-prev { left: 0; background-image: url("../../images/icons/arrow-owl-left.svg")!important; }
.owl-nav .owl-next { right: 0; background-image: url("../../images/icons/arrow-owl-right.svg")!important; }
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover { background-size: 42px!important; }
.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled { cursor: pointer; opacity: 0.4; background-size: 36px!important; }
.owl-nav .owl-prev span,
.owl-nav .owl-next span { }

body.en .row.home--carousel .home--carousel-owl,
body.de .row.home--carousel .home--carousel-owl {
    pointer-events: none;
}
.row.home--carousel .home--carousel-owl .home--slide {
    padding: 0;
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.row.home--carousel .home--carousel-owl .home--slide:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.row.home--carousel .home--carousel-owl .home--slide .content {
    margin-top: -140px;
    position: relative;
    z-index: 2;
}
.row.home--carousel .home--carousel-owl .home--slide .case-slide-image {
    position: relative;
    display: block;
    margin: 0 auto;
    /*padding-bottom: 38%;*/
    padding-bottom: calc(100vh - 360px);
    width: 100%;
    /*max-width: 1500px;*/
    height: 0;
    overflow: hidden;
    z-index: 1;
}
.row.home--carousel .home--carousel-owl .home--slide .case-slide-image .image:nth-of-type(1) {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.row.home--carousel .home--carousel-owl .home--slide .case-slide-image .image:nth-of-type(1) img {
    display: block;
    width: 100%;
}
.row.home--carousel .home--carousel-owl .home--slide .case-slide-image .image:nth-of-type(2) {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    right: calc((100% - 1300px) / 2);
    bottom: 10%;
    width: auto;
    height: auto;
    max-width: 425px;
    max-height: 69%;
}
.row.home--carousel .home--carousel-owl .home--slide .case-slide-image .image:nth-of-type(2) img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.row.home--carousel .home--carousel-owl .home--slide .case-slide-title {
    background: #e84242;
    color: #fff;
    max-width: 750px;
    box-sizing: border-box;
    padding-bottom: 75px;
    min-height: 306px;
}
.row.home--carousel .home--carousel-owl .home--slide .case-slide-title .stripes svg {
    fill: #fff;
}
.row.home--carousel .home--carousel-owl .home--slide .case-slide-dots {
    position: absolute;
    right: 0;
    top: 172px;
    display: flex;
    justify-content: flex-end;
}
.row.home--carousel .home--carousel-owl .home--slide .case-slide-dots a {
    width: 100px;
    height: 100px;
    border: 1px solid #00565d;
    border-radius: 100px;
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.row.home--carousel .home--carousel-owl .home--slide .case-slide-dots a.active {
    border-color: #a0a0a0;
    transform: scale(0.9);
    pointer-events: none;
}
.row.home--carousel .home--carousel-owl .home--slide .case-slide-dots a img {
    width: 60%;
}
.row.home--carousel .home--carousel-owl .home--slide .case-slide-dots a.active img {
    opacity: 0.5;
}
.row.home--carousel .home--carousel-owl .home--slide .case-slide-content {
    display: flex;
    flex-wrap: wrap;
    margin: 3em 0 3.5em 0;
}
.row.home--carousel .home--carousel-owl .home--slide .case-slide-content .case-slide-intro {
    position: relative;
    margin-bottom: 1.4em;
    column-count: 2;
    column-gap: 40px;
    width: 100%;
    color: #00565d;
}
.row.home--carousel .home--carousel-owl .home--slide .case-slide-content .case-slide-intro p {
    /*margin-bottom: 1.4em;*/
}
.row.home--carousel .home--carousel-owl .home--slide .case-slide-content .case-slide-intro ul li {
    margin-left: 20px;
    list-style-type: disc;
}
.row.home--carousel .home--carousel-owl .home--slide .case-slide-content .case-slide-intro p + ul {
    margin-top: 0;
}
.row.home--carousel .home--carousel-owl .home--slide .case-slide-content .case-slide-intro p.more {
    width: 100%;
}
/* home: team */
.row.home--team .home--team-title {
    display: flex;
}
.row.home--team .home--team-title h1, .row.home--team .home--team-title h2 {
    width: 50%;
}
.row.home--team .home--team-title .image {
    width: 50%;
    margin-top: 30px;
    display: flex;
    justify-content: flex-end;
}
.row.home--team .home--team-title .image img {
    width: 120%;
    display: block;
    align-self: flex-start;
}
.row.home--team .home--team-content {
    /*display: flex;
    flex-wrap: wrap;*/
    column-count: 2;
    column-gap: 40px;
    padding: 60px 60px;
    color: #fff;
    background: #06565d;
}
.row.home--team .home--team-content ul {
    list-style-type: disc;
}
.row.home--team .home--team-content ul li {
    margin-left: 20px;
}
.row.home--team .home--team-content .column {
    width: 50%;
}
.row.home--team .home--team-content .column:nth-of-type(1) {
    padding-right: 25px;
}
.row.home--team .home--team-content .column:nth-of-type(2) {
    padding-left: 25px;
}
/* home: results */
.row.home--results {}
.row.home--results .content {
    display: flex;
    flex-wrap: nowrap;
}
.row.home--results .column {
    width: 50%;
}
.row.home--results .column.red {
    background: #e84242;
    color: #fff;
    min-height: 575px;
}
.row.home--results .column .text {
    padding-left: 60px;
    padding-bottom: 60px;
    padding-right: 60px;
}
.row.home--results .column.usps {
    background-image: url('../../images/bg.jpg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
}
.row.home--results .column.usps ul {
    margin: 0;
    width: 90%;
}
.row.home--results .column.usps ul li {
    height: 33.333%;
    border-bottom: 1px solid #b2b2b2;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.row.home--results .column.usps ul li:last-of-type {
    border-bottom: 0px;
}
.row.home--results .column.usps ul li .icon {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.row.home--results .column.usps ul li svg {
    /*fill: #b2b2b2;*/
    display: block;
    width: 75%;
    /*filter: drop-shadow(-1px -1px 0px rgba(0,0,0,0.4));*/
}
.row.home--results .column.usps ul li span {
    font-size: 1.9em;
    font-weight: 600;
    padding-right: 5%;
    width: 70%;
    line-height: 1.3;
    /*color: #b2b2b2;*/
    box-sizing: border-box;
    /*filter: drop-shadow(-1px -1px 0px rgba(0,0,0,0.4));*/
    background-color: #6d6d6d;
    color: transparent;
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.4);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    /*background-clip: text;*/
}
/* home: news */
.row.home--news {
    padding-top: 0;
}
.row.home--news .content .news-items {
    display: flex;
    flex-wrap: nowrap;
    width: 102%;
    margin-left: -1%;
}
.row.home--news .content .news-items .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 4px solid #e84242;
    margin: 1%;
    width: calc(100% / 3 - 2%);
    color: #00565d;
    position: relative;
    box-sizing: border-box;
}
.row.home--news .content .news-items .item .item-date {
    position: absolute;
    top: -4px;
    right: -4px;
    font-family: metronic-slab;
    font-weight: 400;
    color: #fff;
    background: #e84242;
    text-align: center;
    padding: 15px;
    line-height: 1.1;
    font-size: .8em;
}
.row.home--news .content .news-items .item .item-date .year {
    font-size: 1.2em;
}
.row.home--news .content .news-items .item .item-text {
    position: relative;
    flex-grow: 1;
    padding: 30px;
    padding-bottom: 60px;
}
.row.home--news .content .news-items .item .item-text h3 {
    font-size: 1.3em;
    line-height: 1.2;
    padding: 10px 0;
    max-width: 80%;
    font-family: metronic-slab;
    font-weight: 400;
    min-height: 60px;
}
.row.home--news .content .news-items .item .item-text h3 a {
    color: #00565d;
}
.row.home--news .content .news-items .item .item-text h3 a:hover {
    color: #e84242;
}
.row.home--news .content .news-items .item .item-text .snippet {
    margin-bottom: 1.4em;
}
.row.home--news .content .news-items .item .item-text .snippet blockquote {
    margin-bottom: 0;
}
.row.home--news .content .news-items .item .item-text p.more {
    position: absolute;
    bottom: 30px;
    width: calc(100% - 60px);
}
.row.home--news .content .news-items .item .item-image {
    position: relative;
    overflow: hidden;
}
.row.home--news .content .news-items .item .item-image a {
    display: block;
    height: 100%;
}
.row.home--news .content .news-items .item .item-image img {
    display: block;
    width: 100%;
    transform: scale(1.01);
    transition: transform ease 0.25s;
}
.row.home--news .content .news-items .item .item-image:hover img {
    transform: scale(1.05);
}
/* home: news */
.row.home--map {
    padding-top: 0;
    padding-bottom: 0;
}
.row.home--map .map {
    position: relative;
}
.row.home--map .plan-route {
    position: absolute;
    left: 50%;
    bottom: 0px;
    z-index: 2;
    line-height: 1;
    transform: translateX(-50%);
}
.row.home--map .plan-route a {
    display: block;
    color: #fff;
    font-weight: bold;
    background: #06565d;
    padding: 20px;
    padding-top: 15px;
    padding-right: 15px;
}
.row.home--map .plan-route a:hover {
    background: #e84242;
}
.row.home--map .plan-route a svg {
    fill: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    transform: translateY(5px);
    margin-left: 10px;
}
.row.home--map #map_canvas {
    height: 400px;
    width: 100%;
    margin-top: 20px;
    position: relative;
    z-index: 1;
}
/* responsive-ness */
@media screen and (max-width: 1465px) and (min-width: 600px) {
    .row.home--carousel .home--backdrop,
    .owl-nav,
    .row.home--carousel .home--carousel-owl .home--slide .case-slide-image {
        padding-bottom: 0; height: 525px!important;
    }
    .row.home--carousel .home--carousel-owl .home--slide .content .case-slide-title {
        max-width: calc(100% - 525px);
        min-height: 0;
    }
    .row.home--carousel .home--carousel-owl .home--slide .case-slide-image .image:nth-of-type(2) {
        height: 100%;
    }
    .row.home--carousel .home--carousel-owl .home--slide .case-slide-image .image:nth-of-type(2),
    .row.home--carousel .home--carousel-owl .home--slide .content .case-slide-image .image:nth-of-type(2) {
        right: 5%;
    }
}
@media screen and (max-width: 1365px) and (min-width: 600px) {
    .row.home--carousel .home--carousel-owl .home--slide .content .case-slide-title {
        max-width: calc(100% - 425px);
        padding-bottom: 50px;
    }
    .row.home--carousel .home--carousel-owl .home--slide .case-slide-dots a {
        width: 75px;
        height: 75px;
    }
}
@media screen and (max-width: 1200px) and (min-width: 600px) {
    .row.home--carousel .home--carousel-owl .home--slide .content .case-slide-title {
        font-size: 3em;
    }
}
@media screen and (max-width: 1000px) and (min-width: 600px) {
    .row.home--carousel .home--carousel-owl .home--slide .content .case-slide-title {
        font-size: 2.5em;
    }
}
@media screen and (max-width: 600px) {
    /* template: home */
    .row.home--carousel {
        /*min-height: 0;*/
    }
    .row.home--carousel .home--backdrop {
        padding-bottom: 50%;
    }
    .owl-nav { height: 0; padding-bottom: 50%; }
    .owl-nav .owl-prev,
    .owl-nav .owl-next { width: 60px; height: 100%; background-size: 26px!important; }
    .owl-nav .owl-prev:hover,
    .owl-nav .owl-next:hover { background-size: 26px!important; }
    .owl-nav .owl-prev.disabled,
    .owl-nav .owl-next.disabled { background-size: 26px!important; }
    
    .row.home--carousel .home--carousel-owl .home--slide .content {
        margin-top: -15px;
    }
    .row.home--carousel .home--carousel-owl .home--slide .case-slide-image {
        padding-bottom: 50%;
    }
    .row.home--carousel .home--carousel-owl .home--slide .case-slide-image img {
        width: 95%;
        margin: 0 auto;
        /*margin-bottom: 50px;*/
    }
    .row.home--carousel .home--carousel-owl .home--slide .case-slide-image .image:nth-of-type(2) {
        right: 14%;
        bottom: 20%;
        max-width: 100px;
    }
    .row.home--carousel .home--carousel-owl .home--slide .case-slide-title {
        padding-bottom: 30px;
        padding-right: 30px;
        min-height: 149px;
        font-size: 1.75em;
    }
    .row.home--carousel .home--carousel-owl .home--slide .case-slide-dots {
        position: relative;
        top: auto;
        right: auto;
        justify-content: center;
        margin-top: 30px;
    }
    .row.home--carousel .home--carousel-owl .home--slide .case-slide-dots a {
        width: 60px;
        height: 60px;
        border-radius: 60px;
        margin: 0 5px;
    }
    .row.home--carousel .home--carousel-owl .home--slide .case-slide-content {
        flex-direction: column;
        margin: 1.5em 0 1em 0;
    }
    .row.home--carousel .home--carousel-owl .home--slide .case-slide-content .case-slide-intro {
        column-count: 1;
    }
    .row.home--carousel .home--carousel-owl .home--slide .case-slide-content .case-slide-intro p.more {
        position: relative;
        bottom: auto;
        left: auto;
        margin-top: 1em;
        margin-bottom: 2em;
    }
    /* home: team */
    .row.home--team {
        padding-top: 0;
    }
    .row.home--team .home--team-title {
        flex-direction: column;
    }
    .row.home--team .home--team-title h1 {
        width: 90%;
    }
    .row.home--team .home--team-title h2, .row.home--team .home--team-title .image {
        width: 100%;
        margin-top: 0;
    }
    .row.home--team .home--team-title .image img {
        width: 80%;
        margin: 0 auto;
    }
    .row.home--team .home--team-content {
        display: block;
        column-count: 1;
        padding: 30px 30px;
    }
    .row.home--team .home--team-content .column, .row.home--team .home--team-content .column:nth-of-type(1), .row.home--team .home--team-content .column:nth-of-type(2) {
        width: 100%;
        padding: 0;
    }
    .row.home--team .home--team-content .column:nth-of-type(2) {
        margin-top: 1.4em;
    }
    /* home: results */
    .row.home--results .content {
        flex-direction: column;
    }
    .row.home--results .column {
        width: 100%;
    }
    .row.home--results .column.red {
        padding-top: 1em;
        min-height: 0;
    }
    .row.home--results .column .text {
        padding-left: 30px;
        padding-bottom: 30px;
        padding-right: 30px;
    }
    .row.home--results .column.usps ul {
        margin: 0.7em 0;
    }
    .row.home--results .column.usps ul li {
        height: auto;
    }
    .row.home--results .column.usps ul li .icon {
        width: 35%;
    }
    .row.home--results .column.usps ul li svg {
        width: 55%;
    }
    .row.home--results .column.usps ul li span {
        padding-top: 1em;
        padding-bottom: 1em;
        width: 65%;
        font-size: 1.25em;
    }
    /* home: news */
    .row.home--news .content .news-items {
        width: 100%;
        margin-left: 0%;
        flex-direction: column;
    }
    .row.home--news .content .news-items .item {
        margin: 0%;
        width: 100%;
        margin-bottom: 30px;
    }
    .row.home--news .content .news-items .item .item-image {
        height: 180px;
        overflow: hidden;
        position: relative;
    }
    .row.home--news .content .news-items .item .item-text h3 {
        max-width: 90%;
        min-height: 0;
    }
    .row.home--news .content .news-items .item .item-image img {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    /* home: map */
    .row.home--map .plan-route {
        bottom: 20px;
    }
}