
:root {
	--pn-red: #DB0E16;
}

body {
	font-family: plymouth_serialregular, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #252525;
	letter-spacing: 0.44px;
	line-height: 1.5;
	font-weight: 500;
	padding: 0;
	overflow-x: hidden;
	background-color: #fff;
	background-image: linear-gradient(#E9E9E9, #f9f9f9);;
}
body.page-1 {
	background: #F7F7F7;
}
a, a:hover, a:focus, a:active {
	color: #DB0E16;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
}
h1, h2 {
	font-family: microsquarebold, Arial, Helvetica, sans-serif;
	font-size: 50px;
	letter-spacing: 0;
}
h1 {
	margin-top: 55px;
	margin-bottom: 40px;
}
h2 {
	font-size: 36px;
}
h3, h4 {
	font-family: plymouth_serialbold, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 24px;
}
h4 {
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0;
}
h5 {
	font-family: microsquarebold, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.big {
	font-family: microsquarebold, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 22px;
	color: #6F6F6E;
	letter-spacing: 0;
}
.small {
	font-family: microsquarebold, Arial, Helvetica, sans-serif;
	color: #6F6F6E;
}
.frame-only-smartphone {
	display: none;
}
.row.main.singleview {
	margin-top: 25px;
}
.row.main .sidebar {
	margin-top: 0;
}
.main .frame {
	margin-bottom: 30px;
}
.main .frame.frame-space-after-extra-small {
	margin-bottom: 0;
}
.main .frame.frame-space-before-extra-small {
	margin-top: 0;
}
.main .frame.frame-space-before-extra-small .ce-bodytext {
	margin-top: 0;
}
.sidebar .frame {
	background: #FFFFFF;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.20);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.20);
	padding: 15px;
}
.sidebar .frame.frame-type-dce_dceuid3 {
	padding: 0;
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.sidebar h3 {
	margin-bottom: 30px;
}
.frame.frame-ruler-before {
	margin-top: 3em;
}
.frame.frame-ruler-after {
	margin-bottom: 3em;
}
.ce-table > tbody > tr > td, .ce-table > tbody > tr > th, .ce-table > tfoot > tr > td, .ce-table > tfoot > tr > th, .ce-table > thead > tr > td, .ce-table > thead > tr > th, .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	padding: 8px 8px 8px 0;
	border-top: none;
}
.btn-primary {
	background-color: #DB0E16;
	border-color: #777;
	border-radius: 20px;
	padding: 10px 40px;
	font-size: 18px;
	margin-top: 25px;
}
.btn-primary:hover {
	background-color: #6F6F6E;
}
.btn-default {
	border-radius: 20px;
	font-size: 16px;
	color: #DB0E16;
	background-color: #E9E9E9;
}
.btn-default:hover {
	background-color: #DB0E16;
	color: #E9E9E9;
}
.form-control {
	border-radius: 0;
}
.margin-bottom-large {
	margin-bottom: 50px !important;
}
.margin-bottom-xlarge {
	margin-bottom: 100px !important;
}
.ce-uploads {
	margin-top: 30px;
}
.ce-uploads li {
	margin: 10px 0;
}
.ce-uploads a, a.link-block {
	display: block;
	background-color: #f9f9f9;
	padding: 10px 14px;
	color: #252525;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.20);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.20);
	position: relative;
	margin: 2px;
}
.ce-uploads a span::after, a.link-block::after {
	position: absolute;
	right: 10px;
	top: 50%;
	top: 13px;
	content: "\f105";
	font: normal normal normal 18px/1 FontAwesome;
	color: #DB0E16;
}
.sidebar .ce-textpic {
	margin: -15px;
}
.ce-bodytext table {
    width: auto !important;
    height: auto !important;
}
.sidebar .ce-textpic .ce-bodytext {
	padding: 15px;
}
.sidebar .ce-textpic .ce-gallery ~ .ce-bodytext {
	padding-top: 0;
}

.ce-center .ce-gallery {
	text-align: center;
}
.ce-gallery figure {
	display: inline-block;
}
.ce-gallery figcaption {
    display: block;
}
.ce-above .ce-gallery {
	margin-bottom: 0;
}
.ce-above .ce-bodytext {
	margin-top: 20px;
}
.ce-below .ce-gallery {
	margin-top: 0;
}
.ce-below .ce-bodytext {
	margin-bottom: 20px;
}
.ce-textpic .ce-outer, .ce-textpic .ce-inner {
	float: none;
	right: auto;
}
.ce-gallery img {
	max-width: 100%;
	height: auto;
}
/* IE 10 und 11 */
@media all and (-ms-high-contrast:none) {
	.ce-gallery img {
		width: 100%;
	}
}

.wrap-all {
	position: relative;
	padding-left: 100px;
}
.side-main-nav {
	position: fixed;
	width: 100px;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	background: url("../img/nav/sidenav_top-bg.svg") no-repeat top left #fff;
	-webkit-background-size: contain;
	background-size: contain;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
	text-align: center;
	padding-top: 17px;
}
.home-link {
	height: 174px;
	display: block;
}
header.top {
	background: white;
	height: 217px;
}
.main-nav > li > a {
	height: 100px;
	background: url("../img/nav/icon_nav_tierkat.svg") no-repeat center 30%;
	background-size: auto 30px;
	padding: 70px 3px 3px;
	font-size: 12px;
	color: #6F6F6E;
	border-bottom: 1px solid #DDDDDD;
}
.main-nav > li > a:hover, .main-nav > li > a.active {
	color: #DB0E16;
	background-color: unset;
	fill: #DB0E16;
}
#elem_84 a {
	background-image: url("../img/nav/icon_nav_aktionen.svg");
}
#elem_9 a {
	background-image: url("../img/nav/icon_nav_bestellen.svg");
}
#elem_10 a {
	background-image: url("../img/nav/icon_nav_unternehmen.svg");
}
#elem_83 a {
	background-image: url("../img/nav/icon_nav_fachart.svg");
}
#elem_85 a {
	background-image: url("../img/nav/icon_nav_suche.svg");
}
#elem_18 a {
	background-image: url("../img/nav/icon_nav_person.svg");
}
#elem_123 a {
	background-image: url("../img/nav/icon_nav_kleintiere.svg");
}
/* hover and active */
.preloader {
	visibility: hidden;
}
.main-nav > li > a:hover, .main-nav > li > a.active, .p_std {
	background-image: url("../img/nav/icon_nav_tierkat_active.svg");
}
#elem_28 a:hover, #elem_28 a.active, .page-7 #elem_28 a {
	 background-image: url("../img/nav/icon_nav_tierkat_active.svg");
 }
#elem_84 a:hover, #elem_84 a.active, .p_84, .page-66 #elem_84 a {
	background-image: url("../img/nav/icon_nav_aktionen_active.svg");
}
#elem_9 a:hover, #elem_9 a.active, .p_9 {
	background-image: url("../img/nav/icon_nav_bestellen_active.svg");
}
#elem_10 a:hover, #elem_10 a.active, .p_10 {
	background-image: url("../img/nav/icon_nav_unternehmen_active.svg");
}
#elem_83 a:hover, #elem_83 a.active, .p_83, .page-43 #elem_83 a {
	background-image: url("../img/nav/icon_nav_fachart_active.svg");
}
#elem_85 a:hover, #elem_85 a.active, .p_85, .page-17 #elem_85 a {
	background-image: url("../img/nav/icon_nav_suche_active.svg");
}
#elem_18 a:hover, #elem_18 a.active, .p_18 {
	background-image: url("../img/nav/icon_nav_person_active.svg");
}
#elem_123 a:hover, #elem_123 a.active, .p_123, .page-124 #elem_123 a {
	background-image: url("../img/nav/icon_nav_kleintiere_active.svg");
}
.main-nav ul {
	display: none;
}
.mobile-search, .mobile-lang-nav, .mobile-nav {
	display: none;
}
.sub-nav {
	float: left;
	line-height: 20px;
	margin-top: 20px;
	text-align: left;
	width: calc(100% - 180px);
}
.sub-nav a {
	font-family: microsquarebold, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: white;
	margin-right: 10px;
}
.breadcrumb-nav a {
	margin-right: 0;
}
.breadcrumb-nav a::after {
	content: "  »"
}
.breadcrumb-nav li:last-child a::after {
	content: none;
}

