:root{
	--base-color: #79d44f;
	--base-font-size: 18px;
}

/*-----------------------hier wird die Schriftart ï¿½berschrieben, ansonsten wird es von Vaadin geladen----------------------*/
html {
	font-family: 'Segoe UI' !important;
}

.inner_content h1 {
	font-size: 2em !important;
}

.inner_content h2 {
	font-size: 2em !important;
}

.inner_content h3 {
	font-size: 27px !important;
	font-weight: 300;
}

.inner_content p {
    font-size: 22.5px !important;
    font-weight: 200;
    margin: 22.5px 0 20px;
    line-height: 150%;
    margin-top: 0.5em;
    margin-bottom: 0.75em;
}


/*Hier werden die Abstï¿½nde weggenommen*/
.produkt_text :first-child {
	margin-top: 0em !important;
}

.articelTextWrapper :first-child {
	margin-top: 0em !important;
	font-weight: 300;
}

.formularHeader :first-child{
	margin-top: 0em !important;
}

/*---------------------------------AdminSection----------------------*/
.adminSection{
	background-color: #6f6f6f;
	position: fixed;
    z-index: 2;
	display: flex;
}

.adminSection vaadin-button{
	background: transparent;
	color: white;
	border: none;
	height: 20px;
}

.adminSection vaadin-button:hover {
    cursor: pointer;
    background: #5a5a5a;
}

/*---------------------------------Edit Icon----------------------*/

.edit_icon{
	width: 25px;
	height: 25px;
	border: 0;	
	padding-left: 5px;
}

.edit_icon:hover{
	cursor: pointer;
}

.tooltiptext{
	font-size: 18px;
    font-weight: 100;
}

.editButtonLogo{
	position: absolute;
}

.editButtonLeft{
	left: -17rem;
	position: absolute;
}

.produkt_text .editButtonLeft {
	margin-left: -20%;
}

.abwechselndProductlist_div .editButtonLeft {
	margin-top: -2%;
}

.articleModul .editButtonLeft {
	margin-top: -1.5%;
}

.linkkategorie_wrapper .editButtonLeft {
	margin-left: -20%;
	margin-top: -3%;
}

.linkkategorie .editButtonLeft {
	margin-left: -15%;
	margin-top: 0;
}

.contact_div .editButtonLeft {
	margin-top: -2%;
}

.formular .editButtonLeft {
	margin-left: -20%;
}

.editButtonRight{
	position: absolute;
}

.abwechselndProductlist_div .editButtonRight {
	margin-top: -2%;
}

.articelImageWrapper .editButtonRight {
	display: ruby;
}

.editButtonHeader{
	position: absolute;
	top: -1.5%;
    left: -14.5%;
}

.formular .editButtonHeader {
	top: -3%;
}

.editButtonModul{
	position: absolute;
}

.formularZeile .editButtonModul {
	z-index: 1;
}

.editButtonTextBearbeiten {
    position: absolute;
    margin-top: -2%;
}

.bannerImageWrapper .tooltip {
	position: absolute;
	top: -8%;	
	z-index: 1;
}

.menu1 .editButtonLeft {
	position: absolute;
	margin-bottom: 2%;
	margin-left: 11%;
}

}
.contactEditButton {
	position: absolute;
	margin-left: -15%;
}

/*---------------------------------Container----------------------*/
.container {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	background-color: #FAFAFA;
}

.scrollToTopDiv{
	height: 15px;
    position: fixed;
    right: 35px;
    z-index: 99999;
    bottom: 50px;
    padding: 8px;
	border: 2px solid var(--base-color);
}

.scrollToTopDiv:hover{
	background: var(--base-color);
}

.scrollToTopDiv:hover .arrowUp{
	border: solid white;
    border-width: 0px 2px 2px 0;
}

.arrowUp{
	border: solid var(--base-color);
    border-width: 0px 2px 2px 0;
    display: inline-block;
    padding: 7px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}


/*---------------------------------Header----------------------*/
.header {
	position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    background: white;
}
	
.LogoImage {
	display: inline-block;
	margin: 20px 0;
}

.LogoImage img {
	width: 150px;
	max-width: 150px !important;
	vertical-align: middle;
}

input#hamburg {
	display:none
}


