/*
w3-hide-small	Hides content on small screens (less than 601px)
w3-hide-medium	Hides content on medium screens
w3-hide-large	Hides content on large screens (larger than 992px)
*/

@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow&display=swap');
body{
    font-family: 'Barlow', sans-serif;
}
a{
  text-decoration: none;
}
a:link{
    text-decoration: none
} /* a normal, unvisited link*/
a:visited{
    text-decoration: none
} /*a link the user has visited*/
a:hover{
    text-decoration: none
} /*a link when the user mouses over it*/
a:active {
    text-decoration: none
} /*a link the moment it is clicked*/
.onclick{
    cursor: pointer;
}
.Nav button{
    color:#023666; font-weight: bold;
}
.HeaderDiv{
        margin-bottom: 10px;
    }
#HeaderTitle{
    color:#e21c28; font-family: 'Courgette',cursive;font-weight: bold;letter-spacing: 4px;
}
#HeaderSubtitle{
    color:#023666;font-weight: bold;letter-spacing: 1px;
}
.topTxt{ 
    position: absolute;
    top: 20px;
    right: 20px;
    }
.w3-cell{
    cursor: pointer;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 99;
  font-size: 12px;
  border: 3px solid #346998;
  outline: none;
  background-color: #c2d8ea;
  color: #346998;
  cursor: pointer;
  padding: 5px 6px;
  border-radius: 20px;
}
#myBtn:hover {
  background-color: #fff;
} 
/*
tr{
        height: 45px;
    }
.prijs{
        width: 25%;
    }
.MeerInfo{
        border: 3px solid #e21c28;
    }
.Standh table{
        text-align: left;
        font-size: 16px;
        margin-bottom: 20px;
    }
.inactive{
    color: black !important;
    background-color: lightgrey !important;
}
#hoe_contact{
    margin-top: 20px;
}
#contactformulier{
    border: 2px solid #e21c28;
    border-radius: 8px;
}
*/
#HomeDiv img{
    width: 45%;
    float: left;
}
#HomeTitle{
    margin-top: 30px !important;
}
#cancelled{
    margin-top: 60px;
}
@media only screen and (max-width:400px){
    .HeaderDiv{
        margin-bottom: 13px;
    }
    .topTxt{
        top: 10px !important;
    }
    #HeaderTitle{
        font-size: 30px;
    }
/*Home*/
    #HomeDiv img{
        width: 50% !important;
    }
    #HomeTitle{
        margin-top: 20px !important;
    }
/*standhouders*/
/*
    #standhouders table{
        font-size: 13px;
        text-align: left;
        margin-bottom: 20px;
    }
    .fa-file-pen{
        font-size: 60px;
        margin-left: 25%;
    }
    #span_inschrijf{
        font-size: 16px !important;
    }
    #p_inschrijf{
        font-size: 13px;
    }
    #AlgVoorw{
        font-size: 14px;
    }
*/
/*stands2022*/
/*
    #stands h3{
        font-size: 26px !important;
    }
    #img_winkelstraat{
        width: 75%;
        margin-top: 20px;
    }
    #stands summary{
        font-size: 16px !important;
        height: 50px !important;
    }
    #stands details p{
        font-size: 15px !important;
    }
    #stands .w3-cell{
        width: 300px !important;
        margin: auto;
    }
*/
/*FAQ*/
/*
    #faq_header h3{
        margin-top: 0px !important;
    }
*/
/*contact*/
    #contact h4{
            font-size: 17px;
    }
/*
    #hoe_contact_p{
        font-size: 20px !important;
        text-align: center;
    }
    #hoe_contact ul{
        font-size: 16px !important;
    }
*/
    #Contact_fb iframe{
        width: 250px !important;
    }
    
    
} /* DONE */

@media only screen and (max-width:768px) and (min-width:601px){
    .HeaderDiv{
        margin-bottom:-5px !important;
    }
    #HeaderVidDiv video{
        height: 250px;
        object-fit: cover;
    }
    #HeaderTitle{
        font-size: 40px !important;
    }
    #HeaderSubtitle{
        font-size: 20px;
        margin-top: -20px !important;
    }
    .topTxt{ 
        position: absolute;
        top: 70px;
        right: 20px;
    }
    .Nav{
        font-size: 18px;
    }
