:root{
	--base-color: #8e7023;
	--base-font-size: 15px;
}

body {
	margin: 0;
	padding: 0;
	/* font: 300 16px/1.55 "Open Sans", sans-serif; */
	font-size: var(--base-font-size);
	color: #464646;
	letter-spacing: 0.03rem;
}

#top{
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}



/*-----------------------hier wird die Schriftart �berschrieben, ansonsten wird es von Vaadin geladen----------------------*/
.inner_content h1 {
	font-size: 2.7em !important;
	margin-top: 1.4em;
	margin-bottom: 1em;
	letter-spacing: -0.02em;
	font-weight: 200 !important;
	line-height: 1.1 !important;
	text-decoration-color: #141414 !important;
}

.inner_content h2 {
	font-size: 1.6em !important;
	margin-top: 1.6em !important;
	margin-bottom: 0.77em !important;
	letter-spacing: -0.02em !important;
	font-weight: 200 !important;
	line-height: 1.1 !important;
	text-decoration-color: #141414 !important;
}

.inner_content h3 {
	font-size: 1.2em !important;
	font-weight: 200 !important;
}

.inner_content h4 {
	line-height: 1.1 !important;
	font-weight: 400 !important;
	font-size: 14px !important;
	color: #414141 !important;
	text-transform: uppercase !important;
	letter-spacing: 0 !important;
	margin-top: 2.4em !important;
	margin-bottom: 0.8em !important;
}

.inner_content p {
    font-size: 1.1em !important;
	margin-top: 0.83em !important;
	font-weight: 100;
}

.inner_content a {
	color: var(--base-color);
}

.inner_content li {
	font-size: 1.25em !important;
}



/*Hier werden die Abst�nde weggenommen*/
.produkt_text :first-child {
	margin-top: 0em !important;
}

.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 {
	cursor: pointer;
	font-size: 18px;
    font-weight: 100;
}

.editButtonLogo{
	position: absolute;
	left: 0;
	top: 1.5rem;
}

.editButtonLeft{
	position: absolute;
}

.productToogle_editButtonLeft {
	position: absolute;
	top: -2.25rem;
}

.productToogle_text .editButtonTextBearbeiten {
    position: absolute;
    margin-top: 2.25rem;
	left: unset;
}

.produkt_editButtonLeft {
	position: absolute;
	top: -2.25rem;
}

.produkt_text .editButtonLeft {
	top: -2.5rem;
	left: -18rem;
}

.editButtonTextBearbeiten {
    position: absolute;
    margin-top: 2.5rem;
	left: 24rem;		
}

.articleModul .editButtonLeft {
	position: absolute;
	/* margin-top: -2rem !important; */
}

.articelImageWrapper .editButtonRight {
	top: -2rem;
	left: 5rem;
}

.contact_text .editButtonLeft {
	position: absolute;
	top: -0.5rem;
	left: -17rem;
}

.contacts_div .editButtonLeft {
	position: absolute;
	/* margin-top: -2%; */
}

.contactEditButton {
	position: absolute;
	margin-left: -17rem;
}

.editButtonRight{
	position: absolute;
}

.editButtonHeader{
	position: absolute;
	top: -1.5%;
    left: -14.5%;
}

.editButtonModul{
	position: absolute;
}

.bannerImageWrapper .tooltip {
	position: absolute;
	top: -2.5rem;	
	z-index: 1;
}

.menu1 .editButtonLeft {
	position: absolute;
	margin-bottom: 2%;
	margin-left: 11%;
}

.menuEditButton {
	position: absolute;
	width: 10rem;
}

.menuEditButton:hover{
	cursor: pointer;
}

.menuLevel1>li>.menuEditButton {
	top: -3.75rem;
}



/*---------------------------------Container----------------------*/
.container {
	min-height: 100vh;
	display: flex;
    flex-direction: column;
}



/*---------------------------------Header----------------------*/
.header {
    z-index: 1;
    background: white;
	display: flex;
    justify-content: center;
}
	
.LogoImage {
	display: inline-block;
	margin: 20px 0;
}

.LogoImage img {
	max-width: 200px !important;
	vertical-align: middle;
}

input#hamburg {
	display:none
}

.menu1 {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	margin: 0px 10rem;
}

.menu1 ul{
	list-style-type: none;
}

.menuLevel1 {
	list-style: none;
	z-index: 10;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex: 1;
}

.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: 15px;
}

