/*
* Project           : Besh Shop
*
* Program name      : template.css
*
* Author            : DeXt
*
* Date created      : 23-05-2017
*
* Purpose           : Besh Shop
*
*/

@font-face {
    font-family: 'AgfaRotisSerif';
    src: url('../fonts/agfa_rotis_serif.woff2') format('woff2'),
         url('../fonts/agfa_rotis_serif.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AgfaRotisSerif';
    src: url('../fonts/agfa_rotis_serif_bold.woff2') format('woff2'),
         url('../fonts/agfa_rotis_serif_bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'AgfaRotisSerif';
    src: url('../fonts/agfa_rotis_serif_italic.woff2') format('woff2'),
         url('../fonts/agfa_rotis_serif_italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}


/*@media only screen and (max-height: 780px) {
  #menue_service {
	position: relative !important;
  }
}*/

@media screen and (max-width: 1500px) {
    .product {
    	width: 33% !important;
    }


}

@media screen and (max-width: 1160px) {
 	html, body, p {
 		font-size: 22px !important;
 		line-height: 30px !important;
 	}

/* 	.product h1 {
 		font-size: 22px !important;
 		line-height: 25px !important;
 	}
*/
 	.product .tiny {
 		font-size: 10px !important;
 		line-height: 12px !important;
 	}
 	.product .price {
 		font-size: 22px !important;
 	}

    .menue {
    	width: 30% !important;
    }
	#content {
		width: 70% !important;
	}

    #menue2 {
    	left: 0px !important;
    }

    #menue3 {
    	left: 30% !important;
    	width: 70% !important;
    }
	
	#startcolumn {
		column-count: 1 !important;
	}
	
	.suasion > div {
		float: none !important;
		width: 100% !important;
	}
	
}

@media screen and (max-width: 850px) {
 	.product {
    	width: 100% !important;
    }   

    .product_page .left , .product_page .right{
    	float: none !important;
    	width: 100% !important;
    }

    .menue {
    	width: 40% !important;
    }
	#content {
		width: 60% !important;
	}

    #menue3 {
    	left: 40% !important;
    	width: 60% !important;
    }

    #footer .left {
    	float: none !important;
    	width: 100% !important;
    }
	
	#startcolumn {
		column-count: 1 !important;
	}
	
	.suasion > div {
		float: none !important;
		width: 100% !important;
	}

    #footer .right {
    	float: none !important;
    	width: 100% !important;
    	text-align: center;
    	padding-top: 50px !important;
    }

    #footer .right * {
    	float: none !important;
    }
}

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

}

* {
	box-sizing: border-box;
}

html, body{
	margin:0;
	padding: 0;
	height: 100%;
}

img.bg {
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
}
/*---------------------*/
/* Bootstrap overrides */
/*---------------------*/
.form-control {
	color: #004A3B;
	background-color: #FEFFEF;

	border-color: #004A3B;
	border-radius: 0px;
}

.form-control::placeholder {
	color: #004A3B;
}

.btn {
	color: #004A3B !important;
	background-color: #FEFFEF;
	border-color: #004A3B;
	border-radius: 0px;
	cursor: pointer;
	font-family: 'AgfaRotisSerif', sans-serif;
	text-decoration: none;
}

.menue .btn {
	font-size: 20px;
}

.form-inline .btn-custom-buy {
	height: 53px;
	line-height: 34px;
	text-decoration: none !important;
	padding-left: 28px;
	padding-right: 28px;
}

#product_quantity {
	margin-left: 18px;
	margin-right: 18px;
	width: 70px;
	line-height: 34px;
}


/*---------------------*/
/*---------------------*/


.full-height {
	height: auto !important; /* normale Browser */
	height: 100%;  /* IE6: setzt dies wie min-height um */
	min-height: 100%; /* normale Browser */
	max-height: 100%;
}

[load_nr] {
	cursor: pointer;
}