/*home*/
    #HomeTitle{
        font-size: 30px !important;
        margin-top: 50px !important;
    }
    #HomeDiv img{
        width: 40%;
        float: left;
    }
    #cancelled{
        margin-top:80px;
    }
/*
    #Home_p2{
        font-size: 20px !important;
    }
    #Home_p3{
        font-size: 18px;
    }
    #HomeImg{
        width: 50%;
        margin: auto;
    }
    .HomeEvent p{
        font-size: 18px;
    }
    #HomeEventBtn{
        margin-top: -70px !important;
    }
    .HomeStandh p, .HomeStandh a{
        font-size: 18px;
    }
    #HomeStandh_Img1{
        width: 80% !important;
        margin-left: 50px;
    }
    #HomeStandh_Img2{
        width: 90% !important;
    }
    #HomeStandh_p3{
        font-size: 20px !important;
        margin-top: 0;
    }
    .HomeTickets p{
        font-size: 18px;
        letter-spacing: 1px;
        text-align: left !important;
    }
    .HomeTickets a{
        font-size: 18px;
        margin-top: -10px !important;
    }
    #HomeTickets_Img{
        margin-top: -75px !important;
        width: 90% !important;   
    }
    #HomeTicketsBtn{
        margin-top: -70px !important;
    }
    .HomeStands p{
        font-size: 18px;
    }
    .HomeFaq h3{
        text-align: left;
        margin-left: 40px;
        font-size: 32px;
        letter-spacing: 8px !important;
    }
    .HomeFaq details{
        font-size: 18px;
    }
    #HomeFaqBtn{
        font-size: 18px !important;
    }
    #HomeFaq_Img{
        width: 80% !important;
    }
    .HomeContact p{
        font-size: 18px;
    }
    #HomeContact_Img{
        margin-top: -60px !important;
        width: 90% !important;
    }
    .HomeContact_Socials{
        margin-top: 0px !important;
    }
*/
/*Eventinfo*/
/*
    #EventInfo_Div3 iframe{
        max-width: 600px;
    }
    #EventInfo_Div3 p{
        text-align: left;
    }
    .EventInfo h3{
        font-size: 30px;
    }
    .EventInfo p{
        font-size: 18px !important;
    }
    #EventInfo_p{
        font-size: 20px !important;   
    }
    #EventInfo_Img{
        width: 50% !important;
    }
*/
/*Standhouders*/
/*
    .Standh h3{
        font-size: 30px;
    }
    #Standh_div1{
        text-align: center;
    }
    #Standh_div1_p1{
        font-size: 18px;
        text-align: justify;
    }
    #Standh_span{
        font-size: 20px !important;
    }
    #Standh_div1_p2{
        text-align: left;
        font-size: 18px;
    }
    #Standh_div1_p3{
        font-size: 18px !important;
        text-align: left;
    }
    #Standh_Img1{
        width: 50% !important;
    }
    #Standh_div1_p4{
        text-align: left;
        font-size: 18px;
    }
    #Standh_div1_p5{
        font-size: 22px !important;
    }
    #Standh_div1_p6{
        font-size: 18px !important;
    }
    #Standh_div2_p1{
        font-size: 24px !important;
    }
    #Standh_Img2{
        width: 35% !important;
        margin-top: -20px;
    }
    .Standh table{
        text-align: left;
        font-size: 16px;
        margin-bottom: 20px;
    }
    #p_inschrijf{
        font-size: 16px !important;
        text-align: center;
    }
    #span_inschrijf{
        font-size: 20px !important;
    }
    #Standh_div3_p1{
        font-size: 14px !important;
    }
    #Standh_div3_p2{
        font-size: 16px !important;
    }
    #AlgVoorw{
        font-size: 16px;
    }
*/
/*Tickets*/
/*
    .Tickets h3{
        font-size: 30px;
    }
    .Tickets p{
        font-size: 18px;
        text-align: justify;
    }
    #Tickets_table{
        font-size: 18px;
        max-width: 500px;
        margin: auto;
    }
    #TicketsBtn{
        font-size: 20px;   
    }
    #Tickets_p5{
        font-size: 22px !important;
    }
*/
/*Stands*/
/*
    #Stands_div1 h3{
        margin-top: 60px;
        font-size: 30px !important;
    }
    #Stands_div1{
        margin-top: 30px;
    }
    .stand_div summary{
        font-size: 12px !important;
    }
    .stand_div details p{
        font-size: 11px !important;
    }
    .stand_div img{
        float: none !important;
        margin-left: 40px !important;
        width: 25% !important;
        margin-top: 5px !important;
    }
    .stand_div i{
        font-size: 26px !important;
    }
    #img_www{
        width: 26px !important;
        margin-left: 0 !important;
        margin-top: 0 !important;
    }
    #img_uitzondering{
        width: 35% !important;
    }
    .stand_div a{
        margin: 0 !important;
        padding: 4px !important;
    }
    #p_uitzondering{
        margin-top: -20px;
    }
*/
/*FAQ*/
/*
    #faq_title{
        margin-top: 30px;
        font-size: 35px;
    }
    #faq_img{
        width: 75% !important;
        margin-top: 20px;
    }
*/
/*Contact*/
    .Contact_div1 h3{
        font-size: 26px;
        text-align: center !important;
        margin-left: 20px;
        margin-top: 40px;
    }
