@charset "UTF-8";
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
/* open-sans-300 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(/fonts/open-sans-v18-latin-300.woff2?b871ad6e5cbe2a1c8c7362c81a234f93) format("woff2"), url(/fonts/open-sans-v18-latin-300.woff?38bcfba2c37aac23453faf21d14511fb) format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(/fonts/open-sans-v18-latin-regular.woff2?f57a62e9efddf6ace18b15572f81905b) format("woff2"), url(/fonts/open-sans-v18-latin-regular.woff?347639ec49f4b2884a9657afded83ace) format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(/fonts/open-sans-v18-latin-600.woff2?9526470852428b4340ed994462821463) format("woff2"), url(/fonts/open-sans-v18-latin-600.woff?7e06644bbdc83069cec8d396149da3ab) format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(/fonts/open-sans-v18-latin-700.woff2?92425c623934facef057b0cfe2e13f95) format("woff2"), url(/fonts/open-sans-v18-latin-700.woff?f24f4bcef8a4a0eb6345d292b85dc7fe) format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
html {
  max-width: 2500px;
  margin: auto;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 600 !important;
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: none !important;
  background-color: #f59c00 !important;
  border-color: #f59c00 !important;
}

body .search-item a {
  color: black;
}

body {
  font-family: "Open Sans", sans-serif;
  height: 100%;
  margin: 0px;
  background-color: #F6F6F6 !important;
}

a,
a:hover {
  text-decoration: none !important;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  background-color: #f59c00;
  border-color: #f59c00;
}

.h3, h3 {
  font-size: 1.75rem;
  letter-spacing: 0.5px;
}

/*
*
* G R I D   L A Y O U T
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.container-xl {
  max-width: 1300px;
}

form#search input {
  height: 48px;
  border: none;
  background-color: #ececec;
  border-radius: 5px;
}

.nav .inner-nav nav li a {
  letter-spacing: 1.3px;
}

.nav .inner-nav nav .level-2-inner-container li a {
  letter-spacing: 0.5px;
}

.header-fixed {
  position: fixed;
  top: 0px;
  width: 100%;
  background-color: transparent;
  z-index: 1;
}

#outer-header {
  background-color: white;
}

.entry.index {
  margin-top: 75px;
}

.subpage-entry.entry {
  width: 1600px;
}

p.hover {
  position: relative;
  text-shadow: 0px 4px 16px black;
}

/* Navigation Desktop */
.current-location {
  position: relative;
}

.nav .inner-nav > nav > li > p.hover:after, .current-location:after, .current-location.break-current-location.hover:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 15px 0 15px;
  border-color: #f59b00 transparent transparent transparent;
  position: absolute;
  background-repeat: no-repeat;
  top: 60px;
  left: 20px;
  z-index: 9999;
}

.current-location.break-current-location:after {
  content: none;
}

.level-2-inner-container > nav > ul {
  padding-left: 20px;
}

.nav ul {
  list-style-type: none;
  padding: 0px;
  font-weight: 600;
}

.nav ul > li > ul {
  padding-left: 30px;
  font-weight: 400;
}

img.lupe {
  float: right;
  margin-top: 15px;
}

form#search {
  float: left;
}

.slider {
  position: relative;
  margin-top: 93px;
  padding-bottom: 100px;
}

.orange-line {
  height: 42px;
  background-color: #f59c00;
  width: calc(50vw + 520px);
  position: absolute;
  right: 0;
  bottom: -25.5px;
}

.shuttle-badge-wrapper {
  height: 42px;
  width: calc((50vw + 520px) * 2); /* twice the width of the badge content */
  display: flex;
  overflow: hidden;
}
.shuttle-badge-wrapper:hover .shuttle-badge {
  text-decoration: underline;
}
.shuttle-badge-wrapper .shuttle-badge {
  display: flex;
  width: calc(50vw + 520px); /* same width as .orange-line */
  min-width: -moz-fit-content;
  min-width: fit-content; /* ensure it doesn't shrink too much on small screens */
  justify-items: center;
  font-size: 1.4rem;
  line-height: 42px;
  font-weight: bold;
  color: white;
  animation: animate-infinite-scroll 20s linear infinite;
}
.shuttle-badge-wrapper .shuttle-badge > span {
  flex-grow: 1;
  padding: 0 15px;
  white-space: nowrap;
}

@media (max-width: 1400px) {
  .orange-line,
  .shuttle-badge {
    width: 100%;
  }
  .shuttle-badge-wrapper {
    width: 200%;
  }
}
@keyframes animate-infinite-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
h2 {
  color: #f59c00;
  text-align: center;
  font-size: 28px;
  margin-bottom: 15px !important;
  font-weight: 700 !important;
}

h3 {
  margin-bottom: 20px !important;
}

h4 {
  font-size: 18px !important;
  margin: 0px !important;
  font-weight: 600 !important;
}

.entry ul li {
  position: relative;
}

.entry li:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #f59c00;
  left: -21px;
  top: 10px;
  position: absolute;
}

.col-md-2-5 {
  width: 20%;
}

div#inner-header .col-md-2 p {
  width: 50px;
  float: left;
  font-size: 30px;
  margin: 0px;
  text-align: center;
  padding-top: 15px;
  color: #ccc;
  margin-right: 20px;
}

p#a-plus, p#a-minus {
  position: relative;
  cursor: pointer;
}

h3 {
  color: #f59c00;
  font-size: 25px;
  margin-top: 20px;
}

.row {
  margin-bottom: 2em;
}

body a {
  color: #f59c00;
}

body a:hover {
  color: #f9b43c;
}

