/* Style.css aanpassingen */
.white-header p, .white-header h1, .white-header h2, .white-header h3, .white-header h4, .white-header h5, .white-header h6 { color:#ffffff !important; }
body.logged-in #header-container {
    top: 0;
    z-index: 99999;
}
body #header-container {
  z-index: 9999999;
}
.socialshare {
  display: flex;
}
.socialshare a {
  margin-left: .5rem;
}
.socialshare a:first-child {
  margin-left: 0;
}
#cookie-notice .button.wp-default {
  color: #555 !important;
}
.single-event #wrapper .single-header {
    display: none;
}
.entry img, img.thumbnail, #portfolio .group.portfolio-img img {
    background:none!important;
    border:0!important;
    height: auto;
    padding: 0;
}
.nav-toggle, #footer #credit, a[href*='views-editor'], .post-entries, .post-meta {
    display: none !important;
}
.entry .textwidget ul {
    padding: 0 !important;
}

/* Forms-styling */
li.form_hyperlink {
    width: 100% !important;
    text-align: center;
    font-size: 13px;
    padding-bottom: 15px;
}

.entry .textwidget ul li {
    list-style: outside none disc;
    text-indent: 0;
}
h1 {
    font:500 2.6em/1.75em 'Roboto slab', sans-serif;
}
h3.widget-title {
  border-bottom:0;margin:0;padding-bottom:10px;
  font:bold 1.5em/1.0em 'Roboto Slab', serif;
}
.entry .textwidget h2 {
  font: bold 2.75em/1.5em 'Roboto Slab', serif;
  color: #555555;
}
a:link, a:visited {
  color:#f57e37;text-decoration:underline;
}
a:hover {
  color:#8458a4;
}
/* Algemeen */
#header-container {
  position:fixed;
  top:0;
  width:100%;
  z-index:9999999;
}
#header {
  padding-left:0 !important;padding-right:0 !important;
  background-color: rgba(255,255,255,.9);
}
#header.shadow {
  box-shadow:0 6px 8px rgba(0,0,0,.2);
  z-index:9999999;
}

#header #logo {
  float:none;
  vertical-align:top;
  display:inline-block;
}
#header #logo .site-title a,

/* #header #logo h1.site-title a {
  display:block;
  width:200px;height:42px;
  background-image:url(img/web_logo-top.svg);
  background-repeat:no-repeat;
  background-size:200px 42px;
  text-indent:-999em;
} */

#header #logo .site-title a, #header #logo h1.site-title a {
    display: block;
    width: 240px;
    height: 60px;
    background-image: url(img/webpower-20-yr.svg);
    background-repeat: no-repeat;
    background-size: 320px 150px;
    text-indent: -999em;
    background-position: center;
    margin-bottom: -20px;
}

#header #logo .site-description {
  display:none;
}
#top_menu_container {
  padding:15px;
  max-width:1140px;
  margin:auto;
}
#main_menu_container {
    transition:all .2s linear;opacity:1;height:auto;
}
#main_menu_container nav.ubermenu-hoofdmenu, nav.ubermenu-topmenu .hidden-item .ubermenu-target {
  font:400 1.25em/1.0em 'Roboto slab', sans-serif;
}
#top_menu_container {
  position:relative;
}

/* Event form styling */
.event_form li.half_links {
    width: 45% !important;
    display: inline-block;
    float: left !important;
}

.event_form li.half_rechts {
    width: 47%;
    display: inline-block;
}

.event_form li input, .event_form li textarea {
    width: 100%;
    max-width: 450px;
}

.event_form li:before {
    display: none;
}

.event_form li input, .event_form li textarea {
    width: 100%;
    max-width: 450px;
    font-size: 16px !important;
}

.event_form label {
    display: block;
    max-width: 420px;
    text-align: left;
}

.event_form {text-align: center;margin: auto;max-width: 500px;}

.event_form ul {
    padding-left: 0;
}

.event_form {
    overflow: hidden;
    max-width: 505px !important;
}

.event_form li {
    clear: initial !important;
}

@media(max-width:600px ) {
.event_form li.half_links, .event_form li.half_rechts { width: 100% !important; margin:0; padding:0; }
}

#bottom-80 p:last-child {
    margin-bottom: -80px;
}
/* Event form styling */

/* Hide newsletter subscribe on mobile */
a.top-cta-mobile {
    display: none;
}

nav.ubermenu-topmenu {
  transition:all .4s linear;-webkit-transition:all .4s linear;-moz-transition:all .4s linear;
}

.ubermenu-responsive-default.ubermenu {
    display: none !important;
}
nav.ubermenu-topmenu .ubermenu-nav .ubermenu-item.hidden-item .ubermenu-target {
  color:#555;
}
nav.ubermenu-topmenu .hidden-item {
  opacity:1;
  transition:all .2s linear;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;
}

nav.ubermenu-topmenu .hidden-item.show .ubermenu-target {
  pointer-events: auto;
}
nav.ubermenu-topmenu .hidden-item.show {
  opacity:1;
}
.hidden-menu {
  opacity:0 !important;height:0 !important;
}
/* Mobile language menu (alle items in 1 row) */
nav.ubermenu-hoofdmenu .ubermenu-nav .ubermenu-item.lang-row a {
  padding: 0 10px;
}
nav.ubermenu-hoofdmenu .ubermenu-nav .ubermenu-item.lang-row a:first-child {
  padding-left: 0;
}
/* Header */
nav.ubermenu-topmenu .ubermenu-nav .ubermenu-item.signup-btn {
  margin-right:15px;
}
nav.ubermenu-topmenu .ubermenu-nav .ubermenu-item.signup-btn .ubermenu-target {
  background-color:#f57e37;
  color:white;
  font-family:'Roboto Slab';
  font-weight:400;
  letter-spacing:1px;
  transition:all .2s linear;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;
  border-radius:6px;
}
nav.ubermenu-topmenu .ubermenu-nav .ubermenu-item.signup-btn:hover .ubermenu-target {
  background:#6c2f91;
}
nav.ubermenu-topmenu .ubermenu-nav .ubermenu-item.search-item > div {
  padding-top:0;padding-bottom:0;
}
nav.ubermenu-hoofdmenu .ubermenu-nav .ubermenu-item .ubermenu-target span,
nav.ubermenu-topmenu .ubermenu-nav .ubermenu-item .ubermenu-target span {
  position:relative;
}
nav.ubermenu-hoofdmenu .ubermenu-nav .ubermenu-item:not(.signup-btn) .ubermenu-target span::after,
nav.ubermenu-topmenu .ubermenu-nav .ubermenu-item:not(.signup-btn) .ubermenu-target span::after {
  content:'';
  position:absolute;
  bottom:-5px;left:0;
  opacity:0;
  transition:all .2s linear;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;
  width:100%;height:2px;
  background:#28bcb1;
}
nav.ubermenu-hoofdmenu .ubermenu-nav .ubermenu-item .ubermenu-target span:hover::after,
nav.ubermenu-topmenu .ubermenu-nav .ubermenu-item .ubermenu-target span:hover::after {
  opacity:1;
}
nav.ubermenu-topmenu .ubermenu-item .ubermenu-submenu .ubermenu-content-block {
  padding:15px !important;
}
nav.ubermenu-topmenu .ubermenu-item .ubermenu-submenu .ubermenu-content-block .probox {
  background:#dddede !important;
}
.ubermenu-transition-shift .ubermenu-item .ubermenu-submenu-drop {
  top:53px;
}
/* nav.ubermenu-hoofdmenu ul.ubermenu-nav > .ubermenu-item > ul.ubermenu-submenu {
  top:53px !important;
} */
.language-select .ubermenu-submenu .ubermenu-item img,
.language-select .ubermenu-submenu .ubermenu-item .ubermenu-target-title {
  display: inline-block;
}
.language-select .ubermenu-submenu .ubermenu-item .ubermenu-target-title {
  padding-left: 10px;
  color: #555;
}
.language-select .ubermenu-submenu .ubermenu-item .ubermenu-target-title:hover {
  color: #8458a4;
}
.language-select .ubermenu-submenu .ubermenu-item .ubermenu-target-title:hover:after {
  display: none;
}

.ubermenu-item-has-children {
  position: relative;
}
.software-menu-item > :after {
  content: '\f078';
  font: normal normal normal 14px/1 FontAwesome;
  color: #f57d37;
  position: absolute;
  right: 0;
  top: 1rem;
}

.ubermenu-submenu-type-mega {
  position: fixed!important;
}

.ubermenu-topmenu .software-menu-item .ubermenu-submenu {
  top: 77px;
  background: #fff;
}

.ubermenu .ubermenu-submenu .ubermenu-column {
  border-bottom: 2px solid transparent;
  border-right: 1px solid #c5c0c0;
  border-top: 1px solid #c5c0c0;
  min-height: 160px;
}
.ubermenu .ubermenu-submenu .ubermenu-column:last-child {
  border-right: 0;
}

.ubermenu .ubermenu-submenu .ubermenu-column:hover {
  background: #dddede;
  border-bottom: 2px solid #28bcb1;
}

nav.ubermenu-topmenu .ubermenu-nav .software-menu-item  .ubermenu-target span:hover::after {
  opacity: 0;
}

.ubermenu-topmenu .software-menu-item .ubermenu-submenu .ubermenu-target {
  padding: 2rem;
}

.ubermenu-topmenu .software-menu-item .ubermenu-submenu .ubermenu-target-divider {
  display: none;
}

.ubermenu-topmenu .software-menu-item .ubermenu-submenu .ubermenu-target-title {
  margin-bottom: 10px;
  font-weight: 600;
}

.ubermenu-topmenu .software-menu-item .ubermenu-submenu .ubermenu-target-description {
  font: 400 14px/1.5em 'Roboto', arial, sans-serif;
}

