/* Font style applied when the page has finished loading */

#ExtraContentPlusstacks_in_33_5 #myExtraContent4,
#ExtraContentPlusstacks_in_33_5 #fs {
	display: none;
}


#stacks_in_33_3 {
	padding: 0px 0px 0px 5px;
}
/* @group ProGallery Grid */

#Malerei {
	display: block;
	width: 100%;
    
    text-align: center;
    
}

#Malerei li.proGalleryItem {
	-webkit-transform: translateZ(0);
}

#Malerei ul#proGalleryThumbsstacks_in_34 {
	padding: 0;
	margin: 0;
	list-style: none;
}

#Malerei li.proGalleryItem {
	margin: 0;
	padding: 0;
  position: relative;
}

#Malerei li .proGalleryItemInner {
  border: 0px solid rgba(234, 234, 234, 1.00);
  border-radius: 0px;
	background: rgba(255, 255, 255, 1.00);
	padding: 5px 5px 5px 5px;
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.40);
}

#Malerei li.proGalleryItem a {
	display: block;
	text-align: center;
  cursor: zoom-in;
  margin: 0px;
  cursor: pointer;
  outline: none;
}



#Malerei li.proGalleryItem img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
  border-radius: 0px;
  display: block;
  border: 0px solid rgba(234, 234, 234, 1.00);
  padding: 0px;
}

/* Disable links that don't go anywhere */
#Malerei li .proGalleryItemInner a[href='']{
  pointer-events: none !important;
  cursor: default !important;
}

/*! Lazy Load XT v1.1.0 2016-01-12
 * http://ressio.github.io/lazy-load-xt
 * (C) 2016 RESS.io
 * Licensed under MIT */
.lazy-hidden {
    opacity: 0;
}

.lazy-loaded {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1;
}

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */
#Malerei {
	-moz-column-count: 2;
	-moz-column-gap: 0px;
	-webkit-column-count: 2;
	-webkit-column-gap: 0px;
	column-count: 2;
	column-gap: 0px;
}

@media screen and (min-width: 568px) {
	#Malerei {
		-moz-column-count: 3;
		-moz-column-gap: 0px;
		-webkit-column-count: 3;
		-webkit-column-gap: 0px;
		column-count: 3;
		column-gap: 0px;
	}
}

@media screen and (min-width: 992px) {
	#Malerei {
		-moz-column-count: 3;
		-moz-column-gap: 0px;
		-webkit-column-count: 3;
		-webkit-column-gap: 0px;
		column-count: 3;
		column-gap: 0px;
	}
}

@media screen and (min-width: 1200px) {
	#Malerei {
		-moz-column-count: 4;
		-moz-column-gap: 0px;
		-webkit-column-count: 4;
		-webkit-column-gap: 0px;
		column-count: 4;
		column-gap: 0px;
	}
}

#Malerei li.proGalleryItem {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 0px;
}
/*  */







/* Thumbnail titles */
#Malerei .proGalleryItemTitle {
	display: none;
	transition: opacity 300ms ease-in-out;
	padding: 5px;
	margin: 0px;
	font-size: 14px;
	border-radius: 0px;
	line-height: 1.25em;
	color: rgba(102, 102, 102, 1.00);
  background: rgba(255, 255, 255, 1.00);
  
  
  
  
}

#Malerei .proGalleryItemTitle strong {
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#Malerei .proGalleryItemTitle div {
    color: rgba(102, 102, 102, 1.00);
    font-size: 14px;
}

#Malerei.titlesBelowLeft .proGalleryItemTitle {
	text-align: left;
	opacity: 1.00;
}

#Malerei.titlesBelowCentre .proGalleryItemTitle {
	text-align: center;
	opacity: 1.00;
}

#Malerei.titlesBelowRight .proGalleryItemTitle {
	text-align: right;
	opacity: 1.00;
}

#Malerei.titlesHoverTopLeft .proGalleryItemTitle {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	text-align: left;
}

#Malerei.titlesHoverTopCentre .proGalleryItemTitle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
	text-align: center;
}

#Malerei.titlesTopRight .proGalleryItemTitle {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	opacity: 0;
}

#Malerei.titlesHoverMiddleLeft .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	opacity: 0;
	text-align: left;
}

#Malerei.titlesHoverMiddleCentre .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
}

#Malerei.titlesHoverMiddleRight .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	opacity: 0;
	text-align: right;
}

#Malerei.titlesHoverBottomLeft .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	text-align: left;
}

#Malerei.titlesHoverBottomCentre .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
}

#Malerei.titlesHoverBottomRight .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0;
	text-align: right;
}

#Malerei li:hover .proGalleryItemTitle {
	opacity: 1.00;
}

/* @end */

/* @group Special Effects */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Light case */

/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.4.0 (09/04/2017)
 */
