/*
	Theme Name: WTC theme...
	Theme URI: https://WTChoeilaart.be
	Description: aangepast thema voor WTC Hoeilaart, elke gelijkenis met Strava is puur toevallig
	Version: 1.0.0
	Author: Jan Van Roy
	Tags: Blank, HTML5, CSS3
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/
/*kleuren voor het gebruik van custom boxes*/
a:link, a:visited{
	color:#fc5200;
	font-weight:normal;
    text-decoration: none;
	}

a:hover{
	    color: #892f0b;
}
a:active{
	color: #892f0b;
	font-weight:normal;
}



.has-wtc-oranje-background-color {
    background-color: #FC5200;
}

.has-wtc-oranje-color {
    color: #FC5200;
}
.has-wit-background-color {
    background-color: #fff;
}

.has-wit-color {
    color: #fff;
}
.has-zwart-background-color {
    background-color: #000;
}

.has-zwart-color {
    color: #000;
}

/*Gutenberg knoppen*/
.wp-block-button__link {
	border-radius: 0%;
    position: relative;
    width: 100%;
   
}
.wp-block-button__link:hover {
		background-color: #000;
	
}


/*Einde Gutenberg knoppen*/
.fiche100{
    padding:20px;
	border-bottom-right-radius:25px;
    margin-bottom:25px;
    box-shadow: rgba(13, 13, 18, 0.1) 0px 8px 15px 0px;
}
.fiche100 > .wp-block-column:last-child{flex-basis: 0%;}
.fiche100 > .wp-block-column:first-child{
	flex-basis: 100%;
}

.fiche70-30{
    
	padding:20px;
	border-bottom-right-radius:25px;
    margin-bottom:25px;
    box-shadow: rgba(13, 13, 18, 0.1) 0px 8px 15px 0px;
}
.fiche70-30 > .wp-block-column:last-child{flex-basis: 30%;}
.fiche70-30 > .wp-block-column:first-child{
	flex-basis: 70%;
    padding-right:20px;
	}
.wp-block-gallery{
    margin-left: 0px;
}
p{
    margin-bottom: 10px;
}

 .marge-rechts-20{
        padding-right: 20px;
    }

/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	}
* {
  margin: 0;
  padding: 0;
}
main{
        background-color:#FFF;
    border-top: 1px dotted #C9C9C9;
 }
ul{
	margin-left:0px;
	margin-right:0px;
}
.menu li{
	margin-left: 0px;
	margin-right: 0px;
}
/*menu*/
#naastToplogo{
    display: inline-block;
    vertical-align: top;
    height: 45px;
}
.hoofdmenu{
    height: 45px;
    box-sizing: border-box;
    
}
.hoofdmenu ul{
      box-sizing: border-box;
    }
.hoofdmenu ul li{
    margin-left: 0px;
    box-sizing: border-box;
    border-left: 1px dotted #FFF    ;
    border-right: 1px dotted #FFF;
}

.hoofdmenu li a:link, .hoofdmenu li a:visited{
    text-decoration: none;
    color: #000;
    font-size: 16px;
    height: 45px;
    padding:10px 20px 0px 10px;
    display: inline-block;
    box-sizing: border-box;
    z-index: 801;
   
    
    }
.hoofdmenu li:hover {
    border-left: 1px dotted #C9C9C9;
    border-right: 1px dotted #C9C9C9;
    border-bottom:1px solid #FFF;
    text-decoration: none;
    height: 45px;
    box-sizing: border-box;
    	}
.hoofdmenu li a:hover {
    border-bottom:1px solid #FFF;
    text-decoration: none;
    height: 45px;
    box-sizing: border-box;
	}


.sub-menu{
    visibility: hidden;
    position: absolute;
    z-index: 800;
    top: 46px;
    margin-left:-2px;
    background-color: #FFF;
    border-bottom: 1px dotted #C9C9C9;    
    box-sizing: border-box;
    height: auto !important;
}
.current_page_ancestor, .current_page_item{
    border-bottom: 2px solid #FC5200;
}
.sub-menu .current_page_item{
        border-bottom: 0px;
  }
