/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 19 2025 | 11:35:11 */
@media (min-width: 768px) {
	.home .menue-tisch-buchen {border: 1px solid #fff!important;}
	.menue-tisch-buchen {border: 1px solid #000!important;}
}


/******* Theme Anpassungen *******/

/* Padding vom Standardcontainer oben und unten */
.wpbf-container {padding: 3rem 0px;}

/* Widgets Hintergrundfarbe */
.wpbf-sidebar .widget, .elementor-widget-sidebar .widget {background: #eeeeee;}

.sub-menu {
    padding: 0px 15px!important;
}
@media (max-width: 1024px) {
  .elementor-nav-menu {padding: 0px 15px!important;}
  a.elementor-item {padding: 10px 7px 10px 10px!important;}
}

a.elementor-sub-item {
    padding: 10px 7px 10px 0px!important;
}

/* Schriftbild */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Saveur Sans", Sans-serif;
  font-weight: 600;
}

/* Breadcrumbs */
#hero #breadcrumbs {
    font-size: 1.2rem;
}
#hero #breadcrumbs {
    display: inline;
    margin-left: auto;
    margin-right: auto;
    background-color: #4d4d4d99;
    padding: 10px;
}

/* Archive */

/* Weiterlesen Button stylen */
a.elementor-post__read-more {
    padding: 15px 30px;
    background-color: #9e8975;
    color: #383a33;
}
a.elementor-post__read-more:hover {
    background-color: #383a33;
    color: #9e8975;
}

