/* ----------------------------------------- Geordende css ------------------------------------- */
:root {
    --yellow: #ffc421;
    --onyx: #252321;
    --snow: #ffffff;
    --titanium: #b6b4b2;
    --cloud: #e8e6e4;
    --cloud2: #f0f0f0;
}

/* Reset and set some default styles */
@font-face {
    font-family: albra_bold;
    font-style: normal;
    font-weight: 700;
    src: url(https://www.b2b.telenet.be/rs/839-XUN-065/images/Telenet-Albra-Bold.woff) format("woff");
}
@font-face {
    font-family: albra_regular;
    font-style: normal;
    font-weight: 400;
    src: url(https://www.b2b.telenet.be/rs/839-XUN-065/images/Telenet-Albra-Regular.woff) format("woff");
}
@font-face {
    font-family: albra_light;
    font-style: normal;
    font-weight: 200;
    src: url(https://www.b2b.telenet.be/rs/839-XUN-065/images/Telenet-Albra-Light.woff) format("woff"), url(https://www.b2b.telenet.be/rs/839-XUN-065/images/Telenet-Albra-Light.woff2) format("woff2"), url(https://www.b2b.telenet.be/rs/839-XUN-065/images/Telenet-Albra-Light.otf) format("otf"), url(https://www.b2b.telenet.be/rs/839-XUN-065/images/Telenet-Albra-Light.ttf) format("ttf");
}
@font-face {
    font-family: albra_black;
    font-style: normal;
    font-weight: 900;
    src: url(https://www.b2b.telenet.be/rs/839-XUN-065/images/Telenet-Albra-Black.woff) format("woff");
}
@font-face {
    font-family: "albra_serif";
    font-style: normal;
    font-weight: 400;
    src: url(https://www.b2b.telenet.be/rs/839-XUN-065/images/Telenet-Albra-Serif-Bold.woff) format("woff");
}
@font-face {
    font-family: Material Icons;
    font-weight: 400;
    src: url(https://static.telenet.be/assets/fonts/bloomspeak/MaterialIcons-Regular.woff) format("woff");
}
body {
    background: #fff;
    font-family: albra_regular, helvetica, verdana, arial, sans-serif;
    font-size: 16px;
}
body, h1 {
    color: #291d18;
}
h1 {
    font-family: albra_bold, helvetica, verdana, arial, sans-serif;
    font-size: 56px;
    line-height: 60px;
    margin: 0 0 30px;
}
h1 b, h1 strong {
    font-family: "albra_serif", helvetica, verdana, arial, sans-serif;
}
h2 {
    font-size: 40px;
    line-height: 48px;
}
h2, h3 {
    color: #291d18;
    font-family: albra_bold, helvetica, verdana, arial, sans-serif;
    margin: 0 0 30px !important;
}
h3 {
    font-size: 32px;
    line-height: 40px;
}
h4 {
    font-size: 24px;
    line-height: 26px;
}
h4, h5 {
    color: #291d18;
    font-family: albra_bold, helvetica, verdana, arial, sans-serif;
    margin: 0 0 15px;
}
h5 {
    font-size: 20px;
}
div, h5, ol, p, ul {
    line-height: 28px;
}
div, ol, p, ul {
    color: #291d18;
    font-family: albra_regular, helvetica, verdana, arial, sans-serif;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 0;
}
div b, div strong, ol b, ol strong, p b, p strong, ul b, ul strong {
    font-family: albra_bold, helvetica, verdana, arial, sans-serif;
}
a {
    color: #291d18;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
b, strong {
    font-family: albra_bold, helvetica, verdana, arial, sans-serif;
    font-weight: 700;
}
section {
    width: 100%;
}
section ol, section ul {
    padding-left: 20px;
}

@media (max-width: 48em) {
.mobile--flex {
    display: flex;
}
}

.large p {
    font-size: 24px;
    font-weight: 400;
    line-height: 26px;
}
details {
    display: block
}
summary {
    display: list-item
}
template {
    display: none
}
[hidden] {
    display: none
}
@media (max-width: 36em) {
.hide {
    display: none;
}
}
.container {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 20px;
    width: 1140px;
}

.container-box {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 20px;
    width: 1400px;
}
@media (max-width: 1024px){
    .container-box {
        width: 94%;
    }
}
@media (min-width: 1720px){
    .container {
        width: 1400px;
    }
    .container-box {
        width: 1660px;
    }
}
@media (max-width: 48em) {
    .container {
        padding: 0 40px;
        width: 100%;
    }
}
@media (max-width: 30em) {
    .container {
        padding: 0 10px;
        width: 100%;
    }
}
@media (max-width: 30em){
    .container-box{
        padding: 0;
    }
}
@media (max-width: 1024px){
    .container{
        width: 90%;
    }
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}
* {
    box-sizing: border-box
}
body, figure, ul, ol, div, nav, section, figure, article, footer {
    margin: 0;
    padding: 0;
}
main {
    display: block
}
h1 {
    font-size: 2em;
    margin: .5em 0
}
@media (max-width: 48em){
    h1 {
        font-size: 1.8em;
        margin: .2em 0;
        line-height: 48px;
    }
    h2 {
        font-size: 1.6em;
        line-height: 36px;
    }
}
.mktoText {
    margin: 0; 
}
.text-container {
    display: flex;
    flex-direction: column; 
    justify-content: space-between; 
    flex: 1; 
    margin: 10px; 
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}
pre {
    font-family: monospace, monospace;
    font-size: 1em
}
a {
    background-color: transparent
}

/* ---------------------------------------- Navigation ---------------------------------------- */
.logo {
    height: auto;
    width: 160px;
    padding-top: .5rem;
}
@media (max-width: 36em) {
.logo{
    width: 144px;
}
}
header {
    position: relative;
    width: 100%;
    z-index: 9999;
}
header .container {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
}
header figure {
    padding: 20px 0;
}

@media (max-width: 48em) {
  header .container {
    padding-top:13px;
    padding-bottom:13px;
  }
  figure{
    height:48px;
    padding:0px !important;
    margin:0px !important;
  }
}
.header-image{
    height: 60vh;
    background: url('https://www.b2b.telenet.be/rs/839-XUN-065/images/banner-pulse.jpg');
    background-repeat: no-repeat;
    background-position: left;
    display: flex;
    align-items: center;
    position: relative;
}
.header-image .overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.1); /* pas de donkerte aan hier */
  z-index: 0;
  height: auto;
    width: auto;
}
@media (max-width: 1024px){
    .header-image{
        background-size: cover;
    }
    .header-image .overlay {
        background-color: rgba(0, 0, 0, 0.4); 
    }
}
.header-image .header-image-content{
    width: 30%;
    margin-left: 14%;
    position: relative;
    z-index: 10;
}
@media (max-width: 1024px){
    .header-image .header-image-content{
        width: 40%;
        margin-left: 7%;
    }
}
@media (max-width: 36em) {
    .header-image .header-image-content{
        width: 100%;
        margin-left: 7.5%;
        margin-right: 7.5%;
    }
    .header-image{
        background-position: center;
    }

}
@media (max-width: 48em){
    .header-image .header-image-content{
        margin-left: calc(5% + 10px);
    }
}
.header-image h1 {
    color: #fff;
    line-height: 1.2;
    font-size: 2em;
    margin: 0;
}
@media (min-width: 1720px){
    .header-image{
        background-size: 125%;
    }
    .header-image h1 {
        font-size: 2.5em;
    }
}
@media (max-width: 48em) {
.header-image{
    height: 45vh;
}
}
.primary-navigation {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 38px 0;
}
.primary-navigation div ul {
    font-family: albra_regular, helvetica, verdana, arial, sans-serif;
    list-style: none;
    padding-right: 20px !important;
}
.primary-navigation div > ul {
    display: block;
    font-family: albra_bold, helvetica, verdana, arial, sans-serif;
    padding: 0;
    position: relative;
}
.primary-navigation div > ul a {
    color: #766f6b;
    display: block;
    font-family: albra_regular, helvetica, verdana, arial, sans-serif;
    font-family: albra_light, helvetica, verdana, arial, sans-serif;
    text-decoration: none;
}
.primary-navigation div > ul a:not(:first-of-type) {
    padding-bottom: 5px;
}
.primary-navigation div > ul a:active, .primary-navigation div > ul a:focus, .primary-navigation div > ul a:hover {
    color: #291d18;
}
.primary-navigation div > ul ul {
    display: none;
    position: absolute;
    text-decoration: none;
}
.primary-navigation div > ul:active ul, .primary-navigation div > ul:focus ul, .primary-navigation div > ul:hover ul {
    display: block;
}
@media (max-width: 48em) {
    .primary-navigation {
        padding: 20px 0;
    }
}
/* ----------------------------------------- Hero --------------------------------------- */

.herotekst{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    text-align: left;
    padding-top: 3rem;
    padding-bottom: 2rem;
}
.herotekst h4 {
    margin-bottom: .5rem;
    font-size: 28px;
}
@media (max-width: 48em){
    .herotekst h4 {
        margin-bottom: .5rem;
        font-size: 22px;
    }
}
.mkto-button a, .mkto-button.secondary a, .mkto-button.transparent a, .mkto-button.yellow a {
    border-radius: 5rem;
    display: inline-block;
    font-family: albra_bold, helvetica, verdana, arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    min-height: 49px;
    padding: 15px 19px 11px;
    text-decoration: none;
    text-align: center;
    transition: background-color 0.3s;
}
@media (max-width: 36em){
    .mkto-button a{text-align: left;}
}
@media (max-width: 36em) {
.mkto-button a, .mkto-button.secondary a, .mkto-button.transparent a, .mkto-button.yellow a {
    width: 100%;
}
}
.mkto-button.secondary a {
    background-color: transparent !important;
    border: 1px solid #766f6b !important;
    box-shadow: inset 0 0 0 1px #766f6b !important;
    color: #291d18 !important;
}
.mkto-button.secondary a:hover {
    border-color: #291d18 !important;
    box-shadow: inset 0 0 0 2px #291d18 !important;
}
.mkto-button.yellow a {
    background-color: #ffc421 !important;
    border: none !important;
    color: #291d18 !important;
}
.mkto-button.yellow a:hover {
    background-color: #ffb61b !important;
    color: #291d18 !important;
}
.mkto-button.white a {
    margin-top: .5rem;
    text-decoration: underline;
    transition: all 0.3s ease;
}
.mkto-button.white a span{
    
}
.mkto-button.white a:hover {
    text-decoration: none;
}
.mkto-button.gray a{
    background-color: var(--onyx);
    border: none !important;
    color: var(--cloud) !important;
}
.mkto-button.transparent a {
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #291d18 !important;
    cursor: pointer;
    font-family: albra_regular, helvetica, verdana, arial, sans-serif !important;
    padding-left: 0 !important;
    text-decoration: underline !important;
}
.mkto-button.transparent a:hover, .mktoButton {
    text-decoration: none !important;
}
.mktoGen.mktoImg {
    display: block !important;
    margin: 0 auto;
}
.imgtext .image-container, .textimg .image-container {
    align-items: flex-start;
    display: flex;
    justify-content: center;
    padding: 60px 30px;
    width: 50%;
}
.imgtext .image-container img, .textimg .image-container img {
    width: 100%;
}

@media (max-width: 62em) {
.imgtext .image-container, .textimg .image-container {
    width: auto;
}
}

@media (max-width: 48em) {
.imgtext .image-container, .textimg .image-container {
    justify-content: center;
    margin-bottom: 30px;
    padding: 0;
    width: 100%;
}
}
.textimgleft .image-container, .textimgright .image-container {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 40%;
}
.textimgleft .image-container img, .textimgright .image-container img {
    width: 100%;
}

@media (max-width: 48em) {
.textimgleft .image-container, .textimgright .image-container {
    margin-bottom: 30px;
    width: 100%;
}
}

@media (max-width: 48em) {
.imgtext .container {
    flex-direction: column;
}
}
.imgtext .container .image-container {
    padding-left: 0;
}

.textoverlay .container .textoverlay-container .image-container {
    margin-bottom: 1rem;
    margin-left: 60%;
    width: 40%;
}

@media (max-width: 62em) {
.textoverlay .container .textoverlay-container .image-container {
    margin: 0;
    width: 100%;
}
}

@media (max-width: 48em) {
.textoverlay .container .textoverlay-container .image-container {
    align-self: center;
    padding-bottom: 20px;
    width: max-content;
}
}

@media (max-width: 36em) {
.textoverlay .container .textoverlay-container .image-container {
    display: none;
  }
}
.textoverlay .container .textoverlay-container .image-container img {
    width: 100%;
}
.multicols.icon .image-container {
    margin-top: 30px;
    width: 40px;
}
.multicols.icon .image-container img {
    height: 40px;
    width: 40px;
}
img {
    border-style: none;
    display: block
}
/* ----------------------------------------- Risicoscan --------------------------------------- */
.risicoscan {
  position: relative;
  width: 100%;
  height: 60vh;
  background: url('https://www.b2b.telenet.be/rs/839-XUN-065/images/risico.jpg') no-repeat bottom center;
  background-size: cover;
  overflow: hidden;
  padding: 4rem 0;
  margin: 60px 0;
  color: white; /* Zorgt dat tekst zichtbaar is */
}

/* Blur gradient overlay */
.risicoscan::before {
  content: '';
  position: absolute;
  inset: 0;
  background: inherit; /* Gebruik dezelfde achtergrond als de parent */
  background-size: cover;
  background-position: center;

  /* Blur toepassen */
  filter: blur(40px);

  /* Masker: links zichtbaar (blur), rechts verdwijnt het naar transparant */
  -webkit-mask-image: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 60%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-image: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 60%);
  mask-repeat: no-repeat;
  mask-size: cover;

  pointer-events: none;
  z-index: 1;
}

/* Container met tekst bovenop de blur */
.risicogrid {
  position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 5rem;
    justify-content: space-between;
    z-index: 2;
    height: 100%;
    align-content: center;
}

.risicoscan h3 {
  font-size: 38px;
  line-height: 50px;
  font-weight: 700;
  color: var(--snow);
  width: 55%;
}
@media (max-width: 1024px){
    .risicoscan h3 {
        font-size: 34px;
        width: 60%;
    }
}
@media (min-width: 1720px){
    .risicoscan h3 {
        font-size: 42px;
        line-height: 54px;
    }
}
@media (max-width: 48em){
    .risicoscan h3 {
        font-size: 34px;
        line-height: 48px;
        width: 90%;
        margin-bottom: .5rem;
    }
    .risicoscan {
        height: 50vh;
    }
    .risicoscan2 {
        height: 60vh;
    }
}
.risico-text {
  flex: 1 1 50%;
}
@media (max-width: 30em) {
    .risicoscan{
        padding: 2rem 0;
    }
    .risicoscan h3 {
        font-size: 28px;
        line-height: 38px;
        font-weight: 700;
        color: var(--snow);
        width: 90%;
        }
}

@media (max-width: 768px) {
  .risicogrid {
    display: block;
  }

  .risico-text, .risico-image {
    flex: 1 1 100%;
  }
}

/* ----------------------------------------- proofpoints --------------------------------------- */

.proofpoints{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}
.proofpoints .proofpoint-item {
    padding: 1rem !important;
    display: flex;
    gap: .5rem;
    padding-left: 0 !important;
}
.proofpoints .proofpoint-item h4 {
    padding-top: .3rem !important;
    margin-top: 0;
}
.proofpoints .proofpoint-item p {
    font-size: 16px !important;
}
.proofpoints-background{
  background-color: var(--cloud);
  box-shadow: inset 0 0 30px 15px var(--snow); /* Inner shadow */
  border-radius: 20px !important; 
  padding: 4rem 0 4rem 0 !important;
}
@media (max-width: 48em){
    .proofpoints{
        grid-template-columns: 1fr ;
    }
    .proofpoints-background{
        padding: 2rem 0 2rem 0 !important;
    }
}
/* ----------------------------------------- Waarom kiezen voor Pulse Internet? --------------------------------------- */
#help {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;  
  position: relative;
  width: 100%;
  height: 60vh;
  background: url('https://www.b2b.telenet.be/rs/839-XUN-065/images/hyperfocus.png') no-repeat center center;
  background-size: 145%;
  text-align: center;
  color: white; /* Zorgt dat tekst zichtbaar is */
}
@media (max-width: 1024px){
    #help {
        width: 100%;
        height: 60vh;
        background-size: 165%;
    }
}

@media (max-width: 32em){
    #help {
        height: 50vh;
        background-size: 420%;
    }
    #help.help2{
        height: 60vh;
        background-size: 500%;
    }
}
#help .help-content{
    width: 30%;
}
@media (max-width: 1024px){
    #help .help-content{
        width: 70%;
    }
}
@media (max-width: 48em){
    #help .help-content{
        width: 85%;
    }
}
#help .help-content h2, #help .help-content p{
    color: var(--onyx);
}
@media (min-width: 1720px){
    #help{
        height: 55vh;
    }
    #help .help-content h2{
        font-size: 44px;
        line-height: 54px;
    }
}
@media (max-width: 48em){
    .help-content{
        width: 85%;
    }
}
#typeinternet{
    background-color: var(--yellow);
    padding-bottom: 5rem;
    padding-top: 5rem;
    border-radius: 20px;
    box-shadow: inset 0 0 50px 10px rgba(255, 255, 255, 0.9);
}
@media (max-width: 1024px){
    #typeinternet{
        padding-bottom: 3rem;
        padding-top: 3rem;
    }

}
@media (min-width: 1720px){
    #typeinternet{
    padding-bottom: 7rem;
    padding-top: 7rem;
}
}
#typeinternet2{
    background-color: var(--cloud);
    padding-bottom: 4rem;
    padding-top: 4rem;
    border-radius: 20px;
    box-shadow: inset 0 0 20px 5px var(--snow); /* Inner shadow */
}
@media (max-width: 1024px){
    #typeinternet2{
    padding-bottom: 3rem;
    padding-top: 3rem;
}

}
@media (min-width: 1720px){
    #typeinternet2{
    padding-bottom: 7rem;
    padding-top: 7rem;
}
}
.downloadsnelheid{
    display: flex;
    gap: 2rem;
}
.servicepack{
    background-color: var(--snow);
    width: 50%;
    padding: 1.5rem;
    border-radius: 20px; 
}

