/* version 07-08-16 */
/* indeling css */
/* body */
/* header */
/* content */
/* footer */
/* media query */

html {
	width: 100%;
	height: 100%;
 	margin:0px;
}
body {
	width: 100%;
	height: 100%;
	background-color: white;
 	margin:0px;
	font-family: 'WebFont';
}
h1 { 
    display: block;
    font-size: 20px;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
h3 { 
    display: block;
    font-size: 18px;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
}

strong { 
	font-weight: bold; 
}
label {
	font-weight: normal;
}

.maincontent {
	width: 980px;
	position: relative;
}
#margin_mobile {
	display: none;
}

a:link { 
	color: #492f31;
	text-decoration: none;
}

a:visited { 
	color: #492f31;
	text-decoration: none;
}

a:hover { 
	color: #983b42;
	text-decoration: underline;
}

a:focus { 
	color: #00adef;
	text-decoration: none;
}

a:active { 
	color: #492f31;
	text-decoration: none;
}


/*************** HEADER START ***************/
.header {
	text-align: left;
	width: 100%;
	vertical-align: bottom;	
}
.headerbar {
	background-color: #9e9e9e; /* EDITABLE COLOR: header bottom bar ************************* ************************* ************************* */
	height: 19px;
	width: 100%;
}
.logo {
	display: inline-block;
	width: 160px;
	vertical-align: bottom;
	position: relative;
	height: 95px;
/* 	margin: 0px; */
}
.logo img {
	position: absolute;
	top: 22px;
	width: 100%;
}
.logomenudivider {
	width: 60px;
	height: 95px;
	display: inline-block;
/* 	margin: 0px; */
	vertical-align: bottom;
}
.slogan {
	text-align: left;
	color: #ffffff; /* EDITABLE COLOR: header slogan under logo text color ************************* ************************* ************************* */
	font-family: 'WebFont';
	font-size: 10px;
	margin-left: 67px;
	padding-top: 2px;
}
.header_desktop {
	display: block;
	top:0px;
	left: 0px;
	z-index: 10000000;
************************* ************************* */
	width: 100%;
}

.topmenu {
    width: 740px;
    height: 50px;
    display: inline-block;
    vertical-align: top;
    padding-right: 25px;
    margin-top: 50px;
}

#cssmenu {

	font-family: 'WebFont';
	border: none;
	border: 0;
	padding: 0;
	font-size: 14px;
	width: auto;
	display: table;
	position: relative;
	z-index: 99;
}

#cssmenu ul {
	font-family: 'WebFont';
	
	height: 41px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#cssmenu li {
	font-family: 'WebFont';
	float: left;
	padding: 0;
}

#cssmenu li a, #cssmenu li a:visited {
	font-family: 'WebFont';
	
	color: #4e4d4e;	/* EDITABLE COLOR: menu text link color ************************* ************************* ************************* */
	display: block;
	font-weight: 400;
	line-height: 30px;
	margin: -4px 0 0;
	padding: 0 12px; /* ruimter tussen woorden */
	text-align: center;
	text-decoration: none;
	font-size: 14px;
}

#cssmenu a.active-link {
	font-family: 'WebFont';
	color:#00adef !important;
}

#cssmenu li a:hover {
	font-family: 'WebFont';
	color: #00adef;	
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#cssmenu ul li:hover a {
	font-family: 'WebFont';
	color: #b1b1b1; /* EDITABLE COLOR: menu text hover color ************************* ************************* ************************* */
	text-decoration: none;
}

#cssmenu li ul {
	font-family: 'WebFont';
	display: none;
	height: auto;
	padding: 0;
	margin: -2px 0 0; /* eerste is postitie uitklap */
	border: 0;
	position: absolute;
	min-width: 200px;
	z-index: 200;
	-webkit-box-shadow: 1px 6px 2px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 1px 6px 2px 0px rgba(0,0,0,0.15);
	box-shadow: 1px 6px 2px 0px rgba(0,0,0,0.15);
}

