@charset "UTF-8";
/*!
    © 2017 webbrand GmbH / Am Marktplatz 11 / D-28844 Weyhe
    E-Mail: hallo@webbrand.de / Phone: 04203 83 99 780
*/
/* normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
/* titillium-web-regular - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/titillium-web-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/titillium-web-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v15-latin-regular.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-italic - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/titillium-web-v15-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/titillium-web-v15-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v15-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v15-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v15-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v15-latin-italic.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-700 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/titillium-web-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/titillium-web-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v15-latin-700.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-700italic - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/titillium-web-v15-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/titillium-web-v15-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v15-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v15-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v15-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v15-latin-700italic.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
@import url(misc/jquery.modal.min.css);
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

*,
*::before,
*::after,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  width: 100%;
  height: 100%; }

html {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased; }

p {
  margin-bottom: .75em; }

b,
strong {
  font-weight: bold; }

i {
  font-style: italic; }

ul,
ol {
  list-style: none; }

img {
  display: block; }

input,
select,
button,
label {
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none; }

@media (max-width: 74.9375em) {
  body::after {
    content: "bp-medium";
    display: none; } }

@media (max-width: 47.9375em) {
  body::after {
    content: "bp-small";
    display: none; } }

@media (min-width: 75em) {
  body::after {
    content: "bp-large";
    display: none; } }

@media (min-width: 112.5em) {
  body::after {
    content: "bp-xlarge";
    display: none; } }

body#preview .container, .inner, .service-links, .referenzen {
  *zoom: 1; }
  body#preview .container:before, .inner:before, .service-links:before, .referenzen:before, body#preview .container:after, .inner:after, .service-links:after, .referenzen:after {
    content: '';
    display: table;
    line-height: 0; }
  body#preview .container:after, .inner:after, .service-links:after, .referenzen:after {
    clear: both; }

.col1 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 8.3333333333%;
  padding: 0 10px; }
  @media (max-width: 47.9375em) {
    .col1 {
      width: 100%;
      left: 0;
      float: none; } }

.col2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 16.6666666667%;
  padding: 0 10px; }
  @media (max-width: 47.9375em) {
    .col2 {
      width: 100%;
      left: 0;
      float: none; } }

.col3 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 25%;
  padding: 0 10px; }
  @media (max-width: 47.9375em) {
    .col3 {
      width: 100%;
      left: 0;
      float: none; } }

.col4 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 33.3333333333%;
  padding: 0 10px; }
  @media (max-width: 47.9375em) {
    .col4 {
      width: 100%;
      left: 0;
      float: none; } }

.col5 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 41.6666666667%;
  padding: 0 10px; }
  @media (max-width: 47.9375em) {
    .col5 {
      width: 100%;
      left: 0;
      float: none; } }

.col6 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 50%;
  padding: 0 10px; }
  @media (max-width: 47.9375em) {
    .col6 {
      width: 100%;
      left: 0;
      float: none; } }

.col7 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 58.3333333333%;
  padding: 0 10px; }
  @media (max-width: 47.9375em) {
    .col7 {
      width: 100%;
      left: 0;
      float: none; } }

.col8 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 66.6666666667%;
  padding: 0 10px; }
  @media (max-width: 47.9375em) {
    .col8 {
      width: 100%;
      left: 0;
      float: none; } }

.col9 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 75%;
  padding: 0 10px; }
  @media (max-width: 47.9375em) {
    .col9 {
      width: 100%;
      left: 0;
      float: none; } }

.col10 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 83.3333333333%;
  padding: 0 10px; }
  @media (max-width: 47.9375em) {
    .col10 {
      width: 100%;
      left: 0;
      float: none; } }

.col11 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 91.6666666667%;
  padding: 0 10px; }
  @media (max-width: 47.9375em) {
    .col11 {
      width: 100%;
      left: 0;
      float: none; } }

.col12 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 100%;
  padding: 0 10px; }
  @media (max-width: 47.9375em) {
    .col12 {
      width: 100%;
      left: 0;
      float: none; } }

.col13 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 108.333333333%;
  padding: 0 10px; }
  @media (max-width: 47.9375em) {
    .col13 {
      width: 100%;
      left: 0;
      float: none; } }

.col14 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 116.666666667%;
  padding: 0 10px; }
  @media (max-width: 47.9375em) {
    .col14 {
      width: 100%;
      left: 0;
      float: none; } }

.col15 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 125%;
  padding: 0 10px; }
  @media (max-width: 47.9375em) {
    .col15 {
      width: 100%;
      left: 0;
      float: none; } }

.col16 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 133.333333333%;
  padding: 0 10px; }
  @media (max-width: 47.9375em) {
    .col16 {
      width: 100%;
      left: 0;
      float: none; } }

.col17 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 141.666666667%;
  padding: 0 10px; }
  @media (max-width: 47.9375em) {
    .col17 {
      width: 100%;
      left: 0;
      float: none; } }

.col18 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 150%;
  padding: 0 10px; }
  @media (max-width: 47.9375em) {
    .col18 {
      width: 100%;
      left: 0;
      float: none; } }

.col19 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 158.333333333%;
  padding: 0 10px; }
  @media (max-width: 47.9375em) {
    .col19 {
      width: 100%;
      left: 0;
      float: none; } }

.col20 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 166.666666667%;
  padding: 0 10px; }
  @media (max-width: 47.9375em) {
    .col20 {
      width: 100%;
      left: 0;
      float: none; } }

.col21 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 175%;
  padding: 0 10px; }
  @media (max-width: 47.9375em) {
    .col21 {
      width: 100%;
      left: 0;
      float: none; } }

.col22 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 183.333333333%;
  padding: 0 10px; }
  @media (max-width: 47.9375em) {
    .col22 {
      width: 100%;
      left: 0;
      float: none; } }

.col23 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 191.666666667%;
  padding: 0 10px; }
  @media (max-width: 47.9375em) {
    .col23 {
      width: 100%;
      left: 0;
      float: none; } }

.col24 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 200%;
  padding: 0 10px; }
  @media (max-width: 47.9375em) {
    .col24 {
      width: 100%;
      left: 0;
      float: none; } }

body#preview .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 2000px; }

body {
  font-family: "Titillium Web", "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  color: black;
  font-weight: normal;
  text-align: left;
  background: white; }
  @media (max-width: 74.9375em) {
    body {
      font-size: 14px;
      line-height: 1.25; } }
  @media (max-width: 47.9375em) {
    body {
      font-size: 14px;
      line-height: 1.25; } }
  @media (min-width: 75em) {
    body {
      font-size: 16px;
      line-height: 1.25; } }
  body a {
    color: black;
    text-decoration: none; }
    @media (min-width: 75em) {
      body a:hover {
        color: black;
        cursor: pointer; } }

*::before,
*::after,
a,
i,
input,
label,
select,
textarea,
button,
img,
figure,
figcaption {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Titillium Web", "Titillium Web", "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  margin: 0;
  color: black;
  font-weight: normal; }
  @media (max-width: 74.9375em) {
    h1, h2, h3, h4, h5, h6 {
      font-size: 14px;
      line-height: 1.25; } }
  @media (max-width: 47.9375em) {
    h1, h2, h3, h4, h5, h6 {
      font-size: 14px;
      line-height: 1.25; } }
  @media (min-width: 75em) {
    h1, h2, h3, h4, h5, h6 {
      font-size: 16px;
      line-height: 1.25; } }

.line:after {
  content: " ";
  width: 50px;
  height: 5px;
  background: #ffdd00;
  display: block;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px; }
  @media (max-width: 74.9375em) {
    .line:after {
      margin-top: 25px;
      margin-bottom: 25px; } }

.line.white:after {
  background: white; }

h2 {
  font-size: 66px;
  font-weight: bold;
  text-transform: uppercase; }
  @media (max-width: 74.9375em) {
    h2 {
      font-size: 50px; } }
  @media (max-width: 47.9375em) {
    h2 {
      font-size: 35px; } }
  @media (max-width: 32.8125em) {
    h2 {
      font-size: 25px; } }

h4 {
  font-weight: bold;
  font-size: 19px;
  text-transform: uppercase;
  padding: 10px 0;
  letter-spacing: 1px; }

.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 2000px;
  max-width: 1200px;
  padding-top: 10px;
  padding-bottom: 10px; }

/*
   * Squeeze
   */
