/*
*********************************************************************
*    Fonts                             *
*********************************************************************
*/

/* @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic,300,300italic); */

@font-face {
  font-family: 'icomoon';
  src:url('/typo3conf/ext/for3cms/Resources/Public/Fonts/icomoon.eot?-h6tcg9');
  src:url('/typo3conf/ext/for3cms/Resources/Public/Fonts/icomoon.eot?#iefix-h6tcg9') format('embedded-opentype'),
    url('/typo3conf/ext/for3cms/Resources/Public/Fonts/icomoon.woff?-h6tcg9') format('woff'),
    url('/typo3conf/ext/for3cms/Resources/Public/Fonts/icomoon.ttf?-h6tcg9') format('truetype'),
    url('/typo3conf/ext/for3cms/Resources/Public/Fonts/icomoon.svg?-h6tcg9#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before,
/*#pid_2 a:before,
#pid_4 a:before,
#pid_5 a:before,
#pid_3 a:before,
#pid_11 a:before,*/
#pid_2 a:before 
#pid_10 a:before,
#pid_3 a:before,
#pid_5 a:before,
#pid_6 a:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  position: absolute;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/*
*********************************************************************
*    Basics                             *
*********************************************************************
*/

* {
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
}

body, html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 300;
  font-family: 'Open Sans', Verdana, sans-serif;
  color: #333;
  position: relative;
  background-color: #F2F2F2;
}

body {
  
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img, svg {
  max-width: 100%;
  height: auto;
  display: block;
}

DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
  margin-bottom: 0;
}

a {
  color: #333;
  text-decoration: none;
}

p {
  line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

section, footer {
  position: relative;
  width: 100%;
  z-index: 15;
}

hr {
  margin: 25px 0;
  position: relative;
  box-shadow: none;
  border: none;
  height: 1px;
  background-color: #39484C;
}

hr:after {
  position: absolute;
  content: " ";
  width: 20px;
  height: 20px;
  background-color: #39484C;
  left: calc(50% - 10px);
  top: -10px;
  transform: rotate(45deg);
}

.span {
  float: left;
  min-height: 1px;
}

.span-3 {
  width: 25%;
}

.span-4 {
  width: 33.333333%;
}

.span-6 {
  width: 50%;
}

.span-9 {
  width: 75%;
}

.span:last-of-type {
  float: right;
}

.tx-ws-flexslider .flexslider {
    border: 0; 
}

@media screen and (max-width: 800px) {

  .mobile-norm {
    float: none !important;
    width: 100%;
  }
  .examples.work .span.span-8 {
    width: 99.33333%;
}

}

@media screen and (min-width: 760px) {

  body {
    font-size: 16px;
  }

}

@media screen and (min-width: 1024px) {

  body {
    font-size: 18px;
  }

}

.btn a {
  width: 100%;
  display: block;
  height: 40px;
  line-height: 32px;
  border: 4px solid transparent;
  padding: 0 0 0 0px;
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  max-width: 300px;
  transition: all 0.3s;
}

.contact-btn {
  width: 100%;
  display: block;
  height: 40px;
  line-height: 32px;
  border: 4px solid transparent;
  padding: 0 0 0 0px;
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s;
}

.btn a:hover {
  text-indent: 120%;
}

.contact-btn:hover p {
  left: 300px !important;
}

.btn-red a {
  border-color: #4D6166;
  color: #4D6166;
}

.btn-blue {
  border-color: #4D6166;
  color: #4D6166;
}

.btn-white a {
  border-color: #F2F2F2;
  color: #F2F2F2;  
}

.btn a:before,
.contact-btn:before {
  right: 0;
  top: -100%;
  width: 20%;
  display: block;
  height: 32px;
  text-indent: 0;
  text-align: center;
  line-height: 32px;
  transition: all 0.3s;
}

.btn a:hover:before,
.contact-btn:hover:before {
  top: 0;
}

.btn a:after,
.contact-btn:after {
  width: 80%;
  height: 32px;
  left: -100%;
  top: 0;
  content: attr(data-content);
  position: absolute;
  color: #F2F2F2;
  text-indent: 0;
  text-align: center;
  transition: all 0.3s;
}

.btn a:hover:after,
.contact-btn:hover:after {
  left: 0;
}

.btn-red a:after {
  background-color: #4D6166;
}

.btn-white a:after {
  background-color: #F2F2F2;
  color: #39484c;
}

.btn-blue:after {
  background-color: #4D6166;
}

.mobile .btn a,
.mobile .contact-btn p {
  text-indent: 120%;  
}

.mobile .btn a:before,
.mobile .contact-btn:before {
  top: 0;
}

.mobile .btn a:after,
.mobile .contact-btn:after {
  left: 0;
}

@media screen and (min-width: 600px) {
  .btn a {
    width: 60%;
    margin: 0 auto;
  }

  .footer .btn a {
    width: 45%;
    margin: 0;
  }
}

@media screen and (min-width: 1240px) {
  section > div {
    max-width: 1240px;
    margin: 0 auto;
  }

  section.header > div {
    max-width: 1920px;    
  }

  .description.home {
    max-width: 1240px;
    margin: 0 auto;
  }

  .wartung-types,
  .classic-footer .row {
    max-width: 1240px;
    margin: 0 auto;
  }
}

DIV.csc-textpic-intext-left .csc-textpic-imagewrap, DIV.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
  margin-right: 40px;
}

/*
*********************************************************************
*    All Pages                           *
*********************************************************************
*/
.ce-gallery figcaption {
    font-size: 0.8em;
    text-align: center;
}
/*
**********************************************
*    Clearfix
**********************************************
*/

.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

.hard-clear {
  clear: both;
}

/*
**********************************************
*    Google Map
**********************************************
*/

.map.contact {
  position: relative;
  padding-bottom: 250px;
  height: 0;
  overflow: hidden;
  background-color: #39484C;
}

.map.contact > div {
  opacity: 0.8;
}

.map.contact iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
}

