/* Import Red Hat Display font */
@import url('fonts.css');

body.page-template-template-roadshow {
  background-color: #fff;
  color: #707070;
  font: normal normal normal 16px/1.291 'Red Hat Display', sans-serif;
  overflow-x: hidden;
  font-size: 18px;
  line-height: 1.6;
}

.page-template-template-roadshow .wrapper {
  overflow: hidden;
}

.page-template-template-roadshow .main {
  margin-bottom: 40px;
}

.page-template-template-roadshow img {
  max-width: 100%;
  height: auto;
}

/*Link Farbe */
.page-template-template-roadshow a:hover {
  color: #575A59;
  text-decoration: none;
}

.page-template-template-roadshow a {
  color: #575A59;
}

.page-template-template-roadshow b,
.page-template-template-roadshow strong,
.page-template-template-roadshow .strong {
  font-weight: 600;
  font-family: 'Red Hat Display', sans-serif;
}


.page-template-template-roadshow h1 {
  font: normal normal 800 40px/0.989 'Red Hat Display', sans-serif;
}

.page-template-template-roadshow h2 {
  font: normal normal 700 30px/1.388 'Red Hat Display', sans-serif;
  color: #008494;
  margin-bottom: 11px;
}

.page-template-template-roadshow h3 {
  font: normal normal 700 28px/1.107 'Red Hat Display', sans-serif;
  line-height: 126%;
  font-weight: 700;
  color: #B7555D;
  margin-bottom: 11px;
}

.page-template-template-roadshow h1:last-child,
.page-template-template-roadshow h2:last-child,
.page-template-template-roadshow h3:last-child,
.page-template-template-roadshow h4:last-child,
.page-template-template-roadshow h5:last-child,
.page-template-template-roadshow h6:last-child,
.page-template-template-roadshow p:last-child {
  margin-bottom: 0;
}

.page-template-template-roadshow .header {
  background-color: #F5F5F5;
  padding: 20px 0;
}

.page-template-template-roadshow .hero {
  position: relative;
  min-height: 400px;
  z-index: 0;
}

.hero-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  min-height: 400px;
}

.hero-text {
  padding: 40px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-text * {
  color: #fff;
}

.hero-title {
  max-width: 800px;
}

.hero-text .container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-link {
  max-width: 324px;
  display: inline-block;
}

.logo-link img {
  max-width: 100%;
}

.section {
  margin: 40px 0;
}

.section:first-child {
  margin-top: 0;
}

.section:last-child {
  margin-bottom: 0;
}

.container-small {
  max-width: 990px !important;
}

.our-team {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 30px;
  column-gap: 30px;
  text-align: center;
  min-width: 235px;
}

.our-team-image {
  width: 254px;
  height: 208px;
  margin-bottom: 20px;
}

.our-team .our-team-title {
  font: normal normal 700 24px/1.388 'Red Hat Display', sans-serif;
  color: #008494;
  margin-bottom: 0;
}

.banner-section {
  min-height: 400px;
  position: relative;
  z-index: 0;
}

.insights-items {
  text-align: center;
}

.insights-items-content {
  max-width: 210px;
  margin: 0 auto;
  word-wrap: break-word;
}

.insights-icons {
  margin-bottom: 33px;
}

.insights-icon {
  width: 31px;
  height: 30px;
  margin: 0 auto;
}

.shape-section {
  position: relative;
  z-index: -1;
}

.pentagon-shape {
  width: 1330px;
  height: 1606px;
  position: absolute;
}

.pentagon-shape.left {
  right: 50%;
  top: 0;
}

.pentagon-shape.right {
  left: 47.8%;
  top: 170px;
}

.footer {
  background: #F5F5F5;
  padding: 30px 0;
  position: relative;
  z-index: 0;
}

.footer-bg {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.our-team-image {
  width: 254px;
  height: 208px;
  margin-bottom: 20px;
  object-fit: cover;
  -webkit-mask-image: url('../images/hoek-gevuld.svg');
  mask-image: url('../images/hoek-gevuld.svg');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  display: block;
  aspect-ratio: 254 / 208;
}
 
 #contactFormWithSignature .wpcf7-submit {
  background-color: #008494 !important;
 }
 #contactFormWithSignature .wpcf7-submit:hover {
  background-color: #a65e67 !important;
 }

#contactFormWithSignature .not-coming-btn {
    border: 2px solid #008494 !important;
    background-color: transparent !important;
    padding: 10px 11px !important;
    border-radius: 5px;
    color: #008494 !important;
    height: 55px;
}
#contactFormWithSignature .not-coming-btn:hover {
  background-color: #008494 !important;
  color: #fff !important;
}

@media screen and (max-width: 767px) {
  .section p br {
    display: none;
  }
}
@media screen and (min-width: 490px) {
  .text-sm-right {
    text-align: right !important;
  }
}

@media screen and (min-width: 768px) {
  .section {
    margin: 60px 0;
  }

  .text-md-right {
    text-align: right !important;
  }
}

@media screen and (min-width: 1200px) {
  body.page-template-template-roadshow {
    font-size: 18px;
    line-height: 1.6;
  }

  .main {
    margin-bottom: 70px;
  }

  .text-sm-right {
    text-align: right;
  }

  .page-template-template-roadshow h1 {
    font-size: 70px;
  }

  .page-template-template-roadshow h2 {
    font-size: 34px;
  }

  .header {
    padding: 40px 0;
  }

  .hero {
    min-height: 520px;
  }

  .our-team {
    row-gap: 60px;
    column-gap: 50px;
  }

  .banner-section {
    min-height: 480px;
  }

  .banner-section .hero-image img {
    min-height: 480px;
  }

  .page-template-template-roadshow .insights-items {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .footer {
    padding: 75px 0;
    font-size: 20px;
  }
}

@media (min-width: 1440px) {
/*  body.page-template-template-roadshow {
    font-size: 24px;
  }*/

  .main {
    margin-bottom: 90px;
  }

  .container {
    max-width: 1394px;
  }

  .page-template-template-roadshow h1 {
    font-size: 70px;
  }

  .page-template-template-roadshow h2 {
    font-size: 36px;
  }

  .section {
    margin: 80px 0;
  }

  .container-small {
    max-width: 1193px !important;
  }

  .our-team .our-team-sub-title {
    font-size: 20px;
  }

  .pentagon-shape {
    width: 1530px;
  }

}
@media (min-width: 1900px) {
  .page-template-template-roadshow h1 {
    font-size: 96px;
  }
}