@media only screen and (min-width: 1121px) {

#menu-icoon {
    display: none;
}

#header .hide-pc {
    display: none;
}

}

@media only screen and (max-width: 1120px) {

#hoofd-menu {
    display: none;
}

#menu {
    display: none;
}

#header.shrink #menu {
    display: none;
}

#header.shrink .weergevenofverbergen {
    margin-top: 14.5px;
    margin-bottom: 14.5px;
}

}

@media only screen and (max-width: 1025px) {

h2 {
    font-size: 20px;
    line-height: 20px;
}

h3 {
    font-size: 17px;
    line-height: 18px;
}

}

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

#vragen {
    display: none;
}

.weergevenofverbergen {
    margin-top: 30px;
    margin-bottom: 30px;
}

.tparrows {
    display: none !important;
}

.footer-widget-row-1 {
    overflow: hidden;
    /* margin-bottom: 70px; */
}

#footer-widget {
    width: 45%;
}

}

@media only screen and (max-width: 625px) {

.tweeopeenrij {
    margin-bottom: 10px;
}

.veld {
    width: 100%;
    margin-bottom: 10px;
}

.veld:first-child {
    margin-right: 0%;
}

#footer-widget {
    width: 90%;
    margin-bottom: 40px;
}

.copyright {
    margin-top: 60px;
}

}