
/*----------------------------
Small
--------------------------*/
@media only screen and (min-width: 100px) {
	* {
		font-family: 'Work Sans', sans-serif;
		font-size: 15px;
		color: #36383e;
	    font-weight: 400;
		text-transform: none;
		line-height: 26px;
	}

	body {
	}
	
	a[class^="control_prev"] {
		right:30px;
	}
	
	div[class^="slider"] {

	width: 1120px;
    height: 253px;
	
}

.xmlvalue_image {
	display:none;
}

.slider2 {
	height:547px !important;
}

.slider1, .slider3, .slider4, .slider5 {
	height:352px !important;
}

div[class^="slider"] {
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    top: 10px;
	border:1px solid white;
}
	
	div[class^="slider"] ul {
		border: 0px solid green;
		top:50px;
		
	}
	
	div[class^="slider"] .image-block {
		bordeR:0px solid red;
		position:absolute;
		top:0;
		width:calc(100% - 20px);
		height:65%;
		background-repeat: no-repeat;
		background-position: center center; 
		  -webkit-background-size: cover;
		  -moz-background-size: cover;
		  -o-background-size: cover;
		  background-size: cover;
		  background-size:95%;
		 margin:10px;
	}
	
	div[class^="slider"] .text-block {
		bordeR:0px solid red;
		position:absolute;
		width:100%;
		bottom:0;
		height:35%;
		font-family: 'Work Sans', sans-serif;
	    font-weight: 400;
		font-size: 18px;
	    color: #000000;
		text-transform:uppercase;
		padding-top: 10px;
		padding-left: 5px;
		padding-bottom: 10px;
		background:white;
		text-align:center;
		z-index: auto;
	}
	
	
	
	
	div[class^="slider"] ul li:first-child {
	bordeR:0px solid blue;	
	margin-left:-32px;
	}

div[class^="slider"] ul li:hover {
	
	box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
}



a[class^="control_prev"], a[class^="control_next"] {
    
    z-index: 999;
    display: block;
    padding: 10px;
    width: auto;
    height: auto;
    background: #DE2537;
    color: #FFF;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    opacity: 1;
    cursor: pointer;
	width:80px;
	text-align:center;
}

a[class^="control_prev"]:hover , a[class^="control_next"]:hover {
	opacity: 0.8;
}

a[class^="control_next"] {
    right: 4px;
    border-radius: 2px 0 0 2px;
	border-radius: 0 2px 2px 0;
}

a[class^="control_prev"] {
    left: 0px;
	border-radius: 0 2px 2px 0;

}

#system_syst-deeplink { 
display:none;
}

	
	#watermark_development {
		display:none;
	}
	
	#wizard {
		margin:10px;
	}
	
	h1, h2, h3, h4, h5, h6 {
		font-family: 'Work Sans', sans-serif;	
	}
	
	h1 {
		font-size: 32px;
		line-height: 1.4;
		color: #36383e;
	}
	
	h2 {
		font-size: 25px;
		line-height: 1.4;
		color: #36383e;
		margin-bottom:10px;
	}
	
	h3 {
		    font-size: 23px;
    line-height: 1.2em;
	font-weight: 400;
    margin-bottom: 10px;
	}
	
	#banner {
		position:relative;
		margin:auto;
		
		left:0;
		right:0;
		width:100%;
		height: 340px;
		background:white;
		background-image: url(https://stores.utopis-platform.net/bouwimpex-nl/channels/cleanpanel/images/cleanpanel_carwash.jpg);
    background-position: 50% 50%;		   
		   background-repeat: no-repeat;
    background-size: cover;
		border:0px solid red;
		margin-bottom:10px;
	}
	
	#banner .layer {
		position:absolute;
		width:100%;
		height:100%;
		background:black;
		opacity: 0.3;
		z-index:100;
	}
	
	#banner .text {
		position:absolute;
		width:100%;
		height:100%;
		margin:auto;
		text-align:center;
		left:0;
		right:0;
		top:0;
		bottom:0;
		z-index:105;
		border:0px solid blue;
		
		
		display: flex;
		align-items: center; 
		justify-content: center;
		text-transform:uppercase;
	}
	
	#banner .text h1 {
		font-size: 24pt;
		font-weight: bold;
		color: rgb(247, 247, 247);
		background:rgba(52,93,171,0.8);
		padding:25px;
	}
	
	
	
	.filterkey-wrapper {
		padding:10px;
	}
	
	
	.saveToBasket {
		float:right;
		margin-top:17px;
	}
	
	.systemCounter {
		position: absolute;
		top:0;
		right:0;
		padding:10px;
		font-weight:bold;
	}
	
	.logo img {
		
	}

	
	.wizardBtnNext.hidden, .wizardBtnPrevious.hidden {
		display: block; 
		
	}
	
	
	
	.filter li {
		margin-bottom:5px;
	}
	
	.filterkey-block {
		width: calc(33.333333333333% - ( ( 4% + 8% ) * 0.33333333333333 ) );
		margin-right: 4%;
		margin-bottom:40px;
		float: left;
		box-shadow: 1px 1px 6px 0px rgb(168 166 168 / 50%);
		cursor:pointer;
	}
	
	.filterkey-block:hover {
		box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
	}
	
	
	
	.filterkey-block .image {
		border:1px solid blue;
		height:224px;
		position:relative;
		  background-position: 50% 50%;		   
		   background-repeat: no-repeat;
		background-size: cover;
		border:0px solid red;
		margin-bottom:10px;
	}
	
	.filterkey-block .image img {
		width:100%;
		display:none;
	}
	
	
	.filterkey-block .text {
		bordeR:0px solid red;
		min-height: 120px;
		
		padding:20px;
		
	}
	
	
	
	.filterkey-block .title .text {
		
	
		font-size: 25px;
		line-height: 30px;
   
		margin: 0;
		margin-top: 5px;
		
	}
	
	.wizardStep
	{
	    box-shadow: 1px 1px 6px 0px rgb(168 166 168 / 50%);
		width:100%;
		max-width:1100px;
		position:relative;
		margin:auto;
		left:0;
		right:0;
		
	}
	
	#navbottom .navbottomcontent {
	width: 100%;
	
	}
	
	#top {
	position: relative;
	margin:auto;
	left:0;
	right:0;
	width:100%;
	z-index:1000;
	background:white;
	height: 491px;
	}
	
	#top .top-menu {
		width:100%;
		height:120px;
		margin-top:46px;
		background-color: transparent;
    background-image: linear-gradient(90deg,#009fe3 0%,#63b75a 100%);
		bordeR:0px solid red;
		
	}
	
	#top .blue-line {
		width:100%;
		position:relative;
		height:40px;
		background:#54595f;
	}
	
	#top .top-menu .logo {
		max-width:1100px;
		border:0px solid red;
		position:absolute;
		margin:auto;
		left:0;
		right:0;
		margin-top:1px;
		
	}
	
	#top .top-menu .logo img {
		margin-top:7px;
	}
	
	#top .top-menu .logo .fab-logo {
		width:207px;
	}
	
	#top .top-menu .logo .mea-logo {
		margin-top:17px;
	}
	
	#top .navigation-menu {
		
		width:100%;
	
	
	}
	
	
	
	#content .sub-menu {
		width:100%;
		height:62px;
		background:#FFF;
		border-top:0px solid #DDDDDD;
		position:absolute;
		display:none;
	}

	#top .top-line {
	position:relative;
	width:100%;
	   
	}
	
	#top .top-line .banner {
		width:100%;
		height:210px;
		
	}


	#content {
	width:100%;
	}
	
	
	
	.wizardFilter select
	{
	width:440px;
	height:50px;
	padding-left:10px;
	margin:0;
	margin-top:3px;
	margin-right:10px;
	}
	
	.filterkey-formelement span {
		color: #FF0000;
	}
	
	

	.saveContainer {
	width:100%;
	margin-top: 50px;
	border:none;
	}
	
	#html {
	padding:5px;
	width:98%;
	}

	.sectionContentView {
	padding-top:60px;
	}
	
	#navbottom {
		margin-bottom:60px;
	}
	
	.wizardEntity {
		display: none;
	}
	
	
	
	.product-block {
		float:left;
		position: relative;
	}
	
	.product-block .image {
		width:20%;
		float:left;
		border:0px solid green;
	}
	
	.product-block .text {
		width:80%;
		float:left;
		border:0px solid red;
	}
	
	.selectedSystem {
		float: right;
		width: 50%;
		border-bottom: 2px solid #009BC2;
		padding-bottom:20px;
	}
	
	
	.wizardEntity {
		width: 100%;
		float: left;
	}
	
	.wizardEntity div {
		
	}
	
	
	
	
	
	
	
	.filterkey-item {
		border:0px solid red;
		width:100%;
	}
	
	.filterkey-item {
		
		width:100%%;
		float:left;
		text-align:center;
		
	}
	
	.filterkey-item h2 {
		margin:0;
		font-size:14px;
		font-family: 'Jura', sans-serif;
		text-transform: uppercase;
		font-weight:bold;
		color:black;
		margin-bottom:10px;
		
	}
	
	.filterkey-item h2:hover {
		color:#90D613;
	}
	
	
	
	.wizardContainer
	{
    padding:0px;
	position: relative;
	width: 100%;
    bordeR:0px solid green;
    margin: auto;
	max-width:1100px;
	}

	.filter-wrapper {
	width:100%;
	
    border: 0px solid red;
    position: relative;
    margin: auto;
    left: 0;
    right: 0;
	}
	
	.filter-wrapper .title {
		background:#FFFFFF;
		
		
	}
	
	.filter-wrapper h3 {
		
		position: relative;
		margin:auto;
		left:0;
		right:0;
		width:100%;
		max-width:1100px;
		text-transform:uppercase;
		color: #000000;
		font-family: 'Work Sans', sans-serif;
		font-size: 17px;
		font-weight: 300;
	}
	
	.wizardContent h3 {
		
		position: relative;
		margin:auto;
		left:0;
		right:0;
		width:100%;
		max-width:1100px;
		margin-top:20px;
		margin-bottom:10px;
	
	}
	
	#wizardStep_samenstelling .wizardFilter {
		display:none;
	}
	
	#wizardStep_samenstelling .wizardContainer h3 {
		cursor:pointer;
	}
	
	
	
	.filter {
		width:100%;
		max-width: 1100px;
		border: 0px solid blue;
		 position: relative;
		margin: auto;
		left: 0;
		right: 0;
	}
	
	
	
	
	
	
	
	
	
	
	
	.SelectboxEmpty {
		border:1px solid #FF0000;
	}
	
	.article-block div {
	float: left;
    padding-left: 10px;
	
	border-radius:3px;
	color:white;
	}
	
	.article-block div:first-child {
    width: 6%;
	}

	.article-block div:last-child {
		width: 90%;
	}

	.filterkey-wrapper {
	border:0px solid red;
	width:100%;
	float:left;
	}

	.filterkey-name h2 {
    font-size: 1.25rem;
    font-weight: bold;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
	position: relative;
	padding-bottom: .5rem;
    margin-bottom: 1.5rem;
	}
	
	
	

	div[class^="slider"] {
		
		width:100% !important;
		
	}

	.wizardContent {
		background:white;
		position:relative;
		margin: auto;
		left:0;
		right:0;
		width:100%;
		max-width:1100px;
	}
	
	.wizardContent .wizardContentText {
		position:relative;
		margin:auto;
		left:0;
		right:0;
		background:white;
		max-width: 1100px;
		background-repeat: no-repeat;
		background-position: 0 21px;
		padding-left:40px;
		padding-bottom:20px;
		padding-top: 16px;
	}
	
	.wizardContent .wizardContentText h1 {
		margin:0;
		display:none;
	}
	
	.wizardContent .wizardContentText h5 {
		line-height: 1.5625em;
    text-transform: none;
    font-size: 15px;
    letter-spacing: normal;
    font-weight: 400;
    margin: 0!important;
	color: #325dab;
	}

	.filterkey-name h2 {
		float: left;
	}
	
	.filterkey-name xmlvalue {
		display:none;
	}

	.info {
		border:0px solid blue;
		width:20px;
		float: left;
		margin-top: 35px;
		margin-left:20px;
		
	}

	.info .fa-info-circle {
		font-size:23px;
		cursor:pointer;
	}

	#wizardContainer_container-3 .info {
		display:none;
	}
	
	.bg-infoblock {
		position: fixed;
		left:0;
		top:0;
		width: 100%;
		height:100%;
		background:black;
		z-index:9998;
		opacity:0.6;
		display:none;
	}
	
	.infoblock {
		position:fixed;
		margin:auto;
		left:0;
		right:0;
		top:30%;
		height:50%;
		width:70%;
		background:white;
		z-index:9999;
		padding:30px;
		border:1px solid gray;
		display:none;
		box-shadow:
		  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
		  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
		  0 12.5px 10px rgba(0, 0, 0, 0.06),
		  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
		  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
		  0 100px 80px rgba(0, 0, 0, 0.12)
		
	}
	
	.closeInfo {
		position: absolute;
		right:20px;
		top:20px;
	}
	
	.closeInfo .fa-window-close {
		font-size:25px;
		cursor: pointer;
	}
	


	
	
	.text-block {
		border: 0px solid red;
    position: absolute;
    bottom: 37px;
    width: 100%;
    padding: 31px;
    text-align: left;
    font-size: 1.25rem;
    line-height: 1.5em;
    font-weight: 600;
    color: #fff;
    z-index: 99999;
  
	}
	
	.xml-text {
		display:none;
	}
	
	.slider2 table {
		border:none;
		margin-left:5px;
	}
	
	
	
	.slider2 table td {
		text-align: left;
	}
	
	.wizardBtn {
		display:none !important;
	}

	.menu .info-text {
		border: 1px solid red;
		width:250px;
		float:left;
		position:absolute;
		right:0;
		top:40px;
		color:red;
		padding:3px;
		text-align:center;
		display:none;
	}
	
	 #wizardNavigation a {
        width: 100% !important;
	 }
	 
	  .reset-hoofdgroep {
		
		float:left;
		 text-align:left;
		 padding-left:20px;
		color:red;
		cursor:pointer;
		display:none;
	 }
	 
	 .reset-system {
		position:absolute;
		bottom:-16px;
		width:100%;
		text-align:center;
		color:red;
		display:none;
		cursor:pointer;
	 }
	 
	 .banner .reset-system  {
		 
		 display:none !important;
	 }
	 
	 #bottom {
		min-height:360px;
		width:100%;
		padding-top:20px;
		background: #313E4D;
		margin-top: 30px;
	 }
	 
	 #bottom .text {
		 bordeR:0px solid red;
		 position:relative;
		 max-width:1100px;
		 margin: auto;
		 left:0;
		 right:0;
		 color:white;
	 }
	 
	 #bottom .text h4 {
		 color:white;
		font-family: 'Work Sans', sans-serif;
    font-weight: 400;
	
	margin-bottom:20px;
	 }
	 
	 #bottom .text .naw {
		margin-top:65px;
	 }
	 
	 #bottom .text .naw p {
		 color: #FFFFFF;
		 font-size: 16px ;
		font-weight: 300;
	 }
	 
	 #bottom .text .naw p a {
		 text-decoration:none;
		 color: #FFFFFF;
	 }
	 
	  #bottom .text .naw p a:hover {
		  text-decoration:underline;
	  }
	 
	 #bottom .text .naw h5 {
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 2px;
		text-transform: uppercase;
		font-weight:600;
		color: #FFFFFF;
	 }
	 
	 #bottom .text a {
		 color:white;
		 text-decoration:none;
	 }
	 
	 #bottom .text a:hover {
		 color:white;
		 text-decoration:underline;
	 }
	 
	 #footer .logoUtopisPlatform {
		 border:0px solid red;
		 position: relative;
		 margin:auto;
		 left:0;
		 right:0;
		 max-width:100%;
		 text-align: right;
		 
	 }
	 
	 #footer .logoUtopisPlatform img {
		width:120px;
		padding-right:20px;
		padding-bottom:20px;
	 }
	 
	 #bottom .wizardBtnPrevious {
		position:fixed;
		left:0;
		bottom:54px;
		margin:0;
		border:0px solid red;
		float:left;
		background:#FF0000;
		color: #FFFFFF;
		border: 1px solid #FF0000;
		font-weight: 400;
		text-align: center;
		padding: 6px 0px 6px 0px;
		margin:25px;
		z-index: 999999;
		cursor:pointer;
		text-transform:uppercase;
		
		padding-left:10px;
		padding-right:10px;
		width:105px;
		border-radius:10px;
	}
	

	#bottom .wizardBtnNext {
		position:fixed;
		right:0;
		bottom:54px;
		margin:0;
		
		float:right;
		margin:25px;
		background:#FF0000;
		color: #FFFFFF;
		border: 1px solid #FF0000;
		font-weight: 400;
		text-align: center;
		padding: 6px 0px 6px 0px;
		
		z-index: 999999;
		text-transform:uppercase;
		border-radius:10px;
		padding-left:10px;
		padding-right:10px;
		width:105px;
	}
	
	#bottom .wizardBtnNext.inactive {
		opacity:0.8;
		background:#FFFFFF;
		color: #FF0000;
	}
	
	#bottom .wizardBtnPrevious.inactive {
		opacity:0.8;
		background:#FFFFFF;
		color: #FF0000;
	}
	
	
	
	.filterkey-name {
    float: left;
    width: 100%;
    margin-bottom: 7px;
	}
	
	
	
	
	div[class^="slider"] ul li {
	  position: relative;
	  display: block;
	  float: left;
	  margin: 0;
	  padding: 0;
	  width: 261px;
	  height: 252px;
	  
	  text-align: center;
	
	  
	  text-align: center;
	  line-height: 300px;
		background-repeat: no-repeat;
	  background-position:center;
	  -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	}
	
	
	
	.control_next0, .control_prev0 {
		display:none !important;
	}
	
	#top .top-line .blue-line {
		position:fixed;
		width: 100%;
		height:32px;
		background:#003955;
	}
	
	.menu .wizardBtnCustom {
		margin-top: 5px; 
	}
	
	
	

	
	#sectionToolbar ul li a {
		border-radius: .25rem;
		padding:10px;
		margin-right:3px;
	}
	
	
	
	.layer {
		position:absolute;
		width:100%;
		height:100%;
		top:0;
		left:0;
		border:0px solid red;
		z-index:9999;
	}
}
/*----------------------------
Middle
--------------------------*/
@media only screen and (min-width: 860px) {
	#wizard {
	margin:0px;
	}
	
	.logo img {
		
	}
	
	#banner .text{
		font-size:30px;
	}
	
	.navigation-menu .wizardBtnResetCustom {
		position:absolute;
		z-index:999999;
		
		right: 10px;
		top: 15px;
		border: 1px solid #fff;
		margin: 25px;
		width: 130px;
		background-color: #ff6a00;
	
		letter-spacing: 1px;
		color: #ffffff;
		text-align: center;
		padding: 6px 0px 6px 0px;
		font-weight: 400;
		z-index: 99999;
		cursor: pointer;
		width:105px;
		border-radius: 10px;
		text-transform:uppercase;
	}
	
	
	
	
	.filterkey-wrapper {
	border:0px solid red;
	width:100%;
	float:left;
	margin-top:10px;
	padding:0;
	}
	
	
	#top .top-line .blue-line {
		position:fixed;
		width: 100%;
		height:52px;
		background:#2E3E4F;
	}
	
	.menu .wizardBtnCustom {
		margin-top: 12px; 
	}
	
	.control_next0, .control_prev0 {
		display:block !important;
	}
	
	.wizardConfiguration {
		display:none;
	}
	
	#wizardStep_toebehoren .wizardConfiguration {
		display:block;
		width:50%;
		float:right;
		padding: 30px;
		
	}
	
	#wizardStep_toebehoren .wizardFilter {
		width: 50%;
		
		float:left;
	}
	
	#wizardContainer_gewenste-toebehoren .wizardConfiguration {
		width: 100%;
		float:left;
		padding: 0px;
		padding-top:30px;
		padding-bottom:30px;
	}

	
	
	
	
	
	 #wizardNavigation a {
        width: 13% !important;
	 }
	
	a[class^="control_prev"] {
		right:30px;
	}
	
	
	
	div[class^="slider"] {
		
		width:100% !important;
		
	}
	
	div[class^="slider"] ul {
		border: 0px solid green;
		top:50px;
		
	}
	
	div[class^="slider"] ul li {
	  position: relative;
	  display: block;
	  float: left;
	  margin: 0;
	  padding: 0;
	  border:1px solid #ccc;
	     /*box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);*/
    height: 20rem;
	 
	 
	  text-align: center;
	  line-height: 200px;
	 
	  color:white;
	 
	border-radius: 5px;
	  opacity:1;
	 margin-left: 1.2rem;
	}
	
	.slider2 ul li {
		height: 33rem !important;
		
	}
	
	.slider2 ul {
		height: 550px !important;
		
	}
	
	.slider2 .image-block{
		height: 44% !important;
	}
	
	.slider2 .text-block{
		height: 56% !important;
		
	}
	
	.slider2 .text-block table {
		margin-left:15px !important;
		margin-top:15px !important;
	}
	
	.button-product {
		color: #FF0000;
		text-transform: uppercase;
		text-decoration:none;
		font-weight:600;
		position: absolute;
		bottom: 57px;
		left: 69px;
	}
	
	    
	
	
	
	
	
	
	div[class^="slider"] ul li:first-child {
		 border:1px solid #ccc;
		margin-left:-261px;
	}

