
html{
}

body {
	position: unset !important;
	scrollbar-3dlight-color: #C4C4C2;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-darkshadow-color: #C4C4C2;
	scrollbar-face-color: #C4C4C2;
	scrollbar-highlight-color: #C4C4C2;
	scrollbar-shadow-color: #C4C4C2;
	scrollbar-track-color: #FFFFFF;
	scrollbar-base-color: #FFFFFF;
}

#outlet{
	width: 720px !important;
}

#background-stripe{
background-color: #966E6C; 
position: absolute; 
left: 0px; 
width: 100%; 
top: 50%; 
margin-top: -110px; 
height: 360px;  
padding: 0px; 
display-style: block;
z-index: -1;	
}

.maintheme.v-app, .maintheme.v-app-loading {
	font-size: var(--base-font-size) !important;
}


#top{
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}


h1{
}


h2{
}

h3{
    color: #6F6F6F;
    margin: 0 0 3px 0  !important;
	font-size: 14px;
	line-height: 100%;
}


p{
	margin: 0px !important;
}


.inner_content a {
	color: black;
	text-decoration: underline;
	font-size: 13px;
}

.inner_content{
	width: 720px;
	min-height: 360px;
}

.menueleistentext{

}

.fliesstext{
	font-size: 18pt;
}
/*---------------------------------AdminSection----------------------*/
.adminSection{
	background-color: #6f6f6f;
	display: flex;
	flex-direction: row;
}

.logoutButton{
	background: transparent;
	color: white;
	border: none;
}

.logoutButton:hover {
    cursor: pointer;
    background: #5a5a5a;
}

/*---------------------------------Edit Icon----------------------*/
.edit_icon
{
	width: 25px;
	height: 25px;
	border: 0;	
	padding-left: 5px;
}

.tooltiptext{
	cursor: pointer;
}

.edit_icon:hover{
	cursor: pointer;
}

.editButtonLeft{
    left: 0;
}

.editButtonHeader{
	left: 0;
	
}

.editButtonLogo{
}

.menu1 .editButtonLeft {
	position: absolute;
	margin-bottom: 3%;
	margin-left: 11%;
}

.bannerImageWrapper .tooltip {
    position: absolute;
    top: -3%;
    z-index: 1;
}

.menuEditButton {
	position: absolute;
	width: 10rem;
}

.menuEditButton:hover{
	cursor: pointer;
}

.menuLevel1>li>.menuEditButton {
	top: -3.75rem;
}

/*---------------------------------Container----------------------*/
.container {
    position: relative;
    clear: left;
    text-align: left;
    margin: 0 auto;
    width: 900px;
	top: calc((100vh - 580px) / 2);
}

.content_menu{
}

.div_scrollable{
}

/*---------------------------------Header----------------------*/

.header_logo{
	display: flex;
	flex-direction: row;
}

.header_logo a{
	margin-left: 15px;
	margin-top: 13px;
	margin-bottom: 5px;
}

input#hamburg {
	display:none
}

.menu1 {
	background-color: #966e6c;
}

.menu1 ul, .menu2 ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px; 
}

.menuLevel1, .menuLevel2 {
	list-style: none;
}

.menuLevel1 .menuLevel2 {
	margin-top: 0px;
}

.menuLevel1{
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 6px;
}

.menuLevel1>li{
	height: 35px;
	display: flex;
    align-items: center;
}


ul.menuLevel2{
	display: flex;
	flex-direction: column;
	margin-top: 8px;
	margin-bottom: 7px;
}


/**** menulevel 1 ****/

.menuLevel1>li>button,
.menuLevel2>li>button {
	background: none;
	border: none;
}


 .menuLevel1 li.selected, .menuLevel1 li.hasSelectedDescendant{
	background-color: #e5e5e5;
	min-height: 30px; 
}

.menuLevel1 li.selected >button>a, .menuLevel1 li.hasSelectedDescendant >button>a{
	color: black !important;
}

.menuLevel2 li.selected{

}

.menuLevel2 li.selected >button>a{
	color: red !important;
}


