@font-face {
  font-family: 'Gill Sans';
  src: url("fonts/GillSans/GillSans.otf") format("opentype");
}

@font-face {
  font-family: 'Gill Sans Bold';
  src: url("fonts/GillSans/Gill Sans Bold.otf") format("opentype");
}

.blue-light {
  background-color: #C5DEDF;
}

@media screen and (max-width: 720px) {
  .hide-mobile {
    display: none;
  }
}

.show-mobile {
  display: none;
}

@media screen and (max-width: 720px) {
  .show-mobile {
    display: block;
  }
}

@font-face {
  font-family: 'Gill Sans';
  src: url("fonts/GillSans/GillSans.otf") format("opentype");
}

@font-face {
  font-family: 'Gill Sans Bold';
  src: url("fonts/GillSans/Gill Sans Bold.otf") format("opentype");
}

.blue-light {
  background-color: #C5DEDF;
}

@media screen and (max-width: 720px) {
  .hide-mobile {
    display: none;
  }
}

.show-mobile {
  display: none;
}

@media screen and (max-width: 720px) {
  .show-mobile {
    display: block;
  }
}

.header {
  padding-top: 50px;
  padding-bottom: 50px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 4;
  background: #F4F3F1;
}

nav {
  display: block;
}

nav--disabled, nav--disabled:hover {
  border-color: transparent !important;
  cursor: not-allowed;
}

