@charset "UTF-8";
/*
    Theme Name: Landingspage
    Theme URI: https://mostvalue.nl
    Author: Most Value
    Author URI: https://www.mostvalue.nl/
    Description: This theme is made by Most Value.
    Version: 1.0
    Text Domain: landingspage
*/
/* TODO: Fill in the correct information above */
/* TODO: Vervang de screenshot.png */
html, body {
  font-size: var(--font-size-mobile);
  line-height: var(--line-height-mobile);
  font-family: "Assistant", sans-serif;
  color: #7F888A;
  font-weight: 300;
  overflow-x: hidden;
}

header {
  position: absolute;
  width: 100%;
  padding: 25px 0px;
  z-index: 12;
  background: #fff;
}
header .logo {
  position: relative;
  display: block;
  z-index: 100;
}
header .logo img {
  width: 245px;
}
header .logo-negativ {
  display: none;
}
header .ml-right {
  position: relative;
  z-index: 100;
}

.block {
  padding: var(--padding-horizontal);
}
.block a {
  color: var(--cta-color);
}
.block a:hover {
  color: var(--main-color);
}

.groeiplanvisual {
  display: block;
  position: absolute;
  bottom: -85px;
}

.todovisual {
  display: block;
  position: absolute;
  bottom: -85px;
}

.samenwerken-visual {
  width: 92%;
  float: right;
}

.z-3 {
  z-index: 3;
}

.themelight header {
  background: transparent;
}
.themelight .logo {
  display: none;
}
.themelight .logo-negativ {
  display: block;
}
.themelight .navbar .navbar-nav .nav-link {
  color: var(--second-text-color);
}
.themelight .bel {
  color: var(--second-text-color);
}
.themelight .bel strong {
  color: var(--second-text-color);
}
.themelight .bg .caption h1 {
  color: var(--second-text-color);
}
.themelight .bg .caption p {
  color: var(--second-text-color);
}
.themelight .bg::after {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#081033+0,0c2e49+100&0+0,0.95+100 */
  background: -moz-linear-gradient(top, rgba(32, 32, 32, 0) 0%, rgba(32, 32, 32, 0.7) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(32, 32, 32, 0) 0%, rgba(32, 32, 32, 0.7) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(32, 32, 32, 0) 0%, rgba(32, 32, 32, 0.7) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00081033", endColorstr="#f20c2e49",GradientType=0 );
  /* IE6-9 */
}
.themelight .no-shadow {
  background-blend-mode: inherit;
}
.themelight .no-shadow::before {
  background: rgba(0, 0, 0, 0.1);
}

.digitale-oplossing {
  display: block;
  border-bottom: 2px #eee solid;
}
.digitale-oplossing:hover h5 {
  color: var(--cta-color);
}

.reversed {
  position: fixed;
  background: transparent;
}
.reversed .logo {
  display: none;
}
.reversed .logo-negativ {
  display: block;
}
.reversed .navbar .navbar-nav .nav-link {
  color: var(--second-text-color);
}
.reversed .bel {
  color: var(--second-text-color);
}
.reversed .bel strong {
  color: var(--second-text-color);
}

a {
  color: inherit;
}
a:hover {
  color: inherit;
  text-decoration: none;
  transition: 0.2s ease-in-out all;
}

p a {
  font-weight: 500;
}
p a:hover {
  color: var(--cta-color);
  text-decoration: underline;
}

.photo-container figure {
  height: 50vh;
  background-size: cover !important;
  background-position: center center !important;
  margin: 0px;
}

.bel {
  color: var(--main-color);
  display: inline-block;
  line-height: 28px;
  margin: 0px auto;
}
.bel strong {
  font-family: "alwyn-new-web", sans-serif;
  color: var(--main-color);
  display: block;
  font-weight: bold;
  line-height: 30px;
  font-size: 0.9rem;
}

.diensten .dienst-wrapper {
  margin-bottom: 30px;
}
.diensten .dienst-wrapper .dienst {
  display: block;
  height: 100%;
  padding: var(--padding-vertical) var(--padding-horizontal);
  transition: 0.3s ease-in-out all;
}
.diensten .dienst-wrapper .dienst ul {
  list-style: none;
  margin: 0px;
  margin-top: 25px;
  padding: 0px;
}
.diensten .dienst-wrapper .dienst ul li {
  font-size: 1.15rem;
  font-weight: 300;
  color: #7F888A;
  margin-bottom: 10px;
}
.diensten .dienst-wrapper:hover .dienst {
  background: var(--cta-color);
  transition: 0.3s ease-in-out all;
}
.diensten .dienst-wrapper:hover .dienst h3 {
  color: var(--second-text-color);
}
.diensten .dienst-wrapper:hover .dienst ul li {
  color: var(--second-text-color);
}

.filters {
  position: absolute;
  bottom: -75px;
  width: 100%;
  padding: 15px;
  z-index: 2;
}
.filters .filter {
  position: relative;
  margin-top: 24px;
  border: 2px #eee solid;
  padding: 13px 20px;
}

.filter-open {
  background: #fff;
  position: absolute;
  height: auto;
  display: none;
  z-index: 10;
  font-size: 0.9rem;
  width: calc(100% + 30px);
  padding: 35px 10px 15px 10px;
}
.filter-open .form-group {
  display: block;
  position: relative;
  line-height: 20px;
  margin-bottom: 10px;
}
.filter-open .form-check {
  padding-left: 15px;
}
.filter-open .form-check input {
  height: 18px;
  width: 18px;
  margin-right: 10px;
}

.avatar-container {
  position: relative;
  display: inline-block;
  height: 8rem;
  width: 8rem;
  z-index: 0;
  padding: 15px;
  margin: auto;
}
.avatar-container:before {
  content: "";
  background: #fff;
  position: absolute;
  border: 1px #f9f8ed solid;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: calc(50%);
}

.avatar {
  position: relative;
  width: 100%;
  z-index: 2;
  left: 50%;
  top: 50%;
  vertical-align: middle;
  transform: translate(-50%, -50%);
}

.avatar-outline {
  background: #fff;
  border: 1px #f9f8ed solid;
  padding: 15px;
}

.caption-agency {
  color: var(--text-color) !important;
}
.caption-agency h2 {
  color: var(--text-color) !important;
  margin: 0px !important;
  line-height: 40px !important;
}
.caption-agency .avatar-container:before {
  background: #fff;
}

.agency {
  display: block;
  margin-bottom: 15px;
  border: 2px #fff solid;
}
.agency:hover {
  border: 2px var(--main-color) solid;
}

.first-section {
  padding-top: 200px;
}

.videobtn {
  color: #fff;
}
.videobtn i {
  color: #fff;
  display: inline-block;
  height: 75px;
  width: 75px;
  margin-right: 25px;
  border-radius: 50%;
  border: 3px #fff solid;
  padding: 25px 26px;
  margin-bottom: 15px;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1500px;
}

#cn-accept-cookie {
  border-radius: 0px !important;
  background: var(--cta-color) !important;
  float: right !important;
}

