/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 29 2025 | 19:14:12 */
.ref-container, .denkmal-ref-container {
	font-size: 20px;
	font-weight: 300;
}

.ref-container h2 a::after {
	content: ">>";
	font-size: 30px;
	font-weight: 300;
	margin-left: 5px;
	color: var(--e-global-color-secondary);
}

.denkmal-ref-container h2 a::after {
	content: ">>";
	font-size: 30px;
	font-weight: 300;
	margin-left: 5px;
	color: var(--e-global-color-e4e6093);
}

.sub-hero-content {
	margin-top: 10vh !important;
}

.ref-container .wpr-grid-image-wrap img, .denkmal-ref-container .wpr-grid-image-wrap img {
	width: 100%;
    height: 450px;
    object-fit: cover;
}

.nav-container a:after {
    content: "";
    display: block !IMPORTANT;
    position: absolute;
    top: -80%;
    bottom: -80%;
    left: -25%;
    right: -25%;
    z-index: 1;
}

@media only screen and (max-width: 950px) {
	body {
		 -webkit-hyphens: auto;
		 -webkit-hyphenate-limit-before: 3;
		 -webkit-hyphenate-limit-after: 3;
		 -webkit-hyphenate-limit-chars: 6 3 3;
		 -webkit-hyphenate-limit-lines: 2;
		 -webkit-hyphenate-limit-last: always;
		 -webkit-hyphenate-limit-zone: 8%;
		 -moz-hyphens: auto;
		 -moz-hyphenate-limit-chars: 6 3 3;
		 -moz-hyphenate-limit-lines: 2;
		 -moz-hyphenate-limit-last: always;
		 -moz-hyphenate-limit-zone: 8%;
		 -ms-hyphens: auto;
		 -ms-hyphenate-limit-chars: 6 3 3;
		 -ms-hyphenate-limit-lines: 2;
		 -ms-hyphenate-limit-last: always;
		 -ms-hyphenate-limit-zone: 8%;
		 hyphens: auto;
		 hyphenate-limit-chars: 6 3 3;
		 hyphenate-limit-lines: 2;
		 hyphenate-limit-last: always;
		 hyphenate-limit-zone: 8%;
	}
	
	.hero-slider .n2-ss-slider{
		height: 60vh !important;
	}
}