/*

font-family: 'Lexend Deca', sans-serif;

Blue: #28306A
Oranje:#C9942B
Grey:#606363

*/




html{
    height: 100%;
    scroll-behavior: smooth;
}

* {
    -webkit-appearance: none !important;
    -moz-appearance: none;
    margin: 0;padding: 0;
}

body{
    font-family: 'Lexend Deca', sans-serif;
    font-weight: 300;
    font-size: 1em;
    overflow-x: hidden;
    position: relative;
}

.dummydiv {
  clear: both;
}

.active {
  color:#C9942B!important;
}

.ma_spacer {
  height: 100px;
}

.ma_center {
  text-align: center;
}

.ma_container {
  width: 1400px;
  margin: auto;
}

.ma_devider, .ma_left_devider {
  margin-top: 40px;
  margin-bottom: 60px;
  width: 1px;
  background-color: #606363;
  height: 100px;
}

.ma_devider{
  margin-left: auto;
  margin-right: auto;
}

.ma_left_devider {

  margin-right: auto;
}

.ma_icon_wrapper {
  width: 118px;
  height: 118px;
}

.ma_icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left bottom;
}


/* ---------- DEVIDER ------------- */

.ma_big_btn, .ma_big_dough_btn {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 700;
  padding: 20px 45px 20px 45px;
  transition: 0.2s;
  cursor: pointer!important;
  text-transform: uppercase;
}

.ma_big_btn {
  background-color: #C9942B;
}

.ma_big_dough_btn {
  background-color: #28306A;
}

.ma_big_btn:hover {
  background-color: #28306A;
}

.ma_big_dough_btn:hover {
  background-color: #C9942B;
  color: #FFFFFF;
}

.ma_txt_btn {
  text-decoration: underline;
  font-weight: 700;
  color: #C9942B;
  transition: 0.2s;
}

.ma_txt_btn:hover {
  color: #28306A;
}

/* ------- S M B --------- */


#socialmediabar {
  z-index: 1;
  width: 50px;
  height: 140px;
  left: 0px;
  top: 30vh;
  position: fixed;
  background-color: rgba(245,245,245,0.5);
}

.socialmediachannel {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 30px;
  height: 30px;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}

.socialmediachannel:hover {
  opacity: 0.6;
}


.navbar{
  background: #FFFFFF;
}

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

.nav-links a{
  display: block;
  text-decoration: none;
  font-size: 0.9em;
  font-weight: 400;
  color: #606363;
  padding: 5px 10px;
  transition: 0.2s;
  width: 200px;
  text-align: center;
  text-transform: uppercase;
}

.nav-links a:hover,.nav-links a:focus{
  text-decoration: none;
  color: #C9942B;
}

.logo a, .logo img{
  display: block;
  width: 180px;
}


.contantbtn {
  color: #FFF!important;
  background-color: #C9942B;
  padding: 10px 65px 12px 65px;
  cursor: pointer;
    transition: 0.3s;
}

.contantbtn:hover {
  color: #FFF!important;
  background-color: #D9C5A7;
}

.burger{
  display:none;
  cursor: pointer;
}

.burger div{
  width:25px;
  height:3px;
  background-color:#C9942B;
  margin: 5px;
  transition: all 0.3s ease
}

/* ------------ HERO ----------------- */


#hero {
  margin-top: 4vw;
  margin-bottom: 80px;
  text-align: center;
  color: #606363;

}

#hero .stamp{
  top:-60px;
  right: -90px;
  position: absolute;
  mix-blend-mode: multiply;
}

.herotitle {
  text-align: center;
  position: relative;
  width: auto;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  font-size: 2.5em;
  margin-bottom: 40px;
}


.baseline {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Lexend Peta', sans-serif;
  font-size: 0.6em;
  line-height: 1.5em;
  letter-spacing: 6px;
  color: #C9942B;
  text-transform: uppercase;
  font-weight: 300;
}

