@charset "utf-8";

/* Start */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;}

body, #dut-pb p, #dut-pb h1, #dut-pb h2, #dut-pb h3 {margin:0; padding:0;}
div#dut-pb {float: left;
	width: 100%;
	font-family: "Source Sans Pro", sans-serif; 
	font-size: 100%; 
	font-style:normal;
	font-weight: 400;
	color: #313131;}
	div#dut-pb b,
	div#dut-pb strong {
		font-weight: 700;}
	
div#dut-pc {float: left;
	width: 100%;
	border-top: 20px solid #222;
	border-bottom: 20px solid #222;}
	div#dut-pc a {text-decoration: none; color: #d30c37;}
	div#dut-pc a:hover {text-decoration: none; color: #e3000b;}
	div#dut-pc p {margin: 5px 0;}
	div#dut-pc h1,
	div#dut-pc h2,
	div#dut-pc h3 {text-transform: uppercase; font-style:normal;}	
	div#dut-pc h1 {color: #d30c37; font-size: 1.6em;}
	div#dut-pc h2 {color: #d30c37; font-size: 1.4em;}
	div#dut-pc h3 {color: #313131; font-size: 1.2em;}
	div#dut-pc h4,
	div#dut-pc h5,
	div#dut-pc h6 {color: #616161; font-size: 1.2em;}
	div#dut-pc img {max-width: 100%;}
	
