/* CSS voor mobiel */
@media only screen and (max-width: 767px) {

    #container_hornav { background-color: #000000; }
   .header-1 {float:none; left: 10px; margin-bottom:5px; font-size: 12px; }
   #socialmedia {display: none; }
   .slicknav_menu { background-color: #000000;}

}
@media only screen and (max-width: 767px) {
    #main {
        display: flex;
        flex-direction: column;
    }
    .sidecol_a, .sidecol_b {
        order: 1;
    }
}  











#base1_modules.block_holder {
    padding: 20px 20px 0px 20px;
}
#socialmedia {
    clear: right;
}
/* buttons in de header */
.header-1 ul.menu a {
    background-color: #fff;
    letter-spacing: 2px!important;
    padding: 4px 12px!important;
	color:#000000;
}
/* CSS voor mobiel */
@media only screen and (max-width: 767px) {

    #container_hornav { background-color: #000000; }
   .header-1 {float:none; left: 10px; margin-bottom:5px; font-size: 12px; }
   #socialmedia {display: none; }
   .slicknav_menu { background-color: #000000;}

}


/* Telefoonbuttons op de homepage */

.button-tel {
    background-color: #FFD900;
    border: 1px solid #FFD900;
	border-radius: 8px;
    font: normal normal bold 28px Source sans pro;
    line-height: 85%;
    color: #c20e1a;
    text-decoration: none;
    padding: 0 17px 5px 17px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    margin: 2px 2px;
    cursor: pointer;
    transition: all 0.6s ease 0s;
	min-width: 250px;
}

.button-tel:hover {
    background-color: #fee75c;
	border: 1px solid #ccc;
}

.button-vragen {
    background-color: #2C4390;
    border: 1px solid #2C4390;
	border-radius: 8px;
    font: normal normal bold 14px Raleway;
    color: #fff;
    text-decoration: none;
    padding: 5px 12px 5px 12px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: default;
    transition: all 0.6s ease 0s;
	min-width: 250px;
}
.button-vragen:hover {
    background-color: #3d5ecc;
	border: 1px solid #ccc;
}

/* EINDE Telefoonbuttons op de homepage */

@media only screen and (max-width: 767px) {
    #main {
        display: flex;
        flex-direction: column;
    }
    .sidecol_a, .sidecol_b {
        order: 1;
    }
.module:first-of-type .module_surround {
    padding-top: 0;
}
}



/*-----------------------------------------------------------------------------------*/
/* Custom CSS */
/*-----------------------------------------------------------------------------------*/

.logo {
    padding: 5px 20px;
}

h2, h3, h4, h5 {
  letter-spacing: 0px;
}

.hornav > ul > li > a
{
  padding: 3px 18px;
}

#container_hornav.wrapper960 {
    min-height: 46px;
}

/* link-kleur in de footer */
.base-1 a {
	color:#ffd900;
}
.base-1 a:hover {
	color:#e00000;
}

/* icoontje in de sub van de hoofdnavigatie */
.hornav ul ul li a img{
    padding-right: 10px;
}

/* CSS voor de Prijs-modules */
div.prijsdiv {
    border-radius: 8px;
    background: #ffd900;
	margin: 0 10px 10px 10px;
    padding: 10px 10px 0 10px;
    max-width: 300px;
	text-align: center;
}

div.prijsdivred {
    border-radius: 8px;
    background: #c20e1a;
	margin: 0 10px 10px 10px;
    padding: 10px 10px 0 10px;
    max-width: 300px;
	text-align: center;
}


#container_bottom2_modules .module_surround {
	padding-top: 0px;
	padding-bottom: 0px;
}

#container_bottom2_modules h3 {
	margin-top: 0px;
	font-weight: bold;
	color: #000;
}
.hele-breedte {
	width: 100%;
	width: 300px;
	margin-left: -35px;
	background-color:#fcf4c3;
}

.button {
    background-color: #4CAF50;
    color: white;
	text-transform: none;
    border: none;
    padding: 10px 26px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	border-radius: 8px;
}

.button3 {
    background-color: white; 
    color: black; 
	border-radius: 8px;
}

.button3:hover {
    background-color: #f44336;
    color: white;
	border-radius: 8px;
}
	
.padding-horiz-20-0 {
  padding-left: 20px;
}

.button4 {
    background-color: white; 
    color: black;
	border-radius: 8px;
}
.button4:hover {
  background-color: white;
  color: red !important;
	border-radius: 8px;
}

h1 {
   color: #e00000;
  font-size: 2.5em;
}

