n/* 

	Theme Name: Filmvalue
	Theme URI: https://www.filmvalue.nl
	Description: Filmvalue -  Corporate movies, online videos & animations. One stop branding.
	Version: 2 
	Author: Bloemendaal in Vorm
	Author URI: http://www.bloemendaalinvorm.nl
	
*/
/*---------------------------------------------- 
Basics
------------------------------------------------*/
html {
	font-size: 14px;
  overflow-y: scroll;
}

body {
	font-family: 'canaro-300', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 14px;
	color: #000;
	background: #fff;
}

body.mm-open {
	overflow: hidden;
}
body .panel.mobile-placeholder{
	display: none;
}
body.is-mobile .panel.mobile-video{
	display: none;
}
body.is-mobile .panel.mobile-placeholder{
  display: block;
}

.title-404 { display: block; font-size: 4rem; }
.display-1 { display: block; font-size: 6rem; }
.display-2 { display: block; font-size: 5rem; line-height: .75; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
}

.h3, h3 {
  line-height: 1.3;
}

@media all and (min-width: 768px) {
	html,
	body {
		font-size: 15px;
	}
  
  .title-404 { font-size: 6rem; }
	.display-1 { font-size: 7rem; }
	.display-2 { font-size: 6rem; }
}

@media all and (min-width: 992px) {
	html,
	body {
		font-size: 16px;
	}
  
  .title-404 { font-size: 7rem; }
	.display-1 { font-size: 8rem; }
	.display-2 { font-size: 7rem; }
}

@media all and (min-width: 1200px) {
	html,
	body {
		font-size: 18px;
	}
  
  .title-404 { font-size: 9rem; }
	.display-1 { font-size: 10rem; }
	.display-2 { font-size: 9rem; }
  
  .h3, h3 {
    font-size: 1.5rem;
  }
}

@media all and (min-width: 1400px) {
  h1, .h1 {
    font-size: 2.8rem;
  }
}

