body {
  background: #d2d7da;
  color: #3f4247;
}

/* @group General */
.left {
  float: left;
}

.right {
  float: right;
}

.block {
  display: block;
}

sup {
  vertical-align: top;
  font-size: 70%;
  line-height: 13px;
}

.align_center {
  text-align: center;
}

.pd {
  padding: 0 12px;
}

.pd_left {
  padding-left: 12px;
}

.pd_right {
  padding-right: 12px;
}

b, strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

.tradeGothic {
  font-family: 'TradeGothic';
}

table.contenttable th {
  font-weight: bold;
}

table.contenttable tbody tr:nth-child(2n) {
  background: #F9F9F9;
}

table.contenttable tbody tr td,
table.contenttable tbody tr th {
  padding: 10px 10px 10px 20px;
  vertical-align: top;
  text-align: left;
}

h1 {
  font-size: 30px;
  font-family: 'TradeGothic';
  text-transform: uppercase;
  margin-top: 28px;
  margin-bottom: 22px;
}

h1 span,
h2 span,
h3.trigger:hover,
.orange,
.headline_athletes span {
  color: #ec6923;
}

h2 {
  font-size: 18px;
  font-family: 'TradeGothic';
  text-transform: uppercase;
  line-height: 22px;
}

h1 b, h2 b, h1 strong, h2 strong {
  font-family: 'TradeGothicBold';
}

.wysiwyg_h3 {
  font-size: 14px;
  font-family: 'TradeGothic';
  text-transform: uppercase;
  line-height: 18px;
  margin-bottom: 5px;
}

p {
  line-height: 18px;
}

p.no_margin {
  margin: 0;
}

.clear {
  clear: both;
}

.underlined {
  text-decoration: underline;
}

.font_small {
  font-size: 10px;
}

.mrg0 {
  margin: 0 !important;
}

.mrg_top {
  margin-top: 50px;
  display: block;
}

.mrg_btm {
  margin-bottom: 50px;
  display: block;
}

.main {
  padding-bottom: 50px;
}

a.rounded_orange,
[type=submit],
span.rounded_orange {
  background: #ee6613;
  color: #fff;
  /*display: block;*/
  font-size: 12px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  padding: 10px 20px;
  text-decoration: none !important;
}

.type-submit input,
[type=submit] {
  border: 0;
  cursor: pointer;
  min-width: 130px;
}

.align-center {
  text-align: center;
}

p {
  margin-bottom: 10px;
}

.arrw_orange {
  background: url('../img/arrw_orange4x7.png') no-repeat left 3px;
  color: #EC6923;
  padding-left: 10px;
}

small.legend {
  border-top: 1px solid #CCCDCE;
  display: block;
  margin-top: 30px;
  padding-top: 10px;
  line-height: 14px;
  font-size: 10px;
}

.headline_athletes {
  font-size: 16px;
  font-family: 'TradeGothic';
  text-transform: uppercase;
  line-height: 22px;
  margin-bottom: 10px;
}

.edit {
  background: url('../img/arrw_orange4x7.png') no-repeat right;
  color: #eb6923;
  margin-top: 20px;
  padding-right: 10px;
}

.pics_smallimg div {
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
}

.pics_smallimg div span.video {
  background: url('../img/video.png') no-repeat bottom right;
  position: absolute;
  width: 24px;
  height: 14px;
  display: block;
  right: 5px;
  bottom: 10px;
}

.no_brd {
  border: none !important;
}

.w160.right {
  word-wrap: break-word;
}

.columns_be .w148 {
  min-height: 150px;
}
/* @end */


/* @group Sitelayout */
.wrapper {
  background: #fff;
  margin: 0 auto;
  width: 1008px;
  -webkit-box-shadow:  0px 1px 1px 2px rgba(53, 53, 53, 0.2);
  box-shadow:  0px 1px 1px 2px rgba(53, 53, 53, 0.2);
  overflow: hidden;
}

.content {
  clear: both;
  margin: 0 auto;
  position: relative;
  width: 960px;
}

.logo.de {
  background: url('../img/logo.png') no-repeat;
  height: 212px;
  width: 164px;
}

.logo.en {
  background: url('../img/logo_en.png') no-repeat;
  height: 212px;
  width: 164px;
}

.logo.it {
  background: url('../img/logo_it.png') no-repeat;
  height: 212px;
  width: 164px;
}

.logo.fr {
  background: url('../img/logo_fr.png') no-repeat;
  height: 212px;
  width: 164px;
}

.meta {
  background: #303538;
  overflow: hidden;
  line-height: 40px;
  height: 40px;
}

.meta ul {
  overflow: hidden;
  float: right;
  margin-right: 40px;
}

.meta ul li {
  float: left;
  padding: 0 0 0 25px;
}

.meta ul li:first-child {
  background: none;
}

.meta ul li a {
  color: #9b9c9e;
  font-size: 11px;
  font-family: LucidaGrandeRegular, arial, helvetica, sans-serif;
}

.meta ul li.active a {
  text-decoration: underline;
}

.meta select {
  float: right;
  color: #666666;
  font-size: 11px;
  cursor: pointer;
}

.meta .nav_onlineshop {
  float: right;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  margin-right:45px;
}

.meta .nav_onlineshop a.shoppingcart_items {
  background: url('../img/cart.png') no-repeat 10px #ee6613;
  padding: 0px 12px;
  -webkit-border-radius: 50px;
   border-radius: 50px;
  float: right;
  height: 24px;
  line-height: 24px;
  margin-top: 8px;
  margin-left: 22px;
}

.meta .nav_onlineshop a span {
  padding-left: 18px;
}

.logo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
}

.logospacer {
  height: 150px;
}

.wrapper_mainnav {
  -webkit-box-shadow:  0px 1px 2px 1px rgba(53, 53, 53, 0.3);
   box-shadow:  0px 1px 2px 1px rgba(53, 53, 53, 0.3);
   position: relative;
   z-index: 5;
}

.mainnav {
  margin-left: 198px;
  height: 43px;
  position: relative;
  z-index: 5;
}

/*.mainnav .menu-element-wrapper:nth-child(4) .menu_flyout_group {
  left: 183px;
}*/

.mainnav .menu-element-wrapper:nth-child(5) .menu_flyout_group {
  left: 183px;
}

.mainnav .menu-element-wrapper .menu_flyout_group.last-child {
  left: 183px;
}

#it .mainnav .menu-element-wrapper .menu_flyout_group.last-child {
  left: 343px;
}

#en .mainnav .menu-element-wrapper .menu_flyout_group.last-child {
  left: 343px;
}

#fr .mainnav .menu-element-wrapper .menu_flyout_group.last-child {
  left: 343px;
}

#us .mainnav .menu-element-wrapper .menu_flyout_group.last-child {
  left: 343px;
}

.mainnav .menu-element-wrapper:last-child .menu-element {
  background: none;
}

.mainnav ul {
  overflow: hidden;
  float: right;
  height: 48px;
  line-height: 42px;
}

.mainnav ul li {
  background: url('../img/menu_spacer.png') no-repeat left 13px;
  float: left;
}

.mainnav ul li:first-child {
  background: none;
}

.mainnav ul li a {
  color: #3F4247;
  font-family: 'TradeGothic';
  text-transform: uppercase;
  display: block;
  height: 48px;
  padding-right: 35px;
  padding-left: 35px;
}

.mainnav ul li a:hover,
.mainnav ul li.active a:hover {
  text-decoration: none;
  color: #3F4247;
  background: #C4C4C5;
}

