
:root {
	--base-color: #575756;
	--second-color: #87BA32;
	--grey-color: #656565;
	--base-font-family: Verdana, Geneva, sans-serif;
	--menulevel2-color: #87BA32;
	--footer-font-color: #545454;
	--black-color: #000000;

	--mobile-body-padding: 1rem;

	--fs-400: 12px;
	--fs-500: 12pt;
	--fs-600: 14pt;
	--fs-800: 16pt;
	--fs-900: 24pt;
}

ul {
	margin: 0;
	display: block;
	list-style-type: disc;
	margin-block-start: 0;
	margin-block-end: 0;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	/*padding-inline-start: 0;*/
}

p {
	margin-block-start: 0.3em;
	margin-block-end: 0.3em;
}

body {
	margin: 0;
	padding: 0;
	font-family: var(--base-font-family);
	font-size: var(--fs-400);
}

#footerOwner {
	margin: 4px auto;
	width: 1047px;
	text-align: center;
	font-size: --fs-400;
	font-family: var(--base-font-family);
	--footer-font-color: #000000;
	font-style: normal;
	background-color: transparent;
}

#footer {
	background-color: var(--base-color);
	height: 65px;
	border-top: solid 7px #87ba32;
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
}

#footer #Logout_div {
	display: table-cell;
	height: 100%;
	width: 33%;
	float: left;
	box-sizing: border-box;
	padding-left: 15px;
}

#footer #copyright_div {
	display: table-cell;
	width: 33%;
	vertical-align: middle;
	align-items: center;
	color: var(--second-color);
	text-align: center;
}

#footer #impressum_div {
	display: table-cell;
	width: 33%;
	vertical-align: middle;
	margin-right: 15px;
	color: var(--second-color);
	text-align: right;
}

#footer .v-align-table {
	display: inline-table;
	box-sizing: border-box;
	height: 100%;
}

#footer .v-align-table>span {
	display: table-cell;
	vertical-align: middle;
}

#footer #impressum_div a {
	color: var(--second-color);
	cursor: pointer;
	text-decoration: none;
	margin-right: 2rem;
}

#telnum {
	color: var(--second-color);
	font-size: 20px;
	margin-left: -60px;
	white-space: nowrap;
}

.maintheme.v-app .container,
.maintheme.v-app-loading .container {
	font: var(--fs-500) var(--base-font-family) !important;
	background-color: #fff !important;
	font-weight: bold;
}


.maintheme .error h1.v-Notification-caption {
	color: white !important;
}

.maintheme h1 {
	color: var(--second-color) !important;
	margin: 0 !important;
}

.maintheme .seitenTitel h2 {
	color: var(--base-color) !important;
	font-weight: bold !important;
	font-size: 14px !important;
	margin: 0 !important;
}

.maintheme .buchmodul .v-label-undef-w {
	white-space: normal !important;
}


.maintheme .v-button:focus::after {
	border-color: var(--second-color) !important;
}

a.headlineOne {
	font-size: 26pt;
	font-weight: bold;
}

a.headlineThree {
	font-size: 20pt;
	font-weight: normal;
	color: var(--second-color);
}

a.flieÃŸtext {
	font-size: --fs-500;
	color: var(--grey-color);
}



/*---------------------------------AdminSection----------------------*/


.menu1 .menuEditButton+li {
	position: absolute;
	margin: 0 0 0 -3rem;

}

div {
	display: block;
}

.menu1>li.liMenuEditButton {
	background-color: transparent !important;
	position: absolute;
	border: none !important;
	margin: -44px 0 0 618px;
	z-index: inherit;
	color: white;
}

.menu2 li.liMenuEditButton,
.menu2 ul div.menuEditButton {
	background-color: transparent !important;
	position: absolute;
	display: none;
	border: none !important;
	margin: -50px 0 0 0;
	z-index: inherit;
	color: white;
}

.inner_content .editButtonHeader {
	display: block;
	z-index: 1;
}

.inner_content .contactEditButton {
}

.inner_content .contacts_div .contact_div .editButtonLeft {
	display: none;
}

.modulContainer {
	width: 100%;
	justify-content: center;
	display: flex;
}

.contacts_map {
	order: 2;
}

.articleModul .editButtonLeft {
}

.articleModul .editButtonRight {
}

