html {
	position: relative;
	width: 100%;
	height: 100%;
}

body {
	height: 100%;
	background-color: #fff;
	color: #36311a;
	box-sizing: content-box;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	font-family: 'Comfortaa', 'Lato', Verdana, sans-serif;
	font-weight: 700;
	/* text-align: justify; */
}

#page-container {
	position: relative;
	padding: 0;
	min-height: 100%;
	overflow-x: hidden;
}

/********************************/
/*************Header*************/
/********************************/

header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: radial-gradient(circle, rgba(75, 72, 76, 0.95), rgba(15, 13, 11, 0.9) 75%);
	color: #fff;
	z-index: 14;
}

#banner {
	margin-bottom: -400px;
	width: 100%;
	min-height: 90vh;
	padding-top: 125px;
	background-position: bottom;
	background-size: cover;
	text-align: center;
}

#banner.alt {
	min-height: 550px;
	margin-bottom: -150px;
}

#logo {
	height: 250px;
}

/********************************/
/**************Divs**************/
/********************************/

@media screen and (min-width: 1400px) {
	.container {
		max-width: 1140px !important;
	}
}

.overlap {
	background-color: #fff;
}

.container-box {
	position: relative;
	margin-top: 8px;
	background: radial-gradient(circle, rgba(75, 72, 76, 1), rgba(15, 13, 11, 1) 75%);
	color: #fff;
}

.container-box::before,
.container-box::after {
	content: '';
	display: block;
	position: absolute;
}

.container-box::before {
	left: -2px;
	top: -2px;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	background: linear-gradient(to right, #eac656, #b97a2c);
	z-index: -2;
}

.container-box::after {
	left: -8px;
	top: -8px;
	width: calc(100% + 16px);
	height: calc(100% + 16px);
	background: radial-gradient(circle, rgba(75, 72, 76, 1), rgba(15, 13, 11, 1) 75%);
	z-index: -3;
}

.link-image {
	display: block;
	width: 100%;
	padding-bottom: 150%;
	background-position: center;
	background-size: cover;
	border: inset 10px rgba(45, 29, 32, 1);
}

.link-image.tall {
	padding-bottom: 150%;
}

.step {
	height: 100%;
	padding: 15px;
	border: inset 2px rgba(45, 29, 32, 1);
}

.step-img {
	display: block;
	margin-bottom: 15px;
	width: 100%;
	padding-bottom: 75%;
	background-position: center;
	background-size: cover;
}

footer {
	margin-top: 50px;
	background: linear-gradient(to bottom, rgba(75, 72, 76, 0.12), rgba(15, 13, 11, 0.12) 75%);
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='number'],
textarea {
	display: block;
	margin: 0 0 1.5rem;
	width: 100%;
	padding: 4px 16px;
	height: 45px;
	background-color: #fff;
	border: none;
	border-radius: 5px;
}

input[type='number'] {
	display: inline-block;
	margin-left: 15px;
	width: 125px;
	font-size: 1.8rem;
	background-color: transparent;
	color: #fff;
}

textarea {
	height: calc(45px * 2 + 1.5rem);
	resize: none;
}

input[type='submit'] {
	width: 100%;
}

#legal-footer {
	padding: 15px 15px;
	background: radial-gradient(circle, rgba(75, 72, 76, 1), rgba(15, 13, 11, 1) 75%);
	color: #fff;
	text-align: center;
	font-size: 0.9rem;
}

#legal-footer a {
	text-decoration: none;
}

/********************************/
/**********Other Pages***********/
/********************************/

.gallery-img {
	position: relative;
	width: 100%;
	padding-bottom: 75%;
}

.gallery-img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/********************************/
/**************Menu**************/
/********************************/

#nav {
	position: relative;
	padding: 25px 15px;
	z-index: 14;
}

#nav > ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

#nav > ul > li {
	display: inline-block;
	margin: 0 12px;
}

#nav > ul > li > a {
	text-decoration: none;
	font-family: 'Abril Fatface', 'Trebuchet MS', serif;
	font-size: 1.4rem;
	transition-duration: 0.15s;
}