#hamburger .hamburger--inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  #hamburger .hamburger--inner::before {
    transition: top 0.1s 0.14s ease, opacity 0.1s ease; }
  #hamburger .hamburger--inner::after {
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

#hamburger.active .hamburger--inner {
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  #hamburger.active .hamburger--inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease; }
  #hamburger.active .hamburger--inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

#hamburger {
  margin: 0;
  padding: 15px 15px;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  overflow: visible;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  display: none; }
  @media (max-width: 74.9375em) {
    #hamburger {
      display: inline-block; } }
  @media (min-width: 75em) {
    #hamburger:hover {
      opacity: 0.7; } }
  #hamburger.active {
    background-color: transparent; }
    #hamburger.active .hamburger--inner {
      background-color: #ffdd00; }
      #hamburger.active .hamburger--inner::before, #hamburger.active .hamburger--inner::after {
        background-color: #ffdd00; }
  #hamburger::after {
    margin-left: 10px;
    height: 18px;
    color: black;
    line-height: 19px;
    content: "Menu";
    display: true;
    float: left;
    z-index: 9999;
    position: absolute; }
  #hamburger.active::after {
    color: #ffdd00; }

.hamburger--box {
  width: 30px;
  height: 18px;
  display: block;
  position: relative;
  float: left; }

