/* Color 
#536554
*/

/* Button */
.sppb-btn-primary {
  border-radius: 7px !important;
  border: 1px solid !important;
  box-shadow: none !important;
}

.sppb-btn-primary:hover {
  background-color: #d4af37 !important;
  color: #000 !important;
  border-color: #d4af37 !important;
}

.sppb-btn-secondary {
  border-radius: 7px !important;
  border: 1px solid #d4af37 !important;
  box-shadow: none !important;
}

.sppb-btn-secondary:hover {
  background-color: #d4af37 !important;
  color: #000 !important;
}

.sppb-btn-primary,
.sppb-btn-secondary {
  padding: 10px 25px !important;
}

.primary-light .sppb-btn-primary {
  background-color: #d4af37 !important;
  border-color: #d4af37 !important;
  color: #000 !important;
}

.primary-light .sppb-btn-primary:hover {
  background-color: #d4af37 !important;
  border-color: #d4af37 !important;
  color: #000 !important;
}

.primary-light .sppb-btn-secondary {
  border: 1px solid #111 !important;
  color: #fff !important;
}

.primary-light .sppb-btn-secondary:hover {
  border-color: #d4af37 !important;
}

.sppb-addon-articles .sppb-addon-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.sppb-addon-articles .sppb-addon-content .sppb-btn-primary {
  width: fit-content;
}

#sp-titelbild {
  position: relative;
}


.instrument-slider .sppb-col-sm-6 {
  justify-content: center;
  display: flex;
  align-items: center;
}

.instrument-slider .sppb-carousel-pro-content {
  margin: 2rem 0 !important;
}

.instrument-slider .sppb-item {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.burger-icon>span {
  background-color: #d4af37 !important;
}

body.ltr.offcanvs-position-right.offcanvas-active .offcanvas-menu{
  width: 100%;
}

.offcanvas-menu {
  text-align: center;
  background-color: #000;
}

.offcanvas-menu .offcanvas-inner ul.menu>li a,
.offcanvas-menu .offcanvas-inner ul.menu>li span {
  color: #fff;
  font-size: 2.2rem;
  opacity: 1;
  line-height: normal;
}

/* Allgemeine Tabelle: Responsive Darstellung */
table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
}

table td,
table th {
  word-wrap: break-word;
  white-space: normal;
}

#sp-footer #sp-footer2{
  text-align: left !important;
}

table img {
  max-width: 100%;
  height: auto;
  display: block;
}

td img {
  max-width: 100%;
  height: auto;
  float: left !important;
  display: block;
}

.sppb-addon-articles .sppb-addon-article-layout-editorial-row {
  padding: 0 15px;
}

.custom-tabs {
  border-top: 1px solid #f5f5f5;
  padding-top: 40px;
}

.custom-tabs-inner .sppb-nav-modern>li>a {
  color: #d4af37;
  background-color: #000;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: 1px solid #000;
}

.custom-tabs-inner .sppb-nav {
  background-color: #fff;
  z-index: 20;
  position: relative;
  margin-bottom: -1px;
  width: fit-content;
}

.custom-tabs-inner .sppb-tab-content {
  width: 100%;
  border: 1px solid #000;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.read-more-faq .sppb-panel-heading {
  padding-left: 0;
  width: auto;
  border: none;
}

.read-more-faq .sppb-row-column {
  padding: 0;
}

.popup-container {
  border-bottom: 1px solid #E6E6E6;
}

.white-popup-block {
  border-radius: 30px;
}

/* Footer */
#sp-footer,
#sp-copyright {
  background-color: #000;
}

.contact-item p {
  display: flex;
  gap: 5px;
}

#sp-footer4 .social-icon-facebook a {
  font-size: 25px;
}

.footer-title {
  font-size: 1.3rem;
}

#sp-copyright * {
  color: #fff;
}

#sp-copyright {
  padding: 10px 0;
}

#sp-footer1,
#sp-footer2,
#sp-footer4 {
  width: 33.3%;
}

#sp-footer4 {
  text-align: right;
}

.logo-footer {
  width: 250px;
  margin-bottom: 2rem;
}

@media screen and (max-width: 992px) {
  #sp-footer4 {
    text-align: left !important;
  }

  #sp-footer1,
  #sp-footer2,
  #sp-footer4 {
    width: 100%;
  }

}

@media (max-width: 768px) {
  table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  table td,
  table th {
    text-align: left;
    display: block;
  }

  .instrument-slider .sppb-item {
    padding: 0 !important;
  }

  .instrument-slider .fa.fa-chevron-left,
  .instrument-slider .fa.fa-chevron-right {
    color: #fff;
  }

  .sm-image img {
    width: 100% !important;
  }

}