/*
Orange: #f2651c
*/

.ccm-settings-summoner {display:none !important;}

@font-face {
	font-family: 'salaryman';
	src: url("./fonts/salaryma.eot"); /* IE9 Compat Modes */
	src: url("./fonts/salaryma.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
         url("./fonts/salaryma.otf") format("opentype"), /* Open Type Font */
         url("./fonts/salaryma.svg") format("svg"), /* Legacy iOS */
		 url("./fonts/salaryman.ttf") format("truetype"), /* Safari, Android, iOS */
         url("./fonts/salaryma.woff") format("woff"), /* Modern Browsers */
         url("./fonts/salaryma.woff2") format("woff2"); /* Modern Browsers */
}
html {
	overflow-y:scroll;
}
body {
	/*background: #297a93 url("../images/background.jpg") no-repeat fixed 50% 0;
	background-size: 100% 100%; */
	min-height: 100vh;
	width: 100%;
	background: url("../images/background_mobile.jpg") repeat;
	background-size: unset;
	font-family: Arial, sans-serif;
	/*letter-spacing: 0.3em;*/
}

h1, h2, h3, h4, h5, h6, ul li {
	font-family: 'salaryman', Arial, sans-serif;
	letter-spacing: 0.3em;
}
.Haendlerbund_Rechtstext_Absatz {
	font-family: Arial, sans-serif;
	letter-spacing: 0;
}

h3 {
	color: #555
}

h2 a {
	text-decoration: none
}

.items-row h2 {
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}

a:link,a:visited {
	color: #f2651c
}

a:hover,a:active,a:focus {
	color: #ffffff;
	outline: none;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.clear {
	clear: both;
}
.page2div {
	text-align: center;
}
.page2div img {
	max-width: 360px;
}
.page2div select {
	width: 300px;
}
.page2div .cw-btn {
	font-size: 1.5em;
}
#header {
	height: 200px;
	padding: 0;
}
.headerleft {
	float: left;
	width: 680px;
}
.headerbanner {
	float: left;
	line-height: 0;
	height: 188px;
	width: 100%;
	max-width: 680px;
	background: url("../images/header_verschluss.png") repeat-x bottom left;
	background-size: 6px 38px;
}
.headerlogo-small,
.slideshow-home-small,
.cart-small,
.home-pic-small,
.home-pic-small-bg2,
.konfigurator_navigation-small,
span.cw-btn.ok,
.konfigurator_auswahl_zipper_close,
.konfigurator_auswahl_pads_close,
.responsive-video.small {
	display: none;
}
span.cw-btn.ok.page1,
span.cw-btn.ok.page2,
span.cw-btn.ok.page3 {
	display: inline-block;
	margin: 1.3em 0 1.3em 0;
}
.home-video {
	width: 330px;
	float: left;
	margin: 0 5px 0 0;
}
.home-video.last {
	margin: 0;
}
.home-pic-small-bg,
.home-pic-small-bg2 {
	width: 300px; margin: 0 0 30px 0;
}
.headerlogo {
	float: left;
	margin: 42px 0 0 20px;
    font-family: 'salaryman', Arial, sans-serif;
	letter-spacing: 0.3em;
    color: #f2651c;
    text-align: right;
}
.headerlogo img {
	vertical-align: bottom;
	max-width: 300px;
}
#contentarea, #contentarea2 {
	clear: both;
	padding: 0 !important;
}

#all {
	/* background: #FFFFFF; */
	color: #ffffff;
}

#shadow #all {
	/* box-shadow: 0px 0px 10px #555555 */
}
.bgwhite #main,
#main .vm-orders-information {
	margin-top: 20px;
	padding: 20px 20px 20px 20px;
	background-color: rgba(101,255,255,0.50);
	color: #000000;
}

.custom_designerpricetable {
	float: left;
	margin: 0 0 0 20px;
	padding: 10px 10px 10px 10px;
	width: 280px;
	min-height: 680px;
	background-color: rgba(101,255,255,0.50);
}
.custom_designerpricetable h2 {
	display: inline-table;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	margin: 0.75em 0 0 0;
	letter-spacing: 0;
	clear: left;
}
.custom_designerpricetable p {
	display: inline-table;
	margin: 0;
	clear: left;
	line-height: unset;
}
.custom_designerpricetable .label {
	display: table-cell;
	width: 110px;
	text-transform: uppercase;
}
.custom_designerpricetable input[type=text] {
	display: table-cell;
	border: none;
	background: none;
	box-shadow: none;
	-moz-transition: none;
	color: #ffffff;
	margin: 0;
	padding: 0;
}
.custom_designerpricetable #price {
	display: table-cell;
}


