/* ------------------------------- */
/* --------- KID A DESIGN -------- */
/* ------------------------------- */
/* ----- MOE'S EDITION ----- */
/* ------------------------------- */

/* ----- FONT ----- */



/* font-family: 'Open Sans', sans-serif; */
/* font-family: 'Roboto', sans-serif; */

/* ----- DEFAULT ----- */

html {
	-webkit-font-smoothing: antialiased;
	font-kerning: auto;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
::selection {
	background: #c3c3c3;
}
::-moz-selection {
	background: #c3c3c3;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 170%;
	background-color: #fff;
	color: #000;
	padding: 0px;
	margin: 0px;
	text-align: left;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 1920px 326px;
}

/* ----- DEFAULT HTML STYLES ----- */

figure {
	display: block;
	margin: 0; padding: 0;
}
a,
a:active,
a:hover,
a:focus {
	outline: 0;
	text-decoration: none;
}
p {
	margin-top: 0px;
}
button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin-right: 20px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
td,
th {
	padding: 0;
	text-align: left;
}
ul,
ol {
	margin-top: 0;
	margin-bottom: 20px;
}
ul ul,
ol ul,
ul ol,
ol ol {
	margin-bottom: 0;
}
pre {
	background: #f1f1f1;
	font-size: 12px;
	padding: 15px;
	color: #686868;
}
img {
	border: none;
	display: block;
}
strong {
	font-weight: 400;
}

/* ----- DEFAULT BAKEHOUSE HTML ----- */

.bhe-content-noteditable {
	transition: opacity .4s;
}
a.bhElement {
	display: block;
}
.bhElement, .bhPseudoElement {
    position: relative;
    margin-bottom: 20px;
}
.bh-downloadlink-name {
    padding: 10px;
}
.bh-femode .bhImageInner{
    overflow: hidden;
}
.bh-tabcontent > .bhContainer {
    display: none;
}
.bh-tabcontent .bh-tabcontent-active {
    display: block;
}
audio {
	width: 100%;
}
.mce-edit-focus {
	outline: none !important;
}
.clearfix:after, .cf:after, .floatchildren:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix, .cf, .floatchildren {
    display: block;
}
.floatchildren > * {
    float: left;
    min-height: 1px;
}
.beside, .L, .l {
    float: left;
}
.rightside, .R, .r {
    float: right;
}

/* ----- BH-BEMODE ----- */

.bh-bemode #Page {
	padding-top: 50px;
	transition: padding-top .4s;
}

/* ----- PAGE ----- */

#Page {
	z-index: 1;
	overflow: hidden;
}

/* ----- TOP ----- */

#Top {
	left: 0px;
	right: 0px;
	font-weight: 400;
	height: 70px;
	background-color: #fff;
	font-size: 14px;
	position: fixed;
	z-index: 20;
	box-shadow: 0px 4px 40px rgba(0,0,0,.1);
}

/* ----- MOBILE MENU ----- */

#MobileMenuIcon {
	position: absolute;
	width: 62px;
	height: 68px;
	line-height: 62px;
	font-size: 24px;
	top: 0; right: 0;
	color: #5165c9;
	text-align: center;
	display: none;
	cursor: pointer;
}
body.mainmenuopen #MobileMenuIcon span:before {
    content: "\e912";
}

/* ----- HAUPTNAVIGATION ----- */

nav#Mainmenu {
	width: calc(100% - 520px);
	margin-left: 260px;
	line-height: 70px;
	transition: padding-top .4s;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}

ul.navi, .navi li, .navi a {
   margin: 0px; padding: 0px;
   list-style-type: none;
   display: block;
   text-align: center;
}
nav#Mainmenu li.hnavi_item:first-child {
	padding-left: 0;
}
li.hnavi_item {
	display: inline-block;
	position: relative;
	height: 50px;
	line-height: 50px;
}