/*
    .Contact_div1 img{
        display: none;
    }
    .Contact_div2{
        margin-right: 10px;
        font-size: 18px !important;
    }
    #hoe_contact{
       margin-left: 10px; 
        margin-top: 0 !important;
    }
    .Contact_div2 a{
        font-size: 16px;
    }
    #hoe_contact_p{
        font-size: 18px !important;
    }
    #hoe_contact li{
        font-size: 16px;
    }
    #contactformulier{
        border: 2px solid #e21c28;
        border-radius: 8px;
    }
*/
    #Contact_fb{
        width: 500px;
        margin: auto;
    }
    #Contact_insta{
        width: 500px;
        margin: auto;
    }
/*
    #Contact_loc{
        width: 500px;
        margin: auto;
    } 
*/
} /* DONE */

@media only screen and (max-width:992px) and (min-width:769px){
    .HeaderDiv{
        margin-bottom:-5px !important;
    }
    #HeaderVidDiv video{
        height: 250px;
        object-fit: cover;
    }
    #HeaderTitle{
        font-size: 45px !important;
    }
    #HeaderSubtitle{
        font-size: 25px;
        margin-top: -20px !important;
    }
    .topTxt{ 
        position: absolute;
        top: 60px;
        right: 40px;
    }
    .Nav{
        font-size: 20px;
    }
/*home*/
    #HomeDiv{
        max-width: 900px;
        margin: auto;
        margin-bottom: 100px;
    }
    #HomeTitle{
        font-size: 35px;
    }
    #Home_p1{
        font-size: 20px !important
    }
    #HomeDiv img{
        width: 40%;
        float: left;
    }
    #cancelled{
        margin-top: 120px;
    }