html, body, p {
	color: #004A3B;
	font-family: 'AgfaRotisSerif', sans-serif;
	font-size: 16px;
	line-height: 24px;	
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
}

h1 {
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 20px;
	font-weight: bold;
}

h2 {
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 30px;
	font-weight: bold;
}

h1.huge {
	color: #000000;
	font-size: 115px;
	font-size: 6vw;
	font-style: normal;
	font-weight: normal;
	line-height: 115px;
}

#popupBoxTop {
	position: fixed;
	top: 30px;
	width: 100%;
	z-index: 100;
	color: #FFFFEF;

	display: none;
}

#popupBoxTop .box {
	position: relative;
	background-color: #004A3B;
	width: 100%;
	max-width: 600px;
	z-index: 100;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFEF;
	cursor: pointer;
}

#popupBoxTop p{
	color: #FFFFEF;
}

#container { 
	
}

#content {
	position: fixed; 
	right: 0px;
	z-index: 0;
	/*width: 50%;*/

	/*text-align: center;*/
	/*top: 50%;*/

	overflow-y: scroll;
	overflow-x: hidden;

	margin: 0px;
	padding: 0px;
}

#content_huge {
	text-align: center;
}

#content_huge h1.huge {
	position: relative;
	top: 35%;
}

#content_huge #arrow_down{
	position: absolute;
	bottom: 40%;
	height: 50px;
	cursor: pointer;
	margin-left: -25px;
}

#content_text {
	background-color: #FEFFEF;
	background-image: url("../images/bg_start.png");
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.menue {
	/* width: 320px; */
	width: 25%;
	/*min-width: 310px;*/
	padding-top: 30px;
	padding-bottom: 30px;

	overflow-x: hidden;
	overflow-y: auto;
}

.menue * {
	position: relative;
}

.menue , .menue p, .menue a, .menue a:visited, .menue a:active {
	color: #FFFFEF;
	font-family: 'AgfaRotisSerif', sans-serif;
	font-size: 20px;
	line-height: 30px;
	text-decoration: none;
}

.menue ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.menue ul li {
	border-top: 0px;
	border-bottom: 1px;
	border-left: 0px;
	border-right: 0px;
	border-color: #FFFFFF;
	border-top-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-style: none;

	cursor: pointer;
}

.menue ul li:first-child {
	border-top: 1px;
	border-top-style: solid;
}

.menue ul li:last-child {
	border-bottom: 0px;
	border-bottom-style: none;
}

.menue ul li ul li, .menue ul li ul li:first-child, .menue ul li ul li:last-child{
	border: 0px;
	border-style: none;
}

.menue ul li ul li:first-child {
	margin-top: 10px;
}

.green-menue, .green-menue ul, .green-menue ul li, .green-menue ul li a, .green-menue ul ul {
	/* color: #004A3B !important; */
	/* border-color: #004A3B !important; */
}

#menue {
	position: relative;
	float: left;
	z-index: 1;

	background-color: #004A3B;
}

#menue_bar {
	margin-bottom: 50px;
}

/* Abstand links und rechts beim Menü */
#menue #menue_bar,
#menue > ul,
#menue #menue_service,
#menue2 #menue2_ajax > ul   {
	padding-left: 30px;
	padding-right: 30px;
}
#menue2 > img {
	margin-right: 30px;
}
/* nicht beim Hover */
#menue ul li > div,
#menue2 ul li > div {
	margin-left: -30px;
	padding-left: 30px;
	margin-right: -30px;
	padding-right: 30px;
	margin-top: 4px;
	margin-bottom: 4px;
}

#menue_bar #logo_besh {
	max-width: 260px;
	width: 100%;
	margin-top: 30px;
}

