@charset "UTF-8";
/* lato-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: "Lato";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/lato-v24-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-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: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/lato-v24-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-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: "Lato";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/lato-v24-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-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: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/lato-v24-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* GENERELL */
body {
  font-family: "Chivo", sans-serif;
  color: #4c220a;
  background-color: #F3F2EF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.img-rounded {
  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: #BD7E45;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  background-color: #67492d;
  color: #fff;
}
.thumbnail {
  border: 0;
}
hr {
  margin-top: 40px;
  margin-bottom: 40px;
  border: 0;
  border-top: 1px dashed #e5ccb6;
  clear: both;
}
.well {
  border: 0;
  box-shadow: inset 0 0 0;
  background-color: #303742;
  border-radius: 0px;
}
a {
  color: #BD7E45;
}
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
.img-dark {
  filter: brightness(80%);
}
.img-overlay {
  position: absolute;
  top: 50px;
  right: 150px;
  z-index: 3;
}
.img-gray {
  filter: none;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  cursor: pointer;
  transition: all 300ms ease;
}
.img-gray:hover {
  filter: none;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}
/* TYPE */
h1 {
  font-size: 1.7em;
  margin-bottom: 30px;
  font-weight: 700;
  color: #BD7E45;
  letter-spacing: 0.1em;
}
h2 {
  font-size: 1.25em;
  line-height: 1.3em;
}
h3 {
  font-size: 1.2em;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  font-weight: 700;
}
h4 {
  font-size: 2em;
  line-height: 1.5em;
  font-weight: 300;
  letter-spacing: 0.1em;
}
h5 {
  font-size: 1.4em;
  letter-spacing: 0.1em;
  font-weight: 700;
}
p {
  font-size: 1.05em;
  line-height: 1.5em;
}
.text-muted {
  color: #8A623D !important;
}
/* NAVBAR */
.bg-dark {
  background: #a74a15 !important;
}
.navbar {
  margin-bottom: 0px;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.navbar-brand {
  font-size: 1.3em;
  font-weight: 900;
}
.dropdown-menu {
  background: #a74a15;
  border: none;
  border-radius: 0;
  padding: 0.6em 0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  min-width: 16em;
}
.dropdown-item {
  color: #fff;
  padding: 0.55em 1.5em;
  font-size: 0.8em;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: normal;
  line-height: 1.3;
  transition: background 0.15s ease;
}
.dropdown-item:hover, .dropdown-item:focus {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}
.dropdown-menu .dropdown-menu {
  background: #833a10;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}
.dropdown-toggle::after {
  margin-left: 0.5em;
  vertical-align: 0.15em;
  opacity: 0.7;
}
/* 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: #BD7E45;
  color: #fff;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover, .nav-tabs .nav-link .active {
  background-color: #a74a15;
  color: #fff;
}
.nav-item {
  margin-right: 8px;
}
.tab-content {
  padding: 30px;
}
/* BEREICHE */
.kopfer {
  background-color: #a74a15;
}
.headliner {
  padding: 60px 0 30px 0;
}
.inhalt {
  padding: 60px 0 0 0;
  background-image: url(/media/allgemein/mountains.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
}
.marken {
  background-color: #fff;
  padding: 20px 0;
}
.social {
  background-color: #4c220a;
  padding: 30px 0;
}
.social h3 {
  color: rgba(255, 255, 255, 0.3);
}
.vierer {
  background-color: #BD7E45;
  padding: 30px 0;
}
.vierer h3 {
  color: rgba(255, 255, 255, 0.3);
}
.fuss {
  background-color: #F3F2EF;
  padding: 30px 0;
}
.fuss p {
  color: #cfaf91;
}
/* BUTTONS */
.btn {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border-radius: 0px;
  text-transform: uppercase;
  border: 0;
}
.btn-link {
  color: #ad7b4d;
  text-transform: uppercase;
}
.btn-link:hover {
  color: #cfaf91;
}
.active.btn-link {
  color: #cfaf91;
}
.btn-button {
  color: #fff;
  background-color: #BD7E45;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.btn-bd {
  color: #fff;
  background-color: #BD7E45;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.btn-primary {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
  font-weight: 700;
  letter-spacing: 0.2em;
}
.btn-primary:hover {
  background-color: #d45e1b;
}
.btn-secondary {
  color: #d8b290;
  background-color: #4c220a;
  font-weight: 700;
  letter-spacing: 0.2em;
}
/* CARDS */
.card {
  border: 0;
  background-color: #a74a15;
}
.card-header {
  background-color: #a74a15;
  border-bottom: 0;
}
.card-title {
  color: #fff;
}
.card-body {
  background-color: #fff;
}
.card-footer {
  border-top: 0;
  background-color: #F3F2EF;
}
/* 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: #8A623D;
}
#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;
}