#nav > ul > li > a:hover {
	color: #eac656;
}

#but-menu {
	display: inline-block;
	margin: 10px 0;
	width: 30px;
	height: 30px;
	background-color: transparent;
	background-image: url(../images/menu-button.svg);
	background-position: center;
	background-size: cover;
	border: none;
	vertical-align: top;
}

/********************************/
/**************Heads*************/
/********************************/

h1 {
	margin: 0;
	background: linear-gradient(to right, #eac656, #b97a2c);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Abril Fatface', 'Trebuchet MS', serif;
	font-size: 3.5rem;
    letter-spacing: 3px;
}

.sub-title {
	position: relative;
	top: -2.2rem;
	margin-bottom: 45px;
	height: 0;
	text-align: center;
	font-family: cursive;
	font-size: 2.2rem;
	font-style: italic;
	z-index: 2;
}

h2 {
	font-size: 1.5rem;
	font-weight: 700;
	font-style: italic;
}

h3 {
	background: linear-gradient(to right, #eac656, #b97a2c);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	font-family: 'Abril Fatface', 'Trebuchet MS', serif;
	font-size: 1.8rem;
}

h4 {
	margin-bottom: 1rem;
	font-family: 'Abril Fatface', 'Trebuchet MS', serif;
	font-size: 1.4rem;
}

/********************************/
/************Paragraphs**********/
/********************************/

/********************************/
/**************Buttons***********/
/********************************/

a,
a:hover {
	color: inherit;
	cursor: pointer;
}

.link-button {
	display: flex;
	height: 40px;
	padding: 4px 24px;
	background: linear-gradient(to right, #eac656, #b97a2c);
	color: #fff;
	border: none;
	border-radius: 5px;
	align-items: center;
	font-weight: 600;
	transition-duration: 0.15s;
}

.link-button:hover {
	filter: brightness(110%);
}

.social-link {
	display: inline-block;
	margin: 15px 10px 0 0;
	font-size: 24px;
	transition-duration: 0.15s;
}

.social-link:hover {
	color: #eac656;
}

/********************************/
/**************Sliders***********/
/********************************/

/********************************/
/**************Colors************/
/********************************/

/********************************/
/********************************/
/********************************/

.underlined {
	text-decoration: underline !important;
}

@media only screen and (max-width: 1399px) {
}

@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 767px) {
	#logo {
		height: 175px;
	}
	
	#nav {
		padding: 0;
	}

	#nav > ul {
		height: 0;
		overflow: hidden;
		transition-duration: 0.5s;
	}

	#nav > ul > li {
		display: list-item;
		margin: 0;
		margin-bottom: 15px;
	}

	#nav > ul > li:last-of-type {
		padding-bottom: 15px;
	}

	#nav > ul > li > a {
		font-size: 1.4rem;
	}

	#banner,
	#banner.alt {
		min-height: 450px;
		margin-bottom: -150px;
	}

	h1 {
		font-size: 2.2rem;
	}

	.sub-title {
		top: -1.4rem;
		font-size: 1.4rem;
	}                                 

}

@media only screen and (max-width: 575px) {
}

@media only screen and (max-width: 400px) {
}


