/*He! Gezellig dat je er bent! Een vraag over de styling? Mail gerust via support@versgemerkt.nl */
/* CSS V1.0 | September 2018 */

/* !!!!!!!!!!!!!!!LET OP!!!!!!!!!!!!!!! Wil je wijzigingen aanbrengen in de styling? Doe dit dan in custom.css in het child theme.  */

h2 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom:0px;
  margin-top: 0px;
  font-weight: 400;
}

h3 {
  color: #164d95!important;
  font-size: 1.4em;
  line-height: 1.4em;
  letter-spacing: 0.1px;
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}

h4 {
  margin-bottom: 7.5px;
  margin-top: 7.5px;
}

p {
  font-size: 0.95em;
  color: black;
  line-height: 2.2em;
}

a {
  color: #000!important;
}

.buttons-standard {
  height: 50px;
}

#back-to-top {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 9999;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 30px;
  background: rgba(255,255,255,0.9);
  color: #444;
  cursor: pointer;
  border: 0;
  border-radius: 0px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;

  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

#back-to-top i {
  padding-top: 9px;
}

#back-to-top:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

#back-to-top.show {
    opacity: 1;
}

.licht {
  color: white;
}

.donker {
  color: rgba(0,0,0,0.7)
}

.standaard-knop {
  padding: 17px 16px;
  padding-top: 10px;
  padding-bottom: 20px;
  text-decoration: none;
  border-radius: 3px;
  position: relative;
  top: 35px;
  display: inline-block;
  margin-bottom: 50px;

  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.standaard-knop:hover {
  opacity: 0.7;
  cursor: pointer;

  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.standaard-knop i {
  position: relative;
  top: 7px;
  padding: 0px;
  margin: 0px;
}

.standaard-subtitel {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  color: rgba(0,0,0,0.3);
  line-height: 20px;
  padding-bottom: 5px;
}

/* standaard knop element */

.basic-button,.basic-button a {
  position: relative;
  max-width: 100%;
}

.basic-button a {
  margin: 25px 0px 25px 0px;
  top: 0px;
}

.centeredbtn {
  text-align: center;
  margin: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.fullwidth a {
  width: 100%;
  text-align: center;
  margin: 0px;
  margin-top: 25px;
  padding-left: 0px;
  padding-right: 0px;
}


.wel #main-content {
    padding-top: 137px;
}

.niet #main-content {
    padding-top: 90px;
}

.col-left-right {
    max-width: 25%;
  float: left !Important;
}

#top-bar {
  display: none;
  min-width: 100%;
}

#top-bar .left, #top-bar .right {
  width: 50%;
}

#top-bar .right {
  text-align: right;
  top: 0px;
  right: 0px;
  position: absolute;
}

#top-bar .left p {
  text-align: left;
  margin: 0px;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 7px;
  padding-bottom: 7px;

  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

#top-bar .right p {
  text-align: right;
  margin: 0px;
  padding-right: 45px;
  padding-left: 45px;
  padding-top: 7px;
  padding-bottom: 7px;

  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

#top-bar .right a {
  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

#top-bar .right a:hover {
  opacity: 0.6;

  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

#top-bar .top-phonenumber:before {
  content: "\f098";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 10px;
}

#top-bar .top-email:before {
  content: "\f0e0";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 10px;
}

/* cookie melding */

.cc-window {
    opacity: 1;
    transition: opacity 1s ease;
}
.cc-window.cc-invisible {
    opacity: 0;
}
.cc-animate.cc-revoke {
    transition: transform 1s ease;
}
.cc-animate.cc-revoke.cc-top {
    transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom {
    transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
    transform: translateY(0);
}
.cc-grower {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s;
}
.cc-link, .cc-revoke:hover {
    text-decoration: underline;
}
.cc-revoke, .cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999;
}
.cc-window.cc-static {
    position: static;
}
.cc-window.cc-floating {
    padding: 2em;
    max-width: 24em;
    -ms-flex-direction: column;
    flex-direction: column;
}
.cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
}
.cc-revoke {
    padding: .5em;
}
.cc-header {
    font-size: 18px;
    font-weight: 700;
}
.cc-btn, .cc-close, .cc-link, .cc-revoke {
    cursor: pointer;
}
.cc-link {
    opacity: .8;
    display: inline-block;
    padding: .2em;
}
.cc-link:hover {
    opacity: 1;
}
.cc-link:active, .cc-link:visited {
    color: initial;
}
.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
}
.cc-banner .cc-btn:last-child {
    min-width: 140px;
}
.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent;
}
.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline;
}
.cc-close {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 1.6em;
    opacity: .9;
    line-height: .75;
}
.cc-close:focus, .cc-close:hover {
    opacity: 1;
}
.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em;
}
.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
}
.cc-revoke.cc-left {
    left: 3em;
    right: unset;
}
.cc-revoke.cc-right {
    right: 3em;
    left: unset;
}
.cc-top {
    top: 1em;
}
.cc-left {
    left: 1em;
}
.cc-right {
    right: 1em;
}
.cc-bottom {
    bottom: 1em;
}
.cc-floating>.cc-link {
    margin-bottom: 1em;
}
.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em;
}
.cc-window.cc-floating .cc-compliance {
    -ms-flex: 1;
    flex: 1;
}
.cc-window.cc-banner {
    -ms-flex-align: center;
    align-items: center;
}
.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0;
}
.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0;
}
.cc-banner .cc-message {
    -ms-flex: 1;
    flex: 1;
}
.cc-compliance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}
.cc-compliance>.cc-btn {
    -ms-flex: 1;
    flex: 1;
}
.cc-btn+.cc-btn {
    margin-left: .5em;
}
@media print {
    .cc-revoke, .cc-window {
    display: none;
}
}@media screen and (max-width:900px) {
    .cc-btn {
    white-space: normal;
}
}@media screen and (max-width:414px) and (orientation:portrait), screen and (max-width:736px) and (orientation:landscape) {
    .cc-window.cc-top {
    top: 0;
}
.cc-window.cc-bottom {
    bottom: 0;
}
.cc-window.cc-banner, .cc-window.cc-left, .cc-window.cc-right {
    left: 0;
    right: 0;
}
.cc-window.cc-banner {
    -ms-flex-direction: column;
    flex-direction: column;
}
.cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
    flex: 1;
}
.cc-window.cc-floating {
    max-width: none;
}
.cc-window .cc-message {
    margin-bottom: 1em;
}
.cc-window.cc-banner {
    -ms-flex-align: unset;
    align-items: unset;
}
}
.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -ms-flex: none;
    flex: none;
}
.cc-theme-classic .cc-btn {
    border-radius: 5px;
}
.cc-theme-classic .cc-btn:last-child {
    min-width: 140px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block;
}
.cc-theme-edgeless.cc-window {
    padding: 0;
}
.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em 2em 1.5em;
}
.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: .8em 1.8em;
    height: 100%}
.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em;
}
.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn {
    margin-left: 0;
}

.cc-color-override--762885980.cc-window {
  background-color: rgba(255,255,255,0.8) !important;
}

#header {

    width:10%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 100;
    background: #3e3e40!important;
  border-bottom: 16px solid #164d95!important;
}

#header .container, #header .row{
  height: 100%;
  position: relative;
}

#header .menu-logo img {
    width: auto;
    height: 90px;

  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}


#header {

    width:100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 100;
    background: #3e3e40!important;
  border-bottom: 16px solid #164d95!important;
}

#header .menu-logo img:hover {
    opacity: 0.6;

  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

#mainmenu{
  position:absolute;
  top: 0px;
  right: 30px;
  min-height: 95px;
}

.menu-container{
  min-height: 100%;
}

