/*!
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.2.6
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
!*/

:root {
	--primary: #a5d6e4;
	--primary: #a5d6e4;
	--secondary: #2c5282;
	--accent: #c9a96e;
	--text: #000;
	--text-light: #666666;
	--bg: #ffffff;
	--bg-light: #f7f8fa;
	--border: #e5e7eb;
}


html {
	font-size: 16px;
}
body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

p:last-child {
	margin-block-end: 0;
	margin-bottom: 0;
}


#top-bar {
	display: flex;
	width: 100%;
	justify-content: center;
	background: var(--primary);
	font-size: 0.85rem;
	padding: 8px 0;
}
#top-bar .top-inner {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	gap: 24px;
}
#top-bar a {
	color: var(--text);
	text-decoration: none;
	transition: color 0.2s;
}
#top-bar a:hover {
	color: var(--secondary);
}

#site-header .header-inner,
#site-footer .footer-inner {
	/* max-width: 1140px; */
	width: 100%;
	flex-direction: row;
	align-items: flex-start;
	margin-left: -15px;
	margin-right: -15px;
}
#site-header .header-inner > *,
#site-footer .footer-inner > * {
	padding-left: 15px;
	padding-right: 15px;
}

#site-header {
	/* margin-top: 1rem;
	margin-bottom: 4rem; */
	justify-content: center;
	padding-block-end: 0;
	padding-block-start: 0;
	padding-top: 18px;
	padding-bottom: 18px;
	background: #fff;
	border-bottom: 1px solid var(--border);
	position: sticky;
	top: 0;
	z-index: 100;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
#site-header .header-inner {
	justify-content: space-between;
	align-items: center;
}

:is(.site-header, .site-footer) :is(.header-inner, .footer-inner) .site-branding .site-logo img {
	width: 220px;
	height: auto;
	margin-bottom: 10px;
}

/* #site-header .partner-logo {
	max-width: 92px;
} */

/* #site-header .flags a {
	width: 42px;
	height: 42px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: inline-block;
	margin-right: 0;
}
#site-header .flags a.danish {
	background-image: url('/wp-content/themes/hello-elementor-child/img/da.png');
}
#site-header .flags a.english {
	background-image: url('/wp-content/themes/hello-elementor-child/img/en.png');
}
#site-header .flags a.german {
	background-image: url('/wp-content/themes/hello-elementor-child/img/de.png');
} */

/* [data-elementor-type="wp-page"] {
	padding-top: 60px;
	padding-bottom: 60px;
} */

#hero {
	background: linear-gradient(135deg, rgba(30,58,95,0.45) 0%, rgba(21,41,63,0.65) 100%), url('./img/ja.jpg') center/cover;
}

.elementor-heading-title {
	line-height: 1.3;
	font-weight: 600;
}
.elementor-widget-heading .elementor-widget-container {
	margin-bottom: 0.6em;
}

#site-header .site-navigation ul.menu {
	display: flex;
	list-style: none;
	gap: 32px;
}
#site-header .site-navigation ul.menu :is(li.current_page_item a, li a:hover) {
	color: var(--text);
	border-bottom-color: var(--accent);
}
#site-header .site-navigation ul.menu li a {
	font-size: 0.95rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: var(--text);
	padding: 8px 0;
	border-bottom: 2px solid transparent;
}


.elementor hr.accent-line {
	width: 60px;
	height: 3px;
	background-color: var(--accent);
}


#site-footer {
	width: 100%;
	background: var(--primary);
	padding: 56px 0 24px;
	font-size: 0.9rem;
}

#site-footer .footer-inner {
	justify-content: flex-start;
	margin-left: auto;
	margin-right: auto;	
}
#site-footer .footer-inner:first-child {
	margin-bottom: 48px;
}
#site-footer .footer-inner > * {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
#site-footer .footer-inner .copyright {
  justify-content: center;
}

#site-footer p:not(:last-child) {
	margin-bottom: 8px;
}

#site-footer h4 {
	color: var(--text);
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 18px;
}

#site-footer :is(p, li) a {
	text-decoration: none;
	transition: color 0.2s;
}

#site-footer p a {
	color: var(--text);
}

#site-footer p a:hover {
	color: var(--secondary);
}

#site-footer .footer-box.address p {
	line-height: 2;
	margin-top: -4px;
}

#site-footer nav.site-navigation ul.menu {
	padding: 0;
	flex-wrap: nowrap;
	flex-direction: column;
}
#site-footer nav.site-navigation ul.menu li {
	padding: 0;
	margin-bottom: 8px;
}
#site-footer nav.site-navigation ul.menu li a {
	padding: 0;	
	color: var(--text);
}
#site-footer nav.site-navigation ul.menu li a:hover {
	color: var(--secondary);
}

#site-footer .footer-inner.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	padding-top: 24px;
	text-align: center;
	font-size: 0.85rem;
	color: var(--text);
}





@media screen and (min-width: 576px) {
	#top-bar .top-inner,
	#site-header .header-inner,
	#site-footer .footer-inner {
		max-width: 540px;
	}
	#site-footer .footer-inner:not(.footer-bottom) > * {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	#site-footer .footer-inner.footer-bottom > * {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}	
}

@media screen and (min-width: 768px) {
	#top-bar .top-inner,
	#site-header .header-inner,
	#site-footer .footer-inner {
		max-width: 720px;
	}
}

@media screen and (min-width: 992px) {
	#top-bar .top-inner,
	#site-header .header-inner,
	#site-footer .footer-inner {
		max-width: 960px;
	}
	#site-header .flags a {
		margin-right: .75rem;
	}
	#site-header .partner-logo {
		max-width: 217px;
	}
	#site-footer .footer-inner:not(.footer-bottom) > * {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	#site-footer .footer-inner.footer-bottom > * {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}	
}

@media screen and (min-width: 1200px) {
	#top-bar .top-inner,
	#site-header .header-inner,
	#site-footer .footer-inner {
		max-width: 1140px;
	}
}

@media screen and (min-width: 1366px) {
	#top-bar .top-inner,
	#site-header .header-inner,
	#site-footer .footer-inner {
		max-width: 1200px;
	}
}