@charset "UTF-8";
/* LESS */
/* alte $viererfarbe: rgba(32, 160, 44, 1.000); */
/* ABSTAND */
.abstandobenunten {
  padding-top: 30px;
  padding-bottom: 30px;
}
.abstandoben {
  padding-top: 30px;
}
.abstandunten {
  padding-bottom: 30px;
}
.keinabstandunten {
  margin-bottom: 0;
}
/* HERR GENERAL */
body {
  font-family: "Noto Sans", sans-serif;
  color: rgba(255, 255, 255, 0.6);
  background-color: #282828;
  background-image: url("/media/allgemein/adler.png");
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 50px;
}
.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: #282828;
  background-color: #b8b5a0;
  border: 0;
}
.thumbnail {
  border: 0;
}
hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px dashed rgba(255, 255, 255, 0.2);
  clear: both;
}
.page-header {
  margin-top: 30px;
  margin-bottom: 60px;
}
.well {
  border: 0;
  box-shadow: inset 0 0 0;
  background-color: #365925;
  border-radius: 3px;
}
a {
  color: #fff;
}
a:hover {
  color: #fff;
}
.img-dark {
  filter: brightness(80%);
}
.card-footer {
  background-color: #fff;
  border-top: 0;
}
.unterlegt {
  background-color: #365925;
  color: #fff;
  padding: 0 10px;
}
.grau {
  filter: grayscale(80%);
}
/* SKIP MAIN */
a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
a.skip-main:focus, a.skip-main:active {
  color: #282828;
  background-color: #b8b5a0;
  left: auto;
  width: 30%;
  top: auto;
  height: auto;
  overflow: auto;
  margin: 20px 35%;
  padding: 5px;
  border-radius: 3px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.2em;
  z-index: 999;
}
/* NAVBAR */
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-dark {
  font-weight: 700;
}
.bg-dark {
  background-color: #365925 !important;
}
.navbar-brand {
  font-size: 1em;
  color: #fff !important;
}
h1 {
  font-family: "Unica One", cursive;
  font-size: 2.3em;
  font-weight: 400;
  margin-bottom: 30px;
  color: #fff;
}
h2 {
  font-size: 1.3em;
  line-height: 1.4em;
}
h3 {
  font-family: "Unica One", cursive;
  font-size: 1.8em;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 400;
}
h4 {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.3em;
}
h5 {
  font-family: "Unica One", cursive;
  font-size: 2.3em;
  font-weight: 400;
  color: #365925;
}
p {
  font-size: 1em;
  line-height: 1.6em;
}
.table {
  color: #fff;
}
/* CARD */
@media (min-width: 576px) {
  .card-columns {
    column-count: 2;
  }
}
@media (min-width: 768px) {
  .card-columns {
    column-count: 3;
  }
}
@media (min-width: 992px) {
  .card-columns {
    column-count: 4;
  }
}
@media (min-width: 1200px) {
  .card-columns {
    column-count: 4;
  }
}
.card {
  border: 0;
  border-radius: 3px;
  color: #282828;
}
.card-footer a {
  color: #20a02c;
}
.card-header .btn-link {
  color: #20a02c;
}
.card-header .btn-link:hover {
  color: #fff;
}
.card-header {
  background-color: rgba(40, 40, 40, 0.9);
  color: #20a02c;
}
.card-body {
  background-color: rgba(40, 40, 40, 0.8);
  color: rgba(255, 255, 255, 0.6);
}
.card-footer {
  background-color: rgba(40, 40, 40, 0.9);
  color: rgba(255, 255, 255, 0.6);
}
/* NAV TABS */
.nav-tabs {
  border-bottom: 0;
}
.nav-tabs .nav-link {
  border: 0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
  background-color: #3d3d3d;
  color: #fff;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
  background-color: #b8b5a0;
  color: #fff;
}
.nav-item {
  margin-right: 8px;
}
.tab-content {
  padding: 15px;
  background-color: #535353;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.nav-link {
  padding: 0.5rem 0.5rem;
}
/* BEREICHE */
.headliner {
  padding: 30px 0;
}
.inhalt {
  padding: 30px 0;
}
.vierer {
  background-color: #365925;
  padding: 30px 0 15px 0;
}
.vierer h3 {
  color: #fff;
}
.vierer p {
  color: #fff;
}
.fuss {
  background-color: #365925;
  padding: 0 0 15px 0;
}
.fuss h3, .fuss p {
  color: #fff;
}
/* BUTTON */
.btn {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border-radius: 3px;
}
.btn-link {
  color: #fff;
}
.btn-link:hover {
  color: #fff;
}
.btn-bd {
  color: #282828;
  background-color: #b8b5a0;
  border-color: #b8b5a0;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.2em;
}
.btn-bd:hover {
  color: rgba(255, 255, 255, 0.6) !important;
}
.card-link {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.btn-secondary {
  color: #282828;
  background-color: #20a02c;
  border-color: #20a02c;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.2em;
}
.btn-secondary:hover {
  color: rgba(255, 255, 255, 0.6) !important;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #b8b5a0;
}
.nav-pills .nav-link {
  background-color: #365925;
}
/* 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: 30px;
  margin-bottom: 30px;
}
.img-responsive-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-left: 30px;
  margin-bottom: 30px;
}
.img-50-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 50%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.img-50-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 50%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-left: 30px;
  margin-bottom: 30px;
}
.img-33-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 33%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.img-33-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 33%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-left: 30px;
  margin-bottom: 30px;
}
.img-25-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 25%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.img-25-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 25%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-left: 30px;
  margin-bottom: 30px;
}
/* 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: #fff;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  padding: 0 6px;
  margin-left: 8px;
}
#cookie-bar .cb-enable {
  background: #365925;
}
#cookie-bar .cb-enable:hover {
  background: #fff;
}
#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;
}
/* GOOGLE SEO STYLE */
.google {
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 2px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  border: 1px solid #e7e7e7;
  padding: 30px;
  max-width: 800px;
}
.google .title {
  color: #1a0dab;
  cursor: pointer;
  font-family: arial, regular;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  visibility: visible;
  white-space: nowrap;
}
.google .title:hover {
  text-decoration: underline;
}
.google .link {
  color: #006621 !important;
  font-family: arial, regular;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-decoration: none;
  visibility: visible;
}
.google .description {
  color: #545454;
  font-family: arial, regular;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  visibility: visible;
  word-wrap: break-word;
}
.google .arrow {
  border-bottom-color: #006621;
  border-bottom-style: solid;
  border-bottom-width: 0;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 4px;
  border-right-color: transparent;
  border-right-style: solid;
  border-right-width: 4px;
  border-top-color: #006621;
  border-top-style: solid;
  border-top-width: 5px;
  color: dunkelgrau;
  cursor: default;
  font-family: arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  height: 0;
  position: absolute;
  line-height: 27px;
  margin-left: 3px;
  margin-top: 6px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  visibility: visible;
  white-space: nowrap;
  width: 0;
}
