/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
	color: #222;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

img {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

h1, h2, h3, h4 {
	margin: 0;
	line-height: 1.2em;
}

a {
	color: #22addf;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/*span {
	color: #22addf;
}*/

.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

/* Footer uses a slightly less nice way to extend the background to the edges, because of lack of specified height. The overflow-x prevents showing horizontal scrollbars */
html, body {
	overflow-x: hidden;
}

/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
	font: 16px/26px "Open Sans", sans-serif;
	color: #313134;
}

.wrapper {
	width: 90%;
	margin: 0 5%;
}

/* ========================
	ALL: FinanceWise Theme
   ======================== */

.title {
	color: white;
}

h2 {
	font-weight: normal;
}

.logo {
	margin-top: 20px;
	display: block;
	height: auto;
}
.widget li {
	padding-left: 20px;
}
nav ul {
	margin: 0;
	padding: 0;
}

.bannermovie {
	position: absolute;
	bottom: 15%;
	right: 10%;
	width: 40.9%;
	height: 0;
	text-align: right;
	padding-bottom: 23%;
	border: 4px solid black;
}
.bannermovie iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0; top: 0;
	-webkit-box-shadow: 0px 0px 25px rgba(50, 50, 50, 1);
	-moz-box-shadow:    0px 0px 25px rgba(50, 50, 50, 1);
	box-shadow:         0px 0px 25px rgba(50, 50, 50, 1);
}

.banner .button {
	position: absolute;
	left: 10%;
	height: 9%;
	width: auto;
	bottom: 53%;
}

.banner .medialogos {
	left: 55%;
	height: 9%;
	width: auto;
	bottom: 3%;	
	position: absolute;
	z-index: 5;
}

	.banner .medialogos img {
		width: 25%;
		margin-left: 2%;
	}

.main-container article .sameline {
	display: inline;
	position: relative;
}

.brokenwhite {
	background-color: #f2f2f2;
}

/* ===========
	ALL: Main
   =========== */
.main article header,
.main article footer {
	text-align: center;
	clear: both;
	margin: 1em 0 3.3em 0;
}
.main article header h1,
.main article footer h1 {
	font-size: 3.3em;
	font-size: 2em;
}
.main article header h2,
.main article footer h2 {
	color: #22addf;
}
.main article section h1,
.main article section h2 {
	color: #22addf;
	font-size: 1.5em;
}
.main article footer .button {
	margin-top: 65px;
}

/* Contact table */
.main article .contacttable {
	width: 100%;
	table-layout: fixed;
	text-align: center;
	margin: 0px 0 20px 0;
}
.main article .contacttable
.main article .contacttable th
.main article .contacttable td {
	border: none;
}
.main article .contacttable th img {
	margin-bottom: 10px;
}
.main article .contacttable th {
	font-size: 16pt;
	padding: 0px 0px;
	font-weight: normal;
}
.main article .contacttable td {
	color: #1f9cd6;
	font-size: 10pt;
}
.main article .contacttable td img {
	display: inline;
	padding-right: 10px;
}

.voorwaarden ol li {
	list-style-type: decimal;
}

.voorwaarden ol ol li {
	list-style-type: lower-alpha;
}
.voorwaarden ol ol ol li {
	list-style-type: decimal;
}
.voorwaarden ol ol ul li {
	list-style-type: disc;
}
.voorwaarden ol,
.voorwaarden ul,
.voorwaarden p {
	font-size: 14px;
}
.voorwaarden h3 {
	text-decoration: underline;
	font-size: 12pt;
	margin-top: 15px;
	font-weight: normal;
}

/* =============
	ALL: Footer
   ============= */
.footer-container footer .columns {
	padding: 2em 0;
	font-size: 12px;
}

.footer-container footer h1 {
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: underline;
}
.footer-container footer ul {
	list-style-type: none;
	padding: 0;
	margin-top:0;
}
.footer-container footer ul img[src="img/footer-fw.png"] {
	margin-top: 10px;
}