.navbar-nav {
  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.navbar-nav li {
    text-decoration: none;
    display: inline;
    margin-left: 0px;
    padding: 0px 15px 0px 15px;
    text-align: center;
    min-height: 85px;
  padding-bottom: 45px;
  position: relative;

  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.navbar-nav li a{
    color: black;
    line-height: 65px;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
}

.navbar-nav .active {
  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.navbar-nav li a:hover {

  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.big-menu-btn a {
  border-radius: 3px;
  padding: 10px 15px;
}

.navbar-nav .big-menu-btn a:hover {
  opacity: 0.7;
  border: none;
}

.mobile-menu-container {
  display: none;
}

.mobile-menu-container {
  float: right;
  width: 100%;
  margin-top: -70px;
}

/* sub menu main menu */
.navbar-nav .sub-menu {
  position: absolute;
  display: none;
  background: white;
  width: 200px;
  padding: 0px;
  text-align: left;
  top: 56px;
  right: 0px;
  border: solid thin lightgray;

  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.navbar-nav li:hover .sub-menu {
  display: block;

  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.navbar-nav .sub-menu li {
  border-bottom: solid thin lightgray;
  padding: 20px 20px;
  text-align: left;
  min-width: 160px;
  position: relative;
  display: block;
  min-height: 10px;
  height: auto;
  max-height: 30px;
}

.navbar-nav .sub-menu li a {
  padding: 16px 0px;
  line-height: 20px;
  padding-left: 10px;
  width: 190px;
  height: 35;
  top: 0px;
  left: 0px;
  text-align: left;
  position: absolute;
}

.navbar-nav .sub-menu li a:hover {
  border: none;
}

/* mobiel menu */
.mobile-menu-container .big-menu-btn a {
  border-radius: 0px;
  text-align: center;
}

.ace-responsive-menu > li > ul.sub-menu {
  padding-left: 0px;
}

.ace-responsive-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    background: white;
    float:left;
    width:100%;
  margin-top: 10px;
}
.ace-responsive-menu li{
    list-style: none;
}
.ace-responsive-menu li ul {
    display:none;
}
.ace-responsive-menu > li {
    display: block;
    margin: 0;
    padding: 0;
    border: 0px;
    float: left;
}
.ace-responsive-menu li a {
        color:black;
}
.ace-responsive-menu > li > a {
    display: block;
    position: relative;
    margin: 0;
    border: 0px;
    padding: 18px 20px 18px 12px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 300;
    color: black;
}

.ace-responsive-menu .sub-menu a {
    border-top: solid 1px lightgray;
  background: #f7f7f7 !important;
}

.ace-responsive-menu li.menu-active > a {
    background: white !important;
    color:black;
}
.ace-responsive-menu li .menu-active {
    position: relative;
}
.ace-responsive-menu > li > a > .arrow:before {
    margin-left: 15px;
    display: inline;
    font-size: 16px;
    font-family: FontAwesome;
    height: auto;
    content: "\f107";
    font-weight: 300;
    text-shadow: none;
    width: 10px;
    display: inline-block;
}
.ace-responsive-menu li ul.sub-menu li > a > .arrow:before {
    content: "\f105" !important;
}
.ace-responsive-menu > li > ul.sub-menu {
    display: none;
    list-style: none;
    clear: both;
    margin: 0;
    position: absolute;
}
.ace-responsive-menu li ul.sub-menu {
    background: white;
}
.ace-responsive-menu li ul.sub-menu > li {
    width: 185px;
}
.ace-responsive-menu li ul.sub-menu li a {
    display: block;
    margin: 0px 0px;
    padding: 12px 20px 12px 15px;
    text-decoration: none;
    font-size: 13px;
    font-weight: normal;
    background: none;
}
.ace-responsive-menu > li > ul.sub-menu > li {
    position: relative;
}
.ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu {
    position: absolute;
    left: 185px;
    top: 0px;
    display: none;
    list-style: none;
}
.ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
    position: absolute;
    left: 185px;
    top: 0px;
    display: none;
    list-style: none;
}
.ace-responsive-menu > li > ul.sub-menu li > a > .arrow:before {
    float: right;
    margin-top: 1px;
    margin-right: 0px;
    display: inline;
    font-size: 16px;
    font-family: FontAwesome;
    height: auto;
    content: "\f104";
    font-weight: 300;
    text-shadow: none;
}

/* Menu Toggle Btn */
.menu-toggle {
    display: none;
    float: left;
    width: 100%;
}

#menu-btn h3 {
  float: left;
  font-size: 17px  !important;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 10px;
}

.hamburger {
  float: right;
}

.menu-toggle .icon-bar {
    display: block !important;
    width: 25px;
    height: 3px;
    background-color: black !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 3px;
    margin: 5px;
  outline: none;
}

.menu-toggle #menu-btn {
    float: right;
    border: none;
    padding: 8px;
    border-radius: 5px;
    cursor: pointer;
    margin: 5px;
    outline: none;
  background-color: rgba(0,0,0,0);

  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}


.hide-menu {
    display: none;
}

/* Accordion Menu Styles */

ul[data-menu-style="accordion"] {
    width: 250px;
}
ul[data-menu-style="accordion"] > li {
    display: block;
    margin: 0;
    padding: 0;
    border: 0px;
    float: none !important;
}
ul[data-menu-style="accordion"] > li:first-child {
}
ul[data-menu-style="accordion"] li ul.sub-menu > li {
    width: 100%;
}
ul[data-menu-style="accordion"] > li > a > .arrow:before {
    float: right;
    content: "\f105";
}
ul[data-menu-style="accordion"] li.menu-active > a > .arrow:before {
    content: "\f107" !important;
}
ul[data-menu-style="accordion"] > li > ul.sub-menu {
    position: static;
}
ul[data-menu-style="accordion"] > li > a i {
    padding-right: 10px;
    color: #FF5737;
}
ul[data-menu-style="accordion"] > li > ul.sub-menu > li ul.sub-menu {
    position: static;
}
ul[data-menu-style="accordion"] > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
    position: static;
}
ul[data-menu-style="accordion"] > li {
    border-bottom: 1px solid #242424;
}
ul[data-menu-style="accordion"] li a:hover {
    background: #272727 !important;
}
ul[data-menu-style="accordion"] ul.sub-menu li.menu-active > a > .arrow:before {
    content: "\f107" !important;
}

ul[data-menu-style="vertical"] {
    width: 200px;
}
ul[data-menu-style="vertical"] > li {
    float: none;
}
ul[data-menu-style="vertical"] > li:first-child {
}
ul[data-menu-style="vertical"] li ul.sub-menu > li {
    width: 100%;
}
ul[data-menu-style="vertical"] > li > a > .arrow:before {
    float: right;
    content: "\f105";
}
ul[data-menu-style="vertical"] > li.menu-active {
position:relative;
}
ul[data-menu-style="vertical"] > li > ul.sub-menu {
    position: absolute;
    left:200px;
    top:0px;
    width:200px;
}
ul[data-menu-style="vertical"] > li > a i {
    padding-right: 10px;
    color: #FF5737;
}
ul[data-menu-style="vertical"]> li > ul.sub-menu > li ul.sub-menu {
    position: absolute;
    width:200px;
    left: 200px;
}
ul[data-menu-style="vertical"] > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
    position: absolute;
    width:200px;
    left: 200px;
}
ul[data-menu-style="vertical"] > li {
    border-bottom: 1px solid #242424;
}
ul[data-menu-style="vertical"] li a:hover {
    background: #272727 !important;
}

