/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}

@font-face {
	font-family: "Handvetica_160212";
	src: url("../fonts/Handvetica_160212.eot");
	src: url("../fonts/Handvetica_160212.eot") format("embedded-opentype"), url("../fonts/Handvetica_160212.woff2") format("woff2"), url("../fonts/Handvetica_160212.woff") format("woff"), url("../fonts/Handvetica_160212.ttf") format("truetype"), url("../fonts/Handvetica_160212.svg#Handvetica_160212") format("svg");
}

.link-header .menu,
.link-header .lang,
#nav ul,
.listing-block .list,
.list-cross-block ul,
footer .menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer .menu li a {
	color: white;
}
.clearfix:after,
.welcome-block:after,
.welcome-block .text:after,
.container:after {
	content: "";
	display: block;
	clear: both;
}
.ellipsis {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
html {
	box-sizing: border-box;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}
* {
	max-height: 1000000px;
}
body {
	color: #000;
	background: #fff;
	font: 13px / 1.2 "Handvetica_160212", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.gm-style img {
	max-width: none;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: 400;
	margin: 0 0 .5em;
	color: inherit;
}
h1,
.h1 {
	font-size: 22px;
}
h2,
.h2 {
	font-size: 18px;
}
h3,
.h3 {
	font-size: 16px;
}
h4,
.h4 {
	font-size: 21px;
}
h5,
.h5 {
	font-size: 17px;
}
h6,
.h6 {
	font-size: 15px;
}
p {
	margin: 0 0 1em;
}
a {
	/*color: #999;*/
	color: #a92a32;
	text-decoration: none;
}
a.white-link {
	color: white !important;
}
.grey-link,
.grey-link a {
	color: #999 !important;
}
a:hover,
a:focus {
	text-decoration: underline;
}
form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: .4em .7em;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}
input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #A92A32;
}
input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #A92A32;
}
input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #A92A32;
}
input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #A92A32;
}
input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #A92A32;
}
select {
	-webkit-border-radius: 0;
}
textarea {
	resize: vertical;
	vertical-align: top;
}
button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}
#header {
	background: no-repeat 50% 91%/cover;
	position: relative;
	z-index: 99;
}

/* Sticky header */
.sticky{
	height: 120px;
	position: fixed !important;
	width: 100%;
	top: 0;
}
.sticky .logo img{

	width: 110px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;

}
.sticky .nav-slide {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	padding-bottom: 39px;
	font-size: 26px;
}
.sticky .region-main-navigation > ul {
	letter-spacing: 0;
}
.sticky .heading-wrap {
	display: none;
}
.link-header {
	padding: 8px 0 0;
	margin: 0 0 20px;
	letter-spacing: -4px;
	font-size: 0;
	line-height: 0;
	z-index: 9999;
}
.link-header .menu {
	letter-spacing: 0;
	overflow: hidden;
}
.link-header .menu li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 10px;
	margin: 0 0 8px;
}
.link-header .menu li:first-child:before {
	content: "";
	display: none;
}
.link-header .menu li:before {
	content: "";
	background: #fff;
	width: 2px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.link-header .lang {
	letter-spacing: 0;
	overflow: hidden;
}
.link-header .lang li {
	display: inline-block;
	vertical-align: top;
	margin: 0 2px 8px;
}
.link-header .lang li.active a {
	background: #b82324;
	color: #fff;
}
.link-header .lang a {
	white-space: nowrap;
	text-align: center;
	font-size: 13px;
	line-height: 17px;
	background: #fff;
	display: block;
	color: #050000;
	width: 31px;
	height: 31px;
	border-radius: 20px;
	-webkit-transition: all .1s linear 0s;
	transition: all .1s linear 0s;
}
.link-header .lang a:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 100%;
}
.link-header .lang a > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}
.link-header .lang a:hover {
	background: #b82324;
	color: #fff;
	opacity: 1;
}
.link-header a {
	font-size: 13px;
	line-height: 17px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
.link-header a:hover {
	color:#ccc;
}
.link-header .text-international {
	display: block;
	letter-spacing: 0;
}
.main-header {
	overflow: visible;
	position: relative;
	max-height: 160px;
	z-index: 9999;
}
.logo {
	float: left;
	max-width: 153px;
	margin: 0 0 15px;
}
.nav-opener {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	float: right;
	width: 40px;
	height: 40px;
	background: #fff;
	position: relative;
	border-radius: 3px;
	margin: 28px 0 0;
	-webkit-transition: all .1s linear 0s;
	transition: all .1s linear 0s;
}
@media (min-width: 768px) {
	.zh-check {
		display: none;
	}
}
.zh-check {
	float: right;
	margin: 41px 5px 0 0;
}
.nav-opener:hover {
	background: #b82324;
}
.nav-opener:hover span,
.nav-opener:hover:before,
.nav-opener:hover:after {
	background: #fff;
}
.nav-active .nav-opener {
	background: #b82324;
}
.nav-active .nav-opener span {
	opacity: 0;
}
.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15%;
	right: 15%;
}
.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.nav-opener span,
.nav-opener:before,
.nav-opener:after {
	background: #050000;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 25%;
	right: 25%;
	height: 4px;
	margin-top: -2px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}
