@media (max-width: 767.99px) {
    main>section.container-fluid.hero {
        padding-left: 30px;
        padding-right: 30px;
    }
    /*
    main>section.container-fluid:not(.hero) {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    main>section.container-fluid:not(.hero)>.row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }


    main>section.container-fluid:not(.hero)>.row>.col,
    main>section.container-fluid:not(.hero)>.row>.col>.container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    main>section.container-fluid:not(.hero)>.row>.col>.container>.row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    */
}




/*------------------------------------*\
	VARIABLES
\*------------------------------------*/

:root {
    --main-color: #862633;
    --main-bg-color: #DBE2E9;
    --main-bg-color-rgb: 219, 226, 233;
    --main-text-color: #575757;
    --second-text-color: #8EACBC;

}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

/* Clan W01 Bold */
/* @font-face {
    font-family: "Clan W04 Bold";
    font-style: normal;
    font-weight: bold;
    src: local(''),
        url("../fonts/5476660/abe710ba-a0cb-4b37-b42f-d2a5265c1714.woff2") format("woff2"),
        url("../fonts/5476660/4fb3a5df-f261-4908-845c-dfd769d600f3.woff") format("woff");
} */
@font-face{
    font-family:"Clan W01 Bold";
    src:url("../fonts/5476658/8a89228b-7dae-4a89-a41e-8d4197dc2e93.woff2") format("woff2"),url("../fonts/5476658/65b5050a-982f-4fc0-8754-9f8e43676182.woff") format("woff");
}

