.mib-contact-container {
max-width: 1000px;
margin: 0 auto;
padding: 2rem 1rem;
font-family: Georgia, serif;
color: #5b5361;
}
/* Hero / Intro Sectie */
.mib-contact-header {
text-align: center;
max-width: 680px;
margin: 0 auto 3rem;
}
.mib-contact-header h1 {
font-size: 30px;
color: #2b2623;
font-weight: normal;
margin-bottom: 1rem;
line-height: 1.4;
}
.mib-contact-header p {
font-size: 16px;
line-height: 1.8;
color: #5b5361;
}
/* Onderwerpen Selectie */
.mib-topics-section {
margin-bottom: 4rem;
}
.mib-section-title {
font-size: 22px;
color: #2b2623;
margin-bottom: 1.5rem;
font-weight: normal;
}
.mib-topics-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
gap: 1.5rem;
}
.mib-topic-group {
background-color: #fcfbfa;
padding: 1.5rem;
border: 1px solid #f0e6dd;
border-radius: 4px;
}
.mib-topic-group h3 {
font-size: 15px;
text-transform: uppercase;
letter-spacing: 1px;
color: #2b2623;
margin-top: 0;
margin-bottom: 1rem;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.mib-topic-list {
list-style: none;
padding: 0;
margin: 0;
}
.mib-topic-list li {
padding: 0.6rem 0;
border-bottom: 1px solid #ebdcd0;
font-size: 14px;
color: #5b5361;
display: flex;
justify-content: space-between;
align-items: center;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.mib-topic-list li:last-child {
border-bottom: none;
}
.mib-topic-list span.arrow {
color: #c5a059;
font-weight: bold;
}
/* Hulp Nodig / Direct Contact Blokken */
.mib-channels-section {
background-color: #faf8f5;
padding: 3rem 1.5rem;
border-radius: 4px;
text-align: center;
border: 1px solid #f0e6dd;
}
.mib-channels-header {
max-width: 500px;
margin: 0 auto 2.5rem;
}
.mib-channels-header h2 {
font-size: 26px;
color: #2b2623;
font-weight: normal;
margin-bottom: 0.5rem;
}
/* Grid nu voor 4 kolommen ingesteld */
.mib-channels-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
gap: 1.2rem;
}
.mib-channel-card {
background: #ffffff;
padding: 2rem 1.2rem;
border: 1px solid #e7d7c6;
border-radius: 4px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
}
.mib-channel-icon {
width: 42px;
height: 42px;
margin: 0 auto 1rem;
display: flex;
align-items: center;
justify-content: center;
background: #fdfbf7;
border-radius: 50%;
border: 1px solid #c5a059;
color: #c5a059;
}
.mib-channel-card h3 {
font-size: 18px;
color: #2b2623;
margin: 0 0 0.5rem 0;
font-weight: normal;
}
.mib-channel-card p {
font-size: 13px;
color: #776e7a;
line-height: 1.6;
margin-bottom: 1.5rem;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.mib-btn {
display: inline-block;
padding: 0.75rem 1rem;
background-color: #2b2623;
color: #ffffff !important;
text-decoration: none;
font-size: 12px;
letter-spacing: 1px;
text-transform: uppercase;
border-radius: 2px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
transition: background-color 0.3s ease;
width: 100%;
box-sizing: border-box;
}
.mib-btn:hover {
background-color: #c5a059;
}