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

html {
	max-width: 60.625rem;
	min-width: 970px;
	margin-left: auto;
	margin-right: auto;
	background: #f7faf3;
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
	scrollbar-color: #6ba10d #ffffff;
	scrollbar-width: thin;
}

body {
	font-family: "Arial", "Open Sans", sans-serif;
	font-weight: 400;
	color: #414141;
	font-size: 0.875rem;
	/* 1rem = 16px */
	line-height: 1.5;
   hyphens: auto;
}

#container {
	background: #ffffff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	padding: 15px;
}

html::before {
	z-index: 10000;
	inset: 0;
	opacity: 0.2;
	content: "";
	position: absolute;
	left: 0;
	filter: grayscale(1);
	pointer-events: none;
	content: url(../Screenshot\ 2026-06-11\ at\ 14-48-54\ Startseite\ -\ Gemeinde\ Nuthetal.png);
}

a {
	color: #069cbc;
}

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

b,
strong {
	font-weight: 700;
}

/* ------------------------------------------------- generell ------------------------------------------------ */

.boxContainer {
	display: flex;
	flex-direction: row;
	gap: 5px;
}

.boxLeft,
#contentRight {
	flex-grow: 1;
}

.boxRight {
	width: 14.375rem;
	flex-shrink: 0;
   max-width: 30vw;
   min-width: 230px;
}

#contentLeft {
	width: 10.625rem;
   max-width: 30vw;
	flex-shrink: 0;
   min-width: 170px;
}

.borderGray {
	border: 1px solid #dad7d7;
	padding: 20px 15px;
}

#topbar {
	margin-bottom: 15px;
}

#topbar .boxLeft {
	padding-left: 15px;
}

#contentBox {
	margin-top: 8px;
	gap: 15px;
}

.tab {
	margin-bottom: 20px;
	font-size: 0.75rem;
}

.tab .tabHeadline {
	font-size: 0.75rem;
	padding-left: 20px;
	line-height: 1.6;
	background-repeat: no-repeat;
	background-position: top 5px left;
	position: relative;
	padding-bottom: 7px;
}

.tab .tabHeadline::after {
	content: "";
	position: absolute;
	background: url(../img/doppellinie.png);
	width: 100%;
	height: 4px;
	bottom: 0;
	left: 0;
}

.tab.tabBox1 .tabHeadline {
	background-image: url(../img/icon-newsletter.png);
}

.tab.tabBox2 .tabHeadline {
	background-image: url(../img/icon-whatsapp.png);
}

.tab.tabBox3 .tabHeadline {
	background-image: url(../img/icon-events.png);
}

.tab.tabBox4 .tabHeadline {
	background-image: url(../img/icon-news.png);
	color: #069cbc;
}

.tab .tab_link_title a {
	color: #383838;
	font-weight: 700;
}

.tab .tab_link_mandat a {
	font-style: italic;
	color: #6ba10d;
}

.tab .tab_spacer {
	height: 5px;
}

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

#logoBox {
	line-height: 0;
}

.logo {
	display: inline-block;
}

.logo img {
	display: block;
}

@media (max-width: 991px) {
	.logo img {
		max-width: 210px;
		width: 100%;
	}
}

.logoRight {
	margin-top: 15px;
}

.logoLeft {
	margin-right: 15px;
}

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

nav.horizontally ul {
	display: flex;
	flex-wrap: wrap;
	gap: 2px;
}

nav.horizontally ul > li {
	flex-grow: 1;
	width: auto !important;
}

nav.horizontally ul > li > a {
	background: #95ae8e;
	text-align: center;
	color: #fff;
	font-size: 0.8125rem;
	padding: 8px 10px;
   hyphens: auto;
	transition: none;
}

/* -------------------------------------------- toplevel-over ------------------------------------------- */

nav.horizontally li[class*="toplevel"]:is(:hover, :focus-within) > a,
nav.horizontally li[class*="toplevel"] > a:is(:hover, :focus),
nav.horizontally li[class*="toplevel"].open > a,
nav.horizontally li[class*="toplevel"].open > a:is(:hover, :focus),
nav.horizontally li[class*="toplevel"][class*="_over"] > a,
nav.horizontally li[class*="toplevel"][class*="_over"] > a:is(:hover, :focus) {
	background: #6a8064;
}

/* -------------------------------------------- secondlevel ------------------------------------------- */

#subNav {
   margin-bottom: 40px;
}
#subNav li {
	padding-block: 6px;
	position: relative;
}

#subNav li::before {
	content: "";
	position: absolute;
	background: url(../img/doppellinie.png);
	width: 100%;
	height: 4px;
	bottom: -2px;
	left: 0;
}

#subNav li:nth-child(1),
#subNav li:last-child {
	display: none;
}

#subNav li:nth-child(2)::after {
	content: "";
	position: absolute;
	background: url(../img/doppellinie.png);
	width: 100%;
	height: 4px;
	top: -2px;
	left: 0;
}

