@charset "UTF-8";
/* abeezee-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "ABeeZee";
  font-style: normal;
  font-weight: 400;
  src: url("./font/abeezee-v22-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* abeezee-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "ABeeZee";
  font-style: italic;
  font-weight: 400;
  src: url("./font/abeezee-v22-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.color-main {
  color: #143246 !important;
}

.bg-main {
  background-color: #143246 !important;
}

.border-main {
  border-color: #143246 !important;
}

.color-main-accent {
  color: #a1adb5 !important;
}

.bg-main-accent {
  background-color: #a1adb5 !important;
}

.border-main-accent {
  border-color: #a1adb5 !important;
}

.color-main-accent-70 {
  color: rgba(20, 50, 70, 0.7) !important;
}

.bg-main-accent-70 {
  background-color: rgba(20, 50, 70, 0.7) !important;
}

.border-main-accent-70 {
  border-color: rgba(20, 50, 70, 0.7) !important;
}

.color-second {
  color: #b89a49 !important;
}

.bg-second {
  background-color: #b89a49 !important;
}

.border-second {
  border-color: #b89a49 !important;
}

.color-third {
  color: #4a96d1 !important;
}

.bg-third {
  background-color: #4a96d1 !important;
}

.border-third {
  border-color: #4a96d1 !important;
}

.color-forth {
  color: #f08159 !important;
}

.bg-forth {
  background-color: #f08159 !important;
}

.border-forth {
  border-color: #f08159 !important;
}

.color-fifth {
  color: #db5d65 !important;
}

.bg-fifth {
  background-color: #db5d65 !important;
}

.border-fifth {
  border-color: #db5d65 !important;
}

.color-sixth {
  color: #71ba6f !important;
}

.bg-sixth {
  background-color: #71ba6f !important;
}

.border-sixth {
  border-color: #71ba6f !important;
}

.color-dark {
  color: #333 !important;
}

.bg-dark {
  background-color: #333 !important;
}

.border-dark {
  border-color: #333 !important;
}

.color-light {
  color: white !important;
}

.bg-light {
  background-color: white !important;
}

.border-light {
  border-color: white !important;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes animatedHeaderHeightToSmall {
  from {
    height: 400px;
  }
  to {
    height: 60px;
  }
}
@keyframes animatedHeaderHeightToLarge {
  from {
    height: 60px;
  }
  to {
    height: 400px;
  }
}
.transition-general-small,
.transition-general-large {
  view-transition-name: general;
}

.transition-logo-small,
.transition-logo-large {
  view-transition-name: logo;
}

.transition-menu-small {
  view-transition-name: menu;
}

.transition-textbild-large,
.transition-textbild-small {
  view-transition-name: textbild;
}

::view-transition-old(general) {
  mixed-blend-mode: normal;
}

::view-transition-old(menu),
::view-transition-new(menu),
::view-transition-old(logo),
::view-transition-new(logo),
::view-transition-old(textbild),
::view-transition-new(textbild) {
  mixed-blend-mode: normal;
}

::view-transition-old(root) {
  animation: fade-out 350ms cubic-bezier(0, 0, 0.2, 1), slide-to-right 350ms cubic-bezier(0, 0, 0.2, 1);
}

::view-transition-new(root) {
  animation: fade-in 350ms cubic-bezier(0, 0, 0.2, 1), slide-to-left 350ms cubic-bezier(0, 0, 0.2, 1);
  mixed-blend-mode: normal;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  image-rendering: auto;
}

html, body {
  height: 100%;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}

body {
  background: #143246;
  font-family: "ABeeZee", sans-serif;
  font-size: 20px;
  color: white;
  position: relative;
}
@media (min-width: 768px) {
  body {
    font-size: 21px;
  }
}
body.subpage {
  background: url("Zipfelbund_hg-kachel.jpg");
  background-size: auto;
  background-position: center;
  background-repeat: repeat;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul li {
  padding-left: 20px;
  position: relative;
  line-height: 1.4;
  margin-bottom: 10px;
}

hr {
  border: none;
  /* Entfernt den Standard-HR-Strich */
  height: 10px;
  /* Höhe des HR-Elements */
  background: url("zipfel_linie_trenner.svg") center/contain no-repeat;
  margin: 0px 0;
  /* Abstand um das HR herum */
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  hr {
    margin-bottom: 40px;
  }
}