/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local(''),
        url('../fonts/roboto-v20-latin-regular.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../fonts/roboto-v20-latin-regular.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: local(''),
        url('../fonts/roboto-v20-latin-italic.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../fonts/roboto-v20-latin-italic.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-700 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local(''),
        url('../fonts/roboto-v20-latin-700.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../fonts/roboto-v20-latin-700.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-700italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src: local(''),
        url('../fonts/roboto-v20-latin-700italic.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../fonts/roboto-v20-latin-700italic.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* @font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Clan W01 Bold';
    font-weight: bold !important;
    color: var(--main-color);

}

body {
    transition: transform 0.8s;
    font-family: 'Roboto', Verdana, sans-serif;
    ;
    font-style: normal;
    font-weight: 400;
    color: var(--main-text-color);
}

.bg-primary {
    background-color: var(--main-color);
    color: #FFF;
}

.single-tile:hover {
    text-decoration: none !important;
}
.single-tile:hover .label.bg-primary {
    /*background: #FFF;*/
    /*color: var(--main-color);*/
}
.single-tile:hover .label.bg-primary::after {
    /*content: url(../img/arrow-right-white.svg) !important;*/
}


.bg-secondary {
    background-color: var(--second-text-color);
    color: #FFF;
}

.bg-light {
    background: rgba(var(--main-bg-color-rgb), 0.6);
}

button.btn,
a.btn {
    border-radius: 0;
    font-size: 16px;
    padding: .3em 2em .275em 2em;
    padding: .3em 2em .4em 2em;
}

button.btn-bg-trans,
a.btn-bg-trans {
    background-color: transparent;
}

button.btn-primary:not([tabindex]),
a.btn-primary:not([tabindex]) {
    background-color: var(--main-text-color);
    color: #FFF;
    border: none;
    border-radius: 0;
    font-size: 1em;
    padding: .8em 2em .75em 2em;
}

button.btn-primary:not([tabindex]):hover,
a.btn-primary:not([tabindex]):hover {
    background-color: var(--main-text-color);
}

.row.reverse {
    flex-direction: row-reverse;
}


/* Start */
a.btn.btn-outline-light, input[type="submit"].btn-outline-light {
    color: var(--main-color);
    border: 1px solid var(--main-color);
    margin-top: 1em;
    border-radius: 0;
}

a.btn.btn-bg-trans, input[type="submit"].btn-bg-trans {
    background-color: transparent;
}

a.btn.btn-bg-trans:hover, input[type="submit"].btn-bg-trans:hover {
    background-color: var(--main-color);
    color: white;
}

.overlay-image a.btn.btn-outline-light, footer a.btn.btn-outline-light {
    color: white;
    border: 1px solid white;
    margin-top: 1em;
}

.overlay-image a.btn.btn-bg-trans {
    background-color: transparent;
}

.overlay-image a.btn.btn-bg-trans:hover {
    background-color: white;
    color: var(--main-color);
}

img.w-100 {
    width: 100%;
}

section a {
    font-weight: bold;
}

section.container-fluid.overlay-image {
    max-height: 480px;
    max-height: 720px;
}

section.container-fluid.overlay-image>.row {
    /* max-height: 380px; */
    overflow: auto;
}

main .overlay-image * {
    color: white;
}


.row.icons {
    justify-content: space-between;
}

.icons .icon-block {
    text-align: center;
    /* max-width: 100px; */
}

.icons .icon-block div {
    margin-top: 1em;
    font-family: 'Clan W01 Bold';
    color: var(--main-color);
}

main {
    margin-top: 112px;
}
@media (max-width: 767.98px) {
    main {
        margin-top: 135px;
    }
}


main>section.container,
main>section.container-fluid:not(.hero),
main>section.container-fluid>.row>.container:not(.hero),
main>section.container-fluid>.row>div>.container,
main>section.container-fluid>.row>.col>.container,
main>section.container-fluid>.row>div>.container>.row>div>.container {
    /* padding-top: 40px;
    padding-bottom: 30px; */
    padding-top: 30px;
    padding-bottom: 30px;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
}

header .brand {
    position: absolute;
    margin-top: 35px;
    cursor: pointer;
}

header .nav_basic {
    padding: 0;
    margin: 0;
    margin: 20px 0 10px 0;
    list-style-type: none;
    display: flex;
    justify-content: flex-end;
}

header .nav_basic>li.stretch {
    display: none;
}

header .nav_basic>li>a {
    display: block;
    padding: 5px 20px;
    color: var(--main-text-color);
    font-size: 12px;
    font-weight: bold;
}

header .nav_basic>li.wpml-ls-first-item>a {
    padding-right: 5px;
}

header .nav_basic>li.wpml-ls-last-item>a {
    padding-left: 5px;
}

header .nav_basic>li.wpml-ls-current-language>a {
    color: var(--main-color);
}

header .nav_basic>li.wpml-ls-first-item>a:after {
    padding-right: 5px;
}

header .nav_basic>li.wpml-ls-first-item>a:after {
    content: "";
    border-right: 1px solid var(--main-text-color);
    margin-left: 5px;
}

header .nav_basic>li>a.search {
    background-image: url(../img/icon.search.svg);
    display: block;
    padding: 0;
    margin-top: 5px;
    margin-left: 15px;
    height: 14px;
    width: 14px;
}

header .nav_basic>li>a.login {
    background-image: url(../img/icon.login.svg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: left;
}
header .nav_basic>li.contact-item>a {
    background-image: url(../img/icon.envelope.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 18px;
    padding-left: 23px;
}
@media (max-width: 767.98px) {
    header .nav_basic>li>a.login {
        padding-left: 16px;
    }
}
header .nav_basic>li>a.menutoggler {
    display: none;
}

header .nav_main {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    justify-content: flex-end;
}

header .nav_main>li>a {
    display: block;
    padding: 15px 30px;
    color: #393939;
    text-transform: uppercase;
    outline: 0;
}

header .nav_main>li:last-of-type>a {
    padding-right: 0;
}

header .nav_main>li>a {
    text-decoration-color: var(--main-text-color);
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}

header .nav_main>li:hover>a {
    color: var(--main-color);
    text-decoration: none;
}

header .nav_main>li>ul {
    display: none;
}

header .nav_main>li>ul>li.toggleLink>a {
    text-transform: uppercase;
    font-weight: 600;
}
header .nav_main>li>ul>li>a,
header .nav_main>li>ul>li>ul>li>a {
    color: var(--main-text-color);
    display: inline-block;
    outline: 0;
    white-space: nowrap;
}

header .nav_main>li>ul>li>ul>li>a {
    text-decoration-color: var(--main-text-color);
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}
header .nav_main>li>ul>li>ul>li>a {
    text-decoration: none;
}
header .nav_main>li>ul>li>ul>li>a:hover {
    color: var(--main-color);
    text-decoration: none;
}
header .nav_main>li>ul.sub-menu.show,
header .nav_main>li:hover>ul.sub-menu {
    display: block !important;
    position: absolute;
    z-index: 1;
    background-color: #FFF;
    list-style-type: none;
    padding: 10px 10px 20px 10px;
    margin: 0;
}
ul.sub-menu>li>ul.sub-menu {
    list-style: none;
    padding-left: 15px;
    padding-left: 0;
    padding-top: 6px;
}
ul.sub-menu>li>ul.sub-menu>li {
    padding: 5px 10px;
    padding: 5px 10px 5px 0;
}
header .nav_main>li>ul.sub-menu.show>li,
header .nav_main>li:hover>ul.sub-menu>li {
    padding-right: 20px;
    padding: 4px 30px;
}

header .nav_main>li>ul.sub-menu.show>li>a:hover,
header .nav_main>li:hover>ul.sub-menu>li>a:hover {
    color: var(--main-color);
    text-decoration: none;
}




header .nav_main .text-uppercase {
    text-transform: uppercase;
}
header .nav_main .font-weight-bold {
    font-weight: 600;
}




header .nav_main>li.right {}

header .nav_main>li.right>ul.show {
    float: right;
    position: absolute;
    right: 0;
}

header .nav_main .desktop-hide {
    display: none;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    header .nav_basic {
        padding: 0;
        margin: 0;
        margin: 35px 0 15px 0;
    }

    header .nav_main {}

    header .nav_main>li>a {
        padding: 15px 20px;
    }




}

@media (max-width: 767.98px) {
    header .nav_main .desktop-hide {
        display: inline-block;
    }
    header {
        /* position: relative; */
        z-index: 99999;
    }

    header>div {
        background-color: #FFF;
    }

    header>.container-fluid:first-of-type>.row>.col>.container {
        max-width: none;
        width: 100%;
        padding: 0;
    }

    header .brand {
        border-bottom: 1px var(--main-text-color) solid;
        position: static;
        margin: 20px auto 10px auto;
        display: block;
        /*text-align: center;*/
        padding-bottom: 20px;
        /*padding-left: 15px;*/
        padding-right: 15px;
    }

    header .brand img {
        max-width: 100%;
        margin-right: auto;
    }

    header .nav_basic {
        padding: 0;
        margin: 0;
        margin: 5px 0 10px 0;
    }

    header .nav_basic>li.stretch {
        display: inline;
        flex: auto;
    }

    header .nav_basic>li:first-of-type>a {
        padding-left: 0;
    }

    header .nav_basic>li>a.menutoggler {
        display: block;
        padding: 0;
        margin-top: 5px;
        margin-left: 15px;
        width: 22px;
        height: 22px;
        color: var(--main-text-color);
        background-image: url('../img/icon.menutoggler.svg');
        background-repeat: no-repeat;
        outline: 0;
        position: relative;
        z-index: 10000;
    }

    header .nav_main {
        display: none;
    }

    header .nav_main.show {
        display: block;
        box-shadow: 0 0 3px rgba(0, 0, 0, .25);
        margin-left: -15px;
        margin-right: -15px;
        padding-bottom: 20px;

        height: calc(100vh - 133px);
        overflow-y: scroll;

    }

    header .backdrop {
        content: "";
        opacity: 0.7;
        /* background: -moz-linear-gradient(top, rgba(1, 86, 158, 0.75) 0%, rgba(83, 162, 194, 0.75) 100%);
        background: -webkit-linear-gradient(top, rgba(1, 86, 158, 0.75) 0%, rgba(83, 162, 194, 0.75) 100%);
        background: linear-gradient(to bottom, rgba(1, 86, 158, 0.75) 0%, rgba(83, 162, 194, 0.75) 100%); */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf01569e', endColorstr='#bf53a2c2', GradientType=0);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        display: none;
    }

    header .backdrop.show {
        display: block;
    }

    header .nav_main.show>li {
        padding-left: 15px;
        padding-right: 15px;
    }

    header .nav_main.show>li>a {
        padding: 12px 0;
        font-weight: bold;
        border-bottom: 1px #C6D6EA solid;
        outline: 0;
    }

    header .nav_main.show>li>a:hover {
        text-decoration: none;
        color: #53A2C2;
        color: #862633;
    }

    header .nav_main.show>li:hover>ul.sub-menu {
        display: block;
        padding: 0;
        position: static;
    }

    header .nav_main.show>li:hover>ul.sub-menu>li {
        padding: 0;
    }

    header .nav_main.show>li:hover>ul.sub-menu>li>a {
        padding: 12px 30px !important;
        border-bottom: 1px #C6D6EA solid;
        display: block;
        color: #84909F;
        font-size: 14px;
        outline: 0;
    }

    header .nav_main.show>li:hover>ul.sub-menu>li>a:hover {
        color: #53A2C2;
        color: #862633;
    }
    header .nav_main>li>ul.sub-menu.show>li>ul.sub-menu.show>li,
    header .nav_main>li:hover>ul.sub-menu>li >ul.sub-menu>li {
        padding-right: 20px;
        padding: 4px 60px;
    }

    header .nav_main>li>ul.sub-menu.show {
        position: static;
    }
    header .nav_main>li>ul.sub-menu>li>ul.sub-menu {
        display: none;
    }
    header .nav_main>li>ul.sub-menu>li>ul.sub-menu.show {
        display: block;
        position: static;
    }


    header .nav_main.show>li.right {}

    header .nav_main.show>li.right>ul.show {
        float: none;
        clear: both;
        position: static;
        right: 0;
        background-color: 0;
    }
}

@media (max-width: 575.98px) {
    header .nav_basic>li>a {
        padding: 5px 10px;
        color: var(--main-text-color);
    }
}

main h1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 50px;
    margin-bottom: 30px;
    margin-bottom: 1.5rem;
}

main h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
}

main h3 {
    font-size: 20px;
    font-weight: bold;
}

main p {
    font-size: 16px;
    line-height: 28px;
    line-height: 26px;
}

/* main p strong { color: var(--main-text-color); } */

section.container-fluid.hero,
section.container-fluid.overlay-image {
    display: flex;
    flex-direction: column;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 154px;
    justify-content: flex-end;
    position: relative;
}

.hero .overlay,
.overlay-image .overlay {
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.overlay-image .overlay img {
    height: 100%;
    width: auto;
    opacity: 0;
}

.overlay-image .overlay {
    background: rgb(134, 38, 51, 0.8);
}

.hero .overlay img {
    height: 101%;
    width: auto;
}

section.container-fluid.hero h1 {
    color: #FFF;
    font-size: 26px;
    text-transform: uppercase;
    display: block;
    max-width: 50%;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

@media (min-width: 576px) {}

@media (min-width: 768px) {
    section.container-fluid.hero {
        min-height: 300px;
    }

    section.container-fluid.hero h1 {
        font-size: 30px;
    }

    .overlay-image .overlay img {
        opacity: 100%;
    }

    .overlay-image .overlay {
        background: none;
    }
}

@media (min-width: 992px) {
    section.container-fluid.hero {
        min-height: 400px;
    }

    section.container-fluid.hero h1 {
        font-size: 40px;
    }
}

@media (min-width: 1200px) {
    section.container-fluid.hero.hero-start {
        min-height: 590px;
    }

    section.container-fluid.hero h1 {
        font-size: 48px;
    }
}

main .bg-blue h1,
main .bg-blue h2,
main .bg-blue p {
    color: #FFF;
}

main .bg-blue ul {
    list-style-type: none;
}

main .bg-blue ul>li::before {
    content: "\2022";
    color: #53A2C2;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

main .bg-blue ul>li {
    color: #FFF;
    font-weight: bold;
    margin-bottom: 15px;
}

@media (max-width: 767.98px) {
    main .bg-blue ul {
        padding-left: 15px;
    }
}

main .gradient-v-1 {
    background: linear-gradient(to bottom, rgba(225, 237, 245, 1) 0%, rgba(251, 251, 251, 1) 100%);
    box-shadow: inset 0 -1px 0 #EEE;
}

@media (min-width: 992px) {
    #carouselHero .carousel-item .item-title {
        align-items: start;
    }

    #carouselHero .carousel-item .btn {
        margin-left: auto;
        margin-right: 30px;
    }
}

@media (max-width: 991.98px) {
    #carouselHero .carousel-item .btn {
        margin-top: 10px;
    }
}

@media (min-width: 320px) and (max-width: 575.98px) {}

main>.container-fluid>.row>.col {}

main>.container-fluid.slider>.row>.col>.container {
    padding-top: 0;
    padding-bottom: 0;
}

main>.container-fluid.slider>.row>.col>.container>.row>.col {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
}

.bread ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.bread ul li {
    display: inline-block;
    float: left;
}

.bread ul li:not(:last-child):after {
    content: "»";
    color: #AFB4BB;
    margin-right: 5px;
    font-size: 12px;
    font-weight: bold;
}

.bread ul li a {
    color: #AFB4BB;
    margin-right: 5px;
    font-size: 12px;
    font-weight: bold;
}

.bread ul li:last-child a {
    color: var(--main-text-color);
}

.row.service-tiles,
.row.benefits-tiles {
    justify-content: center;
}

.service-tiles>.single-tile {
    position: relative;
    margin-bottom: 2em;
}

.benefits-tiles>.single-tile {
    margin-bottom: 50px;
}

.service-tiles>.single-tile>.img,
.benefits-tiles>.single-tile>.img {
    background-position: center;
    background-size: cover;
}

.service-tiles>.single-tile>.img {
    height: 250px;
}

.benefits-tiles>.single-tile>.img {
    max-height: 250px;
    height: 70vw;
}

.benefits-tiles>.single-tile>.label {
    color: white;
    padding: 5px 10px;
    font-family: 'Clan W01 Bold';
}
.benefits-tiles>.single-tile:hover>.label.bg-primary {
    background-color: white;
    color: var(--main-color);
    transition: .15s;
}

.benefits-tiles>.single-tile>.label.bg-primary::after {
    content: url(../img/arrow-right-white.svg);
    padding-left: 10px;
}
.benefits-tiles>.single-tile:hover>.label.bg-primary::after {
    content: url(../img/arrow-right-red.svg);
    padding-left: 10px;
}

.benefits-tiles>.single-tile>.label.bg-secondary {
    min-height: 4em;
    display: flex;
    align-items: center;
}

.service-tiles>.single-tile>.text-bg {
    position: absolute;
    color: var(--second-text-color);
    opacity: 0.15;
    font-size: 100px;
    font-family: "Clan W01 Bold";
    top: 220px;
    z-index: -1;
}

.service-tiles>.single-tile>.label {
    padding-left: 35px;
    padding-top: 75px;
}

.container-fluid.text-titel h2 {
    margin-bottom: 1em;
}

@media (min-width: 992px) {
    .col-12.equal {
        columns: 2;
        column-gap: 3em;
        column-fill: balance;
    }
}

.equal>ul {
    padding-left: 1em;
}
.marker-red > ul > li::marker {
    color: var(--main-color);
}


.light-gray {
    color: var(--second-text-color) !important;
}

main section.scroll-next {
    padding-top: 0 !important;
    padding-bottom: 15px !important;
}

main .showbox {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

main .showbox>div {
    flex: 1;
}

main .showbox>div:first-of-type {
    margin-right: 8px;
}

main .showbox>div:last-of-type {
    margin-left: 8px;
}

main .showbox>div>div:first-of-type {
    height: 20vw;
    overflow: hidden;
}

main .showbox .img {
    height: 20vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
    transition: 500ms ease-in-out;
}

main .showbox .img:hover {
    transition: 2000ms ease-in-out;
    transform: scale(1.3);
}

main .showbox h3 {
    color: var(--main-text-color);
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
}

main .showbox .mt-4.image-titel {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Clan W01 Bold';
    font-weight: bold;
    margin-top: 1.5em;
    padding-bottom: 0.75em;
}

main .showbox .ellipsis {
    width: 100%;
    display: table;
    table-layout: fixed;
}

main .showbox .ellipsis>div {
    display: table-cell;
}

main .showbox .ellipsis>div p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

main .showbox a {
    color: var(--main-text-color);
    font-weight: bold;
}

@media (max-width: 991.98px) {
    main .showbox {
        flex-direction: column;
    }

    main .showbox>div {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    main .showbox>div>div:first-of-type {
        height: 50vw;
        margin-bottom: 15px;
    }

    main .showbox .img {
        height: 50vw;
    }
}

main .showbox-multirow {}

main .showbox-multirow>div>div {
    padding-left: 8px;
    padding-right: 8px;
}

main .showbox-multirow>div>div>a {
    text-decoration: none;
}

main .showbox-multirow>div>div:nth-child(3n) {
    padding-right: 0;
}

main .showbox-multirow>div>div:nth-child(3n+1) {
    padding-left: 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    main .showbox-multirow>div>div {
        padding-left: 8px;
        padding-right: 8px;
    }

    main .showbox-multirow>div>div:nth-child(2n) {
        padding-right: 0;
        padding-left: 8px;
    }

    main .showbox-multirow>div>div:nth-child(2n+1) {
        padding-left: 0;
        padding-right: 8px;
    }
}

@media (max-width: 767.98px) {
    main .showbox-multirow>.row>div:last-child {
        margin-bottom: 0 !important;
    }

    main .showbox-multirow>div>div {
        padding-left: 0;
        padding-right: 0;
    }
}

main .showbox-multirow>div>div>a>div:first-of-type {
    height: 15vw;
    height: 362px;
    height: 20vw;
    max-height: 220px;
    overflow: hidden;
    background-color: var(--main-text-color);
}

main .showbox-multirow .img {
    height: 362px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
    transition: 500ms ease-in-out;
}

@media (min-width: 992px) and (max-width: 1199.98px) {

    main .showbox-multirow>div>div>a>div:first-of-type,
    main .showbox-multirow .img {
        height: 302px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {

    main .showbox-multirow>div>div>a>div:first-of-type,
    main .showbox-multirow .img {
        height: 337px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {

    main .showbox-multirow>div>div>a>div:first-of-type,
    main .showbox-multirow .img {
        height: 508px;
    }
}

main .showbox-multirow .img:hover {
    transition: 2000ms ease-in-out;
    transform: scale(1.3);
}

main .showbox-multirow h3 {
    color: var(--main-text-color);
    font-size: 24px;
    font-weight: bold;
}

main .showbox-multirow .ellipsis {
    width: 100%;
    display: table;
    table-layout: fixed;
}

main .showbox-multirow .ellipsis>div {
    display: table-cell;
}

main .showbox-multirow .ellipsis>div p {
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

main .showbox-multirow a {
    color: var(--main-text-color);
    font-weight: bold;
}

@media (max-width: 991.98px) {
    main .showbox-multirow>div>div>a>div:first-of-type {
        margin-bottom: 15px;
    }

    main .showbox-multirow .img {
        height: 50vw;
    }
}

body.page-id-377 section.leistungen:not(section.leistungen ~ section.leistungen) h3 {
    min-height: 55px;
}

body.page-id-377 section.leistungen:not(section.leistungen ~ section.leistungen) .ellipsis p,
main .showbox-multirow .more-as-buttons {
    display: inline-block;
    padding: 12px 32px 8px 32px;
    border: 2px var(--main-text-color) solid;
    color: var(--main-text-color);
    font-size: 16px;
    line-height: auto;
    cursor: pointer;
    min-width: 260px;
    text-align: center;
}

body.page-id-377 section.leistungen:not(section.leistungen ~ section.leistungen) .ellipsis p a {
    display: none;
}

main .showorb {
    display: flex;
    justify-content: center;
}

main .showorb>div {
    flex: 1;
    padding-left: 8px;
    padding-right: 8px;
}

@media (max-width: 991.98px) {
    main .showorb {
        flex-direction: column;
    }

    main .showorb>div {
        padding-left: 0;
        padding-right: 0;
    }
}

main .showorb .orb {
    background-color: var(--main-text-color);
    width: 112px;
    height: 112px;
    border-radius: 56px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 20px auto;
    transition: 250ms;
}

main .showorb .orb:hover {
    background-color: var(--main-text-color);
    width: 132px;
    height: 132px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 10px auto;
}

@media (max-width: 991.98px) {
    main .showorb .orb {
        margin-top: 0;
    }
}

main .showorb h3 {
    color: var(--main-text-color);
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

main .showorb p {
    text-align: center;
}

main .showorb a {
    color: var(--main-text-color);
    font-weight: bold;
}

main .bg-waves h3 {
    text-transform: none;
}

main .showtile {
    display: flex;
    justify-content: center;
}

main .showtile>div {
    flex: 1;
    position: relative;
    overflow: hidden;
    margin-left: 8px;
    margin-right: 8px;
}

main .showtile>div:first-of-type {
    margin-left: 0;
}

main .showtile>div:last-of-type {
    margin-right: 0;
}

@media (max-width: 991.98px) {
    main .showtile>div {
        margin-left: 0;
        margin-right: 0;
    }

    main .showtile>div:not(:last-of-type) {
        margin-bottom: 16px;
    }
}

main .showtile .label {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(2, 86, 157, .8);
    padding: 10px 15px;
}

main .showtile .img {
    height: 20vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 250ms;
}

main .showtile .img:hover {
    transform: scale(1.2) rotate(3deg);
}

main .showtile h3 {
    color: #FFF;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}

main .showtile .ellipsis {
    width: 100%;
    display: table;
    table-layout: fixed;
}

main .showtile .ellipsis>div {
    display: table-cell;
}

main .showtile .ellipsis>div p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 0;
    color: #FFF;
    font-size: 14px;
}

main .showtile a {
    color: var(--main-text-color);
    font-weight: bold;
}

@media (max-width: 991.98px) {
    main .showtile {
        flex-direction: column;
    }

    main .showtile .img {
        height: 70vw;
    }
}

.teaserorbs .d-flex>div {
    padding-left: 70px;
}

.teaserorbs .d-flex>div * {
    line-height: normal;
    margin-top: 5px;
}

.teaserorbs .orb {
    background-color: #FFF;
    width: 60px;
    height: 60px;
    border-radius: 56px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    float: left;
    position: relative;
    margin-left: -70px;
}

.mixed .m-r--10vw {
    margin-right: -10vw;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .mixed .m-r--10vw {
        margin-right: 0;
        z-index: 1;
    }
}

.contentslider .slider {
    height: 300px;
}

.contactperson>.row>div>.container>.row>div>.container {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.contactperson .addr>p:first-child {
    border-left: 2px #FFF solid;
}

.contactperson .addr>p {
    padding-left: 15px;
}

.contactperson .addr img {
    width: 185px;
    height: 185px;
    border-radius: 50%;
}

.contactperson>.row .row {
    align-items: center;
}

@media (max-width: 991.98px) {
    .contactperson .addr>p:first-child {
        border-left: medium none;
    }

    .contactperson .addr>p {
        padding-left: 0;
    }
}

@media (max-width: 575.98px) {
    .carousel.slide .carousel-item .img {
        height: 87.5vw;
        height: calc(100vw - 60px);
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .carousel.slide .carousel-item .img {
        height: 225px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .carousel.slide .carousel-item .img {
        height: 200px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .carousel.slide .carousel-item .img {
        height: 280px;
    }
}

@media (min-width: 1200px) {
    .carousel.slide .carousel-item .img {
        height: 340px;
    }
}

.form input,
.form select,
.form textarea {
    border: none;
    border-radius: 0;
}

.form input::placeholder,
.form select::placeholder,
.form textarea::placeholder {
    color: #AFB4BB;
}

.form select.form-control:not([size]):not([multiple]) {
    height: 2.25rem;
}

.form label {
    color: var(--main-text-color);
    font-size: 12px;
    font-weight: bold;
}

.form .small {
    line-height: normal;
}

.form .small a {
    color: #000;
    text-decoration: underline;
}

.form .btn {
    color: var(--main-text-color);
    border: 2px var(--main-text-color) solid;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .form textarea {
        min-height: 272px;
    }
}

@media (min-width: 992px) {
    .form textarea {
        min-height: 193px;
    }

    .form .container>.row:last-child>div:first-child {
        padding-right: 60px;
    }

    .form .container>.row:last-child>div:last-child {
        padding-left: 60px;
    }
}

footer { padding: 30px 0; }
footer .shares {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
}

footer .shares li {
    display: inline-block;
}

footer .shares a {
    /* background: var(--main-text-color); */
    width: 23px;
    height: 23px;
    /* border-radius: 50%; */
    display: inline-block;
}

footer .shares li:not(:first-child) a {
    margin-left: 35px;
}

footer .shares li a {
    background-repeat: no-repeat;
    background-position: center;
}

footer .shares li a.tw {
    background-image: url('../img/share.tw.svg');
}

footer .shares li a.fb {
    background-image: url('../img/share.fb.svg');
}

footer .shares li a.pi {
    background-image: url('../img/share.pi.svg');
}

footer .shares li a.yt {
    background-image: url('../img/share.yt.svg');
}

footer .shares li a.kununu {
    background-image: url('../img/share.kununu.svg');
}

footer .shares li a.linkedin {
    background-image: url('../img/share.linkedin.svg');
}

footer .shares li a.xing {
    background-image: url('../img/share.xing.svg');
}

footer .links {
    list-style-type: none;
    /* display: flex;
    justify-content: center;
    margin-bottom: 25px; */
    padding: 0;
}

footer .links li {
    display: inline-block;
}

footer .links li a {
    color: #FFF;
    display: inline-block;
    padding: 0px 15px 12px 0px;
    font-size: 14px;
}


footer .btn.btn-outline-light.btn-bg-trans:hover {
    border: 1px #862633 solid;
    color: #862633;
    background: #FFF;
}

@media (max-width: 575.98px) {
    footer .links li {
        display: flex;
    }
    footer .links {
        margin-top: 20px;
    }
}

body.error404 {
    padding-bottom: 200px;
    min-height: 800px;
}

body.error404 footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}

aside.toolbarbuttons {
    position: fixed;
    bottom: 20vh;
    right: 10px;
}

aside.toolbarbuttons ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

aside.toolbarbuttons ul a {
    display: block;
    width: 70px;
    height: 70px;
    background-size: 100%;
}

aside.toolbarbuttons ul a.contact {
    background-image: url('../img/icon.contact.svg');
}

aside.toolbarbuttons ul a.share {
    background-image: url('../img/icon.share.svg');
}

aside.toolbarbuttons ul a.position {
    background-image: url('../img/icon.position.svg');
}

aside.toolbarbuttons ul a.home {
    background-image: url('../img/icon.home.svg');
}

a[type=submit],
input[type=submit],
button[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@keyframes matching_words_pulse {

    0%,
    100% {
        background-color: rgba(255, 255, 0, 0.3);
        box-shadow: 3px 0 0 0px rgba(255, 255, 0, 0.3), -3px 0 0 0px rgba(255, 255, 0, 0.3);
    }

    50% {
        background-color: rgba(255, 255, 0, 0.7);
        box-shadow: 3px 0 0 0px rgba(255, 255, 0, 0.7), -3px 0 0 0px rgba(255, 255, 0, 0.7);
    }
}

.highlight {
    animation: matching_words_pulse 3s infinite;
}

a[href='javascript:']:not([onclick]):not([data-toggle]):not(.menutoggler) {
    cursor: not-allowed;
}

#responsiveinfo {
    display: block;
    position: fixed;
    left: 10px;
    bottom: 10px;
    margin-right: 10px;
    padding: 5px 10px;
    color: #000;
    font-size: 11px;
    font-weight: bold;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    text-shadow: 0 0 2px #FFF;
    letter-spacing: .25px;
    z-index: 999999;
}

@media (max-width: 319.98px) {
    body {
        overflow: hidden;
    }

    #responsiveinfo {
        background: rgba(127, 127, 127, 1);
    }

    #responsiveinfo:before {
        content: "0-319px (xxs)";
    }

    #responsiveinfo::after {
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        background-color: rgba(191, 0, 0, .85);
        color: #FFF;
        font-size: 20vw;
        font-family: Arial;
        text-shadow: 0 0 5px #000;
        letter-spacing: -2.5px;
        content: "Narrooow!";
        z-index: -100;
    }
}

@media (min-width: 320px) and (max-width: 575.98px) {
    #responsiveinfo {
        background: rgba(226, 0, 122, .75);
    }

    #responsiveinfo:before {
        content: "320-767px (xs)";
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    #responsiveinfo {
        background: rgba(192, 192, 0, .75);
    }

    #responsiveinfo:before {
        content: "576-767px (sm)";
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #responsiveinfo {
        background: rgba(0, 255, 0, .75);
    }

    #responsiveinfo:before {
        content: "768-991px (md)";
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    #responsiveinfo {
        background: rgba(255, 102, 0, .75);
    }

    #responsiveinfo:before {
        content: "992-1199px (lg)";
    }
}

@media (min-width: 1200px) {
    #responsiveinfo {
        background: rgba(0, 158, 224, .75);
    }

    #responsiveinfo:before {
        content: "1200px (xl)";
    }
}

main section:not(:first-child):not(:last-child) {}

@keyframes corner_wobble_1 {
    25% {
        border-radius: .2em;
        border-bottom-right-radius: .8em;
    }

    40% {
        border-bottom-left-radius: .6em;
    }

    50% {
        border-radius: .2em;
        border-top-right-radius: .8em;
    }

    65% {
        border-top-left-radius: .6em;
    }

    75% {
        border-radius: .2em;
        border-bottom-left-radius: .8em;
    }

    90% {
        border-bottom-right-radius: .6em;
    }

    0%,
    100% {
        border-radius: .2em;
        border-top-left-radius: .8em;
    }

    15% {
        border-top-right-radius: .6em;
    }
}

.corner-wobble-1 {
    animation: corner_wobble_1 12s infinite;
}

@keyframes corner_wobble_2 {
    20% {
        border-radius: .2em;
        border-top-left-radius: .8em;
    }

    35% {
        border-top-right-radius: .6em;
    }

    45% {
        border-radius: .2em;
        border-bottom-right-radius: .8em;
    }

    60% {
        border-bottom-left-radius: .6em;
    }

    70% {
        border-radius: .2em;
        border-top-right-radius: .8em;
    }

    85% {
        border-top-left-radius: .6em;
    }

    0%,
    100% {
        border-radius: .2em;
        border-bottom-left-radius: .8em;
    }

    10% {
        border-bottom-right-radius: .6em;
    }
}

.corner-wobble-2 {
    animation: corner_wobble_2 12s infinite;
}

@keyframes corner_wobble_3 {
    15% {
        border-radius: .2em;
        border-bottom-left-radius: .8em;
    }

    30% {
        border-bottom-right-radius: .6em;
    }

    40% {
        border-radius: .2em;
        border-top-left-radius: .8em;
    }

    55% {
        border-top-right-radius: .6em;
    }

    65% {
        border-radius: .2em;
        border-bottom-right-radius: .8em;
    }

    80% {
        border-bottom-left-radius: .6em;
    }

    0%,
    100% {
        border-radius: .2em;
        border-top-right-radius: .8em;
    }

    5% {
        border-top-left-radius: .6em;
    }
}

.corner-wobble-3 {
    animation: corner_wobble_3 12s infinite;
}

.btn {
    border-radius: .2em;
    display: inline-block;
    color: #FFF;
    font-family: Paintball, 'Segoe UI', Tahoma, Arial;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 25px;
    text-decoration: none;
    background: #1b656a;
    background: #30B2BB;
    padding: .1em .5em .075em .5em;
}

.btn>span {
    position: relative;
    z-index: 1;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, .5);
}

.btn.corner-wobble-1:hover {
    animation: corner_wobble_1 12s infinite;
}

.btn.corner-wobble-2:hover {
    animation: corner_wobble_2 12s infinite;
}

.btn.corner-wobble-3:hover {
    animation: corner_wobble_3 12s infinite;
}

.btn.btn-white {
    top: 140px;
    background: #FFF;
    color: #30B2BB;
    text-shadow: none;
}

@keyframes spin_star {
    0% {
        opacity: 0;
        transform: rotate(0deg);
    }

    10%,
    40% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: rotate(360deg);
    }
}

.btn.bg-spin-star,
.btn.bg-spin-star-hover:hover {
    overflow: hidden;
}

.btn.bg-spin-star:before,
.btn.bg-spin-star-hover:hover:before {
    background-image: url('../img/wobble.btnback.png');
    background-position: center;
    background-size: 100%;
    animation: spin_star 10s infinite;
    z-index: -0;
    width: 200%;
    height: 500px;
    display: block;
    content: " ";
    position: relative;
    margin: -230px auto -270px -50%;
}

/* Registrierungsform CF7 */
.wps-form {
    width: 100%;
    margin: 0 auto;
}

.wps-form-row {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.wps-form-row .wpcf7-form-control {
    width: 100%;
}

.wps-form-column {
    flex: 1;
    padding: 0.5rem 0;
    width: 100%;
}

/* Notebook / Desktop */
@media (min-width: 768px) {
    .wps-form-row {
        flex-direction: row;
    }

    .wps-form-column {
        padding-top: 1rem;
    }

    .wps-form-column:not(:last-child) {
        padding-right: 2rem;
    }
}

/* Anmeldungsform */

form#login-frontend {
    padding-top: 18px;
}
#login-frontend p.login-remember {
    font-size: 12px;
}
#login-frontend input[type="text"],
#login-frontend input[type="password"] {
    font-size: 12px;
    min-width: 250px;
    min-height: 44px;

}
#login-frontend .login-username label,
#login-frontend .login-password label {
    font-weight: bold;
    font-size: 12px;
    display: block;
    margin-bottom: 4px;
}


