@font-face {
    font-family:"Avenir Roman";
    src:url("/fonts/Avenir-Roman-12.woff2") format("woff2"),
		url("/fonts/Avenir-Roman-12.woff") format("woff"),
		url("/fonts/Avenir-Roman-12.otf") format("opentype");
    font-style:normal;font-weight:400;
}
@font-face {
    font-family:"Avenir Black";
    src:url("/fonts/Avenir-Black-03.woff2") format("woff2"),
		url("/fonts/Avenir-Black-03.woff") format("woff"),
		url("/fonts/Avenir-Black-03.otf") format("opentype");
    font-style:normal;font-weight:400;
}
            
		
html
{
	height:100%;
	margin: 0px;
	padding: 0px;
}
body 
{
	touch-action: pan-y;
	height:100%;
	font-family: 'Avenir Roman', sans-serif;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	color: #000;
/*
	color: #6a6a6a;
*/
	background-color: var(--color4);
	overflow-x: hidden;
}

h1 {
	color: #000;
    font-family:"Avenir Black" !important;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom:30px;
	letter-spacing: .15rem;
	font-weight: bold;
}
h2 {
	color: #000;
    font-family:"Avenir Black" !important;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom:30px;
	letter-spacing: .15rem;
	font-weight: bold;
}
h3 {
	color: #000;
    font-family:"Avenir Black" !important;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: .15rem;
}


.famwebMain {
	background-color: var(--color2); 
	padding:0px;
}
.famwebMainBar {
	background-color: var(--color1); 
	height:100px; 
	width:100%; 
}
.famwebSideBar {
	background-color: var(--color1); 
	padding: 0px;
}
.famwebMainBody {
	padding:30px; 
	background-color: var(--color3);
}

.modal-content {
	background-color: #EFEFEF !important;
}


::placeholder
{
	color: #ddd !important;	
}
label
{
	color:#000;
}
p
{
}
b
{
	color: #28547b;
}
h5>.badge {
	vertical-align:middle;
	margin-top: -10px;
	margin-left:5px;
}

hr
{
	color: #ebebeb;
}
a:link, a:visited, a:hover, a:active, .link
{
	color: #28547b;
	text-decoration: none;
}


.vglink
{
	text-transform: uppercase;
	color: #000000 !important;
	margin-top: 10px;
	font-family:"Gidole";
	font-size: 14px;
}

.vgarrow
{
	color: #3f6285;
	margin-left: 3px;
}

.socialicons
{
	color: #ffffff;
	font-size: 40px;
	margin-right: 10px;
}
.socialicons-contact
{
	font-size: 24px;
	margin-right: 10px;
}
.shareicons
{
	color: #4297b4;
	font-size: 24px;
	margin-right: 5px;
}


