




/*********************************************
 * APP Components
 *********************************************/
.page-background {
    position: fixed;
    top:0;
    right: 0;
    bottom:0;
    left:0;

}
.page-background .page-background-image {
    position: absolute;
    top:0;
    right: 0;
    bottom:0;
    left:0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


@media (max-width: 970px) {
  .page-background  {
    right: 0px;
  }
}

.reveal.with-page-background .backgrounds {
  display: none;
  visibility: hidden;
}


.scrollable-slide {
  height: 800px;
  overflow-y: auto !important;
}

.container {

}
@media (max-width: 1130px) {
  .container {
    max-width: 92%;
  }
}
@media (max-width: 970px) {
  .container {
    max-width: 92%;
  }
}

/* Start */

.html-start {
  overflow-y: visible;
}

.body-start {
  background: transparent;

}

.start {
  position: absolute;
  width: 100%;
  height: 100vh;
  padding: 0px 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden;
  
}
.section-about {
  position: relative;
  z-index: 2;
  width: 40vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: transparent;
  padding: 30px 60px;
  overflow: hidden;
}
.section-about a {
  color: #FF4539
}
.section-about p a {
  background-image: linear-gradient(120deg, rgba(255, 69, 57, 0.2) 0%, rgba(255, 69, 57, 0.2) 100%);
  background-repeat: no-repeat;
  background-size: 100% 6px;
  background-position: 0 95%;

  transition: background-size 0.2s ease-in, color 0.2s ease-in-out;
  }
  .section-about p a:hover {
  color: #FF4539;
  background-size: 100% 88%;
  
  }


.about-brand {
  position: relative;
  left:-20px;
  width: 220px;
  transition: all 1s;
  z-index: 9999;
  margin-bottom: 20px;
 }

 .section-about-payoff {
  width: 100%;
  height: 60px;
  background:  url('../img/ksd-payoff.png') no-repeat left;
  background-size: contain;
  z-index: 9999;
}


 .section-overview {
  position: relative;
  z-index: 2;
  padding: 0px 60px;
  width: 60vw;
  min-height: 100vh;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
 }


 @media (max-width: 970px) {
  .start {
    position: absolute;
    width: 100%;
    height: 100vh;
    padding: 0px 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
   
    overflow: hidden;
    flex-direction: column;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .about-brand {
    position: relative;
    left:-10px;
    width: 180px;
    transition: all 1s;
    z-index: 9999;
    margin-bottom: 20px;
   }
  .section-about {
    position: relative;
    z-index: 2;
    width: 100vw;
    height: auto;
    display: block;
    flex-direction: column;
    align-items: flex-start;
    background: transparent;
    padding: 30px 60px 0px;
    overflow: visible;
  }
  .section-about p {
    font-size: 16px;
  }
  .section-overview {
    display: block;
    padding: 0px 0px;
    width: 100vw;
    height: auto;
    min-height: auto;
    overflow: visible;
  
    
  }
 
}
@media (max-width: 640px) {
  .section-about {
    position: relative;
    z-index: 2;
    width: 100vw;
    height: auto;
    display: block;
    flex-direction: column;
    align-items: flex-start;
    background: transparent;
    padding: 20px 20px 0px;
    overflow: visible;
  }
  .about-brand {
    position: relative;
    left:-10px;
  }
  .section-overview .col-6 {
    width: 100% !important;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/*********************************************
 * START ANIMATIE
 *********************************************/


/* .start-top {
  position: fixed;
  top:-50px;
  left: 0;
  width: 320px;
  height: 200px;
  background: url('../img/shape-2.svg') no-repeat bottom right;
  background-size: cover;
  z-index: 9;
  transform-origin: top left;
  transform: scale(3);

  transition: all 1.5s;
  transition-delay: 0.2s;
} */
/* .start-bottom {
  position: fixed;
  width: 140%;
  height: 100vh;
  left: -20%;
  bottom: -20vh;
  background: #fff;
  z-index: 999;

  transform: rotate(-12deg);

  transition: transform 1.5s;
  transition-delay: 0.2s;
} */
/* .start-lines {
  position: fixed;
  top: -50px;
  left: -50px;
  right: -50px;
  bottom: -50px;
  background:  url('../img/lines-dark.svg') no-repeat center;
  background-size: contain;
  opacity: 0.04;
  z-index: 9998;
  transform-origin: top left;

  transition: all 1s;
  transition-delay: .5s;
} */
.ready .start-lines {
  transform: translateX(-30vh) translateY(-30vh) scale(0.6);
  opacity: 0;
}
/* .reveal.has-dark-background .start-lines {
  background-image: url('../img/lines.svg')
} */

.ready .start-top {
  transform: scale(1);
}
/* .ready .start-bottom {
  transform: translateY(100%);
} */


@keyframes spinnit {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

.reveal-dimmer {
	
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 1000;
	background-color: rgba(10, 10, 10, 0.815);
	overflow-x: hidden;
  overflow-y: auto;

  visibility: visible;
  opacity: 1;
	transition: all .2s;
	
  }
  .ready .reveal-dimmer {
    visibility: hidden;
	  opacity: 0;
	  transition: all .2s .1s;
  }

  .reveal-dimmer .loading {
	position: absolute;
	left: calc(50% - 24px);
	top: calc(50% - 24px);
	width: 48px;
	height: 48px;
 
  opacity: 1;
	animation: spinnit 1s linear infinite;
  }
  .reveal-dimmer .loading:before,
  .reveal-dimmer .loading:after {
	content: "";
	display: block;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	border: 3px solid transparent;
	border-radius: 50%;
  }
  .reveal-dimmer .loading:before {
	border-color: rgba(255, 255, 255, 0.25);
  }
  .reveal-dimmer .loading:after {
	border-top-color: #fff;
  }
  .ready reveal-dimmer .loading {
    opacity: 0;
  }



 /*********************************************
 * TOPBAR
 *********************************************/

.topbar {
  position: fixed;
  top:0;
  right:0;
  width: 100%;
  height: 60px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px 0 30px;
  z-index: 9;

  transform: translateX(0) translateY(-100px);
  transform-origin: top left;
  transition: all 0.8s;
  transition-delay: .4s;
}
.topbar:before {
  position: absolute;
  bottom:-1px;
  left:0;
  content:'';
  width: 100%;
  height: 1px;
  background: rgb(0,0,0);
  opacity: 0.1;
  z-index: -1;
}
.ready .topbar {
  transform: translateX(0) translateY(0px);
}

.brand {
  position: absolute !important;
  top: 0px;
  right: 20px;
  width: 120px;
  height: 100px;

  transform: translateX(200px) translateY(0px);
  /* transform-origin: top right;
  transition: all 0.8s;
  transition-delay: 1.2s; */
  z-index: 9999;
}
.ready .brand {
  transform: translateX(0) translateY(0px);
}

.brand:before {
  position: absolute;
  bottom:0px;
  left: -40px;
  width: 200px;
  height: 90px;
  background: #fff;
  transform: skew(45deg);
  border-radius: 5px;
  content:'';
  z-index: 1;
  opacity: 1;
}
.brand:after {
  position: absolute;
  top:0px;
  left: 0;
  right:0;
  bottom:0;
  background:  url('../img/logo-mug.svg') no-repeat center;
  background-size: 100px auto;
  content:'';
  z-index: 2;
}
.slide-colour-color3 .brand {
  position: absolute !important;
  top: 0px;
  right: 20px;
  width: 160px;
  height: 100px;
}
.slide-colour-color3 .brand:before {
  position: absolute;
  bottom:0px;
  left: -60px;
  width: 260px;
  height: 90px;
}
.slide-colour-color3 .brand:after {
  background-image:  url('../img/logo-ksd.svg');
  background-size: 140px auto;
}

/* HHNK */
.slide-colour-HHNK .brand {
  position: absolute !important;
  top: 0px;
  right: 20px;
  width: 190px;
  height: 100px;
}
.slide-colour-HHNK .brand:before {
  position: absolute;
  bottom:0px;
  left: -60px;
  width: 280px;
  height: 90px;
}
.slide-colour-HHNK .brand:after {
  background-image:  url('../img/macadam.png');
  background-size: 180px auto;
}
/* Dijkstra Groep */
.slide-colour-secondary .brand {
  position: absolute !important;
  top: 0px;
  right: 20px;
  width: 160px;
  height: 100px;
}
.slide-colour-secondary .brand:before {
  position: absolute;
  bottom:0px;
  left: -60px;
  width: 260px;
  height: 90px;
}
.slide-colour-secondary .brand:after {
  background-image:  url('../img/logo-dijkstra-groep.svg');
  background-size: 140px auto;
}


/*
<p>Satelliet&nbsp;&nbsp;&nbsp;&nbsp; <img alt="" src="/site/download/fPiBTrXzm1Nl?type=open" style="width: 150px; height: 120px;" /></p>

<p>Sensoren&nbsp;&nbsp;&nbsp;&nbsp; <img alt="" src="/site/download/2lPojlxtcvyo?type=open" style="width: 76px; height: 150px;" /></p>

<p>Data(bronnen)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <img alt="" src="/site/download/3BgLlNqx1rjR?type=open" style="width: 120px; height: 150px;" /></p>

*/

.brand-payoff {
  position: absolute !important;
  top: 0px;
  left: 20px;
  width: 200px;
  height: 60px;
  background:  url('../img/ksd-payoff.png') no-repeat center;
  background-size: contain;
  z-index: 9999;
}
.second-payoff{
  display: none;
  visibility: hidden;
}
.slide-colour-color3 .brand-payoff {
  background-image:  url('../img/ksd-payoff.png')
}
.slide-colour-HHNK .brand-payoff {
   background-image:  url('../img/macadam-payoff.png')
}
.slide-colour-secondary .second-payoff {
  display: block;
  visibility: visible;
  position: absolute !important;
  top: 0px;
  left: 250px;
  width: 200px;
  height: 60px;
  background:  url('../img/ksd-payoff.png') no-repeat center;
  background-size: contain;
  z-index: 9999;
}
@media (max-width: 970px) {
  .brand {
    position: absolute !important;
    top: 0px;
    right: 20px;
    width: 120px;
    height: 80px;
  
    transform: translateX(200px) translateY(0px);
    transform-origin: top right;
    transition: all 0.8s;
    transition-delay: 1.2s;
    z-index: 9999;
  }

  
  .brand:before {
    position: absolute;
    bottom:0px;
    left: -40px;
    width: 180px;
    height: 70px;
    background: #fff;
    transform: skew(45deg);
    border-radius: 5px;
    content:'';
    z-index: 1;
    opacity: 1;
  }
  .brand:after {
    position: absolute;
    top:0px;
    left: 0;
    right:0;
    bottom:0;
    background:  url('../img/logo-mug.svg') no-repeat center;
    background-size: 80px auto;
    content:'';
    z-index: 2;
  }
}
@media (max-width: 640px) {
  .topbar {
    position: fixed;
    top:0;
    right:0;
    width: 100%;
    height: 40px;
  }
  .brand {
    position: absolute !important;
    top: 0px;
    right: 0px;
    width: 110px;
    height: 70px;
  
    transform: translateX(200px) translateY(0px);
    transform-origin: top right;
    transition: all 0.8s;
    transition-delay: 1.2s;
    z-index: 9999;
  }

  
  .brand:before {
    position: absolute;
    bottom:0px;
    left: -20px;
    width: 160px;
    height: 60px;
    background: #fff;
    transform: skew(45deg);
    border-radius: 5px;
    content:'';
    z-index: 1;
    opacity: 1;
  }
  .brand:after {
    position: absolute;
    top:0px;
    left: 0;
    right:0;
    bottom:0;
    background:  url('../img/logo-mug.svg') no-repeat center;
    background-size: 60px auto;
    content:'';
    z-index: 2;
  }
  .brand-payoff {
    position: absolute !important;
    top: 0px;
    left: 10px;
    width: 150px;
    height: 40px;
    background:  url('../img/ksd-payoff.png') no-repeat center;
    background-size: contain;
    z-index: 9999;
  }
}

.footer {
  position: fixed;
  bottom:0;
  left:0;
  height: 60px;
  display: flex;
  align-items: center;
  padding: env(safe-area-inset-bottom, 60px);
  padding-left: 20px;
  color: #fff;
  font-size: 20px;
  z-index: 99;
}
.footer a {
  color: rgba(255, 255, 255, 0.6);
}
.footer a:hover {
  color: rgb(255, 255, 255);
}


.footer-brand {
  position: absolute !important;
  bottom: 0px;
  left: 0px;
  width: 100px;
  height: 70px;

  transform: translateX(-200px) translateY(0px);
  transform-origin: top left;
  transition: all 0.8s;
  transition-delay: 1.2s;
  z-index: 9999;
 }
 .ready .footer-brand {
  transform: translateX(0px) translateY(0px);
 }
 .footer-brand:before {
  position: absolute;
  bottom:0px;
  left: 0px;
  width: 140px;
  height: 75px;
  border-radius: 5px;
  background: #FF4539;
  transform: skew(45deg);
  content:'';
  z-index: 1;
  opacity: 1;
 }
 .footer-brand:after {
  position: absolute;
  top:0px;
  left: 0;
  right:0;
  bottom:0;
  background:  url('../img/logo-mug-white.svg') no-repeat center;
  background-size: 60px auto;
  content:'';
  z-index: 2;
 }



.footer a.overview-button {
  display: flex;
  align-items: stretch;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}
.footer a.overview-button:hover {
  color: rgb(255, 255, 255);
}
.footer a.overview-button i {
  margin-right: 10px;
  color: #fff;
}

.reveal.has-light-background .footer {
  color: #0a0a0a;
}
.reveal.has-light-background .footer a {
  color: rgba(10, 10, 10, 0.6);
}
.reveal.has-light-background .footer a:hover {
  color: rgba(10, 10, 10, 1);
}

 .reveal .slide-menu-button {
   position: absolute;
   bottom: 0px !important;
   left: auto !important;
   right: 0px !important;
   display: flex;
   align-items: center;
   padding-right: 30px;
   width: 130px;
   height: 60px;
   cursor: pointer;
    z-index: 99;
    border-left: 1px solid rgba(255, 255, 255, 0.1);

 }

 .reveal .slide-menu-button:before {
   position: relative;
   content:'Inhoud';
   text-transform: uppercase;
   font-size: 14px;
   font-weight: 400;
   margin-top:2px;
   margin-right: 10px;
   margin-left: 20px;
   color: #fff;
   z-index: 2;
 }



 @media (max-width: 640px) {

  .reveal-toolbar-bottom {
    display: none !important;
  }
  .footer-brand {
    display: none;
  }
  .reveal .slide-menu-button {
    justify-content: center;
    padding-right: 0px !important;
    width: 60px;
  }
  .reveal .slide-menu-button:before {
    display: none;
  }
  
 }

 .reveal.has-light-background .slide-menu-button:before {
  color: #fff;
 }

 .reveal .slide-menu-button i {
  position: relative;
  color: #fff;
  z-index: 2;
 }
 .reveal .slide-menu-button:hover i {
  color: #fff;
 }

 .reveal.has-light-background .slide-menu-button i {
  color: #fff;
}

.reveal .slides {
  text-align: left;
  display: flex;
  align-items: center;

}
.reveal .slides > section, .reveal .slides > section > section {
  padding: 0;
 }
 .reveal.overview .slides section:hover,
 .reveal.overview .slides section.present {
  outline: 10px solid rgba(255, 255, 255, 0.8);
  outline-offset: 10px;
 }

@media (max-width: 970px) {
  .reveal .slides {
    /* width: 100% !important;
    top:0 !important;
    left:0 !important;
    text-align: left;
    display: flex;
    align-items: flex-start; */

  }
  .reveal .slides > section, .reveal .slides > section > section {
    /* top: 0 !important;
    padding: 0; */
   }
 }


.reveal .slides > section,
.reveal .slides > section > section {
  /* height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;

  display: flex !important;
  align-items: center; */
}
.reveal .slides > section > section {

  /* box-sizing: border-box;
  width: calc(100% - 400px) !important;
  padding:0;
  height: auto !important; */
  height: 100vh;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; 
  }



.content {
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  /* width: calc(100% - 400px); */
  width: 100%;
  padding: 0;

  
  /* justify-content: stretch; */
  /* padding-top: 140px;
  padding-bottom: 100px; */
 

  height: 100vh;
  
  /* padding-right: 360px !important; */
}
.modal .content {
  height: auto;
}

.content.align-items-center {
  display: flex;
}
.content.align-items-end {
  display: flex;
  align-items: flex-end;
}
.content::-webkit-scrollbar {
  display: none;
}

.content .inner {
  display: block;
  width:100%;
  min-height: 100px;
  padding-top: 100px;
  padding-bottom: 100px;

}
.section-overview .content .inner {
  padding-top: 40px !important;
  padding-bottom: 40px !important
}

.content .inner iframe {
  width: 100% !important;
    
}




.overview .content {
  padding: 50px !important
}
.content .text-center {
  text-align: center !important;
}


.content .menu-title {
  visibility: hidden;
}

.content .order-2 .heading {
  padding-left: 30px;
}

.content hr {
    margin: 0px 0 20px !important;
    max-width: 6rem;
    border-width: 0;
    height: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    background-image: url('../img/triangles.svg');

}
.slide-colour-color3 .content hr {
  background-image: url('../img/ksd-triangles.svg');
}
.slide-colour-HHNK .content hr {
  background-image: none;
  height: 5px;
  background-color: #ffffff;
}

.section-title-wrap:after {
  position: relative;
  display: block;
  content: '';
  margin-top: 10px;
  width: 75px;
  height: 10px;
  
  }

.content .text-center hr {
  margin: 0px auto 20px !important;
  background-position: center;
}
.with-primary-bg.content hr {
  background-image: url('../img/triangles-white.svg');
}

.slide-colour-color3 .with-primary-bg.content hr {
  background-image: url('../img/ksd-triangles-white.svg');
}

.content .label {
  display: inline-block;
  line-height: 1;
  font-size: 28px;
  font-weight: 400;
  background: transparent;
  color: #FF4539;
  padding: 10px 0px;
  margin-bottom: 10px;
}
.reveal.has-dark-background .content .label {
  color: #FF4539;
}

.with-primary-bg.content .label {
  color: #1d2025
}

.content .title {
  line-height: 1;
  font-size: 56px;
  font-weight: 700;
  margin-left: -3px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.content .title.small {
  font-size: 40px;
}
.content .title.large {
  font-size: 76px;
}
.content .title.huge {
  font-size: 96px;
}

.content .subtitle {
  font-size: 28px;
}

.content .subtitle {
  font-size: 28px;
}

.content .infotitle {

  font-size: 16px;
  font-weight: 400;
}

.content .lead {
  display: block;
  padding-top: 0px;
}
.content .lead p {
  font-size: 30px;
  font-weight: 500;
}


.content .text {
  display: block;
  padding-top: 0px;
}
.content .text p {
  font-size: 30px;
  font-weight: 400;
}

/* Listing */
.content .listing {
	position: relative;
	z-index: 996 !important;
}
.content .listing ul {
	list-style: none;
	margin:0;
	padding:0;
}
.content .listing ul li {
  font-size: 30px;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
  padding: 7px 0;
  font-weight: 700;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.content .listing ul li.indent li {
	padding-left: 30px;
}

.content .text.listing ul li {
  font-weight: auto;
}
.content .listing li > i {
  position: relative;
  top: 2px;
  margin-right: 10px;
  color: #FF4539;
}
.with-primary-bg.content .listing li > i {
  color: #1d2025
}
.slide-colour-HHNK .content .listing li > i {
  color: #003770
}

.content .listing ul li:last-child {
	border:0;
}
.content .listing ul li > a {
	padding-left: 0;
	font-weight: 700;
	display: block;
  padding: 7px 0;
	font-size: 30px;
	letter-spacing: 0px;
	position: relative;
	line-height: 1.1;
	color: #fff;

}
.content .listing ul li > a {
    background-image: linear-gradient(120deg, rgba(255, 69, 57, 0.3) 0%, rgba(255, 69, 57, 0.3) 100%);
    background-repeat: no-repeat;
    background-size: 100% 6px;
    background-position: 0 70%;

    transition: background-size 0.2s ease-in, color 0.2s ease-in-out;
}
.content .listing ul li > a:hover {
    background-size: 100% 80%;
}

.has-light-background .content .listing ul li > a{
	color: #222;
}

.content .listing li > a i {
	color: #FF4539;
}
.content .listing li > a:hover {
	color: #FF4539;
}
.content .listing li > a:hover i {
	color: #FF4539;
}


/* Images */

.images {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  overflow: hidden;

  
}
.images.wide {
  width: 100%;
}
.order-1 .images.wide {
  float: right;
}
.images img {
  border-radius: 5px;
}
.images.images-2 img {
  width: calc(50% - 10px);
  margin: 0 10px 0 0
}
.images.images-4 {
  flex-wrap: wrap;
}
.images.images-4 img {
  width: calc(50% - 10px);
  margin: 5px 10px 5px 0
}
.svg {
  position: absolute;
  width: 0;
  height: 0;
}
.svg.flipped {
  transform: scaleX(-1);
}

/* .clipped {
  -webkit-clip-path: url(#my-clip-path);
  clip-path: url(#my-clip-path);
  
} */


.logos {
  display: flex;
  align-items: center;
  justify-content: stretch;
  flex-wrap: wrap;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
}
.logos .logo-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 20px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.logos .logo-box img {
  max-height: 120px;
}
.logos.more-than-4 .logo-box {
  width: 25%;
  height: 160px;
}
.logos.more-than-9 .logo-box {
  width: 20%;
  height: 160px;
}
@media (max-width: 1130px) {

  .content .label {
    display: inline-block;
    line-height: 1;
    font-size: 24px;
    font-weight: 400;
    background: transparent;
    color: #FF4539;
    padding: 10px 0px;
    margin-bottom: 10px;
  }



  .content .title {
    line-height: 1;
    font-size: 46px;
    font-weight: 700;
    margin-left: -3px;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .content .title.small {
    font-size: 34px;
  }

  .content .title.large {
    font-size: 54px;
  }
  .content .title.huge {
    font-size: 74px;
  }

  .content .subtitle {
    font-size: 24px;
  }

  .content .subtitle {
    font-size: 22px;
  }

  .content .infotitle {

    font-size: 14px;
    font-weight: 400;
  }

  .content .lead {
    display: block;
    padding-top: 0px;
  }
  .content .lead p {
    font-size: 24px;
    font-weight: 500;
  }
  
  .content .text {
    display: block;
    padding-top: 0px;
  }
  .content .text p {
    font-size: 22px;
    font-weight: 400;
  }
}

@media (max-width: 970px) {
  .content .order-2 .heading {
    padding-left:0;
  }
  .content .title {
    line-height: 1;
    font-size: 42px;
    font-weight: 600;
  }
  .content .title.small {
    font-size: 30px;
  }
  .content .title.large {
    font-size: 48px;
  }
  .content .title.huge {
    font-size: 63px;
  }

  .content .lead {
    margin-left: 0px;
  }
  .content .lead p {
    font-size: 22px;
  }
  .content .text p {
    font-size: 22px;
  }
  .images {
    margin-bottom: 20px;
  }
  .content .listing ul li,
  .content .listing ul li a {
    font-size: 22px;
  }

  .logos.more-than-4 .logo-box {
    width: 50%;
    height: 160px;
  }
  .logos.more-than-9 .logo-box {
    width: 33.333%;
    height: 120px;
  }


}
@media (max-width: 640px) {
  .content .inner {
    display: block;
    width:100%;
    min-height: 100px;
    padding-top: 70px;
    padding-bottom: 70px;
  
  }
  .content.align-items-center {
    display: block;
  }
  .content.align-items-end .inner {
    padding-bottom: 120px;
  }
  .content .inner iframe {
    width: 100% !important;
    height: auto !important;
  }
  .content .order-2 .heading {
    padding-left:0;
  }
  .content .title {
    line-height: 1;
    font-size: 32px;
    font-weight: 600;
  }
  .content .title.small {
    font-size: 22px;
  }
  .content .title.large {
    font-size: 40px;
  }
  .content .title.huge {
    font-size: 46px;
  }

  .content .lead {
    margin-left: 0px;
  }
  .content .lead p {
    font-size: 18px;
  }
  .content .text p {
    font-size: 18px;
  }
  .images {
    margin-bottom: 20px;
  }
  .content .listing ul li,
  .content .listing ul li a {
    font-size: 18px;
  }
}


html.img-right .reveal .slide-background-content {
  left: auto;
  right: 0;
}



.bg-shape {
  position: absolute;
  top: 0px;
  left: 0px;
  width:800px;
  height: 100%;

  border-radius: 0px 0 0 0px;
  transform: skew(22.5deg);
  opacity: 1;

  z-index: 1;
}  
.bg-shape:after {
 
}
.bg-shape.primary {
  background: #FF4539;
}
.bg-shape.secondary {
  background: #0a0a0a;
}
.bg-shape.color3 {
  background: #00945e;
}
.bg-shape.dark {
  background: #0a0a0a;
}
.bg-shape.white {
  background: #fff;
}
.bg-shape.light {
  background: #fff;
}
.bg-shape.HHNK {
  background: #003770;
}


.bg-shape.left.width-20vw {
  left: 8vw
}
.bg-shape.left.width-30vw {
  left: 18vw
}
.bg-shape.left.width-40vw {
  left: 28vw
}
.bg-shape.left.width-50vw {
  left: 38vw
}
.bg-shape.left.width-60vw {
  left: 48vw
}
.bg-shape.left.width-70vw {
  left: 58vw
}
.bg-shape.left.width-80vw {
  left: 68vw
}
.bg-shape.left.width-90vw {
  left: 78vw
}

.bg-shape.right {
  right: 0px;
  left: auto;
  transform: skew(-22.5deg);
}
/* Rechts */
.bg-shape.right.width-20vw {
  right: 8vw
}
.bg-shape.right.width-30vw {
  right: 18vw
}
.bg-shape.right.width-40vw {
  right: 28vw
}
.bg-shape.right.width-50vw {
  right: 38vw
}
.bg-shape.right.width-60vw {
  right: 48vw
}
.bg-shape.right.width-70vw {
  right: 58vw
}
.bg-shape.right.width-80vw {
  right: 68vw
}
.bg-shape.right.width-90vw {
  right: 78vw
}


@media (max-width: 970px) {
  .reveal .slide-background-content {
    width: 100vw !important;
    background-size: cover !important;
    opacity: 0.3 !important;
  }
  .bg-shape {
    display: none;
  }
}

.reveal.has-dark-background .section-lines {
  background-image:  url('../img/lines.svg');
  opacity: 0.02;
}

.content .footer {
  display: block;
  margin-top: 40px;
}


/* Radio & Checkbox */


.checkbox,
.radio {
    position: relative;
}
.checkbox input,
.radio input {
    position: absolute;
    opacity: 0;
}
.checkbox label,
.radio label {
    display: block;
    padding-left: 36px;
    line-height: 1.8;
    margin: 0;
    cursor: pointer;
    font-size: 15px;
    color: #5d686e
}
.checkbox label:before,
.radio label:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 26px;
    height: 26px;
    border: 1px solid rgba(24, 21, 69, 0.2);
    background: white center center / 26px 26px no-repeat url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyMCAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNS41IDEwbDMgM2w2IC02IiBmaWxsPSJub25lIiBzdHJva2U9IiNGRkYiIHN0cm9rZS13aWR0aD0iMS41Ii8+PC9zdmc+");

    transition: background-color .2s;
}
.radio :checked + label:before,
.checkbox :checked + label:before {
    background-color: #FF4539;
    border-color: #FF4539;
}
.checkbox label:before {
    border-radius: 3px;
}
.radio label:before {
    border-radius: 50%;
}


.errors {
  color: red
}

.mapboxgl-popup-close-button {
  border-radius: 0 15px 0 10px;
}
.mapboxgl-popup-content {
  border-radius: 15px;
  padding: 20px;
}
.mapboxgl-popup-content h3 {
  font-family: 'Neutra Text';
  color: #FF4539;
  margin: 0;
}
.mapboxgl-popup-content h3:before {
  position: relative;
  left: -5px;
  display: block;
  width: 60px;
  height: 30px;
  content:'';
  background:  url('../img/logo-mug.svg') no-repeat center;
  background-size: contain;
  margin-bottom: 5px;
}

.mapboxgl-marker svg > g > g {
  fill: #FF4539 !important;
}

