@font-face {
    font-family:"MuseoSans-300";
    src:url("/fonts/MuseoSans-300.woff2") format("woff2"),
		url("/fonts/MuseoSans-300.woff") format("woff"),
		url("/fonts/MuseoSans-300.otf") format("opentype");
    font-style:normal;font-weight:400;
}

@font-face {
    font-family:"MuseoSans-700";
    src:url("/fonts/MuseoSans_700.woff2") format("woff2"),
		url("/fonts/MuseoSans_700.woff") format("woff"),
		url("/fonts/MuseoSans_700.otf") format("opentype");
    font-style:normal;font-weight:400;
}
        
@font-face {
    font-family:"Open Sans SemiCondensed SemiBold";
    src:url("/fonts/OpenSans_SemiCondensed-SemiBold.woff2") format("woff2"),
		url("/fonts/OpenSans_SemiCondensed-SemiBold.woff") format("woff"),
		url("/fonts/OpenSans_SemiCondensed-SemiBold.otf") format("opentype");
    font-style:normal;font-weight:400;
}
                

html, body{
	font-family: "MuseoSans-300";
	font-size: 14px;
}

a, a:hover {
	text-decoration: none;
	color: #356f70;
}


h2 {
  overflow: hidden;
  text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	font-family:"MuseoSans-700";
	color: #6f1730;

}

h2:before,
h2:after {
  background-color: #c7e5e9;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

h2:before {
  right: 0.5em;
  margin-left: -50%;
}

h2:after {
  left: 0.5em;
  margin-right: -50%;
}


h3 {
    font-family:"Open Sans SemiCondensed SemiBold";
	color: #6d1631;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
} 

#logo-houder{
	margin-top:10px;
	text-align: right;
}
#logo {
	margin-top:40px;
	height: 140px;
	margin-bottom:20px;
}

.homesb h2 {
	width: normal; 
	border-bottom: 0px; 
	line-height: normal;
	margin: normal;
	margin-bottom:-15px;
} 
.homesb h2 span { 
    font-family:"Open Sans SemiCondensed SemiBold";
	color: #6d1631;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	padding-left:0px;
}
.homesb p {
	font-family:'MuseoSans-300'; font-size:12px;
	padding-left:0px;
}



.sidebarcto h2 {
	width: normal; 
	text-align: left; 
	border-bottom: 0px; 
	line-height: normal;
	margin: normal;
	margin-bottom:5px;
} 
.sidebarcto h2 span { 
	font-family:"MuseoSans-700";
	color: #6f1730;
	background-color: transparent;
	font-size: 18px;
	text-transform: uppercase;
	padding-left:0px;
}
.sidebarcto p {
	font-family:'MuseoSans-300'; 
	font-size:16px;
	padding-left:0px;
}

.dropdown-toggle {
	outline: none !important;
}
.dropdown-item:active {
	background-color: #197171;
}

#menu {
	text-align: right;
}
.menu-item {
	display: inline-block;
	text-transform: uppercase;
	font-family: "Open Sans SemiCondensed SemiBold";
	font-size: 13px;
	color: #000;
	margin-left:10px;
}

#header-achtergrond {
	width: 100%;
}

#header-social-holder {
	position:relative;
}
.social-icon {
	margin:10px;
	color: #6d1631;
	font-size: 20px;
}

.footer-title {
    font-family:"MuseoSans-700";
	font-size: 18px;
	color: #c9e9eb;
	text-transform: uppercase;
}
#footer-houder {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #8a941d;
}
.footer-naw {
    font-family:"MuseoSans-700";
	font-size: 18px;
	color: #c9e9eb;
	font-size: 18px;
	text-decoration: none;
}
.footer-naw a {
	color: #c9e9eb;
	text-decoration: none;
}


#landing-achtergrond {
/*
	background-color: #faf8f6;
*/
}

#landing-houder {
	padding-top: 50px;
	padding-bottom: 50px;
}

.titel-groen {
	color: #346f70;
	font-family:"MuseoSans-300";
	text-transform: uppercase;
	display: inline-block;
}
.titel-zwart {
	margin-left:30px;
	color: #000;
	font-family:"MuseoSans-300";
	text-transform: uppercase;
	display: inline-block;
}
.streep {
	margin-top: 0px;
	margin-bottom: 30px;
	width:400px;
}

.streep-max {
	margin-top: 0px;
	margin-bottom: 30px;
	width:100%;
	max-width:400px;
}


.landing-lees-meer {
	margin-top:20px;
	margin-bottom:100px;
	font-family:"Roboto Bold";
	cursor: pointer;
}
.thema {
	display: inline-block;
	background-color: #346f70;
	color: #fff;
	border-radius: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.card-landing {
	text-align: left;
}

.button-groen {
	display: inline-block;
	background-color: #c7e5e9;
	color: #899325;
	border-radius: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;

	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	user-select: none;
	
	cursor: pointer;
}
.button-groen-klein {
	font-size:12px;
	display: inline-block;
	background-color: #346f70;
	color: #fff;
	border-radius: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;

	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	user-select: none;
	
	cursor: pointer;
}
.button-blauw {
	display: inline-block;
	background-color: #899325;
	color: #c7e5e9;
	border-radius: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;

	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	user-select: none;
	
	cursor: pointer;
}

.alert-icon {
	font-size:20px; 
	margin-right:10px;
}
.profiel-menu-link {
	text-decoration:none; 
	color:#000;
}

.subtitel {
	border-bottom: 0px;
	text-align: left; 	
	
	color: #000;
	font-family:"MuseoSans-300";
	font-size: 20px;
	margin: 0px !important;
	line-height: normal !important;
}

.volgordevak {
	border: 1px solid #e8e8e8;
	padding: 5px;
	padding-left:20px;
	margin-bottom: 5px;
	cursor: pointer;
}
.agenda-item {
	background-color: #346f70;
	width:75%;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	margin-top:20px;
}
.agenda-item-h {
	background-color: #346f70;
	width:90%;
	text-align: center;
	color: #fff;
	border-radius: 3px;
}
.agenda-item-s {
	background-color: #346f70;
	text-align: center;
	color: #fff;
	border-radius: 5px;
}

.btn-success {
    color: #fff;
    background-color: #197171;
    border-color: #478d8d;
}

.btn-success:hover {
    color: #fff;
    background-color: #478d8d;
    border-color: #478d8d;
}

.footer-posts-title {
	font-family:"MuseoSans-700";
	font-size: 14px;
}
.footer-posts-text {
	font-family:"MuseoSans-300";
	font-size: 14px;
	margin-top:5px;
}
.footer-posts-houder {
	background-color:rgba(255,255,255,0.5); 
	width:100%; 
	border-radius: 5px; 
	padding:20px;
	margin-top: 10px;
}