@import url(https://use.typekit.net/ixe2ery.css);
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga" on; }

.enlargable-background {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  cursor: zoom-out; }

.enlargable-image {
  background-size: contain;
  max-height: 90%;
  max-width: 80%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

div[data-enlargable] {
  cursor: zoom-in; }

div[data-bg], img[data-src] {
  opacity: 0; }

div[data-bg]:not(.initial), img[data-src]:not(.initial) {
  transition: opacity 1s; }

div[data-was-processed],
div[data-bg].loaded,
div[data-bg].error {
  opacity: 1; }

img[data-was-processed],
img[data-src].loaded,
img[data-src].error {
  opacity: 1; }

#article.eppen header {
  height: 100px; }
  #article.eppen header .subheader {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center; }
    #article.eppen header .subheader .subheader-wrapper {
      width: 100%;
      max-width: 1400px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-right: 15px;
      padding-left: 15px; }
    #article.eppen header .subheader .subheader-link, #article.eppen header .subheader .subheader-link a {
      font-size: 15px;
      margin: 0 10px;
      color: #252525;
      font-family: Roboto; }
    #article.eppen header .subheader .subheader-icon-wrapper {
      height: 32px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
    #article.eppen header .subheader .subheader-icon:nth-child(3) {
      border-right: 0px solid #E5E5E5;
      padding-right: 0px; }
    #article.eppen header .subheader .subheader-icon {
      padding: 0 10px;
      border-right: 1px solid #E5E5E5;
      height: 25px; }
    #article.eppen header .subheader .subheader-icon-wrapper.left {
      float: left; }
    #article.eppen header .subheader .subheader-icon-wrapper.right {
      justify-content: flex-end; }
    #article.eppen header .subheader .subheader-links-wrapper {
      display: flex;
      align-items: center;
      width: 500px;
      justify-content: space-between; }
    #article.eppen header .subheader #menu-open-button {
      cursor: pointer; }
  @media (max-width: 767.98px) {
    #article.eppen header .subheader .subheader-wrapper {
      justify-content: center; }
    #article.eppen header .subheader-icon-wrapper.right, #article.eppen header .subheader .subheader-links-wrapper {
      display: none; }
    #article.eppen header .subheader:nth-child(1) .subheader-icon-wrapper.left {
      position: absolute;
      left: 15px;
      top: 10px; } }
  #article.eppen header .subheader:nth-child(2) {
    border: solid 1px #e6e6e6; }
  @media screen and (min-width: 1600px) {
    #article.eppen header .subheader-wrapper {
      max-width: 1400px; } }

#article.eppen a:hover {
  color: #b2d732;
  text-decoration: none; }