/* Fonts -------------------------------------- */
@font-face {
  font-family: 'canaro-200';
  src: url('fonts/canaro-extralight-webfont.woff2') format('woff2'),
       url('fonts/canaro-extralight-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'canaro-300';
  src: url('fonts/canaro-light-webfont.woff2') format('woff2'),
       url('fonts/canaro-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'canaro-400';
  src: url('fonts/canaro-book-webfont.woff2') format('woff2'),
       url('fonts/canaro-book-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'canaro-700';
  src: url('fonts/canaro-bold-webfont.woff2') format('woff2'),
       url('fonts/canaro-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.text-200 {
	font-family: 'canaro-200', sans-serif;
	font-weight: normal;
}


.text-300 {
	font-family: 'canaro-300', sans-serif;
	font-weight: normal;
}

.text-400 {
	font-family: 'canaro-400', sans-serif;
	font-weight: normal;
}

.text-700, b, strong {
	font-family: 'canaro-700', sans-serif;
	font-weight: normal;
}

/* Links -------------------------------------- */
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

/* Colors ------------------------------------- */
.text-white { color: #fff; }
.text-black { color: #000; }
.text-orange { color: #ff5b00; }

.link-white, .link-white:hover { color: #fff; }
.link-orange, .link-orange:hover { color: #ff5b00; }

.text-stroke {
	font-family: 'canaro-700', sans-serif;
	font-weight: normal;
	-webkit-text-fill-color:transparent;
	-webkit-text-stroke-width: 1px;
	color: #ff5b00;
}

/* Background --------------------------------- */
.bg-parallax {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* Buttons ------------------------------------ */
.btn-diensten{
	position: relative;
	display: block;
	font-family: 'canaro-700', sans-serif;
	color: white;
	font-size: 1.4em;
	padding-left: 2.25em;
	margin-left: 2em;
	text-align: left;
}
.btn-diensten:before{
	content: '\f054';
	position: absolute;
	left: 0;
	top: 0.2em;
	font-family: "Font Awesome 5 Pro";
	font-size: 0.85em;
	width: 2em;
	line-height: 2em;
	color: white;
	background: #ff5b00;
	text-align: center;
	border-radius: 2em;
}
.btn-diensten:hover{
	color: white;
}

.btn-white {
  display: inline-block;
	font-family: 'canaro-400', sans-serif;
	text-transform: uppercase;
	padding: 0.6rem 1.6rem;
  background: #fff;
  color: #000;
  border-radius: 60px;
}
.btn-white:hover {
  background: #fff;
  color: #000;
}

.btn-black {
  display: inline-block;
	font-family: 'canaro-400', sans-serif;
	text-transform: uppercase;
	padding: 0.6rem 1.5rem;
  background: #000;
  color: #fff;
  border-radius: 60px;
}
.btn-black:hover {
  background: #000;
  color: #fff;
}

.btn-lined {
	position: relative;
	display: inline-block;
	font-family: 'canaro-400', sans-serif;
	text-transform: uppercase;
	padding: 0.6rem 1.85rem 0.6rem 2.6rem;
	color: #000;
	background: none;
	border: 1px solid #000;
	border-radius: 60px;
	margin: 0 0.5em;
}
.btn:focus {
	box-shadow: none;
}

	.btn-lined:before {
		position: absolute;
		content: '\f178';
		font-family: "Font Awesome 5 Pro";
		font-weight: 300;
		font-size: 2.8em;
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		line-height: 1;
		color: #ff5b00;
		left: -13px;
		top: -1px;
    
    transition: 1s;
	}

.btn-lined:hover:before {
  left: -5px;
}

.btn-video-play {
  display: flex;
  align-items: center;
  color: #fff;
}

  .btn-video-play i {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 47px;
    text-align: center;    
    font-size: 1.8rem;
    border: 2px solid #fff;
    border-radius: 100%;
    margin-right: .75rem;
    text-indent: 5px;
  }

  .btn-video-play span {
    font-family: 'canaro-700', sans-serif;
    font-size: 1.125rem;
    line-height: 1;
  }

.btn-video-play:hover {
  color: #fff;
}

  .btn-video-play:hover i {
    background: #fff;
    color: #000;
  }

.btn-video-play.link-black {
  color: #000;
}

  .btn-video-play.link-black i {
    border: 2px solid #000;
  }

.btn-video-play.link-black:hover {
  color: #000;
}

  .btn-video-play.link-black:hover i {
    background: #000;
    color: #fff;
  }

@media all and (min-width: 992px) {
  .btn-video-play i {
    width: 70px;
    height: 70px;
    line-height: 67px;    
    font-size: 2.125rem;
    text-indent: 8px;
  }
}


a.archive-button {
  position: relative;
  display: inline-block;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
a.archive-button {
  width: 13rem;
  height: auto;
}
a.archive-button.long {
  width: 16.5rem;
}
a.archive-button .circle {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #ff5b00;
  border-radius: 1.625rem;
}
a.archive-button .circle .icon {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
a.archive-button .circle .icon.arrow {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
a.archive-button .circle .icon.arrow::before {
  position: absolute;
  content: '';
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
a.archive-button .button-text {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #000;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}
a.archive-button:hover .circle {
  width: 100%;
}
a.archive-button:hover .circle .icon.arrow {
  background: #fff;
  -webkit-transform: translate(1rem, 0);
          transform: translate(1rem, 0);
}
a.archive-button:hover .button-text {
  color: #fff;
}

ul.dienstenlijst,
ul.dienstenlijst li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.dienstenlijst li a {
	position: relative;
	padding-left: 1.5rem;
	color: inherit;
  transition: all .5s;
}
ul.dienstenlijst li a:hover{
	color: inherit;
  padding-left: 2.25rem;
}
ul.dienstenlijst li a:before{
	content: '\f061';
	position: relative;
	font-family: "Font Awesome 5 Pro";
	padding-right: .5rem;
}

/* Sizing ------------------------------------- */
.vh-100 {
	min-height: 100vh;
}

/* Animations --------------------------------- */
.icon-scroll {
	position: relative;
	display: block;
	left: 50%;
	width: 24px;
	height: 40px;
	margin: 0 0 2em -12px;
	box-shadow: inset 0 0 0 2px white;
	border-radius: 24px;
	clear: both;
	-webkit-animation: fadeIn 2s;
	-moz-animation: fadeIn 2s;
	-ms-animation: fadeIn 2s;
	-o-animation: fadeIn 2s;
	animation: fadeIn 2s;
}
.icon-scroll:before {
  position: absolute;
  left: 50%;
  content: '';
  width: 5px;
  height: 5px;
  background: white;
  margin-left: -2.5px;
  top: 10px;
  border-radius: 4px;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: scroll;
	animation-name: scroll;
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-delay: .75s;
	animation-delay: .75s;
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.animated, .anim {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animate-fadein{
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}

@-webkit-keyframes moveUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-6%);
  }
}
@keyframes moveUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-6%);
  }
}

@-webkit-keyframes moveDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(6%);
  }
}
@keyframes moveDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(6%);
  }
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;		
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-transform: translate3d(0, -100%, 0);
						transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		-webkit-transform: none;
						transform: none;
	}
}
@keyframes fadeInDown {
	from {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-transform: translate3d(0, -100%, 0);
						transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		-webkit-transform: none;
						transform: none;
	}
}
@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-transform: translate3d(0, 100%, 0);
						transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		-webkit-transform: none;
						transform: none;
	}
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-transform: translate3d(0, 100%, 0);
						transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		-webkit-transform: none;
						transform: none;
	}
}

@media all and (min-width: 992px) {
	.moveUp {
		-webkit-animation-name: moveUp;
						animation-name: moveUp;
		-webkit-animation-delay: .75s;
		animation-delay: .75s;
	}
	.moveDown {
		-webkit-animation-name: moveDown;
						animation-name: moveDown;
		-webkit-animation-delay: .75s;
		animation-delay: .75s;
	}
}

@media all and (min-width: 1200px) {
	.icon-scroll {
		width: 31px;
		height: 50px;
		margin: 0 0 2em -15px;
		border-radius: 30px;
	}
}

/*---------------------------------------------- 
Navigation
------------------------------------------------*/
#navigation {}

	#navigation .navigation-trigger {
		position: fixed;
		display: flex;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		z-index: 99;
	}

		#navigation .navigation-trigger .bars {
			width: 60px;
			height: 60px;
			background: #ff5b00;
		}

		#navigation .navigation-trigger .bars .menu-btn {  
			display: flex;
			height: 100%;
			justify-content: center;
			align-items: center;
			pointer-events: all;
		}
		
			#navigation .navigation-trigger .bars .menu-btn--icon {
				position: relative;
				display: inline-block;
				width: 32px;
				height: 30px;
				z-index: 888;
				top: 2px;
			}
		
			#navigation .navigation-trigger .bars .menu-btn--bar {
				position: absolute;
				display: block;
				width: 32px;
				height: 4px;
				background: #fff;
				-webkit-transition: all 0.25s ease; 
				transition: all 0.25s ease;
			}
		
				#navigation .navigation-trigger .bars .menu-btn--bar:nth-child(1) { 
					margin-top: 0; 
				}
		
				#navigation .navigation-trigger .bars .menu-btn--bar:nth-child(1) { 
					margin-top: 10px;
				}
		
				#navigation .navigation-trigger .bars .menu-btn--bar:nth-child(3) {
					width: 19px; 
					margin-top: 20px; 
				}
		
				#navigation .navigation-trigger .bars .menu-btn:hover .menu-btn--bar:nth-child(3) {
					width: 32px; 
				}
		
		#navigation .navigation-trigger .icon {
			position: relative;
			width: 60px;
			height: 60px;
			background: #000;
		}
		
			#navigation .navigation-trigger .icon img {
				position: absolute;
				top: 14px;
				left: 10px;
				max-width: 40px;
			}		

	#navigation .navigation-inner {
		position: fixed;
		display: flex;
		flex-direction: column;
		width: 100%;
		height: 100%;
		z-index: 88;
		transform: translateY(-100%);
		background: #000;
		overflow-y: scroll;
	}		

		#navigation .navigation-panel {
			width: 100%;
			text-align: center;
			height: 100%;		
			padding: 6rem 0;
		}	

    #navigation .navigation-panel + .navigation-panel {
			padding: 4rem 0;
		}	

		#navigation .navigation-panel.panel-image {
			background-image: url('../images/bg_menu.jpg');
			background-position: center center;
			background-repeat: no-repeat;
			background-size: cover;	
			opacity: 0;
		}	

			#navigation .navigation-panel .navigation-panel-inner {
				width: 100%;
			}

				#navigation .navigation-panel-inner #hoofdmenu {
					text-align: center;
				}	

					#navigation .navigation-panel-inner #hoofdmenu li a {
						font-family: 'canaro-700', sans-serif;
						font-weight: normal;
						font-size: 1.75rem;
						color: #fff;
					}	

				#navigation .navigation-panel-inner address {
					color: #fff;
					text-transform: uppercase;
					text-align: center;
					margin-bottom: 1.5rem;
					line-height: 1.2;
				}	

					#navigation .navigation-panel-inner address a {
						color: #fff;
					}	
				
				#navigation .navigation-panel-inner .logo {
					margin: 0 auto 1.5rem auto;
					max-width: 240px;
				}	

          #navigation .navigation-panel-inner .logo img {
            margin: 0 auto;
            display: block;
          }	   

				#navigation .navigation-panel-inner .icons {
					text-align: center;
				}	

					#navigation .navigation-panel-inner .icons li a {
						font-size: 1.25rem;
						color: rgba(255,255,255,.4);
						margin: 0 .25rem;
					}

					#navigation .navigation-panel-inner .icons li a:hover {
						color: rgba(255,255,255,1);
					}

          #navigation .navigation-panel-inner .icons li a img.wetransfer {
            position: relative;
            margin-top: -11px;
            opacity: 0.4;
          }

          #navigation .navigation-panel-inner .icons li a:hover img.wetransfer {
            opacity: 1;
          }

