/*!
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
!*/


#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;
}
#site-header .header-inner {
	justify-content: space-between;
}

#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: .75rem; */
	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');
}


.site-navigation ul.menu {
	flex-direction: column;
}


#site-footer {
	background: #4a4a4a;
	width: 100%;
	padding-bottom: 2.5rem;
	border-top: 12px solid #e9eaee;
	padding-top: 2.5rem;
	color: #fff;
}

#site-footer .footer-inner {
	justify-content: flex-start;
	margin-left: auto;
	margin-right: auto;	
}
#site-footer .footer-inner > * {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
#site-footer .footer-inner .copyright {
  justify-content: flex-start;
}
#site-footer a {
	color: #fff;
}
#site-footer li a {
	color: #fff;
	text-decoration: underline;
}
#site-footer li a:hover {
	color: #fff;
	text-decoration: none;
}





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

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

@media screen and (min-width: 992px) {
	#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 > * {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}

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