@media only screen and (max-width:1023px) {
  .ubermenu .software-menu-item .ubermenu-submenu {
    position: relative !important;
    box-shadow: none;
  }
  .ubermenu .software-menu-item .ubermenu-submenu .ubermenu-target {
    padding-left: 40px;
  }

  .ubermenu-responsive-default.ubermenu-responsive {
    max-height: 1000px;
  }
}

@media only screen and (max-width:350px) {
  .ubermenu .software-menu-item .ubermenu-submenu .ubermenu-target {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

#top_menu_container {
  position:relative;
  z-index:99999;
}
#ajaxsearchpro1_1 .probox .proinput input.orig {
  padding-left:10px !important;padding-right:10px !important;font-size:16px;
}
div.ajaxsearchpro[id*='ajaxsearchpro'] .probox,
#ajaxsearchpro1_1 .probox, #ajaxsearchpro1_2 .probox, div.ajaxsearchpro[id*="ajaxsearchpro1_"] .probox {
  background-image:none !important;border:0;background:#dddede;
}
#ajaxsearchpro1_1 .probox .proinput, #ajaxsearchpro1_2 .probox .proinput, div.ajaxsearchpro[id*="ajaxsearchpro1_"] .probox .proinput {
  width:100% !important;
  background:#dddede;
  margin-left:0 !important;
  transition:all .2s linear;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;
}
#header.shadow nav.ubermenu-topmenu #ajaxsearchpro1_1 .probox .proinput {
  box-sizing:border-box;
}
nav.ubermenu-topmenu .ubermenu-nav li.ubermenu-item.search-item .ubermenu-target {
  font-size:18px;color:#323232 !important;padding-top:8px;
}
#header.shadow nav.ubermenu-topmenu #ajaxsearchpro1_1 .probox input {
  padding-top:0 !important;
}
.promagnifier {
  line-height:69px !important;
}
/* Body */
.hidden-menu #ubermenu-hoofdmenu-2 {
    display: none!important;
}
.home #content, #content {
  padding-bottom:0;
}

/* CUSTOM HEADERS */
.search-no-results .article-nothing-found {
  text-align: center;
}
.search-no-results .default.single-header {
  height: 360px;
}
.search-no-results .default.single-header .header-title {
  padding-top: 40px;
}
.default.single-header {
  display:table;
  width:100%;
  background-size:cover;
}
.default.single-header .header-title {
  display:table-cell;
  vertical-align:middle;
  padding-top:78px;
}
.single-header > div h1,
.default.single-header .header-title h1 {
  color: white;
  font:500 2.6em/1.75em 'Roboto slab', sans-serif;
  margin:78px auto 0;
  width:60%;
  text-align:center;
}
.default.single-header .header-title > div {
  color:white;
  margin:20px auto 0;
  width:60%;
}
.default.single-header .title-404 {
  text-align: center !important;
}
.default.single-header.small-header {
  padding:110px 0;
}
.default.single-header.medium-header {
  padding:250px 0;
}
.default.single-header.large-header {
  padding:300px 0;
}
.default + #content {
  padding-top:40px;padding-bottom:40px;
}
.home-header {
  position:relative;
  z-index:1;
}
.home-header .arrow-down {
  position:absolute;
  display:block;
  width:46px;height:56px;
  border-radius:23px;
  text-align:center;
  line-height:56px;
  bottom:-28px;left:50%;margin-left:-23px;
  font-size:2em;font-weight:bold;
  background:#f57e37;color:white;
}
.arrow-down:hover {
  opacity:.9;
}
@supports (-ms-ime-align:auto) { .single-header { property:value; } }

.single-header .header-title,
.archive-header .entry-title,
.hentry .single-header .title-wrapper {
  position: relative;
  z-index: 1000;
}
.home-header::before {
  z-index: -1 !important;
}
.home-header::before,
.single-header > span:not(.best-read),
.archive-header > span {
  content:'';
  position:absolute;
  top:0;left:0;
  width:100%;height:100%;
  display:block;
  z-index:0;opacity:.9;
  background: linear-gradient(44deg, #4c0085 , #00afaa , #4c0085 , #00afaa , #4c0085 , #00afaa );
  background-size: 1200% 1200%;
  -webkit-animation: AnimationName 90s ease infinite;
  -ms-animation: AnimationName 90s ease infinite;
  -moz-animation: AnimationName 90s ease infinite;
  -o-animation: AnimationName 90s ease infinite;
  animation: AnimationName 90s ease infinite;
}
@-webkit-keyframes AnimationName {
    0%{background-position:96% 0%}
    50%{background-position:5% 100%}
    100%{background-position:96% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:96% 0%}
    50%{background-position:5% 100%}
    100%{background-position:96% 0%}
}
@-ms-keyframes AnimationName {
    0%{background-position:96% 0%}
    50%{background-position:5% 100%}
    100%{background-position:96% 0%}
}
@-o-keyframes AnimationName {
    0%{background-position:96% 0%}
    50%{background-position:5% 100%}
    100%{background-position:96% 0%}
}
@keyframes AnimationName {
    0%{background-position:96% 0%}
    50%{background-position:5% 100%}
    100%{background-position:96% 0%}
}
.home-header .textwidget h1 {
  color:white;
  font:500 2.6em/1.75em 'Roboto slab', sans-serif;
}
.home-header .textwidget h1 > a {
  position:relative;
  display:inline-block;
  color:white;
  font-style:normal !important;
}
.home-header .textwidget h1 > a::after {
  content:'';
  position:absolute;
  bottom:8px;left:0;
  background:white;
  transition:all .1s linear;-moz-transition:all .1s linear;-webkit-transition:all .1  s linear;
  width:100%;height:1px;
}
.home-header .textwidget h1 > a:hover {
  color: #F57e37;
  text-decoration:none
}
.home-header .textwidget h1 > a:hover::after {
  height:1px;
}
.home-header .ow-button-hover {
  font-family:'Roboto Slab';font-weight:700;
}
.home-header .ow-button-hover,
.home-header .ow-button-hover span {
  text-decoration:none !important;
  font-size:1.0rem;
}
.home-header .textwidget [data-button] {
  padding:15px 30px;margin-top:60px;font-size:1.5em;
}
.home-header.height-600 {
  padding:240px 0 180px;
  display:flex;flex-direction:row;flex-wrap:nowrap;
}
.home-header.height-300 {
  padding:190px 0 120px;
}
.home-header.height-600 > div:first-child {
  flex:1 0 auto;align-self:stretch;
}
.home-header.height-600 > div:last-child {
  flex:0 auto;align-self:stretch;
}
.home-header .textwidget h1 {
  margin-bottom:0;
}
.home-header.height-600 .ow-button-base {
  display:flex !important;align-items:center;justify-content: center;
  min-height:177px;
}
.home-header.height-600 .ow-button-base a {
  max-width:65%;flex:1;
}
.home-header .home-white-elements li a {
    color: #fff !important;
    font-weight: 400 !important;
    font-size: 2em;
    text-decoration: none !important;
    line-height: 40px;margin-left: 20px;
}
.home-header .home-white-elements li a:hover {
    color: #fff !important;
    font-weight: 400 !important;
    font-size: 2em;
    text-decoration: underline !important;
    line-height: 40px;margin-left: 20px;
}
.home-header .home-white-elements .textwidget ul li::before {
  content:'\f00c';
  font-family:'fontAwesome';
  position:absolute;
  display:block;
  top:7px!important;left:0;
  font-size:2em;
}
.home-header .home-white-elements h3{
    color: #fff !important;
    font-size: 2em;
}

/* Breadcrubms */
#header-container .breadcrumbs {
  margin-bottom:0;
  padding:30px 0;
}
#header-container .breadcrumbs > span {
  position:relative;
  display:inline-block;
  padding:0 20px;
}
#header-container .breadcrumbs > span span[property='name'] {
  max-width: 200px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow:ellipsis;
}
#header-container .breadcrumbs > span:not(:last-child)::after {
  content:'\f105';
  font-family:'fontAwesome';
  position:absolute;
  top: -3px;
  right: -3px;
  color:white;
}
#header-container .breadcrumbs > span a,
#header-container .breadcrumbs > span span {
  display:inline-block;
  line-height:1.0rem;
  color:white;
}
#header-container .breadcrumbs a:hover span {
  text-decoration: underline;
}
@media(max-width:959px ) {
  .breadcrumbs {
    display: none;
  }
}
/* ARCHIVE PAGINATION */
.custom-pagination {
  text-align:right;
  margin: 0;
  padding: 2.125rem 0 0;
  float: none;
}
.custom-pagination li {
  display:inline-block;
}
.custom-pagination li a,
.custom-pagination li span {
  padding:8px 16px;
  display:block;
  border-radius:5px;
  box-sizing:border-box;
  color:white;
  transition:all .2s linear;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;
  background:#ccc;
}
.custom-pagination li span {
  background:#6c2f91;
}
.custom-pagination li:hover a {
  text-decoration:none;background:#6c2f91;
}
.single-nedladdningar .single-header,
.single-recursos  .single-header,
.single-download .single-header {
  display: none;
}

