@charset "utf-8";
@import url("https://use.typekit.net/kjg5vli.css");

.col-lg-3.offset-lg-1.footer_col .footer_list ul li:first-of-type { display: none; }

/* Body */
* {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body {
	font-family: 'acumin-pro-condensed', sans-serif;
	font-size: 20px;
	background: #fff;
	color: #000;
}
div {
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul {
	list-style: none;
	margin-bottom: 0px;
}
p {
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a {
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 1px #ffa07f;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
p:last-of-type {
	margin-bottom: 0;
}
a {
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
a, a:hover, a:visited, a:active, a:link {
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a:active {
	position: relative;
}
p a:hover {
	color: #FFFFFF;
	background: #ffa07f;
}
p a:hover::after {
	opacity: 0.2;
}
ul a {
	color: #000;
}
ul a:hover {
	color: #c9338b;
}
table {
	width: 100%;
}
td {
    border: 1px solid;
    padding: 5px 10px;
}
::selection {
	background: #c9338b;
	color: #ffffff;
}

.arousal {
	color: #c9338b;
}

.footer a.lust:hover {
	color: #0bbbef;
}

.footer a.cocktail:hover {
	color: #9460a4; 
}

.footer a.tightening:hover {
	color: #ffdd00;
}

.footer a.jelly:hover {
	color: #4dad33;
}

h1{font-size: 48px;}
h2{font-size: 36px;}
h3{font-size: 24px;}
h4{margin-top: 10px;}
h5{font-size: 14px;}
h1, h2, h3, h4, h5, h6 {
	font-family: 'acumin-pro-extra-condensed', sans-serif;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
	line-height: 1.2;
	font-weight: bold;
}
img {
	max-width: 100%;
}
button:active {
	outline: none;
} 
.form-control {
	color: #db5246;
}
section {
	display: block;
	position: relative;
	box-sizing: border-box;
}
.clear {
	clear: both;
}
.clearfix::before, .clearfix::after {
	content: "";
	display: table;
}
.clearfix::after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.trans_400 {
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.fill_height {
	height: 100%;
}
.super_container {
	width: 100%;
	overflow: hidden;
}
.prlx_parent {
	overflow: hidden;
}
.prlx {
	height: 130% !important;
}
.parallax-window {
    min-height: 400px;
    background: transparent;
}
.parallax_background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-bottom: 2px solid #fff;
}
.background_image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.nopadding {
	padding: 0px !important;
}
.owl-carousel,
.owl-carousel .owl-stage-outer,
.owl-carousel .owl-stage,
.owl-carousel .owl-item
{
	height: 100%;
}
.slide {
	height: 100%;
}
.top_align {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.button {
	display: inline-block;
	width: 150px;
	height: 50px;
	background: #c9338b;
	text-align: center;
	text-transform: uppercase;
}
.button::before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: #a32e76;
	content: '';
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}
.button:hover::before {
	height: 100%;
}
.button a {
	display: block;
	position: relative;
	height: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	line-height: 45px;
}
form.rushcommerce input#printbutton, form.rushcommerce input#submitbutton {
	font: 'acumin-pro-condensed', sans-serif !important;
	font-size: 22px !important;
	line-height: 56px !important;
	text-transform: uppercase !important;
	cursor: pointer !important;
	border-style: none !important;
	border-radius: 0 !important;
	background: #c9338b !important;
	border-color: #c9338b !important;
	width: 160px !important;
	height: 50px !important;
}

.section_title h1 {
	font-size: 60px;
}

/* Header */

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #000000;
	z-index: 100;
	border-bottom: solid 2px #fff;
}
.header_content {
	height: 124px;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	text-transform: uppercase;
}
.header.scrolled .header_content {
	height: 90px;
}
.logo {
	position: absolute;
	left: 54px;
}
.logo a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.logo > div:first-of-type {
	font-size: 30px;
	font-weight: 500;
	color: #c9338b;
	text-transform: uppercase;
	line-height: 0.75;
}
.logo > div:first-of-type span {
	color: #639906;
}
.logo > div:last-of-type {
	font-size: 12px;
	font-weight: 500;
	font-style: italic;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 0.75;
	margin-top: 6px;
}
.main_nav ul li:not(:last-of-type) {
	margin-right: 40px;
}
.main_nav ul li a {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}
.main_nav ul li a:hover,
.main_nav ul li.active a {
	color: #c9338b;
}
.header_right {
	position: absolute;
	right: 30px;
}
.contact_button {
	width: 188px;
	height: 60px;
	background: #c9338b;
	text-align: center;
}
.contact_button:hover {
	background: #a32e76;
}
.contact_button a {
	display: block;
	height: 100%;
	line-height: 56px;
	font-size: 22px;
	font-weight: bold;
	color: #ffffff;
}
.hamburger {
	display: none;
	margin-left: 30px;
	cursor: pointer;
	padding: 5px;
}
.hamburger i {
	font-size: 24px;
	color: #ffffff;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.hamburger:hover i {
	color: #c9338b;
}
.hamburger:active i {
	color: #a32e76;
}

/* Menu */

.menu {
	position: fixed;
	top: -400px;
	left: 0;
	width: 100vw;
	height: 400px;
	background: #c9338b;
	z-index: 99;
	border-bottom: solid 2px #ffffff;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}
.menu.active {
	top: 0;
}
.menu_content {
	padding-top: 160px;
}
.menu_nav ul li {
	display: inline-block;
	position: relative;
}
.menu_nav ul li a {
	display: block;
	font-size: 24px;
	color: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
	text-transform: uppercase;
}
.menu_nav ul li a:hover {
	color: #a32e76;
}
.menu_nav ul li a:hover::after {
	width: 100%;
}

/* Header Image Index */

.index {
	height: 100vh;
}
.home_slider_container {
	height: 100%;
}
.slide_container {
	position: absolute;
	left: 0;
	top: 35%;
	width: 100%;
}
.slide_content {
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
}
.slide_title > div {
	font-size: 60px;
	line-height: 1.33333333;
	color: #ffffff;
}
.slide_title > div > span {
	font-size: 90px;
	font-weight: 900;
	color: #c9338b;
	text-transform: uppercase;
	line-height: 0.75;
	margin-left: 7px;
}

/* Header Image Default */

.home {
	height: 400px;
}
.home_container
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.home_content
{
	padding-bottom: 110px;
}
.home_title
{
	font-size: 60px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
}

/* Product list */

.list_item {
	margin-bottom: 27px;
}
.list_icon {
	width: 61px;
	height: 61px;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
}
.list_icon > div {
	width: 50px;
	height: 50px;
}
.list_icon > div > img {
	max-height: 100%;
}
.list_item_content {
	padding-left: 25px;
}
.list_title {
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
}
.list_text p {
	color: #64677c;
}
.product_pick {
	padding-top: 100px;
	padding-bottom: 100px;
}
.product_picture {
	padding-top: 50px;
	padding-bottom: 0
}
.product_pick_box_col {
	margin-bottom: 84px;
}
.product_pick_box_icon {
	width: 250px;
	height: 250px;
}
.product_pick_box_icon:hover {
	transform: scale(1.1);
	transition: all .2s ease-in-out;
}
.product_pick_box_title {
	margin-top: 65px;
}
.product_pick_box_title h3 {
	color: #000;
}

.product_pick_box_button {
	margin-top: 11px;
}

/* Sub content */

.sub {
	background: #ffffff;
}
.sub.container_reset .container {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.sub.container_reset .container .row {
	margin-left: 0;
	margin-right: 0;
}
.sub.container_reset .container .row > div[class^="col"] {
	padding-left: 0;
	padding-right: 0;
}
.sub_content {
	padding-top: 119px;
	padding-left: 170px;
	padding-bottom: 122px;
}
.split_content {
	padding-top: 119px;
	padding-left: 170px;
	padding-bottom: 122px;
}
.sub_title {
	padding-right: 100px;
}
.sub_image {
	height: 100%;
}
.sub_image img {
	display: none;
}
.sub_text {
	padding-right: 140px;
	margin-top: 22px;
}
.sub_list {
	margin: 40px 0;
}
.sub_list ul li {
	text-transform: uppercase;
}
.sub_list ul li:not(:last-of-type) {
	margin-bottom: 15px;
}
.sub_list ul li > div:last-of-type {
	padding-left: 10px;
	font-size: 22px;
	font-weight: bold;
	color: #000;
}
.flame {
	width: 50px;
	height: 50px;
}

/* Footer image */

.footer_image {
	padding-bottom: 400px;
}
.footer_image_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.quote_container {
    position: absolute;
    left: 0;
    top: 35%;
	padding-bottom: 18px;
    width: 100%;
	background: rgba(201, 51, 139, 0.75);
}
.quote {
	text-align: center;
	color: #fff;
	font-size: 90px;
	font-weight: bold;
	text-transform: uppercase;
}

/* Footer */

.footer {
	color: #fff;
	background: #000;
}
.footer a {
	color: #fff;
}
.footer_content {
	padding-top: 80px;
	padding-bottom: 25px;
	font-size: 18px;
}
.footer .logo {
	display: inline-block;
	position: relative;
	left: auto;
	width: 40%;
}
.footer_text {
	margin-top: 15px;
}
.footer_text p {
	color: #fff;
}

.footer_bar_content {
	height: 50px;
	margin-bottom: 50px;
}
.copyright {
	font-size: 16px;
	color: #fff;
}
.footer_column {
	padding-top: 26px;
}
.footer_title h3 {
	font-size: 26px;
	color: #ffffff;
}

.footer_list ul li a:hover {
	color: #c9338b;
}


/* Contact */
.contact_boxes {
	padding-bottom: 10%;
}
.contactbox {
	background:url(../images/content.png) -50px 0px;
	margin:50px 0px;
	padding:25px;
	background-color: #f0f0f0;
	width:100%;
	min-height:200px;
	border:1px solid #f0f0f0;
}
.contactbox:hover {
	border:1px solid #cecece;
		cursor:pointer;
}	
.contactbox li{
	list-style: none;
}
.contacthead {
	cursor:pointer;
	position:relative;
	top:-48px;
	left:-12px;
	width:200px;
	padding:2px 10px;
	background-color:#ffffff;
	color:#951165;
	font-size:16px;
	font-weight:bold;
	border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px; 	
}

.contactimage {
	float:right;
	margin:-10px 0px 0px 50px;
}

.contacthide {
	display:none;
}

.contactmail {
	float:left;
	padding:0px;
	margin:0px;
}


/* Bestelform*/

#boxone,
#boxtwo,
#boxthree,
#boxfour {
	background:url(../images/content.png) -50px 0px;
	border-top:solid 2px #ffffff;
	border-bottom:solid 2px #ffffff;
	width:560px;
	padding:10px;
	margin:20px 0px;
}

#boxfive {
	padding-bottom:15px;
}

#boxfive .header {
	display:none;
}

.product_header {
	display:block;
	font-size:14px;
	font-weight:bold;
	margin-top:20px;
}

form.rushcommerce article h3 {
	padding-top: 0.6em !important;
}

form.rushcommerce article .product_radio {
    width: 2em !important;
    padding-top: 0.9em !important;
}

.product_description{
	width:100%;
	margin-bottom:20px;
}

.euro_prices, .product_radios {
	display:block;
	margin-top:20px;
}

.euro_prices {
	float:left;
	width:120px;
	text-align:right;
}

form.rushcommerce article .product_price {top:0 !important;}

.oldprice {
	display:none;
}

.product_radios {
	float:right;
}

#boxthree li {
	width:570px;
}

input {
	width: 80%;
}

form.rushcommerce label:only-child {
	width: auto !important;
	margin-top: .2em;
	margin-left: -.5em;
}

form.rushcommerce section input, form.rushcommerce section select {
	margin-top: 0.4em !important;
}

#optin {
    margin-top: 2.4em !important;
}

form.rushcommerce input#printbutton, form.rushcommerce input#submitbutton {
	font: bold 0.8em arial, sans-serif !important;
}

