@charset "UTF-8";
/* noto-sans-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 Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-sans-v37-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-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 Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/noto-sans-v37-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-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 Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/noto-sans-v37-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-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 Sans";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/noto-sans-v37-latin-700italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* old-standard-tt-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: "Old Standard TT";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/old-standard-tt-v20-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* old-standard-tt-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: "Old Standard TT";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/old-standard-tt-v20-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* LANDING-PAGE */
.bg-bd {
  background-color: #cfdbcb;
}
.abstandobenunten {
  padding-top: 30px;
  padding-bottom: 30px;
}
/* HERR GENERAL */
.hg-alt {
  background: url(/media/allgemein/fox.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body {
  font-family: "Noto Sans", sans-serif;
  color: #817b80;
  padding-top: 50px;
  background-color: #f5f4ed;
}
.img-rounded {
  border-radius: 3px;
}
.pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #d19a78;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  background-color: #e6e6e6;
  color: #fff;
}
.thumbnail {
  border: 0;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px dotted #817b80;
  clear: both;
}
.page-header {
  margin-top: 30px;
  margin-bottom: 60px;
}
.well {
  border: 0;
  box-shadow: inset 0 0 0;
  background-color: #bed9cc;
  border-radius: 3px;
}
a {
  color: #d19a78;
}
.tab-content {
  padding-top: 30px;
  padding-bottom: 30px;
}
.img-dark {
  filter: brightness(80%);
}
.abstand {
  padding-top: 30px;
  padding-bottom: 30px;
}
.abstandunten {
  padding-bottom: 30px;
}
h1 {
  font-family: "Old Standard TT", serif;
  font-size: 2em;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #4b787a;
}
h3 {
  font-size: 1.1em;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-weight: 400;
}
h2, p {
  font-size: 1em;
  line-height: 1.4em;
}
/* BEREICHE */
.nahtoben {
  padding-bottom: 5px;
  border-top: 2px dashed #fff;
}
.nahtunten {
  background-color: #4b787a;
  padding-bottom: 5px;
  border-bottom: 2px dashed #dcdcdc;
}
.vierer {
  background-color: #bed9cc;
  padding: 30px 0;
}
.fuss {
  background-color: #fff;
  padding: 30px 0;
}
.fuss p {
  color: #fff;
}
/* BUTTON */
.btn {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  font-weight: 700;
  border-radius: 3px;
}
.btn-link {
  color: #fff;
  text-transform: uppercase;
}
.btn-link:hover {
  color: #f5f4ed;
}
.btn-bd {
  color: #fff;
  background-color: #d19a78;
  border-color: #d19a78;
}
.btn-bd:hover {
  color: #fff;
  background-color: #4b787a;
  border-color: #4b787a;
}
/* NAVBAR */
.navbar-dark .navbar-brand {
  color: #fff;
}
.bg-dark {
  background-color: #4b787a !important;
}
.dropdown-menu {
  border: 0px solid rgba(0, 0, 0, 0);
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}
.navbar {
  letter-spacing: 0.25em;
}
/* 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: #4b787a;
  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: #fff;
  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: #817b80;
}
#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;
}
