/* compiled by scssphp v1.0.5 on Tue, 30 Sep 2025 03:21:09 +0000 (0.0752s) */

/* ----- Mixins ------------------------------------------ */
/* ----- Änderungen an Bootstrap ------------------------- */
.alert {
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: 2px solid transparent;
  border-radius: 0;
  padding: 10px 0 0;
}
.alert.alert-danger {
  background-color: transparent;
  border-color: #de1a1a;
  color: #de1a1a;
  margin-bottom: 45px;
}
.alert.alert-success {
  background-color: transparent;
  border-color: #317b22;
  color: #317b22;
  margin-bottom: 45px;
}
.alert ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.alert ul li {
  font-weight: 500;
}
.container, .container-fluid, .col {
  padding: 0 20px;
}
.row {
  margin: 0 -20px;
}
/* ----- Grundeinstellungen ------------------------------ */
a {
  color: #171717;
  outline: 0;
  text-decoration: underline;
}
a:hover {
  color: #888;
  text-decoration: none;
}
a:active {
  opacity: 0.65;
}
a.btn {
  color: white;
}
b, strong {
  color: #171717;
  font-weight: 600;
}
body {
  background-color: white;
  color: #171717;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  hyphenate-limit-chars: auto 3;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow-x: hidden;
  overflow-y: scroll;
}
.bt-h1, h1, .bt-h2, h2, .bt-h3, h3, .bt-h4, h4, .bt-h5, h5, .bt-h6, h6 {
  line-height: 1.25;
}
.bt-h1:last-child, h1:last-child, .bt-h2:last-child, h2:last-child, .bt-h3:last-child, h3:last-child, .bt-h4:last-child, h4:last-child, .bt-h5:last-child, h5:last-child, .bt-h6:last-child, h6:last-child {
  margin-bottom: 0;
}
.bt-h1, h1 {
  color: #171717;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.bt-h2, h2 {
  color: #171717;
  font-size: 1.62rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.bt-h3, h3 {
  color: #171717;
  font-size: 1.44rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.bt-h4, h4 {
  color: #171717;
  font-size: 1.26rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.bt-h5, h5 {
  color: #171717;
  font-size: 1.08rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.bt-h6, h6 {
  color: #171717;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.bt-loader {
  left: calc(50% - 16px);
  position: fixed;
  top: calc(50% - 16px);
}
.bt-loader .spinner-border {
  border-width: 0.5rem;
  color: #888;
}
.bt-wrapper {
  overflow-x: hidden;
  visibility: hidden;
}
.bt-wrapper.bt-nav-mobile--is-active {
  display: none;
}
.form-control, input, textarea {
  border-radius: 0;
  height: auto;
  padding: 10px;
  width: 100%;
}
hr {
  border-top: 2px solid #171717;
  margin-bottom: 45px;
  margin-top: 43px;
  width: 80px;
}
.fa, .far, .fas {
  display: inline-flex;
  justify-content: center;
  min-width: 30px;
}
label {
  font-size: 0.8rem;
  margin-bottom: 5px;
}
p {
  margin-bottom: 30px;
}
p:last-child {
  margin-bottom: 0;
}
p + *:not(p) {
  margin-top: 30px;
}
ul {
  margin-bottom: 30px;
}
::selection {
  background-color: rgba(23, 23, 23, 0.996);
  color: white;
}
/* ----- Header inkl. Navigation ------------------------- */
.hamburger {
  padding: 0;
  position: relative;
  z-index: 99999;
}
.hamburger .hamburger-box {
  width: 30px;
}
.hamburger:hover, .hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::after, .hamburger.is-active .hamburger-inner::before, .hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
  background-color: #888;
}
.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
  border-radius: 0;
  width: 30px;
}
.bt-header {
  background-color: white;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.0375);
  color: #171717;
  left: 0;
  padding-bottom: 20px !important;
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px !important;
  position: fixed;
  top: 0;
  transition: box-shadow 0.25s ease, margin 0.25s ease;
  visibility: hidden;
  z-index: 1030;
}
.bt-header.bt-nav-mobile--is-active {
  background-color: transparent;
  box-shadow: none;
  position: absolute;
}
.bt-header.is-reduced {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.bt-header.is-reduced .bt-languages {
  display: none;
}
.bt-header .col:nth-child(2) {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.bt-header .row {
  position: relative;
}
.bt-languages {
  border-bottom: 1px dotted #d9d9d9;
  font-size: 0.9rem;
  margin-bottom: 15px;
  margin-top: -15px;
  padding: 8px 0 !important;
}
.bt-languages ul {
  list-style: none;
  margin: 0 -5px 0 0;
  padding: 0;
}
.bt-languages ul li {
  float: left;
}
.bt-languages ul li.is-active, .bt-languages ul li.is-offline {
  margin: -5px 0;
  padding: 5px;
}
.bt-languages ul li.is-active {
  font-weight: 700;
}
.bt-languages ul li.is-offline {
  opacity: 0.5;
}
.bt-languages ul li a {
  display: inline-block;
  margin: -5px 0;
  padding: 5px;
}
.bt-languages.is-active {
  display: flex;
}
.bt-logo {
  position: relative;
  z-index: 99998;
}
.bt-logo a {
  display: block;
}
.bt-logo img {
  height: 50px;
  width: auto;
}
@media (min-width: 1200px) {
  .bt-logo img {
    height: 60px;
  }
}
.bt-nav-desktop {
  display: none;
}
.bt-nav-desktop ul, .bt-nav-desktop ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bt-nav-desktop ul li {
  font-weight: 400;
  float: left;
}
.bt-nav-desktop ul li:hover a {
  color: #171717;
}
.bt-nav-desktop ul li:active a {
  color: #888;
  opacity: 1;
}
.bt-nav-desktop ul li.is-active, .bt-nav-desktop ul li div ul li.is-active {
  font-weight: 700;
}
.bt-nav-desktop ul li.is-active a, .bt-nav-desktop ul li div ul li.is-active a {
  color: #171717;
}
.bt-nav-desktop ul li:last-child {
  margin-right: -10px;
}
.bt-nav-desktop ul li a {
  color: #888;
  display: inline-block;
  margin: -5px 0;
  padding: 3.75px 15px;
  text-decoration: none;
}
.bt-nav-desktop ul li div {
  background-color: white;
  border: 1px solid #f2f2f2;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  display: none;
  margin: 5px -20px 0;
  min-width: 274px;
  padding: 15px 30px;
  position: absolute;
}
.bt-nav-desktop ul li div ul li {
  clear: both;
  font-size: 0.9rem;
  font-weight: 500;
}
.bt-nav-desktop ul li div ul li a {
  padding: 0;
}
.bt-nav-mobile {
  align-items: center;
  background-color: white;
  color: #171717;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.bt-nav-mobile.is-active {
  display: flex;
}
.bt-nav-mobile .col {
  padding-left: 0;
  padding-right: 0;
}
.bt-nav-mobile .row {
  margin-left: 0;
  margin-right: 0;
}
.bt-nav-mobile ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bt-nav-mobile ul li {
  border-top: 1px dotted #d9d9d9;
  font-size: 1.1rem;
  padding: 8px 0;
}
.bt-nav-mobile ul li:last-child {
  border-bottom: 1px dotted #d9d9d9;
}
.bt-nav-mobile ul li.is-active {
  font-weight: 700;
}
.bt-nav-mobile ul li.is-active a {
  color: #171717;
}
.bt-nav-mobile ul li a {
  color: #888;
  display: block;
  margin: -8px 0;
  padding: 8px 0;
  text-decoration: none;
}
.bt-nav-mobile ul li .bt-arrow-down-icon {
  background-color: transparent;
  align-items: center;
  display: flex;
  height: calc(100% + 16px);
  justify-content: center;
  padding: 8px 3px;
  transform: none;
}
.bt-nav-mobile ul li .bt-arrow-down-icon[aria-expanded="true"] svg {
  transform: scaleY(-1);
}
.bt-nav-mobile ul li .bt-arrow-down-icon[aria-expanded="true"] svg polygon {
  fill: #1b2cc1;
}
.bt-nav-mobile ul li .bt-arrow-down-icon svg {
  transition: transform 0.2s ease;
  width: 24px;
}
.bt-nav-mobile ul li .bt-arrow-down-icon svg polygon {
  fill: #171717;
  transition: fill 0.2s ease;
}
.bt-nav-mobile ul li ul {
  list-style: none;
  margin: 8px 0 8px 15px;
  padding: 0;
}
.bt-nav-mobile ul li ul li {
  border: none;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 4px 0;
}
.bt-nav-mobile ul li ul li:last-child {
  border: none;
}
.bt-nav-mobile ul li ul li.is-active {
  font-weight: 700;
}
.bt-nav-mobile ul li ul li a {
  margin: -4px 0;
  padding: 4px 0;
}
.bt-nav-mobile-outer {
  height: 24px;
}
.bt-nav-mobile-outer.bt-nav-mobile--is-active {
  position: absolute;
}
/* ----- Content ----------------------------------------- */
.bm-lead {
  font-weight: 700;
}
.bm-small {
  font-size: 0.72rem;
}
.bm-subtitle {
  color: #171717;
  font-size: 1.44rem;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 30px;
  margin-top: -30px;
}
.bt-2-or-3-boxes div > a {
  text-decoration: none;
}
.bt-2-or-3-boxes .bt-box {
  align-content: space-between;
  background-color: white;
  color: #171717;
  margin: 0 !important;
  position: relative;
  border: 1px solid #b7b7b7;
  position: relative;
}
.bt-2-or-3-boxes .bt-box::after {
  border-bottom: 1px solid #b7b7b7;
  border-left: 1px solid #b7b7b7;
  content: '';
  height: 4px;
  right: -4px;
  position: absolute;
  top: -4px;
  width: 4px;
}
.bt-2-or-3-boxes .bt-box::before {
  border-right: 1px solid #b7b7b7;
  border-top: 1px solid #b7b7b7;
  content: '';
  height: 4px;
  left: -4px;
  position: absolute;
  bottom: -4px;
  width: 4px;
}
.bt-2-or-3-boxes .bt-box .btn:active {
  background-color: rgba(23, 23, 23, 0.9);
}
.bt-2-or-3-boxes .bt-box .col {
  margin-top: 0 !important;
  padding: 0;
}
.bt-2-or-3-boxes .bt-box .col .row .col {
  margin-top: 0 !important;
  padding: 0;
}
.bt-2-or-3-boxes .bt-box .col .row .col.bt-text {
  padding: 30px !important;
}
.bt-2-or-3-boxes .bt-box .container + .row {
  justify-content: center;
}
.bt-2-or-3-boxes .bt-box .row {
  margin-left: 0;
  margin-right: 0;
}
.bt-2-or-3-boxes .container .row .col .row + .row {
  margin-top: 40px;
}
.bt-arrow-down-anchor {
  position: relative;
  z-index: -99999;
}
.bt-arrow-down-icon .st0, .carousel-control-next-icon .st0, .carousel-control-prev-icon .st0 {
  fill: white;
}
.bt-arrow-down-icon-outer {
  margin: -30px 0 -30px;
  position: relative;
  z-index: 2;
}
.bt-arrow-down-icon-outer .bt-arrow-down-icon {
  opacity: 0.5;
  padding: 10px;
}
.bt-arrow-down-icon-outer .bt-arrow-down-icon:focus {
  opacity: 1;
}
.bt-arrow-down-icon-outer .bt-arrow-down-icon:hover {
  opacity: 0.9;
}
.bt-arrow-down-icon-outer .bt-arrow-down-icon svg {
  height: 40px;
  width: 40px;
}
.bt-arrow-down-icon-outer .col {
  display: flex;
  justify-content: center;
}
.bt-carousel-lg-outer, .bt-carousel-lg-outer .col {
  padding-left: 0;
  padding-right: 0;
}
.bt-carousel-lg-outer .bt-carousel-lg {
  align-items: center;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 0% 100%);
  display: flex;
  overflow-y: hidden;
}
.bt-carousel-lg-outer .bt-carousel-lg .bt-layer-desktop {
  background-image: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.7) 100%);
  align-items: flex-end;
  color: white;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 0 0 45px;
  left: 0;
  position: absolute;
  top: 0;
}
.bt-carousel-lg-outer .bt-carousel-lg .bt-layer-desktop .bm-subtitle, .bt-carousel-lg-outer .bt-carousel-lg .bt-layer-desktop .bt-h1, .bt-carousel-lg-outer .bt-carousel-lg .bt-layer-desktop h1, .bt-carousel-lg-outer .bt-carousel-lg .bt-layer-desktop .bt-h2, .bt-carousel-lg-outer .bt-carousel-lg .bt-layer-desktop h2, .bt-carousel-lg-outer .bt-carousel-lg .bt-layer-desktop .bt-h3, .bt-carousel-lg-outer .bt-carousel-lg .bt-layer-desktop h3, .bt-carousel-lg-outer .bt-carousel-lg .bt-layer-desktop .bt-h4, .bt-carousel-lg-outer .bt-carousel-lg .bt-layer-desktop h4, .bt-carousel-lg-outer .bt-carousel-lg .bt-layer-desktop .bt-h5, .bt-carousel-lg-outer .bt-carousel-lg .bt-layer-desktop h5, .bt-carousel-lg-outer .bt-carousel-lg .bt-layer-desktop .bt-h6, .bt-carousel-lg-outer .bt-carousel-lg .bt-layer-desktop h6 {
  color: white;
}
.bt-carousel-lg-outer .bt-carousel-lg .btn {
  margin-top: 15px;
}
.bt-carousel-lg-outer .bt-carousel-lg .carousel-control-next {
  justify-content: flex-end;
}
.bt-carousel-lg-outer .bt-carousel-lg .carousel-control-prev {
  justify-content: flex-start;
}
.bt-carousel-lg-outer .bt-carousel-lg .carousel-control-next-icon, .bt-carousel-lg-outer .bt-carousel-lg .carousel-control-prev-icon {
  background-size: 30px 30px;
  height: 30px;
  width: auto;
}
.bt-carousel-lg-outer .bt-carousel-lg .carousel-control-prev-icon {
  margin-left: 30px;
}
.bt-carousel-lg-outer .bt-carousel-lg .carousel-control-next-icon {
  margin-right: 30px;
}
.bt-carousel-lg-outer .bt-carousel-lg .carousel-control-next-icon svg, .bt-carousel-lg-outer .bt-carousel-lg .carousel-control-prev-icon svg {
  width: auto;
  height: 100%;
}
.bt-carousel-lg-outer .bt-carousel-lg .carousel-indicators {
  justify-content: flex-end;
  margin: 0 16px 80px;
  bottom: 0;
}
@media (min-width: 576px) {
  .bt-carousel-lg-outer .bt-carousel-lg .carousel-indicators {
    margin: 0 26px 80px;
  }
}
.bt-carousel-lg-outer .bt-carousel-lg .carousel-inner {
  height: 100%;
}
.bt-carousel-lg-outer .bt-carousel-lg .carousel-item {
  background-position: 50% 50%;
  background-size: cover;
  height: 100%;
}
.bt-carousel-lg-outer .row {
  margin-left: 0;
  margin-right: 0;
}
.bt-carousel-sm .carousel-control-next {
  justify-content: center;
}
.bt-carousel-sm .carousel-control-prev {
  justify-content: center;
}
.bt-carousel-sm .carousel-indicators {
  margin-bottom: 15px;
  bottom: 0;
}
.bt-carousel-sm img {
  display: block;
  width: 100%;
}
.bt-contact-form .btn {
  font-size: 1rem;
  padding: 11px;
  width: 100%;
}
.bt-contact-form .bt-random-number {
  color: #de1a1a;
  font-size: 1rem;
  font-weight: 500;
  line-height: 43.6px;
}
.bt-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.bt-content a {
  font-weight: 500;
}
.bt-content ol, .bt-content ul {
  list-style: none;
  padding-left: 0;
}
.bt-content ol li, .bt-content ul li {
  padding-left: 28.5px;
}
@media (min-width: 576px) {
  .bt-content ol li, .bt-content ul li {
    padding-left: 29.367px;
  }
}
.bt-content ol li:before, .bt-content ul li:before {
  color: #888;
  display: inline-block;
  margin-left: -28.5px;
  width: 28.5px;
}
@media (min-width: 576px) {
  .bt-content ol li:before, .bt-content ul li:before {
    margin-left: -29.367px;
    width: 29.367px;
  }
}
.bt-content ul li:before {
  content: '\2014';
}
.bt-gallery a {
  cursor: zoom-in;
  display: block;
  border: 1px solid #b7b7b7;
  position: relative;
}
.bt-gallery a::after {
  border-bottom: 1px solid #b7b7b7;
  border-left: 1px solid #b7b7b7;
  content: '';
  height: 4px;
  right: -4px;
  position: absolute;
  top: -4px;
  width: 4px;
}
.bt-gallery a::before {
  border-right: 1px solid #b7b7b7;
  border-top: 1px solid #b7b7b7;
  content: '';
  height: 4px;
  left: -4px;
  position: absolute;
  bottom: -4px;
  width: 4px;
}
.bt-gallery .col .row .col {
  margin-top: 0;
  padding-bottom: 15px;
  padding-top: 15px;
}
.btn {
  background-color: #171717;
  color: white;
  border: none;
  border-radius: 0;
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0 auto;
  padding: 15px;
  text-decoration: none;
  transition: none;
}
.btn:focus {
  box-shadow: 0 0 0 5px rgba(27, 44, 193, 0.5);
}
.btn.btn-lg {
  font-size: 1.65rem;
}
.bt-module-01 .bt-overlapping {
  background-color: rgba(255, 255, 255, 0.975);
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px 40px 20px 20px;
  border: 1px solid #b7b7b7;
  position: relative;
}
.bt-module-01 .bt-overlapping::after {
  border-bottom: 1px solid #b7b7b7;
  border-left: 1px solid #b7b7b7;
  content: '';
  height: 4px;
  right: -4px;
  position: absolute;
  top: -4px;
  width: 4px;
}
.bt-module-01 .bt-overlapping::before {
  border-right: 1px solid #b7b7b7;
  border-top: 1px solid #b7b7b7;
  content: '';
  height: 4px;
  left: -4px;
  position: absolute;
  bottom: -4px;
  width: 4px;
}
@media (min-width: 576px) {
  .bt-module-01 .bt-overlapping {
    margin-left: 0;
    margin-right: 0;
    padding: 40px;
  }
}
.bt-overlapping {
  position: relative;
  z-index: 16;
}
.bt-spacer-22-5 {
  height: 22.5px;
}
.bt-spacer-45 {
  height: 45px;
}
.bt-text-and-image .col .row {
  align-items: center;
  display: flex;
}
.bt-text-and-image .bt-carousel-sm {
  border: 1px solid #b7b7b7;
  position: relative;
}
.bt-text-and-image .bt-carousel-sm::after {
  border-bottom: 1px solid #b7b7b7;
  border-left: 1px solid #b7b7b7;
  content: '';
  height: 4px;
  right: -4px;
  position: absolute;
  top: -4px;
  width: 4px;
}
.bt-text-and-image .bt-carousel-sm::before {
  border-right: 1px solid #b7b7b7;
  border-top: 1px solid #b7b7b7;
  content: '';
  height: 4px;
  left: -4px;
  position: absolute;
  bottom: -4px;
  width: 4px;
}
@media (max-width: 991px) {
  .bt-text-and-image .order-2 {
    margin-top: 30px;
  }
}
.bt-text-and-image + .bt-text-and-image > .container > .row {
  margin-left: 0;
  margin-right: 0;
}
.bt-text-and-image + .bt-text-and-image > .container > .row > .col {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  .bt-text-and-image + .bt-text-and-image > .container > .row > .col {
    border-top: 1px dotted #d9d9d9;
    padding-top: 90px !important;
  }
}
.carousel-control-next, .carousel-control-prev {
  opacity: 0.75;
}
.carousel-control-next:hover, .carousel-control-prev:hover {
  opacity: 1;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  align-items: center;
  background-image: none;
  display: flex;
  height: 30px;
  width: auto;
}
.carousel-control-next-icon svg, .carousel-control-prev-icon svg {
  width: 100%;
  height: auto;
}
.carousel-indicators li, .carousel-indicators li.active {
  background-color: white;
}
.carousel-indicators li {
  background-color: white;
  border: 1px solid #888;
  border-radius: 7.5px;
  height: 13px;
  margin-left: 4px;
  margin-right: 4px;
  padding-left: 0 !important;
  opacity: 0.5;
  width: 13px;
}
.carousel-indicators li.active {
  opacity: 1;
}
.google-maps {
  border: 1px solid #b7b7b7;
  position: relative;
}
.google-maps::after {
  border-bottom: 1px solid #b7b7b7;
  border-left: 1px solid #b7b7b7;
  content: '';
  height: 4px;
  right: -4px;
  position: absolute;
  top: -4px;
  width: 4px;
}
.google-maps::before {
  border-right: 1px solid #b7b7b7;
  border-top: 1px solid #b7b7b7;
  content: '';
  height: 4px;
  left: -4px;
  position: absolute;
  bottom: -4px;
  width: 4px;
}
/* ----- Footer ------------------------------------------ */
.bt-footer {
  padding-bottom: 90px !important;
  padding-left: 0;
  padding-right: 0;
  padding-top: 45px !important;
}
.bt-footer a {
  color: #888;
  text-decoration: none;
}
.bt-footer a:hover {
  color: #171717;
  text-decoration: underline;
}
.bt-footer a:active {
  text-decoration: none;
}
.bt-footer .bm-address {
  color: #888;
  font-size: 0.9rem;
  text-align: center;
}
.bt-footer .bm-logo-footer img {
  height: 40px;
  width: auto;
}
@media (min-width: 1200px) {
  .bt-footer .bm-logo-footer img {
    height: 50px;
  }
}
.bt-imprint-privacy {
  color: #888;
  font-size: 0.9rem;
  text-align: center;
}
/* --------------------------------------------------- */
.bm-cookie-banner {
  background-color: #888;
  bottom: 0;
  color: white;
  font-size: 0.8rem;
  line-height: 1.375;
  -webkit-hyphenate-limit-chars: auto 3;
  -webkit-hyphens: auto;
  -moz-hyphenate-limit-chars: auto 3;
  -moz-hyphens: auto;
  -ms-hyphenate-limit-chars: auto 3;
  -ms-hyphens: auto;
  hyphenate-limit-chars: auto 3;
  hyphens: auto;
  left: 0;
  padding: 10px 20px !important;
  position: fixed;
  z-index: 1050;
}
@media (min-width: 576px) {
  .bm-cookie-banner {
    padding: 10px 40px !important;
  }
}
@media (min-width: 992px) {
  .bm-cookie-banner {
    background-color: rgba(136, 136, 136, 0.9);
  }
}
@media (min-width: 992px) {
  .bm-cookie-banner:hover {
    background-color: #888;
  }
}
.bm-cookie-banner a {
  color: white;
}
.bm-cookie-banner .bm-note {
  margin-right: 20px;
}
.bm-cookie-banner .bm-privacy-policy {
  font-weight: 700;
}
.bm-cookie-banner .btn {
  background-color: transparent;
  background-image: none;
  border: 1px solid white;
  font-size: 0.8rem;
  padding: calc(5px * 1.2) calc(20px * 1.2);
}
.bm-cookie-banner .btn:active, .bm-cookie-banner .btn:focus, .bm-cookie-banner .btn:hover {
  background-color: white !important;
  border: 1px solid white !important;
  color: #888 !important;
}
.bm-cookie-banner .btn:focus {
  box-shadow: none !important;
}
@media (max-width: 767px) {
  .bm-cookie-banner .col:nth-child(2) {
    margin-top: 8px !important;
  }
}
/* --------------------------------------------------- */
@media (max-width: 575px) {
  .bt-arrow-down-anchor, .bt-arrow-down-icon-outer, .carousel-control-next, .carousel-control-prev {
    display: none;
  }
  .bt-carousel-lg .carousel-indicators {
    margin-bottom: 15px;
  }
  .bt-nav-mobile .container {
    padding-left: 0;
    padding-right: 0;
  }
  .bt-h1, h1, .bt-h2, h2, .bt-h3, h3, .bt-h4, h4, .bt-h5, h5, .bt-h6, h6 {
    -moz-hyphens: auto;
    hyphens: auto;
  }
}
@media (min-width: 576px) {
  .container, .container-fluid, .col {
    padding: 0 40px;
  }
  .row {
    margin: 0 -40px;
    /* --------------------------------------------------- */
  }
  .bt-contact-form .bt-random-number {
    line-height: 46px;
  }
  body {
    font-size: 1.125rem;
  }
  .bm-small {
    font-size: 0.9rem;
  }
  .bm-subtitle {
    font-size: 1.6rem;
  }
  .bt-h1, h1 {
    font-size: 2.5rem;
  }
  .bt-h2, h2 {
    font-size: 1.8rem;
  }
  .bt-h3, h3 {
    font-size: 1.6rem;
  }
  .bt-h4, h4 {
    font-size: 1.4rem;
  }
  .bt-h5, h5 {
    font-size: 1.2rem;
  }
  .bt-h6, h6 {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .bt-2-or-3-boxes a:not(.btn):active, .bt-arrow-down-icon:active, .bt-gallery a:active, .bt-logo:active, .carousel-control-next-icon:active, .carousel-control-prev-icon:active {
    transform: scale(0.988);
  }
}
@media (max-width: 991px) {
  .bt-content .col + .col:not(.order-1):not(.order-2), .bt-footer .col + .col:not(.order-1):not(.order-2) {
    margin-top: 45px;
  }
  .bt-footer .bt-spacer {
    display: none;
  }
  .order-1 {
    margin-top: 0;
  }
  .order-2 {
    margin-top: 45px;
  }
}
@media (min-width: 992px) {
  .bt-2-col, .bt-3-col, .bt-4-col {
    margin-left: -20px;
    margin-right: -20px;
  }
  .bt-2-col-in-1-col {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .bt-2-col .col, .bt-3-col .col, .bt-4-col .col {
    padding-left: 20px;
    padding-right: 20px;
  }
  .bt-layer-mobile {
    display: none;
  }
  .btn.btn-lg {
    font-size: 2rem;
  }
  .bt-nav-desktop {
    display: block;
  }
  .bt-nav-mobile-outer {
    display: none;
  }
  .bt-text-and-image .col .row .col:nth-child(1) div {
    padding-right: 30px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1340px;
  }
}
/* ----- Akzentfarben (Einstellungen) -------------------- */