@media all and (min-width: 768px) {
	#navigation .navigation-panel-inner #hoofdmenu li a {
		font-size: 2rem;
	}
}

@media all and (min-width: 992px) {
	#navigation .navigation-inner {
		display: flex;
		flex-direction: row;
    overflow-y: hidden;
	}
  
    #navigation .navigation-panel {
			display: flex;
			width: 100%;
			justify-content: center;
			align-items: center;
			height: 100%;		
		}	
  
		#navigation .navigation-panel,
		#navigation .navigation-panel.panel-image {
			width: 50%;
			min-height: 100vh;
		}
  
      #navigation .navigation-panel .navigation-panel-inner {
				width: 80%;
				max-width: 700px;
			}

        #navigation .navigation-panel-inner #hoofdmenu li a {
          font-size: 2.125rem;
        }

        #navigation .navigation-panel-inner address {
          margin-bottom: 3rem;
        }	

        #navigation .navigation-panel-inner .logo {
          margin: 0 auto 3rem auto;
          max-width: 280px;
        }

        #navigation .navigation-panel-inner .icons li a {
          font-size: 1.6rem;
        }
}	

@media all and (min-width: 1200px) {
	#navigation .navigation-panel-inner #hoofdmenu li a {
		font-size: 2.5rem;
	}
  
  #navigation .navigation-panel-inner address {
    font-size: .9rem;
  }
}	

