@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong, b {
  font-weight: 700;
}

i, em {
  font-style: italic;
}

input, select, textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.invisible {
  display: none;
}

button, input.submit {
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

sub, sup {
  font-size: 70%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.4em;
}

sub {
  bottom: -0.25em;
}

* {
  box-sizing: border-box;
}

/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/source-sans-pro-v19-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/source-sans-pro-v19-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v19-latin-regular.woff2") format("woff2"), url("../fonts/source-sans-pro-v19-latin-regular.woff") format("woff"), url("../fonts/source-sans-pro-v19-latin-regular.ttf") format("truetype"), url("../fonts/source-sans-pro-v19-latin-regular.svg#SourceSansPro") format("svg");
  /* Legacy iOS */
}

/* source-sans-pro-600 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/source-sans-pro-v19-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/source-sans-pro-v19-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v19-latin-600.woff2") format("woff2"), url("../fonts/source-sans-pro-v19-latin-600.woff") format("woff"), url("../fonts/source-sans-pro-v19-latin-600.ttf") format("truetype"), url("../fonts/source-sans-pro-v19-latin-600.svg#SourceSansPro") format("svg");
  /* Legacy iOS */
}

/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/source-sans-pro-v19-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/source-sans-pro-v19-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v19-latin-700.woff2") format("woff2"), url("../fonts/source-sans-pro-v19-latin-700.woff") format("woff"), url("../fonts/source-sans-pro-v19-latin-700.ttf") format("truetype"), url("../fonts/source-sans-pro-v19-latin-700.svg#SourceSansPro") format("svg");
  /* Legacy iOS */
}

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

@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

/* DEFAULT CSS */
body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 21px;
  font-style: normal;
  color: #47494d;
}

@media screen and (max-width: 925px) {
  body.mobile-menu-open #wrapper {
    overflow: hidden;
    height: 100vh;
  }
  body.mobile-menu-open:after {
    content: '';
    position: fixed;
    top: 60px;
    z-index: 9;
    background: rgba(0, 0, 0, 0.6);
    width: 100vw;
    height: calc(100vh - 60px);
    -o-animation: 0, 1s, fadeIn;
    -moz-animation: 0, 1s, fadeIn;
    -webkit-animation: 0, 1s, fadeIn;
    animation: 0, 1s, fadeIn;
  }
}

a {
  text-decoration: none;
  color: #c61d37;
}

a:hover {
  color: #8a0f19;
}

input, select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #ffffff;
}

header {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
}

@media screen and (min-width: 925px) {
  header.sticky {
    position: fixed;
    top: -40px;
  }
  header.sticky.sticky, header.sticky .lower {
    height: 64px;
  }
  header.sticky .lower a.logo {
    height: 45px;
    margin-top: 10px;
  }
  header.sticky .lower nav > ul {
    margin-top: 13px;
  }
}

header .menu-toggle {
  display: none !important;
}

header .inside {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  color: #ffffff;
}

@media screen and (max-width: 1050px) {
  header .inside {
    margin-left: 20px;
    margin-right: 20px;
    max-width: calc(100% - 40px);
  }
}

header .inside a {
  color: inherit;
}

header .inside > * {
  display: block;
  float: left;
}

header > .upper {
  height: 40px;
  line-height: 40px;
  background: #006191;
  overflow: hidden;
}

header > .upper .mod_search {
  float: right;
}

header > .upper .mod_search input {
  display: block;
  float: right;
  height: 40px;
  line-height: 40px;
  border: 0;
  outline: none;
}

header > .upper .mod_search input[type="search"] {
  width: 190px;
}

header > .upper .mod_search input[type="submit"] {
  width: 46px;
  background: url(../img/sprite-icons.svg) no-repeat scroll -262px center #ffffff;
  background-size: auto 22px;
  text-indent: -9999px;
  padding: 0;
  margin: 0;
  border-left: 10px solid #ffffff;
  border-right: 10px solid #ffffff;
}

header > .upper a.home {
  width: 22px;
  height: 40px;
  background: url(../img/sprite-icons.svg) no-repeat scroll -156px center;
  background-size: auto 22px;
  margin-right: 230px;
  opacity: 0.9;
}

header > .upper a.home:hover {
  opacity: 1;
}

header > .upper a {
  margin-right: 8.572%;
}

header > .upper a.phone {
  margin-right: 0;
}

@media screen and (max-width: 1000px) {
  header > .upper a {
    margin-right: 30px;
  }
}

header > .upper a[href*="instagram.com"] {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: unset;
  color: transparent;
}

header > .upper a[href*="instagram.com"]:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/sprite-icons.svg) no-repeat scroll -600px center;
  background-size: auto 30px;
}

header > .lower {
  height: 80px;
  background: #c61d37;
}

header > .lower a.logo {
  background: url(../img/logo.svg) no-repeat scroll left center;
  background-size: contain;
  width: 150px;
  height: 80px;
  margin-right: 80px;
}

@media screen and (min-width: 925px) {
  header > .lower nav {
    width: calc(100% - 150px - 80px);
  }
  header > .lower nav > ul {
    margin-top: 20px;
  }
  header > .lower nav > ul > li {
    display: block;
    float: left;
    margin-left: 12px;
  }
  header > .lower nav > ul > li > a, header > .lower nav > ul > li > span {
    display: block;
    width: 160px;
    height: 40px;
    line-height: 36px;
    text-align: center;
  }
  header > .lower nav > ul > li > a {
    background: #ffffff;
    color: #c61d37;
  }
  header > .lower nav > ul > li:hover > a, header > .lower nav > ul > li:hover > span, header > .lower nav > ul > li > span, header > .lower nav > ul > li > a.trail, header > .lower nav > ul > li > ul {
    background: #8a0f19;
    color: #ffffff;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
  }
  header > .lower nav > ul > li:hover > ul {
    display: block;
  }
  header > .lower nav > ul > li > ul {
    display: none;
    position: absolute;
    background: #ffffff;
    z-index: 12;
    width: 160px;
    padding: 5px 0;
  }
  header > .lower nav > ul > li > ul > li a, header > .lower nav > ul > li > ul > li span {
    display: block;
    color: #47494d;
    padding: 5px 0 5px 18px;
  }
  header > .lower nav > ul > li > ul > li a:before, header > .lower nav > ul > li > ul > li span:before {
    content: "›";
    margin-right: 5px;
  }
  header > .lower nav > ul > li > ul > li span, header > .lower nav > ul > li > ul > li a.trail, header > .lower nav > ul > li > ul > li a:hover {
    color: #c61d37;
  }
  header > .lower nav > ul > li > ul > li > ul > li a, header > .lower nav > ul > li > ul > li > ul > li span {
    font-size: 14px;
    padding: 2px 0 2px 30px;
  }
}

