@import url("https://fonts.verwaltungsportal.de/import/?family=Jost:400,400i,500,500i,700,700i");

html {
	max-width: 1930px;
	margin-left: auto;
	margin-right: auto;
	background: #e9f1f6;
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
	scrollbar-color: #2574a2 #ffffff;
}

body {
	font-family: "Jost", sans-serif;
	font-weight: 400;
	color: #444444;
	background: #ffffff;
	font-size: clamp(1rem, 2vw, 1.125rem);
	/* 1rem = 16px */
	line-height: 1.5;
}

a {
	color: #2574a2;
}

a:is(:hover, :focus) {
	color: #2574a2;
	text-decoration: underline;
}

b,
strong {
	font-weight: 500;
}

.linkStyle a {
	text-decoration: underline;
	text-decoration-color: #ecd543;
	text-decoration-thickness: 2px;
	text-underline-offset: 5px;
	transition: text-decoration-color 300ms, text-underline-offset 200ms;
}

.linkStyle a:is(:hover, :focus) {
	text-decoration-color: #2574a2;
	text-underline-offset: 2px;
}

.linkStyleInv a {
	text-decoration: underline;
	text-decoration-color: transparent;
	text-underline-offset: 2px;
	text-decoration-thickness: 2px;
	transition: text-decoration-color 300ms, text-underline-offset 200ms;
}

.linkStyleInv a:is(:hover, :focus) {
	text-decoration-color: #ecd543;
	text-underline-offset: 5px;
	color: #2574a2 !important;
}

@media (min-width: 1200px) {
	.row {
		max-width: 1420px;
		width: 100%;
	}
}


:not(.cc_banner-wrapper):focus-visible,
#vernetzt:focus-visible span {
	background-color: #fff !important;
	color: #444444 !important;
	z-index: 100;
	text-decoration: none;
	outline: 2px solid #444444;
}

/* ------------------------------------------- topbar ------------------------------------------- */

#topbar {
	box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.2);
	background: linear-gradient(to right, #ecd543, #ecd543) bottom 12px left / 100% 5px no-repeat, #ffffff;
}

@media (max-width: 991px) {
	#topbar {
		min-height: 95px;
	}
}

@media (min-width: 992px) {
	#topbar {
		background: linear-gradient(to right, #ecd543, #ecd543) bottom 12px left / 100% 5px no-repeat, url("../img/grafik-blume1.png") top right no-repeat, #ffffff;
	}
}

@media (max-width: 1199px) {
	#topbar {
		padding-bottom: 30px;

	}
}

/* -------------------------------------------- logo -------------------------------------------- */

/* LOGO MIT TEXT -------------------------------------------------------- */

.logo {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 15px;
	text-decoration: none !important;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	padding: 20px 0 0 0;
}

.logo .template-page {
	width: auto;
}

.logo .cleaner {
	display: none;
}

.logoText {
	color: #444444;
	font-size: 1.4375rem;
	align-content: center;
	line-height: 1.1;
}

.logoText :is(b, strong) {
	display: block;
	font-size: 2rem;
	color: #2574a2;
	font-weight: 700;
}

.logoText br {
	display: none;
}

@media (max-width: 575px) {
	.logoText {
		hyphens: auto;
	}
}

@media (min-width: 992px) {
	.logo {
		position: absolute;
		z-index: 20;
		background: #fff;
		box-shadow: 0px 0px 5px 0px rgba(43, 43, 43, 0.2);
		border-bottom-right-radius: 2px;
		border-bottom-left-radius: 2px;
		padding: 15px 20px;
	}
}

.logo img {
	display: block;
	max-width: 30vw;
	margin: 0 auto;
}

/* LOGO MIT TEXT -------------------------------------------------------- */

/* #region ------------------------------- contrast + styler ------------------------------------ */

#stylerBox {
	width: 100%;
	margin-bottom: 30px;
	margin-top: 30px;
	flex-wrap: wrap;
	gap: 40px 0;
}

#stylerBox>*+* {
	border-left: 1px solid rgba(68, 68, 68, 0.2);
	padding-left: 15px;
	margin-left: 15px;
}

