/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

h1, h2, h3, h4, h5, h6, a, p, div, button, input, optgroup, select, textarea {
    font-family: QuickSand !important;
}


@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.eot?v=4.1.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.1.0#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;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .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.28571429em;
    text-align: center;
}

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

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

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center;
}

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

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: 0.1em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

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

.fa.pull-right {
    margin-left: 0.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);
    }
}

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

    100% {
        -webkit-transform: rotate(359deg);
        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: white;
}

.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-photo:before, .fa-image:before, .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-navicon:before, .fa-reorder:before, .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-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc: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-mail-reply-all:before, .fa-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";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

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

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

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

.fa-reddit:before {
    content: "\f1a1";
}

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

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

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper-square:before, .fa-pied-piper:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

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

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

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

.fa-steam:before {
    content: "\f1b6";
}

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

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

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

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

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

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

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8";
}

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

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd";
}

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

.fa-ra:before, .fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1";
}

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

.fa-git:before {
    content: "\f1d3";
}

.fa-hacker-news:before {
    content: "\f1d4";
}

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

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

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

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

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

.fa-bomb:before {
    content: "\f1e2";
}

.circliful {
    position: relative;
    margin: 0 auto;
}

.circle-text, .circle-info, .circle-text-half, .circle-info-half {
    width: 100%;
    position: absolute;
    text-align: center;
    display: inline-block;
}

.circle-info, .circle-info-half {
    color: #999;
}

.circliful .fa {
    margin: -10px 3px 0 3px;
    position: relative;
    bottom: 4px;
}

.schnellanalyse_wrapper {
    font-size: 14px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.prerequisite_choices_wrapper.question {
    margin-top: 30px;
    padding-bottom: 10px;
}

.frontend .prerequisite_choices_wrapper h3 {
    margin-bottom: 0;
}

.schnellanalyse_wrapper {
    line-height: 120%;
    position: relative;
}

.schnellanalyse_wrapper .c_tab4_chart_wrapper {
    background: url(../img/benchmark_bg.png) 0 0 no-repeat white scroll;
    border: none;
    float: right;
    width: 500px;
    position: relative;
    height: 412px;
    padding: 22px 0 0 7px;
}

.schnellanalyse_wrapper .c_tab4_chart_wrapper canvas {
    z-index: 1;
}

.schnellanalyse_wrapper .c_tab4_chart_wrapper .label {
    position: absolute;
    font-size: 10px;
    width: 120px;
    text-align: center;
    z-index: 0;
    line-height: 1;
    color: #666;
}

.schnellanalyse_wrapper .c_tab4_chart_wrapper .label.l01 {
    left: 239px;
    top: 10px;
}

.schnellanalyse_wrapper .c_tab4_chart_wrapper .label.l02 {
    left: 362px;
    top: 31px;
}

.schnellanalyse_wrapper .c_tab4_chart_wrapper .label.l03 {
    left: 452px;
    top: 110px;
}

.schnellanalyse_wrapper .c_tab4_chart_wrapper .label.l04 {
    left: 481px;
    top: 209px;
}

.schnellanalyse_wrapper .c_tab4_chart_wrapper .label.l05 {
    left: 462px;
    top: 309px;
}

.schnellanalyse_wrapper .c_tab4_chart_wrapper .label.l06 {
    left: 355px;
    top: 389px;
}

.schnellanalyse_wrapper .c_tab4_chart_wrapper .label.l07 {
    left: 239px;
    top: 411px;
}

.schnellanalyse_wrapper .c_tab4_chart_wrapper .label.l08 {
    left: 133px;
    top: 389px;
}

.schnellanalyse_wrapper .c_tab4_chart_wrapper .label.l09 {
    left: 30px;
    top: 309px;
}

.schnellanalyse_wrapper .c_tab4_chart_wrapper .label.l10 {
    left: 6px;
    top: 209px;
}

.schnellanalyse_wrapper .c_tab4_chart_wrapper .label.l11 {
    left: 10px;
    top: 110px;
}

.schnellanalyse_wrapper .c_tab4_chart_wrapper .label.l12 {
    left: 118px;
    top: 39px;
}

.schnellanalyse_wrapper h1 {
    text-align: center;
    border-top: 1px solid #E3E3E3;
    position: relative;
}

.schnellanalyse_wrapper h1 span {
    background: #F9F9F9;
    position: absolute;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    top: -11px;
    font-size: 26px;
}

.schnellanalyse_wrapper h2 {
    text-align: center;
    font-size: 12px;
    margin: 0;
    padding: 10px 0 0 0;
}

.schnellanalyse_wrapper .boxed {
    background: white;
    position: relative;
    border: 1px solid #E0E0E0;
    padding: 10px;
    font-size: 13px;
}

.schnellanalyse_wrapper .boxed img {
    position: absolute;
    right: 10px;
    top: 50px;
    width: 50px;
}

.schnellanalyse_wrapper .boxed h3 {
    font-weight: bold;
    padding: 0 0 10px 0;
    font-size: 16px;
}

.schnellanalyse_wrapper .boxed p.he5,
.schnellanalyse_wrapper .boxed h5 {
    font-weight: normal;
    padding: 10px 50px 0 0;
}

.schnellanalyse_wrapper .cta_more {
    color: #1A95DB;
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-size: 11px;
    cursor: pointer;
    text-transform: uppercase;
}

.schnellanalyse_wrapper .header .boxed {
    min-height: 220px;
    position: relative;
    cursor: pointer;
    padding: 20px;
    background: white;
    border-radius: 15px;
    border-top: 3px solid #357ac1;
    line-height: 1.6em;
}

.schnellanalyse_wrapper .header .boxed:hover, .schnellanalyse_wrapper .header .boxed.clicked {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2)
}

.schnellanalyse_wrapper div.indikatoren {
    width: 100%;
}

.schnellanalyse_wrapper div.indikatoren th {
    text-align: left;
    padding-right: 20px;
    padding-top: 10px;
    width: 50%;
}

.schnellanalyse_wrapper div.indikatoren span {
    float: left;
    margin-right: 1px;
    background: #e0e0e0;
    height: 10px;
    width: 5px;
}

.schnellanalyse_wrapper div.indikatoren .filled {
    background: #FABB5D;
}

.schnellanalyse_wrapper p a {
    color: #0D5582;
}

