/**
* 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
	{
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 60vH;
	}
	
#navi-wrapper
	{
	}
	
#subnavi
	{
	min-height: 120px;
	background-color: #DA9422;
	}
	
img.buttons
	{
	margin-right:12px;
	padding:0px;
	background-color:#FFFFFF;
	}
		
#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.2em;
	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;
	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%;
	margin: 0;
	padding: 0;
	flex-basis: 55%;
	align-items: center;
	justify-content: flex-end;
		}
	
#main-re
	{
	height:100%;
	margin: 0;
	padding: 0;
	border-left:#999999;
	border-left-style:solid;
	border-left-width:1px;
	display:flex;
	flex-basis: 45%;
	align-items: center;
	justify-content: flex-start;
	}
	
img.li
	{
    width: 100%;
    max-width:500px;
	margin: auto;
	float: right;
	}
	
img.re
	{
    width: 100%;
    max-width:500px;
 	}
			
#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;
	align-items: center;
	}
	
#subnavi-li	
	{
	display:flex;
	flex-basis: 57%;
	align-items: center;
	justify-content: center;
	}
	
#buttons	
	{
	margin:0;
	padding:0;
	display:flex;
	justify-content: flex-start;
	align-items: flex-start;
	}
	
#subnavi-re
	{
	max-width: 25em;
	margin: 0;
	padding-right:2em;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -webkit-flexbox;
	display: -moz-flex;
	display: -moz-box;
	display: -ms-flexbox;
	flex-direction: column;
	justify-content: flex-start;
	align-items: left;
	flex-basis: 43%;
	}	
		
}



@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:0.5em;
	padding-bottom:0.5em;
	}
	
#main-li
	{
	margin:0;
	padding:0;
	display:flex;
	justify-content: center;
	align-items: center;
	}
	
#main-re
	{
	max-width: 60%;
	margin-right:auto;
	margin-left:auto;
	border-top:#999999;
	border-top-style:solid;
	border-top-width:1px;
	display:flex;
	justify-content: center;
	align-items: center;
	}
		
img.li
	{
	width: 100%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	}
	
img.re
	{
	width: 100%;
	max-height: auto;
	margin-right:3em;
	margin-left:3em;
 	}
			
#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: column;
    justify-content: center;
	align-content: center;
	align-items: center;
	}
	
#subnavi-li	
	{
	width: auto;
	padding: 0.2em;
	}
	
#subnavi-re
	{
	margin:1em;
	padding: auto;
	}
		
#buttons	
	{
	width: auto;
	margin:0;
	padding: 0;
	}
	
#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 */	
	
#subnavi-re
	{
	margin: auto;
	padding:1em 1em 1em 1em;
	}
			
	}	
	
	
/* Typography
-------------------------------------------------------------- */
p
	{
	font: 1em arial, helvetica, sans-serif;
	text-align: left;
	letter-spacing: 0.2;
	line-height: 1.5;
	color: #3D3C3D;
	}

p.subnavi
	{
	font: 1em arial, helvetica, sans-serif;
	text-align: left;
	line-height: 1.5;
	color:#000000;
	}
	
p.subnavi-fett
	{
	font-weight: bold;
	color:#000000;
	}	
		
ul.subnavi
	{
	font: 1em arial, helvetica, sans-serif;
	text-align: left;
	line-height: 1.5;
	list-style-position: outside;
	list-style-type: disc;
	}
	
hr.intro 
	{
	border: 0;
	padding:5px;
	margin: 0;
	}
	
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;
	}

img.buttons a 
	{
	margin:0;
	padding:0px;
	border:0px;
	}
	
img.buttons:hover  
	{
	margin-right:12px;
	padding: 0px;
	outline: 4px solid #918E8E;
	}
		 
#footer a 
	{
	color: #FFFFFF;
	font: 0.9em arial, helvetica, sans-serif;
	letter-spacing: 0.04em;
	text-align: right;
	}
	
#footer a:hover 
	{
	color: #D29F43;
	text-decoration: none;
	border: 0;
	outline: none;
	text-align: right;
	}
