@charset "UTF-8";
/* CSS Document */


html, body{
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
	}

body{
    display: block;
    width: 100% !important;
    height: 100%;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.5em;
    font-family: 'Poppins', sans-serif;
    background: white;
	}

h1, h2, h3, h4, h5{
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
	}

.page-wrapper{
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    height: 100vh;
    position: relative;
    margin-top: 67px;
    padding-bottom: 66.4px;
}


/*  MENU */
.go_mobile-menu {
	background: white;
	border-bottom: 1px solid grey;
	padding-left: 15px;
	padding-right: 15px;
	}
	
html:not(.cx_minimal):not(.cx_vertical):not(.cx_spartan) .go_mobile-menu {
	padding-left: 15px;
	}

.go_mobile-menu .navbar-toggler {
	color: black;
    border: none;
    outline: none;
    font-size: 1.8rem;
    padding-left: calc(var(--bs-navbar-toggler-padding-x) / 2);
    padding-right: calc(var(--bs-navbar-toggler-padding-x) / 2);
	}
	
.go_mobile-logo {
	height: 50px;
	}
	
.go_mobile-logo img {
	height: 100%;
	}
	
.cx_menu-container {
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.go_open-search-mobile {
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.go_open-search-mobile.open {
	color: black;
    font-size: 1.8rem;
}



/* FOOTER */

.footer-menu-wrapper{
    position: fixed;
    bottom: 0;
    left: 0;
    height: 4rem;
    border-top: 1px solid grey;
    width: 100%;
    font-size: 1.7rem;
    padding-top: 1.2rem;
    background-color: white;
    }

.footer-menu-wrapper a, .footer-menu-wrapper a:hover{
    color:#3A3E3F;
    text-decoration: none;
    }

/* - - - - - - - specials-bar - - - - - */

.go_specials-wrapper{
    border-bottom: 1px solid  #D3D3D3;
    /*margin-top: 4.8rem;
    background-color: #F3F3F3;
    background-color:#216A93;*/
    /*padding: .2rem .5rem; */
    padding: .2rem 0; /* 15px;*/
	}
	
.go_specials-wrapper-inner {
	padding: 15px 0;
	display: flex;
	width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    overflow-x: auto;
	scroll-snap-type: x mandatory;
	max-width: 100%;
	}
	
a.go_special-wrapper {
	scroll-snap-align: end;
    /*float: left; */
    display: block;
    text-decoration: none;
    /*margin: .45rem .9rem 0 0;*/
     margin-top: .25rem;
    text-align: center;
    color: #bbbbbb;
    width: 120px;
    padding-right: 15px;
    /*width: 5.9rem;*/
	}

a.go_special-wrapper:first-child{
	padding-left: 15px;
	}

.go_special-icon-wrapper {
    border-radius: 50%;
    border: 2px solid;
    height: 4.7rem;
    width: 4.7rem;
    display: inline-block;
    margin-bottom: .4rem
    }

.go_special-icon-wrapper img{
    border-radius: 50%;  
    width: 100%;
    }

.go_special-wrapper h4{
    color:#646464;
    /*color: #39ABD4;*/
    font-size: 0.8rem;
    line-height: 1.2em;
    max-height: 2.4em;
    font-weight: 300;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


/* - - - - - - TIMELINE - - - - - - - - -*/

.timeline-wrapper{
    padding-bottom: 70px;
    position: relative;
    }

a.timeline-up-button{
    position: fixed;
    right: .7rem;
    bottom: 6rem;
    width: 3.8rem;
    height: 3.8rem;
    background-color: white;
    color: black;
    border: .1rem solid;
    display: block;    
    z-index: 100;
    text-align: center;
    border-radius: 50%;
    line-height: 3.8rem;
    font-size: 130%;
    }

a.go_message-wrapper{
    color: black;
    text-decoration: none;
    }

a.go_message-wrapper:hover{
    color: black;
    text-decoration: none;
    }
 
.go_p-m{
	padding: 0;
	}   
		
.strip-info{
	padding-right: 0;
	padding-bottom: 1px;
	}
	
.strip h5{
    font-weight: 600;
    font-size: 1.14rem;
    margin-bottom: .25rem;
    }

.strip-pic-wrapper{
    /*width: 96%;*/
    max-width: 7rem;
    margin-top: .15rem;
    }
    
	
.go_message-type, .go_posted{
    /*color:#4b4b4b;*/
    /*color: #646464;*/
    font-size: .8rem;
    font-weight: 300;
    line-height: 1.2;
    }
    
.go_posted{
	text-align: right;
	padding-right: 0;
	}
	
.strip-meta-wrapper{
    font-size: .9rem;
    line-height: 1;
    margin-top: .4rem;
    }

.meta-wrapper i{
    color: #444748;   
    }

.meta-wrapper > div{
    padding-right: 0;  
    }

.meta-wrapper > div:nth-child(even){
	padding-left: 0;
	}
/*
.strip i{
    margin-right: .35rem;
	}

.strip{
    margin-bottom: 1.78rem;
	}

.strip .go_profile-pic-wrapper{
    display: inline-block;
    height: 1.6rem;
    width: 1.6rem;
    border-radius: 50%;
    margin: .1rem .4rem 0 0;
    background: white;
	}

.strip .logo-pic-wrapper{
    display: inline-block;
    height: 1.6rem;
    margin: .1rem .3rem 0 0;
	}

.strip .logo-pic-wrapper img{
    height: 100%;
	}

.strip .go_profile-pic-wrapper img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
	}

.strip .strip-no-pic-wrapper{
	width: 100%;
	text-align:center;
	padding-top: 1.1rem;
	}

.strip .strip-no-pic-wrapper .fa-5x{
	font-size: 2.4em;
	}
	
.strip .strip-no-pic-wrapper i{
	margin-right: 0;
	}

.strip-text-wrapper{
	padding-right: 0;
	}

.strip-content-start{
	margin-top: 1.26rem;
	}
*/
.go_contribute-wrapper{
    margin-top: 2.6rem;
    margin-bottom: 2.5rem;
    color: white;
    background-color: #39ABD4;
    background-color: #C1B387;
    padding: 1.7rem 0 2rem;
    text-align: center;
    }

.go_contribute-wrapper h3{
    font-size: 1.34rem;
    margin-bottom: .6rem;
    }

.go_contribute-wrapper .go_contribute-button{
    border: none;
    padding: .7rem 1.3rem .8rem 1rem;
    margin: .55rem auto 2.1rem;
    color: #39ABD4;
    color: #C1B387;
    background-color: white;
    text-align: center;
    border-radius: 2.5rem;
    font-weight: 400;
    }

.go_contribute-button i{
    margin-right: .34rem;
    }

.go_contribute-comment{
    line-height: 126%;
    color: black;
    font-size: 88%;
	}

.go_contribute-comment a{
	color: white;
	border-bottom: 2px solid;
	padding-bottom: .06rem;
	}

.go_contribute-comment .ps{
    /*display: block;
    /*font-size: 200;
    margin-bottom: .33rem;
    color: white;*/
    font-weight: 700;
	}

/* - - - - - - GENERIEK - - - - - - -*/

.go_module-title{
    color:#4b4b4b;
    padding-top: 1.5rem;
    font-weight: 600;
	}

 @media only screen and (min-width: 850px) {
 	
 	.strip{
 		background-color: white;
 		border-radius: .8rem;
 		border: none;
 		padding: 1rem;
		}
	
	.go_p-m{
		padding: 0 7.5px 0 15px;
		}
	
	.strip-text-wrapper > div{
		/*padding-left: 1.6rem;*/
		}
	
	.strip-text-wrapper .strip-info{
		margin-top: .5rem;
		margin-bottom: .4rem;
		}
		
	.strip-pic-wrapper{ 
    	max-width: 100%;
    	margin-top: 0;
		}
		
	.strip h5{
		font-size: 1.55rem;
		font-weight: 700;
		}
	
	.strip-pic-wrapper img{
    	width: 100%;
    	/*border-radius: 1rem 0 0 1rem;*/
    	border-radius: .45rem;
    	}
    	
    .strip-meta-wrapper > div:first-of-type{
    	position: relative;
    	}
    
    .strip .strip-meta-wrapper{
    	margin-top: .4rem;
    	}	
		
	.strip .go_profile-pic-wrapper{
    	display: inline-block;
    	height: 4rem;
    	width: 4rem;
    	margin: 0 .45rem 0 0;
    	border: 4px solid white;
    	position: absolute;
    	left: -3.6rem;
    	top: -2.55rem;
		}

	.strip .logo-pic-wrapper{
    	height: calc(3rem + 6px);
    	width: 5.5rem;
    	/*border: 3px solid white;
    	background: white;
    	border-radius: .36rem;*/
    	position: absolute;
    	top: -2.25rem;
    	left: -5.25rem;
    	display: flex;
		flex-direction: row-reverse;
		}
		
	.strip .logo-pic-wrapper img{
		height: 3rem;
		width: auto;
		border-radius: .27rem;
		border: 3px solid white !important;
		background: white;
		}
	
	.strip .strip-no-pic-wrapper{
		height: 213px;
		padding-top: 2.44rem;
		}

	.strip .strip-no-pic-wrapper .fa-5x{
		font-size: 3.3em;
		}
	
	.meta-wrapper .float-right i{
		margin-left: 1.4rem;
		}
	
	}

.footer-menu-wrapper ul{
    margin: 0;
    padding: 0;
    }

li.menu-bottom-item{
    list-style: none;
    margin: 0;
    padding: 0;
    }