.embed-container {
 position: relative; 
 padding-bottom: 56.25%; 
 height: 0; 
 overflow: hidden; 
 max-width: 100%; } 
 
 .embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
  }
/* tekst over thumbs */
.image_container {
  position: relative;
  text-align: center;
  color: white;
}

.image_centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body
{
   border-top:5px solid #57335c;
   font-family: 'Open Sans', sans-serif;
   color:#57335c;
	 background : #c1e7fa url(img/logo-elckerlyc-paars-200x137.png) no-repeat top left;
}
/* nieuw */
#text_columns article img { 
	display: block;
	width: 100%;
  height:auto;
	border-radius: 0.375em;
  
}
#text_columns article #album_wrapper img{ 
  width:auto;
    margin-left: auto;
    margin-right: auto  ;
		border-radius: 0.375em;
}

.rood{
color:#ec1c24;
}
.paars{
color:#57335c;
}
.lichtblauw{
color:#c1e7fa;
}
/* einde nieuw */

/* inhoud css */

/* extra speeltuin */
/* evenement lijst */
/* Tiny MCE Basic formats */

.vet {
	font-weight: bold;
}

.schuinschrift {
	font-style: italic;
}

.onderstrepen {
	text-decoration: underline;
}

/* Global align classes */

.links {
	text-align: inherit;
}

.centreer {
	text-align: center;
}

.rechts {
	text-align: right;
}

.uitlijnen {
	text-align: justify
}

/* Image and table specific aligns */

img.links, table.links {
	float: left;
	text-align: inherit;
padding:2px 4px 2px 2px;
}

img.centreer, table.centreer {
	margin-left: auto;
	margin-right: auto;
	text-align: inherit;
}

img.centreer {
	display: block;
padding:2px 4px 2px 4px;
}

img.rechts, table.rechts {
	float: right;
	text-align: inherit;
padding:2px 2px 2px 4px;
}

.blokcenter, #blokcenter
{
clear:both;
margin-left: auto ;
margin-right: auto ;
margin-top:10px;
padding:20px;
        border:1px solid #57335c;
        background-color: #EBE8DE;
  border-radius: 5px;

overflow:hidden;
}


.blokrechts, #blokrechts
{
margin:10px 0 2px 10px;
padding:10px;
        border:1px solid #57335c;
float:right;
text-align: inherit;
        background-color: #EBE8DE;
  border-radius: 5px;
}


/* editor tinycme stijlen */

.bloklinks, #bloklinks
{
margin:10px 10px 2px 0;
padding:10px;
        border:1px solid #57335c;
float:left;
text-align: inherit;
        background-color: #EBE8DE;
  border-radius: 5px;
}


/* submenu onder de content page */
.submenu {
padding:0px;
}
/* titel met link van evenement */
a.news_item{
  margin  0;
  padding-left: 40px;
  line-height: 32px;
  display: block;
}
a.news_item:link, a.news_item:visited,a.news_item:active {
text-decoration:none !important;
margin:0;
border-bottom: 1px solid #c30;
}
a.news_item:hover {
color: #666;
text-decoration:none  !important;
margin:0;
border-bottom: 1px solid silver;
}
/* leesverder link */
a.lees_verder {
margin:0;
text-decoration:none;
background : url(images/icons/lees_verder.gif) no-repeat left;
padding-left: 100px;
}
/* fotoalbum link */
a.foto_album {
margin:0;
text-decoration:none;
background :transparent url(images/icons/foto_album.gif) no-repeat left;
padding-left: 100px;
}

/*
-----------------
 fotoalbums
-----------------
*/
div.thumb {
	margin: 4px;
/*	border: 1px solid gray; */
	text-align: center;
	float: left;
	width: 180px;
	height: 200px;
	padding:0;
	overflow:hidden;
/*	font-size:100%;*/
}	
.thumb img{
	margin: 0;
	padding: 0;
	border: 0px solid gray;
			border-radius: 0.375em;
			display: block;
	}

