﻿html, body{
	height: 100%;
}
#cookie_approve_banner .button-cookie {
	float: right;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	left: 160px;
	margin: -10px 10px 0;
	padding: 10px 20px;
	background: #e52129;
	border-radius: 6px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
}

#cookie_approve_banner a {
	color: #e52129;
}

#cookie_approve_banner {
	position: fixed;
	z-index: 1000;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 1px 0;
	background: #303030;
	background: rgba(30, 30, 30, 0.95);
	font-size: 14px;
	color: #fff;
}

#cookie_approve_banner p {
	margin: 20px;
	padding-right: 160px;
}

#cookie_approve_banner .button-cookie:hover, #cookie_approve_banner .button-cookie:focus {
	color: #333;
}

#old_ie {
	position: fixed;
	z-index: 9999999;
	top: 0;
	right: 0;
	left: 0;
	padding: 16px;
	background-color: #fdd751;
	font-family: Open Sans, sans-serif;
	font-weight: 400;
	font-size: 13px;
}

#old_ie p {
	margin: 0;
}

#old_ie img {
	vertical-align: middle;
}

#old_ie p a {
	color: #016b94;
	text-decoration: underline;
}

#old_ie strong {
	font-weight: 700;
}


/**
 * Header
 */

#header {
	top: 0;
	position: fixed;
	width: 100%;
	z-index: 500;
	background: #fff;
	border-bottom: 5px solid #e4161e;
}
.ie8 #header{
	top: 50px;

}

#header_logo {
	display: block;
	max-width: 100px;
	position: absolute;
	top: 8px;
}

#header > .wrapper {
	background: url('../images/site/transp-white.png');
	padding: 10px;
	box-sizing: border-box;
	overflow: auto;
	min-height: 85px;
}

/**
 * Menu
 */
#menu {
	text-align: right;
	margin-top: 9px;
}

#menu ul {
	list-style-type: none;
	padding-right: 20px;
}

#menu li {
	display: inline-block;
}

#menu li a {
	display: block;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
	color: #303030;
	padding: 10px;
}

#menu li a:hover,
#menu li a.current{
	color: #e4161e;
}

#menu ul ul{
	display: none;
}

#submenu ul{
	list-style-type: none;
	padding: 0;
}

#submenu a{
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 22px;
	color: #303030;
	font-weight: 700;
	display: block;
}

#submenu li{
	padding: 5px 0;
}

#submenu li:first-child{
	padding-top: 0;
}

#submenu li.current a,
#submenu a:hover {
	color: #e4161e;

}

#submenu a:before{
	margin-right: 5px;
	content: '»';
	color: #e4161e;
}

/**
 * Banner
 */
#banner {
	height: 45%;
	position: relative;
	margin-top: 85px;
}

#slider {
	height: 100%;
}

#slider .parallax-frame{
	background-size: cover;
}

/**
 * Banner Login
 */

#login_form {
	position: absolute;
	width: 100%;
}

#login_form {
	position: fixed;
	width: 100%;
	top: 89px;
	z-index: 499;
	transition: top 0.2s ease-in-out;
}

#login_form:not(.active) {
	top: -146px;
}

.ie8 #login_form{
	top: 116px;
}

#login_form form {
	width: 280px;
	background: url('../images/site/transp-red.png');
	color: #fff;
	box-sizing: border-box;
	padding: 25px 40px;
	overflow: auto;
}

#login_form #login_toggle{
	background: url('../images/site/transp-red.png');
	display: inline-block;
	padding: 10px;
	font-size: 16px;

	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#login_form form label {
	display: none;
}

#login_form input{
	border-radius: 4px;
	border: none;
	background-color: #fff;
	padding: 13px;
	font-size: 14px;
	box-sizing: border-box;
	width: 100%;
	font-family: 'Lato', sans-serif;
	color: #303030;
}

#login_form button {
	color: #fff;
	padding: 0 13px;
	width: 100px;
	text-align: center;
	font-size: 15px;
	float: right;
	font-weight: 400;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	height: 33px;
	line-height: 33px;
}

#login_form a {
	color: #fff;
	font-size: 13px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
}

#login_form h2 {
	color: #fff;
	margin-top: 0;
}

#login_form p {
	margin: 10px 0;
}

#login_form ::-webkit-input-placeholder {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	color: #c5c5c5;
	opacity: 1;
}

