/*
Theme Name: Inspiro Child
Theme URI: https://www.wpzoom.com/themes/inspiro
Template: inspiro
Description: This is a simple Child Theme.
Author: WPZOOM
Author URI: https://www.wpzoom.com
Version: 1.0
*/

/* Write your custom CSS code below or add it in the Customizer > Additional CSS */
.navbar.page-with-cover {
  position: absolute;
  width: 100%;
  background: white;
  /*background: none;*/ 
  /*background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 1%, rgba(0, 0, 0, 0) 100%);*/
  background-repeat: repeat-x;
}

.site-footer {
  background: #101010;
  color: #78787f;
  background: url(https://ehlersgroup.eu/wp-content/uploads/2025/08/pie_reunion-1024x341-1.jpg) no-repeat center top / cover !important;
}

.footer-widgets {
  padding: 48px 0 0;
  font-size: 0;
  text-align:center;
}

.site-footer-separator {
  background: #232323;
  /*height: 1px;*/
  height: 0px;
  border: none;
  margin-bottom: 0;
}

.widget_block h2.wp-block-heading,
.widget_block .wp-block-group__inner-container > h2,
.widget_block .wp-block-search__label,
.widget_block .title,
.widget h2.wp-block-heading,
.widget .wp-block-group__inner-container > h2,
.widget .wp-block-search__label,
.widget .title {
  margin: 0 0 20px;
  font-size: 20px;
  font-family: "Onest", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  /*letter-spacing: 1px;*/
}
.widget .title {
	text-transform:none !important;
	font-size: 24px !important;
}

.designed-by,
#footer-copy .wpzoom,
#footer .wpzoom,
.site-info .designed-by,
.site-info p.right,
.footer-info .designed,
.site-info .copyright span:nth-child(2) {
    display: none;
}

.current-menu-item a, .current_page_item a, .current-menu-parent a, .current_page_parent a {
    border-bottom: none;
}

@media (min-width: 1300px) {
  .h3 { font-size: 22px !important; }
}