header#masthead hgroup {
	position: relative;
	
	padding-bottom: 15px;
	padding-top: 15px;
	zoom: 1;
}

/* Consistent fonts across all elements */

body,
button,
input,
select,
textarea {
	color: #666666;
	font-family: Arial;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	word-wrap: break-word;
}

/* Links */

a {
	color: #666666;
}

a:hover,
a:focus,
a:active {
	color: #00bcff;
}


/* Styles for actual content */

article.post .entry-header h1.entry-title,
article.page .entry-header h1.entry-title {
	color: #00bcff;
	font-size: 1.7em;
	font-weight: 500;
	line-height: 1.35em;
}

article.post .entry-header h1.entry-title a,
article.page .entry-header h1.entry-title a {
	color: inherit;
	font-weight: bold;
	text-decoration: none;
}


.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-weight: 500;
	margin: 1em 0;
}

.entry-content h1 {
	font-size: 1.7em;
  	color: #00bcff;
}

.entry-content h2 {
	font-size: 1.6em;
  	color: #00bcff;
}

.entry-content h3 {
	font-size: 1.5em;
  	color: #00bcff;
}

.entry-content h4 {
	font-size: 1.4em;
  	color: #444444;
}

.entry-content h5 {
	font-size: 1.2em;
  	color: #444444;
}

.entry-content h6 {
	font-size: 1.1em;
  	color: #444444;
}

.widget_circleicon-widget .circle-icon-box h4 {
	color: #00bcff;
	font-size: 27px;
	line-height: 1.0em;
	font-weight: bold;
	margin-bottom: 0.1em;
	margin-top: 0;
}

.widget_circleicon-widget .circle-icon-box.circle-icon-size-large .circle-icon {
	width: 300px;
	height: 150px;
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.widget_circleicon-widget .circle-icon-box.circle-icon-size-large .circle-icon [class^="icon-"] {
	font-size: 44px;
	line-height: 1.1em;
}

.widget_circleicon-widget .circle-icon-box.circle-icon-size-large.circle-icon-position-top {
	padding-top: 160px;
}

.widget_circleicon-widget .circle-icon-box.circle-icon-size-large.circle-icon-position-top .circle-icon {
	top: 0;
	left: 50%;
	
	margin-left: -150px;
}

.widget_circleicon-widget .circle-icon-box.circle-icon-size-large.circle-icon-position-bottom {
	padding-bottom: 160px;
}

.widget_circleicon-widget .circle-icon-box.circle-icon-size-large.circle-icon-position-bottom .circle-icon {
	bottom: 0;
	left: 50%;
	
	margin-left: -150px;
}

.widget_headline-widget {
	text-align: center;
}

.widget_headline-widget h1 {
	color: #00bcff;
	font-size: 26px;
	letter-spacing: 1px;
	line-height: 36px;
	margin: 0;
	padding-top: 20px;
	text-transform: uppercase;
}

.widget_headline-widget h3 {
	color: #666666;
	font-size: 14px;
	font-weight: 200;
	margin: 0;
	padding-bottom: 20px;
}

.widget_headline-widget .decoration {
	position: relative;
	height: 1px;
	
	border-top: 1px solid #EEE;
	margin: 20px 60px 20px 60px;
}


.entry-content img {
	height: auto;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0 0px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0 0px 0px rgba(0,0,0,0);
	box-shadow: 0 0px 0px rgba(0,0,0,0);
	max-width: 100%;
}

.entry-content a {
	color: #666666;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.entry-content a:hover {
	color: #00bcff;
	header#masthead hgroup {
	position: relative;
	padding-bottom: 5px;
	padding-top: 5px;
	zoom: 1;
}
 /* Popup Maker: ronde hoeken, schaduw en animatie */
.pum-container,
.pum-container .pum-content,
.pum-container .pum-inner {
    border-radius: 15px !important;      /* ronde hoeken forceren */
    box-shadow: 0 5px 25px rgba(0,0,0,0.3) !important; /* lichte schaduw */
    overflow: hidden !important;         /* inhoud binnen de hoeken */
    padding: 30px !important;
    transform: translateY(-50px);
    opacity: 0;
    transition: all 0.5s ease;
}

/* Popup open animatie */
.pum-open .pum-container,
.pum-open .pum-container .pum-content,
.pum-open .pum-container .pum-inner {
    transform: translateY(0);
    opacity: 1;
}