.body {
	font-family: 'Lato', Arial, sans-serif;
	background: #fff;
	color: #555;
	overflow-x: hidden;
	margin: 0 auto;
	padding: 20px 20px 0 20px;
	max-width: 1390px;
}

div[style*="clear"][align="center"] {
    display: none !important;
}

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

.feature_box > div {
	padding: 0 16px 16px 16px;
	margin-left: -16px;
	margin-right: -16px;
}

.thumbnail {
	display: inline-block !important;
}

.container {
	overflow: hidden;
}

.h3, h3 {
	font-size: 24px;
}

div[typeof="Product"] {
	display: none;
}

div {
	font-size: 14px;
}

p, ol li, ul li {
	font-size: 1rem;
}

ul {
	list-style: none;
}

ul.damen li::before {
	content: "✔️";
	padding-right: 5px;
}

ul.herren li::before {
	content: "✔️";
	padding-right: 5px;
}

hr {
	border-color: rgba(0, 0, 0, 0.1);
}

.p-0 {
	padding: 0px !important;
}

.m-0 {
	margin: 0px !important;
}

.flex-row.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

/*.flex-row.row > [class*='col-'] {
	display: flex;
}*/

.flex-row.row:after,
.flex-row.row:before {
	display: flex;
}

._headerlinks {
	height: 73;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0px;
	background: var(--color-1);
	position: relative;
	display: flex;
	border-bottom: 3px #000 outset;
}

._header-shortlinks {
	margin-top: auto;
	padding: 20px 30px;
	display: inline-flex;
	background: var(--color-1);
	color: #fff;
	font-weight: normal;
	font-size: 16px;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	transition: filter 200ms linear;
	text-transform: uppercase;
	height: 100%;
	justify-content: center;
	align-items: center;
	width: 25%;
}

._header-shortlinks:hover {
	text-decoration: none;
	color: #fff;
	background: var(--color-1);
	filter: brightness(108%);
	-webkit-filter: brightness(108%);
	margin-top: -2px;
	height: calc(100% + 2px);
}

._header-shortlinks:focus, ._header-shortlinks:visited {
	text-decoration: none;
	color: #fff;
}

._fill_header {
	flex-grow: 1;
	margin-top: auto;
	padding: 9px 9px 8px 9px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background: var(--color-1);
	color: #fff;
	height: calc(100% - 8px);
}

._name {
	margin: 30px 0px 15px 0px;
	font-weight: normal;
	font-size: 24px;
}

@media screen and (min-width: 846px) {
	._bullet {
		display: none;
	}
}

@media screen and (max-width: 845px) {
	._description {
		display: none;
	}
}

.logo {
	margin-bottom: 10px;
}

/* banner slider */
.css-slideshow {
	position: relative;
	width: 100%;
	height: 300px;
	margin-top: 20px;
}

:nth-child(1) { --nth-child: 1 }
:nth-child(2) { --nth-child: 2 }
:nth-child(3) { --nth-child: 3 }

.banner-slider:nth-child(1) {
	animation-delay: calc(var(--nth-child) * 6s);
}

.banner-slider:nth-child(2) {
	animation-delay: calc(var(--nth-child) * 6s);
}

.banner-slider:nth-child(3) {
	animation-delay: calc(var(--nth-child) * 6s);
}

@-webkit-keyframes xfade {
	0%, 100% {
		opacity: 0;
	}
	20% {
		opacity: 1; animation-timing-function: ease-in;
	}
	33% {
		opacity: 1; animation-timing-function: ease-out;
	}
	53% {
		opacity: 0;
	}
}

@-moz-keyframes xfade {
	0%, 100% {
		opacity: 0;
	}
	20% {
		opacity: 1; animation-timing-function: ease-in;
	}
	33% {
		opacity: 1; animation-timing-function: ease-out;
	}
	53% {
		opacity: 0;
	}
}

@-o-keyframes xfade {
	0%, 100% {
		opacity: 0;
	}
	20% {
		opacity: 1; animation-timing-function: ease-in;
	}
	33% {
		opacity: 1; animation-timing-function: ease-out;
	}
	53% {
		opacity: 0;
	}
}

@keyframes xfade {
	0%, 100% {
		opacity: 0;
	}
	20% {
		opacity: 1; animation-timing-function: ease-in;
	}
	33% {
		opacity: 1; animation-timing-function: ease-out;
	}
	53% {
		opacity: 0;
	}
}

