/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

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

body {
  font-family: Arial, Helvetica;
  font-size: 13px;
  line-height: 23px; }

h1, h2, h3 {
  font-weight: bold; }

h1 {
  font-size: 24px;
  line-height: 38px;
  margin: 0 0 20px; }

h2 {
  font-size: 22px;
  line-height: 28px;
  margin: 0 0 20px; }

h3 {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 20px; }

textarea {
  font-family: Arial, Helvetica; }

form {
  width: 100%;
  float: left; }
  @media screen and (min-width: 70.1em) {
    form {
      margin-top: 20px; } }
  form label {
    float: left;
    clear: left;
    width: 140px;
    text-align: right;
    margin-right: 10px; }
    @media screen and (max-width: 45em) {
      form label {
        display: none; } }
    @media screen and (min-width: 45.1em) and (max-width: 70em) {
      form label {
        display: none; } }
  form input[type="text"], form input[type="tel"], form input[type="email"], form select, form textarea {
    float: left;
    padding: 5px 10px;
    margin-bottom: 10px;
    width: 300px; }
    @media screen and (max-width: 45em) {
      form input[type="text"], form input[type="tel"], form input[type="email"], form select, form textarea {
        width: 100%; } }
    @media screen and (min-width: 45.1em) and (max-width: 70em) {
      form input[type="text"], form input[type="tel"], form input[type="email"], form select, form textarea {
        width: 48%; } }
  form textarea {
    height: 262px;
    width: 470px;
    float: right;
    margin-left: 20px;
    padding: 10px; }
    @media screen and (max-width: 45em) {
      form textarea {
        width: 100%;
        position: absolute;
        top: 340px;
        left: -20px; } }
    @media screen and (min-width: 45.1em) and (max-width: 70em) {
      form textarea {
        width: 49%; } }
  form input[type="submit"] {
    clear: both;
    float: right;
    margin-top: 2px; }
    @media screen and (max-width: 45em) {
      form input[type="submit"] {
        margin-top: 280px; } }