.pn-breadcrumb {
	margin-top: -3%;
}
.pn-breadcrumb a {
	color: #252525;
}

.animals-rear, .footer-animals-rear {
	position: absolute;
	z-index: 92;
	right: -10px;
	top: 20px;
}
.wave, .footer-wave {
	position: relative;
	left: -100px;
	top: 140px;
	width: calc(100% + 100px);
	z-index: 93;
	overflow: hidden;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 55%);
}
.footer-wave {
	background: transparent;
}
.wave img, .footer-wave img {
	width: 100.3%;
	height: auto;
}
.animals-front, .footer-animals-front {
	position: absolute;
	z-index: 94;
	right: -10px;
	top: 20px;
}
.footer-animals-rear, .footer-animals-front {
	right: unset;
	left: -10px;
	top: calc(1vw + 15px);
}
.footer-animals-front .footer-animals {
	position: relative;
	top: -2px;
	left: -1px;
}
header.top .header-container {
	padding-top: 15px;
}
header.top .container, footer.bottom .container {
	position: relative;
}
header.top .row.absolute, footer.bottom .row {
	position: absolute;
	z-index: 94;
	width: 100%;
}
.logo {
	margin-top: 53px;
}
.animals {
	margin-right: -10px;
}
.search-langnav {
	position: absolute;
	right: 0;
	bottom: 30%;
	width: calc(100% - 100px);
	left: 100px;
}

.search-langnav .aimeos.basket-mini {
	background: none;
	clear: none;
	position: absolute;
	top: 4px;
	right: 178px;
}
.main-content {
	margin-top: 9.2%;
}

.langnav {
	float: right;
	width: 180px;
	margin-top: 24px;
	line-height: 1;
}
.langnav a {
	color: white;
	padding-left: 20px;
}

#mobile-navi-checkbox {
	visibility: hidden;
	height: 22px;
}

footer.main-footer {
	background-color: #DB0E16;
	color: white;
	margin-top: 138px;
	padding: 20px 0 60px 0;
}
footer.main-footer a, footer.main-footer a:focus {
	color: white;
	text-decoration: underline;
}
footer.main-footer a:hover {
	color: #CCCCCC;
}
footer.main-footer h3 {
	padding-bottom: 18px;
	border-bottom: 1px solid white;
	margin-bottom: 12px;
}
footer.copyright-footer {
	background-color: #252525;
	line-height: 72px;
	color: white;
}
footer.copyright-footer a {
	color: white;
	padding: 0 10px;
}
footer.copyright-footer a:first-child {
	padding-left: 0;
}
footer .container .row {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}


/* header search */
form.search {
	position: relative;
	float: right;
	width: 25%;
	right: 100px;
}
form.search .search-field {
	width: 100%;
	padding: 7px 10px;
	background-color: white;
	border: 1px solid #ccc;
}
form.search .search-submit {
	background: url("../img/icon-search.svg") no-repeat transparent;
	border: none;
	position: absolute;
	right: 10px;
	top: 7px;
	text-indent: -100px;
	width: 26px;
}
/* search results */
.tx-indexedsearch-searchbox .btn-primary {
	border-radius: 0;
	padding: 6px 12px;
	font-size: 14px;
	margin-top: 0;
}

/* DCE Teaser Fachartikel */
.newslist-related-item img {
	width: 100%;
	height: auto;
}
.newslist-related-item {
	position: relative;
}
.newslist-related-item .teaser-overlay {
	/*position: absolute;
	left: 9px;
	right: 9px;
	bottom: 9px;*/
	position: relative;
	background-color: rgba(255,255,255,0.9);
	padding: 15px 60px 15px 15px;
	min-height: 150px;
}
.newslist-related-item .teaser-link {
	position: absolute;
	display: inline-block;
	right: 15px;
	bottom: 50%;
	width: 15px;
	height: 30px;
	text-align: right;
	font-size: 40px;
	color: #6f6f6f;
}
.newslist-related-item h5, .newslist-related-item h3, .newslist-related-item p {
	margin: 0;
}
.newslist-related-item h5 {
	color: #6F6F6E;
}
.newslist-related-item h3 {
	margin-bottom: 2px;
}
.newslist-related-item .titel-text {
	/*position: absolute;
	bottom: 15px;
	left: 15px;
	right: 60px;*/
	max-height: 100px;
	overflow: hidden;
	margin-top: 28px;
}

/* DCE Button mit Icon */
.tx-dce-pi1 {
	margin: 15px 0;
}
.row > div > .tx-dce-pi1 {
	margin-top: 0;
}
.dce-button-link {
	display: block;
	background: #FFFFFF no-repeat 32px center;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.20);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.20);
	padding: 24px 20px 24px 100px;
	color: #252525;
	font-size: 22px;
	font-family: plymouth_serialbold, Arial, Helvetica, sans-serif;
	/*line-height: 80px;*/
}
.dce-button-link:hover {
	color: #DB0E16;
	background-color: #DDDDDD;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.50);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.50);
}
.dce-button-link.type-icon_button_arrow {
	background-image: url(../img/buttons/icon_button_arrow.svg);
}
.dce-button-link.type-icon_button_company {
	background-image: url(../img/buttons/icon_button_company.svg);
}
.dce-button-link.type-icon_button_company_phone {
	background-image: url(../img/buttons/icon_button_company_phone.svg);
}
.dce-button-link.type-icon_button_grid {
	background-image: url(../img/buttons/icon_button_grid.svg);
}
.dce-button-link.type-icon_button_jobs{
	background-image: url(../img/buttons/icon_button_jobs.svg);
}
.dce-button-link.type-icon_button_order {
	background-image: url(../img/buttons/icon_button_order.svg);
}
.dce-button-link.type-icon_button_person {
	background-image: url(../img/buttons/icon_button_person.svg);
}
.dce-button-link.type-icon_button_promo {
	background-image: url(../img/buttons/icon_button_promo.svg);
}
.dce-button-link.type-icon_button_publication {
	background-image: url(../img/buttons/icon_button_publication.svg);
}
.dce-button-link.type-icon_button_tasche {
	background-image: url(../img/buttons/icon_button_tasche.svg);
}
.dce-button-link.type-icon_button_laden {
	background-image: url(../img/buttons/icon_button_laden.svg);
}
.dce-button-link.type-icon_button_kuh {
	background-image: url(../img/buttons/icon_button_kuh.svg);
}
.dce-button-link.type-icon_button_hase {
	background-image: url(../img/buttons/icon_button_hase.svg);
}
.dce-button-link.type-icon_button_magazin {
	background-image: url(../img/buttons/icon_button_magazin.svg);
}

/* DCE Tierkategorien */
.dce-tierkategorie-teaser .item {
	float: left;
	width: 33.33%;
	padding: 15px;
	position: relative;
}
.dce-tierkategorie-teaser .item {
	transition: opacity 0.3s ease 0s;
}
.dce-tierkategorie-teaser .item:hover {
	opacity: 50%;
}
.dce-tierkategorie-teaser a {
	display: block;
	position: relative;
}
.dce-tierkategorie-teaser img {
	display: block;
}
.dce-tierkategorie-teaser .overlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(-180deg, rgba(238,238,238,0.00) 0%, rgba(0,0,0,0.68) 100%);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.20);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.20);
}
.dce-tierkategorie-teaser h3 {
	position: absolute;
	font-family: plymouth_serialbold, Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 26px;
	text-shadow: 0 2px 2px rgba(0,0,0,0.65);
	margin: 0;
	bottom: 20px;
	left: 25px;
	right: 25px;
}

