@font-face {
	font-family: 'AbsaraSansLight';
	src: url('../Assets/Fonts/AbsaraSans-Light.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AbsaraSansLight';
	src: url('../Assets/Fonts/AbsaraSans-LightItalic.otf') format('opentype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'AbsaraSansOT';
	src: url('../Assets/Fonts/AbsaraSansOT-Light.otf') format('opentype');
	font-weight: light;
	font-style: normal;
}

@font-face {
	font-family: 'AbsaraSansOT';
	src: url('../Assets/Fonts/AbsaraSansOT-Bold.otf') format('opentype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'EuphoriaScript';
	src: url('../Assets/Fonts/EuphoriaScript-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

#basket-table .delete-basket-item svg path,
.basket-form .quantity-col .add-basket path,
input[type=checkbox]+label .status svg path,
input[type=radio]+label .status svg path {
	fill: rgb(0, 59, 98)
}

[data-textcolor="black"] {
	color: rgb(21, 22, 23);
	margin-bottom: 1.5em;
}

[data-colorsheme="blue"] {
	background-color: rgb(177, 209, 221);
	color: rgb(0, 59, 98);
}

[data-colorsheme="blue"] a{
	color: rgb(0, 59, 98);
}

h1, h2 {
	font-family: "AbsaraSansOT";
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: .15em;
	color: rgb(0, 59, 98);
	margin-bottom: .75em;
}

h3 {
	font-family: "AbsaraSansOT";
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: .15em;
}

h4 {
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 20px;
	margin-bottom: 1em;
}

p {
	font-family: 'AbsaraSansOT';
	font-size: 16px;
	color: rgb(21, 22, 23);
}

p i {
	font-family: 'AbsaraSansLight';
	text-transform: uppercase;
}

#page {
	margin-top: 0;
}

.header-inner-wrap {
	position: relative;
	width: 90%;
	max-width: 1640px;
	margin-right: auto;
	margin-left: auto;
}

.basket-status .juwel {
	background-color: rgb(0, 59, 98);
	color: #fff;
}

.basket-form .quantity-col .add-basket {
	color: rgb(0, 59, 98);
	background-color: rgb(177, 209, 221);
}

#basket-table .delete-basket-item {
	color: rgb(0, 59, 98);
}

#dialog-wrapper #dialog-ok,
#dialog-wrapper #dialog-title {
	background-color: rgb(0, 59, 98);
	color: #fff
}

input[type=submit].key,
input[type=reset].key {
	border-color: rgb(0, 59, 98);
	color: rgb(0, 59, 98)
}

input[type=radio]+label .status:after {
	background-color: rgb(0, 59, 98);
}

#page-header .main-menu a {
	letter-spacing: 2px;
	line-height: 30px;
}

#page-header .main-menu a.active:after {
	display: none;
}

#page-header .main-menu .sub-menu a.active {
	color: rgb(0, 59, 98);
}

a.btn.key,
a.button.key {
	border-color: rgb(0, 59, 98);
	color: rgb(0, 59, 98)
}

a.text-link, p.regular-text > a {
	color: rgb(0, 59, 98);
	text-decoration: underline
}

#toast-wrapper #toast-title {
	background-color: rgb(0, 59, 98);
	color: #fff;
}

.wine-box,
.bundle-box,
.product-box {
	padding: 0 0 160% 0;
}

.wine-box .image img,
.bundle-box .image img,
.product-box .image img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.wine-box .basket-overlay,
.bundle-box .basket-overlay,
.product-box .basket-overlay {
	background-color: rgba(0, 59, 98,.5);
}

#page-header {
	background-color: rgb(177, 209, 221);
	border-bottom: none;
}

#page-header[data-background="true"] {
	background-color: rgb(177, 209, 221);
	box-shadow: 0 0 5px rgba(0, 59, 98, .4);
}

#page-header.regular-header .main-menu {
	padding: 5.15em 0 3.15em;
}

#page-header.regular-header .logo {
	width: auto;
}

#page-header .menu-opener svg path,
#page-header .tools > li > a svg path {
	fill: rgb(0, 59, 98);
}

#shop-teaser {
	background-color: rgb(164, 55, 33);
	padding: 0.5em;
	margin: 0;
	text-align: center;
	color: white;
}

#shop-teaser a {
	color:  black;
}

.socials li {
	position: relative;
	display:  inline-block;
	padding-right: 2em;
}

