* {
  margin:0;
  padding:0;
  border:0;
  outline:0;
}

html, body, #wrap {height: 100%;}
body {font-size: 14px; font-family: Helvetica, Arial, sans-serif !important;}
body > #wrap {height: auto; min-height: 100%;  }

h2 {margin-bottom: 0.3em; font-family: inherit; line-height: 1.4em;}
p  {margin-bottom: 0.5em; font-family: inherit; line-height: 1.4em;}

#main {padding-bottom: 300px;}  /* Muss genau so hoch sein wie der Footer */

#dbfooter {
  position: relative;
  clear:both;
  margin-bottom: 50px;
}

/* CLEAR FIX */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
}

#wrap,#dbfooter{
  font-family: 'Source Sans Pro', sans-serif;
  color:#333;
  font-size:14px;
}

.clearfix {display: inline-block;}


* html .clearfix { height: 1%;}
.clearfix {display: block;}


.header-ebay {
  background-color: #FFF;
  overflow: visible;
  position: relative;
} 

.fullsize {
  width:100%;
  display:inline-block;
  text-align:center;
}

.width {
  width:952px;
  margin:0 auto;
  display:block;
  position:relative;
  text-align:left;
}

#top-bar {
  background-color: #343434;
  color: #fff;
  font-size: 0.6875rem;
  letter-spacing: 1pt;
  line-height: 1;
  margin-bottom: 0.75rem;
  padding: 0.5rem 0;
  text-transform: uppercase;
}

#top-bar ul{
  list-style:none;
}

#top-bar ul li,#top-bar ul li a{
  font-style: normal;
  font-size: 13px;
  line-height: 13px;
  text-decoration:none;
  color: #FFF ;
}

#top-bar ul li{float:left;}

#top-bar ul li:first-child{
  margin-right:170px;
}
#top-bar ul li:last-child{
  float:right;
}

.search-form {
  float: right;
  border: 1px solid #d2d2d2;
  background: #fff;
  color: #333;
  margin: 15px 0 0 0;
  position: relative;
  width: 320px;
  padding: 10px 0px;
}

.search-form #search input {
  font-size: 14px;
  padding: 0 10px;
  
}

.search-form #search button {
  bottom: 0;
  padding: 0.375rem 0.75rem;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: 0;
}

.search-form #search svg.magnifying-glass {
  position: absolute;
  top: 5px;
  right: 6px;
  fill: #000;
  stroke: #000;
}

#bottom-bar {
  background-color: #F2F4F4;
  color: #343434;
  font-size: 0.6875rem;
  letter-spacing: 1pt;
  line-height: 1;
  margin-bottom: 0.75rem;
  margin-top: 0.75rem;
  padding: 0.5rem 0;
  text-transform: uppercase;
}

.logo-vitafy {
  float: left;
  margin: 5px 20px 5px 5px;  
}

a.home {
  position: relative;
  left: 0;
  top: 0;
}

a.home img {
  width: 25px;
}

.wrapper {
  width: auto;
  padding-top: 30px;
}

#enavload{
  width:100%;
  width:calc(100% - 33px);
  float:left;
}

#enavload ul{
  list-style:none;
}

#enavload ul li{
  float:left;
}

#enavload ul li a{
  text-decoration:none;
  color: #eaeaea;
  padding:10px 7px;
  display:block;
  font-size:14px;
  font-weight:400;
}

#enavload ul li a:hover{
  background:#fff;
  color:#00b0d2;
}

#enavload ul li ul{
  display:none;
}
#enavload ul li:hover ul{
  background:#fff;
  width:100%;
  display:inline-block;
  position:absolute;
/*  bottom:-100%; */
  border: 1px solid #eaeaea;
    border-top: 0;
    box-shadow: 3px 3px 0 rgba(0,0,0,0.9);
  left:0;
  z-index: 99;
  margin: 0 0 -1px 0;
}

.lev2 a{
  color:#333 !important;
  font-size:14px;
  line-height:21px;
}
.lev2 a:hover{color:#00b0d2 !important;}

.lev2 a:before{
  content: "";
    border-left: 4px solid #00b0d2;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    margin: 7px 4px 0 0;
    height: 0;
    width: 0;
    display: inline-block;
    float: left;
}


#artikel_content{
  padding:30px 0 0 0;
}

