@charset "UTF-8";
html {
  height: 100%;
}

#body-wrapper .container {
  padding: 2rem 0 2rem;
}
.header-fixed #body-wrapper {
  padding-top: 4rem;
}

.header-fixed .hero + #start > #body-wrapper {
  padding-top: 0;
}

section.section {
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

.overlay-light, .overlay-dark, .overlay-light-gradient, .overlay-dark-gradient {
  z-index: 0;
}

.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-size: cover;
  background-position: center;
}
.hero h1 {
  color: #000;
  font-size: 4rem;
}
.hero h2 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 2.5rem;
}
.hero.hero-fullscreen {
  min-height: 100vh;
}
.hero.hero-large {
  min-height: 500px;
}
.hero.hero-medium {
  min-height: 400px;
}
.hero.hero-small {
  min-height: 110px;
}
.hero.hero-tiny {
  min-height: 8rem;
}
.header-fixed .hero {
  background-position: 50% 0;
}
@media (max-width: 840px) {
  .hero h1 {
    font-size: 3rem;
  }
  .hero h2 {
    font-size: 1.75rem;
  }
}
@media (max-width: 600px) {
  .hero h1 {
    font-size: 2rem;
  }
  .hero h2 {
    font-size: 1.25rem;
  }
}
.hero.text-light h1 {
  color: #fff;
}
.hero.text-light h2 {
  color: rgba(255, 255, 255, 0.8);
}
.hero p {
  font-size: 0.9rem;
  font-weight: 300;
}
.hero #to-start {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  font-size: 2rem;
  cursor: pointer;
}

.image-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.overlay-light .image-overlay {
  background: rgba(255, 255, 255, 0.4);
}
.overlay-light-gradient .image-overlay {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2));
}
.overlay-dark .image-overlay {
  background: rgba(0, 0, 0, 0.4);
}
.overlay-dark-gradient .image-overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2));
}

html {
  font-size: 16px;
}
@media screen and (min-width: 480px) {
  html {
    font-size: calc(16px + 4 * ((100vw - 480px) / 800));
  }
}
@media screen and (min-width: 1280px) {
  html {
    font-size: 20px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 2rem;
  font-family: Overpass, "Helvetica Neue", sans-serif;
  color: black;
}

h1,
.h1 {
  font-size: 3rem;
}

h2,
.h2 {
  font-size: 1.8rem;
  margin-bottom: 0.4rem;
}

h5,
.h5 {
  font-weight: 500;
}

h6,
.h6 {
  font-weight: 400;
}

.title-center h1,
.title-center h2 {
  text-align: center;
}

.title-h1h2 h1 {
  font-weight: 100;
  margin-bottom: 0;
  line-height: 1.1;
}
.title-h1h2 h1 strong,
.title-h1h2 h1 bold {
  font-weight: 400;
}
.title-h1h2 h1 + h2 {
  line-height: 1.1;
  margin-top: 0;
}

.title-h1h2 h1 + h2,
.title-center h1 + h2 {
  font-weight: 700;
}
.title-h1h2 h1,
.title-center h1 {
  margin-bottom: 50px;
}
.title-h1h2 h2,
.title-center h2 {
  margin-bottom: 20px;
}

a:focus {
  outline: none !important;
  box-shadow: none !important;
}

img {
  max-width: 100%;
}

.table > table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

pre code,
pre.xdebug-var-dump {
  background: #fafafa;
  display: block;
  padding: 1rem !important;
  line-height: 1.5;
  color: inherit;
  border-radius: 2px;
  overflow-x: auto;
}

pre[class*=language-] code {
  border-radius: inherit;
  padding: 0 !important;
  overflow-x: initial;
}

pre code:not(.hljs):not([class*=language-]) {
  background: #f8f8f8;
}

i.fa.fa-heart.pulse, i.fa.fa-heart-o.pulse {
  color: #920;
}

b,
strong {
  font-weight: 700;
}

.heavy {
  font-weight: 700;
}

.light {
  font-weight: 200;
}

.text-light {
  color: rgba(255, 255, 255, 0.8);
}
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6 {
  color: rgba(255, 255, 255, 0.9);
}

#error {
  text-align: center;
  position: relative;
  margin-top: 5rem;
}
#error .icon {
  font-size: 50px;
}

#messages {
  margin-bottom: 1rem;
}
#messages .icon {
  font-size: 1rem;
}

ul,
ol {
  margin-left: 1.6rem;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-left: 1.6rem;
}

