/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.responsive{
	width: 100% !important;
	height: auto !important;	
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

#bar-preview{
	width:100%; 
	height:25px;
	padding:5px 0 0 0;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	background:#000;
}


/* 12 column lay-out
   First apply a natural box layout model to all elements
   Create row with clearfix */

*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.row:before, .row:after { content: " "; display: table; }
.row:after { clear: both; }
.lt-ie8 .row { zoom: 1; }


.row{
	position:relative;
	clear:both;
    margin:0 auto;
    max-width:1300px;
	padding: 2px 13px;	
}

.span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-8, .span-9, .span-10, .span-11, .span-12{
	float:left; 
	position:relative;
	padding:2px 7px;
}

.span-1  { width:8.33%; }
.span-2  { width:16.66%; }
.span-3  { width:25%; }
.span-4  { width:33.33%; }
.span-5  { width:41.66%; }
.span-6  { width:50%; }
.span-7  { width:58.33%; }
.span-8  { width:66.66%; }
.span-9  { width:75%; }
.span-10 { width:83.33%; }
.span-11 { width:91.66%; }
.span-12 { width:100%; }


/* Base styles */
p, ul, ol, h1, h2, h3, h4, h5, h6{
	padding:0;
	margin:0 0 20px 0;
}
h1, h2, h3, h4, h5, h6{
	font-family:Arial, Helvetica, sans-serif;	
	font-size:1em;
}
h1{
	color:#999;
	font-size:1.6em;
}
h2{
	color:#999;
	font-size:1.4em;
}
h3{
	color:#999;
	font-size:1.2em;
}
ul, ol{
	list-style:none;	
}
li{
	padding-left:18px;
	background:url(/img/li.png) 5px 8px no-repeat;
}
address{
	font-style:normal;	
}
img{
	display:block;	
}
/* Formbuilder form */
form.frm-bldr{
	margin-top:20px;	
}
form.frm-bldr li{
	padding:0;
	background:none;
}
form.frm-bldr label,
form.frm-bldr .false_label{
	display:inline-block;
	min-width:150px;
}
form.frm-bldr input[type="text"],
form.frm-bldr select{
	min-width:200px;	
	margin-bottom:7px;
}
form.frm-bldr .multi-row{
	display:inline-block;
	margin:3px 0 7px 0;
}
form.frm-bldr .multi-row span.row{
	display:inline-block;
	margin-right:10px;
}
form.frm-bldr .radio label{
	display:inline;
	position:relative;
	top:-1px;
}
form.frm-bldr .radio input{
	margin-right:7px;
}

form.frm-bldr div.alert{
	float:left;
	margin-bottom:7px;
}
form.frm-bldr .alert input[type="text"]{
	border-color:#cf4e2b;
	margin-bottom:0;
}
form.frm-bldr .alert span{
	clear:left;
	display:block;
	width:auto;
	color:#cf4e2b;
}

/* Cycle banner slideshow */ 
.cycle{
	width:100%;
	padding-bottom: 47%;
}
.project-slider .cycle{
	padding-bottom: 75%;
}

.cycle .slide{
	display:none;
	width:100%;
	height: 100%;
	position: absolute !important;
}
.cycle .slide.first{
	display:block;	
}

.cycle-pager {
    bottom: 17px;
    right: 17px;
    position: absolute;
    z-index: 110;
}

.cycle-pager span {
    background: #5f6063;
    cursor: pointer;
    display: block;
    float: left;
    height: 20px;
    margin-left: 5px;
    overflow: hidden;
    text-indent: -9999px;
    width: 20px;
}

.cycle-pager span:hover, .cycle-pager span.cycle-pager-active {
    background: #41444a;
}
/* Navigation base styles */
nav ul{
	margin-bottom:0;	
}
nav.horizontal li{
	float:left;
	position:relative;
	padding:0;
	background:none;
}
nav.horizontal a{
	display:block;
	padding:5px 15px;
	text-decoration:none;
}
nav.horizontal li ul{
	display:none;
	position:absolute;
	min-width:100%;
	left:0;
	margin:0;
	background:#e5e5e5;
	z-index:101;
}
nav.horizontal li:hover>ul{
	display:block;
}
nav.horizontal li ul li{
	float:none;
}
nav.horizontal li ul li ul{
	left:100%;
	top:0;
}

#search-results h3{
	margin-bottom:-5px;	
}
#search-results h3 a{
	text-decoration:none;
	font-weight:normal;
}
#search-results .url{
	text-decoration:none;
	color:#999;
	font-size:.9em;
}

/* Block styles */
header,
#main,
footer{
	clear:both;	
}
#logo{
	float:left;
	padding:20px;	
}
#top-nav{
	float:right;
}
#main-nav{
	clear:both;
	background:#999999;
}
#main-nav a:hover{
	background:#888888;
}

#main-nav-switch {
    background: url("/img/nav-switch.gif") no-repeat center #FFFFFF;
    border: 0px;
    cursor: pointer;
    display: none;
    float: right;
    height: 28px;
    position: relative;
    width: 32px;
    z-index: 10;
}

#top-nav {
    float: right;
    margin-right: 20px;
    margin-top: 5px;
}

#search {
    float: left;
}