.single-blogg .single-header,
.single-blog .single-header,
.single-event .single-header {
  height:500px;
  background-size: cover;
}
.single-blogg .single-header h3,
.single-blog .single-header h3 {
  margin-top:90px;
  text-align:center;
}
.single-case .single-header h3 {
    margin-top: 90px;
}
.single-header > div {
  display:table-cell;
  vertical-align:middle;
  text-align:left;
  width:100%;
}
.single-header > div > h3 {
  width:50%;margin:0 auto;color:white;
  font:400 1.9em/1.9em 'Roboto Slab', sans-serif;
}
.single-header > div > em a {
  color:rgba(255,255,255,.75);text-decoration:underline;
}
.single-header > div > em a:hover {
  color:rgba(255,255,255,.9);
}
.single-header > div > em {
  margin:0 auto;width:50%;
  text-align:center;
  padding:40px 0 0;
  display:block;color:rgba(255,255,255,.75);
  font:400 1.2em/1.4em 'Roboto Slab';
}
.single-header span.best-read::before {
  content:'';
  position:absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 250px 0 0 265px;
  border-color: transparent transparent transparent #28bcb2;
}
.single-header span.best-read::after {
  content: attr(data-text);
  position: relative;
  box-sizing: border-box;
  padding: 2rem 0 0 1rem;
  text-align: left;
  color:white;
  z-index:9999;
  display:flex;
  height: 100%;
  z-index: 9999;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  font:700 1.5em/1.0em 'Roboto Slab', serif;
}
.single-header span.best-read {
  position:absolute;
  bottom:-50px;
  left:0;
  padding-top: 50px;
  width:265px;height:250px;
  display:block;
}
.single-header,
.archive-header {
  position:relative;
  z-index:1;
  display:table;
  text-align:center;
  width:100%;
  background-repeat:no-repeat;
}
@media(max-width:959px ) {
  .single-header span.best-read {
    width: 150px;
    height: 155px;
  }
  .single-header span.best-read::before {
    border-width: 155px 0 0 150px;
  }
  .single-header span.best-read::after {
      font-size: 1.0em;
      bottom:0;
      left: 0;
      padding-left: .5rem;
  }
  .single-header > div > em  {
    padding-top:20px;
    font-size: 1.0rem
  }
}
.archive-header {
  z-index:1;
  height:368px;
  background-size:cover;
  background-position:left top;
  background-image:url(/wp-content/uploads/2017/08/blog_header_default.jpg);
}
.archive-header h1 {
  display:table-cell;
  vertical-align:middle;
  line-height:normal;
  text-align:center;
  color:white;
  padding-top:68px;font-weight:normal;letter-spacing:1px;
}
.archive-header h1 span {
  text-align:center;margin:0 auto;display:block;float:none;
}
.fr.catrss {
  display:none;
}
.logo-widget img {
  opacity:.75;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.logo-widget > a, .logo-widget > div {
  text-align:center;
}
.home-cta-bar {
  background:linear-gradient(to right, #472e84 0%, #6c2f91 100%);
}
.home-cta-bar .textwidget p a:hover {
  color: #f57e37;
}
.home-cta-bar .so-widget-sow-image {
  position:relative;
}
.home-cta-bar .ow-button-base a {
  margin-top:20px;border:none;text-decoration:none !important;
  transition:all .12s linear;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;
}
.home-cta-bar .ow-button-base a:hover {
  text-decoration:underline !important;
  background-color: #6c2f91;
  border-color: #fff;
  border-width:1px;
  color: #fff;
}
.home-cta-bar .so-widget-sow-image img {
  position:absolute;
  top:-48px;left:60px;
}
.home-cta-bar .textwidget h2, .home-cta-bar .textwidget a {
  color:white;
}
.home-cta-bar .textwidget h2 {
  font:400 2.0em/1.3em 'Roboto Slab', serif;
  white-space: pre-wrap;
  word-break: keep-all;
}
.home-cta-bar .textwidget a {
  text-decoration:underline;font-family:'Roboto Slab';font-size:1.125em;
}
.cta-bar-green {
  background:linear-gradient(to right, #0c8184 0%, #28bcb1 100%);
}
.cta-bar-green .widget-title {
  text-align: center;
  color: #fff;
  padding: 0 0 40px;
}
.cta-bar-green .textwidget {
  text-align:center;
}
.cta-bar-green .textwidget h2, .cta-bar-green .textwidget h3 {
  color:white;font-weight:400;padding-bottom:20px;font-size:30px;line-height:1.5em;
}
.list-item {
  position:relative;
}
.list-item h3 {
  line-height: 1.5em;
}
.list-item::before {
  content:'\f00c';
  font-family:'fontAwesome';
  color:#28bcb1;
  position:absolute;
  top:8px;left:0;font-size:1.75em;
}
.list-item-end [data-button], .list-item-end [data-button='oranje'], .list-item-end [data-button='orange'] {
  margin-right:20px;
}
@media(max-width:959px ) {
  .list-item-end {
    padding: 0 !important;
  }
}
.entry .row-logos-title .textwidget h2 {
  font-size:2.0em;
}
.row-logos {
  position:relative;
  cursor:pointer;
  transition:all .3s linear;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;
}
.row-logos .logo-widget, .row-logos .logo-widget img, .row-logos > a, .row-logos {
  transition:all .3s linear;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;
}
.row-logos [data-button] {
  padding:20px 30px;
}
.row-logos:hover .logo-widget {
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  filter: blur(8px);
}
.row-logos:hover .logo-widget img {
  transform:scale(.85);
}
.row-logos > a {
  visibility:hidden;
  position:absolute;
  z-index:10;
  opacity:0;
  top:0;left:50%;
  margin-top:20px;margin-left:-100px;
  font-size:16px;
}
.row-logos:hover {
  padding-left:40px;padding-right:40px;
}
.row-logos:hover > a {
  visibility:visible;opacity:1;margin-top:0;
}
@media(max-width:959px ) {

  #pg-2-2 {
    margin: 0 !important;
  }

  .row-logos {
    pointer-events: none;
  }
}
/* TESTIMONIAL STYLE */
article.quote-item {
  background-size:cover;background-repeat:no-repeat;
}
article.quote-item > div.quote-content {
  position:relative;
  width:50%;
  text-align:left;
  padding:90px;
  background:linear-gradient(to right, rgba(71,46,132,.9) 0%, rgba(108,47,145,.75) 100%);
}
article.quote-item > div.quote-content > img {
  transform:scale(.75);transform-origin:0;
}
article.quote-item > div.quote-content > p {
  font:600 italic 1.75em/1.5em 'Open Sans', sans-serif;
  color:white;
}
article.quote-item > div.quote-content > p::before,
article.quote-item > div.quote-content > p::after {
  content:'"';
}
article.quote-item > div.quote-content > span {
  display:block;color:white;font-weight:bold;padding-top:16px;font-size:1.25em;
}
article.quote-item > div.quote-content > span em {
  display:inline-block;font-weight:400;
}


/* Content row css */
#content .countdown-title-white .textwidget h1,
#content .countdown-title-white .textwidget h2,
#content .countdown-title-white .textwidget h3,
#content .countdown-title-white .textwidget h4 {
  color:white;
}

/* END Content row css */

/* ARCHIVE PAGES */
.post-type-archive-blog  article.quote-item,
.post-type-archive-blogg  article.quote-item,
.post-type-archive-blog #footer_row_cta,
.post-type-archive-blogg #footer_row_cta,
.archive.category article.quote-item,
.archive.category #footer_row_cta

{
  display:none;
}
[data-list] {
  margin: 0;
  padding: 60px 0 20px;
  list-style: none;
}
[data-list] li::before {
  display: none;
}
[data-list='blog'] {
  padding-bottom:60px;
}
[data-list] > li {
  display:block;margin-top:20px;
}
[data-list] > li:first-child {
  margin-top:0;
}
[data-list] > li > div.wrapper {
  position:relative;
  display:table;
  width:100%;
  font-size:0 !important;
  text-decoration:none;
  box-sizing:border-box;
  transition:all .2s linear;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;
  border:1px solid #8e9192;
}
[data-list] > li > div.wrapper > div {
  font-size:14px;box-sizing:border-box;
}
[data-list] > li > div.wrapper > div.list-img {
  display:table-cell;
  text-align:center;vertical-align: middle;
  width:20%;height:100%;
}
[data-list] > li > div.wrapper .list-text h3 {
  z-index:10;padding-bottom:8px;
}
[data-list] > li > div.wrapper .list-text h3 a {
  position:relative;
  color:#535657;
}
[data-list] > li > div.wrapper .list-img > a {
    position: relative;
    z-index: 99999;
}
[data-list] > li > div.wrapper > div.list-img img {
  max-width:80%;text-align:center;
}
[data-list] > li > div.wrapper > div.list-text {
  display:table-cell;width:80%;padding:40px;
}
[data-list]:not(.top-article) > li:hover > div.wrapper {
  box-shadow:0 0 10px rgba(0,0,0,.25);
}
[data-list] > li > div.wrapper::after {
  content:'';
  position:absolute;
  z-index:0;
  top:0;left:0;
  opacity:0;
  transition:all .2s linear;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;
  box-sizing:border-box;
  width:100%;height:100%;
  border:2px solid #6c2f91;
}
[data-list]:not(.top-article) > li:hover > div.wrapper::after {
  opacity:1;
}
[data-list] [data-button='wit'] {
  margin-left:10px !important;cursor:pointer;
}
[data-list='blog'] {
  padding-top:40px;
}
[data-list='blog']:not(.top-article) .list-text p {
  margin-bottom:0;
}
[data-list='blog']:not(.top-article) .list-text h3 {
  padding-bottom:20px;
}
[data-list='blog'] .list-img {
  padding-top:0;position:relative;width:25% !important;height:100%;
  background-position:center;
  background-size:cover;
}
[data-list='blog'] .list-img img {
  width:100%;height:auto;max-width:none !important;
}
[data-list='blog'].top-article {
  padding-top:100px;padding-bottom:0;
}
[data-list='blog'] .list-text strong.post-categorie {
  position: relative;
  color:#555;
  text-decoration:none;
  display:block;
  z-index: 99999;
  padding:30px 0 15px;
}
[data-list='blog'].top-article .list-text strong.post-categorie {
  padding-top:20px;padding-bottom:0;
}
[data-list='blog'] .list-text strong.post-categorie span {
  color:#8458a4;display:inline-block;text-decoration:underline;padding-left:5px;
}
[data-list='blog'].top-article li div.wrapper {
  border:0;
}
[data-list='blog'].top-article div.top-label {
  position:absolute;
  z-index:100;
  top:-10px;left:-20px;
  background:#28bcb1;
  text-align:center;
  width:160px;height:42px;
  font:700 16px/42px 'Roboto Slab', serif;
  color:white;
}
[data-list='events'] {
  padding: 0 !important;
}
[data-list='events'].top-article .top-label {
  z-index: 99;
}
[data-list='events'].top-article li .wrapper {
  position: relative;
}
[data-list='events'].top-article li .wrapper .top-label {
  position: absolute;
  z-index: 0;
  top: -10px;
  left: -20px;
  background: #28bcb1;
  text-align: center;
  width: 160px;
  height: 42px;
  font: 700 16px/42px 'Roboto Slab', serif;
  color: white;
}
[data-list='events'] li .wrapper .list-img {
  width: 25% !important;
  background-size: cover;
  background-position: center center;
}
[data-list='events'] li .wrapper .list-img.grey {
  filter:grayscale(100%);
  transition: all .2s linear;
}
[data-list='events'] li:hover .list-img.grey {
  filter:grayscale(40%);
}
[data-list='events'] li .wrapper .list-text h3 {
  font-size: 2.0rem;
  color: #6c2f91;
}
[data-list='events'] li .wrapper.past-event .list-text h3 {
  color: #777;
}
[data-list='events'] li .wrapper .list-text .event-meta {
  display: block;
  padding: .5rem 0;
}
[data-list='events'] li .wrapper .list-text .event-meta > span {
  position: relative;
  display: inline-block;
  padding: 0 .6rem;
  font-weight: bold;
}
[data-list='events'] li .wrapper .list-text .event-meta > span:first-child {
  padding: 0 .6rem 0 0;
}
[data-list='events'] li .wrapper .list-text .event-meta > span i.fa {
  color: #6c2f91;
  padding-right: .25rem;
}
[data-list='events'] li .wrapper .list-text .past-btn [data-button] {
  background-color: #555;
  border-color: #555;
}
[data-list='events'] li .wrapper .list-text .past-btn [data-button]:hover {
  background-color: #777;
}

/* Exit popup */


.boxzilla {
   padding: 0px !important;
   width: 840px;
   overflow-y: initial !important;
}
.box-wrapper {}
   .box-wrapper .clearbox {
      clear: both;
   }
   .box-wrapper .box-wrapper-upper {
      padding: 30px 40px;
      background-color: #ffffff;
      color: red;
      float: left;
   }
      .box-wrapper .box-wrapper-upper > p {
         font-size: 1px;
      }
      .box-wrapper .box-wrapper-upper .box-wrapper-book {
         float: left;
         width: 40%;
         text-align: left;
      }
         .box-wrapper .box-wrapper-upper .box-wrapper-book img {
            width: 80%;
            display: inline-block;
            -webkit-box-shadow: 0px 0px 12px 2px rgba(31,31,31,0.21);
            -moz-box-shadow: 0px 0px 12px 2px rgba(31,31,31,0.21);
            box-shadow: 0px 0px 12px 2px rgba(31,31,31,0.21);
         }
      .box-wrapper .box-wrapper-upper .box-wrapper-text {
         float: left;
         width: 60%;
      }
         .box-wrapper .box-wrapper-upper .box-wrapper-text h2 {
            font-size: 36px;
            font-weight: normal;
            margin-bottom: 40px;
         }
         .box-wrapper .box-wrapper-upper .box-wrapper-text h3 {
            font-size: 24px;
            font-weight: normal;
            margin-bottom: 25px;
         }
  .box-wrapper .box-wrapper-bottom {
     padding: 25px 30px;
     background-color: #23b2aa;
     color: #ffffff;
     position: relative;
  }
   .box-wrapper .box-wrapper-bottom .form-title {}
    .box-wrapper .box-wrapper-bottom .form-title h3 {
      color: #ffffff;
      font-size: 22px;
   }

   .box-wrapper .box-wrapper-bottom .form-ornament {
      position: absolute;
      top: 14px;
    right: 60px;
   }
      .box-wrapper .box-wrapper-bottom .form-ornament img {
         width: 248px;
      }
   .box-wrapper .gform_wrapper .gform_body {
      width: 525px;
      display: inline-block;
   }
   .box-wrapper .gform_wrapper .contactform .gform_footer {
      width: 249px;
      display: inline-block;
      position: relative;
   }
   .box-wrapper .gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
      width: 50% !important;
   }
   .box-wrapper .gform_wrapper .contactform .gform_footer input {
      position: absolute;
    width: 100%;
    left: -3px;
    top: 2px;
    padding: 14px 15px;
   }

  .boxzilla-close-icon {
      opacity: 1 !important;
      background: #f57e37 !important;
      color: #ffffff !important;
      height: 32px !important;
      width: 32px !important;
      padding: 0px !important;
      line-height: 32px !important;
      text-align: center !important;
      border-radius: 50% !important;
      position: absolute !important;
      top: -16px !important;
      right: -16px !important;
 }


 .box-wrapper-2 {
    padding: 50px 40px 30px 40px !important;
    background-image: url(https://webpower.nl/wp-content/uploads/sites/9/2019/03/popup-bg.png);
    background-size: cover;
        background-position: center center;
 }
    .box-wrapper-2 .clearbox {
       clear: both;
    }
    .box-wrapper-2 .box-wrapper-upper {
       background-color: transparent;
       padding: 0px;
       color: #ffffff;
       text-align: center;
    }
       .box-wrapper-2 .box-wrapper-upper > p {
          font-size: 1px;
       }
       .box-wrapper-2 .box-wrapper-upper .box-wrapper-text {
          width: 100%;
       }
          .box-wrapper-2 .box-wrapper-upper .box-wrapper-text h2 {
             font-size: 44px;
             color: #ffffff;
             font-weight: bold;
             margin-bottom: 15px;
          }
          .box-wrapper-2 .box-wrapper-upper .box-wrapper-text h3 {
             font-size: 25px;
             color: #ffffff;
             line-height: 37px;
             font-weight: normal;
             font-weight: normal;
             margin-bottom: 10px;
          }

          .box-wrapper-2 .box-wrapper-upper .form-ornament {
             text-align: right;
             padding-right: 100px;
          }
             .box-wrapper-2 .box-wrapper-upper .form-ornament img {
                width: 74px;
             }
   .box-wrapper-2 .box-wrapper-bottom {
      background-color: transparent;
      color: #ffffff;
      position: relative;
      padding: 0px;
   }
   .gform_wrapper #gform_1 .gform_body {
      text-align: center;
   }