.cn-close-icon {
  top: 29px !important;
}

#cookie-notice {
  background: var(--main-color);
  z-index: 9999999999 !important;
  font-family: inherit !important;
  font-size: 18px !important;
  line-height: 28px !important;
}
#cookie-notice .cn-button {
  margin: 0px 0px 0px 15px !important;
  padding: 15px 30px !important;
  font-size: 17px !important;
}

.cn-buttons-container, .cn-text-container {
  margin: 0px 0px 15px 0px !important;
}

.cookie-notice-container {
  margin: 0px auto;
  width: 100%;
  max-width: 1500px;
}

#cn-refuse-cookie {
  background: transparent;
}

.container-large {
  width: 100%;
  max-width: 1600px;
}

.container-100 {
  max-width: 100%;
  padding: 0px 15px;
}

.intro {
  font-size: 1.15rem;
  line-height: 1.85rem;
  color: var(--text-color);
}

.subinfo i {
  color: #7F888A;
}

.tags ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-top: 15px;
}
.tags ul li {
  font-size: 0.9rem;
  display: inline-block;
  border: 2px #eee solid;
  padding: 2px 18px;
  border-radius: 40px;
  margin-right: 5px;
  margin-bottom: 10px;
}

strong {
  font-size: 1.1rem;
  color: var(--text-color);
}

.height {
  height: 100%;
}

.bg-cta {
  background: var(--cta-color) !important;
  color: var(--second-text-color) !important;
}
.bg-cta h3 {
  color: var(--second-text-color) !important;
}

.no-shadow::after {
  display: none;
}