@media screen and (max-width: 975px) {
  header > .upper a.home {
    margin-right: 170px;
  }
  header > .lower a.logo {
    margin-right: 30px;
  }
  header > .lower a.logo ~ nav {
    width: calc(100% - 150px - 30px);
  }
}

@media screen and (max-width: 925px) {
  header {
    position: relative;
  }
  header > .upper {
    display: none;
  }
  header > .lower {
    height: 60px;
  }
  header > .lower a.logo {
    width: 110px;
    height: 40px;
    margin: 10px 0;
  }
  header > .lower label.menu-toggle {
    display: block !important;
    float: right;
    width: 35px;
    margin-top: 19px;
  }
  header > .lower label.menu-toggle > span {
    display: block;
    height: 3px;
    background: #ffffff;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  header > .lower label.menu-toggle > span + span {
    margin-top: 7px;
  }
  header > .lower input.menu-toggle:checked + label.menu-toggle > span:nth-child(1) {
    -moz-transform: rotate(-45deg) translate(-9px, 5px);
    -o-transform: rotate(-45deg) translate(-9px, 5px);
    -ms-transform: rotate(-45deg) translate(-9px, 5px);
    -webkit-transform: rotate(-45deg) translate(-9px, 5px);
    transform: rotate(-45deg) translate(-9px, 5px);
  }
  header > .lower input.menu-toggle:checked + label.menu-toggle > span:nth-child(2) {
    -moz-transform: rotate(45deg) translate(-2px, 2px);
    -o-transform: rotate(45deg) translate(-2px, 2px);
    -ms-transform: rotate(45deg) translate(-2px, 2px);
    -webkit-transform: rotate(45deg) translate(-2px, 2px);
    transform: rotate(45deg) translate(-2px, 2px);
  }
  header > .lower input.menu-toggle:checked + label.menu-toggle > span:nth-child(3) {
    height: 0;
    opacity: 0;
  }
  header > .lower input.menu-toggle:checked ~ nav {
    left: 0;
  }
  header > .lower nav {
    position: fixed;
    background: #ffffff;
    z-index: 20;
    width: calc(100vw - 80px) !important;
    height: 100vh;
    top: 0;
    left: -100vw;
    -moz-transition: left 0.3s ease-in-out;
    -o-transition: left 0.3s ease-in-out;
    -webkit-transition: left 0.3s ease-in-out;
    -ms-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out;
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  header > .lower nav:before {
    content: "";
    display: block;
    width: 100%;
    height: 60px;
    background: url(../img/logo.svg) no-repeat scroll 20px center #8a0f19;
    background-size: auto 40px;
  }
  header > .lower nav ul.level_1 {
    height: calc(100vh - 60px);
    overflow: scroll;
  }
  header > .lower nav ul.level_1 > li > a, header > .lower nav ul.level_1 > li > span {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #47494d;
    text-transform: uppercase;
    padding: 0 20px;
  }
  header > .lower nav ul.level_1 > li.active > a, header > .lower nav ul.level_1 > li.active > span, header > .lower nav ul.level_1 > li.trail > a, header > .lower nav ul.level_1 > li.trail > span {
    color: #c61d37;
    position: relative;
  }
  header > .lower nav ul.level_1 > li.active > a:after, header > .lower nav ul.level_1 > li.active > span:after, header > .lower nav ul.level_1 > li.trail > a:after, header > .lower nav ul.level_1 > li.trail > span:after {
    display: block;
    content: "";
    width: 10px;
    height: 41px;
    background: #c61d37;
    right: 0;
    top: 0;
    position: absolute;
  }
  header > .lower nav ul.level_1 > li + li {
    border-top: 1px dotted #47494d;
  }
  header > .lower nav ul.level_1 > li ul.level_2 {
    margin-left: 20px;
  }
  header > .lower nav ul.level_1 > li ul.level_2 > li {
    border-top: 1px solid #f5f5f5;
  }
  header > .lower nav ul.level_1 > li ul.level_2 > li > a, header > .lower nav ul.level_1 > li ul.level_2 > li > span {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #47494d;
    padding: 0 20px;
  }
  header > .lower nav ul.level_1 > li ul.level_2 > li.active > a, header > .lower nav ul.level_1 > li ul.level_2 > li.active > span, header > .lower nav ul.level_1 > li ul.level_2 > li.trail > a, header > .lower nav ul.level_1 > li ul.level_2 > li.trail > span {
    color: #c61d37;
  }
  header > .lower nav ul.level_1 > li ul.level_2 > li ul {
    display: none;
  }
}

#slider {
  height: 370px;
  margin-top: 120px;
}

#slider + #container {
  margin-top: 0;
}

#slider ul.slides {
  position: relative;
}

#slider ul.slides li {
  position: absolute;
  width: 100%;
  height: 370px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#slider ul.slides li img {
  display: block;
  width: 100%;
  height: 370px;
  object-fit: cover;
}

#slider .controls {
  position: relative;
  height: 370px;
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}

@media screen and (max-width: 1050px) {
  #slider .controls {
    margin-left: 20px;
    margin-right: 20px;
    max-width: calc(100% - 40px);
  }
}

@media screen and (min-width: 750px) {
  #slider .controls:after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70%;
    content: "… das Beratungscafé in der Mainzer Neustadt";
    display: block;
    background: rgba(71, 73, 77, 0.7);
    color: #ffffff;
    padding: 20px 15px;
    font-size: 24px;
    font-weight: 500;
  }
}

#slider .controls > div {
  display: block;
  position: absolute;
  width: 43px;
  height: 43px;
  background: url(../img/sprite-icons.svg) no-repeat scroll -2px -2px #ffffff;
  background-size: auto 46px;
  z-index: 5;
  top: 170px;
  cursor: pointer;
  border-radius: 50%;
  opacity: 0.8;
}

#slider .controls > div:hover {
  opacity: 1;
}

#slider .controls > div.left {
  left: 0;
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

#slider .controls > div.right {
  right: 0;
}

@media screen and (max-width: 925px) {
  #slider {
    height: 28vh;
    margin-top: 0;
  }
  #slider ul.slides li {
    height: 28vh;
  }
  #slider ul.slides li img {
    height: 28vh;
  }
  #slider .controls {
    height: 28vh;
  }
  #slider .controls > div {
    top: calc(28vh / 2 - 21px);
  }
}

#container {
  min-height: calc(100vh - 120px - 200px);
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  margin-top: 120px;
}

#container > .inside {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: space-between;
}

#container > .inside #left, #container > .inside #main {
  flex: auto;
}

#container #left {
  width: 330px;
  max-width: 330px;
  margin-right: 20px;
}

#container #main {
  width: calc(100% - 330px - 30px);
  max-width: calc(100% - 330px - 30px);
}

#container h1 {
  color: #c61d37;
  font-size: 32px;
  letter-spacing: 0.35px;
  line-height: 40px;
  font-weight: 600;
}

