/*
Theme Name: Babette Porcelijn
Theme URI: http://www.babetteporcelijn.com/
Author: Haicu webdesign
Author URI: https://www.haicu.nl
Description: Custom theme developed for Babette Porcelijn
Version: 1.0.0
Text Domain: haicu20

This theme is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
## Links
## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
## Posts and pages
## Comments
# Infinite scroll
# Media
## Captions
## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 500;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #4a4a4a;
    font-family: neusa-next-std, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
}
body {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

h1 {
    font-family: babette_boldregular, neusa-next-std, sans-serif;
    font-size: 64px;
    line-height:52px;
    font-weight: 400;
    text-align: left;
    color:#d50283;
}
h1 > a {
    color:#d50283 !important;
}
h2 {
	font-size:38px;
	line-height:38px;
	color:#d50283;
	font-weight:500;
	margin-bottom:0;
}
h2 + p {
	margin-top:0;
}
h2.babette {
    font-family: babette_boldregular, neusa-next-std, sans-serif;
    font-size: 72px;
    line-height:60px;
    font-weight: 400;
    text-align: left;
    color:#d50283;
    text-transform:uppercase;	
}
h3 {
	font-size:24px;
	line-height:26px;
	color:#d50283;
	font-weight:500;
	margin-bottom:6px;
}
h3 + p {
	margin-top:0;
}



p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background-color: #ffffff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

.entry ul,
.entry-content ul {
    margin: 0;
    padding-left:20px;
    list-style-type: none;
}
.entry ul > li:before,
.entry-content ul > li:before{
    content: '\2014';
    position: absolute;
    margin-left: -20px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

figure {
    margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

select {
    border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a,
a:visited {
    color: #009cb4;
    text-decoration: none;
    display:inline-block;
		border-bottom:4px solid #fff;
    -webkit-transition: all 300ms; 
    transition: all 300ms;
}
a:hover,
a:focus,
a:active {
    color: #4a4a4a;
    text-decoration:none;
    -webkit-transition:all 300ms;
    transition: all 300ms;
}
a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle {
    display: none;
}
.main-navigation ul {
    display: block;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    display:inline-block;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    display:inline-block;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11111%;
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
## Layout page
--------------------------------------------------------------*/
#page {
    margin: 0 auto;
    padding: 100px 0 0 0;
}
.innerwrap {
    max-width: 1240px;
	  margin: 0 auto;
    padding: 40px 40px 40px 40px;
}
.site-content{

}


/*--------------------------------------------------------------
## Layout header
--------------------------------------------------------------*/
.site-header {
    width:100%;
    z-index:9999;
    margin:0;
    position:fixed;
    background:#dde0e4;
		background: linear-gradient(90deg, rgba(221,224,228,1) 0%, rgba(237,241,245,1) 100%);
    padding-top:0;
    -webkit-transition: all 300ms; /* Safari */
    transition: all 300ms;
}
.main-navigation {
    float:none;
    max-width: 1224px;
    margin: 0 auto;
    padding: 0px 32px;
    height:100px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    flex-wrap:nowrap;
    align-items: center; 
    justify-content: space-between;
    -webkit-transition: all 300ms; /* Safari */
    transition: all 300ms;
}
.main-navigation .col.col1 {
    padding-top:8px;
}
.main-navigation .col.col1 a {
    background:transparent;
    border:0;
}
.main-navigation .col.col2 {
    position:relative;
    text-align:right;
    padding-right:0px;
}
.main-navigation .col.col2 li {
    float:none;
    display:inline-block;
    line-height:26px;
    padding:0;
    margin:0 20px;
}
.main-navigation .col.col2 li a {
		position:relative;
		    background:transparent;
    font-size: 20px;
    line-height:26px;
    font-weight: 500;
    color: #009cb4;
    padding:0;
    z-index:1;
    border:0;
}
.main-navigation .col.col2 li a:hover {
    color: #fff;
}
.main-navigation .wpml-ls  {
    position: absolute;
    top:0px;
    right:0;
    padding:0;
    border:0;
    float:right;
    width: 110px;
}
.main-navigation .wpml-ls ul  {
    padding:0;
    margin:0;
}
.main-navigation .col.col2 .wpml-ls li {
    float:right;
    border:0;
    padding:0;
    margin:0 0 0 15px;
		width:20px;
}
.main-navigation .col.col2 .wpml-ls li a {
    padding:0 !important;
    font-size: 20px;
    line-height:26px;
    font-weight: 400;
    color: #d50283;
    background:transparent;
} 
.main-navigation .col.col2 .wpml-ls li a:before {
	display:none;
} 
.main-navigation .col.col2 .wpml-ls li a:hover {
    color: #fff;
}
/*
.main-navigation .col.col2 .wpml-ls li.wpml-ls-current-language a {
    color: #fff;
}
*/