.sub-menu .current_page_item a:link{
    font-weight: 600;
    border-bottom: 0px;
  }
.hoofdmenu li:hover > .sub-menu {
	 visibility: visible;
}
.menu-item-has-children{
    background-image: url("img/menu_v2.png");
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 20px;
}
.sub-menu li{
display: block !important;
position: relative;    

}
.sub-menu li a:link, .sub-menu li a:visited{
background-color: #FFF;
border-left: 1px dotted #C9C9C9;
border-right: 1px dotted #C9C9C9;
border-bottom: 1px dotted #FFF;    
width: 100%;
margin-top: 0px;
margin-left: 0px;
padding: 10px;
}
.hoofdmenu li a:hover{
		color: #FC5200;
}
.sub-menu li a:hover{
background-color: #E5E5E5;
color: #242428;
}
.sub-menu li:last-child a:link, .sub-menu li:last-child  a:visited {
       background-color: #3D3B3B;
        color:#FFF;
}



/*
.sub-menu > li > .sub-menu{
    position: absolute; 
    top: calc(0% - 0px);
    left:calc(100% - 0px);
    display:none;
    width: 100%;
    z-index: 801;
    
}

.sub-menu > li > .sub-menu li:hover > ul{
    display: block;
}

.sub-menu > li > .sub-menu li a:link{
background-color: #00a8a2;
width: 100%;
}
*/

/*einde menu*/

#menu_boven{
position:relative;
width:1248px;
height:45px;
top:0px;
z-index:5;
margin: 0 auto 0 auto;

    
}
#headerID{
    position: sticky;
    top: 0px;
    margin-top: 0px;
    z-index: 20;
    background-color: #FFF;
    }

#toplogo{
width:230px;
height:45px;
margin-top:0px;
margin-left:-20px;
background-image:url("img/logoWTstrava230x45.png");
background-position: 0px 0px;
background-repeat:no-repeat;
display: inline-block;
cursor: pointer;
    
}
.main-grijs{
    background-color: #f7f7fa;
}

input{
    padding:5px;
}


.hoofdmenu .menu li, .hoofdmenu2 .menu li {
    display: inline-block;
    list-style: none;
    box-sizing: border-box;
vertical-align: top;
}

.knop_rechts .menu li{
	display: inline-block;
	list-style: none;
}
.fat_footer .menu{
	margin-left:10px;
}

.fat_footer .menu li{
	display: inline;
	list-style: none;
	}

html{
	position:relative;
	width:100%;
	height:100%;

}
td{
    padding-left: 20px;
}
body{
	font-size: 16px;
	color: #242428;
	word-wrap: break-word;
	position:relative;
	width:100%;
	height:100%;
	margin:0 auto;
    font-family: "MaisonNeue", "Segoe UI", "Helvetica Neue", -apple-system, system-ui, BlinkMacSystemFont, Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    fill: currentColor;
    line-height: 1.45;
 }


.midden{
	position:relative;
	width:1248px;
	margin:0 auto 0 auto;
	margin-top: 0px;
    background-color: #FFF;
}
.midden-kalender {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 1248px;
    margin:0 auto 0 auto;
    margin-top: 20px;
}
.kalender-links{
    display: table;
    width: 25%;
    box-sizing: border-box;
    padding: 15px 7.5px 15px 0px;
    margin-top: 20px
}
.kalender-rechts{
    display: table;
    width: 25%;
    box-sizing: border-box;
    padding: 15px 0px 15px 7.5px;
    margin-top: 20px
}
.kalender-midden{
    display: table;
    width: 50%;
    box-sizing: border-box;
    padding: 15px 7.5px 15px 7.5px;
    margin-top: 20px
    }
.kalCategorie{
   font-weight: 600;
    color:#FC5200;
}
.inKalenderL, .inKalenderM, .inKalenderR, .inKalenderMB{
    background-color: #FFF;
    padding:10px;
    border-radius: 5px;
    position: relative;
    width:100%;
}
.kalTekst{
    margin-top: 0px;
   margin-left: 8px;
    font-size: 18px;
    color:#FC5200;
}

