@charset "UTF-8";
/* mulish-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: "Mulish";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/mulish-v13-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mulish-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: "Mulish";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/mulish-v13-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mulish-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: "Mulish";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/mulish-v13-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mulish-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: "Mulish";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/mulish-v13-latin-700italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-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: "Oswald";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/oswald-v53-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* LESS ehem. grün: #aca818; */
/* GENERELL */
body {
  font-family: "Muli", sans-serif;
  color: #3f3000;
  background-color: #fff;
}
a {
  color: #b1906f;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .box {
    height: auto !important;
  }
}
.img-responsive {
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  width: auto;
}
.img-rounded {
  border-radius: 0px;
}
.linkwrap {
  position: relative;
  display: inline-block;
}
.blocker {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.linkwrap iframe {
  z-index: 2;
}
.pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #b1906f;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  background-color: #171717;
  color: #fff;
}
.thumbnail {
  border: 0;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px dashed #3f3000;
  clear: both;
}
.hintergrund {
  background-image: url("/media/allgemein/map.jpg");
  background-repeat: no-repeat;
  background-position: top right;
}
#map-canvas {
  width: 100%;
  height: 250px;
}
.hintergrund {
  position: relative;
}
.hintergrund .silhuette {
  position: absolute;
  top: 0;
  left: 0;
}
blockquote {
  border-left: 8px solid #eceded;
}
.aufreisser {
  font-size: 0.9em;
  letter-spacing: 4px;
  margin-top: 7px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
  display: block;
}
.card {
  border: 0;
  border-radius: 0px;
}
.hand {
  cursor: zoom-in;
}
.aspect {
  width: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 0px;
}
.einszueins {
  padding-bottom: 100%;
}
.goldenesrechteck {
  padding-bottom: 61.8%;
}
.dreizuzwei {
  padding-top: 66.66%;
}
.vierzudrei {
  padding-top: 75%;
}
.sechzehnzuneun {
  padding-top: 56.25%;
}
.einundzwanzigzuneun {
  padding-top: 42.85%;
}
.zweiunddreissigzuneun {
  padding-top: 28.12%;
}
/* SCHRIFT */
h1 {
  font-family: "Oswald", sans-serif;
  font-size: 2.5em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #000;
}
h1 hr {
  width: 34px;
  border: 0;
  height: 1px;
  color: #3f3000;
  background-color: #404040;
  margin-bottom: 30px;
}
h2 {
  font-size: 1.4em;
  line-height: 140%;
  font-style: italic;
  letter-spacing: 0.1em;
  font-weight: 400;
}
h3 {
  font-family: "Oswald", sans-serif;
  font-size: 1.5em;
  line-height: 140%;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
p {
  font-size: 1.3em;
  line-height: 1.5em;
  font-weight: 400;
}
ul, ol {
  font-size: 1.3em;
  line-height: 1.5em;
  font-weight: 400;
}
.sitemap ul, ol {
  font-size: 100%;
  line-height: 150%;
  font-weight: 400;
}
/* PAGINATION */
.pagination > li > a, .pagination > li > span {
  border: 0;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
/* NAVBAR */
.bg-light, .bg-dark {
  background-color: #b1906f !important;
}
.navbar-light .navbar-nav .nav-link {
  font-family: "Oswald", sans-serif;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 400;
  text-transform: uppercase;
}
.navbar-light .navbar-brand {
  color: #3f3000;
}
/* NAV TABS */
.nav-tabs {
  border-bottom: 1px solid #eae8eb;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  border-width: 0;
}
.nav-tabs > li > a {
  border: none;
  color: #3f3000;
}
.nav-tabs > li.active > a, .nav-tabs > li > a:hover {
  border: none;
  color: #b1906f !important;
  background: transparent;
}
.nav-tabs > li > a::after {
  content: "";
  background: #b1906f;
  height: 1px;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  transition: all 250ms ease 0s;
  transform: scale(0);
}
.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after {
  transform: scale(1);
}
.tab-nav > li > a::after {
  background: #21527d none repeat scroll 0% 0%;
  color: #fff;
}
.tab-pane {
  padding: 15px 0;
}
.tab-content {
  padding-top: 30px;
  padding-bottom: 30px;
}
/* BEREICHE */
.headliner {
  padding: 90px 0;
}
.vierer {
  background-color: #f3f2ee;
  padding: 30px 0;
}
.einer {
  background-color: #f3f2ee;
  padding: 60px 0 30px 0;
}
.form-control {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: ©vordergrundfarbe;
  border: 0px solid #ccc;
  border-radius: 0px;
}
.bewerter {
  background-color: #f3f2ee;
  padding: 30px 0;
}
.fuss {
  background-color: #f3f2ee;
  padding: 0 0 30px 0;
}
.fuss p {
  letter-spacing: 0.1em;
}
.fuss a {
  color: #b1906f;
  letter-spacing: 0.1em;
  font-weight: 400;
}
/* GRAUE IMG */
.img-desaturate {
  filter: none;
  cursor: pointer;
}
.img-desaturate:hover {
  filter: url(~"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
/* BUTTON */
.btn {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.1em;
  font-weight: 400;
  border-radius: 0px;
}
.btn-bd {
  color: #fff;
  background-color: #b1906f;
}
.btn-bd:hover {
  color: white;
  background-color: #795d41;
}
.btn-bd:active {
  color: white;
  background-color: #795d41;
}
.btn-vierer {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn-vierer:hover {
  color: #fff;
  background-color: #dedbd0;
  border-color: #fff;
}
.btn-primary {
  background-color: #919191;
  border-color: #919191;
}
.btn-primary:hover, .btn-primary:active {
  color: #fff;
  background-color: #787878;
  border-color: #787878;
}
.btn-danger {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn-danger:hover, .btn-danger.active {
  color: #fff;
  background-color: #b1906f;
  border-color: #fff;
}
.btn-link {
  color: #b1906f;
}
/* 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: 0px;
  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: 0px;
  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: 0px;
  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: 0px;
  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: 0px;
  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: 0px;
  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: 0px;
  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: 0px;
  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: #3f3000;
}
#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;
}
/* KENBURNS */
.kenburns {
  overflow: hidden;
  margin-bottom: 0px;
}
.kenburns img {
  width: 100%;
  margin-left: 0px;
  position: relative;
  transition-property: all;
  transition-duration: 4.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.kenburns:hover img {
  transform: scale(1.1) rotate(0deg);
}
#karussell h1 {
  display: inline-block;
  padding: 10px;
  color: #fff;
  background: rgba(177, 144, 111, 0.6);
  border-radius: 0px;
}
/* KARUSSELL FULLSCREEN */
.full-screen h1 {
  display: inline-block;
  padding: 10px;
  color: #fff;
  background: rgba(177, 144, 111, 0.6);
  border-radius: 0px;
}
.full-screen h5 {
  display: inline-block;
  padding: 10px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0px;
  letter-spacing: 0.1em;
  color: #3f3000;
  font-weight: 700;
}
.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
[aria-expanded="false"] > .expanded, [aria-expanded="true"] > .collapsed {
  display: none;
}
/* VIDEO JUMBOTRON */
.jumbotron {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.jumbotron video {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*  object-fit is not supported on IE  */
  opacity: 1;
}
.jumbotron .container {
  z-index: 2;
  position: relative;
}
/* VIDEO YOUTUBE BACKGROUND */
.video-section .pattern-overlay {
  padding: 110px 0 32px;
  min-height: 1000px;
}
/* HOVER-EFFECT */
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #000;
}
.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 50px 20px;
}
.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.hovereffect:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  overflow: hidden;
  padding: 0.5em 0;
  background-color: transparent;
}
.hovereffect h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: "";
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.hovereffect:hover h2:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hovereffect a, .hovereffect p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