/* hintergründe / backgrounds */	
.dut-bg1 {background:url(gfx/bg1.jpg) #2c2c2c no-repeat; background-size: 100%;}
.dut-bg2 {background:url(gfx/bg2.jpg) #2c2c2c no-repeat; background-size: 100%;}
.dut-bg3 {background:url(gfx/bg3.jpg) #2c2c2c no-repeat; background-size: 100%;}

div#dut-cc {
	margin: 0 auto; padding: 0 15px;
	text-align:left;
	background: #fff;
	border-left: 3px solid #d30c37;
	border-right: 3px solid #d30c37;}

.dut-shadow1 {
	-webkit-box-shadow: 0px 0px 3px 3px #f1ede3; 
	   -moz-box-shadow: 0px 0px 3px 3px #f1ede3;
		    box-shadow: 0px 0px 3px 3px #f1ede3;}

.dut-shadow2 {
	-webkit-box-shadow: 0 8px 6px -6px #a7a7a7;
	   -moz-box-shadow: 0 8px 6px -6px #a7a7a7;
	        box-shadow: 0 8px 6px -6px #a7a7a7;}
			
.dut-shadow3 {
    position: relative; 
    background-color: #fff; 
    border-width: 1px; 
    border-style: solid; 
    border-color: #ddd; 
    border-radius: 0px; 
    box-shadow: 0px 8px 4px -8px #cdcdcd, 0px 0px 40px #eee; }			
			
.dut-small {font-size: 0.7em;}	
.clear {clear: both;}	
.dut-rounded {		
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;}
	
.dut-table {display: table;}
.dut-row {display: table-row;}
.dut-tablecell {display: table-cell;}		

/* FONT AWESOME */
/*.fa {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-size-adjust: none;
	font-stretch: normal;
	font-feature-settings: normal;
	font-language-override: normal;
	font-kerning: auto;
	font-synthesis: weight style;
	font-variant: normal;
	font-size: inherit;
	text-rendering: auto;
	transform: translate(0px, 0px);}*/

/* ADDITION: TABLE STYLE */
div#dut-pb table {
	margin: 10px auto;
	width: 100%;
	font-size: 14px;
	
	table-layout: fixed;
	word-wrap: break-word;
	
	border: 1px solid #ccc;
	background: #e9e9e9;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #e9e9e9 0%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e9e9), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top,  #e9e9e9 0%,#eaeaea 100%);
	background: -o-linear-gradient(top,  #e9e9e9 0%,#eaeaea 100%);
	background: -ms-linear-gradient(top,  #e9e9e9 0%,#eaeaea 100%);
	background: linear-gradient(to bottom,  #e9e9e9 0%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#eaeaea',GradientType=0 );}
	div#dut-pb td {
		padding: 5px;
		border: none;
		border-top: 1px solid #fff;
		border-left: 1px solid #fff;
		vertical-align: top;}
		div#dut-pb td:first-child {
			border-right: 1px solid #ccc;
			font-weight:bold;}
		div#dut-pb tr:first-child td {border-top: none;}
			
/* verläufe */
.dut-ggr-light {
	background: #f4f4f4;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZmRmZGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f4f4f4 0%, #dfdfdf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#dfdfdf));
	background: -webkit-linear-gradient(top,  #f4f4f4 0%,#dfdfdf 100%);
	background: -o-linear-gradient(top,  #f4f4f4 0%,#dfdfdf 100%);
	background: -ms-linear-gradient(top,  #f4f4f4 0%,#dfdfdf 100%);
	background: linear-gradient(to bottom,  #f4f4f4 0%,#dfdfdf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#dfdfdf',GradientType=0 );}
	
.dut-ggr-color {
	background: #e3000b;
	background: -moz-linear-gradient(top,  #e3000b 0%, #d30c37 35%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3000b), color-stop(35%,#d30c37));
	background: -webkit-linear-gradient(top,  #e3000b 0%,#d30c37 35%);
	background: -o-linear-gradient(top,  #e3000b 0%,#d30c37 35%);
	background: -ms-linear-gradient(top,  #e3000b 0%,#d30c37 35%);
	background: linear-gradient(to bottom,  #e3000b 0%,#d30c37 35%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3000b', endColorstr='#d30c37',GradientType=0 );}
	
.dut-ggr-dark {
	background: #555555;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU1NTU1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzIyMjIyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMjIyMjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #555555 0%, #333333 50%, #222222 51%, #222222 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(50%,#333333), color-stop(51%,#222222), color-stop(100%,#222222));
	background: -webkit-linear-gradient(top,  #555555 0%,#333333 50%,#222222 51%,#222222 100%);
	background: -o-linear-gradient(top,  #555555 0%,#333333 50%,#222222 51%,#222222 100%);
	background: -ms-linear-gradient(top,  #555555 0%,#333333 50%,#222222 51%,#222222 100%);
	background: linear-gradient(to bottom,  #555555 0%,#333333 50%,#222222 51%,#222222 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#222222',GradientType=0 ); }
	
	
/* HEADER STYLE */
div#dut-header {
	position: relative;}
	div#dut-hotline {
		top: 13px;
		color: #a7a7a7;
		text-shadow: 0px 1px 0px #fff;
		z-index:999;}
	div#dut-header i {
		font-size: 34px;
		color: #d30c37;
		line-height: 38px;}	
		
	ul#dut-service {
		padding: 0;}
	ul#dut-service neu {
		padding: 0;}		
	ul#dut-service li {
		display: inline-block;
		padding: 10px;
	    border: 1px dashed #a7a7a7;
		font-size: 0.9em;
		
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		
		transition: 0.4s;
		-webkit-transition: 0.4s;
		-moz-transition: 0.4s;
		
		vertical-align: middle;
		text-align: left;}
		
		ul#dut-service li span,
		ul#dut-service li i {
			display: block;}
		ul#dut-service li > span {
			color: #666;
			margin-left: 10px;}	
		ul#dut-service li span > span {color: #999;}
		ul#dut-service li > a {color: #cdcdcd;}
		ul#dut-service li:hover > a {color: #e3000b;}
		ul#dut-service li:hover {
			color: #000;
			background: #f2f2f2;}
			
		
/* Detaileinstellungen Kopfbereich */
/* NAVIGATIONEN */	
div#dut-topNavi {
	float: left;
	width: 100%; 
	background: #e9e9e9;}
div#eBayCategories {
	width: 100%; 
	background: #e9e9e9;}
	
	ul#dut-n1 {
		float: left;
		list-style:none;
		position: relative;
		width: 100%;
		margin: 0; padding: 0;
	    border: 1px dotted #a7a7a7;}
	ul#dut-n1 li {float: left;
		margin: 0; padding: 0 10px;
		line-height: 49px;
		
		opacity: 0.8;		
		transition: 0.8s;
		-webkit-transition: 0.8s;
		-moz-transition: 0.8s;}
	ul#dut-n1 li > a {color: #ddd;}	
	ul#dut-n1 li:hover a,
	ul#dut-n1 li > a:hover {color: #fff;}	
	ul#dut-n1 li:hover {
		opacity: 1;
		background: #d30c37;}		
		ul#dut-n1 li.dut-n1-search {
			border-right: 0 none transparent;}
		ul#dut-n1 li.dut-n1-search:hover {
			background: 0 none transparent;}
		ul#dut-n1 li i {line-height:48px;}	

/* SEARCH */
div#dut-searchwrapper {
	padding: 0; margin: 0;}
#dut-searchform {
	background: #fff;}
.dut-searchbox {
	padding: 0 5px;
	background: 0 none transparent !important;
	border: 1px solid #fff;
	color: #444; line-height:30px; font-style:italic;}
	.dut-searchbox_submit {
		float: left;
		width: 20%; height: 100%;
		background:url(gfx/icon-search-rgl.png) center center no-repeat transparent;
	    border: 1px dotted #a7a7a7;
		cursor: pointer;}

/* CONTENT STYLE */	
div#dut-content {width: 100%;
	margin: 15px 0;}
	
/* Detaileinstellungen Content-Bereich */
/* CONTENT WRAPPER */
div.dut-ContainerWrapper {
	width: 99.9%;
	margin: 0 auto;}
	.dut-ContainerWrapper ul {
		margin: 5px;
		padding: 0 0 0 25px;}
	.dut-ContainerWrapper ul li {
		list-style-image:url(gfx/icon-li-rgl-2.png);}

/* BOX DESIGN */
/* SIDE & MIDDLE */
div.dut-sideCol,
div.dut-middleCol,
div.dut-middleCol-l,
div.dut-middleCol-r {
	float: left;
	position: relative;
	padding: 10px 0;}
	
	div.dut-middleCol div.dut-middleTheme, 
	div.dut-middleCol div.dut-middleContent,
	div.dut-middleCol-l div.dut-middleTheme,
	div.dut-middleCol-l div.dut-middleContent,
	div.dut-middleCol-r div.dut-middleTheme,
	div.dut-middleCol-r div.dut-middleContent {
		float: left;
		width: 100%;}
	
	div.dut-sideCol div.dut-sideTheme,
	div.dut-sideCol div.dut-sideContent,
	div.dut-middleCol div.dut-middleTheme,
	div.dut-middleCol div.dut-middleContent,
	div.dut-middleCol-l div.dut-middleTheme,
	div.dut-middleCol-l div.dut-middleContent,
	div.dut-middleCol-r div.dut-middleTheme,
	div.dut-middleCol-r div.dut-middleContent {
		margin: 5px 0;
		padding: 5px 10px;}

	div.dut-sideCol div.dut-sideTheme,
	div.dut-middleCol div.dut-middleTheme,
	div.dut-middleCol-r div.dut-middleTheme,
	div.dut-middleCol-l div.dut-middleTheme {
		padding-bottom: 2px;
		font-size: 1.5em;
		background: #eee;
		min-height: 50px;
		line-height: 40px;}
	div.dut-sideCol div.dut-sideContent {
		padding-bottom: 20px;}
		
	div.dut-sideTheme span,
	div.dut-middleTheme span,
	div.dut-fcBox div.dut-fcTheme span {
		margin-right: 5px;
		margin-left: 5px;
		color: #d30c37; }	
		
/* Addition: Shipping-List */
/* Addition: Payment-List */
	.dut-sideCol ul.dut-ship,
	.dut-sideCol ul.dut-pay {
		width: 100%;
		margin: 0 auto; margin-top: 10px;
		padding: 0;}
	.dut-sideCol ul.dut-ship li,
	.dut-sideCol ul.dut-pay li {list-style: none;
		display: inline-block;
		text-align:center;
		padding: 0 5px;
		opacity:1;
		
		transition: 1s;
		-webkit-transition: 1s;
		-moz-transition: 1s;}
		
	.dut-sideCol ul.dut-ship li img:hover,
	.dut-sideCol ul.dut-pay li img:hover {opacity: 0.8;}	
	
/* Addition: Flag-List */
.dut-sideCol ul.dut-flagList {
	padding: 0;
	margin: 0;}
	.dut-sideCol ul.dut-flagList li {list-style: none; position: relative;
		padding: 4px 0 !important; margin: 1px 0 !important;
		border-bottom:1px solid #a7a7a7; background:#e9e9e9;}
	.dut-sideCol ul.dut-flagList li:first-child {border-top: 1px solid #a7a7a7;}
					ul.dut-flagList img {margin-right: 3px; vertical-align: middle;}
					
	.dut-sideCol .dut-flagList li > span {position: absolute; top: 0; right: 0; display: block;
		width: auto; height: 30px;
		margin-right: 5px; margin-top: 3px;
		text-align: center; line-height: 30px;}

	div.dut-middleCol div.dut-middleTheme, 
	div.dut-middleCol div.dut-middleContent,
	div.dut-middleCol-l div.dut-middleTheme,
	div.dut-middleCol-l div.dut-middleContent,
	div.dut-middleCol-r div.dut-middleTheme,
	div.dut-middleCol-r div.dut-middleContent {
		float: left;
		width: 100%;}

/* PRODUCT INFO CONTAINER */
div.dut-prodDetails {float: left;
	width: 100%;}
div.dut-prodDetails ul.dut-leftCol {float: left;
	width: 47.8%;
	padding-left: 0 !important;
	list-style: none;}
div.dut-prodDetails .dut-leftCol:first-child {padding-right: 12px !important;}	
div.dut-prodDetails ul.dut-leftCol li {
	list-style: none;
	padding: 3px 0 !important;
	border-bottom: 1px solid #cdcdcd;}	

ul.dut-leftCol div.dut-leftColTheme {
	padding: 5px;
	background: #e9e9e9;
	font-weight:bold;}
		
/* CROSS SELLING CONTAINER */
.dut-middleContent .dut-crossContent {float:left;
	width: 100%;
	font-size: 0.8em; text-align:center;}
	.dut-middleContent .dut-crossContent span.dut-price {font-size: 1.2em; font-weight: bold; color: #d30c37;}	
	
	.dut-middleContent .dut-crossContent .dut-crossContainer {
		float: left;
		padding: 5px;
		margin-bottom: 10px;}
		.dut-crossContainer img {
			max-width: 100%;
			margin-top: 7px;
			border: 2px solid #fff;
			box-shadow: -1px 2px 4px -2px #cdcdcd;
			-webkit-box-shadow: -1px 2px 4px -2px #cdcdcd;
			-moz-box-shadow: -1px 2px 4px -2px #cdcdcd;}
		.dut-crossContainer a {
			display: block; width: 100%;
			color: #313131 !important;
			opacity: 0.7;
			
			transition: 0.6s;
			-webkit-transition: 0.6s;
			-moz-transition: 06.s;}
		.dut-crossContainer a:hover {opacity: 1;}
	
/* FUSS */
div#dut-fc {float: left;
	position: relative;
	width: 100%;
	margin-bottom: 10px; padding: 10px 0;
	
	color: #212121; font-size:0.9em;
	text-align: left;}

/* IMPRESSUM LINK BOX */
div.dut-fcBox {
	display: block; 
	float: left;
	margin-bottom: 25px;}
		div.dut-fcBox div.dut-fcTheme {
		margin: 5px 0 0;
		padding: 5px 10px;
		background: #e9e9e9;
		min-height: 50px;
		line-height: 40px;
		font-size: 1.5em;
		color: #212121;}
	div.dut-fcBox a:link,
	div.dut-fcBox a:active,
	div.dut-fcBox a:visited {color: #212121 !important;
		transition: 1s;
		-webkit-transition: 1s;
		-moz-transition: 1s;}
	div.dut-fcBox a:hover {color: #d30c37 !important;
		opacity: 1;}
	
	a#dut-fcList-fb,
	a#dut-fcList-tw,
	a#dut-fcList-gg,
	a#dut-fcList-pi,
	a#dut-fcList-yt {display: block;
		width: 40px; height: 40px;
		border-bottom: none;
		background-size: 90% !important;}
		
	a#dut-fcList-fb {background: url(gfx/icon-fb-rgl.png) top left no-repeat;}
	a#dut-fcList-tw {background: url(gfx/icon-twitter-rgl.png) top left no-repeat;}
	a#dut-fcList-gg {background: url(gfx/icon-google-rgl.png) top left no-repeat;}
	a#dut-fcList-pi {background: url(gfx/icon-pinterest-rgl.png) top left no-repeat;}
	a#dut-fcList-yt {background: url(gfx/icon-youtube-rgl.png) top left no-repeat;}	
	
	a#dut-fcList-fb:hover {background:url(gfx/icon-fb-hvr.png) top left no-repeat;}	
	a#dut-fcList-tw:hover {background:url(gfx/icon-twitter-hvr.png) top left no-repeat;}	
	a#dut-fcList-gg:hover {background:url(gfx/icon-google-hvr.png) top left no-repeat;}	
	a#dut-fcList-pi:hover {background:url(gfx/icon-pinterest-hvr.png) top left no-repeat;}	
	a#dut-fcList-yt:hover {background:url(gfx/icon-youtube-hvr.png) top left no-repeat;}	
	
	 ul.dut-fcList1 {margin: 5px 0; padding: 0 0 0 25px;}
	 ul.dut-fcList2,
	 ul.dut-fcList3 {margin: 5px 0; padding: 0 10px;}
	 ul.dut-fcList3 {}
	 
	 ul.dut-fcList1 li {
		list-style:url(gfx/icon-li-rgl-2.png);
	 	transition: 1s;
		-webkit-transition: 1s;
		-moz-transition: 1s;}
	 ul.dut-fcList2 li,
	 ul.dut-fcList3 li {list-style: none;}
	 
	 ul.dut-fcList3 li {display: inline; float: left; margin: 0 3px;}
	 ul.dut-fcList3 li:first-child {margin: 0 3px 0 0;}
	 
	 ul.dut-fcList2 li#dut-fl1,
 	 ul.dut-fcList2 li#dut-fl2 {padding-left: 14px;}

	 ul.dut-fcList2 li#dut-fl1 {background: url(gfx/f-icon-tel.png) left center no-repeat;}
	 ul.dut-fcList2 li#dut-fl2 {background: url(gfx/f-icon-mail.png) left center no-repeat;}
	 
/* ALTERNATE FOOTER W/O SOCIAL */
.dut-ar {
	list-style: none !important;}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
} 

/* COPYRIGHT NOTE */
#dut-copy {position: absolute;
	bottom: 5px; right: 15px;
	color: #666;
	font-size: 0.8em;}
	 
/* CATEGORY MENU */
/* List Style Transition */
ul.categories-tree,
ul.MenuSub1Item,
ul.MenuSub2Item {margin: 0; padding: 0;
	border: 0; outline: none;}
	ul.categories-tree li,
	ul.MenuSub1Item li,
	ul.MenuSub2Item li {list-style:none;}

ul.categories-tree li.MenuItem {
margin: 5px 0;


}

ul.categories-tree li.MenuItem  a {display:block; position: relative;
	width: 100%;
	padding: 5px 5px 5px 15px;
	background: url(gfx/icon-li-rgl-2.png) 7px 12px no-repeat #444;
	color: #fff !important;
	
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	transition: 0.6s;
	-webkit-transform: 0.6s;
	-moz-transition: 0.6s;}
	ul.categories-tree li.MenuItem > a:hover,
	ul.categories-tree > li.MenuItem:hover > a,
	ul.categories-tree > li.MenuItem:target > a {
		width: 100%;
		padding: 5px 5px 5px 20px;
		background: url(gfx/icon-li-rgl-2.png) 10px 12px no-repeat #d30c37;
		color: #fff !important;
		
		text-shadow: none;}
	.MenuItem .MenuSub1Item li {
		padding: 2px 5px 2px 22px;
		background: url(gfx/icon-li-li-rgl-2.png) 12px 10px no-repeat;
		
		border-radius:5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		
		transition: 0.6s;
		-webkit-transform: 0.6s;
		-moz-transition: 0.6s;
		color: #000;
		}	
	.MenuItem .MenuSub1Item li:hover {
		padding: 2px 5px 2px 26px;
		background: url(gfx/icon-li-li-rgl-2.png) 15px 10px no-repeat #fff;}	
	.MenuItem .MenuSub1Item .MenuSub2Item {display: none;}
	
/* GALLERY */
div#dut-cssgal-box {
	overflow: hidden;}

div#dut-cssgal-box,
.dut-slide {
	width: 100%;}

.dut-slides {
	padding-left: 0 !important;
    padding: 0;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative;}

.dut-slides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;}

div.dut-galNav {
	left:-50%;
	position: relative;}

.dut-slides input { display: none; }
.dut-slide-container { 
	display: block;
	position: relative;
	left: 50%; }
.dut-slide {
    top: 0;
    opacity: 0;
    width: auto;
    height: auto;
    display: block;
    position: absolute;
    transform: scale(0);
    transition: all .7s ease-in-out;}

.dut-slide img {
    width: auto;
	max-width: 100%;
    height: auto;
	max-height:inherit;
	margin: 0 0 0 -50%;}

.dut-galNav label {
    width: auto;
    height: auto;
    display: none;
    position: absolute;

	opacity: 0;
    z-index: 10000;
    cursor: pointer;

    transition: opacity .2s;

    color: #FFF;
    font-size: 10em;
    text-align: center;
    font-family: "Verdana", sans-serif;
    background-color: rgba(255, 255, 255, .3);
    text-shadow: 0px 0px 15px rgb(119, 119, 119);}

.dut-slide:hover + .dut-galNav label { opacity: 0.5; }
.dut-galNav label:hover { opacity: 1; }
.dut-galNav .next { right: 0; }
input:checked + .dut-slide-container  .dut-slide {
    opacity: 1;
    transform: scale(1);
    transition: opacity 1s ease-in-out;}

input:checked + .dut-slide-container .dut-galNav label { display: block; }
.dut-galNav-dots {
	width: 100%;
	top: 10px;
	height: 11px;
	display: block;
	position: relative;
	text-align: center;}

.dut-galNav-dots .dut-galNav-dot {
	top: -5px;
	width: 11px;
	height: 11px;
	margin: 0 4px;
	position: relative;
	display: inline;}

.dut-galNav-dots .dut-galNav-dot:hover {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.8);}

input#img-1:checked ~ .dut-galNav-dots label#img-dot-1,
input#img-2:checked ~ .dut-galNav-dots label#img-dot-2,
input#img-3:checked ~ .dut-galNav-dots label#img-dot-3,
input#img-4:checked ~ .dut-galNav-dots label#img-dot-4,
input#img-5:checked ~ .dut-galNav-dots label#img-dot-5,
input#img-6:checked ~ .dut-galNav-dots label#img-dot-6,
input#img-7:checked ~ .dut-galNav-dots label#img-dot-7,
input#img-8:checked ~ .dut-galNav-dots label#img-dot-8,
input#img-9:checked ~ .dut-galNav-dots label#img-dot-9,
input#img-10:checked ~ .dut-galNav-dots label#img-dot-10,
input#img-11:checked ~ .dut-galNav-dots label#img-dot-11,
input#img-12:checked ~ .dut-galNav-dots label#img-dot-12 {
	background: rgba(0, 0, 0, 0.8);}
	
	.dut-galNav-dot > img {
		border: 2px solid #444;}
		
/** MEDIA QUERIES **/

@media only screen and (min-width: 1025px) {

/* BASE STYLE */
div#dut-cc {max-width: 1390px;}	
div#dut-header {
	height: 200px;}
	ul#dut-service {
		margin: 75px 0 0 0;}
	ul#dut-service neu {
		margin: 75px 0 0 0;}			
	ul#dut-service li {
		margin-left: 20px;}
		ul#dut-service li:first-child {margin-left: 0;}
		
div#dut-header1 {
	height: 200px;}
	ul#dut-service1 {
		margin: 75px 0 0 0;}	
	ul#dut-service1 li {
		margin-left: 20px;}
		ul#dut-service li:first-child {margin-left: 0;}


/* HEADER STYLE */
	div#dut-logoBox {
		height: 200px; width: 394px;
		position: absolute; top: 0; left: 5px;
		background-position: left center !important;
		background-repeat: no-repeat !important;}
	div#dut-hotline {position: absolute;
		right: 0; bottom: 0;}
	div#dut-hotline i {text-align: center;}	

div#dut-searchwrapper {
	width: 250px; height:40px;
	margin: 5px 0;}
#dut-searchform {
	width: 100%; height:40px;
	margin: 0;}
.dut-searchbox {
	float: left;
	width: 80%; height:40px;}

/* CONTENT STYLE */
	.dut-sideCol {
		width: 27%;
		right: 73%;}
	.dut-middleCol {
		width:73%;
		left: 27%;}
	.dut-middleCol-l {
		width: 55%;
		left: 0%;}
	.dut-middleCol-r {
		width: 45%;
		left: 0;}	
	
	div.dut-sideCol div.dut-sideTheme,
	div.dut-sideCol div.dut-sideContent {margin-right: 20px;}

/* GALLERY STYLE */
	#dut-galleryPreview li {
		height: 100px; width: 100px; 
		max-height: auto; max-width: auto;}
	#dut-galleryPreview li span {
		height: 100px; width: 100px;}
	#dut-galleryPreview img {
		max-height:90px; max-width:90px !important;}
	#dut-galleryFull img {
		max-width: 97% !important; max-height: 500px;}
		
