html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}
body {
  line-height: 140%;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  text-align: left;
  vertical-align: top;
}
/*
font-family:'HelveticaNeueW02-Thin';
font-family:'HelveticaNeueW01-45Ligh';
*/
/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  margin: 0 auto 0px;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
/** THEME
===================================*/
/*
.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;
}
*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  /*
	position: absolute;
	bottom: 3em;
	width: 100%;
	*/
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("../../fileadmin/layout/less/images/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #FFF;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 1px;
  outline: 0;
  /*
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	*/
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #cea430;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
/*
.bx-wrapper .bx-prev {
	left: 0px;
	background-image: url("../../../../fileadmin/layout/less/../../images/pfeil_li_01.png");
}

.bx-wrapper .bx-next {
	right: 0px;
	background-image: url("../../../../fileadmin/layout/less/../../images/pfeil_re_01.png");
}

.bx-wrapper .bx-prev:hover {
	background-image: url("../../../../fileadmin/layout/less/../../images/pfeil_li_02.png");
}


.bx-wrapper .bx-next:hover {
	background-image: url("../../../../fileadmin/layout/less/../../images/pfeil_re_02.png");
}
*/
.bx-wrapper .bx-controls-direction {
  position: relative;
  top: -14px;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  bottom: 1em;
  outline: 0;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  z-index: 9999;
  background-size: 50px 50px;
  background-position: center center;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("../../fileadmin/layout/less/images/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("../../fileadmin/layout/less/images/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
/*

font-family:'PT Sans W01 Light';
font-family:'PTSansW01-LightItalic';
font-family:'PT Sans W01 Regular';
font-family:'PT Sans W01 Bold';

*/
.thin {
  font-family: 'PT Sans W01 Light';
}
.light {
  font-family: 'PT Sans W01 Regular';
}
.medium {
  font-family: 'PT Sans W01 Bold';
}
.agilita {
  font-family: 'Agilita W01 Light';
}
.big {
  font-size: 1.3em;
  line-height: 1.1em;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: 'PT Sans W01 Light';
  font-size: 16px;
  line-height: 1.3em;
  color: #734d38;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: #f8f4ef;
}
a {
  text-decoration: none;
  color: #f07d00;
  cursor: pointer;
}
h3 {
  font-size: 2.5em;
  line-height: 1em;
  color: #c16700;
  padding-bottom: .3em;
}
b,
strong {
  font-family: 'PT Sans W01 Bold';
}
p {
  padding-bottom: .5em;
}
img {
  max-width: 100%;
  height: auto;
}
a.submit {
  background: #555555;
  color: #cccccc;
  display: block;
  text-align: center;
  line-height: 2em;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a.submit:hover {
  color: white;
}
ul.ul li,
ul.contentList li {
  list-style: disc;
  margin-left: 1em;
}
.wrap {
  max-width: 1262px;
  min-width: 910px;
  margin: 0 auto;
  position: relative;
}
.fluid {
  padding-bottom: 1em;
}
.fluid .fluidElement {
  float: left;
}
.fluid .fluidElement .fluidChild {
  display: block;
  position: relative;
}
.fluid .fluidElement .fluidChild img {
  width: 100%;
}
.frame-100 {
  margin-top: -6em;
}
.clear {
  clear: both;
}
.top {
  width: 100%;
  position: fixed;
  z-index: 100000;
  left: 0;
  top: 0;
  height: 0;
  min-width: 910px;
}
.top .top-inner {
  height: 44px;
  background: rgba(255, 255, 255, 0.95);
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.top .logo {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: block;
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: -120px;
  margin-left: -100px;
  background: #734d38;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: white;
  text-align: center;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
.top .logo h1 {
  font-size: 1.5em;
  margin-top: 130px;
  line-height: 100%;
}
.top .logo h2 {
  font-size: 0.8em;
  line-height: 100%;
}
.top .logo:hover {
  top: -110px;
}
ul.menu {
  padding: 0 20px;
}
ul.menu li {
  display: block;
  float: left;
  width: 12%;
  text-align: center;
}
ul.menu li.s4,
ul.menu li.s5,
ul.menu li.s6 {
  float: right;
}
ul.menu li a {
  color: #f07d00;
  display: block;
  line-height: 44px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.section-inner,
.top-inner,
.bottom-inner {
  margin: 0 auto;
  position: relative;
  max-width: 1010px;
}
.section {
  clear: both;
  overflow: hidden;
  border-bottom: 1px solid white;
  position: relative;
}
.section .section-inner .section-content {
  padding-top: 6em;
}
.section .section-inner .section-content.image-controlled {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.section.transform {
  position: relative;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.section.transform > img.hell {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  transition: all 2s ease-out;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
}
.section.transform.dark {
  color: white;
}
.section.transform.dark > img.hell {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
}
.icons img {
  width: 21% !important;
  padding: 2%;
  display: block;
  float: left;
}
.square {
  position: relative;
}
.square .square-inner {
  padding: 0px;
  display: block;
}
#Intro {
  position: relative;
}
#Intro .section-content {
  height: 100%;
}
#Intro .intro-claim {
  margin-top: 10%;
  text-align: center;
}
#Intro .intro-claim h2.h2a {
  font-size: 3.8em;
  line-height: 1em;
  padding-bottom: 10px;
}
#Intro .intro-claim h2.h2a span {
  font-size: .5em;
  line-height: 1em;
  vertical-align: middle;
}
#Intro .intro-claim h2.h2b {
  font-size: 1.75em;
  padding-bottom: 40px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
}
#Intro .intro-claim svg circle.punkt {
  stroke: #78523d;
  stroke-width: 25;
  fill: #f07d00;
}
#Intro .intro-claim div.punkt {
  position: relative;
  display: block;
  width: 128px;
  height: 128px;
  margin: 0 auto;
}
#Intro .intro-claim div.punkt h3 {
  font-size: 1.7em;
  color: #f07d00;
  position: absolute;
  height: 128px;
  line-height: 128px;
  left: 128px;
  top: 0;
  white-space: nowrap;
  cursor: default;
}
#Intro .intro-quereinstieg {
  position: absolute;
  bottom: 0;
  height: 0;
  width: 100%;
}
#Intro .intro-quereinstieg > div {
  margin: 0 auto;
  position: relative;
  height: 5em;
  top: -5em;
  max-width: 1010px;
  text-align: center;
}
#Intro .intro-quereinstieg > div a {
  font-size: 1.1em;
  text-transform: uppercase;
  color: white;
  color: rgba(255, 255, 255, 0.95);
}
a.scrollTo.nextSection {
  position: absolute;
  z-index: 20;
  color: white;
  background: #f07d00;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  width: 54px;
  height: 54px;
  left: 50%;
  margin: -27px;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  border-radius: 27px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
a.scrollTo.nextSection:before {
  content: "^";
  font-family: 'Agilita W01 Light';
  font-size: 68px;
  line-height: 50px;
  width: 54px;
  height: 54px;
  text-align: center;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  display: block;
}
a.scrollTo.nextSection:hover {
  color: #f07d00;
  background: white;
}
a.bullet:before,
a.arrow:before {
  content: ">";
  font-family: 'Agilita W01 Light';
  background: #f07d00;
  font-size: 1.3em;
  line-height: 1em;
  width: 1.05em;
  height: 1.05em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
  letter-spacing: -0.1em;
  display: inline-block;
  color: white;
  margin-right: .33em;
}
.safari a.bullet:before,
.safari a.arrow:before {
  line-height: .9em;
}
img.icon {
  max-width: 25%;
  display: block;
  float: left;
  margin-right: 1em;
}
#c44,
#c45,
#c46 {
  white-space: nowrap;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
}
.bx-controls {
  position: absolute;
  bottom: 3em;
  width: 100%;
  z-index: 20;
  text-align: center;
}
.bx-pager .bx-pager-item,
.bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  padding: 5px;
  *zoom: 1;
  *display: inline;
}
.bx-pager.bx-default-pager a {
  background: white;
  text-indent: -9999px;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 1px;
  outline: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
.bx-pager.bx-default-pager a:hover,
.bx-pager.bx-default-pager a.active {
  background: #f07d00;
}
.bx-controls-direction {
  display: none;
}
/*  760 - 1024 ipad hoch */
@media only screen and (max-width: 1023px) {
  body {
    font-size: 15px;
  }
  .section-content > div {
    margin: 0 1em;
  }
  .frame-100 {
    margin-top: -3em;
  }
  .section .section-inner .section-content {
    padding-top: 3em;
  }
}
.fluid.max1 > .fluidElement {
  width: 100%;
}
.fluid.max1 > .fluidElement > .fluidChild {
  padding-bottom: 3em;
}
.fluid.max2 > .fluidElement {
  width: 50%;
}
.fluid.max2 > .fluidElement > .fluidChild {
  padding-bottom: 3em;
}
.fluid.max2 > .fluidElement:nth-child(odd) {
  clear: left;
}
.fluid.max2 > .fluidElement:nth-child(odd) > .fluidChild {
  padding-right: 1.5em;
}
.fluid.max2 > .fluidElement:nth-child(even) > .fluidChild {
  padding-left: 1.5em;
}
.fluid.max4 > .fluidElement {
  width: 25%;
}
.fluid.max4 > .fluidElement > .fluidChild {
  padding-bottom: 3em;
}
.fluid.max4 > .fluidElement:nth-child(4n+1) {
  clear: left;
}
.fluid.max4 > .fluidElement:nth-child(4n+1) > .fluidChild {
  padding-right: 2.25em;
}
.fluid.max4 > .fluidElement:nth-child(4n+2) > .fluidChild {
  padding-left: 0.75em;
  padding-right: 1.5em;
}
.fluid.max4 > .fluidElement:nth-child(4n+3) > .fluidChild {
  padding-left: 1.5em;
  padding-right: 0.75em;
}
.fluid.max4 > .fluidElement:nth-child(4n+4) > .fluidChild {
  padding-left: 2.25em;
}
/*  760 - 1024 ipad hoch */
/*  iphone */
