/* ==========================================================================
   Deuter's custom styles
   ========================================================================== */
/* ==========================================================================
   disable lg breakpoints until all temnplates are ready for lg resolution !!!
   remove this later when banner temaplates and other stuff is read to handle
   all rlesulotions properly !!!
   ========================================================================== */
.reset-row-css {
  margin-left: 0;
  margin-right: 0;
}
.content-wrapper.row {
  margin-left: auto;
  margin-right: auto;
}
.temporary_lg_disabler.row {
  margin-left: auto;
  margin-right: auto;
}
.tab-navigation-empty {
  margin: 15px auto !important;
}
@media (min-width: 970px) and (max-width: 4300px) {
  .temporary_lg_disabler > .container {
    width: 970px;
  }

  .temporary_lg_disabler > .row.container .container {
    margin-left: -15px !important;
    margin-right: -15px !important;
    width: auto;
  }
}

/* General Page Items -- Begin */
body {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #44586C;
  background-color: #FFF;
  /*uncomment on live system to disable horizontal scrollbars
     showing up on breakpoint switches from bootstrap
     use scroll: auto on divs if overflow scroll is needed*/
  /*   overflow-x: hidden;*/
}
strong,
b {
  font-weight: 500;
}
h1 {
  font-size: 1.8em;
  font-weight: 500;
  /*color: #35A5D9;*/
  color: #093a7f !important;
  text-transform: uppercase;
}
h2, .h2 {
  font-size: 1.5em;
  font-weight: 500;
  color: #093a7f !important;
  text-transform: uppercase;
}
h3, .h3 {
  font-size: 1.5em;
  font-weight: 400;
  /*color: #35A5D9;*/
  color: #093a7f !important;
  text-transform: uppercase;
}
h4 {
  font-size: 1.25em;
  font-weight: 300;
}
h5 {
  font-size: 1em;
  font-weight: 300;
}
h6 {
  font-size: 1em;
  font-weight: 400;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong {
  font-weight: 400;
}
h6 strong {
  font-weight: 500;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
a link {
  text-decoration: none;
}
a:hover h3 {
  color: #35A5D9;
}
/* ==========================================================================
   header
   ========================================================================== */
#site-branding a {
  color: white;
}
#site-branding a.metalink {
  text-transform: uppercase;
}
header .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
header .main-nav > ul > li > a {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .header-banner {
    background-image: url('http://www.deuter.com/geneva-layout/img/header/header_1800_ohne_logo.png');
    width: 1800px;
    height: 204px;
  }
  .site-header {
    background-image: url('http://www.deuter.com/geneva-layout/img/header/header_extension.png');
    width: 100%;
    background-repeat: repeat-x;
    height: 204px;
  }
  .custom-header-image {
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
    max-width: 100%;
    padding: 0;
  }
}
@media (max-width: 479px) {
  .header-banner {
    background-image: url('http://www.deuter.com/geneva-layout/img/header/header_small_ohne_logo_320.png');
    width: 780px;
    height: 164px;
  }
  .site-header {
    width: 100%;
    height: 164px;
  }
  .custom-header-image {
    background-repeat: no-repeat;
    background-position: left center;
    max-width: 100%;
    padding: 0;
  }
  .header-logo {
    position: absolute;
    top: -10px;
    left: 15px;
    width: 110px;
  }
  .nav-links-top-small {
    position: relative;
    color: white;
    top: 10px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .header-banner {
    background-image: url('http://www.deuter.com/geneva-layout/img/header/header_small_ohne_logo_2.png');
    width: 780px;
    height: 164px;
  }

  header .utility-nav > ul > li.desktop-language-flap a {
  padding: 8px 0px 8px 5px;
}
  .site-header {
    width: 100%;
    height: 164px;
  }
  .custom-header-image {
    background-repeat: no-repeat;
    background-position: left center;
    max-width: 100%;
    padding: 0;
  }
  .header-logo {
    position: absolute;
    top: -20px;
    left: 40px;
    width: 140px;
  }
  .nav-links-top-small {
    position: relative;
    color: white;
    top: 10px;
  }
}
@media (min-width: 1200px) {
  .header-logo {
    position: relative;
    top: -20px;
    left: 178px;
  }
  header .utility-nav {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 10;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.035em;
    margin-left: -100px;
    margin-right: 20px;
  }
  header .utility-nav > ul > li > a {
    display: inline-block;
    padding: 8px 28px;
  }
header .utility-nav > ul > li.desktop-language-flap a {
  padding: 8px 0px 8px 5px;
}
  header .main-nav {
    position: relative;
    top: 25px;
    z-index: 10;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.035em;
    width: 1000px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    left: -10px;
  }
  header .main-nav > ul > li > a {
    display: inline-block;
    padding-left: 0;
    padding-right: 54px ;
    text-transform: uppercase;
  }
  .deuter-breadcrumb {
    position: relative;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    height: 35px !important;
    line-height: 35px;
  }
  .breadcrumb > li a {
    color: #093a7f;
    font-size: 16px;
    font-weight: 500;
  }
  .breadcrumb > li.active a {
    color: #35A5D9;
    font-size: 16px;
    font-weight: normal;
  }
  .breadcrumb > .active a {
    color: #35A5D9;
    font-size: 19px;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  .header-logo {
    position: relative;
    top: -20px;
    left: 88px;
  }
  header .utility-nav {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 10;
    font-size: 13px;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.035em;
    margin-left: -100px;
    margin-right: 20px;
  }
  header .utility-nav > ul > li > a {
    display: inline-block;
    padding: 8px 28px ;
  }
  header .utility-nav > ul > li.desktop-language-flap a {
  padding: 8px 0px 8px 5px;
}
  header .main-nav {
    position: relative;
    top: 27px;
    z-index: 10;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.035em;
    width: 992px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    left: -10px;
  }
  header .main-nav > ul > li > a {
    display: inline-block;
    padding-left: 0;
    padding-right: 55px ;
  }
  .deuter-breadcrumb {
    position: relative;
    width: 992px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    height: 35px !important;
  }
  .breadcrumb > li a {
    color: #093a7f;
    font-size: 16px;
    font-weight: 500;
  }
  .breadcrumb > .active a {
    color: #35A5D9;
    font-size: 16px;
  }
}
@media (min-width: 800px) and (max-width: 991px) {
  .header-logo {
    position: relative;
    top: -20px;
    left: -20px;
  }
  header .utility-nav {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 10;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.035em;
    margin-left: -80px;
  }
  header .utility-nav > ul > li > a {
    display: inline-block;
    padding: 8px 15px ;
  }

  header .utility-nav > ul > li.desktop-language-flap a {
  padding: 8px 0px 8px 5px;
}
  header .main-nav {
    position: relative;
    top: 27px;
    z-index: 10;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.035em;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    left: -10px;
  }
  .main-nav > ul > li > a {
    display: inline-block;
    padding-left: 0;
    padding-right: 30px;
  }
  .deuter-breadcrumb {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    height: 35px !important;
  }
  .container-fluid .deuter-breadcrumb {
    padding-left: 0;
    padding-right: 0;
  }
  .breadcrumb > li a {
    color: #093a7f;
    font-size: 16px;
    font-weight: 500;
  }
  .breadcrumb > .active a {
    color: #35A5D9;
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 800px) {
  .header-logo {
    position: relative;
    top: -20px;
    left: -20px;
  }
  header .utility-nav {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 10;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.035em;
    margin-left: -80px;
  }
  header .utility-nav > ul > li > a {
    display: inline-block;
    padding: 8px 15px ;
  }
    header .utility-nav > ul > li.desktop-language-flap a {
  padding: 8px 0px 8px 5px;
}
  header .main-nav {
    position: relative;
    top: 27px;
    z-index: 10;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.035em;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    left: -10px;
  }
  .main-nav > ul > li > a {
    display: inline-block;
    padding-left: 0;
    padding-right: 30px;
  }
  .deuter-breadcrumb {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    height: 35px !important;
  }
  .container-fluid .deuter-breadcrumb {
    padding-left: 0;
    padding-right: 0;
  }
  .breadcrumb > li a {
    color: #093a7f;
    font-size: 16px;
    font-weight: 500;
  }
  .breadcrumb > .active a {
    color: #35A5D9;
    font-size: 16px;
  }
}
.breadcrumb > li a:hover {
  color: #35A5D9 !important;
  text-decoration: none !important;
}
.search-icon img {
  width: 20px;
  height: 20px;
}
.nav-links-top-right {
  position: relative;
  bottom: 190px;
  color: white;
  font-size: 13px;
  right: 20px;
}
.nav-links-bottom-row {
  position: relative;
  bottom: 65px;
  color: white;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.035em;
}
.counter-watchlist {
  background-color: #004f95;
  padding-left: 8px;
  padding-right: 8px;
  color: white;
}
.flag-icon {
  width: 20px;
  position: relative;
  top: -2px;
  margin-left: 5px;
}
/* Header Search START */
.header-search {
  position: relative;
  bottom: 180px;
}
.header-search .suggestlayer {
  display: none;
  position: absolute;
  top: 37px;
  left: -1px;
  border: 1px solid #35a5d9;
  background-color: rgba(255, 255, 255, 0.8);
  width: 252px;
  border-radius: 0 0 5px 5px;
  z-index: 99;
}
.header-search .suggestlayer span {
  padding: 10px 10px 0px;
  display: block;
}
.header-search .suggestlayer ul {
  list-style-type: none;
  padding: 10px 0px 0px 0px;
}
.header-search .suggestlayer ul li.active,
.header-search .suggestlayer ul li:hover {
  background-color: #FFF;
}
.header-search .suggestlayer ul li a {
  color: #004f95 !important;
  padding: 0px 10px;
}

.header-search .suggestlayer ul li.area {
  padding: 10px;
  font-weight: 500;
}

.header-search .suggestlayer ul li.divider {
  margin: 10px 10px 0px 10px;
  border-top: 1px solid #35a5d9;
  background-color: white;
  height: 1px;
  line-height: 1px;
}

/* Header Search END */
#imaginary_container {
  position: absolute;
  top: 35px;
  width: 250px;
  margin-right: 10px;
  right: 10px;
}
#desktopsearchstring {
  color: white;
}
.stylish-input-group .input-group-addon {
  background: transparent;
  border-color: #fff;
  padding: 5px 12px;
  color: #fff;
}
.stylish-input-group .form-control {
  border-right: 0;
  box-shadow: 0 0 0;
  border-color: #fff;
  background-color: transparent;
  height: 38px;
}
.stylish-input-group button {
  border: 0;
  background: transparent;
  background-color: transparent;
}
.nav-link-top-icons {
  font-size: 30px;
  position: absolute;
  right: 15px;
}
.smalldevice-navigation {
  display: none;
  color: white;
  font-size: 16px;
  width: 100%;
  overflow-x: hidden;
}
.small-device-link {
  border-top: 1px solid white;
  line-height: 50px;
  background-color: #35A5D9;
  text-align: center;
  cursor: pointer;
}
.small-device-link a {
  color: #FFFFFF;
  text-transform: uppercase;
}
.small-device-lang {
  border-top: 1px solid #35A5D9;
  line-height: 50px;
  background-color: #00487e;
  text-align: center;
  cursor: pointer;
}
.small-device-langlist {
  display: none;
}
.active-lang {
  color: #35A5D9 !important;
  text-decoration: underline;
}
.flag-icon-small {
  position: relative;
  padding-right: 5px;
  top: -4px;
}
.iconlink {
  cursor: pointer;
}
#smalldevice-searchcontainer {
  display: none;
  background-color: #35A5D9;
  border-top: 1px solid white;
  height: auto;
}
#smalldevice-searchcontainer .stylish-input-group .form-control {
  height: 50px;
  font-size: 24px;
  color: white;
}
#smalldevice-searchcontainer .stylish-input-group .input-group-addon {
  font-size: 24px;
}
.small-device-search {
  padding: 30px;
}
#mobile_btn_merkliste {
  height: 30px;
}
#mobile_btn_search {
  height: 28px;
}
#mobile_btn_burger {
  height: 20px;
}
#mobilesearch {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
#mobilesearchstring {
  position: relative;
  top: 2px;
  width: 60%;
  height: 35px;
  border-radius: 4px;
  background-image: none;
  padding: 6px 12px;
  border: 1px solid white;
}
.mobilesearchbtn {
  margin-left: 5px;
  margin-right: 5px;
  width: 34%;
  background: #004f95;
  color: white;
  height: 35px;
}
.mobilesearchbtn:hover {
  margin-left: 5px;
  margin-right: 5px;
  width: 34%;
  background: #004385;
  color: white;
  height: 35px;
}
header .badge {
  background: white;
  border-radius: 11px;
  color: #38a5d7;
  height: 22px;
  width: 22px;
  padding: 4px 3px 0 3px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  top: 15px;
  left: -20px;
}
.main-nav {
  position: absolute;
  top: 0;
  left: 0;
}
header .main-nav > ul {
  list-style: none;
  height: 30px;
  overflow-y: hidden;
  margin-top: 10px;
}
header .main-nav > ul > li {
  float: left;
}
header .main-nav > ul > li > a:hover {
  text-decoration: none;
}
.utility-nav {
  position: absolute;
  top: 0;
  right: 0;
}
header .utility-nav > ul {
  list-style: none;
  float: right;
}
header .utility-nav > ul > li {
  float: left;
}
header .utility-nav > ul > li > a:hover {
  text-decoration: none;
}
header .langselect > ul {
  list-style: none;
}
header .langselect > ul > li > a {
  padding: 30px 0px ;
}
.langselect {
  list-style: none;
  background: white;
  display: none;
  margin-left: 0;
}
.langselect a {
  color: #00487e !important;
}
.langselect-open {
  background: white !important;
  color: black !important;
}
.langselect-open a {
  color: #00487e !important;
}
ul.langselect {
  padding: 0;
}
.langitem {
  height: 35px;
  border-top: 1px solid #d6d6d6;
  text-align: right;
  padding-right: 28px;
  padding-top: 8px;
}
.active-lang-desktop {
  color: #35A5D9 !important;
  text-decoration: underline;
}
#deuterheader a.active {
  text-decoration: none;
  color: #004f95 ;
  font-weight: bold;
}
#deuterheader a:hover {
  color: #004f95;
  text-decoration: none;
}
/* ==========================================================================
   end header
   ========================================================================== */
/* ==========================================================================
   breadcrumb
   ========================================================================== */
.breadcrumb {
  padding: 0px 15px;
  list-style: none;
  background-color: #fff;
  border-radius: 0;
  line-height: 35px;
}
.breadcrumb > li + li:before {
  content: "\2022";
  padding: 0 5px;
  color: #093a7f;
}
.breadcrumb-bottom {
  border-bottom: 1px solid lightgray;
  position: relative;
  height: 1px;
  width: 100%;
}
/* ==========================================================================
   end breadcrumb
   ========================================================================== */
/* ==========================================================================
   Startpage Grid
   ========================================================================== */
.detailpage .tpl-headline {
  width:970px;
  margin-left: auto;
  margin-right: auto;
}
.detailpage .series-overview {
  width:970px;
  margin-left: auto;
  margin-right: auto;
}
.detailpage .tpl-block-2-col {
  margin-left: 0;
  margin-right: 0;
  margin-bottom:30px;
}
.detailpage .tpl-block-2-col .text {
  padding-bottom:20px;
}
@media (max-width: 767px) {
  .detailpage .tpl-headline {
    width:100%;
  }
  .detailpage .series-overview {
    width:100%;
  }
}
.detailpage .widget_divider-blockmark .row {
  width:100%;
  margin:0 auto;
}
.detailpage .line {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 60px;
    margin: 0 15px 25px;
}
@media (min-width: 768px) {
  .detailpage .widget_divider-blockmark .row {
    max-width:1170px;
  }
  .detailpage .line {
      border-bottom: 1px solid #d5d5d5;
      padding-bottom: 30px;
      margin: 0 15px 25px;
  }
}
/* ==========================================================================
   END Startpage Grid
   ========================================================================== */

/* ==========================================================================
   template two box half picture
   ========================================================================== */
.twobox-halfpicture {
  margin-bottom: 20px;
}
.twobox-bottom-margin .col-sm-6 {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .twobox-halfpicture .col-min {
    width: 280px;
  }
  .twobox-halfpicture .col-max {
    width: 290px;
  }
}
.startpage-carousel {
  padding-top: 0 !important;
  padding-bottom: 20px !important;
}
.startpage-carousel img {
  padding-bottom: 25px;
}
/* ==========================================================================
   end template two box half picture
   ========================================================================== */
/* ==========================================================================
   template Boxen-Reihe  - bag carousel
   ========================================================================== */
#bag1-480-carousel {
  margin-bottom: 20px;
}
/* centered columns styles */
.row-centered {
  text-align: center;
}
.col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin-right: -4px;
}
.box-row {
  margin-bottom: 10px;
}
.box-row p {
  width: 220px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .box-row .col-min {
    width: 280px;
  }
  .box-row .col-max {
    width: 280px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .box-row .col-sm-6 p {
    width: 245px;
  }
  .box-row .row {
    padding-left: 80px;
  }
  /*
    .box-row .col-min {
        width:280px;
    }
    .box-row .col-max {
        width:280px;
    }
    */
}
.carousel {
  z-index: 100;
}
.carousel,
.small-carousel-caption {
  padding-top: 25px;
  text-align: center;
}
.carousel-itemdescription {
  max-width: 250px;
  text-align: center;
  margin: auto;
}
.carousel-indicators li {
  border: 1px solid #000;
}
.carousel-control {
  color: #999999;
  position: absolute;
  top: 45%;
  font-size: 30px;
  z-index: 100;
}
.carousel-control:hover {
  color: #999999;
}
.carousel-control.right {
  background: none;
  color: #999999;
}
.carousel-control.left {
  background: none;
  color: #999999;
}
.carousel-indicators {
  top: 250px;
  right: 25px;
  z-index: 12;
}
.carousel-indicators li {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 4px;
  text-indent: -999px;
  border: 1px solid #999999;
  border-radius: 14px;
  cursor: pointer;
  background-color: #999999;
}
.carousel-indicators .active {
  width: 14px;
  height: 14px;
  border: 2px solid #35A5D9;
  position: relative;
  margin: 4px;
}
/* ==========================================================================
   end template Boxen-Reihe -bag carousel
   ========================================================================== */
/* ==========================================================================
   small devices shortnav
   ========================================================================== */
#shortnav {
  position: relative;
  top: -20px;
  margin-left: 16px;
  margin-right: 16px;
}
#shortnav table {
  background-color: #35A5D9;
  width: 100%;
  color: white;
  font-size: 18px;
  text-align: center;
  margin-bottom: 0;
}
#shortnav .table-bordered tbody > tr > td {
  border: 4px solid white;
}
#shortnav td {
  line-height: 50px;
  cursor: pointer;
}
/* ==========================================================================
   ends mall devices
   ========================================================================== */
/* ==========================================================================
    two box half picture
   ========================================================================== */
