@charset "UTF-8";
/**
 * Stylesheets for the current hsf child WordPress theme.
 *
 * @link https://nuevo-theme.de/
 *
 * @package nuevo
 * @subpackage steuerlotsen
 * @since 1.0.0
 * @author Bastian Schröder <bastian@creative-feat.com>
 * @author 	Marvin Landau <marvin@creativessfeat.com>
 * @copyright Copyright (c) 2025, creative feat GmbH
 */
/**
 * nuevo Wordpress Theme
 *
 * @abstract
 * @author 	Bastian Schröder <bastian@creative-feat.com>
 * @author 	Marvin Landau <marvin@creative-feat.com>
 * @copyright Copyright (c) 2025, creative feat GmbH
 * @package cf-wp-theme-template
 * @version 2025-08-19
 */
/**
 * nuevo Wordpress Theme
 *
 * @abstract
 * @author 	Bastian Schröder <bastian@creative-feat.com>
 * @author 	Marvin Landau <marvin@creative-feat.com>
 * @copyright Copyright (c) 2025, creative feat GmbH
 * @package cf-wp-theme-template
 * @version 2025-05-18
 */
.modal .alert_panel > .alert_content .button {
  position: relative;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  margin-top: 20px;
  box-sizing: border-box;
  transition: all 400ms;
}
.modal .alert_panel > .alert_content .button:focus {
  outline: none;
}
.modal .alert_panel > .alert_content .button:after {
  position: absolute;
  content: "";
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

*:focus {
  outline: none;
}

/* --------------------------------- std_extra_large_width [xl] --------------------------------- */
/* ------------------------------------ std_large_width [lg] ------------------------------------ */
/* --------------------------------- std_middle_large_width [md] -------------------------------- */
/* --------------------------------- std_middle_small_width [ms] -------------------------------- */
/* ------------------------------------ std_small_width [sm] ------------------------------------ */
body header .burger-menu.nuevo--menu > .mainmenu_wrapper .menu-level-1 > li > a {
  position: relative;
}
body header .burger-menu.nuevo--menu > .mainmenu_wrapper .menu-level-1 > li > a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  mask-image: url(img/navi_pfeil.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: var(--navi_level1_highlightColor);
  opacity: 0;
  transition: opacity 0.2s ease;
}
body header .burger-menu.nuevo--menu > .mainmenu_wrapper .menu-level-1 > li:hover > a:after {
  opacity: 1;
}

/* --------------------------------- std_extra_large_width [xl] --------------------------------- */
/* ------------------------------------ std_large_width [lg] ------------------------------------ */
/* --------------------------------- std_middle_large_width [md] -------------------------------- */
@media screen and (max-width: 900px) {
  body header .burger-menu.nuevo--menu > .mainmenu_wrapper .menu-level-1 > li > a:after {
    display: none;
  }
}
/* --------------------------------- $std_middle_small_width [ms] -------------------------------- */
/* ------------------------------------ std_small_width [sm] ------------------------------------ */
/* --------------------------------- std_extra_large_width [xl] --------------------------------- */
/* ------------------------------------ std_large_width [lg] ------------------------------------ */
/* --------------------------------- std_middle_large_width [md] -------------------------------- */
@media screen and (min-width: 900px) {
  body .hamburger {
    position: relative !important;
    top: unset !important;
    right: unset !important;
  }
  body header.menuOpen {
    position: fixed !important;
  }
  body header .burger-menu.nuevo--menu > .mainmenu_wrapper {
    width: 100vw !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 20px !important;
    box-sizing: border-box;
  }
  body header .burger-menu.nuevo--menu > .mainmenu_wrapper .menu-level-1 {
    display: flex !important;
    flex-wrap: wrap;
    gap: var(--blocks__gridSpace, "20px");
    min-width: unset !important;
    padding: 0 !important;
  }
  body header .burger-menu.nuevo--menu > .mainmenu_wrapper .menu-level-1 > li {
    flex: 1;
    box-sizing: border-box;
    padding: 0 !important;
    margin: 0 !important;
  }
  body header .burger-menu.nuevo--menu > .mainmenu_wrapper .menu-level-1 > li > a {
    border-bottom: 2px solid var(--navi_level1_highlightColor);
    padding: 0 var(--blocks__gridSpace, "20px") 10px 0;
  }
  body header .burger-menu.nuevo--menu > .mainmenu_wrapper .menu-level-1 > li > a .toggleMenu {
    display: none;
  }
  body header .burger-menu.nuevo--menu > .mainmenu_wrapper .menu-level-2 {
    display: block !important;
    padding: 0 !important;
  }
  body header .burger-menu.nuevo--menu > .mainmenu_wrapper .menu-level-2 > li {
    padding: 0 !important;
    margin-top: 20px !important;
  }
  body header .burger-menu.nuevo--menu > .mainmenu_wrapper .menu-level-2 > li > a .toggleMenu {
    display: none;
  }
  body header .burger-menu.nuevo--menu > .mainmenu_wrapper .menu-level-3 {
    display: block !important;
    padding-left: 20px !important;
  }
}
/* --------------------------------- $std_middle_small_width [ms] -------------------------------- */
/* ------------------------------------ std_small_width [sm] ------------------------------------ */
body > footer.nuevo--footer {
  text-transform: none !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  font-size: 16px !important;
  letter-spacing: 0 !important;
}
body > footer.nuevo--footer a:not(.button) {
  text-transform: none !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  font-size: 16px !important;
  letter-spacing: 0 !important;
}
body > footer.nuevo--footer .footer-wrapper > .footer-logos > .footer-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  padding: 40px 0;
}
body > footer.nuevo--footer .footer-wrapper > .footer-logos > .footer-container .logo-element a {
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
}
body > footer.nuevo--footer .footer-wrapper > .footer-logos > .footer-container .logo-element img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  object-position: center;
}
body > footer.nuevo--footer .footer-wrapper > .footer-columns > .footer-container {
  border-top: 1px solid var(--footer__bottomBar__textColor, var(--footer__textColor));
  border-bottom: 1px solid var(--footer__bottomBar__textColor, var(--footer__textColor));
}
body > footer.nuevo--footer .footer-wrapper > .footer-columns > .footer-container > .gridWrapper > .grid > .grid-content .footer-main-col {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-right: 1px solid var(--footer__bottomBar__textColor, var(--footer__textColor));
}
body > footer.nuevo--footer .footer-wrapper > .footer-columns > .footer-container > .gridWrapper > .grid > .grid-content .footer-main-col .footer-logo {
  max-width: 250px;
}
body > footer.nuevo--footer .footer-wrapper > .footer-columns > .footer-container > .gridWrapper > .grid > .grid-content .footer-main-col .button:hover {
  color: var(--footer__textColor) !important;
}
body > footer.nuevo--footer .footer-wrapper > .footer-columns > .footer-container > .gridWrapper > .grid > .grid-content .menu-level-1 {
  display: flex;
  flex-flow: column;
  gap: 40px;
}
body > footer.nuevo--footer .footer-wrapper > .footer-columns > .footer-container > .gridWrapper > .grid > .grid-content .menu-level-1 > li > a {
  font-weight: 600 !important;
  font-size: 20px !important;
}
body > footer.nuevo--footer .footer-wrapper > .footer-columns > .footer-container > .gridWrapper > .grid > .grid-content .menu-level-2 {
  margin-top: 10px;
}
body > footer.nuevo--footer .footer-wrapper > .footer-columns > .footer-container > .gridWrapper > .grid > .grid-content .menu-level-2 > li {
  margin: 5px 0 0 0;
  padding: 0;
}
body > footer.nuevo--footer .footer-wrapper > .footer-columns > .footer-container > .gridWrapper > .grid > .grid-content .menu-level-2 > li:before {
  display: none;
}
body > footer.nuevo--footer .footer-wrapper > .footer-columns > .footer-container > .gridWrapper > .grid > .grid-content .menu-level-2 > li > a {
  text-transform: none;
  font-weight: 400;
  line-height: 1.2;
  font-size: 16px;
  letter-spacing: 0;
}
@media screen and (max-width: 1598px) {
  body > footer.nuevo--footer .footer-wrapper > .footer-logos > .footer-container {
    padding: 40px 20px;
  }
}
/* ------------------------------------ std_large_width [lg] ------------------------------------ */
/* --------------------------------- std_middle_large_width [md] -------------------------------- */
@media screen and (max-width: 900px) {
  body > footer.nuevo--footer .footer-wrapper > .footer-columns > .footer-container {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  body > footer.nuevo--footer .footer-wrapper > .footer-columns > .footer-container > .gridWrapper > .grid > .grid-content .footer-main-col {
    border-right: none;
    border-bottom: 1px solid var(--footer__bottomBar__textColor, var(--footer__textColor));
    padding-bottom: 40px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
/* --------------------------------- std_middle_small_width [ms] -------------------------------- */
/* ------------------------------------ std_small_width [sm] ------------------------------------ */
section.block.block.nuevo--block-posttype > .posttype_wrapper > .content-container > .posttype-posts > .gridWrapper > .grid > .grid-content {
  min-height: 100%;
  hyphens: auto;
}

/* --------------------------------- std_extra_large_width [xl] --------------------------------- */
/* ------------------------------------ std_large_width [lg] ------------------------------------ */
/* --------------------------------- std_middle_large_width [md] -------------------------------- */
/* --------------------------------- std_middle_small_width [ms] -------------------------------- */
/* ------------------------------------ std_small_width [sm] ------------------------------------ */
/**
 * nuevo Wordpress Theme
 *
 * @abstract
 * @author 	Bastian Schröder <bastian@creative-feat.com>
 * @author 	Marvin Landau <marvin@creative-feat.com>
 * @copyright Copyright (c) 2025, creative feat GmbH
 * @package cf-wp-theme-template
 * @version 2025-08-20
 */
section.block.steuerlotsen--block-leistungen > .content-container .leistungen-slider {
  width: calc(100% + 20px);
  margin: 0 -10px 20px -10px;
}
section.block.steuerlotsen--block-leistungen > .content-container .leistungen-slider .leistung-element {
  margin: 0 10px;
  padding-bottom: 40px;
}
section.block.steuerlotsen--block-leistungen > .content-container .leistungen-slider .leistung-element .leistung-element-inner {
  height: 500px;
  position: relative;
  padding: 40px 20px;
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
section.block.steuerlotsen--block-leistungen > .content-container .leistungen-slider .leistung-element .leistung-element-inner:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--colorscheme__background, #000);
  opacity: 0.75;
  z-index: 2;
}
section.block.steuerlotsen--block-leistungen > .content-container .leistungen-slider .leistung-element .leistung-element-inner .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  z-index: 1;
}
section.block.steuerlotsen--block-leistungen > .content-container .leistungen-slider .leistung-element .leistung-element-inner h3 {
  position: relative;
  z-index: 3;
}
section.block.steuerlotsen--block-leistungen > .content-container .leistungen-slider .leistung-element .leistung-element-inner .button {
  z-index: 3;
  width: auto;
  align-self: flex-start;
  margin-bottom: -40px;
  transform: translateY(50%);
}
section.block.steuerlotsen--block-leistungen > .content-container .slider-controls {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
section.block.steuerlotsen--block-leistungen > .content-container .slider-controls .slider-nav {
  display: flex;
  gap: 20px;
}
section.block.steuerlotsen--block-leistungen > .content-container .slider-controls .slider-nav .slider-prev,
section.block.steuerlotsen--block-leistungen > .content-container .slider-controls .slider-nav .slider-next {
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: 2px solid var(--colorscheme__buttonBorder, var(--colorscheme__body));
  color: var(--colorscheme__buttonBorder, var(--colorscheme__body));
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}
section.block.steuerlotsen--block-leistungen > .content-container .slider-controls .slider-nav .slider-prev:after,
section.block.steuerlotsen--block-leistungen > .content-container .slider-controls .slider-nav .slider-next:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background: var(--colorscheme__buttonBorder, var(--colorscheme__body));
  transition: all 0.3s ease;
}
section.block.steuerlotsen--block-leistungen > .content-container .slider-controls .slider-nav .slider-prev:hover,
section.block.steuerlotsen--block-leistungen > .content-container .slider-controls .slider-nav .slider-next:hover {
  background-color: var(--colorscheme__buttonBorder, var(--colorscheme__body));
}
section.block.steuerlotsen--block-leistungen > .content-container .slider-controls .slider-nav .slider-prev:hover:after,
section.block.steuerlotsen--block-leistungen > .content-container .slider-controls .slider-nav .slider-next:hover:after {
  background: var(--colorscheme__body);
}
section.block.steuerlotsen--block-leistungen > .content-container .slider-controls .slider-nav .slider-prev:after {
  mask-image: url(img/icon-arrow-left.svg);
}
section.block.steuerlotsen--block-leistungen > .content-container .slider-controls .slider-nav .slider-next:after {
  mask-image: url(img/icon-arrow-right.svg);
}
section.block.steuerlotsen--block-leistungen > .content-container .slider-controls .slider-progress {
  flex-grow: 1;
  height: 4px;
  background-color: #333;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}
section.block.steuerlotsen--block-leistungen > .content-container .slider-controls .slider-progress .progress-bar {
  height: 100%;
  width: 0%;
  background-color: var(--colorscheme__buttonBorder, var(--colorscheme__body));
  transition: width 0.4s ease;
}

/* ------------------------------------ std_large_width [lg] ------------------------------------ */
/* --------------------------------- std_middle_large_width [md] -------------------------------- */
/* --------------------------------- std_middle_small_width [ms] -------------------------------- */
/* ------------------------------------ std_small_width [sm] ------------------------------------ */
/**
 * nuevo Wordpress Theme
 *
 * @abstract
 * @author 	Bastian Schröder <bastian@creative-feat.com>
 * @author 	Marvin Landau <marvin@creative-feat.com>
 * @copyright Copyright (c) 2025, creative feat GmbH
 * @package cf-wp-theme-template
 * @version 2025-08-20
 */
section.block.steuerlotsen--block-team > .content-container > .gridWrapper {
  justify-content: center;
}
section.block.steuerlotsen--block-team > .content-container > .gridWrapper > .grid > .grid-content {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: center;
}
section.block.steuerlotsen--block-team > .content-container > .gridWrapper > .grid > .grid-content .image {
  width: 100%;
  height: auto;
  aspect-ratio: 5/4;
  object-fit: contain;
  object-position: top;
  background: var(--colorscheme__boxbackground);
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.16);
  margin-bottom: 40px;
}
section.block.steuerlotsen--block-team > .content-container > .gridWrapper > .grid > .grid-content .name, section.block.steuerlotsen--block-team > .content-container > .gridWrapper > .grid > .grid-content .position {
  text-align: center !important;
  margin-bottom: 5px !important;
}

/* ------------------------------------ std_large_width [lg] ------------------------------------ */
/* --------------------------------- std_middle_large_width [md] -------------------------------- */
/* --------------------------------- std_middle_small_width [ms] -------------------------------- */
/* ------------------------------------ std_small_width [sm] ------------------------------------ */
.mym-widget-container {
  width: 100% !important;
  max-width: unset !important;
  max-height: unset !important;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999;
  display: none;
}
.modal .alert_panel {
  padding: 0 !important;
  width: 100%;
  max-width: 600px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  margin-top: 50vh;
  margin-left: 50vw;
}
.modal .alert_panel > .alert_heading {
  text-align: center;
  color: var(--defaultcolor__background);
  background: var(--defaultcolor__highlight);
  padding: 30px 60px 30px 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal .alert_panel > .alert_heading > .close {
  border: none;
  background: none;
  color: white;
  font-size: 40px;
  font-weight: bold;
  position: absolute;
  right: 20px;
}
.modal .alert_panel > .alert_heading #modal-title {
  padding: 0;
  margin: 0;
}
.modal .alert_panel > .alert_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--defaultcolor__background);
  padding: 30px;
}
.modal .alert_panel > .alert_content img {
  width: 100%;
  max-width: 200px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 30px;
}
.modal .alert_panel > .alert_content .button {
  margin-top: 30px;
  outline: none;
  border: none;
}

/* ------------------------------------ std_large_width [lg] ------------------------------------ */
/* --------------------------------- std_middle_large_width [md] -------------------------------- */
/* --------------------------------- std_middle_small_width [ms] -------------------------------- */
/* ------------------------------------ std_small_width [sm] ------------------------------------ */

/*# sourceMappingURL=default.css.map */