.accordion-tabs {
  margin: 0 0 20px 0 !important; }
  .accordion-tabs:after {
    content: "";
    display: table;
    clear: both; }
  .accordion-tabs .tab-header-and-content:first-child .tab-link {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px; }
  .accordion-tabs .tab-link {
    background-color: #b09fbe;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    display: block;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    padding: 10px 10px; }
    .accordion-tabs .tab-link:hover {
      color: white; }
    .accordion-tabs .tab-link:focus {
      outline: none; }
    .accordion-tabs .tab-link.is-active {
      background-color: #9c87ad; }
  .accordion-tabs .tab-content {
    background: rgba(200, 200, 200, 0.1);
    display: none;
    padding: 20px 20px 60px 20px; }

.modal label {
  cursor: pointer;
  margin-bottom: 0; }
.modal label img {
  border-radius: 150px;
  display: block;
  max-width: 300px; }
.modal input[type="checkbox"] {
  display: none; }
.modal .modal-open {
  overflow: hidden; }
.modal .modal-window {
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  text-align: left;
  visibility: hidden;
  z-index: 99999999999; }
  .modal .modal-window:hover {
    cursor: pointer; }
  .modal .modal-window .modal-bg {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    cursor: pointer; }
.modal .modal-close {
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  height: 1.5em;
  width: 1.5em;
  cursor: pointer;
  background: white; }
  .modal .modal-close:after, .modal .modal-close:before {
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 0;
    left: 50%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 1.5em;
    width: 0.15em;
    background: #dedede;
    content: '';
    display: block;
    margin: -3px 0 0 -1px; }
  .modal .modal-close:hover:after, .modal .modal-close:hover:before {
    background: #c5c5c5; }
  .modal .modal-close:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
.modal .modal-inner {
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  border-radius: 2px;
  background: white;
  margin: auto;
  max-height: 95%;
  position: relative;
  overflow: auto;
  width: 95%;
  padding: 1.5em;
  margin-top: .6em; }
  .modal .modal-inner:hover {
    cursor: default; }
  @media screen and (max-width: 45em) {
    .modal .modal-inner iframe {
      height: 240px; } }
  @media screen and (min-width: 45.1em) and (max-width: 70em) {
    .modal .modal-inner iframe {
      height: 280px; } }
  @media screen and (min-width: 70.1em) {
    .modal .modal-inner iframe {
      height: 480px; } }
  @media screen and (min-width: 45.1em) and (max-width: 70em) {
    .modal .modal-inner {
      padding: 3em;
      width: 60%;
      max-height: 60%;
      margin-top: 10em; } }
  @media screen and (min-width: 70.1em) {
    .modal .modal-inner {
      width: 50%;
      margin-top: 10em; } }
  .modal .modal-inner h1 {
    color: #a0a0a0;
    margin-bottom: .6em;
    text-align: left;
    text-transform: capitalize; }
  .modal .modal-inner p.body, .modal .modal-inner p.intro {
    font-size: 13px;
    max-width: 100% !important;
    text-align: center; }
    .modal .modal-inner p.body.intro, .modal .modal-inner p.intro.intro {
      color: #a0a0a0;
      line-height: 1.6em; }
    .modal .modal-inner p.body.body, .modal .modal-inner p.intro.body {
      color: red;
      line-height: 1.45em; }
      @media screen and (min-width: 45.1em) and (max-width: 70em) {
        .modal .modal-inner p.body.body, .modal .modal-inner p.intro.body {
          -webkit-columns: 2 8em;
          -moz-columns: 2 8em;
          columns: 2 8em; } }
  .modal .modal-inner a.cta {
    color: #b49dc4;
    display: inline-block;
    margin-right: .5em;
    margin-top: 1em; }
    .modal .modal-inner a.cta:last-child {
      padding: 0 2em; }
.modal .modal-state:checked + .modal-window {
  opacity: 1;
  visibility: visible; }
.modal .modal-state:checked + .modal-window .modal-inner {
  top: 0; }

body #top {
  border-bottom: 2px solid #b49dc4;
  position: relative; }
  @media screen and (max-width: 45em) {
    body #top {
      height: 100px; } }
  @media screen and (min-width: 45.1em) and (max-width: 70em) {
    body #top {
      height: 140px; } }
  @media screen and (min-width: 70.1em) {
    body #top {
      height: 140px; } }
  body #top #logo {
    background: url("images/logo_baddpi.png") no-repeat;
    background-size: contain;
    position: absolute;
    text-align: left; }
    @media screen and (max-width: 45em) {
      body #top #logo {
        width: 70%;
        margin-left: 10px;
        height: 70px;
        margin-top: 20px;
        float: left; } }
    @media screen and (min-width: 45.1em) and (max-width: 70em) {
      body #top #logo {
        margin-top: 30px;
        width: 390px;
        height: 100px;
        float: left; } }
    @media screen and (min-width: 70.1em) {
      body #top #logo {
        margin-top: 30px;
        width: 390px;
        height: 100px; } }
    body #top #logo a {
      display: block;
      width: 100%;
      height: 100%; }
  body #top #menu {
    padding: 0;
    margin: 0;
    position: absolute;
    font-size: 13px;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear; }
    @media screen and (max-width: 45em) {
      body #top #menu {
        position: fixed;
        top: 0px;
        right: auto;
        bottom: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
        z-index: 999999;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        opacity: 0;
        background: rgba(0, 0, 0, 0.2);
        pointer-events: none; } }
    @media screen and (min-width: 45.1em) and (max-width: 70em) {
      body #top #menu {
        position: fixed;
        top: 0px;
        right: auto;
        bottom: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
        z-index: 999999;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        opacity: 0;
        background: rgba(0, 0, 0, 0.2);
        pointer-events: none; } }
    @media screen and (min-width: 70.1em) {
      body #top #menu {
        right: 0;
        top: 0; } }
    body #top #menu li {
      background: #9c87ad;
      color: #fff;
      font-weight: bold;
      border-bottom: 1px solid #fff;
      margin-right: 10px;
      z-index: 999;
      position: relative; }
      @media screen and (max-width: 45em) {
        body #top #menu li {
          display: block;
          width: 100%; } }
      @media screen and (min-width: 45.1em) and (max-width: 70em) {
        body #top #menu li {
          display: block;
          width: 100%; } }
      @media screen and (min-width: 70.1em) {
        body #top #menu li {
          display: inline-block;
          position: relative; }
          body #top #menu li a.active:after {
            content: " ";
            background: rgba(255, 255, 255, 0.3);
            position: absolute;
            bottom: 0;
            left: 0;
            display: block;
            width: 100%;
            height: 5px; } }
      body #top #menu li:last-of-type {
        margin-right: 0; }
      body #top #menu li:hover ul.submenu {
        display: block !important;
        visibility: visible !important; }
      body #top #menu li a {
        color: #fff;
        text-decoration: none;
        display: block;
        padding: 0 20px; }
        body #top #menu li a:hover {
          background: #b49dc4; }
        @media screen and (max-width: 45em) {
          body #top #menu li a {
            line-height: 54px; }
            body #top #menu li a.active:before {
              content: "_"; } }
        @media screen and (min-width: 45.1em) and (max-width: 70em) {
          body #top #menu li a {
            line-height: 54px; }
            body #top #menu li a.active:before {
              content: "_"; } }
        @media screen and (min-width: 70.1em) {
          body #top #menu li a {
            line-height: 34px; } }
      body #top #menu li ul.submenu {
        width: 100%; }
        @media screen and (min-width: 70.1em) {
          body #top #menu li ul.submenu {
            visibility: hidden;
            display: none;
            position: absolute;
            top: 35px;
            left: 0; } }
        body #top #menu li ul.submenu li {
          display: list-item;
          background: #b49dc4;
          margin-right: 0; }
          @media screen and (max-width: 45em) {
            body #top #menu li ul.submenu li {
              border-top: 1px solid #fff;
              border-bottom: 0px;
              padding-left: 20px; } }
          @media screen and (min-width: 45.1em) and (max-width: 70em) {
            body #top #menu li ul.submenu li {
              border-top: 1px solid #fff;
              border-bottom: none !important;
              padding-left: 20px; } }
          @media screen and (max-width: 45em) {
            body #top #menu li ul.submenu li:hover {
              background: #9c87ad; } }
          @media screen and (min-width: 45.1em) and (max-width: 70em) {
            body #top #menu li ul.submenu li:hover {
              background: #9c87ad; } }
          @media screen and (min-width: 70.1em) {
            body #top #menu li ul.submenu li a:hover {
              background: #9c87ad; } }
    body #top #menu #menuspacer {
      height: 100%;
      background: rgba(0, 0, 0, 0.2);
      z-index: 998;
      position: fixed;
      width: 100%;
      display: none; }
      @media screen and (min-width: 70.1em) {
        body #top #menu #menuspacer {
          display: none; } }
    body #top #menu.show {
      -webkit-transition: all 0.25s linear;
      -moz-transition: all 0.25s linear;
      transition: all 0.25s linear;
      opacity: 1;
      display: block;
      pointer-events: all; }
  body #top #switch_mobimenu {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 35px;
    border-radius: 6px;
    border: 2px solid #b49dc4;
    color: #b49dc4;
    background: white;
    font-weight: bold;
    font-size: 22px;
    line-height: 13px; }
    body #top #switch_mobimenu:hover {
      cursor: pointer; }
    @media screen and (min-width: 70.1em) {
      body #top #switch_mobimenu {
        display: none; } }
  body #top #badge {
    position: absolute;
    right: 0;
    width: 80px;
    height: 80px;
    background: url("images/tuv.png") no-repeat;
    background-size: 100% 100%; }
    @media screen and (max-width: 45em) {
      body #top #badge {
        top: 69px;
        width: 60px;
        height: 60px;
        right: 9px; } }
    @media screen and (min-width: 45.1em) and (max-width: 70em) {
      body #top #badge {
        top: 99px;
        right: 10px; } }
    @media screen and (min-width: 70.1em) {
      body #top #badge {
        top: 99px; } }
    body #top #badge a {
      display: block;
      height: 100%;
      width: 100%; }
