@font-face{font-family:"TheSans";src:url("../_Fonts/TheSans_LT_500_.eot");src:url("../_Fonts/TheSans_LT_500_.eot?#iefix") format("embedded-opentype"),url("../_Fonts/TheSans_LT_500_.woff") format("woff"),url("../_Fonts/TheSans_LT_500_.svg#TheSans_LT_500_") format("svg");font-weight:400;font-style:normal}
@font-face{font-family:"TheSans";src:url("../_Fonts/TheSans_LT_700_.eot");src:url("../_Fonts/TheSans_LT_700_.eot?#iefix") format("embedded-opentype"),url("../_Fonts/TheSans_LT_700_.woff") format("woff"),url("../_Fonts/TheSans_LT_700_.svg#TheSans_LT_700_") format("svg");font-weight:700;font-style:normal}

:root {
  --dunkelblau100: #073070;
  --hellblau100: #408FE5;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  font-family: TheSans, sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #333;
  -webkit-font-smoothing: antialiased;
}

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

.align-center {
  text-align: center;
}

.align-left {
  text-align: left !important;
}

.position-relative {
  position: relative;
}

.leftauto {
  right: 0 !important;
  left: auto !important;
}

a,
.btn {
  transition: all 0.125s ease-in-out 0s;
}

/* Reset box-shadow */
.btn,
.navbar-custom .dropdown-menu {
  box-shadow: none;
}

/* Sections */
.navbar-custom + main {
  margin-top: 50px;
}

main {
  position: relative;
  background-color: #fff;
  z-index: 1;
}

hr {
  border-top: 1px solid #eaeaea;
  margin: 0;
}

.half-image {
  position: absolute;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.half-image-text {
  background: #fff;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 50px;
}

.bg-dunkel {
  color: #fff;
  background: var(--dunkelblau100);
}

.bg-verlauf:before {
 content: "";
 width: 100%;
 height: 100%;
 position: absolute;
 z-index: -1;
 top: 0;
 left: 0;
 /* background: -webkit-radial-gradient(top center, cover, rgba(0,0,0,.7) 0%,rgba(0,0,0,.7) 100%); */
 background: linear-gradient(180deg, rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.4) 35%, rgba(0,0,0,0.5) 80%);
}

