<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Piano handel van Gerven

*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
} 
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}

a { outline:0; border:none; color:#f8bf5d; }


/*------------------------------------EIGEN CSS-------------------------------- */ 

@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body html {
	width:100%;
	height:100%;
	-webkit-text-size-adjust: none
}


html, body {height: 100%;}

/*#wrap {min-height: 100%;}*/

#main {overflow:auto;
	padding-bottom: 20px;}  /* must be same height as the footer */

footer {position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 80px;
	clear:both;
	color:#999;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
	text-align:center;
	margin-top:70px;
	width:1200px;
	float:left;
} 
	

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

body {
	background:url(images/background.jpg) top center;
	background-color:#171717;
	background-repeat:no-repeat;
}

#big_wrapper {
	width:1200px;
	min-height:100%;
	margin:0 auto;
	line-height:15px;
	display:table;
}


header {
	width:100%;
	height:453px;
	margin-bottom:30px;
	position:relative;
	z-index:0;
}

/*footer {
	color: #FFFFFF;
    font-family: "Open Sans";
    font-size: 18px;
    margin: 120px auto 0;
    position: absolute;
    right: 23px;
    text-align: center;
    top: 1000px;
    width: 100%;
	padding-bottom:18px;
}*/

h1, h2, h3, h4, h5, h6 {
	color:#fff;
	font-size:37px;
	line-height:normal;
	margin:0 0 25px 0;
	font-weight:700;
	font-family: 'Roboto Slab', serif;
}

h3 {
	font-size:24px;
}
h4 {
	font-size:21px;
}
h5 {
	font-size:18px;
}
h6 {
	font-size:16px;
}

p { margin:0 0 25px 0; }

.content {
	width:100%;
	height:auto;	
}

#menu {
	list-style:none;
	position:absolute;
	right: 0;
    top: 200px;
	display:block;
	z-index:2;
}

#menu li {
	width:202px;
	height:35px;
	margin-bottom: 10px;
	background-repeat:no-repeat;
}	

#menu a {
	text-align:left;
	line-height:33px;
	text-decoration:none;
	color:#000;
	display:block;
	width:100%;
	font-size:17px;
	padding: 0 0 0 10px;
	font-weight:400;
	letter-spacing:0;
	font-family: 'Roboto Slab', serif;
}


#menu li:first-child{
		background-image:url(images/home.png);
}

#menu li:nth-child(2){
		background-image:url(images/geschiedenis.png);	
}

#menu li:nth-child(3){
		background-image:url(images/geschiedenis.png);	
}
#menu li:nth-child(4){
		background-image:url(images/home.png);	
}
#menu li:nth-child(5){
		background-image:url(images/geschiedenis.png);	
}
#menu li:nth-child(6){
		background-image:url(images/geschiedenis.png);	
}
#menu li:nth-child(7){
		background-image:url(images/home.png);
}
#menu li:nth-child(8){
		background-image:url(images/geschiedenis.png);	
}
#menu li:nth-child(9){
		background-image:url(images/geschiedenis.png);	
}
#menu li:nth-child(10){
		background-image:url(images/home.png);
}
#menu li:nth-child(11){
		background-image:url(images/geschiedenis.png);	
}
#menu li:nth-child(12){
		background-image:url(images/geschiedenis.png);	
}


#menu li.current-menu-item {
		background-image:url(images/hurenselected.png);	
}


.menu1 {
	background-image:url(images/home.png);
	background-repeat:no-repeat;
}

.menu2 {
	background-image:url(images/geschiedenis.png);
}

.menu3 {
	background-image:url(images/huren.png);	
}

.activehome {
	background-image:url(images/homeselected.png) !important;
}	

.activegeschiedenis {
	background-image:url(images/geschiedenisselected.png) !important;	
}

.activehuren{
	background-image:url(images/hurenselected.png) !important;	
}

.last {
	margin-bottom:0 !important;	
}

#slider {
	margin: 82px 0 0 80px;
	float:left;
	height:370px;
	width:880px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background:#fff;
	z-index:0;
}

#slider img {
	height:370px;
	width:880px;	
}

#gebruikt {
	margin-top:38px;
	position:absolute;
	height:auto;
	right:0;
}
	
#hangbord {
	position: absolute;
    top: 0;	
	left:0;
	z-index:100;
}