li.hnavi_item > a {
	padding-left: 15px;
	padding-right: 15px;
	color: #000;
	transition: all .4s;
	cursor: pointer;
	letter-spacing: 0.1em;
	text-transform: uppercase;;
}
li.hnavi_item[data-pid="2"] a {
	color: #5064c9c5;	
}	

li.hnavi_item:hover > a {
	color: #344ed1;
}
li.hnavi_item.active > a {
	color: #5262b4;
}
/* 
li.hnavi_item[data-pid="2"] { 
	border-right: 1px solid rgba(0,0,0,0.1);
} */


/* ----- UNTERMENÜ 1 und 2 ----- */
ul.navi.hsnavi_box {
	left: 50%;
	transform: translateX(-50%);
}
ul.navi.hsnavi_box,
ul.navi.hssnavi_box {
	visibility: hidden;
	background-color: #fff;
	position: absolute;
	width: 250px;
	text-align: left;
	margin-top: 70px;
	opacity: 0;
	transition: all .4s;
	transition-delay: .2s;
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.25);
	border-radius: 8px;
}
ul.navi.hsnavi_box:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 28.5px 24px 28.5px;
	border-color: transparent transparent #ffffff transparent;
	position: absolute;
	top: -24px;
	left: 50%;
	margin-left: -28px;
}
li.hnavi_item:hover ul.navi.hsnavi_box {
	visibility: visible;
	margin-top: 17px;
	opacity: 1;
}
li.hsnavi_item,
li.hssnavi_item {
	margin-left: 20px;
	margin-right: 20px;
}
li.hsnavi_item > a,
li.hssnavi_item > a {
    color: #000;
    font-size: 18px;
    text-align: left;
    padding-left: 0px;
    line-height: 46px;
    border-bottom: 1px solid #E2E2E2;
    font-weight: 600;
    letter-spacing: -0.01em;
    transition: color .4s;
}
li.hsnavi_item:last-child > a,
li.hssnavi_item:last-child > a {
	border-bottom: none;
}
li.hsnavi_item:last-child,
li.hssnavi_item:last-child {
	border-bottom: none;
}
li.hsnavi_item > a:hover,
li.hssnavi_item > a:hover {
    color: #80BA37;
}
ul.navi.hssnavi_box {
	position: absolute;
	width: 200px;
	margin-left: 170px;
	margin-top: -2.8em;
	background-color: rgba(0,0,0,.7);
	border: none;
}
li.hsnavi_item:hover ul.navi.hssnavi_box {
	visibility: visible;
	opacity: 1;
	margin-left: 203px;
}
li.hssnavi_item > a {
	color: #fff;
}
li.hssnavi_item > a:hover {
	background: rgba(0,0,0,.8);
}

/* ----- MENÜ SIMPLE DROPDOWN ----- */

nav#Mainmenu.bhm-simpledropdown li.hsnavi_item:hover ul.navi.hssnavi_box {
	visibility: hidden;
}
nav#Mainmenu.bhm-simpledropdown li.hsnavi_item.has-submenu:after {
	display: none;
}

/* ----- MENÜ SITEMAP ----- */

