.kasse_required_radioButtonGroup {
	border-style: ridge;
	background-color:  #e5153b;
	color: white;
	padding: 5px;
	margin-right: 10px;
}


.kasse_required_checkbox {
	border-style: ridge;
	background-color:  #e5153b;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: -2px;
}


:root{
	--base-color: #465472;
	--second-color: #75AEE3;
	--grey-color: #707070;
	--base-font-size: 12pt;
}


body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto';
	font-size: var(--base-font-size);
	font: 300 16px/1.55 "Open Sans", sans-serif;
}


buch-view {
	width: 100%;
}

.maintheme .buchmodul .v-label-undef-w {
    white-space: normal !important;
}

a.headlineOne{
	font-size: 26pt;
	font-weight: bold;
}

a.headlineThree {
    font-size: 20pt;
	font-weight: normal;
	color: var(--second-color);
}

a.flieÃƒÆ’Ã…Â¸text{
	font-size: 12pt;
	color: var(--grey-color);
}



/*---------------------------------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;
}

.menuEditButton {
	position: absolute;
}

.menuLevel1 .menuEditButton {
	width: max-content;
	bottom: -1.5rem;
	z-index: 1;
}

.menuLevel2 .menuEditButton {
	margin-top: -1rem;
}

.editButtonBanner{
	position: absolute;
	top: 35px;
	background: white;
}

/*---------------------------------Container----------------------*/
.container {
	min-height: 100vh;
	display: flex;
    flex-direction: column;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

/*---------------------------------Header----------------------*/
.stickyHeader {
	position: sticky;
	top: 0;
	z-index: 12;
}
	
.header_logo {
	display: inline-block;
}

.header_logo img {
	width: 150px;
	vertical-align: middle;
}

.gueteSiegel .installation-image {
	width: 6rem;
}

input#hamburg {
	display:none
}

.mobile {
	display: none;
}

.menu1 {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 12em;
    background-color: white;
    z-index: 999;
}

.menu1 ul{
	list-style-type: none;
}

.menuLevel1 {
	list-style: none;
	margin: 10px;
	z-index: 10;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-right: 40px;
}

.menuLevel1>li>button,
.menuLevel2>li>button {
	background: none;
	border: none;
	text-align: left;
}

/**** menulevel 1 ****/
.menuLevel1>li{
	display: inline-block;
	vertical-align: top;
	text-align: left;
	position: relative;
}

.menuLevel1 li a::after {
	content: "|";
	margin: 0 5px;
}

.menuLevel1 li:last-child a::after {
	content: none;
}

.menuLevel1>li:hover > ul{
	visibility: visible;
	opacity: 1;
	transition-delay: 0s;
}

.menuLevel1>li.editButton_menu{
	position: absolute;
	left: -20px;
}

.menuLevel1>li.editButton_menu > a{
	border-left: 0px;
	padding: 0px;
}

.menuLevel1 li a {
	color: var(--grey-color);
	display: block;
}

.menuLevel1 li a:hover {
	color: var(--base-color);
}

.menuLevel1>li>button>a {
	margin: 10px 0px;
	font-size: 1.5rem;
    font-weight: 500;
    box-sizing: border-box;
    width: 100%;
}

.menuLevel1>li:first-of-type>a {
	border-left: none;
}

.menuLevel1>li>button>a:LINK {
	text-decoration: none;
}

.menuLevel1>li>a:hover:before,
.menuLevel1>li .current a:before {
  	opacity: 1;
  	width: 100%;
}
.menuLevel1>li>a:hover:after,
.menuLevel1>li .current a:after {
  	max-width: 100%;
}

.menuLevel1>li.selected>button>a, .menuLevel1>li.hasSelectedDescendant>button>a {
    font-weight: bold;
    color: var(--base-color);
}

#container li.editButton_menu > a::after{
	display: none;
}

.menu2 {
		margin-left: 5em;
		width: 215px;
		flex-grow: 0;
	}

.menuLevel2 {
	list-style-type: none;
    padding-inline-start: 0;
}

.menuLevel2 li {
	padding: 5px 0;
}

