/************ wl_iframe **************/

.wl_iframe_filter {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.4);
	    background: rgb(0 32 68 / 93%);
		 	background: rgba(0,0,0,0.8);
	z-index: 100000
}

.wl_iframe_wrapper {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 62%;
	height: 100%;
	height: 100vh;
	background: #fff;
	z-index: 100001;
	box-shadow: 0px 0px 100px rgba(0,0,0,0.35);
}
.wl_iframe_wrapper iframe {
	position: relative;
	width: 100%;
	height: 100%;
	height: 100vh;
	border: none;
}
/*
.wl_iframe_terug, .wl_iframe_terug_clients {
    width: 9vw;
    height: 9vw;
    position: absolute;
    position: fixed;
    display: none;
    text-decoration: none;
    top: 100px;
    right: 100px;
    z-index: 600;
    z-index: 10000000;
}
*/
.wl_iframe_terug, .wl_iframe_terug_clients {
	width: 9vw;
	height: 9vw;
	position: absolute;
	position: fixed;
	display: none;
	text-decoration: none;
	top: 100px;
	right: 100px;
	z-index: 600;
	z-index: 10000000;
  background: #8d7157;
  background: #0095a8;
	right: 38%;
	top: 0px;
	width: 70px;
  height: 70px;

  width: 55px;
  height: 55px;

  
  top: 12px;
  right: calc(38% + 12px);
  border-radius: 100px;

}

.wl_iframe_terug .close_line_1 {
    position: absolute;
    top: 0px;
    height: 100%;
    padding: 0% 3px;
    background-color: #cff381;
    background-color: #d2d2d2;
	 background-color: #ff9657;
	 background-color: #fff;
    left: 48%;
    left: calc(50% - 3px);
    transform: rotateZ(45deg);
	 transform: rotateZ(45deg) scale(0.8);
    transition: 0.4s ease;
   /* border-radius: 100px;*/
}
.wl_iframe_terug .close_line_2 {
    position: absolute;
    top: 0px;
    height: 100%;
    padding: 0% 3px;
    background-color: #fff;
    background-color: #1274be;
    background-color: #ffffff;
    /* background-color: #fff; */
    left: 48%;
    left: calc(50% - 3px);
    transform: rotateZ(-45deg);
	 transform: rotateZ(-45deg) scale(0.8);
    transition: 0.4s ease;
    /*border-radius: 100px;*/
    box-shadow: 0px 0px 5px rgb(0 0 0 / 21%);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.21);
}
.wl_iframe_terug:hover .close_line_1, .wl_iframe_terug:hover .close_line_2 {
    transform: rotateZ(90deg) scale(0.8);
}
.loading {
	width: 80px;
	height: 80px;
	position: fixed;
	top: 0px;
	bottom:0px;
	left: 0px;
	right: 0px;
	margin: auto;
   z-index: 1000000;

}
.lds-spinner {
  /*color: official;*/
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #fff;
  background: #00632f;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


@media screen and (max-width: 1100px){
	.wl_iframe_wrapper {
	    width: 72%;
	}
}
@media screen and (max-width: 1100px){
	.wl_iframe_terug, .wl_iframe_terug_clients {
    /* width: 75px; */
    /* height: 75px; */
    /* top: 20px; */
    right: 20px;
    right: 28%;
    top: 0px;
    top: 12px;
    z-index: 10000000000;
    right: calc(28% + 12px);
	}
}
@media screen and (max-width: 1000px){
	.wl_iframe_wrapper {
   	width: 82%;
 	}
	.wl_iframe_terug, .wl_iframe_terug_clients {
    right: 18%;
    right: calc(18% + 12px);
	}
}
@media screen and (max-width: 600px){

	.wl_iframe_wrapper {
		width: 100%;
	}
	.wl_iframe_terug, .wl_iframe_terug_clients {
	 right: 0px;
   top: 0px;
   top: 12px;
   right: 12px;
	}
}
@media screen and (max-width: 500px){

	.wl_iframe_terug, .wl_iframe_terug_clients {
		width: 50px;
		height: 50px;
	

 	}
	.wl_iframe_terug .close_line_1, .wl_iframe_terug .close_line_2 {
   	padding: 0% 3px;
	}



}


/************ wl_iframe **************/
