@charset "UTF-8";
@import url(http://cdnjs.cloudflare.com/ajax/libs/normalize/2.1.3/normalize.min.css);
@import url(../vendor/bootstrap/css/bootstrap.min.css);
@import url(../vendor/supersized/css/supersized.css);
@import url(../vendor/nerveslider/nerveSlider.css);
@font-face { font-family: "bebasneue"; src: url("../webfonts/bebasneue/bebasneue.eot"); src: url("../webfonts/bebasneue/bebasneue.eot?#iefix") format("embedded-opentype"), url("../webfonts/bebasneue/bebasneue.woff") format("woff"), url("../webfonts/bebasneue/bebasneue.ttf") format("truetype"), url("../webfonts/bebasneue/bebasneue.svg#bebasneue") format("svg"); }

@font-face { font-family: "dense-regular"; src: url("../webfonts/dense-regular/dense-regular.eot"); src: url("../webfonts/dense-regular/dense-regular.eot?#iefix") format("embedded-opentype"), url("../webfonts/dense-regular/dense-regular.woff") format("woff"), url("../webfonts/dense-regular/dense-regular.ttf") format("truetype"), url("../webfonts/dense-regular/dense-regular.svg#dense-regular") format("svg"); }

@font-face { font-family: "sketch-block"; src: url("../webfonts/sketch-block/sketch-block.eot"); src: url("../webfonts/sketch-block/sketch-block.eot?#iefix") format("embedded-opentype"), url("../webfonts/sketch-block/sketch-block.woff") format("woff"), url("../webfonts/sketch-block/sketch-block.ttf") format("truetype"), url("../webfonts/sketch-block/sketch-block.svg#sketch-block") format("svg"); }

@font-face { font-family: "opensans-regular"; src: url("../webfonts/opensans-regular/opensans-regular.eot"); src: url("../webfonts/opensans-regular/opensans-regular.eot?#iefix") format("embedded-opentype"), url("../webfonts/opensans-regular/opensans-regular.woff") format("woff"), url("../webfonts/opensans-regular/opensans-regular.ttf") format("truetype"), url("../webfonts/opensans-regular/opensans-regular.svg#opensans-regular") format("svg"); }

h1 { font-size: 67px; line-height: 67px; }

h2 { font-size: 41px; line-height: 41px; }

h3 { font-size: 25px; line-height: 25px; }

h4 { font-size: 9px; line-height: 9px; }

h5 { font-size: 6px; line-height: 6px; }

h6 { font-size: 3px; line-height: 3px; }

p, a { font-size: 16px; line-height: 16px; }

a { text-decoration: none; color: white; }

/********************************* keyframes **************************************/
/* move from / to  */
/********************************* keyframes **************************************/
/* scale and fade */
/* rotate sides first and scale */
/********************************* keyframes **************************************/
section::before, section::after { position: absolute; content: ''; pointer-events: none; }

.lp_loadercontainer { position: fixed; top: 0px; left: 0px; height: 100%; width: 100%; z-index: 99; background-color: #fff; }

.no-js .loadercontainer { display: none; }

.lp_standard_not_supported { display: none; }
.ie .lp_standard_not_supported { display: block; }
.ie .lp_standard_not_supported img { display: block; width: 50px; height: 50px; margin: 0 auto; }

.lp_loadercontent { margin: 0 auto; padding-top: 100px; }

.lp_loadercircle { background-color: rgba(0, 0, 0, 0); border: 5px solid #28343c; filter: alpha(opacity=90); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; -moz-opacity: 0.9; -khtml-opacity: 0.9; opacity: 0.9; border-right: 5px solid rgba(0, 0, 0, 0); border-left: 5px solid rgba(0, 0, 0, 0); border-radius: 50px; margin: 0 auto; z-index: 9; -webkit-box-shadow: 0 0 35px  #4B5c67; -moz-box-shadow: 0 0 35px  #4B5c67; box-shadow: 0 0 35px #4B5c67; width: 100px; height: 100px; -webkit-animation: lp_spinPulse 1s infinite linear; -moz-animation: lp_spinPulse 1s infinite ease-in-out; -ms-animation: lp_spinPulse 1s infinite ease-in-out; -o-animation: lp_spinPulse 1s infinite ease-in-out; animation: lp_spinPulse 1s infinite ease-in-out; }
.no-js .lp_loadercircle { display: none; }
.ie .lp_loadercircle { display: none; }

.lp_loadercircle1 { background-color: rgba(0, 0, 0, 0); border: 5px solid #28343c; filter: alpha(opacity=90); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; -moz-opacity: 0.9; -khtml-opacity: 0.9; opacity: 0.9; border-right: 5px solid rgba(0, 0, 0, 0); border-left: 5px solid rgba(0, 0, 0, 0); border-radius: 50px; margin: 0 auto; z-index: 9; -webkit-box-shadow: 0 0 15px  #4B5c67; -moz-box-shadow: 0 0 15px  #4B5c67; box-shadow: 0 0 15px  #4B5c67; width: 60px; height: 60px; position: relative; top: -80px; -webkit-animation: lp_spinoffPulse 1s infinite linear; -moz-animation: lp_spinoffPulse 1s infinite linear; -ms-animation: lp_spinoffPulse 1s infinite linear; -o-animation: lp_spinoffPulse 1s infinite linear; animation: lp_spinoffPulse 1s infinite linear; }
.no-js .lp_loadercircle1 { display: none; }
.ie .lp_loadercircle1 { display: none; }

@-webkit-keyframes lp_spinPulse { 0% { -webkit-transform: rotate(160deg); opacity: 0; box-shadow: 0 0 1px #4B5c67; }
  50% { -webkit-transform: rotate(145deg); opacity: 1; }
  100% { -webkit-transform: rotate(-320deg); opacity: 0; } }

@-webkit-keyframes lp_spinoffPulse { 0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); } }

@-moz-keyframes lp_spinPulse { 0% { -moz-transform: rotate(160deg); opacity: 0; box-shadow: 0 0 1px #4B5c67; }
  50% { -moz-transform: rotate(145deg); opacity: 1; }
  100% { -moz-transform: rotate(-320deg); opacity: 0; } }

@-moz-keyframes lp_spinoffPulse { 0% { -moz-transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); } }

@-ms-keyframes lp_spinPulse { 0% { -ms-transform: rotate(160deg); opacity: 0; box-shadow: 0 0 1px #4B5c67; }
  50% { -ms-transform: rotate(145deg); opacity: 1; }
  100% { -ms-transform: rotate(-320deg); opacity: 0; } }

@-ms-keyframes lp_spinoffPulse { 0% { -ms-transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); } }

@-o-keyframes lp_spinPulse { 0% { -o-transform: rotate(160deg); opacity: 0; box-shadow: 0 0 1px #4B5c67; }
  50% { -o-transform: rotate(145deg); opacity: 1; }
  100% { -o-transform: rotate(-320deg); opacity: 0; } }

@-o-keyframes lp_spinoffPulse { 0% { -o-transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); } }

@keyframes lp_spinPulse { 0% { transform: rotate(160deg); opacity: 0; box-shadow: 0 0 1px #4B5c67; }
  50% { transform: rotate(145deg); opacity: 1; }
  100% { transform: rotate(-320deg); opacity: 0; } }

@-keyframes lp_spinoffPulse { 0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); } }

@font-face { font-family: 'FontAwesome'; src: url("../webfonts/font-awesome/fontawesome-webfont.eot?v=4.0.3"); src: url("../webfonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("../webfonts/font-awesome/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("../webfonts/font-awesome/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("../webfonts/font-awesome/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg"); font-weight: normal; font-style: normal; }

.fa { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg { font-size: 1.3333333333333333em; line-height: 0.75em; vertical-align: -15%; }

.fa-2x { font-size: 2em; }

.fa-3x { font-size: 3em; }

.fa-4x { font-size: 4em; }

.fa-5x { font-size: 5em; }

.fa-fw { width: 1.2857142857142858em; text-align: center; }

.fa-ul { padding-left: 0; margin-left: 2.142857142857143em; list-style-type: none; }

.fa-ul > li { position: relative; }

.fa-li { position: absolute; left: -2.14286em; width: 2.142857142857143em; top: 0.14285714285714285em; text-align: center; }

.fa-li.fa-lg { left: -1.85714em; }

.fa-border { padding: .2em .25em .15em; border: solid 0.08em #eeeeee; border-radius: .1em; }

.pull-right { float: right; }

.pull-left { float: left; }

.fa.pull-left { margin-right: .3em; }

.fa.pull-right { margin-left: .3em; }

.fa-spin { -webkit-animation: spin 2s infinite linear; -moz-animation: spin 2s infinite linear; -o-animation: spin 2s infinite linear; animation: spin 2s infinite linear; }

@-moz-keyframes spin { 0% { -moz-transform: rotate(0deg); }
  100% { -moz-transform: rotate(359deg); } }

@-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg); } }

@-o-keyframes spin { 0% { -o-transform: rotate(0deg); }
  100% { -o-transform: rotate(359deg); } }

@-ms-keyframes spin { 0% { -ms-transform: rotate(0deg); }
  100% { -ms-transform: rotate(359deg); } }

@keyframes spin { 0% { transform: rotate(0deg); }
  100% { transform: rotate(359deg); } }

.fa-rotate-90 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }

.fa-rotate-180 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }

.fa-rotate-270 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -ms-transform: rotate(270deg); -o-transform: rotate(270deg); transform: rotate(270deg); }

.fa-flip-horizontal { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1); -webkit-transform: scale(-1, 1); -moz-transform: scale(-1, 1); -ms-transform: scale(-1, 1); -o-transform: scale(-1, 1); transform: scale(-1, 1); }