#search {
	display: none;
}
#search .outer_block {
	display: flex;
}
#search .outer_block input {
	background-color: #669279;
	border-style: none;
	display: inline-block;
}
#search .outer_block #search_button {
	height: 36px;
	width: 36px;
	padding: 9px;
	background-color: #d48c00;
	cursor: pointer;
	position: relative;
	float: right;
	display: flex;

	-webkit-transition: background-color .9s;
	-moz-transition: background-color .9s;
	-o-transition: background-color .9s;
	transition: background-color .9s;
}
#search .outer_block #search_button:hover {
	background-color: #b61f34;
}
#search .outer_block #search_button img {
	width: 18px;
	height: 18px;
}



#morgen_erhalten {
	float: left;
	margin-bottom: 20px;
}

#morgen_erhalten {
	width: 95px;
	overflow: hidden;
}

#morgen_erhalten p {
	font-style: italic;
	font-size: 12px;
	line-height: 14px;
	margin: 0px;
}

#menue_bar_icons {
	float: right;
}

#menue_bar_icons #btn_cart {
	float: left;
	cursor: pointer;
}

#menue_bar_icons #cart_quantity {
	vertical-align: middle;
}

#menue_bar_icons img {
	margin-left: 16px;
	cursor: pointer;
}

#menue_service {
	position: absolute;
	bottom: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 30px;
}

#menue_service h1{
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 8px;
}

#menue_service p{
	font-size: 16px;
	font-style: italic;
	line-height: 20px;
	margin: 0px;
}

#menue2 {
	position: fixed;
	/* left: 320px; */
	left: 25%; 
	z-index: 1;
	float: left;

	background-color: #548065;
}

#menue2_closeBtn {
	float: right;
	z-index: 1;
	cursor: pointer;
}

#menue2_ajax {
	padding-top: 90px;
}

#menue3 {
	position: fixed;
	float: left;
	/* left: 640px; */
	left: 50%;
	z-index: 1;
	width: 50%;
	background-color: #FEFFEF;
}

#menue3 * {
	position: relative;
}

#breadcrumbs {
	font-size: 16px;
	line-height: 24px;
	font-style: italic;
	padding-top: 10px;
	padding-bottom: 26px;
}
#breadcrumbs.product {
	padding-bottom: 25px;
	width: 100%;
}
#breadcrumbs a {
	color: #004A3B;
}
#breadcrumbs span {
	cursor: pointer;
}

#menue2 .account {
	padding-left: 30px;
	padding-right: 30px;
}

.account, .account .form-text{
	color: #FFFFEF;
}

.account h1 {
	color: #FFFFEF;
}

.account p, .account .form-text {
	font-style: italic;
	margin-bottom: 0px;
}

.account hr{
	color: #FFFFEF;
	border-color: #FFFFEF;
}

.account .btn {
	width: 100%;
	height: 50px;
	margin-bottom: 10px;
}

.btn-custom-logout {
	background-color: #548166;
}

.account .form-control {
	background-color: rgb(250,255,189);
	border-style: none;
}

.account input.form-control {
	margin-bottom: 10px;
}

.account #passwordForgotton {
	cursor: pointer;
	width: 140px;
}

#menue2 .cart {
	padding-left: 30px;
	padding-right: 30px;
}

.cart {
	color: #FFFFEF;
}

.cart h1 {
	color: #FFFFEF;
}

.cart hr{
	color: #FFFFEF;
	border-color: #FFFFEF;
}

.cart table {
	width: 100%;
}

.cart .cart_article img {
	width: 50px;
	margin-right: 20px;
}

.cart .cart_article .text {
	width: 100%;
}

.cart .cart_article .text p{
	margin: 0px;
}
.cart .cart_article .td_closeBtn {
	vertical-align: top;
}

.cart .cart_article img.closeBtn {
	width: 15px;
	cursor: pointer;
}

.cart .cart_price {
	padding-left: 70px;
	margin-bottom: 50px;
}

.cart .cart_price .big{
	font-size: 32px;
	line-height: 40px;
	margin: 0px;
	padding: 0px;
}

.cart .btn {
	width: 100%;
	height: 50px;
	margin-bottom: 10px;
}

.cart .btn-custom-editCart {
	background-color: #548065;
}


/* *** Neu - Start ***  TDTDTD*/ 



