/* This stylesheet was designed and developed by Chris Converse, Codify Design Studio */

@charset "UTF-8";

/* Text Formatting */

body {
	font-family: Arial;
	font-size: 12px;
	margin: 0px;
	padding: 20px;
	color: #555;
	background: #fff;
}
.page { font-size: 1em; }

#logo{
	display: block;
	
}
h1{
	font-family: Arial;
	font-size: 18px;
	text-align: left;
}
.impressum{
	box-sizing: border-box;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5px;
    display: block;
    /* text-align: center; */
}

#leistungen{
	display: block;
    text-align: left;
    padding: 10px;
    border: 1px black;
    border-style: inset;
    /* margin: 5px; */
    list-style-position: inside;
}
#container{
	display: block;
	/* position: absolute; */
	margin-left:auto;
	margin-right:auto;
	width: 210px;
}
/* Rules Sensitive to Screen Size */

/* Small Screen Rules */
@media screen and (min-width: 150px) and (max-width: 500px) {	

}


/* Medium Screen Rules */
@media screen and (min-width: 501px) and (max-width: 800px) {
	
}

/* Large Screen Rules */
@media screen and (min-width: 801px) and (max-width: 10000px) {
	
}