ul {
  list-style: disc outside;
}

ol {
  list-style: decimal outside;
}

.notices {
  margin: 1.5rem 0;
}
.notices p {
  margin: 1rem 0;
}

.credit {
  margin-right: 10px;
  margin-top: -30px;
  display: flex;
  flex-direction: row-reverse;
}

.topline {
  margin-bottom: 0.4rem;
  font-family: "Overpass", "Helvetica Neue", sans-serif;
  color: #000;
  line-height: 1.2;
}

.subtitle {
  font-size: 1.6rem;
  font-weight: 400;
  font-style: italic;
  margin-top: -0.6rem;
  display: grid;
  font-family: "Overpass", "Helvetica Neue", sans-serif;
  color: #000;
}

.h2-subtitle {
  font-size: 1.6rem;
  font-weight: 400;
  font-style: italic;
}

.h6-subtitle {
  font-size: 0.84rem;
  font-weight: 400;
  font-style: italic;
}

.h6-subtitle > div + div {
  border-left: 1px solid #000000;
}

.text-primary {
  letter-spacing: -0.08rem;
  line-height: 3rem;
}

.text-tertiary {
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
}

form {
  /** Reset some defaults for Quark Theme **/
}
form .button-wrapper {
  margin-top: 0.75rem;
  margin-bottom: 1rem;
}
form span.required {
  color: #e85600;
  font-weight: 700;
  font-size: 1.2rem;
}
form .form-input[type=range] {
  appearance: slider-horizontal;
}
form .form-input[type=range]:focus {
  box-shadow: none;
  border: none;
}
form .form-label {
  padding: 0px;
}
form .form-group:not(.form-field-toggleable) .checkboxes {
  display: inherit;
}
form .form-group:not(.form-field-toggleable) .checkboxes label {
  display: inherit;
  padding: 0.1rem 0.4rem 0.1rem 1.2rem;
  margin: inherit;
}
form .form-group:not(.form-field-toggleable) .checkboxes label:before {
  display: none;
}

#grav-login > form {
  margin: 2rem auto 0;
  max-width: 350px;
}
#grav-login .form-label {
  display: none;
}
#grav-login .form-data {
  margin: 1rem 0;
}
#grav-login .form-input {
  text-align: center;
}
#grav-login .button-wrapper {
  text-align: right;
}
#grav-login .button-wrapper .form-data.rememberme {
  margin: 0;
  float: left;
}
#grav-login .login-form button[type=submit] {
  background: #770702;
  border-color: #680602;
  color: #fff;
}
#grav-login .login-form button[type=submit]:focus, #grav-login .login-form button[type=submit]:hover {
  background: #5e0602;
  border-color: #4f0501;
  color: #fff;
}
#grav-login .login-form button[type=submit]:active, #grav-login .login-form button[type=submit].active {
  background: #540501;
  border-color: #450401;
  color: #fff;
}
#grav-login .twofa-form button[type=submit]:first-child {
  background: #770702;
  border-color: #680602;
  color: #fff;
  float: right;
  margin-left: 4px;
}
#grav-login .twofa-form button[type=submit]:first-child:focus, #grav-login .twofa-form button[type=submit]:first-child:hover {
  background: #5e0602;
  border-color: #4f0501;
  color: #fff;
}
#grav-login .twofa-form button[type=submit]:first-child:active, #grav-login .twofa-form button[type=submit]:first-child.active {
  background: #540501;
  border-color: #450401;
  color: #fff;
}

.mobile-container {
  position: absolute;
  top: 40%;
  left: 0;
  margin: 0 auto;
  z-index: 2;
}

.mobile-menu {
  display: none;
  top: 0;
  right: 0;
  z-index: 3;
}
.header-fixed .mobile-menu {
  position: fixed;
}
@media (max-width: 840px) {
  .mobile-menu {
    display: block;
  }
}
.mobile-menu .button_container {
  position: absolute;
  top: 1.3rem;
  right: 1rem;
  height: 24px;
  width: 28px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease, top 0.5s ease;
}
.mobile-menu .button_container:hover {
  opacity: 0.7;
}
.mobile-menu .button_container.active {
  position: fixed;
}
.mobile-menu .button_container.active .top {
  transform: translateY(8px) translateX(0) rotate(45deg);
  background: #fff;
}
.mobile-menu .button_container.active .middle {
  opacity: 0;
  background: #fff;
}
.mobile-menu .button_container.active .bottom {
  transform: translateY(-8px) translateX(0) rotate(-45deg);
  background: #fff;
}
.mobile-menu .button_container span {
  background: #fff;
  border: none;
  height: 4px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}
