/* ----------------------------------------------
	Theme Name: Structura
	Author: Chris Seymour
	Author URI: http://www.c5mix.com/	
 ------------------------------------------------ */


/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

body {
	margin:0;
	padding:70px 0 0;
}
* {
	outline:none!important;
	-moz-transition: background-color .25s linear;
	-webkit-transition: background-color .25s linear;
	-o-transition: background-color .25s linear;
	-ms-transition: background-color .25s linear;
	transition: background-color .25s linear;
}


/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
@media only screen and (min-width: 1024px) {
.sidebar1 {
    width: 566px;
	float: left;
}

.home1 {
    width: calc(100% - 566px);
	float: left;
}
.sidebar2 {
    width: 566px;
    float: right;
}

 .home2 {
    width: calc(100% - 566px);
}

}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
.fullWidth {
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   max-width: initial;
}
.homeimg { display:inline-block}
.linksbreed img { display:inline-block!important}
.vers-home { position: absolute; right: 25px; left: 25px; bottom: 25px;}
.vers-home h2 { color: #fff; font-size: 32px; line-height: 32px;text-shadow: 0px 3px 5px rgba(20,20,20,0.5); }
.vers-home p {text-shadow: 0px 3px 5px rgba(20,20,20,0.5); color:#fff; font-size:24px;}
.vers-home .button { background: #fff; color: #ee712a;border: 0; box-shadow: none!important}
.vers-home .button:hover { color: #fff}
.visual { background: url(/packages/theme_structura/themes/structura/img/visual-kas.jpg) right top; background-size:cover; height: 330px; display: block; position: relative} 
.visual2 { background: url(/packages/theme_structura/themes/structura/img/visual-kas-2.jpg) right center; background-size:cover; height: 250px; display: block} 



.home-abonnement-inner { padding: 25px 25px; position: relative}
.home-abonnement h3 { margin: 0;}
.home-abonnement h2 { color: #ee712a; line-height: 2.6rem; margin-bottom: 30px}
.home-boeket { background:url(/packages/theme_structura/themes/structura/img/home-boeket.png) no-repeat; padding-left: 130px; margin-bottom: 40px; }
.home-boeket span { background:url(/packages/theme_structura/themes/structura/img/bullet.png) no-repeat left 7px; padding-left:15px}
.home-testfase { display:none; background: url(/packages/theme_structura/themes/structura/img/home-rond.png) no-repeat top center; padding: 30px 40px 10px 40px; text-align: center; width: 250px;color: #000; font-size: 18px; font-weight: 600;}
.home-abonnement-inner .button { margin-left: 10px; border: 0; box-shadow: none!important}
.home-keuze-tekst { margin:0; background:url(/packages/theme_structura/themes/structura/img/bullet.png) no-repeat left 10px; padding-left:15px}
.home-abonnement-inner{ background:url(/packages/theme_structura/themes/structura/img/home-nederland.png) no-repeat  330px 270px}



@media only screen and (min-width: 320px) {
.linksbreed { width: 100%!important}
.rechtssmal { width: 100%!important}
}
@media only screen and (min-width: 768px) {
.linksbreed { width: 30%!important}
.rechtssmal { width: 70%!important}
.visual { height: 450px; } 
.visual2 {  height: 178px;  }
}
@media only screen and (min-width: 1024px) {
.linksbreed { width: 45%!important}
.rechtssmal { width: 55%!important}
.visual { height: 621px; } 
.visual2 {  height: 178px;  }
.vers-home { right: 65px; left: 65px; bottom: 95px;}
.vers-home h2 { color: #fff; font-size: 48px; line-height: 48px}
.home-abonnement { width: 566px; max-width: 566px; height: 620px}
.home-abonnement-inner { padding: 50px 65px}
}
@media only screen and (min-width: 1250px) {
.linksbreed { width: 55%!important}
.rechtssmal { width: 45%!important}
.visual2 {  height: 260px;  }
}
@media only screen and (min-width: 1450px) {
.linksbreed { width: 60%!important}
.rechtssmal { width: 40%!important}
.visual2 {  height: 334px;  }
}
@media only screen and (min-width: 1650px) {
.linksbreed { width: 65%!important}
.rechtssmal { width: 35%!important}
.visual2 {  height: 394px;  }
}
/* Header */

footer table  { background: #afdadb!important; border: none}
footer  table tr.even,footer table tr.alt,footer table tr:nth-of-type(even) {background: #bce4e5!important;}
#header {
	border-top-width:3px;
	border-top-style:solid;
	/* customize_header_border */ border-top-color:#fff; /* customize_header_border */
}

#content-area {
    display:none;
    height:200px;
	max-height: 200px;
    overflow: auto;
	overflow-y:scroll!important;
    margin-bottom:1.5em;
    padding:10px;
    border:solid 1px #d7d7d7;
    color:#505050;
    background-color:#ffffff;
    font-size:90%;
}
/*  Main Navigation  */

#nav {
}
.nav { margin: 8px 0 0!important}
.top-bar {
	background:#fff;
	height:78px;
	line-height:78px;
	-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.3);
	box-shadow: 0 8px 6px -6px rgba(0,0,0,0.3);
}
.top-bar.expanded {
	background:#fff;
}
.top-bar.expanded .title-area {
	background:#fff;
}
.top-bar .top-bar-inner {
	max-width:62.5em;
}
.top-bar .name {
	height:78px;
	margin: 0 0 0 25px
}
@media only screen and (min-width: 1024px) {
.top-bar .name {
	height:78px;
	margin: 0 0 0 65px
}
}
.top-bar .name h1 a, .top-bar .name a {
	font-size:1.5em;
	font-weight:400;
	line-height:70px;
	/* customize_logo */ color:#3E4E59; /* customize_logo */
	font-weight:400;
	display:block;
	padding:0;
}
.top-bar .name h1 a:hover, .top-bar .name a:hover {
	/* customize_logo_hover */ color:#181E23; /* customize_logo_hover */
}
.top-bar .toggle-topbar.menu-icon a {
	color:#afafaf;
}
.top-bar .toggle-topbar.menu-icon a span {
	-webkit-box-shadow: 0 10px 0 1px #afafaf, 0 16px 0 1px #afafaf, 0 22px 0 1px #afafaf;
	box-shadow: 0 10px 0 1px #afafaf, 0 16px 0 1px #afafaf, 0 22px 0 1px #afafaf;
}
.top-bar p {
	position:relative;
	margin:0;
}
.top-bar-section ul {
	background:none;
}
.top-bar-section ul li > a {
	background:#fff;
	font-family: 'Raleway', sans-serif;
	font-weight:500;
	color:#656E72;
	text-transform:uppercase;
	-moz-transition: background-color .25s linear;
	-webkit-transition: background-color .25s linear;
	-o-transition: background-color .25s linear;
	-ms-transition: background-color .25s linear;
	transition: background-color .25s linear;
}
.top-bar-section ul li > a:hover, .top-bar-section ul li a.nav-selected, .top-bar-section ul li a.nav-path-selected {
	background: #f47735;
	color:#fff;
}
.top-bar-section ul li > a.button {
	background:#f47735;
}
.top-bar-section ul li > a.button:hover {
	background:#D26215;
}
.top-bar-section li a:not(.button), .top-bar-section .has-form {
	background:#fff;
	text-align: center
}
.top-bar-section .has-dropdown > a:after {
	border-color: transparent transparent transparent rgba(0, 0, 0, 0.2);
}
.top-bar-section .dropdown li {
	border-top:1px solid #eee;
}
.top-bar-section .dropdown li.title h5 a {
	color:#444;
}
.top-bar-section ul li > a.button {
	color:#fff;
}
.top-bar-section > ul > .divider {
	border-color:#f5f5f5;
}
.top-bar-section .has-form a.social_fb, .top-bar-section .has-form a.social_twitter {
		width: 32px;
	height: 45px;
	display: inline-block;
	margin: 20px 2px 0
}
.top-bar-section .has-form a.social_fb { background:url(/packages/theme_structura/themes/structura/img/icon_fb.png) no-repeat}
.top-bar-section .has-form a.social_twitter { background:url(/packages/theme_structura/themes/structura/img/icon_twitter.png) no-repeat}

.top-bar-section .has-form a.social:hover { background: none}
.top-bar-section .has-form a.social img { max-width: 32px!important; height: 45px;}
#top-bar-search input {
	width: 80px;
	-moz-transition: width 0.5s ease-out;
	-webkit-transition: width 0.5s ease-out;
	-o-transition: width 0.5s ease-out;
	-ms-transition: width 0.5s ease-out;
	transition: width 0.5s ease-out;
}
#top-bar-search input:focus {
	width: 200px;
	-moz-transition: width 0.5s ease-out;
	-webkit-transition: width 0.5s ease-out;
	-o-transition: width 0.5s ease-out;
	-ms-transition: width 0.5s ease-out;
	transition: width 0.5s ease-out;
}

.label { background-color:#f47735!important}
.label:hover,.label:focus { color:#DFDFDF!important}
/* Feature */
#feature {
	/* customize_feature_background */ background-color:#fff; /* customize_feature_background */
	overflow:hidden;
	background-repeat:no-repeat;
	background-position: center top;
	background-size:cover;
	color:#ffffff;
}
#feature * {
	/* customize_feature_text */ color:#ffffff; /* customize_feature_text */
}
#feature h1, #feature h2, #feature p {
	text-shadow:0 0 2px rgba(49, 137, 131, 0.9)
}
#feature h1 {
	/* customize_feature_h1_background */ background-color:#f47735; /* customize_feature_h1_background */
	display:inline-block;
	margin-top:0;
	margin-bottom:0.25em;
	padding:0 2px;
	font-weight:300;
}
#feature h2, #feature .orbit-caption h3 {
	font-weight:300;
	margin:0;
}
#feature p {
	margin-bottom:0;
}
#feature p.lead {
	font-weight:200;
}
#feature img {
	width:100%;
	vertical-align:bottom;
}
#feature .large-12 {
	padding-top:1.5em;
	padding-bottom:1.5em;
}