.site-header.fixed .main-navigation {
    height:88px;
    -webkit-transition: all 300ms; /* Safari */
    transition: all 300ms;
}
.site-header.fixed .main-navigation .col1 svg {
    width:188px;
    height:50px;
    -webkit-transition: all 300ms; /* Safari */
    transition: all 300ms;
}

/*--------------------------------------------------------------
## Layout footer
--------------------------------------------------------------*/
.site-footer {
    width:100%;
    background-color: #009cb4;
}
.site-info {
    max-width: 1240px;
    margin: 0px auto;
    padding: 70px 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    flex-wrap:nowrap;
    align-items: stretch; 
}
.site-footer .col {
    -webkit-flex:1 1 25%;
    -ms-flex:1 1 25%;
    flex: 1 1 25%;
    font-size: 15px;
    line-height: 1.4;
    margin:20px;
}
.site-footer .col.col2 {
    -webkit-flex:1 1 25%;
    -ms-flex:1 1 25%;
    flex: 2 1 50%;
}
.site-footer .col h4 {
		margin-top:0;
		margin-bottom:20px;
    font-size:24px;
    line-height:26px;
    font-weight:500;
    color:#fff;
}
.site-footer .col.col1 h4 {
		margin-bottom:10px;
}
.site-footer .col.col1 svg {
	width:120px;
	height:56px;
}
.site-footer .col.col1 img {
	max-width:120px;
}
.site-footer .col.col1 svg .cls-1 {
	fill:#fff !important;
}
.site-footer .col.col1  {
	font-size:15px;
	line-height:20px;
	font-weight:300;
	color:#fff;
}
.site-footer .col.col1 a  {
	color:#fff;
	background:none;
	border:0;
}
.site-footer .col.col1 .socmed {
	margin-top:10px;
}
.site-footer .col.col1 .socmed a {
	display:inline-block;
	width:40px;
	height:40px;
	margin-right:10px;
	margin-bottom:10px;	
}
.site-footer .col.col1 .socmed svg {
	width:40px;
	height:40px;
	background-color:#dde0e4;
}



.site-footer .col.col3 ul {
	list-style:none;
	margin:0;
	padding:0;
}
.site-footer .col.col3 li {
	margin:0;
	padding:0;
}
.site-footer .col.col3 a  {
	color:#fff;
	font-size:18px;
	line-height:24px;
}

.site-footer .col.col2 .textwidget {
	margin:-20px 0 0 0;
	padding:0;
}
.site-footer .gform_wrapper .top_label .gfield_label {
    display:none;
}
.site-footer input[type="text"],
.site-footer textarea {
    color: #4a4a4a;
    background-color: #dde0e4;
    border:0;
    border-radius:0;
    font-size:18px;
    line-height:20px;
}
.site-footer input[type="text"] {
    padding: 9px 8px !important;
}
.site-footer textarea {
    height:150px !important;
}
#gform_fields_1 li:nth-of-type(1),
#gform_fields_3 li:nth-of-type(1),
#gform_fields_4 li:nth-of-type(1)
 {
    width:48%;
    float:left;
    clear:none;
    margin-top:0 !important;
}
#gform_fields_1 li:nth-of-type(2),
#gform_fields_3 li:nth-of-type(2),
#gform_fields_4 li:nth-of-type(2) {
    width:48%;
    float:right;
    clear:none;
    margin-top:0 !important;
}
#gform_fields_1 li:nth-of-type(3),
#gform_fields_3 li:nth-of-type(3),
#gform_fields_4 li:nth-of-type(3) {
    padding-top:12px;
}
.site-footer .gform_wrapper .gform_footer {
    padding: 0;
    margin: 0px 0 0 0;
    clear: none;
    width: 28%;
    float:left;
		margin-top:0;
		margin-bottom:0;
    font-size:24px;
    line-height:26px;
    font-weight:500;
    color:#fff;
}