@media screen and (min-width: 800px) {

  .map.contact {
    padding-bottom: 400px;
  }

  .map.contact iframe {
    height: 400px;
  }

}

/*
**********************************************
*    Header
**********************************************
*/

.fixed-header {
  position: fixed;
  height: 60px;
  width: 100%;
  background-color: #39484C;
  z-index: 5000;
}

.fixed-header:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(51, 51, 51, 0);
  border-top-color: #39484C;
  border-width: 60px;
  margin-left: -60px;
  z-index: 10;
}


.fixed-header #c1 {
  position: relative;
  z-index: 20;
  padding-top: 15px;
}

/*.fixed-header #c21 p,*/
 .fixed-header #c3 > p{
  color: transparent;
  line-height: 60px;
  font-weight: 400;
  font-size: 1.4em;
  margin: 0;
  padding: 0 10px;
  cursor: pointer;
  position: relative;
  display: block;
}

/*.fixed-header .nav-show div#c51 p:before,*/
.fixed-header #c3 >  p:before {
  content: "\e601";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;

  position: absolute;
  right: 20px;
  color: #F2F2F2;
  font-size: 1.6em;
  line-height: 60px;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 600px) {
/* # .fixed-header #c21 p, */
.fixed-header #c3 p  {
    color: #F2F2F2;
    padding-right: 70px;
  }
}

/*
**********************************************
*    Home Page
**********************************************
*/

.header.home {
  padding: 120px 20px 40px;
  background-color: #E5E5E5;
  display: none;
}

.header.home #c1 {
  position: absolute;
  z-index: 20;
  padding: 0px 10px 10px;
}

.header.home #c1 p,
.header.home #c1 h1 {
  background-color: rgba(0, 0, 0, 0.4);
  display: inline-block;
  padding: 0 10px;
}

.header.home #c1 p {
  margin: 0;
}

.header.home #c1 p:last-of-type {
  margin-bottom: .87em;
}

.header.home #c1:hover p,
.header.home #c1:hover h1 {
  background-color: rgba(0, 0, 0, 0.7);
}

.header.home #c1 a {
  color: #f2f2f2;
}

.header.home #c1 .csc-firstHeader {
  position: relative;
  color: #f2f2f2;
  font-size: 2.2em;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 25px;
}

.header.home #c1 .csc-firstHeader:after {
  content: " ";
  position:absolute;
  height: 6px;
  width: 30px;
  background-color: #F2F2F2;
  left: 10px;
  bottom: 20px;
}

/*.header.home #c96 */
.header.home #c2{
  position: fixed;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  max-width: 100%;
  z-index: 10;
}

/*.header.home #c96 li .flex-caption {*/
  .header.home #c2 li .flex-caption {
  display: none;
}

/*.header.home #c96 .flex-direction-nav { */
.header.home #c2 .flex-direction-nav {
  width: 100%;
  height: 64px;
  top: 40%;
}

/*.header.home #c96 .flex-direction-nav li .prev { */
	.header.home #c2 .flex-direction-nav li .prev {
  left: 20px;
}

/*.header.home #c96 .flex-direction-nav li .next { */
.header.home #c2 .flex-direction-nav li .next {
  right: 20px;
}

/*.header.home #c96 .flex-direction-nav li .next { */
.header.home #c2 .flex-direction-nav li .next {
  background-position: -64px 0;
}

/*.header.home #c96 .flex-direction-nav li a { */
.header.home #c2 .flex-direction-nav li a {	
  background: url("/typo3conf/ext/for3cms/Resources/Public/img/slide_navi_sprite.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  width: 64px;
  height: 64px;
  margin: -32px 0 0;
  opacity: 0.6;
}

/*.header.home #c96 .flex-direction-nav li a:hover { */
.header.home #c2 .flex-direction-nav li a:hover {
  opacity: 1;
}

.page-heading.home {
  padding: 40px 0;
  text-align: center;
  background-color: #2A3538;
}

.page-heading.home:after {
  content: " ";
  position: absolute;
  top: -160px;
  left: 0;
  height: 160px;
  width: 100%;
  z-index: 15;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 15%, rgba(0,0,0,0.8) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(15%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.8))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 15%,rgba(0,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(0,0,0,0) 15%,rgba(0,0,0,0.8) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(0,0,0,0) 15%,rgba(0,0,0,0.8) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 15%,rgba(0,0,0,0.8) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000008',GradientType=0 ); /* IE6-9 */
}

/*.page-heading.home #c2 { */
.page-heading.home #c3 {
  padding-top: 60px;
}