.twobox-halfpicture p {
  width: 220px;
}
.box-itemdescription {
  max-width: 230px;
}
@media (min-width: 992px) {
  .twobox-top-margin {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  .twobox-top-margin {
    margin-top: 100px;
  }
}
@media (max-width: 757px) {
  .twobox-halfpicture .col-ms-6 {
    margin-bottom: 15px;
  }
  .twobox-halfpicture .col-xs-12 {
    margin-bottom: 15px;
  }
}
/* ==========================================================================
    end two box half picture
   ========================================================================== */
/* ==========================================================================
 two picture template
   ========================================================================== */
.two-picture .col-xs-12 {
  padding-bottom: 20px;
}
@media (min-width: 767px) {
  .two-picture {
    margin-bottom: 10px;
  }
}
/* ==========================================================================
 end  picture template
   ========================================================================== */
/* ==========================================================================
 3/4 picture template
   ========================================================================== */
.threequarterpicture {
  margin-bottom: 20px;
  max-width: 1140px;
  margin: 0px auto;
}



.threequarter-picture img {
  margin-bottom: 10px;
}
@media (max-width: 767px) {

  .startpage .threequarterpicture {
    margin-left: -10px;
    margin-right: -10px;
  }

  .threequarter-picture {
    margin: 0px 15px;
  }
  .threequarter-picture p {
    width: 200px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 15px;
  }
  .threequarter-picture .col-ms-12 {
    text-align: center;
  }
  .threequarter-picture .col-xs-12 {
    text-align: center;
  }
  .threequarter-picture img {
    margin: 0 auto;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .startpage .threequarterpicture {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 992px) {
  .startpage .threequarterpicture {
    max-width: 940px;
  }
}

@media (min-width: 1200px) {
  .startpage .threequarterpicture {
    max-width: 1150px;
  }
}

/* ==========================================================================
 end 3/4 picture template
   ========================================================================== */
/* ==========================================================================
 haendlersuche + gewinnspiel
   ========================================================================== */
.store-locator {
  margin-bottom: 20px;
}
/* --  sm                --*/
@media (min-width: 768px) {
  .contest-desktop {
    width: 220px;
    height: 191px;
  }
  .contest-overlay {
    width: 220px;
    height: 59px;
    background: white;
    opacity: 0.6;
    top: 132px;
    position: absolute;
  }
  .contest-headline {
    font-size: 15px;
    color: #00487e;
    position: absolute;
    top: 135px;
    margin-left: 20px;
    margin-right: 20px;
    font-weight: bold;
  }
  .contest-teaser {
    color: #34495E;
    font-size: 12px;
    position: absolute;
    top: 155px;
    margin-left: 20px;
    margin-right: 20px;
  }
  /*--------------------------*/
  .locator-content {
    height: 191px ;
  }
  .store-locator-bg {
    background: url("http://www.deuter.com/geneva-layout/img/startslide/haendlersuche_bg_470_197.png");
    height: 191px;
    width: 470px;
  }
  .desktop-storelocator-headline {
    color: #00487e;
    font-size: 14px;
    font-weight: bold;
    padding-left: 20px;
    padding-top: 20px;
  }
  #locator-desktop-search {
    position: absolute;
    bottom: 20px;
    left: 320px;
    color: white;
    font-size: 14px;
  }
  #locator-desktop-search .fa {
    font-size: 18px;
  }
  #locator-desktop-place {
    position: absolute;
    left: 40px;
    bottom: 17px;
  }
  #locator-desktop-place .form-control {
    width: 180px;
    height: 28px;
    background-color: transparent;
    border: 1px solid white;
    color: #fff;
    font-size: 13px;
  }
  #locator-desktop-country {
    position: absolute;
    bottom: 80px;
    left: 40px;
  }
  #locator-desktop-country .form-control {
    width: 180px;
    height: 28px;
    background-color: #35A5D9;
    border: 1px solid white;
    color: #fff;
    font-size: 13px;
  }
  #locator-desktop-country .fa {
    font-size: 28px;
    color: #fff;
    padding-right: 10px;
  }
}
/* --  md               --*/
@media (min-width: 992px) {
  .contest-desktop {
    width: 293px;
    height: 255px;
  }
  .contest-overlay {
    width: 293px;
    height: 80px;
    background: white;
    opacity: 0.6;
    top: 175px;
    position: absolute;
  }
  .contest-headline {
    font-size: 18px;
    color: #00487e;
    position: absolute;
    top: 185px;
    margin-left: 20px;
    margin-right: 20px;
    font-weight: bold;
  }
  .contest-teaser {
    color: #34495E;
    font-size: 15px;
    position: absolute;
    top: 210px;
    margin-left: 20px;
    margin-right: 20px;
  }
  /*--------------------------*/
  .locator-content {
    height: 254px ;
  }
  .store-locator-bg {
    background: url("http://www.deuter.com/geneva-layout/img/startslide/haendlersuche_bg_620_260.png");
    height: 254px;
    width: 620px;
  }
  .desktop-storelocator-headline {
    color: #00487e;
    font-size: 18px;
    font-weight: bold;
    padding-left: 24px;
    padding-top: 24px;
  }
  #locator-desktop-search {
    position: absolute;
    bottom: 28px;
    left: 420px;
    color: white;
    font-size: 18px;
  }
  #locator-desktop-search .fa {
    font-size: 24px;
  }
  #locator-desktop-place {
    position: absolute;
    left: 40px;
    bottom: 24px;
  }
  #locator-desktop-place .form-control {
    width: 230px;
    height: 35px;
    background-color: transparent;
    border: 1px solid white;
    color: #fff;
    font-size: 18px;
  }
  #locator-desktop-country {
    position: absolute;
    bottom: 110px;
    left: 40px;
  }
  #locator-desktop-country .form-control {
    width: 230px;
    height: 35px;
    background-color: #35A5D9;
    border: 1px solid white;
    color: #fff;
    font-size: 18px;
  }
  #locator-desktop-country .fa {
    font-size: 35px;
    color: #fff;
    padding-right: 10px;
  }
}
/* --  lg              --*/
@media (min-width: 1200px) {
  .contest-desktop {
    width: 360px;
    height: 312px;
  }
  .contest-overlay {
    width: 360px;
    height: 102px;
    background: white;
    opacity: 0.6;
    top: 210px;
    position: absolute;
  }
  .contest-headline {
    font-size: 22px;
    color: #00487e;
    position: absolute;
    top: 220px;
    margin-left: 30px;
    margin-right: 30px;
    font-weight: bold;
  }
  .contest-teaser {
    color: #34495E;
    font-size: 18px;
    position: absolute;
    top: 255px;
    margin-left: 30px;
    margin-right: 30px;
  }
  /*--------------------------*/
  .locator-content {
    height: 312px ;
  }
  .store-locator-bg {
    background: url("http://www.deuter.com/geneva-layout/img/startslide/haendlersuche_bg_750_315.png");
    height: 312px;
    width: 750px;
  }
  .desktop-storelocator-headline {
    color: #00487e;
    font-size: 22px;
    font-weight: bold;
    padding-left: 24px;
    padding-top: 24px;
  }
  #locator-desktop-search {
    position: absolute;
    bottom: 35px;
    left: 500px;
    color: white;
    font-size: 22px;
  }
  #locator-desktop-search .fa {
    font-size: 28px;
  }
  #locator-desktop-place {
    position: absolute;
    left: 40px;
    bottom: 30px;
  }
  #locator-desktop-place .form-control {
    width: 280px;
    height: 44px;
    background-color: transparent;
    border: 1px solid white;
    color: #fff;
    font-size: 20px;
  }
  #locator-desktop-country {
    position: absolute;
    bottom: 140px;
    left: 40px;
  }
  #locator-desktop-country .form-control {
    width: 280px;
    height: 44px;
    background-color: #35A5D9;
    border: 1px solid white;
    color: #fff;
    font-size: 20px;
  }
  #locator-desktop-country .fa {
    font-size: 40px;
    color: #fff;
    padding-right: 10px;
  }
}
/* --  xs and ms           --*/
@media (max-width: 767px) {
  .contest-mobile {
    background: #35A5D9;
    padding: 20px;
  }
  .contest-mobile a {
    text-decoration: none !important;
  }
  .contest-mobile .contest-headline {
    font-size: 18px;
    font-weight: bold;
    color: #00487e;
    padding-bottom: 10px;
  }
  .contest-mobile .contest-teaser {
    font-size: 18px;
    color: white;
  }
  .row .col-sm-12,
  .col-md-12 {
    padding-left: 15px;
    padding-right: 15px;
    /* padding-top: 15px;*/
  }
  .store-loacator-mobile {
    background: #35A5D9;
    padding: 20px;
    margin-top: 20px;
  }
  .locator-mobile-header {
    font-size: 18px;
    font-weight: bold;
    color: #00487e;
  }
  .mobile-locator-spacer {
    height: 24px;
  }
  .store-loacator-mobile > .btn {
    background: #00487e;
    width: 100%;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 18px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
  }
  .store-loacator-mobile > .btn:hover {
    background: #003d71;
    text-decoration: none;
    color: #ffffff;
  }
  #locator-mobile-place .form-control {
    width: 100%;
    height: 35px;
    background-color: transparent;
    border: 1px solid white;
    color: #fff;
    font-size: 18px;
  }
  #locator-mobile-country .form-control {
    width: 100%;
    height: 35px;
    background-color: #35A5D9;
    border: 1px solid white;
    color: #fff;
    font-size: 18px;
  }
  .inner-addon {
    position: relative;
  }
  .inner-addon .fa {
    position: absolute;
    pointer-events: none;
  }
  .right-addon .fa {
    right: 10px;
    font-size: 35px;
    color: #fff;
    padding-right: 10px;
  }
}
/* overwrite some disturbing browser nonsense */
.store-locator input[type="text"]::-webkit-input-placeholder {
  color: white !important;
}
.store-locator input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: white !important;
}
.store-locator input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: white !important;
}
.store-locator input[type="text"]:-ms-input-placeholder {
  color: white !important;
}
/* disable nomal dropdown appearance on browsers */
.store-locator select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* disable nomal dropdown appearance for stupid ie */
.store-locator select::-ms-expand {
  display: none;
}
/* ==========================================================================
 end haendlersuche + gewinnspiel
   ========================================================================== */
/* ==========================================================================
   footer   bootstrap 5 default column definition layout for footer
   ========================================================================== */
.gototop {
  display: block;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
/* footer media queries */
.sitemap-flap {
  display: none;
}
.social-font {
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  line-height: 25px;
}
@media (max-width: 480px) {
  .social-font {
    font-size: 10px;
    font-weight: 300;
    color: #666666;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .sitemap {
    margin: 0 auto;
    margin-top: 0px;
    border-top: 0px solid #E8E7E5;
    background-color: #F0F0F0;
  }
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
  .sitemap-flap {
    display: block;
  }
  .sitemap {
    margin-top: 26px;
    border-top: 30px solid #E8E7E5;
    background-color: #F0F0F0;
  }
  .footer-text {
    margin-top: 45px;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
  .sitemap-flap {
    display: block;
  }
  .sitemap {
    margin-top: 26px;
    border-top: 30px solid #E8E7E5;
    background-color: #F0F0F0;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
  .sitemap-flap {
    display: block;
  }
  .sitemap {
    margin-top: 26px;
    border-top: 30px solid #E8E7E5;
    background-color: #F0F0F0;
  }
}
footer {
  background: #F0F0F0;
  background-color: #F0F0F0;
}
.footer-text {
  font-size: 12px;
  color: #727272;
  line-height: 20px;
}
.footer-headline {
  color: #34495E;
  font-weight: bold;
}
a .footer-headline {
  color: #34495E !important;
  text-transform: uppercase;
}
.sitemap-headline {
  font-size: 20px;
  color: #34495E;
  left: 8px;
  top: 20px;
  position: relative;
}
.sitemap a {
  color: #666666;
}
.sitemap div {
  margin: 0 auto;
  margin-top: 25px;
}
.sitemap .sitemap-flap {
  width: 82px;
  height: 26px;
  margin-top: -55px;
  background: transparent url('http://www.deuter.com/geneva-layout/img/footer-flap-close.png') no-repeat scroll center top;
  cursor: pointer;
}
.sitemap .sitemap-content {
  display: none;
  margin-top: 30px;
  border-bottom: 1px solid #CACAC8;
  position: relative;
  overflow: hidden;
}
.sitemap .sitemap-content .row ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* social footer */
.footer-social {
  margin: 0 auto;
  padding: 0;
  position: relative;
  top: -30px;
}
.social {
  margin: 0;
  padding: 0;
  text-align: center;
}
.social-position {
  position: relative;
  top: 15px;
}
.social-font-light {
  color: #999999;
}
.social ul {
  margin: 0;
  padding: 5px;
}
.social ul li {
  margin: 3px;
  list-style: none outside none;
  display: inline-block;
}
.social i {
  width: 55px;
  height: 55px;
  color: #FFF;
  background-color: #9f9f9f;
  font-size: 30px;
  text-align: center;
  padding-top: 18px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
}
.social i:hover {
  color: #FFF;
  text-decoration: none;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
}
.social .fa-facebook:hover {
  /* round facebook icon*/
  background: #4060A5;
}
.social .fa-youtube:hover {
  /* round youtube icon*/
  background: #FF1F25;
}
.social .fa-instagram:hover {
  /* round instagram icon*/
  background: #375989;
}
.social .fa-twitter:hover {
  /* round twitter icon*/
  background: #00ABE3;
}
/* ==========================================================================
 end footer
   ========================================================================== */
/* ==========================================================================
 helper stuff
   ========================================================================== */
#test1 p {
  padding: 50px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background: #f2f2f2;
}
#test2 p {
  padding: 50px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background: #afcff2;
}
#test3 p {
  padding: 50px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background: #7bf2d3;
}
#test4 p {
  padding: 50px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background: #57c759;
}
#test5 p {
  padding: 50px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background: #57c759;
}
#breakpoint-info {
  padding: 5px;
  font-size: 14px;
  text-align: center;
  background: #ca0807;
  color: white;
}
.category-overview {
  margin-top: 25px;
}
.category-overview .row {
  margin-bottom: 20px;
}
.category-overview .row:last-child {
  margin-bottom: 0px;
}
.category-overview .row .pitem-m {
  max-width: 460px;
  height: 330px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
}
.category-overview .row .margin-xs {
  margin-bottom: 20px;
}
.category-overview .tile-item-l {
  max-width: 940px;
  height: 330px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
  margin: 0 auto;
}
.category-overview .tile-item-s {
  max-width: 460px;
  height: 155px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: 20px;
}
.category-overview .col-xs-12 .tile-item-s:last-child {
  margin: 0;
}
.category-overview ul.cat-list {
  width: 220px;
  height: 100%;
  list-style-type: none;
  padding: 24px 0 0 24px;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.7);
}
.category-overview ul.cat-list li {
  color: #093a7f !important;
  font-size: 1.1em;
}
.category-overview ul.cat-list li a:first-child {
  font-weight: bold;
}
.category-overview ul.cat-list b {
  text-transform: uppercase;
  line-height: 1.7;
  color: #093a7f !important;
  font-size: 18px;
}
@media (min-width: 481px) {
  .category-overview .row .margin-xs {
    margin-bottom: 0px;
  }
  .category-overview .row .tile-item-s {
    margin-bottom: 20px;
  }
  .category-overview .row .tile-item-l {
    margin-left: -15px;
    margin-right: -15px;
  }
  .category-overview .row .tile-padding-left {
    padding-left: 10px;
    padding-right: 0px;
  }
  .category-overview .row .tile-padding-right {
    padding-right: 10px;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .category-overview .row {
    margin: 0 auto 20px;
  }
}
.test {
  font-size: 30px;
}
/* ==========================================================================
  hero slider
   ========================================================================== */
.test {
  font-size: 30px;
}
.flex-control-paging li a {
  width: 14px;
  height: 14px;
  display: block;
  background: #ffffff;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.flex-control-paging li:hover a {
  background: #e7e7e7;
}
.flex-control-paging li a.flex-active {
  background: #093c9c;
  cursor: default;
}
.flex-control-paging li a.flex-active:hover {
  background: #094ad3;
  cursor: default;
}
@media (min-width: 768px) {
  #hero {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .flex-direction-nav {
    display: block;
  }
  #hero-slider .flex-caption {
    position: absolute;
    color: white;
    z-index: 1;
    width: auto;
    /* use margin-left and bottom ro set later on via json */
    margin-left: 60px;
    bottom: 40px;
    font-size: 16px;
  }
  #hero-slider ol.flex-control-nav.flex-control-paging {
    position: absolute;
    bottom: 15px;
  }
  .heroslider {
    border: 0 !important;
  }
}
@media (max-width: 767px) {
  .flex-direction-nav {
    display: none;
  }
  #hero-slider .flex-caption {
    padding: 5px;
    background-color: #00487e;
    font-size: 14px;
    line-height: 18px;
    color: white;
    text-align: center;
  }
  #hero-slider ol.flex-control-nav.flex-control-paging {
    position: relative;
    bottom: 100px;
  }
}
/* ==========================================================================
   end  carousel hero image
   ========================================================================== */
aside.sort-filter {
  display: block;
  position: relative;
  float: left;
  width: 242.5px;
  padding: 0 15px;
}
.product-overview > .row {
  float: right;
  width: 75%;
}
.sort-filter-switch {
  padding-bottom: 12px;
  border: 1px solid #EAE9E7;
  background: transparent url('http://www.deuter.com/geneva-layout/img/product-overview/sort-filter-box_bg.png') repeat-x scroll left bottom;
}
.sort-filter-switch a {
  display: inline-block;
  position: relative;
  padding: 15px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  color: #44586C;
}
.sort-filter-switch a:first-child {
  padding-right: 16px;
  background: transparent url('http://www.deuter.com/geneva-layout/img/product-overview/sort-filter-box_line.png') no-repeat scroll right center;
}
.sort-filter-switch a.active {
  color: #40A3D5;
}
.sort-filter-switch a img {
  display: none;
  position: absolute;
  left: 35%;
  bottom: -12px;
}
.sort-filter-switch a.active img {
  display: block;
}
.sort-filter-block {
  margin-top: 20px;
}
.sort-filter-block h4 {
  margin: 0;
  background: transparent url('http://www.deuter.com/geneva-layout/img/product-overview/sort-filter-block-headline_bg.png') repeat-x scroll right center;
}
.sort-filter-block h4 span {
  padding-right: 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  color: #34495E;
  background-color: #FFF;
}
.sort-filter-block ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.sort-filter-block ul li {
  padding-top: 6px;
  padding-bottom: 6px;
  cursor: pointer;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.sort-filter-block ul li.inactive {
  color: #999;
}
.sort-filter-block ul.checkboxes li {
  padding-left: 32px;
  background: transparent url('http://www.deuter.com/geneva-layout/img/product-overview/checkbox.png') no-repeat scroll left center;
}
.sort-filter-block ul.checkboxes li.checked {
  background-image: url('http://www.deuter.com/geneva-layout/img/product-overview/checkbox-checked.png');
}
.sort-filter-block ul.radiobuttons li {
  padding-left: 32px;
  background: transparent url('http://www.deuter.com/geneva-layout/img/product-overview/radio-button.png') no-repeat scroll left center;
}
.sort-filter-block ul.radiobuttons li.checked {
  background-image: url('http://www.deuter.com/geneva-layout/img/product-overview/radio-button-checked.png');
}
.sort-filter-block ul.colorboxes li {
  float: left;
  width: 20px;
  height: 20px;
  margin: 10px 7px 0 0;
  border: 0px solid #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 2px 0px #cccccc;
  -moz-box-shadow: 1px 1px 2px 0px #cccccc;
  box-shadow: 1px 1px 2px 0px #cccccc;
  background-repeat: no-repeat;
  background-position: center;
}
.sort-filter-block ul.colorboxes li:last-child {
  margin-right: 0;
}
.sort-filter-block ul.colorboxes li.checked {
  background-image: url('http://www.deuter.com/geneva-layout/img/product-overview/checker.png');
}
.sort-filter-block ul.colorboxes li.inactive {
  background-image: url('http://www.deuter.com/geneva-layout/img/product-overview/cross-color.png');
}
.btn-clear {
  background: #FFF;
  font-weight: 500;
}
.btn-clear img {
  margin-right: 15px;
}
/* Contactform */
.hint_mandatory {
  font-size: 12px;
  color: #35A5D9;
  margin-bottom: 20px;
}
#formhint {
  display: none;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #A94442;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: 500;
  text-align: center;
}
.form-horizontal label {
  padding-right: 0;
  font-size: 15px;
  font-weight: 500;
}
.form-group {
  margin-bottom: 20px;
}
.form-group.camouflage {
  display: none !important;
}
.sendform {
  text-align: right;
}
.sendform .btn-default {
  padding: 9px 60px;
  border: none;
  outline: none;
  font-weight: 500;
  background: #F2F2F2;
}
.addressbox {
  padding-left: 50px;
  background: transparent url('../media/img/pin.png') no-repeat scroll left top;
}
.addressbox h6 {
  margin-bottom: 0;
  color: #35A5D9;
}
.addressbox a {
  color: #35A5D9;
}
textarea {
  resize: vertical;
}
/* ==========================================================================
   cookie information bar
   ========================================================================== */