/* ==============
	MOBILE: Menu
   ============== */

.topbar {
	text-align: center;
	height: auto;
}
nav {
	z-index: 2;
}

nav,
.logo,
.widget {
	display: inline;
	padding: 0;
	margin: auto;
	float: none;
	position: static;
	height: auto;
}

.logo {
	
	margin-top: 20px;
	margin-bottom: 20px;
}


nav a, nav a:visited {
	display: block;
	margin-bottom: 10px;
	padding: 15px 0;

	text-decoration: none;
	text-align: center;
	text-transform: uppercase;

	color: white;
	background-image: url("../img/mobilemenu-bg.png");
}

nav a:hover {
	text-decoration: none;
}

/* ==============
	MOBILE: Main
   ============== */

.main {
	padding: 30px 0;
}

.main article h1 {
	font-size: 2em;
	font-weight: normal;
}

.main aside {
	color: white;
	padding: 0px 5% 10px;
}

.main-container article img,
.banner,
.slideshow-container,
.horizontalipad {
	display: none;
}

.footer-container footer {
	color: white;
}

/* ================
	MOBILE: Footer
   ================ */

.footer-container footer {
	background-color: #22addf;
	text-align: center;
}
.footer-container footer .columns h1 {
	-column-break-after: avoid;
	-moz-column-break-after: avoid;
	-webkit-column-break-after: avoid;
	margin-top: 20px;
}
.footer-container .mobile {
	display: block;
}

.footer-container .wide {
	display: none;
}

/* ===============
	ALL: IE Fixes
   =============== */