.nav-active .nav-opener span,
.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	background: #fff;
}
.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 30%;
}
.nav-opener:after {
	top: 70%;
}
.nav-slide {
	background: rgba(0, 0, 0, .7);
	position: fixed;
	top: 148px;
	bottom: 0;
	margin-left: 60px;
	width: 100%;
	overflow: visible;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: -webkit-transform .25s linear 0s;
	transition: transform .25s linear 0s;
}
.nav-slide#es {
	margin-left: 0;
}
.resize-active .nav-slide {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}
.nav-active .nav-slide {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
#nav {
	background: #b82324;
}
#nav ul li a {
	display: block;
	padding: 10px 15px;
	color: #fff;
	text-decoration: none;
}
#nav ul li a:hover {
	background: #fff;
	color: #050000;
}
.text-leonardo {
	position: relative;
	margin-right: 5px;
}
.text-leonardo .reg {
	font-size: 10px;
	top: 6px;
	display: inline-block;
	vertical-align: top;
}
h2 .text-leonardo .reg {
	font-size: 13px;
}
.text-leonardo .reg.ex {
	top: 6px;
}
.text-stay {
	position: relative;
	margin-right: 5px;
}
.text-stay .tm {
	font-size: 10px;
	display: inline-block;
	vertical-align: top;
	top: 9px;
}
#main {
	margin: -7px 0 0;
	position: relative;
	z-index: 2;
}
.banner {
	position: relative;
}
.banner img {
	width: 100%;
}
.banner .caption {
	text-align: center;
	position: absolute;
	top: 8px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: 68px;
	margin: 0 0 0 21px;
}
.banner .caption h1 {
	font-size: 18px;
	color: #fff;
}
.banner .caption h1 span {
	display: block;
}
.banner .caption h1 .text-mit {
	font-size: 12px;
}
.banner .caption h1 .text-fleisch {
	font-size: 15px;
}
.welcome-block {
	background: no-repeat 50% 0/cover;
	position: relative;
	padding: 69px 0 0;
	margin: -8px 0 0;
	z-index: 0;
}
.product .welcome-block {
	padding: 19px 0 14px;
}
.welcome-block .text {
	max-width: 742px;
	margin: 0 auto;
	text-align: center;
}
.welcome-block .text:after {
	display: table;
}
.welcome-block .text h2 {
	margin: 0 0 13px;
	line-height: 1;
}
.made-img {
	position: absolute;
	text-align: right;
	left: 0;
	right: 0;
	top: -11px;
	display: none;
}
.heading-holds {
	position: relative;
	z-index: -2;
}
.heading-wrap {
	position: absolute;
	top: 120px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
}
.product .heading-wrap {
	max-width: 200px;
	top: 10px;
}
.heading-wrap h2 {
	max-width: 163px;
}
.slick-slider {
	max-width: 290px;
	margin: 0 auto 24px;
}
.slick-slider .slide {
	text-align: center;
	margin: 0 auto;
}
.slick-slider .slider .slick-arrow {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	background: url("../images/sprite.png") no-repeat;
	background-size: 270px;
	font-size: 0;
	line-height: 0;
	width: 43px;
	height: 54px;
	display: inline-block;
	vertical-align: top;
	border: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9;
}
.slick-slider .slider .slick-arrow:hover {
	opacity: .5;
}
.slick-slider .slider .slick-arrow.slick-prev {
	background-position: -166px -131px;
	left: 0;
}
.slick-slider .slider .slick-arrow.slick-next {
	background-position: -216px -131px;
	right: 0;
}
.row {
	overflow: hidden;
}
.listing-block {
	background: no-repeat 50% 0/cover;
	padding: 0 0 15px;
}
.listing-block .row {
	max-width: 480px;
	margin: 0 auto;
}
.listing-block .image-holder {
	margin: 0 0 6px;
	text-align: center;
}
.listing-block .column {
	margin: 0 0 35px;
}
.listing-block .column:last-child {
	margin: 0;
}
.listing-block .column:last-child .text:before {
	content: none;
	display: none;
}
.listing-block .text {
	max-width: 251px;
	margin: 0 auto;
}
.listing-block h2 {
	color: #fff;
	margin: 0 0 30px;
}
.listing-block .list li {
	font-size: 16px;
	color: #fff;
	margin: 0 0 20px 57px;
	position: relative;
}
.listing-block .list li span {
	font-size: 13px;
	display: block;
}
.add-block {
	background: no-repeat 50% 0/cover;
	margin-top: -5px;
	text-align: center;
	padding: 22px 0 0;
}
.add-block .text {
	color: #fff;
}
.add-block .text h1 {
	margin: 0 0 10px;
}
.add-block .text h2 {
	margin: 0 0 9px;
}
.add-block .text p {
	margin: 0 0 29px;
}
.add-block strong {
	font-size: 15px;
	display: block;
}
.add-block .img-holds {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.add-block .img-holds .img-left,
.add-block .img-holds .img-right {
	width: 50%;
	display: table-cell;
}
.add-block .img-holds .img-left img,
.add-block .img-holds .img-right img {
	vertical-align: bottom;
}
.description-block {
	background: no-repeat 50% 0/cover;
	color: #fff;
	text-align: center;
	padding: 29px 0 26px;
	margin: -15px 0 0;
	position: relative;
	z-index: 1;
}
.description-block h2 {
	margin: 0 0 12px;
}
.description-block p {
	margin: 0 0 20px;
}
.description-block .column {
	margin: 0 0 50px;
}
.description-block .column:last-child {
	margin: 0;
}
.description-block .column:last-child:before {
	content: none;
	display: none;
}
.description-block img {
	max-width: 118px;
}
.text-block {
	background: no-repeat 50% 0/cover;
	text-align: center;
	padding-top: 20px;
	position: relative;
	margin: -9px 0 0;
	z-index: 2;
}
.text-block .img-holds {
	position: absolute;
	left: 0;
	right: 80%;
	top: 7px;
	max-width: 66px;
}
.text-block h2 {
	margin: 0 0 13px;
}
.text-block p {
	margin: 0 0 20px;
}
.list-cross-block {
	background: no-repeat 50% 0/cover;
	color: #fff;
	padding: 20px 0 0;
}
.list-cross-block .row {
	max-width: 480px;
	margin: 0 auto;
}
.list-cross-block h2 {
	margin: 0 0 17px;
	text-align: center;
}
.list-cross-block h3 {
	margin: 0 0 11px;
}
.list-cross-block .col {
	margin: 0 0 30px;
}
.list-cross-block .col + .col ul li:before {
	background-position: -67px -38px;
}
.list-cross-block ul li {
	position: relative;
	padding-left: 25px;
	margin: 0 0 11px;
}
.list-cross-block ul li:before {
	content: "";
	background: url("../images/sprite.png") no-repeat -67px -17px;
	width: 18px;
	height: 19px;
	position: absolute;
	top: 2px;
	left: 0;
}
.block {
	background: no-repeat 50% 0/cover;
	position: relative;
}
.text-desc .img-holds {
	display: none;
}
.product-description {
	color: #fff;
	padding: 27px 0;
	margin: 0 auto;
}
.product-description h2 {
	color: #fff;
	line-height:35px;
}
.tabs-description h2  {
	font-size: 30px;
	line-height: 32px;
	text-align: center;
}
#verpackung {
	text-align: center;
}
.product-description .heading-holder {
	text-align: center;
}
.product-description .protein-desc {
	text-align: left;
}
#moist.product-description .protein-desc div {
	text-align: right;
}
#moist.product-description .protein-desc .subtitle {
	font-size: 30px;
}
.product-description .protein-desc#tabs {
	font-size: 24px;
}
.product-description .protein-desc h2 {
	line-height: 1;
}
.product-description .protein-desc span {
	font-size: 32px;
}
.product-description .protein-desc span + br + span {
	font-size: 12px;
	display: inline-block;
	vertical-align: top;
}
.product-description .protein-desc h3 span {
	font-size: 30px;
}
.product-description .protein-desc h3 span + br + span {
	font-size: 12px;
	display: inline-block;
	vertical-align: top;
}
.product-description .img-desc {
	display: none;
}
.product-description .link-holds {
	text-align: center;
	margin: 0 0 10px;
}
.product-description .link-holds a:hover {
	opacity: .7;
}
.product-description .left-col {
	float: left;
	width: 50%;
	padding: 0 5px;
	position: relative;
}
.product-description .right-col {
	float: left;
	width: 75%;
	padding: 0 5px;
}
.product-description .label {
	overflow: hidden;
	margin: 0 0 20px;
	position: relative;
}
.product-description .label + .label {
	text-align: center;
	margin: 0;
}
.product-description .label .icon-cat {
	display: block;
	float: left;
	margin-right: 15px;
}
.product-description .label .text {
	overflow: hidden;
	padding: 14px 0 0;
}
.product-description .label .text:only-child {
	padding: 0;
	text-align: center;
}
.icon-cat {
	background: url("../images/sprite.png") no-repeat -9px -86px;
	width: 115px;
	height: 95px;
	display: inline-block;
	vertical-align: top;
}
.vitamin-block {
	color: #fff;
	padding: 20px 0;
	max-width: 444px;
	margin: 0 auto;
	overflow: hidden;
	display: table;
	table-layout: fixed;
	width: 100%;
}
.vitamin-block h2 {
	margin: 0 0 15px;
	text-align: center;
	color: white;
}
.vitamin-block h2 br {
	display: none;
}
.vitamin-block .text {
	font-size: 16px;
}
.vitamin-block .text p {
	margin: 0 0 5px;
}
.vitamin-block .text .per {
	font-size: 24px;
}
.vitamin-block .img-wrap {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	width: 100px;
}
.vitamin-block .vitamin-text-wrap {
	display: table-cell;
	vertical-align: middle;
}
.vitamin-block .vitamin-text {
	display: inline-block;
	vertical-align: bottom;
	max-width: 192px;
}
.vitamin-block .per {
	display: inline-block;
	vertical-align: bottom;
}
.package-block {
	background: no-repeat 50% 0/cover;
	position: relative;
	z-index: 2;
	margin: -11px;
}
.package-wrap {
	text-align: center;
	padding: 20px 0 0;
}
.package-wrap h2 {
	margin: 0 0 20px;
}
.package-wrap img {
	max-width: 150px;
}
.package-wrap .column {
	margin: 0 auto 40px;
}
.package-wrap h3 {
	margin: 0 0 5px;
}
.package-wrap h3 a {
	color: #000;
	text-decoration: none;
}
.package-wrap h3 a:hover {
	opacity: .7;
}
.product-benefit {
	color: #fff;
	text-align: center;
	padding: 30px 0 0;
}
.product-benefit h2 {
	margin: 0 0 20px;
	color: white;
}
.product-benefit .column {
	margin: 0 0 40px;
}
.product-benefit [class^="icon-"] {
	background: url(../images/sprite.png) no-repeat;
	width: 101px;
	height: 99px;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 10px;
}
.product-benefit [class^="icon-"].icon-provital {
	background-position: -134px -89px;
}
.product-benefit [class^="icon-"].icon-teeth {
	background-position: -257px -90px;
}
.product-benefit [class^="icon-"].icon-device {
	background-position: -382px -90px;
}
.analyse-block {
	background: no-repeat 50% 0/cover;
	margin: -10px 0 0;
	position: relative;
	z-index: 2;
}
.analyse-wrap {
	text-align: center;
	padding: 40px 0 50px;
}
.analyse-wrap h2 {
	margin: 0 0 20px;
}
.analyse-wrap h3 {
	line-height: 1;
}
.analyse-wrap .column {
	margin: 0 0 40px;
}
.addeptive-layout {
	background: no-repeat 50% 0/cover;
	margin: -10px 0 0;
	position: relative;
	z-index: 2;
	padding: 101px 0 20px;
	color: #fff;
}
.addeptive-layout:before {
	content: "";
	background: url(../images/sprite.png) no-repeat -144px -222px;
	width: 152px;
	height: 140px;
	position: absolute;
	top: -49px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.addeptive-layout .img-holds {
	display: none;
}
.addeptive-layout h2 {
	text-align: center;
	color: white;
}
.addeptive-layout table {
	width: 100%;
	text-align: center;
}
.addeptive-layout table th,
.addeptive-layout table td {
	font-weight: 400;
	padding: 4px;
	border: solid #fff;
	border-width: 0 1px 1px 0;
	vertical-align: bottom;
	width: 33.3%;
}
.addeptive-layout table th:last-child,
.addeptive-layout table td:last-child {
	border-width: 0 0 1px;
}
.addeptive-layout table thead {
	border: solid #fff;
	border-width: 0 0 1px;
}
.addeptive-layout table tbody tr:last-child td {
	border-width: 0 1px 0 0;
}
.addeptive-layout table tbody tr:last-child td:last-child {
	border-width: 0;
}
.intro-column {
	background: no-repeat 50% 0/cover;
	margin: -13px 0 0;
	position: relative;
	z-index: 2;
	text-align: center;
	padding: 30px 0 0;
}
.intro-column img {
	max-width: 208px;
	margin: 0 0 10px;
}
.intro-column h2 {
	margin: 0 0 28px;
}
.intro-column .column:last-child {
	margin: 0 0 30px;
}
.intro-column .column a {
	color: #A92A32;
}
.intro-column .column a:hover {
	opacity: .7;
}
.footer-b {
	background: url("/sites/all/themes/leonardo2016/images/img-bg03.png") no-repeat 50% 0/cover;
}
#footer {
	background: no-repeat 50% 0/cover;
	position: relative;
	z-index: 0;
	margin-top: -5px;
	overflow: hidden;
}
.three-icon-link {
	text-align: center;
	padding: 20px 0 0;
	margin: 0 0 18px;
}
.three-icon-link a {
	white-space: nowrap;
	text-align: center;
	background: url(../images/img-bg05.png) no-repeat;
	font-size: 15px;
	line-height: 1;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	width: 147px;
	height: 149px;
	padding: 15px;
	text-decoration: none;
	margin: 0 0 20px;
	-webkit-transition: opacity .1s linear 0s;
	transition: opacity .1s linear 0s;
}
.three-icon-link a:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 100%;
}
.three-icon-link a > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}
.three-icon-link a:hover {
	opacity: .7;
}
.three-icon-link [class^="icon-"] {
	display: block;
	background: url(../images/sprite.png) no-repeat;
	margin: 0 auto 10px;
}
.three-icon-link [class^="icon-"].icon-home {
	background-position: -177px -14px;
	width: 43px;
	height: 51px;
}
.three-icon-link [class^="icon-"].icon-lock {
	background-position: -105px -11px;
	width: 43px;
	height: 53px;
}
.three-icon-link [class^="icon-"].icon-message {
	background-position: -249px -19px;
	width: 71px;
	height: 47px;
}
.product .footer-b {
	padding: 66px 0 0;
}
.quick-links-wrap {
	text-align: center;
}
.quick-links-wrap .img-holds {
	display: none;
}
footer .menu {
	margin: 0 0 30px;
}
footer .menu li {
	margin: 0 4px 7px;
	display: inline-block;
	vertical-align: top;
}
footer .menu a {
	color: #000;
	text-decoration: none;
}
.product footer .menu a {
	color: #fff;
}
footer .menu a:hover {
	opacity: .7;
}
.contact-holds {
	text-align: center;
}
.product .contact-holds {
	color: #fff;
}
.contact-holds p {
	margin: 0 0 19px;
	color: white;
}
body.nav-active {
	overflow: hidden;
}
#wrapper {
	overflow: hidden;
}
.container {
	max-width: 1010px;
	margin: 0 auto;
	padding: 0 15px;
}
.product-description .img-desc {
	display: block;
	bottom: 0;
	max-width: 215px;
}
.view-display-id-block > div:nth-child(1) > div:nth-child(1) > h2:nth-child(2) {
	padding-bottom: 25px;
}
#katze-des-monats .month {
	width: 33%;
	padding: 0 20px;
}
#katze-des-monats img {
	width: 300px;
}
.vitalstoff-title {
	font-size: 24px;
	font-weight: bold;
}
#einsatzempfehlung-text ul {
	text-align: left;
}
#tabs-row {
	padding-bottom: 24px;
}