body #total #content h2.middle-line {
  text-align: center;
  width: 100%; }
  body #total #content h2.middle-line:after {
    width: 100%;
    height: 2px;
    margin-top: -15px;
    margin-bottom: 50px;
    display: block;
    content: " "; }
  body #total #content h2.middle-line span {
    padding: 0 20px;
    display: inline-block; }
body #total #content .stil1 {
  background: #fff7ff;
  color: #6f5b7e;
  border-bottom: 2px solid #b49dc4; }
  body #total #content .stil1 h1, body #total #content .stil1 h2, body #total #content .stil1 h3, body #total #content .stil1 h4 {
    color: #b49dc4; }
  body #total #content .stil1 .button {
    padding: 0 40px;
    line-height: 34px;
    height: 38px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    white-space: nowrap;
    background: #b49dc4;
    color: #fff;
    border: 2px solid #b49dc4; }
    @media screen and (max-width: 45em) {
      body #total #content .stil1 .button {
        display: block;
        width: 100%; } }
    body #total #content .stil1 .button:hover {
      background: #9c87ad; }
    body #total #content .stil1 .button:after {
      content: "\00BB";
      font-size: 20px;
      margin-right: -20px;
      margin-left: 20px;
      line-height: 32px;
      margin-top: 3px; }
  body #total #content .stil1 h2.middle-line:after {
    background: #b49dc4; }
  body #total #content .stil1 h2.middle-line span {
    background: #fff7ff; }
