/***** WEBLOCHER ALERT *******/
/***** WEBLOCHER ALERT *******/
/***** WEBLOCHER ALERT *******/
/***** WEBLOCHER ALERT *******/
.wl_alert_wrapper::-webkit-scrollbar {
    width: 4px;
}

.wl_alert::-webkit-scrollbar
{
    width:0px;
}
.wl_alert::-webkit-scrollbar-track-piece
{
    background-color:transparent;
}

.num_pad_overlay {
	will-change: opacity;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.31);
	width: 100%;
	height: 100%;
	z-index: 1000;
	opacity: 0;

}
.wl_alert_wrapper {
	will-change: transform;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	overflow: auto;
	transform: translateY(100%);
	z-index: 1005;
	-webkit-overflow-scrolling: touch;
}
.wl_alert_clicker {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;

	}
/*
.wl_alert {
width: 600px;
  position: fixed;
  top: 120%;
  background-color: rgba(255, 255, 255, 0.94);
  lefT: 50%;
  margin-left: -300px;
  border-radius: 5px;
  box-shadow: 0px 0px 113px rgba(0, 0, 0, 0.62);
  text-align: center;
  overflow: hidden;
  z-index: 1005;
}
*/

.wl_alert {
	width: 600px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	background-color: rgba(255, 255, 255, 0.94);
	border-radius: 5px;
	box-shadow: 0px 0px 113px rgba(0, 0, 0, 0.62);
	text-align: center;
	overflow: hidden;
	z-index: 1005;
	opacity: 0;
	max-height: 85vh;
	overflow: auto;
}





a#wl_ok {
	width: 50%;
	float: left;
	text-align: center;
	padding: 10px 0px;
	font-size: 30px;
	text-decoration: none;
	display: block;
	background-color: rgb(120, 201, 34);
	background-color: rgb(54, 189, 210);
	background-color: rgb(208, 189, 134);
	background-color: rgb(155, 198, 236);
	color: #fff;

}
#wl_cancel {
    width: 50%;
    float: left;
    text-align: center;
    padding: 10px 0px;
    font-size: 30px;
    text-decoration: none;
    display: block;
    /* background-color: red; */
    /* background-color: rgb(66, 129, 138); */
    /* background-color: rgb(146, 146, 146); */
    color: #005CAD;
    background-color: #CCE7FF;
    background-color: #5A8BB5;
    color: #fff;
}
a#wl_alert_ok {
	width: auto;
	text-align: center;
	padding: 10px 10px;
	font-size: 30px;
	text-decoration: none;
	display: block;
	background-color: rgb(120, 201, 34);
	background-color: rgb(54, 189, 210);
	background-color: rgb(208, 189, 134);
	background-color: rgb(155, 198, 236);
	color: #fff;
}
.alert_txt {
	padding: 50px 30px;
	font-size: 30px;
	color: rgb(88, 88, 88);
}

.alert_txt a:link, .alert_txt_content a:visited {
	font-size: 30px;
	color: rgb(127, 19, 19);
}
.wl_alert_wrapper_container {
	position: relative;
	z-index: 1007;
}
.wl_alert_wrapper_container_ios {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0%;
	height: 0%;
	overflow: hidden;

	z-index: 1007;
}
.wl_alert_wrapper_ios {
	position: absolute;
}

@media (max-width: 620px){
	.wl_alert {
		width: 460px;

	}
	.alert_txt {
	  padding: 30px 30px;
	  font-size: 24px;
	  color: rgb(88, 88, 88);
	}

	a#wl_ok, #wl_cancel {
		padding: 14px 0px;
    font-size: 20px;
	}

}
@media (max-width: 480px){
	.wl_alert {
		width: 85%;

	}
	.diensten_inner {
		text-align: left;
	}
	h1 {
	  font-size: 46px;
	}
	.h1_entry {
		font-size: 29px;
	   /* top: 16px;*/
	}
	.alert_txt {
	  padding: 20px 20px;
	  font-size: 18px;
	  color: rgb(88, 88, 88);
	}
		a#wl_ok, #wl_cancel {
		padding: 14px 0px;
    font-size: 18px;
	}

}

@media (max-width: 340px){
	.prev_article {
	  width: 95px;

	}
		.alert_txt {
	  padding: 15px 15px;
	  font-size: 15px;
	  color: rgb(88, 88, 88);
	}
		a#wl_ok, #wl_cancel {
		padding: 16px 0px;
    font-size: 16px;
	}


}

@media (max-height: 500px){
.wl_alert {

	position: relative;
	top: 10%;

	margin: 0 auto;
	margin-bottom: 10%;
	height: auto !important;
}


}


/***** WEBLOCHER ALERT *******/
/***** WEBLOCHER ALERT *******/
/***** WEBLOCHER ALERT *******/
/***** WEBLOCHER ALERT *******/
