@font-face {
  font-family: 'AvenirLTW01-95normal';
  src: url('https://connect.explorationtour.eu/wp-content/themes/explorationtour_connect/assets/fonts/AvenirLTW01-95Black.woff2') format('woff2'), url('https://connect.explorationtour.eu/wp-content/themes/explorationtour_connect/assets/fonts/AvenirLTW01-95Black.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AvenirLTW01-95Black';
  src: url('https://connect.explorationtour.eu/wp-content/themes/explorationtour_connect/assets/fonts/AvenirLTW01-95Black.woff2') format('woff2'), url('https://connect.explorationtour.eu/wp-content/themes/explorationtour_connect/assets/fonts/AvenirLTW01-95Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
section.pagetop {
  background: #555;
  padding-bottom: 50px;
  padding-top: 200px;
}
section.default-page {
  position: relative;
  padding: 100px 0 0;
}
section.brand-badge {
  padding-top: 0;
  padding-bottom: 100px;
  height: 0;
  overflow: visible;
}
section.brand-badge .badgewrapper {
  display: block;
  margin: 0 auto;
  width: 200px;
  height: 200px;
  z-index: 9998;
  border-radius: 200px;
  position: relative;
  background: white;
  text-align: center;
  transform: translateY(-50%);
  overflow: hidden;
  padding: 15px;
  -webkit-box-shadow: 0px 5px 9px -3px rgba(0,0,0,0.55);
  box-shadow: 0px 5px 9px -3px rgba(0,0,0,0.55);
}
@media screen and (max-width: 996px) {
  section.brand-badge .badgewrapper {
    transform: translateY(-10%);
    width: 120px;
    height: 120px;
  }
}
section.brand-badge .badgewrapper img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
}
section.landingpage-intro {
  padding-top: 100px;
  position: relative;
  height: 830px;
}
section.landingpage-intro img.introimg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  height: 100%;
}
@media screen and (max-width: 992px) {
  section.landingpage-intro {
    height: 430px;
  }
  section.landingpage-intro img.introimg {
    position: absolute;
    top: 50%;
    left: auto;
    right: 0;
    transform: translate(0,-50%);
    height: 100%;
  }
}
section.landingpage-intro .intro-info {
  position: absolute;
  top: 150px;
  right: 50px;
  text-align: right;
  font-family: 'AvenirLTW01-95Black';
  text-transform: uppercase;
}
section.landingpage-intro .intro-info .title {
  display: inline-block;
  font-size: 40px;
  padding: 0px 10px;
  border-radius: 100px;
  color: #181c89;
  margin: 3px;
}
@media screen and (min-width: 992px) {
  section.landingpage-intro .intro-info .title {
    display: none;
  }
}
section.landingpage-intro .intro-info .location {
  display: inline-block;
  font-size: 30px;
  padding: 0px 10px;
  border-radius: 100px;
  color: #181c89;
  margin: 3px;
}
@media screen and (min-width: 992px) {
  section.landingpage-intro .intro-info .location {
    display: none;
  }
}
section.landingpage-intro .intro-info .eta-label {
  display: inline-block;
  background: white;
  font-size: 20px;
  padding: 5px 10px;
  border-radius: 100px;
  border: 2px solid #181c89;
  color: #181c89;
  margin: 3px;
  margin: 10px 0;
}
@media screen and (max-width: 1200px) {
  section.landingpage-intro .intro-info .title {
    font-size: 30px;
  }
  section.landingpage-intro .intro-info .location {
    font-size: 22px;
  }
  section.landingpage-intro .intro-info .eta-label {
    font-size: 20px;
  }
}
@media screen and (max-width: 996px) {
  section.landingpage-intro .intro-info .title {
    font-size: 18px;
  }
  section.landingpage-intro .intro-info .location {
    font-size: 12px;
  }
  section.landingpage-intro .intro-info .eta-label {
    font-size: 16px;
  }
}
section.landingpage-intro .truck-banner {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.9;
  transform: perspective(800px) rotateX(8deg) rotateY(45deg) rotateZ(-4deg) translate(-50%,-50%);
  text-align: right;
  width: 700px;
  height: 500px;
}
@media screen and (max-width: 992px) {
  section.landingpage-intro .truck-banner {
    display: none;
  }
}
section.landingpage-intro .truck-banner .textblock {
  position: absolute;
  right: 120px;
  bottom: 60px;
}
section.landingpage-intro .truck-banner .textblock .title-skewed {
  font-size: 50px;
  font-family: 'AvenirLTW01-95Black';
  color: #181c89;
}
section.landingpage-intro .truck-banner .textblock .location-skewed {
  font-size: 24px;
  margin-top: 15px;
  font-family: 'AvenirLTW01-95Black';
  color: #181c89;
}
section.event-info {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
section.topics {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  background: #CD1719;
}
section.topics a.topic {
  background: white;
  margin: 5px;
  border-radius: 100px;
  padding: 2px 15px;
  display: inline-block;
  text-decoration: none;
}
section.topics a.topic h3 {
  font-size: 16px;
  line-height: 18px;
  color: #555;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
section.topics a.topic p {
  font-size: 12px;
  line-height: 14px;
  padding: 0;
  margin: 0;
  color: #888b8d;
  text-decoration: none;
}
section.topics a.topic:hover {
  background: rgba(255,255,255,0.2);
  text-decoration: none;
}
section.topics a.topic:hover h3 {
  text-decoration: none;
  color: white;
}
section.topics a.topic:hover p {
  color: white;
}
section.contactbanner {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  height: 0;
  overflow: visible;
}
section.contactbanner .contactbanner-bar {
  z-index: 9998;
  border-radius: 4px;
  padding: 25px;
  position: relative;
  background: white;
  transform: translateY(-50%);
  text-align: center;
  font-size: 20px;
  font-family: 'AvenirLTW01-95Black';
  color: #888b8d;
}
section.contactbanner .contactbanner-bar a {
  color: #181c89;
}
section.contactbanner .contactbanner-bar a:hover {
  color: #555;
}
section.event-program {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  background: #181c89;
}
section.event-program .program-table {
  background: white;
  border-radius: 6px;
  padding: 40px;
}
section.maps .maps-locations {
  display: none;
}
section.maps .map-wrapper #map {
  height: 550px;
}