.contentRight .tooltip {
	position: absolute;
	z-index: inherit;
	margin: 0 0 0px 0px;
	width: auto;
}

.tooltip {
}
/*Datenschutz*/
div#datenschutz_text>p {
	line-height: 1.3;
    margin-block-end: 0;
    font-size: 14px;
    margin-block-start: 0;
    margin-top: 0;
    margin-bottom: 0;
}



/*---------------------------------Edit Icon----------------------*/
.edit_icon {
	width: 25px;
	height: 25px;
	border: 0;
	padding-left: 5px;
}

.edit_icon:hover {
	cursor: pointer;
}

.editButtonLogo {
	margin-left: 100px;
	margin-top: 0px;
}

/*---------------------------------Container----------------------*/
.container {
	max-width: 1000px;
	min-width: 350px;
	display: flex;
	flex-direction: column;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
	height: 688px;
	box-shadow: 10px 10px 10px #ccc;
	box-sizing: border-box;
	margin: 0 auto;
	background: white;
}

/*---------------------------------Header----------------------*/
.header {
	height: 110px;
	/* position: -webkit-sticky; */
	position: relative;
	top: 0;
	z-index: 1;
	background: var(--base-color);
	border-bottom: solid 7px #87ba32;
}

.stickyHeader {
	position: sticky;
	top: 0;
	z-index: 1;
}

.logo_tel{
    display: flex;
    align-items: end;
}

.LogoImage {
	width: 150px;
	height: 90px;
	display: block;
	margin-bottom: 13px;
    margin-left: 8px;
}

.header_logo {
	display: inline-block;
}

.header_logo img {
	margin-top: 10px;
	margin-left: 10px;
	width: 150px;
	vertical-align: middle;
}


input#hamburg {
	display: none
}


.desktop {
	height: 110px;
	display: flex;
    flex-direction: row;
    align-items: end;
	justify-content: space-between;
}

.menu.desktop {
	width: 80%;
	float: right;
}

.menuLevel1>li.liMenuEditButton{
	background-color: grey;
	padding-bottom: 2px;
}

.menu1 {
	background: var(--base-color);
	width: 100%;
}

.menu1>ul {
	position: absolute;
	right: 40px;
	bottom: 0;
	display: inline-block;
	margin: 0;
}

.menuLevel1 {
	/*do not switch line.*/
	display: flex;
	flex-direction: row;
	white-space: nowrap;
	height: 27.3px;
	/*there is no text directly in <ul>, but this is neccessary for getting rid of space between child <Li>s.*/
	font-size: 0;
	padding-left: 0px;
}

.menuLevel1>li {
	/* background-color: var(--second-color); */
	/* display: table-cell; */
	/*child property will be displayed from left to right.*/
	display: inline-block;
	width: fit-content;
	text-align: center;
	border-left: 1px var(--second-color) solid !important;
	height: auto;
}

.menuLevel1>li:first-child {
	border-left: none !important;
}

.menuLevel1 {
	list-style: none;
	margin: 0;
	margin-right: 25px;
	z-index: 10;
}

.menuLevel1>li>button,
.menuLevel2>li>button {

	background: none;
	border: none;
	text-align: center;
	padding: 0;
	width: 100%;
	height: 100%;
}

.menuLevel1>li:hover>ul.menuLevel2 {
	display: contents;
}