.css-slideshow .banner-slider {
	margin: 0;
	width: 100%;
	height: 300px;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 1;
}

.css-slideshow .banner-slider img {
	max-height: 300px;
	height: auto;
	width: auto;
	position: relative
}

/* banner slider */

/* varianten start */
._variant_box {
	margin-top: 30px;
}

._variant-list {
	margin-top: 15px;
}

._variant {
	border: 1px solid var(--color-1);;
	font-size: 12px;
	padding: 5px 10px;
	text-align: center;
	display: inline-block;
	margin-top: 3px;
}

._variant:hover {
	background: var(--color-1);
	color: #fff
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	._variant-list {
		margin-top: 0px;
		padding: 15px;
	}
}

/* varianten ende */

/* buy now button start */
._buynow {
	margin: 45px 0px;
}

._buynow ._btn {
	display: inline-block;
	padding: 15px 35px;
	margin-top: 10px;
	background: var(--color-1);
	color: #fff;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.6);
	font-weight: 600;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 20px;
	transition: all 200ms linear;
	text-align: center;
}

._buynow ._btn:hover {
	text-decoration: none;
	filter: brightness(107%);
}

._buynow ._price {
	margin: 0px 10px;
	font-size: 22px;
	font-weight: 400;
}

._buynow ._tax {
	font-size: 10px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	._buynow ._btn {
		width: 100%;
	}

	._buynow {
		text-align: center;
	}
}

/* buy now button ende */


.image-description-block {
	margin-top: 30px;
}

@media only screen and (max-width: 600px) {
	.image-description-block {
		margin-top: 0px;
	}
}


/* galerie start */
.gallery {
	width: 100%;
	float: left;
	position: relative;
}

.big-picture {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
	text-align: center;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: opacity .5s;
	margin: 0;
}

.big-picture img {
	max-height: 500px;
}

.gallery .big-picture:first-of-type {
	position: relative;
	pointer-events: auto;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	z-index: 2;
}

._thumbnail-list {
	padding-top: 15px;
	padding-left: 0;
	text-align: center;
}

._thumbnail {
	border: 1px solid rgba(0, 0, 0, 0.2);
	position: relative;
	display: inline-flex;
	margin-right: 5px;
	margin-left: 0px;
	width: 100px;
	height: 100px;
	text-align: center;
	margin-bottom: 10px;
	transition: all .3s;
	align-items: center;
	justify-content: center
}

._thumbnail img {
	max-height: 65px;
}

._thumbnail:hover {
	filter: brightness(105%);
	transform: scale(1.10);
	cursor: pointer;
	transition: all .25s;
	z-index: 99999;
}

.gallery .pic-container {
	display: none !important;
}

.gallery .pic-container:target ~ .big-picture {
	pointer-events: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-animation: none;
	-o-animation: none;
	animation: none;
	z-index: 2;
}