.menu1 {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	margin: 0px 20rem;
}

.menu1 ul{
	list-style-type: none;
}

.menuLevel1 {
	list-style: none;
	margin: 0;
	z-index: 10;
	display: flex;
	justify-content: flex-start;
	flex: 1;
}

.menuLevel1 > li:last-child {
    margin-left: auto;
}

.menuLevel1 > li:last-child > button > a{
    color: var(--base-color);
}

.menuLevel1 > li:last-child > a:hover{
    color: black;
}

.menuLevel3 {
	min-width: 100%;
    margin-top: -1px;
}

/**** menulevel 1 ****/
.menuLevel1>li{
	display: inline-block;
	vertical-align: top;
	text-align: left;
	position: relative;
	margin-left: 30px;
}

.menu_icon_level_1{
	display:none;	
}

.menu_icon_level_2{
	display:none;
}

.menuLevel1>li>button,
.menuLevel2>li>button,
.menuLevel3>li>button {
	background: none;
	border: none;
	float: inherit;
	width: 100%;
	text-align: left;
}

.menuLevel1>li:hover > ul,
.menuLevel2>li:hover > ul{
	visibility: visible;
	opacity: 1;
	transition-delay: 0s;
	z-index: 1;
}

.menuLevel1>li.editButton_menu{
	position: absolute;
	left: -20px;
}

.menuLevel1>li.editButton_menu > a{
	border-left: 0px;
	padding: 0px;
}

.menuLevel1 li a {
	color: #2a3032;
	display: block;
}

.menuLevel1>li>button>a {
	margin: 12px 0px;
	font-size: 24px;
	font-weight: 300;
	box-sizing: border-box;
	width: 100%;
}

.menuLevel1>li:first-of-type>button>a {
	border-left: none;
}

.menuLevel1>li>button>a:LINK {
	text-decoration: none;
}

/* einblenden Linie bei hover */
.menuLevel1>li>button>a::before,
.menuLevel1>li>button>a::after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.menuLevel1>li>button>a::before {
  bottom: 0;
  display: block;
  height: 3px;
  width: 0%;
  content: "";
  background-color: var(--base-color);
  margin-bottom: 8px;
}

/* einblenden Linie bei selectierte Menu */
.menuLevel1>li.selected>button>a::after, .menuLevel1>li.hasSelectedDescendant>button>a::after {
    bottom: 0;
    display: block;
    height: 3px;
    width: 100%;
    content: "";
    background-color: var(--base-color);
	margin-bottom: 8px;
}

.menuLevel1>li>button>a:hover:before,
.menuLevel1>li .current a:before {
  	opacity: 1;
  	width: 100%;
}
.menuLevel1>li>button>a:hover:after,
.menuLevel1>li .current a:after {
  	max-width: 100%;
}

/**** submenu level 1 ****/
.menuLevel2{
	visibility: hidden;
	position: absolute;
	float: left;
	min-width: 100%;
    white-space: nowrap;
    padding: 0px;
    box-sizing: border-box;
    margin-top: 2px;
}

.menuLevel2>li {
	float: left;
	clear: left;
	width: 100%;
    box-sizing: border-box;
    background-color: #ffffff;
    margin-bottom: 2px;
    border: 1px solid;
    border-color: #ccc9c9;
}

.menuLevel2>li>button>a {
	float: left;
	clear: left;
	box-sizing: border-box;
	width: 100%;
	font-size: 1.2rem;
    font-weight: 400;
    position: relative;
}

.menuLevel2>li>button>a:LINK {
	text-decoration: none;
}

.menuLevel2>li>button:HOVER>a {
	color: white;
	border-color: var(--base-color);
}

.menuLevel2>li:HOVER {
	background-color: var(--base-color);
    border-color: var(--base-color);
}

#container li.editButton_menu > a::after{
	display: none;
}

.menuLevel2>li>button>a,
.menuLevel3>li>button>a {
	padding: 8px 15px;
	color: black;
}

.menuLevel2, 
.menuLevel3{
	opacity: 0;
	transition-delay: 0s;
	transition: visibility 0s 0.2s, opacity 0.2s linear;
}

.menuLevel4 {
	display: none;
}