.schnellanalyse_wrapper .blurry {
    text-shadow: 0 0 8px black;
    color: rgba(255, 255, 255, 0);
    opacity: 0.3;
}

.schnellanalyse_wrapper .cta_more_infos {
    position: relative;
    z-index: 1;
    line-height: 1.5;
}

.schnellanalyse_wrapper .cta_more_infos .arr.white-arr {
    background: #FFFFFF !important;
}

.schnellanalyse_wrapper .cta_more_infos .readable {
    min-height: 310px;
    font-size: 13px;
}

.schnellanalyse_wrapper .cta_more_infos .readable div {
    display: none;
}

.schnellanalyse_wrapper .cta_more_infos .readable h3 {
    padding: 0 0 10px 0;
}

.schnellanalyse_wrapper .cta_more_infos .readable p {
    padding: 0 0 10px 0;
}

.schnellanalyse_wrapper .cta_more_infos .more {
    background: white;
    border-radius: 15px;
    padding: 20px;
    color: #1480C3;
    font-size: 13px;
    min-height: 330px;
}

.schnellanalyse_wrapper .cta_more_infos .more h3 {
    padding: 0 0 10px 0;
    font-size: 18px;
}

.schnellanalyse_wrapper .cta_more_infos .more p {
    padding: 0 0 30px 0;
}

.schnellanalyse_wrapper .cta_more_infos .more .closer {
    float: right;
    font-size: 19px;
    margin: -5px -5px 0 0;
    color: #646466;
    cursor: pointer;
}

.schnellanalyse_wrapper .cta_more_infos .col66 {
    width: 723px;
    margin-right: 0;
    border: 1px solid #e0e0e0;
}

.schnellanalyse_wrapper .cta_more_infos .col33 {
    width: 280px;
    float: right;
    border: 1px solid #e0e0e0;
}

.schnellanalyse_wrapper ul.tab_navi {
    list-style: none;
}

.schnellanalyse_wrapper ul.tab_navi li {
    margin-bottom: 3px;
    background: #f5f5f5;
    padding: 10px 0 10px 10px;
    border-bottom: 2px solid #f5f5f5;
    cursor: pointer;
}

.schnellanalyse_wrapper ul.tab_navi li:hover:not(.blurred), .schnellanalyse_wrapper ul.tab_navi li.active {
    border-bottom: 2px solid #1480C3;
    background: white;
}

.schnellanalyse_wrapper ul.tab_navi li.active {
    font-weight: bold;
}

.schnellanalyse_wrapper ul.tab_navi li.blurred {
    opacity: 0.3;
}

.schnellanalyse_wrapper ul.tab_navi li.blurred span {
    text-shadow: 0 0 8px black;
    color: rgba(255, 255, 255, 0);
}

.schnellanalyse_wrapper .main_content_box {
    font-size: 14px;
    line-height: 1.5;
}

.schnellanalyse_wrapper .main_content_box .sub_content {

}

.schnellanalyse_wrapper .main_content_box .sub_content.c_tab1 {
    display: block;
}

.schnellanalyse_wrapper .main_content_box .barriere {
    margin-bottom: 35px;
    cursor: pointer;
}

.schnellanalyse_wrapper .main_content_box .barriere:hover, .schnellanalyse_wrapper .main_content_box .barriere.clicked {
}

