html, body {
  overflow-x: hidden;
}

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

p, a:not(.btn), li {
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
}

a, a:hover {
  color: #000000;
}

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

a:visited {
  color: #000000;
}

a:focus {
  color: #000000;
  outline: none;
}

*:focus {
  outline: none;
}

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

.hover-tekst:hover {
  color: #d7521d;
}

h1 {
  color: #ffffff;
  margin-top: 0px;
  padding-top: 0px;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
}

h2 {
  color: #000000;
  margin-top: 0px;
  padding-top: 0px;
  font-weight: 700;
  font-size: 26px;
  line-height: 38px;
}

h3 {
  color: #000000;
  margin-top: 0px;
  padding-top: 0px;
  font-weight: 500;
  font-size: 22px;
  line-height: 38px;
}

h4 {
  font-size: 18px;
  font-weight: 400;
}

.btn {
  padding: 15px 20px;
  font-size: 16px;
  line-height: 16px;
}

.btn-default {
  position: relative;
  font-family: "Roboto Condensed", sans-serif;
  background-color: #d7521d;
  border: solid 1px #d7521d;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #ffffff;
  padding: 11px 20px 10px 20px;
  font-size: 16px;
  line-height: 16px;
  transition: all 0.3s ease 0s;
  box-shadow: none;
}
.btn-default:visited, .btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus {
  background-color: #d7521d;
  border: solid 1px #d7521d;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  color: #ffffff;
  padding: 11px 20px 10px 20px;
  font-size: 16px;
  line-height: 16px;
  box-shadow: none;
}
.btn-default:hover {
  background-color: #ffffff;
  border: solid 1px #d7521d;
  color: #d7521d;
  opacity: 0.8;
  box-shadow: none;
}

.default-button-holder {
  margin-top: 40px;
}

.tooltip .tooltip-inner {
  background-color: #d7521d;
  border-radius: 0px;
}
.tooltip .arrow::before {
  border-top-color: #d7521d;
}

.btn-primary {
  font-size: 16px;
  line-height: 16px;
  background-color: #d7521d;
  border: solid 1px #d7521d;
  color: #ffffff;
}
.btn-primary:visited, .btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus {
  color: #d7521d;
}
.btn-primary:hover {
  background-color: #2d2d2f;
  border: solid 1px #d7521d;
  color: #2d2d2f;
}

