.ext_Referenzen_Mansonry .col_4_4 {
    margin: 0 auto;
    width: 100%;
}

.RefSingle {
    z-index: 5;
}
.RefSingle .col_3_4 {
    margin: 1% 2% 1% 0%;
}

#content .RefSingle h1 {
    color: var(--h1Color);
    margin-bottom: 0px;
    text-transform: uppercase;
}

#content .RefSingle h2 {
    color: var(--h2Color);
    margin-top: 0px;
    text-transform: uppercase;
}
.SingleImage {
    text-align: center;
}

#content .SingleImage .ImageWrapper img,
#content .SingleImage .ImageWrapper {
    max-width: 100%;
    height: 250px;
    display: inline-block;
}

#content .SingleImage .ImageWrapper img.CMSimage,
#content .SingleImage .ImageWrapper img.image {
    margin: 0%;
    margin-bottom: -7px;
    padding: 0px;
    width: 100%;
    height: auto;
}

#content .SingleImage .ImageWrapper img {
    transform: scale(1);
    -webkit-transition-property: all;
	-moz-transition-property: all;
	 -ms-transition-property: all;
	  -o-transition-property: all;
		 transition-property: all;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
     -ms-transition-duration: 0.4s;
      -o-transition-duration: 0.4s;
         transition-duration: 0.4s
}

#content .SingleImage .ImageWrapper:hover img {
    transform: scale(1.1);
    z-index: 2;
    box-shadow: 0 0 25px rgba(0,0,0,0.5);
}

.SingleDesc {
    clear:both;
    font-size: 137%;
}

.col_3_4 {
    width: 100%;
}

.col_1_4 {
    width: 30%;
}

#content .RefSingle {
    max-width: 100%;
}