.inKalenderMB{
    background-color: #FC5200;
    color: #FFF;
}
.inKalenderMB .kalCategorie{
     color:#ffd5a8;
}
.inKalenderMB .kalTekst{
    margin-top: 0px;
   margin-left: 8px;
    font-size: 18px;
    color:#FFF;
}
.inKalenderMB a:link,.inKalenderMB a:visited{
    color:#ffd5a8;
}
.inKalenderL{
    padding-top:37px;
}
.inKalenderM, .inKalenderMB{
    margin-bottom: 20px;
}
.kalDatum{
    font-weight: 600;
    font-size:22px;
   
}




.broodkruimels{
	font-size:0.8em;
	left:480px;
	top:30px;
	color:#999;
	position:absolute;
	z-index:15;
	}
.broodkruimels a:link, .broodkruimels a:visited{
	color:#999;
}

.fat_footer{
width:100%;
background-color: #424242;
position: relative;
z-index:1;
text-align: center;
margin-top:0px;
}
.fat_footer a:link, .fat_footer a:visited{
	color: #FFF;
    font-size:16px;
	text-decoration:none;
    }
.fat_footer a:hover, .fat_footer a:active{
	color: #999;
}

h1, h5{
font-size: 25px;
font-weight: 700;
text-align: center;
    }
h1{
    margin-bottom: 20px;
}
h5{
text-align: left;
}


h2, h3, h3 {
	margin-top: 18px;
	margin-bottom: 9px;
}

h2{
font-size: 22px;
font-weight: 700;
}
h3{
	font-size:18px;
    font-weight: 700;
	}
h4{
font-size:18px;
font-weight: 700;
text-align: center;
}


.footer_doormat{
	width:80%; 
	display:block; 
	top:20px;
	margin-bottom:20px; 
	margin:0 auto 0 auto; 
	position:relative;
	font-size:0.9em;
}
.footer_doormat a:link{
	color:#000;
	font-weight: normal;
	}
.footer_doormat a:visited{
	color:#999;
	font-weight: normal;
	}

.footer_doormat a:hover{
	color: #F00;
	font-weight: normal;
}
.footer_doormat a:active{
	color: #c1272d;
	font-weight: normal;
}
.meerOverFooter{
	width:100%;
	margin:0 auto 0 auto;
    background-color: #FFF;
}

.sponsors{
width: 100%;
}
.sponsor {
width: 120px;
display: inline-block;
transition: .4s ease-in-out;
box-sizing: border-box;
border: 1px solid rgba(255,255,255,0.00) ;
border-radius: 20px;
}

.hoofdsponsor {
transition: .4s ease-in-out;
border-radius: 20px;
box-sizing: border-box;
border: 1px solid rgba(255,255,255,0.00) ;
}

.sponsor img{
width: 120px; 
cursor: pointer;
}
.sponsor:hover, .hoofdsponsor:hover { 
 border: 1px solid #FC5200;
border-radius: 20px;
    
}

.Kal-sponsors .sponsor{
    width:100px;
    margin-left: 10px;
    margin-right: 10px
}
.Kal-hoofdsponsors .hoofdsponsor{
    width:120px;
}

li{
	list-style-position:outside;
	margin-left:30px
}
ul, ol{
    margin-left:30px;
}

.avatarG {
    position: relative;
    z-index: 2;
    left: 60px;
    top: -94px;
    width: 160px;
    filter: drop-shadow(rgba(13,13,18,0.16)0px 8px 24px );
}
.avatarLid {
    position: relative;
    z-index: 2;
    left: 30px;
    top: -94px;
    width: 140px;
    border: 3px solid #FFF;
    border-radius: 50%;
    filter: drop-shadow(rgba(13,13,18,0.16)0px 8px 24px );
}
.avaMini{
    width:29px;
    position: relative;
    z-index: 2;
    border: 1px solid #FFF;
    border-radius: 50%;
    padding-top: 0px;
    filter: drop-shadow(rgba(13,13,18,0.16)0px 8px 24px );
}
.avaMiniR{
    width: 29px;
     z-index: 2;
    border: 1px solid #FFF;
    border-radius: 50%;
    padding-top: 0px;
    filter: drop-shadow(rgba(13,13,18,0.16)0px 8px 24px );
    vertical-align: top;
    margin-top: 15px;
}
.avaReageer{
    width:32px;
    position: relative;
    z-index: 2;
    border: 1px solid #FFF;
    border-radius: 50%;
    padding-top: 0px;
    filter: drop-shadow(rgba(13,13,18,0.16)0px 8px 24px );
    margin-top:7px;
}