.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 {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.page-item a.page-link {
  background-color: #d7521d;
  border: none;
  padding: 10px 20px;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

@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;
  }
  .default-button-holder {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.menublock {
  display: block;
}

.mainmenu {
  display: none;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  z-index: 10001;
  color: #ffffff;
  background-color: transparent;
}
.mainmenu .nav-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 2px auto;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.mainmenu .nav-icon3 span {
  background-color: #ffffff;
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.mainmenu .nav-icon3 span:nth-child(1) {
  top: 0px;
}
.mainmenu .nav-icon3 span:nth-child(2), .mainmenu .nav-icon3 span:nth-child(3), .mainmenu .nav-icon3 span:nth-child(4) {
  top: 10px;
}
.mainmenu .nav-icon3 span:nth-child(5) {
  top: 20px;
}
.mainmenu .nav-icon3.turn {
  transform: rotate(90deg);
}
.mainmenu .nav-icon3.open {
  rotation: 45deg;
}
.mainmenu .nav-icon3.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}
.mainmenu .nav-icon3.open span:nth-child(2) {
  transform: rotate(45deg);
}
.mainmenu .nav-icon3.open span:nth-child(4) {
  transform: rotate(-45deg);
}
.mainmenu .nav-icon3.open span:nth-child(5) {
  top: 10px;
  width: 0%;
  left: 50%;
}

.header {
  position: fixed;
  z-index: 1000;
  top: 60px;
  right: 80px;
}
.header .top-row {
  align-items: center;
  align-content: center;
}

.main-header {
  position: relative;
}
.main-header .logo {
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
}
.main-header .logo .img-fluid {
  height: 100px;
  transition: 0.2s;
}
.main-header .top-nav {
  height: 30px;
}
.main-header .top-nav .top-nav-holder {
  background-color: #d7521d;
  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 .logo-holder {
  position: relative;
}
.main-header .navbar-toggler {
  display: none;
}
.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 (max-width: 1024px) {
  .header {
    position: absolute;
    top: 60px;
    right: 36px;
    width: auto;
  }
  .main-header {
    text-align: right;
  }
  .mainmenu {
    display: block;
    text-align: right;
  }
  .menublock {
    width: 0px;
    overflow: hidden;
  }
  .menublock .navbar-nav {
    padding-right: 15%;
    background-color: #2d2d2f;
    opacity: 0.95;
    overflow: hidden;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .header {
    top: 40px;
    right: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .header {
    position: absolute;
    top: 10px;
    right: 10px;
    width: auto;
  }
}
.navbar-nav {
  padding-right: 20px;
  border-right: solid 1px #ffffff;
}
.navbar-nav li.nav-item {
  line-height: 18px;
  padding: 0px;
  text-align: right;
}
.navbar-nav li.nav-item a {
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  padding: 2px 0px;
}
.navbar-nav li.nav-item.active a {
  font-weight: 900;
}
.navbar-nav.inverse {
  border-right: solid 1px #d7521d;
}
.navbar-nav.inverse li.nav-item {
  text-align: right;
}
.navbar-nav.inverse li.nav-item a {
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  padding: 2px 0px;
}

.navbar {
  justify-content: flex-end;
  width: 100%;
  padding-right: 20px;
}
.navbar .dropdown-toggle::after {
  margin-left: 5px;
  vertical-align: 2px;
}
.navbar li.nav-item {
  text-align: right;
}
.navbar li.nav-item a {
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
}
.navbar.inverse li.nav-item {
  text-align: right;
}
.navbar.inverse li.nav-item a {
  font-size: 18px;
  line-height: 18px;
}
.navbar .dropdown-menu {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.navbar .navbar-collapse {
  padding: 0px;
}
.navbar .navbar-collapse .nav > li > a {
  padding: 15px 18px;
}
.navbar .navbar-collapse .nav > li > a:hover {
  background-color: #D8D8D8;
  color: #ffffff;
}
.navbar .navbar-collapse .nav > li > a:focus {
  background-color: #D8D8D8;
  color: #ffffff;
}
.navbar .navbar-collapse .nav > li.active > a {
  background-color: #D8D8D8;
  color: #ffffff;
}
.navbar .navbar-collapse .nav .open > a {
  background-color: #D8D8D8;
  color: #ffffff;
}
.navbar .navbar-collapse .nav .dropdown-menu {
  background-color: #D8D8D8;
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.navbar .navbar-collapse .nav .dropdown-menu > li > a {
  color: #ffffff;
}
.navbar .navbar-collapse .nav .dropdown-menu > li > a:hover {
  background-color: #000000;
  color: #ffffff;
}
.navbar .navbar-collapse .nav .dropdown-menu > li > a:focus {
  background-color: #000000;
  color: #ffffff;
}
.navbar .navbar-toggle .icon-bar {
  background-color: #d7521d;
}

.navbar-toggler {
  border-color: rgb(46, 168, 224);
}
.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(46,168,224, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #d7521d;
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
  .header-navigation {
    padding-right: 0px;
  }
  .navbar .navbar-collapse .nav > li > a {
    padding: 15px 8px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .navbar-nav {
    padding-right: 20px;
    border-right: none;
  }
  .navbar-nav li.nav-item {
    padding: 0px;
    overflow: hidden;
    white-space: nowrap;
    text-align: right;
  }
  .navbar-nav li.nav-item a {
    overflow: hidden;
    font-weight: 300;
    font-size: 30px;
    line-height: 50px;
    color: #ffffff;
    padding: 2px 0px;
    white-space: nowrap;
  }
  .navbar-nav li.nav-item.active a {
    font-weight: 900;
  }
  .navbar-nav.inverse {
    border-right: none;
  }
  .navbar-nav.inverse li.nav-item {
    padding: 0px;
    overflow: hidden;
    white-space: nowrap;
    text-align: right;
  }
  .navbar-nav.inverse li.nav-item a {
    overflow: hidden;
    font-weight: 300;
    font-size: 30px;
    line-height: 50px;
    color: #ffffff;
    padding: 2px 0px;
    white-space: nowrap;
  }
}
.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: #d7521d;
  border-radius: 50%;
}

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

.footer {
  width: 100%;
  margin-top: 10px;
}
.footer .footer-top {
  background-color: #000000;
  padding: 5px 20px;
  margin-top: -18px;
  margin-bottom: 18px;
}
.footer ul.footer-items {
  color: #ffffff;
  margin: 0px;
  padding: 0px;
}
.footer ul.footer-items li {
  align-self: center;
  display: inline-flex;
  color: #D8D8D8;
  font-weight: 300;
  font-size: 14px;
}
.footer ul.footer-items li a {
  color: #D8D8D8;
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
}
.footer ul.footer-items li a:visited {
  color: #D8D8D8;
}
.footer ul.footer-items li a:hover {
  color: #d7521d;
  text-decoration: none;
}
.footer ul.footer-items li .dot {
  line-height: 14px;
  color: #D8D8D8;
  padding: 0 20px;
  font-weight: 300;
}
.footer ul.footer-items li:last-of-type .dot {
  display: none;
}

@media only screen and (max-width: 667px) and (orientation: portrait) {
  .dot-container {
    padding: 0px 20px;
  }
  .footer .container {
    padding: 0px;
  }
  .footer ul.footer-items {
    text-align: center;
  }
  .footer ul.footer-items li .dot {
    padding: 0 8px;
  }
  .footer ul.footer-items li:nth-child(2) .dot {
    display: none;
  }
}
.home-header {
  width: 100%;
  position: relative;
  z-index: 40;
  flex: 1;
}
.home-header .home-logo {
  position: fixed;
  z-index: 999;
  top: 50px;
  left: 95px;
  width: 100px;
}
.home-header .header-text {
  padding-top: 80px;
  padding-bottom: 40px;
}
.home-header .top-bar {
  background-color: #2d2d2f;
  padding-left: 80px;
  padding-top: 40px;
}
.home-header .top-bar h1 {
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 0px;
  padding-top: 0px;
  margin-left: 15px;
  font-weight: 900;
  font-size: 32px;
  line-height: 38px;
  padding-bottom: 50px;
}
.home-header .middle-bar {
  display: grid;
  grid-template-columns: 80px repeat(12, 1fr) 80px;
  grid-template-rows: 120px 1fr 90px;
  width: 100%;
  background-color: #2d2d2f;
}
.home-header .middle-bar .middle-bar-left {
  grid-column: 2/span 8;
  grid-row: 2/-1;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.home-header .middle-bar .middle-bar-left .middle-bar-video {
  grid-row: 1/-1;
  grid-column: 1/-1;
  z-index: 1;
}
.home-header .middle-bar .middle-bar-left .middle-bar-images {
  grid-row: 1/-1;
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 1fr 100px 100px 1fr;
  grid-template-rows: 1fr 87px 87px auto;
  grid-gap: 3px 3px;
  z-index: 2;
}
.home-header .middle-bar .middle-bar-left .middle-bar-images .block1 {
  grid-column: 1/3;
  grid-row: 1/3;
  align-self: end;
  justify-self: right;
  display: block;
}
.home-header .middle-bar .middle-bar-left .middle-bar-images .block1 img {
  max-width: 100%;
  max-height: 100%;
  object-fit: scale-down;
  display: none;
}
.home-header .middle-bar .middle-bar-left .middle-bar-images .block2 {
  grid-column: 3/-1;
  grid-row: 1/3;
  align-self: end;
  justify-self: left;
  display: block;
}
.home-header .middle-bar .middle-bar-left .middle-bar-images .block2 img {
  max-width: 100%;
  max-height: 100%;
  object-fit: scale-down;
  display: none;
}
.home-header .middle-bar .middle-bar-left .middle-bar-images .home-logo {
  z-index: 999;
  grid-column: 2/4;
  grid-row: 1/-1;
  transition: all 0.3s ease-in-out;
  align-self: center;
  display: inline-flex;
  justify-content: center;
}
.home-header .middle-bar .middle-bar-left .middle-bar-images .home-logo.notransition {
  transition: none !important;
}
.home-header .middle-bar .middle-bar-left .middle-bar-images .block3 {
  grid-column: 1/3;
  grid-row: 3/-1;
  align-self: start;
  justify-self: left;
  display: block;
}
.home-header .middle-bar .middle-bar-left .middle-bar-images .block3 img {
  max-width: 100%;
  max-height: 100%;
  object-fit: scale-down;
  display: none;
}
.home-header .middle-bar .middle-bar-left .middle-bar-images .block4 {
  grid-column: 3/-1;
  grid-row: 3/-1;
  align-self: start;
  justify-self: left;
  display: block;
}
.home-header .middle-bar .middle-bar-left .middle-bar-images .block4 img {
  max-width: 100%;
  max-height: 100%;
  object-fit: scale-down;
  display: none;
}
.home-header .middle-bar .middle-bar-right {
  grid-column: 10/span 4;
  grid-row: 2/-1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 60px 90px;
  justify-items: center;
  align-items: center;
}
.home-header .middle-bar .middle-bar-right h1 {
  grid-column: 1/-1;
  grid-row: 1/-3;
  padding: 0px 20px;
  font-size: 32px;
  text-align: center;
  line-height: 38px;
  font-weight: 700;
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
}
.home-header .middle-bar .middle-bar-right .home-arrow {
  grid-column: 1/-1;
  grid-row: 2/-2;
  display: grid;
  grid-template: 1fr/1fr;
  justify-items: center;
  align-items: center;
}
.home-header .middle-bar .middle-bar-right .home-grey-holder {
  grid-column: 1/-1;
  grid-row: 3/-1;
  height: 90px;
  width: 100%;
  background-color: #f2f2f2;
}
.home-header .middle-bar .middle-bar-bottom {
  background-color: #f2f2f2;
  grid-column: 2/-2;
  grid-row: 3/-1;
  z-index: 9;
}
.home-header .middle-bar .home-content-holder {
  flex-direction: column;
}
.home-header .middle-bar .home-content-holder .home-content {
  width: 100%;
  flex-grow: 1;
  align-items: center;
  display: flex;
  justify-content: center;
}
.home-header .middle-bar .home-content-holder .home-arrow {
  padding-bottom: 20px;
}
.home-header .middle-bar .home-content-holder .home-bottom-grey {
  background-color: #f2f2f2;
  height: 90px;
  width: 100%;
}
.home-header .middle-bar .home-max {
  display: flex;
  flex-direction: column;
  justify-items: left;
  align-items: flex-end;
  height: 100%;
}
.home-header .middle-bar .middle-bar-content2 {
  display: grid;
  grid-template-columns: 1fr 100px 100px 1fr;
  grid-template-rows: 20px 200px 1fr 87px 87px 1fr;
  width: 100%;
  height: 100vh;
  align-content: end;
}
.home-header .middle-bar .middle-bar-content2 .blockspacer {
  grid-column: 1/-1;
  grid-row: 1/2;
}
.home-header .middle-bar .middle-bar-content2 .block1 {
  grid-column: 1/3;
  grid-row: 2/4;
  align-self: end;
  justify-self: right;
}
.home-header .middle-bar .middle-bar-content2 .block1 img {
  object-fit: contain;
}
.home-header .middle-bar .middle-bar-content2 .block2 {
  grid-column: 3/5;
  grid-row: 2/4;
  align-self: end;
  justify-self: left;
}
.home-header .middle-bar .middle-bar-content2 .block2 img {
  object-fit: contain;
}
.home-header .middle-bar .middle-bar-content2 .home-logo {
  z-index: 999;
  grid-column: 2/4;
  grid-row: 3/5;
}
.home-header .middle-bar .middle-bar-content2 .block3 {
  grid-column: 1/3;
  grid-row: 4/6;
  align-self: start;
  justify-self: left;
}
.home-header .middle-bar .middle-bar-content2 .block3 img {
  object-fit: contain;
}
.home-header .middle-bar .middle-bar-content2 .block4 {
  grid-column: 3/5;
  grid-row: 4/6;
  align-self: start;
  justify-self: left;
}
.home-header .middle-bar .middle-bar-content2 .block4 img {
  object-fit: contain;
}
.home-header .middle-bar .middle-bar-content-block {
  align-items: flex-end;
  height: 100%;
  display: flex;
}
.home-header .middle-bar .top-row {
  margin-bottom: 3px;
  width: 100%;
}
.home-header .middle-bar .bottom-row {
  margin-top: 3px;
  width: 100%;
}
.home-header .bottom-bar {
  background-color: #ffffff;
  height: 50px;
}
.home-header .bottom-bar .grey-bar {
  height: 100%;
  margin-right: 80px;
  background-color: #f2f2f2;
}

.home-cases {
  padding: 50px 100px 0px 225px;
  margin-right: 80px;
  background-color: #f2f2f2;
  min-height: 200px;
  z-index: 20;
}
.home-cases a:hover {
  text-decoration: none;
}
.home-cases .case-back {
  height: 560px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.home-cases .case-front {
  height: 560px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}
.home-cases .cases-deck {
  margin-top: 60px;
  height: 560px;
  align-items: flex-end;
}
.home-cases .cases-deck .card {
  border: none;
}
.home-cases .cases-deck .case-spacer {
  position: absolute;
  width: 100%;
  height: 40px;
  left: 0px;
  top: 0px;
  background-color: #f2f2f2;
  transition: all 0.2s ease-in-out;
}
.home-cases .cases-deck .case-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 50;
  transition: all 0.5s ease-in-out;
}
.home-cases .cases-deck .case-line {
  height: 1px;
  background-color: #d7521d;
  width: 80px;
  margin-bottom: 10px;
}
.home-cases .cases-deck .case-line.show {
  background-color: #ffffff;
}
.home-cases .cases-deck .case-body {
  border: none;
  display: flex;
  align-items: flex-end;
  height: 100%;
  color: #ffffff;
}
.home-cases .cases-deck .case-body .case-body-content {
  padding: 0 20px;
}
.home-cases .cases-deck .case-body .case-body-content h3 {
  color: #ffffff;
  margin-top: 0px;
  padding-top: 0px;
  font-weight: 900;
  font-size: 32px;
  line-height: 38px;
  z-index: -1;
}
.home-cases .cases-deck .case-body .case-body-content p {
  font-family: "Roboto Condensed", sans-serif;
  color: #ffffff;
  z-index: -1;
  min-height: 52px;
}

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

.home-about {
  padding: 0px 100px 0px 225px;
  margin-right: 0px;
  background-color: #2d2d2f;
  min-height: 200px;
  margin-top: -120px;
  padding-top: 160px;
  z-index: 15;
}
.home-about h2, .home-about h3, .home-about p {
  color: #ffffff;
}
.home-about h2 {
  margin-bottom: 50px;
}
.home-about h3 {
  margin-bottom: 30px;
}
.home-about .home-about-content {
  margin-bottom: 100px;
}

.home-contact {
  padding: 120px 100px 80px 225px;
  background-color: #f2f2f2;
  margin-top: -160px;
  margin-right: 80px;
}
.home-contact h2 {
  margin-bottom: 50px;
}
.home-contact h3 {
  margin-bottom: 30px;
}

.main-home-block {
  margin-top: -80px;
  margin-bottom: -30px;
  z-index: 50;
  position: relative;
}

.banner-container {
  height: 490px;
  position: relative;
}
.banner-container .swiper-wrapper {
  z-index: 1;
}
.banner-container .swiper-slide {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.banner-container .header-text {
  height: 626px;
  padding-top: 80px;
  padding-bottom: 40px;
}

.home-banner {
  height: 100%;
  position: relative;
}

.header-text .header-text-block {
  margin: auto;
  justify-content: center;
}
.header-text .header-text-block .header-title, .header-text .header-text-block h1 {
  color: #ffffff;
  font-size: 50px;
  line-height: 55px;
  font-weight: 600;
  text-align: center;
  margin: 150px 0px 0px;
  padding: 0px;
  text-shadow: 1px 1px 2px rgb(150, 150, 150);
}
.header-text .header-text-block .header-top, .header-text .header-text-block .header-bottom {
  color: #ffffff;
  font-size: 50px;
  line-height: 55px;
  font-weight: 600;
  text-align: center;
  text-shadow: 1px 1px 2px rgb(150, 150, 150);
}
.header-text .header-text-block .header-middle {
  color: #ffffff;
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
  text-align: center;
  text-shadow: 1px 1px 2px rgb(150, 150, 150);
}
.header-text .header-text-block .header-button {
  text-align: center;
  margin-top: 20px;
}
.header-text .header-text-block .header-button .btn {
  padding: 15px 40px;
  color: #ffffff;
}

.contact-info ul.contact-address {
  list-style: none;
  margin: 0px;
  padding: 0px 0px 20px;
}
.contact-info ul.contact-address li {
  color: #000000;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
  font-family: "Roboto Condensed", sans-serif;
}
.contact-info ul.contact-address li.contact-telephone .tel-icon {
  display: inline-flex;
  height: 20px;
}
.contact-info ul.contact-address li a {
  color: #000000;
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
  font-family: "Roboto Condensed", sans-serif;
}
.contact-info ul.contact-address .footer-address-spacer {
  margin-top: 20px;
}

.follow-us ul.follow-buttons {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: flex-start;
}
.follow-us ul.follow-buttons li {
  padding: 0px;
  display: inline-flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  text-align: left;
  margin-right: 5px;
}
.follow-us ul.follow-buttons li a {
  color: #ffffff;
  font-size: 24px;
  line-height: 28px;
  text-decoration: none;
  font-weight: 300;
  padding: 0px 0px 5px;
}
.follow-us ul.follow-buttons li a .social {
  font-size: 18px;
  color: #ffffff;
  width: 32px;
  height: 32px;
}

.cta-sub .follow-us ul.follow-buttons {
  justify-content: center;
}

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

.googleviews {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

@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 (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .home-header .top-bar {
    padding-left: 40px;
  }
  .home-header .middle-bar {
    padding: 0px 100px 0px 40px;
  }
  .home-header .bottom-bar .grey-bar {
    margin-right: 40px;
  }
  .home-cases {
    margin-right: 40px;
    padding: 0px 100px 0px 185px;
  }
  .home-cases .cases-deck .case-body .case-body-content {
    padding: 0 20px;
  }
  .home-cases .cases-deck .case-body .case-body-content h3 {
    color: #ffffff;
    margin-top: 0px;
    padding-top: 0px;
    font-weight: 900;
    font-size: 24px;
    line-height: 30px;
    z-index: -1;
  }
  .home-cases .cases-deck .case-body .case-body-content p {
    font-family: "Roboto Condensed", sans-serif;
    color: #ffffff;
    z-index: -1;
    min-height: 52px;
    font-size: 12px;
  }
  .home-about {
    margin-right: 40px;
    padding: 120px 100px 80px 185px;
  }
  .home-contact {
    margin-right: 40px;
    padding: 120px 100px 80px 185px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .home-header .top-bar {
    padding-left: 20px;
  }
  .home-header .middle-bar {
    padding: 0px 100px 0px 20px;
  }
  .home-header .bottom-bar .grey-bar {
    margin-right: 20px;
  }
  .home-cases {
    margin-right: 20px;
    padding: 0px 80px 0px 140px;
  }
  .home-cases .cases-deck .case-body .case-body-content {
    padding: 0 20px;
  }
  .home-cases .cases-deck .case-body .case-body-content h3 {
    color: #ffffff;
    margin-top: 0px;
    padding-top: 0px;
    font-weight: 900;
    font-size: 24px;
    line-height: 30px;
    z-index: -1;
  }
  .home-cases .cases-deck .case-body .case-body-content p {
    font-family: "Roboto Condensed", sans-serif;
    color: #ffffff;
    z-index: -1;
    min-height: 52px;
    font-size: 12px;
  }
  .home-about {
    margin-right: 20px;
    padding: 120px 80px 80px 140px;
  }
  .home-contact {
    margin-right: 20px;
    padding: 120px 80px 80px 140px;
  }
}
@media only screen and (max-width: 1024px) {
  .home-cases {
    margin-right: 20px;
    padding: 0px 80px 0px 140px;
  }
  .home-cases .case-deck .case-body .case-body-content {
    padding: 0 20px;
  }
  .home-cases .case-deck .case-body .case-body-content h3 {
    color: #ffffff;
    margin-top: 0px;
    padding-top: 0px;
    font-weight: 900;
    font-size: 24px;
    line-height: 30px;
    z-index: -1;
  }
  .home-cases .case-deck .case-body .case-body-content p {
    font-family: "Roboto Condensed", sans-serif;
    color: #ffffff;
    z-index: -1;
    min-height: 52px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
  .header-text .header-text-block {
    margin: auto;
    justify-content: center;
  }
  .header-text .header-text-block .header-title, .header-text .header-text-block h1 {
    font-size: 24px;
    line-height: 26px;
  }
  .header-text .header-text-block .header-subtitle {
    color: #ffffff;
    font-size: 24px;
    line-height: 26px;
  }
  .more-projecten {
    margin-top: 40px;
    margin-right: 0px;
    text-align: center;
  }
  .home-header .middle-bar {
    display: block;
  }
  .home-header .middle-bar .middle-bar-left .home-logo {
    position: absolute;
    left: 20px;
    top: 20px;
  }
  .home-header .middle-bar .middle-bar-left .home-logo img {
    width: 100px;
    height: auto;
  }
  .home-header .middle-bar .middle-bar-right {
    grid-template-rows: 1fr 60px;
    padding-top: 20px;
  }
  .home-header .middle-bar .middle-bar-right h1 {
    font-size: 24px;
  }
  .home-header .middle-bar .middle-bar-right .home-grey-holder {
    display: none;
  }
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
  .home-header .home-logo {
    top: 264.938px;
    left: 87.5px;
  }
  .home-header .top-bar {
    padding-left: 0px;
    padding-top: 20px;
    padding-right: 100px;
  }
  .home-header .middle-bar {
    padding: 0px;
  }
  .home-header .middle-bar .home-content-holder .home-bottom-grey {
    display: none;
  }
  .home-header .bottom-bar {
    display: none;
  }
  .home-cases {
    padding: 20px 20px 40px;
    margin-right: 0px;
  }
  .home-cases h2 {
    padding-bottom: 0px;
  }
  .home-cases .cases-deck {
    height: auto;
    margin-top: 0px;
  }
  .home-about {
    padding: 20px 20px 40px;
    margin-top: 0px;
  }
  .home-about .home-about-content {
    margin-bottom: 40px;
  }
  .home-contact {
    padding: 20px;
    margin-right: 0px;
    margin-top: 0px;
  }
  .contact-info {
    padding: 20px;
  }
}
.home-cases .container {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

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

.base-header {
  background-color: #2d2d2f;
  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 .content1 h1 {
  text-align: center;
  margin-top: 0;
}
.base-header .blogdetail h2 {
  text-align: left;
}
.base-header .main-content p {
  margin: 0px 0px 30px;
  padding: 0px;
  margin-bottom: 0;
}
.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: "Roboto 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: "Roboto 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;
}

.base-logo {
  position: fixed;
  left: 95px;
  top: 50px;
  width: 100px;
  height: 87px;
  z-index: 999;
}

.color-1 {
  padding: 100px 100px 60px 225px;
  margin-right: 80px;
  background-color: #f2f2f2;
  margin-top: -90px;
}
.color-1 h1, .color-1 h2, .color-1 h3 {
  margin-left: 0px;
  color: #000000;
}

.color-2 {
  padding: 80px 100px 60px 225px;
  background-color: #2d2d2f;
  color: #ffffff;
}
.color-2 h1, .color-2 h2, .color-2 h3 {
  margin-left: 0px;
  color: #ffffff;
}
.color-2 p, .color-2 a, .color-2 li {
  color: #ffffff;
}

.color-3 {
  padding: 40px 100px 60px 225px;
  margin-right: 80px;
  background-color: #f2f2f2;
  margin-top: -150px;
}
.color-3 h1, .color-3 h2, .color-3 h3 {
  margin-left: 0px;
  color: #000000;
}

.color-1 {
  padding: 100px 100px 100px 225px;
  margin-right: 80px;
  background-color: #f2f2f2;
  margin-top: -90px;
}

.color-2 {
  padding: 80px 10px 80px 226px;
  background-color: #2d2d2f;
  color: #ffffff;
}

.color-4 {
  padding: 80px 100px 60px 225px;
  background-color: #2d2d2f;
  color: #ffffff;
}
.color-4 h1, .color-4 h2, .color-4 h3 {
  margin-left: 0px;
  color: #ffffff;
}
.color-4 p, .color-4 a, .color-4 li {
  color: #ffffff;
}

.color-5 {
  padding: 40px 100px 60px 225px;
  margin-right: 80px;
  background-color: #f2f2f2;
  margin-top: -150px;
}
.color-5 h1, .color-5 h2, .color-5 h3 {
  margin-left: 0px;
  color: #000000;
}

.color-6 {
  padding: 80px 100px 60px 225px;
  background-color: #2d2d2f;
  color: #ffffff;
}
.color-6 h1, .color-6 h2, .color-6 h3 {
  margin-left: 0px;
  color: #ffffff;
}
.color-6 p, .color-6 a, .color-6 li {
  color: #ffffff;
}

.color-7 {
  padding: 40px 100px 60px 225px;
  margin-right: 80px;
  background-color: #f2f2f2;
  margin-top: -150px;
}
.color-7 h1, .color-7 h2, .color-7 h3 {
  margin-left: 0px;
  color: #000000;
}

.color-8 {
  padding: 80px 100px 60px 225px;
  background-color: #2d2d2f;
  color: #ffffff;
}
.color-8 h1, .color-8 h2, .color-8 h3 {
  margin-left: 0px;
  color: #ffffff;
}
.color-8 p, .color-8 a, .color-8 li {
  color: #ffffff;
}

.color-9 {
  padding: 60px 100px 60px 225px;
  margin-right: 80px;
  background-color: #ffffff;
  margin-top: 0px;
}
.color-9 h1, .color-9 h2, .color-9 h3 {
  margin-left: 0px;
  color: #000000;
}

.color-9 {
  padding: 60px 100px 60px 225px;
  margin-right: 80px;
  background-color: #ffffff;
  margin-top: 0px;
}

.faq-1 {
  padding: 0px 100px 0px 225px;
  margin-right: 80px;
  background-color: #f2f2f2;
  margin-top: 0px;
}
.faq-1 h1, .faq-1 h2, .faq-1 h3 {
  margin-left: 0px;
  color: #000000;
}

.faq-2 {
  padding: 0px 100px 0px 225px;
  background-color: #2d2d2f;
  color: #ffffff;
}
.faq-2 h1, .faq-2 h2, .faq-2 h3 {
  margin-left: 0px;
  color: #ffffff;
}
.faq-2 p, .faq-2 a, .faq-2 li {
  color: #ffffff;
}

.main-content.news-detail-content {
  margin-bottom: 70px;
}
.main-content.video-detail-content {
  margin-bottom: 70px;
}
.main-content.publication-detail-content {
  margin-bottom: 70px;
}
.main-content.event-detail-detail-content {
  margin-bottom: 70px;
}
.main-content h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  margin: 30px 0px;
  padding: 0px;
  font-family: "Roboto", sans-serif;
}
.main-content h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 38px;
  margin: 30px 0px;
  padding: 0px;
  font-family: "Roboto", sans-serif;
}
.main-content p, .main-content li, .main-content a:not(.btn) {
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
}
.main-content p {
  margin: 0px 0px 30px;
  padding: 0px;
}

.event-content-holder .main-content {
  background-color: transparent;
  padding: 0px;
}

.grey-arrow {
  display: none;
  position: absolute;
  left: 0px;
  bottom: -139px;
  width: 136px;
  height: 139px;
}

.grey-arrow-page .contentmodule.first {
  position: relative;
}
.grey-arrow-page .contentmodule.first .grey-arrow {
  display: block;
}

.content1 h1, .content1 h2 {
  text-align: center;
}
.content1.line-left {
  background-image: url("../img/back-line.gif");
  background-repeat: no-repeat;
  background-position: 0 130px;
  background-size: 50% 4px;
}
.content1.line-right {
  background-image: url("../img/back-line.gif");
  background-repeat: no-repeat;
  background-position: 100% 130px;
  background-size: 50% 4px;
}
.content1.line-right .content-content {
  background-image: url("../img/back-line.gif");
  background-repeat: no-repeat;
  background-position: 100% 50px;
}
.content1.line-right .content-content .col-sm-10 {
  padding-left: 0px;
}
.content1.line-right h2 {
  background-color: #ffffff;
  display: inline-block;
  padding-right: 100px;
  position: relative;
  padding-left: 15px;
}
.content1.line-right h2 .line-circle {
  position: absolute;
  display: block;
  right: 0px;
  top: 3px;
  z-index: 10;
  width: 17px;
  height: 17px;
}
.content1.line-right p {
  padding-left: 15px;
}
.content1 .default-button-holder {
  display: flex;
}
.content1 .default-button-holder.left {
  justify-content: flex-start;
}
.content1 .default-button-holder.center {
  justify-content: center;
}
.content1 .default-button-holder.right {
  justify-content: flex-end;
}

.content2 {
  margin: 0;
}
.content2 .content-image {
  margin-bottom: 30px;
}
.content2.color-1 {
  margin-right: 80px;
}
.content2.color-2 {
  margin-right: 80px;
}

.content3 {
  margin: 30px 0px;
}
.content3 .content-image {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.content4 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.content4 .btn-primary .fa-download {
  margin-right: 20px;
}

.content5 ul {
  list-style: none;
  margin: 0px 60px 0px 15px;
}
.content5 ul li {
  border-bottom: solid 1px #ededed;
  margin: 0px;
  padding: 10px 0px;
}
.content5 h2 {
  font-size: 26px;
  line-height: 38px;
  margin: 0px;
  padding: 10px 0;
  color: #000000;
}
.content5 h3 {
  font-size: 22px;
  line-height: 22px;
  margin: 0px;
  padding: 10px 0;
  color: #000000;
}
.content5 .card {
  border: none;
  padding: 20px 20px 0 20px;
  border-bottom: solid 1px #ededed;
}

.contentmodule a:not(.btn) {
  text-decoration: underline;
  text-decoration-color: #A72E18;
  color: #d7521d;
}
.contentmodule a:not(.btn):hover {
  text-decoration-color: #d7521d;
}

.line-holder.line-left {
  background-image: url("../img/back-line.gif");
  background-repeat: no-repeat;
  background-position: 0 0px;
  background-size: 50% 4px;
}
.line-holder.line-left .container .row .line-circle {
  font-size-adjust: none;
}
.line-holder.line-left .container .row .mobile-left {
  background: transparent url("../img/back-white.gif") repeat-x 0px 0px;
  padding-left: 100px;
  padding-right: 0px;
  position: relative;
}
.line-holder.line-left .container .row .mobile-left .line-circle {
  position: absolute;
  display: block;
  left: 84px;
  top: -12px;
  z-index: 10;
  width: 17px;
  height: 17px;
}
.line-holder.line-left .container .row .mobile-left .helping-block {
  background-image: url("../img/back-line.gif");
  background-repeat: no-repeat;
}
.line-holder.line-left .container .row .mobile-right {
  background: transparent url("../img/back-white.gif") repeat-x 0px 0px;
  padding-right: 100px;
  padding-left: 0px;
  position: relative;
}
.line-holder.line-left .container .row .mobile-right .line-circle {
  position: absolute;
  display: block;
  right: 84px;
  top: -12px;
  z-index: 10;
  width: 17px;
  height: 17px;
}
.line-holder.line-left .container .row .mobile-right .helping-block {
  background-image: url("../img/back-line.gif");
  background-repeat: no-repeat;
}
.line-holder.line-right {
  background-image: url("../img/back-line.gif");
  background-repeat: no-repeat;
  background-position: 100% 0px;
  background-size: 50% 4px;
}
.line-holder.line-right .container .row .line-circle {
  font-size-adjust: none;
}
.line-holder.line-right .container .row .mobile-left {
  background: transparent url("../img/back-white.gif") repeat-x 0px 0px;
  padding-left: 100px;
  padding-right: 0px;
  position: relative;
}
.line-holder.line-right .container .row .mobile-left .line-circle {
  position: absolute;
  display: block;
  left: 84px;
  top: -12px;
  z-index: 10;
  width: 17px;
  height: 17px;
}
.line-holder.line-right .container .row .mobile-left .helping-block {
  background-image: url("../img/back-line.gif");
  background-repeat: no-repeat;
}
.line-holder.line-right .container .row .mobile-right {
  background: transparent url("../img/back-white.gif") repeat-x 0px 0px;
  padding-right: 100px;
  padding-left: 0px;
  position: relative;
}
.line-holder.line-right .container .row .mobile-right .line-circle {
  position: absolute;
  display: block;
  right: 84px;
  top: -12px;
  z-index: 10;
  width: 17px;
  height: 17px;
}
.line-holder.line-right .container .row .mobile-right .helping-block {
  background-image: url("../img/back-line.gif");
  background-repeat: no-repeat;
}
.line-holder.no-line .container .row .line-circle {
  display: none;
}
.line-holder.no-line .container .row .mobile-left {
  background: none;
  padding-left: 100px;
  padding-right: 0px;
  position: relative;
}
.line-holder.no-line .container .row .mobile-left .line-circle {
  position: absolute;
  display: none;
  left: 84px;
  top: -12px;
  z-index: 10;
  width: 17px;
  height: 17px;
}
.line-holder.no-line .container .row .mobile-left .helping-block {
  background-image: none;
  background-repeat: no-repeat;
}
.line-holder.no-line .container .row .mobile-right {
  background: none;
  padding-right: 100px;
  padding-left: 0px;
  position: relative;
}
.line-holder.no-line .container .row .mobile-right .line-circle {
  position: absolute;
  display: none;
  right: 84px;
  top: -12px;
  z-index: 10;
  width: 17px;
  height: 17px;
}
.line-holder.no-line .container .row .mobile-right .helping-block {
  background-image: none;
  background-repeat: no-repeat;
}

.content9 .helping-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.content9 .helping-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  height: 100%;
  position: relative;
}
.content9 .helping-block .helping-content {
  padding: 25px 15px;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
}
.content9 .helping-block .helping-content .helping-button {
  margin-top: 30px;
}
.content9 .helping-block .helping-content .helping-button a.helping-link {
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
}
.content9 .helping-block .helping-content .helping-button a.helping-link:hover {
  text-decoration: underline;
}
.content9 .helping-block .helping-white {
  position: absolute;
  height: 90px;
  width: 100%;
  background-color: #ffffff;
  left: 0px;
  bottom: -90px;
  z-index: 1000;
}
.content9 .helping-block .helping-white.last {
  display: none;
}
.content9 .helping-quote p {
  font-size: 30px;
  line-height: 37px;
  font-weight: 400;
  text-align: left;
}
.content9 .content-button {
  margin-top: 30px;
}

.content9-content {
  padding-bottom: 100px;
}

.content9-image {
  padding-bottom: 50px;
}

.content9-row {
  background-position: 0 0;
  background-size: 50%;
  background-repeat: no-repeat;
}

.content8-row {
  background-position: 100% 0;
  background-size: 50%;
  background-repeat: no-repeat;
}

.content11 {
  margin-bottom: 60px;
}
.content11 .helping-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.content11 .helping-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  height: 100%;
  position: relative;
}
.content11 .helping-block .helping-content {
  padding: 25px 15px;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
}
.content11 .helping-block .helping-content .helping-button {
  margin-top: 30px;
}
.content11 .helping-block .helping-content .helping-button a.helping-link {
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
}
.content11 .helping-block .helping-content .helping-button a.helping-link:hover {
  text-decoration: underline;
}
.content11 .helping-block .helping-white {
  position: absolute;
  height: 90px;
  width: 100%;
  background-color: #ffffff;
  left: 0px;
  bottom: -90px;
  z-index: 1000;
}
.content11 .helping-block .helping-white.last {
  display: none;
}
.content11 .helping-quote p {
  font-size: 30px;
  line-height: 37px;
  font-weight: 400;
  text-align: left;
}
.content11 .content-button {
  margin-top: 30px;
}

.content12-row {
  background-position: 0 0;
  background-size: 50%;
  background-repeat: no-repeat;
}

.content11-row {
  background-position: 100% 0;
  background-size: 50%;
  background-repeat: no-repeat;
}

.content10 {
  height: 17px;
}
.content10.line-holder2.line-left {
  background-image: url("../img/back-line.gif");
  background-repeat: no-repeat;
  background-position: 0 0px;
  background-size: 50% 4px;
}
.content10.line-holder2.line-left .container .row .line-circle {
  font-size-adjust: none;
}
.content10.line-holder2.line-left .container .row .mobile-left {
  background: transparent url("../img/back-white.gif") repeat-x 0px 0px;
  padding-right: 100px;
  padding-left: 0px;
  position: relative;
  height: 17px;
}
.content10.line-holder2.line-left .container .row .mobile-left .line-circle {
  position: absolute;
  display: block;
  right: 84px;
  top: -12px;
  z-index: 10;
  width: 17px;
  height: 17px;
}
.content10.line-holder2.line-left .container .row .mobile-left .helping-block {
  background-image: url("../img/back-line.gif");
  background-repeat: no-repeat;
  height: 4px;
}
.content10.line-holder2.line-left .container .row .mobile-right .line-circle {
  display: none;
}
.content10.line-holder2.line-left .container .row .mobile-right .helping-block {
  display: none;
}
.content10.line-holder2.line-left .col-sm-4, .content10.line-holder2.line-left .col-sm-8 {
  display: none;
}
.content10.line-holder2.line-right {
  background-image: url("../img/back-line.gif");
  background-repeat: no-repeat;
  background-position: 100% 0px;
  background-size: 50% 4px;
}
.content10.line-holder2.line-right .container .row .line-circle {
  font-size-adjust: none;
}
.content10.line-holder2.line-right .container .row .mobile-left .line-circle {
  display: none;
}
.content10.line-holder2.line-right .container .row .mobile-left .helping-block {
  display: none;
}
.content10.line-holder2.line-right .container .row .mobile-right {
  background: transparent url("../img/back-white.gif") repeat-x 0px 0px;
  padding-left: 100px;
  padding-right: 0px;
  position: relative;
  height: 17px;
}
.content10.line-holder2.line-right .container .row .mobile-right .line-circle {
  position: absolute;
  display: block;
  left: 84px;
  top: -12px;
  z-index: 10;
  width: 17px;
  height: 17px;
}
.content10.line-holder2.line-right .container .row .mobile-right .helping-block {
  background-image: url("../img/back-line.gif");
  background-repeat: no-repeat;
  height: 4px;
}
.content10.line-holder2.line-right .col-sm-6 {
  display: none;
}

.line-spacer {
  margin-bottom: 30px;
}

.list-title {
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  color: #d7521d;
  background-color: transparent;
  border: none;
  margin: 0px;
  padding: 0px 0px 0px 20px;
}

.back-button {
  position: absolute;
  bottom: -46px;
  left: 0px;
  width: 150px;
}
.back-button .btn-primary {
  padding: 10px 20px;
  color: #ffffff;
}
.back-button .btn-primary:hover {
  color: #d7521d;
}

.mobile-show {
  display: none;
}

img.demo-shape {
  width: 50px;
  height: auto;
  shape-outside: polygon(99.73% -2px, 99.02% 80.67%, 14.23% 81.32%, 0.76% 98.88%, -3px -0.19%);
  float: left;
  margin-inline-end: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .base-header {
    padding: 0px 40px 0 0;
  }
  .base-logo {
    left: 55px;
    top: 50px;
  }
  .color-1 {
    padding: 100px 100px 60px 225px !important;
    margin-right: 40px;
    background-color: #f2f2f2;
    margin-top: -150px;
  }
  .color-1 h1, .color-1 h2, .color-1 h3 {
    margin-left: 0px;
    color: #000000;
  }
  .color-2 {
    padding: 80px 60px 60px 185px;
    background-color: #2d2d2f;
    color: #ffffff;
  }
  .color-2 h1, .color-2 h2, .color-2 h3 {
    margin-left: 0px;
    color: #ffffff;
  }
  .color-2 p, .color-2 a, .color-2 li {
    color: #ffffff;
  }
  .color-3 {
    padding: 40px 60px 60px 185px;
    margin-right: 40px;
    background-color: #f2f2f2;
    margin-top: -150px;
  }
  .color-3 h1, .color-3 h2, .color-3 h3 {
    margin-left: 0px;
    color: #000000;
  }
  .color-4 {
    padding: 80px 100px 60px 225px;
    background-color: #2d2d2f;
    color: #ffffff;
  }
  .color-4 h1, .color-4 h2, .color-4 h3 {
    margin-left: 0px;
    color: #ffffff;
  }
  .color-4 p, .color-4 a, .color-4 li {
    color: #ffffff;
  }
  .color-5 {
    padding: 40px 100px 60px 225px;
    margin-right: 80px;
    background-color: #f2f2f2;
    margin-top: -150px;
  }
  .color-5 h1, .color-5 h2, .color-5 h3 {
    margin-left: 0px;
    color: #000000;
  }
  .color-6 {
    padding: 80px 100px 60px 225px;
    background-color: #2d2d2f;
    color: #ffffff;
  }
  .color-6 h1, .color-6 h2, .color-6 h3 {
    margin-left: 0px;
    color: #ffffff;
  }
  .color-6 p, .color-6 a, .color-6 li {
    color: #ffffff;
  }
  .color-7 {
    padding: 40px 100px 60px 225px;
    margin-right: 80px;
    background-color: #f2f2f2;
    margin-top: -150px;
  }
  .color-7 h1, .color-7 h2, .color-7 h3 {
    margin-left: 0px;
    color: #000000;
  }
  .color-8 {
    padding: 80px 100px 60px 225px;
    background-color: #2d2d2f;
    color: #ffffff;
  }
  .color-8 h1, .color-8 h2, .color-8 h3 {
    margin-left: 0px;
    color: #ffffff;
  }
  .color-8 p, .color-8 a, .color-8 li {
    color: #ffffff;
  }
  .color-9 {
    padding: 80px 100px 60px 225px;
    background-color: #ffffff;
    color: #000000;
  }
  .color-9 h1, .color-9 h2, .color-9 h3 {
    margin-left: 0px;
    color: #000000;
  }
  .color-9 p, .color-9 a, .color-9 li {
    color: #000000;
  }
  .faq-1 {
    padding: 0px 100px 0px 225px;
    margin-right: 80px;
    background-color: #f2f2f2;
    margin-top: 0px;
  }
  .faq-1 h1, .faq-1 h2, .faq-1 h3 {
    margin-left: 0px;
    color: #000000;
  }
  .faq-2 {
    padding: 0px 100px 0px 225px;
    background-color: #2d2d2f;
    color: #ffffff;
  }
  .faq-2 h1, .faq-2 h2, .faq-2 h3 {
    margin-left: 0px;
    color: #ffffff;
  }
  .faq-2 p, .faq-2 a, .faq-2 li {
    color: #ffffff;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .base-header {
    padding: 0px 40px 0 0;
  }
  .base-logo {
    left: 20px;
    top: 50px;
  }
  .color-1 {
    padding: 100px 100px 60px 225px !important;
    margin-right: 40px;
    background-color: #f2f2f2;
    margin-top: -150px;
  }
  .color-1 h1, .color-1 h2, .color-1 h3 {
    margin-left: 0px;
    color: #000000;
  }
  .color-2 {
    padding: 80px 60px 60px 140px;
    background-color: #2d2d2f;
    color: #ffffff;
  }
  .color-2 h1, .color-2 h2, .color-2 h3 {
    margin-left: 0px;
    color: #ffffff;
  }
  .color-2 p, .color-2 a, .color-2 li {
    color: #ffffff;
  }
  .color-3 {
    padding: 40px 60px 60px 140px;
    margin-right: 40px;
    background-color: #f2f2f2;
    margin-top: -150px;
  }
  .color-3 h1, .color-3 h2, .color-3 h3 {
    margin-left: 0px;
    color: #000000;
  }
  .color-4 {
    padding: 80px 60px 60px 140px;
    background-color: #2d2d2f;
    color: #ffffff;
  }
  .color-4 h1, .color-4 h2, .color-4 h3 {
    margin-left: 0px;
    color: #ffffff;
  }
  .color-4 p, .color-4 a, .color-4 li {
    color: #ffffff;
  }
  .color-5 {
    padding: 40px 60px 60px 140px;
    margin-right: 80px;
    background-color: #f2f2f2;
    margin-top: -150px;
  }
  .color-5 h1, .color-5 h2, .color-5 h3 {
    margin-left: 0px;
    color: #000000;
  }
  .color-6 {
    padding: 80px 60px 60px 140px;
    background-color: #2d2d2f;
    color: #ffffff;
  }
  .color-6 h1, .color-6 h2, .color-6 h3 {
    margin-left: 0px;
    color: #ffffff;
  }
  .color-6 p, .color-6 a, .color-6 li {
    color: #ffffff;
  }
  .color-7 {
    padding: 40px 60px 60px 140px;
    margin-right: 40px;
    background-color: #f2f2f2;
    margin-top: -150px;
  }
  .color-7 h1, .color-7 h2, .color-7 h3 {
    margin-left: 0px;
    color: #000000;
  }
  .color-8 {
    padding: 80px 60px 60px 140px;
    background-color: #2d2d2f;
    color: #ffffff;
  }
  .color-8 h1, .color-8 h2, .color-8 h3 {
    margin-left: 0px;
    color: #ffffff;
  }
  .color-8 p, .color-8 a, .color-8 li {
    color: #ffffff;
  }
  .color-9 {
    padding: 80px 60px 60px 140px;
    background-color: #ffffff;
    color: #000000;
  }
  .color-9 h1, .color-9 h2, .color-9 h3 {
    margin-left: 0px;
    color: #000000;
  }
  .color-9 p, .color-9 a, .color-9 li {
    color: #000000;
  }
  .faq-1 {
    padding: 0px 60px 0px 140px;
    margin-right: 40px;
    background-color: #f2f2f2;
    margin-top: 0px;
  }
  .faq-1 h1, .faq-1 h2, .faq-1 h3 {
    margin-left: 0px;
    color: #000000;
  }
  .faq-2 {
    padding: 0px 60px 0px 140px;
    background-color: #2d2d2f;
    color: #ffffff;
  }
  .faq-2 h1, .faq-2 h2, .faq-2 h3 {
    margin-left: 0px;
    color: #ffffff;
  }
  .faq-2 p, .faq-2 a, .faq-2 li {
    color: #ffffff;
  }
}
.tve-group-segment2 {
  background-color: #ffffff;
  padding: 30px 20px 50px 20px;
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
  .base-header {
    padding: 0px;
  }
  .base-header .base-content-block .base-bottom-grey {
    display: none;
  }
  .base-logo {
    position: absolute;
    left: 10px;
    top: 10px;
  }
  .middle-bar-text {
    padding: 20px;
  }
  .color-1 {
    padding: 20px;
    margin: 0px;
  }
  .color-2 {
    padding: 20px;
    margin: 0px;
  }
  .color-3 {
    padding: 20px;
    margin: 0px;
  }
  .color-4 {
    padding: 20px;
    margin: 0px;
  }
  .color-5 {
    padding: 20px;
    margin: 0px;
  }
  .color-9 {
    padding: 0px 20px;
    margin: 0px;
  }
  .faq-1 {
    padding: 20px;
    margin: 0px;
  }
  .faq-2 {
    padding: 20px;
    margin: 0px;
  }
  .content-more {
    background-color: #ffffff;
    padding: 30px 30px;
  }
  .content-image {
    padding: 0px 0px;
  }
  .content5 ul {
    list-style: none;
    margin: 0px 15px 0px 15px;
  }
  .content9 {
    margin-bottom: 0px;
    height: auto !important;
    background-image: none !important;
  }
  .content9 .helping-block {
    align-items: flex-start;
    align-content: flex-start;
  }
  .content11 {
    margin-bottom: 30px;
    height: auto !important;
    background-image: none !important;
  }
  .content11 .helping-block {
    align-items: flex-start;
    align-content: flex-start;
  }
  .line-holder.line-left {
    background-image: none;
  }
  .line-holder.line-left .container .row .mobile-right {
    padding-right: 0px;
  }
  .line-holder.line-left .container .row .mobile-left {
    padding-left: 0px;
  }
  .line-holder.line-right {
    background-image: none;
  }
  .line-holder.line-right .container .row .mobile-right {
    padding-right: 0px;
  }
  .line-holder.line-right .container .row .mobile-left {
    padding-left: 0px;
  }
  .line-holder.no-line .container .row .mobile-right {
    padding-right: 0px;
  }
  .line-holder.no-line .container .row .mobile-left {
    padding-left: 0px;
  }
  .mobile-show {
    display: block;
  }
  .content-12-content {
    order: 1;
  }
  .content-12-image {
    order: 2;
  }
  .content9-content {
    padding-bottom: 0px;
  }
  .grey-arrow-page .contentmodule.first {
    position: relative;
  }
  .grey-arrow-page .contentmodule.first .grey-arrow {
    display: none;
  }
}
.banner-spacer {
  height: 140px;
}

.contact-header {
  height: 400px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.contact-header .header-text {
  height: 400px;
  padding-top: 60px;
  padding-bottom: 40px;
}

h1.contact-title {
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 37px;
  margin: 30px 0px;
  text-align: center;
}

.contact-row {
  margin-left: -160px;
  margin-right: -160px;
}

.gaddress {
  background-color: #d7521d;
}
.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: "Roboto", sans-serif;
}
.gaddress .gaddress-block p a {
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
  font-family: "Roboto", sans-serif;
}

.contact-content-holder .main-content h1 {
  text-align: center;
}
.contact-content-holder .main-content h1 {
  margin: 30px 0 0px 0;
}
.contact-content-holder .main-content h2 {
  font-weight: 700;
  font-size: 26px;
  line-height: 38px;
  margin: 0 0 0px;
}
.contact-content-holder .main-content .content-item-1 p {
  color: #d7521d;
}
.contact-content-holder .main-content .route-button {
  margin-top: 10px;
  text-align: left;
}
.contact-content-holder .main-content .route-button .btn-primary {
  padding: 10px 20px;
  color: #ffffff;
}

.contact-cta-button {
  margin-top: 20px;
}

.form-holder h1 {
  padding-bottom: 0px;
  margin-bottom: 0px;
  color: #2d2d2f;
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
}
.form-holder h2 {
  font-weight: 700;
  font-size: 26px;
  line-height: 38px;
  color: #ffffff;
  text-align: left;
}
.form-holder h2.form-title {
  padding-bottom: 0px;
  margin-bottom: 0px;
  color: #2d2d2f;
  text-align: center;
  font-size: 25px;
}
.form-holder h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 38px;
  color: #2d2d2f;
  margin: 0px;
  padding: 0px 0 20px 0;
}
.form-holder .no-margin {
  margin-bottom: 0px;
}
.form-holder p, .form-holder li {
  color: #2d2d2f;
  font-size: 18px;
  font-weight: 300;
}
.form-holder .form-horizontal {
  text-align: left;
}
.form-holder .form-horizontal ::-webkit-input-placeholder {
  color: #ffffff;
  font-weight: 300;
  opacity: 1 !important;
}
.form-holder .form-horizontal :-moz-placeholder {
  color: #ffffff;
  font-weight: 300;
  opacity: 1 !important;
}
.form-holder .form-horizontal ::-moz-placeholder {
  color: #ffffff;
  font-weight: 300;
  opacity: 1 !important;
}
.form-holder .form-horizontal :-ms-input-placeholder {
  color: #ffffff;
  font-weight: 300;
  opacity: 1 !important;
}
.form-holder .form-horizontal.error ::-webkit-input-placeholder {
  color: #721c24;
  font-weight: 300;
  opacity: 1 !important;
}
.form-holder .form-horizontal.error :-moz-placeholder {
  color: #721c24;
  font-weight: 300;
  opacity: 1 !important;
}
.form-holder .form-horizontal.error ::-moz-placeholder {
  color: #721c24;
  font-weight: 300;
  opacity: 1 !important;
}
.form-holder .form-horizontal.error :-ms-input-placeholder {
  color: #721c24;
  font-weight: 300;
  opacity: 1 !important;
}
.form-holder .form-horizontal .form-group {
  margin: 0px 0 10px 0;
  position: relative;
}
.form-holder .form-horizontal .form-group .form-control {
  background-color: #000000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  font-weight: 300;
}
.form-holder .form-horizontal .form-group .form-control.error {
  color: #721c24;
  background-color: #f8d7da;
  display: block;
  padding: 4px 15px;
}
.form-holder .form-horizontal .form-group .form-control:focus {
  background-color: #ffffff;
  color: #000000;
}
.form-holder .form-horizontal .form-group .form-check {
  font-size: 16px;
  color: #6a6a6a;
  padding-left: 12px;
  font-weight: 300;
}
.form-holder .form-horizontal .form-group .custom-file-input, .form-holder .form-horizontal .form-group .custom-file-label {
  font-size: 16px;
  color: #6a6a6a;
  padding-left: 12px;
  font-weight: 300;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-holder .form-horizontal .form-group.form-text {
  font-size: 16px;
  color: #6a6a6a;
  padding-left: 12px;
  font-weight: 300;
  margin: 20px 0 10px 0;
}
.form-holder .form-horizontal .form-group .form-check-label {
  margin-right: 10px;
}
.form-holder .form-horizontal .form-group textarea {
  background-color: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: solid 2px #ededed;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  font-weight: 300;
}
.form-holder .form-horizontal .form-group .textarea-title {
  font-size: 16px;
  font-style: italic;
  text-align: left;
  padding: 6px 12px;
}
.form-holder .form-horizontal .form-group.form-activities {
  margin-left: 20px;
  color: #2d2d2f;
}
.form-holder .form-horizontal .form-group.form-activities .form-check-label {
  color: #2d2d2f;
}
.form-holder .form-horizontal .form-group .form-checkbox {
  margin-left: 20px;
}
.form-holder .form-horizontal .form-button-group {
  text-align: left;
  margin: 20px 0;
}
.form-holder .form-horizontal .form-button-group .btn-default {
  min-width: 150px;
}
.form-holder .form-horizontal .subsidie-block {
  display: none;
}
.form-holder .form-horizontal .subsidie-block.checked {
  display: block;
}
.form-holder .form-horizontal .vergoeding-block {
  display: none;
}
.form-holder .form-horizontal .vergoeding-block.checked {
  display: block;
}
.form-holder .form-horizontal .initiatief-block {
  display: none;
}
.form-holder .form-horizontal .initiatief-block.checked {
  display: block;
}
.form-holder .form-horizontal .form-group-list {
  padding: 10px 20px;
}
.form-holder .form-horizontal .form-group-list .form-row {
  color: #6a6a6a;
  font-weight: 300;
  margin-bottom: 10px;
}

.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: #d7521d;
  border-radius: 50%;
}

.tvegroup-left {
  padding-right: 50px;
}

.tvegroup-right {
  padding-left: 150px;
  text-align: left;
}
.tvegroup-right .tvegroup-title {
  margin-bottom: 30px;
}
.tvegroup-right .tvegroup-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}
.tvegroup-right .tvegroup-button {
  margin-top: 30px;
}

.btn-tvegroup {
  position: relative;
  font-family: "Roboto Condensed", sans-serif;
  background-color: #1e3059;
  border: solid 1px #1e3059;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #ffffff;
  padding: 11px 20px 10px 20px;
  font-size: 16px;
  line-height: 16px;
  transition: all 0.3s ease 0s;
  box-shadow: none;
  text-decoration: none;
  min-width: 150px;
}
.btn-tvegroup:visited, .btn-tvegroup.active, .btn-tvegroup.focus, .btn-tvegroup:active, .btn-tvegroup:focus {
  background-color: #1e3059;
  border: solid 1px #1e3059;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  color: #ffffff;
  box-shadow: none;
}
.btn-tvegroup:hover {
  background-color: #ffffff;
  border: solid 1px #1e3059;
  color: #1e3059;
  opacity: 0.8;
  box-shadow: none;
  text-decoration: none;
}

.cta-contactpage {
  padding: 250px 100px 60px 225px;
  margin-right: 80px;
  background-color: #f2f2f2;
  margin-top: -150px;
  text-align: center;
}
.cta-contactpage ul.contact-address {
  list-style: none;
  margin: 0px;
  padding: 0px 0px 20px;
}
.cta-contactpage ul.contact-address li {
  color: #000000;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
  font-family: "Roboto Condensed", sans-serif;
}
.cta-contactpage ul.contact-address li.contact-telephone .tel-icon {
  display: inline-flex;
  height: 20px;
}
.cta-contactpage ul.contact-address li a {
  color: #000000;
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
  font-family: "Roboto Condensed", sans-serif;
}
.cta-contactpage ul.contact-address .footer-address-spacer {
  margin-top: 20px;
}
.cta-contactpage .cta-button {
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) and (orientation: portrait) {
  .cta-contactpage {
    padding: 20px;
    margin: 0px;
  }
  .tvegroup-left {
    padding-right: 15px;
    margin-bottom: 30px;
  }
  .tvegroup-right {
    padding-left: 15px;
    text-align: left;
    margin-bottom: 30px;
  }
  .tvegroup-right .tvegroup-title {
    margin-bottom: 30px;
  }
  .tvegroup-right .tvegroup-text {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
  }
  .tvegroup-right .tvegroup-button {
    margin-top: 30px;
  }
}
.abouts-holder {
  padding: 40px 100px 80px 225px;
  margin-right: 80px;
  background-color: #f2f2f2;
}

.divisions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));
  grid-template-rows: auto;
  flex-wrap: nowrap;
  gap: 20px;
  padding-top: 20px;
}

.division-item {
  min-height: 378px;
  padding: 30px;
  background-color: #1b1b1d;
  margin-top: 10px;
  margin-bottom: 0px;
  transition: all 0.5s ease-in-out;
}
.division-item:hover {
  margin-top: 0;
  margin-bottom: 10px;
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.44);
}
.division-item .division-image {
  background-color: #000000;
}
.division-item .division-title h3 {
  font-size: 22px;
  font-family: "Roboto Condensed", sans-serif;
  color: #ffffff;
  line-height: 38px;
  text-align: center;
  font-weight: 500;
}
.division-item .division-text {
  margin-top: 10px;
  font-size: 12px;
  color: #ffffff;
  line-height: 14px;
  min-height: 50px;
}
.division-item .division-text p {
  font-size: 12px;
  color: #ffffff;
  line-height: 14px;
}
.division-item .division-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #000000 transparent transparent transparent;
}
.division-item:hover .division-image {
  background-color: #d7521d;
}
.division-item:hover .division-text {
  font-size: 12px;
  color: #ffffff;
  line-height: 14px;
}
.division-item:hover .division-text p {
  font-size: 12px;
  color: #ffffff;
  line-height: 14px;
}
.division-item:hover .division-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #d7521d transparent transparent transparent;
}

.moreDivisions {
  padding: 60px 100px 100px 225px;
  margin-right: 80px;
  background-color: #f2f2f2;
  margin-top: 0px;
}
.moreDivisions h2 {
  text-align: center;
  padding: 50px 0px;
}
.moreDivisions .more-divisions {
  padding: 0px;
}

.more-divisions {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(auto-fit, minmax(84px, 1fr));
  grid-template-columns: repeat(auto-fit, minmax(84px, 1fr));
}

.btn.compared-projects {
  margin: 0 10px;
  min-width: 150px;
}

.more-division-holder {
  margin: 0 10px;
  list-style: none;
}
.more-division-holder .more-division-item {
  margin-bottom: 15px;
}
.more-division-holder .more-division-item .more-division-image {
  background-color: #ffffff;
}
.more-division-holder .more-division-item .more-division-image.active {
  background-color: #ffffff;
}
.more-division-holder .more-division-item .more-division-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: #ffffff transparent transparent transparent;
}
.more-division-holder .more-division-item .more-division-arrow.active {
  border-color: #ffffff transparent transparent transparent;
}
.more-division-holder .more-division-item:hover .more-division-image {
  background-color: #d7521d;
}
.more-division-holder .more-division-item:hover .more-division-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: #d7521d transparent transparent transparent;
}
.more-division-holder .more-divisions {
  padding: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .abouts-holder {
    padding: 40px 60px 60px 185px;
    margin-right: 40px;
  }
  .moreDivisions {
    padding: 40px 60px 100px 185px;
    margin-right: 40px;
  }
  .moreDivisions .more-divisions {
    padding: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .abouts-holder {
    padding: 40px 60px 60px 120px;
    margin-right: 40px;
  }
  .moreDivisions {
    padding: 40px 60px 100px 120px;
    margin-right: 40px;
  }
  .moreDivisions .more-divisions {
    padding: 0px;
  }
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
  .abouts-holder {
    padding: 20px;
    margin: 0px;
  }
  .moreDivisions {
    padding: 20px 20px 80px 20px;
    margin: 0px;
  }
  .moreDivisions .more-divisions {
    padding: 0px;
  }
  .btn.compared-projects {
    margin: 20px 15px;
    width: 100%;
  }
}
.projects-header {
  height: 344px;
  background-color: #2d2d2f;
}
.projects-header .projects-container {
  align-items: center;
  justify-content: center;
  display: flex;
  width: 100%;
  flex-direction: column;
  height: 100%;
}
.projects-header .projects-container h1 {
  text-transform: none;
  font-family: "Roboto Condensed", sans-serif;
  color: #ffffff;
  margin-bottom: 90px;
}

.project-block {
  position: relative;
  padding: 0px;
}
.project-block .project-info {
  position: absolute;
  width: calc(100% - 120px);
  right: 0px;
  left: auto;
  top: -90px;
  padding: 30px;
  height: auto;
  background-color: #f2f2f2;
  justify-content: center;
  z-index: 10;
}
.project-block .project-info h2 {
  text-align: center;
  padding-bottom: 0px;
}
.project-block .project-info .project-description {
  text-align: center;
}
.project-block .project-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 120px;
  margin-left: auto;
}
.project-block.odd .project-info {
  position: absolute;
  width: calc(100% - 120px);
  left: 0px;
  right: auto;
  top: -90px;
  padding: 30px;
  height: auto;
  background-color: #f2f2f2;
  justify-content: center;
  z-index: 10;
}
.project-block.odd .project-info h2 {
  text-align: center;
}
.project-block.odd .project-image {
  margin-left: 120px;
  margin-right: auto;
}

