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

html {
	max-width: 1930px;
	margin-left: auto;
	margin-right: auto;
	background: #f3f3f3;
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
	scrollbar-color: #2f5d50 #ffffff;
	scrollbar-width: thin;
}

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

a {
	color: #2f5d50;
}

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

#content a,
b,
strong {
	font-weight: 700;
}

/* ------------------------------------------ contact ------------------------------------------- */

.contactTab + .contactTab {
	margin-top: 15px;
}

.contactTab {
	font-size: 1rem;
	position: relative;
	font-weight: 400;
	line-height: 2;
	font-family: "Quicksand", sans-serif;
	font-weight: 700;
}

.contactTab a {
	color: #2f5d50;
	font-weight: 700;
}

@media (min-width: 992px) {
	.contactTab.tab2 {
		padding-left: 0;
		text-align: left;
		hyphens: auto;
	}
}

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

#topbar {
	padding-top: 20px;
	background-color: #e8f5e9;
	position: relative;
}

@media (max-width: 991px) {
	#topbar {
		padding-bottom: 20px;
	}
}

@media (min-width: 992px) {
	#topbar {
		padding-bottom: 30px;
	}

	#topbar::after {
		content: "";
		height: 6px;
		background-color: #ffffff;
		width: 100%;
		position: absolute;
		bottom: 0;
	}
}

#logo {
	display: inline-block;
}

#logo img {
	display: block;
}

@media (max-width: 991px) {
	#logo img {
		max-width: calc(100vw - 120px);
		width: 100%;
		padding-bottom: 30px;
	}
}

#logo2 {
	font-family: "Quicksand", sans-serif;
	font-weight: 700;
	font-size: clamp(1.375rem, 3vw, 2.1875rem);
}

/* --------------------------------------- navigation --------------------------------------- */

/* burgermenu for tablet */

@media (max-width: 991px) {
	#burgerButton {
		font-size: 0;
		border: none !important;
		position: fixed;
		z-index: 1002;
		display: block;
		width: 46px;
		height: 40px;
		border-radius: 2px;
		cursor: pointer;
		background-color: #ffffff;
		padding: 3px;
	}

	#burgerButton:before,
	#burgerButton:after,
	#burgerButtonInner {
		background-color: #007029;
		border-radius: 2px;
		position: absolute;
		width: 40px;
		height: 3px;
		left: 2px;
		-webkit-transition:
			transform 200ms linear,
			opacity 200ms linear;
		-moz-transition:
			transform 200ms linear,
			opacity 200ms linear;
		-ms-transition:
			transform 200ms linear,
			opacity 200ms linear;
		-o-transition:
			transform 200ms linear,
			opacity 200ms linear;
		transition:
			transform 200ms linear,
			opacity 200ms linear;
	}

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

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

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

	#burgerButtonInner {
		top: 10px;
	}

	#burgerButton:before {
		top: 18px;
	}

	#burgerButton:after {
		top: 26px;
	}

	#burgerButton:before,
	#burgerButton:after {
		content: "";
		display: block;
	}

	.navbar-nav {
		margin: 20px 0;
	}

	.navbar-collapse {
		top: 0;
		background: #e8f5e9;
		position: fixed;
		left: -100%;
		bottom: 0;
		z-index: 100;
		height: auto !important;
		-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
		opacity: 0;
		pointer-events: none;
		overflow-y: auto;
		-webkit-transition:
			left 300ms linear,
			opacity 300ms linear;
		-moz-transition:
			left 300ms linear,
			opacity 300ms linear;
		-ms-transition:
			left 300ms linear,
			opacity 300ms linear;
		-o-transition:
			left 300ms linear,
			opacity 300ms linear;
		transition:
			left 300ms linear,
			opacity 300ms linear;
	}

	.navbar-collapse.collapse.in {
		left: 0;
		opacity: 1;
		pointer-events: auto;
	}

	.navbar-header {
		height: 50px;
		width: 60px;
		border-radius: 2px;
		padding: 6px 8px;
		background-color: #ffffff;
		position: fixed;
		top: 15px;
		right: 15px;
		z-index: 101;
		-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
		box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
	}

	.navbar-collapse.in:after {
		content: "";
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
		display: block;
		width: 90px;
		background-color: rgba(0, 0, 0, 0.5);
	}
}