.mainnav ul li.active a {
  background: #747373; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: -moz-linear-gradient(top,  #747373 0%, #787675 9%, #5c5d5f 22%, #404348 35%, #404348 99%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#747373), color-stop(9%,#787675), color-stop(22%,#5c5d5f), color-stop(35%,#404348), color-stop(99%,#404348)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #747373 0%,#787675 9%,#5c5d5f 22%,#404348 35%,#404348 99%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #747373 0%,#787675 9%,#5c5d5f 22%,#404348 35%,#404348 99%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #747373 0%,#787675 9%,#5c5d5f 22%,#404348 35%,#404348 99%); /* IE10+ */
  background: linear-gradient(to bottom,  #747373 0%,#787675 9%,#5c5d5f 22%,#404348 35%,#404348 99%); /* W3C */
  color: #fff;
}

.subnav {
  background: #c6c6c6; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: -moz-linear-gradient(top,  #c6c6c6 0%, #95989e 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c6c6c6), color-stop(100%,#95989e)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #c6c6c6 0%,#95989e 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #c6c6c6 0%,#95989e 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #c6c6c6 0%,#95989e 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #c6c6c6 0%,#95989e 100%); /* W3C */
  margin-left: 161px;
  border-bottom: 1px solid #72757A;
  padding: 20px;
  /*-webkit-box-shadow: inset 0px 2px 0px 0px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0px 2px 0px 0px rgba(255, 255, 255, 0.3);*/
}

.subnav ul {
  overflow: hidden;
  background: #fff;
}

.subnav ul li {
  border-left: 1px solid #C5C5C4;
  float: left;
  height: 145px;
  overflow: hidden;
  width: 151px;
}

.subnav ul li:first-child {
  border: 0;
}

.subnav ul li a:hover {
  text-decoration: none;
  color: #ee6613;
}

.subnav ul li span {
  background: #ffffff; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: -moz-linear-gradient(top,  #ffffff 0%, #e7e7e7 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e7e7e7)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#e7e7e7 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#e7e7e7 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#e7e7e7 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#e7e7e7 100%); /* W3C */
  display: block;
  height: 45px;
  text-transform: uppercase;
  text-align: center;
  line-height: 17px;
  margin-top: 10px;
  padding: 0 2px;
}

.footer {
  background: #303538;
  border-top: 8px solid #ee6613;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}

.footer .headline {
  font-family:'TradeGothicW01-Extended', TradeGothic, 'lucida grande', arial, helvetica, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}

.footer .footerteaser {
  display: block;
  margin-top: 10px;
  color: #EE6613;
}

.footer .footerteaser strong {
  background: url('../img/arrw_footer.png') no-repeat top right;
  font-size: 12px;
  font-family:'TradeGothicW01-Extended', TradeGothic, 'lucida grande', arial, helvetica, sans-serif;
  text-transform: uppercase;
  padding-right: 15px;
}

.footer .headline sup {
  font-size: 12px;
  vertical-align: top;
}

.footer .headline span {
  font-size: 18px;
  display: block;
  text-transform: none;
  color: #DD7328;
  margin-top: 5px;
}

.footer_bottom {
  margin-bottom: 15px;
  font-size: 10px;
  margin-top: 25px;
  overflow: hidden;
}

.footer_bottom .content {
  text-align: center;
}

.footer_bottom .content .row {
  margin-bottom: 10px;
  color: #7E7E7E;
}

.footer_bottom .content a {
  color: #7E7E7E;
  border-bottom: 1px solid #BBBBBB;
  margin-left: 5px;
}

.footer_bottom .content a:hover {
  text-decoration: none;
}

.footer .content span.copyright {
  display: block;
  font-size: 10px;
}

.footer .youtube {
  margin-top: 34px;
}

.footer .youtube a {
  background: url('../img/youtube.png') no-repeat left;
  padding-left: 82px;
  display: block;
  height: 27px;
  line-height: 27px;
  color: #fff;
  text-decoration: underline;
  font-size: 10px;
}

.footer .content .nav {
  margin-top: 10px;
}

.footer .content .nav a {
  text-decoration: underline;
  font-size: 10px;
  padding-right: 15px;
}

.footer .content .insidepartner {
  margin-bottom: 35px;
}

.footer .content .insidepartner span {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  margin-bottom: 18px;
  display: block;
}

.footer_care {
  border-top: 1px solid #CCCDCE;
  font-size: 10px;
}

.footer_care .content {
  padding: 35px;
  overflow: hidden;
}

/* @end */

/* @group Columns */
.columnmrg {
  margin-top: 24px;
}

.columnmrg_big {
  margin-top: 35px;
}

.columns {
  overflow: hidden;
  width: 960px;
}

.columns .w148 {
  width: 148px;
}

.columns .w160 {
  width: 160px;
}

.columns .w194 {
  width: 194px;
}

.columns .w320 {
  width: 320px;
}

.columns .w388 {
  width: 388px;
}

.columns .w456 {
  width: 456px;
}

.columns .w480 {
  width: 480px;
}

.columns .w616 {
  width: 616px;
}

.columns .w640 {
  width: 640px;
}

.columns .w800 {
  width: 800px;
}

.w800 .columns {
  width: 776px;
}
/* @end */

/* @group Menue */
#menu-wrapper-overall {
  height:40px;
  position:absolute;
  z-index:6;
  width:100%;
  background: #ffffff;
}

#menu-wrapper-center {
  width:984px;
  margin:0 auto;
  clear:both;
}

#menu-wrapper {
  float:right;
}

.menu-element {
  /*width:160px;*/
  width: 160px;
  height:41px;
  list-style:none;
  display:inline-block;
  font-family:'TradeGothicW01-Extended', TradeGothic, 'lucida grande', arial, helvetica, sans-serif;
  /*font-weight:bold;*/
  font-size:11px;
  text-align:center;
  line-height:38px;
  background:url(../img/menu_spacer.png) no-repeat right;
  padding-top:3px;
  text-decoration:none;
  color:#303538;
  cursor:pointer;
  text-shadow: 0 0 1px rgba(51,51,51,0.5);
  text-transform:uppercase;
}

.menu_active {
  background: #ffffff; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%); /* W3C */
  color:#fff;
  text-decoration:none;
}

.menu_active a {
  text-decoration:none;
}

.menu_active:hover {
  color:#3F4247;
  text-decoration:none;
}

.menu-element-wrapper:hover .menu-element {
  text-decoration:none;
  color:#b1b5b8;
}

.menu-element-wrapper_2:hover .menu-element {
  background-image:url(../img/menu_background_hover.png);
  background-repeat:repeat-x;
  text-decoration:none;
  color:#3F4247;
}

#menu-wrapper div span {
  display:block;
}

#menu-wrapper span:hover a {
  display:block;
  color:#3F4247;
  text-decoration:none;
  background:none;
}

#menu-wrapper a {
  text-decoration:none;
}

#menu-footer {
  position:absolute;
  z-index:5;
  margin:40px 0 0 0;
  
  width:100%;
  height:18px;
}

.menu_flyout_element {
  height:50px;
  min-height:50px;
  padding:0 5px 0 5px;
  text-align:center;
  border-top:1px solid #E2E2E2;
  border-right:1px solid #E2E2E2;
  border-bottom:1px solid #E2E2E2;
  font-family:LucidaGrandeRegular, arial, helvetica, sans-serif;
  display:table;
  vertical-align: middle;
  background: #F7F8F8;
  color:#EC6923;
  width: 93.4%;
}

.menu_flyout_element_wrapper:hover span {
  color:#42454A;
}

.menu_flyout_element_text {
  font-family: 'TradeGothic';
  font-size: 11px;
  text-transform: uppercase;
  /*line-height: 15px;*/
  display: table-cell;
  vertical-align: middle;
  width:100%;
  height:100%;
}

.menu_flyout_image {
  border:none;
  width:159px;
  height:89px;
  border-right:1px solid #c5c5c4;
}

.menu_flyout_group {
  display:none;
  position:absolute;
  /*padding:24px;*/
  z-index:3;
  left: 23px;
  top: 36px;
  z-index: 1;
  border-left:1px solid #E2E2E2;
}

.menu_flyout_group.last-child {
  left: 193px;
}

.menu_flyout_group_2 {
  display:none;
  position:absolute;
  padding:24px;
  z-index:3;
}

.menu-element-wrapper:hover .menu_flyout_group {
  position:absolute;
  margin:8px 0 0 -24px;
  width:auto;
  /*height:145px;*/
  z-index:3;
  /*background-image:url(../img/flyoutmenu.png);*/
  background: #fff; /* Old browsers */
  display:inline;
}

.menu-element-wrapper_2:hover .menu_flyout_group {
  position:absolute;
  margin:8px 0 0 -24px;
  width:800px;
  height:296px;
  z-index:3;
  background-image:url(../images/flyoutmenu_2_bg.png);
  display:inline;
}

.menu-element-wrapper {
  display:block;
  float:left;
}

.menu-element-wrapper a.active span {
  color: #eb6717;
}

.menu-element-wrapper:hover p {
  display:block;
  margin:-3px 0 0 0;
  position:absolute;
  z-index:7;
}

.menu-element-wrapper_2 {
  display:block;
  float:left;
  position:relative;
  z-index:7;
}

.menu-element-wrapper_2:hover p {
  display:block;
  margin:-3px 0 0 0;
  position:absolute;
  z-index:7;
}

.element-connector {
  width:155px;
  height:13px;
  display:block;
  position:absolute;
  z-index:6;
  display:none;
  top: 35px;
}

.menu_flyout_element_wrapper {
  cursor:pointer;
  float:left;
  width:160px;
}

/* @end */

/* @group Breadcrumb */
.breadcrumb {
  font-size: 10px;
  margin-top: 22px;
  overflow: hidden;
}

.breadcrumb li {
  float: left;
}

.breadcrumb a {
  background: url('../img/breadcrumb.gif') no-repeat right;
  padding-right: 13px;
  color: #959595;
  text-decoration: underline;
  margin-right: 7px;
}
/* @end */

/* @group Slideshow */
.slideshow {
  clear: both;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.slidesjs-container {
  height: 448px !important;
}

.slidesjs-control {
  width: 1008px !important;
}

#slides {
  display: none
}

a.slidesjs-next,
a.slidesjs-previous,
a.slidesjs-play,
a.slidesjs-stop {
  display: none !important;
}

.slidesjs-pagination {
  margin: 11px 0 0 460px;
  overflow: hidden;
  list-style: none;
}

.slidesjs-pagination li {
  float: left;
  margin: 0 1px;
}

.slidesjs-pagination li a {
  display: block;
  width: 13px;
  height: 0;
  padding-top: 13px;
  background-image: url('../img/pagination.png');
  background-position: 0 0;
  float: left;
  overflow: hidden;
}

.slidesjs-slide, .slidesjs-slide img {
  width: 1008px !important;
}

.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
  background-position: 0 -13px
}

.slidesjs-pagination li a:hover {
  background-position: 0 -26px
}

/* @end */

