/** main footer */
#main-Footer {
    background: #f8f8f8;
    margin-top: 180px;
    position: relative;
    z-index: 1;
}

.site-footer, .site-footer a {
    color: var(--primary-color-dark);
}

.site-footer a, .site-footer a:hover {
    text-decoration: none;
}

html:not(.touch) .site-footer a:hover,
.site-footer .active > a {
    color: #488EE3;
}

/* footer container */
.site-footer .footer-container {
    position: relative;
    z-index: 1;
}

/*.site-footer .footer-container::before { content: ""; background: url('../Img/footer.svg') no-repeat top left; background-size: contain; height: 551px; width: 385px; position: absolute; bottom: 0; left: 0; z-index: -1; transform: translateX(-100%); }*/
.site-footer .footer-container--content {
    align-items: start;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    font-size: var(--base-font-size);
    margin: 0;
    padding: 101px 0 38px;
    position: relative;
}

/* footer contact */
.site-footer .footer-contact {
    position: relative;
    margin-right: 60px;
}

.site-footer .footer-contact .tx-dce-pi1 {
    display: flex;
}

.site-footer .footer-contact .address {
    line-height: 1.5;
}

.site-footer .footer-contact div[itemprop="name"] {
    display: none;
}

.site-footer .footer-contact div[itemprop="image"] {
    display: inline-block;
    background: url('../Img/logo.svg') no-repeat center;
    background-size: contain;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 15px;
}

.site-footer .footer-contact div[itemprop="image"] img {
    height: auto;
    width: 300px;
}

.site-footer .footer-contact address {
    align-items: stretch;
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    font-style: normal;
}

.site-footer .footer-contact div[itemprop="streetAddress"]:not(:last-child):after {
    content: ",";
    margin-right: 5px;
}

.site-footer .footer-contact address:before,
.site-footer .footer-contact div.additional .phone:before,
.site-footer .footer-contact div.additional .fax:before,
.site-footer .footer-contact div.additional .email:before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    width: 25px;
}

.site-footer .footer-contact address:before {
    content: "\f3c5";
    margin-left: 4px;
}

.site-footer .footer-contact div.additional .label {
    display: none;
}

.site-footer .footer-contact div.additional .phone {
    margin-bottom: -1px;
}

.site-footer .footer-contact div.additional .phone:before {
    content: "\f095";
    font-size: 14px;
}

.site-footer .footer-contact div.additional .fax {
}

.site-footer .footer-contact div.additional .fax:before {
    content: "\f1ac";
}

.site-footer .footer-contact div.additional .email {
}

.site-footer .footer-contact div.additional .email:before {
    content: "\f0e0";
}

.site-footer .footer-contact div.additional .newsletterLink {
    margin-top: 5px;
}

.site-footer .footer-contact div.additional a.more {
    color: var(--primary-color-dark);
}

@media screen and (max-width: 736px), (pointer: coarse) {
    .site-footer .footer-contact a[href^="tel:"] {
        text-decoration: none !important;
    }
}

/* footer content */
.site-footer .footer-content {
}

.site-footer .footer-content table.contenttable td,
.site-footer .footer-content table.ce-table-bordered th,
.site-footer .footer-content table.ce-table-bordered td {
    background: none;
    border: none;
    padding: 0 0 8px 30px;
}

.site-footer .footer-content table.contenttable tr:nth-of-type(odd),
.site-footer .footer-content table.contenttable tr:nth-of-type(even),
.site-footer .footer-content table.ce-table-striped tr:nth-of-type(odd),
.site-footer .footer-content table.ce-table-striped tr:nth-of-type(even) {
    background: none;
}

/* footer systems */
.site-footer .footer-systems {
    display: flex;
    align-items: flex-end;
    padding-bottom: 7px;
}

.site-footer .footer-systems .partnerfooter {
    display: flex;
}

.site-footer .footer-systems .partnerfooter .partnerblock.first {
    margin-right: 18px;
}

