<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Nieuw Ontwerp Theme
Theme URI: http://www.nieuwontwerp.com
Description: Zet ideeÃ«n om in succesvolle producten
Version: 1.0
Author: Team Nieuw Ontwerp
Tags: webdesign
*/

/**
 * INHOUD
 *
 * INSTELLINGEN
 * Global...............Globally-available variables and config.
 *
 * BASE
 * Headings.............H1â€“H6 styles.
 * text and list........p, li etc
 *
 * OBJECTS
 * Wrappers.............Wrapping and constraining elements.
 *
 * COMPONENTS
 * Buttons..............Button elements.
 * Menu.................Menu elements
 * Page-head............The main page header.
 * Page-body............The main page body.
 * Page-foot............The main page footer.
 *
 * MEDIA QUERIES
 *
 */

/**
* COLORS
* white:#ffffff rgba(225,225,225,0.1)
* 
*  
* 
*/

/*FONTS*/

/*------------------------------------*\
    #INSTELLINGEN globals
\*------------------------------------*/

body{
	font-family: "mr-eaves-sans";
	font-weight: 300;
	font-style: normal;
	line-height: 1;
	font-size: 18px;
	color: #626262;
}

.row {
    max-width: 75rem;
}

/*------------------------------------*\
    #BASE headings, h1, P, LI
\*------------------------------------*/

/*Headings*/
h1, h2, h3, h4, h5, h6{
	text-decoration:none;
	font-family: "triplex-sans",sans-serif;
	color: #a00057;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	text-decoration:none;
}

h1{
	font-size:30px;
}

h2{
	font-size:28px;
	color: #fff;
	text-align: center;
	padding-bottom: 20px;
}

h2.vbn {
	text-align: left;
	color: #18a584;
	padding-bottom: 5px;
    margin-top: -15px;
    font-size: 24px;
}

h3{
	font-size:24px;
}

h5.vbn {
    text-align: center;
    margin-top: -40px;
}

.page-id-28 h5.vbn {
	display: none;
}

/*Text Lists and Tables*/
a{
	color:#18a584;
	text-decoration:underline;
}

a:focus, a:hover {
    color: #626262;
}

p, blockquote	{
	font-size:20px;
	font-weight: 200;
	font-family: "mr-eaves-sans";
	line-height: 28px;
}

p#breadcrumbs {
    text-transform: uppercase;
    font-size: 12px;
    margin-top: -12px;
	color: #18a584;
}

li{
	list-style-type:circle;
}

ol, ul {
	list-style-type: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img.alignright {
    float: right;
    padding-left: 10px;
}

/*------------------------------------*\
    #COMPONENTS buttons,head,body,footer
\*------------------------------------*/

/*margins*/

/* Input fields */
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-family: "triplex-sans",sans-serif;
    font-size: 24px;
	font-weight: 300;
	padding: 15px 30px 15px 30px;
	-webkit-box-shadow: 1px 1px 9px 0px rgba(0,0,0,0.66);
	-moz-box-shadow: 1px 1px 9px 0px rgba(0,0,0,0.66);
	box-shadow: 1px 1px 9px 0px rgba(0,0,0,0.66);
	border-radius: 8px;
	background-color: #a00057;
	color: #fff;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #18a584;
	color: #fff;
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #fff;
}

button.menu-icon {
	padding: 9px 0px 10px 30px;
}

button.close-button {
    display: none;
}

/*Buttons*/
.title-bar {
    background: #1b1b1b;
    color: #fefefe;
    padding: .8rem;
}

.menu-icon, .menu-icon:hover, .menu-icon:focus {
	background: none;
	border: none;
}

.close-button, .close-button:hover, .close-button:focus  {
	background: none;
	border: none;
}

.input-group {
	width: 230px;
    margin-left: 10px;
}

.input-group.margin-bottom-sm {
    margin-top: 1.5rem;
}

span.input-group-addon {
    padding: 6px 12px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1;
    color: #da4e1d;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    display: table-cell;
}

input.form-control {
    font-family: 'Roboto', sans-serif;
}

span.input-group-addon.button {
    display: initial;
    margin-right: 1rem;
	font-size:20px;
	border-radius: 3px 3px 3px 3px;
}

span.input-group-addon.button a {
	color:#da4e1d;
}

.buttongroen, .buttonpaars {
	position: relative;
	display: inline-block;
    font-family: "triplex-sans",sans-serif;
    font-size: 24px;
	font-weight: 300;
	padding: 15px 30px 15px 30px;
	-webkit-box-shadow: 1px 1px 9px 0px rgba(0,0,0,0.66);
	-moz-box-shadow: 1px 1px 9px 0px rgba(0,0,0,0.66);
	box-shadow: 1px 1px 9px 0px rgba(0,0,0,0.66);
	border-radius: 8px;
}