/* Referenzsuche */
.map_marker>a:after {
    opacity: 0;
    width: 0px;
    background-color: black;
    color: #fff;
    text-align: center;
    position: absolute;
    z-index: 1;
    content: "";
    font-size: small;
    transition: opacity 0.5s ease-in-out;
}

.map_marker {
    position: absolute;
    /* z-index: 10; */
    width: 5%;
}

.map_marker>a:hover:after {
    opacity: 1;
    content: attr(data-tooltip);
    width: 150px;
    padding: 5px 0;
    border-radius: 6px;
}
.map_marker a:hover {
    z-index: 999;
}

.ref-titel {
    font-weight: bold;
    padding: 5px 10px;
    background-color: var(--main-color);
    color: #FFF;
}

.ref-titel>a {
    color: #ffffff;
}

.ref-content {
    display: flex;
    font-weight: normal;
}





.ref-text {
    padding: 5px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media screen and (max-width: 599px) {
    .ref-text {
        font-size: 12px;
    }
}



@media (max-width: 575.99px) {
    .ref-content {
        flex-direction: column;
    }
    .ref-content .ref-image img {
        width: 100%;

    }
}


.ref-taxes {
    border-top: 1px solid #DBE2E9;
    padding-top: 3px;
    font-size: smaller;
}

.ref-taxes span {
    line-height: 16px;
}

.ref-taxes span:not(:last-of-type):after {
    content: " |";
    /* padding-left: 5px; */
}

.ref-taxes span:not(:first-of-type) {
    padding-left: 5px;
}

.referenzblock {
    -webkit-box-shadow: 4px 4px 15px 4px rgb(0 0 0 / 17%);
    box-shadow: 4px 4px 15px 4px rgb(0 0 0 / 17%);
    margin-bottom: 20px;
}

.referenzsuche select, input#referenzsearch {
    width: 100%;
    margin-bottom: 2em !important;
    border: 1px solid #aaa;
}

