@charset "UTF-8";
/*
* Styles Theme Kaiserstraße 2025
* @author: Daniela Brigula - Violution GbR
*/
* {
  scroll-behavior: smooth;
  box-sizing: border-box;
}

body {
  font-family: "Vollkorn-Regular", Arial, sans-serif;
  color: #003d7c;
  line-height: 2.2rem;
  font-size: 19px;
}

.inside {
  position: relative;
  width: 100%;
}

/* Binding */
.binding {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.small_binding {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
}

.very_small_binding {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
}

/* Flexbox Elemente ---------------------------------------------------------------------------------------------------------*/
.row, .mod_article.row .content__wrapper .inside {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-shrink: 0;
  flex-grow: 0;
  align-items: stretch;
}
.row.centered, .mod_article.row .content__wrapper .inside.centered {
  text-align: center;
  justify-content: center;
}

[class*=col] {
  padding: 0;
  flex: 1;
}
[class*=col] figure {
  margin: 0;
}
[class*=col].align-right {
  text-align: right;
}

.col-1, .col_1 {
  flex: 0 0 8.333%;
  max-width: 8.333%;
}

.col-2, .col_2 {
  flex: 0 0 16.666%;
  max-width: 16.666%;
}

.col-3, .col_3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4, .col_4 {
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

.col-5, .col_5 {
  flex: 0 0 41.666%;
  max-width: 41.666%;
}

.col-6, .col_6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7, .col_7 {
  flex: 0 0 58.333%;
  max-width: 58.333%;
}

.col-8, .col_8 {
  flex: 0 0 66.666%;
  max-width: 66.666%;
}

.col-9, .col_9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10, .col_10 {
  flex: 0 0 83.333%;
  max-width: 83.333%;
}

.col-11, .col_11 {
  flex: 0 0 91.666%;
  max-width: 91.666%;
}

.col-12, .col_12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.col-1 > .col-1, .col_1 > .col_1,
.col-2 > .col-2, .col_2 > .col_2,
.col-3 > .col-3, .col_3 > .col_3,
.col-4 > .col-4, .col_4 > .col_4,
.col-5 > .col-5, .col_5 > .col_5,
.col-6 > .col-6, .col_6 > .col_6,
.col-7 > .col-7, .col_7 > .col_7,
.col-8 > .col-8, .col_8 > .col_8,
.col-9 > .col-9, .col_9 > .col_9,
.col-10 > .col-10, .col_10 > .col_10,
.col-11 > .col-11, .col_11 > .col_11,
.col-12 > .col-12, .col_12 > .col_12 {
  flex: none;
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Abstands-Optionen für Contao CE-Elemente */
.m-top-0 {
  margin-top: 0 !important;
}

.m-top-10 {
  margin-top: 10px !important;
}

.m-top-10 .m-top-10 {
  margin-top: 0 !important;
}

.m-top-15 {
  margin-top: 15px !important;
}

.m-top-15 .m-top-15 {
  margin-top: 0 !important;
}

.m-top-20 {
  margin-top: 20px !important;
}

.m-top-20 .m-top-20 {
  margin-top: 0 !important;
}

.m-top-30 {
  margin-top: 30px !important;
}

.m-top-30 .m-top-30 {
  margin-top: 0 !important;
}

.m-top-40 {
  margin-top: 40px !important;
}

.m-top-40 .m-top-40 {
  margin-top: 0 !important;
}

.m-top-50 {
  margin-top: 50px !important;
}

.m-top-50 .m-top-50 {
  margin-top: 0 !important;
}

.m-top-60 {
  margin-top: 60px !important;
}

.m-top-60 .m-top-60 {
  margin-top: 0 !important;
}

.m-top-70 {
  margin-top: 70px !important;
}

.m-top-70 .m-top-70 {
  margin-top: 0 !important;
}

.m-top-80 {
  margin-top: 80px !important;
}

.m-top-80 .m-top-80 {
  margin-top: 0 !important;
}

.m-top-90 {
  margin-top: 90px !important;
}

.m-top-90 .m-top-90 {
  margin-top: 0 !important;
}

.m-top-100 {
  margin-top: 100px !important;
}

.m-top-100 .m-top-100 {
  margin-top: 0 !important;
}

.m-top-110 {
  margin-top: 110px !important;
}

.m-top-110 .m-top-110 {
  margin-top: 0 !important;
}

.m-top-120 {
  margin-top: 120px !important;
}

.m-top-120 .m-top-120 {
  margin-top: 0 !important;
}

.m-top-130 {
  margin-top: 130px !important;
}

.m-top-130 .m-top-130 {
  margin-top: 0 !important;
}

.m-top-140 {
  margin-top: 140px !important;
}

.m-top-140 .m-top-140 {
  margin-top: 0 !important;
}

.m-top-150 {
  margin-top: 150px !important;
}

.m-top-150 .m-top-150 {
  margin-top: 0 !important;
}

.m-top-160 {
  margin-top: 160px !important;
}

.m-top-160 .m-top-160 {
  margin-top: 0 !important;
}

.m-top-170 {
  margin-top: 170px !important;
}

.m-top-170 .m-top-170 {
  margin-top: 0 !important;
}

.m-top-180 {
  margin-top: 180px !important;
}

.m-top-180 .m-top-180 {
  margin-top: 0 !important;
}

.m-top-190 {
  margin-top: 190px !important;
}

.m-top-190 .m-top-190 {
  margin-top: 0 !important;
}

.m-bottom-0 {
  margin-bottom: 0 !important;
}

.m-bottom-10 {
  margin-bottom: 10px !important;
}

.m-bottom-10 .m-bottom-10 {
  margin-bottom: 0 !important;
}

.m-bottom-15 {
  margin-bottom: 15px !important;
}

.m-bottom-15 .m-bottom-15 {
  margin-bottom: 0 !important;
}

.m-bottom-20 {
  margin-bottom: 20px !important;
}

.m-bottom-20 .m-bottom-20 {
  margin-bottom: 0 !important;
}

.m-bottom-30 {
  margin-bottom: 30px !important;
}

.m-bottom-30 .m-bottom-30 {
  margin-bottom: 0 !important;
}

.m-bottom-40 {
  margin-bottom: 40px !important;
}

.m-bottom-40 .m-bottom-40 {
  margin-bottom: 0 !important;
}

.m-bottom-50 {
  margin-bottom: 50px !important;
}

.m-bottom-50 .m-bottom-50 {
  margin-bottom: 0 !important;
}

.m-bottom-60 {
  margin-bottom: 60px !important;
}

.m-bottom-60 .m-bottom-60 {
  margin-bottom: 0 !important;
}

.m-bottom-70 {
  margin-bottom: 70px !important;
}

.m-bottom-70 .m-bottom-70 {
  margin-bottom: 0 !important;
}

.m-bottom-80 {
  margin-bottom: 80px !important;
}

.m-bottom-80 .m-bottom-80 {
  margin-bottom: 0 !important;
}

.m-bottom-90 {
  margin-bottom: 90px !important;
}

.m-bottom-90 .m-bottom-90 {
  margin-bottom: 0 !important;
}

.m-bottom-100 {
  margin-bottom: 100px !important;
}

.m-bottom-100 .m-bottom-100 {
  margin-bottom: 0 !important;
}

.m-bottom-110 {
  margin-bottom: 110px !important;
}

.m-bottom-110 .m-bottom-110 {
  margin-bottom: 0 !important;
}

.m-bottom-120 {
  margin-bottom: 120px !important;
}

.m-bottom-120 .m-bottom-120 {
  margin-bottom: 0 !important;
}

.m-bottom-130 {
  margin-bottom: 130px !important;
}

.m-bottom-130 .m-bottom-130 {
  margin-bottom: 0 !important;
}

.m-bottom-140 {
  margin-bottom: 140px !important;
}

.m-bottom-140 .m-bottom-140 {
  margin-bottom: 0 !important;
}

.m-bottom-150 {
  margin-bottom: 150px !important;
}

.m-bottom-150 .m-bottom-150 {
  margin-bottom: 0 !important;
}

.m-bottom-160 {
  margin-bottom: 160px !important;
}

.m-bottom-160 .m-bottom-160 {
  margin-bottom: 0 !important;
}

.m-bottom-170 {
  margin-bottom: 170px !important;
}

.m-bottom-170 .m-bottom-170 {
  margin-bottom: 0 !important;
}

.m-bottom-180 {
  margin-bottom: 180px !important;
}

.m-bottom-180 .m-bottom-180 {
  margin-bottom: 0 !important;
}

.m-bottom-190 {
  margin-bottom: 190px !important;
}

.m-bottom-190 .m-bottom-190 {
  margin-bottom: 0 !important;
}

.m-left-0 {
  margin-left: 0 !important;
}

.m-left-20 {
  margin-left: 20px !important;
}

.m-left-40 {
  margin-left: 40px !important;
}

.m-left-60 {
  margin-left: 60px !important;
}

.m-left-80 {
  margin-left: 80px !important;
}

.m-left-100 {
  margin-left: 100px !important;
}

.m-right-0 {
  margin-right: 0 !important;
}

.m-right-20 {
  margin-right: 20px !important;
}

.m-right-40 {
  margin-right: 40px !important;
}

.m-right-60 {
  margin-right: 60px !important;
}

.m-right-80 {
  margin-right: 80px !important;
}

.m-right-100 {
  margin-right: 100px !important;
}

.p-top-0 {
  padding-top: 0 !important;
}

.p-top-10 {
  padding-top: 10px !important;
}

.p-top-15 {
  padding-top: 15px !important;
}

.p-top-20 {
  padding-top: 20px !important;
}

.p-top-30 {
  padding-top: 30px !important;
}

.p-top-40 {
  padding-top: 40px !important;
}

.p-top-50 {
  padding-top: 50px !important;
}

.p-top-60 {
  padding-top: 60px !important;
}

.p-top-70 {
  padding-top: 70px !important;
}

.p-top-80 {
  padding-top: 80px !important;
}

.p-top-90 {
  padding-top: 90px !important;
}

.p-top-100 {
  padding-top: 100px !important;
}

.p-top-110 {
  padding-top: 110px !important;
}

.p-top-120 {
  padding-top: 120px !important;
}

.p-top-130 {
  padding-top: 130px !important;
}

.p-top-140 {
  padding-top: 140px !important;
}

.p-top-150 {
  padding-top: 150px !important;
}

.p-top-160 {
  padding-top: 160px !important;
}

.p-top-170 {
  padding-top: 170px !important;
}

.p-top-180 {
  padding-top: 180px !important;
}

.p-top-190 {
  padding-top: 190px !important;
}

.p-bottom-0 {
  padding-bottom: 0 !important;
}

.p-bottom-10 {
  padding-bottom: 10px !important;
}

.p-bottom-15 {
  padding-bottom: 15px !important;
}

.p-bottom-20 {
  padding-bottom: 20px !important;
}

.p-bottom-30 {
  padding-bottom: 30px !important;
}

.p-bottom-40 {
  padding-bottom: 40px !important;
}

.p-bottom-50 {
  padding-bottom: 50px !important;
}

.p-bottom-60 {
  padding-bottom: 60px !important;
}

.p-bottom-70 {
  padding-bottom: 70px !important;
}

.p-bottom-80 {
  padding-bottom: 80px !important;
}

.p-bottom-90 {
  padding-bottom: 90px !important;
}

.p-bottom-100 {
  padding-bottom: 100px !important;
}

.p-bottom-110 {
  padding-bottom: 110px !important;
}

.p-bottom-120 {
  padding-bottom: 120px !important;
}

.p-bottom-130 {
  padding-bottom: 130px !important;
}

.p-bottom-140 {
  padding-bottom: 140px !important;
}

.p-bottom-150 {
  padding-bottom: 150px !important;
}

.p-bottom-160 {
  padding-bottom: 160px !important;
}

.p-bottom-170 {
  padding-bottom: 170px !important;
}

.p-bottom-180 {
  padding-bottom: 180px !important;
}

.p-bottom-190 {
  padding-bottom: 190px !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  100% {
    transform: none;
  }
}
.mod_article {
  margin-top: 70px;
  margin-bottom: 70px;
}
.mod_article#hero_wrapper {
  margin-top: 0;
}
.mod_article:last-child {
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "montserratbold", Arial, sans-serif;
  margin-top: 0;
  color: #003d7c;
  margin-bottom: 30px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 2px;
}

h1 {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 25px;
}

h2 {
  font-size: 38px;
  line-height: 48px;
  margin-bottom: 30px;
}

h3 {
  font-size: 23px;
  line-height: 34px;
  margin-bottom: 16px;
}

h4 {
  line-height: 40px;
  font-size: 26px;
  margin-bottom: 35px;
}

h5 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

strong, h6 {
  font-weight: normal;
  font-family: "Vollkorn-Bold", Arial, sans-serif;
}

i {
  font-family: "Vollkorn-Italic", Arial, sans-serif;
}

p {
  margin-top: 15px;
}

a {
  text-decoration: none;
  display: inline-block;
  transition: All 0.4s ease;
}

.centered {
  text-align: center;
}

.content-text {
  margin-bottom: 30px;
}
.content-text.no-margin-bottom {
  margin-bottom: 0;
}
.content-text.no-margin-bottom p {
  margin-bottom: 5px;
}
.content-text ul,
.content-text ol {
  margin-top: 0;
}
.content-text.intro h2 {
  margin-bottom: 10px;
  margin-top: 18px;
  font-size: 38px;
  line-height: 48px;
}

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

.content-form a,
.content-text a {
  text-decoration: underline;
  color: #003d7c;
  transition: All 0.4s ease;
}
.content-form a:hover,
.content-text a:hover {
  color: #7e7e7e;
}

/* Sticky-Header, Navigation, Socials und Logo */
header {
  background-color: #FFFFFF;
  transition: All 0.4s ease;
  /* Sticky-Zustand */
}
header .smartmenu, header #smart-menu-wrapper {
  display: none;
}
header #header__logo img {
  transition: all 0.3s ease-in-out;
}
header #header__main .inside {
  padding-top: 30px;
}
header #header__sidebar {
  position: absolute;
  right: 30px;
  top: 30px;
}
header #header__sidebar i {
  color: rgba(51, 51, 51, 0.7);
  margin-left: 18px;
}
header #header__sidebar i:hover {
  color: #333333;
}
header #header__sidebar span {
  display: none;
}
header.is-stuck {
  width: 100%;
  position: fixed;
  top: 0;
  overflow: visible;
  z-index: 1000;
  border-bottom: 2px solid rgba(0, 61, 124, 0.3);
}
header.is-stuck .col_12 {
  align-items: center;
}
header.is-stuck .col_12:first-child {
  flex: 0 0 25%;
  max-width: 25%;
  justify-content: left;
}
header.is-stuck .col_12:first-child #header__logo {
  width: 100%;
  text-align: left;
}
header.is-stuck .col_12:first-child #header__logo img {
  width: 90px;
}
header.is-stuck .col_12:last-child {
  flex: 0 0 75%;
  max-width: 75%;
}
header.is-stuck .col_12:last-child .header__nav {
  margin-top: 0;
  border: 0;
  height: 60px;
}
header.is-stuck .col_12:last-child .header__nav ul.level_1 {
  justify-content: right;
  align-items: center;
  height: 60px;
  margin: 0;
}
header.is-stuck .col_12:last-child .header__nav ul.level_1 li {
  margin: 30px 0 0 44px;
}
header.is-stuck .col_12:last-child .header__nav ul.level_1 li .level_2 {
  top: 58px;
}
header.is-stuck .col_12:last-child .header__nav ul.level_1 li .level_2 li {
  margin: 0 0 0 0;
}
header.is-stuck .inside {
  padding-top: 12px;
  padding-bottom: 0;
}
header.is-stuck #header__main {
  display: flex;
  justify-content: center;
}
header.is-stuck #header__main .inside {
  padding-top: 0;
  padding-bottom: 0;
}
header.is-stuck #header__sidebar {
  position: relative;
  right: 0;
  top: 0;
  padding: 15px 30px 0 0;
}
header .header__nav {
  border-top: 1px solid rgba(51, 51, 51, 0.2);
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  margin-top: 15px;
  overflow: visible;
  height: 75px;
}
header .header__nav ul {
  padding: 0;
  display: flex;
  justify-content: center;
}
header .header__nav ul li {
  list-style-type: none;
  margin: 0 22px;
  position: relative;
}
header .header__nav ul li.active {
  height: 100%;
  padding-bottom: 25px;
  display: inline-block;
  cursor: pointer;
}
header .header__nav ul li.submenu:hover ul.level_2 {
  display: block;
}
header .header__nav ul li strong.active, header .header__nav ul li.trail a {
  color: #3a3a3a;
  font-weight: normal;
  display: inline-block;
  font-family: "Vollkorn-Regular", Arial, sans-serif;
}
header .header__nav ul li a {
  color: #003d7c;
  display: inline-block;
  padding-bottom: 25px;
  transition: color 0.2s ease, opacity 0.2s ease;
  text-decoration: none;
}
header .header__nav ul li a:hover {
  color: rgba(0, 61, 124, 0.7);
}
header .header__nav ul li ul.level_2 {
  position: absolute;
  z-index: 1;
  background-color: rgba(0, 61, 124, 0.8);
  padding: 30px 40px;
  top: 55px;
  left: -30px;
  display: none;
  white-space: nowrap;
  text-align: left;
}
header .header__nav ul li ul.level_2 li {
  margin-left: 0;
}
header .header__nav ul li ul.level_2 li a {
  color: #FFFFFF;
  padding-bottom: 15px;
}
header .header__nav ul li ul.level_2 li a:hover {
  color: rgba(255, 255, 255, 0.5);
}
header .header__nav ul li ul.level_2 li.active {
  padding-bottom: 0;
}
header .header__nav ul li ul.level_2 li strong {
  color: rgba(255, 255, 255, 0.5);
  padding-bottom: 15px;
}
header .header__nav ul li ul.level_2 li:last-child a, header .header__nav ul li ul.level_2 li:last-child strong {
  padding-bottom: 0;
}