.bg-red {
  background-color: var(--main-color) !important;
  color: #fff;
}
.bg-red h2 {
  color: #fff;
}

.bg-dark {
  position: relative;
  background-color: var(--second-color) !important;
  color: var(--second-text-color) !important;
}
.bg-dark::before {
  position: absolute;
  bottom: 0px;
  height: 50%;
  width: 100%;
  content: "";
  left: 0px;
  opacity: 0.4;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#081033+0,0c2e49+100&0+0,0.95+100 */
  background: -moz-linear-gradient(top, rgba(32, 32, 32, 0) 0%, rgba(32, 32, 32, 0.7) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(32, 32, 32, 0) 0%, rgba(32, 32, 32, 0.7) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(32, 32, 32, 0) 0%, rgba(32, 32, 32, 0.7) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00081033", endColorstr="#f20c2e49",GradientType=0 );
  /* IE6-9 */
}
.bg-dark h1, .bg-dark h3 {
  color: var(--second-text-color) !important;
}
.bg-dark .inner {
  position: relative;
  z-index: 3;
}
.bg-dark .breadcrumb a {
  color: #fff;
}

.bg-dark-blue {
  background: #003a40 !important;
  color: #fff;
}
.bg-dark-blue h1, .bg-dark-blue h2, .bg-dark-blue h3 {
  color: #fff !important;
}
.bg-dark-blue::after {
  content: "";
  display: none;
}

@keyframes fadeInDown {
  0% {
    height: 0;
  }
  100% {
    height: 100vh;
  }
}
@keyframes fadeInContainer {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.dienstenmenu {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 9;
  background: var(--second-color);
  -webkit-animation: fadeInDown 0.5s ease-in-out;
  animation: fadeInDown 0.5s ease-in-out;
}
.dienstenmenu .container {
  -webkit-animation: fadeInContainer 1s ease-in-out;
  animation: fadeInContainer 1s ease-in-out;
}
.dienstenmenu:after {
  position: absolute;
  bottom: 0px;
  content: "";
  height: 50%;
  width: 100%;
  opacity: 0.3;
  background: -moz-linear-gradient(top, rgba(32, 32, 32, 0) 0%, rgba(32, 32, 32, 0.7) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(32, 32, 32, 0) 0%, rgba(32, 32, 32, 0.7) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(32, 32, 32, 0) 0%, rgba(32, 32, 32, 0.7) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00081033", endColorstr="#f20c2e49",GradientType=0 );
  /* IE6-9 */
}
.dienstenmenu .navbar-nav {
  z-index: 3;
  position: relative;
}
.dienstenmenu .nav-link {
  color: var(--second-text-color);
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 3.2rem;
  font-family: "alwyn-new-web", sans-serif;
  cursor: pointer;
  transition: 0.3s ease-in-out all;
}
.dienstenmenu .nav-link:hover {
  color: var(--main-color);
  transition: 0.3s ease-in-out all;
}
.dienstenmenu .active .nav-link {
  color: var(--cta-color) !important;
}
.dienstenmenu .contactinfo {
  color: var(--second-text-color);
  border-left: 1px rgba(255, 255, 255, 0.35) solid;
  padding: var(--padding-horizontal);
  line-height: 38px;
}
.dienstenmenu .contactinfo p {
  opacity: 0.65;
  font-size: 0.95;
}
.dienstenmenu .contactinfo strong {
  color: var(--second-text-color);
}

.keuzes .keus {
  padding-right: var(--padding-vertical);
}
.keuzes .keus strong {
  display: block;
  color: var(--main-color);
  margin-bottom: 15px;
}

.klanten h3 {
  margin-bottom: var(--padding-horizontal);
}

.klantLogo {
  position: relative;
  display: block;
  background: #fff;
  width: calc(50% - 1px);
  height: 0px;
  padding-bottom: calc(50% - 1px);
  float: left;
  border-right: 1px #eee solid;
  border-bottom: 1px #eee solid;
  transition: 0.3s ease-in-out all;
}
.klantLogo img {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
  margin-top: 50%;
  transform: translate(0%, -70%);
  max-height: 140px;
  opacity: 0.75;
  filter: grayscale(100%) brightness(1.2);
  transition: 0.3s ease-in-out all;
}
.klantLogo:hover {
  transition: 0.3s ease-in-out all;
}
.klantLogo:hover img {
  opacity: 1;
  filter: grayscale(0%) brightness(1);
  transition: 0.2s ease-in-out all;
}

.overflow-h {
  position: relative;
  overflow-x: hidden;
  height: 100%;
  width: 100%;
}

.screen_container {
  position: relative;
  height: 100%;
  width: 100%;
}
.screen_container:after {
  position: absolute;
  background: url("images/screen_container.svg");
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
}
.screen_container .screen {
  position: absolute;
  margin-top: 15px;
  height: 100%;
  min-height: 350px;
  top: 0px;
  left: 5px;
  margin-left: 0px;
  border: 17px #0b131a solid;
  border-radius: 20px;
  width: 100%;
  background-size: cover !important;
  background-position: top center !important;
}

.bigscreen {
  width: 130%;
  height: 100%;
}

.screenbig {
  height: 90vh;
}

.visible-mobile {
  display: block;
}

.visible-desktop {
  display: none;
}

.casehead {
  position: relative;
  height: 60vh;
  width: 100%;
  overflow: hidden;
}
.casehead span {
  color: var(--second-text-color);
  opacity: 0.5;
}
.casehead .photo-container {
  height: 100%;
  width: 100%;
  overflow: hidden !important;
}
.casehead .photo-container figure {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover !important;
  background-position: center center !important;
  margin: 0px;
}
.casehead .highlight {
  position: absolute;
  right: 0px;
  bottom: 0px;
  max-width: 80%;
}
.casehead .caption {
  position: relative;
  z-index: 5;
  color: var(--second-text-color);
}
.casehead .caption h1, .casehead .caption h2, .casehead .caption p, .casehead .caption strong {
  color: var(--second-text-color);
}

.mywork strong {
  display: block;
  font-family: "alwyn-new-web", sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}
.mywork ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  padding-bottom: var(--padding-horizontal);
}
.mywork ul li {
  padding: 0px;
  margin: 0px;
}

.z-index {
  position: relative;
  z-index: 9;
}

small {
  color: #c6d6df !important;
}

.titel {
  color: var(--second-color) !important;
  font-weight: bold;
}

.cta {
  padding: var(--padding-vertical) var(--padding-horizontal);
}

.totop {
  margin-top: var(--padding-vertical);
}

.case {
  position: relative;
  height: auto;
  display: block;
  overflow: hidden;
}
.case span {
  color: var(--second-text-color);
  opacity: 0.8;
  margin-bottom: var(--padding-horizontal);
}
.case .photo-container {
  position: relative;
  height: 40vh;
  width: 100%;
  overflow: hidden !important;
}
.case .photo-container figure {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover !important;
  background-position: center center !important;
  margin: 0px;
}
.case .photo-container .highlight {
  position: absolute;
  right: 10%;
  bottom: 0px;
  max-width: 95%;
  transition: 0.3s ease-in-out all;
}
.case .photo-container .caption {
  display: none;
  width: 100%;
  position: relative;
  z-index: 3;
}
.case .photo-container .caption .btn {
  opacity: 0;
  transition: 0.3s ease-in-out all;
}
.case .photo-container .caption h1 {
  color: var(--second-text-color);
}
.case:hover {
  text-decoration: none;
}
.case:hover .caption .btn {
  opacity: 1;
}
.case:hover .highlight {
  transform: scale(1.15);
}

.case-small {
  height: auto !important;
}
.case-small .inner {
  padding: var(--padding-horizontal);
}
.case-small .photo-container {
  height: 40vh !important;
}
.case-small .photo-container .highlight {
  max-width: 95%;
  right: 10%;
}
.case-small .photo-container .caption h1 {
  font-size: 2.1rem;
}

.bg-white .medewerker:after {
  background: #f9f8ed;
}

.medewerker {
  position: relative;
  background: #fff;
}
.medewerker:after {
  content: "";
  position: absolute;
  background: #fff;
  height: 100%;
  width: 50%;
  top: 0px;
  margin-left: 100%;
}
.medewerker h4 {
  color: var(--second-text-color);
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: bold;
  font-family: "alwyn-new-web", sans-serif;
}
.medewerker .inner {
  margin-left: 15px;
}
.medewerker strong {
  display: block;
  text-transform: uppercase;
  color: var(--second-text-color);
  font-weight: bold;
  font-family: "alwyn-new-web", sans-serif;
  font-size: 1.7rem;
  margin-top: 35px;
}
.medewerker .contact {
  font-size: 1.15rem;
  line-height: 2rem;
  margin-top: 25px;
}
.medewerker .contact .custom-whatsapp {
  margin-top: 10px;
  font-weight: bold;
  color: #25D366;
  font-size: 1.05rem;
  cursor: pointer;
}
.medewerker .contact .custom-whatsapp:hover {
  text-decoration: underline;
}
.medewerker .contact .custom-whatsapp svg {
  display: inline-block;
  float: left;
  margin-top: 4px;
  margin-right: 10px;
  height: 36px !important;
  width: 36px !important;
}
.medewerker .contact a {
  color: var(--text-color);
  font-weight: bold;
}

.medewerker_img {
  max-height: 350px;
}

.navbar-toggler {
  font-size: 1.4rem;
}

.navbar-modal {
  position: inherit;
  display: inline-block;
  background: var(--second-text-color);
  padding: 20px 0px;
  height: 68px;
  width: 68px;
  text-align: center;
  float: left;
  margin-right: 20px;
  border-radius: 50% 50%;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.075), 0 4px 10px 0 rgba(0, 0, 0, 0.03);
}
.navbar-modal .navbar-collapse {
  position: absolute;
  top: 0px;
  left: 0px;
}
.navbar-modal button {
  padding: 0px;
}

.navbar {
  padding: 0px;
}
.navbar .navbar-nav .nav-link {
  color: var(--main-color);
  font-family: "alwyn-new-web", sans-serif;
  font-weight: 600;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  font-size: 0.9rem;
}
.navbar .navbar-nav .nav-link:hover {
  color: #ffbc00;
}
.navbar .navbar-nav .active .nav-link {
  color: #ffbc00 !important;
}

.bg {
  position: relative;
  height: 70vh;
  min-height: 800px;
  width: 100%;
  background: var(--background-body);
  background-size: cover !important;
  background-position: 60% center;
  background-repeat: no-repeat;
}
.bg:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--main-color);
  opacity: 0.75;
}
.bg::after {
  position: absolute;
  bottom: 0px;
  height: 50%;
  width: 100%;
  content: "";
  left: 0px;
  opacity: 0.5;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#081033+0,0c2e49+100&0+0,0.95+100 */
  background: -moz-linear-gradient(top, rgba(174, 180, 180, 0) 0%, rgba(174, 180, 180, 0.7) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(174, 180, 180, 0) 0%, rgba(174, 180, 180, 0.7) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(174, 180, 180, 0) 0%, rgba(174, 180, 180, 0.7) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00081033", endColorstr="#f20c2e49",GradientType=0 );
  /* IE6-9 */
}
.bg .caption {
  position: relative;
  color: var(--second-text-color);
  z-index: 7;
}
.bg .caption span {
  color: var(--second-color) !important;
  font-weight: bold;
}
.bg .caption h1, .bg .caption h2 {
  color: var(--second-text-color);
  font-size: 2rem;
  line-height: 45px;
}

.choose-us {
  margin-top: var(--padding-horizontal);
}
.choose-us li {
  padding: 20px 0px;
  font-weight: bold;
  list-style: none;
  text-indent: -40px;
  padding-left: 40px;
  font-size: 1.1rem;
  color: var(--main-color);
}
.choose-us li:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 0.75rem;
  color: var(--cta-color);
  margin-right: 25px;
}
.choose-us li a {
  color: var(--cta-color);
  text-decoration: underline;
}

