/*
Redaktin & Lektorat PostManuSkriptum - Startseite
www.postmanuskriptum.de
Start: 01/2015
*/

/*
Weiß: #ffffff
Hintergrund Body: #cccccc
Button Grundlegendes/Ocker: #FFAA00
Button Honorar/Orange: #E65A00
Button Referenzen/Opelblau: #7599AD
Button Kontakt/Grün: #BEBE25
Button Impressum/Rot: #970000
Überschrift, Fuß: #732D20
Schriftfarbe Fließtext: #501f16 
Rand Buttons: #391610 | a:hover 9d6c62
Background body: #cccccc

Hintergrundbilder (1700x1250px als PNG-8) mit Transparenz für .inhalt:
braun #c7aba5
blau #c7d6de
gelb #ffdd99
orange #f5bd99
grün #e5e5a7
rot #d59999
*/

/* Reset Reloaded, Eric Meyer, http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
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,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
margin:0;
padding:0;
border:0;
outline:0;
font-weight:inherit;
font-style:inherit;
font-size:100%;
font-family:inherit;
vertical-align:baseline;
}

ol,ul {
list-style:none;
}

/* GLOBAES */

/* Reduzierung Standard-Browser-Schriftgröße von 16px = 1em auf 75%: 1em = 12px */
html {
	background: transparent; /* #bbccd6; */
	}

body {
	font-size: 75%;
	background: #cccccc url(../index-web-images/impressum_hintergrund_png-8.png) 50% 50% no-repeat;
	}

/* Automatische horizontale Randabstände, um WRAPPER zu zentrieren | width: 720px = 60em  */
.wrapper {
	margin: 0 auto;
	width: 60em;
	background: transparent;
	}

/*  Breite KOPFZEILE 100% = Breite Wrapper | float:left definiert Element als Blockelement, damit Randabstände  wirksam werden */
.head {
	float: left; 
	overflow: visible; 
	width: 100%;
	height: 10em;
	padding: 0 auto;
	background: transparent url(../index-web-images/logo_hoch_96x120px.png) 100% 50% no-repeat;
	}
	
	
/* VERLINKUNG ZUR STARTSEITE: die für die übrigen Navigationsbuttons definierten Werte wie Schattenwurf, Rundung etc. neutralisieren */
#startseite a {
	width: 100%;
	height: 10em;
	display: block;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border: 0px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	}
	


/* SCHRIFTAUSZEICHNUNG */
h1 {
	font-family: "Cutive Mono", "Special Elite", "Bookman Old Style", sans-serif;
	font-size: 3em;
	font-weight: 600;
	color: #732D20;
	line-height: 4em;
	letter-spacing: 0.1em;
	text-align: left;
	text-indent: 1em;
	}

h2 {
	font-family: "Baskerville", "Cutive Mono", "Special Elite", "Bookman Old Style", sans-serif;
	font-size: 1.7em;
	font-weight: 600;
	color: #732D20;
	text-align: center;
	letter-spacing: 0.15em;
	padding-bottom: 0.5em;
	}


/* SCHRIFT Fließtext und Listen */	
article, li ul {
	font-family: "Baskerville", "EB Garamond", "Garamond", serif;
	font-size: 1.23em;
	line-height: 125%;
	color: #501f16;
	text-align: center;
	}
	
strong {
	font-family: "Baskerville", "EB Garamond", "Garamond", serif;
	font-weight: 600;
	color: #732D20;
	line-height: 150%;
	} 


/* Formatierung blasse Schriftfarbe und Link zur Page von Markus */

#blass {
	color: #84625b; /* #391610; */
	}

#extern a {
	color: #501f16; /* #391610; */
	text-align: center;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border: 0px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	display: inline;
	}



/* INHALT width: 600px = 50em | Gesamtbreite Inhalt+Navigation: 600 + 120px/10em = 720px | 
Höhe Inhalt/Navigation: height = 43em */
.inhalt {
	clear: both;
	float: left;
	overflow: visible; 
	width: 43em;
	height: 43em;
	padding: 3em 3.5em 2em 3.5em;
	background: url(../index-web-images/weiss_552x516_deckkraft70.png);
	border-radius: 10px;
	}
	
header {
	width: 100%;
	background: transparent;
	padding-bottom: 0.5em;
	border-bottom: 2px solid #970000;
	}

article {
	padding-top: 1.5em;
	border-top: 1px solid #d9bea3;
	background: transparent;
	}

