html {
     font-size:62.5%;}

body { background-color: #8B97A1;
      font-size: 1.6em; font-family: Arial, Helvetica, sans-serif; color: #1D2429;
      width: 100%; height: 100%; margin:-1px 0 0 0; padding:1px 0 0 0;
     }
@media (max-width:790px) {
     body  { font-size: 1.4em; }
    }
p {padding: 20px 40px 0px 40px;}
/*------------------------------------------------------------
                    Facebook-Icon
 ------------------------------------------------------------*/
svg {width: 22px; height: 22px; margin: 10px 0 -5px -5px; }
svg path{fill: #0047ee;}
a:hover svg path {fill: #1D2429;}

footer svg { margin-left: 30px; }

.fb-footer {margin-right: 20px;}

@media (max-width:790px) {
   .fb-footer {margin-right: 40px;}
}
/*------------------------------------------------------------
                    Liste
 ------------------------------------------------------------*/
ul {  padding-left: 60px;}

li {  list-style-type: none;}

/*--------------------------------------------------------------
              Headline 1 und 2
 --------------------------------------------------------------*/
h1   { font-size: 3.5rem; color; 255 105 180; padding: 20px 40px 20px 40px;
     }
h2   { font-size: 2rem; color; 255 105 180; padding: 20px 40px 20px 40px;
     }
@media (max-width:790px) {
h1    { font-size: 2.5rem; }
h2    { font-size: 2rem; }
      }

/*------------------------------------------------------------------
                    Image im letzten Modul
------------------------------------------------------------------*/
.img { width: 80%;
      margin: 0 auto 0 auto;
      display: block;  }
@media (max-width:790px) {
.img   {display: block; max-width: 100%; }

/*------------------------------------------------------------------
                    Text styles
 ------------------------------------------------------------------*/
     .txt-center       { text-align: center; }
     .txt-left         { text-align: left; }
     .txt-right        { text-align: right; }