.site-footer .gform_wrapper .gform_footer input[type=submit] {
    clear:none;
    border:0;
    margin:0 !important;
    border-radius: 0px;
		margin-top:0;
		margin-bottom:0;
    font-size:24px;
    line-height:26px;
    font-weight:500;
    background-color:transparent;
    color:#fff;
    text-align:left;
    padding-left:0;
    padding-right:0;
    padding-bottom:2px;
border-bottom:4px solid #fff;
}

.site-footer ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #4a4a4a;
}
.site-footer ::-moz-placeholder { /* Firefox 19+ */
    color: #4a4a4a;
}
.site-footer :-ms-input-placeholder { /* IE 10+ */
    color: #4a4a4a;
}
.site-footer :-moz-placeholder { /* Firefox 18- */
    color: #4a4a4a;
}
.site-info .gform_wrapper .gfield_captcha_container img.gfield_captcha {
	float:left !important;
	max-height:38px;
	margin-right:3px !important;
}

.site-info .gform_wrapper .gfield_captcha_input_container {
	padding-top:0 !important;
}

.site-info .gform_wrapper .gfield_captcha_container img.gfield_captcha {
	float:left !important;
	max-height:38px;
	margin-right:3px !important;
}

.site-info .gform_wrapper .gfield_captcha_input_container {
	padding-top:0 !important;
}

/*--------------------------------------------------------------
## Page template
--------------------------------------------------------------*/
.page-template-default .entry-header {
	background-color:#20ccb4;
	text-align:center;
	padding:100px 0;
}
.page-template-default .innerwrap {
    display: -webkit-flex:
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    flex-wrap:wrap;
    align-items: stretch; 
    justify-content:space-between;
}
.page-template-default .innerwrap .content-main {
    -webkit-flex:1 1 660px;
    -ms-flex:1 1 660px;
    flex: 0 1 660px;
    padding-right:40px;
}
.page-template-default .innerwrap .content-aside {
    position:relative;
    -webkit-flex:1 1 360px;
    -ms-flex:1 1 360px;
    flex: 0 1 360px;
}
.page-template-default h1 {
		max-width:1240px;
		margin:0 auto;
		padding:20px 40px;
    font-family: babette_boldregular, neusa-next-std, sans-serif;
    font-size: 90px;
    line-height:80px;
    font-weight: 400;
    text-align: center;
    background-color:#20ccb4;
    color:#ffffff;
}
.page-template-default .entry-content p:first-child {
	font-size:20px;
	line-height:26px;
}
.quote {
		padding:25px 20px 20px 20px;
		text-align:center;
}
.quote p {
	margin:0;
	font-family: babette_boldregular, neusa-next-std, sans-serif;
	font-size:64px;
	line-height:64px;
	font-weight:700;
	color:#009cb4;
}
.quote span {
	font-size:16px;
	line-height:36px;
	font-weight:400;
}

a.button {
	display:inline-block;
	padding-bottom:12px;
	font-size:24px;
	line-height:24px;
	font-weight:500;
}
a.button.green {

}
a.nostripe {
	background:transparent;
}
a.button.white {
	color:#fff;
}

a.button.purple {
		display:inline-block;
		width:100%;
    padding: 20px 120px 18px 40px !important;
    font-weight:500;
   	background-color: transparent;
   	color:#fff;
   	background-color:#d50283;
    background-image:url('images/pijl-stippels-1.svg');
    background-position:right 20px center;
    background-repeat: no-repeat;
    background-size:92px 19px;
}
a.button.purple:hover {
	  background-color: #fff;
		color:#d50283;
}

