/*

	Theme Name: 	divi child theme
	Template: 		Divi
	Version: 		4.10.8

*/

/*achtergrondkleur op de mobiel*/

#mobile_menu {background-color: #32BEF0!important;}


/*groter logo voor op de mobiel*/
@media only screen and (max-width: 768px) {
    div.logo_container img#logo {
        max-height: 100%!important;
        height: auto!important;
        }
}


/*groter logo voor op de tablet*/
@media only screen and (max-width: 980px) {
    div.logo_container img#logo {
        max-height: 100%!important;
        height: auto!important;
        }
}


/*add icon to Divi submenu items*/

nav li li a:before {
    font-family: 'ETMODULES';
    content: '35';
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: -10px;
    color: #2cba6c;
    font-size: 1em;
    transition: all .3s ease;
}

#einde-pagina {
margin-bottom: -185px;
}

#einde-pagina-contact {
margin-bottom: -185px!important;
}

/*max header height tablet*/
@media screen and (max-width: 768px) {
    .aap {
        max-height: 500px!important;
    }
}


/*max header height tablet*/
@media screen and (max-width: 980px) {
    .aap {
        max-height: 500px!important;
    }
}

@media screen and (min-width: 980px) {
	.header-content-container {
	   margin-top: 250px!important;
	}
}
@media screen and (max-width: 980px) {
	.header-content-container {
	   margin-top: 100px!important;
	}
}
@media screen and (max-width: 768px) {
	.header-content-container {
	margin-top: 50px!important;
	}
}