/* Hover bei Produktübersicht */
.productGrid {
	-webkit-transition: background-color .9s;
	-moz-transition: background-color .9s;
	-o-transition: background-color .9s;
	transition: background-color .9s;
}
.productGrid:hover {
	background-color: #EAEEDD !important;
}



.productGrid .inner {
	height: 100%;
	border-bottom-width: 1px;
    border-bottom-style: solid;
}


.productGrid .inner h1 {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.productGrid .inner p {
	margin: 0px;
	padding: 0px;
}

.productGrid .inner .tiny {
	font-size: 10px !important;
	font-style: italic;
	line-height: 12px !important;
	overflow: hidden;
	white-space: nowrap;
}
.productGrid .inner .tiny.first {
	padding-top: 8px;
	padding-bottom: 2px;
}
.productGrid .inner .tiny.first a {
	color: #004A3B
}

.productGrid .inner .price {
	font-size: 22px !important;
	font-weight: bold;

}

.productGrid .inner .productBottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-left: 17px;
	margin-right: 17px;
}



/* *** Neu - End *** */ 


.product_grid {
	padding-bottom: 20px;
}

.product {
	float: left;
	width: 20%;
}


.product .product_inner {
	padding: 17px;
}
.product .product_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-left: 17px;
	margin-right: 17px;
}
	

.product img {
	width: 100%;
}

.product h1 {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.product p {
	margin: 0px;
	padding: 0px;
}

.product .tiny {
	font-size: 10px;
	font-style: italic;
	line-height: 12px;
	overflow: hidden;
	white-space: nowrap;
}
.product .tiny.first {
	padding-top: 8px;
	padding-bottom: 2px;
}
.product .tiny.first a {
	color: #004A3B
}

.product .price {
	font-size: 16px;
	font-weight: bold;

}

.product_price_container {
	text-align: center;
}
.product_price_container form div {
	width: 100%;
}
.product_price_container form div label {
	display: inline-block;
}


/* Hover bei Produktübersicht */
.product_grid div.product, 
.product_grid div.product .piece-inner {
	-webkit-transition: background-color .9s;
	-moz-transition: background-color .9s;
	-o-transition: background-color .9s;
	transition: background-color .9s;
}
.product_grid div.product:hover, 
.product_grid div.product:hover .piece-inner {
	background-color: #EAEEDD !important;
}




.content {
	overflow-y: scroll;
	overflow-x: hidden;

	padding-left: 50px;
	padding-right: 50px;
	padding-top: 26px;
	padding-bottom: 26px;
}

iframe.full_size {
	width: 100%;
	border-style: none;

}

.content img {
	margin-left: 0px;
}

.content [load_nr] {
	cursor: pointer;
}

.content .section {
	border-color: #004A3B;
	border-bottom: 0;
	border-bottom-style: solid;
	margin-bottom: 20px;
	clear: both;
}

.content .section:last-child {
	border-color: #004A3B;
	border-bottom: 0px;
	border-bottom-style: none;
}

.product_page {
	padding-bottom: 20px;
}

.product_page .left {
	float: left;
	width: 50%;
	padding-right: 5%;
}

.product_page .left img.product {
	width: 100% !important;
	padding-top: 4px;
}

.product_page .left h1 {
	font-style: italic;
	margin-top: 20px;
}

.product_page .right {
	float: left;
	width: 50%;
}

.product_page .right h1 {
	font-weight: bold;
	margin: 0px;
}

.product_page #part_icon {
	float: right;
	padding-left: 8.25%;
	width: 50%;
}


hr {
	border-color: #004A3B;
	margin-top: 10px;
	margin-bottom: 10px;
}
hr.my {
	margin-top: 60px;
	margin-bottom: 60px;
	margin-left: 10%;
	margin-right: 10%;
}