/* @group Startpage Teaser */
.startteaser {
  background: #f7f8f8;
  -webkit-box-shadow:  1px 1px 2px 0px rgba(53, 53, 53, 0.2);
  box-shadow:  1px 1px 2px 0px rgba(53, 53, 53, 0.2);
  margin-bottom: 3px;
}

.startteaser p {
  margin-bottom: 0;
}

.startteaser span {
  padding: 14px 17px;
  display: block;
  font-size: 14px;
  min-height: 55px;
}

.startteaser span strong {
  margin-bottom: 5px;
  display: block;
}

.startteaser span a,
.startteaser span div {
  background: url('../img/arrw_orange4x7.png') no-repeat right;
  color: #ec6923;
  padding-right: 10px;
}

.startteaser span div {
  display: inline-block;
}

.startteaser span a:hover {
  text-decoration: underline;
}

.startteaser_new a:hover {
  text-decoration: none;
}
/* @end */

/* @group Styled Select */
select.styled {
  height: 30px !important;
}

select.styled.orange {
  height: 50px !important;
  clear: both;
  left: 0px;
  cursor: pointer;
  color: #3F4247;
}

span.customSelect {
  font-size:11px;
  background-color: #303538;
  color:#9b9c9e;
}

span.customSelect.orange {
  background: #fff;
  color: #303538;
  font-size: 12px;
  border: 1px solid #BFBFBF;
  padding: 10px;
  margin-top: 3px;
  width: 284px;
}

.smallselect span.customSelect.orange {
  width: 128px;
}

span.customSelect.changed {
  background-color: #303538;
}

.customSelectInner {
  background: url('../img/select.gif') no-repeat center right;
  width: 115px !important;
}

span.customSelect.orange .customSelectInner {
  background: none;
  width: 296px !important;
}

.smallselect span.customSelect.orange .customSelectInner  {
  width: 128px !important;
}

.customSelect.customSelectHover.orange {
  border: 1px solid #ee6613;
}

/* @end */

/* @group Downloads Sidebar */
.downloads .headline {
  color: #ec6923;
  text-transform: uppercase;
  font-family: 'TradeGothic';
  font-size: 18px;
  margin-bottom: 20px;
  display: block;
}

.downloads ul li.pdf {
  background: url('../img/pdf.png') no-repeat left top;
  padding-left: 27px;
  margin-bottom: 15px;
}

.downloads ul li.pdf a {
  color: #ee6613;
  display: block;
  margin-bottom: 4px;
  line-height:15px;
}
/* @end */

/* @group Liststyles */
.stroke li {
  background: url('../img/ul_stroke.gif') no-repeat left 8px;
  padding-left: 15px;
  margin-bottom: 10px;
  line-height: 18px;
}

ul.arrow {
  margin-bottom: 20px;
}

ul.arrow li {
  background:  url('../img/arrw_orange4x7.png') no-repeat left 5px;
  padding-left: 10px;
  margin-bottom: 5px;
  line-height: 18px;
}

.orderedList, ol {
  list-style-type: decimal;
  margin-left: 20px;
  margin-bottom: 20px;
}

.disc li {
  list-style-type: disc;
  margin-top: 5px;
}

ol li {
  margin-bottom: 5px;
  line-height: 20px;
}
/* @end */

