/*-----------------------------------------------------------------------------------


Farben   : #850200, #cee6de
Font    : Rubik, Raleway



$main-color: #850200;
$sub-color: #cee6de;
$mobile-xs-screen: 480px;
$tablet-sm-screen: 767px;
$desk-md-screen: 991px;
$desk-xlg-screen: 1200px;

/* ----------------------------------------------------------------
     [ 01 Start Basics ]
-----------------------------------------------------------------*/
* {
  margin: 2em;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word; }

body {
    color: #444;
    line-height: 1.4;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    overflow-x: hidden !important; }

ul {
  list-style: circle;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: #444;
    line-height: 1.4;
    margin-top: 0em;
    margin-bottom: 0.5em;
  margin-left: 1em; }

li {
  list-style: circle;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: #444;
    line-height: 1.4;
    margin-top: 0em;
    margin-bottom: 0.5em;
  margin-left: 1em; }

p {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: #444;
    line-height: 1.4;
    margin-top: 0em;
    margin-bottom: 1em;
    margin-lft: 0em;}

h1 {
    font-family: 'Rubik', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #850200;
    line-height: 1.4;
    text-indent: -0.8em;
    margin-bottom: 2em; }

h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #850200;
    line-height: 1.4;
    margin-top: 3em;
    margin-bottom: 0.5em;
    text-indent: -1em; }

h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #444;
    line-height: 1.4;
    margin-top: 2em;
    margin-bottom: 0.5em;
    text-indent: -1em; }

h4 {
  font-family: 'Raleway', sans-serif;
  color: #000;
  font-weight: 600;
  font-size: 12px;
  margin-top: 1em;
  margin-bottom: 0.5em;
  margin-right: 1em;
  margin-left: 1.5em; }

h5 {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: #444;
    line-height: 1.4;
    margin-top: 0em;
    margin-bottom: 0em;
    margin-left: 1.5em;}

h6 {
  font-family: 'Raleway', sans-serif;
  color: #850200;
  font-weight: 600;
  font-size: 15px;
  margin-top: 0em;
  margin-bottom: 3em;
  margin-right: 1em;
  margin-left: 1em; }

