/*@colWidth: 70px;
@colGutter: 20px;
@cols: 12;*/
/**
* CSS3 rem font size
*/
html {
  padding: 0;
  margin: 0;
}
body {
  padding: 0;
  margin: 0;
  position: relative;
  font-size: 62.5%;
}
/*
Fonts:
font-family:'Futura W01 Light';
font-family:'Futura W01 Book';
font-family:'Futura W01 Bold';
font-family:'FuturaW02-HeavyOblique';
font-family:'Futura W01 Medium';
font-family:'Calibri Light';
font-family:'FuturaW01-LightOblique';
*/
html {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  background-color: #4a5363;
  height: 100%;
  margin: 0;
  padding: 0;
}
#scrollHolder {
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 0;
  position: relative;
}
.container {
  min-width: 1150px;
  margin: 0 auto;
}
.editmode {
  color: #fff;
  font-size: 12pt;
  font-weight: bold;
}
/*
/ Seitenkopf
/ ================================= */
header {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 115px;
  width: 100%;
  background-color: #4a5363;
  z-index: 900;
  -webkit-overflow-scrolling: touch;
}
/* === Hauptnavigation === */
#mainNav {
  height: 90px;
}
#mainNav ul {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  display: table;
  border-collapse: collapse;
  border-top: 0px;
  vertical-align: top;
}
#mainNav ul li {
  margin: 0;
  display: table-cell;
  float: none;
  vertical-align: top;
  border-right: 2px #4A5363 solid;
}
#mainNav ul li a {
  background-color: #2f343b;
  min-height: 30px;
  display: block;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  padding-top: 20px;
  text-decoration: none;
}
#mainNav ul li a span {
  color: inherit;
  display: block;
  text-transform: none;
  padding: 0 12px;
}
#mainNav ul li a span.top {
  font-family: 'Futura W01 Book';
  font-size: 11pt;
  color: #eaeaeb;
  padding-bottom: 3px;
  line-height: 11pt;
}
#mainNav ul li a span.bottom {
  font-family: 'Futura W01 Bold';
  font-size: 10pt;
  color: #eaeaeb;
  line-height: 10pt;
  text-transform: uppercase;
  padding-bottom: 5px;
}
#mainNav ul li a:hover span.bottom {
  border-bottom: 1px #FCB415 solid;
}
#mainNav ul li.active a {
  margin-bottom: 0px;
  background-color: #C8191E;
}
#mainNav ul li.active a span.top {
  padding-top: 10px;
}
#mainNav ul li.active a:hover span.bottom {
  border-bottom: 0px;
}
/* === Unternavigation === */
#subNavigation {
  background-color: #c8191e;
}
#subNavigation ul {
  height: 25px;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  display: table;
}
#subNavigation ul li {
  padding: 5px 0;
  margin: 0;
  display: table-cell;
  float: none;
}
#subNavigation ul li a {
  color: #f2dad0;
  font-size: 12pt;
  line-height: 12pt;
  font-family: 'FuturaW01-MediumOblique';
  text-decoration: none;
  padding: 0 8px;
}
#subNavigation ul li a:hover {
  color: #2F343B;
}
/* === Kontakt === */
#contactBadge {
  position: fixed;
  top: 60px;
  left: 0px;
  background-color: transparent;
  z-index: 1000;
  padding: 0px;
  margin: 0px;
}
#contactBadge a {
  display: block;
}
#contactBadge a img {
  margin-left: -15px;
}
/* === Logo === */
#logo {
  position: fixed;
  top: 43px;
  right: 40px;
  z-index: 1000;
}
#logo.business {
  top: 63px;
}
/* === LegalLinks === */
#legalLinks {
  position: fixed;
  top: 10px;
  left: 10px;
  background-color: transparent;
  z-index: 1000;
  padding: 0px;
  margin: 0px;
}
#legalLinks a {
  font-family: 'Futura W01 Book';
  font-size: 9pt;
  color: #7E828A;
  text-decoration: none;
}
/*
/ Inhaltsbereich
/ ================================= */
#content {
  display: block;
  position: absolute;
  height: auto;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 115px;
}
section.page {
  min-height: 100%;
  position: relative;
}
section.row .col-2 {
  margin: 0 auto;
  width: 850px;
}
/* === Inhaltsblock Hauptbild === */
.contentElement-mainImage {
  min-height: 280px !important;
  height: 100%;
  position: relative;
  border-bottom: 1px #F7F0E4 solid;
}
.contentElement-mainImage .background {
  min-height: 280px;
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  background: no-repeat top center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.contentElement-mainImage .col-2 {
  z-index: 200;
  position: relative;
}
.contentElement-mainImage .headline {
  position: absolute;
  /*		top: 290px;*/
  bottom: 70%;
  left: 50%;
  /*		margin-left: -425px !important; */
  margin-left: -473px !important;
  height: 49px;
  font-size: 24pt;
  line-height: 24pt;
}
.contentElement-mainImage .scrollNote {
  position: absolute;
  bottom: 23px;
  left: 50%;
  margin-left: -49px !important;
  height: 65px;
  width: 97px !important;
}
.contentElement-mainImage .trigger {
  position: absolute;
  top: 0px;
  left: 0px;
}
.contentElement-mainImage h1 {
  -webkit-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.34);
  box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.34);
  color: #00304A;
  font-size: inherit;
  line-height: inherit;
  font-family: 'FuturaW02-HeavyOblique';
  background: rgba(247, 240, 228, 0.8);
  font-weight: normal;
  padding: 15px;
  margin: 0;
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  display: inline-block;
}
/* === Inhaltsblock Bild volle Breite === */
.contentElement-fullwidthImage {
  height: 280px;
  position: relative;
}
.contentElement-fullwidthImage .background {
  border-bottom: 1px #F7F0E4 solid;
  height: 280px;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  background: no-repeat top left scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.contentElement-fullwidthImage .col-2 {
  z-index: 200;
  position: relative;
}
.contentElement-fullwidthImage .headline {
  height: 30px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -425px !important;
}
.contentElement-fullwidthImage h1 {
  -webkit-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.34);
  box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.34);
  color: #00304A;
  font-size: 18pt;
  line-height: 18pt;
  font-family: 'FuturaW02-HeavyOblique';
  background: #f7f0e4;
  font-weight: normal;
  padding: 15px;
  margin: 0px;
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  display: inline-block;
}
/* === Inhaltsblock Text === */
.standard-textarea,
.standard-textarea-private,
.contentElement-text {
  color: #ededef;
  font-family: 'Calibri Light';
  font-size: 14pt;
  line-height: 22pt;
}
.standard-textarea h1,
.standard-textarea-private h1,
.contentElement-text h1 {
  font-family: 'FuturaW02-HeavyOblique';
  font-size: 24pt;
  color: #ededef;
  margin: 0 0 47px 0;
  padding: 0;
  line-height: 24pt;
}
.standard-textarea h2,
.standard-textarea-private h2,
.contentElement-text h2 {
  font-family: 'FuturaW02-HeavyOblique';
  font-size: 21pt;
  line-height: 21pt;
  color: #ededef;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.standard-textarea a,
.standard-textarea-private a,
.contentElement-text a {
  color: #ededef;
}
/* === Inhaltsblock Zitat === */
.quote-textarea,
.quote-textarea-private,
.contentElement-quote {
  padding: 0;
  text-align: center;
  color: #ededef;
  font-family: 'FuturaW01-LightOblique';
  font-size: 18pt;
  line-height: 26pt;
}
.quote-textarea .innerContent,
.quote-textarea-private .innerContent,
.contentElement-quote .innerContent {
  margin: 0 auto;
  width: 850px;
}
.quote-textarea .innerContent .line,
.quote-textarea-private .innerContent .line,
.contentElement-quote .innerContent .line {
  background: url(/system/img/grafik_unternehmen_linie_zitat.png) center center no-repeat;
  padding: 30px 0;
  margin: 0px;
  height: 1px;
}
.quote-textarea .innerContent p,
.quote-textarea-private .innerContent p,
.contentElement-quote .innerContent p {
  margin: 0px;
}
.quote-textarea .autor,
.quote-textarea-private .autor,
.contentElement-quote .autor {
  display: block;
  font-size: 11pt;
  line-height: 18pt;
}
/* === Inhaltsblock zweispaltig === */
.contentElement-2col {
  padding: 0;
  width: 850px;
  margin: 0 auto;
}
.contentElement-2col:before,
.contentElement-2col:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.contentElement-2col:after {
  clear: both;
}
.contentElement-2col .col-left {
  float: left;
  width: 390px;
}
.contentElement-2col .col-right {
  float: right;
  width: 390px;
}
/* === Inhaltsblock zweispaltig === */
.contentElement-1col {
  padding: 0;
  width: 850px;
  margin: 0 auto;
}
/* === Inhaltsblock Bild / Text === */
.contentElement-image {
  padding: 0;
  width: 850px;
  margin: 0 auto;
}
/* === Inhaltsblock Abstand === */
.contentElement-spacer {
  height: 60px;
}
/* === Farbschema Privat === */
body.private {
  background-color: #f7f0e4;
}
body.private .editmode {
  color: #00304A;
}
body.private header {
  background-color: #f7f0e4;
}
body.private #mainNav ul li {
  border-right: 2px #f7f0e4 solid;
}
body.private #mainNav ul li a {
  background-color: #ffb800;
  color: #00304A;
}
body.private #mainNav ul li a span.top {
  color: #00304A;
}
body.private #mainNav ul li a span.bottom {
  color: #00304A;
}
body.private #mainNav ul li a:hover span.bottom {
  border-bottom: 1px #002d3d solid;
}
body.private #mainNav ul li.active a {
  background-color: #002d3d;
}
body.private #mainNav ul li.active a span {
  color: #fff;
}
body.private #subNavigation {
  background-color: #002d3d;
}
body.private #subNavigation ul li a {
  color: #fff;
}
body.private #subNavigation ul li a:hover {
  color: #F8B519;
}
body.private .contentElement-mainImage {
  border-bottom: 1px #002d3d solid;
}
body.private .contentElement-mainImage h1 {
  color: #2F343B;
  /* background: rgba(247, 240, 228, 0.8); */
}
body.private .contentElement-fullwidthImage .background {
  border-bottom: 1px #00304A solid;
}
body.private .contentElement-fullwidthImage h1 {
  color: #2F343B;
  background-color: #f7f0e4;
  /* background: rgba(247, 240, 228, 0.8); */
}
body.private .standard-textarea,
body.private .standard-textarea-private,
body.private .contentElement-text {
  color: #2F343B;
}
body.private .standard-textarea h1,
body.private .standard-textarea-private h1,
body.private .contentElement-text h1 {
  color: #2F343B;
}
body.private .standard-textarea h2,
body.private .standard-textarea-private h2,
body.private .contentElement-text h2 {
  color: #2F343B;
}
body.private .standard-textarea a,
body.private .standard-textarea-private a,
body.private .contentElement-text a {
  color: #2F343B;
}
body.private .quote-textarea,
body.private .quote-textarea-private,
body.private .contentElement-quote {
  color: #2F343B;
}
body.private .quote-textarea .innerContent .line,
body.private .quote-textarea-private .innerContent .line,
body.private .contentElement-quote .innerContent .line {
  background: url(/system/img/grafik_privat_linie_zitat.png) center center no-repeat;
}
.quote-textarea-private {
  background-color: #f7f0e4 !important;
  color: #2F343B;
}
.quote-textarea-private .innerContent .line {
  background: url(/system/img/grafik_privat_linie_zitat.png) center center no-repeat;
}
.standard-textarea-private {
  background-color: #f7f0e4 !important;
  color: #2F343B;
}
.standard-textarea-private h1 {
  color: #2F343B;
}
.standard-textarea-private h2 {
  color: #2F343B;
}
#changeLanguage {
  position: absolute;
  top: 10px;
  right: 10px;
}
#changeLanguage a {
  font-family: 'Futura W01 Book';
  font-size: 9pt;
  color: #7E828A;
  text-decoration: none;
}
#changeLanguage span {
  color: #7E828A;
  font-family: 'Futura W01 Book';
  font-size: 9pt;
}
#changeLanguage a.current {
  color: #FFFFFF;
}
body.body-start {
  background-color: #2F343B;
}
.startPage {
  background-color: #2F343B;
  text-align: center;
}
.startPage a {
  display: inline-block;
  height: 120px;
  width: 140px;
  position: relative;
  overflow: hidden;
}
.startPage a img {
  border: 0;
  position: absolute;
  top: 0px;
  left: 0px;
}
.startPage a img.off {
  display: none;
  margin-top: -120px;
}
.startPage a#businessLink {
  margin-left: 45px;
}
.startPage a:hover img {
  /*				margin-top: -120px;*/
}
.startPage .cite-container {
  margin: 47px auto 77px auto;
  width: 600px;
  height: 134px;
  position: relative;
  overflow: hidden;
}
.startPage .line {
  height: 1px;
  width: 329px;
  border-top: 1px #747d8f solid;
  position: absolute;
  left: 50%;
  margin-left: -164px;
}
.startPage .line-top {
  top: 0px;
}
.startPage .line-bottom {
  bottom: 0px;
}
.startPage .cite {
  /*			border-top: 1px #747d8f solid;
		border-bottom: 1px #747d8f solid;*/
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 112px;
  padding-top: 20px;
  font-size: 18pt;
  line-height: 23pt;
  color: #F9B206;
  font-family: 'FuturaW01-LightOblique';
}
.startPage .cite .autor {
  display: block;
  font-size: 11pt;
  color: #5d646f;
}
.startPage .cite p {
  margin: 0 auto;
  text-align: center;
  width: 600px;
}
.startPage #teaserPrivate {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: 90px;
  display: none;
}
.startPage #teaserBusiness {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -292px;
  display: none;
}