.mobile-menu .button_container span:nth-of-type(2) {
  top: 8px;
}
.mobile-menu .button_container span:nth-of-type(3) {
  top: 16px;
}

.overlay {
  position: fixed;
  background: #770702;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  padding-top: 128px;
  font-size: 1.4rem;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.overlay nav {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.overlay a {
  color: #fff;
}
.overlay a[href*="//"]::after {
  content: "";
  background-image: url("../images/link.png");
  background-size: 16px 16px;
  display: inline-block;
  width: 16px;
  height: 16px;
}

.overlay-menu {
  height: 100%;
  overflow-y: scroll;
  padding: 0 1rem;
}
.overlay-menu > .tree {
  text-align: left;
}
.overlay-menu .tree li ul {
  padding-top: 0;
  box-shadow: 0;
  font-size: 80%;
}
.overlay-menu .tree li::marker {
  color: #fff;
}
.overlay-menu .tree li:first-of-type {
  margin-top: 0;
}
.overlay-menu .menu {
  background-color: inherit;
  margin-left: 1rem;
  box-shadow: 0 !important;
}

.treemenu.treemenu-root {
  margin: 1rem;
}
.treemenu li {
  list-style: none;
  margin: 0 0 1px;
  padding: 5px 0;
  line-height: 1.2rem;
  background: rgba(221, 221, 221, 0.1);
}
.treemenu li a {
  display: block;
  margin-left: 1.2rem;
  font-size: 1rem;
}
.treemenu li a:hover, .treemenu li a:focus, .treemenu li a.active {
  color: #860802 !important;
  text-decoration: none;
}
.treemenu ul {
  margin: 0 0 0 1rem;
}
.treemenu .toggler {
  cursor: pointer;
  vertical-align: top;
  font-size: 1.1rem;
  line-height: 1rem;
  padding-left: 5px;
  float: left;
}
.treemenu .toggler:before {
  display: inline-block;
  margin-right: 2pt;
}
.treemenu li.tree-empty > .toggler {
  opacity: 0.3;
  cursor: default;
}
.treemenu li.tree-empty > .toggler:before {
  content: "•";
}
.treemenu li.tree-closed > .toggler:before {
  content: "+";
}
.treemenu li.tree-opened > .toggler:before {
  content: "−";
}

.mobile-nav-open {
  overflow-y: hidden;
}

.default-animation, .modular-features .feature-icon, .modular-features.small .feature-icon i, #header .logo svg,
#header .logo img, #header .navbar-section, #header {
  transition: all 0.5s ease;
}

.pulse {
  animation-name: pulse_animation;
  animation-duration: 2000ms;
  transform-origin: 70% 70%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes pulse_animation {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.08);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
#header {
  width: 100%;
  height: 4rem;
  border-bottom: 1px solid rgba(221, 221, 221, 0.2);
  font-size: 0.7rem;
  font-weight: 700;
  background: #770702;
  color: #ddd;
  margin-bottom: 1rem;
}
#header a {
  color: #ddd;
}
#header a:hover, #header a:focus, #header a.active {
  color: #fff !important;
}
#header .navbar-section {
  height: 4rem;
}
@media (max-width: 840px) {
  #header .navbar-section {
    margin-right: 2rem;
  }
}
@media (max-width: 840px) {
  #header .navbar-section.desktop-menu {
    display: none;
  }
}
#header .logo svg,
#header .logo img {
  height: 128px;
  display: inherit;
  background: #770702;
  position: absolute;
  top: 0px;
  padding: 10px;
  border-radius: 0 0 8px 8px;
  z-index: 99;
}
#header .logo a:focus > img,
#header .logo a:hover > img,
#header .logo a:active > img {
  background: #000;
}
#header.scrolled .logo svg,
#header.scrolled .logo img {
  height: 42px;
  padding: 0px;
  border-radius: 0px;
}
#header .dropmenu ul ul {
  background-color: #770702;
}
.header-fixed #header {
  position: fixed;
  top: 0;
  z-index: 2;
}

body.header-fixed.header-animated #header.scrolled {
  height: 2.3rem;
}
body.header-fixed.header-animated #header.scrolled .navbar-section {
  height: 2.3rem;
}
body.header-fixed.header-animated #header.scrolled .logo svg,
body.header-fixed.header-animated #header.scrolled .logo img {
  height: 28px;
}
body.header-fixed.header-animated #header.scrolled ~ .mobile-menu .button_container {
  top: 0.5rem;
}