#CookieInformation {
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  color: #FFF;
  background-color: #004F95;
  opacity: 0.8;
  filter: alpha(opacity=80);
  z-index: 900;
}
#CookieInformation .container {
  position: relative;
}
#CookieInformation a {
  text-decoration: underline;
  color: #FFF;
}
#CookieInformation #CookieControl.close {
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 15px;
  right: 30px;
  font-size: 23px;
  font-weight: normal;
  text-align: right;
  text-decoration: none;
  color: #FFF;
  background-color: #004F95;
  opacity: 1;
  filter: alpha(opacity=100);
}
#CookieInformation .cookie-text {
  padding: 25px 70px;
  text-align: center;
}
@media (max-width: 767px) {
  #CookieInformation #CookieControl.close {
    right: 15px;
  }
  #CookieInformation .cookie-text {
    padding: 20px 35px;
  }
}
/* ==========================================================================
   end cookie information bar
   ========================================================================== */
/* =======================================
  International Distributors - START
   ======================================= */
.regions-selector {
  padding: 20px 0;
  margin: 20px 0;
  border-top: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
}
.form-control.distributor-regions {
  display: inline-block;
  width: auto;
}
.distributor-regions-label {
  padding-right: 20px;
  color: #35A5D9;
  font-size: 1.2em;
}
.region {
  display: none;
}
.distributors {
  background: transparent url('img/img_worldmap.jpg') no-repeat scroll center top;
}
.distributor > a {
  font-size: 1.2em;
  color: #44586C;
  cursor: pointer;
}
.distributor > p {
  display: none;
  position: relative;
  padding: 5px 0;
  margin: 5px 0;
  border-top: 1px solid #35A5D9;
  border-bottom: 1px solid #35A5D9;
}
.distributor p button.close {
  position: absolute;
  top: 5px;
  right: 5px;
  background: none;
  color: #666;
  font-size: 24px;
}
/* =======================================
  International Distributors - END
   ======================================= */

/* FAQ Accordion - Styles */
.mod_accordion .accordion-headline {
  padding: 20px;
  margin: 0;
  color: #FFF;
  background-color: #35A5D9;
}
.mod_accordion .collapse-icon {
  padding: 8px 9px 8px 7px;
  font-size: 20px;
  margin-right: 16px;
  border-radius: 50%;
  color: #FFF;
  background-color: #004F95;
  float: left;
}
.mod_accordion .collapse-icon:after,
.mod_accordion .collapse-icon::after {
  content: "\2212";
}
.mod_accordion .collapsed .collapse-icon {
  padding: 8px 7px 8px 9px;
  background-color: #35A5D9;
}
.mod_accordion .collapsed .collapse-icon:after,
.mod_accordion .collapsed .collapse-icon::after {
  content: "\002b";
}
.mod_accordion [role=tablist] .panel-default > .panel-heading {
  padding: 15px;
  background: #FFF;
}
.mod_accordion [role=tablist] .panel-default > .panel-heading a {
  display: block;
}
.mod_accordion .panel-title {
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
  text-decoration: none;
  margin-left: 52px;
}
.mod_accordion .panel,
.mod_accordion .panel-group .panel-heading + .panel-collapse > .panel-body {
  border: none;
  box-shadow: none;
}
.mod_accordion .panel {
  border-bottom: 1px solid #DDD;
}
.mod_accordion .panel:last-child {
  border: none;
}
.mod_accordion .panel-body {
  padding-top: 0;
  padding-left: 67px;
}
.mod_accordion .panel-body.text-wrapper a {
  color: #35A5D9;
}
.mod_accordion .panel-body.text-wrapper a:hover {
  color: #23527c;
}
.mod_accordion .glyphicon:empty {
  width: auto;
}
.mod_accordion .supmargin {
  margin-left: -6px;
}

.category-overview {
  margin-top: 25px;
}
.category-overview .row {
  margin-bottom: 20px;
}
.category-overview .row:last-child {
  margin-bottom: 0px;
}
.category-overview .row .tile-item-m {
  max-width: 460px;
  height: 330px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
}
.category-overview .row .tile-item-m span a {
  width: 100%;
  height: 100%;
  display: inline-block;
  margin-left: 240px;
  position: absolute;
  top: 0;
  left: 0;
}
.category-overview .row .margin-xs {
  margin-bottom: 20px;
}
.category-overview .tile-item-l {
  max-width: 940px;
  height: 330px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
  margin: 0 auto;
}
.category-overview .tile-item-l span a {
  width: 100%;
  height: 100%;
  display: inline-block;
  margin-left: 240px;
  position: absolute;
  top: 0;
  left: 0;
}
.category-overview .tile-item-s {
  max-width: 460px;
  height: 155px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: 20px;
}
.category-overview .tile-item-s span a {
  width: 100%;
  height: 100%;
  display: inline-block;
  margin-left: 240px;
  position: absolute;
  top: 0;
  left: 0;
}
.category-overview .col-xs-12 .tile-item-s:last-child {
  margin: 0;
}
.category-overview ul.cat-list {
  width: 220px;
  height: 100%;
  list-style-type: none;
  padding: 24px 0 0 24px;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.7);
}
.category-overview ul.cat-list li p {
  margin-bottom: 0;
}
.category-overview ul.cat-list li div p:first-child a {
  font-weight: bold;
}
.category-overview ul.cat-list a {
  text-transform: uppercase;
  line-height: 1.7;
}
@media (min-width: 481px) {
  .category-overview .row .margin-xs {
    margin-bottom: 0px;
  }
  .category-overview .row .tile-item-s {
    margin-bottom: 20px;
  }
  .category-overview .row .tile-item-l {
    margin-left: -15px;
    margin-right: -15px;
  }
  .category-overview .row .tile-padding-left {
    padding-left: 10px;
    padding-right: 0px;
  }
  .category-overview .row .tile-padding-right {
    padding-right: 10px;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .category-overview .row {
    margin: 0 auto 20px;
  }
}

.template-text-image .col-xs-12 {
  float: left;
}
.template-image-text .col-xs-12 {
  float: right;
}
.category-overview {
  margin-top: 25px;
}
.category-overview .row {
  margin-bottom: 20px;
}
.category-overview .row:last-child {
  margin-bottom: 0px;
}
.category-overview .row .tile-item-m {
  max-width: 460px;
  height: 330px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
}
.category-overview .row .margin-xs {
  margin-bottom: 20px;
}
.category-overview .tile-item-l {
  max-width: 940px;
  height: 330px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
  margin: 0 auto;
}
.category-overview .tile-item-s {
  max-width: 460px;
  height: 155px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: 20px;
}
.category-overview .col-xs-12 .tile-item-s:last-child {
  margin: 0;
}

.category-overview .row .tile-padding-left a {
  display: block;
}
.category-overview .row .tile-padding-right a {
  display: block;
  margin-bottom: 20px;
}
.category-overview .row .tile-padding-right a:last-child {
  margin-bottom: 0px;
}

.category-overview ul.cat-list {
  width: 220px;
  height: 100%;
  list-style-type: none;
  padding: 24px 0 0 24px;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.7);
}
.category-overview ul.cat-list a {
  text-transform: uppercase;
  line-height: 1.7;
}

.category-overview ul.cat-list b {
  font-size: 18px;
}
@media (min-width: 481px) {
  .category-overview .row .margin-xs {
    margin-bottom: 0px;
  }
  .category-overview .row .tile-item-s {
    margin-bottom: 20px;
  }
  .category-overview .row .tile-item-l {
    margin-left: -15px;
    margin-right: -15px;
  }
  .category-overview .row .tile-padding-left {
    padding-left: 10px;
    padding-right: 0px;
  }
  .category-overview .row .tile-padding-right {
    padding-right: 10px;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .category-overview .row {
    margin: 0 auto 20px;
  }
}

.category-overview {
  margin-top: 25px;
}
.category-overview .row {
  margin-bottom: 20px;
}
.category-overview .row:last-child {
  margin-bottom: 0px;
}
.category-overview .row .tile-item-m {
  max-width: 460px;
  height: 330px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
}
.category-overview .row .margin-xs {
  margin-bottom: 20px;
}
.category-overview .tile-item-l {
  max-width: 940px;
  height: 330px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
  margin: 0 auto;
}
.category-overview .tile-item-s {
  max-width: 460px;
  height: 155px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: 20px;
}
.category-overview .col-xs-12 .tile-item-s:last-child {
  margin: 0;
}
.category-overview ul.cat-list {
  width: 220px;
  height: 100%;
  list-style-type: none;
  padding: 24px 0 0 24px;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.7);
}
.category-overview ul.cat-list a {
  text-transform: uppercase;
  line-height: 1.7;
}
@media (min-width: 481px) {
  .category-overview .row .margin-xs {
    margin-bottom: 0px;
  }
  .category-overview .row .tile-item-s {
    margin-bottom: 20px;
  }
  .category-overview .row .tile-item-l {
    margin-left: -15px;
    margin-right: -15px;
  }
  .category-overview .row .tile-padding-left {
    padding-left: 10px;
    padding-right: 0px;
  }
  .category-overview .row .tile-padding-right {
    padding-right: 10px;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .category-overview .row {
    margin: 0 auto 20px;
  }
}
.test {
  font-size: 30px;
}

/* ==========================================================================
  hero slider
   ========================================================================== */
.flex-control-paging li a {
  width: 14px;
  height: 14px;
  display: block;
  background: #ffffff;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.flex-control-paging li:hover a {
  background: #e7e7e7;
}
.flex-control-paging li a.flex-active {
  background: #093c9c;
  cursor: default;
}
.flex-control-paging li a.flex-active:hover {
  background: #094ad3;
  cursor: default;
}
.hero-slider-item {
  position: relative;
}
@media (min-width: 768px) {
  #hero {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .flex-direction-nav {
    display: block;
  }
  #hero-slider .flex-caption {
    position: absolute;
    color: white;
    z-index: 1;
    width: auto;
    /* use margin-left and bottom ro set later on via json */
    /*margin-left: 60px;*/
    /*bottom: 40px;*/
    font-size: 16px;
    top: 10px;
    left: 32px;
  }
  #hero-slider ol.flex-control-nav.flex-control-paging {
    position: absolute;
    bottom: 15px;
  }
  .heroslider {
    border: 0 !important;
  }
}
@media (max-width: 767px) {
  .flex-control-nav,
  .flex-direction-nav {
    display: none;
  }
  #hero-slider .flex-caption {
    padding: 5px;
    background-color: #00487e;
    font-size: 14px;
    line-height: 18px;
    color: white;
    text-align: center;
  }
  #hero-slider ol.flex-control-nav.flex-control-paging {
    position: relative;
    bottom: 100px;
  }
}
/* ==========================================================================
   end  carousel hero image
   ========================================================================== */

/*START less for Banner Template */
.tpl-banner {
  margin-bottom: 30px;
}
.tpl-banner > [class*='col-'] {
  padding-top: 0;
  padding-bottom: 0;
}
.tpl-banner h2 {
  color: #004f95;
  font-weight: 300;
  font-size: 29px;
  margin-bottom: 18px;
  margin-top: 0;
  padding-top: 20px;
  border-top: 1px solid #e8e7e5;
}
.tpl-banner .banner {
  max-width: 940px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
}
.tpl-banner .banner img {
  max-width: 940px;
  width: 100%;
}
.tpl-banner .banner-text {
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 0 15px;
}
.tpl-banner .banner-text h2 {
  padding-left: 0;
}
.tpl-banner .banner-text-xs h2 {
  padding-left: 0;
}
.tpl-banner > div {
  padding-top: 20px;
  padding-bottom: 20px;
}
/*END less for Banner Template */

/* Beginn GENEVA-Template Four Columns Image/Text  */
.four-column-text {
  margin-bottom: 30px;
}
.four-column-text .img_fc {
  height: 216px;
  margin-bottom: 20px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.four-column-text .headline {
  font-size: 1.4em;
  font-weight: 400;
  color: #35A5D9;
}
.four-column-text .subheadline {
  font-size: 14px;
  font-weight: bold;
  padding-top: 5px;
}
.four-column-text .text {
  font-size: 14px;
  padding-top: 5px;
}
.four-column-text img {
  padding-top: 5px;
  padding-bottom: 5px;
}
.four-column-text .line {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 60px;
  margin: 0 15px 25px;
}
#four-column-text-slider img {
  margin: 0 auto;
}
#smalldevice4columnslider.bx-wrapper.bx-viewport {
  border: 0 !important;
}
@media (min-width: 768px) {
  .four-column-text .line {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 30px;
    margin: 0 15px 25px;
  }
}
/* End GENEVA-Template Four Columns Image/Text  */

/* Beginn GENEVA-Template Four Products */
.box-row {
  margin-bottom: 10px;
}
.box-row .row-centered {
  text-align: center;
}
.box-row .row-centered .col-centered {
  display: inline-block;
  float: none;
  text-align: left;
  margin-right: -4px;
  margin-bottom: 30px;
  vertical-align: top;
}
.box-row .row-centered .col-centered.product-item a {
  display: inline-block;
  height: 216px;
  width: 100%;
}
.box-row .row-centered .col-centered.product-item a[href="#"] {
  display: none;
}
.box-row .row-centered .col-centered.product-item a img {
  max-width: 190px;
  max-height: 216px;
  width: auto !important;
  height: auto !important;
}
.box-row .row-centered .col-centered.product-item h3 a {
  display: inline;
  height: auto;
  width: auto;
}
.box-row .row-centered a {
  text-decoration: none;
}
.box-row .row-centered p {
  width: 220px;
  margin-bottom: 15px;
}
/* End GENEVA-Template Four Products */

/* h3 Headlines of Productboxes */
h3 {
  font-size: 1.4em;
  font-weight: 400;
  color: #35A5D9;
}

/* Beginn GENEVA-Template Headline  */
.tpl-headline h2 {
  /*color: #004f95 !important;
    font-weight: 300 !important;
    font-size: 29px !important;
    margin-bottom: 18px !important;
    margin-top: 0;
    padding-top: 20px;*/
}
.tpl-headline h2 b {
  font-weight: 400;
}
/* End GENEVA-Template Headline  */

/* Beginn GENEVA-Template History  */
.mod_history {
  /* hide bxslider while loading */
}
.mod_history .history {
  position: relative;
  /* stupid ie */
}
.mod_history .history h2 {
  color: #40a3d5;
  font-weight: 300;
  font-size: 29px;
  margin-bottom: 18px;
  margin-top: 0;
  padding-top: 20px;
}
.mod_history .history .historyline {
  border-bottom: 1px solid #d5d5d5;
  margin: 0 0 25px;
}
.mod_history .history .history-text {
  text-align: center;
}
.mod_history .history #historyslider .slider-selection {
  background: #004f95;
}
.mod_history .history ::-ms-tooltip {
  display: none;
}
.mod_history .history .cfcontrols {
  height: 40px !important;
}
.mod_history .history .scrollbarTrackDO {
  height: 10px !important;
  position: absolute;
  top: 15px !important;
}
.mod_history .history .scrollbarHandlerDO {
  height: 40px !important;
}
.mod_history #history-info {
  max-width: 500px;
  margin: 0px auto;
}
.mod_history .history-headline {
  text-align: center;
  color: #004f95;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 10px;
  padding-top: 10px;
}
.mod_history .history-text {
  min-height: 80px;
}
.mod_history .imageDO {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.mod_history .sharp {
  -webkit-filter: blur(0);
  -moz-filter: blur(0);
  -o-filter: blur(0);
  -ms-filter: blur(0);
  filter: blur(0);
}
.mod_history .cf-meta {
  display: none;
}
.mod_history #coverflowData {
  display: none;
}
.mod_history .rangespacer {
  height: 20px;
}
.mod_history .yearnavigation {
  text-align: center;
  display: none;
}
.mod_history .yearnavigation-init-spacer {
  height: 73px;
}
.mod_history .yeararrow {
  font-size: 20px;
  padding: 5px;
  color: #999999;
  cursor: pointer;
}
.mod_history .yeararrow:hover {
  color: #787878;
}
.mod_history #history-year,
.mod_history #history-year-mobile {
  font-size: 20px;
  color: #004f95 ;
  padding: 5px;
}
.mod_history .historymobilecontainer {
  margin-bottom: 20px;
  overflow-x: hidden;
}
.mod_history .bxslider-wrap {
  visibility: hidden;
}
.mod_history .instant-slide {
  -webkit-transition: 0.01s ease !important;
  transition: 0.01s ease !important;
}
/* End GENEVA-Template History  */

/* Beginn GENEVA-Template Image-Image */
.two-picture .col-xs-12 {
  padding-bottom: 20px;
}
@media (min-width: 767px) {
  .two-picture {
    margin-bottom: 10px;
  }
}
/* End GENEVA-Template Image-Image */

/* Beginn GENEVA-Template Imagegallery */
.imagegallery .row .slider #slider .flex-direction-nav a:before {
  content: '';
}
.imagegallery .row .slider .thumbspacer {
  height: 15px;
}
.imagegallery .row .slider #imagegallerycarousel {
  padding-left: 40px;
  padding-right: 40px;
}
.imagegallery .row .slider #imagegallerycarousel .flexslider {
  padding-left: 30px;
  padding-right: 30px;
}
.imagegallery .row .slider #imagegallerycarousel img {
  padding-left: 10px;
  padding-right: 10px;
}
.imagegallery .row .slider #imagegallerycarousel .flex-direction-nav {
  display: block !important;
}
.imagegallery .row .slider #imagegallerycarousel .flex-direction-nav a {
  color: #999999;
}
.imagegallery .row .slider #imagegallerycarousel .flex-direction-nav a:hover {
  color: #787878;
}
.imagegallery .row .line {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 30px;
  padding-top: 15px;
  margin: 0 0 25px;
}
@media (min-width: 768px) {
  .imagegallery .row .slider #slider .flex-direction-nav .flex-prev {
    left: -1px;
    background-image: url(http://www.deuter.com/geneva-layout/img/imagegallery/imagegallery_left.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 123px;
    margin-top: -61px;
  }
  .imagegallery .row .slider #slider .flex-direction-nav .flex-next {
    right: 0;
    /*text-align: right;*/
    background-image: url(http://www.deuter.com/geneva-layout/img/imagegallery/imagegallery_right.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 123px;
    margin-top: -61px;
  }
}
@media (max-width: 767px) {
  .imagegallery .row .slider #slider .flex-direction-nav .flex-prev {
    left: -1px;
    background-image: url(http://www.deuter.com/geneva-layout/img/imagegallery/imagegallery_left_mobile.png);
    background-repeat: no-repeat;
    width: 23px;
    height: 70px;
    margin-top: -36px;
  }
  .imagegallery .row .slider #slider .flex-direction-nav .flex-next {
    right: 0;
    /*text-align: right;*/
    background-image: url(http://www.deuter.com/geneva-layout/img/imagegallery/imagegallery_right_mobile.png);
    background-repeat: no-repeat;
    width: 23px;
    height: 70px;
    margin-top: -36px;
  }
}
/* End GENEVA-Template Imagegallery */


/* start Deuter-Template New-Box */
.news-overview-content-top-item {
  display: none;
}
.news-overview-content-remaining-item {
  display: none;
}
.news h1 {
  color: #40a3d5;
  font-size: 29px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0;
  padding-bottom: 11px;
  border-bottom: 1px solid #d5d5d5;
}
.news .news-item {
  max-width: 460px;
  height: auto;
  border: 1px solid#cecfd0;
  position: relative;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}
