h2 {
  font-size: 16px;
  text-align: center;
}

.about h2 {
  font-size: 24px;
  font-weight: 300;
  color: white;
}

.logo-wrapper img {
  object-fit: contain;
  padding: 6px 0;
}

#block-uvid2019-delegations-block,
#block-saveyourspot {
  position: relative;
}

#block-uvid2019-delegations-block .field--name-body,
#block-saveyourspot .field--name-body {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
}

#block-uvid2019-delegations-block .field--name-body h2 a,
#block-saveyourspot .field--name-body h2 a {
  color: white;
  letter-spacing: 13px;
}

.logo-wrapper > img {
  max-width: 240px;
}

.banner.inner {
  height: auto;
  width: 100%;
}

.tabs.primary {
  display: flex;
  flex-direction: column;
  width: 120px;
}

.region-below,
.region-footer {
  border-top-width: 0;
  border-top-color: transparent;
  padding: 0 1em;
}

.region-footer a:link,
.region-footer a:visited {
  color: white;
  text-decoration: none;
}

i.ci-reg {
  content: url("../images/reg.svg");
  width: 30px;
  position: relative;
  top: 4px;
}

i.ci-cal {
  content: url("../images/cal.svg");
  width: 25px;
  position: relative;
  top: 3px;
}

.block-system-breadcrumb-block {
  margin-bottom: 0;
}

.content-part {
  margin-top: 2em;
}

.footer-menu {
  font-size: 14px;
}

.region-footer .webform-submission-form input[type=text],
.region-footer .webform-submission-form input[type=email] {
  color: #B9B9B9;
}

.images-wrapper .img {
  margin: 5px 0 0 5px;
}

.images-wrapper .img:last-of-type {
  margin-left: 0;
}

.slideshow-overlay .register-button-wrapper .button {
  border-radius: 1.5em;
}

.region-footer footer li {
  list-style-type: none;
  list-style-image: none;
}

.mobile-only {
  display: none;
}

.quicktabs-tabpage {
  display: flex;
  flex-wrap: wrap;
}

.quicktabs-tabpage.quicktabs-hide {
  display: none;
}

.quicktabs-wrapper {
  width: 100%;
}

ul.quicktabs-tabs li {
  margin: 0 !important;
  background-color: #DDDDDD;
  width: 50%;
  display: inline-block;
  text-align: center;
}

ul.quicktabs-tabs li.active {
  background-color: #0BBFE0;
}

ul.quicktabs-tabs li a {
  color: #AAAAAA;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 1em;
  line-height: 45px;
  font-size: 20px;
}

@media all and (max-width: 468px) {
  ul.quicktabs-tabs li {
    display: block;
    width: 100%;
  }

  ul.quicktabs-tabs li a {
    font-size: 16px;
  }
}

ul.quicktabs-tabs li.active a {
  color: white;
}

.node--type-reg table,
.node--type-reg .table-header th,
.node--type-reg details,
.node--type-reg details summary {
  font-size: 12px;
}

.node--type-reg details summary {
  position: relative;
  top: -15px;
}

.node--type-reg details summary:before {
  position: relative;
  top: 5px;
}

@media all and (max-width: 768px) {
  .region-footer footer {
    flex-wrap: wrap !important;
  }

  .breadcrumb {
    padding-right: 1em;
  }

  .mobile-only {
    display: block;
  }

  #block-uvid2019-main-menu + img {
    display: none;
  }

  .logo-wrapper {
    width: 100% !important;
    justify-content: space-between;
  }
}

.path-frontpage .cycle-pager {
  display: none;
}

.menu-buttons .menu {
  margin: 0 !important;
}

@media all and (min-width: 1009px) {
  body:not(.path-frontpage) .region-content {
    /*max-width: 974px;*/
    width: 100%;
  }
}

#block-uvid2020 {
  display: none;
}

.logo-wrapper > a {
  width: auto !important;
}