/* Akkordion */
.panel {
	background: none;
	border: 2px solid transparent;
}
.panel-default {
	border-color: #cdcdcd;
}
.panel-group .panel {
	border-radius: 0;
}
.panel-heading {
	border-bottom: 2px solid transparent;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
	display: block;
	position: relative;
	font-size: 22px;
	line-height: initial;
}
.panel-body .panel-title > a {
	font-size: 17px;
}
.panel-title > a, .panel-title > a:hover, .panel-title > a:focus, .panel-title > a:active {
	color: #252525;
}
.panel-title > a::before, .panel-title > a::after {
	position: absolute;
	content: "";
	top: 50%;
	right: 0;
	width: 18px;
	height: 2px;
	background-color: #252525;
}
.panel-title > a::after {
	transform: rotate(90deg) translateY(-8px);
	right: 8px;
	transition: all ease 0.2s;
}
.panel-title > a.active::after {
	transform: rotate(0deg);
	right: 0;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-width: 2px;
	border-top-color: #cdcdcd;
	background: none;
}
.panel-body {
	padding: 8px 15px;
}
.panel-default > .panel-heading {
	background: none;
	border-color: #cdcdcd;
}
.panel-group .panel-heading {
	border-bottom: 0;
}

/* tt_address */
.tt_address_list {
	margin: 0 -4px;
}
.vcard {
	width: 50%;
	float: left;
	padding: 4px;
}
.vcard .inner {
	background: #FFFFFF;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.20);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.20);
	padding: 8px;
	display: flex;
	flex-direction: row;
	display: -webkit-flex;
	-webkit-flex-direction: row;
}
.vcard .vcard-image {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
}
.vcard .vcard-image img {
	height: 130px;
	width: auto;
}
.vcard .contact-data {
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	-webkit-flex-direction: column;
	font-size: 15px;
	justify-content: space-between;
	padding-left: 12px;
}
/* IE 10 und 11 */
@media all and (-ms-high-contrast:none) {
	.vcard .contact-data {
		display: block;
	}
}
.vcard .title {
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
	/*font-size: 18px;*/
	font-family: plymouth_serialbold, Arial, Helvetica, sans-serif;
	line-height: 1.1;
}
.vcard .details {
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
	line-height: 1.3;
}
.vcard .name {
	font-family: plymouth_serialbold, Arial, Helvetica, sans-serif;
}

/* news */
.news-list-item {
	margin-bottom: 30px;
}
/* different in sidebar to main */
.sidebar .news-list-item .col-md-4, .sidebar .news-list-item .col-md-8 {
	width: 100%;
	float: none;
}
.sidebar .news-list-item h3 {
    margin-bottom: 12px;
}
.sidebar .news-list-item .btn-read-more {
	margin-bottom: 20px;
}
.news .extra {
	font-family: microsquarebold, Arial, Helvetica, sans-serif;
	color: #6F6F6E;
}
.news-list-item h3 {
	margin-top: 8px;
}
.news-list-item h3 a {
	color: #252525;
}
.news-list-item h3 a:hover {
	color: #DB0E16;
}
.news-single h1 {
	margin-top: 10px;
	margin-bottom: 20px;
}
.news-single .newslead {
	font-weight: bold;
	margin-bottom: 25px;
}
.news-single .thumbnail {
	background: none;
	border: none;
}
.news-single .author {
	color: #6F6F6F;
	font-style: italic;
}
.news-single .goback {
	margin-top: 30px;
}
.singleview-related {
	margin-top: 30px;
	border-top: 1px solid #a1a1a1;
	padding-top: 30px;
}
.newslist-related {
	margin: 0-15px;
}
.newslist-related::after {
	content: "";
	clear: both;
	display: table;
}
.newslist-related .newslist-related-item {
	width: 33.33%;
	float: left;
	padding: 15px;
}
.newslist-related .newslist-related-item .inner {
	position: relative;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.20);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.20);
}

/* pn_csvdisplay */
.tx-pn-csvdisplay .teaser {
	margin: 10px 0 20px;
	font-weight: bold;
}
table.tx_pncsvdisplay {
	margin-bottom: 8px;
}
table.tx_pncsvdisplay > tbody > tr {
	background-color: #fff;
}
table.tx_pncsvdisplay > tbody > tr:nth-of-type(2n+1) {
	background: #fff;
}
table.tx_pncsvdisplay > tbody > tr:nth-of-type(4n+3) {
	background-color: #ddd;
}
table.tx_pncsvdisplay th, table.tx_pncsvdisplay td {
	padding: 4px 8px !important;
}
table.tx_pncsvdisplay th {
	font-weight: normal;
	color: #6F6F6F;
}
table.tx_pncsvdisplay > tbody td {
	border-bottom: 1px solid #ddd;
}
.show-more-or-less {
	position: relative;
}
.show-more-or-less a {
	display: block;
	width: 28px;
	height: 28px;
	position: absolute;
	right: 0;
	top: 0;
}
.show-more-or-less a::before, .show-more-or-less a::after {
	position: absolute;
	content: "";
	top: 50%;
	right: 8px;
	width: 14px;
	height: 1px;
	background-color: #DB0E16;
}
.show-more-or-less a::after {
	transform: rotate(90deg) translateY(-7px);
	right: 15px;
	transition: all ease 0.2s;
}
.show-more-or-less a.active::after {
	transform: rotate(0deg);
	right: 8px;
}
.tx_pncsvdisplay .more-info td {
	padding-bottom: 50px !important;
}
.tx_pncsvdisplay .title {
	background-color: #6f6f6e;
	color: white;
	padding: 1px 8px 20px 8px; 
	margin: -4px -8px;
}
.tx_pncsvdisplay h3.normal {
	border-bottom: 1px solid #ddd;
	padding-bottom: 4px;
	margin-bottom: 14px;
	margin-top: 30px;
}
.tx_pncsvdisplay .gebr-title, .tx_pncsvdisplay .gef-title {
	font-weight: bold;
}
.tx_pncsvdisplay .gef-title {
	margin-top: 30px;
}
.tx_pncsvdisplay .gehalte-list::after,
.tx_pncsvdisplay .verfuegbarkeit-list::after,
.verfuegbarkeit-list > div::after {
	clear: both;
	content: "";
	display: table;
}
div.gehalt-container {
	width: 50%;
	float: left;
}
.verfuegbarkeit-list > div {
	width: 75%;
}
.tx_pncsvdisplay .row-1, .tx_pncsvdisplay .row-2 {
	background: #eee;
}
.tx_pncsvdisplay .row-1, .tx_pncsvdisplay .row-3 {
	border-right: 6px solid #fff;
}
.tx_pncsvdisplay .verfuegbarkeit-list .row-1 {
	background: white;
}
.label-b, .value-g {
	padding: 3px;
	float: left;
	display: block;
	width: 50%;
	border-right: 2px solid #fff;
}

