.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.eyebrow {
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #4f4f4e;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/assets/fonts/light.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/assets/fonts/medium.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/assets/fonts/semibold.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/bold.woff2') format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/opensans-bold-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/opensans-bold-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/montserrat-bold-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/montserrat-bold-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: #3f3f3f;
  background-color: #c8e2f5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  padding-top: 80px;
}
@media (min-width: 768px) {
  body {
    padding-top: 275px;
  }
}
body.nav-open {
  overflow: hidden;
}
main {
  background-color: #ffffff;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
a {
  color: #4f4f4e;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.2s ease;
}
a:hover {
  color: #f5a623;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.6em;
  color: #4f4f4e;
  font-weight: 700;
  line-height: 1.25;
}
.font-weight-thin {
  font-weight: 200;
}
h1 {
  font-size: 2.4rem;
}
h2 {
  font-size: 1.8rem;
}
h3 {
  font-size: 1.35rem;
}
h4 {
  font-size: 1.1rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: 0.7em;
  font-weight: 400;
}
p {
  margin: 0 0 1.4em;
}
ul,
ol {
  margin: 0 0 1.4em;
  padding-left: 1.4em;
}
blockquote {
  margin: 0 0 1.4em;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: 1.2em;
  line-height: 1.9;
  color: #2a2a2a;
}
blockquote > p:first-child::before {
  content: "„";
  margin-right: 0.15em;
}
blockquote > p:last-child::after {
  content: "“";
  margin-left: 0.15em;
}
hr {
  border: 0;
  border-top: 1px solid #e5e5e5;
}
.container {
  width: 100%;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}
.section {
  padding: 56px 0;
  background: #ffffff;
}
.section > .container > :first-child {
  margin-top: 0;
}
.section > .container > :last-child {
  margin-bottom: 0;
}
.section--blue {
  background: #cfd9e0;
}
.section--pale {
  background: #f8fcff;
}
.section--ice {
  background: #eefaff;
}
.section--cream {
  background: #faf0e2;
}
.section--grey {
  background: #efefef;
}
.section--quote {
  background: #cfd9e0;
}
.section--quote blockquote {
  font-size: 1.2em;
  line-height: 2.2;
  color: black;
}
.section--quote blockquote > p:first-child::before,
.section--quote blockquote > p:last-child::after {
  font-size: 2em;
  line-height: 0;
  color: #717170;
}
.section--quote blockquote > p:first-child::before {
  content: "„";
  margin-right: 0.1em;
  vertical-align: -0.1em;
}
.section--quote blockquote > p:last-child::after {
  content: "“";
  margin-left: 0.1em;
  vertical-align: -0.3em;
}
.section--quote blockquote + p {
  margin-top: -0.6em;
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 0.8em;
  text-align: right;
  color: #717170;
}
.section:not([class*="--"]):nth-of-type(even) {
  background: #eefaff;
}
.section-title {
  margin-bottom: 0.75em;
  font-size: 1.9rem;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 1.55rem;
  }
}
.section .container a {
  font-weight: 500;
}
.section .container li {
  margin-bottom: 0.3em;
}
.cols {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(var(--cols, 2), 1fr);
}
@media (max-width: 767px) {
  .cols {
    grid-template-columns: 1fr;
  }
}
.figure-img {
  margin: 10px auto;
  text-align: center;
}
.figure-img img {
  display: block;
  margin: 0 auto;
  padding: 3px;
  border: 1px solid rgba(0, 0, 0, 0.13);
  border-radius: 1rem;
}
.figure-img img.border-none {
  border: none;
  border-radius: 0;
}
.figure-img.border-none img {
  border: none;
  border-radius: 0;
}
.figure-img figcaption {
  margin-top: 0.5em;
  font-size: 0.9em;
  color: #717170;
}
.figure-img--right,
.figure-img--left,
.figure-img:has(> img[align="right"]),
.figure-img:has(> img[align="left"]) {
  max-width: 40%;
  margin-top: 0.3em;
  margin-bottom: 0.6em;
}
.figure-img--right,
.figure-img:has(> img[align="right"]) {
  float: right;
  margin-left: 1.6em;
}
.figure-img--left,
.figure-img:has(> img[align="left"]) {
  float: left;
  margin-right: 1.6em;
}
.container:has( > .figure-img--right, > .figure-img--left, > .figure-img:has(> img[align])) {
  display: flow-root;
}
.figure-img[style*="width"] {
  max-width: none;
}
.figure-img[style*="width"] > img {
  width: 100%;
}
@media (max-width: 767px) {
  .figure-img--right,
  .figure-img--left,
  .figure-img:has(> img[align]) {
    float: none;
    max-width: 100%;
    margin: 10px auto;
  }
  .figure-img[style*="width"] {
    width: auto !important;
    max-width: 100%;
  }
  .figure-img[style*="width"] > img {
    width: auto;
    max-width: 100%;
  }
}
.divider {
  width: 100%;
  margin: 40px auto;
  border-top: 1px solid #e5e5e5;
}
.embed {
  position: relative;
  width: 100%;
  margin-bottom: 1.4em;
}
.embed iframe {
  display: block;
  width: 100%;
  border: 0;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-muted {
  color: #717170;
}
.text-accent {
  color: #f5a623;
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  background: url('/assets/gfx/sky.webp') center top / cover no-repeat #c8e2f5;
}
.site-header::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-top: 10px solid #e0a32e;
}
.site-header__water {
  background: url('/assets/gfx/water.webp') center bottom / 100% 85px repeat-x;
  transition: background-size 0.3s ease;
}
@media (min-width: 768px) {
  .site-header__water {
    background-size: 100% 237px;
  }
}
.site-header__bar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  transition: min-height 0.3s ease;
}
@media (min-width: 768px) {
  .site-header__bar {
    flex-direction: column;
    justify-content: flex-end;
    gap: 14px;
    min-height: 275px;
    padding-bottom: 18px;
  }
}
@media (min-width: 768px) {
  .site-header.is-compressed .site-header__water {
    background-size: 100% 125px;
  }
  .site-header.is-compressed .site-header__bar {
    flex-direction: row;
    justify-content: space-between;
    gap: 24px;
    min-height: 130px;
    padding-bottom: 0;
  }
  .site-header.is-compressed .site-logo img {
    height: 84px;
    margin-bottom: unset;
  }
  .site-header.is-compressed .nav-desktop {
    align-self: flex-end;
    padding-bottom: 14px;
  }
}
.site-logo {
  display: inline-flex;
  flex: 0 0 auto;
  line-height: 0;
}
.site-logo img {
  height: 56px;
  width: auto;
  transition: height 0.3s ease;
}
@media (min-width: 768px) {
  .site-logo img {
    height: 200px;
    margin-bottom: -33px;
  }
}
.nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-item > a {
  font-family: "Open Sans", system-ui, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
  text-decoration: none;
}
.nav-desktop {
  display: none;
}
@media (min-width: 768px) {
  .nav-desktop {
    display: block;
  }
}
.nav-desktop .nav-menu {
  display: flex;
  align-items: center;
  gap: 22px;
}
.nav-desktop .nav-item {
  position: relative;
}
.nav-desktop .nav-item > a {
  display: block;
  padding: 8px 0;
  color: #fff;
  transition: color 0.2s ease;
}
.nav-desktop .nav-item:hover > a,
.nav-desktop .nav-item:focus-within > a,
.nav-desktop .nav-item.is-active > a {
  color: #f5a623;
}
.nav-desktop .nav-submenu {
  list-style: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 30;
  min-width: 220px;
  margin: 0;
  padding: 6px 0;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
}
.nav-desktop .nav-submenu a {
  display: block;
  padding: 10px 18px;
  font-size: 0.95rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
  text-decoration: none;
  text-shadow: none;
  color: #3f3f3f;
}
.nav-desktop .nav-submenu a:hover {
  background: #f8fcff;
  color: #f5a623;
}
.nav-desktop .nav-item:hover .nav-submenu,
.nav-desktop .nav-item:focus-within .nav-submenu {
  opacity: 1;
  visibility: visible;
}
.nav-toggle {
  display: inline-flex;
  align-items: center;
  position: absolute;
  left: 15px;
  top: 30%;
  transform: translateY(-50%);
  padding: 8px;
  background: none;
  border: 0;
  color: #e0a32e;
  cursor: pointer;
  filter: drop-shadow(0 1px 4px rgba(255, 255, 255, 0.5));
}
@media (min-width: 768px) {
  .nav-toggle {
    display: none;
  }
}
.nav-toggle__icon {
  position: relative;
  display: block;
  width: 22px;
  height: 14px;
}
.nav-toggle__bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transition: transform 0.25s ease;
}
.nav-toggle__bar:nth-child(1) {
  top: 3px;
}
.nav-toggle__bar:nth-child(2) {
  bottom: 3px;
}
body.nav-open .nav-toggle__bar:nth-child(1) {
  transform: translateY(3px) rotate(45deg);
}
body.nav-open .nav-toggle__bar:nth-child(2) {
  transform: translateY(-3px) rotate(-45deg);
}
.nav-mobile {
  position: fixed;
  inset: 80px 0 0;
  z-index: 19;
  padding: 24px 15px 48px;
  background: #ffffff;
  overflow-y: auto;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}
