.display-banner-no-phone {
    display: none;
}

.display-banner-alternative-number {
    display: none;
}

.display-banner-no-mail {
    display: none;
}

/* !
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */
@font-face{
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -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: 1em;
}

.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.85714286em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin{
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin{
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,

:root .fa-rotate-180,

:root .fa-rotate-270,

:root .fa-flip-horizontal,

:root .fa-flip-vertical {
    filter: none;
}

.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: #fff;
}

.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-remove:before,

.fa-close:before,

.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";
    color: #ffffff;
}

.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,

.fa-bar-chart: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-f:before,

.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-feed:before,

.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,

.fa-gratipay: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-pp: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-buoy: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-resistance: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-y-combinator-square:before,

.fa-yc-square:before,

.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";
}

.fa-soccer-ball-o:before,

.fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before,

.fa-sheqel:before,

.fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before,

.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before,

.fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-yc:before,

.fa-y-combinator:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before,

.fa-battery:before,

.fa-battery-full:before {
    content: "\f240";
}

.fa-battery-3:before,

.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before,

.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before,

.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before,

.fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before,

.fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before,

.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before,

.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before,

.fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-stop-o:before,

.fa-hand-paper-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-tv:before,

.fa-television:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-edge:before {
    content: "\f282";
}

.fa-credit-card-alt:before {
    content: "\f283";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-modx:before {
    content: "\f285";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-usb:before {
    content: "\f287";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-pause-circle-o:before {
    content: "\f28c";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stop-circle-o:before {
    content: "\f28e";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-percent:before {
    content: "\f295";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-envira:before {
    content: "\f299";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-wheelchair-alt:before {
    content: "\f29b";
}

.fa-question-circle-o:before {
    content: "\f29c";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-volume-control-phone:before {
    content: "\f2a0";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asl-interpreting:before,

.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-deafness:before,

.fa-hard-of-hearing:before,

.fa-deaf:before {
    content: "\f2a4";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-signing:before,

.fa-sign-language:before {
    content: "\f2a7";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-google-plus-circle:before,

.fa-google-plus-official:before {
    content: "\f2b3";
}

.fa-fa:before,

.fa-font-awesome:before {
    content: "\f2b4";
}

.fa-handshake-o:before {
    content: "\f2b5";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-open-o:before {
    content: "\f2b7";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-book-o:before {
    content: "\f2ba";
}

.fa-vcard:before,

.fa-address-card:before {
    content: "\f2bb";
}

.fa-vcard-o:before,

.fa-address-card-o:before {
    content: "\f2bc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-circle-o:before {
    content: "\f2be";
}

.fa-user-o:before {
    content: "\f2c0";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-drivers-license:before,

.fa-id-card:before {
    content: "\f2c2";
}

.fa-drivers-license-o:before,

.fa-id-card-o:before {
    content: "\f2c3";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-thermometer-4:before,

.fa-thermometer:before,

.fa-thermometer-full:before {
    content: "\f2c7";
}

.fa-thermometer-3:before,

.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-thermometer-2:before,

.fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-1:before,

.fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-0:before,

.fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-bathtub:before,

.fa-s15:before,

.fa-bath:before {
    content: "\f2cd";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-times-rectangle:before,

.fa-window-close:before {
    content: "\f2d3";
}

.fa-times-rectangle-o:before,

.fa-window-close-o:before {
    content: "\f2d4";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-eercast:before {
    content: "\f2da";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-snowflake-o:before {
    content: "\f2dc";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-meetup:before {
    content: "\f2e0";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,

.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

/* !
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
/* !
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=9168d23ac718a66ef75faaefc1e7dabe)
 * Config saved to config.json and https://gist.github.com/9168d23ac718a66ef75faaefc1e7dabe */
/* !
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
/* ! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden !important;
    max-width: 100%;
    margin: 0px !important;
    scroll-behavior: smooth;
}

body {
    margin: 0px !important;
    max-width: 100%;
    overflow-x: hidden !important;
  
}

article,

aside,

details,

figcaption,

figure,

footer,

header,

hgroup,

main,

menu,

nav,

section,


audio,

canvas,

progress,

video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],

template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,

a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

/* b,
strong {
    font-weight: bold;
    margin-left: 1px;
} */
dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,

sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: visible;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,

kbd,

pre,

samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,

input,

optgroup,

select,

textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,

select {
    text-transform: none;
}

button,

html input[type="button"],

input[type="reset"],

input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],

html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],

input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,

input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,

th {
    padding: 0;
}

/* ! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print{
    *,

    *:before,

    *:after {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,

    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,

    a[href^="javascript:"]:after {
        content: "";
    }

    pre,

    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,

    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,

    h2,

    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,

    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn>.caret,

    .dropup>.btn>.caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,

    .table th {
        background-color: #fff !important;
    }

    .table-bordered th,

    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,

*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

input,

button,

select,

textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #475766;
    text-decoration: none;
}

a:hover,

a:focus {
    color: #475766;
    text-decoration: none;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    border-radius: 10px;
    vertical-align: middle;
}

.img-responsive,

.thumbnail>img,

.thumbnail a>img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,

.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

h1,

h2,

h3,

h4,

h5,

h6,

.h1,

.h2,

.h3,

.h4,

.h5,

.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1 small,

h2 small,

h3 small,

h4 small,

h5 small,

h6 small,

.h1 small,

.h2 small,

.h3 small,

.h4 small,

.h5 small,

.h6 small,

h1 .small,

h2 .small,

h3 .small,

h4 .small,

h5 .small,

h6 .small,

.h1 .small,

.h2 .small,

.h3 .small,

.h4 .small,

.h5 .small,

.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777;
}

h1,

.h1,

h2,

.h2,

h3,

.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 small,

.h1 small,

h2 small,

.h2 small,

h3 small,

.h3 small,

h1 .small,

.h1 .small,

h2 .small,

.h2 .small,

h3 .small,

.h3 .small {
    font-size: 65%;
}

h4,

.h4,

h5,

.h5,

h6,

.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 small,

.h4 small,

h5 small,

.h5 small,

h6 small,

.h6 small,

h4 .small,

.h4 .small,

h5 .small,

.h5 .small,

h6 .small,

.h6 .small {
    font-size: 75%;
}

h1,

.h1 {
    font-size: 36px;
}

h2,

.h2 {
    font-size: 30px;
}

h3,

.h3 {
    font-size: 24px;
}

h4,

.h4 {
    font-size: 18px;
}

h5,

.h5 {
    font-size: 14px;
}

h6,

.h6 {
    font-size: 12px;
}

p {
    margin: 0 0 0px;
    padding-top: 1px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width:768px){
    .lead {
        font-size: 21px;
    }
}

small,

.small {
    font-size: 85%;
}

mark,

.mark {
    background-color: #fcf8e3;
    padding: .2em;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #337ab7;
}

a.text-primary:hover,

a.text-primary:focus {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover,

a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover,

a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover,

a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover,

a.text-danger:focus {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #337ab7;
}

a.bg-primary:hover,

a.bg-primary:focus {
    background-color: #286090;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover,

a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover,

a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover,

a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover,

a.bg-danger:focus {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

ul,

ol {
    margin-top: 0;
    margin-bottom: 10px;
}

ul ul,

ol ul,

ul ol,

ol ol {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,

dd {
    line-height: 1.42857143;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

@media (min-width:1200px){
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],

abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

blockquote p:last-child,

blockquote ul:last-child,

blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote footer,

blockquote small,

blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
}

blockquote footer:before,

blockquote small:before,

blockquote .small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse,

blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right;
}

.blockquote-reverse footer:before,

blockquote.pull-right footer:before,

.blockquote-reverse small:before,

blockquote.pull-right small:before,

.blockquote-reverse .small:before,

blockquote.pull-right .small:before {
    content: '';
}

.blockquote-reverse footer:after,

blockquote.pull-right footer:after,

.blockquote-reverse small:after,

blockquote.pull-right small:after,

.blockquote-reverse .small:after,

blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

.container {
    /* margin-right: auto */
    /* margin-left: auto */
    /* padding-left: 15px */
    /* padding-right: 15px */
}

@media (min-width:768px){
    .container {
        width: 750px;
    }
}

@media (min-width:992px){
    .container {
        width: 970px;
    }
}

@media (min-width:1200px){
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-xs-1,

.col-sm-1,

.col-md-1,

.col-lg-1,

.col-xs-2,

.col-sm-2,

.col-md-2,

.col-lg-2,

.col-xs-3,

.col-sm-3,

.col-md-3,

.col-lg-3,

.col-xs-4,

.col-sm-4,

.col-md-4,

.col-lg-4,

.col-xs-5,

.col-sm-5,

.col-md-5,

.col-lg-5,

.col-xs-6,

.col-sm-6,

.col-md-6,

.col-lg-6,

.col-xs-7,

.col-sm-7,

.col-md-7,

.col-lg-7,

.col-xs-8,

.col-sm-8,

.col-md-8,

.col-lg-8,

.col-xs-9,

.col-sm-9,

.col-md-9,

.col-lg-9,

.col-xs-10,

.col-sm-10,

.col-md-10,

.col-lg-10,

.col-xs-11,

.col-sm-11,

.col-md-11,

.col-lg-11,

.col-xs-12,

.col-sm-12,

.col-md-12,

.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,

.col-xs-2,

.col-xs-3,

.col-xs-4,

.col-xs-5,

.col-xs-6,

.col-xs-7,

.col-xs-8,

.col-xs-9,

.col-xs-10,

.col-xs-11,

.col-xs-12 {
    float: left;
}



.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width:768px){
    .col-sm-1,

    .col-sm-2,

    .col-sm-3,

    .col-sm-4,

    .col-sm-5,

    .col-sm-6,

    .col-sm-7,

    .col-sm-8,

    .col-sm-9,

    .col-sm-10,

    .col-sm-11,

    .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:992px){
    .col-md-1,

    .col-md-2,

    .col-md-3,

    .col-md-4,

    .col-md-5,

    .col-md-6,

    .col-md-7,

    .col-md-8,

    .col-md-9,

    .col-md-10,

    .col-md-11,

    .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;

        /* padding: 3% !important */
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:1200px){
    .col-lg-1,

    .col-lg-2,

    .col-lg-3,

    .col-lg-4,

    .col-lg-5,

    .col-lg-6,

    .col-lg-7,

    .col-lg-8,

    .col-lg-9,

    .col-lg-10,

    .col-lg-11,

    .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table>thead>tr>th,

.table>tbody>tr>th,

.table>tfoot>tr>th,

.table>thead>tr>td,

.table>tbody>tr>td,

.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table>caption+thead>tr:first-child>th,

.table>colgroup+thead>tr:first-child>th,

.table>thead:first-child>tr:first-child>th,

.table>caption+thead>tr:first-child>td,

.table>colgroup+thead>tr:first-child>td,

.table>thead:first-child>tr:first-child>td {
    border-top: 0;
}

.table>tbody+tbody {
    border-top: 2px solid #ddd;
}

.table .table {
    background-color: #fff;
}

.table-condensed>thead>tr>th,

.table-condensed>tbody>tr>th,

.table-condensed>tfoot>tr>th,

.table-condensed>thead>tr>td,

.table-condensed>tbody>tr>td,

.table-condensed>tfoot>tr>td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,

.table-bordered>tbody>tr>th,

.table-bordered>tfoot>tr>th,

.table-bordered>thead>tr>td,

.table-bordered>tbody>tr>td,

.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,

.table-bordered>thead>tr>td {
    border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],

table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table>thead>tr>td.active,

.table>tbody>tr>td.active,

.table>tfoot>tr>td.active,

.table>thead>tr>th.active,

.table>tbody>tr>th.active,

.table>tfoot>tr>th.active,

.table>thead>tr.active>td,

.table>tbody>tr.active>td,

.table>tfoot>tr.active>td,

.table>thead>tr.active>th,

.table>tbody>tr.active>th,

.table>tfoot>tr.active>th {
    background-color: #f5f5f5;
}

.table-hover>tbody>tr>td.active:hover,

.table-hover>tbody>tr>th.active:hover,

.table-hover>tbody>tr.active:hover>td,

.table-hover>tbody>tr:hover>.active,

.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8;
}

.table>thead>tr>td.success,

.table>tbody>tr>td.success,

.table>tfoot>tr>td.success,

.table>thead>tr>th.success,

.table>tbody>tr>th.success,

.table>tfoot>tr>th.success,

.table>thead>tr.success>td,

.table>tbody>tr.success>td,

.table>tfoot>tr.success>td,

.table>thead>tr.success>th,

.table>tbody>tr.success>th,

.table>tfoot>tr.success>th {
    background-color: #dff0d8;
}

.table-hover>tbody>tr>td.success:hover,

.table-hover>tbody>tr>th.success:hover,

.table-hover>tbody>tr.success:hover>td,

.table-hover>tbody>tr:hover>.success,

.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6;
}

.table>thead>tr>td.info,

.table>tbody>tr>td.info,

.table>tfoot>tr>td.info,

.table>thead>tr>th.info,

.table>tbody>tr>th.info,

.table>tfoot>tr>th.info,

.table>thead>tr.info>td,

.table>tbody>tr.info>td,

.table>tfoot>tr.info>td,

.table>thead>tr.info>th,

.table>tbody>tr.info>th,

.table>tfoot>tr.info>th {
    background-color: #d9edf7;
}

.table-hover>tbody>tr>td.info:hover,

.table-hover>tbody>tr>th.info:hover,

.table-hover>tbody>tr.info:hover>td,

.table-hover>tbody>tr:hover>.info,

.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3;
}

.table>thead>tr>td.warning,

.table>tbody>tr>td.warning,

.table>tfoot>tr>td.warning,

.table>thead>tr>th.warning,

.table>tbody>tr>th.warning,

.table>tfoot>tr>th.warning,

.table>thead>tr.warning>td,

.table>tbody>tr.warning>td,

.table>tfoot>tr.warning>td,

.table>thead>tr.warning>th,

.table>tbody>tr.warning>th,

.table>tfoot>tr.warning>th {
    background-color: #fcf8e3;
}

.table-hover>tbody>tr>td.warning:hover,

.table-hover>tbody>tr>th.warning:hover,

.table-hover>tbody>tr.warning:hover>td,

.table-hover>tbody>tr:hover>.warning,

.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc;
}

.table>thead>tr>td.danger,

.table>tbody>tr>td.danger,

.table>tfoot>tr>td.danger,

.table>thead>tr>th.danger,

.table>tbody>tr>th.danger,

.table>tfoot>tr>th.danger,

.table>thead>tr.danger>td,

.table>tbody>tr.danger>td,

.table>tfoot>tr.danger>td,

.table>thead>tr.danger>th,

.table>tbody>tr.danger>th,

.table>tfoot>tr.danger>th {
    background-color: #f2dede;
}

.table-hover>tbody>tr>td.danger:hover,

.table-hover>tbody>tr>th.danger:hover,

.table-hover>tbody>tr.danger:hover>td,

.table-hover>tbody>tr:hover>.danger,

.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width:767px){
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

    .table-responsive>.table {
        margin-bottom: 0;
    }

    .table-responsive>.table>thead>tr>th,

    .table-responsive>.table>tbody>tr>th,

    .table-responsive>.table>tfoot>tr>th,

    .table-responsive>.table>thead>tr>td,

    .table-responsive>.table>tbody>tr>td,

    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap;
    }

    .table-responsive>.table-bordered {
        border: 0;
    }

    .table-responsive>.table-bordered>thead>tr>th:first-child,

    .table-responsive>.table-bordered>tbody>tr>th:first-child,

    .table-responsive>.table-bordered>tfoot>tr>th:first-child,

    .table-responsive>.table-bordered>thead>tr>td:first-child,

    .table-responsive>.table-bordered>tbody>tr>td:first-child,

    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0;
    }

    .table-responsive>.table-bordered>thead>tr>th:last-child,

    .table-responsive>.table-bordered>tbody>tr>th:last-child,

    .table-responsive>.table-bordered>tfoot>tr>th:last-child,

    .table-responsive>.table-bordered>thead>tr>td:last-child,

    .table-responsive>.table-bordered>tbody>tr>td:last-child,

    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0;
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>th,

    .table-responsive>.table-bordered>tfoot>tr:last-child>th,

    .table-responsive>.table-bordered>tbody>tr:last-child>td,

    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0;
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],

input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],

select[size] {
    height: auto;
}

input[type="file"]:focus,

input[type="radio"]:focus,

input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}

.form-control[disabled],

.form-control[readonly],

fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}

.form-control[disabled],

fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
    input[type="date"].form-control,

    input[type="time"].form-control,

    input[type="datetime-local"].form-control,

    input[type="month"].form-control {
        line-height: 34px;
    }

    input[type="date"].input-sm,

    input[type="time"].input-sm,

    input[type="datetime-local"].input-sm,

    input[type="month"].input-sm,

    .input-group-sm input[type="date"],

    .input-group-sm input[type="time"],

    .input-group-sm input[type="datetime-local"],

    .input-group-sm input[type="month"] {
        line-height: 30px;
    }

    input[type="date"].input-lg,

    input[type="time"].input-lg,

    input[type="datetime-local"].input-lg,

    input[type="month"].input-lg,

    .input-group-lg input[type="date"],

    .input-group-lg input[type="time"],

    .input-group-lg input[type="datetime-local"],

    .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.radio,

.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio label,

.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.radio input[type="radio"],

.radio-inline input[type="radio"],

.checkbox input[type="checkbox"],

.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}

.radio+.radio,

.checkbox+.checkbox {
    margin-top: -5px;
}

.radio-inline,

.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.radio-inline+.radio-inline,

.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

input[type="radio"][disabled],

input[type="checkbox"][disabled],

input[type="radio"].disabled,

input[type="checkbox"].disabled,

fieldset[disabled] input[type="radio"],

fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled,

.checkbox-inline.disabled,

fieldset[disabled] .radio-inline,

fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,

.checkbox.disabled label,

fieldset[disabled] .radio label,

fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}

.form-control-static.input-lg,

.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0;
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm,

select[multiple].input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm textarea.form-control,

.form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg,

select[multiple].input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.form-group-lg textarea.form-control,

.form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 42.5px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.input-lg+.form-control-feedback,

.input-group-lg+.form-control-feedback,

.form-group-lg .form-control+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm+.form-control-feedback,

.input-group-sm+.form-control-feedback,

.form-group-sm .form-control+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block,

.has-success .control-label,

.has-success .radio,

.has-success .checkbox,

.has-success .radio-inline,

.has-success .checkbox-inline,

.has-success.radio label,

.has-success.checkbox label,

.has-success.radio-inline label,

.has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,

.has-warning .control-label,

.has-warning .radio,

.has-warning .checkbox,

.has-warning .radio-inline,

.has-warning .checkbox-inline,

.has-warning.radio label,

.has-warning.checkbox label,

.has-warning.radio-inline label,

.has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,

.has-error .control-label,

.has-error .radio,

.has-error .checkbox,

.has-error .radio-inline,

.has-error .checkbox-inline,

.has-error.radio label,

.has-error.checkbox label,

.has-error.radio-inline label,

.has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label~.form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width:768px){
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .form-inline .input-group .input-group-addon,

    .form-inline .input-group .input-group-btn,

    .form-inline .input-group .form-control {
        width: auto;
    }

    .form-inline .input-group>.form-control {
        width: 100%;
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,

    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio label,

    .form-inline .checkbox label {
        padding-left: 0;
    }

    .form-inline .radio input[type="radio"],

    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,

.form-horizontal .checkbox,

.form-horizontal .radio-inline,

.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio,

.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width:768px){
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width:768px){
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}

@media (min-width:768px){
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:focus,

.btn:active:focus,

.btn.active:focus,

.btn.focus,

.btn:active.focus,

.btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,

.btn:focus,

.btn.focus {
    color: #fff;
    text-decoration: none;
}

.btn:active,

.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}

.btn.disabled,

.btn[disabled],

fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.btn.disabled,

fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:focus,

.btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active,

.btn-default.active,

.open>.dropdown-toggle.btn-default {
    color: #ffffff;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active:hover,

.btn-default.active:hover,

.open>.dropdown-toggle.btn-default:hover,

.btn-default:active:focus,

.btn-default.active:focus,

.open>.dropdown-toggle.btn-default:focus,

.btn-default:active.focus,

.btn-default.active.focus,

.open>.dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.btn-default:active,

.btn-default.active,

.open>.dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled:hover,

.btn-default[disabled]:hover,

fieldset[disabled] .btn-default:hover,

.btn-default.disabled:focus,

.btn-default[disabled]:focus,

fieldset[disabled] .btn-default:focus,

.btn-default.disabled.focus,

.btn-default[disabled].focus,

fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc;
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary:focus,

.btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.btn-primary:active,

.btn-primary.active,

.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.btn-primary:active:hover,

.btn-primary.active:hover,

.open>.dropdown-toggle.btn-primary:hover,

.btn-primary:active:focus,

.btn-primary.active:focus,

.open>.dropdown-toggle.btn-primary:focus,

.btn-primary:active.focus,

.btn-primary.active.focus,

.open>.dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}

.btn-primary:active,

.btn-primary.active,

.open>.dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled:hover,

.btn-primary[disabled]:hover,

fieldset[disabled] .btn-primary:hover,

.btn-primary.disabled:focus,

.btn-primary[disabled]:focus,

fieldset[disabled] .btn-primary:focus,

.btn-primary.disabled.focus,

.btn-primary[disabled].focus,

fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:focus,

.btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success:active,

.btn-success.active,

.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success:active:hover,

.btn-success.active:hover,

.open>.dropdown-toggle.btn-success:hover,

.btn-success:active:focus,

.btn-success.active:focus,

.open>.dropdown-toggle.btn-success:focus,

.btn-success:active.focus,

.btn-success.active.focus,

.open>.dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}

.btn-success:active,

.btn-success.active,

.open>.dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled:hover,

.btn-success[disabled]:hover,

fieldset[disabled] .btn-success:hover,

.btn-success.disabled:focus,

.btn-success[disabled]:focus,

fieldset[disabled] .btn-success:focus,

.btn-success.disabled.focus,

.btn-success[disabled].focus,

fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info:focus,

.btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info:active,

.btn-info.active,

.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info:active:hover,

.btn-info.active:hover,

.open>.dropdown-toggle.btn-info:hover,

.btn-info:active:focus,

.btn-info.active:focus,

.open>.dropdown-toggle.btn-info:focus,

.btn-info:active.focus,

.btn-info.active.focus,

.open>.dropdown-toggle.btn-info.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}

.btn-info:active,

.btn-info.active,

.open>.dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled:hover,

.btn-info[disabled]:hover,

fieldset[disabled] .btn-info:hover,

.btn-info.disabled:focus,

.btn-info[disabled]:focus,

fieldset[disabled] .btn-info:focus,

.btn-info.disabled.focus,

.btn-info[disabled].focus,

fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning:focus,

.btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning:active,

.btn-warning.active,

.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning:active:hover,

.btn-warning.active:hover,

.open>.dropdown-toggle.btn-warning:hover,

.btn-warning:active:focus,

.btn-warning.active:focus,

.open>.dropdown-toggle.btn-warning:focus,

.btn-warning:active.focus,

.btn-warning.active.focus,

.open>.dropdown-toggle.btn-warning.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}

.btn-warning:active,

.btn-warning.active,

.open>.dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled:hover,

.btn-warning[disabled]:hover,

fieldset[disabled] .btn-warning:hover,

.btn-warning.disabled:focus,

.btn-warning[disabled]:focus,

fieldset[disabled] .btn-warning:focus,

.btn-warning.disabled.focus,

.btn-warning[disabled].focus,

fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger:focus,

.btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger:active,

.btn-danger.active,

.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger:active:hover,

.btn-danger.active:hover,

.open>.dropdown-toggle.btn-danger:hover,

.btn-danger:active:focus,

.btn-danger.active:focus,

.open>.dropdown-toggle.btn-danger:focus,

.btn-danger:active.focus,

.btn-danger.active.focus,

.open>.dropdown-toggle.btn-danger.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}

.btn-danger:active,

.btn-danger.active,

.open>.dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled:hover,

.btn-danger[disabled]:hover,

fieldset[disabled] .btn-danger:hover,

.btn-danger.disabled:focus,

.btn-danger[disabled]:focus,

fieldset[disabled] .btn-danger:focus,

.btn-danger.disabled.focus,

.btn-danger[disabled].focus,

fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

.btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0;
}

.btn-link,

.btn-link:active,

.btn-link.active,

.btn-link[disabled],

fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link,

.btn-link:hover,

.btn-link:focus,

.btn-link:active {
    border-color: transparent;
}

.btn-link:hover,

.btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover,

fieldset[disabled] .btn-link:hover,

.btn-link[disabled]:focus,

fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none;
}