.page-heading.home h1,
.page-heading.home h2 {
  text-transform: uppercase;
}

.page-heading.home h1 {
  color: #f2f2f2;
  font-size: 2.2em;
}

.page-heading.home h2 {
  color: #f2f2f2;
  font-size: 1.8em;
}
.page-heading.home p {
  color: #f2f2f2;
}

.home .about-desc {
  text-align: left;
  padding: 20px;
}

.services.home {
  padding: 20px;
  background-color: #e5e5e5;
  text-align: center;
}

.services.home img {
  width: 100%;
}

.services.home .span {
  padding-bottom: 40px;
}

.services.home .row .span > div {
  position: relative;
  overflow: hidden;
}

.work-section.home {
  background-color: #E5E5E5;
  padding: 20px 20px;
}

.home .work-heading h2 {
  color: #B34747;
  text-transform: uppercase;
  font-size: 1.8em;
  text-align: center;
}

.work-section.home img {
  width: 100%;
}

.work-section.home .csc-textpic-text {
  padding-bottom: 40px;
  text-align: center;
}

.work-section.home .csc-textpic-text h2 {
  margin-top: 0;
  color: #B34747;
}

@media screen and (min-width: 600px) {

  .header.home #c1 {
    left: 10%;
    position: absolute;
    top: 20%;
    margin: 0;
    max-width: 420px;
  }

  .work-section.home .span > div {
    float: left;
    width: 50%;
    padding: 20px;
  }

}

@media screen and (min-width: 800px) {
  .page-heading.home {
   # padding: 0 10px;
  }

  .page-heading.home h1,
  .page-heading.home h2 {
    margin: 0;
  }

  .description.home .span {
    padding: 0 20px;
  }

  .home .about-desc .span {
    padding: 0 20px;
  }

  .home .about-desc .btn a {
    width: 80%;
  }

  .services.home {
    padding: 30px 10px;
  }

  .services.home .span {
    padding: 10px;
  }

  .services.home .btn a {
    width: 35%;
  }

  .work-section.home .span {
    float: none;
    width: 100%;
  }

  .work-section.home .btn a {
    width: 35%;
  }
}

@media screen and (min-width: 1024px) {

  .header.home {
    min-height: 730px;
    display: block;
  }
  
/*  .header.home #c96 { */
  .header.home #c2 {
    margin-top: 60px;
    max-height: 670px;
  }
  
/*  .header.home #c96 li img { */
	.header.home #c2 li img {
    height: 670px;
    text-align: center;
    margin: 0 auto;
  }
  
/*  .page-heading.home #c2 { */
  .page-heading.home #c3 {	  
    padding: 0;
  }

  .about-section.home .staff #c5 .csc-textpic-image {
    width: 25%;
  }

  .work-section.home .span > div {
    float: none;
    width: 100%;
    padding: 20px;
  }

  .work-section.home .span {
    float: left;
    width: 33.33333%;
  }

  .work-section.home .span .csc-default .csc-textpic {
    overflow: hidden;
    position: relative;
  }

  .work-section.home .span .csc-textpic-text {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 10px 10px 10px;
    text-align: left;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.2s;
  }

  .work-section.home .span .csc-textpic-text:hover {
    background-color: rgba(51, 51, 51, 0.6);
  }

  .work-section.home .span .csc-textpic-text h2 {
    position: relative;
    color: #F2F2F2;
    font-weight: 400;
    margin-bottom: 10px;
    white-space: nowrap;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  }

  .work-section.home .span .csc-textpic-text p {
    color: #f2f2f2;
    font-size: 16px;
    font-weight: 400;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  }

  .work-section.home .span .csc-textpic-text * {
    transform: scale(0);
    transition: all 0.4s;
    transition-delay: 0.15s;
  }

  .work-section.home .span .csc-textpic-text:hover * {
    transform: scale(1);
  }

  .work-section.home .span .csc-textpic-text h2:after {
    position: absolute;
    content: " ";
    bottom: -10px;
    height: 6px;
    width: 30px;
    left: 0;
    background-color: #B34747;
  }

  .about-section.home .staff #c5 .csc-textpic-image {
    width: 16.666666666%;
  }

}

@media screen and (min-width: 1240px) {
	

  .work-section.home .span .csc-textpic-text {
    padding: 40px 20px 20px 20px;
  }

  .work-section.home .span .csc-textpic-text h2 {
    margin-bottom: 40px;
  }

  .work-section.home .span .csc-textpic-text h2:after {
    bottom: -10px;
  }

  .services.home .row {
    text-align: left;
  }

  .services.home .csc-header,
.services.home header  {
    text-transform: uppercase;
    position: absolute;
    z-index: 31;
    top: -100%;
    left: 0;
    height: 20%;
    width: 100%;
    background-color: rgba(242, 242, 242, 0.9);
    transition: all 0.3s;
  }

  .services.home .row .span > div:hover .csc-header,
  .services.home .row .span > div:hover header{
    top: 0;
  }

  .services.home .csc-header h3,
  .services.home .csc-header a,
.services.home header h3,
  .services.home header a  {
    display: block;
    text-indent: 40px;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 100px;
  }

  .services.home .csc-header:after,
  .services.home header:after  {
    position: absolute;
    content: " ";
    width: 30px;
    height: 6px;
    background-color: #333;
    left: 40px;
    bottom: -3px;
  }

  .services.home .csc-textpic-text,
.services.home .ce-bodytext  {
    position: absolute;
    width: 100%;
    bottom: -100%;
    left: 0;
    height: 80%;
    z-index: 30;
    background-color: rgba(242, 242, 242, 0.9);
    transition: all 0.3s;
  }
ce-bodytext
  .services.home .row .span > div:hover .csc-textpic-text,
  .services.home .row .span > div:hover .ce-bodytext {
    bottom: 0;
    background-color: rgba(242, 242, 242, 0.9);
  }

  .services.home .csc-textpic-text p,
  .services.home .ce-bodytext p  {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;  
  }

  .services.home .csc-textpic-text a,
.services.home .ce-bodytext a  {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 40px;
    color: #111;
  }

}

