:root{
	--base-color: #00F;
	--line-color: #464646;
	--second-color: green;

	--base-font-family: Verdana, Arial;
	--base-font-size: 12px;
}


body {
	margin: 0;
	padding: 0;
	font-family: var(--base-font-family);
	font-size: var(--base-font-size);
}

#top{
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

.containerWrapper {
	display: flex;
	justify-content: center;
}

.hintergrundBild {
	width: 100%;
	position: fixed;
}


/*-----------------------hier wird die Schriftart �berschrieben, ansonsten wird es von Vaadin geladen----------------------*/
html {
	font-family: 'Segoe UI' !important;
}

.inner_content h1 {
	font-size: 16px !important;
	font-weight: bold !important;
}

.inner_content h2 {
	font-size: 13px !important;
	font-weight: bold !important;
}

.inner_content h3 {
	font-size: 13px !important;
	font-weight: bold !important;
}

.inner_content p {
    font-size: 12px !important;
	color: #141414 !important;
}



/*Hier werden die Abst�nde weggenommen*/
.produkt_text :first-child {
	margin-top: 0em !important;
}

.articelTextWrapper :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----------------------*/
.editFrame.edit-on .editIcon {
	position: relative!important;
}
.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;
	left: 25rem;
	top: 1rem;
}

.editButtonLeft{
	position: absolute;
	top: 0rem;
	left: 22rem;
}

.produkt_text .editButtonLeft {
	position: absolute;
	left: 27rem;
}

.articleModul .editButtonLeft {
	position: relative;
	left: auto;
}

.editButtonRight{
	position: absolute;
}

.articelImageWrapper .editButtonRight {
	position: relative;
}

.editButtonHeader{
	position: fixed;
	right: 10rem;
}

.editButtonImpressum{
	position: fixed;
	
}

.editButtonDatenschutz{
	position: fixed;
	
}

.editButtonModul{
	position: absolute;
}

.bannerImageWrapper .tooltip {
	position: fixed;
	
}

.menu1 .editButtonLeft {
	position: absolute;
	margin-bottom: 2%;
	margin-left: 11%;
}

.contactEditButton {
	position: inherit;
}

.contact_div .editButtonLeft {
	position: absolute;
	left: 20rem;
	top: 2rem;
}
.galerieText .editButtonLeft {
	position: absolute;
}


/*---------------------------------Container----------------------*/
.container {
	display: flex;
	flex-direction: column;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
	width: 1047px;
	height: 688px;
	box-shadow: 10px 10px 10px #ccc;
	border-radius: 7.5px;
	margin: auto;
	margin-top: 75px;
	background-color: transparent;
	position: absolute;
}



/*---------------------------------Header----------------------*/
.header {
	position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
	display: flex;
	justify-content: space-between;
}
	
.LogoImage {
	display: inline-block;
	margin: 20px;
}

.LogoImage img {
	vertical-align: middle;
	width: 300px;
}

#headerOwner {
    text-align: center;
    font-size: 12px;
	font-weight: bold;
    font-family: var(--base-font-family);
    font-style: normal;
	color: var(--base-color);
    background-color: transparent;
	margin-right: 20px;
	align-self: flex-end;
}


input#hamburg {
	display:none
}

.menuEditButton{
	position: absolute;
	top: 17rem;
	width: 170px;
}

.menu1 {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	width: 206px;
	margin-right: 20px;
}

.menu1 ul{
	list-style-type: none;
}

.menuLevel1 {
	list-style: none;
	margin: 0;
	margin-left: -20px;
	z-index: 10;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	flex: 1;
}



/**** menulevel 1 ****/
.menuLevel1>li{
	display: inline-block;
	vertical-align: top;
	text-align: left;
	position: relative;
}

.menu_icon_level_1{
	display:none;	
}

.menuLevel1>li>button{
	background: none;
	border: none;
	float: inherit;
	width: 100%;
	text-align: left;
}

.menuLevel1>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-top: 2px;
	margin-bottom: 12px;
	font-family: var(--base-font-family);
	font-size: 14px;
	font-weight: bolder;
	box-sizing: border-box;
	width: 100%;
	color: var(--base-color);
}

