@charset "UTF-8";
/* Theme-Stylesheet (fh5co) – auf die auf simabu.com genutzten Regeln reduziert (Stand 2026-09-25) */
body {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #828282;
  background: #fff;
}
.benefits-list { 
  list-style: none; 
  padding-left: 20px;
}
.glossar {
  font-size: 15px !important;
  color: #ffffff !important;
  font-size: 28px !important;
  font-weight: 600;
}
.city2 {
  font-size: 15px !important;
  color: #75358a !important;
  font-size: 22px !important;
  font-weight: 700;
}
.kontline {
  text-align:center;
  background-color:#222 !important;
  font-size: 17px !important;
  color: #999 !important;
}
.kontlinelink {
	color:#999 !important;
	line-height:35px !important;
	text-decoration:none !important;
	border-bottom: 1px #222 dotted !important;
}
.kontlinelink:hover {
	color:#cda970 !important;
	line-height:35px !important;
	text-decoration:none !important;
	border-bottom: 1px #cda970 dotted !important;
}
#page {
  position: relative;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}
a {
  color: #75358a;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #75358a;
  outline: none;
  text-decoration: none;
}
p {
  margin-bottom: 20px;
}
h1, h2, h3, figure {
  color: #000;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}
::-webkit-selection {
  color: #fff;
  background: #75358a;
}
::-moz-selection {
  color: #fff;
  background: #75358a;
}
::selection {
  color: #fff;
  background: #75358a;
}
.fh5co-nav {
  position: fixed;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 25px 0;
  z-index: 1001;
  background: #FFFFFF;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
.fh5co-nav {
    padding: 25px 0;
  }
}
.fh5co-nav #fh5co-logo {
  font-size: 24px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
.fh5co-nav #fh5co-logo {
    margin-bottom: 0;
  }
}
.fh5co-nav #fh5co-logo a > span {
  color: #75358a;
}
.fh5co-nav a {
  padding: 5px 10px;
  color: #fff;
}
@media screen and (max-width: 768px) {
.fh5co-nav .menu-1 {
    display: none;
  }
}
.fh5co-nav ul {
  padding: 0;
  margin: 7px 0 0 0;
}
.fh5co-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}
.fh5co-nav ul li a {
  font-size: 16px;
  padding: 30px 10px;
  color: #000000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-nav ul li a:hover, .fh5co-nav ul li a:focus, .fh5co-nav ul li a:active {
  color: #75358a;
}
.fh5co-nav ul li.has-dropdown {
  position: relative;
}
.fh5co-nav ul li.has-dropdown .dropdown {
	width: 230px;
	-webkit-box-shadow: 0px 8px 13px -9px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 8px 13px -9px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 8px 13px -9px rgba(0, 0, 0, 0.75);
	z-index: 1002;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 40px;
	left: 0;
	text-align: left;
	background: #fff;
	padding: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
	height: auto;
	min-height: 180px;
}
.fh5co-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.fh5co-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}
.fh5co-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.fh5co-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #999999;
  line-height: 1.2;
  text-transform: none;
  font-size: 15px;
}
.fh5co-nav ul li.has-dropdown .dropdown li a:hover {
  color: #000;
}
.fh5co-nav ul li.has-dropdown:hover a, .fh5co-nav ul li.has-dropdown:focus a {
  color: #75358a;
}
.fh5co-nav ul li.active > a {
  color: #75358a;
  font-weight: 600;
  position: relative;
}
.scrolled .fh5co-nav {
  background: #fff;
  padding: 10px 0;
  -webkit-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
}
.scrolled .fh5co-nav a {
  color: #000;
}
.scrolled .fh5co-nav ul li a:hover, .scrolled .fh5co-nav ul li a:focus, .scrolled .fh5co-nav ul li a:active {
  color: #75358a !important;
}
.scrolled .fh5co-nav ul li.active a {
  color: #75358a;
}
.scrolled .fh5co-nav ul li.has-dropdown:hover > a, .scrolled .fh5co-nav ul li.has-dropdown:focus > a {
  color: #75358a;
}
#fh5co-header, #fh5co-counter {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}
#fh5co-header a {
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#fh5co-header a:hover {
  color: white;
  border-bottom: 1px solid white;
}
.fh5co-cover {
  height: 900px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}