.m-0 {
  margin: 0 !important;
}
.p-0 {
  padding: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.my-150 {
  margin-top: 150px !important;
}

.scroll-up {
  position: fixed;
  display: none;
  bottom: 20px;
  right: 25px;
  z-index: 999;
  padding: 10px;
  a {
    background: rgba(7, 48, 112, .5);
    display: block;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    color: #fff;
    padding-top: 8px;
  }
  a:hover, a:active {
    opacity: 1;
    color: #fff;
    background: rgba(7, 48, 112, .9);
  }
}

a {
  color: var(--dunkelblau100);
  text-decoration: dotted;
}

a:hover, a:focus {
  text-decoration: dotted;
  color: var(--hellblau100);
  outline: 0;
}

a:focus-visible {
  border: 3px dashed var(--hellblau100);
}

.hg-dunkel a {
  color: #fff;
}

.hg-dunkel a:hover, .hg-dunkel a:focus {
  color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

p {
  margin: 0 0 20px;
}

.kopf-caption {
  position: relative;
  display: table;
  height: calc(100% - 100px);
  margin: 0 auto;
}

.caption-content {
  display: table-cell;
  vertical-align: middle;
}


/*--------------------------------------------------------------
  Navbar
--------------------------------------------------------------*/
.navbar-custom {
  background-color: rgb(7, 48, 112);
  border: 0;
  border-radius: 0;
  z-index: 1000;
  font-family: TheSans, sans-serif;
  font-size: 25px;
  transition: background, padding 0.4s ease-in-out 0s;
}

.navbar a {
  transition: color 0.125s ease-in-out 0s;
}

.navbar-custom .navbar-brand {
  min-height:50px;
}

.navbar-custom .nav li > a {
  position: relative;
  color: #fff;
}

.navbar-custom .nav > li > a:focus,
.navbar-custom .nav > li > a:hover,
.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:focus,
.navbar-custom .nav .open > a:hover {
  background: none;
  color: #fff;
}

.navbar-custom .navbar-toggle .icon-bar {
  background: #fff;
}

.kopf-section {
  position: relative;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  z-index: 0;
  background-size: cover;
}

.page-header:before {
  background: transparent;
}
.page-header {
    padding-bottom: 9px;
    margin: 0 0 20px;
    border-bottom: 1px solid #eee;
}

.footer {
  padding: 40px 0;
  a {
    color: #fff;
    text-decoration: none;
  }
}
footer {
  a.active {
    padding-bottom: 5px;
    border-bottom: 2px solid #fff;
  }
  a:hover {
    padding-bottom: 5px;
    border-bottom: 2px solid #fff;
  }
}

.count-item {
  text-align: center;
}
.count-icon {
  line-height: 1.2;
  font-size: 42px;
}

/*--------------------------------------------------------------
  Responsive Styles - Media Queries
--------------------------------------------------------------*/
@media (min-width: 768px) {
  .navbar-transparent {
    background: transparent;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .navbar-custom .dropdown-menu {
    position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
  }
  .navbar-custom .open > .dropdown-menu {
    visibility: visible;
    opacity: 1;
  }
  .navbar-custom .dropdown-menu .dropdown-toggle:after {
    position: absolute;
    display: block;
    right: 9px;
    top: 50%;
    margin-top: -6px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 9px;
    content: "\f105";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .navbar-right .dropdown-menu {
    right: auto;
    left: 0;
  }
  /* Comments */
  .comment .comment {
    margin-left: 75px;
  }
}

@media (max-width: 991px) {
  .half-image {
    position: relative;
    height: 300px;
  }
}

@media (max-width: 767px) {
  .navbar-custom .navbar-nav {
    margin-top: 1px;
    margin-bottom: 0;
  }
  .navbar-custom li > a:hover {
    background: rgba(255, 255, 255, 0.1) !important;
  }
  .half-image-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*-----------------------------------------
CUSTOM
-----------------------------------------*/

::-webkit-scrollbar {
  display: none;
}
.row.d-flex.d-flex-wrap::after, .row.d-flex.d-flex-wrap::before, .row.stretch::after, .row.stretch::before {
 width: 0;
}
h1 {
  &.jub-jahr {
    font-size: 50px;
    font-weight: 700;
    margin: 50px 0 30px;
  }
  &.titel {
    font-size: 100px;
    font-weight: 700;
  }
  .titel-img {
    height: 200px;
    width: 50%;
  }
  &.timeline {
    font-size: 100px;
    font-weight: 700;
    color: #fff;
  }
  &.titel span {
    font-weight: 500;
    font-size: 50px;
  }
  &.artikel {
    margin-top: 50px;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 25px;
    span {
      font-size: 16px;
      color: var(--hellblau100);
      display: block;
      margin-bottom: 15px;
      line-height: 1.25;
      font-weight: 700;
    }
  }
}
h2.artikel {
  font-size: 24px;
  font-weight: 700;
  margin-top: 30px;
}
h2.modul-title {
  font-size: 46px;
  margin: 0 0 25px 0;
  font-weight: 700;
}

h3 {
  &.section-titel-event, &.section-titel-count {
    font-size: 40px;
    font-weight: 700;
    margin: 60px 0 30px;
    text-align: center;
  }
  &.event-title {
    font-size: 16px;
    color: var(--hellblau100);
    margin-top: 0;
  }
  &.event-title span {
    font-size: 20px;
    font-weight: 700;
    color: #333;
  }
  &.count-to {
    font-size: 60px;
    font-weight: 700;
    color: var(--hellblau100);
  }
}
h5.count-title {
  font-size: 20px;
}
.alink {
  a:link, a:visited {
    color: #fff;
    text-decoration: dotted;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 1px dotted #fff;
  }
  a:hover, a:focus, a:active {
    border-bottom: 1px solid #fff;
  }
}
.subtitle {
  font-size: 4rem;
  line-height: 1.15;
  margin: 3.5rem 0;
}
.untertitel {
  font-size: 50px;
  margin: 3.5rem 0;
  font-weight: 700;
}
.logo {
  height: 50px;
}
a svg {
  display: inline-block;
  content: "";
  vertical-align: -.125em;
}
.zurueck a svg {
  vertical-align: -.25em;
}

.navbar-toggle {
  margin-top: 20px;
}
.navbar li.active, .navbar li.current{
  border-bottom: 4px solid #fff;
}
.navbar-custom .nav li > a {
  position: relative;
  color: #fff;
  padding-top: 30px;
}
.navbar {
  margin-bottom: 0;
}
.nav>li>a:focus, .nav>li>a:hover {
  background-color: transparent;
}
.nav>li {
  border-bottom: 4px solid transparent;
}
.nav>li:focus, .nav>li:hover {
  border-bottom: 4px solid #fff;
}
.row.d-flex.d-flex-wrap, .row.stretch {
  display: flex;
  flex-wrap: wrap;
}
.teaser-box {
  background-color: #fff;
  box-shadow: 1px 1px 6px rgba(127, 127, 127, .3);
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 20px;
  height: calc(100% -((20px - 18px)* 2));
  overflow: hidden;
  &:focus, &:hover {
    box-shadow: 1px 1px 12px rgba(127, 127, 127, .6);
  }
}
.teaser-tile {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.teaser-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  min-height: 230px;
  max-height: 250px;
  img {
    min-width: 100%;
    min-height: 230px;
    max-height: 230px;
    object-fit: cover;
  }
}
.teaser-box .teaser-text {
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 12px;
}
a.teaser-link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  left: 0;
}
.teaser-box:has(a.teaser-link):focus, .teaser-box:has(a.teaser-link):hover {
  box-shadow: 1px 1px 12px rgba(127, 127, 127, .6);
}
.teaser-image figcaption.note {
  padding-left: 7px !important;
  padding-right: 7px !important;
}
.note {
  color: #444;
}
figure {
 position: relative;
 margin: 0;
}
figcaption {
  display: block;
}
.note, figcaption.note, p.note {
  margin-top: 8px;
  margin-bottom: 10px;
}
.note, figcaption {
  font-size: 11px;
  margin-top: 8px;
}
.copyright:before {
  content: '\00A9';
  margin-right: 2px;
}

.article-section, .event-section {
  margin-top: 150px;
  height: auto;
  min-height: calc(100vH - 250px);
}
.article-section, .event-section, .section-event {
  a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    color: #333;
  }
}
.article-info {
  color: #999;
  padding-bottom: 30px;
  font-size: 16px;
}
.lead {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  padding: 0 0 12px;
  margin-bottom: 20px;
}

.navbar-sub .navbar-toggle button {
  font-size: calc(1.325rem + .9vw) !important;
}
.navbar-sub .navbar-toggle svg {
  color: #fff;
  font-size: calc(1.325rem + .9vw) !important;
}
.timeline:before {
  content: '';
  position: fixed;
  top: 0;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 5px;
  background-color: #fff;
  z-index: -1;
}
.jahr {
  width: calc(50%);
  height: 100%;
  float: left;
  padding: 20px;
  clear: both;
  text-align: right;
}
.jahr a {
  color: #fff;
  text-decoration: none;
  -webkit-decoration: none;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px dotted #fff;
}
.jahr a:hover, .jahr a:focus, .jahr a:active {
  border-bottom: 3px solid #fff;
}
.modul a {
  color: #333;
  text-decoration: dotted;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px dotted #333;
}
.modul a:hover, .modul a:focus, .modul a:active {
  color: var(--hellblau100);
  border-bottom: 1px solid var(--hellblau100);
}
.jahr .title {
  padding: 20px;
  position: relative;
  color: #fff;
}
.jahr .body {
  padding: 0 0 20px 20px;
  position: relative;
  color: #fff;
  height: 10em;
}
.jahr .title:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  border: 5px solid #ffffff;
  background-color: #fff;
  border-radius: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -44px;
  z-index: -2;
}
.jahr .body p {
  color: #fff;
  font-weight: 500;
  line-height: 1.4em;
  padding-right: 70px;
}
.left .body p {
  padding-left: 50px;
  font-weight: 500;
  margin-top: 20px;
}
.left {
  text-align: left;
  float: right;
}
.left .title:before,
.left .body:before {
  left: -46px;
}
.title h2,
.left .title h2 {
  font-size: 100px;
  font-weight: 700;
  margin-bottom: 0;
}
.left .title h2 {
  padding-left: 50px;
}
.title h2 {
  padding-right: 50px;
}
.body h3 {
  padding-right: 70px;
  font-size: 3rem;
  margin-bottom: 2rem;
  font-weight: 700;
}
.left .body h3 {
  padding-left: 50px;
}
#einleitung {
  background-color: var(--hellblau100);
  color: #fff;
  h3 {
    padding-right: 70px;
    font-size: 3rem;
    margin-bottom: 2rem;
    font-weight: 700;
  }
}
#neunzehn00,
#neunzehn10,
#neunzehn20,
#neunzehn30,
#neunzehn40,
#neunzehn50,
#neunzehn60,
#neunzehn70,
#neunzehn80,
#neunzehn90,
#zwanzig00,
#zwanzig01 {
  min-height: 50vh;
  width: 100%;
  scroll-margin: 60px 0;
}
p.inside {
  position: absolute;
  bottom: 0;
  width: auto;
  background: 0 0;
  padding: 20px 30px;
  display: block;
  color: #fff;
  left: 0;
  right: auto;
}
p.insideleft {
  position: absolute;
  bottom: 0;
  width: auto;
  background: 0 0;
  padding: 20px 30px;
  display: block;
  color: #fff;
  left: auto;
  right: 0;
}
p.archivinfo {
  position: absolute;
  top: 0;
  width: auto;
  background-color: rgba(7, 48, 112, .75);
  padding: 8px 16px;
  display: block;
  color: #fff;
  right: 0;
  left: auto;
  border-radius: 5px;
  font-size: 16px;
}
p.jahresinfo {
  position: absolute;
  top: 0;
  width: auto;
  background-color: rgba(7, 48, 112, .75);
  padding: 4px 8px;
  display: block;
  color: #fff;
  right: 0;
  left: auto;
  border-radius: 5px;
  font-size: 14px;
}

