/* CSS für Colin Hofmann */

/* Global */
@import url(http://fonts.googleapis.com/css?family=Quicksand:400,600,700,800);

/*Allgemein*/

html, body
{
  height:100%;
  margin:0;
  font-size: 20px;
}

body
{
  background-color: #ffffff;
  font-family: 'Quicksand', sans-serif;
  color: #000000;
}


/*Linien*/

hr
{
  border: none;
  border-top: 1px solid #bc0a26;
  margin-top: 10px;
  margin-bottom: 10px;
}


/* Elemente */


/*-----------------Rahmen-----------------*/

#rahmen_box
{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  width: 60%;
  hight: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 100px;
}



/*-----------------Header-----------------*/

/*#header_logo_box
{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
  hight: 284px;
}*/

#header_image_box
{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 100%;
  hight: 284px;
}


/*-----------------Navi-----------------*/

#navi_box
{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  text-align: center;
  background-color: #ffffff;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 30px;
  margin-bottom: 0;
  padding: 0px;
}

#navi_box a
{
  color: #000000;
  text-decoration: none;
  font-weight: 800;
}

#navi_box a:hover
{
  color: #bc0a26;
  text-decoration: underline;
  font-weight: 800;
}

#clear
{
  clear: left;
}


/*-----------------Content-----------------*/

#content_box
{
  background-color: #ffffff;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 130px;
  margin-bottom: 40px;
}

#content_box h1
{
  color:#c6d100;
  font-weight: 700;
  font-size: 3.0rem;
  line-height: 100%;
}

#content_box p
{
  font-weight: 400;
  font-size: 1.0rem;
}

#content_box p.zitat
{
  font-weight: 400;
  font-size: 2.2rem;
  color: #c6d100;
  font-style: italic;
}

#content_box p.fett
{
  font-weight: 800;
  font-size: 1.0rem;
  color: #000000;
}

#content_box p.klein
{
  font-weight: 400;
  font-size: 0.8rem;
  color: #000000;
}


/*-----------------Content 2 Spalten-----------------*/

#zwei_spalten_box
{
  background-color: #ffffff;
  width: 96%;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 80px;
  margin-bottom: 40px;
}

#zwei_spalten_box_text
{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  background-color: #ffffff;
  width: 50%;
  margin-left: 0;
  margin-right: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

#zwei_spalten_box_image
{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  background-color: #ffffff;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}



/*-----------------Footer-----------------*/

#footer {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  margin-top: 20px;
  margin-bottom: 0;
}


/*-----------------Media Queries-----------------*/

@media only screen and (max-width: 599px)
{
  #rahmen_box
  {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 96%;
    hight: 100%;
    padding-bottom: 100px;
  }

  #header_logo_box
  {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    hight: 284px;
  }

  #content_box h1
  {
    font-size: 1.4rem;
  }

  #content_box p.zitat
  {
    font-size: 1.4rem;
  }

}

@media only screen and (min-width: 600px)
{
  #rahmen_box
  {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 80%;
    hight: 100%;
    padding-bottom: 100px;
  }

  #header_logo_box
  {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px auto;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    hight: 284px;
  }

  #content_box h1
  {
    font-size: 2.5rem;
  }

  #content_box p.zitat
  {
    font-size: 2.5rem;
  }
}

@media only screen and (min-width: 980px)
{
  #rahmen_box
  {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 60%;
    hight: 100%;
    padding-bottom: 100px;
  }

  #header_logo_box
  {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    hight: 284px;
  }

  #content_box h1
  {
    font-size: 3.0rem;
  }

  #content_box p.zitat
  {
    font-size: 3.0rem;
  }
}