span.select2.select2-container {
    margin-bottom: 2em;
    max-width: 100%;
}
/* Kleine Farbanpassung Select2 */
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    color: #fff !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 1px solid #fff !important;
    color: #fff !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--main-color) !important;
    border: var(--main-color) !important;
}

span.select2-selection.select2-selection--single {
    min-height: calc(1.5em + 0.75rem + 2px);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px !important;
}
textarea.select2-search__field {
    min-height: 25px;
    color: #BFCED6;
}


/* .referenzsuche span.select2-search.select2-search--inline textarea::placeholder {
    padding-top: 8px;
}
*/
.referenzsuche,
input#referenzsearch::placeholder,
.select2-selection__placeholder {
    color: #BFCED6 !important;
    min-height: 24px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    opacity: 1;
}
.select2-selection__rendered[role="textbox"] {
}

textarea.select2-search__field::placeholder,
.referenzsuche textarea.select2-search__field {
    color: #BFCED6 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    margin-left: 7px !important;
    padding-left: 1px !important;
    opacity: 1 !important;
    line-height: 25px;
}

.page-control {
    display: flex;
    justify-content: space-between;
}

.wert-line .item {
    color: var(--second-text-color);
    font-family: 'Clan W01 Bold';
    font-size: 32px;
    text-transform: uppercase;
    position: relative;
}
@media screen and (min-width: 576px) {
    .wert-line .item {
        font-size: 42px;
    }
}
@media screen and (min-width: 768px) {
    .wert-line .item {
        font-size: 66px;
    }
}
@media screen and (min-width: 1200px) {
    .wert-line .item:after {
        content: url(../img/arrow-right-lg.svg);
        margin-left: 40px;
        opacity: 1;
        transition: all 0.2s linear;
        position: absolute;
        bottom: 5px;
    }
    .wert-line:hover .item:after {
        margin-left: 180px;
        opacity: 0;
    }
}