nav#Mainmenu.bhm-sitemap li.hnavi_item:hover {
	background-color: #fff;
}
nav#Mainmenu.bhm-sitemap li.hnavi_item:hover:not(.has-submenu) {
}
nav#Mainmenu.bhm-sitemap li.hnavi_item:hover > a {
	color: #000;
}
nav#Mainmenu.bhm-sitemap ul.navi.hsnavi_box {
	width: 1200px;
	text-align: left;
	left: 0px;
	box-shadow: 0px 5px 40px rgba(0,0,0,.1);
	display: flex;
	flex-wrap: wrap;
}
nav#Mainmenu.bhm-sitemap ul.navi.hsnavi_box:before {
	display: none;
}
nav#Mainmenu.bhm-sitemap li.hsnavi_item {
	width: 280px;
	border: none;
	margin: 10px;
}
nav#Mainmenu.bhm-sitemap li.hsnavi_item > a {
	border-radius: 0 !important;
}
nav#Mainmenu.bhm-sitemap li.hsnavi_item.has-submenu > a {
	border-bottom: 1px solid rgba(0,0,0,.2);
}
nav#Mainmenu.bhm-sitemap li.hsnavi_item.has-submenu:after {
	display: none;
}
nav#Mainmenu.bhm-sitemap	ul.navi.hssnavi_box {
	position: relative;
	width: 100%;
	margin: 0;
	background-color: transparent;
}
nav#Mainmenu.bhm-sitemap li.hnavi_item:hover ul.navi.hssnavi_box {
	visibility: visible;
	opacity: 1;
}
nav#Mainmenu.bhm-sitemap li.hsnavi_item > a {
	padding-left: 10px;
}
nav#Mainmenu.bhm-sitemap ul.navi.hsnavi_box {
	margin-top: 0px;
}
nav#Mainmenu.bhm-sitemap li.hnavi_item:hover ul.navi.hsnavi_box {
	margin-top: 0px;
}
nav#Mainmenu.bhm-sitemap li.hssnavi_item > a {
	color: #9f9f9f;
	padding-left: 10px;
	line-height: 2.5em;
	border-radius: 0;
}
nav#Mainmenu.bhm-sitemap li.hssnavi_item > a:hover {
		background-color: rgba(0,0,0,.05);
}

/* ----- LOGO ----- */

#Logo {
	position: absolute;
	left: 0; top: 0;
	width: 180px;
	height: 70px;
	background-image: url(../images/moes-logo.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 80%;
	z-index: 90;
	transition: all .4s;
}
#Logo a {
	display: block;
	width: 100%;
	height: 100%;
}

/* ----- KURSE ----- */

#Shop {
	position: absolute;
	top: 11px; right: 70px;
	font-size: 16px;
	text-transform: uppercase;
	transition: padding-top .4s;
	font-family: 'Roboto', sans-serif;
	z-index: 5;	
	display: none;
}
#Shop a {
	height: 48px;
	line-height: 48px;
	width: 180px;
	display: block;
	background-color: #4f64c9;
	color: #fff;
	border-radius: 24px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: 700;
	transition: 0.3s ease all;
	display: flex;
	align-items: center;
	justify-content: center;
}
#Shop a:hover {
	background-color: #6e80cf;
}
#Shop a span {
	font-size: 22px;
	padding-right: 8px;
	vertical-align: middle;
	margin-right: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}



/* ----- SHORTCUTS ----- */

#Shortcuts {
	position: absolute;
	top: 0; right: 0;
	font-size: 24px;
	line-height: 70px;
	display: flex;
}
#Shortcuts span {
	width: 70px;
	text-align: center;
	display: block;
	line-height: 70px;
	height: 70px;
	color: #4f64c9;
	transition: 0.3s ease all;
}
#Shortcuts span:hover {
	color: #96a2da;
}

/* ----- HEADER ----- */

header {
	min-height: 300px;
	position: relative;
	z-index: 1;
	transition: padding-top .3s;
}
#HeaderContent {
	position: relative;
	min-height: 300px;
}
body.bhe-state-editing header {
	padding-top: 30px;
}

/* ----- MAIN ----- */

main .bhElement,
#MainContent .bhElement {
	margin-bottom: 40px;
}
main,
#MainContent {
	position: relative;
	margin-top: 220px;
	padding-left: 30px;
	padding-right: 30px;
}

