@import url("../fonts/brosqua-bold/stylesheet-bosqua-bold.css");

body{
	font-size: 1.65rem;
}

p {
    -moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
	margin: 0 0 25px;
	line-height: 160%;
}

ol {
	padding: 0 0 0 25px;
}
h1 {
	border-top: 5px solid #000000;
	padding: 10px 0;
	font-size: 30px;
	color: #000000;
    text-align: center;
    margin: 0;
    font-family: 'Brosqua';
	}

h1.page-title,
.catalog-product-view h1{
	font-size: 26px;
    font-family: 'Brosqua';
    text-align: left;
}



h2 {
	color: #000;
	line-height: 140%;
    font-family: 'Brosqua';
}
h3 {
	margin: 0 0 20px 0;
	font-size: 24px;
	line-height: 30px;
	padding: 20px 0 0 0;
	color: #000;
    font-family: 'Brosqua';
}
h4 {
	font-size: 2rem;
    font-family: 'Brosqua';
}

hr {
	border: 0;
}
hr.whitespace {
	border-bottom: 1px solid #fff;
	margin: 50px 0;
}
.big {
	font-size: 40px;
	font-weight: 500;
}
.center {
	text-align: center;
}
.untertitel {
	margin-bottom: 70px;
}
/* ---------------- list ---------------- */

ul.nobullet {
	margin: 25px 0;
	list-style-type: none;
	padding: 0;
}
ul.nobullet li:before {
	content: "– ";
	display: inline-block;
	width: 20px;
	padding-left: -20px;
}
/* ---------------- colors ---------------- */

.plain {
	border: 1px solid #eee;
}
.hellgrau {
	border: none;
	background: #f7f7f7;
}
.grau {
	border: none;
	background: #c6c6c6;
}
.egret{
	background: #f3ece0;
}
.snow{
	background: #f2f0eb;
}
.bright-white{
	background: #f4f5f0;
}
.cloud-dancer{
	background: #f0eee9;
}
.gardenia{
	background: #f1e8df;
}
.marshmallow{
	background: #f0eee4;
}
.blanc-de-blanc{
	background: #e7e9e7;
}
/* ---------------- brands ---------------- */

ul.brand {
	list-style-type: none;
	border-bottom: 1px solid #000;
	padding: 0 0 20px 0;
	margin-right: 20px;
}
.brand li span {
	background: #808080;
	color: #fff;
	font-size: 12px;
	padding: 4px 10px 2px;
	margin-left: 10px;
}
p.brand-links a, p.brand-links span {
	display: inline-block;
	border: 1px solid #427283;
	padding: 5px;
	text-align: center;
	margin: 0 5px 9px 0;
	width: 35px;
}
p.brand-links span {
	border: 1px solid #ccc;
	color: #ccc;
}
/* ---------------- video-images ---------------- */

img.responsive {
	max-width: 100%;
	height: auto;
	display: block;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* ---------------- front und übersicht col ---------------- */

.hoverable:hover {
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
	transition: .3s ease-out;
	cursor: pointer;
}
.catalog-category-view  .col img, 
.front .col img{
	transition: all 0.3s ease-in-out;
	 float: left; 
}
 .catalog-category-view .col:hover img,
.front .col:hover img{
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.storie .col:hover img{
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.front .col a h2 {
	color: #000000;
}
.front .col a {
	color: #333333;
}
.front .col div {
	position: relative;
	margin-bottom: 10px;
	display: inline-block;
	overflow: hidden;
}
.front .col h2 {
    position: absolute; 
	bottom: 20px;
	left: 0px;
	background: rgba(255, 255, 255,0.85);
	padding: 10px 15px 7px;   
    color: black; 
    font-size: 26px;
}
.front p {
	padding: 0;
	max-width: 640px;
}

.front h1, 
.front h3 {
   	border-top: 5px solid #000000;
	padding: 10px 0;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 400;
	color: #000000;
    text-align: center;
    margin: 0;
	}
h1+p,
.front h3+p,
.untertitel{
    max-width: 640px;
    margin: 0 auto 25px; 
    text-align: center;
	}
.front h4{
    text-transform: uppercase;
    margin: 10px 0;
}
.front h5{
    font-family: 'Brosqua';
    font-size: 1.8rem;
    margin: 0 0 10px;
}

/* ---------------- footer ---------------- */

footer {
	font-size: 18px;
	color: #808080;
}
footer.page-footer{
    background-color: black;
}
footer a, footer a:visited{
    color: #eee;
}
footer a:hover{ 
    color: #ccc;
}
.footer-container {
	padding: 0 20px;
}
.footer.content {
	padding-top: 20px;
}
footer h3 {
	padding: 0;
   text-transform: uppercase; 
    font-size: 20px; 
    color: #808080;
}
.footer .copyright {
	color: #777;
	font-size: 12px;
	margin: 0;
}
.open {
	font-size: 14px;
}
.open span {
	width: 95px;
	display: inline-block;
}