/* @group Form */
.frow input[type=text],
.frow textarea {
  border: 1px solid #BFBFBF;
  display: block;
  padding: 4px;
  height: 24px;
  margin-top: 3px;
  width: 296px;
  font-family: LucidaGrandeRegular,arial,helvetica,sans-serif;
  font-size: 12px;
  color: #42454A;
  -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

.frow textarea {
  height: 100px;
}

.frow input[type=text]:focus,
.frow textarea:focus {
  border: 1px solid #EE6613;
}

.required {
  border-top: 1px solid #CCCDCE;
  margin-top: 30px;
  padding-top: 40px;
  clear: both;
}

.unsubscribe {
  border-top: 1px solid #CCCDCE;
  margin-top: 43px;
  padding-top: 30px;
}

.unsubscribe span {
  font-size: 10px;
  margin-top: 20px;
  display: block;
}

.unsubscribe input[type=submit] {
  margin-left: 10px;
  margin-top: 4px;
}

.street {
  float: left;
  width: 246px;
}

.street input {
  width: 229px !important;
}

.housenr {
  float: left;
  width: 100px;
}

.housenr input {
  width: 50px !important;
}

.zip {
  float: left;
  width: 117px;
}

.zip input {
  width: 100px !important;
}

.city {
  float: left;
  width: 200px;
}

.city input {
  width: 180px !important;
}

.checkboxlist_twocols {
  overflow: hidden;
  margin-bottom: 10px;
  margin-top: 4px;
}

.checkboxlist_twocols .c50l {
  float: left;
  width: 170px;
}

.checkboxlist_twocols span {
  display: block;
}

.checkboxlist_twocols .c50r {
  float: right;
  width: 170px;
}

span.hightlighted {
  color: #EC6923;
}

.multiple_options {
  color: #999;
  display: block;
  margin-top: 4px;
}

.errormsg {
  background: url('../img/error.png') no-repeat left bottom;
  color: #fff;
  margin: 0px 0 15px 0;
  padding-left: 10px;
  font-style: italic;
  height: 39px;
  line-height: 32px;
}

.frow {
  margin: 20px 0;
  overflow: hidden;
  position: relative;
}

.frow.upload label {
  margin-bottom: 4px;
  display: block;
}

.frow.upload .uploaded_img {
  font-size: 11px;
  display: block;
  margin-bottom: 10px;
}

.frow.upload img {
  float: left;
}

.frow.upload .remove {
  width: 10px;
  float: right;
  font-size: 8px;
  min-width: 5px;
  padding: 4px 10px;
  margin-right: 70px;
}

.frow.upload ul li {
  margin: 10px 0;
  overflow: hidden;
}

span.ast {
  color: #ee6613;
  font-weight: bold;
}

.frow small {
  font-size: 10px;
}

.frow a {
  text-decoration: underline;
}

.setformback {
  float: right;
  margin-top: 15px;
}
/* @end */

/* @group Configurator */
.konfigurator .reset a {
  font-family: "TradeGothic";
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  background: #EE6613;
  color: #fff;
  display: block;
  text-transform: uppercase;
  text-align: center;
  width: 148px;
  margin-bottom: 15px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.konfigurator .box-header {
  background: #303538;
  color: #FFFFFF;
  font-size: 11px;
  height: 36px;
  line-height: 36px;
  text-transform: uppercase;
  width: 148px;
  cursor: pointer;
}

.konfigurator .box-title {
  font-family: "TradeGothicBold",Arial;
  padding-left: 10px;
}

.konfigurator .option_label {
  height: 56px;
  text-transform: uppercase;
  width: 148px;
/*  border-right: 1px solid #CCCDCE;*/
  margin-bottom: 1px;
  background: #EFEFEF;
  overflow: visible;
  clear:both;
}

.konfigurator .option_icon {
  background: #d2d7da;
  float: left;
  height: 56px;
  width: 56px;
}

.konfigurator .option_label span {
  font-family: "TradeGothic",Arial;
  font-size: 14px;
  line-height: 56px;
  margin-left: 12px;
}

.konfigurator .expl b {
  margin-top: 15px;
  display: block;
}

.konfigurator .expl p {
  margin-bottom: 10px;
}

.konfigurator .expl ul {
  margin-left: 13px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.konfigurator .product-title {
  color: #3F4247;
  float: left;
  font-family: "TradeGothic",Arial;
  font-size: 26px;
  line-height: 24px;
  /*max-width: 430px;*/
  text-transform: uppercase;
}

.konfigurator .product-title {
  color: #EE6613;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -moz-binding: url( 'bindings.xml#ellipsis' );
  width: 620px;
}

.konfigurator .product-title span {
  height: 42px;
  line-height: 42px;
}

.konfigurator .product-description {
  color: #3F4247;
  float: left;
  font-family: "LucidaGrandeRegular",Arial;
  font-size: 12px;
  line-height: 12px;
  margin-top: 15px;
}

.konfigurator .product_image {
  clear: both;
  text-align: center;
}

.konfigurator .productstage {
  position: relative;
  height: 400px;
}

.konfigurator .product_image {
  clear: both;
  text-align: center;
}

.konfigurator .productstage a.inflate {
  display: block;
  text-transform: uppercase;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 12px;
  padding: 10px 20px;
  font-family: "TradeGothicBold";
  background: #EE6613;
  color: #fff;
  -webkit-border-radius: 50px;
   border-radius: 50px;
}

.konfigurator .productstage a.turn {
  position: absolute;
  top: 75px;
  right: 15px;
}

.konfigurator .image-actions {
  padding-top: 20px;
}

.konfigurator .image-actions span.f-left {
  float: left;
  width: 155px;
}

.konfigurator .image-actions a.f-right {
  float: right;
  margin-right: 60px;
}

.konfigurator .colors {
  margin-bottom: 15px;
	overflow:hidden;
}

.konfigurator .colors .spacer {
  float: left;
  margin-left: 40px;
}

.konfigurator .colors .icon {
  cursor: pointer;
  float: left;
  font-family: "LucidaGrandeRegular",Arial;
  font-size: 10px;
  height: 48px;
  text-align: center;
  width: 50px;
}

.konfigurator .colors .icon span {
  display: block;
  line-height: 10px;
  padding-top: 20px;
}

.konfigurator .colors .icon.selected {
  background: #D5D6D7;
  border: 1px solid #CACACB;
}

.konfigurator .colors .icon.black_blue span {
  background: url('../img/shop/black_blue.png') no-repeat center top;
}

.konfigurator .colors .icon.yellow_green span {
  background: url('../img/shop/yellow_green.png') no-repeat center top;
}

.konfigurator .colors .icon.orange_green span {
  background: url('../img/shop/orange_green.png') no-repeat center top;
}

.konfigurator .colors .icon.white_orange span {
  background: url('../img/shop/white_orange.png') no-repeat center top;
}

.konfigurator .colors .icon.red_grey span {
  background: url('../img/shop/red_grey.png') no-repeat center top;
}

.konfigurator .colors .icon.grey_green span {
  background: url('../img/shop/grey_green.png') no-repeat center top;
}

.konfigurator .colors .icon.blue_orange span {
  background: url('../img/shop/blue_orange.png') no-repeat center top;
}

.konfigurator .colors .icon.green span {
  background: url('../img/shop/green.png') no-repeat center top;
}

.konfigurator .colors .icon.black_orange span {
  background: url('../img/shop/black_orange.png') no-repeat center top;
}

.konfigurator .colors .icon.white span {
  background: url('../img/shop/white.png') no-repeat center top;
}

.konfigurator .colors .icon.turquoise span {
  background: url('../img/shop/turquoise.png') no-repeat center top;
}

.konfigurator .colors .icon.black_white span {
  background: url('../img/shop/black_white.png') no-repeat center top;
}

.konfigurator .colors .icon.black span {
  background: url('../img/shop/black.png') no-repeat center top;
}

.konfigurator .colors .icon.silver span {
  background: url('../img/shop/silver.png') no-repeat center top;
}

.konfigurator .colors .icon.green_red span {
  background: url('../img/shop/green_red.png') no-repeat center top;
}

.konfigurator .colors .icon.raspberry_blue span {
  background: url('../img/shop/raspberry_blue.png') no-repeat center top;
}

.konfigurator .colors .icon.darkblue_orange span {
  background: url('../img/shop/darkblue_orange.png') no-repeat center top;
}

.konfigurator .colors .icon.silver_orange span {
  background: url('../img/shop/silver_orange.png') no-repeat center top;
}

.konfigurator .colors .icon.darkblue_grey span {
  background: url('../img/shop/darkblue_grey.png') no-repeat center top;
}

.konfigurator .colors .icon.grey span {
  background: url('../img/shop/grey.png') no-repeat center top;
}

.konfigurator .colors .icon.ocean_blue span {
  background: url('../img/shop/ocean_blue.png') no-repeat center top;
}

.konfigurator .colors .icon.orange span {
  background: url('../img/shop/orange.png') no-repeat center top;
}

.konfigurator .colors .icon.lime_green span {
  background: url('../img/shop/lime_green.png') no-repeat center top;
}

.konfigurator .colors .icon.red_orange span {
  background: url('../img/shop/red_orange.png') no-repeat center top;
}

.konfigurator .colors .icon.glacier_grey span {
  background: url('../img/shop/glacier_grey.png') no-repeat center top;
}

.konfigurator .colors .icon.green_orange span {
  background: url('../img/shop/green_orange.png') no-repeat center top;
}

.konfigurator .colors .icon.purple_orange span {
  background: url('../img/shop/purple_orange.png') no-repeat center top;
}

.konfigurator .colors .icon.black_yellow span {
  background: url('../img/shop/black_yellow.png') no-repeat center top;
}

.konfigurator .colors .icon.red_blue span {
  background: url('../img/shop/red_blue.png') no-repeat center top;
}

.konfigurator .colors .icon.white_green span {
  background: url('../img/shop/white_green.png') no-repeat center top;
}

.konfigurator .sizes_colors {
  float: left;
  width: 280px;
}

.konfigurator .sizes_colors ul li {
  display: inline;
}

.konfigurator .size-align ul li.selected a {
  background-color: #D5D6D7;
  border-left: 1px solid #CACACB;
  border-top: 1px solid #CACACB;
}

.konfigurator .sizes_colors ul {
  list-style-type: none;
}

.konfigurator .size-align ul li a {
  padding: 20px 25px;
}

.konfigurator .size-align {
  float: left;
  margin: 0 auto;
  text-align: left;
  width: 280px;
  font-family: "TradeGothic",Arial;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  text-shadow: 0px 1px 0px #ffffff;
  margin-bottom: 12px;
}

.konfigurator .size-align span.info {
  display: block;
  float: left;
  margin: 15px 10px 0 10px;
}

.konfigurator .size-align .groesse {
  display: block;
  float: left;
  margin-top: 15px;
}

.konfigurator .size-align a.size {
  background: #dedfdf; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: -moz-linear-gradient(top,  #dedfdf 0%, #d7d7d8 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dedfdf), color-stop(100%,#d7d7d8)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #dedfdf 0%,#d7d7d8 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #dedfdf 0%,#d7d7d8 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #dedfdf 0%,#d7d7d8 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #dedfdf 0%,#d7d7d8 100%); /* W3C */
  border: 1px solid #CFCFCF;
  display: block;
  float: left;
  margin-left: 10px;
  padding: 12px 16px;
}

#tooltip, p.tooltip {
  position: absolute;
  border: 1px solid #333;
  background: #333;
  opacity: 0.9;
  padding: 5px 7px;
  color: #fff;
  display: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}	

.konfigurator .size-align a.size.active {
  color: #fff;
  background: #EE6613;
  text-shadow: none;
}

.konfigurator .color-size-shadow {
  margin-top: 0px;
}

.konfigurator .size-icon {
  font-family: "TradeGothic",Arial;
  font-size: 18px;
  line-height: 18px;
}

.konfigurator .color-icon a, .size-icon a {
  color: #3F4247;
  text-transform: uppercase;
}

.konfigurator .color-icon.selected a, .size-icon.selected a {
  color: #EE6613;
}

.features_horizontal {
  clear: both;
  margin-bottom: 25px;
}

.features_horizontal .open {
  background: url('../img/features/arrw_open.png') no-repeat left;
  color: #EE6613;
  padding-left: 18px;
  cursor: pointer;
}

.features_horizontal .closed {
  background: url('../img/features/arrw_closed.png') no-repeat left;
  padding-left: 15px;
  cursor: pointer;
}

.features_horizontal .base_unit_features ul {
  width: 100%;
}

.features_horizontal p.title {
  margin-bottom: 5px;
  font-size: 16px;
}

.features_horizontal p.title:hover {
  color: #EE6613;
}

.tabnavigation {
  clear: both;
}

.konfigurator .feature img {
  position: relative;
  z-index: 500;
  width: 50px;
}

ul.feature-tabs {
  overflow: hidden;
  list-style-type: none;
  border-bottom: 1px solid #EE6613;
}

ul.feature-tabs li {
  float: left;
  margin-right: 12px;
}

ul.feature-tabs li.selected a {
  color: #fff;
  font-family: "TradeGothicBold";
  background: #EE6613;
  border: 1px solid #EE6613;
}

ul.feature-tabs li.selected a:hover {
  text-decoration: none;
}

ul.feature-tabs li a {
  background: #efefef; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: -moz-linear-gradient(top,  #efefef 0%, #e9e9e9 50%, #d9dadc 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(50%,#e9e9e9), color-stop(100%,#d9dadc)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #efefef 0%,#e9e9e9 50%,#d9dadc 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #efefef 0%,#e9e9e9 50%,#d9dadc 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #efefef 0%,#e9e9e9 50%,#d9dadc 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #efefef 0%,#e9e9e9 50%,#d9dadc 100%); /* W3C */
  border: 1px solid #CFCFCF;
  display: block;
  padding: 4px 10px;
  font-size: 9px;
  text-transform: uppercase;
  font-family: "TradeGothic";
  max-width: 130px;
  height: 25px;
  line-height: 25px;
}

ul.feature-tabs li a:hover {
  background: #EE6613;
  border: 1px solid #EE6613;
}

.konfigurator .feature {
  width: 65px;
  height: 90px;
  border-right: 1px solid #D7D7D7;
  position: relative;
  border-bottom: 1px solid #D7D7D7;
  color: #3F4247;
  float: left;
  font-size: 10px;
  line-height: 10px;
  list-style: none outside none;
  text-align: center;
}

.konfigurator .feature:last-child {
  width: 68px; 
}

.konfigurator .feature span {
  top: -18px;
  z-index: 1;
  font-size: 9px;
  line-height: 10px;
  margin-left: 5px;
  position: relative;
  width: 70px;
}

.features_horizontal p.title {
  margin-bottom: 5px;
  font-size: 16px;
  font-family: "TradeGothic",Arial;
  text-transform: uppercase;
}

.konfigurator .social-media {
  height: 30px;
  margin-top: 20px;
}

.konfigurator .facebook, .google-plus, .twitter {
  float: left;
  margin-right: 10px;
}

.konfigurator .option_label .label_small {
  display: block;
  float: left;
  font: 11px Arial;
  height: 44px;
  padding-top: 12px;
  width: 75px;
  word-wrap: break-word;
}

.konfigurator .option_label p {
  font: 14px/46px Arial;
  height: 14px;
  margin: 0 0 0 10px;
}

.konfigurator p.label_extra {
  color: #959595;
  font-size: 11px;
  height: 11px;
  padding: 0;
}

.konfigurator .option_label a {
  float: left;
  width: 88px;
}

.konfigurator .option_label a:hover {
  text-decoration: none;
}

.konfigurator .option_label.selected {
  background: #EE6613;
}

.konfigurator .option_label.selected .option_icon {
  background: #C34E00;
}

.konfigurator a.option_selected {
  background: url("../img/option_select.png") no-repeat scroll left center transparent;
  display: block;
  height: 56px;
  margin-right: -12px;
  width: 14px !important;
}

.konfigurator .option_label.selected p.label_extra {
  color: #FFFFFF;
}

.konfigurator .option_label.selected a {
  color: #fff;
}

.konfigurator .option_infos li span {
  margin-left: 20px;
}

.konfigurator .option_infos li {
  background: url("../img/pdf_arrow.png") no-repeat scroll 0 5px transparent;
  padding-left: 10px;
}

.konfigurator .option_infos ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.konfigurator .option_infos .title span {
  color: #EE6613;
}

.konfigurator .option_infos p, .option_infos li {
  margin-bottom: 10px;
}

.torso {
  background: url('../img/torso.png') no-repeat top left !important;
  height: 80px;
  padding-left: 80px !important;
}

.konfigurator .your-backpack {
  margin-bottom: 10px;
  width: 164px;
}

.konfigurator .your-backpack .box-header {
  cursor: default;
}

.konfigurator .your-backpack a:hover {
  text-decoration: none;
}

.konfigurator .backpack-details {
  font-family: "LucidaGrandeRegular",Arial;
  font-size: 11px;
  line-height: 11px;
}

.konfigurator .backpack-details-content {
  background-color: #FFFFFF;
  padding-top: 11px;
  width: 160px;
}

.konfigurator .backpack-details .backpack-details-content span {
  color: #959595;
  font-weight: normal;
}

.konfigurator .ui-icon-triangle-1-s {
  background:url('../img/features/arrw_open.png') no-repeat right 18px;
}

.konfigurator .backpack-details span {
  color: #3F4247;
  font-weight: bold;
  margin-left: 11px;
}

.konfigurator .backpack-details p {
  color: #959595;
  margin-left: 11px;
  margin-top: 5px;
}

.konfigurator .backpack-items {
  padding: 0 10px 10px 10px;
}

.konfigurator .backpack-items ul {
  list-style-type: none;
  margin-top: 10px;
  color: #959595;
}

.konfigurator .backpack-items ul li {
  line-height: 15px;
}

.konfigurator .backpack-items ul li span.soldOut {
  color: #e00;
}

.konfigurator .product-details {
  border-top: 1px solid #D9D9D9;
  border-bottom: 0;
  font-family: "TradeGothic",Arial;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  padding-left: 11px;
  text-transform: uppercase;
  width: 148px;
}

.konfigurator .backpack-details span.detail-value {
  color: #EE6613;
  margin-left: 0;
  font-size: 18px;
}

.konfigurator .backpack-details-content .buy-now a span {
  color: #FFFFFF;
}

.konfigurator .buy-now {
  background: #EE6613;
  font-family: "TradeGothic",Arial;
  font-size: 18px;
  height: 36px;
  line-height: 36px;
  text-transform: uppercase;
  width: 160px;
}

#us .konfigurator .buy-now {
  font-size: 14px;
}

.konfigurator .buy-now span {
  color: #FFFFFF;
  font-weight: normal;
}

.konfigurator .buy-now img {
  float: right;
  margin: 12px 15px 0 0;
}

.konfigurator .videos {
  margin-top: 30px;
}

.konfigurator .videos .title_v {
  color: #3F4247;
  font-family: "TradeGothic",Arial;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}

.konfigurator .teaser {
  color: #3F4247;
  font-family: "LucidaGrandeRegular",Arial;
  font-size: 14px;
  line-height: 14px;
}

.konfigurator .teaser span {
  display: block;
  margin: 15px 0;
}

.konfigurator .teaser .title {
  font-family: "TradeGothic",Arial;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.konfigurator .teaser a {
  color: #EE6613;
  position: relative;
  display: block;
}

.konfigurator .teaser span.lightbox {
  position: absolute;
  display: block;
  background: url('../img/play.png') no-repeat center;
  height: 50px;
  width: 50px;
  left: 35%;
  top: 4%;
}

.youtube_startpage {
  position: relative;
}

.videolink {
  display: none;
}

.youtube_startpage span.lightbox {
  background: url('../img/play_start.png') no-repeat center;
  position: absolute;
  display: block;
  height: 58px;
  width: 82px;
  left: 460px;
  top: 135px;
}

.konfigurator .download {
  border-bottom: 1px solid #CCCDCE;
  margin-bottom: 15px;
}

.konfigurator .downloads {
  color: #3F4247;
  font-family: "LucidaGrandeRegular",Arial;
  font-size: 11px;
  line-height: 11px;
  margin-top: 17px;
}

.konfigurator .downloads .pdf-title img {
  margin: 0 0 1px 2px;
}

.konfigurator .downloads .pdf-title {
  color: #EE6613;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}

.konfigurator .downloads .pdf-icon {
  background: url("../img/pdf.png") no-repeat scroll 0 0 transparent;
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  padding-left: 22px;
  height: 16px;
  padding-top: 3px;
}

.konfigurator .downloads .title {
  color: #3F4247;
  font-family: "TradeGothic",Arial;
  font-size: 17px;
  font-weight: bold;
  line-height: 54px;
  margin: 0;
  text-transform: uppercase;
}

.spacer_right {
  margin-top: 15px;
}

#main_image_left {
  z-index: 5000;
  position: relative;
}

.vario_baseunit, 
.vario_bzipon {
  position: absolute;
  bottom: 0;
}

.vario_baseunit {
  left: 150px;
}

.vario_bzipon {
  left: 150px;
}


/* @end */

/* @group Tabnavigation */
.tabnavigation ul {
  list-style-type: none;
  overflow: hidden;
  margin-left: 13px;
  display: table;
}

.tabnavigation ul li {
  float: left;
  margin-right: 12px;
  display: table-row;
}

.tabnavigation ul li:last-child {
  margin: 0;
}

.tabnavigation a {
  background: #efefef; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOWRhZGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #efefef 0%, #e9e9e9 50%, #d9dadc 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(50%,#e9e9e9), color-stop(100%,#d9dadc)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #efefef 0%,#e9e9e9 50%,#d9dadc 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #efefef 0%,#e9e9e9 50%,#d9dadc 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #efefef 0%,#e9e9e9 50%,#d9dadc 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #efefef 0%,#e9e9e9 50%,#d9dadc 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#d9dadc',GradientType=0 ); /* IE6-8 */
  border: 1px solid #CFCFCF;
  display: block;
  padding: 4px;
  font-size: 9px;
  text-transform: uppercase;
  font-family: "TradeGothic";
  max-width: 130px;
  height: 39px;
  line-height: 13px;
  display: table-cell;
  vertical-align: middle;
}

.tabnavigation ul li a:hover {
  background: #EE6613;
  border: 1px solid #EE6613;
  text-decoration: none;
}

.tabnavigation ul li.active a {
  color: #fff;
  font-family: "TradeGothicBold";
  background: #EE6613;
  border: 1px solid #EE6613;
}

.tabcontent {
  background: #fff;
  border-bottom: 1px solid #CFCFCF;
  border-right: 1px solid #CFCFCF;
  border-left: 1px solid #CFCFCF;
  border-top: 1px solid #EE6613;
  padding: 20px 15px;
  margin-bottom: 20px;
}

.tabcontent ul li {
  float: none;
  display: table;
}
/* @end */

/* @group Toggle */
.toggle_ce {
  position: relative;
  margin-bottom: 10px;
}

.toggle_ce .togglebox {
  display: none;
}

.toggle_ce .toggler {
  cursor: pointer
}

.toggle_ce .close {
  display: none;
}

.toggle_ce .opened .close {
  display: block;
}

.toggle_ce .opened .open {
  display: none;
}

.toggle_ce .open, .toggle_ce .close {
  position: absolute;
  right: 10px;
  top: 13px;
}

.toggle_ce .close {
  top: 12px;
}
/* @end */

/* @group Cart */
.shoppingcart .top {
  margin-bottom: 20px;
}

.shoppingcart .top span.headline {
  font-family: "TradeGothic",Arial;
  font-size: 18px;
  color: #EE6613;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}

.shoppingcart .top span.info a {
  color: #EE6613;
}

.shoppingcart .top #langSelect-button {
  float: right;
  margin-top: -15px;
  font-size: 12px;
}

.shoppingcart table {
  background: #fff;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #bfbfbf;
  font-size: 12px;
  text-align: left;
  vertical-align: top;
  width: 100%;
  -webkit-box-shadow:  1px 1px 2px 1px rgba(52, 52, 52, 0.2);
  box-shadow:  1px 1px 2px 1px rgba(52, 52, 52, 0.2);
}

.shoppingcart table tr {
  border-bottom: 1px solid #bfbfbf;
}

.shoppingcart table tr th,
.shoppingcart table tr td {
  border-right: 1px solid #bfbfbf;
  font-family: "LucidaGrandeRegular";
  font-weight: normal;
  padding: 12px;
  vertical-align: top;
}

.shoppingcart table .article {
  width: 60%;
}

.shoppingcart table .article span,
.shoppingcart table .price span
{
  display: block;
}

.shoppingcart table .article span.headline {
  color: #EE6613;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 10px;
}

.shoppingcart table .article span.hint {
  background: #EEEEEE;
  margin-top: 10px;
  position: relative;
  padding: 5px 10px 5px 25px;
  font-style: italic;
  text-shadow: 0px 1px 0px #ffffff;
  font-size: 11px;
}

.shoppingcart table .article span.hint img
{
  position: absolute;
  left: -4px;
  top: 0;
}

.shoppingcart table .article .productimg {
  float: left;
  margin-right: 10px;
  overflow: hidden;
  width: 75px;
}

.shoppingcart table .article .details {
  float: left;
  font-size: 10px;
  width: 355px;
}

.shoppingcart table td.delete {
  text-align: center;
}

.shoppingcart table td .weight {
  background: url('../img/shop/weight.png') no-repeat left;
  padding-left: 20px;
}

.shoppingcart table td .weight span {
  color: #EE6613;
}

.shoppingcart table tr.tr_weight {
  border: 0;
}

.shoppingcart table tr.sum td {
  border: 0;
}

.shoppingcart table tr.sum.total {
  background: #EE6613;
}

.shoppingcart table tr.sum.total td {
  color: #fff;
}

.shoppingcart table tr td.quantity span {
  float: left;
}

.shoppingcart table tr td.quantity div.moreless {
  position: relative;
  height: 12px;
  float: left;
  margin-left: 5px;
  /*margin-top: 3px;*/
  width: 8px;
}

.shoppingcart table tr td.quantity div.moreless img {
  position: absolute;
  cursor: pointer;
}

.shoppingcart table tr td.quantity div.moreless img.more {
  top: 0px;
  left: 0px;
}

.shoppingcart table tr td.quantity div.moreless img.less {
  bottom: 0px;
  left: 0px;
}

.shoppingcart .country_popup {
  margin-top: 40px;
  overflow: hidden;
}

.shoppingcart .country_popup p {
  float: left;
  text-shadow: 0px 1px 0px #ffffff;
}

.shoppingcart .country_popup #langSelect-button {
  background: #fff;
  float: right;
}

.shoppingcart .bottom {
  margin-top: 50px;
  margin-bottom: 50px;
  overflow: hidden;
}

.shoppingcart .bottom .info {
  background: url('../img/shopatron.gif') no-repeat top left;
  padding-top: 25px;
  color: #EE6613;
  float: left;
}

.shoppingcart .bottom .links {
  color: #959595;
  font-size: 10px;
}

#us .shoppingcart .continue_shopping {
  border: 1px solid #ee6613;
   -webkit-border-radius: 50px;
   border-radius: 50px;
   padding: 10px 20px 9px;
   margin-right: 15px;
}

