/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://www.fluessiggas1.de
 Description:  GeneratePress Child Theme
 Author:       Marc Bode
 Author URI:   https://www.fluessiggas1.de
 Template:     generatepress
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         Custom Theme
 Text Domain:  GeneratePress-child
*/


.wp-block-group.glass-background {
    background: rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin: 20px 0;
    position: relative;
    z-index: 1;
}

@supports not (backdrop-filter: blur(8px)) {
    .wp-block-group.glass-background {
        background: rgba(255, 255, 255, 0.8);
    }
}

.gb-headline a {
    color: inherit;
    text-decoration: none;
}

.flex-viewport {
    border-radius: 15px;
    overflow: hidden;
}

.slides img {
    border-radius: 15px;
}

.caption-wrap {
    border: none !important;
    background: none !important;
}

.caption {
    padding: 10px;
    margin-top: -4px;
}

.metaslider {
    max-width: 80% !important;
    margin: 0 auto !important;
}

.caption > div {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center;
}

.caption > div::before {
    content: '';
    display: block;
    width: 2em;
    height: 2em;
    margin-bottom: 8px;
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%2334D399' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

.caption > div > div::before {
    display: none;
}

.main-navigation .main-nav .menu-item a[href="/anfragestrecke-mietwaesche/"],
.main-navigation .main-nav .menu-item a[href="/anfragestrecke-mietwaesche/"]:hover,
.main-navigation .main-nav .menu-item a[href="/anfragestrecke-mietwaesche/"]:focus,
.main-navigation .main-nav .menu-item a[href="/anfragestrecke-mietwaesche/"]:active {
    background: #357493 !important;
    color: white !important;
    font-weight: bold;
    border-radius: 4px;
	margin-top: 5px; 
	margin-bottom: 5px; 
	margin-left: 150px; 
    border-top: none !important;
    border: none !important;
    outline: none !important;
    text-decoration: none !important;
}

.main-navigation .main-nav .menu-item:last-child {
    margin-left: auto;
}

.sf-menu a[href="/anfragestrecke-mietwaesche/"]::before,
.sf-menu a[href="/anfragestrecke-mietwaesche/"]::after {
    display: none !important;
}

.main-navigation .main-nav .menu-item a[href="/anfragestrecke-mietwaesche/"]:hover {
    background: black !important;
}

@media (max-width: 768px) {
    .main-navigation .main-nav .menu-item a[href="/anfragestrecke-mietwaesche/"] {
        margin-left: 10px;
		margin-right: 10px;
        padding: 6px 12px;
    }
	
	.metaslider {
    max-width: 60% !important;
    margin: 0 auto !important;
}
}