#search form {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DBDBDB;
    padding: 0px;
    width: 100%;
}
#search #search_btn {
    background: url("/img/search.png") no-repeat scroll 6px 4px #FFFFFF;
    border: medium none;
    float: right;
    text-indent: -9999px;
    width: 30px;
}
#search form span {
    display: block;
    overflow: hidden;
    padding: 0 5px;
}
#search #search_field {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    color: #616161;
    font-size: 14px;
    width: 100%;
}
#languages {
    background: url("/img/arrow_bottom.png") no-repeat scroll 40px 10px rgba(0, 0, 0, 0);
    border: 1px solid #DBDBDB;
    cursor: pointer;
    float: left;
    padding: 5px 28px 5px 10px;
    position: relative;
}
#languages ul {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
	-moz-use-text-color: #DBDBDB;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #DBDBDB;
    border-image: none;
    border-right: 1px solid #DBDBDB;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    display: none;
    left: -1px;
    padding: 7px 0;
    position: absolute;
    top: 26px;
    width: 60px;
    z-index: 20;
}
#languages li {
    padding-left: 0;
}
#languages li img {
    padding: 5px 10px;
}

/* CUSTOM JAARSVELD */
html{
	font-family: arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #393b40;
}

h1, h2, h3, h4, h5{
	font-family: "nimbus-sans",sans-serif;
	color: #019844;
	text-transform:uppercase;
	font-weight: 400;
}

h1.only-title,
h2.only-title{
	margin: 0px;
	width: auto;
	display:inline-block;
}

h1{
	font-size: 28px;
	line-height: 24px;
}

h2{
	font-size: 24px;
	line-height: 22px;
	text-transform: none;
}

h4{
	line-height: 22px;
	color: #58a8e6;
	font-size: 18px;
}

h5{
	font-size: 14px;
	color: #feffff;
	font-weight: 700;
}

a{
	color: #58a8e6;
	text-decoration: underline;
}

a:hover,
a.active{
	text-decoration: none;
}

header, #main{
	background-color: #ffffff;
}

header{
	padding: 5px 0 10px 0;
}

header .row .span-12{
	display: table;
}

footer{
	padding: 12px 0 0 0;
}

#search.ipad{
	display: none;
}

#search.normal{
	display: block;
}

#logo{
	display: table-cell;
	padding: 0px;
	margin: 0 20px 2px 0;
}

#main-nav{
	display: table-cell;
	width: 100%;
	margin: 0px;
	background-color: transparent;
	position: relative;
}

#main-nav a{
	padding: 0px;
}

#main-nav #top{
	position: absolute;
	top: 0px;
	right: 0px;
}

#main-nav #top ul{
	float: right;
	margin-right: 20px;
}

#main-nav #top a{
	color: #787676;
	font-size: 13px;
	font-weight: 400;
	text-decoration: none;
	margin: 0 17px 0 0;
}

#main-nav #main{
	position: absolute;
	bottom: 0px;
}

#main-nav #main a{
	text-transform: uppercase;
	font-family: "nimbus-sans",sans-serif;
	color: #5b606a;
	font-size: 16px;
	line-height: 16px;
	margin: 0 0 0 32px;
	display: inline-block;
}

#main-nav #top a:hover,
#main-nav #top a.active,
#main-nav #main a:hover,
#main-nav #main a.active{
	color: #019844;
	background-color: transparent;
}

#main-nav #main ul li ul{
	background-color: #019844;
	left: 16px;
	padding: 20px;
	width: 200px;
}

#main-nav #main ul li ul.clearfix:before,
#main-nav #main ul li ul.clearfix:after{
	display: inline;
	content: "";
}

#main-nav #main ul li ul li{
	background: none;
	padding: 5px 0 0 0;
	border: 0px solid #27a760;
	border-top-width: 1px;
	line-height: 31px;
}

#main-nav #main ul li ul li:last-child{
	border-bottom-width: 1px;
}

#main-nav #main ul li ul a{
	color: #ffffff;
	font-family: Arial;
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
	text-transform: none;
	margin: 0px;
}

#main-nav #main ul li ul a:hover,
#main-nav #main ul li ul a.active{
	color: #cbe3d3;
}

#search{
	float: right;
	width: 180px;
}

#search #search_field{
	font-family: Arial;
	color: #777777;
	font-size: 13px;
	font-weight: 400;
}

.cycle .slide{
	position: relative;
}

.cycle .slide .overlay{
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 500px;
}

.cycle .slide .overlay p{
	margin-bottom: 0px;
}

.cycle .slide .overlay .inner{
	padding: 11px 15px;
	margin: 7px 0 0 0;
	display: block;
	float: left;
    clear: both;
	
	line-height: 22px;
	font-size: 14px;
}

.cycle .slide .overlay .dark{
	background-color: rgba(65,68,74,0.85);
	font-family: Arial;
	color: #ffffff;
	font-weight: 400;
}

.cycle .slide .overlay .title{
	text-transform: uppercase;
	color: #ffffff;
	font-size: 24px;
	line-height: 24px;
	font-family: "nimbus-sans",sans-serif;
}

.cycle .slide .overlay .light{
	background-color: rgba(255,255,255,0.8);
	font-family: Arial;
	color: #41444a;
	font-weight: 700;
}

.banner-container{
	margin-bottom: 10px;
	display: inline-block;
}

.banner-container.mini{
	float: none;
}

.table{
	display: table;
	width: calc(100% + 14px);
	height: 100%;
	table-layout: fixed;
	
	border-spacing: 14px;
	margin: 0 -7px -10px -7px;
	position: relative;
	top: -10px;
}

.table-row{
	display: table-row;
	height: 100%;
}

.cell{
	display: table-cell;
	vertical-align:top;
	float: none;
	height: 100%;
	padding: 0px;
	background-color: #f2f2f2;
}

.cell .inner{
	width: 100%;
	display: block;
}

.small{
	display: none;
}

.padding{
	padding: 20px;
}

.cell li{
	background-image: url('/img/veld-bullet.jpg');
	background-position: left 6px;
	padding-left: 14px;
}

.cell p{
	max-width: 590px;
}

.cell p:last-child{
	margin-bottom: 0px;
}