img {
  max-width: 100%;
}

body p.subtext {
  text-align: center;
  font-size: 22px;
  margin-bottom: 2em;
  margin-left: 30%;
  margin-right: 30%;
  margin-top: 10px;
}

header .slider img {
  width: 100%;
}

.inner-nav-div-willkommen {
  /* display: none; */
  background-color: white;
  top: 75px;
  position: absolute;
  width: 100%;
}

.nav {
  position: initial;
  background-color: white;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  height: 60px;
  z-index: 1;
  box-shadow: 0px 20px 16px -13px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 20px 16px -13px rgba(0, 0, 0, 0.6);
  max-width: 1091px; /* martinweinschenk, bugfix edge */
}

.inner-nav {
  display: flex;
  flex-direction: row;
  width: 100%;
  text-align: center;
}

.inner-nav p {
  width: 100%;
  margin: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.col-md-4.threeimagelinks-item p {
  font-weight: 700;
  letter-spacing: 1px;
}

.threeimagelinks-container {
  margin-bottom: 350px;
}

.inner-nav > nav > li > p > a {
  text-transform: uppercase;
}

.inner-nav > nav > li > p > a:hover {
  text-decoration: none;
}

nav > ul li {
  padding: 3px 0px;
}

.inner-nav > nav {
  display: flex;
  flex-direction: row;
  width: 100%;
  position: relative;
}

.inner-nav > nav > li {
  text-align: center;
}

.inner-nav > nav > li > p {
  padding: 0 20px;
}

.entry {
  width: 1024px;
  margin: auto;
  margin-top: 240px;
  margin-bottom: 100px;
}

a.btn.btn-primary, button.btn.btn-primary, input.btn.btn-primary {
  border-color: #f59c00;
  background-color: #f59c00;
}

a.btn.btn-primary, button.btn.btn-primary, input.btn.btn-primary {
  border-color: #f59c00;
  background-color: #f59c00;
}

.entry.subpage-entry p, .entry li, .entry-unterseite p {
  font-size: 18px;
}

/*
*
* F O O T E R
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.footer-top p {
  font-size: 18px !important;
  font-weight: 400;
}

.footer-top {
  background-color: #82827a;
  color: white;
}

.footer-top a, .footer-top a:hover {
  color: white;
}

.social-media-links svg {
  max-height: 30px;
  max-width: 30px;
}

.footer-bottom {
  background-color: #F6F6F6;
}

.footer-bottom a, .footer-bottom a:hover {
  color: black;
}

.inner-nav p a, .inner-nav p a:hover {
  color: black;
}

.inner-nav p a:hover, .responsive-nav p a:hover {
  color: #f59c00;
  text-decoration: none !important;
}

#inner-header {
  max-width: 1600px;
  margin: auto;
  padding-top: 1em;
  padding-bottom: 1em;
}

#inner-header .col-md-3 {
  text-align: left;
}

#inner-header .col-md-3 {
  text-align: center;
}

.level-2-container {
  width: auto;
  position: absolute;
  /*background-color: #ffffffe8;  martinweinschenk, bugfix edge */
  background-color: rgb(255, 255, 255); /* martinweinschenk, bugfix edge */
  top: 60px;
  min-height: 320px;
  height: auto;
  display: flex;
  border-radius: 0px 0px 45px 0px;
  box-shadow: 9px 6px 25px -20px rgba(0, 0, 0, 0.75);
}

.level-2-inner-container {
  padding-top: 25px;
  padding-bottom: 30px;
  padding-right: 25px;
}

.level-2-container.aktuell-nav-left {
  left: 160px;
}

.level-2-container.leben-nav-left {
  left: 295px;
}

.level-2-container.veranstaltungen-nav-left {
  left: 505px;
}

.level-2-container.tagen-nav-left {
  left: 715px;
}

.level-2-container.aufatmen-nav-left {
  left: 815px;
}

.level-2-container {
  min-width: 275px;
}

.pressemitteilung-item {
  padding: 25px 15px;
  background-color: white;
  box-shadow: 9px 6px 25px -20px rgba(0, 0, 0, 0.75);
  border-radius: 0px 0px 50px 0px;
}

.inner-nav > nav > li > p:hover {
  text-shadow: 0px 4px 16px black;
}

form#search {
  margin-top: 13px;
}

input[type=suche] {
  padding: 15px;
}

form#search input[type=submit] {
  background-color: #f59c00;
  color: white;
}

.level-2-container p {
  text-align: left;
}

.inner-nav > nav > li {
  display: flex;
}

td.selectedMonth {
  background-color: white;
  color: #f59c00 !important;
}

.veranstaltungs-event-eintraege {
  width: 100%;
  padding-left: 35px;
  margin: auto;
  margin-top: 2em;
  padding-bottom: 0px;
  margin-left: 35px;
  border-left: solid 1px #f59c00;
  margin-bottom: 35px;
}

.col-md-4.veranstaltung-event-image {
  padding-top: 30px;
  padding-bottom: 30px;
}

*:focus {
  outline: none !important;
}

.info-box p {
  margin-bottom: 0px;
}

.veranstaltungs-event-eintraege > div {
  margin-bottom: 2em;
  padding: 15px;
  background-color: white;
  position: relative;
  padding-top: 0px;
  padding-left: 0px;
  width: 80%;
}

.flex-theme.active {
  background-color: white;
  color: #f59c00;
}

.level-2-inner-container.col-md-8 {
  border-left: solid 1px #f59c00;
}

p.hover, p.hover a, p.hover a:hover {
  background-color: #f59c00;
  color: white;
}