/* Exit popup */

@media(max-width:699px ) {
  [data-list='events'] li .wrapper .list-text .event-meta > span {
    position: relative;
    display: block;
    padding: 0 0 0 2rem;
  }
  [data-list='events'] li .wrapper .list-text .event-meta > span:first-child {
    padding: 0 0 0 2rem;
  }
  [data-list='events'] li .wrapper .list-text .event-meta > span .fa {
    position: absolute;
    top: .25rem;
    left: 0;
  }
}
.past-events-row h3 {
  text-align: left;
  font-size: 2rem;
  padding: 2rem 0;
}
.archive-intro {
  padding: 60px 0;
  text-align:center;
  width:100%;
}
.archive-intro h3 {
  line-height:1.65em !important;
  font: bold 20px/1.2em 'Roboto Slab';
}
.archive-intro h2 {
  padding-bottom:20px;
}
.event-intro {
  padding: 2rem 0;
}
.customer-logos {
  padding:40px 0 60px;
  text-align:center;
}
.customer-logos h2 {
  font-size:2.25em;
}
.customer-logos img {
  padding:60px 0;width:80%;
  margin:0 auto;
}
.page .entry .woo-sc-quote.boxed {
    box-sizing: border-box;
    margin-bottom: 15px;
    padding: 10px;
}
.page .entry .woo-sc-quote.boxed p {
  font:300 15px/1.5em 'Roboto', arial, sans-serif !important;
  font-style:italic !important;
}
/* SINGLE CASE */
.single-case.panel-widget-style {
    padding-top: 0 !important;
}

.single-case {
  padding:60px 0;
}
.single-case .single-header {
  padding:200px 0;
  background-size:cover;
}
@media(max-width:599px ) {
  .single-case .single-header {
    padding:0 0 80px;
  }
}
.single-case h3, .single-case h2 {
  color:#2b2e31;
}
.single-case .case-left img {
  display:block;
}
.single-case .case-left .blog-logo-img + h3 {
  padding-top:0;
}
.type-blog h3 {
  padding-top:0 !important;
}
.single-case .case-left h3 {
  padding:30px 0 10px;color:#2b2e31;
}
.single-case .case-left .social-share a,
.single-case .case-center .social-share a {
  display:inline-block;
  font-size:1.25em;
  margin-left:12px;
}
.single-case .case-left .social-share a:first-child {
  margin-left:0;
}
.single-case .case-left .hashtag {
  color:#2b2e31;text-transform:capitalize;font-weight:400;
  padding:20px 0 0;display:block;
}
.single-case .case-right a[href*='cat'] {
  text-decoration:underline;
  color:#8458a4;
  font-weight:400;
}
.single-case .case-center p {
  font-size:1.0rem;
}
.single-case .case-center blockquote::before {
  content:'\f10e';
  font-family:'fontAwesome';
  color:#8458a4;
}
.single-case .case-center blockquote p {
  font:700 1.5em/1.5em 'Roboto Slab', serif;
  color:#8458a4;
}
.type-blog .date {
    display: inline-block;
    margin-top: 15px;
}
.single-case .col-70 span.date {
    padding-bottom: 20px;
    color: #2b2e31;
    font: 500 1em/1.0em 'Roboto Slab',sans-serif;
}
.single-case .col-70 span.date i.fa {
  color:#8458a4;
}
.single-case .col-70 span.date {
  margin-top:0;
}
.single-case .case-center .center {
    padding-bottom: 50px;
    padding-top: 0;
    text-align: center;
}
.single-case .case-center .center .socialshare {
  justify-content: center;
}
.single-case .center .single-team-member {
    max-width: 530px;
    margin: 0 auto;
}
.single-case .case-center .center a:first-child {
  margin-left:0 !important;
}
.single-case .case-right a[href*='cat']:hover {
  font-weight:600;
}
.single-case .case-right h3.featured-title {
  padding-top:30px !important;
}
.single-case .case-right span.date {
  padding-bottom:40px;
  color:#2b2e31;
  font:700 1.25em/1.0em 'Roboto Slab',sans-serif;
}
.single-case .case-right span.date i.fa {
  color:#8458a4;
}
.single-case .case-right span.date {
  margin-top:0;
}
.single-case .case-right .featured-tags a {
  position:relative;
  display:block;
  padding-bottom:10px;
  padding-left:30px;
}
.single-case .case-right .featured-tags a::before {
  content:'\f00c';
  font-family:'fontAwesome';
  position:absolute;
  top:0;left:0;
  color:#28bcb1;
}


