@charset "CP850";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /*font-size:100%;*/
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
/*
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #bbb;
    margin:1.5em 0;
    padding:0;
}
*/
input, select {
  vertical-align: middle; }

ul,
ol {
  list-style: none; }

i {
  font-style: normal; }

html {
  -webkit-text-size-adjust: none; }

/* #######################################################################

	meanMenu
	--------
	
	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
  display: none; }

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
  width: 100%;
  position: relative;
  background: #0c1923;
  z-index: 999999; }

.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.mean-container a.meanmenu-reveal {
  background: #0c1923;
  width: 32px;
  height: 32px;
  padding: 17px 13px 7px 13px;
  position: absolute;
  top: 100%;
  right: 8.33% !important;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin-top: 14px;
  -webkit-transition: margin 0.2s;
  -moz-transition: margin 0.2s;
  transition: margin 0.2s; }

.mean-container a.meanmenu-reveal.meanclose {
  margin-top: 0; }

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px; }

.mean-container .mean-nav {
  width: 100%;
  background: #0c1923; }

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none; }

.mean-container .mean-nav ul li {
  position: relative;
  width: 100%; }

.mean-container .mean-nav ul li a {
  display: block;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
  color: #fff;
  background: #0c1923;
  border-bottom: 1px solid #383838;
  text-decoration: none;
  text-transform: uppercase; }

.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 1em 10%;
  border-bottom: 1px solid #f1f1f1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.75;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible; }

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0; }

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%; }

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%; }

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%; }

.mean-container .mean-nav ul li a:hover {
  background: #252525; }

.mean-container .mean-nav ul li a.mean-expand {
  width: 26px;
  height: 26px;
  border: none !important;
  padding: 12px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700; }

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: none; }

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both; }

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0; }

.mean-container .mean-nav p {
  display: none; }

/*
 * Image replacement
 */
.ir {
  display: block;
  color: transparent;
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

@font-face {
  font-family: 'fontawesome';
  src: url("../fonts/icomoon.eot?s7ms5u");
  src: url("../fonts/icomoon.eot?#iefixs7ms5u") format("embedded-opentype"), url("../fonts/icomoon.woff?s7ms5u") format("woff"), url("../fonts/icomoon.ttf?s7ms5u") format("truetype"), url("../fonts/icomoon.svg?s7ms5u#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'fontawesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-check:before {
  content: "\f00c"; }

.icon-chevron-left:before {
  content: "\f053"; }

.icon-chevron-right:before {
  content: "\f054"; }

.icon-search:before {
  content: "\f002"; }

.icon-globe:before {
  content: "\f0ac"; }

.icon-remove:before {
  content: "\f00d"; }

.icon-download-alt:before {
  content: "\f019"; }

::selection {
  color: white;
  background: #b70e1f; }

::-moz-selection {
  color: white;
  background: #b70e1f; }

html,
body,
.page {
  height: 100%; }

html {
  overflow-x: hidden;
  overflow-y: auto; }

html.lt-ie9 img {
  width: auto;
  height: auto; }

/*
img {
	opacity: 1;
	@include animation(image-in 1s); //Bilder bei Seitenload einfaden
}
*/
@-webkit-keyframes image-in {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }
@-moz-keyframes image-in {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }
@-o-keyframes image-in {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }
@keyframes image-in {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }
.required-column {
  min-height: 1px; }

.page {
  padding-top: 90px; }
  @media only screen and (max-width: 768px) {
    .page {
      padding-top: 0;
      clear: both; } }

.scrolling .header,
.scrolling .background {
  position: absolute; }

/*
 * Content
 */
.content {
  padding-top: 0px;
  padding-bottom: 80px; }
  @media only screen and (max-width: 768px) {
    .content {
      padding-top: 80px; } }

/*
 * Contentnav
 */
.contentnav {
  overflow: visible !important;
  list-style: none !important; }

.contentnav-node {
  margin-bottom: 0.5em;
  word-break: break-word; }
  .contentnav-node:last-child {
    margin-bottom: 0; }

.contentnav-link {
  position: relative;
  color: black;
  padding: 0.25em 0; }
  .contentnav-link:hover {
    text-decoration: none; }
  .contentnav-link:hover, .contentnav-link.active {
    color: #e4792f; }
    .contentnav-link:hover:before, .contentnav-link.active:before {
      position: absolute;
      top: 50%;
      left: -12px;
      margin-top: -0.5em;
      font-family: 'fontawesome';
      font-size: 0.6em;
      content: '\f054';
      -webkit-font-smoothing: antialiased; }

/*
 * Sticky Footer
 */
.sticky-footer-wrap {
  position: relative;
  min-height: 100%;
  -webkit-transition: margin 0.2s;
  -moz-transition: margin 0.2s;
  transition: margin 0.2s; }

@media only screen and (max-width: 768px) {
  .small-hide {
    display: none; } }
/*
 * Background
 */
body {
  background: url(../images/body_background.png) 0 0 repeat-x fixed; }

.background {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden; }

.background-control-wrap {
  position: absolute;
  top: 0;
  height: 100%;
  width: 8.33333%;
  text-align: center;
  z-index: 2; }
  .background-control-wrap.left {
    left: 0; }
  .background-control-wrap.right {
    right: 0; }

.background-control {
  display: block;
  position: relative;
  top: 20.5%;
  margin-top: -0.5em;
  cursor: pointer;
  font-size: 3em;
  font-weight: bold;
  color: white;
  color: rgba(255, 255, 255, 0.9);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s; }
  .background-control:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2); }
  @media only screen and (max-width: 768px) {
    .background-control {
      top: 15%; } }

.background-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #eee;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover; }

@media only screen and (max-width: 768px) {
  .background-image-home {
    background-position: top center;
    -webkit-background-size: auto 30.4%;
    -moz-background-size: auto 30.4%;
    background-size: auto 30.4%; }
    .template-list_references .background-image-home {
      display: none; } }

.background-slideshow .background-image {
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%) translateZ(0);
  -moz-transform: translateX(100%) translateZ(0);
  transform: translateX(100%) translateZ(0); }
  .background-slideshow .background-image.active {
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%) translateZ(0);
    -moz-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0); }

.no-csstransforms .background-slideshow .background-image {
  left: 100%; }
  .no-csstransforms .background-slideshow .background-image.active {
    left: 0; }

.background-fadeshow .background-image {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s 1s, opacity 1s;
  -moz-transition: visibility 0s 1s, opacity 1s;
  transition: visibility 0s 1s, opacity 1s; }
  .background-fadeshow .background-image.active {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    transition: opacity 1s; }

.no-csstransforms .background-fadeshow .background-image {
  display: none; }
  .no-csstransforms .background-fadeshow .background-image.active {
    display: block; }

.in-from-left {
  z-index: -10;
  -webkit-animation: in-from-left 1s 1;
  -moz-animation: in-from-left 1s 1;
  animation: in-from-left 1s 1; }

.in-from-right {
  z-index: -10;
  -webkit-animation: in-from-right 1s 1;
  -moz-animation: in-from-right 1s 1;
  animation: in-from-right 1s 1; }

.out-to-left {
  z-index: -20;
  -webkit-animation: out-to-left 1s 1;
  -moz-animation: out-to-left 1s 1;
  animation: out-to-left 1s 1; }

.out-to-right {
  z-index: -20;
  -webkit-animation: out-to-right 1s 1;
  -moz-animation: out-to-right 1s 1;
  animation: out-to-right 1s 1; }

.background-out-to-left {
  z-index: -20;
  -webkit-animation: background-out-to-left 1s 1;
  -moz-animation: background-out-to-left 1s 1;
  animation: background-out-to-left 1s 1; }

