@charset "UTF-8";

/*
Theme Name: Weingut Immich-Batterieberg
Theme URI: http://www.batterieberg.com
Description: Theme for Weingut Immich-Batterieberg.
Version: 1.0.1

*/

@font-face {
    font-family: 'DINWeb';
    src: url('../fonts/DINWeb.eot');
    src: url('../fonts/DINWeb.woff') format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINWebPro-Bold';
    src: url('../fonts/DINWebPro-Bold.eot');
    src: url('../fonts/DINWebPro-Bold.woff') format("woff");
    font-weight: normal;
    font-style: normal;
}

html,
button,
input,
select,
textarea {
	color: #222;
}

body {
	font-size: 1em;
	line-height: 1.4;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

img {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	*text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 100%;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible {
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: sans-serif;
}

body {
	margin: 0;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	outline: 0;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

h2 {
	font-size: 1.5em;
	margin: 0.83em 0;
}

h3 {
	font-size: 1.17em;
	margin: 1em 0;
}

h4 {
	font-size: 1em;
	margin: 1.33em 0;
}

h5 {
	font-size: 0.83em;
	margin: 1.67em 0;
}

h6 {
	font-size: 0.75em;
	margin: 2.33em 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

blockquote {
	margin: 1em 40px;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p,
pre {
	margin: 1em 0;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

q {
	quotes: none;
}

q:before,
q:after {
	content: '';
	content: none;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl,
menu,
ol,
ul {
	margin: 1em 0;
}

dd {
	margin: 0 0 0 40px;
}

menu,
ol,
ul {
	padding: 0 0 0 40px;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
	*margin-left: -7px;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	*overflow: visible;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	*height: 13px;
	*width: 13px;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font: 13px/1.231 arial, helvetica, clean, sans-serif;
	*font-size: small;
	/* font: x-small */
}

select,
input,
button,
textarea {
	font: 99% arial, helvetica, clean, sans-serif
}

table {
	font-size: inherit;
	font: 100%
}

pre,
code,
kbd,
samp,
tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%
}

.container_12,
.container_16 {
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
	width: 100%;
}
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px
}
.push_1,
.pull_1,
.push_2,
.pull_2,
.push_3,
.pull_3,
.push_4,
.pull_4,
.push_5,
.pull_5,
.push_6,
.pull_6,
.push_7,
.pull_7,
.push_8,
.pull_8,
.push_9,
.pull_9,
.push_10,
.pull_10,
.push_11,
.pull_11,
.push_12,
.pull_12,
.push_13,
.pull_13,
.push_14,
.pull_14,
.push_15,
.pull_15 {
	position: relative
}
.container_12 .grid_3,
.container_16 .grid_4 {
	width: 220px
}
.container_12 .grid_6,
.container_16 .grid_8 {
	width: 460px
}
.container_12 .grid_9,
.container_16 .grid_12 {
	width: 700px
}
.container_12 .grid_12,
.container_16 .grid_16 {
	max-width: 940px;
	width: 100%;
}
.alpha {
	margin-left: 0
}
.omega {
	margin-right: 0
}
.container_12 .grid_1 {
	width: 60px
}
.container_12 .grid_2 {
	width: 140px
}
.container_12 .grid_4 {
	width: 300px
}
.container_12 .grid_5 {
	width: 380px
}
.container_12 .grid_7 {
	width: 540px
}
.container_12 .grid_8 {
	width: 620px
}
.container_12 .grid_10 {
	width: 780px
}
.container_12 .grid_11 {
	width: 860px
}
.container_16 .grid_1 {
	width: 40px
}
.container_16 .grid_2 {
	width: 100px
}
.container_16 .grid_3 {
	width: 160px
}
.container_16 .grid_5 {
	width: 280px
}
.container_16 .grid_6 {
	width: 340px
}
.container_16 .grid_7 {
	width: 400px
}
.container_16 .grid_9 {
	width: 520px
}
.container_16 .grid_10 {
	width: 580px
}
.container_16 .grid_11 {
	width: 640px
}
.container_16 .grid_13 {
	width: 760px
}
.container_16 .grid_14 {
	width: 820px
}
.container_16 .grid_15 {
	width: 880px
}
.container_12 .prefix_3,
.container_16 .prefix_4 {
	padding-left: 240px
}
.container_12 .prefix_6,
.container_16 .prefix_8 {
	padding-left: 480px
}
.container_12 .prefix_9,
.container_16 .prefix_12 {
	padding-left: 720px
}
.container_12 .prefix_1 {
	padding-left: 80px
}
.container_12 .prefix_2 {
	padding-left: 160px
}
.container_12 .prefix_4 {
	padding-left: 320px
}
.container_12 .prefix_5 {
	padding-left: 400px
}
.container_12 .prefix_7 {
	padding-left: 560px
}
.container_12 .prefix_8 {
	padding-left: 640px
}
.container_12 .prefix_10 {
	padding-left: 800px
}
.container_12 .prefix_11 {
	padding-left: 880px
}
.container_16 .prefix_1 {
	padding-left: 60px
}
.container_16 .prefix_2 {
	padding-left: 120px
}
.container_16 .prefix_3 {
	padding-left: 180px
}
.container_16 .prefix_5 {
	padding-left: 300px
}
.container_16 .prefix_6 {
	padding-left: 360px
}
.container_16 .prefix_7 {
	padding-left: 420px
}
.container_16 .prefix_9 {
	padding-left: 540px
}
.container_16 .prefix_10 {
	padding-left: 600px
}
.container_16 .prefix_11 {
	padding-left: 660px
}
.container_16 .prefix_13 {
	padding-left: 780px
}
.container_16 .prefix_14 {
	padding-left: 840px
}
.container_16 .prefix_15 {
	padding-left: 900px
}
.container_12 .suffix_3,
.container_16 .suffix_4 {
	padding-right: 240px
}
.container_12 .suffix_6,
.container_16 .suffix_8 {
	padding-right: 480px
}
.container_12 .suffix_9,
.container_16 .suffix_12 {
	padding-right: 720px
}
.container_12 .suffix_1 {
	padding-right: 80px
}
.container_12 .suffix_2 {
	padding-right: 160px
}
.container_12 .suffix_4 {
	padding-right: 320px
}
.container_12 .suffix_5 {
	padding-right: 400px
}
.container_12 .suffix_7 {
	padding-right: 560px
}
.container_12 .suffix_8 {
	padding-right: 640px
}
.container_12 .suffix_10 {
	padding-right: 800px
}
.container_12 .suffix_11 {
	padding-right: 880px
}
.container_16 .suffix_1 {
	padding-right: 60px
}
.container_16 .suffix_2 {
	padding-right: 120px
}
.container_16 .suffix_3 {
	padding-right: 180px
}
.container_16 .suffix_5 {
	padding-right: 300px
}
.container_16 .suffix_6 {
	padding-right: 360px
}
.container_16 .suffix_7 {
	padding-right: 420px
}
.container_16 .suffix_9 {
	padding-right: 540px
}
.container_16 .suffix_10 {
	padding-right: 600px
}
.container_16 .suffix_11 {
	padding-right: 660px
}
.container_16 .suffix_13 {
	padding-right: 780px
}
.container_16 .suffix_14 {
	padding-right: 840px
}
.container_16 .suffix_15 {
	padding-right: 900px
}
.container_12 .push_3,
.container_16 .push_4 {
	left: 240px
}
.container_12 .push_6,
.container_16 .push_8 {
	left: 480px
}
.container_12 .push_9,
.container_16 .push_12 {
	left: 720px
}
.container_12 .push_1 {
	left: 80px
}
.container_12 .push_2 {
	left: 160px
}
.container_12 .push_4 {
	left: 320px
}
.container_12 .push_5 {
	left: 400px
}
.container_12 .push_7 {
	left: 560px
}
.container_12 .push_8 {
	left: 640px
}
.container_12 .push_10 {
	left: 800px
}
.container_12 .push_11 {
	left: 880px
}
.container_16 .push_1 {
	left: 60px
}
.container_16 .push_2 {
	left: 120px
}
.container_16 .push_3 {
	left: 180px
}
.container_16 .push_5 {
	left: 300px
}
.container_16 .push_6 {
	left: 360px
}
.container_16 .push_7 {
	left: 420px
}
.container_16 .push_9 {
	left: 540px
}
.container_16 .push_10 {
	left: 600px
}
.container_16 .push_11 {
	left: 660px
}
.container_16 .push_13 {
	left: 780px
}
.container_16 .push_14 {
	left: 840px
}
.container_16 .push_15 {
	left: 900px
}
.container_12 .pull_3,
.container_16 .pull_4 {
	left: -240px
}
.container_12 .pull_6,
.container_16 .pull_8 {
	left: -480px
}
.container_12 .pull_9,
.container_16 .pull_12 {
	left: -720px
}
.container_12 .pull_1 {
	left: -80px
}
.container_12 .pull_2 {
	left: -160px
}
.container_12 .pull_4 {
	left: -320px
}
.container_12 .pull_5 {
	left: -400px
}
.container_12 .pull_7 {
	left: -560px
}
.container_12 .pull_8 {
	left: -640px
}
.container_12 .pull_10 {
	left: -800px
}
.container_12 .pull_11 {
	left: -880px
}
.container_16 .pull_1 {
	left: -60px
}
.container_16 .pull_2 {
	left: -120px
}
.container_16 .pull_3 {
	left: -180px
}
.container_16 .pull_5 {
	left: -300px
}
.container_16 .pull_6 {
	left: -360px
}
.container_16 .pull_7 {
	left: -420px
}
.container_16 .pull_9 {
	left: -540px
}
.container_16 .pull_10 {
	left: -600px
}
.container_16 .pull_11 {
	left: -660px
}
.container_16 .pull_13 {
	left: -780px
}
.container_16 .pull_14 {
	left: -840px
}
.container_16 .pull_15 {
	left: -900px
}
.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0
}
.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after,
.container_16:before,
.container_16:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0
}
.clearfix:after,
.container_12:after,
.container_16:after {
	clear: both
}
.clearfix,
.container_12,
.container_16 {
	zoom: 1
}


.mod {
	margin: 10px;
}
.mod .inner {}
.bd,
.ft,
.hd {
	overflow: hidden;
	/* overflow: visible;*/
	zoom: 1;
}

.media {
	display: block;
	overflow: hidden;
	/* overflow: visible;*/
	zoom: 1;
}
.media .img {
	float: left;
}
.media .img-ext {
	float: right;
}
.media .img img {
	display: block;
}
.media .body {
	overflow: hidden;
}

body {
	background: #ebebeb;
	color: #666;
	font-family: DINWeb, Helvetica, Arial, sans-serif;
	line-height: 1.5;
}
.wrapper {
	margin: 0 auto;
	min-width: 960px;
	position: relative;
	text-align: left;
	width: 100%;
}
.container {
	margin: 0 auto;
	max-width: 960px;
	width: 100%;
}
.fb-like-box a,
hover {
	color: #666;
}


@font-face {
	font-family: 'DINWeb';
	src: url('../fonts/DINWeb.eot');
	src: url('../fonts/DINWeb.woff') format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DINWebPro-Bold';
	src: url('../fonts/DINWebPro-Bold.eot');
	src: url('../fonts/DINWebPro-Bold.woff') format("woff");
	font-weight: normal;
	font-style: normal;
}

.dark {
	color: #666;
}


strong {
	font-weight: bold;
}
cite,
em,
var,
dfn {
	font-style: italic;
}
em {
	font-style: normal;
}
code,
kbd,
samp {
	font-family: monospace;
}
ins {
	text-decoration: underline;
}
ins {
	color: #000;
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
sub {
	vertical-align: -0.25em;
	font-size: smaller;
	line-height: normal;
}
sup {
	vertical-align: 0.5em;
	font-size: smaller;
	line-height: normal;
}
abbr,
abbr[title],
acronym,
acronym[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
hr {
	border-color: #858585;
	border-style: solid;
	border-width: 1px 0 0 0;
	clear: both;
	height: 0;
	display: none;
}
blockquote,
q {
	margin: 0;
	padding: 0 40px;
}
blockquote:before {
	content: "\201C";
	font-size: 6em;
	font-weight: bold;
	line-height: 0px;
	margin: 0 0 0 -40px;
	position: relative;
	top: 45px;
	vertical-align: bottom;
}
p {
	word-break: normal;
	-ms-word-break: normal;
	/*word-break: break-word; */
	hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	margin: 0;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-weight: normal;
	margin: 0;
	text-transform: uppercase;
}
.h1 {
	font-family: DINWebPro-Bold, Helvetica, Arial, sans-serif;
	font-size: 230.77%;
	line-height: 1.2;
}
.h2 {
	font-family: DINWebPro-Bold, Helvetica, Arial, sans-serif;
	font-size: 174%;
	font-weight: normal;
	line-height: 1.2;
}
.h3 {
	font-family: DINWebPro-Bold, Helvetica, Arial, sans-serif;
	font-size: 123.1%;
	font-weight: normal;
	line-height: 1.2;
}
.h4 {
	font-family: DINWeb, Helvetica, Arial, sans-serif;
	font-size: 108%;
	font-weight: normal;
	line-height: 1.2;
}
.h5 {}
.h6 {}
.hd {
	margin: 0 0 20px 0;
	text-transform: uppercase;
}
.hd em {
	font-style: normal;
}
.hd em span {
	text-transform: none;
}
.y2017 .hd em {
	color: #568f96;
}
.y2016 .hd em {
	color: #d22844;
}
.y2015 .hd em {
	color: #ffd400;
}
.y2014 .hd em {
	color: #b3dbd1;
}
.y2013 .hd em {
	color: #B987B8;
}
.y2012 .hd em {
	color: #9acf8b;
}
.y2011 .hd em {
	color: #c23f65;
}
.y2010 .hd em {
	color: #62c5e4;
}
.y2009 .hd em {
	color: #fcaa2a;
}

a,
a:link {
	color: #000;
	font-weight: normal;
	margin: 0;
	outline: none;
	outline-width: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	vertical-align: baseline;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: #fff;
	text-decoration: none;
}
a:visited:hover {
	color: #000;
}
.y2009 a,
.y2009 a:link {
	color: #fcaa2a;
}
.y2009 a:hover,
.y2009 a:focus,
.y2009 a:active,
.y2009 a.active,
.y2009 a:visited:hover {
	color: #fff;
}
.y2010 a,
.y2010 a:link {
	color: #62c5e4;
}
.y2010 a:hover,
.y2010 a:focus,
.y2010 a:active,
.y2010 a.active,
.y2010 a:visited:hover {
	color: #fff;
}
.y2011 a,
.y2011 a:link {
	color: #c23f65
}
.y2011 a:hover,
.y2011 a:focus,
.y2011 a:active,
.y2011 a.active,
.y2011 a:visited:hover {
	color: #fff
}
.y2012 a,
.y2012 a:link {
	color: #9acf8b
}
.y2012 a:hover,
.y2012 a:focus,
.y2012 a:active,
.y2012 a.active,
.y2012 a:visited:hover {
	color: #fff
}
.y2013 a,
.y2013 a:link {
	color: #B987B8
}
.y2013 a:hover,
.y2013 a:focus,
.y2013 a:active,
.y2013 a.active,
.y2013 a:visited:hover {
	color: #fff
}
.y2014 a,
.y2014 a:link {
	color: #b3dbd1;
}
.y2014 a:hover,
.y2014 a:focus,
.y2014 a:active,
.y2014 a.active,
.y2014 a:visited:hover {
	color: #fff;
}
.y2015 a,
.y2015 a:link {
	color: #ffd400;
}
.y2015 a:hover,
.y2015 a:focus,
.y2015 a:active,
.y2015 a.active,
.y2015 a:visited:hover {
	color: #fff;
}

.y2016 a,
.y2016 a:link {
	color: #d22844;
}
.y2016 a:hover,
.y2016 a:focus,
.y2016 a:active,
.y2016 a.active,
.y2016 a:visited:hover {
	color: #fff;
}

.y2017 a,
.y2017 a:link {
	color: #568f96;
}
.y2017 a:hover,
.y2017 a:focus,
.y2017 a:active,
.y2017 a.active,
.y2017 a:visited:hover {
	color: #fff;
}

.header a,
.header a:link {
	color: #fff;
	text-decoration: none
}
.header a:visited {
	color: #fff
}
.header a:hover,
.header a:focus,
.header a:active {
	color: #f00
}
.header a:visited:hover {
	color: #fff
}

.y2017 .header a,
.y2017 .header a:link {
	color:#568f96;
}
.y2017 .header a:hover,
.y2017 .header a:focus,
.y2017 .header a:active {
	color: #fff
}

.y2016 .header a,
.y2016 .header a:link {
	color:#d22844
}
.y2016 .header a:hover,
.y2016 .header a:focus,
.y2016 .header a:active {
	color: #fff
}

.y2015 .header a,
.y2015 .header a:link {
	color: #ffd400
}
.y2015 .header a:hover,
.y2015 .header a:focus,
.y2015 .header a:active {
	color: #fff
}
.y2014 .header a,
.y2014 .header a:link {
	color: #b3dbd1
}
.y2014 .header a:hover,
.y2014 .header a:focus,
.y2014 .header a:active {
	color: #fff
}
.y2013 .header a,
.y2013 .header a:link {
	color: #B987B8
}
.y2013 .header a:hover,
.y2013 .header a:focus,
.y2013 .header a:active {
	color: #fff
}
.y2012 .header a,
.y2012 .header a:link {
	color: #9acf8b
}
.y2012 .header a:hover,
.y2012 .header a:focus,
.y2012 .header a:active {
	color: #fff
}
.y2011 .header a,
.y2011 .header a:link {
	color: #c23f65
}
.y2011 .header a:hover,
.y2011 .header a:focus,
.y2011 .header a:active {
	color: #fff
}
.y2010 .header a,
.y2010 .header a:link {
	color: #62c5e4
}
.y2010 .header a:hover,
.y2010 .header a:focus,
.y2010 .header a:active {
	color: #fff
}
.y2009 .header a,
.y2009 .header a:link {
	color: #fcaa2a
}
.y2009 .header a:hover,
.y2009 .header a:focus,
.y2009 .header a:active {
	color: #fff
}
a.more,
a.more:link {
	color: #fff;
	text-decoration: none
}
a.more:visited {
	color: #fff
}
a.more:hover,
a.more:focus,
a.more:active {
	color: #f00
}
a.more:visited:hover {
	color: #fff
}
.y2009 .more:hover,
.y2009 .more:focus,
.y2009 .more:active,
.y2009 a.more:visited:hover {
	color: #fcaa2a
}
.y2010 .more:hover,
.y2010 .more:focus,
.y2010 .more:active,
.y2010 a.more:visited:hover {
	color: #62c5e4
}
.y2011 .more:hover,
.y2011 .more:focus,
.y2011 .more:active,
.y2011 a.more:visited:hover {
	color: #c23f65
}
.y2012 .more:hover,
.y2012 .more:focus,
.y2012 .more:active,
.y2012 a.more:visited:hover {
	color: #9acf8b
}
.y2013 .more:hover,
.y2013 .more:focus,
.y2013 .more:active,
.y2013 a.more:visited:hover {
	color: #B987B8
}
.y2014 .more:hover,
.y2013 .more:focus,
.y2013 .more:active,
.y2013 a.more:visited:hover {
	color: #b3dbd1
}

.y2015 .more:hover,
.y2015 .more:focus,
.y2015 .more:active,
.y2015 a.more:visited:hover {
	color: #ffd400;
}

.y2016 .more:hover,
.y2016 .more:focus,
.y2016 .more:active,
.y2016 a.more:visited:hover {
	color: #d22844;
}

.y2016 .more:hover,
.y2016 .more:focus,
.y2016 .more:active,
.y2016 a.more:visited:hover {
	color: #568f96;
}

.fb_iframe_widget iframe a,
.fb_iframe_widget iframe a:hover {
	font-color: #666!important;
}

.button.more {
	display: inline-block;
	font-family: DINWeb, Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 25px 0;
	height: 50px;
	line-height: 50px;
	font-size: 153.9%;
}
.button.more span {
	background: #222;
	display: inline-block;
	margin: 0 1px 0 0;
	padding: 0 15px;
}
.button.more .text {
	background: transparent;
	position: relative;
	top: 2px;
}
.button.more .arrow {
	background: url(../images/batterieberg-css-sprite.png) no-repeat scroll 19px -985px #222;
	padding: 0;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	width: 48px;
}
.button.more .arrow.back {
	background-position: 16px -1185px;
}
.button.more .link {
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
.button.more:hover .arrow,
.button.more:focus .arrow,
.button.more:active .arrow {
	color: #fff;
}
.y2009 .button.more:hover .arrow,
.y2009 .button.more:focus .arrow,
.y2009 .button.more:active .arrow {
	background-color: #fcaa2a;
}
.y2010 .button.more:hover .arrow,
.y2010 .button.more:focus .arrow,
.y2010 .button.more:active .arrow {
	background-color: #62c5e4;
}
.y2011 .button.more:hover .arrow,
.y2011 .button.more:focus .arrow,
.y2011 .button.more:active .arrow {
	background-color: #c23f65;
}
.y2012 .button.more:hover .arrow,
.y2012 .button.more:focus .arrow,
.y2012 .button.more:active .arrow {
	background-color: #9acf8b;
}
.y2013 .button.more:hover .arrow,
.y2013 .button.more:focus .arrow,
.y2013 .button.more:active .arrow {
	background-color: #B987B8;
}
.y2014 .button.more:hover .arrow,
.y2014 .button.more:focus .arrow,
.y2014 .button.more:active .arrow {
	background-color: #b3dbd1;
}

.y2015 .button.more:hover .arrow,
.y2015 .button.more:focus .arrow,
.y2015 .button.more:active .arrow {
	background-color: #ffd400;
}

.y2016 .button.more:hover .arrow,
.y2016 .button.more:focus .arrow,
.y2016 .button.more:active .arrow {
	background-color: #d22844;
}

.y2017 .button.more:hover .arrow,
.y2017 .button.more:focus .arrow,
.y2017 .button.more:active .arrow {
	background-color: #568f96;
}


nav ul {
	list-style: none;
}
ol,
ul {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none outside;
}
ol {
	list-style: decimal;
}
ul ul,
ul ol,
ul dl,
ol ul,
ol ol,
ol dl,
dl ul,
dl ol,
dl dl {
	margin-top: 0;
	margin-bottom: 0;
}
ul.square,
ul.circle,
ul.disc {
	margin: 0 0 15px 30px;
}
ul.square {
	list-style: square outside;
}
ul.circle {
	list-style: circle outside;
}
ul.disc {
	list-style: disc outside;
}
ol.decimal {
	margin: 0 0 15px 30px;
}
li {
	font-size: 116%;
}
li * {
	font-size: 100%!important;
}

img {
	height: auto;
	max-width: 100%;
	width: auto;
}


object,
embed,
video {
	height: auto;
	max-width: 100%;
}

fieldset {
	border: 0 none;
	margin: 0;
	padding: 0;
}
input {
	margin: 0;
	padding: 0;
	text-indent: 0;
	width: auto;
	vertical-align: middle;
	outline: none;
}


select {
	margin: 0;
	padding: 0;
	text-indent: 0;
	width: auto;
	vertical-align: middle;
}
textarea {
	margin: 0;
	padding: 0;
	text-indent: 0;
	width: auto;
	vertical-align: middle;
}
label {
	cursor: pointer;
	vertical-align: middle;
	display: inline-block;
	margin: 0;
}

caption {
	text-align: center
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 10px 0;
	text-indent: 0;
	width: 100%
}
table th,
table td {
	padding: 0.25em;
	vertical-align: top
}
table th p,
table td p {
	padding: 0
}
th {
	font-weight: bold
}
tbody,
thead,
tfoot {
	vertical-align: middle
}
thead {
	border-bottom: 1px dotted
}
tfoot {
	border-top: 1px dotted
}


.mod-content {
	padding-top: 150px;
	margin-bottom: 3em;
}
.mod-content p {
	font-size: 116%;
}
.home .mod-content, .page-id-1463 .mod-content {
	margin-top: 0;
	padding-top: 0;
}

.mod-text {
	margin: 0 0 50px 0;
	overflow: hidden;
}
.mod-text .hd {
	margin: 20px 0 10px 0;
}
.col2 {
	-webkit-column-count: 2;
	-webkit-column-gap: 30px;
	-webkit-column-rule: 1px solid #ccc;
	-moz-column-count: 2;
	-moz-column-gap: 30px;
	-moz-column-rule: 1px solid #ccc;
	column-count: 2;
	column-gap: 30px;
	column-rule: 1px solid #ccc;
}
.col3 {
	-webkit-column-count: 3;
	-webkit-column-gap: 30px;
	-webkit-column-rule: 1px solid #ccc;
	-moz-column-count: 3;
	-moz-column-gap: 30px;
	-moz-column-rule: 1px solid #ccc;
	column-count: 3;
	column-gap: 30px;
	column-rule: 1px solid #ccc;
}
.col3 .hd {
	margin: 20px 0 5px 0;
}
.mod-text.wine {
	background: url(../images/bg/batterieberg-bg-section-premium-960x613.jpg) no-repeat scroll bottom right transparent;
	margin: 0 0 50px 0;
	position: relative;
	padding: 0 360px 200px 0;
}
.mod-text.wine .hd {
	margin: 20px 0 10px 0;
}
.mod-text.wine .wine-bottle {
	position: absolute;
	right: 70px;
	bottom: 0;
}

.mod-branding {
	text-align: center;
}

.mod-branding img{
	z-index: 9999;
	position: relative;
}

.mod-nav-main {
	font-family: DINWebPro-Bold, Helvetica, Arial, sans-serif;
	position: relative;
}
.mod-nav-main .menu-container {}
.mod-nav-main .menu {}
.mod-nav-main .menu-item {
	display: inline-block;
	font-size: 153.9%;
	text-align: center;
	text-transform: uppercase;
}
.mod-nav-main .menu-item a {
	display: inline-block;
	line-height: 80px;
}
.mod-nav-main.left .menu {
	text-align: right;
}
.mod-nav-main.left .menu-item {
	margin: 0 0 0 40px;
}
.mod-nav-main.right .menu {
	text-align: left;
}
.mod-nav-main.right .menu-item {
	margin: 0 40px 0 0;
}

.mod-wmpl-language-selector {
	font-family: DINWebPro-Bold, Helvetica, Arial, sans-serif;
	position: relative;
	position: absolute;
	top: 10px;
	right: 20px;
	z-index: 1;
}
.mod-wmpl-language-selector li {
	display: inline-block;
	margin: 0 5px 0 0;
}

.mod-extra {
	position: fixed;
	top: 150px;
	z-index: 1000;
	color: #FFF;
	text-transform: uppercase;
	width: 45px;
	height: 110px;
}
.mod-extra a:link {
	color: #fff;
}
.mod-extra a:visited {
	color: #fff;
}
.mod-extra a:hover,
.mod-extra a:focus,
.mod-extra a:active {
	color: #62c5e4;
}
.mod-extra a:visited:hover {
	color: #fff;
}

.mod-news {
	position: fixed;
	left: 0;
	width: 45px;
	height: 156px;
}
.mod-news .trigger {
	cursor: pointer;
}
.mod-news .entry-date {
	font-family: DINWebPro-Bold, Helvetica, Arial, sans-serif;
	margin: 0;
	font-size: 116%;
}
.y2009 .mod-news .trigger:hover .expandnews,
.y2009 .mod-news .trigger:focus .expandnews,
.y2009 .mod-news .trigger:active .expandnews,
.y2009 .mod-news .trigger.active .expandnews {
	background-color: #fcaa2a;
}
.y2010 .mod-news .trigger:hover .expandnews,
.y2010 .mod-news .trigger:focus .expandnews,
.y2010 .mod-news .trigger:active .expandnews,
.y2010 .mod-news .trigger.active .expandnews {
	background-color: #62c5e4;
}
.y2011 .mod-news .trigger:hover .expandnews,
.y2011 .mod-news .trigger:focus .expandnews,
.y2011 .mod-news .trigger:active .expandnews,
.y2011 .mod-news .trigger.active .expandnews {
	background-color: #c23f65;
}
.y2012 .mod-news .trigger:hover .expandnews,
.y2012 .mod-news .trigger:focus .expandnews,
.y2012 .mod-news .trigger:active .expandnews,
.y2012 .mod-news .trigger.active .expandnews {
	background-color: #9acf8b;
}
.y2013 .mod-news .trigger:hover .expandnews,
.y2013 .mod-news .trigger:focus .expandnews,
.y2013 .mod-news .trigger:active .expandnews,
.y2013 .mod-news .trigger.active .expandnews {
	background-color: #B987B8;
}
.y2014 .mod-news .trigger:hover .expandnews,
.y2014 .mod-news .trigger:focus .expandnews,
.y2014 .mod-news .trigger:active .expandnews,
.y2014 .mod-news .trigger.active .expandnews {
	background-color: #b3dbd1;
}

.y2015 .mod-news .trigger:hover .expandnews,
.y2015 .mod-news .trigger:focus .expandnews,
.y2015 .mod-news .trigger:active .expandnews,
.y2015 .mod-news .trigger.active .expandnews {
	background-color: #ffd400;
}

.y2016 .mod-news .trigger:hover .expandnews,
.y2016 .mod-news .trigger:focus .expandnews,
.y2016 .mod-news .trigger:active .expandnews,
.y2016 .mod-news .trigger.active .expandnews {
	background-color: #d22844;
}

.y2017 .mod-news .trigger:hover .expandnews,
.y2017 .mod-news .trigger:focus .expandnews,
.y2017 .mod-news .trigger:active .expandnews,
.y2017 .mod-news .trigger.active .expandnews {
	background-color: #568f96;
}


.mod-news .trigger .title {
	background: url(../images/batterieberg-css-sprite.png) no-repeat scroll 11px -2582px;
	background-color: #222;
	background-color: rgba(20, 20, 20, .9);
	width: 45px;
	height: 110px;
	margin: 0 0 1px!important;
	padding: 0!important;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-box-shadow: 0 0 3px #222;
	-webkit-box-shadow: 0 0 3px #222;
	box-shadow: 0 0 3px #222;
}
.y2009 .mod-news .trigger:hover .title,
.y2009 .mod-news .trigger.active .title {
	background-position: 11px -2682px;
}
.y2010 .mod-news .trigger:hover .title,
.y2010 .mod-news .trigger.active .title {
	background-position: 11px -2782px;
}
.y2011 .mod-news .trigger:hover .title,
.y2011 .mod-news .trigger.active .title {
	background-position: 11px -2882px;
}
.y2012 .mod-news .trigger:hover .title,
.y2012 .mod-news .trigger.active .title {
	background-position: 11px -2882px;
}
.y2013 .mod-news .trigger:hover .title,
.y2013 .mod-news .trigger.active .title {
	background-position: 11px -2882px;
}
.y2014 .mod-news .trigger:hover .title,
.y2014 .mod-news .trigger.active .title {
	background-position: 11px -2882px;
}

.y2015 .mod-news .trigger:hover .title,
.y2015 .mod-news .trigger.active .title {
	background-position: 11px -2882px;
}

.y2016 .mod-news .trigger:hover .title,
.y2016 .mod-news .trigger.active .title {
	background-position: 11px -2882px;
}

.y2017 .mod-news .trigger:hover .title,
.y2017 .mod-news .trigger.active .title {
	background-position: 11px -2882px;
}

.mod-news .trigger .expandnews {
	background: url(../images/batterieberg-css-sprite.png) no-repeat scroll 15px -584px;
	background-color: #222;
	background-color: rgba(20, 20, 20, .9);
	display: block;
	width: 45px;
	height: 45px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-box-shadow: 0 1px 3px #222;
	-webkit-box-shadow: 0 1px 3px #222;
	box-shadow: 0 1px 3px #222;
}
.mod-news ul {
	position: absolute;
	left: 50px;
	top: 0;
	width: 265px;
}
.mod-news li {
	background-color: #222;
	background-color: rgba(20, 20, 20, .9);
	color: #fff;
	margin: 0 0 .5em 0;
	padding: .5em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 3px 2px 4px #222;
	-webkit-box-shadow: 3px 2px 4px #222;
	box-shadow: 3px 2px 4px #222;
}
.mod-news ul li.post {
	left: 0;
	border: 0 none;
}
.mod-news .entry-meta {
	color: #62C5E4;
	font-size: 116%;
	font-weight: bold;
	text-transform: uppercase;
}
.mod-news .entry-title {
	color: #FFF;
	font-size: 116%;
	margin: 0;
	text-transform: uppercase;
}
.y2009 .mod-news .entry-meta {
	color: #fcaa2a;
}
.y2009 .mod-news a:hover,
.y2009 .mod-news a:focus,
.y2009 .mod-news a:active {
	color: #fcaa2a;
}
.y2010 .mod-news .entry-meta {
	color: #62c5e4;
}
.y2010 .mod-news a:hover,
.y2010 .mod-news a:focus,
.y2010 .mod-news a:active {
	color: #62c5e4;
}
.y2011 .mod-news .entry-meta {
	color: #c23f65;
}
.y2011 .mod-news a:hover,
.y2011 .mod-news a:focus,
.y2011 .mod-news a:active {
	color: #c23f65;
}
.y2012 .mod-news .entry-meta {
	color: #9acf8b;
}
.y2012 .mod-news a:hover,
.y2012 .mod-news a:focus,
.y2012 .mod-news a:active {
	color: #9acf8b;
}
.y2013 .mod-news .entry-meta {
	color: #B987B8;
}
.y2013 .mod-news a:hover,
.y2013 .mod-news a:focus,
.y2013 .mod-news a:active {
	color: #B987B8;
}
.y2014 .mod-news .entry-meta {
	color: #b3dbd1;
}
.y2014 .mod-news a:hover,
.y2014 .mod-news a:focus,
.y2014 .mod-news a:active {
	color: #b3dbd1;
}

.y2015 .mod-news a:hover,
.y2015 .mod-news a:focus,
.y2015 .mod-news a:active {
	color: #ffd400;
}

.y2016 .mod-news a:hover,
.y2016 .mod-news a:focus,
.y2016 .mod-news a:active {
	color: #d22844;
}

.y2017 .mod-news a:hover,
.y2017 .mod-news a:focus,
.y2017 .mod-news a:active {
	color: #568f96;
}


.mod-socialmedia {
	background-color: #222;
	background-color: rgba(20, 20, 20, .9);
	right: 0;
	width: 45px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-box-shadow: 0 0 3px #222;
	-webkit-box-shadow: 0 0 3px #222;
	box-shadow: 0 0 3px #222;
}
.mod-sicialmedia ul {
	margin: 0;
}
.mod-socialmedia .googleplus,
.mod-socialmedia .facebook,
.mod-socialmedia .twitter {
	background: url(../images/batterieberg-css-sprite.png) no-repeat scroll 0 0 transparent;
}
.mod-socialmedia .googleplus {
	background-position: 0 0;
	display: block;
	margin: .5em auto;
	height: 28px;
	width: 28px;
}
.mod-socialmedia .googleplus:hover,
.mod-socialmedia .googleplus:focus,
.mod-socialmedia .googleplus:active {
	background-position: 0 -100px;
}
.mod-socialmedia .facebook {
	background-position: 0 -200px;
	display: block;
	margin: .5em auto;
	height: 28px;
	width: 28px;
}
.mod-socialmedia .facebook:hover,
.mod-socialmedia .facebook:focus,
.mod-socialmedia .facebook:active {
	background-position: 0 -300px;
}
.mod-socialmedia .twitter {
	background-position: 0 -400px;
	display: block;
	margin: .5em auto;
	height: 28px;
	width: 28px;
}
.mod-socialmedia .twitter:hover,
.mod-socialmedia .twitter:focus,
.mod-socialmedia .twitter:active {
	background-position: 0 -500px;
}
.mod-socialmedia {
	height: 43px;
}


.mod-backtotop {
	background-color: #222;
	background-color: rgba(20, 20, 20, .9);
	cursor: pointer;
	height: 45px;
	right: 0;
	top: 261px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-box-shadow: 0 0 3px #222;
	-webkit-box-shadow: 0 0 3px #222;
	box-shadow: 0 0 3px #222;
}
.mod-backtotop ul {
	margin: 0;
}
.mod-backtotop .backtotop {
	background: url(../images/batterieberg-css-sprite.png) no-repeat 12px -1385px transparent;
	display: block;
	margin: 0 auto;
	height: 45px;
	width: 45px;
}

.y2016 .mod-backtotop:hover,
.y2016 .mod-backtotop:focus,
.y2016 .mod-backtotop:active {
	background-color: #568f96;
}

.y2016 .mod-backtotop:hover,
.y2016 .mod-backtotop:focus,
.y2016 .mod-backtotop:active {
	background-color: #d22844;
}

.y2015 .mod-backtotop:hover,
.y2015 .mod-backtotop:focus,
.y2015 .mod-backtotop:active {
	background-color: #ffd400;
}

.y2014 .mod-backtotop:hover,
.y2014 .mod-backtotop:focus,
.y2014 .mod-backtotop:active {
	background-color: #b3dbd1;
}
.y2013 .mod-backtotop:hover,
.y2013 .mod-backtotop:focus,
.y2013 .mod-backtotop:active {
	background-color: #B987B8;
}
.y2012 .mod-backtotop:hover,
.y2012 .mod-backtotop:focus,
.y2012 .mod-backtotop:active {
	background-color: #9acf8b;
}
.y2011 .mod-backtotop:hover,
.y2011 .mod-backtotop:focus,
.y2011 .mod-backtotop:active {
	background-color: #c23f65;
}
.y2010 .mod-backtotop:hover,
.y2010 .mod-backtotop:focus,
.y2010 .mod-backtotop:active {
	background-color: #62c5e4;
}
.y2009 .mod-backtotop:hover,
.y2009 .mod-backtotop:focus,
.y2009 .mod-backtotop:active {
	background-color: #fcaa2a;
}
.mod-backtotop {
	top: 194px;
}

.mod-search {
	margin: 0 0 1em 0;
}
.mod-search #searchform {
	border: 1px solid;
}
.mod-search #s {
	background: transparent;
	border: 0 none;
	font-family: DINWeb, Helvetica, Arial, sans-serif;
	font-size: 116%;
	float: left;
	padding: 0 0 0 5px;
	height: 35px;
	line-height: 35px;
	width: 80%;
	position: relative;
}
.mod-search .submit {
	background: url(../images/batterieberg-css-sprite.png) no-repeat scroll 3px -2394px transparent;
	border: 0 none;
	cursor: pointer;
	float: right;
	padding: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	outline: none;
	outline-width: 0;
}
.mod-search .submit:hover,
.mod-search .submit:focus,
.mod-search .submit:active {
	background-position: 3px -2494px;
}

.y2017 .mod-search #searchform,
.y2017 .mod-search #s {
	color: #568f96;
}

.y2016 .mod-search #searchform,
.y2016 .mod-search #s {
	color: #d22844;
}

.y2015 .mod-search #searchform,
.y2015 .mod-search #s {
	color: #ffd400;
}

.y2014 .mod-search #searchform,
.y2014 .mod-search #s {
	color: #b3dbd1;
}
.y2013 .mod-search #searchform,
.y2013 .mod-search #s {
	color: #B987B8;
}
.y2012 .mod-search #searchform,
.y2012 .mod-search #s {
	color: #9acf8b;
}
.y2011 .mod-search #searchform,
.y2011 .mod-search #s {
	color: #c23f65;
}
.y2010 .mod-search #searchform,
.y2010 .mod-search #s {
	color: #62c5e4;
}
.y2009 .mod-search #searchform,
.y2009 .mod-search #s {
	color: #fcaa2a;
}
.search .listing-item {
	margin: 0 0 15px 0;
}
.search .entry-content .mod-search {
	padding: 50px 0 70px 0;
}
.search .post {
	border: 0 none;
	margin: 0 0 5em 0;
	padding: 0;
}

