/* tag-filter */
.tag-filter {
  font-family: 'Caecilia';
  font-size: 16px;
  font-weight: 100; }

.tag-filter .tag-filter-label {
  color: #777; }

.tag-filter .tags {
  list-style: none;
  margin: 0;
  padding: 0; }

.tag-filter .tags li {
  margin: 0 0.4em 0.4em 0; }

.tag-filter .tags li {
  float: left; }

.tag-filter .tags a {
  display: block;
  padding: 7px 10px 5px;
  background-color: #777;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase; }

.tag-filter .tags a:hover {
  background-color: #1F001F; }

.tag-filter .tags a.active {
  background-color: #44A2BC; }

.tag-filter .tag-filter-hide {
  display: none; }

.to-top {
  position: fixed;
  left: 50%;
  bottom: -1px;
  display: none;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  text-align: center;
  color: #fff;
  background: #fff;
  z-index: 99;
  border: 1px solid #1F001F;
  border-radius: 4px 4px 0px 0px; }

.to-top:before {
  content: "\f077";
  color: #1F001F;
  font-family: fontAwesome;
  line-height: 36px; }

.to-top:focus {
  outline: none; }

.site-header {
  position: absolute;
  top: 10px;
  z-index: 99;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9); }

.site-header .header-content {
  position: relative;
  max-width: 920px;
  padding: 0 60px;
  margin: 0 auto; }

.site-header #lang_sel_list {
  /* start reset plugin styling: */
  /* end reset plugin styling */
  /* start custom styling: */ }
  .site-header #lang_sel_list {
    position: static;
    z-index: auto;
    height: auto;
    margin-bottom: 34px; }
  .site-header #lang_sel_list ul {
    list-style: none; }
  .site-header #lang_sel_list ul li {
    position: static;
    float: none; }
  .site-header #lang_sel_list a {
    display: inline;
    font-size: inherit;
    padding: 0; }
  .site-header #lang_sel_list a:visited {
    display: inherit;
    padding: inherit;
    background: inherit;
    font-size: inherit;
    text-decoration: inherit;
    color: inherit;
    line-height: inherit; }
  .site-header #lang_sel_list ul a {
    background: none;
    color: inherit; }
  .site-header #lang_sel_list {
    float: right;
    margin-top: 20px;
    font-family: 'Caecilia';
    font-size: 12px; }
  .site-header #lang_sel_list li {
    display: inline-block; }
  .site-header #lang_sel_list li:before {
    content: '/' !important;
    display: inline-block;
    margin: 0 5px; }
  .site-header #lang_sel_list li:first-child:before {
    content: '' !important;
    display: inline;
    margin: 0; }
  .site-header #lang_sel_list a.lang_sel_other {
    color: #8f8f8f;
    text-decoration: underline !important; }
  .site-header #lang_sel_list a.lang_sel_other:hover {
    color: #f7931D; }
  .site-header #lang_sel_list a.lang_sel_sel, .site-header #lang_sel_list a.lang_sel_sel:hover {
    color: #000; }

.site-header .site-branding {
  float: left; }
  .site-header .site-branding:after {
    content: '';
    display: block;
    clear: both; }

.site-header .logo {
  width: 202px;
  height: 69px;
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 20px 0; }

#header-image {
  width: 100%;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  height: 300px;
  background-repeat: no-repeat; }

#header-image.parallax-window.normal {
  height: 300px; }

#header-image.parallax-window.large {
  height: 500px; }

#header-image.parallax-window.x-large {
  height: 700px; }

#header-image.parallax-window.fill {
  height: 1000px; }

#header-image:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-image: url("../images/lines_white.png");
  background-position: left top;
  background-repeat: repeat-y;
  height: inherit; }

#header-image .caption {
  display: none; }

#header-empty {
  height: 160px;
  width: 100%; }

.page-template-HomeTemplate #header-image {
  height: 570px;
  padding: 250px 25px; }

.page-template-HomeTemplate #header-image .caption {
  background-color: rgba(0, 0, 0, 0.5);
  width: 800px;
  margin: 0 auto;
  color: #fff;
  font-family: 'Caecilia';
  font-weight: 100;
  font-size: 24px;
  padding: 40px 40px 25px 40px;
  text-align: center; }

.error404 #header-image,
.page-template-TalentTemplate #header-image,
.single-talent #header-image {
  height: 1000px; }

.main-navigation {
  clear: right;
  float: right;
  width: auto;
  font-size: 16px;
  font-family: 'Caecilia';
  font-weight: 400;
  color: #000; }

.main-navigation ul {
  display: block; }

.main-navigation .menu-toggle {
  padding: 0;
  display: none;
  font-family: FontAwesome;
  font-size: 32px;
  border: none;
  background: none;
  box-shadow: none;
  text-shadow: none;
  width: 79px;
  height: 79px;
  right: 0;
  top: 0; }

.main-navigation .menu-toggle .fa-times {
  display: none; }

.main-navigation .menu-toggle .fa-bars {
  display: none; }

.main-navigation .menu-toggle:focus {
  outline: none; }

.main-navigation .menu-toggle span {
  width: 30px;
  height: 4px;
  background: #404040;
  position: absolute;
  right: 20px;
  top: 39px;
  transition: -webkit-transform 100ms ease-in-out;
  transition: transform 100ms ease-in-out; }

.main-navigation .menu-toggle span:nth-child(1) {
  -webkit-transform: translateY(-7px);
  webkit-transform: translateY(-7px); }

.main-navigation .menu-toggle span:nth-child(3) {
  -webkit-transform: translateY(7px);
  webkit-transform: translateY(7px); }

.main-navigation.toggled .menu-toggle .fa-times {
  display: none; }

.main-navigation.toggled .menu-toggle .fa-bars {
  display: none; }

.main-navigation.toggled .menu-toggle span:nth-child(1) {
  transform: rotate(45deg) scaleX(0.7);
  -webkit-transform: rotate(45deg) scaleX(0.7); }

.main-navigation.toggled .menu-toggle span:nth-child(2) {
  -webkit-transform: scaleX(0);
  transform: scaleX(0); }

.main-navigation.toggled .menu-toggle span:nth-child(3) {
  transform: rotate(-45deg) scaleX(0.7);
  -webkit-transform: rotate(-45deg) scaleX(0.7); }

.main-navigation .menu-sitemenu-container > .nav-menu,
.main-navigation .menu-sitemenu--engels-container > .nav-menu {
  margin-right: -5px; }

.main-navigation .menu-item {
  margin-left: 20px;
  padding: 5px; }

.main-navigation .menu-item:first-child {
  margin-left: 0; }

.main-navigation .menu-item-language {
  display: none; }

.main-navigation .menu-item:hover,
.main-navigation .current-menu-item,
.main-navigation .current-menu-ancestor,
.main-navigation .current-page-ancestor {
  border-bottom: 4px solid #f7931D; }

.main-navigation a,
.main-navigation a:hover,
.main-navigation a:link,
.main-navigation a:visited {
  color: #000; }

.main-navigation .sub-menu {
  background-color: #fff;
  margin-top: 14px;
  margin-left: -5px;
  box-shadow: none;
  padding: 0; }

.main-navigation .sub-menu .menu-item {
  margin: 0;
  padding: 10px; }

.main-navigation .sub-menu .menu-item:hover,
.main-navigation .sub-menu .current-menu-item,
.main-navigation .sub-menu .current-menu-ancestor,
.main-navigation .sub-menu .current-page-ancestor {
  border-bottom: 0px !important;
  background-color: #f7931D; }

.main-navigation .sub-menu .menu-item:hover a,
.main-navigation .sub-menu .current-menu-item a,
.main-navigation .sub-menu .current-menu-ancestor a,
.main-navigation .sub-menu .current-page-ancestor a {
  color: #fff; }

.main-navigation .no_submenu ul {
  display: none; }

.site-footer {
  background: #fff; }

.site-footer #arnhemfooter {
  width: 100%;
  background-color: #1F001F;
  background-image: url("../images/lines_white.png");
  background-position: left bottom;
  background-repeat: repeat-y; }

.site-footer #arnhemfooter #footer-sidebar {
  display: block;
  width: 920px;
  margin: 0 auto;
  padding: 0 90px; }
  .site-footer #arnhemfooter #footer-sidebar:after {
    content: "";
    display: block;
    clear: both; }

.site-footer #arnhemfooter #footer-sidebar h3 {
  color: #fff; }

.site-footer #arnhemfooter #footer-sidebar .textwidget {
  color: #fff;
  font-size: 15px; }

.site-footer #arnhemfooter #footer-sidebar1,
.site-footer #arnhemfooter #footer-sidebar2,
.site-footer #arnhemfooter #footer-sidebar3 {
  float: left;
  width: 32.43243%; }

.site-footer #arnhemfooter #footer-sidebar1,
.site-footer #arnhemfooter #footer-sidebar2 {
  margin-right: 1.35135%; }