.center .buttongroen, .center .buttonpaars {
	margin-right: 15px;
	margin-left: 15px;
}

.buttongroen {
	background-color: #18a584;
}

.buttonpaars {
	background-color: #a00057;
}

.buttongroen a, .buttonpaars a {
	color: #fff;
	text-decoration: none;
}

.buttongroen a:hover {
	color: #a00057;
}

.buttonpaars a:hover {
	color: #18a584;
}

.center {
	text-align: center;
}

/*Menu*/
.menu {
	float: right;
	top: 15px;
    position: relative;
    font-family: "triplex-sans",sans-serif;
    font-size: 18px;
	padding-top: 60px;
}

.menu a {
	text-decoration: none;
}

.menu a:hover {
	color: #a00057;
}

.menu .submenu {
  background: #fff;
  border-radius: 0px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  left: -12px;
  list-style: none;
  margin: 0;
  opacity: 0;
  padding: 12px;
  position: absolute;
  top: 38px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  visibility: hidden;
  width: 200px;
}

.no-js .menu:hover .submenu,
.menu-hover:hover .submenu,
.menu-click.menu-active .submenu {
  opacity: 1;
  top: 44px;
  visibility: visible;
}

.menu .submenu:before,
.menu .submenu::before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #a00057;
  content: "";
  height: 0;
  left: 24px;
  position: absolute;
  top: -6px;
  width: 0;
}

.menu .submenu a {
  color: #777;
  display: inline-block;
  line-height: 1.2em;
  padding: 5px 0;
   text-decoration: none;
}

.menu .submenu a:hover {
   color: #a00057;
}

.menu-right .submenu {
   left: auto;
  right: -12px;
  text-align: right;
}

.menu-right .submenu:before,
.menu-right .submenu::before {
  left: auto;
  right: 24px;
}

ul#menu-footer {
    padding-top: 0;
    top: 0;
	font-size: 16px;
}

ul#menu-footer li {
    margin: 0;
}

.menu.bottom&gt;li&gt;a {
    padding: 0rem 0rem 0rem 1rem;
	color: #fff;
}

.menu.bottom&gt;li&gt;a:hover {
	text-decoration: underline;
}

.off-canvas-wrapper {

    overflow:hidden;
}

.fixed-topbar{
	top:0;
    position:fixed;
	z-index:9999;
	display:inline;
	width:100%;
}

.top-logo.mobile {
    width: auto;
	display: flex;
    margin: 0 auto 0 auto;
    text-align: center;
}

a.logo.mobile.large-6.medium-8.columns {
    margin: 1rem auto 1rem auto;
}

.mobile-ofc.vertical.menu .is-dropdown-submenu {
    margin-left: auto;
    width: 100%;
    border: none;
    border-left: none;
    position: relative;
	padding-left:20px;
}

.mobile-ofc.vertical.menu .is-dropdown-submenu li:hover{
	background:#de4e1d;
	border-left:none;
    margin: auto auto auto auto;
}

.mobile-ofc .is-dropdown-submenu-parent.is-down-arrow&gt;a:after {
	top: 0.3rem;
}

.mobile-ofc.vertical.menu a{
	text-decoration:none;
}

.mobile-ofc.vertical.menu li{
	list-style:none;
	padding:.5rem;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	border-bottom-width: 1px;
    border-bottom-color: #fff;
    border-bottom-style: solid;
}

.mobile-ofc.vertical.menu li:hover{
	background:#fff;
	border-left: 6px solid #ccc;
}

/*Page-head*/

.top-logo img {
	width:218px;
}

.top-wrapper{
	padding:30px 0;
}

.naar-boven{
    height: 60px;
    width: 60px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
	border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(160, 0, 87, 0.8) url(img/cd-top-arrow.svg) no-repeat center 50%;
}

.naar-boven:hover{
	background-color: #da4e1d;
    opacity: 1;
	cursor:pointer;
}

/*slick slider*/

.front-slider .slick-track {
    height: 500px;
}

.bottom-line {
	height: 60px;
	width: 100%;
	background-color: rgba(24, 165, 132, 0.7);
	position: absolute;
    top: 600px;
    z-index: 9999;
}

.bottom-logo {
	height: 331px;
	width: 100%;
	position: absolute;
    top: 329px;
	left: 0px;
    z-index: 99999;
}

.logowit {
	padding-top: 50px;
	height: 100%;
	overflow: hidden;
}

.wpsisac-slick-slider.design-1 .slick-dots {
	bottom: 60px !important;
}

.wpsisac-slider-conf.wpsisac-hide {
    display: none;
}

.wpsisac-slick-slider.design-1 .slick-image-slide img {
	margin-top: -16%;
}

/*Page-body*/

.main-content{
	padding:3em 0 3em 0;
}