.project-description {
  margin-bottom: 30px;
}

.project-division {
  margin: 0px auto;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: row;
}
.project-division .small-division-holder {
  display: inline-flex;
  width: 144px;
  margin: 0 15px;
}
.project-division .small-division-holder .small-division-title h3 {
  font-size: 13px;
  font-weight: 300;
  line-height: 15px;
  padding-bottom: 10px;
}
.project-division .small-division-holder .small-division-image {
  margin: 0 20px;
  background-color: #000000;
}
.project-division .small-division-holder .small-division-arrow {
  margin: 0px 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: #000000 transparent transparent transparent;
}

.cta-project-overview {
  margin: 60px 40px 0px;
  background-color: #f2f2f2;
  padding: 60px 20px;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .project-block {
    position: relative;
    padding: 0px;
  }
  .project-block .project-info {
    position: absolute;
    width: calc(100% - 120px);
    right: 0px;
    left: auto;
    top: -90px;
    padding: 30px;
    height: auto;
    background-color: #f2f2f2;
    justify-content: center;
    z-index: 10;
  }
  .project-block .project-info h2 {
    text-align: center;
    padding-bottom: 0px;
  }
  .project-block .project-info .project-description {
    text-align: center;
  }
  .project-block .project-image {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 40px;
    margin-left: auto;
  }
  .project-block.odd .project-info {
    position: absolute;
    width: calc(100% - 120px);
    left: 0px;
    right: auto;
    top: -90px;
    padding: 30px;
    height: auto;
    background-color: #f2f2f2;
    justify-content: center;
    z-index: 10;
  }
  .project-block.odd .project-info h2 {
    text-align: center;
  }
  .project-block.odd .project-image {
    margin-left: 40px;
    margin-right: auto;
  }
}
@media only screen and (max-width: 768px) {
  .projects-header .projects-container h1 {
    margin-top: 140px;
    text-transform: none;
    font-family: "Roboto Condensed", sans-serif;
    color: #ffffff;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .project-block {
    position: relative;
    padding: 0px;
  }
  .project-block .project-info {
    position: absolute;
    width: calc(100% - 140px);
    right: 0px;
    left: auto;
    top: -90px;
    padding: 30px;
    height: auto;
    background-color: #f2f2f2;
    justify-content: center;
    z-index: 10;
  }
  .project-block .project-info h2 {
    text-align: center;
    padding-bottom: 0px;
  }
  .project-block .project-info .project-description {
    text-align: center;
  }
  .project-block .project-image {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 120px;
    margin-left: auto;
  }
  .project-block.odd .project-info {
    position: absolute;
    width: calc(100% - 100px);
    left: 0px;
    right: auto;
    top: -90px;
    padding: 30px;
    height: auto;
    background-color: #f2f2f2;
    justify-content: center;
    z-index: 10;
  }
  .project-block.odd .project-info h2 {
    text-align: center;
  }
  .project-block.odd .project-image {
    margin-left: 120px;
    margin-right: auto;
  }
  .project-division {
    margin: 0px auto;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 667px) and (orientation: portrait) {
  .projects-header {
    height: 244px;
    background-color: #2d2d2f;
  }
  .projects-header .projects-container {
    align-items: center;
    justify-content: center;
    display: flex;
    width: 100%;
    flex-direction: column;
    height: 100%;
  }
  .projects-header .projects-container h1 {
    margin-top: 170px;
    text-transform: none;
    font-family: "Roboto Condensed", sans-serif;
    color: #ffffff;
    text-align: center;
  }
  .projects-header .projects-container h1 a {
    font-family: "Roboto Condensed", sans-serif;
    color: #ffffff;
    font-size: 32px;
    text-decoration: none;
    font-weight: 700;
  }
  .project-block {
    position: relative;
    padding: 0px;
  }
  .project-block .project-info {
    position: relative;
    width: 100%;
    right: auto;
    left: auto;
    top: auto;
    padding: 30px;
    height: auto;
    background-color: #f2f2f2;
    justify-content: center;
    z-index: 10;
  }
  .project-block .project-info h2 {
    text-align: center;
    padding-bottom: 0px;
  }
  .project-block .project-info .project-description {
    text-align: center;
  }
  .project-block .project-image {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 0px;
    margin-left: auto;
  }
  .project-block.odd .project-info {
    position: relative;
    width: 100%;
    right: auto;
    left: auto;
    top: auto;
    padding: 30px;
    height: auto;
    z-index: 10;
  }
  .project-block.odd .project-info h2 {
    text-align: center;
  }
  .project-block.odd .project-image {
    margin-left: 0px;
    margin-right: auto;
  }
  .project-division {
    margin: 0px auto;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .project-division .small-division-holder {
    display: block;
    width: 130px;
    margin: 0 auto 15px;
  }
  .project-division .small-division-holder .small-division-title h3 {
    font-size: 22px;
    font-weight: 300;
    line-height: 38px;
    padding-bottom: 0px;
  }
  .project-division .small-division-holder .small-division-image {
    margin: 0 20px;
    background-color: #000000;
  }
  .project-division .small-division-holder .small-division-arrow {
    margin: 0px 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 0;
    border-color: #000000 transparent transparent transparent;
  }
  .cta-project-overview {
    margin: 60px 0px 0px;
    background-color: #f2f2f2;
    padding: 60px 20px;
    text-align: center;
  }
}
.faq-image-holder {
  max-width: 133px;
  margin-top: 35px;
  margin-left: 35px;
}
.faq-image-holder .faq-image {
  background-color: #d7521d;
}
.faq-image-holder .faq-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #d7521d transparent transparent transparent;
}

.contentmodule .faq-holder a:not(.btn) {
  text-decoration: none;
}

.faqset-item {
  background-color: transparent;
  border: none;
}
.faqset-item .faqset-header {
  background-color: #2d2d2f;
  padding: 30px;
  margin-right: 150px;
  z-index: 10;
}
.faqset-item .faqset-header a.btn-faq {
  color: #ffffff;
  width: 100%;
  display: block;
  text-decoration: none;
}
.faqset-item .faqset-detail {
  margin-left: 150px;
  margin-top: -50px;
  border: solid 3px #2d2d2f;
  padding: 80px 30px 30px;
  z-index: 6;
}
.faq-item {
  background-color: #2d2d2f;
  padding: 30px;
  margin-bottom: 30px;
  transition: all 0.5s ease-in-out;
}
.faq-item .faq-image {
  background-color: #000000;
}
.faq-item .faq-title h3 {
  font-size: 22x;
  font-family: "Roboto Condensed", sans-serif;
  color: #ffffff;
  line-height: 19px;
  text-align: center;
  font-weight: 500;
}
.faq-item .faq-text {
  margin-top: 10px;
  font-size: 12px;
  color: #ffffff;
  line-height: 14px;
  min-height: 50px;
}
.faq-item .faq-text p {
  font-size: 12px;
  color: #000000;
  line-height: 14px;
}
.faq-item .faq-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #000000 transparent transparent transparent;
}
.faq-item:hover .faq-image {
  background-color: #d7521d;
}
.faq-item:hover .faq-text {
  font-size: 12px;
  color: #ffffff;
  line-height: 14px;
}
.faq-item:hover .faq-text p {
  font-size: 12px;
  color: #ffffff;
  line-height: 14px;
}
.faq-item:hover .faq-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #d7521d transparent transparent transparent;
}