#login_form :-moz-placeholder { /* Firefox 18- */
	font-family: 'Yanone Kaffeesatz', sans-serif;
	color: #c5c5c5;
	opacity: 1;
}

#login_form ::-moz-placeholder {  /* Firefox 19+ */
	font-family: 'Yanone Kaffeesatz', sans-serif;
	color: #c5c5c5;
	opacity: 1;
}

#login_form :-ms-input-placeholder {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	color: #c5c5c5;
	opacity: 1;
}

.inline-sidebar{
	width: calc(25.5% - 20px);
	margin-right: 20px;
}

.inline-sidebar p.subtitle{
	max-width: 170px;
}

.inline-sidebar h1{
	max-width: 200px;
}

.inline-content{
	width: 74.5%;
}

/**
 * Start page specific
 */

.is-startpage:not(.compact) #header {
	top: 50px;
	position: absolute;
	width: 100%;
	z-index: 500;
	background: none;
	border-bottom: none;
}

.is-startpage:not(.compact) #header_logo {
	display: block;
	max-width: 120px;
	position: absolute;
	top: 10px;
}

.is-startpage:not(.compact) #header > .wrapper {
	background: url('../images/site/transp-white.png');
	padding: 10px;
	box-sizing: border-box;
	overflow: auto;
	min-height: 100px;
}

.is-startpage:not(.compact) #menu {
	margin-top: 15px;
}


.is-startpage #banner {
	height: 72%;
	margin-top: 0;
}

.is-startpage:not(.compact) #login_form {
	position: absolute;
	bottom: 69px;
	width: 100%;
}

.is-startpage:not(.compact) #login_form form {
	width: 280px;
	background: url('../images/site/transp-red.png');
	color: #fff;
	box-sizing: border-box;
	padding: 25px 40px;
	overflow: auto;
}

.is-startpage:not(.compact) #login_form:not(.active) {
	top: auto;
}

.is-startpage:not(.compact) #login_form #login_toggle {
	display: none;
}

.section-separation {
	padding-top: 40px;
	margin-top: 40px;
	border-top: 3px double #e5e5e5;
	margin-bottom: 70px;
}

#search_supplier {
	min-height: 500px;
	padding-bottom: 190px;
	padding-top: 190px;
	background-attachment: fixed;
	background-size: cover;
}

#search_supplier,
#search_supplier .h1 {
	color: #fff;
}

#search_supplier form {
	background-color: #2e2d2d;
	padding: 30px 40px;
}

#search_supplier input {
	background-color: #fff;
	border: none;
	width: 77%;
	padding: 15px 10px;
	font-size: 14px;
	color: #303030;
	font-style: italic;
	-webkit-appearance: none;
}

#search_supplier ::-webkit-input-placeholder {
	font-family: 'Lato', sans-serif;
	color: #303030;
	font-style: italic;
	font-size: 14px;
	opacity: 1;
}

#search_supplier :-moz-placeholder { /* Firefox 18- */
	font-family: 'Lato', sans-serif;
	color: #303030;
	font-style: italic;
	font-size: 14px;
	opacity: 1;
}

#search_supplier ::-moz-placeholder {  /* Firefox 19+ */
	font-family: 'Lato', sans-serif;
	color: #303030;
	font-style: italic;
	font-size: 14px;
	opacity: 1;
}

#search_supplier :-ms-input-placeholder {
	font-family: 'Lato', sans-serif;
	color: #303030;
	font-style: italic;
	font-size: 14px;
	opacity: 1;
}

#search_supplier button {
	width: 20%;
	text-align: center;
	text-transform: none;
	float: right;
	margin: 0;
	font-family: 'Cabin', sans-serif;
}

#search_supplier a {
	font-style: italic;
	font-size: 12px;
	color: #fff;
	float: right;
	margin-top: 5px;
}

/**
 * Stores page
 */

.retailer{
	text-align: center;
	border-right: 1px solid #ccc;
	overflow: hidden;
	box-sizing: border-box;
}

.retailer:nth-child(4n){
	border-right: none;
}

.retailer .content{
	margin: 0 6px;
	border-bottom: 1px solid #ccc;
	height: 190px;
}

.retailer .webshop {
	display: block;
	margin-top: 10px;
}

.retailer h4{
	color: #e4161e;
	font-size: 18px;
}

.retailer .links a{
	font-weight: 700;
	color: #303030;
}

#become_retailer_button{
	text-align: center;
	margin-top: 50px;
}

#content {
	min-height: 400px;
}