/**** menulevel 1 ****/
.menuLevel1>li {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.menuLevel1 li:hover ul {
	visibility: visible;
	opacity: 1;
	transition-delay: 0s;
	background-color: var(--second-color);
}

.menuLevel1>li.editButton_menu {
	position: absolute !important;
	left: -20px !important;
}


nav {
	display: inline-block;
}

/* div{
	display:inline-block;
} */
.menuLevel1>li>button>a {
	position: relative;
	text-decoration: none;
	color: var(--second-color);
	background: transparent;
	display: block;
	width: auto;
	font: 22px var(--base-font-family);
	padding-left: 20px;
	padding-right: 20px;
}

.menuEditButton {
	visibility: visible !important;
	display: block !important;
}

.menuLevel1>li >a:hover {
	color: var(--base-color);
	background-color: var(--second-color);
}

.menuLevel1>i>a {
	margin: 10px 0px;
	font-size: 1.5rem;
	font-weight: 500;
	box-sizing: border-box;
	width: auto;
}

.menuLevel1>li:first-of-type>a {
	border-left: none;
}

.menuLevel1>li>a:LINK {
	text-decoration: none;
}

.menuLevel1>li>a:hover:before,
.menuLevel1>li .current a:before {
	opacity: 1;
	width: 100%;
}

.menuLevel1>li>a:hover:after,
.menuLevel1>li .current a:after {
	max-width: 100%;
}

.menuLevel1>li.selected>button, .menuLevel1>li.hasSelectedDescendant>button{
	background-color: var(--second-color);
}

.menuLevel1>li.selected>button>a , .menuLevel1>li.hasSelectedDescendant>button>a{
	color: var(--base-color);
}

.menuLevel1>li.selected, .menuLevel1>li.hasSelectedDescendant {
	background-color: var(--base-color);
}

ul.menuLevel1>li {
	position: relative;
}

#container li.editButton_menu>a::after {
	display: none;
}

.contentRight {
	width: 741px;
	margin: 0 0 0 54px;
	display: flex;
	flex-direction: column;
}

.menu2 {
	background-color: var(--base-color);
	color: var(--second-color);
	width: 206px;
	margin-top: 1px;
	padding: 25px 0 0 0;
	overflow-y: auto;
}

ul.menuLevel2 {
	/* visibility: hidden; */
	position: absolute;
	/* bottom: 0; */
	list-style-type: none;
	/* display: contents; */
	display: none;
	border-bottom: 1px white solid !important;
	z-index: 1 !important;
}

.menuLevel2>li.selected>button>a{
	font-weight: bold;
}

ul.menuLevel2>li>button>a {
	text-decoration: none !important;
	color: var(--base-color) !important;
	font-size: 16px !important;
	padding: 0 !important;
	font-family: Verdana;
}


li::marker {
	display: none !important;
}

.menuLevel2>li {
	padding: 5px;
	background-color: var(--second-color);
	color: var(--base-color);
	display: none;
	text-align: center;
}

.menuLevel2>.liMenuEditButton {
	display: none;
	position: relative;
}

.menuLevel1>li:hover>ul.menuLevel2>li {
	display: block;
}

.menuLevel1>li:hover {
	background-color: var(--second-color);
}

.menuLevel1>li:hover>button>a {
	color: var(--base-color);
}

.menuLevel1>li:hover>ul.menuLevel2>li.liMenuEditButton {
	display: block !important;
}

.menuLevel1>li.editButton_menu>a {
	border-left: 0px !important;
	padding: 0px !important;
}

ul.menuLevel2>li:hover {
	background-color: var(--base-color) !important;
	color: var(--second-color) !important;
}

ul.menuLevel2>li:hover>button>a {
	color: var(--second-color) !important;
}



/*------Content-------*/
.contentwrap {
	width: 80%;
}

.content {
	height: 395px;
	box-sizing: border-box;
	margin: 50px 30px 50px 50px;
	overflow-y: auto;
	padding-right: 20px;
	/* width: 100%;
	min-height: 1%;
	flex: 1;
	display: flex;
	flex-direction: row; */
}

#aktuellButton {
	position: absolute;
	margin: 40px 0 0 595px;
}

.bannerImageWrapper {
	display: none;
	width: auto;
	height: auto;
}

.bannerImage {
	display: flex;
	align-items: center;
}

#formatImage {
	/* max-width: 100%; */
	margin-bottom: -8px;
	max-width: 161.96px;
	max-height: 95px;
}

#mainimage {
	height: 100%;
	width: 99%;
	max-width: 430px;
	max-height: 320px;
	/* border: solid 1px white; */
	margin: 0px 30px 0px 30px;
}

.articelTextWrapper>h1 {
	color: var(--second-color);
	font-size: 21px;
	font-weight: bold;
}

.articelTextWrapper>h2 {
	color: var(--second-color);
	font-size: 21px;
	font-weight: bold;
}

.articelTextWrapper>p {
	line-height: 1.2;
	font-size: 14px;
	color: var(--base-color);
	margin-top: 0;
	margin-bottom: 0;
}

html{
	height:100%;
}

body {
	height:100%;
	background-color: #ebeced;
	-ms-overflow-style: none;
}