.menuLevel1>li:first-of-type>button>a {
	border-left: none;
}

.menuLevel1>li>button>a:LINK {
	text-decoration: none;
}



/* Textfarbe Grün bei hover */
.menuLevel1 li a:hover {
	color: var(--second-color);
}



/* Textfarbe Grün bei selectierte Menu */
.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%;
	}

.menuLevel1>li.selected>button>a{
		color: var(--second-color);
	}



/*------Content-------*/
.content{
	width: 100%;
	min-height: 1%;
	flex:1;
	display: flex;
	flex-direction: row;
	position: relative;
	background-color: rgba(255,255,255,0.6);
}

.contentRight {
	width: 820px;
	display: flex;
	flex-direction: column;	
}

.contentRight .tooltip {
	position: relativ;
	top: -2.5rem;
	width: 12.5rem;
}

.bannerImageWrapper{
    margin-bottom: 1.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: var(--base-color);
    padding: 0rem 1rem 0rem 20rem;
}

.bannerText{
	color: white;
	font-size: 3rem;
	font-weight: 400;
	display: inline;
}

.breadcrumb{
	color: #c1c1c1;
	margin-bottom: 20px;
}

.breadcrumbText a{
	color: #c1c1c1 !important;
	text-decoration: underline;
}

.contacts_map .breadcrumb {
    margin-bottom: 25px;
}

.inner_content{
	position: relative;
	display: flex;
	flex-direction: column;
	flex: 1;
	overflow: hidden;
	width: 100%;
	max-height: 490px;
}

h1{
	font-family: var(--base-font-family);
}

h2{
	font-family: var(--base-font-family);
}

h3{
	font-family: var(--base-font-family);
}

p{
	font-family: var(--base-font-family);
}

/*------Article-------*/
.articleModul{
	display: flex;
	margin-right: 20px;
}

.articelTextWrapper {
   	flex: 1;
    max-width: 50%;
	max-height: 465px;
    margin-right: 20px;
}

.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{
    font-family: var(--base-font-family);
}

.articelTextWrapper ul li p {
    margin-block-end: 0;
}

.artikelThumbbar {
    list-style-type: none;
    display: flex;
    justify-content: center;
    padding-left: 0px;
}

.artikelThumbbarImage {
}
.artikelThumbbarImage  .thumbnailimage{
    height: 39px;
    width: 60px;
    margin: 1px;
}



/*------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 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;
	overflow-y: auto;
	overflow-x: hidden;
	margin-bottom: 40px;
	margin-right: 10px;
}
.productlist_div_ohne_trennlinien {
	display: flex;
	flex-direction: column;
	overflow-y: auto;
	overflow-x: hidden;
	margin-bottom: 40px;
	margin-right: 10px;
}

.productlist_entry{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 80px;
	margin-bottom: 80px;
    margin-top: 110px;
    margin-right: 125px;
}

.productlist_text {
	box-sizing: border-box;
	display: flex;
    flex-direction: column;
    flex: 1;
    margin-right: 10px;
}

.productlist_text > .editButton_productlist_div {
    position: absolute;
    top: 100px;
    left: -20px;
}

.productlist_title {
	font-family: var(--base-font-family);
	font-weight: bold;
    font-size: 1.5em;
	color: black;
}

.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{
	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-------*/
/*------Produktmodul Trennungslinien-------*/
.productlist_image_div_trennungslinien {
	max-width : 360px;
	max-height: 300px;
	width: 100%;
}

.productlist_image_trennungslinien {
	max-width: 360px;
    max-height: 300px;
	width: 100%;
}