.socials li i {
	display:  inline-block;
	vertical-align: middle;
	color:  rgb(164, 55, 33);
	margin-right: 0.25em;
	margin-top:  -0.1em;
}

#offcanvas {
	background-color: rgb(177, 209, 221);
	box-shadow: 0 0 5px rgba(0, 59, 98, .4);
}

#offcanvas .offcanvas-menu a {
	text-align: center;
	font-size: 16px;
	letter-spacing: 2px;
}

#offcanvas .menu-closer:before {
    background-color: rgb(0, 59, 98);
}

.header-slider {
	margin-bottom: 5em;
}

.header-slider .item {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.header-slider .slick-list,
.header-slider .slick-track,
.header-slider .item {
	height: 100%;
}

.header-slider .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 6;
	height: 20%;
	transform: translate(0, -50%);
	background-size: contain;
	background-repeat: no-repeat;
}

.header-slider .slick-arrow.slick-prev {
	left: 5em;
	background-image: url(/Assets/Icons/slider_arrow_prv.svg);
}

.header-slider .slick-arrow.slick-next {
	right: 5em;
	background-image: url(/Assets/Icons/slider_arrow_nxt.svg);
}

.header-slider .slick-dots {
	padding: 1.5em 0;
}

.header-slider .slick-dots button:before {
	border-color: rgb(0, 59, 98);
}

.header-slider .slick-dots .slick-active button:before {
	background-color: rgb(0, 59, 98);
}

#header-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 0;
	margin-bottom: 4.5em;
}

.shipping-list li {
	vertical-align: middle;
}

.nav-list li a {
	font-size: 14px;
	line-height: 30px;
}

.logo2 {
	display: block;
	position: relative;
	left: 9px;
	padding: 4em 0 5em;
	margin: 0 auto;
}

.info-text {
	margin-bottom: 6.5em;
}

.info-text p {
	line-height: 30px;
}

.info-text h3 {
	padding: 1.5em 0;
}

.info-text img {
	max-width: 100%;
}

.border-blue {
	border-top: 1px solid rgb(0, 59, 98);
	border-bottom: 1px solid rgb(0, 59, 98);
}

input[type=checkbox]:checked+label.area-checkbox,
input[type=radio]:checked+label.area-checkbox {
	border-color: rgb(164, 55, 33);
	background-color: rgba(164, 55, 33, .2);
}

input[type=checkbox]:checked+label.area-checkbox .icon,
input[type=radio]:checked+label.area-checkbox .icon {
    background-color: rgb(164, 55, 33);
}

@media only screen and (max-width: 467px) {
	#header-image,
	#shop-header-image,
	.regular-header+#page,
	.header-slider {
    	margin-top: 11.85em !important;
	}
}

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

	#page-header[data-background="true"] img.regular { display: block; }
	#page-header[data-background="true"] img.white { display: none; }

	#header-image,
	#shop-header-image,
	.regular-header+#page,
	.header-slider {
		margin-top: 10em;
	}

	#page-header.regular-header .logo {
		max-width: 230px;
		margin: 2em auto .5em;
	}

	#page-header.regular-header .menu-opener,
	#page-header.regular-header .tools {
		top: 45%;
	}

	#page-header.regular-header .tools>li>a {
		display: none;
	}

	#page-header.regular-header .tools>li>a.basket-status {
		display: inline-block;
	}

	#header-image+#page,
	#header-slider+#page {
		margin-top: 0;
		box-shadow: none;
	}

	#header-image,
	.header-slider {
		height: 300px;
		min-height: 300px;
	}

	#header-image {
		position: inherit;
	}

	#shop-header-image {
		position: fixed;
	    top: 0;
	    left: 0;
	    right: 0;
	    min-height: 70vh;
	    background: linear-gradient(
	    	160deg,
	    	rgba(140,140,140,0) 0,
	    	rgba(140,140,140,.12) 50%,
	    	rgba(140,140,140,0) 100%);
	    background-color: rgba(0, 59, 98, 0.9);
	}

	#shop-header-image>img.bottle-image {
		position: absolute;
		top: 3em;
	    left: 50%;
	    transform: translateX(-50%);
	    height: auto;
	    max-height: 55vh;
	    width: auto;
	    max-width: 80%;
	}

	#shop-header-image+#page {
		background-color: #fff;
	    border-radius: 2em 2em 0 0;
	    box-shadow: 0 0 5px #dcdcdc;
	    overflow: hidden;
	    margin-top: 82vh;
	    display: block;
	    position: relative;
	    z-index: 2;
	}

	.header-slider .slick-arrow {
		display: none;
	}

	.offcanvas-menu .logo img {
		max-width: 230px;
	}

	.wine-box .image,
	.bundle-box .image,
	.product-box .image,
	.wine-box .image.placeholder,
	.bundle-box .image.placeholder,
	.product-box .image.placeholder  {
		height: 65%;
		top: 5em;
	}

	.no-mobile {
		display: none !important;
	}

	.only-mobile {
		display: inherit;
	}
}

