@charset "utf-8";
/*
 Theme Name:   Balans New
 Theme URI:    https://www.lomandeveloper.nl
 Description:  MLTheme Child Theme
 Author:       Michel Loman
 Author URI:   https://www.lomandeveloper.nl
 Version:      1.1
*/


/* 

Main Menu


Colors
#F7C7C7 -> witte achtergrond kleur fallback
#CD625C -> hoofd kleur
#CD625C -> footer kleur -> hoofd kleur
#EF908E -> tekst kleur

dca665 -> sec kleur

dca665


//D07000


#CD625C
#EF908E
#F7C7C7

*/


body { margin: 0;background:#F7C7C7; padding: 0 !important; }
.main_content { padding: 40px 0 0 0; background:#F7C7C7 url('image/achtergrond.jpg') no-repeat top center; }


.mk_plugin_notification.top .content { padding: 0; border: 0; margin: 0; }
.mk_plugin_notification.top .close { opacity: 1; box-sizing: border-box; font-size: 17px; line-height: 1.1em; }

tbody {
	    font-size: 15px;
	    line-height: 22px;
}


.alignleft
{
	float: left;
}

.alignright
{
	float: right;
}

img.alignleft {
	margin-bottom: 5px;
	margin-right: 10px;
}

img.alignright {
	margin-bottom: 5px;
	margin-left: 10px;
}

.content img {
	/*width: 170px;*/
	max-width: 50%;
}

.content img.full {
    width: 100%;
    max-width: 100%;
}

.content img.big {
	width: auto;
	max-width: none;	
}
	
.content img.foto-col-6 {
	width: 49%;
	max-width:none;
	margin-top: 10px;
}

.content img.foto-col-6.mr {
    margin-right: 10px;
}

img.alignleft.foto-col-6 {
	margin-right: 1%;
}

img.alignright.foto-col-6 {
	margin-left: 1%;
}

.navbar-inner .menu  { 
	position: absolute;
	left: 0;
	display: block;
	float: left;
	margin: -5px 10px 5px 10px;
	list-style: none;
}

.navbar-inner .menu  li { 
	float: left;
	line-height: 20px;
	display: list-item;
	text-align: -webkit-match-parent;
}



.navbar-inner .menu  li a { 
	float: none;
	margin-right: 5px;
	padding: 15px 15px 15px;
	color: #000;
	text-decoration: none;
	display: block;
	cursor: auto;
}


.navbar-inner .menu  li a:focus,
.navbar-inner .menu  li a:hover {
  color: #EF908E;
  margin-right:5px;
  text-decoration: none;
  background-color: #CD625C;
}

.navbar-inner .menu .current_page_item {
  color: #EF908E;
  margin-right:5px;
  text-decoration: none;
  background-color: #CD625C;
}

.navbar-inner .menu .current_page_item a,
.navbar-inner .menu .current_page_item a:hover {
  color: #EF908E;
  margin-right:0px;
}

.mobile-nav .menu {
	width:100%;
	border-bottom: 0;
	margin-bottom: 20px;
	margin-left: 0;
	list-style: none;
	display: table;
	line-height: 0;
	content: "";
	clear: both;
}

.mobile-nav .menu li {
	float: none;
	margin-bottom: -1px;
	line-height: 20px;
	list-style: none;
	display: list-item;
	text-align: -webkit-match-parent;
}

.mobile-nav .menu li a {
	border: 1px solid #CD625C;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;

	color: #000;
	cursor: default;
	background-color: #EF908E;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 20px;
	padding-right: 12px;
	padding-left: 12px;
	margin-right: 0;
	display: block;
	text-decoration: none;
}

.mobile-nav .menu li a:focus,
.mobile-nav .menu li a:hover{
	background-color: #CD625C;
}


.mobile-nav .menu .current_page_item a {
	background-color: #CD625C;
}

.footer {
	background:url(image/footerlijn.jpg) repeat-x #CD625C;
	padding:15px 15px 12px 15px;
	float:left;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	font-size:14px;
	
}


.content {
	height:auto;
	padding: 20px 10px 20px 26px;
	margin-bottom:20px;
	float:left;
	border-left: 1px solid #CD625C;
/* 	background:url(image/contentline.jpg) repeat-y left; */
}

.sidebaritem {
	width: 280px;
	background: #EF908E;
	border: 1px solid #CD625C;
	margin-bottom: 20px;
	padding: 20px;
	color: #000000;
	list-style: none;
	
}

.sidebaritem.image {
    padding: 0;
}

.adverts {
	margin-bottom: 20px;
}


h1 {
	color: #CD625C;
	margin: 0 0 20px 0;
	font-size: 31.5px;
}

h2 {
	color: #CD625C;
	margin: 0 0 10px 0;
}

h5 {
	font-size:15px;
	line-height:22px;
	font-weight:normal;
	color:#000;
}




a:hover {
	color:#CD625C;
	text-decoration:underline;
}


a {
	color:#CD625C;
	text-decoration:underline;
}

.nonea,
.footer a {
	color: #000;
	text-decoration:none;
}


.offa a {
	text-decoration:none;
	color: #000;
}

.offa a:hover {
	color:#CD625C;
	text-decoration:underline;
}


.nonea:hover,
.footer a:hover {
	color: #000;
	text-decoration:none;
}

flyer {
	color:#CD625C;
	text-decoration:underline;
}


.telefoon {
	float:right; margin-top:20px; vertical-align:bottom;	
}
.telefoon a { text-decoration: none; color: inherit; }

.clearboth {
	clear: both;
}

.content:after {
	clear: both;
}

.content {
	    display: table !important;
}

.navbar-inner .menu li a { cursor: pointer; }


@media (max-width: 1199px) {
	.navbar-inner .menu  li a:focus,
	.navbar-inner .menu  li a:hover ,
	.navbar-inner .menu .current_page_item,
	.navbar-inner .menu  li a { 
		margin-right: 0;
	}
	
	.navbar-inner .menu li a {
		padding: 15px 14px 15px;
	}
}


@media (max-width: 520px) {
	.headerafbeelding {
		display:none;		
	}
	.telefoon {
	    margin-top:0px;
	}

    .headerinfo {
        display:grid;
        text-align:center;
        justify-content: center;
    }
}

@media (max-width: 480px) {
	.content img {
		width: 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}
	
	.content img.foto-col-6 {
	width: 100%;
	margin: 0;
	margin-bottom: 10px;
}
	
	}



@media (max-width: 768px) {

    .hide_mobile { display:none !important; }
	
	.main_content { padding: 40px 5% 20px; }
	
	.main_content > .container:nth-child(2) .row-fluid {
		display:grid;
	}

	.main_content > .container:nth-child(2) .span8 {
		order: 1;
	}
}