@media (min-width: 575px) and (max-width: 991px) {
	.navbar-collapse {
		width: 60%;
	}

	.navbar-collapse.collapse.in:after {
		width: 40%;
	}
}

/* menu desktop */

@media (min-width: 992px) {
	.is-sticky .horizontally {
		background: #e8f5e9;
		-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
	}

	nav.horizontally {
		background-color: #e8f5e9;
		padding-block: 25px;
	}

	nav.horizontally .navbar-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between !important;
		align-items: center !important;
		flex-wrap: wrap;
	}

	nav.horizontally .dropdown-menu {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
      margin-top: 15px;
	}

	nav.horizontally .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
		position: absolute;
		left: 100%;
		top: 0;
	}

	nav.horizontally .navbar-nav > li,
	nav.horizontally .navbar-nav > li > .dropdown-menu > li {
		position: relative;
	}

	.navbar-default .navbar-nav li[class*="toplevel"] > ul,
	.navbar-default .navbar-nav li[class*="secondlevel"] > ul {
		display: block !important;
		pointer-events: none;
		opacity: 0;
		-webkit-transition: opacity 300ms linear;
		-moz-transition: opacity 300ms linear;
		-ms-transition: opacity 300ms linear;
		-o-transition: opacity 300ms linear;
		transition: opacity 300ms linear;
	}

	.navbar-default .open > .dropdown-menu,
	.navbar-default .navbar-nav li[class*="toplevel"]:hover > ul,
	.navbar-default .navbar-nav li[class*="secondlevel"]:hover > ul,
	.navbar-default .navbar-nav li[class*="secondlevel"] > ul[style*="block"] {
		pointer-events: auto !important;
		opacity: 1 !important;
	}

	.navbar-default .navbar-nav li[class*="toplevel"]:focus-within > ul,
	.navbar-default .navbar-nav li[class*="secondlevel"]:focus-within > ul {
		pointer-events: auto !important;
		opacity: 1 !important;
	}

	.navbar-default .nav .open > .dropdown-menu {
		pointer-events: none !important;
		opacity: 0 !important;
	}

	.navbar-default .navbar-nav > li > .dropdown-menu::before {
		content: "";
		position: absolute;
		display: block;
		height: 15px;
		left: 0;
		right: 0;
		top: -15px;
	}

	.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu::before {
		content: "";
		position: absolute;
		display: block;
		width: 10px;
		top: 0;
		bottom: 0;
		left: -10px;
	}
}

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

.navbar-default .navbar-nav > li > a {
	color: #2f5d50;
	font-weight: 400;
	text-align: center;
	padding: 10px 35px 15px 35px;
	position: relative;
	font-size: clamp(1rem, 2vw, 1.5625rem);
	line-height: 1.2;
	text-decoration: none;
	hyphens: auto;
	background-color: #bfd4b5;
	border-radius: 5px;
}
.navbar-default .navbar-nav > li:nth-of-type(2n+2) > a {
	background-color: #f9d862;
}

@media (max-width: 991px) {
	.navbar-default .navbar-nav > li {
		border-bottom: 1px solid rgba(46, 60, 72, 0.2);
	}

	.navbar-default .navbar-nav > li > a {
		text-align: left;
	}
	.navbar-default .navbar-nav > li > a {
		padding-left: 25px;
	}
}

@media (min-width: 992px) {
	.navbar-default .navbar-nav > li + li {
		margin-left: 20px;
	}

	.navbar-default .navbar-nav > li+li > a {
		min-height: 110px;
		display: flex;
		align-items: center;
		align-content: center;
	}

	.navbar-default .navbar-nav > li:first-child > a {
		padding: 20px 20px;
		display: flex;
		align-content: center;
		align-items: center;
		justify-content: center;
		height: 100%;
		background-image: url(../img/logo-nav.png);
		background-repeat: no-repeat;
		background-position: center top 15px;
		min-width: 130px;
		padding-top: 60px;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 992px) {
	.navbar-default .navbar-nav > li > a {
		display: block;
	}
}

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

.navbar-nav > li:focus-within > a,
.navbar-nav > li:hover > a,
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li.open > a,
.navbar-nav > li.open > a:hover,
.navbar-nav > li.open > a:focus,
.navbar-nav > li[class$="_over"] > a,
.navbar-nav > li[class$="_over"] > a:hover,
.navbar-nav > li[class$="_over"] > a:focus {
	color: #404040;
}

/* -------------------------------------- secondlevel + thirdlevel dropdown-box -------------------------------------- */

.navbar-default .navbar-nav > li > .dropdown-menu {
	background-color: #ffffff;
	border-radius: 20px;
}

.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
	background-color: #ffffff;
	border-radius: 20px;
}