.wert-line:hover .item {
    color: #ffffff;
}


.wert-line:hover {
    background-color: var(--main-color);
}

.wert-line .declaration {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    opacity: 0;
    transition: all 0.5s ease-out;
}

.wert-line:hover .declaration {
    opacity: 1;
}

main .declaration p {
    margin-bottom: 0;
}

/* Timeline */
.timeline {
    white-space: nowrap;
    overflow-x: hidden;
}

.timeline ol {
    font-size: 0;
    width: 100vw;
    padding: 250px 0;
    transition: all 1s;
    margin-bottom: 0;
}

.timeline ol li {
    position: relative;
    display: inline-block;
    list-style-type: none;
    width: 160px;
    height: 26px;
    background: var(--main-color);
}
@media screen and (min-width: 600px) {
    .timeline ol li:first-child {
        background-color: transparent;
        background-image: url(../img/arrow_timeline_white_left.png);
        background-position-x: left;
        background-position-y: bottom;
        background-repeat: no-repeat;
    }
    .timeline ol li:last-child {
        background-color: transparent;
        background-image: url(../img/arrow_timeline_white_right.png);
        background-position-x: right;
        background-position-y: bottom;
        background-repeat: no-repeat;
    }
    .timeline ol li:last-child {
        width: 380px;
    }
}