#container h2, #container h3, #container h4, #container h5, #container h6 {
  color: #47494d;
  font-size: 30px;
  letter-spacing: 0.21px;
  line-height: 40px;
}

#container h3 {
  font-size: 24px;
  letter-spacing: 0.15px;
  line-height: 34px;
}

#container h4 {
  font-size: 22px;
  letter-spacing: 0.13px;
  line-height: 36px;
}

#container h5, #container h6 {
  font-size: 18px;
  letter-spacing: 0.11px;
  line-height: 36px;
  font-weight: 600;
}

#container .head_red h1, #container .head_red h2, #container .head_red h3, #container .head_red h4, #container .head_red h5, #container .head_red h6 {
  color: #8a0f19;
}

#container .mod_article {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: space-between;
}

#container .mod_article > .block {
  flex: auto;
  margin-top: 25px;
  width: 100%;
}

#container .span30, #container .block.span30 {
  width: calc(33% - 15px);
  max-width: calc(33% - 15px);
}

#container .span50, #container .block.span50 {
  width: calc(50% - 15px);
  max-width: calc(50% - 15px);
}

#container p + *, #container * + p {
  margin-top: 15px;
}

#container a[href="#top"] {
  display: block;
  margin-top: 20px;
  font-size: 14px;
}

#container a[href="#top"]:before {
  content: "›";
  margin-right: 3px;
}

#container .banner_image {
  width: 100%;
  overflow: hidden;
}

#container .banner_image img {
  width: 100%;
  height: 370px;
  object-fit: cover;
}

#container .ce_hyperlink.button a {
  display: block;
  text-align: center;
  color: #ffffff;
  background: #c61d37;
  padding: 10px 0;
}

#container .ce_hyperlink.button a:hover {
  background: #8a0f19;
}

#container .ce_hyperlink.button.inline a {
  display: inline-block;
  padding-left: 40px;
  padding-right: 40px;
}

#container .ce_hyperlink.button.bordered a {
  border: 2px solid #c61d37;
  background: #ffffff;
  color: #c61d37;
  padding-top: 8px;
  padding-bottom: 8px;
}

#container .ce_hyperlink.button.bordered a:hover {
  background: #8a0f19;
  border-color: #8a0f19;
  color: #ffffff;
}

#container .ce_downloads a, #container .ce_download a {
  display: block;
}

#container .ce_downloads a:before, #container .ce_download a:before {
  display: block;
  content: "";
  float: left;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  margin-top: 2px;
  background: url(../img/sprite-icons.svg) no-repeat scroll -94px center;
  background-size: auto 16px;
}

#container .ce_text figure figcaption {
  font-size: 13px;
  margin-bottom: 10px;
}

#container .ce_text figure.float_left {
  float: left;
  margin-right: 20px;
}

#container .ce_text figure.float_right {
  float: right;
  margin-left: 20px;
}

#container .ce_text figure.float_left + *, #container .ce_text figure.float_right + * {
  margin-top: 0;
}

#container .ce_text > figure {
  margin-top: 6px;
}

#container .ce_text.infobox,
#container .ce_text.contact,
#container .mod_newslist .layout_infobox {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
}

#container .ce_text.infobox h1, #container .ce_text.infobox h2, #container .ce_text.infobox h3, #container .ce_text.infobox h4, #container .ce_text.infobox h5, #container .ce_text.infobox h6,
#container .ce_text.contact h1,
#container .ce_text.contact h2,
#container .ce_text.contact h3,
#container .ce_text.contact h4,
#container .ce_text.contact h5,
#container .ce_text.contact h6,
#container .mod_newslist .layout_infobox h1,
#container .mod_newslist .layout_infobox h2,
#container .mod_newslist .layout_infobox h3,
#container .mod_newslist .layout_infobox h4,
#container .mod_newslist .layout_infobox h5,
#container .mod_newslist .layout_infobox h6 {
  color: #006191;
  font-weight: 600;
  font-size: 24px;
}

#container .ce_text.infobox h1 > a, #container .ce_text.infobox h2 > a, #container .ce_text.infobox h3 > a, #container .ce_text.infobox h4 > a, #container .ce_text.infobox h5 > a, #container .ce_text.infobox h6 > a,
#container .ce_text.contact h1 > a,
#container .ce_text.contact h2 > a,
#container .ce_text.contact h3 > a,
#container .ce_text.contact h4 > a,
#container .ce_text.contact h5 > a,
#container .ce_text.contact h6 > a,
#container .mod_newslist .layout_infobox h1 > a,
#container .mod_newslist .layout_infobox h2 > a,
#container .mod_newslist .layout_infobox h3 > a,
#container .mod_newslist .layout_infobox h4 > a,
#container .mod_newslist .layout_infobox h5 > a,
#container .mod_newslist .layout_infobox h6 > a {
  color: inherit;
}

#container .ce_text.infobox h1 + p, #container .ce_text.infobox h2 + p, #container .ce_text.infobox h3 + p, #container .ce_text.infobox h4 + p, #container .ce_text.infobox h5 + p, #container .ce_text.infobox h6 + p,
#container .ce_text.contact h1 + p,
#container .ce_text.contact h2 + p,
#container .ce_text.contact h3 + p,
#container .ce_text.contact h4 + p,
#container .ce_text.contact h5 + p,
#container .ce_text.contact h6 + p,
#container .mod_newslist .layout_infobox h1 + p,
#container .mod_newslist .layout_infobox h2 + p,
#container .mod_newslist .layout_infobox h3 + p,
#container .mod_newslist .layout_infobox h4 + p,
#container .mod_newslist .layout_infobox h5 + p,
#container .mod_newslist .layout_infobox h6 + p {
  margin-top: 0;
}

#container .ce_text.infobox figure,
#container .ce_text.contact figure,
#container .mod_newslist .layout_infobox figure {
  line-height: 0;
  margin-top: 0;
}

#container #left {
  padding-top: 30px;
}

#container #left .ce_text.infobox h1, #container #left .ce_text.infobox h2, #container #left .ce_text.infobox h3, #container #left .ce_text.infobox h4, #container #left .ce_text.infobox h5, #container #left .ce_text.infobox h6,
#container #left .ce_text.contact h1,
#container #left .ce_text.contact h2,
#container #left .ce_text.contact h3,
#container #left .ce_text.contact h4,
#container #left .ce_text.contact h5,
#container #left .ce_text.contact h6,
#container #left .mod_newslist .layout_infobox h1,
#container #left .mod_newslist .layout_infobox h2,
#container #left .mod_newslist .layout_infobox h3,
#container #left .mod_newslist .layout_infobox h4,
#container #left .mod_newslist .layout_infobox h5,
#container #left .mod_newslist .layout_infobox h6 {
  font-size: 22px;
}

#container .ce_text.contact {
  padding: 10px;
  border-top: 1px solid #006191;
}

#container .ce_text.contact figure {
  float: left;
  margin-right: 20px;
}

