:root{
	--base-color: #008ece;
	--base-font-size: 18px;
}



/*-----------------------hier wird die Schriftart ï¿½berschrieben, ansonsten wird es von Vaadin geladen----------------------*/
body {
	/*font-family: 'Segoe UI' !important;*/
	line-height: normal ! important;
	text-size-adjust: auto;
}

.inner_content h1 {
	font-size: 2em !important;
	text-decoration: underline !important;
	text-decoration-color: var(--base-color) !important;
}

.inner_content h2 {
	font-size: 2em !important;
	margin-block-end: 0em !important;
}

.inner_content h3 {
	font-size: 1.5em !important;
}

.inner_content p {
    font-size: 1.25em !important;
	margin-top: 0.83em !important;
	margin-inline-end: 5px !important;
}

.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, .artikel_header_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----------------------*/
.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: 0;
	top: 2rem;
}

.editButtonLeft{
	position: absolute;
	left: -15em;
}

.abwechselndProductlist_div .editButtonLeft {
	margin-top: -2%;
}

.abwechselndProductlist_div .editButtonRight {
	margin-top: -2%;
}

.produkt_editButtonLeft {
	position: absolute;
	left: -18rem;
}

.produkt_text .editButtonLeft, 
.artikel_header_text .editButtonLeft {
	left: -12rem;
	top: -2em;
}

.productlist_text_stellenanzeigen .editButtonTextBearbeiten {
	position: absolute;
	margin-top: 3rem;
	left: -12rem;
}

.articleModul .editButtonLeft {
	left: -11rem !important;
	position: relative;
	top: 4em;
}

.contact_text .editButtonLeft {
	position: absolute;
	top: -2.5rem;
}

.contacts_div .editButtonLeft {
	margin-top: -2%;
}

.contactEditButton {
	position: absolute;
	margin-left: -17rem;
}

.formular .editButtonLeft:first-child {
	margin-left: 4rem;
	top: 0;
}

.formular .editButtonLeft {
	margin-left: 1rem;
	top: 3rem;
}

.formular .editButtonHeader {
	top: -3%;
}

.formularZeile .editButtonModul {
	z-index: 1;
	top: 6rem;
	left: -17rem;
}

.editButtonRight{
	position: absolute;
}

.articelImageWrapper .editButtonRight {
	display: ruby;
}

.editButtonHeader{
	position: absolute;
	top: -1.5%;
    left: -14.5%;
}

.editButtonModul{
	position: absolute;
}

.editButtonTextBearbeiten {
    position: absolute;
    margin-top: -2em;
}

.bannerImageWrapper .tooltip {
	position: absolute;
	top: -3.5rem;	
	z-index: 1;
}

.menu1 .editButtonLeft {
	position: absolute;
	margin-bottom: 2%;
	margin-left: 11%;
}

.social_media_div .editButton {
	position: relative;
	top: -0.5rem;
	margin-top: -4%;
	margin-right: 0.5rem;
	color: white;

}

.galerieText .editButtonLeft {
	position: absolute;
}



/*---------------------------------Container----------------------*/
.container {
	min-height: 100vh;
	display: flex;
    flex-direction: column;
}

.scrollToTopDiv{
	height: 15px;
    position: fixed;
    right: 35px;
    z-index: 99999;
    bottom: 65px;
    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);
}

.entwicklung_image {
	display: flex;
	justify-content: flex-end;
	margin-right: 65px;
	margin-bottom: 10px;
}

.entwicklung_image img.installation-image {
	height: 130px;
	width: 155px;
}



/*---------------------------------Header----------------------*/
.header {
	position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    background: white;
}
	
.LogoImage {
	display: inline-block;
	margin: 20px 0;
}

.LogoImage img {
	max-width: 168px !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;
}

.menuLevel1 > .liMenuEditButton {
	position: absolute;
	top: 3em;
}

.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;
    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;
  margin-bottom: 8px;
  display: block;
  height: 3px;
  width: 0%;
  content: "";
  background-color: var(--base-color);
}



/* einblenden Linie bei selectierte Menu */
.menuLevel1>li.selected>button>a::after, .menuLevel1>li.hasSelectedDescendant>button>a::after {
    bottom: 0;
	margin-bottom: 8px;
    display: block;
    height: 3px;
    width: 100%;
    content: "";
    background-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.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;
	background-color: white;
}

.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: #008ece99;
    padding: 0rem 1rem 0rem 20rem;
}

.bannerText{
	color: white;
	font-size: 3rem;
	font-weight: 400;
	display: inline;
}

.breadcrumb{
	color: #c1c1c1;
}

.breadcrumbText{
	margin-left: 20rem;
}

.breadcrumbText a{
	color: #c1c1c1 !important;
}

.contacts_map .breadcrumb {
    margin-bottom: 25px;
}

.inner_content{
	position: relative;
	margin: 0 20rem;
	margin-bottom: 2.5rem;
}
*------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;
}