.site-footer #arnhemfooter #footer-sidebar1 a,
.site-footer #arnhemfooter #footer-sidebar3 a {
  border-bottom: 1px dotted #fff;
  color: #fff; }

.site-footer #arnhemfooter #footer-sidebar1 a i,
.site-footer #arnhemfooter #footer-sidebar3 a i {
  display: none; }

.site-footer #arnhemfooter #footer-sidebar1 a.block,
.site-footer #arnhemfooter #footer-sidebar3 a.block {
  display: inline-block;
  font-family: 'Caecilia',Sans-Serif;
  height: 35px;
  width: 190px;
  padding: 0px 10px 0px 15px;
  color: #fff;
  font-size: 14px;
  line-height: 35px;
  border: 1px solid #fff;
  margin: 1em 0 0 0; }

.site-footer #arnhemfooter #footer-sidebar1 a.block::after,
.site-footer #arnhemfooter #footer-sidebar3 a.block::after {
  font-family: FontAwesome;
  content: "\f105";
  font-size: 16px;
  display: inline-block;
  padding-left: 8px;
  vertical-align: middle;
  float: right; }

.site-footer #arnhemfooter #footer-sidebar1 a.block:hover,
.site-footer #arnhemfooter #footer-sidebar3 a.block:hover {
  background: #fff;
  color: #1F001F; }

.site-footer #arnhemfooter #footer-sidebar2 a {
  color: #fff; }

.site-footer #arnhemfooter #footer-sidebar2 a::after {
  content: "";
  padding-left: 0px; }

.site-footer #arnhemfooter #footer-sidebar2 a i {
  display: inline-block;
  height: 35px;
  width: 35px;
  padding: 0px 10px 0px 10px;
  color: #fff;
  font-size: 16px;
  line-height: 35px;
  border: 1px solid #fff;
  margin: 0 0 1em 0; }

.site-footer #arnhemfooter #footer-sidebar2 a:hover i {
  background: #fff;
  color: #1F001F; }

.site-footer #arnhemfooter #footer-sidebar1 {
  margin-left: 0px; }

.site-footer .site-info {
  width: 920px;
  margin: 0 auto;
  color: #999;
  font-size: 14px;
  padding: 10px 90px 10px; }

