@charset "UTF-8";
/* noto-serif-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: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-serif-v23-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-serif-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: 'Noto Serif';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/noto-serif-v23-latin-italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-serif-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: 'Noto Serif';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/noto-serif-v23-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-serif-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: 'Noto Serif';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/noto-serif-v23-latin-700italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* JUMBOSTART */
html, body, header, .view {
  height: 100%;
}
@media (max-width: 740px) {
  html, body, header, .view {
    height: 100vh;
  }
}
/* LIGHTBOX ARROWS */
.ekko-lightbox-nav-overlay a {
  opacity: 1;
}
/* LANDING-PAGE */
.bg-bd {
  background-color: #cfdbcb;
}
.abstandobenunten {
  padding-top: 30px;
  padding-bottom: 30px;
}
.abstandunten {
  padding-bottom: 30px;
}
/* GENERAL */
body {
  font-family: 'Noto Serif', serif;
  color: #6c757d;
}
@media (min-width: 320px) {
  body {
    padding-top: 50px;
  }
}
@media (min-width: 768px) {
  body {
    padding-top: 100px;
  }
}
.img-rounded {
  border-radius: 2px;
}
.pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #eee;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  background-color: #4a3d49;
  color: white;
}
.thumbnail {
  border: 0;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px dashed #ededed;
  clear: both;
}
.page-header {
  margin-top: 30px;
  margin-bottom: 60px;
}
.well {
  border: 0;
  box-shadow: inset 0 0 0;
  background-color: #b41d1f;
  border-radius: 2px;
}
.form-control {
  background-color: rgba(255, 255, 255, 0.7);
}
#map_canvas {
  width: 100%;
  height: 250px;
}
#map_canvas_gross {
  width: 100%;
  height: 700px;
}
a {
  color: #ef823c;
}
.img-overlaykar {
  position: absolute;
  top: 0px;
  right: 100px;
  z-index: 3;
}
.img-overlay {
  position: absolute;
  top: 50px;
  right: 100px;
  z-index: 3;
}
.hr-light {
  border-top: 1px solid #fff;
  width: 80px;
}
.hide-me[aria-expanded="true"] {
  display: none;
}
.no-wrap {
  white-space: nowrap;
}
.aspect {
  width: 100%;
  background-size: cover;
  background-position: center;
}
.einszueins {
  padding-bottom: 100%;
}
.goldenesrechteck {
  padding-bottom: 61.8%;
}
.dreizuzwei {
  padding-top: 66.66%;
}
.vierzudrei {
  padding-top: 75%;
}
.sechzehnzuneun {
  padding-top: 56.25%;
}
.einundzwanzigzuneun {
  padding-top: 42.85%;
}
.zweiunddreissigzuneun {
  padding-top: 28.12%;
}
.tab-content {
  background-color: white;
  padding-top: 30px;
  padding-bottom: 30px;
}
.img-dark {
  filter: brightness(80%);
}
.abstand {
  padding-top: 30px;
  padding-bottom: 30px;
}
.badge {
  font-size: 80%;
  font-weight: 400;
  border-radius: 2px;
}
.badge-danger {
  color: white;
  background-color: #b41d1f;
}
.badge-warning {
  color: white;
  background-color: #ef823c;
}
.textmarker {
  background-color: rgba(0, 0, 0, 0);
}
.mark, mark {
  padding: 0.2em;
  background-color: rgba(0, 0, 0, 0);
  color: #6c757d;
  font-weight: 400;
}
h1 {
  font-size: 1.9em;
  font-weight: 400;
  color: #a49789;
  hyphens: auto;
  -webkit-hyphens: auto;
  -webkit-hyphenate-limit-chars: auto 3;
  -webkit-hyphenate-limit-lines: 4;
  -ms-hyphens: auto;
  -ms-hyphenate-limit-chars: auto 3;
  -ms-hyphenate-limit-lines: 4;
}
h2 {
  font-size: 1.2em;
  line-height: 1.4em !important;
  letter-spacing: 0.05em;
  font-weight: 400;
}
h3 {
  font-size: 1.3em;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  color: #a49789;
}
h4 {
  font-size: 1.2em;
  line-height: 1.5em;
}
h5 {
  color: #ef823c;
  font-size: 1.3em;
  letter-spacing: 0.05em;
}
h6 {
  font-size: 1em;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: white;
}
p, ul {
  font-size: 1em;
  line-height: 1.6em;
  font-weight: 400;
}
/* BEREICHE */
.social {
  background-color: #ededed;
  padding: 15px 0 10px 0;
}
.zitat {
  background-color: #eee;
  padding: 30px 0;
}
.vierer {
  background-color: #b41d1f;
  padding: 15px 0;
}
.vierer p {
  color: #f9e3d5;
}
.vierer h3 {
  color: #ef823c;
}
.card {
  border: 0;
}
.term {
  background-color: #ededed;
  padding: 15px;
  margin-bottom: 30px;
}
.bg-secondary {
  background-color: #b41d1f !important;
}
.bg-werbung {
  background-color: #665464;
}
.fuss {
  background-color: #ef823c;
  padding: 10px 0 0 0;
}
.fuss p, .fuss a {
  color: white;
}
.orange {
  background-color: #ef823c;
  padding: 15px 0 0 0;
  color: white;
}
/* BUTTON */
.btn {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border: 0;
  letter-spacing: 0.05em;
  font-weight: 700;
  border-radius: 2px;
}
.btn-link {
  color: #eee;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 500;
}
.btn-link:hover {
  color: #b41d1f !important;
}
.accordion .btn-link {
  color: #000;
}
[data-toggle="collapse"] .fa:before {
  content: "";
}
[data-toggle="collapse"].collapsed .fa:before {
  content: "";
}
.btn-bd {
  color: white;
  background-color: #ef823c;
  border-color: #eee;
}
.btn-bd:hover {
  color: #b41d1f !important;
}
.btn-2 {
  color: white;
  background-color: #b41d1f;
  border-color: white;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #eee;
}
.nav-pills .nav-link {
  background-color: #b41d1f;
}
.btn-link:hover, .btn-bd:hover, .btn-2:hover {
  color: #ef823c;
}
/* BUTTON SCROLL */
.ct-btn-scroll {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
.video-list-thumbs > li {
  margin-bottom: 12px;
}
.video-list-thumbs > li > a {
  display: block;
  position: relative;
  background-color: #ededed;
  color: #6c757d;
  padding: 8px;
  border-radius: 0;
}
.video-list-thumbs > li > a:hover {
  background-color: #5c0f10;
  transition: all 500ms ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
.video-list-thumbs h6 {
  color: #6c757d;
  bottom: 0;
  font-size: 1em;
  height: 75px;
  margin: 8px 0 0;
}
.video-list-thumbs .fa-youtube-play {
  color: white;
  font-size: 60px;
  opacity: 0.6;
  position: absolute;
  right: 39%;
  top: 31%;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.video-list-thumbs > li > a:hover .glyphicon-play-circle {
  color: white;
  opacity: 1;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
  transition: all 500ms ease;
}
.video-list-thumbs .duration {
  background-color: #881617;
  border-radius: 2px;
  color: white;
  font-size: 11px;
  font-weight: 300;
  left: 12px;
  line-height: 13px;
  padding: 2px 3px 1px;
  position: absolute;
  top: 12px;
}
.video-list-thumbs > li > a:hover .duration {
  background-color: #000;
  transition: all 500ms ease;
}
@media (min-width: 320px) and (max-width: 480px) {
  .video-list-thumbs .glyphicon-play-circle {
    font-size: 35px;
    right: 36%;
    top: 27%;
  }
  .video-list-thumbs h2 {
    bottom: 0;
    font-size: 12px;
    height: 22px;
    margin: 8px 0 0;
  }
}
/* NAVBAR */
.navbar-dark {
  background-color: #b41d1f !important;
}
.navbar-dark .navbar-brand {
  color: white;
}
.navbar-dark .navbar-nav .nav-link {
  color: white !important;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.dropdown-menu {
  border: 0px solid rgba(0, 0, 0, 0);
}
.dropdown-item:focus, .dropdown-item:hover {
  color: white;
  background-color: #ef823c;
}
/* BILDER FÜR WYSIWYG */
.img-responsive-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.img-responsive-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-left: 15px;
  margin-bottom: 15px;
}
.img-50-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 50%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.img-50-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 50%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-left: 15px;
  margin-bottom: 15px;
}
.img-33-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 33%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.img-33-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 33%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-left: 15px;
  margin-bottom: 15px;
}
.img-25-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 25%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.img-25-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 25%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-left: 15px;
  margin-bottom: 15px;
}
/* COOKIE BAR */
#cookie-bar {
  background: #282828;
  height: auto;
  line-height: 24px;
  color: #eeeeee;
  text-align: center;
  padding: 10px 0;
}
#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
  z-index: 1000;
}
#cookie-bar p {
  margin: 0;
  padding: 0;
}
#cookie-bar a {
  color: white;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  padding: 0 6px;
  margin-left: 8px;
}
#cookie-bar .cb-enable {
  background: #82b646;
}
#cookie-bar .cb-enable:hover {
  background: #6c757d;
}
#cookie-bar .cb-disable {
  background: #f6ae01;
}
#cookie-bar .cb-disable:hover {
  background: #bb0000;
}
#cookie-bar .cb-policy {
  background: #0033bb;
}
#cookie-bar .cb-policy:hover {
  background: #0055dd;
}
/* HOVER EFFECT */
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translatey(-100px);
  -ms-transform: translatey(-100px);
  transform: translatey(-100px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 10px;
}
.hovereffect a.info {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 50px 0 0;
  padding: 7px 14px;
}
.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}
.hovereffect:hover img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
.hovereffect:hover h2, .hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-transform: translatey(0);
  -webkit-transform: translatey(0);
  transform: translatey(0);
}
.hovereffect:hover a.info {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
/* CAROUSEL */
.carousel-caption {
  margin-bottom: 100px;
  font-weight: 700;
  color: #fff;
}
.carousel-trans {
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.carousel .item {
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}
.carousel-control {
  border-radius: 6px;
}
.full-screen h2 {
  color: white;
}
.full-screen h5 {
  display: inline-block;
  padding: 10px;
}
.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .carousel-caption h2 {
    font-size: 16px;
    line-height: 14px;
    bottom: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .carousel-caption h2 {
    font-size: 26px;
    line-height: 18px;
    bottom: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .carousel-caption h2 {
    font-size: 36px;
    line-height: 20px;
    bottom: 115px;
  }
}
@media only screen and (min-width: 1200px) {
  .carousel-caption h2 {
    font-size: 46px;
    line-height: 22px;
    bottom: 100px;
  }
}
/* Styling für die Sortier-Icons */
.tablesorter thead tr th {
  cursor: pointer;
  position: relative;
  padding-right: 20px;
  /* Platz für das Icon */
}
/* Optional: Eigene Farben für die Sortier-Icons anpassen */
.tablesorter thead .tablesorter-headerAsc, .tablesorter thead .tablesorter-headerDesc {
  background-color: #f0f0f0;
  /* Hintergrundfarbe für sortierte Spalten */
}
/* Optional: Hover-Effekt für bessere Benutzererfahrung */
.tablesorter thead tr th:hover {
  background-color: #e8e8e8;
}
/* Zeilen abwechselnd einfärben für bessere Lesbarkeit */
.tablesorter tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.tablesorter tbody tr:hover {
  background-color: #f0f0f0;
}
/* INTERNER BEREICH GOOGLE SHEETS TATATABLES */
.loading-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}
.table-container {
  display: none;
}
.bi {
  margin-right: 5px;
}
.dataTables_wrapper .dataTables_filter {
  margin-bottom: 20px;
}
.cell-status-e {
  background-color: #c8e6c9 !important;
  color: #2e7d32 !important;
  font-weight: bold;
}
.cell-status-i {
  background-color: #ffe0b2 !important;
  color: #e65100 !important;
  font-weight: bold;
}
.nobreak-cell {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
}
/* INTERNER BEREICH FILELIST */
.folder-header {
  font-weight: bold;
  cursor: pointer;
  margin-top: 1rem;
}
.file-entry {
  padding: 0.5rem 0;
  border-bottom: 1px solid #eee;
}
.file-entry i {
  margin-right: 0.5rem;
}
.file-meta {
  font-size: 0.85rem;
  color: #888;
}
