/* 
 Theme Name:     DiviPW
 Author:         PIM! Webdesign
 Author URI:     https://www.pimwebdesign.nl
 Template:       Divi
 Version:        1.0.1
*/ 


/* 
Oranje: d2826c;
Groen:  c1d9d4;
Blauw:  115e8e;
Lichtgeel: eae2d7;
*/ 

.top-tel{
    margin-right: 20px;
}
.top-tel:before{
    content: '\e090';
    font-family: ETmodules!important;
    margin-right: 7px;
    display: inline-block;    
}
.top-mail:before{
    content: '\e076';
    font-family: ETmodules!important;
    margin-right: 7px;
    display: inline-block;
}
.et_pb_social_media_follow li{
    margin-bottom: 0;
}
#banner-skj{
    position: absolute;
    bottom:  0;
    left:  0;
    z-index: 1;
}
#banner-skj img{
    width: 200px;
    padding:  20px 40px 20px 20px;
    background: #fff;
    border-radius: 0 40px 40px 0;
}
footer #footer-img img{
    max-height:  60px;
    width: auto;
}
footer #footer-img img{
    margin-right: 30px;
    display: inline-block;
}

@media only screen and (max-width: 1300px) {
    .et_pb_menu .et_pb_menu__menu {
        display: none !important;
    }
        
    .et_mobile_nav_menu {
        display: block !important;
    }
}

@media only screen and (min-width : 981px) {
}

@media only screen and (max-width: 980px){
    #banner-skj img{
        width: 200px;
        padding:  2px;
        background: #fff;
        border-radius: 0 40px 40px 0;
    }
}
@media only screen and (max-width: 600px){
    #footer-img p{
        text-align: center;
    }
    #footer-img img{
        float:  none !important;
        margin-bottom: 15px;
    }
}