.avaReactie{
    width:50px;
    position: relative;
    z-index: 2;
    border: 1px solid #FFF;
    border-radius: 50%;
    padding-top: 0px;
    filter: drop-shadow(rgba(13,13,18,0.16)0px 8px 24px );
}
    #reakties h2 {
        margin-left: 20px;
    }
.reactielijn{
    display: block;
    width: 100%;
    border-bottom:1px dotted #999;
    background-color: #FFF;
    padding: 5px 10px 5px 11px;
}
.reactielijn .naam{
    display: inline-block;
    width: calc(100% - 80px);
    font-size: small;
    vertical-align: top;
    padding-left:20px;
    color: #939393;
}
.reactielijn .reactieInLB{
    color: #000;
    font-size: 14px;
}

.onderaanInReacties{
    padding:5px 10px 5px 20px;
}
.avaMee{
    margin-left: -18px;
}
.lijnOnderPlan{
    margin-top: 8px;
}
.lijnOnderPlan a:link, .lijnOnderPlan a:visited{
    color:#ADADAD;
    vertical-align: top;
}
.lijnOnderMetLinks a:link, .lijnOnderMetLinks a:visited{
    border-right: 1px solid #fc5200;
    padding-right: 5px;
    margin-right:5px;
}
.meefietsvakje{
    margin-left: 15px;
    font-size: 13px;
    display: inline-block;
    width: calc(100% - 200px);
}
.naastMeefietsvakje{
      display: inline-block;
    width: 180px;
}
    .meefietsknop{
    background-image: url('img/meefietsen3.png');
    height: 38px;
    width: 90px;
    border: 0.5px solid #f0f0f5;
    position: relative;
    top: 0px;
    display: inline-block;
    border-radius: 5px;
    background-color: #f0f0f5;
    cursor: pointer;
        box-sizing: border-box;
    }
.meefietsknop:hover, .commentaarknop:hover, .sterrenknop:hover{
        background-color: #FFF;
    }
    .meefietsgeenknop{
    background-image: url('img/meefietsengrijs.png');
    height: 38px;
    width: 90px;
    position: relative;
    top: 0px;
    display: inline-block;
    background-color: #FFFFFF;
         border-radius: 5px;
    }
 .commentaarknop{
    background-image: url('img/commentaar.png');
    height: 38px;
    width: 35px;
     margin-left:10px;
     border: 0.5px solid #f0f0f5;
    position: relative;
    top: 0px;
    display: inline-block;
    border-radius: 5px;
    background-color: #f0f0f5;
    cursor: pointer;
        box-sizing: border-box;
    }
 .sterrenknop{
    background-image: url('img/voorKnopSterrengeven.png');
    height: 38px;
    width: 35px;
     margin-left:10px;
     border: 0.5px solid #f0f0f5;
    position: relative;
    top: 0px;
    display: inline-block;
    border-radius: 5px;
    background-color: #f0f0f5;
    cursor: pointer;
    box-sizing: border-box;
    background-repeat: no-repeat;
    }
    .sterrengeenknop{
    background-image: url('img/voorKnopSterrengevenGrijs.png');
    height: 38px;
    width: 35px;
    margin-left:10px;
    position: relative;
    top: 0px;
    display: inline-block;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    box-sizing: border-box;
    }