/* FOOTER */
	div.dut-fcBox:first-child div.dut-fcTheme {margin-right: 20px;}
}

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

/* BASE STYLE */
div#dut-cc {width: 100%;}

/* HEADER STYLE */	
	div#dut-logoBox {
		height: 100px; width: 100%;
		background-position: center center !important;
		background-repeat: no-repeat !important;}
	div#dut-hotline {
		width: 100%;
		text-align: center;}

div#dut-searchwrapper {
	width: 100%;
	margin: 5px 0;}
#dut-searchform {
	position: relative;
	width: 100%; height:40px;
	margin: 0 auto;}
.dut-searchbox {
	float: left;
	width: 80%; height:40px;
	padding-right: 40px;}
.dut-searchbox_submit {border-left: 1px solid #cdcdcd;}

		
/* CONTENT STYLE */	
	.dut-sideCol,
	.dut-middleCol,
	.dut-middleCol-l,
	.dut-middleCol-r {
		width:100%;}
		
	.dut-sideCol ul.dut-pay li,
	.dut-sideCol ul.dut-ship li {
		width: 32.333%;
		margin: 0;}	

/* GALLERY STYLE */		
	#dut-galleryPreview li {
		height: auto; width: auto; 
		max-height: 55px; max-width: 60px;}
	#dut-galleryPreview li span {
		height: 55px; width: 55px;}
	#dut-galleryPreview img {
		max-height: 50px; max-width: 50px !important;}
	#dut-galleryFull img {
		max-width: 95% !important; max-height: 500px;}
}