.fa-flip-vertical { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1); -webkit-transform: scale(1, -1); -moz-transform: scale(1, -1); -ms-transform: scale(1, -1); -o-transform: scale(1, -1); transform: scale(1, -1); }

.fa-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x { position: absolute; left: 0; width: 100%; text-align: center; }

.fa-stack-1x { line-height: inherit; }

.fa-stack-2x { font-size: 2em; }

.fa-inverse { color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */
.fa-glass:before { content: "\f000"; }

.fa-music:before { content: "\f001"; }

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

.fa-envelope-o:before { content: "\f003"; }

.fa-heart:before { content: "\f004"; }

.fa-star:before { content: "\f005"; }

.fa-star-o:before { content: "\f006"; }

.fa-user:before { content: "\f007"; }

.fa-film:before { content: "\f008"; }

.fa-th-large:before { content: "\f009"; }

.fa-th:before { content: "\f00a"; }

.fa-th-list:before { content: "\f00b"; }

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

.fa-times:before { content: "\f00d"; }

.fa-search-plus:before { content: "\f00e"; }

.fa-search-minus:before { content: "\f010"; }

.fa-power-off:before { content: "\f011"; }

.fa-signal:before { content: "\f012"; }

.fa-gear:before, .fa-cog:before { content: "\f013"; }

.fa-trash-o:before { content: "\f014"; }

.fa-home:before { content: "\f015"; }

.fa-file-o:before { content: "\f016"; }

.fa-clock-o:before { content: "\f017"; }

.fa-road:before { content: "\f018"; }

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

.fa-arrow-circle-o-down:before { content: "\f01a"; }

.fa-arrow-circle-o-up:before { content: "\f01b"; }

.fa-inbox:before { content: "\f01c"; }

.fa-play-circle-o:before { content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before { content: "\f01e"; }

.fa-refresh:before { content: "\f021"; }

.fa-list-alt:before { content: "\f022"; }

.fa-lock:before { content: "\f023"; }

.fa-flag:before { content: "\f024"; }

.fa-headphones:before { content: "\f025"; }

.fa-volume-off:before { content: "\f026"; }

.fa-volume-down:before { content: "\f027"; }

.fa-volume-up:before { content: "\f028"; }

.fa-qrcode:before { content: "\f029"; }

.fa-barcode:before { content: "\f02a"; }

.fa-tag:before { content: "\f02b"; }

.fa-tags:before { content: "\f02c"; }

.fa-book:before { content: "\f02d"; }

.fa-bookmark:before { content: "\f02e"; }

.fa-print:before { content: "\f02f"; }

.fa-camera:before { content: "\f030"; }

.fa-font:before { content: "\f031"; }

.fa-bold:before { content: "\f032"; }

.fa-italic:before { content: "\f033"; }

.fa-text-height:before { content: "\f034"; }

.fa-text-width:before { content: "\f035"; }

.fa-align-left:before { content: "\f036"; }

.fa-align-center:before { content: "\f037"; }

.fa-align-right:before { content: "\f038"; }

.fa-align-justify:before { content: "\f039"; }

.fa-list:before { content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before { content: "\f03b"; }

.fa-indent:before { content: "\f03c"; }

.fa-video-camera:before { content: "\f03d"; }

.fa-picture-o:before { content: "\f03e"; }

.fa-pencil:before { content: "\f040"; }

.fa-map-marker:before { content: "\f041"; }

.fa-adjust:before { content: "\f042"; }

.fa-tint:before { content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before { content: "\f044"; }

.fa-share-square-o:before { content: "\f045"; }

.fa-check-square-o:before { content: "\f046"; }

.fa-arrows:before { content: "\f047"; }

.fa-step-backward:before { content: "\f048"; }

.fa-fast-backward:before { content: "\f049"; }

.fa-backward:before { content: "\f04a"; }

.fa-play:before { content: "\f04b"; }

.fa-pause:before { content: "\f04c"; }

.fa-stop:before { content: "\f04d"; }

.fa-forward:before { content: "\f04e"; }

.fa-fast-forward:before { content: "\f050"; }

.fa-step-forward:before { content: "\f051"; }

.fa-eject:before { content: "\f052"; }

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

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

.fa-plus-circle:before { content: "\f055"; }

.fa-minus-circle:before { content: "\f056"; }

.fa-times-circle:before { content: "\f057"; }

.fa-check-circle:before { content: "\f058"; }

.fa-question-circle:before { content: "\f059"; }

.fa-info-circle:before { content: "\f05a"; }

.fa-crosshairs:before { content: "\f05b"; }

.fa-times-circle-o:before { content: "\f05c"; }

.fa-check-circle-o:before { content: "\f05d"; }

.fa-ban:before { content: "\f05e"; }

.fa-arrow-left:before { content: "\f060"; }

.fa-arrow-right:before { content: "\f061"; }

.fa-arrow-up:before { content: "\f062"; }

.fa-arrow-down:before { content: "\f063"; }

.fa-mail-forward:before, .fa-share:before { content: "\f064"; }

.fa-expand:before { content: "\f065"; }

.fa-compress:before { content: "\f066"; }

.fa-plus:before { content: "\f067"; }

.fa-minus:before { content: "\f068"; }

.fa-asterisk:before { content: "\f069"; }

.fa-exclamation-circle:before { content: "\f06a"; }

.fa-gift:before { content: "\f06b"; }

.fa-leaf:before { content: "\f06c"; }

.fa-fire:before { content: "\f06d"; }

.fa-eye:before { content: "\f06e"; }

.fa-eye-slash:before { content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before { content: "\f071"; }

.fa-plane:before { content: "\f072"; }

.fa-calendar:before { content: "\f073"; }

.fa-random:before { content: "\f074"; }

.fa-comment:before { content: "\f075"; }

.fa-magnet:before { content: "\f076"; }

.fa-chevron-up:before { content: "\f077"; }

.fa-chevron-down:before { content: "\f078"; }

.fa-retweet:before { content: "\f079"; }

.fa-shopping-cart:before { content: "\f07a"; }

.fa-folder:before { content: "\f07b"; }

.fa-folder-open:before { content: "\f07c"; }

.fa-arrows-v:before { content: "\f07d"; }

.fa-arrows-h:before { content: "\f07e"; }

.fa-bar-chart-o:before { content: "\f080"; }

.fa-twitter-square:before { content: "\f081"; }

.fa-facebook-square:before { content: "\f082"; }

.fa-camera-retro:before { content: "\f083"; }

.fa-key:before { content: "\f084"; }

.fa-gears:before, .fa-cogs:before { content: "\f085"; }

.fa-comments:before { content: "\f086"; }

.fa-thumbs-o-up:before { content: "\f087"; }

.fa-thumbs-o-down:before { content: "\f088"; }

.fa-star-half:before { content: "\f089"; }

.fa-heart-o:before { content: "\f08a"; }

.fa-sign-out:before { content: "\f08b"; }

.fa-linkedin-square:before { content: "\f08c"; }

.fa-thumb-tack:before { content: "\f08d"; }

.fa-external-link:before { content: "\f08e"; }

.fa-sign-in:before { content: "\f090"; }

.fa-trophy:before { content: "\f091"; }

.fa-github-square:before { content: "\f092"; }

.fa-upload:before { content: "\f093"; }

.fa-lemon-o:before { content: "\f094"; }

.fa-phone:before { content: "\f095"; }

.fa-square-o:before { content: "\f096"; }

.fa-bookmark-o:before { content: "\f097"; }

.fa-phone-square:before { content: "\f098"; }

.fa-twitter:before { content: "\f099"; }

.fa-facebook:before { content: "\f09a"; }

.fa-github:before { content: "\f09b"; }

.fa-unlock:before { content: "\f09c"; }

.fa-credit-card:before { content: "\f09d"; }

.fa-rss:before { content: "\f09e"; }

.fa-hdd-o:before { content: "\f0a0"; }

.fa-bullhorn:before { content: "\f0a1"; }

.fa-bell:before { content: "\f0f3"; }

.fa-certificate:before { content: "\f0a3"; }

.fa-hand-o-right:before { content: "\f0a4"; }

.fa-hand-o-left:before { content: "\f0a5"; }

.fa-hand-o-up:before { content: "\f0a6"; }

.fa-hand-o-down:before { content: "\f0a7"; }

.fa-arrow-circle-left:before { content: "\f0a8"; }

.fa-arrow-circle-right:before { content: "\f0a9"; }

.fa-arrow-circle-up:before { content: "\f0aa"; }

.fa-arrow-circle-down:before { content: "\f0ab"; }

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

.fa-wrench:before { content: "\f0ad"; }

.fa-tasks:before { content: "\f0ae"; }

.fa-filter:before { content: "\f0b0"; }

.fa-briefcase:before { content: "\f0b1"; }

.fa-arrows-alt:before { content: "\f0b2"; }

.fa-group:before, .fa-users:before { content: "\f0c0"; }

.fa-chain:before, .fa-link:before { content: "\f0c1"; }

.fa-cloud:before { content: "\f0c2"; }

.fa-flask:before { content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before { content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before { content: "\f0c5"; }

.fa-paperclip:before { content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before { content: "\f0c7"; }

.fa-square:before { content: "\f0c8"; }

.fa-bars:before { content: "\f0c9"; }

.fa-list-ul:before { content: "\f0ca"; }

.fa-list-ol:before { content: "\f0cb"; }

.fa-strikethrough:before { content: "\f0cc"; }

.fa-underline:before { content: "\f0cd"; }

.fa-table:before { content: "\f0ce"; }

.fa-magic:before { content: "\f0d0"; }

.fa-truck:before { content: "\f0d1"; }

.fa-pinterest:before { content: "\f0d2"; }

.fa-pinterest-square:before { content: "\f0d3"; }

.fa-google-plus-square:before { content: "\f0d4"; }

.fa-google-plus:before { content: "\f0d5"; }

.fa-money:before { content: "\f0d6"; }

.fa-caret-down:before { content: "\f0d7"; }

.fa-caret-up:before { content: "\f0d8"; }

.fa-caret-left:before { content: "\f0d9"; }

.fa-caret-right:before { content: "\f0da"; }

.fa-columns:before { content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before { content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-asc:before { content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-desc:before { content: "\f0de"; }

.fa-envelope:before { content: "\f0e0"; }

.fa-linkedin:before { content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before { content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before { content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before { content: "\f0e4"; }

.fa-comment-o:before { content: "\f0e5"; }

.fa-comments-o:before { content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before { content: "\f0e7"; }

.fa-sitemap:before { content: "\f0e8"; }

.fa-umbrella:before { content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before { content: "\f0ea"; }

.fa-lightbulb-o:before { content: "\f0eb"; }

.fa-exchange:before { content: "\f0ec"; }

.fa-cloud-download:before { content: "\f0ed"; }

.fa-cloud-upload:before { content: "\f0ee"; }

.fa-user-md:before { content: "\f0f0"; }

.fa-stethoscope:before { content: "\f0f1"; }

.fa-suitcase:before { content: "\f0f2"; }

.fa-bell-o:before { content: "\f0a2"; }

.fa-coffee:before { content: "\f0f4"; }

.fa-cutlery:before { content: "\f0f5"; }

.fa-file-text-o:before { content: "\f0f6"; }

.fa-building-o:before { content: "\f0f7"; }

.fa-hospital-o:before { content: "\f0f8"; }

.fa-ambulance:before { content: "\f0f9"; }

.fa-medkit:before { content: "\f0fa"; }

.fa-fighter-jet:before { content: "\f0fb"; }

.fa-beer:before { content: "\f0fc"; }

.fa-h-square:before { content: "\f0fd"; }

.fa-plus-square:before { content: "\f0fe"; }

.fa-angle-double-left:before { content: "\f100"; }

.fa-angle-double-right:before { content: "\f101"; }

.fa-angle-double-up:before { content: "\f102"; }

.fa-angle-double-down:before { content: "\f103"; }

.fa-angle-left:before { content: "\f104"; }

.fa-angle-right:before { content: "\f105"; }

.fa-angle-up:before { content: "\f106"; }

.fa-angle-down:before { content: "\f107"; }

.fa-desktop:before { content: "\f108"; }

.fa-laptop:before { content: "\f109"; }

.fa-tablet:before { content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before { content: "\f10b"; }

.fa-circle-o:before { content: "\f10c"; }

.fa-quote-left:before { content: "\f10d"; }

.fa-quote-right:before { content: "\f10e"; }

.fa-spinner:before { content: "\f110"; }

.fa-circle:before { content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before { content: "\f112"; }

.fa-github-alt:before { content: "\f113"; }

.fa-folder-o:before { content: "\f114"; }

.fa-folder-open-o:before { content: "\f115"; }

.fa-smile-o:before { content: "\f118"; }

.fa-frown-o:before { content: "\f119"; }

.fa-meh-o:before { content: "\f11a"; }

.fa-gamepad:before { content: "\f11b"; }

.fa-keyboard-o:before { content: "\f11c"; }

.fa-flag-o:before { content: "\f11d"; }

.fa-flag-checkered:before { content: "\f11e"; }

.fa-terminal:before { content: "\f120"; }

.fa-code:before { content: "\f121"; }

.fa-reply-all:before { content: "\f122"; }

.fa-mail-reply-all:before { content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before { content: "\f123"; }

.fa-location-arrow:before { content: "\f124"; }

.fa-crop:before { content: "\f125"; }

.fa-code-fork:before { content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before { content: "\f127"; }

.fa-question:before { content: "\f128"; }

.fa-info:before { content: "\f129"; }

.fa-exclamation:before { content: "\f12a"; }

.fa-superscript:before { content: "\f12b"; }

.fa-subscript:before { content: "\f12c"; }

.fa-eraser:before { content: "\f12d"; }

.fa-puzzle-piece:before { content: "\f12e"; }

.fa-microphone:before { content: "\f130"; }

.fa-microphone-slash:before { content: "\f131"; }

.fa-shield:before { content: "\f132"; }

.fa-calendar-o:before { content: "\f133"; }

.fa-fire-extinguisher:before { content: "\f134"; }

.fa-rocket:before { content: "\f135"; }

.fa-maxcdn:before { content: "\f136"; }

.fa-chevron-circle-left:before { content: "\f137"; }

.fa-chevron-circle-right:before { content: "\f138"; }

.fa-chevron-circle-up:before { content: "\f139"; }

.fa-chevron-circle-down:before { content: "\f13a"; }

.fa-html5:before { content: "\f13b"; }

.fa-css3:before { content: "\f13c"; }

.fa-anchor:before { content: "\f13d"; }

.fa-unlock-alt:before { content: "\f13e"; }

.fa-bullseye:before { content: "\f140"; }

.fa-ellipsis-h:before { content: "\f141"; }

.fa-ellipsis-v:before { content: "\f142"; }

.fa-rss-square:before { content: "\f143"; }

.fa-play-circle:before { content: "\f144"; }

.fa-ticket:before { content: "\f145"; }

.fa-minus-square:before { content: "\f146"; }

.fa-minus-square-o:before { content: "\f147"; }

.fa-level-up:before { content: "\f148"; }

.fa-level-down:before { content: "\f149"; }

.fa-check-square:before { content: "\f14a"; }

.fa-pencil-square:before { content: "\f14b"; }

.fa-external-link-square:before { content: "\f14c"; }

.fa-share-square:before { content: "\f14d"; }

.fa-compass:before { content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before { content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before { content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before { content: "\f152"; }

.fa-euro:before, .fa-eur:before { content: "\f153"; }

.fa-gbp:before { content: "\f154"; }

.fa-dollar:before, .fa-usd:before { content: "\f155"; }

.fa-rupee:before, .fa-inr:before { content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before { content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before { content: "\f158"; }

.fa-won:before, .fa-krw:before { content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before { content: "\f15a"; }

.fa-file:before { content: "\f15b"; }

.fa-file-text:before { content: "\f15c"; }

.fa-sort-alpha-asc:before { content: "\f15d"; }

.fa-sort-alpha-desc:before { content: "\f15e"; }

.fa-sort-amount-asc:before { content: "\f160"; }

.fa-sort-amount-desc:before { content: "\f161"; }

.fa-sort-numeric-asc:before { content: "\f162"; }

.fa-sort-numeric-desc:before { content: "\f163"; }

.fa-thumbs-up:before { content: "\f164"; }

.fa-thumbs-down:before { content: "\f165"; }

.fa-youtube-square:before { content: "\f166"; }

.fa-youtube:before { content: "\f167"; }

.fa-xing:before { content: "\f168"; }

.fa-xing-square:before { content: "\f169"; }

.fa-youtube-play:before { content: "\f16a"; }

.fa-dropbox:before { content: "\f16b"; }

.fa-stack-overflow:before { content: "\f16c"; }

.fa-instagram:before { content: "\f16d"; }

.fa-flickr:before { content: "\f16e"; }

.fa-adn:before { content: "\f170"; }

.fa-bitbucket:before { content: "\f171"; }

.fa-bitbucket-square:before { content: "\f172"; }

.fa-tumblr:before { content: "\f173"; }

.fa-tumblr-square:before { content: "\f174"; }

.fa-long-arrow-down:before { content: "\f175"; }

.fa-long-arrow-up:before { content: "\f176"; }

.fa-long-arrow-left:before { content: "\f177"; }

.fa-long-arrow-right:before { content: "\f178"; }

.fa-apple:before { content: "\f179"; }

.fa-windows:before { content: "\f17a"; }

.fa-android:before { content: "\f17b"; }

.fa-linux:before { content: "\f17c"; }

.fa-dribbble:before { content: "\f17d"; }

.fa-skype:before { content: "\f17e"; }

.fa-foursquare:before { content: "\f180"; }

.fa-trello:before { content: "\f181"; }

.fa-female:before { content: "\f182"; }

.fa-male:before { content: "\f183"; }

.fa-gittip:before { content: "\f184"; }

.fa-sun-o:before { content: "\f185"; }

.fa-moon-o:before { content: "\f186"; }

.fa-archive:before { content: "\f187"; }

.fa-bug:before { content: "\f188"; }

.fa-vk:before { content: "\f189"; }

.fa-weibo:before { content: "\f18a"; }

.fa-renren:before { content: "\f18b"; }

.fa-pagelines:before { content: "\f18c"; }

.fa-stack-exchange:before { content: "\f18d"; }

.fa-arrow-circle-o-right:before { content: "\f18e"; }

.fa-arrow-circle-o-left:before { content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before { content: "\f191"; }

.fa-dot-circle-o:before { content: "\f192"; }

.fa-wheelchair:before { content: "\f193"; }

.fa-vimeo-square:before { content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before { content: "\f195"; }

.fa-plus-square-o:before { content: "\f196"; }

.cbp_tmtimeline { margin: 30px 0 0 0; padding: 0; list-style: none; position: relative; }

/* The line */
.cbp_tmtimeline:before { content: ''; position: absolute; top: 0; bottom: 0; width: 10px; background: #e71722; left: 20%; margin-left: -10px; }

/* The date/time */
.cbp_tmtimeline > li .cbp_tmtime { display: block; width: 25%; padding-right: 100px; position: absolute; }

.cbp_tmtimeline > li .cbp_tmtime span { display: block; text-align: right; }

.cbp_tmtimeline > li .cbp_tmtime span { font-size: 36px; font-size: 2.25rem; line-height: 45px; line-height: 2.8125rem; color: #e71722; }

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child { color: #ec3b44; }

/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel { margin: -40px 0 15px 27%; background: #d8d8d8; color: #000; padding: 2em; font-size: 1.2em; font-weight: 300; line-height: 1.4; position: relative; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(../vendor/pie/PIE.htc); }

.cbp_tmtimeline > li .cbp_tmlabel p span, .cbp_tmtimeline > li .cbp_tmlabel a span { color: #b9121b; }

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel { background: #ececec; }

.cbp_tmtimeline > li .cbp_tmlabel h2 { font-family: bebasneue, "Arial Narrow", Arial, "Helvetica Condensed", Helvetica, sans-serif; font-size: 48px; font-size: 3rem; line-height: 48px; line-height: 3rem; margin-top: 0; padding: 0 0 10px 0; border-bottom: 1px solid rgba(0, 0, 0, 0.4); }

/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after { right: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-right-color: #d8d8d8; border-width: 10px; top: 10px; }

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after { border-right-color: #ececec; }

/* The icons */
.cbp_tmtimeline > li .cbp_tmicon { width: 40px; height: 40px; position: relative; color: #fff; background: #e71722; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; behavior: url(../vendor/pie/PIE.htc); -webkit-box-shadow: 0 0 0 8px #ec3b44; -moz-box-shadow: 0 0 0 8px #ec3b44; box-shadow: 0 0 0 8px #ec3b44; text-align: center; vertical-align: middle; left: 20%; top: 0; margin: 0 0 0 -25px; }
.cbp_tmtimeline > li .cbp_tmicon .fa { line-height: 1.5; }

/* Example Media Queries */
@media screen and (max-width: 992px) { .cbp_tmtimeline > li .cbp_tmtime span:last-child { font-size: 1.5em; } }
@media screen and (max-width: 768px) { .cbp_tmtimeline { padding: 0 10px; }
  .cbp_tmtimeline:before { display: none; }
  .cbp_tmtimeline > li .cbp_tmtime { width: 100%; position: relative; padding: 0 0 20px 0; }
  .cbp_tmtimeline > li .cbp_tmtime span { text-align: left; }
  .cbp_tmtimeline > li .cbp_tmlabel { margin: 0 0 30px 0; padding: 1em; font-weight: 400; font-size: 95%; }
  .cbp_tmtimeline > li .cbp_tmlabel:after { right: auto; left: 20px; border-right-color: transparent; border-bottom-color: #d8d8d8; top: -20px; }
  .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after { border-right-color: transparent; border-bottom-color: #ececec; }
  .cbp_tmtimeline > li .cbp_tmicon { position: relative; float: right; left: auto; margin: -55px 5px 0 0px; } }
.divslider { position: relative; margin: 0 auto; overflow: hidden; width: 600px; height: 150px; }
.divslider .divslider-itemlist { position: absolute; left: 0; height: 150px; }
.divslider .divslider-itemlist > div { position: relative; float: left; width: 600px; height: 150px; }

/* Browser Resets
*********************************/
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus { outline: none; }

.slides, .flex-control-nav, .flex-direction-nav { margin: 0; padding: 0; list-style: none; }

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face { font-family: 'flexslider-icon'; src: url("../webfonts/flexslider/flexslider-icon.eot"); src: url("../webfonts/flexslider/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../webfonts/flexslider/flexslider-icon.woff") format("woff"), url("../webfonts/flexslider/flexslider-icon.ttf") format("truetype"), url("../webfonts/flexslider/flexslider-icon.svg#flexslider-icon") format("svg"); font-weight: normal; font-style: normal; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider { margin: 0; padding: 0; }
.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; /* Hide the slides before the JS is loaded. Avoids image jumping */ }
.flexslider .slides img { width: 100%; display: block; }

.flex-pauseplay span { text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after { content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }

html[xmlns] .slides { display: block; }

* html .slides { height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you include js that eliminates this class on page load */
.no-js .slides > li:first-child { display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 60px; background: #fff; position: relative; zoom: 1; }
.flexslider .slides { zoom: 1; }

.flex-viewport { max-height: 2000px; -moz-transition: all 1s ease 1s ease-in-out; -o-transition: all 1s ease 1s ease-in-out; -webkit-transition: all 1s ease 1s ease-in-out; -ms-transition: all 1s ease 1s ease-in-out; transition: all 1s ease 1s ease-in-out; }

.loading .flex-viewport { max-height: 300px; }

.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav { *height: 0; }
.flex-direction-nav a { display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; opacity: 0; cursor: pointer; color: #ffffff; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.flex-direction-nav .flex-next { text-align: right; }

.flexslider:hover .flex-prev { filter: alpha(opacity=40); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; -moz-opacity: 0.4; -khtml-opacity: 0.4; opacity: 0.4; left: 10px; }
.flexslider:hover .flex-prev:hover { filter: alpha(opacity=100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }
.flexslider:hover .flex-next { filter: alpha(opacity=40); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; -moz-opacity: 0.4; -khtml-opacity: 0.4; opacity: 0.4; right: 10px; }
.flexslider:hover .flex-next:hover { filter: alpha(opacity=100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }

.flex-direction-nav .flex-disabled { filter: alpha(opacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; cursor: default; }
.flex-direction-nav a:before { font-family: "flexslider-icon"; font-size: 32px; display: inline-block; content: '\e000'; }
.flex-direction-nav a.flex-next:before { content: '\e001'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; filter: alpha(opacity=80); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; -moz-opacity: 0.8; -khtml-opacity: 0.8; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #ffffff; }
.flex-pauseplay a:before { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; }
.flex-pauseplay a:hover { filter: alpha(opacity=100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }

/* Control Nav */
.flex-control-nav { width: 100%; position: absolute; bottom: -40px; text-align: center; }
.flex-control-nav li { margin: 0 6px; display: inline-block; zoom: 1; *display: inline; }

.flex-control-paging li a { width: 11px; height: 11px; display: block; background: #666; background: rgba(0, 0, 0, 0.5); cursor: pointer; text-indent: -9999px; -moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }
.flex-control-paging li a:hover { background: #ccc; background: rgba(255, 255, 255, 0.5); }
.flex-control-paging li a.flex-active { background: #444; background: rgba(255, 255, 255, 0.9); cursor: default; }

.flex-control-thumbs { margin: 5px 0 0; position: static; overflow: hidden; }
.flex-control-thumbs li { width: 25%; float: left; margin: 0; }
.flex-control-thumbs img { width: 100%; display: block; filter: alpha(opacity=70); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; -moz-opacity: 0.7; -khtml-opacity: 0.7; opacity: 0.7; cursor: pointer; }
.flex-control-thumbs img:hover { filter: alpha(opacity=100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }
.flex-control-thumbs .flex-active { filter: alpha(opacity=100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; cursor: default; }

@media screen and (max-width: 860px) { .flex-direction-nav .flex-prev { filter: alpha(opacity=100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; left: 10px; }
  .flex-direction-nav .flex-next { filter: alpha(opacity=100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; right: 10px; } }
.btn:focus { outline: none; }

body { background: white; font-family: "opensans-regular"; color: #7f8c8d; margin: 0; padding: 0; }

html, body { height: 100%; }

.player { display: inline-block; vertical-align: top; position: relative; width: 100%; height: 250px; left: 0; overflow: hidden; margin: 0 auto; }

.hidden-mo { display: inline; }

.visible-mo { display: none; }

#xmas-button { position: fixed; top: 0; right: 0; z-index: 5; }

#xmascontainer { width: 100%; height: 100%; position: fixed; left: -100%; top: 0; overflow-y: scroll; padding-bottom: 30px; z-index: 15; background: url("../img/xmas.jpg") top center no-repeat; background-size: cover; background-attachment: fixed; }
#xmascontainer #xmas-close { position: fixed; cursor: pointer; top: 10px; right: 10px; color: #b9121b; display: none; }
#xmascontainer #xmas-img img { display: block; margin: 0 auto; }
#xmascontainer #xmas-header { text-align: center; }
#xmascontainer #xmas-header p, #xmascontainer #xmas-header a { font-family: "Architects Daughter"; font-size: 32px; line-height: 120%; color: white; }
#xmascontainer #xmas-header p span, #xmascontainer #xmas-header a span { font-size: 24px; color: #e71722; }
#xmascontainer #xmas-text { margin: 5%; text-align: center; }
#xmascontainer #xmas-text p, #xmascontainer #xmas-text a { font-family: "Architects Daughter"; font-size: 32px; line-height: 150%; color: white; }
#xmascontainer #xmas-text p span, #xmascontainer #xmas-text a span { font-size: 32px; color: #e71722; }

#menu-button { position: fixed; top: 0; left: 0; text-decoration: none; color: #b9121b; z-index: 5; display: none; background: white; background: rgba(255, 255, 255, 0.9); box-shadow: 0 1px 10px rgba(31, 50, 63, 0.25); width: 100%; text-align: left; }
#menu-button span { position: absolute; color: #b9121b; right: 10px; font-family: bebasneue, "Arial Narrow", Arial, "Helvetica Condensed", Helvetica, sans-serif; letter-spacing: 2px; }

#menucontainer { width: 240px; height: 100%; position: fixed; left: -290px; top: 0; background: #f8f8f8; overflow: hidden !important; /* FF Scroll-leiste */ padding-bottom: 30px; z-index: 10; -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); }
#menucontainer #menu-close { position: absolute; color: #b9121b; top: 10px; right: 10px; }
.desktop #menucontainer #menu-close { display: none; }
#menucontainer h3 { font-family: bebasneue, "Arial Narrow", Arial, "Helvetica Condensed", Helvetica, sans-serif; font-size: 62px; font-size: 3.875rem; line-height: 62px; line-height: 3.875rem; color: black; padding: 20px; margin: 0; border-bottom: 1px solid black; }
#menucontainer a { display: block; font-family: bebasneue, "Arial Narrow", Arial, "Helvetica Condensed", Helvetica, sans-serif; font-size: 36px; font-size: 2.25rem; line-height: 36px; line-height: 2.25rem; color: black; text-decoration: none; text-transform: uppercase; padding: 10px 20px; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
#menucontainer a:hover { background: #b9121b; color: white; }
#menucontainer a.selected { background: #8b0d14; color: white; }

#curtains { position: fixed; height: 100%; width: 100%; background: url(../img/pattern.png) repeat top left; z-index: -1; }

.bg-white { background: white; }

.thebar1 { position: absolute; bottom: 0; width: 100%; height: 24px; margin: 0 auto; }

.thebar1 > p:before, .thebar1 > a:before, .thebar1 > p:after, .thebar1 > a:after { content: ''; position: absolute; z-index: -1; top: 0; width: 0; height: 24px; border-top: 24px solid transparent; }

.thebar1:before, .thebar1:after { content: ''; position: absolute; top: 0; height: 0; border-bottom: 24px solid white; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.thebar1:before { left: 0; width: 50%; border-right: 24px solid transparent; }

.thebar1:after { right: 0; width: 50%; border-left: 24px solid transparent; }

.divider-top { background-attachment: scroll; background-image: url("../img/divider-1-5.png"); background-repeat: repeat-x; background-position: top center; display: inline-block; }

.divider-center { background-attachment: scroll; background-image: url("../img/divider-1-5.png"); background-repeat: repeat-x; background-position: center center; display: inline-block; }

section { padding: 50px 0 100px; position: relative; }
section .section-header { padding: 50px 0; }
section .section-header .section-header-white { width: 100%; color: black; text-align: center; text-transform: uppercase; font-family: bebasneue, "Arial Narrow", Arial, "Helvetica Condensed", Helvetica, sans-serif; font-size: 132px; font-size: 8.25rem; line-height: 198px; line-height: 12.375rem; filter: alpha(opacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; }
section .section-header .section-header-white span { background: white; background: rgba(255, 255, 255, 0.9); padding: 0 30px; }
.mobile section .section-header .section-header-white, .tablet section .section-header .section-header-white, .ie9 section .section-header .section-header-white, .ie8 section .section-header .section-header-white { filter: alpha(opacity=100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }
section .section-header .section-header-transparent { width: 100%; color: white; text-align: center; text-transform: uppercase; font-family: bebasneue, "Arial Narrow", Arial, "Helvetica Condensed", Helvetica, sans-serif; font-size: 132px; font-size: 8.25rem; line-height: 132px; line-height: 8.25rem; text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8); filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135, strength=3); filter: alpha(opacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; }
section .section-header .section-header-transparent span { padding: 20px 30px 20px; }
.mobile section .section-header .section-header-transparent, .tablet section .section-header .section-header-transparent, .ie9 section .section-header .section-header-transparent, .ie8 section .section-header .section-header-transparent { filter: alpha(opacity=100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }
section .section-header .section-subheader-white { margin-top: 50px; padding: 0 20px; filter: alpha(opacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; }
section .section-header .section-subheader-white blockquote { font-family: dense-regular, "Arial Narrow", Arial, "Helvetica Condensed", Helvetica, sans-serif; font-size: 48px; font-size: 3rem; line-height: 69.6px; line-height: 4.35rem; color: black; width: 100%; margin: 20px 0; padding: 20px 10px 20px 40px; position: relative; border: none; text-transform: uppercase; letter-spacing: 1px; }
section .section-header .section-subheader-white blockquote:before { display: block; padding-left: 10px; content: "\201C"; font-family: Georgia, serif; font-size: 128px; font-size: 8rem; line-height: 128px; line-height: 8rem; position: absolute; left: -5px; top: -10px; color: #b9121b; }
section .section-header .section-subheader-white blockquote cite { color: #b9121b; font-size: 18px; line-height: 18px; display: block; margin-top: 5px; text-align: right; }
section .section-header .section-subheader-white blockquote cite:before { content: "\2014 \2009"; }
section .section-header .section-subheader-white span { color: #b9121b; }
.mobile section .section-header .section-subheader-white, .tablet section .section-header .section-subheader-white, .ie9 section .section-header .section-subheader-white, .ie8 section .section-header .section-subheader-white { filter: alpha(opacity=100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }
section .section-header .section-subheader-transparent { margin-top: 50px; padding: 0 20px; filter: alpha(opacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; }
section .section-header .section-subheader-transparent blockquote { font-family: dense-regular, "Arial Narrow", Arial, "Helvetica Condensed", Helvetica, sans-serif; font-size: 48px; font-size: 3rem; line-height: 69.6px; line-height: 4.35rem; color: white; width: 100%; margin: 20px 0; padding: 20px 10px 20px 40px; position: relative; border: none; text-transform: uppercase; letter-spacing: 1px; }
section .section-header .section-subheader-transparent blockquote:before { display: block; padding-left: 10px; content: "\201C"; font-family: Georgia, serif; font-size: 128px; font-size: 8rem; line-height: 128px; line-height: 8rem; position: absolute; left: -5px; top: -10px; color: #b9121b; }
section .section-header .section-subheader-transparent blockquote cite { color: #b9121b; font-size: 18px; line-height: 18px; display: block; margin-top: 5px; text-align: right; }
section .section-header .section-subheader-transparent blockquote cite:before { content: "\2014 \2009"; }
section .section-header .section-subheader-transparent span { color: #b9121b; }
.mobile section .section-header .section-subheader-transparent, .tablet section .section-header .section-subheader-transparent, .ie9 section .section-header .section-subheader-transparent, .ie8 section .section-header .section-subheader-transparent { filter: alpha(opacity=100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }

#home { min-height: 100%; /* Mindesthöhe für moderne Browser */ height: auto !important; /* Important Regel für moderne Browser */ height: 100%; /* Mindesthöhe für den IE */ overflow: hidden !important; /* FF Scroll-leiste */ position: relative; color: black; }
#home .home { color: white; text-align: center; text-transform: uppercase; font-size: 32px; font-size: 2rem; line-height: 32px; line-height: 2rem; text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8); filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135, strength=3); }
#home .home.top { border-bottom: 1px solid white; padding: 30px 0; }
#home .home.middle { font-family: bebasneue, "Arial Narrow", Arial, "Helvetica Condensed", Helvetica, sans-serif; font-size: 176px; font-size: 11rem; line-height: 176px; line-height: 11rem; }
#home .home.bottom { border-top: 1px solid white; padding: 30px 0; }
#home .home span { color: #b9121b; font-weight: bold; }
#home .scrolldown-button { position: absolute; bottom: 80px; width: 100%; text-align: center; }
#home .scrolldown-button img { width: 40px; height: 40px; }

#about .about-box { position: relative; height: 150px; margin: 10px 0; overflow: hidden; background: white; background: rgba(0, 0, 0, 0.05); filter: alpha(opacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; }
.mobile #about .about-box, .tablet #about .about-box, .ie9 #about .about-box, .ie8 #about .about-box { filter: alpha(opacity=100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }
#about .about-box .blockqoute-container blockquote { font-family: Georgia, serif; font-size: 32px; font-size: 2rem; line-height: 32px; line-height: 2rem; line-height: 1.45; font-style: italic; width: 100%; margin: 0.25em 0; padding: 0.35em 40px; position: relative; color: black; border: none; }
#about .about-box .blockqoute-container blockquote:before { display: block; padding-left: 10px; content: "\201C"; font-size: 80px; position: absolute; left: -15px; top: -20px; color: #7a7a7a; }
#about .about-box .blockqoute-container blockquote cite { color: #999999; font-size: 14px; display: block; margin-top: 5px; text-align: right; }
#about .about-box .blockqoute-container blockquote cite:before { content: "\2014 \2009"; }
#about .about-box .about-box-center { line-height: 150px; text-align: center; vertical-align: middle; width: 100%; height: 100%; }
#about .about-box .about-box-sketchfont { font-family: sketch-block, "Arial Narrow", Arial, "Helvetica Condensed", Helvetica, sans-serif; font-size: 48px; font-size: 3rem; }
#about .about-box .about-box-hover { position: absolute; background: black; background: rgba(0, 0, 0, 0.5); width: 100%; height: 100%; top: -100%; }
#about .about-box .about-box-hover span { display: block; line-height: 150px; color: white; text-align: center; }
#about .about-box .about-box-hover span .btn-link { color: white; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
#about .about-box .about-box-hover span .btn-link:hover { color: #b9121b; }
#about .about-box .about-box-hover span i { vertical-align: middle; }
#about .about-box-big { height: 320px; }
#about .about-box-big .about-box-hover span { line-height: 320px; }
#about .blockqoute-container { padding: 20px; }
#about .divslidertext { font-family: bebasneue, "Arial Narrow", Arial, "Helvetica Condensed", Helvetica, sans-serif; font-size: 124px; font-size: 7.75rem; line-height: 124px; line-height: 7.75rem; text-align: center; text-transform: uppercase; line-height: 150px; vertical-align: middle; }
#about .picture-box { width: 100%; height: 100%; }

#about-detail-container { width: 100%; height: 100%; position: fixed; right: -100%; top: 0; background: #f8f8f8; overflow-y: scroll; padding: 30px 10px; z-index: 15; }
#about-detail-container #about-detail-close { position: fixed; cursor: pointer; top: 10px; right: 10px; color: #b9121b; display: none; z-index: 30; }
#about-detail-container h2 { font-family: bebasneue, "Arial Narrow", Arial, "Helvetica Condensed", Helvetica, sans-serif; font-size: 124px; font-size: 7.75rem; line-height: 124px; line-height: 7.75rem; text-transform: uppercase; color: black; border-bottom: 1px solid black; }
#about-detail-container .about-img { width: 100%; }
#about-detail-container .about-detail-info { font-size: 32px; font-size: 2rem; line-height: 32px; line-height: 2rem; letter-spacing: 1px; padding: 20px 0; }
#about-detail-container .about-detail-info span { color: #b9121b; }
#about-detail-container .about-detail-info blockquote { font-family: dense-regular, "Arial Narrow", Arial, "Helvetica Condensed", Helvetica, sans-serif; font-size: 48px; font-size: 3rem; line-height: 69.6px; line-height: 4.35rem; color: black; width: 100%; margin: 20px 0; padding: 20px 10px 20px 40px; position: relative; border: none; text-transform: uppercase; letter-spacing: 1px; }
#about-detail-container .about-detail-info blockquote:before { display: block; padding-left: 10px; content: "\201C"; font-family: Georgia, serif; font-size: 128px; font-size: 8rem; line-height: 128px; line-height: 8rem; position: absolute; left: -5px; top: -10px; color: #b9121b; }
#about-detail-container .about-detail-info blockquote cite { color: #b9121b; font-size: 18px; line-height: 18px; display: block; margin-top: 5px; text-align: right; }
#about-detail-container .about-detail-info blockquote cite:before { content: "\2014 \2009"; }
#about-detail-container .about-detail-slider { padding: 20px 15px; }
#about-detail-container .about-detail-text-wb p, #about-detail-container .about-detail-text p, #about-detail-container .about-detail-text-wb a, #about-detail-container .about-detail-text a { font-size: 24px; font-size: 1.5rem; line-height: 24px; line-height: 1.5rem; padding: 0px 0 0 0; }
#about-detail-container .about-detail-text-wb p span, #about-detail-container .about-detail-text p span, #about-detail-container .about-detail-text-wb a span, #about-detail-container .about-detail-text a span { color: #b9121b; }
#about-detail-container .about-detail-text-wb ul, #about-detail-container .about-detail-text ul { padding: 20px 0 0 0; }
#about-detail-container .about-detail-text { border-left: 1px solid black; }
#about-detail-container .about-detail-video { margin: 20px auto; }
#about-detail-container .about-detail-video #theplayer { height: 500px; }
#about-detail-container a { color: black; text-decoration: none; text-transform: uppercase; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
#about-detail-container a:hover { color: #b9121b; }
#about-detail-container a.selected { background: #8b0d14; color: white; }

#camera_wrap_1 { width: 100%; }

#services { background: url("../img/background-mobile/nina golowko dozentin 07 blur.jpg") top center no-repeat; background-size: cover; background-attachment: scroll; }
.desktop #services { background: url("../img/background/nina golowko dozentin 07 blur.jpg") top center no-repeat; background-size: cover; background-attachment: fixed; }
.tablet #services { background: url("../img/background/nina golowko dozentin 07 blur.jpg") top center no-repeat; background-size: cover; background-attachment: scroll; }
#services .service-box .service-box-item { filter: alpha(opacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; }
.mobile #services .service-box .service-box-item, .tablet #services .service-box .service-box-item, .ie9 #services .service-box .service-box-item, .ie8 #services .service-box .service-box-item { filter: alpha(opacity=100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }
#services .service-box .icon-box { position: relative; width: 100%; height: 150px; margin-bottom: 40px; }
#services .service-box .icon-box .icon-box-service { position: relative; display: block; text-align: center; font-size: 144px; font-size: 9rem; line-height: 144px; line-height: 9rem; line-height: 150px; background: white; background: rgba(255, 255, 255, 0.15); color: white; z-index: 3; }
#services .service-box .icon-box .arrow-right { position: absolute; width: 0; height: 0; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 10px solid rgba(255, 255, 255, 0.15); right: -10px; top: 50%; margin-top: -10px; }
#services .service-box .icon-box .arrow-down { position: absolute; width: 0; height: 0; border-left: 20px solid transparent; border-right: 20px solid transparent; border-top: 20px solid rgba(255, 255, 255, 0.15); bottom: -20px; left: 50%; margin-left: -20px; }
#services .service-box .text-box h3 { font-family: bebasneue, "Arial Narrow", Arial, "Helvetica Condensed", Helvetica, sans-serif; font-size: 48px; font-size: 3rem; line-height: 48px; line-height: 3rem; color: #b9121b; margin-bottom: 20px; margin-top: 0; }
#services .service-box .text-box p, #services .service-box .text-box a { color: white; margin-bottom: 40px; }

#curriculum .curriculum-item { filter: alpha(opacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; }
.mobile #curriculum .curriculum-item, .tablet #curriculum .curriculum-item, .ie9 #curriculum .curriculum-item, .ie8 #curriculum .curriculum-item { filter: alpha(opacity=100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }
#curriculum .curriculum-img { display:block; margin: 0 auto; width: 50%; }

#facts { background: url("../img/background-mobile/nina golowko dozentin 05 blur.jpg") top center no-repeat; background-size: cover; background-attachment: scroll; }
.desktop #facts { background: url("../img/background/nina golowko dozentin 05 blur.jpg") top center no-repeat; background-size: cover; background-attachment: fixed; }
.tablet #facts { background: url("../img/background/nina golowko dozentin 05 blur.jpg") top center no-repeat; background-size: cover; background-attachment: scroll; }
#facts .fact-background { background: white; background: rgba(255, 255, 255, 0.15); padding: 20px; margin: 10px; filter: alpha(opacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; }
#facts .fact-background p, #facts .fact-background a, #facts .fact-background h2 { width: 100%; text-align: center; margin: 0; padding: 0; }
#facts .fact-background p, #facts .fact-background a { font-family: bebasneue, "Arial Narrow", Arial, "Helvetica Condensed", Helvetica, sans-serif; font-size: 144px; font-size: 9rem; line-height: 165.6px; line-height: 10.35rem; letter-spacing: 2px; color: #b9121b; }
#facts .fact-background h2 { font-size: 32px; font-size: 2rem; line-height: 36.8px; line-height: 2.3rem; color: white; }
.mobile #facts .fact-background, .tablet #facts .fact-background, .ie9 #facts .fact-background, .ie8 #facts .fact-background { filter: alpha(opacity=100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }

#contact .contact-item { filter: alpha(opacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; }
.mobile #contact .contact-item, .tablet #contact .contact-item, .ie9 #contact .contact-item, .ie8 #contact .contact-item { filter: alpha(opacity=100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }
#contact #contactvalue p, #contact #contactvalue a, #contact #contactsocial p, #contact #contactsocial a { text-align: center; }
#contact #contactvalue p a, #contact #contactvalue a a, #contact #contactsocial p a, #contact #contactsocial a a { color: #95a5a6; text-decoration: none; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
#contact #contactvalue p a:hover, #contact #contactvalue a a:hover, #contact #contactsocial p a:hover, #contact #contactsocial a a:hover { color: #b9121b; }
#contact #contactvalue p, #contact #contactvalue a { font-size: 32px; font-size: 2rem; line-height: 32px; line-height: 2rem; }
#contact #contactvalue p span, #contact #contactvalue a span { font-weight: bold; }
#contact #contactsocial { padding-top: 50px; }
#contact #qrcode { padding-top: 50px; }
#contact #qrcode img { display: block; margin: 0px auto; width: 200px; }
.mobile #contact #qrcode, .tablet #contact #qrcode { display: none; }

#imprintcontainer, #imprintcontainerdata { width: 100%; height: 100%; position: fixed; left: -100%; top: 0; background: #f8f8f8; overflow-y: scroll; padding-bottom: 30px; z-index: 15; }
#imprintcontainer #imprint-close, #imprintcontainer #imprintdata-close, #imprintcontainerdata #imprint-close, #imprintcontainerdata #imprintdata-close { position: fixed; cursor: pointer; top: 10px; right: 10px; color: #b9121b; display: none; }
#imprintcontainer #imprint, #imprintcontainerdata #imprint { max-width: 960px; margin: 0 auto; }
#imprintcontainer #imprint #imprint-header, #imprintcontainerdata #imprint #imprint-header { font-family: bebasneue, "Arial Narrow", Arial, "Helvetica Condensed", Helvetica, sans-serif; font-size: 112px; font-size: 7rem; line-height: 112px; line-height: 7rem; color: black; padding: 10px; }
#imprintcontainer #imprint #imprint-content, #imprintcontainerdata #imprint #imprint-content { color: black; padding: 0 10px; }
#imprintcontainer #imprint #imprint-content a, #imprintcontainerdata #imprint #imprint-content a { text-decoration: none; color: #95a5a6; }

#footer { position: fixed; left: 0; bottom: 0; background: black; width: 100%; z-index: 5; padding: 5px; }
#footer p, #footer a { color: white; font-size: 18px; font-size: 1.125rem; line-height: 18px; line-height: 1.125rem; text-transform: uppercase; vertical-align: middle; text-align: center; }
#footer p button, #footer a button { color: white; font-size: 18px; font-size: 1.125rem; line-height: 18px; line-height: 1.125rem; text-transform: uppercase; vertical-align: middle; text-align: center; text-decoration: none; }
#footer p a, #footer a a { text-decoration: none; cursor: pointer; }

@media screen and (max-width: 768px) { blockquote { font-size: 24px; font-size: 1.5rem; line-height: 24px; line-height: 1.5rem; line-height: 1.45; }
  #about .about-box .about-box-sketchfont { font-family: sketch-block, "Arial Narrow", Arial, "Helvetica Condensed", Helvetica, sans-serif; font-size: 32px; font-size: 2rem; }
  #about-detail-container { padding: 30px 10px; }
  #about-detail-container h2 { font-size: 78px; font-size: 4.875rem; line-height: 78px; line-height: 4.875rem; }
  #about-detail-container .about-detail-info { font-size: 28px; font-size: 1.75rem; line-height: 28px; line-height: 1.75rem; }
  #about-detail-container .about-detail-slider { padding: 10px 40px; }
  #about-detail-container .about-detail-text { border-left: none; }
  #about-detail-container .about-detail-video { margin: 10px 20px; }
  #about-detail-container .about-detail-video #theplayer { height: 300px; }
  #services .service-box .icon-box { padding-left: 10px; padding-right: 10px; }
  #services .service-box .text-box h3, #services .service-box .text-box p, #services .service-box .text-box a { text-align: center; } }
@media screen and (max-width: 480px) { .hidden-mo { display: none; }
  .visible-mo { display: inline; }
  .col-xs-4 { padding-left: 5px; padding-right: 5px; }
  .cbp_tmtimeline > li .cbp_tmlabel h2 { font-size: 36px; font-size: 2.25rem; line-height: 54px; line-height: 3.375rem; }
  section { padding: 20px 0 20px; }
  section .section-header { padding: 20px 0; }
  section .section-header .section-header-white, section .section-header .section-header-transparent { font-size: 68px; font-size: 4.25rem; line-height: 102px; line-height: 6.375rem; }
  section .section-header .section-subheader-white, section .section-header .section-subheader-transparent { font-size: 28px; font-size: 1.75rem; line-height: 28px; line-height: 1.75rem; }
  #home .home { font-size: 24px; font-size: 1.5rem; line-height: 24px; line-height: 1.5rem; }
  #home .home.middle { font-size: 88px; font-size: 5.5rem; line-height: 88px; line-height: 5.5rem; }
  #about .about-box { height: 100px; margin: 5px 0; }
  #about .about-box .about-box-center { line-height: 100px; }
  #about .about-box .about-box-sketchfont { font-size: 32px; font-size: 2rem; }
  #about .about-box .about-box-hover span { line-height: 100px; }
  #about-detail-container { padding: 10px 10px; }
  #about-detail-container h2 { font-size: 48px; font-size: 3rem; line-height: 48px; line-height: 3rem; }
  #about-detail-container .about-detail-info { font-size: 22px; font-size: 1.375rem; line-height: 27.5px; line-height: 1.71875rem; padding: 10px 0; }
  #about-detail-container .about-detail-slider { padding: 10px 20px; }
  #about-detail-container .about-detail-text { padding: 10px 10px; }
  #about-detail-container .about-detail-video { margin: 10px 0; }
  #about-detail-container .about-detail-video #theplayer { height: 200px; }
  #services .service-box .icon-box { height: 100px; }
  #services .service-box .icon-box .icon-box-service { line-height: 100px; }
  #facts .fact-background p, #facts .fact-background a { font-size: 96px; font-size: 6rem; line-height: 110.4px; line-height: 6.9rem; } }
