@charset "UTF-8";
/*template.scss*/
/*Standard Umgebung 
/* fjalla-one-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: "Fjalla One";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fjalla-one-v16-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* parisienne-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: "Parisienne";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/parisienne-v14-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* raleway-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: "Raleway";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/raleway-v37-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* signika-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: "Signika";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/signika-v29-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* la-belle-aurore-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: 'La Belle Aurore';
 font-style: normal;
 font-weight: 400;
 src: url('../fonts/la-belle-aurore-v23-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
/*}*/
p, li, input, label {
  font-size: 0.9rem;
  max-width: 800px;
}

img {
  max-width: 100%;
}

input {
  padding: 5px;
}

.btn.btn-primary, .btn:first-child:active {
  height: auto !important;
  color: #4f4646;
  padding: 10px;
  border-radius: 10px;
  font-weight: bold;
  border: 1px solid #46bf46;
}

.seminarman-course-table .btn.btn-primary {
  padding: 5px;
  font-size: 0.9rem;
}

h1, h2 {
  color: #4f4646;
}

h3 {
  margin: 18px 0;
  font-size: 1.2rem;
}

h1, .page-header h2 {
  font-size: 1.6em;
  font-weight: 700;
  margin-bottom: 0.5em;
}

h2 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 0.8em 0 0;
  padding: 0;
}

h2.item-title {
  margin-bottom: 0;
}

h3, h5 {
  font-size: 1.3rem;
  font-weight: bold;
}

h5 {
  color: rgb(40.8674698795, 118.1325301205, 40.8674698795);
  margin: 10px 0;
}

ul {
  padding-left: 1em;
}

a {
  text-decoration: none;
  color: #d27a12;
}
a:hover, a:focus, a:active {
  text-decoration: underline;
}

.breadcrumb {
  list-style-type: none;
  display: flex;
  padding: 0;
}

.divider.icon-location::before {
  content: "➔";
  padding-right: 10px;
  color: rgb(40.8674698795, 118.1325301205, 40.8674698795);
}

.divider::before {
  content: "➤";
  padding: 0 3px 0 8px;
  color: rgb(40.8674698795, 118.1325301205, 40.8674698795);
  font-size: 0.8em;
}

p.zitat {
  padding: 10px 20px 10px 50px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background-image: url(../images/apostroph.svg);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  background-size: 90px 90px;
}

p.readmore::before {
  content: ">>";
}

p.readmore a {
  font-weight: bold;
}

p.readmore a.btn-secondary {
  background-color: transparent;
  border: 0;
  color: #4f4646;
  font-size: 90%;
}

a.nach_oben {
  padding-right: 30px;
  margin-top: 5px;
  color: #4f4646;
  font-size: 75%;
  background-image: url(../images/nach_oben.png);
  background-repeat: no-repeat;
  background-position: right 0px;
  padding-top: 8px;
}

.item-content img {
  width: 300px;
  height: auto;
  clear: both;
  display: block;
}

.btn.btn-primary.btn-sman-detail-panel-wl {
  width: 100%;
}

@media only screen and (min-width: 400px) {
  h1, .page-header h2, .bfQuickMode h1 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 600px) {
  .item-content img {
    float: right;
    padding-left: 20px;
  }
}
@media screen and (min-width: 900px) {
  .item-content {
    -moz-column-count: 3;
         column-count: 3;
    gap: 20px;
  }
  .item-content img {
    float: none;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  color: #4f4646;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 140%;
  margin: 0;
  padding: 0 0 40px 0;
  background-color: #ffffff;
}

#page {
  position: relative;
  overflow-x: hidden;
}

/*Container*/
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  --bs-gutter-x: 2rem;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-right: auto;
  margin-left: auto;
}

.intro-jw {
  position: relative;
}

/*Container ende*/
footer {
  background-color: #e5e5e5;
  bottom: 0;
  padding: 20px;
}

footer .container {
  display: flex;
  justify-content: space-between;
}

footer .mod-menu {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

#top {
  background-image: url(../images/nach-oben.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0px 0px;
  position: fixed;
  bottom: 170px;
  right: 50%;
  margin-right: -47%;
  display: none;
  z-index: 99;
  width: 50px;
  height: 75px;
}

#top a {
  display: block;
  padding: 15px;
  text-decoration: none;
}

.moduletable.abstand {
  height: 150px;
}

footer {
  grid-area: footer;
}