#stylerBox h2 {
	color: #444444;
	font-size: 1.0625rem;
	font-family: inherit;
	margin: 0;
	min-width: 100%;
	text-align: center;
	font-weight: 400;
	margin-top: -25px;
	margin-bottom: 8px;
}

#stylerBox button {
	color: #fff;
	padding: 2px;
	border: none;
	display: inline-block;
	width: 1.75rem;
	height: 1.75rem;
	flex-shrink: 0;
	border-radius: 50%;
	font-weight: 400;
	text-align: center;
	background: #2574a2;
	position: relative;
	font-size: 1rem;
	z-index: 1;
	line-height: 1;
}

#stylerBox button+button {
	margin-left: 10px;
}

#stylerBox button:is(:hover, :focus) {
	background: #ecd543;
	color: #444444;
}

#contrast_style,
#style {
	flex-wrap: wrap;
	justify-content: center;
	flex-grow: 0;
	max-width: 8.5rem;
}

#contrast_style button::after {
	content: "";
	display: block;
	position: absolute;
	inset: 6px;
	border: 1px solid rgba(255, 255, 255, 1);
	border-radius: 50%;
	background: linear-gradient(to right, #2574a2, #2574a2 50%, rgba(255, 255, 255, 1) 50%);
}

#contrast_style button:nth-of-type(2)::after {
	transform: scaleX(-1);
}

#contrast_style button:nth-of-type(3)::after {
	background: #2574a2;
}

/* #endregion ---------------------------- contrast + styler ------------------------------------ */

/* -------------------------------------------- search ------------------------------------------ */

form[id^="search"] {
	display: inline-flex;
	margin: 20px auto;
	max-width: 250px;
	width: 100%;
	border-bottom: 1px solid rgba(68, 68, 68, 0.2);
}

@media (min-width: 992px) {
	form[id^="search"] {
		margin: 0 0 0 0;
	}
}

form [id^="search_input"] {
	color: #444444;
	opacity: 0.5;
	font-size: 1.0625rem;
	font-style: italic;
	background: transparent;
	padding: 6px 0 6px 14px;
	border: 0;
	width: 100%;
}

form [id^="search_submit"] {
	width: 38px;
	border: none;
	background: url("../img/lupe-icon.png") center no-repeat;
	padding: 0;
	cursor: pointer;
	font-size: 0;
	transition: background 150ms linear;
}

form [id^="search_submit"]:is(:hover, :focus) {
	background-color: rgba(0, 0, 0, 0.1);
}

form [id^="search_input"]::placeholder {
	color: #444444 !important;
	opacity: 0.5 !important;
	font-style: italic !important;
}

/* ------------------------------------------- innerfooter ------------------------------------------ */

.innerfooter {
	font-size: 1rem;
	width: 100%;
}

@media (min-width: 1200px) {
	.innerfooter {
		border-left: 1px solid rgba(68, 68, 68, 0.2);
		padding-left: 15px;
		margin-left: 15px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
}

.innerfooter ul {
	padding: 0;
	gap: 10px;
}

@media (max-width: 991px) {
	.innerfooter ul {
		padding: 25px 15px;
		margin-bottom: 25px;
		border-bottom: 1px solid rgba(110, 110, 110, 0.3);
	}
}

.innerfooter a {
	color: #444444;
}

@media (min-width: 992px) {
	.innerfooter li {
		display: inline-block;
	}

	.innerfooter li+li::before {
		content: "\00B7";
		margin: 0 clamp(15px, 2vw, 25px);
		color: #444444;
	}
}

/* #region ------------------------------------- banner ----------------------------------------- */

#slider {
	max-height: clamp(300px, 47vw, 400px);
	overflow: hidden;
	position: relative;
}

@media (min-width: 992px) {
	body.index #slider {
		max-height: clamp(350px, 79vw, 500px);
	}

	#headerpic a.nivo-prevNav {
		left: 65px;
	}

	#headerpic a.nivo-nextNav {
		right: 65px;
	}
}

#headerpic {
	padding: 0;
	overflow: hidden;
	position: relative;
}

#headerpic .nivo-controlNav {
	bottom: 25px;
}

@media (min-width: 992px) {
	#headerpic .nivo-controlNav {
		bottom: 60px;
	}
}