/*.element definition */
h1, .h1lookalike {
  font-family: "ABeeZee", sans-serif;
  font-weight: normal;
  color: white;
  font-size: 25px;
  margin-bottom: 15px;
}
@media (min-width: 480px) {
  h1, .h1lookalike {
    margin-bottom: 20px;
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  h1, .h1lookalike {
    font-size: 50px;
    margin-bottom: 40px;
  }
}

h2, .h2lookalike {
  font-family: "ABeeZee", sans-serif;
  font-weight: normal;
  color: white;
  font-size: 20px;
  margin-bottom: 30px;
  font-style: italic;
}
@media (min-width: 480px) {
  h2, .h2lookalike {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  h2, .h2lookalike {
    font-size: 45px;
    margin-bottom: 40px;
  }
}

h3, .h3lookalike {
  font-family: "ABeeZee", sans-serif;
  font-weight: normal;
  color: white;
  font-size: 21px;
  margin-top: 40px;
  margin-bottom: 20px;
  font-style: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h3, .h3lookalike {
    font-size: 33px;
    margin-bottom: 30px;
  }
}

.subpage h1, .subpage .h1lookalike {
  color: #143246;
}

.subpage h2, .subpage .h2lookalike {
  color: #143246;
}

.subpage h3, .subpage .h3lookalike {
  color: #143246;
}

p, a, ul li {
  font-family: "ABeeZee", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 20px;
  color: white;
  font-style: italic;
}
@media (min-width: 768px) {
  p, a, ul li {
    font-size: 21px;
    margin-bottom: 30px;
  }
}

.subpage p, .subpage a:not(.button), .subpage ul li {
  color: #143246;
}

a {
  font-weight: normal;
  font-style: italic;
}

ul {
  margin-bottom: 20px;
}
ul li {
  margin-bottom: auto;
}

.button,
input[type=submit],
input::file-selector-button {
  display: inline-block;
  padding: 10px 20px;
  background: transparent;
  color: #fff;
  font-size: 20px;
  font-style: italic;
  text-transform: none;
  font-weight: normal;
  border-radius: 15px;
  text-align: center;
  cursor: pointer;
  transition: 0.4s;
  letter-spacing: 0;
  outline: none;
  border: none;
  background: url("zipfel_button_gold.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .button,
input[type=submit],
input::file-selector-button {
    padding: 15px 30px;
    font-size: 21px;
  }
}
.button.secondary-style,
input[type=submit].secondary-style,
input::file-selector-button.secondary-style {
  background-color: #f08159;
  color: #b89a49;
}
.button.btn-third,
input[type=submit].btn-third,
input::file-selector-button.btn-third {
  background-image: url("zipfel_button_blau.svg");
}
.button.btn-forth,
input[type=submit].btn-forth,
input::file-selector-button.btn-forth {
  background-image: url("zipfel_button_orange.svg");
}
.button.btn-fifth,
input[type=submit].btn-fifth,
input::file-selector-button.btn-fifth {
  background-image: url("zipfel_button_rot.svg");
}
.button.btn-sixth,
input[type=submit].btn-sixth,
input::file-selector-button.btn-sixth {
  background-image: url("zipfel_button_gruen.svg");
}

a.button {
  margin-bottom: 0;
}

.button.btn-third {
  background-image: url("zipfel_button_blau.svg");
}
.button.btn-forth {
  background-image: url("zipfel_button_orange.svg");
}
.button.btn-fifth {
  background-image: url("zipfel_button_rot.svg");
}
.button.btn-sixth {
  background-image: url("zipfel_button_gruen.svg");
}

input::file-selector-button {
  background-color: #f08159;
  color: #b89a49;
}

.break,
.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}

.ausrichtung {
  max-width: 100%;
  margin: 0 auto;
}

.ausrichtung-inner {
  max-width: 1024px;
  margin: 0 auto;
}

.ausrichtung-inner-inner {
  max-width: 768px;
  margin: 0 auto;
}

.trenner-container {
  width: 80%;
  margin: 0 auto;
}

.trenner {
  margin-bottom: 10px;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .trenner {
    margin-bottom: 20px;
    margin-top: 10px;
  }
}

.html1er a:not(.button),
.textbild_nofullwidth a:not(.button) {
  color: #b89a49;
}
.html1er a:not(.button)::before,
.textbild_nofullwidth a:not(.button)::before {
  content: "→";
  margin-right: 5px;
}

header {
  width: 100vw;
  height: auto;
  background: #143246;
  position: relative;
  padding: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 140px;
}
header .header-inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  height: 100%;
}
@media (min-width: 768px) {
  header .header-inner {
    justify-content: center;
  }
}
header .header-inner .search-container {
  position: absolute;
  display: flex;
  flex-direction: row;
  right: 0;
  top: 20px;
  margin-right: 20px;
}
header .header-inner .search-container form {
  display: flex;
  flex-direction: row;
  align-items: center;
}
header .header-inner .search-container form i {
  color: white;
  font-size: 14px;
  line-height: 1;
  margin-right: 5px;
}
header .header-inner .search-container form input[type=text] {
  width: 100px;
  padding: 5px 10px;
  margin: 0;
  border: 1px solid white;
  border-radius: 5px;
  font-size: 14px;
  color: white;
  background: #143246;
  height: 22px;
}
header .header-inner .search-container form input[type=text]::placeholder {
  color: white;
  opacity: 1;
}
header .header-inner .logo {
  width: auto;
  height: 140px;
  margin-right: 40px;
  transform: translate(0, 0) scale(0.5);
  /* Start mit kleiner Größe */
  opacity: 0;
  /* Start mit voller Transparenz */
  transition: all 0.4s ease-in-out;
  left: 0;
  top: 0;
  position: relative;
  /* Animation: Vergrößerung und Opacity */
}
header .header-inner .logo.appear {
  transform: scale(1);
  /* Vergrößert auf normale Größe */
  opacity: 1;
  /* Sichtbar machen */
}
header .header-inner .logo.center-presentation {
  margin-right: 0;
  height: 150px;
  top: calc( 140px + (400px / 6) );
  left: calc(100% / 2 - (170px / 2));
}
@media (min-width: 768px) {
  header .header-inner .logo.center-presentation {
    height: 300px;
    top: calc( 140px + (800px / 2.7) );
    left: calc(100% / 2 - (338px / 2));
  }
}
@media (min-width: 1024px) {
  header .header-inner .logo.center-presentation {
    height: 300px;
    top: calc( 140px + (800px / 2.7) );
    left: calc(768px / 2 - (338px / 2));
  }
}
header .header-inner .logo img {
  width: auto;
  height: 100%;
}
header .header-inner .claim {
  font-size: 12px;
  color: white;
  position: fixed;
  top: calc(140px + (400px / 1.7));
  left: 0;
  width: 100%;
  opacity: 0;
  /* Zu Beginn unsichtbar */
  transform: scale(0.9);
  /* Leichte Skalierung nach innen */
  transition: all 0.4s ease-in-out;
  pointer-events: none;
  /* Keine Interaktion */
}
@media (min-width: 480px) {
  header .header-inner .claim {
    font-size: 19px;
  }
}
@media (min-width: 768px) {
  header .header-inner .claim {
    font-size: 40px;
    top: calc(140px + (800px / 1.7));
  }
}
@media (min-width: 1024px) {
  header .header-inner .claim {
    font-size: 50px;
    top: calc(140px + (800px / 1.7));
  }
}
header .header-inner .claim.show {
  opacity: 1;
  /* Sichtbar */
  transform: scale(1);
  /* Normale Größe */
}
header .header-inner .claim.hide {
  max-width: 0;
  opacity: 0;
}
header .header-inner #menu-wrap {
  align-self: flex-end;
  width: 100%;
  margin: 0;
  position: absolute;
  bottom: -180px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (min-width: 768px) {
  header .header-inner #menu-wrap {
    display: flex;
    position: relative;
    bottom: unset;
    width: auto;
    margin-bottom: 30px;
  }
}
header .header-inner #menu-wrap #menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 10px 0;
  background-color: rgba(20, 50, 70, 0.7);
}
@media (min-width: 768px) {
  header .header-inner #menu-wrap #menu {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding: 0;
  }
}
header .header-inner #menu-wrap #menu li {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
}
@media (min-width: 768px) {
  header .header-inner #menu-wrap #menu li {
    width: auto;
    padding: 0 10px;
  }
}
header .header-inner #menu-wrap #menu li.siteparent0.current::after, header .header-inner #menu-wrap #menu li.siteparent0:hover::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("zipfel_linie_navi.svg");
  background-size: 210px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  bottom: -20px;
  width: 70%;
}
header .header-inner #menu-wrap #menu li a {
  color: white;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1;
  font-style: normal;
}
@media (min-width: 768px) {
  header .header-inner #menu-wrap #menu li a {
    font-size: 21px;
  }
}

