
/* Schriften und Schrfteffekte*/
         /* Generelle Einstellungen */
         body {font-family:fira_sans_otlight;font-size:1.5em;}

         /* Für die Erste Seite oben im Front-Teaser */
         #frontteaser h1, #frontteaser h2 {font-family:fira_sans_otbold;text-shadow:2px 2px 2px white;}

         /* Auf der Seite Kontakt */
         #kontakt h2 {line-height:150%;padding-bottom:20px;padding-top:0;margin-top:0;}

         /* Farben */
         h1, h2 {color:black;}

/* Links */
         /* Generelles Linkverhalten */
         a {border-bottom:1px dotted blue;}
         a:hover {border-bottom:1px solid blue;text-decoration:none;color:blue;}

         /* Speziell in der Navbar */
         .navbar a {border:0px;}
         .navbar a:hover {border:0px;}

/* Struktur und Abstände */
         /* Titel h1 auf jeder Seite ausgenommen Frontseite */
         #titel h1 {padding:20px 0;}


         /* Footer */
         #footer {margin:30px 0;padding:20px 0;clear:both;border-top:1px dotted silver;}

/* Bilder und Bildbeschreibungen*/
         /* Rahmen und box-border */
         .frontimg img, #teaser img
                 {border:1px solid silver;box-shadow:4px 4px 4px silver;}
         /* Teaser kann in jeder Spalte vorkommen, dort wo das Bild ist */
         #teaser img {margin-top:20px;}
         #teaser p {padding-top:20px;}

         /* Front-Teaser - auf der ersten Seite */
         #frontteaser {background:url(../images/default-header2.png) center -250px no-repeat;}

         /* *** Zweiter Header Front Seite ...
         #frontteaser p {background:rgba(255, 255, 255, 0.7);padding:20px 0;border-radius:20px;}
         #frontteaser .lead {color:#000;text-shadow:1px 1px 2px white;}
         */

         /* Bilder auf der ersten Seite in der Mitte */
         .frontimg div{padding:20px;}
         .frontimg p {padding-top:5px;}


/* Front Seite */
         /* Box AKTUELLES */
         #aktuelles {background:#fff;border:1px solid silver;box-shadow:4px 4px 4px silver;
                     padding:5px;margin-top:20px;}
         #aktuelles h4 {color:red;}
         #aktuelles h5, #impressum h5, #cv h5{font-family:fira_sans_otbold;margin:0;padding:20px 0 5px 0;}

         /* Aufzählung Angebot */
         #fronttext ul {padding-left:15px;}