/* eb-garamond-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/eb-garamond-v30-latin-700.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/lato-v24-latin-300.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v24-latin-regular.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/lato-v24-latin-italic.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v24-latin-700.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* architects-daughter-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Architects Daughter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/architects-daughter-v18-latin-regular.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* GENERELL */
body {
  font-family: 'Lato', sans-serif;
  color: #433b2b;
  padding-top: 50px;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  word-break: break-word;
}
.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: #d0323d;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  background-color: #7a6348;
  color: #ffffff;
}
.thumbnail {
  border: 0;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px dotted #9a7d5b;
  clear: both;
}
.page-header {
  margin-top: 30px;
  margin-bottom: 60px;
}
.well {
  border: 0;
  box-shadow: inset 0 0 0;
  background-color: #83bfb4;
  border-radius: 0px;
}
.form-control {
  background-color: rgba(255, 255, 255, 0.7);
}
a {
  color: #d0323d;
}
a:hover {
  color: #83bfb4;
}
.img-dark {
  filter: brightness(80%);
}
.row.no-gutters {
  padding-right: 0;
  padding-left: 0;
}
/* ACCORDION FAQ */
.accordion .card-header:after {
  font-family: 'FontAwesome';
  content: "\f068";
  float: right;
}
.accordion .card-header.collapsed:after {
  content: "\f067";
}
a.card-title {
  color: #ffffff !important;
}
/* LIGHTBOX */
h4.modal-title {
  font-size: 1em;
  line-height: 1em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
/* CAROUSEL */
.carousel-caption {
  margin-bottom: 60px;
}
.carousel-trans {
  background-color: rgba(0, 0, 0, 0.5);
}
.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.full-screen h1 {
  color: #ffffff;
  display: inline-block;
  padding: 10px;
}
.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* ABSTAND */
.abstandobenunten {
  padding-top: 60px;
  padding-bottom: 60px;
}
.abstandoben {
  padding-top: 60px;
}
.abstandunten {
  padding-bottom: 60px;
}
.keinabstandunten {
  margin-bottom: 0;
}
/* TYPE */
h1 {
  font-family: 'EB Garamond', serif;
  font-size: 3.5em;
  line-height: 1em;
  margin-bottom: 30px;
  font-weight: 700;
  color: #83bfb4;
}
h2 {
  font-family: 'Architects Daughter', cursive;
  font-size: 1.4em;
  line-height: 1.2em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: justify;
  text-justify: inter-word;
}
h3 {
  font-family: 'Architects Daughter', cursive;
  font-size: 1.3em;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.1em;
}
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;
}
h6 {
  font-family: 'Architects Daughter', cursive;
  font-size: 1.3em;
  padding-bottom: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.1em;
}
p {
  font-size: 1.1em;
  line-height: 1.6em;
  font-weight: 400;
}
small {
  font-size: 9px;
  font-weight: 400;
  color: #d0323d;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
/* NAVBAR */
.navbar-sumper {
  color: #ffffff;
  background-color: #d0323d;
  border-color: #d0323d;
}
.navbar-tuer {
  color: #ffffff;
  background-color: #83bfb4;
  border-color: #83bfb4;
}
.navbar-nav .nav-link {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 700;
}
a.navbar-brand {
  color: #ffffff;
}
.navbar-right .nav-link {
  color: #433b2b !important;
  background-color: #83bfb4;
}
.navbar-toggler {
  border: 1px solid #ffffff;
}
/* NAV TABS */
.nav-tabs {
  border-bottom: 0;
}
.nav-tabs .nav-link {
  border: 0;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.7);
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
  background-color: #83bfb4;
  color: #f5f3ec;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover {
  background-color: #433b2b;
  color: #ffffff;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #f5f3ec;
  color: #433b2b;
}
.nav-item {
  margin-right: 8px;
}
.tab-content {
  padding: 30px;
  background-color: #f5f3ec;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
/* BEREICHE */
.headliner {
  background-color: #f5f3ec;
  padding: 60px 0;
}
.inhalt {
  background-color: #ffffff;
  padding: 60px 0;
  background-image: url('/media/allgemein/treelines.gif');
  background-size: contain;
}
.prospektor {
  background-color: #f5f3ec;
  padding: 10px 0 5px 0;
}
.social {
  background-color: #9a7d5b;
  padding: 30px 0;
}
.social a {
  color: #ffffff;
  font-size: 2.5em;
  padding: 0 10px;
}
.social a:hover {
  color: #83bfb4;
}
.vierer {
  background-color: #83bfb4;
  padding: 60px 0 15px 0;
}
.fuss {
  background-color: #83bfb4;
  padding: 15px 0;
}
/* BUTTONS */
.btn {
  font-weight: 400;
  font-family: 'Architects Daughter', cursive;
}
.btn-sm {
  font-size: 1.1em;
}
.btn {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  font-weight: 700;
  border-radius: 0px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.btn-link {
  color: #ffffff;
  text-transform: uppercase;
}
.btn-link:hover {
  color: #f5f3ec;
  text-decoration: none;
}
.btn-bd {
  color: #433b2b;
  background-color: #f5f3ec;
  border-color: #f5f3ec;
}
.btn-bd:hover {
  color: #ffffff;
  background-color: #83bfb4;
  border-color: #83bfb4;
}
.btn-primary {
  color: #433b2b;
  background-color: #f5f3ec;
  border-color: #f5f3ec;
}
.btn-primary:hover {
  color: #f5f3ec;
  background-color: #433b2b;
  border-color: #433b2b;
}
.btn-secondary {
  background-color: #f5f3ec;
  border-color: #f5f3ec;
  color: #433b2b;
}
.btn-secondary:hover {
  background-color: #f5f3ec;
  border-color: #f5f3ec;
  color: #d0323d;
  text-decoration: none;
}
/* CARDS */
.card {
  border: 0;
  background-color: #f5f3ec;
}
.card-header {
  background-color: #9a7d5b;
  border-top: 0;
}
.card-body {
  border-top: 1px solid white;
}
.card-footer {
  background-color: #9a7d5b;
  border-top: 0;
}
.card-link {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
/* 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: #ffffff;
  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: #9a7d5b;
}
#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: 5px;
}
.kenburns img {
  width: 100%;
  margin-left: 0px;
  position: relative;
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.kenburns:hover img {
  transform: scale(1.2) rotate(2deg);
}
.testimonial {
  background-color: #83bfb4;
  padding: 60px 0;
}
.testimonial .card {
  background-color: #72b6aa;
}
.testimonial .card-header {
  background-color: #61aea0;
}
.testimonial .card-footer {
  background-color: #54a294;
}
.testimonial h5,
.testimonial p,
.testimonial h4 {
  color: #ffffff;
}
.testimonial h5 {
  padding-bottom: 15px;
}
.testimonial .fa {
  padding-right: 5px;
  color: #f5f3ec;
}
.testimonial strong,
.testimonial small {
  color: #f5f3ec;
}
.testimonial em {
  color: #c6e2dd;
}