/* Deoptliste */
.tx-pn-depotsliste .col-xs-12 {
	background-color: white;
	padding-top: 20px;
	padding-bottom: 20px;
	float: none;
}
.pn-google-map {
	height: 500px;
	position: relative;
	margin-top: 10px;
}
#pn-map {
	height: 100%;
}
#depot-form {
	width: 33.33%;
	position: relative;
	float: left;
	margin-right: 20px;
}
#search-depot-feedback::after {
	content: "";
	clear: both;
	display: block;
}
#search-depot {
	width: 100%;
	padding: 7px 10px;
	background-color: white;
	border: 1px solid #ccc;
}
#depot-form input[type=submit] {
	background: url("../img/icon-search.svg") no-repeat transparent;
	border: none;
	position: absolute;
	right: 10px;
	top: 7px;
	text-indent: -100px;
	width: 26px;
}
#callback-map-address {
	display: none;
	position: absolute;
	left: 10%;
	top: 10%;
	right: 10%;
	bottom: auto;
	background: rgba(255,255,255,0.85);
	padding: 7% 15%;
}
#callback-map-address .left-50 {
	float: left;
	width: 50%;
}
#callback-map-address .name, #callback-map-address .zusatz {
	font-size: 20px;
}
#callback-map-address .name {
	font-weight: bold;
}
#callback-map-address .zusatz {
	padding-bottom: 16px;
	margin-bottom: 20px;
	border-bottom: 1px solid black;
}
.close-infowindow {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 40px;
	height: 40px;
}
.close-infowindow::before, .close-infowindow::after {
	position: absolute;
	display: block;
	width: 40px;
	height: 2px;
	transform: rotate(45deg);
	content: "";
	background-color: black;
	top: 18px;
	left: 0;
}
.close-infowindow::after {
	transform: rotate(-45deg);
}

/* order extension: .tx-pn-webshop */
.order-steps {
	list-style: none;
	margin: 0;
	padding: 0;
}
.order-steps li {
	display: inline;
	padding-right: 35px;
}
.order-steps .step {
	color: #252525;
}
.order-steps .step.inactive {
	color: #CCCCCC;
}
.order-steps .step span.figure {
	border-radius: 50%;
	font-size: 22px;
	background: #DB0E16;
	padding: 4px 10px;
	line-height: 1;
	color: white;
	display: inline-block;
	margin-right: 10px;
	font-weight: bold;
}
.order-steps .step.inactive span.figure {
	background: #CCCCCC;
}
.tx-pn-webshop .form-group {
	margin-left: 0;
	margin-right: 0;
}
button.arrow, input.arrow {
	display: inline-block;
	min-width: 25%;
	text-align: left;
	border: none;
	background: #FFFFFF;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.20);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.20);
	padding: 6px 20px 6px 8px;
	margin-right: 2px;
	color: #252525;
	position: relative;
	margin-bottom: 2px;
}
button.submit.bottom {
	margin-top: 50px;
}
button.arrow:hover, input.arrow:hover {
	color: #DB0E16;
	background-color: #DDDDDD;
}
button.arrow::after, input.arrow::after {
    position: absolute;
    right: 10px;
    top: 8px;
    content: "\f105";
    font: normal normal normal 18px/1 FontAwesome;
    color: #DB0E16;
}
button.sync::after {
    content: "\f021";
}
.tx-pn-webshop .hint {
	font-size: 85%;
	color: #6F6F6E;
}
.tx-pn-webshop .errors {
	background: #d0021b;
	padding: 15px;
	margin: 30px 0;
	color: white;
}
.tx-pn-webshop input[type=text], .tx-pn-webshop input[type=email], .tx-pn-webshop input[type=number], .tx-pn-webshop select {
	height: 36px;
	width: 30%;
	border: 1px solid #979797;
	padding-left: 8px;
}
.tx-pn-webshop .dce-button-link {
	background-size: auto 50%;
	font-family: inherit;
	font-size: inherit;
	padding-left: 60px;
	background-position: 12px center;
	display: inline-block;
	min-width: 25%;
}
.tx-pn-webshop .dce-button-link.margin-top {
	margin-top: 20px;
}
.order-list tr:hover td, .order-list tr.active {
	color: green;
	cursor: pointer;
}
.tx-pn-webshop .list {
	width: 100%;
	margin-bottom: 20px;
}
.cartlist {
	margin-top: 20px;
}
.list th, .list td {
	padding: 2px 20px 2px 10px;
	white-space: nowrap;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
}
.list td {
	background: #FFF;
}
.list th {
	color: #CCC;
	font-weight: normal;
}
.list label .fa {
	font-size: 130%;
	cursor: pointer;
}
.cartlist label {
	color: #CCC;
}
.cart-notes {
	margin-bottom: 20px;
}
.cart-notes label {
	display: block;
	color: #CCC;
	font-weight: normal;
}
.cart-notes textarea {
	width: 49%;
	height: 80px;
	margin-right: 2px;
	border: 1px solid #979797;
}
.tx-pn-webshop .list input[type=text], .tx-pn-webshop .list input[type=number] {
	width: 95%;
	background: #E9E9E9;
	border: none;
}
.tx-pn-webshop .line {
	background: #FFFFFF;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.20);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.20);
	padding: 6px 20px;
}
.tx-pn-webshop .line::after {
	content: "";
	display: table;
	clear: both;
}
.tx-pn-webshop .line .label-left {
	width: 30%;
	float: left;
	font-weight: bold;
}
.tx-pn-webshop .line .input {
	width: 70%;
	float: left;
}
.tx-pn-webshop .radio-group {
	margin-bottom: 50px;
}
.tx-pn-webshop .cart-and-order-header {
	padding: 10px 0;
	border-top: 1px solid #252525;
	border-bottom: 1px solid #252525;
}
.tx-pn-webshop .cart-and-order-header a {
	padding-left: 30px;
}
.tx-pn-webshop .cart-and-order-header .fa {
	color: #252525;
	padding-right: 5px;
}
.steps-and-button.fixed {
    position: fixed;
    top: 0;
    background: white;
    padding: 10px;
    z-index: 999;
	background: #FFFFFF;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.20);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.20);
}
.tx-pn-webshop .next-step button {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    background: #4bcfec;
}
.tx-pn-webshop .next-step span {
	color: #6f6f6f;
}
.tx-pn-webshop .list.table > tbody > tr > td, .tx-pn-webshop .list.table > tbody > tr > th {
	padding: 8px;
}
.tx-pn-webshop .chooseform {
	position: relative;
}
.tx-pn-webshop .select-detail-or-submit {
	position: absolute;
	left: 0;
	top: 36px;
	background: white;
	display: none;
	width: 30%;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.20);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.20);
	padding: 8px;
	z-index: 2;
}
.tx-pn-webshop .select-detail-or-submit a {
	display: block;
	color: #252525;
	font-size: 14px;
}

.tx-pn-webshop .select-detail-or-submit a:hover {
	color: #DB0E16;
}


/* royal slider */
.content-slider .dceslider  {
	margin-top: -100px;
}
.dceslider  {
	margin-bottom: 100px;
}
.royalSlider {
	width: 100%;
	position: relative;
	height: auto;
}
.royalSlider > * {
	float: none;
}
.royalSlider .bContainer {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: url("../img/slider_text-background.svg") no-repeat 100px 0;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}
.royalSlider .text-container {
	position: absolute;
	padding: 30px 30px 65px 190px;
	bottom: 0;
	left: 0;
	width: 56%;
}
.royalSlider .blockHeadline {
	font-family: microsquarebold, Arial, Helvetica, sans-serif;
	font-size: 50px;
	letter-spacing: 0;
	line-height: 1.1;
	margin: 0;
}
.royalSlider .rsContent .rs-main-image {
	width: 100% !important;
	height: auto !important;
	margin-left: 0 !important;
	margin-top: 0 !important;
}
.rsUni .rsBullet span {
	background-color: #DDDDDD;
}
.rsUni .rsBullet.rsNavSelected span {
	background-color: #DB0E16;
}