.slider-wrapper,
#slider {
	height: 100%;
}

.slider-mask {
	display: block;
	background: url("../img/banner-overlay.png") center bottom / 100% auto no-repeat, linear-gradient(to top, rgba(48, 75, 120, 1), rgba(255, 255, 255, 0) 40%);
}

/* #endregion ---------------------------------- banner ----------------------------------------- */

/* #region ---------------------------------- navigation ---------------------------------------- */

/* burgermenu for tablet */

@media (max-width: 991px) {
	#burgerButton {
		font-size: 0;
		border: none !important;
		display: block;
		height: 50px;
		width: 60px;
		border-radius: 2px;
		padding: 6px 8px;
		cursor: pointer;
		background-color: #ffffff;
		box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
	}

	#burgerButton::before,
	#burgerButton::after,
	#burgerButtonInner {
		background-color: #2574a2;
		color: #fff;
		border-radius: 2px;
		position: absolute;
		width: 40px;
		height: 3px;
		left: 10px;
		transition: transform 200ms linear, opacity 200ms linear;
	}

	#burgerButton[aria-expanded="true"] #burgerButtonInner {
		transform: rotate(-45deg) translate(-6px, 6px);
	}

	#burgerButton[aria-expanded="true"]::before {
		opacity: 0;
	}

	#burgerButton[aria-expanded="true"]:after {
		transform: rotate(45deg) translate(-4px, -6px);
	}

	#burgerButtonInner {
		top: 16px;
	}

	#burgerButton::before {
		top: 24px;
		content: "";
	}

	#burgerButton::after {
		top: 32px;
		content: "";
	}

	.navbar-nav {
		margin: 0;
	}

	.navbar-collapse {
		width: calc(100% - 90px);
		max-width: 300px;
		top: 0;
		background: #ffffff;
		position: fixed;
		left: -100%;
		bottom: 0;
		z-index: 100;
		height: auto !important;
		opacity: 0;
		pointer-events: none;
		visibility: hidden;
		overflow-y: auto;
		transition: left 300ms linear, opacity 300ms linear, box-shadow 600ms linear;
		box-shadow: 250px 0 50vw 50vw rgba(255, 255, 255, 0);
	}

	.navbar-collapse:is([aria-expanded="true"], .in) {
		left: 0;
		opacity: 1;
		pointer-events: auto;
		visibility: visible;
		box-shadow: 250px 0 50vw 50vw #2574a2;
	}

	.navbar-header {
		position: fixed;
		top: 15px;
		right: 15px;
		z-index: 101;
	}

	.dropdown-toggle-button-wrapper {
		top: 6px;
	}

	.dropdown-toggle-button-wrapper2 {
		top: 3px;
	}
}

/* menu desktop */

@media (min-width: 992px) {
	nav.navbar {
		border-radius: 2px;
		padding: 30px 20px;
		background: #ffffff;
		position: relative;
		box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.2);
		margin-bottom: 60px;
	}

	#nav-position {
		padding-top: 5px;
		position: relative;
		z-index: 99;
	}

	#nav-position::before {
		content: "";
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		background: #2574a2;
		pointer-events: none;
		z-index: -1;
		opacity: 0;
		transition: opacity 300ms linear;
	}

	#nav-position:is(:hover, :focus-within)::before {
		opacity: 0.2;
	}

	nav.navbar .navbar-nav>li {
		display: block !important;
		width: 100%;
		float: none;
		position: relative;
	}

	nav.navbar .navbar-nav li[class*="toplevel"]>ul {
		pointer-events: none;
		position: absolute;
		left: 100%;
		top: 0 !important;
		z-index: 1000;
		display: block !important;
		opacity: 0;
		transition: opacity 300ms linear;
	}

	nav.navbar .navbar-nav>li:is(.open, :hover)>ul,
	nav.navbar .navbar-nav>li.open:hover>ul {
		pointer-events: auto !important;
		opacity: 1 !important;
		visibility: visible;
		top: 100%;
	}

	nav.navbar .navbar-nav>li.open>ul {
		pointer-events: none !important;
		opacity: 0 !important;
		visibility: hidden;
	}

	nav.navbar .navbar-nav>li:is(:hover, :focus)>ul {
		z-index: 1003;
	}

	nav.navbar [class*="secondlevel"]>ul {
		display: block !important;
	}
}