@media only scree and (min-width: 750px) and (max-width: 1024px) {
		ul#dut-service li i {
		float: left;
		margin: 0 10px 38px 0;}
}

@media only screen and (min-width: 749px) {

/* HEADER STYLE */
	ul#dut-service li {
		text-align: center;}

	ul#dut-n1 li {
		border-right: 1px solid #cdcdcd;
		font-size: 1.2em;}
	ul#dut-n1 li.dut-n1-search {
		position: absolute;
		right: 0;
		bottom: 0;}


/* CONTENT STYLE */
	div.dut-prodDetails ul.dut-leftCol {
		width: 47.8%;}

	.dut-listBox {
		width: 33.33%;}	

#dut-CrossBox .dut-crossContent .dut-crossContainer {
	width: 33.3333%;
	border: 1px solid #fff;}
	
	div.dut-fcBox.dut-l {width: 74.99%;}
	div.dut-fcBox.dut-r {width: 24.99%;}
}

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

/* BASE STYLE */	

/* HEADER STYLE */
ul#dut-service {
	margin: 0 0 10px 0;}
ul#dut-service neu {
	margin: 0 0 10px 0;}
ul#dut-service li {
    margin-top: 5px;
    text-align: center;}

ul#dut-n1 li {
	display: inline-block;
	font-size: 1em;}
	ul#dut-n1 li.dut-n1-search {margin-bottom: 10px;}