#us .horizontal_us {
  margin-top: 57px;
}

.backtoshoppingcart {
  display: inline-block;
  margin-top: 20px;
  text-decoration: underline;
}

.shoppingcart .bottom .links a:hover {
  text-decoration: underline;
}

.shoppingcart .bottom .btns {
  float: right;
}

.shoppingcart .bottom .btns a {
  text-transform: uppercase;
  color: #EE6613;
  padding-right: 20px;
}

.shoppingcart_items {
  background: url('../img/shoppingcart.png') no-repeat left;
  padding-left: 15px;
  position: absolute;
  top: 0px;
  right: -15px;
  z-index: 10;
  color: #EE6613;
}

.shoppingcart_items span {
  color: #fff;
}

.registerCartYourBackpack {
  font-size: 14px;
}

.delivery_costs {
  overflow: hidden;
  width: 570px;
  float: left;
}

.delivery_costs div {
  float: left;
  width: 145px;
  border: 1px solid #ee6613;
  text-align: center;
  padding: 15px;
  height: 60px;
}

.delivery_costs div:nth-child(2) {
  margin: 0 10px;
}

.delivery_costs div span {
  text-transform: uppercase;
  color: #ee6613;
  font-family: 'TradeGothic';
  display: block;
  margin-bottom: 10px;
  line-height: 16px;
  height: 30px;
}