#container .ce_text.contact figure img {
  max-width: 110px;
  height: auto;
}

#container .ce_text.contact .content {
  float: left;
}

#container .ce_text.contact .content h1, #container .ce_text.contact .content h2, #container .ce_text.contact .content h3, #container .ce_text.contact .content h4, #container .ce_text.contact .content h5, #container .ce_text.contact .content h6 {
  line-height: 20px;
  margin-bottom: 5px;
}

#container .ce_text.infobox,
#container .mod_newslist .layout_infobox {
  position: relative;
}

#container .ce_text.infobox figure img,
#container .mod_newslist .layout_infobox figure img {
  height: 72px;
  width: 100%;
  object-fit: cover;
}

#container .ce_text.infobox figure + .content,
#container .mod_newslist .layout_infobox figure + .content {
  border-top: 0;
}

#container .ce_text.infobox.large-head figure img,
#container .mod_newslist .layout_infobox.large-head figure img {
  height: 120px;
}

#container .ce_text.infobox:not(.no-button) .content,
#container .mod_newslist .layout_infobox:not(.no-button) .content {
  padding-bottom: 0;
}

#container .ce_text.infobox:not(.no-button) .content P:last-child a,
#container .mod_newslist .layout_infobox:not(.no-button) .content P:last-child a {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #c61d37;
  color: #ffffff;
}

#container .ce_text.infobox:not(.no-button) .content P:last-child a:hover,
#container .mod_newslist .layout_infobox:not(.no-button) .content P:last-child a:hover {
  background: #8a0f19;
}

#container .ce_text.infobox .content,
#container .mod_newslist .layout_infobox .content {
  padding: 10px;
  border-top: 1px solid #006191;
}

#container .ce_text.infobox .content p:last-child a:before,
#container .mod_newslist .layout_infobox .content p:last-child a:before {
  content: "›";
  margin-right: 4px;
}

#container .ce_text.infobox[class*="span30"] .content,
#container .mod_newslist .layout_infobox[class*="span30"] .content {
  padding-bottom: 30px;
}

#container .ce_text.infobox[class*="span30"] .content p:last-child a,
#container .mod_newslist .layout_infobox[class*="span30"] .content p:last-child a {
  position: absolute;
  bottom: 0;
  width: calc(100% - 20px);
}

#container .ce_text ol, #container .ce_text ul,
#container .ce_list ol,
#container .ce_list ul {
  margin-left: 20px;
}

#container .ce_text ul,
#container .ce_list ul {
  list-style: disc;
}

#container .ce_text ol,
#container .ce_list ol {
  list-style: decimal;
}

#container .ce_accordion + .ce_accordion.block {
  margin-top: 5px;
}

#container .ce_accordion > .toggler {
  position: relative;
  line-height: 28px;
  cursor: pointer;
  font-size: 22px;
  padding: 5px 40px;
  padding-right: 15px;
  border: 1px solid #47494d;
}

#container .ce_accordion > .toggler:before {
  position: absolute;
  left: 10px;
  top: 0px;
  content: "";
  display: block;
  margin-right: 10px;
  float: left;
  width: 20px;
  height: 38px;
  background: url(../img/sprite-icons.svg) no-repeat scroll -38px 12px;
  background-size: auto 15px;
}

#container .ce_accordion > .toggler:hover, #container .ce_accordion > .toggler.active {
  background: #c61d37;
  border-color: #c61d37;
  color: #ffffff;
}

#container .ce_accordion > .toggler.active:before {
  background-position: -63px 12px;
}

#container .ce_accordion > .toggler.active + .accordion {
  max-height: 2400px;
  opacity: 1;
}

#container .ce_accordion > .accordion {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  -moz-transition: max-height .5s, opacity .8s;
  -o-transition: max-height .5s, opacity .8s;
  -webkit-transition: max-height .5s, opacity .8s;
  -ms-transition: max-height .5s, opacity .8s;
  transition: max-height .5s, opacity .8s;
}

#container .ce_accordion > .accordion > div {
  padding: 15px;
}

#container .ce_quotes {
  position: relative;
  padding-top: 20px;
  white-space: nowrap;
  overflow: hidden;
}

#container .ce_quotes:before {
  display: block;
  position: absolute;
  content: "";
  width: 262px;
  height: 40px;
  left: calc(50% - 131px);
  background: url(../img/sprite-icons.svg) no-repeat scroll -531px center;
  background-size: auto 40px;
  margin-top: -20px;
}

#container .ce_quotes > blockquote {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  border: 2px solid #ffffff;
  font-style: italic;
  text-align: center;
  padding: 30px 50px;
  font-size: 17px;
  white-space: normal;
}

#container .ce_quotes > .controls {
  text-align: center;
  height: 40px;
  line-height: 44px;
}

#container .ce_quotes > .controls li {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #c9c9c9;
  border-radius: 50%;
  cursor: pointer;
}

#container .ce_quotes > .controls li.active {
  background: #9b9b9b;
}

#container .ce_quotes > .controls li + li {
  margin-left: 6px;
}

#container hr.divider {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #47494d;
}

#container hr.divider.red {
  border-bottom-color: #8a0f19;
}

#container .ce_gallery ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  margin-top: -20px;
  text-align: left;
}

#container .ce_gallery ul li {
  position: relative;
  display: block;
  flex: auto;
  width: calc(25% - 20px);
  max-width: calc(25% - 20px);
  margin-top: 20px;
  overflow: hidden;
  cursor: pointer;
}

#container .ce_gallery ul li:before {
  content: "";
  width: 35px;
  height: 35px;
  background: url(../img/sprite-icons.svg) no-repeat scroll -290px center;
  background-size: auto 35px;
  position: absolute;
  top: 0;
  opacity: 0;
  left: calc(50% - 17px);
  z-index: 1;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#container .ce_gallery ul li figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #47494d;
  line-height: 0;
}

#container .ce_gallery ul li img {
  width: 100%;
  height: auto;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#container .ce_gallery ul li:hover:before {
  opacity: 0.9;
  top: calc(50% - 17px);
}

#container .ce_gallery ul li:hover img {
  -webkit-filter: blur(2px);
  /* Chrome, Safari */
  -ms-filter: blur(2px);
  /* IE12? */
  filter: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg"><filter id="blur"><feGaussianBlur stdDeviation="2" /></filter></svg>#blur');
  /* Firefox, Safari, Chrome*/
  filter: progid:DXImageTransform.Microsoft.Blur(Strength=$radius);
  /* IE9 */
  filter: blur(2px);
}

#container .ce_player video {
  width: 100%;
}

#container .ce_google_map .map {
  width: 100%;
  height: 40vh;
}

#container .mod_newslist,
#container .mod_eventlist {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}

#container .mod_newslist > h3,
#container .mod_eventlist > h3 {
  color: #c61d37;
}