@media only screen and (max-width: 768px) {
  .faqset-item {
    background-color: transparent;
    border: none;
  }
  .faqset-item .faqset-header {
    background-color: #2d2d2f;
    padding: 30px;
    margin-right: 20px;
  }
  .faqset-item .faqset-detail {
    margin-left: 20px;
  }
}
.archetypeOverview .content1 h1 {
  text-align: left;
  color: #d7521d;
}
.archetypeOverview .arche-pie-holder {
  background-color: #ffffff;
  min-height: 200px;
}
.archetypeOverview .arche-quote-container {
  position: relative;
  z-index: 10;
  background-color: #2d2d2f;
}
.archetypeOverview .arche-quote-container .quote {
  font-size: 32px;
  line-height: 38px;
  font-weight: 900;
  text-align: center;
  color: #ffffff;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 174px;
}
.archetypeOverview .swiper-container {
  width: 100%;
  height: 580px;
  margin-top: -87px;
  position: relative;
  z-index: 9;
}
.archetypeOverview .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no;
  background-position: center center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-items: center;
  align-items: flex-end;
}
.archetypeOverview .swiper-slide .swiper-text-block {
  color: #ffffff;
  width: 100%;
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
}
.archetypeOverview .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 1;
}
.archetypeOverview .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #d7521d;
  opacity: 1;
}
.archetypeOverview .arche-text-holder {
  padding: 60px 0px;
}
.archetypeOverview .arche-text-holder h2 {
  color: #d7521d;
}