.bewerbung {
	color: #fff;
	line-height: 60px;
	margin-left: 35%;
}
/*
**********************************************
*    Header with Parallax
**********************************************
*/

.header.para {
  padding: 240px 0 00px;
  height: 320px;
  color: #333;
  background-color: transparent;
  overflow: hidden;
}

.header.para > div:nth-of-type(2) {
  position: absolute;
  height: 320px;
  top: 0;
  left: 0;
  max-width: 100%;
  z-index: 10;
}

.header.para.solutions > div:nth-of-type(2) {
  margin-top: 0px;  
}

.header.para.solutions > div:nth-of-type(2) > div {
  margin-top: -40px;
}

.header.para > div:nth-of-type(2) img {
  min-width: 1920px !important;
  #width:100%;
  #max-width:100%;
  height: auto;
}
.header.para > div:nth-of-type(1) img {
  min-width: 1920px !important;
  #width:100%;
  #max-width:100%;
  height: auto;
}

.header.para > div:nth-of-type(1) {
  text-align: center;
  position: absolute;
  height: 320px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  bottom: 0;
  z-index: 11;
  -webkit-box-shadow: inset 0px -17px 17px -9px rgba(0,0,0,0.75);
  -moz-box-shadow: inset 0px -17px 17px -9px rgba(0,0,0,0.75);
  box-shadow: inset 0px -17px 17px -9px rgba(0,0,0,0.75);
}

.header.para h1 {
  color: #f2f2f2;
  margin-top: 220px;
  display: inline-block;
  padding: 0 10px 20px;
  text-transform: uppercase;
  position: relative;
}

.header.para h1:after {
  content: " ";
  background-color: #f2f2f2;
  width: 60px;
  height: 6px;
  position: absolute;
  left: 10px;
  bottom: 15px;
}

.header.para #c101 h1:after {
  background-color: transparent;
}

@media screen and (max-width: 1024px) {
  
  #c110 {
    background-image: url(/typo3conf/ext/for3cms/Resources/Public/img/Leistungen1920x400jpg.jpg);
    background-size: cover;
    background-position: 80% center;
  }
  
  #c115 {
    background-image: url(/typo3conf/ext/for3cms/Resources/Public/img/UberUns1920x400.jpg);
    background-size: cover;
    background-position: center 100%;
  }
  
  #c118 {
    background-image: url(/typo3conf/ext/for3cms/Resources/Public/img/Referenzen1920x400.jpg);
    background-size: cover;
    background-position: center 100%;
  }
  
  #c128 {
    background-image: url(/typo3conf/ext/for3cms/Resources/Public/img/Blog1920x400.jpg);
    background-size: cover;
    background-position: center 100%;
  }
  
  #c130 {
    background-image: url(/typo3conf/ext/for3cms/Resources/Public/img/Kontakt1920x400.jpg);
    background-size: cover;
    background-position: center 100%;
  }
  
  .para img {
    #visibility: hidden;
  }
  
}

/*
**********************************************
*    Solutions Page
**********************************************
*/

.all.solutions {
  background-color: #E5E5E5;
  padding: 20px 10px;
  text-align: center;
}

.detail.solutions {
  padding: 0px 10px;
  text-align: center;  
  margin-bottom: 32px;
}

.detail.solutions p {
  text-align: left;
}
.detail.solutions ul {
  list-style-type: square;
  list-style-position: inside;
  margin-left:16px;
  
}

#c125, #c107, #c108 {
  padding-top: 100px;
}

@media screen and (max-width: 740px) {
  DIV.csc-textpic-intext-left .csc-textpic-imagewrap {
    float: none;
  }
  
  DIV.csc-textpic-intext-left .csc-textpic-imagewrap img {
    margin: 0 auto;
  }
}