.background-out-to-right {
  z-index: -20;
  -webkit-animation: background-out-to-right 1s 1;
  -moz-animation: background-out-to-right 1s 1;
  animation: background-out-to-right 1s 1; }

@-webkit-keyframes in-from-left {
  0% {
    -o-transform: translateX(-10%);
    -webkit-transform: translateX(-100%) translateZ(0);
    -moz-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0); }

  100% {
    -o-transform: translateX(0%);
    -webkit-transform: translateX(0%) translateZ(0);
    -moz-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0); } }
@-moz-keyframes in-from-left {
  0% {
    -o-transform: translateX(-10%);
    -webkit-transform: translateX(-100%) translateZ(0);
    -moz-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0); }

  100% {
    -o-transform: translateX(0%);
    -webkit-transform: translateX(0%) translateZ(0);
    -moz-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0); } }
@-o-keyframes in-from-left {
  0% {
    -o-transform: translateX(-10%);
    -webkit-transform: translateX(-100%) translateZ(0);
    -moz-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0); }

  100% {
    -o-transform: translateX(0%);
    -webkit-transform: translateX(0%) translateZ(0);
    -moz-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0); } }
@keyframes in-from-left {
  0% {
    -o-transform: translateX(-10%);
    -webkit-transform: translateX(-100%) translateZ(0);
    -moz-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0); }

  100% {
    -o-transform: translateX(0%);
    -webkit-transform: translateX(0%) translateZ(0);
    -moz-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0); } }
@-webkit-keyframes in-from-right {
  0% {
    -o-transform: translateX(100%);
    -webkit-transform: translateX(100%) translateZ(0);
    -moz-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0); }

  100% {
    -o-transform: translateX(0%);
    -webkit-transform: translateX(0%) translateZ(0);
    -moz-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0); } }
@-moz-keyframes in-from-right {
  0% {
    -o-transform: translateX(100%);
    -webkit-transform: translateX(100%) translateZ(0);
    -moz-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0); }

  100% {
    -o-transform: translateX(0%);
    -webkit-transform: translateX(0%) translateZ(0);
    -moz-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0); } }
@-o-keyframes in-from-right {
  0% {
    -o-transform: translateX(100%);
    -webkit-transform: translateX(100%) translateZ(0);
    -moz-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0); }

  100% {
    -o-transform: translateX(0%);
    -webkit-transform: translateX(0%) translateZ(0);
    -moz-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0); } }
@keyframes in-from-right {
  0% {
    -o-transform: translateX(100%);
    -webkit-transform: translateX(100%) translateZ(0);
    -moz-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0); }

  100% {
    -o-transform: translateX(0%);
    -webkit-transform: translateX(0%) translateZ(0);
    -moz-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0); } }
@-webkit-keyframes out-to-left {
  0% {
    -o-transform: translateX(0%);
    -webkit-transform: translateX(0%) translateZ(0);
    -moz-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0); }

  100% {
    -o-transform: translateX(-100%);
    -webkit-transform: translateX(-100%) translateZ(0);
    -moz-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0); } }
@-moz-keyframes out-to-left {
  0% {
    -o-transform: translateX(0%);
    -webkit-transform: translateX(0%) translateZ(0);
    -moz-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0); }

  100% {
    -o-transform: translateX(-100%);
    -webkit-transform: translateX(-100%) translateZ(0);
    -moz-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0); } }
@-o-keyframes out-to-left {
  0% {
    -o-transform: translateX(0%);
    -webkit-transform: translateX(0%) translateZ(0);
    -moz-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0); }

  100% {
    -o-transform: translateX(-100%);
    -webkit-transform: translateX(-100%) translateZ(0);
    -moz-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0); } }
@keyframes out-to-left {
  0% {
    -o-transform: translateX(0%);
    -webkit-transform: translateX(0%) translateZ(0);
    -moz-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0); }

  100% {
    -o-transform: translateX(-100%);
    -webkit-transform: translateX(-100%) translateZ(0);
    -moz-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0); } }
@-webkit-keyframes out-to-right {
  0% {
    -o-transform: translateX(0%);
    -webkit-transform: translateX(0%) translateZ(0);
    -moz-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0); }

  100% {
    -o-transform: translateX(100%);
    -webkit-transform: translateX(100%) translateZ(0);
    -moz-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0); } }
@-moz-keyframes out-to-right {
  0% {
    -o-transform: translateX(0%);
    -webkit-transform: translateX(0%) translateZ(0);
    -moz-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0); }

  100% {
    -o-transform: translateX(100%);
    -webkit-transform: translateX(100%) translateZ(0);
    -moz-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0); } }
@-o-keyframes out-to-right {
  0% {
    -o-transform: translateX(0%);
    -webkit-transform: translateX(0%) translateZ(0);
    -moz-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0); }

  100% {
    -o-transform: translateX(100%);
    -webkit-transform: translateX(100%) translateZ(0);
    -moz-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0); } }
@keyframes out-to-right {
  0% {
    -o-transform: translateX(0%);
    -webkit-transform: translateX(0%) translateZ(0);
    -moz-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0); }

  100% {
    -o-transform: translateX(100%);
    -webkit-transform: translateX(100%) translateZ(0);
    -moz-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0); } }
@-webkit-keyframes background-out-to-left {
  0% {
    -o-transform: translateX(0%);
    -webkit-transform: translateX(0%) translateZ(0);
    -moz-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0); }

  100% {
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%) translateZ(0);
    -moz-transform: translateX(-50%) translateZ(0);
    transform: translateX(-50%) translateZ(0); } }
@-moz-keyframes background-out-to-left {
  0% {
    -o-transform: translateX(0%);
    -webkit-transform: translateX(0%) translateZ(0);
    -moz-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0); }

  100% {
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%) translateZ(0);
    -moz-transform: translateX(-50%) translateZ(0);
    transform: translateX(-50%) translateZ(0); } }
@-o-keyframes background-out-to-left {
  0% {
    -o-transform: translateX(0%);
    -webkit-transform: translateX(0%) translateZ(0);
    -moz-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0); }

  100% {
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%) translateZ(0);
    -moz-transform: translateX(-50%) translateZ(0);
    transform: translateX(-50%) translateZ(0); } }
@keyframes background-out-to-left {
  0% {
    -o-transform: translateX(0%);
    -webkit-transform: translateX(0%) translateZ(0);
    -moz-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0); }

  100% {
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%) translateZ(0);
    -moz-transform: translateX(-50%) translateZ(0);
    transform: translateX(-50%) translateZ(0); } }
@-webkit-keyframes background-out-to-right {
  0% {
    -o-transform: translateX(0%);
    -webkit-transform: translateX(0%) translateZ(0);
    -moz-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0); }

  100% {
    -o-transform: translateX(50%);
    -webkit-transform: translateX(50%) translateZ(0);
    -moz-transform: translateX(50%) translateZ(0);
    transform: translateX(50%) translateZ(0); } }
@-moz-keyframes background-out-to-right {
  0% {
    -o-transform: translateX(0%);
    -webkit-transform: translateX(0%) translateZ(0);
    -moz-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0); }

  100% {
    -o-transform: translateX(50%);
    -webkit-transform: translateX(50%) translateZ(0);
    -moz-transform: translateX(50%) translateZ(0);
    transform: translateX(50%) translateZ(0); } }
@-o-keyframes background-out-to-right {
  0% {
    -o-transform: translateX(0%);
    -webkit-transform: translateX(0%) translateZ(0);
    -moz-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0); }

  100% {
    -o-transform: translateX(50%);
    -webkit-transform: translateX(50%) translateZ(0);
    -moz-transform: translateX(50%) translateZ(0);
    transform: translateX(50%) translateZ(0); } }
