@charset "utf-8"; /* Das CMS basiert auf UTF8, bitte immer stehen lassen */

/* @import url(http://fonts.googleapis.com/css?family=Milonga); */
@import url('https://fonts.googleapis.com/css?family=Contrail+One|Faster+One');

/* -------------------------------------------------------------------------- */
/* Template ----------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*
   Im ersten Bereich befinden sich nur Elemente, welche im "template.html"
   erstellt worden sind.
*/
/* -------------------------------------------------------------------------- */

   /*html, body, div, td, li {       font-size: 1em;    }*/

   * {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;

   }
   html,body,div,form,table {
      margin: 0px; padding: 0px;
   }
   body, html, button {
      font-size: 1em;
      box-sizing: border-box;
   }
   body {
      font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
      background-color: lightgrey;
   }
   table,td,th,div,li,p,h1,h2,h3,h4,h5,h6 {
      font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
   }
   img { display: block; }

   a { text-decoration: none; color: #e5007d; }
   a:hover { color: #FF0000; }
   hr { clear: both; }

   .main {
      margin: auto;
      width: 100%;
      max-width: 900px;
   }