.home .cell h2{
	text-transform: uppercase;
}

.cell a.all-link{
	background-color: #bbb19d;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	padding: 7px;
	float: right;
	text-decoration: none;
}

.cell a.all-link:hover,
.cell a.all-link.active{
	background-color: #968e7e;
}

/*.cell li.checkbox span,
.cell .frmb li.checkbox span.multi-row span label{
	width: auto;
	text-transform: none;
	display: inline-block;
}*/

.cell li.checkbox span.false_label,
.cell li.textarea label{
	display: block;
	float: none;
	clear: both;
	text-transform: lowercase;
	width: 100%;
}

.cell li#fld-type span.false_label{
	display: none;
}

.cell .frmb li.checkbox span.clearfix:before,
.cell .frmb li.checkbox span.clearfix:after,
.cell .frmb li.checkbox span span.row.clearfix:before,
.cell .frmb li.checkbox span span.row.clearfix:after{
	content: "";
	display: none;
	clear: none;
}

.cell .frmb li label{
	text-transform: lowercase;
}

.cell .frmb li.checkbox span span label, 
.cell .frmb li.checkbox span span input{
	display: inline;
	float: none;
	text-transform: none;
}

.cell .frmb li.textarea label{
	text-transform: none;
}

.cell .frmb li.textarea textarea{
	width: 275px;
	height: 145px;
}

.cell .frmb .btn-submit input[type="submit"],
.cell .frmb .btn-submit button{
	margin-left: 0px;
	background-color: #58a8e6;
	text-transform: uppercase;
	padding: 7px 14px;
	font-size: 12px;
	bordeR: none;
	color: #FFF;
	margin-top: 10px;
}

.cell .frmb .btn-submit input[type="submit"]:hover,
.cell .frmb .btn-submit button:hover{
	background-color: #4686b8;
}

.cell .frmb li#fld-type,
.cell .frmb li#fld-type span span:first-child,
.cell .frmb li#fld-over,
.cell .frmb li#fld-telefoon,
.cell .frmb li#fld-plaats{
	margin-bottom: 20px;
	display: block;
}

.cell .frmb li span{
	width: 100%;
}

.cell .frmb li#fld-type span.multi-row span.row,
.cell .frmb li#fld-over span.multi-row span.row{
	display: block;
}

.cell.brown{
	background-color: #bbb19d;
	padding: 0px;
}

.cell.brown.bottom{
	vertical-align:bottom;
}

.cell.brown h2{
	text-transform: uppercase;
	font-size: 18px;
	background-color: #f2f2f2;
	margin: 0px;
	border: 0px solid #ffffff;
	border-bottom-width: 14px;
	padding: 7px;
}

.cell.brown p{
	margin: 0px;
}

.cell.brown p:not(.blue) a,
.cell.brown p.blue{
	text-decoration: none;
	color: #ffffff;
	font-size: 15px;
	display: block;
	background-color: #58a8e6;
	border: 0px solid #ffffff;
	border-bottom-width: 14px;
	text-align: center;
	margin: 0px;
	padding: 7px;
}

.cell.brown.bottom p a,
.cell.brown.bottom p.blue{
	border-bottom: 0px;
	border-top-width: 14px;
}

.cell.brown p.blue a{
	color: #ffffff;
	text-decoration: none;
}

.cell.brown p a:hover{
	background-color: #4686b8;
}

.cell.brown p.blue a:hover{
	background-color: transparent;
}

.cell.brown p a.all-link{
	background-color: #bbb19d;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	padding: 7px;
}

.cell.brown p a.all-link:hover,
.cell.brown p a.all-link.active{
	background-color: #968e7e;
}

.cell.brown p span{
	display: block;
	font-size: 14px;
}

.cell.brown p strong{
	font-size: 20px;
	font-weight: 400;
}

.cell.brown .img-container{
	border: 0px solid #ffffff;
	border-bottom-width: 14px;
}

.cell.brown a.all-link{
	float: none;
	clear: both;
	display: block;
	border: 0px solid #ffffff;
	border-bottom-width: 14px;
	width: 100%;
	text-align: center;
}

.cell.trans{
	background-color: transparent;
	padding: 0px;
}

.cell.dark{
	background-color: #333539;
	color: #feffff;
}

.cell.dark a.phone{
	color: #feffff;
	text-decoration: none;
}

.cell.dark p.info{
	color: #999a9c;
}

.cell.dark .overlay{
	border: 0px solid #393b40;
	border-bottom-width: 14px;
}

.cell.dark a.social-fb,
.cell.dark a.social-ln,
.cell.dark a.social-tw,
.cell.dark a.social-gp,
.cell.dark a.social-ytb,
.cell.dark a.social-insta{
	display: inline-block;
	width: 26px;
	height: 26px;
	background-repeat: no-repeat;
	background-position: center;
	
	background-image: url('/img/social-fb.jpg');
}

.cell.dark a.social-ln{
	background-image: url('/img/social-ln.jpg');
}

.cell.dark a.social-tw{
	background-image: url('/img/social-tw.jpg');
}

.cell.dark a.social-gp{
	background-image: url('/img/social-gp.jpg');
}

.cell.dark a.social-ytb{
	background-image: url('/img/social-ytb.gif');
}

.cell.dark a.social-insta{
	background-image: url('/img/social-insta.jpg');
}

.cell.dark a.social-fb:hover{
	background-image: url('/img/social-fb-hover.jpg');
}

.cell.dark a.social-ln:hover{
	background-image: url('/img/social-ln-hover.jpg');
}

.cell.dark a.social-tw:hover{
	background-image: url('/img/social-tw-hover.jpg');
}