.fh5co-cover .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(42, 51, 86, 0.1);
}
@media screen and (max-width: 768px) {
.fh5co-cover {
    height: 600px;
  }
}
.fh5co-cover .display-t, .fh5co-cover .display-tc {
  z-index: 9;
  height: 900px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
.fh5co-cover .display-t, .fh5co-cover .display-tc {
    height: 600px;
  }
}
.fh5co-cover.fh5co-cover-sm {
  height: 600px;
}
@media screen and (max-width: 768px) {
.fh5co-cover.fh5co-cover-sm {
    height: 400px;
  }
}
.fh5co-cover.fh5co-cover-sm .display-t, .fh5co-cover.fh5co-cover-sm .display-tc {
  height: 600px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
.fh5co-cover.fh5co-cover-sm .display-t, .fh5co-cover.fh5co-cover-sm .display-tc {
    height: 400px;
  }
}
#fh5co-header .display-tc, #fh5co-counter .display-tc, .fh5co-cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
}
#fh5co-header .display-tc h1, #fh5co-header .display-tc h2
#fh5co-counter .display-tc h1, #fh5co-counter .display-tc h2, .fh5co-cover .display-tc h1, .fh5co-cover .display-tc h2 {
  margin: 0;
  padding: 0;
  color: #cda970;
}
#fh5co-header .display-tc h1, #fh5co-counter .display-tc h1, .fh5co-cover .display-tc h1 {
  margin-bottom: 0px;
  margin-top: 0;
  font-size: 20px;
  line-height: 1.3;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
#fh5co-header .display-tc h1, #fh5co-counter .display-tc h1, .fh5co-cover .display-tc h1 {
    font-size: 20px;
  }
}
#fh5co-header .display-tc h2, #fh5co-counter .display-tc h2, .fh5co-cover .display-tc h2 {
  font-size: 25px;
  line-height: 1.5;
  margin-bottom: 30px;
  text-transform: uppercase;
}
#fh5co-header .display-tc .btn, #fh5co-counter .display-tc .btn, .fh5co-cover .display-tc .btn {
  padding: 15px 30px;
  background: #75358a;
  color: #fff;
  border: none !important;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#fh5co-header .display-tc .btn:hover, #fh5co-counter .display-tc .btn:hover, .fh5co-cover .display-tc .btn:hover {
  background: #f6163c !important;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}
.fh5co-bg-section {
  background: #eeeeee;
}
#fh5co-services, #fh5co-started, #fh5co-project, #fh5co-contact {
  padding: 7em 0;
  clear: both;
}
@media screen and (max-width: 768px) {
#fh5co-services, #fh5co-started, #fh5co-project, #fh5co-contact {
    padding: 3em 0;
  }
}
#fh5co-counter {
  background: #fff;
  padding: 7em 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
#fh5co-counter {
    padding: 3em 0;
  }
}
#fh5co-counter .icon {
  width: 70px;
  text-align: center;
  margin-bottom: 20px;
  background: none !important;
  border: none !important;
}
#fh5co-counter .icon i {
  height: 70px;
}
#fh5co-counter .icon i:before {
  color: #cccccc;
  display: block;
  text-align: center;
  margin-left: 3px;
}
#fh5co-services.border-bottom {
  border-bottom: 1px solid #dae6ef;
  -webkit-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 10;
}
.fh5co-heading {
  margin-bottom: 2em;
}
.fh5co-heading h2 {
  font-size: 16px;
  margin-bottom: 0px;
  line-height: 1.5;
  font-weight: 600;
  color: #000;
}
.fh5co-heading p {
  font-size: 18px;
  line-height: 1.5;
  color: #999999;
}
.fh5co-heading span {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  color: #999999;
}
.fh5co-heading2 span {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  color: #FFF;
}
.fh5co-heading2 p {
  color: #ffffff;
}
.fh5co-heading2 h2 {
  color: #cda970;
}
#fh5co-started {
  background: #75358a;
}
#fh5co-started a {
  color: #FFF;
  border-bottom: 1px #FFF dotted;
}
#fh5co-started .fh5co-heading h2 {
  color: #fff;
  margin-bottom: 20px !important;
  font-weight: 300;
}
#fh5co-started .fh5co-heading p {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-started .btn {
  height: 40px;
  border: none !important;
  background: #cda970;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding-left: 30px;
  padding-right: 30px;
}
#fh5co-started .btn:hover {
  background: #75358a !important;
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75) !important;
}
#fh5co-offcanvas {
  position: fixed;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 45px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
