/*
@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.4;
	font-family: sans-serif;
	color:#333;
}

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

/** klassen für editor, die auch in der functions.php definiert werden **/
/*
.fontWhite{
	color:#fff;
}
*/

h1, h2, h3, h4, h5, h6{ font-weight:normal; clear:both;}
h1{
	font-size:2em;
}
h2{
	font-size:1.5em;
}
h3{
	font-size:1.3em;
}
h4{
	font-size:1em;
}

ul,
ol {
	margin: 0 0 1em 1em;
}
ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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



/** 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%;
}