#feature .orbit-container .orbit-slides-container > * .orbit-caption {
	font-size:1em;
	background-color: rgba(81, 161, 156, 0.7)
}
#feature .orbit-bullets li {
	background:#CCCCCC!important;
	border:none!important;
}
#feature .orbit-bullets li.active {
	background:#f47735!important;
}

.items3 { display: table; margin: 0 0 20px}
.kader { border: 2px solid #bce4e5; padding: 15px; display: table}
textarea { height: 160px!important}

/* Sections */
#sections {
	/* customize_sections_background */ background-color:#7accc7; /* customize_sections_background */
	text-align:center;
}
#sections * {
	/* customize_sections_text */ color:#FFFFFF; /* customize_sections_text */
}
#sections p {
	/* customize_sections_paragraphs */ color:#fddcb3; /* customize_sections_paragraphs */
	margin-bottom:1em;
}
#sections .columns {
	padding-top:30px;
	padding-bottom:30px;
	
}
#sections .columns:hover {
	/* customize_sections_background_hover */ background-color:#eb8406; /* customize_sections_background_hover */
}


/* Wrapper */
#wrapper {
	/* customize_content_background */ background-color:#FFFFFF; /* customize_content_background */
	padding:40px 0;
}


/* Content */
#content{
}


/* Sidebar */
#sidebar {
}