/* CONTENT STYLE */	
	.dut-sideCol,
	.dut-middleCol,
	.dut-middleCol-l,
	.dut-middleCol-r {width: 100%;}	
	
	div.dut-prodDetails ul.dut-leftCol {
	width: 100%;}

	.dut-listBox {
		width: 100%;}

#dut-CrossBox .dut-crossContent {margin-bottom: 10px;}
#dut-CrossBox .dut-crossContent .dut-crossContainer {
	width: 50%;}
	
div.dut-fcBox {width: 100%;}

}

@media only screen and (min-width: 481px) {
	.dut-galNav label {
		line-height: 535px;}	
	.dut-galNav-dot > img {
		height: 45px;}	
	div#dut-cssgal-box {
		height: 485px;
		max-height: 485px;}
	.dut-slide {
		height: 430px;
		margin-top: 55px;
		max-height: 430px;}}
		
@media only screen and (max-width: 480px) {
	.dut-service {
		width: 100% !important;}
		.dut-service-neu {
		width: 100% !important;}
	.dut-galNav-dot > img {
		height: 20px;}
	.dut-galNav label {
		opacity:0.3;}}

@media only screen and (min-width: 441px) and (max-width: 480px) {
	div#dut-cssgal-box, .dut-slide {height: 400px;}
	.dut-galNav label {line-height: 400px;}
	.dut-slide {height: 365px; margin-top: 35px; max-height: 365px;}}