/* .timeline ol li:not(:first-child) { margin-left: 14px; } */

/*   .timeline ol li:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% + 1px);
    bottom: 0;
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #F45B69;
  }
 */
.timeline ol li div {
    position: absolute;
    left: calc(30% + 7px);
    width: 280px;
    padding: 15px;
    font-size: 1rem;
    white-space: normal;
    color: black;
    border-left: 1px solid var(--main-color);
}


/*  .timeline ol li div::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
  } */

.timeline ol li:nth-child(odd) div {
    /* top: -16px; */
    transform: translateY(-100%);
}

.timeline ol li:nth-child(odd) div::before {
    top: 100%;
    border-width: 8px 8px 0 0;
    border-color: white transparent transparent transparent;
}

.timeline ol li:nth-child(even) div {
    top: 100%;
}

.timeline ol li:nth-child(even) div::before {
    top: -8px;
    border-width: 8px 0 0 8px;
    border-color: transparent transparent transparent white;
}

.timeline time {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 8px;
}

.timeline time {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 8px;
}

.timeline .arrows {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.timeline .arrows .arrow__prev {
    margin-right: 20px;
}

.timeline .disabled {
    opacity: .5;
}

.timeline .arrows img {
    width: 45px;
    height: 45px;
}

.col.arrows {
    justify-content: center;
    display: flex;
}

button.arrow {
    border: none;
    background-color: transparent;
}
button.arrow:focus {
    -moz-outline-style: none;
    outline: none;
}
@media screen and (max-width: 599px) {

    .timeline ol,
    .timeline ol li {
        width: 100%;
    }

    .timeline ol {
        padding: 0;
        transform: none !important;
        display: flex;
        flex-direction: column-reverse;
    }

    .timeline ol li {
        display: block;
        height: auto;
        background: transparent;
    }

/*     .timeline ol li:first-child {
        margin-top: 25px;
    }
 */
    .timeline ol li:not(:first-child) {
        margin-left: auto;
    }

    .timeline ol li div {
        width: 100%;
        height: auto !important;
        box-shadow: 3px 3px 5px -1px var(--main-color);
        margin: 10px 0;
        border: 1px solid var(--main-color);
        /* margin: 0 auto 25px; */
    }

    .timeline ol li div {
        position: static;
    }

    .timeline ol li:nth-child(odd) div {
        transform: none;
    }

    .timeline ol li:nth-child(odd) div::before,
    .timeline ol li:nth-child(even) div::before {
        left: 50%;
        top: 100%;
        transform: translateX(-50%);
        border: none;
        border-left: 1px solid white;
        height: 25px;
    }

    /* .timeline ol li:last-child, */
    .timeline ol li:nth-last-child(2) div::before,
    .timeline ol li:not(:last-child)::after,
    .timeline .arrows {
        display: none;
    }

    .col.arrows {
        display: none;
    }
}

.impressum strong {
    color: var(--main-color);
}
img.full-size {
    max-width: 100%;
}

.row.logo-tiles div {
    text-align: left;
    margin-bottom: 2em;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
div.location-tile {
    background-color: white;
    /* width: 415px; */
    padding: 10px;
    /* max-width: 32%; */
    /* margin-bottom: 2em; */
}

@media screen and (max-width: 767.7px) {
    div.location-tile {
        /* max-width: 48%; */
    }
}
.row.logo-tiles img, .location-tile img {
    max-width: 100%;
}

.description-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.plus-tiles .col.single-tile {
    min-width: 100%;
    margin-bottom: 2em;
}
.plus {
    font-size: 20px;
    color: #8EACBC;
    font-family: 'Clan W01 Bold';
    display: flex;
    align-items: center;
}
.plus:before {
    content: url(../img/plus-symbol.svg);
    margin-right: 15px;
}
@media (min-width: 768px) {
    .plus-tiles .col.single-tile {
        min-width: 50%;
    }

}

.offer-line .position {
    font-size: 20px;
    font-family: 'Clan W01 Bold';
    color: var(--second-text-color);
}
.offer-line .description {
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 700;
    color: var(--main-text-color);
}
.offer-line .position:after {
    content: "\00BB";
    /* url(../img/arrow-right-lg.svg); */
    margin-left: 40px;
    /* height: 50%;
    opacity: 1;
    transition: all 0.2s linear;
    position: absolute;
    bottom: 5px;  */
}
.offer-line a:hover {
    text-decoration: none;
    color: #862633;
}
.offer-line a .position:hover, .offer-line a .description:hover {
    text-decoration: none;
}
.offer-line a .position:hover {
    color: #862633;
}
.w3eden {
    width: 100%;
}
form.row {margin-left: 0; margin-right: 0;}
#contact input[name="titel"],
#contact input[name="your-firstname"],
#contact input[name="your-secondname"],
#contact input[name="your-email"],
#contact input[name="your-subject"],
#contact input[name="your-titel"],
#contact input[name="tel"],
#contact select {
    height: 44px;
}
#contact select, #contact textarea, #contact input[type="text"],  #contact input[type="tel"],  #contact input[type="email"] {
    padding: 6px 12px;
    font-size: 12px;
}

