/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/
/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

:root {
     --primary: #EAC2C2;
     --secondary: #D2BFB1;
	--pink: #DAB6B8;
	--green: #C4BB9E;
     --light: #E8E2D6;
     --dark: #D5BAB3;
}

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

.none{
	display: none;
}

html {
    scroll-behavior: smooth;
    height: 100%; 
    font-family: 'Ubuntu', sans-serif;
}

body {
	background-image: url("../images/background1.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	height: 100%;
     font-size: 14px;
     font-family: 'Ubuntu', sans-serif;
}
/*-- header --*/
.header {
	background-color: var(--pink);
	width: 100%;
	height: 125px;
	position:fixed;
	top: 0;
     margin: 0 !important;
/*	left: 0;
     right: 0; */
	z-index: 50;
}
#logo{
	position: relative;
	height: 150px;
     margin: 0 15px 0 15px;
}
.winkel{
	float: right;
	width: 50px;
	height: 50px;
	margin: 10px;
}
.zoek{
	float: right;
	width: 50px;
	height: 50px;
	margin: 10px;
}
.zoeken {
	display: none;
}
/*-- navigation--*/
.sb-holder{
     display: block;
     min-width: 230px;
     height: 100%;
     overflow: auto;
}
#bdSidebar{
	background-color: var(--primary) !important;
    position:fixed;
    height: 100%;
    overflow: auto;
    padding-bottom: 175px !important;
}
.mynav { 
    color: #fff; 
} 
  
.mynav li a { 
    color: #fff; 
    text-decoration: none; 
    width: 100%;
	min-width: 200px;
    display: block; 
    border-radius: 5px; 
    padding: 8px 5px; 
} 
  
.mynav li a.active { 
    background: rgba(255, 255, 255, 0.2); 
} 
  
.mynav li a:hover { 
    background: rgba(255, 255, 255, 0.2); 
} 
  
.mynav li a i { 
    width: 25px; 
    text-align: center; 
} 
.nav-item{
	text-transform: uppercase;
	display: block;
	width: 100%;
	border: #000000 thin solid;
	border-radius: 15px;
	margin-top: 4px;
	margin-right: 4px;
	padding-left: 5px;
}
.nav-item:hover,
.nav-item.active{
	color: white;
	background-color: var(--dark);
	border-color: white;
	cursor: pointer;
}
.cat-item{ 
	font-size: 18px;
    width: 50%;
	min-width: 200px;
    display: block; 
	border: #000000 thin solid;
	border-radius: 15px;
    padding: 8px 5px; 
} 
#new_cat{
	width: 50%;
}
#hamburger{
    position: fixed;
	margin-top: 20px;
	font-size: 50px;
    z-index: 51;
}
.page{
	margin-top: 125px;
    padding-right: 20px;
}
.footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: pink;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 11px;
	color: ivory;
	z-index: 100;
}
.legeregel{
	height: 20px;
}
.artikel{
	position: relative;
	background-color: var(--secondary);
	border: thick var(--primary) solid;
	box-sizing: border-box !important;	
	border-radius: 20px;
	width: 100%;
	margin: 5px;
	padding: 20px;
	overflow: hidden;
	cursor: pointer;
	box-shadow: 5px 5px 10px #888888;
}
.artikel .content-overlay{
/*	background: rgba(225,225,225,0.8); */
	position: absolute;
	border-radius: 17px;
	height: 100%;
	width: 100%;
	left: 0;
/*	top: 70%; */
	bottom: 0;
	right: 0;
	display: none;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	z-index: 50; 
}
.artikel:hover .content-overlay{
	opacity: 1;
	display: block;
}
.content-image{
	position: relative;
	width: 100%;
	border-radius: 10px;
	border: none;
	height: 100%;
	box-shadow: 8px 8px 5px #888888;
}
.content-details{
	background: rgba(225,225,225,0.8);
	position: absolute;
	text-align: center;
	padding: 3em;
	width: 100%;
	height: 50%;
	top: 80%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	z-index: 40;
}
.artikel:hover .content-details{
top: 80%;
left: 50%;
opacity: 1
}
.content-details p {
	position: relative;
	color: #000000;
	font-size: 16px;
}
.fadeIn-bottom{
top: 80%
}
.artikel img:hover + .txt-over{
	display: block;
}
.artikel span:hover + .txt-over{
	display: block;
}
.artikel-image{
	position: relative;
	width: 100%;
	border-radius: 10px;
	border: none;
	box-shadow: 8px 8px 5px #888888;
}
.artikel-image-bestel{
	position: relative;
	width: 60%;
	border-radius: 10px;
	border: none;
	box-shadow: 8px 8px 5px #888888;
}
.omschrijving{
	padding-top: 20px;
}
a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px;
}

h2 {
     font-family: 'Raleway', sans-serif;
     font-size: 22px;
}

h3 {
     font-size: 18px;
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     font-weight: 500;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

 :focus {
     outline: 0;
}

.text_align_center {
     text-align: center;
}

.text_align_left {
     text-align: left;
}

.text_align_right {
     text-align: right !important;
}

/*-- back to top--------*/
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 20px;
    border-radius: 0;
    z-index: 99;
}


.padding_right0 {
     padding-right: 0;
}

.padding_left0 {
     padding-left: 0;
}



@media screen and (max-width: 767.98px) {
     #logo {
          width: 100%;
     }

     .sb-holder{
          min-width: 1px;
          width: 1px;
     }
     .artikel-holder{
          margin-top: 60px;
     }
}
