/**
* Style Name: peick Kommunikationsdesign
* Author: Kerstin Peick
* Author URI: http://www.peick-kd.de
* Version: 1.0
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* General
-------------------------------------------------------------- */

html {
	height: 100%;
	}
	
body {
	background-color: #666666;
	height: 100%;
/* Platz für die Navigation */
	margin-top: 1.5em;
	padding:0.23em;
	box-sizing: border-box;
	}
		
#wrapper
	{
	margin: 0;
	box-sizing: border-box;
	}	
		
#container	{
	background-color: #FFFFFF;
	margin: auto;
	padding: 0;
	max-width: 90%;
	}
	
#navi-wrapper{
	}
	
#main
	{
	padding: 0;
	margin: 0;
	width: 100%;
	min-height: 60vH;
	}	
	
#kontakt
	{
	max-width: 700px;
	margin:auto;
	padding: 3em;
	}
	
#subnavi
	{
	min-height: 120px;
	background-color: #DA9422;
	}
		
#container-unten	
	{
	margin: auto;
	background-color: #FFFFFF;
	max-width: 90%;
	height: 1.6em;
	/* box-shadow */	
	-moz-box-shadow: 0px 8px 8px -5px #999 inset;
	-webkit-box-shadow: 0px 8px 8px -5px #999 inset;
	box-shadow: 0px 8px 8px -5px #999 inset;
	}

#footer
	{
 	max-width: 90%;
	margin: auto;
	padding-top: 0.5em;
	position: static;
    bottom: 0;
	height: 2em;
	text-align:right;
	word-spacing: 0.1em;
	color: #FFFFFF;
	}		

	
/* flexbox
-------------------------------------------------------------- */

@media (min-width: 750px) {
/* große Viewports, z.b. desktop monitor */
		
#logo
	{
	position: absolute;
    right: 10%;
	top: 0.8em;
	}
	
#main
	{
	max-width: 90%;
	margin: auto;
	padding:0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -webkit-flexbox;
	display: -moz-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	}
	
#main-impressum
	{
	max-width: 90%;
	margin: auto;
	padding:5em 6em 2em 6em;
	display: -webkit-box;
	display: -webkit-flex;
	display: -webkit-flexbox;
	display: -moz-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	}
	
#main-li
	{
	height:100%;
	padding: 0;
	margin: 0;
	display:flex;
	flex-basis: 50%;
	align-items: center;
	align-content: center;
	justify-content: flex-end;
		}
	
#main-re, #main-re-kontakt
	{
	max-width: 32em;
	height:100%;
	padding: 0;
	margin: 0;
	display:flex;
	flex-basis: 50%;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	}
	
img.li
	{
	width: 100%;
	max-width: 500px;
	height: auto;
	margin: 0; 
	float: right;
	}	
		
#subnavi
	{
	max-width: 90%;
	margin: auto;
	padding: 1em;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -webkit-flexbox;
	display: -moz-flex;
	display: -moz-box;
	display: -ms-flexbox;
	flex-direction: row;
	}
	
#subnavi-li	
	{
	flex-basis: 50%;
	}
	
	
#subnavi-re
	{
	margin: 0;
	padding:0;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -webkit-flexbox;
	display: -moz-flex;
	display: -moz-box;
	display: -ms-flexbox;
	flex-direction: row;
	justify-content: flex-start;
	-ms-flex-pack: flex-start;
	align-items: center;
	flex-basis: 50%;
	}
	
#subnavi-re-button	
	{
	width: auto;
	padding-right:0.5em;
	}
	
#subnavi-re-text	
	{
	width: auto;
	padding-right:4em;
	}
	}