@font-face {
  font-family: 'lightcase';
  src: url("../files/progallery-fonts/lightcase.eot?55356177");
  src: url("../files/progallery-fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../files/progallery-fonts/lightcase.woff?55356177") format("woff"), url("../files/progallery-fonts/lightcase.ttf?55356177") format("truetype"), url("../files/progallery-fonts/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class*='Malerei-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
.Malerei-icon-play:before {
  content: '\e800';
}

.Malerei-icon-pause:before {
  content: '\e801';
}

.Malerei-icon-close:before {
  content: '\e802';
}

.Malerei-icon-prev:before {
  content: '\e803';
}

.Malerei-icon-next:before {
  content: '\e804';
}

.Malerei-icon-spin:before {
  content: '\e805';
}

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes Malerei-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes Malerei-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes Malerei-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes Malerei-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes Malerei-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

#Malerei-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #Malerei-case,
  html[data-lc-type=ajax] #Malerei-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
}

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #Malerei-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (min-width: 641px) {
  html[data-lc-type=image] #Malerei-content,
  html[data-lc-type=video] #Malerei-content {
    background-color: #333;
  }
}

html[data-lc-type=inline] #Malerei-content,
html[data-lc-type=ajax] #Malerei-content,
html[data-lc-type=error] #Malerei-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #Malerei-content,
  html[data-lc-type=ajax] #Malerei-content,
  html[data-lc-type=error] #Malerei-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

html[data-lc-type=inline] #Malerei-content .Malerei-contentInner,
html[data-lc-type=ajax] #Malerei-content .Malerei-contentInner,
html[data-lc-type=error] #Malerei-content .Malerei-contentInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #Malerei-content .Malerei-contentInner,
  html[data-lc-type=ajax] #Malerei-content .Malerei-contentInner,
  html[data-lc-type=error] #Malerei-content .Malerei-contentInner {
    padding: 15px;
  }

  html[data-lc-type=inline] #Malerei-content .Malerei-contentInner,
  html[data-lc-type=inline] #Malerei-content .Malerei-contentInner > *,
  html[data-lc-type=ajax] #Malerei-content .Malerei-contentInner,
  html[data-lc-type=ajax] #Malerei-content .Malerei-contentInner > *,
  html[data-lc-type=error] #Malerei-content .Malerei-contentInner,
  html[data-lc-type=error] #Malerei-content .Malerei-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }

  html[data-lc-type=inline] #Malerei-content .Malerei-contentInner > *:not(iframe),
  html[data-lc-type=ajax] #Malerei-content .Malerei-contentInner > *:not(iframe),
  html[data-lc-type=error] #Malerei-content .Malerei-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}
@media screen and (max-width: 640px) {
  html.Malerei-isMobileDevice[data-lc-type=iframe] #Malerei-content .Malerei-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 640px) and (min-width: 641px) {
  html[data-lc-type=image] #Malerei-content .Malerei-contentInner,
  html[data-lc-type=video] #Malerei-content .Malerei-contentInner {
    line-height: 0.75;
  }
}

html[data-lc-type=image] #Malerei-content .Malerei-contentInner {
  position: relative;
  overflow: hidden !important;
}

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #Malerei-content .Malerei-contentInner .Malerei-inlineWrap,
  html[data-lc-type=ajax] #Malerei-content .Malerei-contentInner .Malerei-inlineWrap,
  html[data-lc-type=error] #Malerei-content .Malerei-contentInner .Malerei-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #Malerei-content .Malerei-contentInner .Malerei-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 640px) {
  #Malerei-content h1,
  #Malerei-content h2,
  #Malerei-content h3,
  #Malerei-content h4,
  #Malerei-content h5,
  #Malerei-content h6,
  #Malerei-content p {
    color: #aaa;
  }
}

@media screen and (min-width: 641px) {
  #Malerei-content h1,
  #Malerei-content h2,
  #Malerei-content h3,
  #Malerei-content h4,
  #Malerei-content h5,
  #Malerei-content h6,
  #Malerei-content p {
    color: #333;
  }
}

#Malerei-case p.Malerei-error {
  margin: 0;
  font-size: 16px;
  text-align: center;
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  #Malerei-case p.Malerei-error {
    padding: 30px 0;
  }
}

@media screen and (min-width: 641px) {
  #Malerei-case p.Malerei-error {
    padding: 0;
  }
}

.Malerei-open body {
  overflow: hidden;
}

.Malerei-isMobileDevice .Malerei-open body {
  max-width: 100%;
  max-height: 100%;
}

#Malerei-info {
  position: absolute;
  padding-top: 15px;
}

#Malerei-info #Malerei-title,
#Malerei-info #Malerei-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}

#Malerei-info #Malerei-title {
  font-size: 16px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  #Malerei-info #Malerei-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    /* background: #333; */
    background: none;
  }
}