#fh5co-offcanvas {
    display: block;
  }
}
.offcanvas #fh5co-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#fh5co-offcanvas a {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#fh5co-offcanvas ul {
  padding: 0;
  margin: 0;
}
#fh5co-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#fh5co-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}
.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #444;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: "";
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.fh5co-nav-white > i {
  color: #999999;
  background: #fff;
}
.fh5co-nav-toggle.fh5co-nav-white > i::before, .fh5co-nav-toggle.fh5co-nav-white > i::after {
  background: #999999;
}
.fh5co-nav-toggle i::before {
  top: -7px;
}
.fh5co-nav-toggle i::after {
  bottom: -7px;
}
.fh5co-nav-toggle:hover i::before {
  top: -10px;
}
.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}
.fh5co-nav-toggle.active i {
  background: transparent;
}
.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.fh5co-nav-toggle {
  position: fixed;
  right: 0px;
  top: 18px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}
.scrolled .fh5co-nav-toggle {
  top: 5px;
}
@media screen and (max-width: 768px) {
.fh5co-nav-toggle {
    display: block;
  }
}
.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
.btn-primary {
  background: #cda970;
  color: #fff;
  border: 2px solid #cda970;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #75358a !important;
  border-color: #75358a !important;
}
.form-control-zk {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 62px;
  font-size: 18px;
  font-weight: 300;
}
.form-control-zk:active, .form-control-zk:focus {
  outline: none;
  box-shadow: none;
  border-color: #75358a;
}
.mb30 {
  margin-bottom: 30px !important;
}
.row-pb-md {
  padding-bottom: 4em !important;
}
.js .animate-box {
  opacity: 0;
}
.lila {
  color: #75358a;
  font-weight: normal;
  padding:0;
  margin:0;
}
.white {
  color:#eeeeee;
  font-weight: bold;
  font-size: 13px;
  padding:0;
  margin:0;
  letter-spacing: 2px;
}
.responsive-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.responsive-video {
position: relative;
padding-bottom: 56.25%; 
padding-top: 0px;
height: 0;
overflow: hidden;
}
.ruck2 {
    margin: 0 15px 0  30px;
}
.boxy {
width:100%;
background-color: #fff;
color:#75358a;
margin: 0;
padding: 0;
border:#75358a;
border-style:solid;
border-width:1px;
}
.textlink {
	color:#75358a;
	text-decoration:none;
	border-bottom: 1px #75358a dotted;
}
.textlink:hover {
	color:#cda970;
	text-decoration:none;
	border-bottom: 1px #cda970 dotted;
}
.zk-1 {
	width: 250px;
	height:65px;
	float:left;
}
.zk-2 {
	width: 20px;
	height:65px;
	float:left;
}
.zk-link {
	float:left;
}
.zk-link2 {
	color:#cda970;
	font-size:15px;
	text-decoration:none;
}
.zk-link2:hover {
	color:#75358a;
	text-decoration:none;
}
:root {
  --simabu-menu-bg: #ffffff;
  --simabu-menu-bg-soft: #faf8fc;
  --simabu-menu-text: #2f0639;
  --simabu-menu-text-soft: #5d4a67;
  --simabu-menu-border: rgba(47, 6, 57, 0.12);
  --simabu-menu-shadow: 0 18px 45px rgba(19, 10, 26, 0.22);
  --simabu-menu-gold: #cda970;
  --simabu-menu-violet: #75358a;
  --simabu-menu-violet-dark: #2a0330;
  --simabu-menu-hover: rgba(117, 53, 138, 0.06);
  --simabu-menu-active: linear-gradient(135deg, rgba(117, 53, 138, 0.09), rgba(42, 3, 48, 0.05));
  --simabu-menu-radius: 20px;
  --simabu-menu-radius-sm: 14px;
}
html, body {
  overflow-x: hidden;
}
body.offcanvas {
  overflow: hidden;
}
body.offcanvas #page:after {
  background: rgba(20, 10, 28, 0.34);
  backdrop-filter: blur(2px);
  z-index: 1800;
}
@media screen and (max-width: 768px) {
#fh5co-offcanvas {
    width: min(90vw, 390px);
    max-width: 390px;
    background: var(--simabu-menu-bg);
    color: var(--simabu-menu-text);
    padding: 18px 14px 18px;
    box-shadow: var(--simabu-menu-shadow);
    border-left: 1px solid var(--simabu-menu-border);
    -moz-transform: translateX(min(90vw, 390px));
    -webkit-transform: translateX(min(90vw, 390px));
    -ms-transform: translateX(min(90vw, 390px));
    -o-transform: translateX(min(90vw, 390px));
    transform: translateX(min(90vw, 390px));
  }