#container .mod_newslist.list,
#container .mod_eventlist.list {
  border-top: 2px solid #cecece;
}

#container .mod_newslist.mod_eventlist > h1, #container .mod_newslist.mod_eventlist > h2, #container .mod_newslist.mod_eventlist > h3, #container .mod_newslist.mod_eventlist > h4, #container .mod_newslist.mod_eventlist > h5, #container .mod_newslist.mod_eventlist > h6,
#container .mod_eventlist.mod_eventlist > h1,
#container .mod_eventlist.mod_eventlist > h2,
#container .mod_eventlist.mod_eventlist > h3,
#container .mod_eventlist.mod_eventlist > h4,
#container .mod_eventlist.mod_eventlist > h5,
#container .mod_eventlist.mod_eventlist > h6 {
  border-bottom: 2px solid rgba(0, 97, 145, 0.4);
}

#container .mod_newslist > h1, #container .mod_newslist > h2, #container .mod_newslist > h3, #container .mod_newslist > h4, #container .mod_newslist > h5, #container .mod_newslist > h6,
#container .mod_eventlist > h1,
#container .mod_eventlist > h2,
#container .mod_eventlist > h3,
#container .mod_eventlist > h4,
#container .mod_eventlist > h5,
#container .mod_eventlist > h6 {
  width: 100%;
  height: 44px;
  line-height: 40px;
  font-weight: 600;
  padding-left: 10px;
  border-top: 2px solid rgba(0, 97, 145, 0.4);
  position: relative;
}

#container .mod_newslist > h1 a.more, #container .mod_newslist > h2 a.more, #container .mod_newslist > h3 a.more, #container .mod_newslist > h4 a.more, #container .mod_newslist > h5 a.more, #container .mod_newslist > h6 a.more,
#container .mod_eventlist > h1 a.more,
#container .mod_eventlist > h2 a.more,
#container .mod_eventlist > h3 a.more,
#container .mod_eventlist > h4 a.more,
#container .mod_eventlist > h5 a.more,
#container .mod_eventlist > h6 a.more {
  position: absolute;
  right: 0;
  top: 8px;
  width: 26px;
  height: 24px;
  background: url(../img/sprite-icons.svg) no-repeat scroll -217px 0px;
  background-size: auto 23px;
  opacity: 0.6;
}

#container .mod_newslist > h1 a.more:hover, #container .mod_newslist > h2 a.more:hover, #container .mod_newslist > h3 a.more:hover, #container .mod_newslist > h4 a.more:hover, #container .mod_newslist > h5 a.more:hover, #container .mod_newslist > h6 a.more:hover,
#container .mod_eventlist > h1 a.more:hover,
#container .mod_eventlist > h2 a.more:hover,
#container .mod_eventlist > h3 a.more:hover,
#container .mod_eventlist > h4 a.more:hover,
#container .mod_eventlist > h5 a.more:hover,
#container .mod_eventlist > h6 a.more:hover {
  opacity: 1;
}

#container .mod_newslist .layout_infobox .content h1, #container .mod_newslist .layout_infobox .content h2, #container .mod_newslist .layout_infobox .content h3, #container .mod_newslist .layout_infobox .content h4, #container .mod_newslist .layout_infobox .content h5, #container .mod_newslist .layout_infobox .content h6,
#container .mod_eventlist .layout_infobox .content h1,
#container .mod_eventlist .layout_infobox .content h2,
#container .mod_eventlist .layout_infobox .content h3,
#container .mod_eventlist .layout_infobox .content h4,
#container .mod_eventlist .layout_infobox .content h5,
#container .mod_eventlist .layout_infobox .content h6 {
  font-size: 20px;
  line-height: 24px;
}

#container .mod_newslist.mod_eventlist.program > h3,
#container .mod_eventlist.mod_eventlist.program > h3 {
  color: #c61d37;
}

#container .mod_newslist.mod_eventlist.program a.more,
#container .mod_eventlist.mod_eventlist.program a.more {
  right: 10px;
}

#container .mod_newslist.mod_eventlist.program .layout_list,
#container .mod_eventlist.mod_eventlist.program .layout_list {
  margin: 15px 10px 0 10px;
  width: 100%;
}

#container .mod_newslist.mod_eventlist.program .layout_list h1, #container .mod_newslist.mod_eventlist.program .layout_list h2, #container .mod_newslist.mod_eventlist.program .layout_list h3, #container .mod_newslist.mod_eventlist.program .layout_list h4, #container .mod_newslist.mod_eventlist.program .layout_list h5, #container .mod_newslist.mod_eventlist.program .layout_list h6,
#container .mod_eventlist.mod_eventlist.program .layout_list h1,
#container .mod_eventlist.mod_eventlist.program .layout_list h2,
#container .mod_eventlist.mod_eventlist.program .layout_list h3,
#container .mod_eventlist.mod_eventlist.program .layout_list h4,
#container .mod_eventlist.mod_eventlist.program .layout_list h5,
#container .mod_eventlist.mod_eventlist.program .layout_list h6 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #c61d37;
}

#container .mod_newslist.mod_eventlist.program .layout_list .subhead,
#container .mod_eventlist.mod_eventlist.program .layout_list .subhead {
  font-weight: 600;
}

#container .mod_newslist.mod_newslist.more,
#container .mod_eventlist.mod_newslist.more {
  position: relative;
}

#container .mod_newslist.mod_newslist.more.loading:after,
#container .mod_eventlist.mod_newslist.more.loading:after {
  display: block;
  content: "";
  width: 60px;
  height: 60px;
  background-color: #9b9b9b;
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  opacity: 0.2;
  -o-animation: rotateplane 1.2s infinite ease-in-out;
  -moz-animation: rotateplane 1.2s infinite ease-in-out;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}

#container .mod_newslist.mod_newslist.more .pagination,
#container .mod_eventlist.mod_newslist.more .pagination {
  display: none;
}

#container .mod_newslist a.overview,
#container .mod_eventlist a.overview {
  display: block;
  text-align: center;
  color: #ffffff;
  background: #c61d37;
  padding: 0px 30px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin-top: 20px;
}

#container .mod_newslist a.overview:before,
#container .mod_eventlist a.overview:before {
  content: "›";
  margin-right: 4px;
}

#container .mod_newslist a.overview:hover,
#container .mod_eventlist a.overview:hover {
  background: #8a0f19;
}

#container .mod_newslist > div.overview,
#container .mod_eventlist > div.overview {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

#container .mod_newslist > div.overview a,
#container .mod_eventlist > div.overview a {
  display: inline-block;
  vertical-align: top;
}

#container .mod_newslist > div.overview a.overview,
#container .mod_eventlist > div.overview a.overview {
  width: auto;
  margin: 0 10px 0 10px;
}