.schnellanalyse_wrapper .main_content_box .barriere .header {
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.schnellanalyse_wrapper .main_content_box .barriere .header .title {
    padding: 20px 0 20px 30px;
    float: left;
    width: 400px;
    min-height: 70px;
    background: white;
    border-right: 1px solid #eee;
}

.schnellanalyse_wrapper .main_content_box .barriere .header .title img {
    float: left;
    width: 60px;
    margin-right: 20px;
}

.schnellanalyse_wrapper .main_content_box .barriere .header .title h3 {
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 10px 0;
}

.schnellanalyse_wrapper .main_content_box .barriere .header .title p {
    font-size: 12px;
}

.schnellanalyse_wrapper .main_content_box .barriere .header .short {
    float: left;
    width: 385px;
    min-height: 70px;
    padding: 20px 20px 0 20px;
    position: relative;
}

.schnellanalyse_wrapper .main_content_box .barriere .header .subcta {
    float: right;
    width: 200px;
    display: block;
    position: relative;
    padding: 30px 30px;
    text-align: right;
}

.schnellanalyse_wrapper .main_content_box .barriere .header .subcta .cta_more {
    background: #ff6600;
    color: white !important;
    padding: 10px 20px;
    text-align: center;
    display: inline-block;
    position: static;
    width: 100%;
    border-radius: 50px;
}

.schnellanalyse_wrapper .main_content_box .barriere .body {
    display: none;
    position: relative;
}

.schnellanalyse_wrapper .main_content_box .barriere .body .closer {
    float: right;
    font-size: 20px;
    color: #999;
    margin: 0 0 0 0;
    cursor: pointer;
}

.schnellanalyse_wrapper .main_content_box .barriere .body .teaser {
    color: #1480C3;
    font-size: 12px;
    padding: 20px 0 0 0;
}

.schnellanalyse_wrapper .balken {
    height: 1px;
    margin: -20px 0 20px -20px;
    width: 900px;
}

.schnellanalyse_wrapper .balken .bw {
    height: 1px;
    background: #1480C3;
    float: left;
}

.schnellanalyse_wrapper .fa-verybig {
    font-size: 50px;
    color: #F8BC4F;
}

.schnellanalyse_wrapper .innovationstyp_druck_text {
    font-size: 13px;
    float: left;
    width: 360px;
}

.schnellanalyse_wrapper .innovationstyp_druck_text strong {
    display: block;
    padding: 0 0 5px 0;
    font-size: 14px;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik_wrapper {
    float: right;
    padding: 10px;
    border: 1px solid #e0e0e0;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik {
    width: 430px;
    height: 430px;
    background-size: 100% 100%;
    position: relative;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .a, .schnellanalyse_wrapper .innovationstyp_druck_grafik .b, .schnellanalyse_wrapper .innovationstyp_druck_grafik .c, .schnellanalyse_wrapper .innovationstyp_druck_grafik .d, .schnellanalyse_wrapper .innovationstyp_druck_grafik .diag {
    position: absolute;
    top: 0;
    left: 0;
    width: 430px;
    height: 430px;
    transition: background 0.1s;
    background-size: 100% 100% !important;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .a {
    background: url(../img/a.png) 0 0 no-repeat transparent scroll;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .a.hovered {
    background: url(../img/a_hover.png) 0 0 no-repeat transparent scroll;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .b {
    background: url(../img/b.png) 0 0 no-repeat transparent scroll;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .b.hovered {
    background: url(../img/b_hover.png) 0 0 no-repeat transparent scroll;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .c {
    background: url(../img/c.png) 0 0 no-repeat transparent scroll;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .c.hovered {
    background: url(../img/c_hover.png) 0 0 no-repeat transparent scroll;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .d {
    background: url(../img/d.png) 0 0 no-repeat transparent scroll;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .d.hovered {
    background: url(../img/d_hover.png) 0 0 no-repeat transparent scroll;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .diag {
    background: url(../img/diag.png) 0 0 no-repeat transparent scroll;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .diag.hovered {
    background: url(../img/diag_hover.png) 0 0 no-repeat transparent scroll;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .hovers {
    position: absolute;
    cursor: pointer;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .hovers.diaghover {
    left: 0;
    width: 30px;
    height: 430px;
    top: 0;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .hovers.diaghover2 {
    left: 30px;
    top: 400px;
    height: 30px;
    width: 430px;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .hovers.ahover {
    left: 176px;
    width: 220px;
    height: 143px;
    top: 259px;
    border-radius: 54%;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .hovers.bhover {
    left: 73px;
    width: 371px;
    height: 152px;
    border-radius: 50%;
    transform: rotate(29deg);
    top: 133px;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .hovers.chover {
    left: 196px;
    height: 146px;
    width: 229px;
    border-radius: 50%;
    top: 28px;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .hovers.dhover {
    left: 53px;
    height: 112px;
    width: 178px;
    top: 267px;
    border-radius: 50%;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .hovertext {
    position: absolute;
    z-index: 50;
    background: #0077BE;
    width: 300px;
    color: white;
    padding: 20px;
    border: 1px solid white;
    display: none;
    pointer-events: none;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .hovertext .text {
    font-size: 14px;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .hovertext .linie {
    background: #0077BE;
    height: 2px;
    position: absolute;
    width: 100px;
    right: -96px;
    top: 66px;
    border: 1px solid white;
    border-left: none;
    transform: rotate(25deg);
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .innotyp {
    position: absolute;
    width: 60px;
    height: 65px;
    background: url(../img/druck_icon_1.png) 0 0 no-repeat transparent scroll;
    opacity: 1;
    background-size: contain;
    margin: -10px 0 0 -10px;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .innotyp i {
    font-size: 25px;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .innotyp.typ-A {
    left: 83%;
    top: 17%;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .innotyp.typ-B {
    left: 58%;
    top: 30%;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .innotyp.typ-C {
    left: 56%;
    top: 50%;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .innotyp.typ-D {
    left: 76%;
    top: 42%;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .innotyp.typ-E {
    left: 71%;
    top: 59%;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .innotyp.typ-F {
    left: 50%;
    top: 67%;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .innotyp.typ-G {
    left: 81%;
    top: 52%;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .innotyp.typ-H {
    left: 64%;
    top: 56%;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .innotyp.typ-I {
    left: 34%;
    top: 62%;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .innotyp.typ-J {
    left: 48%;
    top: 58%;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .innotyp.typ-K {
    left: 31%;
    top: 72%;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .innodruck {
    position: absolute;
    width: 60px;
    height: 65px;
    margin: -10px 0 0 -10px;
    opacity: 1;
    background: url(../img/druck_icon_2.png) 0 0 no-repeat transparent scroll;
    background-size: contain;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .innodruck i {
    font-size: 25px;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .innodruck.druck-A {
    left: 82%;
    top: 16%;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .innodruck.druck-B {
    left: 84%;
    top: 31%;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .innodruck.druck-C {
    left: 80%;
    top: 49%;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .innodruck.druck-D {
    left: 70%;
    top: 11%;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .innodruck.druck-E {
    left: 56%;
    top: 29%;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .innodruck.druck-F {
    left: 60%;
    top: 45%;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .innodruck.druck-G {
    left: 37%;
    top: 20%;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .innodruck.druck-H {
    left: 39%;
    top: 33%;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .innodruck.druck-I {
    left: 58%;
    top: 58%;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .innodruck.druck-J {
    left: 71%;
    top: 35%;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .innodruck.druck-K {
    left: 76%;
    top: 42%;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .innodruck.druck-L {
    left: 67%;
    top: 57%;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .innodruck.druck-M {
    left: 57%;
    top: 14%;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .innodruck.druck-N {
    left: 52%;
    top: 35%;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .innodruck.druck-O {
    left: 61%;
    top: 73%;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .innodruck.druck-P {
    left: 56%;
    top: 22%;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .innodruck.druck-Q {
    left: 60%;
    top: 38%;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .innodruck.druck-R {
    left: 49%;
    top: 66%;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .innodruck.druck-S {
    left: 63%;
    top: 32%;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .innodruck.druck-T {
    left: 70%;
    top: 43%;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .innodruck.druck-U {
    left: 62%;
    top: 57%;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .innodruck.druck-V {
    left: 52%;
    top: 17%;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .innodruck.druck-W {
    left: 66%;
    top: 39%;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .innodruck.druck-X {
    left: 41%;
    top: 61%;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .innodruck.druck-Y {
    left: 47%;
    top: 23%;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .innodruck.druck-Z {
    left: 31%;
    top: 26%;
}

.schnellanalyse_wrapper .innovationstyp_druck_grafik .innodruck.druck-Z2 {
    left: 28%;
    top: 67%;
}

.schnellanalyse_body_wrapper {
    overflow-x: hidden;
}

.schnellanalyse_body_wrapper .innovatorenprofil_table {
    background: #F5F5F5;
    border: 1px solid #E6E6E6;
    padding: 10px 20px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.schnellanalyse_body_wrapper .innovatorenprofil_table.head {
    background: white;
}

.schnellanalyse_body_wrapper .innovatorenprofil_table table {
    width: 100%;
    font-size: 12px;
    color: #555;
}

.schnellanalyse_body_wrapper .innovatorenprofil_table table .row1 th {
    font-size: 14px;
    text-align: left;
    width: 36%;
    vertical-align: bottom;
}

.schnellanalyse_body_wrapper .innovatorenprofil_table table .row1 .middle {
    text-align: center;
    width: 28%;
    font-size: 14px;

}

.schnellanalyse_body_wrapper .innovatorenprofil_table table .row3 th {
    text-align: left;
    font-weight: normal;
    width: 36%;
    height: 45px;
}

.schnellanalyse_body_wrapper .innovatorenprofil_table table .row3 span {
    display: block;
    background: #E0E0E0;
    height: 11px;
    width: 18px;
}

.schnellanalyse_body_wrapper .innovatorenprofil_table table .row3 span.filled {
    background: #F8BC4F;
}

.schnellanalyse_body_wrapper .innovatorenprofil_table table .row3 .left {
    text-align: right;
    width: 148px;
}

.schnellanalyse_body_wrapper .innovatorenprofil_table table .row3 .left span {
    float: right;
    margin: 0 2px 0 0;
}

.schnellanalyse_body_wrapper .innovatorenprofil_table table .row3 .right {
    width: 150px;
    text-align: left;
    border-left: 1px solid #F8BC4F;
    position: relative;
}

.schnellanalyse_body_wrapper .innovatorenprofil_table table .row3 .right span {
    float: left;
    margin: 0 0 0 2px;
}

.schnellanalyse_body_wrapper .innovatorenprofil_table table .row3 .right .endstone {
    background: #F5F5F5;
    float: none;
    position: absolute;
    left: -10px;
    top: 17px;
    height: 37px;
    width: 15px;
}

.schnellanalyse_body_wrapper .details_cta {
    background: white;
    border-radius: 2px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    width: 1100px;
    margin: 0 auto;
    margin-top: 10px;
    position: relative;
    padding: 0;
}

.schnellanalyse_body_wrapper .details_cta p {
    color: #1480C3;
    float: left;
    width: 760px;
    font-size: 15px;
    padding: 10px;
    line-height: 1.5;
}

.schnellanalyse_body_wrapper .details_cta .arr {
    content: ' ';
    position: absolute;
    width: 20px;
    height: 20px;
    background: white;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    right: 283px;
    z-index: 0;
    top: 38px;
}

.schnellanalyse_body_wrapper .details_cta input {
    float: right;
    margin: 0;
    width: 290px;
    border-radius: 0 2px 2px 0;
    padding: 40px 30px;
    font-size: 16px;
}

.schnellanalyse_body_wrapper .body_navi {
    padding: 10px 0 20px 200px;
}

.schnellanalyse_body_wrapper .body_navi .toggle {
    float: left;
    background: white;
    padding: 5px 10px;
    color: #1480C3;
    border-radius: 2px;
    margin-right: 10px;
    text-align: center;
    cursor: pointer;
}

.schnellanalyse_body_wrapper .body_navi .toggle:active {
    background: #fafafa;
    top: 1px;
    position: relative;
}

.schnellanalyse_wrapper .main_buttons {
    margin-top: 20px;
    padding: 0;
}

.detailauswertung .standard_comment label {
    float: left;
    width: 170px;
    font-size: 13px;
    text-align: right;
    padding-right: 10px;
    padding-top: 10px;
}

.detailauswertung .standard_comment input[type=email],
.detailauswertung .standard_comment input[type=text] {
    width: 250px;
}

.detailauswertung_box .standard_comment .error {
    border: 1px solid red;
    background: rgba(255, 0, 0, 0.1);
}

.detailauswertung .standard_comment select {
    width: 250px;
}

table.schnellanalyse_values_summary {
    border: 1px solid #ccc;
    position: absolute;
    right: 20px;
}

table.schnellanalyse_values_summary th {
    text-align: left;
    font-weight: normal;
    font-size: 13px;
    padding: 3px 20px 3px 5px;
}

table.schnellanalyse_values_summary td {
    width: 200px;
    padding: 3px 0;
}

table.schnellanalyse_values_summary tr:nth-child(odd) td,
table.schnellanalyse_values_summary tr:nth-child(odd) th {
    background: white;
}

table.schnellanalyse_values_summary span.balken {
    float: left;
    height: 10px;
    width: 20px;
    background: #0A4F7A;
    margin-right: 2px;
}

.redactor_box {
    position: relative;
    overflow: visible;
    background: #fff;
    border: 1px solid #ccc;
    width: 500px;
}

.redactor_toolbar:after {
    content: "";
    display: none;
    clear: none;
}

.bigbluebtn {
    background: #1480C3;
    padding: 15px 30px;
    text-align: center;
    color: white;
    font-size: 14px;
    font-weight: normal;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    border: none;
    cursor: pointer;
    outline: none;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 50px;
}

.bigbluebtn:hover {
    background: #229ce8;
}

.overlay_bg {
    position: fixed;
    background: rgba(0, 0, 0, 0.1);
    height: 100%;
    width: 100%;
    z-index: 30;
    top: 0;
    left: 0;
    backdrop-filter: blur(5px);
}

.detailauswertung_box,
.preview_info_box {
    background: white;
    line-height: 120%;
}

.detailauswertung_box a,
.preview_info_box a {
    color: #1480C3;
}

.detailauswertung_box .inner,
.preview_info_box .inner {
    padding: 50px;
}

.detailauswertung_box .inner h2,
.preview_info_box .inner h2 {
    color: #1480C3;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 26px;
    padding: 0 0 20px 0;
}

.detailauswertung_box .inner p,
.preview_info_box .inner p {
    font-size: 14px;
    padding: 0 0 10px 0;
    color: #666;
    line-height: 2;
}

.detailauswertung_box .inner input[type=submit],
.preview_info_box .inner input[type=submit] {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 20px;
    margin-top: 20px;
}

.detailauswertung_box {
    font-size: 14px;
    line-height: 120%;
    border: none;
    border-radius: 15px;
    min-height: 500px;
}

.detailauswertung_box label {
    display: block;
    padding: 10px 0 3px 0;
}

.detailauswertung_box select {
    width: 338px;
    border: 1px solid #CCCCCC;
    font-size: 13px;
    height: 110px;
    outline: none;
}

.detailauswertung_box select:focus {
    border-color: #0C527E;
}

.circle {
    background-color: transparent;
    border: 5px solid #1480C3;
    opacity: .9;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-radius: 50px;
    box-shadow: 0 0 35px #1480C3;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    -moz-animation: spinPulse 1s infinite ease-in-out;
    -webkit-animation: spinPulse 1s infinite linear;
}

.circle1 {
    background-color: transparent;
    border: 5px solid #1480C3;
    opacity: .9;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-radius: 50px;
    box-shadow: 0 0 15px #1480C3;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    position: relative;
    top: -80px;
    -moz-animation: spinoffPulse 1s infinite linear;
    -webkit-animation: spinoffPulse 1s infinite linear;
}

@-moz-keyframes spinPulse {
    0% {
        -moz-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #1480C3;
    }

    50% {
        -moz-transform: rotate(145deg);
        opacity: 1;
    }

    100% {
        -moz-transform: rotate(-320deg);
        opacity: 0;
    }
}

@-moz-keyframes spinoffPulse {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spinPulse {
    0% {
        -webkit-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #1480C3;
    }

    50% {
        -webkit-transform: rotate(145deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: rotate(-320deg);
        opacity: 0;
    }
}

@-webkit-keyframes spinoffPulse {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.hexa_container_wrapper {
    height: 760px;
    background: white;
}

.hexa_container {
    padding: 0;
    margin: 0;
    position: relative;
    *zoom: 1;
}

.hexa_container:before,
.hexa_container:after {
    display: table;
    content: "";
    line-height: 0;
}

.hexa_container:after {
    clear: both;
}

.hexa {
    display: block;
    height: 300px;
    width: 300px;
    position: absolute;
    background: transparent;
    text-align: center;
}

.hexa .icon {
    padding: 30px 0 0 0;
    margin-bottom: -20px;
}

.hexa p {
    font-size: 13px;
    line-height: 1.3;
    padding: 0 40px;
}

.hexa p.hexaline {
    padding: 0 0 10px 0;
    font-size: 17px;
    font-weight: bold;
}

.hexa7 p.hexaline {
    padding-top: 30px;
    font-size: 19px;
}

.hexa:hover .hexafront {
    -webkit-transform: translateZ(-1px) rotateY(180deg);
    -moz-transform: translateZ(-1px) rotateY(180deg);
    opacity: 0;
}

.hexa:hover .hexaback {
    -webkit-transform: translateZ(1px) rotateY(0deg);
    -moz-transform: translateZ(1px) rotateY(0deg);
}

.hexa .hexafront {
    display: block;
    height: 300px;
    width: 300px;
    position: relative;
    background: url(/plugins/schnellanalyse/img/hexa.png) 50% 50% no-repeat transparent;
    background-size: contain;
    -webkit-transition: all 600ms;
    -moz-transition: all 600ms;
    transition: all 600ms;
    position: absolute;
    top: 0;
    -webkit-transform: translateZ(1px) rotateY(0deg);
    -moz-transform: translateZ(1px) rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    /*-webkit-backface-visibility: hidden;*/
    /*-moz-backface-visibility: hidden;*/
    z-index: 9;
}

.hexa .hexaback {
    display: block;
    height: 300px;
    width: 300px;
    color: white;
    position: relative;
    background: url(/plugins/schnellanalyse/img/heaxa_hover.png) 50% 50% no-repeat transparent;
    background-size: contain;
    -webkit-transition: all 600ms;
    -moz-transition: all 600ms;
    transition: all 600ms;
    position: absolute;
    top: 0;
    -webkit-transform: translateZ(-1px) rotateY(-180deg);
    -moz-transform: translateZ(-1px) rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    z-index: 8;
    opacity: 1;
}

.hexa7 .hexafront {
    background: url(/plugins/schnellanalyse/img/hexagon_mitte.png) 50% 50% no-repeat transparent;
    background-size: contain;
}

.hexa7 .hexaback {
    background: url(/plugins/schnellanalyse/img/hexagon_mitte_hover.png) 50% 50% no-repeat transparent;
    background-size: contain;
}

.hexa1 {
    left: 150px;
    top: 0;
}

.hexa2 {
    left: 414px;
    top: 0;
}

.hexa3 {
    left: 18px;
    top: 230px;
}

.hexa4 {
    left: 546px;
    top: 230px;
}

.hexa5 {
    left: 150px;
    top: 459px;
}

.hexa6 {
    left: 414px;
    top: 459px;
}

.hexa7 {
    left: 283px;
    top: 229px;
    color: white;
}

.text-right {
    text-align: right;
}

.logo-img {
    max-width: 12%;
    margin-bottom: 20px;
}

.img-responsive {
    max-width: 100%;
}

/* Mittlere Monitore */
@media only screen and (max-width: 1140px) {
    .schnellanalyse_body_wrapper > div {
        width: auto;
        padding: 20px 0px 0 0px;
    }

    .schnellanalyse_wrapper .col.col33 {
        width: 30%;
        margin-right: 1.5%;
    }

    .schnellanalyse_wrapper .col.col33.last {
        margin-right: 0;
        width: 30%;
    }

    .schnellanalyse_body_wrapper .details_cta {
        width: auto;
    }

    .schnellanalyse_wrapper .col.col20 {
        width: 20%;
    }

    .schnellanalyse_wrapper .col.col80 {
        width: 79.5%;
    }
}

.visible-sm {
    display: none;
}

/* Mittlere Monitore */
@media only screen and (max-width: 980px) {
    .visible-sm {
        display: block;
    }

    .logo-img {
        max-width: 20%;
    }

    html, body {
        overflow-x: hidden;
    }

    .schnellanalyse_body_wrapper {
        padding-bottom: 20px;
    }

    .schnellanalyse_body_wrapper > div {
        width: auto;
        padding: 20px;
    }

    .schnellanalyse_body_wrapper .details_cta .arr,
    .schnellanalyse_wrapper .cta_more_infos .arr,
    .schnellanalyse_body_wrapper .body_navi {
        display: none;
    }

    .schnellanalyse_wrapper .col.col33.last,
    .schnellanalyse_wrapper .col.col33 {
        width: 100%;
        float: none;
        margin-top: 20px;
    }

    .schnellanalyse_body_wrapper .details_cta p,
    .schnellanalyse_body_wrapper .details_cta {
        width: auto;
    }

    .schnellanalyse_body_wrapper .details_cta {
        width: auto;
        box-shadow: none;
        display: block;
        float: none;
    }

    .schnellanalyse_wrapper .col.col20 {
        width: 100%;
        float: none;
    }

    .schnellanalyse_wrapper .col.col80 {
        width: 100%;
        float: none;
    }

    .schnellanalyse_wrapper .cta_more_infos {
        width: auto;
    }

    .schnellanalyse_wrapper .cta_more_infos .col66 {
        width: 100%;
        margin-right: 0;
        float: none;
    }

    .schnellanalyse_wrapper .cta_more_infos .more {
        padding-top: 0;
    }

    .schnellanalyse_body_wrapper .details_cta input {
        float: none;
        margin: 0 auto;
        width: 80%;
        border-radius: 0 2px 2px 0;
        padding: 10px;
        font-size: 20px;
        display: inherit;
    }

    .sub_content.c_tab1 img,
    .sub_content.c_tab2 img {
        max-width: 100%;
    }

    .schnellanalyse_wrapper .c_tab4_chart_wrapper {
        float: none;
        width: 100%;
        min-height: 0;
        height: auto;
    }

    #c_tab4_chart {
        max-width: 100% !important;
        width: 100% !important;
        height: 250px !important;
    }

    .schnellanalyse_wrapper .main_content_box .barriere .header .title img {
        display: inline-block;
        float: none;
        margin: 0;
        width: 25%;
    }

    table.massnahmenliste.massnahmenliste_item p.titel {
        padding-right: 0 !important;
    }

    .schnellanalyse_wrapper .main_content_box .barriere .header .title {
        padding: 10px 10px 0 10px;
        float: none;
        width: auto;
        min-height: 0;
        background: white;
        text-align: center;
    }

    .schnellanalyse_wrapper .main_content_box .barriere .header .title h3 {
        font-size: 20px;
    }

    .schnellanalyse_wrapper .main_content_box .barriere .header .short {
        float: none;
        width: auto;
        min-height: 0;
        padding: 0 10px;
        position: relative;
        text-align: center;
        font-size: 15px;
    }

    .schnellanalyse_wrapper .cta_more {
        display: block;
        position: static;
        bottom: 0;
        margin-top: 10px;
    }

    .schnellanalyse_body_wrapper .innovatorenprofil_table table .row3 span {
        display: block;
        background: #E0E0E0;
        height: 13px;
        width: 15%;
    }

    .schnellanalyse_body_wrapper .innovatorenprofil_table table .row3 .right span {
        float: left;
        margin: 0 0 0 1px;
    }

    .schnellanalyse_body_wrapper .innovatorenprofil_table table .row3 .left span {
        float: right;
        margin: 0 1px 0 0;
    }

    .preview_info_box img {
        max-width: 100%;
    }

    .schnellanalyse_wrapper ul.tab_navi li {
        background: #f5f5f5;
        padding: 10px;
        border-bottom: none;
        cursor: pointer;
        float: left;
        margin-right: 10px;
        border-radius: 3px 3px 0 0;
        margin-bottom: -1px;
    }

    .schnellanalyse_wrapper ul.tab_navi {
        list-style: none;
        border-bottom: 1px solid #094e79;
    }

    .schnellanalyse_wrapper ul.tab_navi::after {
        content: " ";
        clear: both;
        display: block;
    }

    .schnellanalyse_wrapper ul.tab_navi li:hover:not(.blurred) {
        background: white;
    }

    .schnellanalyse_wrapper ul.tab_navi li:hover:not(.blurred), .schnellanalyse_wrapper ul.tab_navi li.active {
        border-bottom: 1px solid white !important;
    }

    .schnellanalyse_wrapper ul.tab_navi li.active {
        border: 1px solid #094e79;
        background: white;
        color: #333;
        border-bottom: 1px solid white !important;
    }

}

@media only screen and (max-width: 640px) {

    .schnellanalyse_wrapper .main_content_box .barriere .header .subcta {
        float: none;
        width: auto;
        display: block;
        position: relative;
        padding: 0 30px 20px 30px;
        text-align: center;
    }


    .logo-img {
        max-width: 25%;
    }

    .schnellanalyse_body_wrapper .innovatorenprofil_table {

        padding: 5px;
    }

    div.indikatoren .visible-sm {
        display: none !Important;
    }

    .schnellanalyse_body_wrapper .innovatorenprofil_table table .row1 th {
        width: 30%;
    }

    .schnellanalyse_body_wrapper .innovatorenprofil_table table .row1 .middle {
        width: 40%;
    }

    .schnellanalyse_body_wrapper .innovatorenprofil_table table .row1 th {
        font-size: 10px;
    }

    .schnellanalyse_body_wrapper .innovatorenprofil_table table .row1 .middle {
        font-size: 10px;
    }

    .schnellanalyse_body_wrapper .innovatorenprofil_table table .row3 .left {
        padding-top: 2px;
    }

    .schnellanalyse_body_wrapper .innovatorenprofil_table table .row3 th {
        width: 30%;
        font-size: 10px;
        word-break: normal;
        line-height: 1;
        padding-top: 0px;
        margin-top: 0;
        height: auto;
        padding-bottom: 20px;
        vertical-align: middle;
    }
}


/*paulverride*/

@media only screen and (min-width: 800px) {

	.schnellanalyse_wrapper .col .boxed h3 {
		font-size: 1.4em;
		font-weight:400;
	}

	.schnellanalyse_wrapper .col .boxed img {
		width: 72px;
	}

	.boxed {
		border-radius: 4px;
		transition-duration: 400ms;
	}

	.boxed:hover {
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
		transform: scale(1.05);
	}

	.barriere {
		margin-bottom: 20px;
		transition-duration: 400ms;
		cursor: pointer;
	}

	.schnellanalyse_wrapper .col.col80 {
	border: 3px solid #e2e2e2;
	border-radius: 10px;
	width: 84%;
	}

	.schnellanalyse_wrapper .col.col20 {
		width: 15%;
	}

	.main_content_box h3 {
		padding-bottom: 10px;
	}

	.schnellanalyse_wrapper ul.tab_navi li.active {
		background: transparent;
	}

	.body.ergebnis  {
		margin-top: 40px;
	}

}

.big_char {
    font-size: 77px;
    text-align: right;
}
div.curve_chart {
	width:400px;
	height:120px;
}
.self_marker {
    height: 73%;
    position: absolute;
    width: 60px;
    border-left: red 3px solid;
    z-index: 1000;
    top: 0px;
    line-height: 13px;
    color: red;
    padding-left: 5px;
    font-size: 10px;
}
.container_box {
	position:relative;
	width:400px;
}
.container_box::after {
	content: "Verteilung aller Teilnehmer";
	position: absolute;
	bottom: 45px;
	left: 4px;
	font-size: 10px;
	color: #555;	
}
.lang_2 .container_box::after {
	content: "Distribution of all participants";
}
.level3_results {
	margin-top:80px;
}
.level3_results:nth-child(1), .level3_results:nth-child(2) {
	margin-top:0px;
}

.level3_results > p {
	height:130px;
	line-height: 18px;	
}
@media only screen and (max-width: 980px) {
	.level3_results > p {
		height:unset;
	}
	.level3_results {
		margin-top:0px !important;
		margin-bottom:20px;
	}
}

.level1_results .container_box, .level2_results .container_box {
	margin-top:25px;
}
.sub_content.c_tab6 .card-content > h4, .sub_content.c_tab6 .level2_section > h5 {
	margin-bottom:32px;
}
.header_level1 .col {
	text-align:center;
}
.header_results {
	height:145px;
	line-height: 17px;	
}
a.header_details_link.active::after {
    content: "▼";
    position: relative;
    display: block;
    text-align: center;
    font-size: 32px;
    top: -7px;
}
.comparative_header {
	margin-bottom: -25px;	
}
.openDetailsLink::before {
	content: "🛈";
	font-size: 24px;
	margin-right: 6px;
	position: relative;
	top: 2px;
}
.header_barcharts {
	margin-bottom: 4px;
	height:100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.header_barchart {
	width:25px;
	background-color:orange;
	margin-left:10px;
	float:left;
	position:relative;
	bottom:0;
}
.header_barchart:nth-child(1) {
	margin-left:0;
}
.header_barchart_desc {
    position: absolute;
    width: 50px;
    font-size: 12px;
    line-height: 15px;
	bottom:0;
}
.header_barchart_desc.algnright {
    text-align: right;
	left: -57px;	
}
.header_barchart_desc.algnleft {
    text-align: left;
	right: -57px;
}
.total_column {
	text-align:center;
}
.total_column .header_barcharts {
	margin-left:44px;
}
.header_results .header_barcharts {
	margin-left:44px;
}
.sub_content.c_tab6 {
	margin-top: -44px;
}
.horizontal_chart::after {
    content: "Ihr Ergebnis";
    font-size: 9px;
    position: absolute;
    left: 43px;
    width: 100px;
}
.lang_2 .horizontal_chart::after {
    content: "Your result";
}
.horizontal_chart.notext::after {
    content: "";
}
.horizontal_chart {
    height: 30px;
    background-color: orange;
    position: relative;
    padding-left: 6px;
    line-height: 29px;
	margin-top:15px;
}
.horizontal_chart.question_level {
	margin-top:-10px;
}
.header_results .header_barcharts {
	margin-left:0;
	justify-content: center;
}
.header_barcharts.noentry {
	font-size:11px;
}
#sofort_email {
	padding:10px;
	font-size:18px;
	color:#555;
	width: 330px;
}
#sofort_submit {
    color: #555;
    height: 32px;
    margin-left: 10px;
    font-size: 16px;
    width: 148px;	
	margin-bottom: 28px;
	margin-top: 18px;
}
.horc_desc {
    position: absolute;
    right: -108px;
    top: 1px;
    font-size: 12pt;
    width: 100px;
    color:#f9a71f;
}
.alright {
    text-align:right;
    padding-top:5px !important;
    padding-right:0 !important;
}
.posrel {
    position: relative;
}
.horizontal_chart.notext {
    margin-top:0;
}
div.projects-berichtsauto {
    background:none !important;
    margin-top: -70px;
}
div.projects-berichtsauto > .schnellanalyse_wrapper {
    background:none !important;
    border:none !important;
}
div.berichtsauto_main {
    background-color:#e9e9e9;
    padding-top: 25px;
}
h5.berichtsauto_heading {
    font-weight:bold;
    font-size:20px;
    margin-bottom:25px;
}
div.ba_question {
    padding: 3px 330px 4px 20px;
    background-color: #f9a71f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
div.ba_question.questionMark {
    background: url(../img/berichtsauto_question.png) no-repeat 20px center;
}
div.ba_question > h5 {
    font-weight:bold;
    font-size:19px;
    color:white;
    line-height: 25px;
}
div.additional {
    margin-left: 35px;
    color: #888;
    margin-top: 7px;
    font-size: 12px;    
}
div.row.ba_answer {
    margin-bottom:10px;
}
.ba_answer > div.alright {
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    padding: 0 !important;
    min-height:30px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
    justify-content: flex-end;
    
}
.vert_al {
    display:inline-block;
    vertical-align:middle;
}
div.subq {
    padding-left: 66px;
    margin-bottom: 21px;
    font-size: 20px;
    font-weight: bold;
    border-top: 1px solid #aaa;
    padding-top: 26px;    
}

div.question_buffer {
    margin-bottom:23px;
}

.circle_diagram {
    float: left;
    margin-right: 9px;
    transform: scale(0.9);
}

.ba_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.descr_row {
    overflow:hidden;
    margin-bottom:20px;
    width:80%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ba_question_nr {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 57px;
    background: white;
    font-size: 23pt;
    font-weight: bolder;
    letter-spacing: -2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    padding: 22px 23px 22px 21px;
    margin-right: 30px;
}

.visible_when_accepted {
    padding-left: 34px;
}

.header_img_wrapper {
    position: relative;
}

.header_img_wrapper .switchbutton_detail {
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: -225px;
    width: 450px;
    font-size: 23px;
    padding: 10px;
    bottom: 20px;
}

@media only screen and (max-width: 640px) {
	.big_char {
		line-height: 150px;
		position: relative;
		left: 15px !important;
		font-size: 41px !important;
		bottom: -19px;
		color: #666;
	}

	.header_barchart {
		min-width: 25px;
	}
	
	.header_barchart:nth-child(1) {
		margin-left: -7px;
	}

	.header_barchart:nth-child(2) .header_barchart_desc {
		margin-bottom: 14px;
	}
	
	.header_barchart_desc {
		font-size: 9px;
		line-height: 12px;
	}
	.header_barchart_desc.algnleft {
		right: -52px;
	}
	.header_barchart_desc.algnright {
		left: -52px;
	}

	.header_results {
		height: 170px;
		font-size: 10px;
		line-height: 13px;
	}

	.level1_text {
		margin-top: 34px;
	}
	.horizontal_chart.question_level {
		margin-top: 15px;
	}
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #999;
}
.standard_comment {
    position: relative;
}
.standard_comment textarea, .standard_comment input[type=text], .standard_comment input[type=email], .additional_comment textarea {
    border: 1px solid #ccc;
    padding: 13px 10px 13px 50px;
    font-size: 15px;
    width: 100%;
    height: auto;
    color: #666;
    border-radius: 3px;
}
.standard_comment i.fa {
    position: absolute;
    left: 17px;
    top: 10px;
    font-size: 1.5em;
    color: #aaa;
}

#schnellanalyse_gate h1 {
    color: white;
    font-size: 1.3em !important;
    line-height: 1.5em;
    font-weight: 100 !important;
}

#footer a {
    color: #ffffff4d !important;
    font-size: 11px !important;
    text-decoration: none;
}
.squaredTwo label:after {
    border: 3px solid #0A6C26 !important;
    border-top: none !important;
    border-right: none !important;
    left: 5px;
}

div#footer {
      padding: 10px !important;
  }

.profile_buttons {
    text-align: right;
}
.profile_buttons  .btn.btn-primary {
    background: #006dae !important;
    color: white;
    border: none;
    padding: 15px 5px 15px 20px;
    font-size: 14px;
    border-radius: 50px 0 0 50px;
    cursor: pointer;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
    text-decoration: none;
}
.profile_buttons  .btn.btn-primary.flx {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    word-break: break-all;
}
.profile_buttons .btn.btn-primary:hover {
    background: #0086d6 !important;
}

.massnahmenliste.massnahmenliste_item_wrapper.green {
     overflow: hidden;
     border-radius: 10px;
     border-top: 1px solid #00da00;
     border-bottom: 1px solid #00da00;
     background: white;
     border-right: 5px solid #00da00;
     border-left: 5px solid #00da00;
     margin-top: 20px;
 }
.massnahmenliste.massnahmenliste_item_wrapper.yellow {
     overflow: hidden;
     border-radius: 10px;
     border-top: 1px solid #ffdf00;
     border-bottom: 1px solid #ffdf00;
     background: white;
     border-right: 5px solid #ffdf00;
     border-left: 5px solid #ffdf00;
     margin-top: 20px;
 }
.massnahmenliste.massnahmenliste_item_wrapper.red {
     overflow: hidden;
     border-radius: 10px;
     border-top: 1px solid #ff0000;
     border-bottom: 1px solid #ff0000;
     background: white;
     border-right: 5px solid #ff0000;
     border-left: 5px solid #ff0000;
     margin-top: 20px;
 }

button.bigbluebtn.setup_publishing.success {
    background: #21cd21 !important;
    transition: all 300ms;
}

#publish_modal {
    position: absolute;
    width: 700px;
    background: white;
    top: 10%;
    left: 50%;
    margin-left: -350px;
    border-radius: 25px;
    box-shadow: 0 0 30px rgb(0 0 0 / 30%);
    padding: 50px;
    z-index: 100;
}

#req_url_prefix {
    position: absolute;
    left: 50px;
    font-size: 15px;
    top: 18px;
}

#req_url {
    padding-left: 230px;
    border: 2px solid #ccc;
}

.success #req_url {
    border: 2px solid #21cd21;
    background: #f1fff1;
    color: green;
}

.success  i.fa {
    color: green;
}

.error #req_url {
    border: 2px solid red;
    background: #ff00001c;
    color: red;
}

.error  i.fa {
    color: red;
}
#publish_modal h3 {
    line-height: 1.5em;
    font-weight: 100;
}
#publish_modal h4 {
    line-height: 1.5em;
    font-weight: 100;
    font-size: 0.9em;
}
.alert.alert-danger {
    color: red;
    font-size: 13px;
}

.alert.alert-success {
    border: 1px solid #21cd21;
    margin: 0 0 10px 0;
    padding: 10px 15px;
    border-radius: 5px;
    border-left-width: 5px;
    border-right-width: 5px;
    color: #21cd21;
    font-size: 13px;
    background: #f1fff1;
}

textarea.compliance_snipped {
    font-family: monospace !important;
    font-size: 10px;
    width: 100%;
    height: 110px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

div.link_snippet {
    text-align: center;
    padding: 15px 0px;
    font-size: 16px;
    background: rgb(229 93 3);
    border: none;
    color: white;
    border-radius: 36px;
    overflow: hidden;
    font-family: monospace !important;
}
div.link_snippet a {
    color: white;
    text-decoration: none !important;
    font-family: monospace !important;
    font-size: 12px;
}

div.link_snippet .badge-white {
    background: #ffffff55;
    padding: 3px 5px;
    border-radius: 5px;
    font-size: 10px;
    cursor: pointer;
}

div.link_snippet .badge-white:hover {
    background: #ffffffaa;
}
button.bigbluebtn.setup_publishing[disabled] {
    background: gray !important;
    opacity: 0.3;
}

i.close_publish_modal {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #999;
    font-size: 1.2em;
    cursor: pointer;
}

#company_title {
    position: absolute;
    color: white;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.5em;
    top: 40%;
    text-transform: uppercase;
    letter-spacing: 1px;
    max-width: 450px;
    font-weight: 100;
    line-height: 1.1em;
}

#big_cta {
    background: #ff6600;
    color: white;
    font-size: 0.9em;
    padding: 15px 0;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    display: block;
    margin-top: 17px;
}

.bigorangebtn {
    background: #ff6600;
    color: white !important;
    padding: 10px 20px;
    text-align: center;
    display: inline-block;
    position: static;
    text-decoration: none;
    border-radius: 50px;
}


@media screen and (max-width:450px) {
    #schnellanalyse_gate h1 {
        font-size: 1em !important;
    }
    .detailauswertung_box .inner, .preview_info_box .inner {
        padding: 20px;
    }
}

