* {
    font-family: 'Roboto', sans-serif;
    transition: all 0.3s;
}

#zzsplash {
    margin-top: 6vh;
}

.ecourse-info h3 {
    color: #5388a6;
}

.ecourse-info p {
    margin-bottom: 13px;
}

.nexttoeachother {
    display: flex;
    justify-content: space-between;
}

#steps {
    display: flex;
    background-color: #5388a6;
    padding: 13px;
    color: white;
    list-style: none;
    margin-bottom: 13px;
}

#steps li {
    margin-right: 13px;
}

.nexttoeachother article {
    flex: 0 0 45%;
}

.infopanel {
    background-color: #5388a6;
    font-size: 90%;
}

.shopbtn a {
    background-color: #5388a6;
    color: white;
}

tr:nth-child(even) {
    background-color: #5388a6 !important;
    color:white;
}

tr:nth-child(even) td{
  color:white;
}

.CrowlMessage{
  background-color: #9fc47d !important;
  color: white;
  font-size:1.1rem;
  width:80vw;
}

.CrowlMessage .top, .CrowlMessage .content{
  padding:13px;
  color:white;
}

.CrowlMessage .top{
  display:flex;
  justify-content: space-between;
}

.CrowlMessage .content p{
  color:white;
}

.CrowlMessage .content a{
  color:white;
  display:inline-block;
  padding:6.5px;
  margin-top:13px;
  background-color:#d16268;
}

table tr:last-child, tfoot tr {
    background-color: #9fc47d !important;
    color: white;
}

button.basecolor1{
  background-color:#5388a6;
  color:white;
}

#paydesk{
  background-color:white;
  color:#5388a6;
}

#zzsplash2 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    line-height: 2.8rem;
    text-transform: uppercase;
    font-size: 3rem;
    color: white;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 100;
    text-shadow: 2px 3px 3px rgb(0 0 0 / 12%);
    height: 39vh !important;
    overflow: hidden;
    background-image: url(../images/banner2.jpg);
    background-repeat: repeat-x;
    background-position: center center;
    background-size: contain;
}

#pricelist {
    padding: 13px;
    border-radius: 10px;
    background-color: #5388a6;
    color: white;
    margin-bottom: 13px;
}

.accontent {
    display: none;
    height: 0px;
}

nav {
    z-index: 9999999999999999;
    height: 6vh;
    width: 100%;
    top: 0;
    position: fixed;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #5388a6;
}

.showacco {
    display: block;
    height: auto;
    transition: all 0.3s;
}

nav a {
    color: white;
    text-transform: uppercase;
}

.ontop h3 {
    display: none;
}


.quests {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.quests a {
    flex: 0 0 43%;
    background-size: cover;
    background-position: center;
    margin: 2vw;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    text-align: center;
    cursor: pointer;
}


.quests article img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.quests a section {
    width: 100%;
    height: 39%;
    padding: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
  
    background-color: rgba(199, 221, 216, 0.95);
}

.quests a:hover {
    transform: scale(1.1);
    transition: all 0.3s;
}

.quests a:hover > section {
    background-color: rgba(144, 190, 127, 0.2);
    transition: all 0.3s;
}

.quests a:hover > section h3 {
    font-weight: bolder;
    transition: all 0.3s;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    color:white !important;
}

.quests button {
    margin: 13px;
    padding: 13px;
    display: inline-block;
    cursor: pointer;
    background-color: #1e558b;;
    color: white;
}

.quests h3,
.quests p {
    color: #d7723d;
}

.quests h3 {
    font-size: 1.5rem;
    font-weight: 300;
}

.pinkbig {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    background-color: rgb(243, 157, 150);
    font-size: 3rem;
    text-align: center;
}

.pinkbig p {
    font-size: 1.4rem;
}

.slogandate h2,
.slogandate h3 {
    font-size: 1.4rem;
}

.pinkbig button {
    background-color: white;
    color: rgb(243, 157, 150);
}

.slide {
    background-size: cover;
    background-repeat: no-repeat;
}

.black-half {
    background-color: rgba(255, 255, 255, 0.8);
    color: black;
    border-radius: 0;
}

.cbar {
    padding: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.cbar h1 {
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

#br article p {
    color: white;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
}

.col1 {
    background-color: #d16268;
}

.col2 {
    background-color: #90be7f;
}

.col3 {
    background-color: #5388a6;
}

.accordeon {
    margin-bottom: 39px;
}

.accordeon h3 {
    font-weight: 600;
}

.accol3 h3 {
    color: #5388a6;
    border-bottom: 3px solid #5388a6;
}

.accol3 .accontent h4 {
    color: #5388a6;
    border-bottom: 1px solid #5388a6;
}

.accol1 h3 {
    color: #d16268;
    border-bottom: 3px solid #d16268;
}

#br article {
    cursor: pointer;
}

.accol1 h4 {
    color: #d16268;
    border-bottom: 1px solid #d16268;
}

.accol1 .accontent h4 {
    color: #d16268;
    border-bottom: 1px solid #d16268;
}

.accontent h5 {
    color: #d16268;
}

.accontent a {
    padding-right: 6.5px;
    display: inline-block;
    color: #5388a6;
    font-weight: 300;
}

#br {
    padding: 39px;
}