.y2016.search .page-title span {
	color: #568f96;
}

.y2016.search .page-title span {
	color: #d22844;
}

.y2015.search .page-title span {
	color: #ffd400;
}

.y2014.search .page-title span {
	color: #b3dbd1;
}
.y2013.search .page-title span {
	color: #B987B8;
}
.y2012.search .page-title span {
	color: #9acf8b;
}
.y2011.search .page-title span {
	color: #c23f65;
}
.y2010.search .page-title span {
	color: #62c5e4;
}
.y2009.search .page-title span {
	color: #fcaa2a;
}

.mod-sidebar .categories {
	font-family: DINWebPro-Bold, Helvetica, Arial, sans-serif;
	font-size: 116%;
	text-transform: uppercase
}
.mod-sidebar .categories a {
	text-decoration: none
}
.mod-sidebar .current-cat a {
	color: #666
}

.mod-pagination {
	padding-left: 20px;
	text-align: center;
}
.mod-pagination * {
	height: 50px;
	line-height: 50px;
}
.mod-pagination li {
	display: inline-block;
	text-align: center;
}
.mod-pagination .post-pages a {
	display: inline-block;
	font-family: DINWebPro-Bold, Helvetica, Arial, sans-serif;
	font-size: 197%!important;
	margin: 0 10px;
}
.mod-pagination .next a,
.mod-pagination .prev a {
	display: inline-block;
}
.mod-pagination .pager {
	background: #222;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	font-family: DINWeb, Helvetica, Arial, sans-serif;
	font-size: 255%!important;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	width: 50px;
}