.main-content.home {
	padding-bottom: 0;
}

.callout.primary {
    background-color: #E6E6E6;
}

.hoofdfoto {
	position: absolute;
	margin-top: -225px;
	right: 0;
    z-index: 99999;
}

/*Page-footer*/

.krijtbord {
	background-image: url(/wp-content/themes/no_theme/img/krijtbord.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position-y: 40px;
	padding-bottom:	10px;
}

.footer-right p {
	font-family: "chalky";
	font-weight: 400;
	font-style: normal;
	font-size: 24px !important;
    text-align: center;
}

.footer-right h5 {
	font-family: "chalky";
	font-weight: 400;
	font-style: normal;
	font-size: 34px;
    text-align: center;
    color: #fff;
	padding-top: 20px;
}

.footer.footer {
	background-color: #18a584;
	margin-top: -20px;
	padding-top: 45px;
}

.footer h3 {
	color: #fff;
	font-size: 20px;
}

.footer p {
	color: #fff;
	font-size: 18px;
}

.footer .nieuwontwerp{
	background:#1b1b1b;
	color: #fff;
	padding:1.2em;
	margin-top:3em;
}

.footer .copyright{
	position:relative;
	display:inline-block;
	padding:10px 25px 10px 0px;
	font-size: 16px;
	font-family: "mr-eaves-sans";
}

.footer .copyright a {
	color: #fff;
}

.footer .footermenu{
	position:relative;
	display:inline-block;
	padding:10px 0px 10px 25px;
	float: right;
}

.footer-image{
	height:200px;
	width:200px;
	position:relative;
	display:block;
	border-radius:200px;
	background:red;
	overflow:hidden;
	border:1px solid black;
}

/*Formulieren*/

label {
	font-size: 18px;
	line-height: 1;
	font-weight: 400;
}

/*Assortiment home*/

article.large-3.medium-4.small-12.columns.element-item.left.assortimenttegels {
    float: left;
}

.assortiment {
	position: relative;
	width: 100%;
	height: auto;
	background-image: url(img/banner_concrete.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 60px;
	padding-bottom: 50px;
	color: #fff;
	margin-bottom: 90px;
	margin-top: 90px;
}

.foto {
	position: absolute;
	margin-top: -130px;
}

h2.assortimentthumb {
	font-size: 20px;
	line-height: 22px;
    padding-bottom: 35px;
}

.assortimenttegels {
	min-height: 370px;
}

/*Facebook home*/

.cff-item {
	float: none !important;
    position: relative;
    display: inline-block;
    width: 33% !important;
    padding: 0 5% 0 0 !important;
    vertical-align: top;
}

/*Links home*/

.links {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #aee0d4;
	padding-top: 60px;
	padding-bottom: 50px;
	margin-top: 200px;
}

.links .textwidget {
    font-size: 20px;
    font-weight: 200;
    font-family: "mr-eaves-sans";
    line-height: 28px;
    text-align: center;
}

.verwijzingen {
	text-align: center;
	margin-top: 50px;
}

.verwijzingen p {
	margin-bottom: 0;
	line-height: 1.6;
	color: #626262;
	margin-top: -15px;
}

.verwijzingen img {
	position: relative;
	margin-top: -335px;
}

.verwijzingen.v1 img, .verwijzingen.v3 img {
    border: 5px solid #18a584;
}

.verwijzingen.v1 h3, .verwijzingen.v3 h3 {
	color: #18a584;
}

.verwijzingen.v2 img, .verwijzingen.v4 img {
    border: 5px solid #a00057;
}

.verwijzingen.v2 h3, .verwijzingen.v4 h3 {
    color: #a00057;
}

/*Footer*/

.icons {
	position: absolute;
    max-width: 10%;
    margin-top: 40px;
}

.icons .locatie {
	padding-bottom: 72px;
	display: table-cell;
}

.icons .telefoon {
	padding-bottom: 25px;
	display: table-cell;
}

.icons .mail {
	padding-bottom: 25px;
	display: table-cell;
}

.naw p {
	position: relative;
	width: 90%;
	margin-left: 15%;
}

.footer p a {
    color: #fff;
}

/*Productpagina*/

.productafbeelding {
	width: 100%;
	height: auto;
	border: solid 5px #18a584;
	overflow: hidden;
}

.productgallerij {
	padding-top: 25px;
}

.productgallerij img {
    margin-right: 15px;
	margin-bottom: 25px;
    border: solid 5px #cfcfcf;
}

.productgallerij ul li {
    list-style: none;
    float: left;
}

.productgallerij li {
    width: 33%;
}

.gallery img {
    border: 5px solid #cfcfcf;
}

/*Productindex*/

.assortiment-tegel {
    /*width: 270px;
    height: 270px;*/
    position: relative;
    float: left;
    border: 5px solid #18a584;
	margin-bottom: 5px;
}

article.columns {
    padding-left: 0 !important;
}

/*------------------------------------*\
	#MEDIA QUERIES
\*------------------------------------*/

/* Small only */
@media screen and (max-width: 39.9375em) {		
	.buttongroen {
		width: 90%;
		margin-bottom: 20px;
	}
	
	.buttonpaars {
		width: 90%;
		margin-bottom: 20px;
	}
	
	.main-content {
		padding: 1em 0 3em 0;
	}
	
	.footer .footermenu {
		float: left;
		padding: 0;
		margin-left: -16px;
		margin-top: 10px;
	}
	
	.copyright {
		width: 100%;
		line-height: 20px;
	}
	
	.copyright.page {
		width: auto;
	}
	
	.top-logo img {
		width: 200px;
	}
	
	.front-slider .slick-track {
		height: 300px;
	}

	.bottom-line {
		top: 487px;
	}

	.wpsisac-slick-slider.design-1 .slick-image-slide img {
		margin-top: -0%;
	}

	.logowit {
		padding-right: 80px;
		padding-top: 80px;
	}

	img.alignright {
		width: 100%;
		padding-left: 0;
		padding-bottom: 20px;
	}
	
	.assortiment-tegel {
		width: 100% !important;
		height: auto !important;
	}
	
	h2.assortimentthumb {
    	float: inherit;
		text-align: left;
	}
	
	h5.vbn {
		float: inherit;
		width: 100%;
		text-align: left;
	}
	
	.menu&gt;li {
		float: left;
		width: 100%;
	}
	
	ul#menu-footer li {
		margin-bottom: 10px;
	}
	
	ul#menu-footer::before {
		content: 'Navigatie:';
		margin-left: 15px;
		font-weight: bold;
		top: -10px;
		position: relative;
	}
	
	.element-item-img {
		text-align: center;
	}
	
}