.internet-card {
  background-color: var(--snow);
  width: 50%;
  padding: 1.5rem;
  position: relative;
  border-radius: 20px;
}
.internet-card h3{
    font-size: 28px;
}
@media (max-width: 48em){
    .internet-card {
        width: 100%;
    }
    .downloadsnelheid{
        flex-direction: column;
        gap: 1rem;
    }
    .downloadsnelheid .internet-card h3{
        margin-bottom: .8rem;
    }
    #typeinternet {   
        padding-bottom: 2.5rem;
        padding-top: 2.5rem;
    }
}
@media (max-width: 30em){
    h3{
        font-size: 24px;
        line-height: 28px;
    }
}
.info-box {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background: var(--snow);
  color: white;
  padding: 0 1rem;
  margin-top: 1rem;
  border-radius: 5px;
}




.button-group {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
}

.btn {
  padding: 0.75rem 1.25rem;
  font-size: 1.4rem;
  border-radius: 5rem;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  text-align: center;
}

.btn.primary {
  background-color: #ffcc00;
  color: black;
}

.btn.outline {
  color: black;
  background-color: white;
}
.servicepack-grid{
        display: flex;
        gap: 2rem; 
        margin-top: 1rem;
    }
@media (max-width: 48em){
    .servicepack-grid{
        flex-direction: column;
        gap: 1rem; 
        margin-top: 1rem;
    }
    .servicepack {
        width: 100%;
        padding: 1.5rem;
    }
}