.site-footer .footer-systems .partnerfooter .partnerblock.second {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.site-footer .footer-systems .partnerfooter .partner {
    max-width: 87px;
}

.site-footer .footer-systems .partnerfooter .partner img {
    background: #fff;
    display: block;
    max-width: inherit;
}

.site-footer .footer-systems .ce-gallery .ce-row {
    margin: 0;
}

.site-footer .footer-systems .ce-gallery .ce-column {
    margin-bottom: 10px;
    padding: 0;
}

.site-footer .footer-systems .ce-gallery .ce-row:last-child .ce-column:last-child {
    margin-bottom: 0;
}

.site-footer .footer-systems .ce-gallery img {
    background: #FFF;
    max-width: 87px;
    margin-right: 0;
}

/* footer social */
.site-footer .social-navigation {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 0 45px;
    height: 100%;
}

.site-footer .social-navigation .nav-menu {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: calc(100% + 10px);
    position: relative;
}

.site-footer .social-navigation .nav-menu li, .site-footer .social-navigation .nav-menu a {
    display: block;
}

.site-footer .social-navigation .nav-menu a:after {
    font-size: 20px;
    line-height: 1;
}

.site-footer .social-navigation .nav-menu a[href*="facebook"]:after {
    font-size: 19px;
    margin-top: -1px;
}

/* footer claim */
.site-footer .footer-claim {
    margin-top: auto;
}

.site-footer .footer-claim .claim {
    position: relative;
    bottom: -14px;
}

.site-footer .footer-claim .claim #ScrollToTop {
    cursor: pointer;
    font-size: 25px;
    line-height: 66px;
    color: var(--primary-color-dark);
    font-weight: bold;
    display: block !important;
    position: static !important;
    background: none;
    border: none;
    overflow: initial;
    width: auto;
    height: auto;
}

.site-footer .footer-claim .claim .footer-parrot {
    position: absolute;
    right: 0;
    bottom: calc(100% + 13px);
}

.site-footer .footer-claim .claim .footer-triangles {
    position: absolute;
    right: calc(100% + 30px);
    bottom: 25px;
}

@media screen and (max-width: 1200px) {
    .site-footer .footer-claim .claim {
        margin-left: 52px;
    }
}

/*footer-contact-systems-socialmedia*/
.footer-contact-systems-socialmedia {
    display: flex;
}

/*@media screen and (min-width: 736px) { !* iphone X - landscape  *!*/
/*	.site-footer .social-navigation .nav-menu {justify-content: flex-end;}*/
/*}!* 812px *!*/


/* footer bottom */
.site-footer .footer-bottom {
    position: relative;
    align-items: center;
    color: #FFF;
    display: flex;
    flex-flow: row-reverse wrap;
    font-size: 14px;
    line-height: 1.5;
    justify-content: space-between;
    padding: 13px 0;
}

.site-footer .footer-bottom:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background-color: var(--primary-color-dark);
    width: 100vw;
    height: 100%;
    z-index: 1;
}

.site-footer .footer-bottom > * {
    position: relative;
    z-index: 2;
}

.site-footer .footer-bottom a {
    color: white;
    margin-left: 5px;
}

/* footer bottom navigation */
.site-footer .footer-bottom .site-navigation {
}

.site-footer .footer-bottom .site-navigation .nav-menu {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.site-footer .footer-bottom .site-navigation .menu-item:not(:first-child) {
    margin-left: 20px;
}

/* footer bottom copyright */
.site-footer .footer-copyright {
}

.site-footer .footer-copyright span[itemprop="copyrightYear"] {
    display: none;
}

@media screen and (max-width: 1200px) {
    .site-footer .footer-copyright {
        margin-left: 52px;
    }
}

@media screen and (max-width: 1400px) {
    .site-footer .footer-container::before {
        height: 250px;
        width: 172px;
        top: 15px;
        bottom: auto;
        transform: translateY(-50%);
    }

    /*.site-footer .footer-container--content { padding-top: 170px; }*/
    #main-Footer .footer-contact {
        flex: 0 0 auto;
        position: static;
    }

    .site-footer .footer-contact div[itemprop="image"] {
        top: 50px;
        right: 0;
        left: auto;
    }
}

@media screen and (max-width: 1080px) {
    .site-footer .footer-bottom .site-navigation .menu-item:not(:first-child) {
        margin-left: 15px;
    }
}

/* 1080px */

@media screen and (max-width: 992px) {
    .site-footer .footer-bottom {
        display: block;
        padding: 20px 0 20px 52px;
    }

    .site-footer .footer-copyright {
        margin-top: 20px;
        margin-left: 0;
    }

    .site-footer .footer-contact {
        margin-right: 20px;
    }

    .site-footer .social-navigation {
        margin-left: 20px;
    }
}