.level-2-container, .level-2-container > div {
  display: none;
}

.threeimagelinks-item img {
  width: 100%;
}

.threeimagelinks-item p {
  text-align: center;
  background-color: #f59c00;
  padding: 5px 5px;
  border-radius: 0px 0px 20px 0px;
}

.threeimagelinks-item a, .threeimagelinks-item a:hover {
  color: white;
}

.footer-content {
  margin-bottom: 50px;
}

.current-location, .current-location a, .current-location.break-current-location.hover, .current-location.break-current-location.hover a {
  background-color: #f59c00;
  color: white !important;
  text-shadow: 0px 4px 16px black;
}

.current-location.break-current-location, .current-location.break-current-location a {
  background-color: white;
  color: black !important;
  text-shadow: none;
}

.room-container p {
  text-align: right;
  font-weight: 500;
}

p.img-subtitle {
  font-size: 14px !important;
  font-style: italic;
}

.entry .sub-page:first-child h3:first-child {
  margin-top: 130px !important;
  margin-bottom: 10px !important;
}

label {
  font-weight: 600;
}

.row.ImageTextRight p, .row.ImageTextLeft p {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.12px;
}

.ImageTextRight .text-col, .ImageTextLeft .text-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.text-col p:last-child {
  margin: 0px;
}

.room-container img {
  width: 100%;
}

.sub-page .room-container {
  margin-bottom: 20px;
}

/* Veranstaltung */
.table-months table {
  width: 100%;
  text-align: center;
  height: 35px;
}

.table-months td {
  cursor: pointer;
  color: white;
}

.table-months td.hover {
  background-color: #83827a;
  color: white;
}

.veranstaltung-event-content {
  background-color: white;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.veranstatlung-event-container {
  background-color: white;
  padding-left: 35px;
}

.veranstaltung-event-image {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.veranstaltung-event-image img {
  width: 100%;
}

.veranstatlung-event-container.row {
  margin: 0px;
}

.content-wrap {
  padding: 15px;
}

.entry-event {
  background-color: #ECECEC;
}

.entry-event .grey-container {
  width: 55%;
  margin: auto;
  padding-top: 250px;
}

.table-months {
  background-color: white;
}

/* Accordion */
.accordion h5 {
  font-size: 26px;
  color: #f59c00;
  line-height: 50px;
  margin: 0px;
  border-bottom: solid 5px #f59c00;
  background-color: white;
  padding-left: 20px;
  cursor: pointer;
}

.inner-accordion {
  background-color: white;
  padding: 20px;
  padding-top: 30px;
}

.inner-accordion p:last-child {
  margin: 0px;
}

.inner-accordion {
  display: none;
}

.inner-accordion figcaption {
  font-size: 14px;
  font-style: italic;
}

/* Veranstaltungen */
.buttons-switch-veranstaltungen button {
  width: 300px;
  height: 50px;
  font-size: 23px;
  background-color: #ececec;
  border: none;
}

.buttons-switch-veranstaltungen button:hover {
  background-color: #f59c00;
  color: white;
}

.buttons-switch-veranstaltungen > div {
  text-align: center;
}

.table-theme .row {
  margin: 0px;
  background-color: white;
}

.table-theme .col-md-3 {
  padding: 0px;
  text-align: center;
  border: solid 2px #f59c00;
  border-top: 0px;
  border-right: 0px;
  cursor: pointer;
}

.table-theme .col-md-3 div.active {
  color: white;
  background-color: #f59c00;
}

.table-theme .col-md-3 > div {
  padding: 10px 15px;
}

.table-theme .col-md-3:hover {
  background-color: #ffd3b3;
}

.table-theme {
  display: none;
}

.table-kursleitung {
  display: none;
}

.Datum .table-months {
  display: block;
}

.Thema .table-theme {
  display: block;
}

.Kursleitung .table-kursleitung {
  display: block;
}

.Test .table-test {
  display: block;
}

.table-theme, .table-kurs, .table-test, .Test .table-months, .Kursleitung .table-months, .Thema .table-months {
  display: none;
}

.veranstaltungen {
  transition: 0.5s;
}

.grey-container {
  padding-bottom: 50px;
}

.search-bar-veranstaltungen-eintraege {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #f59c00;
  padding: 10px 35px;
}

.search-bar-veranstaltungen-eintraege.row {
  margin: 0px;
}

input#search-veranstaltungen-eintraege {
  width: 100%;
  height: 100%;
  padding: 5px 15px;
  background-color: #f59c00;
  border: solid 1px white;
  color: white;
  border-radius: 5px;
}

p.kursleitung-searchbox {
  margin: 0px;
}

.untertitel {
  margin-bottom: 0px;
}

.veranstaltungs-event-eintraege h3 {
  max-width: 70%;
  font-size: 20px;
  color: black;
  margin-bottom: 0px !important;
}

.table-months > table {
  background-color: #f59c00;
}

.entry-event .grey-container {
  width: 1600px;
  margin: auto;
  padding-top: 250px;
}

.flex-theme {
  display: inline-block;
}

.flex-theme-wrap {
  flex-direction: row;
  display: flex;
  flex-flow: wrap;
}

.table-theme .flex-theme-wrap {
  background-color: #f59c00;
}

.flex-theme {
  height: 35px;
  padding: 5px 26px;
  color: white;
  cursor: pointer;
}

.table-kursleitung {
  background-color: white;
}

.flex-theme:hover {
  color: #f59c00;
  background-color: white;
}

.table-theme {
  background-color: white;
}

.search-bar-veranstaltungen-eintraege p {
  color: white;
  display: inline-block;
}

select#table-theme-select {
  margin-bottom: 0px;
}

