@charset "UTF-8";
/* Simple theme V1.3 */
/* colors-janna */
/* colors */
html {
  line-height: 1.625;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

b, strong {
  font-weight: 700;
}

/* Headlines */
* + .uk-h1, * + .uk-h2, * + .uk-h3, * + .uk-h4, * + .uk-h5, * + .uk-h6, * + h1, * + h2, * + h3, * + h4, * + h5, * + h6 {
  margin-top: 0.5em;
}

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0.5em;
}

h2.extra-bold {
  /* font-weight: 800; */
  font-size: 3rem;
}

h3.line-behind {
  width: 100%;
  display: table;
  white-space: nowrap;
  overflow: hidden;
}

h3.line-behind:before,
h3.line-behind:after {
  line-height: 1.4;
  border-top: 1px solid #e5e5e5;
  content: "";
  display: table-cell;
  position: relative;
  top: 16px;
  width: 45%;
}

h3.line-behind:before {
  right: 1.5%;
}

h3.line-behind:after {
  left: 1.5%;
}

.uk-margin-remove-adjacent + * {
  margin-top: 0 !important;
}

h3 a:hover {
  text-decoration: none;
}

.uk-h3, h3, .uk-h4, h4, .uk-h5, h5 {
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* Standard Links */
a:hover {
  text-decoration: none;
}

/* Navbar */
.uk-navbar-dropdown-nav, .uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle,
.uk-offcanvas-bar {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.uk-navbar-nav > li > a {
  transition: 0.1s ease-in-out;
  transition-property: color, background-color, border-color, box-shadow;
}

/* Navbar Elements */
.uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle {
  height: 80px;
}

#navbar-mobile img.logo {
  margin-top: 0px;
  height: 50px;
}

/* uk-button */
.uk-button a {
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.uk-button .uk-link:hover, .uk-button a:hover {
  text-decoration: none;
  text-decoration-line: none;
}

/* Elements */
.uk-text-lead {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
}

.uk-overlay > :first-child {
  margin-top: 0;
}

.uk-overlay > :last-child {
  margin-bottom: 0;
}

.uk-overlay-primary {
  background: rgba(34, 34, 34, 0.8);
  color: #fff;
}

.uk-overlay-secondary {
  background: rgba(34, 34, 34, 0.15);
}

.uk-overlay-secondary,
.uk-overlay-secondary p,
.uk-overlay-secondary h1,
.uk-overlay-secondary h2,
.uk-overlay-secondary h3,
.uk-overlay-secondary h4,
.uk-overlay-secondary h5,
.uk-overlay-secondary h6 {
  color: #fff !important;
}

/* Custom Height Elements */
.uk-height-custom-xl {
  height: 600px;
}

.uk-height-custom-xxl {
  height: 700px;
}

/***** COLORS *****/
html {
  background: #fff;
}

html, .uk-dark {
  color: #6C6D74;
}

.uk-dark h1, .uk-dark h2, .uk-dark h3, .uk-dark h4, .uk-dark h5, .uk-dark h6 {
  color: #333;
}

.uk-card-primary.uk-card-body, .uk-card-primary > :not([class*=uk-card-media]), .uk-card-secondary.uk-card-body, .uk-card-secondary > :not([class*=uk-card-media]), .uk-light, .uk-offcanvas-bar, .uk-overlay-primary, .uk-section-primary:not(.uk-preserve-color), .uk-section-secondary:not(.uk-preserve-color), .uk-tile-primary:not(.uk-preserve-color), .uk-tile-secondary:not(.uk-preserve-color) {
  color: #fff;
}

.uk-section-muted, .uk-card-muted, .uk-button-muted {
  background: #eceff1;
}

.uk-section-primary, .uk-card-primary, .uk-button-primary {
  background: #ae0f0a;
}

.uk-button-primary:focus, .uk-button-primary:hover {
  background: #ae0f0a;
}

.uk-section-secondary, .uk-card-secondary, .uk-button-secondary {
  background: #263238;
}

.uk-text-lead {
  color: #333;
}

/* Navigation Colors */
.uk-navbar-toggle {
  color: #EEE;
}

#navbar-mobile .uk-nav-default > li > a,
#navbar-mobile .uk-navbar-nav > li > a {
  color: #EEE;
}

.uk-offcanvas-bar .home a,
.uk-offcanvas-bar .l-1 a {
  font-weight: 600;
  color: #fff !important;
}

.uk-offcanvas-bar .l-2 a {
  font-weight: normal;
}

.uk-nav-sub {
  color: #fff;
}

/* Link Colors */
.uk-link, a,
h3 a .uk-button-text {
  color: #620704;
}

.uk-link:hover, a:hover,
.uk-button-text:focus, .uk-button-text:hover {
  color: #ae0f0a;
}

.uk-button-text::before {
  border-bottom-color: #ae0f0a;
}

/* Forms */
.uk-input, .uk-select:not([multiple]):not([size]) {
  height: 40px;
  vertical-align: middle;
  display: inline-block;
}

.uk-input, input, .uk-select, select, .uk-textarea, textarea {
  max-width: 100%;
  width: 100%;
  border: 0 none;
  padding: 0 10px;
  background: #fff;
  color: #6C6D74;
  border: 1px solid #eceff1;
  transition: 0.2s ease-in-out;
  transition-property: color, background-color, border;
}

.uk-input, input, .uk-textarea, textarea {
  /* -webkit-appearance: none; */
}

.uk-input, input {
  overflow: visible;
}

.uk-input, input, .uk-select, select,
.uk-textarea, textarea, .uk-radio, input[type=radio],
.uk-checkbox, input[type=checkbox] {
  box-sizing: border-box;
  margin: 0;
  border-radius: 0;
  font: inherit;
}

.uk-checkbox:checked, input[type=checkbox]:checked {
  /* background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211…%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A); */
}

.uk-radio:checked, input[type=radio], .uk-checkbox:checked, input[type=checkbox]:checked, .uk-checkbox:indeterminate, input[type=checkbox]:indeterminate {
  /* background-color: #1e87f0; */
  /* border-color: transparent; */
}

.uk-radio:not(:disabled), input[type=radio]:not(:disabled),
.uk-checkbox:not(:disabled), input[type=checkbox]:not(:disabled) {
  cursor: pointer;
}

.uk-radio, input[type=radio]:not(:disabled),
.uk-checkbox, input[type=checkbox] {
  /* display: inline-block; */
  height: 16px;
  width: 16px;
  /* overflow: hidden; */
  margin-top: -4px;
  vertical-align: middle;
}

.uk-input, .uk-select, .uk-textarea, .uk-radio, input[type=radio], .uk-checkbox, input[type=checkbox] {
  box-sizing: border-box;
  margin: 0;
  border-radius: 0;
  font: inherit;
}

.InputfieldContent .uk-button {
  background-color: #fff;
  color: #333;
  border: 1px solid #eceff1;
}

.InputfieldContent .uk-button:hover, .InputfieldContent .uk-button:focus {
  background-color: transparent;
  color: #6C6D74;
  border-color: 1px solid #b2b2b2;
}

/* Small Size customizers */
@media (max-width: 640px) {
  .uk-h1, h1 {
    font-size: 2em;
  }
  .uk-h2, h2, h2.extra-bold {
    font-size: 1.5rem;
    line-height: initial;
  }
  .uk-h3, h3 {
    font-size: 1.15rem;
  }
  .uk-h4, h4 {
    font-size: 1.12rem;
  }
  .uk-h5, h5 {
    font-size: 1rem;
  }
  .uk-overlay {
    padding: 20px 20px;
  }
}
/** CUSTOM STYLES **/
/* Helpers */
/*
 * helpers.css
 * Version: 1.1.0 (2017)
 * by Stephan Schlegel
 * provides useful classes for common purposes
 */
a:active, a:focus {
  outline: none;
}

.nowrap {
  white-space: nowrap;
}

.no-opacity {
  opacity: 0;
}

main {
  /* hyphens only in main body section */
  -o-hyphens: auto;
  hyphens: auto;
}

h1, h2, h3, h4, h5, h6, nav {
  -o-hyphens: none;
  hyphens: none;
}

.full-width {
  width: 100%;
  min-width: 100%;
  height: auto;
}

/* Custom */
#edit-page {
  /* the edit page link that appears when page is editable */
  position: absolute;
  top: 10px;
  right: 10px;
}