/*---------------------------------------------- 
Hero
------------------------------------------------*/
#hero {
	background: #ccc;
  position: relative;
}

	#hero .hero-inner {
		position: absolute;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		z-index: 40;
	}

		#hero .hero-content {
			display: flex;
			flex-direction: column;
			max-width: 1080px;
			width: 100%;
			padding: 0 15px;
		}

			#hero .hero-content .hero-panel {
				display: flex;
				align-items: center;				
				width: 100%;
				padding: 2rem 1.5rem;
				background: #000;
			}

      #hero .hero-content .hero-panel img {
        max-width: 340px;
      }

			#hero .hero-content .hero-panel + .hero-panel {
				background: #fff;
				justify-content: center;
				padding: 3rem 1.5rem;
			}

      #hero.case .hero-content .hero-panel + .hero-panel {
				padding: 2rem 1.5rem;
			}

				#hero .hero-content .hero-panel .hero-title {
					display: block;
					font-family: 'canaro-200', sans-serif;
					font-weight: normal;
					font-size: 1.75rem;
					line-height: 1.1;
					color: #fff;
					margin-bottom: 1.5rem;
				}

					#hero .hero-content .hero-panel .hero-title i {
						font-style: normal;
						padding-left: 1rem;
					}

				#hero .hero-content .hero-panel .hero-tagline {
					display: block;
					font-size: 1rem;
					color: #ff5b00;
				}
    
          #hero .hero-content .hero-panel .hero-tagline .text-400 {
            color: #fff;
          }

          #hero .hero-content .hero-panel .hero-tagline a {
            color: #fff;
          }
      
      #hero.case .hero-content .hero-panel .hero-title {
        margin-bottom: 1rem;
      }

      #hero.case .hero-content .hero-panel .client {
        font-size: 1.25rem;
        margin-left: 1.5rem;
      }

	#hero .hero-scroller {
		position: absolute;
		bottom: 0;
	}			

	#hero .hero-video {
		position: absolute;
		top: 0;
		bottom: 0;
		width: 100%;
		height: 100%; 
		overflow: hidden;
	}

	#hero .hero-video video {
		min-width: 100%; 
		min-height: 100%; 
		width: auto;
		height: auto;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}

@media all and (min-width: 576px) {
  #hero .hero-content .hero-panel img {
    width: 210px;
  }
  
  #hero .hero-content {
    width: 85%;
  }
}

@media all and (min-width: 576px) and (max-height: 400px) {
	#hero .hero-content {
		flex-direction: row;
	}

	#hero .hero-scroller {
		display: none;
	}	
}

@media all and (min-width: 992px) {
	#hero .hero-content {
		flex-direction: row;
	}

	#hero .hero-content .hero-panel {
		width: 80%;
		height: 420px;
	}
  
  #hero.case .hero-content .hero-panel {
		width: 80%;
		height: 320px;
    padding: 2rem 2.5rem;
	}

		#hero .hero-content .hero-panel .hero-title {
			font-size: 1.8rem;
			margin-bottom: 2.5rem;
		}
  
    #hero.case .hero-content .hero-panel .hero-title {
			font-size: 2.5rem;
			margin-bottom: 1rem;
      line-height: 1;
		}
  
    #hero.case .hero-content .hero-panel .client {
      font-size: 1.5rem;
      margin-left: 1.5rem;
    }
}	

@media all and (min-width: 1200px) {
	#hero .hero-scroller {
		bottom: 3rem;
	}
  
    
    #hero.case .hero-content .hero-panel .hero-title {
			font-size: 3rem;
		}
}

/*---------------------------------------------- 
Werk
------------------------------------------------*/
.werk-item .werk-title {
	display: block;
	font-size: 2rem;
	line-height: 1;				
	margin-bottom: 2.5rem;
}

	.werk-item .werk-title span {
		display: block;
		font-family: 'canaro-700', sans-serif;
		font-weight: normal;
		color: #000;
	}

	.werk-item .werk-title .client {
		position: relative;
		font-family: 'canaro-300', sans-serif;
		font-weight: normal;
		font-size: .7em;
		color: #ff5b00;
		padding-left: 2rem;
	}

