/*
Theme Name: Modehaus Maas
Theme URI:
Author: Ingo Zebedies
Author URI:
Description: Custom Theme für Modehaus Maas
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 5.7
Version:
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: modehaus-maas
Tags:
*/
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color, .has-background):hover {
  background-color: var(--wp--preset--color--contrast-2, var(--wp--preset--color--contrast, transparent));
  color: var(--wp--preset--color--base);
  border-color: var(--wp--preset--color--contrast-2, var(--wp--preset--color--contrast, currentColor));
}
html body a {
  text-decoration: none;
}
ul.wp-block-navigation li.wp-block-navigation-item a:hover,
a:hover {
  color: #5b9e8f;
  text-decoration: none;
}
li.menu-hex:after {
  content: " ";
  width: 16px;
  height: 16px;
  background-image: url('/wp-content/themes/modehaus-maas/images/hexagon_inactive.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  left: 50%;
  bottom: -19px;
  transform: translateX(-50%);
}
li.menu-hex:hover:after {
  background-image: url('/wp-content/themes/modehaus-maas/images/hexagon_active.svg');
}
.is-style-hexagon .n2-ss-item-caption-content {
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  cursor: pointer;
}
.map-container {
  overflow: hidden;
  position: relative;
  height: 500px;
}
.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 100%;
  height: 100%;
}
.wp-block-post-content .n2-section-smartslider .n2-ss-slider .n2-ss-slider-controls-below {
  flex-flow: row-reverse;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.marken-nav div.wp-block-button:hover {
  background: none;
  color: #5b9e8f;
}
@media (max-width: 768px) {
  header .header-socials figure {
    display: none;
  }
}
@media (max-width: 599px) {
  li.menu-hex:after {
    background-image: none;
  }
}
/*# sourceMappingURL=style.css.map */