@media screen and (min-width: 768px) {
	.container {
		width: 90%;
	}
}
@media screen and (min-width: 1300px) {
	.container {
		width: 1170px;
	}
}
@media screen and (max-width: 1399px) {
	.royalSlider .text-container {
		width: 90%;
	}
}
@media screen and (max-width: 1199px) {
	/* mitarbeiter */
	.vcard {
		width: 100%;
		float: none;
	}
	.label-b, .value-g {
		float: none;
		width: 100%;
	}
	#depot-form {
		width: 50%;
	}
	.tx-pn-webshop input[type=text], 
	.tx-pn-webshop input[type=email], 
	.tx-pn-webshop input[type=number], 
	.tx-pn-webshop select,
	.tx-pn-webshop .select-detail-or-submit {
		width: 49%;
	}
	.wave img {
		height: 116px;
	}
	.royalSlider .blockHeadline {
   		font-size: 36px;
	}
}
@media screen and (max-width: 991px) { 
	.main-content {
		margin-top: 15%;
	}
	.search-langnav {
		bottom: 23%;
	}
	.sub-nav a {
		font-size: 18px;
	}
	.dce-tierkategorie-teaser .item, .newslist-related .newslist-related-item {
		width: 50%;
	}
	#callback-map-address .left-50 {
		float: none;
		width: 100%;
	}
	.cart-notes textarea {
	    width: 100%;
	}
	.royalSlider .text-container {
		padding: 30px 30px 30px 190px;
	}
	.royalSlider .blockHeadline {
 	   font-size: 24px;
		margin-bottom: -10px;
	}
}
@media screen and (max-width: 767px) {
	.col-xs-12 {
		float: none;
	}
	.frame-not-smartphone {
		display: none;
	}
	.frame-only-smartphone {
		display: inherit;
	}
	.ce-table-wrap>.ce-table>tbody>tr>td, .ce-table-wrap>.ce-table>tbody>tr>th, .ce-table-wrap>.ce-table>tfoot>tr>td, .ce-table-wrap>.ce-table>tfoot>tr>th, .ce-table-wrap>.ce-table>thead>tr>td, .ce-table-wrap>.ce-table>thead>tr>th, .ce-table-wrap>.table>tbody>tr>td, .ce-table-wrap>.table>tbody>tr>th, .ce-table-wrap>.table>tfoot>tr>td, .ce-table-wrap>.table>tfoot>tr>th, .ce-table-wrap>.table>thead>tr>td, .ce-table-wrap>.table>thead>tr>th, .table-responsive>.ce-table>tbody>tr>td, .table-responsive>.ce-table>tbody>tr>th, .table-responsive>.ce-table>tfoot>tr>td, .table-responsive>.ce-table>tfoot>tr>th, .table-responsive>.ce-table>thead>tr>td, .table-responsive>.ce-table>thead>tr>th, .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
		white-space: normal;
	}
	h1 {
		margin-top: 0;
		font-size: 40px;
	}
	.frame-type-textpic .ce-textpic .ce-gallery {
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	header.top {
		height: 75px;
		position: relative;
	}
	header.top .header-container {
		padding-top: 0;
	}
	.animal-container {
		display: none;
	}
	.wave img {
		height: auto;
	}
	.logo {
		margin-top: 0;
		width: 110px;
		float: right;
		height: auto;
	}
	.home-link {
		display: none;
	}
	.side-main-nav {
		background: white;
		width: 70%;
		box-shadow: unset;
		-webkit-box-shadow: unset;
		min-height: 50px;
		text-align: left;
		height: auto;
		max-height: 100%;
		overflow-y: auto;
	}
	.wrap-all {
		padding-left: 0;
	}
	.preloader {
		display: none;
	}
	.header.top {
		height: 75px;
	}
	header.top .row.absolute {
		position: fixed;
		background-color: white;
		padding: 10px 0 20px;
		right: 10px;
		width: 31%;
		z-index: 100;
		height: 50px;
	}
	.wave {
		position: fixed;
		top: 50px;
		z-index: 96;
		background-image: linear-gradient(white 70%, transparent);
	}
	.sub-nav, .search-langnav, .main-nav {
		display: none;
	}

	.main-content {
		margin-top: 0;
		padding-top: 19%;
		overflow: overlay;
	}
	.pn-breadcrumb {
		display: none;
	}
	.footer-animals-rear, .footer-animals-front {
		display: none;
	}
	.footer-wave {
		z-index: 83;
		top: 15px;
	}
	footer.main-footer {
		margin-top: 10px;
		padding-bottom: 30px;
	}
	.main-footer .row > div {
		padding: 20px 50px;
	}
	.main-footer td {
		display: block;
	}
	footer.copyright-footer {
		line-height: 54px;
		text-align: center;
	}
	
	.mobile-navi-label {
		display: inline-block;
		width: 24px;
		height: 24px;
		margin: 15px 0 0 15px;
		position: absolute;
		top: 0;
		left: 0;
		cursor: pointer;
	}
	.mobile-navi-label span,
	.mobile-navi-label span::before,
	.mobile-navi-label span::after {
		display: block;
		width: 100%;
		background: #252525;
		content: '';
		height: 2px;
		position: absolute;
		top: 9px;
		left: 0;
		transition: all ease 0.2s;
	}
	.mobile-navi-label span::before {
		top: -7px;
	}
	.mobile-navi-label span::after {
		top: 7px;
	}
	#mobile-navi-checkbox:checked ~ .mobile-navi-label span {
		top: -50px;
	}
	#mobile-navi-checkbox:checked ~ .mobile-navi-label span::before {
		transform: rotate(45deg);
		top: 57px;
	}
	#mobile-navi-checkbox:checked ~ .mobile-navi-label span::after {
		transform: rotate(-45deg);
		top: 57px;
	}
	.mobile-nav {
		background: #dddddd;
		width: 100%;
	}
	.mobile-nav ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	#mobile-navi-checkbox:checked ~ .mobile-nav, 
	#mobile-navi-checkbox:checked ~ .mobile-lang-nav {
		display: block;
	}
	.mobile-nav li {
		position: relative;
	}
	.mobile-nav a {
		font-size: 17px;
		display: block;
		color: #252525;
		border-bottom: 1px solid #cfcfcf !important;
		line-height: 31px;
		padding: 10px 15px;
		height: 50px;
		margin: 0 7px;
	}
	.mobile-nav .active > a {
		color: #DB0E16;
	}
	.mobile-nav > ul > li > a {
		font-family: plymouth_serialbold, Arial, Helvetica, sans-serif;
	}
	.mobile-nav ul ul {
		background-color: #e9e9e9;
		min-width: 100%;
		overflow: hidden;
		-webkit-transition: all ease 0.4s;
		transition: all ease 0.4s;
		height: 0;
		opacity: 0;
	}
	.mobile-nav ul ul a {
		font-size: 16px;
		padding-left: 50px;
	}
	.mobile-nav ul li.active > ul {
		height: auto;
		opacity: 1;
	}
	.mobile-nav .arrow {
		position: absolute;
		height: 49px;
		width: 49px;
		right: 0;
		top: 0;
		background-color: #eeeeee;
		text-align: center;
		padding-top: 2px;
		display: block;
		z-index: 2;
		cursor: pointer;
	}
	.mobile-nav .arrow::before {
		font: normal normal normal 40px/1 FontAwesome;
		content: "\f107";
		color: #555;
		-webkit-transition: all ease 0.4s;
		transition: all ease 0.4s;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
		display: block;
	}
	.mobile-nav .arrow.active::before {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		transform: rotate(180deg);
		-webkit-transition: all ease 0.4s;
		transition: all ease 0.4s;
	}
	.langnav {
		float: none;
		margin-top: 12px;
		margin-bottom: 12px;
	}
	.langnav a {
		color: #DB0E16;
	}


	/* mitarbeiter */
	.vcard .inner {
		display: block;
		position: relative;
	}
	.vcard .vcard-image {
		margin-top: 45px;
	}
	.vcard .vcard-image img {
		width: 100%;
		height: auto;
	}
	.vcard .contact-data {
		display: block;
		font-size: initial;
		margin-top: 10px;
	}
	.vcard .title {
		position: absolute;
		top: 8px;
		left: 8px;
	}

	.dce-tierkategorie-teaser .item, .newslist-related .newslist-related-item {
		width: 100%;
	}
	
	#depot-form {
		width: 50%;
	}
	
	.order-steps span.word {
		display: none;
	}
	.cart-and-order-header .col-sm-8.text-right {
		text-align: left;
	}
	.tx-pn-webshop .cart-and-order-header a {
		padding-right: 30px;
		padding-left: 0;
	}
	.tx-pn-webshop .cart-and-order-header.margin-bottom-xlarge {
		margin-bottom: 30px !important;
	}
	button.arrow, input.arrow {
    	min-width: 50%;
	}
	.tx-pn-webshop .dce-button-link {
		background-size: auto 60%;
		line-height: 1.5;
	}
	.tx-pn-webshop .order-list-add-product span {
		display: none;
	}
	.tx-pn-webshop .steps-and-button.fixed {
		width: calc(100% - 65px);
		left: 50px;
	}
	.tx-pn-webshop .cart-and-order-header {
		margin: 0;
	}
	
	/* slider */
	.content-slider .dceslider {
		margin-top: -50px;
		margin-bottom: 10px;
		padding: 0 15px;
	}
	.content-slider .blockHeadline {
		font-family: plymouth_serialbold, Arial, Helvetica, sans-serif;
		font-size: 30px;
		line-height: 1.1;
	}
	.rsUni .rsArrow {
		display: none !important;
	}
	.royalSlider {
		display: none;
	}
	.royalSlider .bContainer {
		opacity: 0;
	}
	.royalSlider .bContainer .btn {
		margin-top: 0;
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}
	.royalSlider .text-container {
		padding: 0;
		width: 100%;
		height: 100%;
	}
}
@media screen and (max-width: 479px) {
	.main-content {
		padding-top: 25%;
	}
	#depot-form {
		width: 100%;
	}
	.tx-pn-webshop .order-steps li {
		padding-right: 15px;
	}
	.order-steps li:last-child {
		padding-right: 0;
	}
	.tx-pn-webshop input[type=text], 
	.tx-pn-webshop input[type=email], 
	.tx-pn-webshop input[type=number], 
	.tx-pn-webshop select,
	.tx-pn-webshop .select-detail-or-submit {
		width: 100%;
		margin: 3px 0;
	}
	.tx-pn-webshop .line .input, .tx-pn-webshop .line .label-left {
		width: 100%;
		float: none;
	}
	.list th, .list td.empty {
		display: none;
	}
	.tx-pn-webshop tr {
		border-bottom: 2px solid #ccc;
	}
	.list td, .list tr {
		white-space: normal;
		display: block;
		width: 100%;
	}
	.tx-pn-webshop td.menge {
		width: 50%;
		float: left;
	}
	.tx-pn-webshop td.basiseinheit {
		float: left;
		width: 50%;
		line-height: 42px !important;
	}
	.tx-pn-webshop .cart-and-order-header {
		display: none;
	}
}