/*
    #Home_p1, #Home_p3{
        font-size: 20px !important;
    }
    #Home_p2{
        font-size: 26px !important;
    }
    #Home_p3{
        max-width: 500px;
        padding: 20px;
    }
    #HomeFlyer{
        width: 30% !important;
        float: right;
        margin-top: -270px !important;
    }
    #HomeImg{
        width: 35%;
        margin: auto;    
    }
    .HomeEvent{
        max-width: 900px;
        margin: auto;
    }
    .HomeEvent h3{
        font-size: 30px !important;
    }
    .HomeEvent p{
        font-size: 20px;
        text-align: left !important; 
    }
    #HomeEventBtn{
        margin-top: -150px !important;
        margin-left: 100px !important;
    }
    .HomeStandh{
        max-width: 900px;
        margin: auto;
    }
    .HomeStandh h3{
        font-size: 30px !important;
    }
    #HomeStandh_p1, #HomeStandh_p2, .HomeStandh a, #HomeStandhBtn{
        font-size: 20px;
    }
    #HomeStandh_Img1{
        width: 70% !important;
        margin-left: 100px;
        margin-top: -50px;
    }
    #HomeStandh_Img2{
        width: 90% !important;
        margin-left: 20px; !important;
        margin-top: -20px;
    }
    #HomeStandh_p3{
        font-size: 26px !important;
        margin-top: -66px;
    }
    .HomeTickets{
        max-width: 900px;
        margin: auto;
    }
    .HomeTickets h3{
        font-size: 30px;
    }
    .HomeTickets p, .HomeTickets a{
        font-size: 20px !important;
    }
    #HomeTickets_Img{
        width: 90% !important;
        margin-top: -90px !important;
    }
    #HomeTicketsBtn{
        margin-top: -100px !important;

    }
    .HomeStands{
        max-width: 900px;
        margin: auto;
    }
    .HomeStands h3{
        font-size: 30px;
        text-align: center;
    }
    .HomeStands p{
        font-size: 20px;
        text-align: center;
    }
    .HomeStands img{
        width: 80% !important;
        margin-left: -50px !important;
    }
    #HomeStandsBtn{
        margin-left: 150px;
    }
    .HomeFaq{
        font-size: 20px !important;
        max-width: 900px;
        margin: auto;
    }
    .HomeFaq h3{
        font-size: 40px;
        margin-top: 20px !important;
        text-align: left;
        margin-left: 150px;
    }
    #HomeFaq_div1{
        float: right;
        max-width: 450px !important;
        margin-top: -150px !important; 
        font-size: 18px;
    }
    #HomeFaqBtn{
        margin-left: 75px !important;
    }
    .HomeContact{
        max-width: 900px;
        margin: auto;
    }
    .HomeContact h3{
        font-size: 30px;
    }
    .HomeContact p{
        font-size: 20px;
    }
    #HomeContact_Img{
        width: 80% !important;
        margin-top: -70px !important;
        margin-bottom: -150px;
        margin-left: 50px;
    }
    #HomeContact_btn{
        margin-right: 300px !important;
    }
    .HomeContact_Socials{
        font-size: 30px !important;
        margin-top: 0px !important;   
    }
*/
/*Eventinfo*/
/*
    #EventInfo_Div1{
        text-align: center;
    }
    #EventInfo_Div3{
        text-align: center;
    }
    #EventInfo_Div3 iframe{
        max-width: 600px;
    }
    #EventInfo_Div3 p{
        text-align: left;
    }
    .EventInfo h3{
        font-size: 35px;
    }
    .EventInfo p{
        font-size: 19px !important;
    }
    #EventInfo_p{
        font-size: 21px !important;   
    }
    #EventInfo_Img{
        width: 50% !important;
    }
*/
/*Standhouders*/
/*
    .Standh h3{
        font-size: 35px;
    }
    #Standh_div1{
        text-align: center;
    }
    #Standh_div1_p1{
        font-size: 20px;
        text-align: justify;
    }
    #Standh_div1_p4, #Standh_div1_p2{
        text-align: justify !important;
    }
    #Standh_div1_p6{
        font-size: 20px;
    }
    #Standh_span{
        font-size: 22px !important;
    }
    #Standh_div1_p2{
        text-align: justify;
        font-size: 19px;
    }
    #Standh_div1_p3{
        font-size: 19px !important;
        text-align: left;
    }
    #Standh_Img1{
        width: 50% !important;
    }
    #Standh_div1_p4{
        font-size: 19px;
    }
    #Standh_div1_p5{
        font-size: 23px !important;
    }
    #Standh_div2_p1{
        font-size: 25px !important;
    }
    #Standh_Img2{
        float: right;
        width: 30% !important;
        margin-top: 60px;
        margin-right: -20px;
        margin-left: 20px;
    }
    .Standh table{
        text-align: left;
        font-size: 18px;
        margin-bottom: 20px;
    }
    #p_inschrijf{
        font-size: 17px !important;
        text-align: center;
    }
    #span_inschrijf{
        font-size: 22px !important;
    }
    #Standh_div3_p1{
        font-size: 16px !important;
    }
    #Standh_div3_p2{
        font-size: 19px !important;
        text-align: center;
    }
    #AlgVoorw{
        font-size: 18px;
        display: block;
    }
*/
/*Tickets*/
/*
    .Tickets h3{
        font-size: 35px;
    }
    .Tickets p{
        font-size: 18px;
    }
    #Tickets_table{
        font-size: 18px;
        max-width: 500px;
        margin: auto;
    }
    #TicketsBtn{
        font-size: 20px;   
    }
    #Tickets_p5{
        font-size: 20px !important;
    }
*/
/*Stands*/
/*
    #Stands_div1_title{
        margin-top: 20px;
    }
    #img_winkelstraat{
        width: 60% !important;
    }
    #Stands_div1{
        margin-top: 30px;
    }
    .stand_div summary{
        font-size: 16px !important;
    }
    #child{
        font-size: 15px !important;
    }
    .stand_div details{
        height: 110px;
    }    
    .stand_div details p{
        font-size: 14px !important;
    }
    .stand_div img{
        float: none !important;
        margin-left: 55px !important;
        width: 25% !important;
        margin-top: 5px !important;
    }
    .stand_div i{
        font-size: 28px !important;
    }
    #img_www{
        width: 28px !important;
        margin-left: 0 !important;
        margin-top: 0 !important;
    }
    #img_uitzondering{
        width: 35% !important;
    }
    .stand_div a{
        margin: 0 !important;
        padding: 6px !important;
    }
    #p_uitzondering{
        margin-top: -20px;
    }
*/
/*FAQ*/
/*
    #faq_title{
        margin-left:200px; !important;
        font-size: 50px !important;
        letter-spacing: 6px !important;
    }
    #faq_img{
        width: 50% !important;
        margin-top: 20px;
    }
*/
/*Contact*/
    .Contact_div1 h3{
        font-size: 35px;
    }
    .Contact_div1 img{
        display: none;
    }
    .Contact_div2{
        margin-right: 10px;
    }