a.button.blue {
		display:inline-block;
		width:100%;
    padding: 20px 120px 18px 40px !important;
    font-weight:500;
   	background-color: transparent;
   	color:#fff;
   	background-color:#009cb4;
    background-image:url('images/pijl-stippels-2.svg');
    background-position:right 20px center;
    background-repeat: no-repeat;
    background-size:92px 19px;
}
a.button.purple:hover {
	  background-color: #fff;
		color:#009cb4;
}

a.button.white {
		display:inline-block;
		width:100%;
    padding: 20px 40px 18px 40px !important;
    font-weight:500;
   	background-color: #fff;
   	color:#d50283;
   	/*
    background-image:url('images/button-bg-white.svg');
    background-position:center center;
    background-repeat: no-repeat;
    background-size:100% 100%; */
}
a.button.white:hover {
	  background-color: transparent;
}


/*--------------------------------------------------------------
## Sections general
--------------------------------------------------------------*/
.page-template-page-landing-sections .entry-header {
	max-width:1240px;
	margin:0 auto;
	padding:70px 40px 30px 70px;
}
.section {
	position:relative;
}
.section .columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    flex-wrap:wrap;
    align-items: stretch; 
    margin:30px -20px 20px -20px;
    clear:both;
}
.section .columns.columns3 .col {
    -webkit-flex:1 1 30%;
    -ms-flex:1 1 30%;
    flex: 1 1 30%;
		padding:0 20px;
		margin-bottom:30px;
		min-width:240px;
}

.section .columns.columns4 .col {
    -webkit-flex:1 1 25%;
    -ms-flex:1 1 25%;
    flex: 1 1 25%;
		padding:0 20px;
		margin-bottom:30px;
		min-width:200px;
}
.section .columns.columns3 .col img,
.section .columns.columns4 .col img {
    width:100%; /* for IE11 */
}

.section .columns.columns2 .col {
    -webkit-flex:1 1 40%;
    -ms-flex:1 1 40%;
    flex: 1 1 40%;
		padding:0 20px;
		margin-bottom:0px;

}
.section .columns.columns2 .col p:first-child {
		margin-top:0px;
}
.section footer.entry-meta {
	position:absolute;
	bottom:0;
	width:100%;
	text-align:center;
}

#section3 {
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(221,224,228,1) 0%, rgba(237,241,245,1) 100%);
}

/*--------------------------------------------------------------
## Section Home Mission
--------------------------------------------------------------*/

.single-section-home-mission {

}
.single-section-home-mission h3 {
	font-size:38px;
	line-height:38px;
	margin-top:0;
	margin-bottom:12px;
}
.single-section-home-mission .col1 h3 {
	color:#009cb4;
}
.single-section-home-mission .col1 p {
	color:#4a4a4a;
}
.single-section-home-mission .col3 .quote {
	margin-top:44px;
}

/*--------------------------------------------------------------
## Section Home Over Babette
--------------------------------------------------------------*/

.single-section-home-over-babette {
	background-color:#d50283;
	color:#fff;
}
.single-section-home-over-babette h3 {
	font-size:38px;
	line-height:38px;
	margin-top:0;
	margin-bottom:12px;
}
.single-section-home-over-babette .col h3 {
	color:#fff;
}
.single-section-home-over-babette .col p {
	color:#fff;
}
.single-section-home-over-babette .col a {
	color:#fff;
}


/*--------------------------------------------------------------
## Section Home - Impact tool
--------------------------------------------------------------*/

.single-section-home-impact-tool {
	background-color:#e8ebef;
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(221,224,228,1) 0%, rgba(237,241,245,1) 100%);
}
.single-section-home-impact-tool h2 {
	margin-bottom:-40px;
}

/*--------------------------------------------------------------
## Section Home - Hidden impact
--------------------------------------------------------------*/

.single-section-home-hidden-impact {

}
.single-section-home-hidden-impact h2 {
	color:#009cb4;
	margin-bottom:-40px;
}