.corner {
	position: absolute !important;
	width: 30px;
	height: 30px;
}
.corner.top_left {
	top: -15px;
	left: -15px;
}
.corner.top_right {
	top: -15px;
	right: -15px;
}
.corner.bottom_right {
	bottom: -15px;
	right: -15px;
}
.corner.bottom_left {
	bottom: -15px;
	left: -15px;
}
 
.corner .piece {
  position: absolute;
  width: 30px;
  height: 30px;
  clip: rect(0px, 30px, 30px, 15px);
  border-radius: 15px;
}
.corner .piece-inner {
    position: absolute;
	width: 30px;
	height: 30px;
	clip: rect(0px, 15px, 30px, 0px);
	border-radius: 15px;
	-webkit-backface-visibility: hidden;
	background: #FFFEF0;
	-ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);	
}

.corner.top_left .piece {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.corner.top_right .piece {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.corner.bottom_right .piece {
	-ms-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}
.corner.bottom_left .piece {
}


.product_page .product_info .head {
	height: 30px;
	cursor: pointer;
}

.product_page .product_info .head h1{
	float: left;
}

.product_page .product_info .head img {
	float: right;
	top: 5px;
	right: 10px;
}

.product_page .product_info h1{
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	/*margin-top: 20px;
	margin-bottom: 20px;*/
	padding: 0px;
}

.product_page .product_info .text :last-child {
	margin-bottom: 0px;
}

.product_page .product_info .text {
	display: none;
}

.product_page .price {
	font-size: 32px;
	font-weight: bold;
	line-height: 40px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 0px;
}
.product_page .price  .unit {
	font-size: 24px;
}

#footer {
	position: absolute;
	background-color: #004A3B;
	color: #FFFFEF;
	left: 0px;
	padding: 30px;
	width: 100%;
	
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	
}

#footer input, #footer textarea {
	border-bottom-width: 20px;
}

#footer p, #footer a, #footer a:visited, #footer a:focus, #footer a:hover {
	color: #FFFFEF;	
	text-decoration: none;
}

#footer .left {
	margin-right: 420px;
}

#footer .right {
	float: right;
    width: 420px;
    padding-left: 100px;
}

#footer h1 {
	font-size: 32px;
	font-style: italic;
	letter-spacing: 1px;
	line-height: 29px;
	color: #FFFFEF;
	font-weight: normal;
	padding-bottom: 15px;
}

#footer .text1 {
	font-size: 20px;
	font-style: normal;
	line-height: 40px;
	font-weight: bold;
}
#footer .text2 {
	font-size: 18px;
	font-style: italic;
	line-height: 40px;
	font-weight: normal;
}
#footer .text3 {
	font-size: 12px;
	font-style: italic;
	line-height: 15px;
	font-weight: normal;
}


#footer .left p {
	line-height: 22px;
}

#footer .right #social_media img {
	padding-right: 35px;
}

#footer .right #kontakt_info {
	padding-top: 100px;
}

#footer .right #kontakt_info img {
	float: left;
	width: 130px;
}

#footer .right p {
	float: left;
}

#footer [load_nr] {
	cursor: pointer;
}

#footer hr {
	clear: both;
	border-color: #FFFFEF;
}

#footermenue {
	clear: both;

}

#footermenue li {
	float: left;
	list-style-type: none;
	margin-left: 20px;
	font-size: 12px;
	line-height: 20px;
	font-style: italic;
}

.product_page a, .section.recipe a {
    color: #004A3B !important;
	text-decoration: underline !important;
}



/* Let's get this party started */
::-webkit-scrollbar {
    width: 12px;
}
 
/* Track */
::-webkit-scrollbar-track:hover {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px; 
    border-radius: 10px; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(127,127,127,0.8); 
/*    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); */
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(127,127,127,0.4); 
}



/* Hover bei Menü 1. Ebene */
#menue > ul > li > div {
	background-color: #004A3B;
	padding-top: 10px;
	padding-bottom: 10px;
}
#menue > ul > li > ul > li > div {
	background-color: #004A3B;
}
#menue > ul li > div {
	-webkit-transition: background-color .9s;
	-moz-transition: background-color .9s;
	-o-transition: background-color .9s;
	transition: background-color .9s;
}
#menue > ul li > div:hover,
#menue > ul li.active > div {
	background-color: #548065 !important;
}