#container .mod_newslist > div.overview a.prev, #container .mod_newslist > div.overview a.next,
#container .mod_eventlist > div.overview a.prev,
#container .mod_eventlist > div.overview a.next {
  width: 30px;
  height: 30px;
  background: url(../img/sprite-icons.svg) no-repeat scroll 0px center;
  background-size: auto 30px;
  opacity: 0.8;
}

#container .mod_newslist > div.overview a.prev.prev, #container .mod_newslist > div.overview a.next.prev,
#container .mod_eventlist > div.overview a.prev.prev,
#container .mod_eventlist > div.overview a.next.prev {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#container .mod_newslist > div.overview a.prev:not(.disabled):hover, #container .mod_newslist > div.overview a.next:not(.disabled):hover,
#container .mod_eventlist > div.overview a.prev:not(.disabled):hover,
#container .mod_eventlist > div.overview a.next:not(.disabled):hover {
  opacity: 1;
}

#container .mod_newslist > div.overview a.prev.disabled, #container .mod_newslist > div.overview a.next.disabled,
#container .mod_eventlist > div.overview a.prev.disabled,
#container .mod_eventlist > div.overview a.next.disabled {
  opacity: 0.5;
  cursor: default;
}

#container .mod_newslist.mod_newslist .layout_list, #container .mod_newslist.mod_eventlist .layout_upcoming,
#container .mod_eventlist.mod_newslist .layout_list,
#container .mod_eventlist.mod_eventlist .layout_upcoming {
  border-bottom: 2px solid #cecece;
  padding: 15px 0;
  width: 100%;
}

#container .mod_newslist.mod_newslist .layout_list figure, #container .mod_newslist.mod_eventlist .layout_upcoming figure,
#container .mod_eventlist.mod_newslist .layout_list figure,
#container .mod_eventlist.mod_eventlist .layout_upcoming figure {
  float: left;
  margin-right: 20px;
}

#container .mod_newslist.mod_newslist .layout_list figure img, #container .mod_newslist.mod_eventlist .layout_upcoming figure img,
#container .mod_eventlist.mod_newslist .layout_list figure img,
#container .mod_eventlist.mod_eventlist .layout_upcoming figure img {
  max-width: 150px;
  height: auto;
}

#container .mod_newslist.mod_newslist .layout_list figure + .content, #container .mod_newslist.mod_eventlist .layout_upcoming figure + .content,
#container .mod_eventlist.mod_newslist .layout_list figure + .content,
#container .mod_eventlist.mod_eventlist .layout_upcoming figure + .content {
  float: left;
  width: calc(100% - 150px - 20px);
}

#container .mod_newslist.mod_newslist .layout_list .head, #container .mod_newslist.mod_eventlist .layout_upcoming .head,
#container .mod_eventlist.mod_newslist .layout_list .head,
#container .mod_eventlist.mod_eventlist .layout_upcoming .head {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

#container .mod_newslist.mod_newslist .layout_list .head h1, #container .mod_newslist.mod_newslist .layout_list .head h2, #container .mod_newslist.mod_newslist .layout_list .head h3, #container .mod_newslist.mod_newslist .layout_list .head h4, #container .mod_newslist.mod_newslist .layout_list .head h5, #container .mod_newslist.mod_newslist .layout_list .head h6, #container .mod_newslist.mod_eventlist .layout_upcoming .head h1, #container .mod_newslist.mod_eventlist .layout_upcoming .head h2, #container .mod_newslist.mod_eventlist .layout_upcoming .head h3, #container .mod_newslist.mod_eventlist .layout_upcoming .head h4, #container .mod_newslist.mod_eventlist .layout_upcoming .head h5, #container .mod_newslist.mod_eventlist .layout_upcoming .head h6,
#container .mod_eventlist.mod_newslist .layout_list .head h1,
#container .mod_eventlist.mod_newslist .layout_list .head h2,
#container .mod_eventlist.mod_newslist .layout_list .head h3,
#container .mod_eventlist.mod_newslist .layout_list .head h4,
#container .mod_eventlist.mod_newslist .layout_list .head h5,
#container .mod_eventlist.mod_newslist .layout_list .head h6,
#container .mod_eventlist.mod_eventlist .layout_upcoming .head h1,
#container .mod_eventlist.mod_eventlist .layout_upcoming .head h2,
#container .mod_eventlist.mod_eventlist .layout_upcoming .head h3,
#container .mod_eventlist.mod_eventlist .layout_upcoming .head h4,
#container .mod_eventlist.mod_eventlist .layout_upcoming .head h5,
#container .mod_eventlist.mod_eventlist .layout_upcoming .head h6 {
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
}

#container .mod_newslist.mod_newslist .layout_list .head h1 a, #container .mod_newslist.mod_newslist .layout_list .head h2 a, #container .mod_newslist.mod_newslist .layout_list .head h3 a, #container .mod_newslist.mod_newslist .layout_list .head h4 a, #container .mod_newslist.mod_newslist .layout_list .head h5 a, #container .mod_newslist.mod_newslist .layout_list .head h6 a, #container .mod_newslist.mod_eventlist .layout_upcoming .head h1 a, #container .mod_newslist.mod_eventlist .layout_upcoming .head h2 a, #container .mod_newslist.mod_eventlist .layout_upcoming .head h3 a, #container .mod_newslist.mod_eventlist .layout_upcoming .head h4 a, #container .mod_newslist.mod_eventlist .layout_upcoming .head h5 a, #container .mod_newslist.mod_eventlist .layout_upcoming .head h6 a,
#container .mod_eventlist.mod_newslist .layout_list .head h1 a,
#container .mod_eventlist.mod_newslist .layout_list .head h2 a,
#container .mod_eventlist.mod_newslist .layout_list .head h3 a,
#container .mod_eventlist.mod_newslist .layout_list .head h4 a,
#container .mod_eventlist.mod_newslist .layout_list .head h5 a,
#container .mod_eventlist.mod_newslist .layout_list .head h6 a,
#container .mod_eventlist.mod_eventlist .layout_upcoming .head h1 a,
#container .mod_eventlist.mod_eventlist .layout_upcoming .head h2 a,
#container .mod_eventlist.mod_eventlist .layout_upcoming .head h3 a,
#container .mod_eventlist.mod_eventlist .layout_upcoming .head h4 a,
#container .mod_eventlist.mod_eventlist .layout_upcoming .head h5 a,
#container .mod_eventlist.mod_eventlist .layout_upcoming .head h6 a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