.menuLevel1>li>button>a{
	color: white;
	font-size: 14px !important;
}

.menuLevel2>li>button>a {
	color: black;
}

.menuLevel1>li>button>a:hover{
	color: #DEDEDC;
	text-decoration: none;
}

.menuLevel2>li>button>a:hover{
	color: red;
	text-decoration: none;
}


.menuLevel1>li{
}

li.liMenuEditButton{
	margin-left: 0px !important;
}

/**** submenu level 1 ****/
.menu2{
	background-color: #f9f9f9;
	min-height: 360px;
	width: 180px !important;
}


.menuLevel2>li{
	margin-left: 41px;
	margin-top: 3px;
	margin-bottom: 2px;
	display: flex;
    align-items: start;
}


.menuLevel2>li>button{
	text-align: left;
	padding-right: 10px;
}

.menuLevel2>li>button>a {
	font-size: 13px !important;
}


.menuLevel2>li>button>a:LINK {
	text-decoration: none;
}


.\/footer-impressum{
	display: none !important;
}

/*------Content-------*/
.content{
	display: flex;
	flex-direction: row;
}

.inner_content{
	font-size: 12px !important;
	font-family: Arial !important;
	line-height: 120% !important;
}

/*------Article-------*/

.articleModul{
	display: flex;
	flex-direction: row;
}

.articelTextWrapper {

}

.articelScrollable{
    overflow: auto;
    padding-left: 11px;
	padding-right: 10px;
    width: 320px;
	height: 303px;
    margin: 10px 0px 0px 0px;
}

.articleFooter{
    margin-top: 9px;
    margin-left: 15px;
    margin-bottom: 0px;
    height: 30px;
    display: flex;
    margin-right: 8px;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.articleFooter li{
    list-style: none;
    align-self: center;
    margin-top: 5px;
}

.pButton{
	background-color: unset;
}

.articelImageWrapper{
	padding-top: 10px;
	padding-left: 19px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 350px;
}

.articleImage{
	width: 360px;
}

.articleImage #mainimage{
	max-width: 350px;
	max-height: 262px;
}

.artikelThumbbar {
	list-style: none;
	display: flex;
	flex-direction: row;
	margin: 0px;
	margin-bottom: 10px;
	margin-top: 15px;
	padding: 0px;
	gap: 2px;
}

.artikelThumbbarImage {
}

.articleFooter .editButtonLeft{
	display: none;
}

/*------Artikel mit Downloads------*/

.articleDownloadModul{
	display:flex;
	flex-direction: column;
}

.articleDownloadsWrapper{
	list-style: none;
	margin-left: 50px;
}

.articleDownloadsWrapper li {
	display: flex;
	flex-direction: column-reverse;
	margin-top: 15px;
}

.articleDownloadTextWrapper{
	margin-bottom: 20px;
	margin-left: 10px;
	margin-top: 10px;
}

.articleDownloadsWrapper a{
	color: blue;
}

/*------Produktmodul-------*/

.productlist_div {
	display: flex;
	flex-direction: column;
	width: 720px;
	height: 360px;
	overflow: auto;
	
}

.productlist_entry_trennungslinien{
	display: flex;
    flex-direction: row;
    margin-bottom: 8px;
	margin-top: 10px;
	padding-right: 15px;
}

.productlist_text_trennungslinien {
	width: 280px; 
	margin-left: 10px;
}

.product_separator_trennungslinien{
	border-top: 1px solid black;
	margin: 0;
}


.productlist_textRight{
	margin-left:100px;
}

.productlist_text > .editButton_productlist_div {
    top: 0px;
    left: -20px;
}

.productlist_title {
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 3px;
}

.productlist_description_trennungslinien p{
    font-size: 12px;
	margin: 0px;
	margin-right: 20px;
	color: black;
}

.productlist_description > h2{
	 margin-top: 0 !important;
}

.productlist_image_div {
	max-width : 450px;
	max-height: 450px !important;
}

.productlist_image{
	width: 100%;
}


.produkt_text{
	padding-right: 10px;
}

.produkt_text  img.edit_icon{
	margin: 0 0 0 0;
}