.table-months td {
  padding: 10px 0px;
}

.flex-theme-wrap {
  padding: 10px 35px;
}

.veranstatlung-event-container.row .col-md-4 h3 {
  margin-top: 30px;
  margin-bottom: 0px !important;
}

h3#headlineEvent, h3#headlineEventHidden {
  font-size: 22px;
}

.table-months > .row {
  margin: 0px;
}

.table-months .row {
  margin-bottom: 0px;
}

.table-months .year-click-container .col-md-1 {
  padding: 10px 0px;
  text-align: center;
  cursor: pointer;
  background-color: #f59c00;
  color: white;
}

.table-months .col-md-11 .col-md-1:hover {
  background-color: white;
  color: #f59c00;
}

.inner-nav > nav > li > p > a {
  cursor: default;
}

.responsive-nav > aside > li > p > a:hover {
  color: #f59c00;
  text-decoration: none;
}

.level-2-inner-container.col-md-8 {
  padding: 0 40px;
}

.buttons-switch-veranstaltungen h1 {
  color: #f59c00;
}

label {
  color: black;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0 !important;
}

/* Anmeldeformular */
label {
  font-weight: 600;
}

.custom-radio label, .custom-checkbox label {
  font-weight: 400;
}

.new-zimmer, .person-item-wrap, .person-item-weitere-wrap {
  width: 100%;
  display: flex;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #f59c00 !important;
  background-color: #f59c00 !important;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0 0px 5px 0 !important;
}

button.anmelde_switch_button.clicked {
  background-color: #ffca6a;
}

.anmelde_container_2, .anmelde_container_3 {
  display: none;
}

.date-line {
  display: flex;
  flex-flow: wrap;
}

.form_group {
  margin-bottom: 0.75em;
}

.date-line .col-md-4 {
  margin-right: 15px;
}

button.anmelde_switch_button {
  width: 100%;
  padding: 5px 20px;
  margin-bottom: 1em;
  background-color: #f59c00;
  border: none;
  border-radius: 5px;
  color: white;
}

.anundabreise, .rechnungsadresse_optional {
  display: none;
}

.zimmer-item, .person-item, .zimmer-item-zusätzlich, .person-item-zusätzlich {
  display: flex;
  flex-direction: row;
}

#anmeldeModal .modal-dialog {
  max-width: 800px;
  margin: 1.75rem auto;
  position: relative;
}

.person-item-wrap.row, .person-item-weitere-wrap.row, p.abweichen-data-anreise {
  margin-bottom: 0px;
}

.modal-content {
  padding: 25px;
}

button.anmelde_switch_button {
  min-height: 100px;
  margin-bottom: 50px;
}

.pflichtfelder-text {
  padding: 5px;
  background-color: #ececec;
}

button.anmelde_switch_button[disabled] {
  background-color: #bfbfbf;
}

.modal-content {
  overflow-y: scroll;
  max-height: 900px;
}

.mail td {
  border: 1px solid black;
}

.modal .btn-primary {
  margin-bottom: 20px;
}

.entry.subpage-entry .col-md-8 {
  padding-left: 30px;
}

.accordion:after {
  content: "+";
  color: #f59c00;
  position: absolute;
  right: 30px;
  top: 3px;
  font-size: 30px;
  transition: 0.5s;
}

/* Veranstaltung Detail */
.veranstaltung-headline {
  margin: 0px;
}

.prev-year.noyear, .next-year.noyear {
  border-color: transparent;
  cursor: inherit;
}

span.delete-this-person, span.delete-this-item {
  height: 34px;
  margin-left: 10px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 28px;
  padding: 5px 10px;
  background-color: #f59c00;
  color: white;
  border-radius: 5px;
}

.selectedMonth {
  background-color: white !important;
  color: orange !important;
}

.prev-year-container {
  display: none;
}

.table-months .col-md-11.row {
  padding: 0px;
}

.col-md-1.next-year-container, .col-md-1.prev-year-container {
  padding: 10px 0px;
  text-align: center;
  cursor: pointer;
  background-color: #f59c00;
  color: white;
  border-left: 5px solid #ffcd77;
  flex: 0 0 8.333333% !important;
}

.col-md-1.prev-year-container {
  border-left: none;
  border-right: 5px solid #ffcd77;
}

.col-md-1.next-year-container.both-year, .col-md-1.prev-year-container.both-year {
  flex: 0 0 4.1666665% !important;
}

button#button-datum, button#button-thema, button#button-kursleitung {
  position: relative;
  background-color: grey;
  border-radius: 0px 0px 14px 0px;
}

button#button-thema svg rect, button#button-kursleitung svg rect, .grey {
  fill: grey !important;
}

button#button-datum.active, button#button-thema.active, button#button-kursleitung.active, button#button-datum.active svg rect, button#button-thema.active svg rect, button#button-kursleitung.active svg rect, .active .grey {
  fill: #f59c00 !important;
  background-color: #f59c00 !important;
}

button#button-datum svg, button#button-thema svg, button#button-kursleitung svg {
  position: absolute;
  top: 0px;
  left: 10%;
}

button#button-kursleitung svg {
  left: 12.5%;
}

button#button-datum:after {
  content: "Termin suchen";
  position: absolute;
  color: white;
  top: 11px;
  font-size: 18px;
  left: 100px;
}

button#button-thema:after {
  content: "Thema suchen";
  position: absolute;
  color: white;
  top: 11px;
  font-size: 18px;
  left: 100px;
}

