@charset "UTF-8";
/* roboto-300 - 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: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v32-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-300italic - 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: "Roboto";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/roboto-v32-latin-300italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-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: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v32-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-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: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/roboto-v32-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-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: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v32-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-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: "Roboto";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/roboto-v32-latin-700italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* GENERELL */
body {
  font-family: "Roboto", sans-serif;
  background-color: #F2F2F2;
  padding-top: 55px;
}
.rounded, .card-img-top {
  border-radius: 0px;
}
.pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #cf4a47;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px dotted #F2F2F2;
  clear: both;
}
a {
  color: #dd6143;
}
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
.carousel-caption {
  background-color: rgba(0, 0, 0, 0);
}
.carousel-caption .h2 {
  font-family: "Oswald", sans-serif;
  text-shadow: 2px 2px 3px #735645;
}
.rounded-circle {
  border: 5px solid #735645;
  border-radius: 50%;
  margin: 20px;
  outline: 2px solid #F2F2F2;
  outline-offset: 9px;
}
.carousel-indicators li {
  color: #F2F2F2;
}
.text-schatten {
  text-shadow: 2px 2px #735645;
}
/* ASPECT RATIO */
.aspect {
  width: 100%;
  background-size: cover;
  background-position: center;
}
.square {
  padding-bottom: 100%;
}
.vierzudrei {
  padding-top: 75%;
}
.dreizuzwei {
  padding-top: 66.66%;
}
.sechzehnzuneun {
  padding-top: 56.25%;
}
.einundzwanzigzuzehn {
  padding-top: 47.62%;
}
.quader {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
}
/* TYPE */
h1, h2, h3, h4, h5, p, ul, ol {
  color: #402828;
}
h1 {
  font-size: 2.5em;
  margin-bottom: 45px;
  font-weight: 700;
  color: #A65C32;
}
h2 {
  font-size: 1.3em;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  font-weight: 400;
}
h3 {
  font-size: 1.4em;
  line-height: 1.4em;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
}
h4 {
  font-size: 2em;
  line-height: 1.5em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
h5 {
  font-size: 1.6em;
  letter-spacing: 0.1em;
  font-weight: 700;
}
p, ul, ol {
  font-size: 1.1em;
  line-height: 1.5em;
  font-weight: 400;
}
/* NAVBAR */
.navbar-nav .nav-link {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 400;
}
.bg-primary {
  background-color: #A65C32 !important;
}
/* NAV TABS */
.nav-tabs {
  border-bottom: 0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #735645;
  background-color: #fff;
  border: 1px solid #fff;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
  background-color: #f06247;
  color: #fff;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
  background-color: #cf4a47;
  color: #fff;
}
.nav-item {
  margin-right: 8px;
}
.tab-content {
  background-color: #fff;
  padding: 30px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
/* BEREICHE */
.headliner {
  padding: 60px 0 30px 0;
}
.inhalt {
  padding: 30px 0;
}
.social {
  padding: 60px 0;
}
.social .bi {
  color: #402828;
  font-size: 2rem;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.testimonial {
  background-color: #402828;
  padding: 30px 0;
}
.viereroben .bi {
  color: #F2F2F2;
  font-size: 1.5rem;
}
.vierer {
  background-color: #402828;
  padding: 60px 0 0 0;
}
.vierer .btn-button {
  color: #fff;
  background-color: #735645;
  border-color: #735645;
}
.vierer h3, .vierer p {
  color: #F2F2F2;
}
.viererunten .bi {
  color: rgba(255, 255, 255, 0.3);
  font-size: 2rem;
}
footer {
  background-color: #402828;
  padding: 30px 0;
}
footer p {
  color: rgba(255, 255, 255, 0.3);
}
.spons {
  padding: 15px 0;
}
.spons img {
  filter: grayscale(1);
}
.spons img:hover {
  filter: grayscale(0);
}
/* BUTTONS */
.btn {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  font-weight: 400;
  border-radius: 0px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.btn-link {
  color: #F2F2F2;
  text-transform: uppercase;
  text-decoration: none;
}
.btn-link:hover {
  color: #dd6143;
}
.active.btn-link {
  color: #fff !important;
}
.btn-button {
  color: #fff;
  background-color: #402828;
  border-color: #402828;
}
.btn-button:hover {
  color: #402828;
  background-color: #fff;
  border-color: #fff;
}
.btn-primary {
  color: #735645;
  background-color: #cf4a47;
  border-color: #cf4a47;
}
/* CARDS */
.card {
  border: 0;
  border-radius: 0px;
  background-color: #fff;
}
.card-footer {
  border-top: 0;
}
/* 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: #F2F2F2;
}
#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: 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;
}