/* pagina titel */
.page-title {
  margin: 0px;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

.standard-page-title {
  position: relative;
  height: 275px;
}

.overlay-pagina-title {
  position: absolute;
  top: 0px;
  z-index: 0;
  width: 100%;
  height: 275px;
}

.title-content,.title-content h1 {
  z-index: 1;
  position: relative;
}

.page-title h1 {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 20px;
  margin: 0px;
  color: white;
}

.page-title p {
  text-align: center;
  padding-bottom: 75px;
  font-size: 1.1em;
  line-height: 1.9em !important;
  margin: 0px;
  color: white;
  max-width: 40%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0px;
}

.breadcrumbs {
  padding-bottom: 100px;
  text-align: center;
}

.project-overzicht-title .breadcrumbs,.blog-overzicht-title .breadcrumbs  {
  padding-bottom: 50px;
}

.blog-overzicht-title {
  margin-bottom: 50px;
}

.breadcrumbs a,.breadcrumbs span {
  color: white;
  opacity: 0.6;
  text-decoration: none;

  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.breadcrumbs a:hover {
  opacity: 1;

  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.donkere-titel p,.donkere-titel h1,.donkere-titel .breadcrumbs a,.donkere-titel .breadcrumbs span {
  color: black !important;
}

.post-category-selection {
  border-top: solid thin rgba(255,255,255,0.4);
  background: rgba(0,0,0,0.1);
}

.donkere-titel .post-category-selection {
  border-top: solid thin rgba(0,0,0,0.1);
  background: rgba(255,255,255,0.3);
}

.category-selection-field {
  background-color: rgba(255,255,255,0.9);
  color: black;
  border-color: rgba(255,255,255,0.3) !important;
}

.donkere-titel .category-selection-field {
  background-color: rgba(255,255,255,0.9);
  color: black;
  border-color: rgba(0,0,0,0.1) !important;
}

.project-overzicht-title,.blog-overzicht-title {
  overflow: hidden;
  position: relative;
}

.project-overzicht-title::before,.blog-overzicht-title::before {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
}

.project-overzicht-title::after,.blog-overzicht-title::after {
  content: "";
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
}

/* Sectie: tussenruimte */
.tussenruimte {
  border-color: lightgray;
  border-width: 1px;
}

/* Sectie: video */
.verbergvelden .video-omschrijving {
  display: none !important;
}

.toonvelden .video-omschrijving {
  display: block !Important;
}

.verbergvelden .video {
  width: 100% !important;
  height: 650px;
}

.video-container iframe,.video-container {
  border-radius: 5px;
}

.video-container .video {
  width: 60%;
  float: left;
  border-radius: 5px;
}

.video-container .video-omschrijving {
  width: 35%;
  float: right;
}

.video-container .video-omschrijving {
  padding-top: 25px;
}

.plyr__video-embed {
  padding-bottom: 0%;
  height: 400px;
  border-radius: 5px;
  overflow: scroll;
  padding-bottom: 0px !Important;
}

/* Sectie: grote banner */

.grote-banner-content {
  position: relative;
}

.grote-banner-container h2 {
  font-size: 75px;
  font-weight: 700;
  line-height: 85px;
}

.grote-banner-container h3 {
  font-size: 30px;
  margin-top: 0px;
}

.grote-banner-container p {
  padding-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 35px;
  width: 50%;
}

.midden,.midden h2,.midden h3,.midden p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* Sectie: Info balk */
.titel-en-knop-container {
  background-size: cover;
  background-position: center;
}


.titel-en-knop-content h2 {
  max-width: 80%;
  font-size: 60;
  font-weight: 700;
  margin-left: -5px;
  line-height: 75px;
}

.titel-en-knop-content h3 {
  font-size: 30px;
  margin-top: 0px;
}

.titel-en-knop-content ul {
  padding: 0px;
  padding-top: 50px;
  width: 100%;
  list-style-type: none;
}

.titel-en-knop-content ul li {
  float: left;
  position: relative;
  width: 28%;
  list-style: none;
  top: 0px;
}

.titel-en-knop-content ul li p {
  padding-right: 30px;
}

.titel-en-knop-content p {
  padding-top: 0px;
  top: 0px;
  font-size: 17px;
  line-height: 30px;
}

.titel-en-knop-content .standaard-knop {
  margin-top: -10px;
}

/* Sectie: diensten */
.dienst-container {
  padding-top: 25px;
  padding-bottom: 25px;

  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

a .dienst-container:hover {
  opacity: 0.7;

  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.dienst-container h3 {
  margin: 0px;
  padding: 0px;
  font-size: 20px;
  line-height: 30px;
}

.dienst-container p {
  font-size: 14px;
  line-height: 30px;
}

.dienst-container .dienst-icon {
  width: 15%;
  float: left;
}

.dienst-container .dienst-omschrijving {
  width: 80%;
  float: right;
}

.dienst-container .dienst-icon i {
  font-size: 40px;
}

/* Sectie: laatste posts */
.recent-posts {
  height: auto;
}

.recent-posts .projecten-overzicht {
  width: 100% !important;
}

.recent-post-title {
  text-align: center;
  padding-bottom: 0px;
  font-size: 31px;
}

.recent-posts .standaard-subtitel {
  text-align: center;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.container-recent-posts {
  width: 100% !Important;
  padding-top: 50px;
}

.recent-posts .read-more-project-btn a span {
    padding-top: 0px;
    top: -8px;
    position: relative;
    font-size: 15px !important;
    margin-top: 0px;
    letter-spacing: 0px !improtant;
}

.recent-posts .read-more-project-btn {
  text-align: center;
  margin-top: 20px;
}

.recent-posts .read-more-project-btn a {
  font-weight: 900;
  text-decoration: none;

  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.recent-posts .read-more-project-btn a:hover {
  opacity: 0.6;

  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.recent-posts .read-more-project-btn a i {
  float: center;
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
}

.recent-posts .read-more-project-btn .donker i,.recent-posts .read-more-project-btn .donker span,.recent-posts .read-more-project-btn .donker {
    background: none !important;
    color: black !important;
}

.recent-posts .read-more-project-btn .licht i,.recent-posts .read-more-project-btn .licht span,.recent-posts .read-more-project-btn .licht {
    background: none !important;
    color: white !important;
}

/* extra styling voor het centrale blog overzicht */
.big-image-posts-grid {
  min-height: 100%;
  overflow: hidden;
  padding-top: 50px;
}

.blog-overzicht-container {
  padding-top: 50px;
}

.big-image-posts-grid .recent-posts-list-items .featured-img {
  height: 350px;
}

.big-image-posts-grid .recent-posts-list-items {
  position: relative;
}

.big-image-posts-grid .post-info {
  position: absolute;
  bottom: 40px;
  max-width: 88%;
  width: 88%;
  border: 0px;
  background: rgba(255,255,255,0.75);
}

.big-image-posts-grid .post-info ul {
  display: none;
  height: 0px;

  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.big-image-posts-grid .recent-posts-list-items:hover .post-info ul {
  display: block;

  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.big-image-posts-grid .recent-posts-list-items:hover .post-info {
  background: rgba(255,255,255,0.9);

  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.big-image-posts-grid .post-info h2 {
  padding-bottom: 20px;
  margin: 0px;
}

/* Categorie selector desktop */
.post-category-selection {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
}

.blog-overzicht-categorieen {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.post-category-selection h4 {
  text-align: center;
  padding-bottom: 15px;
}

.post-category-selection .blog-overzicht-categorieen {
  text-align: center;
}

.post-category-selection .blog-overzicht-categorieen .category-title {
  padding-right: 5px;
  padding-left: 35px;
}

.category-selection-field, .category-selection-field label, .category-selection-field .category-title {
  white-space: nowrap;
}

.category-selection-field {
  position: relative;
  padding-left: 35px;
  font-size: 0.8em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  border: thin solid #eee;
  border-radius: 5px;
  padding: 5px;
  margin-left: 10px;
  margin-right: 10px;

  word-break: keep-all;

  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.category-selection-field a {
  word-break: keep-all;
}

.category-selection-field:hover .category-title {
  opacity: 0.6;

  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.category-selection-field input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.category-selection-field span {
  line-height: 3em;
}

.checkmark {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 25px;
  width: 25px;
  border-radius: 3px 0px 0px 3px;
  background-color: #eee;

-webkit-box-shadow: inset 0px 0px 10px 1px rgba(107,107,107,0.1);
box-shadow: inset 0px 0px 10px 1px rgba(107,107,107,0.1);
}

.category-selection-field:hover input ~ .checkmark {

  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.category-selection-field input:checked ~ .checkmark {
  background-color: #ccc;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.category-selection-field input:checked ~ .checkmark:after {
  display: block;
}

.category-selection-field .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid black;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.recente-projecten #post-card-container {
  padding-top: 50px;
}

#post-card-container .blog-overzicht-post {
  width: 33%;
  padding: 0px;
display: inline-block;
vertical-align: top;
  margin-left: auto;
  margin-right: auto;
}

#post-card-container .blog-overzicht-post .top {
  padding: 20px 20px 0px 20px;
  object-fit: cover;
  min-height: 250px;
  max-height: 250px;
}

#post-card-container .blog-overzicht-post .bottom {
  padding: 0px 20px 20px 20px;
}

#post-card-container .blog-overzicht-post .top img {
  border-radius: 3px 3px 0px 0px;
  min-height: 250px;
  max-height: 250px;
  width: 100%;
  object-fit: cover;

  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.blog-overzicht-post {
  object-fit: cover;
}

.blog-overzicht-post img {
  object-fit: cover;
}

#post-card-container .blog-overzicht-post .top img:hover {
  opacity: 0.6;

  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.blog-overzicht-post-description {
  background-color: white;
  border: solid 0.5px #dfdfdf;
  border-top: solid 0.5px rgba(0,0,0,0);
  border-radius: 0px 0px 3px 3px;
}

.blog-overzicht-post-description h2 {
  font-size: 1.3em;
  line-height: 1.5em;
  padding: 25px 25px 0px 25px;
  border-top: solid thin #dfdfdf;

  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.blog-overzicht-post-description .title-post {
  text-decoration: none;
  color: black;
}

.blog-overzicht-post-description .title-post:hover h2 {
  opacity: 0.6;
  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.blog-overzicht-post-description p {
  padding: 0px 25px 25px 25px;
}

.blog-overzicht-post-description .continue-reading-btn {
  text-align: center;
  border-radius: 0px 0px 3px 3px;
  width: 100%;
  line-height: 60px;
  text-decoration: none;

  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.blog-overzicht-post-description .continue-reading-btn div {
  border-radius: 0px 0px 3px 3px;

  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.blog-overzicht-post-description .continue-reading-btn div:hover {
  opacity: 0.6 !important;

  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.blog-overzicht-post-meta-description ul {
  padding: 0px;
  padding-left: 25px;
  padding: 5px 25px 5px 25px;
}

.blog-overzicht-post-meta-description ul li {
  list-style: none;
  display: inline;
  width: auto;
  height: 28px;
  padding-top: 0px;
}

.blog-overzicht-post-meta-description ul li span {
  list-style: none;
  display: inline;
  width: auto;
  line-height: 25px;
  font-size: 15px;
}

.blog-overzicht-post-meta-description p {
  font-size: 1.4em;
  line-height: 1.6em;
  padding: 25px;
}

.paginate-navigation {
  width: 100%;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 50px;
}

.projecten-overzicht .paginate-navigation {
  margin-top: 0px;
}

.paginate-navigation .paginate-item {
  width: 30px;
  height: 30px;
  border: thin solid rgb(223, 223, 223);
  border-radius: 100%;
  display: inline-block;
  opacity: 0.6;

  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.paginate-navigation .paginate-item {
  color: black;
  line-height: 1.9em;
}

.paginate-navigation .paginate-item:hover {
  opacity: 1;
  color: black;
  background-color: rgb(223, 223, 223);

  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.paginate-navigation .active .paginate-item {
  color: black;
  background-color: rgb(223, 223, 223);
}

/* single post */
.post-featured-img img,.blogpost-featured-img img  {
    width: 50%;
    height: auto;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#post-content {
  position: relative;
  max-width: 65%;
  min-width: 65%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

#post-content p,#post-content h2,#post-content h3,#post-content h4,#post-content h5,#post-content h6, #post-content ol, #post-content ul {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  display: block;
}

#post-content ol li, #post-content ul li {
  line-height: 2em;
  font-size: 0.95em;
  margin-left: 1em;
}

#post-content .video {
  height: 500px;
}

#post-content h2,#post-content h3 {
  margin-top: 40px;
}

.blogpost-featured-img {
  height: 400px;
  margin-top: 100px;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

.post-meta-description {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}

.post-meta-description h1 {
  font-size: 3em;
  line-height: 1.4em;
  letter-spacing: 0px;
  padding-left: 15px;
  padding-right: 100px;
  margin: 0px;
}

.post-meta-description ul {
  padding: 0px;
  padding-left: 15px;
  padding-right: 15px;
}

.post-meta-description ul li {
  list-style: none;
  display: inline;
  width: auto;
}

.post-meta-description ul li span {
  line-height: 1.7em;
}

.post-meta-description p {
  padding-left: 15px;
  padding-right: 100px;
  font-size: 1.4em;
  line-height: 1.9em;
}

/* social share single blog */
.social-share {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.social-share a {
  width: 33.333%;
  float: left;
  text-align: center;
  text-decoration: none;
  color: white;
  line-height: 3em;

  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.social-share a:hover {
  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.social-share div i {
  padding-right: 10px;
}

.facebook-button a {
background-color:#306199;
}

.plus-button a {
background-color: #e93f2e;
}

.twitter-button a {
background-color:#26c4f1;
}

.linkedin-button a {
background-color:#007bb6;
}

.facebook-button a:hover {
background-color:#112f51;
}

.plus-button a:hover {
background-color: #9e190b;
}

.twitter-button a:hover {
background-color:#0a7290;
}

.linkedin-button a:hover {
background-color:#04415e;
}

/* author box single blog */
.author-box {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  border: thin solid rgb(223, 223, 223);
  border-radius: 5px 5px 0px 0px;
  margin-top: 75px;
  border-top: 0px;
}

.author-box-container {
  padding: 30px;
  height: auto;
  border-top: thin solid rgb(223, 223, 223);
  border-radius: 5px;
}

.author-box .author-img {
  float: left;
  object-fit: cover;
}

.author-box .author-img img {
  object-fit: cover;
  width: 75px;
  height: 75px;
  border-radius: 200px;
}

.author-box .author-description {
  width: 80%;
  float: right;
}

.author-box .author-description h3 {
  padding: 0px;
  padding-bottom: 20px;
  margin: 0px;
  font-size: 1.4em;
}

.author-box .author-description span {
  font-weight: 300;
  font-size: 0.7em;
}

.author-box .author-description p {
  padding: 0px;
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 30px;
}

.author-box .author-description p.functie {
  margin: 0px !Important;
  padding: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  color: rgba(0,0,0,0.3);
  line-height: 20px;
}

.zonder-auteur {
  margin-top: 50px;
  border-top: thin solid rgb(223, 223, 223) !important;
  border-radius: 5px !important;
}

/* standard slider */
.slide{
	position:absolute;
	width:100%;
	height:auto;
  z-index: 50 !Important;
}

.cycle-next {
	width: 0;
	height: 0;
	position:relative;
  z-index: 99;

  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.cycle-prev {
	width: 0;
	height: 0;
	position:relative;
  z-index: 99;

  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

/* Ervaringen slider */
.ervaring-slider .buttons-wrapper {
  position: relative;
  left: 0px;
  top: 0px;
}

.witte-link {
  color: white !Important;
}

.zwarte-link {
  color: black !Important;
}

.ervaring-slider .cycle-next {
  position: absolute;
  left: 30px;
  top: -9px;
}

.ervaring-slider i {
  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.ervaring-slider .cycle-prev i:hover {
  margin-left: -5px;
  cursor: pointer;
  opacity: 0.7;

  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.ervaring-slider .cycle-next i:hover {
  margin-left: 5px;
  cursor: pointer;
  opacity: 0.7;

  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.ervaring-slider {
  position: relative;
}

.ervaring-slider .slide-copy {
  position: relative;
  padding-top: 100px;
  padding-bottom: 70px;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  flex-wrap: nowrap;
}

.ervaring-slider .eerste-kolom {
  flex: 1;
}

.ervaring-slider .tweede-kolom {
  flex: 3;
}

.ervaring-slider h2 {
  text-align: left;
  font-size: 25px;
  line-height: 30px;
  color: black;
  font-weight: 900;
}

.ervaring-slider p {
  text-align: left;
}

.ervaring-slider .eerste-kolom p {
  margin-bottom: 0px;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  color: rgba(0,0,0,0.3);
  line-height: 20px;
}

.ervaring-slider .eerste-kolom a {
  text-decoration: none;
  color: black;

  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.ervaring-slider .eerste-kolom a:hover h2 {
  opacity: 0.7;

  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.ervaring-slider .eerste-kolom .verder-lezen-ervaringsverhaal {
  text-align: left;
  text-transform: none;
}

.ervaring-slider .tweede-kolom a {
  text-align: left;
  text-transform: none;
  color: black;
  letter-spacing: 0.3px;
  font-weight: 900;
  font-size: 17px;
  text-decoration: none;

  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.ervaring-slider .tweede-kolom a:hover {
  opacity: 0.7;

  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.ervaring-slider .tweede-kolom p {
  font-size: 1.2em;
  line-height: 2em;
  margin-top: 0px;
}

.ervaring-slider img {
  width: 50px;
  height: 50px;
  margin-top: 15px;
  object-fit: cover;
  border-radius: 100px;
}

.ervaring-slider .eerste-kolom img, .post-featured-img img {
  display: none;
}

.ervaring-slider .eerste-kolom .toon,.post-featured-img .toon {
  display: block;
}

.ervaring-slider .buttons-wrapper,.ervaring-slider .buttons-wrapper span,.ervaring-slider .buttons-wrapper span i {
  min-height: 50px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* Afbeeldingen slider */
.afbeeldingen-slider {
  width: 100%;
  z-index: 90;
}

.afbeeldingen-slider .buttons-wrapper {
  z-index: 999;
  position: absolute;
  right: 0px;
  bottom: 10px;
}

.afbeeldingen-slider .buttons-wrapper span {
  height: 100px;
  width: 100px;
  background: white;
  padding: 15px;
  padding-top: 25px;
  padding-bottom: 10px;
  z-index: 999;

  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.afbeeldingen-slider .buttons-wrapper span:hover {
  opacity: 0.9;
  cursor: pointer;

  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.slider-afbeelding {
  background-size: cover;
  background-position: center center;
  height: 600px;
  width: 100%;
  z-index: 90;
  overflow: hidden;
}

.afbeeldingen-slider .cycle-prev {
  left: 4px;
}

.omschrijving-afbeelding-slider {
  position: absolute;
  bottom: 0px;
  background: rgba(0,0,0,0.5);
  width: 100%;
  overflow: hidden;
}

.omschrijving-afbeelding-slider p {
  color: white;
  line-height: 1.6em;
  padding-left: 30px;
  padding-right: 125px;
}

#post-content .omschrijving-afbeelding-slider p {
  max-width: 100%;
  padding-left: 30px;
  padding-right: 125px;
}

/* Klant Logo's Overzicht */
.klant-logos {
overflow-y: scroll;
overflow-x: hidden;
}

.klant-logos .eerste-kolom {
  width: 60%;
  float: left;
}

.klant-logos .tweede-kolom {
  width: 40%;
  float: right;
}

.klant-logos .tweede-kolom p {
  padding-top: 0px;
  top: 0px;
  font-size: 17px;
  line-height: 30px;
  margin-top: 0px;
}

.klant-logos .tweede-kolom a {
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
  color: black;
  font-weight: 900;

  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.klant-logos .tweede-kolom a:hover {
  opacity: 0.7;

  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.klant-logos .tweede-kolom a span {
  line-height: 22px;
  left: 5px;
  padding-top: 0px;
  top: 0px;
  font-size: 17px;
  margin-top: 0px;
}


.klant-logos .tweede-kolom i {
  float: left;

-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
}


.logos-container {
  margin-top: 100px;
  width: 115%;
  left: -7%;
  position: relative;
overflow-y: scroll;
overflow-x: hidden;
}

article.clients {
	float: left;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 22%;
  margin-top: 75px;
	height: 100px;
	margin-right: 15px;
  margin-left: 15px;
	-webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

article.clients * {
	vertical-align: middle;
}

article.clients span {
	height: 100%;
	width: 1px;
}

article.clients img {
  width: auto;
  height: 80px;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 0.3;

  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

article.clients img:hover {
  -webkit-filter: none; /* Safari 6.0 - 9.0 */
  filter: none;
  opacity: 1;
  height: 75px;

  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

/* standard forms */
.standard-form form > div {
  position: relative;
  overflow: hidden;
}

.standard-form form .field input[type="text"], .standard-form form .field textarea {
  border: 1px solid lightgray;

}

.standard-form form input[type="text"], .standard-form form textarea {
  width: 100%;
  border: none;
  border-radius: 3px;
  background: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 8px 12px;
  outline: 0;
  margin-bottom: 15px;
  box-sizing:border-box;
  -moz-box-sizing:border-box;

  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}
.standard-form form input[type="text"]:valid, .standard-form form textarea:valid {
  background: white;
}
.standard-form form input[type="text"]:focus, .standard-form form textarea:focus {
  border-color: #f06d06;

  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}
.standard-form form input[type="text"]:focus + label, .standard-form form textarea:focus + label {
  font-size: 70%;
  padding: 1px 6px;
  z-index: 2;

  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}
.standard-form form label {
  transition: background 0.2s, color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
  position: absolute;
  color: #999;
  margin-left: 5px;
  margin-top: 20px;

  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}
.standard-form form textarea {
  display: block;
  resize: vertical;
}

.standard-form form input[type="text"] {
  padding: 21px 12px 21px 12px;
}

.standard-form form textarea {
  padding: 11px 12px 80px 12px;
}

.standard-form form label {
  top: 0;
  bottom: 0;
  left: 0;
}
.standard-form form input[type="text"]:focus {
  padding: 30px 12px 12px 12px;
}

.standard-form form textarea:focus {
  padding: 31px 12px 60px 12px;
}
.standard-form form input[type="text"]:focus + label {
  top: 100%;
  margin-top: -55px;
}

.standard-form form textarea:focus + label {
  top: 100%;
  margin-top: -115px;
}

.standard-form input:focus::-webkit-input-placeholder { color:transparent; }
.standard-form input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
.standard-form input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
.standard-form input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

.standard-form textarea:focus::-webkit-input-placeholder { color:transparent; }
.standard-form textarea:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
.standard-form textarea:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
.standard-form textarea:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

.standard-form form input[type="submit"] {
  width: 100%;
  border: none;
  height: 55px;
  margin-top: px;
  border-radius: 3px;
  cursor: pointer !important;
}

.standard-form form input[type="submit"]:hover {
  opacity: 0.6;
  cursor: pointer !important;
}

.privacy-verklaring-checkbox {
  padding-bottom: 15px;
}

.privacy-verklaring-checkbox span {
  padding-left: 5px;
  font-size: 0.8em;
}

.privacy-verklaring-checkbox a:hover {
  opacity: 0.6;
}






.plate--element__contact_form {
  position: relative;
}

.contact-container {
  max-width: 100%;
}

.toon-map .google-maps-bg {
  display: flex;
  flex-direction: row;
  overflow: hidden;
}

.toon-map .iframe-row {
  flex: 2;
}

.toon-map .standard-form {
  flex: 1;
  height: auto;
  padding-top: 15px;
  border: solid thin #e6e6e6;
}

.toon-map form {
  margin: 0px;
}

.toon-map .standard-form .field {
  padding: 15px 25px 0px 25px;
}

.standard-form .form-button {
  padding-right: 0px;
}

.toon-map .standard-form .form-button {
  padding: 15px 25px 15px 25px;
  margin-top: 15px !Important;
}

.form-button {
  margin-top: 15px !Important;
}

.standard-form .form-button input {
  margin-bottom: 15px;
}

.toon-map input[type="text"] + label {
  margin-left: 30px;
}

.verberg-map input[type="text"]:focus + label {
  margin-top: -68px !important;
}

.toon-map input[type="text"]:focus + label {
  margin-top: -52px;
}

.toon-map textarea + label {
  margin-left: 30px;
}

.toon-map textarea:focus + label {
  margin-top: -120px;
}

.verberg-map textarea:focus + label {
  margin-top: -135px !important;
}

.toon-map .standard-form .field input, .toon-map .standard-form .field textarea {
  margin: 0px;
}

.toon-map input[type="file"],.contact-container input[type="file"] {
  margin-top: 40px;
  padding-bottom: 10px;
}

.toon-map input[type="file"] + label,.contact-container input[type="file"] + label {
  position: relative;
  color: black;
  font-size: 0.8em;
  margin: 0px;
  padding-bottom: 25px;
}

.toon-map input[type="checkbox"],.contact-container input[type="checkbox"] {
  margin-bottom: 0px;
}

.toon-map input[type="checkbox"] + label,.contact-container input[type="checkbox"] + label {
  color: black;
  font-size: 0.8em;
  margin: 0px;
  line-height: 1.5em !Important;
  padding-left: 5px;
  bottom: 10px;
  position: relative;
}

.toon-map h3 {
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 25px;
}


.validatie-forms {

}

.validatie-forms p {
  margin-bottom: 0px;
  padding: 25px;
  padding-bottom: 10px;
  top: 25px;
  position: relative;
}

.validatie-forms p,.validatie-forms ul,.validatie-forms ul li {
    font-size: 14px;
    color: white !important;
  background-color: #e85c41;
  margin: 0px !important;
}

.validatie-forms ul,.validatie-forms ul li {
  list-style: none;
}

.validatie-forms ul {
  padding-bottom: 25px;
  padding-right: 25px;
  margin: 0px;
  padding-left: 25px;
}

.validatie-forms ul li {
  padding-bottom: 10px;
}







/* google maps element */

.google-map-container {
  border-radius: 5px;
  overflow: scroll;
}




/* Mailchimp Form */

.footer-mailchimp {
  border-bottom: solid 1px rgba(0,0,0,0.1);
  padding-bottom: 85px;
  padding-top: 70px;
  position: relative;
  background-color: rgba(159,159,159,0.1);
  background-size: cover;
  background-position: center center;
}

#mc_embed_signup {
  background: none;
  max-width: 30%;
  margin-left: auto;
  margin-right: auto;
}

#mc_embed_signup h2 {
  text-align: center;
  line-height: 1.5em;
  margin-bottom: 25px !important;
}

#mc_embed_signup form {
  padding: 0px !important;
}

#mc_embed_signup ul {
  padding-left: 0px;
}

#mc_embed_signup ul li {
  list-style: none;
}

#mc_embed_signup .mc-field-group {
  width: 100% !Important;
}

#mc_embed_signup #mergeRow-gdpr,#mc_embed_signup .indicates-required,#mc_embed_signup .asterisk,#mc_embed_signup .input-group strong {
  display: none;
}

#mc_embed_signup .input-group ul li label {
  padding-top: 2.5px !important;
}

#mc_embed_signup .input-group ul {
  margin-top: 5px !Important;
  margin-bottom: 5px !Important;
}

#mc_embed_signup .mc-field-group {
  padding-bottom: 15px !important;
}

#mc_embed_signup .button {
  margin-top: 10px !Important;
}

#mc_embed_signup input[type="text"],#mc_embed_signup input[type="email"] {
  padding: 28px 0px 10px 10px !important;
  outline: none;
  border: thin solid rgb(223, 223, 223);
  box-shadow: none;
  width: 100%;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  border-radius: 5px;
}

#mc_embed_signup .mc-field-group strong {
  color: white;
}

#mc_embed_signup .mc-field-group label {
  padding-top: 9px;
  padding-left: 9px;
  position: absolute;
  font-size: 0.9em;
  color: rgba(0,0,0,0.3);
}

#mc_embed_signup .input-group label {
  padding-top: 0px;
  padding-left: 8px;
  position: absolute;
  font-size: 0.9em;
  color: black;
}

#mc_embed_signup .input-group {
  padding-bottom: 0px;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error  {
  Background: none;
  font-size: 1em;
  margin-bottom: 0px;
  padding: 0px;
}

#mc_embed_signup .button {
  width: 100%;
  border: none;
  height: 55px;
  border-radius: 3px;
  cursor: pointer;
  margin: 0px !Important;
  outline: none;
}

#mc_embed_signup .button:hover {
  opacity: 0.6;
}

#mce-responses {
  padding: 0px;
  margin: 0px;
}

#mc_embed_signup div#mce-responses {
  width: 100%;
}

#mc_embed_signup div.response {
  width: auto;
}

#mce-responses,#mce-responses .response {
  font-weight: 400;
  line-height: 1.6em;
  font-size: 1em;
}

#mce-responses .response {
  padding-bottom: 25px;
}

.licht-form #mc_embed_signup h2,.licht-form #mc_embed_signup .input-group label,.licht-form #mc_embed_signup .input-group strong  {
  color: white !Important;
}

.donker-form #mc_embed_signup h2,.donker-form #mc_embed_signup .input-group label,.donker-form #mc_embed_signup .input-group strong {
  color: black !Important;
}

#mc_embed_signup h2 {
  font-size: 1.3em !Important;
  font-weight: 600 !important;
}

#mce-success-response {
  background-color: #a0da68;
}

#mce-error-response {
  background-color: #e85c41;
}

#mce-success-response,#mce-error-response {
  border-radius: 3px;
  color: white;
  padding: 15px;
  font-size: 14px;
  margin-bottom: 15px;
}



/* footer */

footer {
  background: lightgray;
  padding: 0px 0 15px 0px;
  border-top: thin solid rgb(223, 223, 223);
}

.footer-container {
  padding-top: 50px;
}

.footer-container li {
  list-style: none;
  top: 0px;
}

.footer-column {
  display: inline-block;
}

.footer-logo img {
  width: 100%;
}

.column-half {
  width: 35%;
  vertical-align: top;
}

.column-quarter {
  width: 20%;
}

.footer-logo {
  padding-left: 20px;
  padding-top: 20px;
}

.column-half .footer-logo img {
  max-width: 50%;
}

.footer-container ul {
  padding-left: 0px;
}

.footer-container ul li {
  padding-bottom: 15px;
}

.footer-container li a {
  text-decoration: none;
  font-size: 14px;
  color: black;
  letter-spacing: 0.3px;

  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.footer-container li a:hover {
  opacity: 0.6;

  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}







.bottom-bar {
  border-top: solid 1px rgba(0,0,0,0.2);
  margin-top: 65px;
  padding-top: 15px;
}

.bottom-bar .left {
  padding-left: 65px;
}









/* portfolio/projecten */

.verbergklant {
  display: none !important;
}

.toonklant {
  display: inline !important;
}

.project-overzicht-title {
  margin-bottom: 30px;
}

.projecten-overzicht {
  width: 100%;
}

.container-portfolio.plate--container {
  max-width: 1400px;
}

.projecten-overzicht {
  width: 99% !important;
  margin-left: auto;
  margin-right: auto;
}

.projecten-overzicht .post-index-item {
  padding-bottom: 40px;
}

.titel-op-projectcard {
  position: absolute;
  bottom: 0px;
  width: 100%;
  overflow:hidden;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.4+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
}

.titel-op-projectcard span {
  color: white;
  padding: 10px 30px;
}

.titel-op-projectcard h2 {
  color: white;
  font-size: 1.3em;
  line-height: 1.4em;
  padding: 40px 30px;
  padding-top: 10px;

  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.blog-overzicht-post {
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.blog-overzicht-post:hover .titel-op-projectcard {
  display: none;

  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.project-overzicht-post {
  width: 23.2% !important;
  height: 400px;
  object-fit: cover;
  margin: 0.75% !important;
  overflow:hidden;
  border-radius: 3px;
}

.project-overzicht-post img {
  object-fit: cover;
}

.project-overzicht-post {
  position: relative;
  width: 100%;
}

.thumbnail /* image */ {
  display: block;
  width: 100%;
  height: auto;
  overflow:hidden;
  object-fit: cover;
  height: 400px;
}
.overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity:0.5;
  visibility: hidden;

}

.project-overzicht-post:hover .overlay {
  opacity: 1;
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.55);


  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
 }

.caption {
  color: #fff;
  position: absolute;
  margin:auto;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.caption p {
  text-align: center;
  width: 100%;
  color: white;
  position: absolute;

}

.caption h2 {
  text-align: center;
  font-size: 1.6em;
  line-height: 1.4em;
  width: 80%;
  min-width: 80%;
  position: absolute;

}

.verder-lezen-text {
  bottom: 0px;
}

.klant-naam-text {
  top: 0px;
}

.ervarings-verhaal-project {
  margin-top: 60px;
  border-radius: 5px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  background-color:;
  border: thin solid rgb(223, 223, 223);
  border-radius: 5px 5px 0px 0px;
}

.ervarings-verhaal-project img.verberg {
  display: none;
}

.ervarings-verhaal-persoon {
  padding: 8% 0;
}

.ervarings-verhaal-project p.functie {
  width: 100% !important;
  max-width: 100% !Important;
  margin: 0px !Important;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  color: rgba(0,0,0,0.3);
  line-height: 20px;
}

.ervarings-verhaal-project h2 {
  max-width: 100% !important;
  margin: 0px !Important;
  font-size: 1.5em;
  line-height: 30px;
  color: black;
  font-weight: 900;
}

.ervarings-verhaal-project img {
  padding: 0px !important;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  object-fit: cover;
  position: relative !important;
}

.ervarings-verhaal-project p.ervaringsverhaal {
  font-size: 1.1em;
  line-height: 2.3em;
  text-align: center;
  padding: 0 8%;
  padding-bottom: 8%;
}

.ervarings-verhaal-project .ervarings-verhaal-persoon {
  width: 100%;
  padding-bottom: 30px;
}

.ervarings-verhaal-project .ervarings-verhaal-persoon .persoon-afbeelding {
  width: 50px;
  height: 50px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.ervarings-verhaal-project .ervarings-verhaal-persoon .persoon-omschrijving {
  text-align: center;
  margin-top: 20px;
}




/* 404 styling */

.niet-gevonden-container {
  padding-top: 100px;
  padding-bottom: 50px;
}

.niet-gevonden-container h1 {
  text-align: center;
}

.niet-gevonden-container a {
  text-align: center;
}

.back-home-btn {
  text-align: center;
}



/* prev en next knoppen bij blogs en projecten single */


.projecten-socialshare {
  margin-bottom: 50px;
}

.next-prev-post{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  border: thin solid rgb(223, 223, 223);
  border-radius: 5px;
  height: 65px;
}

.blognextprev {
  border-top: 0px;
  border-radius: 0px 0px 5px 5px;
  margin-bottom: 70px;
}

.next-prev-post .btn-prevnext {
  flex-grow: 1;
  text-align: center;
}

.next-prev-post .btn-prevnext p,.next-prev-post .btn-prevnext i {
  display: inline-block;
  margin: 0px;
}

.next-prev-post .btn-prevnext i {
  padding: 0px 10px;
  color: black;
}

.next-prev-post span,.next-prev-post span a,.next-prev-post span i {
  line-height: 63px;
}

.btn-prev {
  height: 65px;
  line-height: 65px;
  border-right: thin solid rgb(223, 223, 223);

  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.btn-next {
  height: 65px;
  line-height: 65px;

  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.btn-prev:hover,.btn-next:hover {
  opacity: 0.6;

  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.zonder-prevnext {
  margin-top: 50px;
}

.ervaringverhaal-prevnext .next-prev-post {
  border-radius: 0px 0px 5px 5px;
  border-top: 0px;
}




.section-container {
  position: relative;
}

.overlay-sectie-title {
  top: 0px;
  z-index: 0 !Important;
  width: 100%;
  height: 100%;
  position: absolute;
}

.section-container .plate--container,.title-content-blog-project {
  z-index: 1 !Important;
  position: relative !Important;
}






/* Responsive */

@media screen and (max-width: 1199px) {

  #container-slider {
    width: 100%;
  }

}





@media screen and (max-width: 1071px) {

.project-overzicht-post {
  width: 48% !important;
}

.grote-banner-content {
  padding-left: 0px;
  padding-right: 0px;
}

.grote-banner-container h2 {
  font-size: 45px !important;
  font-weight: 700;
  line-height: 55px !important;
}

.grote-banner-container h3 {
  font-size: 25px;
}

.titel-en-knop-content h2 {
  font-size: 1.8em !important;
  line-height: 1.5em !important;
}

.video-container .video {
  width: 100%;
  float: inherit;
}

.video-container .video-omschrijving {
  width: 100%;
  float: inherit;
}

  .video-omschrijving h2 {
    font-size: 1.5em !important;
  }

.video-container .video-omschrijving p {
  padding-right: 0px;
}

#post-card-container .blog-overzicht-post {
  width: 49.5%;
}

.post-meta-description {
  width: 90%;
}

.post-meta-description h1 {
  font-size: 2.5em;
  padding-left: 15px;
  padding-right: 15px;
}

#post-content {
  max-width: 90%;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

article.clients {
	width: 28%;
	height: 175px;
}

.social-share,.author-box {
  width: 87%;
}

.next-prev-post,.ervarings-verhaal-project{
  width: 87%;
  margin-left: auto;
  margin-right: auto;
}

}

@media screen and (max-width: 1010px) {

    .demo {
		width:96%;
		padding:2%;
    }
    ul[data-menu-style="vertical"] , ul[data-menu-style="accordion"],
    ul[data-menu-style="vertical"] li ul.sub-menu {
        width: 100% !important;
    }
    .ace-responsive-menu {
        float: left;
        width:100%;
    }
    .ace-responsive-menu > li {
        border-top: 1px solid #e8e8e8;
       float: none;
    }
    .ace-responsive-menu li a:hover {
        background: lightgray !important;
    }
    .ace-responsive-menu > li:first-child {
    }

    .ace-responsive-menu > li > a > .arrow:before {
        float: right;
        content: "\f105";
    }
    li.menu-active > a > .arrow:before {
        content: "\f107" !important;
    }
    .ace-responsive-menu li ul.sub-menu > li {
        width: 100%;
    }
    .ace-responsive-menu li ul.sub-menu li ul.sub-menu li a
        {
        padding-left: 30px;
    }
    .ace-responsive-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li a
       {
        padding-left: 50px;
    }
    .ace-responsive-menu > li > ul.sub-menu {
        position: static;
    }
    .ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu {
        position: static;
    }
    .ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
        position: static;
    }
    .ace-responsive-menu li ul.sub-menu li.menu-active > a > .arrow:before {
        content: "\f107" !important;
    }
  #top-bar .left {
    display: none;
  }

  #top-bar {
    display: none!important;
    height: 40px;
  }

  #top-bar .right {
    width: 100%;
    text-align: center;
  }

  #top-bar .right p {
    text-align: center;
    padding-top: 3px !important;
  }

  #mainmenu {
    display: none;
  }

.mobile-menu-container {
  display: block;
  float: right;
  width: 100%;
  margin-top: -75px;
}

.wel #main-content {
    padding-top: 80px;
}

.niet #main-content {
    padding-top: 35px;
}


}

@media screen and (max-width: 991px) {

  .toon-map .standard-form,.toon-map .iframe-row {
    flex: 1;
  }

  #mc_embed_signup {
  max-width: 70%  !Important;
  }

  .blog-overzicht-categorieen {
    width: 100%;
  }
  .recent-posts ul li {
    width:  96%;
  }

  .dienst-container .dienst-icon {
    float: none;
    text-align: center;
    width: 100%;
  }

  .dienst-container .dienst-icon i {
    text-align: center;
    width: 100%;
  }

  .dienst-container .dienst-omschrijving {
    float: none;
    text-align: center;
  }

  .plate--element__dienst a {
    text-decoration: none !Important;
  }

  .dienst-container .dienst-icon {
    margin-bottom: 20px;
  }

  .dienst-container .dienst-omschrijving {
    width: 100%;
  }

  .titel-en-knop-content h2 {
    max-width: 100%;
  }

  .titel-en-knop-content ul li {
    max-width: 100%;
    width: 100%;
    padding-top: 20px;
  }

  .titel-en-knop-content ul li p {
    margin: 0px;
  }

  .grote-banner-container p {
  font-size: 18px;
  line-height: 35px;
  width: 100%;
}

  .titel-en-knop-content ul {
    padding-top: 0px;
  }

  .big-menu-btn menu-item {
    border: none !Important;
  }

  .page-title p {
    max-width: 75%;
  }

}



@media screen and (max-width: 862px) {

.wel #main-content {
    padding-top: 85px;
}

.niet #main-content {
    padding-top: 40px;
}

#post-content p, #post-content h2, #post-content h3, #post-content h4, #post-content h5, #post-content h6,#post-content ol, #post-content ul {
  max-width: 95% !important;
  }


.column-quarter {
  width: 100%;
}

.column-half {
  width: 100%;
  float: none;
}


  .footer-container {
    padding-left: 0px;
  }

  .footer-container img {
    margin-left: auto;
    margin-right: auto;
    max-width: 50%;
    height: auto;
    display: block;
    position: relative;
  }

  .footer-container h3,.footer-container ul li,.footer-container ul li a {
    text-align: center;
  }

  .footer-column {
    padding-bottom: 50px;
  }

  .bottom-bar .left {
    padding: 0px;
  }

  .bottom-bar p {
    text-align: center;
  }

  .footer-logo {
    padding-left: 0px;
  }


}



