@charset "UTF-8";
/* montserrat-200 - 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: "Montserrat";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/montserrat-v26-latin-200.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-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: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/montserrat-v26-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-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: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-v26-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-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: "Montserrat";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/montserrat-v26-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-600 - 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: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/montserrat-v26-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-800 - 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: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/montserrat-v26-latin-800.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* GENERELL */
body {
  font-family: "Montserrat", sans-serif;
  color: #5c5551;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  padding-top: 50px;
  background-color: #f5f0ed;
}
.img-rounded {
  border-radius: 3px;
}
.img-darken {
  filter: brightness(70%);
}
.pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #ededed;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  background-color: #3ca5ce;
  color: #f5f0ed;
}
.thumbnail {
  border: 0;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px dotted #65b8d8;
  clear: both;
}
.form-control {
  background-color: rgba(255, 255, 255, 0.7);
}
a {
  color: #65b8d8;
  font-weight: 600;
}
a:hover {
  color: #e1dad7;
}
strong {
  font-weight: 800;
}
.img-dark {
  filter: brightness(80%);
}
.img-saturate {
  -webkit-filter: saturate(0.5);
  filter: saturate(0.5);
}
.img-carouso {
  -webkit-filter: saturate(0.5);
  filter: saturate(0.5);
  filter: brightness(80%);
}
.square {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
}
.img-90 {
  max-width: 90%;
  max-height: auto;
}
.bg-dark {
  background: #5c5551 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
.text-shadow {
  text-shadow: 1px 1px 2px black;
}
/* MATERIAL DESIGN ICONS: https://developers.google.com/fonts/docs/material_icons */
.material-icons.md-18 {
  font-size: 18px;
}
.material-icons.md-24 {
  font-size: 24px;
}
.material-icons.md-36 {
  font-size: 36px;
}
.material-icons.md-48 {
  font-size: 48px;
}
.material-icons.farbe {
  color: #f5f0ed;
}
/* TYPE */
h1 {
  font-size: 2.5em;
  margin-bottom: 30px;
  font-weight: 200;
}
h2 {
  font-size: 1.1em;
  line-height: 1.2em;
  font-weight: 300;
}
h3 {
  font-size: 1.1em;
  margin-top: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 600;
}
h4 {
  font-size: 2em;
  line-height: 1.5em;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
h5 {
  font-size: 1.8em;
  font-weight: 600;
}
p, ul, ol {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 300;
}
blockquote {
  margin: 60px auto;
  width: 50%;
}
/* NAVBAR */
.navbar {
  margin-bottom: 0px;
}
.navbar-nav .nav-link {
  color: #f5f0ed;
  text-transform: uppercase;
  font-weight: 300;
}
/* NAV TABS */
.nav-tabs {
  border-bottom: 0;
}
.nav-tabs .nav-link {
  border: 0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-color: #5c5551;
  color: #65b8d8;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
  background-color: #65b8d8;
  color: #f5f0ed;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
  background-color: #5c5551;
  color: #f5f0ed;
}
.nav-item {
  margin-right: 8px;
}
.tab-content {
  padding: 30px 0;
}
/* BEREICHE */
.headliner {
  padding: 60px 0 0 0;
}
.inhalt {
  padding: 60px 0 0 0;
}
.calltwoaction {
  padding: 60px 0 0 0;
  background-image: url(/media/allgemein/gabimountains.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 300px;
}
.vierer {
  background-color: #65b8d8;
  padding: 60px 0;
  background-image: url(/media/allgemein/gabimountainslittle.svg);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 200px;
}
.vierer p {
  color: #ededed;
}
.fuss {
  background-color: #e1dad7;
  padding: 30px 0;
}
.fuss p {
  color: #f5f0ed;
}
/* BUTTONS */
.btn {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  font-weight: 600;
  border-radius: 3px;
}
.btn-link {
  color: #65b8d8;
  text-transform: uppercase;
}
.btn-link:hover {
  color: #e1dad7;
}
.btn-link.active {
  text-transform: uppercase;
  color: #f5f0ed;
}
.btn-button {
  color: #f5f0ed;
  background-color: #65b8d8;
  border-color: #65b8d8;
}
.btn-primary {
  color: #5c5551;
  background-color: #ededed;
  border-color: #ededed;
}
.btn-primary:hover {
  color: #ededed;
  background-color: #5c5551;
  border-color: #5c5551;
}
/* CARDS */
.card {
  border: 0;
}
.card-header {
  background-color: #65b8d8;
  border-bottom: 0;
  letter-spacing: 0.2em;
  font-weight: 600;
  text-transform: uppercase;
}
.card-header {
  color: #f5f0ed;
}
.card-body {
  background-color: #ededed;
}
.card-footer {
  border-top: 0;
  background-color: #e1dad7;
  font-size: 0.9em;
}
.card-blog {
  background-color: #f8f9fa;
}
.card-blog a {
  color: #65b8d8;
}
/* 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: #f5f0ed;
  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: #65b8d8;
}
#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;
}