.photocattitle {
text-align: center; 
font-weight: bold;
} 
.phototitle {
  text-align: center; 
  font-weight: normal;
  margin: 0;
  padding:2px;
/*  font-size: 90%;*/
  line-height:0.8em;
}
.phototitle h2{
  text-align: center; 
  font-weight: bold;
  margin: 0;
  padding:2px;
/*  font-size: 100%;*/
}

#album_wrapper {
margin:0;
padding:0;
float:left;
height:100%;
width: 100%;
text-align:center
}

* html #album_wrapper {
float:none;
}


#album_wrapper img {
margin:1;
padding:1;
border:0;
}
.themeAlbum{
	padding: 2px;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	width: 100%;
}

.themePhoto{
  padding: 2px;
  font-size: 8pt;
	height: 125px;
	border: 0px;
	border: 1px solid gray;
}
.themePhotoNav{
	padding: 2px;
	border: 0px solid #c30;
	border-width: 0px;
	text-align: center;
	font-size:80%;
}
.foto img {
	border: 1px solid #EBED7F;
	padding: 3px;
	margin: 3px;
	float: none;
	vertical-align: text-top;
}

/* -------------------
 normale koppen h1 tot h6
 ---------------------
 */
article p{
font-size:1em;
}
	/* header styles */
article h1 { 
line-height:1.1em;
	font-size: 2.0em;
	padding: 0.5em 0 0.8em 0;
}

article h2 { 
	font-size: 1.6em;
	padding: 0.5em 0 0.3em 0;
	}

article h3 {
	font-size: 1.4em;
	padding: 0.5em 0 0.2em 0;
	}

article h4 {
	font-size: 1.2em;
	font-style : italic;
	padding: 0.5em 0 0.2em 0;
	}

article h5 {
	font-size: 1.0em;
	color: #666;
	margin-top: 7px;
	margin-bottom: 2px;
	padding: 5px;
}
article h6 {
	color: #666;
	font-size: 1.0em;
	line-height : 2.5em;
	font-style: italic;
	margin: 5px 10px 5px 5px;
	border: 1px dotted #666;
	padding: 5px;
	display:inline;
}
article pre{
	font-family : "Courier New", Courier, monospace;
	font-size:1.0em;
	padding:5px 0 5px 0;
}
article address{
	color:#c30;
}
article ul{
list-style-position : inside;
list-style-type: disc;
text-indent:10px;
}
article ul li ul{
margin-left: 20px;
}
article ol{
	list-style-position : inside;
	list-style-type : inherit;
}
article li{
padding-left:10px;
padding-bottom:3px;

}
.fb-like{
margin-top:20px;
}
.themeComments{
padding: 0 10px;
}
.commentname{
 font-size:80%;
 font-weight:bold;
}
.commenttext{
 font-style:italic;
 font-size:90%;
 padding-bottom:10px;
}

.themeComments input
{
        font-family: 'Open Sans', sans-serif;
        font-size:1em;
        margin:6px;
        padding: 2px;
}

.themeComments textarea {
        font-family: 'Open Sans', sans-serif;
        font-size:1em;
        padding: 2px;
        margin:6px;
        outline: 0;
        border:0;
/*        width:250px;*/
        background-color: #EBE8DE;
        border-radius:5px;
}


/* speciaal voor type evenement pagina */

/* afgeleid van button */
.evenement_link{
        font-family: 'Oswald', sans-serif;
        text-transform:uppercase;
        transition: all .25s ease;
        line-height:1.8em;
        padding:5px 8px;
        border: 2px solid #8C5D9F;
/*        background-color: #57335c  !important;*/
        background-color: #8C5D9F  !important;
        color: #EBE8DE !important;
        text-decoration:none  !important;
        border-radius:14px 0 14px 0;
	margin:0 0 20px 0;
}
.evenement_link:hover{
        color: #57335c  !important;
        background-color:#c1e7fa  !important;
        text-decoration:none !important;
}
.themeTopNewsArticle {
        padding: 1em 0;
        font-family: sans-serif;
}


