body {
	margin:0;
    padding:0;
	background-color: #F7F6CD;

}
@font-face {
    font-family: 'A little sunshine';
    src: url('A little sunshine.ttf') format('truetype');
	
}


@font-face {
    font-family: 'Arimo';
    src: url('Arimo-Regular.ttf') format('truetype');
	
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: Arimo;
}

select { /* Chrome/Opera/Safari */
  font-family: Arimo;
}

.flex-container {
    display: -webkit-flex;
    display: flex;  
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
	text-align: center;
	width: 75%;
	margin: 0 auto;
	padding-bottom: 100px;
	margin-top:25px;
}

#flexspec {
	margin-top:50px;
}

.error {
	color: red;
}

.success {
	color: green;
}

.bestellung {
	border: 1px solid #D8D8D8;
	background-color: #FFFFFF;
	text-align:center;	
	margin-top:25px;
	margin-bottom:50px;	
	width:100%;
}

form {
	color: #6D3638;
	font-family:Arimo;
	padding: 30px;	
}

button {
	background-color: #6D3638;
	color: white;
	padding: 14px 20px;
	border: none;
	cursor: pointer;
	width: 100%;
	font-size:20px;
	margin-top: 8px;
	margin-bottom: 8px;
}

input{
	width: 100%;
	padding: 12px 20px;
	display: inline-block;
	border: 1px solid #ccc;
	box-sizing: border-box;
	font-size:16px;
	margin-top: 8px;
	margin-bottom: 8px;
}

#anrede{
	width: 100%;
	padding: 12px 20px;
	margin-top: 8px;
	margin-bottom: 8px;
	display: inline-block;
	border: 1px solid #ccc;
	box-sizing: border-box;
	font-size:16px;
}

textarea {
	padding: 12px 20px;
	margin-top: 8px;
	margin-bottom: 8px;
	display: inline-block;
	border: 1px solid #ccc;
	box-sizing: border-box;
	font-size:16px;
	max-width: 100%;
	max-height: 80%;
}

label {
	
}

section {
	height:10px;
}

footer{
	background-color: #FEA746;
	width: 100%;
	height: 70px;
}

.aladin {
	width: 33%;
	display: block;
	margin: 0 auto;
	
}
.alalogo {
	height:200px;
}
.navoben {
	display:inline-block;
	position: relative;
	width:100%;
	overflow: hidden;
	text-align: center;
}

.listoben {
    list-style-type: none;
    margin: 0;
    padding: 0;
	font-family: A little sunshine;
	font-size: 20px;	
	background-color: #6D3638;
}

.navunten {
	position: fixed; 
	left: 0px;
	bottom: 0px;
	text-align: center;
	width:100%;
}

.listunten {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #6D3638;
	font-family: A little sunshine;
	font-size: 16px;
}

.linav {
	display:inline;
}

.linav a {
    display: inline-block;
    color: #FFFFCC;
    padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
    text-decoration: none;
}

.linav a:hover {

	color: #FEA746;
}

.new {
	width:100%;
}

.news {
	border: 1px solid #D8D8D8;
	background-color: #6D3638;
	margin-top:25px;
	margin-bottom:50px;	
	

}

.newsbilds {
	width: 100%;	
}

.uuns {
	border: 1px solid #D8D8D8;
	padding-left:50px;
	padding-right:50px;
	text-align:left;
	margin-top: 25px;
	background-color: #FFFFFF;
	margin-bottom:50px;
}

.produktab {
	width: 100%;
	margin: 0px auto;
}

.pr {
	display:inline-block;
	position: relative;
}

.prod {	
	border: 1px solid #D8D8D8;
}

.prschrift { 
	font-family: A little sunshine;
	font-size: 44px;
	color: #EDEDED;
	position: absolute; 
	top: 64%; 
	left: 0; 
	width: 100%; 
}


figcaption { 
	font-family: A little sunshine;
	font-size: 30px;
	color: #6D3638;
	padding-top:6px;
}

.einfach {
	font-family:Arimo;
	font-size: 20px;
	color: #6D3638;
}

.kontakte {
	color: #6D3638;
	font-family:Arimo;	
	text-align:left;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 50px;
	background-color: #FFFFFF;
	border: 1px solid #D8D8D8;
}

.abstand {
	padding:50px;
}

.kleiner {
	font-size:18px;
}

.akleiner {
	font-size:10px;
}
@media all and (min-width: 768px) {
    .news {-webkit-flex: 3 0px;flex:3 0px;-webkit-order:1;order:1;margin-right:50px;height: 450px;}
    .uuns {-webkit-flex:2 0px;flex:2 0px;-webkit-order:2;order:2;}
	.newsbilds {height: 100%; width:auto;}
	.listoben {position: absolute; top: 56%; left: 58%;font-size: 30px; background-color: transparent;}
	.linav a {color: #FFFFCC; padding: 14px 30px;}
	.alalogo {height:100%;}
	.listunten {font-size: 34px;}
	form {padding: 50px;}
	.kleiner {font-size:26px;}
	.akleiner {font-size:16px;}
}

@media all and (min-width: 1150px) {
    .listoben {position: absolute; top: 64%; left: 36%;font-size: 30px; background-color: transparent;}
	.linav a {color: #FFFFCC; padding: 14px 40px;}
}

@media all and (min-width: 1250px) {
    .listoben {position: absolute; top: 64%; left: 32%;font-size: 40px; background-color: transparent;}
	.linav a {color: #FFFFCC; padding: 14px 40px;}
	button {width: 30%;}
	input{width: 30%;}
	#anrede{width: 30%;}
	.bestellung {text-align:left;}
}

@media all and (min-width: 1600px) {
    .listoben {position: absolute; top: 60%; left: 26%;font-size: 56px; background-color: transparent;}
	.linav a {color: #FFFFCC; padding: 14px 40px;}
}