.centerform {
    width: 65%;
    display: block;
    border: 1px solid #ccc;
    padding: 20px 30px 50px;
    border-radius: 4px;
    margin: 100px auto 10px;
}
.formulierTitelCenter2 {
    color: #ffffff;
    background: #008b8b;
    width: 100%;
    margin: auto;
    position: relative;
    text-align: center;
    font-size: 20px;
    padding-bottom: 18px;
    top: 10px;
}
.connectafriendI {
    background-image: url(/img/friends.jpeg);
    background-size: cover;
    background-color: rgb(255, 255, 2555) !important;
    top: 100px !important;
    height: 75vh;
    width: 100%;
    margin-left: 0px;
}

#linkTonen {
    font-size: 12px;
    text-align: center;
    margin-top: 15px;
    position: relative;
    padding: 20px;
}
.whatsappB {
    background: #008b8b;
    color: #fff;
    margin: 5px 0px;
    border: none;
    padding: 7px 20px;
    border-radius: 4px;
    outline: none;
}
.linkButton {
    background: #008b8b;
    color: #fff;
    margin: 5px 0px;
    border: none;
    padding: 7px 20px;
    border-radius: 4px;
    outline: none;
}
.hoehetwerktdivjes {
    width: 32%;
    padding: 10px;
    margin-right: 10px;
    background: #fee9c6;
    line-height: 21px;
}
.stapT {
    text-decoration: underline;
    font-weight: bolder;
}
.hoofdtext {
    padding-bottom: 20px;
}
.introductietext {
    padding-top: 10px;
    font-size: 13px;
    color: #402802;
}

#inlogOptieOpenen, .inlogOpenen {
    background: #008b8b;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    color: #fff;
    margin-top: 15px;
    outline: none;
    width: 100%;
}



#nietingelogdbericht {
    position: fixed;
    top: 238px;
    left: 35%;
    width: 30%;
    background: #fff;
    box-shadow: 1px 0 2px 2px rgba(42, 42, 42, .25);
    padding: 30px;
    z-index: 9900;
    border-radius: 7px;
}

#nietingelogd2bericht {
    position: absolute;
    top: 238px;
    left: 35%;
    width: 30%;
    background: #fff;
    box-shadow: 1px 0 2px 2px rgba(42, 42, 42, .25);
    padding: 30px;
    z-index: 9900;
    border-radius: 7px;
}

#nietingelogd3bericht {
    position: absolute;
    top: 238px;
    left: 35%;
    width: 30%;
    background: #fff;
    box-shadow: 1px 0 2px 2px rgba(42, 42, 42, .25);
    padding: 30px;
    z-index: 9900;
    border-radius: 7px;
}
.expertreserverenInput input, textarea {
    border: 1px solid #f1f0f0!important;
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 4px;
    margin-top: 13px;
    width: 100%!important;
}


/*! STYLING */

/**** moto g ****/
@media screen and (max-width: 959px) {
    .navtoggle{
        margin-right: 0px;
    }
    #nietingelogdbericht {
        left: 3%;
        width: 95%; 
    }
    .centerform {
        padding: 20px 4px 50px;
    }
    #inlogOptieOpenen, .inlogOpenen {
        padding: 10px 10px;
    }
    .hoehetwerktdivjes {
        width: 100%;
        margin-bottom: 10px;
    }
    .extrawidth {
        width: 95%!important;
    }
    .connectafriendI {
        height: 31vh;
    }
    .formulierOpties {
        margin: 15px auto;
    }
    #connectafriendqrcode {
        position: relative;
        margin-left: 46px;
    }
    .contactBox {
        width: 90%;
    }
    .contactRight {
        width: 100%;
    }
    .contactLeft {
        width: 100%;
    }
    .contactsection2 h2 {
        font-size: 23px;
        margin: 65px auto 25px;
    }
    
    .contactsection h1 { 
        font-size: 22px;
    }
    .contactsection {
        height: 27vh;
    }
    #ikwilgroeienbutton {
        display: none !important;
    }
    #homeButton {
        display: none !important;
    }
    #languageMob {
        display: none !important;
    }
    #zzpregistrerenbutton {
        display: none !important;
    }
    #footerLinks ul {
        flex-direction: column;
        gap: 1em;
    }
    .footerGeg {
        width: 100%!important;
        font-size: 13px;
    }
    .informatieF, .inforechts, .infolinks {
        width: 100%;
    }
    .contactgegevens {
        width: 100%;
        margin-left: 0px;
        margin-top: 15px;
    }
    .contactverdeling {
        display: block;
    }
    .contactlinks, .contactRechtsgegevensList {
        width: 100%;
    }
    .contactrechts {
        margin-left: 0px;
    }
    .footerGeg {
        padding-left: 35px;
        padding-right: 35px;
    }
    .dropdownIcon{
        display: none!important;
    }
    .formulierOpties {
        margin: 15px auto;
    }
}

