/* ====================================================================
   Sauerland-Design
   Projekt: gutachten-reichel.de
   Dokument: seiten.css
   Autor: Pascal Vorsmann
   erstellt: 2017-04-06
   bearbeitet: 
===================================================================== */

/* Weitere CSS-Dateien */
@import url('reset.css');
@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,900,900i,700i');

*{ font-family: 'Lato', sans-serif; color:white; }

body{ padding:20px; }
body.impressum{ background-color:#0c9382; }
body.datenschutz{ background-color:#0c9382; }
body.agb{ background-color:#0c9382; }
	
h1{ letter-spacing:5px; color:white; text-transform:uppercase; font-weight:900; font-size:40px; padding:15px 0 0 0; margin:0 0 5px 0; }
hr{ display:inline-block; width:30%; border-bottom:1px solid white; margin:-10px 0 10px 0; height:0px; color:transparent; }
h2{ color:white; letter-spacing:3px; font-weight:400; font-style:italic; font-size:30px; padding:0 0 40px 0; }
h3{ color:white; font-size:18px !important; padding:10px 0 0 0; font-weight:400; font-style:italic; }

ul li{ list-style-type:none; margin:5px 0 15px 0; }

ol li{ margin:5px 0 15px 20px !important; }

p{ padding:0 0 20px 0;}