@media (max-width: 991px) {
	.navbar-default .navbar-nav > li > .dropdown-menu {
		padding: 15px 0;
		margin: 10px 0;
	}
	.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
		margin: 10px;
	}
}

@media (min-width: 992px) {
	.navbar-default .navbar-nav > li > .dropdown-menu,
	.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
		padding-top: 18px;
		padding-bottom: 18px;
	}

	.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
		margin-top: -18px;
		margin-left: 10px;
	}
}

/* --------------------------------------------- secondlevel + thirdlevel -------------------------------------------- */

.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
	color: #404040;
	font-weight: 400;
	text-align: left;
	padding: 9px 25px;
	font-size: clamp(1rem, 2vw, 1.125rem);
	line-height: 1.2;
	text-decoration: none;
	hyphens: auto;
}

.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a {
	color: #404040;
	font-weight: 400;
	text-align: left;
	padding: 9px 25px;
	font-size: clamp(1rem, 2vw, 1.125rem);
	line-height: 1.2;
	text-decoration: none;
	hyphens: auto;
}

/* ------------------------------------------ secondlevel + thirdlevel over ------------------------------------------ */

.navbar-nav > li > .dropdown-menu > li:hover > a,
.navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-nav > li > .dropdown-menu > li > a:focus,
.navbar-nav > li > .dropdown-menu > li.open > a,
.navbar-nav > li > .dropdown-menu > li.open > a:hover,
.navbar-nav > li > .dropdown-menu > li.open > a:focus,
.navbar-nav > li > .dropdown-menu > li[class$="_over"] > a,
.navbar-nav > li > .dropdown-menu > li[class$="_over"] > a:hover,
.navbar-nav > li > .dropdown-menu > li:focus-within > a,
.navbar-nav > li > .dropdown-menu > li[class$="_over"] > a:focus {
	background: #bfd4b5;
	color: #2f5d50;
}

.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li:hover > a,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a:hover,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a:focus,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li.open > a,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li.open > a:hover,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li.open > a:focus,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li[class$="_over"] > a,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li[class$="_over"] > a:hover,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li[class$="_over"] > a:focus,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li:focus-within > a {
	background: #bfd4b5;
	color: #2f5d50;
}

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

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

@media (min-width: 992px) {
	body.index #slider {
		max-height: clamp(400px, 62vw, 650px);
	}

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

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

.slider-mask {
	display: block;
	background: url('../img/bannermaske-oben.png') top center no-repeat, url('../img/bannermaske-unten.png') bottom center no-repeat;
}

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

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

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

main {
	text-align: left;
	padding-top: clamp(30px, 4vw, 60px);
	padding-bottom: clamp(30px, 4vw, 60px);
	position: relative;
}

main > .row {
	position: relative;
	z-index: 2;
}

@media (min-width: 1200px) {
	main::after {
		content: "";
		position: absolute;
		background: url(../img/wasserzeichen-logo-grundschule-alt-duvenstedt-marke.png) no-repeat;
		width: 423px;
		height: 139px;
		bottom: 60px;
		z-index: 1;
		pointer-events: none;
		right: 0;
		display: block;
	}
}

/* ----------------------------------------------- @1nw news -------------------------------------------- */

#nw1 {
	padding-top: 0;
	padding-bottom: 60px;
}

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

#nw1 .tab,
#nw1 .tab_link,
#nw1 .tab_link > div {
	height: 100%;
	min-height: 100%;
}

#nw1 .tab_link_entries {
	display: grid;
	gap: 30px;
}

@media (min-width: 576px) {
	#nw1 .tab_link_entries {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 768px) {
	#nw1 .tab_link_entries {
		grid-template-columns: repeat(3, 1fr);
	}
}

#nw1 .tab_link_entry {
	font-size: 1rem;
	position: relative;
	width: 100%;
	padding: 160px 30px 30px 30px;
	background: #ffffff;
	border: none !important;
	border-top: 4px solid #2f5d50 !important;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	border-radius: 20px;
}