@media (min-width: 320px) {
	.hidden-kennenlernpaket {
		display: inline;
	}
	.hidden-kennenlernpaket img {
		width: 32%;
		position: absolute;
		right: -2px;
		top: 1%;
	}
	.addeptive-layout .img-holds {
		display: none;
	}
	.product-description .img-desc {
		display: block;
		right: 0;
		bottom: 170px;
		max-width:none;
	}
	.listing-block .list li a.more:before {
		content: "";
		background: url("../images/sprite.png") no-repeat -9px -17px;
		width: 45px;
		height: 46px;
		position: absolute;
		top: -4px;
		right: 100%;
		margin-right: 12px;
	}
	.listing-block .list li a#english.more::before {
		content: "";
		background: url(/sites/all/themes/leonardo2016/images/button_mehr_GB.png) no-repeat;
		width: 48px;
		height: 48px;
		position: absolute;
		top: -4px;
		right: 100%;
		margin-right: 12px;
	}
	.listing-block .list li a#french.more::before {
		content: "";
		background: url(/sites/all/themes/leonardo2016/images/button_mehr_FR.png) no-repeat;
		width: 48px;
		height: 48px;
		position: absolute;
		top: -4px;
		right: 100%;
		margin-right: 12px;
	}
	.listing-block .list li a#finish.more::before {
		content: "";
		background: url(/sites/all/themes/leonardo2016/images/button_mehr_GB.png) no-repeat;
		width: 48px;
		height: 48px;
		position: absolute;
		top: -4px;
		right: 100%;
		margin-right: 12px;
	}
	.listing-block .list li a#spanish.more::before {
		content: "";
		background: url(/sites/all/themes/leonardo2016/images/button_mehr_ES.png) no-repeat;
		width: 48px;
		height: 48px;
		position: absolute;
		top: -4px;
		right: 100%;
		margin-right: 12px;
	}
	.listing-block .list li a#italy.more::before {
		content: "";
		background: url(/sites/all/themes/leonardo2016/images/button_mehr_IT.png) no-repeat;
		width: 48px;
		height: 48px;
		position: absolute;
		top: -4px;
		right: 100%;
		margin-right: 12px;
	}
    .listing-block .list li a#nl.more::before {
        content: "";
        background: url(/sites/all/themes/leonardo2016/images/button_mehr_NL.png) no-repeat;
        width: 48px;
        height: 48px;
        position: absolute;
        top: -4px;
        right: 100%;
        margin-right: 12px;
    }
	.listing-block .list li a#greek.more::before {
		content: "";
		background: url(/sites/all/themes/leonardo2016/images/button_mehr_EL.png) no-repeat;
		width: 48px;
		height: 48px;
		position: absolute;
		top: -4px;
		right: 100%;
		margin-right: 12px;
	}
	.listing-block .list li a#czesh.more::before {
		content: "";
		width: 48px;
		height: 48px;
		position: absolute;
		top: -4px;
		right: 100%;
		margin-right: 12px;
	}
	.listing-block .list li a#romanian.more::before {
		content: "";
		width: 48px;
		height: 48px;
		position: absolute;
		top: -4px;
		right: 100%;
		margin-right: 12px;
	}
	.listing-block .list li a#hungary.more::before {
		content: "";
		background: url(/sites/all/themes/leonardo2016/images/button_mehr_HU.png) no-repeat;
		width: 48px;
		height: 48px;
		position: absolute;
		top: -4px;
		right: 100%;
		margin-right: 12px;
	}
	.listing-block .list li a#portuguese.more::before {
		content: "";
		background: url(/sites/all/themes/leonardo2016/images/button_mehr_PT.png) no-repeat;
		width: 48px;
		height: 48px;
		position: absolute;
		top: -4px;
		right: 100%;
		margin-right: 12px;
	}
	.listing-block .list li a#chinese.more::before {
		content: "";
		background: url(/sites/default/files/Icon_mehr_erfahren_50x50px.png) no-repeat;
		width: 50px;
		height: 50px;
		position: absolute;
		top: -4px;
		right: 100%;
		margin-right: 12px;
	}

	.package-wrap img {
		max-width:100%;
	}

	@media (min-width: 480px) {
		.intro-column img {
			max-width: 100%;
		}
		.intro-column .column {
			margin: 0 0 30px;
			float: left;
			width: 33.3%;
			padding: 0 15px;
		}
		.product-description .img-desc {
			display: block;
			right: 25px;
			bottom: 180px;
			max-width:none;
		}
		.hidden-kennenlernpaket {
			display: inline;
		}
		.hidden-kennenlernpaket img {
			width: 27%;
			position: absolute;
			right: -2px;
			top: 5%;
		}

		@media (min-width: 768px) {
			body {
				font-size: 20px;
			}
			h1,
			.h1 {
				font-size: 30px;
			}
			h2,
			.h2 {
				font-size: 27px;
			}
			h3,
			.h3 {
				font-size: 24px;
			}
			.link-header {
				text-align: right;
			}
			.link-header .menu {
				display: inline-block;
				vertical-align: middle;
			}
			.link-header .lang {
				display: inline-block;
				vertical-align: middle;
				margin: 0 15px;
			}
			.link-header a {
				font-size: 13px;
				line-height: 27px;
			}
			.link-header .text-international {
				display: inline-block;
				vertical-align: middle;
				margin: 0 0 6px;
			}
			.nav-opener {
				display: none;
			}
			.nav-slide {
				background: transparent;
				position: static;
				-webkit-transform: none;
				-ms-transform: none;
				transform: none;
				float: left;
				width: auto;
				overflow: visible;
			}
			#nav {
				background: transparent;
				overflow: visible;
			}
			#nav ul li {
				float: left;
			}
			#nav ul li a:hover {
				background: transparent;
				color: #fff;
				opacity: .7;
			}
			#nav ul li a {
				display: inline-block;
				vertical-align: top;
			}
			h2 .text-leonardo .reg {
				font-size: 17px;
			}
			.text-leonardo .reg.ex {
				top: 11px;
			}
			.banner .caption {
				max-width: 160px;
			}
			.banner .caption h1 {
				font-size: 54px;
			}
			.banner .caption h1 .text-mit {
				font-size: 20px;
			}
			.banner .caption h1 .text-fleisch {
				font-size: 25px;
			}
			.product .welcome-block {
				padding: 48px 0;
			}
			.welcome-block .text h2 {
				margin: 0 0 20px;
			}
			.made-img {
				display: block;
			}
			.product .heading-wrap {
				max-width: 220px;
				top: 40px;
			}
			.heading-wrap h2 {
				max-width: 230px;
			}
			.slick-slider {
				padding: 32px 0 0;
				max-width: none;
			}
			.slick-slider .slider .slick-arrow {
				background-size: auto;
				width: 55px;
				height: 96px;
			}
			.slick-slider .slider .slick-arrow.slick-prev {
				background-position: -320px -244px;
			}
			.slick-slider .slider .slick-arrow.slick-next {
				background-position: -412px -244px;
			}
			.listing-block .row {
				max-width: none;
				margin: 0;
			}
			.listing-block .image-holder {
				text-align: left;
				min-height: 201px;
				margin: 0 0 -9px;
			}
			.listing-block .column {
				float: left;
				width: 50%;
				padding: 0 15px;
			}
			.listing-block .text:before {
				content: "";
				background: url(../images/img-seperator.png) no-repeat 50% 50%/cover;
				width: 5px;
				position: absolute;
				top: 0;
				bottom: 0;
				left: 100%;
				margin-left: 10px;
			}
			.listing-block .text {
				position: relative;
				max-width: none;
			}
			.listing-block .list li:before {
				top: 3px;
			}
			.add-block {
				position: relative;
				overflow: hidden;
				margin-top: -10px;
			}
			.add-block .text {
				font-size: 17px;
				max-width: 444px;
				margin: 0 auto;
			}
			.add-block .img-holds {
				position: absolute;
				bottom: 0;
				left: 0;
			}
			.add-block .img-holds .img-left,
			.add-block .img-holds .img-right {
				width: auto;
				display: block;
				position: absolute;
				bottom: 0;
				left: 0;
				right: 82%;
			}
			.add-block .img-holds .img-right {
				left: 82%;
				right: 0;
			}
			.description-block .column:before {
				content: "";
				background: url(../images/img-seperator.png) no-repeat 50% 50%/cover;
				width: 5px;
				position: absolute;
				top: 0;
				bottom: 0;
				left: 100%;
			}
			.description-block .column {
				float: left;
				width: 33.3%;
				padding: 0 15px;
				position: relative;
			}
			.description-block img {
				max-width: 100%;
			}
			.text-block .img-holds {
				-webkit-transform: translateY(-50%);
				-ms-transform: translateY(-50%);
				transform: translateY(-50%);
				top: 50%;
				margin-top: 0;
				max-width: none;
			}
			.text-block .text {
				max-width: 466px;
				margin: 0 auto;
			}
			.list-cross-block .row {
				max-width: none;
				margin: 0;
			}
			.list-cross-block .col:before {
				content: "";
				background: url(../images/img-seperator01.png) no-repeat 50% 50%/cover;
				width: 5px;
				position: absolute;
				top: 0;
				bottom: 0;
				left: 100%;
			}
			.list-cross-block .col {
				float: left;
				width: 50%;
				text-align: right;
				padding: 0 20px;
				position: relative;
			}
			.list-cross-block .col + .col {
				text-align: left;
			}

			.list-cross-block .col + .col ul li {
				padding-left: 25px;
			}
			.list-cross-block .col + .col ul li:before {
				left: auto;
				right: 100%;
				margin: 0 -16px 0 0;
			}
			.list-cross-block ul li:before {
				left: 100%;
				margin: 0 0 0 -16px;
			}
			.list-cross-block ul li {
				padding-right: 25px;
				padding-left: 0;
			}
			.list-cross-block ul li {
				font-size: 19px;
			}
			.text-desc .img-holds {
				display: none;
				position: absolute;
				left: 0;
				top: -135px;
				max-width: 100px;
			}
			.product-description {
				max-width: none;
			}
			.product-description .row {
				padding: 0 226px 0 0;
			}
			.product-description .img-desc {
				display: block;
				position: absolute;
				right: 0;
				bottom: 0;
				max-width: 250px;
			}
			.product-description .left-col:before {
				content: "";
				background: url(../images/img-seperator.png) no-repeat 50% 50%/cover;
				bottom: 0;
				left: 100%;
				position: absolute;
				top: 0;
				width: 5px;
			}
			.product-description .left-col {
				padding: 0 15px;
				width: 50%;
			}
			.product-description .right-col {
				padding: 0 15px;
				width: 50%;
			}
			.vitamin-block h2 br {
				display: block;
			}
			.vitamin-block .img-wrap {
				float: right;
				max-width: 185px;
				width: auto;
			}
			.package-wrap img {
				max-width: 100%;
			}
			.package-wrap .column {
				max-width: none;
				float: left;
				width: 33.3%;
				padding: 0 15px;
				margin: 0 0 30px;
			}
			.product-benefit .column {
				float: left;
				width: 33.3%;
				padding: 0 15px;
			}
			.product-benefit#vitalstoffe .column {
				float: left;
				width: 100%;
				text-align: left;
			}
			.analyse-wrap .row {
				margin: 0 -15px;
			}
			.analyse-wrap .column {
				float: left;
				width: 33.3%;
				padding: 0 15px;
			}
			.addeptive-layout .addeptive-wrap {
				padding: 50px;
			}
			.addeptive-layout .img-holds {
				position: absolute;
				left: 0;
				top: 50%;
				-webkit-transform: translateY(-50%);
				-ms-transform: translateY(-50%);
				transform: translateY(-50%);
				display: none;
				float: left;
				margin-right: -109px;
			}
			.addeptive-layout [class^="icon-"] {
				background: url(../images/sprite.png) no-repeat;
				display: inline-block;
				vertical-align: bottom;
				margin-right: 5px;
			}
			.addeptive-layout [class^="icon-"].icon-catkg {
				background-position: -31px -255px;
				width: 79px;
				height: 74px;
			}
			.addeptive-layout [class^="icon-"].icon-catsit {
				background-position: -348px -17px;
				width: 41px;
				height: 50px;
			}
			.addeptive-layout [class^="icon-"].icon-catwalk {
				background-position: -407px -10px;
				width: 60px;
				height: 67px;
			}
			.addeptive-layout .table-text {
				display: inline-block;
				vertical-align: bottom;
				max-width: 110px;
			}
			.three-icon-link {
				letter-spacing: -4px;
				font-size: 0;
				line-height: 0;
			}
			.three-icon-link .col {
				display: inline-block;
				vertical-align: top;
				letter-spacing: 0;
				padding: 20px;
			}
			.three-icon-link [class^="icon-"] {
				margin: 0 auto 5px;
			}
			.quick-links-wrap {
				float: left;
				width: 50%;
				text-align: left;
			}
			.quick-links-wrap .img-holds {
				display: block;
				float: left;
				width: 70%;
				padding: 0 10px;
			}
			footer .menu {
				float: left;
				width: 30%;
				padding-top: 20px;
			}
			footer .menu li {
				display: block;
				margin: 0 0 15px;
			}
			footer .menu a {
				font-size: 18px;
			}
			.contact-holds {
				font-size: 18px;
				float: left;
				width: 50%;
				text-align: right;
				line-height: 20px;
			}
			.hidden-kennenlernpaket {
				display: none;
				background-image: url("../images/Cat-box_slider.png");
			}
		}

		@media (min-width: 768px) and (min-width: 1024px) {
			.description-block .column:before {
				bottom: 35px;
			}
		}

		@media (min-width: 1024px) {
			h1,
			.h1 {
				font-size: 60px;
			}
			h2,
			.h2 {
				font-size: 37px;
				line-height: 50px;
				margin-bottom: 20px;
				color: black;
			}
			h3,
			.h3 {
				font-size: 30px;
			}
			.link-header .lang li {
				margin: 0 2px 2px;
			}
			.main-header {
				margin: -9px 0 0;
				padding: 2px 0 3px;
			}
			.logo {
				max-width: 180px;
				padding-top: 20px;
			}
			.link-header { display: block; }
			body #wrapper header .main-header {
				margin-top: -60px;
			}
			.nav-slide {
				padding-top: 66px;
			}
			#nav {
				overflow: hidden;
				z-index: 99;
			}
			#nav ul li {
				margin: 0 8px 0 0;
				list-style: none;
			}
			#nav ul li a {
				font-size: 36px;
				padding: 0 4px;
			}
			#nav .reg {
				font-size: 21px;
				top: 9px;
			}
			h2 .text-leonardo .reg {
				font-size: 24px;
			}
			#main {
				margin: -13px 0 0;
			}
			.banner .caption {
				max-width: 330px;
				margin: 41px 0 0 72px;
			}
			.banner .caption h1 {
				font-size: 136px;
			}
			.banner .caption h1 .text-mit {
				font-size: 42px;
				margin: -28px 0 0;
			}
			.banner .caption h1 .text-fleisch {
				font-size: 78px;
				margin: -18px 0 0;
			}
			.welcome-block {
				margin: -8px 0 26px;
				padding: 155px 0 0;
			}
			.welcome-block .text {
				line-height: 22px;
			}
			.welcome-block .text h2 .reg {
				font-size: 25px;
			}
			.welcome-block .tm {
				font-size: 14px;
			}
			.product .heading-wrap {
				max-width: 450px;
			}
			.heading-wrap h2 {
				max-width: none;
			}
			.slick-slider {
				margin-bottom: 46px;
				margin-top: -30px;
				padding: 20px 0 0;
			}
			.listing-block {
				padding: 0 0 49px;
			}
			.listing-block .row {
				margin: 0 -13px;
			}
			.listing-block h2 {
				font-size: 43px;
				margin: 0 0 50px;
			}
			.listing-block .list li:before {
				top: 10px;
			}
			.listing-block .list li {
				font-size: 33px;
				line-height: 35px;
				margin: 0 0 23px 57px;
			}
			.listing-block .list li span {
				font-size: 19px;
			}
			.add-block {
				padding: 76px 0 61px;
			}
			.add-block .text h1 {
				font-size: 75px;
				margin: 0 -118px 28px;
			}
			.add-block .text h1 .text-aus {
				font-size: 58px;
			}
			.add-block .text p {
				margin: 0 0 26px;
			}
			.add-block strong {
				font-size: 18px;
			}
			.description-block {
				padding: 55px 0 11px;
			}
			.column.same-height.same-height-left h2, .column.same-height.same-height h2,.column.same-height.same-height-right h2 {
				color: white;
			}
			.list-cross-block h2 {
				color: white;
			}
			.description-block .column {
				font-size: 19px;
				margin: 0;
			}
			.text-block {
				padding: 47px 0 32px;
			}
			.text-block .img-holds {
				right: 75%;
			}
			.text-block .text {
				max-width: 613px;
			}
			.list-cross-block {
				padding: 41px 0 16px;
			}
			.list-cross-block h3 {
				font-size: 30px;
			}
			.list-cross-block .col {
				padding: 0 47px;
			}
			.product-description {
				padding: 30px 0 0;
			}
			.vitamin-block {
				max-width: 684px;
			}
			.package-wrap {
				padding: 29px 0 0;
			}
			.package-wrap h2 {
				margin: 0 0 15px;
			}
			.package-wrap h3 {
				font-size: 30px;
			}
			.product-benefit {
				max-width: 782px;
				margin: 0 auto;
			}
			.product-benefit h2 {
				font-size: 43px;
				margin: 0 0 32px;
			}
			.product-benefit h3 {
				font-size: 30px;
				margin: 0;
			}
			.product-benefit h3 .tm {
				font-size: 23px;
			}
			.analyse-wrap {
				padding: 32px 0 24px;
			}
			.analyse-wrap h2 {
				margin: 0 0 30px;
			}
			.analyse-wrap h3 {
				margin: 0 0 13px;
			}
			.analyse-wrap .row {
				margin: 0 -20px;
			}
			.analyse-wrap .column {
				font-size: 19px;
				line-height: 19px;
				padding: 0 20px;
			}
			.addeptive-layout .addeptive-wrap {
				margin: 0 0 39px;
			}
			.addeptive-layout h2 {
				margin: 0 0 35px;
			}
			.addeptive-layout table {
				font-size: 24px;
			}
			.addeptive-layout .text {
				font-size: 18px;
				line-height: 20px;
				float: left;
				max-width: 203px;
				margin-right: 29px;
				padding: 38px 0 0;
			}
			.addeptive-layout #tabs-fe-text.text {
				max-width: 100%;
				padding-top: 0;
				margin: 0;
			}
			.addeptive-layout .table-holder {
				overflow: hidden;
			}
			.intro-column img {
				margin: 0 0 22px;
			}
			.intro-column {
				padding: 48px 0 0;
			}
			.intro-column .column:last-child {
				margin: 0;
			}
			.intro-column .column {
				margin: 0;
			}
			.intro-column .intro h2 {
				line-height: 50px;
			}
			.three-icon-link .col {
				padding: 29px 64px 0;
			}
			.three-icon-link a {
				font-size: 28px;
				margin: 0 0 10px;
			}
			.contact-holds {
				padding: 22px 0 0;
			}
			.product-list ul li .right p {
				font-size: 18px !important;
				line-height: 20px !important;
			}
			#nav ul li.expanded ul li.expanded ul {
				left: 163px;
			}
		}

		@media (min-width: 1200px) {
			.product .welcome-block .text {
				max-width: 394px;
			}
			.made-img {
				right: -180px;
			}
			.vitamin-block {
				display: block;
				max-width: none;
				padding: 20px 0 45px;
				position: relative;
				overflow: visible;
			}
			.vitamin-block h2 {
				line-height: 45px;
				margin-right: -172px;
			}
			.vitamin-block .text {
				font-size: 43px;
				padding-right: 31px;
			}
			.vitamin-block .text p {
				margin: 0 0 -2px;
			}
			.vitamin-block .text p + p .per {
				font-size: 70px;
			}
			.vitamin-block .text p + p .vitamin-text {
				max-width: 335px;
			}
			.vitamin-block .text .per {
				font-size: 100px;
				min-width: 98px;
			}
			.vitamin-block .img-wrap {
				display: block;
				bottom: -31px;
				max-width: none;
				position: absolute;
				right: -22px;
			}
			.vitamin-block .vitamin-text-wrap {
				display: block;
				text-align: right;
				padding: 16px 402px 0 0;
			}
			.vitamin-block .vitamin-text {
				max-width: 303px;
			}
		}

		@media (min-width: 1280px) {
			.text-desc .img-holds {
				display: block;
			}
			.product .welcome-block .text {
				max-width: 546px;
			}
			.add-block .img-holds .img-left,
			.add-block .img-holds .img-right {
				right: auto;
			}
			.add-block .img-holds .img-right {
				left: 74%;
				right: 0;
			}
			.text-desc .img-holds {
				max-width: none;
				top: -220px;
			}
			.product-description .heading-holder h2 {
				font-size: 38px;
				line-height: 42px;
				margin: 0 0 29px;
			}
			.product-description .protein-desc h2 {
				font-size: 60px;
				margin: 0 0 -33px;
			}
			.product-description .protein-desc span + br + span {
				font-size: 32px;
				margin: -6px 0 0;
			}
			.product-description .protein-desc h3 {
				font-size: 50px;
			}
			.product-description .protein-desc h3 span + br + span {
				font-size: 30px;
				margin: -11px 0 0;
			}
			.product-description .img-desc {
				max-width: 450px;
			}
			.product-description .link-holds {
				margin: 0 0 39px;
			}
			.product-description .left-col:before {
				bottom: 41px;
			}
			#moist.product-description .left-col:before {
				bottom: 0;
			}
			.product-description .left-col {
				width: 40%;
				padding: 24px 24px 0 0;
			}
			#moist.product-description .left-col {
				width: 62%;
				padding: 0 24px 0 0;
			}
			#node-1386 #moist.product-description .left-col {
				width: 75%;
			}
			.product-description .left-col .produktvorteile-liste {
				padding-left: 20px;
			}
			.product-description .right-col {
				width: 50%;
				padding: 19px 15px 0;
			}
			.product-description .label:before {
				content: "";
				background: url(../images/img-seperator-hori.png) no-repeat 50% 50%/cover;
				position: absolute;
				top: 0;
				left: 0;
				right: 0;
				height: 3px;
			}
			.product-description .label {
				font-size: 29px;
				line-height: 33px;
				padding: 30px 0;
				margin: 0 0 -37px;
			}
			.product-description .label + .label {
				font-size: 26px;
				line-height: 28px;
			}
			.product-description .label .icon-cat {
				margin-left: 42px;
			}
			.product-description .label .text {
				padding: 0;
			}
			.vitamin-block h2 {
				margin: 0 -392px 3px 0;
			}
			.vitamin-block .img-wrap {
				right: -108px;
			}
			.addeptive-layout .addeptive-wrap {
				padding: 0;
				margin: 0 0 10px;
			}
			.addeptive-layout#tabs-fe {
				min-height: 400px;
			}

		}

		@media (min-width: 1400px) {
			.add-block .img-holds .img-right {
				left: auto;
				right: 0;
			}
			.addeptive-layout .img-holds {
				display: block;
			}
		}

		@media (max-width: 768px) {
			.same-height {
				height: auto !important;
			}
		}

		/* FluidWeb */
		.region-header-menu {
			display: inline;
		}
		ul li.leaf {
			list-style-type: none;
			padding: 0;
		}
		li a.active {
			color: #fff;
		}
		header .lang,
		header .text-international {
			visibility: hidden;
		}

		/* article list style */
		h2.view-title {
			font-size: 43px;
			margin-bottom: 80px;
		}
		.article-list {
			padding: 40px 10px 0 39px;
		}
		.article-list {
			color: #666;
		}
		.article-list-title {
			font-size: 33px;
		}
		.article-list #einsatzempfehlung-liste {
			font-size: 19px;
			margin-bottom: 10px;
			color: #666;
			line-height: 22px;
		}
		.article-list p {
			font-size: 19px;
		}
		.article-list .article-content {
			margin-bottom: 89px;
			position: relative;
			clear: both;
		}
		.article-list .article-content .more-content {
			font-size: 14px;
			line-height: 17px;
		}
		.article-list .article-content:before {
			position: absolute;
			content: "";
			left: 0;
			right: 0;
			height: 2px;
			bottom: -29px;
		}
		.article-list .img-holder {
			float: left;
			height: 275px;
			width: 220px;
			margin-right: 42px;
			margin-top: -20px;
		}
		.article-list .img-holder-outdoor {
			float: left;
			height: 200px;
			width: 200px;
			margin-right: 42px;
			min-width: 300px;
		}
		.article-list .img-holder-zutaten {
			float: left;
			min-width: 300px;
		}
		.article-list .img-holder a {
			text-decoration: none;
		}
		.article-list .img-holder a:hover {
			opacity: .8;
		}
		.article-list .description {
			overflow: hidden;
			margin-bottom: 20px;
			padding-top: 4px;
			letter-spacing: 1px;
			line-height: 22px;
		}
		.block-article {
			margin-bottom: 40px;

		}
		.listing-block .list li a.more {
			width: 0;
			height: 0;
			overflow: visible;
			display: block;
		}
		.add-block a {
			color: #fff;
		}

		@media (min-width: 768px) {
			.hidden-kennenlernpaket {
				display: none;
			}
			.main-header, #nav {
				overflow: visible;
			}
			#nav ul li.expanded {
				list-style-type: none;
				padding: 0;
				position: relative;
				overflow: visible;
			}
			#nav ul li.expanded ul {
				position: absolute;
				white-space: nowrap;
				background-color: rgba(0, 0, 0, .75);
				box-shadow: 0 0 5px #000;
				left: 50%;
				transform: translateX(-50%);
				max-height: 0;
				overflow: hidden;
				transition: 1s;
				z-index: 99;
			}
			#nav ul li.expanded:hover ul {
				max-height: 400px;
			}
			#nav ul li.expanded ul li a {
				font-size: 16px;
				line-height: 18px;
				padding: 5px 10px;
			}
			.right {
				padding-top: 35px;
				padding-left: 177px;
			}

		}
		@media (min-width: 1024px) {
			#nav ul li.expanded ul li a {
				font-size: 26px;
				line-height: 24px;
				padding: 15px 10px;
			}
		}

		.description-block .column {
			cursor: pointer;
		}
		body #wrapper header .main-header {
			 z-index:-1;
		}
		.product-list ul {
			list-style-type: none;
		}
		.product-list ul li {
			clear: both;
			margin-bottom: 25px;
		}
		.product-list ul li .left {
			float: left;
			text-align: center;
		}
		.product-list ul li .left picture {
			display: block;
		}
		.product-list ul li .right p {
			font-size: 10px;
			line-height: 12px;
		}
		article.article-content h2 a {
			color: black;
		}
	}
}

