.ui-corner-top,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-right,
.ui-corner-all {
  border-radius: 0 !important;
}
.ui-front {
  z-index: 1060;
}
body .ui-widget {
  font-family: SenticoSansCondensedDT;
  font-size: 14px;
  font-weight: normal;
}
body .ui-selectmenu-button {
  border: 0;
  background: #f1f1f1;
  height: 42px;
  box-sizing: border-box;
  padding: 10px 0 0 .75em;
  overflow: visible;
}
body .ui-selectmenu-button span.ui-icon {
  background-color: white;
  width: 40px;
  height: 100%;
  top: 0;
  right: 0;
  margin: 0;
  background-image: none;
}
body .ui-selectmenu-button span.ui-icon:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-indent: 0;
  font-family: damxicons;
  font-size: 42px;
  line-height: 42px;
  content: '\e820';
  color: #ff4d06;
}
body .ui-selectmenu-button span.ui-selectmenu-text {
  color: #4a4a4a;
  padding: 0;
}
body .headline .ui-selectmenu-button {
  background: #808080;
}
body .headline .ui-selectmenu-button .ui-icon {
  background-color: #4a4a4a;
}
body .headline .ui-selectmenu-button .ui-selectmenu-text {
  color: white;
}
body .running .ui-selectmenu-button {
  background: tint(#ff4d06,80%);
}
body .running .ui-selectmenu-button .ui-icon {
  background-color: tint(#ff4d06,90%);
}
body .running .ui-selectmenu-button .ui-selectmenu-text {
  color: #4a4a4a;
}
.bootbox-form .w-button .button,
.white .w-button .button {
  background-color: white;
}
.bootbox-form .ui-selectmenu-button,
.white .ui-selectmenu-button {
  border: 2px solid #f1f1f1;
  background: #f1f1f1;
}
.bootbox-form .ui-selectmenu-button .ui-icon,
.white .ui-selectmenu-button .ui-icon {
  background-color: white;
}
.bootbox-form .ui-selectmenu-button .ui-selectmenu-text,
.white .ui-selectmenu-button .ui-selectmenu-text {
  color: #4a4a4a;
}
#damx-jqueryui-normal .ui-widget-content,
#damx-jqueryui-white .ui-widget-content,
#damx-jqueryui-headline .ui-widget-content {
  border-top: 0;
}
#damx-jqueryui-normal .ui-icon.no-icon,
#damx-jqueryui-white .ui-icon.no-icon,
#damx-jqueryui-headline .ui-icon.no-icon {
  display: none;
}
#damx-jqueryui-normal .ui-menu,
#damx-jqueryui-white .ui-menu,
#damx-jqueryui-headline .ui-menu {
  padding: 0;
}
#damx-jqueryui-normal .ui-menu-item,
#damx-jqueryui-white .ui-menu-item,
#damx-jqueryui-headline .ui-menu-item {
  padding: .65em .75em;
  font-family: SenticoSansCondensedDT;
  font-size: 14px;
  font-weight: normal;
  border-bottom: 0px solid white;
}
#damx-jqueryui-normal .ui-menu-item:last-of-type,
#damx-jqueryui-white .ui-menu-item:last-of-type,
#damx-jqueryui-headline .ui-menu-item:last-of-type {
  border-bottom: 0;
}
#damx-jqueryui-normal .ui-state-focus,
#damx-jqueryui-white .ui-state-focus,
#damx-jqueryui-headline .ui-state-focus {
  border: 0;
  border-bottom: 0px solid white;
  font-weight: normal;
  margin: 0;
}
#damx-jqueryui-normal .ui-selectmenu-optgroup,
#damx-jqueryui-white .ui-selectmenu-optgroup,
#damx-jqueryui-headline .ui-selectmenu-optgroup {
  font-family: SenticoSansCondensedDT;
  font-size: 14px;
  padding: .65em .75em;
  text-transform: uppercase;
}
#damx-jqueryui-normal .ui-widget-content {
  border: 0;
  -webkit-box-shadow: 0 6px 20px rgba(0,0,0,0.25);
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
  background: #f1f1f1;
}
#damx-jqueryui-normal .ui-state-focus {
  background: white;
  color: #4a4a4a;
}
#damx-jqueryui-white .ui-widget-content {
  border: 0;
  -webkit-box-shadow: 0 6px 20px rgba(0,0,0,0.25);
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
  background: #f1f1f1;
}
#damx-jqueryui-white .ui-state-focus {
  background: white;
  color: #4a4a4a;
}
#damx-jqueryui-headline .ui-widget-content {
  border: 0;
}
#damx-jqueryui-headline .ui-menu-item {
  background-color: #808080;
  color: white;
}
#damx-jqueryui-headline .ui-menu-item.ui-state-focus {
  background: #4a4a4a;
}
.tooltip {
  transition: margin-top 200ms, opacity 200ms;
}
.tooltip.top {
  margin-top: 15px;
}
.tooltip.top.dx-shown {
  margin-top: -3px;
}
.tooltip .tooltip-arrow {
  border-top-color: #4a4a4a !important;
}
.tooltip .tooltip-inner {
  background-color: #4a4a4a !important;
  -webkit-box-shadow: 0 6px 20px rgba(0,0,0,0.25);
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
  border-radius: 0;
  font-size: 10px;
  font-family: SenticoSansCondensedDT;
  padding: 4px 8px;
}
.tooltip.dx-shown {
  opacity: 1;
}
@keyframes rotate {
  0% {
    transform: rotate(0turn);
  }
  50% {
    transform: rotate(.5turn);
  }
  100% {
    transform: rotate(1turn);
  }
}
::selection {
  background: #4a4a4a;
  color: #999999;
}
::-moz-selection {
  background: #4a4a4a;
  color: #999999;
}
body {
  background: none;
  background-color: #e4e4e4;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}
body.preload {
  height: 100vh;
  overflow: hidden;
}
body:before {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  background: #ff4d06;
  padding: 5px;
  text-transform: uppercase;
  font-size: 10px;
  font-family: SenticoSansCondensedDT;
  font-weight: bold;
  color: white;
  z-index: 999;
}
.preload #preloader {
  display: block;
}
#preloader {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-repeat: no-repeat;
  background-position: center 20%, center;
  background-color: #f4f4f4;
}
#preloader .status {
  margin: 0 auto;
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  border-width: 8px;
  border-style: solid;
  border-color: #ff4d06;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: rotate 3s infinite;
  transition: all 400ms;
}
header,
main,
footer {
  display: block;
}
#layout-brand {
  position: relative;
  margin: 0;
}
#layout-brand a {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('/custom/images/layout-head-logo.svg');
  border: 0;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#layout-anchor {
  display: none;
}
.frontpage #layout-brand a {
  background-image: url('/custom/images/layout-head-logo-invertiert.svg');
}
.frontpage #layout-anchor a {
  width: 50px;
  height: 50px;
  overflow: hidden;
  right: 0;
  bottom: 0;
  position: absolute;
  transition: all 400ms;
  background-color: #4a4a4a;
}
.frontpage #layout-anchor a:after {
  display: block;
  content: " ";
  width: 50px;
  height: 50px;
  overflow: hidden;
  right: 0;
  bottom: 0;
  position: absolute;
  background-size: cover;
  background-position: center;
  background-image: url("/custom/images/layout-icon-pfeil-runter-weiss.png");
  transition: all 400ms;
}
.frontpage #layout-anchor.up a:after {
  transform: rotate(.5turn);
}
.frontpage header {
  overflow: hidden;
  height: 100vh;
  background-color: #ff4d06;
}
.frontpage header .tab-menu {
  transition: all 400ms;
}
.frontpage header .tab-menu a {
  background-color: #ff7139;
}
.frontpage header .tab-menu a.active,
.frontpage header .tab-menu a:hover {
  background-color: #4a4a4a;
  color: white;
  transition: all 400ms;
}
#layout-container {
  background-repeat: no-repeat;
  background-color: none;
  background-image: linear-gradient(to bottom,#f4f4f4,#e4e4e4 400px,#e4e4e4 90%,rgba(228,228,228,0) 90%), linear-gradient(to top,rgba(228,228,228,0) 50px,#e4e4e4 50px);
  position: relative;
  z-index: 20;
}
#layout-slideshow {
  text-align: center;
}
#layout-slideshow h2 {
  font-family: SenticoSansCondensedDT;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
