/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
  overflow: hidden;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  opacity: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
        .glightbox-container .ginner-container.desc-top {
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
        .glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
    .gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  touch-action: auto;
}

.gslide-image {
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-top .gslide-image img,
        .desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
        .desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
        /* max-width: 160vmin; */
  margin: auto;
}

.gslide-video::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  box-shadow: none !important;
}

.desc-top .gslide-media,
    .desc-bottom .gslide-media {
  margin: 0 auto;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  flex: 1 0 100%;
}

.gslide-description.description-left,
    .gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
    .gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}


/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  background: transparent;
  position: absolute;
  bottom: 15px;
  padding: 19px 11px;
  max-width: 100vw !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc string {
  color: #fff;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
    .glightbox-closing .gprev,
    .glightbox-closing .gclose {
  opacity: 0 !important;
}


/*Skin */

.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gprev,
    .glightbox-clean .gnext,
    .glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}


/*CSS Animations*/

.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease;
}

@-webkit-keyframes lightboxLoader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes lightboxLoader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}

@keyframes gzoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
                .glightbox-container .ginner-container.desc-top .gslide-image img {
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
    .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner,
.glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gprev,
    .glightbox-clean .gnext,
    .glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gprev:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}

@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}

@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}

.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  transition: all 0s;
}
.tns-slider > .tns-item {
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.3333333333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714286%;
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

main .fullwidth .ce_text .inside, header .flex-wrap, footer .inside, #container .mod_article {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}

body {
  box-sizing: border-box;
  overflow-x: hidden;
}

*, *:before, *:after {
  box-sizing: inherit;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

input, button, textarea {
  outline: none;
  line-height: inherit;
}

figure {
  margin: 0;
}

.ce_downloads ul, .ce_gallery ul, .mod_navigation ul.level_2, .mod_navigation ul.level_1 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* montserrat-regular - latin */
@font-face {
  font-family: "Atkinson Hyperlegible";
  font-style: normal;
  font-weight: 400;
  src: local("AtkinsonHyperlegible-Regular"), local("AtkinsonHyperlegible-Regular"), url(/public/20260101024239oe_/https://www.sjr-aschaffenburg.de/files/dist/fonts/Atkinson-Hyperlegible-Regular-102a.woff2?7572a7a55ffff1170d864220b567ca60) format("woff2"), url(/public/20260101024239oe_/https://www.sjr-aschaffenburg.de/files/dist/fonts/Atkinson-Hyperlegible-Regular-102.woff?71ba0b46e6a99d60bfd5aa6b78b48437) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-700 - latin */
@font-face {
  font-family: "Atkinson Hyperlegible";
  font-style: normal;
  font-weight: 700;
  src: local("AtkinsonHyperlegible-Bold"), local("AtkinsonHyperlegible-Bold"), url(/public/20260101024239oe_/https://www.sjr-aschaffenburg.de/files/dist/fonts/Atkinson-Hyperlegible-Bold-102a.woff2?fce21dab976c619b722f82fe445590fa) format("woff2"), url(/public/20260101024239oe_/https://www.sjr-aschaffenburg.de/files/dist/fonts/Atkinson-Hyperlegible-Bold-102.woff?61d1862bd8bb1d280cc3c94947bb0163) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
body {
  font-family: "Atkinson Hyperlegible", Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #0e1012;
  font-size: 15pt;
}

p {
  margin: 0.5em 0;
}

strong, b {
  font-weight: 700;
}

a {
  color: #0e1012;
  transition: color 0.2s ease-in-out;
}
a:hover {
  color: #3398c8;
}

h1, h2, h3, .ce_accordion .toggler, h4, h5, h6 {
  font-family: "Atkinson Hyperlegible", Verdana, sans-serif;
  font-weight: 700;
  margin: 1em 0 0.5em 0;
}

h1 {
  font-size: 60pt;
  margin-top: 0;
  text-align: center;
}

h2 {
  font-size: 40pt;
  text-align: center;
}

h3, .ce_accordion .toggler {
  font-size: 20pt;
}

h4 {
  font-size: 15pt;
}

h5 {
  font-size: 15pt;
}

h6 {
  font-size: 15pt;
}

.small, .ce_form label {
  font-size: 80%;
}

@media (max-width: 720px) {
  body {
    font-size: 14pt;
  }

  h1 {
    font-size: 32pt;
  }

  h2 {
    font-size: 24pt;
  }

  h3, .ce_accordion .toggler {
    font-size: 18pt;
  }

  h4 {
    font-size: 14pt;
  }

  h5 {
    font-size: 14pt;
  }

  h6 {
    font-size: 14pt;
  }
}
.button, .ce_download a, .ce_hyperlink a, button, input[type=submit] {
  display: inline-block;
  padding: 8px 40px;
  background: transparent linear-gradient(70deg, #007EBA 0%, #9700B4 100%) 0% 0% no-repeat padding-box;
  color: white;
  text-decoration: none;
  border: 0;
  transition: background-color 0.2s ease-in-out;
  border-radius: 23px;
  cursor: pointer;
}
.button:after, .ce_download a:after, .ce_hyperlink a:after, button:after, input[type=submit]:after {
  content: " ";
  width: 23px;
  height: 20px;
  display: inline-block;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNy42NjUiIGhlaWdodD0iMjMuMTY0IiB2aWV3Qm94PSIwIDAgMjcuNjY1IDIzLjE2NCI+CiAgPHBhdGggaWQ9IlBmYWRfMzMiIGRhdGEtbmFtZT0iUGZhZCAzMyIgZD0iTTU5Mi4wNjgsMzc1LjExMWwtOS45ODYsMS41NTEtMy44NDYsMS40NXY4LjU4MUw2MDUuOSwzNzUuMTExbC0yNy42NjUtMTEuNTgydjguNTgxbDMuODQ2LDEuNDVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTc4LjIzNSAtMzYzLjUyOSkiIGZpbGw9IiNmZmYiLz4KPC9zdmc+Cg==");
  background-size: contain;
  margin-bottom: -5px;
  margin-left: 20px;
  background-repeat: no-repeat;
  transition: margin-left 0.5s ease;
  transition: transform 0.5s ease;
}
.button:hover, .ce_download a:hover, .ce_hyperlink a:hover, button:hover, input[type=submit]:hover {
  color: #ffffff;
}
.button:hover:after, .ce_download a:hover:after, .ce_hyperlink a:hover:after, button:hover:after, input[type=submit]:hover:after {
  transform: translateX(10px);
}

a.download:before {
  content: "PDF";
  display: inline-block;
  color: white;
  border-radius: 3px;
  font-size: 80%;
  background: transparent linear-gradient(70deg, #007EBA 0%, #59BA81 100%) 0% 0% no-repeat padding-box;
  padding: 2px 5px 0 5px;
  margin-right: 10px;
}

#container {
  margin-top: 140px;
}
#container .mod_article.fullwidth {
  width: 100%;
  max-width: none;
}

header .fixed-container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 500;
  background-color: #007EBA;
}
header .flex-wrap {
  display: flex;
  align-items: center;
  height: 100px;
}
header .flex-wrap .item {
  flex: 1 1 auto;
}
header .flex-wrap .item.burger {
  flex: 0 0 60px;
}
@media (max-width: 800px) {
  header .flex-wrap .item.custom {
    display: none;
  }
}
header .flex-wrap form .formbody {
  display: flex;
}
header .flex-wrap form .submit {
  display: none;
}
header .flex-wrap form .widget-text {
  position: relative;
}
header .flex-wrap form .widget-text:before {
  position: absolute;
  left: 0px;
  top: 6px;
  display: block;
  content: " ";
  width: 20px;
  height: 20px;
  background-size: 20px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSJ3aGl0ZSIgZD0iTTUwNSA0NDIuN0w0MDUuMyAzNDNjLTQuNS00LjUtMTAuNi03LTE3LTdIMzcyYzI3LjYtMzUuMyA0NC03OS43IDQ0LTEyOEM0MTYgOTMuMSAzMjIuOSAwIDIwOCAwUzAgOTMuMSAwIDIwOHM5My4xIDIwOCAyMDggMjA4YzQ4LjMgMCA5Mi43LTE2LjQgMTI4LTQ0djE2LjNjMCA2LjQgMi41IDEyLjUgNyAxN2w5OS43IDk5LjdjOS40IDkuNCAyNC42IDkuNCAzMy45IDBsMjguMy0yOC4zYzkuNC05LjQgOS40LTI0LjYuMS0zNHpNMjA4IDMzNmMtNzAuNyAwLTEyOC01Ny4yLTEyOC0xMjggMC03MC43IDU3LjItMTI4IDEyOC0xMjggNzAuNyAwIDEyOCA1Ny4yIDEyOCAxMjggMCA3MC43LTU3LjIgMTI4LTEyOCAxMjh6Ii8+PC9zdmc+Cg==");
}
header .flex-wrap form input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  padding: 1px 0;
  margin-left: 30px;
}
header .flex-wrap form input::-moz-placeholder {
  color: white;
  opacity: 0.7;
}
header .flex-wrap form input:-ms-input-placeholder {
  color: white;
  opacity: 0.7;
}
header .flex-wrap form input::placeholder {
  color: white;
  opacity: 0.7;
}
header .flex-wrap .ce_image {
  margin: 0;
}
header .flex-wrap .quicklinks a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  padding-right: 30px;
  margin-left: 30px;
}
header .flex-wrap .quicklinks a:before {
  position: absolute;
  left: -30px;
  top: 3px;
  display: block;
  content: " ";
  width: 30px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}
header .flex-wrap .quicklinks a.stichworte::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBmaWxsPSJ3aGl0ZSIgZD0iTTQ0OCAzNjBWMjRjMC0xMy4zLTEwLjctMjQtMjQtMjRIOTZDNDMgMCAwIDQzIDAgOTZ2MzIwYzAgNTMgNDMgOTYgOTYgOTZoMzI4YzEzLjMgMCAyNC0xMC43IDI0LTI0di0xNmMwLTcuNS0zLjUtMTQuMy04LjktMTguNy00LjItMTUuNC00LjItNTkuMyAwLTc0LjcgNS40LTQuMyA4LjktMTEuMSA4LjktMTguNnpNMTI4IDEzNGMwLTMuMyAyLjctNiA2LTZoMjEyYzMuMyAwIDYgMi43IDYgNnYyMGMwIDMuMy0yLjcgNi02IDZIMTM0Yy0zLjMgMC02LTIuNy02LTZ2LTIwem0wIDY0YzAtMy4zIDIuNy02IDYtNmgyMTJjMy4zIDAgNiAyLjcgNiA2djIwYzAgMy4zLTIuNyA2LTYgNkgxMzRjLTMuMyAwLTYtMi43LTYtNnYtMjB6bTI1My40IDI1MEg5NmMtMTcuNyAwLTMyLTE0LjMtMzItMzIgMC0xNy42IDE0LjQtMzIgMzItMzJoMjg1LjRjLTEuOSAxNy4xLTEuOSA0Ni45IDAgNjR6Ii8+PC9zdmc+Cg==");
}
header .flex-wrap .quicklinks a.leichtesprache::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NzYgNTEyIj48cGF0aCBmaWxsPSJ3aGl0ZSIgZD0iTTI1OS4zIDE3LjhMMTk0IDE1MC4yIDQ3LjkgMTcxLjVjLTI2LjIgMy44LTM2LjcgMzYuMS0xNy43IDU0LjZsMTA1LjcgMTAzLTI1IDE0NS41Yy00LjUgMjYuMyAyMy4yIDQ2IDQ2LjQgMzMuN0wyODggNDM5LjZsMTMwLjcgNjguN2MyMy4yIDEyLjIgNTAuOS03LjQgNDYuNC0zMy43bC0yNS0xNDUuNSAxMDUuNy0xMDNjMTktMTguNSA4LjUtNTAuOC0xNy43LTU0LjZMMzgyIDE1MC4yIDMxNi43IDE3LjhjLTExLjctMjMuNi00NS42LTIzLjktNTcuNCAweiIvPjwvc3ZnPgo=");
}
header .overlay {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 100;
  overflow-y: auto;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.mobilemenu-active header .overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 1;
}
header .overlay .wrap {
  margin-top: 100px;
  background-color: #007EBA;
  display: flex;
  justify-content: center;
  padding: 10px 30px;
  margin-bottom: 30px;
}
@media (max-width: 500px) {
  header .overlay .wrap {
    flex-wrap: wrap;
  }
}
header .overlay .wrap .socialicons {
  margin-top: 10px;
  flex: 0 0 auto;
  display: flex;
  margin-left: 20px;
}
header .overlay .wrap .socialicons .ce_image {
  margin: 0 5px;
}
header .mod_article {
  position: relative;
  z-index: -1;
  margin-bottom: -100px;
}
header .mod_article img {
  width: 100%;
  height: auto;
}
header .mod_article .ce_text .text_container {
  position: absolute;
  top: 200px;
  color: white;
  margin-left: 10%;
}
header .mod_article .ce_text .text_container h1 {
  margin-bottom: 0;
  text-shadow: 2px 2px 5px #00000075;
}
header .mod_article .ce_text .text_container h2 {
  margin-left: 80px;
  margin-top: 0;
  text-shadow: 2px 2px 5px #00000075;
}
@media (max-width: 1200px) {
  header .mod_article .ce_text .text_container {
    top: 100px;
  }
  header .mod_article .ce_text .text_container h1,
header .mod_article .ce_text .text_container h2 {
    font-size: 2.5em;
  }
}
@media (max-width: 850px) {
  header .mod_article .ce_text .text_container {
    top: 150px;
  }
  header .mod_article .ce_text .text_container h1,
header .mod_article .ce_text .text_container h2 {
    font-size: 1.5em;
  }
}

.burger {
  width: 60px;
  height: 60px;
  cursor: pointer;
  position: relative;
}
.burger > span {
  display: block;
  height: 6px;
  width: 100%;
  background: #ffffff;
  opacity: 1;
  transform: translateY(0) rotate(0deg);
  transform-origin: center center;
  transition: transform 0.2s ease-out, opacity 0.1s ease-in-out, width 0.1s ease-out;
  margin: 9px 0;
  border-radius: 2px;
}
body.mobilemenu-active .burger > span:first-child {
  transform: translateY(15px) rotate(45deg);
}
body.mobilemenu-active .burger > span:nth-child(2) {
  width: 0;
  opacity: 0;
}
body.mobilemenu-active .burger > span:nth-child(3) {
  transform: translateY(-15px) rotate(-45deg);
}

footer {
  background-color: #007EBA;
}
footer h2 {
  color: white;
}
footer .flex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .flex-wrap li figure {
  padding: 20px;
  background-color: #ffffff;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
footer .mod_navigation ul.level_1 {
  justify-content: center;
}
footer .mod_navigation ul.level_1 li > a, footer .mod_navigation ul.level_1 li > strong {
  font-weight: 400;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.invisible {
  position: absolute;
  left: -999em;
}

.mod_article {
  margin: 100px 0;
}
.mod_article:first-child {
  margin-top: 0;
}

.mod_navigation ul.level_1 {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.mod_navigation ul.level_1 > li {
  position: relative;
  margin: 10px 20px;
}
.mod_navigation ul.level_1 > li > a, .mod_navigation ul.level_1 > li > strong {
  display: block;
  font-weight: 700;
  text-decoration: none;
  color: #ffffff;
  transition: background-color 0.2s, color 0.2s;
}
.mod_navigation ul.level_1 > li > a:hover, .mod_navigation ul.level_1 > li > .active, .mod_navigation ul.level_1 > li > .trail {
  color: #b3d8ea;
}
.mod_navigation ul.level_2 {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.mod_navigation ul.level_2 > li > a, .mod_navigation ul.level_2 > li > strong {
  display: block;
  padding: 20px 25px;
  text-decoration: none;
  color: #007EBA;
  transition: background-color 0.2s;
}
.mod_navigation ul.level_2 > li > a:hover, .mod_navigation ul.level_2 > li > .active, .mod_navigation ul.level_2 > li > .trail {
  background-color: #eaeaeb;
}
.mod_navigation ul.level_1 > li:hover ul.level_2 {
  max-height: calc(100vh - 100px);
}

.mod_newslist .layout_latest {
  display: flex;
  position: relative;
  margin-bottom: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  transition: background-color 0.5s ease;
}
.mod_newslist .layout_latest:hover {
  background-color: #efeff0;
}
.mod_newslist .layout_latest .text_container {
  flex: 1 1 500px;
  padding: 0 20px;
  min-height: 200px;
}
.mod_newslist .layout_latest .image_container {
  flex: 0 1 500px;
}
.mod_newslist .layout_latest:nth-child(even) .text_container {
  order: -1;
}
.mod_newslist .layout_latest:after {
  content: " ";
  display: block;
  width: 100%;
  height: 8px;
  background: transparent linear-gradient(70deg, #007EBA 0%, #E4E52F 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  bottom: -4px;
  left: 0;
}
.mod_newslist .layout_latest .text_container .info {
  margin: 0;
}
.mod_newslist .layout_latest .text_container h3, .mod_newslist .layout_latest .text_container .ce_accordion .toggler, .ce_accordion .mod_newslist .layout_latest .text_container .toggler {
  margin: 0;
}
.mod_newslist .layout_latest .text_container .more a {
  display: block;
  text-align: right;
  color: #0e1012;
  text-decoration: none;
  font-weight: 700;
  padding-right: 20px;
  transition: padding-right 0.5s ease;
}
.mod_newslist .layout_latest .text_container .more a:after {
  content: " ";
  width: 23px;
  height: 20px;
  display: inline-block;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNy42NjUiIGhlaWdodD0iMjMuMTY0IiB2aWV3Qm94PSIwIDAgMjcuNjY1IDIzLjE2NCI+CiAgPGRlZnM+CiAgICA8bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQyIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CiAgICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0eWxlPSJzdG9wLWNvbG9yOiMwMDdFQkE7c3RvcC1vcGFjaXR5OjEiIC8+CiAgICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3R5bGU9InN0b3AtY29sb3I6Izk3MDBCNDtzdG9wLW9wYWNpdHk6MSIgLz4KICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJQZmFkXzMzIiBkYXRhLW5hbWU9IlBmYWQgMzMiIGQ9Ik01OTIuMDY4LDM3NS4xMTFsLTkuOTg2LDEuNTUxLTMuODQ2LDEuNDV2OC41ODFMNjA1LjksMzc1LjExMWwtMjcuNjY1LTExLjU4MnY4LjU4MWwzLjg0NiwxLjQ1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU3OC4yMzUgLTM2My41MjkpIiBmaWxsPSJ1cmwoI2dyYWQyKSIvPgo8L3N2Zz4K");
  background-size: contain;
  margin-bottom: -5px;
  margin-left: 20px;
  background-repeat: no-repeat;
  transition: margin-left 0.5s ease;
}
.mod_newslist .layout_latest .text_container .more a:hover {
  color: #007EBA;
  padding-right: 0;
}
.mod_newslist .layout_latest .text_container .more a:hover:after {
  margin-left: 20px;
}
.mod_newslist .layout_latest .text_container p {
  margin: 0;
}

.mod_eventlist .layout_teaser {
  display: flex;
  position: relative;
  margin-bottom: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  transition: background-color 0.5s ease;
}
.mod_eventlist .layout_teaser:hover {
  background-color: #efeff0;
}
.mod_eventlist .layout_teaser .text_container {
  flex: 1 1 500px;
  padding: 0 20px;
  min-height: 200px;
}
.mod_eventlist .layout_teaser .image_container {
  flex: 0 1 500px;
}
.mod_eventlist .layout_teaser:nth-child(even) .text_container {
  order: -1;
}
.mod_eventlist .layout_teaser:after {
  content: " ";
  display: block;
  width: 100%;
  height: 8px;
  background: transparent linear-gradient(70deg, #007EBA 0%, #9700B4 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  bottom: -4px;
  left: 0;
}
.mod_eventlist .layout_teaser .text_container .info {
  margin: 0;
}
.mod_eventlist .layout_teaser .text_container h3, .mod_eventlist .layout_teaser .text_container .ce_accordion .toggler, .ce_accordion .mod_eventlist .layout_teaser .text_container .toggler {
  margin: 0;
}
.mod_eventlist .layout_teaser .text_container .more a {
  display: block;
  text-align: right;
  color: #0e1012;
  text-decoration: none;
  font-weight: 700;
  padding-right: 20px;
  transition: padding-right 0.5s ease;
}
.mod_eventlist .layout_teaser .text_container .more a:after {
  content: " ";
  width: 23px;
  height: 20px;
  display: inline-block;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNy42NjUiIGhlaWdodD0iMjMuMTY0IiB2aWV3Qm94PSIwIDAgMjcuNjY1IDIzLjE2NCI+CiAgPGRlZnM+CiAgICA8bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQyIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CiAgICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0eWxlPSJzdG9wLWNvbG9yOiMwMDdFQkE7c3RvcC1vcGFjaXR5OjEiIC8+CiAgICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3R5bGU9InN0b3AtY29sb3I6Izk3MDBCNDtzdG9wLW9wYWNpdHk6MSIgLz4KICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJQZmFkXzMzIiBkYXRhLW5hbWU9IlBmYWQgMzMiIGQ9Ik01OTIuMDY4LDM3NS4xMTFsLTkuOTg2LDEuNTUxLTMuODQ2LDEuNDV2OC41ODFMNjA1LjksMzc1LjExMWwtMjcuNjY1LTExLjU4MnY4LjU4MWwzLjg0NiwxLjQ1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU3OC4yMzUgLTM2My41MjkpIiBmaWxsPSJ1cmwoI2dyYWQyKSIvPgo8L3N2Zz4K");
  background-size: contain;
  margin-bottom: -5px;
  margin-left: 20px;
  background-repeat: no-repeat;
  transition: margin-left 0.5s ease;
}
.mod_eventlist .layout_teaser .text_container .more a:hover {
  color: #007EBA;
  padding-right: 0;
}
.mod_eventlist .layout_teaser .text_container .more a:hover:after {
  margin-left: 20px;
}
.mod_eventlist .layout_teaser .text_container p {
  margin: 0;
}

.mod_search .formbody {
  display: flex;
  align-items: center;
}
.mod_search .formbody .widget {
  margin-right: 20px;
}

main .ce_text {
  margin: 40px 0;
}
main .ce_text.addImage .inside {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: -20px;
  margin-right: -20px;
  justify-content: center;
}
main .ce_text.addImage .inside h2 {
  text-align: left;
}
main .ce_text.addImage .inside .image_container {
  margin: 0 20px;
}
main .ce_text.addImage .inside .text_container {
  flex: 1 1 50%;
  margin: 0 20px;
  min-width: 300px;
}
main .ce_text.addImage .inside .text_container > :first-child {
  margin-top: 0;
}
main .ce_text.addImage .inside .text_container > :last-child {
  margin-bottom: 0;
}
main .ce_text.addImage .inside .image_container {
  flex: 0 0 calc(33% - 10px);
  text-align: center;
  min-width: 150px;
}
@media (max-width: 630px) {
  main .ce_text.addImage .inside .image_container {
    order: -1;
  }
}
main .ce_text.hasImageAbove .inside {
  display: block;
}
main .ce_text.hasImageAbove .inside .text_container {
  margin-top: 40px;
}
main .ce_text.hasImageAbove .inside .image_container {
  flex: none;
}
main .fullwidth .ce_text .inside {
  margin: 0 auto;
}

.ce_hyperlink {
  margin: 40px 0;
  text-align: center;
}
.ce_image {
  margin: 40px 0;
}

.ce_gallery {
  margin: 40px 0;
}
.ce_gallery ul {
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
}
.ce_gallery ul li {
  padding: 20px;
}
.ce_gallery ul li {
  flex: 0 0 25%;
}
@media (max-width: 800px) {
  .ce_gallery ul li {
    flex: 0 0 50%;
  }
}
@media (max-width: 650px) {
  .ce_gallery ul li {
    flex: 0 0 100%;
  }
}
.ce_gallery ul.cols_3 li {
  flex: 0 0 33.333%;
}
@media (max-width: 650px) {
  .ce_gallery ul.cols_3 li {
    flex: 0 0 100%;
  }
}
.ce_gallery ul.cols_2 li {
  flex: 0 0 50%;
}
@media (max-width: 650px) {
  .ce_gallery ul.cols_2 li {
    flex: 0 0 100%;
  }
}
.ce_gallery ul.cols_1 li {
  flex: 0 0 100%;
}
.ce_gallery ul a {
  display: block;
  transform: scale(1);
  transition: transform 0.2s ease-in-out;
}
.ce_gallery ul a:hover {
  transform: scale(1.05);
}

.glightbox-container button {
  padding: 0;
}

.ce_list {
  margin: 40px 0;
}
.ce_list ul {
  list-style: initial;
  list-style-position: outside;
  padding-left: 30px;
}
.ce_list ol {
  list-style: decimal;
  list-style-position: outside;
  padding-left: 30px;
}
.ce_list li {
  margin: 0.5em 0;
}

.ce_table {
  margin: 40px 0;
}
.ce_table table {
  width: 100%;
  border-top: 1px solid #cccccc;
}
.ce_table tr {
  border-bottom: 1px solid #cccccc;
  transition: background-color 0.2s ease-in-out;
}
.ce_table tr th, .ce_table tr td {
  padding: 0.5em;
}
.ce_table tr th {
  font-weight: 700;
  text-align: left;
}
.ce_table tr:hover {
  background-color: #eaeaeb;
}

.ce_download {
  margin: 40px 0;
  text-align: center;
}
.ce_download a .size {
  font-size: 80%;
}

.ce_downloads {
  margin: 40px 0;
}
.ce_downloads ul li {
  margin: 5px 0;
}
.ce_downloads a {
  font-weight: 700;
  display: block;
  padding: 5px;
  transition: color 0.5s ease, background-color 0.5s ease;
  text-decoration: none;
}
.ce_downloads a:before {
  content: " ";
  width: 23px;
  height: 20px;
  display: inline-block;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNy42NjUiIGhlaWdodD0iMjMuMTY0IiB2aWV3Qm94PSIwIDAgMjcuNjY1IDIzLjE2NCI+CiAgPGRlZnM+CiAgICA8bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQyIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CiAgICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0eWxlPSJzdG9wLWNvbG9yOiMwMDdFQkE7c3RvcC1vcGFjaXR5OjEiIC8+CiAgICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3R5bGU9InN0b3AtY29sb3I6Izk3MDBCNDtzdG9wLW9wYWNpdHk6MSIgLz4KICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJQZmFkXzMzIiBkYXRhLW5hbWU9IlBmYWQgMzMiIGQ9Ik01OTIuMDY4LDM3NS4xMTFsLTkuOTg2LDEuNTUxLTMuODQ2LDEuNDV2OC41ODFMNjA1LjksMzc1LjExMWwtMjcuNjY1LTExLjU4MnY4LjU4MWwzLjg0NiwxLjQ1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU3OC4yMzUgLTM2My41MjkpIiBmaWxsPSJ1cmwoI2dyYWQyKSIvPgo8L3N2Zz4K");
  background-size: contain;
  margin-bottom: -5px;
  margin-right: 20px;
  margin-left: 10px;
  background-repeat: no-repeat;
  transition: margin-left 0.5s ease;
  transition: transform 0.5s ease;
}
.ce_downloads a:hover {
  background-color: #eaeaeb;
  color: #9700B4;
}
.ce_downloads a:hover:before {
  transform: translateX(10px);
}
.ce_downloads a .size {
  font-weight: 400;
  font-size: 80%;
}

.ce_player {
  margin: 40px 0;
}
.ce_player video {
  width: 100%;
  height: auto;
}

.ce_youtube {
  margin: 40px 0;
}
.ce_youtube .video_container {
  padding-top: 56.25%;
  position: relative;
}
.ce_youtube .video_container iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.ce_sliderStart {
  margin: 40px 0;
}
.ce_sliderStart .tns-outer {
  position: relative;
}
.ce_sliderStart .tns-outer button {
  background-color: transparent;
  padding: 0;
  color: #007EBA;
  transition: background-position 0.2s ease-in-out;
}
.ce_sliderStart .tns-outer .tns-controls {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 45px);
}
.ce_sliderStart .tns-outer .tns-controls button {
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-image: url(/public/20260101024239oe_/https://www.sjr-aschaffenburg.de/files/dist/images/angle.svg?c70f7c23f8a7df997e3922424bced91d);
  background-position: -5px 0;
  width: 40px;
  height: 40px;
}
.ce_sliderStart .tns-outer .tns-controls button:hover {
  background-position: 5px 0;
}
.ce_sliderStart .tns-outer .tns-controls button:first-child {
  left: -50px;
  transform: rotate(180deg);
}
.ce_sliderStart .tns-outer .tns-controls button:last-child {
  right: -50px;
}
.ce_sliderStart .tns-outer .slider-wrapper > * {
  margin-top: 0;
  margin-bottom: 0;
}
.ce_sliderStart .tns-outer .tns-nav {
  display: flex;
  justify-content: center;
}
.ce_sliderStart .tns-outer .tns-nav button {
  width: 30px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ce_sliderStart .tns-outer .tns-nav button:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #007EBA;
  transition: width 0.2s ease-out, height 0.2s ease-out, background-color 0.2s;
}
.ce_sliderStart .tns-outer .tns-nav button:hover:before {
  background-color: #3398c8;
}
.ce_sliderStart .tns-outer .tns-nav button.tns-nav-active:before {
  width: 12px;
  height: 12px;
  background-color: #3398c8;
}
.ce_sliderStart .slider-control {
  display: none;
}

.ce_form label {
  margin-bottom: 6px;
}
.ce_form input[type=text], .ce_form input[type=password], .ce_form input[type=number], .ce_form input[type=date], .ce_form input[type=email], .ce_form input[type=tel], .ce_form input[type=search], .ce_form select, .ce_form textarea {
  font-family: "Atkinson Hyperlegible", Verdana, sans-serif;
  color: #0e1012;
  display: block;
  width: 100%;
  border: 1px solid #cccccc;
  padding: 6px 10px;
  transition: background-color 0.2s ease-in-out;
}
.ce_form input[type=text]:focus, .ce_form input[type=password]:focus, .ce_form input[type=number]:focus, .ce_form input[type=date]:focus, .ce_form input[type=email]:focus, .ce_form input[type=tel]:focus, .ce_form input[type=search]:focus, .ce_form select:focus, .ce_form textarea:focus {
  background-color: #eaeaeb;
  outline: none;
}
.ce_form .widget-select {
  position: relative;
}
.ce_form .widget-select:after {
  content: "";
  position: absolute;
  display: block;
  right: 10px;
  bottom: 9px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-image: url(/public/20260101024239oe_/https://www.sjr-aschaffenburg.de/files/dist/images/angle.svg?c70f7c23f8a7df997e3922424bced91d);
  transform: rotate(90deg);
  pointer-events: none;
}
.ce_form .widget-select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 9px 40px 9px 10px;
}
.ce_form .widget-select select::-ms-expand {
  display: none;
}
.ce_form textarea {
  resize: vertical;
}
.ce_form .formbody .widget {
  margin-bottom: 0.6em;
}

.ce_accordion {
  margin: 0;
  border-bottom: 1px solid #cccccc;
  padding: 20px;
}
.ce_accordion:first-of-type {
  margin-top: 40px;
  border-top: 1px solid #cccccc;
}
.ce_accordion:last-of-type {
  margin-bottom: 40px;
}
.ce_accordion .toggler {
  margin: 0;
  cursor: pointer;
  position: relative;
  padding-right: 50px;
}
.ce_accordion .toggler:after {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  width: 32px;
  height: 32px;
  background: url(/public/20260101024239oe_/https://www.sjr-aschaffenburg.de/files/dist/images/angle.svg?c70f7c23f8a7df997e3922424bced91d) center center no-repeat;
  transform: rotate(90deg);
  transition: transform 0.2s ease-in-out;
}
.ce_accordion .accordion {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-in-out;
}
.ce_accordion.open .toggler:after {
  transform: rotate(270deg);
}
.ce_accordion.open .accordion {
  max-height: 1000px;
}

.boxes:first-child {
  margin-top: -300px;
}
.boxes.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100% !important;
}
.boxes.flex > div {
  flex: 1 1 30%;
  min-width: 300px;
  max-width: 400px;
}
.boxes > div {
  background: transparent linear-gradient(70deg, #007EBA 0%, #9700B4 100%) 0% 0% no-repeat padding-box;
  background-size: 200%;
  color: white;
  transition: background-position-x 0.5s ease;
  margin: 10px;
}
.boxes > div:nth-child(2) {
  background: transparent linear-gradient(70deg, #007EBA 0%, #E4E52F 100%) 0% 0% no-repeat padding-box;
  background-size: 200%;
}
.boxes > div:nth-child(3) {
  background: transparent linear-gradient(70deg, #007EBA 0%, #59BA81 100%) 0% 0% no-repeat padding-box;
  background-size: 200%;
}
.boxes > div.gradient-to-purple {
  background: transparent linear-gradient(70deg, #007EBA 0%, #9700B4 100%) 0% 0% no-repeat padding-box;
  background-size: 200%;
}
.boxes > div.gradient-to-mint {
  background: transparent linear-gradient(70deg, #007EBA 0%, #59BA81 100%) 0% 0% no-repeat padding-box;
  background-size: 200%;
}
.boxes > div.gradient-to-yellow {
  background: transparent linear-gradient(70deg, #007EBA 0%, #E4E52F 100%) 0% 0% no-repeat padding-box;
  background-size: 200%;
}
.boxes > div.gradient-to-green {
  background: transparent linear-gradient(70deg, #007EBA 0%, #488900 100%) 0% 0% no-repeat padding-box;
  background-size: 200%;
}
.boxes > div:hover {
  background-position-x: -250px;
}
.boxes > div .text_container {
  padding: 20px;
  text-align: center;
  margin-top: 0px !important;
}
.boxes > div.addImage {
  display: flex;
  flex-wrap: wrap;
}
.boxes > div.addImage .image_container {
  margin: 0;
}
.boxes > div.addImage .image_container img {
  width: 100%;
}
.boxes > div.addImage > * {
  flex: 1 1 350px !important;
}
.boxes > div h2,
.boxes > div h3,
.boxes > div .ce_accordion .toggler,
.ce_accordion .boxes > div .toggler {
  margin-top: 0;
}
.boxes > div a {
  display: block;
  text-align: right;
  color: white;
  text-decoration: none;
  font-weight: 700;
  padding-right: 20px;
  transition: padding-right 0.5s ease;
}
.boxes > div a:after {
  content: " ";
  width: 23px;
  height: 20px;
  display: inline-block;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNy42NjUiIGhlaWdodD0iMjMuMTY0IiB2aWV3Qm94PSIwIDAgMjcuNjY1IDIzLjE2NCI+CiAgPHBhdGggaWQ9IlBmYWRfMzMiIGRhdGEtbmFtZT0iUGZhZCAzMyIgZD0iTTU5Mi4wNjgsMzc1LjExMWwtOS45ODYsMS41NTEtMy44NDYsMS40NXY4LjU4MUw2MDUuOSwzNzUuMTExbC0yNy42NjUtMTEuNTgydjguNTgxbDMuODQ2LDEuNDVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTc4LjIzNSAtMzYzLjUyOSkiIGZpbGw9IiNmZmYiLz4KPC9zdmc+Cg==");
  background-size: contain;
  margin-bottom: -5px;
  margin-left: 20px;
  background-repeat: no-repeat;
  transition: margin-left 0.5s ease;
}
.boxes > div a:hover {
  color: #b3d8ea;
  padding-right: 0;
}
.boxes > div a:hover:after {
  margin-left: 20px;
}

.nomargin {
  margin-top: -80px;
}

.list-items .ce_text {
  margin: 0;
  padding: 20px;
  position: relative;
}
.list-items .ce_text:before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  height: 5px;
  width: 100%;
  background: transparent linear-gradient(70deg, #007EBA 0%, #9700B4 100%) 0% 0% no-repeat padding-box;
}
.list-items .ce_text .inside .image_container {
  flex: 0 0 calc(20% - 10px) !important;
}
.list-items .ce_text:nth-child(odd) {
  background-color: #efeff0;
}
.list-items .ce_text:nth-child(odd)::before {
  background: transparent linear-gradient(70deg, #007EBA 0%, #59BA81 100%) 0% 0% no-repeat padding-box;
}
.list-items .ce_text:first-child::before {
  content: none;
}

