#rstpl-all-content-position {
	min-height: 1300px;
	background-repeat: no-repeat;
}

#rstpl-pagewrap #rstpl-com_content .com-content-category-blog .blog-items .blog-item {
	background-color: #f0f0f0;
}

.card {
	background-color: rgb(255, 255, 255, 0);
}

#rstpl-main-menu-position .navbar .navbar-collapse .mod-menu > .nav-item > a::after {
	background-color: #ffffff;
}

#rstpl-main-menu-position .navbar .navbar-collapse .mod-menu > .nav-item.active > a {
	color: #007200;
}

h1,
#column-right > .rstpl-card .card-title {
	background-color: #007200;
	color: #ffffff;
	padding-left: 4px;
	text-transform: none;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 1.5rem;
	margin-bottom: 0.5rem;
}

#rstpl-pagewrap .nav-tabs .nav-item [role="tab"] {
	color: #000000;
}

div.rstpl-box-tabs li.nav-item {
	background-color: #fafafa;
	border-bottom-color: rgba(0, 0, 0, 0);
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-style: solid;
	border-bottom-width: 0.716667px;
	border-image-outset: 0;
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
	border-left-color: rgb(220, 220, 220);
	border-left-style: solid;
	border-left-width: 0.716667px;
	border-right-color: rgb(220, 220, 220);
	border-right-style: solid;
	border-right-width: 0.716667px;
	border-top-color: rgb(220, 220, 220);
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-top-style: solid;
	border-top-width: 0.716667px;
}

#rstpl-main-menu-position .navbar .navbar-toggler,
button.navbar-toggler {
	background-color: #007200; /* dunkelgruen */ 
}

#rstpl-pagewrap .nav-tabs .nav-item [role="tab"] {
	padding-top: 4px;
	padding-left: 12px;
	padding-bottom: 4px;
	padding-right: 12px;
}

/* --- Spoiler --- */
div.accordion-item {
	margin-top: 1rem;
}

.accordion-button {
	font-weight: 700 !important;
	font-size: 1.4rem;
	margin-bottom: 1rem;
	margin-top: 1.5rem;
}

.accordion-button::before {
	content: "↓";
	padding-right: 4px;
}
/* --- /Spoiler --- */

img {
	max-width: 100%;
}

.wf-icon-zoom-image svg {
	opacity: 1;
}

@media only screen and (min-width: 600px) {
	.smallscreens {
		display: none;
	}
}

@media only screen and (max-width: 600px) {
	.largescreens {
		display: none;
	}
}