/*------Gallerie-------*/
.galerieModul{
	display: flex;
    flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: 360px;
}

.gallerieWrapper{
    display: flex;
    flex-direction: row;
    justify-content: center;
	align-items: center;
}

.gallerie_mainimage{
    display: flex;
	margin-top: 12px;
	margin-bottom: 21px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.gallerieWrapper #mainimage{
	max-width: 600px;
    max-height: 250px;
	padding: 0;
}


.thumbbar{
	list-style-type: none;
    display: flex;
    overflow-x: auto;
    margin: 0;
	padding: 0;
	width: 710px;
}

.thumbbarWrapper {
    margin-left: 10px;
    margin-bottom: 27px;
}

.thumbbarImage{
	display: flex;
	justify-content: space-around;
	height: 60px;
	margin-right: 8px;
}

.thumbnailimage{
	height: 100%;
}

#thumbnailimage{
	height: 100%;
}
#mainimage {
    object-fit: contain;
    width: 100%;
    height: 100%;
}


/*-------Links--------*/

.linkkategorie{
	font-size: 13px;
}

.linkkategorie_element{
	margin-bottom: 6px;
	display: flex;
    flex-direction: column-reverse;
	cursor: pointer;
}

.categoryActive{
	color: red;
}

.categoryActive::before{
	content: "> ";
}

.linkDetails p {
	font-size: 11px !important;
}

.linkDetails p>a {
	font-size: 13px !important;
}

.linkDetails p>a::before {
	content: "> ";
	text-decoration: none;
}

.linksmodulNormal{
	margin-top: 15px;
	margin-left: 23px;
	display: flex;
	flex-direction: row;
}

.linkkategorie_wrapper{
    margin-left: -228px;
    margin-right: 40px;
}

.linkkategorie_wrapper .editButton{
	max-width: 180px;
    margin-right: -10px;
    margin-left: -10px;
}

.link {
    display: flex;
	flex-direction: row;
	margin-bottom: 15px; 
	justify-content: space-between;
	width: 675px;
}


/*-------Footer-------*/

.footer{
	background-color: #966e6c;
	height: 40px;
}

.copyright_div{
	display: flex;
	justify-content: space-between;
}

.copyright_div a{
	color: white !important;
	font-family: Arial !important;
	font-size: 13px !important;
	line-height: 32px;
}

.copyright_div a:hover{
	text-decoration: none;
}

.footerTelefon{
	color: white;
	font-size: 12px !important;
	font-family: Arial !important;
	line-height: 32px;
	margin-left: 15px;
	margin-top: 5px;
}

.footerImpressum{
	margin-left: 0px;
	margin-right: 15px;
	margin-top: 6px;
}

@MEDIA print{
	.container{
		top: 2em;
	}
	.inner_content{
		display: flex; 
		position: relative;
		margin: 0 0 0 0;
	}
	.inner_content p {
		font-size: 14px !important;
		font-weight: 200;
		margin: 0 0 0;
		line-height: 150%;
		margin-top: 0em;
		margin-bottom: 0em;
	}
	.menu{display: none;}
	.menu2{
		display: none;
	}
	.header{
		display: none;
	}
	.pButton{display: none;}
	.footer{display: none;}

	.editButton{display: none;}
	.articelDocumentWrapper{display: none;}
	.bannerImageWrapper{display: none;}

	.adminSection{display: none;}
	.articelImageWrapper{display:none;}
	.articelTextWrapper{display:none;}
	.printImage_Wrapper{
		display: flex;
		direction: row; 
		margin-bottom: 1em;
		align-items: center;
		gap: 1em;
	}
	#mainimage{
		height: 70%;
		width: 180px;	
	}
	.printPage{
		display: block !important;
	}
	
	.printPage .printUeberschrift h3{
		font-size: 20px;
		margin-top: 20px !important;
		margin-bottom: 10px !important;
		margin-left: 25px !important;
	}
	
	.printPage h3 {
		font-size: 14px;
	}
	
	.printPage h3, .printPage p {
		color: white;
	}
}

