/* 
    Created on : 09.06.2016, 17:15:14
    Author     : Christian Thaele | ECONEGY
*/
/* line 11, ../sass/homepage.scss */
body {
  background: #f2f2f2;
}

/* line 15, ../sass/homepage.scss */
header {
  display: none;
}

/* line 19, ../sass/homepage.scss */
.con-stage {
  height: 440px;
  display: none;
}

/* line 24, ../sass/homepage.scss */
.con-holder {
  width: 100%;
  height: 440px;
  position: relative;
  background: url("pics/ajax-loader-sc.gif") center center no-repeat white;
}

/* line 31, ../sass/homepage.scss */
.con-stage .mod-stage-headline {
  width: 100%;
  position: absolute;
  top: 240px;
}

/* line 37, ../sass/homepage.scss */
.con-stage .elm-stage-headline {
  width: 970px;
  height: 106px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

/* line 45, ../sass/homepage.scss */
.con-stage .elm-hdl {
  left: -562px;
  top: 0px;
  position: absolute;
}

/* line 51, ../sass/homepage.scss */
.con-stage .con-hdl {
  background: #00a6c9;
  float: left;
  overflow: hidden;
}

/* line 57, ../sass/homepage.scss */
.con-stage .con-hdl:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

/* line 65, ../sass/homepage.scss */
.con-stage .con-hdl h1 {
  padding: 23px 30px 23px 30px;
  color: #fff;
  font-size: 1.75em;
  line-height: 30px;
}

/* line 72, ../sass/homepage.scss */
.con-stage .con-hdl h1 strong {
  font-weight: 700;
}

/* line 76, ../sass/homepage.scss */
.con-stage .elm-hdl a {
  padding: 40px 20px;
  color: #fff;
  font-size: 1.75em;
  height: 106px;
  overflow: hidden;
  background: #002d62;
  float: left;
}

/* line 86, ../sass/homepage.scss */
.con-stage .elm-hdl a:hover {
  text-decoration: none;
}

/* line 90, ../sass/homepage.scss */
.con-content-home {
  width: 891px;
  margin: 0 auto;
}

/* line 95, ../sass/homepage.scss */
.col-3-home-teaser {
  width: 100%;
  margin-bottom: 40px;
}

/* line 100, ../sass/homepage.scss */
.col-3-home-teaser .con {
  width: 270px;
  float: left;
  background: #fff;
  box-shadow: 0px 0px 5px #e5e5e5;
  transition: box-shadow .25s ease-in-out;
  -moz-transition: box-shadow .25s ease-in-out;
  -webkit-transition: box-shadow .25s ease-in-out;
}

/* line 110, ../sass/homepage.scss */
.col-3-home-teaser .con:hover {
  box-shadow: 0px 0px 10px #a3a3a3;
}

/* line 114, ../sass/homepage.scss */
.col-3-home-teaser .con-mg {
  margin: 0 40px;
}

/* line 118, ../sass/homepage.scss */
.col-3-home-teaser .con .inner {
  padding: 15px 15px 30px 15px;
}

/* line 122, ../sass/homepage.scss */
.col-3-home-teaser .con .inner a.anc-img {
  width: 240px;
  height: 135px;
  background: #f2f2f2;
  display: block;
  overflow: hidden;
}

/* line 130, ../sass/homepage.scss */
.box-content {
  padding: 25px 0 0;
  text-align: center;
}

/* line 135, ../sass/homepage.scss */
.box-content h2 {
  text-transform: uppercase;
  font-size: 1.25em;
  line-height: 23px;
}

/* line 141, ../sass/homepage.scss */
.box-content p {
  padding: 22px 0 27px;
  line-height: 18px;
}

/* line 146, ../sass/homepage.scss */
.con-strategy-teaser {
  border-top: 1px solid #d3d3d3;
}