/* RELATED ITEMS (CASES & BLOGS) */
.related-items-container:not(.single-item) {
  background:#ececeb;padding:80px 0;
}
.related-items-container h2 {
  text-align: center;
  display: block;
  padding-bottom: 40px;
  font-size: 36px;
}
.related-items-container > div {
  display: flex;
  display: -moz-flex;
  justify-content: space-between;
  text-align: center;
}
.related-items-container div > a {
  width:30%;
  display: flex;
  display: -moz-flex;
  flex-direction: column;
  background-color: #fff;
  text-decoration: none;
}
/* Op pages */
.related-items-container.single-item div > a {
  width: 100%;
  height: 375px;
}
.related-items-container div > a .rel-item-content {
  position: relative;
  padding: 50px 30px 30px;
}
.related-items-container div > a.reverse .rel-item-content {
  padding: 30px 30px 50px;
}
.related-items-container div > a .rel-item-content > div {
  color: #333;
  font-family: 'Roboto Slab';
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.related-items-container div > a .rel-item-content .rel-item-btn {
  position: absolute;
  z-index: 999;
  left: 50%;
  width: 45%;
  margin-left: -25%;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  background-color: #28bcb1;
}
.related-items-container div > a .rel-item-content .rel-item-btn {
  top: -12.5%;
}
.related-items-container div > a.reverse .rel-item-content .rel-item-btn {
  top: auto;
  bottom: -12.5%;
}
.related-items-container div > a .rel-item-content > div .fa {
  color: #28bcb1;
  display: block;
  font-size: 2.0rem;
  padding: 0 0 10px;
  text-align: center;
}
.related-items-container div > a .rel-item-img {
  position: relative;
  width: 100%;
  min-height: 160px;
  height: 160px;
  flex: 1;
  overflow: auto;
  background-size: cover;
}
.related-items-container div > .reverse .rel-item-img {
  margin: auto 0;
}
.related-items-container div > a .rel-item-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  background-color: rgba(40,188,177,.4);
}
.related-items-container div > a:hover .rel-item-img::after {
  opacity: .4;
}
@media(max-width: 599px) {
  .related-items-container > div {
    display: block;
    padding: 0 15px;
  }
  .related-items-container div > a {
    width: 100%;
    margin: 0 0 20px;
    flex-direction: row;
    display: block;
  }
}
@media(min-width:767px ) and (max-width:959px ) {

    .related-items-container div > a .rel-item-content .rel-item-btn {
      width: 60%;
      margin-left: -38%;
    }

}
.btn-all {display:block;margin-top:20px;}
.btn-all [data-button] {
  width:100%;text-align:center;box-sizing:border-box;
}
#filter_row {
  margin-top:40px;
  padding:20px;
  background:#dddede;
}
.category.archive .form-group .filter-by-blog {
    display: none;
}
.category.archive .form-group {
  vertical-align: top;
}
#filter_row .archive-btn-back {
  display: none;
}
.category.archive #filter_row .archive-btn-back {
  display: inline-block;
  float:left;
}
.category.archive .archive-btn-back a {
  display: inline-block;
  margin-top: .1rem;
  line-height: normal;
  max-height: 44px;
}
#filter_row .form-group {
  position:relative;
  text-align:right;
}
#filter_row .form-group label {
  display:none;
}
#filter_row .form-group input {
    border: 2px solid #ccc;
    border-radius: 0;
    margin-bottom: 0;
    padding: 10px 6px;
    width: 400px;
}
#filter_row .form-group button.search-submit {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    position: absolute;
    right: 30px;
    text-indent: -999em;
    top: 10px;
    z-index: 10;
}
#filter_row .form-group button.search-submit::after {
  background: transparent none repeat scroll 0 0;
    color: #222;
    content:'\f002';
    display: block;
    font-family: "fontAwesome";
    font-size: 1.25em;
    height: 104px;
    left: 0;
    line-height: 14px;
    position: absolute;
    text-indent: 0;
    top: 4px;
    transition: all 0.2s linear 0s;
    width: 20px;
}
.filter-by-blog {
    display: inline-block;
    line-height: 42px;
    float: left;
}
#filter_row .form-group button.search-submit:hover::after {
  color:#f57e37 !important;
}
#filter_row .form-group select {
  font:400 1.0em/1.25em arial;
  cursor:pointer;
  vertical-align:top;
  appearance:none;-webkit-appearance:none;-moz-appearance:none;
  border:2px solid #ccc;
  background:white url(img/wp_select-icon.png) right 12px top 13px no-repeat;
  border-radius:0;
  padding: 10px 6px;
  width: 300px;
  margin-left: 15px;
}
@media(max-width:959px ) {
  .filter-by-blog {
    width: 100%;
    text-align:center;
  }
  .ubermenu-responsive-default.ubermenu {
    display: block !important;
}
  #filter_row .form-group button.search-submit {
    top: 98px;
  }
  #filter_row .form-group select {
    width: 100%;
    margin-left: 0;
  }
}
/* specific colours for social icon links */
a[href*='facebook'],
.single-case .social-share a[href*='facebook'] {
  color:#335770;
}
a[href*='twitter'],
.single-case .social-share a[href*='twitter'] {
  color:#6ec1e5;
}
a[href*='linked'],
.single-case .social-share a[href*='linked'] {
  color:#00b9f2;
}
a[href*='pinterest'],
.single-case .social-share a[href*='pinterest'] {
  color:#c53c3e;
}
a[href*='whats'],
.single-case .social-share a[href*='whats'] {
  color:#25D366;display:none;
}
 a[href*='mailto'],
.single-case .social-share a[href*='mailto'] {
  color:#2b2e31;
}
.single-case .col-50 {
  padding-left:20px 0;padding-right:40px;
}
.page-id-361 .sow-image-container img {
  margin-top:30px;margin-bottom:80px;
}
.entry .so-panel .textwidget ul {
  list-style:none;margin:0;padding:20px 0 !important;
}
.entry .so-panel .textwidget ul > li {
  position:relative;
  padding-left:30px;padding-bottom:6px;
  list-style:none;list-style-type:none;
}
.entry .so-panel .textwidget ul > li a {
  color:#8458a4;text-decoration:underline;font-weight:700;
}
.entry .so-panel .textwidget ul li::before {
  content:'\f00c';
  font-family:'fontAwesome';
  position:absolute;
  display:block;
  top:0;left:0;
  color:#28bcb1;
}
.entry .so-panel .textwidget ul > li {

}
.col-20 {
 width:20%;
}
.col-25 {
 width:25%;
}
@media (min-width: 30em) {
  .row { width: 100%; display: table; table-layout: fixed; }
  .col { display: table-cell;vertical-align:top;}
  .col.col-70 {
    width: 70% !important;
    margin: 0 auto;
    display: block;

}
}
/* FOOTER CTA ROW */
 #footer_newsletter_row {
   padding:80px 0;
 }
