/*
@font-face {
    font-family: 'Aldo-SemiBold';
    src:url('fonts/Aldo-SemiBold.ttf.woff') format('woff'),
        url('fonts/Aldo-SemiBold.ttf.svg#Aldo-SemiBold') format('svg'),
        url('fonts/Aldo-SemiBold.ttf.eot'),
        url('fonts/Aldo-SemiBold.ttf.eot?#iefix') format('embedded-opentype');
        font-weight: normal;
        font-style: normal;
}
*/

body,
button,
input,
select,
textarea{
	font-size:16px;
	font-size:1rem;
	line-height:1.3;
	font-family: 'Meine-Schrift', sans-serif;
	color:#4D4948;
}

a{
	color:inherit;
	text-decoration:underline;
}
a img{
	border:0;
}

h1, h2, h3, h4, h5, h6{ line-height:1.1; }
h1{
	font-size:2em;
	font-weight:normal;
}
h2{
	font-size:1.5em;
	font-weight:normal;
}
h3{
	font-size:1.3em;
	font-weight:normal;
}
h4{
	font-size:1em;
	font-weight:normal;
}
@media all and (max-width:1px){
	h1{
		font-size:1.5em;
	}
	h2{
		font-size:1.3em;
	}
	h3{
		font-size:1.1em;
	}
}

ul,
ol {
	margin: 0 0 1em 0;
}
ul{
  padding-left: 2em;
}
ol,
ul ul{
  padding-left:0;
}
.listIndention{
  margin-left:1em;
  display: block;
}
ul li,
ol li{
  margin-bottom:1em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1em;
}

ol { counter-reset: item }
ol li {display: block;}
ol li:before { content: counters(item, ".") ". "; counter-increment: item }
ol.bold li:before,
ul.bold li:before{ font-weight:bold; }

/** alles unter dieser linie kommt aus der style.css vom starter-theme **/

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
