@charset "UTF-8";
/* ZENTRIERTES TRANSPARENTES ICON MIT GRÜNEM UND BLAUEN FLECK */
.image-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.green-spot {
  position: absolute;
  width: 40px;
  height: 30px;
  background-color: #5C860F;
  z-index: 1;
  clip-path: polygon(20% 0%, 80% 10%, 100% 35%, 90% 70%, 50% 90%, 10% 80%, 0% 40%);
}
.blue-spot {
  position: absolute;
  margin-left: 10px;
  width: 15px;
  height: 50px;
  background-color: #5F7DAD;
  z-index: 1;
  clip-path: polygon(20% 0%, 80% 10%, 100% 35%, 90% 70%, 50% 90%, 10% 80%, 0% 40%);
}
.transparent-png {
  position: relative;
  z-index: 2;
  max-width: 100%;
}
.rainbow-text {
  background-image: linear-gradient(to right, #5F7DAD, #5C860F);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}
/* BI */
.kommunikation .bi {
  color: #c3ef72;
  font-size: 1.5em;
}
.back .bi {
  font-size: 3rem;
  color: #5C860F;
}
.carousel-caption h2 .bi {
  color: #d6f4a0;
}
.social .bi {
  color: #5C860F;
  font-size: 2rem;
  margin-right: 0.7em;
}
.dreier .bi {
  font-size: 2rem;
}
/* GENERELL */
body {
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  padding-top: 50px;
  background-color: #FFFFFA;
}
.schattele {
  -webkit-box-shadow: 0px 30px 40px -25px #282828;
  -moz-box-shadow: 0px 30px 40px -25px #282828;
  box-shadow: 0px 30px 40px -25px #282828;
}
.schwinge {
  background-image: url(#WE:1774#);
  background-repeat: no-repeat;
  background-position: bottom left;
}
.rounded {
  border-radius: 10px !important;
}
.pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #5C860F;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  background-color: #3d580a;
  color: #FFFFFA;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 2px dashed white;
  clear: both;
}
a {
  color: #5C860F;
}
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
.parallax-window {
  min-height: 400px;
  background: transparent;
}
.alert {
  margin-bottom: 0;
}
.hand {
  cursor: zoom-in;
}
.badge {
  font-weight: 300;
}
.hinterlegt {
  background-color: rgba(255, 255, 255, 0.1);
}
.modal-title {
  color: #5C860F;
}
.form-control {
  border-radius: 10px;
}
.desaturate {
  filter: grayscale(100%);
  /* Standard */
  -webkit-filter: grayscale(100%);
  /* Webkit */
  filter: url(/elements/grayscale.svg#desaturate);
  /* Firefox 4-34 */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Old WebKit */
}
.desaturate:hover {
  filter: grayscale(0%);
  filter: none;
  -webkit-filter: grayscale(0);
  /* Old WebKit */
}
iframe {
  filter: grayscale(100%);
}
/* CAROUSEL */
.carousel-caption {
  left: 0;
  bottom: 0;
  max-width: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
}
.carousel-caption p {
  color: #5C860F;
  font-weight: 300;
}
.carousel-control-prev, .carousel-control-next {
  width: 50px;
  height: 50px;
  background-color: #5C860F;
  border: none;
  top: 50%;
  transform: translateY(-50%);
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  background-size: 100%;
}
/* TYPE */
h1, h3, h4, h5, h2, p, ul, ol {
  color: #282828;
}
h1 {
  font-size: 2.5em;
  margin-bottom: 30px;
  font-weight: 200;
  letter-spacing: 0.15em;
}
h2 {
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 300;
}
h3 {
  font-size: 1.2em;
  line-height: 1.1em;
  margin-bottom: 30px;
  font-weight: 600;
  letter-spacing: 0.15em;
}
h4 {
  font-size: 2em;
  line-height: 1.5em;
  font-weight: 300;
  letter-spacing: 0.05em;
}
h5 {
  font-size: 1.6em;
  letter-spacing: 0.05em;
  font-weight: 700;
}
p {
  font-size: 1.1em;
  line-height: 1.4em;
  font-weight: 300;
}
ul, ol {
  line-height: 1.6em;
  font-weight: 300;
}
.aspect {
  width: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  filter: grayscale(100%);
}
.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%;
}
.square {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}
.ratio {
  border-radius: 10px;
  overflow: hidden;
}
.img-gray {
  filter: opacity(0.7);
}
.square-image {
  width: 100%;
  padding-top: 100%;
  /* Macht das Bild quadratisch */
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.square-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.kopfbild {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.kopfbild img {
  width: 100%;
  height: auto;
  display: block;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 50% 100%, 0 calc(100% - 40px));
  filter: grayscale(100%);
}
/* ÜBER MICH BILDER */
.about-wrapper {
  position: relative;
  width: 175px;
  /* Feste Breite für das Quadrat */
  height: 175px;
  /* Gleiche Höhe für 1:1 Seitenverhältnis */
  border-radius: 50%;
  /* Macht das Element rund */
  overflow: hidden;
  /* Verhindert Überlappung */
}
.about-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Stellt sicher, dass das Bild den runden Bereich füllt */
  border-radius: 50%;
  /* Bild selbst rund machen */
  box-shadow: inset 0 0 5px rgba(248, 248, 248, 0.8);
  filter: grayscale(100%);
}
.about-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: radial-gradient(farthest-corner at 0% 100%, rgba(248, 248, 248, 0) 10%, #F8F8F8 100%);
  pointer-events: none;
}
.card {
  border-radius: 10px;
}
.card-img-top {
  border-radius: 10px 10px 0 0;
}
.card-footer {
  border-top: 0;
}
/* NAVBAR */
.navbar-nav .nav-link {
  color: #D4E6F4;
  letter-spacing: 0.15em;
  font-weight: 400;
  font-size: 1em;
}
.navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.6);
}
.navbar-brand {
  color: #FFFFFA;
}
.bg-dark {
  background-color: #5F7DAD !important;
  background-image: linear-gradient(to right, #5F7DAD, #5C860F);
}
/* BEREICHE */
.headliner {
  padding: 60px 0;
  background-color: #fff;
}
.inhalt {
  padding: 60px 0;
  background-image: url(/medien/allgemein/linedpaper.png);
}
.dreier {
  padding: 60px 0;
  background-color: #5F7DAD;
  background-image: linear-gradient(to right, #5F7DAD, #5C860F);
}
.dreier h3 {
  color: #FFFFFA;
}
.dreier p {
  color: #D4E6F4;
}
/* BUTTONS */
.btn {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  font-weight: 500;
  border-radius: 10px;
  letter-spacing: 0.15em;
  font-size: 1em;
}
.btn-link {
  color: #FFFFFA;
  text-decoration: none;
}
.btn-button {
  color: #282828;
  background-color: #FFFFFA;
  border-color: #FFFFFA;
}
.btn-button:hover {
  color: #FFFFFA;
  background-color: #282828;
  border-color: #282828;
}
.btn-primary {
  color: #FFFFFA;
  background-color: #5C860F;
  border-color: #5C860F;
}
.btn-primary:hover {
  color: #5C860F;
  background-color: #FFFFFA;
  border-color: #FFFFFA;
}
.btn-outline-dark {
  color: #282828;
  border-color: #282828;
}
.btn-success {
  border-color: #5C860F;
  background-color: #5C860F !important;
}
/* 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: 800px;
}
.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;
}
.lens-container {
  position: relative;
  display: inline-block;
}
.lens-container img {
  display: block;
  width: 100%;
  height: auto;
}
.lens-flare {
  position: absolute;
  top: 20%;
  /* Positioniere den Lens-Flare vertikal */
  left: 70%;
  /* Positioniere den Lens-Flare horizontal */
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 10%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  /* Damit das Element keine Klicks blockiert */
  opacity: 0.8;
  mix-blend-mode: overlay;
  /* Mischmodus für einen besseren Effekt */
}
/* Optional: Animation für einen lebendigeren Effekt */
@keyframes flare {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
}
.lens-flare {
  animation: flare 3s infinite ease-in-out;
}
