/* lato-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/lato-v24-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/lato-v24-latin-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/lato-v24-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/lato-v24-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/lato-v24-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/lato-v24-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
  font-size: 19px;
  color: #6d6d6d;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.top {
  background-color: #f4f4f4;
  border-bottom: 1px solid #e4e4e4;
}

.header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 12px;
}

.header a {
  text-decoration: none;
  color: unset;
}

.head-left {
  display: inline-block;
  padding: 10px 10px 10px 10px;
  border-right-width: 0.05px;
  border-right-style: solid;
  border-right-color: #e4e4e4;
}

.head-left:first-child {
  border-left-width: 0.05px;
  border-left-style: solid;
  border-left-color: #e4e4e4;
}

.contact-top {
  background-color: #33328f;
  padding: 10px 30px 10px 30px;
  color: #fff;
}

.mainnav {
  padding: 0;
  background-color: #fff;
  border-bottom: 5px solid #33328f;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.nav-ul > li > .active {
  background-color: #33328f;
  color: #fff !important;
}

.nav-ul > li > a:hover {
  background-color: #33328f;
  color: #fff !important;
}
.maintext {
  margin-top: 40px;
}

.maintext {
  border: 1px solid #33328f;
  padding: 10px;
  border-radius: 5px;
  margin: 10px 0;
  position: relative;
  margin-top: 40px;
  background-color: #f4f4f4;
}

.maintext > h2 {
  font-weight: bold;
  font-style: italic;
  margin-bottom: 10px;
  display: inline-block;
  background-color: #fff;
  padding: 0 10px 0 10px;
  position: absolute;
  top: -20px;
  left: 10px;
  background-color: #33328f;
  color: #fff;
  border-radius: 5px;
}

.maintext > div {
  margin-top: 30px;
}

.main-accordion {
  margin-top: 70px;
}

.main-accordion > .accordion-item {
  background-color: #fff;
  margin-bottom: 50px;
  border: 1px solid #33328f;
  border-radius: 5px;
}

.main-accordion > .accordion-item a {
  background-color: #33328f;
  color: #fff;
  text-decoration: none;
  padding: 0 5px 0 5px;
}

.main-accordion > .accordion-item a:hover,
.main-accordion > .accordion-item a:focus,
.main-accordion > .accordion-item a:active {
  background-color: #33328f;
  color: #fff;
  text-decoration: none;
  padding: 0 5px 0 5px;
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 1px solid #33328f;
}

.accordion-flush .accordion-item:first-child {
  border-top: 1px solid #33328f;
}

.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 5px;
}

.main-accordion > .accordion-item > .accordion-header > button {
  background-color: #f4f4f4;
  color: #33328f;
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
}

.main-accordion .accordion-body {
  font-size: 16px;
  color: #6d6d6d;
}

.accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(51, 50, 143, 0.25) !important;
}

blockquote {
  font-size: 0.9rem !important;
  color: #33328f;
  font-style: italic;
}

footer {
  text-align: center;
  font-size: 0.8rem;
}

footer a {
  text-decoration: none;
  color: unset;
  cursor: pointer;
}

.icon-left {
  color: #fff;
  padding-right: 5px;
  border-right: solid 1px;
  font-size: 1.5rem;
  margin-right: 10px;
}

.accordion-header button {
  background-color: #33328f !important;
  color: #fff !important;
}

.accordion {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.textareaForm {
  min-height: 200px !important;
}

.form-check-input,
.form-control {
  border-color: #33328f;
}

.datenschutzLabel {
  font-size: 0.8rem;
}

.formBtn {
  background-color: #33328f !important;
  color: #fff !important;
  float: right;
  max-width: 200px;
  width: 100%;
}

.kontaktAnreise {
  height: fit-content;
  background-color: #33328f;
  color: #fff;
  font-weight: bold;
  padding: 40px 35px 40px 35px;
}

footer {
  width: 100%;
  height: 2.5rem;
  background-color: #f4f4f4;
  padding-top: 10px;
  border-top: 1px solid #e4e4e4;
  margin-top: auto;
}

.mailerMsg {
  background-color: #0f0;
  color: #33328f;
}

.afsingo {
  display: none;
}

.captcha {
  border: 1px solid #33328f;
  border-radius: 5px;
}

h3 {
  color: #33328f;
  margin-bottom: 0;
  font-size: 24px;
}

.steht-fuer-p {
  font-size: 18px;
}

.last-p {
  color: #33328f;
  font-size: 18px;
}

@media (max-width: 576px) {
  .mt-5 {
    font-size: 26px !important;
  }

  .mobile-size {
    font-size: 24px !important;
  }

  h3 {
    font-size: 22px;
  }

  .steht-fuer-p {
    font-size: 16px;
  }

  .last-p {
    font-size: 16px;
  }
}

/* Ausklapper */

/* Unterpunkt Liste Überschrift */
.ak-unterpunkt {
  color: #33328f;
  font-weight: bold;
  margin: 0;
}