.werk-item .werk-trigger {
	display: flex;
	justify-content: space-between;
	align-items: center;
}	

	.werk-item .werk-trigger span {
		font-size: 1.125rem;
		text-transform: uppercase;
	}	

	.werk-item .werk-trigger span strong {
		font-family: 'canaro-700', sans-serif;
		font-weight: normal;
		font-size: 1.5em;
	}	

@media all and (min-width: 992px) {
  .werk-item .panel-text .panel-text-wrapper .werk-title {
    font-size: 2.75rem;
    margin-bottom: 3.5rem;
  }

    .werk-item .panel-text .panel-text-wrapper .werk-title .client {
      font-size: .5em;
    }
}	

@media all and (min-width: 1200px) {
	.werk-item .panel-text .panel-text-wrapper .werk-title {
		font-size: 3rem;
		margin-bottom: 5rem;
	}		
}	

@media all and (min-width: 1600px) {
	.werk-item .panel-text .panel-text-wrapper .werk-title {
		font-size: 4rem;
		margin-bottom: 5rem;
	}		
}	

/*---------------------------------------------- 
Panel basics
------------------------------------------------*/
.panel-wrapper {
	display: flex;
	flex-direction: column;
}

	.panel-wrapper .panel {
		width: 100%;
		min-height: 50vh;
	}

	.panel-wrapper .panel-text {
		position: relative;
		display: flex;
		width: 100%;
		justify-content: center;
		align-items: center;
		padding: 4.5rem 0;
		background: #fff;
	}

		.panel-wrapper .panel-text .panel-text-wrapper {
			width: 80%;
			max-width: 700px;
			padding: 1rem 0;
		}

			.panel-wrapper .panel-text .panel-text-wrapper h2.title {
				font-family: 'canaro-700', sans-serif;
				font-weight: normal;	
				margin-bottom: 1.5rem;
			}
      
      .hero-panel h3.intro,
			.panel-wrapper .panel-text .panel-text-wrapper h3.intro,
      #page-pakketten h3.intro {
				position: relative;
				font-family: 'canaro-300', sans-serif;
				font-weight: normal;	
				padding-left: 3rem;
				margin-bottom: 1.5rem;
			}

				.hero-panel h3.intro:before,
        .panel-wrapper .panel-text .panel-text-wrapper h3.intro:before,
        #page-pakketten h3.intro:before {				
					content: '\\';
					position: absolute;
					top: 0;
					left: 1.5rem;
				}

      .panel-wrapper .panel-text .panel-text-wrapper blockquote p:before,
      .panel-wrapper .panel-text .panel-text-wrapper blockquote p:after {
        content: '"';
      }

      .panel-wrapper .panel-text .panel-text-wrapper blockquote cite {
        position: relative;
        display: block;
        font-style: normal;
        float: right;
        margin-top: 1.5rem;
      }

        .panel-wrapper .panel-text .panel-text-wrapper blockquote cite span {
          display: block;
        }

      .panel-text-wrapper p a {
        display: inline-block;
        font-family: 'canaro-700', sans-serif;
        font-weight: normal;	
        color: #ff5b00;
      }

      .panel.color h1.project-subheading, 
      .panel.color h3.project-subheading, 
      .panel.color h3.intro, 
      .panel.color h3.intro::before, 
      .panel.color h4.title, 
      .panel.color blockquote cite .h5, 
      .panel.color blockquote cite .h6, 
      .panel.color .panel-text-wrapper p a {
        color: inherit;
      }

	.panel-wrapper .panel-image {
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;	
	}		
	.panel-wrapper .panel-image.right { background-position: right center; }
	.panel-wrapper .panel-image.left { background-position: left center; }	
  
  .panel-wrapper .panel-image.has-embed {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

    .panel-wrapper .panel-image.has-embed:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,.4);
      z-index: 1;
    }

      .panel-wrapper .panel-image.has-embed .btn-video-play {
        position: relative;
        z-index: 3;
      }

	.panel-wrapper .panel-image-inside {
		position: relative;
		display: flex;
		width: 100%;
		justify-content: center;
		align-items: center;
		padding: 1rem;
	}

	.panel-wrapper .panel-video {
		position: relative;
	}
	
		.panel-wrapper .panel-video .video-wrapper {
			position: absolute;
			top: 0;
			bottom: 0;
			width: 100%;
			height: 100%; 
			overflow: hidden;
		}
	
		.panel-wrapper .panel-video .video-wrapper video {
/* 			min-width: 100%; 
			min-height: 100%;  */
			width: 100%;
			height: 100%;
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%,-50%);
			object-fit: cover;
		}