/* ----------------------------------------- FAQ --------------------------------------- */

.faq-section {
  background-color: white;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 2rem;
  margin: 3rem auto;
  color: var(--onyx);
}

.faq-section h3 {
  margin-bottom: 1.5rem;
  font-size: 24px;
}
@media (min-width: 1720px) {
  .faq-section h3 {
    font-size: 28px;
    }
}
.faq-accordion .faq-item {
  
}

.faq-question {
    /* color: inherit; */
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  font-size: 16px;
  font-weight: bold;
  padding: 1rem 0;
  cursor: pointer;
  position: relative;
  transition: color 0.20s ease;
  color: black;
}
@media (min-width: 1720px){
    .faq-question {
        font-size: 18px;
        font-weight: normal;
    }

}
.faq-question:hover {
  color: var(--yellow);
}

.faq-answer {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease, padding 0.4s ease;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  margin-left: 1rem;
}

.faq-item.open .faq-answer {
  max-height: calc(1200px - 1rem);
  padding: 0.5rem 0 1rem 0;
  margin-left: 1rem;
}
.faq-item.open .faq-question {
  color: var(--yellow);
}



/* ----------------------------------------- Disclaimer --------------------------------------- */

.disclaimer-section {
  background-color: white;
  border-radius: 12px;
  padding: 1rem 2rem;
  margin: 2rem auto;
  font-size: 1rem;
}
.disclaimer-section h4{
    margin-bottom: 1rem;
    font-size: 1.25rem;
    font-weight: bold;
}

