header .inner .container .header-row .logo {
  visibility: hidden;
  max-width: 0;
  opacity: 0;
  transition: opacity 0.25s ease-out, max-width 0s linear 0.25s;
}

body.header-shadow header .inner .container .header-row .logo {
  visibility: visible;
  opacity: 1;
  max-width: unset;
}

body.scrolled header .container.frame .inner,
body.mobile-menu header .container.frame .inner {
  background: #fff;
}

section#header {
  height: calc(50vh - 10px);
  background: #fff;
  overflow: hidden;
}
section#header .logo {
  display: block;
}

section#video,
section#video2 {
  background: #fff;
  text-align: center;
  padding: 2em;
}

section#event {
  min-height: 50vh;
  background: #19488e;
}
section#event .producttype {
  font-size: 11px;
}
section#event .images {
  padding: 0;
  height: 100%;
  position: relative;
}
section#event .images .slider-holder {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: calc(100% + (100vw - 1200px) / 2 - 18px);
}
section#event .images .slider-holder .slider {
  max-width: 50%;
  padding: 0;
  height: 100%;
}
section#event .images .slider-holder .slider .img {
  height: 100%;
}

.event {
  padding: 20px 40px 20px 50px;
}

section#about {
  background: #fff;
}
section#about .info {
  padding: 7% 9%;
}
section#about .info p {
  margin: 20px 0;
}
section#about .slider-holder {
  padding: 0;
  overflow: visible;
}
section#about .slider-holder .slider {
  overflow: hidden;
  position: relative;
  width: calc(100% + (100vw - 1220px) / 2 - 8px);
  height: 100%;
}
section#about .slider-holder .img {
  height: 100%;
}

section#services {
  padding: 16% calc(14% - 25px);
  position: relative;
  background: #fff;
}
section#services .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
}
section#services .title .container {
  padding: 35px 0;
  text-align: center;
}
section#services .title .container h1 {
  margin: 0;
  color: #fff;
  display: inline-block;
}
section#services .title .container h1:after {
  display: none;
}
section#services .service {
  position: relative;
  padding: 0 25px;
  z-index: 1;
  opacity: 0;
}
section#services .service.set {
  opacity: 1;
  transition: opacity 0.25s ease-out;
}
section#services .service h1 {
  padding: 30px 25px 20px;
  margin-bottom: 1px;
  background: #fff;
}
section#services .service h1:after {
  display: none;
}
section#services .service p {
  padding: 30px 30px 40px;
  margin: 0;
  background: #fff;
}
section#services .img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
section#services .img .pan {
  position: absolute;
  height: 130%;
  width: 100%;
  left: 0;
  top: -30%;
}
section#services .btn {
  display: block;
  padding: 25px 22px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  text-transform: uppercase;
  text-align: right;
}
section#services .btn:hover {
  color: #fff;
  background: #7491ad;
}
section#services .btn:hover svg path {
  fill: #fff;
}
section#services .btn svg {
  margin-left: 12px;
  margin-right: 0;
}

/* respponsive ---------------------------------------------------------- */
@media (max-width: 1240px) {
  section#event .images .slider-holder,
section#about .slider-holder .slider {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .event {
    padding: 15px 25px 15px 35px;
  }
  .event h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .event .dates .start {
    font-size: 44px;
    line-height: 42px;
  }
  .event .dates .month-year {
    font-size: 16px;
    line-height: 16px;
  }
  section#services {
    padding: 14% calc(9% - 15px);
  }
  section#services .service {
    padding: 0 15px;
  }
}
@media (max-width: 1024px) {
  section#services {
    padding: 16% 14%;
  }
  section#services .service {
    padding: 0;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  section#services .service h1 {
    padding: 30px 25px;
    margin-right: 1px;
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 250px;
  }
  section#services .service p {
    height: auto !important;
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 30px;
    margin-bottom: 1px;
  }
  section#services .service .btn {
    text-align: left;
    padding: 18px 30px;
  }
  section#services .service:last-child {
    margin-bottom: 0;
  }
  section#services .service > div {
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 950px) {
  section#event .event h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 900px) {
  header .container.frame .inner .row > .language {
    margin-left: 25px;
  }
  header .container.frame .inner .row .menu-icon {
    text-align: right;
    margin-right: 30px;
  }
  section#header {
    height: calc(40vh - 10px);
  }
  section#header .logo {
    max-width: 200px;
  }
  section#event {
    min-height: 60vh;
  }
  section#event .images {
    flex-basis: 100%;
    max-width: 100%;
    height: 30vh;
  }
  section#event .event {
    min-height: 30vh;
  }
  section#about {
    position: relative;
    padding-top: 30vh;
  }
  section#about .info {
    flex-basis: 100%;
    max-width: 100%;
  }
  section#about .slider-holder {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    max-width: unset;
    height: 30vh;
  }
  section#services {
    padding: 108px 9% 12%;
  }
  section#services .parallax + .service {
    margin-top: 40px;
  }
}
@media (max-width: 850px) {
  .side-nav {
    display: none;
  }
}
@media (max-width: 700px) {
  section#services .service h1 {
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  section#services .service p {
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  section#header {
    height: calc(60vh - 10px);
  }
  section#header .logo {
    margin-top: 20px;
  }
  section#event {
    min-height: unset;
  }
  section#event .images {
    height: 40vh;
  }
  section#event .event {
    padding: 40px 20px;
  }
  section#event .event .content .actions .link {
    flex-basis: 0;
    padding-top: 5px;
  }
  section#about {
    padding-top: 40vh;
  }
  section#about .slider-holder {
    height: 40vh;
  }
  section#about .info .row .col h4 {
    font-size: 15px;
  }
  section#services {
    padding: 108px 9% 9%;
  }
}
@media (max-width: 500px) {
  section#about .info {
    padding: 30px;
  }
  section#services {
    padding: 108px 30px 30px;
  }
  section#services .service {
    margin-bottom: 30px;
  }
  section#services .parallax + .service {
    margin-top: 30px;
  }
}
@media (max-width: 450px) {
  section#header .logo {
    max-width: 180px;
    margin-top: 40px;
  }
  section#event .event .content .actions .link {
    flex-basis: 100%;
  }
}
@media (max-width: 400px) {
  section#event .event {
    padding: 20px 5px;
  }
  section#about .info {
    padding: 30px 25px;
  }
}
@media (max-width: 350px) {
  section#event .event .below-info {
    margin-top: -80px;
  }
  section#event .event p:last-child {
    padding-left: 85px;
    margin-left: 15px;
  }
}
/*# sourceMappingURL=home.css.map */