/* ----- EDITOR DEFAULT STYLES ----- */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	letter-spacing: 0.01em;
}
h1 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 60px;
	line-height: 120%;
	column-span: all;
	-webkit-column-span: all;
	font-family: 'Roboto', sans-serif;
}
h2 {
	font-weight: 700;
	font-size: 40px;
	line-height: 125%;
	column-span: all;
	-webkit-column-span: all;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
}
h1 + h2 {
	margin-top: -24px;
}
h3 {
	font-size: 18px;
	line-height: 140%;
	color: #5064c9;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
}
h4 {
	font-weight: 400;
	font-size: 30px;
	line-height: 125%;
	column-span: all;
	-webkit-column-span: all;
	font-family: 'Roboto', sans-serif;
}
h5, h6 {
	font-size: 16px;
	line-height: 110%;
	color: rgba(0,0,0,.5);
	font-weight: 600;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

#MainContent .bh-bodytext a,
#MainContent .bh-bodytext a:visited {
	color: ##064c9;
	font-weight: 400;
	border-bottom: 1px solid #36d54659;	
	transition: all .4s;
}
#MainContent .bh-bodytext a:hover {
	color: #4a5591;
	border-bottom: 1px solid #fea33c73;	
}
.bh-bodytext strong {
	font-weight: 700;
}
main .bh-bodytext ul {
	list-style: none;
	padding: 0;
}
main .bh-bodytext ul li {
	margin-left: 20px;
	margin-bottom: 4px;
	position: relative;
}
main .bh-bodytext ul li:before {
	position: absolute;
    left: -24px;
    top: 5px;
    width: 20px;
    height: 20px;
    display: block;
    content: '';
    background-color: transparent;
    background-image: url(../templates/elements/el-spacer/spacer.svg);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center center;
}

/* ----- EDITOR CUSTOM STYLES ----- */

.bh-bodytext .bhe-small {
	font-size: 75%;
}
.bh-bodytext .bhe-big {
	font-size: 150%;
}
.bh-bodytext .bhe-teaser {
	font-size: 30px;
	line-height: 150%;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}
.bh-bodytext .bhe-uppercase {
	text-transform: uppercase;
	letter-spacing: 1px;
}
.bh-bodytext .bhe-color-green {
	color: #5064c9;
}

/* ----- FOOTER ----- */

footer {
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 15px;
	min-height: 250px;
	max-width: 760px;
	padding-top: 50px;
}
footer #Logo {
    position: relative;
    height: 190px;
    width: 465px;
    margin: 0 auto;
    background-size: 291px 94px;
    z-index: 0;
}
footer address {
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	font-style: normal;
}
footer address a {
	color: #5064c9;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
}

/* ----- SOCIAL ----- */

#Social {
	width: 465px;
	height: 76px;
	margin: 0 auto;
	border-top: 1px solid #eddba2;
	border-bottom: 1px solid #eddba2;
	display: flex;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #5064c9;
}
#Social .socialcol-1,
#Social .socialcol-2 {
	width: 50%;
	line-height: 80px;
	text-align: center;
}
#Social .socialcol-2 {
	font-size: 24px;
}
#Social .socialcol-2 a {
	color: #36d545;
}
#Social .socialcol-2 span:first-child {
	padding-right: 20px;
}

/* ----- SERVICEMENÜ FOOTER ----- */

#Servicemenu {
	width: 100%;
	line-height: 76px;
	text-align: center;
	font-weight: 400;
	font-size: 10px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding-bottom: 130px;
	background-image: url(../images/background-footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 1920px 251px;
}
li.servnavi_item {
	display: inline-block;
}
li.servnavi_item a {
	display: inline-block;
	color: #3B352E;
	transition: color .4s;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 14px;
	font-weight: 600;
}
li.servnavi_item a:hover {
	color: #5064c9;
}

/* ----- MOBILE FOOTER MENU ----- */

#MobileFooterMenu {
	width: 100vw;
	position: fixed;
	bottom: 0;
	left: 0;
	height: 62px;
	background-color: #f5f5f5;
	display: none;
	flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    font-size: 11px;
    line-height: 100%;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    z-index: 100;
	font-family: 'Roboto', sans-serif;
}
#MobileFooterMenu a {
	color: #5064c9;
	width: 25%;
}
#MobileFooterMenu a span {
	display: block;
	font-size: 24px;
	line-height: 36px;
}