@media screen and (min-width: 1024px) {
  
  .all.solutions {
    text-align: left;
  }

  .all.solutions .container > div {
    width: 33.33333%;
    padding: 0 10px;
    float: left;
    margin: 40px 0;
    overflow: hidden;
    position: relative;

  }

  .all.solutions .csc-header,
.all.solutions header  {
    text-transform: uppercase;
    position: absolute;
    z-index: 31;
    top: -100%;
    left: 0;
    height: 20%;
    width: 100%;
    background-color: rgba(242, 242, 242, 0.9);
    transition: all 0.3s;
  }

  .all.solutions .container > div:hover .csc-header,
.all.solutions .container > div:hover header  {
    top: 0;
  }

  .all.solutions .csc-header h3,
  .all.solutions .csc-header a,
  .all.solutions header h3,
  .all.solutions header a  {
    display: block;
    text-indent: 40px;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 100px;
  }

  .all.solutions .csc-header:after,
  .all.solutions header:after  {
    position: absolute;
    content: " ";
    width: 30px;
    height: 6px;
    background-color: #333;
    left: 40px;
    bottom: -3px;
  }

  .all.solutions .csc-textpic-text,
  .all.solutions .ce-bodytext{
    position: absolute;
    width: 100%;
    bottom: -100%;
    left: 0;
    height: 80%;
    z-index: 30;
    background-color: rgba(242, 242, 242, 0.9);
    transition: all 0.3s;
  }

  .all.solutions .container > div:hover .csc-textpic-text,
  .all.solutions .container > div:hover .ce-bodytext  {
    bottom: 0;
    background-color: rgba(242, 242, 242, 0.9);
  }

  .all.solutions .csc-textpic-text p,
  .all.solutions .ce-bodytext p  {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;  
  }

  .all.solutions .csc-textpic-text a,
  .all.solutions .ce-bodytext a  {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 40px;
    color: #111;
  }
  
  .detail.solutions {
    text-align: left;
  }

}

/*
**********************************************
*    About Page
**********************************************
*/

.description.about {
  padding: 20px 10px 40px;
}

.staff.about {
  background-color: #E5E5E5;
  text-align: center;
  padding: 40px 0;
}

.staff.about [id*="c"] {
  padding-bottom: 40px;
  position: relative;
}

.overlayer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}

.staff.about #jump-to-staff {
  height: 1px;
}

.staff-detail.about {
  background-color: #F2F2F2;
  padding: 80px 0 40px;
}

.staff-detail.about DIV.csc-textpic-intext-left .csc-textpic-imagewrap, DIV.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
  width: 100%;
  margin: 0;
}

.staff-detail.about .csc-textpic-imagewrap img {
  margin: 0 auto 20px;
}

.staff-detail.about h1,
.staff-detail.about h2 {
  text-transform: uppercase;
  text-align: center;
}

.staff-detail.about h1 {
  color: #333;
  margin: 0;
  line-height: 40px;
}

.staff-detail.about h1 span {
  color: #333;
  margin: 0;
  font-size: 0.75em;
  line-height: 60px;
}

.staff-detail.about .bodytext {
  padding: 0 20px;
}

.services.about {
  background-color: #F2F2F2;
  padding: 0 0 20px;
}

.services.about .service-heading {
  padding: 40px 0;
  text-align: center;
  background-color: #CEF1D0;
  color: #47B346;
  text-transform: uppercase;
  max-width: 100%;
}

.services.about .row {
  padding: 20px 10px 20px;
}

.services.about .row [id*="c"] {
  padding: 20px 0 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.services.about .row [class*="-textpic"] {
  max-width: 100%;
}

@media screen and (min-width: 800px) {

  .description.about .span {
    padding: 0 10px 0 100px;
  }

  .staff.about [id*="c"] {
    float: left;
    width: 50%;
  }

  .staff-detail.about .span-9 p {
    margin-top: 0;
  }

  .staff-detail.about [class*="-textpic"] {
    max-width: 100%;
  }

  .services.about .row .span {
    padding: 0 10px;
  }

  .services.about .row [id*="c"] {
    border: none;
  }
  
  .staff-detail.about DIV.csc-textpic-intext-left .csc-textpic-imagewrap, DIV.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
    width: 25%;
    margin: 0;
  }

}

@media screen and (min-width: 1024px) {

  .staff.about [id*="c"] {
    width: 33.33333%;
  }

  .staff-detail.about [id*="c"] {
    padding: 0 20px;
  }

  .staff-detail.about h1 {
    line-height: 60px;
  }
  
  

}

@media screen and (min-width: 1240px) {

  .staff.about [id*="c"] {
    width: 25%;
  }

}

/*
**********************************************
*    Work Page
**********************************************
*/

.intro.work {
  padding: 0 10px;
}

.description.work {
  padding: 20px 10px;
}

.examples.work {
  padding: 40px 10px;
  background-color: #F2F2F2;
  text-align: center;
}

.examples.work [class*="-textpic"] {
  max-width: 100%;
}

.examples.work .work-wrap [id*="c"] {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}

