@charset "UTF-8";
/* fauna-one-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: "Fauna One";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fauna-one-v15-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* libre-baskerville-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: "Libre Baskerville";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/libre-baskerville-v14-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* libre-baskerville-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: "Libre Baskerville";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/libre-baskerville-v14-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* GENERELL */
body {
  font-family: "Fauna One", serif;
  color: #fbf9f6;
  background-color: #4a4144;
  padding-top: 50px;
}
b, strong {
  font-weight: 600 !important;
}
.table th {
  color: rgba(255, 255, 255, 0.3);
  font-weight: 400;
}
.rounded, .card-img-top {
  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: #fff;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  background-color: #2f292b;
  color: #fff;
}
.thumbnail {
  border: 0;
}
a {
  color: #fbf9f6;
}
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
.alert-info {
  background-color: #65595d;
  border: 1px solid #807176;
}
.alert-info p {
  color: #b1a6aa;
}
.square {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
}
.quadrat {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
}
.quadrat img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vierzudrei {
  position: relative;
  aspect-ratio: 1.3333333333;
}
.vierzudrei img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sechzehnzuneun {
  position: relative;
  aspect-ratio: 1.7777777778;
}
.sechzehnzuneun img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.andreashover img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.andreashover img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.img-grau {
  filter: grayscale(100%);
}
.img-grau:hover {
  filter: grayscale(0%);
}
.gedreht {
  rotate: 1deg;
}
.badge {
  font-weight: 400;
}
.form-floating > label {
  color: #752538;
}
/* TYPE */
.h1 {
  font-family: "Libre Baskerville", serif;
  margin-bottom: 30px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.3);
}
h2 {
  font-size: 1em;
  line-height: 1.7em;
  letter-spacing: 0.1em;
  color: #b3b3b3;
}
h3 {
  font-family: "Libre Baskerville", serif;
  font-size: 1.2em;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.3);
}
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-size: 1em;
  line-height: 1.7em;
  font-weight: 400;
  color: #fbf9f6;
  text-transform: uppercase;
}
p {
  font-size: 1em;
  line-height: 1.7em;
  font-weight: 400;
  color: #fbf9f6;
}
.table {
  border-color: #4a4144;
}
.table td {
  color: #fff;
}
table tr td, table tr th {
  background-color: rgba(210, 130, 240, 0) !important;
}
/* BEREICHE */
.headliner {
  padding: 60px 0 30px 0;
}
.inhalt {
  padding: 30px 0 60px 0;
}
.social {
  padding: 0 0 60px 0;
}
.social .bi {
  color: #fbf9f6;
  font-size: 2rem;
  margin-right: 0.5em;
}
.vierer {
  background-color: #fbf9f6;
  padding: 60px 0 0 0;
}
footer {
  padding: 60px 0;
  background-color: #fbf9f6;
}
/* NAVBAR */
.navbar-nav .nav-link {
  color: #fbf9f6;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.navbar-brand .bi {
  color: #fff;
}
/* NAV TABS */
.nav-underline .nav-link {
  padding-left: 10px;
  padding-right: 10px;
}
.nav-underline .nav-item.show .nav-link, .nav-underline .nav-link.active {
  color: #fbf9f6;
}
.nav-underline .nav-item.show .nav-link, .nav-underline .nav-link {
  color: rgba(255, 255, 255, 0.3);
}
.nav-underline .nav-item.show .nav-link, .nav-underline .nav-link:hover {
  color: #fff;
}
.tab-content {
  background-color: #4a4144;
  padding: 30px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
/* BUTTONS */
.btn {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  font-weight: 400;
  border-radius: 0px;
}
.btn-link {
  color: #fbf9f6;
  text-decoration: none;
}
.btn-link:hover {
  color: #4a4144;
}
.active.btn-link {
  color: #fff !important;
  font-weight: 700;
}
.btn-button {
  color: #fff;
  background-color: #752538;
  border-color: #752538;
}
.btn.active {
  background-color: #752538;
  border-color: #752538;
  color: #fff;
}
/* CARDS */
.card {
  border: 0;
  background-color: #4a4144;
}
.card-header {
  background-color: #752538;
  color: #fff;
  border-bottom: 0;
}
.card-title {
  color: #fff;
}
.card-footer {
  border-top: 0;
  background-color: #fff;
}
.card-blog {
  background-color: #fff;
}
/* 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, 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: 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;
}