.login-status-wrapper {
  white-space: nowrap;
}

body.sticky-footer {
  height: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body.sticky-footer #page-wrapper {
  flex: 1 0 auto;
}

#footer {
  color: #fff;
  padding: 1rem 1rem 2.5rem;
}
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5 {
  color: #fff;
}
#footer h2 {
  font-size: 1.2rem;
  margin-bottom: 0.4rem;
  margin-top: 1em;
}
#footer th {
  padding-top: 0;
}
#footer .social {
  margin: 0.2em 0;
}
#footer .social a {
  text-decoration: none !important;
}
#footer .social a:hover > span, #footer .social a:focus > span, #footer .social a:active > span {
  color: #fff;
  text-decoration: underline !important;
}
#footer .social a > img,
#footer .social a > svg,
#footer .social a > span {
  display: inline-block;
  margin: 0 0.2rem;
  padding: 0;
  color: #fff;
  width: 1.2rem !important;
  height: 1.2rem !important;
  text-align: center;
  vertical-align: middle;
}
#footer .social a > img:first,
#footer .social a > svg:first,
#footer .social a > span:first {
  margin-right: 0px;
}
#footer .social a > span {
  width: unset !important;
}
#footer .social a > svg {
  fill: currentColor;
  overflow: hidden;
  vertical-align: middle;
  padding: 0.1rem;
}
#footer span.day {
  display: inline-block;
  width: 100px;
}
#footer .subscribe-btn {
  float: unset;
  top: unset;
}
#footer .subscribe-btn .btn {
  background: #770702;
  border-color: #680602;
  color: #fff;
  background: unset;
  border-color: #fff;
  font-size: 0.8rem;
}
#footer .subscribe-btn .btn:focus, #footer .subscribe-btn .btn:hover {
  background: #5e0602;
  border-color: #4f0501;
  color: #fff;
}
#footer .subscribe-btn .btn:active, #footer .subscribe-btn .btn.active {
  background: #540501;
  border-color: #450401;
  color: #fff;
}
#footer .subscribe-btn .btn:hover {
  background: #770702;
}
#footer .language-selector {
  float: unset;
  top: unset;
  margin: 0.8em 0 !important;
}
#footer .language-selector .btn {
  background: #770702;
  border-color: #680602;
  color: #fff;
  background: unset;
  border-color: #fff;
}
#footer .language-selector .btn:focus, #footer .language-selector .btn:hover {
  background: #5e0602;
  border-color: #4f0501;
  color: #fff;
}
#footer .language-selector .btn:active, #footer .language-selector .btn.active {
  background: #540501;
  border-color: #450401;
  color: #fff;
}
#footer .language-selector .btn:hover {
  background: #770702;
}
#footer #langSelectorList {
  top: auto;
  bottom: 120%;
}
#footer #newsletter-form-de .buttons {
  margin-top: 0.5rem;
}
#footer #newsletter-form-de .buttons > .button {
  background: #770702;
  border-color: #680602;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.5;
  border-radius: 3px;
  padding: 5px 10px;
  background: unset;
  color: #fff;
  border: 1px solid;
  border-color: #fff;
}
#footer #newsletter-form-de .buttons > .button:focus, #footer #newsletter-form-de .buttons > .button:hover {
  background: #5e0602;
  border-color: #4f0501;
  color: #fff;
}
#footer #newsletter-form-de .buttons > .button:active, #footer #newsletter-form-de .buttons > .button.active {
  background: #540501;
  border-color: #450401;
  color: #fff;
}
#footer #newsletter-form-de .buttons > .button:hover {
  background: #770702;
}
#footer #newsletter-form-de > div:first-child {
  margin-bottom: 0.5rem;
}
#footer #newsletter-form-en .buttons {
  margin-top: 0.5rem;
}
#footer #newsletter-form-en .buttons > .button {
  background: #770702;
  border-color: #680602;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.5;
  border-radius: 3px;
  padding: 5px 10px;
  background: unset;
  color: #fff;
  border: 1px solid;
  border-color: #fff;
}
#footer #newsletter-form-en .buttons > .button:focus, #footer #newsletter-form-en .buttons > .button:hover {
  background: #5e0602;
  border-color: #4f0501;
  color: #fff;
}
#footer #newsletter-form-en .buttons > .button:active, #footer #newsletter-form-en .buttons > .button.active {
  background: #540501;
  border-color: #450401;
  color: #fff;
}
#footer #newsletter-form-en .buttons > .button:hover {
  background: #770702;
}
#footer #newsletter-form-en > div:first-child {
  margin-bottom: 0.5rem;
}