/* einde inhoud css */
input
{
        font-family: 'Open Sans', sans-serif;
        font-size:16px;
        padding: 7px;
        outline: 0;
        border:0;
        width:250px;
        background-color: #EBE8DE;
        border-radius:5px;
}

input[type=submit]
{
        width:auto;
        padding: 5px 18px;
        line-height:25px;
        text-shadow:none;
        cursor:pointer;
        box-shadow: none;
}
em{
 font-style:italic;
 font-size:80%;
}
p
{
        margin:8px 0;
        line-height:25px;
}

a
{
        text-decoration:none;
        color:inherit;
        transition: color .5s ease;
}
#text_columns a
{
        color:#57335c;
        text-decoration:underline;
}
#text_columns a:hover
{
        color:#EC1C24;
        text-decoration:underline;

}
footer a
{
        color:#ABABAB;
        text-decoration:underline;
}
footer a:hover
{
        color: #EC1C24;
}


strong
{
        font-weight:bold;
}

figcaption strong
{
        border-bottom: 1px solid #57335c;
        padding-bottom:10px;
        margin: 10px 0;
        display:block;
}

figcaption
{
        line-height: 25px;
        font-size:14px;
        width:200px;
}

hr
{
        background-color: #ababab;
        border:0;
        height:1px;
        margin:20px 0;
}


/* HEADER */

header
{
        position:relative;
        width:auto;
        max-width:900px;
/*        min-height:235px;*/
/*        min-height:235px;*/
        margin: 0 auto 20px auto;
        height:100px;
/*        min-height:145px;
  */      
}

header h1
{
        margin:15px 0 0 0;
        font-size:55px;
        color:#57335c;
font-family: 'Source Serif Pro', serif;
}
header p
{
        font-family: 'Open Sans', sans-serif;
        font-size:16px;
        color: #4A463B;
}

nav
{
        position:absolute;
        right:0;
        bottom:0;
/* nieuw */        
        left:130px;
}

nav ul
{
        list-style:none;
}

nav ul li
{
        display:block;
        float:left;
        padding:3px 3px;
}

nav ul li a
{
        font-family: 'Oswald', sans-serif;
        text-transform:uppercase;
        transition: all .25s ease;
        text-decoration:none;
        padding: 3px;
        line-height:2.0em;
}

nav ul li a:hover
{
}
/* nav menu */
.activelevel {
        color: #57335c !important;
        background-color:#c1e7fa !important;

}


#mobileMenu
{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        display: none;
        border-bottom: 2px solid #57335c;
}

#mobileMenu ul li
{
        display:block;
        background-color:#c1e7fa;
        padding: 10px 0;
        letter-spacing: 0.1em;
        text-align: center;
        text-transform: uppercase;
}
#mobileMenu ul li  a{
        font-family: 'Oswald', sans-serif;
        transition: all .25s ease;
        text-decoration:none;
        font-size:1em;
}

.toggleMobile
{
        display: none;
}

/* 3 COLUMNS */

#boxcontent
{
        width:auto;
        max-width:900px;
        margin:0 auto;
        padding:70px 0 45px 0;
}

#boxcontent article
{
        float:left;
        width:250px;
        margin-right:45px;
        font-size:22px;
        padding-left:10px;
}
#boxcontent article h3
{
        font-family: 'Open Sans', sans-serif;
        font-size:60px;
        margin-bottom:10px;
        margin-left:75px;
}

#boxcontent article img
{
        float:left;
}

#boxcontent article p
{
        line-height:25px;
        font-family: 'Open Sans', sans-serif;
        margin-left:75px;
}