@media all and (min-width: 576px) and (max-height: 400px) {
	.panel-wrapper {
		flex-direction: row;
	}

	.panel-wrapper .panel {
			width: 50%;
			min-height: 100vh;
		}	
}

@media all and (min-width: 992px) {
	.panel-wrapper {
		flex-direction: row;
	}

		.panel-wrapper .panel {
			width: 50%;
			height: 100vh;
		}

		.panel-wrapper .panel-text {
			padding: 0;
		}
}

/*---------------------------------------------- 
Case
------------------------------------------------*/
#main .case {
  background: #000;
}

.case-hero .hero-title {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.case-hero .hero-title h1 {
  display: block;
  font-family: 'canaro-700', sans-serif;
  font-weight: normal;		
  font-size: 2rem;			
  line-height: 1;
  margin-bottom: 1.25rem;
}

.case-hero .hero-title .client {
  display: block;
  font-size: .7em;
  text-align: right;
  line-height: 1;
}

.case-hero .werk-disciplines {
  margin-top: 1rem;
  font-size: .85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: right;
  opacity: 0.5;
}

.case-hero .werk-disciplines  span {
  display: inline-block;
  margin-left: 0.2em;
}

	.case-hero .hero-scroll {
		position: absolute;
		bottom: 0;
	}

.case-slide--fullscreen.image {
	min-height: 50vh;
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.case-slide--fullscreen.case-overlay {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center center;
  height: 90vh;
}


.panel-video-overlay {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center center;
  height: 90vh;
}

.panel-video-overlay .btn-video-play {
    position: relative;
    z-index: 4;
  }

  .panel-video-overlay .video-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

    .panel-video-overlay .video-wrapper video {
      display: block;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
    }



.panel-video-overlay::before,
.case-slide--fullscreen.case-overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0,0,0,.15);
}

  .case-slide--fullscreen.case-overlay .btn-video-play {
    position: relative;
    z-index: 4;
  }

  .case-slide--fullscreen.case-overlay .video-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

    .case-slide--fullscreen.case-overlay .video-wrapper video {
      display: block;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
    }


.case-footer {
	position: relative;
	padding: 3rem 0;
	background: #000;
	color: #fff;
}

	.case-footer:before {
		position: absolute;
		content: '';
		display: block;
		width: 100%;
		height: 40px;
		top: -40px;
		background: url('../images/next_tab.svg') top center / auto 40px no-repeat;
    z-index: 20;
	}
	
	.case-footer .col-12 {
		text-align: center;
	}

		.case-footer .footer-scroll {
			position: absolute;
			top: -60px;
			left: 50%;
			transform: translateX(-50%);
      z-index: 21;
		}

@media all and (min-width: 576px) and (max-height: 400px) {		
	.case-hero .hero-scroll {
		display: none;
	}	

	.case-slide--fullscreen.image {
		min-height: 100vh;
		width: 100%;
	}	
}

@media all and (min-width: 992px) {
	.case-hero .hero-title,
	.case-hero .hero-title h1 {
		font-size: 2.75rem;
    margin-bottom: 1.5rem;
	}

	.case-hero .hero-title .client {
		font-size: .5em;
	}

	.case-hero .werk-disciplines {
		font-size: .9rem;
	}

	.case-slide--fullscreen.image {
		min-height: 100vh;
		width: 100%;
	}	
}	

@media all and (min-width: 1200px) {
	.case-hero .hero-title,
	.case-hero .hero-title h1 {
		font-size: 3rem;
    margin-bottom: 1.75rem;
	}

	.case-hero .werk-disciplines {
		font-size: .8rem;
	}

	.case-hero .hero-scroll {
		bottom: 3rem;
	}

	.case-footer .footer-scroll {
		top: -70px;
	}
}	

@media all and (min-width: 1600px) {
	.case-hero .hero-title,
	.case-hero .hero-title h1 {
		font-size: 4rem;
    margin-bottom: 2rem;
	}
}	