.examples.work .work-wrap .csc-textpic-text .bodytext:last-of-type,
 .examples.work .work-wrap .ce-bodytext:last-of-type{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.examples.work .work-wrap .csc-textpic-text .bodytext:last-of-type a,
 .examples.work .work-wrap .ce-bodytext:last-of-type a{
  display: block;
  width: 100%;
  height: 100%;
}

.examples.work h2 {
  color: #333333;
  margin-top: 0;
}

@media screen and (min-width: 600px) {

  .examples.work .work-wrap [id*="c"] {
    float: left;
    width: 100%;
    padding: 20px;
    border: none;
    padding: 0 10px 40px;
  }

}

@media screen and (min-width: 801px) {

  .examples.work .work-wrap [id*="c"] {
    min-height: 500px;
  }
  
}

@media screen and (min-width: 1024px) {

  .examples.work .work-wrap [id*="c"] {
    float: none;
    width: 100%;
    padding: 20px;
    min-height: 200px;
  }

  .examples.work .span {
    float: left;
    width: 33.33333%;
  }

  .examples.work .span .csc-default .csc-textpic {
    overflow: hidden;
    position: relative;
  }

  .examples.work .span .csc-textpic-text,
.examples.work .span .ce-bodytext  {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 10px 10px 10px;
    text-align: left;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.2s;
  }

  .examples.work .span .csc-textpic-text:hover,
  .examples.work .span .ce-bodytext:hover  {
    background-color: rgba(0, 0, 0, 0.6);
  }

  .examples.work .span .csc-textpic-text h2,
    .examples.work .span .ce-bodytext h2{
    position: relative;
    color: #F2F2F2;
    margin-bottom: 10px;
    white-space: nowrap;
  }

  .examples.work .span .csc-textpic-text p,
  .examples.work .span .ce-bodytext p{
    color: #F2F2F2;
    font-size: 16px;
    font-weight: 400;
  }
  
  .examples.work .span .csc-textpic-text a,
  .examples.work .span .csc-textpic-text > p:last-of-type, 
    .examples.work .span .ce-bodytext a,
  .examples.work .span .ce-bodytext > p:last-of-type{
    transform: scale(1);
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
  }

  .examples.work .span .csc-textpic-text *,
    .examples.work .span .ce-bodytext *{
    transform: scale(0);
    opacity: 0;
    transition: all 0.4s;
    transition-delay: 0.15s;
  }

  .examples.work .span .csc-textpic-text:hover *,
    .examples.work .span .ce-bodytext:hover *{
    transform: scale(1);
    opacity: 1;
  }

  .examples.work .span .csc-textpic-text h2:after,
    .examples.work .span .ce-bodytext h2:after{
    position: absolute;
    content: " ";
    bottom: -10px;
    height: 6px;
    width: 30px;
    left: 0;
    background-color: #F2F2F2;
  }

}

@media screen and (min-width: 1240px) {

  .examples.work .span .csc-textpic-text,
.examples.work .span .ce-bodytext  {
    padding: 40px 20px 20px 20px;
  }

  .examples.work .span .csc-textpic-text h2,
  .examples.work .span .ce-bodytext h2  {
    margin-bottom: 40px;
  }

  .examples.work .span .csc-textpic-text h2:after,
    .examples.work .span .ce-bodytext h2:after{
    bottom: -10px;
  }

}

/*
**********************************************
*    Blog Page
**********************************************
*/

.blog-wrap {
  position: relative;
}

.blog-wrap .span-3 {
  background-color: #e5e5e5;
  position: relative;
  top: 0px;
  overflow: hidden;
  width: 100%;
  height: 40px;
}

.blog-wrap .span-3 .filtering-btn {
  height: 40px;
  padding: 10px;
  width: 100%;
  display: inline-block;
  cursor: pointer;
  position: relative;
  color: #333;
  font-size: 20px;
}

.blog-wrap .span-3 .filtering-btn p {
  margin: 0;
  font-size: 0.7em;
  text-indent: 40px;
  line-height: 20px;
}

.blog-wrap .span-3 .icon-closer {
  background-image: url(/typo3conf/ext/for3cms/Resources/Public/img/closer.png);
  background-size: 40px;
  background-repeat: no-repeat;
}

.blog-wrap .span-3 .filtering {
  padding: 1px 0;
}

.blog-wrap .span-3 ul {
  padding-left: 20px;
}

.blog-wrap .span-9 {
  padding: 0 10px;
  width: 100%;
}

.blog-wrap .span-9 .showmore {
  text-align: right;
}

.blog-wrap .span-9 .showmore a {
  border-bottom: 1px dashed #333;
}

.blog-wrap .span-9 .showmore a:hover {
  border-bottom-color: transparent;
}

.blog-wrap .span-3 .tx-typo3blog-pi1 h3 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 0 0 0px 20px;
}

.data.contact .csc-header {
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .blog-wrap .span-3 {
    height: auto;
    float: left;
    width: 25%;
    margin: 20px 0;
  }
  
  .blog-wrap .span-9 {
    padding: 0 10px;
    width: 75%;
  }
  
  .blog-wrap .span-3 .filtering-btn {
    display: none;
  }
  
  .blog-wrap .span-3 .filtering {
    padding: 1px 10px;
  }
}

/*
**********************************************
*    Contact Page
**********************************************
*/
.tx-powermail fieldset.powermail_fieldset {
	border:0;
}

.header.contact {
  padding: 100px 0px 0px;
  text-align: center;
  text-transform: uppercase;
  color: #F2F2F2;
  background-color: #8C8C8C;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0);
}

.data.contact {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  margin-bottom:32px;
}

.data.contact .csc-header {
  text-align: center;
}

.data.contact .span:first-of-type {
  background-color: #F2F2F2;
  padding: 20px 10px;
}

/*.data.contact #c137,*/
.data.contact #c33 {
  position: absolute;
  top: 190px;
  left: 20%;
}