.news .news-item .news-image-overview {
  background-size: auto 100% !important;
  background-color: #FFFFFF !important;
  height: 362px;
}
.news .news-item .top-topic {
  position: absolute;
  right: 10px;
  top: 10px;
  display: block !important;
}
.news .news-item .topic-hidden {
  display: none;
}
.news .news-item .date {
  color: #fff;
  background-color: #38a5d7;
  padding: 5px 20px 5px 0;
}
.news .news-item .teaser {
  padding: 5px 20px 0px 20px;
  height: 182px;
  overflow-y: hidden;
}
.news .news-item .teaser h2 {
  color: #005095;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.38;
}
.news .news-item a:last-child {
  left: 20px;
  bottom: 21px;
  position: absolute;
  text-decoration: underline;
}
.news .latest-news .news-item {
  max-width: 460px;
  /*height: 603px;*/
  overflow: hidden;
}
.news .news-col-3 .news-item {
  /*height: 495px;*/
  overflow: hidden;
}
.news .news-col-3 .news-image {
  /*height: 225px;*/
  overflow: hidden;
  text-align: center;
}
.news-detail .teaser {
  margin-top: 28px;
  padding-bottom: 0 !important;
}
.news-detail .teaser p {
  font-weight: 500;
}
.news-detail h2 {
  margin-top: 13px;
  margin-bottom: 17px;
  line-height: 1.3;
}
@media (min-width: 768px) {

  .news .news-item {
  height: 603px;

}

.news .latest-news .news-item {
  height: 603px;
  }

  .news .news-item .news-image-overview {
    background-size: 100% auto !important;
    background-color: #FFFFFF !important;
    height: 270px;
  }

  .news .latest-news .left-item {
    padding-right: 10px;
  }
  .news .latest-news .right-item {
    padding-left: 10px;
  }
  .news .news-col-3 .left-item:nth-child(1) {
    padding-left: 15px;
    padding-right: 10px;
  }
  .news .news-col-3 .middle-item:nth-child(2) {
    padding-left: 10px;
    padding-right: 15px;
  }
  .news .news-col-3 .right-item:nth-child(3) {
    padding-right: 10px;
    padding-left: 15px;
  }
  .news .news-col-3 .left-item:nth-child(4) {
    padding-left: 10px;
  }
  .news .news-col-3 .middle-item:nth-child(5) {
    padding-right: 10px;
  }
  .news .news-col-3 .right-item:nth-child(6) {
    padding-left: 10px;
  }
}

@media (min-width: 970px) {
  .news .news-item .news-image-overview {
    height: 360px;
  }
}

@media (min-width: 992px) {
  .news .news-col-3 .left-item:nth-child(1) {
    padding-left: 15px;
    padding-right: 10px;
  }
  .news .news-col-3 .middle-item:nth-child(2) {
    padding-left: 10px;
    padding-right: 10px;
  }
  .news .news-col-3 .right-item:nth-child(3) {
    padding-left: 10px;
    padding-right: 15px;
  }
  .news .news-col-3 .left-item:nth-child(4) {
    padding-left: 15px;
    padding-right: 10px;
  }
  .news .news-col-3 .middle-item:nth-child(5) {
    padding-left: 10px;
    padding-right: 10px;
  }
  .news .news-col-3 .right-item:nth-child(6) {
    padding-left: 10px;
    padding-right: 15px;
  }
}
/* End Deuter-Template New-Box */

/* Beginn GENEVA-Template Partner - Frontend */
.partnerlogos > div {
  display: table;
  margin-bottom: 30px;
  overflow: hidden;
}
.partnerlogo {
  display: table-cell;
  width: 100%;
  height: 242.5px;
  max-height: 242.5px;
  padding: 30px;
  border: 1px solid #d3d3d3;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.partnerlogo:hover {
  padding-bottom: 28px;
  border-bottom-width: 3px;
  border-bottom-color: #35a5d9;
}
.partnerlogo:focus {
  padding-bottom: 28px;
  border-bottom-width: 3px;
  border-bottom-color: #35a5d9;
}
.partnerlogo > img {
  max-height: 100%;
  margin: 0 auto;
}
.partnerlogo.active {
  padding-bottom: 28px;
  border-bottom-width: 3px;
  border-bottom-color: #35a5d9;
}
.partnerinfo {
  display: none !important;
}
.partnertext {
  position: relative;
}
.partnertext > div {
  padding: 15px;
  border: 1px solid #d3d3d3;
  color: #333333;
  background-color: #f0f0f0;
}
.partnertext > a.close {
  position: absolute;
  top: 15px;
  right: 30px;
  font-size: 28px;
  font-weight: 700;
  color: #333333;
}
/* End GENEVA-Template Partner - Frontend  */

/* Beginn GENEVA-Template Product-Image 1/4 : 3/4 */
.threequarterpicture {
  margin-bottom: 20px;
}
.threequarterpicture .product img {
  max-width: 100%;
  max-height: 262px;
  width: auto !important;
  height: auto !important;
}
.threequarterpicture img {
  margin-bottom: 10px;
}
.threequarterpicture .columns-switched .product {
  float: right;
}
.threequarterpicture .columns-switched .image {
  float: left;
}
@media (max-width: 767px) {
  .row image {
    width: 200px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 15px;
  }
}
/* End GENEVA-Template Product-Image 1/4 : 3/4 */

/* Beginn GENEVA-Template Product-Image 1/4 : 3/4 */
.mod_threequarterpicture {
  margin-bottom: 20px;
}
.mod_threequarterpicture img {
  margin-bottom: 10px;
}
.mod_threequarterpicture.columns-switched .product {
  float: right;
}
.mod_threequarterpicture.columns-switched .image {
  float: left;
}
@media (max-width: 767px) {
  .mod_threequarterpicture .row image {
    width: 200px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 15px;
  }
}
/* End GENEVA-Template Product-Image 1/4 : 3/4 */

/* Beginn GENEVA-Template Store-locator with Contest Box */
.store-locator {
  margin-bottom: 20px;
  /* overwrite some disturbing browser nonsense */
  /* disable nomal dropdown appearance on browsers */
  /* disable nomal dropdown appearance for stupid ie */
}
.store-locator .row .contest-desktop img {
  width: 100%;
  height: 100%;
}
.store-locator .row .contest-overlay,
.store-locator .row .contest-headline,
.store-locator .row .contest-teaser {
  pointer-events: none;
}
.store-locator input[type="text"]::-webkit-input-placeholder {
  color: white !important;
}
.store-locator input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: white !important;
}
.store-locator input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: white !important;
}
.store-locator input[type="text"]:-ms-input-placeholder {
  color: white !important;
}
.store-locator select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.store-locator select::-ms-expand {
  display: none;
}
/* --  sm                --*/
@media (min-width: 768px) {
  .store-locator .row {
    /*--------------------------*/
  }
  .store-locator .row .contest-desktop {
    width: 220px;
    height: 191px;
  }
  .store-locator .row .contest-desktop .contest-overlay {
    width: 220px;
    height: 59px;
    background: white;
    opacity: 0.6;
    top: 132px;
    position: absolute;
  }
  .store-locator .row .contest-desktop .contest-headline {
    font-size: 15px;
    color: #00487e;
    position: absolute;
    top: 135px;
    margin-left: 20px;
    margin-right: 20px;
    font-weight: bold;
    white-space: nowrap;
    overflow-x: hidden;
  }
  .store-locator .row .contest-desktop .contest-teaser {
    color: #34495E;
    font-size: 12px;
    position: absolute;
    top: 155px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .store-locator .row .locator-content.store-locator-bg {
    background: url("http://www.deuter.com/geneva-layout/img/startslide/haendlersuche_bg_470_197.png");
    height: 191px;
    width: 470px;
  }
  .store-locator .row .locator-content.store-locator-bg .desktop-storelocator-headline {
    color: #00487e;
    font-size: 14px;
    font-weight: bold;
    padding-left: 20px;
    padding-top: 20px;
  }
  .store-locator .row .locator-content.store-locator-bg #locator-desktop-country {
    position: absolute;
    bottom: 80px;
    left: 40px;
  }
  .store-locator .row .locator-content.store-locator-bg #locator-desktop-country .form-control {
    width: 180px;
    height: 28px;
    background-color: #35A5D9;
    border: 1px solid white;
    color: #fff;
    font-size: 13px;
  }
  .store-locator .row .locator-content.store-locator-bg #locator-desktop-country .fa {
    font-size: 28px;
    color: #fff;
    padding-right: 10px;
  }
  .store-locator .row .locator-content.store-locator-bg #locator-desktop-place {
    position: absolute;
    left: 40px;
    bottom: 17px;
  }
  .store-locator .row .locator-content.store-locator-bg #locator-desktop-place .form-control {
    width: 180px;
    height: 28px;
    background-color: transparent;
    border: 1px solid white;
    color: #fff;
    font-size: 13px;
  }
  .store-locator .row .locator-content.store-locator-bg #locator-desktop-search {
    position: absolute;
    bottom: 20px;
    left: 320px;
    color: white;
    font-size: 14px;
    cursor: pointer;
  }
  .store-locator .row .locator-content.store-locator-bg #locator-desktop-search .fa {
    font-size: 18px;
  }
}
/* --  md   --*/
@media (min-width: 992px) {
  .store-locator .row {
    /*--------------------------*/
  }
  .store-locator .row .contest-desktop {
    width: 293px;
    height: 255px;
  }
  .store-locator .row .contest-desktop .contest-overlay {
    width: 293px;
    height: 80px;
    background: white;
    opacity: 0.6;
    top: 175px;
    position: absolute;
  }
  .store-locator .row .contest-desktop .contest-headline {
    font-size: 18px;
    color: #00487e;
    position: absolute;
    top: 185px;
    margin-left: 20px;
    margin-right: 20px;
    font-weight: bold;
  }
  .store-locator .row .contest-desktop .contest-teaser {
    color: #34495E;
    font-size: 15px;
    position: absolute;
    top: 210px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .store-locator .row .locator-content.store-locator-bg {
    background: url("http://www.deuter.com/geneva-layout/img/startslide/haendlersuche_bg_620_260.png");
    height: 254px;
    width: 620px;
  }
  .store-locator .row .locator-content.store-locator-bg .desktop-storelocator-headline {
    color: #00487e;
    font-size: 18px;
    font-weight: bold;
    padding-left: 24px;
    padding-top: 24px;
  }
  .store-locator .row .locator-content.store-locator-bg #locator-desktop-country {
    position: absolute;
    bottom: 110px;
    left: 40px;
  }
  .store-locator .row .locator-content.store-locator-bg #locator-desktop-country .form-control {
    width: 230px;
    height: 35px;
    background-color: #35A5D9;
    border: 1px solid white;
    color: #fff;
    font-size: 18px;
  }
  .store-locator .row .locator-content.store-locator-bg #locator-desktop-country .fa {
    font-size: 35px;
    color: #fff;
    padding-right: 10px;
  }
  .store-locator .row .locator-content.store-locator-bg #locator-desktop-place {
    position: absolute;
    left: 40px;
    bottom: 24px;
  }
  .store-locator .row .locator-content.store-locator-bg #locator-desktop-place .form-control {
    width: 230px;
    height: 35px;
    background-color: transparent;
    border: 1px solid white;
    color: #fff;
    font-size: 18px;
  }
  .store-locator .row .locator-content.store-locator-bg #locator-desktop-search {
    position: absolute;
    bottom: 28px;
    left: 420px;
    color: white;
    font-size: 18px;
  }
  .store-locator .row .locator-content.store-locator-bg #locator-desktop-search .fa {
    font-size: 24px;
  }
}
/* --  lg              --*/
@media (min-width: 1200px) {
  .store-locator .row {
    /*--------------------------*/
  }
  .store-locator .row .contest-desktop {
    width: 360px;
    height: 312px;
  }
  .store-locator .row .contest-desktop .contest-overlay {
    width: 360px;
    height: 102px;
    background: white;
    opacity: 0.6;
    top: 210px;
    position: absolute;
  }
  .store-locator .row .contest-desktop .contest-headline {
    font-size: 22px;
    color: #00487e;
    position: absolute;
    top: 220px;
    margin-left: 30px;
    margin-right: 30px;
    font-weight: bold;
  }
  .store-locator .row .contest-desktop .contest-teaser {
    color: #34495E;
    font-size: 18px;
    position: absolute;
    top: 255px;
    margin-left: 30px;
    margin-right: 30px;
  }
  .store-locator .row .locator-content.store-locator-bg {
    background: url("http://www.deuter.com/geneva-layout/img/startslide/haendlersuche_bg_750_315.png");
    height: 312px;
    width: 750px;
  }
  .store-locator .row .locator-content.store-locator-bg .desktop-storelocator-headline {
    color: #00487e;
    font-size: 22px;
    font-weight: bold;
    padding-left: 24px;
    padding-top: 24px;
  }
  .store-locator .row .locator-content.store-locator-bg #locator-desktop-country {
    position: absolute;
    bottom: 140px;
    left: 40px;
  }
  .store-locator .row .locator-content.store-locator-bg #locator-desktop-country .form-control {
    width: 280px;
    height: 44px;
    background-color: #35A5D9;
    border: 1px solid white;
    color: #fff;
    font-size: 20px;
  }
  .store-locator .row .locator-content.store-locator-bg #locator-desktop-country .fa {
    font-size: 40px;
    color: #fff;
    padding-right: 10px;
  }
  .store-locator .row .locator-content.store-locator-bg #locator-desktop-place {
    position: absolute;
    left: 40px;
    bottom: 30px;
  }
  .store-locator .row .locator-content.store-locator-bg #locator-desktop-place .form-control {
    width: 280px;
    height: 44px;
    background-color: transparent;
    border: 1px solid white;
    color: #fff;
    font-size: 20px;
  }
  .store-locator .row .locator-content.store-locator-bg #locator-desktop-search {
    position: absolute;
    bottom: 35px;
    left: 500px;
    color: white;
    font-size: 22px;
  }
  .store-locator .row .locator-content.store-locator-bg #locator-desktop-search .fa {
    font-size: 28px;
  }
  .store-locator .row .locator-content.store-locator-bg #locator-desktop-search div {
    display: inline-block;
  }
}
/* --  xs and ms           --*/
@media (max-width: 767px) {
  .store-locator .row .contest-mobile {
    background: #35A5D9;
    padding: 20px;
  }
  .store-locator .row .contest-mobile a {
    text-decoration: none !important;
  }
  .store-locator .row .contest-mobile .contest-headline {
    font-size: 18px;
    font-weight: bold;
    color: #00487e;
    padding-bottom: 10px;
  }
  .store-locator .row .contest-mobile .contest-teaser {
    font-size: 18px;
    color: white;
  }
  .store-locator .row .col-sm-12,
  .store-locator .row .col-md-12 {
    padding-left: 15px;
    padding-right: 15px;
    /* padding-top: 15px;*/
  }
  .store-locator .row .store-loacator-mobile {
    background: #35A5D9;
    padding: 20px;
    margin-top: 20px;
  }
  .store-locator .row .store-loacator-mobile .locator-mobile-header {
    font-size: 18px;
    font-weight: bold;
    color: #00487e;
  }
  .store-locator .row .store-loacator-mobile .mobile-locator-spacer {
    height: 24px;
  }
  .store-locator .row .store-loacator-mobile #locator-mobile-country .inner-addon {
    position: relative;
  }
  .store-locator .row .store-loacator-mobile #locator-mobile-country .inner-addon .fa {
    position: absolute;
    pointer-events: none;
  }
  .store-locator .row .store-loacator-mobile #locator-mobile-country .inner-addon .form-control {
    width: 100%;
    height: 35px;
    background-color: #35A5D9;
    border: 1px solid white;
    color: #fff;
    font-size: 18px;
  }
  .store-locator .row .store-loacator-mobile #locator-mobile-place .form-control {
    width: 100%;
    height: 35px;
    background-color: transparent;
    border: 1px solid white;
    color: #fff;
    font-size: 18px;
  }
  .store-locator .row .store-loacator-mobile .btn {
    background: #00487e;
    width: 100%;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 18px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
  }
  .store-locator .row .store-loacator-mobile .btn:hover {
    background: #003d71;
    text-decoration: none;
    color: #ffffff;
  }
  .store-locator .row .store-loacator-mobile .right-addon .fa {
    right: 10px;
    font-size: 35px;
    color: #fff;
    padding-right: 10px;
  }
}
/* End GENEVA-Template Store-locator with Contest Box */

/* ==========================================================================
  Begin text-image 25-75
   ========================================================================== */
.image-text .image {
  float: left;
}
.image-text .text {
  float: right;
}
.text-image .image {
  float: right;
}
.text-image .text {
  float: left;
}
/* ==========================================================================
  end text-image 25-75
   ========================================================================== */

/* ==========================================================================
   template two products one image
   ========================================================================== */
.mod_text-product {
  margin-bottom: 20px;
}
.mod_text-product .twobox-bottom-margin .col-sm-6 {
  margin-bottom: 20px;
}
.mod_text-product.column-switched .text,
.mod_text-product.column-switched .product {
  float: right;
}
@media (max-width: 767px) {
  .mod_text-product .mod_text-product .col-min {
    width: 280px;
  }
  .mod_text-product .mod_text-product .col-max {
    width: 290px;
  }
}
/* ==========================================================================
   end template two products one image
   ========================================================================== */

/** Buttons Style **/
.text a {
  /*Reset a-appereance */
  display: inline !important;
  width: auto !important;
  height: auto !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  margin: 0px !important;
  overflow: auto !important;
}
.text a.link-appearance-button {
  text-shadow: 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #333;
  background-color: #fff;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid #ccc;
  white-space: nowrap;
  padding: 6px 12px !important;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  text-decoration: none;
  box-sizing: border-box;
}
.text a.link-appearance-button:hover {
  border-color: #adadad;
  outline: 0;
  text-decoration: none;
  color: #333;
}

/* ==========================================================================
   template two products one image
   ========================================================================== */
.mod_two-products-one-image {
  margin-bottom: 30px;
}
.mod_two-products-one-image .products .product-item {
  vertical-align: top;
}

.mod_two-products-one-image .products .product-item img {
  max-width: 190px;
  max-height: 260px;
  margin: 0px auto;
}

.mod_two-products-one-image .products .product-item a:last-child {
  display: table-cell;
  height: 240px;
  vertical-align: bottom;
}
.mod_two-products-one-image .products .product-item h3 a {
  height: auto !important;
}
.mod_two-products-one-image .twobox-top-margin {
  margin-top: 50px;
}
.mod_two-products-one-image .twobox-bottom-margin .col-sm-6 {
  margin-bottom: 20px;
}
.mod_two-products-one-image.column-switched .products {
  float: right;
}
.mod_two-products-one-image.column-switched .image {
  float: right;
}
@media (max-width: 767px) {
  .mod_two-products-one-image .carousel-indicators {
    display: none;
  }
  .mod_two-products-one-image .mod_two-products-one-image .col-min {
    width: 280px;
  }
  .mod_two-products-one-image .mod_two-products-one-image .col-max {
    width: 290px;
  }
}
.mod_two-products-one-image .startpage-carousel {
  padding-top: 0 !important;
  padding-bottom: 20px !important;
}
.mod_two-products-one-image .startpage-carousel img {
  padding-bottom: 25px;
}
/* ==========================================================================
   end template two products one image
   ========================================================================== */

