@import "/hw4/css/external_css/jquery.qtip.css";

@import "/hw4/css/external_css/fancybox2/jquery.fancybox.css";

@import "/hw4/css/external_css/jquery.jqzoom.css";
.noUiSlider {
  width: 400px;
  border: 1px solid #CCC;
  height: 8px;
  background: #EEE;
  -webkit-touch-callout: none;
}
.noUi-midBar {
  height: 100%;
  z-index: 0;
  background: #39C;
  -webkit-touch-callout: none;
}
.noUi-handle > div {
  position: absolute;
  width: 16px;
  height: 16px;
  top: -5px;
  left: -8px;
  z-index: 5;
  border: 1px solid #CCC;
  background: #EEE;
}
.noUi-handle > div:hover,
.noUi-handle > div.noUi-activeHandle {
  background: #ACE;
  border-color: #369;
}
.disabled > .noUi-midBar {
  background: #999;
}
.disabled .noUi-handle > div {
  border-color: #CCC;
  background: #CCC;
}
/*
@media (-webkit-min-device-pixel-ratio:1.2),-moz-touch-enabled,(max-device-width:1024px){
	.noUi-handle > div {
		height:				32px;
		width:				32px;
		top:				-13px;
		left:				-16px;
	}
}
*/.spacer {
  height: 1px;
}
.grid-row.grid-ignore {
  width: auto;
}
.grid-marginbox:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.grid4 .grid-row.grid4-grid-row-invisible,
.grid6 .grid-row.grid6-grid-row-invisible,
.grid9 .grid-row.grid9-grid-row-invisible,
.grid12 .grid-row.grid12-grid-row-invisible {
  display: none;
}
.grid4 .grid4-invisible,
.grid6 .grid6-invisible,
.grid9 .grid9-invisible,
.grid12 .grid12-invisible {
  display: none;
}
.grid9 .grid12-only {
  display: none;
}
.grid6 .grid12-only {
  display: none;
}
.grid4 .grid12-only {
  display: none;
}
.grid12 .grid9-only {
  display: none;
}
.grid6 .grid9-only {
  display: none;
}
.grid4 .grid9-only {
  display: none;
}
.grid12 .grid6-only {
  display: none;
}
.grid9 .grid6-only {
  display: none;
}
.grid4 .grid6-only {
  display: none;
}
.grid12 .grid4-only {
  display: none;
}
.grid9 .grid4-only {
  display: none;
}
.grid6 .grid4-only {
  display: none;
}
.grid-row {
  display: inline-block;
  float: left;
  width: 100%;
}
.grid-row > .grid-col {
  float: left;
  position: relative;
}
/*
			.grid-row > .grid-col:after{
				content: ".";
				display: block;
				height: 0;
				clear: both;
				visibility: hidden;
			}
			*/
.grid-row > .grid-col > img.full-width {
  float: left;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.grid-row > .grid-col > img.retain-size {
  width: auto;
}
/* Standard-Font-Size 100%: 12 pixels */
/* px zu em konvertieren */
/*
Copyright (c) 2011, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.9.0
*/
html {
  color: #000;
  background: #ffffff;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
select,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
button,
caption,
cite,
code,
dfn,
em,
input,
optgroup,
option,
select,
strong,
textarea,
th,
var {
  font: inherit;
}
del,
ins {
  text-decoration: none;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: baseline;
}
sub {
  vertical-align: baseline;
}
legend {
  color: #000000;
}
/*----------------------------------*/
/* INHALT:      				 	*/
/* -------      				 	*/
/* STANDARDFORMATIERUNGEN		 	*/
/* HEADER						 	*/
/* FOOTER							*/
/* SIDECLICK						*/
/* QUICKLINKS						*/
/* TOOLTIPS							*/
/* DRUCKEN / PRINTSTYLES			*/
/*----------------------------------*/
/*-------------------------------*/
/* STANDARDFORMATIERUNGEN ANFANG */
/*-------------------------------*/
html,
body {
  color: #003354;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  -webkit-text-size-adjust: 100%;
}
body {
  font-size: 100%;
}
body.grid12 {
  background: url("/hw4/images/design-images/background.jpg") repeat scroll 0 0 #ffffff;
}
h2 {
  font-size: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
}
/* Struktur */
.left {
  float: left;
}
.right {
  float: right;
}
.bottom {
  bottom: 0;
  position: absolute;
}
.top {
  top: 0;
  position: absolute;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.block {
  display: block;
}
.full-width {
  width: 100%;
}
.last {
  margin-bottom: 1em;
}
.center-horizontally {
  display: table;
  margin: 0 auto;
}
.width100 {
  float: left;
  width: 100%;
}
.hide {
  display: none;
  height: 0;
}
.hidden {
  display: none;
}
.nomargintop {
  margin-top: 0 !important;
}
.grid-smartphone .smartphone-width100 {
  width: 100% !important;
}
.desktop,
.smartphone {
  display: none;
}
.grid-desktop .desktop {
  display: inline-block !important;
}
.grid-smartphone .smartphone {
  display: inline-block !important;
}
.grid9-only,
.grid6-only,
.grid4-only {
  display: none !important;
}
.grid9 .grid9-only {
  display: inherit !important;
}
.grid9 .grid9-not {
  display: none !important;
}
.grid6 .grid6-only {
  display: inherit !important;
}
.grid6 .grid6-not {
  display: none !important;
}
.grid4 .grid4-only {
  display: inherit !important;
}
.grid4 .grid4-not {
  display: none !important;
}
/* Farbdefinitionen Schriftfarben und Hintergr�nde*/
.darkblue {
  color: #003354;
}
.blue {
  color: #04449b;
}
.lightblue {
  color: #50a5d1;
}
.lightbeige {
  color: #edebda;
}
.lightbeige2 {
  color: #f6f5ec;
}
.beige {
  color: #ad8a6b;
}
.beige-hover {
  color: #c8a07c;
}
.red {
  color: #bb1922;
}
.red-hover {
  color: #da1d28;
}
.grey {
  color: #aaaaaa;
}
.lightgrey {
  color: #e5e5e5;
}
.lightgrey2 {
  color: #f5f5f5;
}
.white,
a.white {
  color: #ffffff;
}
.green {
  color: #119300;
}
.yellow {
  color: #e5b25e;
}
.gold {
  color: #ad8a6b;
}
.darkblue-bg {
  background: #003354;
}
.lightblue-bg {
  background: #50a5d1;
}
.lightbeige-bg {
  background: #edebda;
}
.lightbeige2-bg {
  background: #f6f5ec;
}
.beige-bg {
  background: #ad8a6b;
}
.beige-hover-bg {
  background: #c8a07c;
}
.red-bg {
  background: #bb1922;
}
.red-hover-bg {
  background: #da1d28;
}
.grey-bg {
  background: #aaaaaa;
}
.lightgrey-bg {
  background: #e5e5e5;
}
.lightgrey2-bg {
  background: #f5f5f5;
}
.white-bg {
  background: #ffffff;
}
.no-shadow {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.drop-shadow {
  -webkit-box-shadow: 0 0.2em 0.5em 0 #aaaaaa;
  -moz-box-shadow: 0 0.2em 0.5em 0 #aaaaaa;
  box-shadow: 0 0.2em 0.5em 0 #aaaaaa;
}
.div-bottom {
  position: absolute;
  bottom: 1.0em;
}
.grid-smartphone .div-bottom {
  position: relative;
  bottom: 0.5em;
}
/* Schriften und Stile */
.corporate-regular {
  font-family: 'Corporate A W01 Regular';
}
.corporate-regular-italic {
  font-family: 'CorporateAW01-LightItal';
}
.corporate-light {
  font-family: 'Corporate A W01 Light';
}
.longhand-regular {
  font-family: 'Longhand W01 RegularLP';
}
.arial-regular {
  font-family: Arial, Verdana, sans-serif;
  font-weight: normal;
}
.arial-bold {
  font-family: Arial, Verdana, sans-serif;
  font-weight: bold;
}
@font-face {
  font-family: 'Hawicons';
  src: url('/hw4/fonts/haw-webfont.eot?#iefix') format('embedded-opentype'), url('/hw4/fonts/haw-webfont.woff') format('woff'), url('/hw4/fonts/haw-webfont.ttf') format('truetype'), url('/hw4/fonts/haw-webfont.svg#Hawicons') format('svg');
  font-weight: normal;
  font-style: normal;
}
.uppercase {
  text-transform: uppercase;
}
a.underline,
.underline {
  text-decoration: underline;
}
.italic {
  font-style: italic;
}
.strike {
  color: #bb1922;
  text-decoration: line-through;
}
.text-center {
  text-align: center;
}
.font-standard {
  font-size: 1em !important;
}
.font-14 {
  font-size: 1.1666666666666667em !important;
}
.font-18 {
  font-size: 1.5em !important;
}
.font-50 {
  font-size: 4.166666666666667em !important;
}
.footer-meta .font-standard {
  font-size: 0.9166666666666666em !important;
}
strong,
.strong {
  font-weight: bold;
}
.error-label {
  color: #bb1922;
}
/* Schaltflaechen */
a.btn,
.fakebtn {
  display: inline-block;
  font-family: Arial, Verdana, sans-serif;
  font-weight: bold;
  padding-top: 0.4166666666666667em;
  padding-bottom: 0.4166666666666667em;
  padding-left: 0.8333333333333334em;
  padding-right: 0.8333333333333334em;
  text-decoration: none;
  text-transform: uppercase;
}
a.btn.big,
.fakebtn.big {
  font-size: 1.25em;
}
a.btn.red,
.fakebtn.red {
  background: #bb1922;
  color: #fff;
}
a.btn.red:hover,
.fakebtn.red:hover {
  background: #da1d28;
  color: #fff;
}
a.btn.beige,
.fakebtn.beige {
  background: #ad8a6b;
  color: #fff;
}
a.btn.beige:hover,
.fakebtn.beige:hover {
  background: #c8a07c;
}
a.btn.darkblue,
.fakebtn.darkblue {
  background: #003354;
  color: #fff;
}
a.btn.darkblue:hover,
.fakebtn.darkblue:hover {
  background: #50a5d1;
}
a.btn.primarycolor,
.fakebtn.primarycolor {
  background: #f8bc00;
  color: #fff;
}
a.btn.primarycolor:hover,
.fakebtn.primarycolor:hover {
  background: #ffcc2c;
  color: #fff;
}
a.btn.grey,
.fakebtn.grey {
  background: #d5d5d5;
  color: #fff;
}
a.btn.grey:hover,
.fakebtn.grey:hover {
  background: #e5e5e5;
  color: #fff;
}
a {
  color: #003354;
  display: inline-block;
  font-family: Arial, Verdana, sans-serif;
  text-decoration: none;
}
a:hover {
  color: #50a5d1;
}
a.white {
  color: #ffffff;
}
a.red {
  color: #bb1922;
}
a.red:hover {
  color: #da1d28;
}
/* Allgemeine Icondefinition */
.icon {
  position: relative;
}
.icon:before {
  content: attr(data-icon);
  font-family: Hawicons, sans-serif;
  position: relative;
}
.icon.before {
  margin-right: .2em;
}
.icon.after {
  margin-left: .2em;
}
/* Icongrößenverhältnisse zur Standardschrift */
.icon[data-icon=u]:before {
  font-size: .7em;
}
.icon[data-icon=d]:before {
  font-size: .7em;
}
.icon[data-icon=l]:before {
  font-size: .7em;
}
.icon[data-icon=r]:before {
  font-size: .7em;
  top: -0.1em;
}
.icon[data-icon=c]:before {
  font-size: 2.4em;
}
.icon[data-icon=t]:before {
  font-size: 1.5em;
  top: 0.3em;
}
.icon[data-icon=e]:before {
  font-size: 1.5em;
  top: 0.3em;
}
.icon[data-icon=v]:before {
  font-size: .7em;
}
.icon[data-icon=C].before {
  margin-right: .5em;
  top: 0.1em;
}
.icon[data-icon=0].before {
  margin-right: .7em;
  top: 0.25em;
}
.icon[data-icon=O].before {
  margin-right: .5em;
}
/* Icon-Button, Größe im Container definieren, Schriftgröße und Abstand in der :before-Klasse */
.only-icon {
  background: #003354;
  height: 2.0833333333333335em;
  display: inline-block;
  text-align: center;
  width: 2.0833333333333335em;
}
.only-icon:hover {
  background: #50a5d1;
}
.only-icon:after {
  content: attr(data-icon);
  color: #ffffff;
  font-family: Hawicons, sans-serif;
  line-height: 2.0833333333333335em;
  position: relative;
}
.only-icon.grey {
  background: none repeat scroll 0 0 #edebda;
  color: #003354;
  cursor: pointer;
  height: 1.7em;
  margin-left: 0.5em;
  position: relative;
  text-align: center;
  top: 0.1em;
  width: 1.7em;
}
.only-icon.grey:after {
  color: #003354;
  font-weight: bold;
  line-height: 1.7em;
  top: -0.1em;
}
.only-icon.for-input {
  height: 1.8333333333333333em;
  margin-left: 0.5em;
  width: 1.8333333333333333em;
}
.only-icon.for-input:after {
  line-height: 1.8333333333333333em;
}
* + html .only-icon.btn-search {
  line-height: 1.9em;
}
/* Button, Smartphonevariante */
.grid4 a.btn.smartphone-button {
  font-size: 1.2em;
  margin: 1em 0 0;
  padding: 0.5em 0;
  position: static !important;
  text-align: center;
  width: 100%;
}
/* Trennlinien */
.separate-bottom {
  border-bottom: solid 1px #e5e5e5;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.separate-top {
  border-top: solid 1px #e5e5e5;
  margin-top: 1em;
  padding-top: 1em;
}
.separate-dotted-top {
  border-top: dashed 1px #aaaaaa;
  margin-top: 1em;
  padding-top: 1em;
}
.separate-dotted-bottom {
  border-bottom: dashed 1px #aaaaaa;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
/* Borders */
.border {
  border: solid 1px #e5e5e5;
}
.border-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.outline {
  outline: solid 1px #e5e5e5;
}
/* Margins */
.m0i,
.no-margin-i {
  margin: 0 !important;
}
.mt0i {
  margin-top: 0 !important;
}
.mr0i {
  margin-right: 0 !important;
}
.mb0i {
  margin-bottom: 0 !important;
}
.ml0i {
  margin-left: 0 !important;
}
.m03 {
  margin: .3em;
}
.mt03 {
  margin-top: .3em;
}
.mr03 {
  margin-right: .3em;
}
.mb03 {
  margin-bottom: .3em;
}
.ml03 {
  margin-left: .3em;
}
.m07 {
  margin: .7em;
}
.mt07 {
  margin-top: .7em;
}
.mr07 {
  margin-right: .7em;
}
.mb07 {
  margin-bottom: .7em;
}
.ml07 {
  margin-left: .7em;
}
.mt {
  margin-top: 1em;
}
.mt1 {
  margin-top: 1em;
}
.mt1i {
  margin-top: 1em !important;
}
.mt2 {
  margin-top: 2em;
}
.mb {
  margin-bottom: 2em;
}
.mr1 {
  margin-right: 1em;
}
.mr2 {
  margin-right: 2em;
}
.ml1 {
  margin-left: 1em;
}
.ml2 {
  margin-left: 2em;
}
.pt {
  padding-top: 2em;
}
.pb {
  padding-bottom: 2em;
}
.p03 {
  padding: .3em;
}
.pt03 {
  padding-top: .3em;
}
.pr03 {
  padding-right: .3em;
}
.pb03 {
  padding-bottom: .3em;
}
.pl03 {
  padding-left: .3em;
}
.p07 {
  padding: .7em;
}
.pt07 {
  padding-top: .7em;
}
.pr07 {
  padding-right: .7em;
}
.pb07 {
  padding-bottom: .7em;
}
.pl07 {
  padding-left: .7em;
}
.overflow-hidden {
  overflow: hidden;
}
/* Formularfelder */
label {
  display: block;
}
label + input {
  margin-top: .5em;
}
input,
select {
  padding: .2em;
}
.input-button-width100-wrapper {
  overflow: hidden;
  width: 100%;
}
.grid9 .input-button-width100-wrapper {
  margin-top: 0.8em;
}
.input-button-width100-wrapper > a {
  float: right;
}
.input-button-width100-wrapper > span {
  display: block;
  overflow: hidden;
}
.grid-desktop .input-button-width100-wrapper > span > input {
  width: 90%;
}
.grid-smartphone .input-button-width100-wrapper > span > input {
  width: 95%;
}
.grid4 .input-button-width100-wrapper > span > input {
  width: 92%;
}
/* Voting */
span.stars {
  display: inline-block;
  float: left;
  color: #e5e5e5;
  font-family: 'Hawicons';
  font-size: 1.5em;
  letter-spacing: -1px;
  height: 0.6em;
}
span.stars.voted {
  color: #ad8a6b;
}
/* Div-Table and Borders */
.grid4 .grid4-borderwrapperbottom,
.grid6 .grid6-borderwrapperbottom,
.grid9 .grid9-borderwrapperbottom,
.grid12 .grid12-borderwrapperbottom {
  border-bottom: solid 1px #e5e5e5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.grid4 .grid4-borderwrappertop,
.grid6 .grid6-borderwrappertop,
.grid9 .grid9-borderwrappertop,
.grid12 .grid12-borderwrappertop {
  border-top: solid 1px #e5e5e5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.grid4 .grid4-borderwrapperleft,
.grid6 .grid6-borderwrapperleft,
.grid9 .grid9-borderwrapperleft,
.grid12 .grid12-borderwrapperleft {
  border-left: solid 1px #e5e5e5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.grid4 .grid4-borderwrapperright,
.grid6 .grid6-borderwrapperright,
.grid9 .grid9-borderwrapperright,
.grid12 .grid12-borderwrapperright {
  border-right: solid 1px #e5e5e5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* Background */
.bg-cover {
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.bg-cover-ie {
  -moz-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  -ms-behavior: url(/hw4/css/css_addons/backgroundsize.htc) !important;
}
.bg-contain {
  -moz-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
.bg-nr,
.bg-no-repeat,
.bg-norepeat {
  background-repeat: no-repeat;
}
.bg-lt,
.bg-tl {
  background-position: left top;
}
.bg-ct,
.bg-tc {
  background-position: center top;
}
.bg-rt,
.bg-tr {
  background-position: right top;
}
.bg-lc,
.bg-cl {
  background-position: left center;
}
.bg-cc,
.bg-c,
.bg-center {
  background-position: center center;
}
.bg-rc,
.bg-cr {
  background-position: right center;
}
.bg-lb,
.bg-bl {
  background-position: left bottom;
}
.bg-cb,
.bg-bc {
  background-position: center bottom;
}
.bg-rb,
.bg-br {
  background-position: right bottom;
}
.contain-x {
  height: auto;
  width: auto;
  max-width: 100%;
}
.contain-auto,
.contain-y {
  height: auto;
  max-height: 100%;
  width: auto;
}
.fill-x {
  height: auto;
  width: 100%;
}
.fill-y {
  height: 100%;
  width: auto;
}
/*-----------------------------*/
/* STANDARDFORMATIERUNGEN ENDE */
/*-----------------------------*/
.site-wrapper {
  visibility: hidden;
}
/*--------*/
/* HEADER */
/*--------*/
.header-wrapper {
  float: left;
}
.header-wrapper .logo-vertical,
.header-wrapper .logo-horizontal {
  max-height: 8em;
  text-align: center;
  margin-left: -2.4em;
  margin-top: 0.7em;
  height: 64px;
  width: auto;
}
.logo-vertical-link {
  margin-top: .5em;
  margin-bottom: 0.5em;
  margin-left: 1.5em;
}
.grid9 .header-wrapper .logo-vertical {
  height: 4.0em;
  width: auto;
}
.header-wrapper .logo-vertical-link,
.header-wrapper .logo-horizontal-link {
  display: none;
}
.grid-desktop .header-wrapper .logo-vertical-link {
  display: inline-block;
}
.grid-smartphone .header-wrapper .logo-horizontal-link {
  display: inline-block;
}
.logo-horizontal-link {
  margin-top: 1em;
  text-align: center;
  width: 100%;
}
.grid6 .header-wrapper .logo-horizontal {
  width: 29em;
  height: auto;
}
.grid4 .header-wrapper .logo-horizontal {
  width: 22em;
  height: auto;
}
/* Oberer Headerbereich, inkl. Logo, Suche, Loginbereich */
/* Logo, Anfang */
/*
		.header-wrapper .logo-text-wrapper span.logo-text{
			color: @black;
			font-family: Hawicons;
			line-height: 1em;
		}
		
		.header-wrapper .logo-svg-wrapper > img.svg-image{
			height: 100%;
			width: 100%;
		}
		
		.header-wrapper .logo-vertical{
			margin-left: 1.5em;
			max-height: 9em;
			text-align: center;
		}
		
					.header-wrapper .logo-vertical .logo-svg-wrapper{
						height: 4.5em;
						margin: 0.6em auto 0 auto;
						width:4.5em;
					}
					


					.header-wrapper .logo-vertical .logo-text-wrapper{
						height: 3em;
						margin-top: 0.2em;
						margin-bottom: 0.7em;
						overflow: hidden;
					}
					
					
					.header-wrapper .logo-vertical .logo-text-wrapper span.logo-text{
						font-size: 12em;
					}
								.ie9 .header-wrapper .logo-vertical .logo-text-wrapper span.logo-text{ line-height: normal; }

		.header-wrapper .logo-horizontal{
			display: block;
			margin: 1em auto 0;
			max-height: 6em;
		}
		
					.grid6 .header-wrapper .logo-horizontal{
						width: 29em;
					}
					
					.grid4 .header-wrapper .logo-horizontal{
						width: 22em;
					}
		
					.header-wrapper .logo-horizontal .logo-svg-wrapper,
					.header-wrapper .logo-horizontal .logo-text-wrapper{
						float: left;
					}
					
					.grid6 .header-wrapper .logo-horizontal .logo-svg-wrapper{
						height: 7em;
						width: 7em;
					}
					
					.grid4 .header-wrapper .logo-horizontal .logo-svg-wrapper{
						height: 5em;
						width: 5em;
					}
					
					.header-wrapper .logo-horizontal .logo-text-wrapper{
						height: 5em;
						margin-bottom: 1em;
						margin-left: 1em;
						margin-top: 1.2em;
						overflow: hidden;
					}
					
					   .grid4 .header-wrapper .logo-horizontal .logo-text-wrapper{
					      margin-bottom:0;
					      height:4em;
					   }					
					
					.grid6 .header-wrapper .logo-horizontal .logo-text-wrapper span.logo-text{
						font-size: 20em;
						width: 20em;
					}
					
					.grid4 .header-wrapper .logo-horizontal .logo-text-wrapper span.logo-text{
						font-size: 15em;
						width: 15em;
					}
					
								.ie9 .header-wrapper .logo-horizontal .logo-text-wrapper span.logo-text{ line-height: normal; }
								//.android .header-wrapper .logo-horizontal .logo-text-wrapper span.logo-text{ line-height: normal; }
								
		.fallback-logo-vertical,
		.fallback-logo-horizontal{
			display: none;
		}
		*/
/* Fallback-Variante*/
/*
					.no-svg .header-wrapper .logo-svg-wrapper,
					.no-svg .header-wrapper .logo-text-wrapper{
						display:none;
					}
					
					.no-svg .fallback-logo-vertical,
					.no-svg .fallback-logo-horizontal{
						display: inline;
					}
					
								.no-svg .fallback-logo-vertical{
									margin-top: 0.6em;
									margin-bottom: 0.5em;
									width: 11em;
								}
								
								.no-svg .fallback-logo-horizontal{
									margin-top: 0.6em;
									margin-bottom: 0.5em;
								}
								
											.no-svg .grid6 .fallback-logo-horizontal{
												width: 28em;
											}
											
											.no-svg .grid4 .fallback-logo-horizontal{
												width: 21em;
											}
					*/
/* Logo, Ende */
.header-wrapper .contact-and-service-wrapper > ul.contact-and-service > li {
  float: left;
  margin-right: 1.6666666666666667em;
  margin-top: 0.8333333333333334em;
}
.header-wrapper .search-wrapper {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 0.5em;
}
.grid12 .header-wrapper .search-wrapper {
  margin-top: 3em;
}
.grid9 .header-wrapper .search-wrapper {
  margin-left: 0;
  margin-top: 0.3em;
}
/* Suchfeld */
.header-wrapper .smartphone-search-wrapper input.search,
.header-wrapper .search-wrapper input.search {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000000;
  float: left;
  font-family: Arial, Verdana, sans-serif;
  font-size: 1em;
  height: 2.2em;
}
.header-wrapper .search-suggest-wrapper {
  background: none repeat scroll 0 0 #FFFFFF;
  border: solid 1px #50a5d1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 2.9em;
  z-index: 150;
  width: 30em;
}
.header-wrapper .search-suggest-wrapper a {
  padding-bottom: 0.6em;
  padding-top: 0.6em;
  width: 100%;
}
.header-wrapper .search-suggest-wrapper a span.search-desc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 74%;
  display: block;
  float: left;
}
.grid4 .header-wrapper .search-suggest-wrapper a span.search-desc {
  max-width: 56%;
}
.grid6 .header-wrapper .search-suggest-wrapper a span.search-desc {
  max-width: 67%;
}
.header-wrapper .search-suggest-wrapper a span.resultcount {
  display: inline-block;
  float: left;
  margin-left: 0.4em;
  width: 7em;
}
.header-wrapper .search-suggest-wrapper.active {
  display: block;
}
.header-wrapper .search-suggest-wrapper > .search-suggest {
  margin: 0.5em;
}
.header-wrapper .search-suggest-wrapper > .search-suggest > li {
  font-size: 0.9166666666666666em;
  width: 100%;
}
.header-wrapper .my-account-wrapper {
  background: #f6f5ec;
  float: left;
  position: relative;
  width: 100%;
}
.header-wrapper .my-account-wrapper > ul.my-account {
  float: left;
  margin: 0.8333333333333334em 0em 0.5833333333333334em 1.25em;
  width: 100%;
}
.header-wrapper .my-account-wrapper > ul.my-account > li {
  float: left;
}
.header-wrapper .my-account-wrapper > ul.my-account > li > a {
  font-size: 1.0833333333333333em;
}
.header-wrapper .my-account-wrapper > ul.my-account > li#my-account-login-wrapper > a {
  font-size: 1em;
}
.header-wrapper .my-account-wrapper > ul.my-account > li#my-account-login-wrapper {
  float: right;
  margin-right: 2em;
}
.login-layer-showup {
  background: none repeat scroll 0 0 #F6F5EC;
  display: block;
  left: 0;
  padding: 0 1em 1em;
  position: absolute;
  z-index: 150;
}
.header-wrapper div.my-account-extend-wrapper > input {
  border: 1px solid #000000;
  float: left;
  font-family: Arial, Verdana, sans-serif;
  font-size: 1em;
  margin-right: 0.5em;
  padding-left: 0.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.header-wrapper div.my-account-extend-wrapper > input#my-account-password {
  margin-bottom: 1em;
}
.header-wrapper div.my-account-extend-wrapper > a#btn-my-account-login {
  float: right;
  margin-top: 1em;
}
.header-wrapper div.my-account-extend-wrapper > a.btn-forgot-password {
  margin-top: .2em;
}
.header-wrapper .cart-wrapper {
  float: left;
  height: 3.5em;
  margin-top: 27px;
  position: relative;
  width: 100%;
}
.grid9 .header-wrapper .cart-wrapper {
  margin-top: 2em;
}
.header-wrapper .cart-wrapper:hover {
  -webkit-box-shadow: 0 0.2em 0.2em 0 #aaaaaa;
  -moz-box-shadow: 0 0.2em 0.2em 0 #aaaaaa;
  box-shadow: 0 0.2em 0.2em 0 #aaaaaa;
}
.header-wrapper .cart-wrapper > .cart-header {
  cursor: pointer;
  display: block;
  line-height: 1.7em;
  margin-left: 1.2em;
  width: 100%;
}
/* Button: Warenkorb */
.header-wrapper .cart-wrapper .btn-cart:after {
  color: #003354;
  font-size: 3.2em;
  margin: 0.9em 0.1em 0 0;
  padding-right: 0.1em;
  line-height: .9em;
}
.header-wrapper .cart-wrapper .btn-cart {
  background: transparent;
  float: left;
  height: auto;
  width: auto;
}
.header-wrapper .cart-wrapper #cart-header-headline {
  font-size: 1.1666666666666667em;
}
.header-wrapper .cart-wrapper .cart-header .cart-header-texts-wrapper {
  display: inline-block;
  margin-left: .2em;
}
.header-wrapper div.cart-wrapper > div.cart-header span#cart-header-shortsummary {
  display: block;
  margin-top: -0.3em;
}
.header-wrapper div.cart-wrapper div.cart-header-expand {
  background: none repeat scroll 0 0 #f5f5f5;
  -webkit-box-shadow: 0 0.2em 0.2em 0 #aaaaaa;
  -moz-box-shadow: 0 0.2em 0.2em 0 #aaaaaa;
  box-shadow: 0 0.2em 0.2em 0 #aaaaaa;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 3.5em;
  -webkit-transition: max-height 0.2s linear;
  -moz-transition: max-height 0.2s linear;
  transition: max-height 0.2s linear;
  z-index: 150;
}
.header-wrapper div.cart-wrapper:hover > div.cart-header-expand {
  border-top: 1px solid #e5e5e5;
  max-height: 100em;
  opacity: 1;
}
.header-wrapper div.cart-wrapper > div.cart-header-expand > span.last-added-items {
  display: inline-block;
  font-size: 1.1666666666666667em;
  margin-left: 1em;
  margin-top: 1em;
}
/* Overlay Warenkorb, Eintraege */
.header-wrapper div.cart-wrapper > div.cart-header-expand > ul {
  background: none repeat scroll 0 0 #fff;
  float: left;
  margin-top: 1em;
  width: 100%;
}
.header-wrapper div.cart-wrapper > div.cart-header-expand > ul > li {
  border-top: solid 1px #e5e5e5;
  float: left;
  width: 100%;
}
.header-wrapper div.cart-wrapper > div.cart-header-expand > ul > li:first-child {
  border-top: none;
}
.header-wrapper div.cart-wrapper > div.cart-header-expand > ul > li > span.article-name {
  float: left;
  font-weight: bold;
  margin-top: .8em;
  margin-left: 1em;
  width: 60%;
}
.header-wrapper div.cart-wrapper > div.cart-header-expand > ul > li > span.article-price {
  float: right;
  font-weight: bold;
  margin-right: 1em;
  margin-top: .8em;
}
.header-wrapper div.cart-wrapper > div.cart-header-expand > ul > li > span.article-amount {
  display: block;
  float: left;
  margin-bottom: .8em;
  margin-left: 1em;
  width: 100%;
}
.header-wrapper div.cart-wrapper > div.cart-header-expand > span.cart-sum-caption {
  font-size: 1.1666666666666667em;
  font-weight: bold;
  display: inline-block;
  margin-left: 1em;
  margin-top: 1em;
}
.header-wrapper div.cart-wrapper > div.cart-header-expand > span.cart-sum {
  display: inline-block;
  float: right;
  font-weight: bold;
  margin-right: 1em;
  margin-top: 1em;
}
.header-wrapper div.cart-wrapper > div.cart-header-expand div.btn-holder {
  margin-top: 1em;
}
.header-wrapper div.cart-wrapper > div.cart-header-expand a.btn {
  float: right;
  margin-bottom: 1em;
  margin-right: 1em;
  margin-top: 1em;
}
/* Header Smartphone-Variante */
.header-smartphone-wrapper {
  margin-top: 1.5em;
}
.header-smartphone-wrapper ul.smartphone-meta-navigation > li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #003354;
  border-bottom: 1px solid #003354;
  border-top: none;
  cursor: pointer;
  float: left;
  width: 25%;
}
.header-smartphone-wrapper ul.smartphone-meta-navigation > li:first-child {
  border-left: 1px solid #003354;
}
.header-smartphone-wrapper ul.smartphone-meta-navigation > li > span {
  font-family: Hawicons, sans-serif;
  font-size: 2.5em;
  display: block;
  font-size: 3em;
  letter-spacing: normal;
  text-align: center;
  width: 100%;
}
.header-smartphone-wrapper ul.smartphone-meta-subline {
  margin-top: .5em;
}
.header-smartphone-wrapper ul.smartphone-meta-subline > li {
  float: left;
  text-align: center;
  width: 25%;
}
.grid4 .header-smartphone-wrapper ul.smartphone-meta-subline > li {
  font-size: 0.6666666666666666em;
}
/* Button: Suche */
.smartphone-search-wrapper .btn-search:after,
.search-wrapper .btn-search:after {
  font-size: 1.25em;
  line-height: 1.7333333333333334em;
}
.smartphone-search-wrapper .btn-search,
.search-wrapper .btn-search {
  height: 2.1666666666666665em;
  width: 2.1666666666666665em;
}
/* Button: Suche: Smartphones */
/*
.smartphone-search-wrapper .btn-search:after{
    .font-size(20);
    //.margin-top(3);
    //.margin-left(3);
	position: relative;
	top: -0.15em;
}

.smartphone-search-wrapper .btn-search{	
    .height(29);
	float: right;
    .width(29);
}

*/
/* Smartphone: Suche */
#grid-row-search {
  margin-top: 1em;
}
.smartphone-search-wrapper {
  /*overflow:hidden;
  max-height: 0;*/

  display: none;
  position: relative;
  /*.transition(max-height .5s linear);*/

}
.smartphone-search-wrapper.active {
  display: block;
  margin-bottom: 1em;
}
.grid-smartphone .header-wrapper .search-suggest-wrapper > .search-suggest {
  margin: 0;
  width: 100%;
}
.grid-smartphone .header-wrapper .search-suggest-wrapper > .search-suggest > li {
  border-top: 1px solid #50A5D1;
  font-size: 1em;
  line-height: 1em;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.grid-smartphone .header-wrapper .search-suggest-wrapper > .search-suggest > li .arrow-box {
  background: none repeat scroll 0 0 #F5F5F5;
  font-family: Hawicons, sans-serif;
  font-size: 1.4em;
  height: 2.8em;
  padding-left: 0.7em;
  position: absolute;
  right: 0;
  top: 0;
  width: 1.8em;
}
.grid4 .header-wrapper .search-suggest-wrapper > .search-suggest > li .arrow-box {
  line-height: 2.8em;
}
.grid6 .header-wrapper .search-suggest-wrapper > .search-suggest > li .arrow-box {
  line-height: 2.4em;
}
.grid-smartphone .header-wrapper .search-suggest-wrapper > .search-suggest > li a {
  height: 3.3em;
  padding-left: 2%;
  width: 98%;
  padding-bottom: 0;
  padding-top: 0;
}
.grid4 .header-wrapper .search-suggest-wrapper > .search-suggest > li a {
  line-height: 3.8em;
}
.grid6 .header-wrapper .search-suggest-wrapper > .search-suggest > li a {
  line-height: 3.4em;
}
.grid-smartphone .header-wrapper .search-suggest-wrapper > .search-suggest > li:first-child {
  border-top: none;
}
.grid6 .smartphone-search-wrapper .search-suggest-wrapper {
  top: 2.9em;
  width: 100%;
}
.grid4 .smartphone-search-wrapper .search-suggest-wrapper {
  top: 3em;
  width: 100%;
}
/* Hauptnavigation Anfang */
#grid-row-navigation {
  background: none repeat scroll 0 0 #ffffff;
  position: relative;
  z-index: 100;
}
#grid-row-navigation .top-navigation-wrapper {
  background: none repeat scroll 0 0 #003354;
  border-bottom: 2px solid #FFFFFF;
  margin-top: 0.3333333333333333em;
}
/* Hauptebene */
.grid-desktop #top-navigation {
  display: table;
  position: relative;
}
/* Erste Ebene */
.top-navigation-item {
  border-right: 1px solid #FFFFFF;
  color: #fff;
  float: left;
  font-size: 1.0833333333333333em;
  height: 3.3333333333333335em;
  text-align: center;
}
.top-navigation-item-link {
  display: table-cell;
  height: 3.3333333333333335em;
  vertical-align: middle;
}
.top-navigation-item.first {
  border-left: 1px solid #FFFFFF;
}
/* Abstaende: Verkleinerung der Navigation */
.grid12 .top-navigation-item-link {
  padding: 0 1.1em;
}
/*.grid9 .top-navigation-item-link{ padding: 0 .9em; }*/
.grid9 .top-navigation-item-link {
  padding: 0 .3em;
}
.device-desktop.grid12 #top-navigation > li:hover,
.device-desktop.grid9 #top-navigation > li:hover,
.device-mobile #top-navigation > li.active {
  background: #50a5d1;
  cursor: pointer;
}
/* Spezielle Eintraege */
.top-navigation-item.vino-select {
  overflow-y: hidden;
  vertical-align: top;
}
.top-navigation-item.vino-select .top-navigation-item-link {
  height: 3.3333333333333335em;
  overflow: hidden;
}
.top-navigation-item.vino-select .top-navigation-item-link span {
  top: 1em;
}
.grid-smartphone .top-navigation-item.vino-select .top-navigation-item-link span {
  top: .1em;
}
.top-navigation-item.vino-select .top-navigation-item-link span.icon:before {
  font-size: 7em;
  line-height: 1em;
}
.ie9 .top-navigation-item.vino-select .top-navigation-item-link span.icon:before {
  line-height: normal;
}
.top-navigation-item.prozente {
  background: #bb1922;
}
.top-navigation-item.prozente:hover {
  background: #da1d28;
}
.top-navigation-item.prozente.strong a {
  font-size: 2em;
  height: 1.8em;
  padding: 0 .6em;
}
.grid9 .top-navigation-item.prozente.strong a {
  padding: 0 .3em;
}
.grid12 .top-navigation-item.magazin a,
.grid9 .top-navigation-item.magazin a {
  text-align: left;
}
.grid12 .top-navigation-item.magazin a span.icon,
.grid9 .top-navigation-item.magazin a span.icon {
  font-size: 2.8em;
  float: left;
}
.grid12 .top-navigation-item.magazin a span:not(.icon),
.grid9 .top-navigation-item.magazin a span:not(.icon) {
  margin-top: .4em;
  display: inline-block;
}
.grid9 .top-navigation-item.magazin a {
  width: auto;
}
.grid9 .top-navigation-item.magazin a span.icon {
  display: none;
}
.grid9 .top-navigation-item.magazin a span:not(.icon) {
  margin-top: 0 !important;
}
.grid-smartphone .top-navigation-item.magazin a span.icon {
  display: none !important;
}
/* Zweite Ebene */
.middle-navigation {
  background: #fff;
  cursor: default;
  display: none;
  font-weight: normal;
  outline: 1px solid #50a5d1;
  outline-offset: -1px;
  padding-bottom: 1.4em;
  padding-top: 1.4em;
  position: absolute;
  top: 3.3em;
  left: 0;
  text-align: left;
  width: 100%;
  z-index: 20;
}
.navigation-teaser {
  bottom: 1em;
  position: absolute;
  right: 1em;
}
.navigation-teaser img {
  width: 100%;
}
.device-desktop.grid12 .top-navigation-item:hover > .middle-navigation,
.device-desktop.grid9 .top-navigation-item:hover > .middle-navigation,
.device-mobile .top-navigation-item.active > .middle-navigation {
  display: block;
}
.inner-navigation > li > a:before,
.middle-navigation span:before {
  content: 'r';
  font-family: Hawicons, sans-serif;
  position: relative;
  font-size: 0.7em;
  top: -0.1em;
  margin-left: 0.7em;
}
.inner-navigation-item {
  font-size: 1em;
  margin-top: .5em;
}
.inner-navigation-item:first-child {
  margin-top: 0;
}
.sub-navigation {
  margin-left: 1.2em;
}
/* Sonderf�lle f�r die Navigation */
.grid-smartphone #grid-row-navigation {
  background: none;
  margin-top: 0;
}
.grid-smartphone #grid-row-navigation.active {
  background: #ffffff;
  padding-bottom: 1em;
}
.grid-smartphone #top-navigation {
  background: none repeat scroll 0 0 #003354;
}
.grid-smartphone #top-navigation > li > .middle-navigation {
  padding: 0;
  margin: 0;
}
.grid-smartphone #grid-row-navigation {
  color: #FFFFFF;
  display: none;
  width: 100%;
}
.grid-smartphone #grid-row-navigation.active {
  margin-bottom: 1em;
  display: block;
}
.grid-smartphone #top-navigation li,
.grid-smartphone #top-navigation ul,
.grid-smartphone #top-navigation > li > .middle-navigation,
.grid-smartphone #top-navigation > li > .middle-navigation > li > .column-navigation,
.grid-smartphone #top-navigation > li > .middle-navigation > li > .column-navigation > li > .sub-navigation,
.grid-smartphone #top-navigation > li > .middle-navigation > li > .sub-navigation {
  border: none;
  margin: 0;
}
/* Zur�cksetzen aller Listenelementstile */
.grid-smartphone #top-navigation li {
  float: left;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.grid-smartphone #top-navigation li a,
.grid-smartphone #top-navigation li span {
  display: inline-block;
  font-size: 1.2em;
  height: auto;
  padding: 0.7em 0;
  width: 100%;
}
/* Erste Ebene */
.grid-smartphone #top-navigation > li > a,
.grid-smartphone #top-navigation > li > span {
  background: none repeat scroll 0 0 #003354;
  border-top: 1px solid #fff;
  color: #fff;
}
/* Zweite Ebene */
.grid-smartphone .inner-navigation > li > a,
.grid-smartphone .inner-navigation > li > span,
.grid-smartphone .column-navigation > li > a,
.grid-smartphone .column-navigation > li > span {
  background: none repeat scroll 0 0 #fff;
  border-top: 1px solid #aaaaaa;
  color: #003354;
}
/* Dritte Ebene */
.grid-smartphone .sub-navigation > li > a,
.grid-smartphone .sub-navigation > li > span {
  background: none repeat scroll 0 0 #fff;
  border-top: 1px solid #50a5d1;
  color: #50a5d1;
}
.grid-smartphone #top-navigation li a:before,
.grid-smartphone #top-navigation li span:before {
  display: none;
}
.grid-smartphone #top-navigation li.vino-select span:before {
  display: inline;
}
.grid-smartphone #top-navigation > li > span:after,
.grid-smartphone .middle-navigation > li > span:after,
.grid-smartphone .column-navigation > li > span:after,
.grid-smartphone .inner-navigation > li > span:after,
.grid-smartphone .sub-navigation > li > span:after {
  /*
							content: ">";
							font-family: Pictos,sans-serif;
							font-size: 1.2em;
							letter-spacing: 0.2em;
							padding-left: 0.2em;
							*/

  content: 'r';
  font-family: Hawicons, sans-serif;
  position: relative;
  font-size: 0.7em;
  top: -0.1em;
  margin-left: 0.7em;
}
.grid-smartphone #top-navigation > li.active > span:after,
.grid-smartphone .middle-navigation > li.active > span:after,
.grid-smartphone .column-navigation > li.active > span:after,
.grid-smartphone .inner-navigation > li.active > span:after,
.grid-smartphone .sub-navigation > li.active > span:after {
  /*content: "/";*/

  content: "d";
}
.grid-smartphone #top-navigation li.active {
  background: #003354;
  color: #fff;
}
.grid-smartphone #top-navigation li.inactive {
  display: none;
}
/* 2. Navigationsebene */
.grid-smartphone #top-navigation > li > .middle-navigation {
  display: none;
}
.grid-smartphone #top-navigation > li.active > span {
  display: block;
}
.grid-smartphone #top-navigation > li.active > ul {
  display: block;
}
.grid-smartphone #top-navigation > li > .middle-navigation {
  position: inherit;
}
/* 3. Navigationsebene */
.grid-smartphone #top-navigation .middle-navigation .sub-navigation {
  display: none;
}
.grid-smartphone #top-navigation .middle-navigation > li.active .sub-navigation {
  display: block;
}
.grid-smartphone #top-navigation .inner-navigation > li.active .sub-navigation {
  display: block;
}
.grid-smartphone #top-navigation .column-navigation > li.active .sub-navigation {
  display: block;
}
.grid-smartphone #top-navigation > li > a > br,
.grid-smartphone #top-navigation > li > span > br {
  display: none;
}
/* Sonderfall, Vino-Select */
.grid-smartphone #top-navigation > li.vino-select > a {
  display: block;
  height: 2.5em;
  line-height: 1.2em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  top: 0;
}
.grid-smartphone #top-navigation > li.vino-select > a > span {
  padding: 0.4em 0 0;
}
/* Sonderfall, Prozente */
.grid-smartphone #top-navigation > li.prozente > a {
  background: #bb1922;
}
/* Hauptnavigation Ende */
/* Linke Navigation Anfang */
/* Grid12 */
/* current-site = de facto geoeffnete seite (bleibt bestehen) */
/* active-site = gerade geoeffnete seite (verändert sich, je nachdem, welchen unterpunkt (nicht link! der benutzer aufwaehlt) */
.grid12 .left-navigation-header-wrapper {
  display: none;
}
.grid12 .left-navigation-wrapper {
  display: block;
}
.grid12 .left-navigation-wrapper {
  margin-bottom: 2em;
}
.grid12 .inside-navigation-item.current-site .inside-navigation-item-link,
.grid12 .below-navigation-item.current-site .below-navigation-item-link {
  font-weight: bold;
}
.grid12 .left-navigation-item-link,
.grid12 .inside-navigation-item-link,
.grid12 .below-navigation-item-link {
  font-size: 1em;
}
.grid12 .left-navigation-item-link,
.grid12 .inside-navigation-item-link,
.grid12 .below-navigation-item-link {
  display: inline-block;
  padding: 0.2em 0;
}
.grid12 .left-navigation-item-link,
.grid12 .inside-navigation-item-link {
  cursor: pointer;
}
.grid12 .left-navigation-item:first-child {
  margin-top: 0;
}
.grid12 .left-navigation-item {
  margin-top: 1em;
}
.grid12 .left-navigation-item-link {
  font-size: 1.1666666666666667em;
  font-weight: bold;
}
.grid12 .left-navigation-item-link {
  color: #003354;
}
.grid12 .left-navigation-item-link:hover {
  color: #50a5d1;
}
.grid12 .inside-navigation-item-link {
  color: #003354;
}
.grid12 .inside-navigation-item-link:hover {
  color: #50a5d1;
}
.grid12 .below-navigation-item-link {
  color: #50a5d1;
}
.grid12 .below-navigation-item-link:hover {
  color: #ad8a6b;
}
.grid12 .inside-navigation-item .below-navigation {
  display: none;
}
.grid12 .inside-navigation-item.active-site .below-navigation {
  display: block;
}
/* 2. Ebene */
.grid12 .inside-navigation-item-link {
  margin-left: 1.1em;
  position: relative;
}
.grid12 span.inside-navigation-item-link:before {
  content: "r";
  font-family: Hawicons, sans-serif;
  font-size: 0.7em;
  left: -1.5em;
  position: absolute;
  top: 0.55em;
}
.grid12 .active-site span.inside-navigation-item-link:before {
  content: "D";
}
/* 3. Ebene */.grid12 .below-navigation-item {
  margin-left: 1.1em;
}
/* <= Grid9 */
.grid9 .left-navigation-header-wrapper,
.grid-smartphone .left-navigation-header-wrapper {
  background: #003354;
  text-align: center;
  width: 100%;
}
.grid9 .left-navigation-header,
.grid-smartphone .left-navigation-header {
  color: #ffffff;
  display: inline-block;
  font-size: 1.2em;
  padding: 0.7em 0;
}
.grid9 .left-navigation-header:after,
.grid-smartphone .left-navigation-header:after {
  content: "r";
  font-family: Hawicons, sans-serif;
  font-size: 0.7em;
  margin-left: 0.7em;
  position: relative;
  top: -0.1em;
}
.grid9 .left-navigation-header-wrapper.active .left-navigation-header:after,
.grid-smartphone .left-navigation-header-wrapper.active .left-navigation-header:after {
  content: 'D';
}
.grid9 .left-navigation-wrapper,
.grid-smartphone .left-navigation-wrapper {
  display: none;
}
.grid9 .left-navigation-wrapper.active,
.grid-smartphone .left-navigation-wrapper.active {
  display: block;
}
.grid9 .left-navigation-wrapper.active {
  background: none repeat scroll 0 0 #ffffff;
  outline: 1px solid #aaaaaa;
  outline-offset: -1px;
  position: absolute;
  width: 100%;
  z-index: 50;
}
.grid9 .inside-navigation,
.grid-smartphone .inside-navigation {
  display: none;
}
.grid9 .left-navigation-wrapper.active .left-navigation-item .inside-navigation,
.grid-smartphone .left-navigation-wrapper.active .left-navigation-item .inside-navigation {
  display: block;
}
.grid9 .left-navigation-wrapper.active,
.grid-smartphone .left-navigation-wrapper.active,
.grid9 .inside-navigation-item.active,
.grid-smartphone .inside-navigation-item.active,
.grid9 .inside-navigation-item.active .below-navigation-item,
.grid-smartphone .inside-navigation-item.active .below-navigation-item {
  display: block;
}
.grid9 .below-navigation-item,
.grid-smartphone .below-navigation-item,
.grid9 .inside-navigation-item.inactive,
.grid-smartphone .inside-navigation-item.inactive,
.grid9 .below-navigation-item.inactive,
.grid-smartphone .below-navigation-item.inactive {
  display: none;
}
.grid9 .left-navigation-item-link,
.grid-smartphone .left-navigation-item-link,
.grid9 .inside-navigation-item-link,
.grid-smartphone .inside-navigation-item-link,
.grid9 .below-navigation-item-link,
.grid-smartphone .below-navigation-item-link {
  border-top: 1px solid #aaaaaa;
  display: block;
  font-size: 1.2em;
  padding: 0.7em 0;
  text-align: center;
  width: 100%;
}
.grid9 span.left-navigation-item-link:after,
.grid-smartphone span.left-navigation-item-link:after,
.grid9 span.inside-navigation-item-link:after,
.grid-smartphone span.inside-navigation-item-link:after {
  content: "r";
  font-family: Hawicons, sans-serif;
  font-size: 0.7em;
  margin-left: 0.7em;
  position: relative;
  top: -0.1em;
}
.grid9 .left-navigation-item.active span.left-navigation-item-link:after,
.grid-smartphone .left-navigation-item.active span.left-navigation-item-link:after,
.grid9 .inside-navigation-item.active span.inside-navigation-item-link:after,
.grid-smartphone .inside-navigation-item.active span.inside-navigation-item-link:after {
  content: 'D';
}
.grid9 .left-navigation-item-link {
  color: #003354;
}
.grid-smartphone .left-navigation-item-link {
  color: #003354;
}
.grid9 .inside-navigation-item-link {
  color: #50a5d1;
}
.grid-smartphone .inside-navigation-item-link {
  color: #50a5d1;
}
.grid9 .below-navigation-item-link {
  color: #ad8a6b;
}
.grid-smartphone .below-navigation-item-link {
  color: #ad8a6b;
}
/* Linke Navigation Ende */
/* Breadcrumb */
#grid-row-breadcrumb {
  margin-top: 0.6em;
}
.back .breadcrumb {
  margin-left: 0.6666666666666666em;
}
.breadcrumb {
  float: left;
}
.breadcrumb > li {
  float: left;
}
.breadcrumb > li > a {
  color: #50a5d1;
}
.breadcrumb > li > a:hover {
  color: #003354;
}
.breadcrumb > li.active > span {
  color: #50a5d1;
}
.breadcrumb > li > a,
.breadcrumb > li > span {
  white-space: nowrap;
}
.breadcrumb > li:before {
  content: ">";
  font-size: 0.8em;
  padding: 0 .4em;
  position: relative;
}
.breadcrumb > li:first-child:before {
  content: '';
  padding: 0;
}
.back .breadcrumb > li:first-child:before {
  content: "<";
  font-size: 0.8em;
  padding: 0 0.2em;
  position: relative;
}
#site-home #grid-row-breadcrumb {
  display: none;
}
.breadcrumb > li > a > br,
.breadcrumb > li > span > br {
  display: none;
}
/*------------*/
/* HEADER ENDE*/
/*------------*/
/*---------------*/
/* FOOTER ANFANG */
/*---------------*/
/* Footer */
.footer-wrapper {
  float: left;
  margin-top: 1.2em;
}
div.trigger-advantages-content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: none repeat scroll 0 0 #EDEBDA;
  border-left: 1px solid #FFFFFF;
  float: left;
  font-size: 0.9166666666666666em;
  padding: 0.8em 0.5em 0.8em 1.0em;
  position: relative;
  text-align: left;
}
div.trigger-advantages-content span {
  font-weight: normal;
}
.grid12 div.trigger-advantages-content {
  width: 25%;
  height: 3em;
}
.grid9 div.trigger-advantages-content {
  width: 25%;
  height: 3em;
  padding: 0.3em 0.5em 0.8em 1.0em;
}
.grid6 div.trigger-advantages-content {
  width: 100%;
}
.grid4 div.trigger-advantages-content {
  width: 100%;
}
.grid-smartphone .trigger-advantages-content {
  padding: 1em;
  margin-top: 2px;
}
.grid-smartphone .trigger-advantages-content:first-child {
  margin-top: 0;
}
div.trigger-hover-content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: none repeat scroll 0 0 #EDEBDA;
  border-left: 1px solid #FFFFFF;
  float: left;
  font-size: 1.1666666666666667em;
  padding: 0.5em 1.0em;
  position: relative;
  text-align: left;
  cursor: pointer;
}
div.trigger-hover-content span {
  font-weight: bold;
}
.grid12 div.trigger-hover-content {
  width: 25%;
}
.grid9 div.trigger-hover-content {
  width: 25%;
}
.grid6 div.trigger-hover-content {
  width: 100%;
}
.grid4 div.trigger-hover-content {
  width: 100%;
}
.grid-smartphone .trigger-hover-content {
  padding: 1em;
  margin-top: 2px;
}
.grid-smartphone .trigger-hover-content:first-child {
  margin-top: 0;
}
.grid-smartphone .trigger-hover-content:first-child > div.container-hover-content {
  display: block;
}
div.trigger-hover-content:first-child,
.grid-smartphone div.trigger-hover-content {
  border-left: none;
}
div.trigger-hover-content > div.container-hover-content {
  background: #f5f5f5;
  border: solid 1px #ffffff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: none;
  bottom: 100%;
  cursor: default;
  display: block;
  left: 0;
  position: absolute;
  text-align: left;
  width: 100%;
  height: 10.5em;
  top: 2.1em;
}
.grid6 div.trigger-hover-content > div.container-hover-content,
.grid4 div.trigger-hover-content > div.container-hover-content {
  border-bottom: 1px solid #50A5D1;
  float: left;
  position: inherit;
  margin-bottom: 2em;
  padding-bottom: 0.5em;
  margin-top: -1em;
  height: auto;
  display: none;
}
div.trigger-hover-content > div.container-hover-content > strong,
div.trigger-hover-content > div.container-hover-content > ul,
div.trigger-hover-content > div.container-hover-content > p,
div.trigger-hover-content > div.container-hover-content > img,
div.trigger-hover-content > div.container-hover-content > div {
  float: left;
  margin: 1.0em 1em 0 1em;
  font-size: 0.9166666666666666em;
}
.grid4 div.trigger-hover-content > div.container-hover-content > div,
.grid6 div.trigger-hover-content > div.container-hover-content > div {
  float: left;
  margin: 1.0em 1em 0em 1em;
  font-size: 0.9166666666666666em;
  height: auto;
}
.grid12 div.trigger-hover-content > div.container-hover-content > div.darkblue {
  float: left;
  margin: 0.5em 1em 0 1em;
  font-size: 0.9166666666666666em;
  max-width: 80%;
  width: 100%;
}
.grid9 div.trigger-hover-content > div.container-hover-content > div.darkblue {
  float: left;
  margin: 0.5em 1em 0 1em;
  font-size: 1em;
}
.grid6 div.trigger-hover-content > div.container-hover-content > div.darkblue {
  float: left;
  margin: 0.5em 1em 1.5em 1em;
  font-size: 1em;
  width: 94%;
}
.grid4 div.trigger-hover-content > div.container-hover-content > div.darkblue {
  float: left;
  margin: 0.5em 1em 1.5em 1em;
  font-size: 1em;
  width: 90%;
}
.grid9 div.trigger-hover-content > div.container-hover-content > img {
  float: left;
  margin: 1.0em 0 0 1em;
  display: none;
}
.grid6 div.trigger-hover-content > div.container-hover-content > img {
  float: left;
  margin: 1.0em 0 0 1em;
  display: none;
}
.grid4 div.trigger-hover-content > div.container-hover-content > img {
  float: left;
  margin: 1.0em 0 0 1em;
  display: none;
}
.grid12 div.trigger-hover-content > div.container-hover-content > .mt {
  float: left;
  margin: 1.0em 1em 0 1em;
  width: 15em;
}
.grid9 div.trigger-hover-content > div.container-hover-content > .mt {
  float: left;
  margin: 1.0em 1em 0 1em;
  /*width: 10em;*/

}
div.trigger-hover-content > div.container-hover-content div.div-bottom > a {
  text-decoration: underline;
}
.grid4 div.trigger-hover-content > div.container-hover-content div.div-bottom,
.grid6 div.trigger-hover-content > div.container-hover-content div.div-bottom {
  padding-top: 1em;
}
div.trigger-hover-content > div.container-hover-content > div > img {
  width: 70%;
  height: auto;
}
.grid9 div.trigger-hover-content > div.container-hover-content > div > img {
  width: 70%;
  height: auto;
  margin-right: 0.25em !important;
}
.grid4 div.trigger-hover-content > div.container-hover-content > div > img,
.grid6 div.trigger-hover-content > div.container-hover-content > div > img {
  width: 94%;
  height: auto;
}
div.trigger-hover-content > div.container-hover-content > img {
  margin: 1.0em 5% 1em;
  width: 90%;
}
div.trigger-hover-content > div.container-hover-content > .last {
  margin-bottom: 1.5em;
}
.grid12 div.trigger-hover-content > div.container-hover-content.newsletter-wrapper > div {
  padding-top: 1em;
}
div.trigger-hover-content > div.container-hover-content.newsletter-wrapper > ul > li {
  float: left;
  margin-top: 0.4166666666666667em;
  width: 100%;
}
div.trigger-hover-content > div.container-hover-content.newsletter-wrapper > ul > li:before {
  font-size: .9em;
}
#footer-newsletter-email-input-field {
  font-weight: normal;
}
.device-mobile div.trigger-hover-content.active div.container-hover-content,
.grid-smartphone div.trigger-hover-content.active div.container-hover-content {
  display: block;
}
div.container-hover-content .seal-list {
  width: 100%;
}
div#footer-about {
  float: left;
  margin-top: 2.5em;
}
.grid4 div#footer-about {
  margin-top: 1em;
}
div.footer-newsletter-wrapper {
  float: left;
  background-color: #f5f5f5;
}
div.footer-newsletter-wrapper > p {
  padding-top: 1em;
}
.grid6 div.footer-newsletter-wrapper,
.grid4 div.footer-newsletter-wrapper {
  margin-left: 0;
}
div.footer-information-wrapper {
  clear: both;
}
.grid4 div.footer-information-wrapper {
  float: left;
  margin-top: 1em;
}
div.footer-information-wrapper > p,
div.footer-information-wrapper > span {
  display: inline-block;
}
p#footer-newsletter-standard-freight-charges {
  float: left;
  margin-top: 1.0em;
}
.grid6 p#footer-newsletter-standard-freight-charges {
  text-align: center;
  margin-left: -7.6em;
  width: 100%;
}
.grid4 p#footer-newsletter-standard-freight-charges {
  text-align: center;
  margin-left: -0.7em;
  width: 100%;
}
input#footer-newsletter-email {
  float: left;
  margin-right: 0.5em;
  padding: 0.2em;
  width: 11.1em;
}
.grid6 input#footer-newsletter-email {
  width: 31em;
}
.grid4 input#footer-newsletter-email {
  width: 18em;
}
/* Footer, Links */
.footer-link-with-linebreak {
  display: inline;
  line-height: 1.5em;
  margin-left: 1.5em;
}
.footer-link-with-linebreak:after {
  content: "\A ";
  white-space: pre;
}
div.grid-row > div.grid-col .signet-wrapper {
  word-spacing: 0.15em;
}
div.grid-row > div.grid-col .signet-wrapper img {
  margin-top: 1em;
  vertical-align: top;
}
.grid4 div.grid-row > div.grid-col .signet-wrapper {
  text-align: center;
}
.grid6 div.grid-row > div.grid-col .signet-wrapper {
  text-align: center;
}
.block-quoted {
  text-align: justify;
  width: 100%;
}
.block-quoted span {
  display: inline-block;
  /* Opera */

  padding-left: 100%;
}
#grid-col-margaritoff .text-only {
  font-size: 0.9166666666666666em;
  font-style: italic;
}
#grid-col-margaritoff .footer-alexander-margaritoff-signature-text {
  font-style: normal;
}
div.grid-row > div.grid-col img.footer-alexander-margaritoff {
  margin-left: 25%;
  width: 50%;
}
div.grid-row > div.grid-col span.footer-alexander-margaritoff-signature-image {
  display: inline-block;
  float: left;
  font-family: 'Hawicons';
  font-size: 6em;
  height: 0.2em;
  margin-top: 0.2em;
}
div.grid-row > div.grid-col span.footer-alexander-margaritoff-signature-text {
  float: left;
  margin-top: 1em;
  width: 100%;
}
.advantages-row {
  margin-top: 13.0em;
}
.grid6 .advantages-row,
.grid4 .advantages-row {
  margin-top: 3.0em;
}
.copyright-row {
  margin-top: 2.0em;
}
.grid6 .copyright-row,
.grid4 .copyright-row {
  background: none;
  text-align: center;
}
.grid12 .footer-wrapper span.stay-in-contact,
.grid9 .footer-wrapper span.stay-in-contact {
  display: inline-block;
  float: left;
  margin-top: 0.1em;
}
.grid12 .footer-wrapper .social-network-icons,
.grid9 .footer-wrapper .social-network-icons {
  margin-left: 0.5em;
  width: 5.2em;
  float: left;
}
.grid6 .footer-wrapper span.stay-in-contact,
.grid4 .footer-wrapper span.stay-in-contact {
  display: block;
}
.footer-wrapper a.btn-social {
  width: 26%;
}
.grid6 .footer-wrapper a.btn-social {
  margin: .5em 0 1em 0;
  width: 8%;
}
.grid4 .footer-wrapper a.btn-social {
  margin: .5em 0 1em 0;
  width: 10%;
}
.grid4 .footer-wrapper .social-network-icons {
  margin-top: 1em;
}
.footer-wrapper a.btn-social img.btn-social-icon {
  width: 100%;
}
/* Abbinder */
.telephone-and-email-wrapper > span {
  display: block;
  font-size: 1em;
  line-height: 2.6666666666666665em;
}
.grid6 .telephone-and-email-wrapper,
.grid4 .telephone-and-email-wrapper {
  margin-top: 1.5em;
}
.grid6 .telephone-and-email-wrapper > span {
  display: inline-block;
  float: right;
  width: 45%;
}
.grid4 .telephone-and-email-wrapper > span {
  display: block;
}
.grid6 .telephone-and-email-wrapper > span:first-child {
  float: left;
}
/* Geaenderte Buttons: Komplette Breite */.grid6 .smartphone-infofield,
.grid4 .smartphone-infofield {
  background: #f5f5f5;
  margin-top: .5em;
  padding: .2em 0;
  text-align: center;
  width: 100%;
}
.abbinder-wrapper {
  float: left;
  background-color: #f5f5f5;
  margin-top: 2em;
  font-weight: bold;
  padding-top: 1em;
  padding-bottom: 2em;
  width: 100%;
}
.abbinder-wrapper,
.abbinder-wrapper a {
  color: #AAAAAA;
}
.abbinder-wrapper .link-wrapper a {
  display: block;
  margin-top: 0.4em;
}
.grid-row-abbinder-links-smartphone .link-wrapper a {
  display: inline-block;
  margin-top: 0;
}
.abbinder-wrapper .grid-row-abbinder-links {
  margin-top: 1em;
}
.abbinder-wrapper .grid-col-abbinder-description,
.abbinder-wrapper .link-wrapper a {
  font-weight: normal;
}
.abbinder-wrapper .grid-row-abbinder-headline div,
.abbinder-wrapper .grid-col-abbinder-description,
.abbinder-wrapper .grid-row-abbinder-links .grid-col-abbinder-links a {
  font-size: 0.9166666666666666em;
}
.abbinder-wrapper .grid-col-abbinder-description a {
  text-decoration: underline;
}
.grid-smartphone .abbinder-wrapper {
  background-color: white;
  margin-top: 1em;
}
.abbinder-wrapper .grid-row-abbinder-links-smartphone {
  text-align: center;
}
.abbinder-wrapper .grid-row-abbinder-links-smartphone .link-wrapper a {
  margin-left: 0.7em;
  margin-right: 0.7em;
}
/* SEO */
.seo-wrapper {
  float: left;
  /*margin-top: 2em;*/

  width: 100%;
}
.grid6 .seo-wrapper,
.grid4 .seo-wrapper {
  /*display: none;*/

}
div.seo-wrapper-information {
  margin-top: 1em;
}
div.seo-wrapper-information a {
  color: #aaaaaa;
  text-decoration: underline;
  font-size: 0.9166666666666666em;
}
div.seo-wrapper-information a:hover {
  color: #e5e5e5;
}
div.seo-wrapper-information {
  position: relative;
}
div.seo-wrapper-information h1 {
  color: #aaaaaa;
  font-weight: bold;
}
div.seo-wrapper-information p {
  color: #aaaaaa;
  font-size: 0.9166666666666666em;
  line-height: 1.2em;
  margin-top: .7em;
}
div.seo-wrapper-informationline {
  margin-top: 2em;
}
div.seo-wrapper-informationline p {
  font-size: 1em;
}
.grid12 div.seo-wrapper-informationline img {
  margin-left: 42em;
  margin-top: -2em;
  width: 12em;
}
.grid9 div.seo-wrapper-informationline img {
  margin-left: 42em;
  margin-top: -10em;
  width: 12em;
}
.grid6 div.seo-wrapper-informationline img,
.grid4 div.seo-wrapper-informationline img {
  display: none;
}
.seo-information-short .read-less,
.seo-information-short .read-more {
  margin-top: 1em;
}
.seo-information-short .read-less a,
.seo-information-short .read-more a {
  margin-top: 1em;
  text-decoration: none;
}
/* renamed SEO elements */
.page-information-wrapper {
  float: left;
  /*margin-top: 2em;*/

  width: 100%;
}
.grid6 .page-information-wrapper,
.grid4 .page-information-wrapper {
  display: none;
}
div.page-information-wrapper-information {
  margin-top: 1em;
}
div.page-information-wrapper-information a {
  color: #aaaaaa;
  text-decoration: underline;
  font-size: 0.9166666666666666em;
}
div.page-information-wrapper-information a:hover {
  color: #e5e5e5;
}
div.page-information-wrapper-information {
  position: relative;
}
div.page-information-wrapper-information h1 {
  color: #aaaaaa;
  font-weight: bold;
}
div.page-information-wrapper-information p {
  color: #aaaaaa;
  font-size: 0.9166666666666666em;
  line-height: 1.2em;
  margin-top: .7em;
}
div.page-information-wrapper-informationline {
  margin-top: 2em;
}
div.page-information-wrapper-informationline p {
  font-size: 1em;
}
.page-information-short .read-less,
.page-information-short .read-more {
  margin-top: 1em;
}
.page-information-short .read-less a,
.page-information-short .read-more a {
  margin-top: 1em;
  text-decoration: none;
}
/*-------------*/
/* FOOTER ENDE */
/*-------------*/
/*------------------*/
/* SIDECLICK ANFANG */
/*------------------*/
/* Sideclick */
.sideclick-wrapper {
  display: none;
}
.device-desktop.grid12 .sideclick-wrapper {
  display: block;
  float: left;
  position: fixed;
  right: -9.5em;
  top: 50%;
  margin-top: -6.3em;
  width: 12em;
  z-index: 150;
}
.device-desktop.grid12 .sideclick-wrapper:hover {
  -webkit-box-shadow: 0 0 0.1em 0.1em #eeeeee;
  -moz-box-shadow: 0 0 0.1em 0.1em #eeeeee;
  box-shadow: 0 0 0.1em 0.1em #eeeeee;
  right: 0em;
  -webkit-transition: right 0.2s linear;
  -moz-transition: right 0.2s linear;
  transition: right 0.2s linear;
}
/* Buttons Sideclick */
.sideclick-wrapper .btn-sideclick:after {
  font-size: 2em;
  margin: 0.5em 0 0 0.1em;
  padding-right: 0.2em;
}
.sideclick-wrapper .btn-sideclick {
  height: 100%;
  width: 100%;
}
/* Sideclick-Inhalte */
.sideclick-wrapper > ul {
  position: relative;
}
.sideclick-wrapper > ul > li {
  background: #003354;
  cursor: pointer;
  height: 4em;
  text-align: center;
  width: 2.5em;
}
.sideclick-wrapper > ul > li:hover {
  background: #50a5d1;
}
.sideclick-wrapper > ul > li > .sideclick-content-wrapper {
  background: #fff;
  cursor: default;
  display: none;
  height: 100%;
  left: 2.5em;
  position: absolute;
  text-align: left;
  top: 0;
  width: 9.47em;
}
.sideclick-wrapper > ul > li:hover > .sideclick-content-wrapper {
  display: block;
}
.sideclick-wrapper div.sideclick-content-wrapper > ul > li > a {
  font-size: .9em;
}
.sideclick-wrapper div.social-networks-wrapper,
.sideclick-wrapper div.sideclick-content-wrapper > ul,
.sideclick-wrapper div.sideclick-content-wrapper > p {
  margin-top: .5em;
  margin-left: .5em;
}
/*----------------*/
/* SIDECLICK ENDE */
/*----------------*/
/*-------------------*/
/* QUICKLINKS ANFANG */
/*-------------------*/
/* Quicklinks (mobile Variante */
.quicklinks-wrapper {
  float: left;
  margin-top: 1em;
}
.quicklinks-wrapper span.trigger {
  background: #003354;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0.7em;
  text-align: center;
}
.quicklinks-wrapper ul {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}
.quicklinks-wrapper ul.active {
  max-height: 50em;
  -webkit-transition: max-height 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}
.quicklinks-wrapper ul > li {
  background: none repeat scroll 0 0 #FFFFFF;
  border-top: 1px solid #50A5D1;
  color: #50A5D1;
  display: inline-block;
  font-size: 1.2em;
  padding: 0.5em 0;
  text-align: center;
  width: 100%;
}
.quicklinks-wrapper ul > li:first-child {
  border-top: none;
}
/*-----------------*/
/* QUICKLINKS ENDE */
/*-----------------*/
/*-------------------*/
/* TOOLTIPS ANFANG */
/*-------------------*/
.tooltip-content {
  display: none;
}
.qtip-hint-tooltip {
  background-color: #f0efe1;
  border-color: #edebda;
  color: #003354;
  max-width: 400px;
}
#mobile-tooltip-alternative {
  width: 100%;
  display: none;
  position: absolute;
  z-index: 101;
  top: 0;
  background: #f0efe1;
  text-align: center;
  overflow: hidden;
  -webkit-box-shadow: 0 0 5px black;
  -moz-box-shadow: 0 0 5px black;
  box-shadow: 0 0 5px black;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  text-align: left;
}
#mobile-tooltip-alternative .mobile-tooltip-close {
  position: absolute;
  font-size: 1.5em;
  right: 0.3em;
  top: 0.2em;
}
#mobile-tooltip-alternative .innerContent {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}
/*-----------------*/
/* TOOLTIPS ENDE */
/*-----------------*/
/*-------------------*/
/* AUTOFILL ANFANG   */
/*-------------------*/
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */

}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-front {
  z-index: 100;
}
/*
.ui-helper-hidden-accessible {
    display: none;    
}
*/
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #c5dbec;
  background: #dfeffc url(images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #2e6e9e;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #2e6e9e;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #79b7e7;
  background: #d0e5f5 url(images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #1d5987;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #1d5987;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #79b7e7;
  background: #f5f8f9 url(images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #e17009;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #e17009;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fad42e;
  background: #fbec88;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec;
  color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* For IE8 - See #6059 */

}
.ui-autocomplete {
  -moz-box-sizing: border-box;
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #50A5D1;
  position: absolute;
  z-index: 150;
  padding: 1px;
}
.ui-autocomplete > li {
  font-size: 0.916667em;
  width: 100%;
  text-align: left;
}
.ui-autocomplete .ui-menu-item a {
  padding-bottom: 2%;
  padding-top: 2%;
  padding-left: 2%;
  width: 97.5%;
}
/*-----------------*/
/* AUTOFILL ENDE   */
/*-----------------*/
/*------------------------------*/
/* DRUCKEN / PRINTSTYLES ANFANG */
/*------------------------------*/
/*****
 ** WICHTIG!!! Alle Änderungen auch in der /hw4/css/print.css vornehmen,
 ** weil sie sonst nicht im IE8 wirksam sind.
 **/
@media print {
  body {
    background: none !important;
  }
  .site-wrapper {
    outline: 1px solid #000;
    outline-offset: -1px;
  }
  .header-wrapper #grid-row-logo > .grid-col,
  .header-wrapper #grid-row-navigation,
  .header-wrapper #grid-row-breadcrumb,
  .sideclick-wrapper,
  .seo-wrapper,
  .footer-wrapper,
  .abbinder-wrapper,
  .grid-row-product-navigation,
  .cargorate {
    display: none !important;
  }
  .header-wrapper #grid-row-logo > .grid-col:first-child {
    display: block !important;
  }
  /* Fuer die Detailseite */
  .product-detail-page-wrapper .quantity-wrapper,
  .product-detail-page-wrapper .button-wrapper,
  .product-detail-page-wrapper .social-wrapper,
  .product-detail-page-wrapper .price-wrapper,
  .product-detail-page-wrapper .grid-row-advantages,
  .product-detail-page-wrapper .customers-also-bought-headline,
  .product-detail-page-wrapper .customers-also-bought-element,
  .product-detail-page-wrapper .similar-products-headline,
  .product-detail-page-wrapper .similar-products-element,
  .product-detail-page-wrapper ul.tabs,
  .product-detail-page-wrapper .detail-actions-wrapper {
    display: none !important;
  }
  .product-detail-page-wrapper .description-text-wrapper {
    /* Zeige komplette Weinbeschreibung in der Detailbox */
  
  }
  .product-detail-page-wrapper .description-text-wrapper .read-more,
  .product-detail-page-wrapper .description-text-wrapper .details .read-less {
    display: none !important;
  }
  .product-detail-page-wrapper .description-text-wrapper .details {
    display: inline !important;
  }
  .product-detail-page-wrapper ul.tabs-contents li {
    border: 0px !important;
    outline: 0px !important;
  }
}
/*----------------------------*/
/* DRUCKEN / PRINTSTYLES ENDE */
/*----------------------------*/
/*----------------------------------------------*/
/* INHALT: Seitenarten und deren Bestandteile	*/
/* -------      							 	*/
/* STARTSEITE									*/
/* INHALTSSEITE									*/
/* PRODUKTLISTENSEITE							*/
/* PRODUKTDETAILSEITE							*/
/* CONTENTSEITE									*/
/* LEFT-NAVI									*/
/* BESTELLPROZESS								*/
/* Vino-Select									*/
/* Praesente									*/
/* My Hawesko									*/
/* Katalogbestellung							*/
/* Merkzettel       							*/
/* Fehlerseite									*/
/*----------------------------------------------*/
.site-wrapper {
  background: none repeat scroll 0 0 #FFFFFF;
  margin: 0 auto;
  max-width: 1000px;
}
/*-------------------*/
/* STARTSEITE ANFANG */
/*-------------------*/
.slider {
  background-repeat: no-repeat;
  -moz-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  -ms-behavior: url(/hw4/css/css_addons/backgroundsize.htc) !important;
}
.slider-wrapper {
  position: relative;
}
.slider-wrapper > .grid-col-topslider-wrapper,
.slider-wrapper > .grid-col-topslider-wrapper > .slider {
  height: 28.166666666666668em;
  overflow: hidden;
}
.slider-wrapper > .grid-col-topslider-wrapper .teaser-clickable-background-image,
.slider-wrapper > .grid-col-topslider-wrapper > .slider .teaser-clickable-background-image {
  -moz-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  -ms-behavior: url(/hw4/css/css_addons/backgroundsize.htc) !important;
  float: left;
  height: 28.166666666666668em;
  overflow: hidden;
  width: 100%;
}
.grid4 .slider-wrapper > .grid-col-topslider-wrapper .teaser-clickable-background-image img,
.grid4 .slider-wrapper > .grid-col-topslider-wrapper > .slider .teaser-clickable-background-image img {
  top: 0em;
}
.grid6 .slider-wrapper > .grid-col-topslider-wrapper .teaser-clickable-background-image img,
.grid6 .slider-wrapper > .grid-col-topslider-wrapper > .slider .teaser-clickable-background-image img {
  top: -4.5em;
}
.slider-wrapper > .teaser-clickable-background-image {
  -moz-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  -ms-behavior: url(/hw4/css/css_addons/backgroundsize.htc) !important;
  float: left;
  height: 28.166666666666668em;
  overflow: hidden;
  width: 100%;
}
.slider-wrapper > .teaser-clickable-background-image a {
  width: 100%;
  height: 100%;
  display: block;
}
.slider-wrapper > .teaser-clickable-background-image a img {
  width: auto;
  height: 100%;
}
.slider-wrapper .oldPrice,
.product-tooltip-wrapper .oldPrice {
  font-size: .7em;
  color: #003354 !important;
  font-weight: 400;
}
.slider-wrapper .bottle-price-info-wrapper .newPrice,
.product-tooltip-wrapper .newPrice {
  display: block;
}
.grid-row > .grid-col.grid-col-topslider-smartphone-navigation-left,
.grid-row > .grid-col.grid-col-topslider-smartphone-navigation-right {
  position: absolute;
  top: 0;
  z-index: 20;
  text-align: center;
  height: 100%;
}
.grid-col-topslider-smartphone-navigation-left {
  left: 0;
  margin-left: 0px !important;
}
.grid-col-topslider-smartphone-navigation-right {
  right: 0;
}
.grid-col-topslider-smartphone-navigation-left .topslider-navigation-previous,
.grid-col-topslider-smartphone-navigation-right .topslider-navigation-next {
  height: 100%;
  font-size: 3.3333333333333335em;
  line-height: 8.473684210526315em;
  width: 100%;
  filter: alpha(opacity=50);
}
.grid-smartphone .topslider-pager-outer-wrapper .topslider-navigation-previous,
.grid-smartphone .topslider-pager-outer-wrapper .topslider-navigation-next {
  display: none;
}
#hp-topslider-slide1 {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/hw4/images/content-images/teaser/homepage-topslider/bg.jpg);
}
.bobble {
  background: white;
  height: 25.25em;
  margin-top: 1.8em;
  position: relative;
  width: 25.25em;
  -moz-border-radius: 15em;
  -webkit-border-radius: 15em;
  border-radius: 15em;
}
#bobble1 {
  background: #fff;
}
#bobble2 {
  background: #ccc;
}
.bobble .bottle {
  float: left;
  margin-left: 2.4166666666666665em;
  margin-top: -1.1666666666666667em;
}
.bobble a.bottle {
  width: 28.3%;
}
.bobble a.bottle > img {
  width: 100%;
}
.bobble-info-wrapper {
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 1.3333333333333333em;
  margin-top: 2.1666666666666665em;
  width: 14.25em;
}
.bobble-info-wrapper .headline {
  font-size: 1.6666666666666667em;
  font-weight: bold;
}
.bobble-info-wrapper .description {
  font-size: 1em;
  line-height: 1.2em;
  margin-top: 1em;
}
.bobble-info-wrapper .rating {
  float: left;
  margin-bottom: 1.5em;
  margin-top: 1.0833333333333333em;
}
.bobble-info-wrapper .price-block-wrapper {
  margin-top: 0.2em;
  clear: both;
}
.bobble-info-wrapper .only {
  float: left;
  font-size: 1.25em;
  font-weight: bold;
  margin-top: 0.3em;
}
.bobble-info-wrapper .price {
  float: left;
  font-size: 1.6666666666666667em;
  font-weight: bold;
  margin-left: 0.3em;
}
.bobble-info-wrapper .literprice {
  clear: left;
  font-size: 1.0833333333333333em;
}
.bobble-info-wrapper .btn {
  margin-top: 1.1666666666666667em;
}
.grid-smartphone .configurable-home-stage {
  /*display:none !important;*/

}
.configurable-home-stage .grid-col {
  position: relative;
}
.configurable-home-stage .text-area,
.configurable-home-stage .link-area,
.configurable-home-stage .product-area {
  position: absolute;
  /*border: 2px dotted white;*/

}
.configurable-home-stage .text-area .headline {
  font-size: 2.8333333333333335em;
  letter-spacing: 0.03em;
}
.configurable-home-stage .text-area .subheadline {
  font-size: 1.1666666666666667em;
}
.configurable-home-stage .link-area {
  display: block;
  text-decoration: none;
}
.configurable-home-stage .product-area .headline {
  font-size: 1.6666666666666667em;
  font-weight: bold;
}
.configurable-home-stage .product-area .description {
  font-size: 1em;
  line-height: 1.2em;
  margin-top: 1em;
}
.configurable-home-stage .product-area .rating {
  float: left;
  margin-bottom: 1.5em;
  margin-top: 1.0833333333333333em;
}
.configurable-home-stage .product-area .price-block-wrapper {
  margin-top: 0.2em;
  clear: both;
}
.configurable-home-stage .product-area .price {
  float: left;
  font-size: 1.6666666666666667em;
  font-weight: bold;
  margin-left: 0.3em;
}
.configurable-home-stage .product-area .literprice {
  clear: left;
  font-size: 1.0833333333333333em;
}
.configurable-home-stage .product-area .btn {
  margin-top: 1.1666666666666667em;
}
#grid-row-hp-topslider-right-top-wrapper {
  display: block;
}
#grid-row-hp-topslider-right-top-wrapper .headline {
  display: block;
  float: left;
  font-size: 2.8333333333333335em;
  margin-left: -3.15em;
  margin-top: 0.55em;
  letter-spacing: 0.03em;
}
#grid-row-hp-topslider-right-top-wrapper a.all-products-of-this-category {
  font-size: 1.1666666666666667em;
  margin-top: 5.5em;
  margin-left: 12px;
  text-decoration: underline;
  position: relative;
}
#grid-row-hp-topslider-right-top-wrapper a.all-products-of-this-category span {
  position: absolute;
  left: -12px;
}
#grid-row-hp-topslider-right-bottom .grid-col {
  position: relative;
}
#grid-row-hp-topslider-right-bottom .bottle-wrapper {
  float: left;
  height: 12.666666666666666em;
  margin-top: 4.5em;
  position: relative;
  width: 7.916666666666667em;
}
.ie8 #grid-row-hp-topslider-right-bottom .bottle-wrapper {
  margin-top: 5.9em;
}
#grid-row-hp-topslider-right-bottom .bottle-wrapper-full-width {
  width: 78%;
  margin-left: -20px;
}
#grid-row-hp-topslider-right-bottom img.bottle {
  bottom: 0;
  position: absolute;
  width: 45%;
}
#grid-row-hp-topslider-right-bottom .bottle-price-info-wrapper {
  position: absolute;
  right: 0.16666666666666666em;
  top: -1.5em;
}
#grid-row-hp-topslider-right-bottom .bottle-price-info-wrapper > .price {
  color: white;
  font-family: Arial;
  font-size: 1.3333333333333333em;
  font-weight: bold;
}
.product-tooltip-wrapper .price-wrapper .literprice {
  font-size: 1em;
  font-weight: 400;
}
a.plus-button {
  color: white;
  font-family: Hawicons;
  font-size: 2em;
  letter-spacing: 0.2em;
  text-decoration: none;
}
.topslider-navigation-previous,
.topslider-navigation-next,
#topslider-pager li {
  font-family: Hawicons;
  font-size: 1.2em;
  float: left;
  cursor: pointer;
}
#topslider-pager li {
  margin: 0.15em 0.3em;
}
.grid-desktop #topslider-pager li {
  font-size: 1em;
}
.grid-smartphone #topslider-pager li {
  font-size: 1.3em;
}
#slider-pager li {
  float: left;
}
#topslider-pager li.active {
  color: #50a5d1;
}
.topslider-navigation-previous {
  float: left;
}
.topslider-navigation-next {
  float: left;
}
.topslider-pager-outer-wrapper {
  float: right;
  right: 50%;
  position: relative;
  margin: 1em 0;
}
.topslider-pager-inner-wrapper {
  float: right;
  right: -50%;
  position: relative;
}
#topslider-pager {
  float: left;
}
/* Startseite: Reihenhoehen Anfang */
#grid-row-teasers .grid-col,
#grid-row-teasers .teaser,
#grid-row-productlist .teaser {
  height: 100%;
}
#grid-row-teasers {
  height: 22.5em;
  overflow: hidden;
}
.grid-smartphone #grid-row-teasers {
  margin-top: 1em;
}
/* Startseite: Reihenhoehen Ende */
/* neue Startseite mit floatender Teaserliste */
.teaser_home_1x1,
.teaser_home_2x1 {
  background-size: cover !important;
  background-repeat: no-repeat;
}
.teaser_home_1x1 a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.teaser_home_2x1 a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.grid12 #grid-row-floating-teasers.grid-row .grid-col .grid-row div:nth-child(4n+1) {
  margin-left: 0;
}
.grid9 #grid-row-floating-teasers.grid-row .grid-col .grid-row div:nth-child(3n+1) {
  margin-left: 0;
}
.grid6 #grid-row-floating-teasers.grid-row .grid-col .grid-row div:nth-child(2n+1) {
  margin-left: 0;
}
.grid4 #grid-row-floating-teasers.grid-row .grid-col .grid-row > div {
  margin-left: 0;
}
#grid-row-floating-teasers.grid-row .grid-col .grid-row > div {
  height: 22.5em;
  margin-top: 2em;
  float: left;
}
.grid4 #grid-row-floating-teasers.grid-row .grid-col .grid-row > div {
  height: 31em;
}
/*-----------------*/
/* STARTSEITE ENDE */
/*-----------------*/
/*---------------------*/
/* INHALTSSEITE ANFANG */
/*---------------------*/
/* Content-Elemente */
.content-wrapper {
  float: left;
  margin-top: 6px;
  width: 100%;
}
.content-wrapper .produkt_navi_wide {
  margin-left: 30px;
}
.site-type-content .content-wrapper > .grid-row {
  margin-top: 1.0833333333333333em;
}
.site-type-content .content-wrapper > .grid-row:first-child {
  margin-top: 0;
}
/*  Standard-Text- und Tabellenformatierungen */
.text-wrapper > p {
  font-size: 1em;
  line-height: 1.4em;
  margin-top: 1.5em;
  width: 100%;
}
.text-wrapper > p:first-child {
  /*margin-top: 1em;*/

  margin-top: 0;
}
.text-wrapper > p.nomargin {
  margin-top: 0;
}
.text-wrapper > h2 {
  font-size: 1.5em;
}
.text-wrapper > h2 + strong {
  font-size: 1.1666666666666667em;
}
.text-wrapper > a.btn {
  margin-top: 1em;
}
.text-wrapper ul {
  margin-top: 1em;
}
.text-wrapper ul > li {
  margin-top: .5em;
}
.text-wrapper ul.hyphen,
.text-wrapper ul.hyphen > li {
  margin-top: 0;
}
.text-wrapper ul.hyphen > li:before {
  content: "-";
}
.text-wrapper > table.standard-table {
  margin-top: 2em;
  width: 100%;
}
.text-wrapper > table.standard-table > thead > tr {
  background: #edebda;
}
.text-wrapper > table.standard-table > thead > tr > th,
.text-wrapper > table.standard-table > tbody > tr > td {
  padding: 0.5em 1.7em;
  vertical-align: top;
}
.grid4 .text-wrapper > table.standard-table > thead > tr > th,
.grid4 .text-wrapper > table.standard-table > tbody > tr > td {
  padding: 0.5em;
}
.text-wrapper > table.standard-table > thead > tr > th {
  font-size: 1em;
  font-weight: bold;
}
.text-wrapper > table.standard-table > tbody > tr > td {
  background: #f6f5ec;
  font-size: 0.857em;
}
.text-wrapper > table.standard-table > tbody > tr:hover > td {
  background: #edebda;
}
.text-wrapper > table.standard-table > tbody > tr {
  border-top: solid 1px #ffffff;
}
/*-------------------*/
/* INHALTSSEITE ENDE */
/*-------------------*/
/*---------------------------*/
/* PRODUKTLISTENSEITE ANFANG */
/*---------------------------*/
/* Produktliste Anfang */
#grid-col-contentseite .artikelliste {
  margin-top: -1.9em;
}
.productlist-headline h2 {
  margin-top: 1em;
}
.grid-smartphone .productlist-headline h2 {
  font-size: 1.15em;
}
.productlist {
  float: left;
}
.productlist .notice-wrapper {
  left: 1em;
  top: 1em;
  height: 4.25em;
  width: 4.25em;
}
.productlist .notice-wrapper p {
  font-size: 1.5em;
  padding: 0.9em 0 0;
}
.product {
  border: solid 1px #e5e5e5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
}
/* Stoerer */
.notice-wrapper {
  background: url('/hw4/images/design-images/stoerer-background.png');
  position: absolute;
  -moz-border-radius: 22em;
  -webkit-border-radius: 22em;
  border-radius: 22em;
}
.notice-wrapper > p {
  color: #ffffff;
  font-family: Arial, Verdana, sans-serif;
  font-weight: bold;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
/* Spezialisierte Störer */
.notice-wrapper.new,
.notice-wrapper.twelveEleven {
  height: 6.666666666666667em;
  width: 6.666666666666667em;
}
.notice-wrapper.new > p {
  font-size: 2.2em;
  padding: 0.9em 0 0;
}
.notice-wrapper.twelveEleven > p {
  padding: 1.7em 0 0;
  font-size: 1.4em;
}
.notice-wrapper > p.discount {
  font-size: .8em !important;
  padding-top: 1.9em !important;
}
/* Produktbild */
.product > .image-wrapper {
  text-align: center;
  border-bottom: solid 1px #e5e5e5;
  height: 18.25em;
}
.product > .image-wrapper > a > img.productimage {
  margin-top: 1em;
  height: 16em;
}
/* Name */
.product > .headline-wrapper {
  border-bottom: solid 1px #e5e5e5;
  height: 7.916666666666667em;
}
.product > .headline-wrapper span.year {
  float: left;
  font-size: 1.0833333333333333em;
  height: 1.0833333333333333em;
  margin-top: 0.5833333333333334em;
}
.stick .product > .headline-wrapper span.year {
  display: block;
}
.product > .headline-wrapper span.year > a {
  margin-left: 0.8333333333333334em;
}
.product > .headline-wrapper span.award {
  color: #ad8a6b;
  float: right;
  font-size: 1.0833333333333333em;
  margin-right: 1.1666666666666667em;
  margin-top: 0.5833333333333334em;
}
.stick .product > .headline-wrapper > .tile-firstline-wrapper,
.tile .product > .headline-wrapper > .tile-firstline-wrapper {
  width: 100%;
}
.stick .product > .headline-wrapper > a.headline,
.tile .product > .headline-wrapper > a.headline {
  width: 100%;
}
.product > .headline-wrapper > span.award2 {
  display: none;
}
.product > .headline-wrapper > a > strong {
  float: left;
  font-size: 1.0833333333333333em;
  line-height: 1.1em;
  margin-left: 0.7692307692307693em;
  margin-top: 0.16666666666666666em;
}
.product > .headline-wrapper > a > span.type-of-wine {
  float: left;
  font-size: 1.0833333333333333em;
  margin-left: 0.8333333333333334em;
  margin-right: 0.8333333333333334em;
  margin-top: 0.25em;
}
.product .headline-wrapper > table.overview {
  display: none;
}
/* Preisinformationen */
.product > .order-wrapper {
  height: 10.416666666666666em;
}
/* Preis */
.product > .order-wrapper .price-wrapper {
  float: left;
  width: 50%;
}
.packages .product > .order-wrapper .price-wrapper {
  float: left;
  width: 90%;
}
.product > .order-wrapper .price-wrapper > .price-box {
  width: 100%;
  height: 4.583333333333333em;
}
.product > .order-wrapper .price-wrapper > .details-wrapper {
  display: none;
}
.product > .order-wrapper .price-wrapper > span.strike > span.original-price,
.product > .order-wrapper .price-wrapper .price-box > span.strike > span.original-price {
  color: #003354;
  display: block;
  font-size: 1em;
  height: 1.25em;
  margin-left: 0.8333333333333334em;
  margin-top: 1.75em;
  width: 100%;
}
.grid9 .product > .order-wrapper .price-wrapper .price-box > span.strike > span.original-price,
.grid12 .product > .order-wrapper .price-wrapper .price-box > span.strike > span.original-price {
  margin: 0;
}
.product > .order-wrapper .price-wrapper span.short-description {
  color: #003354;
  display: block;
  font-size: 1.1666666666666667em;
  font-weight: bold;
  margin-top: 1em;
  width: 100%;
  height: 3.3333333333333335em;
}
.product > .order-wrapper .price-wrapper span.save-money {
  color: #003354;
  display: block;
  font-size: 1em;
  font-style: italic;
  width: 100%;
  height: 4.583333333333333em;
}
.product > .order-wrapper .price-wrapper > span.price,
.product > .order-wrapper .price-wrapper .price-box > span.price,
.product > .order-wrapper .price-wrapper .price-toggle-net,
.product > .order-wrapper .price-wrapper .price-toggle-gross {
  color: #003354;
  float: left;
  font-size: 1.6666666666666667em;
  font-weight: bold;
  margin-left: 0.4166666666666667em;
  width: 100%;
}
.grid9 .product > .order-wrapper .price-wrapper .price-box > span.price,
.grid12 .product > .order-wrapper .price-wrapper .price-box > span.price,
.product > .order-wrapper .price-wrapper .price-toggle-net,
.product > .order-wrapper .price-wrapper .price-toggle-gross {
  margin-left: 0;
}
.product > .order-wrapper .price-wrapper > span.unit,
.product > .order-wrapper .price-wrapper .price-box > span.unit {
  color: #aaaaaa;
  display: inline-block;
  float: left;
  font-size: 0.9166666666666666em;
  margin-left: 0.8333333333333334em;
  margin-top: 0.5em;
  width: 100%;
}
.grid9 .product > .order-wrapper .price-wrapper .price-box > span.unit,
.grid12 .product > .order-wrapper .price-wrapper .price-box > span.unit {
  margin: 0;
}
.product > .order-wrapper .price-wrapper > span.litreprice {
  color: #aaaaaa;
  float: left;
  font-size: 0.9166666666666666em;
  margin-left: 0.8333333333333334em;
  margin-top: 0.4166666666666667em;
  width: 100%;
}
/* Bewertungen */
.product > .order-wrapper .rating-wrapper {
  float: right;
  margin-top: 0.5em;
  width: 50%;
}
.product > .order-wrapper .rating-wrapper > span.stars {
  font-size: 1em;
}
.product > .order-wrapper .rating-wrapper > a.votes {
  color: #aaaaaa;
  font-size: 0.9166666666666666em;
  margin-left: 1em;
}
/* Bestellen-Button */
.product > .order-wrapper .button-wrapper {
  float: left;
  width: 45%;
}
.product > .order-wrapper .button-wrapper > .quantity-wrapper {
  display: block;
  float: left;
  width: 100%;
}
.product > .order-wrapper .button-wrapper > .quantity-wrapper label {
  display: inline-block;
  float: left;
  font-size: 1em;
  margin-top: 1.4166666666666667em;
}
.product > .order-wrapper .button-wrapper > .quantity-wrapper select {
  float: right;
  font-size: 1em;
  margin-top: 1.1666666666666667em;
  width: 4.75em;
}
.product > .order-wrapper .button-wrapper > span.status {
  float: left;
  margin-top: 0.75em;
  width: 100%;
}
.product > .order-wrapper .button-wrapper > span.status.short {
  font-size: 1em;
}
.product > .order-wrapper .button-wrapper > span.status.long {
  font-size: 0.6666666666666666em;
  margin-top: 0.16666666666666666em;
}
.product > .order-wrapper .button-wrapper > a.btn-order {
  float: left;
  font-size: 1em;
  margin-top: 0.25em;
}
/* Produkt, Listenansicht */
.line .product {
  border: solid 1px #e5e5e5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-left: none;
  border-right: none;
  height: 18.416666666666668em;
}
.line .product .image-wrapper,
.line .product .headline-wrapper,
.line .product .order-wrapper {
  border: none;
  float: left;
  height: 100%;
}
.line .product .image-wrapper {
  border-left: solid 1px #e5e5e5;
  border-right: solid 1px #e5e5e5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.line .product .headline-wrapper {
  border-right: solid 1px #e5e5e5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.line .product > .headline-wrapper span.year {
  display: block;
  float: left;
  font-size: 1.1666666666666667em;
  font-weight: bold;
  line-height: 1.1em;
  margin-left: 0em;
  margin-top: 1em;
  margin-right: 0.16666666666666666em;
}
.line .product > .headline-wrapper span.year.empty {
  display: none;
}
.line .product > .headline-wrapper span.year > a {
  margin-left: 0;
}
.line .product > .headline-wrapper span.award {
  display: none;
}
.line .product > .headline-wrapper > span.award2 {
  color: #ad8a6b;
  display: block;
  float: left;
  font-size: 1em;
  margin-top: 1.1666666666666667em;
  width: 100%;
}
.line .product > .headline-wrapper > a.headline {
  display: block;
}
.line .product > .headline-wrapper > a > strong {
  display: block;
  float: none;
  font-size: 1.1666666666666667em;
  font-weight: bold;
  line-height: 1.1em;
  margin-left: 0em;
  margin-top: 1em;
}
.line .product > .headline-wrapper > a > span.type-of-wine {
  display: none;
}
.line.packages .product > .headline-wrapper > a > span.type-of-wine {
  display: block;
  margin-left: 0;
}
.line .product .headline-wrapper > table.overview {
  display: block;
  float: left;
  margin-top: 1.1666666666666667em;
  width: 100%;
}
.line .product .headline-wrapper > table.overview td {
  line-height: 1.5833333333333333em;
  vertical-align: top;
}
.line .product .headline-wrapper > table.overview td:first-child {
  width: 9em;
}
.line .product .headline-wrapper > table.overview td > .rating-wrapper > a.votes {
  color: #aaaaaa;
  margin-left: .5em;
}
.line .product .headline-wrapper .voucher-text {
  bottom: 1.7em;
  left: 0;
  position: absolute;
  color: #aaaaaa;
  font-style: italic;
}
.tile .product .headline-wrapper .voucher-text {
  display: none;
}
.line .product > .order-wrapper {
  border-right: solid 1px #e5e5e5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.line .product > .order-wrapper .rating-wrapper {
  display: none;
}
.line .product > .order-wrapper .price-wrapper > .details-wrapper {
  display: block;
  margin-top: 1em;
  margin-left: -0.25em;
}
.line .product > .order-wrapper .price-wrapper {
  width: 100%;
}
.line .product > .order-wrapper .price-wrapper > span.strike > span.original-price {
  margin-left: 0;
  margin-top: 1.25em;
}
.line .product > .order-wrapper .price-wrapper > span.price {
  margin-left: 0;
}
.line .product > .order-wrapper .price-wrapper > span.unit {
  margin-left: 0;
}
.line .product > .order-wrapper .price-wrapper > span.litreprice {
  margin-left: 0;
  margin-top: 0.16666666666666666em;
}
.line .product > .order-wrapper .button-wrapper {
  float: left;
  margin-top: 0;
  width: 100%;
}
.line .product > .order-wrapper .button-wrapper > .quantity-wrapper label {
  margin-left: 0em;
  margin-top: 1.25em;
}
.line .product > .order-wrapper .button-wrapper > .quantity-wrapper select {
  margin-right: 1.6666666666666667em;
  margin-top: 0.9166666666666666em;
}
.line .product > .order-wrapper .button-wrapper > span.status {
  margin-top: 1.1666666666666667em;
  margin-left: 0em;
}
.line .product > .order-wrapper .button-wrapper > span.status.long {
  margin-top: 0.8333333333333334em;
}
.line .product > .order-wrapper .button-wrapper > a.btn-order {
  float: left;
  margin-top: 0.5em;
}
/* Produkt, Stoeckchenansicht */
.stick .product > .image-wrapper {
  height: 11.416666666666666em;
}
.stick .product > .notice-wrapper {
  height: 4em;
  left: .5em;
  top: .5em;
  width: 4em;
}
.stick .product > .notice-wrapper > p {
  font-size: 1.3em;
}
.stick .product > .image-wrapper > a > img.productimage {
  height: 9.833333333333334em;
  margin-top: 0.75em;
}
.stick .product > .headline-wrapper {
  height: 5.833333333333333em;
  overflow: hidden;
  position: relative;
}
.stick .product > .headline-wrapper:hover {
  overflow: visible;
}
.stick .product > .headline-wrapper:hover a.headline {
  background: none repeat scroll 0 0 #ffffff;
  -webkit-box-shadow: 0 0.2em 0.2em 0 #aaaaaa;
  -moz-box-shadow: 0 0.2em 0.2em 0 #aaaaaa;
  box-shadow: 0 0.2em 0.2em 0 #aaaaaa;
  left: 0;
  position: absolute;
  top: 2em;
  z-index: 10;
}
.stick .product > .headline-wrapper > a.headline {
  min-height: 3em;
}
.stick .product > .headline-wrapper span.year.empty {
  margin-left: 0;
  visibility: hidden;
  width: 100%;
}
.stick .product > .headline-wrapper span.year > a {
  margin-left: 0.5384615384615384em;
}
.stick .product > .headline-wrapper > a > strong {
  font-weight: normal;
  margin-left: 0.5384615384615384em;
}
.stick.packages .product > .headline-wrapper > a > strong {
  margin-top: 0.5833333333333334em;
  height: 2.5em;
}
.stick .product > .headline-wrapper > a > span.type-of-wine {
  display: none;
}
.stick .product > .headline-wrapper > span.save-money {
  margin-left: 0.5833333333333334em;
  color: #003354;
  font-size: 1em;
  font-style: italic;
  width: 100%;
}
.stick .product > .order-wrapper {
  position: relative;
}
.stick .product > .order-wrapper .price-wrapper {
  width: 100%;
}
.stick .product > .order-wrapper .price-wrapper > span.strike > span.original-price,
.stick .product > .order-wrapper .price-wrapper > .price-box > span.strike > span.original-price {
  font-size: 0.8333333333333334em;
  margin-top: 2.1666666666666665em;
}
.stick .product > .order-wrapper .price-wrapper > span.price,
.stick .product > .order-wrapper .price-wrapper > .price-box > span.price,
.product > .order-wrapper .price-wrapper .price-toggle-net,
.product > .order-wrapper .price-wrapper .price-toggle-gross {
  font-size: 1.1666666666666667em;
  margin-left: 0.5833333333333334em;
  margin-top: 0.08333333333333333em;
}
.stick .product > .order-wrapper .price-wrapper > span.litreprice,
.stick .product > .order-wrapper .price-wrapper > .price-box > span.litreprice {
  font-size: 0.8333333333333334em;
  margin-top: 0;
}
.stick .product > .order-wrapper .price-wrapper > span.unit,
.stick .product > .order-wrapper .price-wrapper > .price-box > span.unit {
  font-size: 0.8333333333333334em;
  margin-top: 0em;
}
.stick .product > .order-wrapper .rating-wrapper {
  margin-left: 7px;
  position: absolute;
  top: 0;
  width: auto;
}
.stick .product .button-wrapper .stickQuantity .left {
  margin-left: 0.5833333333333334em;
}
.stick .product .button-wrapper .stickQuantity .right {
  margin-right: 0.5833333333333334em;
}
.stick .product > .order-wrapper .button-wrapper > .quantity-wrapper {
  display: none;
}
.stick .product > .order-wrapper .button-wrapper > span.status {
  display: none;
}
.stick .product > .order-wrapper .button-wrapper > span.status.red {
  display: block;
  margin-left: 7px;
  width: auto;
}
.stick .product > .order-wrapper .button-wrapper {
  width: 100%;
}
.stick .product > .order-wrapper .button-wrapper > a.btn-order {
  margin-bottom: 0.8333333333333334em;
  margin-left: 0.6666666666666666em;
  margin-top: 0.4166666666666667em;
}
.stick .product > .fullheight {
  height: 27.666666666666668em;
  margin-bottom: 2px;
}
.stick .product {
  margin-top: 0.4166666666666667em;
}
.layer-view .btn-order-layer-url {
  display: block !important;
}
.layer-view .btn-order-page-url {
  display: none !important;
}
.grid-desktop .productlist .rating-wrapper {
  cursor: pointer;
}
.grid-smartphone .qtip {
  visibility: hidden !important;
}
.grid-smartphone .qtip.qtip-hint-tooltip {
  visibility: visible !important;
}
.qtip-rating-tooltip {
  background-color: white;
  min-width: 0px;
}
.qtip-rating-tooltip .qtip-content {
  padding: 0;
}
.rating-overlay {
  color: #003354;
}
.customerrating-overlay-headline {
  font-size: 1.1666666666666667em;
  font-weight: bold;
}
.customerrating-overlay-headline div {
  margin-bottom: 1em;
  margin-top: 0.8333333333333334em;
}
.customerrating-overlay-headline,
li.comment-overlay {
  border-bottom: 1px solid grey;
}
.overlay-rating-wrapper {
  float: left;
  margin-top: 0.75em;
}
.overlay-rating-username,
.overlay-rating-date {
  color: #aaaaaa;
  font-size: 1em;
}
.overlay-rating-username {
  float: left;
  clear: both;
  margin-top: 0.8333333333333334em;
}
.overlay-rating-date {
  float: left;
  clear: both;
  margin-bottom: 0.8333333333333334em;
  margin-top: 0.25em;
}
.overlay-rating-headline {
  float: left;
  font-weight: bold;
  font-size: 1em;
  margin-top: 0.8333333333333334em;
}
.overlay-rating-text {
  float: left;
  font-size: 1.0833333333333333em;
  font-style: italic;
  margin-top: 0.3333333333333333em;
  margin-bottom: 0.8333333333333334em;
  clear: both;
}
.overlay-rating-text a {
  font-style: normal;
  text-decoration: underline;
}
.customerrating-overlay-all-ratings {
  padding-top: 0.8333333333333334em;
  padding-bottom: 0.8333333333333334em;
  font-size: 1.0909090909090908em;
}
/*lexicon tooltip start*/
.qtip-lexicon-tooltip {
  background-color: white;
  min-width: 0px;
  color: #003354;
}
.qtip-lexicon-tooltip .lpo_headline {
  margin-bottom: 1em;
  margin-top: 0.8333333333333334em;
}
.qtip-lexicon-tooltip .lpo_link a {
  float: right;
  width: 100%;
}
.qtip-lexicon-tooltip .lpo_link a span {
  float: right;
}
/*lexicon tooltip ende*/
/* FactFinder-Feedback */
.ff-feedback img {
  width: 100%;
}
.ff-above-filter {
  margin-bottom: 1.25em;
}
.ff-below-filter {
  margin-top: 1.25em;
}
.ff-above-list {
  margin-bottom: 1.25em;
}
.ff-below-list {
  margin-top: 1.25em;
}
/*--------------------------------------*/
/* dynamic place for the list template	*/
/*--------------------------------------*/
.productlist {
  position: relative;
}
/*Grid6 stick*/
.productlist.stick .ff-feedback {
  margin-top: 28em;
  padding-top: 20px;
}
.productlist.stick .ff-feedback + .product {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
}
.productlist.stick .ff-feedback + .product + .product {
  position: absolute;
  top: 0;
  left: 11.666666666666666em;
  margin-top: 0;
}
.grid6 .productlist.stick .ff-feedback + .product + .product + .product {
  position: absolute;
  top: 0;
  left: 25em;
  margin-top: 0;
}
/*Grid12 tile*/
.productlist.tile .ff-feedback {
  margin-top: 36.916666666666664em;
  padding-top: 20px;
}
.productlist.tile .ff-feedback + .product {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
}
.productlist.tile .ff-feedback + .product + .product {
  position: absolute;
  top: 0;
  left: 18.333333333333332em;
  margin-top: 0;
}
.productlist.tile .ff-feedback + .product + .product + .product {
  position: absolute;
  top: 0;
  left: 36.666666666666664em;
  margin-left: 40px;
  margin-top: 0;
}
/*Grid12 list*/
.productlist.line .ff-feedback {
  margin-top: 18.416666666666668em;
  padding-top: 20px;
}
.productlist.line .ff-feedback + .product {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
}
/* Produktliste Ende */
/* Produktfilter Anfang */
/*.grid12 #grid-col-productfilter{
  .margin-top(12);
}*/
.filter-wrapper {
  margin-top: 1.25em;
}
/*
#grid-row-productlist .filter-wrapper:first-child{
	display:none;
}
*/
#grid-col-left-navi .filter-wrapper {
  margin-top: 0;
}
.grid-smartphone .filter-wrapper {
  margin: 0;
}
#productsfilters-only-filter-wrapper.filter-wrapper,
#productsfilters-only-filter-reset-wrapper.filter-wrapper {
  margin-top: 0em;
}
.grid4 #productsfilters-only-filter-reset-wrapper.filter-wrapper {
  margin-top: 0.4166666666666667em;
}
.grid6 #productsfilters-only-filter-reset-wrapper.filter-wrapper {
  margin-top: 0.4166666666666667em;
}
#inner-grid-row-productsfilters-only {
  padding-bottom: 0.8333333333333334em;
}
.grid-smartphone #inner-grid-row-productsfilters-only {
  padding-bottom: 0;
}
.filter-reset-head {
  color: #003354;
  font-size: 1.0833333333333333em;
  font-weight: bold;
  margin-bottom: 0.4166666666666667em;
}
.filter-reset-link a {
  font-size: 0.9166666666666666em;
  color: #50a5d1;
}
.filter-head {
  background-color: #edebda;
  color: #003354;
  font-weight: bold;
  font-size: 1.1666666666666667em;
  padding-bottom: 0.3333333333333333em;
  padding-top: 0.3333333333333333em;
  padding-left: 0.8333333333333334em;
  cursor: pointer;
}
.left-navi .filter-head {
  background-color: #003354;
  color: #ffffff;
}
.grid12 #grid-col-left-navi .left-navi .filter-head {
  background-color: transparent;
  color: #003354;
  padding-left: 0;
}
.device-desktop.grid-smartphone div#productsfilters-only-filter-wrapper.filter-wrapper.checked > .filter-head,
.device-mobile.grid-smartphone div#productsfilters-only-filter-wrapper.filter-wrapper.checked > .filter-head {
  background: #003354;
}
.grid-smartphone ul.filterlist .filter-head {
  background: none;
  border-top: solid 1px #50a5d1;
  color: #50a5d1;
  font-size: 1.2em;
  font-weight: normal;
  padding: 0.7em 0;
  padding-left: 0;
  text-align: center;
}
.grid-smartphone ul.filterlist .filter-wrapper > .filter-head:before {
  display: none;
}
.grid-smartphone ul.filterlist .filter-wrapper > .filter-head:after {
  content: "r";
  font-family: Hawicons, sans-serif;
  font-size: 0.8em;
  padding-right: 0.583333em;
  padding-top: 0.2em;
}
.grid-smartphone ul.filterlist .filter-wrapper.checked > .filter-head:after {
  content: "d";
}
.grid-smartphone ul.filterlist .filter-wrapper.checked > .filter-content {
  margin: .5em 0;
}
.grid-smartphone ul.filterlist .filter-wrapper.checked > .filter-content :last-child {
  margin-bottom: .5em;
}
.grid-smartphone ul.filterlist .filter-wrapper.checked > .filter-content.content-with-two-cols {
  -moz-column-count: 2;
  /* Firefox */

  -webkit-column-count: 2;
  /* Safari and Chrome */

  column-count: 2;
}
.grid9 .filter-wrapper.left-navi.checked {
  position: relative;
  top: 0;
  left: 0;
}
.grid9 .filter-head:hover,
.grid12 .filter-head:hover {
  background-color: #f0efe1;
}
.grid9 .left-navi .filter-head:hover,
.grid12 .left-navi .filter-head:hover {
  background-color: #50a5d1;
}
.grid12 #grid-col-left-navi .left-navi .filter-head:hover {
  background-color: transparent;
}
.filter-head .icon[data-icon="d"]:before {
  font-size: 0.8em;
}
.filter-wrapper.checked > .filter-content {
  -moz-transition: max-height 0.5s ease-in-out 0s;
  max-height: 10.5em;
  overflow: auto;
}
.filter-wrapper.checked > .filter-content * {
  margin-bottom: .3em;
}
#grid-col-left-navi .filter-wrapper.checked > .filter-content {
  max-height: none;
}
#grid-row-productsfilters-only .filter-wrapper.checked > .filter-content {
  max-height: none;
}
.filter-wrapper > .filter-content {
  -moz-transition: max-height 0.3s ease-in-out 0s;
  max-height: 0;
  overflow: hidden;
}
.grid12 #grid-col-left-navi .filter-wrapper > .filter-content {
  max-height: none;
}
.grid9 .filter-wrapper .left-navi-content {
  background-color: #ffffff;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.grid9 .filter-wrapper.checked .left-navi-content {
  border: 1px solid #e5e5e5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.grid-smartphone .filter-wrapper .left-navi-content {
  position: static;
}
.grid-smartphone .filter-wrapper .left-navi-content {
  border: none;
}
.filter-wrapper.checked > .filter-head:before {
  content: "D";
}
.grid12 #grid-col-left-navi .filter-wrapper.checked > .filter-head:before {
  content: "";
}
#grid-row-productsfilters-only > .filter-wrapper.checked > .filter-head {
  background-color: #003354;
}
.filter-wrapper .filter-head:before {
  content: "r";
  float: left;
  font-family: Hawicons, sans-serif;
  font-size: 0.8em;
  padding-right: 0.5833333333333334em;
  padding-top: 0.2em;
}
.grid12 #grid-col-left-navi .filter-wrapper .filter-head:before {
  content: "";
}
.grid-smartphone #grid-col-left-navi .filter-wrapper .filter-head:before {
  display: none;
}
#grid-col-left-navi .filter-wrapper .filter-head:before {
  padding-top: 0.1em;
  width: 1em;
}
.grid-smartphone #productsfilters-only-filter-wrapper > .filter-head:before {
  display: none;
}
.grid-smartphone .filter-head {
  font-size: 1.2em;
  text-align: center;
  padding: .7em 0;
}
.grid-smartphone #productsfilters-only-filter-wrapper > .filter-head:after {
  content: "r";
  font-family: Hawicons, sans-serif;
  font-size: 0.8em;
  padding-left: 0.5833333333333334em;
  padding-top: 0.2em;
}
.grid-smartphone #productsfilters-only-filter-wrapper.checked > .filter-head:after {
  content: "d";
}
.grid-smartphone #grid-col-left-navi .filter-wrapper .filter-head:after {
  content: "r";
  font-family: Hawicons, sans-serif;
  font-size: 0.8em;
  padding-left: 0.5833333333333334em;
  padding-top: 0.2em;
}
.grid-smartphone #grid-col-left-navi .filter-wrapper.checked > .filter-head:after {
  content: "d";
}
.filter-wrapper .filter-content a {
  display: block;
  font-size: 1.0833333333333333em;
  margin-top: 0.16666666666666666em;
  margin-left: 0.8333333333333334em;
}
#grid-col-left-navi .filter-wrapper .filter-content li a {
  font-size: 1.0833333333333333em;
  margin-left: 0em;
}
#grid-col-left-navi .filter-wrapper .filter-content li li a {
  font-size: 1em;
  color: #50a5d1;
  margin-left: 1.25em;
}
#grid-col-left-navi .filter-wrapper .filter-content li a .icon {
  float: left;
  width: 0.9230769230769231em;
}
.grid-smartphone #grid-col-left-navi .filter-wrapper .filter-content a {
  background: none;
  border-top: solid 1px #50a5d1;
  color: #50a5d1;
  font-size: 1.2em;
  font-weight: normal;
  padding: 0.5em 0;
  padding-left: 0;
  margin-top: 0;
  margin-left: 0;
  text-align: center;
}
.device-smartphone .filter-wrapper .filter-content a:hover {
  color: #003354;
}
.grid-smartphone .filter-wrapper .filter-content a {
  line-height: 1.4em;
}
.grid-smartphone .filter-wrapper .left-navi-content a {
  line-height: 1.2em;
}
.grid-smartphone #grid-col-productfilter .filter-wrapper .filter-content .filter-dropdown,
.grid-smartphone #grid-col-productfilter .filter-wrapper .filter-content {
  margin-top: 0;
}
.grid-smartphone #grid-col-productfilter .filter-wrapper .filter-content .filter-dropdown {
  margin-left: 10%;
  margin-bottom: .5em;
  margin-top: 0;
  width: 80%;
}
.grid-smartphone #grid-col-productfilter .filter-wrapper .filter-content .rating {
  margin-top: 0;
  text-align: center;
}
.filter-wrapper .filter-content a .icon:before {
  content: '\0025AB';
  font-family: Hawicons, sans-serif;
  font-size: 1.3em;
  padding-right: 0.3em;
  position: top;
  top: .2em;
}
.filter-wrapper .left-navi-content a .icon:before {
  content: 'r';
  font-family: Hawicons, sans-serif;
  font-size: 0.8em;
  padding-right: 0.3em;
  position: top;
  top: 0;
}
.filter-wrapper .left-navi-content .active a .icon:before {
  content: 'D';
}
.grid-smartphone .filter-wrapper .left-navi-content a .icon:before {
  display: none;
}
.device-desktop .filter-wrapper .filter-content a:hover .icon:before,
.filter-wrapper .filter-content a.selected .icon:before {
  content: '\0025AA';
}
.device-desktop .filter-wrapper .left-navi-content a:hover .icon:before,
.filter-wrapper .left-navi-content a.selected .icon:before {
  content: 'r';
}
.device-desktop .filter-wrapper .left-navi-content .active a:hover .icon:before,
.filter-wrapper .left-navi-content .active a.selected .icon:before {
  content: 'D';
}
#productsfilters-only-filter-wrapper > .filter-content {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 10;
}
#inner-grid-row-productsfilters-only {
  border: 1px solid #e5e5e5;
  border-top: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  max-height: 30em;
  background-color: white;
}
.grid-smartphone #inner-grid-row-productsfilters-only {
  overflow: visible;
  max-height: none;
}
.grid-smartphone #productsfilters-only-filter-wrapper > .filter-content {
  position: relative;
}
#inner-grid-row-productsfilters-only #grid-col-productfilter {
  margin-bottom: 2em;
  padding-left: 3%;
  width: 94%;
}
#productsfilters-only-filter-reset-wrapper .filter-head {
  background-color: #003354;
  color: white;
  padding-left: 0;
  text-align: center;
}
.device-desktop.grid9 #productsfilters-only-filter-reset-wrapper .filter-head:hover,
.device-desktop.grid12 #productsfilters-only-filter-reset-wrapper .filter-head:hover,
.device-desktop.grid9 #productsfilters-only-filter-wrapper.filter-wrapper > .filter-head:hover,
.device-desktop.grid12 #productsfilters-only-filter-wrapper.filter-wrapper > .filter-head:hover,
.grid9 #productsfilters-only-filter-wrapper.filter-wrapper.checked > .filter-head,
.grid12 #productsfilters-only-filter-wrapper.filter-wrapper.checked > .filter-head {
  background-color: #58a9d3;
}
#productsfilters-only-filter-wrapper.filter-wrapper > .filter-head {
  background-color: #003354;
  color: white;
}
#grid-row-productsfilters-only {
  margin-bottom: 1em;
  margin-top: -1em;
}
.filter-wrapper#productsfilters-only-filter-reset-wrapper .filter-head:before {
  content: none;
}
.grid6 #grid-col-productfilter {
  display: block;
}
.grid-smartphone #inner-grid-row-productsfilters-only #grid-col-productfilter {
  padding: 0;
  width: 100%;
}
/*preissliderfilter*/
.noUiSliderWrapper {
  padding-top: 2.0833333333333335em;
  padding-left: 1.0833333333333333em;
  padding-bottom: 2.0833333333333335em;
  overflow: hidden;
}
.noUiSlider {
  background-color: white;
  border: 1px solid #d5d8dd;
  width: 175px !important;
  height: 0.6666666666666666em !important;
}
.noUi-handle {
  top: -0.75em;
}
.noUi-midBar {
  background-color: #003354;
}
.noUi-handle > div,
.noUi-handle > div:hover,
.noUi-handle > div.noUi-activeHandle {
  background: url('/hw4/images/design-images/handle.png');
  width: 1.5em;
  height: 1.9166666666666667em;
  -moz-background-size: contain !important;
  -webkit-background-size: contain !important;
  background-size: contain !important;
  -ms-behavior: url(/hw4/css/css_addons/backgroundsize.htc) !important;
  border: none;
  background-repeat: no-repeat;
  left: -0.6666666666666666em;
  top: -0.4166666666666667em;
}
.noUi-handle > div .infoBox {
  bottom: -1.3333333333333333em;
  position: absolute;
  width: 100%;
  text-align: center;
  width: 2.4166666666666665em;
  left: -0.5em;
  display: block;
}
#noUiSlider .lowestValue,
#noUiSlider .highestValue {
  bottom: -1.4166666666666667em;
  width: 3.1666666666666665em;
  position: absolute;
  text-align: center;
  color: #cccccc;
}
#noUiSlider .lowestValue {
  left: -1.5833333333333333em;
}
#noUiSlider .highestValue {
  right: -1.5833333333333333em;
}
/*Filter Dropdown*/
.filter-dropdown select {
  width: 98%;
  margin-left: 1%;
  color: #003354;
  font-size: 1.0833333333333333em;
  margin-top: 0.5833333333333334em;
  padding-bottom: 0.25em;
  padding-left: 0.25em;
  padding-top: 0.25em;
}
/*Star Rating*/
#grid-col-productfilter .filter-wrapper .filter-content .rating {
  text-align: left;
  margin-left: 0.8333333333333334em;
  margin-top: 0.5833333333333334em;
}
#grid-col-productfilter .filter-wrapper .filter-content .rating > a {
  display: inline-block;
  position: relative;
  width: 1.1em;
  cursor: pointer;
  font-family: 'Hawicons';
  font-size: 1.5em;
  height: 0.6em;
  margin: 0;
  height: 100%;
}
#grid-col-productfilter .filter-wrapper .filter-content .rating > a,
#grid-col-productfilter .filter-wrapper .filter-content .rating > a:hover ~ a {
  color: #e5e5e5;
}
#grid-col-productfilter .filter-wrapper .filter-content .rating:hover > a:before,
#grid-col-productfilter .filter-wrapper .filter-content .rating > a:hover ~ a:before,
#grid-col-productfilter .filter-wrapper .filter-content .rating:hover > a {
  color: #c8a07c;
}
#grid-col-productfilter .filter-wrapper .filter-content .rating > a.voted {
  color: #ad8a6b;
}
/* Produktfilter Ende */
/* Sortiereigenschaften, Produktliste Anfang */
.grid4 .productlist-display-wrapper {
  float: right;
}
.grid-desktop #grid-row-productlist-display {
  margin-bottom: 1em;
}
.productlist-display-wrapper span.label {
  font-size: 1.0833333333333333em;
  margin-right: 1.1666666666666667em;
}
.grid4 .productlist-display-wrapper span.label {
  display: none;
}
.productlist-display-wrapper > .sortby-wrapper {
  float: left;
}
.productlist-display-wrapper > .articleperpage-wrapper {
  float: right;
}
.grid6 .productlist-display-wrapper > .articleperpage-wrapper {
  float: right;
}
.grid4 .productlist-display-wrapper > .articleperpage-wrapper {
  margin-left: 0.8333333333333334em;
}
.productlist-display-wrapper > .format-wrapper {
  float: right;
  margin-left: 5.416666666666667em;
}
.grid-smartphone .productlist-display-wrapper > .format-wrapper {
  display: none;
}
.productlist-display-wrapper > .format-wrapper > span {
  float: left;
}
.productlist-display-wrapper > .format-wrapper > span.icon.line {
  margin-left: .2em;
}
.productlist-display-wrapper > .format-wrapper > span.icon {
  cursor: pointer;
  position: relative;
}
.productlist-display-wrapper > .format-wrapper > span.icon:before {
  font-size: 1.8333333333333333em;
  line-height: 0.7272727272727273em;
  color: #cccccc;
}
.productlist-display-wrapper > .format-wrapper > span.selected:before,
.productlist-display-wrapper > .format-wrapper > span.icon:hover:before {
  color: #003354;
}
/* Sortiereigenschaften, Produktliste Ende */
/* Liste: Pager Anfang */
.listpager {
  margin-top: 1.6666666666666667em;
}
.listpager .icon[data-icon="l"]:before {
  font-size: 1em;
}
.listpager .icon[data-icon="r"]:before {
  font-size: 1em;
}
.grid4 .sort-wrapper,
.grid4 .listpager-wrapper {
  width: 100%;
}
.sort-wrapper {
  float: left;
  margin-top: 1em;
}
.sort-wrapper > p {
  font-size: 1.25em;
  text-align: center;
}
.grid6 .sort-wrapper > p {
  font-size: 1.5em;
  margin-top: 0.5em;
}
.listpager-wrapper {
  float: right;
  margin-top: 1em;
}
.listpager-wrapper .go-to-page-wrapper {
  float: left;
  margin-top: 0.6em;
}
.listpager-wrapper .go-to-page-wrapper p {
  display: inline-block;
  font-size: 1.5em;
  margin-top: 0.2em;
}
.listpager-previous,
.listpager-next {
  float: left;
  font-size: 3em;
}
.listpager .listpager-previous {
  margin-right: 1em;
  font-size: 1em;
}
.listpager .listpager-next {
  margin-left: 1em;
  font-size: 1em;
}
.listpager-pages {
  float: left;
}
.listpager-pages li {
  font-size: 1em;
  float: left;
  margin-left: 0.8333333333333334em;
}
.listpager-pages li:first-child {
  margin-left: 0em;
}
.listpager-pages li.active {
  color: #50a5d1;
}
.listpager-wrapper .pager-go-to-page {
  font-size: 1.3333333333333333em;
  text-align: center;
  width: 1.5em;
}
/* Liste: Pager Ende */
/*-------------------------*/
/* PRODUKTLISTENSEITE ENDE */
/*-------------------------*/
/*---------------------------*/
/* PRODUKTDETAILSEITE ANFANG */
/*---------------------------*/
/* Weinbeschreibung und Detailangaben, Anfang */
#grid-col-product-pager .product-pager-wrapper {
  float: right;
  font-weight: bold;
}
.grid-smartphone #grid-col-product-pager {
  margin-top: .5em;
}
.grid-smartphone .product-pager-wrapper {
  width: 100%;
}
.grid-smartphone .product-pager-previous {
  float: left;
}
.grid-smartphone .product-pager-next {
  float: right;
}
.product-detail-page-wrapper > .grid-row,
.product-detail-page-wrapper > form > .grid-row {
  margin-top: 1.0833333333333333em;
}
.product-detail-page-wrapper > .grid-row:first-child,
.product-detail-page-wrapper > form > .grid-row:first-child {
  margin-top: 0;
}
.product-overview-wrapper {
  height: 48em;
  outline: 1px solid #e5e5e5;
  outline-offset: -1px;
  outline: solid 1px #e5e5e5;
  overflow: hidden;
  position: relative;
  /* Produktbeschreibung */

  /* Reihe 3: Miles & More */

}
.product-overview-wrapper .product-image-wrapper {
  border-right: solid 1px #e5e5e5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  position: relative;
  /* Awards */

  /* Thumbnails */

  /* Thumbnails-Vollbildansicht */

  /* Bobble mit Hinweis */

}
.product-overview-wrapper .product-image-wrapper .awards-wrapper {
  position: absolute;
  top: 1em;
  left: 1px;
  z-index: 10;
}
.product-overview-wrapper .product-image-wrapper .awards-wrapper ul.awards-list li {
  background: #f5f5f5;
  margin-top: 1em;
  padding: 1em;
}
.product-overview-wrapper .product-image-wrapper .awards-wrapper ul.awards-list li span {
  display: block;
}
.product-overview-wrapper .product-image-wrapper .awards-wrapper ul.awards-list li span.title {
  font-weight: bold;
}
.product-overview-wrapper .product-image-wrapper .awards-wrapper ul.awards-list li:first-child {
  margin-top: 0;
}
.product-overview-wrapper .product-image-wrapper .thumbnails-wrapper {
  /*
						.thumbnaillist > li img.horizontal{
							max-height: 90%;
							width: 90%;
						}
						
						.thumbnaillist > li img.vertical{
							height: 80%;
							max-width: 90%;
						}
						*/

}
.product-overview-wrapper .product-image-wrapper .thumbnails-wrapper .thumbnaillist > li {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  display: table-cell;
  height: 6em;
  float: left;
  margin-left: 1em;
  position: relative;
  width: 5em;
}
.product-overview-wrapper .product-image-wrapper .thumbnails-wrapper .thumbnaillist > li:hover,
.product-overview-wrapper .product-image-wrapper .thumbnails-wrapper .thumbnaillist > li.active {
  border: 1px solid #aaaaaa;
  cursor: pointer;
}
.product-overview-wrapper .product-image-wrapper .thumbnails-wrapper .thumbnaillist > li > .magnifier-wrapper {
  display: none;
  position: absolute;
  right: 1em;
  top: 1em;
  z-index: 10;
}
.product-overview-wrapper .product-image-wrapper .thumbnails-wrapper .thumbnaillist > li .center {
  display: table-cell;
  display: -ms-flexbox;
  -ms-flex-align: center;
  /*IE11*/

  height: 6em;
  text-align: center;
  vertical-align: middle;
  width: 5em;
}
.product-overview-wrapper .product-image-wrapper .thumbnails-wrapper .thumbnaillist > li img.horizontal,
.product-overview-wrapper .product-image-wrapper .thumbnails-wrapper .thumbnaillist > li img.vertical {
  height: 90%;
  max-width: 90%;
  margin: 0 auto;
}
.product-overview-wrapper .product-image-wrapper .productimage-wrapper {
  height: 100%;
  z-index: 10;
}
.product-overview-wrapper .product-image-wrapper .productimage-wrapper .center {
  display: table-cell;
  display: -ms-flexbox;
  -ms-flex-align: center;
  /*IE11*/

  height: 39em;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.product-overview-wrapper .product-image-wrapper .productimage-wrapper img.large.horizontal {
  max-height: 90%;
  width: 90%;
}
.product-overview-wrapper .product-image-wrapper .productimage-wrapper img.large.vertical {
  height: 90%;
  max-width: 90%;
  margin: 0 auto;
}
.product-overview-wrapper .product-image-wrapper .thumbnail-full-image-wrapper.active {
  display: block;
}
.product-overview-wrapper .product-image-wrapper .notice-wrapper {
  right: 1.6666666666666667em;
  top: 1.6666666666666667em;
  z-index: 10;
}
.product-overview-wrapper .product-information-wrapper {
  /* Reihe 1: Überschrift */

  /* Reihe 2: Bestellen */

}
.product-overview-wrapper .product-information-wrapper .grid-row-headline .headline-wrapper span.year {
  display: block;
  font-size: 1.8333333333333333em;
  font-weight: bold;
  margin-top: 0.8181818181818182em;
}
.product-overview-wrapper .product-information-wrapper .grid-row-headline .headline-wrapper strong,
.product-overview-wrapper .product-information-wrapper .grid-row-headline .headline-wrapper h1 {
  display: block;
  font-size: 1.8333333333333333em;
  font-weight: bold;
}
.product-overview-wrapper .product-information-wrapper .grid-row-headline .headline-wrapper strong .vino-select-logo-wrapper,
.product-overview-wrapper .product-information-wrapper .grid-row-headline .headline-wrapper h1 .vino-select-logo-wrapper {
  float: left;
  height: 1.1666666666666667em;
  overflow: hidden;
  position: relative;
  top: -0.15em;
  width: 7.5em;
}
.product-overview-wrapper .product-information-wrapper .grid-row-headline .headline-wrapper strong .vino-select-logo-wrapper span.vino-select-logo:before,
.product-overview-wrapper .product-information-wrapper .grid-row-headline .headline-wrapper h1 .vino-select-logo-wrapper span.vino-select-logo:before {
  font-size: 7.083333333333333em;
  font-weight: normal;
  line-height: 1em;
}
.product-overview-wrapper .product-information-wrapper .grid-row-headline .headline-wrapper h1 {
  clear: both;
}
.product-overview-wrapper .product-information-wrapper .grid-row-headline .headline-wrapper span.infoline,
.product-overview-wrapper .product-information-wrapper .grid-row-headline .headline-wrapper h2.infoline {
  display: block;
  font-size: 1.1666666666666667em;
  font-weight: normal;
  margin-top: 0.5em;
  text-transform: none;
  height: 1.4em;
  overflow: hidden;
}
.product-overview-wrapper .product-information-wrapper .grid-row-headline .rating-wrapper {
  /*.margin-top(22);*/

}
.product-overview-wrapper .product-information-wrapper .grid-row-headline .rating-wrapper span.votes {
  color: #ad8a6b;
  float: left;
  margin-top: .1em;
  margin-left: 1em;
}
.product-overview-wrapper .product-information-wrapper .grid-row-headline .rating-wrapper span.votes a.gold:hover {
  color: #e5e5e5;
}
.product-overview-wrapper .product-information-wrapper .grid-row-order {
  height: 21em;
}
.product-overview-wrapper .product-information-wrapper .grid-row-order .grid-col-price-wrapper {
  height: 100%;
}
.product-overview-wrapper .product-information-wrapper .grid-row-order .price-wrapper .strike-wrapper {
  margin-top: 1.5em;
  min-height: 1.5833333333333333em;
}
.product-overview-wrapper .product-information-wrapper .grid-row-order .price-wrapper .strike-wrapper span.original-price {
  color: #003354;
}
.product-overview-wrapper .product-information-wrapper .grid-row-order .price-wrapper span.pricereduction {
  color: #bb1922;
  font-size: 1em;
  font-weight: bold;
}
.product-overview-wrapper .product-information-wrapper .grid-row-order .price-wrapper span.pricereduction-big {
  color: #bb1922;
  font-size: 1.3333333333333333em;
  font-weight: bold;
}
.product-overview-wrapper .product-information-wrapper .grid-row-order .price-wrapper span.price {
  display: block;
  font-size: 2.3333333333333335em;
  font-weight: bold;
}
.product-overview-wrapper .product-information-wrapper .grid-row-order .price-wrapper span.unit {
  display: block;
  margin-top: 0.16666666666666666em;
}
.product-overview-wrapper .product-information-wrapper .grid-row-order .price-wrapper span.litreprice {
  color: #aaaaaa;
  display: block;
  margin-top: 0.25em;
}
.product-overview-wrapper .product-information-wrapper .grid-row-order .minquantity-note {
  margin-top: 1.25em;
}
.product-overview-wrapper .product-information-wrapper .grid-row-order .graduatedprice-wrapper {
  margin-top: 0.5em;
}
.product-overview-wrapper .product-information-wrapper .grid-row-order .quantity-wrapper label.quantity {
  font-weight: bold;
  float: left;
  line-height: 1.9166666666666667em;
}
.product-overview-wrapper .product-information-wrapper .grid-row-order .quantity-wrapper form {
  float: left;
}
.product-overview-wrapper .product-information-wrapper .grid-row-order .quantity-wrapper select {
  margin-left: 2.25em;
}
.product-overview-wrapper .product-information-wrapper .grid-row-order .graduatedprice {
  display: block;
  font-weight: bold;
  float: left;
  margin-top: 1em;
  width: 100%;
}
.product-overview-wrapper .product-information-wrapper .grid-row-order .cargorate {
  color: #aaaaaa;
  display: block;
  float: left;
  margin-top: 1em;
}
.product-overview-wrapper .product-information-wrapper .grid-row-order .grid-col-button-wrapper {
  height: 100%;
}
.product-overview-wrapper .product-information-wrapper .grid-row-order .voucher-wrapper {
  color: #aaaaaa;
  margin-top: 1.75em;
  min-height: 2.9166666666666665em;
}
.product-overview-wrapper .product-information-wrapper .grid-row-order .voucher-wrapper span.voucher-text {
  display: block;
  font-style: italic;
}
.product-overview-wrapper .product-information-wrapper .grid-row-order .voucher-wrapper span.voucher-value {
  display: block;
  font-weight: bold;
}
.product-overview-wrapper .product-information-wrapper .grid-row-order .voucher-wrapper span.voucher-value-price {
  font-size: 1.3333333333333333em;
}
.product-overview-wrapper .product-information-wrapper .grid-row-order .voucher-wrapper span.voucher-value-litre-price {
  font-size: 1em;
}
.product-overview-wrapper .product-information-wrapper .grid-row-order .button-wrapper {
  margin-top: 1.8333333333333333em;
}
.product-overview-wrapper .product-information-wrapper .grid-row-order .button-wrapper span.status {
  display: block;
}
.product-overview-wrapper .product-information-wrapper .grid-row-order .button-wrapper span.status .icon {
  top: 0.05em;
}
.product-overview-wrapper .product-information-wrapper .grid-row-order .button-wrapper a.btn-add-to-cart {
  margin-top: 0.9333333333333333em;
}
.product-overview-wrapper .product-information-wrapper .grid-row-order .button-wrapper .leaflet-wrapper {
  margin-top: 1.4583333333333333em;
}
.product-overview-wrapper .product-information-wrapper .grid-row-order .button-wrapper .recommendation-wrapper {
  margin-top: 1em;
}
.product-overview-wrapper .product-information-wrapper .grid-row-order .button-wrapper .shortage-wrapper {
  background: #f5f5f5;
  padding: 0.5em 0.5em 0.5em 1em;
  margin-top: 1em;
  margin-right: 0em;
  margin-bottom: 0em;
}
.product-overview-wrapper .product-information-wrapper .grid-row-order .button-wrapper .shortage-wrapper p {
  font-style: italic;
}
.product-overview-wrapper .grid-row-advantages {
  border: solid 1px #e5e5e5;
  border-top: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #f5f5f5;
  height: 5em;
}
.product-overview-wrapper .grid-row-advantages .milesandmore-wrapper img.miles-and-more-logo {
  margin-top: 1.25em;
  width: 72%;
}
.product-overview-wrapper .grid-row-advantages .milesandmore-wrapper .miles-collect-wrapper {
  margin-top: 1.75em;
}
.product-overview-wrapper .grid-row-advantages .milesandmore-wrapper .miles-collect-wrapper table {
  width: 90%;
}
.product-overview-wrapper .grid-row-advantages .milesandmore-wrapper .miles-collect-wrapper th {
  text-align: left;
}
.product-overview-wrapper .grid-row-advantages .milesandmore-wrapper .miles-collect-wrapper td {
  text-align: right;
}
.product-overview-wrapper .grid-row-advantages .milesandmore-wrapper .share-wrapper {
  margin-top: 0.8333333333333334em;
}
.product-overview-wrapper .grid-row-advantages .milesandmore-wrapper .share-wrapper .social-wrapper {
  float: right;
  margin-right: 0.8333333333333334em;
}
.product-overview-wrapper .grid-row-advantages .milesandmore-wrapper .share-wrapper .social-wrapper .social-facebook-wrapper {
  height: 20px;
  margin-bottom: 2px;
  overflow: hidden;
}
.product-overview-wrapper .grid-row-advantages .milesandmore-wrapper .share-wrapper .social-wrapper .social-twitter-wrapper {
  float: left;
}
.product-overview-wrapper .grid-row-advantages .milesandmore-wrapper .share-wrapper .social-wrapper .social-googleplus-wrapper {
  float: left;
  margin-left: 0.2em;
}
/* Bulletpoints */
.product-overview-wrapper .bulletlist {
  margin-top: 0.5em;
  margin-left: -1.6em;
  background: #F5F5F5;
  overflow: hidden;
  background: #f5f5f5;
  padding: 0.8em 0.8em 0.5em 1.6em;
}
.product-overview-wrapper .bulletlist .bulletpointheadline {
  font-weight: bold;
  margin-bottom: 0.3em;
  margin-right: 0.5em;
  float: left;
  clear: left;
}
.product-overview-wrapper .bulletlist .bulletpointtext {
  font-weight: normal;
  margin-bottom: 0.3em;
  float: left;
}
.grid-smartphone .bulletlist {
  margin-top: 2.5em;
  margin-left: -1.6em;
  background: #F5F5F5;
  overflow: hidden;
  background: #f5f5f5;
  padding: 0.8em 0.8em 0.5em 1.6em;
}
.grid-smartphone .bulletlist .bulletpointheadline {
  font-weight: bold;
  margin-bottom: 0.3em;
  margin-right: 0.5em;
  float: left;
  clear: left;
}
.grid-smartphone .bulletlist .bulletpointtext {
  font-weight: normal;
  margin-bottom: 0.3em;
  float: left;
}
.grid-smartphone .product-overview-wrapper .product-image-wrapper .productimage-wrapper img.large.vertical {
  width: 90%;
}
.grid4 .product-overview-wrapper .product-image-wrapper .productimage-wrapper img.large.vertical {
  height: auto;
}
.grid4 .product-overview-wrapper .product-information-wrapper .grid-row-order .voucher-wrapper {
  display: none;
}
.grid4 .product-overview-wrapper .product-image-wrapper .productimage-wrapper .center,
.grid6 .product-overview-wrapper .product-image-wrapper .productimage-wrapper .center {
  height: auto;
}
.productimage-wrapper img.large {
  display: none;
  margin-bottom: 1em;
  margin-top: 2em;
}
.productimage-wrapper img.mobile-grids-productimage {
  display: inline-block;
}
.productimage-wrapper img.active {
  display: inline-block;
}
.grid4 .productimage-wrapper img.grid4-invisible,
.grid6 .productimage-wrapper img.grid6-invisible,
.grid9 .productimage-wrapper img.grid9-invisible,
.grid12 .productimage-wrapper img.grid12-invisible {
  display: none;
}
.grid4 .product-overview-wrapper .product-information-wrapper .grid-row-order .grid-col-price-wrapper,
.grid4 .product-overview-wrapper .product-information-wrapper .grid-row-order .grid-col-button-wrapper,
.grid6 .product-overview-wrapper .product-information-wrapper .grid-row-order .grid-col-price-wrapper,
.grid6 .product-overview-wrapper .product-information-wrapper .grid-row-order .grid-col-button-wrapper {
  height: auto;
}
.grid4 .product-overview-wrapper .product-information-wrapper .grid-row-headline .headline-wrapper {
  height: auto;
}
.grid4 .product-overview-wrapper .product-information-wrapper .grid-row-order,
.grid6 .product-overview-wrapper .product-information-wrapper .grid-row-order {
  height: auto;
}
.product-overview-wrapper .product-information-wrapper .grid-row-headline .headline-wrapper .rating-wrapper,
.grid4 .product-overview-wrapper .product-information-wrapper .grid-row-headline .headline-wrapper span.year,
.grid6 .product-overview-wrapper .product-information-wrapper .grid-row-headline .headline-wrapper span.year {
  margin-top: 1em;
  float: left;
}
.grid4 .product-overview-wrapper .product-information-wrapper .grid-row-headline .headline-wrapper span.year,
.grid6 .product-overview-wrapper .product-information-wrapper .grid-row-headline .headline-wrapper span.year {
  margin-right: 0.6em;
}
.product-overview-wrapper .product-information-wrapper .grid-row-headline .headline-wrapper .rating-wrapper {
  margin-top: 2em;
}
.grid4 .product-overview-wrapper .product-information-wrapper .grid-row-headline .headline-wrapper strong,
.grid6 .product-overview-wrapper .product-information-wrapper .grid-row-headline .headline-wrapper strong {
  clear: both;
}
.grid4 .product-overview-wrapper .product-information-wrapper .grid-row-order .price-wrapper .strike-wrapper {
  margin-top: 0;
}
.grid4 .product-overview-wrapper .product-information-wrapper .grid-row-order .grid-col-price-wrapper {
  margin-top: 1.5em;
}
.grid4 .product-overview-wrapper .product-information-wrapper .quantity-wrapper label {
  display: none;
}
.grid4 .product-overview-wrapper .product-information-wrapper .grid-row-order .quantity-wrapper select {
  margin-left: 0;
  margin-top: 0.5em;
}
.grid4 .product-overview-wrapper .product-information-wrapper .grid-row-order .quantity-wrapper .btn-add-to-cart {
  float: right;
}
.grid4 .product-overview-wrapper .product-information-wrapper .price-wrapper {
  float: left;
  width: 55%;
}
.grid4 .product-overview-wrapper .product-information-wrapper .graduatedprice-wrapper {
  clear: both;
  padding-top: 1.5em;
  margin-top: 0;
}
.grid4 .product-overview-wrapper .product-information-wrapper .price-wrapper-companion-wrapper {
  float: left;
  padding-left: 4%;
  width: 41%;
}
.grid4 .product-overview-wrapper .product-information-wrapper .grid-row-order .button-wrapper span.status {
  display: none;
}
.product-overview-wrapper .product-information-wrapper .awards-wrapper ul.awards-list li {
  background: #f5f5f5;
  margin-top: 1em;
  padding: 1em;
}
.product-overview-wrapper .product-information-wrapper .awards-wrapper ul.awards-list li span.title {
  font-weight: bold;
}
.product-overview-wrapper .product-information-wrapper .awards-wrapper ul.awards-list li span {
  display: block;
}
.product-overview-wrapper .grid-col-awards-mobile-wrapper {
  margin-bottom: 1.5em;
}
.grid9 .product-overview-wrapper .product-image-wrapper .notice-wrapper {
  left: 1.6666666666666667em;
  bottom: 1.6666666666666667em;
  top: auto;
  right: auto;
}
.grid9 .product-overview-wrapper .product-image-wrapper .thumbnails-wrapper .thumbnaillist > li > .magnifier-wrapper {
  display: inline;
}
.grid4 .product-overview-wrapper .product-information-wrapper .grid-row-order .button-wrapper .leaflet-wrapper {
  float: left;
}
.grid4 .product-overview-wrapper .product-information-wrapper .grid-row-order .button-wrapper .recommendation-wrapper {
  float: right;
  margin-top: 1.4583333333333333em;
}
.grid9 .product-overview-wrapper .grid-row-advantages {
  border-left: none;
}
.grid12 .product-overview-wrapper .product-partner-wrapper,
.grid9 .product-overview-wrapper .product-partner-wrapper {
  bottom: 0;
  position: absolute;
  right: 0;
}
/* Thumbnailvergroeßerung */
.grid12 .product-image-wrapper.no-thumbnails .thumbnails-wrapper,
.grid6 .product-image-wrapper.no-thumbnails .thumbnails-wrapper,
.grid4 .product-image-wrapper.no-thumbnails .thumbnails-wrapper {
  display: none;
}
.grid12 .product-overview-wrapper .product-image-wrapper .thumbnails-wrapper {
  bottom: 1em;
  position: absolute;
}
.grid12 .product-overview-wrapper .product-image-wrapper .thumbnails-wrapper .center-horizontally {
  margin: 0;
}
.grid9 .product-overview-wrapper .product-image-wrapper .thumbnails-wrapper .thumbnaillist > li {
  display: block;
  float: none;
}
.grid9 .product-overview-wrapper .product-image-wrapper .thumbnails-wrapper {
  display: table-cell;
  height: 39em;
  vertical-align: middle;
}
.grid9 .product-overview-wrapper .product-image-wrapper .thumbnails-wrapper .thumbnaillist > li {
  height: 15em;
  margin-top: 1em;
  width: 15em;
}
.grid9 .product-overview-wrapper .product-image-wrapper .thumbnails-wrapper .thumbnaillist > li:first-child {
  margin-top: 0;
}
.grid9 .product-overview-wrapper .product-image-wrapper .thumbnails-wrapper .thumbnaillist > li .center {
  height: 15em;
  width: 15em;
}
.grid9 .product-overview-wrapper .product-image-wrapper .productimage-wrapper {
  background: #ffffff;
  border: solid 1px #e5e5e5;
  border-left: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}
.grid9 .product-overview-wrapper .product-image-wrapper .productimage-wrapper.active {
  display: block;
}
.grid-smartphone .product-overview-wrapper .product-image-wrapper {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 1em;
}
.grid-smartphone .product-overview-wrapper .product-image-wrapper .thumbnails-wrapper .thumbnaillist > li:first-child {
  margin-left: 0;
}
.grid-smartphone .product-overview-wrapper,
.grid-smartphone .product-overview-wrapper .product-image-wrapper,
.grid-smartphone .product-overview-wrapper .product-image-wrapper .productimage-wrapper {
  height: auto;
}
.grid-smartphone .product-overview-wrapper .product-image-wrapper .thumbnails-wrapper .thumbnaillist {
  margin: 0 auto;
}
/* Obererer Angebotsbereich */.grid6 .product-overview-wrapper .grid-row-advantages .milesandmore-wrapper .miles-collect-wrapper table {
  width: auto;
}
.grid4 .product-overview-wrapper .grid-row-advantages {
  height: auto;
}
.grid4 .product-overview-wrapper .grid-row-advantages .milesandmore-wrapper {
  margin-bottom: 1em;
}
.grid4 .product-overview-wrapper .product-information-wrapper .grid-row-order {
  height: auto;
  margin-bottom: 1em;
}
.grid4 .product-overview-wrapper .product-information-wrapper .grid-row-order .button-wrapper {
  margin-top: 1.2em;
}
.grid4 .product-overview-wrapper .product-information-wrapper .grid-row-order .button-wrapper a.btn-add-to-cart {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 100%;
}
.grid4 .product-overview-wrapper .grid-row-advantages .milesandmore-wrapper .miles-collect-wrapper table {
  width: auto;
}
.grid4 .product-overview-wrapper .grid-row-advantages .milesandmore-wrapper .share-wrapper .social-wrapper {
  float: left;
}
.grid4 .product-overview-wrapper .grid-row-advantages .milesandmore-wrapper .share-wrapper .social-wrapper .social-facebook-wrapper {
  float: left;
  margin-right: 5px;
}
.grid4 .product-overview-wrapper .grid-row-advantages .milesandmore-wrapper .share-wrapper .social-wrapper .social-twitter-wrapper {
  float: left;
  margin-right: 5px;
}
.product-overview-wrapper .grid-row-advantages span {
  margin: 1.8em 1.8em;
  position: absolute;
}
.product-overview-wrapper .grid-row-advantages span span {
  margin-left: 0.5em;
  margin-right: 0.5em;
  position: relative;
}
.description-wrapper,
.detailbox-wrapper {
  margin-top: 2.5em;
}
.description-wrapper {
  margin-bottom: 2.5em;
}
.description-wrapper .text-wrapper {
  margin-left: 1.6666666666666667em;
  margin-right: 1.6666666666666667em;
}
.description-wrapper .text-wrapper > strong {
  font-size: 1.5em;
  font-weight: bold;
}
.description-wrapper .description-text-wrapper {
  margin-top: 1em;
}
.description-wrapper .read-more a {
  margin-top: 1em;
  font-style: italic;
  text-decoration: none !important;
}
.description-wrapper .read-more a:after {
  content: " ...";
}
.description-wrapper .read-less a {
  margin-top: 1em;
  display: block;
  font-style: italic;
  text-decoration: none !important;
}
.description-wrapper .read-less a:before {
  content: "... ";
}
.description-text-wrapper strong {
  font-weight: normal;
}
.detailbox-wrapper > .grid-col.last {
  background: url('/hw4/images/design-images/background-detailbox-edge.png') no-repeat top right transparent;
}
.grid-smartphone .detailbox-wrapper > .grid-col:first-child,
.grid-smartphone .detailbox-wrapper > .grid-col.last:first-child {
  background: url('/hw4/images/design-images/background-detailbox-edge.png') no-repeat top right transparent;
}
.grid-smartphone .detailbox-wrapper > .grid-col.last {
  background-image: none;
}
.detailbox-wrapper {
  background: url('/hw4/images/design-images/background-detailbox.jpg') repeat 0 0 #f5f5f5;
  position: relative;
}
.detailbox-wrapper .text-wrapper > strong.detailheadline {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  position: absolute;
  top: 0.8333333333333334em;
  left: 1.1666666666666667em;
}
.grid-smartphone .detailbox-wrapper {
  margin-top: 0;
}
.grid-smartphone .detailbox-wrapper > .grid-col {
  border-right: solid 1px #50a5d1;
  border-left: solid 1px #50a5d1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: none;
}
.grid-smartphone .detailbox-wrapper > .grid-col.last {
  margin-bottom: 0;
}
.detailbox-table {
  margin-top: 4em;
  width: 100%;
}
.detailbox-table th {
  font-weight: bold;
  padding: .5em 1em .5em .6em;
  vertical-align: top;
  width: 37%;
}
.detailbox-table td {
  padding: .5em 1em .5em 0;
  vertical-align: top;
}
.detailbox-table td h2 {
  font-size: 100%;
  font-weight: normal;
  text-transform: none;
}
.grid4 .detailbox-table th {
  width: 45%;
}
.grid-smartphone .detailbox-table-right {
  margin-top: 0;
}
.grid-smartphone ul.tabs-contents > li.active .grid-row.detailbox-wrapper .text-wrapper {
  margin-bottom: 0;
  margin-top: 0;
}
.grid-row-detail-actions {
  margin-bottom: 1em;
}
.grid-row-detail-actions .detail-actions-wrapper,
.grid-row-detail-actions .detail-actions-wrapper > a {
  float: right;
}
.grid-row-detail-actions .detail-actions-wrapper > a {
  clear: both;
  display: block;
  margin-top: 1em;
}
.grid-smartphone .grid-row-detail-actions .detail-actions-wrapper > a {
  clear: none;
  display: inline-block;
  float: left;
  margin-left: 1em;
}
.product-detail-page-wrapper .description-text-wrapper a,
.product-detail-page-wrapper .product-detail-page-wrapper .detailbox-table a {
  text-decoration: underline;
}
.product-detail-page-wrapper ul.tabs > li span.stars {
  font-size: 0.9em;
  height: 0.9em;
  letter-spacing: -3px;
  float: none;
}
.detailpage-teaser-bottom {
  height: 27.2em !important;
}
.lmiv-package {
  padding-top: 1em;
}
.lmiv-package .headline {
  font-weight: bold;
  padding: 0.5em 0 1em 0;
}
.lmiv-package table th {
  width: 50%;
  padding-right: 0.25em;
  line-height: 1.5em;
  vertical-align: top;
}
.lmiv-package table td {
  font-style: italic;
}
.lmiv-package a.more-link,
.lmiv-package a.less-link {
  font-style: italic;
  font-weight: bold;
}
.lmiv-package tr {
  display: none;
}
/* Weinbeschreibung und Detailangaben, Ende */
/* Bestelloverlay Anfang */
.inner-layer-content-wrapper .vorlage {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: url("/hw4/images/content-images/bestelllayer/order-step1.png");
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: contain;
  height: 281px;
  left: 50%;
  margin-left: -230px;
  opacity: 0.5;
  position: absolute;
  top: 16px;
  width: 460px;
  z-index: 5;
}
.order-product-overview-wrapper {
  margin-top: 1.1666666666666667em;
  position: relative;
  outline: 1px solid #e5e5e5;
  outline-offset: -1px;
}
.order-product-overview-wrapper .headline-wrapper,
.order-product-overview-wrapper .quantity-wrapper,
.order-product-overview-wrapper .price-wrapper,
.order-product-overview-wrapper .quantity-error,
.order-product-overview-wrapper .cargorate {
  padding-left: 1.25em;
}
.order-product-overview-wrapper .milesandmore-logo-wrapper img {
  margin-left: 1.25em;
}
.order-product-blockheadline {
  background-color: #f6f5ec;
  text-transform: uppercase;
  color: #003354;
  font-weight: bold;
}
.order-product-blockheadline span {
  padding-top: 0.6666666666666666em;
  padding-right: 0.6666666666666666em;
  padding-bottom: 0.6666666666666666em;
  padding-left: 0.6666666666666666em;
  display: block;
}
.order-product-overview-wrapper .product-image-wrapper {
  height: 100%;
  position: relative;
}
.order-product-overview-wrapper .product-information-wrapper {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #E5E5E5;
}
.order-product-overview-wrapper .headline-wrapper {
  font-size: 1.1666666666666667em;
  font-weight: bold;
  margin-top: 1em;
  clear: both;
  text-align: left;
}
.order-product-overview-wrapper .headline-wrapper .year {
  display: block;
}
.order-product-overview-wrapper .quantity-wrapper {
  float: left;
  margin-top: 2.0833333333333335em;
  margin-bottom: 1.25em;
}
.order-product-overview-wrapper .quantity-wrapper input {
  margin-right: 0.4166666666666667em;
}
.order-product-overview-wrapper .quantity-wrapper .quantity {
  float: left;
  line-height: 1.9166666666666667em;
}
.order-product-overview-wrapper .quantity-wrapper label {
  margin-right: 0.4166666666666667em;
}
.order-product-overview-wrapper .quantity-error {
  clear: both;
  display: block;
  margin-bottom: -0.9166666666666666em;
  margin-top: 0.9166666666666666em;
  color: #bb1922;
}
.order-product-overview-wrapper .quantity-wrapper select.quantity {
  margin-left: 0.8333333333333334em;
}
.order-product-overview-wrapper .additional-quantity-info {
  float: left;
  margin-left: 0.8333333333333334em;
  color: #bb1922;
  margin-top: 2.25em;
  line-height: 1.9166666666666667em;
}
.grid4 .order-product-overview-wrapper .additional-quantity-info {
  line-height: 1em;
  width: 7em;
  margin-top: 2.1em;
}
.order-product-overview-wrapper .price-wrapper {
  clear: both;
}
.order-product-overview-wrapper .strike {
  color: #bb1922;
  text-decoration: line-through;
}
.order-product-overview-wrapper span.original-price {
  color: #003354;
}
.order-product-overview-wrapper span.pricereduction {
  color: #bb1922;
  font-size: 1em;
  font-weight: bold;
}
.order-product-overview-wrapper span.pricereduction-big {
  color: #bb1922;
  font-size: 1.0833333333333333em;
  font-weight: bold;
}
.order-product-overview-wrapper span.price {
  display: block;
  font-size: 1.8333333333333333em;
  font-weight: bold;
  float: left;
}
.order-product-overview-wrapper span.unit {
  display: block;
  margin-top: 0.16666666666666666em;
  color: #aaaaaa;
}
.order-product-overview-wrapper span.litreprice {
  color: #aaaaaa;
  display: block;
  float: left;
  margin-left: 1.4166666666666667em;
  margin-top: 0.6666666666666666em;
  margin-bottom: 1.6666666666666667em;
}
.order-product-overview-wrapper .product-image-wrapper .center {
  display: table-cell;
  height: 22.25em;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.order-product-overview-wrapper .product-image-wrapper .center img {
  display: inline-block;
  max-height: 90%;
  max-width: 90%;
}
.order-product-overview-wrapper .product-image-wrapper .product-image-wrapper-image-container {
  background-color: transparent;
  height: 98%;
  margin-bottom: 1%;
  margin-left: 1%;
  margin-top: 1%;
  width: 98%;
  z-index: 9;
  position: relative;
  zoom: 1;
}
.grid4 .order-product-overview-wrapper .product-image-wrapper {
  border-bottom: 1px solid #e5e5e5;
}
.order-product-overview-wrapper .cargorate {
  clear: both;
  display: block;
  color: #aaaaaa;
}
.order-product-overview-wrapper .milesandmore-wrapper {
  background-color: #f5f5f5;
  padding-bottom: 0.75em;
  padding-top: 0.75em;
  margin-top: 0.8333333333333334em;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.order-product-overview-wrapper .milesandmore-wrapper .milesandmore-logo-wrapper img {
  margin-top: 1em;
  width: 55%;
}
.order-product-overview-wrapper .milesandmore-wrapper .milesandmore-miles-wrapper {
  padding-top: 0.8333333333333334em;
}
.order-product-overview-wrapper .milesandmore-wrapper .milesandmore-miles-wrapper th {
  padding-right: 0.25em;
}
.order-product-overview-wrapper .milesandmore-wrapper .milesandmore-logo-wrapper {
  width: 50%;
}
.grid9 .order-product-overview-wrapper .milesandmore-wrapper .milesandmore-logo-wrapper {
  width: 27%;
}
.grid12 .order-product-overview-wrapper .milesandmore-wrapper .milesandmore-logo-wrapper {
  width: 23%;
}
.order-product-overview-wrapper .milesandmore-wrapper .milesandmore-miles-wrapper {
  margin-left: 3%;
  width: 47%;
}
.layer-view .show-in-page-mode,
.page-view .show-in-layer-mode {
  display: none;
}
.order-layer-recommendation-grid-row {
  display: none;
}
.order-layer-recommendation-grid-row .recommendationHeadline {
  display: block;
  font-size: 2.0833333333333335em;
  padding-top: 0.8333333333333334em;
}
/*
	.grid4 .order-layer-recommendation-grid-row .recommendationHeadline{
		.margin-bottom(-15);
	}
	*/
/* Bestelloverlay Ende */
/* Kundenbewertungen, Anfang */
#grid-row-customerrating strong.headline {
  display: block;
  font-size: 1.5em;
  margin-top: 1.3888888888888888em;
}
#grid-row-customerrating .rating-wrapper {
  float: left;
  margin-top: 1.8333333333333333em;
}
#grid-row-customerrating span.summary {
  float: left;
  margin-top: 2.0833333333333335em;
}
#grid-row-customerrating img.geschenkkarte-platin {
  float: left;
  margin-top: 2.5em;
  width: 100%;
}
#grid-row-customerrating img.hawesko-review-button {
  margin-top: 0.8333333333333334em;
  width: 100%;
}
#grid-row-customerrating blockquote {
  float: left;
  margin-top: 2.4166666666666665em;
  width: 100%;
}
#grid-row-customerrating blockquote > span {
  display: block;
  line-height: 1.3333333333333333em;
  margin-top: 0.25em;
}
#grid-row-customerrating .write-comment-wrapper {
  float: left;
  margin-left: 5%;
  margin-top: 0.75em;
  width: 60%;
}
#grid-row-customerrating .geschenkkarte-wrapper {
  width: 30%;
}
.grid4 #grid-row-customerrating .write-comment-wrapper a,
.grid6 #grid-row-customerrating .write-comment-wrapper a {
  font-size: 1.1666666666666667em;
}
.grid9 #grid-row-customerrating .write-comment-wrapper a {
  font-size: 1.0833333333333333em;
}
.grid12 #grid-row-customerrating span.summary {
  margin-left: 4.583333333333333em;
}
.grid4 #grid-row-customerrating blockquote {
  width: 100%;
}
.grid4 #grid-row-customerrating .write-comment-wrapper {
  margin-left: 1em;
}
#grid-row-comments {
  margin-top: 3.1666666666666665em;
}
.customerrating .comment {
  padding-bottom: 0.8333333333333334em;
  border-top: solid 1px #e5e5e5;
}
.customerrating .comment .grid-col {
  padding-top: 1.0833333333333333em;
}
.customerrating .comment span.year {
  font-weight: bold;
}
.customerrating .comment strong.headline {
  display: block;
  font-weight: bold;
}
.customerrating .comment p.comment-copytext {
  font-style: italic;
  margin-top: 0.8333333333333334em;
  padding-bottom: 0.8333333333333334em;
}
.customerrating .comment span.helpful {
  color: #aaaaaa;
  display: inline-block;
  margin-top: 0.3333333333333333em;
}
.customerrating .comment span.helpful-yes-no {
  color: #aaaaaa;
  margin-right: 3.3333333333333335em;
  float: right;
  margin-top: 0.3333333333333333em;
}
.customerrating .comment span.helpful-yes-no a {
  color: #aaaaaa;
}
.customerrating .comment a.notify {
  color: #aaaaaa;
  margin-left: 2.5em;
  margin-top: 0.3333333333333333em;
  float: right;
}
.customerrating .comment .rating-wrapper {
  display: inline-block;
}
.customerrating .comment span.name {
  display: block;
  margin-top: 0.8333333333333334em;
}
.customerrating .comment span.date {
  display: block;
  margin-top: 0.16666666666666666em;
}
.customerrating .more-comments span {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  margin: 1em 0;
  width: 100%;
}
.grid9 .customerrating .comment span.helpful-yes-no {
  float: left;
  margin-left: 0;
}
.grid-smartphone .customerrating .comment .grid-col.grid-col-comment {
  border-top: none;
}
.grid-smartphone .customerrating .comment .rating-wrapper {
  float: left;
  margin-top: -0.4166666666666667em;
}
.grid-smartphone .customerrating .comment span.name {
  float: left;
  margin-top: 0em;
  margin-left: 0.4166666666666667em;
}
.grid-smartphone .customerrating .comment span.date {
  float: left;
  margin-top: 0em;
  margin-left: 0.4166666666666667em;
}
.grid-smartphone .customerrating .comment span.helpful-yes-no {
  float: left;
  margin-left: 0;
}
.grid-smartphone .customerrating .comment a.notify {
  margin-left: 0;
}
.grid-smartphone .customerrating .comment {
  padding-bottom: 1.6666666666666667em;
}
.grid6 #grid-row-customerrating span.summary {
  margin-left: 2.0833333333333335em;
}
.grid4 .customerrating .comment span.name {
  margin-top: 0.8333333333333334em;
}
.grid4 .customerrating .comment span.helpful-yes-no {
  margin-top: 0.4166666666666667em;
}
/* Kundenbewertungen, Ende */
/* Die Weine des Pakets Anfang */
#grid-row-headline strong {
  font-size: 1.5em;
  float: left;
  margin-top: 1.4444444444444444em;
  text-transform: none;
}
#grid-row-package {
  margin-top: 2.5em;
}
#grid-row-package span.elementPagerPrevious {
  cursor: pointer;
  display: none;
  /*.font-size(45);*/

  font-size: 3.75em;
  left: 0;
  position: absolute;
  top: 3.5em;
  z-index: 10;
}
#grid-row-package span.elementPagerNext {
  cursor: pointer;
  font-size: 3.75em;
  right: 0;
  position: absolute;
  top: 3.5em;
  z-index: 10;
}
.package-wrapper {
  display: none;
}
.package-wrapper .notice-wrapper {
  height: 6em;
  width: 6em;
}
.package-wrapper .notice-wrapper p {
  font-size: 2.5em;
  padding: 0.6em 0 0;
}
.package-wrapper .image-wrapper {
  border-bottom: 1px solid #aaaaaa;
}
.package-wrapper .image-wrapper img {
  height: 16.2em;
  margin-bottom: 1em;
  max-width: 100%;
}
.package-wrapper .text-wrapper {
  margin-bottom: 1em;
  margin-top: 1em;
  left: 0;
  top: 0;
}
.package-wrapper .text-wrapper p.regular-price {
  color: #aaaaaa;
}
.package-wrapper.active {
  display: block;
}
/* Die Weine des Pakets Ende */
/* Aehnliche Weine */
.text-wrapper > table.standard-table.simular-wine > thead > tr > th,
.text-wrapper > table.standard-table.simular-wine > tbody > tr > td {
  background: #ffffff;
  border: solid 1px #e5e5e5;
}
.text-wrapper > table.standard-table.simular-wine {
  margin-top: 0;
}
.grid-smartphone .text-wrapper > table.standard-table.simular-wine thead {
  display: none;
}
.grid-smartphone .text-wrapper > table.standard-table.simular-wine td.productionarea:before {
  content: 'Anbauregion';
}
.grid-smartphone .text-wrapper > table.standard-table.simular-wine td.type-of-vine:before {
  content: 'Rebsorte';
}
.grid-smartphone .text-wrapper > table.standard-table.simular-wine td.vineyard:before {
  content: 'Weingut';
}
.grid-smartphone .text-wrapper > table.standard-table.simular-wine td.year:before {
  content: 'Jahrgang';
}
table.simular-wine td a {
  display: block;
}
.grid-smartphone .text-wrapper > table.standard-table.simular-wine tr:hover > td {
  background: #f5f5f5;
  background: none;
}
.grid-smartphone .text-wrapper > table.standard-table.simular-wine tr > td:hover {
  background: #e5e5e5;
  background: none;
}
.grid-smartphone .text-wrapper > table.standard-table.simular-wine td {
  border-top: none;
  display: block;
  font-size: 1em;
  position: relative;
  padding-left: 37%;
}
.grid-smartphone .text-wrapper > table.standard-table.simular-wine td:first-child {
  border-top: solid 1px #e5e5e5;
}
.grid-smartphone .text-wrapper > table.standard-table.simular-wine td:before {
  font-weight: bold;
  left: 1.75em;
  position: absolute;
}
/*-------------------------*/
/* PRODUKTDETAILSEITE ENDE */
/*-------------------------*/
/*-------------------------*/
/* CONTENTSEITE ANFANG     */
/*-------------------------*/
.grid-row.grid-relative {
  position: relative;
}
.grid-row.grid-relative > .anker {
  position: absolute;
}
#grid-col-contentseite,
.grid-col-contentseite {
  margin-top: 1.6666666666666667em;
}
#grid-col-contentseite h1 {
  font-size: 1.5em;
  font-family: Arial, Verdana, sans-serif;
  font-weight: bold;
  margin-bottom: 1.1111111111111112em;
}
.grid-col-contentseite .packageslist h1 {
  margin-bottom: 0.5555555555555556em;
}
.grid-col.background-image-wrapper {
  position: static;
}
.background-image-wrapper > img {
  width: 100%;
  display: block;
}
.grid-row.tab-with-background {
  background-repeat: no-repeat;
  -moz-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  -ms-behavior: url(/hw4/css/css_addons/backgroundsize.htc) !important;
}
.grid-row.tab-with-background .fullsize {
  width: 100%;
  height: 14em;
  position: absolute;
  z-index: 99;
}
.grid-row.row-with-background,
.grid-row .grid-col.col-with-background {
  background-repeat: no-repeat;
  -moz-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  -ms-behavior: url(/hw4/css/css_addons/backgroundsize.htc) !important;
}
.grid-row.tab-with-background > .grid-col > .text-wrapper {
  margin-top: 1.6666666666666667em !important;
  margin-left: 0 !important;
  margin-bottom: 1.6666666666666667em !important;
  color: #003354;
}
.grid-row.tab-with-background > .grid-col > .text-wrapper > .headline {
  font-size: 2em;
}
.grid-row.tab-with-background > .grid-col > .text-wrapper > .flowtext {
  line-height: 1.6666666666666667em;
}
.grid-row.tab-with-background > .grid-col > .text-wrapper > a {
  margin-top: 0.8333333333333334em;
}
#blue-box-container.grid-row {
  position: relative;
}
.grid-col.blue-box-wrapper {
  position: absolute;
  padding-top: 2.5em;
  padding-right: 1.6666666666666667em;
  padding-bottom: 2.5em;
  padding-left: 1.6666666666666667em;
  margin-top: 1.6666666666666667em;
  right: 0;
  color: #ffffff;
}
.no-rgba .grid-col.blue-box-wrapper {
  background-color: #04449b;
  background-color: rgba(4, 67, 154, 0.85);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#d904439a, endColorstr=#d904439a)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d904439a, endColorstr=#d904439a);
}
.rgba .grid-col.blue-box-wrapper {
  background-color: rgba(4, 67, 154, 0.85);
}
.no-rgba .grid-col.blue-box-wrapper.lightblue {
  background-color: #50a5d1;
  background-color: rgba(82, 167, 209, 0.85);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#d952a7d1, endColorstr=#d952a7d1)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d952a7d1, endColorstr=#d952a7d1);
}
.rgba .grid-col.blue-box-wrapper.lightblue {
  background-color: rgba(82, 167, 209, 0.85);
}
.no-rgba .grid-col.blue-box-wrapper.darkblue {
  background-color: #003354;
  background-color: rgba(0, 49, 82, 0.85);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#d9003152, endColorstr=#d9003152)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d9003152, endColorstr=#d9003152);
}
.rgba .grid-col.blue-box-wrapper.darkblue {
  background-color: rgba(0, 49, 82, 0.85);
}
.grid4 .grid-col.blue-box-wrapper,
.grid6 .grid-col.blue-box-wrapper {
  position: static;
  margin-top: 0;
}
.blue-box-wrapper > .text-wrapper > .headline {
  font-size: 1.8333333333333333em;
  margin-bottom: 0.45454545454545453em;
}
.blue-box-wrapper > .text-wrapper > .subheadline {
  font-size: 1.1666666666666667em;
  margin-top: 1.4285714285714286em;
  margin-bottom: 0.35714285714285715em;
  font-weight: bold;
}
.blue-box-wrapper > .text-wrapper > .subheadline > .icon[data-icon="v"]:before {
  font-size: 1.1666666666666667em;
}
.blue-box-wrapper > .text-wrapper a {
  color: #ffffff;
}
.blue-box-wrapper > .text-wrapper a:hover {
  color: #e5e5e5;
}
/*-------------------------*/
/* CONTENTSEITE ENDE       */
/*-------------------------*/
/*-------------------------*/
/* LEFT-NAVI ANFANG        */
/*-------------------------*/
#grid-col-left-navi {
  margin-top: 2.5em;
}
.grid12 #grid-col-left-navi {
  margin-top: 1.6666666666666667em;
  margin-left: 0.6666666666666666em;
  margin-bottom: 1.6666666666666667em;
}
.grid12 .left-navi-head {
  background: transparent;
  color: #003354;
  font-size: 1.1666666666666667em;
  font-weight: bold;
  margin-bottom: 1.0833333333333333em;
}
.grid12 .left-navi-head:hover {
  background: transparent;
}
.left-navi-link a {
  color: #003354;
  font-size: 1.0833333333333333em;
}
.grid9 .left-navi-link a:hover,
.grid12 .left-navi-link a:hover {
  color: #50a5d1;
}
.left-navi-link li {
  margin-bottom: 0.6666666666666666em;
}
.grid9 .left-navi-link > ul > li {
  margin-left: 1.25em;
}
.grid9 .left-navi-link li:first-child {
  margin-top: 0.6666666666666666em;
}
.grid9 .left-navi-link li li:first-child {
  margin-top: 0;
}
.grid-smartphone .left-navi-link li {
  margin-bottom: 0;
}
.grid-smartphone .left-navi .inner-navigation,
.grid-smartphone .left-navi .sub-navigation {
  display: none;
  font-weight: normal;
}
.left-navi .active {
  font-weight: bold;
}
.grid9 .left-navi .active,
.grid12 .left-navi .active {
  font-weight: normal;
}
.left-navi .icon {
  font-weight: normal !important;
}
/*-------------------------*/
/* LEFT-NAVI ENDE          */
/*-------------------------*/
/*-----------------------*/
/* BESTELLPROZESS ANFANG */
/*-----------------------*/
/* Breadcrumb */
.grid-desktop #order-process {
  margin-top: 1em;
  margin-bottom: 1.5em;
}
.grid-smartphone #order-process .grid-col-smartphone {
  background: #f5f5f5;
  margin-top: .5em;
}
.grid-smartphone #order-process .grid-col-smartphone span {
  display: block;
  margin: 0.5em;
}
.orderStep7TopTeaser > div {
  top: 10% !important;
  left: 45% !important;
}
ul.order-process {
  overflow: hidden;
  width: 100%;
}
ul.order-process li {
  background: #f6f5ec;
  float: left;
  margin-left: 1.3em;
}
ul.order-process li:first-child {
  margin-left: 0;
}
ul.order-process li,
ul.order-process li a {
  color: #aaaaaa;
}
ul.order-process li a,
ul.order-process li span {
  display: block;
  font-weight: bold;
  padding: 1.1em .6em;
  position: relative;
  text-transform: uppercase;
}
ul.order-process li a:before,
ul.order-process li span:before {
  border-color: #f6f5ec #f6f5ec #f6f5ec transparent;
  border-style: solid solid solid outset;
  border-width: 1.8em 0 1.8em 1em;
  content: "";
  left: -0.9em;
  margin-top: -1.8em;
  position: absolute;
  top: 50%;
}
ul.order-process li a:after,
ul.order-process li span:after {
  border-bottom: 1.8em outset transparent;
  border-left: 1em solid #f6f5ec;
  border-top: 1.8em solid transparent;
  content: "";
  margin-top: -1.8em;
  position: absolute;
  right: -0.9em;
  top: 50%;
}
ul.order-process li:first-child a:before,
ul.order-process li:first-child span:before {
  display: none;
}
ul.order-process li.last {
  margin-bottom: 0;
}
ul.order-process li.last a:after,
ul.order-process li.last span:after {
  display: none;
}
ul.order-process li.done {
  background: #edebda;
}
ul.order-process li.active {
  background: #edebda;
}
ul.order-process li.done a:before,
ul.order-process li.done span:before,
ul.order-process li.active a:before,
ul.order-process li.active span:before {
  border-color: #edebda #edebda #edebda transparent;
}
ul.order-process li.done a:after,
ul.order-process li.done span:after,
ul.order-process li.active a:after,
ul.order-process li.active span:after {
  border-left: 1em solid #edebda;
}
ul.order-process li.done,
ul.order-process li.done a {
  color: #003354;
}
ul.order-process li.active,
ul.order-process li.active a {
  color: #50a5d1;
}
ul.order-process li a:hover {
  color: #003354;
}
.grid12 ul.order-process li > a,
.grid12 ul.order-process li > span {
  padding-left: 2.4em;
  padding-right: 2.4em;
}
/* Abschnitt Warenkorb, Headline */
.order-introduction {
  border-bottom: solid 1px #e5e5e5;
  padding-bottom: 2.75em;
  position: relative;
  margin-top: 1em;
}
.order-introduction.step7 {
  border-bottom: none;
  padding-bottom: 1.6666666666666667em;
}
#order-register .order-introduction:first-child {
  margin-top: 0 !important;
}
.order-introduction.noborderbottom {
  border-bottom: none;
  padding-bottom: 0;
}
.order-introduction > h2 {
  width: 70%;
}
.order-introduction > h2.nobutton {
  width: 100%;
}
.grid-smartphone .order-introduction > h2 {
  width: 100%;
}
.grid-smartphone .order-introduction {
  margin-top: 0;
}
.order-introduction > p {
  font-size: 1.1666666666666667em;
  margin-top: 1.25em;
}
.order-introduction.step7 a {
  text-decoration: underline;
}
.order-introduction > p.nomargin {
  margin-top: 0;
}
.order-introduction > a.btn.primarycolor {
  position: absolute;
  right: 0;
  top: 0;
}
.order-content {
  margin-top: 1.6666666666666667em;
}
.order-content.step7 {
  margin-top: 0em;
}
.grid-smartphone .order-content {
  margin-top: 0.8333333333333334em;
}
.order-wrapper .social-links {
  float: right;
}
.order-wrapper .social-links img {
  width: 2.5em;
}
.grid4 .order-wrapper .social-links {
  float: none;
  position: relative;
  text-align: center;
  top: 1em;
}
.order-nextsteps {
  margin-top: 1em;
}
.order-nextsteps .nextsteps-gfx {
  text-align: center;
  width: 100%;
  margin-bottom: 0.5em;
  margin-top: 1.5em;
}
.order-nextsteps .nextsteps-gfx img {
  width: 80%;
}
.order-nextsteps .nextsteps-desc {
  text-align: center;
  width: 100%;
  margin-bottom: 2.75em;
  font-size: 1.1666666666666667em;
}
.order-nextsteps .nextsteps-desc div {
  width: 25%;
  float: left;
}
.center-teasers a.btn {
  padding-bottom: 0.25em;
  display: inline;
}
.grid4 .center-teasers a.btn {
  display: inline-block;
}
.center-teasers .register-teaser,
.center-teasers .ts-review-teaser,
.center-teasers .facebook-teaser {
  background-color: #f1f1ef;
  height: 29em;
  text-align: center;
}
.center-teasers .facebook-teaser {
  background-image: url('/hw4/images/content-images/order/step7/fb-teaser_danke_bg.jpg');
  background-size: cover;
  color: #ffffff;
}
.center-teasers .facebook-teaser .headline {
  text-align: left;
  font-family: CorporateAW01-LightItal;
  font-size: 2.6em;
  position: absolute;
  top: 0em;
  left: 6%;
  width: 88%;
}
.center-teasers .facebook-teaser .flying-box {
  font-size: 108%;
  left: 6%;
  line-height: 1.4em;
  position: absolute;
  text-align: left;
  top: 4.75em;
  width: 35%;
}
.center-teasers .facebook-teaser .button-wrapper {
  position: relative;
  top: 25em;
}
.center-teasers .facebook-teaser .button-wrapper a.btn {
  background: #50a5d1;
  color: #fff;
}
.center-teasers .facebook-teaser .button-wrapper a.btn:hover {
  background: #003354;
}
.grid-smartphone .center-teasers .facebook-teaser {
  height: 27em !important;
}
.grid4 .center-teasers .facebook-teaser .flying-box {
  top: 5.75em;
  width: 58%;
}
.grid4 .center-teasers .facebook-teaser .button-wrapper {
  top: 23.2em;
}
.grid9 .center-teasers .facebook-teaser .flying-box {
  top: 4.25em;
  width: 47%;
}
.grid4 .center-teasers .register-teaser,
.grid4 .center-teasers .ts-review-teaser,
.grid4 .center-teasers .facebook-teaser,
.grid6 .center-teasers .register-teaser,
.grid6 .center-teasers .ts-review-teaser,
.grid6 .center-teasers .facebook-teaser {
  height: auto;
  margin-bottom: 2em;
  padding-bottom: 2em;
}
.center-teasers .ts-review-teaser img {
  width: 33em;
}
.grid4 .center-teasers .ts-review-teaser img,
.grid9 .center-teasers .ts-review-teaser img {
  width: 24em;
}
.center-teasers .headline {
  font-family: CorporateAW01-LightItal;
  font-size: 2.5em;
  text-align: center;
  padding: 0.5em 0 0 0;
}
.grid9 .center-teasers .headline,
.grid4 .center-teasers .headline {
  font-size: 2.0em;
}
.center-teasers .body {
  color: #436881;
  font-size: 1.1em;
  padding: 1em 5em;
  text-align: center;
}
.center-teasers .box {
  background-color: #436881;
  color: white;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 2em;
  margin: 0 1.5em 2em;
  padding: 1em 0.5em 1em 4em;
  position: relative;
  text-align: left;
}
.center-teasers .box img.eyecatcher {
  position: absolute;
  right: 0.5em;
  top: 2em;
  width: 7em;
}
.center-teasers .box li:before {
  background-image: url("/hw4/images/content-images/order/step7/yellow_check.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: " ";
  display: inline-block;
  height: 1em;
  position: relative;
  right: 1em;
  width: 1.2em;
}
.grid4 .center-teasers .box {
  margin: 0 0.5em 2em;
  padding: 1em 0.5em 1em 2em;
}
.trustedshops-reg-wrapper {
  background-color: #d5d5d5;
}
.trustedshops-reg-wrapper .image-wrapper {
  padding: 2.5em;
}
.trustedshops-reg-wrapper .image-wrapper img {
  width: 100%;
}
.trustedshops-reg-wrapper .text-wrapper {
  text-align: center;
  width: 100%;
  font-size: 1.1666666666666667em;
  padding-top: 1em;
}
.trustedshops-reg-wrapper .text-wrapper .headline {
  text-transform: uppercase;
  padding-bottom: 0.25em;
  font-weight: bold;
  font-size: 1.25em;
  color: #003354;
}
.trustedshops-reg-wrapper .text-wrapper .btn {
  margin-bottom: 1em;
}
.trustedshops-reg-wrapper .text-wrapper p {
  margin-top: 0.5em;
}
.grid6 .trustedshops-reg-wrapper .image-wrapper.left {
  padding: 1em 0 0 0.5em;
}
.grid6 .trustedshops-reg-wrapper .image-wrapper.right {
  padding: 1em 0.5em 0 0;
}
.grid4 .trustedshops-reg-wrapper .image-wrapper.left {
  padding: 1em 0 0 0.5em;
}
.grid4 .trustedshops-reg-wrapper .text-wrapper {
  padding: 1em 0 1em 0;
  width: 95%;
  text-align: left;
}
/* Abschnitt Warenkorb, Tabelle Anfang */
.cart-table {
  border: solid 1px #e5e5e5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.cart-table tr {
  border-bottom: solid 1px #e5e5e5;
  border-top: solid 1px #e5e5e5;
}
.cart-table tr.noboderbottom {
  border-bottom: none;
}
.cart-table tr.nobodertop {
  border-top: none;
}
.cart-table tr.summary {
  border: none;
}
.cart-table tr.summary td {
  padding-bottom: .5em;
  padding-top: .5em;
}
.cart-table tr.summary td:first-child {
  font-weight: bold;
}
.cart-table tr.summary.totalsum td {
  border-top: solid 1px #e5e5e5;
  font-weight: bold;
}
.cart-table tr.summary.totalsum td b.font-16 {
  font-size: 1.1428571428571428em;
}
.cart-table th {
  background: #f6f5ec;
  font-weight: bold;
  padding-bottom: 1em;
  padding-top: 1em;
}
.cart-table td {
  padding-bottom: 1em;
  padding-top: 1em;
  text-align: left;
  vertical-align: top;
}
.grid-smartphone .cart-table td:first-child {
  padding-top: 1em;
}
.grid-smartphone .cart-table td {
  padding-bottom: .5em;
  padding-top: .5em;
}
.cart-table .col-quantity {
  width: 5em;
}
.cart-table .col-price {
  width: 6em;
}
.cart-table .col-sum {
  width: 7em;
}
.cart-table .col-article {
  width: 24em;
}
.grid-desktop .cart-table.no-image.no-actions .col-article,
.grid-desktop .cart-table.no-image.no-actions .col-title {
  width: 21%;
}
.cart-table .col-delete {
  width: 2.5em;
}
.grid-desktop .cart-table.no-image.no-actions .col-sum {
  width: 9em;
}
.grid-desktop .cart-table .col-price,
.grid-desktop .cart-table .col-sum {
  text-align: right;
  padding-right: 2em;
}
.cart-table.no-image .col-sum .article-price-sum {
  height: auto;
}
.cart-table.no-image .col-sum .red.discount {
  display: block;
  margin-top: 0.4166666666666667em;
}
.cart-table.no-image.no-actions .col-sum {
  padding-right: 0;
}
/* Produktbild */
.cart-table td.col-article .image-wrapper {
  float: left;
  width: 40%;
}
.cart-table td.col-article .image-wrapper img {
  display: block;
  height: 6.5em;
  max-height: 14em;
  max-width: 6em;
  margin-top: .5em;
}
/* Bezeichnung */.cart-table td.col-article .article-information a {
  /*display:block;*/

}
.cart-table td.col-article .article-information span.type-of-wine {
  display: block;
}
.grid-desktop .cart-table td.col-article .article-information a {
  width: 50%;
}
/* Anzahl */
.grid-smartphone .article-quantity-wrapper {
  float: right;
}
.grid-smartphone .article-quantity-wrapper + span {
  margin-right: 0.5em;
  position: relative;
  top: 0.2em;
}
.cart-table td.col-availability .availability {
  height: 2.0833333333333335em;
}
.grid-smartphone .cart-table td.col-availability .availability.red {
  height: auto;
  display: block;
  margin-left: 38%;
}
.cart-table td.col-quantity {
  /*
				.btn-refresh:after{
					margin: .3em;
				}
				*/

}
.cart-table td.col-quantity input {
  float: left;
  padding: .2em;
  text-align: right;
  width: 2em;
}
.cart-table td.col-quantity .btn-refresh {
  margin-left: .5em;
}
.cart-table td.col-quantity .article-quantity-wrapper {
  height: 2.0833333333333335em;
  float: none;
}
.cart-table.no-image td.col-quantity .article-quantity-wrapper {
  height: auto;
}
.cart-table.no-image td.col-quantity .red.discount {
  margin-top: 0.4166666666666667em;
}
.grid4 .cart-table td.col-availability .red .error,
.grid6 .cart-table td.col-availability .red .error {
  width: 40%;
  display: block;
  float: right;
}
.cart-table td.col-sum {
  background: #f5f5f5;
  font-weight: bold;
}
/* Posten entfernen */
.cart-table td.col-delete {
  text-align: center;
  /*
				.btn-delete{
					.height(20);
					.width(20);
				}
				.btn-delete:after{
					margin: .3em;
				}
				*/

}
/* Allgemeine Text für Hinweise */
.grid-smartphone .cart-table td span.simple-infotext {
  display: block;
  margin-left: 38%;
  text-align: left;
}
/* Smartphonevariante */
.grid-smartphone .cart-table td .col-wrapper:before {
  float: left;
}
.grid-smartphone .cart-table.image td .col-wrapper:before {
  margin-left: 38%;
}
.grid-smartphone .cart-table.image td.col-article .image-wrapper {
  position: absolute;
  left: 0;
}
.grid-smartphone .cart-table.image td.col-article .image-wrapper img {
  height: auto;
  max-height: 12em;
}
.grid-smartphone .cart-table.no-image.no-actions td.col-article .col-wrapper:before {
  content: 'Artikel';
}
.grid-smartphone .cart-table td.col-description .col-wrapper:before {
  content: 'Beschreibung';
}
.grid-smartphone .cart-table td.col-availability .col-wrapper:before {
  content: 'Verf\00FCgbarkeit';
}
.grid-smartphone .cart-table td.col-quantity .col-wrapper:before {
  content: 'Anzahl';
}
.grid-smartphone .cart-table td.col-price .col-wrapper:before {
  content: 'Einzelpreis';
}
.grid-smartphone .cart-table td.col-sum .col-wrapper:before {
  content: 'Gesamtpreis';
}
.grid-smartphone .cart-table td.col-valueofgoods .col-wrapper:before {
  content: 'Warenwert';
}
.grid-smartphone .cart-table thead {
  display: none;
}
.grid-smartphone .cart-table td {
  clear: both;
  float: left;
  text-align: right;
  width: 100%;
}
.grid-smartphone .cart-table.no-image.no-actions td.col-article {
  margin-top: 0;
}
.grid-smartphone .cart-table td.col-article .article-information {
  margin-left: 38%;
  text-align: left;
}
.grid-smartphone .cart-table.no-image td.col-article .article-information {
  margin-left: 0;
}
.grid-smartphone .cart-table td.col-delete {
  display: none;
}
/* Smartphone: Zusammenfassung unterhalb der Tabelle */
.grid-smartphone .cart-table tr.summary {
  background: #f5f5f5;
}
.grid-smartphone .cart-table tr.summary td:first-child {
  background: #ffffff;
  width: 100%;
}
.grid-smartphone .cart-table tr.summary td {
  clear: none;
  float: left;
  width: 50%;
}
.grid-smartphone .cart-table tr.summary td.col-title,
.grid-smartphone .cart-table tr.summary td.col-description {
  text-align: left;
}
.grid-smartphone .cart-table tr.summary td.col-sum .col-wrapper:before,
.grid-smartphone .cart-table tr.summary td.col-description .col-wrapper:before {
  content: '';
}
.grid-smartphone .cart-table tr.summary.delivery td.col-description {
  width: 75%;
}
.grid-smartphone .cart-table tr.summary.delivery td.col-sum {
  width: 25%;
}
.cart-table tr.summary.delivery td.col-title a.btn,
.cart-table tr.summary.greetingcard td.col-title a.btn {
  float: right;
  margin-right: 7em;
  margin-top: -0.4em;
}
.grid-smartphone .cart-table tr.summary.delivery td.col-title a.btn,
.grid-smartphone .cart-table tr.summary.greetingcard td.col-title a.btn {
  margin-right: 0;
}
/* Titel-Wert-Tabellen */
.grid-desktop #titlevalue-cart tr:first-child td {
  padding-top: 2.5em;
}
.titlevalue {
  table-layout: fixed;
  width: 100%;
}
.titlevalue tr.totalsum td {
  border-top: solid 1px #e5e5e5;
}
.titlevalue td.col-title {
  width: 100%;
}
.titlevalue td.col-value {
  font-weight: bold;
  text-align: right;
  vertical-align: top;
  width: 7em;
}
.grid-smartphone .titlevalue td > .col-wrapper.smartphonegreybg {
  background: #f5f5f5;
  padding: 1.5em 0;
}
.titlevalue td.col-spacer {
  height: 1px;
  width: 2.5em;
}
.grid-smartphone .titlevalue td.col-spacer {
  display: none;
}
/*
.grid-desktop .titlevalue td{
	padding-bottom: 1em;
}
*/
.grid-desktop .titlevalue td.col-value {
  background: #f5f5f5;
  padding-right: 2em;
}
.titlevalue tr.freightcharges td > .col-wrapper {
  padding-bottom: 2em;
}
.grid-desktop #order-table-summary .titlevalue tr.totalsum td > .col-wrapper {
  padding-bottom: 2.5em;
  padding-top: 2em;
}
/* Prüfen */
.grid-desktop #order-table-summary .cart-table.image td.col-article .image-wrapper {
  width: 9.5em;
}
.grid-smartphone #order-table-summary .cart-table.image td.col-article .image-wrapper img {
  max-height: 7em;
}
.our-thankyou-for-your-order {
  color: #ad8a6b;
  font-size: 1.1666666666666667em;
  font-weight: bold;
}
.grid-desktop .our-thankyou-for-your-order {
  display: block;
}
.grid-smartphone .our-thankyou-for-your-order {
  float: left;
  margin-bottom: 1em;
  width: 100%;
}
/*
.titlevalue tr.our-thankyou-for-your-order td.col-title{
	border-top: solid 1px @lightgrey;
	
	span{
		width: 100%;
	}
	
	.image-wrapper{
		float: left;
		margin-top: 1em;
		width: 7em;
		
		img{
			height: 6.5em;
			float: left;
			max-height: 14em;
			max-width: 6em;
			margin-top: .5em;
		}
	}
	
	.article-information{
		float: left;
		margin-top: 1em;
	}
}
*/
/*
.grid-smartphone .titlevalue tr.our-thankyou-for-your-order td{
	margin-bottom: 1em;
	margin-top: 1em;
}
*/
/* Abschnitt Warenkorb, Tabelle Ende */
/* Additions: 12 für 11 */
.order-addition-wrapper {
  background: url("/hw4/images/design-images/background-paper.jpg") repeat scroll 0 0 transparent;
  -moz-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  -ms-behavior: url(/hw4/css/css_addons/backgroundsize.htc) !important;
  float: left;
}
.order-addition-wrapper .order-addition-infoline {
  background: #ad8a6b;
  color: #ffffff;
  font-weight: bold;
}
.order-addition-wrapper .order-addition-infoline span {
  float: left;
  margin: 1em 0 1em 1em;
}
.order-addition-wrapper .order-addition-headline span.subheadline {
  color: #ad8a6b;
  display: block;
  font-size: 1.5em;
  margin-top: 1.3888888888888888em;
  text-align: center;
  width: 100%;
}
.order-addition-wrapper .order-addition-headline span.headline {
  border-bottom: 1px solid #ad8a6b;
  color: #ad8a6b;
  display: block;
  font-size: 1.8333333333333333em;
  margin-bottom: 0.6285714285714286em;
  text-align: center;
  width: 100%;
  padding-bottom: .5em;
}
.order-addition-wrapper .order-addition-offers {
  margin-top: -2em;
}
.order-addition-wrapper .order-addition-offers li {
  margin-top: 2em;
}
.order-addition-wrapper .order-addition-offers li.advantage_code {
  margin-top: 0;
}
.order-addition-wrapper .order-addition-offers li .image-wrapper {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  display: block;
  height: 7em;
  float: left;
  position: relative;
  text-align: center;
  margin-right: 1em;
  width: 6.666666666666667em;
}
.order-addition-wrapper .order-addition-offers li .image-wrapper img {
  margin-top: 10%;
  height: 80%;
  width: auto;
  max-width: 90%;
}
.order-addition-wrapper .order-addition-offers li div.infos-wrapper {
  float: left;
  margin-top: .5em;
  width: 10em;
}
.order-addition-wrapper .order-addition-offers li div.infos-wrapper span {
  display: block;
}
.order-addition-wrapper .order-addition-offers li div.infos-wrapper span.name {
  font-weight: bold;
}
.order-addition-wrapper .order-addition-offers li .input-wrapper {
  float: left;
  margin-top: 1em;
  text-align: left;
  width: 100%;
}
.order-addition-wrapper .order-addition-offers li .input-wrapper input {
  margin-right: 0.4166666666666667em;
}
.order-addition-wrapper .order-addition-offers li .input-wrapper label {
  display: inline;
}
.order-addition-wrapper .order-addition-offers li .input-wrapper input#order-addition-select-no {
  float: left;
}
.order-addition-wrapper .order-addition-offers li .input-wrapper label[for='order-addition-select-no'] {
  float: left;
  font-weight: bold;
  text-align: left;
  width: 75%;
}
.order-addition-wrapper .order-addition-offers li .input-wrapper.no-value {
  margin-top: 0;
}
.order-addition-wrapper .order-addition-offers li .input-wrapper.no-image {
  margin-top: 8em;
}
.order-addition-wrapper .order-addition-offers li.inactive .image-wrapper:before {
  background: none repeat scroll 0 0 #FFFFFF;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.order-addition-wrapper .order-addition-offers li.inactive .infos-wrapper,
.order-addition-wrapper .order-addition-offers li.inactive .input-wrapper {
  color: #aaaaaa;
}
.grid-smartphone .order-addition-wrapper .order-addition-offers li.grid4-firstinline {
  clear: both;
}
.grid-smartphone .order-addition-wrapper .order-addition-offers li .image-wrapper {
  height: 8em;
  width: 100%;
}
.grid-smartphone .order-addition-wrapper .order-addition-offers li div.infos-wrapper {
  margin-left: 0;
  text-align: center;
  width: 100%;
  height: auto;
}
.grid-smartphone .order-addition-wrapper .order-addition-offers li .input-wrapper {
  text-align: center;
}
.grid-smartphone .order-addition-wrapper .order-addition-offers li .input-wrapper.no-image {
  margin-top: 0;
}
.grid-smartphone .order-addition-wrapper .order-addition-offers li .input-wrapper > span {
  display: block;
  width: 100%;
}
/* 12 fuer 11 Lieblingswein */
.teaser-12-fuer-11 {
  background-image: url(/hw4/images/design-images/12_11_teaser_bg.jpg);
}
.teaser-12-fuer-11 .bottle-image {
  position: absolute;
  right: 1em;
  bottom: -0.5em;
  z-index: 0;
}
.teaser-12-fuer-11 .bottle-image .bottle-image img {
  width: 8.5em;
}
.teaser-12-fuer-11 .headline {
  font-size: 2em;
}
.teaser-12-fuer-11 .teaser-description .left select {
  width: 14em;
}
.teaser-12-fuer-11 .stoerer {
  font-size: 2em;
}
.teaser-12-fuer-11 .stoerer + div {
  font-size: 1.2em;
}
.teaser-12-fuer-11 .stoerer + div .huge {
  font-size: 3em;
}
.grid9 .teaser-12-fuer-11 .bottle-image img {
  width: 7.5em;
}
.grid6 .teaser-12-fuer-11 .stoerer {
  font-size: 1.5em;
}
.grid6 .teaser-12-fuer-11 .stoerer + div {
  font-size: 1em;
  line-height: 1.1em;
}
.grid6 .teaser-12-fuer-11 .stoerer + div .huge {
  line-height: 1.5em;
  font-size: 1.5em;
}
.grid6 .teaser-12-fuer-11 .headline {
  font-size: 1.8em;
}
.grid4 .teaser-12-fuer-11 .headline {
  font-size: 1.8em;
}
.grid4 .teaser-12-fuer-11 .headline + div {
  float: none !important;
}
.grid4 .teaser-12-fuer-11 .teaser-description {
  text-align: center;
}
.grid4 .teaser-12-fuer-11 .teaser-description + div {
  text-align: center;
  font-size: 1.2em;
}
.grid4 .teaser-12-fuer-11 .teaser-description + div .head {
  font-size: 1.5em;
  font-weight: normal;
}
.grid4 .teaser-12-fuer-11 .stoerer + div .huge {
  display: inline-block;
  margin-top: 0.3em;
  border-top: 2px solid #003354;
  border-bottom: 2px solid #003354;
}
/* Abschnitt Frachtpauschale */
.nofreightcharges-wrapper {
  margin-top: 3em;
  position: relative;
}
.nofreightcharges-wrapper > div.nofreightcharges {
  background: #003354;
  height: 5.083333333333333em;
  position: absolute;
  top: -0.8333333333333334em;
  left: 0em;
  width: 5.083333333333333em;
  -moz-border-radius: 22em;
  -webkit-border-radius: 22em;
  border-radius: 22em;
}
.nofreightcharges-wrapper > div.nofreightcharges > span.big,
.nofreightcharges-wrapper > div.nofreightcharges > span.small {
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
.nofreightcharges-wrapper > div.nofreightcharges > span.big {
  font-size: 1.5833333333333333em;
  margin-top: 0.3684210526315789em;
}
.nofreightcharges-wrapper > div.nofreightcharges > span.small {
  font-size: 0.9166666666666666em;
  margin-top: -0.09090909090909091em;
  line-height: 0.9090909090909091em;
}
.nofreightcharges-wrapper > span.text {
  background: #edebda;
  display: block;
  margin-left: 3.5em;
  padding: 0.5em 0.5em 0.5em 2.5em;
}
.grid-smartphone .nofreightcharges-wrapper > span.text {
  margin-left: 2.5em;
  padding-left: 3.5em;
}
#order-table-summary {
  border-top: solid 1px #e5e5e5;
  outline: 1px solid #e5e5e5;
  outline-offset: -1px;
  outline: solid 1px #e5e5e5;
}
#order-table-summary .voucher-wrapper {
  float: left;
  margin-top: 1.5em;
  width: 100%;
}
#order-table-summary .voucher-wrapper .voucher-inner {
  display: table;
  width: 100%;
}
#order-table-summary .voucher-wrapper .voucher-inner label[for=set-voucher] {
  float: left;
  position: relative;
  top: -0.3em;
}
#order-table-summary .voucher-wrapper .voucher-inner .input-wrapper {
  display: table-cell;
  padding: 0px 10px;
  width: 100%;
}
#order-table-summary .voucher-wrapper .voucher-inner .input-wrapper input {
  float: left;
  padding: 0.2em;
  width: 100%;
}
#order-table-summary .voucher-wrapper .voucher-inner a {
  display: table-cell;
  float: left;
}
#complete-delivery-summary .voucher-wrapper {
  margin-top: 2.5em;
}
#complete-delivery-summary .voucher-wrapper label {
  display: block;
}
#complete-delivery-summary .voucher-wrapper label span.headline {
  display: block;
  font-size: 1.1666666666666667em;
  font-weight: bold;
}
#complete-delivery-summary .voucher-wrapper label span.text {
  display: block;
  margin-top: .5em;
}
#complete-delivery-summary .voucher-wrapper .voucher-inner {
  display: block;
  margin-top: .5em;
}
#complete-delivery-summary .voucher-wrapper .voucher-inner label {
  padding: .5em .8em 0 0;
}
#complete-delivery-summary .voucher-wrapper .voucher-inner .input-wrapper {
  display: inline-block;
  padding: 0;
  width: 9em;
  margin-right: 1.3em;
}
#complete-delivery-summary .voucher-wrapper .voucher-inner a {
  display: inline-block;
  float: left;
}
.bestellprozess-1-gutschein-fehler {
  position: absolute;
  bottom: 3.8em;
}
/* Abschnitt, Miles&More */
#order-milesandmore {
  background: #f6f5ec;
}
#order-milesandmore img.milesandmore-logo {
  float: left;
  margin-bottom: 2em;
  margin-top: 2em;
  width: 50%;
}
#order-milesandmore table.milesandmoreoffers {
  margin-top: 1.9em;
}
#order-milesandmore table.milesandmoreoffers tr > td {
  background: #f6f5ec;
  margin-top: .5em;
  text-align: right;
}
#order-milesandmore table.milesandmoreoffers tr > td:first-child {
  text-align: left;
  width: 75%;
}
#order-milesandmore span.milesandmoreinfo {
  display: block;
  font-size: 0.9166666666666666em;
  margin-top: 1em;
  margin-bottom: 1em;
}
#order-milesandmore span.milesandmoreinfo a {
  text-decoration: underline;
}
.grid6 #order-milesandmore img.milesandmore-logo {
  width: 90%;
}
/* Anmelden Anfang */
#form-login .field-wrapper + span {
  float: left;
  margin-top: 1em;
}
/*
#form-login .btn-login{
    float: right;
    margin-top: 4.5em;
}

			.grid-smartphone #form-login .btn-login{
				margin-top: 1em;
			}
*/
.teaser-jetzt-registrieren {
  background: #f6f5ec;
}
.teaser-jetzt-registrieren .grid-marginbox {
  float: left;
}
.teaser-jetzt-registrieren span.claim {
  color: #003354;
  float: left;
  font-size: 2.4166666666666665em;
}
.teaser-jetzt-registrieren ul {
  background: #ffffff;
  color: #ad8a6b;
  font-weight: bold;
  margin-top: -0.2em;
  padding: 1em;
}
.teaser-jetzt-registrieren ul > li {
  margin-top: 0.2em;
}
.grid-desktop .grid-row.login a.btn.btn-login {
  float: right;
  margin-top: .4em;
}
.grid-desktop .grid-row.register a.btn.btn-register {
  float: right;
  margin-top: 7em;
}
.grid-smartphone .grid-row.login a.btn.btn-login,
.grid-smartphone .grid-row.register a.btn.btn-register {
  float: right;
  margin-top: 1em;
  position: static;
}
.grid-desktop .order-introduction > a.btn.btn-setadress {
  float: right;
  margin-top: -1.9em;
  position: static;
}
.grid-smartphone .order-introduction > a.btn.btn-setadress {
  float: right;
  margin-top: 1em;
  position: static;
}
/* Anmelden Ende */
/* Warenkorbübersicht, in der rechten Seitenspalte Anfang */
.cartsummary-headline-wrapper {
  background: #003354;
  padding: 1em;
}
.cartsummary-headline-wrapper span.cartsummary-headline {
  color: #ffffff;
  display: inline-block;
  font-size: 1.1666666666666667em;
  text-transform: uppercase;
}
.cartsummary-headline-wrapper a.btn-more {
  color: #ffffff;
  float: right;
}
ul.cartsummary {
  background: none repeat scroll 0 0 #fff;
}
ul.cartsummary > li {
  border: solid 1px #e5e5e5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-top: 0.8em;
  width: 100%;
}
ul.cartsummary > li:first-child {
  border-top: none;
}
ul.cartsummary > li > span.article-name {
  float: left;
  font-weight: bold;
  margin-left: 1em;
  width: 60%;
}
ul.cartsummary > li > span.article-price {
  float: right;
  font-weight: bold;
  margin-right: 1em;
}
ul.cartsummary > li > span.article-amount {
  color: #aaaaaa;
  float: left;
  margin-bottom: 0.8em;
  margin-left: 1em;
  margin-top: 0.5em;
  width: 100%;
}
.cart-sum-caption-wrapper {
  background: none repeat scroll 0 0 #f5f5f5;
  clear: both;
  padding: 1em;
  border-left: solid 1px #e5e5e5;
  border-right: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
}
.cart-sum-caption-wrapper span.cart-sum-caption {
  font-size: 1.1666666666666667em;
  font-weight: bold;
}
.cart-sum-caption-wrapper span.cart-sum {
  float: right;
  font-weight: bold;
}
#voucher.cart-sum-caption-wrapper {
  background: none repeat scroll 0 0 #ffffff;
}
/* Warenkorbübersicht, in der rechten Seitenspalte Ende */
/* Adresse, Anfang */
.grid-smartphone #grid-col-select-adress {
  margin-top: 1em;
}
div.adrimport_num {
  padding-top: 0.4166666666666667em;
  float: left;
  font-weight: bold;
  width: 10%;
}
div.adrimport_step {
  padding-top: 0.4166666666666667em;
  float: left;
  width: 90%;
}
div.adrimport_button {
  padding-top: 0.4166666666666667em;
  padding-bottom: 0.4166666666666667em;
  padding-left: 10%;
}
div.adrimport_box_input {
  padding-top: 0.4166666666666667em;
  float: left;
  padding-right: 5%;
}
div.adrimport_box_importbutton {
  padding-top: 0.4166666666666667em;
  float: left;
}
/* Adresse, Ende */
/* Lieferung Anfang */
.order-checkoutprocess .cart-table-headline-wrapper {
  background: #f6f5ec;
}
.order-checkoutprocess .cart-table-headline-wrapper .grid-marginbox {
  position: relative;
}
.order-checkoutprocess .cart-table-headline-wrapper strong {
  text-transform: uppercase;
}
.order-checkoutprocess .cart-table-headline-wrapper p {
  margin-top: 1.3333333333333333em;
}
.order-checkoutprocess .cart-table-headline-wrapper a.btn-delete {
  position: absolute;
  right: 0;
  top: 0;
}
.order-checkoutprocess .cart-table-headline-wrapper.error {
  outline: 1px solid #bb1922;
  outline-offset: -1px;
}
.order-checkoutprocess .delivery-deliverytype-wrapper {
  margin-top: 2em;
}
.order-checkoutprocess .delivery-deliverytype-wrapper .delivery-deliverytype-headline-wrapper {
  background: #f6f5ec;
}
.order-checkoutprocess .delivery-deliverytype-wrapper .delivery-deliverytype-headline-wrapper .delivery-deliverytype-headline {
  margin-top: 0.6666666666666666em;
  margin-bottom: 0.6666666666666666em;
}
.order-checkoutprocess .delivery-deliverytype-wrapper .delivery-deliverytype-headline-wrapper .delivery-deliverytype-headline strong {
  float: left;
  font-size: 1.1666666666666667em;
  text-transform: uppercase;
  width: 75%;
}
.order-checkoutprocess .delivery-deliverytype-wrapper .delivery-deliverytype-headline-wrapper .delivery-deliverytype-headline span.costs {
  font-size: 1.1666666666666667em;
  font-weight: bold;
  float: right;
}
.order-checkoutprocess .delivery-deliverytype-wrapper .delivery-deliverytype-select .field {
  margin-top: 1.2857142857142858em;
  /* Zusatzfelder */

}
.order-checkoutprocess .delivery-deliverytype-wrapper .delivery-deliverytype-select .field label {
  display: inline-block;
  font-size: 1.1666666666666667em;
  margin-left: 0.5em;
}
.order-checkoutprocess .delivery-deliverytype-wrapper .delivery-deliverytype-select .field .field-additional-content-desiredtime-wrapper {
  background: #f6f5ec;
  margin-top: 1em;
}
.order-checkoutprocess .delivery-deliverytype-wrapper .delivery-deliverytype-select .field .field-additional-content-desiredtime-wrapper span {
  font-size: 1.1666666666666667em;
  float: left;
  width: 30%;
}
.order-checkoutprocess .delivery-deliverytype-wrapper .delivery-deliverytype-select .field .field-additional-content-desiredtime-wrapper .field-wrapper {
  margin-top: 1em;
  margin-bottom: 1em;
}
.order-checkoutprocess .delivery-deliverytype-wrapper .delivery-deliverytype-select .field .field-additional-content-desiredtime-wrapper .field-wrapper:last-child {
  margin-top: 0;
}
.order-checkoutprocess .delivery-deliverytype-wrapper .delivery-deliverytype-select .field .field-additional-content-desiredtime-wrapper .field {
  float: left;
  margin-top: 0;
  width: 70%;
}
.order-checkoutprocess .delivery-deliverytype-wrapper .delivery-deliverytype-select .field .field-additional-content-desiredtime-wrapper .field select {
  padding: .2em;
  width: 100%;
}
.order-checkoutprocess .delivery-deliverytype-wrapper .delivery-deliverytype-select .field .field-additional-content-desiredtime-wrapper .field.type-birthdate .day {
  width: 30%;
  float: left;
}
.order-checkoutprocess .delivery-deliverytype-wrapper .delivery-deliverytype-select .field .field-additional-content-desiredtime-wrapper .field.type-birthdate .month {
  margin: 0 5%;
  width: 30%;
  float: left;
}
.order-checkoutprocess .delivery-deliverytype-wrapper .delivery-deliverytype-select .field .field-additional-content-desiredtime-wrapper .field.type-birthdate .year {
  width: 30%;
  float: left;
}
.order-checkoutprocess .delivery-greetingcard-wrapper {
  margin-top: 2em;
}
.order-checkoutprocess .delivery-greetingcard-wrapper .delivery-greetingcard-headline-wrapper {
  background: #edebda;
  cursor: pointer;
}
.order-checkoutprocess .delivery-greetingcard-wrapper .delivery-greetingcard-headline-wrapper .delivery-greetingcard-headline {
  margin-top: 0.6666666666666666em;
  margin-bottom: 0.6666666666666666em;
}
.order-checkoutprocess .delivery-greetingcard-wrapper .delivery-greetingcard-headline-wrapper .delivery-greetingcard-headline strong {
  font-size: 1.1666666666666667em;
  text-transform: uppercase;
}
.order-checkoutprocess .delivery-greetingcard-wrapper .delivery-greetingcard-headline-wrapper .delivery-greetingcard-headline span.costs {
  font-size: 1.1666666666666667em;
  font-weight: bold;
  float: right;
}
.order-checkoutprocess .delivery-greetingcard-wrapper .delivery-greetingcard-select-wrapper {
  background: #f6f5ec;
  padding-bottom: 1em;
}
.order-checkoutprocess .delivery-greetingcard-wrapper .delivery-greetingcard-select-wrapper .delivery-greetingcard-select .field {
  margin-top: 1.2857142857142858em;
}
.order-checkoutprocess .delivery-greetingcard-wrapper .delivery-greetingcard-select-wrapper .delivery-greetingcard-select .field label {
  display: inline-block;
  font-size: 1.1666666666666667em;
  margin-left: 0.5em;
}
.order-checkoutprocess .delivery-greetingcard-wrapper .delivery-greetingcard-select-wrapper .delivery-greetingcard-select .field .field-additional-content-haweskocard-wrapper .greetingcard-haweskocard-select {
  float: left;
}
.order-checkoutprocess .delivery-greetingcard-wrapper .delivery-greetingcard-select-wrapper .delivery-greetingcard-select .field .field-additional-content-haweskocard-wrapper .greetingcard-haweskocard-select .field {
  float: left;
  width: 14em;
}
.order-checkoutprocess .delivery-greetingcard-wrapper .delivery-greetingcard-select-wrapper .delivery-greetingcard-select .field .field-additional-content-haweskocard-wrapper .greetingcard-haweskocard-select .field img {
  border: solid 1px #aaaaaa;
  display: block;
  margin-bottom: .5em;
  width: 7em;
}
.order-checkoutprocess .delivery-greetingcard-wrapper .delivery-greetingcard-select-wrapper .delivery-greetingcard-select .field .field-additional-content-haweskocard-wrapper .greetingcard-haweskocard-select .field label {
  display: inline-block;
}
.order-checkoutprocess .delivery-greetingcard-wrapper .delivery-greetingcard-select-wrapper .delivery-greetingcard-select .field .field-additional-content-haweskocard-wrapper .greetingcard-haweskocard-select .field:first-child {
  margin-left: 0em;
}
.order-checkoutprocess .delivery-greetingcard-wrapper .delivery-greetingcard-select-wrapper .delivery-greetingcard-select .field .field-additional-content-haweskocard-wrapper .greetingcard-haweskocard-text {
  float: left;
  margin-top: 4em;
}
.order-checkoutprocess .delivery-greetingcard-wrapper .delivery-greetingcard-select-wrapper .delivery-greetingcard-select .field .field-additional-content-haweskocard-wrapper .greetingcard-haweskocard-text .field-wrapper {
  float: left;
  width: 40%;
}
.order-checkoutprocess .delivery-greetingcard-wrapper .delivery-greetingcard-select-wrapper .delivery-greetingcard-select .field .field-additional-content-haweskocard-wrapper .greetingcard-haweskocard-text .field-wrapper .field input {
  float: left;
}
.order-checkoutprocess .delivery-greetingcard-wrapper .delivery-greetingcard-select-wrapper .delivery-greetingcard-select .field .field-additional-content-haweskocard-wrapper .greetingcard-haweskocard-text .field-wrapper .field:first-child {
  margin-top: 0;
}
.order-checkoutprocess .delivery-greetingcard-wrapper .delivery-greetingcard-select-wrapper .delivery-greetingcard-select .field .field-additional-content-haweskocard-wrapper .greetingcard-haweskocard-text .haweskocard-text-wrapper {
  float: right;
  width: 60%;
}
.order-checkoutprocess .delivery-greetingcard-wrapper .delivery-greetingcard-select-wrapper .delivery-greetingcard-select .field .field-additional-content-haweskocard-wrapper .greetingcard-haweskocard-text .haweskocard-text-wrapper textarea {
  color: #003354;
  height: 6em;
  padding: 2%;
  width: 96%;
}
.order-checkoutprocess .delivery-greetingcard-wrapper .delivery-greetingcard-select-wrapper .delivery-greetingcard-select .field .field-additional-content-haweskocard-wrapper .greetingcard-haweskocard-text .haweskocard-text-wrapper .greetingcard-haweskocard-text-remaining-characters {
  color: #aaaaaa;
  float: left;
  font-size: 1.1666666666666667em;
  margin-top: 1em;
}
.order-checkoutprocess .delivery-greetingcard-wrapper .delivery-greetingcard-select-wrapper .delivery-greetingcard-select .field .field-additional-content-haweskocard-wrapper .greetingcard-haweskocard-text .haweskocard-text-wrapper .btn-apply-text {
  float: right;
  margin-top: 1em;
}
.grid-desktop .order-checkoutprocess .delivery-deliverytype-wrapper .delivery-deliverytype-headline span.costs {
  margin-right: 2.9166666666666665em;
}
/* Ein-/Ausblenden der Grußkarten */
.order-checkoutprocess .delivery-greetingcard-wrapper .delivery-greetingcard-select-wrapper {
  display: none;
}
.order-checkoutprocess .delivery-greetingcard-wrapper .delivery-greetingcard-select-wrapper.active {
  display: block;
}
/* Tabelle: Rahmen und einrücken der Artikelbeschreibung in den smartphoinevarianten */
.grid-smartphone .delivery-table-wrapper {
  border: solid 1px #e5e5e5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.grid-smartphone .delivery-table-wrapper .col-article .text-wrapper {
  margin-left: 0;
}
.grid-smartphone .order-delivery-wrapper .delivery-greetingcard-wrapper .delivery-greetingcard-headline-wrapper .delivery-greetingcard-headline strong {
  float: left;
  width: 75%;
}
/* Versandartenauswahl */
.grid4 .order-delivery-wrapper .delivery-deliverytype-wrapper .delivery-deliverytype-select .field {
  float: left;
  width: 100%;
}
.grid4 .order-delivery-wrapper .delivery-deliverytype-wrapper .delivery-deliverytype-select .field input {
  float: left;
}
.grid4 .order-delivery-wrapper .delivery-deliverytype-wrapper .delivery-deliverytype-select .field label {
  float: left;
  width: 80%;
}
.grid4 .order-delivery-wrapper .delivery-deliverytype-wrapper .delivery-deliverytype-select .field span {
  float: right;
}
.grid4 .order-delivery-wrapper .delivery-deliverytype-wrapper .delivery-deliverytype-select .field-additional-content-desiredtime-wrapper .field-wrapper span {
  width: 100%;
}
.grid4 .order-delivery-wrapper .delivery-deliverytype-wrapper .delivery-deliverytype-select .field-additional-content-desiredtime-wrapper .field-wrapper .field {
  margin-top: 1em;
  width: 100%;
}
/* Auszuwählende Grußkarte */
.grid-smartphone .order-delivery-wrapper .delivery-greetingcard-wrapper .delivery-greetingcard-select-wrapper .delivery-greetingcard-select .field .field-additional-content-haweskocard-wrapper {
  background: #edebda;
  margin-top: 1em;
  padding-bottom: 1em;
}
.grid-smartphone .order-delivery-wrapper .delivery-greetingcard-wrapper .delivery-greetingcard-select-wrapper .delivery-greetingcard-select .field > input {
  float: left;
}
.grid-smartphone .order-delivery-wrapper .delivery-greetingcard-wrapper .delivery-greetingcard-select-wrapper .delivery-greetingcard-select .field > label {
  width: 75%;
}
.grid6 .order-delivery-wrapper .delivery-greetingcard-wrapper .delivery-greetingcard-select-wrapper .delivery-greetingcard-select .field .field-additional-content-haweskocard-wrapper .greetingcard-haweskocard-select .field {
  margin-left: 0;
  width: 45%;
}
.grid6 .order-delivery-wrapper .delivery-greetingcard-wrapper .delivery-greetingcard-select-wrapper .delivery-greetingcard-select .field .field-additional-content-haweskocard-wrapper .greetingcard-haweskocard-select .field.odd {
  float: left;
}
.grid6 .order-delivery-wrapper .delivery-greetingcard-wrapper .delivery-greetingcard-select-wrapper .delivery-greetingcard-select .field .field-additional-content-haweskocard-wrapper .greetingcard-haweskocard-select .field.even {
  float: right;
}
.grid4 .order-delivery-wrapper .delivery-greetingcard-wrapper .delivery-greetingcard-select-wrapper .delivery-greetingcard-select .field .field-additional-content-haweskocard-wrapper .greetingcard-haweskocard-select .field,
.grid4 .order-delivery-wrapper .delivery-greetingcard-wrapper .delivery-greetingcard-select-wrapper .delivery-greetingcard-select .field .field-additional-content-haweskocard-wrapper .greetingcard-haweskocard-text .field {
  margin-left: 0;
  width: 100%;
}
.grid-smartphone .order-delivery-wrapper .delivery-greetingcard-wrapper .delivery-greetingcard-select-wrapper .delivery-greetingcard-select .field .field-additional-content-haweskocard-wrapper .greetingcard-haweskocard-text .field-wrapper,
.grid-smartphone .order-delivery-wrapper .delivery-greetingcard-wrapper .delivery-greetingcard-select-wrapper .delivery-greetingcard-select .field .field-additional-content-haweskocard-wrapper .greetingcard-haweskocard-text .haweskocard-text-wrapper {
  float: left;
  width: 100%;
}
.grid-smartphone .order-delivery-wrapper .delivery-greetingcard-wrapper .delivery-greetingcard-select-wrapper .delivery-greetingcard-select .field .field-additional-content-haweskocard-wrapper .greetingcard-haweskocard-text .haweskocard-text-wrapper textarea {
  margin-top: 1em;
  width: 100%;
}
.grid-smartphone .order-delivery-wrapper .delivery-greetingcard-wrapper .delivery-greetingcard-select-wrapper .delivery-greetingcard-select .field .field-additional-content-haweskocard-wrapper .greetingcard-haweskocard-text .haweskocard-text-wrapper .btn-apply-text {
  float: left;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 100%;
}
.grid-smartphone .order-checkoutprocess .delivery-greetingcard-wrapper .delivery-greetingcard-select-wrapper .delivery-greetingcard-select .field .field-additional-content-haweskocard-wrapper .greetingcard-haweskocard-text {
  margin-top: 2em;
}
.grid-desktop .order-checkoutprocess .delivery-greetingcard-wrapper .delivery-greetingcard-headline span.costs {
  margin-right: 2.9166666666666665em;
}
.delivery-complete-wrapper {
  border-bottom: solid 1px #e5e5e5;
  margin-top: 1.6666666666666667em;
}
.delivery-complete-wrapper span {
  display: block;
  font-size: 1.1666666666666667em;
  font-weight: bold;
}
.delivery-complete-wrapper .delivery-complete-sum-wrapper {
  width: 5.833333333333333em;
  text-align: right;
  background: #f5f5f5;
  float: right;
  padding-right: 1.1666666666666667em;
  padding-left: 1.1666666666666667em;
}
.grid-row.order-steps {
  margin-top: 2em;
}
.grid-row.order-steps .order-step-previous {
  float: left;
}
.grid-row.order-steps .order-step-next {
  float: right;
}
.grid-row.order-steps.step7 {
  margin-top: 0em;
}
.grid-row.order-steps.step7.separate-bottom {
  margin-bottom: 0em;
  padding-bottom: 2em;
}
.delivery-complete-wrapper.orderTotalSum {
  margin-top: 0;
  border-top: none;
}
.delivery-complete-wrapper.orderTotalSum span,
.delivery-complete-wrapper.orderTotalSum p {
  font-size: 1.4em;
}
/* Lieferung Ende */
/* Zahlungsart Anfang */
fieldset.standard-radio-selection > .radio-selection {
  float: left;
  margin-top: 1em;
  position: relative;
  width: 100%;
}
fieldset.standard-radio-selection > .radio-selection:first-child {
  margin-top: 0;
}
fieldset.standard-radio-selection > .radio-selection > input {
  float: left;
}
fieldset.standard-radio-selection > .radio-selection > label {
  float: left;
  margin-left: .5em;
}
fieldset.standard-radio-selection > .radio-selection > label[for=paymentmethod-creditcard] {
  width: 90%;
}
fieldset.standard-radio-selection > .radio-selection > label > img#paymentmethod-creditcards {
  vertical-align: text-top;
  width: 50%;
  float: right;
}
fieldset.standard-radio-selection > .radio-selection > label > img#paymentmethod-paypal {
  vertical-align: text-top;
  width: 15%;
  float: right;
  position: absolute;
  margin-left: 0.0em;
}
fieldset.standard-radio-selection > .radio-selection > label > a#paymentmethod-paypal {
  margin-left: 6.5em;
}
fieldset.standard-radio-selection > .radio-selection > .radio-selection-layer {
  background: none repeat scroll 0 0 #f6f5ec;
  display: none;
  float: left;
  margin-top: 1em;
  width: 100%;
}
fieldset.standard-radio-selection > .radio-selection > .radio-selection-layer.active {
  display: block;
}
/* Zahlungsart Ende */
/* Prüfen und Bestellen Anfang */
.order-wrapper .edit-wrapper {
  background: #f6f5ec;
  float: left;
  margin-top: 1px;
  width: 100%;
}
.order-wrapper .edit-wrapper .edit-content-wrapper {
  position: relative;
}
.order-wrapper .edit-wrapper .edit-content-wrapper p {
  float: left;
  width: 40%;
}
.order-wrapper .edit-wrapper .edit-content-wrapper p img {
  width: 100%;
}
.order-wrapper .edit-wrapper .edit-content-wrapper .buttonholder {
  float: right;
  width: 50%;
}
.order-wrapper .edit-wrapper .edit-content-wrapper .buttonholder a.btn {
  float: right;
  margin-top: 1em;
  position: static;
}
.order-wrapper .edit-wrapper .edit-content-wrapper .buttonholder a.btn:first-child {
  margin-top: 0;
}
.order-wrapper .edit-wrapper .edit-content-wrapper a.btn {
  float: right;
}
.order-wrapper .edit-wrapper .edit-content-wrapper .selections {
  float: right;
  width: 60%;
}
.order-wrapper .edit-wrapper .edit-content-wrapper.widthfull strong,
.order-wrapper .edit-wrapper .edit-content-wrapper.widthfull p {
  float: left;
  width: 70%;
}
.order-wrapper .edit-wrapper .edit-content-wrapper.widthfull a.btn {
  position: absolute;
  right: 0;
  top: 0;
}
.order-wrapper .edit-wrapper .edit-sub-wrapper {
  float: left;
  margin-top: 1em;
  position: relative;
  width: 100%;
}
.order-wrapper .edit-wrapper:first-child {
  margin-top: 0;
}
.grid-smartphone #content-order-wrapper .edit-wrapper {
  margin-top: .5em;
}
.grid-smartphone #content-order-wrapper .edit-wrapper .edit-content-wrapper .selections {
  margin-top: 1em;
  width: 100%;
}
.grid4 #content-order-wrapper .edit-wrapper .edit-content-wrapper .buttonholder {
  margin-top: 1em;
  width: 100%;
}
.sum-order-step-6 .sum-label {
  font-weight: bold;
}
/* Prüfen und Bestellen Ende */
/* Besellbestätigung Anfang */
.grid-desktop #order-confirmation .overview-wrapper .caption-date-wrapper {
  margin-top: 0;
}
.grid-desktop #order-confirmation .overview-wrapper .caption-date-wrapper .caption {
  min-width: 8em;
}
#order-confirmation .overview-wrapper .grid-col {
  margin-top: 1em;
}
#order-confirmation .overview-wrapper .grid-col:first-child {
  margin-top: 0;
}
#order-confirmation .overview-wrapper span.caption {
  display: inline-block;
  font-size: 1.1666666666666667em;
  font-weight: bold;
  min-width: 10em;
}
#order-confirmation .overview-wrapper span.caption.milesandmore {
  vertical-align: top;
}
#order-confirmation .overview-wrapper p.value {
  display: inline;
  font-size: 1.1666666666666667em;
}
#order-confirmation .overview-wrapper p.value.milesandmore {
  display: inline-block;
  width: 35em;
}
#order-confirmation .cart-table-headline-wrapper p {
  display: inline;
  margin-left: 1em;
}
.grid-smartphone #order-confirmation .overview-wrapper p.value,
.grid-smartphone #order-confirmation .overview-wrapper p.value.milesandmore {
  display: block;
  width: auto;
}
/* Besellbestätigung Ende */
/*---------------------*/
/* BESTELLPROZESS ENDE */
/*---------------------*/
/*-------------------------*/
/* VINO SELECT ANFANG      */
/*-------------------------*/
.praemie-wrapper {
  display: table;
}
.grid-desktop .praemie-wrapper > .grid-col:first-child,
.grid6 .praemie-wrapper > .grid-col:first-child {
  border-right: solid 1px #e5e5e5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  float: none;
  vertical-align: top;
}
.praemie-wrapper a.btn {
  margin-bottom: 1em;
  margin-top: 1em;
}
.grid4 .praemie-wrapper .text-wrapper {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
/*
.grid-table{
	display:table;
	border-collapse: collapse;
}

.grid-table-cell{
	display:table-cell;
	float:none !important;
	vertical-align:top;
}

.grid-row > .grid-col.grid-textwrapperguttermarginleft{ 
	margin-left: 1.3em !important;
}

.grid4 #grid-col-contentseite .grid-row > .grid-col > .text-wrapper{
	margin:0;
}
	
#grid-col-contentseite .grid-row > .grid-col > .text-wrapper > a.btn{
	position:absolute;
	right:1.3em;
	bottom:1em;
	.font-size(12);
}

.grid4 #grid-col-contentseite .grid-row > .grid-col a.btn{
	text-align: center;
    width: 100%;
    position:static;
    margin-top:1.3em;
    padding: 0.4em 0;
}

#grid-col-contentseite .grid-row > .grid-col > .text-wrapper > .btn-spacer{
	display:block;
	height:3em;
}

.grid4 #grid-col-contentseite .grid-row > .grid-col > .text-wrapper > .btn-spacer{
	display:none;
}

#grid-col-contentseite a.btn{
	.font-size(12);
}
*/
#grid-col-contentseite .grid-row > .grid-col > .image-wrapper > a {
  width: 100%;
}
#grid-col-contentseite .grid-row > .grid-col .image-wrapper > a > img,
#grid-col-contentseite .grid-row > .grid-col .image-wrapper > img {
  /*width:100%;*/

}
#grid-col-contentseite .grid-row > .grid-col > .border-wrapper > .text-wrapper {
  margin: 0;
  padding: 1em 1.3em;
}
.grid4 #grid-col-contentseite .grid-row > .grid-col > .border-wrapper > .text-wrapper {
  margin: 0;
  padding: 0;
}
.grid4 #grid-col-contentseite #freundschaftswerbung-produktinfo .text-wrapper {
  margin-top: 1em;
}
.grid-row.border-wrapper {
  border: solid 1px #e5e5e5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.grid-row > .grid-col.border-wrapper,
.grid-row > .grid-col .border-wrapper {
  border: solid 1px #e5e5e5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.grid4 .grid-row.grid-table.border-wrapper,
.grid4 .grid-row > .grid-col.border-wrapper,
.grid4 .grid-row > .grid-col > .border-wrapper,
.grid4 .grid-row > .grid-col.border-wrapper-left,
.grid4 .grid-row > .grid-col.border-wrapper-right {
  border: none;
}
.grid-row > .grid-col.top-border-wrapper {
  border-top: solid 1px #e5e5e5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0.8333333333333334em;
}
.grid-row > .grid-col > .border-wrapper.no-top-border {
  border-top: none;
}
.grid-row.with-top-margin,
.grid-row .grid-col .with-top-margin,
.grid-row .grid-col.with-top-margin {
  margin-top: 1.6666666666666667em;
}
.grid-row.with-bottom-margin,
.grid-row .grid-col .with-bottom-margin,
.grid-row .grid-col.with-bottom-margin {
  margin-bottom: 1.6666666666666667em;
}
.grid4 .grid-row #vino-select-address.grid-col,
.grid6 .grid-row #vino-select-address.grid-col {
  margin-top: 1.6666666666666667em;
}
.grid4 .grid-col.customers-also-bought-grid4-ml-fix {
  margin-left: 0.8em !important;
}
/*-------------------------*/
/* VINO SELECT ENDE        */
/*-------------------------*/
/* Direktbestellen */
.grid-row-direct-order-headline-row {
  padding-bottom: 1em;
  padding-top: 1em;
  font-size: 1.1666666666666667em;
}
.grid-row-direct-order-headline-row strong {
  font-size: 1.5em;
  margin-bottom: 0.8333333333333334em;
  display: block;
  text-transform: uppercase;
}
.direct-order-table {
  border: solid 1px #e5e5e5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.direct-order-table tr {
  border-bottom: solid 1px #e5e5e5;
  border-top: solid 1px #e5e5e5;
}
.direct-order-table tr.direct-order-article-table-row-with-followup {
  border-bottom: 0px;
}
.direct-order-table tr.direct-order-article-table-row-extra-information {
  border-top: 0px;
}
.direct-order-table th {
  font-weight: bold;
  padding-bottom: 1em;
  padding-top: 1em;
}
.direct-order-table td {
  padding-bottom: 1.2em;
  padding-top: 1.2em;
  text-align: left;
  vertical-align: top;
}
.grid-smartphone .direct-order-table td {
  padding-bottom: .5em;
  padding-top: .5em;
}
.direct-order-table .col-do-quantity {
  width: 7em;
}
.direct-order-table .col-do-article {
  width: 32em;
}
.direct-order-table .col-do-articlenr {
  width: 16em;
}
.grid-desktop .direct-order-table .col-do-article {
  width: 133em;
}
.grid-desktop .direct-order-table .col-do-availability-status {
  width: 12em;
  padding-right: 0.4em;
}
.grid-desktop .direct-order-table .col-do-availability {
  width: 113em;
}
.grid-smartphone .direct-order-table .col-do-availability a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}
.direct-order-table input {
  padding: .2em;
}
.direct-order-table td.col-do-quantity input {
  text-align: right;
  width: 2em;
}
.grid-smartphone .direct-order-table td.col-do-quantity input {
  text-align: left;
}
.direct-order-table td.col-do-delete {
  text-align: center;
}
.direct-order-article-table-row-extra-information .personalised-info-wrapper {
  text-align: left;
}
.direct-order-article-table-row-extra-information .personalised-info-wrapper a {
  text-decoration: underline;
}
.direct-order-article-table-row-extra-information .personalised-info-wrapper a.btn {
  text-decoration: none;
}
.grid-row-direct-order-buttons {
  margin-top: 0.8333333333333334em;
}
.grid-row-direct-order-buttons .grid-col {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.grid-desktop .grid-row-direct-order-buttons .direct-order-more-button {
  float: left;
}
.grid-desktop .grid-row-direct-order-buttons .direct-order-continue-button {
  float: right;
}
.grid-desktop .direct-order-table .article-quantity-wrapper,
.grid-desktop .direct-order-table .article-nr-wrapper {
  position: relative;
}
.grid-desktop .direct-order-table .article-quantity-wrapper .bestellprozess_fehler,
.grid-desktop .direct-order-table .article-nr-wrapper .bestellprozess_fehler {
  position: absolute;
  top: -1.1666666666666667em;
  width: 15em;
}
.direct-order-table .bestellprozess_fehler,
span.bestellprozess_fehler {
  color: #bb1922;
}
/* Smartphonevariante */
.grid-smartphone #grid-row-direct-order-content a.btn {
  padding: 0.6em 0.7em;
}
.grid-smartphone .grid-row-direct-order-buttons .direct-order-more-button,
.grid-smartphone .grid-row-direct-order-buttons .direct-order-continue-button {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0.8333333333333334em;
  text-align: center;
}
.grid-smartphone .direct-order-table td .col-wrapper:before {
  float: left;
}
.grid-smartphone .direct-order-table.image td .col-wrapper:before {
  margin-left: 38%;
}
.grid-smartphone .direct-order-table.image td.col-do-article .image-wrapper {
  position: absolute;
  left: 0;
}
.grid-smartphone .direct-order-table.image td.col-do-article .image-wrapper img {
  height: auto;
  max-height: 12em;
}
.grid-smartphone .direct-order-table td.col-do-articlenr .col-wrapper:before {
  content: 'Artikel-Nr.';
}
.grid-smartphone .direct-order-table td.col-do-quantity .col-wrapper:before {
  content: 'Anzahl';
}
.grid-smartphone .direct-order-table td.col-do-article .col-wrapper:before {
  content: 'Bezeichnung';
}
.grid-smartphone .direct-order-table td.col-do-availability-status .col-wrapper:before {
  content: 'Verf\00FCgbarkeit';
}
.grid-smartphone .direct-order-table tr:first-child {
  display: none;
}
.grid-smartphone .direct-order-table td {
  clear: both;
  float: left;
  text-align: right;
  width: 100%;
}
.grid-smartphone .col-do-article .article-information {
  float: right;
}
.grid6 .col-do-article .article-information {
  width: 26em;
}
.grid4 .col-do-article .article-information {
  width: 13em;
}
.grid-smartphone .direct-order-article-table-row .col-do-articlenr {
  margin-top: 1.6666666666666667em;
}
.grid-smartphone .direct-order-table .col-do-availability,
.grid-smartphone .direct-order-table .col-do-delete {
  margin-bottom: 0.8333333333333334em;
}
.grid-smartphone .direct-order-table .col-do-availability {
  float: right;
  clear: none;
  width: 80%;
}
.grid-smartphone .direct-order-table .col-do-delete {
  float: left;
  text-align: left;
  width: 20%;
}
.grid-smartphone .personalised-info-wrapper .btn {
  float: right;
  margin-top: 0.8333333333333334em;
}
.grid-smartphone .grid-row-direct-order-headline-row {
  padding-top: 0px;
  padding-bottom: 0px;
}
.grid-smartphone .grid-row-direct-order-headline-row .grid-col {
  margin-bottom: 0.8333333333333334em;
}
.grid-smartphone .grid-row-direct-order-headline-row span {
  margin-left: 0px;
}
.grid-row-nl-layer-header {
  border-bottom: 1px solid #E5E5E5;
  height: 3.5em;
}
.grid-row-nl-layer-header span {
  font-size: 2.8333333333333335em;
}
.grid4 .grid-row-nl-layer-header span {
  font-size: 2.3333333333333335em;
}
.grid-row-nl-layer-content {
  margin-top: 0.8333333333333334em;
}
.grid-row-nl-layer-content .intro-text {
  font-size: 1.1666666666666667em;
}
.grid-row-nl-layer-content .intro-text strong {
  margin-bottom: 0.25em;
  display: block;
}
.grid-row-nl-layer-content .list-wrapper {
  background-image: url("/hw4/images/content-images/newsletterlayer/nl-overlay-content-image.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 15em;
  width: 100%;
  margin-top: 0.8333333333333334em;
  position: relative;
}
.grid4 .grid-row-nl-layer-content .list-wrapper {
  background-image: none;
  height: auto;
}
.grid-row-nl-layer-content .list-text-wrapper {
  color: #AD8A6B;
  margin-left: 1.25em;
  position: absolute;
  bottom: 3.1666666666666665em;
}
.grid4 .grid-row-nl-layer-content .list-text-wrapper {
  position: static;
  margin-top: 0.4166666666666667em;
}
.grid-row-nl-layer-content .list-text-wrapper ul {
  margin-bottom: 0.4166666666666667em;
}
.grid-row-nl-layer-content .list-text-wrapper li {
  list-style: disc inside none;
}
.form-wrapper-nl-layer {
  float: left;
}
.form-wrapper-nl-layer form {
  float: left;
}
.form-wrapper-nl-layer .email-field-wrapper {
  height: 4em;
}
.form-wrapper-nl-layer .field {
  width: 96% !important;
}
.grid-row-nl-layer-form .form-additional-info {
  margin-top: 0.8333333333333334em;
}
.grid-row-nl-layer-form .form-additional-info .birthday-text {
  color: #ad8a6b;
}
.grid-row-nl-layer-form .form-additional-info .mandatory {
  font-size: 0.9166666666666666em;
  margin-top: 0.4166666666666667em;
}
.grid-row-nl-layer-button .submit-button {
  float: right;
}
.grid-row-nl-layer-content .nl-success-headline {
  display: block;
  font-size: 1.5em;
  margin-top: 1.6666666666666667em;
}
.grid-row-nl-layer-content .nl-success-text {
  display: block;
  margin-top: 2.5em;
}
.grid-row-nl-layer-content .nl-success-hint {
  display: block;
  margin-top: 2em;
}
/*kundenbewertung im layer*/
.page-view .rating-layer-content-wrapper .show-in-layer-mode,
.layer-view .rating-layer-content-wrapper .show-in-page-mode {
  display: none;
}
.rating-layer-blockheadline {
  background-color: #f6f5ec;
  color: #003354;
  font-weight: bold;
  text-transform: uppercase;
}
.rating-layer-blockheadline span {
  display: block;
  padding: 0.666667em;
}
.rating-product-overview-wrapper:before {
  border: solid 1px #e5e5e5;
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 0;
}
.rating-product-overview-wrapper {
  margin-top: 1.1666666666666667em;
  position: relative;
}
.rating-product-overview-wrapper .product-image-wrapper {
  height: 100%;
  position: relative;
}
.rating-product-overview-wrapper .product-image-wrapper .product-image-wrapper-image-container {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: contain !important;
  -webkit-background-size: contain !important;
  background-size: contain !important;
  -ms-behavior: url(/hw4/css/css_addons/backgroundsize.htc) !important;
  height: 16.666666666666668em;
  margin-bottom: 1%;
  margin-left: 1%;
  margin-top: 1%;
  width: 98%;
}
.rating-product-overview-wrapper .product-information-wrapper {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #E5E5E5;
  height: 16.666666666666668em;
}
.grid4 .rating-product-overview-wrapper .product-information-wrapper {
  height: auto;
  margin-bottom: 0.8333333333333334em;
  border-top: 1px solid #E5E5E5;
}
.rating-product-overview-wrapper .headline-wrapper {
  font-size: 1.1666666666666667em;
  font-weight: bold;
  margin-top: 1em;
  clear: both;
}
.rating-product-overview-wrapper .headline-wrapper .year,
.rating-product-overview-wrapper .headline-wrapper strong {
  display: block;
}
.rating-product-overview-wrapper .headline-wrapper {
  padding-left: 1.25em;
}
.rating-product-overview-wrapper .product-rating-wrapper {
  float: left;
}
.rating-product-overview-wrapper .product-rating-wrapper span.stars {
  color: #e5e5e5;
  display: inline-block;
  float: left;
  font-family: 'Hawicons';
  font-size: 1.5em;
  height: 0.6em;
  letter-spacing: -1px;
}
.rating-product-overview-wrapper .product-rating-wrapper span.stars.voted {
  color: #ad8a6b;
}
.rating-content-below-item-info {
  float: left;
}
.rating-teaser {
  margin-top: 1.1666666666666667em;
  background-image: url('/hw4/images/content-images/reviewlayer/platinum_gift_card.jpg');
  -moz-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  -ms-behavior: url(/hw4/css/css_addons/backgroundsize.htc) !important;
  height: 10.583333333333334em;
}
.grid4 .rating-teaser {
  -moz-background-size: auto !important;
  -webkit-background-size: auto !important;
  background-size: auto !important;
  -ms-behavior: url(/hw4/css/css_addons/backgroundsize.htc) !important;
  padding-bottom: 0.8333333333333334em;
  height: auto;
}
.rating-teaser-headline,
.rating-teaser-text {
  margin-left: 3%;
  width: 56%;
}
.grid4 .rating-teaser-headline,
.grid4 .rating-teaser-text {
  width: 90%;
}
.grid4 .rating-teaser-headline {
  margin-left: 3%;
}
.rating-teaser-headline {
  font-size: 1.75em;
  margin-bottom: 0.4166666666666667em;
  margin-top: 1em;
}
.rating-layer-content-wrapper .rating-stars-grid-col {
  margin-top: 1.1666666666666667em;
  margin-bottom: 1.1666666666666667em;
  position: relative;
  outline: 1px solid #e5e5e5;
  outline-offset: -1px;
}
.rating-layer-content-wrapper .rating-stars-inner-wrapper {
  padding: 3%;
}
.rating-layer-content-wrapper .rating-stars-top-text {
  font-weight: bold;
}
.rating-layer-content-wrapper .rating-stars-bottom-text .error {
  color: #bb1922;
}
/*
#grid-col-productfilter .filter-wrapper .filter-content .rating {
  text-align: left;
  .margin-left(10);
  .margin-top(7);  
}
*/
.filterlist .filter-wrapper .filter-content a .icon.arrow {
  display: block;
  float: left;
  margin-right: 0.4166666666666667em;
  margin-bottom: 0 !important;
}
.filterlist .filter-wrapper .filter-content a .filter-text {
  display: inline-block;
  max-width: 85%;
  margin-bottom: 0 !important;
}
.filterlist .filter-wrapper .filter-content a .icon.arrow:before,
.filterlist .filter-wrapper .filter-content a:hover .icon.arrow:before {
  content: "r";
  font-family: Hawicons, sans-serif;
  font-size: .7em;
  padding-right: 0;
  top: -1px;
}
.filterlist .filter-wrapper .filter-content .level-1 {
  color: #50a5d1;
  margin-left: 1.25em;
}
.filterlist .filter-wrapper .filter-content .level-1 a {
  color: #50a5d1;
}
.filterlist .filter-wrapper .filter-content .level-1 a:hover {
  color: #ad8a6b;
}
.filterlist .filter-wrapper .filter-content .level-1.selected a {
  margin-left: 0.6153846153846154em;
}
.filterlist .filter-wrapper .filter-content .level-2 {
  margin-left: 1.25em;
}
.filterlist .filter-wrapper .filter-content .level-2 a {
  color: #aaaaaa;
}
.filterlist .filter-wrapper .filter-content .level-2 a:hover {
  color: #ad8a6b;
}
.filterlist .filter-wrapper .filter-content .level-0.selected a .icon:before,
.filterlist .filter-wrapper .filter-content .level-0.selected a:hover .icon:before,
.filterlist .filter-wrapper .filter-content .level-1.selected a .icon:before,
.filterlist .filter-wrapper .filter-content .level-1.selected a:hover .icon:before {
  content: "D";
}
.rating-layer-content-wrapper .rating-stars-wrapper {
  margin-bottom: 0.3333333333333333em;
  margin-top: 0.3333333333333333em;
}
.rating-layer-content-wrapper .rating-stars-wrapper > a {
  display: inline-block;
  position: relative;
  width: 1.1em;
  cursor: pointer;
  font-family: 'Hawicons';
  font-size: 1.5em;
  height: 0.6em;
  margin: 0;
  height: 100%;
  color: #e5e5e5;
  float: left;
}
.rating-layer-content-wrapper .rating-stars-wrapper > a:hover ~ a {
  color: #e5e5e5;
}
.rating-layer-content-wrapper .rating-stars-wrapper:hover > a:before,
.rating-layer-content-wrapper .rating-stars-wrapper > a:hover ~ a:before,
.rating-layer-content-wrapper .rating-stars-wrapper > a.voted,
.rating-layer-content-wrapper .rating-stars-wrapper:hover > a {
  color: #ad8a6b;
}
.rating-layer-content-wrapper #rated-text {
  float: left;
  line-height: 1.8333333333333333em;
  margin-left: 0.4166666666666667em;
}
.rating-layer-content-wrapper .rating-stars-bottom-text {
  clear: both;
  padding-top: 0.3333333333333333em;
}
.rating-layer-content-wrapper .form-additional-info {
  margin-top: 0.4166666666666667em;
}
.rating-layer-content-wrapper .form-additional-info a {
  text-decoration: underline;
}
.rating-layer-content-wrapper .button-row {
  margin-top: 0.8333333333333334em;
}
.rating-layer-content-wrapper .submit-button {
  float: right;
}
.rating-layer-content-wrapper #rating-layer-year-input {
  background-color: #F5F5F5;
  border-left: 1px solid #787878;
  border-top: 1px solid #787878;
  height: 1.0833333333333333em;
  margin-left: 1.6666666666666667em;
  position: absolute;
  width: 4.25em;
}
.rating-layer-content-wrapper .char-count {
  color: #bb1922;
}
.rating-summary-grid-col {
  margin-top: 2.0833333333333335em;
}
.field-summary-wrapper {
  margin-bottom: 0.8333333333333334em;
}
.field-title {
  font-weight: bold;
  margin-bottom: 0.25em;
}
.rating-personal-information-wrapper .field-title {
  font-weight: normal;
}
.rating-personal-information-headline {
  margin-top: 0.4166666666666667em;
  margin-bottom: 0.4166666666666667em;
  font-weight: bold;
}
.rating-personal-information-wrapper .field-title {
  width: 30%;
  float: left;
}
.grid4 .rating-personal-information-wrapper .field-title {
  width: 100%;
  float: none;
}
.rating-personal-information-wrapper .field-content {
  width: 65%;
  margin-left: 5%;
}
.grid4 .rating-personal-information-wrapper .field-content {
  width: 100%;
  margin-left: 0;
}
.rating-summary-content-wrapper .rating-stars-bottom-text {
  clear: both;
  padding-top: 1em;
}
.richtlinien-wrapper {
  outline: 1px solid #e5e5e5;
  outline-offset: -1px;
  float: left;
  padding: 1.6666666666666667em;
  display: none;
  margin-top: 1.1666666666666667em;
}
.rating-layer-content-wrapper .rl_close a {
  float: right;
}
.rating-layer-content-wrapper .rl_phead1 {
  font-size: 1.4166666666666667em;
  font-weight: bold;
}
.rating-layer-content-wrapper .rl_phead2 {
  font-size: 13px;
  font-weight: bold;
  margin-top: 16px;
}
.rating-layer-content-wrapper .rl_ptext {
  font-size: 1em;
}
.rating-layer-content-wrapper .rl_ptext li {
  list-style: disc inside none;
  margin-left: 1em;
}
/*-------------------------*/
/* Praesente Anfang        */
/*-------------------------*/
#btn-view-all-presents,
.vat-switch-wrapper {
  margin-top: .2em !important;
}
.grid9 #btn-view-all-presents {
  margin-top: .7em !important;
  margin-left: 0 !important;
}
.vat-switch-wrapper span {
  cursor: pointer;
}
.toggle-knob-wrapper {
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  background: #f5f5f7;
  -webkit-box-shadow: 0px 1px #cccccc inset;
  -moz-box-shadow: 0px 1px #cccccc inset;
  box-shadow: 0px 1px #cccccc inset;
  height: 1.41667em !important;
  display: inline-block;
  height: 0;
  width: 2.3em;
  margin: 0 .5em;
}
.toggle-knob {
  cursor: pointer;
  font-family: Hawicons, sans-serif;
  font-size: 1.25em;
}
.toggle-knob:hover {
  color: #50a5d1;
}
#grid-row-presentspager-customers {
  background: url(/hw4/images/content-images/praesente/presentspager-customers-background_2.jpg) no-repeat center bottom;
  -moz-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  -ms-behavior: url(/hw4/css/css_addons/backgroundsize.htc) !important;
  height: 33em !important;
}
#grid-row-presentspager-customers .elementPagerItemsList {
  padding-left: 5em;
}
#grid-row-presentspager-customers .elementPagerItemsList li {
  margin-left: 0 !important;
  margin-right: 5em !important;
  position: relative;
}
#grid-row-presentspager-customers .elementPagerItemsList li a {
  display: block !important;
  width: 96%;
  height: 96%;
  background-color: #ffffff;
  margin: 2%;
  text-align: center;
  position: relative;
  overflow: visible;
}
#grid-row-presentspager-customers .praesente-headline-container {
  text-align: center;
  width: 100%;
}
#grid-row-presentspager-customers .praesente-headline-container span.headline {
  margin: 0 !important;
}
#grid-row-presentspager-customers .praesente-headline-container .hr-headline {
  border: 0px;
  border-top: 2px solid #003354;
  text-align: center;
  width: 37em;
  margin: 0 auto;
}
#grid-row-presentspager-customers .praesente-headline-container .hr-headline legend {
  margin-left: auto;
  margin-right: auto;
}
#grid-row-presentspager-customers .praesente-headline-container .hr-headline span.subline {
  padding: .2em .7em !important;
  margin: 0 !important;
  color: #003354;
}
.grid9 #grid-row-presentspager-customers {
  height: 29em !important;
}
.grid9 #grid-row-presentspager-customers .elementPagerItemsList {
  padding-left: 2.6em;
}
.grid9 #grid-row-presentspager-customers .elementPagerItemsList li {
  margin-right: 3em !important;
}
.grid6 #grid-row-presentspager-customers {
  height: 24em !important;
}
.grid6 #grid-row-presentspager-customers .elementPagerItemsList {
  padding-left: 3em;
}
.grid6 #grid-row-presentspager-customers .elementPagerItemsList li {
  margin-right: 3em !important;
}
.grid6 #grid-row-presentspager-customers .praesente-headline-container .hr-headline {
  width: 25.6em;
}
.grid4 #grid-row-presentspager-customers {
  height: 26em !important	;
}
.grid4 #grid-row-presentspager-customers .praesente-headline-container {
  font-size: 85%;
}
.grid4 #grid-row-presentspager-customers .praesente-headline-container .hr-headline {
  width: 26.4em;
}
#grid-row-presentspager-companies {
  background: url(/hw4/images/content-images/praesente/presentspager-companies-background.jpg) no-repeat center bottom;
  -moz-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  -ms-behavior: url(/hw4/css/css_addons/backgroundsize.htc) !important;
}
.grid12 #grid-row-presentspager-companies .presentspager-wrapper {
  margin-top: 0em;
}
.grid9 #grid-row-presentspager-companies .presentspager-wrapper {
  margin-top: 15em;
}
.grid-smartphone .presentspager-content-wrapper span.subline,
.grid-smartphone .presentspager-content-wrapper span.headline {
  margin-left: 1em;
  margin-right: 1em;
  text-align: center;
}
.grid-smartphone .presentspager-content-wrapper span.headline {
  font-size: 2em;
}
.presentspager-wrapper .name-and-price {
  bottom: -4em;
  margin-top: 1em;
  position: absolute;
  left: 0;
  text-align: center;
  width: 100%;
}
presentspager-bar .noUi-upperHandle div div img {
  display: none;
  /* IE8 */

}
.grid-smartphone .presentspager-content-wrapper ul.elementPagerItemsList li {
  margin-bottom: 2em;
}
.grid9 .presentspager-content-wrapper ul.elementPagerItemsList li {
  height: 14.166666666666666em;
  width: 14.166666666666666em;
}
.grid6 .presentspager-content-wrapper ul.elementPagerItemsList li {
  height: 11.666666666666666em;
  width: 11.666666666666666em;
}
.grid4 .presentspager-content-wrapper ul.elementPagerItemsList li {
  height: 14.166666666666666em;
  width: 14.166666666666666em;
}
.presentspager-content-wrapper {
  position: relative;
}
.presentspager-content-wrapper span.subline,
.presentspager-content-wrapper span.headline {
  display: block;
  text-transform: uppercase;
}
.presentspager-content-wrapper span.subline {
  font-size: 1.5em;
  margin-left: 6.944444444444445em;
  margin-top: 0.8333333333333334em;
}
.presentspager-content-wrapper span.headline {
  font-size: 2.8333333333333335em;
  margin-left: 3.676470588235294em;
}
.presentspager-content-wrapper .elementPagerPrevious,
.presentspager-content-wrapper .elementPagerNext {
  cursor: pointer;
  position: absolute;
  z-index: 10;
}
.presentspager-content-wrapper .elementPagerPrevious:before,
.presentspager-content-wrapper .elementPagerNext:before {
  font-size: 4.166666666666667em;
}
.presentspager-content-wrapper .elementPagerPrevious {
  display: none;
  left: .3em;
  top: 50%;
}
.presentspager-content-wrapper .elementPagerNext {
  right: .3em;
  top: 50%;
}
.presentspager-content-wrapper ul.elementPagerItemsList {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.presentspager-content-wrapper ul.elementPagerItemsList li {
  background-repeat: no-repeat;
  background-position: center bottom;
  -moz-background-size: contain !important;
  -webkit-background-size: contain !important;
  background-size: contain !important;
  -ms-behavior: url(/hw4/css/css_addons/backgroundsize.htc) !important;
  display: none;
  float: left;
  height: 18.333333333333332em;
  width: 18.333333333333332em;
}
.presentspager-content-wrapper ul.elementPagerItemsList li a.fill {
  display: block;
  height: 100%;
  width: 100%;
}
.presentspager-content-wrapper ul.elementPagerItemsList li:first-child {
  margin-left: 0;
}
.presentspager-content-wrapper ul.elementPagerItemsList li.active {
  display: table-cell;
}
.presentspager-navigation {
  background: none repeat scroll 0 0 #F5F5F7;
  border-radius: 100px 100px 100px 100px;
  box-shadow: 0 1px #CCCCCC inset;
  height: 1.4166666666666667em;
}
.presentspager-bar {
  height: 1.4166666666666667em;
  margin: 0 1em;
}
.presentspager-bar .noUi-handle {
  top: 0.4166666666666667em;
}
.presentspager-bar .noUi-handle > div,
.presentspager-bar .noUi-handle > div:hover,
.presentspager-bar .noUi-handle > div.noUi-activeHandle,
.presentspager-bar .noUi-midBar {
  background: none;
}
.presentspager-bar .noUi-handle > div:hover,
.presentspager-bar .noUi-handle > div.noUi-activeHandle {
  color: #50a5d1;
  cursor: pointer;
}
.presentspager-bar .noUi-handle > div:after {
  cursor: pointer;
  content: 'o';
  font-family: Hawicons, sans-serif;
  font-size: 1.25em;
  z-index: 99 !important;
}
.presentspager-caption ul {
  margin-top: -2em;
  width: 100%;
}
.presentspager-caption ul > li {
  color: #aaaaaa;
  float: left;
  height: 4em;
  position: relative;
}
.presentspager-caption ul > li > span {
  display: table-cell;
  height: 4em;
  vertical-align: bottom;
}
.presentspager-caption ul > li > span:hover {
  color: #50a5d1;
  cursor: pointer;
}
.presentspager-caption ul > li.active {
  color: #003354;
  font-weight: bold;
}
.presentspager-caption ul > li.upto15 {
  width: 28%;
}
.presentspager-caption ul > li.upto25 {
  width: 33%;
}
.presentspager-caption ul > li.upto35 {
  width: 24%;
}
.presentspager-caption ul > li.from35 {
  float: right;
  /*width: 15%;*/
}
#btn-view-all-presents {
  margin: 1.5em;
  margin-top: 1.75em;
}
.grid-smartphone #btn-view-all-presents {
  display: block;
  margin: 1em 0 0;
  text-align: center;
}
/* Firmenkunden */
.presentspager-companies-headlinebox-wrapper {
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
.presentspager-companies-headlinebox-wrapper span.headline {
  display: block;
  font-size: 1.5em;
}
.presentspager-companies-headlinebox-wrapper strong {
  display: block;
  font-size: 2.8333333333333335em;
  margin-top: .5em;
  text-transform: uppercase;
}
.presentspager-companies-headlinebox-wrapper p {
  font-size: 1.1666666666666667em;
  margin-top: 1em;
  line-height: 1.3em;
}
.presentspager-companies-headlinebox-wrapper a {
  font-size: 1em;
  margin-top: 1em;
}
/* Persoenliches Etikett */
.left-teaser-wine-label .teaser-small-headline {
  text-transform: none;
  font-size: 1.6em;
}
.left-teaser-wine-label .teaser-phone-number span.text {
  font-size: 1.4em;
}
#grid-row-pe-topteaser .grid-col {
  min-height: 18.3em;
  overflow: hidden;
}
#grid-row-pe-topteaser .backgroundElement {
  position: absolute;
  z-index: 0;
  background-color: transparent;
  background-position: bottom right;
  background-repeat: no-repeat;
  display: block;
}
#grid-row-pe-topteaser .backgroundElement .background-image {
  min-height: 18.3em;
  background-position: top right;
  background-repeat: no-repeat;
}
.pe_geschenk_teaser_box {
  color: #FFF;
  background-color: #51a5d1;
  text-align: center;
}
.pe_geschenk_teaser_box hr {
  display: block;
  height: 1px;
  width: 80%;
  border: 0;
  border-top: 1px solid #FFF;
  padding: 0;
  margin: 0 auto;
}
.pe_geschenk_teaser_box .box_headline {
  font-size: 200%;
  text-transform: uppercase;
  display: block;
  margin-top: 1em;
  width: 80%;
  margin: 1em auto .5em;
}
.pe_geschenk_teaser_box .box_text {
  font-size: 120%;
  line-height: 130%;
  display: block;
  width: 80%;
  margin: 1em auto;
}
.pe_geschenk_teaser_box .box_dashed {
  border: 1px dashed #003154;
  padding: .5em 0;
  display: inline-block;
}
.pe_geschenk_teaser_box .box_dashed span {
  font-size: 120%;
  font-weight: bold;
  margin: 0 1em;
  color: #003154;
}
.pe_geschenk_teaser_text {
  padding-top: 1.8em;
  background-position: -9999px -9999px;
  background-color: transparent;
  background-repeat: no-repeat;
}
.pe_geschenk_teaser_text .teaser_text_row {
  margin-bottom: 1em;
  min-height: 2.5em;
}
.pe_geschenk_teaser_text .circle_number {
  display: block;
  height: 1.4em;
  width: 1.7em;
  font-size: 2em;
  color: #FFF;
  background-color: #51a5d1;
  text-align: center;
  padding-top: .3em;
  -moz-border-radius: 22em;
  -webkit-border-radius: 22em;
  border-radius: 22em;
  margin-right: .4em;
  margin-bottom: .2em;
}
.pe_geschenk_teaser_text .teaser_text_headline {
  display: block;
  font-size: 120%;
  font-weight: bold;
  line-height: 110%;
  padding-top: .5em;
}
.pe_geschenk_teaser_text .teaser_text_text {
  line-height: 1.4em;
}
.pe_geschenk_teaser_img {
  background-position: top right;
  background-repeat: no-repeat;
}
.grid6 .pe_geschenk_teaser_text .inner {
  font-size: 75%;
}
.grid6 .pe_geschenk_teaser_box .inner {
  font-size: 90%;
}
.grid4 .pe_geschenk_teaser_text {
  background-position: 0px 0px;
}
.grid4 .pe_geschenk_teaser_text .teaser_text_headline {
  padding-top: .2em;
}
/*-----------------------*/
/* Praesente Ende        */
/*-----------------------*/
/*--------------------*/
/* My Hawesko Anfang  */
/*--------------------*/
body.haw-myhawesko {
  background: url("/hw4/images/design-images/myhawesko/background.jpg") repeat-y scroll center 12em #222222;
}
body.haw-myhawesko #my-hawesko-design-addition {
  overflow-x: hidden;
}
body.haw-myhawesko-login {
  background: url("/hw4/images/design-images//myhawesko/background2.jpg") no-repeat scroll center 12em #222222;
}
body.haw-myhawesko .content-wrapper {
  margin-top: 0;
  padding-bottom: 5em;
  position: relative;
}
body.haw-myhawesko .seo-wrapper {
  margin-top: 0;
}
/* Headerbereich */
body.haw-myhawesko.grid-desktop .header-wrapper {
  position: relative;
}
body.haw-myhawesko .header-wrapper #grid-row-logo {
  background: #ffffff;
}
body.haw-myhawesko.grid-desktop .header-wrapper #grid-row-logo {
  height: 9em;
}
body.haw-myhawesko.grid12 .header-wrapper:before,
body.haw-myhawesko.grid12 .header-wrapper:after {
  background: url("/hw4/images/design-images/myhawesko/background-top.png") repeat-x scroll center -8px transparent;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
body.haw-myhawesko.grid12 .header-wrapper:before {
  left: -100%;
}
body.haw-myhawesko.grid12 .header-wrapper:after {
  right: -100%;
}
/* Inhaltsbereich */
body.haw-myhawesko .site-wrapper {
  background: transparent;
}
body.haw-myhawesko .seo-wrapper {
  background: #ffffff;
  position: relative;
}
body.haw-myhawesko.grid-desktop .seo-wrapper:before,
body.haw-myhawesko.grid-desktop .seo-wrapper:after,
body.haw-myhawesko.grid-desktop .footer-wrapper:before,
body.haw-myhawesko.grid-desktop .footer-wrapper:after {
  background: none repeat scroll 0 0 #FFFFFF;
}
body.haw-myhawesko.grid-desktop .seo-wrapper:before,
body.haw-myhawesko.grid-desktop .seo-wrapper:after,
body.haw-myhawesko.grid-desktop .footer-wrapper:before,
body.haw-myhawesko.grid-desktop .footer-wrapper:after,
body.haw-myhawesko.grid-desktop .abbinder-wrapper:before,
body.haw-myhawesko.grid-desktop .abbinder-wrapper:after {
  content: "";
  display: block;
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  width: 100%;
}
body.haw-myhawesko.grid-desktop .seo-wrapper:after,
body.haw-myhawesko.grid-desktop .footer-wrapper:after,
body.haw-myhawesko.grid-desktop .abbinder-wrapper:after {
  left: auto;
  right: -100%;
}
body.haw-myhawesko .footer-wrapper {
  background: #ffffff;
  margin-top: 0;
  padding-bottom: 1em;
  padding-top: 1em;
  position: relative;
}
body.haw-myhawesko .abbinder-wrapper {
  margin-top: 0;
  padding-top: 1em;
  position: relative;
}
body.haw-myhawesko .abbinder-wrapper:before,
body.haw-myhawesko .abbinder-wrapper:after {
  background: #f5f5f5;
}
body.haw-myhawesko .greeting {
  color: #ffffff;
  display: block;
  font-family: 'Longhand W01 RegularLP';
  font-size: 3em;
  margin-bottom: 2em;
  margin-top: 1em;
  text-align: center;
  width: 100%;
}
body.grid4.haw-myhawesko .greeting {
  font-size: 2em;
}
.book-top {
  background: url("/hw4/images/design-images/myhawesko/book-top.png") no-repeat scroll 0 0 transparent;
  height: 26px;
  position: relative;
}
.grid-desktop .book-top.grid-row:after {
  background: url("/hw4/images/design-images/myhawesko/book-top-rs.png") no-repeat scroll 0 0 transparent;
  content: "";
  height: 26px;
  position: absolute;
  right: -345px;
  top: 0;
  width: 345px;
}
.book-content {
  background: url("/hw4/images/design-images/myhawesko/book-content.png") repeat-y scroll 0 0 transparent;
  position: relative;
  z-index: 0;
}
.grid-desktop .book-content.grid-row:after {
  background: url("/hw4/images/design-images/myhawesko/book-content-rs.png") repeat-y scroll 0 0 transparent;
  content: "";
  height: 100%;
  position: absolute;
  right: -345px;
  top: 0;
  width: 345px;
}
.book-bottom {
  background: url("/hw4/images/design-images/myhawesko/book-bottom.png") no-repeat scroll 0 0 transparent;
  height: 25px;
  position: relative;
}
.grid-desktop .book-bottom.grid-row:after {
  background: url("/hw4/images/design-images/myhawesko/book-bottom-rs.png") no-repeat scroll 0 0 transparent;
  content: "";
  height: 25px;
  position: absolute;
  right: -345px;
  top: 0;
  width: 345px;
}
.weinwelt-reg-teaser-btn,
.weinwelt-login-teaser-btn {
  position: absolute;
  bottom: 2em;
  right: 2em;
}
/* links Navigation */
/* Nav allg. */
span.nav-headline {
  cursor: pointer;
  display: block;
  font-size: 1.1666666666666667em;
  font-weight: bold;
}
ul.nav-myhawesko {
  padding: 1em;
  position: relative;
}
ul.nav-myhawesko li {
  font-size: 1.0833333333333333em;
  margin-top: .5em;
}
ul.nav-myhawesko li:first-child {
  margin-top: 0;
}
ul.nav-myhawesko li.active {
  font-weight: bold;
}
/* Nav links */
.nav-myhawesko-wrapper.nav-on-left {
  margin-top: 5em;
}
.nav-myhawesko-wrapper.nav-on-left .nav-holder {
  background: url("/hw4/images/design-images/myhawesko/nav-bottom.png") no-repeat scroll 0 bottom transparent;
  padding-bottom: 4px;
  position: relative;
}
.grid-desktop .nav-myhawesko-wrapper.nav-on-left .nav-holder:after {
  background: url("/hw4/images/design-images/myhawesko/nav-bottom-rs.png") no-repeat scroll 0 0 transparent;
  content: "";
  height: 4px;
  position: absolute;
  right: -34px;
  bottom: 0;
  width: 35px;
  z-index: 20;
}
.nav-myhawesko-wrapper.nav-on-left span.nav-headline {
  background: url("/hw4/images/design-images/myhawesko/nav-top.png") no-repeat scroll 0 0 transparent;
  padding: 1em 0 0 1em;
  position: relative;
  z-index: 20;
}
.grid-desktop .nav-myhawesko-wrapper.nav-on-left span.nav-headline:after {
  background: url("/hw4/images/design-images/myhawesko/nav-top-rs.png") no-repeat scroll 0 0 transparent;
  content: "";
  height: 33px;
  position: absolute;
  right: -34px;
  top: 0;
  width: 35px;
  z-index: 20;
}
.nav-myhawesko-wrapper.nav-on-left ul.nav-myhawesko {
  background: url("/hw4/images/design-images/myhawesko/nav-content.png") repeat-y scroll 0 0 transparent;
  position: relative;
  z-index: 20;
}
.grid-desktop .nav-myhawesko-wrapper.nav-on-left ul.nav-myhawesko:after {
  background: url("/hw4/images/design-images/myhawesko/nav-content-rs.png") repeat scroll 0 0 transparent;
  content: "";
  height: 100%;
  position: absolute;
  right: -34px;
  top: 0;
  width: 35px;
  z-index: 20;
}
/* Nav oben */
.nav-myhawesko-wrapper.nav-on-top {
  position: relative;
  z-index: 20;
}
.nav-myhawesko-wrapper.nav-on-top:after {
  background: url("/hw4/images/design-images/myhawesko/vertical/bottom.png") no-repeat scroll 0 bottom transparent;
  bottom: -32px;
  content: "";
  height: 35px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 20;
}
.nav-myhawesko-wrapper.nav-on-top .nav-holder {
  background: url("/hw4/images/design-images/myhawesko/vertical/top.png") no-repeat scroll 0 0 transparent;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 20;
}
.nav-myhawesko-wrapper.nav-on-top span.nav-headline {
  padding: 1em 0 0 1em;
}
.nav-myhawesko-wrapper.nav-on-top .nav-holder .nav-myhawesko {
  display: none;
}
.nav-myhawesko-wrapper.nav-on-top ul.nav-myhawesko {
  background: #F7F7F7;
  padding-left: 1em;
}
.nav-myhawesko-wrapper.nav-on-top .nav-holder.active .nav-myhawesko {
  display: block;
}
.grid-smartphone .nav-myhawesko-wrapper.nav-on-top .nav-holder,
.nav-myhawesko-wrapper.nav-on-top:after {
  -moz-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  -ms-behavior: url(/hw4/css/css_addons/backgroundsize.htc) !important;
}
/* Kästen mit gepunkteten Rahmen */
.dotted-with-headline-wrapper {
  outline: 1px dashed #aaaaaa;
  outline-offset: -1px;
}
.dotted-with-headline-wrapper > .headline-wrapper,
.dotted-with-headline-wrapper > .footline-wrapper {
  background: #f5f5f5;
  float: left;
  width: 100%;
}
.dotted-with-headline-wrapper > .headline-wrapper span.headline {
  display: inline-block;
  font-family: 'Longhand W01 RegularLP';
  font-size: 2.3333333333333335em;
  width: 65%;
}
.grid4 .dotted-with-headline-wrapper > .headline-wrapper span.headline {
  width: 100%;
}
.dotted-with-headline-wrapper > .headline-wrapper span.headline.full-width {
  width: 100%;
}
.dotted-with-headline-wrapper > .headline-wrapper a,
.dotted-with-headline-wrapper > .headline-wrapper select {
  float: right;
}
.dotted-with-headline-wrapper > .content,
.dotted-with-headline-wrapper > .footline-wrapper {
  margin-top: 2em;
}
.grid4 .dotted-with-headline-wrapper > .headline-wrapper a,
.grid4 .dotted-with-headline-wrapper > .headline-wrapper select {
  float: none;
}
.grid4 .dotted-with-headline-wrapper > .headline-wrapper select {
  margin-top: 1em;
  width: 100%;
}
.dotted-with-headline-wrapper > .content .buttons {
  float: right;
}
.grid4 .dotted-with-headline-wrapper > .content .buttons {
  width: 100%;
}
/* Dotted Box (für die Vorschaltseite) */
.dotted-box-wrapper {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px dashed #aaaaaa;
}
.grid4 .dotted-box-wrapper .abort-or-save-wrapper span.mandatoryfield,
.grid4 .dotted-box-wrapper .abort-or-save-wrapper span.forgottenpassword {
  width: 100%;
}
.grid-smartphone .dotted-box-wrapper a.btn {
  font-size: 1.2em;
  margin: 1em 0 0;
  padding: 0.5em 0;
  position: static !important;
  text-align: center;
  width: 100%;
}
/* Box mit Grau unterlegter Überschrift, Bild links, Text rechts, benutzt bei Freundschaftswerbung */
.headline-image-text-wrapper > .headline-wrapper,
.headline-image-text-wrapper > .footline-wrapper {
  background: #f5f5f5;
  float: left;
  width: 100%;
}
.headline-image-text-wrapper > .headline-wrapper span.headline {
  display: inline-block;
  font-size: 2.3333333333333335em;
  width: 80%;
}
.headline-image-text-wrapper > .headline-wrapper span.headline.headline.full-width {
  width: 100%;
}
.grid6 .headline-image-text-wrapper > .headline-wrapper span.headline {
  width: 70%;
}
.headline-image-text-wrapper > .headline-wrapper a,
.headline-image-text-wrapper > .headline-wrapper select {
  float: right;
}
.headline-image-text-wrapper > .content,
.headline-image-text-wrapper > .footline-wrapper {
  margin-top: 2em;
}
.grid4 .headline-image-text-wrapper > .headline-wrapper a,
.grid4 .headline-image-text-wrapper > .headline-wrapper select {
  float: none;
}
.grid4 .headline-image-text-wrapper > .headline-wrapper select {
  margin-top: 1em;
  width: 100%;
}
.headline-image-text-wrapper > .content .buttons {
  float: right;
}
.grid4 .headline-image-text-wrapper > .content .buttons {
  width: 100%;
}
/* Bestellübersicht, Anfang */
table.orderhistory-overview {
  table-layout: fixed;
  width: 100%;
}
table.orderhistory-overview th,
table.orderhistory-overview td {
  vertical-align: top;
}
table.orderhistory-overview > thead th {
  border-bottom: 1px solid #e5e5e5;
  font-weight: bold;
  padding-bottom: 1em;
}
table.orderhistory-overview > tbody td {
  padding-top: 1em;
}
/* Sonderformatierungen einzelner Spalten */
table.orderhistory-overview .ordernumber {
  width: 21%;
}
table.orderhistory-overview .date {
  width: 15%;
}
table.orderhistory-overview .value {
  width: 14%;
}
table.orderhistory-overview .status {
  padding-left: 10%;
  width: 30%;
}
table.orderhistory-overview .detaillink {
  width: 10%;
}
table.orderhistory-overview .value,
table.orderhistory-overview .detaillink {
  text-align: right;
}
/* Grid4: Responsive Table */
.grid4 table.orderhistory-overview > thead {
  display: none;
}
.grid4 table.orderhistory-overview > tbody tr {
  border-top: 1px solid #e5e5e5;
  float: left;
  margin-top: 1em;
  width: 100%;
}
.grid4 table.orderhistory-overview > tbody tr:first-child,
.grid4 table.orderhistory-overview > tbody tr:first-child td.ordernumber {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.grid4 table.orderhistory-overview > tbody td {
  float: left;
  text-align: right;
  padding-left: 0;
  position: relative;
  width: 100%;
}
.grid4 table.orderhistory-overview > tbody td:before {
  left: 0;
  position: absolute;
  font-weight: bold;
}
.grid4 table.orderhistory-overview > tbody td.ordernumber:before {
  content: 'Bestellnummer:';
}
.grid4 table.orderhistory-overview > tbody td.date:before {
  content: 'Datum:';
}
.grid4 table.orderhistory-overview > tbody td.value:before {
  content: 'Wert:';
}
.grid4 table.orderhistory-overview > tbody td.status:before {
  content: 'Status:';
}
table.orderhistory-details {
  table-layout: fixed;
  width: 100%;
}
table.orderhistory-details th,
table.orderhistory-details td {
  text-align: right;
  vertical-align: top;
}
table.orderhistory-details > thead th {
  font-weight: bold;
  padding-bottom: 1em;
}
table.orderhistory-details > tbody td {
  border-top: 1px solid #e5e5e5;
  padding-bottom: 1em;
  padding-top: 1em;
}
/* Sonderformatierungen einzelner Spalten */
table.orderhistory-details .article {
  width: 30%;
}
table.orderhistory-details .count {
  width: 10%;
}
table.orderhistory-details .price {
  width: 15%;
}
table.orderhistory-details .sum {
  width: 15%;
}
table.orderhistory-details .addtobasket {
  width: 30%;
}
table.orderhistory-details .article {
  text-align: left;
}
table.orderhistory-details .article .text-wrapper {
  float: left;
  margin-left: .5em;
  width: 55%;
}
table.orderhistory-details .article .image-wrapper {
  float: left;
  text-align: center;
  width: 40%;
}
table.orderhistory-details .article .image-wrapper a img {
  max-height: 6em;
  max-width: 100%;
}
/* Grid6+4: Responsive Table */
.grid-smartphone table.orderhistory-details > thead {
  display: none;
}
.grid-smartphone table.orderhistory-details > tbody tr {
  border-top: 1px solid #e5e5e5;
  float: left;
  margin-top: 1em;
  width: 100%;
}
.grid-smartphone table.orderhistory-details > tbody tr:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.grid-smartphone table.orderhistory-details > tbody td {
  border: none;
  float: left;
  text-align: right;
  padding-left: 0;
  position: relative;
  width: 100%;
}
.grid-smartphone table.orderhistory-details > tbody td:before {
  left: 30%;
  position: absolute;
  font-weight: bold;
}
.grid-smartphone table.orderhistory-details > tbody td.article:before {
  content: 'Artikel:';
}
.grid-smartphone table.orderhistory-details > tbody td.count:before {
  content: 'Anzahl:';
}
.grid-smartphone table.orderhistory-details > tbody td.price:before {
  content: 'Wert:';
}
.grid-smartphone table.orderhistory-details > tbody td.sum:before {
  content: 'Gesamtpreis:';
}
.grid-smartphone table.orderhistory-details > tbody td.article > .text-wrapper {
  float: right;
}
.grid-smartphone table.orderhistory-details > tbody td.article > .image-wrapper {
  position: absolute;
  left: 0;
  top: 1em;
  width: 25%;
}
.grid-smartphone table.orderhistory-details > tbody td.article > .image-wrapper > img {
  max-height: 11em;
}
.teaser-questions {
  background: #f5f5f5;
  margin-top: 2em;
}
.teaser-questions span.headline {
  font-size: 1.8333333333333333em;
  float: left;
  width: 30%;
}
.teaser-questions p {
  float: left;
  line-height: 1.5em;
  margin-left: 3%;
  width: 30%;
}
.teaser-questions .button-wrapper {
  float: right;
  width: 30%;
}
.teaser-questions a {
  float: left;
}
.teaser-questions a.telephone {
  margin-top: .5em;
}
.teaser-questions a.telephone span.text {
  font-size: 1.3333333333333333em;
  position: relative;
  top: 0.2em;
}
.grid-smartphone .teaser-questions span.headline,
.grid-smartphone .teaser-questions p,
.grid-smartphone .teaser-questions .button-wrapper {
  margin-left: 0;
  width: 100%;
}
.grid-smartphone .teaser-questions .button-wrapper a.telephone {
  float: right;
  margin-top: 0;
}
.grid4.grid-smartphone .teaser-questions .button-wrapper {
  margin-top: 1em;
}
.grid4.grid-smartphone .teaser-questions .button-wrapper a {
  width: 100%;
}
.grid4.grid-smartphone .teaser-questions a.telephone {
  margin-top: 1em;
}
/* Bestellübersicht, Ende */
/*------------------*/
/* My Hawesko Ende  */
/*------------------*/
/*----------------------------*/
/* Katalogbestellung, Anfang  */
/*----------------------------*/
.catalog-wrapper {
  outline: 1px solid #e5e5e5;
  outline-offset: -1px;
  outline: solid 1px #e5e5e5;
}
.catalog-wrapper .grid6 .text-wrapper > h2 {
  font-size: 1em;
}
.catalog-wrapper .image-wrapper {
  padding-left: 1px;
  padding-right: 1px;
  padding-top: 1px;
}
.catalog-wrapper .image-wrapper img {
  width: 100%;
}
/*--------------------------*/
/* Katalogbestellung, Ende  */
/*--------------------------*/
/*--------------------*/
/* Merkzettel, Anfang */
/*--------------------*/
#shopping_list_reg_login {
  margin-top: 2em;
}
#shopping_list_reg_login > div > div {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  margin-bottom: 2em;
}
#shopping_list_reg_login .weinwelt-login-teaser-btn,
#shopping_list_reg_login .weinwelt-reg-teaser-btn {
  bottom: 3em;
}
#shoppingListContainer .merk_content {
  font-size: 1.08333em;
}
#merk_artikeldrops div.right {
  margin-right: 1%;
}
#merk_artikeldrops div.right > div {
  margin-left: 2.2em;
}
#merk_artikeldrops div.right > div:first-child {
  margin-left: 0;
}
#shoppingListContainer .format-wrapper span.label {
  float: left;
  margin-top: .15em;
  margin-right: .3em;
}
#shoppingListContainer .format-wrapper span.icon {
  float: left !important;
  font-size: 1.8333em !important;
  margin-left: .2em !important;
  margin-top: -0.15em !important;
  cursor: pointer !important;
}
#shoppingListContainer .format-wrapper > span.icon:before {
  color: #cccccc !important;
}
#shoppingListContainer .format-wrapper > span.selected:before,
#shoppingListContainer .format-wrapper > span.icon:hover:before {
  color: #003354 !important;
}
#ul-shoppingList {
  width: 100%;
}
#ul-shoppingList.line li {
  width: 100%;
  border-right: 1px solid #e5e5ff;
}
#ul-shoppingList.line li .headline-wrapper,
#ul-shoppingList.line li .order-wrapper {
  margin-left: 10px;
}
#ul-shoppingList.line li .order-wrapper {
  position: relative;
  border-right: 0px !important;
  width: auto !important;
}
#ul-shoppingList.line li .order-wrapper .order-wrapper-inner {
  position: absolute;
  bottom: 1em;
}
#ul-shoppingList .li-shoppingList .order-wrapper .removeFromShoppingList {
  position: absolute;
  top: 1em;
}
#ul-shoppingList.tile li {
  margin-top: 0 !important;
  margin-bottom: 1em;
  margin-left: 1em !important;
  width: 31% !important;
}
#ul-shoppingList.tile li .image-wrapper img {
  height: 200px !important;
  width: auto !important;
}
#ul-shoppingList.tile li:first-child {
  margin-left: 0px;
}
#ul-shoppingList.tile li .order-wrapper .order-wrapper-inner .rating-wrapper {
  margin-top: 16%;
}
#ul-shoppingList.stick li {
  margin-top: 0 !important;
  margin-left: .9em !important;
  margin-bottom: 1em;
}
.grid4 .ul-shoppingList.stick li {
  width: 42% !important;
}
#ul-shoppingList.stick li:first-child {
  margin-left: 0px;
}
#ul-shoppingList li .tile-only,
#ul-shoppingList li .line-only {
  display: none;
}
#ul-shoppingList.stick li .tile-only,
#ul-shoppingList.tile li .tile-only {
  display: block;
}
#ul-shoppingList.line li .line-only {
  display: block;
}
/*------------------*/
/* Merkzettel, Ende */
/*------------------*/
/*----------------------*/
/* Fehlerseite, Anfang  */
/*----------------------*/
body.error {
  background: none;
}
.error-header-wrapper {
  margin-top: 1em;
}
/* Oberer Headerbereich, inkl. Logo, Suche, Loginbereich */
/* Logo, Anfang */
.error-header-wrapper .logo-text-wrapper span.logo-text {
  color: #000000;
  font-family: Hawicons;
  line-height: 1em;
}
.error-header-wrapper .logo-svg-wrapper > img.svg-image {
  height: 100%;
  width: 100%;
}
.error-header-wrapper .logo {
  display: block;
}
.grid-desktop .error-header-wrapper .logo {
  width: 35em;
}
.grid6 .error-header-wrapper .logo {
  width: 29em;
}
.grid4 .error-header-wrapper .logo {
  width: 22em;
}
.error-header-wrapper .logo .logo-svg-wrapper,
.error-header-wrapper .logo .logo-text-wrapper {
  float: left;
}
.grid-desktop .error-header-wrapper .logo .logo-svg-wrapper,
.grid6 .error-header-wrapper .logo .logo-svg-wrapper {
  height: 7em;
  width: 7em;
}
.grid4 .error-header-wrapper .logo .logo-svg-wrapper {
  height: 5em;
  width: 5em;
}
.error-header-wrapper .logo .logo-text-wrapper {
  height: 5em;
  margin-left: 1em;
  margin-top: 1.2em;
  overflow: hidden;
}
.grid-desktop .error-header-wrapper .logo .logo-text-wrapper span.logo-text,
.grid6 .error-header-wrapper .logo .logo-text-wrapper span.logo-text {
  font-size: 20em;
  width: 20em;
}
.grid4 .error-header-wrapper .logo .logo-text-wrapper span.logo-text {
  font-size: 15em;
  width: 15em;
}
.ie9 .error-header-wrapper .logo .logo-text-wrapper span.logo-text {
  line-height: normal;
}
.fallback-logo {
  display: none;
}
/* Fallback-Variante*/
.no-svg .error-header-wrapper .logo-svg-wrapper,
.no-svg .error-header-wrapper .logo-text-wrapper {
  display: none;
}
.no-svg .fallback-logo {
  display: inline;
}
.no-svg .fallback-logo {
  margin-top: 0.6em;
  margin-bottom: 0.5em;
}
.no-svg .grid6 .fallback-logo {
  width: 28em;
}
.no-svg .grid4 .fallback-logo {
  width: 21em;
}
#exceptionmessage {
  height: 30em;
  width: 100%;
}
/*--------------------*/
/* Fehlerseite, Ende  */
/*--------------------*/
/*----------------------*/
/* Serviceseiten, Anfang  */
/*----------------------*/
.standard-layer-headline-wrapper {
  border-bottom: 1px solid #E5E5E5;
  height: 3.6em;
}
.standard-layer-headline-wrapper .headline {
  display: block;
  font-size: 2.83333em;
}
.standard-layer-headline-wrapper .subheadline {
  font-size: 1.5em;
}
.standard-layer-text-wrapper {
  margin-top: 0.833333em;
}
/*----------------------*/
/* Serviceseiten, Ende  */
/*----------------------*/
/*--------------------------*/
/* Winzershopseiten, Anfang */
/*--------------------------*/
/* Einsstiegsseite Teaser */
.winzer-top-slider > .grid-col {
  height: 45.833333333333336em;
  background-position: bottom center;
}
.winzer-top-slider {
  height: 45em;
  margin-bottom: 4em;
  overflow: hidden;
}
.winzer-top-slider span.navPrev,
.winzer-top-slider span.navNext {
  position: absolute;
  top: 6.6em;
  font-size: 4em;
  color: white;
  cursor: pointer;
  z-index: 2;
  display: none;
}
.winzer-top-slider span.navPrev {
  left: 0.2em;
}
.winzer-top-slider span.navNext {
  right: 0.2em;
}
.winzer-top-slider .ws-teaser-items-container {
  position: absolute;
  bottom: 0em;
  z-index: 1;
}
.winzer-top-slider .ws-teaser-items-container .first {
  margin-left: 3em;
}
.winzer-top-slider .ws-teaser-items-container .ws-teaser-item {
  display: none;
}
.winzer-top-slider .ws-teaser-items-container .ws-teaser-item .ws-teaser-product-image img {
  max-height: 36em;
  width: auto;
}
.winzer-top-slider .ws-teaser-items-container .ws-teaser-item .ws-teaser-logo-container {
  position: relative;
  text-align: center;
}
.winzer-top-slider .ws-teaser-items-container .ws-teaser-item .ws-teaser-logo-container .triangle {
  position: absolute;
  top: 50%;
  left: -0.6em;
  margin-top: -0.7em;
  width: 0px;
  height: 0px;
  border-top: .7em solid transparent;
  border-bottom: .7em solid transparent;
  border-right: .7em solid white;
}
.winzer-top-slider .ws-teaser-items-container .ws-teaser-item .ws-teaser-logo-container a img {
  margin-left: 0px !important;
}
.winzer-top-slider .ws-teaser-items-container .ws-teaser-item .ws-teaser-info-box {
  margin-top: 10em;
}
.winzer-top-slider .ws-teaser-items-container .ws-teaser-item.visible.single,
.winzer-top-slider .ws-teaser-items-container .ws-teaser-item.visible.tuple {
  position: relative;
  left: 50%;
}
.grid12 .winzer-top-slider .ws-teaser-item.visible:nth-child(2) .ws-teaser-info-box {
  margin-top: 11em;
}
.grid12 .winzer-top-slider .ws-teaser-item.visible.single {
  margin-left: -13em !important;
}
.grid12 .winzer-top-slider .ws-teaser-item.visible.tuple {
  margin-left: -20em;
}
.grid9 .winzer-top-slider .ws-teaser-info-box {
  margin-top: 8em;
}
.grid9 .winzer-top-slider .ws-teaser-item.visible.single {
  margin-left: -10em !important;
}
.grid9 .winzer-top-slider .ws-teaser-item.visible.tuple {
  margin-left: -24em;
}
.grid6 .winzer-top-slider .ws-teaser-info-box {
  margin-top: 8em;
}
.grid6 .winzer-top-slider .ws-teaser-item.visible.single {
  margin-left: -12em !important;
}
.grid4 .winzer-top-slider .ws-teaser-info-box {
  margin-left: 0 !important;
}
.grid4 .winzer-top-slider .ws-teaser-item.visible.single {
  margin-left: -11em !important;
}
/* Detailseite Teaser */
.ws-detail-teaser > .grid-col:first-child,
.ws-detail-teaser .ws-dt-image-product .ws-dt-image {
  -moz-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  -ms-behavior: url(/hw4/css/css_addons/backgroundsize.htc) !important;
}
.ws-detail-teaser > .grid-col:first-child {
  height: 32em;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: transparent;
}
.grid6 .ws-detail-teaser > .grid-col:first-child {
  height: 35em;
}
.grid4 .ws-detail-teaser > .grid-col:first-child {
  height: 37em;
}
.ws-detail-teaser {
  margin-bottom: 2em;
}
.ws-detail-teaser .ws-dt-image-product .ws-dt-product-info {
  -webkit-box-shadow: 0 0.2em 0.2em 0 #aaaaaa;
  -moz-box-shadow: 0 0.2em 0.2em 0 #aaaaaa;
  box-shadow: 0 0.2em 0.2em 0 #aaaaaa;
}
.ws-detail-teaser .ws-dt-image-product .ws-dt-image {
  background-repeat: no-repeat;
  background-position: bottom right;
  margin-left: 5em !important;
}
.ws-detail-teaser .ws-dt-content .ws-dt-logo {
  margin-left: 1em !important;
  height: 18em;
  text-align: center;
  padding-top: 2em;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 13em 100%;
}
.ws-detail-teaser .ws-dt-content .ws-dt-logo img {
  width: 7em;
  height: auto;
}
.ws-detail-teaser .ws-dt-content .ws-dt-text h2 {
  text-transform: none;
  font-weight: normal;
  font-size: 1.8em;
}
.ws-detail-teaser .ws-dt-content .ws-dt-text h1 {
  font-weight: normal;
  font-size: 3em;
  margin-top: 1em;
}
.ws-detail-teaser .ws-dt-image-product {
  top: -11em;
  position: relative;
}
.ws-detail-teaser .ws-dt-image-product .ws-dt-product-image {
  overflow: visible;
}
.ws-detail-teaser .ws-dt-image-product .ws-dt-product-image img {
  position: absolute;
  bottom: 0.3em;
  height: 85%;
  width: auto;
}
.ws-detail-teaser .ws-dt-image-product .ws-dt-product-info {
  background-color: white;
  height: auto !important;
  top: 8em;
  left: -1em;
  padding: .7em;
}
.ws-detail-teaser .ws-dt-image-product .ws-dt-product-info .arrow {
  font-size: .8em;
  position: absolute;
  top: 30%;
  left: -0.9em;
  border-left: 0;
  border-right: 1em solid white;
  border-top: 1em solid transparent;
  border-bottom: 1em solid transparent;
}
.ws-detail-teaser .ws-dt-image-product .ws-dt-product-info .headline {
  font-size: .9em;
}
.ws-detail-teaser .ws-dt-image-product .ws-dt-product-info .info-year {
  font-size: 1.2em;
  margin-top: .5em;
}
.ws-detail-teaser .ws-dt-image-product .ws-dt-product-info .info-name {
  font-size: 1.2em;
  margin-bottom: .5em;
}
.ws-detail-teaser .ws-dt-image-product .ws-dt-product-info .info-price {
  font-size: 1.2em;
}
.ws-detail-teaser .ws-dt-image-product .ws-dt-product-info .info-hint {
  font-size: 0.8em;
  margin-bottom: .7em;
}
.ws-detail-teaser .ws-dt-image-product > .grid-col {
  height: 26em;
}
.infoContainerArrowLeft {
  font-size: .8em;
  position: absolute;
  top: 30%;
  left: -0.9em;
  height: 0;
  width: 0;
  display: block;
  border-left: 0;
  border-right: 1em solid white;
  border-top: 1em solid transparent;
  border-bottom: 1em solid transparent;
}
.grid4 .ws-detail-teaser .ws-dt-content .ws-dt-logo {
  background-size: 150% 100%;
  margin-left: 0px !important;
  height: 20em;
}
.grid4 .ws-detail-teaser .ws-dt-content .ws-dt-logo h2 {
  font-size: 1.2em;
}
.grid4 .ws-detail-teaser .ws-dt-content .ws-dt-logo h1 {
  font-size: 2em;
}
.grid4 .ws-detail-teaser .ws-dt-image-product {
  top: -9em;
}
/*-------------------------*/
/* Winzershopseiten, Ende  */
/*-------------------------*/
/*----------------*/
/* Debug, Anfang  */
/*----------------*/
#debug {
  background: none repeat scroll 0 0 #CCCCCC;
  opacity: 0.5;
  position: fixed;
  z-index: 999;
}
#debug:hover {
  opacity: 1;
}
#debug .debug_console_line.notice {
  color: #003354;
}
#debug .debug_console_line.info {
  color: #ffff00;
}
#debug .debug_console_line.warning {
  color: #ff0000;
}
/*--------------*/
/* Debug, Ende  */
/*--------------*/
/*----------------------------------*/
/* Winelabel Preview Layer, Anfang  */
/*----------------------------------*/
.winelabel-preview-wrapper #previewImage {
  text-align: center;
}
.layer-view .winelabel-preview-wrapper #previewImage {
  height: auto;
  min-height: 33em;
  overflow: hidden;
}
.winelabel-preview-wrapper #previewImage img {
  width: 100%;
}
/*----------------------------------*/
/* Winelabel Preview Layer, Ende    */
/*----------------------------------*/
/*----------------------------------*/
/* IE Update Layer, Anfang  */
/*----------------------------------*/
#browser-update-hint {
  background: none repeat scroll 0 0 #FFD973;
  border-bottom: 1px solid;
  display: none;
  overflow: hidden;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: center;
  width: 100%;
}
#browser-update-hint .browser-update-hint-close {
  font-size: 1.5em;
  position: absolute;
  right: 0.3em;
  top: 0.2em;
  cursor: pointer;
}
#browser-update-hint .browser-update-hint-innerContent {
  margin-left: 5%;
  margin-right: 5%;
  width: 90%;
  color: red;
}
#browser-update-hint .browser-update-hint-innerContent a {
  color: red;
  text-decoration: underline;
}
/*----------------------------------*/
/* IE Update Layer, Ende  */
/*----------------------------------*/
/*----------------------------------*/
/* IE Force Render (Beta), Anfang  */
/*----------------------------------*/
.iererender {
  z-index: 999;
  visibility: hidden;
  display: none;
}
/*----------------------------------*/
/* IE Force Render (Beta), Anfang  */
/*----------------------------------*/
/*--------------------------------------------------*/
/* INHALT: Wiederkehrende Einzelelemente			*/
/* -------      						 			*/
/* TOPTEASER										*/
/* ACCORDION										*/
/* TABS												*/
/* BESTELLEN OVERLAY								*/
/* FORMULAR											*/
/* GRAUE INFORMATIONSBOX (Bild link, Text rechts)	*/
/* BESCHREIBUNG-WERT								*/
/* BILD-TEXT										*/
/*--------------------------------------------------*/
/*------------------*/
/* TOPTEASER ANFANG */
/*------------------*/
.grid12 #grid-row-topteaser-single {
  height: 18.3em;
}
.grid9 #grid-row-topteaser-single {
  height: 13.7em;
}
.grid6 #grid-row-topteaser-single {
  height: 9em;
}
.grid4 #grid-row-topteaser-single {
  height: 5.8em;
}
.grid12 #grid-row-topteaser-double {
  height: 18.333333333333332em;
}
.grid9 #grid-row-topteaser-double {
  height: 12.083333333333334em;
}
.grid6 #grid-row-topteaser-double {
  height: 12.083333333333334em;
}
.grid4 #grid-row-topteaser-double {
  height: 7.916666666666667em;
}
.grid12 #topteaser-left {
  font-size: 1em;
}
.grid9 #topteaser-left {
  font-size: .7em;
}
.grid12 #topteaser-right {
  font-size: 1em;
}
.grid9 #topteaser-right {
  font-size: .7em;
}
#grid-row-topteaser-single > div.grid-col,
#grid-row-topteaser-double > div.grid-col {
  height: 100%;
}
.topteaser {
  background-repeat: no-repeat;
  -moz-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  -ms-behavior: url(/hw4/css/css_addons/backgroundsize.htc) !important;
  height: 100%;
  position: relative;
}
.topteaser-content {
  /*top: 2.3em;*/

  bottom: 1.9em;
  position: absolute;
}
.topteaser-content h2 {
  font-size: 5.666666666666667em;
  line-height: 1em;
  text-align: left;
  text-transform: none;
  font-weight: normal;
}
.grid-desktop .topteaser-content p {
  font-size: 1.0833333333333333em;
  margin-top: .5em;
  line-height: 1.4em;
}
.grid9 .topteaser-content p {
  font-size: 1.25em;
}
.grid-smartphone .topteaser-content p {
  display: none;
}
.topteaser-content.text-left {
  left: 2.5em;
}
.topteaser-content.text-right {
  right: 0.5em;
}
.topteaser-content.text-center {
  left: 55%;
}
.topteaser-content.text-center {
  margin-right: .5em;
  margin-left: .5em;
}
.topteaser-content h2.smaller-text {
  font-size: 4.083333333333333em;
}
.grid9 .topteaser-content h2 {
  font-size: 3.8em;
}
.grid9 .topteaser-content > h2.smaller-text {
  font-size: 3.5em;
}
.grid6 .topteaser-content h2 {
  font-size: 4.5em;
}
.grid6 .topteaser-content h2.smaller-text {
  font-size: 2em;
}
.grid6 .topteaser-content {
  bottom: 0.9em;
}
.grid4 .topteaser-content h2 {
  font-size: 3.6em;
}
.grid4 .topteaser-content h2.smaller-text {
  font-size: 1.5em;
}
.grid4 .topteaser-content {
  bottom: 0.9em;
}
/* Tooltip, +-Zeichen */
.product-tooltip-wrapper {
  display: none;
  float: left;
  /*
    background: none repeat scroll 0 0 white;
    left: 3em;
    margin-left: 20px;
    position: relative;
    top: -7em;
    width: 220px;
    z-index: 100;
	*/

}
.haw .qtip-content {
  padding: 1em;
}
.product-tooltip-wrapper .price {
  font-size: 1.6666666666666667em;
  font-weight: bold;
}
.product-tooltip-wrapper .rating,
.product-tooltip-wrapper .price-wrapper,
.product-tooltip-wrapper .link,
.product-tooltip-wrapper .btn {
  margin-top: 1em;
}
.product-tooltip-wrapper .votes {
  color: #e5e5e5;
  float: left;
  margin: .3em 0 0 1em;
}
.product-tooltip-wrapper .price-wrapper {
  display: inline-block;
  width: 100%;
}
.product-tooltip-wrapper .price-wrapper > .price {
  color: #003354;
  float: left;
}
.product-tooltip-wrapper .price-wrapper > .literprice {
  color: #aaaaaa;
  float: right;
  margin-top: .6em;
}
.product-tooltip-wrapper .link {
  display: block;
  margin-top: 0.5em;
}
/*----------------*/
/* TOPTEASER ENDE */
/*----------------*/
/*------------------*/
/* ACCORDION ANFANG */
/*------------------*/
.accordion-wrapper {
  margin-top: 1.8em;
}
.accordion {
  margin-top: 3px;
}
.accordion .trigger {
  background: #edebda;
  cursor: pointer;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: .5em;
}
.accordion .trigger:before {
  content: 'p';
  font-family: Hawicons, sans-serif;
  font-size: 1.2em;
  padding-right: 0.3em;
  float: left;
}
.accordion.checked .trigger:before {
  content: 'm';
}
.accordion .content {
  background: #f6f5ec;
  max-height: 0;
  overflow: hidden;
}
.accordion.checked .content {
  max-height: 20em;
}
.accordion .content > p {
  font-size: 0.857em;
  padding: 1.3em 2.6em;
}
/*----------------*/
/* ACCORDION ENDE */
/*----------------*/
/*-------------*/
/* TABS ANFANG */
/*-------------*/
ul.tabs > li {
  background: #003354;
  color: #ffffff;
  cursor: pointer;
  float: left;
  margin-left: 8px;
}
ul.tabs > li:first-child {
  margin-left: 0;
}
ul.tabs > li > span {
  display: block;
  float: left;
  margin: 0.5em 2em;
}
.grid-smartphone ul.tabs > li {
  margin-left: 0;
}
.grid-smartphone ul.tabs > li {
  width: 100%;
}
ul.tabs > li.active {
  background: #50a5d1;
}
ul.tabs-contents {
  display: inline-block;
  width: 100%;
}
ul.tabs-contents > li {
  border: none;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 0.2s ease-in-out;
  -moz-transition: max-height 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
ul.tabs-contents > li.active {
  border-top: solid 4px #50a5d1;
  opacity: 1;
  outline: 1px solid #50a5d1;
  outline-offset: -1px;
  position: relative;
  -webkit-transition: max-height 0.2s ease-in-out;
  -moz-transition: max-height 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  max-height: 1000em;
  width: 100%;
}
.grid12 ul.tabs-contents > li.active > .text-wrapper.grid12-nomt,
.grid12 ul.tabs-contents > li.active > .grid-row .text-wrapper.grid12-nomt,
.grid9 ul.tabs-contents > li.active > .text-wrapper.grid9-nomt,
.grid9 ul.tabs-contents > li.active > .grid-row .text-wrapper.grid9-nomt,
.grid6 ul.tabs-contents > li.active > .text-wrapper.grid6-nomt,
.grid6 ul.tabs-contents > li.active > .grid-row .text-wrapper.grid6-nomt,
.grid4 ul.tabs-contents > li.active > .text-wrapper.grid4-nomt,
.grid4 ul.tabs-contents > li.active > .grid-row .text-wrapper.grid4-nomt {
  margin-top: 0px;
}
.grid12 ul.tabs-contents > li.active > .text-wrapper.grid12-noml,
.grid12 ul.tabs-contents > li.active > .grid-row .text-wrapper.grid12-noml,
.grid9 ul.tabs-contents > li.active > .text-wrapper.grid9-noml,
.grid9 ul.tabs-contents > li.active > .grid-row .text-wrapper.grid9-noml,
.grid6 ul.tabs-contents > li.active > .text-wrapper.grid6-noml,
.grid6 ul.tabs-contents > li.active > .grid-row .text-wrapper.grid6-noml,
.grid4 ul.tabs-contents > li.active > .text-wrapper.grid4-noml,
.grid4 ul.tabs-contents > li.active > .grid-row .text-wrapper.grid4-noml {
  margin-left: 0px;
}
.grid12 ul.tabs-contents > li.active > .text-wrapper.grid12-nomr,
.grid12 ul.tabs-contents > li.active > .grid-row .text-wrapper.grid12-nomr,
.grid9 ul.tabs-contents > li.active > .text-wrapper.grid9-nomr,
.grid9 ul.tabs-contents > li.active > .grid-row .text-wrapper.grid9-nomr,
.grid6 ul.tabs-contents > li.active > .text-wrapper.grid6-nomr,
.grid6 ul.tabs-contents > li.active > .grid-row .text-wrapper.grid6-nomr,
.grid4 ul.tabs-contents > li.active > .text-wrapper.grid4-nomr,
.grid4 ul.tabs-contents > li.active > .grid-row .text-wrapper.grid4-nomr {
  margin-right: 0px;
}
.grid12 ul.tabs-contents > li.active > .text-wrapper.grid12-nomb,
.grid12 ul.tabs-contents > li.active > .grid-row .text-wrapper.grid12-nomb,
.grid9 ul.tabs-contents > li.active > .text-wrapper.grid9-nomb,
.grid9 ul.tabs-contents > li.active > .grid-row .text-wrapper.grid9-nomb,
.grid6 ul.tabs-contents > li.active > .text-wrapper.grid6-nomb,
.grid6 ul.tabs-contents > li.active > .grid-row .text-wrapper.grid6-nomb,
.grid4 ul.tabs-contents > li.active > .text-wrapper.grid4-nomb,
.grid4 ul.tabs-contents > li.active > .grid-row .text-wrapper.grid4-nomb {
  margin-bottom: 0px;
}
/*-----------*/
/* TABS ENDE */
/*-----------*/
/*--------------------------*/
/* BESTELLEN OVERLAY ANFANG */
/*--------------------------*/
/*kaufen layer*/
.grid-row-layer-content a.btn {
  font-size: 1em;
}
.grid-row-layer-content .buttons-grid-row .btn {
  margin-top: 1em;
}
.right-btn {
  float: right;
}
.left-btn {
  float: left;
}
.grid-row-layer-content .cancel-button,
.grid-row-layer-content .cancel-button-iframe {
  float: left;
}
.grid-row-layer-content .order-button,
.grid-row-layer-content .order-button-iframe {
  float: right;
}
.iframe-fenster-schliessen {
  font-size: 1.25em;
  margin-right: 0.6em;
}
.grid-row-layer-content {
  margin-bottom: 1.25em;
}
.grid-smartphone .inner-layer-content-wrapper {
  padding-left: 0em;
  padding-bottom: 0.8333333333333334em;
}
.page-view img.dummyorder {
  width: 100%;
}
.layer-view img.dummyorder {
  height: 323px;
}
/*------------------------*/
/* BESTELLEN OVERLAY ENDE */
/*------------------------*/
/*-----------------*/
/* FORMULAR ANFANG */
/*-----------------*/
/* Standard: Fehlerfeld neben dem Input, ?berlappend; in der Smartphonevariente ?ber dem Input, dieses rutsch herunter */
.form-wrapper.standard-form .field-wrapper {
  clear: both;
  float: left;
  margin-top: 1em;
  position: relative;
  width: 100%;
}
.form-wrapper.standard-form .field-wrapper:first-child {
  margin-top: 0;
}
.form-wrapper.standard-form #companyRow .field-wrapper:first-child {
  margin-top: 1em;
}
.form-wrapper.standard-form .field-wrapper > label {
  float: left;
  margin-top: .2em;
  width: 30%;
}
.form-wrapper.standard-form .field-wrapper > span.error-label {
  color: #bb1922;
  display: none;
  margin-top: .2em;
}
.form-wrapper.standard-form .field-wrapper.error > .error-label {
  display: block;
}
.grid-desktop .form-wrapper.horizontal-form .field-wrapper > span.error-label {
  background: none repeat scroll 0 0 #f6f5ec;
  padding: 1em;
  position: absolute;
  right: -14em;
  top: -1.5em;
  width: 10em;
  z-index: 10;
}
.grid-desktop .form-wrapper.horizontal-form .field-wrapper > span.error-label:before {
  right: 100%;
  border: solid transparent;
  border-style: outset solid;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #f6f5ec;
  border-width: 15px;
  top: 50%;
  margin-top: -15px;
}
.grid-desktop .form-wrapper.horizontal-form.no-tooltips .field-wrapper > span.error-label {
  background: none;
  margin: 0;
  padding: 0;
  position: static;
  width: 89%;
}
.grid-desktop .form-wrapper.horizontal-form.no-tooltips .field-wrapper > span.error-label:before {
  display: none;
}
.form-wrapper.standard-form .field-wrapper > span.error-label-my-hawesko-login {
  color: #bb1922;
  display: none;
  margin-top: .2em;
}
.form-wrapper.standard-form .field-wrapper.error > .error-label-my-hawesko-login {
  display: block;
}
.grid-desktop .form-wrapper.horizontal-form .field-wrapper > span.error-label-my-hawesko-login {
  background: none repeat scroll 0 0 #f6f5ec;
  padding-top: 1em;
  padding-bottom: 2.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  position: absolute;
  right: 0em;
  top: -6.3em;
  width: 93%;
  height: 90%;
  z-index: 10;
}
.grid9 .form-wrapper.horizontal-form .field-wrapper > span.error-label-my-hawesko-login {
  top: -7.3em;
  height: 60%;
  right: -1em;
  padding-bottom: 3em;
  padding-top: 1em;
}
.grid-desktop .form-wrapper.horizontal-form.no-tooltips .field-wrapper > span.error-label-my-hawesko-login {
  background: none;
  margin: 0;
  padding: 0;
  position: static;
  width: 89%;
}
.grid-desktop .form-wrapper.horizontal-form.no-tooltips .field-wrapper > span.error-label-my-hawesko-login:before {
  display: none;
}
.form-wrapper.standard-form .field-wrapper > span.error-label-my-hawesko-login2 {
  color: #bb1922;
  display: none;
  margin-top: .2em;
}
.form-wrapper.standard-form .field-wrapper.error > .error-label-my-hawesko-login2 {
  display: block;
}
.grid-desktop .form-wrapper.horizontal-form .field-wrapper > span.error-label-my-hawesko-login2 {
  background: none repeat scroll 0 0 #f6f5ec;
  padding-top: 1em;
  padding-bottom: 2.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  position: absolute;
  right: 0em;
  top: -9em;
  width: 93%;
  height: 90%;
  z-index: 11;
}
.grid9 .form-wrapper.horizontal-form .field-wrapper > span.error-label-my-hawesko-login2 {
  top: -10.8em;
  right: -1em;
  padding-bottom: 3em;
  padding-top: 1em;
}
.grid-desktop .form-wrapper.horizontal-form.no-tooltips .field-wrapper > span.error-label-my-hawesko-login2 {
  background: none;
  margin: 0;
  padding: 0;
  position: static;
  width: 89%;
}
.grid-desktop .form-wrapper.horizontal-form.no-tooltips .field-wrapper > span.error-label-my-hawesko-login2:before {
  display: none;
}
.form-wrapper.standard-form .field-wrapper > .field > select,
.form-wrapper.standard-form .field-wrapper > .field > textarea,
.form-wrapper.standard-form .field-wrapper > .field > input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: .2em;
  overflow: hidden;
  width: 100%;
}
/* Disable input type number's spin buttons: */
.form-wrapper.standard-form .field-wrapper > .field > input::-webkit-outer-spin-button,
.form-wrapper.standard-form .field-wrapper > .field > input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-wrapper.horizontal-form .field-wrapper > .field {
  float: left;
  width: 67%;
}
.form-wrapper.standard-form .field-wrapper.nolabel > .field {
  width: 97%;
}
.form-wrapper.horizontal-form.no-tooltips .field-wrapper.error > .field {
  margin-left: 30%;
}
/* Sonderbreiten f?r PLZ oder Geburtsdatum */
.form-wrapper.standard-form .field-wrapper > .field.type-zip-city > input.zip {
  width: 25%;
}
.form-wrapper.standard-form .field-wrapper > .field.type-zip-city > input.city {
  float: right;
  width: 70%;
}
.form-wrapper.standard-form .field-wrapper > .field.type-birthdate > select.day {
  width: 30%;
}
.form-wrapper.standard-form .field-wrapper > .field.type-birthdate > select.month {
  margin: 0 3.5%;
  width: 30%;
}
.form-wrapper.standard-form .field-wrapper > .field.type-birthdate > select.year {
  float: right;
  width: 30%;
}
.form-wrapper.standard-form .field-wrapper > .field.type-salutation.radio {
  margin-top: 0.2em;
}
.form-wrapper.standard-form .field-wrapper > .field.type-salutation.radio > .radio-wrapper {
  float: left;
  width: 30%;
}
.form-wrapper.standard-form .field-wrapper > .field.type-salutation.radio > .radio-wrapper > input {
  display: inline;
  vertical-align: baseline;
}
.form-wrapper.standard-form .field-wrapper > .field.type-salutation.radio > .radio-wrapper > input + label {
  display: inline;
  margin-left: 5px;
  vertical-align: baseline;
}
.form-wrapper.standard-form .field-wrapper > .field.type-salutation.radio > .radio-wrapper.mr {
  margin: 0 5%;
}
.form-wrapper.standard-form .field-wrapper > .field.type-expired > select.month {
  width: 45%;
}
.form-wrapper.standard-form .field-wrapper > .field.type-expired > select.year {
  float: right;
  width: 45%;
}
.form-wrapper.standard-form .field-wrapper > .field.checkbox > input {
  float: left;
  margin-right: 5px;
  width: auto;
}
.form-wrapper.standard-form .field-wrapper > .field.checkbox > label {
  float: left;
  width: 85%;
}
.grid-desktop .form-wrapper.standard-form .field-wrapper > .field.checkbox > input[type=radio] {
  margin-top: .25em;
}
/* Fehlerbehandlung */
.form-wrapper.standard-form .field-wrapper > span.error-icon {
  display: none;
  float: right;
  margin-top: 0.3em;
  text-align: right;
  width: 3%;
}
.form-wrapper.standard-form .field-wrapper.success > span.error-icon:before {
  content: 'v';
}
.form-wrapper.standard-form .field-wrapper.success > span.error-icon {
  float: left;
  font-size: 0.7em;
  margin-top: 0.5em;
}
.form-wrapper.standard-form .field-wrapper.error > span.error-icon:before {
  content: 'x';
}
.form-wrapper.standard-form .field-wrapper.success > span.icon {
  display: inline;
  color: #119300;
}
.form-wrapper.standard-form .field-wrapper.error > span.icon {
  display: inline;
  color: #bb1922;
}
.form-wrapper.standard-form .field-wrapper.error > .field > select,
.form-wrapper.standard-form .field-wrapper.error > .field > textarea,
.form-wrapper.standard-form .field-wrapper.error > .field > input {
  border: solid 1px #bb1922;
}
.form-wrapper.standard-form .field-wrapper.error > .field.radio,
.form-wrapper.standard-form .field-wrapper.error > .field.checkbox {
  border: solid 1px #bb1922;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em;
}
/* Fehlerbehandlung Smartphone */
.grid-smartphone .form-wrapper.standard-form .field-wrapper.error > .field {
  margin-left: 30%;
}
/* Sonderformatierungen */
.standard-form .text-wrapper {
  float: left;
  margin-top: 1em;
}
/* Trennlinien */
.standard-form .separate {
  float: left;
  border-top: 1px solid #E5E5E5;
  margin-top: 1em;
  padding-top: 1em;
  width: 97%;
}
/* Textformatierungen */
.form-wrapper.standard-form a.submit {
  margin-top: 1em;
}
.form-wrapper.standard-form p {
  float: left;
  margin-top: 1em;
}
.form-wrapper span.mandatoryfield,
.form-wrapper span.forgottenpassword {
  display: block;
  float: left;
  margin-top: 1em;
}
/* Checkbox mit Beschriftung und "Überschrift" */
.form-wrapper.standard-form .field-wrapper.checkbox-with-headline > label {
  font-weight: bold;
  width: 100%;
  margin-bottom: 0.2em;
}
.form-wrapper.standard-form .field-wrapper.checkbox-with-headline > .field {
  width: 95%;
}
.form-wrapper.standard-form .field-wrapper.checkbox-with-headline > .field > label {
  float: left;
  width: 80%;
}
/* Abbrechen und Speichern-Buttons, daneben der Pfilfeldhinweis */
.form-wrapper .abort-or-save-wrapper {
  float: left;
  margin-top: 1.5em;
  width: 100%;
}
.form-wrapper .abort-or-save-wrapper .abort-or-save-buttons {
  float: left;
  width: 67%;
}
.grid4 .form-wrapper .abort-or-save-wrapper .abort-or-save-buttons {
  width: 100%;
}
.form-wrapper .abort-or-save-wrapper .abort-or-save-buttons.with-spacer {
  margin-left: 30%;
}
.grid4 .form-wrapper .abort-or-save-wrapper .abort-or-save-buttons.with-spacer {
  width: 67%;
}
.form-wrapper .abort-or-save-wrapper a.btn.darkblue {
  float: left;
}
.form-wrapper .abort-or-save-wrapper a.btn.primarycolor {
  float: right;
}
.form-wrapper form#newsletterUnsubscribe .abort-or-save-wrapper a.btn.primarycolor {
  float: left;
}
.form-wrapper .abort-or-save-wrapper a.btn.darkblue.right {
  float: right;
}
.form-wrapper .abort-or-save-wrapper span.mandatoryfield {
  display: inline-block;
  margin-top: 0.4em;
  width: 30%;
}
.form-wrapper .abort-or-save-wrapper span.forgottenpassword {
  margin-top: 0.4em;
  width: 67%;
}
/* Verticales Formuar: Fehler �ber dem Input */
.form-wrapper.vertical-form .field-wrapper label,
.form-wrapper.vertical-form .field-wrapper.error > span.error-label {
  display: block;
  width: 100%;
}
.form-wrapper.vertical-form .field-wrapper > .field {
  float: left;
  /*Anforderung Merkzettel*/

  /*width: 97%;*/

  width: 100%;
}
.grid-smartphone .form-wrapper.vertical-form .field-wrapper.error > .field {
  margin-left: 0;
}
/*---------------*/
/* FORMULAR ENDE */
/*---------------*/
/*-------------------------------------------------------*/
/* GRAUE INFORMATIONSBOX (Bild link, Text rechts) Anfang */
/*-------------------------------------------------------*/
.greyinfobox-wrapper {
  background: #f6f5ec;
}
.greyinfobox-wrapper .image-wrapper {
  float: left;
  margin-right: 1em;
  width: 15%;
}
.greyinfobox-wrapper .image-wrapper img {
  width: 91%;
}
/*-----------------------------------------------------*/
/* GRAUE INFORMATIONSBOX (Bild link, Text rechts) Ende */
/*-----------------------------------------------------*/
/*--------------------------*/
/* BESCHREIBUNG-WERT Anfang */
/*--------------------------*/
.caption-value-wrapper {
  margin-top: .5em;
}
.caption-value-wrapper span.caption,
.caption-value-wrapper span.value,
.caption-value-wrapper p.value {
  display: inline-block;
  vertical-align: top;
  width: 45%;
}
.caption-value-wrapper span.caption {
  font-weight: bold;
}
.caption-value-wrapper span.value,
.caption-value-wrapper p.value {
  float: right;
}
.caption-value-wrapper.short span.caption {
  width: 30%;
}
.caption-value-wrapper.short span.value,
.caption-value-wrapper.short p.value {
  width: 70%;
}
.caption-value-wrapper:first-child {
  margin-top: 0;
}
.grid4 .caption-value-wrapper {
  float: left;
  margin-top: .5em;
  width: 100%;
}
.grid4 .caption-value-wrapper.border-top {
  border-top: 1px solid #CCCCCC;
  padding-top: 1em;
}
.dotted-with-headline-wrapper > .content .buttons > a {
  float: left;
  margin-left: .2em;
}
.dotted-with-headline-wrapper > .content .buttons > a:first-child {
  margin-left: 0;
}
.grid4 .dotted-with-headline-wrapper > .content .buttons {
  margin-top: .5em;
}
.grid4 .caption-value-wrapper span.caption,
.grid4 .caption-value-wrapper span.value,
.grid4 .caption-value-wrapper p.value {
  width: 100%;
}
/*------------------------*/
/* BESCHREIBUNG-WERT Ende */
/*------------------------*//*----------------------------------------------*/
/* INHALT: Spezielle, einmalige Einzelelemente	*/
/* -------      						 		*/
/* VORLAGEN										*/
/* TEASER										*/
/* SEITE: LIEFERKONDITIONEN						*/
/* SEITE: WIR UEBER UNS   						*/
/* SEITE: VINO SELECT							*/
/* SEITE: KONTAKTFOMULAR						*/
/* SEITE: WEIN-LEXIKON  						*/
/* SEITE: BESTELLSTRECKE  						*/
/* SEITE: MYHAWESKO - VORSCHALTSEITE			*/
/* SEITE: MYHAWESKO - Data			            */
/* SEITE: SERVICE-SEITEN			            */
/*----------------------------------------------*/
/*-----------------*/
/* VORLAGEN ANFANG */
/*-----------------*/
#vorlage {
  background: url("/hw4/images/content-images/vorlagen/121004_hawesko_home_1000.jpg") repeat scroll 0 0 transparent;
  height: 1670px;
  left: 50%;
  margin-left: -500px;
  opacity: 0.5;
  position: absolute;
  top: -12px;
  width: 1000px;
  z-index: 5;
}
/*---------------*/
/* VORLAGEN ENDE */
/*---------------*/
/*---------------*/
/* TEASER ANFANG */
/*---------------*/
.grid-desktop .grid-row-products > .grid-col .teaser,
.grid-desktop #grid-row-productlist.productlist-homepage .grid-col .teaser {
  height: 28em;
}
/* WinzerShop Teaser Homepage */
#teaser-winzershops {
  height: 100%;
}
.winzershop-teaser-wrapper {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -moz-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  -ms-behavior: url(/hw4/css/css_addons/backgroundsize.htc) !important;
  height: 100%;
}
.winzershop-teaser-wrapper .winzershop-teaser {
  float: right;
}
.winzershop-teaser-wrapper .slider-wrapper {
  background-color: white;
  clear: both;
}
.winzershop-teaser-wrapper .slider-text {
  float: left;
  font-size: 1em;
  margin-bottom: 0.9166666666666666em;
  margin-top: 1em;
  width: 8.083333333333334em;
}
.winzershop-teaser {
  width: 19.166666666666668em;
}
.winzershop-teaser-info-wrapper {
  float: left;
  margin-top: 1.0833333333333333em;
  margin-left: 0.5833333333333334em;
  width: 13.25em;
}
.winzershop-teaser-price-wrapper {
  float: left;
}
.winzershop-teaser-price {
  font-size: 1.1666666666666667em;
  font-weight: bold;
  margin-top: 1.8333333333333333em;
  text-align: right;
}
.winzershop-teaser-price span {
  font-weight: normal;
}
.winzershop-teaser-price span .old-price {
  font-size: 0.8333333333333334em;
  color: #003354;
  margin-left: 0.5833333333333334em;
}
.winzershop-teaser-preheadline {
  color: #AD8A6B;
  font-size: 1.1666666666666667em;
  font-weight: bold;
}
.winzershop-teaser-headline {
  color: #003354;
  font-size: 1.9166666666666667em;
}
.winzershop-teaser-wrapper a.icon-left {
  font-size: 1em;
}
.winzershop-teaser-wrapper .icon-left[data-icon]:before {
  font-size: 0.8em;
}
.winzershop-teaser-wrapper a.btn {
  float: right;
  font-size: 1em;
  margin-top: 0.9166666666666666em;
}
.winzershop-teaser-image-link {
  float: right;
  margin-top: 0.9166666666666666em;
  width: 5em;
}
.winzershop-teaser-image-link img {
  width: 100%;
}
/*Praesente*/
.left-teaser-wine-label .teaser-small-headline {
  text-transform: none;
  font-size: 1.6em;
}
.left-teaser-wine-label .teaser-phone-number span.text {
  font-size: 1.4em;
}
#grid-row-pe-topteaser .grid-col {
  min-height: 18.3em;
  overflow: hidden;
}
#grid-row-pe-topteaser > .backgroundElement {
  position: absolute;
  z-index: 0;
  background-color: transparent;
  background-position: bottom right;
  background-repeat: no-repeat;
  display: block;
}
#grid-row-pe-topteaser > .backgroundElement .background-image {
  min-height: 18.3em;
  background-position: top right;
  background-repeat: no-repeat;
}
.pe_geschenk_teaser_box {
  color: #FFF;
  background-color: #51a5d1;
  text-align: center;
}
.pe_geschenk_teaser_box hr {
  display: block;
  height: 1px;
  width: 80%;
  border: 0;
  border-top: 1px solid #FFF;
  padding: 0;
  margin: 0 auto;
}
.pe_geschenk_teaser_box .box_headline {
  font-size: 200%;
  text-transform: uppercase;
  display: block;
  margin-top: 1em;
  width: 80%;
  margin: 1em auto .5em;
}
.pe_geschenk_teaser_box .box_text {
  font-size: 120%;
  line-height: 130%;
  display: block;
  width: 80%;
  margin: 1em auto;
}
.pe_geschenk_teaser_box .box_dashed {
  border: 1px dashed #003154;
  padding: .5em 0;
  display: inline-block;
}
.pe_geschenk_teaser_box .box_dashed span {
  font-size: 120%;
  font-weight: bold;
  margin: 0 1em;
  color: #003154;
}
.pe_geschenk_teaser_text {
  padding-top: 1.8em;
  background-position: -9999px -9999px;
  background-color: transparent;
  background-repeat: no-repeat;
}
.pe_geschenk_teaser_text .teaser_text_row {
  margin-bottom: 1em;
  min-height: 2.5em;
}
.pe_geschenk_teaser_text .circle_number {
  display: block;
  height: 1.4em;
  width: 1.7em;
  font-size: 2em;
  color: #FFF;
  background-color: #51a5d1;
  text-align: center;
  padding-top: .3em;
  -moz-border-radius: 22em;
  -webkit-border-radius: 22em;
  border-radius: 22em;
  margin-right: .4em;
  margin-bottom: .2em;
}
.pe_geschenk_teaser_text .teaser_text_headline {
  display: block;
  font-size: 120%;
  font-weight: bold;
  line-height: 110%;
  padding-top: .5em;
}
.pe_geschenk_teaser_text .teaser_text_text {
  line-height: 1.4em;
}
.pe_geschenk_teaser_img {
  background-position: top right;
  background-repeat: no-repeat;
}
.grid6 .pe_geschenk_teaser_text .inner {
  font-size: 75%;
}
.grid6 .pe_geschenk_teaser_box .inner {
  font-size: 90%;
}
.grid4 .pe_geschenk_teaser_text {
  background-position: 0px 0px;
}
.grid4 .pe_geschenk_teaser_text .teaser_text_headline {
  padding-top: .2em;
}
/*Weinsuche Teaser*/
#grid-row-topslider-weinsuche {
  position: relative;
}
#grid-row-topslider-weinsuche #weinsuche-grid-col {
  height: 30em;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}
.no-rgba #grid-row-topslider-weinsuche #weinsuche-grid-col {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.85);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#d9ffffff, endColorstr=#d9ffffff)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d9ffffff, endColorstr=#d9ffffff);
}
.rgba #grid-row-topslider-weinsuche #weinsuche-grid-col {
  background-color: rgba(255, 255, 255, 0.85);
}
#grid-col-seitenleiste #weinsuche-grid-col {
  background: none repeat scroll 0 0 #F5F5F5;
  height: 26.833333333333332em;
}
/* Weinsuche */
.teaser-weinsuche {
  float: left;
  height: 100%;
  width: 100%;
  z-index: 9;
}
.teaser-weinsuche .weinsuche-headline {
  font-size: 2.3333333333333335em;
  text-transform: uppercase;
}
.teaser-weinsuche .weinsuche-text {
  font-size: 1.1666666666666667em;
  margin-top: 1.2em;
  margin-top: .5em;
}
.teaser-weinsuche select {
  font-size: 1.1666666666666667em;
  margin-top: 1.8em;
  padding: 0.2em;
  width: 100%;
}
.teaser-weinsuche a.btn {
  float: right;
  margin-top: 1em;
}
#grid-row-teasers .teaser-weinsuche,
#grid-col-seitenleiste .teaser-weinsuche {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background: #f5f5f5;
  margin-right: 0 !important;
}
#grid-row-teasers .teaser-weinsuche select {
  margin-top: 1em;
}
/* Smartphone */
.grid-smartphone .teaser-weinsuche {
  background: #f5f5f5;
  margin-top: 1em;
}
/*Seitenleiste Teaser Definitionen*/
.grid12 #grid-col-seitenleiste > .grid-row .teaser {
  margin-top: 1.25em;
}
.grid12 #grid-col-seitenleiste > .grid-row:first-child .teaser {
  margin-top: 0em;
}
/*
#grid-col-seitenleiste .grid-row-teaser {
  .height(290);
  overflow:hidden;
  width: auto;
}
*/
/* Teaser mit verlinkbarem Hintergrundbild" */
.teaser-clickable-background-image {
  -moz-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  -ms-behavior: url(/hw4/css/css_addons/backgroundsize.htc) !important;
  float: left;
  height: 24.083333333333332em;
  overflow: hidden;
  width: 100%;
}
.teaser-clickable-background-image a {
  width: 100%;
  height: 100%;
  display: block;
}
/* Teaser mit grosser Ueberschrift, darunter ein Link, Hintergrundbild, zB "Harmonie von Wein & Essen" */
.teaser-headline-link {
  -moz-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  -ms-behavior: url(/hw4/css/css_addons/backgroundsize.htc) !important;
  float: left;
  height: 24.083333333333332em;
  overflow: hidden;
  width: 100%;
}
.teaser-headline-link h3 {
  font-size: 2.1666666666666665em;
  line-height: 1em;
  margin-top: 0.5833333333333334em;
  margin-left: 0.4166666666666667em;
  margin-bottom: 0.20833333333333334em;
  text-shadow: 0 0 2px #555555;
}
.teaser-headline-link a {
  margin-left: 1em;
}
/* Teaser mit grosser Ueberschrift, darunter ein Link, Hintergrundbild */
#grid-col-seitenleiste .teaser-headline-link > h3 {
  margin-top: 0.5833333333333334em;
  margin-left: 0.4166666666666667em;
  margin-bottom: 0.20833333333333334em;
}
/* Teaser mit gemischt-großer Ueberschrift, darunter Inhaltstext, ein Link, Hintergrundbild ("Aus unserer Werbung") */
.teaser-mixedheadline-copytext-link {
  -moz-background-size: contain !important;
  -webkit-background-size: contain !important;
  background-size: contain !important;
  -ms-behavior: url(/hw4/css/css_addons/backgroundsize.htc) !important;
  float: left;
  width: 100%;
}
.teaser-mixedheadline-copytext-link h3 {
  line-height: 1.5833333333333333em;
  margin-left: 0.8333333333333334em;
  margin-top: 1.1666666666666667em;
}
.teaser-mixedheadline-copytext-link h3 span.small {
  font-size: 1.3333333333333333em;
}
.teaser-mixedheadline-copytext-link h3 span.large {
  font-size: 1.8333333333333333em;
}
.teaser-mixedheadline-copytext-link p.copytext {
  display: block;
  font-size: 1em;
  line-height: 1.1666666666666667em;
  margin-left: 0.9166666666666666em;
  margin-top: 0.5em;
  margin-bottom: 0.5833333333333334em;
}
.teaser-mixedheadline-copytext-link a {
  margin-left: 0.4166666666666667em;
}
/* Vino Select */
#teaser-vino-select .top-wrapper {
  background: #04449b;
  height: 5.083333333333333em;
  overflow: hidden;
}
#teaser-vino-select .top-wrapper span.icon {
  color: #ffffff;
  display: block;
  font-size: 14.666666666666666em;
  margin-left: 0.07954545454545454em;
  margin-top: .05em;
}
#teaser-vino-select .text-wrapper {
  min-height: 16.583333333333332em;
  margin-top: 1.6666666666666667em;
  margin-left: 1.1666666666666667em;
  margin-right: 1.1666666666666667em;
}
#teaser-vino-select .text-wrapper p {
  font-size: 1.1666666666666667em;
}
#teaser-vino-select .text-wrapper span.price {
  display: block;
  font-size: 2.1666666666666665em;
  font-weight: bold;
  margin-top: 0.38461538461538464em;
}
#teaser-vino-select .text-wrapper span.orgin-price {
  display: block;
  font-size: 1em;
}
#teaser-vino-select .bottom-wrapper {
  background: #04449b;
  height: 3.1666666666666665em;
  position: relative;
}
#teaser-vino-select .bottom-wrapper img {
  bottom: 1.25em;
  height: 10.666666666666666em;
  position: absolute;
  right: 0.5em;
}
/* Teaser, Checkliste, zB "Ihre Vorteile" */
.teaser-advantages {
  float: left;
  width: 100%;
}
.teaser-advantages h3 {
  font-size: 2.5833333333333335em;
  margin-left: 0.5384615384615384em;
  margin-top: 0.38461538461538464em;
}
.teaser-advantages ul {
  margin-top: 0.2em;
}
.teaser-advantages ul li {
  border: 1px solid #fff;
  border-top: none;
  font-size: 1.0833333333333333em;
  font-weight: bold;
  padding: 0.4em 0.4em;
  margin: 0 1em 0 1em;
}
.teaser-advantages ul li span.infotext {
  display: block;
  font-size: 0.75em;
  font-weight: normal;
  line-height: 1.4545454545454546em;
}
.teaser-advantages ul li span[data-icon=v]:before {
  font-size: 1em;
}
.teaser-advantages ul li:first-child {
  border-top: 1px solid #fff;
}
.teaser-advantages img.von-kunden-empfohlen {
  margin-bottom: 0.5em;
  margin-left: 7%;
  margin-top: 1.4166666666666667em;
  width: 86%;
}
.teaser-advantages a {
  float: right;
  margin: 1em 1.3em 1em 1em;
}
/* Winzershop */
.winzershop-list-carousel {
  margin: 0 0 30px 60px;
  width: 360px;
}
.winzershop-list-carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.winzershop-list-carousel li {
  display: block;
  float: left;
  text-align: center;
}
.winzershop-list-carousel.winzershop-list-carousel-responsive {
  width: auto;
  margin-left: 0;
}
.clearfix {
  float: none;
  clear: both;
}
#winzershop-slider-prev,
#winzershop-slider-next {
  cursor: pointer;
  float: left;
  font-family: Hawicons;
  font-size: 1.8333333333333333em;
  margin-top: 1em;
}
.winzershop-list-carousel .caroufredsel_wrapper {
  float: left;
}
#winzershop-list-carousel-slide-wrapper li img {
  height: 100%;
}
#winzershop-list-carousel-slide-wrapper li a {
  display: block;
  float: left;
  height: 100%;
  text-align: center;
  width: 100%;
}
/* Teaser Top 5 */
.teaser-top-fuenf {
  background: url("/hw4/images/design-images/top5-teaser-background.jpg") no-repeat 0 0 transparent;
  -moz-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  -ms-behavior: url(/hw4/css/css_addons/backgroundsize.htc) !important;
  height: 100%;
  float: left;
  overflow: hidden;
  width: 100%;
}
.teaser-top-fuenf > strong {
  color: #003354;
  font-size: 1.6em;
  text-transform: uppercase;
  float: left;
  margin: 1em 0 .6em 2em;
  width: 100%;
}
.teaser-top-fuenf > ul {
  float: left;
  margin-top: 0.1em;
  margin-left: 3.3em;
  width: 80%;
}
.teaser-top-fuenf > ul > li {
  color: #003354;
  font-size: 1.6em;
  font-weight: bold;
  list-style: decimal outside none;
  height: 1.5em;
}
.teaser-top-fuenf li a {
  font-weight: normal;
  text-decoration: underline;
  display: inline-block;
  font-size: 0.7em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 90%;
  font-family: 'Corporate A W01 Regular';
}
/*-------------*/
/* TEASER ENDE */
/*-------------*/
/*---------------------------------*/
/* SEITE: LIEFERKONDITIONEN ANFANG */
/*---------------------------------*/
/* Seite: Lieferkonditionen */
#table-deliveryconditions th.country {
  width: 22%;
}
#table-deliveryconditions th.duty {
  width: 14%;
}
#table-deliveryconditions th.additional-fee {
  width: 44%;
}
#table-deliveryconditions th.elapsed-time {
  width: 20%;
}
.grid4 #table-deliveryconditions th {
  font-size: 1em;
}
table.standard-table#table-deliveryconditions > tbody > tr > td {
  padding: 0.5em 2em;
}
/*---------------------------------*/
/* SEITE: LIEFERKONDITIONEN ENDE */
/*---------------------------------*/
/*-----------------------------*/
/* SEITE: WIR UEBER UNS ANFANG */
/*-----------------------------*/
/* Seite: Wir ueber uns */
.grid-row-content-image-text .image-wrapper {
  float: left;
  margin-left: 0;
  margin-right: 1em;
}
.grid-row-content-text-image .image-wrapper {
  float: right;
  margin-left: 1em;
}
.grid-row-content-image-text,
.grid-row-content-text-image {
  margin-top: 1em;
}
.grid-row-content-image-text:first-child,
.grid-row-content-text-image:first-child {
  margin-top: 0em;
}
.grid-row-content-image-text .image-wrapper img,
.grid-row-content-text-image .image-wrapper img {
  width: 100%;
  /*width: 211px;*/

  margin-bottom: 0.5em;
}
.grid-smartphone .grid-row-content-image-text .image-wrapper img,
.grid-smartphone .grid-row-content-text-image .image-wrapper img {
  width: 100%;
}
.grid-row-content-image-text .image-wrapper img {
  float: left;
}
.grid-row-content-text-image .image-wrapper img {
  float: right;
}
.grid-row-content-image-text .text-wrapper .headline,
.grid-row-content-text-image .text-wrapper .headline {
  display: block;
  font-weight: bold;
  margin-top: 1em;
}
.grid-row-content-image-text .text-wrapper .headline + p,
.grid-row-content-text-image .text-wrapper .headline + p {
  margin-top: .2em;
}
.grid-row-content-image-text .text-wrapper > strong:first-child,
.grid-row-content-text-image .text-wrapper > strong:first-child,
.grid-row-content-image-text .text-wrapper > p:first-child,
.grid-row-content-text-image .text-wrapper > p:first-child {
  margin-top: 0;
}
.grid-row-content-image-text > .grid-row > .grid-row,
.grid-row-content-text-image > .grid-row > .grid-row {
  margin-top: 2em;
}
.grid4 .grid-row-content-image-text .text-wrapper,
.grid4 .grid-row-content-text-image .text-wrapper {
  padding-top: 1em;
  clear: both;
}
a.youtube-layer {
  position: relative;
}
.custom-content-page-wrapper .custom-grid-col .custom-teaser-container > .grid-col a.youtube-layer > img.overlay-play-btn,
#grid-col-contentseite .grid-row > .grid-col .image-wrapper > a.youtube-layer > img.overlay-play-btn {
  position: absolute;
  width: 20%;
  left: 42%;
  bottom: 36%;
}
.youtube-layer .fakebtn {
  position: absolute;
  bottom: 10%;
  left: 5%;
  width: 80%;
  text-align: center;
}
.youtube-layer:hover .fakebtn.darkblue {
  background: #50a5d1;
}
/*---------------------------*/
/* SEITE: WIR UEBER UNS ENDE */
/*---------------------------*//*-----------------------------*/
/* SEITE: VINO Select          */
/*-----------------------------*/
/* Ihre Vorteile */
.teaser-advantages-vino-select {
  height: 100%;
}
.grid-row-products .teaser-advantages-vino-select {
  height: 26.666666666666668em;
}
.teaser-advantages-vino-select > h3 {
  font-size: 2em;
  margin-left: 0.5833333333333334em;
  margin-top: 0.4166666666666667em;
  margin-bottom: 0.3333333333333333em;
  text-transform: uppercase;
}
.teaser-advantages-vino-select > ul {
  margin-top: 0.1em;
}
.teaser-advantages-vino-select > ul > li {
  border: 1px solid #fff;
  border-top: none;
  font-size: 1em;
  font-weight: bold;
  padding: 0.4em 0.4em;
  margin: 0 1em 0 1em;
}
.teaser-advantages-vino-select > ul > li:first-child {
  border-top: 1px solid #fff;
}
.teaser-advantages-vino-select > ul > li > span.icon.before[data-icon=v] {
  margin-right: 0;
}
.teaser-advantages-vino-select > ul > li > span.infotext {
  display: block;
  font-size: 0.75em;
  font-weight: normal;
  line-height: 1.4545454545454546em;
  margin-left: 1.4444444444444444em;
}
.teaser-advantages-vino-select > img.von-kunden-empfohlen {
  margin-bottom: 0.5em;
  margin-left: 7%;
  margin-top: 1.4166666666666667em;
  width: 86%;
}
.teaser-advantages-vino-select a {
  color: #04449b;
  font-size: 1em;
  margin-right: 1em;
  margin-left: 1em;
  margin-top: 0.8333333333333334em;
  margin-bottom: 0.8333333333333334em;
}
.blue-box-wrapper .text-wrapper .vino-select {
  float: left;
  font-family: 'Hawicons';
  font-size: 15em;
  font-weight: normal;
  height: 0.3em;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 1px transparent;
  width: 100%;
}
.topteaser-content > h2.vino-select {
  height: 1em;
  margin-left: -0.02em;
  overflow: show;
}
.topteaser-content > h2.vino-select > span:before {
  font-size: 6em;
  line-height: 1em;
}
.grid6 .topteaser-content > h2.vino-select {
  font-size: 3em;
}
.grid4 .topteaser-content > h2.vino-select {
  font-size: 2em;
}
/*-----------------------------*/
/* SEITE: VINO Select Ende     */
/*-----------------------------*/
/*-------------------------------*/
/* SEITE: KONTAKTFOMULARE Anfang  */
/*-------------------------------*/
.contact-form,
.callback-form {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 1.8em;
}
#field-wrapper-contact-newsletter {
  margin-top: 2em;
}
#field-wrapper-contact-newsletter > label {
  font-weight: bold;
  width: 100%;
  margin-bottom: 0.2em;
}
#field-wrapper-contact-newsletter > .field {
  width: 95%;
}
#field-wrapper-contact-newsletter > .field > label {
  float: left;
  width: 90%;
}
.form-contact-actions {
  margin-top: 2em;
}
#contact-form-abort {
  float: left;
}
#contact-form-submit {
  float: right;
}
.callback-form .weekday {
  float: left;
  width: 50%;
}
.callback-form .hour {
  float: right;
  width: 40%;
}
.grid4 .callback-form .weekday,
.grid4 .callback-form .hour {
  width: 100%;
}
.callback-form .weekday select,
.callback-form .hour select {
  width: 100%;
}
.field.type-criticism .radio-wrapper {
  margin-bottom: 0.5em;
}
/*-----------------------------*/
/* SEITE: KONTAKTFOMULARE Ende  */
/*-----------------------------*/
/*-----------------------------*/
/* SEITE: Präsente             */
/*-----------------------------*/
.grid6 #praesente-einstiegsseite-head {
  font-size: 0.75em;
}
#praesente-einstiegsseite #praesente-einstiegsseite-head > .text-wrapper {
  margin-top: 4.166666666666667em !important;
  margin-bottom: 5em !important;
}
#praesente-einstiegsseite #praesente-einstiegsseite-head > .text-wrapper > h1 {
  font-size: 5.416666666666667em;
  font-weight: normal;
  font-style: italic;
  font-family: 'CorporateAW01-LightItal';
  margin-bottom: 0.46153846153846156em !important;
}
.grid4 #praesente-einstiegsseite #praesente-einstiegsseite-head > .text-wrapper > h1 {
  font-size: 2.6666666666666665em;
}
#praesente-einstiegsseite #praesente-einstiegsseite-head > .text-wrapper span {
  font-size: 1.5em;
}
.grid6 .teaser-praesente-einstiegsseite {
  font-size: 0.75em;
}
.teaser-praesente-einstiegsseite {
  height: 40em;
}
.grid4 .teaser-praesente-einstiegsseite {
  height: auto;
  background-image: none !important;
}
.teaser-praesente-einstiegsseite > .text-wrapper {
  margin: 1.6666666666666667em 1em 1em 1em;
}
.teaser-praesente-einstiegsseite > .text-wrapper > span {
  font-size: 1.5em;
}
.teaser-praesente-einstiegsseite > .text-wrapper > h2 {
  font-size: 2.5em;
  font-weight: normal;
}
.teaser-praesente-einstiegsseite > .text-wrapper > ul {
  margin-top: 1.6666666666666667em;
}
.teaser-praesente-einstiegsseite > .text-wrapper > ul > li:first-child {
  border-top: 1px solid #003354;
}
.teaser-praesente-einstiegsseite > .text-wrapper > ul > li {
  border: 1px solid #003354;
  border-top: none;
  font-size: 1em;
  font-weight: normal;
  padding: 0.4em 0.4em;
  margin-top: 0;
}
.teaser-praesente-einstiegsseite > .text-wrapper > ul > li > span.icon.before[data-icon=v] {
  margin-right: 0;
}
.teaser-praesente-einstiegsseite > .text-wrapper > ul > li > span.infotext {
  display: block;
  font-size: 0.75em;
  font-weight: normal;
  line-height: 1.4545454545454546em;
  margin-left: 1.4444444444444444em;
}
.teaser-praesente-einstiegsseite > .text-wrapper a.btn {
  margin-top: 0.8333333333333334em;
  font-size: 1.7em;
  font-weight: normal;
  padding: 0.2em 0;
  width: 100%;
  text-align: center;
  height: 2em;
  margin-top: 1.3em;
  line-height: 2em;
  text-transform: none;
}
.teaser-praesente-einstiegsseite > .text-wrapper a.btn p {
  text-transform: uppercase;
  font-weight: bold;
  display: inline;
}
#praesente-einstiegsseite .text-wrapper .headline {
  font-size: 1.5em;
  margin-top: 2.7777777777777777em;
  margin-bottom: 0.8333333333333334em;
  text-transform: uppercase;
  font-weight: bold;
}
#praesente-einstiegsseite .text-wrapper .subheadline {
  font-size: 1.1666666666666667em;
  margin-top: 1.4285714285714286em;
  margin-bottom: 1.0714285714285714em;
  font-weight: bold;
}
/*-----------------------------*/
/* SEITE: Präsente Ende        */
/*-----------------------------*/
/*-----------------------------*/
/* SEITE: Wein-Lexikon         */
/*-----------------------------*/
.wine-lexicon .wine-lexicon-headline {
  font-size: 2.1666666666666665em;
  text-transform: uppercase;
  margin-top: 0.6666666666666666em;
  margin-bottom: 0.8333333333333334em;
}
.wine-lexicon .wine-lexicon-toprealm {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 1.8em;
  padding-bottom: 2.75em;
  position: relative;
}
.wine-lexicon .lexicon-search-label {
  font-size: 1.5em;
  margin-bottom: 0.6666666666666666em;
}
/* Suchfeld */
.wine-lexicon input.search {
  border: 1px solid #000000;
  float: left;
  font-family: Arial, Verdana, sans-serif;
  font-size: 1em;
  height: 2.0em;
  line-height: 2.0em\9;
  /*for IE */

  margin-right: 0.5em;
  padding-left: 0.5em;
  color: #aaaaaa;
  border-color: #aaaaaa #e5e5e5 #e5e5e5 #e5e5e5;
}
/* Button: Suche */
.wine-lexicon .btn-search:after {
  font-size: 1.25em;
  margin: 0.2em;
}
.wine-lexicon .btn-search {
  height: 2.3333333333333335em;
  width: 2.3333333333333335em;
}
.grid12 .wine-lexicon input {
  width: 17.5em;
}
.grid9 .wine-lexicon input {
  width: 14em;
}
.grid4 .wine-lexicon input.search {
  width: 84%;
}
.grid6 .wine-lexicon input.search {
  width: 90%;
}
.grid9 .wine-lexicon input.search {
  width: 24em;
}
.wine-lexicon-abc {
  margin-top: 0.5em;
  margin-bottom: 2em;
  position: relative;
  left: -0.48em;
  top: 0;
}
.wine-lexicon-abc li a {
  font-size: 1.5833333333333333em;
  font-weight: bold;
  color: #ad8a6b;
  width: 1.39em;
  text-align: center;
  margin: 0.1em 0 0.1em 0;
}
.grid6 .wine-lexicon-abc li a {
  width: 1.82em;
  margin: 0.25em 0 0.25em 0;
}
.grid4 .wine-lexicon-abc li a {
  width: 1.19em;
}
.wine-lexicon-abc li {
  display: inline;
}
.wine-lexicon-abc li a:hover {
  color: #c8a07c;
  text-decoration: underline;
}
.wine-lexicon-content ul {
  width: 100%;
}
.wine-lexicon-content ul li {
  float: left;
  width: 25%;
}
.grid4 .wine-lexicon-content ul li {
  float: left;
  width: 50%;
}
.wine-lexicon-content ul li a {
  text-decoration: underline;
  padding: 0.6em 0 0;
}
.grid4 .wine-lexicon-content ul li a,
.grid6 .wine-lexicon-content ul li a,
.grid9 .wine-lexicon-content ul li a {
  padding: 0.8em 0 0;
}
.wine-lexicon-content p {
  line-height: 1.5em;
}
.wine-lexicon-content h1 {
  padding-bottom: 1em;
}
.wine-lexicon-content p a {
  text-decoration: underline;
}
.wine-lexicon-backlink {
  padding-top: 2em;
}
.wine-lexicon-feedback {
  border-top: 1px solid #E5E5E5;
  margin-top: 1.8em;
  padding-top: 2.0em;
  position: relative;
}
.wine-lexicon-feedback a {
  text-decoration: underline;
}
.wine-lexicon .lexicon-feedback-label {
  font-size: 1.5em;
  margin-bottom: 0.6666666666666666em;
}
/*-----------------------------*/
/* SEITE: Wein-Lexikon Ende    */
/*-----------------------------*/
/*-----------------------------*/
/* SEITE: Weinwissen Start     */
/*-----------------------------*/
.weinwissen-headline h1,
.teaser-headline,
.text-image-page-headline {
  font-size: 2.1666666666666665em !important;
  text-transform: uppercase;
  font-weight: normal !important;
  margin-bottom: 0.2em !important;
}
.weinwissen-text .weinwissen-text-body {
  line-height: 1.4em;
}
.weinwissen-text h2 {
  font-weight: normal !important;
  margin-bottom: 0.8em !important;
  text-transform: none !important;
}
.weinwissen-text a {
  text-decoration: underline;
}
.grid4 .weinwissen-text-body img,
.grid6 .weinwissen-text-body img {
  display: none;
}
.weinwissen-aktuell {
  margin-top: 3em;
}
/* Teaser */
.weinwissen-teaser {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 1.8em;
  padding-bottom: 2.3em;
  position: relative;
  width: 100%;
  height: 28.25em;
}
.grid6 .weinwissen-teaser {
  padding-bottom: 2.3em;
  height: auto;
}
.weinwissen-teaser .teaser-headline {
  margin-bottom: 0.3em;
}
.weinwissen-teaser .teaser-subheadline {
  font-size: 1.5em;
  height: 3em;
  margin-bottom: 0;
}
.grid6 .weinwissen-teaser .teaser-subheadline {
  font-size: 1.5em;
  height: auto;
  margin-bottom: 0.5em;
}
.weinwissen-teaser .teaser-textsnippet a {
  text-decoration: underline;
}
.weinwissen-teaser .teaser-textsnippet {
  height: 6.5em;
  margin-bottom: 1em;
  margin-top: 0.6em;
}
.grid6 .weinwissen-teaser .teaser-textsnippet {
  height: 5em;
  margin-top: 0;
}
.weinwissen-teaser .teaser-weinwetter {
  width: 100%;
  height: 25em;
  -moz-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  -ms-behavior: url(/hw4/css/css_addons/backgroundsize.htc) !important;
  margin-top: 1.3em;
}
.grid6 .weinwissen-teaser .teaser-weinwetter {
  background-position: center bottom;
  height: 29.5em;
}
.weinwissen-teaser .teaser-image {
  width: 100%;
}
.weinwissen-teaser .teaser-image img {
  width: 100%;
}
.weinwissen-teaser .teaser-image a {
  width: 100%;
}
.weinwissen-teaser .teaser-functional-element {
  width: 100%;
  height: 21.166666666666668em;
  -moz-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  -ms-behavior: url(/hw4/css/css_addons/backgroundsize.htc) !important;
}
.grid6 .weinwissen-teaser .teaser-functional-element {
  /*.height(380);*/

}
/* Lexikon-Tipp-Teaser*/
.weinwissen-teaser .lexicon-tipp-teaser .lexicon-tipp-head {
  font-family: Arial;
  font-style: italic;
  font-size: 1.6666666666666667em;
}
.weinwissen-teaser .lexicon-tipp-teaser {
  padding: 2em;
}
.weinwissen-teaser .lexicon-tipp-teaser .lexicon-tipp-body {
  margin-top: 1em;
  line-height: 1.3em;
}
.weinwissen-teaser .lexicon-tipp-teaser .lexicon-tipp-body a {
  text-decoration: underline;
}
/* Lexikon-Formular-Teaser*/
.weinwissen-teaser .lexicon-form-teaser {
  padding: 1.6em 1.0em 1.6em 1.6em;
}
.weinwissen-teaser input.search {
  border: 1px solid #000000;
  float: left;
  font-family: Arial, Verdana, sans-serif;
  font-size: 1em;
  height: 2.0em;
  line-height: 2.0em\9;
  /*for IE */

  margin-right: 0.5em;
  padding-left: 0.5em;
  color: #aaaaaa;
  border-color: #aaaaaa #e5e5e5 #e5e5e5 #e5e5e5;
}
.weinwissen-teaser .btn-search:after {
  font-size: 1.25em;
  margin: 0.2em;
}
.weinwissen-teaser .btn-search {
  height: 2.3333333333333335em;
  width: 2.3333333333333335em;
}
.grid12 .weinwissen-teaser .wine-lexicon input {
  width: 18em;
}
.grid9 .weinwissen-teaser .wine-lexicon input {
  width: 18em;
}
.grid6 .weinwissen-teaser .wine-lexicon input {
  width: 31.3em;
}
.grid4 .weinwissen-teaser .wine-lexicon input {
  width: 18em;
}
.lexicon-form-teaser .wine-lexicon {
  float: left;
  margin-bottom: 1em;
}
.lexicon-form-teaser .lexicon-search-label {
  margin-bottom: 0.5em;
}
.lexicon-form-teaser .wine-lexicon-abc {
  left: -0.2em;
  margin-bottom: 0em;
}
.lexicon-form-teaser .wine-lexicon-abc li a {
  width: 1.06em;
}
.grid6 .lexicon-form-teaser .wine-lexicon-abc li a {
  width: 1.7em;
}
.lexicon-form-teaser .wine-lexicon-feedback {
  border-top: 1px solid #ffffff;
  margin-top: 0.6em;
  padding-top: 0.9em;
  width: 97%;
}
/* Wetter-Formular */
.weather-form {
  padding: 1.6em 1.0em 1.6em 1.6em;
}
.weather-form .weather-location-label {
  font-size: 1.0833333333333333em;
  line-height: 1.3em;
  margin-bottom: 1em;
}
.weather-form .weather-time-field {
  width: 18em;
  margin-top: 1em;
  font-size: 1em;
  margin-right: 0.5em;
  padding-left: 0.5em;
  position: relative;
}
.weather-time-label {
  font-weight: bold;
  float: left;
}
.weather-time-select {
  float: right;
}
.weather-form .weather-form-button {
  position: relative;
  width: 100%;
}
.weather-form .weather-form-button a {
  position: absolute;
  left: 0em;
  top: 13em;
}
.grid6 .weather-form .weather-form-button a {
  top: 17em;
}
.weather-form input.search {
  border: 1px solid #000000;
  float: left;
  font-family: Arial, Verdana, sans-serif;
  font-size: 1em;
  height: 2.0em;
  line-height: 2.0em\9;
  /*for IE */

  margin-right: 0.5em;
  padding-left: 0.5em;
  color: #aaaaaa;
  border-color: #aaaaaa #e5e5e5 #e5e5e5 #e5e5e5;
}
.weather-form .btn-search:after {
  font-size: 1.25em;
  margin: 0.2em;
}
.weather-form .btn-search {
  height: 2.3333333333333335em;
  width: 2.3333333333333335em;
}
.grid12 .weather-form .weather-location-input input {
  width: 18em;
}
.grid9 .weather-form .weather-location-input input {
  width: 18em;
}
.grid6 .weather-form .weather-location-input input {
  width: 31.3em;
}
.grid4 .weather-form .weather-location-input input {
  width: 18em;
}
/*-----------------------------*/
/* SEITE: Weinwissen Ende      */
/*-----------------------------*/
/*-------------------------*/
/* TOP-TEASER: Weinkatalog */
/*-------------------------*/
.neuer-weinkatalog-teaser {
  height: 60em;
}
.neuer-weinkatalog-teaser .mb07 {
  margin-bottom: .7em;
}
.neuer-weinkatalog-teaser h1 {
  font-size: 4.3em;
  margin: 1em 0;
  overflow: visible;
}
.neuer-weinkatalog-teaser .katalog-link-spacer {
  line-height: 2.5em;
}
.neuer-weinkatalog-teaser .neuer-weinkatalog-produkte .teaser-item-info-container {
  padding-left: .5em;
  margin: 5.2em 4em 0 1.5em;
}
.neuer-weinkatalog-teaser .neuer-weinkatalog-produkte .teaser-item-info-container .rating-stars span {
  letter-spacing: .3em;
}
.neuer-weinkatalog-teaser .neuer-weinkatalog-produkte .teaser-item-info-container .product-info-container {
  padding: .7em;
}
.neuer-weinkatalog-teaser .neuer-weinkatalog-produkte .teaser-item-info-container .box-catalog-info {
  margin-top: .5em;
}
.neuer-weinkatalog-teaser .neuer-weinkatalog-produkte .teaser-item-info-container .priceInfo {
  font-size: 1.5em;
  margin-top: .5em;
}
.neuer-weinkatalog-teaser .neuer-weinkatalog-produkte .teaser-item-image img {
  width: auto;
  height: 23em;
}
.neuer-weinkatalog-teaser .neuer-weinkatalog-produkte .box-catalog-info {
  position: relative;
  padding: .7em;
}
.grid12 .neuer-weinkatalog-teaser .teaser_img {
  margin-top: 3em;
}
.grid9 .neuer-weinkatalog-teaser .teaser_img {
  margin-top: 15em;
  margin-left: -2em;
  height: auto;
  width: 30em;
}
.grid9 .neuer-weinkatalog-teaser .teaser-item-info-container {
  margin: 5em -1em 0 -2.8em;
}
.grid6 .neuer-weinkatalog-teaser .teaser_img {
  margin-top: 20em;
  margin-left: -4em;
  height: auto;
  width: 22em;
}
.grid6 .neuer-weinkatalog-teaser .teaser-item-info-container {
  margin: 5em -2em 0 -1.8em;
}
.grid4 .neuer-weinkatalog-teaser {
  height: auto;
}
.grid4 .neuer-weinkatalog-teaser h1 {
  font-size: 2.5em;
}
.grid4 .neuer-weinkatalog-teaser .teaser_img {
  margin-top: 0em;
  margin-left: 0em;
  height: auto;
  width: 25em;
}
.grid4 .neuer-weinkatalog-teaser .weinkatalog-item-container {
  height: 24em;
}
/*------------------------------*/
/* TOP-TEASER: Weinkatalog Ende */
/*------------------------------*/
/*-------------------------*/
/* TEASER: Praesentkatalog */
/*-------------------------*/
.praesent-katalog-teaser {
  border: 1px solid #efefef;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.praesent-katalog-teaser .headline {
  font-size: 1.6em;
}
.praesent-katalog-teaser,
.praesent-katalog-teaser .grid-col {
  height: 18em;
}
.grid12 .praesent-katalog-teaser .image-wrapper {
  background-size: auto 115%;
  background-position-y: 1em;
}
.grid9 .praesent-katalog-teaser .image-wrapper {
  background-size: auto 65%;
  background-position-y: 5em;
}
.grid6 .praesent-katalog-teaser .image-wrapper {
  background-size: auto 100%;
  background-position-y: 3em;
}
/*------------------------------*/
/* TEASER: Praesentkatalog Ende */
/*------------------------------*/
/*-------------------------------*/
/* SEITE: Bestellstrecke Anfang  */
/*-------------------------------*/
#titlevalue-title-cartsum {
  font-weight: bold;
}
#order-cart .grid-row.order-content {
  outline: 1px solid #e5e5e5;
  outline-offset: -1px;
  outline: solid 1px #e5e5e5;
}
#complete-delivery-summary {
  border-top: solid 1px #e5e5e5;
}
table#titlevalue-delivery.titlevalue td.col-title span {
  float: right;
  margin-right: 2em;
  padding-bottom: .2em;
  padding-top: .2em;
}
.grid-smartphone table#titlevalue-delivery.titlevalue td {
  padding-bottom: 0;
}
.grid-smartphone table#titlevalue-delivery.titlevalue td > .col-wrapper {
  padding: 0;
}
.grid-smartphone table#titlevalue-delivery.titlevalue td.col-title {
  background: #f5f5f5;
}
table#titlevalue-delivery.titlevalue td.col-value span {
  padding-bottom: 1em;
  padding-top: 1em;
}
#order-delivery .grid-row.order-steps {
  border: none;
  margin-top: 0;
}
.device-mobile #btn-order-step-print {
  display: none;
}
#order-cart .grid-row.order-content #order-table-summary #coupon-element {
  margin-bottom: 0;
}
.grid-desktop #order-addresses .grid-row.order-content label[for='adress-delivery'],
.grid-desktop #order-addresses .grid-row.order-content label[for='adress-adresses'] {
  width: 60%;
}
#order-delivery #total-multiple-sum.delivery-complete-wrapper {
  margin-top: 0;
}
#order-delivery #total-multiple-sum.delivery-complete-wrapper .font-16 {
  font-size: 1.1428571428571428em !important;
}
#order-delivery #total-multiple-sum.delivery-complete-wrapper .titlevalue tr.totalsum td {
  border-top: none;
}
#order-confirmation #additions.cart-table-wrapper .cart-table {
  border-bottom: none;
}
#order-confirmation #additions.cart-table-wrapper .cart-table tr:last-child {
  border-bottom: none;
}
.grid-smartphone #order-confirmation #complete-order-summary .cart-table tr.summary,
.grid-smartphone #order-confirmation #complete-order-summary .cart-table tr.summary td.col-sum {
  background: #ffffff;
}
.grid-smartphone #order-confirmation #complete-order-summary .cart-table tr.summary.totalsum,
.grid-smartphone #order-confirmation #complete-order-summary .cart-table tr.summary.totalsum td.col-sum {
  background: #f5f5f5;
}
#order-edit-personaldata #smsRadioButtonContainer,
#order-edit-personaldata #emailRadioButtonContainer,
#order-hermesshopsearch #smsRadioButtonContainer,
#order-hermesshopsearch #emailRadioButtonContainer {
  padding-right: 0.4166666666666667em;
}
#order-register-pwsend .grid-row.order-steps {
  margin-top: 0;
}
#order-hermesshopsearch #searchResultList {
  border: 1px solid #e5e5e5;
}
#order-hermesshopsearch .searchResultList {
  height: 11.666666666666666em;
  overflow: auto;
  text-align: left;
}
#order-hermesshopsearch .searchResultList ul li,
#order-hermesshopsearch .searchResultList span {
  padding-left: 1.6666666666666667em;
  padding-right: 1.6666666666666667em;
}
#order-hermesshopsearch .searchResultList span {
  margin-top: 1em;
  display: block;
}
#order-hermesshopsearch .searchResultList ul li a {
  text-decoration: underline;
  line-height: 1.6666666666666667em;
}
#order-hermesshopsearch #hermesShopInfo.grid-col {
  border: 1px solid #e5e5e5;
  padding-top: 1em;
  padding-bottom: 1em;
}
.grid-desktop #order-hermesshopsearch .grid-row.newsearch a.btn.btn-newsearch {
  float: right;
  margin-top: 1em;
}
.grid-smartphone #order-hermesshopsearch .grid-row.newsearch a.btn.btn-newsearch {
  float: right;
  margin-top: 1em;
  position: static;
}
#order-delivery .date_popup_row .field.type-birthdate.first {
  width: 100%;
}
#order-delivery .date_popup_row .field.type-birthdate label {
  margin-left: 0;
}
#order-delivery .date_popup_row .field.type-birthdate .icon.error-icon {
  width: 5%;
}
#order-delivery .date_popup_row .field.type-birthdate span {
  font-size: 1em;
}
.grid4 #order-delivery .date_popup_row .field.type-birthdate span,
.grid6 #order-delivery .date_popup_row .field.type-birthdate span {
  width: auto;
}
.grid4 #order-delivery .date_popup_row .field.type-birthdate,
.grid6 #order-delivery .date_popup_row .field.type-birthdate {
  margin-top: 0;
}
#order-delivery .date_popup_row span.red {
  width: 100%;
}
.grid4 #order-delivery #timeframe_1 .field {
  margin-top: 0;
}
#order-check .cart-table tr.summary.greetingcard.last {
  border-bottom: 1px solid #E5E5E5;
}
#order-delivery .cart-table.no-image .col-sum .article-price-sum {
  height: 2.0833333333333335em;
}
#order-delivery .titlevalue td.col-spacer {
  width: 3em;
}
#order-delivery .titlevalue td.col-value {
  width: 8.9em;
}
#order-cart .favourite-product-rebate {
  position: relative;
  background: url('/hw4/images/design-images/background-paper-blue.jpg') repeat scroll 0 0 transparent;
  overflow: hidden;
  -moz-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  -ms-behavior: url(/hw4/css/css_addons/backgroundsize.htc) !important;
}
#order-cart .favourite-product-rebate .headline {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0 0.8em 0.8em 0;
}
#order-cart .favourite-product-rebate .favourite-product-rebate-stoerer {
  z-index: 4;
  position: absolute;
  top: -0.5em;
  right: -0.7em;
  background: transparent url(/hw4/images/content-images/teaser/rabattTeaserStoerer.png) no-repeat top left;
  -moz-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  -ms-behavior: url(/hw4/css/css_addons/backgroundsize.htc) !important;
  height: 8em;
  width: 8em;
}
#order-cart .favourite-product-rebate p {
  margin: 0.8em 0.8em 0.8em 0;
  font-size: 1.2em;
}
#order-cart .favourite-product-rebate .mainpart {
  float: left;
}
#order-cart .favourite-product-rebate .mainpart select {
  width: 80%;
}
.grid4 #order-cart .favourite-product-rebate .mainpart {
  width: 73%;
}
.grid4 #order-cart .favourite-product-rebate .mainpart select {
  width: 95%;
}
.grid6 #order-cart .favourite-product-rebate .mainpart {
  width: 81%;
}
.grid6 #order-cart .favourite-product-rebate .mainpart select {
  width: 85%;
}
.grid9 #order-cart .favourite-product-rebate .mainpart {
  width: 83%;
}
.grid12 #order-cart .favourite-product-rebate .mainpart {
  width: 77%;
}
#order-cart .favourite-product-rebate .teaserimage {
  float: right;
}
.grid4 #order-cart .favourite-product-rebate .teaserimage {
  width: 27%;
}
.grid6 #order-cart .favourite-product-rebate .teaserimage {
  width: 19%;
}
.grid9 #order-cart .favourite-product-rebate .teaserimage {
  width: 17%;
  height: 10em;
}
.grid9 #order-cart .favourite-product-rebate .teaserimage .grid-mt {
  margin-top: 0.2em;
}
.grid12 #order-cart .favourite-product-rebate .teaserimage {
  width: 23%;
  height: 11em;
}
.grid12 #order-cart .favourite-product-rebate .teaserimage .grid-mt {
  margin-top: 0.2em;
}
.grid12 #order-cart .favourite-product-rebate .teaserimage .grid-mr {
  margin-right: 5em;
}
#order-cart .favourite-product-rebate .teaserimage img {
  width: 100%;
}
.grid9 #order-cart .favourite-product-rebate .favourite-product-rebate-stoerer {
  right: 9em !important;
}
.grid6 .favourite-product-rebate .teaserimage > div {
  margin-top: 7em;
}
.grid4 .favourite-product-rebate .teaserimage > div {
  margin-top: 7em;
}
/*-----------------------------*/
/* SEITE: Bestellstrecke Ende  */
/*-----------------------------*/
/*-----------------------------------------*/
/* SEITE: My Hawesko Vorschaltseite Anfang */
/*-----------------------------------------*/
/**
 * Teaser 3 und 4 temporaer ausblenden ( #10372 ) 
 */
#dotted-box-myhaweskopersonalwinebook,
#dotted-box-myhaweskomargaritoffswinebook {
  display: none;
}
#dotted-box-myhaweskonoaccount > .dotted-box-wrapper,
#dotted-box-myhaweskologin > .dotted-box-wrapper,
#dotted-box-myhaweskomargaritoffswinebook > .dotted-box-wrapper,
#dotted-box-myhaweskopersonalwinebook > .dotted-box-wrapper {
  height: 26.5em;
}
.grid12 #dotted-box-myhaweskonoaccount,
.grid12 #dotted-box-myhaweskologin,
.grid12 #dotted-box-myhaweskomargaritoffswinebook,
.grid12 #dotted-box-myhaweskopersonalwinebook,
.grid12 #dotted-box-myhaweskonoaccount > .dotted-box-wrapper,
.grid12 #dotted-box-myhaweskologin > .dotted-box-wrapper,
.grid12 #dotted-box-myhaweskomargaritoffswinebook > .dotted-box-wrapper,
.grid12 #dotted-box-myhaweskopersonalwinebook > .dotted-box-wrapper {
  height: 27em;
}
.grid9 #dotted-box-myhaweskonoaccount,
.grid9 #dotted-box-myhaweskologin,
.grid9 #dotted-box-myhaweskomargaritoffswinebook,
.grid9 #dotted-box-myhaweskopersonalwinebook,
.grid9 #dotted-box-myhaweskonoaccount > .dotted-box-wrapper,
.grid9 #dotted-box-myhaweskologin > .dotted-box-wrapper,
.grid9 #dotted-box-myhaweskomargaritoffswinebook > .dotted-box-wrapper,
.grid9 #dotted-box-myhaweskopersonalwinebook > .dotted-box-wrapper {
  height: 29em;
}
.grid6 #dotted-box-myhaweskonoaccount,
.grid6 #dotted-box-myhaweskologin,
.grid6 #dotted-box-myhaweskomargaritoffswinebook,
.grid6 #dotted-box-myhaweskopersonalwinebook,
.grid6 #dotted-box-myhaweskonoaccount > .dotted-box-wrapper,
.grid6 #dotted-box-myhaweskologin > .dotted-box-wrapper,
.grid6 #dotted-box-myhaweskomargaritoffswinebook > .dotted-box-wrapper,
.grid6 #dotted-box-myhaweskopersonalwinebook > .dotted-box-wrapper {
  height: auto;
  float: left;
}
.grid4 #dotted-box-myhaweskonoaccount,
.grid4 #dotted-box-myhaweskologin,
.grid4 #dotted-box-myhaweskomargaritoffswinebook,
.grid4 #dotted-box-myhaweskopersonalwinebook,
.grid4 #dotted-box-myhaweskonoaccount > .dotted-box-wrapper,
.grid4 #dotted-box-myhaweskologin > .dotted-box-wrapper,
.grid4 #dotted-box-myhaweskomargaritoffswinebook > .dotted-box-wrapper,
.grid4 #dotted-box-myhaweskopersonalwinebook > .dotted-box-wrapper {
  height: auto;
  float: left;
}
#dotted-box-myhaweskonoaccount,
#dotted-box-myhaweskologin,
#dotted-box-myhaweskomargaritoffswinebook,
#dotted-box-myhaweskopersonalwinebook {
  -webkit-box-shadow: 0px 0px 12px #000000;
  -moz-box-shadow: 0px 0px 12px #000000;
  box-shadow: 0px 0px 12px #000000;
}
#dotted-box-myhaweskonoaccount,
#dotted-box-myhaweskologin,
#dotted-box-myhaweskopersonalwinebook {
  background: url('/hw4/images/design-images/myhawesko/dotted-box-background.jpg') repeat scroll 0 0 transparent;
  -moz-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  -ms-behavior: url(/hw4/css/css_addons/backgroundsize.htc) !important;
}
#dotted-box-myhaweskomargaritoffswinebook {
  background: url("/hw4/images/design-images/myhawesko/dotted-box-myhaweskomargaritoffswinebook-background.jpg") repeat scroll 0 0 transparent;
  -moz-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  -ms-behavior: url(/hw4/css/css_addons/backgroundsize.htc) !important;
}
.grid4 #dotted-box-myhaweskomargaritoffswinebook {
  background: url('/hw4/images/design-images/myhawesko/dotted-box-background.jpg') repeat scroll 0 0 transparent;
  -moz-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  -ms-behavior: url(/hw4/css/css_addons/backgroundsize.htc) !important;
}
#dotted-box-myhaweskopersonalwinebook #text-coming-soon {
  font-family: 'Longhand W01 RegularLP';
  display: block;
  float: left;
  margin-top: 0.5em;
  text-align: center;
  text-decoration: underline;
  width: 100%;
}
.grid12 #dotted-box-myhaweskopersonalwinebook #text-coming-soon {
  font-size: 3.6666666666666665em;
}
.grid9 #dotted-box-myhaweskopersonalwinebook #text-coming-soon {
  font-size: 2.3333333333333335em;
}
.grid6 #dotted-box-myhaweskopersonalwinebook #text-coming-soon {
  font-size: 2.3333333333333335em;
}
.grid4 #dotted-box-myhaweskopersonalwinebook #text-coming-soon {
  font-size: 2.1666666666666665em;
}
/*----------------------------------------*/
/* SEITE: My Hawesko Vorschaltseite Ende  */
/*----------------------------------------*/
/*-----------------------------------------*/
/* SEITE: My Hawesko Daten          Anfang */
/*-----------------------------------------*/
#my-hawesko-design-addition .dotted-with-headline-wrapper > .headline-wrapper span.headline {
  width: auto;
}
#my-hawesko-design-addition .form-wrapper .abort-or-save-wrapper span.forgottenpassword {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
  width: 100%;
}
/*-----------------------------------------*/
/* SEITE: My Hawesko Daten            Ende */
/*-----------------------------------------*/
/*-----------------------------*/
/* SEITE: Service-Seiten Start */
/*-----------------------------*/
.events-service .service-headline {
  font-size: 2.1666666666666665em;
  text-transform: uppercase;
  margin-bottom: 0.2em;
}
.events-service .service-text .service-text-body {
  line-height: 1.4em;
}
.events-service .service-text h1 {
  font-weight: normal !important;
  margin-bottom: 0.8em !important;
}
.events-service .service-text a {
  text-decoration: underline;
}
.grid4 .events-service .service-text-body img,
.grid6 .events-service .service-text-body img {
  display: none;
}
/*-----------------------------*/
/* SEITE: Service-Seiten Ende */
/*-----------------------------*/
/*------------------------------------*/
/* Aenderungen fuer neuen HR-Bereich  */
/*------------------------------------*/
.career-wrapper > .grid-col-topslider-wrapper,
.career-wrapper > .grid-col-topslider-wrapper > .slider {
  height: 20em;
}
.grid9 .career-wrapper > .grid-col-topslider-wrapper > .slider {
  background-position-x: -100px;
}
.grid6 .career-wrapper > .grid-col-topslider-wrapper > .slider {
  background-position-x: -100px;
}
.grid4 .career-wrapper > .grid-col-topslider-wrapper > .slider {
  background-position-x: -200px;
}
.grid-smartphone .banderole {
  display: none;
}
.grid-smartphone .teaser-banderole {
  background: #f5f5f5;
  margin-top: 1em;
  margin-bottom: 1em;
  float: left;
  height: 100%;
  width: 100%;
  z-index: 9;
}
.grid-smartphone .teaser-banderole .headline {
  font-size: 2.3333333333333335em;
  text-transform: uppercase;
}
.grid-smartphone .teaser-banderole .text {
  font-size: 1.1666666666666667em;
  margin-top: .5em;
  height: 100px;
}
.grid-smartphone .karriere-jobs-teaser {
  padding-bottom: 2.3em;
  height: auto;
}
.grid-smartphone .karriere-jobs-teaser .teaser-textsnippet {
  height: 5em;
  margin-top: 0;
}
.grid-smartphone .unternehmen > img,
.grid-smartphone .content > img {
  display: none;
}
.grid-smartphone .menschen-bei-uns-teaser {
  margin-bottom: 2em;
}
.grid-desktop .teaser-banderole {
  display: none;
}
.banderole > .btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.banderole-text {
  height: 130px;
}
.karriere-jobs-teaser {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 1.8em;
  padding-bottom: 2.3em;
  position: relative;
  width: 100%;
  height: 28.25em;
}
.karriere-jobs-teaser .teaser-image {
  width: 100%;
}
.karriere-jobs-teaser .teaser-image img {
  width: 100%;
}
.karriere-jobs-teaser .teaser-image a {
  width: 100%;
}
.karriere-jobs-teaser .teaser-textsnippet {
  height: 6.5em;
  margin-bottom: 1em;
  margin-top: 0.6em;
}
.karriere-jobs-teaser .teaser-textsnippet a {
  text-decoration: underline;
}
.menschen-bei-uns-teaser .teaser-image a {
  width: 100%;
}
.menschen-bei-uns-teaser .teaser-image img {
  width: 100%;
}
.menschen-bei-uns-teaser #grid-col-contentseite {
  margin-left: 0;
}
.unternehmen > img,
.content > img {
  float: right;
  margin-left: 1em;
  margin-bottom: 2.5em;
}
.accordion-wrapper .content > img {
  height: 100px;
  margin-bottom: 0em;
}
.accordion-wrapper {
  clear: both;
}
.accordion-wrapper .content > img {
  float: right;
  height: 100px;
  margin-left: 1em;
}
.accordion.checked .content,
.stellenangebote .accordion.checked .content {
  padding: 1.3em;
  max-height: none;
}
.accordion.checked .content a,
.stellenangebote-content a,
.unternehmen-content a {
  text-decoration: underline;
}
.stellenangebote .accordion .trigger:before {
  padding-top: 0.3em;
}
.stellenangebote .accordion .content > img {
  float: right;
}
.stellenangebote .accordion .content > .zeitpunkt,
.stellenangebote .accordion .content > .tasksprofile,
.stellenangebote .accordion .content > .interested,
.stellenangebote .accordion .content > .address {
  margin-top: 2em;
}
.stellenangebote .accordion .content > .title {
  font-weight: bold;
  font-size: 2em;
}
.stellenangebote .accordion .content h2 {
  font-size: 1em;
  text-transform: none;
}
.stellenangebote .accordion .content a {
  text-decoration: underline;
}
.stellenangebote .accordion .content > .mailbuttons {
  margin-top: 1em;
}
.stellenangebote .accordion .content > .mailbuttons a {
  text-decoration: none;
}
#grid-row-breadcrumb-topslider {
  margin-bottom: 6px;
}
.karriere-und-jobs .content-wrapper {
  margin-top: 0;
}
.menschen-bei-uns .site-wrapper .content-wrapper #grid-col-contentseite > .grid-col > .grid-row .grid-col:nth-child(3n + 1) {
  margin-left: 0;
  clear: both;
}
.menschen-bei-uns .site-wrapper .content-wrapper #grid-col-contentseite > .grid-col > .grid-row .grid-col:nth-child(3n + 1) .teaser-title {
  margin-bottom: 1em;
}
.menschen-bei-uns.grid6 .site-wrapper .content-wrapper #grid-col-contentseite {
  margin-left: 0;
}
.menschen-bei-uns.grid9 .site-wrapper .content-wrapper #grid-col-contentseite > .grid-col {
  margin-left: 0;
}
/*------------------------------------*/
/* Aenderungen fuer neuen HR-Bereich  */
/* ENDE                               */
/*------------------------------------*/