/*  
Theme Name: Webdesign089

    Blau    #39f;
    Orange  #f60;
*/


/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, hr, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
img {
	max-width: 100%;
	height: auto;
}
/************************************************************************************
GENERAL STYLING
*************************************************************************************/
html {
	font-size: 15px;
}
body {
    position: relative;
	background-color: #f8f8f8;
    color: #222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.7;
	z-index: 0;
}
a {
	color: #222;
	text-decoration: underline;
	outline: none;
}
a:hover {
	color: #f60;
}
p {
	margin: 8px 0 16px;
}
small, .klein {
	font-size: 0.866em;
}
blockquote {
	font: italic 110%/130% "Times New Roman", Times, serif;
	padding: 8px 30px 15px;
}
b,
strong {
	color: #333;
}
::selection {
	background-color: #f60;
	color: #fff;
}
::-moz-selection {
	background-color: #f60;
	color: #fff;
}
/* LISTEN
=================================================================================== */
ul, ol {
	/*margin-top: -8px;*/
	padding: 0 0 16px 18px;
}
ul ul, ol ol {
	margin-top: 4px;
	padding-bottom: 0;
}
li {
	padding: 0 0 8px 8px;
}
li li {
	padding: 0 0 4px 8px;
}
/* HEADLINES
=================================================================================== */
h1, h2, h3, h4, h5, h6 {
    color: #333;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.3;
	margin-bottom: 16px;
	padding-top: 8px;
    clear: both;
}
h1 {
	font-size: 1.7em;
	color: #f60;
	padding-top: 16px;
	text-align: center;
	text-transform: uppercase;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.2em;
}
/************************************************************************************
STRUKTURE
*************************************************************************************/
.pagewidth {
    margin: 0 auto;
	max-width: 670px;
}
#Kopf {
    display: table;
    position: fixed;
    top: 0;
    background-color: #fff;
	color: #aaa;
	font-size: 1.4em;
    min-height: 100vh;
    text-align: center;
    width: 100%;
    z-index: 1;
}
.kopfzeile {
    display: table-cell;
    min-height: 100vh;
    padding: 24px 28px;
    vertical-align: middle;
}
#Kopf a {
	color: #aaa;
	text-decoration: none;
}
#Kopf a:hover {
	color: #39f;
	text-decoration: none;
}
.spalte {
	text-align: center;
}
#Logo {
	margin-bottom: 24px;
}
.logo {
	display: inline-block;
	background-color: #39f;
	border: solid 1px #39f;
	color: #fff;
	font-size: 1.4em;
	padding: 7px 16px 7px 21px;
	text-transform: none;
    vertical-align: text-top;
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.logo span {
	position: relative;
	left: -5px;
	font-size: .5em;
	vertical-align: text-top;
}
#IRahmen {
    border-top: 1px solid #e4e4e4;
    position: relative;
    z-index: 9;
    margin-top: 100vh;
    padding: 24px 28px 48px;
    background-color: #f8f8f8;
}
#Inhalt {
}
#Inhalt p {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}
#Fuss {
    position: fixed;
    bottom: 4px;
    right: 28px;
    z-index: 99;
}
#Fuss a {
    color: #aaa;
    text-decoration: none;
}
#Fuss a:hover {
    color: #f60;
}
.back-top a {
	background: url(image/arrow-up-gr.png) no-repeat center center / 50% auto;
	border: 0 none;
	display: block;
	width: 48px;
	height: 48px;
	margin: 0 auto;
	text-indent: -900em;
    -webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.back-top a:hover {
	background-color: #fdfdfd;
}
.clear {
	clear: both;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/* Media queries
------------------------------------------------------------------------------------ */
/* ab 600 pixel */
@media screen and (min-width: 600px) {
	#Kopf {
		font-size: 2em;
	}
	#Logo {
		padding: 24px 8px;
	}
    h1 {
        font-size: 2em;
    }
	.spalte {
		width: 49%;
	}	
	.left {
		float: left;
	}
	.right {
		float: right;
	}
    .back-top {
		display: none;
	}
}



/* PRINT
----------------------------------------------------------------------------------- */
@media print {
	body {
		height: auto;
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	.pagewidth {
		max-width: 100%;
	}
	a {
		text-decoration: none;
	}
	.back-top {
		display: none;
	}

}