#cssmenu li:hover ul {
	font-family: 'WebFont';
	display: block;
}

#cssmenu li li {
	font-family: 'WebFont';
	
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	background: #bbbbbb;
	border-left:0px solid #00adef;
}

#cssmenu li li:hover {
	font-family: 'WebFont';
	border-left:2px solid #fff;
	border-left: 0px solid white;
}

#cssmenu li:hover li a {
	font-family: 'WebFont';
	background: none;
}

#cssmenu li ul a {
	font-family: 'WebFont';
	
	display: block;
	font-size: 14px;
	font-style: normal;
	margin: 0;
	padding: 0 15px;
	text-align: left;
	color: #fff !important; /* EDITABLE COLOR: submenu text color ************************* ************************* ************************* */
}

#cssmenu li ul .last a {
	font-family: 'WebFont';
	border-bottom: none;
}

#cssmenu li ul a:hover,#cssmenu li ul li:hover a {
	font-family: 'WebFont';
	font-weight: bold;
	background-color: #a9a9a9; /* EDITABLE COLOR: submenu hover background color ************************* ************************* ************************* */
	color: #FFF;
	text-decoration: none;
	padding-left:17px; 
	padding-right:13px;
	
}

/*************** HEADER END ***************/


/*************** MOBILE MENU START ***************/

.logo_mobile {
	margin-top: 30px;
	margin-left: 20px;
    width: 80%;
    max-width: 80px;
    display: inline-block;
}

.header_mobile {
	display: none;
    text-align: left;
	top:0px;
	left: 0px;
	z-index: 10000000;
************************ ************************* */
	width: 100%;
	height: 40px;
}