.y2017 .mod-pagination .pager:hover,
.y2017 .mod-pagination .pager:focus,
.y2017 .mod-pagination .pager:active {
	background-color: #568f96;
}

.y2016 .mod-pagination .pager:hover,
.y2016 .mod-pagination .pager:focus,
.y2016 .mod-pagination .pager:active {
	background-color: #d22844;
}

.y2015 .mod-pagination .pager:hover,
.y2015 .mod-pagination .pager:focus,
.y2015 .mod-pagination .pager:active {
	background-color: #ffd400;
}

.y2014 .mod-pagination .pager:hover,
.y2014 .mod-pagination .pager:focus,
.y2014 .mod-pagination .pager:active {
	background-color: #b3dbd1;
}
.y2013 .mod-pagination .pager:hover,
.y2013 .mod-pagination .pager:focus,
.y2013 .mod-pagination .pager:active {
	background-color: #B987B8;
}
.y2012 .mod-pagination .pager:hover,
.y2012 .mod-pagination .pager:focus,
.y2012 .mod-pagination .pager:active {
	background-color: #9acf8b;
}
.y2011 .mod-pagination .pager:hover,
.y2011 .mod-pagination .pager:focus,
.y2011 .mod-pagination .pager:active {
	background-color: #c23f65;
}
.y2010 .mod-pagination .pager:hover,
.y2010 .mod-pagination .pager:focus,
.y2010 .mod-pagination .pager:active {
	background-color: #62c5e4;
}
.y2009 .mod-pagination .pager:hover,
.y2009 .mod-pagination .pager:focus,
.y2009 .mod-pagination .pager:active {
	background-color: #fcaa2a;
}

