@charset "UTF-8";
/* titillium-web-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: "Titillium Web";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/titillium-web-v17-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* titillium-web-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: "Titillium Web";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/titillium-web-v17-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* titillium-web-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: "Titillium Web";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/titillium-web-v17-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* GENERELL */
body {
  font-family: "Titillium Web", sans-serif;
  color: #6e5b55;
  padding-top: 50px;
}
.rounded {
  border-radius: 5px;
}
.pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #d2691e;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  background-color: #632a11;
  color: #fff;
}
a {
  color: #d2691e;
}
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
.bg-light {
  background-color: #6e5b55 !important;
}
.bg-dark {
  background-color: #dadada !important;
}
.img-overlay {
  position: absolute;
  top: 100px;
  right: 100px;
  z-index: 3;
}
hr {
  clear: both;
}
.row-top {
  background-color: #f0e2d8;
}
/* TYPE */
h1 {
  font-size: 2.5em;
}
h2 {
  font-size: 1.2em;
  line-height: 1.3em;
}
h3 {
  color: #d2691e;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
}
p, ul, ol {
  font-size: 1em;
  line-height: 1.4em;
}
/* NAVBAR */
.navbar {
  margin-bottom: 0px;
}
.navbar-light .navbar-nav .nav-link {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
}
/* 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: #bc5e1b;
  color: #8e3d19;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
  background-color: #d2691e;
  color: #fff;
}
.nav-item {
  margin-right: 8px;
}
.tab-content {
  padding: 30px;
  background-color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
/* BEREICHE */
.inhalt {
  padding: 0 0 30px 0;
  background-image: url(/media-alt/allgemein/bunt.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
.headliner {
  padding: 30px 0 30px 0;
}
.social {
  padding: 40px 0;
}
.vierer {
  background-color: #51433f;
  padding: 30px 0;
}
.vierer h3 {
  color: #d2691e;
}
.vierer p {
  color: rgba(255, 255, 255, 0.5);
}
.fuss {
  padding: 30px 0;
}
.fuss p {
  color: #fff;
}
/* BUTTONS */
.btn {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  font-weight: 400;
  border-radius: 5px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.btn-link {
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.btn-link:hover, .btn-link.active {
  color: #fff;
}
.btn-button {
  color: rgba(255, 255, 255, 0.5);
  background-color: #6e5b55;
  border-color: #6e5b55;
}
.btn-button:hover {
  color: #fccd1e;
  background-color: #d2691e;
  border-color: #d2691e;
}
.btn-bd {
  color: rgba(255, 255, 255, 0.5);
  background-color: #6e5b55;
  border-color: #6e5b55;
}
.btn-bd:hover {
  color: #fccd1e;
  background-color: #d2691e;
  border-color: #d2691e;
}
.btn-primary {
  color: rgba(255, 255, 255, 0.5);
  background-color: #d2691e;
  border-color: #d2691e;
}
/* FORMULAR */
/* CARDS */
.card {
  border: 0;
  background-color: #8e3d19;
}
.card-header {
  background-color: #d2691e;
  border-bottom: 0;
}
.card-title {
  color: #fff;
}
.card-footer {
  border-top: 0;
  background-color: #fff;
}
.card-blog {
  background-color: #fccd1e;
}
.card-blog a {
  color: #fff;
}
/* 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: 5px;
  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: 5px;
  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: 5px;
  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: 5px;
  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: 5px;
  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: 5px;
  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: 5px;
  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: 5px;
  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: #8e3d19;
}
#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: 700px;
}
.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: gray;
  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;
}
