/*Colors
Rot: #AC131D
Rot Hover: #F07057
Grau: #818D98
Background: #eee
Colors*/
@import url(http://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
@import url(http://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed|Open+Sans+Condensed:300);
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, li, form, fieldset, legend, label, table, header, footer, nav, section { 
	margin: 0; 
	padding: 0;
	border: 0;
} 
ol, ul { 
	list-style: none; 
}
header, footer, nav, section, article, hgroup, figure {
	display: block;	
}
legend {
	display: none;
}

body { 
	font: 100%/1.5 'Trebuchet MS', 'Helvetica Neue', 'Arial', sans-serif; 
	color: #000;
	background: #eee; 
	text-align: center;
}
a {
	text-decoration: none;
	color: #fff;
}
a:hover, a:focus {
	color: #000;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
	outline: 0;
}
h1 {
	font-family: 'Roboto Condensed', sans-serif;
	text-rendering: optimizeLegibility;
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 0;
}
h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0;
	text-rendering: optimizeLegibility;
}
h3 {
	margin: 0;
	font-weight: normal;
	text-rendering: optimizeLegibility;
}
p {
	margin: 0 0 1em;
}
select:focus, input:focus {
	background-color: #fff;
	outline: none;
}
::-webkit-input-placeholder {
	color: #fff;
}
:-moz-placeholder {
	color: #fff;
}

a.btn {
background: #AC131D;
color: #FFF;
padding: 10px 14px;
border-radius: 2px;
text-decoration: none;
margin: 0px 4px 5px;
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.btn:hover, .btn:focus {
	background: #F07057;
	transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.24);
}

header[role="vendere-banner"] {
	position: relative;
	background: #818D98 none repeat scroll 0% 0%; 

}
header[role="vendere-banner"] > div {
	max-width: 1147px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	position: relative;
	-webkit-animation: fadein 0.4s ease-out 1;
	-moz-animation: fadein 0.4s ease-out 1;
	-ms-animation: fadein 0.4s ease-out 1;
}
header[role="vendere-banner"] a:hover, header[role="vendere-banner"] a:focus {
	color: #fff;
	background-image: -webkit-radial-gradient(ellipse closest-side, rgba(255,255,255,0.1), rgba(255,255,255,0));
	background-image: -moz-radial-gradient(ellipse closest-side, rgba(255,255,255,0.1), rgba(255,255,255,0));
	background-image: -ms-radial-gradient(ellipse closest-side, rgba(255,255,255,0.1), rgba(255,255,255,0));
	background-image: -o-radial-gradient(ellipse closest-side, rgba(255,255,255,0.1), rgba(255,255,255,0));
}
.logo {
	float: left;
	margin: 0.35em 0 0.25em 0.7em;
}
.logo a, .logo img {
	width: 100px;
	height: 19px;
}
.search {
	clear: both;
	padding: 0.625em 1em;
	position: relative;
}
.search label {
	display: none;	
}
.search input[type=search] {
	background: url(../img/icon_search.png) no-repeat 95% 50% #818D98;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 20px 0px 0px 20px;
	font-size: 0.8em;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	padding: 0.6em 1.3em 0.6em 0.9em;
	width: 100%;
}
.search input[type=search]:hover, .search input[type=search]:focus {
	border-color: #ccc;
	color: #fff;
}
.search input[type=submit] {
	background: none;
	padding: 0;
	border: 0;
	width: 2em;
	height: 2em;
	text-indent: -99999em;
	position: absolute;
	top: 0;
	right: 1em;
	z-index: 1;
}
.nav {
	margin: 0 -0.9em;
	text-align: center;
	text-transform: uppercase;
}
header[role="vendere-banner"] .nav {
	clear: left;
}
.nav li {
	display: inline-block;
	position: relative;
}
.nav li a {
	display: block;
	padding: 1em 0.5em;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition:  all 0.3s ease-out;
}
.nav li:first-child a {
	border-left: 0;
}

.features {
	text-align: center;
	margin: 20px 0px;
}
.features i.fa {
	font-size: 28px;
	width: 68px;
	height: 68px;
	line-height: 68px;
	color: #AC131D;
	border: 1px solid #AC131D;
	background: #FFF none repeat scroll 0% 0%;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	position: relative;
	margin: 14px 0px;
	padding: 0px;
}
.features i.fa:hover{
	color: #F07057;
	border: 1px solid #F07057;
	transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.24);
}
.features h4 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.3em;
	font-weight: 300;
	letter-spacing: normal;
	line-height: 21px;
	margin: 0px 0px 14px;
}
.features p {
    font-size: 1em;
	line-height: 18px;
	margin: 0px 0px 14px;
	color: #818D98;
	display: block;
}
.content {
	position: relative;
	text-align: left;
	overflow: hidden;
	-webkit-animation: fadein 0.4s ease-out 1;
	-moz-animation: fadein 0.4s ease-out 1;
	-ms-animation: fadein 0.4s ease-out 1;
	animation: fadein 0.4s ease-out 1;
}
.content img {
	-moz-border-radius: 0.1em;
	-webkit-border-radius: 0.1em;
	-o-border-radius: 0.1em;
	-ms-border-radius: 0.1em;
	border-radius: 0.1em;
}
.product-main {
	overflow: hidden;
	max-width: 1147px;
	margin: 0 auto;
	padding: 1em;
}
.product-overview {
	margin-bottom: 1em;	
}
.price {
	font-size: 1.0em;
	font-weight: 300;
	display: inline-block;
}
.check ul{
	display: inline-block;
	margin: 0 0.5em;
	font-size: 0.9em;
}
.check li:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	float: left;
	margin-right: 0.5em;
	color: #AC131D;
}

