@charset "UTF-8";
/* roboto-mono-200 - 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: "Roboto Mono";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/roboto-mono-v23-latin-200.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-mono-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: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-mono-v23-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-mono-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: "Roboto Mono";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/roboto-mono-v23-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-mono-500 - 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: "Roboto Mono";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-mono-v23-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-mono-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: "Roboto Mono";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-mono-v23-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* sofia-sans-condensed-600 - 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: "Sofia Sans Condensed";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/sofia-sans-condensed-v2-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* sofia-sans-condensed-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: "Sofia Sans Condensed";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/sofia-sans-condensed-v2-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* Global: auf HTML/Body anwenden */
html {
  text-rendering: optimizeLegibility;
  /* bessere Kerning/Ligaturen */
  -webkit-font-smoothing: antialiased;
  /* macOS/Safari */
  -moz-osx-font-smoothing: grayscale;
  /* macOS/Firefox */
  /* Nicht standardisiert, schadet aber nicht (Safari interpretiert’s teils): */
  font-smooth: always;
}
/* Optional: feine Typo-Defaults */
html, body {
  font-kerning: normal;
  font-variant-ligatures: common-ligatures;
  /* “liga” */
  font-optical-sizing: auto;
  /* bei Variable Fonts top */
}
/* BI */
.kommunikation .bi {
  color: #29b2ff;
  font-size: 1.5em;
}
.back .bi {
  font-size: 3rem;
  color: #003B5C;
}
.carousel-caption h2 .bi {
  color: #5cc5ff;
}
.social .bi {
  color: #003B5C;
  font-size: 2rem;
  margin-right: 0.7em;
}
.dreier .bi {
  font-size: 2rem;
}
/* GENERELL */
body {
  font-family: "Roboto Mono", monospace;
  padding-top: 60px;
  background-color: #fff;
}
.schattele {
  -webkit-box-shadow: 0px 30px 40px -25px #A8C8E9;
  -moz-box-shadow: 0px 30px 40px -25px #A8C8E9;
  box-shadow: 0px 30px 40px -25px #A8C8E9;
}
.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: #003B5C;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  background-color: #001a29;
  color: #fff;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 2px dashed white;
  clear: both;
}
a {
  color: #003B5C;
}
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: 400;
}
.hinterlegt {
  background-color: rgba(255, 255, 255, 0.1);
}
.modal-title {
  color: #003B5C;
}
.textschatten {
  text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.6);
}
.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 */
}
/* CAROUSEL */
.carousel-caption {
  left: 0;
  bottom: 0;
  max-width: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
}
.carousel-caption p {
  color: #003B5C;
  font-weight: 400;
}
/* TYPE */
h1, h3, h4, h5, h2, p, ul, ol {
  color: #003B5C;
}
h1 {
  font-family: "Sofia Sans Condensed", sans-serif;
  font-size: 2em;
  margin-bottom: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  h1 {
    font-size: 2em;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 2.3em;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 2.5em;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.7em;
  }
}
@media (min-width: 1400px) {
  h1 {
    font-size: 3.3em;
  }
}
h2 {
  font-size: 1.3em;
  line-height: 1.5em;
  font-weight: 400;
}
h3 {
  font-family: "Sofia Sans Condensed", sans-serif;
  font-size: 1.8em;
  line-height: 1.1em;
  margin-bottom: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
h4 {
  font-size: 2em;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: 0.1em;
}
h5 {
  font-size: 1.6em;
  letter-spacing: 0.1em;
  font-weight: 700;
}
p {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
}
ul, ol {
  line-height: 1.6em;
  font-weight: 400;
}
.aspect {
  width: 100%;
  background-size: cover;
  background-position: center;
}
.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;
}
.ratio {
  border-radius: 10px;
  overflow: hidden;
}
.img-aspect-4x3 {
  aspect-ratio: 1.3333333333;
  object-fit: cover;
  /* Optional: passt das Bild an, um Überlauf zu vermeiden */
}
.img-aspect-1x1 {
  aspect-ratio: 1;
  object-fit: cover;
  /* Optional: passt das Bild an, um Überlauf zu vermeiden */
}
.card {
  border-radius: 10px;
}
.card-img-top {
  border-radius: 10px 10px 0 0;
}
.card-footer {
  border-top: 0;
}
/* NAVBAR */
.navbar-nav .nav-link {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 1em;
}
.navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.6);
}
.navbar-nav .nav-link.active {
  color: #A8C8E9;
}
.navbar-brand {
  color: #FF6A13;
}
.navbar-brand:hover {
  color: #A8C8E9;
}
.bg-dark {
  background-color: #003B5C !important;
}
.dropdown-item {
  font-size: 1em;
}
.dropdown-menu {
  background-color: #A8C8E9;
  border: 0;
}
.phone-vibrate {
  display: inline-block;
  animation: vibrate 1s infinite ease-in-out;
}
@keyframes vibrate {
  0% {
    transform: rotate(0deg) scale(1);
  }
  10% {
    transform: rotate(-15deg) scale(1.1);
  }
  20% {
    transform: rotate(15deg) scale(1.05);
  }
  30% {
    transform: rotate(-10deg) scale(1.1);
  }
  40% {
    transform: rotate(10deg) scale(1.05);
  }
  50% {
    transform: rotate(-5deg) scale(1.1);
  }
  60% {
    transform: rotate(5deg) scale(1.05);
  }
  70% {
    transform: rotate(-3deg) scale(1.08);
  }
  80% {
    transform: rotate(3deg) scale(1.05);
  }
  90% {
    transform: rotate(-2deg) scale(1.02);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}
/* BEREICHE */
.headliner {
  padding: 60px 0;
  background-color: #E0E0E0;
}
.inhalt {
  position: relative;
  padding: 60px 0;
  background-color: #fff;
}
.inhalt::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 15%;
  /* oder feste Pixel */
  height: auto;
  aspect-ratio: 2;
  /* Beispiel – je nach Bild */
  background: url(/medien/allgemein/flamm.svg) no-repeat bottom right;
  background-size: contain;
}
.termine {
  padding: 60px 0;
  background-color: #fff;
}
.social {
  padding: 60px 0;
  background-color: #FF6A13;
}
.dreier {
  padding: 40px 0 60px 0;
  background-color: #FF6A13;
}
.dreier .bi, .dreier h3, .dreier p {
  color: #fff;
}
.dreier a {
  text-decoration: none;
  font-weight: 700;
}
/* BUTTONS */
.btn {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  font-weight: 500;
  border-radius: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 1em;
}
.btn-link {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
.btn-link:hover {
  color: #003B5C;
}
.active.btn-link {
  color: #fff !important;
  font-weight: 700;
}
.btn-button {
  color: #fff;
  background-color: #003B5C;
  border-color: #003B5C;
}
.btn-button:hover {
  color: #fff;
  background-color: #A8C8E9;
  border-color: #A8C8E9;
}
.btn-primary {
  color: #fff;
  background-color: #FF6A13;
  border-color: #FF6A13;
}
.btn-primary:hover {
  color: #fff;
  background-color: #003B5C;
  border-color: #003B5C;
}
/* 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;
}
div[style*="z-index: 1000"] {
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
}