.slider-container {
  width: 100%;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .slider-container {
    margin-top: 0;
  }
}
.slider-container .slides {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
}
.slider-container .slides .image-container {
  position: relative;
}
@media screen and (min-width: 768px) {
  .slider-container .slides .image-container {
    width: 100%;
  }
}
.slider-container .slides .image-container .copyrighttext {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  text-shadow: 0 0 3px #000;
  padding: 5px;
  padding-bottom: 5px;
}
.slider-container .slides .bildunterschrift {
  margin-top: 10px;
  margin-right: 10px;
  padding-left: 40px;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 24px;
  width: 100%;
  text-align: right;
  color: #143246;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .slider-container .slides .bildunterschrift {
    width: 100%;
    margin-top: 0;
  }
}
.slider-container .slick-dots {
  bottom: unset !important;
  top: 62% !important;
}
@media screen and (min-width: 480px) {
  .slider-container .slick-dots {
    top: 65% !important;
  }
}
@media screen and (min-width: 480px) {
  .slider-container .slick-dots {
    top: 72% !important;
  }
}
@media screen and (min-width: 600px) {
  .slider-container .slick-dots {
    top: 78% !important;
  }
}
@media screen and (min-width: 700px) {
  .slider-container .slick-dots {
    top: 81% !important;
  }
}
@media screen and (min-width: 768px) {
  .slider-container .slick-dots {
    width: 70% !important;
    top: 91% !important;
  }
}
.slider-container .slick-dots li.slick-active button::before {
  color: #143246 !important;
  opacity: 1 !important;
}
.slider-container .slick-dots li button::before {
  color: white !important;
  opacity: 1 !important;
}
.slider-container .slick-dots li button::before {
  position: absolute;
  font-size: 10px;
}