.hamburger--inner {
  display: block;
  top: -50%;
  margin-top: 18px; }
  .hamburger--inner, .hamburger--inner::before, .hamburger--inner::after {
    width: 30px;
    height: 2px;
    background-color: black;
    border-radius: 2px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger--inner::before, .hamburger--inner::after {
    content: '';
    display: block; }
  .hamburger--inner::before {
    top: -8px; }
  .hamburger--inner::after {
    bottom: -8px; }

header {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #fff;
  border-bottom: 5px solid #ffdd00;
  padding: 30px 20px 15px 20px; }
  header.fixed {
    position: fixed;
    border-bottom: 2px solid #ffdd00;
    padding-top: 10px;
    width: 100%;
    z-index: 8888; }
  header .logo img {
    max-width: 100%;
    height: auto;
    float: left; }
    @media (max-width: 74.9375em) {
      header .logo img {
        max-width: 55%; } }
  header .inner {
    padding: 0; }
  header #hamburger {
    float: right;
    z-index: 1;
    margin-right: 20px; }

.intro {
  background: black url(../media/header/header_start.jpg) no-repeat right bottom;
  background-size: cover;
  height: 100vh;
  height: calc(100vh-93px); }

.service-links {
  background: transparent;
  background: -moz-linear-gradient(top, transparent 0%, #000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, #000));
  background: -webkit-linear-gradient(top, transparent 0%, #000 100%);
  background: -o-linear-gradient(top, transparent 0%, #000 100%);
  background: -ms-linear-gradient(top, transparent 0%, #000 100%);
  background: linear-gradient(to bottom, transparent 0%, #000 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='transparent', EndColorStr='#000')";
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='transparent', EndColorStr='#000');
  margin-top: -300px;
  display: block; }
  .service-links a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: inline;
    float: left;
    width: 25%;
    padding: 0 10px; }
    @media (max-width: 47.9375em) {
      .service-links a {
        width: 100%;
        left: 0;
        float: none; } }
    .service-links a img {
      width: 100%;
      height: auto; }
    .service-links a h4 {
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      display: block;
      width: 100%;
      background: #ffdd00;
      text-align: center; }
    .service-links a:hover h4 {
      background: #37ff9f; }
    @media (max-width: 74.9375em) {
      .service-links a h4 {
        font-size: 14px; } }
    @media (max-width: 47.9375em) {
      .service-links a img {
        display: none; } }

.referenzen {
  background: #ececec; }
  .referenzen h2 {
    text-align: center; }
  .referenzen .ref {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: inline;
    float: left;
    width: 25%;
    padding: 0 10px;
    position: relative; }
    @media (max-width: 47.9375em) {
      .referenzen .ref {
        width: 100%;
        left: 0;
        float: none; } }
    .referenzen .ref img {
      max-width: 100%;
      height: auto; }
      .referenzen .ref img:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background: red;
        position: absolute;
        left: 0;
        top: 0;
        opacity: .5;
        z-index: 777; }
    @media (max-width: 47.9375em) {
      .referenzen .ref {
        width: 50% !important;
        float: left !important; } }

@media (min-width: 75em) {
  header nav {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: inline;
    float: left;
    width: 66.6666666667%;
    padding: 0 10px;
    font-size: 19px;
    line-height: 1.25;
    float: right;
    text-transform: uppercase;
    font-weight: bold; } }
  @media (min-width: 75em) and (max-width: 47.9375em) {
    header nav {
      width: 100%;
      left: 0;
      float: none; } }
  @media (min-width: 75em) and (max-width: 74.9375em) {
    header nav {
      font-size: 14px;
      line-height: 1.25; } }
  @media (min-width: 75em) and (max-width: 47.9375em) {
    header nav {
      font-size: 14px;
      line-height: 1.25; } }
  @media (min-width: 75em) and (min-width: 75em) {
    header nav {
      font-size: 19px;
      line-height: 1.25; } }

@media (min-width: 75em) {
    header nav ul {
      float: right; }
    header nav li {
      display: inline-block;
      border-left: 1px solid #e4e5e9;
      padding-left: 20px;
      margin-left: 20px;
      margin-top: 38px;
      position: relative; }
      header nav li:first-of-type {
        border-left: 0; }
      header nav li a:after {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        opacity: 0;
        content: "  ";
        width: 0px;
        height: 5px;
        background: #ffdd00;
        display: block;
        position: absolute;
        bottom: -23px;
        left: 20px;
        z-index: 9999; }
      header nav li a:hover {
        color: #ffdd00; }
        header nav li a:hover:after {
          opacity: 1;
          width: 100%;
          width: calc(100% - 20px); } }

@media (max-width: 74.9375em) {
  header nav {
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    display: none;
    height: 100vh; }
    header nav.active {
      display: block;
      background: rgba(0, 0, 0, 0.7);
      position: fixed;
      width: 100%;
      left: 0;
      top: 0;
      height: 100vh;
      padding: 20px;
      text-align: center;
      padding: 20vh 0;
      line-height: 10vh;
      text-transform: uppercase;
      z-index: 0; }
      header nav.active li:after {
        content: " ";
        display: block;
        width: 15px;
        height: 1px;
        background: #ffdd00;
        margin: 0 auto; }
      header nav.active li:last-of-type:after {
        display: none; }
      header nav.active a {
        color: #fff;
        text-align: center;
        width: 100%;
        font-weight: bold; } }

.about {
  font-family: "Titillium Web", "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
  background: black;
  color: white;
  text-align: center;
  padding: 260px 0;
  font-size: 16px;
  line-height: 23px;
  text-transform: uppercase;
  font-weight: bold; }
  @media (max-width: 74.9375em) {
    .about {
      padding: 150px 0; } }
  @media (max-width: 47.9375em) {
    .about {
      padding: 40px 0 80px 0; } }
  .about h2 {
    color: #37ff9f; }
  .about .text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: inline;
    float: left;
    width: 50%;
    padding: 0 10px;
    margin-left: 25%; }
    @media (max-width: 47.9375em) {
      .about .text {
        width: 100%;
        left: 0;
        float: none; } }

.services {
  padding-bottom: 80px; }
  .services h2 {
    text-align: center; }
  .services h4 {
    border-bottom: 1px solid #e2e2e2; }
  .services ul {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: inline;
    float: left;
    width: 25%;
    padding: 0 10px;
    margin-bottom: 40px;
    min-height: 360px; }
    @media (max-width: 47.9375em) {
      .services ul {
        width: 100%;
        left: 0;
        float: none; } }
    @media (max-width: 74.9375em) {
      .services ul {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        display: inline;
        float: left;
        width: 33.3333333333%;
        padding: 0 10px; } }
  @media (max-width: 74.9375em) and (max-width: 47.9375em) {
    .services ul {
      width: 100%;
      left: 0;
      float: none; } }
    @media (max-width: 51.5625em) {
      .services ul {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        display: inline;
        float: left;
        width: 50%;
        padding: 0 10px; } }
  @media (max-width: 51.5625em) and (max-width: 47.9375em) {
    .services ul {
      width: 100%;
      left: 0;
      float: none; } }
  .services .inner {
    padding: 65px 0 0 0; }

.tile {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  margin-bottom: 20px; }

.scale-anm {
  transform: scale(1); }

.toolbar {
  text-align: center;
  font-size: 19px;
  padding-bottom: 65px; }
  .toolbar .btn {
    font-family: "Titillium Web", "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    background: none;
    margin: 0 10px; }
    @media (max-width: 68.75em) {
      .toolbar .btn {
        width: 100%;
        display: block;
        margin: 0;
        border-bottom: 1px solid white;
        padding: 5px 0; } }
    .toolbar .btn:hover, .toolbar .btn.active {
      color: #ffdd00;
      cursor: pointer; }

#dlh_googlemap_1,
.mod_dlh_googlemaps,
.mod_dlh_googlemap {
  position: relative;
  width: 100% !important; }
  @media (max-width: 68.75em) {
    #dlh_googlemap_1,
    .mod_dlh_googlemaps,
    .mod_dlh_googlemap {
      height: 400px;
      max-height: 400px; } }

.map iframe, .overlay {
  height: 80vh;
  width: 100%; }

.overlay {
  z-index: 999;
  position: absolute;
  padding-top: 50px;
  width: auto;
  margin-left: 5%; }
  @media (max-width: 68.75em) {
    .overlay {
      position: relative;
      padding: 20px;
      height: auto; } }

.contact {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  padding: 20px;
  background: #fff;
  background: #fff url("../img/signet_bg.png") no-repeat center bottom;
  padding-bottom: 190px;
  max-height: 490px; }
  @media (max-width: 68.75em) {
    .contact {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      display: inline;
      float: left;
      width: 100%;
      padding: 0 10px;
      margin-left: 0%;
      max-height: none;
      background-position: right bottom;
      padding-bottom: 0;
      box-shadow: none; } }
  @media (max-width: 68.75em) and (max-width: 47.9375em) {
    .contact {
      width: 100%;
      left: 0;
      float: none; } }
  @media (max-width: 74.9375em) {
    .contact {
      background: #fff;
      float: left;
    	padding-bottom: 10px;
    } }

@media (min-width: 112.5em) {
  .inner {
    padding: 95px 10px; } }

@media (min-width: 75em) {
  .inner {
    padding: 95px 10px; } }

@media (max-width: 74.9375em) {
  .inner {
    padding: 65px 10px; } }

@media (max-width: 47.9375em) {
  .inner {
    padding: 25px 10px; } }

.lightbox {
  display: none; }

footer {
  background: black;
  padding: 60px 0;
  text-align: center;
  color: #fff; }
  footer a {
    color: #ffdd00;
    font-weight: bold;
    text-transform: uppercase; }
    footer a:hover {
      color: white; }
  footer li {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    text-align: center; }
  footer img {
    width: 50%;
    margin: 0 auto;
    padding: 0; }

.map {
	height: 80vh;
	background: url('../img/map.jpg') center no-repeat;
    background-size: cover;
    position: relative;
}

.map::after {
	content: '';
	        position: absolute;
        top: 0;
        right: 0 ;
        bottom: 0;
        left: 0;
        background-color: black;
        z-index: 10;
        opacity: .5;
}





/*# sourceMappingURL=app.min.css.map */