body.homepage .header__nav {
  border-bottom: 0 !important;
}

/* Hero auf der Startseite */
#hero_wrapper #hero-text {
  position: absolute;
  top: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}
#hero_wrapper #hero-text span {
  display: block;
}
#hero_wrapper #hero-text .bounceInLeft {
  font-size: 80px;
  text-align: center;
  margin-top: 0;
  text-transform: uppercase;
  font-family: "montserratbold", Arial, sans-serif;
  transition: all 0s ease 0s;
  line-height: 110px;
  letter-spacing: 5px;
  visibility: visible;
  opacity: 1;
  text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.9);
  color: #FFFFFF;
  margin-bottom: 15px;
  animation-name: bounceInLeft;
  animation-duration: 1s;
  animation-fill-mode: both;
}
#hero_wrapper #hero-text .fadeIn {
  font-size: 68px;
  margin-top: 0;
  transition: all 0s ease 0s;
  line-height: 50px;
  visibility: visible;
  opacity: 1;
  text-shadow: 1px 1px 7px rgba(51, 51, 51, 0.9);
  font-family: "Vollkorn-Regular", Arial, sans-serif;
  word-spacing: 16px;
  letter-spacing: 2px;
  text-transform: none;
  color: #FFFFFF;
  margin-bottom: 15px;
  animation-name: fadeIn;
  animation-duration: 1.5s;
  animation-fill-mode: both;
}
#hero_wrapper #hero-text h1.fadeIn {
  font-family: "montserratbold", Arial, sans-serif;
  font-size: 20px;
  line-height: 29px;
  color: #003d7c;
  font-weight: normal;
  letter-spacing: 0;
  margin-bottom: 0;
  margin-top: 60px;
  text-shadow: none;
  text-align: center;
  text-transform: uppercase;
  word-spacing: 0 !important;
}
#hero_wrapper img {
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
}