body #total #content .stil2 {
  background: #9c87ad;
  color: #fff;
  border-bottom: 2px solid #b49dc4; }
  body #total #content .stil2 .button {
    padding: 0 40px;
    line-height: 34px;
    height: 38px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    white-space: nowrap;
    background: #fff;
    color: #9c87ad;
    border: 2px solid #b49dc4; }
    @media screen and (max-width: 45em) {
      body #total #content .stil2 .button {
        display: block;
        width: 100%; } }
    body #total #content .stil2 .button:hover {
      color: #9c87ad;
      background: #faf2fa; }
    body #total #content .stil2 .button:after {
      content: "\00BB";
      font-size: 20px;
      margin-right: -20px;
      margin-left: 20px;
      line-height: 32px;
      margin-top: 3px;
      margin-right: 0; }
  body #total #content .stil2 a {
    color: #fff; }
    body #total #content .stil2 a:hover {
      color: #e6e6e6; }
body #total #content h2.middle-line:after {
  background: #fff; }
body #total #content h2.middle-line span {
  background: #9c87ad; }
@media screen and (max-width: 45em) {
  body #total #content .stil1, body #total #content .stil2 {
    padding: 40px 20px; } }
@media screen and (min-width: 45.1em) and (max-width: 70em) {
  body #total #content .stil1, body #total #content .stil2 {
    padding: 80px 10px; } }
@media screen and (min-width: 70.1em) {
  body #total #content .stil1, body #total #content .stil2 {
    padding: 80px 0; } }
body #total #content .customer .grid3 .gridcontent {
  height: 120px;
  background-size: 90% auto;
  background-repeat: no-repeat;
  background-position: center center; }
  body #total #content .customer .grid3 .gridcontent:hover {
    background-color: #f9eef9; }
body #total #content .grid3 {
  margin-bottom: 20px; }
  @media screen and (max-width: 45em) {
    body #total #content .grid3 {
      float: left;
      display: block;
      margin-right: 3.54871%;
      width: 100%; }
      body #total #content .grid3:last-child {
        margin-right: 0; }
      body #total #content .grid3:last-of-type {
        margin-bottom: 50px; } }
  @media screen and (min-width: 45.1em) and (max-width: 70em) {
    body #total #content .grid3 {
      float: left;
      display: block;
      margin-right: 3.54871%;
      width: 30.96753%; }
      body #total #content .grid3:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 70.1em) {
    body #total #content .grid3 {
      float: left;
      display: block;
      margin-right: 3.54871%;
      width: 30.96753%; }
      body #total #content .grid3:last-child {
        margin-right: 0; } }
  body #total #content .grid3 h1, body #total #content .grid3 h2, body #total #content .grid3 h3, body #total #content .grid3 h4 {
    text-align: center; }
  body #total #content .grid3 .gridcontent {
    background: #faf2fa; }
    body #total #content .grid3 .gridcontent p {
      padding: 10px;
      margin-left: 0; }
    body #total #content .grid3 .gridcontent a.button {
      display: block; }