.mod-visuals {
	background: url(../images/visuals/rotate.php) no-repeat center top;
	margin: 0 auto;
	height: 410px;
}

.mod-header {
	background-color: #222;
	background-color: rgba(20, 20, 20, .9);
	border-top: 5px solid;
	-webkit-box-shadow: 0px 2px 3px #222;
	-moz-box-shadow: 0px 2px 3px #222;
	box-shadow: 0px 2px 3px #222;
	height: 80px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.y2017 .mod-header {
	border-color: #568f96;
}

.y2016 .mod-header {
	border-color: #d22844;
}
.y2015 .mod-header {
	border-color: #ffd400;
}
.y2014 .mod-header {
	border-color: #b3dbd1;
}
.y2013 .mod-header {
	border-color: #B987B8;
}
.y2012 .mod-header {
	border-color: #9acf8b;
}
.y2011 .mod-header {
	border-color: #c23f65;
}
.y2010 .mod-header {
	border-color: #62c5e4;
}
.y2009 .mod-header {
	border-color: #fcaa2a;
}

.mod-skiplinks-toc {
	background: url(../images/bg/batterieberg-bg-skiplinks-toc-960x215.jpg) no-repeat scroll 0 0 transparent;
	padding: 0 0 0 60px;
	position: relative;
	height: 215px;
	z-index: 2;
}
.mod-skiplinks-toc li {
	text-transform: uppercase;
	float: left;
}
.mod-skiplinks-toc li a {
	color: #646464 !important;
	display: block;
	font-family: DINWebPro-Bold, Helvetica, Arial, sans-serif;
	font-size: 123.1%;
	margin: 40px 0 0 0;
	text-align: center;
	height: 100px;
	width: 200px;
}
.mod-skiplinks-toc li a:hover,
.mod-skiplinks-toc li a:focus,
.mod-skiplinks-toc li a:active {
	color: #393939 !important;
}
.mod-skiplinks-toc li a span {
	background: url(../images/batterieberg-css-sprite.png) no-repeat scroll 90px -770px transparent;
	display: block;
	position: relative;
	top: 100px;
	height: 50px;
}
.mod-skiplinks-toc li a:hover span,
.mod-skiplinks-toc li a:focus span,
.mod-skiplinks-toc li a:active span {
	background-position: 90px -870px;
}
.mod-skiplinks-toc .button {
	background: url(../images/batterieberg-css-sprite-content-shop.png) no-repeat scroll 0 0 transparent;
}
.mod-skiplinks-toc .wine {
	background-position: 30px 11px;
}
.mod-skiplinks-toc .winery {
	background-position: 8px -81px;
}
.mod-skiplinks-toc .recentnews {
	background-position: 40px -197px;
}
#wine,
#winery,
#recentnews {
	margin-top: -100px;
	padding-top: 150px;
}

.mod-teaser {
	margin: 75px 0 120px 0;
	padding: 0 60px;
	position: relative;
}
.mod-teaser .hd {
	margin: 0 0 20px 0;
}
.mod-teaser .hd em {
	font-style: normal;
}

.y2017 .mod-teaser .hd em {
	color: #568f96;
}

.y2016 .mod-teaser .hd em {
	color: #d22844;
}

.y2015 .mod-teaser .hd em {
	color: #ffd400;
}
.y2014 .mod-teaser .hd em {
	color: #b3dbd1;
}
.y2013 .mod-teaser .hd em {
	color: #B987B8;
}
.y2012 .mod-teaser .hd em {
	color: #9acf8b
}
.y2011 .mod-teaser .hd em {
	color: #c23f65
}
.y2010 .mod-teaser .hd em {
	color: #62c5e4
}
.y2009 .mod-teaser .hd em {
	color: #fcaa2a
}
.mod-teaser .img {
	margin: 0 20px 0 0;
}
.mod-teaser .img-ext {
	margin: 0 0 0 20px;
}
.mod-teaser.premium {
	background: url(../images/bg/batterieberg-bg-section-premium-960x613.jpg) no-repeat scroll bottom right transparent;
	height: 500px;
	margin: 0 0 50px 0;
	position: relative;
	padding: 90px 360px 20px 60px;
}
.mod-teaser .wine-bottle {
	position: absolute;
	right: 70px;
	bottom: 0;
	z-index: 10;
}

.mod-display-posts-listing {}
.mod-display-posts-listing .listing-item {
	margin: 0 0 10px 0;
}
.mod-display-posts-listing .listing-item .hd {
	font-size: 138.5%;
}

.mod-wineteaser {
	background: url(../images/bg/batterieberg-bg-section-premium-960x613.jpg) no-repeat scroll bottom right transparent;
	height: 650px;
	margin: 0 0 50px 0;
	position: relative;
	padding: 20px 60px 155px 60px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.mod-wineteaser .bd {
	padding: 0 300px 0 0;
}
.mod-wineteaser .wine-bottle {
	position: absolute;
	right: 70px;
	top: -50px;
}
.mod-wineteaser .wine-year {
	margin: 0 0 50px 0;
}

.mod-winetile {
	float: left;
	margin: 0 15px 3em 0;
	width: 218px;
	height: 298px;
	position: relative;
}
.mod-winetile a {
	display: inline-block;
}
.mod-winetile .tile {
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
}
.mod-winetile .tile:hover {
	border-color: #959595;
	-moz-box-shadow: 0 0 5px #959595;
	-webkit-box-shadow: 0 0 5px #959595;
	box-shadow: 0 0 5px #959595;
}

.mod-ngg-gallery {
	margin: 0 0 50px 0;
}
.mod-ngg-gallery .thumbnail-box {
	float: left;
	width: 20%;
	margin-bottom: 20px;
	text-align: center;
}
.mod-ngg-gallery .thumbnail {
	position: relative;
}
.mod-ngg-gallery .thumbnail a {
	display: block;
}
.mod-ngg-gallery .thumbnail img {
	border: 1px solid #666;
}
.y2009 .mod-ngg-gallery img:hover {
	border-color: #fcaa2a;
}
.y2010 .mod-ngg-gallery img:hover {
	border-color: #62c5e4;
}
.y2011 .mod-ngg-gallery img:hover {
	border-color: #c23f65;
}
.y2012 .mod-ngg-gallery img:hover {
	border-color: #9acf8b;
}
.y2013 .mod-ngg-gallery img:hover {
	border-color: #B987B8;
}
.y2014 .mod-ngg-gallery img:hover {
	border-color: #b3dbd1;
}
.y2015 .mod-ngg-gallery img:hover {
	border-color: #ffd400;
}

.y2016 .mod-ngg-gallery img:hover {
	border-color: #d22844;
}

.y2017 .mod-ngg-gallery img:hover {
	border-color: #568f96;
}

.wpcf7 .form-control {
	margin: 0 0 20px 0;
}
.wpcf7 label {
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
}
.wpcf7 input,
.wpcf7 textarea {
	background: #e4e4e4;
	border: 1px solid #b2b2b2;
	color: #666;
	font-size: 116%;
	padding: 5px 0 5px 5px;
	vertical-align: middle;
	width: 95%;
}
.wpcf7 textarea {
	height: 160px;
}
.wpcf7 input[type="checkbox"]{
	margin-right: 10px;
	width: auto;
}

.y2009 .wpcf7 input:focus,
.wpcf7 textarea:focus {
	border-color: #fcaa2a;
}
.y2010 .wpcf7 input:focus,
.wpcf7 textarea:focus {
	border-color: #62c5e4;
}
.y2011 .wpcf7 input:focus,
.wpcf7 textarea:focus {
	border-color: #c23f65;
}
.y2012 .wpcf7 input:focus,
.wpcf7 textarea:focus {
	border-color: #9acf8b;
}
.y2013 .wpcf7 input:focus,
.wpcf7 textarea:focus {
	border-color: #B987B8;
}
.y2014 .wpcf7 input:focus,
.wpcf7 textarea:focus {
	border-color: #b3dbd1;
}
.y2015 .wpcf7 input:focus,
.wpcf7 textarea:focus {
	border-color: #ffd400;
}

.y2016 .wpcf7 input:focus,
.wpcf7 textarea:focus {
	border-color:#d22844;
}

.y2017 .wpcf7 input:focus,
.wpcf7 textarea:focus {
	border-color:#568f96;
}

.wpcf7 .optional {
	text-transform: uppercase;
}
.wpcf7 .wpcf7-form-control-wrap {
	position: relative;
}
.wpcf7 #your-pricelist {
	margin: 0 5px 0 0;
	width: auto;
}
.wpcf7 .random-math-quiz .wpcf7-quiz-label {
	color: #666;
	display: inline-block;
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
}
.wpcf7 .random-math-quiz .wpcf7-quiz {
	padding: 5px 0;
	text-align: center;
	width: 40px;
}
.wpcf7 .wpcf7-not-valid-tip {
	color: #851e23;
	display: block;
	padding: 5px 0 0 0;
}
.wpcf7 .random-math-quiz .wpcf7-not-valid-tip {
	display: inline-block;
	padding: 0 0 0 10px;
}
.wpcf7 .wpcf7-not-valid-tip-no-ajax {
	color: #851e23;
	display: block;
	padding: 5px 0 0 0;
}
.wpcf7 .wpcf7-list-item {}
.wpcf7 .wpcf7-submit {
	background: transparent;
	border: 0 none;
	color: #fff;
	display: inline-block;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	outline: none;
	width: auto;
}
.wpcf7 .wpcf7-response-output {
	color: #851e23;
	display: block;
	margin: 20px 0 0 0;
}
.wpcf7 .wpcf7-mail-sent-ok {
	color: inherit;
}
.wpcf7 .wpcf7-display-none {
	display: none;
}
.wpcf7 .ajax-loader {
	border: none;
	vertical-align: middle;
}

.mod-google-maps-iframe iframe {
	border: 1px solid #b2b2b2;
	max-width: 820px;
	width: 100%;
}

.mod-footer {
	background-color: #222;
	background-color: rgba(20, 20, 20, .9);
	-webkit-box-shadow: 0px -3px 5px #222;
	-moz-box-shadow: 0px -3px 5px #222;
	box-shadow: 0px -3px 5px #222;
	color: #fff;
	display: block;
	padding: 30px 0;
	width: 100%;
  margin-top: 100px;
}
.mod-footer p {
	font-size: 100%;
}
.mod-footer .fn {
	display: block;
	font-family: DINWebPro-Bold, Helvetica, Arial, sans-serif;
	font-size: 123.1%;
	font-weight: bold;
	margin: 0 0 1em 0;
	text-transform: uppercase;
}
.mod-footer .menu-container {
	border-spacing: 0;
}
.mod-footer .copyright {
	padding: .5em 0;
}
.mod-footer .menu-item {
	display: block;
	font-family: DINWebPro-Bold, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 123.1%;
	padding: 0 0 .5em 0;
	text-align: left;
	text-transform: uppercase;
}