.hint_mandatory {
  font-size: 12px;
  color: #35A5D9;
  margin-bottom: 20px;
}
#formhint {
  display: none;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #A94442;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: 500;
  text-align: center;
}
.form-horizontal label {
  padding-right: 0;
  font-size: 15px;
  font-weight: 500;
}
.form-group {
  margin-bottom: 20px;
}
.form-group.camouflage {
  display: none !important;
}
.sendform {
  text-align: right;
}
.sendform .btn-default {
  padding: 9px 60px;
  border: none;
  outline: none;
  font-weight: 500;
  background: #F2F2F2;
}
.competition {
  padding: 50px 120px 200px;
  color: #FFF;
  background: #35a5d9 url('http://www.deuter.com/geneva-layout/img/berge-bg.png') no-repeat scroll center bottom;
}
.competition .selectbox select {
  color: #000000;
  padding: 4px;
  margin-left: 5px;
}
.competition h1 {
  font-size: 2.3em;
  font-weight: 500;
  text-transform: uppercase;
}
.competition h1,
.competition a {
  color: #FFF !important;
}
.competition h6 {
  font-size: 1.1em;
  color: #C3C3C3;
}
.competition a {
  text-decoration: underline;
}
.competition h1,
.competition h6,
.competition p {
  text-align: center;
}
.compquest {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 3px solid #FFF;
}
.compquest p {
  font-size: 1.6em;
}
.compquest .radio {
  padding-left: 16.66666667%;
}
.compquest .radio label {
  padding-left: 27px;
  line-height: 27px;
}
.compquest .radio input {
  width: 20px;
  height: 20px;
  margin-left: -27px;
}
.compquest .textarea {
  padding-left: 16.66666667%;
}
.compquest .textarea label {
  display: block;
  line-height: 27px;
}
.compquest .textarea textarea {
  width: 100%;
  min-height: 150px;
}
.competition .checkbox {
  margin-bottom: 20px;
}
textarea {
  resize: vertical;
}
@media (max-width: 767px) {
  .competition {
    padding: 50px 60px 200px;
  }
}
@media (max-width: 480px) {
  .competition {
    padding: 50px 30px 200px;
  }
  .compquest .radio {
    padding-left: 0;
    text-align: center;
  }
}

.dealersearch-national h1 {
  margin-top: 0;
}
.dealersearch-national .search-elements {
  margin-top: 20px;
  margin-bottom: 20px;
}
.dealersearch-national .search-elements .closer {
  background: #e8e8e8 url('/img/dealersearch/searcharrow.gif') 11px 20px no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.dealersearch-national .search-elements .divfieldspacer {
  height: 60px;
}
.dealersearch-national .search-elements.mobile-view .combobox-wrapper {
  margin-bottom: 10px;
}
.dealersearch-national .search-elements .combobox-wrapper {
  position: relative;
  height: 28px;
  width: 25%;
  float: left;
}
.dealersearch-national .search-elements .combobox-wrapper .combobox {
  cursor: pointer;
  overflow: hidden;
  height: 28px;
  width: 95%;
  background-color: #FFFFFF;
  border: 1px solid #ccc;
  border-radius: 5px;
  position: absolute;
  top: 0px;
  z-index: 2;
}
.dealersearch-national .search-elements .combobox-wrapper .combobox .box_entry {
  overflow: hidden;
  margin: 0px 13px;
  line-height: 21px;
}
.dealersearch-national .search-elements .combobox-wrapper .combobox .box_entry:first-child {
  width: 100%;
  line-height: 28px;
}
.dealersearch-national .search-elements .combobox-wrapper .combobox:after {
  content: "";
  background: #ffffff url('/img/dealersearch/comboboxarrow.gif') center center no-repeat;
  width: 15px;
  height: 10px;
  position: absolute;
  right: 5px;
  top: 15px;
  margin-top: -5px;
  pointer-events: none;
}
.dealersearch-national .search-elements .combobox-wrapper .textinput {
  line-height: 26px;
  padding: 0px 10px;
  position: absolute;
  top: 0px;
  width: 95%;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.dealersearch-national .search-elements .combobox-wrapper .button {
  width: 100%;
  height: 28px;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  text-transform: uppercase;
  position: absolute;
  top: 0px;
  color: #666;
}
.dealersearch-national .search-elements .combobox-wrapper .button img {
  border: none;
}
.dealersearch-national .results .entry {
  line-height: 16px;
  height: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dealersearch-national .results .entry .entrycontent {
  margin: 20px 0 13px 20px;
  cursor: pointer;
}
.dealersearch-national .results .entry .entrycontent h2 {
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.dealersearch-national #onlinedealerlist .onlineentry {
  line-height: 16px;
  height: 100px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  margin: 20px 0 13px 20px;
}
.dealersearch-national #onlinedealerlist .onlineentry img {
  max-height: 80px;
}
.dealersearch-national #onlinedealerlist .onlineentry .entrycontent {
  margin: 20px 0 13px 20px;
  cursor: pointer;
}
.dealersearch-national #map {
  height: 600px;
  width: 100%;
}
.dealersearch-national #map .gm-style-mtc {
  width: 120px !important;
}
.dealersearch-national #map .gm-style-mtc label {
  vertical-align: top !important;
}
@media (max-width: 768px) {
  .dealersearch-national .search-elements {
    margin: 20px 0px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
  }
  .dealersearch-national .search-elements .combobox-wrapper {
    float: none;
    width: 100%;
  }
  .dealersearch-national .search-elements .combobox-wrapper .combobox {
    width: 100%;
    margin-bottom: 10px;
  }
  .dealersearch-national .search-elements .combobox-wrapper .textinput {
    width: 100%;
  }
  .dealersearch-national .results .col-max {
    width: 100%;
  }
  .dealersearch-national .results .col-max .entry {
    height: auto;
  }
  .dealersearch-national .results .col-max .entry .entrycontent {
    font-size: 120%;
    line-height: 120%;
  }
  .dealersearch-national .results .col-max .entry .entrycontent h2 {
    font-size: 120%;
  }
  .dealersearch-national #map {
    display: none;
  }
}

/* Start Widget - Divider Blockmark */
.container .line {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 60px;
  margin: 0 15px 25px;
}
@media (min-width: 768px) {
  .container .line {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 30px;
    margin: 0 15px 25px;
  }
}
/* End Widget - Divider Blockmark */

.news-overview-widget-container .newsdetail-content {
  display: none;
}
.news-overview-widget-container-top-wrapper .news-overview-content-top-item {
  display: block;
}
.older-news .news-item-widget-wrapper {
  /*display:none;*/
}
.news-item-widget-wrapper:nth-child(1) .news-overview-content-top-item .col-sm-6,
.news-item-widget-wrapper:nth-child(2) .news-overview-content-top-item .col-sm-6 {
  padding-left: 15px;
  padding-right: 15px;
}
.news-overview-widget-container-remaining-wrapper .news-overview-content-remaining-item {
  display: block;
}
.news-overview-widget-container-remaning-wrapper .news-overview-content-remaining-item {
  display: block;
}
.news-overview-widget-container-remaning-wrapper .news-overview-content-top-item {
  display: none;
}
.news .tpl-headline {
  margin-bottom: 0 !important;
}
.news .tpl-banner h2 {
  color: #40a3d5 !important;
  font-size: 29px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0 !important;
  padding-bottom: 11px;
  border-bottom: 1px solid #d5d5d5;
}
.news h1 {
  color: #40a3d5;
  font-size: 29px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0;
  padding-bottom: 11px;
  border-bottom: 1px solid #d5d5d5;
}
.news .news-item {
  max-width: 460px;

  border: 1px solid#cecfd0;
  position: relative;
  margin-top: 15px;
  background: #f3f3f3;
}
.news .news-item .news-image {
  background: #fff;
}

.news .news-item .news-image img {
  width: 100%;
}

.news .news-item .top-topic {
  position: absolute;
  right: 10px;
  top: 10px;
}
.news .news-item .date {
  color: #fff;
  background-color: #38a5d7;
  padding: 5px 20px 5px 0;
}
.news .news-item a:last-child {
  left: 20px;
  bottom: 21px;
  position: absolute;
  text-decoration: underline;
}

.news .news-item .teaser {
  padding: 5px 20px 0px 20px;
  height: 182px;
  overflow-y: hidden;
}
.news .news-item .teaser a {
  position: initial;
}

.news .news-item .teaser h2 {
  color: #005095;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.38;
}

.news .latest-news .news-item {
  max-width: 460px;
  overflow: hidden;
  margin: 15px auto 0px;
}
.news .news-col-3 .news-item {
  /*height: 495px;*/
  overflow: hidden;
}
.news .news-col-3 .news-image {
  /*height: 225px;*/
  overflow: hidden;
  text-align: center;
}
.news-detail .teaser {
  margin-top: 28px;
  padding-bottom: 0;
}
.news-detail .teaser p {
  font-weight: 500;
}
.news-detail h2 {
  margin-top: 13px;
  margin-bottom: 17px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .news-item-widget-wrapper:nth-child(1) .news-overview-content-top-item .col-sm-6 {
    padding-right: 10px;
  }
  .news-item-widget-wrapper:nth-child(2) .news-overview-content-top-item .col-sm-6 {
    padding-left: 10px;
  }
  .news .latest-news .left-item {
    padding-right: 10px;
  }
  .news .latest-news .right-item {
    padding-left: 10px;
  }
  .news .news-col-3 .left-item:nth-child(1) {
    padding-left: 15px;
    padding-right: 10px;
  }
  .news .news-col-3 .middle-item:nth-child(2) {
    padding-left: 10px;
    padding-right: 15px;
  }
  .news .news-col-3 .right-item:nth-child(3) {
    padding-right: 10px;
    padding-left: 15px;
  }
  .news .news-col-3 .left-item:nth-child(4) {
    padding-left: 10px;
  }
  .news .news-col-3 .middle-item:nth-child(5) {
    padding-right: 10px;
  }
  .news .news-col-3 .right-item:nth-child(6) {
    padding-left: 10px;
  }
}
@media (min-width: 992px) {
  .news .older-news .news-overview-widget-container-remaning-wrapper:nth-child(3n+2) .left-item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .news .older-news .news-overview-widget-container-remaning-wrapper:nth-child(3n+3) .left-item {
    padding-left: 10px;
    padding-right: 15px;
  }
  .news .news-col-3 .left-item:nth-child(1) {
    padding-left: 15px;
    padding-right: 10px;
  }
  /*.news .news-col-3 .middle-item:nth-child(2) {
    padding-left: 10px;
    padding-right: 10px;
  }
  .news .news-col-3 .right-item:nth-child(3) {
    padding-left: 10px;
    padding-right: 15px;
  }
  .news .news-col-3 .left-item:nth-child(4) {
    padding-left: 15px;
    padding-right: 10px;
  }
  .news .news-col-3 .middle-item:nth-child(5) {
    padding-left: 10px;
    padding-right: 10px;
  }
  .news .news-col-3 .right-item:nth-child(6) {
    padding-left: 10px;
    padding-right: 15px;
  }*/
}
/**
* CSS themes for simplePagination.js
* Author: Flavius Matis - http://flaviusmatis.github.com/
* URL: https://github.com/flaviusmatis/simplePagination.js
*/
ul.simple-pagination {
  list-style: none;
}
.simple-pagination {
  display: block;
  overflow: hidden;
  padding: 0 5px 5px 0;
  margin: 0;
  float: right;
  margin-top: 70px;
}
.simple-pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.simple-pagination li {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
}
span.ellipse.clickable {
  cursor: pointer;
}
.ellipse input {
  width: 3em;
}
/*------------------------------------*\
  Light Theme Styles
\*------------------------------------*/
.light-theme a,
.light-theme span {
  float: left;
  color: #000000;
  font-size: 14px;
  line-height: 32px;
  font-weight: normal;
  text-align: center;
  min-width: 14px;
  padding: 0 14px;
  margin: 0 5px 0 0;
  border-radius: 5px;
  background-color: #eaeaea;
}
.light-theme a:hover {
  text-decoration: none;
  background: #40a3d5;
  color: #FFFFFF;
}
.light-theme .current {
  background: #40a3d5;
  color: #FFF;
  cursor: default;
}
.light-theme .ellipse {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-weight: bold;
  cursor: default;
}
.light-theme .prev,
.light-theme .next {
  top: 0 !important;
  padding: 0 10px;
}

.tpl-comparison .product-compare-tab {
  margin-top: 40px;
}
.tpl-comparison .product-compare-tab .btn-wrapper {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 10px;
}
.tpl-comparison .product-compare-tab .btn-wrapper .btn-default {
  background: none;
}
.tpl-comparison .product-compare-tab .btn-wrapper a.btn-backpacks,
.tpl-comparison .product-compare-tab .btn-wrapper a.btn-bags,
.tpl-comparison .product-compare-tab .btn-wrapper a.btn-sleepingbags {
  margin-right: 10px;
  float: left;
}
.tpl-comparison .product-compare-tab .btn-wrapper a.btn-compare {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  float: right;
}
.tpl-comparison .product-compare-tab .btn-wrapper a.btn-compare .compare-img {
  padding-right: 15px;
}
.tpl-comparison .product-compare-tab .btn-wrapper a.btn-compare span.counter {
  color: #fff;
  top: -5px;
  right: -5px;
  width: 25px;
  height: 18px;
  position: absolute;
  background: transparent url('../img/product-detail/compare-count.png') no-repeat scroll 0 top;
  line-height: 1.3;
}
.tpl-comparison .product-compare-tab .btn-wrapper a.btn-enabled {
  background: #35A5D9;
  color: #fff;
}
.tpl-comparison .row.product-comparison-wrapper .hint {
  margin: 40px 0 400px 0;
}
.tpl-comparison .table-product-comparison {
  margin-top: 50px;
  width: 100%;
}
.tpl-comparison .table-product-comparison .description {
  width: 155px;
  color: #004f95;
  font-weight: 500;
  vertical-align: top;
}
.tpl-comparison .table-product-comparison td {
  width: 185px;
  padding: 8px 15px 8px 0;
  vertical-align: top;
  border-bottom: 1px solid #d5d5d5;
}
.tpl-comparison .table-product-comparison td:last-child {
  padding-right: 0;
}
.tpl-comparison .table-product-comparison tr:first-child td {
  padding-top: 0;
}
.tpl-comparison .table-product-comparison .product-data {
  width: 185px;
}
.tpl-comparison .table-product-comparison .product-data.product-images {
  position: relative;
  vertical-align: bottom;
}
.tpl-comparison .table-product-comparison .product-data.product-images .ico-close {
  /*float: right;*/
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
}
.tpl-comparison .table-product-comparison .product-data .product-image {
  clear: right;
  width: 185px;
  overflow: hidden;
}
.tpl-comparison .table-product-comparison .product-data .product-image img {
  max-width: 150px;
  margin-top: 30px;
}
.tpl-comparison .table-product-comparison .product-data .product-name {
  color: #004f95;
  font-weight: 500;
  padding: 18px 0 12px;
  width: 185px;
  overflow: hidden;
}
.tpl-comparison .table-product-comparison .product-data .compare-backsystem-item {
  width: 185px;
  overflow: hidden;
}
.tpl-comparison .table-product-comparison .product-data .compare-backsystem-item div:first-child {
  height: 40px;
}
.tpl-comparison .table-product-comparison .product-data .compare-backsystem-item .compare-backsystem-image img {
  max-height: 200px;
}
.tpl-comparison .table-product-comparison .product-data .text ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.tpl-comparison .table-product-comparison .product-data .text ul li {
  margin: 0;
  padding: 0;
}
.tpl-comparison .table-product-comparison .product-data .text-expand {
  width: 11px;
  height: 11px;
  background: transparent url('//www.deuter.com/assets/media/img/compare/icon_text_expand.png') no-repeat scroll 0 top;
  cursor: pointer;
  float: right;
  margin-top: 5px;
}




.tpl-comparison .table-product-comparison .product-data .text-expand.reduce {
  background: transparent url('//www.deuter.com/assets/media/img/compare/icon_text_reduce.png') no-repeat scroll 0 top;
}
.tpl-comparison .table-product-comparison td.awards {
  padding-top: 20px;
  padding-bottom: 20px;
}
.tpl-comparison .table-product-comparison td.awards img {
  margin-right: 20px;
  margin-top: 10px;
  max-width: 88px;
}
.tpl-comparison .table-product-comparison td.awards img:nth-child(1),
.tpl-comparison .table-product-comparison td.awards img:nth-child(2) {
  margin-top: 0;
}
.tpl-comparison .table-product-comparison td.awards img:last-child {
  margin-right: 0px;
}
.tpl-comparison .table-product-comparison tr.scope-of-application td {
  padding-top: 20px;
  padding-bottom: 20px;
}
.tpl-comparison .table-product-comparison tr.scope-of-application td .usability-item {
  float: left;
  width: 88px;
  overflow: hidden;
  padding: 4px 10px 6px;
  border: 1px solid #d5d5d5;
  text-align: center;
  margin-top: 8px;
  margin-right: 9px;
}
.tpl-comparison .table-product-comparison tr.scope-of-application td .usability-item strong {
  font-size: 11px;
}
.tpl-comparison .table-product-comparison tr.scope-of-application td .usability-item:nth-child(1),
.tpl-comparison .table-product-comparison tr.scope-of-application td .usability-item:nth-child(2) {
  /*margin-top: 0;*/
}
.tpl-comparison .table-product-comparison tr.scope-of-application td .usability-item:nth-child(2n) {
  /*margin-right: 0;*/
}
.tpl-comparison .table-product-comparison tr.scope-of-application td .usability-item > img.item-image {
  margin: 10px auto;
}
.tpl-comparison .table-product-comparison tr.features td {
  padding-top: 20px;
  padding-bottom: 20px;
}
.tpl-comparison .table-product-comparison .feature-item {
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  padding: 7px 0 6px 15px;
  margin-bottom: 10px;
  font-weight: 500;
}
.tpl-comparison .table-product-comparison .feature-item.disabled {
  padding: 7px 0 6px 15px;
  margin-bottom: 10px;
  opacity: 0.2;
}
.tpl-comparison .table-product-comparison .feature-item:last-child {
  margin-bottom: 0px;
}
.tpl-comparison .table-product-comparison .feature-item img {
  width: 42px;
  float: left;
  margin-right: 8px;
}
.tpl-comparison .table-product-comparison .feature-item .feature-item-label {
  margin-top: 6px;
  line-height: 1.3;
}
.tpl-comparison .table-product-comparison tr.watchlist td {
  padding-top: 15px;
  padding-bottom: 15px;
}
.tpl-comparison .table-product-comparison tr.watchlist td:first-child {
  vertical-align: middle;
}
.tpl-comparison .table-product-comparison tr.watchlist td a.btn-watchlist {
  position: relative;
}
.tpl-comparison .table-product-comparison tr.watchlist td a.btn-watchlist span.remove-from-watchlist {
  display: none;
}
.tpl-comparison .table-product-comparison tr.watchlist td a.btn-watchlist img {
  position: absolute;
  left: 10px;
}
.tpl-comparison .table-product-comparison tr.watchlist td a.btn-watchlist span {
  text-overflow: ellipsis;
  display: inline-block;
  padding-left: 20px;
}
.tpl-comparison .table-product-comparison a.btn {
  background: none;
  padding: 8px 18px;
}
.tpl-comparison .table-product-comparison a.btn img {
  float: left;
  margin-right: 10px;
}
.tpl-comparison .table-product-comparison a.btn span {
  float: left;
}
.tpl-comparison .table-product-comparison a.btn-default {
  font-weight: normal;
  text-shadow: none;
  background: none;
}
.tpl-comparison .table-product-comparison a.btn-enabled {
  background: #35A5D9;
  color: #fff;
}

/* Product Detail Start */

.product-detail .social-icon-wrapper {
 margin-top: 20px;
}
.product-detail .social-icon-wrapper a {
  display: inline-block;
  margin-right: 10px;
}


.product-detail .social-icon-wrapper a i {
  font-size: 32px;
}