.gform_wrapper.gravity-theme .conversie-formulier .gform_button,
.gform_wrapper.gravity-theme .conversie-formulier input[type=text],
.gform_wrapper.gravity-theme .conversie-formulier input[type=tel],
.gform_wrapper.gravity-theme .conversie-formulier input[type=email]{
	border: none !important;
	outline: none !important;
	padding: 0 !important;
	background: none !important;
}
.conversie-formulier_wrapper{
	margin-left: 2.5em !important;
}
.gform_wrapper.gravity-theme .conversie-formulier .gfield_label,
.conversie-formulier_wrapper .gform_heading{
	display: none !important;
}
.conversie-formulier .ginput_container{
	padding: 0.75em 1.5em !important;
	border-radius: 3em !important;
	background: #e3e3e3 !important;
}
.gform_wrapper.gravity-theme  .conversie-formulier .gform_button{
	font-family: 'canaro-700', sans-serif !important;
	background: #ff5b00 !important;
	color: white !important;
	padding: 0.75em 1.5em !important;
	border-radius: 3em !important;
}
.gform_validation_errors{
	border: 2px solid #ff5b00 !important;
	background: none !important;
	border-radius: 3em !important;
	padding: 1em 1.5em 1em 2.5em !important;
	margin-bottom: 1em !important;
  
}
.gform_wrapper.conversie-formulier_wrapper .gform_validation_errors h2{
	font-family: 'canaro-400', sans-serif !important;
	color: #ff5b00 !important;
  font-size: .85rem!important;
}
.gform_wrapper.conversie-formulier_wrapper .gfield_validation_message,
.gform_wrapper.conversie-formulier_wrapper .validation_message{
	font-family: 'canaro-400', sans-serif !important;
	color: #ff5b00 !important;
	border: none !important;
	background: none !important;
	margin: -0.5em 0 0 0 !important;
	padding: 1em 1.5em 0 1.5em !important;
}
.gform_confirmation_wrapper{
	margin-left: 2.5em !important;
}
.gform_confirmation_message{
	background: #ff5b00 !important;
	color: white !important;
	padding: 2em !important;
	border-radius: 1em !important;
	text-align: center !important;
}
.cases-pre{
	background: #222222;
	color: white;
	padding: 3em 0;
}
.cases-pre h3{
	font-family: 'canaro-700', sans-serif;
	font-weight: normal;
	font-size: 2.8rem;
}

/*---------------------------------------------- 
Pages
------------------------------------------------*/

/* Jubileum hero ------------------------------ */
.jubileum-hero {}

	.jubileum-hero .jubileum-title {
		display: flex;
		align-items: flex-end;
		margin-bottom: 2rem;
	}

		.jubileum-hero .jubileum-title .h1 {
			padding-left: .5rem;
			margin: 0;
			line-height: .9;
		}

  .jubileum-hero .hero-content {
    text-align: right;
  }

		.jubileum-hero .hero-content p.lead {
			margin: 0;
		}

/* Jubileum panel ----------------------------- */		
.jubileum .panel-text-wrapper .display-1 {
	margin-bottom: 1.5rem;
}

.jubileum .panel-text-wrapper .date {
	margin: 0;
}

.jubileum .panel-text-wrapper .title {
	margin-bottom: 2rem;
}

.jubileum .panel-text-wrapper .hashtags {
	font-family: 'canaro-700', sans-serif;
	font-weight: normal;
}

	.jubileum .panel-text-wrapper .hashtags span {
		padding-right: .5rem;
	}

/* Jubileum colors ---------------------------- */
.jubileum-panel .panel-text {
  background: #000;
}

  .jubileum-panel .display-1,
  .jubileum-panel .date {
    color: #ff5b00;
  }

  .jubileum-panel .title,
  .jubileum-panel p,
  .jubileum-panel .hashtags {
    color: #fff;
  }

.jubileum-panel:nth-of-type(3n - 1) .panel-text {
  background: #ff5b00;
}

  .jubileum-panel:nth-of-type(3n - 1) .display-1,
  .jubileum-panel:nth-of-type(3n - 1) .title,
  .jubileum-panel:nth-of-type(3n - 1) p,
  .jubileum-panel:nth-of-type(3n - 1) .hashtags {
    color: #fff;
  }

  .jubileum-panel:nth-of-type(3n - 1) .date {
    color: #000;
  }

.jubileum-panel:nth-of-type(3n + 1) .panel-text {
  background: #fff;
}

  .jubileum-panel:nth-of-type(3n + 1) .display-1,
  .jubileum-panel:nth-of-type(3n + 1) .date {
    color: #ff5b00;
  }

  .jubileum-panel:nth-of-type(3n + 1) .title,
  .jubileum-panel:nth-of-type(3n + 1) p,
  .jubileum-panel:nth-of-type(3n + 1) .hashtags {
    color: #000;
  }

#showreel {
  position: relative;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90vh;
	background-size: cover;
	background-position: center center;
}
#showreel:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0,0,0,.5);
}

#showreel .btn-video-play {
  position: relative;
  z-index: 4;
}

  #showreel .video-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%; 
    overflow: hidden;
  }

  #showreel .video-wrapper video {
    display: block;
    min-width: 100%; 
    min-height: 100%; 
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }

#privacy-statement {
	padding: 4rem 0;
}

	#privacy-statement .container {
		max-width: 1170px;
		margin: 0 auto;
		padding: 0 1.5em;
	}

		#privacy-statement .statement-block {
			margin-top: 3em;
		}

			#privacy-statement .statement-block h3.intro::before {
				color: rgb(255,91,0);
				padding: 0 0.5em 0 0;
			}

			#privacy-statement p {
				color: rgba(0,0,0,0.6);
			}

			#privacy-statement .statement-block ul {
				margin-top: 1.5em;
				list-style: square;
				padding-left: 1em;
			}

				#privacy-statement .statement-block ul li {
					list-style: square;
					color: rgba(0,0,0,0.6);
				}

			#privacy-statement .statement-block a {
				color: #000;
			}

				#privacy-statement .statement-block a:hover {
					color: #ff8600;
				}