@media screen and (max-width: 767px) {
  #mc_embed_signup {
  max-width: 85%  !Important;
  }
.plyr__video-embed,.verbergvelden .video,#post-content .video {
  height: 220px !Important;

}

  .foto-ervaringsverhaal {
    float: right;
    bottom: 65px;
    position: relative;
  }

  .plate--element__afbeelding_slider .slider-afbeelding {
    height: 400px !important;
  }

.page-title,.blogpost-featured-img,.project-overzicht-title::after,.blog-overzicht-title::after,.section-container {
  background-attachment: scroll !important;
}


 #post-card-container .blog-overzicht-post {
  width: 100%;
}

.ervaring-slider .slide-copy {
  display: block;
}

.ervaring-slider .eerste-kolom {
  flex: none;
}

.ervaring-slider .tweede-kolom {
  flex: none;
}

  .ervaring-slider .eerste-kolom,.ervaring-slider .tweede-kolom {
    width: 100%;
  }

  .ervaring-slider .tweede-kolom {
    margin-top: 50px;
  }

  .dienst-container p {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

}


@media screen and (max-width: 750px) {

  .toon-map .google-maps-bg {
    display: block;
  }

  .toon-map .standard-form,.toon-map .iframe-row {
    flex: none;
  }

  .toon-map .iframe-row {
    height: 400px;
  }

#header .menu-logo img {
    width: auto;
    height: 60px !important;
  margin-left: -10px;
  padding-top: 5px !important;
  padding-left: 0px !Important;
}

