@charset "UTF-8";

html,
body,
div#wrapper {
  width: 100%;
  height: 100%;
}

body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child+html .clearfix {
  zoom: 1;
}

a,
a:hover,
a:focus {
  color: inherit;
  font-size: inherit;
  text-decoration: underline;
}

.stage {
  position: relative;
  width: 100%;
  clear: both;
}

.cntrd {
  position: relative;
  width: 960px;
  margin: 0 auto;
  clear: both;
}

/* HEADER */

div.blue-line {
  height: 7px;
  background-color: #009ee8;
}

div.nav-line ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

div.nav-line ul li {
  float: left;
  width: 19.793%;
  height: 36px;
  border-right: 2px solid #FFF;
}

div.nav-line ul li a {
  display: block;
  text-indent: 10px;
  width: 100%;
  height: 100%;
  background-color: #9cdafb;
  text-decoration: none;
  font-weight: bold;
  color: #FFF;
  font-size: 16px;
  line-height: 36px;
}

div.nav-line ul li.active a,
div.nav-line ul li a:hover,
div.nav-line ul li a:focus {
  background-color: #000;
  text-decoration: none;
}

div.nav-line ul li:first-child a {
  background-image: url(../img/bg.nav.home.png);
  background-position: left center;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

/* SUBLINE */

div#subline {
  height: 215px;
}

div#subline a.btnLogo {
  display: block;
  width: 155px;
  height: 120px;

  position: absolute;
  top: 25px;
  left: 75px;
}

body.tpl-home div#subline a.btnLogo {
  width: 200px;
  height: 150px;
  top: 15px;
  left: 50px;
}

div#subline div.headlines {
  position: absolute;
  top: 50px;
  left: 265px;
}

body.tpl-home div#subline div.headlines {
  top: 40px;
  left: 285px;
}

div#subline div.headlines h1,
div#subline h2 {
  margin: 0;
  padding: 0;
  color: #009ee8;
}

div#subline div.headlines h1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
}

div#subline div.headlines h2 {
  font-size: 16px;
  font-weight: 300;
  color: #40b6ee;
}

/* div#subline div.headlines h2.jump { padding-left: 0.5em; } */
body.tpl-home div#subline div.headlines h1 {
  font-size: 34px;
  line-height: 34px;
}

body.tpl-home div#subline div.headlines h2 {
  font-size: 20px;
}

/* CONTENT */

/* div#row { min-height: 715px; background: #FFF url(../img/bg.body.jpg) center top no-repeat; } */
/* body.tpl-home div#row { background: #FFF url(../img/bg.body.home.jpg) center top no-repeat; } */
div#row {
  min-height: 715px;
  background: #FFF url(../img/background_beton.jpg) center top no-repeat;
  background-size: cover;
}

body.tpl-home div#row {
  background: #FFF url(../img/background_beton.jpg) center top no-repeat;
  background-size: cover;
}

div#content div.spacer,
div#content div.csc-default {
  padding: 0px 150px 150px 150px;
}

div#content h1 {
  color: #009ee8;
  font-size: 34px;
}

div#content h2 {
  color: #009ee8;
  font-size: 28px;
}

div#content p {
  line-height: 1.7em;
}

div#content p.bodytext {
  margin-top: 0px;
}

div#content p img {
  float: left;
  margin: 0 20px 0 0;
}

div#content p a,
div#content p a:hover,
div#content p a:focus {
  color: #009ee8;
  text-decoration: none;
}

div#content a.btnContent {
  display: inline-block;
  padding: 3px 30px 3px 10px;
  color: #009ee8;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;

  background: #FFF url(../img/bg.btn.content.png) right center no-repeat;
}

div#content div.img-gal div.item,
div#content div.csc-textpic div.csc-textpic-imagerow {
  position: relative;
  float: left;
  margin: 0 5px 4px 0;
}

div#content div.img-gal div.item p,
div#content div.csc-textpic div.csc-textpic-image caption,
div#content div.csc-textpic .csc-textpic-caption {
  position: absolute;
  bottom: 10px;
  left: 15px;

  font-size: 14px;
  font-weight: bold;
  color: #009ee8;

  text-shadow: 0 1px 0 #FFF, 0 -1px 0 #FFF, 1px 0 0 #FFF, -1px 0 0 #FFF;
}

/* FORM */

div.csc-mailform ol {
  list-style: none;
}

div.csc-mailform ol>li {
  margin: 15px 0px !important;
}

div.csc-mailform fieldset.fieldset-subgroup ol {
  top: 0;
  margin: 0;
  padding: 0;
}

div.csc-mailform ol>li.csc-form-4,
div.csc-mailform ol>li.csc-form-5 {
  width: 225px;
}

div.csc-mailform ol>li.csc-form-4>label,
div.csc-mailform ol>li.csc-form-5>label {
  float: right;
}

/* FOOTER */

div#footer {
  position: relative;
  width: 960px;
  z-index: 666;
  bottom: 0px;
  left: 50%;
  margin-left: -480px;
}

div#footer div.box {
  position: relative;
  float: left;
  height: 128px;
}

div#footer div.box.left,
div#footer div.box.right {
  width: 236px;
}

div#footer div.box.left p {
  position: absolute;
  bottom: 5px;
  left: 0px;
}

div#footer div.box.left p,
div#footer div.box.left a,
div#footer div.box.left a:hover,
div#footer div.box.left a:focus {
  font-size: 9px;
  color: #a8a8a8;
  text-decoration: none;
}

div#footer div.box.right {
  background: url(../img/bg.footer.right.png) right bottom no-repeat;
}

div#footer div.box.mid {
  width: 488px;
  /*background: url(../img/bg.footer.mid.png) center bottom no-repeat;*/
  text-align: center;
}

div#footer div.box.mid p {
  font-size: 20px;
  font-weight: 200;
  color: #FFF;
  margin-top: 55px;
}

div#footer div.box.right a.btnNtz {
  display: block;
  width: 165px;
  height: 60px;

  position: absolute;
  top: 40px;
  left: 35px;
}