.site-footer .site-info a, .site-footer .site-info a:visited, .site-footer .site-info a:link {
  color: #999; }

.site-footer .site-info a:hover {
  text-decoration: underline; }

body,
button,
input,
select,
textarea {
  color: #404040; }

h1, h2, h3, h4 {
  font-family: 'Caecilia'; }

h1 {
  display: inline;
  background-color: #f7931D;
  color: #fff;
  box-shadow: 15px 0 0 #f7931D, -15px 0 0 #f7931D;
  padding: 12px 0px 7px 0px;
  font-weight: 100;
  font-size: 30px;
  margin-bottom: 0px !important; }

h2 {
  display: inline;
  background-color: #f7931D;
  color: #fff;
  box-shadow: 15px 0 0 #f7931D, -15px 0 0 #f7931D;
  padding: 12px 0px 7px 0px;
  font-weight: 100;
  margin-top: 0px !important;
  font-size: 22px; }

h3 {
  font-weight: 400; }

p {
  font-family: 'Caecilia';
  font-weight: 100;
  font-size: 18px;
  line-height: 30px;
  padding-left: 35px;
  padding-right: 35px; }

hr {
  background-color: transparent;
  border-top: dashed 1px #1F001F;
  margin-left: 35px;
  margin-right: 35px; }

a {
  text-decoration: none; }

.site {
  background-image: url("../images/lines_color.png");
  background-position: left top;
  background-repeat: repeat-y; }

#content {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 0 60px; }

.entry-content a {
  font-family: 'Caecilia';
  text-decoration: underline;
  color: #f7931D;
  cursor: pointer; }

.entry-content a:hover {
  color: #1F001F; }

.entry-content ul, .entry-content ol {
  font-family: 'Caecilia';
  font-weight: 100;
  font-size: 18px;
  line-height: 30px;
  padding-right: 50px; }

.entry-content li {
  margin-bottom: 5px; }

.entry-content .wp-caption-text {
  font-family: 'Caecilia';
  font-style: italic;
  color: #777;
  font-size: 14px; }

/* homepage */
.page-template-HomeTemplate #header-image .caption {
  display: block; }

.home-services {
  margin-left: 35px; }

.home-more {
  height: 35px;
  margin-left: 35px;
  width: 780px;
  position: relative;
  margin-bottom: 30px; }

.home-more .more-line {
  height: 35px;
  display: inline-block;
  width: 100%;
  border-bottom: dashed 1px #1F001F; }

.home-more .read-more {
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: inline-block;
  height: 35px;
  width: 130px;
  margin: 1em 0 0 0;
  padding: 0px 10px 0px 15px;
  font-family: 'Caecilia',Sans-Serif;
  font-size: 16px;
  font-weight: 500;
  color: #1F001F;
  line-height: 37px;
  border: 1px solid #1F001F;
  background: #fff; }

.home-more .read-more:before {
  content: "";
  width: 15px;
  height: 36px;
  background-color: #fff;
  float: left;
  display: inline-block;
  top: -1px;
  left: -16px;
  position: absolute; }

.home-more .read-more:after {
  font-family: FontAwesome;
  content: "\f105";
  font-size: 20px;
  display: inline-block;
  padding-left: 5px;
  line-height: 35px;
  vertical-align: middle;
  float: right; }

.home-more .read-more:hover {
  color: #fff;
  background-color: #1F001F; }

.home-cases .carousel .next-button,
.home-cases .carousel .prev-button {
  color: #f7931D; }

.home-cases .carousel .carousel-slides {
  margin-left: 35px;
  margin-right: 35px; }

.home-cases .carousel .carousel-slide {
  width: 100%; }

.home-cases .carousel .next-button {
  right: 30px; }

.home-cases .carousel .prev-button {
  left: 30px; }

.home-cases .case {
  width: 100%;
  height: 420px;
  position: relative;
  background-position: 50% 50%;
  background-size: cover; }

.home-cases .case .case-name {
  width: 100%;
  height: 150px;
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  position: absolute;
  color: #fff;
  font-family: 'Caecilia';
  font-weight: 100;
  padding: 15px; }

.home-cases .case .case-name .read_more {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-family: 'Caecilia',Sans-Serif;
  font-weight: 500;
  height: 35px;
  width: 130px;
  padding: 0px 10px 0px 15px;
  color: #fff;
  font-size: 16px;
  line-height: 37px;
  border: 1px solid #fff;
  margin: 1em 0 0 0; }

.home-cases .case .case-name .read_more:after {
  font-family: FontAwesome;
  content: "\f105";
  font-size: 20px;
  display: inline-block;
  padding-left: 5px;
  line-height: 35px;
  vertical-align: middle;
  float: right; }

.home-cases .case:hover .case-name .read_more {
  background-color: #fff;
  color: #000; }

.home-cases .case .case-name .case-title {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px; }

.home-cases .case .case-name .case-intro {
  width: 500px; }

/* services */
.service-carousel {
  margin-top: 50px;
  margin-left: 35px; }

.service-carousel .prev-button:hover,
.service-carousel .next-button:hover {
  color: #44A2BC; }

ul.service-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 95.42484%;
  height: 250px; }

li.svs-icon {
  width: 17.26027%;
  height: 250px;
  float: left;
  margin: 0px 3.42466% 0px 0px;
  position: relative; }

li.svs-icon:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 0;
  padding-bottom: 83.33333%;
  background: #eee;
  top: 10px;
  left: 100%; }

li.svs-icon:last-child {
  margin-right: 0px; }

li.svs-icon:last-child:after {
  content: "";
  position: absolute;
  width: 0px; }

li.svs-icon:hover {
  cursor: pointer; }

li.svs-icon .icon {
  width: 100%;
  height: 0;
  background-color: #1F001F;
  margin-bottom: 15px;
  padding: 9.52381%;
  padding-bottom: 90.47619%; }

li.svs-icon:hover .icon,
li.svs-icon.active .icon {
  background-color: #44A2BC; }

li.svs-icon .icon img {
  display: block; }

li.svs-icon .svs-title {
  font-size: 14px;
  color: #1F001F;
  font-family: 'Caecilia';
  text-align: center; }

li.svs-icon:hover .svs-title,
li.svs-icon.active .svs-title {
  color: #44A2BC; }

li.svs-icon .toggle-button {
  display: none; }

.rel-header {
  margin: 0 35px;
  display: block;
  height: 40px;
  position: relative; }

.rel-header .rel-icon {
  background-color: #44A2BC;
  float: left;
  font-size: 20px;
  line-height: 44px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  -webkit-border-radius: 20px; }

.rel-header i {
  padding-left: 12px; }

.rel-header h3 {
  display: block;
  line-height: 24px;
  clear: none;
  padding-top: 8px;
  padding-left: 50px;
  color: #44A2BC; }

.service {
  background-color: #f0f0f0;
  padding: 5px 15px 15px 15px;
  margin-right: 35px; }

.service h1 {
  background-color: #44A2BC;
  box-shadow: 15px 0 0 #44A2BC, -15px 0 0 #44A2BC; }

.service p {
  padding: 0 35px; }

.service .icon {
  display: none; }

.service .cases .case {
  position: relative;
  margin: 0 35px 30px;
  height: 150px;
  background-position: 50% 50%;
  background-size: cover; }

.service .cases .case .case-name {
  width: 100%;
  height: 55px;
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  position: absolute;
  color: #fff;
  font-family: 'Caecilia';
  font-weight: 100;
  font-size: 20px;
  padding: 15px; }

.service .cases .case .case-name .read_more {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-family: 'Caecilia',Sans-Serif;
  font-weight: 500;
  height: 35px;
  width: 130px;
  padding: 0px 10px 0px 15px;
  color: #fff;
  font-size: 16px;
  line-height: 37px;
  border: 1px solid #fff;
  margin: 1em 0 0 0; }

.service .cases .case .case-name .read_more:after {
  font-family: FontAwesome;
  content: "\f105";
  font-size: 20px;
  display: inline-block;
  padding-left: 5px;
  line-height: 35px;
  vertical-align: middle;
  float: right; }

.service .cases .case:hover .case-name .read_more {
  background-color: #fff;
  color: #000; }

/* talents */
.talent-overview {
  padding-left: 35px; }

ul.tal-nav {
  list-style: none;
  margin: 0;
  padding: 0; }

ul.tal-nav li.talent-small {
  position: relative;
  float: left;
  width: 26.0452%;
  height: 0;
  margin-right: 3.9548%;
  margin-bottom: 35px;
  padding-bottom: 26.0452%;
  overflow: hidden;
  background-color: #f0f0f0;
  background-image: url("../images/empty_avatar.png");
  background-size: cover;
  background-position: 50% 50%; }

ul.tal-nav li.talent-small > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-size: cover;
  background-position: 50% 50%; }

ul.tal-nav li.talent-small .tal-name {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: absolute;
  bottom: -100px;
  width: 100%;
  height: 80px;
  padding: 15px;
  opacity: 0.5;
  background: rgba(0, 0, 0, 0.7);
  font-family: 'Caecilia';
  font-size: 13px;
  font-weight: 100;
  color: #fff; }

ul.tal-nav li.talent-small .tal-name span {
  font-size: 16px; }

ul.tal-nav li.talent-small:hover .tal-name {
  bottom: 0;
  opacity: 1; }

/* talent */
.talent {
  margin-top: 25px; }

.myworldis {
  color: #fff;
  margin: 0 35px;
  padding: 30px 40px;
  background-color: #44A2BC;
  font-family: 'Caecilia';
  font-weight: 100;
  font-size: 18px; }

.myworldis h3 {
  margin: 0; }

.blogposts {
  margin-top: 50px;
  margin-bottom: 60px; }

.blogposts ul {
  list-style-type: none;
  margin: 30px 0 0 0; }

.blogposts li {
  margin-bottom: 20px;
  font-weight: 400; }

.blogposts li a {
  text-decoration: none; }

.blogposts li .date {
  font-size: 14px;
  color: #777;
  margin-top: -5px; }

/* cases */
.cases-overview {
  padding-left: 35px; }

ul.cases-nav {
  list-style: none;
  margin: 0;
  padding: 0; }

ul.cases-nav li.case-medium {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  width: 730px;
  height: 420px;
  position: relative;
  background-size: cover;
  background-position: 50% 50%; }

ul.cases-nav li.case-medium img {
  position: absolute;
  max-width: 85px;
  max-height: 85px;
  background: #fff;
  top: 10px;
  right: 10px;
  padding: 10px; }

ul.cases-nav li.case-medium .case-name {
  width: 100%;
  min-height: 150px;
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  position: absolute;
  color: #fff;
  font-family: 'Caecilia';
  font-weight: 100;
  padding: 15px; }

ul.cases-nav li.case-medium .case-name .read_more {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 130px;
  height: 35px;
  margin: 1em 0 0 0;
  padding: 0px 10px 0px 15px;
  border: 1px solid #fff;
  font-family: 'Caecilia',Sans-Serif;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  line-height: 37px; }

ul.cases-nav li.case-medium .case-name .read_more:after {
  content: "\f105";
  float: right;
  display: inline-block;
  padding-left: 5px;
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 35px;
  vertical-align: middle; }

ul.cases-nav li.case-medium .case-name .read_more:hover {
  background-color: #fff;
  color: #404040; }

ul.cases-nav li.case-medium .case-name .case-title {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 18px; }

ul.cases-nav li.case-medium .case-name .case-intro {
  width: 500px; }

/* case */
.case {
  margin-top: 25px; }

.case .quote q,
.case .quote blockquote {
  color: #44A2BC;
  font-weight: 500; }

.case .quote q:before,
.case .quote blockquote:before {
  content: "\201c"; }

.case .quote q:after,
.case .quote blockquote:after {
  content: "\201d"; }

.case-carousel {
  margin-top: 35px;
  margin-left: 35px; }

.case-carousel .prev-button:hover,
.case-carousel .next-button:hover {
  color: #44A2BC; }

.case-carousel h1 {
  background-color: #44A2BC;
  box-shadow: 15px 0 0 #44A2BC, -15px 0 0 #44A2BC; }

.case-carousel ul.case-nav {
  list-style: none;
  margin: 0px 0px 40px 0px;
  padding: 0;
  width: 95.42484%;
  height: 140px;
  line-height: 24px; }

.case-carousel ul.case-nav li.cas-user {
  width: 47.94521%;
  height: 140px;
  float: left;
  margin: 0px 4.10959% 0px 0px;
  background-color: #1F001F;
  position: relative;
  padding: 0 10px; }

.case-carousel ul.case-nav li.cas-user:after {
  content: '';
  width: 30px;
  height: 110px;
  background-color: #eee;
  position: absolute;
  top: 15px;
  left: 100%; }

.case-carousel ul.case-nav li.cas-user:last-child:after {
  content: '';
  width: 0; }

.case-carousel ul.case-nav li.cas-user:hover, .case-carousel ul.case-nav li.cas-user.active {
  background-color: #44A2BC;
  cursor: pointer; }

.case-carousel ul.case-nav li.cas-user:last-child {
  margin-right: 0px; }

.case-carousel ul.case-nav li.cas-user .toggle-button {
  display: none; }

.case-carousel ul.case-nav li.cas-user h2 {
  display: none; }

.case-carousel ul.case-nav li.cas-user .avatar {
  background-size: cover;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  margin: 15px auto 10px; }

.case-carousel ul.case-nav li.cas-user .user {
  font-size: 16px;
  font-weight: 300;
  font-family: 'Caecilia';
  color: #fff;
  width: 100%;
  text-align: center; }

.case-carousel ul.case-nav li.cas-user .user .functie {
  font-size: 13px; }

.case-carousel .case-pers {
  background-color: #f0f0f0;
  margin-right: 50px;
  padding: 5px 15px 15px 15px; }

.case-footer {
  background-color: #44A2BC;
  margin: 0px 35px;
  padding: 10px 30px;
  color: #fff;
  overflow: auto; }

.case-footer .column {
  width: 325px;
  float: left;
  position: relative;
  margin-right: 10px; }

.case-footer .column h3 {
  margin-bottom: 5px; }

.case-footer ul.case-contacts,
.case-footer ul.case-talents,
.case-footer ul.case-services {
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: normal;
  font-size: 16px; }

.case-footer ul.case-contacts a,
.case-footer ul.case-talents a,
.case-footer ul.case-services a {
  color: #fff;
  background-color: #44A2BC;
  text-decoration: none; }

.case-footer ul.case-contacts li.contact:hover,
.case-footer ul.case-contacts li.contact:hover a,
.case-footer ul.case-contacts li.talent:hover,
.case-footer ul.case-contacts li.talent:hover a,
.case-footer ul.case-contacts li.service:hover,
.case-footer ul.case-contacts li.service:hover a,
.case-footer ul.case-talents li.contact:hover,
.case-footer ul.case-talents li.contact:hover a,
.case-footer ul.case-talents li.talent:hover,
.case-footer ul.case-talents li.talent:hover a,
.case-footer ul.case-talents li.service:hover,
.case-footer ul.case-talents li.service:hover a,
.case-footer ul.case-services li.contact:hover,
.case-footer ul.case-services li.contact:hover a,
.case-footer ul.case-services li.talent:hover,
.case-footer ul.case-services li.talent:hover a,
.case-footer ul.case-services li.service:hover,
.case-footer ul.case-services li.service:hover a {
  background-color: #1F001F; }

.case-footer ul.case-contacts li.contact,
.case-footer ul.case-talents li.talent {
  width: 325px;
  padding: 5px 10px;
  margin-bottom: 10px;
  height: 80px; }

.case-footer ul.case-contacts li.contact .avatar,
.case-footer ul.case-talents li.talent .avatar {
  background-size: cover;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  display: inline-block;
  margin-top: 5px; }

.case-footer ul.case-services li.service {
  width: 325px;
  padding: 5px 10px;
  margin-bottom: 10px;
  height: 100px;
  background-color: #44A2BC; }

.case-footer ul.case-services li.service .icon {
  background-size: cover;
  width: 80px;
  height: 80px;
  display: inline-block;
  margin-top: 5px; }

ul.case-contacts li.contact .data,
ul.case-talents li.talent .data,
ul.case-services li.service .data {
  width: 200px;
  padding: 0;
  display: inline-block;
  margin: 9px 0px 0px 10px;
  height: 80px;
  vertical-align: top; }

ul.case-contacts li.contact .data span,
ul.case-talents li.talent .data span,
ul.case-services li.service .data span {
  font-family: 'Caecilia';
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  display: inline-block; }

.case-footer ul.case-services li.service {
  display: inline-table; }

.case-footer ul.case-services li.service a {
  display: inline-table; }

.case-footer ul.case-services li.service .icon {
  margin-top: 6px; }

.case-footer ul.case-services li.service .data {
  margin-top: 6px;
  display: inline-table; }

.case-footer ul.case-services li.service .data span {
  font-size: 14px;
  display: table-cell;
  vertical-align: middle; }

ul.case-contacts li.contact .data h4,
ul.case-talents li.talent .data h4 {
  margin: 0;
  padding: 0;
  font-weight: 400; }

ul.case-services li.service .data span {
  margin-top: 20px; }

.case-footer .tags a {
  display: inline-block;
  margin: 0 10px 8px 0;
  padding: 7px 10px 5px;
  color: #fff;
  font-family: 'Caecilia';
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #fff;
  text-decoration: none; }

.case-footer .tags a:hover {
  color: #44A2BC;
  background-color: #fff; }

/* blog */
.blog-overview {
  padding-left: 35px; }

ul.blog-nav {
  margin-top: 25px;
  list-style: none;
  margin: 0;
  padding: 0; }

ul.blog-nav li.blog-item {
  float: left;
  margin-left: -35px;
  margin-bottom: 30px;
  margin-top: 25px;
  width: 800px;
  position: relative; }

ul.blog-nav li.blog-item h1 {
  margin-left: 0px; }

ul.blog-nav li.blog-item img {
  position: absolute;
  right: 0;
  opacity: 0.5; }

ul.blog-nav li.blog-item .author {
  margin-top: 10px;
  height: 50px;
  font-weight: 500;
  margin-left: -15px; }

ul.blog-nav li.blog-item .author .avatar {
  width: 40px;
  height: 40px;
  background-size: cover;
  background-color: #1F001F;
  border-radius: 20px;
  background-position-x: 1px;
  float: left;
  margin-top: 3px; }

ul.blog-nav li.blog-item .author .author-title {
  margin-left: 50px;
  font-size: 16px;
  color: #1F001F;
  margin-bottom: -2px; }

ul.blog-nav li.blog-item .author .author-title a {
  color: #1F001F; }

ul.blog-nav li.blog-item .author .date {
  margin-left: 50px;
  font-size: 14px;
  color: #777; }

ul.blog-nav li.blog-item .blog-image,
ul.blog-nav li.blog-item .blog-excerpt,
ul.blog-nav li.blog-item .blog-more {
  margin: 0 35px; }

ul.blog-nav li.blog-item .blog-image {
  height: 125px;
  margin-bottom: 10px; }

ul.blog-nav li.blog-item .blog-more {
  height: 35px;
  width: 780px;
  position: relative; }

ul.blog-nav li.blog-item .blog-more .categories {
  margin-top: 20px;
  margin-bottom: -27px; }

ul.blog-nav li.blog-item .blog-more .categories .cat {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #44A2BC;
  color: #44A2BC;
  font-family: 'Caecilia',Sans-Serif;
  font-weight: 500;
  padding: 2px 10px;
  margin-right: 5px; }

ul.blog-nav li.blog-item .blog-more .categories .cat.active {
  background-color: #44A2BC;
  color: #fff; }

ul.blog-nav li.blog-item .blog-more .more-line {
  height: 1px;
  display: inline-block;
  width: 100%;
  border-bottom: dashed 1px #1F001F;
  position: absolute;
  bottom: 0; }

ul.blog-nav li.blog-item .blog-more .read-more {
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: inline-block;
  height: 35px;
  width: 130px;
  margin: 1em 0 0 0;
  padding: 0px 10px 0px 15px;
  font-family: 'Caecilia',Sans-Serif;
  font-size: 16px;
  font-weight: 500;
  color: #1F001F;
  line-height: 37px;
  border: 1px solid #1F001F;
  background: #fff; }

ul.blog-nav li.blog-item .blog-more .read-more:before {
  content: "";
  width: 15px;
  height: 36px;
  background-color: #fff;
  float: left;
  display: inline-block;
  top: -1px;
  left: -16px;
  position: absolute; }

ul.blog-nav li.blog-item .blog-more .read-more:after {
  font-family: FontAwesome;
  content: "\f105";
  font-size: 20px;
  display: inline-block;
  padding-left: 5px;
  line-height: 35px;
  vertical-align: middle;
  float: right; }

ul.blog-nav li.blog-item .blog-more .read-more:hover {
  color: #fff;
  background-color: #1F001F; }

/* blog */
.blog-post {
  margin-top: 25px; }

.blog-post .author {
  margin-top: 10px;
  height: 40px;
  font-weight: 500;
  font-family: 'Caecilia',Sans-Serif;
  margin-left: -15px; }

.blog-post .author .avatar {
  width: 40px;
  height: 40px;
  background-size: cover;
  border-radius: 20px;
  float: left;
  margin-top: 3px; }

.blog-post .author .author-title {
  margin-left: 50px;
  font-size: 16px;
  color: #1F001F;
  margin-bottom: -2px; }

.blog-post .author .date {
  margin-left: 50px;
  font-size: 14px;
  color: #777; }

.blog-post .entry-content {
  margin: 1em 0 0;
  padding: 0 35px; }

.blog-post .entry-content p {
  padding: 0; }

.blog-post .entry-content .cat {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #fff;
  color: #fff;
  font-family: 'Caecilia',Sans-Serif;
  padding: 2px 10px;
  margin-right: 5px;
  margin-bottom: 10px;
  text-decoration: none; }

.blog-post .entry-content .cat:hover {
  background-color: #fff;
  color: #44A2BC;
  cursor: pointer; }

.blog-footer {
  background-color: #44A2BC;
  padding: 10px 30px;
  color: #fff;
  overflow: auto; }

.blog-footer h2, .blog-footer h3, .blog-footer h4 {
  margin-left: 0px; }

.blog-footer .column {
  width: 325px;
  float: left;
  position: relative;
  margin-right: 10px; }

.blog-footer .column h3 {
  margin-bottom: 5px; }

.blog-footer ul.blog-contacts {
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: normal; }

.blog-footer ul.blog-contacts a {
  color: #fff;
  background-color: #44A2BC;
  text-decoration: none; }

.blog-footer ul.blog-contacts li.contact {
  width: 325px;
  padding: 5px 10px;
  margin-bottom: 10px;
  height: 80px; }

.blog-footer ul.blog-contacts li.contact:hover,
.blog-footer ul.blog-contacts li.contact a {
  background-color: #1F001F; }

.blog-footer ul.blog-contacts li.contact .avatar {
  background-size: cover;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  display: inline-block;
  margin-top: 5px; }

.blog-footer ul.blog-contacts li.contact .data {
  font-size: 16px;
  width: 200px;
  padding: 0;
  display: inline-block;
  margin: 9px 0px 0px 10px;
  height: 80px;
  vertical-align: top; }

.blog-footer ul.blog-contacts li.contact .data span {
  font-family: 'Caecilia';
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  display: inline-block; }

.blog-footer ul.blog-contacts li.contact .data h4 {
  margin: 0;
  padding: 0;
  font-weight: 400; }

/* comments */
#comments .comments-title {
  background-color: #1F001F;
  box-shadow: 15px 0 0 #1F001F, -15px 0 0 #1F001F; }

#comments ul {
  list-style: none;
  margin: 20px 50px 0px;
  padding: 0; }

#comments ul article {
  margin: 15px 0px; }

#comments ul li {
  padding-top: 15px;
  border-top: dashed 1px #1F001F; }

#comments ul li ul.children {
  margin-right: 0px; }

#comments ul #respond {
  margin-right: 0; }

#comments .comment-meta {
  font-family: 'Caecilia',Sans-Serif;
  font-size: 14px; }

#comments .comment-meta .comment-author {
  margin-left: -50px; }

#comments .comment-meta .comment-author .fn {
  font-size: 16px;
  font-weight: 300;
  display: block;
  margin-left: 50px;
  margin-top: -60px;
  padding-top: 10px;
  margin-bottom: -2px; }

#comments .comment-meta .comment-author .fn a,
#comments .comment-meta .comment-author .fn a:visited,
#comments .comment-meta .comment-author .fn a:active,
#comments .comment-meta .comment-author .fn a:hover,
#comments .comment-meta .comment-author .fn a:focus {
  color: #1F001F; }

#comments .comment-meta .comment-author .says {
  display: none; }

#comments .comment-meta .comment-author img {
  margin-top: -1px;
  border-radius: 20px; }

#comments .comment-meta .comment-metadata a,
#comments .comment-meta .comment-metadata a:visited,
#comments .comment-meta .comment-metadata a:active,
#comments .comment-meta .comment-metadata a:hover,
#comments .comment-meta .comment-metadata a:focus {
  color: #777; }

#comments .comment-content p {
  padding: 0px;
  font-size: 16px; }

#comments .reply {
  position: relative; }

#comments .reply a {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #1F001F;
  color: #1F001F;
  font-family: 'Caecilia', Sans-Serif;
  padding: 2px 10px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 2; }

#comments .reply a:hover {
  background-color: #1F001F;
  color: #fff; }

#comments #respond {
  margin: 15px 50px 0px 50px;
  padding-top: 0px;
  border-top: dashed 1px #1F001F; }

#comments #respond .comment-reply-title {
  position: relative; }

#comments #respond .comment-reply-title a {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #1F001F;
  color: #1F001F;
  font-family: 'Caecilia', Sans-Serif;
  padding: 2px 10px;
  position: absolute;
  right: 0px;
  top: -8px;
  z-index: 2; }

#comments #respond .comment-reply-title a:hover {
  background-color: #1F001F;
  color: #fff; }

#comments #respond p {
  padding-left: 0px;
  padding-right: 0px; }

#comments #respond form {
  position: relative; }

#comments #respond form .logged-in-as {
  font-size: 14px;
  margin-bottom: 0px;
  color: #777; }

#comments #respond form .logged-in-as a {
  color: #1F001F; }

#comments #respond form .logged-in-as a:hover {
  text-decoration: underline; }

#comments #respond form .comment-notes {
  color: #777;
  font-size: 12px;
  font-weight: 500;
  margin-top: 5px;
  right: 0;
  position: absolute; }

#comments #respond form .comment-form-email {
  position: absolute;
  right: 0; }

#comments #respond form .comment-form-author,
#comments #respond form .comment-form-email {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 48%;
  font-size: 16px; }

#comments #respond form .comment-form-author input,
#comments #respond form .comment-form-email input {
  display: block;
  padding: 11px 10px 9px 10px;
  width: 100%;
  font-weight: normal; }

#comments #respond form .comment-form-author .required,
#comments #respond form .comment-form-email .required {
  display: none; }

#comments #respond form label {
  text-transform: uppercase;
  font-size: 14px;
  color: #777;
  font-weight: 300; }

#comments #respond form .comment-form-comment {
  margin-bottom: 0px; }

