@import url(‘https://fonts.googleapis.com/css2?family=Assistant:wght@400;600;700;800&display=swap’);
/* Container & Typography – full width */
.rp-contact-wrapper {
width: 100%;
max-width: 100%;
margin: 40px auto;
padding: 0;
text-align: center;
font-family: ‘Assistant’, sans-serif;
}
/* H1 Heading (Assistant 700 Bold) */
.rp-contact-title {
font-family: ‘Assistant’, sans-serif;
font-size: 28px;
font-weight: 700 !important;
color: #50A07D !important;
margin:-20px 0 50px 0;
letter-spacing: -0.5px;
line-height: 1.2;
}
/* Grid-Layout */
.rp-contact-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
width: 100%;
}
/* Clickable Cards */
.rp-contact-card {
background: #ffffff;
border: 2px solid #eef3f0;
border-radius: 16px;
padding: 42px 16px;
text-decoration: none !important;
color: #50505A;
transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
display: flex;
flex-direction: column;
align-items: center;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
position: relative;
overflow: hidden;
box-sizing: border-box;
font-family: ‘Assistant’, sans-serif;
}
/* Green Accent-Stripe above */
.rp-contact-card::before {
content: ”;
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: #50A07D;
transition: height 0.25s ease;
}
/* Icon Circle */
.rp-contact-icon {
width: 68px;
height: 68px;
background: rgba(80, 160, 125, 0.12);
color: #50A07D;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 26px;
margin-bottom: 22px;
transition: all 0.3s ease;
}
.rp-contact-label {
font-family: ‘Assistant’, sans-serif;
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1.2px;
color: #8a8a95;
margin-bottom: 10px;
}
.rp-contact-value {
font-family: ‘Assistant’, sans-serif;
font-size: 17px;
font-weight: 700;
color: #50505A;
white-space: nowrap;
transition: color 0.25s ease;
}
/* Hover-Effect */
.rp-contact-card:hover {
transform: translateY(-8px);
border-color: rgba(80, 160, 125, 0.3);
box-shadow: 0 20px 40px rgba(80, 160, 125, 0.15);
}
.rp-contact-card:hover::before {
height: 6px;
}
.rp-contact-card:hover .rp-contact-icon {
background: #50A07D;
color: #ffffff;
transform: scale(1.08);
}
.rp-contact-card:hover .rp-contact-value {
color: #50A07D;
}
/* Mobile & Tablet Optimierung */
@media (max-width: 992px) {
.rp-contact-grid {
grid-template-columns: 1fr;
max-width: 500px;
margin: 0 auto;
}
.rp-contact-title {
font-size: 30px;
}
.rp-contact-card {
padding: 32px 20px;
}
.rp-contact-value {
font-size: 16px;
}
}
Sample Live-Demo and Consultation
Contact Form