@keyframes background-out-to-right {
  0% {
    -o-transform: translateX(0%);
    -webkit-transform: translateX(0%) translateZ(0);
    -moz-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0); }

  100% {
    -o-transform: translateX(50%);
    -webkit-transform: translateX(50%) translateZ(0);
    -moz-transform: translateX(50%) translateZ(0);
    transform: translateX(50%) translateZ(0); } }
strong {
  font-weight: 600; }

.distance {
  margin-bottom: 40px; }

/*
 * Box Ratios
 */
.ratio-1-1:after {
  content: "";
  display: block;
  padding-top: 100%; }

.ratio-2-1:after {
  content: "";
  display: block;
  padding-top: 50%; }

.ratio-1-2:after {
  content: "";
  display: block;
  padding-top: 200%; }

/*
.ratio-6-10:after {
	content: "";
	display: block;
	padding-top: percentage(10/6);
}*/
/*
 * Hintergrundfarben
 */
.bg-white {
  background: white; }
  .template-home .bg-white {
    background: rgba(255, 255, 255, 0.45); }

.bg-lightgrey {
  background: #F6F5F4; }

.bg-grey {
  background: #ccc; }

.bg-darkgrey {
  background: #999; }

.bg-orange {
  background: #e4792f; }
  .template-home .bg-orange {
    background: rgba(228, 121, 47, 0.45); }

.bg-red {
  background: #b70e1f; }

.bg-lucent {
  background: white;
  background: rgba(255, 255, 255, 0.65); }

.bg-ghost {
  background: #F6F5F4; }

.bg-lightgrey--transparent,
.template-list_references .content .bg-lightgrey {
  background: rgba(204, 204, 204, 0.8); }

.template-reference .content .bg-lightgrey--transparent,
.template-reference .content .bg-white--transparent {
  margin-bottom: 30px; }

.bg-white--transparent,
.template-list_references .content .bg-white {
  background: rgba(255, 255, 255, 0.8); }

/*
 * Richcontent
 */
.richcontent-container {
  padding: 4.80769%; }

.richcontent-header {
  margin-bottom: 2em; }

.richcontent h1,
.richcontent .h1,
.h1 {
  display: block;
  font-size: 1.25em;
  line-height: 1.2;
  font-weight: 600;
  padding-bottom: 0.6em; }

.richcontent h2,
.richcontent .h2,
.h2 {
  display: block;
  font-size: 1.25em;
  line-height: 1.2;
  font-weight: 600;
  padding-bottom: 0.6em; }

.richcontent h3,
.richcontent .h3,
.h3 {
  display: block;
  font-size: 1em;
  line-height: 1.2;
  font-weight: 600;
  padding-bottom: 0.3em; }

.richcontent h4,
.richcontent .h4,
.h4,
.richcontent h5,
.richcontent .h5,
.h5,
.richcontent h6,
.richcontent .h6,
.h6 {
  display: block;
  font-size: 1em;
  line-height: 1.2;
  font-weight: 400;
  padding-bottom: 0.3em; }

.richcontent p,
.richcontent .p,
.p {
  font-size: 0.9375em;
  padding-bottom: 1.5em;
  line-height: 1.4; }

.richcontent a,
.richcontent .a,
.a {
  text-decoration: underline; }
  .richcontent a:hover,
  .richcontent .a:hover,
  .a:hover {
    text-decoration: none; }

.richcontent ul,
.ul,
.richcontent ol,
.ol {
  list-style: disc outside;
  font-size: 0.9375em;
  margin: 0.5em 2em 1.5em; }
  .richcontent ul li,
  .ul li,
  .richcontent ol li,
  .ol li {
    margin-bottom: 0.4em; }
  .richcontent ul p,
  .ul p,
  .richcontent ol p,
  .ol p {
    font-size: 1em;
    padding-bottom: 0; }

.richcontent ol,
.ol {
  list-style-type: decimal; }

.richcontent dl {
  line-height: 1.4;
  font-size: 0.9375em; }

.richcontent dt {
  font-weight: 600;
  display: inline; }

.richcontent dd {
  display: inline; }
  .richcontent dd:after {
    content: '\A';
    white-space: pre; }

.indent {
  padding-left: 4.80769%;
  padding-right: 4.80769%; }

.single-headline-bg {
  padding: 8px 20px; }

.small-font p,
.small-font .p {
  font-size: 1em; }

.meta {
  font-size: 0.9375em; }

.intext-left,
.intext-right,
.intext-center {
  display: block;
  max-width: 100%;
  margin-top: 0.5em;
  margin-bottom: 0.5em; }

.intext-left {
  float: left;
  margin-right: 1em; }

.intext-right {
  float: right;
  margin-left: 1em; }

.intext-center {
  margin: 0.5em auto 1em; }

.prevent-italic {
  font-style: normal !important; }

/*
 * Links
 */
.link-back {
  display: inline-block;
  text-decoration: none !important;
  font-size: 0.9375em;
  margin-bottom: 1em; }
  .link-back .icon-chevron-left {
    font-size: 0.75em; }
  .link-back:hover {
    cursor: pointer;
    text-decoration: underline !important; }

.no-icon-hover {
  text-decoration: none !important; }
  .no-icon-hover:hover {
    text-decoration: none !important; }
    .no-icon-hover:hover span {
      text-decoration: underline !important; }

.link-download {
  color: #b70e1f;
  font-size: 0.9375em;
  font-weight: 600;
  color: #b70e1f;
  text-decoration: none !important; }
  .link-download:hover {
    color: #b70e1f;
    text-decoration: underline !important; }

/*
 * Lists
 */
.icon-list {
  padding: 15px 10px; }
  .icon-list i {
    font-size: 1.2em;
    margin-right: 7px; }
  .icon-list li {
    margin-bottom: 0.5em; }
  .icon-list a {
    color: black; }
  .icon-list a:hover {
    text-decoration: none; }
  .icon-list a:hover span {
    text-decoration: underline; }
  .icon-list.small i {
    font-size: 0.7em;
    margin-right: 3px; }

/*
 * Layer
 */
.layer {
  position: relative; }

.close-layer {
  position: absolute;
  right: 1em;
  top: 1em;
  cursor: pointer;
  color: #333; }
  .close-layer:hover {
    color: black; }

@media only screen and (max-width: 990px) {
  .distance-small {
    margin-bottom: 40px; } }
.box {
  position: relative; }

/*
 * Base Box Elements
 */
.box-inner {
  position: absolute;
  left: 9.61538%;
  right: 9.61538%;
  top: 14.42308%;
  bottom: 2em;
  overflow: hidden; }

.box-inner-full {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.box-headline {
  font-size: 1.25em;
  font-weight: 600;
  margin-bottom: 0.6em; }

.box-subheadline {
  font-size: 0.9375em;
  font-weight: 600;
  margin-bottom: 1em; }

.box-meta {
  color: black;
  font-size: 0.9375em;
  margin-bottom: 1em; }

.box-text {
  color: black;
  font-size: 0.9375em;
  margin-bottom: 0.75em;
  overflow: hidden; }
  .box-text.small {
    font-size: 0.8125em; }
  @media only screen and (min-width: 1247px) {
    .box-text {
      max-height: 6em; } }
  @media only screen and (max-width: 1246px) {
    .box-text {
      max-height: 4.8em; } }
  @media only screen and (max-width: 990px) {
    .box-text {
      max-height: 3.6em; } }
  @media only screen and (max-width: 768px) {
    .box-text {
      max-height: none; } }

.box-link {
  position: absolute;
  bottom: 5.76923%;
  right: 5.76923%;
  font-size: 0.9375em;
  font-weight: 600;
  font-style: italic;
  color: #b70e1f; }
  .box-link.orange {
    color: #e4792f; }
  .box-link:hover {
    color: #b70e1f;
    cursor: pointer;
    text-decoration: underline; }
  .box-link.download {
    font-style: normal;
    text-transform: uppercase; }
    .box-link.download .icon-download-alt {
      font-size: 1.5em;
      font-weight: normal;
      margin-right: 0.25em; }
  .box-link .icon-chevron-right {
    font-size: 0.75em; }

a:hover .box-link {
  text-decoration: underline; }

.box-link-full {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%; }
  .box-link-full:hover {
    text-decoration: none; }
    .box-link-full:hover .box-link {
      text-decoration: underline; }

/*
 * Box Offset
 */
.box-outer-offset-top {
  margin-top: 100%; }

.box-outer-offset-bottom {
  margin-bottom: 100%; }
  @media only screen and (max-width: 768px) {
    .box-outer-offset-bottom {
      margin-bottom: 0; } }

.box-outer-offset-left {
  left: 100%; }

.box-outer-offset-right {
  left: -100%; }

.box-outer-vertical-offset-none {
  margin: 0; }

/*
 * Quote Box
 */
.box-quote {
  font-size: 1.25em;
  font-style: italic;
  line-height: 1.3; }
  @media only screen and (max-width: 1246px) {
    .box-quote {
      font-size: 1em;
      line-height: 1.2; } }
  @media only screen and (max-width: 768px) {
    .box-quote {
      font-size: 1.25em;
      line-height: 1.3; } }

.box-quote-author {
  position: absolute;
  left: 7.21154%;
  bottom: 5.76923%;
  font-size: 0.9375em;
  font-weight: 600; }
  .box-quote-author.inline {
    position: static;
    margin-top: 1em; }

/*
 * Contact Box
 */
.box-outer-contact {
  position: relative;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  transition: background 0.5s; }

@media only screen and (max-width: 1246px) {
  .box-contact-text {
    display: none; } }
@media only screen and (max-width: 768px) {
  .box-contact-text {
    display: block; } }

.box-contact-media {
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.3; }
  .box-contact-media a {
    color: black; }
  @media only screen and (max-width: 1246px) {
    .box-contact-media {
      font-size: 1.125em; } }
  @media only screen and (max-width: 768px) {
    .box-contact-media {
      font-size: 1.25em; } }

.box-contact-photo {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 100%;
  background-color: inherit;
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat; }

.box-outer-contact-show-photo .box-contact-photo {
  display: block; }
  @media only screen and (max-width: 480px) {
    .box-outer-contact-show-photo .box-contact-photo {
      display: none; } }

.contact-layer {
  position: absolute;
  display: none;
  right: 0;
  top: 0;
  width: 200%;
  z-index: 100;
  background: white;
  background: rgba(255, 255, 255, 0.9);
  padding: 9.61538% 14.42308%;
  -webkit-box-outer-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  -moz-box-outer-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  box-outer-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); }

.box-outer-contact.show-layer {
  background: transparent; }
  .box-outer-contact.show-layer .contact-teaser {
    opacity: 0; }
  .box-outer-contact.show-layer .contact-layer {
    display: block;
    -webkit-animation: contact-layer-in 0.5s;
    -moz-animation: contact-layer-in 0.5s;
    animation: contact-layer-in 0.5s; }

@-webkit-keyframes contact-layer-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    transform: translateX(50%); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%); } }
@-moz-keyframes contact-layer-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    transform: translateX(50%); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%); } }
@-o-keyframes contact-layer-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    transform: translateX(50%); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%); } }
@keyframes contact-layer-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    transform: translateX(50%); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%); } }
.toggle-callback-group {
  padding-bottom: 10px; }