#meer-zien {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}



/*---------------------------------------------- 
Galerij
------------------------------------------------*/
#page-galerij {
  background: #000;
}

  .owl-galerij .item a {
    display: block;
    position: relative;
  }

/*---------------------------------------------- 
Packages
------------------------------------------------*/
#page-pakketten {
  padding: 6rem 0;
  background-image: url('../images/video-placeholder.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
  
  #page-pakketten .pakketten {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #page-pakketten .pakket {
    border: none;
    border-radius: 0;
    background: #fff;
    margin-bottom: 1.5rem;
  }

    #page-pakketten .pakket .card-header {
      background: #000;
      border: none;
      padding: 2.5rem 1.25rem;
      border-radius: 0;
      text-align: center;
    } 

      #page-pakketten .pakket .card-header h2 { 
        font-family: 'canaro-700', sans-serif;
        font-weight: normal;
        color: #fff;
        margin: 0;
      }

      #page-pakketten .pakket .card-header h5 {      
        font-family: 'canaro-700', sans-serif;
        font-weight: normal;
        color: #ff5b00;
        margin: 0;
      }

    #page-pakketten .pakket .card-body {
      margin: 0 1.25rem;
      padding: 2.5rem 0;
    }

      #page-pakketten .pakket .card-body .pakket-price {
        border-bottom: 2px dashed #ccc;
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem;
      }

        #page-pakketten .pakket .card-body .pakket-price h5 {
          margin: 0;
          color: #000;
        }

        #page-pakketten .pakket .card-body .pakket-price small {
          color: #ff5b00;
        }

          #page-pakketten .pakket .card-body .pakket-price small del {
            color: rgba(0,0,0,.4);
          }
    
        #page-pakketten .pakket .card-body h6 {
          font-family: 'canaro-700', sans-serif;
          font-weight: normal;	
          color: #000;
          text-transform: uppercase;
          margin-bottom: 1rem;
        }

        #page-pakketten .pakket .card-body .pakket-list {
          margin: 0;
        }

          #page-pakketten .pakket .card-body .pakket-list li {
            border: none;
            line-height: 1.3;
          }
    
    #page-pakketten .pakket .card-footer {
      border: none;
      background: #fff;
      padding: 1.25rem 1.25rem 2.5rem 1.25rem;
      text-align: center;
    }

#page-pakketten-cta {
  padding: 6rem 0;
}

@media all and (min-width: 768px) {
  #page-pakketten .pakketten {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
}

/*---------------------------------------------- 
Cookie melding
------------------------------------------------*/
#mycookie{
	display: block;
	position: fixed;
	bottom: 0;
	padding: 2em 1.5em 2.5em;
 	background: rgb(0,0,0);
	z-index: 99;
}
	@media (min-width: 768px) {
		#mycookie{
			width: 25em;
			max-width: 80%;
			right: 0;
			padding: 3em 2.5em 3.5em;
		}
	}
#mycookie .mycookie-text{
	color: rgb(255,255,255);
}
	#mycookie .mycookie-text strong{
		display: block;
		font-family: 'canaro-700', sans-serif;
		font-weight: normal;
		font-size: 1.2em;
		margin-bottom: 0.25em;
	}
	#mycookie .mycookie-text a{
    color: #fff;
		border-bottom: 1px solid white;
	}
#mycookie .mycookie-buttons{
	margin-top: 1.5em;
}
#mycookie .mycookie-button{
	display: inline-block;
	font-family: 'canaro-700', sans-serif;
	padding: 0.75em 1em;
 	color: rgba(255,255,255,0.25);
}
	#mycookie .mycookie-button.mycookie-accept{
 		color: rgb(26,26,26);
		background: rgb(255,255,255);
		margin-right: 0.5em;
	}

/*---------------------------------------------- 
Footer
------------------------------------------------*/
#footer {
	background: #000;
	padding: 3rem 0;
}

	#footer .col-md-6 {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#footer .footer-text-wrapper {
		text-align: left;
	}

	#footer span {
		font-size: 1.125rem;
	}
  
    #footer span font {
			display: block;
		}

		#footer span font a {
			color: #fff;
		}

	#footer img {
		max-width: 260px;
	}

@media all and (min-width: 992px) {
	#footer {
		padding: 4rem 0;
	}

		#footer span {
			font-size: 1.15rem;
		}

		#footer img {
			max-width: 300px;
		}
}

@media all and (min-width: 1200px) {
	#footer {
		padding: 5rem 0;
	}

		#footer span {
			font-size: 1.25rem;
		}

		#footer img {
			max-width: 360px;
		}
}