.menuLevel2 a {
    text-decoration: none;
	color: var(--grey-color);
    font-size: 18px;
    font-weight: 500;
	line-height: 1;
}



/*------Content-------*/
.content{
	flex:1;
	display: flex;
	flex-direction: row;
}

.bannerImageWrapper{
    position: relative;
}

.BannerImage img{
    display: flex;
    align-items: center;
	width: 100%;
}

#formatImage {
    max-width: 100%;	
}

#mainimage{
	max-width: 100%;
}

.bannerTextWrapper{
    position: absolute;
	margin: 0 12em;
}

.bannerText{
	color: white;
	font-size: 3rem;
	font-weight: 400;
	display: inline;
    margin-left: 5rem;
}

.stickyHeader{
	position:sticky;
	top:0;
}

.suchleiste_wrapper {
    background-color: var(--second-color);
}

.suchleiste{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 5em;
    height: 75px;
    color: white;
    gap: 10px;
    margin-bottom: 20px;
}

.suchleiste p {
		font-size: 1.3em;
		margin:0;
}

.suchfeld{
	background-color: white;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 35px;
}

#searchField::part(input-field){
	background-color: white;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: none;
	height: 30px;
}
#searchField {
	align-items: center;
}

#searchField vaadin-button{
	background: none;
}
#searchField vaadin-button img{
	width: 25px;
}

.infoPunkt{
	position: relative;
    display: flex;
    align-items: center;
	gap: 5px;
}

.shopVerwaltung{
	display: flex;
	flex-direction: row;
	align-items: center;
	font-weight: 400;
	height: 55px;
}

.shopVerwaltungPunkt{
	display: flex;
	align-items: center;
	gap: 5px;
}

.shopVerwaltungPunkt:hover{
	color: var(--base-color);
	cursor: pointer;
}

.shopVerwaltung > div:last-child::before {
    content: "|";
    margin: 0 5px;
    align-self: center;
}

.shopIcon{
	width: 30px;
	vertical-align: middle;
	margin-right: 5px;
	filter: invert(32%) sepia(8%) saturate(1925%) hue-rotate(183deg) brightness(96%) contrast(94%);
}

.anzahlArtikelDiv {
    position: absolute;
    height: 15px;
    width: 15px;
    background-color: var(--second-color);
    border-radius: 50%;
    z-index: 2;
    margin-left: 18px;
    border: 2px solid var(--base-color);
    /* text-align: center; */
}

.anzahlArtikelDiv p{
    position: absolute;
    top: -2px;
    right: 0px;
    bottom: 0px;
    left: 2px;
    font-size: 0.8em;
    margin-left: 2px;
}

.headerCaption{
	color: var(--base-color);
	font-weight: 400;
}
    

.inner_content{
	margin: 0 1rem;
	margin-bottom: 2.5rem;
	flex: 1;
}

/*------Dropdown MenÃƒÆ’Ã‚Â¼-------*/
.dropbtn {
  color: white;
  font-size: 1.3em;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
  display: flex;
  margin:0 0 0 0;
}