.ml-right {
  width: 350px;
  margin-right: 0px;
  margin-left: auto;
}

.bg-light {
  background: #f9f8ed !important;
}
.bg-light h4 {
  color: var(--second-color);
}

.bg-small {
  min-height: 55vh;
  height: auto;
  background-position: center center;
}
.bg-small #scrollDown {
  display: none;
}
.bg-small .caption h1, .bg-small .caption h2 {
  font-size: 2rem;
}
.bg-small::before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
}

.bg-agency {
  height: 30vh !important;
  min-height: 550px !important;
  background-position: center center;
}
.bg-agency #scrollDown {
  display: none;
}
.bg-agency .caption {
  margin-bottom: -50px;
}
.bg-agency .caption h1, .bg-agency .caption h2 {
  font-size: 2rem;
}
.bg-agency::before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
}

.sidebar {
  list-style: none;
  margin: 10px 0px 0px 0px;
  display: inline-block;
}
.sidebar li {
  margin-right: 40px;
  display: list-item;
  float: left;
}
.sidebar li a {
  font-weight: bold;
  color: var(--text-color);
}
.sidebar li a:hover {
  color: var(--cta-color);
  text-decoration: underline;
}
.sidebar li a i {
  margin-top: 4px;
  color: var(--cta-color);
  float: left;
  margin-right: 13px;
  font-size: 1.4rem;
}
.sidebar li .all {
  color: var(--cta-color);
  text-decoration: underline;
}

