@import url('/fonts/Open_Sans/Open_Sans.css');
@import url('/fonts/Roboto_Slab/Roboto_Slab.css');

html {
    font-size: 16px;
}

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:not(:first-child) {
	margin-right: 0 !important;
}

nav > ul > li a:after {
	display: none;
}

nav > ul > li:not(:first-child) > a {
	color: black;
	font-size: 1.5rem;
	font-weight: 300;
}

nav > ul > li:first-child {
	margin-right: 25px;
}

nav > ul > li > a {
	font-size: 16px;
	transition: none;
}

nav > ul > li:not(:first-child) > a {
	padding-left: 20px;
	padding-right: 20px;
}

nav > ul > li:not(:first-child) > a:hover {
	background-color: #0a4366 !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: #994444 !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: var(--accent-ui-one-brighter);
    color: white;
    border: 2px solid var(--accent-ui-one-brighter);
    font-weight: 400;
    padding: 8px;
    text-shadow: none;
    text-transform: uppercase;
}

#login-grid #infotext > div h2 {
    color: white;
	font-family: var(--headline-font);
}

#login-grid #infotext > div a {
    text-decoration: underline;
}

#login-grid #infotext > div a:hover {
    text-decoration: none;
}

button::before {
    display: none;
}

footer {
	background-color: #0a4366;
}

footer div#links {
	background-color: #0a4366;
    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: none;
	color: #dfdfdf
	transition: color 0.1s ease-in-out;
}

footer a:hover {
	color: white;
    text-decoration: underline;
}

footer li {
    line-height: 1.7em;
}

#language-links {
	background-color: var(--accent-ui-one) !important;
}

h1 {
    font-weight: 500;
	font-style: normal;
    font-size: 2rem;
	text-transform: uppercase;
	line-height: 1.2;
}

h1, h2 {
	font-family: var(--headline-font);
}

.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: center;
	}
}

#wrapper {
	background-color: white;
}