/*sub-nav-level-2*/
.menuLevel3 {
	display: block;
	visibility: hidden;
	position: absolute;
	float: left;
	left: 100%;
	white-space: nowrap;
	padding-inline-start: 0px;
	
}

.menuLevel2>li:last-Child, 
.menuLevel3>li:last-Child {
	margin-bottom: 0px;
	}

.menuLevel3>li>button>a {
	float: left;
    clear: left;
    box-sizing: border-box;
    width: 100%;
    font-size: 1.2rem;
    font-weight: 400;
    position: relative;
}

.menuLevel3>li {
	float: left;
	clear: left;
	width: 100%;
    box-sizing: border-box;
    background-color: #ffffff;
    margin-left: 2px;
    margin-bottom: 2px;
    border: 1px solid;
    border-color: #969696;
}

.menuLevel3>li>button>a:LINK {
	text-decoration: none;
}

.menuLevel3>li:hover{
	background-color: var(--base-color);
}

.menuLevel3>li>button>a:hover{
	color: white;
	border-color: var(--base-color);
}

/*------Content-------*/
.content{
	flex:1;
	position: relative;
}

.bannerImageWrapper{
    margin-bottom: 2.5rem;
    position: relative;
}

.bannerImage{
   display: flex;
    align-items: center;
    object-fit: Fill;
    width: 100%;
    min-width: 100%;
    overflow: hidden;
}

#formatImage {
    max-width: 100%;	
}

#mainimage{
	object-fit: contain;
    width: 100%;
    height: 100%;	
}

.bannerTextWrapper{
    position: absolute;
    background: #79d44fa6;
    padding: 0rem 1rem 0rem 20rem;
}

.bannerText{
	color: white;
	font-size: 3rem;
	font-weight: 400;
	display: inline;
}

.breadcrumb{
	color: #c1c1c1;
}

.breadcrumbText{
	margin-left: 20rem;
	font-size: 18px;
	font-weight: 300;
	margin-top: -1px;
}

.breadcrumbText a{
	color: #c1c1c1 !important;
	text-decoration: underline;
	font-weight: 100;
	font-size: 18px;
}

.contacts_map .breadcrumb {
    margin-bottom: 25px;
}

.inner_content{
	position: relative;
	margin: 0 20rem;
	margin-bottom: 2.5rem;
}

/*------Article-------*/

.articleModul{
	display: flex;
	flex-wrap: wrap;
}

.articelTextWrapper {
   	flex: 1;
    min-width: 400px;
    margin-right: 100px;
}

.articelTextWrapper p a:any-link{
	text-decoration: underline;
    color: var(--base-color);
    font-weight: 400;
}

.articelTextWrapper p a:any-link:hover {
    font-weight: 600;
}

.articelTextWrapper > p{
    margin-right: 30px;
}

.articelTextWrapper ul li p {
    margin-block-end: 0;
}

.articelImage{
}

.artikelThumbbar {
    list-style-type: none;
    display: flex;
    justify-content: center;
    padding-left: 0px;
}

.artikelThumbbarImage {
    height: 60px;
	margin: 2px;
}
.articleModul h1{
	font-size: 36px;
	font-weight: 300;
}

/*------Produktmodul-------*/


.productArticleBackButton {
	border: 1px solid var(--base-color);
	background-image: none;
	box-shadow: none;
	border-radius: 0px;
	color: var(--base-color);
	transition: background-color 0.156s ease;
	text-align: center;
	width: 100px;
	display: flex;
    justify-content: center;
    text-decoration: none;
    margin-top: 40px;
}

.productArticleBackButton:hover {
    background-color: var(--base-color);
    color: white;
    cursor: pointer;
}

.produkt_text{
	margin-bottom: 3rem;
}

.produkt_text a:any-link{
	text-decoration: underline;
    color: var(--base-color);
    font-weight: 400;
}

.produkt_text a:any-link:hover {
    font-weight: 600;
}

.productlist_div {
	display: flex;
	flex-direction: column;
}

.productlist_entry{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 80px;
}

.productlist_text {
	box-sizing: border-box;
	display: flex;
    flex-direction: column;
    flex: 1;
    margin-right: 100px;
}

.productlist_text > .editButton_productlist_div {
    position: absolute;
    top: 0px;
    left: -20px;
}