.cell.dark a.social-gp:hover{
	background-image: url('/img/social-gp-hover.jpg');
}

.cell.dark a.social-ytb:hover{
	background-image: url('/img/social-ytb-hover.gif');
}

.cell.dark a.social-insta:hover{
	background-image: url('/img/social-insta-hover.jpg');
}

.cell.dark strong{
	font-size: 16px;
	font-weight: 400;
	display: block;
}

.cell.dark span{
	color: rgba(254, 255, 255, 0.4);
	font-size: 12px;
	line-height: 12px;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
	float: none;
	margin: 0 7px 0 0;
}

.cell.dark .img.left{
	float: left;
}

.cell.dark .img.right{
	float: right;
}

.cell.dark input[type=text], .cell.dark input[type=email]{
	background-color: #393b40;
	border: 1px solid #606061;
	color: #feffff;
	width: 195px;
	background-color: #393b40;
	line-height: 14px;
	padding: 7px;
	height: 31px;
	margin: 0 14px 14px 0;
}

.cell.dark input[type=submit], .cell.dark button{
	text-transform: uppercase;
	background-color: #466f90;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	border: 0px;
	line-height: 14px;
	padding: 7px;
	height: 31px;
}

.cell.dark input[type=submit]:hover, .cell.dark button:hover{
	background-color: #4f8cbb;
}

.cell.copyright{
	color: rgba(254, 255, 255, 0.5);
	font-size: 11px;
}

.cell.copyright span{
	display: inline-block;
}

.cell.copyright ul.clearfix:before,
.cell.copyright ul.clearfix:after{
	display: inline-block;
	content: "";
}

.cell.copyright ul{
	display: inline-block;
	margin: 0px;
}

.cell.copyright li{
	float: left;
	background: none;
	padding: 0px;
}

.cell.copyright li:before{
	content: '| ';
}

.cell.copyright li a,
.cell.copyright a{
	color: rgba(254, 255, 255, 0.5);
	text-decoration: none;
}

.item{
	margin: 0 0 10px 0;
	float: left;
}

#nieuwsoverview .item{
	display: inline-block;
    float: none;
    margin: 0 0 10px;
    position: relative;
    vertical-align: top;
}

#projectoverview .item{
	min-height: 370px;
}

#designoverview .item{
	min-height: 370px;
}

#projectoverview .item h3,
#designoverview .item h3{
	margin: 0px;
	font-family: Arial;
	color: #ffffff;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	padding: 14px;
	text-transform: none;
	min-height: 56px;
}

#projectoverview .item a,
#designoverview .item a{
	text-decoration: none;
	background-color: #5b606a;
	display: block;
}

#projectoverview .item a:hover,
#projectoverview .item a.active,
#designoverview .item a:hover,
#designoverview .item a.active{
	background-color: #737880;
}

.project-slider{
	position: relative;
}

.project-slider .play-button{
	position: absolute;
	top: calc(50% - (76px / 2));
	left: calc(50% - (76px / 2));
	z-index: 150;
	cursor: pointer;
}

.cycle { width: 100% }

#nieuwsoverview .item .inner{
	background-color: #f2f2f2;
}

#nieuwsoverview .item h3{
	font-size: 18px;
	margin: 0 0 7px 0;
}

#nieuwsoverview .item a{
	text-decoration: none;
	color: #5b606a;
}

#nieuwsoverview .item a:hover img,
#nieuwsoverview .item a:hover div{
	zoom: 1;
	filter: alpha(opacity=85);
	opacity: 0.85;
}

#nieuwsoverview .item span{
	display: block;
	text-decoration: underline;
	color: #58a8e6;
	background-image: url('/img/item-link.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 18px;
}

.cell.sidebar{
	display: block;
	height: auto;
	border: 0px solid #ffffff;
	border-bottom-width: 14px;
}

.cell.sidebar.item{
	margin: 0px;
}

.cell.sidebar.item h3{
	padding: 7px;
}

.cell.nav .inner .padding:before,
.cell.nav .inner .padding:after{
	content: '';
	display: inline;
}

.cell.nav .inner,
.cell.nav .inner .padding,
.cell.nav .inner .padding .rsnav{
	width: 100%;
}

.cell.nav .inner{
	min-height: 72px;
}

.cell.nav .rsnav div{
	display: inline-block;
}

.cell.nav .inner .padding .rsnav{
	padding: 0px;
	position: relative;
}

.cell.nav .inner .padding .rsnav a{
	background-color: #bbb19d;
	color: #ffffff;
	border: 0px;
	padding: 7px;
	width: 32px;
	height: 32px;
	display: block;
}

.cell.nav .inner .padding .rsnav a:hover,
.cell.nav .inner .padding .rsnav a.active{
	background-color: #958b77;
}

.cell.nav .inner .padding div{
	float: left;
}

.cell.nav .inner .padding .rsnav a.back{
	background-image: url('/img/back.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 59px;
	right: 88px;
}

.cell.nav .inner .padding .rsnav a.next{
	background-image: url('/img/next.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 81px;
	right: 0px;
}

.cell.nav .inner .padding .rsnav a:last-of-type{
	right: 0px;
}

.cell.nav .inner .padding .rsnav a.back,
.cell.nav .inner .padding .rsnav a.next{
	float: none;
	position: absolute;
	top: 0px;
}

#sub-nav{
	background-color: #019844;
	border: 0px solid #ffffff;
	border-bottom-width: 14px;
	width: 100%;
	padding: 20px;
}

#sub-nav ul.clearfix:before,
#sub-nav ul.clearfix:after{
	display: inline;
	content: "";
}

#sub-nav li{
	background: none;
	padding: 0px;
	border: 0px solid #27a760;
	border-top-width: 1px;
	line-height: 31px;
}