#layout-slideshow h3 {
  font-family: 'ff-market-web';
  font-weight: normal;
  color: #4a4a4a;
  text-transform: none;
  margin: 0;
  padding: 0;
}
#layout-slideshow p {
  margin: 0;
  padding: 0;
}
#layout-slideshow .button {
  border: 3px solid #ff7139;
  background-color: #ff7139;
}
#layout-slideshow .button:hover {
  background-color: transparent;
  border: 3px solid white;
  color: white !important;
  transition: all 400ms;
}
#layout-slideshow.hidden {
  visibility: hidden;
  opacity: 0;
}
.tab-menu {
  border-bottom: 6px solid #4a4a4a;
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.tab-menu li {
  float: left;
  margin: 0;
  padding: 0;
}
.tab-menu a {
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-family: SenticoSansCondensedDT;
  outline: none;
  float: left;
  background-color: #999999;
  color: #ffffff;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  box-sizing: border-box;
  -o-transition-property: background-color;
  -moz-transition-property: background-color;
  -webkit-transition-property: background-color;
  -ms-transition-property: background-color;
  transition-property: background-color;
  -o-transition-duration: 400ms;
  -moz-transition-duration: 400ms;
  -webkit-transition-duration: 400ms;
  -ms-transition-duration: 400ms;
  transition-duration: 400ms;
}
.tab-menu li.active a,
.tab-menu a:hover {
  background-color: #4a4a4a;
  cursor: normal;
  text-decoration: none;
}
.tab-menu:after {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
.table {
  position: absolute;
  display: table;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cell {
  display: table-cell;
  vertical-align: middle;
}
header {
  box-sizing: border-box;
  position: relative;
}
header nav {
  margin: 0;
  padding: 0;
}
header .tab-menu {
  margin: 0;
}
header .tab-menu li:last-of-type a {
  margin-right: 0;
}
header:after {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
header .inner {
  z-index: 20;
}
header .inner:after {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
header .icon {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 2500ms, transform 100ms;
}
header .icon.code {
  background-image: url('/custom/images/layout-icon-code-white.svg');
}
header .icon.coffee {
  background-image: url('/custom/images/layout-icon-coffee-white.svg');
}
header .icon.corporatedesign {
  background-image: url('/custom/images/layout-icon-corporatedesign-white.svg');
}
header .icon.gruendung {
  background-image: url('/custom/images/layout-icon-gruendung-white.svg');
}
header .icon.kataloge {
  background-image: url('/custom/images/layout-icon-kataloge-white.svg');
}
header .icon.logos {
  background-image: url('/custom/images/layout-icon-logos-white.svg');
}
header .icon.mails {
  background-image: url('/custom/images/layout-icon-mails-white.svg');
}
header .icon.printmedien {
  background-image: url('/custom/images/layout-icon-printmedien-white.svg');
}
header .icon.server {
  background-image: url('/custom/images/layout-icon-server-white.svg');
}
header .icon.websites {
  background-image: url('/custom/images/layout-icon-websites-white.svg');
}
header .icon.werbematerial {
  background-image: url('/custom/images/layout-icon-werbematerial-white.svg');
}
header .icon.on {
  opacity: 1 !important;
  filter: blur(0) !important;
}
main .tab-menu {
  margin: 0;
}
main .tab-menu li:before {
  display: none;
}
main p {
  margin: 0;
  padding: 0;
  font-family: SenticoSansCondensedDT;
  color: #4a4a4a;
}
main ul {
  margin: 0 0 15px 0;
  padding: 0;
}
main li {
  margin: 0;
  padding: 0 0 0 15px;
  font-family: SenticoSansCondensedDT;
  color: #4a4a4a;
  list-style-type: none;
  position: relative;
}
main li:before {
  content: "-";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
main a[href].on,
main a[href],
main a[href]:hover {
  color: #ff4d06;
  text-decoration: none;
}
main h1,
main h3 {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-family: SenticoSansCondensedDT;
  font-weight: bold;
  color: #ff4d06;
  transition: all 400ms;
}
main h2,
main h4 {
  margin: 0;
  padding: 0;
  font-family: SenticoSansCondensedDT;
  font-weight: normal;
  color: #4a4a4a;
  transition: all 400ms;
}
main img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  display: block;
}
main .ff-market {
  font-family: 'ff-market-web';
}
main .dash {
  background-color: #d3d3d3;
  transition: all 400ms;
}
main .nav {
  margin: 8px auto 0 auto;
}
main .nav a {
  display: block;
  float: left;
  color: white;
  text-transform: uppercase;
  margin-right: 6px;
}
main .nav:after {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
main .filter {
  list-style-type: none;
  margin: 0 -4px 0 -4px;
  display: block;
}
main .filter.left li {
  float: left;
}
main .filter.small li {
  padding: 3px;
}
main .filter:after {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
main .filter li {
  margin: 0;
  float: right;
  cursor: pointer;
}
main .filter li.hidden {
  display: none;
}
main .filter li:before {
  display: none;
}
main .filter a {
  display: block;
  background-color: white;
  font-family: SenticoSansCondensedDT;
  font-weight: bold;
  color: #aaaaaa;
  text-transform: uppercase;
  transition: all 400ms;
}
main .filter a:hover {
  transition: all 400ms;
}
main .filter span {
  display: block;
  background-color: #d7d7d7;
  color: white;
  font-family: SenticoSansCondensedDT;
  font-weight: bold;
  text-transform: uppercase;
}
main .leistungen .item .content.white:hover {
  background-color: #ff4d06;
  cursor: pointer;
}
main .leistungen .item .content.white:hover h3 {
  color: white;
}
main .leistungen .item .content.white:hover .dash {
  background-color: white;
}
main .item .content {
  position: relative;
  transition: all 400ms;
}
main .item .content:after {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
main .item .content.no-padding {
  padding: 0;
}
main .item .content.bg {
  background-image: url('/custom/images/layout-content-bg-light.png');
  background-size: 10.5px 10.5px;
}
main .item .content.white {
  background-color: white;
}
main .item .content.orange {
  background-color: #ff4d06;
}
main .item .content.gray {
  background-color: #aaaaaa;
}
main .item .content.gray h1,
main .item .content.gray h3 {
  color: white;
}
main .item .content.gray .dash {
  background-color: #ff4d06;
}
main .item .content.gray:hover {
  background-color: #ff4d06;
  transition: all 400ms;
}
main .item .content.gray:hover .dash {
  background-color: white;
  transition: all 400ms;
}
main .item .icon {
  margin: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
main .item .icon.right,
main .item .icon.bottom {
  margin: 0;
  padding: 0;
  position: absolute;
}
main .item:after {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
main .damx-form {
  background: white;
}
main .damx-form .damx-form-error-list {
  display: none;
}
main .damx-form .damx-form-error-list .damx-form-error {
  border: 1px solid #ff4d06;
  padding: 8px;
  margin-bottom: 8px;
}
main .damx-form .damx-form-error-list .damx-form-error .damx-form-error-field {
  font-family: SenticoSansCondensedDT;
  color: #4a4a4a;
}
main .damx-form .damx-form-error-list .damx-form-error .damx-form-error-message {
  font-family: SenticoSansCondensedDT;
  color: #ff4d06;
}
main .damx-form form .damx-form-field.damx-form-error .damx-form-label label,
main .damx-form form .damx-form-field.damx-form-error .damx-form-content label {
  color: #ff4d06 !important;
}
main .damx-form form .damx-form-field .damx-form-label label {
  font-family: SenticoSansCondensedDT;
  font-weight: normal;
  color: #aaaaaa;
  margin: 0;
  display: block;
}
main .damx-form form .damx-form-field .damx-form-content input[type="checkbox"] {
  position: absolute;
  width: .1px;
  height: .1px;
  visibility: hidden;
}
main .damx-form form .damx-form-field .damx-form-content input[type="checkbox"] + label {
  margin: 5px 0 15px 0;
  background-color: white;
  display: block;
  box-sizing: border-box;
  padding: .5em 0 0 55px;
  font-family: SenticoSansCondensedDT;
  font-weight: normal;
  color: #4a4a4a;
  position: relative;
  cursor: pointer;
  border-radius: 0 !important;
}
main .damx-form form .damx-form-field .damx-form-content input[type="checkbox"] + label:before {
  content: "";
  width: 42px;
  height: 42px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f1f1f1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 42px;
  background-image: url('/assets/images/icon-uncheck.png');
}
main .damx-form form .damx-form-field .damx-form-content input[type=checkbox]:checked + label:before {
  background-image: url('/assets/images/icon-check.png');
}
main .damx-form form .damx-form-field .damx-form-content input[type=text] {
  height: 42px;
}
main .damx-form form .damx-form-field .damx-form-content input[type="text"],
main .damx-form form .damx-form-field .damx-form-content textarea {
  padding: 13px 14px;
  font-family: SenticoSansCondensedDT;
  color: #4a4a4a;
  border: 0;
  background-color: #f1f1f1;
  display: block;
  width: 100%;
  box-sizing: border-box;
  resize: none;
  margin: 0 0 15px 0;
  border-radius: 0 !important;
}
main .damx-form form .damx-form-notice {
  padding: 0 0 15px 0;
}
main .damx-form form .damx-form-submit {
  padding: 15px 0 0 0;
}
main .damx-form form .damx-form-submit button {
  padding: 10px 10px 8px 10px;
  margin-bottom: 15px;
  line-height: 1em;
  color: white;
  background-color: #ff4d06;
  border: 3px solid #ff4d06;
  font-family: SenticoSansCondensedDT;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  transition: all 400ms;
  cursor: pointer;
}
main .damx-form form .damx-form-submit button:hover {
  border: 3px solid #ff4d06;
  background-color: transparent;
  color: #ff4d06 !important;
  transition: all 400ms;
}
main .ui-selectmenu-button {
  padding: 7px 14px;
  margin-bottom: 15px;
}
main .ui-selectmenu-button span.ui-icon {
  box-sizing: border-box;
  border: 2px solid #f1f1f1;
}
main .ui-widget {
  font-weight: normal;
}
footer {
  z-index: 10;
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color: #4a4a4a;
}
footer .content.bg {
  background-image: url('/custom/images/layout-content-bg-dark.png');
  background-size: 10px auto;
}
footer .content h3 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-family: SenticoSansCondensedDT;
  font-weight: normal;
  color: #ffffff;
}
footer .content h4 {
  margin: 0;
  padding: 0;
  font-family: SenticoSansCondensedDT;
  color: #808080;
  font-weight: bold;
}
footer .content h4 a {
  text-decoration: none;
  color: #808080;
  transition: all 400ms;
}
footer .content h4 a:hover {
  color: #ff4d06;
  transition: all 400ms;
}
footer .content p {
  margin: 0;
  padding: 0;
}
footer .content .button {
  background-color: transparent;
  color: #ff4d06;
}
footer .copyright {
  font-family: SenticoSansCondensedDT;
  text-transform: uppercase;
  color: #808080;
}
footer .copyright ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer .copyright li {
  padding: 0;
  margin: 0;
  display: inline-block;
}
footer .copyright a {
  font-family: SenticoSansCondensedDT;
  color: #ff4d06;
  text-decoration: none;
}
footer .copyright a:hover {
  text-decoration: underline;
}
.inner {
  margin: 0 auto;
}
#layout-referenzen .item {
  position: relative;
}
#layout-referenzen .overlay {
  position: absolute;
  background-color: rgba(255,77,6,0.9);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  transition: opacity 600ms;
  cursor: pointer;
  opacity: 0;
}
#layout-referenzen .overlay .moving {
  margin: 0;
  opacity: 0;
  transition: margin 1200ms, opacity 1500ms;
}
#layout-referenzen .overlay .headline {
  color: #4a4a4a;
  font-family: SenticoSansCondensedDT;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}
#layout-referenzen .overlay .underline {
  color: white;
  font-family: SenticoSansCondensedDT;
  display: block;
}
#layout-referenzen .overlay .dash {
  background-color: white;
}
#layout-referenzen .item:hover .overlay {
  opacity: 1;
}
#layout-referenzen .item:hover .overlay .moving {
  margin-top: 0;
  opacity: 1;
}
main .wrapper,
footer .wrapper {
  box-sizing: border-box;
}
main .wrapper:after,
footer .wrapper:after {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
main .w-100,
main .w-75,
main .w-66,
main .w-60,
main .w-50,
main .w-40,
main .w-33,
main .w-25,
footer .w-100,
footer .w-75,
footer .w-66,
footer .w-60,
footer .w-50,
footer .w-40,
footer .w-33,
footer .w-25 {
  box-sizing: border-box;
}
main .flex,
footer .flex {
  display: flex;
  flex-wrap: wrap;
}
main .flex .flex-item,
footer .flex .flex-item {
  display: flex;
  flex: 1 0 50%;
}
main .flex .flex-item .item,
main .flex .flex-item .content,
footer .flex .flex-item .item,
footer .flex .flex-item .content {
  height: 100%;
  box-sizing: border-box;
}
.button {
  color: white;
  background-color: #ff4d06;
  border: 3px solid #ff4d06;
  font-family: SenticoSansCondensedDT;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  transition: all 400ms;
}
.button:hover {
  border: 3px solid #ff4d06;
  background-color: transparent;
  color: #ff4d06 !important;
  transition: all 400ms;
}
.button.back {
  background-position: center;
  background-image: url('/custom/images/layout-icon-pfeil-runter-weiss.png');
  box-sizing: border-box;
  transform: rotate(90deg);
}
.button.back:hover {
  background-image: url('/custom/images/layout-icon-pfeil-runter-orange.png');
}
.fancybox-custom-button {
  color: white;
  width: 42px;
  height: 42px;
  display: block;
  position: absolute;
  z-index: 99995;
  cursor: pointer;
}
.fancybox-custom-button.close,
.fancybox-custom-button.prev,
.fancybox-custom-button.next {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
.fancybox-custom-button.close {
  background-image: url('/custom/images/layout-icon-close.png');
  top: 15px;
  right: 15px;
  opacity: 1;
}
.fancybox-custom-button.close:hover {
  opacity: 1;
}
.fancybox-custom-button.prev {
  background-image: url('/custom/images/layout-icon-pfeil-runter-weiss.png');
  transform: rotate(90deg);
  background-color: #ff4d06;
  top: 50%;
  left: 0;
  margin-top: -24px;
}
.fancybox-custom-button.next {
  background-image: url('/custom/images/layout-icon-pfeil-runter-weiss.png');
  transform: rotate(270deg);
  background-color: #ff4d06;
  top: 50%;
  right: 0;
  margin-top: -24px;
}
#layout-iframe {
  width: 100%;
  border: 0;
  margin: 0;
  padding: 0;
}
@media all and (min-width: 1501px) {
  body:before {
    content: 'x';
  }
  #preloader {
    background-size: 270px 75px, auto;
  }
  #layout-brand {
    width: 270px;
    height: 75px;
    float: left;
  }
  .frontpage #layout-anchor {
    height: 0;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
    transition: all 400ms;
    bottom: 0;
    display: block;
  }
  #layout-slideshow h2 {
    font-size: 110px;
    line-height: 1em;
  }
  #layout-slideshow h3 {
    font-size: 130px;
    line-height: 1em;
    margin: 0 0 60px 0;
  }
  #layout-slideshow .slide {
    padding: 83px 0 20px 0;
  }
  .tab-menu {
    margin: 0 0 32px 0;
  }
  .tab-menu a {
    font-size: 18px;
    line-height: 1.5em;
    padding: 13px 14px 12px 14px;
    line-height: 1em;
    margin: 0 2px 0 0;
  }
  header {
    padding: 70px 0 0 0;
  }
  header nav {
    padding: 13px 0;
    float: right;
  }
  header .icon {
    opacity: .4;
    filter: blur(3px);
  }
  main {
    padding-top: 75px;
  }
  main .tab-menu {
    margin-top: 60px;
    margin-bottom: 20px;
  }
  main p {
    margin: 0 0 15px 0;
    font-size: 20px;
    line-height: 1.5em;
  }
  main li {
    font-size: 20px;
    line-height: 1.5em;
  }
  main h1,
  main h3 {
    margin: 0 0 3px 0;
    font-size: 30px;
    line-height: 1.1em;
  }
  main h2,
  main h4 {
    margin: 0 0 10px 0;
    font-size: 26px;
    line-height: 1.2em;
  }
  main h1.bigger,
  main h3.bigger {
    font-size: 40px;
    line-height: 1.1em;
  }
  main h2.bigger,
  main h4.bigger {
    font-size: 50px;
    line-height: 1em;
  }
  main img.margin {
    border: 4px solid transparent;
  }
  main .thorben,
  main .manuel {
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
  main .thorben {
    background-image: url("/custom/images/content-team-thorben.jpg");
  }
  main .manuel {
    background-image: url("/custom/images/content-team-manuel.jpg");
  }
  main .dash {
    margin: 15px 0;
    width: 35px;
    height: 3px;
  }
  main .dash.margin {
    margin-bottom: 20px;
  }
  main .nav {
    margin: 8px auto 0 auto;
  }
  main .nav a {
    margin-right: 6px;
  }
  main .filter {
    padding: 0 0 15px 0;
  }
  main .filter.float {
    margin-top: -61px;
  }
  main .filter li {
    padding: 4px;
  }
  main .filter a {
    padding: 7px 14px;
    font-size: 16px;
    line-height: 1.5em;
  }
  main .filter span {
    padding: 7px 10px;
    font-size: 16px;
    line-height: 1.5em;
  }
  main .item .content {
    padding: 35px 40px 20px 40px;
  }
  main .item .content.padding {
    padding-right: 124px;
  }
  main .item .padding-right {
    padding-right: 35px;
  }
  main .item .padding-left {
    padding-left: 35px;
  }
  main .item .icon {
    width: 64px;
    height: 64px;
  }
  main .item .icon.right {
    right: 40px;
    top: 35px;
  }
  main .item .icon.bottom {
    bottom: 35px;
  }
  main .item:after {
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    clear: both;
  }
  footer {
    padding: 106px 0 25px 0;
  }
  footer .content.bg {
    padding: 35px 40px;
  }
  footer .content h3 {
    font-size: 18px;
    line-height: 1.5em;
  }
  footer .content h4 {
    font-size: 30px;
    line-height: 1.1em;
  }
  footer .copyright {
    padding-top: 54px;
    font-size: 16px;
    line-height: 1.5em;
  }
  footer .copyright ul {
    display: inline-block;
  }
  footer .copyright li {
    margin: 0 0 0 8px;
  }
  footer .copyright li:before {
    content: '/';
    display: inline-block;
    margin-right: 8px;
  }
  footer .copyright a {
    font-size: 16px;
    line-height: 1.5em;
  }
  .inner {
    width: 1350px;
  }
  #layout-referenzen .overlay {
    padding: 35px 40px;
  }
  #layout-referenzen .overlay .moving {
    margin-top: -50px;
  }
  #layout-referenzen .overlay .headline {
    font-size: 26px;
    line-height: 1.2em;
  }
  #layout-referenzen .overlay .underline {
    font-size: 22px;
    line-height: 1.3em;
  }
  .button {
    font-size: 18px;
    line-height: 1.5em;
    padding: 10px 12px 8px 12px;
    line-height: 1em;
  }
  .button.back {
    background-size: 38px;
    width: 42px;
    height: 42px;
  }
  #damx-jqueryui-normal .ui-menu-item,
  #damx-jqueryui-white .ui-menu-item,
  #damx-jqueryui-headline .ui-menu-item {
    font-size: 18px;
    line-height: 1.5em;
  }
  .damx-form {
    padding: 35px 40px 20px 40px;
    margin-top: 4px;
  }
  .damx-form .damx-form-error-list .damx-form-error .damx-form-error-field {
    font-size: 16px;
    line-height: 1.5em;
  }
  .damx-form .damx-form-error-list .damx-form-error .damx-form-error-message {
    font-size: 16px;
    line-height: 1.5em;
  }
  .damx-form form .damx-form-field .damx-form-label label {
    font-size: 14px;
    line-height: 1.5em;
  }
  .damx-form form .damx-form-field .damx-form-content input[type="checkbox"] + label {
    font-size: 18px;
    line-height: 1.5em;
  }
  .damx-form form .damx-form-field .damx-form-content input[type="text"],
  .damx-form form .damx-form-field .damx-form-content textarea {
    font-size: 18px;
    line-height: 1.5em;
  }
  .damx-form form .damx-form-submit button {
    font-size: 18px;
    line-height: 1.5em;
  }
  .ui-selectmenu-text,
  .ui-widget {
    font-size: 18px;
    line-height: 1.5em;
  }
  main .wrapper,
  footer .wrapper {
    margin: 0 -4px;
  }
  main .wrapper.double,
  footer .wrapper.double {
    margin: -4px;
  }
  main .w-100,
  footer .w-100 {
    padding: 4px;
  }
  main .w-75,
  main .w-66,
  main .w-60,
  main .w-50,
  main .w-40,
  main .w-33,
  main .w-25,
  footer .w-75,
  footer .w-66,
  footer .w-60,
  footer .w-50,
  footer .w-40,
  footer .w-33,
  footer .w-25 {
    padding: 4px;
    float: right;
  }
  main .w-75.left,
  main .w-66.left,
  main .w-60.left,
  main .w-50.left,
  main .w-40.left,
  main .w-33.left,
  main .w-25.left,
  footer .w-75.left,
  footer .w-66.left,
  footer .w-60.left,
  footer .w-50.left,
  footer .w-40.left,
  footer .w-33.left,
  footer .w-25.left {
    float: left;
  }
  main .w-100,
  footer .w-100 {
    width: 100%;
  }
  main .w-75,
  footer .w-75 {
    width: 75%;
  }
  main .w-66,
  footer .w-66 {
    width: 66.666%;
  }
  main .w-60,
  footer .w-60 {
    width: 60%;
  }
  main .w-50,
  footer .w-50 {
    width: 50%;
  }
  main .w-40,
  footer .w-40 {
    width: 40%;
  }
  main .w-33,
  footer .w-33 {
    width: 33.333%;
  }
  main .w-25,
  footer .w-25 {
    width: 25%;
  }
}
@media all and (min-width: 1001px) and (max-width: 1500px) {
  body:before {
    content: 'l';
  }
  #preloader {
    background-size: 250px 70px, auto;
  }
  #layout-brand {
    width: 250px;
    height: 70px;
    float: left;
  }
  .frontpage #layout-anchor {
    height: 0;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
    transition: all 400ms;
    bottom: 0;
    display: block;
  }
  #layout-slideshow h2 {
    font-size: 70px;
    line-height: 1em;
  }
  #layout-slideshow h3 {
    font-size: 83px;
    line-height: 1em;
    margin: 0 0 60px 0;
  }
  #layout-slideshow .slide {
    padding: 83px 0 20px 0;
  }
  .tab-menu {
    margin: 0 0 32px 0;
  }
  .tab-menu a {
    font-size: 18px;
    line-height: 1.5em;
    padding: 13px 14px 12px 14px;
    line-height: 1em;
    margin: 0 2px 0 0;
  }
  header {
    padding: 35px 0 0 0;
  }
  header nav {
    padding: 10px 0;
    float: right;
  }
  header .icon {
    opacity: .4;
    filter: blur(3px);
  }
  main {
    padding-top: 75px;
  }
  main .tab-menu {
    margin-top: 60px;
    margin-bottom: 20px;
  }
  main p {
    margin: 0 0 15px 0;
    font-size: 18px;
    line-height: 1.5em;
  }
  main li {
    font-size: 18px;
    line-height: 1.5em;
  }
  main h1,
  main h3 {
    margin: 0 0 3px 0;
    font-size: 26px;
    line-height: 1.1em;
  }
  main h2,
  main h4 {
    margin: 0 0 10px 0;
    font-size: 24px;
    line-height: 1.2em;
  }
  main h1.bigger,
  main h3.bigger {
    font-size: 40px;
    line-height: 1.1em;
  }
  main h2.bigger,
  main h4.bigger {
    font-size: 50px;
    line-height: 1em;
  }
  main img.margin {
    border: 4px solid transparent;
  }
  main .thorben,
  main .manuel {
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
  main .thorben {
    background-image: url("/custom/images/content-team-thorben.jpg");
  }
  main .manuel {
    background-image: url("/custom/images/content-team-manuel.jpg");
  }
  main .dash {
    margin: 15px 0;
    width: 35px;
    height: 3px;
  }
  main .dash.margin {
    margin-bottom: 20px;
  }
  main .nav {
    margin: 8px auto 0 auto;
  }
  main .nav a {
    margin-right: 6px;
  }
  main .filter {
    padding: 0 0 15px 0;
  }
  main .filter.float {
    margin-top: -61px;
  }
  main .filter li {
    padding: 4px;
  }
  main .filter a {
    padding: 7px 14px;
    font-size: 16px;
    line-height: 1.5em;
  }
  main .filter span {
    padding: 7px 10px;
    font-size: 16px;
    line-height: 1.5em;
  }
  main .item .content {
    padding: 30px 35px 15px 35px;
  }
  main .item .content.padding {
    padding-right: 107px;
  }
  main .item .padding-right {
    padding-right: 25px;
  }
  main .item .padding-left {
    padding-left: 25px;
  }
  main .item .icon {
    width: 55px;
    height: 55px;
  }
  main .item .icon.right {
    right: 35px;
    top: 30px;
  }
  main .item .icon.bottom {
    bottom: 30px;
  }
  main .item:after {
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    clear: both;
  }
  footer {
    padding: 106px 0 25px 0;
  }
  footer .content.bg {
    padding: 30px 35px;
  }
  footer .content h3 {
    font-size: 18px;
    line-height: 1.5em;
  }
  footer .content h4 {
    font-size: 26px;
    line-height: 1.1em;
  }
  footer .copyright {
    padding-top: 54px;
    font-size: 16px;
    line-height: 1.5em;
  }
  footer .copyright ul {
    display: inline-block;
  }
  footer .copyright li {
    margin: 0 0 0 8px;
  }
  footer .copyright li:before {
    content: '/';
    display: inline-block;
    margin-right: 8px;
  }
  footer .copyright a {
    font-size: 16px;
    line-height: 1.5em;
  }
  .inner {
    width: 90%;
  }
  #layout-referenzen .overlay {
    padding: 30px 35px;
  }
  #layout-referenzen .overlay .moving {
    margin-top: -50px;
  }
  #layout-referenzen .overlay .headline {
    font-size: 20px;
    line-height: 1.3em;
    font-size: 1.8vw;
  }
  #layout-referenzen .overlay .underline {
    font-size: 24px;
    line-height: 1.2em;
    font-size: 1.53vw;
  }
  .button {
    font-size: 18px;
    line-height: 1.5em;
    padding: 10px 12px 8px 12px;
    line-height: 1em;
  }
  .button.back {
    background-size: 38px;
    width: 42px;
    height: 42px;
  }
  #damx-jqueryui-normal .ui-menu-item,
  #damx-jqueryui-white .ui-menu-item,
  #damx-jqueryui-headline .ui-menu-item {
    font-size: 18px;
    line-height: 1.5em;
  }
  .damx-form {
    padding: 30px 35px 15px 35px;
    margin-top: 4px;
  }
  .damx-form .damx-form-error-list .damx-form-error .damx-form-error-field {
    font-size: 16px;
    line-height: 1.5em;
  }
  .damx-form .damx-form-error-list .damx-form-error .damx-form-error-message {
    font-size: 16px;
    line-height: 1.5em;
  }
  .damx-form form .damx-form-field .damx-form-label label {
    font-size: 14px;
    line-height: 1.5em;
  }
  .damx-form form .damx-form-field .damx-form-content input[type="checkbox"] + label {
    font-size: 18px;
    line-height: 1.5em;
  }
  .damx-form form .damx-form-field .damx-form-content input[type="text"],
  .damx-form form .damx-form-field .damx-form-content textarea {
    font-size: 18px;
    line-height: 1.5em;
  }
  .damx-form form .damx-form-submit button {
    font-size: 18px;
    line-height: 1.5em;
  }
  .ui-selectmenu-text,
  .ui-widget {
    font-size: 18px;
    line-height: 1.5em;
  }
  main .wrapper,
  footer .wrapper {
    margin: 0 -4px;
  }
  main .wrapper.double,
  footer .wrapper.double {
    margin: -4px;
  }
  main .w-100,
  footer .w-100 {
    padding: 4px;
  }
  main .w-75,
  main .w-66,
  main .w-60,
  main .w-50,
  main .w-40,
  main .w-33,
  main .w-25,
  footer .w-75,
  footer .w-66,
  footer .w-60,
  footer .w-50,
  footer .w-40,
  footer .w-33,
  footer .w-25 {
    padding: 4px;
    float: right;
  }
  main .w-75.left,
  main .w-66.left,
  main .w-60.left,
  main .w-50.left,
  main .w-40.left,
  main .w-33.left,
  main .w-25.left,
  footer .w-75.left,
  footer .w-66.left,
  footer .w-60.left,
  footer .w-50.left,
  footer .w-40.left,
  footer .w-33.left,
  footer .w-25.left {
    float: left;
  }
  main .w-100,
  footer .w-100 {
    width: 100%;
  }
  main .w-75,
  footer .w-75 {
    width: 75%;
  }
  main .w-66,
  footer .w-66 {
    width: 66.666%;
  }
  main .w-60,
  footer .w-60 {
    width: 60%;
  }
  main .w-50,
  footer .w-50 {
    width: 50%;
  }
  main .w-40,
  footer .w-40 {
    width: 40%;
  }
  main .w-33,
  footer .w-33 {
    width: 33.333%;
  }
  main .w-25,
  footer .w-25 {
    width: 25%;
  }
}
@media all and (min-width: 641px) and (max-width: 1000px) {
  @import multiple 'nav-mobile.inc.less';
  body:before {
    content: 'm';
  }
  #preloader {
    background-size: 250px 70px, auto;
  }
  #layout-brand {
    width: 250px;
    height: 70px;
    float: left;
  }
  .frontpage #layout-anchor {
    height: 0;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
    transition: all 400ms;
    bottom: 0;
    display: block;
  }
  #layout-slideshow h2 {
    font-size: 85px;
    line-height: 1em;
  }
  #layout-slideshow h3 {
    font-size: 100px;
    line-height: 1em;
    margin: 0 0 60px 0;
  }
  #layout-slideshow .slide {
    padding: 79px 0 20px 0;
  }
  .tab-menu {
    margin: 0 0 32px 0;
  }
  .tab-menu a {
    font-size: 18px;
    line-height: 1.5em;
    padding: 13px 14px 12px 14px;
    line-height: 1em;
    margin: 0 2px 0 0;
  }
  header {
    padding: 35px 0 0 0;
  }
  header nav {
    padding: 5px 0;
    float: right;
  }
  header .icon {
    opacity: .4;
    filter: blur(3px);
  }
  main {
    padding-top: 60px;
  }
  main .tab-menu {
    margin-top: 60px;
    margin-bottom: 20px;
  }
  main p {
    margin: 0 0 15px 0;
    font-size: 18px;
    line-height: 1.5em;
  }
  main li {
    font-size: 18px;
    line-height: 1.5em;
  }
  main h1,
  main h3 {
    margin: 0 0 3px 0;
    font-size: 26px;
    line-height: 1.1em;
  }
  main h2,
  main h4 {
    margin: 0 0 10px 0;
    font-size: 24px;
    line-height: 1.2em;
  }
  main h1.bigger,
  main h3.bigger {
    font-size: 40px;
    line-height: 1.1em;
  }
  main h2.bigger,
  main h4.bigger {
    font-size: 50px;
    line-height: 1em;
  }
  main img.margin {
    border: 4px solid transparent;
  }
  main .thorben,
  main .manuel {
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
  main .thorben {
    background-image: url("/custom/images/content-team-thorben.jpg");
  }
  main .manuel {
    background-image: url("/custom/images/content-team-manuel.jpg");
  }
  main .dash {
    margin: 15px 0;
    width: 35px;
    height: 3px;
  }
  main .dash.margin {
    margin-bottom: 20px;
  }
  main .nav {
    display: none;
    margin: 8px auto 0 auto;
  }
  main .nav a {
    margin-right: 6px;
  }
  main .filter {
    padding: 0 0 15px 0;
  }
  main .filter.float {
    margin-top: -46px;
  }
  main .filter li {
    padding: 4px;
  }
  main .filter a {
    padding: 7px 14px;
    font-size: 16px;
    line-height: 1.5em;
  }
  main .filter span {
    padding: 7px 10px;
    font-size: 16px;
    line-height: 1.5em;
  }
  main .item .content {
    padding: 30px 35px 15px 35px;
  }
  main .item .content.padding {
    padding-right: 107px;
  }
  main .item .icon {
    width: 55px;
    height: 55px;
  }
  main .item .icon.right {
    right: 35px;
    top: 30px;
  }
  main .item .icon.bottom {
    bottom: 30px;
  }
  main .item:after {
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    clear: both;
  }
  main .floating-icon {
    position: relative;
    padding-right: 144px;
  }
  main .floating-icon .icon {
    position: absolute;
    top: 0;
    right: 0;
  }
  footer {
    padding: 106px 0 25px 0;
  }
  footer .content.bg {
    padding: 30px 35px;
  }
  footer .content h3 {
    font-size: 18px;
    line-height: 1.5em;
  }
  footer .content h4 {
    font-size: 26px;
    line-height: 1.1em;
  }
  footer .copyright {
    padding-top: 54px;
    font-size: 16px;
    line-height: 1.5em;
  }
  footer .copyright li {
    margin: 0 8px 0 0;
  }
  footer .copyright li:before {
    content: '/';
    display: inline-block;
    margin-right: 8px;
  }
  footer .copyright a {
    font-size: 16px;
    line-height: 1.5em;
  }
  .inner {
    width: 90%;
  }
  #layout-referenzen .overlay {
    padding: 30px 35px 15px 35px;
  }
  #layout-referenzen .overlay .moving {
    margin-top: -50px;
  }
  #layout-referenzen .overlay .headline {
    font-size: 24px;
    line-height: 1.2em;
  }
  #layout-referenzen .overlay .underline {
    font-size: 20px;
    line-height: 1.3em;
  }
  .button {
    font-size: 18px;
    line-height: 1.5em;
    padding: 10px 12px 8px 12px;
    line-height: 1em;
  }
  .button.back {
    background-size: 38px;
    width: 42px;
    height: 42px;
  }
  #damx-jqueryui-normal .ui-menu-item,
  #damx-jqueryui-white .ui-menu-item,
  #damx-jqueryui-headline .ui-menu-item {
    font-size: 18px;
    line-height: 1.5em;
  }
  .damx-form {
    padding: 30px 35px 15px 35px;
  }
  .damx-form .damx-form-error-list .damx-form-error .damx-form-error-field {
    font-size: 16px;
    line-height: 1.5em;
  }
  .damx-form .damx-form-error-list .damx-form-error .damx-form-error-message {
    font-size: 16px;
    line-height: 1.5em;
  }
  .damx-form form .damx-form-field .damx-form-label label {
    font-size: 14px;
    line-height: 1.5em;
  }
  .damx-form form .damx-form-field .damx-form-content input[type="checkbox"] + label {
    font-size: 18px;
    line-height: 1.5em;
  }
  .damx-form form .damx-form-field .damx-form-content input[type="text"],
  .damx-form form .damx-form-field .damx-form-content textarea {
    font-size: 18px;
    line-height: 1.5em;
  }
  .damx-form form .damx-form-submit button {
    font-size: 18px;
    line-height: 1.5em;
  }
  .ui-selectmenu-text,
  .ui-widget {
    font-size: 18px;
    line-height: 1.5em;
  }
  main .wrapper,
  footer .wrapper {
    margin: 0 -4px;
  }
  main .wrapper.double,
  footer .wrapper.double {
    margin: -4px;
  }
  main .w-100,
  footer .w-100 {
    padding: 4px;
  }
  main .w-75,
  main .w-66,
  main .w-60,
  main .w-50,
  main .w-40,
  main .w-33,
  main .w-25,
  footer .w-75,
  footer .w-66,
  footer .w-60,
  footer .w-50,
  footer .w-40,
  footer .w-33,
  footer .w-25 {
    padding: 4px;
    float: right;
  }
  main .w-75.left,
  main .w-66.left,
  main .w-60.left,
  main .w-50.left,
  main .w-40.left,
  main .w-33.left,
  main .w-25.left,
  footer .w-75.left,
  footer .w-66.left,
  footer .w-60.left,
  footer .w-50.left,
  footer .w-40.left,
  footer .w-33.left,
  footer .w-25.left {
    float: left;
  }
  main .w-100,
  footer .w-100 {
    width: 100%;
  }
  main .w-75,
  footer .w-75 {
    width: 100%;
  }
  main .w-66,
  footer .w-66 {
    width: 100%;
  }
  main .w-60,
  footer .w-60 {
    width: 100%;
  }
  main .w-50,
  footer .w-50 {
    width: 100%;
  }
  main .w-40,
  footer .w-40 {
    width: 100%;
  }
  main .w-33,
  footer .w-33 {
    width: 100%;
  }
  main .w-25,
  footer .w-25 {
    width: 100%;
  }
}
@media all and (min-width: 401px) and (max-width: 640px) {
  @import multiple 'nav-mobile.inc.less';
  body:before {
    content: 's';
  }
  #preloader {
    background-size: 235px 66px, auto;
  }
  #layout-brand {
    width: 235px;
    height: 66px;
    float: left;
  }
  .frontpage #layout-anchor {
    height: 0;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
    transition: all 400ms;
    bottom: 0;
    display: block;
  }
  #layout-slideshow h2 {
    font-size: 60px;
    line-height: 1em;
  }
  #layout-slideshow h3 {
    font-size: 71px;
    line-height: 1em;
    margin: 0 0 30px 0;
  }
  #layout-slideshow .slide {
    padding: 72px 0 20px 0;
  }
  .tab-menu {
    margin: 0 0 32px 0;
  }
  .tab-menu a {
    font-size: 18px;
    line-height: 1.5em;
    padding: 13px 14px 12px 14px;
    line-height: 1em;
    margin: 0 2px 0 0;
  }
  header {
    padding: 30px 0 0 0;
  }
  header nav {
    padding: 3px 0;
    float: right;
  }
  header .icon {
    opacity: .4;
    filter: blur(3px);
  }
  main {
    padding-top: 30px;
  }
  main .tab-menu {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  main p {
    margin: 0 0 15px 0;
    font-size: 20px;
    line-height: 1.5em;
  }
  main li {
    font-size: 20px;
    line-height: 1.5em;
  }
  main h1,
  main h3 {
    margin: 0 0 3px 0;
    font-size: 26px;
    line-height: 1.1em;
  }
  main h2,
  main h4 {
    margin: 0 0 10px 0;
    font-size: 22px;
    line-height: 1.2em;
  }
  main h1.bigger,
  main h3.bigger {
    font-size: 30px;
    line-height: 1.1em;
  }
  main h2.bigger,
  main h4.bigger {
    font-size: 36px;
    line-height: 1em;
  }
  main img.margin {
    border: 3px solid transparent;
  }
  main .thorben,
  main .manuel {
    padding-top: 100% !important;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  main .thorben h3,
  main .manuel h3 {
    padding-top: 40px;
  }
  main .thorben {
    background-image: url("/custom/images/content-team-thorben.jpg");
  }
  main .manuel {
    background-image: url("/custom/images/content-team-manuel.jpg");
  }
  main .dash {
    margin: 15px 0;
    width: 35px;
    height: 3px;
  }
  main .dash.margin {
    margin-bottom: 20px;
  }
  main .nav {
    display: none;
    margin: 6px auto 0 auto;
  }
  main .nav a {
    margin-right: 4px;
  }
  main .filter {
    padding: 0 0 15px 0;
  }
  main .filter li {
    padding: 3px;
  }
  main .filter a {
    padding: 7px 14px;
    font-size: 16px;
    line-height: 1.5em;
  }
  main .filter span {
    padding: 5.5px 8px;
    font-size: 16px;
    line-height: 1.5em;
  }
  main .item .content {
    padding: 25px 30px 10px 30px;
  }
  main .item .content.padding {
    padding-right: 90px;
  }
  main .item .icon {
    width: 45px;
    height: 45px;
  }
  main .item .icon.right {
    right: 30px;
    top: 25px;
  }
  main .item .icon.bottom {
    bottom: 20px;
  }
  main .item:after {
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    clear: both;
  }
  main .floating-icon {
    position: relative;
    padding-right: 105px;
  }
  main .floating-icon .icon {
    position: absolute;
    top: 0;
    right: 0;
  }
  footer {
    padding: 80px 0 12.5px 0;
  }
  footer .content.bg {
    padding: 25px 30px;
  }
  footer .content h3 {
    font-size: 18px;
    line-height: 1.5em;
  }
  footer .content h4 {
    font-size: 26px;
    line-height: 1.1em;
  }
  footer .copyright {
    padding-top: 27.5px;
    font-size: 16px;
    line-height: 1.5em;
  }
  footer .copyright li {
    margin: 0;
    display: block;
  }
  footer .copyright li:before {
    content: '/';
    display: inline-block;
    margin-right: 8px;
  }
  footer .copyright a {
    font-size: 16px;
    line-height: 1.5em;
  }
  .inner {
    width: 90%;
  }
  #layout-referenzen .overlay {
    padding: 25px 30px 10px 30px;
  }
  #layout-referenzen .overlay .moving {
    margin-top: -50px;
  }
  #layout-referenzen .overlay .headline {
    font-size: 22px;
    line-height: 1.2em;
  }
  #layout-referenzen .overlay .underline {
    font-size: 22px;
    line-height: 1.3em;
  }
  .button {
    font-size: 18px;
    line-height: 1.5em;
    padding: 10px 12px 8px 12px;
    line-height: 1em;
  }
  .button.back {
    background-size: 38px;
    width: 42px;
    height: 42px;
  }
  #damx-jqueryui-normal .ui-menu-item,
  #damx-jqueryui-white .ui-menu-item,
  #damx-jqueryui-headline .ui-menu-item {
    font-size: 18px;
    line-height: 1.5em;
  }
  .damx-form {
    padding: 25px 30px 10px 30px;
  }
  .damx-form .damx-form-error-list .damx-form-error .damx-form-error-field {
    font-size: 16px;
    line-height: 1.5em;
  }
  .damx-form .damx-form-error-list .damx-form-error .damx-form-error-message {
    font-size: 16px;
    line-height: 1.5em;
  }
  .damx-form form .damx-form-field .damx-form-label label {
    font-size: 14px;
    line-height: 1.5em;
  }
  .damx-form form .damx-form-field .damx-form-content input[type="checkbox"] + label {
    font-size: 18px;
    line-height: 1.5em;
  }
  .damx-form form .damx-form-field .damx-form-content input[type="text"],
  .damx-form form .damx-form-field .damx-form-content textarea {
    font-size: 18px;
    line-height: 1.5em;
  }
  .damx-form form .damx-form-submit button {
    font-size: 18px;
    line-height: 1.5em;
  }
  .ui-selectmenu-text,
  .ui-widget {
    font-size: 18px;
    line-height: 1.5em;
  }
  main .wrapper,
  footer .wrapper {
    margin: 0 -3px;
  }
  main .wrapper.double,
  footer .wrapper.double {
    margin: -3px;
  }
  main .w-100,
  footer .w-100 {
    padding: 3px;
  }
  main .w-75,
  main .w-66,
  main .w-60,
  main .w-50,
  main .w-40,
  main .w-33,
  main .w-25,
  footer .w-75,
  footer .w-66,
  footer .w-60,
  footer .w-50,
  footer .w-40,
  footer .w-33,
  footer .w-25 {
    padding: 3px;
    float: right;
  }
  main .w-75.left,
  main .w-66.left,
  main .w-60.left,
  main .w-50.left,
  main .w-40.left,
  main .w-33.left,
  main .w-25.left,
  footer .w-75.left,
  footer .w-66.left,
  footer .w-60.left,
  footer .w-50.left,
  footer .w-40.left,
  footer .w-33.left,
  footer .w-25.left {
    float: left;
  }
  main .w-100,
  footer .w-100 {
    width: 100%;
  }
  main .w-75,
  footer .w-75 {
    width: 100%;
  }
  main .w-66,
  footer .w-66 {
    width: 100%;
  }
  main .w-60,
  footer .w-60 {
    width: 100%;
  }
  main .w-50,
  footer .w-50 {
    width: 100%;
  }
  main .w-40,
  footer .w-40 {
    width: 100%;
  }
  main .w-33,
  footer .w-33 {
    width: 100%;
  }
  main .w-25,
  footer .w-25 {
    width: 100%;
  }
}
@media all and (min-width: 401px) and (max-width: 640px) and (orientation: landscape) {
  .frontpage header {
    height: 500px;
  }
}
@media all and (max-width: 400px) {
  @import multiple 'nav-mobile.inc.less';
  body:before {
    content: 'xs';
  }
  #preloader {
    background-size: 200px 56px, auto;
  }
  #layout-brand {
    width: 200px;
    height: 56px;
    float: left;
  }
  .frontpage #layout-anchor {
    height: 0;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
    transition: all 400ms;
    bottom: 0;
    display: block;
  }
  #layout-slideshow h2 {
    font-size: 50px;
    line-height: 1em;
  }
  #layout-slideshow h3 {
    font-size: 59px;
    line-height: 1em;
    margin: 0 0 30px 0;
  }
  #layout-slideshow .slide {
    padding: 65px 0 20px 0;
  }
  .tab-menu {
    margin: 0 0 15px 0;
  }
  .tab-menu a {
    font-size: 16px;
    line-height: 1.5em;
    padding: 10px 10px 8px 10px;
    line-height: 1em;
    margin: 0 2px 0 0;
  }
  header {
    padding: 30px 0 0 0;
  }
  header nav {
    padding: -2px 0;
    float: right;
  }
  header .icon {
    opacity: .4;
    filter: blur(1px);
  }
  main {
    padding-top: 30px;
  }
  main .tab-menu {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  main p {
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 1.5em;
  }
  main li {
    font-size: 16px;
    line-height: 1.5em;
  }
  main h1,
  main h3 {
    margin: 0 0 3px 0;
    font-size: 24px;
    line-height: 1.1em;
  }
  main h2,
  main h4 {
    margin: 0 0 10px 0;
    font-size: 20px;
    line-height: 1.2em;
  }
  main h1.bigger,
  main h3.bigger {
    font-size: 26px;
    line-height: 1.1em;
  }
  main h2.bigger,
  main h4.bigger {
    font-size: 30px;
    line-height: 1em;
  }
  main img.margin {
    border: 2px solid transparent;
  }
  main .thorben,
  main .manuel {
    padding-top: 100% !important;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  main .thorben h3,
  main .manuel h3 {
    padding-top: 18px;
  }
  main .thorben {
    background-image: url("/custom/images/content-team-thorben.jpg");
  }
  main .manuel {
    background-image: url("/custom/images/content-team-manuel.jpg");
  }
  main .dash {
    margin: 12px 0;
    width: 30px;
    height: 3px;
  }
  main .dash.margin {
    margin-bottom: 20px;
  }
  main .nav {
    display: none;
    margin: 4px auto 0 auto;
  }
  main .nav a {
    margin-right: 2px;
  }
  main .filter {
    padding: 0 0 10px 0;
  }
  main .filter li {
    padding: 2px;
  }
  main .filter a {
    padding: 7px 14px;
    font-size: 14px;
    line-height: 1.5em;
  }
  main .filter span {
    padding: 5px 7px;
    font-size: 14px;
    line-height: 1.5em;
  }
  main .item .content {
    padding: 18px 20px 8px 20px;
  }
  main .item .content.padding {
    padding-right: 70px;
  }
  main .item .icon {
    width: 40px;
    height: 40px;
  }
  main .item .icon.right {
    right: 20px;
    top: 18px;
  }
  main .item .icon.bottom {
    bottom: 18px;
  }
  main .item:after {
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    clear: both;
  }
  main .floating-icon {
    position: relative;
    padding-right: 80px;
  }
  main .floating-icon .icon {
    position: absolute;
    top: 0;
    right: 0;
  }
  footer {
    padding: 80px 0 12.5px 0;
  }
  footer .content.bg {
    padding: 18px 20px;
  }
  footer .content h3 {
    font-size: 16px;
    line-height: 1.5em;
  }
  footer .content h4 {
    font-size: 24px;
    line-height: 1.1em;
  }
  footer .copyright {
    padding-top: 27.5px;
    font-size: 14px;
    line-height: 1.5em;
  }
  footer .copyright li {
    margin: 0;
    display: block;
  }
  footer .copyright li:before {
    content: '/';
    display: inline-block;
    margin-right: 8px;
  }
  footer .copyright a {
    font-size: 14px;
    line-height: 1.5em;
  }
  .inner {
    width: 90%;
  }
  #layout-referenzen .overlay {
    padding: 18px 20px 8px 20px;
  }
  #layout-referenzen .overlay .moving {
    margin-top: -50px;
  }
  #layout-referenzen .overlay .headline {
    font-size: 20px;
    line-height: 1.2em;
  }
  #layout-referenzen .overlay .underline {
    font-size: 18px;
    line-height: 1.3em;
  }
  .button {
    font-size: 16px;
    line-height: 1.5em;
    padding: 10px 12px 8px 12px;
    line-height: 1em;
  }
  .button.back {
    background-size: 38px;
    width: 38px;
    height: 38px;
  }
  #damx-jqueryui-normal .ui-menu-item,
  #damx-jqueryui-white .ui-menu-item,
  #damx-jqueryui-headline .ui-menu-item {
    font-size: 16px;
    line-height: 1.5em;
  }
  .damx-form {
    padding: 18px 20px 8px 20px;
  }
  .damx-form .damx-form-error-list .damx-form-error .damx-form-error-field {
    font-size: 14px;
    line-height: 1.5em;
  }
  .damx-form .damx-form-error-list .damx-form-error .damx-form-error-message {
    font-size: 14px;
    line-height: 1.5em;
  }
  .damx-form form .damx-form-field .damx-form-label label {
    font-size: 14px;
    line-height: 1.5em;
  }
  .damx-form form .damx-form-field .damx-form-content input[type="checkbox"] + label {
    font-size: 16px;
    line-height: 1.5em;
  }
  .damx-form form .damx-form-field .damx-form-content input[type="text"],
  .damx-form form .damx-form-field .damx-form-content textarea {
    font-size: 16px;
    line-height: 1.5em;
  }
  .damx-form form .damx-form-submit button {
    font-size: 16px;
    line-height: 1.5em;
  }
  .ui-selectmenu-text,
  .ui-widget {
    font-size: 16px;
    line-height: 1.5em;
  }
  main .wrapper,
  footer .wrapper {
    margin: 0 -2px;
  }
  main .wrapper.double,
  footer .wrapper.double {
    margin: -2px;
  }
  main .w-100,
  footer .w-100 {
    padding: 2px;
  }
  main .w-75,
  main .w-66,
  main .w-60,
  main .w-50,
  main .w-40,
  main .w-33,
  main .w-25,
  footer .w-75,
  footer .w-66,
  footer .w-60,
  footer .w-50,
  footer .w-40,
  footer .w-33,
  footer .w-25 {
    padding: 2px;
    float: right;
  }
  main .w-75.left,
  main .w-66.left,
  main .w-60.left,
  main .w-50.left,
  main .w-40.left,
  main .w-33.left,
  main .w-25.left,
  footer .w-75.left,
  footer .w-66.left,
  footer .w-60.left,
  footer .w-50.left,
  footer .w-40.left,
  footer .w-33.left,
  footer .w-25.left {
    float: left;
  }
  main .w-100,
  footer .w-100 {
    width: 100%;
  }
  main .w-75,
  footer .w-75 {
    width: 100%;
  }
  main .w-66,
  footer .w-66 {
    width: 100%;
  }
  main .w-60,
  footer .w-60 {
    width: 100%;
  }
  main .w-50,
  footer .w-50 {
    width: 100%;
  }
  main .w-40,
  footer .w-40 {
    width: 100%;
  }
  main .w-33,
  footer .w-33 {
    width: 100%;
  }
  main .w-25,
  footer .w-25 {
    width: 100%;
  }
  main .flex,
  footer .flex {
    display: block;
  }
  main .flex .flex-item,
  footer .flex .flex-item {
    display: block;
    width: 100%;
  }
}
@media all and (max-width: 400px) and (orientation: landscape) {
  .frontpage header {
    height: 500px;
  }
}