#contact textarea::placeholder, #contact input[type="text"]::placeholder, #contact input[type="tel"]::placeholder,  #contact input[type="email"]::placeholder {
    color: #BFCED6;
    padding: 6px 12px;
    font-size: 12px;
}
#contact label {
    font-size: 12px;
    font-weight: bold;
}

#contact label .wpcf7-list-item-label {
    font-weight: normal;
}
#contact label .wpcf7-list-item-label a {
    font-weight: bold;
    color: var(--main-color);
}
#contact label .wpcf7-list-item-label a:hover {
    text-decoration: underline;
}

#contact input[type="submit"], #registration input[type="submit"], #login-frontend input[type="submit"] {
    height: 44px;
    max-width: fit-content;
    padding: 0 15px;
    margin-top: 1em;
    background-color: transparent;
    color: var(--main-color);
    border: 1px solid var(--main-color);
}
#contact input[type="submit"]:hover, #registration input[type="submit"]:hover, #login-frontend input[type="submit"]:hover {
    background-color: var(--main-color);
    color: white;
    /* border-color: #f8f9fa; */

}

#contact .wpcf7-acceptance label {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
#contact .wpcf7-acceptance label input[type="checkbox"] {
    margin: 5px 10px 0px 0px;
}
#contact .wpcf7-acceptance label input[type="checkbox"] {
    margin: 5px 10px 0px 0px;
}
#contact .wpcf7-acceptance .wpcf7-list-item {
    margin: 5px 0;
}

/* @media (min-width: 768px) {
    .download-categories .col-md-4:nth-child(3n+1) {
        padding-left: 0;
        padding-right: 30px;
    }
    .download-categories .col-md-4:nth-child(3n+0) {
        padding-left: 30px;
        padding-right: 0px;
    }
} */

.download-categories a:hover{
    text-decoration: none;
}
.download-cat {
    background-color: var(--main-color);
    color: #FFFFFF;
    padding: 3em !important;
    display: flex;
    height: 100%;
    align-items: center;
}
.download-cat h3 {
    color: #FFFFFF;
    margin-bottom: 0;
}
.download-cat p {
    margin-bottom: 0;
    color: #FFFFFF;
}
.download-cat:before {
    content: url(../img/icon_download.svg);
    display: block;
    height: 36px;
    width: 36px;
    margin-right: 1em;
}



.download-cat.bg-862633 {
    background: #FFF !important;
    box-shadow: inset 0 0 0 2px #862633;
}
.download-cat.bg-862633 h3 {
    color: #862633;
}
.download-cat.bg-862633:before {
    content: url(../img/icon_download.862633.svg);
}
.download-cat.bg-862633:hover {
    background: #862633 !important;
    transition: .15s;
}
.download-cat.bg-862633:hover h3 {
    color: #FFF !important;
}
.download-cat.bg-862633:hover:before {
    content: url(../img/icon_download.svg);
}