.eppen {
  font-size: 16px;
  height: auto;
  background-image: url(../images/72af21233ab50d9425165e7e82df12e3-logo-eppen-background.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #ffffff; }
  @media (min-width: 1024px) {
    .eppen .article-full-header-left {
      max-width: 630px;
      float: right; }
    .eppen .article-full-header-right {
      border-radius: 6px 0px 0px 6px; } }
  .eppen .highlight-color {
    color: #b2d732;
    text-transform: uppercase; }
  .eppen .nav-up {
    top: -50px !important; }
  .eppen .home-link {
    color: #515151;
    font-family: Roboto;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    display: block; }
    @media (min-width: 768px) {
      .eppen .home-link {
        margin-bottom: 80px; } }
  .eppen .extra-content {
    max-width: 1250px;
    margin: 0 auto;
    overflow: hidden; }
  @media screen and (min-width: 1600px) {
    .eppen .extra-content {
      max-width: 1400px; } }
  .eppen .calendar-header {
    width: 100%;
    margin-top: 140px;
    height: 160px;
    margin-bottom: 65px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative; }
    .eppen .calendar-header .calendar-header-title {
      color: #303030;
      font-family: whitman-display, serif;
      font-size: 90px;
      font-weight: 300;
      margin-top: 35px;
      text-align: center; }
    .eppen .calendar-header .calendar-header-subtitle {
      color: #8B8B8B;
      font-family: Roboto;
      font-size: 14px;
      font-weight: 300;
      margin-top: 35px; }
    .eppen .calendar-header .calendar-dropdown {
      position: absolute;
      right: 0px;
      bottom: -50px;
      display: flex;
      align-items: center; }
      .eppen .calendar-header .calendar-dropdown .dropdown-label {
        margin-right: 15px;
        color: #424242;
        font-family: Roboto;
        font-size: 17px;
        line-height: 23px;
        opacity: 0.5; }
      .eppen .calendar-header .calendar-dropdown .dropdown {
        border: 1px solid #CACACA;
        border-radius: 4px;
        background-color: #ffffff;
        box-shadow: 0 2px 4px 0 rgba(206, 206, 206, 0.5); }
        .eppen .calendar-header .calendar-dropdown .dropdown button {
          color: #484848;
          font-family: Roboto;
          font-size: 16px;
          font-weight: 300;
          line-height: 21px;
          height: 46px; }
    @media (max-width: 991.98px) {
      .eppen .calendar-header .calendar-dropdown {
        position: relative; } }
  @media (max-width: 991.98px) {
    .eppen .calendar-header {
      height: auto; } }
  .eppen .article-main a {
    color: inherit;
    text-decoration: none; }
  .eppen .elements-container {
    max-width: 1400px;
    margin: 0 auto; }
  @media (min-width: 576px) {
    .eppen .elements-container {
      padding: 0 15px; } }
  .eppen .line-separator, .eppen .KW_progressBar {
    background-color: #b2d732; }
  .eppen .article-box li:first-child {
    border-top: solid 3px #b2d732; }
  @media screen and (min-width: 1600px) {
    .eppen .article-main {
      max-width: 1400px; } }
  .eppen .article-main.narrow {
    max-width: 1250px; }
  .eppen .article-main p {
    font-size: 18px;
    line-height: 1.9em;
    color: #424242;
    font-weight: 300;
    letter-spacing: -.004em;
    word-break: break-word;
    word-wrap: break-word;
    display: block;
    margin-block-start: 0em;
    margin-block-end: 2em;
    margin-inline-start: 0px; }
    @media (min-width: 768px) {
      .eppen .article-main p {
        margin-inline-end: 3.5em; } }
    @media (min-width: 768px) {
      .eppen .article-main p .fotografia_half {
        padding-right: 3.5em; } }
    .eppen .article-main p .highlightme {
      background-color: #E3F2AF;
      padding: 2px 6px;
      border-radius: 6px; }
    @media (max-width: 767.98px) {
      .eppen .article-main p {
        font-size: 16px;
        line-height: 1.9em; } }
  .eppen .article-main h2:before, .eppen .article-main h3:before, .eppen .article-main h4:before {
    background-color: #b2d732;
    top: 0px;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    width: 60px;
    margin: 0px 0px 15px 0px; }
  .eppen .article-main h2 {
    font-family: quasimoda, sans-serif;
    font-size: 30px;
    font-weight: 800;
    line-height: 37px;
    color: #424242;
    margin-bottom: 21px;
    padding-right: 3.5em;
    margin-top: 15px; }
  .eppen .capolettera, .eppen .dropcap {
    font-size: 60px;
    padding-right: 7px;
    font-family: Merriweather;
    color: #363636;
    font-weight: 400;
    display: block;
    position: relative;
    float: left;
    margin-top: 31px;
    margin-bottom: 0;
    line-height: 11px; }
  .eppen .article-main h3 {
    font-family: quasimoda, sans-serif;
    font-size: 25px;
    font-weight: bold;
    line-height: 32px;
    color: #424242;
    margin-top: 15px; }
  .eppen .article-main h4 {
    color: #363636;
    font-family: quasimoda, sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.5em;
    margin-top: 15px; }
  .eppen .article-header {
    display: flex;
    background-color: #ffffff;
    margin-top: 100px;
    height: calc(100% - 100px); }
  .eppen .article-section-category a {
    color: #303030;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px; }
  .eppen .article-box li {
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 12px;
    font-size: 14px; }
  .eppen .article-full-header {
    margin-top: 140px;
    margin-bottom: 60px; }
    @media (max-width: 991.98px) {
      .eppen .article-full-header {
        margin-top: 120px;
        margin-bottom: 0px; } }
  .eppen .article-image-header {
    margin-top: 100px;
    margin-bottom: 0px;
    background-size: cover;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    position: relative; }
  .eppen .article-image-box {
    width: 400px;
    height: 200px;
    background-color: purple;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3; }
  .eppen .article-image-gradient {
    width: 100%;
    height: 300px;
    background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, white 60%, white 100%);
    position: absolute;
    bottom: 0px; }
  .eppen .article-image-header-container {
    max-width: 1250px;
    background-color: white;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-top: 300px;
    margin-bottom: 0px;
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
    width: 86%; }
  .eppen .article-header-title {
    width: 100%;
    margin: 0 auto; }
    .eppen .article-header-title h1 {
      font-family: whitman-display, serif;
      font-size: 3.6em;
      color: #363636;
      letter-spacing: -0.19px;
      text-align: left;
      line-height: 64px; }
    @media (max-width: 767.98px) {
      .eppen .article-header-title h1 {
        font-size: 2.5em;
        line-height: 1.1em;
        font-weight: 500; } }
    .eppen .article-header-title h3 {
      line-height: 1.5em;
      font-weight: 300;
      font-size: 1.2rem;
      margin: 15px 0px 30px 0px;
      font-family: quasimoda, sans-serif;
      font-style: normal;
      color: #363636; }
    .eppen .article-header-title .article-header-cat {
      font-size: 16px;
      font-weight: 500;
      font-family: '$family-font-base';
      color: #363636; }
  .eppen .margin {
    margin: 33px 0; }
  .eppen .highlight-box {
    border-right: 5px solid #b2d732; }
    .eppen .highlight-box .quotation {
      width: 40px;
      height: 30px;
      position: absolute;
      background-repeat: no-repeat;
      left: 20px;
      top: -10px;
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzJweCIgaGVpZ2h0PSIzMHB4IiB2aWV3Qm94PSIwIDAgMzIgMzAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDU2LjIgKDgxNjcyKSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT52aXJnb2xldHRlLWVwcGVuPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IkFydGljb2xvIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iQXJ0aWNvbG8tLy1kZXR0YWdsaW8tc3RpbGktdGVzdG8iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzcuMDAwMDAwLCAtMjAzMS4wMDAwMDApIiBmaWxsPSIjQTZEQTAzIj4KICAgICAgICAgICAgPHBhdGggZD0iTTE0NS45OTk2NDMsMjA0NS42NTI5NyBDMTQ1Ljk5OTY0MywyMDQ0LjU1MjI5IDE0NS4zNjcxNDMsMjA0My45NjgzMSAxNDQuMDk5NjQzLDIwNDMuOTAxMDIgTDE0Mi4wOTk2NDMsMjA0My45MDEwMiBDMTQwLjc2NzUsMjA0My44MzIyOCAxMzkuNTg0Mjg2LDIwNDMuMTg0MyAxMzguNTUsMjA0MS45NTU2MyBDMTM3LjUxNjc4NiwyMDQwLjcyNjk2IDEzNywyMDM5LjMyNzE2IDEzNywyMDM3Ljc1NzY4IEMxMzcsMjAzNS44NDU5MyAxMzcuNjY2Nzg2LDIwMzQuMjQxMzUgMTM4Ljk5OTY0MywyMDMyLjk0NTM5IEMxNDAuMzM0Mjg2LDIwMzEuNjQ3OTggMTQyLDIwMzEgMTQzLjk5OTY0MywyMDMxIEMxNDYuMzM0Mjg2LDIwMzEgMTQ4LjI1LDIwMzEuOTM3NTkgMTQ5Ljc0OTY0MywyMDMzLjgxNTcgQzE1MS4yNSwyMDM1LjY5MjM1IDE1MiwyMDM4LjA5ODQ5IDE1MiwyMDQxLjAzNDEzIEMxNTIsMjA0Ni40OTQzOSAxNDkuODk5NjQzLDIwNTIuMDkyMTUgMTQ1LjY5OTY0MywyMDU3LjgyNTk0IEMxNDQuMTY3MTQzLDIwNTkuOTQxIDE0Mi44MzQyODYsMjA2MSAxNDEuNywyMDYxIEMxNDAuNDMzOTI5LDIwNjEgMTM5LjgsMjA2MC4zMTIxNiAxMzkuOCwyMDU4LjkzOTQyIEMxMzkuOCwyMDU4LjM4OTA4IDE0MC4xNjY3ODYsMjA1Ny42MzM5NiAxNDAuOSwyMDU2LjY3NDA2IEMxNDIuNjk5NjQzLDIwNTQuMzM4MTMgMTQ0LjIsMjA1MS41NTc5IDE0NS4zOTk2NDMsMjA0OC4zMzExOCBDMTQ1LjgsMjA0Ny4yMzAxMyAxNDUuOTk5NjQzLDIwNDYuMzM3NTIgMTQ1Ljk5OTY0MywyMDQ1LjY1Mjk3IE0xNjMuMTAwMzU3LDIwNDUuNjUyOTcgQzE2My4xMDAzNTcsMjA0NC41NTIyOSAxNjIuNDY3NSwyMDQzLjk2ODMxIDE2MS4yMDAzNTcsMjA0My45MDEwMiBMMTU5LjIwMDM1NywyMDQzLjkwMTAyIEMxNTcuODAwMzU3LDIwNDMuODMyMjggMTU2LjU4NDY0MywyMDQzLjE4NDMgMTU1LjU1MDM1NywyMDQxLjk1NTYzIEMxNTQuNTE3NSwyMDQwLjcyNjk2IDE1NCwyMDM5LjMyNzE2IDE1NCwyMDM3Ljc1NzY4IEMxNTQsMjAzNS44NDU5MyAxNTQuNjY3NSwyMDM0LjI0MTM1IDE1Ni4wMDAzNTcsMjAzMi45NDUzOSBDMTU3LjMzNDY0MywyMDMxLjY0Nzk4IDE1OSwyMDMxIDE2MS4wMDAzNTcsMjAzMSBDMTYzLjMzNDY0MywyMDMxIDE2NS4yNSwyMDMxLjkzNzU5IDE2Ni43NTAzNTcsMjAzMy44MTU3IEMxNjguMjUwMzU3LDIwMzUuNjkyMzUgMTY5LDIwMzguMDk4NDkgMTY5LDIwNDEuMDM0MTMgQzE2OSwyMDQ2LjQ5NDM5IDE2Ni45MDAzNTcsMjA1Mi4wOTIxNSAxNjIuNzAwMzU3LDIwNTcuODI1OTQgQzE2MS4xNjc1LDIwNTkuOTQxIDE1OS44MzQ2NDMsMjA2MSAxNTguNzAwMzU3LDIwNjEgQzE1Ny40MzQ2NDMsMjA2MSAxNTYuODAwMzU3LDIwNjAuMzEyMTYgMTU2LjgwMDM1NywyMDU4LjkzOTQyIEMxNTYuODAwMzU3LDIwNTguMzg5MDggMTU3LjE2NzUsMjA1Ny42MzM5NiAxNTcuOTAwMzU3LDIwNTYuNjc0MDYgQzE1OS4yMzQ2NDMsMjA1NC45NTU3NSAxNjAuNDM0NjQzLDIwNTIuOTY0MjkgMTYxLjUsMjA1MC42OTg1NiBDMTYyLjU2NzUsMjA0OC40MzM1NyAxNjMuMTAwMzU3LDIwNDYuNzUwMzcgMTYzLjEwMDM1NywyMDQ1LjY1Mjk3IiBpZD0idmlyZ29sZXR0ZS1lcHBlbiI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+); }
    .eppen .highlight-box .highlight-text {
      font-weight: 300 !important;
      font-family: quasimoda, sans-serif !important;
      font-size: 31px !important; }
      @media (max-width: 767.98px) {
        .eppen .highlight-box .highlight-text {
          font-size: 22px !important; } }
    @media (max-width: 767.98px) {
      .eppen .highlight-box {
        margin-bottom: 30px !important; } }
  .eppen .article-author {
    color: #2d2d2d;
    flex-direction: column; }
    .eppen .article-author .article-author-container {
      display: flex;
      margin-bottom: 10px;
      width: 100%; }
    .eppen .article-author .article-author-img {
      height: 50px;
      width: 50px; }
    .eppen .article-author .article-author-name {
      font-family: Roboto;
      font-size: 12px;
      font-style: italic;
      margin-top: 12px;
      color: #2D2D2D;
      line-height: 1; }
    .eppen .article-author .article-author-name-b {
      font-family: Roboto;
      font-size: 14px;
      font-style: normal;
      font-weight: bold; }
    .eppen .article-author .article-author-bio {
      color: #858585;
      font-size: 12px;
      font-style: italic;
      padding-top: 14px;
      border-top: 1px dashed #D9D9D9; }
  .eppen .article-initials {
    padding-right: 7px;
    display: block;
    position: relative;
    float: left;
    margin-top: 3px;
    margin-bottom: 0;
    font-family: quasimoda, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #424242;
    margin-left: -46px;
    line-height: 26px;
    text-transform: uppercase; }
  @media (max-width: 991.98px) {
    .eppen .article-initials {
      margin-left: 0px;
      line-height: 1.6em;
      color: #b2d732;
      font-weight: 800; } }
  .eppen .eppen-article-header-background {
    width: 50%;
    background-size: cover;
    background-position: 50% 50%;
    height: 90%;
    border-radius: 6px; }
  .eppen .carousel-text {
    text-align: left; }
  .eppen .card {
    border: none;
    border-radius: 6px; }
    .eppen .card.card-margin {
      margin-top: 12px; }
    .eppen .card.card-margin-2 {
      margin-top: 20px; }
    .eppen .card.card-margin-3 {
      margin-top: 30px; }
    .eppen .card.card-margin-4 {
      margin-top: 10px; }
    .eppen .card .card-img {
      width: 100%; }
      @media (max-width: 767.98px) {
        .eppen .card .card-img {
          margin-bottom: 20px; } }
  .eppen .card-3-col .card {
    width: 33.3%; }
  .eppen .card-deck, .eppen .card-columns {
    margin-top: 25px; }
    .eppen .card-deck .card-img, .eppen .card-columns .card-img {
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat; }
    .eppen .card-deck.flotted, .eppen .card-columns.flotted {
      width: 50%;
      float: left;
      margin-left: -30%;
      margin-right: 15px;
      margin-bottom: 0px; }
    @media (max-width: 991.98px) {
      .eppen .card-deck.flotted, .eppen .card-columns.flotted {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 25px; } }
  .eppen .card-subtitle {
    font-family: Roboto;
    font-size: 13px;
    font-weight: normal;
    font-style: italic;
    color: #7c7c7c;
    height: 28px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 15px; }
  .eppen .card-subtitle-inner {
    font-family: Roboto;
    font-size: 13px;
    font-weight: normal;
    font-style: italic;
    color: #7c7c7c;
    height: 28px;
    margin-top: 15px;
    margin-bottom: 15px; }
  .eppen .card-deck-text {
    margin: 20px 10px 50px 10px; }
  .eppen .card-img, .eppen .card-img-top {
    border-radius: 6px;
    border: 0px; }
  .eppen .card-container {
    width: 25%;
    margin: 0px 0px 90px 0px; }
  @media (max-width: 1199.98px) {
    .eppen .card-container {
      width: 33.3%; } }
  @media (max-width: 991.98px) {
    .eppen .card-container {
      width: 50%; } }
  @media (max-width: 767.98px) {
    .eppen .card-container {
      width: 100%; } }
  .eppen .event_calendar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 10px 0px 50px 0px; }
  .eppen .event_calendar-sel {
    margin: 0 25px;
    color: #424242;
    font-family: Roboto;
    font-size: 26px;
    font-weight: 300;
    line-height: 34px;
    text-align: center;
    width: 100px;
    cursor: pointer; }
    .eppen .event_calendar-sel.selected {
      text-decoration: underline; }
  .eppen .event_box {
    max-width: 84%;
    margin: 0 auto; }
    .eppen .event_box.event-ended .card-img-top {
      background-color: #fff;
      background-blend-mode: luminosity; }
    .eppen .event_box.event-ended .event-ended-flag {
      padding: 5px;
      background-color: red;
      color: white;
      position: absolute;
      top: 50%;
      font-family: quasimoda, sans-serif;
      font-size: 14px;
      font-weight: 600;
      margin: auto;
      width: 160px;
      height: 30px;
      margin-top: -15px;
      left: 0;
      right: 0;
      margin: auto;
      text-align: center; }
    .eppen .event_box.card {
      border: 0px;
      box-shadow: 0 0 0 0; }
    .eppen .event_box .card-header {
      background-color: #ffffff;
      border: 0px;
      height: 54px;
      font-family: quasimoda, sans-serif; }
      .eppen .event_box .card-header.compressed {
        padding-top: 4px;
        height: 72px;
        margin-bottom: 16px; }
        .eppen .event_box .card-header.compressed .card-img-top {
          height: 63px;
          width: 63px;
          margin: 0; }
        .eppen .event_box .card-header.compressed .card-sponsorized-flag {
          height: 25px;
          width: 25px;
          border: 2px solid #ffffff;
          background-color: #5EBADA;
          border-radius: 100%;
          box-shadow: 0 4px 4px 0 rgba(182, 180, 180, 0.5);
          position: absolute;
          left: -12.5px;
          top: -12.5px; }
    .eppen .event_box .card-day {
      height: 28px;
      font-size: 32px;
      font-weight: 600;
      display: flex;
      color: #454545; }
      .eppen .event_box .card-day > div {
        line-height: 1; }
    .eppen .event_box .card-date {
      height: 22px;
      font-size: 12px;
      color: #303030;
      padding-left: 5px; }
      .eppen .event_box .card-date > div {
        height: 14px; }
    .eppen .event_box .card-hour {
      color: #303030;
      font-size: 17px;
      font-weight: 500;
      line-height: 20px;
      padding-top: 5px;
      padding-bottom: 3px; }
    .eppen .event_box .card-date-time {
      color: #454545;
      font-size: 15px;
      font-weight: 600;
      line-height: 21px; }
    .eppen .event_box .card-location-full {
      color: #303030;
      font-size: 13px;
      font-weight: 300; }
    .eppen .event_box .card-line {
      width: 60px;
      height: 1px;
      background-color: #b2d732; }
    .eppen .event_box .card-img-top {
      height: 100px;
      margin: 25px 0;
      background-size: cover;
      background-position: 50% 50%;
      position: relative; }
    .eppen .event_box .card-img-top.img-size-s {
      height: auto;
      padding-bottom: 40%; }
    .eppen .event_box .card-img-top.img-size-m {
      height: auto;
      padding-bottom: 60%; }
    .eppen .event_box .card-img-top.img-size-l {
      height: auto;
      padding-bottom: 100%; }
    .eppen .event_box .card-img-top.img-size-xl {
      height: auto;
      padding-bottom: 140%; }
    .eppen .event_box .card-location {
      height: 50px;
      font-size: 14px;
      font-weight: 300;
      color: #303030;
      line-height: 17px;
      text-align: right; }
      .eppen .event_box .card-location .card-city {
        margin-top: 0px; }
      .eppen .event_box .card-location .card-place, .eppen .event_box .card-location .card-city {
        line-height: 1.2em; }
    .eppen .event_box .card-body, .eppen .event_box .card-footer {
      padding: 0 0.60rem;
      font-family: quasimoda, sans-serif; }
    .eppen .event_box .card-body {
      flex: 0 0 auto; }
      .eppen .event_box .card-body.compressed {
        padding: 0; }
    .eppen .event_box .card-title {
      font-size: 19px;
      font-weight: 500;
      line-height: 1.25em;
      color: #363636;
      margin: 0px auto 20px auto; }
    .eppen .event_box .card-sponsorized {
      color: #5EBADA;
      font-size: 9px;
      font-weight: bold;
      line-height: 1.2em;
      position: absolute;
      margin-top: -10px; }
    .eppen .event_box .card-sponsorized-flag {
      height: 25px;
      width: 25px;
      border: 2px solid #ffffff;
      background-color: #5EBADA;
      border-radius: 100%;
      box-shadow: 0 4px 4px 0 rgba(182, 180, 180, 0.5);
      position: absolute;
      right: 21px;
      bottom: -12.5px; }
    .eppen .event_box .card-text {
      font-size: 15px;
      line-height: 1.4em;
      color: #363636;
      font-family: quasimoda, sans-serif;
      padding-right: 0px;
      margin-inline-end: 0px;
      margin-block-start: 0px;
      margin-block-end: 0px;
      margin-inline-start: 0px; }
    .eppen .event_box .card-footer {
      font-size: 12px;
      color: #2c2c2c;
      line-height: 12px;
      border: 0px;
      background-color: #ffffff;
      margin-top: 25px;
      text-transform: uppercase; }
      .eppen .event_box .card-footer.compressed {
        margin-top: 10px;
        padding: 0; }
  .eppen .load-event-btn {
    height: 46px;
    width: 290px;
    border: 1px solid #CACACA;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(206, 206, 206, 0.5);
    color: #484848;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto; }
  .eppen .link-box {
    color: #303030;
    border-right: 1px solid #E8E8E8; }
    .eppen .link-box .link-box-fixed-col {
      width: 46px; }
    .eppen .link-box .link-box-fixed-col-calculated {
      width: calc(100% - 46px);
      padding-left: 8px; }
    .eppen .link-box .link-box-image {
      height: 210px;
      width: 46px;
      border-radius: 6px;
      background-position: center;
      background-size: cover; }
    .eppen .link-box .link-box-category a {
      font-family: Roboto;
      font-size: 13px;
      font-weight: normal;
      color: #AEAEAE; }
    .eppen .link-box .link-box-title {
      font-size: 22px;
      color: #363636;
      font-family: whitman-display, serif;
      font-weight: 400;
      line-height: 1.3em;
      margin-top: 15px; }
    .eppen .link-box .link-box-description {
      font-family: quasimoda, sans-serif;
      font-size: 14px;
      margin-top: 10px; }
  .eppen .link-box-wrapper {
    background-color: white;
    border-radius: 6px; }
  .eppen .link-box-wrapper .col-12:last-child .link-box {
    border-right: 0px; }
  .eppen .link-box .event_box {
    max-width: none; }
  @media (max-width: 991.98px) {
    .eppen .link-box {
      border-right: 0px; } }
  .eppen .question {
    font-weight: bold !important;
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0.3em !important;
    margin-inline-start: 0px; }
    @media (min-width: 992px) {
      .eppen .question {
        margin-inline-end: 3.5em; } }
  .eppen .strike > span {
    color: #AEAEAE;
    font-family: Roboto;
    font-size: 14px;
    padding: 8px 0;
    border-bottom: 2px solid #B2D732; }
  .eppen .strike > span:before,
  .eppen .strike > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: #E8e8e8; }
  .eppen .strike > span:before {
    right: 100%;
    margin-right: 15px; }
  .eppen .strike > span:after {
    left: 100%;
    margin-left: 15px; }
  .eppen footer {
    width: 100%;
    height: 400px;
    margin-top: 120px; }

.eppen .home-header {
  display: flex;
  margin-top: 100px;
  height: calc(100% - 100px); }

.eppen .eppen-home-header {
  width: 100%;
  max-width: 1400px;
  margin: 10px auto 50px auto;
  height: 100%;
  display: flex; }

.eppen .eppen-home-header-title-container {
  width: 100%;
  position: relative;
  display: flex;
  align-items: start;
  justify-items: center;
  padding: 0 2%; }

.eppen .eppen-home-header-title {
  width: 100%;
  margin: 0 auto;
  color: #363636; }
  .eppen .eppen-home-header-title .box-h1 {
    background-color: white;
    float: left;
    padding: 30px;
    border-radius: 6px;
    margin-bottom: 20px; }
  .eppen .eppen-home-header-title h1 {
    margin: 0;
    font-family: whitman-display, serif;
    font-weight: 400;
    line-height: 1.1em; }
    .eppen .eppen-home-header-title h1 a {
      color: inherit;
      /* blue colors for links too */
      text-decoration: inherit; }
  .eppen .eppen-home-header-title h3 {
    line-height: 1.5em;
    font-weight: 500;
    font-size: 1.4rem;
    margin: 15px auto 40px auto;
    font-family: quasimoda, sans-serif;
    font-style: normal;
    color: #363636; }
  .eppen .eppen-home-header-title p {
    margin: 20px auto 40px auto;
    font-size: 1.05rem;
    line-height: 1.7em; }

.eppen .header-v1 .eppen-home-header-title h1 {
  font-size: 68px; }

.eppen .header-v1 .box-h1 {
  margin-left: -200px; }

.eppen .header-v2 .eppen-home-header-title h1 {
  font-size: 3.6rem; }

.eppen .header-v2 .box-h1 {
  margin-left: -250px; }

.eppen .header-v3 .eppen-home-header-title h1 {
  font-size: 68px; }

.eppen .header-v3 .box-h1 {
  margin-left: -200px;
  margin-top: 30px; }

.eppen .eppen-home-header-background {
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  height: 700px;
  border-radius: 6px; }

.eppen .adv-bloc {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 54px 0;
  background-color: #363636; }
  .eppen .adv-bloc .adv-image {
    width: 970px;
    height: 250px;
    background-color: aquamarine; }

.eppen .adv-block-background {
  background-size: cover;
  background-position: 50% 50%;
  padding: 50px;
  margin: 10px 0px 50px 0px; }

.eppen .adv-block-content {
  background-color: #F8F8F8;
  padding: 50px; }

.eppen .adv-block-content-border {
  border-right: 1px solid #E8E8E8; }

.eppen .adv-block-content-title {
  color: #1D1D1D;
  font-family: whitman-display, serif;
  font-size: 38px;
  line-height: 43px; }

.eppen .adv-block-content-text {
  color: #363636;
  font-family: quasimoda, sans-serif;
  font-size: 14px;
  line-height: 19px;
  margin-top: 15px; }

.eppen .adv-block-sponsorized-flag {
  height: 40px;
  width: 40px;
  border: 5px solid #F8F8F8;
  background-color: #5EBADA;
  border-radius: 100%;
  position: absolute;
  left: 30px;
  top: -20px;
  z-index: 2; }

.eppen .adv-block-sponsorized {
  color: #5EBADA;
  font-size: 9px;
  font-weight: bold;
  font-size: 11px;
  line-height: 13px;
  position: absolute;
  z-index: 2;
  top: -18px;
  left: 75px; }

.eppen .adv-block-background-wrapper, .eppen .adv-block-content-wrapper {
  max-width: 1250px;
  margin: 0 auto; }

.eppen .adv-block-content-wrapper > .link-box-wrapper {
  background-color: #F8F8F8; }

.eppen .adv-block-content-wrapper .card-header, .eppen .adv-block-content-wrapper .card, .eppen .adv-block-content-wrapper .card-footer {
  background-color: #F8F8F8; }

.eppen .adv-block-content-wrapper .link-box {
  border-right: 0px solid #E8E8E8; }

@media screen and (min-width: 1600px) {
  .eppen .adv-block-background-wrapper {
    max-width: 1400px; } }

@media (max-width: 991.98px) {
  .eppen .home-header {
    margin-top: 50px; }
  .eppen .eppen-home-header {
    display: block; }
  .eppen .eppen-home-header-background {
    height: 350px; }
  .eppen .article-section-category {
    margin-top: 15px;
    font-size: 12px; }
  .eppen .header-v1 .eppen-home-header-title h1, .eppen .header-v2 .eppen-home-header-title h1 {
    font-size: 35px; }
  .eppen .header-v1 .box-h1, .eppen .header-v2 .box-h1 {
    float: none;
    margin-left: 0px;
    padding: 0px; }
  .eppen .header-v3 .eppen-home-header-title h1 {
    font-size: 35px; }
  .eppen .header-v3 .box-h1 {
    display: none; }
  .eppen .adv-bloc .adv-image {
    width: 300px;
    height: 250px; } }

.eppen .home-author {
  margin-top: 30px; }

.eppen .event-detail {
  max-width: 1250px;
  margin: 0 auto; }
  .eppen .event-detail p {
    color: #424242;
    font-family: quasimoda, sans-serif;
    font-size: 16px;
    font-weight: 100;
    line-height: 1.7em; }
  @media (max-width: 991.98px) {
    .eppen .event-detail .fixed-col-300 {
      display: block !important;
      width: 100%; }
    .eppen .event-detail .fixed-col-calculated {
      width: 100%;
      padding: 15px; } }

.eppen .event-detail-sidebar-button {
  width: 100%;
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
  text-align: center; }

.eppen .event-detail-sidebar-title {
  color: #424242;
  font-family: Roboto;
  font-size: 12px;
  line-height: 16px;
  width: 100%;
  padding-bottom: 5px;
  margin-bottom: 8px;
  border-bottom: 1px solid #E5E5E5; }

.eppen .event-detail-sidebar-text {
  color: #363636;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin-top: 0px;
  margin-bottom: 0px; }

.eppen .event-detail-sidebar-img {
  border-radius: 6px;
  width: 70px;
  height: 70px;
  background-size: contain;
  background-position: 50% 50%; }

.eppen .event-detail-sidebar-label {
  color: #AEAEAE;
  font-size: 14px;
  font-weight: 500; }

.eppen .event-detail-header {
  width: 100%;
  margin-top: 180px; }
  .eppen .event-detail-header .sponsorized {
    color: #5EBADA;
    font-size: 13px;
    font-weight: bold; }
  .eppen .event-detail-header .article-section-category a {
    color: #303030;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    text-decoration: none; }
  .eppen .event-detail-header h1 {
    color: #363636;
    font-family: quasimoda, sans-serif;
    font-size: 60px;
    font-weight: 500;
    letter-spacing: -0.21px;
    line-height: 61px; }
  .eppen .event-detail-header h2 {
    color: #363636;
    font-family: quasimoda, sans-serif;
    font-size: 21px;
    font-weight: 300;
    letter-spacing: -0.07px;
    line-height: 31px; }

.eppen .event-detail-calendar {
  height: 220px;
  width: 179px;
  border-radius: 4px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjc5cHgiIGhlaWdodD0iNjkzcHgiIHZpZXdCb3g9IjAgMCAyNzkgNjkzIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA1NS4yICg3ODE4MSkgLSBodHRwczovL3NrZXRjaGFwcC5jb20gLS0+CiAgICA8dGl0bGU+YmFjZ3JvdW5kLWNhbGVuZGFyaW88L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz4KICAgICAgICA8bGluZWFyR3JhZGllbnQgeDE9IjUwJSIgeTE9IjY5LjExMzA5NzclIiB4Mj0iNTAlIiB5Mj0iMTAwJSIgaWQ9ImxpbmVhckdyYWRpZW50LTEiPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPSIjRkZGRkZGIiBzdG9wLW9wYWNpdHk9IjAuNSIgb2Zmc2V0PSIwJSI+PC9zdG9wPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPSIjRjlGOUY5IiBvZmZzZXQ9IjEwMCUiPjwvc3RvcD4KICAgICAgICA8L2xpbmVhckdyYWRpZW50PgogICAgICAgIDxyZWN0IGlkPSJwYXRoLTIiIHg9IjAiIHk9IjAiIHdpZHRoPSIyNzkiIGhlaWdodD0iNjkzIiByeD0iNCI+PC9yZWN0PgogICAgICAgIDxwYXR0ZXJuIGlkPSJwYXR0ZXJuLTMiIHdpZHRoPSI4IiBoZWlnaHQ9IjgiIHg9Ii04IiB5PSItOCIgcGF0dGVyblVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CiAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI2ltYWdlLTQiPjwvdXNlPgogICAgICAgIDwvcGF0dGVybj4KICAgICAgICA8aW1hZ2UgaWQ9ImltYWdlLTQiIHdpZHRoPSI4IiBoZWlnaHQ9IjgiIHhsaW5rOmhyZWY9ImRhdGE6aW1hZ2UvcG5nO2Jhc2U2NCxpVkJPUncwS0dnb0FBQUFOU1VoRVVnQUFBQWdBQUFBSUNBWUFBQURFRDc2TEFBQUFCR2RCVFVFQUFMR09mUHRSa3dBQUFFQkpSRUZVR0JsalpHQmdzQUJpaHYvLy81OEEwWXlNakNoOEpwQWdQc0NDTGdrekNTWk8wQVFNQlNBM3dOd0JNZ1ZEQWN4b0dNMkNiaWRNQWtZVE5BRUFmLzhRRVhvci9rRUFBQUFBU1VWT1JLNUNZSUk9Ij48L2ltYWdlPgogICAgPC9kZWZzPgogICAgPGcgaWQ9IkNhbGVuZGFyaW8iIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJDYWxlbmRhcmlvLS8tY2FsZW5kYXJpby1kZXNrIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTE5LjAwMDAwMCwgLTM5NC4wMDAwMDApIj4KICAgICAgICAgICAgPGcgaWQ9ImJhY2dyb3VuZC1jYWxlbmRhcmlvIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMTkuMDAwMDAwLCAzOTQuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iUmVjdGFuZ2xlIj4KICAgICAgICAgICAgICAgICAgICA8dXNlIGZpbGwtb3BhY2l0eT0iMC42OSIgZmlsbD0idXJsKCNwYXR0ZXJuLTMpIiB4bGluazpocmVmPSIjcGF0aC0yIj48L3VzZT4KICAgICAgICAgICAgICAgICAgICA8dXNlIGZpbGw9InVybCgjbGluZWFyR3JhZGllbnQtMSkiIHhsaW5rOmhyZWY9IiNwYXRoLTIiPjwvdXNlPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
  background-size: contain;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #303030;
  padding: 6px;
  position: relative; }
  .eppen .event-detail-calendar .sponsorized-flag {
    height: 35px;
    width: 35px;
    border: 2px solid #ffffff;
    background-color: #5EBADA;
    border-radius: 100%;
    box-shadow: 0 4px 4px 0 rgba(182, 180, 180, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -17.5px; }
  .eppen .event-detail-calendar .event-detail-calendar-day {
    font-family: Roboto;
    font-size: 37px;
    font-weight: 500;
    line-height: 49px;
    text-align: center; }
  .eppen .event-detail-calendar .event-detail-calendar-day-num {
    font-size: 90px;
    font-weight: bold;
    text-align: center;
    line-height: 108px; }
  .eppen .event-detail-calendar .event-detail-calendar-month {
    font-size: 37px;
    font-weight: bold;
    text-align: center;
    line-height: 44px; }

.eppen .event-detail-calendar.event_calendar {
  height: 100%;
  width: 100%; }

@media (max-width: 991.98px) {
  .eppen .event-detail-header {
    margin-top: 120px; }
    .eppen .event-detail-header h1 {
      font-size: 35px;
      margin-top: 20px; }
    .eppen .event-detail-header h2 {
      font-size: 19px; }
  .eppen .event-detail-calendar {
    width: 100%;
    height: 54px;
    flex-direction: row;
    padding-left: 20px;
    margin-bottom: 20px; }
  .eppen .event-detail-calendar .sponsorized-flag {
    height: 30px;
    width: 30px;
    position: absolute;
    left: -15px;
    right: auto;
    top: 50%;
    margin-top: -15px; }
  .eppen .event-detail-calendar .event-detail-calendar-day, .eppen .event-detail-calendar .event-detail-calendar-month {
    font-size: 20px;
    margin: 0 5px; }
  .eppen .event-detail-calendar .event-detail-calendar-day-num {
    font-size: 31px;
    margin: 0 5px; } }

