/*
Theme Name: Kamperen bij de boer
Version: 1.0
*/

body { margin: 0 0 10px; }

/*
===============================================================
BANNER
===============================================================
*/
#banner {
	background-color: #5C743D; 
}


/*
===============================================================
CONTENT
===============================================================
*/
.content { 
	background-color: #fff; 
	font: 13px Arial,Helvetica,sans-serif;
	padding-bottom: 25px; 
}
.content h1 { 
	margin: 0 0 15px; 
}
.boerencamping_list [class*='col-'] {
	margin-bottom: 5px; 
	min-height: 35px;
}


/*
===============================================================
SIDEBAR
===============================================================
*/
.sidebar {
	background-color: #5C743D;
}
.sidebar ul {
	margin: 0;
	padding: 0px;
	list-style: none;
}
.sidebar ul li { 
	  border-bottom: 1px solid #F4FFE4;
}


/*
===============================================================
FOOTER
===============================================================
*/
#footer {
	font: 11px Arial,Helvetica,sans-serif;
	color: #666;
}
#footer .footer_credits { 
	background-color: #99CC66; 
	text-align: center; 
}
#footer .footer_menu { 
	background-color: #fff; 
	text-align: right; 
}


/*
===============================================================
RESPONSIVE AREA
===============================================================
*/

/* Large desktops and laptops */
@media (min-width: 1200px) {
	/*global*/
	.container { width: 990px; }
	
	/*Content*/
	#contentwrap .col-md-9 { width: 793px !important; padding-left: 0 !important; }
	#contentwrap .col-md-9 .content { padding-left: 11px;  padding-right: 11px; }
	.content { padding-bottom: 55px; }
	.content .links { text-align: center; }
	.content .img { padding-top: 35px; }
	.content h1 { margin: 0 0px 15px; padding-top: 2px; padding-left: 2px; }
	
	/*Sidebar*/
	#contentwrap .col-md-3 { width: 197px !important; padding-right: 0 !important; position: inherit; }
	.sidebar { width: 197px; position: absolute; bottom: 0; top: 0;}
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	/*global*/
	.container { width: 990px; }
	
	/*Content*/
	#contentwrap .col-md-9 { width: 793px !important; padding-left: 0 !important; }
	#contentwrap .col-md-9 .content { padding-left: 11px;  padding-right: 11px; }
	.content { padding-bottom: 55px; }
	.content .links { text-align: center; }
	.content .img { padding-top: 35px; }
	.content h1 { margin: 0 0px 15px; padding-top: 2px; padding-left: 2px; }
	
	/*Sidebar*/
	#contentwrap .col-md-3 { width: 197px !important; padding-right: 0 !important; position: inherit; }
	.sidebar { width: 197px; position: absolute; bottom: 0; top: 0;}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	/*Global*/
	.container { width: 750px; } 
	
	/*Navbar*/
	#wrapnavtoggle { position: relative; height: 50px; border-width: 1px 0px 1px 0px; border-style: solid; border-color: #fff; }
	#nav-toggle { outline: 0; border: 2px solid #fff; cursor: pointer; padding: 15px 30px 17px 5px; position: absolute; z-index: 10; right: 10px; top: 6px; }
	#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after { cursor: pointer; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; height: 2px; width: 25px; background: #fff; position: absolute; display: block; content: ''; }
	#nav-toggle span:before { top: -8px; }
	#nav-toggle span:after { bottom: -8px; }
	#navigation { display: none; }
	
	/*Content*/
	.content { padding: 10px 10px 25px; }
	.content ins { width: 100% !important; }
	.content iframe { width: 100% !important; }
	.content .links { text-align: center; }
	.content .img { padding-top: 25px;  }
	
	/*Sidebar*/
	.sidebar { padding-top: 10px; }
	
	/*Footer*/
	#footer .footer_menu { text-align: center; }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	/*Navbar*/
	#wrapnavtoggle { position: relative; height: 50px; border-width: 1px 0px 1px 0px; border-style: solid; border-color: #fff; }
	#nav-toggle { outline: 0; border: 2px solid #fff; cursor: pointer; padding: 15px 30px 17px 5px; position: absolute; z-index: 10; right: 10px; top: 6px; }
	#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after { cursor: pointer; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; height: 2px; width: 25px; background: #fff; position: absolute; display: block; content: ''; }
	#nav-toggle span:before { top: -8px; }
	#nav-toggle span:after { bottom: -8px; }
	#navigation { display: none; }
	
	/*Content*/
	.content { padding: 10px 10px 25px; }
	.content ins { width: 100% !important; }
	.content iframe { width: 100% !important; }
	.content form input[type="text"] { width: 70%;}
	.content .img { padding-bottom: 25px;}
	
	/*Sidebar*/
	.sidebar { padding-top: 10px; }
	
	/*Footer*/
	#footer .footer_menu { text-align: center; }
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
	/*Content*/
	.boerencamping_list [class*='col-'] { width: 100%; }
}