.delivery_costs p {
  margin-top: 10px;
}

.spinner {
  background: url('../img/spinner_pay.gif') no-repeat 10px center #ee6613;
}

.remove_serialnumber {
  position: absolute;
  right: 60px;
  z-index: 5;
  top: 3px;
}

/* @end */

/* @group Backpackpage */
.bg_zipper {
  background: url('../img/zipper_down.png') no-repeat left bottom,
              url('../img/zipper.png') no-repeat left top;
  overflow: hidden;
  padding-left: 50px;
}

.backpack {
  text-align: center;
  text-transform: uppercase;
  font-family: 'TradeGothic';
  margin-bottom: 25px;
}

.backpack span {
  margin-top: 15px;
  display: block;
  max-width: 155px;
}

.w800 .backpack {
  float: left;
  width: 160px;
}

.bg_no_zipper .text {
  float: right;
  margin-left: 12px;
  padding-left: 20px;
  width: 420px;
}
/* @end */

/* @group Presspage */
.item.press span.date {
  display: block;
  margin-bottom: 10px;
  font-style: italic;
}

.item.press h3 {
  color: #EC6923;
  font-family: 'TradeGothicW01-Extended', TradeGothic, 'lucida grande', arial, helvetica, sans-serif;
  font-size: 18px;
  margin-bottom: 15px;
}

.item.press span.tags {
  color: #999;
  display: block;
  margin-bottom: 15px;
}

.item.press a {
  margin-right: 20px;
}

.presspicsrow {
  margin-top: 20px;
}

.presspicsrow a:hover {
  text-decoration: none;
}

.presspicsrow .pd_right div {
  height: 140px;
  background-position: center;
  background-repeat: no-repeat !important;
  width: 182px;
  margin-bottom: 10px;
}

.presspicsrow a.brd:hover {
  opacity: 0.5;
}
/* @end */

/* @group Flags */
.country_AUT {
  background: url('../img/aut.png') no-repeat right top;
  padding-right: 24px;
}

.country_DEU {
  background: url('../img/deu.png') no-repeat right top;
  padding-right: 24px;
}

.country_CHE {
  background: url('../img/che.png') no-repeat right top;
  padding-right: 24px;
}

.country_ITA {
  background: url('../img/ita.png') no-repeat right top;
  padding-right: 24px;
}

.country_USA {
  background: url('../img/usa.png') no-repeat right top;
  padding-right: 24px;
}

.country_FRA {
  background: url('../img/france.png') no-repeat right top;
  padding-right: 24px;
}

.country_SWE {
  background: url('../img/swe.png') no-repeat right top;
  padding-right: 24px;
}

.country_CAN {
  background: url('../img/canada.gif') no-repeat right top;
  padding-right: 24px;
}

.country_CZE {
  background: url('../img/czech.png') no-repeat right top;
  padding-right: 24px;
}

.country_USA_DEU {
  background: url('../img/usa_germany.png') no-repeat right top;
  padding-right: 24px;
}

.country_ARG {
  background: url('../img/argentina.gif') no-repeat right top;
  padding-right: 24px;
}

.country_ESP {
  background: url('../img/esp.png') no-repeat right top;
  padding-right: 24px;
}
/* @end */

/* @group Sitemap */
.sitemap ul li {
  font-size: 18px;
  font-family: 'TradeGothic';
  text-transform: uppercase;
  line-height: 22px;
  margin-bottom: 10px;
  color: #EC6923;
}

.sitemap ul li ul {
  margin-left: 30px;
  margin-top: 5px;
}

.sitemap ul li ul li {
  color: #3F4247;
  text-transform: none;
  font-family: Arial;
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: bold;
}

.sitemap ul li ul li a {
  font-weight: normal;
}

.sitemap ul li ul li {
  background: url('../img/arrw_orange4x7.png') no-repeat left 7px;
  padding-left: 10px;
}
/* @end */

/* @group Item */
.item.communitypartner h3.trigger {
  background: url('../img/etc.png') no-repeat left;
  padding-bottom: 0;
  padding-left: 28px;
}

.item {
  border-top: 1px solid #cccdce;
  padding-top: 30px;
  margin-top: 30px;
}

.item.communitypartner {
  border: 0;
  margin-top: 10px;
  padding-top: 0px;
}

.item p a {
  text-decoration: underline;
}

.item.communitypartner p a {
  text-decoration: none;
  word-wrap: break-word;
}

.item h2, .text h2 {
  margin-bottom: 20px;
}
/* @end */

/* @group h3 Trigger */
h3.trigger {
  cursor: pointer;
  background: url('../img/etc.png') no-repeat bottom left;
  padding-bottom: 10px;
}

h3.trigger_active, .item.communitypartner h3.trigger_active {
  background: none;
  padding-bottom: 0;
}

.item.communitypartner h3.trigger_active {
  padding-left: 0;
}

h3.trigger p:first-child {
  font-size: 16px;
  font-family: 'TradeGothic';
  text-transform: uppercase;
  line-height: 20px;
}

.item.communitypartner h3.trigger p:first-child {
  text-transform: normal;
  font-size: 11px;
}

/* @end */

/* @group Map */
#map {
  height: 450px;
  width: 775px;
}