#footer_row_cta {
  padding:60px 0;
}
#footer_row_cta .small-centered, #footer_newsletter_row .small-centered {
  width:50%;text-align:center;
}
#footer_row_cta .small-centered .textwidget p em {
  margin-left:-130px;display:block;
}
#footer_newsletter_row {
  background:#28bcb1;
}
#footer_newsletter_row .textwidget p, #footer_newsletter_row .textwidget a {
  color:white;margin-bottom:0;
}
#footer_newsletter_row .textwidget a {
  text-decoration:underline;
}
#footer_newsletter_row .gform_wrapper {
  margin-bottom:0;
}
#footer_row_cta .small-centered a:first-child {
  margin-left:20px;display:inline-block;
}
#footer_row_cta a {
  display:inline-block;margin:20px 10px 0;
}
#footer_row_cta h2 {
  position:relative;
  font-size:2.5em;
  padding-bottom:15px;
}
#footer_newsletter_row h2 {
  color:white;font-size:2.0em;padding-bottom:15px;
}
#footer_newsletter_row .newsletterform .gform_button.button {
    margin: 0;
}
#footer_row_cta h2 > em {
  position:absolute;
  border-style:solid;
  border-color:white;
  border-width:2px 2px 0 2px;
  top:-70px;left:100px;
  background:#6c2f91;color:white;
  display:block;font-style:normal;font-weight:400;
  padding:5px 20px;
  font-size:0.6em;line-height:1.3em;
}
#footer_row_cta h2 > em::after {
  content:'';
  position: absolute;
  bottom:-28px;right:18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 24px 28px 0;
  border-color: transparent #6c2f91 transparent transparent;
}
#footer_row_cta h2 > em::after {
  content:'';
  position: absolute;
  bottom:-28px;right:18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 24px 28px 0;
  border-color: transparent #6c2f91 transparent transparent;
}
/* Footer */
.latest-article-container {
  padding:0 0 24px 0;
}
.latest-articles {
  line-height:1.75em;
}
.latest-articles strong {
  font-size:1.125em;line-height:2em;
  width: 55px;
  text-transform:capitalize;
  display:inline-block;
  vertical-align:top;
}
.latest-articles a {
    box-sizing: border-box;
    color: #2b2e31;
    display: inline-block;
    hyphens: auto;
    line-height: 2em;
    max-width: 330px;
    overflow: hidden;
    padding: 2px 10px;
    text-decoration: underline;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.latest-articles a:hover {
  font-weight:bold;
}
#footer-widgets-container {
    padding:80px 0;border-top:1px solid white;
}
#footer-widgets-container .block.footer-widget-1,
#footer-widgets-container .block.footer-widget-2,
#footer-widgets-container .block.footer-widget-3 {
  width:21.66%;
  margin-right:0;
}
#footer-widgets-container .block.footer-widget-4 {
  width:35%;
}
#footer-widgets-container .block h3 {
  border-bottom:0;color:#2b2e31;padding-bottom:15px;margin-bottom:0;
  font-size:1.3em;
}
#footer-widgets-container .block ul.menu {
  list-style:none;margin:0;padding:0;
}
#footer-widgets-container .block ul.menu > li {
  list-style-type:none;
}
#footer-widgets-container .block ul.menu > li::before {
  content:'';display:none;
}
#footer-widgets-container .block ul.menu > li > a {
  display:block;
  transition:all .2s linear;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;
  font-size:1.0rem;line-height:1.75em;
  color:#2b2e31;
}
#footer-widgets-container .block ul.menu > li > a:hover {
  font-weight:700;color:#6c2f91;
}
#footer-widgets-container .block a[target='_blank'],
#footer-widgets-container .block a[href*='mailto'] {
  display: inline-block;
  color: #6c2f91;
  transition:all .2s linear;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;
  vertical-align:top;
  font-size: 1.4em;
  line-height: 42px;
  margin-right: 20px;
}
#footer-widgets-container .block a[target='_blank']:hover,
#footer-widgets-container .block a[href*='mailto']:hover {
  color: #f57e37;
}
/* Logo Row Footer */
#logo_footer {
  background: white;
  padding: 40px 0;
  text-align: center;
}
#logo_footer .logo-widget {
    display: inline-block;
    max-width: 90px !important;
    padding: 0 15px;
}
.logo-widget > a {
  display: block;
  max-width: 100%;
  width: 100px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
#footer #copyright {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
#footer #copyright > p {
  margin-bottom: 0;
  font-size: 1.25em;
}
#footer #copyright a {
  margin-left: 20px;
  color: #2b2e31;
}
/* Button shortcode */
.footer-widget-4 .nl-btn-footer-4 [data-button] {
    max-width: 230px;
    text-align: center;
    padding: 0px 20px;
    line-height: 1.5em;
}
[data-button] .note {
  color: #555;
  pointer-events: none;
  display: block;
  position: absolute;
  width: 100%;
  text-align: right;
  bottom: -1.6rem;
  right: 0;
}
[data-button], [data-button='oranje'], [data-button='orange'] {
  position:relative;
  background:#F57e37;
  /* overflow:hidden; */
  color:white;
  box-sizing:border-box;
  display:inline-block;
  font:normal 14px/1.0em 'Roboto Slab', serif;
  padding:14px 20px;
  border-radius:6px;
  border:1px solid #f57e37;
  z-index:1;
  transition:all .2s linear;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;
}
[data-button='wit'] {
  background:white;color:#f57e37;border:1px solid #f57e37;
}
[data-button='paars'] {
  background:#6c2f91;color:#fff;border:1px solid #6c2f91;
}
[data-button='paars']:hover {
  color:#fff;background-color:#f57e37 !important;border-color:#f57e37 !important;
}
[data-button='wit']:hover {
  color:white;background:#f57e37;border-color:#6c2f91;
}
[data-button]:hover {
  background:#6c2f91;border-color:#6c2f91;
}
[data-button='transparent'], [data-button='transparant'] {
  border:2px solid white;color:#fff;background:transparent;
}
a.ow-button-hover {
  border:0 !important;
  transition:all .2s linear;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;
}
a.ow-button-hover:hover {
  background:#6c2f91 !important; text-decoration:none !important;
}
/* 404 */
.newsletterform ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #8e9192;
}
.newsletterform ::-moz-placeholder { /* Firefox 19+ */
  color: #8e9192;
}
.newsletterform :-ms-input-placeholder { /* IE 10+ */
  color: #8e9192;
}
.newsletterform :-moz-placeholder { /* Firefox 18- */
  color: #8e9192;
}
.error404 .searchform {
	width: 400px;
	max-width: 100%;
	background-color: #fff;
	border-color: #013888;
}

.error404 article {
    padding: 10px 0;
}
.newsletterform .gform_body .gfield .gfield_label {
  display:none;
}
.newsletterform .gform_body .gfield .ginput_container input {
  margin:0;margin-bottom:0;border:0;border-radius:0;
  padding:15px 10px !important;
}
.newsletterform .gform_body .gfield .ginput_container {
  margin-top:0;
}
.newsletterform .gform_footer {
  margin:0 !important;text-align:center;
}
.newsletterform .gform_footer input {
  position:relative;
  background:#f57e37;
  color:white;
  display:inline-block;
  text-transform:capitalize;
  font:normal 14px/1.0em 'Roboto Slab', serif;
  padding:10px 20px;
  border-radius:6px;
  z-index:1;
  transition:all .2s linear;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;
}
.newsletterform .gform_footer input:hover {
  background:#6c2f91;
}
.contactform {
  width:65%;margin:0 auto;
}
.newsletterform {
  width:100% !important;
}
.contactform .gform_body .gfield .gfield_label {
  display:none;
}
.contactform .gform_body .gfield,
.contactform .gform_body .gfield .ginput_container {
  margin-top:0;margin-bottom:0;
}
.contactform .gform_body .gfield .ginput_container textarea,
.contactform .gform_body .gfield .ginput_container input {
  margin-top:0;margin-bottom:12px;border-radius:0;box-shadow:0;border:0;
  background:#fff;padding:14px !important;
}
.newsletterform .gform_body .gfield .ginput_container textarea,
.newsletterform .gform_body .gfield .ginput_container input {
  background:white;
}
.contactform .gform_body .gfield .ginput_container_select select {
  appearance:none;-moz-appearance:none;-webkit-appearance:none;
  background:#fff;
  border-radius:0;
  border:0;
  color:#8e9192;
  margin:0 0 12px !important;
  padding:14px;
  background-image:url(img/wp_select-icon.png);
  background-repeat: no-repeat;
  background-position:right 10px center;
}
.contactform .gform_body .gfield .ginput_container textarea {
  max-height:120px;
}
.contactform .gform_body .gf_checkbox .gfield_checkbox li[class*='gchoice_'] label {
  position:relative;
  color:white;
  font-size:1.0rem;
  padding-left:34px;
  padding-bottom:20px;
  line-height:1.6rem;
}
.contactform .gform_body .gf_checkbox .gfield_checkbox li[class*='gchoice_'] input {
  visibility:hidden;position:absolute;top:0;right:0;
}
.contactform .gform_body .gf_checkbox .gfield_checkbox li[class*='gchoice_'] input + label::before {
  content:'';
  background:#dddedd;
  position:absolute;
  z-index:100;
  top:3px;left:0;
  width:22px;height:22px;
  display:block;
}

.contactform .gform_body .gf_checkbox.gfield_error .gfield_checkbox li[class*='gchoice_'] input + label::before {
  border: 2px solid #d90000;
}

.contactform .gform_body .gf_checkbox .gfield_checkbox li[class*='gchoice_'] input:checked + label::after {
  content:'\f00c';
  font-family:'fontAwesome';
  font-size:1.25em;
  color:#472e84;
  position:absolute;
  z-index:101;
  width:22px;height:22px;line-height:22px;text-align:center;
  top:3px;left:0;
  display:block;
}
.contactform .gform_body .gf_checkbox .gfield_checkbox li[class*='gchoice_'] input:checked + label {
  font-weight:normal;
}
.gform_wrapper .contactform .gform_footer {
  margin-top:20px;padding-top:0;
}
.gform_wrapper .contactform .gform_footer input {
  border-radius:6px;background:#f57e37;color:white;
  padding:10px 30px;
  transition:all .2s linear;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;
  font:400 1.25em/1.0em 'Roboto Slab', serif;
  text-transform: none !important;
}
.gform_wrapper .contactform .gform_footer input:hover {
  background:#6c2f91;
}
.contactform ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#8e9192;
}
.gform_validation_error .contactform .validation_error,
.gform_validation_error .contactform .gform_body .gfield.gfield_error .gfield_description {
  display:none;
}
.gform_validation_error .contactform .gform_body .gfield.gfield_error .ginput_container {
  margin-top:0;position:relative;
}
.gform_validation_error .contactform .gform_body .gfield.gfield_error {
  border-top:0;border-bottom:0;margin:0;background:transparent;padding-top:0;padding-bottom:0 !important;
  margin-bottom:10px !important;
}
.gform_validation_error .contactform .gform_body .gfield.gfield_error .ginput_container input {
    border: 2px solid #d90000!important;margin-top:-2px;
}
.gform_validation_error .contactform .gform_body .gfield.gfield_error .ginput_container:not(.ginput_container_checkbox)::after {
  content:'';
  position:absolute;
  top:0;right:0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 18px 18px 0;
  border-color: transparent #d90000 transparent transparent;
}
.contactform ::-moz-placeholder { /* Firefox 19+ */
  color:#8e9192;
}
.contactform :-ms-input-placeholder { /* IE 10+ */
  color:#8e9192;
}
.contactform :-moz-placeholder { /* Firefox 18- */
  color:#8e9192;
}
.gform_confirmation_message {
  color:#666 !important;
  font:700 16px/1.0em 'Roboto', sans-serif !important;
}
.subscripe-widget-one .newsletterform .gform_button.button {
    margin-top: 20px;
}
/* STRL SEARCH */
body.search-results #content #main > article.search {
  position:relative;
  z-index:100;
  padding:40px;
  margin-bottom:40px;
  cursor:pointer;
  box-sizing:border-box;
  border:1px solid #555;
}
body.search-results #content #main > article.search header h2 a {
  color:#222;
}

  .content_item .textwidget h2 {
    line-height: 43px;
}

