html {
  overflow-x: hidden;
}

body {
  font-family: Arial, sans-serif;
  font-size: 16px;
  display: flex;
  min-height: 100vh;
  width: 100%;
  background: url(/assets/images/nav/bg-start.jpg) top center no-repeat, url(/assets/images/logo/wappen.gif) no-repeat center 580px transparent;
  flex-direction: column;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

h1 {
  font-family: "Patua One", Arial, sans-serif;
}

h2 {
  font-family: "Patua One", Arial, sans-serif;
  font-size: 22px;
}

.main_content_wrapper {
  width: 100%;
  height: 100%;
  padding-top: 130px;
  display: flex;
  flex-grow: 1;
  justify-content: center;
}

@media screen and (prefers-color-scheme: dark) {
  body {
    background: url(/assets/images/nav/bg-start.jpg) top center no-repeat, url(/assets/images/logo/wappen_dark.gif) no-repeat center 580px transparent;
  }
}
.img-logo {
  height: 44px;
  width: 44px;
  vertical-align: sub;
}

img {
  max-width: 100%;
}

ul {
  list-style-type: disc;
}

/* Hide bullets */
.ul_no_bullet {
  list-style-type: none;
}

/* https://www.w3schools.com/howto/howto_css_image_grid_responsive.asp */
.row {
  display: flex;
}

/* Create four equal columns that sits next to each other */
.preview-column {
  flex: 1 1 32%;
  padding: 4px;
}

.preview-column a {
  display: block;
  margin-top: 8px;
  height: calc(33.33% - 8px);
  width: 100%;
  aspect-ratio: 1/1;
}

.preview-column img {
  vertical-align: middle;
  width: 100%;
}

.main_content_h1 {
  display: flex;
  align-items: center;
  /*width: 100%;*/
  padding-left: 5%;
  padding-right: 5%;
  flex-direction: column;
}

notice {
  display: flex;
  flex-direction: column;
  border-width: 1px;
  border-style: solid;
}

.main_content_body_wrapper {
  padding: 30px;
  max-width: 930px;
  border-bottom-left-radius: 0%;
  border-bottom-right-radius: 0%;
  border-width: 1px;
  border-style: solid;
  min-width: 930px;
}

.main_content_body_bot_container {
  display: flex;
  padding-top: 5%;
}

eventpreview, gallerypreview {
  display: flex;
  flex-direction: column;
  border-width: 1px;
  border-style: solid;
  width: 100%;
}

.event_home {
  margin: 8px 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.event_date_home {
  padding: 12px;
  min-width: 60px;
  text-align: right;
}

.event_description_home {
  padding-left: 20px;
}

.body_bot_container_h2_wrapper {
  width: 100%;
  padding-left: 20px;
}

gallerypreview {
  display: flex;
  flex-direction: column;
}

.bot_action_btn {
  display: block;
  font-family: "Patua One", Arial, sans-serif;
  text-align: center;
  padding: 10px 20px;
  margin: 10px 20px 20px;
  font-weight: bold;
  max-width: 400px;
}

.bot_action_btn:hover {
  background-color: #0E3872;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 930px) {
  body {
    width: auto;
    margin-left: 8px;
    margin-right: 8px;
  }
  .main_content_body_wrapper {
    min-width: auto;
    padding: 16px;
  }
  .fotorama__wrap--rtl .fotorama__caption {
    font-size: 14px;
  }
  .main_content_wrapper {
    background: none;
    flex-direction: column;
    padding-top: 60px;
  }
  .main_content_body_bot_container {
    flex-direction: column;
  }
  .bot_action_btn {
    font-size: 12px;
  }
  eventpreview, gallerypreview {
    width: auto;
  }
}
@media screen and (max-width: 600px) {
  .fotorama__wrap--rtl .fotorama__caption {
    font-size: 12px;
  }
  .main_content_body_wrapper {
    min-width: auto;
    padding: 6px;
  }
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 400px) {
  .preview-column {
    max-width: 100%;
  }
  .bot_action_btn {
    font-size: 12px;
  }
  .fotorama__wrap--rtl .fotorama__caption {
    font-size: 8px;
  }
  .main_content_body_wrapper {
    padding: 0;
  }
}
.main_content_body_top_container {
  display: flex;
  flex-direction: column;
}

.main_big_padding {
  padding: 0 12px;
}

.notice_class_wrapper {
  display: flex;
}

.h2_notice {
  margin-bottom: 0px;
  margin-top: 10px;
}

.h3_notice {
  margin-bottom: 0px;
  margin-top: 0px;
}

.separator_class {
  display: flex;
  flex-direction: row;
}

@media screen and (max-width: 930px) {
  .separator_class {
    flex-direction: column-reverse;
  }
  .seperator_1 {
    padding-left: 0%;
    border: none;
  }
  .main_headline {
    padding-left: 10%;
  }
}
.notice_no_events {
  padding-left: 5%;
}

figure figcaption {
  font-size: 14px;
  text-align: center;
}

figure img {
  margin-left: 50%;
  transform: translateX(-50%);
}

figure_rhr img {
  height: 37px;
}

#gallerypreview_id {
  padding: 0 15px 15px;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}

/* theming */
a {
  color: #0B418B;
  text-decoration: none;
}

a:hover {
  color: #555;
}

a:visited {
  color: #551A8B;
}

.a_nav_back {
  color: #0B418B;
  padding-bottom: 15px;
}

.bot_action_btn {
  background-color: #0B418B;
  color: white !important;
}

.event_description_home {
  color: black !important;
}

.event_date_home {
  background-color: #0B418B;
  color: white !important;
}

.main_content_body_wrapper {
  background-color: white;
  border-color: #CCC;
}

notice {
  background-color: #e3d52e;
  border-color: #CCC;
}

eventpreview, gallerypreview {
  background-color: #EFEFEF;
  border-color: #CCC;
}

.preview-column a {
  background-color: white;
}

#fotorama_galerie {
  background-color: white;
}