#slider_content1, #slider_content2, #slider_content3, #slider_content4, #slider_content5
{
        line-height: 25px;
        font-family: 'Open Sans', sans-serif;
        width:350px;
        position:absolute;
        top:15%;
        left:15%;
        display:none;
        z-index:11;
}

#slider_content1 h3, #slider_content2 h3, #slider_content3 h3 ,#slider_content4 h3, #slider_content5 h3
{
        color:#EBE8DE;
        font-size:25px;
        font-weight:bold;
        margin-bottom:10px;
        background-color:#D1242A;
        padding:10px 15px;
        border-radius: 15px 0 15px 0;
        display:inline-block;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

#slider_content1
{
        display:block;
}

#slider_content1 p, #slider_content2 p, #slider_content3 p, #slider_content4 p, #slider_content5 p
{
/*        margin:0 0 30px 0; */
        margin:10px 0 10px 0;
       /* color:#4a463b;*/
        color:#0a0a0a;
        background-color:#EBE8DE;
        padding:10px 15px;
        border-radius: 5px;
 font-family: 'Oswald','Courier new','sans serif';
 font-size:1.2em;
 font-weight:normal;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}


/* BUTTONS */

.button 
{
        padding:5px 8px;
        border: 1px solid #57335c;
        background-color: #57335c;
        color: #EBE8DE;
        text-decoration:none;
        border-radius:14px;
}
form .button{
        border: 1px solid #ffffff !important;
        border-radius:5px;
        padding:2px 5px;
}

.button:hover
{
        color: #57335c;
        background-color:#c1e7fa;

}


/* SPACER */

#spacer
{
        width:auto;
        height:70px;
        background-color: #57335c;
        position:relative;
        color: #fff;
        font-size:2.0em;
font-family: "Times New Roman", Georgia, Serif;}

#spacer p
{
        margin-top:22px;
        width:auto;
        position:absolute;
        left:50%;
        margin-left:-450px;
}

#spacer .search
{
        margin-top:15px;
        width:auto;
        position:absolute;
        right:50%;
        margin-right:-480px;
}


/* FOUR COLUMNS */

#four_columns, #text_columns
{
        line-height:25px;
        font-family: 'Open Sans', sans-serif;
        clear:both;
        width:auto;
        max-width:900px;
        margin:0 auto;
}

#four_columns h2
{
        font-size:20px;
        border-bottom: 1px solid #ababab;
        padding: 20px 0;
        margin-bottom: 20px;
}

#four_columns .img-item
{
        float:left;
        margin-right:25px;
}

#four_columns .img-item a
{
        position:relative;
        display:block;
}

.thumb-screen
{
        display:block;
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:113px;
        background: #000;
/*         url("http://www.lingulo.com/tutorial-content/html5/css/img/zoom.png") center center no-repeat;*/
        z-index:99;
        opacity: 0;
        transition: opacity .5s ease;
}

.thumb-screen:hover
{
        opacity:0.5;
}


/* TWO COLUMNS */

#text_columns article.column1, #text_columns .column2
{
        margin: 70px 0 20px; 
        font-size:1.2em;
        float:left;
        padding:10px 0;
        width:auto;
        max-width: 400px;
}

#text_columns .column2
{

 font-family: 'Oswald','Courier new','sans serif';
 font-size:1.2em;
 font-weight:300;
 background-color:#EBE8DE;

        padding:10px !important;
        border-radius: 5px;
        border:1px solid #57335c;
        float:right;
        margin:85px 0 85px 30px;
}
#text_columns .column2 a{

        font-family: 'Oswald', sans-serif;
        font-weight:400;
        text-align: center;
        text-transform:uppercase;
        transition: all .25s ease;
        line-height:1.8em;
        padding:5px 8px;
        border: 1px solid #57335c;
        background-color: #57335c  !important;
        color: #EBE8DE !important;
        text-decoration:none  !important;
        border-radius:14px;
margin:0 auto;

display:block;
}
#text_columns .column2 a:hover{
        color: #57335c  !important;
        /*background-color:#b3cfde  !important;*/
        background-color:#c1e7fa  !important;
        text-decoration:none !important;
}