.bg-tiny {
  height: 120px !important;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--main-color);
  font-weight: 700;
}

h1 {
  font-family: "alwyn-new-web", sans-serif;
  font-size: 2rem;
  margin-bottom: 30px;
}

h2 {
  font-family: "alwyn-new-web", sans-serif;
  font-size: 1.8rem;
  margin-bottom: 30px;
}

h3 {
  font-family: "alwyn-new-web", sans-serif;
  font-weight: 600;
  font-size: 2.2rem;
}

h4 {
  font-family: "alwyn-new-web", sans-serif;
  font-weight: 600;
  font-size: 1.7rem;
  margin-bottom: 20px;
  display: block;
}

.pr-6 {
  padding-right: var(--padding-vertical);
}

.btn {
  padding: 18px 35px !important;
  border-radius: 0px !important;
  margin-top: 25px;
  border: 0px;
  line-height: 28px !important;
}
.btn:hover {
  color: #fff !important;
  background: var(--hover-color) !important;
}

.btn-primary {
  background: var(--main-color) !important;
  color: var(--second-text-color) !important;
  font-weight: 600;
  text-decoration: none;
}
.btn-primary:hover {
  background: var(--text-color) !important;
  color: var(--second-text-color) !important;
}

.btn-cta {
  background: #ffbc00 !important;
  font-weight: 600;
  text-decoration: none;
  margin-top: 2px;
}
.btn-cta:hover {
  background: var(--text-color) !important;
  color: var(--second-text-color) !important;
}