/*--------------------------------------------------------------
## Section Home - New book
--------------------------------------------------------------*/

.single-section-home-new-book {
	background-color:#d50283;
	color:#fff;
}
.single-section-home-new-book h2 {
	margin-bottom:-40px;
	color:#fff;
}



/*--------------------------------------------------------------
## Section Home - Intro
--------------------------------------------------------------*/

.single-section-home-intro {
    background:#dde0e4;
   	color:#009cb4;
		background: linear-gradient(90deg, rgba(221,224,228,1) 0%, rgba(237,241,245,1) 100%);
    padding-bottom:0;
}
.single-section-home-intro .innerwrap {
    padding-bottom:0;
}
.single-section-home-intro .innerwrap .columns {
    padding:0;
    margin:0;
}
.single-section-home-intro .innerwrap .col img {
    display:block;
}
.single-section-home-intro .col2 {
	text-align:center;
}

.single-section-home-intro .col2 h2 {
	font-family: babette_boldregular, neusa-next-std, sans-serif;
	font-size:64px;
	line-height:64px;
	font-weight:700;
	color:#009cb4;
	margin-bottom:60px;
}
.single-section-home-intro .col2 p {
	font-size:24px;
	line-height:24px;
	font-weight:500;
	margin-bottom:-20px;
}
.single-section-home-intro .col2 a.no-button {
	font-size:20px;
	line-height:32px;
	font-weight:300;
	border-bottom:5px solid #fff;
}





/*--------------------------------------------------------------
## Section Home - Quote
--------------------------------------------------------------*/


.single-section-home-quote .innerwrap {
	padding: 80px 40px 80px 40px;
}
.single-section-home-quote .quote {
    font-family: babette_boldregular, neusa-next-std, sans-serif;
    font-size: 90px;
    line-height:80px;
    font-weight: 700;
    text-align: center;
    color:#20ccb4;
    text-transform:uppercase;
	  background-image:url('images/stripe-quotetop-green.svg'),url('images/stripe-quotebottom-green.svg');
    background-size:280px 24px, 280px 18px;
}
.single-section-home-quote .quote.big {
    padding:50px 0 30px 0;
}




@media screen and (max-width: 900px) {
	
.single-section-home-newyear .top-title {
	display:block;
	text-align:center;
	max-width:400px;
	margin:0 auto;
}
.single-section-home-newyear .top-title h2 {
	font-size:44px !important;
	line-height:46px !important;
	margin: 0 0 0px 0;
  padding-bottom: 0px;
}
.single-section-home-newyear .top-title h3 {
	font-size:34px !important;
	line-height:36px !important;
	margin: 0 0 0px 0;
  padding-bottom: 0px;
}
	
.single-section-home-newyear .columns.columns2 .col.col1 {
    position:relative;
    padding-bottom:0;
    width:100%;
}
.single-section-home-newyear .col.col1 img {
	position:relative;
	display:block;
}
.section .columns.columns2 .col.col1 {
    flex: 1 1 100%;
}
.section .columns.columns2 .col.col2 {
    flex: 1 1 100%;
    padding:20px;
    margin-bottom:20px;
}

	
} /*  end media query 900 */


/*--------------------------------------------------------------
## Section Home - Event
--------------------------------------------------------------*/

.section.single-section-home-events .col a.noborder {
	border:0;
}


/*--------------------------------------------------------------
## News index AND archive
--------------------------------------------------------------*/

.archive .page-title{
    margin-top:30px;
    margin-bottom:30px;
}
.archive .columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    flex-wrap:wrap;
    align-items: stretch; 
    margin:60px -20px 20px -20px;
    clear:both;
}
.archive .columns.columns4 .col {
    -webkit-flex:1 1 25%;
    -ms-flex:1 1 25%;
    flex: 1 1 25%;
		padding:0 20px;
		margin-bottom:60px;
		min-width:200px;
}
.archive .columns.columns4 .col p {
    margin-bottom:0;
}
.archive .columns.columns4 .col img {
    width:100%; /* for IE11 */
}

.wp-pagenavi {
    clear: both;
    margin:0 0 20px -6px;

}