/* ----- SCROLL POSITION ----- */

.nottop #Top {
	position: fixed;
}
body.bh-bemode.nottop #Top {
	top: 50px;
}

/* ---- TEXT ----- */

.bhText.bhElement.bh-hyphens-true {
	hyphens: auto;
}
.bhText.bhElement .el-text-inner {
	-webkit-column-gap: 40px;
	column-gap: 40px;
}
.bhText.bhElement.columnborder .el-text-inner {
	-webkit-column-rule: 1px solid rgba(0,0,0,.1);
	column-rule: 1px solid rgba(0,0,0,.1);
}
.bhText.bhElement.textquotation {
	padding-top: 50px;
}
.bhText.bhElement.textquotation .bh-bodytext p {
	font-size: 23px;
	line-height: 1.5;
	text-align: center;
	color: #0856a2;
}
.bhText.bhElement.textquotation .bh-bodytext p .bh-styleclass-contact {
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0;
}
.bhText.bhElement.textquotation .bh-bodytext p em {
	font-size: 17px;
}
.bhText.bhElement.textquotation:before {
	display: block;
	content: '';
	width: 35px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -18px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/illustrations/textquotationmark.png);
}

.bhText h1 + h2 {
	margin-top: -30px;
}

/* ----- SWIPER ----- */

.bh-swiper {
    padding-bottom: 70px;
}
.swiper-container {
	padding-bottom: 40px;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 0;
    background: #c4c4c4;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #36d545;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-container-horizontal ~ .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
}
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 190px;
    width: 60px;
    height: 60px;
    z-index: 10;
    cursor: pointer;
    background-color: #36d545;
    border-radius: 2px;
    background-image: none;
    left: -20px;
}
.swiper-button-prev:after,
.swiper-button-next:after {
	font-family: 'bakehouse-iconset' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
   
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
 
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    content: '\e905';
    display: block;
    font-size: 48px;
    color: #fff;
    line-height: 60px;
    text-align: center;
}
.swiper-button-next:after {
	content: '\e906';
}
.swiper-button-next {
	left: auto;
	right: -20px;
}

/* ----- PICTURE ----- */

figure {
	display: block;
	margin: 0; padding: 0;
}
.bhPicture:not(.noResize) img {
	width: 100%;
	height: auto;
	border-radius: 7px;
}
.bh-femode .bhImageInner {
    overflow: hidden;
}
.bhPicture img {
    margin: 0 auto;
}
.bhPicture .bhBgImage {
    height: 300px;
    background-size: cover;
    background-position: center center;
}
.bhPicture.bhElement .bhImageHover {
	position: absolute;
    top: 0px;
    right: 0px;
	width: 100%;
    height: 100%;
    background-color: #4e62c786;
    opacity: 0;
    transition: all .4s;
    display: block;
    border-radius: 5px;
}
.bhPicture.bhElement .bhImageHover:after {
	font-family: bakehouse-iconset!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content: '\e917';
	display: block;
	color: #fff;
	font-size: 36px;
	position: absolute;
	top: 50%; left: 50%;
	margin-left: -24px; margin-top: -24px;
}
a:not([href]).bhPicture.bhElement:hover .bhImageHover {
	display: none;
}
a.bhPicture[target="lightbox"]:hover .bhImageHover {
    opacity: 1;
    background-position: center center;
}
.bhPicture.bhElement .file-copyright {
	position: absolute;
	right: 5px;
	top: 0px;
	font-size: 11px;
	transform: rotate(-90deg);
	transform-origin: top right;
	color: #7e7e7e;
}
.bhPicture.bhElement figcaption {
	position: relative;
	font-size: 16px;
	line-height: 1.5;
	padding-top: 10px;
	color: #3C3C3B;
	font-weight: 300;
}
.bhPicture.bhElement figcaption p {
	margin: 0;
}
.bhPicture .bhImageInner.bhe-prevent-imageresize {
    width: 100% !important;
}
.bhPicture .bhe-prevent-imageresize.bhImageInner img {
    cursor: auto;
    margin: 0 auto;
}
.bhPicture.bhElement.picturewidthicon {
	max-width: 70px;
}