/* icomoon font */
@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?rujhxy");
	src: url("../fonts/icomoon.eot?#iefixrujhxy") format("embedded-opentype"),
			url("../fonts/icomoon.ttf?rujhxy") format("truetype"),
			url("../fonts/icomoon.woff?rujhxy") format("woff"),
			url("../fonts/icomoon.svg?rujhxy#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
	font-family: "icomoon", Arial, Helvetica, sans-serif;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-arrow-next:before {
	content: "\e603";
}
.icon-arrow-prev:before {
	content: "\e604";
}

/* Social Icons */

@font-face {
	font-family: 'socialicon';
	src: url('../fonts/socialicon.eot?69967400');
	src: url('../fonts/socialicon.eot?69967400#iefix') format('embedded-opentype'),
	        url('../fonts/socialicon.woff2?69967400') format('woff2'),
	        url('../fonts/socialicon.woff?69967400') format('woff'),
	        url('../fonts/socialicon.ttf?69967400') format('truetype'),
	        url('../fonts/socialicon.svg?69967400#socialicon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="social-"],
[class*=" social-"] {
	font-family: "socialicon", Arial, Helvetica, sans-serif;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.social-facebook:before {
	content: "\f308";
}
.social-instagram:before {
	content: "\f16d";
}
.social-twitter:before {
	content: "\f099";
}
.social-google:before {
	content: "\f0d5";
}
.social-youtube:before {
	content: "\f167"
}
.social-networks a span {
	display: block;
}
.social-networks a {
	width: 49px;
	height: 50px;
	text-decoration: none;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	color: #d4001a;
}
.social-networks a:hover {
	color: #fff;
}
.social-networks li {
	display: inline-block;
	vertical-align: top;
	font-size: 22px;
	line-height: 1;
	letter-spacing: 0;
	margin: 0 15px 10px 2px;
	background: url(../images/img-social-button.png);
	background-size: 100%;
}
.social-networks li:hover {
	background: url(../images/img-social-button-hover.png);
	background-size: 100%;
}
.social-networks {
	display: table;
	margin: 0 0 18px auto;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	width: 100%;
	text-align: right;
	list-style: none;
}
.product-list {
	margin-bottom: 5rem;
}

/* Pfotentipps */
div.content-wrap#pfotentipps-body {
    font-family: "Helvetica Neue", "Arial", sans-serif;
	font-size: 18px;
}
.container#pfotentipps-container {
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
}
div.content-wrap#pfotentipps-body h1,
div.content-wrap#pfotentipps-body h2,
div.content-wrap#pfotentipps-body h3,
div.content-wrap#pfotentipps-body h4 {
	font-family: "Handvetica_160212", "Helvetica Neue", sans-serif;
}
div.node-pfotentipps-artikel {
	padding-top: 20px;
}
h2.pfotentipps-sub-headline {
	margin-top: 20px;
}
.gallery#ptprodukte .mask .slideset .slide {
	text-align: center;
	padding: 0 10px;
	max-width: 960px;
	letter-spacing: 0;
	display: inline-block;
	vertical-align: bottom;
}
.gallery#ptbilder .mask .slideset .slide {
	text-align: center;
	padding: 0;
	width: 960px;
	letter-spacing: 0;
	display: inline-block;
	vertical-align: bottom;
}
.gallery#ptprodukte .mask .slideset .slide {
	width: 320px;
}
.gallery#ptbilder .mask .slideset,
.gallery#ptprodukte .mask .slideset .slide {
	float: left;
}
.gallery#ptbilder .mask,
.gallery#ptprodukte .mask {
	position: relative;
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}
.gallery#ptbilder,
.gallery#ptprodukte {
	position: relative;
	margin: 0 auto 30px;
	max-width: 1200px;
}
.gallery#ptbilder .btn-prev,
.gallery#ptbilder .btn-next,
.gallery#ptprodukte .btn-prev,
.gallery#ptprodukte .btn-next {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-decoration: none !important;
	position: absolute;
	font-size: 60px;
	line-height: 1;
	top: 50%;
	left: 28px;
	color: #757575;
	opacity: .9;
	z-index: 110;
}
.gallery#ptprodukte .btn-prev,
.gallery#ptprodukte .btn-next {
	left: 0;
}
.gallery#ptbilder .btn-prev:hover,
.gallery#ptprodukte .btn-prev:hover,
.gallery#ptbilder .btn-next:hover,
.gallery#ptprodukte .btn-next:hover {
	opacity: 1;
}
.gallery#ptbilder .btn-next {
	left: auto;
	right: 28px;
}
.gallery#ptprodukte .btn-next {
	left: auto;
	right: 0;
}
.gallery#ptbilder .mask .slideset {
	display: block;
}
.gallery#ptprodukte .mask .slide .img-wrap {
	min-height: 350px;
}
.gallery#ptprodukte .slide .description h3 a {
	font-size: 36px;
	line-height: 38px;
}
.navigation#ptnav {
	position: relative;
	display: block;
	overflow: hidden;
	max-width: 960px;
	width: 100%;
}
.navigation#ptnav nav {
	width: 100%;
}
.nav-main {
	position: relative;
	overflow: hidden;
}
.ptnavi {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: 50px;
	padding: 0;
}
.ptli {
	float: left;
	width: 16.6%;
	margin: 0 !important;
}
.ptli a img {
	width: 96%;
	margin: 0 auto;
	display: block;
}
nav#nav-mobile {
	position: relative;
	display: none;
}
nav#nav-mobile ul {
	display: none;
	list-style-type: none;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: rgb(212, 0, 26);
}
nav#nav-mobile li {
	display: block;
	padding: 5px 0;
	margin: 0 5px;
	border-bottom: solid 1px white;
	font-size: 16px;
}
nav#nav-mobile li:last-child {
	border-bottom: none;
}
nav#nav-mobile a {
	display: block;
	color: white;
	padding: 10px 30px;
}
#nav-trigger {
	display: none;
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 22px;
	background: rgb(212, 0, 26);
	color: white;
	margin: 10px 0 30px;
}
#nav-trigger span {
	display: inline-block;
	width: 100%;
	padding: 5px;
}
#nav-trigger span.open {
	width: 98%;
	border-bottom: 1px solid white;
}
#nav-trigger span:after {
	display: none;
	margin-left: 10px;
	width: 20px;
	height: 10px;
	content: "";
	border-left: solid 10px transparent;
	border-top: solid 10px #fff;
	border-right: solid 10px transparent;
}
h2.h4-emulate {
	font-size: 1.45em;
}