#sub-nav li:last-child{
	border-bottom-width: 1px;
}

#sub-nav a{
	color: #ffffff;
	font-family: Arial;
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
}

#sub-nav a:hover,
#sub-nav a.active{
	color: #cbe3d3;
}

#breadcrumb{
	text-transform: uppercase;
	color: #7a7e85;
	font-size: 11px;
	font-weight: 400;
	margin: 0 0 14px 0;
	display: block;
}

#breadcrumb a{
	color: #7a7e85;
	text-decoration: none;
}

#breadcrumb a:after{
	content: ' >';
}

#projectoverview #filter li{
	background-image: none;
	padding: 7px;
	display: inline-block;
	cursor: pointer;
	
	background-color: #bbb19d;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 7px 7px 0;
}

#projectoverview #filter ul,
#nieuwsoverview #filter ul{
	margin: 20px 0 0 0;
}

#projectoverview h1,
#nieuwsoverview h1{
	margin: 0;
}

#projectoverview #filter li:hover{
	background-color: #958b77;
}

.columns{
	-webkit-columns: auto 2;
    -moz-columns: auto 2;
    columns: auto 2;
}

.small{
	display: none;
}

.scrollup{
	position: relative;	
	display:block;
	float:right;
	width:33px;
    height:25px;
    opacity:1.0;
	text-indent:-9999px;
	margin:-20px 30px 20px 0;
	z-index: 100;
	background: url('/img/up.gif') no-repeat center;
	background-color: #58A8E6;
	color: #ffffff;
}
.scrollup.fixed{
	position: fixed;
	margin: 0;
	float: none;
	bottom: 20px;
	right: 30px;
}

/* END CUSTOM */

/* RS nav default */
.rsnav{
	clear:both;
	padding:13px 0;
}
.rsnav a{
	display:block;
	width:23px;
	height:23px;
	margin-right:7px;
	text-align:center;
	background:#FFF;
	border:1px solid #DBDBDB;
	color: #616161;
}
.rsnav div{
	display:table;
	margin:0 auto;
}
.rsnav div span{
	float:left;
	display:table-cell;
	margin-right:7px;
}
.rsnav div a{
	float:left;
	display:table-cell;
	padding:2px 2px 0 2px;
	color:#616161;
	text-decoration:none;
}
.rsnav div a.active,
.rsnav div a:hover{
	background:#F4F4F4;
}
.rsnav .back{
	float:left;
	background: url('/img/previous.png') no-repeat center center #FFF;
	text-indent: -9999px;
}
.rsnav .next{
	float:right;
	background: url('/img/next.png') no-repeat center center #FFF;
	text-indent: -9999px;
}



/* Author Helper classes */
.error{
	display:block;
	color:#CC0033;
}
#hmn{
	display:none;	
}

ol.frmb li {
    clear: both;
}
.frmb li {
    clear: both;
    display: block;
    padding: 10px;	
	background: none !important;
}
.frmb li label{
	text-transform:capitalize;
}

.frmb li label, .frmb li span, .frmb li input {
    display: block;
    float: left;
    width: 100px;
}
.frmb li input {
    width: 200px;
}
.frmb li input[type="text"], textarea {
    border: 1px solid #E9E9E9;
    color: #3F3F3F;
    height: 25px;
}


textarea {
    height: 80px;
    width: 200px;
}
.frmb li span.multi-row span label {
    float: left;
    padding-left: 5px;
    width: 70px;
}
.frmb li span.multi-row span input {
    padding-top: 5px;
    width: 10px;
}
.frmb .btn-submit input[type="submit"] {
    background: none repeat scroll 0 0 #0075ac;
    border: 0 none;
    color: #FFFFFF;
    margin-left: 150px;
    padding: 5px;
    width: 100px;
	margin-top: 10px;
}
.frmb span.alert {
    color: #FF0000;
    padding-left: 10px;
    width: 200px;
}

.block-link{
	display: block;
}

/* Webshop */

/* product list */
.product-filter{
	width: 25%;
	float: left;
}

.product-filter label{
	display: block;
}

.product-filter label.disabled{
	color: #D1D1D1;	
}

.product-list{
	width: 75%;
	float: left;
}

.product-list.no-filter{
	width: 100%;
}

.product-list li{
	background: none;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 10px;
	border: 1px solid #00FF00;
	word-wrap: break-word;
}

.product-list li .price{
	font-weight: bold;
}

.product-list li .retail-price{
	text-decoration:line-through;
	color: #ff0000;
}

.product-list li .product-image{
	width: 70px;
}

input, textarea {
  -webkit-border-radius: 0;
}

/* login widget */
#login {
    border: 1px solid #DBDBDB;
    float: left;
    margin-right: 7px;
    position: relative;
}
#login_link {
    cursor: pointer;
    padding: 6px;
	line-height: 13px;
	display: inline-block;
	color: #979797;
	font-size: 13px;
	text-transform: capitalize;
}
#login_container {
    display: none;
    position: absolute;
    right: -1px;
    top: 25px;
    width: 300px;
    z-index: 20;
}
#login #form-login {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DBDBDB;
    padding: 5px;
    width: 100%;
}
#login form span,
#login form input {
    display: block;
    overflow: hidden;
    padding: 0 5px;
}

/*shopping cart widget*/
#cart {
	background: url("/img/cart.png") no-repeat scroll 3px -76px #ffffff;
	float: left;
	display: inline-block;
	margin-left: 7px;
	position: relative;
}

