/* Style Sheet */
body {
	
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height:1.5em;
	padding: 5px;
background-color: #d4e4ef;
}

.container {
	width: 100%;
	max-width: 960px;
	border: 1px solid #000;
	margin: 0px auto;
	background-color: #fff;
	
}


header {
	width: 100%;
	max-width: 960px;
	height: 120px;
}

nav {
width: 100%;
max-width: 960px;
}

nav a, nav a:visited {
	color: #fff;
	font-size: 18px;
	line-height: 50px;
}

nav a:hover {
	color: #000;
	text-decoration: none;
}

.zentriert {
	text-align: center;
}

.navbox {
	height: 50px;
	
}

.navbox:hover {
	background-color: #f4f4f4;
}

.lila {
	background-color: #902bd0;
}

.gruen {
	background-color: #509f35;
}


.dblau {
	background-color: #1958a7;
}

.blau {
	background-color: #437fc9;
}

.hblau {
	background-color: #649de3;
}

.gelb {
	background-color: #ffc000;
}

.slogan {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	padding: 20px;
}

.warenkorb {
height: 120px;
background-color: #c965d5;
color: #fff;
line-height:60px;
font-size: 20px;
}

section {
	width: 100%;
	
}

.pad20 {
	padding: 20px;
}

main {
	margin-top: 50px;
}

.footer {
	height: 120px;
	color: #fff;
	background: #7686cb;

}


.rechts {
	float: right;
}

.right {
	text-align: right;
}

.preis {
	font-size: 22px;
	font-weight: bold;
	padding-top: 15px;
	line-height: 22px;
}

.klein {
	font-size: 12px;
	color: #555;
}

.margtop15 {
	margin-top: 15px;
}
/* BILDER */
.img_res {
	max-width: 100%;
	vertical-align: middle;
	margin-bottom: 10px;
	height: auto;

}

.quiz {
	height: 240px;
	width: auto;
}

/* TEXTE */

h1,h2,h3 {
	font-size:20px;
}

p {
text-align: justify;
}

.tabelle {
	width: 100%;
}

.tabelle th {
	padding:3px;
	font-size: 16px;
	background-color: #902bd0;
	color: #fff;
}

.tabelle tr {
	margin: 10px 0 10px 0;
}

.tabelle td {
	padding: 5px 3px 5px 3px;
	font-size: 14px;
	
}
.c_dialog {
	z-index: 200;
	border: 1px solid #eee;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	background-color: #fff;
	text-align: center;
	position: fixed;
	left: initial;
	bottom: 20px;
	right: 20px;
	width: 300px;
	padding: 5px;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);  
	}
	.c_dialog  p {
		text-align:center;
		line-height: 1.5rem;
		margin: 0px 0px 10px 0px;
		font-size: 14px;
	}
	.c_dialog  button {
		background-color:#ffec64;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		border-radius:6px;
		border:1px solid #ffaa22;
		display:inline-block;
		cursor:pointer;
		color:#333333;
		font-family:Arial;
		font-size:14px;
		font-weight:bold;
		padding: 3px 10px;
		text-decoration:none;
		text-shadow:0px 1px 0px #ffee66;
	}

@media screen and (max-width: 959px) {

main {
	margin-top: 90px;
}


@media screen and (max-width: 767px) {

main {
	margin-top: 340px;
}


@media screen and (max-width: 480px) {

main {
	margin-top: 360px;
}

}