/* Hover bei Menü 2. Ebene */
#menue2 > #menue2_ajax > ul > li > div {
	padding-top: 10px;
	padding-bottom: 10px;
}

#menue2 > #menue2_ajax ul li > div {
	background-color: #548065;
	
	-webkit-transition: background-color .9s;
	-moz-transition: background-color .9s;
	-o-transition: background-color .9s;
	transition: background-color .9s;
}
#menue2 > #menue2_ajax ul li > div:hover,
#menue2 > #menue2_ajax ul li.active > div  {
	background-color: #386851 !important;
}

#menue2 > #menue2_ajax ul li > div svg {
	width: 100%
}



#IconsParts  path#PartX1, 
#IconsParts path#PartX2,
#IconsParts path#PartX3,
#IconsParts path#PartX4, 
#IconsParts path#PartX5, 
#IconsParts path#PartX6, 
#IconsParts path#PartX7, 
#IconsParts path#PartX8, 
#IconsParts path#PartX9, 
#IconsParts path#PartX10, 
#IconsParts path#PartX11, 
#IconsParts path#PartX12, 
#IconsParts path#PartX14, 
#IconsParts path#PartX15, 
#IconsParts path#PartX16, 
#IconsParts path#PartX17, 
#IconsParts path#PartX201, 
#IconsParts path#PartX202, 
#IconsParts path#PartX204, 
#IconsParts path#PartX205, 
#IconsParts path#PartX206, 
#IconsParts path#PartX207, 
#IconsParts path#PartX208, 
#IconsParts path#PartX101, 
#IconsParts path#PartX102, 
#IconsParts path#PartX103, 
#IconsParts path#PartX104, 
#IconsParts path#PartX105, 
#IconsParts path#PartX106, 
#IconsParts path#PartX107, 
#IconsParts path#PartX108, 
#IconsParts path#PartX109, 
#IconsParts path#PartX110, 
#IconsParts path#PartX111, 
#IconsParts path#PartX112, 
#IconsParts path#PartX113, 
#IconsParts path#PartX114, 
#IconsParts path#PartX115, 
#IconsParts path#PartX116, 
#IconsParts path#PartX117  {
	-webkit-transition: fill .4s ease;
	-moz-transition: fill .4s ease;
	-o-transition: fill .4s ease;
	transition: fill .4s ease;
}