.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: 10px 0px;
	font-size: 1.5rem;
    font-weight: 400;
	letter-spacing: 0.06rem;
    box-sizing: border-box;
    width: 100%;
}

.menuLevel1>li>button>a::after {
	content: " |";
	margin-left: 10px;
	color: black;
}

.menuLevel1>li:last-child a::after {
	content: none;
}

.menuLevel1>li:first-of-type>button>a {
	border-left: none;
}

.menuLevel1>li>button>a:LINK {
	text-decoration: none;
}



/* Schriftfarbe ändern bei selectiertem Menu */
.menuLevel1>li.selected>button>a, .menuLevel1>li.hasSelectedDescendant>button>a {
	color: var(--base-color);
}

.menuLevel1>li>button>a:hover{
	color: var(--base-color);
}

.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.4rem;
    font-weight: 400;
    position: relative;
}

.menuLevel2>li>button>a:LINK {
	text-decoration: none;
}

.menuLevel2>li>button:HOVER>a {
	background-color: var(--base-color);
	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: var(--base-color);
	background-color: white;
}

.menuLevel2, 
.menuLevel3{
	opacity: 0;
	transition-delay: 0s;
	transition: visibility 0s 0.2s, opacity 0.2s linear;
}

.submenu_level_3 {
	display: none;
}

.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);
}

.menuWrapper {
	z-index: 2;
	white-space: nowrap;
    display: inline-flex;
	margin-bottom: 5px;
}

.stukkateurMenu{
	background-color: #e4003a;
    color: white !important;
    padding: 0 10px;
    text-decoration: none;
    position: relative;
    left: 2rem;
    font-size: 1.6rem;
    top: 1.3rem;
    height: 37.19px;
}

.stukkateurMenu::before {
	display:none;
}

a.menuLevel1.stukkateurMenu:hover {
	text-decoration: none;
}



/*------Content-------*/
.content{
	flex:1;
	position: relative;
	background-color: white;
}

.bannerImageWrapper{
    margin-bottom: 2.5rem;
    position: relative;
}

.bannerImage{
    display: flex;
    justify-content: center;
    object-fit: Fill;
    width: 100%;
    min-width: 100%;
    overflow: hidden;
}

#formatImage {
    max-width: 100%;	
}

#mainimage{
	object-fit: contain;
	max-width: 100%;
}

.bannerTextWrapper{
    position: absolute;
    /* background: #8e7023a8; */
}

.bannerTextWrapperWithoutImage {
    background: var(--base-color);
}

.bannerText{
	color: white;
	font-size: 3rem;
	font-weight: 400;
	display: inline;
    margin-right: 2rem;
    margin-left: 10rem;
}

.breadcrumb{
	background-color: var(--base-color);
	color: white;
}

.breadcrumbText{
	margin-left: 10rem;
}

.breadcrumbText a{
	color: white !important;
}

.contacts_map .breadcrumb {
    margin-bottom: 25px;
}

.inner_content{
	position: relative;
	margin: 0 10rem;
	margin-bottom: 2.5rem;
}



/*------Home-------*/
.imageTable {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	margin: 30px 20% 20px 20%;
}

.box-01, .box-02, .box-03 {
	max-width: 350px;
}

.box-01>img, .box-02>img, .box-03>img {
	width: 100%;
}

.box-01>p, .box-02>p, .box-03>p {
	font-size: 1.7em;
	text-align: center;
}

.mySlides {
	width: 100%;
	height: auto;
	display: none;
}



/*------HomeArticle-------*/
.artikelHomeProdomizil {
    list-style-type: none;
    display: flex;
    justify-content: space-around;
    padding-left: 0px;
	flex-wrap: wrap;
}

.artikelHomeProdomizil li p {
	font-size: 1em !important;
	font-weight: 100;
}



/*------Article-------*/
.articleModul{
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
}

.articelTextWrapper {
   	flex: 1;
	min-width: 300px;
	margin-right: 100px;
	max-width: 790px;
}

.articelTextWrapper p a:any-link {
	text-decoration: underline;
    color: var(--base-color);
    font-weight: 400;
}

.articelTextWrapper p a:any-link:hover {
    font-weight: 600;
}

.articelImageWrapper {
	flex: 1;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-self: center;
}

.articleImage {
    height: 400px;
    text-align: center;
}

div[location="MainImage_location"]{
	display: flex;
}


.articelImageStartseite{
	max-width: 400px;
	max-height: 450px;
	margin: 0 10px;
}