#cart_link {
    cursor: pointer;
	color: #FFFFFF;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
	text-decoration: none;
	height: 27px;
	width: 27px;
	border: 1px solid #DBDBDB;
	
	position: relative;
}
#cart_container {
    display: none;
    position: absolute;
    right: 0px;
    top: 25px;
    width: 320px;
    z-index: 30;
	background-color: #ffffff;
	border: 1px solid #DBDBDB;
	
	font-size: 13px;
}
#cart span.amount {
	color: #ffffff;
	font-weight: bold;
	font-size: 9px;
	text-align: center;
	padding: 0px;
	
	width:14px;
    position: absolute;
	top: 3px;
	right: -4px;
	display: block;
	background-color: #000000;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#cart_container span{
	display: block;
}

#cart_container table{
	width: 100%;
}

#cart_container td{
	padding: 5px;
}

.cart-widget-footer{
	text-align: right;
}

.cart-widget-image{
	width: 75px;
}


/*shopping cart overview*/
table#shopping-cart-overview {
    text-align: right;
    width: 100%;
}
table#shopping-cart-overview th {
    color: #0E2137;
    padding: 8px 0 !important;
}
table#shopping-cart-overview .first th:first-child {
    text-align: left;
}
table#shopping-cart-overview h2 {
    text-align: center;
}
table#shopping-cart-overview h3 {
    text-align: left;
	margin: 0px;
}
table#shopping-cart-overview .first, table .last {
    border-top: 1px solid #E0DFDF;
}
table#shopping-cart-overview tr {
    border-top: 1px solid #E0DFDF;
}
table#shopping-cart-overview tr:first-child {
    border-top: 0px;
}
table#shopping-cart-overview td {
	position: relative;
}

table#shopping-cart-overview tr.last {
    border-bottom: medium none;
}

table#bestelling_1 td {
    padding: 15px 0 20px;
    vertical-align: top;
}
table#shopping-cart-overview .amount {
	line-height: 20px;
	margin: 0 auto;
    text-align: right;
	position: absolute;
	right: 0px;
	top: calc(50% - (20px / 2));
}
table#shopping-cart-overview select.amount {
    text-align: left;
    width: 70px;
	border: 1px solid #E0DFDF;
    padding: 5px 6px;
	top: auto;
}

table#shopping-cart-overview .delete_product {
    background: none repeat scroll 0 0 #E2E1E1;
    display: inline-block;
    position: relative;
    top: -2px;
}
table#bestelling_1 .delete_product:hover {
    background: none repeat scroll 0 0 #CBCACA;
}
table#shopping-cart-overview .delete_product img {
    float: none;
    margin: 0;
    width: auto;
	display: inline-block;
}

table#shopping-cart-overview th.shopping-cart-left,
table#shopping-cart-overview td.shopping-cart-left{
	text-align: left;
}

.alert{
	 background: none repeat scroll 0 0 #e6bfc0;
}

.error-msg{
	background: #e6bfc0;
	color: #e0002e;
	border-top:1px solid #dd7b7c;
	border-bottom: 1px solid #dd7b7c;
	text-align:center;
}

.lt{
	text-decoration:line-through;
}

.shopping-cart-image{
	width: 100px;
	height: auto;
	float: left;
}

#summary-info table{
	margin-bottom: 20px;
}

/*customerdata*/

#customer-options{
	clear: left;
}

#order-without-account{
	cursor: pointer;
}

#checkout-new-customer,
#checkout-log-in{
	display: block;
    padding: 10px;
	float: left;
	margin-bottom: 10px;
}

#customerForm,
#loginForm{
	clear: both;
}

.email-exist-msg{
	display: block;
	padding: 10px;
	background: #D9D9D9;
	border: 1px dashed #000;
}

.email-exist-msg a{
	float: none !important;
	display: inline-block !important;
	padding: 0 !important;
}

.email-exist-msg #order-without-account{
	text-decoration: underline;	
}

#summary-info table#contact-data{
	table-layout:fixed;
	width: 100%;
}

#summary-info table#contact-data td {
    padding: 0;
    word-wrap: break-word; 
}

table#contact-data input[type="text"], table#contact-data textarea {
    border: 1px solid #E0DFDF;
    height: 25px;
    width: 310px;
}


table#contact-data textarea {
    height: 100px;
}


table#contact-data input[type="checkbox"]{
	width: 20px;	
}

.not-visible{
	display: none;
}

#back_to_cart {
    background: none repeat scroll 0 0 #E2E1E1;
    float: left;
    margin-right: 10px;
    width: 140px;
}

#back_to_cart a {
    background: url("/img/arrow-large-left.png") no-repeat scroll 12px 6px rgba(0, 0, 0, 0);
    color: #666666;
    display: block;
    font-size: 12px;
    padding: 0px;
	
}
#back_to_cart a:hover {
    background: url("/img/arrow-large-left.png") no-repeat scroll 12px 6px #D7D7D7;
}

#back_to_cart input{
	width: 140px;
}





table#overzicht {
    margin-bottom: 0;
    margin-top: -10px;
    width: 100%;
}
table#overzicht .price {
    padding-right: 0;
    text-align: right;
}
table#overzicht tr, table#form-contact tr {
    border-bottom: 1px solid #E0DFDF;
}
table#overzicht td, table#form-contact td {
    padding: 10px 0;
}
table#overzicht tr.price {
    border-bottom: medium none;
    color: #0E2137;
    font-size: 16px;
}
table#overzicht tr.price td {
    padding: 15px 0;
}
table#overzicht tr.price span {
    padding-right: 50px;
}

