@import url('/fonts/Open_Sans/Open_Sans.css');

html {
    font-size: 14px;
}

body {
    font-size: 14px;
    font-weight: 300;
    background-color: #efefef;
}

header {
	background-color: white;
}

div:has(> #determine-location-button) {
    display: none;
}

.responsive .fa-bars {
	margin-bottom: 25px;
}

nav > ul > li a:after {
	display: none;
}

nav > ul > li:not(:first-child) > a {
	background-color: var(--accent-ui-one);
	color: white;
	padding: 0 1.67rem;
	line-height: 3.5rem;
}

nav > ul > li:not(:first-child) {
	margin: 0 !important;
}

nav > ul > li:first-child {
	margin-right: 25px;
}

nav > ul > li > a {
	font-size: 16px;
	text-transform: uppercase;
}

nav > ul > li:not(:first-child) > a:hover {
	background-color: #1e4986 !important;
	color: white !important;
}

nav > ul > li:first-child a:hover {
	background-color: transparent !important;
}

.dropdown-btn {
	padding: 0 1.67rem;
	line-height: 3.5rem;
}

.responsive .dropdown-btn {
	line-height: 1rem;
}

.dropdown-btn:hover {
	background-color: #1e4986 !important;
}

#login-grid form button, #form-kitasuche button[type="submit"], #determine-location-button, .standard-form button[type="submit"] {
    background-color: var(--accent-ui-one);
    color: white;
    border: 2px solid var(--accent-ui-one);
    font-weight: 400;
    padding: 8px;
    text-shadow: none;
    text-transform: uppercase;
}

#login-grid form button:hover, #form-kitasuche button[type="submit"]:hover, #determine-location-button:hover, .standard-form button[type="submit"]:hover {
    background-color: #1e4986;
    color: white;
    border: 2px solid var(--accent-ui-one);
    font-weight: 400;
    padding: 8px;
    text-shadow: none;
    text-transform: uppercase;
}

#login-grid #infotext > div h2 {
    color: black;
    border-bottom-color: var(--accent-ui-one);
}

#login-grid #infotext > div a {
    color: var(--accent-ui-one);
}

button::before {
    display: none;
}

footer {
	background-color: #5f5f5f;
}

footer div#links {
	background-color: #5f5f5f;
    padding: 50px;
}

footer div#links h2 {	
    font-weight: 300;
    font-size: 1.5rem;
	text-transform: uppercase;
	line-height: 1.4;
}

footer a {
    font-size: 1.1em;
    text-decoration: underline;
	color: #dfdfdf
	transition: color 0.1s ease-in-out;
}

footer a:hover {
	color: #f5df02;
    text-decoration: underline;
}

footer li {
    line-height: 1.7em;
}

footer #links li:before {
	font-family: 'Font Awesome 5 Free';
	color: #F5DF02;
    speak: none;
    font-weight: 900;
    content: "\f178";
	margin-right: 10px;
	transition: margin .1s ease-in-out;
}

footer #links li:hover::before {
	margin-left: 5px;
	margin-right: 5px;
}

#language-links {
	background-color: #404040 !important;
}

h1 {
    font-weight: 300;
    font-size: 1.92857rem;
	text-transform: uppercase;
	line-height: 1.4;
}

h1:before {
	position: relative;
	font: var(--fa-font-solid);
	color: var(--accent-ui-one);
	content: '\f45c';
	display: inline-block;
	margin-right: 1.28571rem;
    font-size: 1.92857rem;
	line-height: 1.4;
}

.accordion label:hover {
    color: var(--accent-ui-one);
}

.accordion label:after {
    color: white;
    background-color: var(--accent-ui-one);
}

.standard-form input[type="text"],
.standard-form input[type="email"],
.standard-form input[type="number"],
.standard-form input[type="date"],
.standard-form input[type="password"],
#login-grid input[type="text"],
#login-grid input[type="email"],
#login-grid input[type="password"]
{
    padding: 14px;
    font-size: 16px;
}

.faq-categories {
    display: none;
}

button[class="select-kita"] {
    background-color: var(--accent-ui-one);
    color: white;
    transition: all .3s ease-in-out;
	border: 2px solid var(--accent-ui-one);
}

button[class="select-kita"]:hover, button[class="select-kita"]:active, button[class="select-kita"]:focus {
    background: white;
    background-color: white;
    color: var(--accent-ui-one);
}

.news-container > .news {
	background-color: white;
}

@media screen and (max-width: 1220px) {
	.dropdown-btn {
		line-height: 1rem;
	}

	footer div#links {
		text-align: left;
		width: 200px;
		margin: auto;
	}
}

#wrapper {
	background-color: white;
}