/*
    #hoe_contact{
        margin-left: 10px;
        margin-top: 0;
    }
    #hoe_contact_p{
        font-size: 19px !important;
    }
    #contactformulier{
        max-width: 800px;
        margin: auto;
        border: 2px solid #e21c28;
        border-radius: 8px;
    }
*/
    #Contact_fb{
        width: 450px;
        margin: auto;
    }
    #Contact_insta{
        width: 450px;
        margin: auto;
    }
/*
    #Contact_loc{
        max-width: 800px;
        margin: auto;
    } 
*/
} /* DONE */

@media only screen and (min-width:993px){
    .HeaderDiv{
        margin-bottom:-5px !important;
        position: relative;
        z-index: -1;
    }
    #HeaderVidDiv video{
        height: 250px;
        object-fit: cover;
    }
    #HeaderTitle{
        font-size: 60px !important;
    }
    #HeaderSubtitle{
        font-size: 30px;
        margin-top: -20px !important;
    }
    .topTxt{ 
        position: absolute;
        top: 50px;
        right: 200px;
    }
    .Nav{
        font-size: 20px;
    }
/*home*/
    #HomeDiv{
        padding: 32px !important;
        margin-bottom: 50px;
    }
    #HomeDiv img{
        width: 40%;
        float: left;
    }
    #HomeTitle{
        font-size: 40px;
        margin-top: 80px !important;
    }
    #cancelled{
        margin-top: 130px !important;
    }
    #Home_p1{
        font-size: 22px !important;
    }