.artikelThumbbar {
    list-style-type: none;
    display: flex;
    justify-content: flex-start;	
    padding-left: 0px;
	max-width: 450px;
    overflow-x: auto;
	overflow-y: hidden;}

.artikelThumbbarImage {
    height: 60px;
	margin: 2px;
}

.thumbbarImage {
	height: 60px;
}

img.thumbnailimage {
	height: 100%;
}



/*------Produktmodul-------*/
.productArticleBackButton {
	background-color: var(--base-color);
    width: 100px;
    display: flex;
    justify-content: center;
    margin-top: auto;
	margin-bottom: 0.75em;
    color: white !important;
    font-weight: 400;
	box-shadow: none;
	border-radius: 0px;
    text-decoration: none;
}

.productArticleBackButton:hover {
    opacity: 0.7;
    cursor: pointer;
}

.produkt_text{
	background: var(--base-color);
	padding-bottom: 8px;
	margin-bottom: 2.5em;
}

.produkt_text h1{
	color: white !important;
	font-size: 3.1rem !important;
	font-weight: 400 !important;
	display: inline;
	letter-spacing: -0.01em;
}

.produkt_text *{
	margin: 0 10rem;
}

.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;
	max-width: 1330px;
}

.productlist_entry{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}

.productlist_text {
	box-sizing: border-box;
	display: flex;
    flex-direction: column;
    flex: 1;
	max-width: 880px;
}

.productlist_textRight{
	margin-left:25px;
}

.productlist_text > .editButton_productlist_div {
    position: absolute;
    top: 0px;
    left: -20px;
}

.productlist_title {
    font-size: 2.1rem;
    color: var(--base-color);
}

.productlist_description{
	width: 85%;
}

.productlist_description > h2{
	margin-top: 0 !important;
	font-size: 1.8 !important;
}

.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 {
	background-color: var(--base-color);
    width: 225px;
    display: flex;
    justify-content: center;
    margin-top: auto;
    color: white;
    font-weight: 400;
}

.productlist_more a {
    color: white;
    font-weight: 400;
	font-size: 1em;
    text-decoration: none;
}

.productlist_more a:hover {
    text-decoration: none;
}

.productlist_more:hover {
    opacity: 0.7;
    cursor: pointer;
}

.productlist_image_div {
	max-width : 450px;
	max-height: 450px;
}

.productlist_image{
	max-width: 100%;
    height: auto;
    object-fit: contain;
}

.product_separator {
	width: 100%;
    border-top: 1px solid var(--base-color);
    margin: 3rem 0;
}

.product_separator:last-Child {
	width: 0%;
}

.product_back_outer a {
    font-size: 1.3rem;
    color: var(--base-color);
    text-decoration: underline;
}



/*------Produktmodul Toggle-------*/
.productlistToogle_div {
	display: flex;
	flex-direction: column;
}

.productToogle_entry {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}

.productToogle_text {
	box-sizing: border-box;
	display: flex;
    flex-direction: column;
    flex: 1;
}

.productToogle_description {
	width: 85%;
}

.productToogle_description>p {
   font-size: 1.6rem !important;
}

.productToogle_image_div {
   max-width : 800px !important;
   max-height: 550px !important;
}



/*-------Contact-------*/
.contacts_map {
	display: flex;
    margin: 0 auto;
	border-bottom: 8px solid var(--base-color);
}

.contacts_list_div{
	margin-top: 25px;
}

.contact{
	display:flex;
	flex-wrap: wrap;
}

.contact_image_div{
	margin: 0 auto;
	margin-right: 25%;
	max-width: 200px;
}

.contact_data {
	width: 100%;
}

.contact_data p{
	margin-block-start: 0em;
	margin-block-end: 0em;
	margin-top: 0em !important;
}

.contact_data > p:first-of-type{
    font-size: 1.5rem;
    font-weight: 500;
	margin-top: 1rem !important;
}

.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: 2px solid var(--base-color);
    margin: 3rem 0;
}

.contact_separator:last-Child {
	width: 0%;
}



/*-------Footer-------*/
.footer{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	font-size: 1.5em;
	background-color: var(--base-color);
}

.footerText {
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: 5%;
	color: white;
}

.footerText>h2 {
	margin-bottom: 0 !important;
    line-height: 1.4em !important;
    font-weight: 100 !important;
	font-size: 1.8em;
    color: white !important;
}

.footer a{
	color: white !important;
}