.bh-shop-layout {
	max-width: 960px;
	margin: 0 auto;
}

/* ----- PRODUKTBESTELLUNG ----- */

.bhAnfrage .produktbestellung {
}
.bhAnfrage .produktbestellung select {
	color: #000;
	width: 100%;
	height: 30px;
}
.bhAnfrage .produktbestellung .bestellhinweis {
	margin-top: 10px;
	text-align: left;
}
.bhAnfrage .produktbestellung .personaldata {
	margin: 0 auto;
	margin-top: 90px;
	margin-bottom: 30px;
}
.bhAnfrage .produktbestellung .personaldata h3 {
	margin-bottom: 25px;
}
.bhAnfrage .produktbestellung .bh-field {
	margin-bottom: 20px;	
}
#Page input[type="text"] {
	letter-spacing: 0.1em;
	padding-left: 13px;
	padding-right: 13px;
	line-height: 55px;
	font-size: 13px;
	width: calc(100% - 26px);
	border: none;
	outline: none;
	background-color: #fff;
	color: #3C3C3B;
	font-weight: 400;
}
#Page textarea {
	border: none;
	outline: none;
	background-color: #fff;
	padding: 13px;
	width: calc(100% - 26px);
	min-height: 175px;
	font-size: 13px;
	line-height: 20px;
	color: #3C3C3B;
	letter-spacing: 0.1em;
	font-weight: 400;
}
input[type="submit"] {
	line-height: 47px;
	height: 47px;
	color: #fff;
	background-color: #5064c9;
	border-radius: 2px;
	text-align: center;
	min-width: 270px;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 0.15em;
	font-weight: 400;
	border: none;
	outline: none;
}

/* ----- ROUTENPLANER ----- */

#Page .bhRoute.bhElement {
	margin: 0 auto;
	max-width: 960px;
}
#Page .cooRouteLocation {
	padding: 0 !important;
	text-align: center;
	height: 68px;
	position: absolute;
	top: 432px;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.2);
	z-index: 2;
}
#Page .cooRouteLocation form {
	padding: 15px;
}
#Page .cooRouteLocation input[type="text"] {
	width: 30%;
	margin-right: 10px;
	padding-left: 1.5%;
	padding-right: 1.5%;
	padding-top: 0px;
	border-radius: 4px;
	outline: none;
	border: 1px solid rgba(0,0,0,.3);
	line-height: 30px;
	height: 30px;
	font-size: 18px;
	color: #7e7e7e;
}
#Page .cooRouteLocation input[type="submit"] {
	width: 200px;
	color: #fff;
	-webkit-appearance: none;
	background-color: ##6d545;
	font-weight: 700;
	border-radius: 30px;
	outline: none;
	border: none;
	height: 33px;
	line-height: 33px;
}
.cooRouteLegs .adp-placemark {
	background: rgba(0,0,0,.1) !important;
}
.cooRouteLegs .adp-placemark {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 1px;
}
.cooRouteLegs .adp-directions td:first-child {
	background: #fff !important;
}
.cooRoutePointSubtext {
	color: #000;
	text-align: center;
	padding-bottom: 15px;
}
#Page .cooRouteMap {
	min-height: 500px;
	opacity: 1;
	pointer-events: none;
	transition: opacity .4s;
}
#Page table.adp-placemark {
	background: #fff !important;
}

/* ----- TABELLE ----- */

