/*
Theme Name: Hellen4Kids	
Theme URI: //www.hellen4kids.nl/
Description: De template voor de website van Hellen4Kids	
Author: Reclamebureau Elianne
Author URI: //www.eliannebreet.com/
Version: 1.0
*/

/* FONTS */
@font-face {
    font-family: 'Noteworthy';
    src: url('https://hellen4kids.nl/font/Noteworthy.eot');
    src: url('https:////hellen4kids.nl/font/Noteworthy.eot?#iefix') format('embedded-opentype'),
         url('https:////hellen4kids.nl/font/Noteworthy.woff') format('woff'),
         url('https:////hellen4kids.nl/font/Noteworthy.ttf') format('truetype'),
         url('https:////hellen4kids.nl/font/Noteworthy.svg#globegothic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica';
    src: url('https:////hellen4kids.nl/font/Helvetica.eot');
    src: url('https:////hellen4kids.nl/font/Helvetica.eot?#iefix') format('embedded-opentype'),
         url('https:////hellen4kids.nl/font/Helvetica.woff') format('woff'),
         url('https:////hellen4kids.nl/font/Helvetica.ttf') format('truetype'),
         url('https:////hellen4kids.nl/font/Helvetica.svg#globegothic') format('svg');
    font-weight: normal;
    font-style: normal;
}


body
{
  	margin: 0;
	padding: 0;	
	
  	background: url(images/background.png) no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
	
	font-family: 'Helvetica', Helvetica;
	font-size:10pt;
	line-height: 15pt;
}

h1
{
	color:#e71d72;
	font-weight: normal;
	font-size:3.6em; /* 36px : 10px */
	line-height: 1em;
	
	font-family:'Noteworthy';
}

h2
{
	color:#e71d72;
	font-weight: normal;
	
	font-size:1.8em; /* 18px : 10px */
	line-height:1.5em;
	font-family:'Noteworthy';
}

h3
{
	color:#e71d72;	
	font-size:1.4em; /* 14px : 10px */
	
	line-height:0;
	margin:1.5% 0;
}

a
{
	color:#e71d72;
}

img
{
	border: none;
	max-width:100%;
}

/* HEADER */
#header_bg
{
	width:78.055555555555556%; /* 1124px : 1440px */
	margin:0 auto;
	margin-top:4%;
	margin-bottom:1%;
}

#header
{
	width:91.103202846975089%; /* 1024px : 1124px */
	margin:0 auto;
	overflow:auto;
}

#logo
{
	float:left;
	width:37.59765625%; /* 385px : 1024px */
}

#knoppen_menu
{
	float:right;
	width:61.5234375%; /* 630px : 1024px */

	font-family: 'Noteworthy';
	font-size:2em; /* 24px : 10px */	
}

#knoppen
{
	text-align:right;
}

#menu
{
	padding:2% 0;
	margin-top:8%;
}

#menu ul
{
    margin:0;
    padding:0;
	text-align:right;
}

#menu li
{
    display:inline;
	list-style:none;
    margin-left: 5%;
}

#menu li a
{
	color:#fff;
	text-decoration: none;
}

#menu li a:hover
{
	color:#e71d72;
}

#menu .current_page_item a
{
	color:#e71d72;
}


/* CONTENT */
#content_bg
{
	background:#fff;
	width:78.055555555555556%; /* 1124px : 1440px */
	margin:0 auto;
	
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.25);
}

#content
{
	width:91.103202846975089%; /* 1024px : 1124px */
	margin:0 auto;
	padding-top:4%;
	padding-bottom:2%;
}

/* FOOTER */
#footer_bg_bg
{
	background:#58b030;
	width:100%;
	margin:0 auto;
	padding-top:3%;
	padding-bottom:1%;
	overflow:auto;
	
	font-family: 'Noteworthy';
	font-size:1.2em; /* 16px : 10px */
	color:#fff;
	
}

#footer_bg
{
	width:78.055555555555556%; /* 1124px : 1440px */
	margin:0 auto;
}

#footer
{
	width:91.103202846975089%; /* 1024px : 1124px */
	margin:0 auto;
	position:relative;
}

#footer h4
{
	color:#fff;
	font-family:'Helvetica';

}

#footer a
{
	text-decoration: none;
}