@media (max-width: 749px) {
/* kleine Viewports, z.b. ipad */	
	
#logo
	{
	margin: auto;
	padding: 0;
	width: 256px;
	height: 40px;
	background-color:#fff;
	}
	
img.logo
	{
	position: absolute;
	top: 0.8em;
	left: auto;
	right: auto;
	}
	
#main
	{
	padding-top:2em;
	padding-bottom::2em;
	}
	
#main-impressum
	{
	padding: 3em 2.5em 2em 2.5em;
	margin:0;
	}
	
#main-li
	{
	padding:0;
	margin:0;
	display:flex;
	justify-content: center;
	align-items: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	}
	
#main-re
	{
	padding: 0em 2.5em 0em 2.5em;
	margin:0;
	}
	
#main-re-kontakt
	{
	width:12em; 
	margin:auto;
	padding-bottom:2em;
	padding-left:3em
	}
	
		
img.li
	{
	width: 95%;
	margin: 0;
	padding:0;
	}
			
#subnavi
	{
	max-width: 90%;
	margin: auto;
	padding: 1em;
	display:flex;
	display:-webkit-box;
	display:-webkit-flex;
	display:-webkit-flexbox;
	display:-moz-flex;
	display:-moz-box;
	display:-ms-flexbox;
	-ms-flex-pack: flex-start;
	flex-direction: column;
    justify-content: center;
	}
	
#subnavi-re
	{
	display:flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	}
	
#subnavi-re-button	
	{
	width: auto;
	padding-right:0.5em;
	}
		
#buttons	
	{
	width: auto;
	margin:0;
	padding: 0;
	display: flex;
	flex-wrap: nowrap;
	}
	
img.buttons
	{
	margin-right:20px;
	background-color:#FFFFFF;
	}
	
#kontakt
	{
	margin:auto;
	padding-top:4em;
	padding-right:2em;
	padding-left: 2em;
	}
	
#rechts-kontakt
	{
	text-align: left;
	padding-top: 0.5em;
	padding-left:2em;
	}	
	
	}	

	
@media (max-width: 480px) {
/* mini Viewports, z.b. iphone */	
	
img.main
	{
	width: 95%;
	margin-top: 0.5em;
	margin-bottom: 0;
	}
	
#main-re
	{
	padding: 0.5em 1em 1em 1em;
	margin:0;
	}
	
#main-impressum
	{
	padding: 2.5em 1.5em 1em 1.5em;
	margin:0;
	}
		
	}	

		
	
/* Typography
-------------------------------------------------------------- */
p
	{
	font: 1em arial, helvetica, sans-serif;
	text-align: left;
	letter-spacing: 0.1;
	line-height: 1.5;
	color: #3D3C3D;
	}
	
p.intro
	{
	font: 1em arial, helvetica, sans-serif;
	text-align: left;
	letter-spacing: 0.1;
	line-height: 1.5;
	padding-top:1em;
	padding-bottom:1em;
	color: #3D3C3D;
	}	
		
p.subnavi-intro
	{
	font: 1em arial, helvetica, sans-serif;
	text-align: left;
	letter-spacing: 0.1;
	line-height: 1.5;
	color: #FFFFFF;
	}
		
ul.textfield
	{
	font: 1em arial, helvetica, sans-serif;
	text-align: left;
	line-height: 2;
	color: #747872;
	list-style-position: outside;
	}
	
p.footer
	{
	font: 1em arial, helvetica, sans-serif;
	font-weight:bold;
	letter-spacing: 0.3px;
	color: #ffffff;
	text-align: right;
	}
	
p.main-nav
	{
	color: #DA9422;	
	font-weight:bold;
	letter-spacing: 0.3px;
	line-height: 1.2;
	}
	
span.spamschutz {
	display:none;
	}
	

/* Links
-------------------------------------------------------------- */
	
	
a 
	{
	color: #333;
	text-decoration:none;
	border: 0;
	outline:none;
	}
	
a:hover 
	{
	text-decoration: none;
	border: 0;
	outline: none;
	}

a:active 
	{
	text-decoration: none;
	border: 0;
	outline:none;
	}
	
#main a 
	{
	color: #6B707A;
	background-color: #ffffff;
	padding-top:4px;
	padding-right:6px;
	padding-bottom:4px;
	padding-left:6px;
	margin-bottom: 10px;
	text-decoration:none;
	}
	
#main a:hover 
	{
	color: #D2020A;
	background-color: #CFD2C8;
	padding-top:4px;
	padding-right:6px;
	padding-bottom:4px;
	padding-left:6px;
	margin-bottom: 10px;
	text-decoration:none;
	}
	
img.buttons a 
	{
	padding:0px;
	border:0px;
	}
	
img.buttons:hover  
	{
	padding: 0px;
	outline: 5px solid #918E8E;
	}
	

#footer a 
	{
	font: 1em arial, helvetica, sans-serif;
	color: #FFFFFF;
	font: 0.9em arial, helvetica, sans-serif;
	letter-spacing: 0.04em;
	text-align: right;
	}
	
#footer a:hover 
	{
	font: 1em arial, helvetica, sans-serif;
	color: #D29F43;
	text-decoration: none;
	border: 0;
	outline: none;
	text-align: right;
	}