/*------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;
}



/*------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, .artikel_header_text{
	margin-bottom: 3rem;
}

.produkt_text a:any-link, .artikel_header_text a:any-link{
	text-decoration: underline;
    color: var(--base-color);
    font-weight: 400;
}

.produkt_text a:any-link:hover, .artikel_header_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: bolder;
    font-size: 1.5rem;
}

.productlist_description{
	width: 85%;
}

.productlist_description a:any-link{
	text-decoration: underline;
	color: var(--base-color);
	font-weight: 400;
}

.productlist_div_leistungen .productlist_description a:last-of-type{
	text-decoration: none;
	padding: 2px 20px;
	border: 1px solid var(--base-color);
}

.productlist_description {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.productlist_div_leistungen.productlist_description p:last-of-type{
	flex: 1;
	display: flex;
	align-items: flex-end;
}


.productlist_description a:any-link:hover {
    font-weight: 600;
    text-decoration: underline;
}

.productlist_more {
	width: fit-content;
	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;
    width: 100px;
    text-align: center;
}

.productlist_more:hover {
    background-color: var(--base-color);
    cursor: pointer;
}

.productlist_more:hover a {
    background-color: var(--base-color);
    color: white;
    cursor: pointer;
}

.productlist_div_leistungen .productlist_image_div {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: baseline;
}

.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 Trennungslinien-------*/
.productlist_image_div_trennungslinien {
	max-width : 400px;
	max-height: 400px;
}

.productlist_image_trennungslinien {
	max-width: 400px;
    max-height: 400px;
	width: 100%;
}