#container .mod_newslist.mod_newslist .layout_list .head h1 a:hover, #container .mod_newslist.mod_newslist .layout_list .head h2 a:hover, #container .mod_newslist.mod_newslist .layout_list .head h3 a:hover, #container .mod_newslist.mod_newslist .layout_list .head h4 a:hover, #container .mod_newslist.mod_newslist .layout_list .head h5 a:hover, #container .mod_newslist.mod_newslist .layout_list .head h6 a:hover, #container .mod_newslist.mod_eventlist .layout_upcoming .head h1 a:hover, #container .mod_newslist.mod_eventlist .layout_upcoming .head h2 a:hover, #container .mod_newslist.mod_eventlist .layout_upcoming .head h3 a:hover, #container .mod_newslist.mod_eventlist .layout_upcoming .head h4 a:hover, #container .mod_newslist.mod_eventlist .layout_upcoming .head h5 a:hover, #container .mod_newslist.mod_eventlist .layout_upcoming .head h6 a:hover,
#container .mod_eventlist.mod_newslist .layout_list .head h1 a:hover,
#container .mod_eventlist.mod_newslist .layout_list .head h2 a:hover,
#container .mod_eventlist.mod_newslist .layout_list .head h3 a:hover,
#container .mod_eventlist.mod_newslist .layout_list .head h4 a:hover,
#container .mod_eventlist.mod_newslist .layout_list .head h5 a:hover,
#container .mod_eventlist.mod_newslist .layout_list .head h6 a:hover,
#container .mod_eventlist.mod_eventlist .layout_upcoming .head h1 a:hover,
#container .mod_eventlist.mod_eventlist .layout_upcoming .head h2 a:hover,
#container .mod_eventlist.mod_eventlist .layout_upcoming .head h3 a:hover,
#container .mod_eventlist.mod_eventlist .layout_upcoming .head h4 a:hover,
#container .mod_eventlist.mod_eventlist .layout_upcoming .head h5 a:hover,
#container .mod_eventlist.mod_eventlist .layout_upcoming .head h6 a:hover {
  color: #8a0f19;
}

#container .mod_newslist.mod_newslist .layout_list .head time:before, #container .mod_newslist.mod_eventlist .layout_upcoming .head time:before,
#container .mod_eventlist.mod_newslist .layout_list .head time:before,
#container .mod_eventlist.mod_eventlist .layout_upcoming .head time:before {
  content: "•";
  margin: 0 4px;
}

#container .mod_newslist.mod_newslist .layout_list p.more, #container .mod_newslist.mod_eventlist .layout_upcoming p.more,
#container .mod_eventlist.mod_newslist .layout_list p.more,
#container .mod_eventlist.mod_eventlist .layout_upcoming p.more {
  margin-top: 0;
}

#container .mod_newslist.mod_newslist .layout_list p.more a:before, #container .mod_newslist.mod_eventlist .layout_upcoming p.more a:before,
#container .mod_eventlist.mod_newslist .layout_list p.more a:before,
#container .mod_eventlist.mod_eventlist .layout_upcoming p.more a:before {
  content: "›";
  margin-right: 5px;
}

#container .mod_newslist.mod_eventlist > h3.listing,
#container .mod_eventlist.mod_eventlist > h3.listing {
  color: #8a0f19;
  border: 0;
  padding: 0;
  border-bottom: 2px solid #cecece;
}

#container .mod_newslist.mod_eventlist .layout_upcoming .teaser p,
#container .mod_eventlist.mod_eventlist .layout_upcoming .teaser p {
  margin-top: 0;
}

#container .mod_newslist > .block,
#container .mod_eventlist > .block {
  flex: auto;
}

#container .pagination {
  clear: both;
  margin-top: 20px;
}

#container .pagination ul {
  overflow: hidden;
}

#container .pagination ul li {
  display: block;
  float: left;
  border: 1px solid #cecece;
}

#container .pagination ul li:not(:last-child) {
  border-right: 0;
}

#container .pagination ul li a, #container .pagination ul li span {
  display: block;
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
}

#container .pagination ul li a:hover {
  background: #9b9b9b;
  color: #ffffff;
}

#container .pagination ul li span {
  background: #8a0f19;
  color: #ffffff;
}

#container .mod_breadcrumb {
  height: 36px;
  line-height: 36px;
  background: #f5f5f5;
}

#container .mod_breadcrumb ul {
  overflow: hidden;
  padding: 0 25px;
}

#container .mod_breadcrumb ul li {
  display: block;
  float: left;
  font-size: 13px;
  color: #8a0f19;
}

#container .mod_breadcrumb ul li a {
  color: #9b9b9b;
}

#container .mod_breadcrumb ul li + li:before {
  content: "/";
  margin: 0 5px;
  color: #9b9b9b;
}

@media screen and (max-width: 1050px) {
  #container {
    margin-left: 20px;
    margin-right: 20px;
    max-width: calc(100% - 40px);
  }
}

@media screen and (max-width: 1000px) {
  #container #left {
    max-width: 30%;
  }
  #container #main {
    max-width: calc(100% - 30% - 30px);
  }
}

@media screen and (max-width: 925px) {
  #container {
    margin-top: 0;
  }
  #container #left {
    order: 2;
  }
  #container #main {
    order: 1;
  }
  #container #left, #container #main {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  #container .ce_text figure.float_right, #container .ce_text figure.float_left, #container .block figure.float_right, #container .block figure.float_left {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  #container .ce_text figure img, #container .block figure img {
    width: 100%;
    height: auto;
  }
  #container .mod_newslist.block .layout_list figure, #container .mod_eventlist.block .layout_list figure {
    float: none;
    margin: 0;
    margin-bottom: 20px;
  }
  #container .mod_newslist.block .layout_list figure > a, #container .mod_eventlist.block .layout_list figure > a {
    display: block;
  }
  #container .mod_newslist.block .layout_list figure img, #container .mod_eventlist.block .layout_list figure img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  #container .mod_newslist.block .layout_list figure + .content, #container .mod_eventlist.block .layout_list figure + .content {
    float: none;
    width: 100%;
  }
  #container .mod_newslist.block .layout_infobox + .layout_infobox, #container .mod_eventlist.block .layout_infobox + .layout_infobox {
    margin-top: 20px;
  }
  #container .span30, #container .span50 {
    width: 100% !important;
    max-width: 100% !important;
  }
  #container .ce_gallery ul li {
    width: calc(25% - 10px);
    max-width: calc(25% - 10px);
  }
  #container .banner_image img {
    max-height: 30vh;
    object-fit: cover;
  }
}

.formbody .widget input, .formbody .widget textarea {
  display: block;
  width: 100%;
  border: 0;
  background: #f5f5f5;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  padding: 6px;
}

.formbody .widget + div {
  margin-top: 10px;
}

.formbody .submit_container button, .formbody .submit_container input {
  display: block;
  width: 100%;
  border: 0;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  color: #ffffff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  text-align: left;
}

.formbody .submit_container button[class="submit"], .formbody .submit_container input[class="submit"] {
  background: #8a0f19;
  text-align: center;
}

.formbody .submit_container button.pending, .formbody .submit_container input.pending {
  background: #9b9b9b;
  color: #47494d;
  text-align: center;
  cursor: default;
}

.formbody .submit_container button.error, .formbody .submit_container input.error {
  background: #8a0f19;
}