#main-content {
    padding-top: 60px;
}

.titel-en-knop-content h2 {
  padding-top: 0px;
}

.titel-en-knop-content .standaard-knop {
  margin-bottom: 0px;
  margin-top: 10px;
}

.mobile-menu-container nav {
  margin-top: 17px !important;
}

  .ace-responsive-menu {
    margin-top: 0px !important;
  }

  .menu-toggle #menu-btn {
    margin-top: 1px;
}

}


@media screen and (max-width: 722px) {

  .page-title p {
    max-width: 90%;
  }

  .grote-banner-container h2 {
    font-size: 2.4em !important;
    line-height: 1.3em !important;
  }

  .grote-banner-container h3 {
    font-size: 1.6em !important;
    line-height: 1.4em !important;
    padding-top: 15px;
  }

.project-overzicht-post {
  width: 98% !important;
  margin-bottom: 10px !important;
}

article.clients {
	width: 45%;
	height: 175px;
}


.klant-logos .eerste-kolom, .klant-logos .tweede-kolom {
  width: 100%;
  float: none;

  text-align: center;
}

  .klant-logos .tweede-kolom i {
  float: none;
    padding-bottom: 8px;
  }


.klant-logos .tweede-kolom a span {
  line-height: 0px;
}

  .klant-logos .tweede-kolom {
    margin-top: 30px;
  }

  .klant-logos .tweede-kolom p {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .logos-container {
    margin-top: 75px;
  }


}




@media screen and (max-width: 642px) {

article.clients {
	width: 42%;
}

}

@media screen and (max-width: 600px) {

  .ervaring-slider .tweede-kolom p {
  font-size: 1.1em;
  line-height: 2em;
}

  #mc_embed_signup {
  max-width: 85%  !Important;
  }
  .ervaring-slider h2 {
    width: 75%;
  }

  #post-card-container {
    width: 92%;
  }

  #post-card-container {
    padding: 0px;
  }

  #post-card-container .blog-overzicht-post .top,#post-card-container .blog-overzicht-post .bottom {
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .top-email {
    display: none;
  }

  .top-phonenumber {
    margin-left: 15%;
  }


  .logos-container {
    margin-top: 75px;
  }

  article.clients {
	 width: 100%;
    height: 125px;
    margin: 20px 0px;
  }

  article.clients img {

  }

  article.clients img:hover {

  }

  .post-meta-description h1 {
    font-size: 2em;
  }

  .post-meta-description p {
    font-size: 1em;
    line-height: 2em;
    padding-left: 15px;
    padding-right: 15px;
  }