@media screen and (min-width: 400px) {
  footer {
    padding: 5px 20px;
  }
}
@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 100vw;
  }
}
@media screen and (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 100vw;
  }
  .moduletable.abstand {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 100vw;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1200px;
  }
}
.offcanvas {
  position: absolute;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100vh;
  background: #6EBBCC;
  transition: 0.5s;
  z-index: 1;
}
.offcanvas.visible {
  right: 0;
}
.offcanvas a,
.offcanvas .close {
  color: inherit;
}
.offcanvas .nav {
  padding: 2rem;
  gap: 7px;
}
.offcanvas .nav li {
  list-style: none;
  width: 100%;
}
.offcanvas .nav li a {
  width: 100%;
  padding: 5px;
}
.offcanvas .nav li a:hover, .offcanvas .nav li a:focus, .offcanvas .nav li a:target {
  color: #4f4646;
}
.offcanvas .nav li .mod-menu__sub a {
  padding: 5px 5px 5px 20px;
}
.offcanvas .nav .nav-link {
  text-transform: uppercase;
}
.offcanvas .close {
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}
.offcanvas #primary-menu-off {
  border-bottom: 1px solid #e5e5e5;
}

#offcanvas-toggle {
  cursor: pointer;
  padding-right: 0;
}
@media (min-width: 768px) {
  #offcanvas-toggle {
    margin-left: 1rem;
  }
}
#offcanvas-toggle.nav-link {
  padding-left: 0;
  color: #ffffff;
}
#offcanvas-toggle span {
  font-weight: bold;
}

.navbar > .container, .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl {
  align-items: stretch;
  justify-content: space-between;
  width: calc(100% - 20px);
  margin: 0;
}

.navbar-brand {
  font-family: "Fjalla One", Raleway, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.25rem;
}

.navbar-brand {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-right: 1rem;
  font-size: 1rem;
  white-space: nowrap;
}

.d-flex {
  display: flex !important;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

@media (max-width: 575.98px) {
  .navbar {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media screen and (min-width: 1200px) {
  .navbar > .container {
    --bs-gutter-x: 2rem;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin: auto;
  }
}
/* Accordion Ausklapp-Modul Startseite*/
/* Accordion styles */
.tabs {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
  clear: both;
  margin-bottom: 20px;
}

.tab {
  width: 100%;
  color: #4f4646;
  background: #ebebeb;
  overflow: hidden;
}

.tab-label {
  display: flex;
}

.tab-label {
  display: flex;
  justify-content: space-between;
  padding: 2em 1em;
  font-weight: bold;
  cursor: pointer;
  letter-spacing: 2px;
  font-size: 1.2em;
}

/* Icon */
.tab-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}

.tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #4f4646;
  background: white;
  transition: all 0.35s;
}

.tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #c65035;
  cursor: pointer;
}

/* :checked*/
.tab input {
  display: none;
}

/*input:checked + .tab-label {
    background: darken($midnight, 10%);
}*/
input:checked + .tab-label::after {
  transform: rotate(90deg);
}

input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
}

/*Modul Accordion */
.custom .tab-label {
  background: #ebebeb;
}

.custom .tab {
  color: #000;
}

/*Accordion ende */
ul#nav li.current.active > a {
  color: #4f4646;
}

/**/
.site-header, .site-header .navbar {
  transition: all 0.2s ease-in-out;
}

.site-header {
  background: linear-gradient(rgba(0, 0, 0, 0.45), transparent);
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/*Header*/
.page-header {
  position: relative;
  background-size: cover;
  background-position: center;
  background-image: url("../images/sand-steine.jpg");
}

.page-header .divider-wave {
  position: absolute;
  bottom: -1px;
  width: 500px;
  max-width: 2240px;
  margin-left: auto;
  margin-right: auto;
  left: 36%;
  right: 50%;
  transform: translateX(-50%);
}

section.page-header h2 {
  font-family: "Parisienne", "La Belle Aurore", "Raleway", serif;
  font-size: 3.5rem;
  margin: 0;
  color: #ea8712;
  line-height: 20%;
}
section.page-header h1 {
  font-family: "Fjalla One", "Raleway", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 3rem;
  margin: 0;
  color: #ffffff;
}
section.page-header .container {
  min-height: 450px;
  padding-top: 120px;
  position: relative;
}
section.page-header .intro {
  font-family: "Signika", "Raleway", sans-serif;
  line-height: 120%;
  font-size: 1rem;
  color: #fff;
}

.page-header::before { /*Farbfilter über Hintergrundbild*/
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(28, 97, 112, 0.7), rgba(0, 0, 0, 0.1) 75%);
}

@media screen and (min-width: 380px) {
  section.page-header h1 {
    font-family: "Fjalla One", "Raleway", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 600px) {
  section.page-header h1 {
    margin-bottom: 0.5rem;
  }
  section.page-header .intro {
    line-height: 150%;
  }
  .page-header .divider-wave {
    width: 1780px;
    max-width: 2240px;
  }
}/*# sourceMappingURL=template.css.map */