.productlist_entry_trennungslinien {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product_separator_trennungslinien {
    width: 100%;
    border-top: 1px solid var(--base-color);
    margin: 50px auto;
}

.product_separator_trennungslinien:last-Child {
	width: 0%;
}

.productlist_text_trennungslinien  {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin-right: 100px;
    flex: 1;
}

.productlist_description_trennungslinien a:any-link{
	text-decoration: underline;
    color: var(--base-color);
    font-weight: 400;
}

.productlist_description_trennungslinien a:any-link:hover {
    font-weight: 600;
}



/*------Produktmodul Stellenanzeigen-------*/
.productlist_text_stellenanzeigen .productlist_title {
	font-weight: bolder;
    font-size: 1.5rem;
	font-style: italic;
	color: var(--base-color);
}

.productlist_content_stellenanzeigen {
	display: flex;
	flex-direction: row;
}

.productlist_description_stellenanzeigen {
	color: #929292;
	width: 100%;
	margin-left: 5px;
	margin-top: 10px;
}

.productlist_image_div_stellenanzeigen {
	max-width : 150px;
	max-height: 150px;
}

.productlist_image_stellenanzeigen {
	max-width: 400px;
    max-height: 400px;
	width: 100%;
}

.productlist_entry_stellenanzeigen {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product_separator_stellenanzeigen {
    width: 100%;
    border-top: 1px solid var(--base-color);
	margin-bottom: 10px;
	margin-top: 20px;
}

.product_separator_stellenanzeigen:last-Child {
	width: 0%;
}

.productlist_text_stellenanzeigen  {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.productlist_description_stellenanzeigen a:any-link{
	text-decoration: underline;
    color: var(--base-color);
    font-weight: 400;
}

.productlist_description_stellenanzeigen a:any-link:hover {
    font-weight: 600;
}

.productlist_more_stellenanzeigen {
	width: 100px;
	height: 30px;
    display: flex;
    justify-content: center;
	align-items: center;
    margin-top: 40px;
    border: 1px solid var(--base-color);
}

.productlist_more_stellenanzeigen a {
    color: var(--base-color);
    font-weight: 400;
    text-decoration: none;
}

.productlist_more_stellenanzeigen:hover {
    background-color: var(--base-color);
    cursor: pointer;
}

.productlist_more_stellenanzeigen:hover a {
    background-color: var(--base-color);
    color: white;
    cursor: pointer;
}



/*------Produktmodul Leistungen-------*/
.productlist_div_leistungen {
	display: flex;
	flex-direction: row;
}

.productlist_entry_leistungen {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	margin-bottom: 2rem;
}

.productlist_text_leistungen {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.productlist_text_leistungen > .editButton_productlist_div_leistungen {
    position: absolute;
    top: 0px;
    left: -20px;
}

.productlist_title_leistungen {
	font-weight: bolder;
    font-size: 1.5rem;
}

.productlist_description_leistungen {
	width: 85%;
}

.productlist_description_leistungen a:any-link{
	text-decoration: underline;
    color: var(--base-color);
    font-weight: 400;
}

.productlist_description_leistungen a:any-link:hover {
    font-weight: 600;
    text-decoration: underline;
}

.productlist_more_leistungen {
	width: 100px;
    display: flex;
    justify-content: center;
    margin-top: 40px;
    border: 1px solid var(--base-color);
}

.productlist_more_leistungen a {
    color: var(--base-color);
    font-weight: 400;
    text-decoration: none;
}

.productlist_more_leistungen:hover {
    background-color: var(--base-color);
    cursor: pointer;
}

.productlist_more_leistungen:hover a {
    background-color: var(--base-color);
    color: white;
    cursor: pointer;
}

.productlist_image_leistungen_div {
	display: flex;
	justify-content: center;
	align-items: center;

}

.productlist_image_leistungen {
	max-width: 100%;
    height: auto;
    object-fit: contain;
}



/*-------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;
	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: 1px solid var(--base-color);
    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: column;
    justify-content: center;
	align-items: center;
}

.gallerie_mainimage{
	width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.gallerieWrapper #mainimage{
	padding: 0;
	height: 450px;
    width: 100%;
}

.gallerieWrapper #image{
	max-height: 450px !important;
    max-width: 600px !important;
}

.thumbbarWrapper{
	height: 20%;
	width: 70%;
	margin-bottom: 2rem;
	display: flex;
	justify-content: center;
}

.thumbbar{
	height: 100%;
	list-style-type: none;
    display: flex;
    justify-content: flex-start;
    overflow-x: auto;
    margin: auto;
	padding: 0;
}

.thumbbarImage{
	display: flex;
	justify-content: space-around;
	height: 60px;
	margin: 2px;
}

#thumbnailimage{
	height: 100%;
}



/*------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;
}

.formularImageWrapper{
	position: absolute;
	left: 44rem;
	width: 500px;
}

.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;
	margin-top: 3.2rem;
}

.formularButton:hover{
	color: white !important;
	background: var(--base-color) !important;
}

.formularFeld::part(input-field){
	border: 1px solid var(--base-color) !important;
	border-radius: 0px !important;
	background-color: white !important;
}

vaadin-form-layout > div > label {
	font-size: var(--lumo-font-size-s);
	font-weight: 500;
	color: var(--lumo-secondary-text-color);
}

vaadin-horizontal-layout > label {
	margin-top: 0.7rem;
	font-size: var(--lumo-font-size-s);
	font-weight: 500;
	color: var(--lumo-secondary-text-color);
}

.captchaTextfield{
	border: 1px solid var(--base-color) !important;
    padding: 0;
}

.captchaLayout{
	height: 80px !important;
}

vaadin-vertical-layout.captchaLayout {
	display: flex;
	flex-direction: row;
	position: absolute;
	margin-top: 1.3rem;
	padding-left: 0;
}

vaadin-vertical-layout.captchaLayout > img {
	width: 100px;
	height: 36px;
	border: 1px solid var(--lumo-secondary-text-color);
	margin-right: 10px;
}



/*-------Footer-------*/
.footer{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.6rem 0;
	background-color: var(--base-color);
}

.footer a{
	color: white !important;
}

.footerLinks:hover {
    cursor: pointer;
    font-weight: 400;
}

.social_media_div {
	display: flex;
    margin-left: 20rem;
	margin-top: 8px;
}

.social_media_div a {
    text-decoration: none;
}

img.installation-image{
	height: 24px;
	margin-right: 25px;
}

.copyright_div{
	margin-right: 20rem;
}

.copyright_div a{
	text-decoration: none;
}



/******************************/
/* Responsive*/
/******************************/
/************* auï¿½en Abstand verkleinern *****************/
@MEDIA only screen and (max-width: 1610px){
	.menu1 {
		margin: 0px 10rem;
	}
}



@MEDIA only screen and (max-width: 1450px){
	.menu1 {
		margin: 0px 5rem;
	}
}



@MEDIA only screen and (max-width: 1500px){
	.bannerTextWrapper {
		padding: 0rem 1rem 0rem 10rem;
	}
	
	.inner_content {
    	margin: 0 10rem;
	}
	
	.social_media_div{
	    margin-left: 10rem;
		margin-top: 8px;
	}

	.copyright_div{
	    margin: 0 10rem;
	}
	
	.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: #7ab5d1;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.menuLevel2>li>button>a{
	    margin-left: 4rem;
	    width:0;
	}
	
	
	.menuLevel3 {
		padding-inline-start: 0px;
		display: none;
		position: relative;
		left: 0px;
	}
	
	.menuLevel3>li {
		background-color: #7ab5d1;
		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;
	}
	
	.social_media_div {
		margin: 0 2rem;
		margin-top: 8px;
	}

	.copyright_div{
	    margin: 0 2rem;
	}

	.productlist_entry {
    	justify-content: center;
	}
}



/************* Produktmodul_Leistungen anpassen (1246px and up) *****************/
@MEDIA only screen and (max-width: 1246px){
	.productlist_leistungen_div {
		flex-direction: column;
	}
}



/************* Medium devices (landscape tablets, 838px and up) *****************/
@MEDIA only screen and (max-width: 838px){
	.footer {
		flex-direction: column;
	}

	.productlist_div_leistungen {
		flex-wrap: wrap;
	}
}



/************* 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;
	}
	

	/******** Footer **********/
	.social_media_div {
		display: block;
	}

	.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;
	}
}