.content .content-inner ul,
.news-details ul {
  list-style: disc;
  list-style-position: outside;
  margin-left: 40px;
}
@media (min-width: 768px) {
  .content .content-inner ul,
.news-details ul {
    padding-left: 20px;
  }
}
.content .content-inner ul li,
.news-details ul li {
  padding-left: 0;
  position: relative;
  line-height: 1.4;
  margin-bottom: 10px;
}
.content .content-inner ul li p,
.news-details ul li p {
  margin-bottom: 0;
  padding-left: 0;
  display: inline;
}

#navitop {
  background: #143246;
  color: #b89a49;
  padding: 0px 0;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  position: relative;
  z-index: 1000;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  #navitop {
    justify-content: center;
  }
}
#navitop .menu-btn {
  cursor: pointer;
  z-index: 1000;
  margin-left: auto;
  position: absolute;
  bottom: 20px;
  right: 10px;
}
@media (min-width: 768px) {
  #navitop .menu-btn {
    display: none;
  }
}
#navitop .menu-btn div.menu-opener {
  width: 60px;
  height: auto;
  transition: 0.4s;
}
#navitop .menu-btn div.menu-opener.hide {
  display: none;
}
#navitop .menu-btn div.menu-closer {
  width: 60px;
  height: auto;
  transition: 0.4s;
}
#navitop .menu-btn div.menu-closer.hide {
  display: none;
}

.prefooter {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.prefooter img {
  width: auto;
  height: 100px;
}
@media (min-width: 768px) {
  .prefooter img {
    height: 150px;
  }
}

.footer {
  background: #143246;
  text-align: center;
  position: relative;
  z-index: 50;
  padding-left: 40px;
  padding-right: 40px;
}
@media (min-width: 768px) {
  .footer {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.footer .inner-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  border-top: 1px dashed white;
}
.footer .inner-content a {
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 0;
  font-style: normal;
}
.footer .inner-content .social {
  margin-left: 0px;
  margin-top: 20px;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .footer .inner-content .social {
    margin-left: 80px;
    margin-top: 0;
    width: auto;
  }
}
.footer .inner-content .social img {
  width: 30px;
  height: 30px;
}

.content {
  padding: 40px 20px;
}
@media (min-width: 768px) {
  .content {
    padding: 60px 20px;
  }
}
.so_mitmenschen .content {
  padding: 0;
}

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=date],
form input[type=time],
form input[type=url],
form input[type=search] {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #b89a49;
  border-radius: 25px;
  font-size: 19px;
  color: #b89a49;
}
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=date]:focus,
form input[type=time]:focus,
form input[type=url]:focus,
form input[type=search]:focus {
  border-color: #4a96d1;
}
@media (min-width: 768px) {
  form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=date],