#Malerei-info #Malerei-caption {
  clear: both;
  font-size: 12px;
  color: #aaa;
}

#Malerei-info #Malerei-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  .Malerei-fullScreenMode #Malerei-info {
    padding-left: 15px;
    padding-right: 15px;
  }

  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #Malerei-info {
    position: static;
  }
}

#Malerei-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: Malerei-spin 0.5s infinite linear;
  -moz-animation: Malerei-spin 0.5s infinite linear;
  -o-animation: Malerei-spin 0.5s infinite linear;
  animation: Malerei-spin 0.5s infinite linear;
}

#Malerei-loading, #Malerei-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

#Malerei-loading > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*='Malerei-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}

a[class*='Malerei-icon-'],
a[class*='Malerei-icon-']:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

a[class*='Malerei-icon-'] > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*='Malerei-icon-']:hover {
  color: white;
  text-shadow: 0 0 15px white;
}

.Malerei-isMobileDevice a[class*='Malerei-icon-']:hover {
  color: #aaa;
  text-shadow: none;
}

a[class*='Malerei-icon-'].Malerei-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}

a[class*='Malerei-icon-'].Malerei-icon-prev {
  left: 15px;
}

a[class*='Malerei-icon-'].Malerei-icon-next {
  right: 15px;
}

a[class*='Malerei-icon-'].Malerei-icon-pause,
a[class*='Malerei-icon-'].Malerei-icon-play {
  left: 50%;
  margin-left: -0.5em;
}

@media screen and (min-width: 641px) {
  a[class*='Malerei-icon-'].Malerei-icon-pause,
  a[class*='Malerei-icon-'].Malerei-icon-play {
    opacity: 0;
  }
}

@media screen and (max-width: 640px) {
  a[class*='Malerei-icon-'] {
    bottom: 15px;
    font-size: 24px;
  }
}

@media screen and (min-width: 641px) {
  a[class*='Malerei-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }

  a[class*='Malerei-icon-']:hover,
  #Malerei-case:hover ~ a[class*='Malerei-icon-'] {
    opacity: 1;
  }
}

#Malerei-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333;
}

@media screen and (max-width: 640px) {
  #Malerei-overlay {
    opacity: 1 !important;
  }
}

/* Modifications made by WHW */
a[class*='Malerei-icon-'],
a[class*='Malerei-icon-']:focus {
    color: rgba(255, 255, 255, 0.60);
}

@media screen and (max-width: 640px) {
  a[class*='Malerei-icon-'] {
    bottom: 0px;
    font-size: 24px;
    padding: 15px;
    width: auto;
  }
  a[class*='mygallery-icon-'].mygallery-icon-close {
    top: 0px;
    right: 0px;
  }
  a[class*='mygallery-icon-'].mygallery-icon-next {
    right: 0px;
  }
  a[class*='mygallery-icon-'].mygallery-icon-prev {
    left: 0px;
  }
  .mygallery-isMobileDevice a[class*='mygallery-icon-']:hover {
    color: rgba(255, 255, 255, 0.60);
    text-shadow: none;
  }
}

a[class*='Malerei-icon-']:hover {
    color: rgba(255, 255, 255, 1.00);
    text-shadow: 0 0 15px rgba(255, 255, 255, 1.00);
}

#Malerei-content img {
	width: auto;
	height: auto;
}

#Malerei-overlay {
    opacity: 1.00 !important;
    background: rgba(51, 51, 51, 0.95) !important;
}

#Malerei-info #Malerei-sequenceInfo,
#Malerei-info #Malerei-title,
#Malerei-info #Malerei-caption {
    color: rgba(170, 170, 170, 1.00);
}

#Malerei-info #Malerei-title {
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#Malerei-info #Malerei-caption {
  
  
  
  
}

/* @end */

/* Social icons in the lightbox */

#social-Malerei {
	position: fixed;
	top: 15px;
	left: 15px;
	z-index: 99999;
	line-height: 1;
	display: none;
}

@media screen and (min-width: 641px) {
	/* Only show social media buttons on wider screens */
	#social-Malerei {
		display: block;
	}
}

#social-Malerei a {
	color: rgba(255, 255, 255, 0.60);
	padding: 0px;
	display: none;
	text-align: center;
	font-size: 26px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	transition: all 300ms ease-in-out;
}

#social-Malerei a:hover {
	color: rgba(255, 255, 255, 1.00);
	text-shadow: 0 0 15px white;
}

/*  */

/*  */

/* Lightbox image borders and padding */

@media screen and (min-width: 641px) {
  html[data-lc-type=image] #Malerei-content,
  html[data-lc-type=video] #Malerei-content {
    background: transparent;
  }
}

#Malerei-content img {
  border: 0px solid rgba(255, 255, 255, 1.00);
  padding: 0px;
  border-radius: 0px;
}

/* @group ProGallery Edit Mode */

/*  */

/* @end */