.btn-lg,

.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-sm,

.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs,

.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block+.btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,

input[type="reset"].btn-block,

input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu>li>a:hover,

.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.dropdown-menu>.active>a,

.dropdown-menu>.active>a:hover,

.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7;
}

.dropdown-menu>.disabled>a,

.dropdown-menu>.disabled>a:hover,

.dropdown-menu>.disabled>a:focus {
    color: #777;
}

.dropdown-menu>.disabled>a:hover,

.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}

.open>.dropdown-menu {
    display: block;
}

.open>a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,

.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}

.dropup .dropdown-menu,

.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width:1200px){
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.btn-group,

.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group>.btn,

.btn-group-vertical>.btn {
    position: relative;
    float: left;
}

.btn-group>.btn:hover,

.btn-group-vertical>.btn:hover,

.btn-group>.btn:focus,

.btn-group-vertical>.btn:focus,

.btn-group>.btn:active,

.btn-group-vertical>.btn:active,

.btn-group>.btn.active,

.btn-group-vertical>.btn.active {
    z-index: 2;
}

.btn-group .btn+.btn,

.btn-group .btn+.btn-group,

.btn-group .btn-group+.btn,

.btn-group .btn-group+.btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    margin-left: -5px;
}

.btn-toolbar .btn,

.btn-toolbar .btn-group,

.btn-toolbar .input-group {
    float: left;
}

.btn-toolbar>.btn,

.btn-toolbar>.btn-group,

.btn-toolbar>.input-group {
    margin-left: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group>.btn:first-child {
    margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),

.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group>.btn-group {
    float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,

.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,

.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical>.btn,

.btn-group-vertical>.btn-group,

.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical>.btn-group>.btn {
    float: none;
}

.btn-group-vertical>.btn+.btn,

.btn-group-vertical>.btn+.btn-group,

.btn-group-vertical>.btn-group+.btn,

.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified>.btn,

.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}

.btn-group-justified>.btn-group .btn {
    width: 100%;
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto;
}

[data-toggle="buttons"]>.btn input[type="radio"],

[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],

[data-toggle="buttons"]>.btn input[type="checkbox"],

[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group .form-control:focus {
    z-index: 3;
}

.input-group-lg>.form-control,

.input-group-lg>.input-group-addon,

.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-group-lg>.form-control,

select.input-group-lg>.input-group-addon,

select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-group-lg>.form-control,

textarea.input-group-lg>.input-group-addon,

textarea.input-group-lg>.input-group-btn>.btn,

select[multiple].input-group-lg>.form-control,

select[multiple].input-group-lg>.input-group-addon,

select[multiple].input-group-lg>.input-group-btn>.btn {
    height: auto;
}

.input-group-sm>.form-control,

.input-group-sm>.input-group-addon,

.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm>.form-control,

select.input-group-sm>.input-group-addon,

select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm>.form-control,

textarea.input-group-sm>.input-group-addon,

textarea.input-group-sm>.input-group-btn>.btn,

select[multiple].input-group-sm>.form-control,

select[multiple].input-group-sm>.input-group-addon,

select[multiple].input-group-sm>.input-group-btn>.btn {
    height: auto;
}

.input-group-addon,

.input-group-btn,

.input-group .form-control {
    display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),

.input-group-btn:not(:first-child):not(:last-child),

.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon,

.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}

.input-group-addon input[type="radio"],

.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.input-group .form-control:first-child,

.input-group-addon:first-child,

.input-group-btn:first-child>.btn,

.input-group-btn:first-child>.btn-group>.btn,

.input-group-btn:first-child>.dropdown-toggle,

.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),

.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:last-child,

.input-group-addon:last-child,

.input-group-btn:last-child>.btn,

.input-group-btn:last-child>.btn-group>.btn,

.input-group-btn:last-child>.dropdown-toggle,

.input-group-btn:first-child>.btn:not(:first-child),

.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn>.btn {
    position: relative;
}

.input-group-btn>.btn+.btn {
    margin-left: -1px;
}

.input-group-btn>.btn:hover,

.input-group-btn>.btn:focus,

.input-group-btn>.btn:active {
    z-index: 2;
}

.input-group-btn:first-child>.btn,

.input-group-btn:first-child>.btn-group {
    margin-right: -1px;
}

.input-group-btn:last-child>.btn,

.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav>li {
    position: relative;
    display: block;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav>li>a:hover,

.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee;
}

.nav>li.disabled>a {
    color: #777;
}

.nav>li.disabled>a:hover,

.nav>li.disabled>a:focus {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

.nav .open>a,

.nav .open>a:hover,

.nav .open>a:focus {
    background-color: #eee;
    border-color: #337ab7;
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav>li>a>img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd;
}

.nav-tabs>li.active>a,

.nav-tabs>li.active>a:hover,

.nav-tabs>li.active>a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

.nav-tabs.nav-justified>li {
    float: none;
}

.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width:768px){
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%;
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0;
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified>.active>a,

.nav-tabs.nav-justified>.active>a:hover,

.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd;
}

@media (min-width:768px){
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified>.active>a,

    .nav-tabs.nav-justified>.active>a:hover,

    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff;
    }
}

.nav-pills>li {
    float: left;
}

.nav-pills>li>a {
    border-radius: 4px;
}

.nav-pills>li+li {
    margin-left: 2px;
}

.nav-pills>li.active>a,

.nav-pills>li.active>a:hover,

.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #337ab7;
}

.nav-stacked>li {
    float: none;
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified {
    width: 100%;
}

.nav-justified>li {
    float: none;
}

.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width:768px){
    .nav-justified>li {
        display: table-cell;
        width: 1%;
    }

    .nav-justified>li>a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified {
    border-bottom: 0;
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs-justified>.active>a,

.nav-tabs-justified>.active>a:hover,

.nav-tabs-justified>.active>a:focus {
    border: 1px solid #ddd;
}

@media (min-width:768px){
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified>.active>a,

    .nav-tabs-justified>.active>a:hover,

    .nav-tabs-justified>.active>a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

@media (min-width:1200px){
    .navbar {
        border-radius: 4px;
    }
}

@media (min-width:1200px){
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width:1200px){
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }

    .navbar-fixed-top .navbar-collapse,

    .navbar-static-top .navbar-collapse,

    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse,

.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width:480px) and (orientation:landscape){
    .navbar-fixed-top .navbar-collapse,

    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

@media (min-width:1200px){
    .container>.navbar-header,

    .container-fluid>.navbar-header,

    .container>.navbar-collapse,

    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width:1200px){
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,

.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width:1200px){
    .navbar-fixed-top,

    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
    width: 33%;
}

.navbar-brand:hover,

.navbar-brand:focus {
    text-decoration: none;
}

.navbar-brand>img {
    display: block;
}

@media (min-width:1200px){
    .navbar>.container .navbar-brand,

    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

@media (min-width:1200px){
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (max-width:1199px){
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu>li>a,

    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px;
    }

    .navbar-nav .open .dropdown-menu>li>a:hover,

    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none;
    }
}

@media (min-width:1200px){
    .navbar-nav {
        float: left;
        margin: 0;
    }

    .navbar-nav>li {
        float: left;
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;

    /* padding: 10px 15px */
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
    margin-top: 8px;
    margin-bottom: 8px;
}

@media (min-width:768px){
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .navbar-form .input-group .input-group-addon,

    .navbar-form .input-group .input-group-btn,

    .navbar-form .input-group .form-control {
        width: auto;
    }

    .navbar-form .input-group>.form-control {
        width: 100%;
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio,

    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio label,

    .navbar-form .checkbox label {
        padding-left: 0;
    }

    .navbar-form .radio input[type="radio"],

    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width:1199px){
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}

@media (min-width:1200px){
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width:1200px){
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width:1200px){
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

    .navbar-right~.navbar-right {
        margin-right: 0;
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
    color: #777;
}

.navbar-default .navbar-brand:hover,

.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #777;
}

.navbar-default .navbar-nav>li>a {
    color: #777;
}

.navbar-default .navbar-nav>li>a:hover,

.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,

.navbar-default .navbar-nav>.active>a:hover,

.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7;
}

.navbar-default .navbar-nav>.disabled>a,

.navbar-default .navbar-nav>.disabled>a:hover,

.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,

.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-default .navbar-collapse,

.navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav>.open>a,

.navbar-default .navbar-nav>.open>a:hover,

.navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
    color: #555;
}

@media (max-width:1199px){
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

.navbar-default .navbar-link:hover {
    color: #333;
}

.navbar-default .btn-link {
    color: #777;
}

.navbar-default .btn-link:hover,

.navbar-default .btn-link:focus {
    color: #333;
}

.navbar-default .btn-link[disabled]:hover,

fieldset[disabled] .navbar-default .btn-link:hover,

.navbar-default .btn-link[disabled]:focus,

fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,

.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a:hover,

.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,

.navbar-inverse .navbar-nav>.active>a:hover,

.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #080808;
}

.navbar-inverse .navbar-nav>.disabled>a,

.navbar-inverse .navbar-nav>.disabled>a:hover,

.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,

.navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-inverse .navbar-collapse,

.navbar-inverse .navbar-form {
    border-color: #101010;
}

.navbar-inverse .navbar-nav>.open>a,

.navbar-inverse .navbar-nav>.open>a:hover,

.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #080808;
    color: #fff;
}

@media (max-width:1199px){
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
    color: #fff;
}

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,

.navbar-inverse .btn-link:focus {
    color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,

fieldset[disabled] .navbar-inverse .btn-link:hover,

.navbar-inverse .btn-link[disabled]:focus,

fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

a.label:hover,

a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #777;
}

.label-default[href]:hover,

.label-default[href]:focus {
    background-color: #5e5e5e;
}

.label-primary {
    background-color: #337ab7;
}

.label-primary[href]:hover,

.label-primary[href]:focus {
    background-color: #286090;
}

.label-success {
    background-color: #5cb85c;
}

.label-success[href]:hover,

.label-success[href]:focus {
    background-color: #449d44;
}

.label-info {
    background-color: #5bc0de;
}

.label-info[href]:hover,

.label-info[href]:focus {
    background-color: #31b0d5;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-warning[href]:hover,

.label-warning[href]:focus {
    background-color: #ec971f;
}

.label-danger {
    background-color: #d9534f;
}

.label-danger[href]:hover,

.label-danger[href]:focus {
    background-color: #c9302c;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.thumbnail>img,

.thumbnail a>img {
    margin-left: auto;
    margin-right: auto;
}

a.thumbnail:hover,

a.thumbnail:focus,

a.thumbnail.active {
    border-color: #337ab7;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}

.media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media,

.media-body {
    zoom: 1;
    overflow: hidden;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

.media-object.img-thumbnail {
    max-width: none;
}

.media-right,

.media>.pull-right {
    padding-left: 10px;
}

.media-left,

.media>.pull-left {
    padding-right: 10px;
}

.media-left,

.media-right,

.media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,

.embed-responsive iframe,

.embed-responsive embed,

.embed-responsive object,

.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: none;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.clearfix:before,

.clearfix:after,

.dl-horizontal dd:before,

.dl-horizontal dd:after,

.container:before,

.container:after,

.container-fluid:before,

.container-fluid:after,

.row:before,

.row:after,

.form-horizontal .form-group:before,

.form-horizontal .form-group:after,

.btn-toolbar:before,

.btn-toolbar:after,

.btn-group-vertical>.btn-group:before,

.btn-group-vertical>.btn-group:after,

.nav:before,

.nav:after,

.navbar:before,

.navbar:after,

.navbar-header:before,

.navbar-header:after,

.navbar-collapse:before,

.navbar-collapse:after {
    content: "";
    display: table;
}

.clearfix:after,

.dl-horizontal dd:after,

.container:after,

.container-fluid:after,

.row:after,

.form-horizontal .form-group:after,

.btn-toolbar:after,

.btn-group-vertical>.btn-group:after,

.nav:after,

.navbar:after,

.navbar-header:after,

.navbar-collapse:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

span.multiselect-native-select .show {
    display: inline-block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport{
    width: device-width;
}

.visible-xs,

.visible-sm,

.visible-md,

.visible-lg {
    display: none !important;
}

.visible-xs-block,

.visible-xs-inline,

.visible-xs-inline-block,

.visible-sm-block,

.visible-sm-inline,

.visible-sm-inline-block,

.visible-md-block,

.visible-md-inline,

.visible-md-inline-block,

.visible-lg-block,

.visible-lg-inline,

.visible-lg-inline-block {
    display: none !important;
}

@media (max-width:767px){
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,

    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width:767px){
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width:767px){
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width:767px){
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:768px) and (max-width:991px){
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,

    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width:768px) and (max-width:991px){
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width:768px) and (max-width:991px){
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width:768px) and (max-width:991px){
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:992px) and (max-width:1199px){
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,

    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width:992px) and (max-width:1199px){
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width:992px) and (max-width:1199px){
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width:992px) and (max-width:1199px){
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:1200px){
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,

    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width:1200px){
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width:1200px){
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width:1200px){
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width:767px){
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width:768px) and (max-width:991px){
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width:992px) and (max-width:1199px){
    .hidden-md {
        display: none !important;
    }
}

@media (min-width:1200px){
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print{
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,

    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print{
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print{
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print{
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print{
    .hidden-print {
        display: none !important;
    }
}

h2,

h3 {
    margin-bottom: 30px;
    margin-top: 30px;
    line-height: 130%;
}

#searchbar .dropdown,

#searchform,

.v2 {
    display: inline-block;
}

#searchinput {
    width: 100%;
    margin: 0 auto 0.8em auto;
}

@media only screen and (max-width:990px){
    #searchinput {
        width: 33%;
    }
}

#info a,

a {
    -webkit-transition: ease all .2s;
}

body,

h1,

h2,

h3 {
    font-weight: 400;
}

.h-alone {
    width: 100%;
    text-align: center;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #434549;
    font-size: 17px;
}

a {
    text-decoration: none;

    /* color: #ffffff */
}

.navbar a,

.slider a {
    text-decoration: none;
}

#nav-rahmen {
    min-height: 50px;
}

h1 {
    color: #333333;
    font-weight: bolder;
    font-size: 35px;
    margin-bottom: 30px;
    line-height: 130%;
}

h2 {
    font-weight: bold;
    color: #333333;
    font-size: 25px;
    line-height: 130%;
    padding-left: 1px;
}

h4 {
    font-size: 20px;
    line-height: 130%;
    margin: 1em;
}

.h3-red {
    font-size: 23px!important;
    color: #e34234;
    text-align: center;
}

.h3-white {
    color: #fff;
    text-align: center;
    font-size: 23px;
}

.h3-blue {
    color: #055382 !important;
    font-weight: bold;
    text-align: left!important;
    font-size: 20px !important;
}

.h3-blue-center {
    font-weight: bold !important;
    color: #055382;
    text-align: center!important;
    font-size: 20px !important;
}

.h2-white {
    color: #fff;
    font-size: 30px;
}

.h2-alone-white {
    color: #333333;
    font-weight: bold;
    text-align: center;
    font-size: 30px;
    width: 80%;
    margin: 1em auto;
}

.h1-big {
    color: #333333;
    font-weight: bolder;
    font-size: 35px;
}

.h2-big {
    font-size: 30px;
    margin: 0 auto 2em;
}

.h2-b-o {
    font-weight: bold;
    color: #333333;
    font-size: 25px;
    margin: 0 auto 1.2em;
}

.h2-b-b {
    font-weight: bold;
    color: #333333;
    font-size: 25px;
}

.h2-b-r {
    font-size: 28px;
    width: 100%;
    text-align: center;
    color: #e34234;
    font-weight: bold;
}

.h2-b-red {
    font-size: 30px;
    width: 100%;
    text-align: center;
    color: #e34234;
    margin: 0 auto 1.2em;
}

.h1-big-w {
    font-size: 36px;
    color: #fff;
    margin: 1em;
    margin-bottom: 1em!important;
    line-height: 130%;
}

.h-box-start {
    font-size: 30px;
    width: 96%;
    padding: 0.7em;
    background: rgba(255, 255, 255, 0.9);
    color: #fd660d;
    text-align: center;
}

.orange-h {
    color: #fd660d!important;
    font-weight: 400;
}

.blue-h {
    color: #055382;
    line-height: 140%;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}

.blue {
    color: #055382;
}

.h-left {
    text-align: left!important;
    margin: 0 0 1.2em;
}

.h2-img {
    margin-top: 0;
    font-size: 26px;
}

@media only screen and (max-width: 1400px) {
    .h1-big-w,

    .h1-big {
        font-size: 32px;
    }
}

@media only screen and (max-width: 1300px) {
    .h2-b-r,

    .h2-img {
        font-size: 24px;
    }
}

@media only screen and (max-width: 1200px) {
    .h-box-start {
        width: 100%;
    }
}

@media only screen and (max-width: 980px) {
    .h2-b-r,

    h2,

    .h2-img {
        font-size: 22px;
    }
}

@media only screen and (max-width: 980px) {
    .h1-big-w,

    .h1-big,

    h1 {
        font-size: 28px;
    }

    .h2-big,

    .h2-b-b,

    .h2-b-o {
        font-size: 26px;
    }
}

@media only screen and (max-width: 600px) {
    .h-box-start {
        font-size: 28px;
    }

    .h2-b-r,

    .h2-img {
        font-size: 20px;
    }

    .h1-big-w,

    .h2-big,

    .h2-b-b,

    .h2-b-red,

    .h2-b-o,

    .h2-alone-white,

    h2 {
        font-size: 24px;
    }

    .h-box-start {
        font-size: 28px;
    }

    .h1-big,

    h1 {
        font-size: 26px;
        margin: 1em auto;
    }
}

@media only screen and (max-width: 300px) {
    .h-box-start,

    .h2-big,

    .h2-b-red,

    .h2-b-o,

    .h2-b-b,

    .h2-alone-white {
        font-size: 22px;
    }

    .h-box-start {
        font-size: 22px;
    }
}

/* #slogan,
h3 {
    font-size: 22px;
} */
#preheader {
    height: 75px;
    margin-top: 25px;
    margin-bottom: 20px;
}

#slogan {
    line-height: 86px;
}

.left-part,

.right-part {
    line-height: 2;
    padding: 3px 20px;
    z-index: 99999;
    float: left;
    list-style-type: none;
    display: inline-block;
}

body>div:nth-child(4)>div>div>h2 {
    font-size: 16px;
}

.navbar {
    background: #055382;
    margin-bottom: 0;
    font-size: 14px;
    border-radius: 0;
}

#info h1,

#info h2,

#info h3 {
    margin-top: 0;
}

.hl-centered {
    text-align: center;
}

.navbar a {
    color: #fff;
}

.navbar .active a {
    color: #000;
}

.navbar .active a:after {
    content: ' ';
    height: 2px;
    background: #333;
}

.navbar-toggle .icon-bar {
    background: #fff;
}

.navbar-toggle {
    border: 2px solid #fff;
}

.btn-default,

.btn-lesen,

.btn-regular,

.btn-,

.language-menu,

.navbar-form .form-control {
    border-radius: 2rem;
}

.left-part {
    /* border-right: 1px solid rgba(0, 0, 0, .15) */
}

.v2 .btn-default,

.v2 .lang-link {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
}

.v2 .btn-default:hover,

.v2 .btn-default:active,

.v2 .btn-default:focus {
    background: #eee;
    border: none;
    color: #434549;
}

.v2 .dropdown-toggle.btn-default:hover {
    background: #eee;
    border: none;
    color: #434549;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    -webkit-background-clip: padding-box;
    border-top: 1px solid rgba(0,0,0,0.15);
    border-left: 1px solid rgba(0,0,0,0.15);
    border-right: 1px solid rgba(0,0,0,0.15);
    border-radius: 5px;
}

.left-part a,

.right-part a {
    color: #333;
}

.dropdown-menu {
    top: 90%;
    border: none;
}

.dropdown-menu.language-menu {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    border-left: 1px solid rgba(0,0,0,0.15);
    border-right: 1px solid rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.language-menu {
    min-width: 50px;
}

#searchbar .fa-globe {
    font-size: 18px;
    color: #ff6600;
    border-right: 1px solid #333;
    padding-right: 8px;
    margin-right: 8px;
}

.v2 .btn-default {
    background: #eee;
    color: #333;
    width: 60px;
}

.v2 {
    /* float: left */
    margin-right: 5%;
    margin-top: 1.3em;
}

.dropdown-menu-width {
    min-width: 455px;
}

.dropdown-menu>.active>a:focus,

.dropdown-menu>.active>a:hover,

.dropdown-menu>li>a:focus,

.dropdown-menu>li>a:hover {
    background: 0 0;
    color: #055b8f;
}

.nav>li>a:focus {
    background: #055382;
}

.nav .open>li>a {
    background: #fff;
}

.nav>li>a:hover {
    background: #fff!important;
    color: #055b8f;
}

.nav .open>a,

.nav .open>a:focus,

.nav .open>a:hover {
    background-color: #fff;
    border-color: transparent;
    color: #055b8f;
}

.left-part a:hover,

.right-part a:hover {
    text-decoration: none;
    color: #055b8f;
}

#info a {
    color: #fff;
}

#info a:hover {
    color: #333;
}

#info,

#info-green,

#info-grey,

#info-turk,

#info-turk-2 {
    text-align: center;
}

#info .container,

#info .textbox-wide,

#info-green .container,

#info-turk .container,

#info-turk-2 .container {
    text-align: center;
}

#info-turk-3 .container {
    text-align: left;
}

#info-grey .container {
    text-align: center;
}