/*  grey background */
.pagenav a:link,.pagenav a:visited,#advanced-search-toggle,.profile-edit a:link,.profile-edit a:visited,h3.js_heading
	{
  background-color:#ddd;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#dddddd");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#dddddd));
  background-image: -moz-linear-gradient(top, #ffffff, #dddddd);
  background-image: -ms-linear-gradient(top, #ffffff, #dddddd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(top, #ffffff, #dddddd);
  background-image: -o-linear-gradient(top, #ffffff, #dddddd);
  background-image: linear-gradient(#ffffff, #dddddd);
  border-color: #b2b2b2 #b2b2b2 hsl(114, 0%, 62.5%);

  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.49);
  -webkit-font-smoothing: antialiased;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px
		rgba(0, 0, 0, 0.05);
	color: #095197;
	border: solid 1px #ddd
}
p.readmore a {
	color: #f2651c;
	text-decoration: none;
	cursor: pointer;
	background: #000000;
	border: 1px solid #f2651c;
	border-radius: 0;
	font-family: 'salaryman', Arial, sans-serif;
	font-size: 1em;
	letter-spacing: 0.15em;
	padding: 6px 20px 2px 20px;
	-webkit-appearance: none;
}
p.readmore a:hover {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	background: #000000;
	border: 1px solid #f2651c;
	border-radius: 0;
	font-family: 'salaryman', Arial, sans-serif;
	font-size: 1em;
	letter-spacing: 0.15em;
	padding: 6px 20px 2px 20px;
	-webkit-appearance: none;
}

/* +++++++++++++  table display  Catgegories table, contact etc, ++++++++++++++++++++* */
table {
	border: solid 1px #ddd
}
/*
table th {
	background-color: #0074cc;
	color: #fff;
	background-image: -moz-linear-gradient(top, #095197, #1B6BA5);
	background-image: -ms-linear-gradient(top, #095197, #1B6BA5);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#095197),
		to(#1B6BA5) );
	background-image: -webkit-linear-gradient(top, #095197, #1B6BA5);
	background-image: -o-linear-gradient(top, #095197, #1B6BA5);
	background-image: linear-gradient(top, #095197, #1B6BA5);
	background-repeat: repeat-x;
	filter: progid :   DXImageTransform.Microsoft.gradient (   startColorstr
		=
		 '#095197', endColorstr =   '#1B6BA5', GradientType =   0 );
	border-color: #0055cc #0055cc #003580;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid :   dximagetransform.microsoft.gradient (   enabled =
		false );
}
*/
table th a:link,table th a:visited {
	color: #fff
}

tr.odd,tr.cat-list-row1 {
	background: #f8f8f8
}
table.cart-summary tr th,
table.cart-summary tr td {
	background: none;
	padding: 6px 2px 3px 6px;
}
/* blue background */
.pagenav a:hover,
.pagenav a:active,
.pagenav a:focus,
#advanced-search-toggle:hover,
#advanced-search-toggle:active,
#advanced-search-toggle:focus,
.profile-edit a:hover,
.profile-edit a:active,
.profile-edit a:focus,
#fontsize a:hover,
#fontsize a:active,
#fontsize a:focus {
	background-color: #000000;
	color: #fff;
	background-color:#095197;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0087d1", endColorstr="#095197");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#0087d1), to(#095197));
	background-image: -moz-linear-gradient(top, #0087d1, #095197);
	background-image: -ms-linear-gradient(top, #0087d1, #095197);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0087d1), color-stop(100%, #095197));
	background-image: -webkit-linear-gradient(top, #0087d1, #095197);
	background-image: -o-linear-gradient(top, #0087d1, #095197);
	background-image: linear-gradient(#0087d1, #095197);
	border-color: #00456b #095197 hsl(201, 100%, 16%);
	color: #fff ;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
	-webkit-font-smoothing: antialiased;
}

/* +++++++++++++++++  Pagination +++++++++++++++ */
.pagination span,.pagination span  a:hover {
	color: #999999;
	background-color: #f5f5f5;
}

/* active item */
span.pagenav {
	background: #095197;
	color: #fff
}

.pagination-start span.pagenav,.pagination-prev  span.pagenav,.pagination-end span.pagenav,.pagination-next span.pagenav
	{
	background-color: #f5f5f5;
	color: #444
}

/* +++++++++++++++++  content  +++++++++++++++ */
.article-info {
	/*
	background-color: #fbfbfb;
	background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff),
		to(#f5f5f5) );
	background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: linear-gradient(top, #ffffff, #f5f5f5);
	background-repeat: repeat-x;
	filter: progid :   DXImageTransform.Microsoft.gradient (   startColorstr
		=
		 '#ffffff', endColorstr =   '#f5f5f5', GradientType =   0 );
	border: 1px solid #ddd;
	-webkit-box-shadow: inset 0 1px 0 #ffffff;
	-moz-box-shadow: inset 0 1px 0 #ffffff;
	box-shadow: inset 0 1px 0 #ffffff;
	*/
}

ul.menu a:link,ul.menu a:visited {
	color: #9e9e9e;
}

/* ++++++++++++++++++++++  menu ++++++++++++++++++++++++++  */
#header ul.menu {
	margin: 0;
}
#mainmenu {
	margin: 188px 0 0 0;
	width: 100%;
	height: 34px;
	background: #000000;
}
#mainmenu ul {
	margin: 0;
}
#mainmenu li {
	width: 115px;
	height: 60px;
	float: left;
	margin: 0 0 10px 0;
}
#mainmenu li.item-122 {
	width: 90px;
}
.moduletable_menu {
	border: solid 1px #ddd;
	background: #f9f9f9;
}

ul.menu a:hover {
	color: #ffffff;
}
ul.menu a:active,ul.menu a:focus {
	color: #f2651c;
}

#nav {
	clear: both;
}

/* ++++++++++++++++   highlightning active menuitem  +++++++++++++++++++ */
ul.menu li.active a,ul.menu  li.active ul li.active a,ul.menu  li.active ul li.active  ul li.active a,ul.menu  li.active ul li.active  ul li.active ul li.active  a,ul.menu  li.active ul li.active  ul li.active ul li.active ul li.active a
	{
	/* font-weight: bold; */
	color: #f2651c;
}

ul.menu  li.active ul li a,ul.menu  li.active ul li.active  ul li a,ul.menu  li.active ul li.active  ul li.active ul li  a,ul.menu  li.active ul li.active  ul li.active ul li.active ul li a
	{
	font-weight: normal
}

ul.menu a,
ul.menu .nav-header {
	font-size: 1em;
	letter-spacing: 0.15em;
	line-height: 1em;
	cursor: pointer;
}

#footer ul.menu a {
	line-height: 2em;
}