body #total #content .grid45 {
  margin-bottom: 20px; }
  @media screen and (max-width: 45em) {
    body #total #content .grid45 {
      float: left;
      display: block;
      margin-right: 3.54871%;
      width: 100%; }
      body #total #content .grid45:last-child {
        margin-right: 0; }
      body #total #content .grid45:last-of-type {
        margin-bottom: 50px; } }
  @media screen and (min-width: 45.1em) and (max-width: 70em) {
    body #total #content .grid45 {
      float: left;
      display: block;
      margin-right: 3.54871%;
      width: 48.22564%; }
      body #total #content .grid45:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 70.1em) {
    body #total #content .grid45 {
      float: left;
      display: block;
      margin-right: 3.54871%;
      width: 48.22564%; }
      body #total #content .grid45:last-child {
        margin-right: 0; } }
  body #total #content .grid45 h1, body #total #content .grid45 h2, body #total #content .grid45 h3, body #total #content .grid45 h4 {
    text-align: center; }
  body #total #content .grid45 .gridcontent {
    background: #faf2fa; }
    body #total #content .grid45 .gridcontent p {
      padding: 10px;
      margin-left: 0; }
    body #total #content .grid45 .gridcontent a.button {
      display: block; }
body #total #content .grid6 {
  margin-bottom: 20px; }
  @media screen and (max-width: 45em) {
    body #total #content .grid6 {
      float: left;
      display: block;
      margin-right: 3.54871%;
      width: 100%; }
      body #total #content .grid6:last-child {
        margin-right: 0; }
      body #total #content .grid6:last-of-type {
        margin-bottom: 50px; } }
  @media screen and (min-width: 45.1em) and (max-width: 70em) {
    body #total #content .grid6 {
      float: left;
      display: block;
      margin-right: 3.54871%;
      width: 65.48376%; }
      body #total #content .grid6:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 70.1em) {
    body #total #content .grid6 {
      float: left;
      display: block;
      margin-right: 3.54871%;
      width: 65.48376%; }
      body #total #content .grid6:last-child {
        margin-right: 0; } }
  body #total #content .grid6 h1, body #total #content .grid6 h2, body #total #content .grid6 h3, body #total #content .grid6 h4 {
    text-align: center; }
  body #total #content .grid6 .gridcontent {
    background: #faf2fa; }
    body #total #content .grid6 .gridcontent p {
      padding: 10px;
      margin-left: 0; }
    body #total #content .grid6 .gridcontent a.button {
      display: block; }
body #total #content .stil2 .grid3 .gridcontent, body #total #content .stil2 .grid45 .gridcontent, body #total #content .stil2 .grid6 .gridcontent {
  background: #ad9cbb; }
  body #total #content .stil2 .grid3 .gridcontent p a, body #total #content .stil2 .grid45 .gridcontent p a, body #total #content .stil2 .grid6 .gridcontent p a {
    color: #fff; }
body #total #content ul {
  margin: 10px 10px 20px 10px; }
  body #total #content ul.check {
    list-style-type: none; }
    @media screen and (min-width: 45.1em) and (max-width: 70em) {
      body #total #content ul.check {
        margin-left: 125px; } }
    @media screen and (min-width: 70.1em) {
      body #total #content ul.check {
        margin-left: 125px; } }
    body #total #content ul.check li:first-line {
      font-weight: 600;
      line-height: 23px; }
    body #total #content ul.check li:before {
      content: "\2713";
      margin-right: 10px; }
    body #total #content ul.check li span {
      margin-left: 24px;
      margin-bottom: 20px;
      display: block; }