@media screen and (max-width: 768px) {
form.rushcommerce .personaldetails label {
	width: 100% !important;
	text-align: left !important;
}
form.rushcommerce section.paymentselection h3 {
top: -1em !important;
}
form.rushcommerce section.paymentselection sub {
	top: -2em !important;
}

}

form.rushcommerce h2 {
    margin-bottom: 0.5em !important;
}

input[type="checkbox"], input[type="radio"] {
	width: auto;
}

.paylist input {
	margin-bottom:30px;
	margin-right:5px;
}

.paylist label {
	width:570px;
}

.paylist img{
	margin-left:100px;
	margin-bottom:20px;
}


/* 1600px */

@media only screen and (max-width: 1600px) {
	.sub_content {
		padding-left: 120px;
	}
	.split_content {
		padding-left: 120px;
	}
	.sub_title {
		padding-right: 70px;
	}
	.sub_text {
		padding-right: 100px;
	}
}

/* 1440px */

@media only screen and (max-width: 1440px) {
	.main_nav ul li:not(:last-of-type)	{
		margin-right: 35px;
	}
}

/* 1280px */

@media only screen and (max-width: 1280px) {
	.sub_content {
		padding-left: 68px;
	}
	.split_content {
		padding-left: 68px;
	}
}

/* 1199px */