.col {
	position:relative;
	height:auto;
	width:auto;
	background-color:#000;
	color:#fff;
	padding:35px;
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	line-height:22px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-sizing:border-box;
}
.col ul li {
	list-style:outside;
	margin-left:18px;
	padding-left:8px;
}
.col ul {
	margin-bottom:15px;
}
.col span {
	font-family: 'Montserrat', sans-serif;
}
.col1pag3 {
	float:right;
	margin-top:120px;
}
.page-template-huren .col1 {
	width:750px !important;
}
.page-id-20 .col1 {
	width:910px !important;
}

.pijl {
	position: absolute;	
}
#pijl1 {
    top: -100px;
    left: 90px;
}

#pijl2 {
    top: -65px;
    right: 210px;
}

#pijl3 {
	top: -70px;
    right: 235px;
}

#pijl4echt{
	left:0;
    top: -90px;
}
#pijl4 {
	left:0;
    top: 143px;
}

#pijl5 {
	left: -125px;
    top: 110px;	
}

#pijl6 {
	right: -20px;
    bottom: -70px;	
}	
#pijl7{
	right: 50px;
    top: -60px;	
}
#pijl8{
	left: -110px;
    top: -30px;
}
#pijl9{
	bottom: 25px;
    right: -150px;	
}
#pijl10{
    top: -90px;	
}

#pijl11{
	top: 5px;
    left: -85px;
}

#pijl12{
	top: -110px;
    right: 300px;
}

#pijl13{
	left: -60px;
    top: -85px;
}

.fotovlak {
	position:relative;
	width:auto;
	float:left;
	line-height:0;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


.pag1foto {
	margin: 100px 0 0 0;
	position:relative;	
}

#pag1foto1 img {
	height:auto;
}

.pag1foto2 {
	height:auto;	
}


.pag2expect {
	margin:226px 0 0 0;	
}

.pag2expect img{
	height:auto;
}

#pag3piano1 {
	position: absolute;
    right: -351px;
    bottom: -80px;
    z-index: 1;
}

#pag3piano1 img {
	height:auto;
}

#pag3piano2{
	position:absolute;
	left: -350px;
    top: -80px;
}

#pag3piano2 img {
	height:auto;	
}

.col2pag3{
	padding: 15px;
    position: relative;
    margin-right: 5px;
    margin-top: 120px;
    width: 553px;
	float:right;
}

.col1pag4{
	width:546px;
	height:auto;
	margin-top:77px;	
}

.col1pag5 {
	width:498px;
	height:auto;
	margin-top:40px;	
}

.col1pag6{
	width:496px;
	height:auto;
	margin-top:34px;
}

#span1 {
	margin-right:15px;
}

#span2 {
	margin-right:43px;	
}

#pag5foto1 {
	margin:30px 30px 0 0;
}

#pag5foto1 img{
	height:auto;	
}

#pag5foto2 {
	margin:120px 30px 0 150px;
}

#pag5foto2 img{
	height:auto;	
}

#pag6fotos{
	float:left;
	margin: 30px 0 0 105px;
}

.pag6foto1 img {
	height:auto;
}

.pag6foto2 img {
	height:auto;
}


.fotocombi {
	position:relative;
	height:auto;	
}

.pag1combi {
	margin: 50px 103px 0 0;	
	float:left;
}

.pag2combi{
	float:left;
}

#pag7foto1 img{
	height:auto;	
}

#pag8foto1 {
	float:left;
}

#pag8foto2 {
	float:left;
	margin-left:50px;
}

.col1pag7{
	height: auto;
    margin-left: 220px;
    margin-top: 35px;
    padding-bottom: 50px;
    width: 511px;	
}

.pag7fotocombi{
	margin-left: 466px;
    margin-top: 55px;
    position: relative;
}

.pag8fotocombi{
	position: relative;	
	margin-left:190px;
}

.col1pag8{
	width:460px;
	height:auto;
	margin: 0 0 40px 50px;
	line-height:14px;
}

.col1pag8 a{
} 

.col1pag9{
	float:left;
	width:910px;
	height:auto;
	margin: 0 0 40px 50px;
	line-height:14px;
}

.showoff-project-inner-wrapper { background:#000 !important; }

.ngg-album { width:47%; height:300px !important; margin-right:1%; float:left; text-align:center !important; border:none !important; }
.ngg-albumtitle a { text-decoration:none; }
.ngg-thumbnail img { margin:0 0 15px 0 !important; }

.ngg-imagebrowser .pic { border:none !important; }
.ngg-imagebrowser h3 { font-family: 'Inika', serif; font-size:28px; margin:0 0 20px 0 !important; text-align:left !important; }

#rows {
	display:inline-block;
	margin-top:15px;
	width:100%;
}
#rows h2 {
	font-size:21px;
	color:#f8bf5d;
	margin:0;
}
#rows .row {
	margin:0 0 25px 0;
	color:#f8bf5d;
	border-bottom:1px solid #f8bf5d;
	padding-bottom:20px;
	width:100%;
}
#rows .row p {
	margin:0;
}
#rows .row a.btn {
	width:auto;
	color:#f8bf5d;
}


