/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 08.08.2016, 17:06:07
    Author     : Lukas
*/
#about {
  background-color: #ECEEF1;
  padding: 25px; }

#about_heading_container {
  position: relative;
  z-index: 0;
  margin-bottom: 10px; }

#about_line {
  position: absolute;
  border-top: 1px solid grey;
  width: 100%;
  z-index: -1;
  top: 31px; }

#about_heading {
  background-color: #ECEEF1;
  display: inline;
  font-size: 3.5em; }

.about_red_heading {
  background-color: #C00000;
  color: white;
  display: inline;
  padding: 2px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 1.5em; }

#about_text {
  font-size: 1.5em;
  margin-bottom: 10px; }

#the_services_content ul li {
  font-size: 1.5em; }

#key_focus_content ul li {
  font-size: 1.5em; }

#partner_heading_container {
  position: relative;
  z-index: 0;
  margin-bottom: 10px;
  margin-top: 20px; }

#partner_line {
  position: absolute;
  border-top: 1px solid grey;
  width: 100%;
  z-index: -1;
  top: 31px; }

#partner_heading {
  background-color: #ECEEF1;
  display: inline;
  font-size: 3.5em; }

#partner_text {
  margin-bottom: 10px; }

.partner_img {
  text-align: center;
  margin-top: 15px; }

.partner_img img {
  height: 120px; }

.line_heading_container {
  position: relative;
  z-index: 0;
  margin-bottom: 10px;
  margin-top: 20px; }

.line {
  position: absolute;
  border-top: 1px solid grey;
  width: 100%;
  z-index: -1;
  top: 31px; }

.line_heading {
  background-color: white;
  display: inline;
  font-size: 3.5em; }

/*# sourceMappingURL=about.css.map */
