@font-face {
    font-family: "firasansregular";
    font-weight: normal;
    font-style: normal;
    src: url("font/FiraSans-Regular.ttf");
    format("truetype");
}

@font-face {
    font-family: "firasansitalic";
    font-weight: normal;
    font-style: italic;
    src: url("font/FiraSans-Italic.ttf");
    format("truetype");
}
@font-face {
    font-family: "firasansblack";
    font-weight: bolder;
    font-style: normal;
    src: url("font/FiraSans-Black.ttf");
    format("truetype");
}


body
{
	background-color: hsl(43, 15%, 53%);
	max-width: 1200px;
    font-size: 16px;
	font-family: "firasansregular";
	line-height: 1.4;
	font-kerning: normal;
	color: hsl(169, 10%, 23%);
    margin: 0 auto; /*content mittig*/
}

h1
{
	font-size: 28px;
	font-family: "firasansitalic";
	line-height: 1.2;
	text-align: center;
}
h3
{
	font-size: 22px;
	font-family: "firasansitalic";
	line-height: 1.2;
}

.top
{
	background-color: hsl(169, 10%, 23%);
	display: flex;
	flex-direction: column;
	color: hsl(43, 15%, 53%);
}

.logo
{
    max-width: 50%;
    padding: 20px;
    
    margin-left: 40px;
    margin-bottom: 40px;
}

.adresse
{
	font-size: 120%;
    
    text-align: center;
    max-width: 100%;
    margin: 20px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
    padding-top: 20px;
    color: hsl(43, 15%, 53%);
}

.list
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: topline;
	max-width:100%;
    font-size: 100%;
    text-align: center;
    background-color: hsl(169, 10%, 23%);
	/*margin-top: 40px;
	margin-bottom: 40px;*/
}

.element
{
	
	max-width:30%;
	min-width: 200px;
	background-color: hsl(43, 15%, 53%);
	margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;

	/*max-width:70%;
	min-width: 200px;
	margin-left: 20px;
   margin-right: 10px;
   margin-top: 20px;
   margin-bottom: 20px;
   position: relative;*/
}

.element_pic
{
	max-width:80%;
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;

}

.element_text
{
    padding: 10px;
}

.element_20100{

	max-width:80%;
	min-width: 200px;
	background-color: hsl(43, 15%, 53%);
	margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;

	/*max-width:70%;
	min-width: 200px;
	margin-left: 20px;
   margin-right: 10px;
   margin-top: 20px;
   margin-bottom: 20px;
   position: relative;*/
}

.produkt_bild
{
	position: bottom;
}

.produkt_img
{
	width: 200px;
	height: 200px;
	-webkit-box-shadow: -13px 13px 15px #333333;
	-moz-box-shadow: -13px 13px 15px #333333;
	box-shadow: -13px 13px 15px #333333;
}

.imp
{
	position:relative;
    bottom: 0;
    width: 400px;
	background-color: black;
	text-align: center;
	margin-left: 200px;
	padding: 10px;
}

.a_imp
{
	text-decoration: none;
    color:white;
    font-weight:bold;
}

a
{
	
	color: #333;
}




/*body
{
	background: url('pic/wald_blau.png')no-repeat;
	background-size: cover;
	color: #333333;
}

#seite
{
	width: 800px;
	margin: 0 auto;
}

#hs_div
{
	background-image: url('pic/hs_hover.png');
	position: relative;
	width: 200px;
	height: 200px;
	margin-left: 190px;
	margin-top: 50px;
	margin-bottom: 10px;
	float:left;
}
#hs_div:hover #hs_img
{
	visibility: hidden;
}
#hs_img
{
	width: 200px;
	height: 200px;
	-webkit-box-shadow: -10px -10px 15px #333333;
	-moz-box-shadow: -10px -10px 15px #333333;
	box-shadow: -10px -10px 15px #333333;
}



#lf_div
{
	background-image: url('pic/lf_hover.png');
	position: relative;
	height: 200px;
	width: 200px;
	margin-right: 190px;
	margin-top: 50px;
	margin-bottom: 10px;
	float:right;
}
#lf_div:hover #lf_img
{
	visibility:hidden;
}
#lf_img
{
	width: 200px;
	height: 200px;
	-webkit-box-shadow: 10px -10px 15px #333333;
	-moz-box-shadow: 10px -10px 15px #333333;
	box-shadow: 10px -10px 15px #333333;
}

#imp
{
	position:absolute;
    bottom: 0;
    width: 400px;
	height: 50px;
	background-color: black;
	text-align: center;
	margin-left: 200px;

}

#a_imp
{
	text-decoration: none;
    color:white;
    font-weight:bold;
}

#back
{
	position:absolute;
    bottom: 0;
    width: 200px;
	height: 50px;
	background-color: black;
	text-align: center;
	margin-left: 50px;
}

#ds
{
	background-color: #fff;
	opacity: 0.9;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}*/