.product-detail .facebook, .facebook:hover { color: #3b5998; }
.product-detail .twitter, .twitter:hover { color: #00aced; }
.product-detail .googleplus, .googleplus:hover { color: #D34836; }
.product-detail .whatsapp, .whatsapp:hover { color: #065E52; }
.product-detail .reddit, .reddit:hover { color: #F3723F; }
.product-detail .linkedin, .linkedin:hover { color: #03659A; }
.product-detail .mail, .mail:hover { color: #666666; }

.product-detail h1 {
  font-size: 18px;
}
.product-detail .container {
  max-width: 940px;
}
.product-detail .line {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 34px;
  margin: 0px;
  margin-bottom: 12px;
}
.product-detail .table-data {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.7;
}
.product-detail .table-data tbody tr td:first-child {
  padding-right: 20px;
  font-weight: 500;
  vertical-align: top;
}
.product-detail .price {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 500;
  color: #35A5D9;
}
.product-detail .description {
  margin-bottom: 15px;
}

.product-detail .btn-col-left a.btn,
.product-detail .btn-col-right a.btn {
  margin-bottom: 16px;
  background: none;
  padding-left: 15px;
  padding-right: 15px;
}
.product-detail .btn-col-left a.btn img:first-child,
.product-detail .btn-col-right a.btn img:first-child {
  float: left;
  padding-right: 15px;
}
.product-detail .btn-col-left a.btn img:last-child,
.product-detail .btn-col-right a.btn img:last-child,
.product-detail .btn-col-left a.btn i:last-child {
  float: right;
  margin-top: 3px;
}
.product-detail .btn-col-left {
  padding-right: 10px;
}
.product-detail .btn-col-right {
  padding-left: 10px;
}
.product-detail .btn-col-left a.btn-desabled,
.product-detail .btn-col-right a.btn-desabled {
  background: #bbbbbb;
  color: #fff;
}
.product-detail .btn-col-left a.btn-enabled,
.product-detail .btn-col-right a.btn-enabled {
  background: #35A5D9;
  color: #fff;
}
.product-detail .carousel {
  padding-left: 20px;
  padding-right: 20px;
}
.product-detail .flex-direction-nav a {
  color: #bbbcbd;
  width: 22px;
}
.product-detail .flex-direction-nav a:hover {
  color: #858585;
}
.product-detail a {
  outline: 0;
}
.product-detail .bx-wrapper .bx-viewport {
  height: auto !important;
}
.product-detail .bx-wrapper .bx-pager.bx-default-pager a.active {
  border: 0;
  top: 0;
  background: #35A5D9;
}
.product-detail .product-gallery {
  padding: 15px 0 0 0;
}
.product-detail .product-gallery .product-image-slider {
  margin-bottom: 40px;
}
.product-detail .product-gallery .product-image-slider .slides {
  padding: 0px;
  margin: 0px;
}
.product-detail .product-gallery .product-image-slider .slides img {
  width: auto;
  max-width: 100%;
}
.product-detail .product-gallery .product-image-slider .slides iframe {
  position: absolute;
  top: 50%;
}

.product-detail .product-gallery .product-image-slider .slides .embed-responsive {
  overflow: visible;
}
.product-detail .product-gallery .product-image-slider img {
  cursor: pointer;
  max-width: 340px;
  max-height: 500px;
  margin: 0 auto !important;
}
.product-detail .product-gallery .product-carousel {
  padding-left: 35px;
  padding-right: 35px;
  margin-left: -15px;
  margin-right: -15px;
}
.product-detail .product-gallery .product-carousel .slides {
  display: table-cell;
  white-space: nowrap;
}

.product-detail .product-gallery .product-carousel .slides li {
  display: inline-block !important;
  vertical-align: middle;
  float: initial !important;
}
.product-detail .product-gallery .product-carousel .slides li img {
  padding-left: 10px;
  padding-right: 10px;
  max-width: 100%;
  max-height: 110px;
  cursor: pointer;
  width: auto;
  height: auto;
  margin: 0px auto;
}
.product-detail .product-gallery section {
  margin-bottom: 15px;
}
.product-detail .product-gallery .product-carousel > .flex-direction-nav a:before {
  color: #bbbcbd;
  font-size: 22px;
  position: relative;
  margin-top: 10px;
}
.product-detail .product-gallery .product-carousel > .flex-direction-nav a {
  color: #bbbcbd;
  font-size: 22px;
  top: 60%;
}
.product-detail .product-gallery .product-carousel > .flex-direction-nav a:hover {
  color: #858585;
}
.product-detail .product-gallery .product-carousel .flex-direction-nav .flex-prev {
  left: 8px;
}
.product-detail .product-gallery .product-carousel .flex-direction-nav .flex-next {
  right: 8px;
}
.product-detail .product-gallery .product-image-slider .flex-direction-nav {
  display: block;
}
.product-detail .product-gallery a.gallery:focus {
  outline: 0;
}
.product-detail .product-data {
  padding: 0;
}

.product-detail .product-data.product-data-mobile {
  margin-bottom: 30px;
}

.product-detail .product-data #product-color-slider {
  padding-left: 35px;
  padding-right: 35px;
  margin-left: -15px;
  margin-right: -15px;
}
.product-detail .product-data #product-color-slider.flexslider {
  background: transparent;
  border: 4px solid transparent;
  position: relative;
  zoom: 1;
}
.product-detail .product-data #product-color-slider img.item {
  padding-bottom: 10px;
  max-height: 90px;
  max-width: 100%;
  width: auto;
  margin: 0px auto;
}
.product-detail .product-data #product-color-slider .flex-direction-nav {
  display: block;
}
.product-detail .product-data #product-color-slider .slider-bottom {
  position: absolute;
  bottom: 0px;
  border: 2px solid #ccc;
  margin: 18px 0 0 10px;
  width: 80%;
}
.product-detail .product-data #product-color-slider img {
  padding-left: 10px;
  padding-right: 10px;
}
.product-detail .product-data #product-color-slider > .flex-direction-nav a:before,
.product-detail .product-data #product-color-slider > .flex-direction-nav a {
  color: #bbbcbd;
  font-size: 22px;
  outline-width: 0;
}
.product-detail .product-data #product-color-slider > .flex-direction-nav a:hover {
  color: #858585;
}
.product-detail .product-data #product-color-slider .flex-direction-nav .flex-prev {
  left: 8px;
}
.product-detail .product-data #product-color-slider .flex-direction-nav .flex-next {
  right: 8px;
}
.product-detail .product-data .product-award {
  margin-left: 0;
}
.product-detail .product-data .product-award img {
  float: left;
  max-width: 68px;
  margin-right: 15px;
}
.product-detail .product-data .product-award a:last-child img {
  margin-right: 0;
}
.product-detail .product-data img.blue-arrow {
  display: none;
  max-width: 75px;
  margin: 0px auto;
}
.product-detail .product-data img.first-arrow {
  display: block;
}
.product-detail .product-data .btn-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.product-detail .product-data .buyonline.dealersearch.btn-wrapper {
  margin-bottom: 10px;
}
.product-detail .product-data .btn-default {
  font-weight: normal;
  text-shadow: none;
  background: none;
  position: relative;
}
.product-detail .product-data .btn-default span {
  float: left;
}
.product-detail .product-data .btn-col-left a {
  position: relative;
}
.product-detail .product-data a.btn-compare span.counter {
  color: #fff;
  top: -5px;
  right: -5px;
  width: 24px;
  height: 18px;
  position: absolute;
  background: transparent url('http://dev.deuter.com/2015/www/img/product-detail/compare-count.png') no-repeat scroll 0 top;
}
.product-detail .product-data a.btn-compare span.compare-now {
  display: none;
}
.product-detail .product-data a.btn-watchlist span.remove-from-watchlist {
  display: none;
}

.product-detail .product-data div#lcly-button-0 {
  border-radius: 4px;
}

.product-detail .product-data div#lcly-button-0 a {
    padding: 10px 0px;
    float: none;
    margin: 0px !important;
    font-size: 16px;
}

.product-detail .product-data div#lcly-button-0 svg.icon-locally-outline {
  margin: 0px 10px -3px 14px !important;
}

