@font-face {
  font-family: "NexaBold";
  src: url("../fonts/Nexa Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NexaLight";
  src: url("../fonts/Nexa Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AlikaMisely";
  src: url("../fonts/Alika Misely.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NexaBlackItalic";
  src: url("../fonts/Nexa Black Italic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "NexaBoldItalic";
  src: url("../fonts/Nexa Bold Italic.otf") format("opentype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "NexaBookItalic";
  src: url("../fonts/Nexa Book Italic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "NexaHeavyItalic";
  src: url("../fonts/Nexa Heavy Italic.otf") format("opentype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "NexaHeavy";
  src: url("../fonts/Nexa Heavy.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NexaItalic";
  src: url("../fonts/Nexa Italic.otf") format("opentype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "NexaLightItalic";
  src: url("../fonts/Nexa Light Italic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "NexaRegular";
  src: url("../fonts/Nexa Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NexaThinItalic";
  src: url("../fonts/Nexa Thin Italic.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "NexaThin";
  src: url("../fonts/Nexa Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NexaXBoldItalic";
  src: url("../fonts/Nexa XBold Italic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "NexaXBold";
  src: url("../fonts/Nexa XBold.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

.background-image.diensten-background, .background-image-snijder {
	    position: absolute;
    z-index: -1;
    opacity: 0.15;
    pointer-events: none;
    top: 500px;
    left: 0;
    width: 200px;
    height: auto;
}

.intro-single-detail-c1 h3 {
	font-family: "AlikaMisely", cursive;
    font-weight: 300;
    font-size: 26px;
}

.intro-single-detail {
  max-width: 1600px;
  display: flex;
  padding: 4rem 30px;
  margin: 0 auto;
  align-items: center;
  gap: 5rem;
  position: relative;
}
.intro-single-detail h1 {
  font-family: "AlikaMisely", cursive;
  font-weight: 300;
}

.featured-image img {
  border-radius: 30px;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
}

.intro-single-detail-c1, .intro-single-detail-c2 {
  flex: 1;
}

.intro-single-detail-c1 p {
  font-family: "NexaLight", sans-serif;
  font-size: 20px;
}

.groen-hr {
  border: 0;
  height: 400px;
  background: #a5cdaa;
  position: absolute;
  top: 270px;
  width: 60%;
}

@media (max-width: 1100px) and (orientation: landscape) { 
	 .postid-277 .groen-hr {
        border-radius: 20px;
        height: 60vh !important;
        top: 220px;
    }
		
}


@media (max-width: 970px) and (orientation: landscape) { 
	.groen-hr {
		border-radius: 20px;
		height: 200vh !important;
	}
	

	.intro-single-detail-c1 p {
		font-size: 16px !important;
	}
	
	.intro-single-detail h1 {
		font-size: 26px !important;
	}
	
	.dienst-single .titel-informatie-dienst-detail {
		font-size: 26px; 
	}
	
	.dienst-single .overig-informatie div.info-informatie-dienst-detail {
		font-size: 16px !important;
	}
}

.intro-single-detail-c1 a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 100px;
  transition: background-color 0.3s ease;
  background: #000000;
}
.intro-single-detail-c1 a svg {
  position: absolute;
  width: 40px;
  height: 40px;
  padding: 10px;
  fill: white;
  transition: fill 0.3s ease, transform 0.3s ease;
}
.intro-single-detail-c1 a:hover {
  background-color: white;
}
.intro-single-detail-c1 a:hover svg {
  fill: black;
  transform: translateY(40px);
}
.intro-single-detail-c1 a:hover:before {
  transform: translateY(0);
}
.intro-single-detail-c1 a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M169.4 502.6c12.5 12.5 32.8 12.5 45.3 0l128-128c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 402.7 224 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 370.7L86.6 329.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l128 128z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(-40px);
  transition: transform 0.3s ease;
}

.intro-single-detail-c1 a {
  margin-top: 30px;
  display: inline-block;
}

.overig-informatie {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 30px;
}
.overig-informatie h2 {
  font-family: "AlikaMisely", cursive;
  font-weight: 300;
  margin-bottom: 30px;
}
.overig-informatie div.info-informatie-dienst-detail {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-family: "NexaLight", sans-serif;
  font-size: 18px;
}

@media (max-width: 1099px) and (min-width: 900px) {
  .intro-single-detail h1 {
    line-height: 50px;
    font-size: 32px;
  }
  .intro-single-detail-c1 p {
    font-size: 18px;
  }
  .content br {
    display: none;
  }
}
@media (max-width: 899px) and (min-width: 600px) {
  .intro-single-detail h1 {
    line-height: 50px;
    font-size: 32px;
  }
  .intro-single-detail-c1 p {
    font-size: 18px;
  }
  .content br {
    display: none;
  }
  .intro-single-detail {
    flex-direction: column;
  }
  .intro-single-detail-c2 {
    width: 100%;
  }
  .intro-single-detail {
    gap: 2rem;
  }
  .groen-hr {
    border: 0;
    height: 400px;
    background: #a5cdaa;
    position: absolute;
    top: 200px;
    width: 100%;
  }
}
@media (max-width: 599px) and (min-width: 300px) {
  .intro-single-detail h1 {
    line-height: 50px;
    font-size: 32px;
  }
  .intro-single-detail-c1 p {
    font-size: 18px;
  }
  .content br {
    display: none;
  }
  .intro-single-detail {
    flex-direction: column;
  }
  .intro-single-detail-c2 {
    width: 100%;
  }
  .intro-single-detail {
    gap: 2rem;
  }
  .groen-hr {
    border: 0;
    height: 450px;
    background: #a5cdaa;
    position: absolute;
    top: 150px;
    width: 100%;
  }
  .featured-image img {
    height: 280px;
  }
  .intro-single-detail-c1 p {
    font-size: 17px;
  }

  .overig-informatie h2 {
    line-height: 35px;
  }

  .div-usp .usp-tekst {
    position: relative;
        top: 3px;
  }
}
.groen-hr-bottom {
  border: 0;
  height: 455px;
  background: #a5cdaa;
  position: absolute;
  width: 100%;
  right: 0;
  margin-top: 195px;
}

.afbeelding-container {
  position: relative;
  top: 6px;
}

.afbeelding-info-wrapper {
  max-width: 1600px;
  margin: 0 auto;
  padding: 100px 30px 50px;
  position: relative;
}

.afbeelding-info-container {
  display: flex;
  gap: 5rem;
  align-items: flex-end;
  margin-bottom: 4rem;
  position: relative;
  z-index: 1;
}
.afbeelding-info-container .afbeelding-container, .afbeelding-info-container .info-container {
  flex: 1;
}
.afbeelding-info-container .afbeelding-container img {
  width: 100%;
  height: 500px;
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
.afbeelding-info-container .info-container {
  /* Hover */
}
.afbeelding-info-container .info-container h3 {
  font-family: "AlikaMisely", cursive;
  font-weight: 300;
  margin-bottom: 20px;
}
.afbeelding-info-container .info-container p {
  font-family: "NexaLight", sans-serif;
  font-size: 18px;
  margin-bottom: 25px;
}
.afbeelding-info-container .info-container .button {
  position: relative;
  display: flex;
  border-radius: 1.5em;
  cursor: pointer;
  text-decoration: none;
  margin-top: 1rem;
}


.info-container .informatie {
	    font-family: "NexaLight", sans-serif;
    font-size: 18px;
}

.afbeelding-info-container .info-container .button:hover {
  text-decoration: unset;
}
.afbeelding-info-container .info-container .button-text {
  background-color: #008a3c;
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.5em 0 1.5em;
  border-radius: 3em;
  transform: translateX(0em) rotate(0.001deg);
  transition: 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  z-index: 2;
}
.afbeelding-info-container .info-container .button-text:hover {
  text-decoration: unset;
}
.afbeelding-info-container .info-container .button-text span {
  color: white;
  font-family: "NexaLight", sans-serif;
  font-weight: 500;
  font-size: 18px;
}
.afbeelding-info-container .info-container .button-icon {
  background-color: #a5cdaa;
  height: 3em;
  width: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3em;
  transform: scale(1) rotate(0.001deg);
  transition: 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transform-origin: right;
}
.afbeelding-info-container .info-container .button-icon polyline, .afbeelding-info-container .info-container .button-icon line {
  stroke: white;
}
.afbeelding-info-container .info-container .button-icon.duplicate {
  position: absolute;
  transform: scale(0) rotate(0.001deg);
  transform-origin: left;
}
.afbeelding-info-container .info-container .button-icon svg {
  display: block;
  width: 1.25em;
}
.afbeelding-info-container .info-container .button:hover .button-text {
  transform: translateX(3em) rotate(0.001deg);
}
.afbeelding-info-container .info-container .button:hover .button-icon {
  transform: scale(0) rotate(0.001deg);
}
.afbeelding-info-container .info-container .button:hover .button-icon.duplicate {
  transform: scale(1) rotate(0.001deg);
}

@media (max-width: 768px) {
  .afbeelding-info-container {
    flex-direction: column;
    gap: 2rem;
  }
  .groen-hr-bottom {
    height: 200px;
  }
}
@media (max-width: 1500px) and (min-width: 1100px) {
  .groen-hr-bottom {
    margin-top: 55px;
    height: 520px;
  }
}
@media (max-width: 1099px) and (min-width: 900px) {
  .groen-hr-bottom {
    margin-top: 55px;
    height: 520px;
  }
  .afbeelding-info-container {
    gap: 2rem;
    align-items: center;
  }
  .afbeelding-info-container .info-container h3 {
    margin-bottom: 5px;
  }
  .afbeelding-info-container .info-container p {
    margin-bottom: 10px;
  }
}
@media (max-width: 899px) and (min-width: 600px) {
  .groen-hr-bottom {
    margin-top: 55px;
    height: 520px;
    display: none;
  }
  .afbeelding-info-container {
    gap: 2rem;
    align-items: center;
    flex-direction: column;
  }
  .afbeelding-info-container .info-container h3 {
    margin-bottom: 5px;
  }
  .afbeelding-info-container .info-container p {
    margin-bottom: 10px;
  }
  .afbeelding-info-wrapper {
    margin: 50px auto;
    padding: 60px 30px 30px;
    position: relative;
    background: #a5cdaa;
  }
}
@media (max-width: 599px) and (min-width: 300px) {
  .groen-hr-bottom {
    margin-top: 55px;
    height: 520px;
    display: none;
  }
  .afbeelding-info-container {
    gap: 2rem;
    align-items: center;
    flex-direction: column;
  }
  .afbeelding-info-container .info-container h3 {
    margin-bottom: 5px;
  }
  .afbeelding-info-container .info-container p {
    margin: 20px 0;
  }
  .afbeelding-info-wrapper {
    margin: 50px auto;
    padding: 60px 30px 30px;
    position: relative;
    background: #a5cdaa;
  }
}
/* USP */
.div-usp {
  display: flex;
  align-items: center;
  gap: 10px;
}
.div-usp img {
  max-width: 40px;
  width: 100%;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
.div-usp .usp-tekst {
  font-family: "NexaLight", sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.diensten-detail-usp {
  display: flex;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  padding: 40px 30px 20px;
}

@media (max-width: 1066px) and (min-width: 700px) {
  .diensten-detail-usp {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
}
@media (max-width: 699px) and (min-width: 300px) {
  .diensten-detail-usp {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    flex-direction: column;
  }
}
/* Diensten Section Styling */
.snijder-diensten-section {
  padding: 80px 0;
  background-color: #F8F8F8;
  position: relative;
}

.snijder-diensten-container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 50px;
  display: flex;
  align-items: flex-start;
  gap: 50px;
}

.snijder-diensten-main {
  flex: 2;
  display: flex;
  gap: 30px;
  width: 100%;
}

.snijder-dienst-item {
  flex: 1;
  height: 550px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.snijder-dienst-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  transition: transform 0.8s ease-in-out;
  z-index: 1;
}

.snijder-dienst-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  color: white;
  z-index: 2;
  transition: background 0.8s ease-in-out, padding 0.8s ease-in-out;
  display: flex;
  flex-direction: column;
}

.snijder-dienst-title {
  font-family: "NexaBold", sans-serif;
  font-size: 24px;
  margin-bottom: 10px;
}

.snijder-dienst-beschrijving {
  font-family: "NexaLight", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  height: 25px;
  overflow: hidden;
  position: relative;
  transition: height 0.8s ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.snijder-dienst-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

/* Hover effect */
.snijder-dienst-item:hover .snijder-dienst-bg {
  transform: scale(1.05);
}

.snijder-dienst-item:hover .snijder-dienst-content {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0) 100%);
  padding-bottom: 30px;
}

.snijder-dienst-item:hover .snijder-dienst-beschrijving {
  height: 150px;
  -webkit-line-clamp: initial;
  line-clamp: initial;
}

.snijder-overige-diensten {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #008A3C;
  padding: 30px 50px 40px;
  border-radius: 10px;
}

.snijder-overige-title {
  font-family: "AlikaMisely", cursive;
  font-size: 38px;
  margin-bottom: 30px;
  color: white;
  font-weight: 300;
}

.snijder-overige-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.wrapper-overig-menu {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 5px;
}
.wrapper-overig-menu .blad-image-snijder {
  margin-right: 7px;
}
.wrapper-overig-menu .button:hover .button-text {
  transform: translateX(1em) rotate(0.001deg);
}
.wrapper-overig-menu .overige-button .button-text {
  background-color: #008A3C;
  border: 1px solid #008A3C;
  height: 2.5em;
  padding-right: 10px;
  padding-left: 0px !important;
}
.wrapper-overig-menu .overige-button .button-text span {
  font-family: "NexaLight", sans-serif;
  font-size: 16px;
}
.wrapper-overig-menu .overige-button .button-icon {
  height: 2.5em;
  background-color: transparent;
  width: 1em;
  position: relative;
  bottom: 2px;
}
.wrapper-overig-menu .overige-button .button-icon polyline, .wrapper-overig-menu .overige-button .button-icon line {
  stroke: white;
}
.wrapper-overig-menu .overige-button:hover .button-text {
  background-color: transparent;
  color: white;
}

/* Button styling */
.button {
  position: relative;
  display: flex;
  border-radius: 1.5em;
  cursor: pointer;
  text-decoration: none;
}
.button:hover {
  text-decoration: unset;
}

.button-text {
  background-color: black;
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.5em 0 1.5em;
  border-radius: 3em;
  transform: translateX(0em) rotate(0.001deg);
  transition: 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  z-index: 2;
}
.button-text:hover {
  text-decoration: unset;
}

.button-text span {
  color: white;
  font-family: "NexaLight", sans-serif;
  font-weight: 500;
  font-size: 18px;
}

.button-icon {
  background-color: #a5cdaa;
  height: 3em;
  width: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3em;
  transform: scale(1) rotate(0.001deg);
  transition: 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transform-origin: right;
}
.button-icon polyline, .button-icon line {
  stroke: black;
}

.button-icon.duplicate {
  position: absolute;
  transform: scale(0) rotate(0.001deg);
  transform-origin: left;
}

.button-icon svg {
  display: block;
  width: 1.25em;
}

/* Hover */
.button:hover .button-text {
  transform: translateX(3em) rotate(0.001deg);
}

.button:hover .button-icon {
  transform: scale(0) rotate(0.001deg);
}

.button:hover .button-icon.duplicate {
  transform: scale(1) rotate(0.001deg);
}

.blad-image-snijder {
  max-width: 20px;
  height: auto;
}

/* Responsive styles for diensten section */
@media only screen and (max-width: 1200px) {
  .snijder-diensten-container {
    flex-direction: column;
  }
  .snijder-overige-diensten {
    width: 100%;
  }
}


@media screen and (max-width: 810px) and (orientation: landscape) {
    .overig-informatie h2 {
        font-size: 24px;
    }

    .info-informatie-dienst-detail p {
        font-size: 16px;
    }
}


@media only screen and (max-width: 768px) {
  .snijder-diensten-main {
    flex-direction: column;
  }
  .snijder-dienst-item {
    height: 400px;
    flex: unset;
  }
  .snijder-diensten-section {
    padding: 50px 0;
  }
  .snijder-diensten-container {
    padding: 0 30px;
  }
  .snijder-overige-diensten {
    padding: 30px 30px 40px;
  }
  .snijder-overige-title {
    font-size: 28px;
  }
  .snijder-overige-item {
    font-size: 16px;
  }
  .wrapper-overig-menu svg {
    position: relative;
    bottom: -2px;
  }
}

.snijder-intro-c1 {
  flex: 47.5%;
    position: relative;
    top: 30px;
}
.snijder-intro-c1 .snijder-video-container {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  position: relative;
}
.snijder-intro-c1 .snijder-video-container .snijder-intro-video {
  width: 100%;
  height: 460px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.snijder-intro-c1 .snijder-video-container .play-button-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.snijder-intro-c1 .snijder-video-container .play-button-overlay:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.snijder-intro-c1 .snijder-video-container .play-button-overlay svg {
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.5));
}

.intro-single-detail h1 {
	font-size: 32px;
}

.intro-single-detail p {
	font-size: 16px; 
}

@media only screen and (max-width: 599px) {
	.postid-272 .groen-hr {
		height: 520px;
		top: 170px;
	}
	
	.postid-272 .intro-single-detail h1 {
		font-size: 32px;
		line-height: 32px;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 699px) {
	.postid-277 .groen-hr {
		height: 720px;
		top: 170px;
	}
	
	.postid-277 .intro-single-detail h1 {
		font-size: 32px;
		line-height: 32px;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 699px) {
	.postid-269 .groen-hr {
		height: 520px;
		top: 170px;
	}
	
	.postid-269 .intro-single-detail h1 {
		font-size: 32px;
		line-height: 32px;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 699px) {
	.postid-268 .groen-hr {
		height: 520px;
		top: 170px;
	}
	
	.postid-268 .intro-single-detail h1 {
		font-size: 32px;
		line-height: 32px;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 699px) {
	.postid-267 .groen-hr {
		height: 520px;
		top: 170px;
	}
	
	.postid-267 .intro-single-detail h1 {
		font-size: 32px;
		line-height: 32px;
		margin-bottom: 30px;
	}
}


@media only screen and (max-width: 699px) {
	.postid-266 .groen-hr {
		height: 540px;
		top: 170px;
	}
	
	.postid-266 .intro-single-detail h1 {
		font-size: 32px;
		line-height: 32px;
		margin-bottom: 30px;
	}
}


@media only screen and (max-width: 699px) {
	.postid-184 .groen-hr {
		height: 760px;
		top: 170px;
	}
	
	.postid-184 .intro-single-detail h1 {
		font-size: 32px;
		line-height: 32px;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 499px) {
	.snijder-intro-c1 .snijder-video-container .snijder-intro-video {
		height: 200px;
	}
}

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