@charset "UTF-8";
/*
Orange 		#fa7f1e
Gelb		#ffcc59
Hellgrau 	#E9E9E9
Dunkelgrau 	#222221
Schwarz 	#1D1D1B
Rot 		#c61d2f
Rot hell	rgba(228,35,33,1.00);
Blau		#0076bd
font-family: 'Open Sans', sans-serif;
font-family: 'UnifrakturCook', cursive;
*/
/* CSS Document */
/* default styles for extension "tx_frontend" */
.ce-align-left {
  text-align: left; }

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

.ce-align-right {
  text-align: right; }

.ce-table td, .ce-table th {
  vertical-align: top; }

.ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
  overflow: hidden; }

.ce-left .ce-gallery, .ce-column {
  float: left; }

.ce-center .ce-outer {
  position: relative;
  float: right;
  right: 50%; }

.ce-center .ce-inner {
  position: relative;
  float: right;
  right: -50%; }

.ce-right .ce-gallery {
  float: right; }

.ce-gallery figure {
  display: table;
  margin: 0; }

.ce-gallery figcaption {
  display: table-caption;
  caption-side: bottom; }

.ce-gallery img {
  display: block; }

.ce-gallery iframe {
  border-width: 0; }

.ce-border img,
.ce-border iframe {
  border: 2px solid #000000;
  padding: 0px; }

/* .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
     margin-bottom: 10px;
 }*/
.ce-intext.ce-right .ce-gallery {
  margin-left: 10px; }

.ce-intext.ce-left .ce-gallery {
  margin-right: 10px; }

.ce-below .ce-gallery {
  margin-top: 10px; }

.ce-column {
  margin-right: 10px; }

.ce-column:last-child {
  margin-right: 0; }

/*.ce-row { margin-bottom: 10px; }*/
.ce-row:last-child {
  margin-bottom: 0; }

.ce-above .ce-bodytext {
  clear: both; }

.ce-intext.ce-left ol, .ce-intext.ce-left ul {
  padding-left: 40px;
  overflow: auto; }

/* Headline */
.ce-headline-left {
  text-align: left; }

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

.ce-headline-right {
  text-align: right; }

/* Uploads */
.ce-uploads {
  margin: 0;
  padding: 0; }

.ce-uploads li {
  list-style: none outside none;
  margin: 1em 0; }

.ce-uploads img {
  float: left;
  padding-right: 1em;
  vertical-align: top; }

.ce-uploads span {
  display: block; }

/* Table */
.ce-table {
  width: 100%;
  max-width: 100%; }

.ce-table th, .ce-table td {
  padding: 0.5em 0.75em;
  vertical-align: top; }