/* Side Navigation */
.side-nav {
	margin-left:0!important;
}
.side-nav li {
}
.side-nav li a {
	/* customize_side_menu_link */ color:#f47735; /* customize_side_menu_link */
}
.side-nav li a:hover, .side-nav li a.nav-path-selected, .side-nav li a.nav-selected {
	/* customize_side_menu_link_hover */ color:#D26215; /* customize_side_menu_link_hover */
}
.side-nav li a.nav-path-selected, .side-nav li a.nav-selected {
	font-weight:bold;
}
.side-nav li ul {
	margin-top:0.15em;
}


/* Sub Navigation */
.sub-nav dt.active a, .sub-nav dd.active a {
	background:#f47735;
}


/* Callout */
#callout {
	/* customize_callout_background */ background-color:#7accc7; /* customize_callout_background */
	padding:30px 0;
	/* customize_callout_text */ color:#FFFFFF; /* customize_callout_text */
	text-align:center;
}
#callout p, #callout .button {
	margin-bottom:0;
	display:inline-block;
}
#callout .button {
	margin-left:30px;
}


/* Footer */
#footer {
	/* customize_footer_background */ background-color:#bde5e6; /* customize_footer_background */
	padding:50px 0 40px;
	/* customize_footer_text */ color:#497266; /* customize_footer_text */
}
#footer .columns {
	font-size:0.750em;
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
	/* customize_footer_headings */ color:#f47735; /* customize_footer_headings */
}
#footer h3 { padding: 30px 0}
#footer h5 { margin-bottom: 10px;}
#footer a {
	/* customize_footer_link */ color:#242021; /* customize_footer_link */
}
#footer a:hover {
	/* customize_footer_link_hover */ color:#ffffff; /* customize_footer_link_hover */
}
#footer ul {
	list-style:none;
}
#footer ul li {
	border-bottom:1px solid #ffffff;
	padding:5px 0;
}
#footer ul li a {
	display:block;
}