.row
{
        position:relative;
        margin: 40px 0 0 50px;
        float:right;
        width:350px;
}

.row img
{
        float:left;
}

.row p
{
        margin-left: 100px;
}

.rocket, .clock
{
        top:0;
        left:0;
        position:absolute;
        height: 80px;
}

.rocket:hover
{
        opacity:0;
        transition: opacity 0.4s ease 0.2s;
        animation-name: stylie-transform-keyframes;
        animation-duration: 700ms;
        animation-delay: 0ms;
        animation-fill-mode: forwards;
        animation-timing-function: linear;
        animation-iteration-count: 1;
        transform-origin: 0 0;
}

.clock:hover
{
        animation-name: stylie-transform2-keyframes;
        animation-duration: 100ms;
        animation-delay: 0ms;
        animation-fill-mode: forwards;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        transform-origin: 0 0;
}



/* FOOTER */

footer
{
        position:relative;
        clear:both;
        width:auto;
/*        height:460px;*/
        background-color:#57335c;
        
}

footer .wrapper
{
        margin: 0 auto;
        padding-top:30px;
        width:auto;
        max-width:900px;
        font-size:14px;
        padding-left:10px;
}
footer .wrapper p{
line-height:1em;
padding: 0 0 4px 0;
margin:0;
}

footer .wrapper h1{
color:white;
}

footer .wrapper .column
{
        font-family: 'Open Sans', sans-serif;
        color:#d9d9d9;
        float:left;
        width:270px;
        margin-right:20px;
}

footer .wrapper .column.midlist ul li
{
        display:block;
        width:auto;
        padding:0 0 10px 25px;
        margin-bottom:10px;
        border-bottom: 1px solid #444444;
/*        background:url("http://www.lingulo.com/tutorial-content/html5/css/img/arrowright2.png") left 6px no-repeat;*/
/*        background:url("http://www.lingulo.com/tutorial-content/html5/css/img/arrowright2.png") left 6px no-repeat;*/
}

footer .wrapper .column.midlist ul li a:hover
{
        color:#fff;
}

footer .wrapper .column.rightlist ul li
{
        display:block;
        width:auto;
        margin-bottom:15px;
}

footer .wrapper .column.rightlist ul li a span
{
        margin-left:95px;
        display:block;
}

footer .wrapper .column.rightlist ul li a img
{
        transition: border .25s ease;
        float:left;
        border:3px solid #444444;
}

footer .wrapper .column.rightlist ul li a img:hover
{
        border-color: #5e5e5e;
}

footer .wrapper .column h4
{
        font-size: 18px;
        color: #d9d9d9;
        border-bottom: 1px solid #adadad;
        padding: 0 0 10px 0;
        margin-bottom: 10px;
        font-style:normal;
}

#copyright
{
        background-color: #57335c;
        height:70px;
        position:absolute;
        bottom:0;
        left:0;
        width:100%;
}
#copyright .wrapper
{
        font-family: 'Open Sans', sans-serif;
        padding-top:19px;
        color: #5e5e5e;
        font-size:14px;
        position:relative;
}
#copyright .wrapper .social
{
        position:absolute;
        right:0;
        top:25px;
}
#copyright .wrapper .social a
{
        transition: opacity .25s ease;
        opacity: 0.3;
        margin-left: 12px;
        display:block;
        float:left;
}
#copyright .wrapper .social a:hover
{
        opacity: 0.7;
}
#copyright .wrapper a
{
        color: #ABABAB;
}

#copyright .wrapper a:hover
{
        color: #EC1C24;
}