.commentaarDiv{
       width:100%;
}
.commentaarCL{
    width: 100%;
    height:50px;
}
.sterrenCL{
    width: calc(100% - 250px);
    height: 20px;
    margin: 10px 10px 10px 6px;
    display: inline-block;
    vertical-align: top;
    font-size: small;
}
.gegeven{
    margin-left: 15px;
    vertical-align: top;
    padding-top: 3px;
    position: relative;
    display: inline-block;
}
  .lichtbox{
  background: rgba(0,0,0,0.75);
    position: fixed;
    z-index: 11000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
        display:none;
        }
    .modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    background-clip: padding-box;
    outline: 0;
        transition: 1s ease;
     
}
 .lichtbox-window {
    background: #f0f0f0;
    border: 1px solid #f0f0f5;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.05);
    top: 60px;
    width: auto;
    max-width: 800px;
    margin: 0 auto 24px;
    max-height: calc(100vh - 80px);
     overflow-y: auto;
    
} 
.btn-toe{
    color: #FFF;
    position: absolute;
    top: 30px;
    left: calc(50% + 375px);
    font-size: 20px;
    cursor:pointer;
    z-index:10;
}
.btn-toe:hover{
    color: #C0C0C0;
  
}
    .lichtbox-window .btn-close {
    position: absolute;
    right: 0;
    top: -40px;
    z-index: 11;
    padding: 10px;
        color: #FFF;
        font-size: 20px;
        cursor:pointer;
}
    .commentaarCL{
    width: calc(100% - 130px);
    height: 30px;
    border: 1px solid #e2e2e2;
    margin: 10px 10px 10px 6px;
    display: inline-block;
    vertical-align: top;
    border-radius: 5px;
    padding: 3px;
    font-size: small;
    resize: none;
    background-color:#f7f7fa;
    outline: none;
        }
    .reactieBij{
        width: calc(100% - 45px);
         margin: 10px 10px 10px 6px;
        padding: 3px;
        font-size: small;
        display: inline-block
        }
    .wie{
        font-weight: bold;
        display:inline-block;
        text-align: left;
        width: 50%;
    }
    .reactieonder .datum{
        display:inline-block;
        color:#A8A8A8;
        text-align: right;
        width: 50%;
        }
    .reactieonder{
        display: block;
    }
    .dslink{
        width:70px;
        display: inline-block;
        vertical-align: top;
        margin-top: 15px;
    }
    .commentaarDiv{
        border-top: 1px solid #ececec;
    }
    .avatar{
      position:absolute;
        z-index: 2; left: calc(50% - 35px);
        top:-35px; 
        width:70px;
        filter: drop-shadow(rgba(13,13,18,0.16)0px 8px 24px );
    }
    .avatar-post{
      float:left;
        width:50px;
        filter: drop-shadow(rgba(13,13,18,0.16)0px 4px 14px );
        margin-right: 20px;
    }
    .ttH{
            text-align: center;
        
    }
.sterretjes{
    display: inline-block;
}
    .ttR{
        text-align: center;
        font-size: 24px;
    }
    .linksU{
        text-align: left;
        border-right: 0.5px solid #999;
        padding-right:25px;
        padding-left: 7px;
    }
    .linksUb{
      text-align: left;
      padding-right:25px;
     padding-left: 7px;
    }
 
  



.project {
    width: 100%;
    display: block;
    background-color: #FFF;
    padding: 15px 20px 20px 50px;
    box-sizing: border-box;
    position: relative;
    margin-top: -110px;
}
.project2 {
    width: 100%;
    display: block;
    background-color: #FFF;
    padding: 15px 20px 20px 50px;
    box-sizing: border-box;
    position: relative;
    
}
.links-blok{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 310px);
}
.rechts-blok{
    display: inline-block;
    vertical-align: top;
    width: 310px;
}

.wp-block-column:not(:first-child), .wp-block-column:nth-child(2n) {
    margin-left: 0;
}

  #Stat-links{
                    display: inline-block;
                }
                #Stat-rechts{
                    display: inline-block;
                    position: relative;
                    right: 0px;
                    left: 25%;
                }
                .team{
                font-weight: 600;
                color:#FC5200;
                font-size: 20px;
                vertical-align: middle;
                }
                .cijferDik{
                    font-size: 35px;
                }
                .ritten{
                    color: #7C7C7C;
                    font-size: 16px;
                    text-align: right;
                    padding-left: 20px;
                }


