@charset "UTF-8";
/* CSS Document */

.footer-wrapper a {
    color: #f2f2f2;
}

.footer-wrapper a:hover {
    color: #fff;
}

.footer-wrapper {
    position: relative;
    background-color: #f2f2f2;
}

@media (max-width: 600px) {
    .footer-wrapper .info-wrapper {
        padding-top: 25px;
    }
}

/*.footer-wrapper .info-wrapper .row > div{ 

    min-height: 180px;
    padding-top: 100px;
    
}

@media (max-width: 600px) {
    
    .footer-wrapper .info-wrapper .row > div{ 
        
         min-height: 70px;
         padding-top: 0px;
        
    }
     
}*/




/*.footer-wrapper .logo-wrapper {
    
    position: absolute;
    bottom:20px;
    left: 30px;
    
}
*/
.footer-wrapper .logo-wrapper .logo {
    width: 88px;
    height: 48px;
    font-size: 0;
    text-indent: -10000px;
    background-image: url('../images/logo-single.png');
    background-size: cover;
    -ms-behavior: url('/scripte/infoportal/css/backgroundsize.min.htc');
    behavior: url('/scripte/infoportal/css/backgroundsize.min.htc');
}

.footer-wrapper .copyright {
    position: relative;
    top: 10px;
    display: block;
}

.footer-wrapper .claim .image {
    position: absolute;
    right: 30px;
    bottom: 20px;
    width: 265px;
    height: 16px;
    font-size: 0;
    text-indent: -10000px;
    background-image: url('../images/claim.png');
    background-size: cover;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .footer-wrapper .claim .image {
        background-image: url('../images/claim-2x.png');
    }
}

@media (max-width: 600px) {
    .footer-wrapper .claim .image {
        left: 30px;
    }
}

/*.footer-links {
    
  
    width: 100%;
    border-top: 10px solid #00963f;
    padding-top: 10px;
    
    
}
*/
.footer-links .inner {
    min-height: 50px;
    background-color: #e30512;
}

.footer-links ul {
    padding-left: 15px;
    margin-top: 0;
}

.footer-links li {
    float: left;
    padding: 15px 20px 15px 0;
    color: #fff;
}

.footer-links .website a {
    padding-left: 18px;
    border-left: 1px solid #fff;
}

@media (max-width: 600px) {
    .footer-links .website a {
        padding-left: 0;
        border-left: none;
    }
}

.footer-links {
    width: 100%;
}

.footer-wrapper {
    min-height: 245px;
    background-image: url('../../images/mios/tafel-bg.jpg');
    border-top: 5px solid #ffe500;
}

@media (max-width: 600px) {
    .footer-wrapper {
        display: none;
    }
}

.call-footer {
    padding-left: 25px;
    margin-left: 20px;
    font-size: 17px;
    line-height: 21px;
    color: #ffe500;
    background-image: url('../../images/mios/telefon.png');
    background-repeat: no-repeat;
    background-size: 17px 17px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .call-footer {
        background-image: url('../../images/mios/telefon-2x.png');
    }
}

.info-footer {
    width: 420px;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-left: 20px;
    border-bottom: 1px solid #8d8d8d;
}

.info-footer p {
    margin: 0;
    font-size: 11px;
    color: #8d8d8d;
}

.footer-wrapper .info-wrapper {
    height: 100%;
}

.footer-wrapper .info-wrapper .wrapper {
    height: 100%;
    overflow: hidden;
    clear: both;
}

.footer-wrapper .info-wrapper .wrapper .first-region {
    padding-top: 80px;
    padding-left: 10px;
}

.footer-wrapper .info-wrapper .wrapper .first-region,.footer-wrapper .info-wrapper .wrapper .second-region {
    position: relative;
    float: left;
    width: 50%;
    height: 245px;
}

@media (max-width:1060px) {
    .footer-wrapper .info-wrapper .wrapper .first-region {
        width: 100%;
    }

    .footer-wrapper .info-wrapper .wrapper .second-region {
        display: none;
    }
}

.footer-wrapper .info-wrapper .row > div {
    padding-top: 80px;
    padding-right: 10px;
    padding-left: 10px;
}

.footer-wrapper ul.legal-links {
    padding: 10px;
    overflow: hidden;
    clear: both;
}

.footer-wrapper ul.legal-links li {
    float: left;
    padding: 0 10px;
    font-size: 12px;
}

.footer-wrapper ul.legal-links li:first-child {
    border: none;
}

.footer-wrapper ul.legal-links li {
    border-left: 1px solid #fff;
}

.footer-wrapper .logo-wrapper {
    position: absolute;
    right: 25px;
    bottom: 40px;
}

.footer-web-link {
    float: left;
    padding-top: 53px;
    padding-right: 10px;
    font-size: 12px;
    color: #fff;
}

.footer-logo {
    float: left;
    width: 58px;
    height: 70px;
    background-image: url("../../images/mios/logo.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .footer-logo {
        background-image: url("../../images/mios/logo-2x.png");
        background-size: 100% 100%;
    }
}