.footer-menu {
  background-color: #770702;
  color: #fff;
}
.footer-menu .btn.btn-link,
.footer-menu a {
  color: #ddd;
}
.footer-menu .btn.btn-link:hover, .footer-menu .btn.btn-link:focus, .footer-menu .btn.btn-link.active,
.footer-menu a:hover,
.footer-menu a:focus,
.footer-menu a.active {
  color: #fff !important;
}

.dropmenu {
  height: inherit;
}
@media (max-width: 840px) {
  .dropmenu {
    display: none;
  }
}
.dropmenu ul {
  white-space: nowrap;
  margin: 0;
  display: flex;
  height: inherit;
}
.dropmenu ul li {
  position: relative;
  margin: 0;
  display: flex;
  height: inherit;
}
.dropmenu ul li a {
  text-decoration: none;
  padding: 29px 30px 29px 20px;
  display: block;
  height: inherit;
  flex-grow: 1;
}
.dropmenu ul li a:hover, .dropmenu ul li a:focus {
  background-color: #000 !important;
}
.dropmenu ul li a:hover, .dropmenu ul li a:focus, .dropmenu ul li a.active {
  color: #770702 !important;
}
.dropmenu ul li a:before {
  content: "";
  float: right;
  margin-top: 8px;
  margin-right: -20px;
  border: 1px solid currentColor;
  transform: translate(-50%, -50%) rotate(-135deg);
  border-bottom: none;
  border-right: none;
  width: 0.65em;
  height: 0.65em;
}
.dropmenu ul li a:only-child {
  padding-right: 20px;
}
.dropmenu ul li a:only-child:before {
  content: none;
}
.dropmenu ul li a[href*="//"]:after {
  content: "";
  background-image: url("../images/link.png");
  background-size: 16px 16px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: -2px;
}
.dropmenu ul li:hover > ul {
  display: block;
  visibility: visible;
}
.dropmenu ul li:focus-within > ul {
  visibility: visible;
  opacity: 1;
  display: block;
}
.dropmenu ul ul {
  position: absolute;
  top: calc(100% - 1px);
  list-style: none;
  background: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  height: unset;
}
.dropmenu ul ul.menu {
  padding: 0 !important;
}
.dropmenu ul ul li {
  height: unset;
}
.dropmenu ul ul li a {
  padding: 20px;
}
.dropmenu ul ul li a:before {
  margin-right: 0 !important;
}
.dropmenu ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
.dropmenu ul ul ul.menu {
  padding: 0 !important;
}

/** Extra columns spacing **/
.extra-spacing:not(.col-12), :not(.col12) > .e-content {
  padding-right: 1rem;
}
@media (max-width: 840px) {
  .extra-spacing:not(.col-12), :not(.col12) > .e-content {
    padding-right: 0;
  }
}

/** Breadcrumbs styling **/
#breadcrumbs {
  padding-left: 0;
  display: flex;
  align-items: center;
  margin-top: -1rem;
  margin-bottom: 1rem;
}
#breadcrumbs i {
  display: none;
}
#breadcrumbs span, #breadcrumbs a {
  padding: 0 0.5rem;
}
#breadcrumbs span:first-child, #breadcrumbs a:first-child {
  padding-left: 0;
}
#breadcrumbs span:not(:first-child)::before, #breadcrumbs a:not(:first-child)::before {
  color: #e7e9ed;
  content: "/";
  padding-right: 1rem;
}

/** Blog Listing **/
.blog-listing .bricklayer-column {
  padding-left: 0px;
  padding-right: 25px;
}
.blog-listing .card {
  margin-bottom: 25px;
  border: 0;
  box-shadow: 0 10px 45px -9px rgba(0, 0, 0, 0.1);
}
.blog-listing .card-footer {
  text-align: right;
}
.blog-listing .blog-date {
  font-size: 13px;
}
/** Blog Item **/
.content-title {
  margin-bottom: 2rem;
}
.content-title h2 {
  margin-bottom: 0.5rem;
}

.label {
  font-size: 12px;
  text-transform: uppercase;
}

/** Pagination **/
ul.pagination {
  justify-content: center;
}

.prev-next {
  margin-top: 4rem;
}