/* toplevel */

nav.navbar .navbar-nav a[class*="toplevel"] {
	color: #444444;
	font-weight: 500;
	text-align: left;
	padding: 10px 35px 10px 15px;
	position: relative;
	font-size: 1.125rem;
	background: #f8f8f8;
	line-height: 1.2;
	text-decoration: none;
	hyphens: auto;
}

nav.navbar .navbar-nav li[class*="toplevel"]+li {
	margin-top: 2px;
}

@media (max-width: 991px) {
	nav.navbar .navbar-nav a[class*="toplevel"].dropdown-toggle {
		padding-right: 35px;
	}
}

@media (min-width: 992px) {
	nav.navbar .navbar-nav a[class*="toplevel"] {
		padding: 9px 15px;
	}

	nav.navbar .navbar-nav a[class*="toplevel"].dropdown-toggle {
		padding-right: 40px;
	}

	nav.navbar .navbar-nav a[class*="toplevel"].dropdown-toggle::before {
		content: "\00BB";
		position: absolute;
		right: 15px;
		top: 21px;
		line-height: 0;
		font-family: "Khand", sans-serif;
	}
}

/* toplevel-over */

nav.navbar .navbar-nav li[class*="toplevel"]:is(:hover, :focus-within)>a,
nav.navbar .navbar-nav li[class*="toplevel"]>a:is(:hover, :focus),
nav.navbar .navbar-nav li[class*="toplevel"].open>a,
nav.navbar .navbar-nav li[class*="toplevel"].open>a:is(:hover, :focus),
nav.navbar .navbar-nav li[class*="toplevel"][class*="_over"]>a,
nav.navbar .navbar-nav li[class*="toplevel"][class*="_over"]>a:is(:hover, :focus) {
	color: #ffffff;
	background: #2574a2;
}

/* secondlevel + thirdlevel dropdown-box */

nav.navbar [class*="toplevel"]>ul {
	padding: 10px;
	background: #ffffff;
	border-radius: 2px;
}

@media (min-width: 992px) {
	nav.navbar [class*="toplevel"]>ul {
		margin-top: -20px;
		padding: 20px 20px;
		min-width: 360px;
		max-width: 500px;
		margin-left: 50px;
		box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.2);
	}

	nav.navbar li[class*="secondlevel"] {
		margin-bottom: 2px;
	}

	nav.navbar [class*="toplevel"]>ul::before,
	nav.navbar [class*="toplevel"]>ul::after {
		content: "";
		position: absolute;
		display: block;
	}

	nav.navbar [class*="toplevel"]>ul::before {
		width: 50px;
		top: 0;
		bottom: 0;
		left: -50px;
	}

	nav.navbar [class*="toplevel"]>ul::after {
		top: 12px;
		left: -24px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 17px 24px 17px 0;
		border-color: transparent #ffffff transparent transparent;
	}
}

nav.navbar [class*="secondlevel"]>ul {
	margin: 0px;
	padding: 4px 0;
}

/* secondlevel + thirdlevel */

nav.navbar a:is([class*="secondlevel"], [class*="thirdlevel"]) {
	color: #444444;
	font-size: 1rem;
	text-align: left;
	position: relative;
	line-height: 1.2;
	text-decoration: none;
}

nav.navbar a[class*="secondlevel"] {
	padding: 8px 35px 8px 10px;
	background: #f3f3f3;
	font-weight: 500;
}

@media (min-width: 992px) {
	nav.navbar a[class*="secondlevel"] {
		padding: 10px 20px;
	}
}

nav.navbar a[class*="thirdlevel"] {
	padding: 6px 15px 6px 38px;
	font-weight: 400;
}

nav.navbar a[class*="thirdlevel"]::before {
	content: "\00BB";
	display: block;
	position: absolute;
	top: 15px;
	line-height: 0;
	left: 25px;
}

/* secondlevel + thirdlevel over */

