/* Generelle Style-Sheet */
*{ margin: 0px;
   padding: 0px;
}

html, body{
  /* background: #333; */
 background: #000;
}
/*+++++++++++++++++++++ Layout +++++++++++++++++++++*/

.content_intro{
 width: 345px;
 margin: 0px auto;
 margin-top: 13%;
}

.content{
 max-width: 450px;
 margin: 15% auto;
 /* margin-top: 25%; */
} 

.column{
   list-style:none; 
   overflow:hidden;
   padding: 0;
   width:100%;   
}

.column li{
   padding:0;
   margin-left: 15px;
   margin-top: 30px;
   /* display: none; */
   position:relative;
   float: left;
}   

/* ++++++++++++++++++++++ Schriften ++++++++++++++++++*/ 
#Normal_Text{
  font-family: 'Roboto+Condensed', sans-serif;
  font-size: 14px;
  font-weight:400;
  text-decoration: none;
  color: #ffffff;
}  
 
#Normal_Text_bold {
  font-family: 'Roboto+Condensed', sans-serif;
  font-size: 12px;
  font-weight:700;
  text-decoration: none;
  color: #000000;
} 

#Titel_Text_bold {
  font-family: 'Roboto+Condensed', sans-serif;
  font-size: 16px;
  font-weight:700;
  text-decoration: none;
  color: #ffffff;
}