.productlist_title {
	font-weight: 400;
	font-size: 24px;
}

.productlist_description{
	width: 85%;
}

.productlist_description a:any-link{
	text-decoration: underline;
    color: var(--base-color);
    font-weight: 400;
}

.productlist_description a:any-link:hover {
    font-weight: 600;
    text-decoration: underline;
}

.productlist_more {
	width: 100px;
    display: flex;
    justify-content: center;
    margin-top: 40px;
    border: 1px solid var(--base-color);
}

.productlist_more a {
    color: var(--base-color);
    font-weight: 400;
    text-decoration: none;
}

.productlist_more:hover {
    background-color: var(--base-color);
    cursor: pointer;
}

.productlist_more:hover a {
    background-color: var(--base-color);
    color: white;
    cursor: pointer;
}

.productlist_image_div {


}

.productlist_image{
	max-width: 100%;
    height: auto;
    object-fit: contain;
}

.product_separator {
	width: 100%;
    border-top: 1px solid #79d44f;
    margin: 3rem 0;
}

.product_separator:last-Child {
	width: 0%;
}

.product_back_outer a {
    font-size: 1.3rem;
    color: #008ecf;
    text-decoration: underline;
}

/*------Online Services Template-------*/

.productlist_image_div_onlineServices {
	max-width : 150px;
	max-height: 150px;
}

.productlist_image_onlineServices{
	max-width: 150px;
    max-height: 150px;
	width: 100%;
}

