/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 28 2025 | 19:14:25 */
/* CSS Code hier einfügen.

Zum Beispiel:
.example {
    color: red;
}

Um dein CSS-Wissen zu prüfen, teste es hier http://www.w3schools.com/css/css_syntax.asp

Kommentarende*/ 

/* HEADER */


header {
    background: #000;
}

.ast-primary-header-bar {
    border-bottom: none;
}

.ast-search-item {
    position: relative;
    padding: .8rem .7rem;
    font-size: 1rem;
    color: #000 !important;
}

.search-form .search-field {
    width: 100%;
    padding-left: 1.5em;
}

html body .suki-header-html-1 ul li > a {
    color: #fff !important;
    margin: 2rem 2rem 0 1rem;
}

div#ast-desktop-header li:hover a {
    color: #bf9939;
}

.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item:hover a {
    color: #bf9939;
}

ul.header-contact-data-block > li:hover a svg path {
    fill: #bf9939;
}

ul.header-contact-data-block > li:hover a span {
    color: #bf9939;
}

.header-social-media-block li:hover a svg path {
    fill: #bf9939 !important;
}

div#ast-desktop-header .woocommerce-mini-cart-item a {
    color: #bf9939;
}

.slide-search:hover .ast-icon.icon-search svg path {
    fill: #bf9939 !important;
}

.wc-block-cart-item__wrap a {
    color: #bf9939;
}

.ast-site-header-cart i.astra-icon:after {
    background: #bf9939 !important;
}

.icon-bag.ast-icon svg:not([fill]) {
    fill: #fff;
}

.ast-mobile-header-wrap .ast-primary-header-bar, .ast-primary-header-bar .site-primary-header-wrap {
    min-height: 4.25rem;
}

.ast-logo-title-inline .ast-site-identity {
    padding: .5rem 0 0;
}

.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item {
    line-height: 3.5rem;
}

.ast-menu-cart-outline .ast-cart-menu-wrap .count, .ast-menu-cart-outline .ast-addon-cart-wrap {
    border-color: transparent;
    border-width: 1px;
}

ul.header-social-media-block li {
    display: inline;
    padding: .25rem;
}

.header-social-media-block li a svg {
    width: 2rem;
    height: 2rem;
}


.ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu, 
.ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper {
    margin-top: 0.25rem;
}

div#ast-desktop-header li:first-child a + button + .sub-menu {
    margin-left: -1rem;
}

.main-header-menu > li:first-child .sub-menu li {
    padding-left: 1.25rem;
}

.ast-site-title-wrap {
    display: none !important;
}

.ast-logo-title-inline .site-logo-img {
    max-width: 15rem;
}

.ast-above-header-bar {
    background: #000 !important;
    border-bottom: none;
}

div#ast-desktop-header a {
    color: #fff;
}

.sub-menu a.menu-link {
    color: #000 !important;
}

ul.header-contact-data-block li {
    display: inline;
    margin-right: 1rem;
}

.ast-builder-layout-element .svg-baseline svg path,
.ast-builder-layout-element .svg-baseline svg circle {
    fill: #fff !important;
}

.header-contact-data-block {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row; /* Ensures vertical stacking */
  gap: 0; /* spacing between items */
  margin-top: .5rem !important;
}

.header-contact-data-block li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0; /* spacing between icon and text */
  text-decoration: none;
  color: inherit; /* inherits color from parent */
}

.header-contact-data-block svg {
  flex-shrink: 0;
}

.header-contact-data-block span {
  font-size: 1.25rem;
  font-weight: 500 !important;
}

.ast-site-header-cart .widget_shopping_cart, 
.woocommerce .ast-site-header-cart .widget_shopping_cart {
    width: 26rem;
}

.ast-site-header-cart .widget_shopping_cart .woocommerce-mini-cart__total strong, 
.woocommerce .ast-site-header-cart .widget_shopping_cart .woocommerce-mini-cart__total strong {
    width: 60%;
}

.ast-site-header-cart .widget_shopping_cart .woocommerce-mini-cart__total .amount, 
.woocommerce .ast-site-header-cart .widget_shopping_cart .woocommerce-mini-cart__total .amount {
    width: 40%;
}

.buttons > a.button.wc-forward:first-child {
    color: #000 !important;
}

.woocommerce-js .astra-cart-drawer .astra-cart-drawer-content .woocommerce-mini-cart__buttons .button:not(.checkout):not(.ast-continue-shopping):hover, .ast-site-header-cart .widget_shopping_cart .buttons .button:not(.checkout):hover {
    border-color: #bf9939;
    color: #bf9939;
    background: #bf9939;
    color: #fff !important;
}

.ast-site-header-cart .widget_shopping_cart p.buttons,
.ast-site-header-cart .widget_shopping_cart .product_list_widget {
    padding: 1rem;
}

.header-social-media-block {
    margin-top: 1rem !important;
}

.ast-builder-layout-element.site-header-focus-item.ast-header-woo-cart {
    margin-top: 0.25rem;
}

.ast-header-search .astra-search-icon {
    font-size: 1.5rem;
}

.ast-search-menu-icon.slide-search .search-form {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    visibility: visible !important;
    opacity: 1;
    margin-right: 1rem;
}

.ast-header-search .slide-search .search-form {
    border-bottom: 1px solid #fff !important;
    border: none;
}

.ast-search-icon {
    margin-right: .5rem;
}

.main-header-menu .sub-menu {
    width: 18rem;
}

.ast-above-header-bar.ast-above-header.site-header-focus-item {
    margin-top: .75rem;
}

.ast-icon-shopping-bag svg {
    height: 2rem;
    width: 2rem;
    margin-top: 0.4rem;
}

