/*
Theme Name: Klavierhaus Nagel
Theme URI: https://jannick-reymann.de/
Author: Jannick Reymann
Author URI: https://jannick-reymann.de/
Description: Aviate is a basic theme that learns to fly with the Aviate Blocks Plugin
Version: 2.0
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

*/
.ccm-widget:after {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 5000px !important;
  height: 5000px !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  z-index: -1;
}

.ccm-modal-inner {
  box-shadow: 0px 8px 16px rgba(80, 87, 92, 0.08), 0px 2px 8px rgba(80, 87, 92, 0.08), 0px 1px 2px rgba(80, 87, 92, 0.08) !important;
}

strong {
  font-weight: 600;
}

.h-overflow-hidden {
  overflow: hidden;
}

.wp-block-image.aligncenter {
  display: block;
}

.wp-block-image .components-resizable-box__container {
  display: inline-block !important;
}

.wp-block-list {
  padding-left: 20px;
}

ul.wp-block-list {
  list-style-type: none;
  padding-left: 0;
}
ul.wp-block-list li {
  position: relative;
  padding-left: 20px;
}
ul.wp-block-list li::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: inline-block;
  background-color: currentColor;
  position: absolute;
  left: 0;
  top: 6px;
}

.wp-block-button .wp-block-button__link {
  transition: all 0.2s ease-in-out;
}

main {
  margin-top: 0 !important;
}

#preise-mobile {
  scroll-margin-top: 80px;
}

#preise {
  scroll-margin-top: 100px;
}

@media screen and (max-width: 600px) {
  .has-text-align-right {
    text-align: left;
  }
}

@media screen and (max-width: 600px) {
  .wp-block-buttons.is-content-justification-right {
    justify-content: flex-start;
  }
}