#comments #respond form .comment-form-comment textarea {
  height: 120px;
  padding: 11px 10px 9px 10px;
  font-size: 16px;
  font-weight: normal; }

#comments #respond form .form-submit {
  margin-top: 0px; }

#comments #respond form .form-submit input[type="submit"] {
  border: 1px solid #1F001F;
  background: #fff;
  font-weight: 500;
  box-shadow: none;
  color: #1F001F;
  font-size: 16px;
  text-shadow: none;
  border-radius: 0px;
  height: 35px;
  padding: 0px 20px 0px 20px;
  line-height: 37px; }

#comments #respond form .form-submit input[type="submit"]:hover {
  background: #1F001F;
  color: #fff; }

.carousel.case-carousel li.active:before {
  content: '';
  width: 20px;
  height: 20px;
  background-color: #44A2BC;
  display: block;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 10px);
  transform: rotate(45deg); }

.carousel {
  position: relative;
  margin-bottom: 1.5em; }

.carousel .carousel-slides-prev-next-buttons {
  position: relative; }

.carousel .prev-button,
.carousel .next-button {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  font-size: 50px;
  vertical-align: middle;
  line-height: 50px;
  color: #1F001F;
  text-decoration: none; }

.carousel .prev-button:focus,
.carousel .next-button:focus {
  outline: none; }