#logo
{
	width: 100%;
	max-width: 260px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.nav-link {
	text-transform: uppercase;
	font-family: 'Gidole', sans-serif;
	font-size: 14.4px;
}
.dropdown-item {
	font-family: 'Gidole', sans-serif;
	font-size: 14.4px;
	color: #727272 !important;
}

.menu-header {
	font-size: 16px;
}
.menu-item {
	font-size: 16px;
	background-color: transparent;
}
.menu-item:after {
	content: '';
	display: block;
	border-bottom: 2px solid #a8d072;
	width: 0;
	-webkit-transition: 0.5s ease;
			transition: 0.5s ease;
}
.menu-item:hover:after { width: 100%; }
.menu-item:hover {
	background-color: transparent;
}
.menu-item:active {
	background-color: transparent !important;
}




.footer-holder
{
	background-color: #a8d072;
	padding-top: 40px;
	padding-bottom: 40px;
}
#footer
{
	font-family: "Gidole";
	color: #ffffff;
	font-size: 18px;
}
#footer a:link, #footer a:visited, #footer a:active, #footer a:hover
{
	font-family: "Gidole";
	color: #ffffff;
	font-size: 18px;
	text-decoration: none;
}
.footertitle
{
	color: #ffffff;
	text-transform: uppercase;
	font-family: "Gidole";
	font-size: 24px;
	margin-bottom: 20px;
}
.footercol
{
	margin-bottom: 20px;
}
#footerbar
{
	width: 100%;
	height: auto;
}


#copyright
{
	font-size: 14px;
	text-align: right;
	color: #bdbdbd;
}
.subtext
{
	margin-top: 25px;
	color: #6a6a6a;
}
.newsitem
{
	margin-bottom: 40px;
}
.newsitem-photo {
	position: relative;
	border: 1px solid #ebebeb;
	overflow: hidden;
	margin-bottom: 20px;
	height: 250px;
	width: 100%;
  
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center; 
}
.newsitem-photo img {
  max-width: 100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.newsitem-photo:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.newsitem-content
{
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}
#mobile-menu
{
	width: 100%;
	display: none;
}
.mobile-menu-item
{
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #ebebeb;
	padding-top: 15px;
	padding-left: 30px;
}
.mobile-menu-item-active
{
	background-color: #e3f3fb;	
}
.mobile-submenu-item
{
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #ebebeb;
	padding-top: 15px;
	padding-left: 60px;
}
.mobile-submenu-item-active
{
	background-color: #e3f3fb;	
}
#mobile-menu-button
{
	width: 100%;
	text-align: right;
	padding-right: 30px;
	font-size: 22px;
	margin-top: -25px;
	z-index: 1000;
	display: none;
}
#menubg
{
	background-image: url('/images/background.png');
	background-repeat: repeat;
	background-size: 700px 700px;
	background-attachment: fixed;
}

#headerbar
{
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 1;
}
#headerbg
{
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url('/images/background.png');
	background-repeat: repeat;
	background-size: 700px 700px;
	background-attachment: fixed;
	opacity: .5;
	width: 100%;
	height: 100%;
}
#headerimage
{
	display: inline-block;
	width: 30%;
	height: auto;
	text-align: center;

	-webkit-animation:spin 120s linear infinite;
	-moz-animation:spin 120s linear infinite;
	animation:spin 120s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(-360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(-360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(-360deg); } }

#navbar
{
	background-color: #f5f5f5;
	height: 24px;
}
#navbar-content
{
	font-family:"Gidole";	
	font-size: 14px;
	padding-top: 2px;
}
.navbar-nav > li{
  margin-left:5px;
  margin-right:5px;
}


.dropdown-item:active {
	background-color: #6ec3ed;
}
.dd-active{
	background-color: #e3f3fb;
}
.inschrijf-veld
{
	width: 70%;
	margin-bottom: 10px;
}
#powered-by
{
	
	margin-top: 60px;
}

#topmessage {
	display: inline-block;
	
	text-transform: uppercase;
	font-family: 'Gidole', sans-serif;
	font-size: 13px;
	
	background-color: #224e75;	
	color: #ffffff;

	width: 100%;
	text-align: center;
	padding-top: 5px;

	cursor: pointer;
	
	border-bottom: 1px solid #eff4e4;	
}
#topmessage1 {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	height: 25px;
}
#topmessage2 {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	height: 25px;
	font-weight: bold;
}
#topmessage3 {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	height: 25px;
}





.rightspacewrapper {
	display: inline-block;
	width: 100%;
}
.rightphoto {
	border: 1px solid #d7d7d7;
	width: 100%;
}
.rightspace {
	display: inline-block;
	width: 100%;
	border: 1px solid #d7d7d7;
	padding: 20px;
	margin-top: 17px;
	vertical-align: top;
}
.rightspace_title {
	font-family: 'Gidole', sans-serif;
	font-size: 30px;
	letter-spacing: 1px;
	color: #5fac30;

	display: table;
	text-decoration: none;
	font-weight: normal;
	margin-top: -40px;
	margin-bottom: 6px;
	margin-left: 20px;
	padding:5px;
/*
	text-align: center;
*/   
	padding-left: 20px;
	padding-right: 20px;
	
	background-color: #fff;
	
	border: 1px solid #d7d7d7;
	border-radius: 3px;
	
}
.rightspace_text {
	font-family:"Gidole";
	color: #5d5c5d;
	padding: 20px;
/*	
	text-align: center;
*/
}
.rightspace_text A:link {
	color: #5fac30;
}