.textbox,

.textbox-space,

.textbox-text-left {
    text-align: left;
}

#info-4 a,

#info-green a,

#info-turk-2 a {
    text-decoration: none;
}

.btn-default {
    background: #fd660d;
    border-color: transparent;
    color: #fff;
}

.btn-default:hover {
    background: #fd660d;
    color: #fff;
}

#searchsubmit {
    background: #ff6600;
}

.textbox {
    padding-top: 40px;
    padding-bottom: 50px;
}

.textbox-space {
    padding-top: 50px;
    padding-bottom: 60px;
}

.textbox-box-center,

.textbox-text-left,

.textbox-wide {
    padding-top: 40px;
    padding-bottom: 50px;
}

.textbox-wide {
    width: 80%;
    text-align: left;
    margin: 4em auto;
    padding: 0;
}

.textbox-box-center-wide h1,

.textbox-box-center-2 h1 {
    text-align: center;
    width: 100%;
    margin: -0.5em auto 2em auto;
    padding-top: 10px;
}

.textbox-box-center {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
}

.textbox-box-center-1 {
    display: flex;
    background-color: transparent;
    justify-content: center;
    vertical-align: middle;
    flex-flow: row wrap;
    padding-top: 40px;
    padding-bottom: 40px;
}

.textbox-box-center-2 {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    width: 80%;
    margin: 4em auto;
    align-items: center;
}

.textbox-box-center-wide {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    width: 80%;
    margin: 4em auto;
    padding: 0;
    align-items: stretch;
}

@media only screen and (max-width:1100px) {
    .textbox-box-center-wide,

    .textbox-box-center-2,

    .textbox-wide {
        width: 85%;
        margin: 2em auto;
    }
}

@media only screen and (max-width: 650px) {
    .textbox-box-center-wide,

    .textbox-box-center-2,

    .textbox-wide {
        width: 95%;
        margin: 1em auto;
    }
}

.textbox-text-big {
    padding-top: 40px;
    padding-bottom: 50px;
    text-align: left;
    color: #fff;
    font-size: 24px!important;
    font-weight: 300;
}

#info-4 {
    background: #05639c;
    color: #fff;
}

#info-4 img {
    background: #fff;
    padding: 8px;
}

#info-4 h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px;
}

#info-4 .col-md-3,

.boxclass,

.important-list li,

.point-list li,

.star-list li {
    text-align: left;
}

#info-green a {
    color: #055b8f;
}

#info-grey a,

#info-turk a {
    text-decoration: underline;
    color: #fff;
}

#info-turk-3 a {
    text-decoration: underline;
    color: #055b8f;
}

.btn-regular,

a.box-link,

a.lang-link,

a.lang-link:hover,

a.lang-link:visited {
    text-decoration: none;
}

a.btn-lesen:hover {
    color: #fff;
}

#news,

#news a,

.btn-lesen,

.btn-regular {
    color: #fff;
}

.btn-lesen {
    background: #fd660d;
    color: #fff;
}

#info-2 ul,

.apply-list {
    list-style-image: url(/pics/apply.png);
    padding-left: 17px;
}

#news {
    background: #05639c;
}

.btn-regular {
    background: #fd660d;
}

.noinfo {
    background: #055382;
    height: 5px;
    width: 100%;
}

#no-info-2,

.noinfo-2 {
    height: 2px;
    width: 100%;
}

.noinfo-2 {
    background: #d8d8d8;
}

#no-info {
    background: rgba(6,75,97,0.8);
    height: 5px;
    width: 100%;
}

#no-info-2 {
    background: #05639c;
}

/* lightbox-link, weiße Bildunterschrift (figcaption) */
.a-light {
    color: #fff;
    text-decoration: none;
}

.a-light-1 {
    color: #fff;
    text-decoration: none;
}

.a-light:hover {
    color: #fff;
    text-decoration: underline;
}

.a-light-1:hover {
    color: #fff;
    text-decoration: underline;
}

.a-light figcaption {
    margin-top: 1em;
}

.a-light figure {
    margin: auto;
    padding: 0;
}

.a-light-1 figcaption {
    margin-top: 1em;
}

.a-light-1 figure {
    margin: auto;
    padding: 0;
}

.img-inline,

.a-light,

.a-light-1 {
    display: flex;
    width: 42%;
    height: auto;
    margin-right: 2em;
    margin-left: auto;
}

.img-inline-right {
    display: flex;
    width: 42%;
    height: auto ;
    margin-left: 2em;
}

@media only screen and (max-width:1768px) {
    .img-inline,

    .img-inline-right,

    .a-light {
        display: flex;
        width: 35%;
    }

    .a-light {
        width: 85%;
        margin: 1em auto;
    }

    .a-light {
        width: 100%;
    }

    .a-light figcaption {
        text-align: center;
    }
}

@media only screen and (max-width:1768px) {
    .a-light-1 {
        display: flex;
        width: 35%;
    }

    .a-light-1 {
        margin: 1em auto;
    }

    .a-light {
        width: 100%;
    }

    .a-light figcaption,

    .a-light-1 figcaption {
        text-align: center;
    }
}

@media only screen and (max-width:1200px) {
    .img-inline,

    .img-inline-right,

    .a-light,

    .a-light-1 {
        display: inline-block;
        width: 85%;
        margin: 1em auto;
    }
}

.img-inline-badge {
    display: inline-block;
    margin-right: 10px;
    margin-top: 2em;
}

.img-inline-badge-1 {
    display: inline-block;
    margin-left: 12px;
    margin-top: 2em;
}

@media only screen and (max-width:600px){
    .img-inline-badge,

    .img-inline-badge-1 {
        margin-top: 1em;
    }
}

@media only screen and (max-width:450px){
    .img-inline-badge,

    .img-inline-badge-1 {
        margin-top: 0.5em;
        margin-left: 10px;
    }
}

.img-logo,

.img-logo-1 {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    margin-bottom: 3em;
}

.img-logo-1 {
    width: 30%;
}

.img-logo {
    width: 20%;
}

@media only screen and (max-width:1000px) {
    .img-logo {
        width: 30%;
    }

    .img-logo-1 {
        width: 40%;
    }
}

@media only screen and (max-width:600px) {
    .img-logo,

    .img-logo-1 {
        width: 70%;
        margin-bottom: 2em;
    }
}

.img-logo-inline {
    width: 20%;
    display: inline-block;
    height: auto;
    margin-left: 1em;
    margin-right: 1em;
    margin-top: 1em;
    margin-bottom: 3em;
}

/* Referenzen-Box */
.boxclass-simple-flex-2 .img-logo,

.boxclass-simple-flex-xs .img-logo {
    width: 70%;
    margin-bottom: 3em;
    margin-top: 2em;
}

@media only screen and (max-width:990px) {
    .boxclass-simple-flex-2 .img-logo,

    .boxclass-simple-flex-xs .img-logo {
        width: 45%;
        margin-bottom: 3em;
        margin-top: 2em;
    }
}

@media only screen and (max-width:500px) {
    .boxclass-simple-flex-2 .img-logo,

    .boxclass-simple-flex-xs .img-logo {
        width: 60%;
        margin-bottom: 3em;
        margin-top: 2em;
    }
}

/* Referenzen-Box */
.image-header {
    overflow: hidden;
    width: 100%;
    height: 440px;
}

.image-header-1 {
    overflow: hidden;
    width: 100%;
    height: 440px;
}

@media (min-width:1600px) {
    .image-header {
        height: 537px;
    }
}

@media (max-width:1000px) {
    .image-header {
        display: none!important;
    }
}

@media (min-width:1600px) {
    .image-header-1 {
        height: 600px;
    }
}

@media (max-width:1000px) {
    .image-header-1 {
        display: none!important;
    }
}

@media (min-width: 2300px) {
    .image-header {
        height: 700px;
    }
}

@media (min-width: 3100px) {
    .image-header {
        height: 800px;
    }
}

@media (min-width: 2300px) {
    .image-header-1 {
        height: 820px;
    }
}

@media only screen and (min-width:2000px) {
    .img-header {
        width: 100%;

        /* height: 700px */
        object-fit: cover;

        /* padding-top: 70px */
    }
}

/* Listen */
.important-list {
    list-style-image: url(/pics/icons/information.png);
}

.star-list {
    list-style-image: url(/pics/icons/star.png);
}

.faq-list {
    color: #064B61;
}

.faq-list li {
    margin-bottom: 5px;
}

.point-list {
    color: #064B61;
    margin: 1em 0;
    padding-right: 20px;
    padding-left: 20px;
}

.point-list li {
    margin-bottom: 0.8em;
}

.point-list-red,

.point-list-green {
    margin: 1em 0;
    padding-right: 20px;
    padding-left: 20px;
}

.point-list-red {
    color: #064B61;
}

.point-list-red.text-left-s {
    font-size: 22px;
}

.point-list-red li {
    margin-left: 0.5em;
}

.point-list-red p,

.point-list-green p {
    color: #434549;
    font-size: 17px;
}

.point-list-green {
    color: rgb(160,188,47);
}

.point-list-green.text-left-s {
    font-size: 22px;
}

.point-list-green li {
    margin-left: 0.5em;
}

.list-inline li:before {
    content: "•";
    padding-right: 8px;
    color: #333333;
    margin-bottom: -4px;
}

.list-inline li {
    padding-left: 8px;
    line-height: 200%;
}

@media only screen and (max-width:850px){
    .list-inline li {
        display: block;
        text-align: left;
    }
}

.list-inline {
    text-align: center;
}

.list-inline.list-red li:before {
    content: "•";
    padding-right: 8px;
    color: #333333;
    margin-bottom: -4px;
}

.list-inline.list-red li {
    padding-left: 8px;
    line-height: 200%;
    font-size: 17px;
}

@media only screen and (max-width:850px){
    .list-inline.list-red li {
        display: block;
        text-align: left;
    }
}

.list-inline.list-red {
    text-align: left;
    margin-bottom: 1em;
}

.list1 {
    list-style-image: url(/pics/apply.png);
}

.arrow-list,

.list4 {
    list-style-image: url(/img/icons/arrow.png);
}

.downloads-list,

.list2 {
    list-style-image: url(/pics/icons/save-as.png);
}

.downloads-list {
    padding-left: 17px;
}

/* /Listen */
/* Header */
.header-tengelmann {
    background: url(/pics/Unternehmenszentrale-Tengelmann-header.jpg) top center no-repeat;
    background-size: cover;
}

.header-mazda {
    background: url(/pics/Mazda-Zentrale-Leverkusen.jpg) top center no-repeat;
    background-size: cover;
}

.header-quast {
    background: url(/pics/Betrieb-otto-quast.jpg) top center no-repeat;
    background-size: cover;
}

.header-polo-motorrad {
    background: url(/pics/Polo-Motorrad-Header.jpg) top center no-repeat;
    background-size: cover;
}

.header-siegener-zeitung {
    background: url(/pics/Siegener-Zeitung.jpg) top center no-repeat;
    background-size: cover;
}

.header-dms-projekte {
    background: url(/pics/bitfarm-dms-projekte.jpg) top center no-repeat;
    background-size: cover;
}

.header-Praesentation {
    background: url(/pics/dokumentenmanagement/bitfarm-archiv-dokumentenmanagement-praesentation.jpg) top center no-repeat;
    background-size: cover;
}

.header-news {
    background: url(/pics/bitfarm-dms-news.jpg) top center no-repeat;
    background-size: cover;
}

.header-erledigt {
    background: url(/pics/dokumentenmanagement/bitfarm-archiv-dokumentenmanagement-erledigt.jpg) top center no-repeat;
    background-size: cover;
}

.header-Arbeit-1 {
    background: url(/pics/dms-nutzen.jpg) top center no-repeat;
    background-size: cover;
}

.header-3 {
    background: url(/pics/dokumentenmanagement/bitfarm-archiv-dokumentenmanagement-office.jpg)top center no-repeat;
    background-size: cover;
}

.header-download {
    background: url(/pics/downloadbereich.jpg) center center no-repeat;
    background-size: cover;
}

.header-info {
    background: url(/pics/live-presentation.jpg) center center no-repeat;
    background-size: cover;
}

.header-glossar {
    background: url(/pics/header-glossar.jpg) center center no-repeat;
    background-size: cover;
}

#breadcrumb {
    transform: scale(0.7);
    background: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.boxclass {
    width: 98%;
    background: #e6e6e6;
    border-radius: 10px;

    /* border: 1px solid #e8e8e8 */
    padding: 60px;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
    transition: all ease .2s;

    /* -webkit-box-shadow: 0 4px 18px -6px rgba(0, 0, 0, .45) */
    /* -moz-box-shadow: 0 4px 18px -6px rgba(0, 0, 0, .45) */
    /* box-shadow: 0 4px 18px -6px rgba(0, 0, 0, .45) */
}

.boxclass-parallix,

.boxclass-small {
    border: 1px solid #e8e8e8;
    padding: 20px;
}

.boxclass-parallix {
    width: 75%;
    background: #f8f8f8;
    margin: 20px;

    /* margin-top: 50px; */
    vertical-align: middle;
    transition: all ease .2s;
    -webkit-box-shadow: 0 4px 18px -6px rgba(0, 0, 0, .45);
    -moz-box-shadow: 0 4px 18px -6px rgba(0, 0, 0, .45);
    box-shadow: 0 4px 18px -6px rgba(0, 0, 0, .45);
}

.textbox-box-center-1 {
    display: flex;
    background-color: transparent;
    justify-content: center;
    flex-flow: row wrap;
}

.boxclass-small,

.boxclass-xsmall,

.boxclass-xxsmall {
    margin-top: 30px;
    transition: all ease .2s;
}

.boxclass-small {
    width: 98%;
    font-size: 15px;
    color: #434549;
    background: #fff;
    margin-bottom: 40px;
    min-height: 400px;
    -webkit-box-shadow: 0 2px 11px 0 rgba(0, 0, 0, .67);
    -moz-box-shadow: 0 2px 11px 0 rgba(0, 0, 0, .67);
    box-shadow: 0 2px 11px 0 rgba(0, 0, 0, .67);
}

.boxclass-xsmall {
    font-size: 15px;
    color: #434549;
    word-wrap: break-word;
    background: #fff;
    border: 1px solid #e8e8e8;
    padding: 20px;
    margin-bottom: 40px;
    margin-left: 15px;
    min-height: 470px;
    -webkit-box-shadow: -1px 0 24px -2px rgba(0, 0, 0, .51);
    -moz-box-shadow: -1px 0 24px -2px rgba(0, 0, 0, .51);
    box-shadow: -1px 0 24px -2px rgba(0, 0, 0, .51);
}

.boxclass-simple,

.boxclass-xxsmall {
    font-size: 17px;
    color: #434549;
    background: #e6e6e6;

    /* border: 1px solid #e6e6e6 */
    padding: 20px;
    margin-bottom: 40px;
    word-wrap: break-word;
}

.boxclass-xxsmall {
    border-radius: 10px;
    display: flex;
    width: 30%;
    margin: 0.8em auto;
    flex-direction: column;
    text-align: center;
    min-height: 250px;

    /* -webkit-box-shadow: 0 4px 8px -1px rgba(2, 46, 72, .78) */
    /* -moz-box-shadow: 0 4px 8px -1px rgba(2, 46, 72, .78) */
    /* box-shadow: 0 4px 8px -1px rgba(2, 46, 72, .78) */
}

.boxclass-simple {
    border-radius: 10px;
    width: 98%;
    margin-top: 50px;
    min-height: 200px;
    box-sizing: border-box;
    -webkit-box-shadow: 0 4px 10px -1px rgba(0, 0, 0, .67);
    -moz-box-shadow: 0 4px 10px -1px rgba(0, 0, 0, .67);
    box-shadow: 0 4px 10px -1px rgba(0, 0, 0, .67);
}

.boxclass-white {
    font-size: 17px;
    color: #434549;
    background: #fefbfb;
    border: 1px solid #e8e8e8;
    padding: 20px;
    min-height: 300px;
    margin: 50px 15px 40px;
}

.boxclass-red {
    font-size: 17px;
    color: #fff;
    background: #be0032;
    border: 1px solid #8e0025;
    text-align: center;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin: -21px -22px 21px;
}

.boxclass-red h2 {
    margin-top: 10px;
}

.boxclass-green,

.boxclass-green3 {
    color: #fff;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    margin: -21px -21px 20px;
    font-size: 17px;
}

.boxclass-green {
    background: #518c28;
    border: 1px solid #aad38d;
}

.boxclass-green3 {
    background: #88c15f;
    border: 1px solid #649b3c;
}

.boxclass-white-head {
    border-radius: 10px;
    font-size: 17px;
    color: #434549;
    background: #fff;

    /* border: 1px solid #d7d7d7 */
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    margin: -25px -25px 20px;
}

.boxclass-turk,

.boxclass-turk2,

.boxclass-turk3,

.boxclass-turk4 {
    font-size: 17px;
    color: #fff;
    border: 1px solid #749fb9;
    padding-left: 20px;
    padding-right: 20px;
    margin: -26px -26px 20px;
    padding-top: 20px;
    text-align: center;
}

.boxclass-turk h2,

.boxclass-turk3 h2 {
    color: #fff;
}

.boxclass-turk {
    background: #4ba3ad;
}

.boxclass-turk2 {
    background: #0890e3;
}

.boxclass-turk3 {
    background: #0095b6;
}

.boxclass-turk4 {
    background: #899ae4;
}

.boxclass-simple-flex,

.boxclass-simple-flex-1,