#subNav li > a {
	color: #414141;
	font-size: 0.6875rem;
	padding: 5px 10px;
	position: relative;
	display: inline-block;
	width: 100%;
   transition: none;
   hyphens: auto;
}

#subNav li:is(:hover, :focus-within) > a,
#subNav li > a:is(:hover, :focus),
#subNav li.open > a,
#subNav li.open > a:is(:hover, :focus),
#subNav li[class*="_over"] > a,
#subNav li[class*="_over"] > a:is(:hover, :focus) {
	color: #069cbc;
   text-decoration: none;
   background: url(../img/bg-subnav.png), url(../img/arrow-subnav.png);
   background-repeat: repeat-y, no-repeat;
   background-position: right top, right 5px center;
   background-size: 100% 1px, auto;
}

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

#search {
	height: 2.3125rem;
	background: #fff url(../img/lupe.png);
	background-repeat: no-repeat;
	background-position: center left 5px;
	display: inline-block;
	position: relative;
	border: 5px solid #95ae8e;
	margin-top: 15px;
}
#search_input {
	color: #383838;
	font-size: 0.6875rem;
	font-style: normal;
	background: transparent;
	padding: 0;
	border: 0;
	line-height: 0.6875rem;
	padding-left: 25px;
	padding-right: 22px;
	height: 100%;
	width: 100%;
	opacity: 0.6;
}
#search_submit {
	width: 1rem;
	background: #fff url("../img/suche-senden.png") center no-repeat;
	padding: 0;
	cursor: pointer;
	line-height: 2.3125rem;
	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;
}
#search_submit:hover {
	background-color: #fff;
}
#search_input::-ms-input-placeholder {
	color: #383838 !important;
	opacity: 0.6;
}
#search_input::-webkit-input-placeholder {
	color: #383838 !important;
	opacity: 0.6;
}
#search_input::-moz-placeholder {
	color: #383838 !important;
	opacity: 0.6;
}
#search_input:-moz-placeholder {
	color: #383838 !important;
	opacity: 0.6;
}

#newsletterInputs {
	height: 1.625rem;
	background: #f9f8f3;
	border: 1px solid #dad7d7;
	display: inline-block;
	position: relative;
	margin-top: 10px;
}
#newsletter_input {
	color: #383838;
	opacity: 0.6;
	font-size: 0.6875rem;
	font-style: normal;
	background: transparent;
	padding: 0;
	border: 0;
	line-height: 1.625rem;
	padding-left: 10px;
	padding-right: 43px;
	height: 1.625rem;
	width: 100%;
}
#newsletter_submit {
	width: 1rem;
	background: transparent url("../img/suche-senden.png") center no-repeat;
	padding: 0;
	cursor: pointer;
	line-height: 1.625rem;
	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: transparent;
}
#newsletter_input::-ms-input-placeholder {
	color: #383838;
	opacity: 0.6;
}
#newsletter_input::-webkit-input-placeholder {
	color: #383838;
	opacity: 0.6;
}
#newsletter_input::-moz-placeholder {
	color: #383838;
	opacity: 0.6;
}
#newsletter_input:-moz-placeholder {
	color: #383838;
	opacity: 0.6;
}

/* -------------------------------------------- banner ------------------------------------------ */

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

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

.h4link a:is(:link, :hover, :focus, :visited),
h6,
h5,
h4,
h3,
h2,
h1 {
	color: #6ba10d;
	font-weight: 400;
	line-height: 1.2;
	font-family: "Arial", "Open Sans", sans-serif;
}

h1,
.h1,
.legacy_h1 {
	font-size: 1.375rem;
}

h2,
.h2,
.legacy_h2 {
	font-size: 1.25rem;
}

h3,
.h3,
.legacy_h3 {
	font-size: 1.125rem;
}

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

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

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

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

#vernetzt {
	gap: 12px;
	text-align: center;
	font-size: 0.6875rem;
	color: #858583;
	line-height: 1.3;
	text-decoration: none;
	flex-direction: column;
	display: flex;
	width: 100%;
}

#vernetzt span span {
	display: block;
}

#vernetzt strong {
	color: #6ba10d;
}

#vernetzt img {
	display: block;
	margin-inline: auto;
}

#innerfooter {
	margin-block: 15px 25px;
}

#innerfooter ul {
	padding: 0;
}

#innerfooter li {
	display: inline-block;
}

#innerfooter a {
	color: #66715c;
	text-decoration: none;
	display: inline-block;
	font-size: 0.6875rem;
   transition: none;
}

#innerfooter a:hover,
#innerfooter a:focus {
	color: #069cbc;
	text-decoration: none;
}

#innerfooter li + li::before {
	content: "";
	margin: 0 6px;
}

@media (min-width: 992px) {
	#innerfooter li + li::before {
		margin: 0 15px;
	}
}

@media (max-width: 767px) {
	#innerfooter li {
		display: block;
		text-align: center;
		padding: 5px;
		margin: 0;
	}

	#innerfooter li + li::before {
		display: none;
	}
}