#spaltensatz {
	column-count: 3;
	-moz-column-count: 3;
	-webkit-column-count: 3;
	-ms-column-count: 3;
	-o-column-count: 3;
	column-gap: 1.5em;
	-moz-column-gap: 1.5em;
	-webkit-column-gap: 1.5em;
	-ms-column-gap: 1.5em;
	-o-column-gap: 1.5em;
	}

/* Fließtext LISTENSTIL */
.lektorieren li {
	list-style-type: disc;
	list-style-position: inside;
	}


/* NAVIGATIONSLEISTE Gesamtbreite: Breite der Buttons (96px=8em) + Innenabstand links (2em) = 10em */
.navigation {
	float: right;
	width: 8em;
	height: 43em;
	background: transparent;
	padding-top: 4.7em;
	padding-left: 2em;
	}

nav ul li {
	float: right;
	padding-top: 0;	
	border: 0;	
	margin: 0 0 0.6em 0;
	}

/* Buttons allgemein */
	a:link,a:hover,a:focus {
	text-decoration:none;
	}

/* Alle Buttons: Größe+Rundung, Zentrierung Bilder */
a {
	display: block;
	width: 94px;
	height: 94px;
	text-align: center;
	border-radius: 94px;
	-moz-border-radius: 94px;
	-webkit-border-radius: 94px;
	-ms-border-radius: 94px;
	-o-border-radius: 94px;
	border: 1px solid #391610;
	/* Reihenfolge: horizontaler, vertikaler Versatz, wie weich, Schattenfarbe */
	box-shadow: 6px 6px 12px #aaaaaa;
	-moz-box-shadow: 6px 6px 12px #aaaaaa;
	-webkit-box-shadow: 6px 6px 12px #aaaaaa;
	-ms-box-shadow: 6px 6px 12px #aaaaaa;
	-o-box-shadow: 6px 6px 12px #aaaaaa;
	}

/* Alle Listenelemente zusätzlich rund machen, da der im Hintergrund verwendete Farbverlauf sonst quadratisch erscheint. Radius der Listenelemente entspricht der von a inkl. border */
.navigation li {
	display: block;
	width: 96px;
	height: 96px;
	border-radius: 96px;
	-moz-border-radius: 96px;
	-webkit-border-radius: 96px;
	-ms-border-radius: 96px;
	-o-border-radius: 96px;
	}


li.grundlegendes a {
	background: url(../index-web-images/hausmarke23x35.png) 50% 50% no-repeat;
	}