/**
 * Products page
 */

.product-puff {
	position: relative;
	height: 190px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;

	margin: 0;
	padding: 0;
	text-align: center;
}

.product-page.product-puff{
	min-height: 190px;
	height: auto;
	margin-bottom: 45px;
}

.product-page.product-puff > .image-container{
	height: 169px;
	position: relative;
	padding: 0 10px;
	box-sizing: border-box;

}

.product-page.product-puff > .image-container img{
	position: absolute;
	bottom: 0;
	left: 10px;
	max-width: calc(100% - 20px);
	margin: 0 auto;

}

.product-puff > h4{
	font-size: 20px;
	padding: 0 20px;
}

.product-content {
	position: absolute;
	top: 0;
	z-index: 10;
	background: url('../images/site/transp-white-80.png');
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 20px 0 0;
	box-sizing: border-box;
	transition: opacity 0.4s ease-in-out;
}

.product-content p:first-child{
	margin-top: 67px;
}

.product-puff .product-content {
	opacity: 0;
}

.product-puff:hover .product-content {
	opacity: 1;
}

.product-content h4 {
	font-size: 20px;
}

.product-content .button {
	width: auto;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
}

.product-item {
	padding: 30px;
}

/*
 * Contact Form
 *
 */

#contact_form label{
	display: none;
}

#contact_form .form-group{
	margin: 10px 0;
}

#contact_form .form-group-action{
	text-align: right;
}

#contact_form input,
#contact_form textarea
{
	box-sizing: border-box;
	border: 3px solid #cbcbcb;
	display: block;
	width: 100%;
	color: #303030;
	font-size: 15px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	padding: 15px 20px;
}

#contact_form button{
	width: 180px;
}

#contact_form ::-webkit-input-placeholder {
	color: #e4161e;
	font-weight: 700;
	font-size: 18px;
	opacity: 1;
}

#contact_form :-moz-placeholder { /* Firefox 18- */
	color: #e4161e;
	font-weight: 700;
	font-size: 18px;
	opacity: 1;
}

#contact_form ::-moz-placeholder {  /* Firefox 19+ */
	color: #e4161e;
	font-weight: 700;
	font-size: 18px;
	opacity: 1;
}

#contact_form :-ms-input-placeholder {
	color: #e4161e;
	font-weight: 700;
	font-size: 18px;
	opacity: 1;
}

#contact_map{
	height: 100%;
}


#contact_form .form-captcha div {
	position: relative;
	padding-left: 110px;
	border: 3px solid #cbcbcb;
}

#contact_form .form-captcha img {
	position: absolute;
	z-index: 1;
	top: -1px;
	left: -1px;
}

#contact_form .form-captcha input {
	display: inline-block;
	vertical-align: top;
	width: 280px;
	border: 0;
}

/**
 * Footer
 */

#footer {
	background-color: #1f1f1f;
	padding: 50px 0;
	margin-top: 50px;
}

#footer,
#footer h3,
#footer a {
	color: #fff;
}

#footer .inline-1-4:last-child {
	height: 170px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 60%;
}

/**
 * Fancybox
 *
 */

.fancybox-skin {
	background: #fff !important;
}

.fancybox-close{
	background-image: url('../images/site/fancybox_sprite-new.png') !important;
}
/**
 * ParallaxScroll plugin
 * @version 1.0
 * @date 2015-11-25
 */

.js-parallax {
	overflow: hidden;
}

.parallax-frame {
	height: 100%;
}

/* Media queries */

@media screen and (max-width: 960px) {
	.spread-grid {
		width: auto;
	}

	#content .wrapper {
		padding: 0 10px;
	}
}