/* 992px */

@media screen and (max-width: 872px) {
    .site-footer .footer-claim {
        display: flex;
        justify-content: center;
    }

    .site-footer .footer-claim .claim {
        margin-left: 0;
    }

    .footer-contact-systems-socialmedia {
        display: flex;
        justify-content: space-between;
        padding-left: 0;
        margin-top: 25px;
    }

    .site-footer .footer-container--content {
        display: block;
        padding-top: 116px;
    }

    .site-footer .footer-bottom {
        padding-left: 0;
    }
}

@media screen and (max-width: 735px) {
    /* smaller than iphone 6+ - landscape */
    /*#main-Footer .footer-contact,*/
    /*.site-footer .footer-container--content > div { flex: 0 0 100%; max-width: 100%; }*/
    /*.site-footer .footer-container--content > div + div { margin-top: 40px; }*/
    /*.site-footer .footer-container--content .social-navigation { flex: 0 0 50%; max-width: 50%; }*/
    /*.site-footer .footer-container--content .footer-contact {*/
    /*	max-width: 100%;*/
    /*}*/
    .site-footer .footer-container--content .social-navigation {
        margin-left: 0;
    }

    .site-footer .footer-container--content .footer-contact .address {
        margin-left: 0;
    }

    /*.site-footer .footer-container--content .social-navigation { margin-top: auto; margin-left: 33px; }*/
    /*.site-footer .footer-container--content .social-navigation .nav-menu { justify-content: flex-start; }*/
    .site-footer .footer-container--content .footer-content table.contenttable td,
    .site-footer .footer-container--content .footer-content table.ce-table-bordered th,
    .site-footer .footer-container--content .footer-content table.ce-table-bordered td {
        padding-left: 0;
    }

    .site-footer .footer-container #footer-socialmedia {
        max-width: 50%;
        height: 75px;
    }

    .site-footer .social-navigation .nav-menu {
        height: 100%;
        top: 4px;
    }

    .site-footer .footer-container--content {
        padding-bottom: 22px;
        padding-top: 120px;
    }

    .site-footer .footer-claim .claim #ScrollToTop {
        font-size: 22px;
        line-height: 1.5;
    }

    .site-footer .footer-contact .address {
        font-size: 14px;
    }

    .site-footer .footer-claim .claim .footer-parrot {
        right: -14px;
    }

    .site-footer .footer-claim .claim .footer-triangles {
        right: calc(100% + 22px);
        bottom: 20px;
    }

    #main-Footer .footer-bottom .site-navigation .nav-menu {
        display: block;
        text-align: center;
    }

    #main-Footer .footer-bottom .site-navigation .menu-item {
        display: inline-block;
    }

    .site-footer .footer-bottom {
        padding-left: 0;
        text-align: center;
    }

    .site-footer .footer-copyright {
        margin-top: 10px;
    }
}

/* 735px */

@media screen and (max-width: 666px) {
    /* smaller than iphone 6 - landscape */
    .site-footer .footer-container::before {
        height: 220px;
        width: 150px;
        top: 14px;
    }

    .site-footer .footer-contact div[itemprop="image"] {
        max-width: 55vw;
    }
}

/* 666px */

@media screen and (max-width: 567px) {
    /* smaller than iPhone5 - landscape */
    .footer-contact-systems-socialmedia {
        display: block;
    }

    .site-footer .footer-container--content .footer-systems {
        float: left;
        margin-top: 20px;
    }

    .site-footer .footer-container #footer-socialmedia {
        float: right;
        margin-top: 20px;
    }

    .footer-contact-systems-socialmedia:after {
        content: '';
        display: block;
        clear: both;
    }
}

/* 567px */

@media screen and (max-width: 479px) {
    /* smaller than iPhone4 - landscape */
    .site-footer .footer-claim .claim #ScrollToTop {
        font-size: 17px;
        line-height: 1.5;
    }

    .site-footer .footer-claim .claim {
        /*margin-left: 152px;*/
    }

    .site-footer .footer-claim .claim .footer-parrot {
        width: 128%;
        right: 0;
        bottom: 20px;
    }

    .site-footer .footer-container--content {
        padding-top: 80px;
    }

    .site-footer .footer-claim .claim .footer-triangles {
        width: 56%;
        bottom: -9px;
    }
}

/* 479px */