#footer #copyright {
	font-size:0.70em;
	margin-top:30px;
	padding-top:30px;
	border-top:1px solid rgba(255,255,255,1.0);
}
#footer #copyright .sub-nav dt, #footer #copyright .sub-nav dd {
	font-size:1em;
}
#footer #copyright .sub-nav dt.active a, #footer #copyright .sub-nav dd.active a {
	background:#7499A7;
	color:white;
}


/* ------------------------------------------
   ELEMENTS
------------------------------------------- */ 

/* Buttons */
.button {
	background-color:#f47735;
	border-color: #D26215;
}
.button:hover, .button:focus {
	background-color:#D26215;
}
.button.secondary {
	color:#3E4E59;
}
footer .button { background: #ffffff; border:0; color: #f47735!important; width:100%; text-align: left}
footer .button:hover, footer .button:focus {background-color:#f47735; color: #ffffff!important;}

/* Page List */
.ccm-page-list {
}
.ccm-page-list .row {
	margin-bottom:1em;
}
.ccm-page-list-title {
	line-height:1.2;
	margin:0 0 0.35em;
}
div.ccm-page-list-description {
	margin:0 0 2em;
}
p.ccm-page-list-description {
	margin:0 0 1em;
}
.ccm-page-list .columns {
	text-align:center;
}
.ccm-page-list-one-col .columns {
	text-align:left;
}

.ccm-page-list-thumbnail {
	background:url(/packages/theme_structura/themes/structura/img/label_top.jpg) no-repeat center top;
	background-size: cover;
	padding-top:80px;
	padding-bottom:1em;
	padding-left: 2px;
	padding-right: 2px;
	position:relative;
	overflow:hidden;
}
.large-3 .ccm-page-list-thumbnail { padding-top: 52px;}
.large-6 .ccm-page-list-thumbnail { padding-top: 110px;}
.large-4 .ccm-page-list-title, .large-4 p, .large-3 .ccm-page-list-title, .large-6 .ccm-page-list-title  { border-right: 1px solid #bce4e5;border-left: 1px solid #bce4e5;margin: 0; padding: 0 5px 10px;}
.large-6 .ccm-page-list-title { padding: 30px 10px; color:#f47735}
.large-4 p,  .large-3 .ccm-page-list-title, .large-6 .ccm-page-list-title  {border-bottom: 1px solid #bce4e5; margin-bottom: 20px; }
.large-3 .ccm-page-list-title { color:#f47735; min-height: 74px; margin-bottom: 5px}
.large-4 .ccm-page-list-title { color:#f47735;}
.large-3 a:hover .ccm-page-list-title, .large-4 a:hover .ccm-page-list-title, .large-6 a:hover .ccm-page-list-title { color: #000000}
.ccm-page-list-thumbnail img {
	-webkit-transition:all 0.2s linear 0s;
	-moz-transition:all 0.2s linear 0s;
	-o-transition:all 0.2s linear 0s;
	-ms-transition:all 0.2s linear 0s;
	transition:all 0.2s linear 0s;
	margin: 0 auto!important
}
.tekst p { border:0}
.large-4 a img {	margin: 0 auto!important}
.ccm-autonav-breadcrumb-sep {
	margin:0 5px;
}
.overlay {
	background:#f47735;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0;
	-webkit-transition:all 0.2s linear 0s;
	-moz-transition:all 0.2s linear 0s;
	-o-transition:all 0.2s linear 0s;
	-ms-transition:all 0.2s linear 0s;
	transition:all 0.2s linear 0s;
}
.large-3 .overlay ,.large-4 .overlay { background:none!important}
.ccm-page-list-controls {
	text-align:center;
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	margin-top:-0.75em;
	padding:0 1em;
	opacity:0;
	-webkit-transition:all 0.2s linear 0s;
	-moz-transition:all 0.2s linear 0s;
	-o-transition:all 0.2s linear 0s;
	-ms-transition:all 0.2s linear 0s;
	transition:all 0.2s linear 0s;
	-webkit-transform:translateY(-75px);
	-moz-transform:translateY(-75px);
	-o-transform:translateY(-75px);
	transform:translateY(-75px);
}
.ccm-page-list-controls .button.secondary {
	background-color:#3E4E59;
	border:none;
	color:#fff;
	opacity:0.85;
	-webkit-transition:all 0.2s linear 0s;
	-moz-transition:all 0.2s linear 0s;
	-o-transition:all 0.2s linear 0s;
	-ms-transition:all 0.2s linear 0s;
	transition:all 0.2s linear 0s;
}
.ccm-page-list-controls .button.secondary:hover {
	opacity:1;
}
.ccm-page-list-thumbnail:hover .overlay {
	opacity:0.8;
}
.ccm-page-list-thumbnail:hover .ccm-page-list-controls {
	opacity:1;
	-webkit-transform:translateY(0px);
	-moz-transform:translateY(0px);
	-o-transform:translateY(0px);
	transform:translateY(0px);
	transition-delay:0.1s;
}
.ccm-page-list-thumbnail:hover img {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}

small.meta {
	font-size:75%;
	color:#6F6F6F;
	display:block;
	margin:0 0 0.95em;
}
.blog_entry small.meta {
	margin-bottom:1.5em;
}


/* Forms */
table.formBlockSurveyTable {
	border:none;
}
table.formBlockSurveyTable tr.even, table.formBlockSurveyTable tr.alt, table.formBlockSurveyTable tr:nth-of-type(2n) {
	background:none;
}
.required {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#f47735;
}


/* Tag List */
.ccm-tags-display {
	margin:0 0 1.5em;
}
.ccm-tags-display ul.ccm-tag-list {
	overflow:hidden;
	margin-left:0!important;
}
.ccm-tags-display ul.ccm-tag-list li {
	background-color: #E9E9E9;
	height:auto!important;
    color: #333333;
}
.ccm-tags-display ul.ccm-tag-list li:hover {
	background-color:#d3d3d3;
	
}
.ccm-tags-display ul.ccm-tag-list li a {
	color: #333333;
}


/* Blog */
.post-title {
	margin-bottom:0.25em;
}
.entry .ccm-output-thumbnail {
	margin:0.75em 0;
}


/* Date Archives */
#main-content-sidebar-archives h4 {
	margin-bottom:0.25em;
}
#main-content-sidebar-archives ul {
	list-style:none;
	margin-left:0!important;
}


/* Google Map */
.googleMapCanvas img {
	max-width:none;
}


/* Orbit */
.orbit-container .orbit-slides-container > * .orbit-caption {
	padding:15px 75px;
}
.orbit-caption h3, .orbit-caption p {
	margin-top:0;
	margin-bottom:0;
}
.orbit-caption h3 {
	font-size:1.2em;
}
.orbit-caption p {
	font-size:1em;
	line-height:1.2;
	display:none;
}
.orbit-container .orbit-prev, .orbit-container .orbit-next {
	background-color:#f47735;
	background-color:rgba(244,119,53,0.8);
	-webkit-transition:all 0.2s linear 0s;
	-moz-transition:all 0.2s linear 0s;
	-o-transition:all 0.2s linear 0s;
	-ms-transition:all 0.2s linear 0s;
	transition:all 0.2s linear 0s;
}
.orbit-container .orbit-prev:hover, .orbit-container .orbit-next:hover {
	background-color:#f47735;
	background-color:rgba(244,119,53,1);
}
.orbit-container .orbit-prev:hover span {
	border-color:transparent white transparent transparent;
}
.orbit-container .orbit-next:hover span {
	border-color:transparent transparent transparent white;
}
.orbit-bullets {
	text-align:center;
	margin:0 auto 15px;
	top:8px;
}
.orbit-bullets li {
	float:none;
	display:inline-block;
	border:1px solid #656E72;
	height:14px;
	width:14px;
}
.orbit-bullets li.active {
	background:#656E72;
}
.orbit-container .orbit-timer .orbit-progress {
	background-color:rgba(255,255,255,0.6);
}
.orbit-container .orbit-timer > span {
	border: solid 4px white;
	border-top: none;
    border-bottom: none;
}
.orbit-container .orbit-timer.paused > span {
	border-color: transparent transparent transparent white;
}
.orbit-container .orbit-slide-number {
	color:#ffffff;
}

/* Check List */
ul.check-list {
	list-style:none;
	font-size:0.9em;
	margin-top:1.5em;
	margin-left:0!important;
}
ul.check-list i {
	color:#f47735;
}


/* Alert Box */
.alert-box p {
	margin-bottom:0;
	line-height:1;
}


/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in {
	opacity:0;  /* make things invisible upon start */
	-webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
	-moz-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;

	-webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;

	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	animation-duration:1s;
}
.fade-in.one {
	-webkit-animation-delay: 0.25s;
	-moz-animation-delay: 0.25s;
	animation-delay: 0.25s;
}
.fade-in.two {
	-webkit-animation-delay: 0.75s;
	-moz-animation-delay: 0.75s;
	animation-delay: 0.75s;
}
.fade-in.three {
	-webkit-animation-delay: 1.0s;
	-moz-animation-delay: 1.0s;
	animation-delay: 1.0s;
}


/* alignment classes & additional classes*/

.left  { float: left; }
.right { float: right; }


/* Clearing */

.clearboth { clear: both; }
.clear { display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: ".";
}


/* concrete5 interface */
#ccm-page-controls-wrapper *,
#ccm-page-controls-wrapper *:before,
#ccm-page-controls-wrapper *:after,
.ui-dialog *,
.ui-dialog *:before,
.ui-dialog *:after
{
	-moz-box-sizing: content-box!important;
	-webkit-box-sizing: content-box!important;
	box-sizing: content-box!important;
}
.ui-dialog input {
	display:inline-block;
	width:auto;
}
.ui-dialog select {
	width:auto;
}


@media only screen and (min-width: 48em) {
	h1, h2, h3, h4, h5, h6 {
		line-height: 1.4;
	}
	h1 {
		font-size: 2.75em;	
	}
	h2 {
		font-size: 2.3125em;
	}
	h3 {
		font-size: 1.6875em;
	}
#footer h3 { padding: 0px 0}
	h4 {
		font-size: 1.4375em;
	}
	.top-bar-section .dropdown {
		box-shadow:0 4px 6px rgba(0,0,0,0.3);
	}
	.ccm-page-list-one-col .ccm-page-list-thumbnail {
		margin-bottom:0;
	}
	.orbit-caption h3 {
		font-size:1.6875em;
	}
	.orbit-caption p {
		font-size:1em;
		line-height:1.6;
		display:block;
	}
}

@media only screen and (min-width: 58.75em) {
	.top-bar-section li a:not(.button) {
		line-height:70px;
	}
	.top-bar-section > ul > .divider, .top-bar-section .has-form {
		height:70px;
	}
	.top-bar-section .dropdown li a {
		font-size:0.745em;
		line-height:1.5;
	}
	.top-bar-section .has-dropdown > a:after {
        border-color: rgba(0, 0, 0, 0.2) transparent transparent transparent;
    }
	.top-bar-section ul.right li .dropdown li .dropdown {
		margin-top:-1px;
	}
	.top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
		margin-top:-10px;
	}
	.top-bar input, .top-bar .button, .top-bar p {
		top:21px;
	}
	.top-bar p .button {
		top:0;
	}
	#feature h2, #feature .orbit-caption h3 {
		font-size:2.3125em;
	}
	#feature p.lead {
		font-size:1.75em;
	}
	#feature .large-12 {
		padding-top:3.5em;
		padding-bottom:3.5em;
	}
}


/* customize_miscellaneous */  /* customize_miscellaneous */

/* stappen */
.button.wit { background: #fff; color:#ee712a; padding: 5px 15px; box-shadow:none}
.button.wit:hover {background: #ee712a; color: #fff;}
.stappen { margin-bottom: 10px}
.stappen span { background: #7ccdc8; width: 30px; height: 30px; display: inline-block; color: #fff; font-size: 22px; text-align: center; line-height: 1.1em;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;}
.stappen.active span { background: #ee712a}
.stappen p { display: inline-block; padding: 0 0 0 5px; margin:0; border:0!important}
.stappen p.extra { color: #7ccdc8; line-height: 1rem; font-size: 90%; padding-left: 40px;}
.testfase { text-align: center; color: #ee712a; font-size: 120%; border-top: 1px solid #f6f6f6; padding: 10px 0; display: block}

.postcode-check  { background:#7ccdc8; padding: 25px 25px 40px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; position: relative; margin: 15px 0 35px}
.postcode-check h2 { color: #fff; font-size: 180%; margin-bottom: 20px}
.postcode-check .zip { text-align: left; font-weight: 600; margin: 0 0 5px}
.postcode-check input { text-align: center; font-size: 26px; font-weight: 600; padding: 9px 3px; height: auto;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; border:0}
.postcode-check .button { width: 100%; margin: 20px 0 0; font-weight: 400; padding: 12px 3px}
.postcode-check .nederland { display: block; width: 153px; height: 182px; background:#7ccdc8 url(/packages/theme_structura/themes/structura/img/postcode-nederland.png) no-repeat; margin: 0 auto}
.postcode-check .error { padding: 5px 10px;background: #ee712a; color: #fff; display: inline-block }
@media only screen and (min-width: 1024px) {.postcode-check .nederland { position: absolute; right: 50px; top: 20px} }

.tekstvak h3 { color:#f47735; margin-bottom: 2px}
.postcode.kader { padding: 30px 45px; background:url(/packages/theme_structura/themes/structura/img/bloem.jpg) no-repeat right 120px}
.postcode.kader p { margin-bottom:0}
.postcode.kader h3 {color:#f47735; margin-bottom: 30px}
.postcode.kader ul { margin-left: 5px;   list-style: none;}
.postcode.kader ul li {color:#f47735; font-size: 110% }
.postcode.kader ul li:before {
    content: "";
    line-height: 1em;
    width: .3em;
    height: .3em;
    background-color: black;
    float: left;
    margin: .65em .55em 0;
    border-radius: 50%;
}
.gefeliciteerd { text-align: center;color:#ee712a;}
.keuzekop { color: #2eaeb2; margin: 120px 0 0}
.keuzekop.mobiel { margin:0 0 20px}
.boeket, .leeg { background: #e2f3f4; padding: 10px 25px; text-align: center}
.boeket.mobiel, .formaat.mobiel { padding: 10px}
.boeket  p, .keuze p{ border:0; padding:0; margin: 5px 0}
.boeket img, .formaat img { display:inline-block}
.formaat, .formaat-buiten { background: #e3f4f4}
 
.formaat-buiten  { display: table}
.formaat h4 { margin: 20px 0 10px}
.formaat-buiten { padding: 0;}
.keuze { background:#d2edee;padding: 80px 25px; text-align: center;}
.keuze.mobiel { padding: 25px 10px 10px;}
.keuze p { font-weight: 600; color: #000; margin-bottom: 15px}



.radio label { display: inline-block!important}
.formidable .auto { display: inline-block!important; float:left!important; margin-bottom:9px!important}

