.ie7 .title {
	padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.logo {
	height: 89px;
	display: inline;
	position: relative;
	z-index: 1;
}
.widget {
	z-index: 2;
}
.widget ul li {
	list-style-type: none;
	display: inline-block;
}

.wrapper {
	/*background-color: #f2f2f2;*/
}

.aanvraagbutton_mobile {
	width: 100%;
	text-align: center;
	margin-top: 25px;
}

/* ===========
	ALL: Form
   =========== */

input[type="text"],
input[type="email"],
textarea,
select {
	/*min-width: 300px;*/
        width: 90%; /* swup edit */
}
.aanvraagformulier {
	margin-bottom: 60px;
}

.aanvraagformulier table tr td {
	width: 50%;
}
.aanvraagformulier table tr td input,
.aanvraagformulier table tr td select {
	padding: 2px;
}

.aanvraagformulier table {
	margin: auto;
}
.aanvraagformulier tr td:first-child {
	text-align: right;
	padding-right: 20px;
}
.aanvraagformulier table tr td label span {
	font-style: italic;
}
.aanvraagformulier table tr td {
	padding: 5px;
}
.aanvraagformulier table tr td span {
	font-size: 14px;
}
.aanvraagformulier table tr td h2 {
	margin-top: 20px;
}
.aanvraagformulier table tr td div {
	display: inline;
}

input[type="submit"] {
	background-color: #22addf;
	height: 40px;
	width: 200px;
	color: #fff;
	font-weight: bold;
	border-radius: 25px;
	-moz-border-radius: 25px;
  	-webkit-border-radius: 25px;
  	border: 1px solid #56c3f0;
  	margin-top: 40px;
}

/* ======================
	ALL: Form conditions
   ====================== */

/* Overige werkzaamheden, namelijk tekstveld zichtbaar als checkbox overige aanstaat */
textarea[name="overigewerkzaamhedentextarea"] {
	display: none;
}

input[name="Overigewerkzaamhedencheckbox"]:checked + textarea[name="overigewerkzaamhedentextarea"] {
	display: block;
}

/* Internationaal netwerk, bij ja een textarea */
textarea[name="internationaaltextarea"] {
	display: none;
}

input[type="radio"]:checked + input[type="radio"] + textarea[name="internationaaltextarea"] {
	display: block;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

/* ====================
	INTERMEDIATE: Menu
   ==================== */
	.widget {
		text-align: center;
	}
	nav {
		display: inline-block;
		position: relative;
		/*font-weight: bold;*/
		font-size: 12px;
		border-bottom: 1px solid black;
	}
	
	nav a, nav a:visited {
		color: #1a1a1a;
		float: left;
		padding: 0 10px;
		margin-bottom: 0;
		text-align: left;
		background-color: transparent;
		background-image: none;
	}

	nav a:visited {
		color: #1a1a1a;
	}

	nav a:hover {
		text-decoration: none;
		color: #22addf;
	}

	nav li:first-child a {
		padding-left: 0;
	}

	nav li:last-child a {
		padding-right: 0;
		background-image: none;
	}

	nav li ul {
		margin-top: 26px;
		display: none;
		width: 140px;
		position: absolute;
	}
	nav li li {
		display: block;
		float: none;
		padding: 0px;
	}
	nav li:hover ul{
		display: block;
	}
	nav li ul a {
		display: block;
		text-align: left;
	}


/* =======================================
    INTERMEDIATE: Extended footer background
   ======================================= */

    .footer-container footer {
        position: relative;
        background: black; 
        text-align: left;
    }
    .footer-container footer:before,
    .footer-container footer:after {
        content: "";
        position: absolute;
        background-image: url("../img/bgpatterns-footer.jpg");
        background-size: 100% 100%;
        top: 0;
        bottom: 0;
        width: 9999px;   /* some huge width */
    } 
    .footer-container footer:before {
        right: 100%; 
    }
    .footer-container footer:after {
        left: 100%;
    }

/* =============================
	INTERMEDIATE: Image display
   ============================= */

	.main-container article img,
	.slideshow-container,
	.horizontalipad {
		/*display: block;*/
                display: inline-block; /* swup edit */
		margin: auto;
	}
	.main-container .alternating section img {
		margin-top: 35px;
	}

	.main {
		padding: 0px 0;
	}

/* ===============
	INTERMEDIATE: Footer
   =============== */


.footer-container footer {
	background-image: url("../img/bgpatterns-footer.jpg");
	background-size: 100% 100%;
	padding-top: 10px;
}

.footer-container footer .columns {
	column-count:4;
	-moz-column-count:4; /* Firefox */
	-webkit-column-count:4; /* Safari and Chrome */
}
.footer-container footer .columns h1 {
	-column-break-after: avoid;
	-moz-column-break-after: avoid;
	-webkit-column-break-after: avoid;
	margin-top: 0px;
}

/* ========================
	INTERMEDIATE: IE Fixes
   ======================== */

	nav ul li {
		display: inline;
	}

	.oldie nav a {
		margin: 0 0.7%;
	}
}

@media only screen and (min-width: 768px) {

/* ============
	WIDE: Menu
   ============ */
.topbar {
	text-align: left;
	height: 114px;
	position: relative;
}
.widget {
	display: block;
	height: 23px;
	position: absolute;
	top: 0px;
	right: 10%;
}
.logo {
	width: 250px;
	height: auto;
	margin-top: 20px;
}
nav {
	margin-top: 70px;
	float: right;
	font-size: 13px;
	border: none;
	position: absolute;
	right: 0;
}
nav:after {
	clear: both;
	display: block;
}
.topbar {
	height: auto;
}

/* ============
	WIDE: Banner
   ============ */

	.banner {
		position: relative;
		display: block;
		background-color: transparent;
	}
	.banner .background {
		width: 100%;
	}

	.banner .infinite {
		position: absolute;
		left: -50%;
		width: 2400px;
		height: 100%;
		max-height: 500px;
		z-index: 0;
		background-size: contain;
	}
	.header-container .ondernemers .infinite {
		background-image: url("../img/Ondernemers_bg.jpg");
	}
	.header-container .entrepreneurs .infinite {
		background-image: url("../img/Ondernemers_bg.jpg");
	}
	.header-container .dienstverleners .infinite {
		background-image: url("../img/Dienstverleners_bg.jpg");
	}
	.header-container .overons .infinite,
	.header-container .vragen .infinite,
	.header-container .contact .infinite  {
		background-image: url("../img/Dienstverleners_bg-small.jpg");
	}
	.banner .content {
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		max-width: 100%;
		max-height: 500px;
		background-size: contain;
	}
	.header-container .ondernemers .content {
		background-image: url("../img/banner-ondernemers.png");
	}
	.header-container .entrepreneurs .content {
		background-image: url("../img/banner-entrepreneurs.png");
	}
	.header-container .dienstverleners .content {
		background-image: url("../img/banner-dienstverleners.png");
	}

	.aanvraagbutton_mobile {
		display: none;
	}
	/*.banner:before,
	.banner:after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		width: 3048px;
		z-index: -1;
		background-size: contain;
	} 
	.banner:before {
		left: 100%;
		background-image: url("../img/banner-bg-r.jpg");
	}
	.banner:after {
		right: 100%;
		background-position: right;
		background-image: url("../img/banner-bg-l.jpg");
	}*/

/* ============
	WIDE: Section
   ============ */

   /* Alternating columns */
	.main article.alternating section,
	.main article.alternating section p {
		clear: both;
	}
	.main article.alternating section div {
		position: relative;
		bottom: 65px; /* APPROXIMATION OF HEADER TITLES DIVIDED BY TWO */ 
	}
	.main article.alternating section > * {
		
	}
	.main article.alternating section > *:not(img) {
		/*width: 45%;*/
                width: 65%; /* swup edit */
	}
	.main article.alternating section:nth-child(odd) > *:not(div),
	.main article.alternating section:nth-child(even) div {
		float: left;
	}
	.main article.alternating section:nth-child(even) > *:not(div),
	.main article.alternating section:nth-child(odd) div {
		float: right;
	}

	/* Double column */
	.main article .two-column {
		column-count:2;
		-moz-column-count:2; /* Firefox */
		-webkit-column-count:2; /* Safari and Chrome */
		column-gap:60px;
		-moz-column-gap:60px; /* Firefox */
		-webkit-column-gap:60px; /* Safari and Chrome */
	}
	.main article .two-column h1 {
		column-span:all;
		-moz-column-span:all; /* Firefox */
		-webkit-column-span:all; /* Safari and Chrome */
	}
	.main article .two-column p:first-child {
		margin-top: 0px;
	}

/* ==============
	WIDE: Footer
   ============== */
.footer-container footer .columns {
	column-count:5;
	-moz-column-count:5; /* Firefox */
	-webkit-column-count:5; /* Safari and Chrome */
}

.footer-container footer h1 {
	break-before: always;
	-moz-column-break-before: always;
	-webkit-column-break-before: always;
}

.footer-container .mobile {
	display: none;
}

.footer-container .wide {
	display: block;
	position: relative;
	padding: 0 10%;
}
.footer-container table {
	font-size: 12px;
	margin: auto;
	width: 100%;
}

/* ============
	WIDE: Wrapper
   ============ */
 
	.main-container article,
	.footer-container footer .columns {
		padding: 0 10%;
	}
	.header-container .logo {
		padding-left: 10%;
	}
	.header-container nav {
		padding-right: 10%;
	}


} /* @End media query min-width 768px */

@media only screen and (min-width: 1140px) {

/* ===============
	MAXIMAL WIDTH: Wrapper;
   =============== */

	.logo {
		width: auto;
		height: auto;
		top: 5px;
	}

	.wrapper {
		width: 1200px; /* 1140px - 10% for margins */
		margin: 0 auto;
	}

/* =====================
	MAXIMAL WIDTH: Menu
   ===================== */

	nav:after {
		clear: none;
		display: inline;
	}
	.topbar {
		height: 114px;
	}  
	nav {
		margin-top: 60px;
	}
	nav a {
		font-size: 13px;
	}

} /* @End media query min-width 1140px */

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	*text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible {
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

/* ==========================================================================
   Banner Slideshow
   ========================================================================== */
.banner .mask {
	position: absolute;
	left: 60.5%;
	top: 8%;
	width: 30.3%;
	height: 83.5%;
	overflow: hidden;
	border: 1px solid black;
}
.banner .slideshow {
	position: relative;
	width: 9999px;
	height: 100%;
}
.banner .page {
	position: relative;
	float:left;
}
.banner .page img {
	width: 100%;
}
.banner .slideshow-container {
	position: absolute;
	left: 59%;
	top: -2%;
	width: 33.5%;
	height: 104%;
	z-index: 2;
}
.horizontalipad {
	margin-top: 20px;
}

/* ==========================================================================
   Main Slideshow
   ========================================================================== */
article .mask {
	position: relative;
	overflow: hidden;
	border: 1px solid black;
	width: 310px;
	height: 414px;
	left: 18px;
	top: 50px;
}
article .slideshow {
	position: relative;
	width: 9999px;
	height: 100%;
}
article .page {
	position: relative;
	float:left;
}
article .page img {
	width: 100%;
}
article .slideshow-container {
	background-image: url("../img/banner-ipad.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 348px;
	height: 516px;
	margin: auto;
}
.blogarticle {
	border: 1px solid #888888;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
	padding: 40px;
	margin-bottom: 40px;
	border-radius: 5px;
        text-align: left;
}

/* ==========================================================================
   Sortable list
   ========================================================================== */
#sortable { list-style-type: none; margin: 0; padding: 0; width: 310px; }
#sortable li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; font-size: 1em; height: auto; line-height: 18px; vertical-align: middle; border: 2px solid #b3d4fc; }
#sortable li:hover { cursor:move; border: 2px dashed #22addf; }
#sortable li span { position: absolute; margin-left: -1.3em; }


/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
	* {
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
	 * Don't show links for images, or javascript/internal links
	 */

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group; /* h5bp.com/t */
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
} /* @End media query print */



/* swup */

.formulier-swup{
    /*width: 580px;*/
    width: 40%;
    float: left;
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.28);
    background: #CEE3F6;
    margin: 15px 35px 0px 0px;
    border-radius: 5px;
    border: 1px solid #888888;
}

.formulier-swup select{
    max-width: 195px;
}

.alternating-swup{
    /*width: 580px;*/
    width: 55%;
    float: right;
}

.alternating-swup img{
    margin: 0 !important;
    margin-top: 0;
}

.alternating-swup a{
    width: 35% !important;
}

.swup-alternating-img{
    width: 35%;
}

/*nav>ul>li>ul{
    margin-left: 0 !important;
}*/

.formulier-swup-en{
    /*width: 580px;*/
    width: 40%;
    float: left;
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.28);
    background: #CEE3F6;
    margin: 15px 35px 0px 0px;
    border-radius: 5px;
    border: 1px solid #888888;
}

.formulier-swup-en select{
    max-width: 195px;
}

.alternating-swup{
    /*width: 580px;*/
    width: 55%;
    float: right;
}

.alternating-swup img{
    margin: 0 !important;
    margin-top: 0;
}

.alternating-swup a{
    width: 35% !important;
}

.swup-alternating-img{
    width: 35%;
}

/*nav>ul>li>ul{
    margin-left: 0 !important;
}*/



.main_articles{
    min-width: 70% !important;
}

#table-swup{
    width: 100%;
}

.search{
    right: -30px !important;
}

#amsterdam-swup{
    width: 45%;
    float: left;
}

.medialogos-swup img{
    width: 50%;
}

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
    .main_articles{
            width: 100% !important;
        }

    .alternating-swup{
            width: 100%;
        }

    .formulier-swup{
            width: 100%;
        }
    
    #amsterdam-swup{
        width: 100%;
    }

}

/* End swup */