.bh-bodytext table {
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.bh-bodytext table tr {
	border-bottom: 1px solid rgba(91,101,115,.2);
}
.bh-bodytext table tr.currentweek {
	background-color: rgba(0,0,0,.05);
	font-weight: 600;
	color: #C30218;
}
.bh-bodytext table tr td {
	padding-top: 4px;
	padding-bottom: 3px;
}
.bh-bodytext table tr td:first-child {
	padding-left: 6px;
}
.bh-bodytext table tr:last-child {
	border-bottom: none;
}

/* ------ BH-VIDEO ----- */

.yt-wizard-wrapper,
.vi-wizard-wrapper {
	width: 100%;
	height: 0;
	position: relative;
	padding-bottom: 56.25%;
}
.yt-wizard-wrapper.ar-16-10,
.vi-wizard-wrapper.ar-16-10 {
	padding-bottom: 62.5%;
}
.yt-wizard-wrapper.ar-4-3,
.vi-wizard-wrapper.ar-4-3 {
	padding-bottom: 75%;
}
.yt-wizard-wrapper iframe,
.vi-wizard-wrapper iframe {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}

/* --------------------------------------------- */
/* ------- COOKIES WARNING WEST EDITION -------- */
/* --------------------------------------------- */

.bh-state-desktop .bh-cookies-warning {
	width: 300px;
	padding-bottom: 0px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	background: rgba(255,255,255,0.9) !important;
	border-top-left-radius: 5px;
	right: 0px;
	left: auto;
}
.bh-state-desktop .bh-cookies-buttons {
	width: 130px;
	margin-right: 10px;	
}
.bh-cookies-buttons > * {
	width: 110px;
	margin-bottom: 10px;
	background: #36d545 !important;
	color: white;	
	text-align: center;
	border-radius: 4px;
	font-size: 14px;
	padding: 4px;
}
.bh-state-desktop .bh-cookies-warning-text {
	width: 130px;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
}
.bh-state-mobile .bh-cookies-warning {
	z-index: 1000;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	text-align: center;
}
.bh-state-mobile .bh-cookies-buttons {
	width: 100%;
}
.bh-state-mobile .bh-cookies-warning {
    bottom: 57px !important;
}

.el-productlist-product-image {
	border-radius: 10px;
	overflow: hidden;
}

a.el-productlist-product {
	border-bottom: 1px solid #5064c977;
	padding-bottom: 30px;
	transition: 0.3s ease all;
}

a.el-productlist-product:hover {
	background: linear-gradient(0deg, rgba(0,0,0,0.05) 0%, rgba(255,255,255,0) 100%);
}

a.el-productlist-product div {
	color: black;
}

.el-productlist-product-title {
	font-size: 20px;
	font-weight: 600 !important;
	margin-bottom: 10px;
	color: #5065c8 !important;
}

.el-productdetail-stockinfo {
	line-height: 48px;
	padding-left: 10px;
	white-space: nowrap;
}

.el-productdetail-sku {
	display: none;
}

.el-productdetail-title {
	text-align: center;
	margin-bottom: 50px;
}

.el-productdetail-images {
	gap: 10px;
}

.el-productdetail-images a {
	border-radius: 10px;
	overflow: hidden;
}

.bh-shop-add-product-form {
	display: flex;
	justify-content: flex-end;
}

.bh-shop-cart-cell-remove {
	display: none;
}

.el-productdetail-description {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.el-productdetail-subtext {
	flex-basis: 100%;
}

.el-productdetail-price {
	font-size: 40px;
	text-align: right;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 30px;
}

.bh-shop-add-product-form input[type="submit"] {
	border-radius: 5px;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 0px;
	width: 200px;
}

select[name="tx_bhshop_cart[data][options][variant]"]{
	margin-right: 20px;
}

select[name="tx_bhshop_cart[data][count]"] {
	line-height: 48px;
	height: 48px;
	box-sizing: border-box;
	font-size: 20px;
	text-align: center;
}

a.el-productlist-product div.el-productlist-product-button {
	display: inline-block;
	background: #5064c9;
	color: white;
	text-transform: uppercase;
	border-radius: 20px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	font-weight: bold;
	width: 100px;
	text-align: center;
	right: 0px;
	margin-left: auto;

}