/*
    #Home_p1, #Home_p3{
        font-size: 22px !important;
    }
    #Home_p2{
        font-size: 26px !important;
    }
    #Home_p3{
        width: 500px;   
        padding-top: 150px;
    }
    #HomeFlyer{
        width: 35% !important;
        float: right;
        margin-top: -350px !important;
    }
    #HomeImg{
        width: 450px;    
    }
    .HomeEvent{
        padding: 0 50px 0 50px;
    }
    .HomeEvent h3{
        font-size: 30px !important;
    }
    .HomeEvent p{
        font-size: 22px;
        text-align: left !important; 
    }
    #HomeEventBtn{
        margin-top: -200px !important;
        margin-left: 100px !important;
    }
    .HomeEvent img{
        margin-top: -40px !important;
        margin-left: -40px;
    }
    .HomeStandh{
        padding: 0 50px 0 50px;
    }
    .HomeStandh h3{
        font-size: 30px !important;
    }
    #HomeStandh_p1, #HomeStandh_p2, .HomeStandh a, #HomeStandhBtn{
        font-size: 22px;
    }
    #HomeStandh_Img1{
        width: 70% !important;
        margin-left: 100px;
        margin-top: -50px;
    }
    #HomeStandh_Img2{
        width: 90% !important;
        margin-left: 20px; !important;
        margin-top: -100px;
    }
    #HomeStandh_p3{
        font-size: 26px !important;
    }
    .HomeTickets{
        padding: 0 50px 0 50px;
    }
    .HomeTickets h3{
        font-size: 30px;
    }
    .HomeTickets p, .HomeTickets a{
        font-size: 22px !important;
    }
    #HomeTickets_Img{
        width: 80% !important;
        margin-top: -100px !important;
        margin-left: 50px;
    }
    #HomeTicketsBtn{
        margin-top: -150px !important;

    }
    .HomeStands{
        padding: 0 50px 0 50px;
    }
    .HomeStands h3{
        font-size: 30px;
    }
    .HomeStands p{
        font-size: 22px;
    }
    .HomeStands img{
        width: 80% !important;
        margin-left: 100px !important;
        margin-top: -100px !important;
    }
    #HomeStandsBtn{
        margin-left: 150px;
    }
    .HomeFaq h3{
        font-size: 40px;
        margin-top: 80px !important;
        text-align: left;
    }
    .HomeFaq img{
        width: 75% !important
    }
    .HomeFaq{
        font-size: 22px !important;   
        padding: 0 50px 0 50px;
    }
    .HomeContact{
        padding: 0 50px 0 50px;
        width: 500px;
        float: right;
    }
    .HomeContact h3{
        font-size: 30px;
    }
    .HomeContact p{
        font-size: 22px;
    }
    #HomeContact_btn p{
        font-size: 18px !important;   
    }
    #HomeContact_Img{
        width: 100% !important;
        margin-top: 10px !important;
        margin-left: 20px;
    }
    .HomeContact_Socials{
        font-size: 30px !important;
        margin-top: 0px !important;   
    }
*/
/*Eventinfo*/
/*
    #EventInfo_Div1{
        text-align: center;
    }
    #EventInfo_Div3{
        text-align: center;
    }
    #EventInfo_Div3 iframe{
        max-width: 600px;
    }
    #EventInfo_Div3 p{
        text-align: left;
    }
    .EventInfo h3{
        font-size: 40px;
    }
    .EventInfo p{
        font-size: 20px !important;
    }
    #EventInfo_p{
        font-size: 22px !important;   
    }
    #EventInfo_Img{
        width: 50% !important;
    }
*/
/*Standhouders*/
/*
    .Standh h3{
        font-size: 40px;
    }
    #Standh_div1{
        text-align: center;
    }
    #Standh_div1_p1{
        font-size: 20px;
    }
    #Standh_span{
        font-size: 22px !important;
    }
    #Standh_div1_p2{
        text-align: left;
        font-size: 20px;
    }
    #Standh_div1_p3{
        font-size: 20px !important;
        text-align: left;
    }
    #Standh_Img1{
        width: 50% !important;
    }
    #Standh_div1_p4{
        text-align: left;
        font-size: 20px;
    }
    #Standh_div1_p5{
        font-size: 22px !important;
    }
    #Standh_div1_p6{
        font-size: 20px !important;
    }
    #Standh_div2_p1{
        font-size: 24px !important;
    }
    #Standh_Img2{
        float: right;
        width: 30% !important;
        margin-top: 60px;
        margin-right: -20px;
        margin-left: 20px;
    }
    .Standh table{
        text-align: left;
        font-size: 19px;
        margin-bottom: 20px;
    }
    #p_inschrijf{
        font-size: 22px !important;
        text-align: center;
    }
    #span_inschrijf{
        font-size: 24px !important;
    }
    #Standh_div3_p1{
        font-size: 16px !important;
    }
    #Standh_div3_p2{
        font-size: 20px !important;
    }
    #AlgVoorw{
        font-size: 20px;
        display: block;
    }
*/
/*Tickets*/
/*
    .Tickets h3{
        font-size: 40px;
    }
    .Tickets p{
        font-size: 20px;
        text-align: justify;
    }
    #Tickets_table{
        font-size: 20px;
        max-width: 600px;
        margin: auto;
    }
    #TicketsBtn{
        font-size: 22px;
    }
    #Tickets_p5{
        font-size: 22px !important;
    }
*/
/*Stands*/
/*
    #Stands_div1_title{
        margin-top: 40px;
    }
    #img_winkelstraat{
        width: 60% !important;
    }
    #Stands_div1{
        margin-top: 30px;
    }
    .stand_div summary{
        font-size: 18px !important;
    }
    .stand_div details p{
        font-size: 16px !important;
        margin-top: 20px;
    }
    .stand_div img{
        width: 20% !important;
    }
    .stand_div i{
        font-size: 36px !important;
        margin-left: 10px !important;
    }
    #img_www{
        width: 36px !important;
        margin-left: 10px !important;
        margin-top: 0 !important;
    }
    #img_uitzondering{
        width: 30% !important;
        margin-top: 0 !important;
    }
    .stand_div a{
        margin: 0 !important;
        padding: 10px !important;
    }
    #p_uitzondering{
        margin-top: -20px;
    }
    #child{
        font-size: 16px !important;
    }
*/
/*FAQ*/
/*
    #faq_title{
        margin-left:200px; !important;
        font-size: 50px !important;
        letter-spacing: 6px !important;
    }
    #faq_img{
        width: 50% !important;
    }
*/
/*Contact*/
    .Contact_div1 h3{
        font-size: 40px;
        text-align: center !important;
    }
