.artikel-pageid-430,
.artikel-pageid-431,
.artikel-pageid-432,
.artikel-pageid-433,
.artikel-pageid-434{
	line-height: 18px;

}

#offerte_artikelen a.back_to_article {
	margin-top: 0;
}

.google-maps-toggle .wrap  {
	text-align: right;
}
.google-maps-toggle .wrap > span {
    transition: color .5s ease-in-out;
	font-weight: bold;
	float: none !important;
	display: inline-block;
}
.google-maps-toggle .wrap label {
    cursor: pointer;
    position: relative;
    display: inline-block;
    height: 26px;
    width: 46px;
    border-radius: 13px;
    background-color: rgba(204, 204, 204, .7);
    vertical-align: middle;
    margin: 0 3px;
    padding: 0 3px;
    text-align: left;
    -webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 100%;
	float: none !important;
	width: 55px !important;
	min-height: 0;
	padding: 0;
}
.google-maps-toggle .wrap label::before {
	display: inline-block;
	border-radius: 50%;
	background-color: #e45e15;
	height: 20px;
	width: 20px;
	content: '';
	margin-top: 3px;
	transition: transform .5s ease-in-out;
	transform: translateX(150%);
}

.google-maps-toggle .wrap > span:last-child, 
.google-maps-toggle.checked .wrap > span:first-child {
    color: #e45e15;
}

.google-maps-toggle.checked .wrap  label::before {
    transform: translateX(25%);
}


.google-maps-toggle.checked ~ label[for="klt_postcode"],
.google-maps-toggle.checked ~ input#klt_postcode,
.google-maps-toggle.checked ~ label[for="klt_plaats"],
.google-maps-toggle.checked ~ input#klt_plaats,
.google-maps-toggle.checked ~ label[for="klt_land"],
.google-maps-toggle.checked ~ select#klt_land
{
	display: none;
}

/* A */
@media (max-device-width:1023px) and (orientation:landscape)
{
	/*Tablet landscape*/
	#devicegrade{z-index:10}
	#devicegrade:after{content:"- A"} 
	
}


/* B */
@media (max-device-width:1023px) and (orientation:portrait),(max-device-width:767px) and (orientation:landscape)
{
	/*Tablet portrait*/
	#devicegrade{z-index:20}
	#devicegrade:after{content:"- B"} 
	
}

/* C */
@media (max-width:767px),(max-device-width:767px) and (orientation:portrait),(max-device-width:499px) and (orientation:landscape)
{	
	/*Mobile landscape*/
	#devicegrade{z-index:30}
	#devicegrade:after{content:"- C"} 
	
	.detail-right-side .call-to-action > .txt > span > a {
		display: none;
	}
	
	.detail-right-side .call-to-action > .txt > span > a.mobile {
		display: block;
	}
}

/*D*/
@media (max-width:499px),(max-device-width:499px) and (orientation:portrait)
{
	/*Mobiel portrait*/
	#devicegrade{z-index:40}
	#devicegrade:after{content:"- D"} 
	
}