.ddd-bild {
	display:block;
	visibility:hidden;
	opacity:0;
	transition:all 500ms;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#333333;
	z-index:1;
}

.ddd-bild .btn-close {
	content:'';
	background-image:url('/fileadmin/templates/bilder/Icon_Close.svg');
	background-repeat:no-repeat;
	background-color:rgba(245, 245, 245, 0.5);
	background-position:center;
	background-size:34px;
	position:absolute;
	top:25px;
	right:40px;
	width:44px;
	height:44px;
	border-radius:50%;
	display:flex;
	padding:5px;
	cursor:pointer
}

.ddd-bild.show {
	visibility:visible;
	opacity:1;
}

.ddd-bild img {
	width:100%;
	height:100%;
	object-fit:contain;
}

.beschreibung {
	display:none;
	background:rgba(255,255,255,0.8);
	position:absolute;
	right:30px;
	top:30px;
	width:600px;
	color:#000000;
	font-family:"Times New Roman", serif;
	font-size:1.2rem;
}

.beschreibung:after {
	content:'\d7';
	position:absolute;
	top:4px;
	right:8px;
	color:#8f8f8f;
	font-size:2rem;
}

.beschreibung.show {
	display:block;
	padding:30px;
}

body {
	cursor:all-scroll;
	overflow:hidden;
}

body>div {
	position:relative;
	z-index:1;
}

.hover {
	cursor:pointer !important;
}

#closeFullscreen {
	position:absolute;
	bottom:0;
	right:0;
	font-size:0;
	border:0;
	background-image:url(https://galerie-bernhardt.de/3d/files/Bilder/Icon_Fullscreen_close.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-color:transparent;
	width:78px;
	height:78px;
	display:none;
}

.ddd-beschreibung {
	position:absolute;
	visibility:hidden;
	opacity:0;
	bottom:70px;
	width:200px;
	z-index:1;
	background:rgba(255,255,255,0.8);
	color:#000000;
	width:600px;
	padding:18px;
	left:50%;
	transform:translate(-50%);
	font-size:1.125em;
	transition:all 500ms;
}

.ddd-beschreibung.show {
	visibility:visible;
	opacity:1;
}

.ddd-beschreibung .btn-close {
	content:'';
	background-image:url('/fileadmin/templates/bilder/Icon_Close.svg');
	background-repeat:no-repeat;
	background-position:center;
	background-size:24px;
	position:absolute;
	top:0;
	right:0;
	width:34px;
	height:34px;
	border-radius:50%;
	display:flex;
	padding:5px;
	cursor:pointer
}

.ddd-datum {
	font-size:0.9rem;
	margin:0 0 7px 0;
}
	
.ddd-datum, .ddd-text {
	font-family:ff-tisa-web-pro, serif;
}

.ddd-text p {
	font-size:1.125rem;
	margin: 0 0 21px 0;
	line-height:1.5;
}