.ce-table thead th {
  border-bottom: 2px solid #dadada; }

.ce-table th, .ce-table td {
  border-top: 1px solid #c61d2f; }

.ce-table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.ce-table-bordered th, .ce-table-bordered td {
  border: 1px solid #dadada; }

/* Space */
.frame-space-before-extra-small {
  margin-top: 1em; }

.frame-space-before-small {
  margin-top: 2em; }

.frame-space-before-medium {
  margin-top: 4em; }

.frame-space-before-large {
  margin-top: 6em; }

.frame-space-before-extra-large {
  margin-top: 8em; }

.frame-space-after-extra-small {
  margin-bottom: 1em; }

.frame-space-after-small {
  margin-bottom: 2em; }

.frame-space-after-medium {
  margin-bottom: 4em; }

.frame-space-after-large {
  margin-bottom: 6em; }

.frame-space-after-extra-large {
  margin-bottom: 8em; }

/* Frame */
.frame-ruler-before:before {
  content: '';
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  margin-bottom: 2em; }

.frame-ruler-after:after {
  content: '';
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  margin-top: 2em; }

.frame-indent {
  margin-left: 15%;
  margin-right: 15%; }

.frame-indent-left {
  margin-left: 33%; }

.frame-indent-right {
  margin-right: 33%; }

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

/* CSS */
.topnavi {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  font-weight: 700; }

/*### Farben ###*/
.topnavi {
  border-bottom: 0px solid transparent; }

/*Border unter der Navi Desktop ganze Breite*/
.topnavi__lvl--first {
  background-color: #fafafa; }

/*Hintergrundfarbe hinter den Button  für mobil*/
.topnavi__link--first {
  background-color: rgba(240, 240, 240, 0.9); }

/*normal Hintergrund 1. Ebene nur mobil*/
.topnavi__link--sub {
  background-color: rgba(255, 255, 255, 0.85); }

/*normal Hintergrund ab 2. Ebene*/
.topnavi__link--first:hover {
  background-color: white; }

/*hover 1. Ebene mobil*/
.topnavi__link--sub:hover {
  background-color: white; }

/*hover 2. Ebene*/
.topnavi__link--active {
  background-color: #c61d2f; }

/*Aktiv Hintergrund nur mobil*/
.topnavi__lvl--first > .topnavi__item {
  border-bottom: 1px solid #666; }

/*Border unten 1. Ebene mobil*/
.topnavi__lvl--first .topnavi__item li {
  border-bottom: 1px solid #666; }

/*Border unten 2. Ebene */
@media only screen and (min-width: 1050px) {
  /*.topnavi {background-color:#fafafa; } */
  /*Hintergrund ganze Breite*/
  .topnavi__lvl--first {
    background-color: transparent; }

  /*Hintergrund ganze Breite*/
  .topnavi__link--first {
    background-color: transparent; }

  /*Hintergrundfarbe Navi 1. Ebene nur Desktop*/
  .topnavi__link--first:hover {
    background-color: transparent; }

  /*hover 1. Ebene nur Desktop */
  /*.topnavi__link--active { background-color:#fafafa;}*/
  /*Aktiv Hintergrund nur Desktop */
  .topnavi {
    border-bottom: 0px solid #ddd; }

  /*Border unter der Navi Desktop ganze Breite*/
  #toggle-menu {
    border-bottom: 0px solid transparent; }

  /*ist ausgeblendet für Desktop*/
  .topnavi__lvl--sub {
    border-top: 1px solid #666; }

  /*Border oben bei Sub-Navigation*/
  .topnavi__lvl--sub:last-child {
    border-bottom: 1px solid #666; }

  .topnavi__lvl--first > .topnavi__item {
    border-bottom: 1px solid transparent; }

  /*Border unten 1. Ebene Desktop*/ }
/*Symbol Navigation mobil*/
.topnavi .bar1, .topnavi .bar2, .topnavi .bar3 {
  background: #666; }

/*x für Navi Mobil*/
.topnavi .change .bar1, .topnavi .change .bar3 {
  background: #333; }

/*x für Navi Mobil wenn geöffnet*/
/*Schriftfarben*/
.topnavi__link--first, .topnavi__link--sub,
.topnavi__link--sub, .topnavi__item {
  color: #c61d2f; }

/*Schrift normal*/
.topnavi__link--active {
  color: #fff; }

/*Schrift activ*/
@media only screen and (max-width: 1050px) {
  .topnavi__link--active {
    color: #fff; } }
.topnavi__lvl--sub .topnavi__link--active {
  color: #fff; }

.topnavi__link--first:hover, .topnavi__link--sub:hover {
  color: #e42321;
  text-shadow: rgba(255, 255, 255, 0.9) 0px 0px 2px; }

/*Schrift hover*/
.topnavi {
  text-shadow: rgba(50, 50, 50, 0.45) 1px 1px 3px; }

/*MENU ARROWS*/
.topnavi__label {
  background-color: #bbb;
  transition: all .125s ease-in-out;
  -webkit-transition: all .125s ease-in-out; }

.topnavi__label:hover {
  background-color: #ddd; }

/*Box für Pfeil bei sub-Navigation Desktop + mobil*/
.topnavi__arrow {
  border-top: 6px solid #666; }

.topnavi__arrow--sub {
  border-top: 6px solid #666; }

@media (min-width: 1050px) {
  .topnavi__arrow--sub {
    border-left: 6px solid #666;
    border-top: 6px solid transparent; }

  .topnavi__label {
    background-color: transparent; } }
/*ausblenden 1. Box für mobil*/
.topnavi label .topnavi__label {
  background-color: transparent; }

.container .topnavi__arrow {
  border-top: 6px solid transparent; }

.container .topnavi__arrow--sub {
  border-top: 6px solid transparent; }

/*korrektur position höhe 3. Ebene für Desktop*/
.topnavi__lvl--sub li ul {
  margin-top: -1px; }

/* ##### navi-wrap Positionierung #####*/
.navi-wrap {
  margin: 0 auto; }

@media (min-width: 1050px) {
  .topnavi {
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../Images/kontur.svg") no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }

  .topnavi__lvl--sub {
    margin-top: 1px; } }
#toggle-menu {
  display: block;
  /*padding: 0.75em 1em;*/
  position: relative;
  /*  text-align: right;*/ }

/*########### Farbe Ende ###########*/
/**
 * MENU ARROWS
 */
.topnavi__arrow {
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  display: inline-block;
  vertical-align: middle;
  height: 0;
  width: 0; }

.topnavi__arrow--sub {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  display: inline-block;
  vertical-align: middle;
  height: 0;
  width: 0; }

@media (min-width: 1050px) {
  .topnavi__arrow--sub {
    border-right: none;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid transparent; } }
/**
 * MOBILE VIEW
 */
.topnavi__lvl--first::after {
  clear: both;
  content: "";
  display: table; }

.topnavi__lvl--first,
.topnavi__lvl--sub {
  margin: 0;
  padding: 0; }

.topnavi__lvl--first,
.topnavi input[type="checkbox"] {
  display: none; }

#toggle:checked + .topnavi__lvl--first,
.topnavi input[type="checkbox"]:checked + .topnavi__lvl--sub {
  display: block; }

.topnavi__item {
  display: block;
  position: relative; }

.topnavi__item a {
  display: block;
  position: relative;
  text-decoration: none; }

.topnavi__item a:hover, .topnavi__item a:focus {
  text-decoration: none; }

.topnavi__link--first {
  padding: 0.75em 1em;
  padding-right: 42px; }

.topnavi__lvl--sub {
  display: none;
  padding-left: 1em; }

.topnavi__link--sub {
  padding: 0.75em 1em;
  padding-right: 42px; }

.topnavi__link--active {
  padding: 0.75em 1em;
  padding-right: 42px; }

ul span.topnavi__label {
  display: none; }

/**
 * DESKTOP VIEW
 */
@media only screen and (min-width: 1050px) {
  #toggle-menu,
  .topnavi input[type="checkbox"]:checked + .topnavi__lvl--sub {
    display: none; }

  .topnavi__lvl--first,
  .topnavi__item:hover > input[type="checkbox"] + .topnavi__lvl--sub {
    display: block; }

  .topnavi__item {
    float: left; }

  .topnavi__link--first {
    padding: 0.75em 1em;
    padding-right: 42px; }

  .topnavi__lvl--sub {
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 12em;
    z-index: 3000; }

  .topnavi__lvl--sub .topnavi__item {
    float: none; }

  .topnavi__lvl--sub .topnavi__lvl--sub {
    top: 0;
    left: 100%; } }
/**
 * LABELS
 */
.topnavi__label:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.topnavi__label {
  height: 100%;
  padding: 0 .5em;
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0; }

.topnavi__lvl--sub .topnavi__item:last-child {
  border-width: 0; }

.topnavi__item--header {
  letter-spacing: 0.2em;
  text-transform: uppercase; }

.topnavi__item a {
  transition: all .125s ease-in-out;
  -webkit-transition: all .125s ease-in-out; }

@media only screen and (min-width: 1050px) {
  .topnavi__item {
    border-width: 0 1px 0 0; }

  .topnavi__lvl--sub {
    border-width: 0; }

  .topnavi__lvl--sub .topnavi__item {
    border-width: 0 0 1px; } }
/* ############# Navigation Symbol Mobil ############### */
.topnavi .container {
  padding: 0.75em 25px;
  cursor: pointer;
  display: inline-block; }

.topnavi .bar1,
.topnavi .bar2,
.topnavi .bar3 {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #c61d2f;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; }

.topnavi .change .bar1 {
  -webkit-transform: rotate(45deg) translate(0, -2px);
  transform: rotate(45deg) translate(0, -2px); }

.topnavi .change .bar2 {
  opacity: 0; }

.topnavi .change .bar3 {
  -webkit-transform: rotate(-45deg) translate(0, -2px);
  transform: rotate(-45deg) translate(0, -2px); }

/*Powermail*/
/* Einfaches CSS für Powermail-Formulare */
.tx-powermail .powermail_fieldwrap + .powermail_fieldwrap {
  margin-block-start: 0; }

.powermail_fieldset .col-md-6 {
  padding-right: 0; }

fieldset.powermail_fieldset {
  border: 1px solid #c61d2f;
  border-radius: 6px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  background: rgba(255, 255, 255, 0.31); }

legend.powermail_legend {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0 0.5rem; }

.powermail_fieldwrap {
  margin-bottom: 1rem; }

.powermail_label {
  display: block;
  margin-bottom: 0.4rem;
  font-weight: bold; }

.powermail_input,
.powermail_textarea,
.form-control {
  width: 100%;
  padding: 0.6rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem; }

.powermail_textarea {
  resize: vertical;
  min-height: 100px; }

.mandatory {
  color: red; }

/* Checkboxen und Radios */
.form-check {
  margin-bottom: 0.5rem; }

.form-check-input {
  margin-right: 0.4rem; }

/* Hinweise oder Fehlermeldungen */
.powermail_field_error_container {
  color: red;
  font-size: 0.9rem;
  margin-top: 0.2rem; }

/* Buttons */
button,
input[type="submit"] {
  padding: 0.6rem 1.2rem;
  font-size: 1rem;
  background: #c61d2f;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer; }

button:hover,
input[type="submit"]:hover {
  background: #0056b3; }

.btn-primary {
  margin-top: 30px;
  width: 100%; }

/* Abstände für Zeilen */
.row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem; }

.col-md-6 {
  flex: 1 1 45%; }

@media (max-width: 768px) {
  .col-md-6 {
    flex: 1 1 100%; } }
/* Erweiterung: Einfaches CSS für Login-Formular */
.login-form-container {
  width: 50%;
  margin: 3rem auto;
  padding: 1.5rem;
  border: 1px solid #c61d2f;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.31); }

.login-form-container fieldset {
  border: none;
  padding: 0;
  margin: 0; }

.login-form-container legend {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem; }

.login-form-container label {
  display: block;
  margin-bottom: 0.4rem;
  font-weight: bold; }

.login-form-container input[type="text"],
.login-form-container input[type="password"] {
  width: 100%;
  padding: 0.6rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 1rem;
  font-size: 1rem; }

.login-form-container input[type="submit"] {
  width: 100%;
  padding: 0.6rem;
  background: #c61d2f;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer; }

.login-form-container input[type="submit"]:hover {
  background: #0056b3; }

@media (max-width: 768px) {
  .login-form-container {
    width: 90%; } }
/* Alternative Selektoren für TYPO3 fe_login (ohne zusätzliche Wrapper-Klasse) */
.frame-type-felogin_login {
  width: 50%;
  margin: 3rem auto; }

.frame-type-felogin_login fieldset {
  border: 1px solid #c61d2f;
  border-radius: 6px;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.31); }

.frame-type-felogin_login legend {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem; }

.frame-type-felogin_login label {
  display: block;
  margin-bottom: 0.4rem;
  font-weight: bold; }

.frame-type-felogin_login input[type="text"],
.frame-type-felogin_login input[type="password"] {
  width: 100%;
  padding: 0.6rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 1rem;
  font-size: 1rem; }

.frame-type-felogin_login input[type="submit"] {
  width: 100%;
  padding: 0.6rem;
  background: #c61d2f;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer; }

.frame-type-felogin_login input[type="submit"]:hover {
  background: #0056b3; }

@media (max-width: 768px) {
  .frame-type-felogin_login {
    width: 90%; } }
/* CSS Document */
.frame-slick-slider {
  position: relative; }

.frame-slick-slider header {
  position: absolute;
  z-index: 100;
  padding: 0;
  color: #bf0015;
  margin: 0 auto;
  width: 100%; }

.frame-slick-slider header a,
.frame-slick-slider header a:hover {
  color: #bf0015;
  text-decoration: none;
  display: block; }

.frame-slick-slider header h1,
.frame-slick-slider header h2,
.frame-slick-slider header h3,
.frame-slick-slider header h4 {
  font-size: 8vw;
  padding: 0;
  margin: 0;
  text-align: center;
  font-family: 'UnifrakturCook', cursive;
  color: #bf0015;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3), 1px 1px 1px white, 1px -1px 1px white, -1px 1px 1px white, -1px -1px 1px white; }

.frame-slick-slider .ce-bodytext {
  display: none; }

@media only screen and (min-width: 768px) {
  .frame-slick-slider .ce-bodytext {
    display: block;
    position: absolute;
    bottom: 50px;
    padding: 15px 25px 0;
    width: 100%;
    text-align: center; } }
.slick-prev,
.slick-next {
  z-index: 1101;
  width: 50p;
  height: 50px; }

.slick-next:before {
  content: '→';
  font-size: 50px;
  color: rgba(191, 0, 21, 0.84); }

.slick-prev:before {
  content: '←';
  font-size: 50px;
  color: rgba(191, 0, 21, 0.84); }

.frame-slick-block {
  border-radius: 2px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25); }

.frame-slick-block header {
  text-align: center; }

.frame-slick-block header h2 {
  margin-block-start: 0;
  margin-block-end: 0;
  padding: 0.5em; }

.frame-slick-block .ce-bodytext {
  padding: 0 25px; }

.drei-zeilen_1 .slick-track {
  display: flex !important;
  padding-bottom: 10px; }

.drei-zeilen_1 .slick-slide {
  padding: 0 5px;
  height: auto;
  display: flex; }

.drei-zeilen_1 .slick-slide > div {
  background-image: linear-gradient(to top, #4D0001 0%, #c61d2f 90%); }

.drei-zeilen_1 .frame-slick-block {
  flex: 1;
  display: flex;
  height: 100%;
  color: #fff; }

.drei-zeilen_1 .frame-slick-block a {
  color: #fff; }
  .drei-zeilen_1 .frame-slick-block a:hover {
    color: #000; }

.layout-drei-zeilen .ce-gallery img.image-embed-item {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block; }

/* Style */
@font-face {
  font-family: 'Open Sans';
  src: url("/typo3conf/ext/ids_suendenfrei/Resources/Public/Fonts/OpenSans-Bold.eot");
  src: url("/typo3conf/ext/ids_suendenfrei/Resources/Public/Fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("/typo3conf/ext/ids_suendenfrei/Resources/Public/Fonts/OpenSans-Bold.woff2") format("woff2"), url("/typo3conf/ext/ids_suendenfrei/Resources/Public/Fonts/OpenSans-Bold.woff") format("woff"), url("/typo3conf/ext/ids_suendenfrei/Resources/Public/Fonts/OpenSans-Bold.ttf") format("truetype"), url("/typo3conf/ext/ids_suendenfrei/Resources/Public/Fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Open Sans';
  src: url("/typo3conf/ext/ids_suendenfrei/Resources/Public/Fonts/OpenSans-Regular.eot");
  src: url("/typo3conf/ext/ids_suendenfrei/Resources/Public/Fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("/typo3conf/ext/ids_suendenfrei/Resources/Public/Fonts/OpenSans-Regular.woff2") format("woff2"), url("/typo3conf/ext/ids_suendenfrei/Resources/Public/Fonts/OpenSans-Regular.woff") format("woff"), url("/typo3conf/ext/ids_suendenfrei/Resources/Public/Fonts/OpenSans-Regular.ttf") format("truetype"), url("/typo3conf/ext/ids_suendenfrei/Resources/Public/Fonts/OpenSans-Regular.svg#OpenSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
/* unifrakturcook-700 - latin */
@font-face {
  font-family: 'UnifrakturCook';
  src: url("/typo3conf/ext/ids_suendenfrei/Resources/Public/Fonts/UnifrakturCook-Bold.eot");
  src: url("/typo3conf/ext/ids_suendenfrei/Resources/Public/Fonts/UnifrakturCook-Bold.eot?#iefix") format("embedded-opentype"), url("/typo3conf/ext/ids_suendenfrei/Resources/Public/Fonts/UnifrakturCook-Bold.woff2") format("woff2"), url("/typo3conf/ext/ids_suendenfrei/Resources/Public/Fonts/UnifrakturCook-Bold.woff") format("woff"), url("/typo3conf/ext/ids_suendenfrei/Resources/Public/Fonts/UnifrakturCook-Bold.ttf") format("truetype"), url("/typo3conf/ext/ids_suendenfrei/Resources/Public/Fonts/UnifrakturCook-Bold.svg#UnifrakturCook-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  background: url("../Images/Hintergrund-Suendenfrei-2.0.jpg") top center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /* ### Logo TOP ### */
  /* ###### Schrift ####### */
  /* ## Silbentrennung ## */
  /* ### Link ### */
  /*### Spalten Abstand ###*/
  /*###### Bilder ce-border #####################################################*/
  /* Responsive Bilder */
  /* Entfernt Wirkung von width/height im Inline-Style oder HTML-Attribut */
  /*###### video ######*/
  /* ################## Container ####################### */
  /* Bildunterschrift */
  /* ######## footer ####### */
  /* ############## WS_Flexslider ############# */
  /* Rahmen entfernen */
  /* Überschrift und Beschreibung */
  /*Link*/ }
  html #wrapp-all, body #wrapp-all {
    overflow: hidden; }
  html .navi-top-wrap,
  html .drei-zeilen_0 .frame, body .navi-top-wrap,
  body .drei-zeilen_0 .frame {
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto; }
  html .drei-zeilen_2 .frame, body .drei-zeilen_2 .frame {
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto; }
  html .drei-zeilen_0 .frame > header,
  html .drei-zeilen_0 .frame > div,
  html .drei-zeilen_2 .frame > header,
  html .drei-zeilen_2 .frame > div, body .drei-zeilen_0 .frame > header,
  body .drei-zeilen_0 .frame > div,
  body .drei-zeilen_2 .frame > header,
  body .drei-zeilen_2 .frame > div {
    padding: 0 25px; }
  html .grid-container .frame header,
  html .grid-container .frame div, body .grid-container .frame header,
  body .grid-container .frame div {
    padding: 0; }
  html .logo-right h3, body .logo-right h3 {
    text-align: center;
    font-size: 4rem; }
  @media only screen and (max-width: 1024px) {
    html .logo-right h3, body .logo-right h3 {
      text-align: right; } }
  html .navi-top-inner .logo-right p,
  html .navi-top-inner .logo-right h3, body .navi-top-inner .logo-right p,
  body .navi-top-inner .logo-right h3 {
    font-family: 'UnifrakturCook', cursive;
    padding: 0;
    margin: 0;
    color: #c61d2f;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3), 1px 1px 1px black, 1px -1px 1px black, -1px 1px 1px black, -1px -1px 1px black; }
  html .navi-top-inner .logo-right h3 a, body .navi-top-inner .logo-right h3 a {
    text-decoration: none;
    color: #c61d2f; }
  html .navi-top-inner .logo-right p, body .navi-top-inner .logo-right p {
    font-size: 2.3rem; }
  html .navi-top-inner .logo-right sub, body .navi-top-inner .logo-right sub {
    font-size: 1.05rem;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3); }
  html .navi-top-inner .logo-right p.sub, body .navi-top-inner .logo-right p.sub {
    margin: 0;
    padding: 0; }
  html .logo-right a, body .logo-right a {
    color: #c61d2f;
    text-decoration: none; }
  @media only screen and (min-width: 768px) {
    html .navi-top-inner, body .navi-top-inner {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
    html .navi-top-inner .logo-left, body .navi-top-inner .logo-left {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      /*width: 25%;*/
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    html .navi-top-inner .logo-right, body .navi-top-inner .logo-right {
      -webkit-box-flex: 3;
      -moz-box-flex: 3;
      /*width: 75%;*/
      -webkit-flex: 3;
      -ms-flex: 3;
      flex: 3; }
    html .navi-top-inner img, body .navi-top-inner img {
      width: 100%;
      height: auto;
      padding: 15px; }
    html .navi-top-inner .logo-right, body .navi-top-inner .logo-right {
      margin: 15px; }
    html .navi-top-inner .logo-right p, body .navi-top-inner .logo-right p {
      text-align: right;
      height: 15px; }
    html .navi-top-inner .logo-right h3, body .navi-top-inner .logo-right h3 {
      text-align: right; } }
  @media only screen and (max-width: 768px) {
    html .navi-top-inner img, body .navi-top-inner img {
      width: 70%;
      height: auto;
      padding: 15px;
      margin-right: auto;
      margin-left: auto; }
    html .navi-top-inner .ce-row, body .navi-top-inner .ce-row {
      padding-top: 15px; }
    html .navi-top-inner .logo-right p, body .navi-top-inner .logo-right p {
      text-align: center; }
    html .navi-top-inner .logo-right p sub, body .navi-top-inner .logo-right p sub {
      height: 15px;
      margin-bottom: 15px; }
    html .navi-top-inner .logo-right h3, body .navi-top-inner .logo-right h3 {
      text-align: center; }
    html .navi-top-inner .logo-right, body .navi-top-inner .logo-right {
      padding-bottom: 25px; } }
  html body, body body {
    color: #444;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1rem; }
  html strong, body strong {
    font-weight: bolder; }
  html p, html .sg-row, html h2, html h3, body p, body .sg-row, body h2, body h3 {
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; }
  html .text-right, body .text-right {
    text-align: right; }
  html .text-center, body .text-center {
    text-align: center; }
  html .drei-zeilen_0 h1, body .drei-zeilen_0 h1 {
    font-family: 'UnifrakturCook', cursive;
    color: #c61d2f;
    text-align: center;
    text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.8), 1px 1px 1px black, 1px -1px 1px black, -1px 1px 1px black, -1px -1px 1px black; }
  @media only screen and (min-width: 768px) {
    html .drei-zeilen_0 h1, body .drei-zeilen_0 h1 {
      font-size: 8vw; } }
  @media only screen and (min-width: 1600px) {
    html .drei-zeilen_0 h1, body .drei-zeilen_0 h1 {
      font-size: 8rem; } }
  html .drei-zeilen_0 h2, body .drei-zeilen_0 h2 {
    color: #0076bd;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); }
  html .drei-zeilen_0 a, body .drei-zeilen_0 a {
    color: #555;
    transition: all .225s ease-in-out;
    -webkit-transition: all .225s ease-in-out; }
  html .drei-zeilen_0 a:hover, body .drei-zeilen_0 a:hover {
    color: #01579b; }
  html .layout-1spalte .layout-space-r-l, html .layout-drei-zeilen .layout-space-r-l, body .layout-1spalte .layout-space-r-l, body .layout-drei-zeilen .layout-space-r-l {
    min-height: 500px; }
  @media only screen and (min-width: 768px) {
    html .layout-2spalten .content_2Spalten_0, html .layout-2spalten_50 .content_2Spalten_50_0, body .layout-2spalten .content_2Spalten_0, body .layout-2spalten_50 .content_2Spalten_50_0 {
      margin-right: 25px; }
    html .layout-2spalten_50 .content_2Spalten_50_2, body .layout-2spalten_50 .content_2Spalten_50_2 {
      margin-left: 25px; } }
  html #wrapp-all, body #wrapp-all {
    margin: 10px auto;
    border-radius: 5px; }
  html .drei-zeilen_0 .image-embed-item,
  html .drei-zeilen_0 .image-embed-item img, body .drei-zeilen_0 .image-embed-item,
  body .drei-zeilen_0 .image-embed-item img {
    width: 100% !important;
    height: auto !important; }
  html .drei-zeilen_0 img.image-embed-item, body .drei-zeilen_0 img.image-embed-item {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    /* für Responsive Design */ }
  html .drei-zeilen_0 .ce-column, body .drei-zeilen_0 .ce-column {
    width: 100%; }
  html .drei-zeilen_0 .image-embed-item, body .drei-zeilen_0 .image-embed-item {
    padding-bottom: 10px; }
  html .drei-zeilen_0 .ce-row, body .drei-zeilen_0 .ce-row {
    margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    html .drei-zeilen_0 .ce-inner .ce-row, body .drei-zeilen_0 .ce-inner .ce-row {
      display: flex; }
    html .drei-zeilen_0 .image-embed-item, body .drei-zeilen_0 .image-embed-item {
      padding-bottom: 0; }
    html .drei-zeilen_0 .ce-row, body .drei-zeilen_0 .ce-row {
      margin-bottom: 10px;
      display: flex; } }
  html .ce-border img, body .ce-border img {
    border-radius: 5px;
    border: 2px solid #fff; }
  html video, body video {
    width: 100%; }
  html audio, body audio {
    max-width: 100%; }
  @media only screen and (min-width: 860px) {
    html .grid-row,
    html .tx-events2 .row, body .grid-row,
    body .tx-events2 .row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    html .grid-col,
    html .col-md, body .grid-col,
    body .col-md {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding-right: 50px; }
    html .col-lg-3,
    html .col-md-3, body .col-lg-3,
    body .col-md-3 {
      -webkit-box-flex: 3;
      -moz-box-flex: 3;
      -webkit-flex: 3;
      -ms-flex: 3;
      flex: 3;
      padding-right: 50px; }
    html .col-lg-4,
    html .col-md-4, body .col-lg-4,
    body .col-md-4 {
      -webkit-box-flex: 4;
      -moz-box-flex: 4;
      -webkit-flex: 4;
      -ms-flex: 4;
      flex: 4;
      padding-right: 50px; }
    html .col-lg-6,
    html .col-md-6, body .col-lg-6,
    body .col-md-6 {
      -webkit-box-flex: 6;
      -moz-box-flex: 6;
      -webkit-flex: 6;
      -ms-flex: 6;
      flex: 6;
      padding-right: 50px; }
    html .col-lg-8,
    html .col-md-8, body .col-lg-8,
    body .col-md-8 {
      -webkit-box-flex: 8;
      -moz-box-flex: 8;
      -webkit-flex: 8;
      -ms-flex: 8;
      flex: 8;
      padding-right: 50px; }
    html .col-lg-9,
    html .col-md-9, body .col-lg-9,
    body .col-md-9 {
      -webkit-box-flex: 9;
      -moz-box-flex: 9;
      -webkit-flex: 9;
      -ms-flex: 9;
      flex: 9;
      padding-right: 50px; }
    html .grid-col:last-child,
    html .col-lg-3:last-child,
    html .col-lg-4:last-child,
    html .col-lg-6:last-child,
    html .col-lg-8:last-child,
    html .col-lg-9:last-child, body .grid-col:last-child,
    body .col-lg-3:last-child,
    body .col-lg-4:last-child,
    body .col-lg-6:last-child,
    body .col-lg-8:last-child,
    body .col-lg-9:last-child {
      padding-right: 0; } }
  html .space-content .image-caption, body .space-content .image-caption {
    font-size: 0.7rem;
    text-align: center;
    padding: 10px; }
  html footer, body footer {
    background-image: linear-gradient(to top, #4D0001 0%, #c61d2f 90%);
    border-top: 2px solid #4D0001; }
  html footer img,
  html .logo-left img, body footer img,
  body .logo-left img {
    filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.3)); }
  html .logo-left .frame-default, body .logo-left .frame-default {
    padding-bottom: 0; }
  @media only screen and (min-width: 768px) {
    html footer #footer-inner, body footer #footer-inner {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; } }
  html footer #footer-inner, body footer #footer-inner {
    width: 100%;
    max-width: 1600px;
    margin: 25px auto 0;
    padding: 50px 25px; }
  html footer .footer-navigation ul, body footer .footer-navigation ul {
    list-style: none;
    padding: 0; }
  html footer, html footer a, body footer, body footer a {
    color: #fff; }
  html footer a:hover, body footer a:hover {
    color: #E30613; }
  html footer .footer-navigation li, body footer .footer-navigation li {
    margin: 5px 0; }
  html footer .footer-navigation a, html .footer-top-inner a, body footer .footer-navigation a, body .footer-top-inner a {
    display: block;
    padding: 5px 0;
    text-decoration: none; }
  html footer .footer-kontakt .ce-gallery, body footer .footer-kontakt .ce-gallery {
    width: 250px; }
  html footer .footer-kontakt .image-embed-item, body footer .footer-kontakt .image-embed-item {
    width: 95%;
    height: auto; }
  html footer .footer-kontakt div, body footer .footer-kontakt div {
    padding: 0; }
  html .footer-center .image-caption, body .footer-center .image-caption {
    font-size: 10px;
    text-align: center; }
  html .footer-center .image-embed-item, body .footer-center .image-embed-item {
    margin-right: auto;
    margin-left: auto; }
  html .footer-center, body .footer-center {
    padding-bottom: 25px; }
  @media only screen and (min-width: 768px) {
    html footer #footer-inner > div, body footer #footer-inner > div {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      width: 50%;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    html footer .footer-kontakt div, body footer .footer-kontakt div {
      text-align: right; }
    html footer .footer-kontakt .ce-gallery, body footer .footer-kontakt .ce-gallery {
      margin: 0 0 0 auto; }
    html footer #footer-inner .footerkontakt .ce-bodytext, html footer #footer-inner .footerkontakt header, body footer #footer-inner .footerkontakt .ce-bodytext, body footer #footer-inner .footerkontakt header {
      text-align: right; }
    html footer #footer-inner .footerkontakt .ce-bodytext table, body footer #footer-inner .footerkontakt .ce-bodytext table {
      float: right; }
    html footer #footer-inner .ce-gallery, body footer #footer-inner .ce-gallery {
      overflow: visible; }
    html footer .font-awesome-div, body footer .font-awesome-div {
      text-align: right; } }
  html footer #footer-inner .footerkontakt img, body footer #footer-inner .footerkontakt img {
    max-width: 100%;
    margin-top: 50px; }
  html .font-awesome, body .font-awesome {
    padding: 5px; }
  html .font-awesome-div, body .font-awesome-div {
    padding-top: 35px; }
  html .flexslider, body .flexslider {
    margin: 0;
    background: #fff;
    border: 0px solid #fff;
    position: relative;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    zoom: 1; }
  html .tx-ws-flexslider .caption-text, body .tx-ws-flexslider .caption-text {
    background: none;
    width: 100%;
    left: 0;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
    font-size: 2rem;
    color: #c61d2f; }
  html .tx-ws-flexslider .caption-align-left .caption-text, body .tx-ws-flexslider .caption-align-left .caption-text {
    left: 0; }
  html .tx-ws-flexslider .caption-text .caption-title, body .tx-ws-flexslider .caption-text .caption-title {
    font-family: 'UnifrakturCook', cursive;
    padding: 0;
    margin: 0;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5), 1px 1px 1px black, 1px -1px 1px black, -1px 1px 1px black, -1px -1px 1px black; }
  html .tx-ws-flexslider .caption-link a, body .tx-ws-flexslider .caption-link a {
    color: #444;
    text-decoration: none;
    padding: 10px;
    margin: 15px; }
  @media only screen and (max-width: 860px) {
    html .tx-ws-flexslider .caption-text .caption-title, body .tx-ws-flexslider .caption-text .caption-title {
      font-size: 3rem; } }
  @media only screen and (min-width: 860px) {
    html .tx-ws-flexslider .caption-text .caption-title, body .tx-ws-flexslider .caption-text .caption-title {
      font-size: 5rem; }
    html .tx-ws-flexslider .caption-align-left .caption-link, body .tx-ws-flexslider .caption-align-left .caption-link {
      width: 100%;
      min-width: 100%;
      height: 100%;
      left: 0;
      bottom: 0; }
    html .tx-ws-flexslider .caption-align-left .caption-link a, body .tx-ws-flexslider .caption-align-left .caption-link a {
      padding: 100px;
      width: 100%;
      min-width: 100%;
      height: 100%;
      display: block;
      color: transparent; } }
  html .flex-control-nav, body .flex-control-nav {
    bottom: 10px;
    z-index: 80; }
  html .flex-control-paging li a, body .flex-control-paging li a {
    background-color: #c61d2f; }
  html .flex-control-paging li a.flex-active, body .flex-control-paging li a.flex-active {
    background-color: #fff; }

/* CSS Document */
/*#### Tabelle für alte Veranstaltungen ####*/
/*.frame-termin-uebersicht*/
.frame-events-old td {
  vertical-align: top;
  padding: 5px;
  border-bottom: 1px solid #666; }

.frame-events-old tr {
  padding-bottom: 10px; }

/*################# Tabelle für Referenzen ##################*/
.frame-events-old td {
  padding: 10px;
  border-bottom: solid 1px #E3031B; }

.frame-events-old thead {
  font-weight: bold;
  background-color: #bf0015;
  color: #fff;
  height: 50px; }

.frame-events-old tr:hover {
  background-color: #bf0015;
  color: #fff; }

@media only screen and (max-width: 1140px) {
  /* Force table to not be like tables anymore */
  .frame-events-old table,
  .frame-events-old thead,
  .frame-events-old tbody,
  .frame-events-old th,
  .frame-events-old td,
  .frame-events-old tr,
  .frame-termin-uebersicht table,
  .frame-termin-uebersicht thead,
  .frame-termin-uebersicht tbody,
  .frame-termin-uebersicht th,
  .frame-termin-uebersicht td,
  .frame-termin-uebersicht tr {
    display: block; }

  /* Hide table headers (but not display: none;, for accessibility) */
  .frame-events-old thead tr,
  .frame-termin-uebersicht thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }

  .frame-events-old tr, .frame-termin-uebersicht tr {
    border: 1px solid #c61d2f;
    margin: 0 25px 25px 25px;
    border-radius: 5px; }

  .frame-events-old td, .frame-termin-uebersicht td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%; }

  .frame-events-old td:before,
  .frame-termin-uebersicht td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: bold; }

  /*
  Label the data
  */
  .frame-events-old td:nth-of-type(1):before {
    content: "Veranstaltung und Termin"; }

  .frame-events-old td:nth-of-type(2):before {
    content: "Titel der Veranstaltung"; }

  .frame-events-old td:nth-of-type(3):before {
    content: "Informationen"; }

  .frame-events-old td:nth-of-type(4):before {
    content: "Leistungen"; }

  .frame-events-old td:nth-of-type(5):before {
    content: "Jahr"; }

  .frame-events-old td:nth-of-type(6):before {
    content: "Besonderheiten"; }

  .frame-events-old td:nth-of-type(7):before {
    content: "Bauherr"; }

  .frame-termin-uebersicht td:nth-of-type(1):before {
    content: "Termin"; }

  .frame-termin-uebersicht td:nth-of-type(2):before {
    content: "Veranstaltung"; }

  .frame-termin-uebersicht td:nth-of-type(3):before {
    content: "Ort"; } }
.ce-bodytext .table {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0; }

.ce-bodytext .contenttable {
  border-spacing: 0; }

@media only screen and (max-width: 600px) {
  .frame-events-old td {
    font-size: 0.8rem; } }
/* CSS Document */
.news-list-date {
  display: none; }

.news-list-category {
  text-align: center;
  font-weight: bold;
  color: #c61d2f;
  font-family: 'UnifrakturCook', cursive;
  font-size: 2rem; }

.news-list-view .article {
  display: flex;
  flex-direction: column;
  text-align: center;
  border: solid 2px #c61d2f;
  border-radius: 5px;
  margin-bottom: 25px;
  transition: background-color 0.3s ease;
  padding: 0 25px; }
  .news-list-view .article:hover {
    background-color: rgba(198, 29, 47, 0.15); }
  .news-list-view .article .header {
    flex: 0 0 auto; }
  .news-list-view .article .news-img-wrap {
    flex: 0 0 auto;
    align-self: center;
    margin-bottom: 1rem; }
  .news-list-view .article .teaser-text {
    flex: 0 0 auto;
    margin-bottom: 1rem; }
  .news-list-view .article .teaser-text a {
    background-color: #fff;
    padding: 5px 25px;
    border: #c61d2f solid 1px;
    border-radius: 5px;
    color: #c61d2f; }
  .news-list-view .article .teaser-text a:hover {
    background-color: #c61d2f;
    color: #fff;
    transition: background-color 0.3s ease; }
  .news-list-view .article .footer {
    flex: 0 0 auto;
    margin-top: auto; }
@media (min-width: 768px) {
  .news-list-view .article {
    text-align: left;
    display: grid;
    grid-template-areas: "header header" "image  text" "footer footer";
    grid-template-columns: 33.33% 1fr;
    grid-template-rows: auto 1fr auto;
    column-gap: 2rem; }
    .news-list-view .article .header,
    .news-list-view .article .footer {
      text-align: center; }
    .news-list-view .article .news-img-wrap,
    .news-list-view .article .teaser-text {
      margin-bottom: 0; }
    .news-list-view .article .header {
      grid-area: header; }
    .news-list-view .article .news-img-wrap {
      grid-area: image;
      align-self: start; }
    .news-list-view .article .teaser-text {
      grid-area: text; }
    .news-list-view .article .footer {
      grid-area: footer; } }

.f3-widget-paginator {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 0.5rem;
  padding: 0;
  margin: 1rem 0;
  justify-content: center; }
  .f3-widget-paginator li a, .f3-widget-paginator li.current {
    display: inline-block;
    min-width: 2.2rem;
    padding: 0.4rem 0.8rem;
    text-align: center;
    border: 1px solid #c61d2f;
    border-radius: 5px;
    color: #c61d2f;
    background-color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease-in-out; }
  .f3-widget-paginator li a:hover {
    background-color: #c61d2f;
    color: #fff; }
  .f3-widget-paginator li.current {
    background-color: #c61d2f;
    color: #fff;
    font-weight: 600;
    pointer-events: none; }
  .f3-widget-paginator li.next a {
    font-weight: 600; }

@media (max-width: 767px) {
  .f3-widget-paginator {
    gap: 0.4rem 0.6rem;
    justify-content: flex-start; }
    .f3-widget-paginator li a, .f3-widget-paginator li.current {
      min-width: 2.6rem;
      padding: 0.6rem 1rem;
      font-size: 0.95rem; } }
.frame-type-news_newsdetail .news-single {
  border: solid 2px #c61d2f;
  border-radius: 5px;
  margin-bottom: 25px;
  transition: background-color 0.3s ease;
  padding: 0 25px;
  margin: 0 25px 50px 25px;
  display: flex; }
.frame-type-news_newsdetail .lightbox {
  position: relative; }
.frame-type-news_newsdetail .article {
  display: inline-grid; }
.frame-type-news_newsdetail .teaser-text {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold; }
.frame-type-news_newsdetail .news-single {
  display: flex;
  flex-direction: column; }
  .frame-type-news_newsdetail .news-single .header {
    order: 1; }
  .frame-type-news_newsdetail .news-single .footer {
    order: 2; }
  .frame-type-news_newsdetail .news-single .teaser-text {
    order: 3; }
  .frame-type-news_newsdetail .news-single .news-text-wrap {
    order: 4; }
  .frame-type-news_newsdetail .news-single .news-img-wrap {
    order: 5;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 1rem;
    justify-items: center; }
    .frame-type-news_newsdetail .news-single .news-img-wrap .outer {
      max-width: 250px;
      width: 100%; }
      .frame-type-news_newsdetail .news-single .news-img-wrap .outer img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 6px; }
  .frame-type-news_newsdetail .news-single .news-related-wrap {
    order: 7; }
  .frame-type-news_newsdetail .news-single .news-backlink-wrap {
    order: 6;
    padding: 25px 0; }
  .frame-type-news_newsdetail .news-single .news-backlink-wrap a {
    display: inline-block;
    min-width: 2.2rem;
    padding: 0.4rem 0.8rem;
    text-align: center;
    border: 1px solid #c61d2f;
    border-radius: 5px;
    color: #c61d2f;
    background-color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease-in-out; }
    .frame-type-news_newsdetail .news-single .news-backlink-wrap a:hover {
      background-color: #c61d2f;
      color: #fff; }
@media (min-width: 1024px) {
  .frame-type-news_newsdetail .news-single .news-img-wrap {
    grid-template-columns: repeat(4, 1fr); } }

/* CSS Document */
/* ############ Boxen für Layout ###########*/
.drei-zeilen_0 .frame-default {
  padding-bottom: 50px; }

.frame.frame-background-1 {
  max-width: 100% !important;
  padding-top: 25px;
  padding-bottom: 50px;
  position: relative;
  background-image: url("../Images/Menschen-sw.jpg");
  background-size: cover;
  background-position: center;
  z-index: 0;
  /* wichtig: Inhaltsschicht */ }

.frame.frame-background-1::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: -1;
  /* unter den Text legen */ }

.frame.frame-background-1 > header,
.frame.frame-background-1 > div {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto; }

.frame.frame-background-1 > .grid-container {
  max-width: 1600px;
  margin: auto;
  padding-right: 25px;
  padding-left: 25px; }

.frame.frame-background-2 {
  max-width: 100% !important;
  padding-top: 25px;
  padding-bottom: 50px;
  position: relative;
  background-image: url("../Images/Dresden-WM.jpg");
  background-size: cover;
  background-position: center;
  z-index: 0;
  /* wichtig: Inhaltsschicht */
  color: #fff; }

.frame.frame-background-2::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(104, 0, 1, 0.8);
  z-index: -1;
  /* unter den Text legen */ }

.frame.frame-background-2 > header,
.frame.frame-background-2 > div {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto; }

.frame.frame-background-2 > .grid-container {
  max-width: 1600px;
  margin: auto;
  padding-right: 25px;
  padding-left: 25px; }

.frame.frame-background-2 h2 {
  color: #570001;
  font-size: 3rem;
  font-family: 'UnifrakturCook', cursive;
  text-shadow: 4px 4px 12px rgba(255, 255, 255, 0.73), 1px 1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, -1px -1px 1px #fff; }

.frame.frame-background-2 .ce-border img {
  border-radius: 5px;
  border: 2px solid #fff; }

.frame.frame-background-3 {
  position: relative;
  max-width: 100% !important;
  padding-top: 25px;
  padding-bottom: 50px;
  color: #fff;
  font-family: 'UnifrakturCook', cursive;
  font-size: 1.5rem;
  background-image: linear-gradient(to right, rgba(32, 0, 0, 0.5), black), url("../Images/Mystic.jpg");
  background-size: cover;
  background-position: center; }

.frame.frame-background-3::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(32, 0, 0, 0.5);
  z-index: -1;
  /* unter den Text legen */ }

.frame.frame-background-3 > header,
.frame.frame-background-3 > div {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto; }

.frame.frame-background-3 > .grid-container {
  max-width: 1600px;
  margin: auto;
  padding-right: 25px;
  padding-left: 25px; }

.frame.frame-background-3 h2 {
  color: #000;
  font-size: 3rem;
  font-family: 'UnifrakturCook', cursive;
  text-shadow: 4px 4px 12px rgba(255, 255, 255, 0.73), 1px 1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, -1px -1px 1px #fff; }

.frame.frame-background-3 .ce-border img {
  border-radius: 5px;
  border: 2px solid #fff; }

.frame.frame-background-4 {
  position: relative;
  max-width: 100% !important;
  padding-top: 25px;
  padding-bottom: 50px;
  color: #fff;
  background-image: linear-gradient(to bottom, rgba(32, 0, 0, 0.6), rgba(32, 0, 0, 0.9)), url("../Images/Buero-2.jpg");
  background-size: cover;
  background-position: center; }

.frame.frame-background-4::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(32, 0, 0, 0.5);
  z-index: -1;
  /* unter den Text legen */ }

.frame.frame-background-4 > header,
.frame.frame-background-4 > div {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto; }

.frame.frame-background-4 > .grid-container {
  max-width: 1600px;
  margin: auto;
  padding-right: 25px;
  padding-left: 25px; }

.frame.frame-background-4 h2 {
  color: #000;
  font-size: 3rem;
  text-shadow: 4px 4px 12px rgba(255, 255, 255, 0.73), 1px 1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, -1px -1px 1px #fff; }

.frame.frame-background-4 .ce-border img {
  border-radius: 5px;
  border: 2px solid #fff; }

/*## Veranstaltungen ##*/
.frame-events-short .news-latest-gotoarchive a,
.frame-events .news-latest-gotoarchive a,
.news-single-backlink a {
  background: #bf0015;
  padding: 5px;
  width: 100%;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  text-align: center;
  margin-bottom: 15px;
  display: block;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4); }

.news-latest-gotoarchive a:hover, .news-single-backlink a:hover {
  color: #000;
  background-color: #e42321; }

.frame-events-short h3 a {
  text-decoration: none;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  display: block;
  padding: 10px; }

.frame-events-short h3 a:hover {
  color: #000;
  background-color: #e42321; }

.frame-events-short h3 {
  background-color: #bf0015;
  margin: 0;
  text-align: center; }

.frame-events-short p, .frame-events-short .news-latest-category {
  padding: 0 10px 5px 10px; }

.frame-events-short .news-latest-category {
  font-size: 0.8rem; }

.frame-events-short .news-latest-item {
  background-color: rgba(215, 215, 215, 0.5);
  border: 1px solid #bf0015;
  border-radius: 2px;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }

.frame-events .news-latest-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.frame-events h3,
.frame-events .news-image,
.frame-events .news-subheader {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.frame-events h3 {
  order: 2; }

.frame-events .news-image {
  order: 1;
  text-align: center; }

.frame-events .news-subheader {
  order: 3; }

.frame-events hr, .frame-events .news-latest-category {
  display: none; }

.frame-events .news-image img {
  max-height: 150px;
  width: auto; }

.frame-events a {
  text-decoration: none; }

.frame-events .news-latest-item,
.news-list-item {
  background-color: rgba(215, 215, 215, 0.5);
  border: 1px solid #bf0015;
  border-radius: 2px;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }

.news-latest-container .news-image img {
  padding-top: 10px; }

@media only screen and (min-width: 768px) {
  .news-single-wrap,
  .news-list-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

  .news-single-wrap .news-single-images,
  .news-list-item-image {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    width: 25%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px 25px 10px 0;
    max-width: 100%; }

  .news-single-wrap .news-single-content,
  .news-list-item-content {
    -webkit-box-flex: 3;
    -moz-box-flex: 3;
    width: 75%;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3; }

  .news-single-imgcaption {
    max-width: 100%;
    font-size: 0.8rem;
    text-align: center;
    margin-top: 0; }

  .news-list-item-image img {
    padding: 0 15px; } }
.news-single-backlink {
  padding-bottom: 25px; }

.news-list-item-content h2 {
  padding: 0;
  margin: 0; }

.news-list-item-content {
  padding-bottom: 15px; }

@media only screen and (max-width: 768px) {
  .news-list-item-content {
    padding: 15px; } }
/*#### Box 1 ####*/
.frame-box1 {
  width: 100%;
  border: none;
  background: url("../Images/bg-image-s.png");
  background-size: 100% 100% !important;
  border-radius: 2px;
  padding: 20px 3vw;
  height: 100%; }

.frame-box1 h2 {
  font-size: clamp(18px, 2.5vw, 32px);
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word; }

.frame-box1 h2,
.frame-box1 h3,
.frame-box1 p {
  -moz-hyphens: none;
  -o-hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

.frame-box1 h2 span.small-text {
  font-size: clamp(16px, 2vw, 24px);
  color: RGB(198, 29, 47); }

@media (max-width: 860px) {
  .frame-box1 {
    position: relative;
    width: calc(100vw - 50px);
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    box-sizing: border-box; } }
/*#### Box 2 ####*/
.frame-box2 {
  background: url("../Images/pergament.png");
  background-size: 100% 100%;
  box-shadow: 5 5px 10px rgba(0, 0, 0, 0.5);
  color: #000;
  padding: 50px; }

.frame-box2 h2 {
  font-family: 'UnifrakturCook', cursive;
  font-size: 3vw;
  color: #000; }

.frame-box2 a {
  color: #000; }

.frame-box2 a:hover {
  color: #0076bd; }

.frame-layout-1 .grid-col > div {
  height: 100%; }

.drei-zeilen_0 .frame-veranstaltungsdetails h1 {
  font-size: clamp(16px, 5vw, 60px); }

.frame-vorwortAnmeldung a {
  background-color: #fff;
  padding: 15px 45px;
  border: #c61d2f solid 1px;
  border-radius: 5px;
  color: #c61d2f;
  text-decoration: none;
  margin: 10px 0;
  text-align: center; }
  .frame-vorwortAnmeldung a:hover {
    background-color: #c61d2f;
    color: #fff !important;
    transition: background-color 0.3s ease; }

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