@media screen and (max-width:1299px) {
	.col1pag3 {margin-left:0 !important; width:400px !important;}
		
}


/*------------rev slider ----------*/ 

.rev_slider {
	z-index:0 !important;
}

.tp-bannershadow.tp-shadow2 {
	background:none !important;	
}


/*---------Aanpassingen mei 2016-------------------*/

#payoff {
	position:absolute;
	left:365px;
	top:40px;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	font-size:15px;
}
#payoff a {
	text-decoration:none;
}

.content {
	float:left;
	z-index:100;
}
#content {
	position:relative;
	height:auto;
	width:auto;
	background-color:#000;
	color:#fff;
	padding:35px;
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	line-height:22px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-sizing:border-box;
	width: 585px /*499px */!important;
	margin-left:48px;
	float:left;	
	margin-right:28px;
	position:relative;
}
#content.contentfull {
	width:910px !important;
}
#content ul {
	margin:0 0 25px 0;
}
#content ul li {
	list-style:disc;
	margin-left:30px;
}
#content table th {
	font-size:14px;	
	padding:6px 0;
	border-bottom:1px solid #454545;
	background:#454545;
}
#content table td {
	padding:6px 0;
}

#sidebar {
	position:relative;
	float:left;
	width:300px;
}
#sidebar .afbeelding {
	position:relative;
	float:left;
	margin-top:30px;
}
#sidebar .afbeelding:nth-of-type(1) {
	margin-top:80px;
}

.turn {
	margin-top:30px;
}
.turn #content {
	float:right;
}
.turn #sidebar {
	float:left;
}
.turn #sidebar .afbeelding {
	margin-left:250px;
}

#pijl10 {
	right:-30px;
}

footer {
	display:table;
	width:1100px;
	margin:50px auto;
	float:none;
	color:#7c7c7c;
}
footer .col33 {
	float:left;
	width:36%;
	padding-right:3%;
	box-sizing:border-box;
	text-align:left;
	font-size:15px;
	line-height:28px;
}
footer .col33:last-child {
	width:28%;
}
footer .col50 {
	float:left;
	width:50%;
}
footer h3 {
	font-size:21px;
	color:#7c7c7c;
}
footer a {
	color:#7c7c7c;
	text-decoration:underline;
}
footer .col50 ul li:before {
	font-family: 'FontAwesome';
	content:"\f138";
	display:inline-block;
	margin-right:8px;
}
footer table {
	margin:0 0 25px 0;
}
.page-template-contact #content table td {
	border-bottom:1px solid #454545;
}

#controls {
	position:absolute;
	width:98%;
	font-size:3em;
	z-index:200;
	top:50%;
	margin:0 1%;
}
.home-prev {
	display:table;
	float:left;
	cursor:pointer;
	color:#fff;
	font-size:24px;
}
.home-next {
	display:table;
	float:right;
	cursor:pointer;
	color:#fff;
	font-size:24px;
}

/*----------Collectie------------*/

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	width:48%;
	list-style:none !important;
	margin:0 4% 2.992em 0 !important;
}
.woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n) {
	margin-right:0 !important;
}
.woocommerce ul.products li.product h3 {
	font-size:20px;
	color:#f8bf5d;
}
#content ul.custom-attributes {
	margin:0 0 15px 0;
}
ul.custom-attributes li {
	color:#fff;
	padding:5px 0;
	width:100%;
	display:table;
	border-bottom:1px solid #454545;
	list-style:none !important;
	margin:0 !important;
}
.archive ul.custom-attributes li {
	display:none;
}
ul.custom-attributes li:nth-child(1), ul.custom-attributes li:nth-child(2), ul.custom-attributes li:nth-child(3) {
	display:table;
}
ul.custom-attributes li:nth-child(2n) {
}
ul.custom-attributes li &gt; span {
	width:50%;
	display:block;
	float:left;
}
.woocommerce ul.products li.product .price {
	color:#f8bf5d;
	font-size:18px;
}
.woocommerce ul.products li.product a.btn {
	text-decoration:underline;
}
.woocommerce ul.products li.product a img {
	margin:0 0 10px 0;
}
ul.wc-tabs li a {
	color:#000 !important;
}
.price .amount {
	color:#f8bf5d;
}
select.orderby {
	font-size:16px;
}
.archive #content {
	padding-bottom:0;
}
.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
	margin-left:0 !important;
}

