@charset "UTF-8";
/* LESS */
/* GENERELL */
body {
  font-family: "Roboto", sans-serif;
  color: #0c2a2b;
  background-color: #f0f0f0;
  padding-top: 50px;
}
a {
  color: #eaac34;
  font-weight: 900;
}
@media only screen and (max-width: 767px) {
  .box {
    height: auto !important;
  }
}
/* CAROUSEL */
.carousel-inner img {
  margin: auto;
}
.carousel-indicators {
  bottom: -50px;
}
.carousel-indicators li {
  border: 1px solid #de1e1b;
}
.carousel-indicators .active {
  background-color: #de1e1b;
}
/* BEREICHE */
.headliner {
  background-color: #A5AAAE;
  padding: 60px 0;
}
.inhalt {
  background-color: #fff;
  padding: 60px 0;
}
/* BILDER */
.img-responsive {
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  width: auto;
}
.img-rounded {
  border-radius: 0px;
}
h1, h3, h4, h5 {
  font-weight: 900;
}
h1 {
  font-size: 2.8em;
  text-transform: uppercase;
  color: #de1e1b;
}
h2 {
  font-size: 1.3em;
}
.pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #eaac34;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  background-color: #eaac34;
  color: #fff;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px dotted #0c2a2b;
  clear: both;
}
.page-header {
  border-bottom: 0px;
}
.well {
  border: 0;
  box-shadow: inset 0 0 0;
  background-color: #fff;
  border-radius: 0px;
}
.fuss {
  background-color: #f9f8f3;
  padding: 30px 0;
}
.label-warning {
  background-color: #9d9d9d;
}
.more-less {
  float: right;
  color: #0c2a2b;
}
/* PAGINATION */
.pagination > li > a, .pagination > li > span {
  border: 0;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
/* NAV TABS */
.nav-tabs {
  border-bottom: 1px solid #eae8eb;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  border-width: 0;
}
.nav-tabs > li > a {
  border: none;
  color: #666;
}
.nav-tabs > li.active > a, .nav-tabs > li > a:hover {
  border: none;
  color: #eaac34 !important;
  background: transparent;
}
.nav-tabs > li > a::after {
  content: "";
  background: #eaac34;
  height: 1px;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  transition: all 250ms ease 0s;
  transform: scale(0);
}
.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after {
  transform: scale(1);
}
.tab-nav > li > a::after {
  background: #21527d none repeat scroll 0% 0%;
  color: #fff;
}
.tab-pane {
  padding: 15px 0;
}
.tab-content {
  padding-top: 30px;
  padding-bottom: 30px;
}
/* BUTTON */
.btn {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 400;
  border-radius: 0px;
}
.btn-bd {
  color: #fff;
  background-color: #eaac34;
}
.btn-bd:hover {
  color: white;
  background-color: #a77411;
}
.btn-bd:active {
  color: white;
  background-color: #a77411;
}
/* NAVBAR */
.navbar-nav .nav-link {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1em;
  letter-spacing: 0.2em !important;
}
.bg-dark {
  background-color: #000 !important;
}
.dropdown-item {
  font-size: 1em;
}
.dropdown-menu {
  background-color: #000;
  border: 0;
}
/* GALLERY */
.gallery img {
  margin-bottom: 25px;
}
#lightbox .modal-content {
  display: inline-block;
  text-align: center;
}
/* 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: #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: #0c2a2b;
}
#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;
}