/*.data.contact #c137 a,*/
 .data.contact #c33 a{
  display: block;
  height: 30px;
  width: 140px;
  background-color: #4D6166;
  color: #f2f2f2;
  text-align: center;
  line-height: 30px;
}

.data.contact ul ul {
  padding-left: 20px;
}

.data.contact [id*="c"] > ul {
  padding: 0 0 60px 20%;
}

.data.contact ul a {
  border-bottom: 1px dashed #333;
  transition: all 0.3s;
}

.data.contact ul a:hover {
  border-bottom: transparent;
}

.data.contact .span:last-of-type {
  background-color: #E5E5E5;
  height: 100%;
}

.data.contact form {
  padding: 40px 40px 0;
  background-color: #E5E5E5;
  max-width: 420px;
  margin: 0 auto;
}

.data.contact form label,
.data.contact form h3,
.data.contact form legend,
.data.contact form .formError {
  display: none;
}

.data.contact form input[type="text"],
.data.contact form textarea {
  width: 100%;
  margin-bottom: 20px;
  border: none;
  border-bottom: 1px dashed rgba(77, 97, 102, 0.5);
  background-color: rgba(255, 255, 255, 0.3);
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
}

.data.contact form textarea {
  resize: none;
  height: 200px;
  display: block;
}

.data.contact #powermail_fieldwrap_5 {
  position: relative;
  z-index: 10;
}

.data.contact #powermail_fieldwrap_5:before {
  font-size: 1.4em;
}

.data.contact #powermail_fieldwrap_5 p {
  color: #4D6166;
  z-index: 19;
  margin: 0;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  text-indent: 0;
  line-height: 32px;
  transition: left 0.2s;
}

.data.contact #powermail_fieldwrap_5 input {
  z-index: 20;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 40px;
  left: 0;
  color: black;
  text-indent: 0;
}

.data.contact caption.csc-textpic-caption {
  font-size: 0.8em;
  text-align: center;
}

.data.contact .span:last-of-type .bodytext,
 .data.contact .span p.lead{
  margin: 0;
  padding: 10px 10px 40px;
  font-size: 10px;
  max-width: 420px;
  margin: 0 auto;
}

@media screen and (min-width: 470px) {

  .data.contact .csc-header,
  .data.contact header,
  .data.contact p{
    text-align: left;
    padding-left: 20%;
  }

}

@media screen and (min-width: 760px) {
/*  .data.contact #c137, */
.data.contact #c33 {
    top: 200px;
  }
}

@media screen and (min-width: 801px) {
/*  .data.contact #c137, */
 .data.contact #c33 {
    left: 10%;
  }
}

@media screen and (min-width: 1024px) {

  .data.contact form input[type="text"],
  .data.contact form textarea {
    border-bottom: 1px dashed transparent;
  }

  .data.contact form input[type="text"]:hover,
  .data.contact form textarea:hover {
    border-bottom: 1px dashed rgba(77, 97, 102, 0.5);
    background-color: rgba(255, 255, 255, 0.5);
  }
  
 /* .data.contact #c137 */
  .data.contact #c33  {
    top: 220px;
  }
  
/*  .data.contact #c137 a */
    .data.contact #c33 a{
    height: 40px;
    width: 200px;
    line-height: 40px;
  }

}

@media screen and (min-width: 1240px) {

  .data.contact .span:first-of-type {
    padding-top: 40px;
    /*background-image: url(../img/contact_bg.jpg);
    background-size: cover;
    background-position: center;*/
  }

  .data.contact form {
    padding: 80px 40px 0;
  }
  
 /* .data.contact #c137 */
.data.contact #c33  {
    top: 240px;
  }

}

.data.contact form input[type="text"]:focus,
.data.contact form textarea:focus {
  outline: none;
  border-bottom: 1px solid #4D6166;
  background-color: rgba(255, 255, 255, 0.7);
}

/*
**********************************************
*    Impressum
**********************************************
*/

.impressum.header {
  background-color: #2A3538;
  color: #f2f2f2;
  text-align: center;
  padding: 100px 0px 0px;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
}

.impressum.header #c134,
.impressum.header #c135 {
  font-size: 0.8em;
}

.impressum.content {
  padding: 40px 10px 0;
}

@media screen and (min-width: 800px) {
  .impressum.header #c134,
  .impressum.header #c135 {
    font-size: 1em;
  }

  .impressum.content {
    padding: 40px 20px 0;
  }
}

/*
**********************************************
*    Off-canvas
**********************************************
*/

.off-canvas {
  position: fixed;
  right: -200px;
  width: 200px;
  height: 100%;
  background-color: #39484C;
  top: 0;
  z-index: 5001;
}

.off-canvas .closer {
  height: 61px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/*.off-canvas .closer #c29 */
.off-canvas .closer #c4 {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  padding: 10px;
}

.off-canvas nav {
  padding-top: 20px;
}

.off-canvas .navigation a {
  display: block;
  width: 100%;
  margin: 10px 0;
  overflow: hidden;
  line-height: 40px;
  font-size: 18px;
  color: #cecece;
  text-align: right;
  padding-right: 20px;
  font-weight: bold;
  text-shadow: 0px 2px 0px transparent;
  border-left: 4px solid transparent;
  position: relative;
  transition: all 0.3s;
}