.btn-default {
  border: 3px var(--cta-color) solid;
  color: var(--cta-color);
  font-weight: 600;
}
.btn-default i {
  margin-right: 12px;
  margin-top: 5px;
  display: inline-block;
  float: left;
}

main a {
  color: var(--cta-color);
  text-decoration: underline;
}
main a:hover {
  color: var(--hover-color);
}
main h3 {
  margin-bottom: 25px;
}

.contactgegevens a {
  color: var(--main-color);
  font-weight: bold;
}

section {
  position: relative;
  padding: var(--padding-vertical) 0px;
}

.section-small {
  padding: calc(var(--padding-vertical) / 1.5);
}

#scrollDown span {
  position: absolute;
  bottom: 20vh;
  left: calc(50% - 13px);
  width: 26px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 40px;
  box-sizing: border-box;
  z-index: 8;
}
#scrollDown span:before {
  position: absolute;
  top: 7px;
  left: 50%;
  content: "";
  width: 4px;
  height: 8px;
  margin-left: -2px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-animation: scrolldown 2s infinite;
  animation: scrolldown 2s infinite;
  box-sizing: border-box;
}

footer {
  padding-top: var(--padding-vertical);
}
footer .btn-social {
  padding: 13px;
  font-size: 25px;
  color: var(--cta-color);
}
footer .btn-social:hover {
  color: var(--hover-color);
}
footer .contactgegevens .contactinfo {
  padding: var(--padding-horizontal);
}
footer .contactgegevens .contactinfo:first-of-type {
  border-bottom: 1px rgba(244, 244, 244, 0.6) solid;
}

.footer_link {
  font-weight: bold;
  color: var(--text-color);
}
.footer_link:hover {
  color: var(--hover-color) !important;
}

.copyright {
  padding-bottom: var(--padding-vertical);
  font-size: 0.9rem;
  line-height: 1.5rem;
}
.copyright .txt {
  opacity: 0.4;
}

.nieuwsbrief {
  padding: var(--padding-horizontal) var(--padding-vertical);
  margin-top: 30px;
  margin-bottom: -20px;
  border-radius: 0px;
}