/* Aimeos Shop */
body .catalog-detail-additional .nav-tabs {
	border-bottom: none;
}
.catalog-filter-tree .level-1 {
	flex-direction: column;
}
.aimeos .catalog-filter-tree .item-links a.cat-link,
.aimeos .catalog-filter-tree .item-links a.cat-link:link,
.aimeos .catalog-filter-tree .item-links a.cat-link:visited {
	color: #6F6F6E;
	padding-left: 0;
}
.aimeos .catalog-filter-tree .menu {
	color: #6f6f6f !important;
	text-align: center;
}


body .basket-mini-product.zeynep {
	background-color: white;
	padding: 20px;
	width: 35rem;
	max-width: 100%;
	right: -35rem;
}
body .basket-mini .zeynep.opened {
	transform: translateX(-35rem);
}
body .basket-mini .zeynep .header .close {
	position: absolute;
	right: 30px;
	top: 30px;
}
body .basket-mini .close::before,
body .basket-mini .close::after {
	content: "";
	position: absolute;
	top: 8px;
	width: 45px;
	display: inline-block;
	height: 2.5px;
	background-color: #6f6f6f;
	transform: rotate(45deg);
}
body .basket-mini .close::after {
	transform: rotate(-45deg);
}
body .basket-mini-product.zeynep .header {
	background-color: transparent;
}
body .basket-mini-product.zeynep .header .name {
	font-family: 'Viga', sans-serif;
	color: #DB0E16;
	font-size: 1.4rem;
	font-weight: 400;
	width: 100%;
}
body .basket-mini-product.zeynep .header > div:last-child {
	display: none;
}
body .basket-mini-product .basket {
	margin: 0;
}
body .basket-mini-product .delete::after {
	content: none;
}
body .basket-mini-product .total .name::before {
	content: unset;
}
body .basket-mini-main .quantity {
	background-color: #DB0E16;
	color: white;
}

body .basket-mini .menu {
	display: inline-block;
}
.catalog-filter-tree .cat-item.active.withchild .submenu {
	position: static;
	display: block;
}
.catalog-filter-tree .cat-item.active.withchild.hover > .submenu {
	background-color: unset;
}
body .aimeos:not(.cms-page) .product-list .product {
	width: 100%;
	flex-direction: row;
	text-align: left;
	padding-bottom: 10px;
}
body .catalog-list-items .addbasket .btn-pin.active,
body .catalog-list-items .addbasket .btn-primary:hover,
body .catalog-list-items .addbasket .btn-pin:hover {
	background-color: #DB0E16;
	border-color: #DB0E16;
}
.catalog-list .product.row > div:first-child {
	width: 270px;
	padding-right: 30px;
	flex: 0 0 270px;
}
.catalog-list .product.row > div:last-child {
	max-width: calc(100% - 270px);
}
body .catalog-list-items .addbasket .btn-pin {
	display: none;
}
body .aimeos .product .text-list .name,
body .aimeos .product .text-list .text-item {
	white-space: unset;
}
body .aimeos .product-list div.list-column:first-of-type .media-list {
	padding-top: 0;
}
body .aimeos .list .product div.list-column:first-of-type .media-item,
body .aimeos .product-list div.list-column:first-of-type .media-item {
	display: none;
}
body .aimeos .list .product div.list-column:first-of-type .media-item:first-of-type,
body .aimeos .product-list div.list-column:first-of-type .media-item:first-of-type {
	position: static;
	display: block;
}
body .aimeos .product .rating {
	display: none;
}
body .basket-standard .basket-save.input-group {
	display: none;
}
.basket .headline {
	display: flex;
	justify-content: flex-end;
}
.basket-related {
	display: none;
}
body .catalog-detail-basic .short {
	display: block;
}
body .aimeos .address .form-list .company,
body .aimeos .address .form-list .countryid,
body .aimeos .address .form-list .vatid {
	display: none;
}