/**** iphone 5/se galaxy fold****/
@media screen and (max-width: 380px) {
    .navtoggle{
        margin-right: 0px;
    }
    .logohome img {
        width: 118px!important;
        height: 26px!important;
    }
    .dropdownIcon{
        display: none!important;
    }
    .footerGeg {
        padding-left: 20px;
        padding-right: 20px;
    }
    .dropdownIcon{
        display: none!important;
    }
    #velanguage {
        right: 86px;
    }
    .logohome img{
       width: 140px;
       height: 29px;
    }
    .footerGeg {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and (max-width: 960px) and (orientation: landscape) {
    .dropdownIcon{
        display: none!important;
    }  
}
/**** ipad ****/
@media screen and (min-width: 700px) and (max-width: 1200px){
    .connectafriendI {
        height: 42vh;
    }
    .centerform {
        width: 100%;
    }
    .contactsection2 h2 {
        font-size: 23px;
        line-height: 63px;
        margin: 65px auto 25px;
    }
    .dropdownIcon{
        display: none!important;
    }
    .homebutton {
        right: 18%;
    }
    .contactgegevens {
        margin-left: unset;
    }
    .infolinks {
        width: 50%;
    }
    .inforechts {
        width: 50%;
    }
    .contactrechts {
        margin-left: -4px;
        cursor: default;
        width: 100%;
    }
    .contactlinks, .contactRechtsgegevensList {
        width: 100%;
    }
    .footerGeg {
        padding-left: unset; 
        padding-right: unset; 
    }
    .netwerkC {
        left: unset;
    }
}
@media screen and (max-width: 1370px) {
}

@media screen and (max-width: 1290px) {
}

@media screen and (min-width: 480px) and (max-width: 700px) {
}

@media screen and (min-width: 700px) and (max-width: 1200px) {
    .contactsection {
        height: 34vh;
    }
    .center-form {
        width: 40%;
        display: block;
        border: none;
        padding: 10px;
        top: 63px;
        position: relative;
        margin: 0px;
    }
}

@media screen and (max-width: 959px) {
    
}

@media screen and (min-width: 550px) and (max-width: 800px) {
    

@media screen and (max-width: 540px) {
    .connectafriendI {
        background-image: url(https://bezorgonline.nl/img/connectAFriend.webp);
        background-size: cover;
        background-color: rgb(255, 255, 2555) !important;
        top: 100px !important;
        height: 41vh;
        width: 100%;
        margin-left: 0px;
    }
    .formulierOpties {
        margin: 15px auto;
    }
}

@media screen and (max-height: 480px) {
    
}

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

}

/**** galaxy fold ****/

@media screen and (max-width: 300px) {
    .dropdownIcon{
        display: none!important;
    }    
    .navtoggle {
        z-index: 100000;
        top: 0px!important;
        left: auto;
        margin-top: 0px;
        background-color: #ffb23800;
        height: 60px;
        right: 0px;
    }
    .menutextheader {
        display: flex;
        flex-direction: row;
        margin: auto 0;
        margin-top: 10px;
        padding-left: 0px;
    }
    .logohome img{
       width: 104px;
       height: 20px;
    }
    #velanguage {
        right: 83px;
    }
    .dropdownIcon{
        display: none!important;
    }   
}
@media only screen and (max-width: 320px) and (orientation:portrait){ 
    .dropdownIcon{
        display: none!important;
    }    
    .navtoggle {
        z-index: 100000;
        top: 0px!important;
        left: auto;
        margin-top: 0px;
        background-color: #ffb23800;
        height: 60px;
        right: 0px;
    }
    .menutextheader {
        display: flex;
        flex-direction: row;
        margin: auto 0;
        margin-top: 10px;
        padding-left: 0px;
    }
    .logohome img{
       width: 104px;
       height: 20px;
    }
    #velanguage {
        right: 83px;
    }
    .dropdownIcon{
        display: none!important;
    }   
}

@media screen and (max-width: 300px) {
    .dropdownIcon{
        display: none!important;
    }    
    .navtoggle {
        z-index: 100000;
        top: 0px!important;
        left: auto;
        margin-top: 0px;
        background-color: #ffb23800;
        height: 60px;
        right: 0px;
    }
    .menutextheader {
        display: flex;
        flex-direction: row;
        margin: auto 0;
        margin-top: 10px;
        padding-left: 0px;
    }
    .logohome {
       width: 104px;
       height: 20px;
    }
    .dropdownIcon{
        display: none!important;
    }
}