.productlist_entry_trennungslinien {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.product_separator_trennungslinien {
    width: 100%;
    border-top: 1px solid var(--line-color);
    margin: 10px auto;
}

.product_separator_trennungslinien:last-Child {
	width: 0%;
}

.productlist_text_trennungslinien  {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin-right: 50px;
    flex: 1;
}

.productlist_description_trennungslinien a:any-link{
	text-decoration: underline;
    color: var(--base-color);
    font-weight: 200;
}

.productlist_description_trennungslinien a:any-link:hover {
    font-weight: 200;
}
.productlist_image_trennlinie_div{
	margin: 0 auto;
}


/*-------Kontakt-------*/
.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{
	font-family: var(--base-font-family);
	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 #4f53d4;
    margin: 3rem 0;
}

.contact_separator:last-Child {
	width: 0%;
}



/*------Gallerie-------*/
.galerieModul{
	display: flex;
    flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.gallerieWrapper{
	height: 80%;
    display: flex;
    flex-direction: row;
    justify-content: center;
	align-items: center;
}
.galerieModul .editButton{
	position: absolute;
    top: 0rem;
	left: 0rem;
	width: 100px;
}

.gallerie_mainimage{
	width: 100%;
    height: 100%;
    display: flex;
	margin-top: 150;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.gallerieWrapper #mainimage{
	padding: 0;
	width: 400px;
    height: 300px;
}


.gallerieWrapper #image{
	padding: 20;
	max-height: 450px !important;
    max-width: 600px !important;
}

.thumbbarWrapper{
	height: 20%;
	width: 90%;
}

.thumbbar{
	height: 100%;
	list-style-type: none;
    display: flex;
    overflow-x: auto;
    margin: auto;
	padding: 0;
}

.thumbbarImage{
	display: flex;
	justify-content: space-around;
	height: 60px;
	margin: 2px;
}

.thumbnailimage{
	height: 100%;
}

#thumbnailimage{
	height: 100%;
}
#mainimage {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.galerieModul .editButton{
	position: absolute;
    top: 1rem;
	left: 0rem;
	width: 12.5rem;
}


/*-------Footer-------*/
.footer{
	display: flex;
	justify-content: flex-end;
	padding: 0.6rem 0;
	padding-right: 20px;
	background-color: rgba(255,255,255,0.6);
}

.footer a{
	font-family: var(--base-font-family);
	font-size: 12px;
	color: black;
}

.footerLinks:hover {
    cursor: pointer;
    font-weight: 400;
}

.copyright_div a{
	text-decoration: none;
}



/*-------Impressum & Datenschutz-------*/
#impressum_text{
	position: relative;
	overflow: auto;
	margin-right: 10px;
}
#datenschutz_text{
	position: relative;
	overflow: auto;
	margin-right: 10px;
}

/* Unterstrichen bei hover */
.footerLinks:hover {
	text-decoration: none;
  	border-bottom: .1em solid black;
}
#impressum_text p{
	margin-top: 0em;
	margin-bottom: 0em;
}
	




/******************************/
/* Responsive*/
/******************************/
/************* kompletter Inhalt passt sich der größe des Bildschrims an *****************/
@MEDIA only screen and (max-width: 1048px){
	.content {
		display: grid;
	}

	.inner_content {
		margin-bottom: 15%;
	}

	.container {
		width: 100%;
	}

	.menuEditButton {
		position: unset;
	}

	.articleModul {
		display: flex;
		flex-direction: column;
		overflow: auto;
		/* scrollbar verstecken in Firefox */
		scrollbar-width: none; 
		/* scrollbar verstecken in Edge */
		-ms-overflow-style: none;
	}
		/* scrollbar verstecken in Chrome, Safari und Opera */
		.articleModul::-webkit-scrollbar {
			display: none;
		}

	.contact {
		flex-direction: column-reverse;
	}
}



