/* Container */
/* vanaf 768px */
/* vanaf 1024px */
/* vanaf 1450px */
/* vanaf 1920px */
/* Header */
/* Column gaps */
/* Fit content widht*/
.fit-content {
  width: fit-content;
}

/* font */
/* Container */
/* vanaf 768px */
/* vanaf 1024px */
/* vanaf 1450px */
/* vanaf 1920px */
/* Header */
/* Column gaps */
/* Fit content widht*/
.fit-content {
  width: fit-content;
}

/* font */
.site_overlay {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  padding: 0px;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 9999991010;
  text-align: center;
  color: #000;
}
.site_overlay .cms_content {
  padding: 0px;
}
.site_overlay .video {
  width: 100%;
  float: left;
}
.site_overlay .popupinfo {
  width: 100%;
  padding-top: 20px;
  float: left;
  font-family: "Nunito", "open sans", sans-serif;
  color: #1c2f76;
  font-size: 16px;
  line-height: 25px;
}
.site_overlay .box {
  float: none;
  display: inline-block;
  position: relative;
  padding: 20px;
  max-width: 600px;
  width: 100%;
  text-align: left;
  background-color: #FFF;
  margin-top: 60px;
}
.site_overlay .box .badge {
  bottom: 0px;
  right: 0px;
  width: 180px;
  position: absolute;
  height: 173px;
}
.site_overlay .box .badge svg {
  fill: #E50051;
  width: 180px;
  height: 173px;
}
.site_overlay .box .close {
  position: absolute;
  z-index: 9999;
  background-image: url("/assets/site/img/home/close.svg");
  width: 60px;
  height: 60px;
  top: 0px;
  right: 0px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
  background-size: 25px;
}
.site_overlay .box ol {
  margin: 0px;
  padding: 0px;
  float: left;
  width: calc(100% - 20px);
  list-style-type: decimal;
  list-style-position: inside;
  margin-left: 20px;
}
.site_overlay .box .ebooks, .site_overlay .box .title {
  float: left;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}
.site_overlay .box .title {
  color: #E50051;
  margin-bottom: 20px;
  font-size: 23px;
  line-height: 28px;
  text-transform: uppercase;
}
.site_overlay .box .cont_form input {
  background-color: #ededed;
  border: 0px;
  width: 100%;
  height: 36px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 24px;
}

.sticky_box {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0px;
  bottom: 0px;
  width: 271px;
  height: 247px;
  background-color: #ebebeb;
  cursor: pointer;
}
.sticky_box .close {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 18px;
  right: 18px;
  cursor: pointer;
}

@media screen and (max-width: 1400px) {
  /*
  .site_overlay{

  	.box{
  		padding-left: 50px;
  		padding-right: 50px;
  		max-width: 1000px;
  		.ebooks{
  			.ebook{
  				margin-right: 60px;
  				width: 254px;
  			}
  		}
  	}

  }
  */
}
@media screen and (max-width: 1023px) {
  /*
  .site_overlay{

  	.box{
  		padding-left: 25px;
  		padding-right: 25px;
  		max-width: 720px;
  		.ebooks{
  			.ebook{
  				margin-right: 15px;
  				width: 217px;
  			}
  			a.knop{
  				font-size: 13px; padding-left: 10px;
  			}
  		}
  	}

  }
  */
}
@media screen and (max-width: 768px) {
  .site_overlay {
    font-size: 14px;
    height: unset;
    padding: 0;
  }
  .site_overlay .box {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 60px;
    padding-bottom: 20px;
    max-width: 100%;
  }
  .site_overlay .box .close {
    top: 0px;
    right: 10px;
    /*width: 36px; height: 36px;
    top: 15px; right: 15px;
    */
  }
  .site_overlay .box .title {
    font-size: 18px;
  }
  .site_overlay .box .title br {
    display: none;
  }
  .site_overlay .box .ebooks .ebook {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
  }
  .site_overlay .box .ebooks a.knop {
    font-size: 13px;
    padding-left: 10px;
  }
  .site_overlay .box .badge {
    display: none;
  }
}

/*# sourceMappingURL=popup.css.map */