/* Pfotentipps Übersichtsseite */
.view-leonardo-pfotentipps .gallery .mask {
	position: relative;
	overflow: hidden;
	width: 960px;
	line-height: 0;
}
.view-leonardo-pfotentipps .gallery .slideset {
	float: left;
}
.view-leonardo-pfotentipps .gallery .slideset .slide {
	float: left;
	width: 320px;
}
.view-leonardo-pfotentipps article.pfotentipps {
	float: left;
	min-height: 400px;
	padding-right: 10px;
}
.view-leonardo-pfotentipps article.pfotentipps .teaserbild {
	min-height: 230px;
}
.view-leonardo-pfotentipps article.pfotentipps .teaserbild img {
	width: 100%;
	margin-bottom: 15px;
}
.view-leonardo-pfotentipps article.pfotentipps .text h4 {
	color: #8a8a8a;
	font-size: 15px;
}
.view-leonardo-pfotentipps article.pfotentipps .text h3 {
	margin-bottom: 0;
}
.view-leonardo-pfotentipps article.pfotentipps .text h3 a {
	color: #333;
	text-decoration: none;
}
.view-leonardo-pfotentipps article.pfotentipps .text .trimmed {
	color: #684e4d;
	min-height: 80px;
}
div.view-leonardo-pfotentipps {
	margin-right: -10px;
	max-width: 960px;
	position: relative;
}
.slideset .pfotentipps {
	width: 100%;
}
div.view.view-leonardo-pfotentipps.view-id-pfotentipps.view-display-id-featured {
	min-height: 450px;
}
.view-leonardo-pfotentipps .gallery .mask {
	margin: 0;
}
.view-leonardo-pfotentipps .gallery .btn-next,
.view-leonardo-pfotentipps .gallery .btn-prev {
	top: 40%;
	font-size: 70px;
	position: absolute;
	text-decoration: none !important;
}
.view-leonardo-pfotentipps .gallery .btn-next:hover,
.view-leonardo-pfotentipps .gallery .btn-prev:hover {
	text-decoration: none;
}
.view-leonardo-pfotentipps .gallery .btn-prev {
	left: -55px;
}
.view-leonardo-pfotentipps .gallery .btn-next {
	left: 970px;
}
.view-leonardo-pfotentipps .gallery .mask .slide,
.view-leonardo-pfotentipps .intro {
	padding: 0;
}
.view-leonardo-pfotentipps .gallery .teaserbild {
	min-height: 250px;
}
.view-leonardo-pfotentipps .gallery .trimmed {
	font-size: 16px;
	line-height: 1.2em;
	text-align: left;
}
.view-leonardo-pfotentipps .gallery h4.teaser-headline {
	margin-bottom: 10px;
	opacity: 0.8;
	line-height: 20px;
	font-size: 15px;
	overflow: hidden;
	max-height: 40px;
}
.view-leonardo-pfotentipps .gallery article.pfotentipps .text h3 {
	line-height: 1em;
	margin-bottom: 5px;
	font-size: 24px;
	min-height: 50px;
	overflow: hidden;
}
.view-leonardo-pfotentipps .gallery .slideset .slide article.pfotentipps {
	padding-right: 10px;
}
.view-leonardo-pfotentipps .gallery .slideset .slide:last-child {
	padding-right: 0;
}
.view-leonardo-pfotentipps .gallery .mask {
	width: 959px;
}
.view-display-id-featured .article {
	width: 100%;
}
.view-leonardo-pfotentipps .gallery article.pfotentipps .text h3 a:hover {
	text-decoration: underline;
}
article.pfotentipps.vorgestellt .text {
	max-width: 100%;
	padding: 10px;
}
article.pfotentipps.vorgestellt {
	width: 49.5%;
	position: relative;
	margin: 0 0 30px 0;
	padding: 0;
}
article.pfotentipps.vorgestellt .teaserbild {
	width: 95%;
}

