.heritage-template {
background-color: #fff1e3;
font-family: 'Roboto Condensed', sans-serif;
width: 100% !important;
max-width: none !important;
}
@media (max-width: 768px) {
.heritage-template {
padding-left: 0 !important;
padding-right: 0 !important;
}
} .heritage-template .heritage-container {
max-width: 1400px;
margin: 0 auto;
padding: 0 20px;
}
@media (max-width: 1536px) {
.heritage-template .heritage-container {
max-width: 1200px;
padding: 0 30px;
}
}
@media (max-width: 1023px) {
.heritage-template .heritage-container {
max-width: 100%;
padding: 0 20px;
}
}
@media (max-width: 575px) {
.heritage-template .heritage-container {
padding: 0 15px;
}
}
.heritage-divider{
margin: 20px auto;
width: 594px;
height: 13px;
background: url(//rumheffron.de/wp-content/plugins/heffron-2025/assets/img/divider.webp) no-repeat center center;
background-size: contain;
display: block;
}
@media (max-width: 1536px) {
.heritage-divider {
width: 500px;
height: 11px;
}
}
@media (max-width: 1023px) {
.heritage-divider {
width: 400px;
height: 9px;
}
}
@media (max-width: 575px) {
.heritage-divider {
width: 300px;
height: 7px;
}
} .heritage-template .heritage-hero-section {
position: relative;
width: 100%;
min-height: 900px;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
@media (min-width: 1801px) {
.heritage-template .heritage-hero-section {
min-height: auto;
aspect-ratio: 21/11; }
}
@media (max-width: 1600px) {
.heritage-template .heritage-hero-section {
min-height: 825px;
}
}
@media (max-width: 1450px) {
.heritage-template .heritage-hero-section {
min-height: 750px;
}
}
@media (max-width: 1300px) {
.heritage-template .heritage-hero-section {
min-height: 675px;
}
}
@media (max-width: 1100px) {
.heritage-template .heritage-hero-section {
min-height: 600px;
}
}
@media (max-width: 900px) {
.heritage-template .heritage-hero-section {
min-height: 550px;
}
}
@media (max-width: 768px) {
.heritage-template .heritage-hero-section {
padding-bottom: 500px;
align-items: flex-start;
}
}
@media (max-width: 500px) {
.heritage-template .heritage-hero-section {
padding-bottom: 350px;
}
}
@media (max-width: 400px) {
.heritage-template .heritage-hero-section {
padding-bottom: 250px;
}
}
.heritage-template .heritage-hero-section::before{
content: "";
width: 100%;
height: 50%;
position: absolute;
display: none;
left: 0;
top: 0;
z-index: 2;
background: linear-gradient(180deg, #22150D 0%, rgba(34, 21, 13, 0) 100%);
}
@media (max-width: 768px) {
.heritage-template .heritage-hero-section::before{
display: none;
}
}
.heritage-template .heritage-hero-background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
background-image: url(//rumheffron.de/wp-content/plugins/heffron-2025/assets/img/hero.webp);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
@media (max-width: 768px) {
.heritage-template .heritage-hero-background {
background-image: url(//rumheffron.de/wp-content/plugins/heffron-2025/assets/img/hero-mobile.webp);
}
}
.heritage-template .heritage-hero-badge {
width: 683px;
height: 586px;
display: inline-block;
position: absolute;
z-index: 2;
top: 50%;
right: 50%;
transform: translateY(-50%);
background: url(//rumheffron.de/wp-content/plugins/heffron-2025/assets/img/hero-badge.webp) no-repeat center center;
background-size: contain;
padding: 275px 120px 160px 100px;
color: #002d56;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
margin-right: 100px;
opacity: 0; }
@media (max-width: 1600px) {
.heritage-template .heritage-hero-badge {
transform: translateY(-50%) scale(0.9);
margin-right: 50px;
}
}
@media (max-width: 1450px) {
.heritage-template .heritage-hero-badge {
transform: translateY(-50%) scale(0.8);
margin-right: 25px;
}
}
@media (max-width: 1300px) {
.heritage-template .heritage-hero-badge {
transform: translateY(-50%) scale(0.66);
margin-right: -25px;
}
}
@media (max-width: 1100px) {
.heritage-template .heritage-hero-badge {
transform: translateY(-50%) scale(0.6);
margin-right: -80px;
}
}
@media (max-width: 1100px) {
.heritage-template .heritage-hero-badge {
transform: translateY(-50%) scale(0.5);
margin-right: -125px;
}
}
@media (max-width: 768px) {
.heritage-template .heritage-hero-badge {
transform: scale(0.75);
top: 0;
position: relative;
margin-right: auto;
right: auto;
min-width: 683px;
min-height: 586px;
}
}
@media (max-width: 576px) {
.heritage-template .heritage-hero-badge {
transform: scale(0.65);
padding-left: 30px;
padding-right: 50px;
}
}
@media (max-width: 500px) {
.heritage-template .heritage-hero-badge {
transform: scale(0.55);
margin-top: -60px;
}
}
@media (max-width: 420px) {
.heritage-template .heritage-hero-badge {
transform: scale(0.5);
margin-top: -100px;
}
}
@media (max-width: 380px) {
.heritage-template .heritage-hero-badge {
transform: scale(0.45);
}
}
@media (max-width: 340px) {
.heritage-template .heritage-hero-badge {
transform: scale(0.4);
}
}
.heritage-template .heritage-hero-title {
font-size: 30px;
font-weight: bold;
margin-bottom: 10px;
color: #002d56;
}
.heritage-template .heritage-hero-subtitle {
font-size: 20px;
color: #002d56;
}
@media (max-width: 576px) {
.heritage-template .heritage-hero-subtitle {
font-size: 23px;
}
} .heritage-template .heritage-intro-video-section {
padding: 175px 0 100px;
}
@media (max-width: 1536px) {
.heritage-template .heritage-intro-video-section {
padding: 150px 0 80px;
}
}
@media (max-width: 1023px) {
.heritage-template .heritage-intro-video-section {
padding: 100px 0 60px;
}
}
@media (max-width: 575px) {
.heritage-template .heritage-intro-video-section {
padding: 60px 0 40px;
}
}
.heritage-template .heritage-intro-video-title {
font-size: 30px;
font-weight: bold;
color: #002d56;
margin-bottom: 36px;
text-align: center;
}
@media (max-width: 1536px) {
.heritage-template .heritage-intro-video-title {
font-size: 28px;
margin-bottom: 30px;
}
}
@media (max-width: 1023px) {
.heritage-template .heritage-intro-video-title {
font-size: 24px;
margin-bottom: 24px;
}
}
@media (max-width: 575px) {
.heritage-template .heritage-intro-video-title {
font-size: 20px;
margin-bottom: 20px;
}
}
.heritage-template .heritage-intro-video-text {
font-size: 30px;
line-height: 1.4;
color: #002d56;
max-width: 1010px;
margin: 0 auto 80px;
text-align: center;
}
@media (max-width: 1536px) {
.heritage-template .heritage-intro-video-text {
font-size: 28px;
max-width: 900px;
margin: 0 auto 70px;
}
}
@media (max-width: 1023px) {
.heritage-template .heritage-intro-video-text {
font-size: 22px;
max-width: 100%;
margin: 0 auto 50px;
padding: 0 20px;
}
}
@media (max-width: 575px) {
.heritage-template .heritage-intro-video-text {
font-size: 18px;
margin: 0 auto 40px;
padding: 0 15px;
}
}
.heritage-template .heritage-intro-video-text p {
margin-bottom: 1.5rem;
}
.heritage-template .heritage-intro-video-text p:last-child {
margin-bottom: 0;
}
.heritage-template .heritage-intro-video-wrapper {
position: relative;
width: 100%;
max-width: 1400px;
margin: 200px auto 0;
opacity: 0; }
@media (max-width: 1536px) {
.heritage-template .heritage-intro-video-wrapper {
max-width: 1200px;
margin: 150px auto 0;
}
}
@media (max-width: 1023px) {
.heritage-template .heritage-intro-video-wrapper {
max-width: 100%;
margin: 100px auto 0;
padding: 0 20px;
}
}
@media (max-width: 575px) {
.heritage-template .heritage-intro-video-wrapper {
margin: 60px auto 0;
padding: 0;
}
}
.heritage-template .heritage-intro-video-poster {
position: relative;
width: 100%;
cursor: pointer;
overflow: hidden;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.heritage-template .heritage-intro-video-poster:hover {
transform: translateY(-5px);
box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}
.heritage-template .heritage-intro-video-poster-image {
width: 100%;
height: auto;
display: block;
}
.heritage-template .heritage-intro-video-play-button {
width: 172px;
height: 172px;
display: inline-block;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: transparent;
border: none;
cursor: pointer;
padding: 0;
transition: transform 0.3s ease;
z-index: 2;
background: url(//rumheffron.de/wp-content/plugins/heffron-2025/assets/img/play.webp) no-repeat center center;
background-size: contain;
}
@media (max-width: 1536px) {
.heritage-template .heritage-intro-video-play-button {
width: 150px;
height: 150px;
}
}
@media (max-width: 1023px) {
.heritage-template .heritage-intro-video-play-button {
width: 120px;
height: 120px;
}
}
@media (max-width: 575px) {
.heritage-template .heritage-intro-video-play-button {
width: 100px;
height: 100px;
}
}
.heritage-template .heritage-intro-video-play-button:hover {
transform: translate(-50%, -50%) scale(1.025);
}
.heritage-template .heritage-intro-video-play-button svg {
display: block;
filter: drop-shadow(0 2px 15px rgba(0, 0, 0, 0.3));
}
.heritage-template .heritage-intro-video-embed {
position: relative;
width: 100%;
padding-bottom: 56.25%; height: 0;
overflow: hidden; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.heritage-template .heritage-intro-video-iframe,
.heritage-template .heritage-intro-video-player {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
} .heritage-template .heritage-products-section {
padding: 4rem 50px;
}
@media (max-width: 1536px) {
.heritage-template .heritage-products-section {
padding: 3.5rem 40px;
}
}
@media (max-width: 1023px) {
.heritage-template .heritage-products-section {
padding: 3rem 30px;
}
}
@media (max-width: 575px) {
.heritage-template .heritage-products-section {
padding: 2rem 15px;
}
}
.heritage-template .heritage-section-title {
font-size: 70px;
text-align: center;
margin-bottom: 60px;
color: #002d56;
}
@media (max-width: 1536px) {
.heritage-template .heritage-section-title {
font-size: 60px;
margin-bottom: 50px;
}
}
@media (max-width: 1023px) {
.heritage-template .heritage-section-title {
font-size: 48px;
margin-bottom: 40px;
}
}
@media (max-width: 575px) {
.heritage-template .heritage-section-title {
font-size: 36px;
margin-bottom: 30px;
}
}
.heritage-template .heritage-products-text {
font-size: 25px;
line-height: 1.3;
color: #002d56;
max-width: 910px;
margin: 0 auto 250px;
text-align: center;
}
@media (max-width: 1536px) {
.heritage-template .heritage-products-text {
font-size: 23px;
max-width: 800px;
margin: 0 auto 200px;
}
}
@media (max-width: 1023px) {
.heritage-template .heritage-products-text {
font-size: 20px;
max-width: 100%;
margin: 0 auto 150px;
padding: 0 20px;
}
}
@media (max-width: 575px) {
.heritage-template .heritage-products-text {
font-size: 18px;
margin: 0 auto 100px;
padding: 0 15px;
}
}
.heritage-template .heritage-products-text p {
margin-bottom: 1.5rem;
}
.heritage-template .heritage-products-text p:last-child {
margin-bottom: 0;
}
.heritage-template .heritage-products-gallery {
display: grid;
gap: 10px;
align-items: center;
justify-items: center;
} .heritage-template .heritage-products-gallery-large {
grid-template-columns: repeat(3, 1fr);
margin-bottom: 10px;
} @media (max-width: 575px) {
.heritage-template .heritage-products-gallery-large {
grid-template-columns: 1fr;
}
} .heritage-template .heritage-products-gallery-small {
grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1023px) {
.heritage-template .heritage-products-gallery-small {
grid-template-columns: repeat(2, 1fr);
}
} .heritage-template .heritage-product-item {
position: relative;
width: 100%;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
} .heritage-template .heritage-product-item-large {
aspect-ratio: 2/3;
}
@media (max-width: 575px) {
.heritage-template .heritage-product-item-large {
aspect-ratio: 9/10;
}
} .heritage-template .heritage-product-item-small {
aspect-ratio: 3/2;
} .heritage-template .heritage-perfection-section {
padding: 108px 0 200px;
text-align: center;
}
@media (max-width: 1536px) {
.heritage-template .heritage-perfection-section {
padding: 90px 0 160px;
}
}
@media (max-width: 1023px) {
.heritage-template .heritage-perfection-section {
padding: 70px 0 120px;
}
}
@media (max-width: 575px) {
.heritage-template .heritage-perfection-section {
padding: 50px 0 80px;
}
}
.heritage-template .heritage-logo-image {
width: 150px;
height: 150px;
object-fit: contain;
border-radius: 50%;
}
@media (max-width: 1536px) {
.heritage-template .heritage-logo-image {
width: 130px;
height: 130px;
}
}
@media (max-width: 1023px) {
.heritage-template .heritage-logo-image {
width: 110px;
height: 110px;
}
}
@media (max-width: 575px) {
.heritage-template .heritage-logo-image {
width: 90px;
height: 90px;
}
}
.heritage-template .heritage-perfection-title {
text-transform: uppercase;
font-size: 70px;
text-align: center;
margin-bottom: 80px;
margin-top: 180px;
color: #002d56;
}
@media (max-width: 1536px) {
.heritage-template .heritage-perfection-title {
font-size: 60px;
margin-bottom: 70px;
margin-top: 150px;
}
}
@media (max-width: 1023px) {
.heritage-template .heritage-perfection-title {
font-size: 48px;
margin-bottom: 50px;
margin-top: 100px;
}
}
@media (max-width: 575px) {
.heritage-template .heritage-perfection-title {
font-size: 36px;
margin-bottom: 40px;
margin-top: 60px;
}
}
.heritage-template .heritage-perfection-text {
font-size: 1.2rem;
line-height: 1.8;
color: #333;
max-width: 840px;
margin: 0 auto;
}
@media (max-width: 1536px) {
.heritage-template .heritage-perfection-text {
max-width: 750px;
}
}
@media (max-width: 1023px) {
.heritage-template .heritage-perfection-text {
max-width: 100%;
padding: 0 20px;
}
}
@media (max-width: 575px) {
.heritage-template .heritage-perfection-text {
padding: 0 15px;
}
}
.heritage-template .heritage-perfection-text p {
margin-bottom: 1.5rem;
font-size: 25px;
line-height: 1.3;
color: #002d56;
}
@media (max-width: 1536px) {
.heritage-template .heritage-perfection-text p {
font-size: 23px;
}
}
@media (max-width: 1023px) {
.heritage-template .heritage-perfection-text p {
font-size: 20px;
}
}
@media (max-width: 575px) {
.heritage-template .heritage-perfection-text p {
font-size: 18px;
}
}
.heritage-template .heritage-perfection-text p:last-child {
margin-bottom: 0;
} .heritage-template .heritage-hexagon-section {
background: white;
}
@media (max-width: 1023px) {
.heritage-template .heritage-hexagon-section {
padding: 40px 0;
}
}
@media (max-width: 575px) {
.heritage-template .heritage-hexagon-section {
padding: 30px 0;
}
}
.heritage-template .heritage-hexagon-product {
display: flex;
justify-content: center;
align-items: center;
max-width: 600px;
margin: 0 auto;
position: relative;
}
@media (max-width: 1536px) {
.heritage-template .heritage-hexagon-product {
max-width: 500px;
}
}
@media (max-width: 1023px) {
.heritage-template .heritage-hexagon-product {
max-width: 350px;
}
}
@media (max-width: 768px) {
.heritage-template .heritage-hexagon-product {
max-width: 50%;
}
}
@media (max-width: 575px) {
.heritage-template .heritage-hexagon-product {
max-width: 66.6%;
padding: 0 15px;
}
}
.heritage-template .heritage-hexagon-product::before {
content: "";
width: 100vw;
height: 35.5%;
position: absolute;
left: 50%;
top: 32.5%;
z-index: 1;
display: inline-block;
background: url(//rumheffron.de/wp-content/plugins/heffron-2025/assets/img/shape.svg) no-repeat center center;
background-size: 100% 100%;
transform: translateX(-50%);
}
.heritage-template .heritage-hexagon-product::after{
content: "";
width: 100vw;
height: 33%;
background: #FFF0E1;
display: inline-block;
top: 0;
left: 50%;
position: absolute;
z-index: 0;
transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
.heritage-template .heritage-hexagon-product::after {
height: 50%;
top: auto;
bottom: 67%;
}
}
.heritage-template .heritage-hexagon-product-image { position: relative;
z-index: 2;
}