.aimeos .catalog-filter-tree > ul {
	display: block;
}
.aimeos .catalog-list-type {
	display: none;
}
.aimeos .product .text-list .text-item {
    overflow: visible;
    height: auto;
}
.catalog-list-head .imagelist-default img {
    max-width: 100%;
    height: auto;
}
.catalog-list .product {
    display: flex;
    width: 100%;
    text-align: left;
}
.media-list {
    margin-right: 30px;
}
.catalog-list a .media-item {
	height: 180px;
	width: 360px;
}
.catalog-list a .media-item {
	background-size: cover !important;
}
.catalog-list .offer {
	margin: 0;
}
.aimeos .btn-primary {
	margin-top: 0;
}
.aimeos .form-control {
    height: 47px;
}
body .catalog-list-items .addbasket input[type="number"] {
    width: 5em;
	border: solid 1px #6F6F6E;
}
.aimeos .addbasket .input-group .btn {
    width: calc(100% - 6em);
	margin-left: 1em;
}
.aimeos .product .text-list h2 {
    font-size: 20px;
    text-transform: none;
    height: auto;
}
.catalog-list .right-column {
    width: calc(100% - 270px);
	margin-bottom: 10px;
}
.aimeos a:link:not(.btn), 
.aimeos a:visited:not(.btn) {
    color: #6F6F6E;
}
.aimeos .catalog-list-items .text-item a {
	color: #DB0E16;
}
.aimeos .btn-primary {
    background-color: #6F6F6E;
    border: solid 1px #6F6F6E;
}
.catalog-list-items .addbasket .btn-pin.active, 
.catalog-list-items .addbasket .btn-primary:hover, 
.catalog-list-items .addbasket .btn-pin:hover {
    background-color: #DB0E16;
    border: solid 1px #DB0E16;
}
.catalog-filter-search .btn-primary:hover {
    background-color: #DB0E16;
}
.btn-primary.active.focus, .btn-primary.active:focus, 
.btn-primary.active:hover, 
.btn-primary:active.focus, .btn-primary:active:focus, 
.btn-primary:active:hover, .open > .btn-primary.dropdown-toggle.focus, 
.open > .btn-primary.dropdown-toggle:focus, 
.open > .btn-primary.dropdown-toggle:hover,
.aimeos .btn-primary:hover, 
.aimeos .btn-primary:active, 
.aimeos .btn-primary:focus, 
.aimeos .btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #DB0E16;
    border-color: #DB0E16;
}
.aimeos .sort a:hover {
    text-decoration: none;
}
.wrap-all .aimeos a:hover,
.wrap-all .aimeos a:hover h2 {
    color: #DB0E16;
}
.catalog-list .product {
    border-bottom: 1px solid #6F6F6E;
}
.catalog-list .media-list {
	background: none;
}
.catalog-list .media-item {
	height: auto;
}
.catalog-list .media-list .media-item img {
    position: static;
    transform: unset;
}
.basket-mini {
    background-color: #6F6F6E;
	text-align: center;
}
.catalog-filter-search .value {
    border-color: #6F6F6E;
	border-right: 1px solid #6F6F6E;
	width: 49%;
	margin-right: 1%;
}
.aimeos .btn.reset {
    position: absolute;
    right: calc(51% + 1px);
    z-index: 2;
	border: none;
	top: 5px;
}
.aimeos .btn-primary {
	padding: 10px 20px;
}
.catalog-filter-search .btn-primary {
    width: 50% !important;
}
.catalog-filter-tree::after {
    content: "";
    display: block;
    clear: both;
}
.aimeos .product .stock-list {
	display: none;
}
.catalog-detail-basic h1.name {
	color: inherit;
}
.catalog-detail-image .image-single {
    max-width: 800px;
}
.catalog-detail-image .image-single .media-item {
	height: auto;
}
.catalog-detail-image .image-single .media-item .item {
    transform: none;
    position: static;
}
.catalog-detail-image .thumbs-horizontal {
    max-width: 800px;
}
.catalog-detail-basic .short {
    display: block;
}
.basket-standard-coupon .coupon-new .coupon-code {
    border: 1px solid #6F6F6E;
	width: calc(100% - 4em);
}
.checkout-standard-address .form-list li.countryid {
    display: none;
}
.aimeos .history-list {
    list-style: none;
}
.catalog-detail-basic .code,
.catalog-list .product,
.aimeos .list-items {
    font-size: 100%;
}
.catalog-detail-basic h1.name {
    text-transform: none;
    font-size: 200%;
}
.aimeos .product .text-list {
    line-height: unset;
}
.catalog-filter-tree > h2 {
    display: none;
}
.basket-mini-product .basket {
	z-index: 3;
} 
.aimeos .price-item:first-of-type .taxrate {
    display: inline;
}

.catalog-filter-search {
	position: relative;
}
.catalog-filter-search .input-group::before {
    content: "\f00e";
    font-family: FontAwesome;
    position: absolute;
	top: -3px;
    display: block;
    z-index: 1111;
    width: 20px;
    height: 20px;
}
body .catalog-detail-service .service-intro {
    cursor: pointer;
    color: #DB0E16;
}
body .service-list .taxrate {
	display: none !important;
}
body .catalog-detail-service .service-name {
    min-width: 10em;
}

@media (max-width: 1199px) {
	.catalog-list a .media-item {
		height: 120px;
		width: 240px;
	}
	.catalog-list .product {
		flex-direction: column;
	}
	.media-list {
		margin-right: 0;
	}
	.catalog-list .right-column {
		width: 100%;
	}
}

@media (max-width: 991px) {
	body.shop .row.main {
		display: flex;
		flex-direction: column;
	}
	/*body.shop .row.main > div {
		order: 2;
	}
	body.shop .row.main > .sidebar {
		order: 1;
	}*/
	.catalog-list .product {
		flex-direction: row;
	}
	.media-list {
		margin-right: 30px;
	}
	.catalog-list .right-column {
		width: calc(100% - 270px);
	}
}
@media (max-width: 767px) {
	.catalog-list .media-list {
		width: 100%;
		height: auto;
		overflow: visible;
	}
	.catalog-list .media-item {
		width: auto;
	}
	.catalog-list .media-item img {
		width: 100%;
		max-width: unset;
	}
	.catalog-list a .media-item {
		height: 180px;
		width: 360px;
	}
	.catalog-list .product {
		flex-direction: column;
	}
	.media-list {
		margin-right: 0;
	}
	.catalog-list .right-column {
		width: 100%;
	}
	.catalog-filter-tree > h2 {
		display: block;
		margin: 0;
		float: none;
		width: 100%;
		text-align: left;
	}
	.catalog-detail-image {
		background: none;
		margin-bottom: 1em;
	}
	.catalog-detail-image .image-single {
		height: auto;
		padding-bottom: 0;
		background: none;
	}
	.catalog-detail-image .image-single .media-item {
		height: auto;
		background: none;
	}
	.catalog-detail-image .image-single .media-item .item {
		transform: none;
		position: static;
		background: none;
	}
	.catalog-detail-image .image-single {
    	padding-bottom: 0;
		background: none;
	}
	.catalog-detail-image .item {
		background-color: transparent;
	}
}