.boxclass-simple-flex-1-row {
    border-radius: 10px;
    padding: 20px 25px;

    /* -webkit-box-shadow: 0 3px 10px -1px rgba(0, 0, 0, .67) */
    /* -moz-box-shadow: 0 3px 10px -1px rgba(0, 0, 0, .67) */
    display: flex;
    flex-direction: column;
    background: #fff;
    word-wrap: break-word;

    /* border: 1px solid #d7d7d7 */
    font-size: 17px;
    transition: all ease .4s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.boxclass-simple-flex-1-row {
    flex-direction: row;
    width: 100%;
}

.boxclass-simple-flex {
    width: 47%;

    /* box-shadow: 0 3px 10px -1px rgba(0,0,0,.67) */
    margin: .6em;
    border-radius: 10px;
}

.boxclass-simple-flex h3,

.boxclass-simple-flex-1 h3 {
    text-align: center;
    margin-top: 1em;
}

.boxclass-simple-flex:hover,

.boxclass-simple-flex-1:hover {
    -webkit-box-shadow: 0px 3px 12px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 12px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 12px -1px rgba(0,0,0,0.75);
}

.boxclass-simple-flex-1 {
    width: 97%;

    /* box-shadow: 0 4px 10px -1px rgba(0, 0, 0, .67) */
    margin: 0.8em auto;
}

.boxclass-simple-flex-2 {
    margin: auto;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    width: 33%;
    font-size: 16px;
    justify-content: center;
    color: #434549;
    background: #fff;
    padding: 20px;
    word-wrap: break-word;
    transition: all ease .4s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0.8em;
    margin-left: 0px;
    margin-bottom: 0.8em;
}

.boxclass-simple-flex-2-a,

.boxclass-2-a-twin,

.boxclass-news,

.boxclass-start,

.boxclass-start-o {
    display: flex;
    flex-direction: column;
    font-size: 19px;
    justify-content: center;
    color: #434549;

    /* border: 1px solid #d7d7d7 */
    padding: 2em;
    word-wrap: break-word;
    margin: 0.4em;
    transition: all ease .4s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 140%;
    text-align: center;
}

.boxclass-simple-flex-2-a {
    border-radius: 10px;
    background: #fff;
    width: 31.3%;
    margin-bottom: 1%;
    margin-left: 0;
    margin-right: 0;
}

.boxclass-2-a-twin {
    background: #fff;
    width: 66%;
    border-radius: 10px;
}

.boxclass-news {
    background: rgba(255, 255, 255, 0.8);
    width: 31%;
}

.boxclass-start,

.boxclass-start-o {
    border-radius: 10px;
    background: rgba(255,255,255, 0.9);
    width: 49%;
    margin: auto;

    /* border: 1px solid rgba(6,75,97,0.2) */
}

@media only screen and (max-width:1400px) {
    .boxclass-simple-flex-2-a,

    .boxclass-2-a-twin,

    .boxclass-news {
        font-size: 17px;
    }
}

@media only screen and (max-width:1200px) {
    .boxclass-simple-flex-2-a,

    .boxclass-simple-flex-1,

    .boxclass-2-a-twin,

    .boxclass-news,

    .boxclass-start,

    .boxclass-start-o {
        display: flex;
        width: 100%;
        font-size: 17px;
        margin-top: 0.2em;
        margin-bottom: 0.2em;
    }

    .boxclass-simple-flex-1-row {
        flex-direction: column;
    }

    .boxclass-simple-flex-1-row .boxclass-flex-img-1 {
        width: 100%;
    }
}

@media only screen and (max-width:400px) {
    .boxclass-simple-flex-2-a,

    .boxclass-news,

    .boxclass-start,

    .boxclass-start-o {
        padding: 0.5em;
    }
}

.boxclass-simple-flex-2-1 {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    width: 62%;
    font-size: 17px;
    justify-content: center;
    color: #434549;
    background: #fff;
    border: 5px solid #e6e6e6;
    padding: 20px;
    word-wrap: break-word;
    margin: 0.8em;
    transition: all ease .4s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.boxclass-simple-flex-2 .img-responsive {
    width: 100%;
    height: auto;
    margin: 1% auto;
}

.boxclass-simple-flex-2 p,

.boxclass-simple-flex-2-a p,

.boxclass-simple-flex-xs p,

.boxclass-simple-flex-2-1 p,

.boxclass-start p,

.boxclass-start-o p,

.boxclass-news p {
    flex-grow: 1;
    margin-top: px;
}

/* Grow to fill available space */
.boxclass-simple-flex-2 h3 {
    font-size: 20px;
    text-align: center;
    margin-top: 0;
}

.boxclass-simple-flex-2-1 h3 {
    font-size: 20px;
    text-align: center;
    margin-top: 0;
}

.boxclass-simple-flex-2 h2,

.boxclass-simple-flex-2-1 h2 {
    text-align: center;
    margin-top: 1em;
}

.boxclass-simple-flex-3 {
    display: flex;
    flex-direction: column;
    width: 98%;
    color: #33333;
    background: #e6e6e6;

    /* border: 5px solid #e6e6e6 */
    padding: 13px;
    border-radius: 10px;
    font-size: 13px;
    margin: 15px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.boxclass-simple-flex-3 h3 {
    font-size: 19px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
    border-radius: 5px 5px 0px 0px;
    text-align: center;
    color: #fff;
    background: #e6e6e6;
}

.boxclass-simple-flex-4 {
    display: flex;
    flex-direction: column;
    width: 48%;
    color: #434549;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    font-size: 17px;
    margin: auto;
    text-align: left;
    word-wrap: break-word;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.boxclass-simple-flex-4 h3 {
    text-align: center;
    font-size: 24px;
}

.boxclass-simple-flex-4 .btn-regular {
    background: #fff;
    font-size: 15px;
    border-radius: 4px;
    border: 1px solid #3f4c4e;
    color: #3f4c4e;
    transition: all ease 0.2s;
    -webkit-transition: 0.2s;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.boxclass-simple-flex-4 .btn-regular:hover {
    background: #3f4c4e;
    color: #fff;
}

.boxclass-simple-flex-3 .btn-regular {
    background: #fd660d;
    font-size: 12px;
    border-radius: 4px;
    border-color: transparent;
    color: #fff;
    transition: all ease 0.2s;
    -webkit-transition: 0.2s;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.boxclass-simple-flex-3 .btn-regular:hover {
    color: #fd660d;
    background: #fff;
    border: 1px solid #fd660d;
}

.boxclass-simple-flex-2 .btn-regular {
    display: block;
    width: 10em;
    background: #fff;
    position: relative;
    font-size: 15px;
    border: 1px solid #3f4c4e;
    border-radius: 4px;
    color: #3f4c4e;
    transition: all ease 0.2s;
    -webkit-transition: 0.2s;
    margin: 2em auto;
}

.boxclass-simple-flex-2 .btn-regular:hover {
    background: #3f4c4e;
    color: #fff;
}

.boxclass-simple-flex-img,

.boxclass-simple-flex-light {
    display: flex;
    flex-direction: column;
    width: 55%;
    height: 56%;
    padding: 0;
    margin: 0;
}

.boxclass-simple-flex-img h1 {
    margin-top: 0;
}

.boxclass-simple-flex-xs {
    display: flex;
    flex-direction: column;
    width: 23%;
    color: #434549;
    background: #fff;
    border: 1px solid #e7e7e7;
    padding: 20px 24px;
    border-radius: 0;
    font-size: 15px;
    justify-content: center;
    margin: 0.5em;
    text-align: left;
    word-wrap: break-word;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.boxclass-simple-flex-xs h3,

.boxclass-simple-flex-xs h2 {
    text-align: center;
}

.boxclass-simple-flex-xs .btn-regular,

.btn-regular-s,

.btn-regular-s2,

.btn-regular-s3,

.btn-regular-s4 {
    background: #fff;
    display: block;
    position: relative;
    font-size: 15px;
    border: 1px solid #3f4c4e;
    border-radius: 4px;
    color: #3f4c4e;
    transition: all ease 0.2s;
    -webkit-transition: 0.2s;
    margin: 2em auto;
    text-align: center;
    justify-content: center;
    width: 10em;
}

.boxclass-simple-flex-xs .btn-regular-s {
    border: 1px solid  #055382;
    color: #055382;
}

.boxclass-simple-flex-xs .btn-regular-s:hover {
    color: #fff;
    background: #055382;
}

.boxclass-simple-flex-xs .btn-regular-s2 {
    border: 1px solid #be0032;
    color: #be0032;
}

.boxclass-simple-flex-xs .btn-regular-s2:hover {
    background: #be0032;
    color: #fff;
}

.boxclass-simple-flex-xs .btn-regular-s3 {
    color: #66b032;
    border: 1px solid #66b032;
}

.boxclass-simple-flex-xs .btn-regular-s3:hover {
    background: #66b032;
    color: #fff;
}

.boxclass-simple-flex-xs .btn-regular-s4 {
    color: #fd660d;
    border: 1px solid #fd660d;
}

.boxclass-simple-flex-xs .btn-regular-s4:hover {
    background: #fd660d;
    color: #fff;
}

a.btn-regular-s,

.btn-regular-s2,

.btn-regular-s3,

.btn-regular-s4 {
    text-decoration: none;
}

.boxclass-simple-flex-xs .btn-regular:hover {
    background: #3f4c4e;
    color: #fff;
}

.boxclass-simple-flex-5 {
    display: flex;
    flex-direction: column;
    width: 25%;
    padding: 0px;
    height: auto;
}

.boxclass-simple-flex-5 .boxclass-simple-flex-3 {
    flex-grow: 1;
    -webkit-flex-grow: 1;
}

.boxclass-simple-flex-5 .boxclass-simple-flex-3 h3 {
    margin: 0.5em auto;

    /* background: #fff */
    color: #434549;
    font-size: 22px;
}

.boxclass-simple-flex-5-1 {
    display: flex;
    flex-direction: column;
    width: 45%;
    padding: 0px;
    margin: auto;
}

.boxclass-simple-flex-5-b {
    width: 30%;
    padding: 0px;
}

.boxclass-savings {
    width: 40%;
    padding: 0;
}

.half-box {
    width: 45%;
}

@media only screen and (max-width: 1630px){
    .half-box {
        width: 100%;
    }
}

.boxclass-footer {
    width: 23%;
    padding: 0.4em;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 3em;
}

@media only screen and (max-width: 1200px) {
    .boxclass-footer {
        width: 43%;
    }
}

@media only screen and (max-width: 650px) {
    .boxclass-footer {
        width: 85%;
    }
}

.boxclass-simple-flex-5-b,

.boxclass-savings,

.boxclass-footer {
    display: flex;
    flex-direction: column;
    height: auto;
    margin: 1em 0 0;
}

.boxclass-simple-flex-5-b p,

.boxclass-savings p,

.boxclass-footer p {
    flex-grow: 1;
}

/* Grow to fill available space */
/* 404-Seite-Box */
.boxclass-flex-hole {
    display: flex;
    flex-direction: column;
    width: 25%;
    padding: 0px;
    height: auto;
    margin: 15em auto;
}

@media only screen and (max-width:1500px) {
    .boxclass-flex-hole {
        width: 30%;
        margin: 15em auto;
    }
}

@media only screen and (max-width:1200px) {
    .boxclass-flex-hole {
        width: 34%;
        margin: 15em auto;
    }
}

@media only screen and (max-width:1000px) {
    .boxclass-flex-hole {
        width: 45%;
        margin: 15em auto;
    }
}

@media only screen and (max-width:700px) {
    .boxclass-flex-hole {
        width: 56%;
        margin: 10em auto;
    }

    .boxclass-flex-hole h2 {
        margin: 2em auto 0 auto;
    }
}

@media only screen and (max-width:500px) {
    .boxclass-flex-hole {
        width: 100%;
    }
}

/* Ende404 */
.image-box-red.boxclass-simple-flex-xs a,

.image-box-green.boxclass-simple-flex-xs a,

.image-box-blue.boxclass-simple-flex-xs a,

.image-box-yellow.boxclass-simple-flex-xs a {
    color: #fff;
}

@media only screen and (max-width:1500px) {
    .boxclass-simple-flex-5-1,

    .boxclass-simple-flex-5 {
        width: 100%;
        flex-direction: row;
        margin: 0;
    }
}

@media only screen and (max-width:1500px) {
    .boxclass-simple-flex-5-b,

    .boxclass-savings {
        width: 100%;

        /* margin: 0.8em auto */
    }
}

@media only screen and (max-width:970px) {
    .boxclass-simple-flex-5-b,

    .boxclass-savings {
        width: 95%;
        flex-direction: column;
    }
}

@media only screen and (max-width:1500px) {
    .boxclass-simple-flex-5 .boxclass-simple-flex-3 {
        width: 45%;
        display: flex;

        /* margin: 0.8em */
    }
}

@media only screen and (max-width:970px) {
    .boxclass-simple-flex-5 .boxclass-simple-flex-3 {
        width: 100%;
        display: block;
        margin: 0.8em 0;
    }
}

@media only screen and (max-width:970px) {
    .boxclass-simple-flex-5-1,

    .boxclass-simple-flex-5 {
        width: 95%;
        flex-direction: column;
    }
}

@media only screen and (max-width:1500px) {
    .boxclass-simple-flex-xs,

    .image-box-red.boxclass-simple-flex-xs,

    .image-box-green.boxclass-simple-flex-xs,

    .image-box-blue.boxclass-simple-flex-xs,

    .image-box-yellow.boxclass-simple-flex-xs {
        display: flex;
        width: 45%;
        margin-top: 1em;
    }
}

@media only screen and (max-width:750px) {
    .boxclass-simple-flex-xs {
        width: 95%;
    }
}

@media only screen and (max-width:600px) {
    .boxclass-simple-flex-xs,

    .image-box-red.boxclass-simple-flex-xs,

    .image-box-green.boxclass-simple-flex-xs,

    .image-box-blue.boxclass-simple-flex-xs,

    .image-box-yellow.boxclass-simple-flex-xs {
        display: block;
        width: 95%;
        justify-content: center;
    }
}

@media only screen and (max-width:600px) {
    .boxclass-simple-flex-xs .btn-regular,

    .btn-regular-s,

    .btn-regular-s2,

    .btn-regular-s3,

    .btn-regular-s4 {
        width: 10em;
        margin-top: 2em;
        font-size: 15px;
        text-align: center;
    }
}

@media only screen and (max-width:1768px){
    .boxclass-simple-flex-light {
        width: 100%;
    }
}

@media only screen and (max-width:1200px) {
    .boxclass-simple-flex-img {
        display: inline-block;
        width: 100%;
        margin: 1em auto;
    }
}

@media only screen and (max-width:1600px) {
    .boxclass-simple-flex-4,

    .boxclass-simple-flex-1 {
        display: flex;
        width: 100%;
        margin-bottom: 2%;
    }
}

@media only screen and (max-width:1023px) {
    .boxclass-simple-flex-4 {
        display: flex;
        width: 100%;
    }
}

@media only screen and (max-width:767px) {
    .boxclass-simple-flex-4 {
        display: block;
        width: 100%;
    }
}

.boxclass-white-head-s {
    font-size: 17px;
    color: #434549;
    background: #fff;
    text-align: center;
    margin: -20px -20px 20px;
}

.boxclass-white-head-xs {
    font-size: 17px;
    color: #434549;
    background: #fff;
    text-align: center;
    margin: -20px -24px 20px;
}

@media only screen and (max-width:1279px) {
    .boxclass-simple-flex-3 {
        display: flex;
        width: 100%;
        font-size: 17px;
    }
}

@media only screen and (max-width:1024px) {
    .boxclass-simple-flex-3 {
        display: block;
        width: 100%;
        font-size: 17px;
    }
}

@media only screen and (max-width:767px) {
    .boxclass-simple-flex-3 {
        display: table;
        width: 100%;
    }
}

@media only screen and (max-width:1000px) {
    .boxclass-simple-flex {
        display: block;
        width: 100%;
        margin: 0.4em 0;
    }
}

@media only screen and (max-width:850px) {
    .boxclass-simple-flex-1 {
        display: block;
        width: 100%;
    }
}

@media only screen and (max-width:850px) {
    .boxclass-xxsmall {
        display: block;
        width: 85%;
    }
}

@media only screen and (max-width:1200px) {
    .boxclass-simple-flex-2,

    .boxclass-simple-flex-2-1 {
        display: block;
        width: 100%;
        margin: 1em auto;
    }
}

#info-turk,

#info-turk-2 {
    border: 1px solid #005973;
}

#info p,

#info-4 p,

#info-green p,

#info-turk p,

#info-turk-3 p {
    text-align: left;
}

#info,

#info-grey {
    padding-top: 40px;
    padding-bottom: 40px;
}

.boxclass:hover {
    -webkit-box-shadow: 0 17px 28px -11px rgba(0, 0, 0, .34);
    -moz-box-shadow: 0 17px 28px -11px rgba(0, 0, 0, .34);
    box-shadow: 0 17px 28px -11px rgba(0, 0, 0, .34);
}

.boxclass-parallix:hover {
    -webkit-box-shadow: 0 4px 28px -4px rgba(9, 6, 56, 1);
    -moz-box-shadow: 0 4px 28px -4px rgba(9, 6, 56, 1);
    box-shadow: 0 4px 28px -4px rgba(9, 6, 56, 1);
}

.boxclass-small:hover {
    -webkit-box-shadow: 2px 2px 18px -1px rgba(0,0,0,0.88);
    -moz-box-shadow: 2px 2px 18px -1px rgba(0,0,0,0.88);
    box-shadow: 2px 2px 18px -1px rgba(0,0,0,0.88);
}

.boxclass-xsmall:hover {
    -webkit-box-shadow: 0 17px 28px -11px rgba(0, 0, 0, .34);
    -moz-box-shadow: 0 17px 28px -11px rgba(0, 0, 0, .34);
    box-shadow: 0 17px 28px -11px rgba(0, 0, 0, .34);
    color: #05639c;
}

.boxclass-xxsmall:hover {
    -webkit-box-shadow: 0 4px 15px -2px rgba(2, 46, 72, .78);
    -moz-box-shadow: 0 4px 15px -2px rgba(2, 46, 72, .78);
    box-shadow: 0 4px 15px -2px rgba(2, 46, 72, .78);
}

a.box-link {
    color: #434549;
}

a.box-link:visited {
    text-decoration: none;
    color: #434549;
}

a.box-link:hover {
    text-decoration: none;
    color: #05639c;
}

.btn-regular-box {
    display: none;
}

#breadcrumb .active,

#breadcrumb a,

#info-turk-2 {
    color: #434549;
}

.col-container {
    display: table;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.col {
    display: table-cell;
}

@media (min-width:1000px) {
    .col-container {
        width: 750px;
    }
}

@media (min-width:992px) {
    .col-container {
        width: 970px;
    }
}

@media (min-width:1200px) {
    .col-container {
        width: 1170px;
    }
}

@media only screen and (max-width:850px) {
    .col {
        display: block;
        width: 100%;
    }
}

.icon-world,

.vl {
    display: inline-block;
}

#info-turk,

#info-turk-2,

#info-turk-3 {
    background: #007091;
}

#info {
    /* border: 1px solid #2f6fbf; */
    background: #115b7e;
    color: #fff;
}

#info-green {
    border: 1px solid #407020;
    background: #518c28;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
}

#info-turk {
    color: #fff;
    padding-top: 30px;
    padding-bottom: 40px;
}

#info-turk-3 {
    border: 1px solid #00536c;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

#info-grey {
    border: 1px solid #126180;
    background: #2c728e;
    color: #fff;
}

.image-back {
    background: url(/pics/videocamera.jpg) center center no-repeat;
    background-size: auto;
    min-height: 400px;
}

.image-back-download {
    background: url(/pics/alter-computer-big.jpg) center center no-repeat;
    background-size: cover;
    min-height: 400px;
    padding: 1em;
    border-bottom: 1px solid rgba(6,75,97, 0.2);
}

@media only screen and (max-device-width: 1200px) {
    .image-back-download {
        padding: 0;
    }
}

.image-back-404 {
    background: url(/pics/404-sad-document.svg) top center no-repeat;
    background-size: 50vh;
    min-height: 800px;

    /* margin-top: -4% */
}

.image-back-dms-news {
    background: url(/pics/back-dms-news.jpg) center center no-repeat;
    background-size: cover;
}

.image-back-dms-news-test {
    background: url(/pics/bitfarm-dms-news.jpg) center center no-repeat;
    background-size: cover;
}

.image-back-a {
    width: 100%;
    background: url(/pics/Erfolg4.jpg) center center no-repeat;
    background-size: cover;
    min-height: 400px;
    color: #fff;
    padding-top: 30px;
    font-size: 22px;
}

.image-back-screenshots {
    width: 100%;
    background: url(/pics/screenshotpara.jpg);
    background-size: cover;
    min-height: 500px;
    color: #fff;
    font-size: 22px;
}

.image-back-b {
    background: url(/pics/Erfolg-header1.jpg) center center no-repeat;
    background-size: auto;
    min-height: 400px;
    color: #fff;
    padding-top: 30px;
    font-size: 22px;
}

.image-back-c,

.image-back-workflow,

.image-back-service1 {
    min-height: 400px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 22px;
    color: #fff;
}

.image-back-c {
    background: url(/pics/calculate.jpg) center center no-repeat;
    background-size: cover;
}

.image-back-workflow {
    background: url(/pics/workflow-management-2.jpg) left top no-repeat;
    background-size: cover;
}

.image-back-service {
    background: url(/pics/serviceback.jpg) center center no-repeat;
    background-size: cover;
}

.image-back-service1 {
    background: url(/pics/serviceback1.jpg) center center no-repeat;
    background-size: cover;
}

.image-back-dms {
    background: url(/pics/image-back-dms.jpg) center center no-repeat;
    background-size: cover;
}

.image-back-merkmale {
    background: url(/pics/Merkmale-back.jpg) center center no-repeat;
    background-size: cover;
}

.parallax-1 {
    background-image: url(/pics/officescreen.jpg);
}

.parallax-Mazda {
    background-image: url(/pics/Autohaus-Dorner-Mazda.jpg);
}

.parallax-hela {
    background-image: url(/pics/Werk-Hela.jpg);
}

.parallax-vorlaender {
    background-image: url(/pics/vorlaender-para.jpg);
}

.parallax-1,

.parallax-hela,

.parallax-vorlaender,

.parallax-mazda,

.parallax-Tengelmann,

.parallax-Mazda {
    height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-viertel {
    background-image: url(/pics/Detail-Viertel-Motoren.jpg);
}

.parallax-quast {
    background-image: url(/pics/Referenz-Quast-FCBG-Gummersbach.jpg);
}

.parallax-polo {
    background-image: url(/pics/polo-para.jpg);
}

.parallax-polo-1 {
    background-image: url(/pics/polo-para.jpg);
}

.parallax-canton {
    background-image: url(/pics/Canton-Lautsprecher.jpg);
}

.parallax-canton,

.parallax-polo-1,

.parallax-polo,

.parallax-quast,

.parallax-viertel {
    height: 400px;
    background-attachment: fixed;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-device-width: 1024px) {
    .parallax,

    .parallax-1,

    .parallax-viertel,

    .parallax-2,

    .parallax-3,

    .parallax-screen,

    .parallax-canton,

    .parallax-quast,

    .parallax-hela,

    .parallax-phil,

    .parallax-polo,

    .parallax-funk,

    .parallax-funk-2,

    .parallax-Mazda {
        background-attachment: scroll;
        background-position: top left;
        width: 100%;
    }
}

@media only screen and (max-device-width: 1024px) {
    .parallax-polo-1 {
        display: none;
    }
}

blockquote {
    border-left: 1px solid #fff;
}

.icon-quote {
    color: #fff;
    font-size: 120px;
}

.info-quote {
    border: 1px solid #346187;
    background: #4682b4;
    padding-top: 30px;
    padding-bottom: 40px;
    color: #fff;
    font-size: 24px!important;
    font-weight: 300;
}

.info-quote a {
    text-decoration: underline;
    color: #fff;
}

.info-quote-brown {
    border: 1px solid #272a2a;
    background: #353839;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    font-size: 24px!important;
    font-weight: 300;
}

.info-quote-brown span,

.info-quote span,

.info-quote-green span {
    font-size: 16px;
    font-style: italic;
}

.info-quote-brown a {
    text-decoration: underline;
    color: #fff;
}

.info-quote-turk2 a,

.info-quote-turk a {
    text-decoration: underline;
    color: #fff;
}

.info-quote-green,

.info-quote-turk,

.info-quote-turk2 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 24px;
    font-weight: 300;
    color: #fff;
}

.info-quote-green blockquote {
    border-left: 1px solid  #055382;
}

.info-quote-green .icon-quote {
    color: #055382;
}

.info-quote-green {
    background: #fff;
    color: #434549;
    font-size: 24px !important;
}

.info-quote-turk {
    border: 1px solid #005973;
    background: #007091;
}

.info-quote-turk2 {
    border: 1px solid #004a53;
    background: #006370;
}

#info-grey p,

#info-turk-2 p {
    text-align: center;
}

#downloadsection {
    padding-top: 25px;
    padding-bottom: 25px;
    margin: 2em auto;
    background-size: cover;
    color: #fff;
}