.y2017 .mod-footer a,
.y2017 .mod-footer a:link {
	color: #568f96;
}
.y2017 .mod-footer a:hover,
.y2017 .mod-footer a:focus,
.y2017 .mod-footer a:active {
	color: #fff;
}

.y2016 .mod-footer a,
.y2016 .mod-footer a:link {
	color: #d22844;
}
.y2016 .mod-footer a:hover,
.y2016 .mod-footer a:focus,
.y2016 .mod-footer a:active {
	color: #fff;
}

.y2015 .mod-footer a,
.y2015 .mod-footer a:link {
	color: #ffd400;
}
.y2015 .mod-footer a:hover,
.y2015 .mod-footer a:focus,
.y2015 .mod-footer a:active {
	color: #fff;
}
.y2014 .mod-footer a,
.y2014 .mod-footer a:link {
	color: #b3dbd1;
}
.y2014 .mod-footer a:hover,
.y2014 .mod-footer a:focus,
.y2014 .mod-footer a:active {
	color: #fff;
}
.y2013 .mod-footer a,
.y2013 .mod-footer a:link {
	color: #B987B8;
}
.y2013 .mod-footer a:hover,
.y2013 .mod-footer a:focus,
.y2013 .mod-footer a:active {
	color: #fff;
}
.y2012 .mod-footer a,
.y2012 .mod-footer a:link {
	color: #9acf8b;
}
.y2012 .mod-footer a:hover,
.y2012 .mod-footer a:focus,
.y2012 .mod-footer a:active {
	color: #fff;
}
.y2011 .mod-footer a,
.y2011 .mod-footer a:link {
	color: #c23f65;
}
.y2011 .mod-footer a:hover,
.y2011 .mod-footer a:focus,
.y2011 .mod-footer a:active {
	color: #fff;
}
.y2010 .mod-footer a,
.y2010 .mod-footer a:link {
	color: #62c5e4;
}
.y2010 .mod-footer a:hover,
.y2010 .mod-footer a:focus,
.y2010 .mod-footer a:active {
	color: #fff;
}
.y2009 .mod-footer a,
.y2009 .mod-footer a:link {
	color: #fcaa2a;
}
.y2009 .mod-footer a:hover,
.y2009 .mod-footer a:focus,
.y2009 .mod-footer a:active {
	color: #fff;
}
.mod-footer .branding {
	margin: 20px 0 0;
}

.mod-vcard .url {
	display: block;
	font-family: DINWebPro-Bold, Helvetica, Arial, sans-serif;
	font-size: 123.1%;
	margin: 0 0 1em 0;
	text-transform: uppercase;
}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}
.wp-caption {
	background: #222;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	border-bottom-right-radius: 2px;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
	width: auto!important;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	width: auto;
}
.wp-caption .wp-caption-text {
	color: #fff;
	font-size: 100%;
	line-height: 1;
	margin: 0;
	padding: 10px 10px 8px 10px;
	text-align: left;
}
.wp-caption.alignright {}
.alignnone {}
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignnone {}
img.alignleft {
	display: inline;
	float: left;
}
img.alignright {
	display: inline;
	float: right;
}
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption.alignright {
	margin: 0 0 0 15px;
}
.wp-caption.alignleft {
	margin: 0 15px 0 0;
}
.post {
	border-left: 1px solid #c8c8c8;
	margin: 0 0 5em 0;
	padding-left: 20px;
	position: relative;
}
.entry-meta {
	font-family: DINWebPro-Bold, Helvetica, Arial, sans-serif;
	font-size: 116%;
}
.entry-date {
	color: #999;
}
.entry-delimiter {
	color: #999;
}
.entry-category {
	color: #000;
	text-transform: uppercase;
}
body .entry-title-link span,
body .entry-title-link:link span,
body .entry-title-link:visited span,
body .entry-title-link:hover span,
body .entry-title-link:focus span,
body .entry-title-link:active span,
body .entry-title-link:visited:hover span {
	color: #000;
}
.post p,
.page p {
	margin: 0 0 10px 0;
}
#content .wp-smiley {
	margin: 0!important;
}
blockquote.left {
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
}
#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery br+br {
	display: none;
}
.fancybox-tmp iframe,
.fancybox-tmp object {
	vertical-align: top;
	padding: 0;
	margin: 0;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1002;
}
#fancybox-outer{
 background: #f9f9f9!important;
}

#fancybox-content{
	padding: 0;
	border-color: #f9f9f9!important;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px!important;
	-moz-border-radius: 4px!important;
	border-radius: 4px!important;
}
.fancybox-opened {
	z-index: 1003;
}
.fancybox-opened .fancybox-outer {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-inner {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	outline: none;
	overflow: hidden;
}
.fancybox-error {
	color: #444;
	margin: 0;
	padding: 10px;
}
.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -21px;
	margin-left: -21px;
	width: 42px;
	height: 42px;
	background: url(../images/fancybox/fancybox_loading.gif);
	opacity: 0.8;
	cursor: pointer;
	z-index: 1010;
}
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url(../images/fancybox/fancybox_sprite.png);
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 1004;
}
.fancybox-prev,
.fancybox-next {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	background: transparent url(../images/fancybox/blank.gif);
	z-index: 1003;
}
.fancybox-prev {
	left: 0;
}
.fancybox-next {
	right: 0;
}
.fancybox-prev span,
.fancybox-next span {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 1003;
}
.fancybox-prev span {
	background-position: 0 -36px;
}
.fancybox-next span {
	background-position: 0 -72px;
}
.fancybox-prev:hover,
.fancybox-next:hover {
	visibility: visible;
}
.fancybox-prev:hover span {
	left: 20px;
}
.fancybox-next:hover span {
	left: auto;
	right: 20px;
}
.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	padding: 0;
	overflow: visible;
	visibility: hidden;
}
#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 1001;
	background: #000!important;
}
.fancybox-title {
	visibility: hidden;
	position: relative;
	text-shadow: none;
	z-index: 1005;
}
.fancybox-opened .fancybox-title {
	visibility: visible;
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 1003;
	text-align: center;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent;
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: 700;
	line-height: 24px;
	white-space: nowrap;
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside{
	bottom: 10px!important;
	background: rgba(0,0,0,.8)!important;
	color: #fff!important;
	position: absolute!important;
	text-align: left!important;
	padding: 10px!important;
	font-family: DINWeb,Helvetica,Arial,sans-serif!important;
	font-size: 13px!important;
	width: auto!important;
}

.fancybox-title-inside-wrap {
	margin-top: 10px;
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
#tooltip {
	position: absolute;
	z-index: 3000;
	background-color: #222;
	background-color: rgba(20, 20, 20, .9);
	font-size: 100%;
	padding: .75em;
	max-width: 200px;
}
#tooltip h3 {
	color: #fff;
	font-family: DINWeb, Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.5;
	margin: 0;
	text-transform: none;
}
.y2009 #tooltip h3 {
	color: #fcaa2a;
}
.y2010 #tooltip h3 {
	color: #62c5e4;
}
.y2011 #tooltip h3 {
	color: #c23f65;
}
.y2012 #tooltip h3 {
	color: #9acf8b;
}
.y2015 #tooltip h3 {
	color: #ffd400;
}

.y2016 #tooltip h3 {
	color: #d22844;
}

.y2017 #tooltip h3 {
	color: #568f96;
}
.search-everything-highlight {
	background: yellow;
	padding: 3px;
}

.message-info,
.message-success,
.message-warning,
.message-error,
.message-validation {
	border: 1px solid;
	margin-right: 5px;
	padding: 0 5px;
}
.message-info a,
.message-success a,
.message-warning a,
.message-error a,
.message-validation a {
	text-decoration: underline;
}
.message-info {
	background: #bde5f8;
	color: #00529b;
}
.message-info a {
	color: #00529b;
}
.message-success {
	background: #dff2bf;
	color: #4f8a10;
}
.message-success a {
	color: #4f8a10;
}
.message-warning {
	background: #feefb3;
	color: #9f6000;
}
.message-warning a {
	color: #9f6000;
}
.message-error {
	background: #ffbaba;
	color: #d8000c;
}
.message-error a {
	color: #d8000c;
}
.message-validation {
	background: #ffccba;
	color: #d63301;
}
.message-validation a {
	color: #d63301;
}


@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}

	html,
	body {
		background: #fff;
		color: #000;
	}
	body {
		background: none;
		color: #000;
		font-family: Garamond, "Times New Roman", serif;
		font-size: 12pt;
		margin: 0 !important;
		letter-spacing: 0.2pt;
		line-height: 1.4;
		padding: 0 !important;
		width: 100% !important;
		word-spacing: 1.1pt;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-family: Helvetica, Arial, sans-serif;
	}
	h1 {
		font-size: 19pt;
	}
	h2 {
		font-size: 17pt;
	}
	h3 {
		font-size: 15pt;
	}
	h4,
	h5,
	h6 {
		font-size: 12pt;
	}
	code {
		font: 10pt Courier, monospace;
	}
	blockquote {
		margin: 1.3em;
		padding: 1em;
	}
	#comments {
		page-break-before: always;
	}
	img {
		display: block;
		margin: 1em 0;
	}
	a img {
		border: 0 none;
	}
	table {
		border: 1px solid;
		margin: 1px;
		text-align: left;
	}
	table tr th {
		font-weight: normal !important;
	}
	th {
		border-bottom: 1px solid #333;
		font-weight: bold;
	}
	td {
		border-bottom: 1px solid #333;
	}
	th,
	td {
		padding: 4px 10px 4px 0;
	}
	caption {
		background: #fff;
		margin-bottom: 2em;
		text-align: left;
	}
	thead {
		display: table-header-group;
	}
	tr {
		page-break-inside: avoid;
	}
	a,
	a:link,
	a:visited {
		background: transparent;
		color: #520;
		font-weight: bold;
		text-decoration: none;
	}
	a[href]:after {
		content: " [URL "attr(href)"]";
	}
	a:link:after,
	a:visited:after {
		content: " [URL "attr(href)"]";
		font-size: 90%;
	}
	.mod-accessibility-skiplinks,
	.mod-nav-main,
	.mod-extra,
	.mod-visuals,
	.mod-skiplinks,
	.mod-footer,
	#contact,
	#route {
		display: none !important;
	}
	.do-not-print {
		display: none;
	}
}

.debug {
	background-color: #ffbaba;
	border: 1px solid;
	color: #d8000c;
	-moz-border-radius: .4em;
	-webkit-border-radius: .4em;
	border-radius: .4em;
	display: block;
}