.carousel .prev-button:hover,
.carousel .next-button:hover {
  color: #44A2BC; }

.carousel .prev-button:before, .carousel .prev-button:after,
.carousel .next-button:before,
.carousel .next-button:after {
  position: absolute;
  top: 50%;
  width: 50px;
  margin-top: -25px;
  font-family: FontAwesome;
  text-align: center; }

.carousel .prev-button {
  left: -75px; }

.carousel .prev-button:before {
  content: "\f104";
  left: 25px; }

.carousel .next-button {
  right: -40px; }

.carousel .next-button:before {
  content: "\f105";
  right: 25px; }

.carousel .carousel-slides {
  position: relative;
  margin-right: 35px;
  overflow: hidden; }

.carousel .carousel-slide {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: block;
  width: 100%;
  margin-right: 0;
  overflow: hidden; }

.carousel .carousel-slide.last-current {
  z-index: 2;
  left: 0; }

.carousel .carousel-slide.current {
  position: relative;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
  z-index: 3; }

.carousel .carousel-slide.from-left {
  left: -100%; }

.carousel .carousel-slide.from-left.current {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.carousel .carousel-slide h1 {
  margin-top: 0; }

.ie9 .carousel .carousel-slide.current {
  left: 0;
  opacity: 0; }

body.main-menu-open {
  height: 100%;
  overflow: hidden; }

@media only screen and (min-device-width: 599px) and (max-device-width: 1025px) {
  .site-header .header-content,
  .site-footer #arnhemfooter #footer-sidebar,
  #content,
  .page-template-HomeTemplate #header-image .caption,
  ul.service-nav,
  .site-footer .site-info,
  .home-more,
  ul.cases-nav li.case-medium {
    width: 100%; } }

@media screen and (max-width: 599px) {
  /**********************************/
  /* responsive depending variables */
  /**********************************/
  /* pagePadding */
  #content,
  .site-header .header-content {
    padding: 0 20px; }
  /* horizontalPadding */
  .home-services,
  .home-more,
  .service-carousel,
  .rel-header {
    margin-left: 25px; }
  .home-cases .carousel .carousel-slides {
    margin-left: 0;
    margin-right: 0; }
  .rel-header,
  .service {
    margin-right: 25px; }
  .rel-header h3,
  .talent-overview {
    padding-left: 0;
    margin-right: -10px; }
  .service .cases .case {
    margin: 0 25px 30px; }
  ul.tal-nav li.talent-small {
    width: 47.2067%;
    margin-right: 2.7933%;
    margin-bottom: 25px;
    padding-bottom: 47.2067%; }
  /*********************/
  /* grouped resetting */
  /*********************/
  li.svs-icon:after,
  .home-cases .case .case-name .case-intro,
  #header-image:after {
    display: none; }
  .site,
  .site-header .header-content,
  #content,
  ul.service-nav,
  .home-more,
  ul.cases-nav li.case-medium,
  .site-footer #arnhemfooter #footer-sidebar,
  .site-footer .site-info,
  .site-footer #arnhemfooter #footer-sidebar1,
  .site-footer #arnhemfooter #footer-sidebar2,
  .site-footer #arnhemfooter #footer-sidebar3,
  .page-template-HomeTemplate #header-image .caption,
  .home-cases .case,
  ul.cases-nav li.case-medium .case-name .case-intro,
  .case-carousel ul.case-nav,
  .case-carousel ul.case-nav li.cas-user,
  .case-footer .column,
  .case-footer ul.case-contacts li.contact,
  .case-footer ul.case-talents li.talent,
  .case-footer ul.case-services li.service,
  .blog-footer .column,
  .blog-footer ul.blog-contacts li.contact {
    width: 100%; }
  .site-footer #arnhemfooter #footer-sidebar,
  ul.service-nav,
  li.svs-icon,
  .case .case-name,
  .home-cases .case .case-name,
  .service .cases .case .case-name,
  ul.cases-nav li.case-medium .case-name,
  .case-carousel ul.case-nav,
  .case-carousel ul.case-nav li.cas-user,
  .case-footer ul.case-contacts li.contact,
  .case-footer ul.case-talents li.talent,
  .case-footer ul.case-services li.service,
  ul.case-contacts li.contact .data,
  ul.case-talents li.talent .data,
  ul.case-services li.service .data,
  .blog-footer ul.blog-contacts li.contact,
  ul.blog-contacts li.contact .data {
    height: auto; }
  .main-navigation,
  .site-footer #arnhemfooter #footer-sidebar1,
  .site-footer #arnhemfooter #footer-sidebar2,
  .site-footer #arnhemfooter #footer-sidebar3,
  li.svs-icon {
    float: none; }
  p,
  .site-footer .site-info {
    padding: 0 0 40px 0; }
  /***********/
  /* general */
  /***********/
  .site {
    background-image: none; }
  hr {
    margin-left: 0;
    margin-right: 0; }
  h1, h2, p {
    overflow-wrap: break-word;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto; }
  .entry-content ul, .entry-content ol {
    padding-right: 5px;
    margin-left: 0px; }
  /* footer */
  .site-footer #arnhemfooter {
    background-image: none; }
  .site-footer #arnhemfooter #footer-sidebar {
    overflow: hidden; }
  .site-footer #arnhemfooter #footer-sidebar {
    padding: 0 20px; }
  .site-footer #arnhemfooter #footer-sidebar1 a,
  .site-footer #arnhemfooter #footer-sidebar1 a.block,
  .site-footer #arnhemfooter #footer-sidebar3 a,
  .site-footer #arnhemfooter #footer-sidebar3 a.block {
    display: inline-block;
    font-family: 'Caecilia',Sans-Serif;
    height: 35px;
    width: 100%;
    max-width: 300px;
    padding: 0px 10px 0px 15px;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
    border: 1px solid #fff;
    margin: 1em 0 0 0; }
  .site-footer #arnhemfooter #footer-sidebar1 a::after,
  .site-footer #arnhemfooter #footer-sidebar1 a.block::after,
  .site-footer #arnhemfooter #footer-sidebar3 a::after,
  .site-footer #arnhemfooter #footer-sidebar3 a.block::after {
    font-family: FontAwesome;
    content: "\f105";
    font-size: 16px;
    display: inline-block;
    padding-left: 8px;
    vertical-align: middle;
    float: right; }
  .site-footer #arnhemfooter #footer-sidebar1 a:hover,
  .site-footer #arnhemfooter #footer-sidebar1 a.block:hover,
  .site-footer #arnhemfooter #footer-sidebar3 a:hover,
  .site-footer #arnhemfooter #footer-sidebar3 a.block:hover {
    background-color: #fff;
    color: #1F001F;
    cursor: pointer; }
  .site-footer #arnhemfooter #footer-sidebar1 a i,
  .site-footer #arnhemfooter #footer-sidebar1 a.block i,
  .site-footer #arnhemfooter #footer-sidebar3 a i,
  .site-footer #arnhemfooter #footer-sidebar3 a.block i {
    display: inline-block;
    width: 18px; }
  .site-footer #arnhemfooter #footer-sidebar1 a,
  .site-footer #arnhemfooter #footer-sidebar3 a {
    display: block; }
  .site-footer .site-info {
    clear: both;
    text-align: center; }
  #footercopyright {
    margin: 20px 20px; }
  .to-top {
    display: block; }
  .main-menu-open .to-top {
    display: none; }
  /************/
  /* carousel */
  /************/
  .carousel {
    margin: 0 13px 20px 13px; }
  .carousel .prev-button {
    left: -25px; }
  .carousel .prev-button:before {
    left: 0; }
  .carousel .next-button {
    right: -25px; }
  .carousel .next-button:before {
    right: 0; }
  .carousel .carousel-slides {
    margin-right: 25px;
    margin-left: 25px; }
  .carousel .carousel-slide {
    width: 100%; }
  .carousel .content {
    padding: 0 5px; }
  .carousel .rel-header,
  .carousel .service .cases .case {
    margin: 0; }
  .home-cases .case .case-name .read_more,
  .service .cases .case .case-name .read_more,
  ul.cases-nav li.case-medium .case-name .read_more {
    position: static; }
  /************/
  /* homepage */
  /************/
  .page-template-HomeTemplate #header-image {
    padding-left: 0;
    padding-right: 0;
    height: 300px;
    padding-top: 100px; }
  .page-template-HomeTemplate #header-image .caption {
    font-size: 18px;
    padding: 20px; }
  li.svs-icon {
    clear: both;
    display: table;
    width: 100%;
    margin: 0 0 10px 0; }
  li.svs-icon .icon,
  li.svs-icon .svs-title {
    display: table-cell;
    vertical-align: middle; }
  li.svs-icon .icon {
    width: 80px;
    padding: 12px; }
  li.svs-icon .svs-title {
    padding-left: 13px;
    font-size: 19px;
    text-align: left; }
  .home-more {
    margin-left: 0; }
  .home-cases .case {
    margin-left: 0;
    height: 60vw; }
  .home-cases .carousel {
    margin: 0 0 20px 0; }
  .home-cases .carousel .prev-button,
  .home-cases .carousel .next-button {
    color: #fff;
    bottom: -15px;
    top: auto; }
  .home-cases .carousel .prev-button {
    left: -0; }
  .home-cases .carousel .prev-button:before {
    left: 0; }
  .home-cases .carousel .next-button {
    right: 0; }
  .home-cases .carousel .next-button:before {
    right: 0; }
  .home-cases .carousel .carousel-slide .case .case-name .case-title {
    text-align: center; }
  .home-cases .carousel .carousel-slide .case .case-name .read_more {
    margin: 0 auto; }
  /**************************************/
  /* styling for case */
  /**************************************/
  .carousel.case-carousel .toggle-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    font-family: FontAwesome;
    font-size: 40px;
    color: #777;
    line-height: 1;
    text-align: center;
    display: none; }
  .carousel.case-carousel ul.case-nav.is-open li.cas-user {
    display: inline-block; }
  .carousel.case-carousel li.cas-user h2 {
    position: relative;
    display: table-cell;
    height: 40px;
    padding-right: 40px;
    vertical-align: middle; }
  .carousel.case-carousel ul.case-nav.is-open li.cas-user:first-child h2:after,
  .carousel.case-carousel ul.case-nav.is-closed li.cas-user.active h2:after {
    content: "";
    position: absolute;
    top: 0;
    right: 40px;
    bottom: 0;
    display: block;
    width: 1px;
    background: #fff; }
  .carousel.case-carousel ul.case-nav.is-open li.cas-user:first-child .toggle-button,
  .carousel.case-carousel ul.case-nav.is-closed li.cas-user.active .toggle-button {
    display: block; }
  /************/
  /* services */
  /************/
  .service-carousel {
    margin: 0px; }
  .service-carousel .service-nav {
    display: none; }
  .service-carousel div .prev-button,
  .service-carousel div .next-button {
    display: none; }
  .service-carousel div .carousel-slides {
    margin: 0;
    overflow: visible; }
  .service-carousel div .carousel-slides .service {
    padding: 5px 0 0 0;
    position: relative;
    left: 0;
    margin-bottom: 20px;
    overflow: visible;
    background-color: transparent;
    text-align: center; }
  .service-carousel div .carousel-slides .service .icon {
    display: block;
    background-color: #44A2BC;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 10px; }
  .service-carousel div .carousel-slides .service h1 {
    padding: 12px 0px 7px 0px;
    background-color: transparent;
    box-shadow: none;
    color: #44A2BC;
    font-size: 24px;
    font-weight: 300; }
  .service-carousel div .carousel-slides .service .content {
    padding: 0; }
  .service-carousel div .carousel-slides .service .cases {
    display: none; }
  .service-carousel div .carousel-slides .service p {
    padding: 0 0 20px; }
  .service-carousel div .carousel-slides .current {
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none; }
  /*********/
  /* cases */
  /*********/
  .cases-overview {
    padding-left: 0; }
  ul.cases-nav li.case-medium {
    background-position: 50% 50%;
    background-size: cover; }
  /********/
  /* case */
  /********/
  .carousel.case-carousel {
    margin-left: 0;
    margin-right: 0; }
  .carousel.case-carousel ul.case-nav {
    display: inline-block;
    line-height: 1.5;
    margin-bottom: 20px;
    position: relative; }
  .carousel.case-carousel ul.case-nav li {
    width: 49%;
    height: 165px;
    padding: 0 5px;
    position: relative; }
  .carousel.case-carousel ul.case-nav li:first-child {
    margin-right: 2%; }
  .carousel.case-carousel ul.case-nav li.cas-user:after {
    height: 135px; }
  .carousel.case-carousel .carousel-slides-prev-next-buttons {
    margin: 0; }
  .carousel.case-carousel .carousel-slides-prev-next-buttons .prev-button, .carousel.case-carousel .carousel-slides-prev-next-buttons .next-button {
    display: none; }
  .carousel.case-carousel .carousel-slides-prev-next-buttons .carousel-slides {
    margin: 0; }
  .carousel.case-carousel .case-pers p {
    padding: 0 5px; }
  .case-footer {
    margin-left: 0;
    margin-right: 0;
    padding: 10px 10px; }
  .case-footer ul.case-contacts,
  .case-footer ul.case-talents {
    margin-bottom: 40px; }
  .case-footer ul.case-contacts li.contact,
  .case-footer ul.case-talents li.talent,
  .case-footer ul.case-services li.service {
    position: relative;
    padding: 0; }
  .case-footer ul.case-contacts li.contact .data,
  .case-footer ul.case-talents li.talent .data,
  .case-footer ul.case-services li.service .data {
    margin-left: 0; }
  .case-footer ul.case-contacts li.contact .avatar,
  .case-footer ul.case-talents li.talent .avatar,
  .case-footer ul.case-services li.service .icon {
    position: absolute;
    left: 5px; }
  .case-footer ul.case-contacts li.contact .data,
  .case-footer ul.case-talents li.talent .data {
    width: 100%;
    padding: 0 5px 5px 70px; }
  .case-footer ul.case-contacts li.contact .data span,
  .case-footer ul.case-talents li.talent .data span {
    font-size: 11px; }
  .case-footer ul.case-services li.service .data {
    display: table;
    width: 100%;
    height: 85px;
    padding-left: 90px; }
  .case-footer ul.case-services li.service .data span {
    display: table-cell;
    margin-top: 0;
    padding: 5px 0;
    vertical-align: middle; }
  /*******************/
  /* talent overview */
  /*******************/
  .talent-overview ul.tal-nav li.talent-small .tal-name-container {
    display: table;
    width: 100%;
    height: 100%; }
  .talent-overview ul.tal-nav li.talent-small .tal-name {
    position: static;
    display: table-cell;
    vertical-align: bottom;
    /*bottom: 0;*/
    opacity: 1;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    padding: 10px; }
  .talent-overview ul.tal-nav li.talent-small .tal-name span {
    font-weight: 400; }
  /**********/
  /* talent */
  /**********/
  .myworldis {
    margin: 0; }
  /*********/
  /* blogs */
  /*********/
  .blog-overview {
    padding-left: 0; }
  ul.blog-nav li.blog-item {
    margin: 25px 0;
    width: 100%; }
  ul.blog-nav li.blog-item .blog-more,
  ul.blog-nav li.blog-item .blog-excerpt,
  ul.blog-nav li.blog-item .blog-image {
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
  ul.blog-nav li.blog-item .author {
    margin-left: 0; }
  ul.blog-nav li.blog-item .blog-more .categories {
    display: none; }
  /********/
  /* blog */
  /********/
  .blog-post .entry-content {
    padding: 0; }
  .blog-footer {
    padding: 10px 10px; }
  .blog-footer ul.blog-contacts {
    margin-bottom: 40px; }
  .blog-footer ul.blog-contacts li.contact {
    position: relative;
    padding: 0; }
  .blog-footer ul.blog-contacts li.contact .data {
    margin-left: 0; }
  .blog-footer ul.blog-contacts li.contact .avatar {
    position: absolute;
    left: 5px; }
  .blog-footer ul.blog-contacts li.contact .data {
    width: 100%;
    padding: 0 5px 5px 70px; }
  .blog-footer ul.blog-contacts li.contact .data span {
    font-size: 11px; }
  /************/
  /* comments */
  /************/
  #comments ul.comment-list {
    margin: 20px 0; }
  #comments ul.comment-list li ul.children {
    margin-left: 10px; }
  #comments .comment-meta .comment-author {
    margin-left: 0px; }
  #comments .comment-meta .comment-metadata {
    margin-left: 50px; }
  #comments #respond {
    margin: 15px 0px 0px 0px; }
  #comments #respond form .comment-form-author,
  #comments #respond form .comment-form-email {
    width: 100%; }
  #comments #respond form .comment-form-email {
    position: relative;
    margin-top: 1em; }
  #comments #respond form .comment-notes {
    position: relative;
    margin: 0px 0px 5px 0px; }
  #comments #respond form .form-submit input[type="submit"] {
    width: 100%; } }

