/* compiled by scssphp v1.0.5 on Thu, 05 Nov 2020 11:13:49 +0000 (0.7139s) */

/* ----- Änderungen an Bootstrap ------------------------- */
.container, .container-fluid, .col {
  padding: 0 20px;
}
.row {
  margin: 0 -20px;
}
@media (min-width: 1200px) {
  .my-col-xl-20 {
    -ms-flex: 0 0 20%;
    flex: 20%;
    max-width: 20%;
  }
}
@media (min-width: 1400px) {
  .my-col-xxl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
}
/* ----- Grundeinstellungen ------------------------------ */
a {
  color: #046fb7;
  outline: 0;
  text-decoration: none;
}
a:hover {
  color: #046fb7;
  text-decoration: none;
}
a.btn {
  color: white;
}
b, strong {
  font-weight: 700;
}
body {
  overflow-x: hidden;
  overflow-y: scroll;
}
@media (min-width: 992px) {
  body {
    position: relative;
  }
}
body.bt-cookie-banner--is-visible .bt-cookie-banner {
  display: block;
}
.bt-h1, h1 {
  color: #046fb7;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.bt-h2, h2 {
  color: #046fb7;
  font-size: 1.62rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.bt-h3, h3 {
  color: #046fb7;
  font-size: 1.44rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.bt-h4, h4 {
  color: #262626;
  font-size: 1.26rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.bt-h5, h5 {
  color: #262626;
  font-size: 1.08rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.bt-h6, h6 {
  color: #262626;
  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: #595959;
}
.bt-wrapper {
  visibility: hidden;
}
.bt-wrapper.bt-nav-mobile--is-active {
  display: none;
}
.form-control, input, textarea {
  border-radius: 3px;
  height: auto;
  padding: 10px;
  width: 100%;
}
.form-control {
  color: #1d1d1d;
  transition: none;
}
.form-control:focus {
  border-color: #046fb7;
  box-shadow: none;
  color: #046fb7;
}
hr {
  border-top: 2px solid #262626;
  margin-bottom: 45px;
  margin-top: 43px;
  width: 80px;
}
html, body {
  background-color: white;
  color: #1d1d1d;
  font-family: 'myriad-pro-condensed', sans-serif;
  font-size: 1.1rem;
  -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;
}
label {
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  label {
    font-size: 1.2rem;
  }
}
p:last-child {
  margin-bottom: 0;
}
::selection {
  background-color: rgba(4, 111, 183, 0.996);
  color: #fff;
}
/* ----- 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: #1d1d1d;
}
.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
  border-radius: 0;
  width: 30px;
}
.bt-header {
  background-color: #fff;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  color: #595959;
  left: 0;
  padding-bottom: 15px !important;
  padding-left: 0;
  padding-right: 0;
  padding-top: 15px !important;
  position: fixed;
  top: 0;
  transition: margin 0.2s ease;
  visibility: hidden;
  z-index: 1030;
}
@media (min-width: 992px) {
  .bt-header {
    padding-bottom: 30px !important;
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px !important;
  }
}
.bt-header.bt-nav-mobile--is-active {
  background-color: transparent;
  box-shadow: none;
  position: absolute;
}
.bt-header.is-reduced {
  position: fixed;
}
.bt-header.is-reduced .bt-languages {
  display: none;
}
.bt-header .col:nth-child(2) {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .bt-header .col:nth-child(2) {
    align-items: 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 a img {
  height: calc(90px * .7);
  width: auto;
}
@media (min-width: 992px) {
  .bt-logo a img {
    height: 90px;
  }
}
.bt-nav-desktop {
  margin-bottom: -7px;
  display: none;
}
.bt-nav-desktop.unscrolled .list-group-item:not(.clicked).active, .bt-nav-desktop.clicked .list-group-item:not(.clicked).active {
  border-color: transparent;
  color: #1d1d1d;
}
.bt-nav-desktop .list-group-item {
  background-color: transparent;
  border-bottom: 2px solid transparent;
  border-left: none;
  border-right: none;
  border-top: none;
  color: #1d1d1d;
  display: inline-block;
  margin-right: 20px;
  transition: border-color 0.25s ease-in-out;
  padding: 5px 0;
}
.bt-nav-desktop .list-group-item:active {
  color: #046fb7;
  opacity: 1 !important;
}
.bt-nav-desktop .list-group-item:hover {
  opacity: 0.85;
}
.bt-nav-desktop .list-group-item.active, .bt-nav-desktop .list-group-item.clicked {
  border-color: #046fb7;
  color: #046fb7;
}
.bt-nav-desktop .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-right: 0;
}
.bt-nav-desktop ul, .bt-nav-desktop ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bt-nav-desktop ul li {
  float: left;
}
.bt-nav-desktop ul li.is-active a, .bt-nav-desktop ul li div ul li.is-active a {
  color: #046fb7;
}
.bt-nav-desktop ul li:last-child {
  margin-right: -10px;
}
.bt-nav-desktop ul li a {
  border-bottom: 2px solid transparent;
  color: #1d1d1d;
  display: inline-block;
  margin: -10px 0;
  padding: 10px;
  text-decoration: none;
}
.bt-nav-desktop ul li a:hover {
  border-color: #046fb7;
  color: #046fb7;
}
.bt-nav-desktop ul li div {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  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: 400;
}
.bt-nav-desktop ul li div ul li a {
  padding: 0;
}
.bt-nav-mobile {
  align-items: center;
  background-color: white;
  color: #595959;
  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 a {
  display: block;
  margin: -8px 0;
  padding: 8px 0;
}
.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: #04b486;
}
.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: #595959;
  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: 400;
  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-icons a {
  display: block;
  margin: 0;
  text-decoration: none;
}
.bm-icons .bm-image, .bm-icons .bt-text {
  display: flex;
  justify-content: center;
}
.bm-icons .bm-image {
  margin-bottom: 22.5px;
}
.bm-icons .bm-image img {
  height: 90px;
  width: auto;
}
.bm-icons .bt-text p {
  text-align: center;
}
.bm-icons > .container > .row > .col > .row > .col {
  margin-top: 45px;
}
@media (min-width: 1200px) {
  .bm-icons > .container > .row > .col > .row > .col {
    margin-top: 0;
  }
}
.bm-icons > .container > .row > .col > .row > .col:nth-child(1), .bm-icons > .container > .row > .col > .row > .col:nth-child(2) {
  margin-top: 0;
}
@media (min-width: 768px) {
  .bm-icons > .container > .row > .col > .row > .col:nth-child(3) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .bm-icons > .container > .row > .col > .row > .col:nth-child(4) {
    margin-top: 0;
  }
}
.bt-2-or-3-boxes a {
  display: block;
  margin: 0;
  text-decoration: none;
}
.bt-2-or-3-boxes .bt-box {
  align-content: space-between;
  background-color: white;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  color: #1d1d1d;
  margin: 0 !important;
}
.bt-2-or-3-boxes .bt-box .btn:active {
  background-color: rgba(89, 89, 89, 0.9);
}
.bt-2-or-3-boxes .bt-box .bt-text a {
  display: inline;
}
.bt-2-or-3-boxes .bt-box .bt-text .bt-h3 + .bt-h4 {
  font-size: 90%;
  margin-top: -30px;
}
.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, .carousel-control-next-icon, .carousel-control-prev-icon {
  background-color: #046fb7;
  border-radius: 50%;
}
.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;
  display: flex;
  overflow-y: hidden;
}
.bt-carousel-lg-outer .bt-carousel-lg:hover .carousel-control-next, .bt-carousel-lg-outer .bt-carousel-lg:hover .carousel-control-prev {
  opacity: 1;
}
.bt-carousel-lg-outer .bt-carousel-lg .bt-layer-desktop {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.65);
  color: #595959;
  display: flex;
  height: 100%;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  left: 0;
  position: absolute;
  top: 0;
}
.bt-carousel-lg-outer .bt-carousel-lg .btn {
  margin-top: 15px;
}
.bt-carousel-lg-outer .bt-carousel-lg .carousel-control-next, .bt-carousel-lg-outer .bt-carousel-lg .carousel-control-prev {
  opacity: 0;
}
.bt-carousel-lg-outer .bt-carousel-lg .carousel-control-prev {
  justify-content: flex-start;
}
.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: 40px 40px;
  height: 60px;
  width: 60px;
}
.bt-carousel-lg-outer .bt-carousel-lg .carousel-control-prev-icon {
  margin-left: 20px;
}
.bt-carousel-lg-outer .bt-carousel-lg .carousel-control-next-icon {
  margin-right: 20px;
}
.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: 100%;
  height: auto;
}
.bt-carousel-lg-outer .bt-carousel-lg .carousel-indicators {
  margin-bottom: 45px;
  bottom: 0;
}
.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;
  margin-right: -7.5%;
}
.bt-carousel-sm .carousel-control-prev {
  justify-content: center;
  margin-left: -7.5%;
}
.bt-carousel-sm .carousel-indicators {
  margin-bottom: 15px;
  bottom: 0;
}
.bt-carousel-sm img {
  display: block;
  width: 100%;
}
.bt-contact-form .btn {
  background-color: #046fb7;
  border-radius: 3px;
  margin-top: 24px;
  padding: 10px;
  width: 100%;
}
.bt-contact-form .btn:active {
  background-color: #046fb7 !important;
  opacity: 0.65;
}
.bt-contact-form .bt-random-number {
  color: #046fb7;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 26px;
}
.bt-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.bt-content a:active {
  opacity: 0.65;
}
.bt-gallery a {
  cursor: zoom-in;
}
.bt-gallery .col .row .col {
  margin-top: 0;
  padding-bottom: 15px;
  padding-top: 15px;
}
.btn {
  background-color: #595959;
  color: white;
  border: none;
  border-radius: 0;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 auto;
  padding: 15px;
  text-decoration: none;
  transition: none;
}
.btn:focus {
  box-shadow: 0 0 0 5px rgba(4, 180, 134, 0.5);
}
.btn.btn-lg {
  font-size: 1.65rem;
}
.bt-overlapping {
  position: relative;
  z-index: 16;
}
.bt-spacer {
  height: 45px;
}
.bt-text-and-image .col .row {
  display: flex;
}
.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: 60px;
  padding: 10px;
  width: 60px;
}
.carousel-control-next-icon svg, .carousel-control-prev-icon svg {
  width: 100%;
  height: auto;
}
.carousel-indicators li, .carousel-indicators li.active {
  background-color: #595959;
}
.carousel-indicators li {
  height: 13px;
  margin-left: 4px;
  margin-right: 4px;
  opacity: 0.5;
  width: 13px;
}
.carousel-indicators li.active {
  opacity: 1;
}
/* ----- Footer ------------------------------------------ */
.bt-cookie-banner {
  background-color: white;
  bottom: 0;
  display: none;
  font-size: 0.8rem;
  -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;
  position: fixed;
  z-index: 1050;
}
@media (min-width: 992px) {
  .bt-cookie-banner {
    background-color: rgba(255, 255, 255, 0.9);
  }
}
@media (min-width: 992px) {
  .bt-cookie-banner:hover {
    background-color: white;
  }
}
.bt-cookie-banner .bt-note {
  margin-right: 20px;
}
.bt-cookie-banner .bt-privacy-link {
  font-weight: 700;
}
.bt-cookie-banner .btn {
  background-color: #046fb7;
  border-radius: 3px;
  font-size: 0.8rem;
  letter-spacing: 0.08rem;
  padding-bottom: 7.5px;
  padding-top: 7.5px;
  width: 100%;
}
.bt-cookie-banner .btn:active {
  background-color: #046fb7;
  opacity: 0.65;
}
.bt-cookie-banner .btn:active:focus {
  box-shadow: none !important;
}
.bt-cookie-banner .btn:focus {
  box-shadow: none !important;
}
@media (max-width: 767px) {
  .bt-cookie-banner .col:nth-child(2) {
    margin-top: 8px !important;
  }
}
.bt-cookie-banner .container {
  padding-bottom: 15px !important;
  padding-top: 15px !important;
}
.bt-footer {
  background-color: #1d1d1d;
  color: #fff;
  padding-bottom: 90px !important;
  padding-left: 0;
  padding-right: 0;
  padding-top: 90px !important;
}
.bt-footer a {
  color: #fff;
}
.bt-footer .bm-facebook-icon {
  height: 60px;
  width: auto;
}
@media (min-width: 768px) {
  .bt-footer .col + .col {
    margin-top: 0 !important;
  }
}
.bt-imprint-privacy ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bt-imprint-privacy ul li {
  float: left;
}
.bt-imprint-privacy ul li:not(:first-child) {
  margin-left: 20px;
}
.bt-imprint-privacy ul li.is-active {
  font-weight: 700;
}
@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;
  }
  h1, h2, h3, h4, h5, h6 {
    -moz-hyphens: auto;
    hyphens: auto;
  }
}
@media (min-width: 576px) {
  .container, .container-fluid, .col {
    padding: 0 40px;
  }
  .row {
    margin: 0 -40px;
    /* --------------------------------------------------- */
  }
  .bt-contact-form .btn {
    margin-top: 28px;
  }
  .bt-contact-form .bt-rand {
    font-size: 1.2rem;
    margin-bottom: 25px;
  }
  .bt-h1, h1 {
    font-size: 2rem;
  }
  .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 img:active, .bt-logo:active, .carousel-control-next:active .carousel-control-next-icon, .carousel-control-prev:active .carousel-control-prev-icon {
    transform: scale(0.988);
  }
}
@media (max-width: 991px) {
  .bt-carousel-lg-outer .bt-carousel-lg .bt-layer-desktop {
    display: none;
  }
  .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;
  }
  html, body {
    font-size: 1.2rem;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1340px;
  }
}
/* ----- Akzentfarben (Einstellungen) -------------------- */
.bt-accent-color-1 {
  background-color: #f6cece;
  color: #595959;
}
.bt-accent-color-1 a {
  color: #04b486;
}
.bt-accent-color-1 a:hover {
  color: rgba(4, 180, 134, 0.7);
}
.bt-accent-color-1 a.btn {
  color: white;
}
.bt-accent-color-1 .carousel-control-next-icon, .bt-accent-color-1 .carousel-control-prev-icon {
  background-color: #595959;
}
.bt-accent-color-1 .bt-carousel-indicators li, .bt-accent-color-1 .bt-carousel-indicators li.active {
  background-color: #595959;
}
.bt-accent-color-1 .bt-h1, .bt-accent-color-1 h1, .bt-accent-color-1 .bt-h2, .bt-accent-color-1 h2, .bt-accent-color-1 .bt-h3, .bt-accent-color-1 h3, .bt-accent-color-1 .bt-h4, .bt-accent-color-1 h4, .bt-accent-color-1 .bt-h5, .bt-accent-color-1 h5, .bt-accent-color-1 .bt-h6, .bt-accent-color-1 h6 {
  color: #262626;
}
.bt-accent-color-1 hr {
  border-top: 2px solid #262626;
}
.bt-accent-color-1 ::selection {
  background-color: #595959;
  color: #f6cece;
}
.bt-accent-color-2 {
  background-color: #f6f6ce;
  color: #595959;
}
.bt-accent-color-2 a {
  color: #04b486;
}
.bt-accent-color-2 a:hover {
  color: rgba(4, 180, 134, 0.7);
}
.bt-accent-color-2 a.btn {
  color: white;
}
.bt-accent-color-2 .carousel-control-next-icon, .bt-accent-color-2 .carousel-control-prev-icon {
  background-color: #595959;
}
.bt-accent-color-2 .bt-carousel-indicators li, .bt-accent-color-2 .bt-carousel-indicators li.active {
  background-color: #595959;
}
.bt-accent-color-2 .bt-h1, .bt-accent-color-2 h1, .bt-accent-color-2 .bt-h2, .bt-accent-color-2 h2, .bt-accent-color-2 .bt-h3, .bt-accent-color-2 h3, .bt-accent-color-2 .bt-h4, .bt-accent-color-2 h4, .bt-accent-color-2 .bt-h5, .bt-accent-color-2 h5, .bt-accent-color-2 .bt-h6, .bt-accent-color-2 h6 {
  color: #262626;
}
.bt-accent-color-2 hr {
  border-top: 2px solid #262626;
}
.bt-accent-color-2 ::selection {
  background-color: #595959;
  color: #f6f6ce;
}
.bt-accent-color-3 {
  background-color: #cef6ce;
  color: #595959;
}
.bt-accent-color-3 a {
  color: #04b486;
}
.bt-accent-color-3 a:hover {
  color: rgba(4, 180, 134, 0.7);
}
.bt-accent-color-3 a.btn {
  color: white;
}
.bt-accent-color-3 .carousel-control-next-icon, .bt-accent-color-3 .carousel-control-prev-icon {
  background-color: #595959;
}
.bt-accent-color-3 .bt-carousel-indicators li, .bt-accent-color-3 .bt-carousel-indicators li.active {
  background-color: #595959;
}
.bt-accent-color-3 .bt-h1, .bt-accent-color-3 h1, .bt-accent-color-3 .bt-h2, .bt-accent-color-3 h2, .bt-accent-color-3 .bt-h3, .bt-accent-color-3 h3, .bt-accent-color-3 .bt-h4, .bt-accent-color-3 h4, .bt-accent-color-3 .bt-h5, .bt-accent-color-3 h5, .bt-accent-color-3 .bt-h6, .bt-accent-color-3 h6 {
  color: #262626;
}
.bt-accent-color-3 hr {
  border-top: 2px solid #262626;
}
.bt-accent-color-3 ::selection {
  background-color: #595959;
  color: #cef6ce;
}
.bt-accent-color-4 {
  background-color: #f6f6f6;
  color: #595959;
}
.bt-accent-color-4 a {
  color: #04b486;
}
.bt-accent-color-4 a:hover {
  color: rgba(4, 180, 134, 0.7);
}
.bt-accent-color-4 a.btn {
  color: white;
}
.bt-accent-color-4 .carousel-control-next-icon, .bt-accent-color-4 .carousel-control-prev-icon {
  background-color: #595959;
}
.bt-accent-color-4 .bt-carousel-indicators li, .bt-accent-color-4 .bt-carousel-indicators li.active {
  background-color: #595959;
}
.bt-accent-color-4 .bt-h1, .bt-accent-color-4 h1, .bt-accent-color-4 .bt-h2, .bt-accent-color-4 h2, .bt-accent-color-4 .bt-h3, .bt-accent-color-4 h3, .bt-accent-color-4 .bt-h4, .bt-accent-color-4 h4, .bt-accent-color-4 .bt-h5, .bt-accent-color-4 h5, .bt-accent-color-4 .bt-h6, .bt-accent-color-4 h6 {
  color: #262626;
}
.bt-accent-color-4 hr {
  border-top: 2px solid #262626;
}
.bt-accent-color-4 ::selection {
  background-color: #595959;
  color: #f6f6f6;
}
