.product-item img {
  margin-bottom: 10px !important;
}

.product-item-desc {
  margin-bottom: 10px;
  height: auto !important;;
}

.europa-icon {
  width: 70px !important;
  position: absolute;
  top: 0px !important;
  right: 10px !important;
  border-bottom: 0px solid #b3b3b3 !important;
}

.europa-icondetail {
  width: 70px !important;
  position: absolute;
  top: 0px !important;
  right: 0px !important;
  border-bottom: 0px solid #b3b3b3 !important;
}


.unisex-icon {
  width: 70px !important;
  position: absolute;
  top: 0px !important;
  left: 10px !important;
  border-bottom: 0px solid #b3b3b3 !important;
}

.unisex-icondetail {
  width: 70px !important;
  position: absolute;
  top: 0px !important;
  left: 0px !important;
  border-bottom: 0px solid #b3b3b3 !important;
}

.cart-item-article-nr:nth-of-type(3) {
  margin-top: 0px !important;
}

.groessentabelle {
  position: relative;
  display: inline-block;
  line-height: 26px;
  padding-right: 40px;
  margin-top: 15px;
  font-size: 14px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cpath fill='%232d2d2d' d='M34,.6.6,34,16,49.4,49.4,16ZM3.4,34l2.1-2.1,4.8,4.8,1.4-1.4L6.9,30.5l3.6-3.6,2.8,2.8,1.4-1.4-2.8-2.8,3.6-3.6,4.8,4.8,1.4-1.4-4.8-4.8,3.6-3.6,2.8,2.8,1.4-1.4-2.8-2.8,3.6-3.6,4.8,4.8,1.4-1.4-4.8-4.8,3.6-3.6,2.8,2.8,1.4-1.4L31.9,5.5,34,3.4,46.6,16,16,46.6Z'/%3E%3C/svg%3E") no-repeat right 5px center/25px;
}


.gt-messen{clear:both}
.gt-messen+.gt-messen{margin-top:20px}
.gt-messen>img{float:left}
.gt-messen>p{padding-left:50px}