#footer_left
{
	width:48%;
	float:left;
}

#footer_kolom1
{
	width:48%;
	float:left;
}

#footer_kolom2
{
	width:48%;
	float:right;
}

#footer_right
{
	width:48%;
	float:right;
}

#footer_kolom3
{
	width:48%;
	float:left;
	position:absolute;
}

#footer_kolom4
{
	width:48%;
	float:right;
	position:relative;
}

#footer_kolom4 img
{
	float:left;
	margin-right:5%;
}

#footer_bottom
{
	width:100%;
	margin-top:1.5%;
	padding-top:1%;
	float:left;
	
	border-top: #fff solid 1px;
	
	font-size:0.7em;
	font-family:'Helvetica';
}
#footer_bottom a
{
	color:#fff;
}

#footer_bottom_left
{
	width:45%;
	float:left;
}

#footer_bottom_right
{
	width:45%;
	float:right;
	text-align:right;
}

/* KOLOMMEN */
.one_half
{
	width: 45% !important;
	float:left;
	margin-right:5%;
}
.last_column
{
	width: 45% !important;
	float:left;
	margin-right:5%;
}

/* MEDIA QUERIES */

/* Mega schermen  */
@media only screen and (min-width: 1441px)
{
    
#header_bg
{
	width: 1124px;
}
	
#content_bg
{
	width:1124px;
}

#footer_bg
{
	width:1124px;
}
}

/* Eigen scherm  */
@media only screen and (min-width: 1285px) and (max-width: 1440px)
{

}
/*Desktop */
@media only screen and (min-width: 1044px) and (max-width: 1284px)
{

#header_bg
{
	width:90%;
}
		
#menu
{
	padding:2% 0;
	margin-top:4.5%;
}
	
#content_bg
{
	width:90%;
}
	
#footer_bg
{
	width:90%;
}	
}

/*Desktop 960Grid */
@media only screen and (min-width: 960px) and (max-width: 1043px)
{
#header_bg
{
	width:93%;
}
		
#menu
{
	padding:2% 0;
	margin-top:4%;
}
	
#content_bg
{
	width:93%;
}
	
#footer_bg
{
	width:93%;
}

#footer_left
{
	width:100%;
}	

#footer_right
{
	width:100%;
}	
	
#footer_kolom3
{
	position:relative;
	float:right;
}
	
#footer_kolom4
{
	float:left;
}

}

/*Tablet Portait */
@media only screen and (min-width: 768px) and (max-width: 959px)
{
#header_bg
{
	width:96%;
}
	
#content_bg
{
	width:96%;
}
	
#footer_bg
{
	width:96%;
}
	
#footer_left
{
	width:100%;
}	

#footer_right
{
	width:100%;
}	
	
#footer_kolom3
{
	position:relative;
	float:right;
}
	
#footer_kolom4
{
	float:left;
}
}

/*Mobile Portrait*/
@media only screen and (max-width: 767px)
{	
#header_bg
{
	width:96%;
}
#logo
{
	width:100%; 
}

#knoppen_menu
{
	width:100%; 
	margin:5% 0 2% 0;
}
	
#knoppen
{
	text-align:left;
}
	
#content_bg
{
	width:96%;
}
	
#content
{
	width:90%;
}
	
#footer_bg
{
	width:96%;
}
	
#footer_left
{
	width:100%;
}
	
#footer_kolom1
{
	width:100%;
}
	
#footer_kolom2
{
	width:100%;
}
	
#footer_right
{
	width:100%;
}

#footer_kolom3
{
	display:none;
}
	
#footer_kolom4
{
	width:100%;
}
	
#footer_bottom_left
{
	width:100%;
}

#footer_bottom_right
{
	width:100%;
	text-align:left;
}

	
/* KOLOMMEN */
.one_half
{
	width: 100% !important;
	margin-right:0%;
}
	
.last_column
{
	width: 100% !important;
	margin-right:0%;
}
}

/*Mobile Landscape */
@media only screen and (min-width: 480px) and (max-width: 767px)
{
	
#footer_kolom1
{
	width:50%;
}

#footer_kolom2
{
	width:50%;
}

#footer_kolom3
{
	display:block;
	position:relative;
	float:right;	
}

#footer_kolom4
{
	width:50%;
}	
}