ul.menu ul a {
	background: #e5e5e5;
	margin-bottom: 1px
}

ul.menu ul ul ul a {
	background: #f5f5f5 url("../images/arrow.png") no-repeat 24px center;
}

ul.menu ul ul ul ul a {
	background: #fff;
}

ul.menu .nav-child,
ul.menu .mod-menu__sub {
	position: relative;
	z-index: 9999;
	display: none;
	background-color: #000000;
	text-align: center;
}
ul.menu .deeper.parent:hover .nav-child,
ul.menu .deeper.parent:hover .mod-menu__sub,
ul.menu .deeper.parent .nav-child:hover,
ul.menu .deeper.parent .mod-menu__sub:hover,
#header ul.menu li ul li:hover {
	display: block;
	height: unset;
	cursor: pointer;
}
ul.menu .deeper.parent:hover .nav-child,
ul.menu .deeper.parent:hover .mod-menu__sub {
	height: 40px;
	padding: 5px;
}
ul.menu li li a {
	background: unset;
}
#header ul.menu li li {
	display: inline-block;
	clear: left;
	float: unset;
	width: unset;
	height: unset;
}
ul.menu li li a {
	padding-left: 0;
	line-height: 1.0em;
}
#header ul.menu li li {
	margin: 5px 0 0 0;
}
#header ul.menu .parent span,
#header ul.menu li li a {
	color: #9e9e9e;
}
#header ul.menu .parent span:hover,
#header ul.menu li li a:hover {
	color: #ffffff;
}
#header ul.menu li li.active a {
	color: #f2651c;
}
/*
ul.menu li li a::before {
	content: ">>";
}*/

/* +++++++++++++++++++++++  SLIDER  ++++++++++++++++++++  */
.panel h3.pane-toggler a {
	background: url(../images/slider_plus.png) right top no-repeat;
	color: #333
}

.panel h3.pane-toggler-down a {
	background: url(../images/slider_minus.png) right top no-repeat;
	border-bottom: solid 1px #ddd;
	color: #333
}

/*  +++++++++++++++++   Tabs ++++++++++++++++++++++  */
ul.tabs li,dl.tabs dt h3 a:link,dl.tabs dt h3 a:visited {
	background: #f5f5f5 url(../images/nature/box.png) repeat-x;
}

ul.tabs li a:link,ul.tabs li a:visited,dl.tabs dt a {
	color: #333;
	border: solid 1px #ddd;
	border-bottom: 0
}

ul.tabs li a:hover,ul.tabs li a:active,ul.tabs li a:focus {
	color: #000
}

.tabcontent,div.current {
	background: #fff;
	color: #000;
	border: solid 1px #ddd;
}

.tabcontent .linkclosed {
	color: #000;
	border-bottom: solid 1px #e5e5e5;
}

ul.tabs li a.linkopen,
dl.tabs dt.open  h3 a:link,
dl.tabs dt.open  h3 a:visited {
	background: #fff;
	color: #333;
	border-radius: 5px 5px 0px 0px;
}

ul.tabs li a.linkclosed:hover,ul.tabs li a.linkclosed:active,ul.tabs li a.linkclosed:focus,ul.tabs li a.linkopen:hover,ul.tabs li a.linkopen:active,ul.tabs li a.linkopen:focus
	{
	background: #555;
	color: #fff
}
#footer {
	max-width: 960px;
	margin: 0 auto;
}
#footer ul {
	justify-content: center;
	display: flex;
	flex-flow: row wrap;
}
#footer ul li {
	float: left;
	font-family: Arial, sans-serif;
	letter-spacing: unset;
}
#footer ul li:after { color: #f2651c; content: "|"; padding: 0 1em; }
#footer ul li:last-child:after { content: ""; padding: 0; }
#footer ul.menu a:link,
#footer ul.menu a:visited {
    color: #f2651c;
}
#footer ul.menu a:hover {
	color: #ffffff;
}
#footer p {
    font-family: 'salaryman', Arial, sans-serif;
	letter-spacing: 0.3em;
    color: #f2651c;
    text-align: center;
    line-height: 1.5em;
}
#footer p img { vertical-align:middle }
#bottom a {
	background: none
}
.box1 {
	border-right: solid 1px #ccc
}

.box3 {
	border-left: solid 1px #ccc
}

#bottom  ul li a {
	background-image: none;
	padding-left: 0
}