img#mainimage {
	border: solid 1px #ffffff;
	outline: solid 1px #87ba32;
	margin: 1px;
}

.bannerTextWrapper {
	position: absolute;
	margin: 0 12em;
}

.bannerText {
	color: white;
	font-size: 3rem;
	font-weight: 400;
	display: inline;
	margin-left: 5rem;
}

.stickyHeader {
	position: sticky;
	top: 0;
	margin-top: 2px;
}


.headerCaption {
	color: var(--base-color);
	font-weight: 400;
}


.inner_content {
	/* display: flex;
	flex-direction: row;
	flex: 1; */
	width: 100%;
	overflow: hidden;
	height: auto;
}

.veranstaltungstitel {
	display: flex;
	flex-direction: column;
}

/*------Dropdown MenÃ¼-------*/
.dropbtn {
	color: white;
	font-size: 1.3em;
	border: none;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 9999;
}

.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	font-size: 1.2em;
}

.dropdown-content a:hover {
	background-color: #ddd;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown:hover .dropbtn {
	color: var(--base-color);
}

/*------Article-------*/

.articleModul {
	width: 100%;
	display: flex;
	flex-direction: row-reverse;
}

.articelTextWrapper {
	padding-right: 10px;
	/* max-height: 300px; */
	order: 2;
	float: left;
	width: 50%;
	overflow-y: auto;
}

.articelImageWrapper {
	margin: 14px 0px 30px 30px;
	order: 1;
	float: right;
	width: 50%;
	margin-top: 0;
}

.articelImage {
	height: 100%;
}

.articelTextWrapper h1,
.articelTextWrapper h2 {
	margin-block-start: 1rem !important;
}



/*------Produktmodul-------*/
.productlist_div {
	display: flex;
	flex-direction: column;
}


.productlist_entry {
	display: flex;
	align-items: center;
	
}

.productlist_text {
	box-sizing: border-box;
	width: 70%;
	display: block;
	flex-direction: column;
	order: 2;
	margin-left: 50px;
}

.productlist_text>.editButton_productlist_div {
	position: absolute;
	top: 0px;
	left: -20px;
}

.productlist_title {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 15px;
	/* color: var(--second-color); */
	white-space: nowrap;
}

.productlist_div_Leistungen {

	display: flex;
	flex-direction: column;
}

.productlist_div_Leistungen>.productlist_entry>.productlist_text>.productlist_title {
	overflow-wrap: break-word;
    word-break: break-word;
	display: block;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-size: 21px;
    font-weight: bold;
    color: var(--second-color);
}

.productlist_title_stellenanzeigen {
	font-weight: bold;
	font-size: var(--fs-800);
	color: var(--second-color);

}


.productlist_description {
	font-size: var(--fs-400);
	width: 85%;
}
.productlist_description>ul>li{
	margin-block-end: 0;
	margin-block-start: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.2;
}
.productlist_description>ul>li>p {
	margin-block-end: 0;
	margin-block-start: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1;
}

.productlist_more {
	background-color: var(--base-color);
	width: 100px;
	display: flex;
	justify-content: center;
	margin-top: auto;
	border-radius: 10px;
}

.productlist_more a {
	color: white;
	font-weight: 400;
	text-decoration: none;
}

.productlist_more:hover {
	opacity: 0.7;
	cursor: pointer;
}

.productlist_image_div {
	min-width: 204px;
	order: 1;
	display: block;
	text-align: center;
}
.productlist_image {
	border: solid 1px white;
	max-width: 200px;
	max-height: 200px;
	width: auto;
	outline: solid 1px var(--second-color);
	margin-bottom: 1px;
	margin-top: 2px;
	margin-left: 2px;
}

.produkt_text_News {
    padding-left: 204px;
    margin-left: 50px;
    font-size: 14px;
    font-family: var(--base-font-family);
	margin-top: 0;
	margin-bottom: 0;
	margin-block-start: 0;
	margin-block-end: 0;
	line-height: 1.1;
}
.produkt_text_News>p {
    margin-top: 0;
    margin-bottom: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}
.productlist_text:last-of-type {
	padding-left: 204px;
}


.product_separator {
	width: 100%;
	border-top: 2px solid #79d44f;
	margin: 3rem 0;
}