table #submit, #plaats-bestelling #submit {
    float: right;
    margin-top: 0;
    width: 140px;
}
#bestellen_1 table #submit {
    margin-top: 0 !important;
    width: 140px !important;
}
#plaats-bestelling #submit {
    width: 190px;
}
#plaats-bestelling .inner div.wrap {
    border-top: 1px solid #E0DFDF;
    margin-top: 15px;
    padding: 15px 0;
}
#plaats-bestelling #back_to_cart {
    width: 180px;
}
#right #overzicht {
    color: #666666;
}
#overzicht .item {
    color: #4B5A6A;
    font-size: 13px;
    font-weight: bold;
}

/* product detail */
#productImage img{
	width: 100% !important;
	height: auto !important;
}

/*login customer*/
.field-error{
	border: 1px solid red;	
}

#change-account-details{
	display: none;
}

.show-block{
	display: block !important;
}




#order-overview .accordion .ui-icon.ui-icon-triangle-1-e, .accordion .ui-icon.ui-icon-triangle-1-e {
    background: url("/img/arrow-g-down.png") no-repeat scroll 2px 5px rgba(0, 0, 0, 0);
    padding-right: 3px;
}

#order-overview  .accordion .ui-icon.ui-icon-triangle-1-s, .accordion .ui-icon.ui-icon-triangle-1-s {
    background: url("/img/arrow-g-up.png") no-repeat scroll 2px 5px rgba(0, 0, 0, 0);
    padding-right: 3px;
}

#order-overview h3{
	margin-bottom: 5px;
}

.accordion h3 span{
	display: block;
    float: left;
    width: 25%;
}

.accordion h3 span.price-lbl{
	text-align: right;	
	width: auto;
}

.ui-accordion .ui-accordion-header a{
 	color: #3a3a3a;
     display: block;
    margin-left: 18px;
}

.ui-accordion .ui-accordion-header{
	background: url("/img/agenda-li.gif") repeat-x scroll 0 0 #f4f4f4;
    color: #3a3a3a;
    cursor: pointer;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 9px 5px;

}

.accordion .ui-icon {
    background: url("/img/arrow-w.png") no-repeat scroll 5px 4px rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 17px;
    width: 25px;
}



#msg {
    background: none repeat scroll 0 0 #EDEADF;
    color: #666666;
    font-size: 13px;
    padding: 20px 22px;
}
#msg span {
    color: #CD2332;
    display: block;
    font-size: 14px;
    font-weight: bold;
}


.max-text{
	max-width: 600px;
}


#klant_vertellen{
	text-align: center;
	margin: 25px auto 0;
	width: 97px;
	min-height: 145px;
	background: url('/img/klant-vertellen.png') center top no-repeat;
}

#klant_vertellen a{ 
	text-decoration: underline;
	display:block;
}

#klant_vertellen h3{
	font-weight: bold;
	font-size: 64px;
	font-family: Arial, sans-serif;
	display: inline-block;
	width:100%;
	padding-top: 5px;
	padding-bottom:50px;
	margin-bottom: 0;
}

#klant_vertellen h3 span{
	font-size: 34px;
	padding-top: 13px;
    vertical-align: top;
	display: inline-block;
	color: #019844;
}

#klant_vertellen img{
	display: inline-block;
	margin-bottom:10px;
}

#klant_vertellen em{
	font-family: Arial, sans-serif;
	font-size: 10px;
	display: inline-block;
	color: #FFF;
	text-decoration:none;
	width: 97px;
	text-align: left;
	margin-bottom:20px;
	font-style:normal;
	
}

#klant_vertellen a:hover{
	opacity: 0.8;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/* Image replacement */
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
}
.lt-ie8 .ir {
    text-indent: -9999px;
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
    display: none !important;
    visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.lt-ie8 .clearfix {
    zoom: 1;
}


.grecaptcha-badge{
    display: none;
}

.lazyload{
	position: relative;
}

.lazyload img{
	position: absolute;
	display: block;
	max-height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

/* used custom breakpoints: 1075, 900, 600 */

@media only screen and (max-width: 1250px) {
	footer .span-1.cell{
		display: none;
	}
	
	#projectoverview .item{
		min-height: 350px;
	}
	
	#designoverview .item{
		min-height: 350px;
	}
	
	#search.ipad{
		display: block;
		border: 1px solid #DBDBDB;
		position: relative;
		width: auto;
	}
	#search.ipad #search_img{
		cursor: pointer;
		margin: 3px;
	}
	#search.ipad #search_container{
		position: absolute;
		right: -1px;
		top: 19px;
		width: 200px;
		z-index: 20;
	}
	#search.ipad form span{
		padding: 5px 5px;
	}
	#search.ipad #search_btn{
		padding: 0px;
		margin: 5px 5px 0 0;
	}
	
	#search.normal{
		display: none;
	}
	#search_container{
		display: none;
	}
}

@media only screen and (max-width: 1150px) {
	.cell.dark .img.left,
	.cell.dark .img.right{
		float: none;
		display: inline-block;
	}
	
	#projectoverview .item{
		min-height: 330px;
	}
	
	#designoverview .item{
		min-height: 330px;
	}
}

@media only screen and (max-width: 1075px) {
	/* custom */
	#projectoverview .item{
		min-height: 310px;
	}
	
	#designoverview .item{
		min-height: 310px;
	}
	
	#logo img{
		width: 240px;
	}
	
	#logo img{
		width: 240px;
	}
	
	.span-1.cell{
		display: none;
	}
	
	.cell.dark.span-3{
		width: 25%;
	}
	
	.cell.dark span{
		float: none;
		display: block;
	}
	/* end custom */
}

