#mainFooter .outer-wrapper {
    background-color: var(--color-sherpa-blue);
}
#mainFooter .inner-wrapper {
    margin: 0 auto;
    max-width: var(--max-page-width);
    padding: 60px 20px 45px 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    color: white;
    font-size: 16px;
    line-height: 30px;
    min-height:317px;
}
#mainFooter .inner-wrapper address {
    font-style: normal;
}
#mainFooter .inner-wrapper a {
    color: white;
    font-size: 16px;
    line-height: 1.2em;
    letter-spacing: 1px;
}

#mainFooter .inner-wrapper .phone a,
#mainFooter .inner-wrapper .fax a{
    display: inline;
}

#mainFooter .inner-wrapper p {
    color: var(--color-sherpa-blue-40);
    text-transform: uppercase;
    font-size: 15pt;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}
#mainFooter .inner-wrapper .footerlink-navigation a  {
    display: block;
    position: relative;
    padding: 17px 0 17px 17px;
    background-color: var(--color-pion-purple);
    transition: background-color 0.3s ease-in-out;
    margin-bottom: 5px;
}
#mainFooter .inner-wrapper .footerlink-navigation  a:after {
    content:'';
    display:block;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(0, -50%);
    width: 25px;
    height: 25px;
    background-color: white;
    -webkit-mask: url('../../Img/Arrow-intern.svg');
    mask: url('../../Img/Arrow-intern.svg');
    -webkit-mask-position: center;
    mask-position: center;
    transition-property: transform, background-color;
    transition-timing-function: ease-in-out;
    transition-duration: 0.2s;
}
#mainFooter .inner-wrapper .footerlink-navigation a:hover {
    background-color: rgba(25, 92, 106, 0.8);
}
#mainFooter .inner-wrapper .footerlink-navigation a:hover:after {
    transform: translate(8px, -50%);
    background-color: var(--color-orange);
}
#mainFooter .inner-wrapper .social-navigation {
    margin-bottom: 25px;
}
#mainFooter .inner-wrapper .social-navigation a span.label {
    display: none
}
#mainFooter .inner-wrapper .social-navigation li {
    display:inline-block;
}
#mainFooter .inner-wrapper .social-navigation a {
    color: white;
    transition: color 0.3s ease;
    margin-right: 20px;
}
#mainFooter .inner-wrapper .social-navigation li:last-child a {
    margin-right: 0;
}
#mainFooter .inner-wrapper .social-navigation a:hover {
    color: var(--color-sherpa-blue-40);
    text-decoration: none;
}
#mainFooter .inner-wrapper .social-navigation a:after {
    font-family: 'Font Awesome 5 Brands';
    display: inline-block;
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
}
#mainFooter .inner-wrapper a[href*="facebook"]:after {
    content: '\f39e';
}
#mainFooter .inner-wrapper a[href*="instagram"]:after {
    content: '\f16d';
}
#mainFooter .footer-bottom-after {
    background-color: var(--color-green-blue);
    color: white;
    padding-bottom: 0;
}
#mainFooter .footer-bottom-after .wrap {
    clear: both;
    margin: 0 auto;
    max-width: var(--max-page-width);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 23px 20px;
}
#mainFooter .footer-bottom-after a {
    color: white;
}
#mainFooter .footer-bottom-after .langselectImprint {
    display: flex;
    flex-wrap: nowrap;
}
#mainFooter .footer-bottom-after .langselect {
    margin-right: 30px;
}
#mainFooter .footer-bottom-after .langselect .active {
    font-weight:bold;
}
#mainFooter .footer-bottom-after .imprint ul li {
    display: inline-block;
    margin-right: 20px;
}
#mainFooter .footer-bottom-after .imprint ul li:last-child {
    margin-right:0;
}

#mainFooter a{
    min-height: 48px;
    min-width: 48px;
}

@media screen and (max-width: 1280px) {
    #mainFooter .inner-wrapper {
        padding-inline: 50px;
    }
    #mainFooter .footer-bottom-after .wrap {
        padding: 23px 40px;
    }
}

@media screen and (max-width: 1150px) and (min-width: 1024px){
    #mainFooter .inner-wrapper .footerlink-navigation a:after {
        right: 2px;
    }
}

@media screen and (max-width: 1024px) {
    #mainFooter .mainNavFirstLevel, #mainFooter .quickSelect {
        display: none;
    }
    #mainFooter a, #mainFooter .langselect .language-navigation .menu-item:last-child {
        display: flex;
        align-items: center;
    }
    #mainFooter .inner-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    #mainFooter .inner-wrapper .phone a {
        display: inline;
    }
    #mainFooter .inner-wrapper .social-navigation a {
        margin-right:0;
    }
    #mainFooter .inner-wrapper .footerlink-navigation a {
        display: inline-block;
        min-width: 270px;
    }
    #mainFooter .footer-bottom-after .language-navigation {
        display: flex;
    }
    #mainFooter .footer-bottom-after .wrap {
        padding:5px 50px;
    }
    #mainFooter .langselect .language-navigation .menu-item:after {
        position: absolute;
        top: 50%;
        right: 12px;
        transform: translateY(-50%);
    }
    #mainFooter .copyright {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #mainFooter .copyright p > * {
        margin-left: 5px;
        display: inline-block;
    }
    #mainFooter .footer-bottom-after .langselectImprint {
        flex-grow:1;
    }
    #mainFooter .footer-bottom-after .langselectImprint .imprint {
        flex-grow: 1;
    }
    #mainFooter .footer-bottom-after .langselect {
        margin-right: -3vw
    }
    #mainFooter .footer-bottom-after .langselectImprint .site-navigation ul {
        display: flex;
        justify-content: space-around;
    }
}
@media screen and (max-width: 730px) {
    #mainFooter .footer-bottom-after .wrap {
        display: block;
    }
    #mainFooter .footer-bottom-after .langselect {
        margin-right: 0;
    }
    #mainFooter .footer-bottom-after .langselectImprint {
        display: block;
    }
    #mainFooter .copyright {
        position: absolute;
        right: 20px;
        top: 20px;
    }
    #mainFooter .footer-bottom-after .langselectImprint .site-navigation ul {
        display: flex;
        justify-content: space-between;
    }
}
@media screen and (max-width: 600px) {
    #mainFooter .inner-wrapper {
        padding-inline: 20px;
    }
    #mainFooter .footer-bottom-after .wrap {
        padding-inline: 20px;
    }
}
@media screen and (max-width: 550px) {
    #mainFooter .inner-wrapper {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
    }
    #mainFooter .inner-wrapper .footerlink-navigation a {
        display: block;
    }
}