.fullwidthimage {
  width: 100%;
  height: 75vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

/* -------------------- TITLES & P TAGS ---------------- */

h1 {
  text-align: center;
  font-family: 'Lexend Deca', sans-serif;
    font-weight: 400;
      font-size: 3em;
    color: #28306A;
}

h1 span {
  color: #C9942B;
}


h2, h4 {
  font-size: 1.5em;
  line-height: 1.3em;
  color: #C9942B;
  font-weight: 300;
  margin-bottom: 20px;
}

h2 span {
  font-weight: 700;
}

h3 {
  font-family: 'Source Serif Pro', serif;
  font-weight: normal;
  font-size: 2em;
  color: #C9942B;
}

h4 span {
  font-family: 'Source Serif Pro', serif;
  font-weight: normal;
  color: #D9C5A7;
}

p, ul {
  font-size: 1.2em;
  line-height: 1.8em;
  color: #606363;
}

p a {
  color: #606363;
  text-decoration: none;
}

p a:hover {
  text-decoration: underline;
}

ul {
  margin-left: 15px;
  color: #606363;
}

li {
  margin-bottom: 10px;
}

.sansseriffont p {
  font-family: 'Lexend Deca', serif;
  color: #C9942B;
}

.seriffont p, .seriffont {
  font-family: 'Source Serif Pro', serif;
  color: #C9942B;
}

.seriffont a, .sansseriffont a {
color: #D9C5A7;
font-size: 1em;
font-family: 'Lexend Deca', serif;
}

b {
  font-weight: 600;
}

.veggi {
  width: 40px!important;
}

/* COLUMNS */

.ma_column_4 {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  grid-row-gap: 150px;
}

.ma_column_3, .ma_column_3_usp {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  grid-column-gap: 2%;
  grid-row-gap: 150px;
}

.flex {
  display: flex;
  justify-content: space-between;
/*  flex-wrap: wrap;*/
  align-items: flex-start;
  gap: 0 6%;
}

.flex .ma_column_item {
/*  width: auto;*/
}

.ma_column_2 {
  display: grid;
  grid-template-columns: 47% 47%;
  grid-column-gap: 6%;
  grid-row-gap: 150px;
}

.ma_column_item {
  width: 100%;
}

.ma_column_item, .ma_full_width {
  width: 100%;
}

.ma_leftalign, .ma_leftalign h1, .ma_leftalign p {
  text-align: left!important;
}


.check {
  width: 20px;
  height: 20px;
  margin: auto;
  background-image: url(../images/check.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/* -------------------- PROEFPAKKET - USPs ---------------- */

.ma_askdemopackage, .ma_negative {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #C9942B;
  position: relative;
}

.ma_askdemopackage img {
  position: absolute;
  bottom: 0;
  right: 15%;
}

.demopackage {
  width: 60%;
}

.demopackage h1 {
  color: #FFF!important;
  text-align: left!important;
}

/* BIG STAMP BG */

.bigstampbg {
  background-image: url(../images/bigstamp.svg);
  background-position: right bottom;
  background-repeat: no-repeat;
}

.ma_overflow {
  margin-bottom: -300px;
}

.ma_greybg {
  padding-top: 190px;
  background-image: linear-gradient(180deg,rgba(245,245,245,1),rgba(0,0,0,0) );
}

.ma_negative {
  background-image: url(../images/C_F_shield_watermark.svg);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 50%;
}

.ma_negative p, .ma_negative h1, .ma_negative h2 {
  color: #FFFFFF!important;
  text-align: left!important;
  margin-bottom: 0;
}

.ma_negative h1 span {
  color: #FFFFFF!important;
}

.ma_usp_item {
  display: grid;
  grid-template-columns: 27% 48%;
  grid-column-gap: 2%;
  grid-row-gap: 150px;
  align-items: center;
   justify-items: center;
}

.ma_usp_item img {
  display: block;
  width: 100%;
  max-width: 121px;
}

#centered_text {
  text-align: center;
}

/* NEWSLETTER */

form {
  font-family: 'Lexend Deca', sans-serif;
  color: #606363;
  font-size: 1.2em;
}

.error-message {
  color: red;
    font-size: 17px;
    margin-bottom: 20px;
}

.formright {
  width: 48%;
  float: right;
    margin-bottom: 15px;
}

.formleft {
  width: 48%;
  float: left;
    margin-bottom: 15px;
}

input[type=email],input[type=text], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  background-color: #EEEEEE;
  border: none;
  border-radius: 0px;
  box-sizing: border-box;
  font-size: 1em;
  font-weight: 300;
    font-family: 'Lexend Deca', sans-serif;
}


textarea {
  width: 100%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border-radius: none!important;
  border: none;
  background-color: #EEEEEE;
  font-size: 16px;
  resize: none;
  font-family: 'Lexend Deca', sans-serif;
    font-weight: 300;

}

input[type=submit] {
  font-size: 1em;
  max-width: 400px;
  min-width: 300px;
  width: 100%;
  background-color: #C9942B;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-family: 'Lexend Deca', sans-serif;
  text-transform: uppercase;
  transition: all 0.5s;
}

input[type=submit]:hover {
  background-color: #28306A;
}

input[type=submit]:disabled {
  background-color: #999999;
  cursor: default;
}

.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #C9942B;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* ---------- FOTOS --------- */

.ma_job_pics {
  height: 90vh;
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: repeat(4, 1fr);
grid-column-gap: 15px;
grid-row-gap: 15px;
}

.div1 { grid-area: 1 / 1 / 3 / 3; }
.div2 { grid-area: 1 / 3 / 3 / 6; }
.div3 { grid-area: 3 / 1 / 5 / 4; }
.div4 { grid-area: 3 / 4 / 5 / 6; }



/* --------------------- FOOTER --------------------- */

#footertop {
  width: 100%;
  height: 25px;
  background-image: url('../images/border.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  margin-bottom: -5px;
}
#ma_footer {
  background-color: #C9942B;
  padding-top: 130px;
  padding-bottom: 80px;
    color: #FFF;
}