@media screen and (max-width: 450px) {
  li.svs-icon .svs-title {
    font-size: 16px; }
  li.svs-icon .icon {
    width: 70px;
    height: 70px; }
  .case-footer .column,
  .blog-footer .column {
    text-align: center; }
  .case-footer ul.case-contacts li.contact,
  .case-footer ul.case-talents li.talent,
  .case-footer ul.blog-contacts li.contact,
  .blog-footer ul.case-contacts li.contact,
  .blog-footer ul.case-talents li.talent,
  .blog-footer ul.blog-contacts li.contact {
    text-align: center; }
  .case-footer ul.case-contacts li.contact .avatar,
  .case-footer ul.case-talents li.talent .avatar,
  .case-footer ul.blog-contacts li.contact .avatar,
  .blog-footer ul.case-contacts li.contact .avatar,
  .blog-footer ul.case-talents li.talent .avatar,
  .blog-footer ul.blog-contacts li.contact .avatar {
    position: static; }
  .case-footer ul.case-contacts li.contact .data,
  .case-footer ul.case-talents li.talent .data,
  .case-footer ul.blog-contacts li.contact .data,
  .blog-footer ul.case-contacts li.contact .data,
  .blog-footer ul.case-talents li.talent .data,
  .blog-footer ul.blog-contacts li.contact .data {
    padding-left: 0; }
  .case-footer ul.case-contacts li.contact .data span,
  .case-footer ul.case-talents li.talent .data span,
  .case-footer ul.blog-contacts li.contact .data span,
  .blog-footer ul.case-contacts li.contact .data span,
  .blog-footer ul.case-talents li.talent .data span,
  .blog-footer ul.blog-contacts li.contact .data span {
    font-size: 10px; }
  .case-footer ul.case-services,
  .blog-footer ul.case-services {
    text-align: left; }
  .case-footer ul.case-services li.service .icon,
  .blog-footer ul.case-services li.service .icon {
    top: 50%;
    margin-top: -27px;
    width: 53px;
    height: 53px; }
  .case-footer ul.case-services li.service .data,
  .blog-footer ul.case-services li.service .data {
    height: 58px;
    padding-left: 68px; } }

