/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 30.06.2016, 15:07:48
    Author     : Michael
*/
/*
.linkTitleTextBlock {
    color: #000000;
  font-weight: bold;
}

#favourites li .linkTitleBlock {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 150px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  display: block;
}
#productList li .titleTextBlock,
#bestseller li .titleTextBlock,
#newItems li .titleTextBlock,
#favourites li .titleTextBlock {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: block;
  height: auto;
  margin: 10px 0 0;
  overflow: visible;
  padding: 0;
  text-align: center;
  width: 100%;
}
*/
.responsivecontent {
    width: 100%;
    height: auto;
}

.responsivelink {
    word-wrap: break-word;
}

#youtube {
    background-color: white;
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}	
.videoExtern {
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoExtern2 {
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	max-width:853px;
    height: 100%;
	max-height:480px;
	
}

#youtubeProductPage-wrapper {

	  width: 500px;
      max-width: 100%;
}

#youtubeProductPage {
     background-color: white;
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
 
}	

.videoExternProductPage {
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	
}

.zahlungsarten_metro {
  background-color: #e6e6e6;
  border-top: 2px solid #cccccc;
  border-bottom: 2px solid #cccccc;
  padding: 10px;
  margin: 0 -15px;
  overflow: hidden;
}
.zahlungsarten_metro h3 {
  float: none;
  margin-top: 1px;
}
.zahlungsarten_metro h3 {
  margin-top: 1px;
}

.zahlungsarten_metro ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-left: 0%;
  margin-bottom: 0;
}
.zahlungsarten_metro li {
  display: table-cell;
  width: 14%;
  text-align: center;
}
.zahlungsarten_metro li p {
  margin: 0;
}
.zahlungsarten_metro li img {
  max-width: 100%;
}
