html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}a{text-decoration:inherit;color:inherit}
/*text opmaak*/

h1 {
    font-size: 36px;
    margin-bottom: 25px;
    font-family: asap;
    font-weight: 500;
}

h2 {
    font-size: 36px;
    margin-bottom: 50px;
    font-family: asap;
    font-weight: 500;
}

h3 {
    font-size: 24px;
    margin-bottom: 50px;
    font-family: asap;
    font-weight: 500;
    margin-top: 12px;
    text-align: center;
    margin: 25px 0 50px 0;
}

h4 {
    font-size: 24px;
    margin-bottom: 25px;
    font-family: asap;
    font-weight: 600;
}

/*header*/

header {
    height: 152px;
    display: flex;
    justify-content: space-around;
}

header ul {
    width: 40%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

header ul a {
    font-size: 20px;
    font-family: asap;
    font-weight: 500;
}

header img {
    width: 14%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}


.img-homepage {
    height: auto;
    width: 100%;
}

/*intro*/

.intro {
    display: flex;
    padding: 50px;
    padding-bottom: 75px;
    justify-content: space-between;
}

.intro-text {
    width: 45%;
}

.intro-text p {
    font-size: 24px;
    line-height: 36px;
    font-family: asap;
}

.img-intro {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 50%;
    height: auto;
    object-fit: cover;
}
.intro-p{
    margin-bottom: 105px;
}
.intro a {
    padding: 25px 70px;
    background: black;
    border-style: none;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    color: white;
    font-size: 20px;
    font-family: asap;
    font-weight: 600;
}

/*zwarte achtergrond*/

.homepage-backgr {
    background: black;
    padding: 50px;
    text-align: center;
}

.homepage-backgr h2 {
    color: white;

}

/*trainingsschema*/

.trainingsprogramma {
    display: flex;
    width: 100%;
    justify-content: space-around;
    margin-bottom: 100px;
}

.training {
    width: 25%;
    max-width: 360px;
    height: 500px;
    border: 1px solid white;
    color: white;
    text-align: left;
}

.training p {
    padding-left: 25px;
    font-family: asap;
    font-weight: 300;
}

.p1 {
    margin-bottom: 25px;
}

.training img {
    width: 100%;
    border: 0px;
}

/*aankomende evenementen*/

.evenement {
    display: flex;
    background: white;
    width: 80%;
    margin-left: 50px;
    margin-bottom: 50px;
}

.evenement div {
    width: 50%;
    background: white;
    text-align: left;
    padding: 25px;
}

.evenement img {
    width: 50%;
    height: auto;
    object-fit: cover;
}

.info-event {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 15px;
}

.info-event div {
    width: 100%;
}

.evenement-info {
    font-size: 16px;
    font-family: asap;
    font-weight: 600;
    margin: 12px 0;
}

.evenement-text {
    font-size: 24px;
    font-family: asap;
    font-weight: 500;
    margin: 25px 0;
}

.kalender-flexbox {
    display: flex;
    width: 100%;
    align-items: end;
}

.btn {
    margin-bottom: 50px;
    margin-right: 25px;
    padding: 15px 20px;
    background: white;
    border-style: none;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    color: black;
    font-size: 20px;
    font-family: asap;
    font-weight: 600;
}

/*sponsoren*/

.sponsor {
    width: 100%;
    padding-top: 25px;
    background: white;
    color: black;
    text-align: center;
}

.sponsor div {
    display: flex;
    align-items: center;
    width: 100%;
    height: 300px;
    border-top: 2px solid black;
    justify-content: space-around;
}

.sponsor img {
    height: 50%
}

/*footer*/
footer {
    display: flex;
    justify-content: space-between;
    height: 290px;
    background: black;
    color: white;
    align-items: center;
    padding: 0 50px;
}

footer a {
    display: block;
    font-size: 20px;
    margin-bottom: 25px;
    font-family: asap;
}

.contact {
    height: 100%;
    width: 20%;
}

footer ul {
    margin-top: 50px;
}

footer p {
    font-size: 20px;
    margin-bottom: 25px;
    font-family: asap;
}

.socials {
    height: 100%;
    width: 20%;
}

.socials img {
    display: block;
    margin: 0 auto;
}

/*over de club page*/

#intro-backgr {
    background: black;
    color: white;
    margin-bottom: 50px;
}

.ip-text{
    margin-bottom: 25px;
}

#intro-backgr a {
    background: white;
    color: black;
}

.trainers {
    text-align: center;
    margin-bottom: 100px;

}