.server .fa {
    color: #055b8f;
}

.client .fa {
    color: #fd660d;
}

#downloadsection .fa-server {
    color: #055b8f;
}

#downloadsection .fa-desktop {
    color: #fd660d;
}

#downloadsection .fa-desktop,

#downloadsection .fa-server {
    color: #fff;
}

#downloadsection span,

.client h3,

.server h3 {
    color: #333;
}

.downloadbox {
    background: #fff;
    padding: 15px 30px;
    border-radius: 5px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, .2);
    width: 30%;
    margin: 1em;
    height: auto;
    box-sizing: border-box;
    display: inline-block;
}

@media only screen and (max-width: 1200px) {
    .downloadbox {
        width: 40%;
    }
}

#info-4 p {
    height: 165px;
}

.icon-blue,

.icon-red {
    text-align: center;
    margin: 25px 30px 30px;
}

.icon-world {
    color: #66b032;
}

.vl {
    border-left: 1px solid #434549;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
}

a.lang-link {
    color: #434549;
}

a.lang-link:visited {
    color: #434549;
}

a.lang-link:hover {
    color: #05639c;
}

.icon-blue,

.icon-orange,

.icon-red {
    padding: 20px;
    color: #fff;
    font-size: 60px;
}

.icon-orange {
    background: #fd660d;
    border: 1px solid #d3d3d3;
}

.icon-blue {
    background: #055b8f;
    border: 1px solid #2f6fbf;
}

.icon-red,

.icon-red2 {
    background: #d9004c;
    border: 1px solid #ad003c;
}

.icon-red2 {
    text-align: left;
    padding: 20px;
    color: #fff;
    font-size: 60px;
}

.icon-green,

.icon-yellow {
    text-align: center;
    padding: 20px;
    color: #fff;
    font-size: 60px;
    margin: 25px 30px 30px;
}

.icon-yellow {
    background: #ffba00;
    border: 1px solid #cc9400;
}

.icon-green {
    background: #20b2aa;
    border: 1px solid #198e87;
}

.icon-start,

.icon-start-2,

.icon-start-3,

.icon-start-4 {
    margin: auto;
    margin-bottom: 15px;
    background: #fff;
    text-align: center;
    width: 70px;
    padding: 8px;
    font-size: 30px;
}

.icon-start {
    border: 1px solid;
    color: #055382;
}

.icon-start-2 {
    border: 1px solid #be0032;
    color: #be0032;
}

.icon-start-3 {
    border: 1px solid #66b032;
    color: #66b032;
}

.icon-start-4 {
    border: 1px solid #fd660d;
    color: #fd660d;
}

.icon-g {
    margin: 0.8em auto 0.3em auto;
    background: #fff;
    text-align: center;
    width: 3em;
    padding: 0.3em;
    font-size: 30px;
    border: 2px solid #064B61;
    border-radius: 5px;
    color: #064B61;
}

/* Merkmale-Grau */
.icon-video {
    background: #fff;
    border: 1px solid;
    text-align: center;
    padding: 8px;
    margin: 15px auto;
    color: #acc6d4;
    font-size: 30px;
    width: 70px;
}

.icon-business,

.icon-video-3 {
    border: 1px solid #064B61;
    margin-top: 12px;
    margin-bottom: 20px;
    margin-right: 15px;
    color: #064B61;
    background: #fff;
    text-align: center;
}

/* Referenzen */
.icon-business {
    border-radius: 10px;
    padding: 20px;
    font-size: 30px;
    width: 90px;
}

.icon-video-3 {
    padding: 10px;
    font-size: 26px;
    width: 60px;
}

.icon-video-4 {
    background: #fff;
    border: 1px solid #fd660d;
    text-align: center;
    padding: 8px;
    margin: auto auto 20px;
    color: #fd660d;
    font-size: 30px;
    width: 70px;
}

.icon-news,

.icon-news-2,

.icon-news-3 {
    text-align: center;
    padding: 8px;
    margin: 20px auto;
    width: 80px;
    color: #fff;
    font-size: 30px;
}

.icon-news {
    background: #fd660d;
}

.icon-news-2 {
    background: #66b032;
}

.icon-news-3 {
    background: #055382;
    height: 60px;
}

.platform {
    color: #828282!important;
    font-size: 11px;
}

.version {
    text-decoration: underline;
}

.version-d {
    font-size: 11px;
    background: #eee;
    padding: 2px;
    margin-left: 5px;
    color: #333;
}

.client .btn-regular,

.server .btn-regular {
    margin-top: 25px;
    margin-left: auto;
    padding: 10px 35px;
}

.server .btn-regular {
    background: #055b8f;
    border-radius: 3px;
    display: block;
    margin-right: auto;
    max-width: 200px;
    color: #fff;
}

.clientdownload {
    color: #fd660d;
}

.client .btn-regular,

.newsbox .btn-regular {
    background: #fd660d;
    border-radius: 3px;
    display: block;
    margin-right: auto;
    max-width: 200px;
    color: #fff;
}

#support,

#downloadsection .btn-regular:hover,

.newsbox .btn-regular:hover {
    -webkit-transform: translate3d(0, -1px, 0);
    transform: translate3d(0, -1px, 0);
    box-shadow: 0 0 10px rgba(0, 0, 0, .32);
}

.moreinfo {
    font-size: 11px;
    color: #333;
}

@media (min-width:1201px) {
    .mobile-navigation {
        display: none;
    }

    #navbar-collapse-mobile {
        padding-left: 15px;
    }
}

@media (max-width:1200px) {
    .left-part,

    	.right-part {
        float: none !important;
    }

    .navbar-form {
        margin-left: 0;
        margin-right: 0;
    }

    .left-part a:hover,

    	.right-part a:hover {
        color: #055382;
    }

    #slogan {
        margin-top: 20px;
        line-height: 20px;
    }

    #info-4 h3 {
        word-wrap: break-word;
    }

    .navbar-nav .open .dropdown-menu {
        background-color: #fff!important;
    }

    .navbar .active a {
        background: #fff;
        color: #055382;
    }
}

@media (max-width:991px) {
    #slogan {
        font-size: 15px;
        margin-left: 13%;
    }

    #info-4 .col-md-3 {
        margin-bottom: 65px;
    }
}

.dropdown-menu .active a {
    color: #055382;
    background: 0 0;
}

#support {
    background: #f8f8f8;
    padding-bottom: 2em;
}

.support {
    /* border: 1px solid #e6e6e6 */
    text-align: left;
    background: #e6e6e6;
}

.support-white {
    background: #fff;
}

.support-grey {
    background: #f8f8f8;
}

.support-dark {
    background: #e6e6e6;
}

.support-start {
    background: #e6e6e6;
    padding-bottom: 1%;
    padding-top: 1%;
}

.support-egg {
    background: #eff9f9;
    border: 1px solid #caebeb;
}

.support-zara {
    background: #8cc6cc;
    border: 1px solid #57b8c4;
}

.support-blue {
    background: #ebf3f7;
    border: 1px solid #cfe1e9;
}

#support2 {
    border: 1px solid #e3e3e3;
    background: #f3f3f3;
    padding-top: 10px;
    padding-bottom: 12px;
    text-align: left;
}

.newsbox {
    border: 1px solid #eee;
    padding: 0;
    margin-right: 5px;
    margin-bottom: 25px;
}

.newsbox .col-md-4 {
    padding-left: 0;
}

.newsbox img {
    width: 100%;
    min-height: 250px;
}

.newsbox .teaser-text {
    padding: 15px;
}

.de-row {
    padding-left: 15px;
    padding-right: 15px;
}

.category {
    margin-top: 10px;
}

.category span {
    padding: 4px;
    margin-right: 5px;
}

.beta {
    background: #81A357;
    color: #fff;
}

.text-center-important p {
    text-align: center!important;
}

.dms-c {
    background: #558ed5;
    color: #fff;
}

.image1 {
    border: 1px solid #233b7d;
}

.imagetext1 {
    margin-left: 1em;
    font-style: italic;
    font-size: 14px;
    line-height: 1.2em;
    width: 302px;
}

.claim,

.teaser {
    line-height: 100%;
}

.float1 {
    float: right;
}

.float2 {
    float: left;
}

.clearall {
    clear: both;
}

.video-frame {
    width: 100%;
}

#searchbar,

.claim {
    position: absolute;
}

.claim {
    top: -200px;
    z-index: 8000;
    padding: .5% 1.5%;
    font-size: 20px;
    color: #fff;
    white-space: nowrap;
}

.containerslide {
    background: rgba(255, 255, 255, .8)!important;
    padding: 20px!important;
    color: #4b4d52;
}

.teaser {
    padding: .5% 1.5%;
    font-size: 14px;
}

.whitebox {
    background: rgba(255, 255, 255, .7);
    padding: 10px;
}

.orange {
    border: 1px solid #fd660d;
    color: #fd660d!important;
}

.headclaim {
    color: #333!important;
    font-size: 24px!important;
}

.orange:hover {
    box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, .3);
}

#script-ds,

#script-ds img {
    width: 100%;
    height: 100%;
}

#searchbar {
    z-index: 9;
    width: 540px;
    right: 37px;
    top: 37px;
}

@media (max-width:1150px) {
    #searchbar #searchform {
        display: none;
    }
}

.content-formular .form_inner_table {
    margin-top: 25px;
    margin-bottom: 25px;
}

#form_error_message {
    color: red;
    border: 1px dotted red;
    padding: 15px;
    margin-top: 25px;
}

.form_inner_table tr td {
    border-top: 10px solid;
    border-bottom: 10px solid;
    border-color: transparent;
}

.errorfield {
    border: 1px solid #DD0004;
    padding-left: .2em;
    padding-right: .2em;
    background-color: #FFD;
    color: red;
}

.form_preview_col {
    font-weight: 600;
    border-top: 10px solid;
    border-bottom: 10px solid;
    border-color: transparent;
    padding-right: 25px;
}

.content-formular>h3 {
    border: 1px dotted red;
    padding: 15px;
    margin-top: 25px;
}

.content-formular>p {
    margin-top: 25px;
}

#content>form>table:nth-child(6)>tbody>tr>td:nth-child(2)>input[type=submit] {
    margin-left: 5px;
}

.content-formular .btn {
    border-radius: 0;
}

@media (max-width:1199px) {
    /* .v2 {
        position: absolute;
        top: -30px;
        right: 30px;
    } */
}

@media (max-width:991px) {
    .v2 {
        right: 0;
        top: 4px;
    }
}

a {
    outline: 0;
}

.image-box-red {
    background-color: #e34234;
    color: #fff;
    height: 20em;
}

.image-box-red h2,

.image-box-green h2,

.image-box-blue h2,

.image-box-yellow  h2 {
    color: #fff;
}

.image-box-green {
    background-color: #ff6600;
    color: #fff;
    height: 20em;
}

.image-box-blue {
    background-color: rgba(6,75,97,1);
    color: #fff;
    height: 20em;
}

.image-box-yellow {
    background-color: #e3ab33;
    color: #fff;
    height: 20em;
}

@media (max-width: 1200px) {
    .image-box-red,

    .image-box-blue,

    .image-box-green,

    .image-box-yellow {
        width: 23%;
        height: 10em;
    }
}

@media (max-width: 995px) {
    .image-box-red,

    .image-box-blue,

    .image-box-green,

    .image-box-yellow {
        width: 45%;
        height: 5%;
    }
}

@media (max-width: 600px) {
    .image-box-red,

    .image-box-blue,

    .image-box-green,

    .image-box-yellow {
        width: 45%;
        height: 5%;
    }
}

@media (max-width: 395px) {
    .image-box-red,

    .image-box-blue,

    .image-box-green,

    .image-box-yellow {
        width: 95%;
        height: 5%;
    }
}

.image-box-green.boxclass-simple-flex-2 {
    height: auto;
    text-align: center;
    border: 1px solid #96b12c;
}

.image-box-green.boxclass-simple-flex-2 h2,

.image-box-red.boxclass-simple-flex-2 h2,

.image-box-red.boxclass-simple-flex-2 h2,

.image-box-blue.boxclass-simple-flex-2 h2 {
    color: #fff;
}

.image-box-red.boxclass-simple-flex-2,

.image-box-blue.boxclass-simple-flex-2,

.image-box-yellow.boxclass-simple-flex-2 {
    height: auto;
    text-align: center;
}

.image-box-red.boxclass-simple-flex-2 a,

.image-box-blue.boxclass-simple-flex-2 a,

.image-box-yellow.boxclass-simple-flex-2 a,

.image-box-green.boxclass-simple-flex-2 a {
    color: #fff;
}

@media (max-width:1200px) {
    .image-box-green.boxclass-simple-flex-2,

    .image-box-red.boxclass-simple-flex-2,

    .image-box-blue.boxclass-simple-flex-2 {
        display: block;
        width: 100%;
        margin: 2em auto;
    }
}

.p-center p {
    vertical-align: center;
}

.btn-regular-green {
    display: block;
    width: 10em;
    background: #fff;
    position: relative;
    font-size: 15px;
    background: #ff6600;
    border: 1px solid #96b12c;
    color: #fff;
    border-radius: 4px;
    transition: all ease 0.2s;
    -webkit-transition: 0.2s;
    margin: 2em auto;
}

a.btn-regular-green {
    text-decoration: none;
}

.btn-regular-green:hover {
    background: #fff;
    color: #ff6600;
}

.v-line {
    border-left: 3px solid #e34234;
    height: 100%;
    width: 2%;
}

.h-line-green {
    height: 3px;
    background: #055382;
    width: 90%;
    margin: 0 auto;
}

.h-line {
    height: 3px;
    background: #055382;
    width: 90%;
    margin: 0 auto;
}

.h-line-blue {
    height: 3px;
    background: #055382;
    width: 90%;
    margin: 0 auto;
}

.h-line-red {
    height: 3px;
    background: #055382;
    width: 90%;
    margin: 0 auto;
}

.h-line-yellow {
    height: 3px;
    background: #e3ab33;
    width: 90%;
    margin: 0 auto;
}

.h-line-orange {
    height: 3px;
    background: rgba(6,75,97, 0.8);
    width: 90%;
    margin: 0 auto;
}

.h-line-space {
    height: 3px;
    background: #e7e7e7;
    width: 100%;
    margin: 2.5em auto;
}

.line-space {
    height: 3px;
    width: 100%;
    margin: 0 auto;
}

.space-line {
    height: 3px;
    width: 100%;
    margin: 2.5em auto;
}

.anchor {
    position: absolute;
    top: -90px;
}

.anchor-wrap {
    position: relative;
}

.boxclass-flex-img,

.boxclass-flex-img-list {
    display: flex;
    width: 24%;
    margin: 0.5em auto;
    padding: 0;
    flex-direction: column;
}

/* Listenüberschrift rechts */
.boxclass-flex-img-list {
    width: 40%;
}

@media only screen and (max-width:1200px) {
    .boxclass-flex-img-list {
        width: 100%;
    }
}

.boxclass-flex-img a {
    color: #fff;
    text-decoration: underline;
}

.boxclass-flex-img-1 {
    display: flex;
    width: 49%;
    margin-left: 0.5em;
    margin-right: 0.5em;
    flex-direction: column;
}

.boxclass-flex-img-1 a {
    color: #fff;
    text-decoration: underline;
}

.boxclass-flex-title {
    display: flex;
    width: 100%;
    bottom: 0;
    margin-top: -4em;
    text-align: center;
    background: rgba(13, 63, 81, 0.5);
    color: #fff;
    height: auto;
    line-height: 4em;
}

.boxclass-flex-title p {
    margin: 0 auto;
    font-size: 18px;
}

.img-box {
    width: 100%;
    height: auto;
    margin: 0;
}

@media only screen and (max-width:1200px) {
    .boxclass-flex-img {
        width: 48%;
        margin: 0.5em auto;
    }
}

@media only screen and (max-width:600px) {
    .boxclass-flex-img {
        width: 96%;
        margin: 1em auto;
    }
}

@media only screen and (max-width: 1000px){
    .boxclass-flex-img-1 {
        width: 100%;
    }

    .boxclass-flex-img-1 .boxclass-flex-title p {
        font-size: 16px;
    }
}

/* knowledgebase Seitenanzeige */
.pagination > .active > a,

.pagination > .active > a:focus,

.pagination > .active > a:hover,

.pagination > .active > span,

.pagination > .active > span:focus,

.pagination > .active > span:hover {
    background-color: #055382;
    border-color: #055382;
}

.pagination > li > a,

.pagination > li > span {
    color: #055382;
}

/* Ende Seiten-Knowledgebase */
.p-big {
    font-size: 18px;
    line-height: 150%;
}

.p-slider {
    font-size: 40px;
    line-height: 130%;
    color: #77787d;
    position: relative;
    top: -10em;
    left: 55%;
}

.p-slider-s {
    font-size: 32px;
    line-height: 130%;
    color: #77787d;
    position: relative;
    top: -12.7em;
    left: 55%;
}

.p-slider-a,

.p-slider-a-k,

.p-slider-a-k-b {
    font-size: 19px;
    line-height: 130%;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    transition: all ease 0.4s;
    color: #fff;
    padding: 0.5em;
    border-radius: 2rem;
    margin: 1em auto;
    text-align: center;
}

.p-slider-a {
    background: #ff6600;
    width: 50%;
}