@media screen and (max-width: 400px) {
  .site-header .logo {
    width: 160px; }
  .home-services {
    margin-left: 0; }
  li.svs-icon .svs-title {
    font-size: 14px; }
  .case-carousel ul.case-nav li.cas-user .user {
    font-size: 14px; }
  .case-carousel ul.case-nav li.cas-user .user .functie {
    font-size: 12px;
    display: inline-block;
    line-height: 1.5;
    margin-top: 10px; }
  ul.tal-nav li.talent-small .tal-name {
    font-size: 12px; }
  ul.tal-nav li.talent-small .tal-name span {
    font-size: 16px; } }

@media screen and (max-width: 360px) {
  .case-footer ul.case-services {
    text-align: center; }
  .case-footer ul.case-services li.service .icon {
    display: none; }
  .case-footer ul.case-services li.service .data {
    padding-left: 0; }
  ul.tal-nav li.talent-small .tal-name span {
    font-size: 14px; } }

@media screen and (min-width: 920px) {
  .main-navigation.fixed {
    background-color: rgba(255, 255, 255, 0.9);
    left: 0;
    right: 0;
    padding-top: 5px;
    box-shadow: 0px 0 5px 1px rgba(0, 0, 0, 0.24); }
    .main-navigation.fixed .menu-sitemenu-container {
      position: relative;
      width: 920px;
      padding: 0 60px;
      margin: 0 auto; }
      .main-navigation.fixed .menu-sitemenu-container ul {
        float: right; } }