.l-ta-center {
	text-align: center !important;
}
.l-ta-left {
	text-align: left !important;
}
.l-ta-right {
	text-align: right !important;
}
.l-ta-justify {
	text-align: justify !important;
}
.l-va-middle {
	vertical-align: middle!important;
}
.l-va-top {
	vertical-align: top!important;
}
.l-fleft,
.l-fl,
.l-floatleft {
	float: left
}
.l-fright,
.l-fr,
.l-floatright {
	float: right;
}
.assistive-text {
	position: absolute;
	left: -9999em;
	top: -9999em;
}
.assistive-text-indent {
	text-indent: -9999em;
	width: 0;
	zoom: 1;
}
.l-w10 {
	width: 10%;
}
.l-w15 {
	width: 15%;
}
.l-w20 {
	width: 20%;
}
.l-w25 {
	width: 25%;
}
.l-w30 {
	width: 30%;
}
.l-w33 {
	width: 33.333%;
}
.l-w35 {
	width: 35%;
}
.l-w40 {
	width: 40%;
}
.l-w49 {
	width: 49%;
}
.l-w50 {
	width: 50%;
}
.l-w60 {
	width: 60%;
}
.l-w66 {
	width: 66.666%;
}
.l-w70 {
	width: 70%;
}
.l-w75 {
	width: 75%;
}
.l-w80 {
	width: 80%;
}
.l-w90 {
	width: 90%;
}
.l-border-box * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.l-content-box * {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
.l-padding-box * {
	-moz-box-sizing: padding-box;
	-webkit-box-sizing: padding-box;
	box-sizing: padding-box
}
.l-noborder {
	border: 0 none!important;
}


*{
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}


.mod-nav-main{
	width: 960px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -490px;
}

.mod-nav-main .menu-container{
	width: 50%;
	padding: 0 80px;
	float: left;
}


.mod-nav-main .text-right{
	text-align: right;
}

.mod-nav-main .menu-container li{
	margin: 0 20px;
}

.mod-wmpl-language-selector{
	left: 50%;
	margin-left: 440px;
}

.wpcf7 .screen-reader-response{
	display: none;
}


.mod-ngg-gallery .thumbnail img{
	max-width: 100px;
}

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

	.mod-content{
		padding: 150px 60px 0;
		max-width: 1080px;
		position: relative;
	}

	.container_16 .suffix_1,
	.container_16 .prefix_1{
		padding: 0;
	}

	.bd .button{
		display: block;
	}

	.winetile-wrap{
		text-align: center;
	}

	.mod-winetile{
		display: inline-block;
		float: none;
	}

	.mod-content .grid_3.pull_13{
		position: absolute;
		top: 150px;
		left: 60px;
		margin: 0;
	}

 .mod-content .grid_13.push_3{
	 	margin: 0;
	 	left: 0;
	 	padding-left: 180px;
	 	width: 100%;
 }


}


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

	.mod-footer{
		padding: 30px 7.5px;
	}

	.mod-footer .grid_5,
	.mod-footer .grid_6{
		width: 33.33%;
		margin: 0;
		padding: 0 7.5px;
	}

	.mod-header{
		height: auto;
		min-height: 80px;
		z-index: 1001;
	}

	.mod-nav-main{
		display: none;
		position: relative;
    width: 	100%;
    left: 0;
    margin: 130px 0 0 0;
    padding: 0 0 20px 0;
    z-index: 9998;
	}

	.mod-nav-main .menu-container{
		float: none;
		width: 100%;
		text-align: center;
		padding: 0;
	}

	.mod-nav-main .text-right{
		text-align: center;
	}

	.mod-nav-main .menu-container li{
		margin: 0 0 10px 0;
		width: 100%;
	}

	.mod-nav-main .menu-item a{
		line-height: 1.2;
	}

	.mod-branding{
		position: absolute;
		width: 100%;
		z-index: 9999;
	}

	.mod-wmpl-language-selector{
		top:29px;
		left: 50px;
		z-index: 9999;
		margin: 0;
	}

	#touch-menu {
	  display: block;
	  width: 27px;
	  height: 50px;
	  margin: 0;
   	position: absolute;
   	top: 15px;
   	right: 50px;
   	-webkit-box-sizing: content-box;
  	-moz-box-sizing: content-box;
  	box-sizing: content-box;
  	z-index: 99999;
	}

	#touch-menu span:after,
	#touch-menu span:before {
	  content: "";
	  position: absolute;
	  left: 0;
	  top: -9px;
	}
	#touch-menu span:after{
	  top: 9px;
	}
	#touch-menu span {
	  position: relative;
	  display: block;
	  top: 22px;
	}

	#touch-menu span,
	#touch-menu span:after,
	#touch-menu span:before {
	  width: 100%;
	  height: 3px;
	  background-color: #ffffff;
	  transition: all 0.3s;
	  backface-visibility: hidden;
	  border-radius: 2px;
	}

	#touch-menu.on span {
	  background-color: transparent;
	}
	#touch-menu.on span:before {
	  transform: rotate(45deg) translate(5px, 5px);
	}
	#touch-menu.on span:after {
	  transform: rotate(-45deg) translate(7px, -8px);
	}

	.grid_1,
	.grid_2,
	.grid_3,
	.grid_4,
	.grid_5,
	.grid_6,
	.grid_7,
	.grid_8,
	.grid_9,
	.grid_10,
	.grid_11,
	.grid_12,
	.grid_13,
	.grid_14,
	.grid_15,
	.grid_16 {
		margin: 0 auto;
	}

	.grid_16{
		float: none;
	}

	.mod-text.wine{
		background: transparent;
		padding: 0 150px 0px 0;
	}

	.mod-text.wine .wine-bottle{
		right: 0;
		width: 150px;
		height: auto;
	}

	.mod-wineteaser{
		background: transparent;
		padding-left: 0;
		padding-right: 0;
	}

	.mod-wineteaser .wine-bottle{
		right: 20px;
	}

	.mod-teaser.premium{
		background: transparent;
		padding-right: 150px;
		padding-left: 0;
		margin-bottom: 0;
		height: auto;
	}

	.mod-skiplinks-toc{
		padding: 0;
	}

	.mod-teaser .wine-bottle{
		right: -25px;
		width: 150px;
		bottom: -70px;
	}

	.mod-teaser{
		padding: 0;
		margin-bottom: 0;
	}

	#wine,
	#winery,
	#recentnews{
		padding-top: 50px;
		margin-top: 0;
	}

	.mod-ngg-gallery .thumbnail-box {
		width: 25%;
	}

}


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

	.grid_1,
	.grid_2,
	.grid_3,
	.grid_4,
	.grid_5,
	.grid_6,
	.grid_7,
	.grid_8,
	.grid_9,
	.grid_10,
	.grid_11,
	.grid_12,
	.grid_13,
	.grid_14,
	.grid_15,
	.grid_16 {
		margin: 0 auto;
	}

	.grid_16{
		float: none;
	}

}

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

	.mod-extra{
		display: none;
	}


	.mod-content{
		padding: 0 15px;
		margin-top: 140px;
	}

	.mod-skiplinks-toc{
		display: none;
	}

	.mod-teaser .wine-bottle{
		right: 0;
		width: 120px;
		bottom: -25px;
	}

	#recentnews .block{
		float: none;
		width: 100%;
	}

	#winery .bd,
	#winery .hd{
		float: none;
		margin: 0;
		width: 100%;
	}

	#winery .img{
		text-align: center;
		width: 100%;
		margin: 0;
	}

	#winery img{
		width: 250px;
		display: inline-block;
		margin: 0 0 25px 0;
	}

	.mod-footer .grid_5, .mod-footer .grid_6{
		float: none;
		display: block;
		padding: 0 0 25px;
		width: 100%;
		text-align: left!important;
	}

	.mod-footer{
		padding: 30px 15px;
	}

	.mod-wmpl-language-selector{
		left: 15px;
	}

	#touch-menu{
		right: 15px;
	}

	.mod-wineteaser .bd{
		padding: 0 200px 0 0;
	}

	.mod-wineteaser .wine-bottle{
		top: auto;
		bottom: 0;
		width: 150px;
	}

	.mod-wineteaser{
		height: auto;
		padding-bottom: 0;
	}

	.mod-text.wine .wine-bottle{
		display: none;
	}

	.mod-text.wine{
		padding: 0;
	}


	.mod-content .grid_3.pull_13{
		position: absolute;
		top: -40px;
		left: 15px;
		margin: 0;
	}

 .mod-content .grid_13.push_3{
	 	margin: 0;
	 	left: 0;
	 	padding: 55px 0 0 0;
	 	width: 100%;
 }

	.post {
		border-left: none;
		margin: 0 0 5em 0;
		padding-left: 0;
		position: relative;
	}


}

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

	.mod-wineteaser .bd{
		padding: 0 150px 0 0;
	}

	.mod-wineteaser .wine-bottle{
		width: 130px;
	}

	.winetile-wrap .mod-winetile{
		width: 45%;
		height: auto;
		margin: 0 10px 25px;
	}

	.winetile-wrap .mod-winetile img{
		width: 100%;
	}

	.col2{
		-webkit-column-count: 1;
		-webkit-column-gap: 0;
		-webkit-column-rule: 1px solid #ccc;
		-moz-column-count: 1;
		-moz-column-gap: 0;
		-moz-column-rule: 1px solid #ccc;
		column-count: 1;
		column-gap: 0;
		column-rule: 1px solid #ccc;
	}

	.mod-ngg-gallery .thumbnail-box {
		width: 50%;
	}


}


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

	.mod-teaser .wine-bottle{
		display: none;
	}

	.mod-teaser.premium{
		padding-right: 0;
	}

	.mod-header{
		min-height: 55px;
	}

	.mod-branding img{
		width: 180px;
	}

	#touch-menu{
		top: 2.5px;
	}

	.mod-wmpl-language-selector{
		top: 15px;
	}

	.mod-nav-main{
		margin: 100px 0 0 0;
	}

	.winetile-wrap .mod-winetile{
		width: 250px;
		height: auto;
		margin: 0 10px 25px;
	}

	.mod-wineteaser .wine-bottle{
		display: none;
	}

	.mod-wineteaser .bd{
		padding: 0;
	}

	.mod-content{
		margin-top: 100px;
	}

	.wpcf7-form .l-w49{
		width: 100%;
		float: none;
	}

	.wpcf7 input, .wpcf7 textarea{
		width: 100%;
	}

}

/** SHOP STYLES **/

@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
	h1.eye-catcher {
		font-size: calc(12px + 1vh);
	}
}
@media only screen
and (max-width : 320px) {
	h1.eye-catcher {
		font-size: calc(12px + 1vh);
	}
}

h1.eye-catcher {
	margin-bottom: 1em;

}

h2.eye-catcher > em {
	background: rgba(141,171,181,1);
	color: rgba(35,35,35,1);
	padding: 0.4em 0.5em 0.2em 0.5em;
	word-wrap: break-word;
}

.woocommerce-Price-amount {
	color: rgba(35,35,35,1)!important;
}

[class~="shop-section"] {
	padding: 0.5em;
	background: transparent;
}

[class~="shop-section"] > div > h4 {
	padding: 0.5em;
	font-size: calc(12px + 0.5em);
	font-weight: bold;
}

div[class~="shop-frontpage"] > div[class~="card-container"] {
	display: grid;
	grid-template-columns: repeat(3, calc(33.3%));
	grid-gap: 0.5em 0.5em;
	align-content: stretch;
	align-items: stretch;
	margin-bottom: 12px;
}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
	div[class~="shop-frontpage"] > div[class~="card-container"] {
		grid-template-columns: 1fr;
	}
}

@media only screen
and (max-width : 320px) {
	div[class~="shop-frontpage"] > div[class~="card-container"] {
		grid-template-columns: 1fr;
	}
}

div[class~="shop-frontpage"] > h4 > em {
	color: rgba(141,171,181,1)!important;
}

div[class~="shop-frontpage"] > div[class~="card-container"] > div {
	display: block;
	background: transparent;
	padding: 1em;
	position: relative;
}

div[class~="shop-frontpage"] > div[class~="card-container"] > div > a.wine-card-element > div {
	border: 0.1em solid rgba(35,35,35,1);
}

div[class~="shop-frontpage"] > div[class~="card-container"] > div > a.wine-card-element > div > figure {
	display: block;
	background: transparent;
	border-bottom: 0.1em solid rgba(35,35,35,1);
	margin-bottom: 0.5em;
}

div[class~="shop-frontpage"] > div[class~="card-container"] > div > a.wine-card-element > div > header {
	text-align: center;
	background: transparent;
}

div[class~="shop-frontpage"] > div[class~="card-container"] > div > a.wine-card-element > div > header > h4 {
	font-size: calc(16px);
	color: rgba(35,35,35,35);
	font-weight: bold;
	padding: 1em;
	height: 5em;
}

div[class~="shop-frontpage"] > div[class~="card-container"] > div > a.wine-card-element > div > header > div.quick-info {
	display: block;
	padding: 0.5em 0 0 0;
	margin-bottom: 0.5em;
	background: transparent;
	color:rgba(35,35,35,1)!important
}

div[class~="shop-frontpage"] > div[class~="card-container"] > div > a.wine-card-element > div > header > div.quick-info > span {
	display: inline-block;
	color: rgba(35,35,35,1)!important;
}

div[class~="shop-frontpage"] > div[class~="card-container"] > div > a.wine-card-element > div > div.button {
	background: rgba(35,35,35,1); color: rgba(141,171,181,1); padding: 1em; text-align: center; border: 0.1em solid transparent; margin: -0.1em; font-size: calc(12px + 0.5em); font-weight: bold;
}

div.wine-description {
	font-size: 2em;
}

a.wine-card-element:active,
a.wine-card-element:hover {
	color: rgba(35,35,35,1)!important;
}

/* SHOP SINGLE_PRODUCT PAGE  */
form[class~="cart-extension"] {
	background: rgba(35,35,35,1);
}

form[class~="cart-extension"] div[class~="quantity"] {
	padding: 1em;
	border:0.1em solid rgba(35,35,35,1);
	outline: none;
	background: rgba(255,255,255,1);
}

input[type="number"] {
	border: transparent!important;
	text-align: center;
}

div.wine-description {
	position: relative;
	padding: 0.5em 0 0.5em 0;
	font-size: 14px;
}

ul.wine-settings {
	position:relative;
	display: table;
	font-size: 12px;
}

ul.wine-settings > li {
	display: table-row;
	margin-left: -0.5em;
}

ul.wine-settings > li > span {
	display: table-cell;
	padding: 0.3em 0.5em 0.2em 0.5em;
}

div.wine-settings-title::before {
	display: block;
	content: "Produktinformationen";
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-weight: bold;
	border-bottom: 0.1em solid rgba(35,35,35,1);
	font-size: 14px;
	width: 100%!important;
}

div.wine-description::before {
	display: block;
	content: "Produktbeschreibung";
	margin-bottom: 0.5em;
	font-weight: bold;
	border-bottom: 0.1em solid rgba(35,35,35,1);
}

div.wine-description::after {
	display: block;
	height: 2em;
	margin-bottom: 0.5em;
	width: auto;
}

/** SHOP CATEGORY-Display **/
.woocommerce-breadcrumb {
	max-width: calc(1024px);

}

/** SHOP CART **/
table.shop_table {

}

table.shop_table tbody tr td.actions {
	background: rgba(235,235,235,1);
}

table.shop_table tbody tr.woocommerce-shipping-totals,
table.shop_table tfoot tr.woocommerce-shipping-totals{
	background: rgba(235,235,235,1);
}

div.wc-proceed-to-checkout a {
	background: rgba(35,35,35,1)!important; color: rgba(235,235,235,1)!important; padding: 1em; text-align: center; border: 0.1em solid transparent; margin: -0.1em; font-size: calc(12px + 0.5em); font-weight: bold;
}

span.woocommerce-input-wrapper input.input-text {
	padding: 0.5em;
}

div.woocommerce-checkout-payment button#place_order {
	background: rgba(35,35,35,1)!important; color: rgba(235,235,235,1)!important; padding: 1em; text-align: center; border: 0.1em solid transparent; margin: -0.1em; font-size: calc(12px + 0.5em); font-weight: bold;
}



/* Meine Änderungen Anfang */