.product_separator:last-Child {
	width: 0%;
}

.product_separator_trennungslinien{
	height: 0px;
}

.product_back_outer a {
	font-size: 1.3rem;
	color: #008ecf;
	text-decoration: underline;
}

/*-------Formular-------*/

.formularFeld:focus,
.formularFeld>input:focus

/*ComboBox*/
	{
	border-color: var(--second-color) !important;
}

.formularButton {
	background: var(--base-color) !important;
	color: white !important;
	border: none !important;
	text-align: center !important;
	line-height: 30px !important;
	cursor: pointer !important;
}

.produktdetails_div {
	display: none !important;
}

.produktdetails_div .headlineTwo {
	display: none;
}

div.contact_image_div>img#mainimage {
	margin: 0px 0px 15px 0px;
	border: none;
	outline: none;
}




/*-------Contact-------*/

.adressauswahl {
	width: 100%;
	overflow: hidden auto;
}

.adressauswahl>div>div {
	padding: 0 !important;
}

.v-textfield-buchShopTextfield,
.buchShopComboBox {
	height: 17px !important;
}

.v-caption-buchShopTextfield,
.v-caption-buchShopComboBox {
	height: 13px !important;
	font-size: --fs-400 !important;
}

.maintheme .adressauswahl .v-formlayout-captioncell {
	vertical-align: top;
	line-height: inherit;
}

/*-------Contact-------*/

.contacts_div {
	width: auto;
	overflow-y: auto;
}

div.contact_image_div>img#mainimage {
	margin: 0px 0px 15px 60px;
	width: 300px;
	height: 200px;
}

.contact_div {
	width: 100%;
}

.contact {
	display: flex;
	flex-direction: row-reverse;
	justify-content: left;
	margin-left: 40px;
}

.contact_separator {
	visibility: collapse;
	height: 2rem;
}

.contact_data {
	order: 1;
	line-height: 1.25;
}
.container_ContactWithMap>.contact_text{
	font-size: 14px;
	font-family: var(--base-font-family);
	margin-top: 0;
	margin-bottom: 0;
	margin-block-end: 0;
	margin-block-start: 0;
	line-height: 1;
	padding-right: 10px;
	margin:0;
}
.container_ContactWithMap>.contact_text>p{
	margin-top: 0;
	margin-bottom: 0;
	margin-block-end: 0;
	margin-block-start: 0;
}
.contact_text {
	padding-right: 10px;
	margin:14px;
}

.contact_text>p>strong {
	font-weight: bold;
	font-size: 21px;
	color: var(--second-color);
	margin: 14px 0px;
	/* padding-bottom: 10px; */
}

.contact_data>p {
	margin-block-start: 0em;
	margin-block-end: 0em;
	font-size: 14px;
}

.contacts_map {
	float: right;
	margin-top: 16px;
	margin-left: 20px;
	max-width: 430px;
	max-height: 330px;
	width: 100%;
	height: 100%;
}
.container_ContactWithMap {
    display: flex;
}
iframe {
	border:solid 1px  white;
	outline: solid 1px var(--second-color);
	width: 99%;
	height: 308px;
	ORDER: 2;
}

.contact_separator {
	width: 100%;
	border-top: 1px solid var(--second-color);
}

.contact_separator:last-Child {
	width: 0%;
}

.contact_vornameNachname {
	/* padding-bottom: 5px;
	font-weight: bold; */
	/* font-size: var(--fs-800);
	color: var(--second-color); */
}

/* .contact_image_div>#mainimage {
	height: 121px;
} */

/*-------Links-------*/
.linksmodulNormal {
	display: flex;
	justify-content: flex-start;
}

.linksmodulResponsive {
	display: none;
}

.linkkategorie_wrapper {
	display: flex;
	flex-direction: column;
}

.link_text {
	margin-bottom: 3rem;
	min-height: .5rem;
}

.linkkategorie {
	display: flex;
	align-items: center;
	font-size: 1.25em;
	font-weight: 400;
	width: max-content;
}

.linkkategorie:hover {
	border-bottom: 2px solid var(--base-color);
	cursor: pointer;
}

.link_showdetails {
	display: none;
}

.categoryActive {
	border-bottom: 2px solid var(--base-color);
}

.links_wrapper {
	margin-left: 120px;
	flex: 1;
}