.ast-site-header-cart i.astra-icon:after {
    top: -.8rem;
    right: -.5rem;
}

.site-primary-header-wrap .ast-builder-grid-row {
    display: flex;
}

.site-primary-header-wrap .ast-builder-grid-row .site-header-primary-section-left {
    max-width: 100%;
    width: 100%;
}

.site-header-primary-section-right.site-header-section.ast-flex.ast-grid-right-section {
    display: none;
}

.ast-site-header-cart .widget_shopping_cart_content {
    position: absolute;
    z-index: 9999999;
    width: 26rem !important;
    background: #fff;
    left: 0rem;
}

span.mega-indicator {
    display: none !important;
}

.ast-header-account-wrap .ast-header-account-type-icon .ahfb-svg-iconset svg {
    height: 2rem !important;
    width: 2rem !important;
    margin-top: 6px;
}

.ast-builder-layout-element.site-header-focus-item.ast-header-account {
    margin-right: -1rem;
}

.ast-desktop .ast-header-search .slide-search .search-form {
    border: none;
    border-radius: 2rem;
}

.ast-search-icon {
    position: unset !important;
    margin-right: -2rem !important; 
}

.ast-search-menu-icon {
    /* margin-top: .8rem; */
    width: 17rem;
}

.ast-header-search form.search-form .search-field, 
.ast-header-search .ast-dropdown-active.ast-search-menu-icon.slide-search input.search-field {
    width: 275px;
    border-radius: 2rem;
    font-size: 1.1rem;
}

ul.header-contact-data-block svg {
    display: none !important;
}

ul.header-contact-data-block {
    margin-left: -7rem;
    margin-top: -1rem !important;
}

ul.header-contact-data-block li:first-child {
    border-right: 2px solid #ffff;
    padding-right: 1rem;
}

.ast-logo-title-inline .ast-site-identity {
    padding: .5rem 0 0;
    position: absolute;
    top: 1rem;
}

header .custom-logo-link img {
    max-width: 160px;
    width: 11rem;
    margin-top: -1.25rem;
}

div#ast-desktop-header {
    background: url("/wp-content/uploads/2026/05/lines-image.svg");
    background-size: 20rem;
    background-repeat: no-repeat;
    background-position: right bottom;
}

/* .site-above-header-wrap.ast-builder-grid-row-container.site-header-focus-item.ast-container {
    max-width: 1200px;
    margin: auto;
}
 */
.site-header-above-section-right-center.site-header-section.ast-flex.ast-grid-right-center-section {
    justify-content: right;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    background-color: #fff;
    width: 1360px;
    margin: 0 auto;
    left: -21vw;
    border-radius: 0 0 2rem 2rem;
    padding: 1rem;
}

#mega-menu-wrap-primary {
    background-color: transparent;
}

html a.mega-menu-link {
    border: 2px solid #fff !important;
    padding: 0 1.5rem !important;
    border-radius: 2rem !important;
    line-height: 34px !important;
    font-size: 1.1rem;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background-color: transparent;
}

.main-header-menu > .menu-item > .menu-link, #astra-footer-menu > .menu-item > .menu-link {
    padding: 0.25rem 1.25rem;
    border: 2px solid transparent;
    border-radius: 2rem;
    font-size: 1.1rem;
}

.ast-desktop .ast-below-header-bar .main-header-menu > .menu-item {
    margin: 0.5rem;
    line-height: 30px;
}

.ast-builder-menu .main-navigation {
    margin-left: 1.5rem;
}

div#ast-desktop-header li:hover a {
    color: #363636;
}

.ast-builder-grid-row.ast-grid-center-col-layout {
    grid-template-columns: .6fr auto 1fr;
}

/* // HEADER */


/* CONTENT */

.category-adv-block .elementor-button,
.header-block .elementor-button {
    width: 100%;
}

.category-grid > .e-con-inner > .e-flex > .elementor-widget.elementor-widget-text-editor p {
    margin-bottom: 0;
}

.header-block p {
    margin-bottom: 0;
}

.woocommerce_product_grid a.uc_more_btn {
    padding: 7px !important;
    flex: 0 0 48%;
}

button.uc-button-addcart.product_type_simple {
    font-size: 16px;
}

.uc_post_grid_style_one_button {
    display: flex;
    gap: 1rem;
}

.uc_post_grid_style_one_button {
    display: flex;
    gap: 1rem;
}

.category-grid a {
    width: 100% !important;
}

.category-grid > .e-con-inner > .elementor-element {
    border: 1px solid #000;
    border-radius: 2rem;
}

/* // CONTENT */


/* FOOTER */


.exampp-hints {
    max-width: 1400px;
    margin: auto;
    color: #fff;
    position: relative !important;
    z-index: 999 !important;
    padding-left: 1rem;
    padding-right: 2rem;
}

.exggmap-wrapper {
    margin-bottom: -2rem;
}

html body .exampp-hints a {
    color: #009243 !important;
    font-weight: 600;
}

.exggmap-wrapper button {
    border-radius: .5rem !important;
    text-transform: none !important;
}

.exampp-hints > a {
    margin-left: 1rem;
    font-size: .85rem;
    font-weight: 800;
    color: #009243;
}

.exggmap-wrapper .exggmap-caption {
    display: none;
}

.exggmap-wrapper button {
    border-radius: 2rem !important;
    text-transform: none !important;
    width: 100%;
    max-width: 17rem;
    background: #009243 !important;
    border: none;
    font-size: 1rem;
}

.exggmap-wrapper button:hover {
    background: #fff !important;
    color: #009243 !important;
}

/* // FOOTER */