/* -- Pfotentipps Responsive -- */
@media all and (min-width: 1025px) and (max-width: 1224px) {
	/* Übersichtsseite */
	.view-leonardo-pfotentipps .gallery .mask {
		width: 930px;
		margin: 0 auto;
	}
    .view-leonardo-pfotentipps .bereich-head {
        width: 930px;
        display: block;
        margin: 0 auto;
    }
	.view-leonardo-pfotentipps .gallery .slideset .slide {
		width: 310px;
	}
	.view-leonardo-pfotentipps .gallery .btn-prev {
		left: -25px;
	}
	.view-leonardo-pfotentipps .gallery .btn-next {
		left: 99%;
	}
}
@media all and (min-width: 768px) and (max-width: 1024px) {
	/* Übersichtsseite */
	.view-leonardo-pfotentipps .gallery .mask {
		width: 660px;
		margin: 0 auto;
	}
    .view-leonardo-pfotentipps .bereich-head {
        width: 660px;
        display: block;
        margin: 0 auto;
    }
	.view-leonardo-pfotentipps .gallery .slideset .slide {
		width: 330px;
	}
	.view-leonardo-pfotentipps .gallery .btn-prev {
		left: -10px;
	}
	.view-leonardo-pfotentipps .gallery .btn-next {
		left: 96%;
	}
	/* Detailseite */
	.gallery#ptbilder .mask,
	.gallery#ptprodukte .mask,
	.gallery#ptbilder .mask .slideset .slide {
		width: 720px;
	}
	.gallery#ptprodukte .mask .slideset .slide {
		width: 240px;
	}
	.gallery#ptprodukte .btn-prev {
		left: -10px;
	}
	.gallery#ptprodukte .btn-next {
		right: -10px;
	}
}
@media all and (min-width: 481px) and (max-width: 767px) {
	/* Übersichtsseite */
	.view-leonardo-pfotentipps article.pfotentipps {
		min-height: 300px;
	}
	.view-leonardo-pfotentipps article.pfotentipps .teaserbild {
		min-height: 180px;
	}
	.view-leonardo-pfotentipps .gallery .mask {
		width: 400px;
		margin: 0 auto;
	}
    .view-leonardo-pfotentipps .bereich-head {
        width: 400px;
        display: block;
        margin: 0 auto;
    }
	.view-leonardo-pfotentipps .gallery .slideset .slide {
		width: 200px;
	}
	.view-leonardo-pfotentipps .gallery .btn-next {
		font-size: 40px;
		left: 98%;
	}
	.view-leonardo-pfotentipps .gallery .btn-prev {
		font-size: 40px;
		left: -10px;
	}
	.view-leonardo-pfotentipps article.pfotentipps .teaserbild {
		min-height: 180px;
	}
	/* Detailseite */
	.gallery#ptbilder .mask,
	.gallery#ptprodukte .mask,
	.gallery#ptbilder .mask .slideset .slide,
	.gallery#ptprodukte .mask .slideset .slide {
		width: 450px;
	}
	.gallery#ptprodukte .btn-prev {
		left: -10px;
	}
	.gallery#ptprodukte .btn-next {
		right: -10px;
	}
	.gallery#ptprodukte .mask .slide .img-wrap {
		min-height: 350px;
	}
	.gallery#ptprodukte .slide .description h3 a {
		font-size: 36px;
	}
	.gallery#ptbilder .btn-prev {
		left: 5px;
	}
	.gallery#ptbilder .btn-next {
		right: 5px;
	}
}
@media all and (min-width: 319px) and (max-width: 480px) {
	/* Übersichtsseite */
	.banner#pfotentipps-banner {
		display: none;
	}
	article.pfotentipps.vorgestellt {
		float: none;
		width: 95%;
		display: block;
		margin: 0 auto;
	}
	.view-leonardo-pfotentipps article.pfotentipps .teaserbild {
		min-height: 200px;
	}
	.view-leonardo-pfotentipps article.pfotentipps {
		min-height: 300px;
	}
	.view-leonardo-pfotentipps article.pfotentipps .text .trimmed {
		min-height: 60px;
	}
	.view-leonardo-pfotentipps .gallery .mask {
		width: 250px;
		display: block;
		margin: 0 auto;
	}
    .view-leonardo-pfotentipps .bereich-head {
        width: 250px;
        display: block;
        margin: 0 auto;
    }
	.view-leonardo-pfotentipps .gallery .slideset .slide {
		width: 250px;
	}
	.view-leonardo-pfotentipps .gallery .btn-next {
		font-size: 40px;
		left: 94%;
	}
	.view-leonardo-pfotentipps .gallery .btn-prev {
		font-size: 40px;
		left: -5px;
	}
	/* Detailseite */
	.gallery#ptbilder .mask,
	.gallery#ptprodukte .mask {
		width: 300px;
	}
	.gallery#ptbilder .mask .slideset .slide {
		width: 300px;
	}
	.gallery#ptbilder .btn-prev,
	.gallery#ptprodukte .btn-prev {
		font-size: 30px;
		left: 0;
	}
	.gallery#ptbilder .btn-next,
	.gallery#ptprodukte .btn-next {
		font-size: 30px;
		right: 0;
	}
}
@media all and (max-width: 768px) {
	a {
		text-decoration: underline;
	}
	.listing-block .list li a.more {
		text-decoration: none !important;
	}
	.container#pfotentipps-container {
		padding: 10px 15px;
	}
	.ptnavi {
		display: none;
	}
    .view-leonardo-pfotentipps .bereich-head img {
        width: 35%;
    }
	#nav-trigger {
		display: block;
		cursor: pointer;
	}
	#nav-trigger span:after {
		display: inline-block;
	}
	#nav-trigger span.open:after {
		border-left: solid 10px transparent;
		border-top: none;
		border-bottom: solid 10px #fff;
		border-right: solid 10px transparent;
	}
	nav#nav-mobile {
		display: block;
	}
	.ptnavi.expanded {
		margin-top: 0;
	}
    div.view-leonardo-pfotentipps {
        margin-bottom: 10px;
    }
}