/* SKIPLINK */
.go-top
{
        position: fixed;
        bottom: 2em;
        right: 2em;
        text-decoration: none;
        color: white;
        background-color: rgba(0, 0, 0, 0.3);
        font-size: 12px;
        padding: 1em;
        display: none;
}

.go-top:hover
{
        background-color: rgba(0, 0, 0, 0.6);
}


/* SLIDESHOW */
/* Prevent the slideshow from flashing on load */
.slidesjs-container
{
        border-top: 1px #ababab solid;
}
#slides
{
        display: none
}

/* Center the slideshow */
.container
{
        width:auto;
        margin: 0 auto;
        position:relative;
}

/* Show active item in the pagination */
.slidesjs-pagination .active
{
        color:red;
}

#slider_content1 p .responsive_
, #slider_content2 p .responsive_button, #slider_content3 p  .responsive_button, #slider_content4 p  .responsive_button, #slider_content5 p  .responsive_button
{
        display:none;
        color:#000;
}


/* MISC */
.clear
{
        clear:both;
}
.hidden
{
        position:absolute;
        clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
          clip: rect(1px, 1px, 1px, 1px);
}
        header nav
        {
          top:35px;
        }


/* MEDIA QUERIES FOR A RESPONSIVE LAYOUT */

/*@media (max-width: 1215px)*/
/*@media (max-width: 1115px)*/
@media (max-width: 1015px)
/*@media (max-width: 900px)*/
{
        header nav
        {
                top:25px;
                left:200px;

        }
        #slider_content1, #slider_content2, #slider_content3, #slider_content4, #slider_content5
        {
                width:auto;
                margin-right:50px;
        }
        #slider_content1 h3, #slider_content2 h3, #slider_content3 h3, #slider_content4 h3, #slider_content5 h3
        {
                font-size:25px;
        }
        #slider_content1 p, #slider_content2 p, #slider_content3 p, #slider_content4 p, #slider_content5 p
        {
                font-size:1.2em;
        }
        #slider_content1 p .responsive_button, #slider_content2 p .responsive_button, #slider_content3 p  .responsive_button, #slider_content4 p  .responsive_button, #slider_content5 p  .responsive_button
        {
                display:inline;
        }
        .container .button
        {
                display:none;
        }
/* geen plaatjes */        
        .container
        {
                height:1px;
                top: -1500px;
        }
}

/*@media (max-width: 915px)*/
@media (max-width: 1015px)
{
	/* header styles */
      article h1 { 
    	 font-size: 2em;
      }

      article h2 { 
	     font-size: 1.8em;
    	}

      article h3 {
      	font-size: 1.4em;
	    }

        #boxcontent article
        {
                float: none;
                margin: 30px auto 0 auto;
                width: 60%;
        }

        #spacer
        {
                font-size:1.8em;
        }
        #spacer .search
        {
                margin-top:19px;
                margin-right:-385px;
        }
        #spacer p
        {
                margin-left:-370px;
        }
        input
        {
                padding:4px;
                font-size:14px;
        }
        input[type="submit"]
        {
                padding: 1px 14px;
        }
        #four_columns
        {
                width: 500px;
        }
        #four_columns .img-item:nth-of-type(3), #four_columns .img-item:nth-of-type(4)
        {
                margin-top: 25px;
        }
        #text_columns article.column1, #text_columns .column2
        {
                float:none;
                max-width: 500px;
                margin: 50px 30px 0 30px;
        }
        .column2 .row
        {
                float:none;
                margin:0 0 40px 50px;
        }
        footer .wrapper .column
        {
                font-size: 12px;
                width: 230px;
        }
/* geen plaatjes */        
        .container
        {
                height:1px;
                top: -1500px;
        }
}