.formbody .submit_container button.error span:before, .formbody .submit_container input.error span:before {
  display: block;
  float: left;
  margin-top: 7px;
  margin-right: 15px;
  content: "";
  width: 25px;
  height: 25px;
  background: url(../img/sprite-icons.svg) no-repeat scroll -208px center;
  background-size: auto 25px;
}

.formbody .submit_container button.success, .formbody .submit_container input.success {
  background: #7fc434;
  cursor: default;
}

.formbody .submit_container button.success span:before, .formbody .submit_container input.success span:before {
  display: block;
  float: left;
  margin-top: 7px;
  margin-right: 15px;
  content: "";
  width: 25px;
  height: 25px;
  background: url(../img/sprite-icons.svg) no-repeat scroll -269px center;
  background-size: auto 25px;
}

footer {
  margin-top: 25px;
}

footer .inside {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  color: #ffffff;
  overflow: hidden;
  font-size: 14px;
}

@media screen and (max-width: 1050px) {
  footer .inside {
    margin-left: 20px;
    margin-right: 20px;
    max-width: calc(100% - 40px);
  }
}

footer .inside a {
  color: inherit;
}

footer .inside > * {
  display: block;
  float: left;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  font-weight: 600;
  font-size: 16px;
  color: #DDDDDD;
  letter-spacing: 0.6px;
  margin-bottom: 10px;
}

footer > .upper {
  background: #006191;
  letter-spacing: 0.8px;
}

footer > .upper > .inside {
  padding: 28px 0;
  display: flex;
}

footer > .upper > .inside > * {
  flex: auto;
}

footer > .upper .contact {
  width: 26%;
  padding: 0 16px;
  margin: 0 16px;
  border-left: 1px solid #9b9b9b;
}

footer > .upper .mod_form {
  width: 26%;
  padding: 0 16px;
  margin: 0 16px;
  border-left: 1px solid #9b9b9b;
  border-right: 1px solid #9b9b9b;
}

footer > .upper .mod_form .submit_container button[class="submit"] {
  background: #ffffff;
  color: #c61d37;
}

footer > .upper .support {
  width: 20%;
}

footer > .upper .support a {
  display: block;
  width: 125px;
  height: 125px;
  margin: 0 auto;
  border-radius: 50%;
  border: 3px solid #ffffff;
  background: #ffffff;
  color: #000000;
  text-align: center;
  padding: 20px 16px;
  font-size: 15px;
  margin-top: 56px;
}

footer > .upper .support a:after {
  display: inline-block;
  content: "";
  height: 18px;
  width: 18px;
  background: url(../img/sprite-icons.svg) no-repeat scroll 0px center;
  background-size: auto 17px;
  margin-top: 5px;
}

footer > .upper .support a:hover {
  background: #c61d37;
  color: #ffffff;
}

footer > .upper .support a:hover:after {
  background-position: -0px center;
}

footer > .upper a[href*="instagram.com"] {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
  color: transparent;
}

footer > .upper a[href*="instagram.com"]:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/sprite-icons.svg) no-repeat scroll -600px center;
  background-size: auto 30px;
}

footer > .lower {
  background: #c61d37;
  height: 40px;
  line-height: 40px;
  margin-top: 2px;
}

footer > .lower nav {
  float: right;
}

footer > .lower nav ul li {
  display: inline-block;
}

footer > .lower nav ul li a:hover, footer > .lower nav ul li span {
  text-decoration: underline;
}

footer > .lower nav ul li + li:before {
  content: "|";
  margin: 0 4px;
}

@media screen and (max-width: 925px) {
  footer > .upper > .inside {
    flex-wrap: wrap;
  }
  footer > .upper .contact, footer > .upper .mod_form, footer > .upper .support {
    width: 100%;
    float: none;
    flex: none;
    margin: 0;
    padding: 0;
  }
  footer > .upper .contact {
    border: 0;
    border-top: 1px solid #9b9b9b;
    margin: 20px 0;
    padding: 20px 0;
    margin-bottom: 0;
  }
  footer > .upper .mod_form {
    border: 0;
    border-top: 1px solid #9b9b9b;
    border-bottom: 1px solid #9b9b9b;
    margin: 20px 0;
    padding: 20px 0;
    margin-top: 0;
  }
  footer > .upper .support a {
    margin-top: 0;
  }
  footer > .lower {
    height: auto;
    text-align: center;
    line-height: 20px;
  }
  footer > .lower > .inside {
    padding-bottom: 20px;
  }
  footer > .lower > .inside > div, footer > .lower > .inside nav {
    display: block;
    float: none;
    margin-top: 20px;
  }
}

body.index .mod_breadcrumb {
  display: none;
}

/** Simple Lightbox **/
body.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  display: none;
  z-index: 1006;
}

.sl-wrapper {
  z-index: 1000;
}

.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 45px;
  padding: 0;
  cursor: pointer;
  color: #ffffff;
}

.sl-wrapper button:hover {
  opacity: 0.7;
}

.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 1015;
}

.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 1015;
  background: #ffffff;
  color: #47494d;
  border-radius: 20px 20px 20px 20px;
  height: 20px;
  line-height: 18px;
  padding: 0 15px;
}

.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}

.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -10px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  z-index: 1015;
  font-family: arial sans-serif;
}

.sl-wrapper .sl-navigation button.sl-next {
  right: 40px;
}

.sl-wrapper .sl-navigation button.sl-prev {
  left: 40px;
}

.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}

.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
}

.sl-wrapper .sl-image iframe {
  border: 0 none;
  background: #000;
}

.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: #000;
  opacity: 0.8;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}

.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
  z-index: 1005;
}

.sl-wrapper .sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
}

.sl-wrapper .sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

#emergency-overlay {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}

#emergency-overlay > div {
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  border: 10px solid #8a0f19;
  border-radius: 20px;
  width: 100%;
  max-width: 800px;
  max-height: 75vh;
  overflow: auto;
  padding: 30px;
  background: #ffffff;
  font-size: 1rem;
}

#emergency-overlay > div > span.close {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

#emergency-overlay > div > span.close > span {
  display: block;
  width: 100%;
  height: 3px;
  background: #8a0f19;
  position: absolute;
  top: calc(50% - 1px);
}

#emergency-overlay > div > span.close > span:nth-child(1) {
  transform: rotate(45deg);
}

#emergency-overlay > div > span.close > span:nth-child(2) {
  transform: rotate(-45deg);
}

#emergency-overlay > div h1, #emergency-overlay > div h2, #emergency-overlay > div h3, #emergency-overlay > div h4, #emergency-overlay > div h5, #emergency-overlay > div h6 {
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: 700;
  color: #47494d;
  padding-right: 40px;
}

#emergency-overlay > div .ce_text * + * {
  margin-top: 15px;
}

#emergency-overlay > div .ce_text ul li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1em;
}

#emergency-overlay > div .ce_text ul li + li {
  margin-top: 5px;
}