#galerie{
  display: inline-block;
  width: 330px;
  margin: 0 30px 0 0;
  float: left;
}
#gallery-holder{
  height:360px !important;
  width:100%;
  display:block;
  position:relative;
  overflow:hidden;
  
}
#gallery-image{
  display:inline-block !important;
  height:100% !important;
  width:100% !important;  
}
#gallery-image a{
  
}
/* Bild Mittig */
#gallery-image a img,.thumbnails li a img{
  position:absolute;
  top:-100%;
  right:-100%;
  bottom:-100%;
  left:-100%;
  margin:auto;
  max-width:100%;
  height:auto;
}

.thumbnails{
  width:100%;
  display:inline-block;
  margin:10px 0px 0px 0px !important;
}
.thumbnails li{
  width: 25% !important;
    width: calc(25% - 8px ) !important;
    float: left;
  height:70px;
    margin-right: 8px !important;
    padding: 0 !important;
  overflow:hidden;
  position:relative;
}
.thumbnails li:hover{border: 1px solid #00b0d2;}
.thumbnails li:nth-child(4){
  margin-right:0px !important;
}
.thumbnails li a{
  height:100%;
  width:100%;
  display:inline-block;
}
.thumbnails li a img{
  
}

#heading {
  font-size:18px;
  font-weight:bold;
  line-height:20px;
  margin: 0 0 40px 0;
}

#heading a {
  text-decoration:none;
  color: #838383 !important;
  text-transform:uppercase;
  font-size: 20px;
  padding-right: 5px;
}

#heading a:hover{color:#2c9099;}

#short-description {
  width:390px;
  float:left;
  font-size:14px;
}

#short-description a, #short-description a:hover {
  color: #2C909E;
}

/*#short-description ul li:before {
  content:'\2713';
  color: #00b0d2;
  margin-right:5px;
  display:inline-block;
  vertical-align: top;
  width: 1em;
  height:1em;
}*/

#buy-box{
  background:#eaeaea;
  padding:14px;
  float:right;
  width:170px;
}
#borderbottomwhite{
  border-bottom: 1px solid #fff;
    display: inline-block;
    width: 100%;
    padding: 2px 0 5px;
    margin: 0 0 10px 0;
}

.shipsin{    
  font-size: 11px;
  padding: .5em 0;
  margin: 0 0 .25em;
}

.textleft,.textright{
  width:50%;
  display:inline-block;
  margin: 4px 0;
}
.textleft{
  font-weight:normal;
  text-align:left;
  float:left;
}
.textright{
  text-align:right;
  float:right;
}
.linethrough{
  text-decoration: line-through;
  color: #666;
  font-weight:bold;
}

.finalprice{
  color: #b10f2f;
  font-size:18px;
  font-weight:bold; 
}

.versandkostenlink{
  color: #2C909E;
  text-decoration: none;
}

.versandkostenlink:hover {
  color: #2C909E;
  text-decoration: underline;
}

.textright1{
  text-align: right;
    width: 100%;
    display: inline-block;
}

#sofort_kaufen{
  background: #2C909E;
  color: #fff;
  text-decoration: none;
  text-transform:uppercase;
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 10px 0;
  margin: 40px 0 0;
  font-size:16px;
}

#sofort_kaufen:hover{
  background:#343434;
}




.artikelnummer{
  width:50%;
  float:left;
}

#tabs{
  margin-top:30px;
}

#tabs > ul{
  list-style:none;
  display:inline-block;
  width:100%;
}
#tabs > ul > li{
  display:inline-block;
  float:left;
  margin-right:.2em;
}
#tabs > ul > li > a{ 
  background:#eaeaea;
  color: #2e343a;
    position:relative;
    cursor: default;
    position: relative;
  padding: .75em 1.5em;
  text-decoration:none;
  font-size:14px;
  font-weight:normal;
  display: inline-block;
}

#tabs > ul > li.ui-state-active > a:after{
  content: "";
    border-top: 10px solid #2e343a;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    left: 50%;
  top:100%;
    margin-left: -10px;
} 

#tabs > ul > li.ui-state-active > a{ 
  background: #2e343a;
  color: white;
}


.tab{
  width:100%;
  width:calc(100% - 22px);
  padding:10px;
  border:1px solid #eaeaea ;
  
}
#tab2{display:none;}