/* Top-Link */
#top_link {
  position: fixed;
  opacity: 0;
  transition: All 0.2s ease;
  -webkit-transition: All 0.2s ease;
  width: 45px;
  height: 45px;
  line-height: 45px;
  right: 25px;
  z-index: 100;
  bottom: 25px;
}
#top_link.visible {
  opacity: 1;
}
#top_link a {
  position: relative;
  transition: All 0.6s ease;
  -webkit-transition: All 0.6s ease;
  float: left;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  border-radius: 100%;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(51, 51, 51, 0.2);
  font-size: 12px;
  line-height: 41px;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #003d7c;
}
#top_link a:hover {
  color: #c9cfe4;
}
#top_link a i {
  font-size: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
}

/* Downloads */
.content-download {
  position: relative;
}
.content-download h2 {
  display: none;
}
.content-download a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 15px 25px;
  padding-right: 80px;
  background-color: #003d7c;
  color: #fff;
  margin-bottom: 50px;
  font-family: "montserratmedium", Arial, sans-serif;
}
.content-download a:hover {
  background-color: #c9cfe4;
  color: #003d7c;
}
.content-download a:before {
  content: "\f019";
  text-indent: 0;
  position: absolute;
  top: 30%;
  right: 55px;
  font-size: 24px;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* Kategorien */
#kategorien {
  overflow: visible;
}
#kategorien .content__wrapper .inside {
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
  width: 100%;
}
#kategorien .content__wrapper .inside > * {
  flex: 1;
}
#kategorien .content__wrapper .inside a.ce_linkedElement {
  overflow: visible;
  display: flex;
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  padding: 5px;
}
#kategorien .content__wrapper .inside a.ce_linkedElement .bounced_item {
  overflow: visible;
  position: relative;
  height: 500px;
  transition: all 0.3s ease-in-out;
}
#kategorien .content__wrapper .inside a.ce_linkedElement .bounced_item img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
#kategorien .content__wrapper .inside a.ce_linkedElement .bounced_item:hover {
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.3);
  transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  z-index: 10;
}
#kategorien .content__wrapper .inside a.ce_linkedElement .bounced_item .rte {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  padding: 25px;
  position: absolute;
  z-index: 20;
  margin: 0 auto;
  left: 0;
  bottom: 0;
  text-align: center;
  min-height: 200px;
  color: #FFFFFF;
}
#kategorien .content__wrapper .inside a.ce_linkedElement .bounced_item .rte h4 {
  color: #FFFFFF;
  text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.57) !important;
  margin-bottom: 20px;
}
#kategorien .content__wrapper .inside a.ce_linkedElement .bounced_item .rte p {
  text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.57) !important;
}
#kategorien .content__wrapper .inside a.ce_linkedElement .bounced_item .rte p:last-child {
  margin-bottom: 0;
}