.post-meta-description {
  width: 95%;
  margin-top: 50px;
  text-align: center;
}

  .post-meta-description h1,.post-meta-description p,.post-meta-description ul,.post-meta-description ul li,.post-meta-description ul li span {
    text-align: center;
  }

  .post-meta-description ul li span,.klant-naam {
    font-size: 0.8em;
  }

  .blogpost-featured-img   {
    margin-top: 50px;
  }

  #post-content {
    max-width: 95%;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .social-share,.author-box {
    width: 95%;
  }

  .social-share a {
    width: 100%;
  }

  .author-box .author-description,.author-box .author-img {
    width: 100%;
    text-align: center;
  }

  .author-box .author-img img {
    width: 50px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }

  .project-authorbox .next-prev-post .text-right {
    border-top: thin solid rgb(223, 223, 223) !important;
  }

  #cssmenu #menu-button {
    padding-right: 65px;
  }

.next-prev-post,.ervarings-verhaal-project {
  width: 95%;
}

}










.ja {

}

.nee {
  display: none;
}

.klant-logos .tweede-kolom .ja {
  display: block;
}

.klant-logos .tweede-kolom .nee {
  display: none;
}

.navbar-nav .nee {
  display: none;
}



.licht {
  background: white !important;
  color: black !important;
}