.link {
	border-bottom: 1px solid var(--second-color);
	padding: 15px 0px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.link:first-of-type {
	padding-top: 0px;
}

.link:last-of-type {
	border: none;
}

.linkDetails {
	display: flex;
	flex-direction: column;
	margin-right: 100px;
	flex: 1;
}

.linkDetails p {
	margin-block-start: 0em;
}

.linkDetails>p>a {
	text-decoration: underline;
	color: var(--second-color);
	font-weight: 400;
}

.linkDetails>p>a:hover {
	font-weight: 500;
}

.link_image_div {
	align-self: center;
	max-width: 150px;
}

/*------Gallerie-------*/

.galerieModul {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.galerieModul .editButton {
}

.gallerieWrapper {
	height: 288px;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.gallerie_mainimage {
	width: 100%;
	height: 288px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.gallerieWrapper #mainimage {
	padding: 0;
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}


.gallerieWrapper #image {
	max-height: 90%;
	max-width: 100%;
}

.thumbbarWrapper {
	margin-top: 12px;
	height: 20%
}

.thumbbar {
	height: 100%;
	list-style-type: none;
	display: flex;
	justify-content: center;
	overflow-x: auto;
	margin-left: 60px;
	padding: 0;
	align-items: center;
}

.thumbbar li {
	margin: 0 4px 0 0;
}

.thumbbarImage {
}

.thumbnailimage {
	max-height: 74px;
	max-width: 99px;

}

.popupMainImage img {
    max-width: 100% !important;
    max-height: 100% !important;
}


/*------agb-------*/
.agb {
	width: 100%;
}

.agb .editButtonHeader {
	display: block;
	position: absolute;
	margin: -31px 0 0px -3rem;
	width: min-content;
	z-index: 1;
}

div#impressum_text {
		color: #575756;
		font-size: 14px;
		height: 100%;
		overflow-y: auto;
		padding-right: 10px;
		height: 100%;
}
div#impressum_text>h1{
	font-size: 21px;
	color: var(--second-color);

}
div#impressum_text>p {
	line-height: 1.3;
margin-top: 0;
margin-bottom: 0;
margin-block-end: 0;
margin-block-start: 0;
}


/*------impressum-------*/
.impressum {
	width: 100%;
}

.impressum .editButtonHeader {
	display: block;
	position: absolute;
	margin: -31px 0 0px -3rem;
	width: min-content;
	z-index: 1;
}

/*-------Footer-------*/

/* .footer {
	background-color: var(--base-color);
	height: 65px;
    border-top: solid 7px #87ba32;
} */

.footer a {
	color: var(--footer-font-color);
}

.social_media_div {
	margin-left: 12em;
}

.social_media_div a img {
	margin-right: 25px;
	height: 24px;
}

.copyright_div a {
	text-decoration: none;
	color: #87BA32;
}

.boersenverein-foerderung {
	width: 30rem;
}