.offcanvas #fh5co-offcanvas {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
#fh5co-offcanvas a {
    color: var(--simabu-menu-text);
  }
#fh5co-offcanvas a:hover, #fh5co-offcanvas a:focus {
    color: var(--simabu-menu-violet);
  }
#fh5co-offcanvas .simabu-mobile-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 4px 4px 14px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--simabu-menu-border);
  }
#fh5co-offcanvas .simabu-mobile-menu-title {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 800;
    color: var(--simabu-menu-violet-dark);
  }
#fh5co-offcanvas .simabu-mobile-menu-close {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 1px solid var(--simabu-menu-border);
    background: #fff;
    color: var(--simabu-menu-violet);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 1;
    box-shadow: 0 6px 16px rgba(34, 20, 44, 0.08);
  }
#fh5co-offcanvas .simabu-mobile-menu-close:hover, #fh5co-offcanvas .simabu-mobile-menu-close:focus {
    background: var(--simabu-menu-hover);
    outline: none;
  }
#fh5co-offcanvas ul {
    padding: 0;
    margin: 0;
  }
#fh5co-offcanvas > ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
#fh5co-offcanvas ul li {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
  }
#fh5co-offcanvas > ul > li > a {
    background: var(--simabu-menu-bg-soft);
    border: 1px solid var(--simabu-menu-border);
  }
#fh5co-offcanvas ul li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 54px;
    padding: 14px 16px;
    border-radius: var(--simabu-menu-radius-sm);
    color: var(--simabu-menu-text);
    text-decoration: none;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: 0;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
  }
#fh5co-offcanvas ul li > a:hover, #fh5co-offcanvas ul li > a:focus {
    background: var(--simabu-menu-hover);
    border-color: var(--simabu-menu-border);
    color: var(--simabu-menu-violet);
    text-decoration: none;
    outline: none;
  }
#fh5co-offcanvas ul li.active > a {
    background: var(--simabu-menu-active);
    color: var(--simabu-menu-violet);
    border-color: rgba(117, 53, 138, 0.14);
  }
#fh5co-offcanvas ul li > ul {
    margin: 6px 0 8px;
    padding: 8px;
    border-radius: 16px;
    background: rgba(117, 53, 138, 0.035);
    border: 1px solid rgba(117, 53, 138, 0.08);
  }
#fh5co-offcanvas ul li > ul li + li {
    margin-top: 4px;
  }
#fh5co-offcanvas ul li > ul a {
    min-height: 48px;
    padding: 11px 12px;
    font-size: 15px;
    font-weight: 600;
    color: var(--simabu-menu-text-soft);
    background: transparent;
    border: 1px solid transparent;
  }
#fh5co-offcanvas ul li > ul a:hover, #fh5co-offcanvas ul li > ul a:focus {
    color: var(--simabu-menu-violet);
  }
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a:after {
    display: none;
  }
#fh5co-offcanvas .simabu-submenu-toggle {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(117, 53, 138, 0.12);
    background: #fff;
    color: var(--simabu-menu-violet);
    border-radius: 999px;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 16px rgba(34, 20, 44, 0.08);
    z-index: 5;
  }
#fh5co-offcanvas .simabu-submenu-toggle:hover, #fh5co-offcanvas .simabu-submenu-toggle:focus {
    background: var(--simabu-menu-hover);
    border-color: rgba(117, 53, 138, 0.20);
    outline: none;
  }
#fh5co-offcanvas .simabu-submenu-toggle[aria-expanded="true"] {
    background: linear-gradient(135deg, rgba(117, 53, 138, 0.10), rgba(42, 3, 48, 0.08));
    color: var(--simabu-menu-violet-dark);
  }
#fh5co-offcanvas .simabu-submenu-toggle__icon {
    transition: transform 0.2s ease;
  }
#fh5co-offcanvas .simabu-submenu-toggle[aria-expanded="true"] .simabu-submenu-toggle__icon {
    transform: rotate(180deg);
  }
.fh5co-nav-toggle {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(47, 6, 57, 0.14);
    box-shadow: 0 10px 20px rgba(34, 20, 44, 0.10);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    right: 10px;
    top: 18px;
    padding: 0;
  }
.scrolled .fh5co-nav-toggle {
    top: 5px;
  }
.fh5co-nav-toggle i, .fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
    background: var(--simabu-menu-violet);
  }
#fh5co-offcanvas::-webkit-scrollbar {
    width: 10px;
  }