button#button-kursleitung:after {
  content: "Kursleitung suchen";
  position: absolute;
  color: white;
  top: 11px;
  font-size: 18px;
  left: 100px;
}

/* Unterseiten */
.content-unterseite {
  margin-top: 75px;
}

.header-unterseite {
  position: relative;
}

.content-unterseite.stille {
  margin-top: 0px;
}

.header-unterseite img {
  width: 100%;
}

.slider-item {
  position: relative;
}

.header-text, .slider-item p {
  position: absolute;
  bottom: 50px;
  right: 50px;
  text-align: right;
  color: white;
}

.header-text p, .slider-item p {
  font-size: 34px !important;
  text-shadow: 0px 4px 16px black;
  margin: 0px;
}

form#search {
  display: none;
}

form#search.get-flex {
  width: 100%;
  display: flex !important;
  justify-content: space-evenly;
}

.stille-slider img {
  min-height: 230px;
}

.stille-slider button.slick-next.slick-arrow {
  top: 40%;
  position: absolute;
  right: -70px;
  width: 50px;
  height: 50px;
  border: none;
  background-color: orange;
  font-size: 22px;
  color: white;
  border-radius: 5px;
}

.stille-slider button.slick-prev.slick-arrow {
  position: absolute;
  top: 40%;
  left: -70px;
  width: 50px;
  height: 50px;
  border: none;
  background-color: orange;
  font-size: 22px;
  color: white;
  border-radius: 5px;
}

.content-unterseite img {
  margin-bottom: 1em;
}

.person-item-wrap.row, .person-item-weitere-wrap.row {
  margin-left: 0px;
  margin-right: 0px;
}

.slick-slide {
  width: 1024px;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e") !important;
}

.slider-item img {
  width: 100%;
}

.stille-slider button.slick-next.slick-arrow, .stille-slider button.slick-prev.slick-arrow {
  display: none !important;
}

.sub-page.teamseite .room-container {
  max-width: 33.33%;
  margin-bottom: 0px;
}

.teamseite .subpage-entry .row:first-child {
  margin-bottom: 0px;
}

.pressemitteilungen-header {
  cursor: pointer;
}

.pressemitteilung-item {
  position: relative;
}

.presse-nav .presse-link {
  display: none;
}

.presse-nav .presse-link:nth-child(-n+11) {
  display: block;
}

.presse-link.show-all-presse {
  display: block !important;
}

.lightbox {
  cursor: pointer;
}

.lightbox-image img {
  padding: 15px;
  background-color: white;
  max-height: 800px;
  width: auto;
}

.lightbox-image {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(2, 2, 2, 0.4705882353);
  height: 100%;
  text-align: center;
  z-index: 99999999999;
  transition: 0.5s;
}