.language-holder {
	letter-spacing: 1px;
	text-align: right;
}
.language-wrap li {
	display: inline-block;
}
ul.lang-list {
	padding: 0;
}
form#countryselect {
	font-size: 14px;
	line-height: 1.1;
}
nav#nav ul.menu .last.expanded ul.menu li.leaf {
	width: 100%;
}
@media all and (min-width: 0px) and (max-width: 767px) {
	div#zh-hans nav#nav ul.menu li.last {
		display: none;
	}
}
#dealerquery2 #results {
	display: none;
}
.contact-sidebar {
	z-index: 999;
	position: fixed;
	top: 35%;
	right: -352px;
	cursor: pointer;
	float: left;
	width: 386px;
	height: 313px;
}
.contact-sidebar#de {
	background: transparent url("../images/kennenlernpaket_klein.png") no-repeat scroll 0 0;
}
.contact-sidebar#it {
	background: transparent url("/sites/default/files/16-0195_BL_Cat-Box-Teaser_171213_TT.png") no-repeat scroll 0 0;
}
@media all and (max-width: 768px) {
	.contact-sidebar#de {
		top: 40%;
		background: transparent url(/sites/all/themes/leonardo2016/images/kennenlernpaket_klein.png) 0 0/cover no-repeat;
		right: -248px;
		width: 272px;
        height: 220px;
	}
}
.article-recommendation a {
	color: #A92A32;
}
.view-display-id-aehnliche_artikel {
	margin-bottom: 25px;
}

/* mobile Header */
@media all and (max-width: 768px) {
	.sticky {
		height: 150px;
	}
	.link-header {
		margin: 0;
	}
	.sticky .logo img {
		width: 150px;
	}
	.main-header {
		margin: 0 25px;
	}
	.nav-slide {
		margin-left: -40px;
	}
	div.addthis_inline_share_toolbox {
		margin-bottom: 20px;
		padding-right: 25px;
	}
}

@media all and (max-width: 370px) {
	.sticky {
		height: 160px;
	}
	.gallery#ptbilder .mask .slideset .slide {
		width: 300px;
	}
	.sticky .logo img {
		width: 120px;
	}
}

table.responsiveTable {
	display: block;
	letter-spacing: 0.1px;
}
table.responsiveTable td {
	padding: 3px;
}
@media (max-width: 960px) {
	table.responsiveTable {
		overflow-x: scroll;
	}
}