nav.navbar li[class*="secondlevel"]:is(:hover, :focus-within)>a,
nav.navbar li[class*="secondlevel"]>a:is(:hover, :focus),
nav.navbar li[class*="secondlevel"].open>a,
nav.navbar li[class*="secondlevel"].open>a:is(:hover, :focus),
nav.navbar li[class*="secondlevel"][class*="_over"]>a,
nav.navbar li[class*="secondlevel"][class*="_over"]>a:is(:hover, :focus) {
	background: #2574a2;
	color: #ffffff;
}

nav.navbar li[class*="thirdlevel"]:is(:hover, :focus-within)>a,
nav.navbar li[class*="thirdlevel"]>a:is(:hover, :focus),
nav.navbar li[class*="thirdlevel"].open>a,
nav.navbar li[class*="thirdlevel"].open>a:is(:hover, :focus),
nav.navbar li[class*="thirdlevel"][class*="_over"]>a,
nav.navbar li[class*="thirdlevel"][class*="_over"]>a:is(:hover, :focus) {
	color: #2574a2;
}

/* #endregion ------------------------------- navigation ---------------------------------------- */

/* ------------------------------------------ vernetzt ------------------------------------------ */

#vernetzt {
	gap: 15px;
	text-align: left;
	font-size: 1rem;
	color: #444444;
	justify-content: center;
	line-height: 1.3;
	margin: 0 auto 30px auto;
	text-decoration: none;
	max-width: calc(100% - 30px);
}

@media (min-width: 992px) {
	#vernetzt {
		margin: 30px auto 0 auto;
		max-width: unset;
	}
}


/* ------------------------------------------- content ------------------------------------------ */

@media (min-width: 992px) {
	main {
		background: url("../img/grafik-blume2.png") bottom left no-repeat;
	}
}

main>.row {
	row-gap: 30px;
}

#content {
	text-align: left;
	padding-top: 35px;
	padding-bottom: clamp(35px, 4vw, 50px);
}

hr,
.hrstyle {
	opacity: 1;
	background: #ecd543;
	height: 4px;
	border: none;
}

/* -------------------------------------- h1 - h6, newslink ------------------------------------- */

.h4link a:is(:link, :hover, :focus, :visited),
h6,
h5,
h4,
h3,
h2,
h1 {
	color: #2574a2;
	font-weight: 600;
	line-height: 1.2;
	font-family: "Jost", sans-serif;
}

h1,
.h1,
.legacy_h1 {
	font-size: clamp(2.0625rem, 4vw, 2.5rem);
}

h2,
.h2,
.legacy_h2 {
	font-size: clamp(1.9375rem, 3.5vw, 2.1875rem);
}

h3,
.h3,
.legacy_h3 {
	font-size: clamp(1.8125rem, 3vw, 2rem);
}

h4,
.h4,
.h4link a:is(:link, :hover, :focus, :visited) .legacy_h4 {
	font-size: 1.6875rem;
}

h5,
.h5,
.legacy_h5 {
	font-size: 1.5625rem;
}

h6,
.h6,
.legacy_h6 {
	font-size: 1.4375rem;
}

/* ---------------------------------------------- tabs ------------------------------------------ */

#tabs {
	padding-bottom: clamp(35px, 4vw, 50px);
}

#tabs>.row {
	row-gap: 30px;
}

#tabs hr {
	margin: 0 0 clamp(1px, 2vw, 20px) 0;
}

#tabs a {
	text-decoration: underline;
}

#tabs .tab {
	height: 100%;
	min-height: 100%;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	background: #ffffff;
	box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.2);
}

#tabs .tab2 :is(h1, h2, h3, h4, h5, h6) {
	color: #2574a2;
	padding: clamp(20px, 2vw, 30px);
	font-size: 1.5625rem;
	margin: 0;
	hyphens: auto;
}

#tabs :is(iframe, .iframe-wrapper-manual-enabling) {
	min-width: 100% !important;
	width: 100%;
	display: block;
}

/* ---------------------------------------- veranstaltungen ------------------------------------- */

@media (max-width: 991px) {
	.eventclndr-tab {
		margin-bottom: 30px;
	}
}

#clr-events-hide,
#clr-events-hide+div {
	display: none;
}

footer .tab_link_title a {
	font-weight: 500;
}