@keyframes scrolldown {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 15px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media (min-width: 992px) {
  html, body {
    font-size: var(--font-size);
    line-height: var(--line-height);
  }

  h1, h2 {
    font-size: 2.5rem;
  }

  .screen_container .screen {
    border: 20px #0b131a solid;
  }

  .socials {
    float: right;
  }

  #scrollDown span {
    bottom: 125px;
  }

  .cta {
    padding: var(--padding-vertical);
  }

  .totop {
    margin-top: calc(0px - (4 * var(--padding-vertical)));
  }

  .klantLogo {
    width: calc(50% - 40px);
    padding-bottom: calc(50% - 40px);
    margin-bottom: 40px;
    margin-right: 40px;
  }

  .bg-small {
    height: 75vh;
  }

  .bg {
    background-size: cover;
    background-position: right center;
    height: 100vh;
  }
  .bg .caption h1, .bg .caption h2 {
    font-size: 2.5rem;
  }

  .case .photo-container .highlight {
    max-width: 55%;
  }

  footer .contactgegevens .contactinfo {
    padding: var(--padding-vertical) var(--padding-horizontal);
  }
  footer .contactgegevens .contactinfo:first-of-type {
    border-bottom: 0px #eee solid;
  }
}
@media (min-width: 1115px) {
  h1, h2 {
    font-size: 2.2rem;
  }

  .screen_container .screen {
    border: 29px #0b131a solid;
  }

  .casehead {
    height: 135vh;
  }
  .casehead .caption {
    padding-bottom: calc(var(--padding-vertical) * 3);
  }
  .casehead .highlight {
    bottom: -100px;
    max-width: 65%;
  }

  .visible-mobile {
    display: none;
  }

  .visible-desktop {
    display: block;
  }

  .related .case {
    height: 50vh;
  }

  .case-small .photo-container {
    height: 55vh !important;
  }
  .case-small .photo-container .highlight {
    max-width: 65% !important;
  }

  .case .mobile-content {
    display: none;
  }
  .case .photo-container {
    height: 68vh;
  }
  .case .photo-container .highlight {
    max-width: 45%;
  }
  .case .photo-container .caption {
    display: block;
  }

  .bg {
    background-position: center center;
  }
  .bg .caption h1, .bg .caption h2 {
    font-size: 3.1rem;
    padding-right: 0vw;
    line-height: 75px;
  }

  .bg-small {
    height: 75vh;
  }
}
@media (min-width: 1400px) {
  .navbar .navbar-nav .nav-link {
    font-size: 1rem;
  }

  .case-small .photo-container .caption h1 {
    font-size: 2.4rem;
  }
  .case-small .photo-container .highlight {
    max-width: 45% !important;
  }

  .container-100 {
    padding: 0px 3vw;
  }

  .bel strong {
    font-size: 1rem;
  }
}
@media (min-width: 1580px) {
  .case .photo-container {
    height: 78vh;
  }

  .navbar .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1980px) {
  .case .photo-container {
    height: 95vh;
  }

  .bg {
    height: 105vh;
    min-height: 725px;
    background-position: right center;
    background-size: 100%;
  }

  .container-large {
    width: 100%;
    max-width: 1700px;
  }

  .bg-small {
    height: 75vh;
  }

  #scrollDown span {
    bottom: 20vh;
  }
}
@media (max-width: 1440px) {
  html, body {
    font-size: 20px;
  }
}
@media (max-width: 1300px) {
  .navbar .navbar-nav .nav-link {
    padding-right: 0.4rem;
    padding-left: 0.4rem;
  }
}
@media (max-width: 1200px) {
  .keuzes .keus {
    padding-right: 30px;
    margin-bottom: 30px;
  }

  .dienstenmenu .nav-link {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 1280px) {
  .bg .caption h1 {
    font-size: 2.7rem;
    line-height: 65px;
  }

  .groeiplanvisual {
    display: none;
  }
}
@media (max-width: 992px) {
  .ml-right {
    width: auto;
  }

  .bg .caption h1 {
    font-size: 2.3rem;
    line-height: 50px;
  }

  .bigscreen {
    margin-top: 30px;
    width: 100%;
  }
  .bigscreen .screen {
    position: relative;
    height: 500px;
    border: 20px #0b131a solid;
  }

  .case-small .inner {
    padding: 0px;
  }

  .home .bg .caption h1 {
    padding-right: 25vw;
  }

  .logo {
    width: 235px !important;
  }

  .section-small {
    padding: 15px;
  }

  .medewerker .inner {
    padding: var(--padding-horizontal);
  }

  .medewerker_img {
    max-height: none !important;
  }

  .navbar-modal {
    position: relative;
    height: 64px;
    width: 64px;
    margin-right: 0px;
    float: right;
    text-align: center;
    margin-top: -10px;
    z-index: 200;
  }

  .bg {
    height: 75vh;
    background-position: 56% center;
  }
  .bg .caption {
    padding-bottom: 0px;
  }

  #scrollDown span {
    bottom: 40px;
  }

  .navbar-toggler {
    position: relative;
    z-index: 200;
  }

  #cn-accept-cookie {
    float: inherit !important;
  }

  .nieuwsbrief {
    padding: var(--padding-horizontal);
  }

  .dienstenmenu .nav-link {
    font-size: 2.3rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 768px) {
  .sidebar {
    margin: 0px;
    padding: 0px;
  }

  .choose-us {
    padding: 0px;
  }

  .screen_container .screen {
    left: 0px;
  }

  .bigscreen .screen {
    height: 265px;
    min-height: 265px;
    border: 15px #0b131a solid !important;
  }
}
.nf-form-content .listselect-wrap .nf-field-element div, .nf-form-content input.ninja-forms-field, .nf-form-content select.ninja-forms-field:not([multiple]) {
  height: 60px !important;
  line-height: 55px;
}