.archetype-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(auto-fit, minmax(160px, 1fr));
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  padding: 0px;
}

.archetypes-holder {
  background-color: #2d2d2f;
  padding: 60px 0px;
}

.archetype-list-holder {
  margin: 0 10px;
  list-style: none;
}
.archetype-list-holder .archetype-list-item {
  margin-bottom: 30px;
  position: relative;
}
.archetype-list-holder .archetype-list-item .archetype-list-title {
  position: absolute;
  right: 0px;
  bottom: -8px;
  color: #ffffff;
}
.archetype-list-holder .archetype-list-item .archetype-list-image {
  background-color: #000000;
}
.archetype-list-holder .archetype-list-item .archetype-list-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: #000000 transparent transparent transparent;
}
.archetype-list-holder .archetype-list-item:hover .archetype-list-image {
  background-color: #d7521d;
}
.archetype-list-holder .archetype-list-item:hover .archetype-list-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: #d7521d transparent transparent transparent;
}

.archetypes-footer {
  padding: 60px 100px 60px 225px;
  margin-right: 80px;
  background-color: #f2f2f2;
  margin-top: 0px;
}
.archetypes-footer h2 {
  text-align: center;
  padding: 50px 0px;
}
.archetypes-footer .btn {
  min-width: 150px;
}