.off-canvas .navigation a:before {
  position: absolute;
  font-size: 1.8em;
  line-height: 40px !important;
  top: 0;
  right: 120%;
  width: 30px;
  text-align: center;
  text-shadow: none;
  transition: right 0.2s ease-out 0.2s;
}

.off-canvas .navigation a:after {
  content: " ";
  position: absolute;
  left: 0;
  height: 56px;
  width: 40px;
  top: -8px;
  transition: all 0.3s;
}

.off-canvas .navigation a:hover {
  color: #E5E5E5;
}

.off-canvas .navigation a:hover:before {
  right: 80%;
}

.off-canvas .navigation a:hover {
  border-color: #9EA7A8;
}

.off-canvas .navigation a:hover:after {
  box-shadow: inset 12px 0px 15px -8px #9EA7A8;
}

.off-canvas .social {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0;
  width: 100%;
}

.off-canvas .social p {
  line-height: 1;
}

.off-canvas .social a {
  display: inline-block;
  font-size: 2.5rem;
  width: 25%;
  color: #E5E5E5;
  text-align: center;
  vertical-align: bottom;
  padding: 10px 0 5px;
  transition: all 0.2s;
}

.off-canvas .social a:before {
  position: relative !important;
}

.off-canvas .social a.icon-facebook {
  background-color: #3C599F;
}

.off-canvas .social a.icon-twitter {
  background-color: #33CCFF;
}

.off-canvas .social a.icon-google-plus {
  background-color: #E04A39;
}

.off-canvas .social a.icon-xing {
  background-color: #005A5F;
}

.off-canvas .social a.icon-facebook:hover {
  color: #3C599F;
  background-color: #E5E5E5;
}

.off-canvas .social a.icon-twitter:hover {
  color: #33CCFF;
  background-color: #E5E5E5;
}

.off-canvas .social a.icon-google-plus:hover {
  color: #E04A39;
  background-color: #E5E5E5;
}

.off-canvas .social a.icon-xing:hover {
  color: #005A5F;
  background-color: #E5E5E5;
}

/*
**********************************************
*    Footer
**********************************************
*/

.footer .fernwartung {
  padding: 20px;
  background-color: #4D6166;
  color: #F2F2F2;
}

.footer .wartung-heading {
  text-align: center;
}

.footer .fernwartung .wartung-types .span {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-bottom: 1px solid #39484C;
  padding-bottom: 20px;
}

.footer .for-windows {
  background-image: url(/typo3conf/ext/for3cms/Resources/Public/svg/windows.svg);
}

.footer .for-mac {
  background-image: url(/typo3conf/ext/for3cms/Resources/Public/svg/apple.svg);
}

.footer .for-browser {
  background-image: url(/typo3conf/ext/for3cms/Resources/Public/svg/browser.svg);
  border-bottom: none !important;
}

.classic-footer {
  background-color: #222B2D;
  padding: 20px 20px 0 20px;
  color: #F2F2F2;
}

.classic-footer .row {
  padding-left: 40px;
}

.classic-footer .row .span {
  padding-bottom: 20px;
}

.classic-footer .row a {
  color: #F2F2F2;
  border-bottom: 1px dashed transparent;
  transition: all 0.2s;
}

.classic-footer .row a:hover {
  color: #cecece;
  border-bottom: 1px dashed #cecece;
}

.classic-footer .obligatory {
  padding-bottom: 20px;
}

.classic-footer .obligatory li {
  display: inline-block;
  width: 32.333333%;
}

.classic-footer .obligatory li a {
  display: block;
  text-align: center;
  color: #F2F2F2;
  transition: all 0.2s;
}

.classic-footer .obligatory li a:hover {
  color: #cecece;
}

.classic-footer > .row .span li:first-of-type {
  font-size: 1.2em;
  font-weight: normal;
}

@media screen and (min-width: 600px) {

  .footer .fernwartung .wartung-types .span {
    background-size: contain;
  }

  .classic-footer .obligatory {
    max-width: 320px;
    margin: 0 auto;
  }

}

@media screen and (min-width: 801px) {
	

  .footer .fernwartung .wartung-types .span {
    border-bottom: none;
    border-left: 1px solid #39484c;
    padding: 0 10px;
    background-size: 90%;
  }

  .footer .btn a {
    width: 100%;
    font-size: 16px;
  }

  .classic-footer .row {
    padding: 40px;
  }

  .classic-footer .row .span {
    padding: 0 0 40px 40px;
  }
}

@media screen and (min-width: 880px) {

  .footer .fernwartung .wartung-types .span {
    background-size: 40% auto;
  }

  .classic-footer .row .span {
    padding: 0 0 60px 60px;
  }

}

@media screen and (min-width: 1024px) {

  .classic-footer .row .span {
    padding: 0 0 100px 100px;
  }

}

@media screen and (min-width: 1240px) {

  .footer .fernwartung .wartung-types .span {
    padding: 0 20px;
  }

  .classic-footer .row .span {
    padding: 0 0 80px 160px;
  }

  .classic-footer .row .span:first-of-type {
    padding: 0 0 80px 240px;
  }
}
@media screen and (max-width: 1140px) {
	.bewerbung {
	margin-left:0;
	}
}
@media screen and (max-width: 801px) {
	.bewerbung {
	font-size:12px;
	}
}