/*
Theme Name: Via Oost
Description: Via Oost custom theme, built with Bootstrap
Version: 1.0
Author: De Gasjes
Author URI: https://degasjes.nl
*/

/* General */
* {
    margin: 0;
    padding: 0;

}

html {
    box-sizing: border-box;
  }
  *, *:before, *:after {
    box-sizing: inherit;
}
.contactbutton:hover{
  color:white;
}
.foutbutton1:hover{
  color:white;
}


body {
  background-color: white;
}

h1{
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  color:#17191E;
}

.nav-link{
  color:black;
  font-family: lato;
}
.navbar{
  background-color: white;
}

.active{
  color:#007B8C;
  font-weight: bold;
}

.timelength{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 12px;
  margin-left:10%;
  margin-top:5%;
}

.timelength > div{
  border:1px solid #FF8200;
  border-radius: 8px;
  width:5em;
}
.card{
  margin-bottom:10%;
  border: none;
  border-radius: 12px;
  background-color: white;
  box-shadow: 0px 16px 40px rgba(80, 22, 3, 0.08);
  padding-top:3%;
}
.card-image{
  border-radius: 8px 8px 8px 8px;
  height: 300px; min-width: 80%; overflow: hidden;
}
.card > h5{
  margin-top:7%;
  font-size: 24px;
  font-weight: 700;
}
.card > p{
  margin-top:2%;
  font-size: 20px;
}
.card > a{
  margin-top:2%;
  margin-bottom: 10%;
  color:#E57500;
  font-family: Lato;
  font-size: 20px;
  text-decoration: none;
  font-weight: 700;
}
.card-item{
  margin:0% 10% 0% 10%;
}
.aanbod-card{
  margin-bottom:2%;
  border: none;
  border-radius: 8px;
  background-color: white;
}
.aanbod-card > img{
  border-radius: 8px;
  margin-top:2%;
}
.aanbod-card > h5{
  margin-top:2%;
  font-size: 24px;
  font-weight: 700;
}
.aanbod-card > p{
  margin-top:1%;
  font-size: 20px;
}
.aanbod-card > a{
  margin-top:1%;
  margin-bottom: 2%;
  color:#E57500;
  font-family: Lato;
  font-size: 20px;
  text-decoration: none;
  font-weight: 700;
}
.aanbod-card-item{
  margin:0% 2% 0% 2%;
}

.aanbod-timelength{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 12px;
  margin-left:2%;
  margin-top:2%;
}

.aanbod-timelength > div{
  border:1px solid #FF8200;
  border-radius: 8px;
  width:5em;
}

.zakelijk-card{
  margin-bottom:10%;
  border: none;
  border-radius: 8px;
  background-color: white;
}
.zakelijk-card > img{
  border-radius: 8px;
  margin-top:10%;
}
.zakelijk-card > h5{
  margin-top:7%;
  font-size: 24px;
  font-weight: 700;
}
.zakelijk-card > p{
  margin-top:2%;
  font-size: 20px;
}
.zakelijk-card > a{
  margin-top:2%;
  margin-bottom: 10%;
  color:#E57500;
  font-family: Lato;
  font-size: 20px;
  text-decoration: none;
  font-weight: 700;
}
.bold{
  font-weight:700;
}

.nav-item{
  margin-left:18px;
}

h5{
  font-family: lato;
  font-size: 24px;
  color:#17191E;
}
p{
  font-family: lato;
  font-size: 20px;
  color:#17191E;
}
.voorwie-item{
  margin:0% 10% 0% 10%;
}
.zakelijk{
  margin-bottom:10%;
  border: none;
  border-radius: 12px;
  background-color: #007B8C;
  color:white;
}
.zakelijk > h5{
  margin-top:10%;
  font-size: 40px;
  font-weight: 700;
  color:white;
}
.zakelijk > p{
  margin-top:5%;
  font-size: 20px;
  color:white;
}
.zakelijk > ul{
  margin-top:3%;
  margin-left:2%;
  margin-bottom:10%;
  font-size: 20px;
  list-style-type: none;
}
.zakelijk > ul >li{
  margin-top:7%;
  font-size: 20px;
  font-weight: 400;
}

.particulier{
  margin-bottom:10%;
  border: none;
  border-radius: 12px;
  background-color: #E2FAFF;
  color:#007B8C;
}
.particulier > h5{
  margin-top:10%;
  font-size: 40px;
  font-weight: 700;
  color:#007B8C;
}
.particulier > p{
  margin-top:5%;
  font-size: 20px;
  color:#007B8C;
}
.particulier > ul{
  margin-top:3%;
  margin-left:2%;
  margin-bottom:10%;
  font-size: 20px;
  list-style-type: none;
}
.particulier > ul >li{
  margin-top:7%;
  font-size: 20px;
  font-weight: 400;
}

#particulier > div > p{
  
  font-size: 28px;
  font-family: 'Lato';
}