.content_item p {
    margin-bottom: 0;
}

body.search-results #content #main > article.search::after {
  content:'';
  opacity:0;
  position:absolute;
  z-index:-1;
  transition:all .2s linear;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;
  top:0;left:0;
  box-sizing:border-box;
  width:100%;height:100%;
  display:block;
  border:2px solid #6c2f91;
  box-shadow:0 0 8px rgba(0,0,0,.3);
}
body.search-results #content #main > article.search:hover::after {
  opacity:1;
}
div.gform_confirmation_message {
  color:white !important;
  text-align:center;
  font:700 32px/1.0em 'Roboto', sans-serif !important;
}
[data-popup] div.gform_confirmation_message {
  padding-top:20px;
  color:#6c2f91 !important;
  text-align:left;
  font:700 16px/1.0em 'Roboto', sans-serif !important;
}
/* SINGLE TEAM MEMBER */
.single-team-member {
  position:relative;
  vertical-align:top;
}
.single-team-member div i {
    color: #692f90;
    display: inline-block;
    margin-right: 12px;
}
.single-team-member div {
  position:relative;
  display:block;
  vertical-align:top;
  text-align:left;
  padding-left:180px;
}
.single-team-member div img {
  position:absolute;
  top:0;left:0;
  width:150px;height:150px;
  border-radius:50%;
  border:1px solid #ddd !important;
  display:inline-block;
}
.single-team-member div h3 {
    color: #555;
    font-size: 2em;
    line-height: 2.5rem;
    margin-bottom: 0;
    padding-bottom: 15px;
}
.single-team-member div strong {
    font-family: "Roboto Slab";font-size: 1.15em;font-weight: 600;padding-bottom: 10px;
}
.single-team-member div strong, .single-team-member div > a {
  display:block;
}
.single-team-member div > span {
  font-weight:700;display:block;
}
.single-team-member div a {
    clear: right;
	color:#555555;
    display: inline-block;
    font-weight: 400;
    margin-left: 0;
    text-decoration: none;
}
.post-type-archive-download article.quote-item, .post-type-archive-download #footer_row_cta {
  display: none;
}

/* SUBSCRIBE NEWSLETTER FORM 3 FIELDS ON A ROW */
.newsletterform li {
    width: 32% !important;
    text-align:left;
}

@media only screen and (max-width: 641px) {
    .newsletterform li {
        width: 100% !important;
    }
}
/* END SUBSCRIBE NEWSLETTER FORM 3 FIELDS ON A ROW */

/* PRESETS FOR MOBILE */
#main_menu_container > div.search-item, .top-cta-mobile {display:none;}
@media(min-width:959px ){
  #main_menu_container nav.ubermenu-hoofdmenu ul.ubermenu-nav > .ubermenu-item:last-child {
    display:none;
  }
}
@media(max-width:1280px ) {
  .latest-articles a {
    max-width:320px;
  }
}
@media(max-width:959px ) {

.search-item {
    display: none !important;
}
  #footer_row_cta h2 {
    font-size: 1.5em;
  }

  .textwidget [data-button] {
    margin:10px 0;
    display: inline-block;
  }
  #content {
    padding-top:0;
  }
  .default.single-header.small-header {
    padding:160px 0 40px;
  }
  .default.single-header .header-title {
    padding:0;
  }
  .single-header > div h1, .default.single-header .header-title h1 {
    font-size:1.5em;
    width:80%;
  }
  .customer-logos img {
    padding:40px 0 0;
    width:80%;
    height:auto;
    margin:0 auto;
  }
  .archive-header h1 {
    padding: 138px 30px 0 30px;
    font-size:1.5em;
  }
  .single-case .social-share a[href*='whats'] {
    display: inline-block;
  }
  #top_menu_container {
    padding-left:50px !important;
    padding-right:0 !important;
    padding-bottom:0;
    background: rgba(255,255,255,1);
    right: 50px;
    padding-top: 5px;
  }

  .ubermenu-responsive-toggle.ubermenu-responsive-toggle-hoofdmenu {
    top: 0;
    right: 0;
    position: fixed;
}

.hidden-menu #ubermenu-hoofdmenu-2 {
    display: block!important;
}

