@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap');

.wrapper_2BB0D0AA {
    font-family: 'Open Sans', sans-serif;
}

.header {
    position: relative;
}


h1.sateetekst {
    font-weight: 700;
    color: #ed7308;
    font-size: 71px;
    padding: 0px 15px;
    text-align:left;
}

.headingtekst {
    position: absolute;
    bottom: 6px;
}

p.santeqr {
    text-align: center;
    font-weight: 600;
    color: #E67205;
}

ul.opslimming {
        font-size: 17px;
    font-weight: 400;
    color: #616162;
}

p.titeltekst {
    font-size: 25px;
    font-weight: 700;
    color: #616162;
    padding: 0px 15px;
}

p.normaletekst {
    font-size: 17px;
    font-weight: 400;
    color: #616162;
    padding: 0px 15px;
}

span.greyvpt {
    font-weight: 500;
    color: #b2aeab;
}

.oranjefooter {
    background: #f07100;
    color: #fff;
    padding: 15px;
}

p.titelfooter {
    font-size: 19px;
    font-weight: 700;
    margin: 0px;
}

p.vrijblijvendcontact {
    font-size: 17px;
    font-weight: 400;
}
p.normaletekst2 {
    margin: 0px;
    font-size: 17px;
    font-weight: 400;
    color: #616162;
    padding: 0px 15px;
}

.Videofile {
    text-align: center;
}

a.ervaring {
    border: 1px solid #E67205;
    border-radius: 2rem;
    font-weight: 700;
    color: #E67205;
    text-align: center;
    padding: 0.75em 1em 0.75em 1em;
    font-size: 1.2rem;
    position: relative;
    box-shadow: 0 10px 40px -10px rgba(139,68,2,0.2);
    margin-top: 40px;
    margin-bottom: 6%;
    display: inline-block;
    transform: scale(1);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out,all 0.2s ease-in-out;
}

p.ervaringsverhalen {
    text-align: center;
}


/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) {
      
h1.sateetekst {
    font-weight: 700;
    color: #ed7308;
    font-size: 37px;
    padding: 0px 15px;
}
      
a.ervaring {
    border: 1px solid #E67205;
    border-radius: 2rem;
    font-weight: 700;
    color: #E67205;
    text-align: center;
    padding: 0.75em 1em 0.75em 1em;
    font-size: 1.2rem;
    position: relative;
    box-shadow: 0 10px 40px -10px rgba(139,68,2,0.2);
    margin: 6% 0;
    display: inline-block;
    transform: scale(1);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out,all 0.2s ease-in-out;
}

p.santeqr {
    text-align: center;
    font-weight: 600;
    color: #E67205;
    font-size: 17px;
}

}



/* mobiel */

@media only screen 
  and (min-device-width: 280px) 
  and (max-device-width: 767px)  { 

h1.sateetekst {
    font-size: 16px;
    padding: 0px 6px;
}

p.titeltekst {
    font-size: 22px;
}

p.normaletekst2 {
    margin: 0px;
    padding: 0px 15px;
    font-size:16px;
}
p.normaletekst {
    font-size: 16px;
    font-weight: 400;
    padding: 0px 15px;
}

p.vrijblijvendcontact {
    font-size: 16px;
    font-weight: 400;
}

a.ervaring {
    border: 1px solid #E67205;
    border-radius: 2rem;
    font-weight: 700;
    color: #E67205;
    text-align: center;
    padding: 0.75em 1em 0.75em 1em;
    font-size: 1.1rem;
    position: relative;
    box-shadow: 0 10px 40px -10px rgba(139,68,2,0.2);
    margin: 5% 0;
    display: inline-block;
    transform: scale(1);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out,all 0.2s ease-in-out;
}

.Videofile {
    text-align: center;
}

.headingtekst {
    position: absolute;
    bottom: 0px;
}

p.santeqr {
    text-align: center;
    font-weight: 600;
    color: #E67205;
    font-size: 18px;
}

}