#offcanvas-nav .uk-search-input {
  width: 100%;
}

img.uk-comment-avatar {
  width: 60px;
  height: 60px;
}

/****************************************************************
 * Bodycopy text and images
 *
 */
.align_left {
  /* for images placed in rich text editor */
  float: left;
  margin: 0 1em 0.5em 0;
  position: relative;
  top: 0.5em;
  max-width: 50%;
}

.align_right {
  /* for images placed in rich text editor */
  float: right;
  margin: 0 0 0.5em 1em;
  max-width: 50%;
}

.align_center {
  /* for images placed in rich text editor */
  display: block;
  margin: 1em auto;
  position: relative;
  top: 0.5em;
}

/* Photoswipe Gallery */
.pwpswp-gallery {
  /* align-content: space-around; */
  /* text-align: center; */
}

.pwpswp-gallery figure {
  margin: 1em 1em;
  margin: 1%;
  /* background: dimgrey; */
  flex: 23%;
  align-content: center;
  text-align: center;
}

/*********************************************************************
 * Media queries for responsive layout
 *
 */
.hotspot-modal .uk-modal-dialog {
  padding-top: 220px;
}

@media only screen and (max-width: 479px) {
  /* mobile layout */
  .hotspot-modal .uk-modal-dialog {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  /* mobile layout */
  .align_left, .align_right, .align_center {
    display: block;
    float: none;
    margin: 1em auto;
    max-width: 100%;
  }
  .hotspot-modal .uk-modal-dialog {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 959px) {
  #masthead {
    /*padding-bottom: 20px;*/
  }
  .hotspot-modal .uk-modal-dialog {
    padding-top: 180px;
  }
}
/* special elements */
.overlay {
  z-index: 2;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 959px) {
  .overlay {
    background-image: none;
  }
}
.dynFont {
  display: inline-block;
  position: relative;
  letter-spacing: -2px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5019607843);
  line-height: 1em;
  color: #fff;
  font-weight: 800;
  line-height: 1em;
}

