@charset "UTF-8";
/* GENERELL background-image: url('<we:url type="document" id="485" />'); */
body {
  font-family: "Roboto Condensed", sans-serif;
  color: #4d565d;
  background-color: #fff;
  padding-top: 50px;
}
a {
  color: #B63027;
}
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
hr {
  border-top: 1px dotted #454E48;
}
.thumbnail {
  background-color: #ecf9b8;
  border: 1px solid #B3C75E;
}
.thumbnail img {
  margin-top: 15px;
}
.square {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
}
/* img { filter: saturate(70%) grayscale(10%) } */
/* TYPO */
h2, h3, h4, h5, a {
  font-weight: 300;
}
h1 {
  font-size: 2.5em;
  color: #db6b57;
  padding-bottom: 15px;
}
h2 {
  font-size: 1.3em;
  line-height: 1.3em;
}
h3 {
  font-size: 1.4em;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 400;
}
p, ul, ol {
  font-size: 1em;
  line-height: 1.6em;
  font-weight: 400;
}
/* BEREICHE*/
.headliner {
  background-color: #f0efed;
  padding: 60px 0;
}
.inhalt {
  padding: 30px 0;
}
.vierer {
  background-color: #db6b57;
  padding: 30px 0;
}
.vierer h3, .vierer p {
  color: #fff;
}
.social {
  background-color: #f0efed;
  padding: 30px 0;
}
.fuss {
  background-color: #db6b57;
  padding: 30px 0;
}
.fuss p, .fuss a {
  color: #fff;
}
.sponsoren {
  background-color: #db6b57;
  padding: 30px 0;
}
/* NAVBAR*/
.navbar-dark .navbar-nav .nav-link {
  color: #db6b57;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 700;
}
/* BUTTON */
.btn {
  border: 0;
}
.btn-bd {
  color: #fff;
  background-color: #db6b57;
  text-shadow: 0;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 700;
}
.btn-bd:hover {
  background-color: #A7AAAE;
}
.btn-bd:active {
  background-color: #A7AAAE;
}
.btn-default {
  color: #db6b57;
  background-color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 700;
}
.btn-default:hover {
  color: #fff;
  background-color: #A7AAAE;
}
.btn-default:active {
  color: #fff;
  background-color: #A7AAAE;
}
/* PAGINATION */
.pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #454E48;
}
/* GALLERY */
.gallery img {
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  margin-bottom: 25px;
}
.gallery img:hover {
  filter: none;
  /* IE6-9 */
  -webkit-filter: grayscale(0);
  /* Google Chrome, Safari 6+ & Opera 15+ */
}
#lightbox .modal-content {
  display: inline-block;
  text-align: center;
}
.gallerist {
  background: #EEE;
}
.gallerist img {
  display: block;
  height: 200px;
}
@media screen and (min-width: 768px) {
  .gallerist img {
    height: 400px;
  }
}
/* BACK TO TOP */
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  background-color: #DFF775;
  color: #363A38;
}
/* TABLE */
.table th, .table td {
  font-size: 1.2em;
  line-height: 1.6em;
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 10px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f0efed;
}
/* 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: #000;
}
#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;
}
/* 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;
}