@media only screen and (max-width: 1199px) {
	.logo.top_align img {
		width: 70%;
	}
	.contact_button	{
		width: 145px;
		height: 47px;
	}
	.contact_button a {
		font-size: 14px;
		line-height: 47px;
	}
	.sub {
		padding-bottom: 106px;
	}
	.sub.container_reset .container	{
		max-width: 960px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.sub.container_reset .container .row {
		margin-left: -15px;
		margin-right: -15px;
	}
	.sub.container_reset .container .row > div[class^="col"] {
		padding-left: 15px;
		padding-right: 15px;
	}
	.sub_image .background_image {
		display: none;
	}
	.sub_image img {
		display: inline-block;
	}
	.sub_content {
		padding-left: 0;
		padding-bottom: 60px;
		padding-top: 60px;
	}
	.split_content {
		padding-left: 0;
		padding-bottom: 0px;
		padding-top: 60px;
	}
	.sub_title {
		padding-right: 0;
	}
}

/* 991px */

@media only screen and (max-width: 991px) {
	form.rushcommerce section.paymentselection sub {
		top: -1em !important;
	}
	.logo {
		left: 30px;
	}
	.main_nav {
		display: none;
	}
	.hamburger {
		display: block;
	}
	.sub.container_reset .container	{
		max-width: 720px;
	}
	.footer_column {
		padding-top: 0;
	}
	.footer_col:not(:last-child) {
		margin-bottom: 60px;
	}
}

/* 767px */

@media only screen and (max-width: 767px) {
	.home_title {
    font-size: 40px;
	}
	.section_title h1 {
		font-size: 56px;
	}
	.slide_title > div {
		font-size: 48px;
	}
	.slide_title > div > span {
		font-size: 60px;
	}
	.slide_button {
		margin-top: 44px;
	}
	.sub.container_reset .container	{
		max-width: 540px;
	}
	.sub_text {
		padding-right: 0;
	}
	.cta_content {
		font-size: 56px;
	}
	form.rushcommerce section.paymentselection sub {
		top: -1em !important;
	}
}

/* 575px */

@media only screen and (max-width: 575px) {
	.section_title h1 {
		font-size: 36px;
	}
	.header_content	{
		height: 90px;
	}
	.menu {
		height: 433px;
	}
	.menu_content {
		padding-top: 163px;
	}
	.home_slider_dots_container	{
		display: none;
	}
	.slide_container {
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.header .button	{
		display: none;
	}
	.hamburger {
		margin-left: 0;
	}
	.button	{
		width: 145px;
		height: 47px;
	}
	.button a {
		line-height: 40px;
	}
	.home_content {
		padding-bottom: 140px;
	}
	.home_title {
		font-size: 30px;
	}
	.slide_button {
		margin-top: 38px;
	}
	.sub.container_reset .container {
		max-width: 100%;
	}
	.sub_list ul li > div:last-of-type {
		font-size: 14px;
	}
	.test_text p {
		font-size: 16px;
	}
	.quote {
	font-size: 50px;
	}
}