/** Sidebar specific tweaks **/
#sidebar ul.related-pages {
  box-shadow: none;
  padding: 0;
  z-index: 1;
}
#sidebar ul.related-pages li {
  border-bottom: 1px solid #ddd;
}
#sidebar ul.related-pages li:last-child {
  border-bottom: 0;
}
#sidebar ul.archives {
  list-style: none;
  margin-left: 0;
}
#sidebar ul.archives .label {
  vertical-align: text-top;
}

.modular-hero #to-start {
  bottom: 3.5rem;
}

.modular-features {
  text-align: center;
}
.modular-features.offset-box .frame-box {
  margin: -3rem -1.4rem 3rem;
  padding: 1rem 1rem;
  background: #fff;
  box-shadow: 0 0 75px 0 rgba(0, 0, 0, 0.1);
}
.modular-features.small .columns {
  margin-top: -1rem;
}
.modular-features.small .column:hover .feature-icon i {
  color: #770702;
}
.modular-features.small .feature-icon {
  display: block;
  justify-content: left;
}
.modular-features.small .feature-icon i {
  position: relative;
  display: inherit;
  font-size: 70px;
  margin: 0 auto 1rem;
  transform: none;
  left: auto;
  top: auto;
  color: #ddd;
}
.modular-features.small .feature-icon h6 {
  text-transform: none;
}
.modular-features .frame-box {
  padding: 3rem 0;
}
.modular-features .frame-box > p {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.modular-features .column {
  padding: 1rem;
}
.modular-features .column:hover .feature-icon {
  color: #ddd;
}
.modular-features .column:hover .feature-icon h6 {
  color: #770702;
}
.modular-features .column:hover .feature-content {
  color: #ddd;
}
.modular-features .feature-icon {
  font-size: 130px;
  height: 100px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 1rem 0;
}
.modular-features .feature-icon i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.modular-features .feature-icon h6 {
  background: #fff;
  line-height: 1;
  z-index: 1;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  display: block;
  color: #ddd;
}
.modular-features .feature-content {
  color: #ddd;
}

.modular-text {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.modular-text .columns.left {
  flex-direction: row-reverse;
}

.event-item {
  padding: 0.4rem;
}
.event-item .card {
  height: 100%;
}
.event-item .card .event-card-body {
  flex: 0 0 auto;
  margin-top: auto;
  padding: 0.8rem;
  padding-bottom: 0;
}
.event-item .card .event-card-body a.category-icon {
  display: inline-block;
  height: 48px !important;
  margin-top: 2px;
}
.event-item .card .event-card-body a.category-icon img {
  height: 100%;
}
.event-item .card .event-card-body a.category-icon:focus img, .event-item .card .event-card-body a.category-icon:hover img,
.event-item .card .event-card-body a.category-icon a:active img {
  background: #f1f1f1;
  outline: solid 6px #f1f1f1;
}
.event-item .card .event-card-body:last-child {
  padding-bottom: 0.8rem;
}
.event-item .card-header {
  padding: 0.8rem;
}
.event-item .card-title {
  margin-top: 6px;
  margin-left: 0.08rem;
  margin-right: 0.08rem;
}
.event-item .card-title h5 {
  margin-top: 0;
}
.event-item .chip {
  margin: 0;
}

.event-article {
  margin-top: 2rem;
}

.event-title {
  margin-top: 0.6rem;
  font-weight: 700;
  font-size: 2.6rem;
  font-stretch: 50%;
  letter-spacing: -0.08rem;
  line-height: 2.5rem;
}

.meta-info {
  flex-wrap: wrap;
  flex: 1;
}

.meta-info > span {
  border-bottom: 1px solid #000000;
}

.meta-info > div {
  padding: 4px 7px 0;
  border-bottom: 1px solid #000000;
}

.meta-info > div + div {
  border-left: 1px solid #000000;
}

.meta-info-short > div + div {
  border-top: 1px solid #000000;
  padding-top: 0.2rem;
}

.event-content {
  margin-top: 1rem;
}

.notices {
  padding: 1px 20px 1px 20px;
  margin: 15px 0;
}

.notices p {
  font-size: 0.84rem;
}

.notices.yellow {
  border-left: 1px solid #f0ad4e;
  background: #fcf8f2;
  color: #df8a13;
}

.notices.grey {
  border-left: 1px solid #4B4B4B;
  background: #F7F7F7;
  color: #444444;
}

/*# sourceMappingURL=theme.css.map */
