@charset "UTF-8";
/* alegreya-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: "Alegreya";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/alegreya-v36-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* alegreya-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: "Alegreya";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/alegreya-v36-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-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: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/poppins-v21-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-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: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/poppins-v21-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-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: "Poppins";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/poppins-v21-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-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: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/poppins-v21-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* GENERELL */
body {
  font-family: "Poppins", sans-serif;
  color: #717A7D;
  background-image: url(/media/allgemein/topography.png);
  padding-top: 60px;
}
.hintergrund {
  background-image: url(/media/allgemein/background.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.zweispalter {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 3em;
  -moz-column-gap: 3em;
  column-gap: 3em;
}
@media (min-width: 600px) and (max-width: 1200px) {
  .zweispalter {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    column-gap: 3em;
  }
}
@media (max-width: 600px) {
  .zweispalter {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    column-gap: 3em;
  }
}
a {
  color: #D1CFC7;
}
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
.carousel-caption {
  left: 0;
  max-width: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.square {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
}
.hand {
  cursor: zoom-in;
}
.badge > a {
  color: inherit;
}
hr {
  margin-top: 50px;
  margin-bottom: 50px;
  border: 0;
  border-top: 1px solid #F8F7F6;
  clear: both;
  opacity: 100%;
}
.text-background {
  font-size: 3vw;
  display: inline;
  color: #fff;
  background-color: #827D76;
  line-height: 160%;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  font-weight: 700;
  padding: 0 12px 6px;
}
.rounded {
  border-radius: 3px !important;
}
.table tr td, .table tr th {
  background-color: transparent !important;
}
blockquote {
  background-color: #fff !important;
  padding: 30px;
}
.back {
  font-size: 2rem;
  color: #B3AFA5;
}
.back:hover {
  color: #D1CFC7;
}
.badge {
  font-weight: 300;
}
/* TYPE */
h1, h3 {
  font-family: "Alegreya", serif;
}
h1 {
  font-size: 1.8em;
  margin-bottom: 50px;
  letter-spacing: 0.1em;
  font-weight: 400;
  text-transform: uppercase;
}
h2 {
  font-size: 1.1em;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  font-weight: 300;
}
h3 {
  color: #717A7D;
  font-size: 1.5em;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
h4 {
  font-size: 2em;
  line-height: 1.5em;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
h5 {
  font-size: 1.6em;
  letter-spacing: 0.1em;
  font-weight: 700;
}
p, .table td, ul, ol {
  font-size: 1em;
  line-height: 1.6em;
  font-weight: 300;
  color: #717A7D;
}
/* NAVBAR */
.navbar {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.navbar-nav .nav-link {
  font-size: 1.1em;
  color: #717A7D;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.navbar-nav .nav-link:hover {
  color: #D1CFC7;
}
.navbar-brand {
  font-size: 1em;
  font-weight: 300;
  color: #717A7D;
  letter-spacing: 0.1em;
}
.navbar-brand .bi:hover {
  color: #D1CFC7;
}
.bg-primary {
  background-color: #827D76 !important;
}
.navbar-nav > li > .dropdown-menu {
  background-color: #F8F7F6;
}
.dropdown-item:active {
  background-color: #827D76 !important;
}
/* ALERT */
.alert {
  border: 0;
  border-radius: 0;
}
/* BEREICHE */
.headliner {
  padding: 60px 0;
  background-image: url(/media/allgemein/cork-wallet.png);
}
.inhalt {
  padding: 60px 0;
}
.social {
  padding: 0 0 60px 0;
}
.social .bi {
  color: #717A7D;
  font-size: 2rem;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.social .bi:hover {
  color: #D1CFC7;
}
.vierer {
  padding: 60px 0;
  background-image: url(/media/allgemein/vintage-concrete.png);
}
.vierer .bi {
  color: #717A7D;
  font-size: 1.5rem;
}
.vierer h3 {
  color: #717A7D;
}
.vierer p {
  color: #717A7D;
}
footer {
  padding: 60px 0 30px 0;
  background-image: url(/media/allgemein/green_cup.png);
}
footer p {
  color: #F8F7F6;
}
/* BUTTONS */
.btn {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border-radius: 3px;
  letter-spacing: 0.1em;
  font-weight: 400;
  text-transform: uppercase;
}
.btn-link {
  color: #F8F7F6;
  text-transform: uppercase;
  text-decoration: none;
}
.btn-link:hover {
  color: #717A7D;
}
.active.btn-link {
  color: #fff !important;
  font-weight: 700;
}
.btn-button {
  color: #fff;
  background-color: #717A7D;
  border-color: #717A7D;
}
.btn-button:hover {
  color: #F8F7F6;
  background-color: #D1CFC7;
  border-color: #D1CFC7;
}
.btn-primary {
  color: #827D76;
  background-color: #F8F7F6;
  border-color: #F8F7F6;
}
.btn-primary:hover {
  color: #D1CFC7;
  background-color: #717A7D;
  border-color: #717A7D;
}
/* CARDS */
.card {
  border: 0;
  border-radius: 3px;
}
.card-body {
  background-color: #fff;
}
.card-header {
  background-color: #fff;
  border-bottom: 0;
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
}
.card-title {
  color: #fff;
}
.card-footer {
  border-top: 0;
  background-color: #fff;
}
.card-img, .card-img-top {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.card-footer:last-child {
  border-radius: 0 0 3px 3px;
}
/* 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;
}
/* 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, light;
  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, light;
  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, light;
  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;
}