.email {
  border-radius: 0px !important;
  height: 58px !important;
  line-height: 58px;
  font-size: 0.85rem !important;
  padding: 0px 0px 0px 20px !important;
  border: 0px !important;
}

.shadow {
  box-shadow: 0 10px 30px 0 rgba(72, 72, 72, 0.16) !important;
}

.nf-form-content .listselect-wrap .nf-field-element div, .nf-form-content .ninja-forms-field {
  font-size: 1rem !important;
  padding: 0px 15px !important;
}

.wp-block-image img {
  height: auto;
}

.ht_ctc_padding {
  margin: 15px;
  padding: 15px !important;
}
.ht_ctc_padding svg {
  height: 36px !important;
  width: 36px !important;
}

#mc_embed_signup form {
  text-align: left !important;
}

.alert {
  display: none;
}

#mc_embed_signup input.email {
  width: auto;
}
#mc_embed_signup .btn {
  margin-top: 0px !important;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
}

.nieuwsbrief i {
  color: var(--text-color);
  line-height: 55px;
}
.nieuwsbrief .btn {
  margin: 0px auto;
}

.nf-error.field-wrap .nf-field-element:after {
  height: 54px !important;
  line-height: 55px !important;
}

.nf-form-fields-required {
  display: none;
}

.nf-form-content label {
  font-size: 1rem !important;
}

#wpadminbar {
  background: #3e4a53 !important;
}

#wp-admin-bar-search {
  display: none !important;
}

.form-check input {
  height: 20px;
  width: 20px;
  float: left;
  margin-right: 12px;
}

.btn {
  font-size: inherit !important;
}

.nf-multi-cell .nf-cell {
  padding: 0px 10px 0px 0px !important;
}

#wpadminbar #wp-admin-bar-my-account.with-avatar > .ab-empty-item img, #wpadminbar #wp-admin-bar-my-account.with-avatar > a img {
  width: auto;
  height: 16px;
  padding: 0;
  border: 1px solid #82878c !important;
  background: #eee !important;
  line-height: 1.84615384;
  vertical-align: middle;
  margin: -4px 0 0 6px;
  float: none;
  display: inline;
}

.nf-form-content {
  padding: 0px !important;
}

.nf-form-content .list-select-wrap .nf-field-element > div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
  background: #fff !important;
}

#wpadminbar #wp-admin-bar-my-account.with-avatar > .ab-empty-item img, #wpadminbar #wp-admin-bar-my-account.with-avatar > a img {
  border: 0px;
  border-radius: 50px !important;
}

.space {
  height: 430px;
}

.breadcrumb {
  background: transparent;
  padding: 0px;
  margin-top: -30px;
  margin-bottom: 30px;
  color: inherit;
}
.breadcrumb a {
  color: var(--main-color);
}

@media (min-width: 770px) {
  .nieuwsbrief .btn {
    float: right;
  }
}
@media (max-width: 768px) {
  #mc_embed_signup input.email {
    width: calc(100% - 30px) !important;
  }
}

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