/*
===============================================================
RESPONSIVE GLOBAL
===============================================================
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative; 
}
.img-responsive {
  display: block;
  /* width: 100% \9; */
  max-width: 100%;
  height: auto;
}
.row { margin-left: -15px; margin-right: -15px; }
.row:before,
.row:after, 
.clearfix:before,
.clearfix:after { content: " "; display: table; }
.row:after, .clearfix:after { clear: both; }


.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-25, .col-sm-25, .col-md-25, .col-lg-25, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}


.col-xs-1, .col-xs-2, .col-xs-25, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; }
.col-xs-12 { width: 100%; }
.col-xs-11 {   width: 91.66666667%; }
.col-xs-10 {  width: 83.33333333%; }
.col-xs-9 { width: 75%; }
.col-xs-8 { width: 66.66666667%; }
.col-xs-7 { width: 58.33333333%; }
.col-xs-6 { width: 50%; }
.col-xs-5 { width: 41.66666667%; }
.col-xs-4 { width: 33.33333333%; }
.col-xs-3 { width: 25%; }
.col-xs-25 { width: 20%; }
.col-xs-2 { width: 16.66666667%; }
.col-xs-1 { width: 8.33333333%;  }


@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-25, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; }
  .col-sm-12 { width: 100%; }
  .col-sm-11 {   width: 91.66666667%; }
  .col-sm-10 {  width: 83.33333333%; }
  .col-sm-9 { width: 75%; }
  .col-sm-8 { width: 66.66666667%; }
  .col-sm-7 { width: 58.33333333%; }
  .col-sm-6 { width: 50%; }
  .col-sm-5 { width: 41.66666667%; }
  .col-sm-4 { width: 33.33333333%; }
  .col-sm-3 { width: 25%; }
  .col-sm-25 { width: 20%; }
  .col-sm-2 { width: 16.66666667%; }
  .col-sm-1 { width: 8.33333333%;  }
}


@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-25, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; }
  .col-md-12 { width: 100%; }
  .col-md-11 {   width: 91.66666667%; }
  .col-md-10 {  width: 83.33333333%; }
  .col-md-9 { width: 75%; }
  .col-md-8 { width: 66.66666667%; }
  .col-md-7 { width: 58.33333333%; }
  .col-md-6 { width: 50%; }
  .col-md-5 { width: 41.66666667%; }
  .col-md-4 { width: 33.33333333%; }
  .col-md-3 { width: 25%; }
  .col-md-25 { width: 20%; }
  .col-md-2 { width: 16.66666667%; }
  .col-md-1 { width: 8.33333333%;  }
}


@media (min-width: 1200px) {
	.col-lg-1, .col-lg-2, .col-lg-25, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; }
	.col-lg-12 { width: 100%; }
	.col-lg-11 {   width: 91.66666667%; }
	.col-lg-10 {  width: 83.33333333%; }
	.col-lg-9 { width: 75%; }
	.col-lg-8 { width: 66.66666667%; }
	.col-lg-7 { width: 58.33333333%; }
	.col-lg-6 { width: 50%; }
	.col-lg-5 { width: 41.66666667%; }
	.col-lg-4 { width: 33.33333333%; }
	.col-lg-3 { width: 25%; }
	.col-lg-25 { width: 20%; }
	.col-lg-2 { width: 16.66666667%; }
	.col-lg-1 { width: 8.33333333%;  }
}

/*Line 5996*/
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

/*Line 6016*/
@media (max-width: 767px) {
  .visible-xs { display: block !important; }
}

/*Line 6046*/
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm { display: block !important; }
}

/*Line 6076*/
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md { display: block !important; }
}

/*Line 6106*/
@media (min-width: 1200px) {
  .visible-lg {  display: block !important;  }
}

/*Line 6136*/
@media (max-width: 767px) {
  .hidden-xs { display: none !important; }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm { display: none !important; }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md { display: none !important; }
}
@media (min-width: 1200px) {
  .hidden-lg {  display: none !important; }
}

.bloklijn {
	border: 1px solid #060;
	padding:5px;
	margin-top:5px;
}