/* Vorstand */
.vorstand {
  display: flex;
  margin-bottom: 70px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.vorstand:last-child {
  border-bottom: 0;
}
.vorstand p {
  margin-bottom: 0;
}
.vorstand figure {
  margin-right: 30px;
}
.vorstand figure img {
  border: 1px solid rgba(51, 51, 51, 0.2);
}
.vorstand a[href^="mailto:"]:before {
  content: "\f0e0";
  margin-right: 10px;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* Visitenkarten */
.company__box {
  height: 600px;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  margin-bottom: 80px !important;
  margin-top: 10px;
}
.company__box .content__wrapper, .company__box .inside {
  width: 100%;
}
.company__box .content_box {
  padding: 130px 40px 0 40px;
  position: relative;
}
.company__box .content_box .content-text {
  margin-bottom: 0;
}
.company__box .content_box h2 {
  margin-bottom: 10px;
  font-size: 23px;
  line-height: 34px;
}
.company__box .content_box figure {
  display: inline-block;
  position: absolute;
  top: 25px;
  right: 30px;
}
.company__box .content_box figure img {
  max-width: 220px;
  max-height: 90px;
  object-fit: contain;
}
.company__box .content_box .address {
  font-size: 22px;
  margin-bottom: 30px;
}
.company__box .content_box .address p {
  margin-top: 0;
  line-height: 36px;
}
.company__box .content_box .address .text {
  margin-bottom: 30px;
}
.company__box .content_box .address a {
  color: #003d7c;
  text-decoration: none;
  margin-bottom: 10px;
}
.company__box .content_box .address a:hover {
  color: #7e7e7e;
  text-decoration: underline;
}
.company__box .content_box .address .phone:before {
  content: "\f095";
  margin-right: 10px;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.company__box .content_box .address .mail:before {
  content: "\f0e0";
  margin-right: 10px;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.company__box .content_box .address .web:before {
  content: "\f57e";
  margin-right: 10px;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.company__box .content_box .address .social_media {
  display: flex;
  margin-top: 30px;
}
.company__box .content_box .address .social_media div {
  margin-right: 30px;
}
.company__box .content_box .address .social_media a {
  font-size: 0;
}
.company__box .content_box .address .social_media a:before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: rgba(0, 0, 0, 0.5);
  font-size: 30px;
}
.company__box .content_box .address .social_media a:hover:before {
  color: rgba(0, 0, 0, 0.9);
}
.company__box .content_box .address .social_media .fb a {
  font-size: 0;
}
.company__box .content_box .address .social_media .fb a:before {
  content: "\f39e";
}
.company__box .content_box .address .social_media .xing a {
  font-size: 0;
}
.company__box .content_box .address .social_media .xing a:before {
  content: "\f168";
}
.company__box .content_box .address .social_media .instagram a {
  font-size: 0;
}
.company__box .content_box .address .social_media .instagram a:before {
  content: "\f16d";
}
.company__box .content_box .address .social_media .linkedin a {
  font-size: 0;
}
.company__box .content_box .address .social_media .linkedin a:before {
  content: "\f0e1";
}
.company__box .image_box {
  width: 100%;
  height: 100%;
}
.company__box .image_box figure {
  width: 100%;
  height: 100%;
}
.company__box .image_box figure img {
  display: block;
  object-position: left top;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* Hintergründe und Coverbilder */
.bg_blue {
  background-color: #003d7c;
  color: #fff;
  padding: 60px;
}
.bg_blue h2, .bg_blue h3, .bg_blue h4, .bg_blue h5 {
  color: #fff;
}
.bg_blue.content-text {
  margin-bottom: 0;
}
.bg_blue.biggerfont {
  line-height: 2.2rem;
  font-size: 21px;
}
.bg_blue a {
  color: #fff;
  text-decoration: underline;
}
.bg_blue a:hover {
  color: #809bb9;
}
.bg_blue p {
  margin-bottom: 30px;
}

.bg_blue_light {
  background-color: #c9cfe4;
  padding: 60px;
}
.bg_blue_light.content-text {
  margin-bottom: 0;
}

.cover-pic figure {
  width: 100%;
  height: 100%;
}
.cover-pic figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.fa:before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* News */
#highlight .layout_teaser {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-shrink: 0;
  flex-grow: 0;
  align-items: stretch;
  position: relative;
  width: 100%;
}
#highlight .layout_teaser p.more a {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  padding: 9px 40px;
}
#highlight .layout_teaser p.more a:hover {
  background-color: #fff;
  color: #003d7c;
}
#highlight .layout_teaser .image_container, #highlight .layout_teaser .content_wrapper {
  flex: 0 0 50%;
  max-width: 50%;
}
#highlight .layout_teaser .image_wrapper {
  width: 100%;
  height: 100%;
}
#highlight .layout_teaser .image_container figure.image_container {
  width: 100%;
  height: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}