.productlist_entry_onlineServices{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product_separator_onlineServices {
    width: 100%;
    border-top: 1px solid #79d44f;
    margin: 50px auto;
}

.product_separator_onlineServices:last-Child {
	width: 0%;
}

.productlist_text_onlineServices  {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin-right: 100px;
    flex: 1;
	
}
.productlist_text_onlineServices p{
	margin-top: 1em;
	margin-bottom: 0em;

}

.productlist_description_onlineServices a:any-link{
	text-decoration: underline;
    color: var(--base-color);
    font-weight: 400;
}

.productlist_description_onlineServices a:any-link:hover {
    font-weight: 600;
}

/*------Produktmodul abwechselnd-------*/
.abwechselndProductlist_div {
	display: flex;
	flex-direction: column;
}

.abwechselndProductlist_entry{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 5rem;
}

.abwechselndProductlist_text {
	box-sizing: border-box;
	width: calc(50% - 50px);
	display: flex;
	flex-direction: column;
}

.abwechselndProductlist_text > .editButton_productlist_div {
    position: absolute;
    top: 0px;
    left: -20px;
}

.abwechselndProductlist_title {
	font-weight: 400;
	font-size: 1.5rem;
	margin-bottom: 0.5em;
}

.abwechselndProductlist_description{
}

.abwechselndProductlist_more {
	background-color: var(--base-color);
    width: 100px;
    display: flex;
    justify-content: center;
    margin-top: auto;
    border-radius: 10px;
}

.abwechselndProductlist_more a {
    color: white;
    font-weight: 400;
    text-decoration: none;
}

.abwechselndProductlist_more:hover {
    background-color: #64af42;
    cursor: pointer;
}

.abwechselndProductlist_image_div {
	max-width : 400px;
	max-height: 400px;
}

.abwechselndProductlist_image{
	max-width: 400px;
    max-height: 400px;
	width: 100%;
}

.abwechselndProduct_separator {
	width: 100%;
    border-top: 1px solid #79d44f;
    margin: 3rem 0;
}

.abwechselndProduct_separator:last-Child {
	width: 0%;
}

.abwechselndProduct_back_outer a {
    font-size: 1.3rem;
    color: #008ecf;
    text-decoration: underline;
}

.abwechselndProductlist_description a:any-link{
	text-decoration: underline;
    color: var(--base-color);
    font-weight: 400;
}

.abwechselndProductlist_description a:any-link:hover {
    font-weight: 600;
}

/*-------Contact-------*/

.contacts_map {
    margin: 0 auto;
}

.contacts_list_div{
	margin-top: 25px;
}

.contact{
	display:flex;
	flex-wrap: wrap;
}

.contact_image_div{
	margin: 0 auto;
	margin-right: 25%;
}

.contact_data {
	max-width: 65ch;
}

.contact_data p{
	margin-block-start: 0em;
	margin-block-end: 0em;
}

.contact_data > p:first-of-type{
    font-size: 1.5rem;
    font-weight: 400;
}

.contact_data p a:any-link{
	text-decoration: underline;
    color: var(--base-color);
    font-weight: 400;
}

.contact_data p a:any-link:hover {
    font-weight: 600;
}

.contact_separator {
	width: 100%;
    border-top: 1px solid #79d44f;
    margin: 3rem 0;
}

.contact_separator:last-Child {
	width: 0%;
}

/*-------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(--base-color);
   	padding: 50px 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(--base-color);
    font-weight: 400;
}

.linkDetails > p > a:hover{
	font-weight: 500;
}

.link_image_div {
    align-self: center;
    max-width: 150px;
}

/*------Formularmodul-------*/
/*------Da die Formular Elemente von Vaadin kommen wird der Style auch von Vaadin ï¿½berschrieben, 
deswegen muss man hier ein !important hinzufï¿½gen-------*/


.formularZeile{
	max-width: 650px;
}


.formularButton{
	width: 150px !important;
	background-color: white !important;
    border: 1px solid var(--base-color) !important;
    border-radius: 0px !important;
    color: var(--base-color) !important;
    transition: background-color 0.156s ease !important;
}

.formularButton:hover{
	color: white !important;
	background: var(--base-color) !important;
}

.formularFeld::part(input-field){
	border: 1px solid #79d44f !important;
	border-radius: 0px !important;
	background-color: white !important;
}

.formularZeile .v-caption{
	 font-size: 1.25em !important;
     font-weight: unset !important; 
}

.captchaTextfield{
	border: 1px solid #79d44f !important;
    border-radius: 0px !important;
}

.captchaLayout{
	height: 150px !important;
}

.formularZeile vaadin-text-area > textarea{
	height: 100px !important;
}

.formular h3{
	margin-top: -2rem;
}
.formular p{
	display: none;
}
.formularZeile .editButton{
	position: absolute;
	left: -15.9rem;
	top: 1rem;
}
/*------Dokumentmodul-------*/
.dokument_wrapper{
		margin-bottom:30px;
}
.dokument_link_wrapper{
}

.dokument_link_wrapper a{
	color: black;
    font-size: 1.5rem;
}

.dokument_text{
	
}

.dokument_download_wrapper{
	background: var(--base-color);
    width: 35px;
    height: 25px;
}

.dokument_download{
	width: 100%;
    height: 100%;
}


/*------Gallerie-------*/

.gallerieWrapper{
	display: flex;
    flex-direction: column;
    align-items: center;
}

.gallerie_mainimage{
	
}

.thumbbarWrapper{
	
}

.thumbbar{
	list-style-type: none;
    display: flex;
    justify-content: center;
	padding-left: 0px;
}

.thumbbarImage{
	height: 120px;
}

#thumbnailimage{
	height: 100%;
}

/*------Buchmodul-------*/

.bildLayout {
	max-width: 100%;	
}


.cellautor {
	width: 13em;
}



/*-------Footer-------*/

.footer{
	display: flex;
	justify-content: flex-end;
	padding: 0.6rem 0;
	background-color: var(--base-color);
}

.footer a, .footer a:not(:any-link){
	color: white;
	font-weight: 300;
	font-size: 18px;
}

.footerLinks:hover {
    cursor: pointer;
    font-weight: 400;
}

.copyright_div{
	margin-right: 20rem;
}

.copyright_div a{
	text-decoration: none;
}


/******************************/
/* Responsive*/
/******************************/
/************* auï¿½en Abstand verkleinern *****************/
@MEDIA only screen and (max-width: 1500px){
	.menu1 {
		margin: 0px 10rem;
	}
	
	.bannerTextWrapper {
		padding: 0rem 1rem 0rem 10rem;
	}
	
	.inner_content {
    	margin: 0 10rem;
	}
	
	.copyright_div{
	    margin: 0 10rem;
		display: flex;
		justify-content: space-between;
		flex: 1;
	}
	
	.breadcrumbText {
		margin-left: 10rem;
	}
	
}