.trainers-flex {
    display: flex;
    justify-content: space-around;
}

.trainers-flex article {
    padding: 2%;
    width: 20%;
    border: 2px solid black;
}

.trainers img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.trainers-flex p {
    font-family: asap;
    font-size: 20px;
    text-align: left;
    margin-top: -25px;
    margin-bottom: 55px;
}

/*evenementen page*/

.evenementen-header {
    box-shadow: rgba(0, 0, 0, 0.20) 0px 7px 29px 0px;

}

.evenementen-page {
    width: calc(100%-50px);
    margin: 50px 0 100px 50px;
}

.evenementen-page h2 {
    font-weight: 500;
    margin-bottom: 25px;
}

.evenenementen-page-info {
    font-family: asap;
    font-size: 24px;
    width: 40%;
    margin-bottom: 50px;
    line-height: 32px;
}

.maand {
    font-family: asap;
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 25px;
}

.ep-event {
    display: flex;
    width: 70%;
    height: 300px;
    border: 2px solid black;
    margin-bottom: 50px;
}

.ep-event-text {
    display: flex;
    flex-direction: column;
    width: 50%;
    justify-content: space-between;
    text-align: left;
    padding: 25px;
}

.ep-event img {
    width: 50%;
    height: auto;
    object-fit: cover;
}

.ep-event-text h3 {
    text-align: left;
    margin: 0 0 25px 0;
}

.ep-event-text p {
    font-family: asap;
    font-size: 20px;
    margin-bottom: 10px;
}

.ep-event-detail {
    font-family: asap;
    font-size: 16px;
    font-weight: 500;
}

/*lid worden page*/
.lw-page {
    display: flex;
    width: 100%;
    padding-top: 50px;
}

.lw-page h2 {
    margin-bottom: 25px;
}

.lw-page div {
    width: 50%;
    margin-left: 100px;
}

.lw-page p {
    font-family: asap;
    font-size: 24px;
    margin-bottom: 25px;
    line-height: 30px;
}

.lw-page section {
    margin-bottom: 100px;
    width: 65%;
    /* margin: 50px auto; */
}

.lw-page img {
    margin-bottom: 100px;
    width: 65%;
    /* margin:100px auto; */
}

.lw-page a {
    display: block;
    font-family: asap;
    font-size: 20px;
    color: rgb(26, 86, 177);
    margin-bottom: 15px;

}

/* afmelden training page*/
.at-title {
    margin-top: 50px;
    font-family: asap;
    font-weight: 500;
    font-size: 36px;
    text-align: center;
}

.at-page-flex {
    display: flex;
    padding: 50px 100px;
    align-items: flex-start;
    justify-content: space-around;
}

.at-text {
    width: 40%;
    font-family: asap;
    font-size: 24px;
    line-height: 30px;
}

.at-format {
    width: 50%;
    text-align: left;
}

.format-text {
    font-family: asap;
    font-size: 24px;
    margin-bottom: 12px;
}

.at-form-naam {
    width: 40%;
    height: 30px;
    border: 2px solid black;
    margin-right: 25px;
    margin-bottom: 25px;
    font-family: asap;
    font-size: 24px;
}

.at-form-datum{
    width: 20%;
    height: 30px;
    border: 2px solid black;
    margin-bottom: 25px;
    font-family: asap;
    font-size: 24px;
}

.at-form-team{
    width: 40%;
    height: 30px;
    border: 2px solid black;
    margin-bottom: 25px;
    font-family: asap;
    font-size: 24px;
}

.at-form-reden{
    width:50%;
    height: 180px;
    border: 2px solid black;
    font-family: asap;
    font-size: 24px;
    resize: none;
}

.verstuur-btn{
    position: relative;
    bottom: 23px;
    background: black;
    color: white;
    padding: 3% 7%;
    margin-left: 50px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    font-family: asap;
    font-size: 20px;
}

/*contact pagina*/

.c-page{
    display: flex;
    padding: 100px 50px;
}

.c-page-flex{
    display: flex;
    justify-content: space-around;
}

.c-text{
    width: 40%;
}

.c-text p{
    font-family: asap;
    font-size: 24px;
    margin-bottom: 25px;
}

.c-info{
    font-family: asap;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 50px;
}

.c-text a{
    margin-right: 12px;
}

.c-text a img{
    width: 7%;
    height: auto;

}

.format-mail{
    width: 50%;
    height: 30px;
    font-family: asap;
    font-size: 24px;
    border: 2px solid black;
    margin-bottom: 25px;
}