#highlight .layout_teaser .image_container figure.image_container img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#highlight .layout_teaser .content_wrapper {
  background-color: #003d7c;
  color: #fff;
  padding: 60px;
}
#highlight .layout_teaser .content_wrapper h2 {
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 20px;
}
#highlight .layout_teaser .content_wrapper h2 a {
  color: #FFFFFF;
}
#highlight .layout_teaser .content_wrapper p.time {
  font-family: "montserratregular", Arial, sans-serif;
  margin-bottom: 20px;
  font-weight: 700;
  display: inline-block;
  letter-spacing: 1px;
  font-size: 20px;
}
#highlight .layout_teaser .content_wrapper.content-text {
  margin-bottom: 0;
}
#highlight .layout_teaser p.location {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 50%;
  padding: 27px;
  font-family: "montserratbold", Arial, sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  text-align: right;
}
#highlight .layout_teaser p.location:before {
  display: inline;
  content: "Veranstaltungsort: ";
}

.mod_eventlist.layout_list_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mod_eventlist.layout_list_wrapper .event {
  width: calc(33.3333% - 10px);
  margin-bottom: 20px;
  border: 1px solid rgba(51, 51, 51, 0.3);
  background-color: rgba(201, 207, 228, 0.3);
}
.mod_eventlist.layout_list_wrapper .event .image_wrapper {
  width: 100%;
  height: 300px;
  position: relative;
}
.mod_eventlist.layout_list_wrapper .event .image_wrapper figure, .mod_eventlist.layout_list_wrapper .event .image_wrapper figure a {
  width: 100%;
  height: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  position: relative;
}
.mod_eventlist.layout_list_wrapper .event .image_wrapper figure img, .mod_eventlist.layout_list_wrapper .event .image_wrapper figure a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.mod_eventlist.layout_list_wrapper .event .inner_wrapper {
  padding: 25px;
}
.mod_eventlist.layout_list_wrapper .event h2 {
  line-height: 22px;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 10px;
  height: 65px;
  font-family: "montserratmedium", Arial, sans-serif;
}
.mod_eventlist.layout_list_wrapper .event h2 a {
  color: #003d7c;
}
.mod_eventlist.layout_list_wrapper .event h2 a:hover {
  color: rgba(0, 61, 124, 0.7);
  text-decoration: underline;
}
.mod_eventlist.layout_list_wrapper .event p.time, .mod_eventlist.layout_list_wrapper .event p.location {
  display: block;
  height: 30px;
  width: 100%;
  line-height: 20px;
  font-size: 17px;
  margin-top: 10px !important;
  font-weight: 600;
  color: #333333;
  margin-bottom: 0 !important;
}
.mod_eventlist.layout_list_wrapper .event p.location {
  font-weight: normal;
  font-family: "montserratmedium", Arial, sans-serif;
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}
.mod_eventlist.layout_list_wrapper .event p.location span:before {
  content: "Veranstaltungsort: ";
}
.mod_eventlist.layout_list_wrapper .event p.time {
  font-family: "montserratmedium", Arial, sans-serif;
  font-size: 19px;
}
.mod_eventlist.layout_list_wrapper .event .spacer {
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 61, 124, 0.3);
}