@media (prefers-color-scheme: dark) {
  body, .main_content_body_wrapper {
    background-color: #1d1d1d;
    color: white;
  }
  .fotorama, .preview-column a {
    background-color: #1d1d1d !important;
  }
  eventpreview, gallerypreview {
    background-color: #272727;
    color: white;
  }
  #fotorama_galerie {
    background-color: #1d1d1d;
  }
  .event_description_home {
    color: white !important;
  }
  .main_content_body_wrapper, eventpreview, gallerypreview {
    border-color: #787878;
  }
  a {
    color: #b3c9fd;
  }
  a:hover {
    color: #b5b5a7;
  }
  a:visited {
    color: #f8bbfe;
  }
  .a_nav_back {
    color: #b3c9fd;
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
/* little hack to enhance contrast by boosting images */
@media (prefers-color-scheme: dark) {
  img {
    filter: brightness(1.05) contrast(1.1);
  }
}
body {
  overflow-x: hidden;
}

/* MAIN NAVIGATION */
.nav_item_right {
  border-right: none !important;
}

.wrapper_nav_item li {
  /*padding-top:5px;*/
  line-height: 20px;
  /*border-bottom: #515151 1px solid;*/
}

/* NAVIGATION BAR
-------------------------------------------------- */
.main_nav_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrapper_nav_item {
  font-family: "Patua One", Arial, sans-serif;
  display: flex;
  flex-direction: row;
  justify-content: right;
  align-content: center;
  width: 100%;
  max-width: 865px;
  position: relative;
  flex-wrap: wrap;
  flex: 75%;
}

.nav_item {
  padding: 0;
  cursor: pointer;
  display: flex;
}

/* Top Nav  */
.main_nav {
  display: flex;
  flex-direction: row;
  top: 0;
  position: absolute;
  width: 100%;
  max-width: 990px;
  padding: 0;
}

.wrapper_nav_item a {
  padding: 16px 20px;
  display: flex;
}

.wrapper_brand_image {
  width: 200px;
  filter: none;
}

.wrapper_brand_image a {
  padding: 0;
  display: flex;
}

.mobile_nav_inner_wrapper {
  font-family: "Patua One", Arial, sans-serif;
  position: fixed;
  display: flex;
  font-size: 15px;
  right: -15px;
}

.mobile_nav_inner_wrapper_normal {
  position: fixed;
  display: flex;
  font-size: 15px;
  right: -215px;
}

.mobile-nav-wrapper {
  display: none;
}

.mobile-icon-link i {
  vertical-align: sub;
}

.mobile-icon-link {
  font-size: 19.2px;
  padding: 12px 14px 12px 14px;
  height: 52%;
  color: white !important;
}

.mobile-icon-link:hover {
  background-color: #0E3872;
}

.mobile-icon-link-active {
  background-color: #0E3872;
}

@media screen and (max-width: 930px) {
  .wrapper_brand_image {
    width: 120px;
    padding-top: 5px;
  }
  .main_nav {
    overflow: hidden;
    position: absolute;
    z-index: 100;
    left: 0;
    padding: 0 8px;
    width: calc(100% - 16px);
  }
  .wrapper_nav_item {
    display: none;
  }
  .mobile-nav-wrapper {
    display: flex;
    flex: 1 1;
    align-items: center;
    justify-content: flex-end;
    background-color: #0B418B;
    margin-top: 5px;
  }
}
@media screen and (max-width: 600px) {
  .brand_image {
    width: 100%;
  }
  .main_nav {
    position: absolute;
    min-width: 350px;
  }
  .mobile_nav_wrapper {
    display: flex;
  }
  body {
    min-width: 350px;
  }
}
/* theming */
#nav_item_active {
  background-color: #0E3872;
}