.konfigurator_navigation {
	float:left;
	width: 105px;
	height: 700px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.konfigurator_navigation ul{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.konfigurator_navigation ul li{
	width: 100px;
	height: 100px;
	padding: 0 0 0 0;
	margin: 15px 0 0 0;
	background-color: rgba(101,255,255,0.50);
	list-style: none;
}

.konfigurator_navigation ul li a {
	display: block;
	width: 100px;
	height: 50px;
	float: left;
	padding: 25px 0 25px 0;
	font-size: 0.9em;
	line-height: 1.2em;
	color: rgba(255,255,255,1.00);
	text-transform: uppercase;
	text-align: right;
	letter-spacing: 0.10em;
	text-decoration: none;
}

.konfigurator_navigation ul li a:hover,
.konfigurator_navigation ul li a.active {
	border: 1px solid #fff;
	height: 48px;
	width: 98px;
}
.konfigurator_navigation .done {
	background-color: #f2651c;
}
.custom_designer {
	width: 1000px;
}
.custom_designer input[type="radio"],
.custom_designer input[type="checkbox"]{
	-ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Chrome, Safari, Opera */
    transform: scale(1.2);
	margin: 0 5px 5px 5px;
}
.konfigurator_bild {
	float: left;
	width: 350px;
	height: 700px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.konfigurator_reset {
	position: absolute;
	margin: 5px 0 0 320px;
	z-index: 999;
}
.konfigurator_reset a {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url("../images/resize.jpg") 0 0 no-repeat;
	background-size: 100% 200%;
}
.konfigurator_reset a:hover {
	background-position: 0 -25px;
}
.konfigurator_reload {
	position: absolute;
	margin: 670px 0 0 320px;
	z-index: 999;
}
.konfigurator_reload a {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url("../images/reload-pfeil.jpg") 0 0 no-repeat;
	background-size: 100% 200%;
}
.konfigurator_reload a:hover {
	background-position: 0 -25px;
}
.konfigurator_auswahl {
	float: left;
	padding: 0 0 0 5px;
	width: 220px;
}
.konfigurator_auswahl h3 {
	color: #ffffff;
	letter-spacing: 0.15em;
	line-height: 1.2em;
}
.konfigurator_auswahl label {
	color: #ffffff;
	letter-spacing: normal;
	margin: 0 0 0 5px;
}
#page2-small-thickness label[for="3mm"],
#page2-small-thickness label[for="5mm"],
#page2-small-zipper label[for="zipper_back"],
#page2-small-zipper label[for="zipper_front"] {
	display: inline-block;
	width: 50px;
	text-align: left;
}
.konfigurator_auswahl select {
	border-radius: 0;
	color: #ffffff;
	background-color: #0e2d56;	
}

/* responsive */
#mobile_select h2 {
	border:0;
	margin:0;
	padding:0;
}
#mobile_select h2 a {
	display:inline-block;
	font-size:2.0em;
	line-height: 0.5em;
	padding:15px 6px 6px 6px;
	margin-right:5px;
	color: #ffffff;
}
.konfigurator_auswahl button {
	width: 26px;
	height: 26px;
	border: 1px solid #000000;
	box-shadow: none;
	float: left;
	margin: 0 2px 2px 0;
}
.konfigurator_auswahl button:hover,
.konfigurator_auswahl button.active {
	border: 1px solid #ffffff;
	cursor: pointer;
}