.menu_mobile {
	position: absolute;
	right: 20px;
	top: 0px;
	font-size: 45px;
	cursor: pointer;
	z-index: 6000;
	color: #232323; /* EDITABLE COLOR: mobile menu icon color ************************* ************************* ************************* */

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.menu_mobile_close {
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 50px;
	cursor: pointer;
	z-index: 6000;
	color: #ffffff;

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.mobile-menu-closed {
	left: -100%;
	z-index: 6000;
	clear: right;
	top: 0px;
	height: auto;
	border: 1px #ccc solid;
	position: absolute;
	width: 60%;
	background-color: white;
	
	-webkit-box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    3px 0px 5px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         3px 0px 5px 0px rgba(0, 0, 0, 0.4);

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.mobile-menu-closed ul {
    margin: 0; 
    padding: 0;
    width:100%;
    list-style-type: none;
}
.mobile-menu-closed ul li a {
    -webkit-tap-highlight-color: #00adef;
	line-height: 30px; 
	border-bottom: 1px solid #efefef;
    text-decoration: none;
    color: #8b8b8b; 
	font-family: WebFont;
    font-size: 16px;
    padding: 10.5px 21px;
    background-color: white;
    display:block;
    text-align: left;
}

.mobile-menu {
	left: 0;
	z-index: 6000;
	clear: right;
	top: 0px;
	height: auto;
	border: 1px #ccc solid;
	position: absolute;
	width: 60%;
	background-color: white;
	
	-webkit-box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    3px 0px 5px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         3px 0px 5px 0px rgba(0, 0, 0, 0.4);

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.mobile-menu ul {
    margin: 0; 
    padding: 0;
    width:100%;
    list-style-type: none;
}
.mobile-menu ul li a {
    -webkit-tap-highlight-color: #00adef;
	min-height: 30px;
	line-height: 30px; 
	border-bottom: 1px solid #efefef;
    text-decoration: none;
	font-family: WebFont;
    font-size: 16px;
    padding: 10.5px 21px;
    background-color: white;
    display:block;
    text-align: left;
}

li.mobile-li-main {
	border-top: 2px solid #e3e3e3;
}
li.mobile-li-sub {
	border-top: 0px solid white;
}

span.mobile-menu-main {
	color: #343434;
	font-weight: bold;
}
span.mobile-menu-sub {
	color: #5b5b5b;
	font-weight: normal;
}

.mobile-menu ul li a:visited {
}

.mobile-menu ul li a:hover, .mobile-menu ul li .current {
    background-color: #00adef;
    color: white;
}




.mobile-menu ul li p {
    -webkit-tap-highlight-color: white;
	height: 20px;
	line-height: 20px; 
	border-bottom: 1px solid white;
    text-decoration: none;
	font-family: WebFont;
    font-size: 16px;
    padding: 0px 21px;
    background-color: white;
    display:block;
    text-align: left;

}

.menuheader {
	height: 70px;
	border-bottom: 1px solid #efefef;
	text-align: right;
}
.closebutton {
	font-family: WebFont;
	font-size: 50px;
	padding-right: 20px;
	padding-top: 0px;
	color: grey;
	cursor: pointer;
}
/*************** MOBILE MENU END ***************/


/*************** CONTENT START ***************/
.fileicon {
	width: 40px;
	padding: 5px;
}
.fileinfo {
	padding-top: 7px;
	padding-left: 5px;
	
	display: inline-block; 
	vertical-align: top; 
	margin-top: 6px; 
	margin-left: 6px;
}

.pricetag {
	padding: .34em 1em;
	margin: 0;
	margin-top: 5%;
	position:relative;
	color: #ffffff;	/* EDITABLE COLOR: pricetag text color ************************* ************************* ************************* */
	font-size: 25px;
	text-align: center;
	letter-spacing:0.1em;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.3);
	box-shadow: inset 0px 1px 0px rgba(255,255,255,.3),
				inset 0px 0px 20px rgba(0,0,0,0.1),
				0px 1px 1px rgba(0,0,0,0.4);
	background: -webkit-linear-gradient(top,#1eb2df, #17a7d2);
	display: inline-block;
}
.tags a:link {
	display: inline-block;
	position: relative;
	width: auto;
	height: 30px;
	margin-left: 20px;
	padding: 0 12px;
	line-height: 30px;
	background: #1f8dd6;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;		
}

.tags a:before {
	content: "";
	position: absolute;
	top: 0;		
	width: 0;
	height: 0;		
	border-style: solid;		
}

.tags a:after {
	content: "";
	position: absolute;
	top: 13px;
	width: 4px;
	height: 4px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
	-moz-box-shadow: -1px -1px 2px #004977;
	-webkit-box-shadow: -1px -1px 2px #004977;
	box-shadow: -1px -1px 2px #004977;
}	

.tags a:hover {
	background: #1d85ca;
}	

/* Add rounded corners to right end of the anchor tag */
.price-tag a {		
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}

/* Position and show only right border of triangle  */
.price-tag a:before {		
	left: -15px;	
	border-color: transparent #1f8dd6 transparent transparent;
	border-width: 15px 15px 15px 0;
}

/* Fix the circle between anchor box and triangle left to it  */
.price-tag a:after {		
	left: -2px;
}

.price-tag a:hover:before {
	border-color: transparent #1d85ca transparent transparent;
}

/* Add rounded corners to left end of the anchor tag */	
.post-tag a {		
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
}

/* Position right and show only left border of triangle  */
.post-tag a:before {		
	right: -15px;	
	border-color: transparent transparent transparent #1f8dd6;
	border-width: 15px 0 15px 15px;
}

/* Fix the circle between anchor box and triangle right to it  */
.post-tag a:after {		
	right: -2px;
}

.post-tag a:hover:before {
	border-color: transparent transparent transparent #1d85ca;
}

.agendaholder {
	width: 100%;
	margin-bottom: 30px;
}
.agendaholder-mobile {
	display: none;
}
.agendaitem {
	width: 80%;
	display: inline-block;
	text-align: left;
	vertical-align: top;
}
.agendadatum {
	font-size: 12px;
	color: #4c4c4c; /* EDITABLE COLOR: agenda date text color ************************* ************************* ************************* */
}
.agendatitel {
	font-size: 16px;
	line-height: 23px;
	color: #4c4c4c;
}
.agendatitel:link, .agendatitel:visited {
	font-size: 16px;
	line-height: 23px;
	color: #4c4c4c; /* EDITABLE COLOR: agenda link color ************************* ************************* ************************* */
	text-decoration: none;
}
.agendatekst {
	font-size: 14px;
	color: #565563; /* EDITABLE COLOR: agenda text color ************************* ************************* ************************* */
	text-align: justify;
}
.agendamore {
	height: 15px;
	text-align: right;
	margin-bottom: 20px;
}

a.agendamore:link, a.agendamore:visited{
	text-decoration: none;
	color: #4c4c4c; /* EDITABLE COLOR: agenda more text color ************************* ************************* ************************* */
	cursor: pointer;
	white-space:nowrap;
}

.dateicon-holder {
	width: 15%;
	display: inline-block;
	padding-right: 10px;
}


.article-options {
	margin-top: 30px;
	width: 100%; 
	height: auto;
	text-align: left;
}
.maps {
	margin: 2px;
	display: inline-block; 
	border: 1px dashed #e0e0e0;
	width: intrinsic;
	padding: 3px;
}

.maps, a:link, a:visited{
	text-decoration: none;
	cursor: pointer;
}
.maps img {
	width:30px;
}
.add-to-agenda {
	margin: 2px;
	display: inline-block; 
	border: 1px dashed #e0e0e0;
	width: intrinsic;
	padding: 3px;
}

.add-to-agenda, a:link, a:visited{
	text-decoration: none;
	color: #492f31;
	cursor: pointer;
}
.add-to-agenda img {
	width:30px;
}

.social-share {
	margin: 2px;
	display: inline-block; 
	border: 1px dashed #e0e0e0;
	width: intrinsic;
	padding: 3px;
}
.social-share img {
	 width:30px;
	 margin: 2px;
}

.filebox {
	background-color: rgba(255, 255, 255, 0.5); 
	border: 1px solid #e5e5e5; 
	margin-bottom: 10px;
}


time.icon-normal
{
  font-size: 1em; /* change icon size */
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
  margin: 0em auto;
  border-radius: 0.6em;
  border: solid 1px #4c4c4c; /* EDITABLE COLOR: agenda date icon border color ************************* ************************* ************************* */
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: rotate(0deg) skewY(0deg);
  -webkit-transform-origin: 50% 10%;
  transform-origin: 50% 10%;
}

time.icon-normal *
{
  display: block;
  width: 100%;
  font-size: 1em;
  font-style: normal;
  text-align: center;
}

time.icon-normal strong
{
  position: absolute;
  top: 0;
  padding: 0.4em 0;
  color: #fff;
  background-color: #4c4c4c; /* EDITABLE COLOR: agenda date icon month background color ************************* ************************* ************************* */
}

time.icon-normal em
{
  position: absolute;
  bottom: 0.3em;
  color: #4c4c4c; /* EDITABLE COLOR: agenda date icon day name text color ************************* ************************* ************************* */
}

time.icon-normal span
{
  width: 100%;
  font-size: 2.8em;
  letter-spacing: -0.05em;
  padding-top: 0.7em;
  padding-bottom: 0.25em;
  color: #2f2f2f; /* EDITABLE COLOR: agenda date icon day number text color ************************* ************************* ************************* */
}

/*** time copys with other green color ***/ 	
time.icon-green
{
  font-size: 1em; /* change icon size */
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
  margin: 0em auto;
  border-radius: 0.6em;
  border: solid 1px #90be44;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: rotate(0deg) skewY(0deg);
  -webkit-transform-origin: 50% 10%;
  transform-origin: 50% 10%;
}

time.icon-green *
{
  display: block;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}

time.icon-green strong
{
  position: absolute;
  top: 0;
  padding: 0.4em 0;
  color: #fff;
  background-color: #90be44;
}

time.icon-green em
{
  position: absolute;
  bottom: 0.3em;
  color: #90be44;
}

time.icon-green span
{
  width: 100%;
  font-size: 2.8em;
  letter-spacing: -0.05em;
  padding-top: 0.7em;
  padding-bottom: 0.25em;
  color: #2f2f2f;
}
/*** time copys with pink color ***/
time.icon-pink
{
  font-size: 1em; /* change icon size */
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
  margin: 0em auto;
  border-radius: 0.6em;
  border: solid 1px #e42485;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: rotate(0deg) skewY(0deg);
  -webkit-transform-origin: 50% 10%;
  transform-origin: 50% 10%;
}

time.icon-pink *
{
  display: block;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}

time.icon-pink strong
{
  position: absolute;
  top: 0;
  padding: 0.4em 0;
  color: #fff;
  background-color: #e42485;
}

time.icon-pink em
{
  position: absolute;
  bottom: 0.3em;
  color: #e42485;
}

time.icon-pink span
{
  width: 100%;
  font-size: 2.8em;
  letter-spacing: -0.05em;
  padding-top: 0.7em;
  padding-bottom: 0.25em;
  color: #2f2f2f;
}

#nl_postcode {
	display: none;
}
/*************** CONTENT END ***************/

/*************** FOOTER START ***************/

a.footerlink:link { color:#ffffff; text-decoration:none; font-weight:normal; }
a.footerlink:visited { color: #ffffff; text-decoration:none; font-weight:normal; }
a.footerlink:hover { color: #ffffff; text-decoration:underline; font-weight:normal; }
a.footerlink:active { color: #ffffff; text-decoration:none; font-weight:normal; }

.footerbar {
	background-color: #7f7f7f; /* EDITABLE COLOR: footer background color ************************* ************************* ************************* */
	width: 100%;
	text-align: center;
}
.footercol1 {
	width: 270px;
	display: inline-block;
	text-align: left;
	color: #ffffff;	/* EDITABLE COLOR: footer column 1 text color ************************* ************************* ************************* */
	font-family: 'WebFont';
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
}
.footercol2 {
	width:270px;
	display: inline-block;
	text-align: left;
	color: #ffffff; /* EDITABLE COLOR: footer column 2 text color ************************* ************************* ************************* */
	font-family: 'WebFont';
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
}
.footercol3 {
	width:430px;
	display: inline-block;
	text-align: left;
	color: #ffffff; /* EDITABLE COLOR: footer column 3 text color ************************* ************************* ************************* */
	font-family: 'WebFont';
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
}
.footertitle {
	font-family: 'WebFont';
	font-weight: bold;
	font-size: 25px;
	margin-top: 40px;
	margin-bottom: 20px;
}
.footercontent {
	width: 980px;
	margin: 0 auto;
}
/*************** FOOTER END ***************/



@media screen and (max-width:960px){
	.maincontent {
		max-width: 670px;
		width: 85%;
	}
	.header_desktop {
		display: none;
	}
	#margin_desktop {
		display: none;
	}
	.header_mobile {
		display: block;
	}
	#margin_mobile {
		display: block;
	}
	.footercontent {
		width: 85%;
	}
	.footercol1 {
		width: 85%;
	}
	.footercol2 {
		width: 85%;
	}
	.footercol3 {
		width: 85%;
	}
	
	.dateicon-holder {
		display: none;
	}
	.agendaholder-mobile {
		width: 15%;
		display: inline-block;
		/* padding-right: 10px; */
		float: left;
		padding: 3px 14px 0px 0px;
	}
	.agendaitem {
		width: 100%;
	}
	.slogan {
		text-align: center;
		color: #ffffff;	/* EDITABLE COLOR: header slogan under logo text color ************************* ************************* ************************* */
		font-family: 'WebFont';
		font-size: 10px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 2px;
	}
	
}

@media screen and (min-width:540px) and (max-width:960px){
	.header_desktop {
		display: none;
	}
	#margin_desktop {
		display: none;
	}
	.header_mobile {
		display: block;
	}
	#margin_mobile {
		display: block;
	}
	
	time.icon-normal
	{
	  font-size: 0.8em; /* change icon size */
	}
	time.icon-normal *
	{
	  font-size: 0.8em;
	}
	time.icon-normal span
	{
	  font-size: 2.6em;
	}
	
	time.icon-green
	{
	  font-size: 0.8em; /* change icon size */
	}
	time.icon-green *
	{
	  font-size: 0.8em;
	}
	time.icon-green span
	{
	  font-size: 2.6em;
	}
	
	time.icon-pink
	{
	  font-size: 0.8em; /* change icon size */
	}
	time.icon-pink *
	{
	  font-size: 0.8em;
	}
	time.icon-pink span
	{
	  font-size: 2.6em;
	}
	
	h1 {
		margin:.67em 0;
		font-size:1.5em;
	}
	h3 {
		font-size:1.3em;
	}
	
		
}

@media screen and (max-width: 540px) {
	.header_desktop {
		display: none;
	}
	#margin_desktop {
		display: none;
	}
	.header_mobile {
		display: block;
	}
	#margin_mobile {
		display: block;
	}
	
	.dateicon-holder {
		display: none;
	}
	.agendaholder-mobile {
		width: 25%;
		display: inline-block;
		/* padding-right: 10px; */
		float: left;
		padding: 3px 8px 0px 0px;
	}
	.agendaitem {
		width: 100%;
	}
	
	time.icon-normal
	{
	  font-size: 0.8em; /* change icon size */
	}
	time.icon-normal *
	{
	  font-size: 0.8em;
	}
	time.icon-normal span
	{
	  font-size: 2.6em;
	}
	
	time.icon-green
	{
	  font-size: 0.8em; /* change icon size */
	}
	time.icon-green *
	{
	  font-size: 0.8em;
	}
	time.icon-green span
	{
	  font-size: 2.6em;
	}
	
	time.icon-pink
	{
	  font-size: 0.8em; /* change icon size */
	}
	time.icon-pink *
	{
	  font-size: 0.8em;
	}
	time.icon-pink span
	{
	  font-size: 2.6em;
	}
}



/*  ************************* ************ ******** ************* ************************* */
/*                                                                                          */
/*  HOME.CSS                                                                                */
/*                                                                                          */
/*  ************************* ************ ******** ************* ************************* */



.homeleft {
	display: inline-block;
	width: 630px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 40px;
	margin-bottom: 40px;
	vertical-align: top;
}
.homeright {
	display: inline-block;
	width: 300px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 40px;
	margin-bottom: 40px;
	vertical-align: top;
	

}
.homeholder {
	width: 100%;
	margin-bottom: 30px;
}
.homeimageholder {
	width: 15%;
	display: inline-block;
	padding-right: 10px;
}
.homeimageholder-mobile {
	display: none;
}
.homeimage {
	width: 100%;
	height: auto;
/*
	border: solid 1px #cccccc;
*/
	display: inline-block;
}
.homeitem {
	width: 80%;
	display: inline-block;
	text-align: left;
	vertical-align: top;
}
.homedatum {
	font-size: 12px;
	color: #4c4c4c;
}
.hometitel-article {
	font-size: 16px;
	color: #4c4c4c;
}
.hometitel {
	font-size: 16px;
	line-height: 23px;
	color: #4c4c4c;
}
.hometitel a {
	font-size: 16px;
	line-height: 23px;
	color: #4c4c4c;
	text-decoration: none;
}
.hometitel-populair {
	font-size: 16px;
	line-height: 16px;
	color: #4c4c4c;
}
.hometitel-populair a {
	font-size: 16px;
	line-height: 16px;
	color: #4c4c4c;
	text-decoration: none;
}
.hometekst {
	font-size: 14px;
	color: #565563;
	text-align: justify;
}
.hometekst a{
	font-size: 14px;
	color: #565563;
	text-align: justify;
}
.hometekst a:hover{
	font-size: 14px;
	color: #15adec;
	text-align: justify;
}
.homemore {
	margin-top: -10px;
	height: 15px;
	text-align: right;
	margin-bottom: 30px;
}
.homemore a {
	font-size: 13px;
	/*color: #15adec;*/
	color: #4c4c4c;
	text-decoration: none;
	
}
.homemore a:hover {
	font-size: 13px;
	color: #4c4c4c;
	text-decoration: none;
}

.homerightheader {
	background-color: #ef1a96;
	width: 100%;
	height: 70px;
	text-align: right;
	border-top-left-radius: 0.3em;
	border-top-right-radius: 0.3em;
}
.homerightmain {
	font-size: 14px;
	color: #565563;
	padding: 20px;
	text-align: left;
	border: #ef1a96 1px solid;
}
.homerightsection {
	font-family: 'WebFont';
	font-size: 20px;
	color: #4c4c4c;
	text-align: center;
	margin-bottom: 20px;
	vertical-align: top;
}
.homesocialimage {
	width: 40px;
	height: 40px;
	margin-left: 2px;
	margin-right: 2px;
}
.homesocialimage img{
	width: 40px;
}
.homerightsocial {
	display: inline-block;
	margin-top: 15px;
	margin-right: 15px;
}

a.readmore:link, a.readmore:visited{
	text-decoration: none;
	color: #4c4c4c;
	cursor: pointer;
	white-space:nowrap;
}
.readmore a:hover{
	text-decoration: none;
	color: #4c4c4c;
	cursor: pointer;
	white-space:nowrap;
}
.homestripe {
	width: 50px;
	display: inline-block;
	margin-top: 12px;
	background-color: #ddd7c7;
	height: 1px;
	vertical-align: top;
	margin-left: 5px;
	margin-right: 5px;
}
.homerightsectiontitel {
	vertical-align: top;
	padding-top: 14px;
}


.homesearchholder {
	width: 100%;
	height: 30px;
}
.searchfield {
	display: inline;
   position: relative;
  float: left;
	width: 88%;
	height: 30px;
}
.searchbutton {
	display: inline;
	position: relative;
	float: left;
	width: 12%;
	padding-left: 2px;
	height: 30px;
	background-color: white;
	text-align: center;
	border-top: solid 1px #c9c9c9;
	border-left: solid 0px #e4e4e4;
	border-bottom: solid 1px #c9c9c9;
	border-right: solid 1px #c9c9c9;
}
/* input: */
.homesearch {
	vertical-align: middle;
	background-color: #f9f9f9;
	height: 30px;
	width: 100%;
	font-size: 14px;
	color: #787775;
	
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 30px;
  border: none;
  border: solid 1px #c9c9c9;
}



@media screen and (max-width:1035px){
	.homeright {
		width: 90%;
	}
	.homeimageholder {
		display: none;
	}
	.homeimageholder-mobile {
		width: 20%;
		display: inline-block;
		/* padding-right: 10px; */
		float: left;
		padding-left: 0px;
		padding-top: 3px;
		padding-right: 14px;
		padding-bottom: 0px;
	}
	.homeleft {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		
	}
	.homeitem {
		width: 100%;
	}
	.hometitel-article {
		font-size: 20px;
	}
}

@media screen and (max-width: 480px) {
	.homeimageholder {
		display: none;
	}
	.homeimageholder-mobile {
		width: 25%;
		display: inline-block;
		/* padding-right: 10px; */
		float: left;
		padding-left: 0px;
		padding-top: 3px;
		padding-right: 8px;
		padding-bottom: 0px;
	}
	.homeleft {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		
	}
	.homeitem {
		width: 100%;
	}
}





