
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }


html {
  line-height: 1; }


ol, ul {
  list-style: none; }


table {
  border-collapse: collapse;
  border-spacing: 0; }


caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }


q, blockquote {
  quotes: none; }

  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }


a img {
  border: none; }


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }


@font-face {
  font-family: 'FuturaBT-Light';
  src: url("../fonts/26F3C6_0_0.eot");
  src: url("../fonts/26F3C6_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/26F3C6_0_0.woff") format("woff"), url("../fonts/26F3C6_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'FuturaBT-Book';
  src: url("../fonts/26F3C6_1_0.eot");
  src: url("../fonts/26F3C6_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/26F3C6_1_0.woff") format("woff"), url("../fonts/26F3C6_1_0.ttf") format("truetype"); }


* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }


body {
  background: url(../gfx/bg-body.png) repeat-x #535353;
  color: #707070;
  font: 12px / 18px Helvetica Neue, HelveticaNeue, Helvetica, Arial, sans-serif;
  text-align: center;
  -webkit-text-size-adjust: 100%; }


.container {
  background: url(../gfx/bg-circle.jpg) no-repeat gainsboro;
  border-left: 1px solid #8d8d8d;
  border-right: 1px solid #8d8d8d;
  margin: 0 auto;
  padding: 0 24px;
  text-align: left;
  width: 1000px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.52) 0 0 57px;
  -moz-box-shadow: rgba(0, 0, 0, 0.52) 0 0 57px;
  box-shadow: rgba(0, 0, 0, 0.52) 0 0 57px; }


h1, h2, h2, h3, h4, h5, h6 {
  color: #1d1d1b;
  font-family: FuturaBT-Light, Helvetica Neue, HelveticaNeue, Helvetica, Arial, sans-serif; }

  h1 a, h2 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit;
    color: #1d1d1b;
    text-decoration: none; }

    h1 a:hover, h1 a:active, h1 a:focus, h2 a:hover, h2 a:active, h2 a:focus, h2 a:hover, h2 a:active, h2 a:focus, h3 a:hover, h3 a:active, h3 a:focus, h4 a:hover, h4 a:active, h4 a:focus, h5 a:hover, h5 a:active, h5 a:focus, h6 a:hover, h6 a:active, h6 a:focus {
      text-decoration: underline; }