.woocommerce ul.products {
display: flex;
flex-wrap: wrap;
}
.woocommerce-page ul.products li.product {
display: flex;
}

/*-------Update Tijmen 5 juli 2016---------*/

.bericht {
	float: right;
	width: 48%;
	resize: none; 
}

.velden {
	float: left !important;
	width: 48%;
}

.verzenden {
	width: 48%;
}


.wpcf7 p {
	margin:0;
}

span.wpcf7-form-control-wrap {
	display:table;
	margin-top:10px;
	width:100%;
}

.wpcf7-form-control.wpcf7-text {
	width: 100%; 
	background-color: #5a5a5a;
	font-size: 16px;
	line-height:40px;
	padding:0 10px;
	border:none;
	margin-bottom:15px;
	color:#fff;
	font-family:
}

.wpcf7-form-control.wpcf7-textarea {
	width: 100%; 
	background-color: #5a5a5a;
	font-size: 16px;
	border:none;
    font-family: 'Montserrat', sans-serif;
	color:#fff;
	padding:10px 10px;
	height:194px;
	resize: none; 
}
.wpcf7-form-control.wpcf7-submit {
	color: black; 
	background-color: #f8bf5d; 
	border: none; 
	line-height: 35px; 
	font-size: 16px; 
	font-weight: bold; 
	cursor:pointer;
}

.wpcf7-not-valid-tip {
	color: red;
	margin:-10px 0 15px 0 !important;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors.wpcf7-mail-sent-ng {
	color: red;
	margin:15px 0 0 0;
}

/*-------Fix 8-2-2018---------*/

.woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product {
    width: 47%;
}

.product_meta{
	display: none;
}
section.related.products{
	display: none;
}

@media screen and (min-width:1179px) {
	.woocommerce ul.products li.product {
		width:31.3%;
		margin-right:3% !important;
	}
	.woocommerce ul.products li.product:nth-child(2n) {
		margin-right:3% !important;
	}
	.woocommerce ul.products li.product:nth-child(3n) {
		margin-right:0 !important;
	}
	.first, .last {
		clear:none !important;
	}
	
}

@media screen and (max-width:1179px) {
	#big_wrapper {
		width:990px;
	}
	header {
		height:373px;
		z-index:100;
	}
	.content {
		z-index:0;
	}
	#menu li {
		margin-bottom:4px;
	}
	#sidebar .afbeelding:nth-of-type(1) {
		margin-top:170px;
	}
	#slider {
		width:680px;
		height:286px;
	}
	#slider img {
		width:680px;
		height:286px;
	}
	#payoff {
		top:25px;
		width:400px;
		line-height:20px;
	}
	#content.contentfull {
		width:710px !important;
	}
	footer {
		width:900px;
	}
	footer .col33 {
		width:40%;
	}
	footer .col33:last-child {
		width:20%;
	}
}
@media screen and (max-width:1023px) {
	h1 {
		font-size:32px;
	}
	#big_wrapper {
		width:768px;
	}
	#slider {
		width:650px;
		height:273px;
	}
	#slider img {
		width:650px;
		height:273px;
	}
	.menu-hoofdmenu-container {
		display:none;
	}
	#gebruikt {
		z-index:100;
		margin-top:48px;
	}
	.content {
		z-index:200;
	}
	#content {
		width:480px !important;
	}
	#content img {
		max-width:100%;
		height:auto;
	}
	#sidebar {
		width:200px;
	}
	#sidebar .sidebarafbeelding {
		width:200px;
	}
	#pijl2, #pijl3 {
		left:0;
	}
	footer {
		width:675px;
	}
	footer .col50 {
		width:100%;
	}
	footer .col33:nth-child(1) {
		display:none;
	}
	footer .col33:nth-child(2) {
		width:72%;
	}
	footer .col33:nth-child(3) {
		width:28%;
	}
	#sidebar .afbeelding:nth-of-type(1) {
		margin-top:100px;
	}
	.page-template-huren #content, #content.contentfull {
		width:680px !important;
		float:left;
	}
	.page-template-huren #sidebar {
		display:none;
	}
	body.admin-bar #wprmenu_bar {
		z-index:500;
	}

}
@media screen and (max-width:767px) {
	#big_wrapper {
		width:320px;
	}
	#slider {
		width:320px;
		height:135px;
		margin-left:0;
		margin-top:280px;
	}
	#slider img {
		width:320px;
		height:135px;
	}
	#payoff {
		width:320px;
		left:0;
		top:220px;
		text-align:center;
	}
	#gebruikt {
		display:none;
	}
	#hangbord {
		width:320px;
		height:222px;
	}
	#hangbord img {
		width:100%;
	}
	#content {
		width:320px !important;
		margin:0;
		padding:25px;
	}
	#sidebar {
		width:320px;
	}
	#sidebar .afbeelding .pijl {
		display:none;
	}
	#sidebar .afbeelding .sidebarafbeelding {
		width:320px;
	}
	#sidebar .afbeelding {
		margin-top:25px;
	}
	#sidebar .afbeelding:nth-of-type(1) {
		margin-top:25px;
	}
	footer {
		width:280px;
	}
	footer .col33, footer .col33:nth-child(2), footer .col33:nth-child(3) {
		width:100%;
	}
	footer .col33:nth-child(2) {
		margin-bottom:35px;
	}
	.page-template-huren #content, #content.contentfull {
		width:320px !important;
	}
	.woocommerce ul.products li.product {
		width:100%;
		margin-right:0 !important;
	}
	.woocommerce ul.products li.product:nth-child(2n) {
		margin-right:0 !important;
	}
	.single-product #slider {
		display:none;
	}
	header {
		height:243px;
	}
	#tab-description h2 {
		font-size:24px;
	}
	.bericht {
		width: 100%; 
	}
	.velden {
		width: 93%; 
	}
	.wpcf7-form-control.wpcf7-textarea {
		width: 93%;
		margin-bottom: 7px; 
	}
	
	/*-------Fix 8-2-2018---------*/
	
	.woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product {
    	width: 100%;
	}
	
}
	
