

#

#menu ul
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;	
	text-align:center;
	display:inline-block;
}

#menu li
{
    list-style: none;
	font-size:28px;
	display:inline;
  	margin-right: 0.5em;
	
}

#menu a
{
   
    width: 8em;
    color:#000;   
    text-decoration: none;
    text-align: center;
	padding-left:50px;
}

#menu a:hover
{
   	color:#333;
   	background-image:url(../images/piraatje.png);
   	background-position: left center;
  	background-repeat: no-repeat;
  	padding-left: 50px; /* Adjust according to image size to push text across. */
	width:120px;
}

/* menu stijlen slide out menu */

.menu, menu a {
	float:left;		
	margin-left:15px;	
	margin-top:12px;
	z-index: 1000;	
	text-decoration:none;	
}

.slideout-menu {
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #FFF;
	z-index: 1000;
	overflow-y:auto;
	font-family:'Sanford-0103_demo';	
}

.slideout-menu-title {	
	color: #fff;
	font-weight: 500;
	font-size: 2em;		
	padding-left:0.6em;
	margin-bottom:6%;
}

.slideout-menu h3 {
	position: relative;
	padding: 12px 10px;
	color: #fff;
	font-size: 1.5em;
	font-weight:800;
	background-color:#000;
	
	
}
.slideout-menu .slideout-menu-toggle {
	position: absolute;
	top: 8px;
	right: 10px;
	display: inline-block;
	padding: 6px 9px 5px;	
	font-weight:bolder; 
	color: #000;		
	vertical-align: top;
	z-index:99;
}
.slideout-menu .slideout-menu-toggle:hover {
	background:#000;;		
	border-radius:7px;	
	color:#fff;	
	text-decoration:none;	
	border:3px;
	border-style:solid;
	padding: 6px 9px 5px;
	top:5px;
	right:7px;	
	
}
.slideout-menu ul {
	list-style: none;
	font-weight: 400;	
	text-align:center;
	border:none;
	width:85%;	
	margin:0 auto;
}
.slideout-menu ul li {	
	padding:3px;
	text-align:center;
	margin:0 auto;	
}
.slideout-menu ul li a {
	position: relative;
	display: block;
	padding: 8px;	
	text-decoration: none;
	-webkit-transition: -webkit-transform ease-out 0.1s, background 0.7s;
	-moz-transition: -moz-transform ease-out 0.1s, background 0.7s;
	transition: transform ease-out 0.1s, background 0.7s;
	color:#000;	
	border:2px solid;
	border-radius:7px;
		
}
	
.slideout-menu ul li a:hover {
	background:#FFF;		
	border-radius:7px;	
	color:#000;	
	text-decoration:none;
	border-color:#000;	
	color:#333;
   	background-image:url(../images/piraatje.png);
   	background-position: left center;
  	background-repeat: no-repeat;
	
}


   
	
	@media screen and (min-width: 0px) and (max-width: 650px) {
  #menu {
    		display: none;
  		}
		hr {
			display:none;
		}
 
 		 .menu {
    		display: inline-block;
	  		position:fixed;
  		}
		.treeline {
			display:inline-block;
		}
		  /* show it on small screens */
}

@media screen and (min-width: 651px) {
 #menu {
    		display: block;
  		}
 
 		 .menu {
    		display: none;
	  		position:fixed;
  		}
		   /* hide it elsewhere */
}
	

	
ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.pagination li {display: inline;}

ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
	border:1px solid #000;
}

ul.pagination li a.active {
    background-color: #000;
    color: white;
	border:1px solid #000;
}

ul.pagination li a:hover:not(.active) {
	background-color: #000;
	border:1px solid #000;
	color:#FFF;
}

.treeline {
    cursor: pointer;
	position:fixed;
	top:5px;
}

 .bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}

/* Rotate first bar */
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
}

/* Fade out the second bar */
.change .bar2 {
    opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
}

.menu_logo {
	padding:2%;
	margin-bottom:20px;
	margin-top:20px;
}

/*hover stijl menu */

#cms_home .cms_home a, #cms_assortiment .cms_assortiment a, #cms_contact .cms_contact a {
   	background-image:url(../images/piraatje.png);
	background-position: left center;
  	background-repeat: no-repeat;
  	padding-left: 50px; /* Adjust according to image size to push text across. */
	width:120px;
}
/* hover style slide out menu */
#cms_home .cms_slide_home a, #assortiment .slide_assortiment a, #contact .slide_contact a {
   	background-image:url(../images/piraatje.png);
	background-position: left center;
  	background-repeat: no-repeat;
	padding-left:5px;
}

.rotate90:hover {
-webkit-transform: rotate(360deg);
              -moz-transform: rotate(360deg);
              -ms-transform: rotate(360deg);
              -o-transform: rotate(360deg);
              transform: rotate(360deg);
}



#overlay    {  
				background:rgba(0,0,0,.5);
               	text-align:center;
               	opacity:0;
			   	position: absolute;
				top: 0;
				bottom:10;
				left: 15px;
				width: 91%;
               -webkit-transition: display 3s ease-in;
}
#cf:hover #overlay {
               opacity:1;
			   overflow:hidden;
			   }

#plus       {  font-family:Helvetica;
               font-weight:900;
               color:rgba(255,255,255,.85);
               font-size:96px;
}

.desc {
	display:none;
}

.add_field 
{
	height:35px;
	width:100%;	
	cursor:pointer;
}

.add_button 
{
	height:45px;
	background-color:#00C;
	color:#FFF;
	width:100%;
	text-align:center;
	font-size:25px;
	line-height:25px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	border:solid 2px #000000;
	box-shadow: 5px 5px 4px #888888;
  	margin-bottom:20px;		
	cursor:pointer;

}



.remove_button-full-color {
	display: inline-block;
	width: 200px;
	padding: 8px;
	color: #000;
	background-color: transparent;
	border: 2px solid #000;
	text-align: center;
	outline: none;
	text-decoration: none;
	transition: color 0.3s ease-out,
			    background-color 0.3s ease-out,
              	border-color 0.3s ease-out;
	margin-bottom:20px;
	margin-top:20px;
	cursor:pointer;
		 
}
.remove_button-full-color:hover,
.remove_button-full-color:active {
  background-color: #00C;
  border-color: #00C;
  color: #fff;
  transition: color 0.3s ease-in,
              background-color 0.3s ease-in,
              border-color 0.3s ease-in;
}

.input 
{
	width:100%;
	border:2px solid #00C;
	height:45px;
	border-radius:10px;
	font-size:16px;
	text-align:center;
	color:#000;
	box-shadow: 2px 2px 1px #888888;
}


.week 
{
	height:50px;
	text-align:center;
	background-color:#000;
	color:#FFF;
	font-size:30px;
	line-height:50px;
}

.show-submit {	
	position:relative;
	bottom:10px;
	background-color: white; 
    color: black; 
    border: 2px solid #00C;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	border-radius:12px;
	cursor:pointer;

}

.show-submit:hover {
    background-color: #00C;
    color: white;
}

.items 
{
	text-align:center;
	font-size:24px;
	color:#333;
	text-shadow:#000 0.5px 0.5px 2px;
}

.hr 
{ 
    color: #00C;
	background-color: #00C;
	height: 5px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
   
}


/* login stijlen */

.cake {
	background-image:url(../../images/logo1.png);
	background-repeat:no-repeat;	
	min-width:100%;
	background-position:center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size:contain;
}

.header_login {
	background-color:rgba(51,51,51,0.8);
	padding:10px;
	min-width:100%;
	text-align:center;
	z-index:2;
	
}

/* einde login */

