﻿h1, h2 {
	margin: 0;
}

h1 {
	color:rgb(255, 115, 0);
	margin-bottom: 1px;
	padding-left: 5px;
 
}

h2 {
	margin-top: 1px;
	padding-left: 10px;
}

.clear {
	clear: both;
}

.header {
	background-color:rgba(71, 67, 61, 0.329); 
}

.carousel-inner .item img{
	margin: auto;
	line-height: 400px;
	height: 400px;
	width: auto;
}

.linie {
	border-top: 3px solid rgb(255, 115, 0);
}

.main {
	width: 70%;
	float: left;
	padding-left: 20px; 
	padding-right: 20px; 
}

.bestseller,
.neuheiten {
	width: 30%;
	float: left;
	padding-left: 20px; 
	padding-right: 20px; 
}

.bestseller ul,
.neuheiten ul {
	padding: 0;
}

.bestseller li,
.neuheiten li {
	list-style: none;
	margin-bottom: 10px;
}

.bestseller-title,
.neuheiten-title {
	font-size: 16px;
	font-weight: bold;
}

.bestseller-preis,
.neuheiten-preis {
	float: right;
	color: rgb(255, 115, 0);
}

#main3 {
	width: 60%;
	float: left;
	padding-left: 20px; 
	padding-right: 20px; 
}

.zeiten {
	width: 40%;
	float: left;
	padding-left: 20px; 
	padding-right: 20px; 
}

.footer {
	background-color: rgba(71, 67, 61, 0.329);	
	display: inline-block;
	width: 100%;
	padding-left: 20px; 
	padding-right: 20px;
}

.footer a {
	font-size: 16px;
	font-weight: bold;
}

.links,
.kontakt,
.laden {
	width: 33.3333%;
	padding: 10px;
	float: left;
}

.links a {
	color: rgb(255, 115, 0);
}

@media(max-width: 670px) {
	.bestseller,
	.neuheiten {
		width: 50%;
	}

	.main,
	#main3,
	.zeiten {
		width: 100%;
	}

	.links,
	.kontakt {
		width: 50%;
	}

	.laden {
		width: 100%;
		text-align: center;
	}
}