.piemenu-holder {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(auto-fit, minmax(460px, 1fr));
  grid-template-columns: repeat(auto-fit, minmax(460px, 1fr));
}

.piemenu {
  position: relative;
  height: 600px;
  margin-top: 100px;
}

.radialnav {
  width: 500px;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  z-index: 1;
}

.radialnav .ellipsis {
  position: absolute;
  right: 40%;
  bottom: 0;
  z-index: 2;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  color: white;
  text-align: center;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.44);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.radialnav .ellipsis i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -7px;
}

.radialnav .ellipsis:active, .radialnav .ellipsis:hover {
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.44);
}

.radialnav a {
  color: white;
  text-decoration: none;
}

.radialnav.active .ellipsis {
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.44);
}

.menu, .submenu {
  z-index: 0;
  width: 500px;
  height: 500px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  pointer-events: auto;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.piemenu {
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.piemenu .arche-logo {
  position: absolute;
  left: 240px;
  top: 230px;
  z-index: 302;
}
.piemenu .arche-logo img {
  width: 60px;
}
.piemenu .arche-lines {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  z-index: 200;
  width: 100%;
  pointer-events: none;
}
.piemenu .arche-lines .arche-circle {
  position: absolute;
  left: 30px;
  top: 10px;
  border: 3px solid red;
  height: 480px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 480px;
  z-index: 1;
  pointer-events: none;
}
.piemenu .arche-lines .arche-hline {
  position: absolute;
  left: 270px;
  top: 0px;
  height: 500px;
  background-color: #000000;
  width: 3px;
  z-index: 300;
}
.piemenu .arche-lines .arche-vline {
  position: absolute;
  left: 20px;
  top: 250px;
  height: 3px;
  background-color: #000000;
  width: 500px;
  z-index: 301;
}
.piemenu .pietitle {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 999;
  color: #000000;
  font-weight: 600;
}
.piemenu .pietitle:nth-of-type(1) {
  left: 320px;
  top: 44px;
  transform: rotate(15deg);
}
.piemenu .pietitle:nth-of-type(2) {
  left: 340px;
  top: 44px;
  transform: rotate(30deg);
}

.pietitle3 {
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  margin-left: 140px;
  margin-top: -35px;
  transform: rotate(15deg);
}

.radialnav {
  z-index: 100;
}

.menu > li:nth-of-type(1) {
  -moz-transform: rotate(90deg) skew(60deg);
  -ms-transform: rotate(90deg) skew(60deg);
  -webkit-transform: rotate(90deg) skew(60deg);
  transform: rotate(90deg) skew(60deg);
}

.menu > li:nth-of-type(2) {
  -moz-transform: rotate(120deg) skew(60deg);
  -ms-transform: rotate(120deg) skew(60deg);
  -webkit-transform: rotate(120deg) skew(60deg);
  transform: rotate(120deg) skew(60deg);
}

.menu > li:nth-of-type(3) {
  -moz-transform: rotate(150deg) skew(60deg);
  -ms-transform: rotate(150deg) skew(60deg);
  -webkit-transform: rotate(150deg) skew(60deg);
  transform: rotate(150deg) skew(60deg);
}

.menu > li:nth-of-type(4) {
  -moz-transform: rotate(180deg) skew(60deg);
  -ms-transform: rotate(180deg) skew(60deg);
  -webkit-transform: rotate(180deg) skew(60deg);
  transform: rotate(180deg) skew(60deg);
}

.menu > li:nth-of-type(5) {
  -moz-transform: rotate(210deg) skew(60deg);
  -ms-transform: rotate(210deg) skew(60deg);
  -webkit-transform: rotate(210deg) skew(60deg);
  transform: rotate(210deg) skew(60deg);
}

.menu > li:nth-of-type(6) {
  -moz-transform: rotate(240deg) skew(60deg);
  -ms-transform: rotate(240deg) skew(60deg);
  -webkit-transform: rotate(240deg) skew(60deg);
  transform: rotate(240deg) skew(60deg);
}

.menu > li:nth-of-type(7) {
  -moz-transform: rotate(270deg) skew(60deg);
  -ms-transform: rotate(270deg) skew(60deg);
  -webkit-transform: rotate(270deg) skew(60deg);
  transform: rotate(270deg) skew(60deg);
}

.menu > li:nth-of-type(8) {
  -moz-transform: rotate(300deg) skew(60deg);
  -ms-transform: rotate(300deg) skew(60deg);
  -webkit-transform: rotate(300deg) skew(60deg);
  transform: rotate(300deg) skew(60deg);
}

.menu > li:nth-of-type(9) {
  -moz-transform: rotate(330deg) skew(60deg);
  -ms-transform: rotate(330deg) skew(60deg);
  -webkit-transform: rotate(330deg) skew(60deg);
  transform: rotate(330deg) skew(60deg);
}

.menu > li:nth-of-type(10) {
  -moz-transform: rotate(0deg) skew(60deg);
  -ms-transform: rotate(0deg) skew(60deg);
  -webkit-transform: rotate(0deg) skew(60deg);
  transform: rotate(0deg) skew(60deg);
}

.menu > li:nth-of-type(11) {
  -moz-transform: rotate(30deg) skew(60deg);
  -ms-transform: rotate(30deg) skew(60deg);
  -webkit-transform: rotate(30deg) skew(60deg);
  transform: rotate(30deg) skew(60deg);
}

.menu > li:nth-of-type(12) {
  -moz-transform: rotate(60deg) skew(60deg);
  -ms-transform: rotate(60deg) skew(60deg);
  -webkit-transform: rotate(60deg) skew(60deg);
  transform: rotate(60deg) skew(60deg);
}

.menu > li, .submenu > li {
  position: absolute;
  bottom: 50%;
  right: 50%;
  font-size: 1.5em;
  width: 10em;
  height: 10em;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  overflow: hidden;
  margin-top: -1.3em;
  margin-left: -10em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu > li a, .submenu > li a {
  position: absolute;
  bottom: -7.25em;
  right: -7.25em;
  display: block;
  height: 14.5em;
  width: 14.5em;
  border-radius: 50%;
  text-decoration: none;
  color: #fff;
  padding-top: 0em;
  text-align: center;
  font-size: 1.18em;
  -webkit-transform: skew(-60deg) rotate(-90deg) scale(1);
  -ms-transform: skew(-60deg) rotate(-90deg) scale(1);
  -moz-transform: skew(-60deg) rotate(-90deg) scale(1);
  transform: skew(-60deg) rotate(-90deg) scale(1);
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, color 0.3s;
  -moz-transition: opacity 0.3s, color 0.3s;
  transition: opacity 0.3s, color 0.3s;
}

.menu > li a i, .submenu > li a i {
  padding: 20px 15px 0 0;
}

.menu > li a:active, .menu > li a:hover, .submenu > li a:active, .submenu > li a:hover {
  opacity: 0.7;
  width: 15.5em;
}

.menu > li a.active {
  width: 15.5em;
}

.archeselect-flex-holder {
  display: flex;
  height: 100%;
  align-items: center;
  margin-left: 100px;
}

.archepie-select {
  display: none;
  width: 100%;
}
.archepie-select.active {
  display: block;
}

.archpiece {
  position: relative;
}

.archepie-select-holder {
  margin: 0;
  list-style: none;
  padding-top: 10px;
}
.archepie-select-holder .archepie-select-item {
  margin-bottom: 0px;
  position: relative;
}
.archepie-select-holder .archepie-select-item .archepie-select-image {
  background-color: #000000;
}
.archepie-select-holder .archepie-select-item .archepie-select-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: #000000 transparent transparent transparent;
}
.archepie-select-holder .archepie-select-item:hover .archepie-select-image {
  background-color: #d7521d;
}
.archepie-select-holder .archepie-select-item:hover .archepie-select-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: #d7521d transparent transparent transparent;
}

.archepie-select-text {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
}

.archepie-select-title {
  color: #000000;
  font-weight: 600;
}

.archetypeDetail .content1 h1 {
  text-align: left;
  color: #d7521d;
}
.archetypeDetail .content1.first .content-content.justify-content-center {
  justify-content: flex-start !important;
}

.archeheader-select-holder {
  margin: 0;
  list-style: none;
}
.archeheader-select-holder .archeheader-select-item {
  margin-bottom: 0px;
  position: relative;
  width: 200px;
}
.archeheader-select-holder .archeheader-select-item .archeheader-select-image {
  background-color: #d7521d;
}
.archeheader-select-holder .archeheader-select-item .archeheader-select-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: #d7521d transparent transparent transparent;
}