/************* Large devices (laptops/desktops, 1048px and up) *****************/
@MEDIA only screen and (max-width: 1048px){
	.LogoImage {
	    margin: 10px 2rem;
		margin-left: 1em;
	    flex: 1;
}
	
	label.hamburg { 
	   display: block; 
	   width: 75px; 
	   height: 50px; 
	   position: relative; 
	   margin-left: 1em; 
	   margin-right: 1rem;
	   border-radius: 4px;
	}
	
	.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 ~ .menuLevel1 {
		position: relative;
		visibility: hidden;
		transition: all 1s ease-in-out 0s;
	}

	#hamburg:checked ~ .menuLevel1 {
		visibility: visible;
	} */

	#hamburg:checked ~ .menuLevel1::before, #hamburg:checked ~ .menuLevel1::after {
		position: absolute;
		-webkit-transition: all 0.35s ease;
		transition: all 0.35s ease;
	}

	.breadcrumb {
		margin-left: -2rem;
	}

	.contentRight {
		margin: 0;
		margin-left: 1rem;
		width: 100%;
		overflow: auto;
	}
	
	.menu1 {
	    align-items: flex-start;
	    margin: 0;
	    flex-wrap: wrap;
		width: unset;
	}
	
	.menuLevel1 {
		display: none;
	    flex-direction: column;
	    position: relative;
	    align-items: center;
	    background: rgba(255,255,255,0.6);
	    padding-inline-start: 0px;
	    width: auto;
		margin-left: 1rem;
		margin-right: 10px;
    	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;
		border-bottom: 1px solid white;
	}

	.menuLevel1>li>button>a {
		margin-left: 10px;
		margin-top: 10px;
	}
	
	.menuLevel1>li.selected>button>a::after {
    	display: none;
	}

	.menuLevel1>li>button>a::before {
	  	display:none;
	}
	
	.menuLevel1>li:focus-within .menuLevel2{
		position: inherit;
		visibility: visible;
		opacity: 1;	
		transition: none;
	}
	
	.menu_icon_level_2{
		display:block;
		margin-right: 2.8rem;
	}
	
	
	.menuLevel2 > li{
	    margin-bottom: 0px;
	    border: none;
		background-color: var(--base-color);
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.menuLevel2>li>button>a{
	    margin-left: 4rem;
	    width:0;
	}
	
	.menuLevel2>li:focus-within .menuLevel3{
		position: inherit;
		visibility: visible;
		opacity: 1;		
		transition: none;
		
	}
	
	.menuLevel3 {
		padding-inline-start: 0px;
	}
	
	.menuLevel3>li {
		background-color: var(--base-color);
		border: none;
		margin-bottom: 0px;
	}
	
	.menuLevel3>li>button>a {
		margin-left: 6rem;
	}

	.contentRight .tooltip {
		left: 7rem;
	}

	.articelImageWrapper {
		margin-bottom: 1rem;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.articelImage {
		width: 400px;
		height: 300px;
	}
	
	.contact_image_div {
		margin: 0;
	}
	
	.breadcrumbText {
		margin-left: 2rem;
	}
	
	.copyright_div{
	    margin: 0 2rem;
	}

	.productlist_entry {
    	justify-content: center;
	}

	.productlist_entry_onlineServices {
		flex-direction: row;
	}

	.productlist_image_onlineServices {
		width: auto;
	}

	.thumbbar {
		width: 50vw;
	}
}



/************* Medium devices (landscape tablets, 768px and up) *****************/
@MEDIA only screen and (max-width: 768px){
	/******** Artikelmodul **********/
	.articelTextWrapper{
		max-width: 90%;
		margin-right: 0px;
		margin-bottom: 20px;
	}

	/******** Produktmodul **********/
	.productlist_entry {
		flex-direction: column;
	}
	
	.productlist_text {
		margin-bottom: 15px;
		margin-right: 0px;
	}

	.productlist_description {
	    width: 100%;
	}
}
	


/************* Small devices (portrait tablets and large phones, 600px and up) *****************/
@MEDIA only screen and (max-width: 600px){
	.LogoImage img {
    	width: 125px;
	}
	
	/******** Contactmodul **********/	
	.contact_data{
		margin: 0;
	}
	
	.contact_image_div{
		margin-right: 0;
		margin-left: 0;
	}
}



/************* Very small devices (mobile phones, 510px and up) *****************/
@MEDIA only screen and (max-width: 510px){
	/******** Gallerie **********/
	.gallerieWrapper #mainimage {
		width: 250px;
	}

	.gallerie_mainimage {
		justify-content: flex-start;
	}

	.thumbbar {
		margin-left: 0;
	}
}