.cw_black {background:#000000;}
.cw_red {background:#980319;}
.cw_tangerine {background:#b15503;}
.cw_sun_kiss {background:#ff7800;}
.cw_gold {background:#e9c329;}
.cw_yellow {background:#d8ea10;}
.cw_lime {background:#80dd13;}
.cw_spruce {background:#075452;}
.cw_lagoon {background:#0e708b;}
.cw_royal_blue {background:#0e2d56;}
.cw_navy {background:#031633;}
.cw_plum {background:#2c0546;}
.cw_prism_violet {background:#660573;}
.cw_flamingo {background:#ff2a89;}
.cw_white {background:#f1eddd;}
.cw_charcoal {background:#38433b;}
.cw_russet {background:#670206;}

a.cw-btn span,
span.cw-btn,
button.cw-btn,
input[type="submit"].cw-btn,
input.cw-hiddenradiobtn + label,
.billto-shipto a.details,
.vm-button-correct,
.vm-button-correct:link,
.vm-button-correct:visited {
	background: #000000;
	border: 1px solid #f2651c;
	border-radius: 0;
	font-family: 'salaryman', Arial, sans-serif;
	color: #f2651c;
	font-size: 1.5em;
	letter-spacing: 0.15em;
	padding: 6px 20px 2px 20px;
	-webkit-appearance: none;
}
.billto-shipto a.details {
	margin: 0 10px 0 0;
	text-align: center;
	font-size: 1em;
}
a.cw-btn,
span.cw-btn,
input[type="submit"].cw-btn,
input.cw-radiobtn,
input.cw-hiddenradiobtn + label,
a.cw-btn:link,
span.cw-btn:link,
a.cw-btn:visited,
span.cw-btn:visited,
.vm-button-correct span,
.vm-button-correct:link span,
.vm-button-correct:visited span {
	color: #f2651c;
	text-decoration: none;
	cursor: pointer;
}
a.cw-btn:hover,
button.cw-btn:hover,
span.cw-btn:hover,
span.cw-btn.patch-front.active,
span.cw-btn.patch-back.active,
input[type="submit"].cw-btn:hover,
.billto-shipto a.details:hover,
.vm-button-correct:hover,
.vm-button-correct:hover span {
	color: #ffffff;
	cursor: pointer;
}
.cw-btn .big {
	display: block;
	float: left;
	height: 130px;
	width: 110px;
	font-size: 25px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	padding: 10px 15px 10px 15px;
}
.cw-btn .big:nth-child(2) {
	margin-left: 10px;
}
input.cw-hiddenradiobtn {
	display: none;
}
input.cw-hiddenradiobtn + label {
	border: 1px solid darkgrey;
	color: darkgrey;
	display: inline-block;
	vertical-align: middle;
	height: 130px;
	width: 110px;
	font-size: 25px;
	line-height: 40px;
	text-transform: uppercase;
	margin: 10px;
	padding: 10px 15px 10px 15px;
}
input.cw-hiddenradiobtn:checked + label,
input.cw-hiddenradiobtn:hover + label {
	border: 1px solid #f2651c;
	color: #f2651c;
}

#pad_elbow_01_black,
#pad_elbow_01_silver,
#pad_elbow_02_black,
#pad_elbow_02_silver,
#pad_elbow_03_black,
#pad_elbow_03_silver,
#pad_knee_01_black,
#pad_knee_01_silver,
#pad_knee_02_black,
#pad_knee_02_silver,
#pad_knee_03_black,
#pad_knee_03_silver,
#page3-small-patch input[type="radio"],
.cw-btn.patch-front,
.cw-btn.patch-back  {
	display: none;
}
#page3-small-patch input[type="radio"]#patch_front_none,
#page3-small-patch input[type="radio"]#patch_back_none {
	display: unset;
	margin: 5px 0 20px 5px;
}
#page2 h3 {
	font-size: 1.2em;
}
#page2-small-pads h3 span,
#page3-small-patch-front h3 span,
#page3-small-patch-back h3 span {
	font-family: Arial, sans-serif;
	font-size: 0.7em;
	letter-spacing: normal;
	color: #ffffff;
}
#page2-small-pads img,
#page3-small-patch img {
	height: 50px;
	width: 50px;
	cursor: pointer;
}
#page3-small-patch img {
	background-color: #ffffff;
}
#page2-small-pads input[type="radio"]:checked + label img,
#page3-small-patch input[type="radio"]:checked + label img {
	outline: 2px solid #f2651c;
}
#page3-small-patch .zoomimage {
	display:none;
  	position: absolute;
  	width: 200px;
  	height: 200px;
	border: 1px solid #000000;
}
select {
	background-color: lightblue;
	color: darkblue;
}

.responsive-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.slick-dots {
	bottom: -50px;
}
.slick-dots li button::before {
	content: '■';
}
.slick-dots li.slick-active button::before {
	color: white;
	opacity: 1;
}
.slick-dots li button::before {
	font-size: 15px;
	color: white;
}
.slick-prev::before,
.slick-next::before {
	opacity: 1;
}
.slick-prev:hover::before,
.slick-prev:focus::before,
.slick-next:hover::before,
.slick-next:focus::before {
	color: #f2651c;
}
.wetsuit-slider {
	margin-bottom: 80px;
	text-align: center;
}
.wetsuit-slider a {
	color: #ffffff;
	font-size: 1.5em;
	text-decoration: none;
}
.wetsuit-slider a:hover,
.wetsuit-slider a:focus {
	color: #f2651c;
	outline: none;
}
.wetsuit-slider a .price {
	font-size: 0.6em;
}
.patch_scroll_box {
	width: 210px;
	height: 130px;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	margin: 0 0 15px 0;
	padding: 1px 0 0 0;
	scrollbar-color: #f2651c #000000;
	scrollbar-arrow-color: #f2651c;
}
.patch_scroll_box::-webkit-scrollbar {
  width: 12px;
}
.patch_scroll_box::-webkit-scrollbar-track {
  background: #000000;
}
.patch_scroll_box::-webkit-scrollbar-thumb {
  background-color: #f2651c;
}
tr.vm-cart-item-basicprice,
tr.vm-cart-item-tax,
tr.vm-cart-item-total {
	text-align: right;
}
.coupon {
	color: #000000;
	font-size: 1.5em;
}
.cart-view h4,
.cart-view h3 {
	font-family: Arial, sans-serif;
	letter-spacing: 0;
	margin: 0 0 0.5em 0;
	text-transform: uppercase;
}
.cart-view h3.vm-payment-header-selected {
	text-transform: none;
}
.cart-view span.vmpayment_name {
	font-weight: bold;
}
.cart-view .vm-payment-select span.vmpayment_name {
	font-weight: normal;
}

.cart-view .vm-fieldset-tos,
.view-cart .vm-fieldset-tos {
	text-align: right;
}
.cart-view span.tos,
.view-cart span.tos {
	margin-right: 5px;
	font-weight: bold;
	font-size: 1.2em;
}
.cart-view.tos span.tos {
	color: red;
}
.cart-view div.terms-of-service,
.view-cart div.terms-of-service {
	display: block;
	padding: 0;
	margin: 0;
	line-height: normal;
}
.cart-view .checkout-button-top,
.view-cart .checkout-button-top {
	border-top: none;
}
.vm-order-done a.vm-button-correct { display: none; }
fieldset p {
	padding: 5px 0 5px 0;
}
textarea#customer_note_field {
	width: 100%;
}
#userForm table,
#userForm tr,
#userForm td {
	border: none;
	margin: 0;
	padding: 0 0 0 0;
}
#userForm tr {
	padding: 0 0 5px 0;
}
.com_virtuemart.view-user input[id="name_field"],
.com_virtuemart.view-user input[id="username_field"],
.com_virtuemart.view-user .name,
.com_virtuemart.view-user .username,
#userForm input[id="name_field"],
#userForm input[id="username_field"],
#userForm .name,
#userForm .username {
	display: none;
}
#userForm table.user-details input {
	width: 210px;
	padding: 5px 0 5px 0;
	border-radius: unset;
	box-sizing: border-box;
}
#userForm table.user-details input.invalid {
	border-radius: unset;
}
#userForm ul li {
	font-family: Arial, sans-serif;
	letter-spacing: 0;
	color: #000000;
}
.chosen-container {
    max-width: 210px;
}
.chosen-container-single .chosen-single {
	border-radius: unset !important;
}
.chosen-container {
	margin-bottom: 2px !important;
}
.coupon {
    border-radius: unset !important;
}
#userForm td.key {
	width: 170px;
}

#userForm .control-buttons {
	text-align: left !important;
	margin: 10px 8px 0 0;
}
#userForm .userfields_info {
	background: none;
	padding: 0;
}
.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 20px;
}
.alert-danger, .alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}
.alert .close {
    position: relative;
	float: right;
    top: -2px;
    right: -21px;
    line-height: 20px;
}
.billto-shipto .width50 span,
table.cart-summary tr th {
	text-transform: uppercase;
}
.billto-shipto .width50 span.values {
	text-transform: none;
}
a.terms-of-service {
	font-size: 0.9em;
}
#system-message dd.notice ul {
	background-image: none;
	padding: 10px;
	border: 2px solid #000000;
}
#page6 .imagediv {
	float: left;
	margin: 50px;
}
#page6 .inputdiv {
	float: left;
	margin: 50px 0 0 50px;
	width: 350px;
}
#page6 .labeldiv {
	padding: 0 0 0 20px;
	margin: 5px 0 0 0;
	width: 180px;
	float: left;
	line-height: 15px;
}
#page6 .labeldiv .right {
    margin: 0 5px 0 0;
    text-align: right;
    width: 20px;
    float: left;
}
#page6 .inputdiv img {
    float: left;
    padding: 5px 10px 5px 0;
}
#page6 .inputdiv2 {
    padding: 0 0 8px 0;
    font-size: 12px;
}
#page6 input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #000000;
    margin: 1px 0 1px 0;
}
#page6 .inputdiv2 input {
    width: 30px;
	font-size: 12px;
}
#page6 .inputdiv3 input {
    border: 1px solid #000000;
    margin: 0 0 0 20px;
}
#page6 .inputdiv3 input[type="file"]{
	color: #000000;
}
#page6 .inputdiv3 textarea {
    border: 1px solid black;
    height: 100px;
    margin: 0 0 0 20px;
    width: 243px;
}
#page6 .cw-btn {
    margin: 20px 0 0 143px;
}
#page6 .width40 {
	width: 40%;
	display: table-cell;
	padding: 0 20px 0 0;
}
#page6 .width60 {
	width: 60%;
	display: table-cell;
}
#page6 h3,
#page6 ul li {
	font-family: Arial, sans-serif;
	letter-spacing: unset;
}
#page6 .tooltip-inner {
	background-color: #f2651c;
}
#page6 .tooltip.right .tooltip-arrow {
	border-right-color: #f2651c;
}
#page6 .tooltip.in {
	opacity: 1;
}
#page6 .save-button {
	display: none;
	background: none;
	border: none;
	color: #f2651c;
	text-decoration: underline;
	cursor: pointer;
}
.bold {
	font-weight: bold;
}
#main .vm-orders-information #tabs {
	display: none;
}
#ui-tabs .tabs {
	padding: 0;	
}
.qFaqItem_introtext {
	color: #ffffff;
}
.qFaqItem_triangle .fa {
	color: #f2651c;
}
.contact .control-group,
.contact .form-actions {
	display: inline-block;
	width: 100%;
	margin: 0 0 0 5px;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
	width: 675px;
}
.contact-form #easycalccheckplus input,
.contact-form #jform_captcha input {
	width: 50px;
}
.cw-overlay,
.cw-overlay2 {
	position: fixed;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center; 
    align-items: center;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: black;
	opacity: 0.8;
	z-index: 1000;
}
.cw-overlay #loadertext {
	display: inline-block;
	position: fixed;
	top: 200px;
	font-size: 2em;
	text-align: center;
}
@keyframes ldio-xfjoc8gm1tm {
  0% { background: #f2651c }
  25% { background: #f2651c }
  25.25% { background: #777777 }
  100% { background: #777777 }
}
.ldio-xfjoc8gm1tm div {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #777777;
  animation: ldio-xfjoc8gm1tm 1s linear infinite;
}
.loadingio-spinner-blocks-0p69ophki2xe {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  background: none;
  position: fixed;
  top: 0;
}
.ldio-xfjoc8gm1tm {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-xfjoc8gm1tm div { box-sizing: content-box; }
.vm-orders-information h1 {
	font-size: 2em;
	margin-bottom: 0;
}
#djslider-loader110,
#djslider-loader111,
#djslider-loader112,
.vmLoadingDiv {
	background: url('../images/loader.gif') center center no-repeat;
	background-size: 60px 60px;
}
.blog .blog.item-page {
	margin: 20px 0 0 0;
}
#main .blog {
	background-color: rgba(0,0,0,0.3);
}
#main .blog h2,
#main .blog h3 {
	font-family: Arial, sans-serif;
	letter-spacing: 0.1em;
	margin: 0 0 0.75em 0;
}
#main .blog .article-info {
	padding: 0;
}
#main .blog .article-info dd {
	border-right: none;
	padding: 0;
	color: #f5f5f5;
}
#main .blog li {
	font-family: Arial, sans-serif;
	letter-spacing: 0.1em;
	line-height: 1.2em;
}
.blog p {
	font-size: 1.2em;
	line-height: 1.3em;
}
.blog .items-leading,
.blog.item-page {
	padding: 15px 15px 15px 15px;
}
.blog .item-separator {
	display: block;
	clear: both;
	border-bottom: 1px solid #fff;
	margin: 0 0 40px 0;
}
ul.footer-networks {
	height: 50px;
}
.footer-networks li {
	list-style-type: none;
	float: left;
	margin: 0 20px 0 0;
}
.footer-networks a {
	display: block;
	height: 50px;
	width: 50px;
	text-decoration: none;
}
.footer-networks a:hover {
	background-position: 0 -50px;
}
.footer-networks .sharefb {
	background: url('../images/SM-FB.png') 0 0 no-repeat;
	background-size: 50px 100px;
}
.footer-networks .sharepin {
	background: url('../images/SM-PIN.png') 0 0 no-repeat;
	background-size: 50px 100px;
}
.footer-networks .sharetwtr {
	background: url('../images/SM-TWTR.png') 0 0 no-repeat;
	background-size: 50px 100px;
}
.img-intro-left img,
.img-fulltext-left img {
	width: 480px;
}
.lightbox {
  display: block;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1em;
  background: rgba(0, 0, 0, 0.7);
}
.isDisabled,
button:disabled {
	pointer-events: none;
}
.emailconfig {
	display: none;
}
.item-page h2,
.item-page h3 {
	font-size: 2em;
	font-weight: bolder;
	margin: 0 0 0.75em 0;
}
.item-page p {
	font-family: "Open Sans", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}