.category-in-de-pers h3 {
	margin-top:0;
	margin-bottom:20px
}
.temp-intro { 
	max-width:740px;
	font-size:24px;
	line-height:30px;
	}

.wp-pagenavi a, 
.wp-pagenavi span {
    display:inline-block;
    text-decoration: none;
    border: 0px solid #fff;
    text-align:center;
    margin: 6px;
    padding:0;
    min-width:50px;
    line-height:50px;
    background:#20ccb4;
    font-weight:normal;
    font-size:18px;
}
.wp-pagenavi a:hover {
    background:#e8e8e8;
}

.wp-pagenavi span.current {
    background:#e8e8e8;
}

.wp-pagenavi span.current {
    font-weight: normal;
}

/*--------------------------------------------------------------
## News single
--------------------------------------------------------------*/
.single-post .entry-header {
	background-color:#009cb4;
	text-align:center;
	padding:100px 0;
}
.single-post .innerwrap {
    display: -webkit-flex:
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    flex-wrap:wrap;
    align-items: stretch; 
    justify-content:space-between;
}
.single-post .innerwrap .content-main {
    -webkit-flex:1 1 660px;
    -ms-flex:1 1 660px;
    flex: 0 1 660px;
    padding-right:40px;
}
.single-post .innerwrap .content-aside {
    position:relative;
    -webkit-flex:1 1 360px;
    -ms-flex:1 1 360px;
    flex: 0 1 360px;
}
.single-post .entry-header h1 {
		max-width:1240px;
		margin:0 auto;
		padding:20px 40px;
    font-family: babette_boldregular, neusa-next-std, sans-serif;
    font-size: 90px;
    line-height:80px;
    font-weight: 400;
    text-align: center;
    background-color:transparent;
    color:#ffffff;
    text-transform:uppercase;
}
.single-post .entry-content p:first-child {
	font-size:20px;
	line-height:26px;
}
.single-post h2.more {
	width:100%;
}


/*--------------------------------------------------------------
## Event single
--------------------------------------------------------------*/
.single-event .entry-header {
	background-color:#d50283;
	text-align:center;
	padding:100px 0;
}
.single-event .innerwrap {
    display: -webkit-flex:
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    flex-wrap:wrap;
    align-items: stretch; 
    justify-content:space-between;
}
.single-event .innerwrap .content-main {
    -webkit-flex:1 1 660px;
    -ms-flex:1 1 660px;
    flex: 0 1 660px;
    padding-right:40px;
}
.single-event .innerwrap .content-aside {
    position:relative;
    -webkit-flex:1 1 360px;
    -ms-flex:1 1 360px;
    flex: 0 1 360px;
}
.single-event .entry-header h1 {
		max-width:1240px;
		margin:0 auto;
		padding:20px 40px;
    font-family: babette_boldregular, neusa-next-std, sans-serif;
    font-size: 90px;
    line-height:80px;
    font-weight: 400;
    text-align: center;
    background-color:transparent;
    color:#ffffff;
    text-transform:uppercase;
}
.single-event .entry-content p:first-child {
	font-size:20px;
	line-height:26px;
}
.single-event h2.more {
	width:100%;
}
.single-event .entry-content .meta.meta-single {
		font-size:2em;
		font-weight:500;
		margin:30px 0;
}
.columns .col .meta {
	color:#d50283;
}

/*--------------------------------------------------------------
## Media queries 1140
--------------------------------------------------------------*/

@media screen and (max-width: 1140px) {
    h1,h2 {
        font-size:44px !important;
        line-height:46px !important;
    }
}

/*--------------------------------------------------------------
## Media queries 1023
--------------------------------------------------------------*/