.mod_eventreader .content-text.media {
  display: flex;
  flex-direction: row-reverse;
}
.mod_eventreader .content-text.media h2, .mod_eventreader .content-text.media h3, .mod_eventreader .content-text.media h4 {
  display: none;
}
.mod_eventreader .content-text.media figure {
  flex: 0 0 40%;
  max-width: 40%;
}
.mod_eventreader .content-text.media figure img {
  margin-left: 40px;
}
.mod_eventreader .content-text.media .rte {
  flex: 0 0 60%;
  max-width: 60%;
}

.pagination {
  width: 100%;
  margin-bottom: 60px;
}
.pagination p, .pagination li.previous, .pagination li.next {
  display: none;
}
.pagination ul {
  padding-left: 0;
  text-align: center;
  display: flex;
  justify-content: center;
}
.pagination ul li {
  list-style-type: none;
  margin-right: 10px;
}
.pagination ul li:last-child {
  margin-right: 0;
}
.pagination ul li a, .pagination ul li strong {
  display: inline-block;
  padding: 5px 15px;
  text-decoration: none;
  border: 1px solid #003d7c;
  color: #003d7c;
}
.pagination ul li a:hover, .pagination ul li strong:hover {
  border: 1px solid #003d7c;
  color: #FFFFFF;
  background-color: #003d7c;
}
.pagination ul li strong {
  border: 1px solid #003d7c;
  color: #FFFFFF;
  background-color: #003d7c;
}