/* Druck und Stick Tabelle */
.tab {
	width: 100%;
	overflow: hidden;
}
.tabs input {
	position: absolute;
	opacity: 0;
	z-index: -1;
}
input:checked + .tab-label {
	background: #f29912;
	color: #fff;
}
.tab-label {
	display: flex;
	justify-content: space-between;
	padding: 1em;
	background: rgba(74,74,73,0.4);
	font-weight: 600;
	color: #2d2d2d;
	cursor: pointer;
	transition: .2s ease;
}
.tab-label::after {
	content: '';
	position: relative;
	right: 2px;
	width: 10px;
	height: 10px;
	margin-top: 7px;
	border-right: 2px solid #2d2d2d;
	border-bottom: 2px solid #2d2d2d;
	transform: rotate(45deg);
	transition: .2s ease;
}
.tab-label:hover::after {
	border-right: 2px solid #fff;
 	border-bottom: 2px solid #fff;
}
.tab-label:hover {
	background: #f29912;
	color: #fff;
}
input:checked + .tab-label::after {
	transform: rotate(225deg);
	margin-top: 13px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
input:checked + .tab-label {
	border-right: 2px solid #f29912;
}
.tab-content {
	max-height: 0;
	color: #b1b1b1;
	background: #fff;
	transition: all .2s;
}
input:checked ~ .tab-content {
	max-height: 100vh;
	margin: 15px 0 10px 0;
}
.tab-content {
	max-height: 0;
	color: #b1b1b1;
	background: #fff;
	transition: all .2s;
}
.tab-content ul {
	color: #2d2d2d;
}
.tabs table {
	width: 100%;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	text-align: center;
}
.tabs table td {
	text-align: center;
	color: #2d2d2d;
	margin: 8px;
	padding: 8px;
	font-size: 16px;
	line-height: 1.3em;
	border-left: 1px solid #d8d8d8;
}
.tab-content p {
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 20px;
	color: #2d2d2d;
}
.tab + .tab {
	margin-top: 5px;
}
p + .tabs {
	margin: 20px 0;
}

form.form-cart input[type="password"] { width: 92%; }

/* ul einrücken in den produktinfos und style */
.produktinfo ul {margin-left: 20px; margin-top: 15px; margin-bottom: 15px; list-style-type: disc;}

/* ol einrücken in den textseiten und style */
.textinhalt ol {margin-left: 20px; margin-top: 15px; margin-bottom: 15px; list-style-type: decimal;}

/* ul einrücken in den textseiten und style */
.textinhalt ul {margin-left: 20px; margin-top: 15px; margin-bottom: 15px; list-style-type: disc;}

/* abstand oben in den textseiten und style */
.textinhalt {margin-top: 0px !important;}


.logotsd { width: 110px !important; }

@media (max-width: 850px) {
.logotsd { width: 80px !important; }
}


.loeschicon { width: 20px; height: 20px; }

.nav-sub-zwo { padding-left: 15px; }

b {font-weight: 600; }
strong {font-weight: 600; }

.ossfieldrdr1 {font-weight: 600; }

.kontouser { color: #4A4A49; font-size: 22px; font-family: 'Open Sans', sans-serif;}

@media (max-width: 800px) {
.loginsalute { display: none; }
}


.form-cart-item > textarea {
    float: left;
    width: calc(100% - 40px);
    height: 120px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    border: 1px solid #ccc;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 35px;
}

a.account-create { text-decoration: none;}

.newsimage img { margin-bottom: 15px; }
.newsimage p { font-size: 13px; }


.seitennavi { margin-top: 40px !important; font-size: 18px;  }

.seitennavi span { color: #333333; }

.titel4 {
    font-family: 'Open Sans', serif !important;
    font-size: 26px !important;
    font-weight: 300 !important;
    line-height: 40px !important;
    margin-top: 20px !important;
    margin-bottom: 15px;
    color: #333333 !important;
}



h1.topslider {
font-family: 'Open Sans', serif;
font-weight: 300;
font-size: 36px;
line-height: 40px;
margin-bottom: 15px;
color: #333333;
border-bottom: 0px solid #4A4A49;
}


h2.topslider {
font-family: 'Open Sans', serif;
font-weight: 300;
font-size: 36px;
line-height: 40px;
margin-bottom: 15px;
color: #333333;
border-bottom: 0px solid #4A4A49;
}



.auswahlmenge {
display: block;
width: 50px;
padding: 0 5px;
border: 1px solid #d9d9d9;
text-align: center;
}


.txt-a ol, .txt-a ul {
list-style-type: disc;
list-style-position: outside;
margin-top: 10px;
margin-bottom: 10px;
padding-left: 15px;
}


/* Tabelle */
.ce-table {
  width: 100%;
  overflow-y: auto;
  margin: 0 0 1em;
}

.ce-table::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

.ce-table::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, .3);
}

table {
	border-collapse: collapse; 
}

table th,
table tr,
table td {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 40px;
	color: #4A4A49;
}
@media (max-width: 935px) {
	table th,
	table tr,
	table td {
		line-height: 24px;
	}
}
@media (max-width: 540px) {
  table th,
  table tr,
  table td {
    font-size: 14px;
    line-height: 22px;
  }
}

table tr {
	height: 40px; 
	border-bottom: 1px solid #4A4A49;
}
@media (max-width: 935px) {
	table tr {
		height: 24px;
	}
}


.textinhalt h3 { font-size: 26px; margin-top: 15px; margin-bottom: 5px;} 

h1.haendler { font-family: 'Open Sans', serif;
border-bottom: 0px solid #4A4A49 !important;
margin-bottom: 0px !important;
padding-bottom: 0px !important;
}



h2.haendler { font-family: 'Open Sans', serif;
font-size: 22px;
line-height: 40px;
margin-top: 20px;
margin-bottom: 0px;
color: #333333;
text-align: center;
border-bottom: 0px solid #4A4A49 !important;
}

h3.haendler { font-family: 'Open Sans', serif;
font-size: 22px !important;
line-height: 40px !important;
margin-top: 20px !important;
margin-bottom: 0px !important;
color: #333333 !important;
border-bottom: 0px solid #4A4A49 !important;
}

p.haendler { margin-bottom: 15px;
}


@media (max-width: 540px) {
  .txt-a .rslides-info {
    padding-left: 0px;
  }
}


h2.infotitel {
font-family: 'Open Sans', serif;
font-size: 16px;
font-weight: bold;
line-height: 50px;
margin-bottom: 20px;
padding-bottom: 0px;
border-bottom: 1px solid #4A4A49;
text-align: left;
text-transform: uppercase;
color: #4A4A49;
}


.produktinfo h3 {
font-family: 'Open Sans', serif;
font-size: 24px;
font-weight: text-transform: uppercase;;
line-height: 30px;
margin-bottom: 10px;
padding-bottom: 0px;
border-bottom: 0px solid #4A4A49;
text-align: left;
text-transform: uppercase;
color: #4A4A49;
}

@media (max-width: 540px) {
.viererfilter { width: 100%;}
}

@media (min-width: 541px) {
.viererfilter { width: 25%;}
}

.form-newsletter > input[type="submit"] { color: transparent; }

.form-newsletter > label { display: none; }
.form-newsletter label { display: none; }
.nav-add-search > label { display: none !Important; }


.form-cart-action>input[type="submit"]:hover{background:#cccccc;color:#000000;}




@media (max-width: 1024px){

.logotsd {
  width: 90px !important;
  margin-top: -12px;
}

}

@media (max-width: 920px){

  .logotsd {
    width: 75px !important;
  }

}

@media (max-width: 850px) {
  .logotsd {
    width: 60px !important;
  }
}

@media (max-width: 400px) {
  .logotsd {
    width: 50px !important;
    margin-top: 0px;
  }

.europa-icon {
  width: 35px !important;
}

#product-detail h1 { font-size: 20px;
    line-height: 26px; }


.cart-item-article-title { 
font-size: 16px;
font-weight: 600;
line-height: 20px;
 }





}


@media (min-width: 1025px){

.logotsd {
  width: 90px !important;
  margin-top: -12px;
}



}

@media (min-width: 1650px){

.logotsd {
  width: 90px !important;
  margin-top: -12px;
  margin-left: -100px;
}

.nav-main {
  margin-left: -150px !important;
}


}


.product-detail-options-button { color: #4A4A49 !important; }


.navfootertitel {
font-size: 14px;
display: block;
font-weight: 400;
text-transform: uppercase;
margin-bottom: 15px;
}


.responsive-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.responsive-video {
position: relative;
padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
padding-top: 0px;
height: 0;
overflow: hidden;
}


footer .socials {
	float: right;
}

footer .socials img {
	width: 30px;
}


