/*
    This CSS will be included at the end of the page.
    If a style can be loaded below the fold then put it in this file.
    Styles that need to be applied immediately should be put in ./Head.css
*/

/*--------------------------------------------*\
    - Grid & Helpers
\*--------------------------------------------*/
.footer-bauen .content_wrapper {
    min-width: 980px;
}

.footer-bauen .col_25 {
    width: 25%;
}

.footer-bauen .col_50 {
    width: 50%;
}

.footer-bauen .iw_content {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 30px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.footer-bauen .t_center {
    text-align: center !important;
}

.footer-bauen .bold {
    font-weight: 600;
}

.footer-bauen .size_f_12 {
    font-size: 12px;
}

.footer-bauen [class*="size_f_"] {
    line-height: 1.5em;
}


/*--------------------------------------------*\
    - Fontello
\*--------------------------------------------*/

.footer-bauen [class^="icon-"]::before {
    color: #fff;
}

.footer-bauen .icon-facebook:before {
    content: '\e629';
}

/* '' */
.footer-bauen .icon-twitter:before {
    content: '\e630';
}

/* '' */
.footer-bauen .icon-whatsapp:before {
    content: '\e631';
}

/* '' */
.footer-bauen .icon-xing:before {
    content: '\e632';
}

/* '' */

@font-face {
    font-display: block;     /* fuer performance-optimierung */
    font-family: 'bauen';
    font-style: normal;
    font-weight: normal;
    src: url('../Fonts/bauen.woff') format('woff');
}

.footer-bauen [class^="icon-"]:before, .footer-bauen [class*=" icon-"]:before {
    display: inline-block;
    font-family: 'bauen';
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    /* opacity: .8; */
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
}


/*--------------------------------------------*\
    - Footer
\*--------------------------------------------*/

footer.footer-bauen {
    color: #000000;
    font-family: "open sans", arial, helvetica, garuda, sans-serif;
    font-size: 14px;
    line-height: 20px;
    -webkit-text-size-adjust: 100%;
}

.footer-bauen * {
    background-color: transparent;
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}


.footer-bauen *, .footer-bauen::after, .footer-bauen::before {
    box-sizing: border-box;
}

.footer-bauen p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}

.footer-bauen a {
    color: #000;
    cursor: pointer;
    text-decoration: none;
}

.footer-bauen a:hover {
    color: #8fb300;
}

footer.footer-bauen .pagefooter {
    border-top: 1px solid #99c000;
    padding: 35px 0;
}

footer.footer-bauen ul {
    margin: 0;
    overflow: hidden;
}

footer.footer-bauen .linklist_footer {
    font-weight: 600;
}

footer.footer-bauen .linklist_footer li {
    display: inline-block;
    line-height: 32px;
    margin: 0 1.6%;
}

footer.footer-bauen .linklist_social li {
    display: inline-block;
    margin: 17px 10px 14px;
}

footer.footer-bauen .linklist_social li a {
    background: no-repeat scroll #333333;
    border-radius: 20px;
    color: #fff;
    float: left;
    font-size: 18px;
    height: 35px;
    padding: 6px 0 0;
    text-decoration: none;
    vertical-align: middle;
    width: 36px;
}

footer.footer-bauen .linklist_social li a:hover {
    color: #ffffff;
    opacity: 0.7;
    transition: all 0.2s ease 0s, opacity 0.2s ease 0s;
}

footer.footer-bauen .pagebottom {
    background: none repeat scroll 0 0 #333333;
    color: #ffffff;
    padding: 10px 15px 15px;
}


footer.footer-bauen .pagefooter {
    border-top: none;
    margin-top: 20px;
}

.footer-bauen .footer_logos {
    border-top: 1px solid #eee;
    margin: -30px 0 50px;
    padding: 50px 0 0;
}

.footer-bauen .footer_logos span {
    color: #333333;
}

.footer-bauen ul.footer_logo_list {
    display: inline-block;
    max-width: 535px;
}

.footer-bauen .footer_logo_list li {
    display: inline-block;
    margin: 0 10px;
    overflow: hidden;
}

.footer-bauen .footer_logo_list li.iwde img {
    margin: 0 -719px 0 -124px;
}
.footer-bauen .footer_logo_list li.inde img {
    margin: 0 -624px 0 -189px;
}
.footer-bauen .footer_logo_list li.baun img {
    margin: 0 -542px 0 -289px;
}
.footer-bauen .footer_logo_list li.imso img {
    margin: 0 -206px 0 -608px;
}
.footer-bauen .footer_logo_list li.umza img {
    margin: 0 -438px 0 -368px;
}
.footer-bauen .footer_logo_list li.croz img {
    margin: 0 -112px 0 -703px;
}

.footer-bauen .footer_logo_list li img {
    display: inline-block;
    max-width: inherit;
    vertical-align: bottom;
}

/* Mediaquerys */

@media handheld, only screen and (max-width: 980px) {

    .footer-bauen .content_wrapper {
        margin-right: 0;
        min-width: 0;
    }
}