.mt-0{margin-top:0!important}
.mt-10{margin-top:10px}
.mt-20{margin-top:20px}
.mt-30{margin-top:30px !important;}
.mt-40{margin-top:40px}
.mt-50{margin-top:50px}
.mt-60{margin-top:60px}
.mt-70{margin-top:70px}
.mt-80{margin-top:80px}
.mt-90{margin-top:90px}
.mt-100{margin-top:100px}
.mt-110{margin-top:110px}
.mt-120{margin-top:120px}
.mt-130{margin-top:130px}
.mt-140{margin-top:140px}
.mt-150{margin-top:150px}
.mt-160{margin-top:160px}
.mt-170{margin-top:170px}
.mt-180{margin-top:180px}
.mt-190{margin-top:190px}
.mt-200{margin-top:200px}
.mt-210{margin-top:210px}
.mt-220{margin-top:220px}
.mt-230{margin-top:230px}
.mt-240{margin-top:240px}
.mt-250{margin-top:250px}
.mb-0{margin-bottom:0!important}
.mb-10{margin-bottom:10px}
.mb-20{margin-bottom:20px}
.mb-30{margin-bottom:30px}
.mb-40{margin-bottom:40px}
.mb-50{margin-bottom:50px}
.mb-60{margin-bottom:60px}
.mb-70{margin-bottom:70px}
.mb-80{margin-bottom:80px}
.mb-90{margin-bottom:90px}
.mb-100{margin-bottom:100px}
.mb-110{margin-bottom:110px}
.mb-120{margin-bottom:120px}
.mb-130{margin-bottom:130px}
.mb-140{margin-bottom:140px}
.mb-150{margin-bottom:150px}
.mb-160{margin-bottom:160px}
.mb-170{margin-bottom:170px}
.mb-180{margin-bottom:180px}
.mb-190{margin-bottom:190px}
.mb-200{margin-bottom:200px}
.mb-210{margin-bottom:210px}
.mb-220{margin-bottom:220px}
.mb-230{margin-bottom:230px}
.mb-240{margin-bottom:240px}
.mb-250{margin-bottom:250px}
.pt-0{padding-top:0!important}
.pt-10{padding-top:10px}
.pt-20{padding-top:20px}
.pt-30{padding-top:30px}
.pt-40{padding-top:40px}
.pt-50{padding-top:50px}
.pt-60{padding-top:60px}
.pt-70{padding-top:70px}
.pt-80{padding-top:80px}
.pt-90{padding-top:90px}
.pt-100{padding-top:100px}
.pt-110{padding-top:110px}
.pt-120{padding-top:120px}
.pt-130{padding-top:130px}
.pt-140{padding-top:140px}
.pt-150{padding-top:150px}
.pt-160{padding-top:160px}
.pt-170{padding-top:170px}
.pt-180{padding-top:180px}
.pt-190{padding-top:190px}
.pt-200{padding-top:200px}
.pt-210{padding-top:210px}
.pt-220{padding-top:220px}
.pt-230{padding-top:230px}
.pt-240{padding-top:240px}
.pt-250{padding-top:250px}
.pb-0{padding-bottom:0!important}
.pb-10{padding-bottom:10px}
.pb-20{padding-bottom:20px}
.pb-30{padding-bottom:30px}
.pb-40{padding-bottom:40px}
.pb-50{padding-bottom:50px}
.pb-60{padding-bottom:60px}
.pb-70{padding-bottom:70px}
.pb-80{padding-bottom:80px}
.pb-90{padding-bottom:90px}
.pb-100{padding-bottom:100px}
.pb-110{padding-bottom:110px}
.pb-120{padding-bottom:120px}
.pb-130{padding-bottom:130px}
.pb-140{padding-bottom:140px}
.pb-150{padding-bottom:150px}
.pb-160{padding-bottom:160px}
.pb-170{padding-bottom:170px}
.pb-180{padding-bottom:180px}
.pb-190{padding-bottom:190px}
.pb-200{padding-bottom:200px}
.pb-210{padding-bottom:210px}
.pb-220{padding-bottom:220px}
.pb-230{padding-bottom:230px}
.pb-240{padding-bottom:240px}
.pb-250{padding-bottom:250px}
.underline{text-decoration: underline;}
.bold{font-weight:bold;}

@media only screen and (max-width:1200px){
  .mt-lg-0{margin-top:0!important}
  .mt-lg-10{margin-top:10px}
  .mt-lg-20{margin-top:20px}
  .mt-lg-30{margin-top:30px}
  .mt-lg-40{margin-top:40px}
  .mt-lg-50{margin-top:50px}
  .mt-lg-60{margin-top:60px}
  .mt-lg-70{margin-top:70px}
  .mt-lg-80{margin-top:80px}
  .mt-lg-90{margin-top:90px}
  .mt-lg-100{margin-top:100px}
  .mt-lg-110{margin-top:110px}
  .mt-lg-120{margin-top:120px}
  .mt-lg-130{margin-top:130px}
  .mt-lg-140{margin-top:140px}
  .mb-lg-0{margin-bottom:0!important}
  .mb-lg-10{margin-bottom:10px}
  .mb-lg-20{margin-bottom:20px}
  .mb-lg-30{margin-bottom:30px}
  .mb-lg-40{margin-bottom:40px}
  .mb-lg-50{margin-bottom:50px}
  .mb-lg-60{margin-bottom:60px}
  .mb-lg-70{margin-bottom:70px}
  .mb-lg-80{margin-bottom:80px}
  .mb-lg-90{margin-bottom:90px}
  .mb-lg-100{margin-bottom:100px}
  .mb-lg-110{margin-bottom:110px}
  .mb-lg-120{margin-bottom:120px}
  .mb-lg-130{margin-bottom:130px}
  .mb-lg-140{margin-bottom:140px}
  .pt-lg-0{padding-top:0!important}
  .pt-lg-10{padding-top:10px}
  .pt-lg-20{padding-top:20px}
  .pt-lg-30{padding-top:30px}
  .pt-lg-40{padding-top:40px}
  .pt-lg-50{padding-top:50px}
  .pt-lg-60{padding-top:60px}
  .pt-lg-70{padding-top:70px}
  .pt-lg-80{padding-top:80px}
  .pt-lg-90{padding-top:90px}
  .pt-lg-100{padding-top:100px}
  .pt-lg-110{padding-top:110px}
  .pt-lg-120{padding-top:120px}
  .pt-lg-130{padding-top:130px}
  .pt-lg-140{padding-top:140px}
  .pb-lg-0{padding-bottom:0!important}
  .pb-lg-10{padding-bottom:10px}
  .pb-lg-20{padding-bottom:20px}
  .pb-lg-30{padding-bottom:30px}
  .pb-lg-40{padding-bottom:40px}
  .pb-lg-50{padding-bottom:50px}
  .pb-lg-60{padding-bottom:60px}
  .pb-lg-70{padding-bottom:70px}
  .pb-lg-80{padding-bottom:80px}
  .pb-lg-90{padding-bottom:90px}
  .pb-lg-100{padding-bottom:100px}
  .pb-lg-110{padding-bottom:110px}
  .pb-lg-120{padding-bottom:120px}
  .pb-lg-130{padding-bottom:130px}
  .pb-lg-140{padding-bottom:140px}
  }

  @media only screen and (max-width:1024px){
    .mt-md-0{margin-top:0!important}
    .mt-md-10{margin-top:10px}
    .mt-md-20{margin-top:20px}
    .mt-md-30{margin-top:30px}
    .mt-md-40{margin-top:40px}
    .mt-md-50{margin-top:50px}
    .mt-md-60{margin-top:60px}
    .mt-md-70{margin-top:70px}
    .mt-md-80{margin-top:80px}
    .mt-md-90{margin-top:90px}
    .mt-md-100{margin-top:100px}
    .mt-md-110{margin-top:110px}
    .mt-md-120{margin-top:120px}
    .mt-md-130{margin-top:130px}
    .mt-md-140{margin-top:140px}
    .mb-md-0{margin-bottom:0!important}
    .mb-md-10{margin-bottom:10px}
    .mb-md-20{margin-bottom:20px}
    .mb-md-30{margin-bottom:30px}
    .mb-md-40{margin-bottom:40px}
    .mb-md-50{margin-bottom:50px}
    .mb-md-60{margin-bottom:60px}
    .mb-md-70{margin-bottom:70px}
    .mb-md-80{margin-bottom:80px}
    .mb-md-90{margin-bottom:90px}
    .mb-md-100{margin-bottom:100px}
    .mb-md-110{margin-bottom:110px}
    .mb-md-120{margin-bottom:120px}
    .mb-md-130{margin-bottom:130px}
    .mb-md-140{margin-bottom:140px}
    .pt-md-0{padding-top:0!important}
    .pt-md-10{padding-top:10px}
    .pt-md-20{padding-top:20px}
    .pt-md-30{padding-top:30px}
    .pt-md-40{padding-top:40px}
    .pt-md-50{padding-top:50px}
    .pt-md-60{padding-top:60px}
    .pt-md-70{padding-top:70px}
    .pt-md-80{padding-top:80px}
    .pt-md-90{padding-top:90px}
    .pt-md-100{padding-top:100px}
    .pt-md-110{padding-top:110px}
    .pt-md-120{padding-top:120px}
    .pt-md-130{padding-top:130px}
    .pt-md-140{padding-top:140px}
    .pb-md-0{padding-bottom:0!important}
    .pb-md-10{padding-bottom:10px}
    .pb-md-20{padding-bottom:20px}
    .pb-md-30{padding-bottom:30px}
    .pb-md-40{padding-bottom:40px}
    .pb-md-50{padding-bottom:50px}
    .pb-md-60{padding-bottom:60px}
    .pb-md-70{padding-bottom:70px}
    .pb-md-80{padding-bottom:80px}
    .pb-md-90{padding-bottom:90px}
    .pb-md-100{padding-bottom:100px}
    .pb-md-110{padding-bottom:110px}
    .pb-md-120{padding-bottom:120px}
    .pb-md-130{padding-bottom:130px}
    .pb-md-140{padding-bottom:140px}
  }

    @media only screen and (max-width:768px){
      .mt-sm-0{margin-top:0!important}
      .mt-sm-10{margin-top:10px}
      .mt-sm-20{margin-top:20px}
      .mt-sm-30{margin-top:30px}
      .mt-sm-40{margin-top:40px}
      .mt-sm-50{margin-top:50px}
      .mt-sm-60{margin-top:60px}
      .mt-sm-70{margin-top:70px}
      .mt-sm-80{margin-top:80px}
      .mt-sm-90{margin-top:90px}
      .mt-sm-100{margin-top:100px}
      .mt-sm-110{margin-top:110px}
      .mt-sm-120{margin-top:120px}
      .mt-sm-130{margin-top:130px}
      .mt-sm-140{margin-top:140px}
      .mb-sm-0{margin-bottom:0!important}
      .mb-sm-10{margin-bottom:10px}
      .mb-sm-20{margin-bottom:20px}
      .mb-sm-30{margin-bottom:30px}
      .mb-sm-40{margin-bottom:40px}
      .mb-sm-50{margin-bottom:50px}
      .mb-sm-60{margin-bottom:60px}
      .mb-sm-70{margin-bottom:70px}
      .mb-sm-80{margin-bottom:80px}
      .mb-sm-90{margin-bottom:90px}
      .mb-sm-100{margin-bottom:100px}
      .mb-sm-110{margin-bottom:110px}
      .mb-sm-120{margin-bottom:120px}
      .mb-sm-130{margin-bottom:130px}
      .mb-sm-140{margin-bottom:140px}
      .pt-sm-0{padding-top:0!important}
      .pt-sm-10{padding-top:10px}
      .pt-sm-20{padding-top:20px}
      .pt-sm-30{padding-top:30px}
      .pt-sm-40{padding-top:40px}
      .pt-sm-50{padding-top:50px}
      .pt-sm-60{padding-top:60px}
      .pt-sm-70{padding-top:70px}
      .pt-sm-80{padding-top:80px}
      .pt-sm-90{padding-top:90px}
      .pt-sm-100{padding-top:100px}
      .pt-sm-110{padding-top:110px}
      .pt-sm-120{padding-top:120px}
      .pt-sm-130{padding-top:130px}
      .pt-sm-140{padding-top:140px}
      .pb-sm-0{padding-bottom:0!important}
      .pb-sm-10{padding-bottom:10px}
      .pb-sm-20{padding-bottom:20px}
      .pb-sm-30{padding-bottom:30px}
      .pb-sm-40{padding-bottom:40px}
      .pb-sm-50{padding-bottom:50px}
      .pb-sm-60{padding-bottom:60px}
      .pb-sm-70{padding-bottom:70px}
      .pb-sm-80{padding-bottom:80px}
      .pb-sm-90{padding-bottom:90px}
      .pb-sm-100{padding-bottom:100px}
      .pb-sm-110{padding-bottom:110px}
      .pb-sm-120{padding-bottom:120px}
      .pb-sm-130{padding-bottom:130px}
      .pb-sm-140{padding-bottom:140px}
}

      @media only screen and (max-width:767px){
        .mt-xs-0{margin-top:0!important}
        .mt-xs-10{margin-top:10px}
        .mt-xs-20{margin-top:20px}
        .mt-xs-30{margin-top:30px}
        .mt-xs-40{margin-top:40px}
        .mt-xs-50{margin-top:50px}
        .mt-xs-60{margin-top:60px}
        .mt-xs-70{margin-top:70px}
        .mt-xs-80{margin-top:80px}
        .mt-xs-90{margin-top:90px}
        .mt-xs-100{margin-top:100px}
        .mt-xs-110{margin-top:110px}
        .mt-xs-120{margin-top:120px}
        .mt-xs-130{margin-top:130px}
        .mt-xs-140{margin-top:140px}
        .mb-xs-0{margin-bottom:0!important}
        .mb-xs-10{margin-bottom:10px}
        .mb-xs-20{margin-bottom:20px}
        .mb-xs-30{margin-bottom:30px}
        .mb-xs-40{margin-bottom:40px}
        .mb-xs-50{margin-bottom:50px}
        .mb-xs-60{margin-bottom:60px}
        .mb-xs-70{margin-bottom:70px}
        .mb-xs-80{margin-bottom:80px}
        .mb-xs-90{margin-bottom:90px}
        .mb-xs-100{margin-bottom:100px}
        .mb-xs-110{margin-bottom:110px}
        .mb-xs-120{margin-bottom:120px}
        .mb-xs-130{margin-bottom:130px}
        .mb-xs-140{margin-bottom:140px}
        .pt-xs-0{padding-top:0!important}
        .pt-xs-10{padding-top:10px}
        .pt-xs-20{padding-top:20px}
        .pt-xs-30{padding-top:30px}
        .pt-xs-40{padding-top:40px}
        .pt-xs-50{padding-top:50px}
        .pt-xs-60{padding-top:60px}
        .pt-xs-70{padding-top:70px}
        .pt-xs-80{padding-top:80px}
        .pt-xs-90{padding-top:90px}
        .pt-xs-100{padding-top:100px}
        .pt-xs-110{padding-top:110px}
        .pt-xs-120{padding-top:120px}
        .pt-xs-130{padding-top:130px}
        .pt-xs-140{padding-top:140px}
        .pb-xs-0{padding-bottom:0!important}
        .pb-xs-10{padding-bottom:10px}
        .pb-xs-20{padding-bottom:20px}
        .pb-xs-30{padding-bottom:30px}
        .pb-xs-40{padding-bottom:40px}
        .pb-xs-50{padding-bottom:50px}
        .pb-xs-60{padding-bottom:60px}
        .pb-xs-70{padding-bottom:70px}
        .pb-xs-80{padding-bottom:80px}
        .pb-xs-90{padding-bottom:90px}
        .pb-xs-100{padding-bottom:100px}
        .pb-xs-110{padding-bottom:110px}
        .pb-xs-120{padding-bottom:120px}
        .pb-xs-130{padding-bottom:130px}
        .pb-xs-140{padding-bottom:140px}
}