.arche-textslider-holder, .arche-textslider2-holder {
  background-color: #2d2d2f;
  display: flex;
  align-items: center;
  position: relative;
  height: 160px;
}
.arche-textslider-holder .swiper-container2, .arche-textslider-holder .swiper-container3, .arche-textslider2-holder .swiper-container2, .arche-textslider2-holder .swiper-container3 {
  width: 100%;
  height: 100%;
  justify-content: center;
  background-color: #2d2d2f;
}
.arche-textslider-holder .swiper-container2 .swiper-slide, .arche-textslider-holder .swiper-container3 .swiper-slide, .arche-textslider2-holder .swiper-container2 .swiper-slide, .arche-textslider2-holder .swiper-container3 .swiper-slide {
  text-align: center;
  font-size: 18px;
  width: 100%;
  background-color: #2d2d2f;
}
.arche-textslider-holder .swiper-container2 .swiper-slide .swiper-text, .arche-textslider-holder .swiper-container3 .swiper-slide .swiper-text, .arche-textslider2-holder .swiper-container2 .swiper-slide .swiper-text, .arche-textslider2-holder .swiper-container3 .swiper-slide .swiper-text {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2d2d2f;
}
.arche-textslider-holder .swiper-container2 .swiper-slide .swiper-text .textSliderTop, .arche-textslider-holder .swiper-container3 .swiper-slide .swiper-text .textSliderTop, .arche-textslider2-holder .swiper-container2 .swiper-slide .swiper-text .textSliderTop, .arche-textslider2-holder .swiper-container3 .swiper-slide .swiper-text .textSliderTop {
  font-size: 30px;
  color: #d7521d;
  line-height: 32px;
  font-weight: 900;
}
.arche-textslider-holder .swiper-container2 .swiper-slide .swiper-text .textSliderBottom, .arche-textslider-holder .swiper-container3 .swiper-slide .swiper-text .textSliderBottom, .arche-textslider2-holder .swiper-container2 .swiper-slide .swiper-text .textSliderBottom, .arche-textslider2-holder .swiper-container3 .swiper-slide .swiper-text .textSliderBottom {
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
  font-weight: 900;
}
.arche-textslider-holder .swiper-container2 .swiper-pagination-holder, .arche-textslider-holder .swiper-container3 .swiper-pagination-holder, .arche-textslider2-holder .swiper-container2 .swiper-pagination-holder, .arche-textslider2-holder .swiper-container3 .swiper-pagination-holder {
  text-align: center;
  width: 100%;
}
.arche-textslider-holder .swiper-container2 .swiper-pagination-holder .swiper-pagination2, .arche-textslider-holder .swiper-container2 .swiper-pagination-holder .swiper-pagination3, .arche-textslider-holder .swiper-container3 .swiper-pagination-holder .swiper-pagination2, .arche-textslider-holder .swiper-container3 .swiper-pagination-holder .swiper-pagination3, .arche-textslider2-holder .swiper-container2 .swiper-pagination-holder .swiper-pagination2, .arche-textslider2-holder .swiper-container2 .swiper-pagination-holder .swiper-pagination3, .arche-textslider2-holder .swiper-container3 .swiper-pagination-holder .swiper-pagination2, .arche-textslider2-holder .swiper-container3 .swiper-pagination-holder .swiper-pagination3 {
  justify-content: center;
  width: 100%;
}
.arche-textslider-holder .swiper-container-horizontal > .swiper-pagination-bullets, .arche-textslider2-holder .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0px;
}
.arche-textslider-holder .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .arche-textslider2-holder .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 1;
}
.arche-textslider-holder .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active, .arche-textslider2-holder .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #d7521d;
  opacity: 1;
}

.arche-list-holder {
  padding: 80px 0px 140px 80px;
  background-color: #ededed;
  margin-right: 80px;
}
.arche-list-holder h2 {
  text-align: left;
  color: #d7521d;
  margin-bottom: 20px;
}

.arche-quote-holder {
  padding: 0px 0px;
  margin-top: -80px;
  margin-bottom: 80px;
}
.arche-quote-holder .arche-quote-detail {
  background-color: #2d2d2f;
  height: 160px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.arche-quote-holder .arche-quote-detail .quote {
  font-size: 32px;
  line-height: 38px;
  font-weight: 900;
  text-align: center;
  color: #ffffff;
}

.arche-content-holder {
  padding: 20px 0px 80px;
}
.arche-content-holder h2 {
  text-align: left;
  color: #d7521d;
  margin-bottom: 20px;
}

.arche-color-holder {
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 80%, #ededed 80%, #ededed 100%);
  background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 80%, #ededed 7 80%, #ededed 100%);
  background: linear-gradient(to right, #ffffff 0%, #ffffff 80%, #ededed 80%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$toColor", endColorstr="$fromColor",GradientType=1 );
  min-height: 40px;
}

.arche-color-grid {
  display: grid;
  display: -ms-grid;
  -ms-grid-columns: repeat(auto-fit, minmax(375px, 1fr));
  -ms-grid-rows: 1fr;
  grid-template-columns: repeat(auto-fit, minmax(375px, 1fr));
  grid-template-rows: 1fr;
  align-items: center;
}
.arche-color-grid .arche-color-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  justify-content: left;
}
.arche-color-grid .arche-color-left h2 {
  text-align: left;
  color: #d7521d;
  margin-bottom: 20px;
  width: 100%;
}
.arche-color-grid .arche-color-right {
  padding: 80px 0px;
  background-color: #ededed;
}

.arche-color-right-grid {
  display: grid;
  display: -ms-grid;
  -ms-grid-columns: repeat(auto-fit, minmax(200px, 1fr));
  -ms-grid-rows: 1fr;
  padding: 0px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-template-rows: 1fr;
  align-items: center;
}
.arche-color-right-grid .arche-color-right-block {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.arche-color-right-grid .arche-color-right-block .arche-color-box {
  height: 80px;
  width: 140px;
  border-radius: 9px;
  margin: 0px auto;
}
.arche-color-right-grid .arche-color-right-block .arche-color-title-box {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
}

.arche-youtube-holder .arche-youtube-holder-top {
  margin-bottom: 40px;
}
.arche-youtube-holder h2 {
  text-align: left;
  color: #d7521d;
  margin-bottom: 20px;
  width: 100%;
}
.arche-youtube-holder .arche-youtube {
  margin-bottom: 40px;
}
.arche-youtube-holder .arche-youtube .video-text {
  display: flex;
  align-items: center;
  height: 100%;
}
.arche-youtube-holder .arche-youtube .video-text h2 {
  color: #d7521d;
}
.arche-youtube-holder .arche-youtube .video-text .video-content {
  font-size: 16px;
  line-height: 20px;
}

.archetype-detail-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(auto-fit, minmax(120px, 1fr));
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  padding: 0px;
  justify-content: center;
  align-items: center;
}

.archetype-detail-list-holder h3 {
  text-align: center;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 30px;
}

.archetype-detail-holder {
  margin: 0 10px;
  list-style: none;
}
.archetype-detail-holder .archetype-detail-item {
  margin-bottom: 30px;
  position: relative;
}
.archetype-detail-holder .archetype-detail-item .archetype-detail-title {
  position: absolute;
  right: 0px;
  bottom: -8px;
  color: #ffffff;
  font-size: 12px;
}
.archetype-detail-holder .archetype-detail-item .archetype-detail-image {
  background-color: #000000;
}
.archetype-detail-holder .archetype-detail-item .archetype-detail-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: #000000 transparent transparent transparent;
}
.archetype-detail-holder .archetype-detail-item:hover .archetype-detail-image {
  background-color: #d7521d;
}
.archetype-detail-holder .archetype-detail-item:hover .archetype-detail-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: #d7521d transparent transparent transparent;
}