body.nav-open .nav-mobile {
  transform: translateX(0);
}
@media (min-width: 768px) {
  .nav-mobile {
    display: none;
  }
}
.nav-mobile .nav-menu {
  text-align: center;
}
.nav-mobile .nav-item > a {
  display: block;
  padding: 16px 0;
  font-size: 20px;
  color: #4f4f4e;
}
.nav-mobile .nav-item.is-active > a {
  color: #f5a623;
}
.nav-mobile .nav-submenu {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
}
.nav-mobile .nav-submenu a {
  display: block;
  padding: 10px 0;
  font-size: 0.95rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
  text-decoration: none;
  color: #717170;
}
.banner {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 446px;
  padding: 80px 0;
  text-align: center;
  color: #ffffff;
  background-color: #393d40;
  border-bottom: 10px solid #e0a32e;
}
.banner__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 31%;
}
@media (scripting: enabled) {
  .banner__img {
    opacity: 0;
  }
  .banner__title {
    opacity: 0;
  }
  .banner.is-loaded .banner__img {
    animation: banner-img-in 0.8s ease-out both;
  }
  .banner.is-loaded .banner__title {
    animation: banner-title-in 1s cubic-bezier(0.16, 1, 0.3, 1) 0.45s both;
  }
}
@media (scripting: enabled) and (prefers-reduced-motion: reduce) {
  .banner__img,
  .banner__title {
    opacity: 1;
    animation: none;
  }
}
.banner__title {
  position: relative;
  z-index: 1;
  margin: 0;
  width: 100%;
  max-width: 1170px;
  padding: 0 15px;
  color: #ffffff;
  font-family: "Montserrat", "Poppins", system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-shadow: 0 0 20px #393d40;
  hyphens: auto;
  overflow-wrap: break-word;
}
@media (min-width: 768px) {
  .banner__title {
    font-size: 4.5rem;
  }
}
@keyframes banner-img-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes banner-title-in {
  from {
    opacity: 0;
    transform: translateY(1.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-footer {
  border-top: 5px solid #e0a32e;
  background: #f8fcff;
}
.site-footer__inner {
  padding: 72px 15px 40px;
}
.site-footer__cols {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr);
  font-size: 0.8rem;
}
@media (max-width: 767px) {
  .site-footer__cols {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.site-footer h2 {
  margin-bottom: 0.8em;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.site-footer a {
  color: #717170;
  text-decoration: none;
  line-height: 2;
}
.site-footer a:hover {
  color: #f5a623;
}
.site-footer__legal {
  margin: 48px 0 0;
  font-size: 0.8rem;
  line-height: 1.6;
  text-align: center;
  color: #717170;
}
.site-footer__legal a {
  line-height: inherit;
}
.field {
  display: block;
  margin-bottom: 18px;
}
.field label {
  display: block;
  margin-bottom: 6px;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  color: #4f4f4e;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
  padding: 11px 14px;
  font: inherit;
  font-size: 0.95rem;
  color: #3f3f3f;
  background: #ffffff;
  border: 1px solid #d1d1d1;
  border-radius: 8px;
  appearance: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
textarea::placeholder {
  color: #717170;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
  outline: 0;
  border-color: #f5a623;
  box-shadow: 0 0 0 3px rgba(245, 166, 35, 0.18);
}
textarea {
  resize: vertical;
  min-height: 120px;
}
.btn {
  display: inline-block;
  padding: 12px 28px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background: #e0a32e;
  border: 0;
  border-radius: 1rem;
  cursor: pointer;
  transition: background 0.2s ease, transform 160ms ease-out, box-shadow 160ms ease-out;
}
.btn:hover {
  background: #c88d1e;
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: background 0.2s ease;
  }
  .btn:hover {
    transform: none;
    box-shadow: none;
  }
}
.member-cards,
.media-cards {
  --gap: 30px;
  display: grid;
  gap: var(--gap);
  margin: var(--gap) 0;
  grid-template-columns: repeat(auto-fill, minmax(min(300px, 100%), 1fr));
}
.section .container > .media-cards {
  margin-bottom: var(--gap);
}
.member-cards.consent-embed--loaded {
  display: grid;
}
.media-cards:has(.termin-card) {
  grid-auto-flow: dense;
}
.termin-card {
  grid-column: 1 / -1;
  display: table;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.13);
}
.member-card,
.media-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 1rem;
  overflow: hidden;
  transition: transform 160ms ease-out, box-shadow 160ms ease-out;
}
.member-card:has(.member-links a:hover),
.media-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}
@media (prefers-reduced-motion: reduce) {
  .member-card,
  .media-card {
    transition: none;
  }
  .member-card:has(.member-links a:hover),
  .media-card:hover {
    transform: none;
  }
}
@media (scripting: enabled) {
  .member-card,
  .media-card {
    opacity: 0;
  }
  .member-card.is-revealed,
  .media-card.is-revealed {
    opacity: 1;
    animation: card-reveal 0.5s ease-out;
  }
}
@media (scripting: enabled) and (prefers-reduced-motion: reduce) {
  .member-card,
  .media-card {
    opacity: 1;
    animation: none;
  }
}
@keyframes card-reveal {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.member-image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.media-embed .consent-embed {
  margin: 0;
}
.member-caption,
.media-caption {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 18px 20px 20px;
  text-align: center;
  flex: 1;
  cursor: pointer;
}
.member-caption a,
.media-caption a {
  cursor: pointer;
}
.member-title,
.media-title {
  margin: 0;
  font-size: 1.15rem;
}
.member-role {
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #717170;
}
.member-tel,
.member-card address {
  font-style: normal;
  font-size: 0.9rem;
  color: #3f3f3f;
}
.media-text {
  font-size: 0.9rem;
  color: #3f3f3f;
}
.media-body {
  font-size: 0.9rem;
  color: #3f3f3f;
  text-align: left;
}
.media-body > :first-child {
  margin-top: 0;
}
.media-body > :last-child {
  margin-bottom: 0;
}
.media-more {
  margin-top: auto;
  padding-top: 8px;
  text-align: right;
}
.media-more a {
  font-size: 0.85rem;
  font-weight: 500;
  text-decoration: none;
  color: #f5a623;
  transition: color 160ms ease-out;
}
.media-more a:hover {
  color: #17579b;
}
.media-links ~ .media-more {
  margin-top: 4px;
}
.member-links,
.media-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: auto;
  padding-top: 8px;
}
.member-links a,
.media-links a {
  font-size: 0.85rem;
  font-weight: 500;
  text-decoration: underline;
  color: #f5a623;
  transition: color 160ms ease-out;
}
.member-links a:hover,
.media-links a:hover {
  color: #17579b;
}
.gcal-row {
  display: table;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.13);
  margin-top: 30px;
}
.gcal-row:first-child {
  border-top: none;
  margin-top: 0;
}
.gcal-row.gcal-continuous-day {
  border-top: none;
}
.gcal-row.gcal-continuous-day .gcal-day {
  display: none;
}
.gcal-row.gcal-continuous-day .gcal-info {
  border-top: 1px solid rgba(0, 0, 0, 0.13);
}
.gcal-cal {
  display: table-cell;
  width: 100px;
  padding-top: 1.3em;
  padding-right: 25px;
  vertical-align: top;
}
.gcal-day {
  display: block;
  text-align: center;
  border-radius: 0.5rem;
  background: #294983;
}
.gcal-dm {
  font-weight: lighter;
  font-size: 0.8em;
  display: block;
  background: #99C1E3;
  color: #000;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.gcal-dd {
  font-size: 3em;
  line-height: 1.5;
  color: #fff;
}
.gcal-dy {
  font-size: 0.8em;
  color: #fff;
}
.gcal-dd + .gcal-dy {
  margin-top: -1rem;
}
.gcal-until-day {
  text-align: center;
  font-weight: lighter;
  font-size: 0.7em;
  display: block;
  margin-top: 0.5em;
}
.gcal-until-day b {
  margin-top: -0.2em;
  display: block;
  line-height: 1.5;
}
.gcal-info {
  display: table-cell;
  padding-top: 1em;
  vertical-align: top;
}
.gcal-time {
  font-size: 1.1em;
  font-weight: bold;
  color: #F5A623;
  display: block;
}
.gcal-title {
  font-size: 2em;
  font-weight: lighter;
  line-height: 1.6;
}
.gcal-description {
  padding: 0;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #3f3f3f;
}
.gcal-description p {
  padding: 0;
  margin: 0;
}
.gcal-description ul,
.gcal-description ol {
  margin-left: 20px;
}
.gcal-location {
  display: block;
  padding-top: 0.5em;
  font-size: 18px;
  line-height: 28px;
  color: #3f3f3f;
}
.gcal-error {
  padding: 1em 0;
  color: #b00020;
}