@media 
only screen and (max-width: 1248px){
.midden, #menu_boven {
	width: 95%;
}
    #toplogo{
       margin-left:0px; 
    }
    
    .midden-kalender {
    width: 95%;
    }

}

@media 
only screen and (max-width: 992px){
.midden, #menu_boven {
	width: 98%;
}
    .midden-kalender {
    width: 95%;
    }


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

#menu_boven{
        height: auto;
        width:100%;
}
        .midden-kalender {
    display:block;
    }
 .kalender-links{
    display: block;
    width: 100%;
    }
.kalender-rechts{
    display: inline-block;
    width: 25%;
    vertical-align: top;
}
.kalender-midden{
    display: inline-block;
    width: 75%;
    
    }
  
}

@media 
only screen and (max-width: 850px) {
    .linksU, .linksUb{
        padding-right:3px;
        padding-left:2px;
        
    }
    .kalender-rechts{
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.kalender-midden{
    display: inline-block;
    width: 100%;
    
    }
    .avatarG, .avatarLid{
        left:8px;
        width: 100px;
    }
    #Stat-links{
        display: block;
    }
    #Stat-rechts{
        display: block;
        left:0px;
        }
    .team{
                font-weight: 600;
                color:#FC5200;
                font-size: 18px;
                vertical-align: middle;
    }
    .cijferDik{
                    font-size: 25px;
    }
    .ritten{
                    color: #7C7C7C;
                    font-size: 14px;
                    text-align: right;
                    padding-left: 20px;
    }
    
    .wp-block-column, .fiche70-30 {
    flex-wrap: wrap;
}

	.wp-block-column{	flex: 50%;
		max-width: 46%;

}

 ul, ol{
    margin-left:0px;
}   
    .sterrenCL{
    width: calc(100% - 50px);
    height: 20px;
    margin: 8px 10px 10px 3px;
    display: inline-block;
    vertical-align: top;
    font-size: small;
}
    .meefietsvakje{
        width:100%;
    } 
    .naastMeefietsvakje{
        width:200px;
        display:block;
        margin-left: calc(100% - 200px);
    }
/*einde aanpassen menu*/
.fiche70-30 > .wp-block-column:last-child{flex-basis: 50%;}
.fiche70-30 > .wp-block-column:first-child{flex-basis: 50%;}


 .lichtbox-window {
     height: calc(100vh - 0px);
     overflow: scroll;
     top:0px;
     } 
  .modal-content {

      border-radius: 0px;
    }
    .lichtbox-window .btn-close {
    right: 10px;
    top: 10px;
    color: #000;
    }
    .btn-toe{
         top: 20px;
        color:#000;
        left:calc(100% - 40px);
        background-color: #ececec;
        border-radius: 50%;
        width:30px;
        height:30px;
        text-align: center;
    }
    .project2 {
        padding: 5px 3px 10px 6px;
    }
}

@media 
only screen and (max-width: 600px) {
.avatarG, .avatarLid{
    display: none;
    }
    .project{
        padding-left: 20px;
        margin-top: 0px;
    }
    
		.wp-block-column{	
        flex: 100%;
		max-width: 100%;
}
.fiche70-30 > .wp-block-column:last-child{flex-basis: 100%;}
.fiche70-30 > .wp-block-column:first-child{flex-basis: 100%;}
.links-blok{
    display: block;
    width:100%;
}
.rechts-blok{
    display: block;
    }
}

@media 
print {
body{
	background-color:#FFF;
			
}
div#canvasID{
		display:none;
		}
.roodBoven{
		display:none;
		}
.hoofdmenu, .knop_rechts{
		display:none;
		}
.broodkruimels{
	display:none;
}
		
.projecttekst iframe{
			display:none;
}

.fat_footer{
				display:none;
}
.footer_doormat{
				display:none;
}

}