form input[type=time],
form input[type=url],
form input[type=search] {
    margin-left: 40px;
  }
}
form label {
  margin-bottom: 0;
  font-weight: bold;
}
@media (min-width: 768px) {
  form label {
    margin-left: 40px;
  }
}
form .fields-checkbox {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (min-width: 768px) {
  form .fields-checkbox {
    margin-left: 40px;
  }
}
form .fields-checkbox input[type=checkbox] {
  margin-top: 4px;
}
form .fields-checkbox label {
  display: block;
  margin-bottom: 10px;
  font-weight: normal;
  margin-left: 10px;
  font-size: 16px;
}
form .fields-checkbox label a {
  font-size: 16px;
}
form .field-title-description,
form .field-description {
  font-size: 16px;
  color: #b89a49;
}
@media (min-width: 768px) {
  form .field-title-description,
form .field-description {
    padding-left: 40px;
  }
}
form .field-title-description {
  margin-bottom: 5px;
}
form .img-loaded-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
form .img-loaded-container img {
  display: block;
}
form .img-loaded-container span {
  margin-left: 20px;
  font-size: 16px;
  color: #f08159;
  font-weight: normal;
}
form .imageupload {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  form .imageupload {
    padding-left: 40px;
  }
}
form .imageupload .image-loaded {
  width: 200px;
  height: auto;
}
form .imageupload .img-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
form .imageupload .img-container img {
  display: block;
}
form .imageupload .img-container span {
  margin-left: 20px;
  font-size: 16px;
  color: #f08159;
  font-weight: bold;
}
form .imageupload span.button {
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}
form .imageupload .img-actions {
  display: block;
}
@media (min-width: 768px) {
  form input[type=submit] {
    margin-left: 40px;
  }
}
form h2 {
  margin-top: 30px;
}
form h2:nth-child(1) {
  margin-top: 0;
}

.bild_fullwidth {
  width: 100%;
}
.bild_fullwidth .content {
  width: 100%;
  padding: 0;
}
.bild_fullwidth .content .content-inner {
  width: 100%;
}
.bild_fullwidth .content .content-inner .item {
  width: 100%;
}
.bild_fullwidth .content .content-inner .item img {
  width: 100%;
}

.html1er .content {
  background-color: transparent;
  margin-bottom: 10px;
  padding: 15px 20px;
  box-sizing: border-box;
  padding-bottom: 0;
  margin-bottom: 0;
}
.html1er .content .content-inner {
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .html1er .content .content-inner {
    padding: 30px 0px;
  }
}
.html1er .content .content-inner .item ul li {
  margin-left: 22px;
}

.textbild_nofullwidth .content {
  background-color: transparent;
  margin-bottom: 0px;
  padding: 20px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .textbild_nofullwidth .content {
    padding: 20px;
    margin-bottom: 40px;
  }
}
.textbild_nofullwidth .content .content-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.textbild_nofullwidth .content .content-inner.bildrechts {
  flex-direction: row-reverse;
}
.textbild_nofullwidth .content .content-inner.bildrechts .item:nth-child(2) {
  padding: 20px 0px 0 0px;
}
@media (min-width: 768px) {
  .textbild_nofullwidth .content .content-inner.bildrechts .item:nth-child(2) {
    padding: 0 40px 0 0px;
  }
}
@media (min-width: 768px) {
  .textbild_nofullwidth .content .content-inner {
    align-items: center;
  }
}
.textbild_nofullwidth .content .content-inner h2 {
  width: 100%;
  margin-bottom: 20px;
}
.textbild_nofullwidth .content .content-inner .item {
  max-width: 100%;
  width: 100%;
  align-self: flex-start;
}
.textbild_nofullwidth .content .content-inner .item:nth-child(1) img {
  width: 100% w;
}
@media (min-width: 768px) {
  .textbild_nofullwidth .content .content-inner .item {
    max-width: 50%;
    align-self: center;
  }
}
.textbild_nofullwidth .content .content-inner .item:nth-child(2) {
  padding: 20px 0px 0 0px;
}
@media (min-width: 768px) {
  .textbild_nofullwidth .content .content-inner .item:nth-child(2) {
    padding: 0 0 0 40px;
  }
}

.akkordeon-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.akkordeon-container .akkordeon-container-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
}
.akkordeon-container .mobile-content {
  width: 100%;
}
@media (min-width: 768px) {
  .akkordeon-container .mobile-content {
    display: none !important;
  }
}
.akkordeon-container .mobile-content .inner-content {
  padding: 20px;
  text-align: center;
}
@media (min-width: 480px) {
  .akkordeon-container .mobile-content .inner-content {
    padding: 40px;
  }
}
.akkordeon-container .item {
  height: 400px;
  width: 100%;
  overflow: hidden;
  position: relative;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
@media (min-width: 768px) {
  .akkordeon-container .item {
    height: 800px;
  }
}
.akkordeon-container .item.halfopen {
  max-width: calc(100vw / 4);
}
.akkordeon-container .item.halfopen img.open {
  display: inline-block;
}
.akkordeon-container .item.halfopen img.close {
  display: none;
}
.akkordeon-container .item.halfopen .overlay-content-full {
  opacity: 0;
}
.akkordeon-container .item.open {
  max-width: calc(100vw);
}
.akkordeon-container .item.open img.open {
  display: none;
}
.akkordeon-container .item.open img.close {
  display: inline-block;
}
.akkordeon-container .item.open .overlay-content-full {
  opacity: 1;
}
.akkordeon-container .item.closed {
  max-width: 0;
}
.akkordeon-container .item .bg-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: transform 0.5s;
}
.akkordeon-container .item .bg-color-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.akkordeon-container .item .overlay-content-light {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  padding: 20px;
  text-align: center;
  cursor: pointer;
}
.akkordeon-container .item .overlay-content-light .inner-content {
  padding-bottom: 4vw;
}
.akkordeon-container .item .overlay-content-light .inner-content img {
  cursor: pointer;
  width: 20px;
  height: auto;
}
@media (min-width: 480px) {
  .akkordeon-container .item .overlay-content-light .inner-content img {
    width: 30px;
  }
}
@media (min-width: 768px) {
  .akkordeon-container .item .overlay-content-light .inner-content img {
    width: 40px;
  }
}
@media (min-width: 1024px) {
  .akkordeon-container .item .overlay-content-light .inner-content img {
    width: 50px;
  }
}
.akkordeon-container .item .overlay-content-light .inner-content img.open {
  margin-bottom: 10px;
}
@media (min-width: 480px) {
  .akkordeon-container .item .overlay-content-light .inner-content img.open {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .akkordeon-container .item .overlay-content-light .inner-content img.open {
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .akkordeon-container .item .overlay-content-light .inner-content img.open {
    margin-bottom: 20px;
  }
}
.akkordeon-container .item .overlay-content-light .inner-content img.close {
  margin-top: 10px;
}
@media (min-width: 480px) {
  .akkordeon-container .item .overlay-content-light .inner-content img.close {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .akkordeon-container .item .overlay-content-light .inner-content img.close {
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  .akkordeon-container .item .overlay-content-light .inner-content img.close {
    margin-top: 20px;
  }
}
.akkordeon-container .item .overlay-content-light .inner-content .h1lookalike {
  margin-bottom: 0;
  line-height: 1;
  font-size: 16px;
}
@media (min-width: 480px) {
  .akkordeon-container .item .overlay-content-light .inner-content .h1lookalike {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .akkordeon-container .item .overlay-content-light .inner-content .h1lookalike {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .akkordeon-container .item .overlay-content-light .inner-content .h1lookalike {
    font-size: 50px;
  }
}
.akkordeon-container .item .overlay-content-full {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
  text-align: center;
  transition: opacity 0.5s ease-in-out;
  display: none;
}
@media (min-width: 768px) {
  .akkordeon-container .item .overlay-content-full {
    display: flex;
  }
}
.akkordeon-container .item .overlay-content-full .inner-content {
  width: 100%;
  max-width: 400px;
  text-align: center;
  background-color: rgba(20, 50, 70, 0.7);
  padding: 40px;
}
.akkordeon-container .item .overlay-content-full .inner-content a {
  color: #143246;
  text-decoration: none;
  font-weight: bold;
}
.akkordeon-container .item:hover .bg-item {
  transform: scale(1.1);
}

.blog_siteobject {
  position: relative;
  height: 100%;
  display: block;
  padding: 20px;
  padding-top: 0px;
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .blog_siteobject {
    padding: 40px;
    padding-top: 0px;
  }
}
.blog_siteobject .news-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.blog_siteobject .news-inner .title {
  font-size: 22px;
  font-weight: bold;
  color: #b89a49;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .blog_siteobject .news-inner .title {
    margin-bottom: 60px;
  }
}
.blog_siteobject .news-inner .bereich-container {
  width: 100%;
  padding: 40px 0 0 0;
  padding-top: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .blog_siteobject .news-inner .bereich-container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
.blog_siteobject .news-inner .bereich-container span {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .blog_siteobject .news-inner .bereich-container span {
    margin-bottom: 20px;
  }
}
.blog_siteobject .news-inner .bereich-container span a {
  border: 1px solid white;
  font-size: 16px !important;
  font-weight: bold !important;
  color: white !important;
  -webkit-transform: translateZ(0);
  padding: 10px 20px;
  text-transform: none;
  white-space: nowrap;
  display: flex;
  align-items: center;
  width: auto;
  max-width: 100%;
  hyphens: auto;
  white-space: normal;
  word-break: break-word;
  margin: 10px;
}
@media screen and (min-width: 768px) {
  .blog_siteobject .news-inner .bereich-container span a {
    max-width: 250px;
    padding: 10px 20px;
    margin: 15px;
  }
}
.blog_siteobject .news-inner .bereich-container span a:hover, .blog_siteobject .news-inner .bereich-container span a.active {
  color: #b89a49 !important;
  border-color: #b89a49;
}
.blog_siteobject .news-inner .modnews {
  width: 100%;
  padding: 0;
  margin-bottom: 0;
  padding: 15px;
  margin-bottom: 20px;
  transform-origin: center;
  /* Rotationspunkt in der Mitte */
  transition: transform 0.3s ease;
  /* Optionale Animation bei Hover */
  will-change: transform;
  /* Erstes Bild: leicht nach links geneigt */
  /* Zweites Bild: leicht nach rechts geneigt */
  /* Drittes Bild: stärker nach links geneigt */
  /* Optional: bei Hover das Bild etwas aufrichten */
}
@media screen and (min-width: 480px) {
  .blog_siteobject .news-inner .modnews {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .blog_siteobject .news-inner .modnews {
    width: calc(33%);
    display: flex;
    flex-direction: row;
    margin-bottom: 60px;
  }
}
.blog_siteobject .news-inner .modnews:nth-child(3n+1) {
  transform: rotate(3deg);
}
.blog_siteobject .news-inner .modnews:nth-child(3n+2) {
  transform: rotate(-3deg);
}
.blog_siteobject .news-inner .modnews:nth-child(3n+3) {
  transform: rotate(-4deg);
}
.blog_siteobject .news-inner .modnews:hover {
  transform: rotate(0deg);
}
.blog_siteobject .news-inner .modnews .left {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .blog_siteobject .news-inner .modnews .left {
    width: 100%;
  }
}
.blog_siteobject .news-inner .modnews .left > a {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0;
}
.blog_siteobject .news-inner .modnews .left > a .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2%;
  z-index: 1;
}
.blog_siteobject .news-inner .modnews .left > a .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  box-shadow: 0 0px 12px rgba(0, 0, 0, 0.3);
}
.blog_siteobject .news-inner .modnews .left > a .overlay-text {
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  color: #143246;
  font-size: 16px;
  line-height: 1.1;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  hyphens: auto;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 300ms ease;
}
.blog_siteobject .news-inner .modnews .left img {
  width: 100%;
}
.blog_siteobject .news-inner .modnews .right {
  display: none !important;
  padding-left: 40px;
}
@media screen and (min-width: 768px) {
  .blog_siteobject .news-inner .modnews .right {
    width: 50%;
  }
}
.blog_siteobject .news-inner .more {
  margin-top: 40px;
  width: 100%;
  text-align: center;
}
.subpage .blog_siteobject .news-inner .bereich-container span a {
  color: #b89a49 !important;
  border-color: #b89a49;
}
.subpage .blog_siteobject .news-inner .bereich-container span a:hover, .subpage .blog_siteobject .news-inner .bereich-container span a.active {
  color: #143246 !important;
  border-color: #143246;
}

.date, .bereich {
  font-size: 14px;
  color: #143246;
  line-height: 1.3;
  font-weight: bold;
}

.bereich {
  color: #143246;
  text-decoration: none;
  margin-left: 0px;
  text-underline-offset: 0px;
  margin-top: -20px;
}
@media screen and (min-width: 768px) {
  .bereich {
    margin-top: -40px;
  }
}
.bereich span {
  color: #b89a49;
}

.inhalt {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.45;
}
.inhalt p, .inhalt a {
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
}

.back-to-overview {
  text-align: right;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .back-to-overview {
    padding-right: 40px;
  }
}

.news-details {
  position: relative;
  height: 100%;
  display: block;
  padding: 0;
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}
.news-details .image {
  width: 100%;
  position: relative;
}
.news-details .image img {
  width: 100%;
  height: auto;
}
.news-details .image .logo-header {
  position: absolute;
  right: 5vw;
  top: 4vw;
  max-width: 25vw;
}
@media screen and (min-width: 768px) {
  .news-details .image .logo-header {
    right: 110px;
    top: 80px;
    max-width: 230px;
  }
}
.news-details .inner {
  padding: 40px;
  padding-top: 20px;
  max-width: 768px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .news-details .inner {
    padding: 60px;
  }
}
.news-details .inner .trenner {
  margin-bottom: 10px;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .news-details .inner .trenner {
    margin-bottom: 20px;
    margin-top: 10px;
  }
}
.news-details .inner .left {
  width: 50%;
  padding: 40px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .news-details .inner .left {
    width: 100%;
    padding: 0px;
  }
}
.news-details .inner h1 {
  margin-top: 20px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .news-details .inner h1 {
    margin-top: 40px;
  }
}
.news-details .inner p {
  margin-left: 0px;
}
@media screen and (min-width: 768px) {
  .news-details .inner p {
    margin-left: 40px;
  }
}
.news-details .slider-container {
  width: 100%;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .news-details .slider-container {
    margin-top: 0;
  }
}
.news-details .slider-container .slides {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
}
.news-details .slider-container .slides .image-container {
  position: relative;
}
@media screen and (min-width: 768px) {
  .news-details .slider-container .slides .image-container {
    width: 100%;
  }
}
.news-details .slider-container .slides .image-container .copyrighttext {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  text-shadow: 0 0 3px #000;
  padding: 5px;
  padding-bottom: 5px;
}
.news-details .slider-container .slides .bildunterschrift {
  margin-top: 10px;
  margin-right: 10px;
  padding-left: 40px;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 24px;
  width: 100%;
  text-align: right;
  color: #143246;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .news-details .slider-container .slides .bildunterschrift {
    width: 100%;
    margin-top: 0;
  }
}
.news-details .slider-container .slick-dots {
  bottom: unset !important;
  top: 62% !important;
}
@media screen and (min-width: 480px) {
  .news-details .slider-container .slick-dots {
    top: 65% !important;
  }
}
@media screen and (min-width: 480px) {
  .news-details .slider-container .slick-dots {
    top: 72% !important;
  }
}
@media screen and (min-width: 600px) {
  .news-details .slider-container .slick-dots {
    top: 78% !important;
  }
}
@media screen and (min-width: 700px) {
  .news-details .slider-container .slick-dots {
    top: 81% !important;
  }
}
@media screen and (min-width: 768px) {
  .news-details .slider-container .slick-dots {
    width: 70% !important;
    top: 91% !important;
  }
}
.news-details .slider-container .slick-dots li.slick-active button::before {
  color: #143246 !important;
  opacity: 1 !important;
}
.news-details .slider-container .slick-dots li button::before {
  color: white !important;
  opacity: 1 !important;
}
.news-details .slider-container .slick-dots li button::before {
  position: absolute;
  font-size: 10px;
}

.social-container {
  font-size: 14px;
  color: #143246;
  line-height: 1.3;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
.social-container i {
  color: #143246;
}
.social-container .social-container-inner {
  position: absolute;
  right: 0;
  max-height: 0;
  max-width: 0;
  overflow: hidden;
  text-align: right;
  transition: all 3ms ease;
}
.social-container .social-container-inner.show {
  max-height: 40px;
  max-width: 130px;
  width: 130px;
}
.social-container .social-container-inner a {
  text-decoration: none !important;
  margin-left: 5px;
  margin-right: 5px;
}
.social-container .social-container-inner a:last-child {
  margin-right: 0;
}

.sitesearch {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.sitesearch .item {
  margin-bottom: 60px;
  text-align: center;
}
.sitesearch .item p {
  margin-bottom: 0;
}
.sitesearch .item small {
  margin-top: 10px;
  display: block;
  font-size: 12px;
  line-height: 1.4;
}

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