.gm-style-iw {
  overflow-y: none;
  padding: 20px;
  line-height: 19px;
}

/* @end */

/* @group Dealer */
.dealer_categories {
  font-family: 'TradeGothic';
  font-size: 11px; 
  border-top: 1px solid #CCCDCE;
  padding-top: 30px;
}

.dealer_categories .sidebar_title {
  font-size: 14px;
}

.dealer_itemlist {
  width: 800px;
}

.dealer_itemlist li {
  border-top: 1px solid #CCCDCE;
  padding-top: 25px;
  display: inline-block;
  vertical-align: top;
  margin-top: 30px;
  margin-right: 20px;
  width: 375px;
  line-height: 19px;
}
/* @end */

.newsletter,
.care {
  border-top: 1px solid #CCCDCE;
  margin-top: 30px;
  padding-top: 20px;
}

.overview_athletes .w148 p {
  text-transform: uppercase;
  color: #EC6923;
  margin-top: 5px;
}

.overview_athletes .columns {
  margin-bottom: 12px;
}

.personal_accounts .date {
  color: #EC6923;
  display: block;
  margin-bottom: 10px;
}

.personal_accounts a {
  background: url('../img/arrw_orange4x7.png') no-repeat left 2px;
  padding-left: 10px;
  color: #EC6923;
  display: block;
}

/* @group Konfigurator Intro */
#de .konfigurator.intro {
  background: url('../img/configintro/de/footer.jpg') no-repeat bottom;
  padding-bottom: 700px;
}

#en .konfigurator.intro {
  background: url('../img/configintro/en/footer.jpg') no-repeat bottom;
  padding-bottom: 700px;
}

#fr .konfigurator.intro {
  background: url('../img/configintro/fr/footer.jpg') no-repeat bottom;
  padding-bottom: 700px;
}

#it .konfigurator.intro {
  background: url('../img/configintro/it/footer.jpg') no-repeat bottom;
  padding-bottom: 700px;
}

#us .konfigurator.intro {
  background: url('../img/configintro/en/footer.jpg') no-repeat bottom;
  padding-bottom: 700px;
}

.configintro {
  text-align: center;
  margin-top: 50px;
}

.configintro h2 {
  font-family: 'TradeGothicBold';
  font-size: 30px;
  color: #ea691b;
  line-height: 25px;
}

.configintro .zipons h2 {
  font-family: 'TradeGothic';
}

.configintro .vario {
  background: url('../img/configintro/varioicon.png') no-repeat center top;
  padding-top: 150px;
}

.configintro .powder {
  background: url('../img/configintro/powdericon.png') no-repeat center top;
  padding-top: 150px;
}

.configintro .introtext {
  margin-top: 20px;
}

.configintro .introtext span {
  font-family: 'TradeGothic';
  text-transform: uppercase;
  font-size: 18px;
  margin: 5px 0;
  display: block;
}

.configintro .sizes {
  background: url('../img/configintro/sizes.png') no-repeat 140px top;
  padding-top: 130px;
  margin-top: 25px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'TradeGothic';
}

.configintro .vario .structure {
  background: url('../img/configintro/variostructure_top.png') no-repeat top center;
  padding-top: 56px;
  margin-top: 12px;
}

.configintro .powder .structure {
  background: url('../img/configintro/powderstructure_top.png') no-repeat top center;
  padding-top: 56px;
  margin-top: 12px;
}

.configintro .structure .box {
  border: 1px solid #000;
  width: 135px;
  padding: 25px 0;
}

.configintro .powder .structure .box,
.configintro .powder .plus_vert {
  margin-left: 111px;
}

.configintro .structure .box a:hover {
  text-decoration: none;
}

.configintro .structure .title {
  font-size: 14px;
  font-family: 'TradeGothic';
  text-transform: uppercase;
}

.configintro .varioline {
  background: url('../img/configintro/plus.png') no-repeat 98px bottom;
  overflow: hidden;
  padding: 0 33px 99px;
}

#us .configintro .varioline {
  background: url('../img/configintro/plus_vertical4.png') no-repeat 98px bottom;
  overflow: hidden;
  padding: 0 33px 340px;
}

#en .configintro .varioline,
#it .configintro .varioline,
#fr .configintro .varioline {
  padding: 0 33px 81px;
}

.configintro .varioline .variobase {
  background: url('../img/configintro/vario_baseunit.jpg') no-repeat center top;
  padding-top: 105px;
}

.configintro .powder .powderbase {
  background: url('../img/configintro/powder_baseunit.jpg') no-repeat center top;
  padding-top: 105px;
}

.configintro .varioline .vario_8l_redorange {
  background: url('../img/configintro/vario_8l_redorange.jpg') no-repeat center top;
  padding-top: 90px;
}

.configintro .varioline .silverbase {
  background: url('../img/configintro/vario_silverbaseunit.jpg') no-repeat top;
  padding-top: 105px;
}

.configintro .varioline .vario_18l_silver {
  background:url('../img/configintro/vario_18l_silver.jpg') no-repeat top;
  padding-top: 90px;
}

.configintro .varioline .vario_cover {
  background:url('../img/configintro/cover.jpg') no-repeat top;
  padding-top: 90px;
}

.configintro .varioline .carbon {
  background:url('../img/configintro/carbon.jpg') no-repeat top;
  padding-top: 57px;
}

.configintro .steel {
  background:url('../img/configintro/steel.jpg') no-repeat top;
  padding-top: 57px;
  display: block;
}

.configintro .steel:hover {
  text-decoration: none;
}

.configintro .steel_us {
  background:url('../img/configintro/steel_us.jpg') no-repeat top;
  padding-top: 57px;
  display: block;
}

.configintro .steel_us:hover {
  text-decoration: none;
}

.configintro .varioline .protector {
  background:url('../img/configintro/protector.jpg') no-repeat top;
  padding-top: 106px;
  display: block;
}

.configintro .powder .powder_8_blue {
  background:url('../img/configintro/powder_8l_blue.jpg') no-repeat top;
  padding-top: 90px;
}

.configintro .varioline .protector:hover,
.configintro .varioline .steel:hover {
  text-decoration: none;
}

.configintro .box .and {
  background: url('../img/configintro/and.gif') no-repeat;
  width: 19px;
  height: 19px;
  display: block;
  margin-left: 57px;
}

.configintro .varioline .and,
.configintro .powder .and {
  margin-top: 40px;
  margin-bottom: 18px;
}

.configintro .varioline .and.silveredition {
  margin-top: 25px;
}

.configintro .selectproducts {
  cursor: pointer;
}

.plus_vert {
  background:url('../img/configintro/plus_vertical.png') no-repeat center top;
  height: 190px;
  width: 135px;
  margin-top: -3px;
  margin-bottom: 15px;
}

.plus_vert2 {
  background:url('../img/configintro/plus_vertical2.png') no-repeat center top;
  height: 111px;
  width: 135px;
  margin-top: -3px;
  margin-bottom: 15px;
}

#en .plus_vert2,
#it .plus_vert2,
#fr .plus_vert2,
#us .plus_vert2 {
  margin-top: 12px;
}

.plus_vert3 {
  background:url('../img/configintro/plus_vertical3.png') no-repeat center top;
  height: 330px;
  width: 135px;
  margin-top: 10px;
  margin-left: 111px;
}

.configintro .zipons {
  border: 1px solid #000;
  margin-top: -3px;
  padding: 25px 12px;
}

.configintro .zipons .ziponline_vario,
.configintro .zipons .ziponline_powder {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 24px 0;
  padding: 24px 0;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'TradeGothic';
}

.configintro .zipons .ziponline_vario span.headline,
.configintro .zipons .ziponline_powder span.headline {
  display: block;
  margin-bottom: 12px;
}

.configintro .zipons .ziponline_vario div,
.configintro .zipons .ziponline_powder div {
  overflow: hidden;
}

.configintro .zipons .ziponline_powder div {
  margin-left: 65px;
}

#us .configintro .zipons .ziponline_powder div {
  margin-left: 28px;
}

.configintro .zipons .ziponline_vario div a,
.configintro .zipons .ziponline_powder div a {
  float: left;
  display: block;
  width: 67px;
}

#us .configintro .zipons .ziponline_vario div a {
  width: 55px;
}

.configintro .zipons .ziponline_vario div a:hover,
.configintro .zipons .ziponline_powder div a:hover {
  text-decoration: none;
}

.configintro .zipons .ziponline_vario .vario8_blackorange {
  background: url('../img/configintro/vario_zipon8_blackorange.jpg') no-repeat center top;
  padding-top: 78px;
  margin-top: 24px;
}

.configintro .zipons .ziponline_vario .vario22_red {
  background: url('../img/configintro/vario_zipon22_red.jpg') no-repeat center top;
  padding-top: 78px;
  margin-top: 24px;
}

.configintro .zipons .ziponline_powder .powder8_orange {
  background: url('../img/configintro/powder_zipon8_orange.jpg') no-repeat center top;
  padding-top: 78px;
  margin-top: 24px;
}

.configintro .zipons .ziponline_powder .powder22_black {
  background: url('../img/configintro/powder_zipon22_black.jpg') no-repeat center top;
  padding-top: 78px;
  margin-top: 24px;
}

.configintro .zipons .ziponline_powder .powder15_green {
  background: url('../img/configintro/powder_zipon15_green.jpg') no-repeat center top;
  padding-top: 78px;
  margin-top: 24px;
}