#fh5co-offcanvas::-webkit-scrollbar-thumb {
    background: rgba(117, 53, 138, 0.18);
    border-radius: 999px;
  }
}
@media screen and (max-width: 480px) {
#fh5co-offcanvas {
    width: min(92vw, 380px);
    padding: 16px 12px 18px;
    -moz-transform: translateX(min(92vw, 380px));
    -webkit-transform: translateX(min(92vw, 380px));
    -ms-transform: translateX(min(92vw, 380px));
    -o-transform: translateX(min(92vw, 380px));
    transform: translateX(min(92vw, 380px));
  }
#fh5co-offcanvas ul li > a {
    min-height: 54px;
    font-size: 17px;
    padding: 14px 14px;
  }
#fh5co-offcanvas ul li > ul a {
    min-height: 48px;
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
#fh5co-offcanvas > ul > li:last-child > a, #fh5co-offcanvas a[href*="kontakt"], #fh5co-offcanvas a[href*="anfrage"] {
    background: linear-gradient(135deg, #6a0a72 0%, #3b0644 100%) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255,255,255,0.10) !important;
    border-radius: 14px !important;
    font-weight: 800 !important;
    text-align: center !important;
    justify-content: center !important;
    min-height: 54px !important;
    padding: 14px 18px !important;
    margin-top: 10px !important;
    box-shadow: 0 12px 24px rgba(34,20,44,0.22) !important;
  }
#fh5co-offcanvas > ul > li:last-child > a::before, #fh5co-offcanvas a[href*="kontakt"]::before, #fh5co-offcanvas a[href*="anfrage"]::before {
    content: "›";
    display: inline-block;
    margin-right: 2px;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: #ffffff;
    transform: translateY(-1px);
  }
#fh5co-offcanvas > ul > li:last-child > a:hover, #fh5co-offcanvas > ul > li:last-child > a:focus, #fh5co-offcanvas a[href*="kontakt"]:hover, #fh5co-offcanvas a[href*="kontakt"]:focus, #fh5co-offcanvas a[href*="anfrage"]:hover, #fh5co-offcanvas a[href*="anfrage"]:focus {
    background: linear-gradient(135deg, #7a1283 0%, #4a0a54 100%) !important;
    color: #ffffff !important;
    text-decoration: none !important;
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(34,20,44,0.28) !important;
  }
#fh5co-offcanvas > ul > li:last-child > a:after, #fh5co-offcanvas a[href*="kontakt"]:after, #fh5co-offcanvas a[href*="anfrage"]:after {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
.fh5co-nav .menu-1 > ul > li > a[href*="kontakt"], .fh5co-nav .menu-1 > ul > li > a[href*="anfrage"] {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 11px 18px !important;
    margin-top: 18px !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #6a0a72 0%, #3b0644 100%) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    border: 1px solid rgba(255,255,255,0.10) !important;
    box-shadow: 0 10px 24px rgba(34,20,44,0.18) !important;
    text-decoration: none !important;
    transition: all 0.25s ease !important;
  }
.fh5co-nav .menu-1 > ul > li > a[href*="kontakt"]::before, .fh5co-nav .menu-1 > ul > li > a[href*="anfrage"]::before {
    content: "›";
    display: inline-block;
    margin-right: 2px;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: #ffffff;
    transform: translateY(-1px);
  }
.fh5co-nav .menu-1 > ul > li > a[href*="kontakt"]:hover, .fh5co-nav .menu-1 > ul > li > a[href*="kontakt"]:focus, .fh5co-nav .menu-1 > ul > li > a[href*="anfrage"]:hover, .fh5co-nav .menu-1 > ul > li > a[href*="anfrage"]:focus {
    background: linear-gradient(135deg, #d7b24d 0%, #cda970 100%) !important;
    color: #ffffff !important;
    text-decoration: none !important;
    box-shadow: 0 14px 28px rgba(34,20,44,0.24) !important;
    transform: translateY(-1px);
  }
.scrolled .fh5co-nav .menu-1 > ul > li > a[href*="kontakt"], .scrolled .fh5co-nav .menu-1 > ul > li > a[href*="anfrage"] {
    color: #ffffff !important;
  }
.scrolled .fh5co-nav .menu-1 > ul > li > a[href*="kontakt"]:hover, .scrolled .fh5co-nav .menu-1 > ul > li > a[href*="kontakt"]:focus, .scrolled .fh5co-nav .menu-1 > ul > li > a[href*="anfrage"]:hover, .scrolled .fh5co-nav .menu-1 > ul > li > a[href*="anfrage"]:focus {
    color: #ffffff !important;
  }
}
