@charset "UTF-8";
/* CSS Document */
/*-----------------------------------------------------------------*/
/* footer
/*-----------------------------------------------------------------*/
.footer-transpa {
    grid-area: 1000 / 1 / 1001 / 13;
}
.footer_bg_transpa {
    padding: 100px 2.3rem;
    background: linear-gradient(360deg, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 100%);
}
.img_footer_transpa {
    grid-area: 1001 / 1 / 1002 / 13;
    background-color: rgba(0, 0, 0, 1);
    background-position: center bottom;
    background-image: url("../4-icons/muenchen-footer-transpa.svg");
    height: 130px;
    background-repeat: no-repeat;
}
.footer-transpa .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 1 1 25%;
    align-items: center;
    display: flex;
    justify-content: center;
}
.logo-footer {}
.logo-footer img {
    width: 55px;
}
.adress-footer {
    text-align: center;
}
.adress-footer .h-xxxs {
    padding-bottom: 2.5rem;
    line-height: 1.6;
}
.adress-footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.adress-footer ul li {
    line-height: 1.2;
}
ul, li {
    color: rgba(151, 151, 151, 1.00);
}
.adress-footer ul li p {
    color: rgba(151, 151, 151, 1.00);
    margin-bottom: 0.3rem;
}
.info-footer ul {
    margin-left: -25px;
}
.contact-footer {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.fa.fa-envelope.fa-3x {
    font-size: 2.6rem;
}
.contact-footer a {
    color: rgba(255, 255, 255, 0.55);
}
.contact-footer a:hover {
    color: rgba(255, 255, 255, 1.0);
    text-decoration: none;
}
.whitespace {
    white-space: pre;
}
.info-footer ul li a {
    color: rgba(151, 151, 151, 1.00);
    text-decoration: none;
}
.info-footer ul li a:hover {
    color: rgba(255, 255, 255, 1.0);
    text-decoration: none;
}
.row-r {
    border-right: 1px solid rgba(255, 255, 255, 1);
}
.footer-transpa .col-lg-3.col-md-12 {
    padding: 2rem 1rem;
}
/*-----------------------------------------------------------------*/
/* 992
/*-----------------------------------------------------------------*/
@media only screen and (max-width: 992px) {
    .footer_bg_transpa {
        padding: 100px 0;
    }
}
/*-----------------------------------------------------------------*/
/* 768
/*-----------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
    .footer_bg_transpa {
        padding: 100px 25%;
    }
    .footer-transpa .col-lg-3.col-md-12 {
        flex-direction: column;
        -ms-flex: 0 0 100%;
        flex: 1 1 100%;
    }
    .row-r {
        border-right: 0px;
        border-bottom: 1px solid rgba(255, 255, 255, 1);
    }
    .info-footer ul {
        margin-top: 1rem;
    }
	
	.jumbotron-fluid.img_footer_transpa {
	background-image: url("../4-icons/muenchen-footer-xs.svg") !important;
}
}
/*-----------------------------------------------------------------*/
/* 576
/*-----------------------------------------------------------------*/
@media only screen and (max-width: 576px) {
    .footer_bg_transpa {
        padding: 100px 15%;
    }
}
/*-----------------------------------------------------------------*/
/* 420
/*-----------------------------------------------------------------*/
@media only screen and (max-width: 420px) {
    .footer_bg_transpa {
        padding: 100px 15% 50px 15%;
    }
}