.configintro .zipons .ziponline_powder .powder26_purple {
  background: url('../img/configintro/powder_26l_purple.jpg') no-repeat center top;
  padding-top: 86px;
  margin-top: 16px;
}

.configintro .zipons .ziponline_vario .vario18_oceanblue {
  background: url('../img/configintro/vario_zipon18_blue.jpg') no-repeat center top;
  padding-top: 78px;
  margin-top: 24px;
}

.configintro .zipons .ziponline_vario .vario24_glaciergrey {
  background: url('../img/configintro/vario_zipon24_grey.jpg') no-repeat center top;
  padding-top: 81px;
  margin-top: 21px;
}

.configintro .zipons .ziponline_vario .vario32_green {
  background: url('../img/configintro/vario_zipon32_green.jpg') no-repeat center top;
  padding-top: 85px;
  margin-top: 17px;
}

.configintro .zipons .ziponline_vario .vario45_red {
  background: url('../img/configintro/vario_zipon45_red.jpg') no-repeat center top;
  padding-top: 91px;
  margin-top: 11px;
}

.configintro .compatible_partner,
.configintro .compatible_partner_powder {
  overflow: hidden;
  margin:5px 6px 0 6px;
}

.configintro .compatible_partner_powder {
  margin-bottom: 221px;
}

.configintro .compatible_partner_powder img {
  margin-bottom: 12px;
}

.configintro .compatible_partner img {
  float: left;
  margin-right: 25px;
  margin-bottom: 15px;
}

.configintro .compatible_partner img.lir {
  margin-right: 0;
}

.selectproducts {
  cursor: pointer;
}
/* @end */

.twin_landingpage .breadcrumb, 
.with_headerimg .breadcrumb {
  line-height: 12px;
}

.twin_landingpage h2, .with_headerimg h2 {
  margin-bottom: 20px;
}

.twin_landingpage .step1,
.twin_landingpage .step2,
.twin_landingpage .step3,
.twin_landingpage .step4,
.twin_landingpage .step5
 {
  background: url('../img/twin/step1.png') no-repeat 8px;
  min-height: 96px;
  padding-left: 172px;
  margin-bottom: 30px;
}

.twin_landingpage .step2 {
  background: url('../img/twin/step2.png') no-repeat 8px;
}

.twin_landingpage .step3 {
  background: url('../img/twin/step3.png') no-repeat 8px;
}

.twin_landingpage .step4 {
  background: url('../img/twin/step4.png') no-repeat 8px;
}

.twin_landingpage .step4 {
  background: url('../img/twin/step4.png') no-repeat 8px;
}

.twin_landingpage .step5 {
  background: url('../img/twin/step5.png') no-repeat 8px;
}

.twin_landingpage .step5 a,
.twin_landingpage .step5 span.linkstyle {
  background: #eb691b;
  color: #fff;
  padding: 12px 25px 10px;
  display: inline-block;
  margin-top: 25px;
  -webkit-border-radius: 50px 50px 50px 50px;
  border-radius: 50px 50px 50px 50px;
  font-size: 14px;
}

.twin_landingpage .already_registered {
  border-top: 1px solid #bfbfbf;
  padding-top: 30px;
}

.twin_landingpage .already_registered .formbox {
  border: 1px solid #bfbfbf;
  padding: 30px;
  overflow: hidden;
}

.twin_landingpage .already_registered .formbox input[type=submit] {
  background: #000;
  font-size: 14px;
  margin-top: 105px;
}

.warrantyCardSuccess {
  background: url('../img/twin/sent_success.png') no-repeat 30px 30px;
  border-top: 1px solid #cccdce;
  border-bottom: 1px solid #cccdce;
  padding: 35px 0 25px 155px;
  margin-bottom: 30px;
}

.warrantyCardSuccess span {
  font-style: italic;
  font-size: 14px;
  color: #ec671a;
}

.emailToTwin {
  background: url('../img/twin/step2.png') no-repeat 8px top;
  min-height: 96px;
  padding-left: 172px;
}

.emailToTwin h2 {
  margin-bottom: 25px;
}

.oldWarrantyHint {
  border: 1px solid #ec671a;
  color: #ec671a;
  padding: 15px 15px 5px 15px;
  margin-bottom: 35px;
}

.pointer {
  cursor: pointer;
}

.twin_landingpage_choose {
  border-top: 1px solid #cccdce;
  margin-top: 30px;
  padding-top: 35px;
}

.twin_landingpage_choose .choose_vario {
  background: url('../img/twin/lp_vario.png') no-repeat 124px top;
  padding-top: 94px; 
}

.twin_landingpage_choose .choose_vario h2 {
  margin-left: 68px;
}

.twin_landingpage_choose .choose_powder {
  background: url('../img/twin/lp_powder.png') no-repeat 124px top;
  padding-top: 94px;
}

.twin_landingpage_choose .choose_powder h2 {
  margin-left: 48px;
}

.twin_landingpage_choose .options {
  background: url('../img/twin/choose_bg.png') no-repeat 73px top;
  padding-top: 56px;
  overflow: hidden;
}

.twin_landingpage_choose .options a {
  border: 2px solid #cccdce;
  display: block;
  width: 135px;
  float: left;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'TradeGothicBold';
  padding-bottom: 13px;
  text-align: center;
}

.twin_landingpage_choose .options a.vario15 {
  background: url('../img/twin/vario15.jpg') no-repeat center 38px;
  padding-top: 172px;
  margin-left:24px;
}

.twin_landingpage_choose .options a.vario30 {
  background: url('../img/twin/vario30.png') no-repeat center;
  padding-top: 172px;
  margin-left:24px;
}

.twin_landingpage_choose .options a.powder5 {
  background: url('../img/twin/powder5.png') no-repeat center 43px;
  padding-top: 172px;
  margin-right:24px;
}

.twin_landingpage_choose .options a.powder15 {
  background: url('../img/twin/powder15.png') no-repeat center 43px;
  padding-top: 172px;
}

.twin_landingpage_choose .options a:hover,
.twin_landingpage_choose .options .selected {
  border: 2px solid #ec671a;
  text-decoration: none;
}

/*Funktionsweise*/
.funktionsweise {
  position: relative;
}

.funktionsweise a {
  position: absolute;
  /*background: red;*/
  display: block;
  width: 155px;
  height: 45px;
}

.funktionsweise a:hover {
  text-decoration: none;
}

.funktionsweise a.phase1 {
  left: 390px;
  top: 60px;
}

.funktionsweise a.phase2 {
  left: 499px;
  top: 222px;
}

.funktionsweise a.phase3 {
  left: 772px;
  top: 367px;
}

.qualitylabels_de,
.qualitylabels_en,
.qualitylabels_fr,
.qualitylabels_it  {
  background: #f6f7f8;
  border-top: 1px solid #d2d7da;
  color: #b4b9bc;
  font-family: 'TradeGothicBold';
  padding: 30px 0;
  text-align: center;
  overflow: hidden;
}

.qualitylabels_de .tested,
.qualitylabels_de .quality,
.qualitylabels_de .proven {
  background: url('../img/geprueft_de.png') no-repeat center top;
  width: 188px;
  text-align: center;
  padding-top: 125px;
  display: inline-block;
  line-height:16px;
  float: left;
}

.qualitylabels_de .quality {
  background: url('../img/qualitaet_de.png') no-repeat center top;
}

.qualitylabels_de .proven {
  background: url('../img/bewaehrt_de.png') no-repeat center top;
}

.qualitylabels_en .tested,
.qualitylabels_en .quality,
.qualitylabels_en .proven {
  background: url('../img/geprueft_en.png') no-repeat center top;
  width: 188px;
  text-align: center;
  padding-top: 125px;
  display: inline-block;
  line-height:16px;
  float: left;
}

.qualitylabels_en .quality {
  background: url('../img/qualitaet_en.png') no-repeat center top;
}

.qualitylabels_en .proven {
  background: url('../img/bewaehrt_en.png') no-repeat center top;
}

.qualitylabels_fr .tested,
.qualitylabels_fr .quality,
.qualitylabels_fr .proven {
  background: url('../img/geprueft_fr.png') no-repeat center top;
  width: 190px;
  text-align: center;
  padding-top: 125px;
  display: inline-block;
  line-height:16px;
  float: left;
}

.qualitylabels_en .quality {
  background: url('../img/qualitaet_fr.png') no-repeat center top;
}

.qualitylabels_fr .proven {
  background: url('../img/bewaehrt_fr.png') no-repeat center top;
}

.qualitylabels_it .tested,
.qualitylabels_it .quality,
.qualitylabels_it .proven {
  background: url('../img/geprueft_it.png') no-repeat center top;
  width: 192px;
  text-align: center;
  padding-top: 125px;
  display: inline-block;
  line-height:16px;
  float: left;
}

.qualitylabels_it .quality {
  background: url('../img/qualitaet_it.png') no-repeat center top;
}

.qualitylabels_it .proven {
  background: url('../img/bewaehrt_it.png') no-repeat center top;
}

.compatiblepartner_varioline, .compatiblepartner_powderline {
  margin: 25px 0;
}

.compatiblepartner_varioline img, .compatiblepartner_powderline img {
  margin-right: 10px;
  margin-bottom: 10px;
}