button:focus {
  outline-color: transparent;
  outline-style: none;
  outline: none;
}

body {
  color: #1e3059;
  font-family: "Cairo", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  background-color: #ffffff;
  margin: 0px;
  padding: 0px;
}

p, a:not(.btn), li {
  color: #1e3059;
  font-family: "Cairo", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

a, a:hover {
  color: #1e3059;
}

.card {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 20px;
}

a:visited {
  color: #1e3059;
}

a:focus {
  color: #1e3059;
  outline: none;
}

*:focus {
  outline: none;
}

.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.hover-tekst:hover {
  color: #1e3059;
}

h1 {
  font-family: "Barlow Condensed", sans-serif;
  color: #1e3059;
  margin: 0px 0px 35px 0px;
  padding: 0px;
  font-weight: 900;
  font-size: 35px;
  line-height: 38px;
  text-align: center;
}

h2 {
  font-family: "Barlow Condensed", sans-serif;
  color: #1e3059;
  margin: 0px 0px 35px 0px;
  padding: 0px;
  font-weight: 900;
  font-size: 35px;
  line-height: 38px;
  text-align: center;
}

h3 {
  font-family: "Barlow Condensed", sans-serif;
  color: #1e3059;
  margin: 0px 0px 20px 0px;
  padding: 0px;
  font-weight: 900;
  font-size: 35px;
  line-height: 38px;
  text-align: left;
}

.btn {
  padding: 10px 30px;
  font-size: 16px;
  line-height: 16px;
}

.btn-default {
  position: relative;
  font-family: "Cairo", sans-serif;
  background-color: transparent;
  border: none;
  border-bottom: solid 4px #e10f18;
  border-radius: 0px;
  color: #1e3059;
  padding: 0px 0px 4px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  transition: all 0.3s ease 0s;
  box-shadow: none;
}
.btn-default:visited, .btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus {
  font-family: "Cairo", sans-serif;
  background-color: transparent;
  border: none;
  border-bottom: solid 4px #e10f18;
  border-radius: 0px;
  color: #1e3059;
  padding: 0px 0px 4px;
  font-size: 14px;
  line-height: 20px;
  transition: all 0.3s ease 0s;
  box-shadow: none;
}
.btn-default:hover {
  font-family: "Cairo", sans-serif;
  background-color: transparent;
  border: none;
  border-bottom: solid 4px #1e3059;
  border-radius: 0px;
  color: #e10f18;
  padding: 0px 0px 4px;
  font-size: 14px;
  line-height: 20px;
  transition: all 0.3s ease 0s;
  box-shadow: none;
}

.btn-primary {
  font-size: 18px;
  line-height: 18px;
  background-color: #1e3059;
  border: solid 1px #1e3059;
  color: #ffffff;
  font-weight: 400;
  border-radius: 0px;
}
.btn-primary:visited, .btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus {
  color: #ffffff;
  background-color: #1e3059;
  border: solid 1px #1e3059;
}
.btn-primary:hover {
  background-color: #ffffff;
  border: solid 1px #1e3059;
  color: #1e3059;
}

.btn-secondary {
  font-size: 18px;
  line-height: 18px;
  background-color: #ffffff;
  border: solid 1px #ffffff;
  color: #1e3059;
  font-weight: 400;
  border-radius: 0px;
}
.btn-secondary:visited, .btn-secondary.active, .btn-secondary.focus, .btn-secondary:active, .btn-secondary:focus {
  color: #1e3059;
}
.btn-secondary:hover {
  background-color: #1e3059;
  border: solid 1px #1e3059;
  color: #ffffff;
}

.button-holder {
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 100;
}

.main-block {
  padding: 30px 0;
}

.list-group-item {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.list-group-item:first-child, .list-group-item:last-child {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.page-item {
  margin-right: 10px;
}
.page-item:first-child a.page-link, .page-item:last-child a.page-link {
  border-radius: 0px;
}
.page-item a.page-link {
  background-color: #ffffff;
  border: solid 2px #1e3059;
  padding: 6px 12px;
  color: #1e3059;
  border-radius: 0px;
}
.page-item a.page-link.active {
  border: solid 2px #e10f18;
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
  .button-holder {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 100;
  }
}
@media only screen and (max-width: 667px) and (orientation: portrait) {
  .button-holder {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 100;
  }
}
.header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  top: 0px;
  left: 0px;
  background-color: #ffffff;
}
.homepage, .basepage {
  margin-top: 100px;
}

.main-header {
  position: relative;
}
.main-header .logo {
  margin-top: 10px;
  padding: 10px;
  background-color: #ffffff;
}
.main-header .logo .img-fluid {
  max-width: 137px;
  transition: 0.2s;
}
.main-header .top-nav {
  height: 30px;
}
.main-header .top-nav .top-nav-holder {
  background-color: #1e3059;
  text-align: right;
}
.main-header .top-nav .top-nav-holder ul {
  list-style: none;
  padding: 0;
  margin: 0px;
  display: inline-block;
}
.main-header .top-nav .top-nav-holder ul li {
  display: inline-block;
  margin-left: 30px;
  color: #ffffff;
}
.main-header .top-nav .top-nav-holder ul li a {
  color: #ffffff;
  font-size: 12px;
  line-height: 30px;
  font-weight: 300;
}
.main-header .top-nav .top-nav-holder ul li a.dropdown-item {
  color: #1e3059;
  border-bottom: #ededed;
}
.main-header .logo-holder {
  position: relative;
}
.main-header .bottom-nav {
  align-content: center;
  align-items: center;
}

.navigation-holder {
  padding-right: 14px;
  align-content: center;
  align-items: center;
  height: 100%;
}

@media only screen and (min-width: 1280px) {
  .main-header {
    position: relative;
  }
  .main-header .logo .img-fluid {
    transition: 0.2s;
  }
}
@media only screen and (max-width: 991px) {
  .main-header {
    position: relative;
  }
  .main-header .logo .img-fluid {
    transition: 0.2s;
  }
}
.container-wide {
  text-align: center;
}

.banner-carousel {
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.banner-carousel .carousel-content .carousel-content-block {
  grid-column: 1/-1;
  grid-row: 1;
  z-index: 10;
  display: flex;
  flex-direction: row;
}
.banner-carousel .carousel-content .carousel-content-block .banner-text {
  display: inline-flex;
  padding: 0px 120px 0px 0px;
  background-color: #1e3059;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 35px;
  line-height: 100px;
  animation-delay: 1s;
  color: #ffffff;
  font-weight: 600;
}
.banner-carousel .carousel-content .carousel-content-background {
  grid-column: 1;
  grid-row: 1;
  z-index: 8;
  background-color: #1e3059;
}
.banner-carousel .carousel-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.banner-carousel .carousel-item img {
  width: 100%;
}
.banner-carousel .carousel-indicators {
  grid-column: 1;
  grid-row: 2/-1;
  height: 32px;
  position: relative;
  right: unset;
  bottom: unset;
  left: unset;
  margin-top: 5px;
}
.banner-carousel .carousel-indicators li {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  border: none;
  background-color: #3c3c3b;
  opacity: 1;
}
.banner-carousel .carousel-indicators li.active {
  background-color: #e10f18;
}

@media (max-width: 768px) {
  .banner-carousel {
    height: 300px;
  }
  .banner-carousel .carousel-content {
    display: flex;
    align-items: center;
    height: 100%;
    margin-bottom: 0px;
  }
  .banner-carousel .carousel-content .carousel-content-block {
    z-index: 10;
    display: flex;
    flex-direction: row;
    align-content: center;
  }
  .banner-carousel .carousel-content .carousel-content-block .banner-text {
    display: flex;
    width: 100%;
    padding: 20px;
    background-color: #1e3059;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 24px;
    line-height: 30px;
    animation-delay: 1s;
    color: #ffffff;
    font-weight: 600;
  }
  .banner-carousel .carousel-content .carousel-content-background {
    display: none;
  }
  .banner-carousel .carousel-item {
    height: 300px;
  }
}
.header-holder {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 30px 1fr;
}
.header-holder .header-top-back {
  grid-column: 1;
  grid-row: 1/2;
  background-color: #1e3059;
  z-index: 1;
  width: 100%;
  height: 30px;
}
.header-holder .header-bottom-back {
  grid-column: 1;
  grid-row: 2/-1;
  background-color: #ffffff;
  z-index: 2;
}
.header-holder .dropdown-menu {
  border-radius: 0px;
  padding: 0 20px;
}
.header-holder .main-header {
  grid-column: 1;
  grid-row: 1/-1;
  z-index: 10;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.header-holder .main-header .header-logo {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.header-holder .main-header .header-navigation {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.header-holder .main-header .header-navigation .header-top {
  width: 100%;
}
.header-holder .main-header .header-navigation .header-top ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  margin: 0px;
  padding: 0px;
}
.header-holder .main-header .header-navigation .header-top ul li {
  margin-left: 20px;
}
.header-holder .main-header .header-navigation .header-top ul li a {
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
}
.header-holder .main-header .header-navigation .header-top ul li a:hover {
  color: #e10f18;
}
.header-holder .main-header .header-navigation .header-top ul li a.dropdown-item {
  color: #1e3059;
  padding: 0 20px;
  border-bottom: solid 1px #ededed;
}
.header-holder .main-header .header-navigation .header-top ul li a.dropdown-item:last-child {
  border-bottom: 0px;
}
.header-holder .main-header .header-navigation .header-top ul li.active a {
  color: #e10f18;
}
.header-holder .main-header .header-navigation .header-top ul li.active a:hover {
  color: #e10f18;
}
.header-holder .main-header .header-navigation .header-bottom {
  width: 100%;
  padding: 20px 0px;
  transition: 0.2s;
}
.header-holder .main-header .header-navigation .header-bottom ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  margin: 0px;
  padding: 0px;
}
.header-holder .main-header .header-navigation .header-bottom ul li {
  margin-left: 20px;
}
.header-holder .main-header .header-navigation .header-bottom ul li a {
  font-size: 14px;
  line-height: 20px;
  color: #1e3059;
  text-decoration: none;
  font-weight: 400;
}
.header-holder .main-header .header-navigation .header-bottom ul li a:hover {
  color: #e10f18;
}
.header-holder .main-header .header-navigation .header-bottom ul li.active a {
  color: #e10f18;
}
.header-holder .main-header .header-navigation .header-bottom ul li.active a:hover {
  color: #e10f18;
}

.navbar-toggler {
  display: none;
  border-color: rgb(30, 48, 89);
  background-color: #ffffff;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(30,48,89, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

@media (max-width: 768px) {
  .navbar-toggler {
    display: block;
    margin-top: 20px;
  }
  .login-nav {
    width: 100%;
  }
  .login-title {
    font-size: 14px;
    line-height: 35px;
    color: #e10f18;
    padding: 0 20px;
  }
  .login-items {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .login-items a.login-item {
    font-size: 14px;
    line-height: 35px;
    color: #1e3059;
    padding: 0 20px;
  }
  .login-items a.login-item:hover {
    color: #e10f18;
  }
  .header-holder .main-header {
    grid-column: 1;
    grid-row: 1/-1;
    z-index: 10;
    flex-direction: column;
    transition: all 0.5s ease;
  }
  .header-holder .main-header .header-logo {
    width: 100%;
  }
  .header-holder .main-header .header-navigation {
    display: none;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  }
  .header-holder .main-header .header-navigation.show {
    display: flex;
  }
  .header-holder .main-header .header-navigation .header-top {
    width: 100%;
  }
  .header-holder .main-header .header-navigation .header-top ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .header-holder .main-header .header-navigation .header-top ul li {
    margin-left: 0px;
    padding-left: 20px;
  }
  .header-holder .main-header .header-navigation .header-top ul li a {
    font-size: 14px;
    line-height: 35px;
    color: #e10f18;
    text-decoration: none;
    font-weight: 400;
    display: block;
  }
  .header-holder .main-header .header-navigation .header-top ul li a:hover {
    color: #1e3059;
  }
  .header-holder .main-header .header-navigation .header-top ul li:hover {
    background-color: #1e3059;
  }
  .header-holder .main-header .header-navigation .header-top ul li:hover a {
    color: #ffffff;
  }
  .header-holder .main-header .header-navigation .header-top ul li:hover a:hover {
    color: #ffffff;
  }
  .header-holder .main-header .header-navigation .header-top ul li.active {
    background-color: #1e3059;
  }
  .header-holder .main-header .header-navigation .header-top ul li.active a {
    color: #ffffff;
  }
  .header-holder .main-header .header-navigation .header-top ul li.active a:hover {
    color: #ffffff;
  }
  .header-holder .main-header .header-navigation .header-bottom {
    width: 100%;
    padding: 5px 0px;
  }
  .header-holder .main-header .header-navigation .header-bottom ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }
  .header-holder .main-header .header-navigation .header-bottom ul li {
    max-width: 100%;
    word-wrap: normal;
    margin-left: 0px;
    padding-left: 20px;
  }
  .header-holder .main-header .header-navigation .header-bottom ul li a {
    display: block;
    font-size: 14px;
    line-height: 35px;
    color: #1e3059;
    text-decoration: none;
    font-weight: 400;
  }
  .header-holder .main-header .header-navigation .header-bottom ul li a:hover {
    color: #e10f18;
  }
  .header-holder .main-header .header-navigation .header-bottom ul li:hover {
    background-color: #e10f18;
  }
  .header-holder .main-header .header-navigation .header-bottom ul li:hover a {
    color: #ffffff;
  }
  .header-holder .main-header .header-navigation .header-bottom ul li:hover a:hover {
    color: #ffffff;
  }
  .header-holder .main-header .header-navigation .header-bottom ul li.active {
    background-color: #e10f18;
  }
  .header-holder .main-header .header-navigation .header-bottom ul li.active a {
    color: #ffffff;
  }
  .header-holder .main-header .header-navigation .header-bottom ul li.active a:hover {
    color: #ffffff;
  }
}
.cta-holder {
  background-color: #e10f18;
  padding: 20px 15px;
}
.cta-holder h2 {
  color: #ffffff;
  text-align: left;
  margin: 0px;
  padding: 0px;
  font-size: 24px;
  line-height: 26px;
}
.cta-holder .btn-holder {
  text-align: center;
}

.tve-group-holder {
  padding: 30px 15px;
}
.tve-group-holder p {
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  color: #000000;
}

.footer {
  width: 100%;
  padding: 0;
}
.footer .footer-top {
  background-color: #1e3059;
  padding: 50px 0px 20px 0;
}
.footer h3 {
  color: #ffffff;
  font-family: "Cairo", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 22px;
  padding-bottom: 20px;
  margin: 0px;
}
.footer .footer-sitemap {
  margin-bottom: 20px;
}
.footer ul.footer-nav {
  list-style: none;
  margin: 0px;
  padding: 0px 0px 20px;
}
.footer ul.footer-nav li {
  color: #ffffff;
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}
.footer ul.footer-nav li a {
  color: #ffffff;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}
.footer ul.footer-address {
  list-style: none;
  margin: 0px;
  padding: 0px 0px 20px;
}
.footer ul.footer-address li {
  color: #ffffff;
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}
.footer ul.footer-address li.mail-item {
  margin-top: 10px;
}
.footer ul.footer-address li a {
  color: #ffffff;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}
.footer ul.follow-buttons {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.footer ul.follow-buttons li {
  padding: 2px 0px;
}
.footer ul.follow-buttons li a {
  background-color: #1e3059;
  border-radius: 50%;
  color: #ffffff;
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border: solid 1px #1e3059;
}
.footer ul.follow-buttons li a:hover {
  background-color: #ffffff;
  color: #1e3059;
}
.footer .footer-bottom {
  background-color: #ffffff;
  padding: 15px 0;
}
.footer .footer-bottom ul.footer-navigation {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0px;
  padding: 0px;
  justify-content: flex-end;
}
.footer .footer-bottom ul.footer-navigation li {
  font-size: 13px;
  line-height: 16px;
  text-decoration: none;
  font-weight: 300;
  padding: 0px 10px;
}
.footer .footer-bottom ul.footer-navigation li a {
  display: inline-block;
  color: #1e3059;
  font-size: 13px;
  line-height: 16px;
  text-decoration: none;
  font-weight: 300;
  padding: 0px;
}
.footer .footer-bottom ul.footer-navigation li a:hover {
  color: #e10f18;
}
.footer .footer-bottom ul.footer-navigation li:first-of-type a.nav-link {
  padding-left: 0px;
}
.footer .footer-bottom ul.footer-navigation li .dot {
  line-height: 16px;
  color: #1e3059;
  padding-left: 10px;
}
.footer .footer-bottom ul.footer-navigation li:last-of-type .dot {
  display: none;
}
.footer .follow-us ul.follow-buttons {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.footer .follow-us ul.follow-buttons li {
  padding: 2px 0px;
  display: inline-block;
  border-radius: 50%;
  width: 32px;
  text-align: center;
  margin-right: 5px;
}
.footer .follow-us ul.follow-buttons li a {
  color: #1e3059;
  font-size: 24px;
  line-height: 28px;
  text-decoration: none;
  font-weight: 300;
  padding: 0px 0px 3px;
  background-color: #ffffff;
}
.footer .follow-us ul.follow-buttons li a .social {
  font-size: 18px;
  color: #1e3059;
}
.footer .follow-us ul.follow-buttons li a:hover .social {
  font-size: 18px;
  color: #e10f18;
}

.dot-container {
  padding: 0px 100px;
}

.dotline {
  display: flex;
  width: 100%;
  border-top: solid 2px #1e3059;
  justify-content: center;
  margin: 60px 0px;
}
.dotline .dotspacer {
  background-color: #ffffff;
  width: 100px;
  display: inline-flex;
  margin-top: -10px;
  justify-content: center;
}
.dotline .dotspacer .dotje {
  display: inline-flex;
  width: 25px;
  height: 25px;
  background-color: #e10f18;
  border-radius: 50%;
}

.dot-container-footer {
  padding: 0px 0px;
}
.dot-container-footer .dotline {
  margin: 40px 0px 20px;
}

.footer-certificates {
  width: 4em;
  position: relative;
}
.footer-certificates:first-of-type {
  margin-left: 90%;
}

.mailbox {
  position: sticky;
  width: 3em;
  height: 3em;
  left: 100%;
  bottom: 50%;
  z-index: 5;
  background-color: red;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mailbox a {
  width: 80%;
}
.mailbox #mail-arrow {
  width: 5em;
  position: absolute;
  right: 100%;
  top: 100%;
}

@media only screen and (max-width: 1480px) {
  .footer-certificates:first-of-type {
    margin-left: 80%;
  }
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
  .tve-group-holder img {
    margin-bottom: 30px;
  }
  .footer h3 {
    margin-top: 20px;
  }
  .footer .footer-address {
    order: 1;
    padding-bottom: 10px;
    border-bottom: solid 1px #ffffff;
  }
  .footer .footer-logo {
    order: 3;
  }
  .footer .footer-sitemap {
    order: 2;
    border-bottom: solid 1px #ffffff;
  }
  .footer .footer-sitemap .footer-title {
    text-align: left;
  }
  .footer ul.follow-buttons {
    margin-bottom: 20px;
  }
  .footer ul.footer-nav li {
    text-align: left;
  }
  .footer .newsletter-block .btn {
    width: 100%;
  }
  .footer .footer-bottom {
    background-color: #d7d7d7;
    padding: 15px 0;
  }
  .footer .footer-bottom ul.footer-navigation {
    display: flex;
    flex-direction: column;
  }
  .footer .footer-bottom ul.footer-navigation li {
    padding: 5px 0px;
  }
  .footer .footer-bottom ul.footer-navigation li .dot {
    display: none;
  }
  .cta-holder {
    background-color: #e10f18;
    padding: 30px 15px;
  }
  .cta-holder h2 {
    color: #ffffff;
    text-align: center;
    margin: 0px 0px 20px;
    padding: 0px;
  }
  .footer-certificates:first-of-type {
    margin-left: 0%;
  }
}
.home-about-content {
  padding: 40px 15px;
}

.home-services-content {
  margin-bottom: 10px;
}
.home-services-content h2 {
  margin-bottom: 4px;
}
.home-services-content p {
  text-align: center;
}

.home-companies-holder {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 45px 15px;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-companies-holder .home-companies {
  justify-content: center;
  flex-direction: column;
  align-content: center;
  padding: 30px 30px 35px;
}
.home-companies-holder .home-companies h2 {
  margin-bottom: 4px;
  color: #ffffff;
}
.home-companies-holder .home-companies p {
  text-align: center;
  color: #ffffff;
}
.home-companies-holder .home-companies .home-companies-list {
  margin-top: 10px;
}
.home-companies-holder .home-companies .home-companies-list .hcompanys {
  margin-bottom: 20px;
}
.home-companies-holder .home-companies .home-companies-list .hcompanys-title {
  background-color: #e10f18;
  padding: 10px 30px;
  color: #ffffff;
  text-align: center;
  font-size: 30px;
  line-height: 32px;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  margin-bottom: 20px;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
}
.home-companies-holder .home-companies .home-companies-list .hcompanys-text {
  color: #1e3059;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.home-companies-holder .home-companies .home-companies-list .hcompanys-link {
  border: none;
  text-align: left;
  padding: 0px;
  color: #1e3059;
}
.home-companies-holder .home-companies .home-companies-list .hcompanys-link a {
  color: #1e3059;
  border-bottom: solid 3px transparent;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}
.home-companies-holder .home-companies .home-companies-list .hcompanys-link a:hover {
  border-bottom: solid 3px #e10f18;
}

.home-services {
  padding: 0 15px;
}
.home-services .card {
  border: none;
  margin-bottom: 40px;
}
.home-services .card .card-img {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  justify-content: center;
}
.home-services .card .card-img .card-img-back {
  grid-row: 2/-1;
  grid-column: 1;
  background-color: #1e3059;
  width: 100%;
  z-index: 1;
}
.home-services .card .card-img .card-img-holder {
  grid-row: 1/-1;
  grid-column: 1;
  z-index: 10;
  text-align: center;
}
.home-services .card .card-img .card-img-top {
  max-height: 96px;
  width: auto;
}
.home-services .card .card-body {
  background-color: #1e3059;
  color: #ffffff;
  padding: 20px 30px 10px;
}
.home-services .card .card-body h3 {
  color: #ffffff;
  font-size: 24px;
  line-height: 26px;
}
.home-services .card .card-body p {
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.home-services .card .card-footer {
  border: none;
  text-align: left;
  padding: 0px 30px 20px;
  background-color: #1e3059;
  color: #ffffff;
}
.home-services .card .card-footer a {
  color: #ffffff;
  border-bottom: solid 3px transparent;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}
.home-services .card .card-footer a:hover {
  border-bottom: solid 3px #e10f18;
}

.more-projecten {
  margin-top: 40px;
  margin-right: 50px;
  text-align: center;
}

.home-news-content {
  margin-bottom: 10px;
}
.home-news-content h2 {
  margin-bottom: 4px;
}
.home-news-content p {
  text-align: center;
}

.home-news .card {
  border: none;
  margin-bottom: 40px;
}
.home-news .card .card-img-top {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
}
.home-news .card .card-body {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  padding: 0px;
}
.home-news .card .card-body h3 {
  font-size: 24px;
  line-height: 31px;
  font-weight: 600;
  margin: 0px;
  padding: 20px 0px 10px;
}
.home-news .card .card-footer {
  background-color: transparent;
  border: none;
  text-align: right;
}

.home-news-button {
  margin-bottom: 60px;
}

.home-cases-content {
  margin-bottom: 10px;
}
.home-cases-content h2 {
  margin-bottom: 4px;
}
.home-cases-content p {
  text-align: center;
}

.home-cases {
  margin-bottom: 50px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.home-cases .home-cases-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
}
.home-cases .home-cases-grid img {
  grid-column: 1;
  grid-row: 1/-1;
}
.home-cases .home-cases-grid h3 {
  grid-column: 1;
  grid-row: 2;
  font-size: 18px;
  line-height: 26px;
  background-color: #e10f18;
  padding: 10px 20px;
  color: #ffffff;
  margin: 0px;
}

.home-cases-button {
  margin-bottom: 60px;
}

.cases-swiper {
  overflow: hidden;
}

iframe.fill-width {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
  iframe.fill-width {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  iframe.fill-width {
    height: 150%;
    top: -25%;
    width: 300%;
    left: -100%;
  }
}
@media only screen and (max-width: 768px) {
  .home-companies-holder {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 45px 15px;
    margin-bottom: 50px;
  }
  .home-companies-holder .home-companies {
    justify-content: center;
    flex-direction: column;
    align-content: center;
    padding: 30px 30px 35px;
  }
  .home-companies-holder .home-companies h2 {
    margin-bottom: 4px;
  }
  .home-companies-holder .home-companies p {
    text-align: center;
  }
  .home-companies-holder .home-companies .home-companies-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .home-news-button {
    padding: 0px 15px;
  }
}
.basepage .btn-primary {
  padding: 15px 30px;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  margin: 20px 0px;
  display: inline-flex;
  color: #ffffff;
  background-color: #1e3059;
  border: solid 1px #1e3059;
}
.basepage .btn-primary:visited, .basepage .btn-primary.active, .basepage .btn-primary.focus, .basepage .btn-primary:active, .basepage .btn-primary:focus {
  color: #ffffff;
  background-color: #1e3059;
  border: solid 1px #1e3059;
}
.basepage .btn-primary:hover {
  background-color: #ffffff;
  border: solid 1px #1e3059;
  color: #1e3059;
}
.basepage h1 {
  text-align: left;
}

.base-content-holder {
  min-height: 100px;
  z-index: 9;
}

.base-content-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 592px;
  margin: 0 100px 40px;
}

.case-image {
  display: flex;
  height: 100%;
  justify-content: flex-start;
  align-items: center;
}

.project-content-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 592px;
  margin: 0 0px 40px;
}

.base-content-top {
  background-color: #ededed;
  margin-bottom: 40px;
}
.base-content-top .special-title {
  font-family: "Cairo", sans-serif;
  color: #1e3059;
  margin: 40px 0px;
  padding: 0px;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.recent-news-content {
  margin-bottom: 50px;
}
.recent-news-content h2 {
  margin-bottom: 4px;
}
.recent-news-content p {
  text-align: center;
}

.more-site {
  margin-bottom: 20px;
}

.author {
  font-size: 18px;
  line-height: 33px;
  font-weight: 300;
  margin-bottom: 20px;
}

.gallery-holder {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 20px;
  margin-bottom: 50px;
}
.gallery-holder a {
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.overview {
  padding-top: 150px;
}
.overview .overview-row {
  margin: 0 -100px 50px;
}
.overview .overview-row .overview-left {
  order: 1;
  padding-right: 50px;
  padding-left: 0px;
}
.overview .overview-row .overview-right {
  order: 2;
  padding-right: 100px;
  padding-left: 50px;
}
.overview .overview-row:nth-child(even) .overview-left {
  order: 2;
  padding-right: 0px;
  padding-left: 50px;
}
.overview .overview-row:nth-child(even) .overview-right {
  order: 1;
  padding-right: 50px;
  padding-left: 100px;
}
.overview .overview-row .overview-right .overview-footer {
  margin-top: 10px;
  margin-bottom: 60px;
}
.overview .overview-row .overview-right .overview-author {
  font-weight: 300;
  margin-bottom: 30px;
}
.overview .overview-line {
  border-top: solid 4px #e10f18;
  height: 50px;
}
.overview .overview-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.service-projects-holder {
  padding-bottom: 50px;
  padding-top: 50px;
}
.service-projects-holder .service-projects {
  padding-bottom: 50px;
}
.service-projects-holder .service-projects .card-footer {
  display: flex;
  justify-content: flex-end;
}

.base-header {
  background-color: #e10f18;
  padding: 0px 80px 0 0;
  position: relative;
  z-index: 10;
}
.base-header .base-image {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.base-header .base-container {
  padding-left: 0px;
  padding-right: 0px;
}
.base-header .base-content-block {
  flex-direction: column;
}
.base-header .base-content-block .base-content {
  padding: 0px 20px;
  font-size: 30px;
  text-align: center;
  line-height: 35px;
  font-weight: 400;
  color: #ffffff;
  font-family: "Barlow Condensed", sans-serif;
  width: 100%;
  flex-grow: 1;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.base-header .base-content-block .base-content p {
  padding: 0px 20px;
  font-size: 30px;
  text-align: center;
  line-height: 35px;
  font-weight: 400;
  color: #ffffff;
  font-family: "Barlow Condensed", sans-serif;
}
.base-header .base-content-block .base-bottom-grey {
  background-color: #f2f2f2;
  height: 90px;
  width: 100%;
}
.base-header .base-content-block .base-bottom-grey.faq-bottom-grey {
  height: 160px;
}

.maincontent .color-dark {
  padding: 60px 0px;
  background-color: #1e3059;
}
.maincontent .color-dark h1, .maincontent .color-dark h2, .maincontent .color-dark h3, .maincontent .color-dark p, .maincontent .color-dark a, .maincontent .color-dark li {
  color: #ffffff;
  text-align: left;
}
.maincontent .color-dark .btn-widget {
  font-size: 18px;
  line-height: 18px;
  background-color: #ffffff;
  border: solid 1px #ffffff;
  color: #1e3059;
  font-weight: 400;
  border-radius: 0px;
}
.maincontent .color-dark .btn-widget:visited, .maincontent .color-dark .btn-widget.active, .maincontent .color-dark .btn-widget.focus, .maincontent .color-dark .btn-widget:active, .maincontent .color-dark .btn-widget:focus {
  color: #1e3059;
  background-color: #ffffff;
  border: solid 1px #ffffff;
}
.maincontent .color-dark .btn-widget:hover {
  background-color: #1e3059;
  border: solid 1px #ffffff;
  color: #ffffff;
}
.maincontent .color-dark.cta__block {
  padding: 20px 15px;
}
.maincontent .color-dark.cta__block a {
  color: #1e3059;
  text-align: center;
}
.maincontent .color-dark.cta__block a:visited, .maincontent .color-dark.cta__block a.active, .maincontent .color-dark.cta__block a.focus, .maincontent .color-dark.cta__block a:active, .maincontent .color-dark.cta__block a:focus {
  color: #1e3059;
}
.maincontent .color-dark.cta__block a:hover {
  background-color: #1e3059;
  border: solid 1px #ffffff;
  color: #ffffff;
}
.maincontent .color-light {
  padding: 0px 0px 60px 0px;
}
.maincontent .color-light h1, .maincontent .color-light h2, .maincontent .color-light h3, .maincontent .color-light p, .maincontent .color-light a, .maincontent .color-light li {
  text-align: left;
}
.maincontent .color-light .btn-widget {
  font-size: 18px;
  line-height: 18px;
  background-color: #1e3059;
  border: solid 1px #1e3059;
  color: #ffffff;
  font-weight: 400;
  border-radius: 0px;
}
.maincontent .color-light .btn-widget:visited, .maincontent .color-light .btn-widget.active, .maincontent .color-light .btn-widget.focus, .maincontent .color-light .btn-widget:active, .maincontent .color-light .btn-widget:focus {
  color: #ffffff;
  background-color: #1e3059;
  border: solid 1px #1e3059;
}
.maincontent .color-light .btn-widget:hover {
  background-color: #ffffff;
  border: solid 1px #1e3059;
  color: #1e3059;
}
.maincontent .color-light.cta__block {
  padding: 20px 15px;
  background-color: #e10f18;
}
.maincontent .color-light.cta__block a {
  color: #1e3059;
  text-align: center;
}
.maincontent .color-light.cta__block a:visited, .maincontent .color-light.cta__block a.active, .maincontent .color-light.cta__block a.focus, .maincontent .color-light.cta__block a:active, .maincontent .color-light.cta__block a:focus {
  color: #1e3059;
}
.maincontent .color-light.cta__block a:hover {
  background-color: #1e3059;
  border: solid 1px #ffffff;
  color: #ffffff;
}
.maincontent .fa-download {
  margin-right: 10px;
}
.maincontent .content2 .image-normal {
  padding: 60px 0px;
}
.maincontent .content2 .content-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.maincontent .content-4.cta__block .row {
  align-items: center;
}
.maincontent .content-4.cta__block h2 {
  color: #ffffff;
  text-align: left;
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: 26px;
  font-weight: 900;
}
@media only screen and (max-width: 768px) {
  .maincontent .content-4.cta__block h2 {
    text-align: center;
    margin: 0 0 20px;
    padding: 0;
  }
}
.maincontent .content-4.cta__block .btn-holder {
  text-align: center;
}
.maincontent .content8 .image-holder {
  text-align: right;
}
.maincontent .content3 {
  margin-bottom: 30px;
}
.maincontent .content13 {
  margin-bottom: 30px;
  margin-top: 30px;
}

.swiper-container {
  position: relative;
  max-height: 714px;
}
.swiper-container .swiper-slide {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.swiper-container .swiper-slide img {
  object-fit: cover;
  object-position: center;
  aspect-ratio: 4/3;
}

.swiper-button-next,
.swiper-button-prev {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.5);
  right: 10px;
  padding: 30px;
  color: #000 !important;
  fill: black !important;
  stroke: black !important;
}

.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%231e3059'%2F%3E%3C%2Fsvg%3E") !important;
}

.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%231e3059'%2F%3E%3C%2Fsvg%3E") !important;
}

.center-images {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.center-images .image-holder {
  display: flex;
  align-items: center;
}

.content-content a {
  text-decoration: underline;
}

@media only screen and (max-width: 991px) {
  .overview {
    padding-top: 150px;
  }
  .overview .overview-row {
    margin: 0 15px;
  }
  .overview .overview-row .overview-left {
    order: 1;
    padding-right: 25px;
    padding-left: 0px;
  }
  .overview .overview-row .overview-right {
    order: 2;
    padding-right: 0px;
    padding-left: 25px;
    padding-top: 20px;
  }
  .overview .overview-row:nth-child(even) .overview-left {
    order: 2;
    padding-right: 0px;
    padding-left: 25px;
    padding-top: 20px;
  }
  .overview .overview-row:nth-child(even) .overview-right {
    order: 1;
    padding-right: 25px;
    padding-left: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .gallery-holder {
    display: flex;
    flex-direction: column;
  }
  .gallery-holder a {
    margin-bottom: 20px;
  }
  .overview {
    padding-top: 150px;
  }
  .overview .overview-row {
    margin: 0 15px;
  }
  .overview .overview-row .overview-left {
    order: 1;
    padding-right: 15px;
    padding-left: 15px;
  }
  .overview .overview-row .overview-right {
    order: 2;
    padding-right: 15px;
    padding-left: 15px;
  }
  .overview .overview-row:nth-child(even) .overview-left {
    order: 1;
    padding-right: 15px;
    padding-left: 15px;
  }
  .overview .overview-row:nth-child(even) .overview-right {
    order: 2;
    padding-right: 15px;
    padding-left: 15px;
  }
  .base-content-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
    margin: 0 10px 40px;
  }
  .project-content-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
    margin: 0 10px 40px;
  }
}
.maincontent h2 {
  margin-bottom: 0.5rem;
}

.news-link a {
  color: #1e3059;
  border-bottom: solid 3px transparent;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}
.news-link a:hover {
  border-bottom: solid 3px #e10f18;
}

.newspage {
  background-color: #ffffff;
  padding-bottom: 60px;
  padding-top: 100px;
}
.newspage h1 {
  color: #1e3059;
  text-align: center;
}
.newspage .news-item {
  margin-bottom: 60px;
  color: #1e3059;
}
.newspage .news-item .news-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
}
.newspage .news-item h3 {
  margin: 20px 0px;
  color: #1e3059;
  font-size: 30px;
  line-height: 30px;
  font-family: "Barlow Condensed", sans-serif;
}
.newspage .news-item .introtext {
  font-size: 16px;
  line-height: 20px;
  font-family: 400;
}
.newspage .news-item .news-footer {
  padding-top: 10px;
}
.newspage .news-item .news-footer a {
  color: #1e3059;
  border-bottom: solid 3px transparent;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}
.newspage .news-item .news-footer a:hover {
  border-bottom: solid 2px #e10f18;
}

.gaddress {
  background-color: #1e3059;
}
.gaddress .gaddress-block {
  padding: 0px 80px;
  align-items: center;
  display: flex;
  height: 100%;
}
.gaddress .gaddress-block p {
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
  font-family: "Cairo", sans-serif;
}
.gaddress .gaddress-block p a {
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
  font-family: "Cairo", sans-serif;
}

.form-segment ::-webkit-input-placeholder {
  color: #bbbbbb;
  font-weight: 300;
  opacity: 1 !important;
}
.form-segment :-moz-placeholder {
  color: #bbbbbb;
  font-weight: 300;
  opacity: 1 !important;
}
.form-segment ::-moz-placeholder {
  color: #bbbbbb;
  font-weight: 300;
  opacity: 1 !important;
}
.form-segment :-ms-input-placeholder {
  color: #bbbbbb;
  font-weight: 300;
  opacity: 1 !important;
}
.form-segment h2 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 300;
}
.form-segment.color1 h2, .form-segment.color1 label {
  color: #1e3059;
}
.form-segment.color2 h2, .form-segment.color2 label {
  color: #e10f18;
}
.form-segment.color3 h2, .form-segment.color3 label {
  color: #f2f2f2;
}
.form-segment .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
}
.form-segment .form-control.error {
  color: #721c24;
  border-color: #721c24;
  display: block;
  padding: 4px 15px;
}

.contact-content-holder h1 {
  background-color: #1e3059;
  background: linear-gradient(to right, #1e3059, #f2f2f2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contact-content-holder h3 {
  padding: 0px 0px 50px;
}
.contact-content-holder .sidebar p strong {
  color: #000000;
  font-weight: 600;
}
.contact-content-holder .sidebar p a {
  color: #1e3059;
}
.contact-content-holder .form-holder label {
  color: #1e3059;
}

.form-holder h1 {
  padding-bottom: 0px;
  margin-bottom: 0px;
  color: #1e3059;
  text-align: center;
  font-size: 30px;
}
.form-holder h2 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 600;
  color: #000000;
  text-align: center;
}
.form-holder h2.form-title {
  padding-bottom: 0px;
  margin-bottom: 0px;
  color: #1e3059;
  text-align: center;
  font-size: 25px;
}
.form-holder .no-margin {
  margin-bottom: 0px;
}
.form-holder p, .form-holder li {
  color: #1e3059;
  font-size: 18px;
  font-weight: 300;
}
.form-holder .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: solid 1px #1e3059;
  border-radius: 0px;
  font-size: 16px;
}
.form-holder .form-control.error {
  color: #721c24;
  border-color: #721c24;
  display: block;
  padding: 4px 15px;
}

.contactpage {
  margin: 70px 0px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr auto;
  grid-gap: 80px;
}
.contactpage .contact-line {
  grid-column: 1;
  grid-row: 1;
  z-index: 10;
  height: 4px;
  background-color: #e10f18;
}
.contactpage .contact-left {
  grid-column: 1/-1;
  grid-row: 1;
  z-index: 10;
}
.contactpage .contact-left .form-holder {
  padding-top: 60px;
  border-top: solid 4px #e10f18;
}
.contactpage .contact-maps {
  grid-column: 2;
  grid-row: 1;
}
.contactpage .contact-info {
  grid-column: 1/-1;
  grid-row: 2;
}

ul.contact-address {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.contact-info .mail-item {
  margin-top: 20px;
}
.contact-info .follow-us ul.follow-buttons {
  list-style: none;
  margin: 20px 0px 0px;
  padding: 0px;
}
.contact-info .follow-us ul.follow-buttons li {
  padding: 2px 0px;
  display: inline-block;
  border-radius: 50%;
  width: 32px;
  text-align: center;
  margin-right: 5px;
  background-color: #1e3059;
}
.contact-info .follow-us ul.follow-buttons li a {
  color: #ffffff;
  font-size: 24px;
  line-height: 28px;
  text-decoration: none;
  font-weight: 300;
  padding: 0px 0px 3px;
}
.contact-info .follow-us ul.follow-buttons li a .social {
  font-size: 18px;
  color: #ffffff;
}
.contact-info .follow-us ul.follow-buttons li:hover {
  background-color: #e10f18;
}
.contact-info .follow-us ul.follow-buttons li:hover a .social {
  font-size: 18px;
  color: #ffffff;
}

#map {
  height: 650px;
  width: 100%;
}

.map-icon-label .map-icon {
  font-size: 24px;
  color: #ffffff;
  line-height: 48px;
  text-align: center;
  white-space: nowrap;
}

/* =============================================================================
   Google maps
   ========================================================================== */
.gmap3 {
  padding: 0px;
  width: 100%;
  height: 600px;
  margin: 10px 0px 20px 0px;
}

.gmap3 img {
  max-width: none;
}

.gmapMember {
  padding: 0px;
  width: 100%;
  height: 250px;
  margin: 10px 0px 20px 0px;
}

.gmapMember img {
  max-width: none;
}

.location-company {
  display: block;
  font-weight: 600;
}

@media only screen and (max-width: 991px) {
  .contactpage {
    display: flex;
    flex-direction: column;
  }
  .contactpage .contact-left {
    grid-column: 1/-1;
    grid-row: 1;
    z-index: 10;
  }
  .contactpage .contact-left .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .contactpage .contact-left .form-holder {
    padding-top: 60px;
    border-top: none;
  }
  .contactpage .contact-maps {
    padding-bottom: 20px;
  }
  .contactpage .contact-info h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 667px) and (orientation: portrait) {
  .contact-row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gaddress {
    background-color: #1e3059;
  }
  .gaddress .gaddress-block {
    display: block;
    padding: 15px;
  }
}
.cookiebanner {
  position: fixed;
  top: 1%;
  width: 40%;
  height: auto;
  background-color: #1e3059;
  display: none;
  flex-direction: column;
  z-index: 10000;
  margin-left: 30%;
  padding: 2%;
  color: #ffffff;
}
.cookiebanner .btn {
  background-color: white;
  color: black;
}
.cookiebanner .btn:hover {
  opacity: 0.8;
}
.cookiebanner a {
  color: white;
  font-weight: bold;
}
.cookiebanner a:visited {
  color: white;
  font-weight: bold;
  text-decoration: none;
}
.cookiebanner h2 {
  color: #ffffff;
}
.cookiebanner p {
  color: #ffffff;
}
.cookiebanner .details-wrapper {
  display: none;
}
.cookiebanner #details {
  margin-top: 5%;
}
.cookiebanner .cookie-row {
  width: 90%;
  display: flex;
  justify-content: space-between;
}
.cookiebanner .cookie-row input {
  width: 1em;
  height: 1em;
}
.cookiebanner .description-text {
  width: 80%;
  margin-bottom: 5px;
}
.cookiebanner .cookie-button-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 769px) {
  .cookiebanner {
    width: 90%;
    margin-left: 5%;
    margin-top: 0%;
  }
  .details-wrapper {
    height: 35em;
    overflow: scroll;
    padding-bottom: 20em;
  }
}

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