.hidden-menu {
    opacity: 1 !important;
    height: auto !important;
}

  /* #header #logo .site-title a, #header #logo h1.site-title a { background-size: 200px 32px; } */
  #header #logo .site-title a, #header #logo h1.site-title a { background-size: 240px 120px; }
  #header #logo {
    display:inline-block;
    width:100%;
    box-sizing:border-box;
    text-align:center;
  }
  #header-container {
    box-shadow:0 8px 10px rgba(0,0,0,.24);
    background-color: #fff;
  }
  .top-cta-mobile {
    display:block;
  }
  .top-cta-mobile [data-button] {
    border-radius:0;width:100%;
    padding:5px 0;
    text-align:center;
    color:#6c2f91;background:none;border:none;
    text-decoration:underline;
  }
  #main_menu_container {
    background:rgba(255,255,255,1);
    text-align:right;
    z-index:9999;
  }
  nav.ubermenu-hoofdmenu, #header-container {
    z-index:99999999;
  }
  nav.ubermenu-hoofdmenu::before {
    content:'';
    position:absolute;
    bottom:-10px;left:0;
    width:100%;height:10px;
    background:linear-gradient(to top, rgba(0,0,0,0) 40%, rgba(0,0,0,.3) 100%);
  }
  nav.ubermenu-hoofdmenu .ubermenu-nav .ubermenu-item .ubermenu-target,
  nav.ubermenu-hoofdmenu .ubermenu-nav .ubermenu-item .ubermenu-content-block {
    background:rgba(255,255,255,1);
    border-top:1px solid #fff !important;
    color:#6c2f91;
    padding-top:15px;padding-bottom:15px;
  }
  #main_menu_container {
    position:relative;
  }
  #ajaxsearchpro2_1, #ajaxsearchpro2_2, div.ajaxsearchpro[id*="ajaxsearchpro2_"] {
    width: 100% !important;
  }
  #main_menu_container > div.search-item {
    position:absolute;
    top: 4px;
    left: 10px;
    width: 75%;
  }
  #main_menu_container .proinput {
    border-radius:0 !important;
    background:white !important;
    box-shadow:inset 0 0 4px rgba(0,0,0,.5);
  }
  #main_menu_container > div.search-item,
  .ubermenu-responsive-toggle {
    display:inline-block;
  }
  .ubermenu-responsive-toggle {
    float: right;
  }
  #ajaxsearchpro1_1 .probox .promagnifier .innericon svg, #ajaxsearchpro1_2 .probox .promagnifier .innericon svg, div.ajaxsearchpro[id*="ajaxsearchpro1_"] .probox .promagnifier .innericon svg {
    fill:rgb(255,255,255);
  }
  #ajaxsearchpro1_1 .probox .promagnifier, #ajaxsearchpro1_2 .probox .promagnifier, div.ajaxsearchpro[id*="ajaxsearchpro1_"] .probox .promagnifier {
    background:#6c2f91;color:white;
  }
  #ajaxsearchpro1_1, #ajaxsearchpro1_2, div.ajaxsearchpro[id*="ajaxsearchpro1_"] {
    width:100%;
  }
  #ajaxsearchpro1_1 .probox .proinput input.orig, #ajaxsearchpro1_2 .probox .proinput input.orig, div.ajaxsearchpro[id*="ajaxsearchpro1_"] .probox .proinput input.orig {
    padding-left:10px !important;
  }
  /* MENU */
  nav.ubermenu-topmenu .ubermenu-nav .hidden-item.ubermenu-item,
  nav.ubermenu-topmenu .ubermenu-nav .search-item.ubermenu-item,
  nav.ubermenu-topmenu .ubermenu-nav .signup-btn.ubermenu-item,
  nav.ubermenu-topmenu .ubermenu-nav .language-item.ubermenu-item {
    display:none;
  }
  /* HEADER */
  .home .home-header {
    padding-bottom:80px !important;padding-top:200px !important;
  }
  .home-header .textwidget h1 {
    font-size:1.6rem;line-height:2.25rem;
  }
  .home-header .textwidget h1.faded {
    opacity:.2;
  }
  .home-header .textwidget h1 a {text-decoration:underline;}
  .home-header .textwidget h1 a::after {
    display:none;
  }
  .home-header .textwidget [data-button] {
    margin-top:30px;
  }
  /* HOMEPAGE */
  .home .textwidget h2 {
    font-size:1.75em;line-height:1.25em;
  }
  .entry .panel-layout > div.panel-grid:nth-child(3) {
    margin-bottom:40px !important;
  }
  .row-logos {
    display:block !important;
  }
  .row-logos > div.panel-grid-cell {
    display:inline-block !important;width:33.3% !important; vertical-align:top;
  }
  .row-logos > div.panel-grid-cell .logo-widget {
    min-height:52px;padding:0 10px;display:table;
  }
  .row-logos > div.panel-grid-cell .logo-widget{
    margin-bottom:20px !important;
  }
  .row-logos > div.panel-grid-cell .logo-widget > div {
    display:table-cell;vertical-align:middle;
  }
  .row-logos > div.panel-grid-cell-empty {
    display:none !important;
  }
  .home-cta-bar .so-widget-sow-image img {
    width:45%;
    opacity:.2;
    height: auto;
    left:-25%;
    top:10px;
  }
  .home .home-cta-bar h2 {
    word-break: normal;
    hyphens:auto !important;
    -webkit-hyphens: auto;
  }
  .home .home-cta-bar .ow-button-base a {
    float:none !important;
  }
  .archive-intro {
    width:100%;
  }
  .row-logos {
    margin-bottom:0 !important;
  }
  .entry .textwidget h2, h2 {
    position:relative;
    font-size:1.5em;margin-bottom:0;
    -ms-word-break: break-all;
        word-break: break-all;
        word-break: break-word;
   -webkit-hyphens: auto;
      -moz-hyphens: auto;
           hyphens: auto;
  }
  h3.widget-title {
    font-size:1.25em;
  }
  .cta-bar-green {
    padding:40px 15px !important;
  }
  .cta-bar-green .textwidget h2 {
    font-size:1.75em;
  }
  .home-header .textwidget h1 {
    font-size:1.75em;
  }
  .home-header.height-600 .ow-button-base a {
    width:100%;max-width:100%;
  }
  .home-header.height-600 {
    padding-top:160px;padding-bottom:30px;
  }
  [data-list='blog'].top-article .list-img {
    overflow:hidden;
  }
  [data-list='blog'].top-article div.top-label {
    top:20px;
  }
  [data-list] > li > div.wrapper .list-text h3 {
    font-size:16px;
  }
  [data-list] > li div.wrapper {
    display:block;
  }
  [data-list] > li div.wrapper div.list-img {
    padding:40px 0;
  }
  [data-list] > li div.wrapper div.list-img,
  [data-list] > li div.wrapper div.list-text {
    display:block;width:100% !important;
  }
  [data-list='blog'] div.wrapper div.list-img {
    height:200px !important;
  }
  [data-list] > li div.wrapper div.list-text .stop-click,
  [data-list] > li div.wrapper div.list-text [data-button='wit'] {
    margin-left:0 !important;margin-top:6px;
  }
  .single-header {
    height:auto;
  }
  .single-header > div h1, .default.single-header .header-title h1 {
    margin: 20px auto;
  }
  .single-header > div {
    padding-top:160px;padding-bottom:80px;
  }
  .single-header > div > h3 {
    width:100%;padding:0 20px;font-size:1.25em;line-height:1.25em;box-sizing:border-box;
  }
  .single-header > div > em {
    width:85%;text-align:left;
  }
  .single-case .case-left {
    text-align:center;padding-bottom:40px;border-bottom:1px solid #6c2f91;
    margin-bottom:40px;
  }
  .single-case .case-left img {
    margin:0 auto;
  }
  .single-case .case-left, .single-case .case-right {
    width:100%;
  }
  .single-team-member {
    padding-bottom:40px;margin-bottom:40px;
    border-bottom:1px solid #6c2f91;
  }
  .single-team-member div {
    text-align:center;
  }
  .single-case .col-50 {
    padding-right:0;
  }
  .single-team-member div img {
    width:75px;height:75px;position:relative;margin-bottom:10px;
  }
  .single-team-member div {
    width:100%;padding-left:0;font-size:1.0em;
  }
  .single-team-member div strong, .single-team-member div span, .single-team-member div a {
    font-size:0.9em !important;
  }
  .single-team-member div h3 {
    font-size:1.25em;line-height:1.0em;margin-bottom:0;
  }
  .gform_wrapper form {
    width:100%;
  }
  .btn-all {
    margin-bottom:20px;margin-top:5px;
  }
  #filter_row .form-group select {
    margin-bottom:20px;
  }
  #filter_row .form-group button.search-submit {
    left:none;right:28px;
  }
  #filter_row .form-group select,
  #filter_row .form-group input {
    width:100%;float:none;box-sizing:border-box;margin-bottom:0 !important;
  }
  #filter_row .form-group button.search-submit::after {
    right:20px;top:4px;
  }
  #related_cases {
    padding:0 15px;
  }
  #related_cases h2 {
    padding-top:40px;
  }
  .latest-cpt > a, #related_cases > div.col-full > a {
    width:100%;margin:0 0 20px 0 !important;
  }
  .latest-cpt > a .rel-case-content .rel-case-btn, #related_cases > div.col-full > a .rel-case-content .rel-case-btn {
    top:-60px;
  }
  .popup-close {
    right:30px;
  }
  /* PAGES */

  .textwidget h2 {
    hyphens:auto;word-break:break-all;
  }
  article.quote-item > div.quote-content img {
    width:100%;
  }
  article.quote-item > div.quote-content {
    padding:20px !important;width:100%;box-sizing:border-box;
  }
  .home .home-cta-bar .ow-button-base a {
    margin-top:0;padding:10px;float:right;font-size:0.9em
  }
  /* FOOTER */
  #footer_row_cta .small-centered,
  #footer_newsletter_row .small-centered {
    width:100%;padding:0 20px;box-sizing:border-box;
  }
  #footer_row_cta .small-centered .textwidget p em {
    margin-left:0
  }
  #footer-widgets-container {
    padding-top:60px;padding-bottom:40px;
  }
  #footer-widgets-container .block[class*='footer-widget'] {
    width:100%;
  }
  #footer-widgets-container .block.footer-widget-4 {
    padding-top:0;
  }
  #footer-widgets-container .block.footer-widget-4 [data-button] {
    margin-top: 20px;
    padding-left:8px;
    padding-right:8px;
  }
  #footer-widgets-container .block.footer-widget-4 p {
    text-align:center;
  }
  #footer-widgets-container .latest-article-container {
    padding-top:10px;padding-bottom:20px;
  }
  #footer-widgets-container .latest-article-container .latest-articles {
    margin-bottom:20px;vertical-align:top;
  }
  #footer-widgets-container .latest-article-container .latest-articles strong,
  #footer-widgets-container .latest-article-container .latest-articles a {
    display:block;padding-left:0;line-height:1.25em;
  }
  #footer-widgets-container a[href*='newsletter'] {
    display:block !important;
  }
  #logo_footer .col-full .logo-widget {
    display:none;
  }
  #logo_footer .col-full .logo-widget:nth-child(1),
  #logo_footer .col-full .logo-widget:nth-child(2),
  #logo_footer .col-full .logo-widget:nth-child(3) {
    display:inline-block;
  }
  #footer.col-full {
    padding-left:10px !important;padding-right:10px !important;
  }
  #logo .site-title,
  #header #logo .site-title a, #header #logo h1.site-title a,
  #logo .site-title a {
    text-align:center;display:block;margin:0 auto;
  }
  .row-logos > a {
    display:none;
  }
  .mobile-only .textwidget p {
    text-align:center;
    padding:0 0 60px;
  }
  .mobile-only [data-button] {
    display:inline-block;
    margin:0 auto;
  }
  .office_holder {
    height: 330px !important;
    margin-bottom: 60px;
  }
}
@media(min-width:699px) {
  .mobile-only [data-button] {
    display:none;
  }
}
.office_info > div {
  text-align: center !important;
}
/* VOor menu op schermen tusse 960 & 1204 */
@media(min-width:960px ) and (max-width:1205px ) {
  #header #logo {
    max-width: 120px;
  }
  #header #logo .site-title a, #header #logo h1.site-title a {
    background-size: 120px auto !important;
    background-position: left center;
    background-repeat: no-repeat;
  }
  nav.ubermenu-topmenu .ubermenu-nav .ubermenu-item .ubermenu-target {
    font-size: .9em;
    padding:15px 12px;
  }
}
/* LATER TEOEGEVOEGD VOOR IPHONE SE/5(s) */
@media(max-width:340px ) {
  .cta-bar-green .textwidget h2 {
    font-size: 1.35em;
  }
}

/* Voor cases/blogs single pages stretch to fullwidth */
@media(max-width:767px ) {
  .single-header > div > em {
    text-align: center;
  }

  .content_item .entry .textwidget h2 {
    font: bold 1em/1.2em 'Roboto Slab', serif;
    color: #555555;
}

.content_item .textwidget h2 {
    line-height: 1em;
    margin-top: -40px;
}

.content_item p {
    margin-bottom: 40px;
}

.content_item .entry .textwidget p {
    font: bold 1em/1.2em 'Roboto Slab', serif;
    color: #555555;
}
  .single-case > div {
    display: block;
  }
  .single-case .case-left {
    width: 100%;
  }
  .single-case .case-center {
    width: 100%;
  }
  .single-case .case-right {
    width: 100%;
    text-align: center;
  }
  #footer #copyright a {
    margin-left: 20px;
    color: #2b2e31;
    display: inline-block;
}
}

@media(min-width:768px ) and (max-width:959px ) {
  article .single-case .col-25 {
    width: 20%;
  }
  article .single-case .col-50 {
    width: 60%;
    padding: 0 15px;
  }
  .home-cta-bar .textwidget {
    text-align: center;
  }
  .home-cta-bar .sow-image-container {
    display: none;
  }
  .single-case .case-left {
    border-bottom: none;
  }
  .quote-content > img {
    max-width: 30%;
  }
  .quote-item .quote-content > p {
    font-size:1.25rem;
  }
  .rel-item-content .rel-item-btn {
    margin-left: -30%;
  }
  .sow-image-container img {
    margin:0 auto;
    text-align: center;
  }
}