/*
    .Contact_div1 img{
        display: none;
        width: 20% !important;
        float: right;
        margin-top: -100px !important;
        margin-right: -50px;
    }
*/
    .Contact_div2{
        width: 420px;
        margin: auto;
    }
/*
    #hoe_contact{
        width: 420px;
        margin: auto;
    }
    #hoe_contact_p{
        font-size: 21px !important;
    }
    #contactformulier{
        width: 800px;
        margin: auto;
        border: 2px solid #e21c28;
        border-radius: 8px;
    }
*/
    #Contact_Socials{
/*        max-width:100px;*/
    }
    #Contact_fb{
        width: 450px;
        height: 650px;
    }
    #Contact_insta{
        width: 450px;
        height: 650px;
    }
/*
    #Contact_loc{
        width: 450px;
        float: right;
        margin-top: -710px;
        height: 690px;
    }
    #Contact_loc iframe{
        height:500px;
    }
*/

} /* DONE */

/*img bij contact*/
/*
.bounce{
    animation: bounce 2s infinite; animation-timing-function: cubic-bezier(0.25, 0.85, 0.4, 1)
}
*/

/*
@keyframes bounce {
    0% { transform: scale(1,1) translateY(0); } 
    10% { transform: scale(1.1,.9) translateY(0); } 
    30% { transform: scale(.9,1.1) translateY(-30px); } 
    50% { transform: scale(1.05,.95) translateY(0); } 
    60% { transform: scale(1,1) translateY(-4px); } 
    100% { transform: scale(1,1) translateY(0); } 
}*/