@media (max-width: 1700px) {
  .subpage-entry.entry {
    width: 1300px;
  }
  .entry-event .grey-container {
    width: 1300px;
    margin: auto;
    padding-top: 250px;
  }
  #inner-header {
    max-width: 1300px;
    margin: auto;
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .footer-top p {
    font-size: 15px !important;
    margin: 0.2em;
    letter-spacing: 0.4px;
    font-weight: 400;
  }
  .row.modal-container-row {
    display: block;
  }
  .col-md-2.left-container, .col-md-7.mid-container, .col-md-3.right-container {
    max-width: 100%;
    flex: 100%;
  }
  .col-md-2.left-container {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
  }
  .col-md-2.left-container button {
    width: 20%;
    margin: 0px;
    min-height: 60px;
    height: 100px;
    margin-top: 20px;
  }
  .pflichtfelder-text, .left-container button {
    width: 20%;
  }
  .h1, h1 {
    font-size: 2em !important;
  }
  svg#Ebene_2 {
    width: 210px;
  }
}
@media (max-width: 1400px) {
  #inner-header {
    max-width: 1024px;
    margin: auto;
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .subpage-entry.entry {
    width: 1024px;
  }
  .buttons-switch-veranstaltungen .col-md-3:nth-child(1) {
    width: 100%;
    flex: 100%;
    max-width: 100%;
  }
  .buttons-switch-veranstaltungen .col-md-3 {
    width: 33.33%;
    flex: 33.33%;
    max-width: 100%;
    margin-bottom: 1.5em;
  }
  .search-bar-veranstaltungen-eintraege {
    padding: 15px;
  }
  .search-bar-veranstaltungen-eintraege p {
    width: 25%;
  }
  .flex-theme {
    padding: 5px 20px;
  }
  .veranstaltungs-event-eintraege > div {
    margin-bottom: 1em;
  }
  .col-md-2.left-container button {
    font-size: 14px;
  }
}
@media (min-width: 1067px) {
  #inner-header .col-md-2, .responsive-nav, .responsive-nav-opacity {
    display: none !important;
  }
  #inner-header .col-md-3 {
    flex: 41.6666667%;
    max-width: 41.6666667%;
    width: 41.6666667%;
  }
  .entry.entry-unterseite.stille-unterseite-entry {
    width: 1090.63px;
  }
}
@media (max-width: 1066px) {
  .nav {
    display: none !important;
  }
  .responsive-nav, .responsive-nav-opacity {
    display: none;
  }
  .responsive-nav-opacity {
    width: 100%;
    height: 100%;
    position: fixed;
    opacity: 0.5;
    transition: 0.25s;
  }
  .navigation-clicked .header-fixed {
    background-color: black;
  }
  .navigation-clicked #outer-header {
    background-color: white;
    opacity: 0.5;
  }
  p#a-minus, p#a-plus {
    display: none;
  }
  .responsive-nav > aside > li > p {
    padding-left: 30px !important;
    position: relative;
  }
  .responsive-nav > aside > li > p:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent orange;
    left: 12.5px;
    top: 18.5px;
    transition: 0.5s;
  }
  .responsive-nav aside > li > p.open-responsive-nav:before {
    transform: rotate(90deg);
    top: 19px;
    left: 12px;
  }
  .responsive-nav {
    overflow-y: hidden;
    height: 100vh;
    width: 80%;
    position: fixed;
    top: 0px;
    left: 0px;
  }
  .responsive-nav > aside {
    overflow-y: scroll;
    max-height: 103vh;
  }
  .responsive-nav ul > li:last-child {
    border: none;
  }
  .responsive-nav ul {
    padding: 0px;
  }
  p.responsive-menu-tag {
    font-weight: bold;
    position: relative;
    margin: 0px;
    padding-bottom: 10px;
    background-color: #f59c00;
    color: white;
    padding-top: 10px !important;
  }
  p.responsive-menu-tag:before {
    content: "x";
    position: absolute;
    left: 14px;
    top: 9px;
  }
  .responsive-nav > aside > p {
    padding-left: 30px;
    padding-top: 12px;
  }
  .responsive-nav > aside > li > ul > li > p {
    padding-left: 30px;
    padding-top: 10px;
    margin: 0px;
    padding-bottom: 10px;
    font-weight: 600;
  }
  .responsive-nav > aside > li > ul > li > ul > li > p {
    padding-left: 50px;
    padding-top: 10px;
    margin: 0px;
    padding-bottom: 10px;
  }
  .responsive-nav > aside > li > ul > li > ul > li > ul > li > p {
    padding-left: 70px;
    padding-top: 10px;
    margin: 0px;
    padding-bottom: 10px;
  }
  .child-nav ul > li:last-child {
    border: none;
  }
  .responsive-nav aside > li {
    border: none;
  }
  .responsive-nav aside > li > p {
    border-bottom: solid 1px #cccccc;
    height: 50px;
    padding-top: 12px;
    margin: 0px;
    padding-left: 15px;
    font-weight: 500;
  }
  .responsive-nav a {
    color: black;
  }
  .responsive-nav > aside > li > p > a:hover {
    color: black;
    text-decoration: none;
  }
  /* .responsive-nav li {
       border-bottom: solid 1px #ccc;
   }
   */
  .responsive-nav ul, .responsive-nav aside {
    list-style-type: none;
    margin: 0px;
  }
  /*
  .responsive-nav aside > li > ul > li > ul {
      border-top: solid 1px #ccc;
  }
  */
  .burger-responsive, #inner-header .col-md-2 {
    display: block !important;
  }
  #inner-header .col-md-3 {
    display: none;
  }
  #inner-header .col-md-7 {
    width: 75%;
    flex: 75%;
    max-width: 75%;
  }
  aside {
    background-color: rgba(255, 255, 255, 0.9098039216);
    padding-bottom: 60px;
  }
  html.navigation-clicked {
    overflow: hidden;
  }
  li.child-nav:before {
    content: "+";
    position: absolute;
    left: 15px;
    color: #f59c00;
    top: 11px;
  }
  li.child-nav {
    position: relative;
  }
  .burger-responsive {
    position: absolute;
    right: 20px;
    top: 15px;
  }
  div#inner-header {
    position: relative;
  }
  .entry-event .grey-containerm {
    width: 100%;
    padding: 50px;
    padding-top: 200px;
  }
  .footer-content.entry {
    margin-top: 80px;
    width: 100%;
    padding: 50px;
  }
  #inner-header {
    max-width: 100%;
    margin: auto;
    padding: 1em 50px;
  }
  .subpage-entry.entry {
    width: 1000px;
  }
  .responsive-nav > aside > li > ul {
    display: none;
  }
  .entry {
    margin-top: 150px;
    margin-bottom: 50px;
  }
  .entry .sub-page:first-child h3:first-child {
    margin-top: 75px !important;
  }
  .subpage-entry.entry {
    width: 100%;
    padding: 0 50px;
  }
  .col-md-2.left-container button {
    width: 25%;
  }
  .entry.detail-veranstaltung {
    width: 100%;
    padding: 0px 50px;
  }
  .entry-event .grey-container {
    width: 100%;
    padding: 0 50px;
    padding-top: 150px;
    margin: 0px;
    margin-bottom: 50px;
  }
  .table-months .col-md-1 {
    width: 16.66667%;
    flex: 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-1.current-year-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .col-md-1.prev-year-container.current-year-container {
    display: none;
  }
  .buttons-switch-veranstaltungen button {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .slick-slide {
    width: auto;
  }
  .entry.entry-unterseite {
    width: 100%;
    padding: 0 50px;
  }
  .header-text {
    bottom: 25px;
    right: 25px;
  }
  .header-text p {
    font-size: 28px !important;
  }
  .entry.success-entry {
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 200px;
    width: auto;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .table-months .col-md-1 {
    width: 16.66667%;
    flex: 16.66667% !important;
    max-width: 16.66667%;
  }
  .col-md-1.next-year-container.both-year, .col-md-1.prev-year-container.both-year {
    flex: 0 0 8.333333% !important;
  }
}
@media (max-width: 991px) {
  .subpage-entry.entry, .entry.index {
    width: 100%;
    padding: 50px;
  }
  .entry {
    margin-top: 100px;
  }
  .entry-event .grey-container {
    padding-top: 150px;
  }
  img.lupe, form#search {
    margin-top: 10px;
  }
  form#search {
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  form#search input[type=suche] {
    width: 68%;
  }
  form#search input[type=submit] {
    width: 28%;
  }
  .pflichtfelder-text p {
    font-size: 16px !important;
  }
  .col-md-2.left-container button {
    font-size: 12px;
    height: 80px;
    margin-top: 30px;
  }
  .col-md-2.left-container button {
    width: 30%;
    padding: 5px;
  }
  .col-md-2.left-container {
    flex-flow: wrap;
  }
  .pflichtfelder-text {
    margin-top: 10px;
    width: 100%;
  }
  svg#Ebene_2 {
    width: 100%;
  }
  .entry.detail-veranstaltung {
    padding-top: 35px;
  }
  .entry-event .col-md-11.row {
    flex: 30%;
  }
  button#button-datum svg, button#button-thema svg, button#button-kursleitung svg {
    left: 0%;
  }
  button#button-kursleitung:after, button#button-thema:after, button#button-datum:after {
    left: 30%;
    font-size: 16px;
    top: 13px;
  }
  button#button-kursleitung:after {
    left: 20%;
  }
  .entry.entry-unterseite {
    padding: 50px 50px;
  }
  span.delete-this-person, span.delete-this-item {
    margin-top: 0px !important;
    margin-left: 15px !important;
  }
  .new-zimmer {
    display: initial !important;
  }
  .person-item-wrap.row, .new-zimmer, .person-item-weitere-wrap.row {
    background-color: #eee;
    padding: 15px 0px;
    margin-bottom: 10px;
  }
  #anmeldeModal .modal-dialog {
    max-width: 90%;
    margin: 1.75rem auto;
  }
}
@media (max-width: 768px) {
  .slider {
    position: relative;
    margin-top: 80px;
  }
  img.lupe, form#search {
    margin-top: 0px;
  }
  div#inner-header .col-md-3 {
    width: 66.66%;
  }
  .entry .sub-page:first-child h3:first-child {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .entry.subpage-entry .col-md-8 {
    padding-left: 15px;
  }
  .entry {
    margin-top: 130px;
    margin-bottom: 0px;
  }
  .entry .sub-page:first-child h3 {
    margin-top: 20px !important;
  }
  .entry {
    margin-top: 90px;
  }
  .entry-event .grey-container {
    padding-top: 125px;
  }
  .buttons-switch-veranstaltungen .col-md-3 button {
    font-size: 18px;
  }
  .buttons-switch-veranstaltungen h1 {
    font-size: 28px;
  }
  .threeimagelinks-container {
    margin-bottom: 0px;
  }
  body p.subtext {
    font-size: 18px;
    margin-left: 10%;
    margin-right: 10%;
  }
  .entry.index {
    margin-top: 15px;
  }
  .row.threeimagelinks-container {
    justify-content: center;
  }
  .row.threeimagelinks-container .col-md-4 {
    width: 60%;
  }
  .date-line input {
    width: 25%;
  }
  .form_group.col-md-6 {
    text-align: left !important;
  }
  .date-line input:first-child {
    width: 50%;
  }
  .table-months .col-md-1 {
    width: 33.33%;
    flex: 33.33%;
    max-width: 33.33%;
  }
  .search-bar-veranstaltungen-eintraege.row p {
    width: 100%;
  }
  .header-text p {
    font-size: 22px !important;
  }
  .content-unterseite {
    margin-top: 50px;
  }
  div#inner-header .col-md-7 {
    width: 25%;
    flex: 0 0 66%;
    max-width: 66%;
  }
  div#inner-header .col-md-2 {
    width: 25%;
    max-width: 33%;
  }
  .presse-nav {
    margin-top: 0px;
  }
  p.trigger-presse-show {
    padding-top: 0px !important;
    padding-bottom: 50px;
  }
  .pressemitteilung-item .lightbox {
    height: auto !important;
    width: auto !important;
  }
}
@media (max-width: 767px) {
  footer svg#Ebene_2 {
    width: 190px;
    margin-bottom: 20px;
  }
  div#inner-header .col-md-3 {
    display: none;
  }
  div#inner-header .col-md-7 {
    width: 75%;
    flex: 75%;
    max-width: 75%;
  }
  div#logo svg {
    width: inherit !important;
  }
  div#logo svg {
    width: 160px !important;
  }
  button#button-datum svg, button#button-thema svg, button#button-kursleitung svg {
    left: 0px;
  }
  button#button-kursleitung:after, button#button-thema:after, button#button-datum:after {
    left: 75px;
    font-size: 18px;
    top: 11px;
  }
  button#button-kursleitung svg {
    left: 5px;
  }
  .veranstaltungs-event-eintraege {
    margin-left: 0px;
    margin-top: 0px;
    padding-left: 30px;
  }
  .veranstaltungs-event-eintraege h3 {
    max-width: 70%;
    font-size: 16px;
    line-height: 22px;
    color: black;
    margin-bottom: 0px !important;
  }
  .veranstaltungs-event-eintraege > div {
    padding-bottom: 0px;
  }
  .buttons-switch-veranstaltungen button {
    margin-bottom: 10px;
  }
  .search-bar-veranstaltungen-eintraege {
    padding: 15px 35px;
  }
  .col-md-1.next-year-container, .col-md-1.prev-year-container {
    flex: 16.666665% !important;
  }
  .col-md-1.next-year-container.both-year, .col-md-1.prev-year-container.both-year {
    flex: 0 0 8.333333% !important;
  }
  .col-xl-3.col-md-4 {
    width: 33.33%;
  }
  .teamseite .col-md-4 {
    order: 2;
  }
  .row.team-block-image-container {
    justify-content: flex-start;
  }
  .teamseite .row {
    margin-bottom: 1em;
  }
}
@media (max-width: 576px) { /* von 600px zu 576px */
  .entry.entry-unterseite {
    padding: 25px 25px;
  }
  .entry-event .grey-container {
    padding: 25px;
    padding-top: 120px;
  }
  .buttons-switch-veranstaltungen .col-md-3 {
    width: 100%;
    flex: 100%;
    max-width: 100%;
  }
  button.hover:after, button.active:after {
    left: 260px;
  }
  .veranstaltungs-event-eintraege {
    margin-top: 0px;
    margin-left: 0px;
  }
  .veranstatlung-event-container.row .col-md-4 {
    padding: 0px;
    margin-bottom: 1.5em;
  }
  .veranstaltung-event-content {
    margin-top: 1em;
  }
  .search-bar-veranstaltungen-eintraege {
    display: block;
  }
  .search-bar-veranstaltungen-eintraege p {
    width: 100%;
    margin-bottom: 0.5em;
  }
  .subpage-entry.entry, .entry.index {
    width: 100%;
    padding: 25px;
  }
  .entry.subpage-entry {
    margin-top: 95px;
  }
  .entry.subpage-entry p, .entry li {
    font-size: 16px;
  }
  .entry .sub-page:first-child h3:first-child {
    margin-top: 5px !important;
  }
  .stopsticky #modal {
    margin-bottom: 0px;
  }
  .veranstatlung-event-container h3#headlineEvent, .veranstatlung-event-container h3#headlineEventHidden {
    font-size: 20px !important;
  }
  .veranstaltungs-event-eintraege > div {
    width: 100%;
  }
  .entry.footer-content {
    margin-top: 90px;
  }
  img.lupe {
    width: 25px;
  }
  #inner-header {
    max-width: 100%;
    margin: auto;
    padding: 1em 25px;
  }
  .slider {
    position: relative;
    margin-top: 85px;
  }
  img.lupe {
    margin-top: 15px;
  }
  form#search {
    font-size: 12px;
  }
  .entry.index {
    margin-top: 0px;
  }
  .col-md-2.left-container button {
    margin-top: 10px;
  }
  .col-md-2.left-container button {
    width: 100%;
    padding: 5px;
    font-size: 16px;
  }
  input[type=checkbox] {
    width: 5% !important;
  }
  #anmeldeModal .modal-dialog {
    max-width: 90%;
    margin: 1.75rem auto;
  }
  .modal-content {
    height: 90vh !important;
  }
  .entry li:before {
    width: 8px;
    height: 8px;
    left: -19px;
    top: 9px;
  }
  .entry.detail-veranstaltung {
    width: 100%;
    padding: 0px 30px;
    padding-top: 20px;
  }
  .col-lg-10.col-sm-10.col-xl-11.year-click-container {
    flex: 0 0 70%;
  }
  .col-md-1.next-year-container.both-year, .col-md-1.prev-year-container.both-year {
    flex: 0 0 15% !important;
  }
  .col-md-1.next-year-container, .col-md-1.prev-year-container {
    flex: 30% !important;
  }
  .entry.success-entry {
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 100px;
    width: auto;
  }
  footer svg#Ebene_2 {
    width: 190px;
    margin-bottom: 20px;
  }
  .entry.subpage-entry {
    margin-top: 115px;
  }
  .entry, .subpage-entry.entry {
    width: 100%;
    padding: 0 20px;
  }
  .entry h2, .entry .subtext {
    text-align: left;
  }
  p.subtext {
    margin-left: 0px;
    margin-right: 20%;
  }
  .burger-responsive {
    position: absolute;
    top: 8px;
  }
  button.hover:after, button.active:after {
    left: 175px;
  }
  img.lupe {
    margin-top: 8px;
  }
  form#search input {
    height: 30px;
    margin-top: 8px;
  }
  div#inner-header .col-md-3 {
    padding-left: 0px;
  }
  form#search {
    font-size: 10px;
  }
  .slider {
    position: relative;
    margin-top: 65px;
  }
  body p.subtext {
    font-size: 16px;
    margin: 0;
    margin-bottom: 30px;
  }
  .h2, h2 {
    font-size: 28px !important;
    margin-top: 10px !important;
  }
  .h3, h3 {
    font-size: 24px !important;
  }
  .veranstaltungs-event-eintraege h3 {
    font-size: 16px !important;
  }
  .row.threeimagelinks-container .col-md-4 {
    width: 100%;
  }
  .h1, h1 {
    font-size: 24px !important;
  }
  .entry.success-entry {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 414px) {
  .entry.subpage-entry {
    margin-top: 100px;
  }
  .table-months .col-md-1 {
    width: 50%;
    flex: 50%;
    max-width: 50%;
  }
  .header-text {
    bottom: 10px;
    right: 10px;
  }
  .header-text p {
    font-size: 20px !important;
  }
  .content-unterseite {
    margin-top: 25px;
  }
}
@media (max-width: 375px) {
  button.hover:after, button.active:after {
    left: 160px;
  }
  .date-line .col-md-2 {
    width: 30%;
  }
}
@media (max-width: 320px) {
  .content-unterseite {
    margin-top: 25px;
  }
  button.hover:after, button.active:after {
    left: 130px;
  }
  .entry-event .grey-container {
    padding: 15px;
    padding-top: 100px;
  }
  .header-text {
    bottom: 5px;
    right: 5px;
  }
  .header-text p {
    font-size: 18px !important;
  }
}