.wrapper_nav_item {
  background-color: #0B418B;
  color: white;
}

.wrapper_nav_item a {
  color: white;
}

.wrapper_nav_item li a {
  color: black !important;
}

.wrapper_nav_item li a:hover, .wrapper_nav_item li a:focus {
  color: white;
}

.wrapper_nav_item li.active a {
  color: white;
}

.wrapper_nav_item ul {
  list-style-type: none;
  border-right: white 1px solid;
  background-color: #0B418B;
}

.wrapper_nav_item .active a {
  color: white !important;
  border-bottom: 2px solid white !important;
}

.wrapper_nav_item .dropdown-menu li a {
  color: #515151 !important;
  text-shadow: none !important;
}

.nav_item {
  background-color: #0B418B;
  float: left;
}

.nav_item:hover {
  background-color: #0E3872;
}

.brand_image {
  cursor: pointer;
  background-color: #0B418B;
}

.footer_nav_subnav_wrapper {
  width: 115%;
  display: flex;
  flex-direction: column;
  padding-top: 10%;
  list-style-type: none;
}

.footer_nav_main_wrapper a {
  padding: 0;
}

.footer_nav_subnav_wrapper li {
  padding: 1%;
}

.footer {
  display: flex;
  justify-content: center;
}

.footer_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 930px;
  padding: 0px 30px 0px 30px;
}

.footer_top {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  padding-bottom: 3%;
  padding-top: 3%;
}

.footer_bottom {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}

.footer_nav_main_wrapper {
  white-space: nowrap;
}

@media screen and (max-width: 930px) {
  .footer {
    padding: 0px;
  }
  .footer_top {
    font-size: 12px;
    flex-direction: row;
    flex: 1;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer_nav_main_wrapper {
    padding: 3%;
  }
}
@media screen and (max-width: 600px) {
  .footer_top {
    font-size: 12px;
  }
}
/* theming */
.footer_main_link, .footer_main_link:visited, .footer_nav_subnav_wrapper a:hover, .footer_nav_subnav_wrapper li:hover {
  color: white;
}

.footer_nav_subnav_wrapper a {
  color: #959696;
  padding: 0;
}

.footer_content {
  background-color: #222;
  color: #959696;
}

@media (prefers-color-scheme: dark) {
  .footer_nav_subnav_wrapper a, .footer_content {
    color: #727171;
  }
}
.separator_2_ul_no_spacing {
  height: 5%;
}

#semesterprogramm_next {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  flex-direction: column;
  margin-bottom: 20px;
}

.semesterprogramm_event_wrapper {
  padding: 0 20px;
  margin: 4px 0;
}

.event_date {
  padding: 0;
}

.semesterprogramm_event_Wrapper {
  cursor: pointer;
}

.separator_1 {
  padding-right: 5%;
  padding-left: 0;
  border-right-style: solid;
  border-right-width: 1px;
}

.separator_2 {
  padding-left: 5%;
  width: 100%;
}

@media screen and (max-width: 930px) {
  .separator_1 {
    padding-right: 0%;
    padding-left: 0%;
    border-right: none;
  }
  .separator_2 {
    padding-left: 0%;
    width: 100%;
  }
  .separator_1 ul {
    padding-left: 0px;
  }
  .separator_2 ul {
    padding-left: 0px;
  }
  h2 {
    padding-left: 0%;
  }
}
@media screen and (max-width: 600px) {
  .separator_1 {
    padding-right: 0;
    border-right: none;
  }
  .separator_2 {
    padding-left: 0%;
    width: 100%;
  }
}
.separator_1 ul {
  list-style-type: none;
}

.separator_2 ul {
  list-style-type: none;
}

.semesterprogramm_event_wrapper ul {
  padding-left: 0;
}

.month_long {
  font-weight: bold;
  padding-bottom: 4px;
}

.event_title {
  display: block;
  max-width: calc(100% - 80px);
}

.date_container {
  width: 65px;
  margin-right: 5px;
  display: flex;
  text-align: right;
  justify-content: flex-end;
}

.day_container {
  width: 20px;
}

.event_container {
  display: flex;
}

/* theming */
.separator_1 {
  border-right-color: black;
}

.semesterprogramm_event_wrapper {
  background-color: #0B418B;
  color: white !important;
}

.semesterprogramm_event_wrapper:hover {
  background-color: #0E3872;
}

@media (prefers-color-scheme: dark) {
  .separator_1 {
    border-right-color: white;
  }
}
/* Leaflet  */
#map {
  height: 580px;
  /*max-width: 700px;*/
}

.fotorama {
  width: 100%;
}

.fotorama-preview {
  /* very hacky only works if image size does not change */
  /* solves the jumping around during page load */
  aspect-ratio: 930/523;
}