footer .tab_link_mehr {
	font-size: 0;
}

footer .tab_link_mehr a {
	text-decoration: underline;
	font-size: 1rem;
}

footer .tab_link_mehr a::after {
	content: "\00BB";
	margin-left: 4px;
	display: inline-block;
}

footer .tab_spacer {
	height: 15px;
}

/* #region ------------------------------------- footer ----------------------------------------- */

footer {
	position: relative;
	color: #ffffff;
	position: relative;
	background: url("../img/grafik-blume3.png") bottom right no-repeat, #2574a2;
	padding: clamp(45px, 4vw, 60px) 0 30px 0;
	margin-bottom: 375px;
}

@media (max-width: 991px) {
	footer {
		background-image: none;
	}
}

footer::before,
footer::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
}

footer::before {
	background: url("../img/footer-overlay.png") center top / 100% auto no-repeat;
	height: 120px;
	bottom: -120px;
	z-index: 1;
}

footer::after {
	bottom: -375px;
	height: 375px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

footer :is(h1, h2, h3, h4, h5, h6, .footerHeadline) {
	color: #ffffff;
	font-size: 1.5625rem;
	margin-bottom: 20px;
}

footer a,
footer a:is(:hover, :focus) {
	color: #ffffff;
}

.footerTab a {
	text-decoration: underline;
}

@media (max-width: 991px) {
	footer>.row>div+div {
		border-top: 1px solid rgba(255, 255, 255, 0.3);
		padding-top: 25px;
		margin-top: 25px;
	}
}

@media (min-width: 992px) {
	footer>.row>div+div {
		border-left: 1px solid rgba(255, 255, 255, 0.3);
	}
}

@media (min-width: 1200px) {
	footer>.row>div:first-child {
		padding-right: 40px;
	}

	footer>.row>div:last-child {
		padding-left: 40px;
	}
}

#newsletter label {
	font-size: 0.875rem;
	margin-bottom: 4px;
	font-size: 0;
}

#newsletterInputs {
	height: 2.0625rem;
	display: inline-block;
	position: relative;
	border-bottom: 1px solid #fff;
	margin-top: 20px;
}

#newsletter_input {
	color: #ffffff;
	opacity: .5;
	font-size: 1.0625rem;
	font-style: italic;
	background: transparent;
	padding: 0;
	border: 0;
	line-height: 2.0625rem;
	padding-left: 10px;
	padding-right: 43px;
	height: 2.0625rem;
	width: 100%;
}

#newsletter_submit {
	width: 33px;
	background: url('../img/icon-senden.png') center no-repeat;
	padding: 0;
	cursor: pointer;
	line-height: 33px;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	font-size: 0;
	-webkit-transition: background-color 300ms linear;
	-moz-transition: background-color 300ms linear;
	-ms-transition: background-color 300ms linear;
	-o-transition: background-color 300ms linear;
	transition: background-color 300ms linear;
}

#newsletter_submit:hover {
	background-color: #444444;
}

#newsletter_input::-ms-input-placeholder {
	color: #ffffff !important;
	opacity: .5;
}

#newsletter_input::-webkit-input-placeholder {
	color: #ffffff !important;
	opacity: .5;
}

#newsletter_input::-moz-placeholder {
	color: #ffffff !important;
	opacity: .5;
}

#newsletter_input:-moz-placeholder {
	color: #ffffff !important;
	opacity: .5;
}

/* #endregion ---------------------------------- footer ----------------------------------------- */

/* --------------------------------------------- contrast --------------------------------------- */

:is(.contrast_light_font, .contrast_dark_font) :is(#topbar, main) {
	background: inherit;
}

.contrast_light_font [id^="search_input"] {
	background: #ffffff !important;
}

.contrast_light_font [id^="search_submit"] {
	background: #ffffff url("../img/lupe-icon.png") center no-repeat !important;
}

.contrast_light_font .navbar-default .navbar-nav>li>.dropdown-menu::after {
	border-color: transparent #000000 transparent transparent;
}

.contrast_light_font.logo, .contrast_dark_font #newsletter_input {
	background: #000 !important;
}

.contrast_light_font #bg-content {
	z-index: 60;
	position: relative;
}