nav.sitemap ul {
  padding: 0;
  margin: 0;
}
nav.sitemap ul li {
  list-style-type: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  margin-bottom: 10px;
  padding-left: 25px;
  padding-bottom: 0;
  line-height: 26px;
}
nav.sitemap ul li a, nav.sitemap ul li strong {
  font-family: "Vollkorn-Bold", Arial, sans-serif;
  color: #003d7c;
  font-size: 24px;
  margin-bottom: 20px;
}
nav.sitemap ul li a:hover, nav.sitemap ul li strong:hover {
  cursor: pointer;
  font-family: "Vollkorn-Bold", Arial, sans-serif;
  text-decoration: none;
  color: rgba(0, 61, 124, 0.7);
}
nav.sitemap ul li:before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 500;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-align: left;
  position: absolute;
  left: 0;
  display: block;
  height: 20px;
  width: 20px;
  margin-top: 0;
  transform: none;
  top: 0;
  font-size: 24px;
}
nav.sitemap ul.level_2 li {
  margin-bottom: 5px;
  padding-left: 20px;
}
nav.sitemap ul.level_2 li a, nav.sitemap ul.level_2 li strong {
  font-family: "Vollkorn-Regular", Arial, sans-serif;
  font-size: 20px;
}

/* Vio Grid Gallery "Aktuelles" */
#vio_grid_gallery .content_wrapper {
  padding: 18px 30px;
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
#vio_grid_gallery .content_wrapper h2 {
  text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.57);
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
  font-family: "montserratregular", Arial, sans-serif;
  text-transform: uppercase;
}
#vio_grid_gallery .content_wrapper .time {
  font-family: "montserratregular", Arial, sans-serif;
  color: #FFFFFF;
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 0;
}
#vio_grid_gallery .content_wrapper .ce_text, #vio_grid_gallery .content_wrapper .location, #vio_grid_gallery .content_wrapper .more {
  display: none;
}
#vio_grid_gallery ul, #vio_grid_gallery li {
  list-style: none;
  padding: 0;
}
#vio_grid_gallery li.grid-item {
  background-size: cover;
  background-position: center center;
  float: left;
  position: relative;
}
#vio_grid_gallery li.grid-item figure, #vio_grid_gallery li.grid-item .layout_teaser, #vio_grid_gallery li.grid-item .image_container, #vio_grid_gallery li.grid-item .image_wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
#vio_grid_gallery li.grid-item figure img, #vio_grid_gallery li.grid-item .layout_teaser img, #vio_grid_gallery li.grid-item .image_container img, #vio_grid_gallery li.grid-item .image_wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center center;
}
#vio_grid_gallery li.grid-item.vio_kachel {
  border: 5px solid #fff;
  background-size: cover;
}
#vio_grid_gallery li.grid-item.vio_kachel_1 {
  width: 50%;
  height: 49.9vw;
  max-height: 600px;
}
#vio_grid_gallery li.grid-item.vio_kachel_2 {
  height: 25vw;
  max-height: 300px;
  width: 25%;
}
#vio_grid_gallery li.grid-item.vio_kachel_3 {
  height: 25vw;
  max-height: 300px;
  width: 25%;
}
#vio_grid_gallery li.grid-item.vio_kachel_4 {
  height: 25vw;
  max-height: 300px;
  width: 50%;
}
#vio_grid_gallery li.grid-item.vio_kachel_5 {
  height: 25vw;
  max-height: 300px;
  width: 25%;
}
#vio_grid_gallery li.grid-item.vio_kachel_6 {
  height: 25vw;
  max-height: 300px;
  width: 25%;
}
#vio_grid_gallery li.grid-item.vio_kachel_7 {
  height: 25vw;
  max-height: 300px;
  width: 25%;
}
#vio_grid_gallery li.grid-item.vio_kachel_8 {
  height: 25vw;
  max-height: 300px;
  width: 25%;
}
#vio_grid_gallery li.grid-item a {
  display: block;
  height: 100%;
  color: #fff;
}
#vio_grid_gallery li.grid-item a:hover {
  color: #dedede;
  text-decoration: underline;
}
#vio_grid_gallery li.grid-item h2 {
  color: #fff;
}
#vio_grid_gallery li.grid-item h2:hover {
  color: #dedede;
  text-decoration: underline;
}