.slideshow cite {
  display: inline-block;
  background: #fff;
  padding: 0 2px;
}

.slideshow cite > .dynFont, .image-banner cite > .dynFont {
  text-shadow: none;
  background: #fff;
  color: #000;
  padding: 2px 5px;
}

.image-banner cite {
  text-shadow: none;
}

.hotspot-modal .uk-modal-close-full, .hotspot-modal .uk-modal-close-full:focus {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  height: 100%;
}

/* Hotspot Modal */
.hotspot-modal {
  background: none;
}

.hotspot-modal .uk-modal-dialog,
.hotspot-modal .uk-modal-dialog h1,
.hotspot-modal .uk-modal-dialog h2,
.hotspot-modal .uk-modal-dialog h3 {
  margin: 0 !important;
  color: #fff;
  background: transparent;
}

.hotspot-modal .uk-modal-dialog h1 {
  font-size: 3rem;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5019607843);
}

/* Hotspots */
.hotspot {
  position: absolute;
  z-index: 5;
  cursor: pointer;
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  left: 50%;
  bottom: 20%;
  transform: translateX(-50%) translateY(-50%);
}

.pulse-dot {
  animation: pulse-dot infinite 4s;
}

.pulse-ring {
  content: "";
  width: 32px;
  height: 32px;
  border: 8px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: -8px;
  left: -8px;
  animation: pulse-ring infinite 4s;
}

/* Animations */
@keyframes pulse-dot {
  0% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(1.25, 1.25);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes pulse-ring {
  0% {
    transform: scale(1, 1);
    opacity: 0;
  }
  25% {
    opacity: 0.5;
  }
  100% {
    transform: scale(1.8, 1.8);
    opacity: 0;
  }
}
.nav-item:active .ms-btn, .nav-item:focus .ms-btn, .nav-item:hover .ms-btn {
  color: #620704 !important;
  opacity: 1;
  padding-left: 2.4rem;
}

.ms-btn::before {
  background: #620704 !important;
}

/* helpers */
.table {
  display: table;
}

.table-row {
  display: table-row;
}

.table-cell {
  display: table-cell;
}

.box-shadow-remove {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}

/* card img too big workaround */
.uk-card img.uk-cover {
  max-width: 125%;
}

/** NAVI OVERRIDES **/
/** Custom Styles **/
@media screen and (min-width: 640px) {
  .boxed {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1200px) {
  .boxed {
    padding: 0 52px;
  }
}/*# sourceMappingURL=theme.css.map */