div[class^="slider"] ul li:hover {
	transform: scale(1.03); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
	



#wizardContainer_selectie .filterkey-wrapper i.fa-times, #wizardContainer_basissysteem-paneel .filterkey-wrapper i.fa-times {
    position: absolute;
    font-size: 22px;
    top: 34px;
}


#system_sys-productgroep .wizardStep i.fa-times {
    position: relative;
    font-size: 22px;
    top: 41px;
}
	
	
	
	







	
	#top .top-line {
	position:relative;
	margin:auto;
	left:0;
	right:0;
	width:100%;
	max-width:1100px;
	border:0px solid red;
	}
	
	
	
	#top .top-line .logo {
		border:0px solid red;
		
	}
	
		#content {
	width:100%;
	/*max-width:1023px;*/
		margin:auto;
	left:0;
	right:0;
	}
	
	.filterkey-item {
		
		width:27.22%;
		float:left;
		border-bottom:2px solid #90D613;
		text-align:center;
		margin-left:30px;
		margin-right:30px;
	}
	
	.filterkey-item:nth-child(n+5):nth-child(-n+7) {
			border:none;
	  
    }
	
	.filterkey-item h2 {
		margin:0;
		font-size:17px;
		font-family: 'Jura', sans-serif;
		text-transform: uppercase;
		font-weight:bold;
		color:black;
		margin-bottom:10px;
		
	}
	
	.wizardFilter .navigationBottom {
		position:absolute;
		bottom:0;
		left:0;
		width:100%;
		height:30px;
		border:0px solid red;
		background: #EEEEEE;
		border-top: 3px solid #E1251B;
		
		background-repeat: no-repeat;		
		background-position: 10px 0px;
		bottom: -30px;
		display:none;
	}
	
	
	
	.wizardFilter .navigationBottom .button {
		margin-left: 57px;
		text-transform: uppercase;
		font-size: 13px;
		font-weight: bold;
		padding-top: 4px;
		cursor:pointer;
	}
	
	.button-specificatie {
		position: absolute;
		bottom: 10px;
		right: 10px;
		
		text-transform: uppercase;
		font-size: 13px;
		font-weight: bold;
		
		cursor:pointer;
		background: #E1251B;
		color:white;
		padding:10px;
		display:none;
	}
	
	.button-specificatie:hover {
	 box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2),0 3px 10px 0 rgba(0,0,0,0.19) !important;
	}
	
	.previousPage {

		    text-transform: uppercase;
			font-size: 13px;
			font-weight: bold;
			cursor: pointer;
			background: #FFF;
			color: black;
			padding: 10px;
			width: 72px;
			margin-left:10px;
	
	}
	
	.previousPage:hover {
	 box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2),0 3px 10px 0 rgba(0,0,0,0.19) !important;
	}
	
	
	.wizardContent .navigationTop {
		position: absolute;
    top: -30px;
    right: 0;
    width: 50%;
    height: 30px;
    text-align: right;
    border: 0px solid red;
    background: #EEEEEE;
    border-top: 0px solid #63666A;
    display: none;
   
    background-repeat: no-repeat;
    background-position: right 10px bottom 0px;
	}
	
	.wizardContent .navigationTop .button {
		margin-right: 57px;
		text-transform: uppercase;
		font-size: 13px;
		font-weight: bold;
		padding-top: 7px;
		cursor:pointer;
	}
	
	#wizardContainer_container-1 .wizardFilter .navigationTop {
		
	}
	
	
	
	.sectionContentView {
	    margin: 0;
		padding: 10px;
		margin-left: -1px;
	}
	
	#sectionToolbar {
		display:block;
		left: 13px;
		margin-top: 11px;
	}
	
	.system-block {
		width:20%;
		float:left;
		position: relative;
		margin-right:20px;
		background:white;
		border-radius: 5px;
		text-align:center;
		min-height:290px;
	}
	
	.system-block img {
		width:100%;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		max-height:150px;
	}
	
	.system-block:hover {
	transform: scale(1.03); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
	}
	
	#wizardStep_artikelkeuze .system-block {
		width:100%;
		cursor: default;
		min-height:200px;
		padding-bottom:10px;
		border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	}
	
	#wizardStep_artikelkeuze .system-block:hover {
		transform: scale(1.00); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
		
	}
	
	#wizardStep_artikelkeuze .system-block img {
		width:inherit;
		margin-top:10px;
		border-radius: 5px;
	}
	
	.config-block {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	
	.download-dwg {
        background: #e30613;
        color: white;
        font-size: 14px;
        font-weight: 500;
        padding: 10px 0px 10px 0px;
        text-align: center;
        width: 85%;
        margin-bottom: 5px;
        cursor: pointer;
    }
	
	.download-dwg span {
        color: white;
    }
	
	
	
	
	
	
}
/*----------------------------
Big
--------------------------*/		
@media only screen and (min-width: 1050px) {
	

	
	
	
	
}


/*----------------------------
Big
--------------------------*/		
@media only screen and (min-width: 1280px) {

}