@media only screen and (min-width: 650px) {

	h1, h2 {
		font-size: 40px;
	}

	#page-header img.white { display: none; }

	#header-image,
	#shop-header-image+#page,
	#header-image.only-mobile+#page,
	#header-slider.only-mobile+#page,
	.regular-header+#page,
	.header-slider {
		margin-top: 12.4em;
	}

	#page-header.regular-header .logo {
		max-width: 280px;
		margin: 3em auto 1em;
	}

	#header-image,
	.header-slider {
		height: 400px;
		min-height: 400px;
	}

	.header-slider .slick-arrow {
		width: 20px;
	}

	.wine-box .image,
	.bundle-box .image,
	.product-box .image,
	.wine-box .image.placeholder,
	.bundle-box .image.placeholder,
	.product-box .image.placeholder {
		height: 62%;
		top: 5em;
	}

	.only-mobile {
		display: none!important;
	}

}

@media only screen and (min-width: 1000px) {

	#header-image,
	#shop-header-image+#page,
	#header-image.only-mobile+#page,
	#header-slider.only-mobile+#page,
	.regular-header+#page,
	.header-slider {
		margin-top: 13.4em;
	}

	#page-header.regular-header .logo {
		max-width: 200px;
	}

	#header-image,
	.header-slider {
		height: 500px;
		min-height: 500px;
	}

	.header-slider .slick-arrow {
		width: 25px;
	}

	.wine-box .image,
	.bundle-box .image,
	.product-box .image,
	.wine-box .image.placeholder,
	.bundle-box .image.placeholder,
	.product-box .image.placeholder  {
		height: 60%;
	}

}

@media only screen and (min-width: 1280px) {

	#header-image,
	#shop-header-image+#page,
	#header-image.only-mobile+#page,
	#header-slider.only-mobile+#page,
	.regular-header+#page,
	.header-slider {
		margin-top: 11.85em;
	}

	#page-header.regular-header .main-menu {
		padding: 4em 0 2em;
	}

	#page-header.regular-header .logo {
		top: 68%;
	    //max-width: 240px;
	    margin:  inherit;
	}

	#page-header .main-menu a {
		font-size: 14px;
		letter-spacing: 0px;
	}

	#page-header.regular-header .socials {
		display: block;
	}

	#page-header.regular-header .tools {
		top: 60%;
	}

	#header-image,
	.header-slider {
		height: 600px;
		min-height: 600px;
	}

	.header-slider .slick-arrow {
		width: 30px;
	}

}

@media only screen and (min-width: 1520px) {

	#header-image,
	#shop-header-image+#page,
	#header-image.only-mobile+#page,
	#header-slider.only-mobile+#page,
	.regular-header+#page,
	.header-slider {
		margin-top: 13em;
	}

	#page-header.regular-header .main-menu {
		padding: 4.5em 0 2.5em;
	}

	#page-header.regular-header .logo {
		top: 67%;
		//max-width: 275px;
	}

	#page-header .main-menu a {
		font-size: 16px;
		letter-spacing: 2px;
	}

	#header-image,
	.header-slider {
		height: 700px;
		min-height: 700px;
	}

	.header-slider .slick-arrow {
		width: 35px;
	}

}

@media only screen and (min-width: 1640px) {

	#header-image,
	#shop-header-image+#page,
	#header-image.only-mobile+#page,
	#header-slider.only-mobile+#page,
	.regular-header+#page,
	.header-slider {
		margin-top: 14.3em;
	}

	#page-header.regular-header .main-menu {
		padding: 5.15em 0 3.15em;
	}

	#page-header.regular-header .logo {
		top: 65%;
		//max-width: 335px;
	}

	#header-image,
	.header-slider {
		height: 750px;
		min-height: 750px;
	}

	.header-slider .slick-arrow {
		width: 38px;
	}

}

#liebfrauenmilch-box {
	align-items: center;
}