#particulier > div > h1{
  font-weight: 700;
  color:#00A2B8;
  font-size: 60px;
}

.voordelenlist > ul{
    margin-top:3%;
    margin-bottom:10%;
    font-size: 20px;
    list-style-type: none;
}

.voordelenlist > ul > li{
  margin-top:6%;
}

.testimonialcard{
  margin-bottom:10%;
  border: none;
  border-radius: 12px;
  background-color: white;
  box-shadow: 0px 16px 40px rgba(80, 22, 3, 0.08);
}
.testimonialcard > h5{
  margin-top:7%;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.testimonialcard > p{
  margin-top:2%;
  margin-left:8%;
  margin-right:8%;
  font-size: 20px;
  text-align: center;
}
.testimonialcard > h4{
  margin-top:2%;
  margin-bottom: 10%;
  color:#00A2B8;
  font-family: Lato;
  font-size: 28px;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
}
.bgforhome{
  background-color:#31747c;
}
#aanbod{
  background-color:#FFFAF5;
}

#aanbod > div > p{
  
  font-size: 28px;
  font-family: 'Lato';
}

#underline {
  border-bottom:0.1px solid black; 
  width:10%;
}

#aanbod > div > h1{
  font-weight: 700;
  color:#E57500;
  font-size: 60px;
}

#zakelijk{
  background-color:#FFFAF5;
  padding:0 0 5% 0;
}

#zakelijk > div > p{
  
  font-size: 28px;
  font-family: 'Lato';
}

#zakelijk > div > h1{
  font-weight: 700;
  color:#E57500;
  font-size: 60px;
}



#voorwie{
  background-color:white;
}

#voorwie > div > h1{
  font-weight: 700;
  color:#00A2B8;
  font-size: 60px;
}

#voorwie > div > p{
  
  font-size: 28px;
  font-family: 'Lato';
}

#voordelen{
  background-color:#FFFAF5;
}

#voordelen > div > h1{
  font-weight: 700;
  color:#E57500;
  font-size: 60px;
}

#voordelen > div > p{
  
  font-size: 28px;
  font-family: 'Lato';
}

#testimonials{
  background-color:white;
}

#testimonials > div > h1{
  font-weight: 700;
  color:#00A2B8;
  font-size: 60px;
}

#testimonials > div > p{
  
  font-size: 28px;
  font-family: 'Lato';
}

.maintenance-title {
  font-family: 'Source Sans Pro', sans-serif;
  color: #489E83;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 60px;
}

.maintenance-title-alt {
  font-family: 'Source Sans Pro', sans-serif;
  color: #226D55;
  font-weight: 700;
  font-size: 80px;
  line-height: 80px;
}

#maintenance-subtitle {
 color: #489E83;
 font-weight: 400;
 font-size: 24px;
 line-height: 25px;
}

#subtitle-instagram {
  color: #226D55;
  text-decoration: underline;
}

#subtitle-instagram:hover {
  color: #489E83;
}

.instagram-button {
  font-family: 'Source Sans Pro', sans-serif;
  color: #226D55;
  font-weight: 700;
  outline: 2px solid #226D55;
  padding: 1em;
  border-radius: 2px;
  width: 175px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.instagram-button:hover {
  color: #489E83;
}

.instagramIcon {
  width: 32px;
  height: 32px;
}

.maintenance-illustration {
  height: 100vh;
}

#contact{
  background-color:#E2FAFF;
  margin-top: 10%;
  color:#007B8C;
}
#contact > div > div > div > ul{
  list-style-type: none;
}

#contactform{
  background-color: #00707F;
  color:white;
  margin-top:-15%;
}
label{
  color:white;
  font-weight: 700;
  font-family: Lato;
}
form{
  width:100%;
}
input{
  width:100%;
  border-radius: 4px;
  border:none;
  text-indent: 2%;
  padding: .5em;
}
textarea{
  width:100%;
  border-radius: 8px;
  border:none;
  text-indent: 2%;
}
form input[type=submit] {
  color: #007B8C;
  background-color: white;
  border-radius: 16px;
  border:none;
  font-weight: 700;
  padding: 12px 32px;
  width: fit-content;
  width:100%;
}
.submitbutton{
  font-family: Lato;
  color:#007B8C;
  background-color: white;
  padding:10px;
  border-radius: 8px;
  border:none;
  font-weight: 700;
}
.contactlists > li{
  margin-top: 3%;
}
.contactbutton{
  margin-top: 3%;
  padding:20px 10px;
  background-color: #007B8C;
  color:white;
  text-decoration: none;
  font-family: Lato;
  font-weight: 700;
  text-align: center;
  border-radius: 8px;
  width:40%;
}

.contactbuttonwhite{
  margin-top: 3%;
  padding:20px 10px;
  background-color: white;
  color:#31747c;
  text-decoration: none;
  font-family: Lato;
  font-weight: 700;
  font-size:1.2em;
  text-align: center;
  border-radius: 8px;
  width:30%;
}