@media screen and (max-width: 1023px) {

    body.modal-open {
        overflow:hidden;
    }
    .site-header .main-navigation .col1 svg:hover .cls-1 {
    fill: #d50283 !important;
}
    #page {
    	padding-top:70px;
    }
    .main-navigation {
        height:70px;
    }
    
    .main-navigation .col.col1 svg {
    	width:100px;
    	height:50px;
		}
    h1,h2 {
        font-size:44px !important;
        line-height:46px !important;
    }

    .site-footer .col,
    .site-footer .col.col3{
        -webkit-flex: 1 1 33%;
        -ms-flex: 1 1 33%;
        flex: 1 1 33%;
    }
    .site-footer .col.col2 a.socmed {
        width: 36px;
        height: 36px;
    }
    .site-footer .col.col2 a.socmed svg {
        width: 32px;
        height: 32px;
    }
    .site-footer .col.col2 a.socmed.route {
        padding:10px 20px 9px 20px;
    }

    .site-footer .gform_wrapper .gform_footer {
        width:100%;
    }

    .menu-toggle {
        display: block;
        position:absolute;
        top:0px;
        right:0px;
        cursor: pointer;
        z-index:99999999;
    }
    .main-navigation {
        top:0;
        bottom: auto;
        right:0px;
    }
    .main-navigation .col.col1 {
        position: relative;
        z-index:9999999999;
    }
    .main-navigation .wpml-ls  {
        position: absolute;
        top:-5px;
        right:60px;
        padding:0;
        border:0;
        float:right;
        width: 140px;
        z-index:999999999;
    }
    .main-navigation ul.menu {
        position: fixed;
        top:0;
        bottom: 0;
        left: 0;
        z-index:999;
        background:#fff;
        width:0;
        padding:180px 0 20px 0;
        overflow:hidden;
        -webkit-transition: width 500ms ease, padding 500ms ease;
        transition: width 500ms ease, padding 500ms ease;
    }
    .menu-open .main-navigation ul.menu {
        width:100%;
        padding:180px 32px 0 32px;
        -webkit-transition: width 500ms ease, padding 500ms ease;
        transition: width 500ms ease, padding 500ms ease;
        background-color:	#009cb4;
    }
    .main-navigation ul li {
        margin-left:0;
        display:block;
        min-width:200px;
    }
    .menu-open .main-navigation ul.menu li:first-child {
    	padding-top:30px;
			background-image:url('images/stripe-mobmenu-top.svg');
    	background-position:top center;
    	background-repeat: no-repeat;
    	background-size:280px 9px;
    }
    .menu-open .main-navigation ul.menu li:last-child {
    	padding-bottom:20px;
			background-image:url('images/stripe-mobmenu-bottom.svg');
    	background-position:bottom center;
    	background-repeat: no-repeat;
    	background-size:280px 9px;
    }
    .main-navigation .col.col2 li a {
			display:inline-block;
			color:#fff;
    }
		.main-navigation .col.col2 li a:hover {
		    color: #d50283;
		 
    }
    .main-navigation ul li a:before {
        display:none;
    }

    .main-navigation ul li.wpml-ls-item {
        display:block;
        min-width:30px;
        float:right;
        margin-top:20px;
        margin-left:10px;
    }

    .main-navigation .col.col2 li {
        display: block;
        line-height: 30px;
        border:0;
        padding: 0;
        margin: 0 0 12px 0;
        text-align: center;
    }
    .main-navigation .col.col2 li a {
        font-size:24px;
        padding:0;
    }


    /* -----------------------------------------------------------------------------
    HAMBURGER ICONS COMPONENT
    ---------------------------------------------------------------------------- */

    .hamburger {
        position:absolute;
        top:-22px;
        right:0;
        margin: 0;
        padding: 0;
        width: 36px;
        height: 40px;
        font-size: 0;
        text-indent: -9999px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        box-shadow: none;
        border: none;
        cursor: pointer;
        -webkit-transition: background 0.3s;
        transition: background 0.3s;
    }
    .hamburger:focus {
        outline: none;
    }
    .hamburger span {
        display: block;
        position: absolute;
        top: 22px;
        left:2px;
        right: 2px;
        height: 2px;
        background: #d50283;
    }
    .hamburger span::before,
    .hamburger span::after {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 2px;
        background-color:  #d50283;
        content: "";
    }
    .hamburger span::before {
        top: -11px;
    }
    .hamburger span::after {
        bottom: -11px;
    }
    .hamburger {
        background-color: transparent;
    }
    .hamburger span {
        -webkit-transition: background 0s 0.3s;
        transition: background 0s 0.3s;
    }
    .hamburger span::before,
    .hamburger span::after {
        -webkit-transition-duration: 0.3s, 0.3s;
        transition-duration: 0.3s, 0.3s;
        -webkit-transition-delay: 0.3s, 0s;
        transition-delay: 0.3s, 0s;
    }
    .hamburger span::before {
        -webkit-transition-property: top, -webkit-transform;
        transition-property: top, transform;
    }
    .hamburger span::after {
        -webkit-transition-property: bottom, -webkit-transform;
        transition-property: bottom, transform;
    }
    /* active state, i.e. menu open */
    .hamburger.is-active {
        background-color: transparent;
    }
    .hamburger.is-active span {
        background: transparent;
		opacity:1;
    }
    .hamburger.is-active span::before {
        background: #d50283;
        top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .hamburger.is-active span::after {
        background: #d50283;
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .hamburger.is-active span::before,
    .hamburger.is-active span::after {
        -webkit-transition-delay: 0s, 0.3s;
        transition-delay: 0s, 0.3s;
    }
    /* end hamburger icon */



} /*  end media query 1023 */


/*--------------------------------------------------------------
## Media queries 767
--------------------------------------------------------------*/

@media screen and (max-width: 767px) {

    
    .main-navigation {
        padding:0 20px;
    }
    .site-header .main-navigation .col1 svg {
        width: 132px !important;
        height: 35px !important;
    }
    .site-header.fixed .main-navigation {
        height:55px;
        -webkit-transition: all 300ms; /* Safari */
        transition: all 300ms;
    }
    .main-navigation ul.menu {
        padding:150px 0 20px 0;
    }
    .menu-open .main-navigation ul.menu {
        padding:150px 20px 0 20px;
    }
    .site-header.fixed .main-navigation ul.menu {
        padding:120px 0 20px 0;
    }
    .site-header.fixed.menu-open .main-navigation ul.menu {
        padding:120px 20px 0 20px;
    }
    .main-navigation .col.col2 li {
        margin: 0 0 16px 0;
                text-align:center;
    }
    .main-navigation .col.col2 li a {
        font-size:20px;
        display:inline-block;
    }
    .site-info {
        flex-direction: column;
		padding:50px 0;
    }
    .site-footer .col,
    .site-footer .col.col3{
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }
    .site-footer .col.col1 p {
        position: relative;
        left: auto;
        bottom: auto;
        margin-bottom: 0;
    }
    .site-footer .col.col2 {
        border-left: 0px solid #f0f2f1;
        padding-left: 0px;
        margin-bottom: 30px;
    }
    .site-footer .gform_wrapper .gform_footer {
        max-width: 140px;
        float:left;
		padding:0;
    }
	

} /*  end media query 767 */



/*--------------------------------------------------------------
## Media queries 600
--------------------------------------------------------------*/

@media screen and (max-width: 600px) {
	#wpadminbar {
		position:fixed;
	}
	.main-navigation .wpml-ls  {
		top:-11px;
		right:38px; 
	}
	.hamburger { 
		width:30px;
		height:32px; 
	}
    .hamburger span::before {
        top: -9px;
    }
    .hamburger span::after {
        bottom: -9px;
    }
	.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) { 
		line-height:1.4 !important;
	}
	#gform_fields_1 li:nth-of-type(2), #gform_fields_2 li:nth-of-type(2) { 
	    width: 100%;
	}
	body .gform_wrapper .top_label div.ginput_container {
		margin: 8px 0;
	}

}  /*  end media query 600 */

/*--------------------------------------------------------------
## Media queries 479
--------------------------------------------------------------*/

@media screen and (max-width: 479px) {

    .select-form {
        flex-direction: column;
    }
    .select-form span {
        -webkit-flex:1 1 100%;
        -ms-flex:1 1 100%;
        flex: 1 1 100%;
        margin-bottom:10px;
    }
    
    
} /*  end media query 479 */
    