#IconsParts a:hover path#PartX1, #IconsParts path#PartX1.selected, 
#IconsParts a:hover path#PartX2, #IconsParts path#PartX2.selected, 
#IconsParts a:hover path#PartX3, #IconsParts path#PartX3.selected, 
#IconsParts a:hover path#PartX4, #IconsParts path#PartX4.selected, 
#IconsParts a:hover path#PartX5, #IconsParts path#PartX5.selected, 
#IconsParts a:hover path#PartX6, #IconsParts path#PartX6.selected, 
#IconsParts a:hover path#PartX7, #IconsParts path#PartX7.selected, 
#IconsParts a:hover path#PartX8, #IconsParts path#PartX8.selected, 
#IconsParts a:hover path#PartX9, #IconsParts path#PartX9.selected, 
#IconsParts a:hover path#PartX10, #IconsParts path#PartX10.selected, 
#IconsParts a:hover path#PartX11, #IconsParts path#PartX11.selected, 
#IconsParts a:hover path#PartX12, #IconsParts path#PartX12.selected, 
#IconsParts a:hover path#PartX14, #IconsParts path#PartX14.selected, 
#IconsParts a:hover path#PartX15, #IconsParts path#PartX15.selected, 
#IconsParts a:hover path#PartX16, #IconsParts path#PartX16.selected, 
#IconsParts a:hover path#PartX17, #IconsParts path#PartX17.selected,  
#IconsParts a:hover path#PartX201, #IconsParts path#PartX201.selected, 
#IconsParts a:hover path#PartX202, #IconsParts path#PartX202.selected, 
#IconsParts a:hover path#PartX204, #IconsParts path#PartX204.selected, 
#IconsParts a:hover path#PartX205, #IconsParts path#PartX205.selected, 
#IconsParts a:hover path#PartX206, #IconsParts path#PartX206.selected, 
#IconsParts a:hover path#PartX207, #IconsParts path#PartX207.selected, 
#IconsParts a:hover path#PartX208, #IconsParts path#PartX208.selected, 
#IconsParts a:hover path#PartX101, #IconsParts path#PartX101.selected, 
#IconsParts a:hover path#PartX102, #IconsParts path#PartX102.selected, 
#IconsParts a:hover path#PartX103, #IconsParts path#PartX103.selected, 
#IconsParts a:hover path#PartX104, #IconsParts path#PartX104.selected, 
#IconsParts a:hover path#PartX105, #IconsParts path#PartX105.selected, 
#IconsParts a:hover path#PartX106, #IconsParts path#PartX106.selected, 
#IconsParts a:hover path#PartX107, #IconsParts path#PartX107.selected, 
#IconsParts a:hover path#PartX108, #IconsParts path#PartX108.selected, 
#IconsParts a:hover path#PartX109, #IconsParts path#PartX109.selected, 
#IconsParts a:hover path#PartX110, #IconsParts path#PartX110.selected, 
#IconsParts a:hover path#PartX111, #IconsParts path#PartX111.selected, 
#IconsParts a:hover path#PartX112, #IconsParts path#PartX112.selected, 
#IconsParts a:hover path#PartX113, #IconsParts path#PartX113.selected, 
#IconsParts a:hover path#PartX114, #IconsParts path#PartX114.selected, 
#IconsParts a:hover path#PartX115, #IconsParts path#PartX115.selected, 
#IconsParts a:hover path#PartX116, #IconsParts path#PartX116.selected, 
#IconsParts a:hover path#PartX117, #IconsParts path#PartX117.selected {
	fill: #004A3B;
}


ul.about_me {
	padding-left: 0px;
}
ul.about_me li {
    list-style-type: none;
}
ul.about_me li:before {
    content: "-";
}

#content_huge {
	background-image: url(../images/bg1.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
	/* background-attachment: fixed; */
}
#content_huge #logo {
    top: 42px;
    left: 0;
    width: 100%;
	padding: 0 7% 0 7%;
    position: absolute;
}
#content_huge #button {
    position: absolute;
    right: 7%;
    bottom: 24%;
}
#content_huge div#button {
	width: 355px;
	height: 160px;
    line-height: 48px;	
    color: white;
    font-size: 38px;
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}


.suasion {
	position: relative;
	width: 100%;
	padding-top: 30px; 
	padding-bottom: 24px;
}
.suasion > div {
	position: relative;
	float: left;
	width: 30%;
	margin-right: 4%;
}
.suasion > div.end {
	margin-right: 0;
}
.suasion > div img {
	width: 100%;
}
.suasion > div img.pic {
	padding: 1px 1px 1px 1px;
}
.suasion > div img.mask {
	position: absolute;
	top: 0px;
}



.suasion .text {
	position: absolute;
	color: #FFFFEF;
	left: 8%;
    bottom: 8%;
    width: 84%;
}
.suasion .text .cat {
	font-size: 16px;
	font-size: 1.1vw;
	font-style: italic;
	line-height: 24px;
	text-shadow: 2px 2px 5px 0 rgba(0,0,0,0.5);
}
.suasion .text .name {
	font-size: 24px;
	font-size: 2vw;
	font-weight: bold;
	line-height: 30px;
}
.suasion .text .price {
	font-size: 24px;
	font-size: 2vw;
	font-weight: bold;
	line-height: 18px;
}
.suasion .text .price_add {
	font-size: 16px;
	font-size: 1.1vw;
	font-weight: bold;
	line-height: 18px;

}