.product-detail .product-data .btn-group a {
  margin-right: 30px;
}
.product-detail .product-data .btn-group a img {
  /*margin-left:8px;
              float: right;*/
  position: absolute;
  right: 10px;
}
.product-detail .product-data .btn-group .selection {
  display: inline-block;
  margin-right: 20px;
}
.product-detail .product-data .btn-group .selection images {
  margin-left: 8px;
  margin-right: 20px;
  float: none;
}
.product-detail .product-data .menu {
  color: #bcbcbc;
  font-size: 14px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.product-detail .product-data .description table.temperature-range {
  width: 100%;
  margin-bottom: 20px;
}
.product-detail .product-data .description table.temperature-range th {
  font-weight: 500;
  padding-bottom: 10px;
}
.product-detail .product-data .description table.temperature-range tr {
  border-bottom: 1px solid #ccc;
}
.product-detail .product-data .description table.temperature-range tfoot {
  vertical-align: top;
}
.product-detail .product-data .description table.temperature-range tfoot tr {
  border-bottom: 0;
}
.product-detail .product-data .description table.temperature-range tfoot tr td {
  padding-top: 10px;
  text-align: center;
}
.product-detail .product-data .description table.temperature-range tfoot tr td.text-left {
  text-align: left;
}
.product-detail .product-data .description table.temperature-range tfoot .info {
  color: #f39200;
}
.product-detail .product-data .description table.temperature-range tfoot .info span {
  background: transparent url('http://dev.deuter.com/2015/www/img/product-detail/icon-i.png') no-repeat left center;
  padding-left: 22px;
  font-style: italic;
  text-decoration: underline;
  cursor: pointer;
}
.product-detail .product-data .description table.temperature-range tfoot .comfort {
  color: #db021d;
  font-weight: 500;
}
.product-detail .product-data .description table.temperature-range tfoot .transition {
  color: #8eba1c;
  font-weight: 500;
}
.product-detail .product-data .description table.temperature-range tfoot .risk {
  color: #0094da;
  font-weight: 500;
}
.product-detail .product-data .description table.temperature-range .temperature {
  padding: 0 15px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  margin: 5px 0;
}
.product-detail .product-data .description table.temperature-range .temperature.red {
  background-color: #db021d;
}
.product-detail .product-data .description table.temperature-range .temperature.green {
  background-color: #8eba1c;
}
.product-detail .product-data .description table.temperature-range .temperature.blue {
  background-color: #0094da;
}
.product-detail .product-data .description span.comfort {
  color: #db021d;
  font-weight: 500;
}
.product-detail .product-data .description span.transition {
  color: #8eba1c;
  font-weight: 500;
}
.product-detail .product-data .description span.risk {
  color: #0094da;
  font-weight: 500;
}
.product-detail .product-data .description span.comfort,
.product-detail .product-data .description span.transition,
.product-detail .product-data .description span.risk {
  text-transform: uppercase;
}
.product-detail .product-data .description .more-info {
  display: none;
}
.product-detail .product-features {
  padding-left: 0;
  padding-right: 0;
}
.product-detail .product-features.images {
  position: relative;
}
.product-detail .product-features.images .spot {
  position: absolute;
  border: 2px solid #FFFFFF;
  background-color: #35A5D9;
  width: 20px;
  height: 20px;
  margin: -10px 0px 0px -10px;
  z-index: 1000;
  border-radius: 15px;
  display: none;
}
.product-detail .product-features .col-xs-6,
.product-detail .product-features .col-ms-4,
.product-detail .product-features .col-sm-4 {
  padding: 7px;
  min-height: 70px;
}
.product-detail .product-features .highlights-icon {
  float: left;
  margin-right: 20px;
  margin-left: -5px;
  margin-top: -6px;
  max-width: 42px;
  max-height: 42px;
  border-radius: 3px;
}
.product-detail .product-features a.btn-features {
  background: none;
  text-align: left;
  padding-top: 11px;
  max-height: 54px;
  line-height: 1.1;
  overflow: hidden;
  font-weight: 500;
  text-shadow: 0;
  outline: 0;
}
.product-detail .product-features a.btn-block {
  margin-top: 14px;
  text-shadow: none;
}
.product-detail .product-features a.btn-block:first-child {
  margin-top: 0px;
  text-overflow: ellipsis;
  line-height: 30px;
}
.product-detail .product-features a.btn-enabled {
  background-color: #35A5D9;
  color: #fff;
}
.product-detail .product-features a small {
  font-weight: normal;
}
.product-detail .product-features h3.text-center {
  color: #34495e;
  margin-left: -7px;
  margin-right: -7px;
}
.product-detail .product-features .bx-controls {
  margin-bottom: 40px;
}
.product-detail .product-features .bx-wrapper .bx-prev {
  left: -20px;
}
.product-detail .product-features .bx-wrapper .bx-next {
  right: -20px;
}
.product-detail .product-features .bx-wrapper .bx-controls-direction a {
  outline: 0;
}
.product-detail .product-features .carousel-control {
  color: #999999;
  position: absolute;
  top: 333px;
  top: 410px;
  font-size: 30px;
  z-index: 100;
  height: 40px;
  width: 36px;
}
.product-detail .product-features .carousel-control .icon-prev,
.product-detail .product-features .carousel-control .icon-next,
.product-detail .product-features .carousel-control .glyphicon-chevron-left,
.product-detail .product-features .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 0px;
  margin-top: 0px;
  z-index: 5;
  display: inline-block;
  font-weight: normal;
}
.product-detail .product-features .carousel,
.product-detail .product-features .small-carousel-caption {
  padding-top: 20px;
  text-align: left;
  margin-bottom: 25px;
}
.product-detail .product-features .small-carousel-caption h3 {
  text-align: center;
}
.product-detail .product-features .carousel {
  padding-bottom: 127px;
}
.product-detail .product-features .carousel-item-description {
  max-width: 250px;
  text-align: left;
  text-align: center;
  /*margin: 0 auto;*/
}
.product-detail .product-features .carousel-indicators {
  top: 340px;
  top: 417px;
  right: 25px;
  z-index: 12;
}
.product-detail .product-features .images img {
  display: none;
}
.product-detail .product-features .images img:first-child {
  display: inline;
}
.product-detail .product-features .line {
  margin-left: 7px;
  margin-right: 7px;
}
.product-detail .product-features .bx-wrapper img {
  margin: 0 auto;
  max-height: 180px;
  max-width: 180px;
}
.product-detail .product-usage h3.text-center {
  color: #34495e;
  margin-bottom: 45px;
}
.product-detail .product-usage .usage-row {
  margin-bottom: 10px;
  max-width: 480px;
}
.product-detail .product-usage .usage-row:first-child {
  margin-top: 8px;
}
.product-detail .product-usage .icon {
  padding-right: 8px;
}
.product-detail .product-usage .activity {
  padding-top: 0.7em;
  font-weight: 500;
}
.product-detail .product-usage .scala {
  padding-top: 0.7em;
}
.product-detail .product-video h3.text-center {
  color: #34495e;
  padding-bottom: 20px;
}
.product-detail .video-thumb .line {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 20px;
  margin-bottom: 14px;
}
.product-detail .image-text h3.text-center {
  color: #34495e;
  padding-bottom: 20px;
}
.product-detail .image-text .line {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 10px;
  margin-bottom: 15px 0 11px;
}
.product-detail .image-text.tpl-block-2-col > div:first-child {
  padding-top: 0px;
  padding-bottom: 20px;
}
.product-detail .image-text .image,
.product-detail .image-text .text {
  padding-top: 0px;
}
.product-detail .image-text h3.text-center {
  padding-bottom: 0px;
}
.product-detail .product-back-system .description {
  position: relative;
  padding-left: 40px;
  /*background: transparent url('http://dev.deuter.com/2015/www/img/download.png') no-repeat scroll 0 top;*/
  margin: 40px 0 0;
}
.product-detail .product-back-system div.description.active {
  /*background: transparent url('http://dev.deuter.com/2015/www/img/product-detail/download.png') no-repeat scroll 0 top;*/
}
.product-detail .product-back-system .description .counter {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #FFF;
  width: 18px;
  height: 18px;
  text-align: center;
}
.product-detail .product-back-system .bx-wrapper {
  padding: 0 40px;
}
.product-detail .product-back-system .bx-controls {
  margin-bottom: 0px;
}
.product-detail .product-back-system .bx-wrapper .bx-prev {
  left: -5px;
}
.product-detail .product-back-system .bx-wrapper .bx-next {
  right: -5px;
}
.product-detail .product-back-system .images {
  position: relative;
}
.product-detail .product-back-system .images img,
.product-detail .product-back-system .images img {
  display: none;
}
.product-detail .product-back-system .images img:first-child,
.product-detail .product-back-system .image .images img:first-child {
  display: inline;
}
.product-detail .product-back-system .images div {
  position: absolute;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  border-radius: 25px;
  color: #fff;
  background-color: #B9C400;
}
.product-detail .product-back-system .images div.active {
  background-color: #3CA1DC;
}
.product-detail .product-back-system .border.active {
  padding: 15px 15px 15px 55px;
  margin-left: -55px;
  -webkit-box-shadow: 0 0 5px 2px rgba(204, 204, 204, 0.7);
  box-shadow: 0 0 5px 3px rgba(204, 204, 204, 0.7);
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  cursor: pointer;
  margin-top: -15px;
  margin-bottom: -15px;
}
.product-detail .product-back-system .itemlist {
  cursor: pointer;
}
.product-detail .material h3.text-center {
  color: #34495e;
  padding-bottom: 0px;
  margin-bottom: 25px;
}
.product-detail .material .line {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 17px;
  margin: 15px 0 14px;
}
.product-detail .material.tpl-block-2-col > div:first-child {
  padding-top: 0px;
  padding-bottom: 20px;
}
.product-detail .similar-product h3 {
  color: #34495e;
  padding-bottom: 20px;
}
.product-detail .similar-product img {
  max-width: 125px;
}
.product-detail .similar-product .carousel-control {
  color: #999999;
  position: absolute;
  top: 146px;
  font-size: 30px;
  z-index: 100;
  height: 40px;
  width: 50px;
  text-shadow: none;
  opacity: 1;
}
.product-detail .similar-product .carousel-control:hover {
  color: #858585;
}
.product-detail .similar-product .carousel-control .icon-prev,
.product-detail .similar-product .carousel-control .icon-next,
.product-detail .similar-product .carousel-control .glyphicon-chevron-left,
.product-detail .similar-product .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 0px;
  margin-top: 0px;
  z-index: 5;
  display: inline-block;
  font-weight: normal;
}
.product-detail .similar-product .carousel,
.product-detail .similar-product .small-carousel-caption {
  padding-top: 20px;
  text-align: center;
}
.product-detail .similar-product-hidden-xs h3 {
  color: #34495e;
  padding-bottom: 20px;
}
.product-detail .similar-product-hidden-xs img {
  max-width: 125px;
}
.product-detail .similar-product-hidden-xs h5 {
  font-weight: 500;
  text-align: center;
}
.product-detail .similar-product-hidden-xs.item-gap-bottom > [class*='col-'] {
  padding-bottom: 20px;
}
.product-detail .similar-product-hidden-xs.item-gap-bottom > [class*='col-'] a {
  height: 130px;
  display: table-cell;
  vertical-align: bottom;
  margin: 0px auto;
  width: inherit;
}
.product-detail .suitable-accessories h3 {
  color: #34495e;
  padding-bottom: 20px;
}
.product-detail .suitable-accessories img {
  max-width: 125px;
}
.product-detail .suitable-accessories .carousel-control {
  color: #999999;
  position: absolute;
  top: 146px;
  font-size: 30px;
  z-index: 100;
  height: 40px;
  width: 50px;
  text-shadow: none;
  opacity: 1;
}
.product-detail .suitable-accessories .carousel-control:hover {
  color: #858585;
}
.product-detail .suitable-accessories .carousel-control .icon-prev,
.product-detail .suitable-accessories .carousel-control .icon-next,
.product-detail .suitable-accessories .carousel-control .glyphicon-chevron-left,
.product-detail .suitable-accessories .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 0px;
  margin-top: 0px;
  z-index: 5;
  display: inline-block;
  font-weight: normal;
}
.product-detail .suitable-accessories .carousel,
.product-detail .suitable-accessories .small-carousel-caption {
  padding-top: 20px;
  text-align: left;
}
.product-detail .suitable-accessories-hidden-xs h3 {
  color: #34495e;
  padding-bottom: 20px;
}
.product-detail .suitable-accessories-hidden-xs img {
  max-width: 125px;
}
.product-detail .suitable-accessories-hidden-xs h5 {
  font-weight: 500;
  text-align: center;
}
.product-detail .suitable-accessories-hidden-xs.item-gap-bottom > [class*='col-'] {
  padding-bottom: 20px;
}
.product-detail .suitable-accessories-hidden-xs.item-gap-bottom > [class*='col-']:not(:first-child) {
  height: 180px;
}
.product-detail .suitable-accessories-hidden-xs.item-gap-bottom > [class*='col-'] a {
  height: 150px;
  display: table-cell;
  vertical-align: bottom;
}
.product-detail .last-seen-product h3 {
  color: #34495e;
  padding-bottom: 20px;
}
.product-detail .last-seen-product img {
  max-width: 125px;
}
.product-detail .last-seen-product .carousel-control {
  color: #999999;
  position: absolute;
  top: 146px;
  font-size: 30px;
  z-index: 100;
  height: 40px;
  width: 50px;
  text-shadow: none;
  opacity: 1;
}
.product-detail .last-seen-product .carousel-control:hover {
  color: #858585;
}
.product-detail .last-seen-product .carousel-control .icon-prev,
.product-detail .last-seen-product .carousel-control .icon-next,
.product-detail .last-seen-product .carousel-control .glyphicon-chevron-left,
.product-detail .last-seen-product .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 0px;
  margin-top: 0px;
  z-index: 5;
  display: inline-block;
  font-weight: normal;
}
.product-detail .last-seen-product .carousel,
.product-detail .last-seen-product .small-carousel-caption {
  padding-top: 20px;
  text-align: center;
}
.product-detail .last-seen-product-hidden-xs h3 {
  color: #34495e;
  padding-bottom: 20px;
}
.product-detail .last-seen-product-hidden-xs img {
  max-width: 125px;
}
.product-detail .last-seen-product-hidden-xs h5 {
  font-weight: 500;
  text-align: center;
}
.product-detail .last-seen-product-hidden-xs.item-gap-bottom > [class*='col-'] {
  padding-bottom: 20px;
}
.product-detail .last-seen-product-hidden-xs.item-gap-bottom > [class*='col-'] a {
  height: 130px;
  display: table-cell;
  vertical-align: bottom;
  width: inherit;
}
@media (max-width: 480px) {
  .product-detail .btn-col-left {
    padding-right: 15px;
  }
  .product-detail .btn-col-right {
    padding-left: 15px;
  }
  .product-detail .product-features .bx-controls {
    margin-bottom: 0;
  }
  .product-detail .product-features .bx-wrapper .bx-pager {
    display: none;
  }

  .product-detail .product-gallery .product-image-slider img {
    max-width: 340px;
    max-height: 250px;
    width: auto !important;
  }

}
@media (min-width: 481px) {

  .product-detail .product-features .bx-wrapper .bx-controls-direction {
    display: none;
  }
  .product-detail .product-features .bx-wrapper img {
    margin: 0;
  }
  .product-detail .product-features .carousel-item-description {
    text-align: left;
  }
  .product-detail .product-features .small-carousel-caption h3 {
    margin-top: 0;
    text-align: left;
  }
  .product-detail .product-features .small-carousel-caption {
    padding-top: 0px;
  }
}
@media (min-width: 768px) {
  .product-detail {
    margin: 0 auto;
  }
  .product-detail .product-gallery .product-image-slider img {
    margin: 0;
  }
  .product-detail .product-data #product-color-slider {
    margin-left: -35px;
  }
  .product-detail .product-data #product-color-slider img {
    padding-left: 8px;
    padding-right: 8px;
  }
  .product-detail .product-data #product-color-slider .flex-direction-nav .flex-prev {
    left: 15px;
  }
  .product-detail .product-data #product-color-slider .flex-direction-nav .flex-next {
    right: 15px;
  }
  .product-detail .product-data .product-color-sm {
    padding-left: 0px;
    padding-right: 0px;
  }
  .product-detail .product-data .product-price-sm {
    padding: 0;
  }
  .product-detail .product-data .product-award img {
    display: inline-block;
    margin-bottom: 35px;
  }
  .product-detail .product-features {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 767px) {
  .flex-direction-nav {
    display: block;
  }
}
/* Product Detail END */
/* Block - 2 Start */
.tpl-block-2-col {
  margin-bottom: 30px;
  /*.text-margin-md,
    .text-margin-md{ margin-top:20px; }*/
  /* product */
  /* product */
}
.tpl-block-2-col h2 {
  margin-top: 0;
}
.tpl-block-2-col p:last-child {
  margin: 0;
}
.tpl-block-2-col ol.itemlist {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.tpl-block-2-col ol.itemlist li {
  position: relative;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 15px;
  /*background: transparent url('http://dev.deuter.com/2015/www/img/download.png') no-repeat scroll 0 top;*/
  margin-bottom: 15px;
}
.tpl-block-2-col ol.itemlist li.active {
  /*background: transparent url('http://dev.deuter.com/2015/www/img/product-detail/download.png') no-repeat scroll 0 15px;*/
}
.tpl-block-2-col ol.itemlist li .counter {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #FFF;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: #B9C400;
  border-radius: 15px;
  cursor: pointer;
}
.tpl-block-2-col ol.itemlist li .counter.active {
  top: 15px;
  background-color: #3CA1DC;
}
.tpl-block-2-col .product {
  margin: 0 auto;
}
.tpl-block-2-col .text {
  padding-bottom: 20px;
}
.tpl-block-2-col .hidden-text-margin-md {
  margin-top: 20px;
}
.tpl-block-2-col .line {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 30px;
  margin: 0 0 25px;
}
.tpl-block-2-col .image img {
  margin: 0 auto;
}
.tpl-block-2-col .product-item {
  max-width: 190px;
  margin: 0 auto;
}
.tpl-block-2-col .product-item .product-images img {
  display: none;
}
.tpl-block-2-col .product-item .product-images img:first-child {
  display: block;
}
.tpl-block-2-col .product-item .product-name {
  text-align: center;
  margin-top: 15px;
}
.tpl-block-2-col .product-item .product-color-bar {
  text-align: center;
  margin-top: 2px;
  margin-bottom: 10px;
}
.tpl-block-2-col .product-item .product-color-bar img {
  cursor: pointer;
}
.tpl-block-2-col .product-item .product-color-bar img.selected {
  padding: 5px;
}
.tpl-block-2-col .product-item .product-color-bar img.not-selected {
  padding: 5px;
}



.tpl-block-2-col > div {
  /*padding-top: 20px;*/
  padding-bottom: 20px;
}
.tpl-block-2-col .material-text p {
  font-size: 13px;
}
.tpl-block-2-col .material-image {
  padding-right: 15px;
}
@media (min-width: 768px) {

  .tpl-block-2-col .product {
    /*text-align: right;*/
  }
  /*.tpl-block-2-col .image {text-align: initial;}*/
}

/* ==========================================================================
   six-column-certificate template
   ========================================================================== */
.certificates {
  /* Landscape tablets and medium desktops */
  /* Portrait tablets and small desktops */
  /* Landscape phones and portrait tablets */
  /* Portrait phones and smaller */
}
.certificates .certificates-title {
  color: #44586C;
}
.certificates .certificate-items {
  padding-top: 20px;
  margin: auto;
  text-align: center ;
  width: 100%;
}
.certificates .certificate-items ul {
  width: 100%;
  text-align: center;
}
.certificates .certificate-items img {
  max-width: 90px;
  margin-bottom: 10px;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .certificates .certificate-items ul li {
    display: inline;
    padding-right: 50px;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .certificates .certificate-items ul li {
    display: inline;
    padding-right: 55px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .certificates .certificate-items ul li {
    display: inline;
    padding-right: 20px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .certificates .certificate-items ul li {
    display: inline;
    padding-right: 20px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .certificates .certificate-items ul li {
    display: inline;
    padding-right: 20px;
    width: 100%;
  }
}
.certificates .certificateinformation {
  display: none;
}
.certificates #certificate-meta {
  display: none;
  margin-top: 20px;
}
.certificates .certificate-headline {
  font-weight: bold;
}
.certificates .certificate-description {
  font-weight: normal;
}
.certificates .line {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 30px;
  margin: 0 0 25px;
}
/* ==========================================================================
   end six-column-certificate template
   ========================================================================== */

/* ==========================================================================
   six-column-award template
   ========================================================================== */
.awards {
  /* Landscape tablets and medium desktops */
  /* Portrait tablets and small desktops */
  /* Landscape phones and portrait tablets */
  /* Portrait phones and smaller */
}
.awards .awards-title {
  color: #44586C;
}
.awards .award-items {
  padding-top: 20px;
  margin: auto;
  text-align: center ;
  width: 100%;
}
.awards .award-items ul {
  width: 100%;
  text-align: center;
}
.awards .award-items img {
  max-width: 90px;
  margin-bottom: 10px;
  cursor: pointer;
}
@media (min-width: 1200px) {
    .tpl-block-2-col .product-item .product-color-bar {
    margin-bottom: 0px;
  }
  .awards .award-items ul li {
    display: inline;
    padding-right: 50px;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .tpl-block-2-col .product-item .product-color-bar {
    margin-bottom: 0px;
  }
  .awards .award-items ul li {
    display: inline;
    padding-right: 55px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .awards .award-items ul li {
    display: inline;
    padding-right: 20px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .awards .award-items ul li {
    display: inline;
    padding-right: 20px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .awards .award-items ul li {
    display: inline;
    padding-right: 20px;
    width: 100%;
  }
}
.awards .awardinformation {
  display: none;
}
.awards #award-meta {
  display: none;
  margin-top: 20px;
}
.awards .award-headline {
  font-weight: bold;
}
.awards .award-description {
  font-weight: normal;
}
.awards .line {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 30px;
  margin: 0 0 25px;
}
/* ==========================================================================
   end six-column-award template
   ========================================================================== */
/* Block - 2 End */

/* Start Widget - Productoverview */
#Productlist h2 {
  clear: left;
  padding: 15px 20px;
  display: none;
}
.tpl-block-2-col .product {
  margin: 0 auto;
}
.tpl-block-2-col .product-item {
  max-width: 190px;
  margin: 0 auto;
  text-transform: uppercase;
}
.tpl-block-2-col .product-item .product-images {
  height: 200px;
  position: relative;
}
.tpl-block-2-col .product-item .product-images img {
  display: none;
  max-height: 200px;
  margin: 0 auto;
  position: absolute;
  bottom: 0px;
}
.tpl-block-2-col .product-item .product-images img:first-child {
  display: block;
}
.tpl-block-2-col .product-item .product-name {
  text-align: center;
  margin-top: 15px;
}
.tpl-block-2-col .product-item .product-color-bar {
  text-align: center;
  margin-top: 2px;
}
.tpl-block-2-col .product-item .product-color-bar img {
  cursor: pointer;
}
.tpl-block-2-col .product-item .product-color-bar img.selected {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.tpl-block-2-col .product-item .product-color-bar img.not-selected {
  padding: 5px;
  border: 1px solid #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.tpl-block-2-col .product[data-temp] .product-item .product-images {
  height: 130px;
}
.tpl-block-2-col > div {
  /*padding-top: 20px;*/
  padding-bottom: 20px;
}
.tpl-block-2-col .backsystem,
.tpl-block-2-col .material {
  display: none;
  margin: 0 auto;
}
.tpl-block-2-col .backsystem .product-item .product-name,
.tpl-block-2-col .material .product-item .product-name {
  text-transform: none;
  font-size: 12px;
}
@media (min-width: 768px) {
  .product {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
  }
  .ico-prod-compare {
    position: absolute;
    left: 15px;
    top: 0;
    width: 30px;
    height: 30px;
    display: none;
    cursor: pointer;
    z-index: 1;
  }
  .ico-prod-compare.inactive {
    background: transparent url(//dev.deuter.com/2015/www/img/ico-prod-compare-inactive.png) no-repeat scroll top left;
  }
  .ico-prod-compare.active {
    background: transparent url(//dev.deuter.com/2015/www/img/ico-prod-compare-active.png) no-repeat scroll top left;
  }
}
.theme-blue .back-bar .pointer-label {
  color: #004F95;
}
.slider-container .back-bar .pointer-label {
  top: -28px;
  font-size: 12px;
  font-weight: bold;
}
.theme-blue .back-bar .pointer {
  height: 26px;
  top: -11px;
  background-color: #35A5D9;
  background-image: -moz-linear-gradient(top, #9cd3ec, #35a5d9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9cd3ec), to(#35a5d9));
  background-image: -webkit-linear-gradient(top, #9cd3ec, #35a5d9);
  background-image: -o-linear-gradient(top, #9cd3ec, #35a5d9);
  background-image: linear-gradient(to bottom, #9cd3ec, #35a5d9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9CD3EC', endColorstr='#35A5D9', GradientType=0);
}
.theme-blue .back-bar {
  height: 8px;
  border-radius: 4px;
  background-color: #999;
  background: #999;
}
.theme-blue .back-bar .selected-bar {
  background-color: #004F95;
  background: #004F95;
}
/* Mobile-Filter Styles (Lightbox) -- Start */
.sort-filter-block p.size,
.sort-filter-block-mobile p.size-mobile,
.sort-filter-block p.temperature,
.sort-filter-block-mobile p.temperature-mobile {
  margin-top: 35px;
  text-align: center;
}
.sort-filter-block-mobile p.size-mobile .slider-container,
.sort-filter-block-mobile p.temperature-mobile .slider-container {
  margin: 0 auto;
}
#smalldevice-sort-filter-switch {
  padding-bottom: 8px;
  margin-bottom: 40px;
  border-bottom: 1px solid #E7E7E7;
}
#smalldevice-sort-filter-switch .filter-switch-spacer {
  padding: 0 15px;
}
#smalldevice-sort-filter-switch a {
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  color: #34495E;
}
#smalldevice-sort-filter-switch a .glyphicon {
  font-weight: 300;
  color: #E0E0E0;
}
.ekko-lightbox .modal-content {
  background-color: transparent;
}
.ekko-lightbox .modal-header .close {
  color: #304352;
  background-color: #F2F2F2;
}
.ekko-lightbox .modal-body {
  background-color: #F2F2F2;
}
.sort-filter-block-mobile h4 {
  margin: 15px 0;
  text-align: center;
  background: transparent url('http://www.deuter.com/geneva-layout/img/product-overview/sort-filter-block-headline_bg.png') repeat-x scroll right center;
}
.sort-filter-block-mobile h4 span {
  padding-right: 20px;
  padding-left: 20px;
  font-size: 17px;
  font-weight: 500;
  line-height: 2;
  color: #34495E;
  background-color: #F2F2F2;
}
.sort-filter-block-mobile ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.sort-filter-block-mobile ul li {
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center;
}
.sort-filter-block-mobile a,
.sort-filter-block-mobile a:focus,
.sort-filter-block-mobile a:hover,
.sort-filter-block-mobile a:active {
  display: inline-block;
  width: 80%;
  padding-top: 12px;
  padding-bottom: 12px;
  margin: 0 5px;
  border: none;
  font-size: 16px;
  font-weight: 400;
  color: #34495E;
  background: #FFF;
}
.sort-filter-block-mobile .checked a,
.sort-filter-block-mobile .checked a:focus,
.sort-filter-block-mobile .checked a:hover,
.sort-filter-block-mobile .checked a:active {
  font-weight: 400;
  color: #FFF;
  background: #40A3D5;
  cursor: default;
}
.sort-filter-block-mobile .inactive a,
.sort-filter-block-mobile .inactive a:focus,
.sort-filter-block-mobile .inactive a:hover,
.sort-filter-block-mobile .inactive a:active {
  font-weight: 400;
  color: #999;
  background: #FFF;
  cursor: default;
}
.sort-filter-block-mobile .centered-mobile {
  position: relative;
  float: left;
  width: 100%;
  padding: 0 10%;
  overflow: hidden;
}
.sort-filter-block-mobile .centered-mobile ul.colorboxbuttons {
  position: relative;
  clear: left;
  float: left;
  padding: 0;
  margin: 0;
  left: 50%;
  list-style: none;
  text-align: center;
}
.sort-filter-block-mobile .centered-mobile ul.colorboxbuttons li {
  display: block;
  position: relative;
  float: left;
  width: 30px;
  height: 30px;
  margin: 10px 7px 0 0;
  right: 50%;
  border: 0px solid #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 2px 0px #cccccc;
  -moz-box-shadow: 1px 1px 2px 0px #cccccc;
  box-shadow: 1px 1px 2px 0px #cccccc;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  cursor: pointer;
}
.sort-filter-block-mobile .centered-mobile ul.colorboxbuttons li a {
  display: block;
}
.sort-filter-block-mobile ul.colorboxbuttons li:last-child {
  margin-right: 0;
}
.sort-filter-block-mobile ul.colorboxbuttons li.checked {
  background-image: url('http://www.deuter.com/geneva-layout/img/product-overview/checker.png');
}
.sort-filter-block-mobile ul.colorboxbuttons li.inactive {
  background-image: url('http://www.deuter.com/geneva-layout/img/product-overview/cross-color.png');
}
.sort-filter-block-mobile p.clear-mobile {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.sort-filter-block-mobile a.btn-clear-mobile {
  width: 100%;
  margin: 0;
  font-weight: 500;
  background: #FFF;
}
.sort-filter-block-mobile a.btn-clear-mobile img {
  margin-right: 15px;
}
.sort-filter-block-mobile p.confirm-mobile {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.sort-filter-block-mobile a.btn-confirm-mobile {
  width: 100%;
  margin: 0;
  font-weight: 500;
  background: #92B71C;
}
.sort-filter-block-mobile:last-child {
  padding-top: 35px;
  margin: 35px auto;
  background: transparent url('http://www.deuter.com/geneva-layout/img/product-overview/sort-filter-block-headline_bg.png') repeat-x scroll right top;
}
.slider-container .back-bar .pointer-label {
  background: transparent !important;
}
/* Mobile-Filter Styles (Lightbox) -- End */
.row-compare {
  display: none;
}
.row-compare .product-wrapper .product-container .product-item div:first-child {
  height: 120px;
  position: relative;
}
.row-compare .product-wrapper .product-container .product-item div:first-child .product-image {
  max-height: 120px;
  position: absolute;
  bottom: 0px;
}
@media (min-width: 768px) {
  .row-compare {
    display: block;
    margin-bottom: 0;
  }
  .row-compare > div {
    padding-bottom: 0;
    padding-right: 0;
  }
  .row-compare .btn-wrapper {
    padding: 0;
  }
  .row-compare .btn-wrapper .line {
    padding-bottom: 10px;
    margin: 0 0 35px;
  }
  .row-compare a.btn {
    background: #f2f2f2;
    padding-left: 50px;
    padding-right: 50px;
  }
  .row-compare a.btn-compare-now {
    float: right;
    margin-right: 8px;
    display: none;
  }
  .row-compare a.btn-compare {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    float: right;
  }
  .row-compare a.btn-compare.btn-enabled {
    background: #35A5D9;
    color: #fff;
  }
  .row-compare a.btn-compare .compare-img {
    padding-right: 15px;
  }
  .row-compare a.btn-compare span {
    text-shadow: none;
  }
  .row-compare a.btn-compare span.counter {
    color: #fff;
    top: -5px;
    right: -5px;
    width: 24px;
    height: 18px;
    position: absolute;
    background-color: #004F95;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    display: none;
    line-height: 1.3;
  }
  .row-compare .warning {
    display: none;
  }
  .row-compare .warning p {
    padding: 15px 0;
    margin-bottom: 30px;
    border: 1px solid #d20b12;
    border-radius: 4px;
    background: #f6cecf;
    color: #d20b12;
  }
  .row-compare .product-item > div {
    padding: 0;
  }
  .row-compare .product-item .ico-compare {
    margin: 100% 20px 0;
  }
  .row-compare .product-item.last .ico-compare {
    display: none;
  }
  .row-compare .product-item .product-name {
    text-align: left;
    font-weight: 500;
  }
  .row-compare .product-item .ico-delete {
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
  }
  .row-compare .product-container {
    padding: 0 0 25px;
    display: none;
    margin-bottom: 25px;
    border-bottom: 1px solid #d5d5d5;
  }
}
/* End Widget - Productoverview */

/* Start Widget - Productseries */
.widget_productseries {
  /* Landscape tablets and medium desktops */
  /* Portrait tablets and small desktops */
  /* Landscape phones and portrait tablets */
  /* Portrait phones and smaller */
}
.widget_productseries .tpl-block-2-col {
  margin-bottom: 30px;
}
.widget_productseries .tpl-block-2-col .product {
  margin: 0 auto;
  min-height: 310px;
}
.widget_productseries .tpl-block-2-col .product-item {
  max-width: 190px;
  margin: 0 auto;
}
.widget_productseries .tpl-block-2-col .product-item .product-images img {
  display: none;
}
.widget_productseries .tpl-block-2-col .product-item .product-images img:first-child {
  display: block;
}
.widget_productseries .tpl-block-2-col .product-item .product-name {
  text-align: center;
  margin-top: 15px;
}
.widget_productseries .tpl-block-2-col .product-item .product-color-bar {
  text-align: center;
  margin-top: 2px;
}
.widget_productseries .tpl-block-2-col .product-item .product-color-bar img {
  cursor: pointer;
}
.widget_productseries .tpl-block-2-col .product-item .product-color-bar img.selected {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.widget_productseries .tpl-block-2-col .product-item .product-color-bar img.not-selected {
  padding: 5px;
  border: 1px solid #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.widget_productseries .tpl-block-2-col > div {
  /*padding-top: 20px;*/
  padding-bottom: 20px;
}
.widget_productseries .tpl-block-2-col .block-wrapper > div {
  /*padding-top: 20px;*/
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .widget_productseries .product {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.widget_productseries .awards-title {
  color: #44586C;
}
.widget_productseries .award-items {
  padding-top: 20px;
  margin: auto;
  text-align: center ;
  width: 100%;
}
.widget_productseries .award-items ul {
  width: 100%;
  text-align: center;
}
.widget_productseries .award-items img {
  max-width: 90px;
  margin-bottom: 10px;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .widget_productseries .award-items ul li {
    display: inline;
    padding-right: 50px;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .widget_productseries .award-items ul li {
    display: inline;
    padding-right: 55px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .widget_productseries .award-items ul li {
    display: inline;
    padding-right: 20px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .widget_productseries .award-items ul li {
    display: inline;
    padding-right: 20px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .widget_productseries .award-items ul li {
    display: inline;
    padding-right: 20px;
    width: 100%;
  }
}
.widget_productseries .awardinformation {
  display: none;
}
.widget_productseries #award-meta {
  display: none;
  margin-top: 20px;
}
.widget_productseries .award-headline {
  font-weight: bold;
}
.widget_productseries .award-description {
  font-weight: normal;
}
.widget_productseries .awards .line {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 30px;
  margin: 0 0 25px;
}
@media (max-width: 4300px) and (min-width: 970px) {
  .widget_productseries .container.awards {
    width: 970px;
  }
}
/* End Widget - Productseries */

/* Start Widget - Productoverview */
.widget_tabnavigation {
  clear: both;
}
.widget_tabnavigation .row {
  width: auto;
}
.widget_tabnavigation a > img {
  max-height: 30px;
}
.tab-navigation {
  position: relative;
  width: 100%;
  margin: 35px auto 40px;
  overflow: hidden;
}
.tab-navigation ul {
  position: relative;
  clear: left;
  float: left;
  padding: 0;
  margin: 0;
  left: 50%;
  list-style: none;
  text-align: center;
}
.tab-navigation ul li {
  display: block;
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  right: 50%;
  list-style: none;
}
.tab-navigation a,
.tab-navigation a:focus,
.tab-navigation a:hover,
.tab-navigation a:active {
  display: inline-block;
  width: 220px;
  height: 48px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  margin: 0 5px;
  overflow: hidden;
}
.tab-navigation a img {
  margin-top: -6px;
  margin-right: 12px;
}
.btn-tabnav {
  border: none;
  font-size: 17px;
  font-weight: 500;
  color: #34495E;
  background-color: #F2F2F2;
}
.btn-tabnav.active,
.btn-tabnav:focus.active,
.btn-tabnav:hover.active,
.btn-tabnav:active.active {
  font-weight: 400;
  color: #FFF;
  background-color: #40A3D5;
}
/* jQuery-Range Styles -- End */
@media (max-width: 991px) {
  .tab-navigation a,
  .tab-navigation a:focus,
  .tab-navigation a:hover,
  .tab-navigation a:active {
    width: 200px;
  }
  .product-overview > .row {
    float: none;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .tab-navigation ul,
  .tab-navigation ul li {
    float: none;
  }
  .tab-navigation a,
  .tab-navigation a:focus,
  .tab-navigation a:hover,
  .tab-navigation a:active {
    display: block;
    float: none;
    width: auto;
    margin: 10px 0;
  }
}
/* End Widget - Productoverview */
.startpage .widget_videocollection {
  max-width: 1140px;
  margin: 0px auto;
}
@media (max-width: 767px) {
  .startpage .widget_videocollection {
    margin: 0px;
    padding: 0px 15px;
  }
}

.widget_videocollection .bx-wrapper {
  margin: 0;
}
.widget_videocollection .youtubethumbcaption {
  padding-top: 5px;
  padding-bottom: 10px;
}
.widget_videocollection #youtubepagerhorizontal-prev {
  /*margin-left: 15px;*/
  background: #d9d7d5;
  text-align: center;
  padding: 2px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: gray;
  cursor: pointer;
}
.widget_videocollection #youtubepagerhorizontal-next {
  /*margin-left: 15px;*/
  background: #d9d7d5;
  text-align: center;
  padding: 2px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: gray;
  cursor: pointer;
}
.widget_videocollection ul.youtubeverticalslider {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.widget_videocollection ul.youtubeverticalslider li {
  /*margin-left: -30px;*/
  padding-top: 1px;
}
.widget_videocollection ul.youtubeverticalslider li img {
  width: 100%;
}
.widget_videocollection .youtube-meta {
  padding-left: 15px;
  padding-right: 15px;
}
.widget_videocollection .youtubepadding {
  margin-left: 15px;
}
.widget_videocollection .youtubeplayer .line {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 30px;
  margin: 0 15px 25px;
}
.widget_videocollection .youtube-description {
  margin-bottom: 25px;
}
.widget_videocollection .youtube-mobile-thumbs .line {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 5px;
  margin: 0 15px 25px;
}

.widget_videocollection .youtube-mobile-thumbs .row div:first-child {
  /*padding-left: 0px;
  padding-right: 0px;*/
}

@media (max-width: 4300px) and (min-width: 970px) {
  .widget_videocollection > .container {
    width: 970px;
  }
}

@media (min-width: 481px) {
  .watchlist-top h2 {
    color: #40a3d5;
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 18px;
    margin-top: 0;
    position: relative;
    top: 50px;
  }
}
@media (max-width: 480px) {
  .watchlist-top h2 {
    color: #40a3d5;
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 18px;
    margin-top: 0;
    position: relative;
    top: 50px;
  }
}
.watchlist-top .line {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 12px;
  margin: 0 0 30px;
}
.watchlist-utility-nav-desktop {
  float: right;
  position: relative;
  top: 0;
}
.watchlist-utility-nav-desktop .btn {
  width: auto;
  min-width: 120px;
  height: 35px;
  background: #fff;
  margin-left: 15px;
  float: right;
}
.watchlist-utility-nav-desktop .btn a {
  color: #333;
}
.watchlist-utility-nav-desktop .btn:active {
  width: auto;
  min-width: 120px;
  height: 35px;
  background: #fff;
  margin-left: 15px;
  float: right;
}
.watchlist-utility-nav-desktop .btn img:first-child {
  float: left;
  margin-right: 15px;
  margin-top: 3px;
}
.watchlist-utility-nav-desktop .dropdown,
.watchlist-utility-nav-desktop button.btn.btn-default.dropdown-toggle {
  float: right;
  background: #fff;
}
.watchlist-utility-nav-mobile {
  float: right;
  position: relative;
  top: 0;
}
.watchlist-utility-nav-mobile a.btn {
  background: white;
  border-color: white;
}
.shareicon-menudown {
  color: #bcbcbc;
  font-size: 16px;
  padding-left: 25px;
  margin-top: 2px;
}
.watchlist-mobile-sharenav {
  position: relative;
  top: -15px;
  display: none;
}
.watchlist-mobile-sharenav a.btn {
  width: 100%;
  border: none;
  background: #e0e0e0;
  height: 45px;
  padding-top: 12px;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.watchlist-linknav-desktop {
  position: relative;
  top: 20px;
  margin-bottom: 20px;
}
.watchlist-linknav-desktop img:first-child {
  /*float: left;*/
  margin-right: 15px;
}
.watchlist-linknav-desktop a.btn {
  width: auto;
  height: 35px;
  background: #fff;
  margin-right: 15px;
  margin-bottom: 15px;
  float: left;
}
.watchlist-linknav-desktop a.btn:active {
  width: auto;
  height: 35px;
  background: #fff;
  margin-right: 15px;
  margin-bottom: 15px;
  float: left;
}
.watchlist-linknav-desktop a.btn.btn-desabled {
  background: #bbbbbb;
  color: #fff;
  cursor: default;
  text-shadow: none;
}
.watchlist-linknav-desktop a.btn.btn-desabled img.enabled {
  display: none;
}
.watchlist-linknav-desktop a.btn.btn-desabled img.disabled {
  display: inline-block;
}
.watchlist-linknav-desktop a.btn img {
  margin-right: 10px;
}
.watchlist-linknav-desktop a.btn img.enabled {
  display: inline-block;
}
.watchlist-linknav-desktop a.btn img.disabled {
  display: none;
}
.watchlist-linknav-span {
  text-decoration: underline;
}
.img-shareitem-desktop {
  max-width: 220px;
  max-height: 200px;
}
.watchlist-linknav-mobile {
  position: relative;
  top: 20px;
  margin-bottom: 20px;
}
.watchlist-linknav-mobile .btn {
  width: 100%;
  border: none;
  background: #e0e0e0;
  height: 45px;
  padding-top: 12px;
  margin-bottom: 10px;
}
.watchlist-linknav-mobile .btn.btn-desabled {
  background: #bbbbbb;
  color: #fff;
  cursor: default;
  text-shadow: none;
}
.watchlist-records h3 {
  color: #004f95;
}
.watchlist-records .line {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 10px;
  margin: 0 0 10px;
}
.watchlist-records td.watchlisttable-label {
  font-weight: 400;
  width: 140px;
}
.watchlist-records table td {
  font-weight: 100;
}
.watchlist-mobile-img {
  margin-bottom: 30px;
}
.watchlist-center-table {
  margin: 0 auto !important;
  margin-top: 10px;
  float: none !important;
}
.share-record-mobile-headline {
  color: #004f95;
  text-align: center;
  padding-bottom: 15px;
}

/* Factfinder-Results START */
.factfinder-results {
  margin-top: 20px;
}

.factfinder-results .header-search {
  display: block !important;
}
.factfinder-results .asnGroup {
  margin-bottom: 20px;
}
.factfinder-results .asnGroup h3 {
  margin: 0;
  margin-bottom: 10px;
  background: transparent url('http://www.deuter.com/geneva-layout/img/product-overview/sort-filter-block-headline_bg.png') repeat-x scroll right center;
}
.factfinder-results .asnGroup h3 span {
  background-color: #FFFFFF;
  padding-right: 5px;
}
.factfinder-results > .row {
  float: right;
  width: 75%;
}
.factfinder-results .searchtext {
  margin-bottom: 20px;
}
.factfinder-results .sorting,
.factfinder-results .resultcount {
  margin-bottom: 10px;
}
.factfinder-results .paging {
  text-align: right;
  line-height: 34px;
  padding-right: 26px;
  margin-bottom: 20px;
}
.factfinder-results .paging ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.factfinder-results .paging ul li {
  display: inline;
  padding: 0px 5px;
}
.factfinder-results .paging ul li a,
.factfinder-results .paging ul li span {
  padding: 4px 8px;
  background-color: #9f9f9f;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #9f9f9f;
}
.factfinder-results .paging ul li span {
  color: #9f9f9f;
  font-weight: bold;
  background-color: #f0f0f0;
}

@media (max-width: 990px) {
.factfinder-results > .row {
  float: none;
  width: 100%;
}

.factfinder-results .searchtext div:first-child,
.factfinder-results .options div:first-child {
  display: none;
}

.factfinder-results .paging {
  text-align: left;
}
}

.factfinder-results .suggestFormWrap #submit {
  vertical-align:bottom;
}
.factfinder-results .suggestFormWrap #query {
  margin-bottom:2px;
  vertical-align:bottom;
}
/* Factfinder-Results END */

/* Online-Shops */
.onlineshops {
      padding: 10px 0px 0px;
}

.onlineshops .onlineshop {
    width: 50%;
    height: 190px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    overflow:hidden;
}

.onlineshops .onlineshop a {
  height: 100%;
  width: 100%;
  padding: 20px;
  display: inline-block;
}

.onlineshops .onlineshop a img {
  width: 100%;
  max-width: 225px;
height: auto;
max-height: 125px;
display: block;
margin: 0px auto;
margin-bottom: 10px;
}

@media (min-width: 480px) {
  .onlineshops .onlineshop a img {
    width: auto;
  }
}


/* Online-Shops */
.cc-onlineshops {
      padding: 10px 0px 0px;
}

.cc-onlineshops .cc-onlineshop {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    overflow:hidden;
    clear: both;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.cc-onlineshops .cc-onlineshop:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
}

.cc-onlineshops .cc-onlineshop .col-left,
.cc-onlineshops .cc-onlineshop .col-right {
  position: relative;
}
.cc-onlineshops .cc-onlineshop .col-right b {
  font-size: 16px;
}

.cc-onlineshops .cc-onlineshop .col-right span {
  font-size: 21px;
  font-weight: bold;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.cc-onlineshops .cc-onlineshop .col-right span a.btn {
  background: #35A5D9;
  color: #fff;
}



.cc-onlineshops .cc-onlineshop img {
  width: auto;
  max-width: 225px;
  height: auto;
  max-height: 125px;
  display: block;
  margin-bottom: 10px;
}

@media (min-width: 480px) {

.cc-onlineshops .cc-onlineshop {
padding-bottom: 0;
}

  .cc-onlineshops .cc-onlineshop img {
    width: 100%;
  }

  .cc-onlineshops .cc-onlineshop .col-left {
    text-align: center;
  }

  .cc-onlineshops .cc-onlineshop .col-right {
      padding-left: 20px;
      margin-bottom: 20px;
  }
  .cc-onlineshops .cc-onlineshop img {
    width: auto;
  }
}

/* Beginn GENEVA-Template Athlet */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('//www.deuter.com/assets/css/fonts/glyphicons-halflings-regular.eot');
  src: url('//www.deuter.com/assets/css/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('//www.deuter.com/assets/css/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('//www.deuter.com/assets/css/fonts/glyphicons-halflings-regular.woff') format('woff'), url('//www.deuter.com/assets/css/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('//www.deuter.com/assets/css/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.athleten > div {
  overflow: hidden;
}
.athlet {
  width: 100%;
  height: 222px;
  max-height: 222px;
  text-align: center;
  cursor: pointer;
}
.athlet > img {
  max-height: 100%;
  margin: 0 auto;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 100%;
}
.athlet:focus img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.athlet:focus .stripe {
  width: 100%;
  background: #35a5d9;
}
.athlet:focus h5 {
  color: #35a5d9;
}
.athlet:hover img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.athlet:hover .stripe {
  width: 100%;
  background: #35a5d9;
}
.athlet:hover h5 {
  color: #35a5d9;
}
.athlet .stripe {
  width: 20%;
  height: 1px;
  margin: 14px auto;
  background: #2e2e2e;
}
.athlet > h5 {
  max-height: 32px;
  overflow: hidden;
  font-weight: 600;
  text-transform: uppercase;
}
.athlet.active img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.athlet.active .stripe {
  width: 100%;
  background: #35a5d9;
}
.athlet.active h5 {
  color: #35a5d9;
}
.athletinfo {
  display: none !important;
}
.athletbox {
  display: none;
  position: relative;
  margin-bottom: 30px;
}
.athletbox a {
  color: #35a5d9;
  text-decoration: underline;
}
.athletbox > div {
  padding: 15px 15px 0;
  border: 1px solid #d3d3d3;
  color: #333333;
  background-color: #f0f0f0;
}
.athletbox > a.close {
  position: absolute;
  top: 15px;
  right: 30px;
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
  color: #333333;
}
.athletbox .athletgallery {
  position: relative;
  margin-top: -15px;
  margin-left: -15px;
}

.athletbox .athletgallery > img {
  width: 100%;
}

.athletbox .athletgallery .left-athlet-gallery {
  position: absolute;
  top: 42%;
  z-index: 10;
  font-size: 42px;
  font-weight: 300;
  color: #ffffff;
  left: 30px;
}
.athletbox .athletgallery .right-athlet-gallery {
  position: absolute;
  top: 42%;
  z-index: 10;
  font-size: 42px;
  font-weight: 300;
  color: #ffffff;
  right: 30px;
}
.athletbox .social {
  text-align: left;
}
.athletbox .social > ul {
  padding: 0 0 30px;
}
.athletbox .social i {
  width: 45px;
  height: 45px;
  padding-top: 14px;
  font-size: 24px;
}
.athletbox .social i.fa-www {
  padding-top: 20px;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.athletbox .social .fa-www:hover {
  background: #44586C;
}
.athletbox a.open-athlet-text {
  max-width: 100%;
  border: 0 none;
  overflow: hidden;
  font-weight: 500;
  text-decoration: none;
  white-space: normal;
  color: #333333;
  background: #fff;
}
.athletbox .athlettext {
  display: none;
  clear: both;
  margin-top: 15px;
  margin-bottom: 15px;
}
.athletbox .close-athlet-text {
  display: none;
  clear: both;
  min-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: -15px;
  margin-bottom: 0;
  margin-left: -15px;
  font-size: 28px;
  text-align: center;
  color: #ffffff;
  background-color: #000000;
}
.athletbox .athlettext.open {
  display: block;
}
.athletbox .close-athlet-text.open {
  display: block;
}
.fa-www:before {
  content: "WWW";
}
@media (min-width: 768px) {
  .athletbox .athletgallery + div.col-sm-4 {
    padding-right: 0;
  }
}
@media (min-width: 970px) and (max-width: 991px) {
  .athlet {
    height: 350px;
    max-height: 350px;
  }
}
@media (min-width: 768px) and (max-width: 969px) {
  .athlet {
    height: 315px;
    max-height: 315px;
  }
}
@media (max-width: 767px) {
  .athlet {
    height: auto;
    max-height: 500px;
  }
  .athletbox .athletgallery {
    margin-top: 30px;
    margin-right: -15px;
  }
  .athletbox .social > ul {
    padding: 30px 0 30px;
  }
}
/* End GENEVA-Template Athlet */
