@import url("https://fonts.googleapis.com/css?family=Vollkorn:400,700");
@import url(https://fonts.googleapis.com/css?family=Vollkorn:400,700);
@font-face {
  font-family: "Proxima Nova";
  src: font-files("proximanva-bold-webfont.woff", "proximanva-bold-webfont.ttf", "proximanva-bold-webfont.svg", "proximanva-bold-webfont.eot");
}
@font-face {
  font-family: "Cooper Black";
  src: font-files("CooperBlackSrd.otf");
}
/**
  * Positioning center center
  * Usage: @include positioning-center-center;
*/
/**
  * Transition
  * Usage: @include transition(all 300ms);
*/
/**
  * Background image
  * Usage: @include background-image;
*/
/**
  * Aspect ratio
  * Usage: @include aspect-ratio(16:9);
*/
/**
  * Responsive breakpoint
  * Usage: @include breakpoint(large) { width: 60%; }
*/
/**
  * Retina images
  * Usage: @include image-2x("logo2x.png", 100px, 25px);
*/
/**
  * Clearfix
  * Usage: @include clearfix();
*/
/**
  * Box Sizing
  * Usage: @include box-sizing(border-box);
*/
/**
  * Border radius
  * Usage: @include border-radius(5px);
  * Usage single side: @include border-top-radius(10px);
*/
/**
  * Opacity
  * Usage: @include opacity(0.8);
*/
/**
  * Center align block element
  * Usage: @include center-block;
*/
/**
  * Text overflow
  * Usage: @include text-truncate;
*/
/**
  * Give position absolute
  * Usage: @include abs-pos(10px, 10px, 5px, 15px);
*/
/**
  * Font size with fallback
  * Usage: @include font-size(16);
*/
/**
  * Line height with fallback
  * Usage: @include line-height(16);
*/
@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/ProximaNova-Semibold.otf") format("opentype"), url("../fonts/ProximaNova-Semibold.woff") format("woff"), url("../fonts/ProximaNova-Semibold.ttf") format("truetype"), url("../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/ProximaNova-Regular.otf") format("opentype"), url("../fonts/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular.ttf") format("truetype"), url("../fonts/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/ProximaNova-Bold.otf") format("opentype"), url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.ttf") format("truetype"), url("../fonts/ProximaNova-Bold.svg#ProximaNova-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
html {
  width: 100%;
  overflow-x: hidden;
}

body {
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 100vw !important;
  overflow-x: hidden;
}

.empty-section {
  height: 146px;
}

.basic-content {
  padding: 114px 0;
  position: relative;
}
.basic-content h2 {
  color: black;
  line-height: 45px;
}

.full-width-image {
  height: 921px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

body {
  -webkit-font-smoothing: antialiased !important;
}

h1 {
  font-size: 43px;
  padding: 0;
  margin: 0 0 12px 0;
  line-height: 100px;
  color: black;
  font-family: Vollkorn;
  font-weight: bold;
  color: white;
  line-height: normal;
}
@media (max-width: 1200px) {
  h1 {
    line-height: 60px;
  }
}
@media (max-width: 500px) {
  h1 {
    font-size: 25px !important;
    line-height: 35px !important;
  }
}
h1.black-title {
  background-color: black;
  padding: 10px 21px;
  font-size: 40px;
  line-height: 55px;
}
h1.service-title {
  font-size: 36px;
  color: black;
  line-height: 50px;
  padding-bottom: 42px;
}

h2 {
  font-family: Vollkorn;
  font-size: 30px;
  color: white;
  padding: 0;
  margin: 0;
}

h3 {
  font-family: "ProximaNova";
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 22px;
  letter-spacing: 6px;
  padding: 0;
  margin: 0;
}

h4 {
  font-family: "ProximaNova";
  color: #AAAAAA;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 17px;
  letter-spacing: 3.11px;
  padding: 0;
  margin: 0;
}
h4 a {
  color: #AAAAAA;
}
h4 a:hover {
  color: #0099D4;
  text-decoration: none;
}

h5 {
  font-family: "Proxima Nova";
  font-size: 24px;
  line-height: 50px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  color: white;
}

p {
  font-family: Vollkorn;
  font-size: 20px;
  line-height: 34px;
  color: black;
}
p a {
  color: black;
}
p a:hover {
  color: black;
}

.menu-bg, .menu-bg-blue, .menu-bg-dark-blue {
  position: fixed;
  width: 100%;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -webkit-transition: 300ms;
  transition: 300ms;
  z-index: 100;
  padding-bottom: 25px;
}
@media (max-width: 991px) {
  .menu-bg, .menu-bg-blue, .menu-bg-dark-blue {
    position: relative;
  }
}

.fixed {
  -webkit-box-shadow: 0 0 15px rgba(2, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(2, 0, 0, 0.2);
  background-color: white;
}
@media (max-width: 991px) {
  .fixed {
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
  }
}

.fixed-blue {
  -webkit-box-shadow: 0 0 15px rgba(2, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(2, 0, 0, 0.2);
  background-color: #009CC8;
}
@media (max-width: 991px) {
  .fixed-blue {
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
  }
}

.fixed-dark-blue {
  -webkit-box-shadow: 0 0 15px rgba(2, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(2, 0, 0, 0.2);
  background-color: #00448A;
}
@media (max-width: 991px) {
  .fixed-dark-blue {
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
  }
}

.menu-balk {
  padding-top: 37px;
}
@media (max-width: 767px) {
  .menu-balk {
    padding-top: 10px;
  }
}
.menu-balk .logo img {
  width: auto;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media (max-width: 400px) {
  .menu-balk .logo img {
    width: 200px;
  }
}
.menu-balk .menu .nav li {
  float: left;
}
.menu-balk .menu .nav li a {
  padding: 37px 20px 15px;
  text-transform: uppercase;
  color: white;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -webkit-transition: 300ms;
  transition: 300ms;
  font-family: "ProximaNova";
  font-weight: bold;
  font-size: 18px;
  font-size: 12px;
}
.menu-balk .menu .nav li a:hover, .menu-balk .menu .nav li a:focus {
  background-color: transparent;
}
.menu-balk .menu .nav li.active a, .menu-balk .menu .nav li.current-menu-item a {
  opacity: 0.4;
}
.menu-balk .menu .nav li:hover a {
  opacity: 0.4;
}
.menu-balk .menu .nav li:nth-child(1) a {
  padding-left: 11px;
}
.menu-balk .menu .nav li:nth-last-child(1) a {
  padding-right: 0;
}
.menu-balk .menu .nav li ul {
  display: none;
  list-style: none;
  padding: 0 21px;
  width: 200px;
  position: absolute;
  z-index: 10;
}
.menu-balk .menu .nav li ul.sub-menu-hide {
  opacity: 0;
}
.menu-balk .menu .nav li ul li a {
  padding: 0 !important;
}
.menu-balk .menu .nav li:hover ul {
  display: block;
}
.menu-balk .menu .nav li:hover ul li {
  padding-bottom: 10px;
  float: none;
}
.menu-balk .menu .nav li:hover ul li a {
  opacity: 1;
}
.menu-balk .menu .nav li:hover ul li:hover a, .menu-balk .menu .nav li:hover ul li.active a, .menu-balk .menu .nav li:hover ul li.current-menu-item a {
  opacity: 0.4;
  text-decoration: none;
}

.homePage .menu-balk .menu .nav li a, .testimonialsPage .menu-balk .menu .nav li a, .newsPage .menu-balk .menu .nav li a, .newsitemPage .menu-balk .menu .nav li a, .casePage .menu-balk .menu .nav li a {
  color: #00448A;
}

.navbar {
  position: fixed;
  right: 0;
  width: 100%;
}
.navbar .menu-primary-menu-container {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  z-index: 9999;
}
.navbar button {
  border: solid 2px white;
  background: rgba(0, 0, 0, 0.2);
}
.navbar button .icon-bar {
  background-color: white;
}
.navbar .navbar-collapse {
  overflow-y: inherit;
}
.navbar ul.nav {
  background-color: white;
  margin: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  position: relative;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.3);
}
.navbar ul.nav li {
  text-align: center;
  z-index: 10;
}
.navbar ul.nav li a {
  text-transform: uppercase;
  padding: 8px;
  font-size: 15px;
  font-family: "ProximaNova";
  font-weight: bold;
  font-size: 18px;
  color: #0099D4;
}
.navbar ul.nav li ul {
  list-style: none;
  padding: 0;
}
.navbar ul.nav li ul li a {
  display: block;
}
.navbar ul.nav li ul li:hover, .navbar ul.nav li ul li:focus {
  background-color: #eee;
}

a:hover {
  text-decoration: none;
}

.btn {
  border: solid 2px white;
  background: transparent;
  color: white;
  letter-spacing: 7px;
  font-size: 12px;
  font-weight: bold;
  font-family: "Proxima Nova";
  text-transform: uppercase;
  padding: 18px 37px 16px 37px;
  margin-top: 47px;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -webkit-transition: 300ms;
  transition: 300ms;
  text-decoration: none;
}
.btn:hover {
  background-color: white;
  color: #0099D4;
}
.btn:hover a {
  text-decoration: none;
}
.btn a {
  text-decoration: none;
}
@media (max-width: 400px) {
  .btn {
    padding: 15px 5px;
  }
}

.btn-dark-blue {
  border: solid 2px #00448A;
  color: #00448A;
}
.btn-dark-blue:hover {
  background-color: #00448A;
  color: white;
}

.btn-black {
  border: solid 2px black;
  color: black;
}
.btn-black:hover {
  background-color: black;
  color: white;
}

.btn-form {
  width: inherit;
  margin-top: 0;
}

.btn-allnews {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

footer {
  background-color: white;
}
footer .container {
  padding-top: 55px;
  padding-bottom: 48px;
}
footer .container .contact {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  footer .container .contact-amersfoort {
    padding-top: 40px;
  }
}
footer .container .office-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 150px;
  margin-bottom: 20px;
}
footer .container h3 {
  letter-spacing: 4px;
  color: #626262;
}
footer .container h3.blue {
  color: #0099D4;
}
footer .container h4 {
  font-weight: bold;
}
footer .container h4.blue {
  color: #0099D4;
}
footer .container .contact-info {
  margin-top: 30px;
}
footer .container .contact-small-line {
  background-image: url("../images/bg-line-headertext.png");
  background-repeat: no-repeat;
  background-position: left 26px top;
  height: 37px;
}
footer .container .disclaimer {
  padding-top: 45px;
}
footer .container .disclaimer .disclaimer-text {
  padding-top: 7px;
}
footer .container .disclaimer .disclaimer-text h4 {
  color: #626262;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 2.89px;
  font-weight: bold;
}
footer .container .disclaimer .disclaimer-logo {
  text-align: right;
}
footer:before {
  content: '';
  position: absolute;
  background-color: #F3F3F3;
  height: 1028px;
  width: 82.7777777%;
}
@media (max-width: 767px) {
  footer:before {
    height: 492px;
  }
}
@media (max-width: 400px) {
  footer:before {
    height: 592px;
  }
}
@media (max-width: 1480px) {
  footer:before {
    width: 100%;
  }
}

.bottom-logos .container {
  padding-top: 45px;
  padding-bottom: 146px;
  border-right: 1px #CAEAF7 solid;
}
.bottom-logos .container img {
  margin-right: 25px;
}
.bottom-logos .container img.pull-right {
  margin-right: 0;
  margin-left: 25px;
}

header {
  height: 100vh;
}
@media (max-width: 991px) {
  header {
    height: auto;
  }
}
header .mouse-scroll {
  bottom: 46px;
  left: 15px;
  position: absolute;
  text-align: center;
  width: 100%;
}
header .mouse-scroll .scroll-icon {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/scroll.png");
  width: 17px;
  height: 144px;
  display: inline-block;
}

header.header-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  height: calc(100vh + 15px);
}
@media (max-width: 767px) {
  header.header-image {
    background-position: left center !important;
    min-height: 500px !important;
  }
}
header.header-image .header-text {
  background-image: url("../images/bg-line-headertext.png");
  background-repeat: no-repeat;
  background-position: right 38% top;
  padding-top: 13px;
}
@media (min-width: 991px) {
  header.header-image .header-text {
    position: absolute;
    top: 50%;
    margin: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media (max-width: 991px) {
  header.header-image .header-text {
    position: relative !important;
    margin-top: 0px;
    background-image: none;
  }
}
header.header-image .header-text button {
  margin-top: 72px;
}

header.header-blue {
  background-color: #009CC8;
  background-repeat: no-repeat;
  background-size: contain;
}
header.header-blue .header-text {
  z-index: 1;
}
@media (min-width: 991px) {
  header.header-blue .header-text {
    position: absolute;
    top: 50%;
    margin: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media (max-width: 991px) {
  header.header-blue .header-text {
    position: relative !important;
    top: 0;
    padding-bottom: 30px;
  }
}
header.header-blue .header-text h1 {
  font-size: 200px;
  line-height: 240px;
}
@media (max-width: 1199px) {
  header.header-blue .header-text h1 {
    font-size: 150px;
  }
}
@media (max-width: 767px) {
  header.header-blue .header-text h1 {
    font-size: 50px;
    line-height: 30px;
  }
}
header.header-blue .header-text h2 {
  font-size: 36px;
  line-height: 50px;
  font-weight: bold;
  padding-top: 13px;
  padding-bottom: 36px;
}
header.header-blue .header-text p {
  color: white;
}
header.header-blue .header-text p a {
  color: white;
}
header.header-blue .line-background {
  position: absolute;
  width: 960px;
  height: 435px;
  bottom: 0;
  border-right: 1px solid white;
  opacity: 0.44;
  z-index: 0;
}
@media (max-width: 991px) {
  header.header-blue .line-background {
    display: none;
  }
}

header.header-case {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
header.header-case .header-text {
  position: absolute;
  top: 50%;
  margin: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 10;
  z-index: 1%;
}
@media (max-width: 991px) {
  header.header-case .header-text {
    position: relative;
    margin-top: 400px;
  }
}
header.header-case .header-text h1 {
  font-size: 64px;
  line-height: 80px;
  padding-top: 108px;
}
header.header-case .header-text h1:before {
  content: '';
  position: absolute;
  background-color: white;
  width: 37px;
  height: 5px;
  top: 0;
}
@media (max-width: 991px) {
  header.header-case .header-text h1:before {
    display: none;
  }
}
header.header-case .header-text h1:after {
  content: '';
  position: absolute;
  background-image: url("../images/case_header_bg2.png");
  background-position: right;
  background-repeat: no-repeat;
  width: 259px;
  height: 340px;
  right: 61px;
  top: 0;
}
@media (max-width: 991px) {
  header.header-case .header-text h1:after {
    display: none;
  }
}
@media (max-width: 1199px) {
  header.header-case .header-text h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  header.header-case .header-text h1 {
    font-size: 32px;
    line-height: 50px;
  }
}
header.header-case .header-text h2 {
  font-size: 36px;
  line-height: 50px;
  font-weight: regular;
  font-family: "Proxima Nova";
  padding-top: 64px;
  padding-bottom: 0;
}
header.header-case .header-text button {
  padding: 18px 63px;
}
header.header-case .arrow {
  position: absolute;
  top: 44%;
  width: 30px;
  height: 31px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -webkit-transition: 300ms;
  transition: 300ms;
  cursor: pointer;
}
header.header-case .arrow:hover {
  opacity: 0.7;
}
header.header-case .arrow-left {
  background-image: url("../images/arrow_prev_case.svg");
  left: -85px;
}
header.header-case .arrow-right {
  right: -85px;
  background-image: url("../images/arrow_next_case.svg");
}
header.header-case .line-background {
  position: absolute;
  width: 960px;
  height: 435px;
  bottom: 0;
  border-right: 1px solid white;
  opacity: 0.44;
  z-index: 0;
}

header.header-case-quote {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
header.header-case-quote .header-text {
  position: absolute;
  top: 50%;
  margin: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 10;
  z-index: 1;
}
@media (max-width: 991px) {
  header.header-case-quote .header-text {
    position: relative;
    margin-top: 400px;
  }
}
header.header-case-quote .arrow {
  position: absolute;
  top: 44%;
  width: 30px;
  height: 31px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -webkit-transition: 300ms;
  transition: 300ms;
  cursor: pointer;
}
header.header-case-quote .arrow:hover {
  opacity: 0.7;
}
header.header-case-quote .arrow-left {
  background-image: url("../images/arrow_prev_case.svg");
  left: -85px;
}
header.header-case-quote .arrow-right {
  right: -85px;
  background-image: url("../images/arrow_next_case.svg");
}
@media (max-width: 1199px) {
  header.header-case-quote .arrow-right {
    right: 0;
  }
}
header.header-case-quote .quote .quote-blue {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
  bottom: 89px;
}
@media (max-width: 991px) {
  header.header-case-quote .quote .quote-blue {
    position: relative;
  }
}
header.header-case-quote .quote .quote-blue:before {
  content: '';
  position: absolute;
  width: 75%;
  left: 0;
  background-image: linear-gradient(0deg, #0099D4 0%, rgba(0, 153, 211, 0.49) 95%);
  height: 100%;
  z-index: -1;
}
@media (max-width: 1199px) {
  header.header-case-quote .quote .quote-blue:before {
    width: 100%;
  }
}
header.header-case-quote .quote .quote-blue:after {
  content: '';
  position: absolute;
  background-image: url("../images/case_header_bg2.png");
  height: 100%;
  width: 75%;
  right: 25%;
  top: 0;
  background-repeat: no-repeat;
  background-position: right 61px top 65px;
}
@media (max-width: 991px) {
  header.header-case-quote .quote .quote-blue:after {
    display: none;
  }
}
header.header-case-quote .quote .quote-blue .quote-text {
  z-index: 10;
  padding-top: 46px;
  padding-bottom: 31px;
}
header.header-case-quote .quote .quote-blue .quote-text h1 {
  font-size: 48px;
  line-height: 67px;
  margin-bottom: 37px;
  margin-left: -85px;
  width: calc(100% - 85px);
}
@media (max-width: 1199px) {
  header.header-case-quote .quote .quote-blue .quote-text h1 {
    margin-left: 0;
  }
}
header.header-case-quote .quote .quote-blue .quote-text h2 {
  font-size: 36px;
  font-family: "Proxima Nova";
  margin-left: -85px;
}
@media (max-width: 1199px) {
  header.header-case-quote .quote .quote-blue .quote-text h2 {
    margin-left: 0;
  }
}
header.header-case-quote .quote .quote-blue .quote-text h5 {
  margin-left: -85px;
  font-size: 24px;
}
@media (max-width: 1199px) {
  header.header-case-quote .quote .quote-blue .quote-text h5 {
    margin-left: 0;
  }
}

header.header-news {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: calc(100vh + 15px);
}
header.header-news .container .header-text {
  position: absolute;
  top: 50%;
  margin: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
header.header-news .container .header-text h1 {
  font-size: 100px;
  line-height: 130px;
  text-align: center;
}
@media (max-width: 1199px) {
  header.header-news .container .header-text h1 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  header.header-news .container .header-text h1 {
    font-size: 50px;
    line-height: 80px;
  }
}
header.header-news .container .header-text button {
  margin-top: 54px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

header.header-newsitem {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
header.header-newsitem .header-text {
  position: absolute;
  top: 50%;
  margin: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 10;
}
@media (max-width: 991px) {
  header.header-newsitem .header-text {
    position: relative;
    margin-top: 400px;
  }
}
header.header-newsitem .header-text h1 {
  font-size: 200px;
  line-height: 190px;
  padding-top: 108px;
}
header.header-newsitem .header-text h1:before {
  content: '';
  position: absolute;
  background-color: white;
  width: 37px;
  height: 5px;
  top: 0;
}
@media (max-width: 991px) {
  header.header-newsitem .header-text h1:before {
    display: none;
  }
}
@media (max-width: 1199px) {
  header.header-newsitem .header-text h1 {
    font-size: 150px;
  }
}
@media (max-width: 767px) {
  header.header-newsitem .header-text h1 {
    font-size: 50px;
    line-height: 80px;
  }
}
header.header-newsitem .arrow {
  position: absolute;
  top: 44%;
  width: 30px;
  height: 31px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -webkit-transition: 300ms;
  transition: 300ms;
  cursor: pointer;
}
header.header-newsitem .arrow:hover {
  opacity: 0.7;
}
header.header-newsitem .arrow-left {
  background-image: url("../images/arrow_prev_case.svg");
  left: -85px;
}
header.header-newsitem .arrow-right {
  right: -85px;
  background-image: url("../images/arrow_next_case.svg");
}
header.header-newsitem .line-background {
  position: absolute;
  width: 960px;
  height: 435px;
  bottom: 0;
  border-right: 1px solid white;
  opacity: 0.44;
}
header.header-newsitem .quote .quote-blue {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
  bottom: 89px;
}
@media (max-width: 991px) {
  header.header-newsitem .quote .quote-blue {
    position: relative;
  }
}
header.header-newsitem .quote .quote-blue:before {
  content: '';
  position: absolute;
  width: 75%;
  left: 0;
  background-image: linear-gradient(0deg, #00448A 0%, rgba(0, 68, 138, 0.49) 95%);
  height: 100%;
  z-index: -1;
}
@media (max-width: 1199px) {
  header.header-newsitem .quote .quote-blue:before {
    width: 100%;
  }
}
header.header-newsitem .quote .quote-blue .quote-text {
  z-index: 10;
  padding-top: 46px;
  padding-bottom: 31px;
}
header.header-newsitem .quote .quote-blue .quote-text h1 {
  font-size: 48px;
  line-height: 67px;
  margin-bottom: 37px;
  margin-left: -85px;
  width: calc(100% - 85px);
}
@media (max-width: 1199px) {
  header.header-newsitem .quote .quote-blue .quote-text h1 {
    margin-left: 0;
  }
}
header.header-newsitem .quote .quote-blue .quote-text h2 {
  font-size: 36px;
  font-family: "Proxima Nova";
  margin-left: -85px;
}
@media (max-width: 1199px) {
  header.header-newsitem .quote .quote-blue .quote-text h2 {
    margin-left: 0;
  }
}
header.header-newsitem .quote .quote-blue .quote-text h5 {
  margin-left: -85px;
  font-size: 24px;
}
@media (max-width: 1199px) {
  header.header-newsitem .quote .quote-blue .quote-text h5 {
    margin-left: 0;
  }
}

header.header-dark-blue {
  background-color: #00448A;
  height: 476px;
  position: relative;
}
header.header-dark-blue .header-text {
  position: absolute;
  top: 60%;
  margin: 0;
  -webkit-transform: translate(0, -60%);
  -moz-transform: translate(0, -60%);
  transform: translate(0, -60%);
}
header.header-dark-blue .header-text h1 {
  text-align: center;
  font-size: 80px;
}
@media (max-width: 991px) {
  header.header-dark-blue .header-text h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  header.header-dark-blue .header-text h1 {
    font-size: 30px;
  }
}

.language-switch {
  position: absolute;
  right: 0;
  top: 245px;
  width: 40px;
}
.language-switch button {
  float: none;
  width: 40px;
  text-align: center;
  border: none;
  font-family: "Proxima Nova";
  font-size: 9px;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 14px;
  color: #00448A;
  background-color: rgba(255, 255, 255, 0.5);
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.language-switch button:hover {
  background-color: white;
}
.language-switch .active button {
  background-color: white;
}
@media (max-width: 767px) {
  .language-switch {
    display: none;
  }
}

.team {
  padding-top: 117px;
  background-color: #F3F3F3;
}
.team h3 {
  color: #C2C2C2;
  transform: rotate(90deg);
  position: absolute;
  right: 10%;
  margin-top: 60px;
}
@media (max-width: 1400px) {
  .team h3 {
    display: none;
  }
}
.team .blue-bg-line {
  background-image: url("../images/bg-line-headertext.png");
  margin-left: -88px;
  height: 5px;
  width: 37px;
  position: absolute;
}
.team .container {
  position: relative;
  z-index: 10;
}
.team .container .employee {
  padding: 0 10px 20px;
}
.team .container .employee .employee-pic {
  height: 235px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .team .container .employee .employee-pic {
    height: 300px;
  }
}
.team .container .employee .employee-name {
  padding: 21px 18px;
  height: 140px;
  background-color: white;
}
.team .container .employee .employee-name h3 {
  transform: rotate(0deg);
  position: initial;
  margin-top: auto;
  color: #626262;
}
@media (max-width: 1400px) {
  .team .container .employee .employee-name h3 {
    display: block;
  }
}
.team .container .employee .employee-name h4 {
  color: #0099D4;
  font-size: 12px;
  position: absolute;
  bottom: 14px;
  font-weight: bold;
}
.team .container h1 {
  float: right;
  color: black;
  padding-top: 55px;
  padding-bottom: 59px;
  margin: 0;
  line-height: 48px;
}
.team:after {
  content: '';
  position: absolute;
  width: 45.27%;
  height: 346px;
  background-color: #00448A;
  margin-top: -281px;
  z-index: 0;
}
@media (max-width: 991px) {
  .team:after {
    display: none;
  }
}

.services-1 {
  position: relative;
}
.services-1 .services-1-text {
  padding: 95px 0;
}
@media (max-width: 991px) {
  .services-1 .services-1-text {
    padding: 30px 15px;
  }
}
.services-1 .services-1-image {
  min-height: 100%;
  position: absolute;
  left: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.services-2 {
  position: relative;
  margin-top: 34px;
}
.services-2 .services-2-text {
  padding: 129px 0;
}
.services-2 .services-2-text h1 {
  text-align: right;
  line-height: 50px;
  padding-right: 60px;
}
.services-2 .services-2-text p {
  text-align: right;
  padding-top: 50px;
}
@media (max-width: 991px) {
  .services-2 .services-2-text {
    padding: 30px 15px;
  }
  .services-2 .services-2-text h1, .services-2 .services-2-text p {
    text-align: left;
  }
  .services-2 .services-2-text p {
    padding-top: 0px;
  }
}
.services-2 .services-2-image {
  min-height: 100%;
  position: absolute;
  right: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.services-3 {
  padding: 97px 0 164px;
  position: relative;
}
.services-3 .container:before {
  content: '';
  position: absolute;
  width: 460px;
  height: 280px;
  background-color: #F3F3F3;
  z-index: -1;
  bottom: 36px;
  margin-left: 160px;
}
@media (max-width: 991px) {
  .services-3 .container:before {
    display: none;
  }
}
.services-3 .container:after {
  content: '';
  position: absolute;
  background-color: #0099D4;
  z-index: -1;
  width: 37px;
  height: 5px;
  bottom: 36px;
  margin-left: 740px;
}
@media (max-width: 991px) {
  .services-3 .container:after {
    display: none;
  }
}
@media (max-width: 991px) {
  .services-3 {
    padding: 30px 0;
  }
}

.services-4 {
  position: relative;
  margin-top: 61px;
}
.services-4 .services-4-text {
  padding: 97px 0;
}
.services-4 .services-4-text h1 {
  text-align: right;
}
.services-4 .services-4-text p {
  text-align: right;
}
@media (max-width: 991px) {
  .services-4 .services-4-text {
    padding: 30px 15px;
  }
  .services-4 .services-4-text h1, .services-4 .services-4-text p {
    text-align: left;
  }
}
.services-4 .services-4-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100%;
  position: absolute;
  right: 0;
}
@media (max-width: 991px) {
  .services-4 {
    padding: 30px 0;
    margin-top: 0;
  }
}

.services-5 {
  padding: 97px 0;
}
.services-5:before {
  content: '';
  position: absolute;
  width: 736px;
  height: 394px;
  background-color: #F3F3F3;
  z-index: -1;
  margin-top: -57px;
}
@media (max-width: 991px) {
  .services-5:before {
    display: none;
  }
}
.services-5 .container {
  position: relative;
}
.services-5 .container:after {
  content: '';
  position: absolute;
  height: 5px;
  width: 37px;
  background-color: #0099D4;
  right: 0;
  bottom: -97px;
}
@media (max-width: 991px) {
  .services-5 .container:after {
    display: none;
  }
}
@media (max-width: 991px) {
  .services-5 {
    padding: 30px 0;
  }
}

.services-6 {
  padding: 106px 0;
}
.services-6 .block {
  padding-top: 188px;
  padding-bottom: 62px;
}
.services-6 .block h2 {
  font-weight: bold;
  font-size: 25px;
  margin-left: 22px;
}
.services-6 .first-block:before {
  content: '';
  position: absolute;
  background-color: #00448A;
  top: 33px;
  left: 15px;
  bottom: 42px;
  right: 15px;
  z-index: -1;
}
@media (max-width: 991px) {
  .services-6 .first-block:before {
    top: 15px;
    bottom: 15px;
  }
}
.services-6 .second-block:before {
  content: '';
  position: absolute;
  background-color: #00448A;
  top: 0;
  left: 15px;
  bottom: 0;
  right: 15px;
  z-index: -1;
}
@media (max-width: 991px) {
  .services-6 .second-block:before {
    top: 15px;
    bottom: 15px;
  }
}
.services-6 .third-block:before {
  content: '';
  position: absolute;
  background-color: #00448A;
  top: 38px;
  left: 15px;
  bottom: 0;
  right: 15px;
  z-index: -1;
}
@media (max-width: 991px) {
  .services-6 .third-block:before {
    top: 15px;
    bottom: 15px;
  }
}
.services-6 .fourth-block:before {
  content: '';
  position: absolute;
  background-color: #00448A;
  top: 0;
  left: 15px;
  bottom: 42px;
  right: 15px;
  z-index: -1;
}
@media (max-width: 991px) {
  .services-6 .fourth-block:before {
    top: 15px;
    bottom: 15px;
  }
}
@media (max-width: 991px) {
  .services-6 {
    padding: 30px 0;
  }
}

.services-7 {
  position: relative;
  background-color: #F3F3F3;
  margin-bottom: 107px;
}
.services-7:before {
  content: '';
  position: absolute;
  background-color: white;
  height: 100%;
  width: 50%;
}
@media (max-width: 991px) {
  .services-7:before {
    width: 100%;
  }
}
.services-7 h1 {
  position: absolute;
  z-index: 1;
  float: right;
  text-align: right;
  margin-left: 164px;
  top: 81px;
}
@media (max-width: 991px) {
  .services-7 h1 {
    width: 100%;
    margin-left: 0;
    float: left;
    text-align: left;
    position: relative;
    top: 0;
  }
}
.services-7 .services-7-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100%;
  position: absolute;
  right: 50%;
  max-width: 719px;
}
.services-7 .services-7-text {
  padding-top: 190px;
  padding-bottom: 129px;
  text-align: right;
}
@media (max-width: 991px) {
  .services-7 .services-7-text {
    text-align: left;
    padding-top: 30px;
    padding-bottom: 0;
  }
}
.services-7 .services-7-text button {
  margin-top: 22px;
}
@media (max-width: 991px) {
  .services-7 {
    padding: 30px 0;
  }
}

.services-8 {
  position: relative;
  padding-top: 95px;
}
.services-8 .row {
  display: flex;
}
.services-8 .row .services-8-image {
  height: auto;
  margin-top: 100px;
  min-height: 567px;
}
@media (max-width: 991px) {
  .services-8 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.services-9 {
  padding-top: 125px;
}
.services-9 .container {
  padding-bottom: 48px;
  position: relative;
}
.services-9 .container:before {
  content: '';
  position: absolute;
  background-color: #F3F3F3;
  width: 460px;
  height: 280px;
  z-index: -1;
  bottom: 125px;
  right: 0;
}
@media (max-width: 991px) {
  .services-9 .container:before {
    display: none;
  }
}
.services-9 .container:after {
  content: '';
  position: absolute;
  background-color: #0099D4;
  width: 37px;
  height: 5px;
  right: 160px;
  bottom: 0;
}
@media (max-width: 991px) {
  .services-9 .container:after {
    display: none;
  }
}
@media (max-width: 991px) {
  .services-9 {
    padding: 30px 0;
  }
}

.services-10 {
  padding: 90px 0 19px;
  position: relative;
  min-height: 799px;
}
@media (max-width: 991px) {
  .services-10 {
    min-height: inherit;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.services-10 .row .services-10-text h1, .services-10 .row .services-10-text p {
  text-align: right;
}
@media (max-width: 991px) {
  .services-10 .row .services-10-text h1, .services-10 .row .services-10-text p {
    text-align: left;
  }
}
.services-10 .row .services-10-image {
  position: absolute;
  right: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  max-height: 690px;
  width: 40%;
}

.services-11 {
  margin-top: 119px;
  padding-top: 86px;
  padding-bottom: 43px;
}
.services-11 .container {
  position: relative;
}
.services-11 .container:before {
  content: '';
  position: absolute;
  background-color: #F3F3F3;
  width: 460px;
  height: 280px;
  z-index: -1;
  top: -86px;
  right: 0;
}
@media (max-width: 991px) {
  .services-11 .container:before {
    display: none;
  }
}
@media (max-width: 991px) {
  .services-11 {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 0;
  }
}

.services-12 {
  padding-top: 128px;
  padding-bottom: 93px;
}
.services-12 .container {
  position: relative;
}
.services-12 .container:before {
  content: '';
  position: absolute;
  background-color: #F3F3F3;
  height: 199px;
  width: 302px;
  bottom: 74px;
}
@media (max-width: 991px) {
  .services-12 .container:before {
    display: none;
  }
}
.services-12 .container:after {
  content: '';
  position: absolute;
  width: 37px;
  height: 5px;
  background-color: #0099D4;
  bottom: 74px;
  right: 160px;
}
@media (max-width: 991px) {
  .services-12 .container:after {
    display: none;
  }
}
@media (max-width: 991px) {
  .services-12 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.services-13 {
  position: relative;
  padding-top: 173px;
}
.services-13 .services-13-image {
  position: absolute;
  left: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 567px;
}
.services-13 .services-13-text {
  margin-top: -110px;
  padding-bottom: 155px;
}
@media (max-width: 991px) {
  .services-13 .services-13-text {
    padding-bottom: 30px;
  }
}

.services-14 {
  padding-top: 128px;
  padding-bottom: 69px;
}
.services-14 .services-14-text p {
  padding-bottom: 83px;
}
.services-14 .services-14-text p:before {
  content: '';
  position: absolute;
  background-color: #F3F3F3;
  z-index: -1;
  width: 300px;
  height: 199px;
  left: 160px;
}
@media (max-width: 991px) {
  .services-14 .services-14-text p:before {
    display: none;
  }
}
.services-14 .services-14-text p:after {
  content: '';
  position: absolute;
  background-color: #0099D4;
  width: 37px;
  height: 5px;
  bottom: 0;
  right: 160px;
}
@media (max-width: 991px) {
  .services-14 .services-14-text p:after {
    display: none;
  }
}
@media (max-width: 991px) {
  .services-14 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

input {
  display: block;
  width: 380px;
  background-color: #F3F3F3;
  border: none;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 21px;
  border-radius: 4px;
  font-family: Vollkorn;
  font-size: 24px;
  color: #9e9e9e;
}
@media (max-width: 991px) {
  input {
    width: 100%;
  }
}

textarea {
  border: none;
  background-color: #F3F3F3;
  width: 380px;
  color: #9e9e9e;
  font-size: 24px;
  border-radius: 4px;
  padding: 16px 0 16px 21px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  textarea {
    width: 100%;
  }
}

.screen-reader-response {
  display: none;
}

.wpcf7-response-output {
  font-family: Vollkorn;
  font-size: 20px;
  padding: 20px;
}

.homePage .blue-beam {
  height: 94px;
  width: 100%;
  margin-top: -14px;
}
.homePage .blue-beam:before {
  content: '';
  position: absolute;
  background-color: #0099D4;
  width: 58.33333338%;
  height: 94px;
}
.homePage .service {
  margin-top: -80px;
}
.homePage .service h1 {
  color: black;
}
.homePage .service h3 {
  color: #C2C2C2;
  transform: rotate(90deg);
  position: absolute;
  right: 10%;
  margin-top: 280px;
}
@media (max-width: 1400px) {
  .homePage .service h3 {
    display: none;
  }
}
.homePage .service .container {
  border-right: solid #CAEAF7 1px;
  padding-top: 199px;
  padding-bottom: 127px;
}
@media (max-width: 767px) {
  .homePage .service .container {
    padding-top: 100px;
    border: none;
  }
}
.homePage .home-news {
  padding: 150px 0 100px;
  background-color: #414141;
  margin-top: 73px;
}
@media (max-width: 991px) {
  .homePage .home-news {
    padding-bottom: 0;
    padding-top: 50px;
    margin-top: 0;
  }
}
.homePage .home-news:before {
  content: '';
  height: 73px;
  width: 80%;
  background-color: #414141;
  position: absolute;
  right: 0;
  margin-top: -223px;
}
@media (max-width: 991px) {
  .homePage .home-news:before {
    display: none;
  }
}
.homePage .home-news h3 {
  color: #C2C2C2;
  transform: rotate(90deg);
  position: absolute;
  left: 10%;
  margin-top: 37px;
}
@media (max-width: 1400px) {
  .homePage .home-news h3 {
    display: none;
  }
}
.homePage .home-news .blog-teaser {
  position: relative;
}
.homePage .home-news .blog-teaser:before {
  position: absolute;
  content: '';
  background-color: #1D1D1D;
  height: 355px;
  width: 700px;
  right: 80px;
  bottom: -53px;
  z-index: 0;
}
@media (max-width: 991px) {
  .homePage .home-news .blog-teaser:before {
    display: none;
  }
}
.homePage .home-news .blog-teaser .blog-teaser-image {
  height: 362px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.homePage .home-news .blog-teaser .blog-teaser-date {
  float: right;
  color: white;
  font-size: 12px;
  font-weight: bold;
  font-family: "Proxima Nova";
  letter-spacing: 4px;
  text-transform: lowercase;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .homePage .home-news .blog-teaser .blog-teaser-date {
    right: 20px;
    top: 20px;
  }
}
.homePage .home-news .blog-teaser .blog-teaser-date:after {
  content: '';
  background-color: #0099D4;
  position: absolute;
  width: 4px;
  height: 29px;
  right: 0;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .homePage .home-news .blog-teaser .blog-teaser-date:after {
    display: none;
  }
}
.homePage .home-news .blog-teaser h1 {
  position: absolute;
  right: 0;
  top: 86px;
  background-color: black;
  padding: 10px 21px;
  font-size: 40px;
  line-height: 55px;
}
.homePage .home-news .blog-teaser p {
  text-align: right;
  float: right;
  margin-top: 167px;
  color: white;
  width: 41.66667%;
  z-index: 1;
  position: relative;
  line-height: 24px;
}
@media (max-width: 991px) {
  .homePage .home-news .blog-teaser p {
    margin-top: 50px;
    width: 88%;
    text-align: left;
    left: 30px;
    float: left;
  }
}
.homePage .home-news .blog-teaser button {
  float: right;
  position: relative;
  margin-top: 37px;
  padding: 15px 37px;
}
@media (max-width: 991px) {
  .homePage .home-news .blog-teaser button {
    float: left;
    left: 30px;
  }
}
.homePage .home-news .blog-teaser-second {
  margin-top: 140px;
  margin-bottom: 132px;
  position: relative;
}
@media (max-width: 991px) {
  .homePage .home-news .blog-teaser-second {
    margin-top: 100px;
  }
}
.homePage .home-news .blog-teaser-second:before {
  position: absolute;
  content: '';
  background-color: #1D1D1D;
  height: 384px;
  width: 700px;
  right: 0px;
  bottom: -82px;
  z-index: 0;
}
@media (max-width: 991px) {
  .homePage .home-news .blog-teaser-second:before {
    display: none;
  }
}
.homePage .home-news .blog-teaser-second .blog-teaser-image {
  height: 362px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.homePage .home-news .blog-teaser-second .blog-teaser-date {
  float: left;
  left: 0;
  position: absolute;
  color: white;
  font-size: 12px;
  font-weight: bold;
  font-family: "Proxima Nova";
  letter-spacing: 4px;
  text-transform: lowercase;
}
@media (max-width: 991px) {
  .homePage .home-news .blog-teaser-second .blog-teaser-date {
    float: right;
    position: relative;
    top: 20px;
    margin-right: 20px;
  }
}
.homePage .home-news .blog-teaser-second .blog-teaser-date:after {
  content: '';
  background-color: #0099D4;
  position: absolute;
  width: 4px;
  height: 29px;
  left: 0;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .homePage .home-news .blog-teaser-second .blog-teaser-date:after {
    display: none;
  }
}
.homePage .home-news .blog-teaser-second h1 {
  position: absolute;
  left: 0;
  top: 86px;
  background-color: black;
  padding: 10px 21px;
  font-size: 40px;
  line-height: 55px;
}
.homePage .home-news .blog-teaser-second p {
  text-align: left;
  float: left;
  line-height: 24px;
  margin-top: 183px;
  color: white;
  width: 50%;
  z-index: 1;
  position: absolute;
}
@media (max-width: 991px) {
  .homePage .home-news .blog-teaser-second p {
    position: relative;
    margin-top: 50px;
    width: 88%;
    left: 30px;
  }
}
.homePage .home-news .blog-teaser-second button {
  float: left;
  position: absolute;
  left: 0;
  margin-top: 257px;
  padding: 15px 37px;
}
@media (max-width: 991px) {
  .homePage .home-news .blog-teaser-second button {
    position: relative;
    margin-top: 30px;
    margin-left: 30px;
  }
}
.homePage .testimonials {
  position: relative;
}
.homePage .testimonials h3 {
  color: #C2C2C2;
  transform: rotate(90deg);
  position: absolute;
  left: 10%;
  margin-top: 238px;
}
@media (max-width: 1400px) {
  .homePage .testimonials h3 {
    display: none;
  }
}
.homePage .testimonials .container {
  border-right: 1px solid #CAEAF7;
  padding-top: 150px;
  padding-bottom: 88px;
  position: relative;
}
@media (max-width: 991px) {
  .homePage .testimonials .container {
    padding-top: 50px;
  }
}
.homePage .testimonials .container:before {
  content: '';
  position: absolute;
  width: 85px;
  height: 63px;
  margin-left: -115px;
  margin-top: 339px;
  background-image: url("../images/apostrof.png");
}
@media (max-width: 991px) {
  .homePage .testimonials .container:before {
    display: none;
  }
}
.homePage .testimonials .container:after {
  content: '';
  position: absolute;
  background-color: #0099D4;
  width: 37px;
  height: 5px;
  top: 150px;
  right: -100px;
}
@media (max-width: 1199px) {
  .homePage .testimonials .container:after {
    display: none;
  }
}
.homePage .testimonials .container .row-testimonial {
  position: relative;
  margin-left: 0;
}
@media (min-width: 1199px) {
  .homePage .testimonials .container .row-testimonial {
    margin-right: 100px;
  }
}
.homePage .testimonials .container .row-testimonial:before {
  content: '';
  opacity: 0.08;
  background-color: #1d1d1d;
  position: absolute;
  width: 300px;
  height: 457px;
  right: 249px;
  bottom: 0;
}
@media (max-width: 991px) {
  .homePage .testimonials .container .row-testimonial:before {
    display: none;
  }
}
.homePage .testimonials .container .row-testimonial .testimonial-image {
  height: 457px;
  margin-bottom: 37px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.homePage .testimonials .container .row-testimonial h1 {
  position: absolute;
  right: 15px;
  top: 96px;
  float: right;
  background-color: black;
  line-height: 55px;
  padding: 10px 19px 10px 76px;
  margin-right: -15px;
}
@media (max-width: 991px) {
  .homePage .testimonials .container .row-testimonial h1 {
    padding: 10px 19px 10px 19px;
    left: 0;
    right: inherit;
    float: left;
  }
}
.homePage .testimonials .container .row-testimonial .testimonial-text {
  padding-top: 210px;
  right: -15px;
}
@media (max-width: 991px) {
  .homePage .testimonials .container .row-testimonial .testimonial-text {
    padding-top: 0;
    right: 0;
  }
}
.homePage .testimonials .container .row-testimonial .testimonial-text h2 {
  font-size: 40px;
  font-weight: bold;
  color: black;
  padding-bottom: 20px;
}
.homePage .testimonials .container .row-testimonial .testimonial-text p {
  font-size: 15.79px;
  line-height: 19px;
}
.homePage .testimonials .next-blog {
  width: 30px;
  height: 31px;
  top: -270px;
  right: -120px;
  float: right;
  position: relative;
  background-image: url("../images/arrow-next-blog.svg");
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -webkit-transition: 300ms;
  transition: 300ms;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .homePage .testimonials .next-blog {
    right: 0;
  }
}
.homePage .testimonials .next-blog:hover {
  opacity: 0.7;
}

.overonsPage .full-width-text {
  padding: 96px 0 116px;
}
.overonsPage .full-width-text h1 {
  color: black;
  font-size: 36px;
  line-height: 50px;
  margin-bottom: 49px;
}
@media (max-width: 991px) {
  .overonsPage .full-width-text {
    padding: 30px 15px;
  }
}
.overonsPage .about-grey:before {
  content: '';
  position: absolute;
  background-color: #F3F3F3;
  width: 50%;
  min-height: 494px;
  right: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .overonsPage .about-grey:before {
    display: none;
  }
}
.overonsPage .about-grey .row {
  position: relative;
  min-height: 494px;
}
.overonsPage .about-grey .row .image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 494px;
  width: 719px;
  margin-left: -234px;
  position: absolute;
}
@media (max-width: 991px) {
  .overonsPage .about-grey .row {
    min-height: inherit;
  }
}
.overonsPage .about-grey .row h1 {
  float: right;
  right: 0;
  top: 90px;
  position: absolute;
  text-align: right;
}
@media (max-width: 991px) {
  .overonsPage .about-grey .row h1 {
    top: 0;
    text-align: left;
    position: relative;
  }
}
.overonsPage .about-grey .row .about-grey-text {
  padding-top: 203px;
}
.overonsPage .about-grey .row .about-grey-text p {
  text-align: right;
}
.overonsPage .about-grey .row .about-grey-text button {
  float: right;
  margin-top: 9px;
}
@media (max-width: 991px) {
  .overonsPage .about-grey .row .about-grey-text {
    padding-top: 30px;
  }
  .overonsPage .about-grey .row .about-grey-text p, .overonsPage .about-grey .row .about-grey-text button {
    text-align: left;
    float: left;
  }
}
.overonsPage .about {
  padding: 115px 0;
}
.overonsPage .about .container {
  position: relative;
}
.overonsPage .about .container:before {
  content: '';
  position: absolute;
  background-color: #555;
  opacity: 0.1;
  width: 460px;
  height: 360px;
  left: 320px;
  z-index: 0;
}
@media (max-width: 991px) {
  .overonsPage .about .container:before {
    display: none;
  }
}
.overonsPage .about .container:after {
  content: '';
  position: absolute;
  background-color: #0099D4;
  height: 298px;
  width: 220px;
  right: 82px;
  z-index: -1;
  bottom: 0;
}
@media (max-width: 991px) {
  .overonsPage .about .container:after {
    display: none;
  }
}
.overonsPage .about .container h1 {
  color: black;
}

.casePage .case-content {
  padding: 125px 0 145px;
}
.casePage .case-content .case-image {
  padding-top: 116px;
}
@media (max-width: 991px) {
  .casePage .case-content .case-image {
    padding-top: 0;
  }
}
.casePage .case-content .case-image .case-image-caption:before {
  content: '';
  position: absolute;
  width: 37px;
  height: 5px;
  background-color: #0099D4;
}
.casePage .case-content .case-image .case-image-caption p {
  padding-top: 61px;
  padding-bottom: 51px;
  font-style: italic;
}
.casePage .case-content .case-image img {
  width: 100%;
}
@media (max-width: 991px) {
  .casePage .case-content .case-image img {
    margin-bottom: 30px;
  }
}
.casePage .case-content .case-image .case-image-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 425px;
}
@media (max-width: 991px) {
  .casePage .case-content .case-image .case-image-image {
    margin-bottom: 30px;
  }
}
.casePage .case-content-2 .container {
  position: relative;
}
.casePage .case-content-2 .container:before {
  content: '';
  position: absolute;
  background-color: #0099D4;
  width: 37px;
  height: 5px;
  bottom: -57px;
  right: 512px;
}
@media (max-width: 991px) {
  .casePage .case-content-2 .container:before {
    display: none;
  }
}
.casePage .case-content-3 {
  padding: 118px 0;
  position: relative;
}
.casePage .case-content-3 .container .case-logo {
  position: absolute;
  left: 0;
  padding: 0;
  max-height: 415px;
}
.casePage .case-content-3 .container .case-logo img {
  float: right;
  max-height: 415px;
  width: 100%;
}
.casePage .case-content-3 .container .case-logo a {
  width: 100%;
  float: right;
}
.casePage .case-content-3 .container .case-logo a button {
  float: right;
  margin-top: 64px;
}
@media (max-width: 991px) {
  .casePage .case-content-3 .container .case-logo a button {
    float: left;
    margin-left: 15px;
  }
}
@media (max-width: 991px) {
  .casePage .case-content-3 .container .case-logo {
    position: relative;
    max-height: inherit;
    padding-bottom: 30px;
  }
}
.casePage .case-content-3 .container .case-images {
  margin-left: -104px;
  padding: 666px 0 0 0;
  z-index: -1;
}
.casePage .case-content-3 .container .case-images img {
  width: 100%;
  margin-bottom: 48px;
}
@media (max-width: 1199px) {
  .casePage .case-content-3 .container .case-images {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .casePage .case-content-3 .container .case-images {
    padding: 15px;
  }
}
.casePage .case-content-3 .container .case-text {
  padding-bottom: 66px;
}
.casePage .case-content-3 .container .case-text:before {
  content: '';
  position: absolute;
  background-color: #0099D4;
  width: 37px;
  height: 5px;
  bottom: 0;
  left: 15px;
}
.casePage .case-full-width-image {
  width: 100%;
  height: 845px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .casePage .case-full-width-image {
    height: 400px;
  }
}
.casePage .case-navigation {
  padding-bottom: 110px;
}
@media (min-width: 1200px) {
  .casePage .case-navigation .container {
    width: 1165px;
  }
}
.casePage .case-navigation .container .prev-case {
  height: 300px;
  right: 10px;
  padding: 0;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -webkit-transition: 300ms;
  transition: 300ms;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.casePage .case-navigation .container .prev-case h1 {
  position: absolute;
  top: 159px;
  width: 415px;
}
@media (max-width: 991px) {
  .casePage .case-navigation .container .prev-case h1 {
    width: auto;
  }
}
@media (max-width: 767px) {
  .casePage .case-navigation .container .prev-case h1 {
    font-size: 30px;
    line-height: 25px;
  }
}
@media (max-width: 991px) {
  .casePage .case-navigation .container .prev-case {
    right: 0;
  }
}
.casePage .case-navigation .container .next-case {
  height: 300px;
  left: 10px;
  float: right;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -webkit-transition: 300ms;
  transition: 300ms;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.casePage .case-navigation .container .next-case h1 {
  position: absolute;
  top: 159px;
  right: 0;
  width: 415px;
  text-align: right;
}
@media (max-width: 991px) {
  .casePage .case-navigation .container .next-case h1 {
    width: auto;
  }
}
@media (max-width: 767px) {
  .casePage .case-navigation .container .next-case h1 {
    font-size: 30px;
    line-height: 25px;
  }
}
@media (max-width: 991px) {
  .casePage .case-navigation .container .next-case {
    left: 0;
  }
}

.newsPage .first-message {
  padding: 90px 0;
}
.newsPage .first-message .intro p {
  font-size: 30px;
  line-height: 45px;
  text-align: center;
  padding-bottom: 34px;
}
.newsPage .second-message-teaser {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  padding: 186px 0 96px;
}
.newsPage .second-message-teaser h1 {
  text-align: center;
  font-size: 100px;
  line-height: 130px;
}
@media (max-width: 1199px) {
  .newsPage .second-message-teaser h1 {
    font-size: 50px;
    line-height: 80px;
  }
}
.newsPage .second-message-teaser button {
  margin-top: 33px;
}
.newsPage .masonry-messages {
  padding: 109px 0;
}
.newsPage .masonry-messages .news-item {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 72px;
}
.newsPage .masonry-messages .news-item .thumbnail {
  padding: 0;
  border: none;
}
.newsPage .masonry-messages .news-item .thumbnail .caption {
  padding: 0;
}
.newsPage .masonry-messages .news-item .thumbnail .caption h2 {
  color: black;
  text-align: center;
  padding: 23px 11px 0;
  font-size: 26px;
  line-height: 34px;
}

.newsitemPage .socialmedia {
  background-color: #0099D4;
  position: fixed;
  top: 200px;
  z-index: 999;
}
@media (max-width: 1199px) {
  .newsitemPage .socialmedia {
    position: absolute;
  }
}
.newsitemPage .socialmedia a {
  display: block;
  padding: 12px;
  opacity: 0.75;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.newsitemPage .socialmedia a img {
  height: 25px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.newsitemPage .socialmedia a:hover {
  opacity: 1;
}
.newsitemPage .news-item-content {
  padding: 125px 0 145px;
}
.newsitemPage .news-item-content .news-image {
  padding-top: 116px;
}
@media (max-width: 991px) {
  .newsitemPage .news-item-content .news-image {
    padding-top: 0;
  }
}
.newsitemPage .news-item-content .news-image .news-image-caption:before {
  content: '';
  position: absolute;
  width: 37px;
  height: 5px;
  background-color: #0099D4;
}
.newsitemPage .news-item-content .news-image .news-image-caption p {
  padding-top: 61px;
  padding-bottom: 51px;
  font-style: italic;
}
.newsitemPage .news-item-content .news-image img {
  width: 100%;
}
@media (max-width: 991px) {
  .newsitemPage .news-item-content .news-image img {
    margin-bottom: 30px;
  }
}
.newsitemPage .news-item-content .news-image .news-image-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 425px;
}
@media (max-width: 991px) {
  .newsitemPage .news-item-content .news-image .news-image-image {
    margin-bottom: 30px;
  }
}
.newsitemPage .news-item-content-2 .container {
  position: relative;
}
.newsitemPage .news-item-content-2 .container:before {
  content: '';
  position: absolute;
  background-color: #0099D4;
  width: 37px;
  height: 5px;
  bottom: -57px;
  right: 512px;
}
@media (max-width: 991px) {
  .newsitemPage .news-item-content-2 .container:before {
    display: none;
  }
}
.newsitemPage .news-item-full-width-image {
  width: 100%;
  height: 845px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .newsitemPage .news-item-full-width-image {
    height: 400px;
  }
}
.newsitemPage .news-item-navigation {
  padding-bottom: 110px;
}
@media (min-width: 1200px) {
  .newsitemPage .news-item-navigation .container {
    width: 1165px;
  }
}
.newsitemPage .news-item-navigation .container .prev-news-item {
  height: 300px;
  right: 10px;
  padding: 0;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -webkit-transition: 300ms;
  transition: 300ms;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.newsitemPage .news-item-navigation .container .prev-news-item h1 {
  position: absolute;
  top: 159px;
  width: 415px;
}
@media (max-width: 991px) {
  .newsitemPage .news-item-navigation .container .prev-news-item h1 {
    width: auto;
  }
}
@media (max-width: 767px) {
  .newsitemPage .news-item-navigation .container .prev-news-item h1 {
    font-size: 30px;
    line-height: 25px;
  }
}
@media (max-width: 991px) {
  .newsitemPage .news-item-navigation .container .prev-news-item {
    right: 0;
  }
}
.newsitemPage .news-item-navigation .container .next-news-item {
  height: 300px;
  left: 10px;
  float: right;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -webkit-transition: 300ms;
  transition: 300ms;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.newsitemPage .news-item-navigation .container .next-news-item h1 {
  position: absolute;
  top: 159px;
  right: 0;
  width: 415px;
  text-align: right;
}
@media (max-width: 991px) {
  .newsitemPage .news-item-navigation .container .next-news-item h1 {
    width: auto;
  }
}
@media (max-width: 767px) {
  .newsitemPage .news-item-navigation .container .next-news-item h1 {
    font-size: 30px;
    line-height: 25px;
  }
}
@media (max-width: 991px) {
  .newsitemPage .news-item-navigation .container .next-news-item {
    left: 0;
  }
}

.overstapservicePage .basic-content .container {
  position: relative;
}
.overstapservicePage .basic-content .container h2 {
  line-height: 45px;
  padding-bottom: 45px;
}
.overstapservicePage .basic-content .container .basic-p:before {
  content: '';
  position: absolute;
  background-color: #F3F3F3;
  width: 380px;
  height: 280px;
  z-index: -1;
  right: 158px;
}
@media (max-width: 991px) {
  .overstapservicePage .basic-content .container .basic-p:before {
    display: none;
  }
}
.overstapservicePage .full-width-image {
  margin-bottom: 89px;
}
@media (max-width: 991px) {
  .overstapservicePage .full-width-image {
    height: 600px;
  }
}

.contactPage form {
  padding-top: 91px;
  padding-bottom: 134px;
}
.contactPage form button {
  margin-top: 24px;
}
.contactPage form .wpcf7-not-valid-tip {
  display: block;
  padding-top: 10px;
  color: red;
}

.testimonialsPage .second-message-teaser {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  padding: 186px 0 96px;
}
.testimonialsPage .second-message-teaser h1 {
  text-align: center;
  font-size: 100px;
  line-height: 130px;
}
@media (max-width: 1199px) {
  .testimonialsPage .second-message-teaser h1 {
    font-size: 50px;
    line-height: 80px;
  }
}
.testimonialsPage .second-message-teaser button {
  margin-top: 33px;
}
.testimonialsPage .masonry-messages {
  padding: 109px 0;
}
.testimonialsPage .masonry-messages .news-item {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 72px;
}
.testimonialsPage .masonry-messages .news-item .thumbnail {
  padding: 0;
  border: none;
}
.testimonialsPage .masonry-messages .news-item .thumbnail .caption {
  padding: 0;
}
.testimonialsPage .masonry-messages .news-item .thumbnail .caption h2 {
  color: black;
  text-align: center;
  padding: 23px 11px 0;
  font-size: 26px;
  line-height: 34px;
}

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