/*
Theme Name: FVA Custom Theme
Theme URI: 
Author: Maibritt Rittermann
Author URI: 
Description: Specialbygget tema til Finn Vindahl Andersen VSS - baseret på TwentyTwentyFive
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: fva-custom-theme
Tags: 
*/

.top {
z-index: 1000;
position: absolute;
top: 50px;
left: 20px;
margin: 0;
}
.bottom {
z-index: -1;
}
.wp-block-latest-posts__featured-image.aligncenter {
background-color: var(--wp--preset--color--accent-6);
border-radius: 10px;
padding-top:5px;
}
a{
text-decoration:none;
}
.hero-slider {
min-height: 500px;
}
.skygge, .uagb-post__link-complete-box {
box-shadow: 0px 0px 50px 10px rgba(0,0,0,0.57);
}
.uagb-post__inner-wrap {
	min-height: 400px;
}
.wp-block-uagb-container.uagb-block-9f6384b7, .wp-block-uagb-container.uagb-block-e951b053 {
	flex-wrap: nowrap !important;
}


/* Tving mobil-overlay (hamburger) til at starte tidligere */
@media (max-width: 1024px) {
    .wp-block-navigation__responsive-container:not(.is-menu-open) {
        display: none !important;
    }

    .wp-block-navigation__responsive-container-open {
        display: flex !important;
    }
}


/* Slå horisontal scroll helt fra på body/html, som sikkerhedsnet */
/* Forhindrer horisontal scroll på hele sitet */
html, body {
    max-width: 100%;
    overflow-x: hidden;
}

/* Fixer Spectra Swiper Wrapper specifikt */
.uagb-swiper-container, 
.uagb-slider-container,
.swiper-wrapper {
    max-width: 100vw;
    box-sizing: border-box;
}

.uagb-post__inner-wrap h4 a {
	padding: 10px !important;
	background-color: rgba(0,0,0,0.45);
	border-radius: 3px;
}
.uagb-post__image-position-background .uagb-post__text {
	overflow:visible !important;
}
.page-numbers {
	border-radius: 20px;
}