.licht i {
  color: black !important;
}

.donker {
  background: black !important;
  color: white !important;
}

.donker i {
  color: white !important;
}


.klant-logos .tweede-kolom .licht,.klant-logos .tweede-kolom .licht i {
  background: none !important;
  color: white !important;
}

.klant-logos .tweede-kolom .donker,.klant-logos .tweede-kolom .donker i {
  background: none !important;
  color: black !important;
}



/* video embed styling */

@keyframes plyr-progress{to{background-position:25px 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{from{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;direction:ltr;font-variant-numeric:tabular-nums;font-weight:500;line-height:1.7;max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease}.plyr audio,.plyr video{border-radius:inherit;height:auto;vertical-align:middle;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui ::after,.plyr--full-ui ::before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4f5b5f;border-radius:2px;color:#fff;font-size:9px;line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;color:#fff;display:none;font-size:14px;left:0;padding:10px;position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions .plyr__caption{background:rgba(0,0,0,.8);border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__captions .plyr__caption div{display:inline}.plyr__captions span:empty{display:none}@media (min-width:480px){.plyr__captions{font-size:16px;padding:20px}}@media (min-width:768px){.plyr__captions{font-size:18px}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px)}.plyr__control{background:0 0;border:0;border-radius:3px;color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;position:relative;transition:all .3s ease}.plyr__control svg{display:block;fill:currentColor;height:18px;pointer-events:none;width:18px}.plyr__control:focus{outline:0}.plyr__control.plyr__tab-focus{box-shadow:0 0 0 5px rgba(26,175,255,.5);outline:0}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed{display:none}.plyr--audio .plyr__control.plyr__tab-focus,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#1aafff;color:#fff}.plyr--video .plyr__control svg{filter:drop-shadow(0 1px 1px rgba(0, 0, 0, .15))}.plyr--video .plyr__control.plyr__tab-focus,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#1aafff;color:#fff}.plyr__control--overlaid{background:rgba(26,175,255,.8);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15);color:#fff;display:none;left:50%;padding:15px;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:2}.plyr__control--overlaid svg{height:20px;left:2px;position:relative;width:20px}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{background:#1aafff}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__menu,.plyr__controls .plyr__progress,.plyr__controls .plyr__time,.plyr__controls .plyr__volume,.plyr__controls>.plyr__control{margin-left:5px}.plyr__controls .plyr__menu+.plyr__control,.plyr__controls .plyr__progress+.plyr__control,.plyr__controls>.plyr__control+.plyr__control,.plyr__controls>.plyr__control+.plyr__menu{margin-left:2px}.plyr__controls>.plyr__control:first-child,.plyr__controls>.plyr__control:first-child+[data-plyr=pause]{margin-left:0;margin-right:auto}.plyr__controls:empty{display:none}@media (min-width:480px){.plyr__controls .plyr__menu,.plyr__controls .plyr__progress,.plyr__controls .plyr__time,.plyr__controls .plyr__volume,.plyr__controls>.plyr__control{margin-left:10px}}.plyr--audio .plyr__controls{background:#fff;border-radius:inherit;color:#4f5b5f;padding:10px}.plyr--video .plyr__controls{background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.7));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;left:0;padding:20px 5px 5px;position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media (min-width:480px){.plyr--video .plyr__controls{padding:35px 10px 10px}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip]{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__video-embed{padding-bottom:56.25%;position:relative}.plyr__video-embed iframe{border:0;height:100%;left:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:rgba(255,255,255,.9);border-radius:4px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);color:#4f5b5f;font-size:16px;margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container::after{border:4px solid transparent;border-top-color:rgba(255,255,255,.9);content:'';height:0;position:absolute;right:15px;top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4f5b5f;display:flex;font-size:14px;padding:4px 11px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control::after{border:4px solid transparent;content:'';position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px}.plyr__menu__container .plyr__control--forward::after{border-left-color:rgba(79,91,95,.8);right:5px}.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,.plyr__menu__container .plyr__control--forward:hover::after{border-left-color:currentColor}.plyr__menu__container .plyr__control--back{font-weight:500;margin:7px;margin-bottom:3px;padding-left:28px;position:relative;width:calc(100% - 14px)}.plyr__menu__container .plyr__control--back::after{border-right-color:rgba(79,91,95,.8);left:7px}.plyr__menu__container .plyr__control--back::before{background:#b7c5cd;box-shadow:0 1px 0 #fff;content:'';height:1px;left:0;margin-top:4px;overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,.plyr__menu__container .plyr__control--back:hover::after{border-right-color:currentColor}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px}.plyr__menu__container .plyr__control[role=menuitemradio]::after,.plyr__menu__container .plyr__control[role=menuitemradio]::before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]::before{background:rgba(0,0,0,.1);content:'';display:block;flex-shrink:0;height:16px;margin-right:10px;transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]::after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before{background:#1aafff}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover::before{background:rgba(0,0,0,.1)}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:-5px;overflow:hidden;padding-left:25px;pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;background:0 0;border:0;border-radius:28px;color:#1aafff;display:block;height:20px;margin:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:0 0;border:0;border-radius:3px;height:6px;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none;background-image:linear-gradient(to right,currentColor var(--value,0),transparent var(--value,0))}.plyr--full-ui input[type=range]::-webkit-slider-thumb{background:#fff;border:0;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2);height:14px;position:relative;transition:all .2s ease;width:14px;-webkit-appearance:none;margin-top:-4px}.plyr--full-ui input[type=range]::-moz-range-track{background:0 0;border:0;border-radius:3px;height:6px;transition:box-shadow .3s ease;-moz-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;border:0;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2);height:14px;position:relative;transition:all .2s ease;width:14px}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:3px;height:6px}.plyr--full-ui input[type=range]::-ms-track{background:0 0;border:0;border-radius:3px;height:6px;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none;color:transparent}.plyr--full-ui input[type=range]::-ms-fill-upper{background:0 0;border:0;border-radius:3px;height:6px;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:0 0;border:0;border-radius:3px;height:6px;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none;background:currentColor}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;border:0;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2);height:14px;position:relative;transition:all .2s ease;width:14px;margin-top:0}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track{box-shadow:0 0 0 5px rgba(26,175,255,.5);outline:0}.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track{box-shadow:0 0 0 5px rgba(26,175,255,.5);outline:0}.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track{box-shadow:0 0 0 5px rgba(26,175,255,.5);outline:0}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:rgba(255,255,255,.25)}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:rgba(255,255,255,.25)}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:rgba(255,255,255,.25)}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2),0 0 0 3px rgba(255,255,255,.5)}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2),0 0 0 3px rgba(255,255,255,.5)}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2),0 0 0 3px rgba(255,255,255,.5)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:rgba(183,197,205,.66)}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:rgba(183,197,205,.66)}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:rgba(183,197,205,.66)}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2),0 0 0 3px rgba(0,0,0,.1)}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2),0 0 0 3px rgba(0,0,0,.1)}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2),0 0 0 3px rgba(0,0,0,.1)}.plyr__poster{background-color:#000;background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr__time{font-size:14px}.plyr__time+.plyr__time::before{content:'\2044';margin-right:10px}@media (max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr--video .plyr__time{text-shadow:0 1px 1px rgba(0,0,0,.15)}.plyr__tooltip{background:rgba(255,255,255,.9);border-radius:3px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);color:#4f5b5f;font-size:14px;font-weight:500;left:50%;line-height:1.3;margin-bottom:10px;opacity:0;padding:5px 7.5px;pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s .1s ease,opacity .2s .1s ease;white-space:nowrap;z-index:2}.plyr__tooltip::before{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(255,255,255,.9);bottom:-4px;content:'';height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%,0) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translate(0,10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip::before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip::before{left:16px}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translate(0,10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip::before{left:auto;right:16px;transform:translateX(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0,0) scale(1)}.plyr--video{background:#000;overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;border-radius:inherit;overflow:hidden;position:relative;z-index:0}.plyr__progress{flex:1;left:7px;margin-right:14px;position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:-7px;margin-right:-7px;width:calc(100% + 14px)}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{font-size:14px;left:0}.plyr__progress__buffer{-webkit-appearance:none;background:0 0;border:0;border-radius:100px;height:6px;left:0;margin-top:-3px;padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:0 0;transition:width .2s ease}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:6px}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:6px;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;transition:width .2s ease}.plyr--video .plyr__progress__buffer{box-shadow:0 1px 1px rgba(0,0,0,.15);color:rgba(255,255,255,.25)}.plyr--audio .plyr__progress__buffer{color:rgba(183,197,205,.66)}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,rgba(47,52,61,.6) 25%,transparent 25%,transparent 50%,rgba(47,52,61,.6) 50%,rgba(47,52,61,.6) 75%,transparent 75%,transparent);background-repeat:repeat-x;background-size:25px 25px;color:transparent}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:rgba(255,255,255,.25)}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:rgba(183,197,205,.66)}.plyr__volume{align-items:center;display:flex;flex:1;position:relative}.plyr__volume input[type=range]{margin-left:5px;position:relative;z-index:2}@media (min-width:480px){.plyr__volume{max-width:90px}}@media (min-width:768px){.plyr__volume{max-width:110px}}.plyr--is-ios .plyr__volume{display:none!important}.plyr--is-ios.plyr--vimeo [data-plyr=mute]{display:none!important}.plyr:-webkit-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-moz-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:-moz-full-screen video{height:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:fullscreen video{height:100%}.plyr:-webkit-full-screen .plyr__video-wrapper{height:100%;width:100%}.plyr:-moz-full-screen .plyr__video-wrapper{height:100%;width:100%}.plyr:-ms-fullscreen .plyr__video-wrapper{height:100%;width:100%}.plyr:fullscreen .plyr__video-wrapper{height:100%;width:100%}.plyr:-webkit-full-screen .plyr__video-embed{overflow:visible}.plyr:-moz-full-screen .plyr__video-embed{overflow:visible}.plyr:-ms-fullscreen .plyr__video-embed{overflow:visible}.plyr:fullscreen .plyr__video-embed{overflow:visible}.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;top:50%;transform:translateY(-50%)}.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;top:50%;transform:translateY(-50%)}.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;top:50%;transform:translateY(-50%)}.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;top:50%;transform:translateY(-50%)}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}.plyr:-moz-full-screen.plyr--hide-controls{cursor:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px}.plyr:-moz-full-screen .plyr__captions{font-size:21px}.plyr:-ms-fullscreen .plyr__captions{font-size:21px}.plyr:fullscreen .plyr__captions{font-size:21px}}.plyr:-webkit-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:-webkit-full-screen .plyr__video-wrapper{height:100%;width:100%}.plyr:-webkit-full-screen .plyr__video-embed{overflow:visible}.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;top:50%;transform:translateY(-50%)}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px}}.plyr:-moz-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-moz-full-screen video{height:100%}.plyr:-moz-full-screen .plyr__video-wrapper{height:100%;width:100%}.plyr:-moz-full-screen .plyr__video-embed{overflow:visible}.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;top:50%;transform:translateY(-50%)}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-moz-full-screen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-moz-full-screen .plyr__captions{font-size:21px}}.plyr:-ms-fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:-ms-fullscreen .plyr__video-wrapper{height:100%;width:100%}.plyr:-ms-fullscreen .plyr__video-embed{overflow:visible}.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;top:50%;transform:translateY(-50%)}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-ms-fullscreen .plyr__captions{font-size:21px}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;height:100%;margin:0;width:100%;bottom:0;left:0;position:fixed;right:0;top:0;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__video-wrapper{height:100%;width:100%}.plyr--fullscreen-fallback .plyr__video-embed{overflow:visible}.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper{height:0;top:50%;transform:translateY(-50%)}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads::after{background:rgba(47,52,61,.8);border-radius:2px;bottom:10px;color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;z-index:3}.plyr__ads::after:empty{display:none}.plyr__cues{background:currentColor;display:block;height:6px;left:0;margin:-3px 0 0;opacity:.8;position:absolute;top:50%;width:3px;z-index:3}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);overflow:hidden;border:0!important;height:1px!important;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}
