@charset "UTF-8";
/* ubuntu-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: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/ubuntu-v20-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ubuntu-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: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/ubuntu-v20-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ubuntu-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: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/ubuntu-v20-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.back {
  font-size: 2rem;
  color: #3B5C7D;
}
.back:hover {
  color: #B29450;
}
.drehwurm {
  animation-name: ckw;
  animation-duration: 5s;
  width: 60px;
  height: auto;
}
@keyframes ckw {
  0% {
    transform: rotate(0deg);
    opacity: 0;
  }
  100% {
    transform: rotate(360deg);
    opacity: 1;
  }
}
/* GENERELL */
body {
  font-family: "Ubuntu", sans-serif;
  color: #21314C;
  background-color: #F8F7F6;
}
a {
  color: #B29450;
}
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
.alert {
  margin-bottom: 0;
}
.hand {
  cursor: zoom-in;
}
.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 dashed #B29450;
  clear: both;
  opacity: 100%;
}
.text-background {
  font-size: 3vw;
  display: inline;
  color: #fff;
  background-color: #21314C;
  line-height: 160%;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  font-weight: 700;
  padding: 0 12px 6px;
}
/* TYPE */
h1, h3 {
  color: #3B5C7D;
}
h1 {
  font-size: 1.8rem;
  margin-bottom: 30px;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-transform: uppercase;
}
h2 {
  font-size: 1.2em;
  line-height: 1.4em;
  letter-spacing: 0.08em;
  font-weight: 300;
}
h3 {
  font-size: 1.4em;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
h4 {
  font-size: 2em;
  line-height: 1.5em;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
h5 {
  font-size: 1.6em;
  letter-spacing: 0.08em;
  font-weight: 700;
}
p {
  font-weight: 400;
}
/* NAVBAR */
.navbar {
  padding-top: 30px;
  padding-bottom: 30px;
  transition: all 0.5s;
}
.navbar.compressed {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
}
.navbar-nav .nav-link {
  color: #21314C;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.navbar-nav .nav-link:hover {
  color: #B29450;
}
.navbar-brand {
  color: #21314C;
  font-size: 1em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.navbar-brand:hover {
  color: #B29450;
}
.bg-primary {
  background-color: #21314C !important;
}
/* ALERT */
.alert {
  border: 0;
  border-radius: 0;
}
/* BEREICHE */
.headliner {
  padding: 60px 0 30px 0;
}
.inhalt {
  padding: 30px 0;
}
.social {
  padding: 30px 0 60px 0;
}
.social .bi {
  color: #3B5C7D;
  font-size: 2rem;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.social .bi:hover {
  color: #B29450;
}
.viereroben .bi {
  color: #21314C;
  font-size: 1.5rem;
}
.vierer {
  background-color: #3B5C7D;
  padding: 60px 0 30px 0;
}
.vierer h3, .vierer p {
  color: #F8F7F6;
}
footer {
  background-color: #3B5C7D;
  padding: 30px 0;
}
footer p {
  color: #fff;
}
/* BUTTONS */
.btn {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  font-weight: 400;
  border-radius: 15px;
  letter-spacing: 0.2em;
}
.btn-link {
  color: #B29450;
  text-transform: uppercase;
  text-decoration: none;
}
.btn-link:hover {
  color: #B29450;
}
.active.btn-link {
  color: #fff !important;
  font-weight: 700;
}
.btn-button {
  color: #fff;
  background-color: #21314C;
  border-color: #21314C;
}
.btn-button:hover {
  color: #fff;
  background-color: #21314C;
  border-color: #21314C;
}
.btn-primary {
  color: #3B5C7D;
  background-color: #B29450;
  border-color: #B29450;
}
/* CARDS */
.card {
  border: 0;
}
.card-body {
  background-color: #fff;
}
.card-header {
  background-color: #21314C;
  color: #fff;
  border-bottom: 0;
}
.card-title {
  color: #fff;
}
.card-footer {
  border-top: 0;
  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, 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;
}