body #total #teaser-content {
  font-size: 0.9em;
  width: 550px;
  background: rgba(255, 255, 255, 0.4);
  padding: 20px;
  position: absolute;
  right: 0;
  margin-top: 55px;
  text-align: left; }
  body #total #teaser-content h3 {
    margin-bottom: 10px; }
  body #total #teaser-content a {
    text-decoration: none; }
  @media screen and (max-width: 45em) {
    body #total #teaser-content {
      display: none !important; } }
body #total #teaser-start {
  border-bottom: 2px solid #b49dc4;
  background: url("images/teaser-start.jpg") no-repeat;
  background-size: cover;
  background-position: 20% 58%; }
  @media screen and (max-width: 45em) {
    body #total #teaser-start {
      height: 100px; } }
  @media screen and (min-width: 45.1em) and (max-width: 70em) {
    body #total #teaser-start {
      height: 200px; } }
  @media screen and (min-width: 70.1em) {
    body #total #teaser-start {
      height: 200px; } }
body #total #teaser-unternehmen {
  border-bottom: 2px solid #b49dc4;
  background: url("images/teaser-cloud.png") no-repeat #faf2fa;
  background-size: 50% auto;
  background-position: 50% 58%; }
  @media screen and (max-width: 45em) {
    body #total #teaser-unternehmen {
      height: 100px; } }
  @media screen and (min-width: 45.1em) and (max-width: 70em) {
    body #total #teaser-unternehmen {
      height: 200px; } }
  @media screen and (min-width: 70.1em) {
    body #total #teaser-unternehmen {
      height: 200px; } }
body #total #teaser-hygienemanagement {
  border-bottom: 2px solid #b49dc4;
  background: url("images/teaser-start.jpg") no-repeat;
  background-size: cover;
  background-position: 20% 58%; }
  @media screen and (max-width: 45em) {
    body #total #teaser-hygienemanagement {
      height: 100px; } }
  @media screen and (min-width: 45.1em) and (max-width: 70em) {
    body #total #teaser-hygienemanagement {
      height: 200px; } }
  @media screen and (min-width: 70.1em) {
    body #total #teaser-hygienemanagement {
      height: 200px; } }
body #total #teaser-vortraege {
  border-bottom: 2px solid #b49dc4;
  background: url("images/stahlwerk.jpg") no-repeat;
  background-size: cover;
  background-position: 50% 10%; }
  @media screen and (max-width: 45em) {
    body #total #teaser-vortraege {
      height: 100px; } }
  @media screen and (min-width: 45.1em) and (max-width: 70em) {
    body #total #teaser-vortraege {
      height: 200px; } }
  @media screen and (min-width: 70.1em) {
    body #total #teaser-vortraege {
      height: 200px; } }
body #total #teaser-schulungen {
  border-bottom: 2px solid #b49dc4;
  background: url("images/Fotolia_76881771_S_1.jpg") no-repeat;
  background-size: cover;
  background-position: 25% 18%; }
  @media screen and (max-width: 45em) {
    body #total #teaser-schulungen {
      height: 100px; } }
  @media screen and (min-width: 45.1em) and (max-width: 70em) {
    body #total #teaser-schulungen {
      height: 200px; } }
  @media screen and (min-width: 70.1em) {
    body #total #teaser-schulungen {
      height: 200px; } }
body #total #teaser-kontakt {
  border-bottom: 2px solid #b49dc4;
  background: url("images/Fotolia_75996932_M_1.jpg") no-repeat;
  background-size: cover;
  background-position: 25% 56%; }
  @media screen and (max-width: 45em) {
    body #total #teaser-kontakt {
      height: 100px; } }
  @media screen and (min-width: 45.1em) and (max-width: 70em) {
    body #total #teaser-kontakt {
      height: 200px; } }
  @media screen and (min-width: 70.1em) {
    body #total #teaser-kontakt {
      height: 200px; } }