.download-cat.bg-8a959b {
    background: #FFF !important;
    box-shadow: inset 0 0 0 2px #8a959b;
}
.download-cat.bg-8a959b h3 {
    color: #8a959b;
}
.download-cat.bg-8a959b:before {
    content: url(../img/icon_download.8a959b.svg);
}
.download-cat.bg-8a959b:hover {
    background: #8a959b !important;
    transition: .15s;
}
.download-cat.bg-8a959b:hover h3 {
    color: #FFF !important;
}
.download-cat.bg-8a959b:hover:before {
    content: url(../img/icon_download.svg);
}


.download-cat.bg-575756 {
    background: #FFF !important;
    box-shadow: inset 0 0 0 2px #575756;
}
.download-cat.bg-575756 h3 {
    color: #575756;
}
.download-cat.bg-575756:before {
    content: url(../img/icon_download.575756.svg);
}
.download-cat.bg-575756:hover {
    background: #575756 !important;
    transition: .15s;
}
.download-cat.bg-575756:hover h3 {
    color: #FFF !important;
}
.download-cat.bg-575756:hover:before {
    content: url(../img/icon_download.svg);
}

.download-cat:hover {
    text-decoration: none !important;
}




.download-cat[style="background-color:#862633"]:not(.bg-862633):hover {
    background: #FFF !important;
    box-shadow: inset 0 0 0 2px #862633;
    transition: .15s;
}
.download-cat[style="background-color:#862633"]:not(.bg-862633):hover:before {
    content: url(../img/icon_download.862633.svg);
}
.download-cat[style="background-color:#862633"]:hover span h3 {
    color: #862633;
}


.download-cat[style="background-color:#8a959b"]:not(.bg-8a959b):hover {
    background: #FFF !important;
    box-shadow: inset 0 0 0 2px #8a959b;
    transition: .15s;
}
.download-cat[style="background-color:#8a959b"]:not(.bg-8a959b):hover:before {
    content: url(../img/icon_download.8a959b.svg);
}
.download-cat[style="background-color:#8a959b"]:hover span h3 {
    color: #8a959b;
}




.download-cat[style="background-color:#575756"]:not(.bg-575756):hover {
    background: #FFF !important;
    box-shadow: inset 0 0 0 2px #575756;
    transition: .15s;
}
.download-cat[style="background-color:#575756"]:not(.bg-575756):hover:before {
    content: url(../img/icon_download.575756.svg);
}
.download-cat[style="background-color:#575756"]:hover span h3 {
    color: #575756;
}










#registration select {
    height: 30px;
}

.block-2-col-mixed h6 {
    margin-top: 1em;
}

.image-block div {
    padding: 1em;
    font-weight: bold;
}

.image-block:not(:last-child) {
    margin-bottom: 2em;
}

/* Carussel */
@media (min-width: 768px) {
    .swiper-slide.swiper-slide-next {
        transform: scale(1.2);
        z-index: 1000;
        opacity: 1;
        transition: transform 0.5s opacity 0.5s;
    }
    .swiper-wrapper {
        padding: 50px 0;
    }
    .swiper-slide {
        opacity: 0.5;
    }
}

.swiper-slide img {
    outline: 1px solid black;
    outline-offset: -1px;
    /* margin: 0 1px; */
}


#referenzsuche span.select2-selection.select2-selection--multiple {
    min-height: calc(1.5em + 0.75rem + 2px);
}
#referenzsuche .select2-container--default .select2-search--inline .select2-search__field {
    /* height: 100%; */
}
.select2-search__field {
    /* height: 100%; */
    line-height: 28px !important;
    padding-left: 15px !important;
}
.select2-search__field::placeholder {
    color: #bfced6 !important;
    color: #F00 !important;
}

.referenzblock a:hover {
    text-decoration: none;
    color: var(--main-color);
}
.referenzblock a {
    color: #575757;
}
.referenzblock a:hover .ref-titel {
    background: #FFF;
    color: var(--main-color);
    transition: .15s;
}


input#referenzsearch::placeholder,
.select2-selection__placeholder {
    font-size: 12px;
    position: absolute;
    margin-top: 0;
}
.select2-search.select2-search--inline {
    font-size: 12px;
    position: absolute;
    margin-top: 1px;
}




input.wpcf7-form-control.wpcf7-file.files {
    font-size: small;
    margin-bottom: 0.5em;
}

.container table {
    max-width: 100%;
}

@media (max-width: 767.98px) {
    .agr-contact img {
        margin-bottom: 1em;
    }
}

form.search.search-box {
    display: flex;
}
.search-box button.search-submit {
    display: inline-block;
    background-image: url(../img/icon.search.svg);
    background-size: cover;
    background-color: transparent;
    background-repeat: no-repeat;
    padding: 0;
    margin-top: 5px;
    margin-left: 15px;
    height: 14px;
    width: 14px;
    border: none;
}
button.search-submit:focus, button.search-submit:focus-visible {
    outline-width: 0;
}
.search-box input.search-input {
    border-radius: 5px;
    border: none;
    outline: none;
    background: none;
    padding: 0;
    font-size: 14px;
    line-height: 27px;
    width: 0;
    transition: width 400ms;
}
.search-box:hover .search-input {
    width: 200px;
    padding: 0 6px;
    border: 1px solid var(--main-color);
    color: var(--main-text-color);
}


#search-block article {
    margin-bottom: 1em;
    box-shadow: 0px 0px 12px 2px rgba(var(--main-bg-color-rgb), 0.6);
    padding: 1em;
}
#search-block article:hover {
    margin-bottom: 1em;
    box-shadow: 0px 0px 12px 6px rgba(var(--main-bg-color-rgb), 0.9);
    padding: 1em;
}
#search-block a:hover {
    text-decoration: none;
}

/* Modal */
/* das umgebende div für die eigentliche box  */
.modal {
    align-items: center;
    bottom: 0;
    display: none;
    justify-content: center;
    left: 0;
    opacity: 0;
    overflow: hidden; /* nicht sichtbar */
    padding: .4rem;
    position: fixed;
    right: 0;
    top: 0;
  }
.modal h3 {
    border-bottom: 1px solid var(--main-color);
    padding-bottom: 6px;
}
/* zeige div wenn target selector angesprungen wird  */
.modal:target {
    display: flex; /* anzeigen */
    opacity: 1;
    z-index: 400;
}

/* Animation einblenden der Box  */
.modal:target .modal-container {
    animation: slide-down .2s ease 1;
    z-index: 1;
}

  /* Die eigentliche box mit weißem Hintergrund und Schatten  */
.modal-container {
    background: #fff;
    border-radius: .1rem;
    border: 1px solid var(--main-color);
    box-shadow: 0 .4rem .5rem rgba(48, 55, 66, .3);
    display: flex;
    flex-direction: column;
    max-height: 75vh;
    max-width: 640px;
    padding: 1.5em;
    width: 100%;
}

.pagination * {
    margin-left: 10px;
}
.image-border img {
    border: 1px solid #000000;
}







/* STICKY FOOTER */
body {
    height: 100vh !important;
    display: flex;
    flex-direction: column;
}
footer {
    margin-top: auto;
}