@media only screen and (max-width: 900px) {
	/* custom */
	#projectoverview .item{
		min-height: 250px;
	}
	
	#designoverview .item{
		min-height: 260px;
	}
	
	.cell.span-3{
		width: 33.33%
	}
	
	.cell.span-9{
		width: 66.66%;
	}
	
	.item:not(.cell.sidebar){
		width: 50%;
	}
	
	#main-nav-switch{
		display: block;
	}
	
	#main-nav #main ul li ul li{
		border-top-width: 0px;
	}
	
	#main-nav #main ul li ul a{
		padding: 0 0 0 15px;
	}
	
	#main-nav #main ul li ul li{
		background: none;
		padding: 0px;
	}
	
	#logo,
	#main-nav{
		margin: 0px;
		display: inline-block;
		float: left;
		clear: none;
		width: auto;
		position: static;
	}
	
	#main-nav{
		float: right;
	}
	
	#main-nav #main{
		bottom: auto;
		left: 0px;
		top: 73px;
		z-index: 300;
		width: 100%;
	}
	
	#main-nav #main ul{
		display: none;
		float: none;
		margin: 0px;
		padding: 0 7px;
		background-color: #019844;
	}
	
	#main-nav #main ul:first-child{
		padding-top: 14px;
	}
	
	#main-nav #main div ul:last-child{
		padding-bottom: 14px;
	}
	
	#main-nav #main li{
		display: block;
		float: none;
	}
	
	#main-nav #main ul li ul,
	#main-nav #main ul li ul:last-child{
		position: static;
		padding: 0px;
		padding-bottom: 0px;
	}
	
	#main-nav #main ul li ul li:first-child,
	#main-nav #main ul li ul li:last-child{
		border: 0px;
	}
	
	#main-nav #main li a{
		text-transform: none;
		color: #ffffff;
		padding: 0px;
		margin: 0px;
		border: 0px solid #27a760;
		border-bottom-width: 1px;
		line-height: 31px;
		width: 100%;
	}
	
	#main-nav #main li a:hover,
	#main-nav #main li a.active{
		color: #cbe3d3;
	}
	
	/*#main-nav #main ul:first-child li:first-child a{*/
	#main-nav #main ul:first-child > li:first-child a{
		border-top-width: 1px;
	}
	
	#main-nav #main ul:first-child li.nav-item-19 ul li a{
		border-top-width: 0px;
	}
	
	#main-nav #main div#search{
		float: left;
		width: 100%;
	}
	
	#main-nav .big{
		display: none;
	}
	#main-nav .small{
		display: block;
	}
	/* end custom */
}

@media only screen and (max-width: 750px) {
	/* webshop */
	#projectoverview .item{
		min-height: 240px;
	}
	
	#designoverview .item{
		min-height: 250px;
	}
	
	table#shopping-cart-overview .amount {
		position: relative;
		left: 0px;
		display: block;
		margin: 0px;
		text-align: left;
		line-height: inherit;
	}
	
	table#shopping-cart-overview .shopping-cart-amount,
	table#shopping-cart-overview .shopping-cart-retail{
		font-size: 0px;
		line-height: 0px;
		width: 0px;
	}
	
	#summary-info,
	#summary-products{
		width: 100%;
	}
	
	#summary-info table{
		width: 50% !important;
		float: left;
	}
	
	.product-list li{
		width: 50%;
	}
	/* end webshop */
}

@media only screen and (max-width: 600px) {
	/* custom */
	.row{
		padding-right: 0px;
		padding-left: 0px;
	}
	
	#sub-nav.span-3{
		position: static;
		float: none;
	}
	
	.big,
	.big .cycle,
	.big .play-button{
		display: none;
	}
	.small{
		display: block;
	}
	
	.cycle .overlay{
		display: none;
	}
	
	.item,
	.banner-container{
		width: 100%;
	}
	
	#tpl-home .banner-container{
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.table{
		border-spacing: 0px;
		margin: 0 0 10px 0;
		width: 100%;
		top: 0px;
	}
	
	.cell,
	.cell.span-3,
	.cell.span-9,
	.cell.dark.span-3{
		display: block;
		width: calc(100% - 14px);
		margin: 2px 7px;
		height: auto;
	}
	
	.cell.brown p:not(.blue) a,
	.cell.brown p a.all-link,
	.cell.brown p.blue{
		border-bottom-width: 0px;
		border-top-width: 14px;
	}
	
	#tpl-home .cell.brown p:not(.blue) a{
		border-bottom-width: 14px;
	}
	
	.cell.brown h2{
		border-top-width: 14px;
	}
	
	.cell.brown #projectoverview{
		width: calc(100% + 14px);
	}
	
	.cell.dark,
	.cell.dark.span-3{
		margin-bottom: 14px;
	}
	
	.cell.dark div{
		clear: both;
	}
	
	.columns{
		-webkit-columns: auto 1;
		-moz-columns: auto 1;
		columns: auto 1;
	}
	
	.img-container{
		display: none;
	}
	/* end custom */
}

@media only screen and (max-width: 500px) {
	/* webshop */
	#summary-info table{
		width: 100% !important;
		float: left;
	}
	
	.shopping-cart-image{
		display: none;
	}
	
	.product-list li{
		width: 100%;
	}
	/* end webshop */
}

@media only screen and (max-width: 400px) {
	.frmb .btn-submit input[type="submit"] {
		margin-left: 0;
	}
	
	.frmb li{
		display: block;
		margin-bottom: 10px;
		clear: both;
	}
	
	.frmb li label, .frmb li span, .frmb li input, .frmb textarea, form.frm-bldr div.alert{
		float: none;
		width: 100%;
		padding-bottom: 5px;
	}
	
	form.frm-bldr input[type="text"], form.frm-bldr select{
		width: 100%;
		max-width: none;
		min-width: inherit;
	}
	
	#search{	
		position:static;
	}
	
	#search_container{
		width:100%;
		right: 0;
		top: 36px;
	}
}


@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /* Don't show links for images, or javascript/internal links */
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