.fotorama__caption__wrap__0__wrapper {
  padding-top: 5%;
}

.fotorama__caption {
  padding-left: 10%;
}

.fotorama__arr {
  opacity: 1 !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

.fotorama__arr--disabled {
  opacity: 0.1 !important;
}

.fotorama__wrap--rtl .fotorama__caption {
  left: 5%;
  right: 60%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.fotorama__caption {
  position: absolute;
  z-index: 12;
  bottom: 5%;
  right: 30%;
  font-family: "Patua One", Arial, sans-serif;
  font-size: 18px;
  text-align: left;
}

.fotorama__caption__wrap__0 {
  text-align: left;
  text-decoration: none;
  padding: 5px 10px;
}

.fotorama_captionwrap_0 {
  text-align: left;
}

@media screen and (max-width: 930px) {
  .fotorama__caption {
    font-size: 12px;
  }
  .fotorama__caption__wrap__0 {
    font-size: 12px;
  }
}
/* theming */
.fotorama {
  background-color: #EFEFEF;
}

.fotorama__caption a {
  color: #0B418B;
  border-bottom: none;
}

.fotorama__caption a:visited {
  color: #551A8B;
}

.fotorama__arr:hover {
  background-color: #0B418B;
}

.fotorama__arr--prev {
  background-color: grey;
  border-radius: 50%;
}

.fotorama__arr--next {
  background-color: grey;
  border-radius: 50%;
}

.fotorama__caption__wrap__0 {
  background-color: white;
}

@media (prefers-color-scheme: dark) {
  .fotorama__caption__wrap__0 {
    color: white;
    background-color: #272727;
  }
  .fotorama__caption a {
    color: #b3c9fd;
  }
  .fotorama__caption a:hover {
    color: #b5b5a7;
  }
  .fotorama__caption a:visited {
    color: #f8bbfe;
  }
}
.eventgalerie_main_wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
}

.figcaption_gallery_index {
  padding-top: 5px;
  font-size: inherit;
}

.eventgalerie_subnav_wrapper {
  display: flex;
  justify-content: center;
}

.gallery_back_wrapper {
  display: none;
  justify-content: left;
  padding-bottom: 1%;
}

#gallery_back_btn_id {
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.fotorama_galerie_class {
  width: 100%;
}

.row_sub {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  justify-items: start;
  gap: 10px;
  flex-grow: 1;
}

.column_sub {
  width: 100%;
  aspect-ratio: 1/1;
  cursor: pointer;
}

.column_sub a {
  display: block;
  line-height: 0;
}

.column_sub img {
  width: 100%;
}

.hide_array {
  display: none;
}

.eventgalerie_main_wrapper .row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  justify-items: start;
  gap: 10px;
  flex-grow: 1;
}

.eventgalerie_main_wrapper .column {
  cursor: pointer;
  width: 100%;
}

.eventgalerie_main_wrapper img {
  width: 100%;
  aspect-ratio: 1/1;
}

/* theming */
#gallery_back_btn_id {
  background-color: #0B418B;
  color: white;
}

.row a {
  color: black;
}

@media (prefers-color-scheme: dark) {
  .row a {
    color: white;
  }
}
.separator_3 a {
  padding: 10%;
}

.separator_3 {
  padding-right: 4%;
  flex-basis: 25%;
}

.separator_4 {
  flex-basis: 80%;
  padding-left: 10%;
  padding-right: 10%;
  text-align: justify;
  text-justify: inter-word;
}

nav {
  display: flex;
  flex-direction: column;
}

.subnav_item {
  font-family: "Patua One", Arial, sans-serif;
  padding: 10%;
  cursor: pointer;
  width: 85%;
  font-weight: bold;
}

.subnav_topic {
  font-size: 120%;
}

.subnav_link {
  font-family: "Patua One", Arial, sans-serif;
  font-weight: bold;
  width: 85%;
  padding: 10%;
}

figure_rhr {
  float: left;
  padding-right: 10px;
}

@media screen and (max-width: 930px) {
  .separator_3 {
    padding: 0%;
    border: none !important;
  }
  .separator_4 {
    padding-left: 0;
    padding-right: 0;
  }
  .main_headline {
    padding-left: 0;
  }
}
/* theming */
.separator_3 {
  border-right: 1px solid black;
}

.subnav_item {
  background-color: #EFEFEF;
  color: #515151;
}

.subnav_link {
  color: #0B418B;
}

.subnav_link:hover {
  background-color: #0B418B;
  color: white;
}

@media (prefers-color-scheme: dark) {
  .separator_3 {
    border-right-color: white;
  }
  .subnav_item {
    color: #b3c9fd;
    background-color: #272727;
  }
  .subnav_link {
    color: #b3c9fd;
  }
  .subnav_link:hover {
    color: white;
    background-color: #0B418B;
  }
}

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