/******************************/
/* Responsive*/
/******************************/
@media only screen and (max-width: 1000px) {
	.container {
		width: 100%;
	}

	.bannerTextWrapper {
		padding: 0rem 2rem;
	}

	.bannerText {
		font-size: 2.3rem;
	}

	@media only screen and (max-width: 950px) {
		#telnum {
			align-self: flex-start;
			margin-left: -57px;
		}
		
		.menuLevel1 {
			margin-left: calc(1000vw / -100);
		}
		
	}

	@media only screen and (max-width: 800px) {
		#telnum {
			display: none;
		}

		.hamburg {
			display: contents;
		}

		label.hamburg {
			display: block;
			width: 75px;
			height: 50px;
			position: absolute;
			right: 1rem;
			border-radius: 4px;
			/*centralizing of align-vertical */
			transform: translate(-50%, -50%);
			top: 50%;
		}

		.bannerText {
			font-size: 2rem;
		}

		/******** Artikelmodul **********/
		.content {
			overflow-y: auto;
		}

		.articleModul {
			/* position: relative; */
			display: flex;
			flex-wrap: wrap;
			align-items: flex-start;
		}

		.articelTextWrapper {
			flex: 1 1 100%;

			min-width: 200px;
			margin-right: 0px;
			margin-bottom: 20px;
			width: 100%;
			/* display: inline-block; */
		}

		.articelTextWrapper {
			/* height: max-content; */
			max-height: 100%;
			order: 2;
			float: left;
			width: 50%;
		}

		.articelImageWrapper {
			order: 1;
			flex: 0 0 auto;
			margin-right: 10px;
			width: 100%;
			/*display: inline-block;
			position: relative; */
		}

		/******** Produktmodul **********/
		.productlist_entry {
			flex-direction: column;
		}

		.productlist_text {
			margin-right: 0px;
			margin-left: 0px;
		}

		.productlist_description {
			width: 100%;
		}

		.productlist_text:last-of-type {
			padding-left: 20px;
		}
		
		.produkt_text_News{
			margin-left: 0px;
			padding-left: 0px;
		}

		

		/******** abwechselnd Produktmodul **********/
		.abwechselndProductlist_entry:nth-child(even) {
			flex-direction: column-reverse;
		}

		.abwechselndProductlist_text {
			width: 100%;
			margin-bottom: 25px;
		}

		/******** Kontaktmodul**********/

		.contact {
			flex-direction: column;
			gap: 10px;
		}

		.contact_image_div {
			margin: 0;
		}

		/******** Linkmodul **********/
		.linksmodulNormal {
			display: none;
		}

		.linksmodulResponsive {
			display: flex;
			margin-bottom: 20px;
		}

		.link_showdetails {
			display: block !important;
		}

		.links_wrapper {
			display: none;
			position: relative;
			margin-left: 0%;
			width: 100%;
		}

		.linkkategorie_wrapper {
			flex: 1;
		}

		.kat_wrapper2 {
			justify-content: space-between;
			border: 1px solid var(--base-color);
			margin-block: 1%;
			position: relative;
		}

		.kat_wrapper2:after {
			content: '\02C7';
			font-size: 4rem;
			height: 2rem;
			position: absolute;
			right: 1%;
			color: #79d44f;
			padding: 0;
			top: -40%;
		}

		.kat_wrapper2_active {
			color: white;
			background: var(--base-color);
			position: relative;
		}

		.kat_wrapper2_active:after {
			content: '\02DF';
			font-size: 4rem;
			height: 2rem;
			position: absolute;
			right: 1%;
			color: white;
			padding: 0;
			top: -40%;
		}

		.link {
			border: 1px solid var(--base-color);
			padding: 10px;
			gap: 1em;
		}

		.link:first-of-type {
			padding-top: 10px;
		}

		.link:last-of-type {
			border: 1px solid var(--base-color);
		}

		.link_image_div>img {
			width: 100%;
		}

		.linkDetails {
			margin-right: 0;
		}

		.linkDetails>a:first-of-type {
			display: block ruby;
			color: var(--base-color);
		}

		.linkDetails>a:last-of-type {
			font-size: 10pt;
		}

		.copyright_div {
			display: block;
		}

		.line {
			position: absolute;
			left: 10px;
			height: 4px;
			width: 55px;
			background: var(--second-color);
			border-radius: 2px;
			display: block;
			transition: 0.5s;
			transform-origin: center;
		}

		.line:nth-child(1) {
			top: 12px;
		}

		.line:nth-child(2) {
			top: 24px;
		}

		.line:nth-child(3) {
			top: 36px;
		}

		#hamburg:checked+.hamburg .line:nth-child(1) {
			transform: translateY(12px) rotate(-45deg);
		}

		#hamburg:checked+.hamburg .line:nth-child(2) {
			opacity: 0;
		}

		#hamburg:checked+.hamburg .line:nth-child(3) {
			transform: translateY(-12px) rotate(45deg);
		}

		#hamburg:checked~.menuLevel1 {
			display: flex !important;
		}


		.inner_content {
			margin: 0 2rem;
		}

		div.contact_image_div>img#mainimage  {
			margin: 0px;
		}

		.breadcrumbText {
			margin-left: 2rem;
		}

		.copyright_div {
			margin: 0 2rem;
		}

		.productlist_entry {
			justify-content: center;
		}
		
		.menu1 {
			align-items: flex-end;
			margin: 0;
			flex-wrap: wrap;
			justify-content: space-around;
		}

		.menuLevel1 {
			top: 27px;
			right: 0;
			display: none;
			flex-direction: column;
			position: relative;
			align-items: center;
			background: #ffffff;
			padding-inline-start: 0px;
			width: 100%;
			margin-left: -158px;
			flex: none;
		}
		
		.menuLevel1>li>button, .menuLevel2>li>button {
			height: unset;
		}

		.menuLevel1>li {
			background-color: var(--second-color);
		}

		.menuLevel1>li>button>a {
			color: var(--base-color-);
		}
		
		.menuLevel1>li.selected>button>a {
			font-weight: bold;
		}

		.menu_icon_level_1 {
			display: block;
			width: 48px;
			height: 48px;
			margin-right: 2.8rem;
		}

		.menuLevel1>li {
			border-bottom: solid 2px var(--base-color);
			margin-left: 0px;
			width: 100%;
			display: flex;
			justify-content: space-between;
			flex-wrap: wrap;
		}

		.menuLevel1>li:last-child {
			border-bottom: none;
		}

		.menuLevel1>li>button>a {
			text-align: left;
			margin-left: 0;
			margin-top: 7px;
			margin-bottom: 7px;
			width: 100%;
			font-size: 18px;
			color: rgb(87, 87, 86);
		}

		.menuLevel1>li:hover>button>a {
			background-color: var(--second-color);
		}


		.menuLevel1>li:checked>button {
			background-color: var(--second-color);
		}

		.menuLevel1>li:checked>button>a {
			color: var(--base-color);
		}

		.menuLevel1>li>button>a::before {
			display: none;
		}
		
		li.menu_opened>ul {
			visibility: visible;
			display: contents;
		}

		.menuLevel1>li:first-child {
			width: 100%;
		}

		.menu_icon_level_2 {
			display: block;
			margin-right: 2.8rem;
		}

		ul.menuLevel2 {
			width: 100%;
			padding-inline-start: 0;
		}

		ul.menuLevel2>li.selected>button>a {
			font-weight: bold;
		}

		.menuLevel2>li {
			width: 100%;
			position: relative;
			margin-bottom: 0px;
			border: none;
			background-color: var(--base-color) !important;
			display: flex;
			flex-direction: column;
			flex-wrap: wrap;
			justify-content: space-between;
		}

		.menuLevel2>li>button {
			text-align: left;
			display: contents;
		}

		ul.menuLevel2>li>button>a {
			display: block;
			margin-left: 1rem;
			margin-top: 3px;
			margin-bottom: 3px;
			width: 100%;
			font-size: 18px !important;
			color: var(--second-color) !important;
		}

		.menuLevel2>li:focus-within .menuLevel3 {
			position: inherit;
			visibility: visible;
			opacity: 1;
			transition: none;

		}

		.menuLevel3 {
			padding-inline-start: 0px;
		}

		.menuLevel3>li {
			background-color: #79d44f;
			border: none;
			margin-bottom: 0px;
		}

		.menuLevel3>li>button>a {
			margin-left: 6rem;
		}
		/*---------------------------------kjo-----------------------------------------------*/
	}

	@MEDIA only screen and (max-width: 600px) {
	
		.inner_content{
			margin-left: 0;
			margin-right: 0;
		}
		
		.LogoImage img {

		}
		
		.articelTextWrapper>p>span{
			display: none;
		}

		.bannerText {
			font-size: 1.4rem;
		}

		/******** abwechselnd Produktmodul **********/
		.abwechselndProductlist_entry {
			font-size: 0.9rem;
		}

		.abwechselndProductlist_description {
			width: 100%;
		}

		.abwechselndProductlist_image_div {
			max-width: 250px;
			max-height: 250px;
		}

		/******** Contactmodul **********/
		.contact_data {
			margin: 0;
			line-height:1.2 ;
		}

		.contact_image_div {
			margin-right: 0;
			margin-left: 0;
		}

		/******** Linkmodul **********/
		.categoryActive {
			background: var(--base-color);
		}
		
		.product_separator_trennungslinien{
			height: 1px;
			background-color: black;
			margin-top: 20px;
			margin-bottom: 20px;
		}
		
		.productlist_entry{
			align-items: start;
		}
		
		.productlist_image_div {
			width: 100%;
		}
	}

	@MEDIA only screen and (max-width: 450px) {
		.scrollToTopDiv {
			bottom: 100px;
		}
	}