.dropdownPunkt{
	position: relative;
	display: flex;
	align-items: center;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 9999;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 1.2em;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {color: var(--base-color);}



/*------Article-------*/

.articleModul{
	display: flex;
	gap: 2em;
	margin-top: 1em;
}
.articelTextWrapper {
	max-width: 860px;
}

.articelImageWrapper{
	margin-top: 70px;
}

.articelTextWrapper h1, .articelTextWrapper h2 {
	margin-block-start: 1rem !important;
}

.artikelThumbbarImage {
	list-style-type: none;
}

/*------Produktmodul-------*/

.productlist_div {
	display: flex;
	flex-direction: column;
}

.productlist_entry{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.productlist_text {
	box-sizing: border-box;
	width: 70%;
	display: flex;
    flex-direction: column;
}

.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_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 {
    opacity: 0.7;
    cursor: pointer;
}

.productlist_image_div {
	max-width : 400px;
	max-height: 400px;
}

.productlist_image{
	max-width: 400px;
    max-height: 400px;
	width: 100%;
}

.product_separator {
	width: 100%;
    border-top: 2px solid #79d44f;
    margin: 3rem 0;
}

.product_separator:last-Child {
	width: 0%;
}

.product_back_outer a {
    font-size: 1.3rem;
    color: #008ecf;
    text-decoration: underline;
}

/*-------Formular-------*/

.formularFeld:focus,
.formularFeld > input:focus /*ComboBox*/ {
	border-color: var(--second-color) !important;
}

.formularButton {
	background: var(--second-color) !important;
	color: white !important;
	border: none !important;
	text-align: center !important;
	line-height: 30px !important;
	cursor: pointer !important;
}



.formularZeile{
	max-width: 650px;
}


.formularButton{
	width: 150px !important;
}

.formularButton:hover{
	color: white !important;
	background: var(--base-color) !important;
}


/*-------Buchshop-------*/
.buch_info_responsive {
	display: none;
}

.headlineTwo {	
	font-size: 22pt;
	font-weight: normal;
	color: var(--base-color);
	line-height: 1;
}

/* ausblenden der Details */


/* Caption der Textfelder in den ersten beiden Containern und des Covers ausblenden*/
.buch_info .details_overview label[slot="label"],
.buch_info .cart_info label[slot="label"],
.buch .text_div label[slot="label"]{
	display: none;
}
.buch_info {
	--vaadin-form-item-label-width: 0px;
	--vaadin-form-item-label-spacing: 0px;
}

/*ENDE ausblenden der Details*/

.buchmodul{
	width: 95%;
}

.buchListe vaadin-vertical-layout {
	padding: 0 !important;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.buch {
    padding: 15px 0;
    border-bottom: 1px solid var(--second-color) !important;
    display: flex !important;
    flex-direction: column;
}

.buch_info_Wrapper {
	display: flex;
}

.buch, .buch .buch_info_Wrapper, .buch_info_Wrapper  * {
    gap: 0px 20px;
}

.buch label[slot="label"]{
	color: var(--lumo-secondary-text-color);
	font-family: var(--lumo-font-family);
	font-size: var(--lumo-font-size-s);
	font-weight: 500;
	max-width: 85px;
}

.buch:last-of-type {
	border-bottom: none;
}

.buch_cover{
	width: 8rem;
}

.buch_cover > img{
	width: 100%;
}

.buch .buch_info{
	display: flex !important;
	justify-content: space-between;
	flex: 1;
	flex-flow: wrap;
}

.buch_info .details_overview {
	max-width: 65%;
	display: flex !important;
	flex-direction: column;
	flex: 3;
}

/*specificity um importance zu vermeiden*/
.buch .text_div {
	max-height: 45px;
	display: none;
	margin-block-start: 1rem;
	width: 155%;
}

.buch_info .details_overview .mehrButton {
	align-self: flex-start;
	left: 0;
}

.buch_info div[location="readMoreButton"] {
	align-self: flex-start;
}


.read_more .text_div {
	display: initial;
	max-height: fit-content !important;
}

.buch .titel_div {
    font-size: 1.5rem;
	font-weight: normal;
	color: var(--base-color);
	line-height:1;
}

.buch .titel_div .layout {	
	color: var(--base-color);
}

.cart_info {
	display: flex !important;
	flex: 1;
	flex-direction: column;
	text-align: right !important;
}

.buch .preis_div .layout {	
	color: var(--base-color);
	font-size: 1.5rem;
}

.buch .preis_div .layout::after {
	content: '\20AC';
}

.buch_details_wrapper{
	flex: 1.5;
	display: flex;
	flex-direction: column;
	margin-left: auto;
	width: 335px;
	--lumo-space-m: var(
	--lumo-space-xs);
}

.produktdetails_div {
	margin-block-start: initial !important;
	margin-block-end: 1rem !important;	
}

.produktdetails_div .headlineTwo {
	font-size: 1.5rem;
}

.buch_details_wrapper div {
	display: flex;
	flex-direction: row;
}

/* rechte Seite Caption */
.buch_details_wrapper label::slot(label){
	flex: 1
}

/* rechte Seite Label */
.buch_details_wrapper label {
	flex: 1;
}

.display_buch_beschreibung{
	max-height: 100%;
}

.text_div{
	width: max-content;
	line-height: 1.2;
	max-height: 50px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.4s ease;
    margin: 0 0 5px 0;
}

.buchShopHeader{
	color: var(--base-color) !important;
}

.h1{
    font-size: 2.4em;
    margin-bottom: 1em;
    letter-spacing: -0.03em;
}

.buchShopHeader2{
	color: var(--second-color) !important;
}

.h2{
    font-size: 1.6em;
    letter-spacing: -0.02em;
}

.buchShopText{
	color: var(--grey-color) !important;
}

.buchShopButton{
	background: var(--second-color) !important;
    color: white !important;
    border: none !important;
    text-align: center !important;
    line-height: 30px !important;
    cursor: pointer !important;
	border-radius: 0px !important;
}

.buchShopButton:hover{
	background: var(--base-color) !important;
}

.buchShopTextfield::part(input-field){
	background-color: white !important;
	border-radius: 0px !important;
	border: 1px solid var(--second-color) !important;
	height: 27px !important;
	vertical-align: -webkit-baseline-middle !important;
}

.buchShopComboBox::part(input-field){
	background-color: white !important;
    border-radius: 0px !important;
    border: 1px solid var(--second-color) !important;
    height: 27px !important;
    vertical-align: -webkit-baseline-middle !important;
}

.buchShopCheckbox > input ~ label:before{
	border-radius: 0px !important;
    border: 1px solid var(--base-color) !important;
}

.button_load_more {
	background: var(--second-color) !important;
    color: white !important;
    border: none !important;
    text-align: center !important;
    line-height: 30px !important;
    cursor: pointer !important;
}

.mehrButton {
	background: var(--second-color) !important;
	color: white !important;
	border: none !important;
	text-align: center !important;
	line-height: 30px !important;
	cursor: pointer !important;
	float: right !important;
	left: calc(-100% - 20px); /*20px ist grid gap*/
}

.mehrButtonResponsive{
	display: none !important;
	background: var(--second-color) !important;
    color: white !important;
    border: none !important;
    text-align: center !important;
    line-height: 30px !important;
    cursor: pointer !important;
}

.warenkorbButton {
	background: var(--second-color) !important;
	color: white !important;
	border: none !important;
	text-align: center !important;
	cursor: pointer !important;
	padding: 5px !important;
	width: min-content;
}

.warenkorbButton:hover {
	background: var(--base-color);
}

.warenkorbButtonIcon{
	width: 25px;
    vertical-align: middle;
    margin-right: 10px;
}

.rightAlign {
	text-align: right;	
}

.changeMengeButton {
	border: none !important;
	background: var(--second-color) !important;
	color: white !important;
	padding-inline: 5% !important;
	margin-inline: 2%;
	font-size: 0.75rem;
	height: 1.5rem !important;
}

.buch .layout, .text_div .layout {
    width: 100%;
    color: var(--grey-color);
    line-height: 1.3;
    display: block;
	white-space: pre-wrap;
}

.labelbox {
    flex: 0 0 35%;
	font-weight: normal;
}

.valuebox {
    flex: 0 0 65%;
}

/*-------Warenkorb-------*/
.warenkorb{
	width: 95%;
}

.warenkorb vaadin-grid-cell-content .header {
    color: var(--second-color) !important;
	font-weight: 600;
}

.bestellpreisDivWarenkorb, .bestellpreisDivKasse{
		margin-right: 18px;
}

.bestellpreisDivWarenkorb .v-spacing, .bestellpreisDivKasse .v-spacing {
    width: 5px !important;
}

.warenkorbMengeColumn {
	width: 100%;
	white-space: nowrap !important;
}

.warenkorbPostenMenge {	
	line-height: inherit;
}

.responsiveWarenkorbWrapper{
	display:none !important;
}

.warenkorbpostenStyle{
	border-bottom: 1px solid var(--second-color);
	width: 100%;
}

/*-------Kasse-------*/

.kasse {
    width: 96%;
}

.kasse .buchShopTextfield{
    height: 24px !important;
}

.responsiveKasseWrapper {
	display: none !important;
}

.zahlVersandArtWrapper{
	display: flex;
	margin-bottom: 1em;
	flex-wrap: wrap;
}

.zahlVersandArtWrapper vaadin-radio-group > label {
	color: var(--second-color) !important;
}

.richtlinienLayout{
	gap: 0;
}

.richtlinienLayout * {
	display: inline-block;
}

/*-------Anmeldung-------*/

.anmeldungWrapper{
	display: flex !important;
	flex-flow: wrap;
}

.anmeldungWrapper .h2 {
	padding-bottom: 1em;
}

/*-------konto anlegen-------*/

shop-kundendaten-view > * {
	max-width: 1000px;
}

.shopKundendatenWrapper {
	display: flex !important;
	flex-flow: wrap;
}

.shopAdresseWrapper  {
	display: flex !important;
	flex-flow: wrap;
}

.shopLieferadresseWrapper {
    white-space: normal !important;
}

/*-------Bestellhistorie-------*/

.maintheme .v-treegrid-row > td, .maintheme .v-treegrid-editor-cells > div {
	border-bottom: 1px solid var(--second-color);
	border: none;
	background: white;
	border-top: none;
	border-right: none;
	border-left: none !important;
}

.maintheme .v-treegrid-row-stripe > td {
	background-color: white !important;
}

.maintheme .v-treegrid-row > td, .maintheme .v-treegrid-editor-cells > div {
	border-bottom: 1px solid var(--second-color) !important;
}

div[location="bestellhistorie"] .v-textfield-focus {
	border-color: var(--second-color) !important;
}

div[location="bestellhistorie"] input.v-textfield.v-textfield-readonly.v-widget.v-readonly {
	border: none;
}

/*-------Contact-------*/

.contacts_div{
	margin-top: 25px;
}

.contact{
	display:flex;
	flex-wrap: wrap;
}

.contact_data p{
	margin-block-start: 0em;
	margin-block-end: 0em;
}

.contact_image_div{
	margin: 0 auto;
	margin-right: 50%;
}

.contact_separator {
	width: 100%;
    border-top: 1px solid var(--second-color);
}

.contact_separator:last-Child {
	width: 0%;
}

.contact_vornameNachname{
	color: var(--second-color);
}

/*-------Links-------*/
.linksmodulNormal {
	display: flex;
    justify-content: flex-start;
}

.linksmodulResponsive {
	display: none;
}

.linkkategorie_wrapper{
	display: flex;
    flex-direction: column;
}

.link_text{
	margin-bottom: 3rem;
	min-height: .5rem;
}

.linkkategorie{
    display: flex;
    align-items: center;
    font-size: 1.25em;
    font-weight: 400;
    width: max-content;
}

.linkkategorie:hover {
	border-bottom: 2px solid var(--base-color);
	cursor: pointer;
}

.link_showdetails{
	display: none;
}

.categoryActive {
	border-bottom: 2px solid var(--base-color);
}

.links_wrapper{
	margin-left: 120px;
    flex: 1;
}

.link{
	border-bottom: 1px solid var(--second-color);
   	padding: 15px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.link:first-of-type {
	padding-top: 0px;
}

.link:last-of-type {
	border: none;
}

.linkDetails{
	display: flex;
    flex-direction: column;
    margin-right: 100px;
    flex: 1;
}

.linkDetails p{
    margin-block-start: 0em;
}

.linkDetails > p > a{
	text-decoration: underline;
    color: var(--second-color);
    font-weight: 400;
}

.linkDetails > p > a:hover{
	font-weight: 500;
}

.link_image_div {
    align-self: center;
    max-width: 150px;
}

/*------Gallerie-------*/

.gallerieWrapper{
	display: flex;
    flex-direction: column;
    align-items: center;
}

.gallerie_mainimage{
	
}

.thumbbarWrapper{
	
}

.thumbbar{
	list-style-type: none;
    display: flex;
    justify-content: center;
}

.thumbbarImage{
	height: 120px;
}

#thumbnailimage{
	height: 100%;
}

/*------Buchmodul-------*/

.bildLayout {
	max-width: 100%;	
}

.coverimage {
	max-width: 7em;
}

.cellautor {
	width: 13em;
}

/*-------Footer-------*/

.footer{
	display: flex;
	justify-content: space-between;
	padding: 0.6rem 0;
	background-color: var(--second-color);
	padding-inline: 12rem;
}

.footer a{
	color: white;
}

.social_media_div{
	margin-left: 12em;
}

.social_media_div a img {
    margin-right: 25px;
    height: 24px;
}

.copyright_div a:not(:any-link){
	text-decoration: none;
	color: white;
}

.boersenverein-foerderung {
	width: 30rem;
}

.installation-image {
	max-width: 30rem;
	width: inherit;
}

.warenkorbButton img {
	display: none;
}

/******************************/
/* Responsive*/
/******************************/
@media only screen and (max-width: 1110px) {
	
	.suchleiste {
		font-size: .7rem;
	}

	.footer {
		padding-inline: 1rem;
	}
	
	@MEDIA only screen and (max-width: 900px){
		
		.header_logo {
			margin: 10px 10px;
			flex: 1;
		}
		
		label.hamburg { 
		   display: block; 
		   width: 75px; 
		   height: 50px; 
		   position: relative; 
		   margin-left: auto; 
		   margin-right: 0.5rem; 
		   margin-top: 0.5rem;
		   margin-bottom: 0.5rem;
		   border-radius: 4px; 
		}

		.line { 
		   position: absolute; 
		   left:10px;
		   height: 4px; width: 55px; 
		   background: var(--second-color); 
		   border-radius: 2px;
		   display: block; 
		   transition: 0.5s; 
		   transform-origin: center; 
		}

		.line:nth-child(1) { top: 12px; }
		.line:nth-child(2) { top: 24px; }
		.line:nth-child(3) { top: 36px; }

		#hamburg:checked + .hamburg .line:nth-child(1){
		   transform: translateY(12px) rotate(-45deg);
		}

		#hamburg:checked + .hamburg .line:nth-child(2){
		   opacity:0;
		}

		#hamburg:checked + .hamburg .line:nth-child(3){
		   transform: translateY(-12px) rotate(45deg);
		}
		
		#hamburg:checked ~ .mobile {
			overflow-y: scroll;
			height: 65vh;
			background: #e4e4e4;
		}
		
		#hamburg:checked ~ .mobile .menuLevel1 {
		   display: flex;
		}
		
		.mobile {
			display: flex;
			width: 100%;
		}
		
		.mobile .menuLevel2 {
			display: block;
		}
		
		.menu.desktop {
			display: none;
		}
				
		.menu1 {
			align-items: flex-end;
			padding: 0;
			flex-wrap: wrap;
			justify-content: space-around;
		}
		
		.menuLevel2 {
			display: none;
		}
		
		.menu2 {
			margin-left: 1em;
		}
		
		.menuLevel1 {
			display: none;
			flex-direction: column;
			position: relative;
			align-items: center;
			background: #e4e4e4;
			padding-inline-start: 0px;
			width: 100%;
		}
		
		.menuLevel1>li {
			margin-left: 0px;
			width: 100%;
			text-align: center;
			border-bottom: 1px solid #d4d4d4;
			display: flex;
			align-items: center;
			justify-content: space-around;
			flex-direction: column;
		}
		
		.menuLevel1>li>button {
			width: 100%;
			display: flex;
			justify-content: space-around;
		}
		
		.menuLevel1>li:focus-within > ul {
			display: block;
		}
		
		.menuLevel1>li>button>a {
			width: fit-content;
		}
		
		.menuLevel1>li:last-child {
			border-bottom: none;
		}
		
		.menuLevel1>li.selected>button>a::after {
			display: none;
		}
		
		.menuLevel1 li a::after {
			content: ''
		}
		
		.menuLevel1>li>a::before {
			display:none;
		}
		
		.menuLevel1>li:hover .submenu_level_1{
			position: inherit;
			visibility: visible;
			opacity: 1;		
			transition: none;
			text-align: center;
		}
		
		.submenu_level_1 > li{
			margin-bottom: 0px;
			border-color: #e4e4e4;
		}
		
		.suchleiste {
			margin: 0 1em;
		}
		
		.suchleiste p {
			display: none;
		}
		
		.anzahlArtikelDiv p {
			display: initial;
			font-size: 1.1em;
			color: white;
			top:  -1px;
		}
		
		.dropdownPunkt > a {
			display: none;
		}
		
		.dropdown-content {
			right: 10%;
		}
		
		.inner_content{
			
		}
		
		.copyright_div {
			margin-right: 1em;
			margin-left: 1em;
		}
		
		.warenkorbWrapper {
			padding-left: 0 !important;
			padding-right: 0 !important;
		}
		
		.footer {
			text-align: center;
		}

		.gueteSiegel {
			position: absolute;
			top: 0;
			left: 1rem;
		}

		.gueteSiegel .installation-image {
			width: 57px;
		}
	}
		
		@media only screen and (max-width: 768px) {
			a.headlineOne{
				font-size: 22pt;
			}

			a.headlineTwo {
				font-size: 18pt;
				color: var(--base-color);
			}

			a.headlineThree {
				font-size: 15pt;
				color: var(--second-color);
			}

			a.flieÃƒÅ¸text{
				font-size: 13pt;
				color: var(--grey-color);
			}

			.menu2 {
				display: none;
			}


			.buch {
				flex-wrap: nowrap;
			}
			
			.buch_info_responsive {
				display: flex;
				flex-direction: column;
			}

			.buch_info_responsive .buch_details_wrapper {
				display: none;
				margin-left: 0;
				margin-top: 1rem;
			}
			
			.read_more .buch_details_wrapper {
				display: initial;
				max-height: fit-content !important;
			}
			
			.buch .buch_info {
				display: none !important;
			}

			.buch_cover {
				width: 5rem;
			}
			
			.buch .titel_div .layout {
				color: var(--base-color);
			}
			
			.buch_info_responsive div {
				text-align: left !important;
				margin-top: -0.2rem;
			}
			.buch_info_responsive .text_div{
				width: 100%;
			}

			.buttons_responsive{
				display: flex;
			}
			
			.buch label[slot] {
				display: none;
			}
			.buch .buch_details_wrapper label[slot] {
				display: initial;
			}
			
			.buch_info_responsive * {
				overflow-wrap: anywhere;
			}
			
			.buch_info_responsive {
				width: 100%;
			}
			
			.mehrButton {
				display: inline-block !important;
				margin-bottom: 10px;
				margin-inline-end: 1rem;
				width: fit-content;
				float: none !important;
				left: 0;
			}
			
			.warenkorbButton {
				width: 32px;
				padding: 0 !important;
				min-width: 1px;
			}
			
			.warenkorbButton img {
				display: initial;
				margin-left: 6px;
			}
			.warenkorbButton img {
				display: initial;
			}

			.responsiveWarenkorbWrapper {
				display: block !important;
				padding-top: 0 !important;
			}
			
			.buchShopHeader{
				margin-bottom: 0;
			}
			
			.warenkorbgrid{
				display: none !important;
			 }
						 
			.responsiveKasseWrapper {
			   display: block !important;
			}
			
			.kasseGrid{
				display: none !important;
			 }
			 
			.richtlinienLayout {
				white-space: normal;
			}
			
			.displayContent{
				display:block;
			}
		
			.articelTextWrapper {
				max-width: 75%;
				word-wrap: break-word;
			}
		
			@MEDIA only screen and (max-width: 642px) {
				
				.footer {
					display: block;
				}
				
				.boersenverein-foerderung {
					width: 100%;
				}
				
				.links_wrapper {
					margin-left: 1rem;
				}
				
				.linksmodulNormal {
					display: none;
				}
				
				.linksmodulResponsive {
					display: block;
				}
				
				@MEDIA only screen and (max-width: 400px) {
					
					.buch_details_text_div .buch_details_layout {
						padding-inline-end: 1rem;
					}
					
					.warenkorbButton .v-button-wrap .v-icon {
						display: inherit;
					}
					
					.warenkorbButton .v-button-wrap .v-button-caption {
						display: none !important;
					}
				}
			}
		}
		
	}