/*	Farbverlauf diagonal: #ffaa00 über #e59900 bei 60% bis #cc8800 bei 100% */
li.grundlegendes {
	background: #ffaa00; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #ffaa00 0%, #e59900 60%, #cc8800 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ffaa00), color-stop(60%,#e59900), color-stop(100%,#cc8800)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #ffaa00 0%,#e59900 60%,#cc8800 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #ffaa00 0%,#e59900 60%,#cc8800 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #ffaa00 0%,#e59900 60%,#cc8800 100%); /* IE10+ */
	background: linear-gradient(135deg,  #ffaa00 0%,#e59900 60%,#cc8800 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaa00', endColorstr='#cc8800',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
/* Opacity */
	opacity: 0.6;
	-moz-opacity: 0.6;
	-webkit-opacity: 0.6;
	-ms-opacity: 0.6;
	-o-opacity: 0.6;
	}


li.honorar a {
	background: url(../index-web-images/honorar22x35.png) 50% 50% no-repeat;
	}

/*	Farbverlauf diagonal: #E65A00 über #cf5100 bei 60% bis #b84800 bei 100% */
li.honorar {
	background: #e65a00; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #e65a00 0%, #cf5100 60%, #b84800 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#e65a00), color-stop(60%,#cf5100), color-stop(100%,#b84800)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #e65a00 0%,#cf5100 60%,#b84800 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #e65a00 0%,#cf5100 60%,#b84800 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #e65a00 0%,#cf5100 60%,#b84800 100%); /* IE10+ */
	background: linear-gradient(135deg,  #e65a00 0%,#cf5100 60%,#b84800 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e65a00', endColorstr='#b84800',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
/* Opacity */
	opacity: 0.6;
	-moz-opacity: 0.6;
	-webkit-opacity: 0.6;
	-ms-opacity: 0.6;
	-o-opacity: 0.6;
	}


li.referenzen a {
	background: url(../index-web-images/pfeil35x20.png) 50% 50% no-repeat;
	}

/*	Farbverlauf diagonal: #7599AD über #69899b bei 60% bis #5d7a8a bei 100% */
li.referenzen {
	background: #7599ad; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #7599ad 0%, #69899b 60%, #5d7a8a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#7599ad), color-stop(60%,#69899b), color-stop(100%,#5d7a8a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #7599ad 0%,#69899b 60%,#5d7a8a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #7599ad 0%,#69899b 60%,#5d7a8a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #7599ad 0%,#69899b 60%,#5d7a8a 100%); /* IE10+ */
	background: linear-gradient(135deg,  #7599ad 0%,#69899b 60%,#5d7a8a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7599ad', endColorstr='#5d7a8a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
/* Opacity */
	opacity: 0.6;
	-moz-opacity: 0.6;
	-webkit-opacity: 0.6;
	-ms-opacity: 0.6;
	-o-opacity: 0.6;
	}


li.kontakt a {
	background: url(../index-web-images/kontakt30x35.png) 50% 50% no-repeat;
	}

/*	Farbverlauf diagonal: #bebe25 über #abab21 bei 60% bis #98981d bei 100% */
li.kontakt {
	background: #bebe25; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #bebe25 0%, #abab21 60%, #98981d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#bebe25), color-stop(60%,#abab21), color-stop(100%,#98981d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #bebe25 0%,#abab21 60%,#98981d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #bebe25 0%,#abab21 60%,#98981d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #bebe25 0%,#abab21 60%,#98981d 100%); /* IE10+ */
	background: linear-gradient(135deg,  #bebe25 0%,#abab21 60%,#98981d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bebe25', endColorstr='#98981d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
/* Opacity */
	opacity: 0.6;
	-moz-opacity: 0.6;
	-webkit-opacity: 0.6;
	-ms-opacity: 0.6;
	-o-opacity: 0.6;
	}


li.impressum a {
	background: url(../index-web-images/impressum20x35.png) 50% 50% no-repeat;
	}

/*	Farbverlauf diagonal: #970000 über #870000 bei 60% bis #780000 bei 100% */	
li.impressum {
	background: #970000; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #970000 0%, #870000 60%, #780000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#970000), color-stop(60%,#870000), color-stop(100%,#780000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #970000 0%,#870000 60%,#780000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #970000 0%,#870000 60%,#780000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #970000 0%,#870000 60%,#780000 100%); /* IE10+ */
	background: linear-gradient(135deg,  #970000 0%,#870000 60%,#780000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#970000', endColorstr='#780000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}


/* Alle Buttons hover: ohne box-shadow */

li.grundlegendes a:hover, li.honorar a:hover, li.referenzen a:hover, li.kontakt a:hover {
	display: block;
	width: 90px;
	height: 90px;
	text-align: center;
	/* Border-radius nur noch 114px, dafür border auf 3px hochgesetzt, Rand: weiß */
	border-radius: 90px;
	-moz-border-radius: 90px;
	-webkit-border-radius: 90px;
	-ms-border-radius: 90px;
	-o-border-radius: 90px;
	border: 3px solid #ffffff;
	/* Reihenfolge: horizontaler, vertikaler Versatz, wie weich, Schattenfarbe */
	box-shadow: 6px 6px 12px #cccccc;
	-moz-box-shadow: 6px 6px 12px #cccccc;
	-webkit-box-shadow: 6px 6px 12px #cccccc;
	-ms-box-shadow: 6px 6px 12px #cccccc;
	-o-box-shadow: 6px 6px 12px #cccccc;
	}

/* Einzelne Buttons hover: ohne Farbverlauf */

li.grundlegendes a:hover {
	background: url(../index-web-images/hausmarke30x45.png) 50% 50% no-repeat #FFAA00;
	}
	
li.honorar a:hover {
	background: url(../index-web-images/honorar29x45.png) 50% 50% no-repeat #E65A00;
	}

li.referenzen a:hover {
	background: url(../index-web-images/pfeil45x26.png) 50% 50% no-repeat #7599ad;
	}

li.kontakt a:hover {
	background: url(../index-web-images/kontakt39x45.png) 50% 50% no-repeat #BEBE25;
	}


/* Fuß: float:left definiert Fuß als Blockelement, damit Randabstände wirksam werden */ 
.fuss {
	clear: both;
	float: left;
	width: 100%;
	background: transparent;
	margin-top: 2em;
	}

/* Schrift Fuß */
.fuss footer {
	font-family: "Cutive Mono", "Special Elite", "Bookman Old Style", sans-serif;
	text-align: right;
	font-size: 1em;
	color: #ffffff;
	letter-spacing: 0.04em;
	}


	
/* Clearfix */
.cf:before,.cf:after {
content:"";
display:table;
}

.cf:after {
clear:both;
}

/* Clearfix IE 6/7 via hasLayout */
.cf {
zoom:1;
}