@media only screen and (max-width: 667px) and (orientation: portrait) {
  .piemenu-holder {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .archetypes-footer {
    padding: 20px 20px 40px;
    margin-top: 0px;
    margin-right: 0px;
  }
  .piemenu {
    overflow: hidden;
  }
  .piemenu .radialnav {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    width: 30px;
  }
  .piemenu {
    margin-top: -40px;
    height: 470px;
  }
  .piemenu .arche-lines {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    width: 30px;
  }
  .piemenu .arche-circle {
    left: -71px;
  }
  .piemenu .arche-hline {
    left: 167px;
  }
  .piemenu .arche-vline {
    left: -80px;
    top: 249px;
  }
  .piemenu .arche-logo {
    left: 140px;
  }
  .archeselect-flex-holder {
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .archepie-select-holder .archepie-select-item .archepie-select-image {
    max-width: 150px;
  }
  .archepie-select {
    margin-bottom: 40px;
  }
  .archetypeOverview .arche-quote-container .quote {
    font-size: 26px;
    line-height: 32px;
  }
  .archeselect-flex-holder {
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .archepie-select {
    margin-bottom: 40px;
  }
  .arche-list-holder {
    padding: 20px;
    margin: 0px;
  }
  .arche-quote-holder {
    padding: 20px;
    margin: 0px;
  }
  .arche-content-holder {
    padding: 20px;
    margin: 0px;
  }
  .arche-color-holder .container {
    padding: 0px;
  }
  .arche-color-holder .arche-color-left {
    padding: 20px;
  }
  .arche-color-holder .arche-color-right {
    padding: 20px;
  }
}
@media only screen and (max-width: 320px) and (orientation: portrait) {
  .piemenu {
    margin-top: -40px;
    height: 470px;
  }
  .piemenu .radialnav {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    width: 15px;
  }
  .piemenu .arche-lines {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    width: 15px;
  }
  .piemenu .arche-circle {
    left: -85px;
  }
  .piemenu .arche-hline {
    left: 154px;
  }
  .piemenu .arche-vline {
    left: -95px;
    top: 249px;
  }
  .piemenu .arche-logo {
    left: 126px;
  }
  .radialnav {
    width: 0px;
  }
  .archeselect-flex-holder {
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .archepie-select {
    margin-bottom: 40px;
  }
  .arche-list-holder {
    padding: 20px;
    margin: 0px;
  }
  .arche-quote-holder {
    padding: 20px;
    margin: 0px;
  }
  .arche-content-holder {
    padding: 20px;
    margin: 0px;
  }
  .arche-color-holder .container {
    padding: 0px;
  }
  .arche-color-holder .arche-color-left {
    padding: 20px;
  }
  .arche-color-holder .arche-color-right {
    padding: 20px;
  }
  .arche-color-grid {
    display: grid;
    display: -ms-grid;
    -ms-grid-columns: repeat(auto-fit, minmax(320px, 1fr));
    -ms-grid-rows: 1fr;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-template-rows: 1fr;
    align-items: center;
  }
}
@media only screen and (max-width: 1024px) and (orientation: portrait) {
  .menu {
    overflow: hidden;
    width: 600px;
    height: 600px;
  }
  .archeselect-flex-holder {
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .piemenu .radialnav {
    width: 15px;
  }
  .piemenu .arche-logo {
    left: 230px;
    top: 280px;
  }
  .piemenu .arche-lines {
    width: 15px;
    position: relative;
  }
  .piemenu .arche-lines .arche-circle {
    left: 80px;
    top: 60px;
  }
  .piemenu .arche-lines .arche-hline {
    left: 320px;
    top: 50px;
  }
  .piemenu .arche-lines .arche-vline {
    left: 60px;
    top: 300px;
  }
}
@media only screen and (max-width: 1024px) and (orientation: landscape) {
  .menu {
    overflow: hidden;
    width: 600px;
    height: 600px;
  }
  .piemenu .radialnav {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    width: 15px;
  }
  .piemenu .arche-logo {
    left: 230px;
    top: 280px;
  }
  .piemenu .arche-lines {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    width: 15px;
    position: relative;
  }
  .piemenu .arche-lines .arche-circle {
    left: 80px;
    top: 60px;
  }
  .piemenu .arche-lines .arche-hline {
    left: 320px;
    top: 50px;
  }
  .piemenu .arche-lines .arche-vline {
    left: 60px;
    top: 300px;
  }
  .arche-color-grid {
    display: grid;
    display: -ms-grid;
    -ms-grid-columns: repeat(auto-fit, minmax(460px, 1fr));
    -ms-grid-rows: 1fr;
    grid-template-columns: repeat(auto-fit, minmax(460px, 1fr));
    grid-template-rows: 1fr;
    align-items: center;
  }
}
.blog-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 20px;
}

.blog__container {
  padding-top: 60px;
  display: grid;
  grid-template-columns: 160px 1fr 80px;
  grid-template-rows: 1fr 90px;
}
.blog__container-holder {
  grid-column: 2/3;
  grid-row: 1/-1;
  padding-right: 20px;
}
.blog__container-spacer {
  grid-column: 1/3;
  grid-row: 2/-1;
  background-color: #f2f2f2;
}

.blogs__overview {
  background-color: #f2f2f2;
  padding: 60px 0;
}
.blogs__overview h1 {
  color: #ffffff;
  margin-top: 0px;
  padding-top: 0px;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
}
.blogs__overview h2 {
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 24px;
  margin-top: 15px;
  font-weight: 600;
}
.blogs__overview h3 {
  color: #000000;
  margin-top: 0px;
  padding-top: 0px;
  font-weight: 500;
  font-size: 22px;
  line-height: 38px;
}

.blogs {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-template-rows: auto;
}

.blog {
  background-color: #1b1b1d;
  padding: 20px;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.blog__image {
  display: block;
}
.blog__image img {
  object-fit: cover;
  aspect-ratio: 1/1;
  width: 100%;
  border: solid 5px #ffffff;
}
.blog h1 {
  color: #ffffff;
  margin-top: 0px;
  padding-top: 0px;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
}
.blog h2 {
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 24px;
  margin-top: 15px;
  font-weight: 600;
}
.blog h3 {
  color: #000000;
  margin-top: 0px;
  padding-top: 0px;
  font-weight: 500;
  font-size: 22px;
  line-height: 38px;
}
.blog__summary {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.blog__summary p {
  color: #ffffff;
  font-size: 1rem;
  line-height: 19px;
  font-weight: 300;
}
.blog__summary a {
  color: #ffffff;
  font-size: 1rem;
  line-height: 19px;
  font-weight: 300;
  text-decoration: underline;
}

.pagination .page-item.active .page-link {
  background-color: #1b1b1d;
}
.pagination li, .pagination .page-link {
  margin: 0 2px;
}
.pagination .page-item {
  margin: 0 5px;
}
.pagination .page-item a.page-link {
  padding: 0.5rem 0.75rem;
}

.st0 {
  fill: #D55527;
}

.st1 {
  fill: #E86624;
}

.st2 {
  fill: #7F2060;
}

.st3 {
  fill: #E21C82;
}

.st4 {
  fill: #DF1F26;
}

.st5 {
  fill: #1A82C5;
}

.st6 {
  fill: #18488E;
}

.st7 {
  fill: #A39670;
}

.pulse-holder {
  position: fixed;
  right: 0px;
  bottom: 0px;
  width: 62px;
  height: 100px;
  z-index: 10000;
  padding: 4px;
  transition: all 0.8s ease-in-out;
  cursor: pointer;
}
.pulse-holder .pulse-grid {
  display: block;
  position: relative;
  background-color: #ffffff;
}
.pulse-holder .pulse-grid .pulse-brand {
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 10px 10px 10px 10px;
  width: 65px;
  height: 60px;
  transition: all 0.8s ease-in-out;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: "pp";
  background-color: #ffffff;
}
.pulse-holder .pulse-grid .pulse-brand .brandpulse {
  grid-area: pp;
  z-index: 2;
}
.pulse-holder .pulse-grid .pulse-brand .pulser {
  grid-area: pp;
  z-index: 1;
}
.pulse-holder .pulse-grid .pulse-logo {
  position: relative;
  background-color: #ffffff;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  height: 60px;
  display: none;
}
.pulse-holder .pulse-grid .pulse-logo img {
  height: 40px;
  width: auto;
}
.pulse-holder .pulse-grid .pulse-more {
  position: absolute;
  bottom: -25px;
  left: 0px;
  width: 100%;
  height: 25px;
  margin-top: 0px;
  font-size: 13px;
  display: none;
  background-color: #ffffff;
  text-align: center;
  color: #1e3059;
  z-index: 300;
}
.pulse-holder .pulser {
  display: inline-block;
  margin: 0;
  animation: pulse 30s infinite 30s;
  transform: scale(1);
}
@keyframes pulse {
  10% {
    transform: scale(1.5);
    opacity: 0;
  }
  11% {
    transform: scale(1);
    opacity: 0;
  }
  98% {
    transform: scale(1);
    opacity: 1;
  }
}

.modal__content {
  padding: 0px;
  background-color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.modal__content .modal__body {
  padding: 0px;
  display: flex;
  flex-direction: column;
}
.modal__content .modal__body.left {
  align-items: flex-start;
}
.modal__content .modal__body.center {
  align-items: center;
}
.modal__content .modal__body.right {
  align-items: flex-end;
}
.modal__content .modal__body.top {
  justify-content: flex-start;
}
.modal__content .modal__body.middle {
  justify-content: center;
}
.modal__content .modal__body.bottom {
  justify-content: flex-end;
}
.modal__content .modal__body .modal__close {
  display: inline-flex;
  align-self: flex-end;
  font-size: 16px;
  font-weight: 700;
}
.modal__content .modal__body .modal__title {
  font-size: 40px;
  line-height: 44px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 25px;
}
.modal__content .modal__body .modal__title.left {
  text-align: left;
}
.modal__content .modal__body .modal__title.center {
  text-align: center;
}
.modal__content .modal__body .modal__title.right {
  text-align: right;
}
.modal__content .modal__body .modal__text {
  font-size: 20px;
  line-height: 28px;
  font-family: "Roboto", sans-serif;
}
.modal__content .modal__body .modal__text.left {
  text-align: left;
}
.modal__content .modal__body .modal__text.center {
  text-align: center;
}
.modal__content .modal__body .modal__text.right {
  text-align: right;
}
.modal__content .modal__body .modal__text p {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.modal__content .modal__body .modal__button-holder {
  display: flex;
  justify-content: center;
}
.modal__content .modal__body .modal__button-holder a.modal__button {
  color: #d7521d;
}

.projectsheader {
  width: 100%;
  position: relative;
  z-index: 40;
  flex: 1;
}
.projectsheader .projectheader__container {
  display: flex;
  flex-direction: column;
}
.projectsheader .middle-bar {
  display: grid;
  grid-template-columns: 80px repeat(12, 1fr) 80px;
  grid-template-rows: 1fr auto;
  width: 100%;
  background-color: #2d2d2f;
}
.projectsheader .middle-bar .middle-bar-left {
  grid-column: 1/span 9;
  grid-row: 1/-1;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 90px auto;
}
.projectsheader .middle-bar .middle-bar-left .base-image {
  grid-column: 1/-1;
  grid-row: 1/3;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.projectsheader .middle-bar .middle-bar-right {
  grid-column: 10/span 4;
  grid-row: 1/-1;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: stretch;
  height: 100%;
}
.projectsheader .middle-bar .middle-bar-right h1 {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding: 0px 80px;
  font-size: 32px;
  text-align: center;
  line-height: 38px;
  font-weight: 700;
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
}
.projectsheader .middle-bar .middle-bar-right h2 {
  color: #000000;
  margin-top: 0px;
  padding-top: 0px;
  font-weight: 700;
  font-size: 26px;
  line-height: 38px;
}
.projectsheader .middle-bar .middle-bar-right h3 {
  color: #000000;
  margin-top: 0px;
  padding-top: 0px;
  font-weight: 500;
  font-size: 22px;
  line-height: 38px;
}
.projectsheader .middle-bar .middle-bar-right .projects-grey-holder {
  grid-column: 1/-1;
  grid-row: 2/3;
  min-height: 90px;
  width: 100%;
  background-color: #f2f2f2;
}
.projectsheader .middle-bar .middle-bar-right .projects-grey-holder-extra {
  width: 100%;
  background-color: #f2f2f2;
}
.projectsheader .bottom-bar {
  display: grid;
  grid-template-columns: 80px repeat(12, 1fr) 80px;
  grid-template-rows: 1fr;
  width: 100%;
}
.projectsheader .bottom-bar .bottom-bar-left {
  grid-column: 1/span 9;
  grid-row: 1/-1;
  z-index: 10;
  background-color: #f2f2f2;
}
.projectsheader .bottom-bar .bottom-bar-right {
  grid-column: 10/span 4;
  grid-row: 1/-1;
  height: 100%;
  background-color: #f2f2f2;
}

.base-container-projects {
  background-color: #f2f2f2;
  padding: 20px 0px;
  margin-right: 80px;
}

.header__kop {
  text-align: right;
  padding: 30px 0;
  background-color: #f2f2f2;
}
.header__kop-top {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 36px;
}
.header__kop-bottom {
  color: #6a6a6a;
}

.filter__title {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #6a6a6a;
  padding: 60px 0 20px;
}
.filter__title .filter__arrow {
  display: none;
}

ul.filters {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -50px 60px;
}
ul.filters li {
  list-style: none;
  background-color: #ffffff;
  margin: 10px;
  box-shadow: 4px 3px 3px -1px rgba(0, 0, 0, 0.63);
}
ul.filters li a {
  display: inline-flex;
  padding: 10px 20px;
  font-size: 1.125rem;
  text-decoration: none;
}
ul.filters li a .fa-times {
  display: none;
  margin-left: 20px;
}
ul.filters li.active {
  background-color: #000000;
}
ul.filters li.active a {
  padding-right: 10px;
  color: #ffffff;
  font-weight: 600;
}
ul.filters li.active a .fa-times {
  display: block;
}

.projects__holder {
  background-color: #f2f2f2;
  margin: 0 80px 0 0;
}

.projects {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  grid-template-rows: auto;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  padding-bottom: 100px;
}

.projectform {
  background-color: #ededed;
  margin: 20px 80px 40px 0;
  padding: 30px;
}
.projectform h2, .projectform p {
  color: #000000;
  padding: 0 60px;
}
.projectform .container {
  padding: 60px 0;
}
.projectform .form-block {
  margin-top: 40px;
}

.projectform__row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 0 60px;
}
.projectform__row div {
  flex-grow: 1;
}
.projectform__row .form-control {
  border: solid 1px #ffffff;
  border-radius: 0;
}
.projectform__row .btn-default {
  width: 100%;
}

.otherprojects {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  grid-template-rows: auto;
  grid-gap: 40px;
  padding-bottom: 100px;
}

.project {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.project:hover .project__image {
  transform: scale(1.05);
}
.project__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}
.project__image a {
  display: block;
}
.project__title {
  padding: 10px 0 0;
  margin-bottom: 0px;
  z-index: 1;
}
.project__title a {
  text-decoration: none;
  font-size: 22px;
  line-height: 25px;
  font-weight: 600;
}
.project__title a:hover {
  color: #d7521d;
}
.project:hover h2 {
  color: #d7521d;
}
.project:hover h2 a {
  color: #d7521d;
}
.project:hover__title {
  color: #d7521d;
}
.project:hover__title a {
  color: #d7521d;
}
.project__description {
  color: #6a6a6a;
  font-size: 16px;
  line-height: 19px;
}

.otherprojects-row {
  padding: 40px 60px;
}
.otherprojects-row .project__image {
  max-height: 225px;
}
.otherprojects-row .project__title {
  padding: 10px 0 0;
  margin-bottom: 0px;
}
.otherprojects-row .project__title a {
  text-decoration: none;
  font-size: 22px;
  line-height: 25px;
}
.otherprojects-row .project__description {
  font-size: 16px;
  line-height: 19px;
}

.projectpage .content1:first-child {
  padding-top: 30px;
}
.projectpage .content1 h1 {
  display: none;
}
.projectpage .content1 .col-sm-8 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .projectpage .content1 .col-sm-8 {
    margin-top: 3em;
    z-index: 40;
  }
}

.project_divisions {
  display: flex;
  flex-direction: row;
  padding-top: 30px;
  margin: 0px 80px 0 0;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.project_divisions li {
  list-style: none;
  font-size: 1rem;
  font-weight: 600;
  white-space: nowrap;
}
.project_divisions span {
  display: inline-block;
  padding: 0 10px;
}

@media only screen and (max-width: 768px) {
  .projectform__row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    padding: 0px;
  }
  .projectsheader .middle-bar {
    display: flex;
    flex-direction: column;
  }
  .projectsheader .middle-bar .middle-bar-right .projects-grey-holder {
    display: none;
  }
  .projectsheader .middle-bar .middle-bar-right .projects-grey-holder-extra {
    display: none;
  }
  .projectsheader .bottom-bar {
    display: flex;
    flex-direction: column;
  }
  .header__kop {
    padding: 20px;
  }
  .projects {
    display: flex;
    flex-direction: column;
  }
  .projects__holder {
    margin: 0;
    padding: 0 20px;
  }
  .project__image {
    z-index: 2;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
  }
  .project__image a {
    display: block;
  }
  .filter__container {
    position: relative;
    margin-bottom: 30px;
    z-index: 3;
  }
  .filter__title {
    padding: 20px;
    border: solid 1px #bbbbbb;
    justify-content: space-between;
  }
  .filter__title .filter__arrow {
    display: block;
  }
  ul.filters {
    position: absolute;
    display: none;
    flex-wrap: nowrap;
    flex-direction: column;
    margin: 0;
    padding: 0;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    height: 150px;
    width: 100%;
    overflow-y: auto;
  }
  ul.filters.open {
    display: flex;
  }
  ul.filters li {
    display: flex;
    list-style: none;
    background-color: #ffffff;
    margin: 0px;
    box-shadow: none;
  }
  ul.filters li a {
    display: inline-flex;
    padding: 10px 20px;
    font-size: 1.125rem;
    text-decoration: none;
  }
  ul.filters li a .fa-times {
    display: none;
    margin-left: 20px;
  }
  ul.filters li.active {
    background-color: #000000;
  }
  ul.filters li.active a {
    padding-right: 10px;
    color: #ffffff;
    font-weight: 600;
  }
  ul.filters li.active a .fa-times {
    display: block;
  }
  .projectform {
    background-color: #ededed;
    margin: 20px 0 40px 0;
  }
  .project_divisions {
    display: flex;
    flex-direction: column;
    padding-top: 30px;
    margin: 0px 80px 0 0px;
    align-items: flex-start;
    justify-content: flex-end;
  }
  .project_divisions li {
    list-style: none;
    font-size: 1rem;
    font-weight: 600;
  }
  .project_divisions span {
    display: none;
  }
}
.error__header {
  height: 40em;
}
.error__bottom-grey {
  background-color: #f2f2f2;
  width: 80%;
  position: absolute;
  left: 10%;
  top: 43%;
  padding: 5%;
}
.error__bottom-grey h1 {
  color: #2d2d2f;
  text-align: center;
  margin-top: 5%;
  font-size: 40px;
  font-weight: lighter;
}
.error__image {
  position: absolute;
  width: 105%;
}
.error__button-wrapper {
  width: 80%;
  margin-left: 10%;
  margin-top: 5%;
  display: flex;
  justify-content: space-around;
}
.error__button {
  width: 10%;
}

@media only screen and (max-width: 576px) {
  .error__button-wrapper {
    flex-direction: column;
    height: 20em;
  }
  .error__bottom-grey {
    margin-right: 0%;
    position: relative;
    left: 0%;
    top: 0%;
    width: 80%;
    height: 70%;
  }
  .error__button {
    width: 100%;
  }
  .mobile-hidden {
    display: none !important;
  }
}
@media only screen and (min-width: 1900px) {
  .error__image {
    width: 71.2em;
  }
}
@media only screen and (min-width: 576px) and (max-width: 880px) {
  .error__button-wrapper {
    flex-direction: column;
    height: 20em;
  }
  .error__button {
    width: 100%;
  }
  .error__bottom-grey {
    width: 100%;
  }
}

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