#br article {
    margin: 39px;
}

#br article {
    flex-direction: column;
}

#br i {
    font-size: 2.3rem;
    padding: 13px;
}

.accontent * {
    font-weight: 300;
}

.accordeon h1,
.accordeon h3 {
    cursor: pointer;
    text-align: center;
    padding: 13px;
    font-weight: 500;
}

.accontent p {
    line-height: 1.4rem;
    font-size: 1.2rem;
    padding-bottom: 13px;
    padding-top: 13px;
}

.accontent li {
    font-size: 1.2rem;
}

.accontent h4 {
    font-size: 2rem;
    font-weight: 300;
    padding-top: 13px;
}

.accontent h5 {
    padding-top: 13px;
    font-size: 1.6rem;
}

.accontent ul {
    margin-left: 20px;
}

#showresult article {
    padding: 39px;
    border-radius: 16px;
    background-color: #90be7f;
    text-align: center;
    margin: auto;
    margin-bottom: 39px;
}

#showresult article p {
    color: white;
    font-size: 1.2rem;
    font-weight: 400;
}

#steps li {
    margin: 6.5px;
    padding: 6.5px;
}

.step {
    background-color: white;
    color: #5388a6;
    border-radius: 13px;
    transition: all 0.3s;
}

#verzendopties {
    width: 100% !important;
}


#pricelist span{
  display:inline-block !important;
  padding-right:6.5px;
  padding-left:6.5px;
}

.b2b section{
  margin-top:39px;
  margin-bottom:39px;
}

.b2b article{
  padding:26px;
  justify-content: space-between;
}

.b2b h3{
  color: #d16268;
  text-align:center;
  font-size:1.9rem;
  padding-bottom:13px;
  font-weight:bold;
}

.b2b h2{
  color: #90be7f;
  text-align:center;
  font-size:2.3rem;
}

.b2b a{
  display:inline-block !important;
  width:50%;
  margin:auto;
  margin-top:26px;
  text-align:center;
}

.b2b ul, .b2b ol{
  margin-top:6.5px;
  margin-bottom:6.5px;
  margin-left:26px;
}



.smallbanner img{
  width:20%;
  height:230px;
  object-fit:cover;
  object-position: center;
}

#zoekmee{
  padding-top:39px;
  padding-bottom:39px;
}

#zoekmee h3{
  padding:13px;
  background-color:rgba(199, 221, 216, 0.95);;
  color:#265387;
  margin-top:13px;
  margin-bottom:13px;
  font-size:1.5rem;
}


.col3 {
  background-color: #5388a6;
}

#zoekmee p{
  font-size:1.1rem;
  line-height:1.2rem;
  font-weight:300;
  padding-top:6.5px;
  padding-bottom:6.5px;
}

@media (min-width:1750px) {
    .quests a {
        flex: 0 0 30%;
        margin: 0.5vw;
    }
}


@media (max-width:900px) {
    .mobhide{
        display:none;
    }
    
    #zzsplash2 {
      background-position: center;
      margin-top:6vh;
      height:20vh !important;
    }
     
    .slogandate {
        height: 70vh;
    }

    .quests {
        display: block;

    }
    

}