@media screen and (max-width: 920px) {
  .site-header #lang_sel_list {
    display: none; }
  /* header shadow */
  .site-header {
    box-shadow: 0px 0 5px 1px rgba(0, 0, 0, 0.24); }
  .main-navigation {
    position: absolute;
    right: 60px; }
    .main-navigation .menu-toggle {
      display: block; }
  /* header */
  #header-empty {
    height: 70px; }
  #header-image {
    height: 200px; }
  .site-header {
    position: fixed;
    top: 0; }
  .site-header .site-branding {
    float: left; }
  .site-header .site-branding .logo {
    height: 49px;
    margin: 15px 0; }
  .page-template-TalentTemplate #header-image,
  .single-talent #header-image {
    max-height: 500px;
    max-height: 100vh; }
  /* main menu */
  .main-navigation {
    top: 0;
    bottom: auto;
    right: 0;
    clear: none;
    width: 100%; }
  .menu-toggle {
    position: absolute;
    right: 60px;
    top: 25px;
    z-index: 99; }
  .menu-sitemenu-engels-container,
  .menu-sitemenu-container {
    position: absolute;
    top: 0;
    width: 100%;
    height: 0;
    visibility: hidden;
    transition: visibility 0.2s; }
  .main-navigation.toggled .menu-sitemenu-container,
  .main-navigation.toggled .menu-sitemenu-engels-container {
    height: 100vh;
    background: #fff;
    visibility: visible;
    transition: visibility 0.2s;
    overflow-y: auto;
    overflow-x: hidden; }
  .main-navigation.toggled .menu-sitemenu-container .nav-menu,
  .main-navigation.toggled .menu-sitemenu-engels-container .nav-menu {
    margin-top: 79px; }
  .main-navigation .menu-item,
  .main-navigation .sub-menu .menu-item {
    float: none;
    margin: 0;
    padding: 5px 60px; }
  .main-navigation .menu-item-language {
    display: list-item;
    position: absolute;
    top: 20px; }
  .main-navigation .menu-item-language-current {
    display: none; }
  .main-navigation .menu-item:hover,
  .main-navigation .current-menu-item,
  .main-navigation .current-menu-ancestor,
  .main-navigation .current-page-ancestor {
    border-bottom: none; }
  .main-navigation .menu-item a {
    display: block;
    border-bottom: 4px solid transparent; }
  .main-navigation ul ul {
    position: static;
    top: auto;
    left: auto;
    float: none; }
  .main-navigation .sub-menu,
  .main-navigation .sub-menu .menu-item:hover,
  .main-navigation .sub-menu .current-menu-item,
  .main-navigation .sub-menu .no_submenu.current-menu-ancestor,
  .main-navigation .sub-menu .no_submenu.current-page-ancestor {
    background: none; }
  .main-navigation .sub-menu .menu-item:hover a,
  .main-navigation .sub-menu .current-menu-item a,
  .main-navigation .sub-menu .current-menu-ancestor a,
  .main-navigation .sub-menu .current-page-ancestor a {
    color: inherit; }
  .main-navigation li.menu-item {
    padding: 0; }
  .main-navigation li.menu-item a {
    padding: 10px 30px; }
  .main-navigation li.menu-item a:hover {
    color: #f7931D; }
  .main-navigation li.menu-item.current-menu-item > a {
    background-color: #f7931D;
    color: #fff; }
  .main-navigation li.menu-item.current-menu-item > a:hover {
    color: #fff; }
  .main-navigation li.menu-item .sub-menu {
    margin-top: 0px; }
  .main-navigation li.menu-item .sub-menu li.menu-item {
    padding: 0; }
  .main-navigation li.menu-item .sub-menu li.menu-item a {
    padding: 10px 50px;
    width: 100%; }
  .main-navigation li.menu-item .sub-menu li.menu-item a:hover {
    color: #f7931D; }
  .main-navigation li.menu-item .sub-menu li.menu-item.current-menu-item a:hover {
    color: #fff; } }