.flexText>p {
	font-size: 1.15em;
	font-weight: 100;
	margin-block-start: 0em;
	letter-spacing: 0.4px;
	margin-block-end: 0.2em;
}

.flexText{
	display: flex;
	flex-wrap: wrap;
	max-width: 700px;
}

.footerLogo {
	margin-left: 10rem;
}

.footerLogo>img {
	width: 100%;
	max-width: 308px;
}

.copyright_div{
	display: flex;
	justify-content: center;
	font-size: 1.2rem;
}

.copyright_div a{
	text-decoration: none;
	color: white;
	font-weight: 100;
}

.copyright_div a:hover {
	text-decoration: none;
}

/*-------Datenschutz-------*/
.column_attr.clearfix {
	font-size: 16px;
	font-weight: 100;
}



/******************************/
/* Responsive*/
/******************************/
/************* Large devices (laptops/desktops, 1280px and up) *****************/
@MEDIA only screen and (max-width: 1280px){
	.LogoImage	{
	    margin: 10px 2rem 0px 2rem;
	    flex: 1;
	}
	
	.inner_content {
		margin: 0 2rem;
	}

	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;
	}

	#hamburg:checked ~ .menuWrapper .menuLevel1 {
		display: flex;
	 }
	 
	 	
	li.menu_opened>ul {
		visibility: visible;
		display: block;
		opacity: 1;
	}

	.stukkateurMenu{
		display: none !important;
	}
	
	.menu1 {
	    align-items: flex-end;
	    margin: 0;
	    flex-wrap: wrap;
	    justify-content: space-around;
	}

	.menuWrapper {
		width: 100%;
	}
		
	.menuLevel1 {
		display: none;
	    flex-direction: column;
	    position: relative;
	    align-items: center;
	    background: #e4e4e4;
	    padding-inline-start: 0px;
	    width: 100%;
	}

	.menuLevel1>li>button>a::after {
		content: unset;
	}
	
	.menu_icon_level_1{
		display:block;	
		width: 48px;
	    height: 48px;
	    margin-right: 2.8rem;
	}
	
	.menuLevel1>li {
     	margin-left: 0px;
    	width: 100%;    	
		text-align: center;
		border-bottom: 1px solid #d4d4d4;
    	display: flex;
	    justify-content: space-between;
	    flex-wrap: wrap;
	}

	.menuLevel1>li:last-child {
    	border-bottom: none;
	}
	
	.menuLevel1>li.selected>button>a::after, .menuLevel1>li.hasSelectedDescendant>button>a::after {
    	display: none;
	}

	.menuLevel1>li>button>a::before {
	  	display:none;
	}

	.menuLevel1>li>button,
	.menuLevel2>li>button {
		display: flex;
		justify-content: space-around;
	}

	.menuLevel1>li>button>a,
	.menuLevel2>li>button>a{
		width: fit-content;
	}
	
	
	.menu_icon_level_2{
		display:block;
		margin-right: 2.8rem;
	}
	
	.menuLevel2{
		display: none;
		position: relative;
	}
	
	.menuLevel2 > li{
	    margin-bottom: 0px;
	    border-color: #e4e4e4;
	}
	
	.contact_image_div {
		margin-right: 5%;
	}
	
	.breadcrumbText {
		margin-left: 2rem;
	}
}



/************* Medium devices (landscape tablets, 850px and up) *****************/
@MEDIA only screen and (max-width: 850px){
	.bannerText{
		font-size: 2rem;
	}
	

	/******** Artikelmodul **********/
	.articelTextWrapper {
		margin-right: 50px;
	}
	
	.articelImage {
		width: auto;
		height: auto;
	}
	

	/******** Produktmodul **********/
	.produkt_text h1 {
		font-size: 2rem !important;
	}
		
	.produkt_text * {
		margin: 0 2rem;
	}

	.productlist_more {
		margin-bottom: 20px;
	}
	

	/******** Produkt Toggle **********/
	.productToogle_description {
		width: 100%;
	}
		
	.productlist_textRight {
		margin-left: 0px;
	}
		
	.productToogle_description>p {
		font-size: 1.3rem !important;
	}

	
	/******** Footer **********/
	.footerLogo {
		margin-left: 0px;
	}
		
	.footerLogo>img {
		max-width: 150px;
	}
}
	


/************* 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;
	}

	

	/******** Contactmodul **********/	
	.contact_data{
		margin: 0;
	}
	
	.contact_image_div{
		margin-right: 0;
		margin-left: 0;
	}
}