@media only screen and (min-width: 401px) and (max-width: 440px) {
	div#dut-cssgal-box, .dut-slide {height: 380px;}
	.dut-galNav label {line-height: 360px;}
	.dut-slide {height: 325px; margin-top: 35px; max-height: 325px;}}

@media only screen and (min-width: 361px) and (max-width: 400px) {
	div#dut-cssgal-box, .dut-slide {height: 320px;}
	.dut-galNav label {line-height: 320px;}
	.dut-slide {height: 285px; margin-top: 35px; max-height: 285px;}}

@media only screen and (min-width: 341px) and (max-width: 360px) {
	div#dut-cssgal-box, .dut-slide {height: 300px;}
	.dut-galNav label {line-height: 300px;}
	.dut-slide {height: 265px; margin-top: 35px; max-height: 265px;}}

@media only screen and (min-width: 321px) and (max-width: 340px) {
	div#dut-cssgal-box, .dut-slide {height: 280px;}
	.dut-galNav label {line-height: 280px;}
	.dut-slide {height: 245px; margin-top: 35px; max-height: 245px;}}
	
@media only screen and (max-width: 320px) {
	div#dut-cssgal-box, .dut-slide {height: 250px;}
	.dut-galNav label {line-height: 250px;}
	.dut-slide {height: 225px; margin-top: 35px; max-height: 255px;}}