/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1744553065
Updated: 2025-04-13 14:04:25

*/

/* fix til wpr-advanced-slider autoplay, duration og pauseOnHover
plugin file
Royal Elementor Addons > Modules > advanced-slider > widgets > wpr-advanced-slider.php
linje 3366
if ( !defined('WPR_ADDONS_PRO_VERSION') || !wpr_fs()->can_use_premium_code() ) {
	$settings['slider_autoplay'] = 'yes';
	$settings['slider_autoplay_duration'] = 10;
	$settings['slider_pause_on_hover'] = '';
}
linje 3395
'pauseOnHover' => true,
*/

/* samarbejdspartnere logo */
.e-gallery-image {
	background-size:contain!important;
	background-repeat:no-repeat;
}

/* Verdensmålene svg styles */

#verdensmaalene button:nth-child(1) g {
	fill:#e10722;	
}

#verdensmaalene button:nth-child(2) g {
	fill:#239438;	
}

#verdensmaalene button:nth-child(3) g {
	fill:#c11628;	
}

#verdensmaalene button:nth-child(4) g {
	fill:#ea3021;	
}

#verdensmaalene button:nth-child(5) g {
	fill:#931932;	
}

#verdensmaalene button:nth-child(6) g {
	fill:#db0a78;	
}

/* timeline bottom lines */
#timeline .swiper-slide::after {
	content:'';
	width:3px;
	height:30px;
	background-color:#f90;
	position:absolute;
	bottom:0;
	left:50%;
}

/* banner video fix */
.elementor-background-video-hosted {
	max-height:400px!important;
}

/* Testimonials img background & shadow */
.elementor-testimonial__image img {
	background:#FFFFFF;
	object-fit:contain;
}

.elementor-testimonial__content {
	box-shadow: 0px 5px 10px 0px #333;
}

/* Fix på qr kode forside slide */
.qr-code {
	margin-right:auto;
	margin-left:auto;
	width:100px!important;
	height:100px!important;
}

/* forside team tel+mail farve */
.team-link-color a {
	color:#192B33;
}

/* team niis background på forsiden */
#team-niis {
background: linear-gradient(135deg, rgba(15, 87, 49, 1), rgba(16, 91, 99, 1));
-webkit-background: linear-gradient(135deg, rgba(15, 87, 49, 1), rgba(16, 91, 99, 1));
-moz-background: linear-gradient(135deg, rgba(15, 87, 49, 1), rgba(16, 91, 99, 1));
	}

/* Fixed header på scroll */
main#content {
	padding-top:110px!important;
}

#site-header {
	position:fixed!important;
	height:110px!important;
	width:100%!important;
	background:#FFFFFF!important;
}

/* Testimonial quotes style */
.big-quote svg {
    fill: #ff9900;
    width: 24px;
    height: 24px;
	display:flex;
	margin-left:auto;
	margin-right:auto;
}

/* go-to-top anden farve */
.hfe-scroll-to-top-button {
	background:#0F5731;
	width: 30px;
    height: 30px;
}

/* menu styles */
.site-navigation ul.menu li ul {
	min-width:250px!important;
}

.menu-item-has-children ul {
	opacity:0;
}

.menu-item-has-children:hover ul {
	opacity:1;
	display:block;
}

#menu-main-menu .sub-menu li {
	background:#0F5731;
	color:#FFFFFF;
	transition: all 0.5s;
}

#menu-main-menu .sub-menu li a {
	color:#FFFFFF;
	transition: all 0.5s;
}

#menu-main-menu .sub-menu li:hover {
	background:#FFFFFF;
}

#menu-main-menu .sub-menu li:hover a {
	color:#0F5731;
}

#menu-main-menu .sub-menu li > a::after {
	display:none;
}

ul#menu-main-menu li > a {
  color: #0F5731;
  position: relative;
}

ul#menu-main-menu li > a::after {
  content: "";
  display: block;
  margin: auto;
  height: 3px;
  width: 0;
  top: 5px;
  background: transparent;
  transition: all 0.5s;
}

ul#menu-main-menu li > a:hover::after, li > a.active-nav::after {
  width: 100%;
  background: #0F5731;
}

ul#menu-main-menu li.menu-item-has-children::after {
	content:"⮟";
	color:#0F5731;
	font-size:.8em;
	position:relative;
	right:10px;
	bottom:1px;
}

/* header box shadow fix */
#site-header {
	box-shadow: 0px 1px 3px 0px #333 !important;
    position: relative;
    z-index: 10;
}

.u-ban-nav {
	box-shadow: 0px 1px 1px 0px #CCC !important;
}

/* gør header lidt mindre */
.site-header .site-branding .site-logo img {
	width:175px;
}

/* Fixer at slider banner ikke tilføjes 406px height ... ? */
.elementor-23 .elementor-element.elementor-element-ccb3966 .wpr-advanced-slider {
	height:400px!important;
}

#slick-slide01 .wpr-slider-primary-btn {
	background:#192B33!important;
}

#slick-slide01 .wpr-slider-primary-btn:hover {
	background:#FFFFFF!important;
	color:#192B33!important;
}

#slick-slide01 .wpr-slider-primary-btn:hover svg {
	fill:#192B33!important;
}

#slick-slide02 .wpr-slider-primary-btn {
	background:#0F5731!important;
}

#slick-slide02 .wpr-slider-primary-btn:hover {
	background:#FFFFFF!important;
	color:#0F5731!important;
}

#slick-slide02 .wpr-slider-primary-btn:hover svg {
	fill:#0F5731!important;
}

/* fjerner underlines på a */
.page-content a {
	text-decoration:none!important;
}

/* under banner navigation */
.u-ban-nav .elementor-button-icon svg {
	width:2vw!important;
	height:2vw!important;
}

.u-ban-nav .elementor-button-text {
	font-size:1vw!important;
	line-height:2vw!important;
}

@media (max-width: 767px) {
	.u-ban-nav .elementor-button-icon svg {
		width:4vw!important;
		height:4vw!important;
	}

	.u-ban-nav .elementor-button-text {
		font-size:4vw!important;
		line-height:4vw!important;
	}
}

@media (min-width: 768px) {
	.u-ban-nav .elementor-button-text {
		font-size:1.4vw!important;
		line-height:2vw!important;
	}
	
	.u-ban-nav .elementor-button-icon svg {
		width:3vw!important;
		height:3vw!important;
	}
	
	.elementor-button-content-wrapper {
		flex-direction:column!important;
	}
	.elementor-button-icon {
		display:block!important;
	}
	
	.u-ban-nav .elementor-button {
		padding:25px 0px 25px 0px!important;
	}
}

@media (min-width: 1024px) {
	.u-ban-nav .elementor-button-text {
		font-size:1vw!important;
		line-height:2vw!important;
	}
	
	.u-ban-nav .elementor-button-icon svg {
		width:2vw!important;
		height:2vw!important;
	}
	
	.elementor-button-content-wrapper {
		flex-direction:row!important;
	}
	.elementor-button-icon {
		display:flex!important;
	}
	
	.u-ban-nav .elementor-button {
		padding:40px 0px 40px 0px!important;
	}
}

@media (max-width:991px){
	ul#menu-main-menu-1 li.menu-item-has-children > a::after {
		content:"⮟";
		color:#0F5731;
		font-size:.8em;
		position:relative;
		left:3px;
	}
}