/* Buttons */
input.submit, button.submit, button, a.more, p.back a, .btn a, p.more a {
  background-color: transparent;
  color: #003d7c;
  border: 2px solid #003d7c;
  padding: 9px 40px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  background-image: none;
  font-size: 16px;
  font-family: "montserratmedium", Arial, sans-serif;
  text-transform: uppercase;
}
input.submit:hover, button.submit:hover, button:hover, a.more:hover, p.back a:hover, .btn a:hover, p.more a:hover {
  background-color: #003d7c;
  color: #ffffff;
}

.layout_list_wrapper .event p.more a {
  padding: 4px 29px;
}

/* Footer */
footer {
  color: #003d7c;
  background-color: #c9cfe4;
}
footer h3 {
  line-height: 40px;
  font-size: 26px;
  margin-bottom: 35px;
}
footer .footer__main {
  box-sizing: border-box;
  padding: 65px 40px;
}
footer a {
  color: #003d7c;
  text-decoration: none;
  transition: All 0.4s ease;
}
footer a:hover {
  color: #fff;
}
footer .fas, footer .far {
  margin-right: 5px;
}
footer .content-gallery ul {
  display: flex;
  align-items: center;
}
footer .sm_icons {
  margin-right: 10px;
  font-size: 25px;
  border: 1px solid;
  padding: 10px 15px;
  display: inline-flex;
}
footer .sm_icons:hover {
  border-color: #fff;
  color: #fff;
  transition: All 0.4s ease;
}
footer .sm_icons span {
  display: none;
}
footer .footer__end {
  text-align: center;
  padding: 20px 0 50px 0;
  background-color: #fff;
}
footer .footer__end p {
  color: #003d7c;
  font-size: 16px;
}
footer .footer__end p:last-child {
  margin-bottom: 0;
}
footer nav ul {
  padding: 0;
  margin: 0;
}
footer nav ul li {
  list-style-type: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  line-height: 26px;
}
footer nav ul li:before {
  content: "\f105";
  text-align: left;
  position: absolute;
  left: 0;
  display: block;
  height: 20px;
  width: 15px;
  margin-top: -1px;
  transform: translateY(-75%);
  top: 50%;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 500;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
footer nav ul li:last-child {
  border-bottom: 0;
}
footer nav ul li a {
  transition: All 0.4s ease;
  color: #003d7c;
  font-family: "Vollkorn-Regular", Arial, sans-serif;
  font-size: 17px;
}
footer nav ul li a:hover {
  color: #262626;
}
footer nav ul li strong {
  color: #262626 !important;
  font-family: "Vollkorn-Regular", Arial, sans-serif;
  display: inline-block;
  font-size: 17px;
}

/* Cookie-Banner */
.contao-cookiebar {
  font-size: 16px;
  font-family: "montserratmedium", Arial, sans-serif;
}
.contao-cookiebar p {
  color: #545454;
}
.contao-cookiebar a {
  color: #003d7c !important;
  outline: none;
  border: 0;
  text-decoration: underline;
}
.contao-cookiebar a:hover {
  color: #012850 !important;
}
.contao-cookiebar .cc-detail-btn span {
  color: #1c1c1c !important;
}
.contao-cookiebar .cc-btn {
  padding: 15px 30px;
  border: 0;
  background-color: #c5c5c5;
  color: #1c1c1c;
  border-radius: 0;
}
.contao-cookiebar .cc-btn.success {
  background-color: #003d7c;
  color: #ffffff;
}
.contao-cookiebar .cc-btn.success:hover {
  background-color: #012850;
}

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