@media (max-width: 765px)
{
      p {font-size:100%;}
      
      article h1 { 
    	 font-size: 1.8em;
      }

      article h2 { 
	     font-size: 1.6em;
    	}

      article h3 {
      	font-size: 1.4em;
	    }
/* geen plaatjes */
        .container
        {
                height:1px;
                top: -1500px;
        }
        header
        {
/*
                height:90px;
        min-height:145px;

                height:145px;
*/                
        }
        header nav
        {
                right: auto;
                bottom: auto;
                top:25px;
                left:200px;
        }
nav ul li a
{
        padding: 3px;
        line-height:2.2em;
        font-size:80%;
}
        
        #spacer
        {
/*                height:100px; */
                font-size:1.2em;
        }
        #spacer p
        {
                text-align:center;
                position:static;
                margin: 0 auto;
                padding:3px 0 3px 0;
        }
        #spacer .search
        {
                text-align:center;
                position:static;
                margin: 0 auto;
        }
        footer
        {
                padding-bottom:70px;
                height: auto;
        }
        footer .wrapper
        {
                width: 350px;
                margin: 0 auto;
        }
        footer .wrapper .column
        {
                margin-top:30px;
                float:none;
                font-size: 14px;
                width: auto;
        }
        footer .wrapper .social
        {
                display:none;
        }
        body{                  
          	background : #c1e7fa url(img/logo-elckerlyc-paars-200x137.png) no-repeat top left;
       	}

}

@media (max-width: 500px)
{

      p {font-size:100%;}
        header
        {
            margin-top: 10px;
            text-align: center;
        height:35px;

        }
        #spacer
        {
/*                height:auto;
                padding-bottom:15px;
*/
        }
        #four_columns
        {
                width:auto;
        }
        #four_columns .img-item
        {
                width: 200px;
                float:none;
                margin: 25px auto 0 auto;
        }
        #four_columns h2
        {
                margin: 0 30px;
        }
        .column2 .row
        {
                margin: 0 0 40px 10px;
                width:auto;
        }
        footer .wrapper
        {
                width:auto;
        }
        footer .wrapper .column
        {
                margin: 0 auto 15px auto;
                max-width:300px;
        }
        input
        {
                width:auto;
        }
        #mobileMenu
        {
                display: block;
                box-shadow: 0px 20px 20px #c1e7fa;
                z-index: 99;
        }
        .toggleMobile
        {
                position: fixed;
                top: 10px;
                left: 10px;
                display: block;
                width: 40px;
                height: 36px;
                cursor: pointer;
                z-index: 999;
        }
        .toggleMobile span.menu1, .toggleMobile span.menu2, .toggleMobile span.menu3
        {
                display: block;
                position: absolute;
                width: 40px;
                height: 8px;
                left: 0;
                background-color: #ec1c24;
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        .toggleMobile span.menu1
        {
                top: 0;
        }
        .toggleMobile span.menu2
        {
                top: 14px;
        }
        .toggleMobile span.menu3
        {
                top: 28px;
        }
        .toggleMobile.active span.menu1
        {
                top: 14px;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        .toggleMobile.active span.menu2
        {
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        .toggleMobile.active span.menu3
        {
                opacity: 0;
                -webkit-transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        #spacer
        {
                font-size:1.2em;
        }
        header nav
        {
                display:none;
        }
        header h1
        {
                font-size:40px;
        }
        header p
        {
                margin-left: 60px;
                font-size:1.4em;
        }
        body{
          	background : #c1e7fa url(img/logo-elckerlyc-paars-200x58.png) no-repeat center top;
            font-size:100%;
       	}
/*    
      article h1 { 
    	 font-size: 1.4em;
      }

      article h2 { 
	     font-size: 1.2em;
    	}

      article h3 {
      	font-size: 1.0em;
	    }
*/
}
#myBtn {
  display: none;
  position: fixed;
  bottom:80px;
  right: 20px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
					background: rgba(245,182,182, 0.15);
  color: black;
  cursor: pointer;
  padding: 15px;
  border: 6px solid red;
  border-radius: 2px;
}

#myBtn:hover {
  background: rgba(245,106,106, 0.75);
}