.broncol, .broncol a: { 
	margin-bottom: 20px; 
	font-size:16px;
}

.buttondefault {
	background-color: var(--color1) !important;
	border-color: var(--color1) !important;
}
.buttondefault:hover {
	background-color: var(--color2) !important;
	border-color: var(--color2) !important;
}
.buttondefault:focus {
	background-color: var(--color3) !important;
	border-color: var(--color3) !important;
}
.buttondefault:active {
	background-color: var(--color4) !important;
	border-color: var(--color4) !important;
}

.link-card-header {
	color: #5fac30;
}
.link-card {
	border-color: #d7d7d7 !important;
}
.link-card-titel {
	color: #28547b !important;
}
.link-card-tekst {
	color: #6a6a6a !important;
	font-size: 14px;
}
.link-card-item {
	margin-bottom: 20px;
}

.badge {
	font-size: 12px !important;
}

.topbuttons {
	cursor: pointer;
	padding-top:15px;
}
.topbuttons-active {
	background-color: var(--color2);
}
.topicons {
	font-size:30px;
	color: #fff;
	margin-bottom: 5px;
}
.topiconletter {
	margin-top:-20px;
	font-size: 55px;
	font-family: 'FamWebLetters', sans-serif;
	color: #fff;
}

.toplinks {
	color: #fff !important;
}
.topsubbar {
	width:100%; 
	background-color: var(--color2); 
	height:30px;
}
.famweb-right-holder {
	width:100%;
	position: relative;
}
.famweb-right {
	position: absolute;
	top:0px;
	width:100%;
	height:140px;
	background: var(--bgright);
}
.famweb-right-text {
	padding-top:10px;
	padding-left:25px;
	font-size: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: #000;
}


.message {
	margin-bottom: 10px;
}

.message-profile-photo {
	width:100%; 
	border-radius: 50%; 
	object-fit: cover; 
	width: 50px; 
	height: 50px;
	
}
.message-user-photo {
	display: inline-block;	
	margin-right:10px;
	margin-bottom:20px;
}
.message-header {
	display: inline-block;
	vertical-align: middle;
}
.message-user-name {
	font-weight: bold;
}
.message-time {
	color: #999;
}

.famwebs-card {
	cursor: pointer;
}
.famweb-reply-holder {
	margin-bottom: 20px;
}
.famweb-reply-photo {
	display: inline-block;	
	margin-right:10px;
	margin-bottom:20px;
}
.famweb-reply-text {
	display: inline-block;
	background-color: #f0f2f5;
	border-radius: 10px; 
	padding:10px;
}
.reply-template-photo {
	width:100%; 
	border-radius: 50%; 
	object-fit: cover; 
	width: 30px; 
	height: 30px;
	
}
.info-header 
{
	font-size: 24px;
	margin-bottom: 20px;
}
.fade-in-text {
  animation: fadeIn 0.5s;
}

@keyframes fadeIn {
  0% { opacity: 0.0; }
  70% { opacity: 0.0; }
  100% { opacity: 1; }
}

@media (max-width: 1200px) 
{
	#menu-holder
	{
		display: none;	
	}
	#logo
	{
		width: 80%;
		padding-left: 20px;
	}
	#mobile-menu-button
	{
		display: inline-block;
		margin-top: -52px;
	}
}
@media (max-width: 576px) 
{
	#headerimage
	{
		width: 80%;
	}
	#logo
	{
		max-width: 250px;
	}
}
