.contentSimpleGallery  {
    --background: #fff;
    --font-color: var(--font-color-dark);
}


.contentSimpleGallery {
	padding: 3px;
}

.contentSimpleGallery .item p {
	font-size: 14px;
}

.contentSimpleGallery .item .title { font-size: 0.9rem; font-weight: 500; padding: 0; }

.contentSimpleGallery .text .linktitel { color: var(--font-color); font-weight: 400; font-size: 0.6rem; padding-bottom: 20px; }

.contentSimpleGallery .item h3 {
	font-size: 22px;
	padding: 4px;
	color: var(--font-color-dark) !important;
	font-weight: 500;
}

.contentSimpleGallery .item {
	border: 1px solid var(--logo-color-1-light);
	padding: 10px;
}

.contentSimpleGallery .item img {
	transform: scale(1.00);
	transition: all .5s;
}

.contentSimpleGallery .item img:hover {
	transform: scale(1.05);
	transition: all .5s;
}