h1 {
  font-size: 24px;
  font-weight: normal;
  line-height: 24px;
  margin: 0 0 28px 0;
  padding: 5px 0 15px 0;
  position: relative; }

  h1:after {
    bottom: -1px;
    content: "";
    height: 1px;
    left: 1px;
    position: absolute;
    right: 1px;
    background-image: -webkit-gradient(linear, 0% 50%, 380 50%, color-stop(26.31579%, #d9d9d9), color-stop(100%, #ffffff));
    background-image: -webkit-linear-gradient(left, #d9d9d9 100px, #ffffff 380px);
    background-image: -moz-linear-gradient(left, #d9d9d9 100px, #ffffff 380px);
    background-image: -o-linear-gradient(left, #d9d9d9 100px, #ffffff 380px);
    background-image: linear-gradient(left, #d9d9d9 100px, #ffffff 380px); }


h2 {
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
  margin: 0 0 9px 0; }


h3 {
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 9px 0; }


h4 {
  color: #707070;
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 9px 0; }


p {
  margin: 0 0 9px 0; }

  p img {
    margin: 0; }


em {
  font-style: italic; }


strong {
  font-weight: bold; }


small {
  font-size: 80%;
  line-height: 1em; }



hr {
  border: solid #cccccc;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 20px;
  height: 0; }


a {
  color: #1d1d1b;
  outline: 0;
  text-decoration: none; }

  a:hover, a:focus, a:active {
    text-decoration: underline; }


ul {
  list-style: none outside; }


ol {
  list-style: decimal; }


ul.square, ul.circle, ul.disc {
  margin: 0 0 12px 24px; }

  ul.square li, ul.circle li, ul.disc li {
    margin-bottom: 6px; }

ul.square {
  list-style: square outside; }

ul.circle {
  list-style: circle outside; }

ul.disc {
  list-style: disc outside; }


form, fieldset {
  margin-bottom: 24px; }


input[type=text], input[type=password], input[type=email], select, textarea {
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 1px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 1px 1px; }


input[type="text"], input[type="password"], input[type="email"] {
  font: inherit;
  margin: 0 0 12px 0;
  display: inline-block;
  background-color: #e5e5e5;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE5E5E5', endColorstr='#FFFEFEFE');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIvPjxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjZWJlYmViIi8+PHN0b3Agb2Zmc2V0PSI3NCUiIHN0b3AtY29sb3I9IiNmOWY5ZjkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWZlZmUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e5e5e5), color-stop(30%, #ebebeb), color-stop(74%, #f9f9f9), color-stop(100%, #fefefe));
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #ebebeb 30%, #f9f9f9 74%, #fefefe 100%);
  background-image: -moz-linear-gradient(top, #e5e5e5 0%, #ebebeb 30%, #f9f9f9 74%, #fefefe 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0%, #ebebeb 30%, #f9f9f9 74%, #fefefe 100%);
  background-image: linear-gradient(top, #e5e5e5 0%, #ebebeb 30%, #f9f9f9 74%, #fefefe 100%);
  border: 1px solid #999999;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  color: #7f7f7f;
  height: 24px;
  line-height: 24px;
  max-width: 100%;
  outline: 0 none;
  padding: 0 32px 0 6px;
  width: 220px;
  z-index: 100; }

  input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    color: #707070;
    margin: 1px 0 11px 0; }


textarea {
  border: 1px solid #bbbbbb;
  padding: 6px 4px;
  outline: 0 none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font: inherit;
  color: #000;
  margin: 0;
  width: 210px;
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
  background: #fff; }


textarea {
  min-height: 60px; }

  textarea:focus {
    border: 1px solid #666666;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 0 3px;
    box-shadow: rgba(0, 0, 0, 0.4) 0 0 3px; }


label, legend {
  display: block; }


select {
  width: 220px; }


input[type="checkbox"] {
  display: inline; }


label span, legend span {
  font-weight: normal;
  color: #444; }



.align-right {
  text-align: right; }


.druck {
  display: none; }


.site-header {
  height: 470px;
  position: relative; }

  .site-header .logo {
    display: block;
    height: 80px;
    width: 100%; }

    .site-header .logo img {
      margin: 20px 0 0 20px; }

  .site-header .slider {
    height: 390px;
    position: relative;
    z-index: 10; }

    .site-header .slider .scrollable {
      height: 345px;
      overflow: hidden;
      position: relative;
      width: 950px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px;
      -webkit-box-shadow: rgba(0, 0, 0, 0.26) 5px 10px 10px;
      -moz-box-shadow: rgba(0, 0, 0, 0.26) 5px 10px 10px;
      box-shadow: rgba(0, 0, 0, 0.26) 5px 10px 10px; }

      .site-header .slider .scrollable .items figure {
        position: relative;
        z-index: 30; }

        .site-header .slider .scrollable .items figure img {
          z-index: 20;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          -ms-border-radius: 10px;
          -o-border-radius: 10px;
          border-radius: 10px; }

        .site-header .slider .scrollable .items figure figcaption {
          font-family: FuturaBT-Book, Helvetica Neue, HelveticaNeue, Helvetica, Arial, sans-serif;
          height: 40px;
          letter-spacing: .1em;
          line-height: 40px;
          padding-right: 10px;
          position: absolute;
          right: 0;
          text-align: right;
          top: 0;
          width: 100%;
          z-index: 21;
          -moz-border-radius-topright: 10px;
          -webkit-border-top-right-radius: 10px;
          border-top-right-radius: 10px;
          background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iNTAlIiB4Mj0iMTAwJSIgeTI9IjUwJSI+PHN0b3Agb2Zmc2V0PSIxMDBweCIgc3RvcC1jb2xvcj0icmdiYSgyNTUsIDI1NSwgMjU1LCAwKSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
          background-size: 100%;
          background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(100px, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
          background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 100px, #ffffff 100%);
          background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 100px, #ffffff 100%);
          background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 100px, #ffffff 100%);
          background-image: linear-gradient(left, rgba(255, 255, 255, 0) 100px, #ffffff 100%); }

    .site-header .slider #fssList {
      bottom: 6px;
      position: absolute;
      right: 20px;
      z-index: 1000; }

      .site-header .slider #fssList li {
        background: url(../gfx/slider-buttons.png) no-repeat;
        display: inline-block;
        height: 16px;
        margin-right: 3px;
        overflow: hidden;
        text-indent: 1000em;
        width: 16px; }

        .site-header .slider #fssList li.fssActive {
          background-position: -16px 0; }

        .site-header .slider #fssList li a {
          display: block; }

  .site-header .nav {
    font-family: FuturaBT-Book, Helvetica Neue, HelveticaNeue, Helvetica, Arial, sans-serif;
    height: 45px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 435px;
    width: 100%;
    z-index: 100; }

    .site-header .nav li {
      display: inline-block;
      height: 45px;
      margin-right: 12px;
      -moz-border-radius-topleft: 10px;
      -webkit-border-top-left-radius: 10px;
      border-top-left-radius: 10px;
      -moz-border-radius-topright: 10px;
      -webkit-border-top-right-radius: 10px;
      border-top-right-radius: 10px;
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSI2Ni42NjY2NyUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYmEoMjU1LCAyNTUsIDI1NSwgMC4yKSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 30, color-stop(66.66667%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0.2)));
      background-image: -webkit-linear-gradient(#ffffff 20px, rgba(255, 255, 255, 0.2) 30px);
      background-image: -moz-linear-gradient(#ffffff 20px, rgba(255, 255, 255, 0.2) 30px);
      background-image: -o-linear-gradient(#ffffff 20px, rgba(255, 255, 255, 0.2) 30px);
      background-image: linear-gradient(#ffffff 20px, rgba(255, 255, 255, 0.2) 30px); }

      .site-header .nav li.active {
        background: white;
        -webkit-box-shadow: rgba(0, 0, 0, 0.26) 5px 5px 10px;
        -moz-box-shadow: rgba(0, 0, 0, 0.26) 5px 5px 10px;
        box-shadow: rgba(0, 0, 0, 0.26) 5px 5px 10px; }

        .site-header .nav li.active a {
          color: #1d1d1b;
          text-decoration: underline; }

      .site-header .nav li a {
        color: #7f7f7f;
        display: block;
        letter-spacing: .1em;
        line-height: 31px;
        padding: 0 8px 10px 8px; }


.content {
  margin-bottom: 50px;
  padding: 50px 20px 0 20px;
  position: relative;
  width: 950px;
  z-index: 200;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSI2NC43MDU4OCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYmEoMjU1LCAyNTUsIDI1NSwgMCkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 340, color-stop(64.70588%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(#ffffff 220px, rgba(255, 255, 255, 0) 340px);
  background-image: -moz-linear-gradient(#ffffff 220px, rgba(255, 255, 255, 0) 340px);
  background-image: -o-linear-gradient(#ffffff 220px, rgba(255, 255, 255, 0) 340px);
  background-image: linear-gradient(#ffffff 220px, rgba(255, 255, 255, 0) 340px);
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  zoom: 1; }

  .content:after {
    clear: both; }

  .content:before, .content:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }

  .content .shadow {
    background: url(../gfx/bg-content-shadow.png) no-repeat;
    content: '';
    display: block;
    height: 300px;
    position: absolute;
    right: -25px;
    top: 5px;
    width: 25px; }

  .content img {
    border: 1px solid darkgrey;
    height: auto;
    margin-bottom: 18px;
    width: 440px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px; }

  .content article {
    margin-bottom: 18px; }

  .content iframe {
    border: 1px solid darkgrey;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px; }

  .content .main {
    float: left;
    width: 440px; }

  .content .aside {
    float: left;
    margin: 0 0 0 30px;
    width: 440px; }


.referenzen article {
  height: 130px;
  overflow: hidden; }

.referenzen aside article {
  height: 128px;
  margin: 0 0 20px 0;
  overflow: hidden;
  padding-top: 18px;
  width: 100%; }

  .referenzen aside article img {
    float: left;
    height: 100px;
    margin: 0 0 0 10px;
    width: 140px; }

  .referenzen aside article a:first-child img {
    margin-left: 0; }


.footer {
  background: #b3b3b3;
  color: #414141;
  font-size: 11px;
  line-height: 1.2em;
  overflow: hidden;
  padding: 15px;
  width: 100%;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.26) 5px 5px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.26) 5px 5px 10px;
  box-shadow: rgba(0, 0, 0, 0.26) 5px 5px 10px;
  zoom: 1; }

  .footer:after {
    clear: both; }

  .footer:before, .footer:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }

  .footer p {
    margin-bottom: 0; }

  .footer a[href^="mailto:"] {
    color: #414141;
    text-decoration: underline; }
  @media (max-width: 480px) {

    .footer a {
      color: #414141;
      text-decoration: underline; } }

  .footer .contact {
    float: left;
    width: 180px; }

  .footer .imprint {
    display: block;
    float: right;
    margin-top: 2.4em; }


.lte8 .content {
  background: white; }

.lte8 .site-header .slider .scrollable .items figure figcaption {
  background: white;
  width: 316px; }

.lte8 .site-header .nav li {
  background: whitesmoke; }

  .lte8 .site-header .nav li.active {
    background: white; }


/*** Korr. fader@dt-internet.de, 28.08.2018 ***/

.content img {
    max-width: 440px;
    width: auto;
  }

.footer .imprint {
  margin-left: 1em;
}