.tab-content h1{font-size: 16px;border-bottom:1px solid #00b0d2;color:#00b0d2;}
.tab-content h2{font-size: 14px;font-weight:800;}
.tab-content h3{font-size: 14px;}
.tab-content h4{font-size: 14px;}
.tab-content h5{font-size: 14px;}
.tab-content h6{font-size: 14px;}
.tab-content p{
  margin:14px 0;
  line-height:21px;
}
  
.tab-content ul,.tab-content ol{
  margin-left:20px;
  padding:15px 0;
  
}
.tab-content table{
  padding:20px 0;
}


.tab-content table {
    border: 0;
    margin-bottom: .75rem;
    width: 100%;
  border-collapse: collapse;
    border-spacing: 0;
}

.nutrition-facts{
  margin-top: 1em;
}

.tab-content table tr{
  background: #eaeaea;
}

.tab-content table td{
  /* border:1px solid #eaeaea;
  padding: 10px; */
  padding: .5em 1em;
    border-bottom: 1px solid white;
    border-left: 1px solid white;
}

.tab-content table td.highlight{
  width: 33.333333%;
    background: #ccc;
}
.tab-content table tr:hover td{
    background:#00b0d2;
  color:#fff;
}


.tab-content a{color:#00b0d2;}

#dbfooter{
  
}

.footerdivs{
  float:left;
  width:33%;
  width:calc(33% - 8px);
  margin-right:10px;
  font-weight:normal;
  font-size:13px;
  line-height: 22px;
  font-weight:normal;
}

.footerdivs div, .footerdivs ul {
    margin: 0 0 10px 0;
    padding-left: 10px;
}

.footerdivs img{
    padding-left: 10px;
    margin: 0 0 10px 0;
}

.footerdivs ul{
  list-style:none;
}
.footerdivs ul li{
  float:left;
  display:inline-block;
  width:50%;
}
.footerdivs ul li a{
  text-decoration:none;
  color: #333;
  display:inline-block;
  
}
.footerdivs ul li a:hover{
  color: #00b0d2;
}


.last{margin-right:0 !important;}

h4 {
  background-color: #f2f4f4;
  margin-bottom: 12px;
  padding: 5px 10px;
  font-weight:bold;
  font-size: 14px;
  color: #343434;
}


#cboxContent button{
  color:#fff;
  background:#00b0d2;
  padding:3px;
}

#article-details {
 margin-bottom: 15px;
 width: 60%; 
}

#article-details span {
  float: right;
  display: block !important;
}

#article-details ul{
  margin: 10px 0 0 15px;
  display: inline-block;
  width:100%;
}

#article-details ul{
  margin: 0 0 6px 0; 
}


#article-details ul.haken{
  list-style:none;
  margin: 10px 0 0 0px;
}
#article-details ul.haken li{
  position:relative;
  width:100%;
}
#artikelvorteile ul.haken li:before{
  content:"âœ“";
  color: #00b0d2;
/*  float:left; */
  margin-right:10px;
  
}

#borderbottomwhite strong{
  font-weight:bold;
}

#dbfooter strong{
  font-weight:bold;
}





/* Transition */
#enavload ul li a,#homelink:before,.lev2 a,#suche1 form button,.thumbnails li,#sofort_kaufen,#ueberschrift a,.footerdivs ul li a,.tab-content table tr,.tab-content table tr td{
  -webkit-transition: all 0.3s ease-out;  
  transition: all 0.3s ease-out; }


@media screen and (max-width:768px){
  .width,#buy-box,#logo{
    padding:0 5%;
    width:90%;
  }
  
  #logo img {
    max-width: 127px;
    margin: 15px auto 0;
    display: block;
  }
  #logo_suche{    border-bottom: 1px solid #03B1CF;}
  #artikel_content{padding:0;}
  #galerie,.footerdivs,#short-description,#gallery-holder{
    margin:10px 0;
    width:100% !important;
  }
  
  #buy-box{
    float:none;
    clear:left;
    padding:5%;
  }
  
  #grau_header{
    display:none;
  }
  .footerdivs img{
    display: block;
  }
  #tabs{    margin: 20px 0 110px;}
  #suche1,#nav,#dbfooter,#buy-box,.ui-tabs-nav,#colorbox,#cboxOverlay{   display:none !important;   }
  #main{padding-bottom:0;} 
}


#short-description {
    display: table;
    margin: 0 auto 20px;
}

#short-description > ul {
    list-style: none
}

#short-description li, #short-description > p {
    background: url('http://www.vitafy.de/skin/frontend/vitafy/default/images/svg/check.svg') left top no-repeat;
    background-size: 15px;
    padding-left: 20px;
    margin-bottom: 10px;
    
    &:first-letter {
      text-transform: capitalize;
    }
}

/* resetting user generated tag */

#short-description span {
    display: none;
}
   