body.fixed .top-nav.-open {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.nav-bar {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  margin: 0 auto;
}

.nav-bar--list {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}

.nav-bar--center, .nav-bar--list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.nav-bar--air-bottom {
  margin-bottom: 40px;
}

.nav-link {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.nav-link, .nav-link:visited {
  text-decoration: none;
  margin: 10px 15px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.nav-link--air-bottom {
  margin-bottom: 5px;
}

.nav-link--home {
  font-size: 24px;
  font-weight: 900;
  margin-right: 40px;
  color: #D3D700;
}

.nav-link--home:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.nav-link--home__text {
  position: relative;
}

.nav-link--home__text::after {
  position: absolute;
  right: 0;
  display: block;
  content: "";
  height: 3px;
  width: 200%;
}

.nav-link--active {
  font-family: "Gill Sans Bold", "Gill Sans", Helvetica, sans-serif;
}

.mobile-nav-handler {
  width: 100%;
  text-align: center;
  height: 48px;
}

.mobile-nav-handler .logo {
  position: relative;
  left: 30px;
  z-index: 5;
  padding: 5px;
  height: 38px;
}

.mobile-nav-handler .hamburger {
  float: right;
}

.mobile-nav-handler .search-icon-mobile {
  width: 40px;
  height: 40px;
  float: right;
  padding-top: 7px;
}

.hamburger {
  position: relative;
  cursor: pointer;
  z-index: 5;
  width: 40px;
  height: 40px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.hamburger span {
  margin: 0 auto;
  position: relative;
}

.hamburger span, .hamburger span:after, .hamburger span:before {
  display: block;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}

.hamburger:after, .hamburger:before {
  position: absolute;
  content: "";
}

.hamburger.lines span, .hamburger.lines span:after, .hamburger.lines span:before {
  width: 20px;
  height: 2px;
}

.hamburger.lines span:before {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.hamburger.lines span:after {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.hamburger.lines:hover span:before {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

.hamburger.lines:hover span:after {
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
}

.hamburger.lines:hover.active span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger.lines:hover.active span:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.hamburger.lines.active span {
  background-color: transparent !important;
}

.hamburger.lines.active span:after, .hamburger.lines.active span:before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.hamburger.lines.active span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger.lines.active span:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.mobile-nav .nav-link:nth-child(1) {
  -webkit-transition-delay: 60 ms;
          transition-delay: 60 ms;
}

.mobile-nav .nav-link:nth-child(2) {
  -webkit-transition-delay: 80 ms;
          transition-delay: 80 ms;
}

.mobile-nav .nav-link:nth-child(3) {
  -webkit-transition-delay: 100 ms;
          transition-delay: 100 ms;
}

.mobile-nav .nav-link:nth-child(4) {
  -webkit-transition-delay: 120 ms;
          transition-delay: 120 ms;
}

.mobile-nav .nav-link:nth-child(5) {
  -webkit-transition-delay: 140 ms;
          transition-delay: 140 ms;
}

.mobile-nav .nav-link:nth-child(6) {
  -webkit-transition-delay: 160 ms;
          transition-delay: 160 ms;
}

.mobile-nav .nav-link:nth-child(7) {
  -webkit-transition-delay: 180 ms;
          transition-delay: 180 ms;
}

.mobile-nav .nav-link:nth-child(8) {
  -webkit-transition-delay: 200 ms;
          transition-delay: 200 ms;
}

.mobile-nav .nav-link:nth-child(9) {
  -webkit-transition-delay: 220 ms;
          transition-delay: 220 ms;
}

.mobile-nav .nav-link:nth-child(10) {
  -webkit-transition-delay: 240 ms;
          transition-delay: 240 ms;
}

.mobile-nav .nav-link:nth-child(11) {
  -webkit-transition-delay: 260 ms;
          transition-delay: 260 ms;
}

.mobile-nav {
  width: 100%;
  height: auto;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  -ms-flex-pack: left;
  -webkit-box-pack: left;
          justify-content: left;
  -ms-flex-align: left;
  -webkit-box-align: left;
          align-items: left;
  opacity: 0;
  display: none;
}

.mobile-nav ul {
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 56px 16px;
}

.mobile-nav ul .input-group {
  width: 267px;
  height: 39px;
  margin: 0 auto;
}

.mobile-nav ul .input-group input {
  border-radius: 0;
  border: none;
}

.mobile-nav ul .input-group input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mobile-nav ul .input-group svg {
  height: 38px;
  width: 42px;
  padding: 6px 9px 9px 9px;
  background-color: white;
}

.mobile-nav li {
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
}

.mobile-nav .nav-link {
  -webkit-transform: translateY(999px);
          transform: translateY(999px);
  opacity: 0;
  font-size: 16px;
  line-height: 40px;
  margin: 0;
}

.mobile-nav--open {
  opacity: 1;
  height: auto;
  z-index: 4;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  overflow: auto;
}

.mobile-nav--open .nav-link {
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
  padding-right: 0;
}

@media (max-width: 992px) {
  .header .nav-bar {
    display: none;
  }
  .nav-bar {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
}

.hamburger.lines:hover.active body.theme-color-regular span:after,
.hamburger.lines:hover.active body.theme-color-regular span:before,
.hamburger body.theme-color-regular span,
.hamburger body.theme-color-regular span:after,
.hamburger body.theme-color-regular span:before,
body.theme-color-regular .bg-secondary-color,
body.theme-color-regular .hamburger.lines:hover.active span:after,
body.theme-color-regular .hamburger.lines:hover.active span:before,
body.theme-color-regular .hamburger span,
body.theme-color-regular .hamburger span:after,
body.theme-color-regular .hamburger span:before,
body.theme-color-regular .nav-link--home__text:after {
  background-color: #000000;
  color: #7E7E7E;
}

.header--fixed .hamburger span,
.header--fixed .hamburger span:after,
.header--fixed .hamburger span:before {
  background-color: #000 !important;
}

.hamburger {
  position: relative;
  cursor: pointer;
  z-index: 5;
  width: 40px;
  height: 40px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.hamburger span {
  margin: 0 auto;
  position: relative;
}

.hamburger span, .hamburger span:after, .hamburger span:before {
  display: block;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}

.hamburger span:after, .hamburger span:before {
  position: absolute;
  content: "";
}

.hamburger.lines span, .hamburger.lines span:after, .hamburger.lines span:before {
  width: 20px;
  height: 2px;
}

.hamburger.lines span:before {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.hamburger.lines span:after {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.hamburger.lines:hover span:before {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

.hamburger.lines:hover span:after {
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
}

.hamburger.lines:hover.active span {
  background-color: transparent !important;
}

.hamburger.lines:hover.active span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger.lines:hover.active span:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.hamburger.lines:hover.active span:after,
.hamburger.lines:hover.active span :before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.hamburger.lines:hover.active span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger.lines:hover.active span:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.mobile-nav {
  background-color: rgba(0, 0, 0, 0.5);
  color: #000000;
}

.mobile-nav ul {
  background-color: #F4F3F1;
  height: -webkit-fit-content;
  height: fit-content;
  height: -moz-fit-content;
}

.nav-link {
  color: #000000;
}

@media (min-width: 993px) {
  .mobile-nav-handler {
    display: none;
  }
  .mobile-nav {
    display: none;
  }
}

.sub-menu {
  display: none;
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  z-index: 1;
  margin-top: -10px;
}

.sub-menu:hover {
  display: block;
}

.top-menu:hover .sub-menu {
  display: block;
}

.nav-bar {
  height: 50px;
}

span.menu-toggle {
  position: relative;
  top: -52px;
  right: 0;
  float: right;
  font-size: 30px;
  width: 50px;
  height: 50px;
  text-align: center;
}

.hidden {
  display: none !important;
  width: 0px;
  -webkit-transition: width 0.7s linear;
  transition: width 0.7s linear;
}

.hidden.open {
  display: inline-block !important;
  width: 200px;
  -webkit-transition: width 0.7s linear;
  transition: width 0.7s linear;
}

footer {
  background-color: #FFFFFF !important;
  width: 100%;
  height: 218px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  color: #7e7e7e;
}

@media screen and (max-width: 1200px) {
  footer {
    height: 280px;
    padding: 0 16px 16px 16px;
  }
}

footer hr {
  margin: 14px 0;
}

.footer {
  margin: 0 80px;
  width: 1200px;
  margin: 0 auto;
  height: auto;
}

@media screen and (max-width: 1200px) {
  .footer {
    width: 640px;
  }
}

@media screen and (max-width: 720px) {
  .footer {
    width: 343px;
  }
}

.footer .logo {
  width: 250px;
  padding: 16px;
}

.footer a {
  color: #7e7e7e;
  width: 231px;
}

@media screen and (max-width: 1200px) {
  .footer .logo {
    width: 157px;
    height: 84px;
    padding: 0;
  }
}

.contact-details {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.contact-details .contact-detail {
  float: left;
  padding-left: 16px;
  display: block;
}

.contact-details .contact-detail:first-child {
  padding-left: 0;
}

.contact-details .contact-detail svg {
  vertical-align: baseline;
}

@media screen and (max-width: 1200px) {
  .contact-details {
    width: 231px;
    height: 95px;
    padding: 0;
    display: block;
  }
  .contact-details .contact-detail {
    float: none;
    padding: 0;
    min-width: 231px;
    font-size: 12px;
    line-height: 32px;
  }
}

.powered {
  float: right;
  padding: 0 0 0 0;
  position: relative;
}

.powered img {
  height: 16px;
  padding-left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  position: absolute;
}

@media screen and (max-width: 1200px) {
  .powered {
    float: none;
    margin: 0 auto;
    width: 255px;
    padding-top: 16px;
  }
  .powered img {
    position: relative;
    top: auto;
    -webkit-transform: none;
            transform: none;
    padding-left: 10px;
  }
}

.social-footer {
  float: right;
}

.social-footer a {
  padding-right: 13px;
  width: 24px;
}

.social-footer a:last-child {
  padding-right: 0;
}

.social-footer a:hover {
  text-decoration: none;
}

@media screen and (min-width: 1200px) {
  .social-footer {
    top: -56px;
    position: relative;
  }
}

@media screen and (max-width: 720px) {
  .social-footer {
    float: right;
    width: 107px;
  }
}

.into-hero {
  top: -100px;
  position: relative;
  border: #F4F3F1 solid 40px;
  border-bottom: 0;
  width: 1280px !important;
  background-color: #F4F3F1;
  height: 967px;
}

@media screen and (max-width: 720px) {
  .into-hero {
    padding: 0 16px 16px 16px;
    position: relative;
    border: #F4F3F1 solid 16px;
    border-bottom: 0;
    width: 375px !important;
    background-color: #F4F3F1;
    height: 1122px;
    top: -20px;
  }
}

@media screen and (min-width: 720px) and (max-width: 1200px) {
  .into-hero {
    width: 720px !important;
  }
  .into-hero.main-content {
    height: -webkit-fit-content !important;
    height: fit-content !important;
    height: -moz-fit-content !important;
  }
}

.into-hero-news {
  height: 124px !important;
  margin: 0 auto !important;
}

.into-hero-news hr:first-child {
  margin-top: 0;
}

@media screen and (max-width: 720px) {
  .into-hero-news {
    height: 164px !important;
  }
}

.into-hero.no-news {
  margin-bottom: -100px;
}

@media screen and (max-width: 720px) {
  .into-hero.no-news {
    margin-bottom: -20px;
  }
}

@media screen and (min-width: 720px) and (max-width: 1200px) {
  .into-hero.no-news {
    margin-bottom: -100px;
  }
}

.main-content {
  margin: 0 auto;
  width: 1200px;
}

.mainteaser {
  padding: 0 32px 32px 0;
  min-width: 924px;
}

@media screen and (max-width: 720px) {
  .mainteaser {
    min-width: 343px;
    padding: 0 0 16px 0;
    height: 330px;
  }
}

@media screen and (min-width: 720px) and (max-width: 1200px) {
  .mainteaser {
    min-width: 640px;
    padding: 0 0 32px 0;
  }
}

.mainteaser img {
  width: 100%;
  height: 501px;
}

@media screen and (max-width: 720px) {
  .mainteaser img {
    height: 192px;
  }
}

.mainteaser iframe {
  margin-bottom: -6px;
}

.mainteaser-info {
  padding: 16px 24px;
  background-color: white;
  width: 100%;
  height: 154px;
  position: relative;
}

@media screen and (max-width: 720px) {
  .mainteaser-info {
    height: 122px;
    padding: 16px;
  }
}

@media screen and (min-width: 720px) and (max-width: 1200px) {
  .mainteaser-info {
    height: 169px;
  }
}

.mainteaser-info .meta-info {
  position: absolute;
  bottom: 11px;
}

.mainteaser-info .meta-info p {
  float: left;
  margin: 5px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 11px;
  line-height: 13px;
  color: #7E7E7E;
}

.mainteaser-info .meta-info p:nth-child(2) {
  border: grey solid 1px;
  border-top: none;
  border-bottom: none;
  margin: 5px 0;
  padding: 0 5px;
}

@media screen and (max-width: 720px) {
  .mainteaser-info .meta-info p {
    font-size: 11px;
    line-height: 13px;
  }
}

.mainteaser-info h3 {
  font-size: 30px;
  line-height: 36px;
}

@media screen and (max-width: 720px) {
  .mainteaser-info h3 {
    font-size: 18px;
    line-height: 24px;
  }
}

.mainteaser vimeo-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  display: block;
}

.mainteaser vimeo-video iframe, .mainteaser vimeo-video object, .mainteaser vimeo-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.secondaryteaser {
  padding: 0 16px 32px 16px;
  width: 308px;
  float: left;
}

.secondaryteaser a {
  color: #000000;
}

.secondaryteaser a:hover {
  text-decoration: none;
}

@media screen and (max-width: 720px) {
  .secondaryteaser {
    width: 343px !important;
    float: none;
    padding: 0 !important;
    height: 82px;
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 720px) and (max-width: 1200px) {
  .secondaryteaser {
    width: 192px !important;
    margin: 0 32px 32px 0 !important;
    padding: 0 !important;
  }
  .secondaryteaser:last-child {
    margin: 0 0 32px 0 !important;
  }
}

.secondaryteaser img {
  width: 100%;
  height: 156px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 50%;
     object-position: 100% 50%;
}

@media screen and (max-width: 720px) {
  .secondaryteaser img {
    width: 131px;
    height: 81px;
    padding: 8px 0 8px 8px;
    float: left;
    background-color: white;
  }
}

.secondaryteaser-info {
  background-color: white;
  width: 100%;
  height: 125px;
  padding: 16px;
  position: relative;
}

@media screen and (max-width: 720px) {
  .secondaryteaser-info {
    width: 212px;
    float: left;
    padding: 8px;
    height: 82px;
  }
}

.secondaryteaser-info .meta-info {
  position: absolute;
  bottom: 11px;
}

.secondaryteaser-info .meta-info p {
  float: left;
  margin: 5px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 11px;
  font-weight: normal;
  line-height: 13px;
  color: #7E7E7E;
}

.secondaryteaser-info .meta-info p:nth-child(2) {
  border: grey solid 1px;
  border-top: none;
  border-bottom: none;
  margin: 5px 0;
  padding: 0 5px;
}

@media screen and (max-width: 1200px) {
  .secondaryteaser-info .meta-info p {
    font-size: 10px;
    line-height: 12px;
  }
}

@media screen and (max-width: 720px) {
  .secondaryteaser-info .meta-info {
    bottom: 1px;
  }
}

.secondaryteaser-info h3 {
  font-size: 16px;
  line-height: 17px;
  padding-top: 10px;
}

@media screen and (max-width: 1200px) {
  .secondaryteaser-info h3 {
    font-size: 12px;
    line-height: 16px;
    padding-top: 4px;
    margin-bottom: 0;
  }
}

.secondaryteaser-info .label {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  background-color: #D3D700;
  height: 16px;
  padding: 2px 4px;
  margin: 0;
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
}

@media screen and (max-width: 1200px) {
  .secondaryteaser-info .label {
    font-size: 11px;
    line-height: 16px;
    padding: 1px;
  }
}

.secondaryteaser:nth-child(2) {
  padding: 0 16px 32px 0;
}

.secondaryteaser:last-child {
  padding: 0 16px 32px 16px;
}

.home-teasers {
  float: left;
  max-width: 924px;
}

@media screen and (max-width: 720px) {
  .home-teasers {
    max-width: 343px;
  }
}

.home-teasers .secondaryteaser:nth-child(2) {
  width: 292px;
}

@media screen and (max-width: 720px) {
  .home-teasers .secondaryteaser:nth-child(2) {
    width: 343px;
  }
}

.vimeo-chat {
  min-height: 376px;
}

.vimeo-chat vimeo-chat iframe {
  width: 100%;
}

.hide-main-content-no-height {
  min-height: 0 !important;
}

.hidden-main-content > .umb-grid > .grid-section > div:first-child > .container {
  background-color: inherit;
}

.hidden-main-content > .umb-grid > .grid-section > div:first-child > .container > .row {
  top: -100px;
  position: relative;
  border: transparent solid 40px;
  border-bottom: 0;
  width: 1280px !important;
  background-color: inherit;
  margin-bottom: -100px;
}

@media screen and (max-width: 720px) {
  .hidden-main-content > .umb-grid > .grid-section > div:first-child > .container > .row {
    padding: 0 16px 16px 16px;
    position: relative;
    border: transparent solid 16px;
    border-bottom: 0;
    width: 375px !important;
    background-color: inherit;
    top: -20px;
  }
}

@media screen and (min-width: 720px) and (max-width: 1200px) {
  .hidden-main-content > .umb-grid > .grid-section > div:first-child > .container > .row {
    width: 720px !important;
    height: -webkit-fit-content !important;
    height: fit-content !important;
    height: -moz-fit-content !important;
  }
}

@media screen and (max-width: 720px) {
  .hidden-main-content > .umb-grid > .grid-section > div:first-child > .container > .row {
    margin-bottom: -20px;
  }
}

@media screen and (min-width: 720px) and (max-width: 1200px) {
  .hidden-main-content > .umb-grid > .grid-section > div:first-child > .container > .row {
    margin-bottom: -100px;
  }
}

.hidden-main-content > .umb-grid > .grid-section > div:first-child > .container > .row > div.col-md-12.column {
  padding-top: 0;
}

.program {
  max-width: 276px;
  margin-bottom: 16px;
}

@media screen and (max-width: 720px) {
  .program {
    max-width: 343px;
  }
}

@media screen and (min-width: 720px) and (max-width: 1200px) {
  .program {
    max-width: 640px;
  }
}

.program .program-contents {
  background-color: #F4C678;
  height: 966px;
}

@media screen and (max-width: 720px) {
  .program .program-contents {
    height: 498px;
  }
}

@media screen and (min-width: 720px) and (max-width: 1200px) {
  .program .program-contents {
    height: 272px;
    width: 100%;
  }
  .program .program-contents div {
    float: left;
  }
}

.program .program-contents-elements {
  padding-left: 24px;
  max-height: 500px;
  overflow: hidden;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.program .program-contents-elements-element {
  padding-bottom: 42px;
  height: 128px;
}

.program .program-contents-elements-element-time {
  margin-bottom: 0px;
}

.program .program-contents-elements-element-title {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  width: 250px;
}

.program .program-contents-elements-element-pin {
  float: left;
  padding-right: 16px;
  margin-top: -1px;
}

.program .program-contents-elements.open {
  max-height: -webkit-fit-content !important;
  max-height: fit-content !important;
  max-height: -moz-fit-content !important;
  width: 100%;
}

@media screen and (max-width: 720px) {
  .program .program-contents-elements {
    max-height: 310px;
  }
}

@media screen and (min-width: 720px) and (max-width: 1200px) {
  .program .program-contents-elements {
    max-height: 178px;
    width: 100%;
  }
  .program .program-contents-elements-element {
    width: 50%;
    height: 160px;
  }
}

.program .program-contents.open {
  height: -webkit-fit-content !important;
  height: fit-content !important;
  height: -moz-fit-content !important;
  display: inline-block;
}

.program .program-contents-toggle {
  height: 38px;
  text-align: center;
}

@media screen and (min-width: 720px) and (max-width: 1200px) {
  .program .program-contents-toggle {
    width: 100%;
  }
}

.program .program-contents-toggle.hidden {
  display: none;
}

.program .program-contents-toggle p {
  line-height: 22px;
  font-size: 16px;
  color: #30979A;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.program .program-contents-toggle .toggle-icon {
  height: 14px;
  width: 14px;
  background: url("svg/plus.svg") no-repeat;
  display: inline-block;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.program .program-contents-toggle .toggle-show-less {
  display: none;
}

.program .program-contents-toggle.open .toggle-icon {
  background: url("svg/minus.svg") no-repeat;
}

.program .program-contents-toggle.open .toggle-show-less {
  display: block;
}

.program .program-contents-toggle.open .toggle-show-more {
  display: none;
}

.program h3 {
  text-align: center;
  padding: 16px;
  font-size: 18px;
  line-height: 24px;
}

@media screen and (max-width: 720px) {
  .program h3 {
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (min-width: 720px) and (max-width: 1200px) {
  .program h3 {
    text-align: left;
  }
}

.program.open {
  height: -webkit-fit-content !important;
  height: fit-content !important;
  height: -moz-fit-content !important;
}

.program#homeProgram .program-contents-elements {
  max-height: 872px;
}

@media screen and (max-width: 720px) {
  .program#homeProgram .program-contents-elements {
    max-height: 404px;
  }
}

@media screen and (min-width: 720px) and (max-width: 1200px) {
  .program#homeProgram .program-contents-elements {
    max-height: 178px;
  }
}

.program .add-to-program {
  height: 38px;
  text-align: center;
  position: absolute;
  bottom: 10px;
}

.program .add-to-program:hover {
  cursor: pointer;
}

@media screen and (min-width: 720px) and (max-width: 1200px) {
  .program .add-to-program {
    width: 100%;
  }
}

.program .add-to-program.hidden {
  display: none;
}

.program .add-to-program p {
  line-height: 22px;
  font-size: 16px;
  color: #000000;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.program .add-to-program .toggle-icon {
  height: 16px;
  width: 10px;
  background: url("svg/arrow_right.svg") no-repeat;
  display: inline-block;
  position: absolute;
  bottom: 20px;
}

.zonebox {
  float: left;
  padding: 16px 16px 0 0;
  margin: 0;
}

@media screen and (max-width: 720px) {
  .zonebox {
    padding: 0;
    padding-top: 16px;
  }
}

@media screen and (min-width: 720px) and (max-width: 1200px) {
  .zonebox {
    float: none;
    min-width: 640px;
    height: -webkit-fit-content;
    height: fit-content;
    height: -moz-fit-content;
    margin: 0 auto;
    padding: 0;
    padding-top: 32px;
  }
}

.zonebox .zonebox-logo {
  max-height: 101px;
  max-width: 180px;
  margin-bottom: 8px;
}

@media screen and (max-width: 720px) {
  .zonebox .zonebox-logo {
    max-width: 110px;
    max-height: 62px;
  }
}

.zonebox-info {
  text-align: center;
  width: 292px;
  height: 321px;
  float: left;
  padding: 0 16px 32px 0;
  overflow: hidden;
}

@media screen and (max-width: 720px) {
  .zonebox-info {
    padding-bottom: 16px;
    width: 343px;
    margin: 0 auto;
    float: none;
    height: auto;
  }
}

@media screen and (min-width: 720px) and (max-width: 1200px) {
  .zonebox-info {
    padding: 0;
    margin-right: 32px;
    float: left;
    width: 304px;
  }
}

.zonebox-info * {
  min-width: 276px;
  padding: 0;
}

.zonebox-info img {
  max-width: 276px;
}

.zonebox-info h2.no-air {
  padding-top: 0;
}

.zonebox .secondaryteaser {
  padding: 0 0 32px 16px;
  width: 292px;
  height: 321px;
}

@media screen and (max-width: 720px) {
  .zonebox .secondaryteaser {
    width: 343px !important;
    height: 82px !important;
    margin: 0 auto 16px auto;
  }
}

@media screen and (min-width: 720px) and (max-width: 1200px) {
  .zonebox .secondaryteaser {
    width: 304px !important;
    float: left;
    margin: 0 !important;
  }
  .zonebox .secondaryteaser:nth-child(3n) {
    margin-right: 32px !important;
  }
}

.zonebox .secondaryteaser:nth-child(3) {
  padding: 0 16px 32px 0;
}

.zonebox:last-child .zonebox-info {
  padding: 0 16px 32px 0;
}

.zonebox:last-child .secondaryteaser {
  padding: 0 16px 32px 0;
  width: 292px;
}

.zonebox:last-child .secondaryteaser:nth-child(2n) {
  padding: 0 0 32px 16px;
}

.stageRow {
  float: left;
  padding: 32px 0 0 0;
  margin: 0;
}

@media screen and (min-width: 720px) and (max-width: 1200px) {
  .stageRow {
    width: 640px;
    margin: 0 auto;
    float: none;
  }
}

.stageRow-info {
  text-align: center;
  max-width: 276px;
  height: 321px;
  float: left;
  padding: 0 0 32px 0;
  overflow: hidden;
}

@media screen and (max-width: 720px) {
  .stageRow-info {
    max-width: 343px;
    height: auto;
    margin: 0 auto;
    display: block;
    float: none;
    padding: 16px 0;
  }
}

@media screen and (min-width: 720px) and (max-width: 1200px) {
  .stageRow-info {
    padding: 0;
    margin: 0 32px 32px 0;
    height: -webkit-fit-content;
    height: fit-content;
    height: -moz-fit-content;
    max-width: 304px;
  }
}

.stageRow-info h1, .stageRow-info p {
  min-width: 276px;
  padding: 0;
}

@media screen and (max-width: 720px) {
  .stageRow-info h1, .stageRow-info p {
    min-width: 343px;
  }
}

.stageRow-info img {
  max-height: 101px;
  max-width: 180px;
}

@media screen and (max-width: 720px) {
  .stageRow-info img {
    max-width: 110px;
    max-height: 62px;
  }
}

.stageRow .secondaryteaser {
  width: 308px;
  padding: 0 0 32px 32px;
}

.stageRow .secondaryteaser:last-child {
  padding: 0 0 32px 32px;
  width: 308px;
}

@media screen and (max-width: 720px) {
  .stageRow .secondaryteaser {
    width: 343px !important;
    padding: 0 0 16px 0 !important;
    max-width: 343px !important;
    margin: 0 auto 16px auto;
    height: 82px;
  }
}

@media screen and (min-width: 720px) and (max-width: 1200px) {
  .stageRow .secondaryteaser {
    width: 304px !important;
    max-width: 304px !important;
    float: left;
  }
  .stageRow .secondaryteaser:nth-child(2n) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.teaserrow {
  padding: 0;
}

.teaserrow h2 {
  padding: 32px 0;
}

@media screen and (max-width: 720px) {
  .teaserrow {
    margin: 0 auto;
    height: 540px;
    width: 343px;
  }
  .teaserrow h2 {
    width: 343px;
    padding: 16px 0;
  }
}

@media screen and (min-width: 720px) and (max-width: 1200px) {
  .teaserrow {
    width: 640px;
    margin: 0 auto;
  }
}

.teaserrow .secondaryteaser:nth-child(2) {
  padding-left: 0;
  max-width: 292px;
}

.teaserrow .secondaryteaser:last-child {
  padding-right: 0;
  max-width: 292px;
}

@media screen and (max-width: 720px) {
  .teaserrow .secondaryteaser {
    width: 164px !important;
    margin: 0 15px 16px 0 !important;
    max-width: 196px !important;
    height: 226px;
    float: left;
  }
  .teaserrow .secondaryteaser:nth-child(2n+1) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .teaserrow .secondaryteaser img {
    width: 164px;
    height: 92px;
    padding: 0;
  }
  .teaserrow .secondaryteaser-info {
    height: 134px;
    width: 164px;
    padding: 16px;
  }
}

@media screen and (min-width: 720px) and (max-width: 1200px) {
  .teaserrow .secondaryteaser {
    width: 304px !important;
    max-width: 304px !important;
  }
  .teaserrow .secondaryteaser:nth-child(2n+1) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.latest-news-list {
  padding: 0 0 32px 0;
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 720px) {
  .latest-news-list {
    padding: 0 0 16px 0;
    width: 343px;
  }
}

@media screen and (min-width: 720px) and (max-width: 1200px) {
  .latest-news-list {
    width: 640px;
  }
}

.latest-news-list a:hover {
  text-decoration: none;
}

.latest-news-list .label {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  background-color: #D3D700;
  height: 18px;
  padding: 2px 4px;
  margin: 0;
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
}

.latest-news-list .latest-news-list-element {
  padding: 20px 16px 16px 0;
  float: left;
  width: 400px;
}

@media screen and (max-width: 720px) {
  .latest-news-list .latest-news-list-element {
    padding: 16px 16px 16px 0;
    width: 310px;
  }
}

@media screen and (min-width: 720px) and (max-width: 1200px) {
  .latest-news-list .latest-news-list-element {
    width: 304px;
  }
}

.latest-news-list .latest-news-list-element p {
  float: left;
  margin: 5px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 11px;
  font-weight: normal;
  line-height: 15px;
  color: #7E7E7E;
}

.latest-news-list .latest-news-list-element h3 {
  color: black;
  font-size: 18px;
  height: 50px;
}

.latest-news-list .latest-news-list-element h3:hover {
  text-decoration: none !important;
}

.latest-news-list .latest-news-list-element:last-child {
  padding: 20px 0 16px 0;
}

@media screen and (max-width: 720px) {
  .latest-news-list .latest-news-list-element:last-child {
    padding: 16px 16px 16px 0;
  }
}

.splide__pagination {
  display: none;
}

.splide {
  height: 96px;
}

.splide__pagination {
  top: -20px;
  left: 90%;
  bottom: 100%;
  max-width: -webkit-fit-content;
  max-width: fit-content;
  max-width: -moz-fit-content;
}

.splide__pagination .splide__pagination__page {
  background-color: #C0C0C0;
}

.splide__pagination .is-active {
  background-color: #30979A;
  -webkit-transform: none;
          transform: none;
}

@media screen and (max-width: 1200px) {
  .splide__pagination {
    display: none;
  }
}

.splide__arrow {
  top: -9px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2em;
  height: 2em;
  border-radius: 0;
  border: none;
  padding: 0;
  opacity: 1;
  background: none;
  fill: #C0C0C0;
}

.splide__arrow:hover svg {
  fill: #30979A;
}

@media screen and (max-width: 1200px) {
  .splide__arrow {
    display: none;
  }
}

.splide__arrow--prev {
  left: 94%;
}

.splide__arrow--next {
  right: 0;
}

.sponsorRow {
  background-color: white;
  padding: 32px 0;
}

@media screen and (max-width: 720px) {
  .sponsorRow {
    padding: 16px;
  }
}

.sponsorRow a:hover {
  text-decoration: none;
}

.sponsorRow h2.no-air {
  padding-top: 0;
}

.sponsorRow .main-sponsorlist {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 32px;
  height: 192px;
}

@media screen and (max-width: 720px) {
  .sponsorRow .main-sponsorlist {
    padding-bottom: 16px;
    height: 132px;
  }
}

.sponsorRow .main-sponsorlist img {
  max-width: 200px;
  max-height: 160px;
  padding-right: 40px;
}

@media screen and (max-width: 720px) {
  .sponsorRow .main-sponsorlist img {
    padding-bottom: 16px;
    width: 100px;
  }
}

.sponsorRow .secondary-sponsorlist-element {
  height: 200px;
  width: 200px;
  margin: auto;
}

@media screen and (max-width: 720px) {
  .sponsorRow .secondary-sponsorlist-element {
    width: 60px;
    height: 60px;
  }
}

.sponsorRow .secondary-sponsorlist-element img {
  max-height: 200px;
  max-width: 200px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 720px) {
  .sponsorRow .secondary-sponsorlist-element img {
    max-width: 60px;
    max-height: 60px;
  }
}

.zone {
  margin-bottom: -100px;
}

.zone-title {
  margin: 0 auto;
  text-align: center;
}

.zone-title-logo {
  height: 105px;
  width: 180px;
  padding-bottom: 16px;
}

.zone-title-name {
  padding-bottom: 16px;
}

.zone-title-description {
  height: -webkit-fit-content;
  height: fit-content;
  height: -moz-fit-content;
  width: 1000px;
}

.zone-program .program-contents {
  height: 655px;
}

@media screen and (min-width: 720px) and (max-width: 1200px) {
  .zone {
    margin-bottom: -84px !important;
  }
  .zone-title {
    margin: 0 auto;
    text-align: center;
  }
  .zone-title-name {
    padding-bottom: 32px;
  }
  .zone-title-description {
    height: -webkit-fit-content;
    height: fit-content;
    height: -moz-fit-content;
    width: 640px;
    padding-bottom: 32px;
  }
  .zone-program .program-contents {
    height: 272px;
  }
  .zone-main-teaser .mainteaser img {
    height: 360px;
  }
}

@media screen and (max-width: 720px) {
  .zone-title {
    margin: 0 auto;
    text-align: center;
  }
  .zone-title-logo {
    height: 79px;
    width: 110px;
    padding-bottom: 16px;
  }
  .zone-title-name {
    padding-bottom: 16px;
    font-size: 18px;
    line-height: 24px;
    font-family: "Gill Sans Bold", "Gill Sans", Helvetica, sans-serif;
  }
  .zone-title-description {
    height: -webkit-fit-content;
    height: fit-content;
    height: -moz-fit-content;
    width: 343px;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold;
  }
  .zone-program .program-contents {
    height: 479px;
  }
}

.sponsor-mirror {
  background-color: #FFFFFF !important;
  padding: 32px 0;
  margin-bottom: -24px;
}

.sponsor-mirror .row {
  background-color: #FFFFFF  !important;
}

@media screen and (max-width: 720px) {
  .sponsor-mirror .sponsorRow {
    width: 343px;
    margin: 0 auto;
  }
}

.frontpage-mirror {
  padding-top: 64px;
}

.frontpage-mirror .home-teasers {
  min-width: 1200px;
}

.frontpage-mirror .home-teasers .mainteaser {
  width: 655px;
  float: left;
}

.frontpage-mirror .home-teasers .secondaryteaser {
  padding: 0 0 32px 0;
  width: 276px;
  float: left;
}

@media screen and (max-width: 720px) {
  .main-content {
    width: 343px;
  }
  .main-content.frontpage-mirror {
    padding-top: 32px;
  }
  .main-content.frontpage-mirror .home-teasers {
    min-width: 343px;
  }
  .main-content.frontpage-mirror .home-teasers .mainteaser {
    width: 343px;
    float: none;
  }
  .main-content.frontpage-mirror .home-teasers .secondaryteaser {
    width: 164px !important;
    margin: 0 15px 16px 0 !important;
    max-width: 196px !important;
    height: 226px;
    float: left;
  }
  .main-content.frontpage-mirror .home-teasers .secondaryteaser:nth-child(2n+1) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .main-content.frontpage-mirror .home-teasers .secondaryteaser img {
    width: 164px;
    height: 92px;
    padding: 0;
  }
  .main-content.frontpage-mirror .home-teasers .secondaryteaser-info {
    height: 134px;
    width: 164px;
    padding: 16px;
  }
}

@media screen and (min-width: 720px) and (max-width: 1200px) {
  .main-content {
    width: 640px;
  }
  .main-content.frontpage-mirror {
    padding-top: 64px;
  }
  .main-content.frontpage-mirror .home-teasers {
    min-width: 640px;
  }
  .main-content.frontpage-mirror .home-teasers .mainteaser {
    width: 640px;
    float: left;
  }
  .main-content.frontpage-mirror .home-teasers .secondaryteaser {
    width: 304px !important;
    max-width: 304px !important;
  }
}

.participant {
  height: 95px;
  text-align: center;
  float: left;
}

.participant:nth-child(4n+1) {
  margin-right: 0;
}

.participant-image {
  max-width: 190px;
  height: 190px;
  width: 190px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
}

.participant-image img {
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 190px;
}

@media screen and (min-width: 1200px) {
  .participant-image svg {
    -webkit-transform: scale(2) translateY(25px);
            transform: scale(2) translateY(25px);
  }
}

.participant p {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  margin-bottom: 0;
}

.participant .participant-name {
  color: #000000;
  font-family: "Gill Sans";
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 26px;
  margin-bottom: 5px;
}

.participant-title, .participant-organization {
  font-weight: normal;
  color: #7E7E7E;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .participant {
    height: fit-content;
    margin-bottom: 16px;
  }
  .participant:last-child {
    margin-bottom: 0;
  }
  .participant-title, .participant-name, .participant-organization {
    text-align: left;
    width: 219px;
  }
  .participant-image {
    height: 100px;
    max-width: 100px;
    width: 100px;
    float: left;
  }
  .participant-image img {
    height: 100px;
  }
  .participant-image + .participant-name {
    height: 100px;
    text-align: center;
    padding: 20px;
  }
}

.contact-persons {
  height: -webkit-fit-content;
  height: fit-content;
  height: -moz-fit-content;
}

.contact-persons .participant {
  height: -webkit-fit-content;
  height: fit-content;
  height: -moz-fit-content;
}

.event-title-name {
  color: #000000;
  font-size: 30px;
  letter-spacing: 1.5px;
  line-height: 36px;
  text-align: center;
}

.event-title-organizer, .event-title-info {
  color: #7E7E7E;
  font-family: "Gill Sans";
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
  text-align: center;
  margin: 0;
}

.event-info {
  display: inline-block;
}

.event-info-description {
  color: #000000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
  padding: 16px 0 32px 0;
  font-family: "Gill Sans";
  font-weight: bold;
  min-width: 100%;
}

.event-info-details, .event-info-tags, .event-info-links {
  padding: 0;
}

.event-info-details h3, .event-info-tags h3, .event-info-links h3 {
  margin-bottom: 16px;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 24px;
}

.event-info-details p, .event-info-tags p, .event-info-links p {
  color: #000000;
  font-family: "Gill Sans";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
}

.event-info-details td {
  color: #000000;
  font-family: "Gill Sans";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
}

.event-info-details td:first-child {
  padding-right: 40px;
}

.event-program {
  padding-top: 16px;
}

.event-program .program-contents {
  max-height: 454px;
  width: 277px;
}

@media screen and (max-width: 720px) {
  .event-program {
    float: none;
  }
  .event-program .program-contents {
    height: 296px;
    width: 343px;
  }
}

@media screen and (min-width: 720px) and (max-width: 1200px) {
  .event-program {
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
    float: none !important;
  }
  .event-program .program-contents {
    height: 272px;
    width: 640px;
  }
}

.event-participants {
  padding-top: 16px;
}

.event-participants h2 {
  color: #000000;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 24px;
  padding-bottom: 32px;
}

.event-main-teaser {
  float: none;
  margin: 0 auto;
}

.external-link-box {
  padding: 32px;
  text-align: center;
}

.organization-programs .program {
  max-width: 378px;
  height: 605px;
  padding: 0;
  margin-right: 32px;
}

.organization-programs .program:last-child {
  margin-right: 0;
}

.organization-programs .program-contents {
  height: 605px;
}

.organization-title-name {
  padding-bottom: 8px;
}

.organization-title-category {
  padding-bottom: 16px;
}

.organization-website {
  padding: 16px 0;
}

.organization-description {
  text-align: center;
}

@media screen and (max-width: 720px) {
  .organization-title-name {
    padding-bottom: 0;
  }
  .organization-website {
    padding: 16px 0 0 0;
  }
  .organization-programs .program {
    padding: 0;
    margin-right: 0;
    height: 402px;
  }
  .organization-programs .program-contents {
    height: 402px;
  }
}

@media screen and (max-width: 1200px) and (min-width: 720px) {
  .organization-title-name {
    padding-bottom: 0;
  }
  .organization-website {
    padding: 16px 0 0 0;
  }
  .organization-programs .program {
    float: none;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
    height: 272px;
    max-width: 640px;
  }
  .organization-programs .program-contents {
    max-width: 640px;
    height: 272px;
  }
  .organization-programs .program:last-child {
    margin-right: auto;
  }
}

.backdrop-church {
  width: 202px;
  height: 272px;
  background: url("svg/church.svg") no-repeat;
  position: absolute;
  top: 896px;
  left: calc(((100% - 1280px)/2) - 202px);
}

.backdrop-island {
  width: 231px;
  height: 267px;
  background: url("svg/island.svg") no-repeat;
  position: absolute;
  top: 999px;
  right: calc(((100% - 1280px)/2) - 231px);
}

.backdrop-waves {
  width: 192px;
  height: 98px;
  background: url("svg/waves.svg") no-repeat;
  position: absolute;
  top: 1251px;
  right: calc(((100% - 1280px )/2) - 192px);
}

@media screen and (max-width: 1200px) {
  .backdrop-church, .backdrop-island, .backdrop-waves {
    display: none;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
}

.show-island {
  background: url("svg/island.svg") no-repeat;
  background-position-x: 12px;
  background-position-y: 37px;
}

.show-waves {
  background: url("svg/waves.svg") no-repeat left bottom;
  background-position-y: 217px;
  background-position-x: -47px;
}

@media screen and (max-width: 720px) {
  .show-island {
    background-position-x: 238px;
    background-position-y: 2px;
  }
  .show-waves {
    background-position-y: 25px;
    background-position-x: 225px;
  }
}

footer {
  background: url("svg/waves.svg") no-repeat;
  background-position-y: 100px;
  background-position-x: calc(((100% - 1280px )/2) - 98px);
}

@media screen and (min-width: 1660px) {
  footer {
    background-position-x: 0;
  }
}

/*
minimum margin aviable 230px

if(margin > 230)
    show at 0
if(margin < 230 && margin > 38px){
    shot at margin - 192 px



*/
.col-md-12.column {
  padding: 32px 0 0 0;
}

@media (max-width: 720px) {
  .col-md-12.column {
    padding: 16px 0 0 0;
  }
}

.col-md-4.column {
  padding: 32px 10.667px 0 10.667px;
}

@media (max-width: 720px) {
  .col-md-4.column {
    padding: 16px 5,333px 0 5,333px;
  }
}

.col-md-4.column:first-child {
  padding: 32px 21.333px 0 0;
}

@media (max-width: 720px) {
  .col-md-4.column:first-child {
    padding: 16px 10.667px 0 0;
  }
}

.col-md-4.column:last-child {
  padding: 32px 0 0 21.333px;
}

@media (max-width: 720px) {
  .col-md-4.column:last-child {
    padding: 16px 0 0 10.667px;
  }
}

.col-md-3.column {
  padding: 32px 10.667px 0 10.667px;
}

@media (max-width: 720px) {
  .col-md-3.column {
    padding: 16px 5,333px 0 5,333px;
  }
}

.col-md-3.column:first-child {
  padding: 32px 21.333px 0 0;
}

@media (max-width: 720px) {
  .col-md-3.column:first-child {
    padding: 16px 10.667px 0 0;
  }
}

.col-md-3.column:last-child {
  padding: 32px 0 0 21.333px;
}

@media (max-width: 720px) {
  .col-md-3.column:last-child {
    padding: 16px 0 0 10.667px;
  }
}

.col-md-6.column {
  padding: 32px 16px 0 0;
}

@media (max-width: 720px) {
  .col-md-6.column {
    padding: 16px 8px 0 0;
  }
}

.col-md-6.column:last-child {
  padding: 32px 0 0 16px;
}

@media (max-width: 720px) {
  .col-md-6.column:last-child {
    padding: 16px 0 0 8px;
  }
}

.infobox-with-image img {
  width: 100%;
}

.infobox-text {
  padding: 24px;
}

.image-with-text img {
  width: 100%;
}

.image-with-text p {
  font-size: 10px;
}

.logo-quote {
  padding: 40px 40px 40px 0;
  min-height: 180px;
}

.logo-quote p {
  color: #977E51;
  font-family: "Gill Sans";
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 36px;
  padding: 0 20%;
}

.logo-quote span {
  float: right;
  font-size: 10px;
  color: #977E51;
  font-family: "Gill Sans";
  font-size: 12px;
  line-height: 14px;
  padding: 0 20%;
}

.logo-quote div.quote-icon {
  width: 192px;
  height: 98px;
  background: url("svg/citat.svg") no-repeat;
  height: 101px;
  width: 180px;
  float: left;
  margin-right: -50px;
}

@media screen and (max-width: 1200px) {
  .logo-quote div.quote-icon {
    height: 50px;
    width: 90px;
  }
  .logo-quote p {
    font-size: 20px;
    line-height: 26px;
  }
}

@media (max-width: 720px) {
  .logo-quote div.quote-icon {
    float: none;
  }
}

p.normal {
  font-family: "Gill Sans", Helvetica, sans-serif;
}

.heading1, .heading2 {
  overflow-wrap: break-word;
}

.heading1 {
  color: #000000;
  font-size: 30px;
  letter-spacing: 1.5px;
  line-height: 36px;
  text-align: center;
}

@media screen and (max-width: 720px) {
  .heading1 {
    font-size: 18px;
    line-height: 24px;
  }
}

h2.subheading {
  color: #000000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
}

@media screen and (max-width: 720px) {
  h2.subheading {
    font-size: 12px;
    line-height: 18px;
  }
}

span.metadata {
  color: #7E7E7E;
  font-family: "Gill Sans";
  font-size: 12px;
  letter-spacing: 0;
  line-height: 14px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: inline-block;
}

.padding-block {
  display: inline-block;
  width: 100%;
  height: 32px;
}

@media screen and (max-width: 720px) {
  .padding-block {
    height: 16px;
  }
}

.col-md-6 .infobox-with-image img {
  height: 320px;
  width: 584px;
}

@media screen and (max-width: 1200px) {
  .col-md-6 .infobox-with-image img {
    width: 304px;
    height: 162px;
  }
}

.col-md-4 .infobox-with-image {
  max-width: 378px;
}

.col-md-4 .infobox-with-image img {
  height: 207px;
  width: 378px;
}

@media screen and (max-width: 1200px) {
  .col-md-4 .infobox-with-image img {
    width: 192px;
    height: 103px;
  }
}

.col-md-3 .infobox-with-image {
  max-width: 278px;
}

.col-md-3 .infobox-with-image img {
  height: 151px;
  width: 278px;
}

@media screen and (max-width: 1200px) {
  .col-md-3 .infobox-with-image {
    max-width: 138px;
  }
  .col-md-3 .infobox-with-image img {
    height: 74px;
    width: 138px;
  }
}

.col-md-2.column {
  padding: 32px 32px 0 0;
}

@media screen and (max-width: 1200px) {
  .col-md-2.column {
    padding: 16px 16px 0 0;
  }
}

@media screen and (max-width: 720px) {
  .col-md-6.column, .col-md-4.column, .col-md-3.column {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .col-md-6.column .infobox-with-image img, .col-md-4.column .infobox-with-image img, .col-md-3.column .infobox-with-image img {
    width: 343px;
    height: 184px;
  }
}

.search-box {
  padding-top: 16px;
}

.search-box-input input {
  width: 50%;
  display: inline-block;
}

.search-box-results {
  padding-top: 16px;
}

.search-box-results .searchresult h3 {
  color: #000000;
}

.member-form {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.member-form label {
  margin-right: 5px;
  min-width: 30%;
  max-width: 80%;
}

.member-form input {
  margin-top: 10px;
  width: 60%;
}

.member-form input[type="checkbox"] {
  width: 10%;
}

.member-form button {
  margin: 10px;
  float: right;
}

@media screen and (min-width: 720px) {
  .member-form {
    width: 50%;
  }
  .member-form input {
    margin-top: 20px;
  }
  .member-form input[type="checkbox"] {
    width: 20%;
  }
  .member-form button {
    margin-top: 20px;
  }
}

.deletebutton {
  text-align: left;
  margin-top: -80px;
}

.deletebutton button {
  color: red;
  float: left;
}

#notLoggetInModal .btn-primary {
  color: black;
  background-color: #F4C678;
  border-color: #F4C678;
}

#notLoggetInModal .btn-primary:not(:disabled):focus, #notLoggetInModal .btn-primary:not(:disabled):hover, #notLoggetInModal .btn-primary:not(:disabled):active {
  -webkit-box-shadow: 0 0 0 0.2rem #268f05;
          box-shadow: 0 0 0 0.2rem #268f05;
}

.fa-calendar {
  content: "\F1F6";
}

@font-face {
  font-family: 'Gill Sans';
  src: url("fonts/GillSans/GillSans.otf") format("opentype");
}

@font-face {
  font-family: 'Gill Sans Bold';
  src: url("fonts/GillSans/Gill Sans Bold.otf") format("opentype");
}

.blue-light {
  background-color: #C5DEDF;
}

@media screen and (max-width: 720px) {
  .hide-mobile {
    display: none;
  }
}

.show-mobile {
  display: none;
}

@media screen and (max-width: 720px) {
  .show-mobile {
    display: block;
  }
}

section.programOverview {
  padding: 10px;
}

section.programOverview #collapseExample {
  margin-top: 10px;
}

section.programOverview td {
  width: 50%;
}

section.programOverview .extended-select {
  width: 90%;
  margin-top: 5px;
  border-color: transparent;
  background-color: #F4F3F1;
  border-radius: 3px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 5px;
  color: #7E7E7E;
}

section.programOverview .normal-select {
  border-color: #ced4da;
  border-radius: 3px;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #7E7E7E;
}

section.programOverview .search-box-input {
  margin-right: 0;
  margin-left: 0;
  margin: 0 0 !important;
  padding-top: 50px;
}

section.programOverview .search-box-input input[type="search"] {
  display: inline-block;
  width: 80%;
}

section.programOverview .search-box-input .btn {
  background-color: transparent;
  border-color: none;
  color: black;
  margin-left: 2%;
  display: inline-block;
}

section.programOverview .search-box-input .btn:active {
  background-color: transparent;
  border-color: none;
  color: black;
}

section.programOverview .search-box-input .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border-color: none;
  color: black;
}

section.programOverview .search-box-input form {
  width: 100%;
}

section.programOverview .search-box-input .typeahead__cancel-button {
  right: 30px;
  z-index: 10;
}

section.programOverview .customrow {
  width: 80%;
  min-width: -webkit-fit-content !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  margin-top: 10px !important;
  margin-left: 0px;
  margin-right: 0px !important;
  margin-bottom: 0px;
}

section.programOverview .datepickerimg {
  margin-left: 25px;
  margin-right: 25px;
}

section.programOverview .filter-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section.programOverview .filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-bottom: 5px;
  border-radius: 20px;
  border: 1px solid #ced4da;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  min-width: 100px !important;
  background-color: white;
  padding-left: 15px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

section.programOverview .filter-value {
  margin-bottom: 0px !important;
}

section.programOverview .filter-category {
  color: #E2D2D5;
}

section.programOverview .filter-button {
  border: none;
  background: none;
}

section.programOverview .searchresults {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 49% 49%;
      grid-template-columns: 49% 49%;
  grid-column-gap: 2%;
  grid-row-gap: 10px;
}

@media screen and (min-width: 720px) {
  section.programOverview .searchresults {
    -ms-grid-columns: 32% 32% 32%;
        grid-template-columns: 32% 32% 32%;
  }
}

@media screen and (min-width: 1200px) {
  section.programOverview .searchresults {
    -ms-grid-columns: 23% 23% 23% 23%;
        grid-template-columns: 23% 23% 23% 23%;
  }
}

section.programOverview .searchresults .event-result {
  position: relative;
  aspect-ratio: 2/1;
  background-image: url(images/testimage.jpg);
  background-size: cover;
  border-width: 2px;
  border-color: #ced4da;
  border-radius: 2px;
}

section.programOverview .searchresults .event-star {
  position: absolute;
  top: 5%;
  right: 2.5%;
  height: 20%;
  width: 10%;
}

section.programOverview .searchresults .event-owner {
  position: absolute;
  left: 5%;
  top: 5%;
  font-size: 16px;
  width: 80%;
  color: gray;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

section.programOverview .searchresults .event-title {
  position: absolute;
  font-size: 20px;
  top: 50%;
  left: 5%;
  min-width: 30%;
  width: 80%;
  color: white;
  text-shadow: 1px 1px 2px black;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 1200px) {
  section.programOverview .searchresults .event-title, section.programOverview .searchresults .event-owner {
    font-size: 16px;
  }
}

@media screen and (max-width: 720px) {
  section.programOverview .searchresults .event-owner {
    top: 5%;
  }
  section.programOverview .searchresults .event-title, section.programOverview .searchresults .event-owner {
    font-size: 2.4vw;
  }
}

@media screen and (max-width: 400px) {
  section.programOverview .searchresults .event-owner {
    top: 20%;
  }
  section.programOverview .searchresults .event-title, section.programOverview .searchresults .event-owner {
    font-size: 3vw;
  }
}

section.programOverview .pagination {
  margin-top: 50px;
}

section.programOverview .page-link {
  background-color: transparent !important;
  border-width: 0px !important;
  color: black !important;
}

section.programOverview .result-day {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  padding: 10px;
  z-index: 1;
  background-color: #F4F3F1;
  text-align: center;
  font-size: 20px;
  border-bottom: 2px;
  border-color: gray;
}

section.programOverview .loadMore {
  text-align: center;
  padding: 16px;
}

section.programOverview .loadMore:hover {
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  section.programOverview .row {
    margin: 3px 0 !important;
  }
  section.programOverview .filter-container {
    margin-top: 10px;
  }
}

@media screen and (max-width: 720px) {
  section.programOverview .customrow {
    width: 100%;
  }
}

@media screen and (max-width: 770px) {
  section.programOverview .title {
    margin-top: 50px !important;
  }
}

body {
  font-family: "Gill Sans Bold", "Gill Sans", Helvetica, sans-serif;
  overflow-x: hidden;
  color: #000000 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-moz-selection {
  background-color: #7E7E7E;
}

::selection {
  background-color: #7E7E7E;
}

main {
  display: block;
  margin: 0 auto;
}

html,
body,
.main,
.section {
  background-color: #F4F3F1;
}

.section .container {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  min-width: 1280px;
  background-color: #F4F3F1;
}

@media (max-width: 720px) {
  .section .container {
    min-width: 343px;
  }
}

@media screen and (min-width: 720px) and (max-width: 1200px) {
  .section .container {
    min-width: 640px;
  }
}

.section--themed .container {
  margin: 0 auto;
}

.section .container {
  margin: 0 auto;
}

.container {
  margin: 0 auto;
  padding: 0;
  min-width: 1200px;
}

@media screen and (max-width: 1200px) {
  .container {
    min-width: 0;
  }
}

.container:after,
.container:before {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

h1,
h2,
p {
  color: #000000;
  font-family: "Gill Sans Bold", "Gill Sans", Helvetica, sans-serif;
}

.ta-center {
  color: #000000;
}

.logo {
  width: 100px;
  display: inline-block;
}

.header {
  padding: 0;
}

.section--full-height {
  min-height: 70vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 1200px) {
  .section--full-height {
    min-height: 1360px;
  }
}

.background-image-full {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 40%;
}

.overlay {
  position: relative;
}

.overlay:after {
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.overlay--dark:after {
  background: #F4F3F1;
}

.overlay--light:after {
  background: #FFFFFF;
}

.section--full-height .section__hero-content {
  z-index: 1;
  max-width: 760px;
  padding-right: 30vh;
}

.section--full-height .section__hero-content h1,
.section--full-height .section__hero-content p {
  color: #000000;
}

.section--full-height .section__hero-content h1 {
  text-transform: uppercase;
}

.section--themed .section__hero-content {
  position: relative;
  min-height: 200px;
  padding-top: 100px;
}

.section--themed .section__hero-content .no-air {
  color: #000000;
  text-transform: uppercase;
  padding-left: 100px;
  text-align: left;
}

.section--full-height .section__hero-image {
  width: 100%;
  height: 600px;
  overflow: hidden;
  padding-top: 57px;
}

@media (min-width: 1900px) {
  .section--full-height .section__hero-image {
    width: 1900px;
    height: 550px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1200px) {
  .section--full-height .section__hero-image {
    width: 100%;
    height: 400px;
  }
}

@media screen and (max-width: 993px) {
  .section--full-height .section__hero-image {
    padding-top: 48px;
  }
}

@media (max-width: 720px) {
  .section--full-height .section__hero-image {
    height: 196px;
    min-width: 375px;
    width: 100%;
    padding-top: 48px;
  }
}

.section--full-height .section__hero-image img {
  width: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.button {
  text-transform: uppercase;
  background-color: #F4F3F1;
  border: none;
  color: white;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px 6px 2px;
  border-radius: 2px;
}

.button--border--solid:hover,
.button.button--border--light_solid:hover,
a:hover {
  color: #7E7E7E;
}

.blogposts {
  margin: 0 auto;
  -ms-grid-column-align: center;
      justify-self: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 33% 33% 33%;
      grid-template-columns: 33% 33% 33%;
  -ms-grid-rows: 200px;
      grid-template-rows: 200px;
  min-height: 175px;
  height: 100%;
  background-color: #F4F3F1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blogpost {
  background-color: #F4F3F1;
  padding: 20px 20px 10px 20px;
}

.blogpost .blogpost-excerpt,
.blogpost .blogpost-meta,
.blogpost .blogpost-title {
  color: #000000;
}

.blogpost .blogpost-title {
  padding-top: 2px;
  font-size: 15px;
}

.blogpost .blogpost-excerpt {
  font-size: 12px;
}

.blogpost .blogpost-meta {
  color: #977E51;
  font-size: 12px;
}

.blogpost:hover {
  color: #000000;
}

.section--themed {
  text-align: center;
  padding: 10px;
}

.col-md-9 {
  margin: 0 auto;
  max-width: 100%;
  padding: 0 auto;
}

article {
  margin: 0 auto;
  max-width: 700px;
}

.col-md-9 article {
  max-width: 700px;
  margin: 0;
}

article li {
  padding: 5px 0;
}

article ol,
article ul {
  margin: 20px;
  padding: 0;
}

article img {
  max-width: 100%;
}

article iframe,
article img {
  margin: 0 0 20px;
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
}

.row {
  min-width: 1200px;
  height: -webkit-fit-content;
  height: fit-content;
  height: -moz-fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 800) {
  .row {
    margin: 0 40px;
  }
}

@media (max-width: 375px) {
  .row {
    margin: 0 16px;
  }
}

@media (max-width: 720px) {
  .row {
    min-width: 343px;
    margin: 0 auto;
    padding: 0;
  }
}

@media screen and (min-width: 720px) and (max-width: 1200px) {
  .row {
    min-width: 640px;
    margin: 0 auto;
    padding: 0;
  }
}

.row.clearfix {
  padding: 0;
  margin: 0 auto;
}

@media (max-width: 800) {
  .row {
    width: auto;
  }
}

@media (max-width: 375px) {
  .row {
    width: 343px;
  }
}

.row > div {
  padding: 0;
}

.col-md-12.ta-center {
  bottom: 0;
  margin: 0 auto;
}

.col-md-6 {
  -ms-grid-column-align: center;
      justify-self: center;
  text-align: center;
}

small a {
  color: #000000;
}

h2.no-air {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  font-family: "Gill Sans Bold", "Gill Sans", Helvetica, sans-serif;
  padding: 16px 0;
}

@media screen and (max-width: 720px) {
  h2.no-air {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    font-family: "Gill Sans Bold", "Gill Sans", Helvetica, sans-serif;
  }
  h2.no-air + p {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0;
  }
}

.video-wrapper {
  text-align: center;
  width: 100%;
  padding-bottom: 16px;
}

.video-wrapper iframe {
  width: 80%;
}
/*# sourceMappingURL=Original.css.map */