@media screen and (max-width: 800px) {
	.retailer.inline-r-block,
	.product-puff.inline-r-block {
		width: 25%;
		display: inline-block;
	}
}

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

	.retailer.inline-r-block,
	.product-puff.inline-r-block{
		width: auto;
		display: block;
	}
}

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

	#cookie_approve_banner p {
		margin-right: 20px;
		padding-right: 0;
	}

	#cookie_approve_banner .button-cookie {
		float: none;
		position: static;
		left: auto;
		margin-top: 0;
	}

	.inline-r-block {
		display: block;
		width: auto;
	}

	.inline-r-1-2 {
		width: 50%;
	}

	.inline-r-1-3 {
		width: 33.33%;
	}

	[class*='spread-'] {
		display: block;
		width: auto;
	}

	.inline-left.inline-r-block > *, .inline-right.inline-r-block > * {
		margin-left: 0;
		margin-right: 0;
	}

	.hide-mobile {
		display: none !important;
	}
	
	/**
	 * Header
	 */

	.is-startpage:not(.compact) #header {
		top: 0;
		position: fixed;
		width: 100%;
		z-index: 500;
		background: #fff;
		height: 61px;
	}

	.is-startpage:not(.compact) #header > .wrapper {
		background: #fff;
		min-height: 0;
	}

	#header {
		top: 0;
		position: fixed;
		left: 0;
		right: 0;
		height: 61px;
		border-bottom: none;
	}

	#header > .wrapper {
		min-height: 0;
		height: 61px;
	}

	#header_logo {
		margin: 0 auto;
		position: static;
	}

	#header_logo img {
		max-height: 100%;
		display: block;
		margin: 0 auto;
	}

	#login_form #login_toggle {
		position: fixed;
		top: 0;
		right: 15px;
		text-align: left;
	}

	#login_form{
		position: fixed !important;
		top: 0 !important;
		bottom: 0 !important;
		left: 100%;
		z-index: 501;
		transition: left 0.25s ease-in-out;
	}

	.active#login_form{
		left: 0;
	}

	#login_form h2 {
		text-align: center;
		font-size: 22px;
	}

	.active#login_form form {
		width: 100% !important;
		position: absolute;
		top: 0;
		bottom: 0;
		background: url('../images/site/logo-white-mob.png') no-repeat top center !important;
		background-size: 120px auto !important;
		background-position: center 25px !important;
		background-color: rgba(228,22,30,0.97) !important;
		color: #fff;
		box-sizing: border-box;
		padding: 150px 60px 0 !important;
		overflow: auto !important;
	}

	.active #login_form,
	.active #login_form #login_toggle {
		z-index: 400;
	}

	.is-startpage:not(.compact) #login_form #login_toggle {
		display: block;
	}

	.is-startpage:not(.compact) #header_logo,
	#header_logo{
		max-width: 60px;
		margin: 0 auto;
		position: static;
	}

	.is-startpage:not(.compact) #menu {
		margin-top: 0;
	}

	/* Animate menu and menu opener when menu is opened on mobile */
	#menu, #menu_open {
		-webkit-transition: left ease-in 0.2s;
		transition: left ease-in 0.2s;

	}

	#menu{
		z-index: 700;
	}

	.active #menu_open {
		left: 83%;
	}

	#menu_open .menu-opener-label {
		display: none;
	}

	#menu_open {
		position: absolute;
		left: 10px;
		top: 22px;
		z-index: 800;
	}

	.open-menu {
		display: inline-block;
		vertical-align: middle;
		margin-left: 7px;
		width: 28px;
		height: 20px;
	}

	.open-menu .omnu-line {
		position: relative;
		display: block;
		margin: 0 0 4px;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		background: #e52229;
		border-radius: 8px;
		height: 4px;
		-webkit-perspective: 200px;
		perspective: 200px;
		-webkit-transform: none;
		-webkit-transform-origin: center center 0;
		-webkit-transform-style: preserve-3d;
		transform: none;
		transform-origin: center center 0;
		transform-style: preserve-3d;
		transition: all 277ms ease-in-out 0s;
	}

	.active .open-menu #omnu_line2 {
		opacity: 0;
	}

	.active .open-menu #omnu_line1 {
		margin: 0;
		top: 8px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.active .open-menu #omnu_line3 {
		margin: 0;
		top: -4px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	/* Menu */
	#menu {
		text-align: left;
		display: block;
		position: fixed;
		top: 0;
		left: -100%;
		bottom: 0;
		margin: 0;
		width: 100%;
		overflow: auto;
		background: url('../images/site/logo-white.png') no-repeat top center;
		background-size: 120px auto;
		background-position: center 25px;
		background-color: rgba(17,17,17,0.97);

	}

	.active #menu {
		left: 0;
	}

	#menu ul {
		display: block;
		margin: 80px 10px 0;
		padding-left: 0;
	}

	#menu .menu-root > ul {
		position: absolute;
		left: 0;
		right: 0;
		top: 50px;
		opacity: 1;
		-webkit-transition: all ease-in 0.2s;
		transition: all ease-in 0.2s;
	}

	#menu .wrapper > ul {
		position: absolute;
		left: 0;
		right: 0;
		margin-top: 80px;
		padding: 0;
		opacity: 1;
		-webkit-transition: all ease-in 0.2s;
		transition: all ease-in 0.2s;
	}

	#menu .wrapper .menu-show-subs {
		left: -100% !important;
		right: 100%;
		-webkit-transition: all ease-in 0.2s;
		transition: all ease-in 0.2s;
	}

	#menu .wrapper ul > li > a {
		text-align: left;
		display: block;
		opacity: 1;
		-webkit-transition: opacity ease-in 0.2s;
		transition: opacity ease-in 0.2s;
	}

	#menu .menu-show-subs > li > a {
		opacity: 0;
	}

	#menu .wrapper ul{
		padding: 0;
	}

	#menu .wrapper ul li {
		display: block;
		position: relative;
		padding: 0;
	}

	#menu ul li:last-child {
		border-bottom: 0;
	}

	#menu .wrapper ul li a {
		padding: 18px 40px;
		color: #fff;
		margin: 0 auto;
		font-size: 20px;
		text-align: center;
		text-transform: none;
	}

	/*#menu .has-subs a {
		margin-right: 60px;
	}*/

	#menu .has-subs > ul {
		display: block;
		overflow: auto;
		opacity: 0;
		position: fixed;
		z-index: 5;
		top: 55px;
		right: 0;
		bottom: 0;
		left: 100%;
		height: 72%;
		-webkit-transition: all ease-in 0.2s;
		transition: all ease-in 0.2s;
	}

	#menu .has-subs > ul.show-subs {
		left: 0;
		opacity: 1;
	}

	#menu .show-subs.menu-show-subs {
		position: static;
	}

	#menu .has-subs > ul.show-subs li {
		height: auto;
	}

	#menu .has-subs > a {
		width: 50%;
	}

	.go-back a:before, li.has-subs:after {
		content: '»';
		position: absolute;
		top: 0;
		bottom: 0;
		padding-top: 18px;
		width: 60px;
		font-weight: 700;
		font-size: 18px;
		color: #e4161e;
		text-align: center;
	}

	#menu li:first-child.go-back a {
		padding-left: 40px !important;
	}

	.go-back a:before {
		/* arrow goes on the left side - go back button */
		content: '«';
		left: 0;
		padding-top: 17px;
		width: 33px;
	}

	li.has-subs:after{
		/* arrow goes on the right side - children navigation */
		right: 0;
	}
	/* Banner */
	#banner {
		height: 50%;
		margin-top: 61px;
	}

	#submenu{
		display: none;
	}

	#login_form form {
		width: 90%;
		margin: 0 auto;
	}

	.inline-sidebar {
		margin-right: 0;
	}

	.inline-sidebar p.subtitle{
		max-width: none;
	}

	.inline-sidebar h1{
		max-width: none;
	}

	/* Start page specific */

	.is-startpage h1::after, .is-startpage .h1::after {
		margin-left: auto;
		margin-right: auto;
	}

	.startpage-section {
		padding: 0 15px;
		box-sizing: border-box;
		text-align: center;
	}

	#search_supplier {
		padding-bottom: 70px;
		padding-top: 70px;
	}

	#search_supplier form {
		padding: 20px 20px;
	}

	#search_supplier input {
		width: 100%;
	}

	#search_supplier button {
		float: none;
		width: 100%;
		display: block;
		max-width: 120px;
		margin: 5px auto 0;
	}

	/* Product page */

	.product-page.product-puff > .image-container {
		overflow: hidden;
	}

	.product-puff .product-content {
		opacity: 1;
	}

	.retailer {
		border-right: none;
	}

	.retailer .content {
		height: auto;
	}


	#contact_form button {
		width: 100%;
	}

	.product-item.popup{
		text-align: center;
	}

	.product-item.popup .button,
	.product-item.popup .button-alt
	{
		display: block;
		width: 100%;
	}

	.product-item.popup .h1:after {
		margin: 0 auto;
	}

	.product-item.popup img{
		display: block;
		float: none;
		margin: 0 auto;
	}

	/** Contact page */
	#norobot {
		max-width: 100%;
	}

	/* Footer */
	#footer {
		text-align: center;
	}

	#footer {
		box-sizing: border-box;
		padding: 10px;
	}

	#footer h1::after, #footer .h1::after, #footer h3::after {
		margin: 10px auto;
	}

	#footer .inline-1-4:last-child {
		background-size: contain;
		height: 120px;
	}
}