.headline {
	display: block;
	margin: 0px 0px 15px;
	border-bottom: 1px dotted #fad4cc;
}
.headline h2, .headline h3, .headline h4 {
	border-bottom: 2px solid #AC131D;
	margin: 0px 0px -2px 0px;
	padding-bottom: 5px;
	display: inline-block;
}

.content-callout-danger {
	background-color: #fce2dd;
	border-color: #AC131D !important;
}
.content-callout {
	border-left: 3px solid #EEE;
	margin: 20px 0px;
	padding: 10px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.24);
}
.content-callout h4{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.3em;
	font-weight: 300;
	letter-spacing: normal;
}

.product-img {
	position: relative;
	text-align: center;
}
.img-container {
	position: relative;
	overflow: hidden;
	margin: 0 auto 0.1em;
	background: #fff;
	border: 1px solid #d7dad3;
	-moz-border-radius: 0.1em;
	-webkit-border-radius: 0.1em;
	-o-border-radius: 0.1em;
	-ms-border-radius: 0.1em;
	border-radius: 0.1em;
}
.img-container img {
	display: block;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#img-list {
	position: relative;
	left: 0;
	width: 100%;
}

.product-img nav {
	overflow: hidden;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}
.product-img nav li {
	display: inline-block;
	margin: 0 0.2em;
	border: 1px solid #d7dad3;
	-moz-border-radius: 0.1em;
	-webkit-border-radius: 0.1em;
	-o-border-radius: 0.1em;
	-ms-border-radius: 0.1em;
	border-radius: 0.1em;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
  	-ms-transition: all 0.3s ease-out; 
  	-o-transition: all 0.3s ease-out; 
	transition: all 280ms cubic-bezier(0.8, 0, 0.2, 1) 0s;
}
.product-img nav li:hover, .product-img nav li:focus {
	border-color: #b0b3ad;
}
.product-img nav li.active {
	border-color: #9d0000;
}
.product-img nav li:last-child {
	margin: 0;
}
.product-img nav a {
	display: block;
}
.product-img nav a.active {
	border-color: #81d8d0;
}
.product-img nav li {
	min-width: 4em;
	min-height: 1em;
}
.product-img nav img {
	display: block;
	width: 4em;
	height: auto;
}

.product-form {
	margin: 0.5em 0 0.5em;
	text-align: center;
}
.submit-form {
	clear: both;
	margin-bottom: 0em;
	margin-top: 0.8em;
}
.submit-form input {
	display: block;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
}

.vendere-content header {
	max-width: 1147px;
	margin: 0 auto;
		padding: 0 0.5em;
}

[role="vendere-content"] {
	max-width: 1147px;
	margin: 0 auto;
	padding: 0.8em 0.5em 1em;
}

.table {
	border: 1px solid #DDD;
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
	margin: 20px 0;
	background-color: #FFFFFF;
}
.table tbody > tr > td, .table thead > tr > th {
	padding: 15px;
}
.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #DDD;
}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #F9F9F9;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
	padding-top: 10px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.footer {
	font-family: 'Roboto Condensed', sans-serif;
	 text-rendering: optimizeLegibility;
	background: #818D98 none repeat scroll 0% 0%;
	color: #fff;
	text-align: center;
	text-transform: none;
	clear: both;
}
.footer > div {
	max-width: 1147px;
	margin: 0 auto;
	padding: 0 1em 0;
	text-align: left;
	overflow: hidden;
	-webkit-animation: fadein 0.4s ease-out 1;
	-moz-animation: fadein 0.4s ease-out 1;
	-ms-animation: fadein 0.4s ease-out 1;
}
.footer a:hover, .footer a:focus {
	color: #fff;
}
.footer .nav {
	margin: 0;
	font-size: 0.8em;
	font-weight: 300;
	text-transform: none;
}
.footer .nav li a {
	padding: 0.8em 0.8em 0.5em;
}
.footer ul {
	margin-bottom: 1em;
}
.footer li {
	display: inline-block;
}

.service-links {
	text-align: center;
}
.service-links li {
	margin: 0 0.5em;
}
.service-links li:first-child {
	margin-left: 0;
}
.service-links li:last-child {
	margin-right: 0;
}
.service-links li a {
	border: 0;
	padding: 0.2em;
	font-size: 0.7em;
}

/************Animations**************/
@-webkit-keyframes fadein {
	0% { opacity: 0; }
	100% { opacity: 1;  }
}
@-moz-keyframes fadein {
	0% { opacity: 0; }
	100% { opacity: 1;  }
}
@-ms-keyframes fadein {
	0% { opacity: 0; }
	100% { opacity: 1;  }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}