#search-type {
	margin: 0.5em 0.5em 0 0.5em;
	padding: 0.3em;
	border: 1px solid #BBB;
	border-radius: 5px;
	background-color: transparent;
	font-family: 'PT Sans', sans-serif;
	font-weight: normal;
	line-height: 2em;
}

/* LARGE */
@media (min-width: 1200px) {
	#header-root-link {
		width: 45%;
	}
}

/* MEDIUM */
@media (min-width: 992px) and (max-width: 1199px) {
	#header-root-link {
		width: 40%;
	}
}

/* MEDIUM AND LARGE */
@media (min-width: 992px) {
	header {
		margin: 1em 0 1.5em;
	}
	.responsive-menu-button {
		display: none;
	}
	.header-topnav {
		width: calc(100% + 1em);
		display: flex;
		flex-flow: row-reverse nowrap;
	}
	.header-topnav a,
	.header-topnav a:active,
	.header-topnav a:visited,
	.header-topnav a:focus {
		margin: 0 0.5em 0.5em !important;
		border: 0px solid #000 !important;
		width: auto !important;
		display: inline !important;
		background-color: transparent !important;
		text-decoration: none;
		padding: 0 !important;
		font-family: 'Crimson Text', serif !important;
		font-size: 1.25em;
	}
	.header-topnav a:hover {
		text-decoration: underline;
	}
	.login-link {
		order: 2;
	}
	#header-blocklinks {
		width: 234px;
		display: flex;
		flex-flow: column nowrap;
		align-items: stretch;
		float: right;
	}
	#newsletter-link {
		margin-bottom: 0.5em;
	}
	#search-type {
		margin: 0 0 0 .1em;
	}
}

/* SMALL */
@media (min-width: 768px) and (max-width: 991px) {
	.responsive-menu-button {
		width: 8%;
	}
	#header-root-link {
		width: 60%;
	}
}

/* EXTRA SMALL */
@media (max-width: 767px) {
	.responsive-menu-button {
		width: 9%;
	}
	#header-root-link {
		width: 80%;
	}
}

/* SMALL AND EXTRA SMALL */
@media (max-width: 991px) {
	header {
		margin: 0.5em 0 0;
	}
	.responsive-menu-button {
		display: inline-block;
		float: right;
		cursor: pointer;
		margin-top: 0.3em;
	}
	.header-topnav {
		order: 2;
		width: 100%;
		margin: 0 !important;
		flex-flow: column-reverse nowrap;
		display: none;
	}
	.header-topnav a,
	.header-topnav a:active,
	.header-topnav a:visited,
	.header-topnav a:focus {
		width: 100%;
		margin: 0.5em 0 0 !important;
		display: inline-block !important;
		font-size: 1em !important;
		background-color: transparent !important;
		font-family: 'PT Sans' !important;
	}
	.header-topnav a:hover {
		text-decoration: none !important;
		background-color: #EEE !important;
	}
	.header-topimage {
		order: 1;
	}
	.header-topimage form.responsive-menu-toggle {
		width: 100%;
	}
	#suchfeld {
		width: 100%;
		margin-top: 0.5em;
	}
	.login-link {
		order: 6;
	}
	#header-blocklinks {
		width: 100%;
		display: none;
		flex-flow: column nowrap;
		align-items: stretch;
	}
	#newsletter-link {
		margin-top: 1.5em;
	}
	/* MENU CLS FIX */
	.responsive-menu-toggle {
		display: none;
	}
}

/* NICHT SCALE-ABHÄNGIG */

header {
	display: flex;
	flex-flow: column nowrap;
	align-items: stretch;
}

.header-topimage {
	position: relative;
}
.header-topnav {
	margin: 0 -0.5em 2em;
	position: relative;
}

#search-form {
	display: flex;
	align-items: center;
}

#suchfeld {
	line-height: 2em;
    background: url('/static/Lupe.svg') no-repeat 0.5em center/1.5em;
    padding-left: 2.5em;
    border: 1px solid #BBB;
    font-family: 'PT Sans', sans-serif;
    font-weight: normal;
    border-radius: 5px;
    background-color: transparent;
    width: 100%;
    font-size: 1rem;
}


#newsletter-link,
#newsletter-link:active,
#newsletter-link:visited,
#newsletter-link:focus {
	color: #155800 !important;
	background-color: transparent !important;
}
#newsletter-link:hover {
	background-color: #EEE !important;
}
#header-root-link {
	display: block;
	float: left;
}
#header-root-link img {
	width: 100%;
	height: auto;
}