.zwanzig01-img {
  background: #408FE5;
  /* background-image: linear-gradient(270deg, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, .5) 45%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), url('/site/templates/_assets/_Images/fotocollage.jpg'); */
}

.neunzehn00-img,
.neunzehn10-img,
.neunzehn20-img,
.neunzehn30-img,
.neunzehn40-img,
.neunzehn50-img,
.neunzehn60-img,
.neunzehn70-img,
.neunzehn80-img,
.neunzehn90-img,
.zwanzig00-img,
.zwanzig01-img {
  width: 100%;
  height: 50vH;
  background-attachment: fixed;
  z-index: -2;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.navbar-sub {
  background: var(--dunkelblau100);
  z-index: 2;
  a {
    color: #fff;
    border-bottom: 3px solid transparent;
  }
}

.modul,
.modul-small,
.section-event,
.section-count {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.modul,
.modul-small {
  padding: 5rem 0;
}
#schriftzug,
.section-event {
  padding: 8rem 0;
}
.count {
  min-height: 200px;
}
.section-count {
  padding: 8rem 0 16rem;
}
.fa-chevron-right {
  padding-right: 5px;
}
.fa-chevron-up {
  padding: 15px;
}
.footer {
    p {
      margin: 0 !important;
    }
  .footer-links {
    text-align: right;
    a:nth-child(1){
      margin: 0 15px 0 0;
    }
    a:nth-last-child(1){
      margin: 0 0 0 15px;
    }
  }
}

.scroll-down-arrow {
  position: absolute;
  z-index: 2;
  cursor:pointer;
  height: 120px;
  width: 80px;
  margin: 0 0 -80px;
  left: 47%;
  bottom: 10px;
  color: #fff;
  font-size: 70px;
  -webkit-animation: fade_move_down 2s ease-in-out infinite;
  -moz-animation:    fade_move_down 2s ease-in-out infinite;
  animation:         fade_move_down 2s ease-in-out infinite;
}
/*animated scroll arrow animation*/
@-webkit-keyframes fade_move_down {
  0%   { -webkit-transform:translate(0,-30px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -webkit-transform:translate(0,30px); opacity: 0; }
 }
 @-moz-keyframes fade_move_down {
  0%   { -moz-transform:translate(0,-30px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -moz-transform:translate(0,30px); opacity: 0; }
 }
 @keyframes fade_move_down {
  0%   { transform:translate(0,-30px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { transform:translate(0,30px); opacity: 0; }
}

#zeitreise {
  .kopf-section {
    position: relative;
    height: calc(100vh - 168px) !important;
    z-index: 2;
  }
  .navbar-transparent {
    background: var(--dunkelblau100);
  }
  @media all and (max-width: 1249px) {
    .kopf-section {
      height: calc(100vh - 163px) !important;
    }
  }
  @media all and (max-width: 767px) {
    .kopf-section {
      height: calc(100vh - 133px) !important;
    }
  }
}

.paginierung {
  ul {
    padding: 0;
  }
  .nav>li>a {
      padding: 10px 10px;
  }
  ul li {
    display: inline;
    margin-right: 15px;
    a.active {
      border-bottom: 1px solid;
      color: var(--hellblau100);
      font-weight: 700;
      a {
        color: var(--hellblau100);
      }
    }
    a:hover {
      border-bottom: 1px solid;
    }
  }
  line-height: 4.5rem;
  margin-bottom: 30px;
}

nav.opaque.navbar-transparent {
  background: var(--dunkelblau100);
}

/* ======= Style für Galerie ANFANG ======== */

#galerie {
  padding: 0 0 150px;
  img {
    width: 100%;
    object-fit: cover;
    vertical-align: middle;
  }
}
.galerie-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}
.galerie-row {
  display: flex;
  flex-wrap: wrap;
}
.filter-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.galerie-wrapper {
  display: flex;
  gap: 15px;
  flex-direction: column;
  margin-top: 15px;
}
.galerie-wrapper .galerie-col {
  display: flex;
  gap: 15px;
  flex-direction: column;
}
.galerie-item img {
  border-radius: 5px;
}
.galerie-item {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.galerie-item.hide {
  display: none;
}
.galerie-item.show {
  animation: fadeIn 1.5s ease;
}
.galerie-item .hovertext {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  background-color: rgba(7, 48, 112, .75);
  color: white;
  padding: 10px;
  transition: bottom 0.3s ease;
  text-align: center;
}
.galerie-item:hover .hovertext {
  bottom: 0;
  font-size: 16px;
  font-weight: 700;
}
div.hovertext {
  font-size: 16px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ======= Style für Galerie ENDE ======== */

/* ======= Style für Jubiläumsjahr ANFANG ======== */


h1.event, h2.event, h3.event, h4.event {
  font-weight: 700;
  margin: 0;
}
h1.event {
  font-size: 42px;
  line-height: 1.25;
  margin: 25px 0;
}
h2.event {
  line-height: 1.5;
  padding: 0 0 10px;
  font-size: 22px;
}
h2.event span, h3.event span  {
  margin-bottom: 5px;
  font-weight: 700;
}
h2.event span {
  color: var(--hellblau100);
  font-size: 16px;
}
h3.event, h4.event {
  line-height: 1.5;
}
h3.event span {
  color: var(--hellblau100);
  font-size: 14px;
}
h4.event {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
h4.event span {
  color: var(--hellblau100);
  font-size: 16px;
}

.archiv-img {
  filter:grayscale(100%);
}
.archiv-img:hover {
  filter: none;
}


@media all and (max-width: 1249px) {
  .jahr .title {
    padding: 20px 20px 0;
  }
  /* .left .boy h3  {
    padding-left: 20px;
  } */
  .navbar-sub {
    background: var(--dunkelblau100);
    z-index: 2;
    a {
      color: #333;
    }
    .navbar-header {
      float: none;
    }
    .navbar-toggle {
      display: block;
      margin-top: 0;
      margin-bottom: 0;
    }
    .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-collapse.collapse {
      display: none !important;
    }
    .navbar-collapse.collapse.in {
      display: block !important;
    }
    .collapsing {
      overflow: hidden !important;
    }
    .navbar-nav {
      float: none !important;
      margin: 0 -15px;
    }
    .navbar-nav>li {
      float: none;
      background-color: #fff;
      border-bottom: 1px solid #d1e3f6;
    }
    .navbar-nav>li.active {
      background-color: #d1e3f6;
    }
    .navbar-nav>li>a {
      padding-left: 25px;
    }
    .navbar-nav>li>a:hover {
      background-color: #d1e3f6;
    }
  }
  .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 991px) {
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
}

@media all and (max-width: 767px) {
  .navbar-custom .container {
    padding-right: 0;
    padding-left: 0;
  }
  .article-section, .event-section {
    margin-top: 80px;
  }
  .section-event {
    padding: 0;
  }
  .count {
    min-height: 150px;
  }
  .section-count {
    padding: 0 0 7rem;
  }
  h1.jub-jahr {
    font-size: 40px;
    margin: 40px 0 20px;
  }
  .title h2, .left .title h2 {
    font-size: 40px;
    padding-left: 20px;
    margin-top: 40px;
  }
  h1.titel-img {
    height: 100%;
    width: 80%;
  }
  h1.artikel {
    font-size: 30px;
  }
  h2.artikel {
    font-size: 25px;
  }
  .side-image-text {
    padding: 40px 15px 50px;
  }
  .jahr .body p {
    line-height: 1.4em;
    padding-left: 20px;
    font-size: 20px;
    padding-bottom: 20px;
  }
  .jahr a {
    font-size: 17px;
  }
  .body h3 {
    font-size: 2.25rem;
    padding-left: 20px;
    padding-bottom: 20px;
  }
  .jahr .title:before {
    left: -44px;
  }
  .jahr .title,
  .jahr .body {
    padding: 0;
    margin-bottom: 11px;
  }
  .left {
    text-align: right;
    float: left;
  }
  .left .body h3 {
    padding-left: 20px;
  }
  .jahr {
    width: 100%;
    float: left;
    padding: 10px 15px;
    text-align: left;
  }
  .timeline:before {
    position: static;
    left: 0;
    width: 0;
  }
  .subtitle {
    font-size: 2rem;
    line-height: 1.25;
    margin: 3.5rem 0;
  }
  .untertitel {
    font-size: 30px;
  }
  .nav>li {
    background-color: #fff;
    border-bottom: 1px solid #d1e3f6;
    font-size: 17px;
  }
  .navbar-custom .nav li>a {
    position: relative;
    color: #333;
    padding: 20px;
  }
  .navbar-nav>li {
    float: none;
    background-color: #fff;
    border-bottom: 1px solid #d1e3f6;
    font-size: 17px;
  }
  .navbar-nav>li.active, .navbar-nav>li.current {
    background-color: #d1e3f6;
    border-bottom: 1px solid #d1e3f6;
  }
  .navbar-nav>li>a:hover {
    background-color: #d1e3f6;
    border: none;
  }
  .nav>li:focus, .nav>li:hover {
    border-bottom: 1px solid #d1e3f6;
  }

  .container-fluid>.navbar-collapse,
  .container-fluid>.navbar-header,
  .container>.navbar-collapse,
  .container>.navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
  .section-event {
    padding: 7rem 0 0;
  }

  .footer .footer-links {
    text-align: left;
    padding-top: 20px;
    a {
      margin-right: 20px;
    }
  }
  .navbar-custom .container {
    padding-right: 0;
    padding-left: 0;
  }
  .nav>li {
    background-color: #fff;
    /* border-bottom: 1px solid #d1e3f6; */
    font-size: 16px;
  }
  .navbar-custom .nav li>a {
    position: relative;
    color: #333;
    padding: 20px;
  }
  .navbar-custom .nav li:hover {
    background-color: #d1e3f6;
  }
  .navbar-custom .nav li>a:hover {
    color: #333;
  }

  .scroll-down-arrow {
    position: absolute;
    height: 40px;
    width: 80px;
    margin: 0 0 -40px;
    left: 41%;
    bottom: 10px;
    color: #fff;
    font-size: 70px;
    -webkit-animation: fade_move_down 2s ease-in-out infinite;
    -moz-animation:    fade_move_down 2s ease-in-out infinite;
    animation:         fade_move_down 2s ease-in-out infinite;
  }
  h1.titel {
    font-size: 70px;
    span {
      font-size: 22px;
    }
  }
  h3.section-titel-event, h3.section-titel-count {
    font-size: 35px;
    margin: 0 0 40px;
  }
  p.insideleft {
    left: 0;
    right: auto;
  }
  .paginierung.paginierung-unten {
    ul li {
      display: block;
    }
  }
  .neunzehn00-img,
  .neunzehn10-img,
  .neunzehn20-img,
  .neunzehn30-img,
  .neunzehn40-img,
  .neunzehn50-img,
  .neunzehn60-img,
  .neunzehn70-img,
  .neunzehn80-img,
  .neunzehn90-img,
  .zwanzig00-img,
  .zwanzig01-img {
    background-attachment: unset;
  }

  @-webkit-keyframes fade_move_down {
    0%   { -webkit-transform:translate(0,-30px); opacity: 0;  }
    50%  { opacity: 1;  }
    100% { -webkit-transform:translate(0,30px); opacity: 0; }
  }
  @-moz-keyframes fade_move_down {
    0%   { -moz-transform:translate(0,-30px); opacity: 0;  }
    50%  { opacity: 1;  }
    100% { -moz-transform:translate(0,30px); opacity: 0; }
  }
  @keyframes fade_move_down {
    0%   { transform:translate(0,-30px); opacity: 0;  }
    50%  { opacity: 1;  }
    100% { transform:translate(0,30px); opacity: 0; }
  }
}

@media all and (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
  .filter-wrap {
    flex-direction: row; justify-content: space-between;
    align-items: center;
  }
  .galerie-wrapper {
    flex-direction: row;
  }
}

@media all and (min-width: 1250px){
  .navbar-nav{
    float: none;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
  }
}

/* ----------- Mobile Devices ----------- */

/* iPad Pro 11 Portrait */
@media only screen
  and (min-device-width: 834px)
  and (max-device-width: 1023px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 2) {
    .neunzehn00-img,
    .neunzehn10-img,
    .neunzehn20-img,
    .neunzehn30-img,
    .neunzehn40-img,
    .neunzehn50-img,
    .neunzehn60-img,
    .neunzehn70-img,
    .neunzehn80-img,
    .neunzehn90-img,
    .zwanzig00-img,
    .zwanzig01-img {
      background-attachment: unset;
    }
    .jahr a {
      font-size: 17px;
      padding-bottom: 5px;
      line-height: 3rem;
    }
}

/*  iPad Pro 12.9 Portrait and Landscape */
@media only screen
  and (min-device-width: 1024px)
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .neunzehn00-img,
    .neunzehn10-img,
    .neunzehn20-img,
    .neunzehn30-img,
    .neunzehn40-img,
    .neunzehn50-img,
    .neunzehn60-img,
    .neunzehn70-img,
    .neunzehn80-img,
    .neunzehn90-img,
    .zwanzig00-img,
    .zwanzig01-img {
      background-attachment: unset;
    }
}

/* iPad Pro 11 Landscape */
@media only screen
  and (min-width: 1024px)
  and (max-width: 1366px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 2) {
    .neunzehn00-img,
    .neunzehn10-img,
    .neunzehn20-img,
    .neunzehn30-img,
    .neunzehn40-img,
    .neunzehn50-img,
    .neunzehn60-img,
    .neunzehn70-img,
    .neunzehn80-img,
    .neunzehn90-img,
    .zwanzig00-img,
    .zwanzig01-img {
      background-attachment: unset;
  }
  .title h2, .left .title h2 {
    font-size: 60px;
  }
}

/* iPhone Landscape */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
    .neunzehn00-img,
    .neunzehn10-img,
    .neunzehn20-img,
    .neunzehn30-img,
    .neunzehn40-img,
    .neunzehn50-img,
    .neunzehn60-img,
    .neunzehn70-img,
    .neunzehn80-img,
    .neunzehn90-img,
    .zwanzig00-img,
    .zwanzig01-img {
      background-attachment: unset;
      background: #073070;
    }
    .jahr .body p {
      line-height: 1.4em;
      padding-left: 20px;
      font-size: 20px;
      padding-bottom: 20px;
    }
    .jahr a {
      font-size: 17px;
    }
    .title h2, .left .title h2 {
      font-size: 40px;
      padding-left: 20px;
      margin-top: 40px;
    }
    .body h3 {
      font-size: 2.25rem;
      padding-left: 20px;
      padding-bottom: 20px;
    }
    .jahr .title:before {
      left: -44px;
    }
    .jahr .title,
    .jahr .body {
      padding: 0;
      margin-bottom: 11px;
    }
    .left {
      text-align: right;
      float: left;
    }
    .left .body h3 {
      padding-left: 20px;
    }
    .jahr {
      width: 100%;
      float: left;
      padding: 10px 15px;
      text-align: left;
    }
    .timeline:before {
      position: static;
      left: 0;
      width: 0;
    }
    p.inside, .untertitel {
      visibility: hidden;
    }
}