#nw1 .vorschau {
	opacity: 1;
}

#nw1 .tab_preview_picture {
	z-index: 1;
	position: relative;
	background: #ffffff;
}

#nw1 .tab_link_entry::before,
#nw1 .tab_link_entry .tab_preview_picture {
	position: absolute;
	display: block;
	top: -1px;
	left: -1px;
	right: -1px;
	height: 120px;
	overflow: hidden;
	border-radius: 20px 20px 0 0;
}

#nw1 .tab_link_entry::before {
	content: "";
	z-index: 0;
	background:
		center / cover no-repeat,
		#e8f5e9;
}

#nw1 .tab_preview_picture img {
	position: absolute;
	margin: 0 !important;
	left: 50%;
	top: 50%;
	max-width: none;
	min-width: 100%;
	min-height: 100%;
	max-width: 350px;
	width: auto;
	height: auto;
	-ms-interpolation-mode: bicubic;
	transform: translateX(-50%) translateY(-50%);
}

#nw1 .tab_date {
	display: inline-block;
	position: absolute;
	z-index: 1;
	left: -1px;
	top: 105px;
	font-weight: 400;
	color: #2f5d50;
	font-size: .875rem;
	padding: 6px 20px;
	background: #bfd4b5;
	border-radius: 0 3px 3px 0;
}

#nw1 .tab_link_title a {
	display: block;
	font-weight: 700;
	font-size: 1rem;
	color: #2f5d50;
	line-height: 1.2;
	margin-bottom: 8px;
}

#nw1 .tab_link_entries + div,
#nw1 .tab_link_entries .tab_spacer,
#nw1 .tab_link_entry > div:nth-last-child(2) {
	display: none;
}

/* ------------------------------------------- @1nw buttonStyle ------------------------------------------- */

#nw1 .buttonStyle a {
	text-decoration: none;
	display: inline-block;
	font-size: clamp(1rem, 2vw, 1.125rem);
	color: #2f5d50;
	font-weight: 400;
	border-radius: 2px;
	padding: 3px 11px;
	background: #fff;
	border: 1px solid #2f5d50;
	border-radius: 10px;
	margin-top: 30px;
}

@media (min-width: 768px) {
	#nw1 .buttonStyle a + a {
		margin-left: 12px;
	}
}

#nw1 .buttonStyle a:hover,
#nw1 .buttonStyle a:focus {
	color: #ffffff;
	background: #2f5d50;
}




.tabSchule {
	font-size: 1rem;
	position: relative;
	width: 100%;
	padding: 30px 20px 30px 20px;
	background: #ffffff;
	border: none !important;
	border-top: 4px solid #2f5d50 !important;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	border-radius: 20px;
}

.tabSchule .tabHeadline {
	text-align: center;
	font-size: 1.6875rem;
	font-weight: 700;
	color: #2f5d50;
	margin: 0 0 15px 0;
}
/* ----------------------------------------------- @10ev events -------------------------------------------- */

.logoWrapper {
	margin-bottom: 30px;
}

#ev10 .tab {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background: #ffffff;
	font-size: 1rem;
	color: #404040;
	border-top: 4px solid #2f5d50;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	max-width: 370px;
}

#ev10 .tabSpecial {
	padding: 20px 20px;
}

#ev10 .tabSpecial .tabHeadline {
	text-align: center;
	font-size: 1.6875rem;
	font-weight: 700;
	color: #2f5d50;
	margin: 0;
}

#ev10 #clr-events-hide {
	margin-top: 25px;
	padding-left: 20px;
	padding-right: 20px;
}

#ev10 .tab .eventclndr-tab {
	margin-bottom: 0;
}

#ev10 .tab .tab_link_title a {
	color: #2f5d50;
	font-weight: 700;
}

#ev10 .tab .tab_link_mandat a {
	color: #404040;
	font-weight: 400;
}

#ev10 .tab #clr-events-hide > p:nth-child(1) {
	display: none !important;
}

#ev10 .tab .tab_spacer {
	height: 15px;
}

#ev10 .tab .tab_link_mehr {
	color: transparent;
	font-size: 0;
	padding-bottom: 20px;
	padding-right: 20px;
}