.gallery .pic-container:nth-of-type(1):target ~ .big-picture:nth-of-type(1),
.gallery .pic-container:nth-of-type(2):target ~ .big-picture:nth-of-type(2),
.gallery .pic-container:nth-of-type(3):target ~ .big-picture:nth-of-type(3),
.gallery .pic-container:nth-of-type(4):target ~ .big-picture:nth-of-type(4),
.gallery .pic-container:nth-of-type(5):target ~ .big-picture:nth-of-type(5),
.gallery .pic-container:nth-of-type(6):target ~ .big-picture:nth-of-type(6),
.gallery .pic-container:nth-of-type(7):target ~ .big-picture:nth-of-type(7),
.gallery .pic-container:nth-of-type(8):target ~ .big-picture:nth-of-type(8) {
	pointer-events: auto;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	._logo {
		text-align: center;
	}

	._logo img {
		display: inline-block !important;
	}

	._name {
		text-align: center;
	}

	.big-picture {
		height: 260px;
	}

	.big-picture img {
		max-height: 260px;
		display: inline-block !important;
	}

	._thumbnail {
		width: 60px;
		height: 60px;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 601px) {
	.gallery {
		margin-top: 25px;
	}

	.big-picture {
		height: 400px;
	}

	.big-picture img {
		max-height: 400px;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.big-picture {
		height: 500px;
	}

	.big-picture img {
		max-height: 500px;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 991px) {
	._logo {
		text-align: center;
	}

	._logo img {
		display: inline-block !important;
	}
}

@media screen and (min-width: 900px) and (max-width: 991px) {
	.image-description-block {
		margin-top: 0px;
	}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.big-picture {
		height: 300px;
	}

	.big-picture img {
		max-height: 300px;
	}

	._thumbnail:nth-child(3n) {
		margin-right: 0px;
	}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.big-picture {
		height: 500px;
	}

	.big-picture img {
		max-height: 500px;
	}

	._thumbnail:nth-child(4n) {
		margin-right: 0px;
	}

	._thumbnail:nth-child(3n) {
		margin-right: 5px;
	}
}

/* galerie ende */


/* pro_gallery */
.pro_gallery {
	width: 100%;
	position: relative;
	padding-top: 600px;
	text-align: center;
	padding-bottom: 20px;
}

.pro_gallery > div img {
	position: absolute;
	left: 0;
	top: 0;
	max-width: 100%;
	max-height: 100%;
}

.pro_gallery input[name=pro_gallery_switch] {
	display: none
}

.pro_gallery label a {
	transition: opacity .5s
}

.pro_gallery label {
	position: initial !important;
	cursor: pointer;
	margin: 10px 10px 2px auto;
	overflow: hidden;
	padding: 0;
	width: 100px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.pro_gallery label:hover {
	filter: brightness(105%);
	transform: scale(1.10);
	cursor: pointer;
	transition: all .25s linear;
	z-index: 99999;
}

.pro_gallery label img {
	display: block;
	position: absolute;
	left: 50%;
	max-height: 100%;
	max-width: 100%;
	width: auto !important;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transfrom: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%)
}

.pro_gallery input[name=pro_gallery_switch]:checked + label + div img {
	opacity: 1;
}

.pro_gallery input[name=pro_gallery_switch] ~ div span {
	position: absolute;
	width: 100%;
	left: 0;
	text-align: center;
	bottom: 0;
	cursor: pointer;
}

.pro_gallery input[name=pro_gallery_switch] ~ div img {
	opacity: 0;
}

.pro_gallery input[name=pro_gallery_switch] ~ label a span {
	display: none
}

.pro_gallery input[name=pro_gallery_switch]:checked + label div img {
	opacity: 1;
	transition: opacity .25s ease-in-out
}

.pro_gallery input[name=pro_gallery_switch]:checked + label a span {
	display: block
}

.pro_gallery input[name=pro_gallery_switch] + label + div img {
	position: absolute
}

.pro_gallery_big_image > img {
	-webkit-transition: opacity .75s ease;
	transition: opacity .75s ease;
	display: block;
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto
}

.pro_gallery_thumbnail {
	position: relative;
	height: 100px;
	margin: 2px
}

.pro_gallery_big_image {
	position: absolute;
	top: 0;
	width: 100%;
	height: 600px;
}

@media (min-width: 0px) and (max-width: 370px) {
	.pro_gallery {
		padding-top: 300px;
	}

	.pro_gallery_thumbnail,
	.pro_gallery label {
		height: 55px;
		width: 55px;
	}

	.pro_gallery_big_image {
		height: 300px;
	}
}

@media (min-width: 371px) and (max-width: 490px) {
	.pro_gallery {
		padding-top: 400px;
	}

	.pro_gallery_thumbnail,
	.pro_gallery label {
		height: 70px;
		width: 70px;
	}

	.pro_gallery_big_image {
		height: 400px;
	}
}

@media (min-width: 491px) and (max-width: 590px) {
	.pro_gallery {
		padding-top: 560px;
	}

	.pro_gallery_thumbnail,
	.pro_gallery label {
		height: 80px;
		width: 80px;
	}
}

@media (min-width: 591px) and (max-width: 768px) {
}

@media (min-width: 591px) and (max-width: 990px) {
	.pro_gallery {
		padding-top: 600px;
	}

	.pro_gallery_thumbnail,
	.pro_gallery label {
		height: 80px;
		width: 80px;
	}
}

@media (min-width: 991px) and (max-width: 1024px) {
	.pro_gallery {
		padding-top: 550px;
	}

	.pro_gallery_thumbnail,
	.pro_gallery label {
		height: 80px;
		width: 80px;
	}
}

/* pro_gallery ende */


/* tab navigation start */
.tab-navigation input[type=radio] {
	visibility: hidden;
	height: 0;
	width: 0;
	position: absolute;
	margin: 0;
	padding: 0;
}

.tab-href {
	display: inline-block;
	min-width: 150px;
	background: rgba(0, 0, 0, 0.1);
	border-bottom: none;
	color: #666;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	font-weight: normal;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	position: relative;
	padding: 2px 40px;
	margin-bottom: 0px;
	margin-right: 5px;
}

.tab-href:hover {
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	cursor: pointer;
}

#tab1-btn:checked + .tab-href,
#tab2-btn:checked + .tab-href,
#tab3-btn:checked + .tab-href,
#tab4-btn:checked + .tab-href,
#tab5-btn:checked + .tab-href,
#tab6-btn:checked + .tab-href {
	background: var(--color-1);
	color: #fff;
	position: relative;
	z-index: 2;
	display: inline-block;
	text-align: center;
	cursor: pointer;
}

.tab-navigation {
	clear: both;
	margin-top: 35px;
}

.tab-content {
	padding: 35px;	
	border-top: #000 3px outset;
}

#tab1-btn:checked ~ #tab2,
#tab1-btn:checked ~ #tab3,
#tab1-btn:checked ~ #tab4,
#tab1-btn:checked ~ #tab5,
#tab1-btn:checked ~ #tab6,
#tab2-btn:checked ~ #tab1,
#tab2-btn:checked ~ #tab3,
#tab2-btn:checked ~ #tab4,
#tab2-btn:checked ~ #tab5,
#tab2-btn:checked ~ #tab6,
#tab3-btn:checked ~ #tab1,
#tab3-btn:checked ~ #tab2,
#tab3-btn:checked ~ #tab4,
#tab3-btn:checked ~ #tab5,
#tab3-btn:checked ~ #tab6,
#tab4-btn:checked ~ #tab1,
#tab4-btn:checked ~ #tab2,
#tab4-btn:checked ~ #tab3,
#tab4-btn:checked ~ #tab5,
#tab4-btn:checked ~ #tab6,
#tab5-btn:checked ~ #tab1,
#tab5-btn:checked ~ #tab2,
#tab5-btn:checked ~ #tab3,
#tab5-btn:checked ~ #tab4,
#tab5-btn:checked ~ #tab6,
#tab6-btn:checked ~ #tab1,
#tab6-btn:checked ~ #tab2,
#tab6-btn:checked ~ #tab3,
#tab6-btn:checked ~ #tab4,
#tab6-btn:checked ~ #tab5 {
	display: none;
}

.animated {
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	-o-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes _tabanimation {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes _tabanimation {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-o-keyframes _tabanimation {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes _tabanimation {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

._tabanimation {
	-webkit-animation-name: _tabanimation;
	-moz-animation-name: _tabanimation;
	-o-animation-name: _tabanimation;
	animation-name: _tabanimation;
}

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

	.tab-href {
		display: block;
	}

	#tab1-btn:checked + .tab-href,
	#tab2-btn:checked + .tab-href,
	#tab3-btn:checked + .tab-href,
	#tab4-btn:checked + .tab-href,
	#tab5-btn:checked + .tab-href,
	#tab6-btn:checked + .tab-href {
		display: block;
	}

}

/* tab navigation ende */

/* our features */
.our_features {
	background: var(--color-1);
	padding: 45px 0px;
	margin-top: 35px;
}

.our_features_container {
	margin: 0 auto;
	text-align: center;
}

.our_features_container h2 {
	color: #fff;
	margin: 0px 0px 70px 0px;
}

.our_feature_content {
	background-color: #ffffff;
	padding: 0px 35px 35px 35px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 100%;
	width: 100%;
}

.our_feature_content .circle {
	position: relative;
	top: -38px;
	display: block;
	margin: 0 auto;
	width: 76px;
	height: 76px;
	border-radius: 50%;
	background: var(--color-1);
}

.our_feature_content .circle i {
	margin-top: 20px;
	color: #ffffff;
	font-size: 36px;
}

.our_features_content_wrapper {
	align-items: center;
	justify-content: center;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.our_feature_content {
		overflow: initial !important;
	}

	.our_feature_content img {
		max-width: 100% !important;
		width: 100% !important;
		height: auto !important;
	}

	.flex-row.row div:last-child .our_feature_content {
		margin-bottom: 10px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1250px) {
	.our_features_container h3 {
		font-size: 20px;
	}

	.our_feature_content {
		padding: 0px 15px;
	}
}

/* our features */

/* bestseller */
.bestseller {
	margin-top: 35px;
}

.bestseller_container {
}

.bestseller_headline {
	border-bottom: 3px solid #555;
	text-align: center;
}

.bestseller_container h2 {
	color: #555;
	display: inline-block;
	font-size: 22px;
	padding-bottom: 15px;
	margin-bottom: -3px;
	border-bottom: 3px solid var(--color-1);
}

.bestseller_block {
	padding: 30px;
	margin-top: 20px;
	width: 100%;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.bestseller_block img {
	max-height: 300px;
	width: auto !important;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.bestseller_block {
		margin-top: 0px;
	}
}

/* bestseller */

/* footer */

.newsletter {
	margin-top: 35px;
	background: var(--color-1);
	padding: 20px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px !important;
}

.newsletter_btn {
	color: #555;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	margin-left: 20px;
	font-size: 16px;
	text-decoration: none;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.newsletter_btn:hover {
	text-decoration: none;
	filter: brightness(120%);
	color: #555;
}

.newsletter_btn:focus, .newsletter_btn:visited {
	text-decoration: none;
	color: #555;
}

.footer {
	background: var(--color-2);
	padding: 25px;
	color: rgba(255, 255, 255, 0.7);
}

.footer_content {
	padding: 0px 10px;
	width: 100%;
}

.Kontakt_h2 {
	font-size: 16px;
	line-height: 1;
	margin-top: .5rem;
	margin-bottom: .2rem;
}

.Jens_span {
	font-size: 12px;
}

.footer_icons {
	margin: 2px;
}

.footer_content h3 {
	border-bottom: 1px solid var(--color-1);
	color: #fff;
	padding-bottom: 10px;
	font-size: 16px;
}

._footer_info_links, ._footer_info_links:hover, ._footer_info_links:focus, ._footer_info_links:visited {
	color: var(--color-1);
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

._footer_info_links:hover {
	color: #fff;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	
	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, 
	.col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, 
	.col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, 
	.col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}

	.bestseller_container h2 {
		font-size: 1em !important;
	}

	.bestseller_headline h2{
		font-size: 24px !important;
	}

	.cross img {
		height: auto;
	}

	.Tabelle .row .col:nth-child(6) p, .Tabelle .row .col:nth-child(7) p {
		font-size: 1em !important;
	}

	p {
		font-size: 1em;
	}

	.footer {
		padding: 25px 0px;
	}

	.footer_icons {
		display: inline-block !important;
	}

	.footer_content {
		text-align: center;
	}

	.newsletter {
		display: block;
		text-align: center;
	}

	.newsletter_btn {
		margin-left: 0px;
		margin-top: 10px;
	}
}

/* footer */

@media screen and (min-width: 768px) and (max-width: 1250px) {
	.footer_icons {
		max-width: 82px !important;
	}
}

/* copyright */
.copyright {
	text-align: center;
	color: #000;
	padding: 10px;
}

.copyright b {
	color: #555;
}

/* copyright */



/* /////////////////////////////////////////////////////////////////////////////////  */


a._header-shortlinks }
	width: 25% !important;
}

a._header-shortlinks:hover {

	color: #fff !important;
	filter: brightness(108%);
	-webkit-filter: brightness(108%);
	margin-top: -2px;
	height: calc(100% + 2px);
}

._buynow ._btn {
	color: #fff!important;
	text-shadow: 1px 1px 0px rgb(0 0 0 / 0%)!important;
}

._buynow ._btn:hover {
	text-shadow: 1px 1px 0px rgb(0 0 0 / 60%) !important;
}

.cross-selling {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
}

.cross {
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2) !important;
	transition: 0.3s !important;
	width: 40% !important;

	width:  calc(100% / 5) !important;
	height: 300px !important;

	float: left !important;

	margin-top: 10px !important;
	margin-right: 10px !important;
	padding-top: 10px !important;
}

.containa {
	text-align: center !important;
	padding: 2px 16px !important;
}

.containa a {
    max-height: 60px;
    display: block;
    overflow: hidden;
}

.cross img {
	display:block !important;
	margin:auto !important;

	width: auto !important;
	height: 125px !important;
}

.bestseller_block {
	cursor: default !important;
}

.bestseller_block:hover {
	filter: none !important;
}

a {
	color: #555;
	text-decoration: none;
	background-color: transparent;
	font-weight: bold:
	font-size: 14;
}

a:hover {
	color: var(--color-1);
}

div.cross:nth-child(1n+9) {
	display: none !important;
}

.copyright {
	text-align: center;
	color: #fff;
	background: #171717;
	padding: 10px;
}

@media (max-width: 600px) {
	.footer {
		background: var(--color-2);
		padding: 25px;
		color: rgba(255, 255, 255, 0.9);
		border-top: 0 solid var(--color-1);
	}
}

@media (min-width: 601px) {
	.footer {
		background: var(--color-2);
		padding: 25px;
		color: rgba(255, 255, 255, 0.7);
		border-top: 50px solid var(--color-1);
	}
}

.Tabelle {
	text-align: center;
	height: 100%;
	color: #333;
}

.Tabelle .row {
	overflow: hidden;
}

.Tabelle .row .col {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 10px;
	overflow: hidden;
}

.Tabelle .row:first-child .col {
	background: #d0bc8a;
	color: #fff;
}

.Tabelle .row:first-child .col:last-child {
	background: #ddd;
}

.Tabelle .row:nth-child(2n+2) .col:nth-child(2n+2) {
	background: #fff;
}

.Tabelle .row:nth-child(2n+2) .col:nth-child(2n+1) {
	background: #fffbf0;
}

.Tabelle .row:nth-child(2n+3) .col:nth-child(2n+2) {
	background: #fffbf0;
}

.Tabelle .row:nth-child(2n+3) .col:nth-child(2n+1) {
	background: #fcf6e6;
}

.Tabelle .row .col:nth-child(1n+2) {
	-webkit-box-shadow: 0 0 6px 0px #000;
	box-shadow: 0 0 6px 0px #000;
}

.Tabelle .row .col:nth-child(6) p, .Tabelle .row .col:nth-child(7) p {
	font-size: 1.3em;
	font-weight: bold;
}


.Unisex {
	border-radius: 25px;
	max-width: 74px;
	background-color: #d0bc8a;
	color: #FFFFFF;
	min-width: 43px;
    padding: 21px 5px;
    height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
}

::selection {
	color: #171717;
	background-color: #D0BD90;
}

a.row {
	overflow: hidden;
	margin-bottom: 1px;
	background-color: #eee;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a.row:nth-child(2n+2) {
	background-color: #ddd;
	border-bottom: 1px solid #ccc;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a.row .col-12 {
	padding-right: 0px;
}

a.row .col-12 {
	padding-right: 0px;
}

a.row img {
	max-width: 120px !important;
	margin: 3px;
	border-bottom: 3px solid #000;
}

a.row p {
	padding: 0.5em 0em;
	margin-bottom: 0;
	font-size: 1.25em;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

}

a.row:nth-child(2n+2) p {
	background-color: transparent;
}

a.row .vraiant_decospace {
	background-color: #fff;
	border-radius: 0px 0px 0px 0px;
	height: 100%;
	min-height: 50px;
	-webkit-box-shadow:inset 3px 3px 0 0 #D0BD90;
	box-shadow:inset 3px 3px 0 0 #D0BD90;
	display: none;
}

a.row:hover {
	background-color: #D0BD90;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a.row:hover p {
	color: #fff;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.three-cogs {
	position: relative;
}

.fab {
	border: 5px solid #171717;
}

.fa-lg {
	animation-duration: 4s;
	right: 0.25em;
	line-height: initial;
}

.fa-sm {
	position: absolute;
	top: -0.5em;
	right: 0.8em;
	animation-direction: reverse;
	animation-duration: 2s;
	font-size: 0.875em !important;
}

.fa-xs {
	position: absolute;
	bottom: -0.2em;
	right: 0.8em;
	animation-direction: reverse;
	animation-duration: 2s;
	font-size: 0.75em !important;
}

.fa-1x {
	position: absolute;
	top: 1em;
	animation-duration: 4s;
}

.footer_icon {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

@media (max-width: 600px) {
	.about {
		width: 85%;
	}
}

/*.shaking:nth-child(1) {
	animation: shake 5s ease infinite;
}

@keyframes shake {
	0% { transform: translate(0px, 0px) rotate(0deg); }
	1.7% { transform: translate(5px, 0px) rotate(1deg); }
	3.5% { transform: translate(0px, 0px) rotate(0deg); }
	5.3% { transform: translate(5px, 0px) rotate(1deg); }
	7.5% { transform: translate(0px, 0px) rotate(0deg); }
	8.7% { transform: translate(5px, 0px) rotate(1deg); }
	9.9% { transform: translate(0px, 0px) rotate(0deg); }
	11.1% { transform: translate(5px, 0px) rotate(1deg); }
	100% { transform: translate(0px, 0px) rotate(0deg); }
}*/