/* -----------------------------------------------------------------------
	CSS RESET
----------------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, time, mark, audio, video {
	background: transparent;
	font-size: 100%;
	font: inherit;
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	vertical-align: baseline;
}
a { border: 0; outline: 0; text-decoration: none; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
mark { font-weight: normal; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section { display: block; }





/* -----------------------------------------------------------------------
	CORE
----------------------------------------------------------------------- */

*, :before, :after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}



body {
	xfont-size: 5em; 
	
	font-size: 900%;
	line-height: 0.9em;
	font-family: 'Anton', Arial, Helvetica, Verdanna, sans-serif;
	color: #000;
	width: 100%;
	white-space-collapsing: trim-inner;
	text-rendering: optimizeLegibility;
	font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;*/

margin: 20px 10px 20px 10px;
	background: #fff;
}


h1 {
	font-size: 200%;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	font-weight: bold;

}
h2 {
	font-size: 1.4em; /* 26px */
	margin-bottom: 0.8em;
	margin-top: 1.8em;
	font-weight: bold
}
p { margin: 0 0 20px 0; }
strong { font-weight: bold; }



figure img, figure a img {
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	image-rendering: optimizeQuality;
	-ms-interpolation-mode: bicubic;
	width: auto\9;
	_width: 100%;
}


.text-content { margin: 30px 0 60px 0; }


#logo  {
	width: 46.808510638297875%;
	max-width:440px;
	margin: 20px 10px;
}

#logounten  {
	width: 100%;
	max-width:440px;
	margin-bottom: 20px;

}

.quer  {
	padding: 0;
	margin: 0;
	width: 100%;
	max-width: 720px;
}

.orange {
color:#ff9900;

}

.einschieber {
margin-left: 17.045454545454543%;

}

/* -----------------------------------------------------------------------
	LINKS
----------------------------------------------------------------------- */

a:link, a:visited, a:active a:focus {
	color: #ff9900;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	transition: color 0.2s;
}
a:hover {
	color: #000;
	text-decoration: none;
}



/* -----------------------------------------------------------------------
	NAV
----------------------------------------------------------------------- */



/* -----------------------------------------------------------------------
	CONTAINER
----------------------------------------------------------------------- */


/* BOXES */





header {
width:100%;
max-width: 940px;
margin: 0 auto;

}

.wrapper {
width:100%;
max-width: 940px;
margin: 0 auto;

}

.left {
width: 48.93617021276596%;
background: #fff;
padding: 10px;
margin-right:2.127659574468085%;
float: left;

}

.left ul {
margin-left:20px;
list.style:none;
list-style-image: url(../images/bullet.png);

}

.left li {
margin: 10px 0;

}


.right {
width: 48.93617021276596%;
padding: 10px;
background: #fff;
float: left;

}

.right ul {
margin-left:20px;
list.style:none;
list-style-image: url(../images/bullet.png);

}

.right li {
margin: 10px 0;

}

#copy {
width:100%;
text-align:center;
font-size: 0.9em;
padding-top: 60px;
color:#ccc;


}



/* ---------- SIDEBAR ---------- */

/* ---------- FOOTER ---------- */



footer {
	background: #fff;
	text-align: left;
	color: #222;
	margin: 90px 0 0 0;
	padding: 30px 0 30px 0;
	

}



footer a:link, footer a:visited, footer a:active {
	color: #ff9900;
	text-decoration: none;
}
footer a:hover, footer a:focus {
color: #000;
	text-decoration: none;
}
footer .impressum {
	margin-left: 20px;
}




/* ---------- RESPONSIVE SLIDER ---------- */

/* -----------------------------------------------------------------------
	CLEAR FLOAT
----------------------------------------------------------------------- */
.stopfloat {
	clear: both;
	display: block;
	height: 0;
}