#ev10 .tab .tab_link_mehr a {
	text-decoration: none;
	display: inline-block;
	font-size: clamp(1rem, 2vw, 1.125rem);
	color: #024667;
	font-weight: 400;
	border-radius: 2px;
	padding: 3px 11px;
	background: #fff;
	border: 1px solid #024667;
	border-radius: 10px;
}

#ev10 .tab .tab_link_mehr a:hover,
#ev10 .tab .tab_link_mehr a:focus {
	color: #ffffff;
	background: #024667;
}

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

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

h1,
.h1,
.legacy_h1 {
	font-size: clamp(2.25rem, 4vw, 2.625rem);
	font-weight: 700;
}

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

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

h4,
.h4,
.h4link a:is(:link, :hover, :focus, :visited),
.legacy_h4 {
	font-size: clamp(1.1875rem, 1.5vw, 1.375rem);
}

h5,
.h5,
.legacy_h5 {
	font-size: clamp(1.125rem, 1.5vw, 1.3125rem);
}

h6,
.h6,
.legacy_h6 {
	font-size: clamp(1.125rem, 1.5vw, 1.25rem);
}

/* #region ----------------------------------- footer ------------------------------------------- */
/* ----------------------------------------------- @2f footer ----------------------------------------------- */

#footer {
	color: #404040;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
	position: relative;
}

@media (min-width: 992px) {
	#footer {
		padding-top: 60px;
		padding-bottom: 45px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#footer > .row > * + * {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	#footer .row > .col-xs-12:not(:first-child)::before {
		background: #000000;
		content: " ";
		display: block;
		height: 1px;
		margin: 25px 0;
		opacity: 0.2;
		width: 100%;
	}

	#footer .row > .col-xs-12.hidden-xs ~ .col-xs-12::before,
	#footer .row > .col-xs-12.hidden-sm ~ .col-xs-12::before {
		display: none;
	}
}

#footer::after {
	content: "";
	height: 6px;
	background-color: #e8f5e9;
	width: 100%;
	position: absolute;
	top: 5px;
}

/* --------------------------------------------- logoFooter -------------------------------------------- */

#logoFooter {
	display: inline-block;
}

#logoFooter img {
	display: block;
	max-width: 65%;
}

/* --------------------------------------------- footerTab -------------------------------------------- */

#footerTab {
	font-size: 1rem;
	margin-top: 18px;
	padding-top: 15px;
	border-top: 2px solid #c9c9c9;
}

#footerTab a {
	color: #2f5d50;
	font-weight: 700;
}

/* ----------------------------------------------- scrollTop ----------------------------------------------- */

#scrollTop {
	text-decoration: none;
	color: #2f5d50;
	font-size: clamp(1rem, 2vw, 1.125rem);
	font-weight: 700;
	opacity: 1 !important;
	max-width: 170px;
	padding: 10px 20px;
	margin: 0 auto 25px auto;
	border-radius: 10px;
   background: #bfd4b5;
}

@media (min-width: 768px) {
	#scrollTop {
		margin: auto 0 45px auto;
	}
}

#scrollTop:hover,
#scrollTop:focus {
	background-color: #e8f5e9;
}

#scrollTop span {
	position: relative;
	display: inline-block;
	font-size: 0;
	height: 35px;
	width: 18px;
	margin-right: 4px;
	transition: border-radius 300ms linear;
}

#scrollTop span::after {
	content: "";
	position: absolute;
	display: inline-block;
	margin-top: -1px;
	left: 0;
	top: 50%;
	width: 7px;
	height: 7px;
	border-radius: 1px;
	border-right: 2px solid #2f5d50;
	border-top: 2px solid #2f5d50;
	transform: rotate(-45deg);
}

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

#vernetzt {
	gap: 12px;
	text-align: right;
	font-size: 0.9375rem;
	color: #404040;
	line-height: 1.3;
	text-decoration: none;
}

#vernetzt span span {
	display: block;
}

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

#innerfooter {
	font-size: 1rem;
	color: #ffffff;
	padding-top: 22px;
	padding-bottom: 22px;
	background-color: #333333;
}

#innerfooter ul {
	padding: 0 !important;
}

#innerfooter li {
	display: inline-block;
}

#innerfooter a {
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
}

#innerfooter a:hover,
#innerfooter a:focus {
	color: #ffffff;
	text-decoration: underline;
}

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

@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;
	}
}