@media (min-width: 1720px) {
    .disclaimer-section h4{
        font-size: 1.8rem;
    }
}

.disclaimer-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 1rem 0 0 0;
  width: 100%;
  text-align: left;
  transition: color 0.2s ease;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}
@media (min-width: 1720px){
    
}
.disclaimer-toggle:hover {
  color: var(--yellow);
}

.disclaimer-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.3s ease;
  padding: 0;
  font-size: 0.95rem;
  line-height: 1.5;
}

.disclaimer-section.open .disclaimer-content {
  padding: 0.5rem 0 1rem 0;
}
.disclaimer-toggle .arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}

.disclaimer-section.open .disclaimer-toggle .arrow {
  transform: rotate(180deg);
}

/* ----------------------------------------- Footer --------------------------------------- */
footer {
    background-color: var(--yellow);
    color: var(--cloud);
    padding: 4rem 0;
    text-align: left;
}
footer .container .mktoSnippet a {
    text-decoration: none;
}
footer .container .mktoSnippet .socialicons{
    margin-bottom: 1.5rem;
}
footer .container .mktoSnippet .socialicons h4{
    margin-bottom: 0;
}
footer .container .mktoSnippet .socialicons div a{
    display: inline-block;
}
footer .copytekst {
    text-decoration: underline;
}

.arrow{
    width: auto;
    height: auto;
    margin-right: auto;
}