/************* Large devices (laptops/desktops, 1280px and up) *****************/
@MEDIA only screen and (max-width: 1280px){
	
	.LogoImage	{
	    margin: 10px 2rem;
	    flex: 1;
}
	
	label.hamburg { 
	   display: block; 
	   width: 75px; 
	   height: 50px; 
	   position: relative; 
	   margin-left: auto; 
	   margin-right: 2rem;
	   border-radius: 4px;
	}
	
	.bannerTextWrapper{
       padding: 0rem 2rem;
}
	
	.bannerText{
		font-size: 2.3rem;
}

	.line { 
	   position: absolute; 
	   left:10px;
	   height: 4px; width: 55px; 
	   background: var(--base-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;
	}
	
	li.menu_opened>ul {
		visibility: visible;
		display: block;
		opacity: 1;
	}
	
	.menu1 {
	    align-items: flex-end;
	    margin: 0;
	    flex-wrap: wrap;
	    justify-content: space-around;
	}
	
	.menuLevel1 {
		display: none;
	    flex-direction: column;
	    position: relative;
	    align-items: center;
	    background: #ffffff;
	    padding-inline-start: 0px;
	    width: 100%;
		border: 1px solid var(--base-color);
		margin-left: 0px;
    	flex: none;
	}
	
	.menu_icon_level_1{
		display:block;	
		width: 48px;
	    height: 48px;
	    margin-right: 2.8rem;
	}
	
	.menuLevel1>li {
     	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 {
		margin-left: 2rem;
		width: 0;
	}
	
	.menuLevel1>li.selected>button>a::after, .menuLevel1>li.hasSelectedDescendant>button>a::after {
    	display: none;
	}

	.menuLevel1>li>button>a::before {
	  	display:none;
	}
	
	
	/*.menuLevel1 > li >button::after{
		content: '\02C7';
		font-size: 6rem;
		position: absolute;
		right: 0;
		color: var(--base-color);
		padding: 0;
		top: -40%;
		margin-right: 3rem;
	}*/
	
	.menu_icon_level_2{
		display:block;
		margin-right: 2.8rem;
	}
	
	.menuLevel2{
		display: none;
		position: relative;
	}
	
	.menuLevel2 > li{
	    margin-bottom: 0px;
	    border: none;
		background-color: #99d67d;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.menuLevel2>li>button:HOVER>a {
		color: black; 
		border-color: var(--base-color);
}
	
	.menuLevel2>li>button>a{
	    margin-left: 4rem;
	    width:0;
	}
	
	
	.menuLevel3 {
		padding-inline-start: 0px;
		display: none;
		position: relative;
		left: 0px;
	}
	
	.menuLevel3>li {
		background-color: #79d44f;
		border: none;
		margin-bottom: 0px;
	}
	
	.menuLevel3>li>button>a {
		margin-left: 6rem;
	}
	
	.inner_content {
    	margin: 0 2rem;
	}
	
	.contact_image_div {
		margin-right: 5%;
	}
	
	.breadcrumbText {
		margin-left: 2rem;
	}
	
	.copyright_div{
	    margin: 0 2rem;
	}

	.productlist_entry {
    	justify-content: center;
	}
}

/************* Medium devices (landscape tablets, 768px and up) *****************/
@MEDIA only screen and (max-width: 768px){
	
	.bannerText{
		font-size: 2rem;
	}
	
/******** Artikelmodul **********/
	.articelTextWrapper{
		min-width: 200px;
		margin-right: 0px;
		margin-bottom: 20px;
	}


/******** Produktmodul **********/
	.productlist_entry {
		flex-direction: column;
	}
	
	.productlist_text {
		margin-bottom: 15px;
		margin-right: 0px;
	}

	.productlist_description {
	    width: 100%;
	}
	
	
/******** 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;
	}
	
}
	
/************* Small devices (portrait tablets and large phones, 600px and up) *****************/
@MEDIA only screen and (max-width: 600px){
	.LogoImage img {
    	width: 125px;
		max-width:125px !important;
	}
	
	.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;
	}
	
	.contact_image_div{
		margin-right: 0;
		margin-left: 0;
	}
	
	/******** Linkmodul **********/
	.categoryActive {
		background: var(--base-color);
	}
}

@MEDIA only screen and (max-width: 450px){
	.scrollToTopDiv {
		bottom: 100px;
	}
}