.p-slider-a-k {
    background: #ff6600;
    width: 33%;
    text-align: center;
    transition: background-color 1s ease-out 100ms;
    box-shadow: rgba(255,102,0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.p-slider-a-k-b {
    background: #055382;
    width: 33%;
    text-align: center;
    transition: background-color 1s ease-out 100ms;
    box-shadow: rgba(5,83,130, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.p-slider-a:hover,

.p-slider-a:focus,

.p-slider-a-k:hover,

.p-slider-a-k:focus {
    color: #fff;
    background: #055382;
    text-decoration: none;
    box-shadow: rgba(5,83,130, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.p-slider-a-k-b:hover,

.p-slider-a-k-b:focus {
    color: #fff;
    background: #ff6600;
    text-decoration: none;
    box-shadow: rgba(255,102,0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

@media only screen and (max-width:1600px){
    .p-slider {
        top: -8em;
        font-size: 36px;
    }
}

@media only screen and (max-width:1600px){
    .p-slider-s {
        top: -11em;
        font-size: 26px;
    }
}

@media only screen and (max-width:1510px){
    .p-slider-a {
        width: 65%;
        font-size: 18px;
    }
}

@media only screen and (max-width:1200px){
    .p-slider {
        font-size: 36px;
        top: -6em;
    }
}

@media only screen and (max-width:1200px){
    .p-slider-s {
        font-size: 26px;
        top: -8.5em;
    }
}

@media only screen and (max-width:1200px){
    .p-slider-a {
        width: 25%;
        font-size: 19px;
    }
}

@media only screen and (max-width:1000px){
    .p-slider {
        font-size: 36px;
        left: 45%;
    }
}

@media only screen and (max-width:1000px){
    .p-slider-s {
        font-size: 26px;
        left: 45%;
    }
}

@media only screen and (max-width:750px){
    .p-slider {
        top: -5em;
        font-size: 28px;
    }

    .p-slider-s {
        top: -6em;
        font-size: 23px;
    }
}

@media only screen and (max-width: 550px) {
    .p-slider,

    .p-slider-s {
        display: none;
    }
}

@media only screen and (max-width:1000px){
    .p-slider-a {
        font-size: 20px;
        width: 35%;
    }
}

@media only screen and (max-width:700px){
    .p-slider-a,

    .p-slider-a-k,

    .p-slider-a-k-b {
        font-size: 18px;
        width: 45%;
    }
}

@media only screen and (max-width:500px){
    .p-slider-a,

    .p-slider-a-k,

    .p-slider-a-k-b {
        width: 60%;
    }
}

a.back-link {
    background-color: #e34234;

    /* Green */
    border: none;
    color: white;
    padding: 3em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 30px;
    margin: 2em 1em  ;
    cursor: pointer;
    border-radius: 50%;
}

a.back-link:hover {
    color: #fff;
    text-decoration: none;
}

a.back-link:visited {
    color: #fff;
    text-decoration: none;
}

a.else {
    background-color: #fff;

    /* Green */
    border: none;
    color: #e34234;
    padding: 3em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 30px;
    margin: 2em 1em;
    cursor: pointer;
    border-radius: 50%;
}

@media only screen and (max-width: 1400px) {
    a.else,

    a.back-link {
        font-size: 26px;
    }
}

@media only screen and (max-width: 980px) {
    a.else,

    a.back-link {
        font-size: 24px;
    }
}

@media only screen and (max-width: 650px) {
    a.else,

    a.back-link {
        font-size: 20px;
        padding: 1.5em;
        margin: 1em;
    }
}

a.else:visited {
    color: #e34234!important;
    text-decoration: none;
}

a.else:hover {
    color: #e34234;
    text-decoration: none;
}

a.red {
    color: #fff;
    padding: 1em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 26px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: ease all 0.2s;
    background-color: rgba(255, 255, 255, 0.2);
    transition: ease all 0.2s;
    margin: 0.8em auto;
}

a.red:hover {
    color: #ff6600;
    background-color: rgba(255,255,255, 0.7);
}

/* Centered text */
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bottom-left {
    position: absolute;
    bottom: 3em;
    left: 5em;
}

/* Bottom right text */
.bottom-right {
    position: absolute;
    bottom: 3em;
    right: 5em;
}

.bottom-right {
    text-align: right;
}

.a-footer {
    background-color: #055382;
    padding: 0.8em;
    margin-left: 0;
    margin-top: 0.8em;
    width: 100%;
    border-radius: 2em;
    color: #fff;
    text-decoration: none;
}

@media only screen and (max-width: 400px) {
    .btn.a-footer {
        width: 100%;
    }
}

.textbox-flex {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    width: 86%;
    margin: 0 auto;
    padding: 3em;
}

border: 10px {
}

.box-half-img {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: auto;
    overflow: hidden;
}

.box-half-img img {
    background-size: cover;
    margin: 0 auto;
}

.box-half-text {
    display: flex;
    width: 100%;
    flex-direction: column;
    margin: 0;
    padding: 5em 4em;
    text-align: left;
    height: auto;
    background: rgba(255, 255, 255, 1);
}

@media only screen and (max-width: 1250px) {
    .box-half {
        flex-direction: column-reverse;
    }

    .box-half-text {
        width: 100%;
    }

    .box-half-img {
        margin: auto 0;
    }

    .textbox-flex {
        padding: 0;
    }

    .box-half-title {
        width: 100%;
        height: 15%;
        font-size: 20px;
        color: #fff;
    }
}

/* *** slippry v1.4.0 - Responsive content slider for jQuery
 * http://slippry.com
 *
 * Authors: Lukas Jakob Hafner - @saftsaak
 *          Thomas Hurd - @SeenNotHurd
 *
 * Copyright 2016, booncon oy - http://booncon.com
 *
 *
 * Released under the MIT license - http://opensource.org/licenses/MIT */
/* kenBurns animations, very basic */
#slippry-demo {
    display: none;
}

@-webkit-keyframes left-right {
    0% {
        -webkit-transform: translateY(-20%) translateX(-10%);
        transform: translateY(-20%) translateX(-10%);
    }

    100% {
        -webkit-transform: translateY(0%) translateX(10%);
        transform: translateY(0%) translateX(10%);
    }
}

@-o-keyframes left-right {
    0% {
        -o-transform: translateY(-20%) translateX(-10%);
        transform: translateY(-20%) translateX(-10%);
    }

    100% {
        -o-transform: translateY(0%) translateX(10%);
        transform: translateY(0%) translateX(10%);
    }
}

@keyframes left-right {
    0% {
        -webkit-transform: translateY(-20%) translateX(-10%);
        -o-transform: translateY(-20%) translateX(-10%);
        transform: translateY(-20%) translateX(-10%);
    }

    100% {
        -webkit-transform: translateY(0%) translateX(10%);
        -o-transform: translateY(0%) translateX(10%);
        transform: translateY(0%) translateX(10%);
    }
}

@-webkit-keyframes right-left {
    0% {
        -webkit-transform: translateY(0%) translateX(10%);
        transform: translateY(0%) translateX(10%);
    }

    100% {
        -webkit-transform: translateY(-20%) translateX(-10%);
        transform: translateY(-20%) translateX(-10%);
    }
}

@-o-keyframes right-left {
    0% {
        -o-transform: translateY(0%) translateX(10%);
        transform: translateY(0%) translateX(10%);
    }

    100% {
        -o-transform: translateY(-20%) translateX(-10%);
        transform: translateY(-20%) translateX(-10%);
    }
}

@keyframes right-left {
    0% {
        -webkit-transform: translateY(0%) translateX(10%);
        -o-transform: translateY(0%) translateX(10%);
        transform: translateY(0%) translateX(10%);
    }

    100% {
        -webkit-transform: translateY(-20%) translateX(-10%);
        -o-transform: translateY(-20%) translateX(-10%);
        transform: translateY(-20%) translateX(-10%);
    }
}

/* added to the original element calling slippry */
.sy-box.sy-loading {
    background: url("/images/sy-loader.gif") 50% 50% no-repeat;
    -webkit-background-size: 32px 32px;
    background-size: 32px;
    min-height: 40px;
}

.sy-box.sy-loading .sy-slides-wrap,

.sy-box.sy-loading .sy-pager {
    visibility: hidden;
}

/* element that wraps the slides */
.sy-slides-wrap {
    position: relative;
    height: 100%;
    width: 100%;
}

.sy-slides-wrap:hover .sy-controls {
    display: block;
}

/* element that crops the visible area to the slides */
.sy-slides-crop {
    height: 100%;
    width: 100%;
    position: absolute;
    overflow: hidden;
}

/* list containing the slides */
.sy-list {
    width: 100%;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
}

.sy-list.horizontal {
    -webkit-transition: left ease;
    -o-transition: left ease;
    transition: left ease;
}

.sy-list.vertical {
    -webkit-transition: top ease;
    -o-transition: top ease;
    transition: top ease;
}

/* single slide */
.sy-slide {
    position: absolute;
    width: 100%;
    z-index: 2;
}

.sy-slide.kenburns {
    width: 140%;
    left: -20%;
}

.sy-slide.kenburns.useCSS {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.sy-slide.kenburns.useCSS.sy-ken:nth-child(1n) {
    -webkit-animation-name: left-right;
    -o-animation-name: left-right;
    animation-name: left-right;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.sy-slide.kenburns.useCSS.sy-ken:nth-child(2n) {
    -webkit-animation-name: right-left;
    -o-animation-name: right-left;
    animation-name: right-left;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.sy-slide.sy-active {
    z-index: 3;
}

.sy-slide > img {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    border: 0;
}

.sy-slide > a {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
}

.sy-slide > a > img {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    border: 0;
}

/* next/ prev buttons, with arrows and clickable area a lot larger than the visible buttons */
.sy-controls {
    display: none;
    list-style: none;
    height: 100%;
    width: 100%;
    position: absolute;
    padding: 0;
    margin: 0;
}

.sy-controls li {
    position: absolute;
    width: 10%;
    min-width: 4.2em;
    height: 100%;
    z-index: 33;
}

.sy-controls li.sy-prev {
    left: 0;
    top: 0;
}

.sy-controls li.sy-prev a:after {
    background-position: -5% 0;
}

.sy-controls li.sy-next {
    right: 0;
    top: 0;
}

.sy-controls li.sy-next a:after {
    background-position: 105% 0;
}

.sy-controls li a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
}

.sy-controls li a:link,

.sy-controls li a:visited {
    opacity: 0.4;
}

.sy-controls li a:hover,

.sy-controls li a:focus {
    opacity: 0.8;
    outline: none;
}

.sy-controls li a:after {
    content: "";
    background-image: url("/images/arrows.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
    text-indent: 0;
    line-height: 2.8em;
    color: #b8b9bc;
    font-weight: 800;
    position: absolute;
    background-color: #fff;
    width: 2.8em;
    height: 2.8em;
    left: 50%;
    top: 50%;
    margin-top: -1.4em;
    margin-left: -1.4em;
    border-radius: 50%;
}

@media only screen and (max-device-width: 600px) {
    .sy-controls {
        display: block;
    }

    .sy-controls li {
        min-width: 2.1em;
    }

    .sy-controls li a:after {
        width: 1.4em;
        height: 1.4em;
        margin-top: -0.7em;
        margin-left: -0.7em;
    }
}

/* captions, styled fo the overlay variant */
.sy-caption-wrap {
    position: absolute;
    vertical-align: middle;
    z-index: 12;
    left: 50%;
    top: 40%;
    font-size: 33px;
    line-height: 140%;
}

.sy-caption-wrap .sy-caption {
    position: relative;
    color: #77787d;
    padding: 0.4em 1em;
    border-radius: 1.2em;
}

.sy-caption-wrap .sy-caption a:link,

.sy-caption-wrap .sy-caption a:visited {
    font-weight: 400;
    font-size: 24px;
    line-height: 300%;
    text-decoration: none;
    color: #fff;
    background: #ff6600;
    padding: 0.5em;
    border-radius: 5px;
    text-decoration: none;
}

.sy-caption-wrap .sy-caption a:hover,

.sy-caption-wrap .sy-caption a:focus {
    text-decoration: none;
}

@media only screen and (max-device-width: 1200px), screen and (max-width: 1200px){
    .sy-caption-wrap .sy-caption a:link,

    .sy-caption-wrap .sy-caption a:visited {
        font-size: 22px;
    }
}

@media only screen and (max-device-width: 1200px), screen and (max-width: 1200px) {
    .sy-caption-wrap {
        font-size: 28px;
        left: 49%;
    }
}

@media only screen and (max-device-width: 850px), screen and (max-width: 850px) {
    .sy-caption-wrap {
        left: 50%;
        top: 3em;
        line-height: 100%;
    }

    .sy-caption-wrap .sy-caption {
        left: 0;
        padding: 0.2em 0.4em;
        font-size: 24px;
        border-radius: 0;
    }

    .sy-caption-wrap .sy-caption a:link,

    .sy-caption-wrap .sy-caption a:visited {
        font-size: 20px;
    }
}

@media only screen and (max-device-width: 550px), screen and (max-width: 550px) {
    .sy-caption-wrap .sy-caption,

    .sy-caption-wrap {
        display: none;
    }
}

/* pager bubbles */
.sy-pager {
    clear: both;
    display: block;
    width: 100%;
    margin: 1em 0 1em 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.sy-pager li {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    margin: 0 1em 0 0;
    border-radius: 50%;
}

.sy-pager li.sy-active a {
    background-color: #ff6600;
}

.sy-pager li a {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #ccc;
    text-indent: -9999px;
    -webkit-background-size: 2em 2em;
    background-size: 2em;
    border-radius: 50%;
}

.sy-pager li a:link,

.sy-pager li a:visited {
    opacity: 1.0;
}

.sy-pager li a:hover,

.sy-pager li a:focus {
    opacity: 1;
}

/* element to "keep/ fill" the space of the content, gets intrinsic height via js */
.sy-filler {
    width: 100%;
}

.sy-filler.ready {
    -webkit-transition: padding 600ms ease;
    -o-transition: padding 600ms ease;
    transition: padding 600ms ease;
}

.tiny {
    font-size: 19px;
    position: relative;
    display: block;
    width: 70%;
    padding-top: 1em;
    padding-bottom: 1em;
}

.sy-caption-wrap .sy-caption .tiny {
    position: relative;
    top: -3em;
    display: block;
    left: -25%;
    line-height: 150%;
}

.sy-caption-wrap .sy-caption .tiny a {
    position: relative;
    top: 0.5em;
    font-size: 22px;
}

@media only screen and (max-width:1300px) {
    .tiny {
        font-size: 17px;
        top: -3em;
        padding: 1.2em 0;
        width: 100%;
    }

    .sy-caption-wrap .sy-caption .tiny a {
        top: 0.5em;
        padding: 0.5em;
        font-size: 18px;
    }

    .sy-caption-wrap .sy-caption .tiny {
        left: -30%;
        padding: 1em 0;
    }
}

@media only screen and (max-width:1030px) {
    .tiny {
        font-size: 16px;
        padding: 0.5em 0;
        width: 111%;
    }

    .sy-caption-wrap .sy-caption .tiny {
        left: -30%;
        top: -3em;
    }

    .sy-caption-wrap .sy-caption .tiny a {
        padding: 0.4em;
        font-size: 17px;
    }
}

@media only screen and (max-width:900px) {
    .tiny {
        font-size: 16px;
        top: -4.7em;
        padding: 0.1em 0;
        width: 110%;
    }

    .sy-caption-wrap .sy-caption .tiny {
        left: -31%;
        padding: 0.5em 0;
        top: -5em;
    }

    .sy-caption-wrap .sy-caption .tiny a {
        top: 0;
        padding: 0.4em;
        font-size: 16px;
    }
}

@media only screen and (max-width:750px) {
    .tiny {
        font-size: 16px;
        top: -4.7em;
        padding: 0.1em 0;
        width: 110%;
    }

    .sy-caption-wrap .sy-caption .tiny {
        left: -31%;
        padding: 0.3em 0;
        top: -6em;
    }

    .sy-caption-wrap .sy-caption .tiny a {
        top: 0;
        padding: 0.4em;
        font-size: 16px;
    }
}

#slippry-references,

#no-script-2 {
    display: none;
}

#no-script {
    padding: 0;
}

/* Slider-CSS */
.sliderElements,

.sliderControls {
    margin: 0;
}

.sliderElements figure {
    width: 80%;
    margin: 0 auto 0.8em auto ;
    padding: 0;
}

.sliderElements.wide figure {
    width: 100%;
}

.sliderElements:after {
    content: ".";
    display: block;
    height: .1px;
    clear: both;
    visibility: hidden;
    font-size: 0;
    overflow: hidden;
}

.cssSlider {
    overflow-x: hidden;
}

.sliderElements {
    list-style: none;
    position: relative;
    left: 0;
    width: 600%;
    padding: 0;
    -webkit-transition: left .8s ease-in-out;
    -moz-transition: left .8s ease-in-out;
    -o-transition: left .8s ease-in-out;
    transition: left .8s ease-in-out;
}

.sliderElements > li {
    float: left;
    width: 16.66%;
    position: relative;
}

#slide02:checked ~ .sliderElements {
    left: -100%;
}

#slide03:checked ~ .sliderElements {
    left: -200%;
}

#slide04:checked ~ .sliderElements {
    left: -300%;
}

#slide05:checked ~ .sliderElements {
    left: -400%;
}

#slide06:checked ~ .sliderElements {
    left: -500%;
}

#slide022:checked ~ .sliderElements {
    left: -100%;
}

#slide033:checked ~ .sliderElements {
    left: -200%;
}

#slide044:checked ~ .sliderElements {
    left: -300%;
}

#slide055:checked ~ .sliderElements {
    left: -400%;
}

#slide066:checked ~ .sliderElements {
    left: -500%;
}

/* Bildunterschrift auf dem Bild positionieren */
.sliderElements figcaption {
    display: block;
    color: #77787d;
    position: absolute;
    left: 38%;
    width: 35%;
    top: 5em;
    padding: .4em;
    font-size: 20px;
    line-height: 140%;
}

.sliderElements.wide figcaption {
    font-size: 33px;
    left: 50%;
    width: 50%;
    top: 4.5em;
}

@media only screen and (max-width: 1200px) {
    .sliderElements.wide figcaption {
        font-size: 28px;
        width: 48%;
        left: 52%;
        top: 3.5em;
    }
}

@media only screen and (max-width: 1000px) {
    .sliderElements.wide figcaption {
        font-size: 26px;
        left: 50%;
        width: 48%;
        top: 3em;
    }
}

@media only screen and (max-width: 780px) {
    .sliderElements.wide figcaption {
        font-size: 24px;
        left: 48%;
        width: 50%;
        top: 2.3em;
    }
}

@media only screen and (max-width: 600px) {
    .sliderElements.wide figcaption {
        font-size: 19px;
        left: 48%;
        width: 50%;
        top: 1.5em;
    }
}

@media only screen and (max-width: 400px) {
    .sliderElements.wide figcaption {
        font-size: 17px;
        left: 40%;
        width: 60%;
        top: 0.4em;
    }
}

.sliderElements a {
    font-weight: 400;
    font-size: 22px;
    line-height: 400%;
    text-decoration: none;
    color: #fff;
    background: #055382;
    padding: 0.5em;
    border-radius: 5px;
    text-decoration: none;
}

@media only screen and (max-width:1500px) {
    .sliderElements figcaption {
        top: 4.3em;
        font-size: 21px;
        width: 50%;
    }
}

@media only screen and (max-width:1300px) {
    .sliderElements figcaption {
        top: 2.5em;
        font-size: 18px;
        width: 50%;
    }

    .sliderElements a {
        font-size: 20px;
    }
}

@media only screen and (max-width:1050px) {
    .sliderElements figcaption {
        top: 2em;
        font-size: 17px;
        width: 50%;
    }

    .sliderElements a {
        font-size: 19px;
    }
}

@media only screen and (max-width:900px) {
    .sliderElements figcaption {
        top: 1.3em;
        font-size: 15px;
        width: 52%;
        left: 35%;
        padding: 0.5em;
    }

    .sliderElements a {
        font-size: 17px;
        line-height: 300%;
        padding: 0.3em;
    }
}

@media only screen and (max-width:710px) {
    .sliderElements figcaption {
        top: 1.2em;
        font-size: 15px;
        width: 66%;
        left: 33%;
        padding: 0.2em;
    }

    .sliderElements a {
        font-size: 15px;
        line-height: 320%;
    }

    .sliderElements figure {
        width: 100%;
    }
}

@media only screen and (max-width:520px){
    .sliderElements figcaption {
        top: 1.2em;
        font-size: 15px;
        width: 60%;
        left: 36%;
        padding: 0.2em;
        z-index: 5;
    }

    .sliderElements a {
        font-size: 13px;
        line-height: 300%;
        padding: 0.3em;
    }

    .sliderElements figure {
        width: 160%;
        height: 100%;
        margin-left: -3.8em;
    }

    .sliderElements.wide figure {
        width: 100%;
        margin-left: 0;
    }

    .sliderElements li {
        height: 100%;
    }
}

@media only screen and (max-width:390px){
    .sliderElements figcaption {
        top: 0.4em;
        font-size: 13px;
        width: 65%;
        left: 33%;
        padding: 0.2em;
        z-index: 5;
    }

    .sliderElements a {
        font-size: 13px;
        line-height: 280%;
        padding: 0.3em;
    }

    .sliderElements figure {
        width: 170%;
        height: 180%;
        margin-left: -3.8em;
    }

    .sliderElements li {
        height: 180%;
    }
}

@media only screen and (max-width:310px){
    .sliderElements figcaption {
        top: 0.2em;
        font-size: 13px;
        width: 65%;
        left: 33%;
        padding: 0.2em;
        z-index: 5;
    }

    .sliderElements a {
        font-size: 13px;
        line-height: 280%;
        padding: 0.3em;
    }

    .sliderElements figure {
        width: 170%;
        height: 180%;
        margin-left: -3.8em;
    }

    .sliderElements li {
        height: 180%;
    }
}

/* Bilder responsive */
.sliderElements img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

/* inputs aus dem Blickfeld schieben */
.cssSlider input {
    position: absolute;
    left: -99999px;
}

/* mittige Ausrichtung der Controls - funktioniert im Zusammenspiel mit inline-block */
.sliderControls {
    text-align: center;
    margin: 0 auto 0.8em auto;
}

/* Controls nebeneinander bringen */
.sliderControls li {
    display: inline-block;
    background-color: #ff6600;
    text-indent: -9999px;
    margin: 0 0.8em 0 0;
    border-radius: 50%;
}

/* Controls auf einheitliche Maße bringen und die Ecken abrunden */
.sliderControls label {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    display: block;
    cursor: pointer;
    background: #ddd;
    color: #ff6600;
    margin-bottom: 0;
}

/* Attributselektor und indirekter Nachfahrkombinator zum ansteuern der labels */
.sliderControls label:hover,

#slide01:checked ~ .sliderControls label[for="slide01"],

#slide02:checked ~ .sliderControls label[for="slide02"],

#slide03:checked ~ .sliderControls label[for="slide03"],

#slide04:checked ~ .sliderControls label[for="slide04"],

#slide05:checked ~ .sliderControls label[for="slide05"] {
    background: #ff6600;
    color: #ddd;
}

.sliderControls label:hover,

#slide011:checked ~ .sliderControls label[for="slide011"],

#slide022:checked ~ .sliderControls label[for="slide022"],

#slide033:checked ~ .sliderControls label[for="slide033"],

#slide044:checked ~ .sliderControls label[for="slide044"],

#slide055:checked ~ .sliderControls label[for="slide055"] {
    background: #ff6600;
    color: #ddd;
}

.slide-arrows {
    display: none;
    list-style: none;
    height: 100%;
    width: 100%;
    position: absolute;
    padding: 0;
    margin: 0;
}

.slide-arrows:hover {
    display: inline-block;
}

.slide-arrows li {
    position: absolute;
    width: 10%;
    min-width: 4.2em;
    height: 100%;
    z-index: 33;
}

.slide-arrows li.sa-prev {
    left: 0;
    top: 0;
}

.slide-arrows li.sa-prev a:after {
    background-position: -5% 0;
}

.slide-arrows li.sa-next {
    right: 0;
    top: 0;
}

.slide-arrows li.sa-next a:after {
    background-position: 105% 0;
}

.slide-arrows li a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
}

.slide-arrows li a:link,

.slide-arrows li a:visited {
    opacity: 0.4;
}

.slide-arrows li a:hover,

.slide-arrows li a:focus {
    opacity: 0.8;
    outline: none;
}

.slide-arrows li a:after {
    content: "";
    background-image: url("/images/arrows.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
    text-indent: 0;
    line-height: 2.8em;
    color: #b8b9bc;
    font-weight: 800;
    position: absolute;
    background-color: #fff;
    width: 2.8em;
    height: 2.8em;
    left: 50%;
    top: 50%;
    margin-top: -1.4em;
    margin-left: -1.4em;
    border-radius: 50%;
}

@media only screen and (max-width: 600px) {
    .slide-arrows {
        display: block;
    }

    .slide-arrows li {
        min-width: 2.1em;
    }

    .slide-arrows li a:after {
        width: 1.4em;
        height: 1.4em;
        margin-top: -0.7em;
        margin-left: -0.7em;
    }
}

.list-group-item .badge {
    display: inline-block;
    padding: 0.7em;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    background-color: #055382;
    border-radius: 2rem;
    transition: background-color 1s ease-out 100ms;
}

.list-group-item .badge:hover {
    background: #ff6600;
}

.list-group-item {
    border: none;
}

.list-group-item .badge a {
    color: #fff;
    text-decoration: none;
}

.a-changelog {
    line-height: 130%;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    transition: all ease 0.4s;
    color: #fff;
    background: rgb(253, 102, 13);
    padding: 0.5em;
    border-radius: 2rem;
    margin: 0.5em 0.8em 0.8em;
    width: 50%;
    font-size: 17px;
}

.a-changelog:hover {
    background: #055382;
    color: #fff;
}

.image-back-move {
    background: url(/pics/Movement-1.jpg) center left no-repeat;
    background-size: cover;
    min-height: 765px;
    border: 1px solid rgba(6,75,97, 0.1);
}

.image-back-move p {
    font-size: 24px;
    line-height: 150%;
    position: relative;
    padding-top: 1.2em;
    color: #77787d;
    top: 6.5em;
    left: 40%;
    width: 50%;
}

.image-back-move h2 {
    position: relative;
    top: 5.8em;
    left: 40%;
    font-size: 30px;
    color: #fd660d;
    font-weight: bold;
}

.boxclass-simple-flex-img-b {
    display: flex;
    flex-direction: column;
    width: 63%;
    height: auto;
    padding: 0;
    margin: 0 auto;
}

.boxclass-simple-flex-w,

.boxclass-link,

.boxclass-link-a,

.boxclass-link-b {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    width: 37%;
    font-size: 16px;
    justify-content: center;
    color: #434549;
    background: #e6e6e6;
    padding: 20px 24px;
    word-wrap: break-word;
    margin: 0 auto;
    transition: all ease .4s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
}

.boxclass-link-a {
    width: 33%;
    margin: 1em auto;
}

.boxclass-link-b {
    background: #fff;
    border: none;
}

/* damit die Überschrift durch flex-grow nicht runterrutscht */
.no-button {
    justify-content: flex-start;
    min-width: 1px;
}

/* /damit die Überschrift durch flex-grow nicht runterrutscht */
@media only screen and (max-width:1700px){
    .boxclass-simple-flex-img-b {
        width: 45%;
    }
}

@media only screen and (max-width:1700px){
    .boxclass-simple-flex-w {
        width: 55%;
    }
}

@media only screen and (max-width:1700px){
    .image-back-move p,

    .image-back-move h2 {
        left: 5%;
        width: 90%;
    }
}

@media only screen and (max-width:1200px){
    .boxclass-simple-flex-img-b,

    .boxclass-link-a {
        width: 100%;
    }

    .boxclass-link-a {
        margin: 0.8em auto;
    }
}

@media only screen and (max-width:1200px){
    .boxclass-simple-flex-w,

    .boxclass-link {
        width: 100%;
        margin: 0;
    }
}

@media only screen and (max-width:1200px){
    .image-back-move p,

    .image-back-move h2 {
        left: 25%;
        width: 70%;
    }

    .boxclass-simple-flex-w h2 {
        text-align: center;
    }
}

@media only screen and (max-width:700px){
    .image-back-move p,

    .image-back-move h2 {
        text-align: center;
        left: 4%;
        top: 3em;
        width: 92%;
    }

    .image-back-move {
        min-height: 500px;
    }
}

@media only screen and (max-width: 380px){
    .image-back-move h2 {
        font-size: 24px;
    }

    .image-back-move p {
        font-size: 20px;
    }
}

.boxclass-simple-flex-img-b .img-inline-badge {
    margin-right: 0;
}

/* Tabellen Einsparungen */
#table-invest table,

#table-invest th,

#table-invest td {
    border: 1px solid #ffffff;
    text-align: center;
    padding: 0.5em;
}