.item-page .item {
	margin: 0 1% 20px 1%;
	width: 31%;
	float: left;
	background: rgba(255, 255, 255, 0.3);
}
.item-page .item p {
	font-size: 1em;
	line-height: 1em;
	text-align: center;
}
.item-page .item a,
.item-page .item a:hover {
	color: #ffffff;
	text-decoration: none;
}
.loupe { border-radius: 100%; background-color:#555; background:rgba(0, 0, 0, 0.25); border:5px solid rgba(0, 0, 0, 0); cursor:none; }
.loupe img { max-width: unset; }

#recaptcha_wrapper .userfields_info,
input[name="my_name"],
input[name="your_name"],
input[name="my_address"],
input[name="your_address"],
input[name="your_name_here"],
input[name="your_name_here"],
input[name="your_address_here"] {
  display: none !important;
}

/* Einstellungen für Bildschirmbreiten unter 1000px */
@media screen and (max-width: 1000px) {
	/* #shadow {min-width: 695px; background: url("../images/background_mobile.jpg") repeat; background-size: unset; } */
	#main { padding-top: 0; }
	#shadow { min-height: 100vh; width: 100%; background: url("../images/background_mobile.jpg") repeat; background-size: unset; }
	#all {width: 360px !important;}
	#wrapper {width: 360px;}
	#mobile_select { display: block !important; text-align: right; }
	#menuwrapper { display: none; }
	#header { height: unset; }
	#header ul.menu {
		position: absolute;
		margin: 0;
		z-index: 999;
		left: 0;
		top: 0;
		right: 0;
		display: block;
		padding: 25px 0 0 150px;
		width: 150px;
	}
	#header ul.menu li { width: 100%; clear: left; background-color: #000000; }
	#header .headerbanner { height: 118px; }
	#header .headerleft { width: 360px; }
	#mainmenu { margin: 0; height: unset; width: unset; background: none; }
	ul.menu .nav-child { display: block; }
	#header ul.menu li { height: unset; padding: 20px 0 0 0; }
	#header ul.menu li li { padding: 5px 0 0 0; }
	.headerbanner { display: none; }
	.headerlogo-small { display: block; float: left; width: 250px; }
	.headerbanner-small { display: block; }
	.item-page .item { float: unset; width: 100%; }
	.item-page .item p { font-size: 1.2em; }
	button.cw-btn { margin: 0 0 20px 0; }
	#footer ul.menu a { font-size: 1.2em; line-height: 3em; }
	.headerlogo,
	span.cw-btn.ok.page1,
	span.cw-btn.ok.page2,
	span.cw-btn.ok.page3,
	#page3-small-patch-back,
	#page3-small-patch-front h3,
	#page3-small-patch-back h3 {
		display: none;
	}
	.slideshow-home-small { display: block; }
	.responsive-video.small { display: block; }
	.responsive-video.big { display: none; }
	.slideshow-home { display: none; }
	.home-pic { display: none; }
	.home-pic-small, .home-pic-small-bg2 { display: block; }
	.home-pic-small-bg, .home-pic-small-bg2 { padding: 50px 0 0 60px; width: 290px; background: url("../../../images/home_pic_bottom-small1.png") no-repeat; background-size: 300px auto; }
	.cart-small { display: block; float: left; width: 100px; color: #ffffff; text-align: right; padding: 0 10px 0 0; }
	.custom_designer { width: 360px; }
	.cw-btn .big { height: 120px; padding: 10px 10px 10px 15px; }
	/* .headerlogo { clear: both; float: right; margin: 15px 15px 0 0; line-height: 0; } */
	.konfigurator_bild {width: 100%; height: 500px !important; padding: 0 0 5px 0;}
	.konfigurator_reload {margin: 470px 0 0 330px;}
	.konfigurator_reset {margin: 5px 0 0 330px; }
	.konfigurator_navigation { display: none; }
	.konfigurator_navigation-small {
		display: block;
		padding: 0 0 15px 0; 
		width: 100%;
		height: 90px;
		overflow-x: scroll;
		overflow-y: hidden;
		margin: 0 auto;
		white-space: nowrap;
	}
	.konfigurator_navigation-small ul { margin: 0; padding: 0; }
	.konfigurator_navigation-small ul li {
		display: inline-block;
		width: 100px;
		height: 100px;
		padding: 0 0 0 0;
		margin: 0 10px 0 0;
		background-color: rgba(101,255,255,0.50);
		list-style: none;
	}
	.konfigurator_navigation-small ul li a {
		display: block;
		width: 100px;
		height: 50px;
		padding: 30px 0 20px 0;
		font-size: 0.9em;
		line-height: 1.2em;
		color: rgba(255,255,255,1.00);
		text-transform: uppercase;
		text-align: center;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		-webkit-transition: all 0.2s ease;
		transform: all 0.2s ease;
		letter-spacing: 0.10em;
		text-decoration: none;
	}
	.konfigurator_navigation-small ul li a:hover {
		color: rgba(0,0,0,1.0);
	}
	.konfigurator_navigation-small .active {
		border: 1px solid #fff;
	}
	.konfigurator_navigation-small .done {
		background-color: #f2651c;
	}
	.headerlogo,
	.konfigurator_auswahl {
		padding: 0;
	}
	.konfigurator_auswahl h3 { color: #444444; margin: 1.0em 0 0 0; }
	.konfigurator_auswahl label { color: #444444; }
	.konfigurator_auswahl .innerbox { width: 350px; margin: 0 0 0 10px; text-align: center; }
	.konfigurator_auswahl_zipper_close,
	.konfigurator_auswahl_pads_close {
		display: inline-block;
		float: right;
		font-size: 50px;
		margin: 10px 10px 0 0;
		cursor: pointer;
		color: #000000;
	}
	span.cw-btn.ok {
		display: inline-block;
		font-size: 1.5em;
	}
	.cw-btn.konfigurator_auswahl_zipper_close,
	.cw-btn.konfigurator_auswahl_pads_close {
		display: inline-block;
		width: 60px;
		text-align: center;
		font-size: 30px;
		margin: 10px 0 0 250px;
		cursor: pointer;
		padding: 18px 5px 18px 5px;
	}
	#page1-small-color-basic,
	#page1-small-color-legs,
	#page1-small-color-var1,
	#page1-small-color-var2,
	#page1-small-color-collar,
	#page1-small-color-seams,
	#page2-small-thickness,
	#page2-small-zipper,
	#page2-small-pads,
	#page3-small-patch{
		position: fixed;
		bottom: 0px;
		padding: 0 0 10px 0;
		display: none;
		width: 0px;
		overflow: hidden;
		background-color: rgba(255,255,255,0.90);
		z-index: 999;
	}
	#page2-small-thickness fieldset{margin:10px 0 10px 0;}
	#page2-small-zipper .innerbox fieldset{text-align:left;margin:5px 0 10px 90px;}
	#page2-small-pads .innerbox fieldset{margin:10px 0 10px 0;}
	#right {margin: 0; width: 100%;}
	.custom_designerpricetable { padding: 0 60px 0 20px }
	.konfigurator_auswahl button { height: 50px; width: 50px; margin: 0 8px 8px 0; }
	.custom_designerpricetable { margin: 0; }
	#page2-small-pads label { margin: 0; }
	#page2-small-pads h3 span { color: #000000; }
	.patch_scroll_box { width: 330px; }
	.cw-btn.patch-front, .cw-btn.patch-back { display: inline-block; margin: 5px; }
	.cw-btn.ok.patch { margin: 0 0 0 40px; }
	#page6 .width40 {
		width: 100%;
		display: block;
		padding: 0;
	}
	#page6 .width40 { display: block; }
	#page6 .imagediv { margin: 0 0 20px 0; }
	#page6 .inputdiv { margin: 0; width: 320px; }
	#cart-view img {
		width: 320px !important;
		max-width: 320px !important;
	}
	#cart-view table {max-width:320px;}
	.contact-form input[type="text"],
	.contact-form input[type="email"],
	.contact-form textarea {
		width: 95%;
	}
	#checkoutForm{width:98%;}
	#userForm h2{font-size:1em;}
	.coupon {max-width:150px;font-size:1em;}
}