@import url('https://fonts.googleapis.com/css2?family=Encode+Sans:wght@400;500;700&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Roboto+Slab:wght@500;600;700&display=swap');

.row.tealcolor {
    background: #00aec3;
    padding: 0px;
    font-family: 'Encode Sans', sans-serif;
    font-weight: 500;
}

.textvlak1 {
    background-color: #fff;
    padding: 15px 15px;
    border-radius: 0px 0px 0px 30px;
}

.textvlak2 {
    background: #fff;
    padding: 15px 15px;
    border-radius: 0px 0px 30px 0px;
}

a.linkjewerken.ett {
    font-weight: 300;
    font-size: 30px;
    color: #fff;
    padding: 15px;
}

img.springlogo {
    width: 403px;
    padding: 15px 15px 15px 0px;
    float: right;
}

.trots a.ett {
    color: #00aec3;
    font-weight: 500;
}



/* Tablet
 Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) {

}



/* mobiel */

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 767px)  { 
.textvlak1 {
    background-color: #fff;
    padding: 15px 15px;
    border-radius: 0px;
}

.textvlak2 {
    background: #fff;
    padding: 15px 15px;
    border-radius: 0px 0px 15px 15px;
}

.linkonder {
    text-align: center;
}


}