#table-invest th {
    background: #055382;

    /* border: 1px solid rgba(6,75,97, 0.4) */
    color: #fff;
}

#table-invest {
    width: 100%;
    margin: 1.5em auto;
}

.dark {
    background: rgba(6,75,97, 0.2);
}

#table-savings table,

#table-savings th,

#table-savings td {
    border: 1px solid #ffffff;
    text-align: center;
    padding: 0.5em;
}

#table-savings th {
    background: #055382;

    /* border: 1px solid rgba(6,75,97, 0.4) */
    color: #fff;
}

#table-savings {
    width: 50%;
    margin: 1.5em 0 1.5em auto;
}

#table-savings th.total {
    background: #055382;
    color: #fff;
    font-weight: bold;
    border: none;
    display: table-cell;
    width: 100%;
}

.dark {
    background: #e6e6e6;
}

@media only screen and (max-width:700px){
    table,

    th,

    td {
        font-size: 11px;
    }
}

@media only screen and (max-width: 760px),(min-device-width: 768px) and (max-device-width: 1024px)  {
    /* Force table to not be like tables anymore */
    #table-invest table,

    #table-savings table,

    #table-invest thead,

    #table-savings thead,

    #table-invest tbody,

    #table-savings tbody,

    #table-invest th,

    #table-savings th,

    #table-invest td,

    #table-savings td,

    #table-invest tr,

    #table-savings  tr {
        display: block;
    }

    #table-savings {
        width: 100%;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #table-invest th,

    #table-savings th {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #table-savings th.total {
        display: table-cell;
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        border: none;
        text-align: left;
    }

    #table-invest tr,

    #table-savings tr {
        border-bottom: 2px solid #055382;
    }

    #table-invest td,

    #table-savings td {
        /* Behave  like a "row" */
        border: 1px solid rgba(6,75,97, 0.4);
        position: relative;
        padding-left: 50%;
    }

    #table-invest td:before,

    #table-savings td:before {
        /* Now like a table header */
        position: absolute;

        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        padding-right: 10px;
        height: auto;
        text-align: left;
    }

    /* Label the data */
    #table-invest td:nth-of-type(1):before {
        content: "Investition";
    }

    #table-invest td:nth-of-type(2):before {
        content: "Kosten";
    }

    #table-invest td:nth-of-type(3):before {
        content: "Direkter Vorteil";
    }

    #table-invest td:nth-of-type(4):before {
        content: "Indirekter Vorteil";
    }

    #table-invest td:nth-of-type(5):before {
        content: "Wirtschaftliche Bewertung";
    }

    #table-savings td:nth-of-type(1):before {
        content: "Mitarbeiter";
    }

    #table-savings td:nth-of-type(2):before {
        content: "Zeitanteil manuelle Ablage";
    }

    #table-savings td:nth-of-type(3):before {
        content: "Zeitersparnis mit DMS";
    }

    #table-savings td:nth-of-type(4):before {
        content: "Jahresgehalt";
    }

    #table-savings td:nth-of-type(5):before {
        content: "Einsparpotential";
    }
}

/* Knowledgebase */
.form-control {
    margin: 0.8em auto;
}

.form-control#username,

.form-control#passwort {
    margin: 0em auto;
}

.multiselect {
    margin: 0.8em auto;
}

/* /Knowledgebase */
.text-left-s {
    text-align: left;
    font-size: 17px;
}

.greenish {
    border-radius: 10px;
    background: #e6e6e6;
}

.img-link {
    width: 100%;
}

.more-green {
    background: rgba(6,75,97,0.7);
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    background: #ff6600;
    color: #fff;
    width: 100%;
    height: auto;
    transition: 2.0s ease;
    opacity: 0;
    color: white;
    text-align: center;
    padding: 2em;
    font-size: 30px;
    border-radius: 10px;
}

@media only screen and (max-width: 500px) {
    .overlay {
        font-size: 24px;
    }
}

/* Box um das Overlay */
.box-half {
    display: flex;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    flex-direction: row;
}

.box-half {
    position: relative;
}

.box-half:hover .overlay {
    opacity: 0.5;
}

/* /Box um das Overlay */
.boxclass-footer ul {
    margin: 0 auto;
}

#toc_container {
    background: #e6e6e6;

    /* border: 1px solid #aaa */
    display: flex;
    font-size: 95%;
    padding: 2vw;
    width: auto;
    border-radius: 10px;
    margin-top: 2%;
    flex-direction: column;
}

.toc_title {
    font-weight: 900;
    text-align: center;
    font-size: 30px;
    color: #FF6600;
}

#toc_container li,

#toc_container ul,

#toc_container ul li {
    list-style: outside none none!important;
    margin-bottom: 4%;
}

#First_Point_Header {
    /* font-size: 30px */
    /* color: #055382!important */
}

#Second_Point_Header {
    /* font-size: 30px */
    /* color: #055382!important */
}

#Third_Point_Header {
    /* font-size: 30px */
    /* color: #055382!important */
}

#Fourth_Point_Header {
    /* font-size: 30px */
    /* color: #055382!important */
}

#First_Sub_Point_1 {
    font-size: 30px;
    color: #fd660d;
    margin: 0 auto 1.2em;
}

#First_Sub_Point_2 {
    font-size: 30px;
    color: #fd660d;
    margin: 0 auto 1.2em;
}

#Second_Sub_Point_1 {
    font-size: 30px;
    color: #fd660d;
    margin: 0 auto 1.2em;
}

#Second_Sub_Point_2 {
    font-size: 30px;
    color: #fd660d;
    margin: 0 auto 1.2em;
}

#Second_Sub_Point_3 {
    font-size: 30px;
    color: #fd660d;
    margin: 0 auto 1.2em;
}

#Second_Sub_Point_4 {
    font-size: 30px;
    color: #fd660d;
    margin: 0 auto 1.2em;
}

#Second_Sub_Point_5 {
    font-size: 30px;
    color: #fd660d;
    margin: 0 auto 1.2em;
}

#Third_Sub_Point_1 {
    font-size: 30px;
    color: #fd660d;
    margin: 0 auto 1.2em;
}

#Third_Sub_Point_2 {
    font-size: 30px;
    color: #fd660d;
    margin: 0 auto 1.2em;
}

#Third_Sub_Point_3 {
    font-size: 30px;
    color: #fd660d;
    margin: 0 auto 1.2em;
}

#Third_Sub_Point_4 {
    font-size: 30px;
    color: #fd660d;
    margin: 0 auto 1.2em;
}

.footer-headings {
    font-weight: bolder;
}

.yt_box {
    position: relative;
    max-width: 100%;
    margin: auto;
    height: 100% !important!;
}

/* .yt_box:before {
    content: "";
    display: block;
   padding-top: 56%
    /* 16:9 Format */
/* .yt_box iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
} */
/* .no-button-with-video {
    justify-content: center;
} */
.wordwrap {
    word-wrap: break-word;
}

.h4-toc {
    margin-left: 50px;
}

.centered-text {
    text-align: left;
    font-size: 17px;
    margin: px 0px;
    padding: 100px 0px;
}

iframe[src*="youtu"],

iframe[src*="vimeo"],

iframe[data-src*="youtu"],

iframe[data-src*="vimeo"] {
    min-width: 100% !important;
    max-width: 1000px;
    height: 562px !important;
}

.video_iframeoverlay {
    margin: auto;
    width: 100% !important;
    max-width: 1000px;
    height: 562px !important;
    position: relative;
    position: relative;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    border-radius: 10px;
}

.video_iframeoverlay p {
    text-align: center;
    margin: 5%;
    z-index: 2;
    position: relative;
    margin-bottom: 10%;
}

.video_iframeoverlay #unlockiframe {
    background: #ff6600;
    color: #fff;
    padding: 0.5rem;
    border-radius: 0.5rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin: auto;
    width: 25rem;
    max-width: 90%;
    z-index: 2;
    white-space: nowrap;
    border: none;
    margin-top: 10%;
}

.video_iframeoverlay #unlockiframe:hover {
    background: #f29524;
}

.call-to-action-half {
    box-shadow: rgba(255,102,0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    word-wrap: break-word;
    background: rgba(255,102,0);
    width: 28%;
    font-size: 16px;
    line-height: 130%;
    text-decoration: none;
    transition: all ease .4s;
    color: #FFFFFF;
    padding: .5em;
    border-radius: 5px;
    margin: 1em auto;
    text-align: center;
}

.code {
    padding: 2px 4px;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

.btn-regular-red {
    background: #E34234;
}

.progress {
    background: rgba(0,0,0,0.1);
    justify-content: flex-start;
    border-radius: 100px;
    align-items: center;
    position: relative;
    padding: 0 1%;
    display: flex;
    height: 50px;
    width: 100%;
    margin-bottom: 2%;
}

.stift {
    animation: load 5s normal forwards;
    box-shadow: 0 10px 40px -10px #FD660D;
    border-radius: 100px;
    background: #FD660D;
    height: 30px;
    width: 0;
}

@keyframes load {
    0% {
        width: 0;
    }

    100% {
        width: 40%;
    }
}

.stift1 {
    animation: load1 5s normal forwards;
    box-shadow: 0 10px 40px -10px #FD660D;
    border-radius: 100px;
    background: #FD660D;
    height: 30px;
    width: 0;
}

@keyframes load1 {
    0% {
        width: 0;
    }

    100% {
        width: 40%;
    }
}

.stift2 {
    animation: load2 5s normal forwards;
    box-shadow: 0 10px 40px -10px #FD660D;
    border-radius: 100px;
    background: #FD660D;
    height: 30px;
    width: 0;
}

@keyframes load2 {
    0% {
        width: 0;
    }

    100% {
        width: 60%;
    }
}

.stift3 {
    animation: load3 5s normal forwards;
    box-shadow: 0 10px 40px -10px #FD660D;
    border-radius: 100px;
    background: #FD660D;
    height: 30px;
    width: 0;
}

@keyframes load3 {
    0% {
        width: 0;
    }

    100% {
        width: 70%;
    }
}

.progbar-container {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    align-items: center;
    width: 80%;
    margin: 4em auto;
}

.progress-title {
    width: 97%;
    float: left;
    margin-bottom: 0.5%;
}

.quelle {
    font-size: 50%;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.slides {
    overflow: hidden;
    display: flex;
    position: relative;
    width: 300%;
    margin: 0;
    left: 0;
    animation: 20s slider infinite;
}

.slides .slider {
    width: 33%;
    float: left;
}

@keyframes slider {
    0% {
        left: 0;
    }

    20% {
        left: 0;
    }

    25% {
        left: -100%;
    }

    45% {
        left: -100%;
    }

    50% {
        left: -200%;
    }

    70% {
        left: -200%;
    }

    75% {
        left: -300%;
    }

    95% {
        left: -300%;
    }

    100% {
        left: -400%;
    }
}

.navigation {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.bar {
    width: 50px;
    height: 10px;
    border: 2px solid #ff6600;
    margin: 6px;
    cursor: pointer;
    transition: 0.4s;
}

.bar:hover {
    background: #ff6600;
}

input[name="slider"] {
    position: absolute;
    visibility: hidden;
}

#slide011:checked ~ .slider {
    margin-left: 0;
}

#slide022:checked ~ .slider {
    margin-left: -33%;
}

#slide033:checked ~ .slider {
    margin-left: -66%;
}

.toc-points {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    word-wrap: break-word;
}

.toc-underpoints {
    color: #055382;
    font-size: 17px;
    text-decoration: none;
}

.toc-points:hover {
    color: #ff6600;
}

.toc-underpoints:hover {
    color: #FF6600;
}

@media only screen and ( min-width: 1480px ) {
    .klasseBildvonRechts {
        margin-left: 50px;
    }
}

.p-align-left {
    width: 100%;
}

body-faq {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    background: #0B2647;
    color: white;
    line-height: 1.5;
    letter-spacing: 0.5px;
    text-align: center;
    height: 100vh;
}

main-faq {
    max-width: 520px;
    margin: 0 auto;
}



p-faq {
    text-align: left;
    font-weight: bold;
}



@keyframes sweep {
    0% {
        opacity: 0;
        margin-top: -10px;
    }

    100% {
        opacity: 1;
        margin-top: 0px;
    }
}


.call-to-action {
    box-shadow: rgba(255,102,0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    background: rgba(255,102,0);
    width: 90%;
    font-size: 19px;
    line-height: 130%;
    text-decoration: none;
    transition: all ease .4s;
    color: #fff;
    padding: .5em;
    border-radius: 5px;
    margin: 1em auto;
    text-align: center;
}

@media (max-width:561px) {
    .call-to-action-faq {
        background: rgba(255,102,0);
        width: 90%;
        font-size: 19px;
        line-height: 130%;
        text-decoration: none;
        transition: all ease .4s;
        color: #fff;
        padding: .5em;
        border-radius: 5px;
        margin: 1em auto;
        text-align: center;
        padding-top: 33.5px;
    }
}

@media screen and (max-width: 500px) {
    .wrapper {
        padding: 20px;
    }

    .counter-up {
        padding: 30px 20px 0 20px;
    }
}

@media screen and (max-width: 1435px) {
    .display-none {
        display: none;
    }
}

.main-navigation {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 2em;
}

ul {
    margin: 0;
    padding: 0;
}

.menu {
    display: flex;
    flex-direction: column;
}

.menu li {
    display: block;
    list-style-type: none;
    text-transform: uppercase;
}

.menu li a {
    display: flex;
    text-align: center;
    text-decoration: none;
    color: #777;
    padding: 1rem;
}

.menu li a:hover {
    background: #777;
    color: #fff;
}

@media (min-width: 800px) {
    .menu {
        flex-direction: row;
        justify-content: space-between;
    }
}

.menu-item-has-children > a:after {
    font-family: "Genericons";
    content: "ï±";
    padding: 1px;
}

nav ul ul {
    display: none;
}

@media (min-width: 800px) {
    nav ul ul {
        display: none;

        /* position: absolute; */
    }
}

nav ul li:hover > ul {
    display: block;
    color: #fff;
    padding-left: 2rem;
}

@media (min-width: 800px) {
    nav ul li:hover > ul,

    nav ul li:hover > ul li ul {
        padding-left: 0;
        background: #fff;
    }

    nav ul li:hover > ul a {
        color: #333333;
    }

    .sub-menu li {
        display: flex;
        padding-right: 2em;
    }

    .sub-menu li:hover,

    .sub-menu li a:hover {
        background: #ddd;
        color: #777;
    }

    nav ul ul ul {
        /* margin: 0 0 0 100%; */
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
    }

    .menu-item-has-children .menu-item-has-children > a:after {
        font-family: "Genericons";
        content: "ï±";
        padding: 1px;
        transform: rotate(-90deg);
    }
}

.wrapper-navbar {
    top: 0;
    background: #055382;
    position: sticky;
    width: 100%;
    z-index: 11;
}

.wrapper-navbar nav {
    position: relative;
    display: flex;
    max-width: calc(100% - 200px);
    margin: 0 auto;
    height: 70px;
    align-items: center;
    justify-content: center;
}

nav .content {
    display: flex;
    align-items: center;
}

nav .content .links {
    margin-left: 80px;
    display: flex;
}

.content .logo a {
    display: block;
    background-size: cover;
    background-image: url('https://www.bitfarm-archiv.de/pics/logos/bitfarm-archiv-dokumentenmanagement-logo.png');
    color: rgba(0, 0, 0, 0.0);

    /* font-size: 30px */
    /* font-weight: 600 */
}

.content .links li {
    list-style: none;
    line-height: 70px;
}

.content .links li a,

.content .links li label {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 9px 17px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.content .links li label {
    display: none;
}

.content .links li a:hover,

.content .links li label:hover {
    background: #ff6600;
    text-decoration: none;
}

.wrapper-navbar .menu-icon {
    display: none;
}

.wrapper-navbar #show-search:checked ~ .search-icon i::before {
    content: "\f00d";
}

.wrapper-navbar .search-box {
    position: absolute;
    height: 100%;
    width: 300;
    opacity: 0;
    pointer-events: none;
}

@media (min-width:1340px) {
    .wrapper-navbar #show-search:checked ~ .search-box {
        left: calc(100% - 326px);
        width: 310 px;
        opacity: 1;
        pointer-events: auto;
        height: 68px;
    }
}

@media (max-width:1340px) {
    .wrapper-navbar #show-search:checked ~ .search-box {
        width: calc(100% - 60px);
        min-width: 177px;
        opacity: 1;
        pointer-events: auto;
        height: 68px;
    }
}

@media (max-width:321px) {
    .search-icon {
        display: none;
    }
}

@media (min-width:1930px) {
    .search-icon {
        padding-left: 3%;
    }
}

@media (max-width:510px) {
    .logo {
        /* transform: scale(0.5) */
    }
}

.search-box input {
    width: 100%;
    height: 70%;
    border: none;
    outline: none;
    color: #333333;
    background: #00000;
    border-radius: 10px;
    max-height: 90%;
    font-weight: bold;
    text-align: left;
    font-size: 20px;
    margin-top: 10px;
    padding-left: 10px;
}

@media (min-width:1835px) and (max-width:1940px) {
    .search-box input {
        width: 101%;
    }
}

.search-box input::placeholder {
    color: #333333;
}

.search-box .go-icon {
    position: absolute;
    right: 10px;
    top: 49%;
    transform: translateY(-47%);
    width: 70px;
    border: none;
    outline: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    height: 40px;
    border-radius: 10px;
}

.wrapper-navbar input[type="checkbox"] {
    display: none;
}

/* Dropdown Menu code start */
.content .links ul {
    position: absolute;
    background: #055382;
    top: 80px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.content .links li:hover > ul {
    top: 70px;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
}

.content .links ul li a {
    display: block;
    width: 100%;
    line-height: 30px;
    border-radius: 0;
}

.content .links ul ul {
    position: absolute;
    top: 0;
    right: calc(-100% + 8px);
}

.content .links ul li {
    position: relative;
}

.content .links ul li:hover ul {
    top: 0;
}

/* Responsive code start */
/* @media screen and (max-width: 1430px){
    .wrapper-navbar nav {
        max-width: 100%;
        padding: 0 20px;
    }

    nav .content .links {
        margin-left: 30px;
    }

    .content .links li a {
        padding: 8px 10px;
    }

    .wrapper-navbar .search-box {
        ||*| max-width: calc(100% - 100px) |*||
        width: calc(100% - 115px);
    }

    .wrapper-navbar .search-box input {
        padding: 0 100px 0px 5px;
    }
} */
@media screen and (max-width: 1340px){
    .wrapper-navbar .menu-icon {
        display: block;
        padding-right: 10px;
    }

    @media screen and (max-width: 1340px){
        .search-icon {
            padding-left: 10px;
        }
    }

    .wrapper-navbar #show-menu:checked ~ .menu-icon i::before {
        content: "\f00d";
    }

    nav .content .links {
        display: block;
        position: fixed;
        background: #055382;
        height: 100%;
        width: 100%;
        top: 70px;
        left: -100%;
        margin-left: 0;
        max-width: 350px;
        overflow-y: auto;
        padding-bottom: 100px;
        transition: all 0.3s ease;
    }

    nav #show-menu:checked ~ .content .links {
        left: 0%;
    }

    .content .links li {
        margin: 15px 20px;
    }

    .content .links li a,

    .content .links li label {
        line-height: 40px;
        font-size: 20px;
        display: block;
        padding: 8px 14px;
        cursor: pointer;
    }

    .content .links li a.desktop-link {
        display: none;
    }

    /* dropdown responsive code start */
    .content .links ul,

    .content .links ul ul {
        position: static;
        opacity: 1;
        visibility: visible;
        background: none;
        max-height: 0px;
        overflow: hidden;
    }

    .content .links #show-downloads:checked ~ ul,

    .content .links #show-features:checked ~ ul,

    .content .links #show-software:checked ~ ul,

    .content .links #show-service:checked ~ ul,

    .content .links #show-dokumentenmanagement:checked ~ ul,

    .content .links #show-unternehmen:checked ~ ul,

    .content .links #show-items:checked ~ ul {
        max-height: 100vh;
    }

    .content .links ul li {
        margin: 7px 20px;
    }

    .content .links ul li a {
        font-size: 18px;
        line-height: 30px;
        border-radius: 5px!important;
    }
}

@media screen and (max-width: 200px)
{
    .wrapper-navbar nav {
        padding: 0 10px;
    }

    .content .logo a {
        font-size: 27px;
    }

    .wrapper-navbar .search-box {
        max-width: calc(100% - 70px);
    }

    .wrapper-navbar .search-box .go-icon {
        width: 30px;
        right: 0;
    }

    .wrapper-navbar .search-box input {
        padding-right: 30px;
    }
}