body #total .icon {
  height: 64px;
  width: 64px;
  background: url("images/sprite.png");
  background-size: 192px auto;
  margin: 0 auto;
  margin-bottom: 20px; }
  @media screen and (max-width: 45em) {
    body #total .icon {
      margin-top: 50px; } }
  @media screen and (min-width: 45.1em) and (max-width: 70em) {
    body #total .icon {
      margin-top: 0px; } }
body #total .icon-left {
  float: left;
  margin-right: 50px;
  height: 64px;
  width: 64px;
  margin-top: -15px; }
  @media screen and (max-width: 45em) {
    body #total .icon-left {
      margin-top: 0px;
      display: none; } }
  @media screen and (min-width: 45.1em) and (max-width: 70em) {
    body #total .icon-left {
      margin-top: 0px; } }
body #total .il-white {
  background: url("images/sprite_white.png");
  background-size: 192px auto; }
body #total .il-normal {
  background: url("images/sprite.png");
  background-size: 192px auto; }
@media screen and (max-width: 45em) {
  body #total .stil2:first-of-type p, body #total .stil1:first-of-type p {
    margin-left: 0px; } }
@media screen and (min-width: 45.1em) and (max-width: 70em) {
  body #total .stil2:first-of-type p, body #total .stil1:first-of-type p {
    margin-left: 115px; } }
@media screen and (min-width: 70.1em) {
  body #total .stil2:first-of-type p, body #total .stil1:first-of-type p {
    margin-left: 115px; } }
body #total .training {
  background-position: -64px 0; }
body #total .lecture {
  background-position: 0 -128px; }
body #total .infectionmgmt {
  background-position: 128px -128px; }
body #total .qualitymgmt {
  background-position: 64px -128px; }
body #total .video .video {
  background-position: -128px -64px;
  margin-top: 50px !important; }
body #total .hygtag {
  background-position: 0 -192px; }
body #total .company {
  background-position: 64px 0; }
  @media screen and (max-width: 45em) {
    body #total .company {
      margin-top: 10px; } }
body #total .contact {
  background-position: 0px -64px; }
body #total .legal {
  background-position: -64px -64px; }
body #footer {
  color: #b49dc4; }
  @media screen and (max-width: 45em) {
    body #footer {
      padding: 20px 20px; } }
  @media screen and (min-width: 45.1em) and (max-width: 70em) {
    body #footer {
      padding: 20px 10px; } }
  @media screen and (min-width: 70.1em) {
    body #footer {
      padding: 20px 0; } }
  body #footer a {
    color: #b49dc4;
    text-decoration: none;
    font-weight: bold; }
    body #footer a:hover {
      color: #9c87ad; }
body .content {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  body .content:after {
    content: "";
    display: table;
    clear: both; }
body .right {
  float: right; }
body strong {
  font-weight: bold; }
@media screen and (max-width: 45em) {
  body .hidemobi {
    display: none; } }
@media screen and (min-width: 45.1em) and (max-width: 70em) {
  body .hidemobi {
    display: none; } }
@media screen and (min-width: 70.1em) {
  body .showmobi {
    display: none !important; } }
body a {
  color: #6f5b7e; }
  body a:hover {
    color: #9c87ad; }
body .video {
  width: 480px;
  height: 250px;
  background: url("images/thumb_vid.jpg") no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 40px;
  margin: 0 auto; }
  @media screen and (max-width: 45em) {
    body .video .icon-left {
      display: block !important; } }
body .notice {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  margin-bottom: 20px; }
  @media screen and (max-width: 45em) {
    body .notice {
      margin-top: -20px; } }
  @media screen and (min-width: 45.1em) and (max-width: 70em) {
    body .notice {
      margin-top: -30px; } }
  @media screen and (min-width: 70.1em) {
    body .notice {
      margin-top: -50px; } }
body .success {
  background: #B49DC4;
  color: white; }
body .error {
  background: #d00d01;
  color: white; }
@media screen and (max-width: 45em) {
  body #kontaktformular .content input[type="button"] {
    margin-top: 275px; } }
body .nomttiny {
  margin-top: 40px; }
  @media screen and (max-width: 45em) {
    body .nomttiny {
      margin-top: -20px; } }