.suasion_pager {
	text-align: center;
	padding-bottom: 30px;
}
.suasion_pager span {
	cursor: pointer;
}




.review {
	width: 90%;
}
.review .desc {
	float: left;
}
.review .stars {
	position: relative;
	float: left; 
	margin-top: 6px; 
	margin-left: 10px; 
	margin-right: 5px;
	background-image: url("images/stars_1.gif");
	width: 88px;
	height: 15px;
}
.review .stars div {
	position: absolute;
	background-image: url("images/stars_5.gif");
	height: 15px;
}
.review .small {
	font-size: 12px;
}

.display_allways {
	display: block !important;
}

div[data-shopname="shop.besh.de"], 
div[id^=trustbadge-container-] {
  display: none !important;
}




.videoWrapper{
	 /* margin:2rem auto; */
	 position:relative;
	 padding-bottom:55%;
	 padding-top:15px;
	 height:0;
	 overflow:hidden
}
.videoWrapper iframe{
	 margin:0;
	 position:absolute !important;
	 border:none;
	 top:0;
	 left:0;
	 width:100%;
	 height:100%
}
.videoWrapper .overlay{
	 background-size:cover;
	 background-position:center center;
	 background-repeat:no-repeat;
	 padding:1rem;
	 text-align:center;
	 position:absolute !important;
	 top:0;
	 left:0;
	 width:100%;
	 height:100%;
	 display:-webkit-box;
	 display:-ms-flexbox;
	 display:flex;
	 -webkit-box-align:center;
	 -ms-flex-align:center;
	 align-items:center;
	 -webkit-box-pack:center;
	 -ms-flex-pack:center;
	 justify-content:center
}
.videoWrapper .overlay:before{
	 content:"";
	 position:absolute;
	 top:0;
	 left:0;
	 width:100%;
	 height:100%;
	 background-color:rgba(0,0,0,.2);
	 z-index:0
}
.videoWrapper .overlay div{
	 z-index:1
}
.videoWrapper .overlay p{
	 color:#fff;
	 font-size:.6rem;
	 line-height:1.2;
	 max-width:700px;
	 margin:0 auto 1rem 0;
	 -webkit-hyphens:none;
	 -ms-hyphens:none;
	 hyphens:none
}
.videoWrapper .overlay p a{
	 color:#fff
}
.videoWrapper .overlay p a:after{
	 height:1px
}
.videoWrapper .play{
	 background:#ff0000;
	 border-radius:50%/10%;
	 color:#fff;
	 font-size:1em;
	 height:3em;
	 margin:.5em auto;
	 padding:0;
	 position:relative;
	 text-align:center;
	 text-indent:.1em;
	 -webkit-transition:all 150ms ease-out;
	 transition:all 150ms ease-out;
	 width:4em;
	 cursor:pointer
}
.videoWrapper .gruen .play{
	 background-color:#005B4C
}
.videoWrapper .gelb .play{
	 background-color:#f1b300
}
.videoWrapper .blau .play{
	 background-color:#004679
}

.videoWrapper .play::before{
	 background:inherit;
	 border-radius:5%/50%;
	 bottom:9%;
	 content:"";
	 left:-5%;
	 position:absolute;
	 right:-5%;
	 top:9%
}
.videoWrapper .play::after{
	 border-style:solid;
	 border-width:1em 0 1em 1.732em;
	 border-color:transparent transparent transparent #fff;
	 content:'';
	 font-size:.75em;
	 height:0;
	 margin:-1em 0 0 -.75em;
	 top:50%;
	 position:absolute;
	 width:0
}

@media only screen and (min-width:768px){
	.videoWrapper .overlay p {
		font-size:.8rem !important;
		line-height: .8rem !important;
	}
}
@media only screen and (min-width:1024px){
	.videoWrapper .overlay p a:after {
		height:2px
	}
}