#ma_footer_content_grid {
  width: 85%;
  margin: auto;
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
  grid-row-gap: 5%;
  padding-bottom: 60px;
}

.ma_footer_item, .ma_footer_item a, .ma_footer_item p {
  color: #FFF;
  font-size: 0.95em;
  line-height: 1.8em;
    font-weight: 300!important;
}

.ma_footer_item a {
  text-decoration: none;
    transition: all 0.3s ease
}

.ma_footer_item a:hover {
  text-decoration: underline;
}

.ma_footer_item span {
    font-size: 1.5em;
    font-weight: 400;
}

#ma_bottom {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  background-color: #28306A
}



/* ------------------------------------------------ MEDIA QUERIES ---------------------------------------------------------------- */





@media screen and (max-width:928px){


  body{
    overflow-x: hidden;
    font-size: 0.9em!important;
  }

  #socialmediabar {
    width: 50px;
  }



  .ma_container {
    width: 85%;
  }


  .herotitle {
    position: relative;
    width: auto;
    max-width: 600px;
    font-weight: 400;
    font-size: 2.5em;
    margin-bottom: 40px;
  }

  .baseline {
    font-family: 'Lexend Peta', sans-serif;

    font-size: 1.5em;
    line-height: 1.6em;
    font-weight: 400;
    width: 100%;
    margin: auto;
  }



  .ma_column_3, .ma_column_2 {
      display: grid;
      grid-template-columns: 1fr!important;
      grid-row-gap: 60px!important;
  }

  .logo-show-md{
        display: none;
  }

  .logo{
        margin-left: 8%;
    }

  .nav-links{
    z-index: 2!important;
    padding-top: 20px;
    position:absolute;
    right:0px;
    /* height:92vh; */
    top: 130px;
    background-color:#FFFFFF;
    display:flex;
    flex-direction: column;
    align-items: left;
    width:100%;
    gap: 20px;
    display: none;
    transition: transform 0.5s ease-in;
  }
  .nav-links li{
    opacity: 1;
  }

  .burger{
    display:block;
    margin-right: 50px;
  }

  .nav-links {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  }


  .nav-links a {
    width: 95%!important;
  }



.nav-active{
  opacity: 1;
  overflow-x: hidden;
  display: block!important;
}

@keyframes navLinkFade{
  from{
    opacity:0;
    /* transform: translateX(50px); */
  }
  to{
    opacity: 1;
    /* transform: translateX(0px); */
  }
}

.toggle .line1{
  opacity: 0;
}

.toggle .line2{
  transform: rotate(-45deg) translate(0px,0px);
}

.toggle .line3{
  transform: rotate(45deg) translate(-5.5px,-5.5px);
}

     nav{
      display: flex;
      justify-content: space-between;
      align-items: center;
      min-height: 100px;
      font-weight: 400;
      background-color: #FFF;
      font-family: 'Lexend Deca', sans-serif;
      text-transform: uppercase;
    }
}

/* ------------------------------------------------ NAVIGATIE QUERIES AFBLIJVEN ---------------------------------------------------------------- */


@media screen and (min-width: 928px){



    .nav-links{
      display: flex;
      width: 1400px;
      margin: 0 auto;
      justify-content:
      space-between;
      align-items: center;
    }

    .logo-show-sm{
      display: none;
    }
}