@media screen and (min-width:1340px) and (max-width:1835px)
{
    .content .links li a,

    .content .links li label {
        color: #fff;
        font-size: 1.1vw;
        font-weight: 500;
        padding: 9px 9px;
        border-radius: 5px;
        transition: all 0.3s ease;
    }
}

.content .links ul li:last-child a {
    border-radius: 0 0 5px 5px;
}

.wrapper-navbar #show-search:checked ~ .search-box {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 1s ease 0s;
}

@media screen and (max-width:2500px)
{
    .wrapper-navbar #show-search:checked ~ .content .links {
        opacity: 0;
        cursor: default !important;
        visibility: hidden;
        transition-property: opacity, visibility;
        transition-duration: 1s, 0s;
        transition-delay: 0s, 1s;
        transition-timing-function: ease-in, linear;
    }
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.transform {
    transform: scale(0.5);
}

@media (max-width:430px) {
    .logo {
        /* margin: 10px */
    }
}

.wrapper-navbar .search-icon,

.wrapper-navbar .menu-icon {
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    line-height: 70px;
    width: 70px;
    text-align: center;
}

.wrapper-navbar #show-search:checked ~ .search-icon {
    position: absolute;
    left: calc(100% - 56px);
}

@media (max-width:430px) {
    .wrapper-navbar #show-search:checked ~ .search-icon {
        left: calc(100% - 6px);
    }
}

@media (max-width:525px) {
    .wrapper-navbar #show-search:checked ~ .content .logo {
        visibility: hidden;
    }
}

@media (max-width:600px){
    .call-to-action-half {
        width: 70%;
        margin: auto;
    }
}

.footer-frame {
    margin-bottom: -7px;
    width: 100%;
    height: 5rem;
}

.footer {
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 3rem;
    padding-bottom: 0.5rem;
    background-color: #e6e6e6;
}

.footer .footer-col {
    margin-bottom: 2.25rem;
}

.footer h4 {
    margin-bottom: 0.625rem;
    color: #293133;
}

.footer .list-unstyled,

.footer p {
    color: #293133;
}

.footer .footer-col.middle .list-unstyled .fas {
    color: #293133;
    font-size: 0.5rem;
    line-height: 1.5rem;
}

.footer .footer-col.middle .list-unstyled .media-body {
    margin-left: 0.5rem;
}

.footer .footer-col.last .list-unstyled .fas {
    color: #293133;
    font-size: 1.875rem;
    line-height: 1.5rem;
}

.footer .footer-col.last .list-unstyled .media-body {
    margin-left: 0.625rem;
}

.footer .footer-col.last .list-unstyled .fas.fa-globe {
    margin-left: 1rem;
    margin-right: 0.625rem;
}

/* *********************** */
/* 15. Copyright */
/* *********************** */
.copyright {
    display: flex;
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: 0.375rem;
    background-color: #e6e6e6;
    text-align: center;
}

.copyright .p-small {
    padding-top: 1.375rem;
    border-top: 1px solid #333333;
    color: #333333;
}

.copyright a {
    color: #333333;
    text-decoration: none;
}

/* ******************************** */
/* 16. Back To Top Button */
/* ******************************** */
a.back-to-top {
    position: fixed;
    z-index: 999;
    right: 0.75rem;
    bottom: 0.75rem;
    display: none;
    width: 2.625rem;
    height: 2.625rem;
    border-radius: 1.875rem;
    background: #055382 url("../images/up-arrow.png") no-repeat center 47%;
    background-size: 1.125rem 1.125rem;
    text-indent: -9999px;
}

a:hover.back-to-top {
    background-color: #ff6600;
}

/* ************************* */
.parent-footer {
    margin-top: 5%;
}

.editorial {
    display: block;
    width: 100%;
    height: 30px;
    max-height: 60px;
    z-index: 5;
    bottom: 0;
    position: relative;
    left: 0px;
    float: left;

    /* margin-bottom: 2% */
}

.parallax1 > use {
    animation: move-forever1 20s linear infinite;

    &:nth-child(1) {
        animation-delay: -2s;
    }
}

.parallax2 > use {
    animation: move-forever2 16s linear infinite;

    &:nth-child(1) {
        animation-delay: -2s;
    }
}

.parallax3 > use {
    animation: move-forever3 12s linear infinite;

    &:nth-child(1) {
        animation-delay: -2s;
    }
}

.parallax4 > use {
    animation: move-forever4 8s linear infinite;

    &:nth-child(1) {
        animation-delay: -2s;
    }
}

@keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }

    100% {
        transform: translate(-90px, 0%);
    }
}

@keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever3 {
    0% {
        transform: translate(85px, 0%);
    }

    100% {
        transform: translate(-90px, 0%);
    }
}

@keyframes move-forever4 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

.editorial-flip {
    transform: scale(-1, -1);
    transform-origin: center;
    display: block;
    width: 100%;
    height: 30px;
    max-height: 60px;
    z-index: 5;
    bottom: 0;
    position: relative;
    left: 0px;
    float: left;
    margin-bottom: 2%;
}

@media (max-width: 1340px) {
    .scrollable {
        overflow: auto !important;
    }
}

@media (min-width:600px) {
    .boxclass-simple-flex-2-dlm {
        width: 30%;
        margin-right: 3%;
    }
}

@media (max-width:1716px) {
    .width-68 {
        width: 100%;
    }
}

@media (min-width:1716px) {
    .width-86 {
        width: 36%;
    }
}

/* @media (min-width:1200px) {
    .width-66 {
        width: 67.2%;
    }
} */
@media (max-width:1200px) {
    .img-inline-right-full {
        width: 100%;
    }
}

@media (max-width:1400px) {
    .full-width-1400 {
        width: 100%;
        margin-left: 0;
    }
}

@media (min-width:1400px) {
    .margin-right-1400 {
        margin-right: 14%;
    }
}

@media (max-width:600px) {
    .padding-600 {
        padding: 1%;
    }
}

@media (max-width:750px) {
    .margin-left-750 {
        margin-left: 2%;
    }
}

@media (min-width:1500px) {
    .padding-right-1500 {
        padding-right: 4%;
    }
}

@media (max-width:1200px) {
    .full-width-1200 {
        width: 100% !important;
    }
}

.container:before,

.container:after,

.navbar-collapse:after {
    content: none;
}

@media (max-width:1200px) {
    .margin-right-1200-0 {
        margin-right: 0;
    }
}

@media (max-width:1200px) {
    .margin-left-1200-0 {
        margin-left: 0;
    }
}

@media (min-width:710px) {
    #breadcrumb {
        margin-right: 35vw;
    }
}

.col-md-12 {
    padding-left: 3% !important;
    padding-right: 3% !important;
    width: auto;
    background: #e6e6e6;
    font-weight: bold;
    border-radius: 5px;
}

@media (max-width:710px) {
    #breadcrumb {
        margin-left: 1%;
        margin-right: 1%;
    }
}

.img-header {
    border-radius: 0;
}

@media (max-width:1500px) {
    .margin-right-1500-1 {
        margin-right: 1%;
    }
}

@media (max-width:1500px) {
    .margin-left-1500-1 {
        margin-left: 1%;
    }
}

@media (max-width:1500px) {
    #table-savings {
        margin: 2% auto auto;
        width: 100%;
    }
}

@media (max-width:540px) {
    .wrapper-navbar #show-search:checked ~ .menu-icon {
        margin-right: 15%;
    }
}

.col-md-glossar {
    width: auto;
    background: #ffffff;
    border-radius: 5px;
}

.margin-auto {
    margin: auto;
    padding: 2%;
}

.navbar-nav .open .dropdown-menu {
    background-color: #fff!important;
}

.navbar .active a {
    background: #fff;
    color: #055382;
}

#navbar-collapse-mobile {
    padding-left: 15px;
}

@media (min-width:1201px) {
    .space-between {
        display: flex;
        justify-content: space-between;
    }
}

.call-to-action-half:hover {
    box-shadow: rgba(5, 83, 130, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    background-color: #055382;
    color: #ffffff;
    text-decoration: none;
}

.call-to-action:hover {
    box-shadow: rgba(5, 83, 130, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    background-color: #055382;
    color: #ffffff;
    text-decoration: none;
}

@media screen and (max-width: 1630px) {
    .display-none-1630 {
        display: none;
    }
}

@media screen and (min-width: 1630px) {
    .display-none-min-1630 {
        display: none;
    }
}

@media (max-width: 1250px) {
    .display-none-max-991 {
        display: none !important;
    }
}

@media (max-width:568px) {
    .v2 {
        position: absolute;
        top: 74px;
        right: 23px;
        min-width: 100px;
    }

    #searchbar .fa-globe {
        color: #fff;
    }
}


@media (max-width:430px) {
    .v2 {
        position: absolute;
        top: 76px;
        right: 18px;
        min-width: 100px;
    }

    #searchbar .fa-globe {
        color: #fff;
    }
}

.no-border-radius {
    border-radius: 0px !important;
}

@media (max-width: 1200px) {
    .width-97 {
        width: 97% !important;
    }
}

@media (max-width: 991px) {
    .justify-content-center969 {
        justify-content: center !important;
    }
}

.call-to-action-faq {
    box-shadow: rgba(79, 79, 79, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

@media (max-width:750px) {
    .full-flex-750 {
        flex: 100%;
        width: 100%;
    }
}

@media (min-width:750px){
    .half-flex {
        flex: 50%;
    }
}

@media (max-width:750px){
    .call-to-action-faq {
        margin-left: 0% !important;
    }
}

@media (max-width:760px) {
    .full-width-760 {
        width: 100% !important;
    }
}

.images-compare-container {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.images-compare-before {
    will-change: clip;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
    overflow: hidden;
}

.images-compare-after {
    pointer-events: none;
}

.images-compare-before img,

.images-compare-after img {
    max-width: 100%;
    height: auto;
    display: block;
}

.images-compare-separator {
    position: absolute;
    background: #333333;
    height: 100%;
    width: 2px;
    z-index: 4;
    left: 0;
    top: 0;
    border-radius: 5px;
}

.images-compare-handle {
    height: 42px;
    width: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    border: 3px solid white;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    -webkit-box-shadow: 0 0 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0 0 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 0 12px rgba(51, 51, 51, 0.5);
    z-index: 3;
    background: #ff6600;
    cursor: pointer;
}

.images-compare-left-arrow,

.images-compare-right-arrow {
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
}

.images-compare-left-arrow {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px;
}

.images-compare-right-arrow {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px;
}

.images-compare-label {
    font-family: sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    color: #ffffff;
    background: #333333;
    padding: 10px;
    border-radius: 5px;
    pointer-events: none;
    display: none;
}

.images-compare-container .images-compare-label {
    display: inherit;
}

.images-compare-before .images-compare-label {
    left: 10px;
}

.images-compare-after .images-compare-label {
    left: auto;
    right: 10px;
}

@media (max-width:1200px){
    .margin-1200 {
        margin: 2%;
    }
}

video {
    outline: none;
    clip-path: inset(2px 2px);
}

@media (min-width:991px){
    .display-991-min {
        display: none;
    }
}

@media (min-width:495px){
    .display-495-min {
        display: none;
    }
}

@media (max-width:495px){
    .display-495-max {
        display: none;
    }
}

@media (max-width:1200px){
    .display-1200-max {
        display: none;
    }
}

section {
    height: auto;
    width: 100%;
    display: table;
}

.scroll-down {
    opacity: 1;
    -webkit-transition: all .5s ease-in 3s;
    transition: all .5s ease-in 3s;
}

.scroll-down {
    position: absolute;
    top: 90vh;
    left: 50%;
    margin-left: -16px;
    display: block;
    width: 32px;
    height: 32px;
    border: 3px solid #ff6600;
    background-size: 14px auto;
    border-radius: 50%;
    z-index: 2;
    -webkit-animation: bounce 8s infinite 8s;
    animation: bounce 8s infinite 8s;
    -webkit-transition: all .8s ease-in;
    transition: all .8s ease-in;
}

.scroll-down:before {
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 6px);
    transform: rotate(-45deg);
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    border: 2px solid #ff6600;
    border-width: 0px 0 2px 2px;
}

@keyframes bounce {
    0%,

    100%,

    20%,

    50%,

    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    60% {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@media (min-width:768px){
    .height-100-hv {
        min-height: 100vh;
    }
}

@media (min-width:769px){
    .display-none-768 {
        display: none;
    }
}

@media (max-width:768px){
    .height-auto-768 {
        height: auto!important;
    }
}

@media (max-width:768px){
    .bottom-20-768 {
        bottom: 45vh !important;
    }
}

@media (max-width:1200px){
    .max-width-1200 {
        max-width: 75% !important;
    }
}

@media (max-width:768px){
    .font-size-32-768 {
        font-size: 32px !important;
        font-weight: 700;
    }
}

@media (max-width:768px){
    .top-50vh {
        top: 60vh;
    }
}

@media (max-width:768px){
    .flex-auto {
        flex: auto !important;
    }
}

.back-to-top {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    width: 32px;
    height: 32px;
    border: 3px solid #ff6600;
    background-size: 14px auto;
    border-radius: 50%;
    z-index: 2;
}

.back-to-top:hover {
    opacity: 60%;
}

.hidden {
    opacity: 0%;
}

.back-to-top-icon {
    margin-left: 1px;
    margin-top: 4px;
    color: #ff6600;
    transform: rotate(-225deg);
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    border: 2px solid #ff6600;
    border-width: 0px 0 2px 2px;
}

tr.grey td:first-child {
    border-radius: 0px 0px 5px 5px;
}

tr.shown td:first-child {
    border-radius: 5px 0px 0px 0px;
}

tr.shown td:last-child {
    border-radius: 0px 5px 0px 0px;
}

tr.shown td {
    border: none !important;
}

.scroll-line {
    position: sticky;
    top: 51px;
    height: 4px;
    margin-bottom: -2px;
    background: #ff6600;
    width: 0%;
}

.gotopbtn {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    width: 32px;
    height: 32px;
    border: 3px solid #ff6600;
    background-size: 14px auto;
    border-radius: 50%;
    z-index: 2;
}

.gotopbtn:hover {
    opacity: 100%;
    color: white !important;
}

@media (max-width:768px){
    .gotopbtn {
        width: 25px;
        height: 25px;
        font-size: 11px;
        line-height: 25px;
        right: 25px;
    }
}

.unsupported {
    color: #555;
    border-radius: 10px;
    font-family: Tahoma,Geneva,Arial,sans-serif;
    font-size: 11px;
    padding: 36px;
    background: #fff8c4;
    border: 1px solid #f2c779;
    margin: 5% auto auto auto;
    width: 100%;
}

.unsupported-span {
    font-weight: bold;
    text-transform: uppercase;
}

h2.unsupported-title {
    font-size: 30px ;
    line-height: 50px;
    margin-bottom: 1rem;
}

p.unsupported-paragraph {
    font-size: 20px;
    line-height: 30px;
}

p.unsupported-paragraph-sad {
    background: url('https://www.bitfarm-archiv.de/pics/sad-document.svg') no-repeat 10px 10%;
    background-position: center center;
    height: 150px;
    margin: auto;
}

.close-button {
    font-size: 20px;
    line-height: 30px;
    border: 1px solid black;
    border-radius: 5px;
    width: 30vw;
    margin: 5% auto auto auto;
}

#noscript-btnControl {
    display: none;
}

.noscript-btn {
    width: 60%;
    background: #fff;
    display: block;
    text-align: center;
    margin: auto;
}

.noscript-btn:hover {
    cursor: pointer;
}

#noscript-btnControl:checked + label {
    display: none;
}

.no-border-radius {
    border-radius: 0px !important;
}

pre {
    white-space: pre-wrap;

    /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;

    /* Mozilla, since 1999 */
    white-space: -pre-wrap;

    /* Opera 4-6 */
    white-space: -o-pre-wrap;

    /* Opera 7 */
    word-wrap: break-word;

    /* Internet Explorer 5.5+ */
}

@media only screen and (max-width: 400px) {
    .navbar-brand {
        width: 100%;
    }
}

@media (max-width:1200px) {
    .boxclass-link-b {
        width: 90% !important;
    }
}

.cookie-banner {
    box-shadow: 0 1px 2px rgba(0,0,0,0.07), 0 2px 4px rgba(0,0,0,0.07), 0 4px 8px rgba(0,0,0,0.07), 0 8px 16px rgba(0,0,0,0.07), 0 16px 32px rgba(0,0,0,0.07), 0 32px 64px rgba(0,0,0,0.07);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #E6E6E6;
    padding: 20px;
    text-align: center;
    max-width: 400px;
    z-index: 9999;
    font-size: 14px;
    border-radius: 10px;
    min-width: 50%;
    overflow-y: auto;
    min-height: 20%

    /* Vertikale Scrollbar bei Bedarf anzeigen */;

    /* max-height: 80vh */
    /* Maximale Höhe des Inhalts */
}

.cookie-content {
    /* height: 500px */
    /* Die Hälfte der Höhe minus die Höhe der action-container */
    overflow-y: auto;

    /* Scrollbar für den Textinhalt */
    padding-bottom: 10px;
    margin-bottom: 9%;

    /* Platz für die action-container */
}

.cookie-settings {
    margin-top: 10px;
}

.action-container {
    height: 40px;

    /* Höhe der action-container */
    display: flex;
    justify-content: space-around;

    /* padding-top: 10px */
    /* Abstand zum Textinhalt */
    position: absolute;
    bottom: 0px;
    left: 0;

    /* top: 0px */
    width: 100%;
    background-color: none;
    margin-bottom: 4%;

    /* Hintergrundfarbe wie bei .cookie-banner */
}

.cookie-content p {
    margin-bottom: 2%;
    overflow: none;

    /* Kein Abstand unterhalb des Textinhalts */
}

.action-btn {
    padding: 5px 10px;
    cursor: pointer;
    border: none;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .cookie-content {
        height: 40vh !important;
    }
}

@media (max-width: 1600px) {
    .cookie-banner {
        min-height: 34% !important;
    }
}

@media (max-width: 1100px) {
    .cookie-banner {
        min-height: 40% !important;
    }
}

@media (max-width: 768px) {
    .cookie-banner {
        min-height: 50% !important;
    }
}

@media (max-width: 768px) {
    .action-container {
        min-height: 10% !important;
        width: 90%;
        justify-content: spare-around;
        font-size: 0.7em;
    }
}

.accept-action {
    background: #71906E;
    font-weight: bold;
    color: white;
}







/* ******************* */
/* 10. Video */
/* ******************* */
.basic-2 {
    padding-top: 8rem;
    padding-bottom: 6.75rem;
    text-align: center;
    border-radius: 10px;
    background-color: #e6e6e6;
}

.basic-2 .image-container {
    margin-bottom: 2rem;
}

.basic-2 .image-container img {
    border-radius: 0.75rem;
}

.basic-2 .video-wrapper {
    position: relative;
}

/* Video Play Button */
.basic-2 .video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    display: block;
    box-sizing: content-box;
    width: 2rem;
    height: 2.75rem;
    padding: 1.125rem 1.25rem 1.125rem 1.75rem;
    border-radius: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.basic-2 .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    display: block;
    width: 4.75rem;
    height: 4.75rem;
    border-radius: 50%;
    background: #ff6600;
    animation: pulse-border 1500ms ease-out infinite;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.basic-2 .video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    display: block;
    width: 4.375rem;
    height: 4.375rem;
    border-radius: 50%;
    background: #ff6600;
    transition: all 200ms;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.basic-2 .video-play-button span {
    position: relative;
    display: block;
    z-index: 3;
    top: 0.375rem;
    left: 0.25rem;
    width: 0;
    height: 0;
    border-left: 1.625rem solid #fff;
    border-top: 1rem solid transparent;
    border-bottom: 1rem solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

/* end of video play button */
.basic-2 .p-heading {
    margin-bottom: 1rem;
}

@media (max-width:768px){
    .font-size-16 {
        font-size: 16px !important;
        font-weight: 700;
    }
}

.video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
    background-color: #ff6600;
    box-shadow: 0 0 0 0 rgba(255, 102, 0, 0.7);
    animation: pulse 2.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(255, 102, 0, 0);
    }
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes gradient-animation {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.container.height-100-hv.textbox-box-center-2 > video {
    width: 45%;
    height: auto;
}

@media screen and (min-width: 2320px) {
    .margin-top-20 {
        margin-top: 20% !important;
    }
}

@media screen and (min-width: 800px) {
    .columm-count-2 {
        column-count: 2;
    }
}


@media (min-width:767px){

    .col-md-4
    {
        width: 33.3%;
    }


}

@media (max-width:767px){

    .navbar-brand
    {
        width: 100%;
        transform: scale(0.7);
    }


}


@media (max-width: 1199px) {
  .dropdown .dropdown-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 1000;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  .dropdown > a {
    position: relative;
    z-index: 0;
  }

  .dropdown > a:focus + .dropdown-menu {
    display: block;
  }

  .dropdown > a:not(:focus) + .dropdown-menu {
    display: none;
  }

  .dropdown:not(:focus-within) .dropdown-menu {
    display: none;
  }

  .dropdown:focus-within .dropdown-menu {
    display: block;
  }

  .dropdown ~ .dropdown > a:focus + .dropdown-menu {
    display: none;
  }
}


@media (min-width: 999px) {
    .height-section-100-hv {
      min-height: 100vh !important;
    }}

    summary {
        font-weight: bold;
        color: #475766;
    }

    details#full > div {
      display: flex;
      flex-wrap: wrap;
      gap: 10px; /* Abstand zwischen den Boxen */
       align-items: flex-start; /* verhindert, dass Items sich an der höchsten Box ausrichten */
    }

    details#full > div > details {
      flex: 1 1 calc(50% - 10px); /* Zwei Boxen pro Zeile */
      display: flex;
      flex-direction: column;
      height: auto;
    }

    details#full > div > details summary {
      cursor: pointer;
    }

    details#full > div > details[open] {
      flex: 1 1 calc(50% - 10px); /* Sicherstellen, dass die Größe beibehalten wird */
    }

    details#full > div > details > * {
      flex-grow: 1;
    }