@media only screen and (max-width:480px){
  .mt-xxs-0{margin-top:0!important}
  .mt-xxs-10{margin-top:10px}
  .mt-xxs-20{margin-top:20px}
  .mt-xxs-30{margin-top:30px}
  .mt-xxs-40{margin-top:40px}
  .mt-xxs-50{margin-top:50px}
  .mt-xxs-60{margin-top:60px}
  .mt-xxs-70{margin-top:70px}
  .mt-xxs-80{margin-top:80px}
  .mt-xxs-90{margin-top:90px}
  .mt-xxs-100{margin-top:100px}
  .mt-xxs-110{margin-top:110px}
  .mt-xxs-120{margin-top:120px}
  .mt-xxs-130{margin-top:130px}
  .mt-xxs-140{margin-top:140px}
  .mb-xxs-0{margin-bottom:0!important}
  .mb-xxs-10{margin-bottom:10px}
  .mb-xxs-20{margin-bottom:20px}
  .mb-xxs-30{margin-bottom:30px}
  .mb-xxs-40{margin-bottom:40px}
  .mb-xxs-50{margin-bottom:50px}
  .mb-xxs-60{margin-bottom:60px}
  .mb-xxs-70{margin-bottom:70px}
  .mb-xxs-80{margin-bottom:80px}
  .mb-xxs-90{margin-bottom:90px}
  .mb-xxs-100{margin-bottom:100px}
  .mb-xxs-110{margin-bottom:110px}
  .mb-xxs-120{margin-bottom:120px}
  .mb-xxs-130{margin-bottom:130px}
  .mb-xxs-140{margin-bottom:140px}
  .pt-xxs-0{padding-top:0!important}
  .pt-xxs-10{padding-top:10px}
  .pt-xxs-20{padding-top:20px}
  .pt-xxs-30{padding-top:30px}
  .pt-xxs-40{padding-top:40px}
  .pt-xxs-50{padding-top:50px}
  .pt-xxs-60{padding-top:60px}
  .pt-xxs-70{padding-top:70px}
  .pt-xxs-80{padding-top:80px}
  .pt-xxs-90{padding-top:90px}
  .pt-xxs-100{padding-top:100px}
  .pt-xxs-110{padding-top:110px}
  .pt-xxs-120{padding-top:120px}
  .pt-xxs-130{padding-top:130px}
  .pt-xxs-140{padding-top:140px}
  .pb-xxs-0{padding-bottom:0!important}
  .pb-xxs-10{padding-bottom:10px}
  .pb-xxs-20{padding-bottom:20px}
  .pb-xxs-30{padding-bottom:30px}
  .pb-xxs-40{padding-bottom:40px}
  .pb-xxs-50{padding-bottom:50px}
  .pb-xxs-60{padding-bottom:60px}
  .pb-xxs-70{padding-bottom:70px}
  .pb-xxs-80{padding-bottom:80px}
  .pb-xxs-90{padding-bottom:90px}
  .pb-xxs-100{padding-bottom:100px}
  .pb-xxs-110{padding-bottom:110px}
  .pb-xxs-120{padding-bottom:120px}
  .pb-xxs-130{padding-bottom:130px}
  .pb-xxs-140{padding-bottom:140px}

}


.warenkorbnavigation {
  padding: 24px 24px;
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 99999;
}

.warenkorbnavigation img {
  max-width: 35px !important;
}

.mod-backtotop .backtotop {
    background: url(../images/batterieberg-css-sprite.png) no-repeat 12px -1385px transparent !important;
}

input#coupon_code {
    width: 105px !important;
}

a.showcoupon {
color: #568f96 !important;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: left !important;
    width: 100%;
    margin-top: 20px;
}

.pagb {
  font-weight: bold;
  margin-top:30px !important;
}

.hustle-ui.module_id_1 .hustle-layout {
    background-color: #222222 !important;
    box-shadow: 0px 0px 40px #222222 !important;
}

.hustle-ui.module_id_1 .hustle-popup-mask {
    background-color: #ebebeb !important;
}

.hustle-content {padding-top:20px !important; padding-bottom:45px !important; }

.hustle-ui .hustle-button-icon.hustle-button-close {
    display: none !important;
}

button#sichtbar {
	display: inline-block !important;
	width: 100%;
	padding: 17px 10px 35px 10px;
	text-align: center;
	margin-top: 40px;
  background-color:rgba(86,143,150,.8);
  color:#ffffff !important;
  text-align: center;
  -webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}

button#sichtbar:hover {
  background-color:rgba(86,143,150,1);
}



.col-md-6 {width:50% !important;padding:0px 15px; float:left;}

.hustle-content h1, .hustle-content p {
  color:#ffffff !important;
}

.hustle-content p {
  font-size:18px !important;
}

.hustle-ui .hustle-button-icon [class*=hustle-icon-] {
  font-size:15px !important;
}


.tac {
  text-align: center !important;
}

.hustle-ui .hustle-button-icon [class*=hustle-icon-]:before {
    display: none !important;
}

.page-id-3716 .mod-content, .page-id-3725 .mod-content,  .page-id-2852 .mod-content {
    min-height: 100vh;
}

.page-id-20 h2, .page-id-1995 h2  {
  margin-top:30px !important;
  margin-bottom:10px !important;
}

.page-id-20 h3, .page-id-1995 h3  {
  margin-top:25px !important;
  margin-bottom:20px !important;
}

a.medium.cli-plugin-button.cli-plugin-main-button.cli_settings_button {
  background:transparent !important;
  text-decoration: underline !important;
}

a#CONSTANT_OPEN_URL {
  font-size:13px !important;
}

#cookie-law-info-bar[data-cli-style="cli-style-v2"] {
    padding: 3px 25px !important;
}

.wt-cli-ckyes-brand-logo {
  display: none !important;
}


div#cookie-law-info-bar {
  z-index: 999992;
}

.cli-tab-footer .wt-cli-privacy-accept-btn {
    background-color: #568f96 !important;
}


.sprachenswitch {
  padding: 24px 24px;
    position: absolute;
    top: -10px;
    right: -25px;
    z-index: 99999;
    display: inline-block;
}

.sprachenswitch a {
  font-size:16px;
}

.padbot50 {
  padding-bottom:50px !important;
}
/* Bootstrap Part Start */

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {float: left;}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}



@media only screen and (min-width: 601px) and (max-width: 8000px) {


  .col-md-3 {
    width: 25%;
  }

  .col-md-9 {
    width: 75%;
  }

}


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


  .col-md-3 {
    width: 100%;
  }

  .col-md-9 {
    width: 100%;
  }

.fotosteillagenfoerderung {
  display: block;
  margin: 0 auto;
}


}






/* Bootstrap Part Ende */

/* Meine Änderungen Ende */








/* Deviceoptimierung Anfang */


@media only screen and (min-width: 3840px) and (max-width: 8000px) {

.warenkorbdesktop {display: inline-block;}
.warenkorbmobil {display: none;}

}


@media only screen and (min-width: 2560px) and (max-width: 3839px) {

  .warenkorbdesktop {display: inline-block;}
  .warenkorbmobil {display: none;}

}


@media only screen and (min-width: 1920px) and (max-width: 2559px) {

  .warenkorbdesktop {display: inline-block;}
  .warenkorbmobil {display: none;}

}



@media only screen and (min-width: 1680px) and (max-width: 1919px) {

  .warenkorbdesktop {display: inline-block;}
  .warenkorbmobil {display: none;}

}



@media only screen and (min-width: 1600px) and (max-width: 1679px) {


  .warenkorbdesktop {display: inline-block;}
  .warenkorbmobil {display: none;}
}




@media only screen and (min-width: 1300px) and (max-width: 1599px) {

  .warenkorbdesktop {display: inline-block;}
  .warenkorbmobil {display: none;}

}


@media only screen and (min-width: 1110px) and (max-width: 1299px) {


  .warenkorbdesktop {display: inline-block;}
  .warenkorbmobil {display: none;}
}






@media only screen and (min-width: 992px) and (max-width: 1109px) {

  .hustle-info.hustle-info--default {
      margin-top: -150px !important;
  }

  .warenkorbdesktop {display: inline-block;}
  .warenkorbmobil {display: none;}

}





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

  .hustle-info.hustle-info--default {
      margin-top: -150px !important;
  }


  .warenkorbdesktop {display: none;}
  .warenkorbmobil {display: inline-block;}

  .warenkorbnavigation {
      left: 26px;
  }

  .hustle-content {
      min-height: 320px;
  }


  .sprachenswitch {
      position: relative;
      right: 0;
      display: block;
      text-align: center;
  }

  .sprachenswitch a {
    font-size: 19px;
    margin:0 6px;
}

}




@media only screen and (min-width: 768px) and (max-width: 799px) {


  .hustle-info.hustle-info--default {
      margin-top: -150px !important;
  }


  .warenkorbdesktop {display: none;}
  .warenkorbmobil {display: inline-block;}

  .warenkorbnavigation {
      left: 26px;
  }

  .hustle-content {
      min-height: 320px;
  }

  .sprachenswitch {
      position: relative;
      right: 0;
      display: block;
      text-align: center;
  }

  .sprachenswitch a {
    font-size: 19px;
    margin:0 6px;
}

}






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

  .hustle-info.hustle-info--default {
      margin-top: -150px !important;
  }


  .warenkorbdesktop {display: none;}
  .warenkorbmobil {display: inline-block;}

  .warenkorbnavigation {
      left: -5px;
  }

  .hustle-content {
    min-height: 385px;
  }

  .col-md-6 {
    width: 100% !important;
}

.sprachenswitch {
    position: relative;
    right: 0;
    display: block;
    text-align: center;
}

.sprachenswitch a {
  font-size: 19px;
  margin:0 6px;
}

}




@media only screen and (min-width: 321px) and (max-width: 599px) {


  .hustle-info.hustle-info--default {
      margin-top: -150px !important;
  }


  .warenkorbdesktop {display: none;}
  .warenkorbmobil {display: inline-block;}

  .warenkorbnavigation {
      padding: 13px 24px;
      left: -5px;
  }

  .hustle-content {
    min-height: 420px;
    padding-top: 10px !important;
  }

  .col-md-6 {
    width: 100% !important;
}

.sprachenswitch {
    position: relative;
    right: 0;
    display: block;
    text-align: center;
}

.sprachenswitch a {
  font-size: 19px;
  margin:0 6px;
}

}





@media only screen and (min-width: 1px) and (max-width: 320px) {


    .hustle-info.hustle-info--default {
        margin-top: -150px !important;
    }


    .warenkorbdesktop {display: none;}
    .warenkorbmobil {display: inline-block;}

    .warenkorbnavigation {
        padding: 13px 24px;
        left: -8px;
    }

    .hustle-content {
      min-height: 420px;
      padding-top: 10px !important;
    }

    .col-md-6 {
      width: 100% !important;
  }

  .sprachenswitch {
      position: relative;
      right: 0;
      display: block;
      text-align: center;
  }

  .sprachenswitch a {
    font-size: 19px;
    margin:0 6px;
  }

}


/* Deviceoptimierung Ende*/