.products { margin-bottom: 50px; background: #fff; }
.product { padding: 20px; background: #fff; border: inset 10px rgba(45, 29, 32, 1); }
.product img { margin-bottom: 20px; max-width: 100%; }
.product ul { margin-left: -20px; }
.product .price { font-size: 1.5rem; font-weight: bold; color: #ce9648; }
a.button, input.button { padding: 10px 20px; text-decoration: none; color: #fff; border: 0; background: #ce9648; }
a.button:hover, input.button:hover { background: #000; }

.product-details h1 { padding-top: 50px; margin-bottom: 50px; }
.product-details .image img { max-width: 100%; }
.product-info .leader { margin-bottom: 30px; padding: 30px; color: #fff; background: #ce9648; }
.product-info .leader ul { margin: 0; }
.product-info .price { font-size: 1.5rem; font-weight: bold; color: #ce9648; }

/* ### webshop ### */
.products-box-inner { margin-bottom: 20px; padding: 20px; color: #000; background: #fff; border-radius: 5px; }
.products-box-inner h3 { font-size: 1.0rem; }
.products-box-inner img { width: 100%; margin-bottom: 10px; border-radius: 5px; }
.button { padding: 10px 20px; font-size: 0.9rem; color: #fff; border-radius: 5px; background: #ce9648; transition: all 0.5s ease; text-align: center; text-decoration: none !important; width: auto; float: left; }
.button:hover { background: #000; }
.button-center { float: none; }
.button2 { margin-left: 10px; }
.product-form input[type="text"], .product-form input[type="email"], .product-form textarea { margin-bottom: 10px; padding: 15px 20px; font-size: 0.9rem; color: #000; width: 100%; border: 0; border-radius: 5px; transition: all 0.5s ease; text-align: left; text-decoration: none !important; }
.product-form select { margin-bottom: 10px; padding: 15px 20px; font-size: 0.9rem; color: #000; width: 100%; border: 0; border-radius: 5px; transition: all 0.5s ease; text-align: center; text-decoration: none !important; text-align: left; }
.product-form input[type="submit"] { padding: 10px 20px; font-size: 0.9rem; color: #fff; border: 0; width: auto; border-radius: 5px; background: #ce9648; transition: all 0.5s ease; text-align: center; text-decoration: none !important; }
textarea { height: 200px; }
.order-table { width: 100%; }
.delete-button, .refresh-button { width: 20px; }
.delete-button { margin-top: 3px; }
.form2 input[type="number"] { padding: 5px 20px; }
.product-form td { padding-right: 20px; }
.clear { padding: 50px 0; width: 100%; }
.clear2 { clear: both; margin-bottom: 20px; }
.divider { width: 100%; height: 1px; background: #fff; }
.small { width: auto; }
.products_box-image img { border-radius: 50%; border: 10px solid #ce9648; }
.orderBox { color: #000; }
.orderBox .row { margin-left: -15px; }
.orderBox a { text-decoration: underline; color: #000; }
.orderBox a:hover { color: #0062b7; }
.button { color: #fff !important; }
.products-box-price-blue { float: left; padding: 10px 20px; background: #ce9648; border-radius: 20px; }
.products-box-price-blue p { margin: 0; color: #fff; }
.products_box-image img { margin-bottom: 50px; }
.label { float: left; font-weight: bold; }
.field { float: left; }
.text-right { text-align: right; }
.important { font-size: 0.8rem; font-style: italic; }
.urgent { font-weight: bold; color: #ce9648 !important; }
input[type="radio"] { width: 20px; height: 20px; }

.cfield { display: none; }

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-input {
  padding-top: 10px;
  border: 0;
  display: inline-flex;
}

.number-input,
.number-input * {
  box-sizing: border-box;
}

.number-input button {
  outline:none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  margin: 0;
  position: relative;
  box-shadow: 0px 0px 1px #474747;
	border-radius: 50%;
}

.number-input button:before,
.number-input button:after {
  display: inline-block;
  position: absolute;
  content: '';
  width: 1rem;
  height: 2px;
  background-color: #212121;
  transform: translate(-50%, -50%);
}
.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
  margin-top: -10px;
  font-family: sans-serif;
  max-width: 3rem;
  padding: .5rem;
  border: none;
  border-width: 0 2px;
  font-size: 1.2rem;

  font-weight: bold;
  text-align: center;
  color:#000;
}

.order-form { padding: 50px 0; }
.order-form input, .order-form select, .order-form textarea { background: #f7eee1; }

@media only screen and (max-width: 575px) {
	#logo {
		height: 200px;
	}
	
	.product-info {
		margin-bottom: 20px;
	}
	
	.product {
		margin-bottom: 20px;
	}
	
	.image img {
		margin-bottom: 20px;
	}
}