﻿
#form-2590 form {
	display: flex;
	flex-wrap: wrap;
}
#form-2590 .form-field {
	align-items: center;
}
#form-2590 label {
	margin-left: 10px;
}
#design-menutitle-2140 h1 {
	margin-top: 0;
}
#datenbank-3151 {
	padding: 20px;
}
#datenbank-3151 UL.CMS30_Shop_categories {
	display: inline-flex;
	margin: 0;
}
#datenbank-3151 UL.CMS30_Shop_categories UL {
	margin: 0;
}
#datenbank-3151 UL.CMS30_Shop_categories LI {
	list-style: none;
	cursor: pointer;
	padding-right: 9px;
}
#datenbank-3151 UL.CMS30_Shop_categories LI H3 {
	padding: 3px 3px 3px 9px;
	display: inline-block;
	margin: 0;
}
#datenbank-3151 UL.CMS30_Shop_categories LI.selected {
	font-weight: bold;
	background-color: black;
	color: white;
	border-radius: 5px;
}
#datenbank-2385 {
	display: flex;
	flex-direction: column;
	padding-left: 20px;
}
#datenbank-2385 h3 {
	font-size: 2em;
}
#datenbank-2385 div.search , #datenbank-2385 div.views , #datenbank-2385 div.sortbuttons , #datenbank-2385 div.filter {
	margin-bottom: 10px;
}
#datenbank-2385 div.search b , #datenbank-2385 div.views b , #datenbank-2385 div.sortbuttons b , #datenbank-2385 div.filter b {
	display: inline-block;
	width: 80px;
}
#datenbank-2385 div.views span {
	margin-right: 10px;
	font-size: 1.5em;
	cursor: pointer;
}
#datenbank-2385 div.sortbuttons {
	--x-order: 3;
	display: flex;
	gap: 10px;
}
#datenbank-2385 div.sortbuttons span {
	overflow: unset;
	width: fit-content;
	cursor: pointer;
}
#datenbank-2385 div.sortbuttons span.asc::after {
	font-family: 'FontAwesome';
	padding-left: 3px;
	content: '\f0dd';
}
#datenbank-2385 div.sortbuttons span.desc::after {
	font-family: 'FontAwesome';
	padding-left: 3px;
	content: '\f0de';
}
#datenbank-2385 div.filter {
	--x-order: 2;
}
#datenbank-2385 div.filter > span {
	display: inline-flex;
	width: calc(100% - 90px);
	flex-wrap: wrap;
	gap: 0 10px;
}
#datenbank-2385 div.filter > span > span.br {
	flex-basis: 100%;
	height: 0;
}
#datenbank-2385 div.filter > span > span {
	cursor: pointer;
}
#datenbank-2385 div.filter input {
	margin-right: 5px;
}
#datenbank-2385 ul.viewable {
	order: 4;
	margin-left: 0px;
	flex-wrap: wrap;
	display: flex;
	align-self: flex-start;
}
#datenbank-2385 ul.viewable li {
	list-style: none;
}
#datenbank-2385 ul.viewable.searchfound li:not(.searchfound) {
	display: none;
}
#datenbank-2385 ul.viewable.listview .preview , #datenbank-2385 ul.viewable.columnsview .preview {
	display: none;
}
#datenbank-2385 ul.viewable .preview.zoom {
	display: block;
}
#datenbank-2385 ul.viewable li span {
	display: inline-block;
	position: relative;
	min-height: 1.2em;
	padding: 0px 5px;
}
#datenbank-2385 ul.viewable li span.title {
	order: 1;
	width: 100px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
}
#datenbank-2385 ul.viewable.listview li span.title {
	width: 200px;
}
#datenbank-2385 ul.viewable.gridview li span.title {
	width: 80%;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 1.33em;
}
#datenbank-2385 ul.viewable li span.title a {
	color: black;
}
#datenbank-2385 ul.viewable li span.subctg {
	order: 2;
	width: 100px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#datenbank-2385 ul.viewable.listview li span.subctg {
	display: none;
}
#datenbank-2385 ul.viewable.gridview li span.subctg {
	width: auto;
	text-align: center;
}
#datenbank-2385 ul.viewable li span.descr {
	order: 3;
	width: 0px;
	padding: 0px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left !important;
	font-size: 11px;
	margin-bottom: 5px;
}
#datenbank-2385 ul.viewable.listview li.rec {
	width: 100%;
	border-bottom: 1px dotted;
}
#datenbank-2385 ul.viewable.listview li:hover {
	background: #eee;
}
#datenbank-2385 ul.viewable.listview li span.descr {
	width: calc(100% - 700px);
	height: auto;
	white-space: normal;
}
#datenbank-2385 ul.viewable.gridview li span.descr {
	width: 100%;
	height: -webkit-fill-available;
	min-height: 14px;
	overflow-y: auto;
	white-space: unset;
}
#datenbank-2385 ul.viewable.listview li span.descr * {
	margin: unset;
	padding: unset;
	--x-white-space: nowrap;
}
#datenbank-2385 ul.viewable li span.info {
	order: 6;
	display: inline-flex;
	justify-content: space-between;
	align-items: baseline;
	margin-top: auto;
	width: 200px;
}
#datenbank-2385 ul.viewable.columnsview li {
	box-shadow: 1px 1px 5px -2px;
	padding: 5px;
	border-radius: 6px;
}
#datenbank-2385 ul.viewable.columnsview li:hover {
	background: #eee;
}
#datenbank-2385 ul.viewable.columnsview li span.info {
	width: 80px;
}
#datenbank-2385 ul.viewable.gridview li span.info {
	width: 100%;
}
#datenbank-2385 ul.viewable li span.date {
	order: 1;
	width: 70px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
}
#datenbank-2385 ul.viewable li span.author {
	order: 3;
	width: 50px;
}
#datenbank-2385 ul.viewable li span.author::before {
	display: inline-block;
	content: 'von:\0020';
	padding-right: 5px;
	font-size: 75%;
}
#datenbank-2385 ul.viewable.columnsview li span.author {
	display: none;
}
#datenbank-2385 ul.viewable li span.status {
	order: 2;
	width: 50px;
	margin-bottom: 5px;
	padding: 3px 10px 3px 5px;
	color: white;
	background-color: black;
	border-radius: 5px;
}
#datenbank-2385 ul.viewable.columnsview li span.status {
	display: none;
}
#datenbank-2385 ul.viewable li .iframe {
	order: 4;
	display: none;
}
#datenbank-2385 ul.viewable li span.actions {
	order: 9;
	display: inline-flex;
	vertical-align: bottom;
	width: 200px;
}
#datenbank-2385 ul.viewable.gridview li {
	padding: 10px;
}
#datenbank-2385 ul.viewable.gridview li span {
	height: auto;
	overflow: unset;
	text-align: center;
}
#datenbank-2385 ul.viewable.gridview li span.preview {
	order: 4;
	display: inline-block;
	text-align: left;
	min-height: 200px;
	width: 100%;
	overflow: auto;
}
#datenbank-2385 ul.viewable.gridview li span.preview img {
	max-width: 100%;
}
#datenbank-2385 ul.viewable.gridview li span.preview:empty {
	min-height: 0;
	height: 0;
}
#datenbank-2385 ul.viewable li span.preview div.bst-menu {
	float: left;
	width: calc(30% - 5px);
	margin-right: 5px;
	overflow: none;
	font-size: 9px;
	background-color: white;
}
#datenbank-2385 ul.viewable li span.preview div.bst-menu a {
	color: #999;
	text-decoration: none;
}
#datenbank-2385 ul.viewable li span.preview div.bst-menu ul {
	margin: 0 0 0 5px;
}
#datenbank-2385 ul.viewable li span.preview div.bst-menu ul li {
	width: 100%;
	padding: 0;
}
#datenbank-2385 ul.viewable li span.preview div.bst-menu ul li a span {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
}
#datenbank-2385 ul.viewable li span.preview:not(.zoom) .zoomframe.gotpic .iframe {
	display: none;
}
#datenbank-2385 ul.viewable li span.preview.zoom .zoomframe.gotpic .iframe {
	display: block;
}
#datenbank-2385 ul.viewable li span.preview.zoom .zoomframe.gotpic.hasiframe img {
	display: none;
}
#datenbank-2385 ul.viewable.gridview li .iframe {
	display: block;
	position: relative;
	overflow: hidden;
	width: calc(100% - 10px);
	height: 100%;
	margin: 0;
	padding: 0px;
	text-align: unset;
}
#datenbank-2385 ul.viewable li span.preview div.bst-menu + .iframe {
	position: sticky;
	left: 30%;
	top: 0px;
	width: 70%;
	overflow: hidden;
}
#datenbank-2385 ul.viewable li .preview .zoomframe .iframe::after {
	content: '\f021';
	position: absolute;
	left: 40%;
	top: 30%;
	display: block;
	transform-origin: 50% 50%;
	animation-duration: 3s;
	animation-name: rotation;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	font-family: 'FontAwesome';
	font-size: 3vw;
	opacity: 0;
	transition: opacity 1s;
}
#datenbank-2385 ul.viewable li .preview .zoomframe .iframe:not(.loaded)::after {
	opacity: 1;
	transition: opacity 1s;
}
#datenbank-2385 ul.viewable li .preview.zoom .zoomframe .iframe::after {
	font-size: 10vw;
}
#datenbank-2385 ul.viewable.gridview li iframe {
	position: absolute;
	border: 1px solid black;
}
#datenbank-2385 ul.viewable.gridview li[data-ctg='Styleset'] iframe {
	width: 133%;
	height: 210%;
	transform: scale(.75);
}
#datenbank-2385 ul.viewable.gridview li[data-ctg='Farben'] iframe {
	width: 133%;
	height: 210%;
	transform: scale(.75);
}
#datenbank-2385 ul.viewable.gridview li[data-ctg='Schriften'] iframe {
	width: 133%;
	height: 210%;
	transform: scale(.75);
}
#datenbank-2385 ul.viewable.gridview li:not([data-ctg='Styleset']):not([data-ctg='Farben']):not([data-ctg='Schriften']) iframe {
	width: 400%;
	height: 400%;
	transform: scale(.24);
}
#datenbank-2385 ul.viewable.gridview li:not([data-ctg='Styleset']):not([data-ctg='Farben']):not([data-ctg='Schriften']) div.bst-menu + .iframe iframe {
	transform: scale(.24);
}
#datenbank-2385 ul.viewable .preview .zoomframe {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
}
#datenbank-2385 ul.viewable .preview .zoomframe > a {
	display: none;
}
#datenbank-2385 ul.viewable .preview.zoom .zoomframe > a {
	display: inline-block;
	color: white;
}
#datenbank-2385 ul.viewable .zoom {
	display: inline-block;
}
#datenbank-2385 ul.viewable .zoom .zoomframe {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 99;
	background-color: rgba(0, 0, 0, .7);
	transition: 1s;
}
#datenbank-2385 ul.viewable .zoom .zoomframe > a {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
#datenbank-2385 ul.viewable .zoom .zoomframe > a::before {
	font-size: 24px;
	content: "\f00d";
}
#datenbank-2385 ul.viewable li .zoom .iframe {
	display: block;
	left: 10%;
	top: 10%;
	width: 80%;
	height: 80%;
}
#datenbank-2385 ul.viewable li .zoom .zoomframe > img {
	position: absolute;
	display: block;
	left: 10%;
	top: 10%;
	width: 80%;
}
#datenbank-2385 ul.viewable .zoom iframe {
	position: absolute;
	display: block;
	transform: scale(1) !important;
	width: 90% !important;
	height: 90% !important;
	top: 5%;
	left: 5%;
	border: 1px solid black;
	background-color: white;
	box-shadow: 10px 10px 20px 0px grey;
}
#datenbank-2385 ul.viewable .zoom div.bst-menu {
	position: absolute;
	left: 10%;
	top: 10%;
	height: calc(80% - 40px);
	width: calc(80% - 40px) !important;
	padding: 20px;
	font-size: 12px !important;
}
#datenbank-2385 ul.viewable .preview.zoom div.bst-menu + .iframe {
	position: absolute;
	left: 25%;
	top: 10%;
	width: 65%;
}
#datenbank-2385 ul.viewable .zoom div.bst-menu + .iframe iframe {
	transform: scale(1) !important;
}
#datenbank-2385 ul.viewable.columnsview {
	columns: 3;
	gap: 10px 40px;
}
#datenbank-2385 ul.viewable.gridview .rec {
	width: 320px;
	min-height: 360px;
	border: 1px solid #888;
	margin: 10px;
	float: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 15px;
	box-shadow: 1px 1px 10px -3px #888;
	background: white;
}
#datenbank-2385 .rec .title {
	margin-top: auto;
}
#datenbank-2385 .rec .actions .fa {
	font-size: 1.5em;
}
#datenbank-2385 .rec .actions {
	display: flex;
	justify-content: flex-end;
	--margin-top: auto;
	margin-bottom: 6px;
	padding-top: 0px !important;
	gap: 10px;
}
#datenbank-2385 .rec .actions .fa-arrow-up-right-from-square::before {
	content: "\f08e";
}
#datenbank-2385 ul.viewable:not(.gridview) .actions {
	top: 5px;
}
#datenbank-2385 .viewable.gridview .actions {
	width: 80%;
	justify-content: space-between;
}
#datenbank-2385 .actions a {
	color: #666;
	text-decoration: none;
	cursor: pointer;
}
#datenbank-2385 .actions > span {
	cursor: pointer;
}
#datenbank-2385 .rec .price {
	font-size: 90%;
	color: #666;
}
#datenbank-2385 ul.viewable li.hide_ctg , #datenbank-2385 ul.viewable li.hide_subctg {
	display: none !important;
}
#datenbank-2385 label {
	width: auto;
	padding: 0;
	margin: 0;
}
#datenbank-2385 li.basket {
	color: red;
}
#datenbank-2385 .actions .fa-download , #datenbank-2385 .actions .fa-refresh , #datenbank-2385 .actions .fa-shopping-cart , #datenbank-2385 .actions .Preis {
	cursor: pointer;
}
#datenbank-2385 .körbchen {
	border: 1px solid;
	padding: 10px;
	position: fixed;
	background: white;
	z-index: 1;
	right: 30px;
	max-height: 50vh;
	overflow: auto;
}
#datenbank-2385 .subkatdiv {
	max-width: 300px;
}
#datenbank-2385 .subkatdiv > .subkats > ul {
	margin: 1em 2em 1em 0;
	top: 0;
	position: sticky;
}
#datenbank-2385 .subkatdiv ul ul {
	margin: 6px 0 3px 24px;
}
#datenbank-2385 .subkatdiv li {
	list-style: none;
	margin: 4px 0;
}
#datenbank-2385 .subkatdiv li input {
	margin-right: 10px;
}
#datenbank-2385 ul.viewable.sideview {
	display: block;
	max-width: calc(40% - 300px);
}
#datenbank-2385 ul.viewable.sideview > li {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
}
#datenbank-2385 ul.viewable.sideview li .preview.zoom {
	display: inline-block;
}
#datenbank-2385 ul.viewable.sideview li .preview.zoom .zoomframe {
	position: fixed;
	top: 200px;
	left: 40%;
	width: 60%;
	transition: 0s;
	background: white;
}
#datenbank-2385 ul.viewable li .preview.zoom .zoomframe.gotpic img {
	display: block;
	width: auto;
	max-width: 100%;
}
#datenbank-2385 ul.viewable.sideview li .preview.zoom .zoomframe .iframe {
	left: 0;
	width: 100%;
	top: 0;
	height: calc(100% - 280px);
}
#datenbank-2385 ul.viewable.sideview li .preview.zoom .zoomframe iframe {
	width: calc(100% - 80px) !important;
	height: 100% !important;
	left: 40px;
}
#datenbank-2385 ul.viewable.sideview li span.title {
	display: block;
	width: auto;
}
#datenbank-2385 ul.viewable.sideview li span.subctg {
	display: none;
}
#datenbank-2385 ul.viewable.sideview li span.descr {
	display: none;
}
#datenbank-2385 ul.viewable.sideview li span.info span.date {
	font-weight: normal;
}
#datenbank-2385 ul.viewable.sideview li span.info {
	--width: 100px;
}
#datenbank-2385 ul.viewable.sideview li span.actions {
	margin: 0;
	top: 0;
}
#datenbank-2385 ul.viewable li span.actions .fa-arrow-up-right-from-square:not(.hasiframe) {
	display: none;
}
#datenbank-2385 ul.viewable.sideview li span.actions .fa-arrow-up-right-from-square:not(.hasiframe) {
	display: inline-block;
}