@media screen and (min-width:768px) {

	.wpcf7-form-control.wpcf7-text {
		width: 95%;
	}
}

ul.products { display: flex; flex-wrap: wrap; }
ul.products.columns-2 li.product { width: 47%; }
ul.products li.product {	width:48%; list-style:none !important; margin:0 4% 2.992em 0 !important; }
ul.products li.product:nth-child(2n) { margin-right:0 !important; }
ul.products li.product h2 { font-weight: 700; padding: .5em 0; margin: 0; font-size: 1em; }
span.price { color: #f8bf5d; font-size: 18px; display: block; }
span.verkocht { color: #f8bf5d; font-size: 18px; display: block;}
ul.products li.product a { text-decoration: none; }
ul.products li.product a img { width: 100%; height: auto; display: block; margin: 0 0 1em; box-shadow: none; }

div.content div#content div.images { width: 47% !important; float: left; }
div.content div#content div.pianoinfo { float: right; width: 48%; }
div.content div#content div.pianoinfo ul li { margin-left: 0; list-style: none; }
div.content div#content div.pianoinfo span.price { margin-bottom: 30px; }
div.content div#content div.pianoinfo span.verkocht { margin-bottom: 30px; }
div.content div#content div.images img { max-width: 100%; }
div.content div#content div.images ul { margin-top: -6px; }
div.content div#content div.images ul li { list-style: none; width: 20%; display: inline-block; margin-left: 0;  }


div.content div#content div.description { width: 100% !important; float: left; margin-top: 30px; }
div.content div#content div.description h3 { margin-bottom: 14px; font-size: 21px; }

div.content div#content .goback {width: 100% !important; float: left; margin-top: 30px; }
div.content div#content .goback a { padding: 13px 20px; background-color: #f8bf5d; float: left; color: #000; text-decoration: none; transition: 0.3s; background-image: url(images/home.png); background-size: cover; }
div.content div#content .goback a:hover { background-color: #cf952f; }

div.content div#content div.pagination { padding-bottom: 30px; }

.openingstijden {
    background: #000;
    color: #fff;
    padding: 20px;
    margin: 20px 0;
    width: 260px !important;
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
}

#openingstijden-homepagina {
    margin: 0px 0 60px 0;
}

.openingstijden dl {
    margin: 10px 0;
}

.openingstijden dl dt {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
}

.openingstijden dl dd {
    font-size: 14px;
}

@media screen and (max-width:768px) {

	ul.products.columns-2 li.product { width: 100%; }
	div.content div#content div.images { width: 100% !important; }
div.content div#content div.pianoinfo { width:100%; }

}

</pre></body></html>