.contact-callback-group {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  -moz-transition: max-height 0.5s;
  transition: max-height 0.5s; }
  .contact-callback-group.visible {
    max-height: 200px; }
  .contact-callback-group.open {
    overflow: visible; }

/*
 * Logo Box
 */
.box-logo-image {
  position: absolute;
  top: 45%;
  left: 50%;
  margin: -55px 0 0 -55px; }

/*
 * Box List
 */
.boxlist li {
  background: #e9e8e7; }
  .template-list_references .content .boxlist li, .template-reference .content .boxlist li {
    background: rgba(233, 232, 231, 0.8); }
  .boxlist li:nth-child(even) {
    background: #dedddc; }
  .template-list_references .content .boxlist li:nth-child(even), .template-reference .content .boxlist li:nth-child(even) {
    background: rgba(255, 255, 255, 0.8); }
  @media only screen and (max-width: 768px) {
    .boxlist li:nth-child(even) {
      background: #e9e8e7; }
    .boxlist li:nth-child(1), .boxlist li:nth-child(4n), .boxlist li:nth-child(4n + 1) {
      background: #dedddc; } }

/*
 * Box Shadow
 */
.box-outer-shadow:before {
  content: '';
  position: absolute;
  top: 100%;
  width: 100%;
  height: 16px;
  left: 0;
  background: url(../images/box_shadow.png);
  background-size: 100% 16px; }

/*
 * Box Control
 */
.box-control {
  position: absolute;
  right: 5.76923%;
  top: 5.76923%;
  z-index: 10;
  font-size: 12px;
  color: #b70e1f; }

.box-control-left,
.box-control-right {
  float: left;
  cursor: pointer;
  width: 18px;
  line-height: 18px !important;
  text-align: center; }
  .box-control-left:hover,
  .box-control-right:hover {
    background: #b70e1f;
    color: white; }

/*
 * Box Slideshow
 */
.box-outer-slideshow {
  z-index: 0; }
  .box-outer-slideshow.bg-orange .box-link {
    color: #b70e1f; }

.box-slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%) translateZ(0);
  -moz-transform: translateX(100%) translateZ(0);
  transform: translateX(100%) translateZ(0);
  -webkit-animation-duration: 0.75s;
  -moz-animation-duration: 0.75s;
  animation-duration: 0.75s; }
  .box-slide.active {
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%) translateZ(0);
    -moz-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0); }

.no-csstransforms .box-slide {
  left: 100%; }
  .no-csstransforms .box-slide.active {
    left: 0; }

/*
 * Box Layer
 */
.box-layer {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 9.61538%;
  -webkit-transform: translateY(50%) translateZ(0);
  -moz-transform: translateY(50%) translateZ(0);
  transform: translateY(50%) translateZ(0);
  -webkit-transition: -webkit-transform 0.3s, visibility 0 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, visibility 0 0.3s, opacity 0.3s;
  transition: transform 0.3s, visibility 0 0.3s, opacity 0.3s; }

.box:hover .box-layer {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0%) translateZ(0);
  -moz-transform: translateY(0%) translateZ(0);
  transform: translateY(0%) translateZ(0);
  -webkit-transition: -webkit-transform 0.3s, visibility 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, visibility 0.3s, opacity 0.3s;
  transition: transform 0.3s, visibility 0.3s, opacity 0.3s; }

/*
 * Anpassungen für Seitenverhältnisse
 */
.box.ratio-2-1 .box-inner {
  left: 4.80769%;
  right: 4.80769%; }
.box.ratio-2-1 .box-control {
  right: 2.88462%; }

.box.ratio-1-2 .box-inner {
  top: 7.21154%; }

.highlight {
  overflow: hidden; }
  .highlight.distance {
    margin-bottom: 60px; }

.highlight-text {
  float: left;
  width: 66%;
  padding-left: 12px; }

/*
 * Highlight Box
 */
.box-outer-highlight {
  float: left;
  width: 33%;
  padding-right: 8px; }

.box-image-highlight {
  display: block;
  margin: 0 auto 10px; }

.box-link-highlight {
  font-size: 0.9375em;
  font-weight: 600;
  font-style: italic;
  color: #e4792f;
  float: right; }

.reference-meta {
  padding: 2% 4.80769%;
  margin: 0 -4.80769% 2em; }
  .reference-meta dd {
    display: block;
    margin-bottom: 0.3em; }
    @media only screen and (max-width: 768px) {
      .reference-meta dd {
        display: inline; } }

.form-annotation {
  padding-top: 1.5em;
  font-size: 0.8125em; }

.custom-checkbox {
  margin-bottom: 1em;
  line-height: 20px; }

.custom-checkbox-label {
  line-height: 1.4;
  padding-left: 24px;
  display: block; }

.inline-checkbox-group .custom {
  margin: -2px 3px 0 0; }
.inline-checkbox-group label {
  float: left;
  margin: 0 1em 1em 0; }

.ajax-feedback {
  display: none; }

.button.loading {
  color: transparent;
  background-image: url(../images/ajaxload.gif);
  background-position: center;
  background-repeat: no-repeat; }

.cube-wrap {
  position: relative; }

.cube-scene {
  width: 100%;
  position: absolute; }

.cube-headline {
  display: block;
  font-size: 1.875em;
  margin-bottom: 0.4em; }
  @media only screen and (max-width: 1246px) {
    .cube-headline {
      font-size: 1.25em; } }

.cube-text {
  font-size: 1em;
  line-height: 1.2; }
  @media only screen and (max-width: 1246px) {
    .cube-text {
      font-size: 0.875em; } }

.cube-face-inner {
  position: absolute;
  top: 9.61538%;
  left: 9.61538%;
  bottom: 9.61538%;
  right: 9.61538%;
  opacity: 0;
  -webkit-transition: 0.5s opacity;
  -moz-transition: 0.5s opacity;
  transition: 0.5s opacity; }
  .cube-face-inner.active {
    opacity: 1; }
  @media only screen and (max-width: 1246px) {
    .cube-face-inner {
      overflow: hidden; } }

.no-opacity .cube-face-inner {
  display: none; }
  .no-opacity .cube-face-inner.active {
    display: block; }

/*
 * 3D Cube
 *
 * 3D-Transforms der einzelnen Würfelseiten werden via JS berechnet (home.js).
 * .cube-inner dient als extra Wrapper dazu, unabhängig von der dynamisch
 * berechneten Z-Translation die Rotation des Würfels steuern zu können.
 */
.csstransforms3d:not(.ie10) .cube-scene {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px; }
.csstransforms3d:not(.ie10) .cube {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d; }
.csstransforms3d:not(.ie10) .cube-inner {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d; }
.csstransforms3d:not(.ie10) .cube-face {
  position: absolute;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

/*
 * Fallback-Styles für 3D Cube
 */
.no-csstransforms3d .cube-scene,
.ie10 .cube-scene {
  overflow: hidden; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: white;
  border-bottom: 2px solid #BF2E1B;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0); }
  @media only screen and (max-width: 768px) {
    .header {
      position: relative !important; } }

.logo img {
  display: block; }
@media only screen and (max-width: 768px) {
  .logo {
    width: 100%; } }

/*
 * Main Nav
 */
.mainnav-wrap {
  position: relative;
  height: 88px; }

.mainnav {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0; }

.mainnav-link:hover,
.subnav-link:hover {
  text-decoration: none; }

.mainnav-node {
  position: relative;
  float: left;
  margin-left: 6.18132%;
  padding-bottom: 20px; }
  @media only screen and (max-width: 1246px) {
    .mainnav-node {
      margin-left: 4.12088%; } }

.mainnav-link {
  color: black; }
  .active .mainnav-link, .mainnav-link:hover {
    color: #e4792f; }

/*
 * Sub Nav
 */
.subnav-layer {
  position: absolute;
  width: 250px;
  height: 0;
  padding: 0;
  left: -20px;
  top: 80%;
  background: white;
  opacity: 0;
  z-index: 100;
  overflow: hidden; }

.mainnav-node:hover .subnav-layer {
  opacity: 1;
  top: 100%;
  height: auto;
  padding: 10px 20px;
  -webkit-transition: 0.2s opacity, 0.2s top;
  -moz-transition: 0.2s opacity, 0.2s top;
  transition: 0.2s opacity, 0.2s top; }

.subnav-node {
  margin-bottom: 0.25em; }
  .subnav-node:last-child {
    margin-bottom: 0; }

.subnav-link {
  position: relative;
  display: inline-block;
  color: black;
  font-size: 0.9375em;
  padding: 0.25em 0; }
  .subnav-link.active, .subnav-link:hover {
    color: #e4792f; }
    .subnav-link.active:before, .subnav-link:hover:before {
      position: absolute;
      top: 50%;
      left: -12px;
      margin-top: -0.5em;
      font-family: 'fontawesome';
      font-size: 0.6em;
      content: '\f054';
      -webkit-font-smoothing: antialiased; }

/*
 * Sec Nav, Func Nav
 */
.secnav,
.funcnav {
  padding-top: 20px;
  font-size: 0.8125em; }
  .secnav li,
  .funcnav li {
    margin-bottom: 5px; }

.funcnav a, a.funcnav-link {
  color: black; }
.funcnav i {
  text-align: center;
  display: inline-block;
  width: 20px;
  color: #999; }
.funcnav .icon-search,
.funcnav .icon-chevron-right {
  font-size: 0.85em; }

/*
 * Solutions Layer
 */
.solutions_layer {
  background: #fff;
  position: fixed;
  max-width: 1380px;
  width: 100%;
  height: 0;
  padding: 0;
  top: 0;
  left: 50%;
  margin-left: 0;
  opacity: 0;
  z-index: 100;
  overflow: hidden;
  box-shadow: 0 7px 5px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0); }
  .solutions_layer a {
    color: #000; }
    .solutions_layer a.active, .solutions_layer a:hover {
      color: #e4792f; }

.solutions_layer_inner {
  display: table; }

.layer_col {
  vertical-align: top;
  width: 25%;
  padding: 20px 20px 0;
  border-right: 2px solid #666;
  display: table-cell; }
  .layer_col li a {
    padding-bottom: 5px;
    display: block; }
  .layer_col.first {
    padding-left: 0; }
  .layer_col.last {
    padding-right: 0;
    border-right: none; }

.mainnav-node:hover .solutions_layer {
  opacity: 1;
  top: 80px;
  height: auto;
  padding: 20px;
  -webkit-transition: 0.2s opacity, 0.2s top;
  -moz-transition: 0.2s opacity, 0.2s top;
  transition: 0.2s opacity, 0.2s top; }

.solutions_teaser_placeholder {
  width: 100%;
  max-width: 350px;
  height: 150px;
  background: url(../images/solutions_navi_teaser.jpg) 0 0 no-repeat; }

.solutions_headline {
  font-size: 1.1em;
  font-weight: bold;
  display: inline-block;
  margin: 20px 0; }

.solutions_level-1 {
  font-weight: 700;
  margin-bottom: 10px; }
  .solutions_level-1 > a {
    color: #b70e1f; }
  .solutions_level-1 i {
    margin-right: 5px; }

.solutions_subgroup {
  margin-top: 20px; }

.solutions_level-2 {
  color: #666;
  margin-bottom: 20px; }
  .solutions_level-2 a {
    color: #666; }

.solutions_level-3 {
  color: #000; }
  .solutions_level-3 a {
    color: #000; }

.solutions_links {
  color: #000;
  list-style: disc;
  font-weight: normal;
  font-size: 0.95em;
  margin-left: 20px; }
  .solutions_links a {
    padding-left: 5px; }

.footer {
  position: relative;
  padding: 30px 0 30px;
  background: #000;
  border-top: 2px solid #BF2E1B;
  -webkit-transition: padding 0.5s;
  -moz-transition: padding 0.5s;
  transition: padding 0.5s; }
  .footer.padding-bottom {
    padding-bottom: 100px; }
  .footer-headline {
    display: block;
    font-weight: normal;
    margin-bottom: 0.6em;
    color: #FFF; }
    @media only screen and (max-width: 768px) {
      .footer-headline {
        margin-top: 1.2em; } }
  .footer-about {
    color: #FFF; }

.footernav-column {
  float: left;
  width: 33%; }

.footernav-list li {
  margin-bottom: 0.2em; }
.footernav-list a {
  font-size: 0.8125em; }

.footer-about {
  font-size: 0.8125em;
  line-height: 1.5; }

.footer-imprint {
  font-size: 0.8125em; }

.imprint-link {
  padding-left: 6.6%; }
  @media only screen and (max-width: 768px) {
    .imprint-link {
      padding-left: 0; } }

.distance-small {
  color: #FFF; }

.sidebar {
  position: relative;
  left: -100%;
  width: 200%; }
  .sidebar .box {
    float: left;
    width: 50%; }

.breadcrumb {
  padding: 20px 0; }
  .breadcrumb a {
    color: #666; }
  .breadcrumb i {
    color: #666;
    font-size: 0.7em;
    padding: 0 5px; }

.content-home {
  padding-top: 0px; }
  @media only screen and (max-width: 768px) {
    .content-home {
      padding-top: 0; } }

.cube-wrap-home {
  float: right;
  width: 30%;
  margin: 3% 0 3% 0; }
  @media only screen and (max-width: 768px) {
    .cube-wrap-home {
      width: 100%;
      float: none;
      margin-bottom: 80px; } }

.cube-scene-home {
  cursor: pointer; }
  @media only screen and (max-width: 768px) {
    .cube-scene-home {
      width: 50%;
      top: 25%;
      left: 25%; } }

.cube-home {
  position: relative;
  z-index: 10; }

/*
 * 3D Cube
 */
.csstransforms3d:not(.ie10) .cube-inner-home {
  -webkit-transition: -webkit-transform 1s, opacity 1s;
  -moz-transition: -moz-transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s; }
  .csstransforms3d:not(.ie10) .cube-inner-home.inactive {
    opacity: 0;
    -webkit-transform: scale(0.75) rotateY(-90deg);
    -moz-transform: scale(0.75) rotateY(-90deg);
    transform: scale(0.75) rotateY(-90deg); }
.csstransforms3d:not(.ie10) .cube-wrap-roticon {
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 48px;
  height: 48px;
  background: url(../images/icon_rotation.png) no-repeat center 32px #e4792f;
  z-index: 20; }
  .csstransforms3d:not(.ie10) .cube-wrap-roticon::after {
    content: '';
    position: absolute;
    right: 100%;
    bottom: 20%;
    height: 0;
    width: 0;
    border: solid transparent;
    pointer-events: none;
    border-right-color: #e4792f;
    border-width: 10px; }
.csstransforms3d:not(.ie10) .cube-roticon {
  -webkit-transform: scale(0.3) translateY(-24px) rotateX(-25deg) rotateY(45deg);
  -moz-transform: scale(0.3) translateY(-24px) rotateX(-25deg) rotateY(45deg);
  transform: scale(0.3) translateY(-24px) rotateX(-25deg) rotateY(45deg);
  -webkit-animation: spin-home-icon 8s linear infinite;
  -moz-animation: spin-home-icon 8s linear infinite;
  animation: spin-home-icon 8s linear infinite; }
.csstransforms3d:not(.ie10) .cube-face-roticon:nth-child(1) {
  -webkit-transform: translateZ(26px);
  -moz-transform: translateZ(26px);
  transform: translateZ(26px); }
.csstransforms3d:not(.ie10) .cube-face-roticon:nth-child(2) {
  -webkit-transform: rotateY(180deg) translateZ(26px);
  -moz-transform: rotateY(180deg) translateZ(26px);
  transform: rotateY(180deg) translateZ(26px); }
.csstransforms3d:not(.ie10) .cube-face-roticon:nth-child(3) {
  -webkit-transform: rotateY(-90deg) translateZ(26px);
  -moz-transform: rotateY(-90deg) translateZ(26px);
  transform: rotateY(-90deg) translateZ(26px); }
.csstransforms3d:not(.ie10) .cube-face-roticon:nth-child(4) {
  -webkit-transform: rotateY(90deg) translateZ(26px);
  -moz-transform: rotateY(90deg) translateZ(26px);
  transform: rotateY(90deg) translateZ(26px); }
.csstransforms3d:not(.ie10) .cube-face-roticon:nth-child(5) {
  -webkit-transform: rotateX(90deg) translateZ(26px);
  -moz-transform: rotateX(90deg) translateZ(26px);
  transform: rotateX(90deg) translateZ(26px); }

/*
 * Fallback-Styles für 3D Cube
 */
.no-csstransforms3d .cube-inner-home,
.ie10 .cube-inner-home {
  opacity: 1;
  width: 200%;
  -webkit-transform-origin: 25% 50%;
  -moz-transform-origin: 25% 50%;
  transform-origin: 25% 50%;
  -webkit-transition: -webkit-transform 0.75s;
  -moz-transition: -moz-transform 0.75s;
  transition: transform 0.75s; }
  .no-csstransforms3d .cube-inner-home:hover, .no-csstransforms3d .cube-inner-home.hover,
  .ie10 .cube-inner-home:hover,
  .ie10 .cube-inner-home.hover {
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%); }
.no-csstransforms3d .cube-face-home,
.ie10 .cube-face-home {
  position: relative;
  float: left;
  width: 50%; }
.no-csstransforms3d .cube-face-hide-2d,
.ie10 .cube-face-hide-2d {
  display: none; }
.no-csstransforms3d .cube-wrap-roticon,
.ie10 .cube-wrap-roticon {
  display: none; }

.no-csstransforms .cube-inner-home:hover, .no-csstransforms .cube-inner-home.hover {
  margin-left: -100%; }

@-webkit-keyframes spin-home-icon {
  0% {
    -webkit-transform: scale(0.3) translateY(-24px) rotateX(-25deg) rotateY(-45deg);
    -moz-transform: scale(0.3) translateY(-24px) rotateX(-25deg) rotateY(-45deg);
    transform: scale(0.3) translateY(-24px) rotateX(-25deg) rotateY(-45deg); }

  100% {
    -webkit-transform: scale(0.3) translateY(-24px) rotateX(-25deg) rotateY(-405deg);
    -moz-transform: scale(0.3) translateY(-24px) rotateX(-25deg) rotateY(-405deg);
    transform: scale(0.3) translateY(-24px) rotateX(-25deg) rotateY(-405deg); } }
@-moz-keyframes spin-home-icon {
  0% {
    -webkit-transform: scale(0.3) translateY(-24px) rotateX(-25deg) rotateY(-45deg);
    -moz-transform: scale(0.3) translateY(-24px) rotateX(-25deg) rotateY(-45deg);
    transform: scale(0.3) translateY(-24px) rotateX(-25deg) rotateY(-45deg); }

  100% {
    -webkit-transform: scale(0.3) translateY(-24px) rotateX(-25deg) rotateY(-405deg);
    -moz-transform: scale(0.3) translateY(-24px) rotateX(-25deg) rotateY(-405deg);
    transform: scale(0.3) translateY(-24px) rotateX(-25deg) rotateY(-405deg); } }
@-o-keyframes spin-home-icon {
  0% {
    -webkit-transform: scale(0.3) translateY(-24px) rotateX(-25deg) rotateY(-45deg);
    -moz-transform: scale(0.3) translateY(-24px) rotateX(-25deg) rotateY(-45deg);
    transform: scale(0.3) translateY(-24px) rotateX(-25deg) rotateY(-45deg); }

  100% {
    -webkit-transform: scale(0.3) translateY(-24px) rotateX(-25deg) rotateY(-405deg);
    -moz-transform: scale(0.3) translateY(-24px) rotateX(-25deg) rotateY(-405deg);
    transform: scale(0.3) translateY(-24px) rotateX(-25deg) rotateY(-405deg); } }
@keyframes spin-home-icon {
  0% {
    -webkit-transform: scale(0.3) translateY(-24px) rotateX(-25deg) rotateY(-45deg);
    -moz-transform: scale(0.3) translateY(-24px) rotateX(-25deg) rotateY(-45deg);
    transform: scale(0.3) translateY(-24px) rotateX(-25deg) rotateY(-45deg); }

  100% {
    -webkit-transform: scale(0.3) translateY(-24px) rotateX(-25deg) rotateY(-405deg);
    -moz-transform: scale(0.3) translateY(-24px) rotateX(-25deg) rotateY(-405deg);
    transform: scale(0.3) translateY(-24px) rotateX(-25deg) rotateY(-405deg); } }
.template-promises .breadcrumb {
  display: none; }

.promises-row {
  position: relative; }

.promises-teaserwrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%; }
  @media only screen and (max-width: 768px) {
    .promises-teaserwrap {
      position: relative;
      width: 100%; }
      .promises-teaserwrap:after {
        content: "";
        display: block;
        padding-top: 33%; }
      .promises-teaserwrap .box {
        width: 33%;
        float: left; } }

.promises-teasergroup {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.9s;
  -moz-transition: visibility 0s 0.9s;
  transition: visibility 0s 0.9s; }
  .promises-teasergroup .box {
    opacity: 0;
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transition: -webkit-transform 0 0.5s, opacity 0.5s;
    -moz-transition: -moz-transform 0 0.5s, opacity 0.5s;
    transition: transform 0 0.5s, opacity 0.5s; }
  .promises-teasergroup.active {
    visibility: visible;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none; }
    .promises-teasergroup.active .box {
      opacity: 1;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      transform: scale(1);
      -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
      -moz-transition: -moz-transform 0.5s, opacity 0.5s;
      transition: transform 0.5s, opacity 0.5s; }
    .promises-teasergroup.active .box:nth-child(2) {
      -webkit-transition-delay: 0;
      -moz-transition-delay: 0;
      transition-delay: 0; }
    .promises-teasergroup.active .box:nth-child(3) {
      -webkit-transition-delay: 0.2s;
      -moz-transition-delay: 0.2s;
      transition-delay: 0.2s; }
    .promises-teasergroup.active .box:nth-child(4) {
      -webkit-transition-delay: 0.4s;
      -moz-transition-delay: 0.4s;
      transition-delay: 0.4s; }

.promises-interaction {
  position: absolute;
  top: 25%;
  left: 25%;
  width: 50%;
  z-index: 100;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }
  .promises-interaction:active {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing; }
  .promises-interaction.progress {
    cursor: progress; }

.promises-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 1;
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s; }
  .promises-circle.active {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1); }

.promises-phrase {
  position: absolute;
  text-align: center;
  width: 200px;
  margin-left: -100px;
  cursor: pointer;
  font-size: 1.25em;
  font-weight: 600;
  opacity: 0.8;
  color: white;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s; }
  .promises-phrase:hover, .promises-phrase.active {
    opacity: 1;
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    transform: scale(1.25); }

/*
 * Cube
 */
.cube-wrap-promises {
  position: relative;
  width: 60%;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .cube-wrap-promises {
      width: 100%;
      margin: 0; } }

.cube-scene-promises {
  position: absolute;
  top: 25%;
  left: 25%;
  width: 50%; }

/*
 * 3D Cube
 */
.csstransforms3d:not(.ie10) .cube-promises {
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s; }
  .csstransforms3d:not(.ie10) .cube-promises.highlighted {
    -webkit-transform: translateZ(0) !important;
    -moz-transform: translateZ(0) !important;
    transform: translateZ(0) !important; }
.csstransforms3d:not(.ie10) .cube-inner-promises {
  -webkit-transition: -webkit-transform 1.5s, opacity 1s;
  -moz-transition: -moz-transform 1.5s, opacity 1s;
  transition: transform 1.5s, opacity 1s; }
  .csstransforms3d:not(.ie10) .cube-inner-promises.notransition {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none; }
  .csstransforms3d:not(.ie10) .cube-inner-promises.inactive {
    opacity: 0;
    -webkit-transform: scale(0.75) rotateX(90deg) rotateY(-90deg);
    -moz-transform: scale(0.75) rotateX(90deg) rotateY(-90deg);
    transform: scale(0.75) rotateX(90deg) rotateY(-90deg); }

/*
 * Fallback-Styles für 3D Cube
 */
.no-csstransforms3d .promises-circle,
.ie10 .promises-circle {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1); }
.no-csstransforms3d .promises-phrase:hover,
.ie10 .promises-phrase:hover {
  cursor: pointer;
  opacity: 1;
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  transform: scale(1.25); }
.no-csstransforms3d .cube-inner-promises,
.ie10 .cube-inner-promises {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 0.75s;
  -moz-transition: -moz-transform 0.75s;
  transition: transform 0.75s; }
.no-csstransforms3d .cube-face-promises,
.ie10 .cube-face-promises {
  position: absolute;
  width: 100%;
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s; }
  .no-csstransforms3d .cube-face-promises.active,
  .ie10 .cube-face-promises.active {
    opacity: 1;
    z-index: 10; }
.no-csstransforms3d .inactive .cube-face-promises.active *,
.ie10 .inactive .cube-face-promises.active * {
  color: #000 !important; }

.search-highlight {
  background: yellow; }

.solutions-container {
  padding-right: 30px; }

.solutions-headline {
  font-size: 1.25em;
  font-weight: 600;
  margin-bottom: 1.5625em; }

.solutions-description {
  font-weight: 400;
  font-size: 0.9375em;
  margin-bottom: 1.25em; }

.solutions-image {
  display: block;
  margin: 40px auto;
  width: 426px; }

@media only screen and (min-width: 1247px) {
  .items-container {
    position: relative;
    z-index: 3;
    background: url("../images/solutions_lines.png") 50px 350px no-repeat; }

  .items-bg-grey {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;
    background: url("../images/solutions_lines.png") 50px 350px no-repeat; }

  .items-bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    pointer-events: none;
    background: url("../images/red.png") 0 0 no-repeat;
    background-attachment: fixed;
    background-size: 100% 75%;
    -webkit-mask: url("../images/mask.svg") 14px 335px no-repeat;
    -ms-mask: url("../images/mask.svg") 14px 335px no-repeat;
    -o-mask: url("../images/mask.svg") 14px 335px no-repeat;
    mask: url("../images/mask.svg#maskid"); }

  .ie .items-bg {
    display: none; }

  .firefox .items-bg {
    left: 14px;
    top: 335px; } }
/*.no-cssmasks .items-bg {
	display: none;
}*/
.solutions-item-wrapper {
  margin-bottom: 60px;
  text-align: center; }

@media only screen and (min-width: 1247px) {
  .solutions-item-wrapper {
    text-align: left;
    margin-bottom: 50px; }

  .solutions-item {
    width: 280px;
    margin: 0 auto; } }
.solutions-item-headline {
  font-size: 1.25em;
  margin-bottom: 0.625em;
  font-weight: 600; }

.solutions-item-description {
  font-size: 0.9375em;
  margin-bottom: 1.5625em;
  font-weight: 400;
  overflow: hidden; }

.solutions-item-link {
  display: block;
  text-align: right;
  font-weight: 600;
  font-style: italic; }

.inactive * {
  color: #999 !important; }

@media only screen and (min-width: 1247px) {
  .bpo .solutions-item {
    width: 450px; }

  .beratung {
    margin-top: 15.625em; }

  .buchhaltung {
    margin-top: 120px;
    margin-left: 220px; }

  .docs {
    margin-left: 250px;
    margin-top: -180px; }

  .central {
    margin-left: -120px;
    margin-top: -20px; }

  .einvoicing {
    margin-top: -80px;
    margin-left: -480px; } }
.image-beratung {
  width: 160px;
  height: 180px;
  margin: 0 auto 20px;
  background: url("../images/solutions_sprite.png") 0 -200px no-repeat; }
  .inactive .image-beratung {
    background-position: 0 0; }

@media only screen and (min-width: 1247px) {
  .image-beratung {
    margin-right: 20px;
    float: left; } }
.image-einvoicing {
  width: 70px;
  height: 110px;
  background: url("../images/solutions_sprite.png") -200px -200px no-repeat;
  margin: 0 auto 20px; }
  .inactive .image-einvoicing {
    background-position: -200px 0; }

@media only screen and (min-width: 1247px) {
  .image-beratung {
    margin-right: 20px;
    float: left; } }
.image-buchhaltung {
  width: 70px;
  height: 80px;
  background: url("../images/solutions_sprite.png") -300px -200px no-repeat;
  margin: 0 auto 20px; }
  .inactive .image-buchhaltung {
    background-position: -300px 0; }

.image-docs {
  width: 140px;
  height: 80px;
  background: url("../images/solutions_sprite.png") -400px -200px no-repeat;
  margin: 0 auto 20px; }
  .inactive .image-docs {
    background-position: -400px 0; }

.image-central {
  width: 90px;
  height: 100px;
  background: url("../images/solutions_sprite.png") -550px -200px no-repeat;
  margin: 0 auto 20px; }
  .inactive .image-central {
    background-position: -550px 0; }

.box-promise {
  top: 31.6875em; }

.solutions-tagcloud {
  padding: 7.21154% 4.80769%;
  background: #ccc; }
  .solutions-tagcloud a {
    color: #0d0601;
    display: inline-block;
    line-height: 28px; }
  .solutions-tagcloud .size-1 {
    font-weight: 600;
    font-size: 1.5em; }
  .solutions-tagcloud .size-2 {
    font-weight: 600;
    font-size: 1.25em; }
  .solutions-tagcloud .size-3 {
    font-weight: 400;
    font-size: 1em; }
  .solutions-tagcloud .size-4 {
    font-weight: 400;
    font-size: 0.875em; }

.solutions-outsourcing {
  padding: 7.21154% 4.80769%;
  background: #b70e1f; }
  .solutions-outsourcing li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 0.7em; }
    .solutions-outsourcing li::before {
      content: "\f00c";
      font-family: 'fontawesome';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      position: absolute;
      top: 1px;
      left: 0;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }

.solutions-cta-box {
  padding: 1.25em 0 2.5em 0;
  text-align: center; }

.solutions-cta-headline {
  font-size: 2em;
  margin-bottom: 0.625em; }

.solutions-process {
  margin-top: 1.25em; }

.solutions-process-caption {
  font-size: 1.5em;
  display: block;
  margin-bottom: 0.625em; }

.solutions-process-list {
  margin-left: 0.9375em;
  list-style: decimal;
  list-style-position: inside; }

.solutions-process-list li {
  display: block;
  float: left;
  width: 20%;
  margin-right: 5%;
  position: relative;
  background: #fff;
  color: #000;
  line-height: 2.5em;
  text-align: center; }

.solutions-process-list li:before {
  width: 0px;
  height: 0px;
  border-top: 1.25em solid white;
  border-bottom: 1.25em solid white;
  border-left: 1.25em solid transparent;
  position: absolute;
  content: "";
  top: 0px;
  left: -1.25em; }

.solutions-process-list li:after {
  width: 0;
  height: 0;
  border-top: 1.25em solid transparent;
  border-bottom: 1.25em solid transparent;
  border-left: 1.25em solid white;
  position: absolute;
  content: "";
  top: 0px;
  right: -1.25em; }

.solutions-cta-contact-button {
  margin-top: 1.25em;
  text-align: center;
  font-size: 1.25em;
  text-decoration: none; }

/*
 * Die Mobiloptimierungen für diese Webseite erfordern außergewöhnliche Maßnahmen,
 * u.a. die Modifizierung des Grid-Systems. Daher gibt es eine eigene Datei für all diese Anpassungen.
 */
.tiny-show {
  display: none; }

@media only screen and (max-width: 480px) {
  .columns {
    width: 100%;
    float: none; }

  .tiny-hide {
    display: none; }

  .tiny-show {
    display: block; }

  body {
    background: #eee; }

  .logo img {
    display: inline; }

  .background,
  .cube-scene {
    display: none; }

  .content {
    padding-top: 40px; }

  .box-outer-offset-top {
    margin: 0; }

  .ratio-1-1:after,
  .ratio-2-1:after,
  .ratio-1-2:after {
    display: none; }

  .ratio-1-1.box-outer-slideshow:after,
  .ratio-2-1.box-outer-slideshow:after,
  .ratio-1-2.box-outer-slideshow:after {
    display: block;
    padding-top: 100%; }

  .box-inner {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto; }

  .box-inner-employee {
    position: static; }

  .ratio-1-1 .box-inner {
    padding: 9.61538% 9.61538% 2em; }

  .ratio-2-1 .box-inner {
    left: 0 !important;
    right: 0 !important;
    padding: 9.61538% 4.80769% 2em; }

  .ratio-1-2 .box-inner {
    padding: 4.80769% 9.61538% 2em; }

  .highlight-text {
    float: none;
    width: 100%; }

  .box-outer-highlight {
    float: none;
    width: auto;
    margin: 0 1em 1em; }

  .boxlist li {
    display: block;
    width: 100%;
    float: none; }
    .boxlist li:nth-child(even) {
      background: #e9e8e7; }
    .boxlist li:nth-child(odd) {
      background: #dedddc; }

  .box-link-full {
    position: relative; }

  .box-logo-image {
    position: static;
    margin: 1em; }

  .box-quote {
    font-size: 1em; }

  label.inline {
    margin-bottom: 0; }

  .sidebar {
    position: static;
    width: 100%; }
    .sidebar .box {
      float: none;
      width: 100%; }

  .cube-wrap-home {
    margin-bottom: 0; }

  .promises-interaction,
  .promises-circle {
    display: none; }

  .promises-teasergroup {
    position: static;
    width: 100%;
    visibility: visible;
    margin-bottom: 2em; }
    .promises-teasergroup .box {
      opacity: 1;
      width: 100%;
      float: none;
      -webkit-transform: none;
      -moz-transform: none;
      transform: none; } }