@media screen and (max-width: 1600px){

    body {
      font-size: 0.9em;
    }

    .ma_container {
      max-width: 1200px;
    }

    .ma_column_3 {

      grid-column-gap: 2%;

    }

    .nav-links{

      max-width: 1200px;

    }

    #hero .stamp {
    right: -100px;
    }

}


@media screen and (max-width: 1200px){

  #hero .stamp {
      right: -100px;
  }

    .ma_container {
      max-width: 900px;
    }

    .nav-links{

      max-width: 900px!important;

    }

    .nav-links a{
      display: block;
      text-decoration: none;
      font-size: 0.9em;
      color: #606363;
      padding: 5px 10px;
      transition: 0.2s;
      width: 160px;
      text-align: center;
    }

    .logo a, .logo img{
      display: block;
      width: 120px;
    }

    .contantbtn {
      padding: 10px 45px 12px 45px;
    }

    .ma_column_3 {
      display: grid;
      grid-template-columns: 47% 47%;
      grid-column-gap: 6%;
      grid-row-gap: 150px;
    }



    .ma_askdemopackage img {

        right: -5%;
    }

    #ma_footer_content_grid {

      width: 80%;
    }


}

@media screen and (max-width: 1024px){

  #ma_footer_content_grid {
    margin: auto;
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    grid-row-gap: 60px;
  }

  .baseline {
      margin-top: 10px;
      margin-left: auto;
      margin-right: auto;
      font-family: 'Lexend Peta', sans-serif;
      font-size: 0.6em;
      line-height: 1.5em;
      letter-spacing: 6px;
      color: #C9942B;
      text-transform: uppercase;
      font-weight: 300;
  }

.ma_askdemopackage img {

    width: 40%;
}

}


@media screen and (max-width: 960px){
  .ma_container {
    max-width: 84%;
  }

  .demopackage {
    width: 100%;
  }

  .ma_spacer {
    height: 50px;
  }

  .ma_column_3_usp {
    margin: auto;
    width: 50%;
    display: grid;
    grid-template-columns: 1fr ;
    grid-column-gap: 10%;
    grid-row-gap: 60px;
  }

  .flex {
    flex-wrap: wrap;
    gap: 40px;
  }

  .flex .ma_column_item {
    width: calc(50% - 20px);
  }

}

@media screen and (max-width:650px){
  .flex .ma_column_item,
  .ma_column_item {
    width: 100%;
  }

  .ma_icon_wrapper {
    height:  auto;
  }
}

@media screen and (max-width:600px){

  html {
    height: 100%;
  }
  body {
    font-size: 0.8em!important;
  }

  #hero .stamp {
      top: -30px;
      right: -40px;
      width: 100px;
  }

  h1 {
    font-size: 2.3em;
  }

  #hero h1 {
    font-size: 2.5em;
  }

  .fullwidthimage {
    height: 25vh;
  }

  .baseline {
      margin-top: 10px;
      margin-left: auto;
      margin-right: auto;
      font-family: 'Lexend Peta', sans-serif;
      font-size: 0.4em;
      line-height: 1.5em;
      letter-spacing: 6px;
      color: #C9942B;
      text-transform: uppercase;
      font-weight: 300;
  }



  .ma_big_btn, .ma_big_dough_btn {
      padding: 20px;
  }

  .formleft, .formright {
    margin-bottom: 10px;
    width: 100%;
    float: left;
  }

  .footerinfo {
    margin-top: 100px;
    max-width: 300px;
    margin-left: auto;
      margin-right: auto;
  }

  #ma_footer_content_grid {
    font-size: 1.2em;
    margin: auto;
    display: grid;
    grid-template-columns: 100%;
    grid-row-gap: 5%;
    text-align: center;
  }

  .ma_big_dough_btn {
    padding: 20px 20px 20px 20px;
  }

  .ma_greybg {
    padding-top: 90px;
  }

  .ma_container {
/*    width: 320px;*/
  }

  .ma_column_4 {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-row-gap: 50px;
  }

  .ma_column_3_usp {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 10%;
    grid-row-gap: 50px;
  }

  .ma_askdemopackage img {
    display: none;
  }

  #socialmediabar {
    display: none;
  }

  .ma_infostamp {
    width: 100px;
    position: absolute;
    top: -20px;
    left: -20px;
  }

  .ma_usp_item {
    grid-template-columns: 40% 58%;

  }
}