/* aimeos overwriting after upgrade 2022-01-11 */
@media screen and (min-width: 992px) {
	body {
		background-size: unset;
	}
}
body {
    background-size: unset;
}
footer {
    color: unset;
    background-color: unset;
    padding: 0;
}
.aimeos footer {
    color: #FFFFFF;
    color: var(--ai-primary-alt, #FFFFFF);
    background-color: #282828;
    background-color: var(--ai-primary, #282828);
    padding: 3rem;
}
footer p a {
    letter-spacing: inherit;
}
footer p {
    margin-bottom: 10px;
}
.catalog-filter-price {
	display: none;
}
.aimeos .input-group {
    width: 100%;
}
.catalog-filter-search .input-group input, 
.catalog-filter-search .input-group:hover input, 
.catalog-filter-search .input-group input:focus {
    width: 49%;
    padding: 0;
}
.aimeos input,
.aimeos .form-control,
.catalog-filter-search .value {
    border: solid 1px #D0D0D0;
    text-indent: 0.25em;
	height: 45px;
}
.catalog-filter form {
    display: flex;
    width: 100%;
    flex-direction: column;
}
.catalog-filter form > section {
	width: 100%;
}
.catalog-filter-tree.catalog-filter-count {
    order: 2;
}
.catalog-filter-tree .category-lists div.level-1 {
    flex-direction: column;
	margin-top: 20px;
}
.catalog-filter-tree .list-container a.cat-item,
.catalog-filter-tree .list-container a.cat-item:link, 
.catalog-filter-tree .list-container a.cat-item:visited,
.catalog-filter-tree .list-container .top-item.nochild a.cat-item,
.catalog-filter-tree .list-container .top-item.nochild a.cat-item:link, 
.catalog-filter-tree .list-container .top-item.nochild a.cat-item:visited {
    color: #6F6F6E;
    padding-left: 0;
    padding-right: 0;
}
.catalog-filter-tree .has-submenu > .submenu {
    display: none !important;
}
.catalog-filter-tree .has-submenu > .submenu {
    display: none !important;
}
.catalog-filter-tree .has-submenu > .submenu.active {
    display: block !important;
    position: relative;
	padding: 0;
	background-color: unset;
	animation: none;
}
.catalog-filter-tree .list-container.level-2 .nochild > a.cat-item, 
.catalog-filter-tree .list-container.level-2 .nochild > a.cat-item:link, 
.catalog-filter-tree .list-container.level-2 .nochild > a.cat-item:visited {
    color: #6F6F6E;
	font-size: 100%;
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin: 0;
}
.catalog-list .product-item {
    width: 100%;
	display: flex;
	text-align: left;
}
.catalog-list-items .addbasket .btn-pin {
    display: none;
}
.aimeos .product .text-list h2 {
    text-align: left;
}
.aimeos .product .price-list {
    margin-inline-start: unset;
}
.aimeos .addbasket input,
body .aimeos .product .addbasket input {
    width: 5em;
}
.catalog-detail-service .service-list {
    max-width: 20em;
}
.catalog-detail .nav-tabs {
	border-bottom: none;
}
/*.catalog-detail-additional .header::after {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 120%;
    content: "\f196";
    float: right;
}*/
.catalog-detail-additional .header.toggle-js::after {
    content: "\f147";
}
.header.description {
    cursor: pointer;
}
.catalog-list-head {
    max-height: unset;
}
.catalog-detail-service {
    width: 100%;
}
.catalog-detail-image .image-single .media-item .item {
    height: auto;
}
.catalog-detail-image .thumbs-horizontal {
    height: auto;
}
.catalog-detail-image .thumbs-horizontal .slick-slider {
    height: auto;
}
.catalog-detail-image .thumbs-horizontal img.item-thumb {
    height: auto;
    margin-top: 20px;
}
.aimeos .btn {
    width: auto;
}
.wrap-all .aimeos a.btn:hover {
    color: #fff;
}
@media (max-width: 991px) {
	.zeynep {
		width: 30rem;
	}
	.zeynep.category-lists {
		left: -30rem;
		right: auto;
	}
	.zeynep.category-lists.opened {
		transform: translateX(30rem);
	}
	.zeynep .submenu-header {
		display: none;
	}
	.open-menu::before {
		color: black;
	}
	.catalog-filter-tree .data-link {
		display: none;
	}
}




.pulse-animation {
	transform: scale(1);
	animation: pulse-animation 1.5s infinite;
}
@keyframes pulse-animation {
	0% {
		transform: scale(0.9);
	}
	70% {
		transform: scale(1);
	}
	100% {
		transform: scale(0.9);
	}
}


/* Updates 2025-06-12 */
body .testimonial_slider {
    border: 4px solid var(--pn-red);
}
.dce-button-link {
	transition: all 0.4s ease;
}
.dce-button-link:hover {
    color: white;
    background-color: var(--pn-red);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.50);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.50);
}
.dce-button-link.type-icon_button_arrow:hover {
	background-image: url(../img/buttons/icon_button_arrow_hover.svg);
}
.dce-button-link.type-icon_button_company:hover {
	background-image: url(../img/buttons/icon_button_company_hover.svg);
}
.dce-button-link.type-icon_button_company_phone:hover {
	background-image: url(../img/buttons/icon_button_company_phone_hover.svg);
}
.dce-button-link.type-icon_button_grid:hover {
	background-image: url(../img/buttons/icon_button_grid_hover.svg);
}
.dce-button-link.type-icon_button_jobs:hover {
	background-image: url(../img/buttons/icon_button_jobs_hover.svg);
}
.dce-button-link.type-icon_button_order:hover {
	background-image: url(../img/buttons/icon_button_order_hover.svg);
}
.dce-button-link.type-icon_button_person:hover {
	background-image: url(../img/buttons/icon_button_person_hover.svg);
}
.dce-button-link.type-icon_button_promo:hover {
	background-image: url(../img/buttons/icon_button_promo_hover.svg);
}
.dce-button-link.type-icon_button_publication:hover {
	background-image: url(../img/buttons/icon_button_publication_hover.svg);
}
.dce-button-link.type-icon_button_tasche:hover {
	background-image: url(../img/buttons/icon_button_tasche_hover.svg);
}
.dce-button-link.type-icon_button_laden:hover {
	background-image: url(../img/buttons/icon_button_laden_hover.svg);
}
.dce-button-link.type-icon_button_kuh:hover {
	background-image: url(../img/buttons/icon_button_kuh_hover.svg);
}
.dce-button-link.type-icon_button_hase:hover {
	background-image: url(../img/buttons/icon_button_hase_hover.svg);
}
.dce-button-link.type-icon_button_magazin:hover {
	background-image: url(../img/buttons/icon_button_magazin_hover.svg);
}

.royalSlider .text-container {
    width: 90%;
}
.slider-btn-link {
    display: inline-flex;
    background-color: var(--pn-red);
    color: white;
    position: absolute;
    bottom: 30px;
    right: 100px;
    padding: 15px 30px 15px 30px;
    align-items: center;
    font-family: plymouth_serialbold, Arial, Helvetica, sans-serif;
    font-size: 27px;
    text-transform: uppercase;
}
.slider-btn-link:hover {
    background-color: white;
    color: var(--pn-red);
}
.slider-btn-link svg {
    width: 30px;
    margin-right: 10px;
}
.slider-btn-link svg path,
.slider-btn-link svg rect,
.slider-btn-link svg circle {
	fill: #fff !important;
}
.slider-btn-link:hover svg path,
.slider-btn-link:hover svg rect,
.slider-btn-link:hover svg circle {
	fill: var(--pn-red) !important;
}
.rsUni .rsBullet {
    cursor: pointer;
}
.mask-red-bar {
	margin-top: 50px;
    margin-bottom: 50px;
}
.mask-red-bar .mask-red-bar-top img,
.mask-red-bar .mask-red-bar-bottom img {
	width: 100%;
	display: block;
	height: auto;
}
.mask-red-bar-wrapper {
	background-color: var(--pn-red); 
	padding: 25px 0;
}
.mask-red-bar-inner {
	min-height: 158px;
}
.mask-red-bar-inner {
	background: url("../img/FORS_nur_Korn_weiss.png") right center no-repeat;
	background-size: 100px auto;
}
.mask-red-bar h3 {
	margin-right: 90px;
	text-align: center;
	color: white; 
	font-size: 30px; 
	font-family: plymouth_serialregular, Arial, Helvetica, sans-serif;
    hyphens: auto;
    -webkit-hyphens: auto;
	line-height: 1.2;
}
@media (max-width: 767px) {
	.content-slider .blockHeadline {
        margin-bottom: 20px;
    }
	.slider-btn-link {
		position: static;
        margin-bottom: 20px;
	}
}