.foutbutton1{
    margin-top: 3%;
    padding:20px 10px;
    background-color: #007B8C;
    color:white;
    text-decoration: none;
    font-family: Lato;
    font-weight: 700;
    text-align: center;
    border-radius: 8px;
}
.foutbutton2{
  margin-top: 3%;
  padding:20px 10px;
  background-color: white;
  color:#007B8C;
  border:1px solid #007B8C;
  text-decoration: none;
  font-family: Lato;
  font-weight: 700;
  text-align: center;
  border-radius: 8px;
}

.contactlists > li > a{
  text-decoration: none;
  color:#007B8C;
}

.contactlists > li > a:hover{
  text-decoration: underline;
}

.toplist{
  font-size: 20px;
  font-family: Lato;
  color:#00A2B8;
  font-weight: 700;
}
.contactlists{
  margin-top: 8%;
}
.contactlists:nth-child(1){
  margin-left:-10%;
}

#bekijk > div:nth-child(1){
  font-family: 'Lato';
font-style: normal;
font-weight: 700;
font-size: 32px;
color: #17191E;
margin-left:9%;
}
#bekijk > div:nth-child(2){
margin-left:9%;
}

.breaktheword{
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.bekijkook{
  box-shadow: 0px 16px 40px rgba(2, 47, 53, 0.06);
  border-radius: 12px;
  margin-top:3%;
  margin-bottom:5%;
  padding-top:1em;
  padding-bottom:1em;
  padding-left:1em;
}

.bekijkook > div > h5{
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  margin-left:5%;
}


.bekijkook > div > a{
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: #007B8C;
  text-decoration: none;
  margin-left:5%;
}

.mobileimage{
  width:60%;
  margin-right:-12px; 
  border-radius:8px 0px 0px 8px;
}


.dropdownresponsive{
  border-radius:0px;
  margin-top:18px!important;
  width:100vw;
  margin-right:-14.3vw!important;
  border:none;
  z-index:1!important;
}

.nav-link{
  color:black!important;
}

.desktopremove{
  display:none;
}
.groenblaadje{
  width:400px;
}
.homemargin{
	margin-left:7%;
}
.paginatitel{
	font-size:60px;
}
.extratitel{
	font-size:40px;
}
@media (max-width: 767px) {
  .mobileblock {
    display:block!important;
  }
  #contact{
    padding-left:5%;
    padding-right:5%;
  }
  #contactform{
    margin-top:10%;
  }
  .contactbutton{
    width:100%;
  }
  .contactbuttonwhite{
    width:100%;
  }
  .contactlists{
    margin-left:-5%!important;
  }
  .mobileimage{
    width:100%;
    margin-right:0px; 
    border-radius:8px;
  }
  .mobiletabletremove{
    display:none!important;
  }
  #yoga{
    width:90%;
  }
  #zakelijk{
    padding-left:5%;
    padding-right:5%;
  }
  #bekijk{
    width:90%;
  }
  #particulier{
    padding-left:5%;
    padding-right:5%;
  }
  .paginatitel{
	font-size:45px;
}
	.extratitel{
	font-size:35px;
}
}

@media (max-width: 450px) {
	.paginatitel{
	font-size:35px;
}
		.extratitel{
	font-size:30px;
}
}
@media (max-width: 400px) {
	.paginatitel{
	font-size:30px;
}
  .extratitel{
	font-size:27px;
}
}
@media (max-width: 375px) {
	.homemargin{
		margin-left:2%;
	}
	  .extratitel{
	font-size:25px;
}
}
@media (max-width: 320px) {
	.homemargin{
		margin-left:0%;
	}
	.paginatitel{
	font-size:25px;
}
		  .extratitel{
	font-size:22px;
}
}


@media (max-width: 1024px) {
  .mobileremove {
    display:none!important;
  }
  .desktopremove{
    display:block;
  }
  #bekijk > div:nth-child(1){
  margin-left:0%;
  }
  #bekijk > div:nth-child(2){
  margin-left:0%;
  }
  .contactbutton{
    width:100%;
  }
  .contactbuttonwhite{
    width:100%;
    margin-bottom:2em;
  }
  #home > div > div{
    padding-top:2em;
  }
}
@media (max-width: 1400px) {
  .groenblaadje{
    width:200px!important;
  }
}
@media (max-width: 1800px) {
  .dropdownresponsive{
    margin-right:-16.5vw!important;
  }
  .contactbuttonwhite{
    width:50%;
  }
}
@media (max-width: 2100px) {
  .dropdownresponsive{
    margin-right:-16.5vw!important;
  }
  .contactbuttonwhite{
    width:50%;
  }
  .groenblaadje{
    width:300px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .contactbutton{
    width:80%;
  }
}


body {
  overflow-x: hidden;
}