/* Medium and up */
@media screen and (min-width: 40em) {
	
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.top-logo img {
		width: 150px;
	}
	
	.footer .footermenu {
		float: left;
		padding: 0;
		margin-left: -15px;
	}
	
	.wpsisac-slick-slider.design-1 .slick-image-slide img {
		margin-top: 0;
	}
	
	.front-slider .slick-track {
		height: 400px;
	}
	
	.bottom-line {
		top: 469px;
	}
	
	.wpsisac-slick-slider.design-1 .slick-image-slide img {
    	max-width: 118%;
	}
	
	.main-content {
    	padding: 1em 0 3em 0;
	}
	
	
	
	
}
/* Medium and down */
@media screen and (max-width: 63.9375em) {
	.hoofdfoto {
		display: none;
	}
	
	.foto {
		display: none;
	}
	
	.assortiment {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.cff-item {
		width: 100% !important;
		padding-bottom: 30px !important;
	}
	
	.main-menu {
		width: auto;
	}
	
	.menu {
		padding-top: 25px;
		font-size: 17px;
	}
	
	.top-logo {
		width: auto;
	}
	
	.menu&gt;li&gt;a {
		padding: .7rem .4rem;
	}
	
	.footer-middle {
		padding-top: 20px;
	}
	
	.huge_it_google_map_container {
		padding-bottom: 20px;
	}
	
	.row.large-12-columns button {
		margin-left: 0.4em;
	}
	
	.verwijzingen img {
		position: inherit;
		margin: 0;
		margin-bottom: 20px;
		margin-top: 20px;
	}
	
	.verwijzingen {
		margin-top: 20px;
	}
	
	.verwijzingen.v1 h3, .verwijzingen.v2 h3, .verwijzingen.v3 h3, .verwijzingen.v4 h3 {
		font-size: 28px;
	}
	
	.links {
		padding-top: 0;
		margin-top: 50px;
	}
}
	
/* Large and up */
@media screen and (min-width: 64em) {
	
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
	
}

/* Between large and medium 1024-1280 */
@media screen and (min-width: 64em) and (max-width: 80.625em) {
	.hoofdfoto {
		position: absolute;
		margin-top: -170px;
	}
	
	.center .buttongroen, .center .buttonpaars {
		margin-right: 12px;
		margin-left: 12px;
	}
	
	.buttongroen, .buttonpaars {
		padding: 15px 20px 15px 20px;
	}
	
	ul#menu-footer {
		width: 420px;
	}
	
	.wpsisac-slick-slider.design-1 .slick-image-slide img {
    	max-width: 110%;
		margin-top: -10%;
	}
}

/* Custom: less than 800px */
@media screen and (max-width: 800px) {
	.assortimenttegels {
		min-height: 340px;
	}
}

/* Custom: less than 260px */
@media screen and (max-width: 260px) {
	.assortimenttegels {
		min-height: auto;
	}
}
</pre></body></html>