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

.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;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

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

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

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

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

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

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

.fa-ul > li {
    position: relative
}

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

.fa-li.fa-lg {
    left: -1.85714286em
}

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

.pull-right {
    float: right
}

.pull-left {
    float: left
}

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

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

.fa-spin {
    -webkit-animation: 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(0);
        transform: rotate(0)
    }

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

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

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

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

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

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

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

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

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180,
:root .fa-rotate-270, :root .fa-rotate-90 {
    -webkit-filter: none;
    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-close:before, .fa-remove: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-cog:before, .fa-gear: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-repeat:before, .fa-rotate-right: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-image:before, .fa-photo:before, .fa-picture-o:before {
    content: "\f03e"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-exclamation-triangle:before, .fa-warning: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-cogs:before, .fa-gears: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-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-floppy-o:before, .fa-save:before {
    content: "\f0c7"
}

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

.fa-bars:before, .fa-navicon:before, .fa-reorder: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-sort:before, .fa-unsorted:before {
    content: "\f0dc"
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clipboard:before, .fa-paste: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-chain-broken:before, .fa-unlink: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-caret-square-o-down:before, .fa-toggle-down:before {
    content: "\f150"
}

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

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

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

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

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

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

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

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

.fa-krw:before, .fa-won: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-caret-square-o-left:before, .fa-toggle-left:before {
    content: "\f191"
}

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

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

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

.fa-try:before, .fa-turkish-lira: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-bank:before, .fa-institution:before, .fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before, .fa-mortar-board: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: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-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: "\f1c5"
}

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

.fa-file-audio-o:before, .fa-file-sound-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-ring:before,
.fa-life-saver:before, .fa-support:before {
    content: "\f1cd"
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-circle-thin:before, .fa-genderless: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-futbol-o:before, .fa-soccer-ball-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-ils:before, .fa-shekel:before, .fa-sheqel: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-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-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-bed:before, .fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.shariff::after, .shariff::before {
    content: " ";
    display: table
}

.shariff::after {
    clear: both
}

.shariff ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.shariff li {
    height: 35px;
    box-sizing: border-box;
    overflow: hidden
}

.shariff li a {
    color: #fff;
    position: relative;
    display: block;
    height: 35px;
    text-decoration: none;
    box-sizing: border-box
}

.shariff li .share_count, .shariff li .share_text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    vertical-align: middle;
    line-height: 35px
}

.shariff li .fa {
    width: 35px;
    line-height: 35px;
    text-align: center;
    vertical-align: middle
}

.shariff li .share_count {
    padding: 0 8px;
    height: 33px;
    position: absolute;
    top: 1px;
    right: 1px
}

.shariff .orientation-horizontal {
    display: -webkit-box
}

.shariff .orientation-horizontal li {
    -webkit-box-flex: 1
}

.shariff .orientation-horizontal .info {
    -webkit-box-flex: 0
}

.shariff .orientation-horizontal {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.shariff .orientation-horizontal li {
    float: left;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 35px;
    margin-right: 3%;
    margin-bottom: 10px
}

.shariff .orientation-horizontal li:last-child {
    margin-right: 0
}

.shariff .orientation-horizontal li .share_text {
    display: block;
    text-indent: -9999px;
    padding-left: 3px
}

.shariff .orientation-horizontal li .share_count {
    display: none
}

.shariff .theme-grey .shariff-button a {
    background-color: #b0b0b0
}

.shariff .theme-grey .shariff-button .share_count {
    background-color: #ccc;
    color: #333
}

.shariff .theme-white .shariff-button {
    border: 1px solid #ddd
}

.shariff .theme-white .shariff-button a {
    background-color: #fff
}

.shariff .theme-white .shariff-button a:hover {
    background-color: #eee
}

.shariff .theme-white .shariff-button .share_count {
    background-color: #fff;
    color: #999
}

.shariff .orientation-vertical {
    min-width: 110px
}

.shariff .orientation-vertical li {
    display: block;
    width: 100%;
    margin: 5px 0
}

.shariff .orientation-vertical li .share_count {
    width: 24px;
    text-align: right
}

@media only screen and (min-width:360px) {
    .shariff .orientation-horizontal li {
        margin-right: 1.8%;
        min-width: 80px;
        width: auto;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .shariff .orientation-horizontal li .share_count {
        display: block
    }

    .shariff .orientation-horizontal.col-1 li, .shariff .orientation-horizontal.col-2 li {
        min-width: 110px;
        max-width: 160px
    }

    .shariff .orientation-horizontal.col-1 li .share_text, .shariff .orientation-horizontal.col-2 li .share_text {
        text-indent: 0;
        display: inline
    }

    .shariff .orientation-horizontal.col-5 li, .shariff .orientation-horizontal.col-6 li {
        -webkit-flex: none;
        -ms-flex: none;
        flex: none
    }
}

@media only screen and (min-width:640px) {
    .shariff .orientation-horizontal.col-3 li {
        min-width: 110px;
        max-width: 160px
    }

    .shariff .orientation-horizontal.col-3 li .share_text {
        text-indent: 0;
        display: inline
    }
}

@media only screen and (min-width:768px) {
    .shariff .orientation-horizontal li {
        min-width: 110px;
        max-width: 160px
    }

    .shariff .orientation-horizontal li .share_text {
        text-indent: 0;
        display: inline
    }

    .shariff .orientation-horizontal.col-5 li, .shariff .orientation-horizontal.col-6 li {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

@media only screen and (min-width:1024px) {
    .shariff li {
        height: 30px
    }

    .shariff li a {
        height: 30px
    }

    .shariff li .fa {
        width: 30px;
        line-height: 30px
    }

    .shariff li .share_count, .shariff li .share_text {
        line-height: 30px
    }

    .shariff li .share_count {
        height: 28px
    }
}

.shariff .facebook a {
    background-color: #3b5998
}

.shariff .facebook a:hover {
    background-color: #4273c8
}

.shariff .facebook .fa-facebook {
    font-size: 22px
}

.shariff .facebook .share_count {
    color: #183a75;
    background-color: #99adcf
}

.shariff .theme-white .facebook a {
    color: #3b5998
}

@media only screen and (min-width:600px) {
    .shariff .facebook .fa-facebook {
        font-size: 19px
    }
}

.shariff .googleplus a {
    background-color: #d34836
}

.shariff .googleplus a:hover {
    background-color: #f75b44
}

.shariff .googleplus .fa-google-plus {
    font-size: 22px
}

.shariff .googleplus .share_count {
    color: #a31601;
    background-color: #eda79d
}

.shariff .theme-white .googleplus a {
    color: #d34836
}

@media only screen and (min-width:600px) {
    .shariff .googleplus .fa-google-plus {
        font-size: 19px;
        position: relative;
        top: 1px
    }
}

.shariff .info {
    border: 1px solid #ccc
}

.shariff .info a {
    color: #666;
    background-color: #fff
}

.shariff .info a:hover {
    background-color: #efefef
}

.shariff .info .fa-info {
    font-size: 20px;
    width: 33px
}

.shariff .info .share_text {
    display: block !important;
    text-indent: -9999px !important
}

.shariff .theme-grey .info a {
    background-color: #fff
}

.shariff .theme-grey .info a:hover {
    background-color: #efefef
}

.shariff .orientation-vertical .info {
    width: 35px;
    float: right
}

@media only screen and (min-width:360px) {
    .shariff .orientation-horizontal .info {
        -webkit-flex: none !important;
        -ms-flex: none !important;
        flex: none !important;
        width: 35px;
        min-width: 35px !important
    }
}

@media only screen and (min-width:1024px) {
    .shariff .info .fa-info {
        font-size: 16px;
        width: 23px
    }

    .shariff .orientation-horizontal .info {
        width: 25px;
        min-width: 25px !important
    }

    .shariff .orientation-vertical .info {
        width: 25px
    }
}

.shariff .linkedin a {
    background-color: #0077b5
}

.shariff .linkedin a:hover {
    background-color: #0369a0
}

.shariff .linkedin .fa-linkedin {
    font-size: 22px
}

.shariff .linkedin .share_count {
    color: #004785;
    background-color: #33AAE8
}

.shariff .theme-white .linkedin a {
    color: #0077b5
}

@media only screen and (min-width:600px) {
    .shariff .linkedin .fa-linkedin {
        font-size: 19px
    }
}

.shariff .mail a {
    background-color: #999
}

.shariff .mail a:hover {
    background-color: #a8a8a8
}

.shariff .mail .fa-envelope {
    font-size: 21px
}

.shariff .theme-white .mail a {
    color: #999
}

@media only screen and (min-width:600px) {
    .shariff .mail .fa-envelope {
        font-size: 18px
    }
}

.shariff .pinterest a {
    background-color: #bd081c
}

.shariff .pinterest a:hover {
    background-color: #d50920
}

.shariff .pinterest .fa-pinterest-p {
    font-size: 22px
}

.shariff .pinterest .share_count {
    color: #a31601;
    background-color: #eda79d
}

.shariff .theme-white .pinterest a {
    color: #bd081c
}

@media only screen and (min-width:600px) {
    .shariff .pinterest .fa-pinterest-p {
        font-size: 19px;
        position: relative;
        top: 1px
    }
}

.shariff .twitter a {
    background-color: #55acee
}

.shariff .twitter a:hover {
    background-color: #32bbf5
}

.shariff .twitter .fa-twitter {
    font-size: 28px
}

.shariff .twitter .share_count {
    color: #0174a4;
    background-color: #96D4EE
}

.shariff .theme-white .twitter a {
    color: #55acee
}

@media only screen and (min-width:600px) {
    .shariff .twitter .fa-twitter {
        font-size: 24px
    }
}

.shariff .whatsapp a {
    background-color: #5cbe4a
}

.shariff .whatsapp a:hover {
    background-color: #34af23
}

.shariff .whatsapp .fa-whatsapp {
    font-size: 28px
}

.shariff .theme-white .whatsapp a {
    color: #5cbe4a
}

@media only screen and (min-width:600px) {
    .shariff .whatsapp .fa-whatsapp {
        font-size: 22px
    }
}

.shariff .xing a {
    background-color: #126567
}

.shariff .xing a:hover {
    background-color: #29888a
}

.shariff .xing .fa-xing {
    font-size: 22px
}

.shariff .xing .share_count {
    color: #15686a;
    background-color: #4fa5a7
}

.shariff .theme-white .xing a {
    color: #126567
}

@media only screen and (min-width:600px) {
    .shariff .xing .fa-xing {
        font-size: 19px
    }
}

.heise-modal {
    z-index: 6543210;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: none
}

.heise-modal button[data-role=close] {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 25px;
    background: #fff;
    border-radius: 18px;
    line-height: 16px;
    vertical-align: top;
    width: 36px;
    height: 36px;
    border: 0;
    padding: 5px 7px 7px 7px
}

.heise-modal button[data-role=close]:focus {
    outline: 0
}

.heise-modal .centered {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.heise-modal .wrapper-transparent {
    background: #000;
    opacity: .7;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.gallery.color-schema-light .gallery-inner > .fullscreen-btn .fa,
.gallery.color-schema-light .gallery-inner > .slide .fa {
    color: #fff;
    text-shadow: 0 0 5px #191919;
    background-color: #191919
}

.gallery.color-schema-light .gallery-inner figure {
    background-color: #fff
}

.gallery.color-schema-dark .gallery-inner > .fullscreen-btn .fa,
.gallery.color-schema-dark .gallery-inner > .slide .fa {
    color: #191919;
    text-shadow: 0 0 5px #fff;
    background-color: #fff
}

.gallery.color-schema-dark .gallery-inner figure {
    background-color: #191919
}

.heise-modal .full-screen .image-stage {
    width: 100%
}

.heise-modal .full-screen aside {
    display: none !important
}

[data-role=close].full-screen {
    display: none
}

.gallery.ie-lt-11 .fullscreen-api-btn {
    display: none
}

.gallery.ie10 aside p {
    max-height: calc(100% - 290px)
}

.gallery.ie8 .fullscreen-btn {
    display: none
}

.gallery.ie9 .stage button {
    z-index: 1
}

.gallery.ie9 .gallery-modal-wrapper .image-stage {
    width: calc(100% - 320px);
    margin: 0;
    vertical-align: middle
}

.gallery.ie9 .gallery-modal-wrapper .image-stage .fa {
    padding: 10px;
    color: #fff;
    background-color: #000
}

.gallery.ie9 .gallery-modal-wrapper footer {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    text-align: center
}

.gallery.ie9 .fa {
    color: #000
}

.gallery.ie9 .aside, .gallery.ie9 aside {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%
}

.gallery.ie9 .aside p, .gallery.ie9 aside p {
    max-height: 70%
}

.gallery[data-inline-ratio="2:3"], .gallery[data-inline-ratio="3:4"],
.gallery[data-inline-ratio="3:5"], .gallery[data-inline-ratio="5:8"],
.gallery[data-inline-ratio="9:16"], .gallery[data-inline-ratio="10:16"] {
    float: left;
    max-width: 320px;
    margin: 0 30px 30px 0;
    clear: both
}

.gallery[data-inline-ratio="2:3"]:after, .gallery[data-inline-ratio="3:4"]:after,
.gallery[data-inline-ratio="3:5"]:after, .gallery[data-inline-ratio="5:8"]:after,
.gallery[data-inline-ratio="9:16"]:after, .gallery[data-inline-ratio="10:16"]:after {
    display: block;
    height: 0;
    clear: both;
    line-height: 0;
    visibility: hidden;
    content: " "
}

.gallery[data-inline-ratio="2:3"] > figcaption, .gallery[data-inline-ratio="2:3"] > h2,
.gallery[data-inline-ratio="2:3"] > h3, .gallery[data-inline-ratio="3:4"] > figcaption,
.gallery[data-inline-ratio="3:4"] > h2, .gallery[data-inline-ratio="3:4"] > h3,
.gallery[data-inline-ratio="3:5"] > figcaption, .gallery[data-inline-ratio="3:5"] > h2,
.gallery[data-inline-ratio="3:5"] > h3, .gallery[data-inline-ratio="5:8"] > figcaption,
.gallery[data-inline-ratio="5:8"] > h2, .gallery[data-inline-ratio="5:8"] > h3,
.gallery[data-inline-ratio="9:16"] > figcaption, .gallery[data-inline-ratio="9:16"] > h2,
.gallery[data-inline-ratio="9:16"] > h3, .gallery[data-inline-ratio="10:16"] > figcaption,
.gallery[data-inline-ratio="10:16"] > h2, .gallery[data-inline-ratio="10:16"] > h3 {
    padding: 0 25px
}

.gallery.safari-lt-7 .gallery-modal-wrapper {
    position: relative;
    display: table;
    margin: 0
}

.gallery.safari-lt-7 .gallery-modal-wrapper .image-stage {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

.gallery.safari-lt-7 .heise-modal .full-screen .gallery-modal-wrapper {
    width: 100%
}

.gallery.safari-lt-7 .heise-modal .full-screen .image-stage {
    width: 100%
}

.gallery.safari-lt-7 .aside, .gallery.safari-lt-7 aside {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%
}

.gallery.safari-lt-7 .aside p, .gallery.safari-lt-7 aside p {
    max-height: 70%
}

.gallery.safari-lt-7 .aside .social, .gallery.safari-lt-7 aside .social {
    display: none
}

.gallery.safari-lt-7 .gallery-inner {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center
}

.gallery.safari-lt-7 .gallery-inner figure {
    display: table-cell;
    vertical-align: middle
}

.gallery.safari-lt-7 .gallery-inner .fa {
    padding: 10px;
    background-color: #fff
}

.gallery {
    width: 100%;
    margin: 20px auto;
    border: 1px solid #bbb;
    position: relative
}

.gallery * {
    box-sizing: border-box
}

.gallery.compact > h2, .gallery.compact > h2 > a {
    margin: 15px auto !important;
    font-size: 20px !important
}

.gallery.compact > .image-num {
    margin: 16px 16px 10px 15px !important
}

.gallery.compact > figcaption, .gallery.compact > h3 {
    margin: 15px auto !important
}

.gallery.compact .fa-4x {
    font-size: 3em
}

.gallery.compact .gallery-control.slide span {
    top: calc(50% - 30px)
}

.gallery.compact .gallery-control.fullscreen-btn {
    top: 6px;
    right: 6px
}

.gallery figcaption {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.gallery .fa-2x {
    font-size: 38px
}

.gallery > h2, .gallery > h2 > a {
    min-height: 30px;
    margin: 30px auto !important;
    font-size: 24px !important;
    line-height: 30px !important;
    text-decoration: none !important
}

.gallery > h3 {
    font-size: 19px !important
}

.gallery > figcaption, .gallery > h2, .gallery > h3 {
    padding-right: 20px !important;
    padding-left: 20px !important
}

.gallery > figcaption, .gallery > h3 {
    margin: 25px auto !important
}

.gallery > figcaption {
    font-size: 15px;
    line-height: 1.4;
    color: #666
}

.gallery > figcaption small {
    display: block
}

.gallery h3 + figcaption {
    margin-top: 0
}

.gallery > .image-num {
    float: right;
    margin: 37px 30px 20px 30px !important;
    color: #818181
}

.gallery > .image-num:after {
    display: table;
    clear: both;
    line-height: 0;
    content: ""
}

.gallery h2, .gallery h3 {
    font-weight: 400 !important
}

.gallery .gallery-inner {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 400px;
    max-height: 500px;
    overflow: hidden;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.gallery .gallery-inner .fa {
    text-shadow: 0 0 5px #000
}

.gallery .gallery-inner figure {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    text-align: center
}

.gallery .gallery-inner figure img {
    max-width: 100%;
    max-height: 100%
}

.gallery .image-num {
    display: block;
    margin: 10px;
    font-size: 90%;
    text-align: center
}

.gallery .fullscreen-btn {
    cursor: ne-resize
}

.gallery .fullscreen-btn .fa {
    padding: 5px;
    font-size: 16px;
    color: #fff
}

.gallery .post-roll {
    width: 100%;
    height: 100%;
    background-color: #e8e8e8
}

.gallery button {
    -webkit-appearance: none;
    cursor: pointer
}

.gallery-inner:hover .fullscreen-btn {
    opacity: 1
}

.gallery-control {
    position: absolute;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0;
    transition: opacity .3s ease
}

.gallery-control:hover {
    opacity: 1 !important
}

.gallery-control.fullscreen-btn {
    position: absolute;
    top: 15px;
    right: 15px
}

.gallery-control.slide {
    top: 0;
    height: 100%;
    opacity: .5
}

.gallery-control.slide span {
    position: absolute;
    top: 50%;
    top: calc(50% - 38px);
    padding-top: 5px;
    padding-bottom: 8px
}

.gallery-control.slide-prev {
    left: 0;
    width: 30%
}

.gallery-control.slide-prev span {
    left: -1px;
    padding-right: 8px;
    padding-left: 6px;
    border-radius: 0 3px 3px 0;
    box-shadow: 2px 0 5px rgba(0, 0, 0, .5)
}

.gallery-control.slide-next {
    right: 0;
    width: 70%
}

.gallery-control.slide-next span {
    right: -1px;
    padding-right: 6px;
    padding-left: 8px;
    border-radius: 3px 0 0 3px;
    box-shadow: -2px 0 5px rgba(0, 0, 0, .5)
}

.heise-modal {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.heise-modal .fa {
    text-shadow: 0 0 6px #000;
    box-shadow: none !important
}

.heise-modal .stage {
    width: 100%;
    height: 100%
}

.heise-modal button[data-role=close] {
    top: 5px !important;
    right: 10px !important
}

.heise-modal .gallery-modal-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    background: #191919
}

.heise-modal .gallery-modal-wrapper .image-stage {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 370px);
    min-width: 360px;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.heise-modal .gallery-modal-wrapper .image-stage figure {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    text-align: center
}

.heise-modal .gallery-modal-wrapper .image-stage:hover footer {
    opacity: .9
}

.heise-modal .gallery-modal-wrapper .image-stage footer {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    color: #fff;
    background: #191919;
    opacity: 0;
    transition: opacity .3s ease
}

.heise-modal .gallery-modal-wrapper .image-stage .gallery-control.slide-next,
.heise-modal .gallery-modal-wrapper .image-stage .gallery-control.slide-prev {
    height: 100%
}

.heise-modal .gallery-modal-wrapper .image-stage .force-hide {
    opacity: 0 !important
}

.heise-modal .gallery-modal-wrapper .image-stage .slide {
    opacity: 0
}

.heise-modal .gallery-modal-wrapper .image-stage .slide.slide-prev span {
    left: 70px
}

.heise-modal .gallery-modal-wrapper .image-stage .slide.slide-next span {
    right: 70px
}

.heise-modal .gallery-modal-wrapper .image-stage:hover .fullscreen-api-btn,
.heise-modal .gallery-modal-wrapper .image-stage:hover .slide {
    opacity: .3
}

.heise-modal .gallery-modal-wrapper .image-stage .fullscreen-api-btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
    padding: 10px
}

.heise-modal .gallery-modal-wrapper aside {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 320px;
    min-width: 320px;
    padding: 30px 30px 0;
    margin: 0 !important;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff
}

.heise-modal .gallery-modal-wrapper aside figcaption {
    padding-right: 30px !important;
    margin-right: -30px !important;
    overflow-y: auto !important
}

.heise-modal .gallery-modal-wrapper aside figcaption::-webkit-scrollbar {
    width: 16px;
    height: 16px;
    overflow: visible
}

.heise-modal .gallery-modal-wrapper aside figcaption::-webkit-scrollbar-thumb {
    min-height: 28px;
    padding: 100px 0 0;
    background-color: rgba(0, 0, 0, .2);
    background-clip: padding-box;
    border: solid transparent;
    border-width: 1px 1px 1px 6px;
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .07)
}

.heise-modal .gallery-modal-wrapper aside figcaption, .heise-modal .gallery-modal-wrapper aside figcaption p {
    font-size: 14px;
    line-height: 1.4 !important
}

.heise-modal .gallery-modal-wrapper aside h1 {
    margin: 10px 0 .5em 0 !important;
    font-size: 25px !important;
    font-weight: 200 !important;
    line-height: 1.2 !important;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.heise-modal .gallery-modal-wrapper aside footer {
    padding: 30px;
    margin-top: auto;
    margin-right: -30px;
    margin-left: -30px;
    text-align: left !important;
    background-color: #eee;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.heise-modal .gallery-modal-wrapper aside footer .share-intro {
    margin: 0;
    font-weight: 700;
    color: #888;
    text-transform: uppercase
}

.heise-modal .gallery-modal-wrapper aside footer .share-title {
    font-size: 20px;
    line-height: 1.2;
    color: #000
}

.heise-modal .gallery-modal-wrapper aside footer .shariff li:last-child {
    margin-bottom: 0
}

.heise-modal .gallery-modal-wrapper aside footer .shariff .fa {
    text-shadow: none
}

.heise-modal .gallery-modal-wrapper aside footer .shariff li span {
    box-sizing: content-box
}

.gallery-inner .post-roll {
    overflow: hidden
}

.gallery-inner .post-roll .post-roll-ad {
    float: none;
    width: 100%
}

.gallery-inner .post-roll .related {
    display: none
}

.post-roll {
    max-width: 1000px;
    max-height: 700px;
    margin: auto;
    overflow: auto
}

.post-roll a, .post-roll a:hover, .post-roll a:link, .post-roll a:visited {
    color: #333 !important;
    text-decoration: none !important
}

.post-roll p {
    margin: 0 0 10px
}

.post-roll p.hint {
    margin-top: 10px
}

.post-roll h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700 !important
}

.post-roll .post-roll-ad {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: right;
    width: 50%;
    min-width: 350px;
    height: 100%;
    text-align: center
}

@media screen and (max-width:1024px) {
    .post-roll .post-roll-ad {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        float: none;
        width: 100%;
        height: auto
    }
}

.post-roll .post-roll-ad .ad-container {
    margin: auto
}

.post-roll .related {
    display: inline-block;
    width: 50%;
    min-width: 350px;
    padding: 30px;
    margin: 0;
    list-style-type: none
}

@media screen and (max-width:1024px) {
    .post-roll .related {
        display: block;
        width: 100%
    }
}

.post-roll .related li:after, .post-roll .related li:before {
    display: table;
    content: " "
}

.post-roll .related li:after {
    clear: both
}

.post-roll .related li.related_item p {
    margin-left: 120px
}

.post-roll .related li.related_item img {
    float: left;
    max-width: 100px;
    margin-top: 5px
}

.post-roll .related li.related_item:hover img {
    box-shadow: 0 0 3px rgba(0, 0, 0, .4)
}

.post-roll-back-button {
    position: relative;
    padding: 5px 10px;
    font: inherit;
    color: #fff;
    cursor: pointer;
    background: rgba(0, 0, 0, .5);
    border: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3) inset
}

.post-roll-back-button:hover {
    color: #fff;
    background: #191919
}

.post-roll-back-button .fa {
    padding-right: .3em;
    text-shadow: none
}

.gallery .help-button {
    background: 0 0;
    border: 1px solid transparent;
    color: rgba(0, 0, 0, .5);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 100000
}

.gallery .help-button:focus, .gallery .help-button:hover {
    color: rgba(0, 0, 0, .7);
    outline: 0 none
}

.gallery .keyboard-help {
    list-style: none;
    margin: 0;
    display: none;
    position: absolute;
    background-color: rgba(255, 255, 255, .9);
    z-index: 1000;
    padding: 10px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    bottom: 0;
    right: 0
}

.gallery .keyboard-help.show {
    display: inline-block
}

.gallery .keyboard-help .key {
    display: inline-block;
    width: 2em;
    height: 2em;
    padding: .4em .3em;
    margin: 5px;
    font: 400 .85em / 1 "Lucida Grande", Lucida, Arial, sans-serif;
    text-align: center;
    text-decoration: none;
    border-radius: .3em;
    border: none;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #505050;
    color: #fafafa;
    text-shadow: -1px -1px 0 #464646;
    box-shadow: inset 0 0 1px #969696, inset 0 -.05em .4em #505050, 0 .1em 0 #1e1e1e, 0 .1em .1em rgba(0, 0, 0, .3)
}

.newsletter_2014_modal {
    z-index: 6543210
}

.newsletter_2014_modal .wrapper-transparent {
    opacity: .6 !important
}

.newsletter_2014_modal .stage {
    position: relative !important;
    width: 70% !important;
    height: auto !important;
    margin: 4em auto;
    padding: 2em;
    max-width: 800px !important;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 1em
}

.newsletter_2014_modal .stage p {
    font-size: 1rem;
    line-height: 1.4
}

.newsletter_2014_modal .stage #newsletter {
    padding: 0
}

#newsletter input[type=text], #newsletter input[type=password],
#newsletter input[type=date], #newsletter input[type=datetime], #newsletter input[type=datetime-local],
#newsletter input[type=month], #newsletter input[type=week], #newsletter input[type=email],
#newsletter input[type=number], #newsletter input[type=search], #newsletter input[type=tel],
#newsletter input[type=time], #newsletter input[type=url], #newsletter select,
#newsletter textarea, #newsletter_modal input[type=text], #newsletter_modal input[type=password],
#newsletter_modal input[type=date], #newsletter_modal input[type=datetime],
#newsletter_modal input[type=datetime-local], #newsletter_modal input[type=month],
#newsletter_modal input[type=week], #newsletter_modal input[type=email],
#newsletter_modal input[type=number], #newsletter_modal input[type=search],
#newsletter_modal input[type=tel], #newsletter_modal input[type=time],
#newsletter_modal input[type=url], #newsletter_modal select, #newsletter_modal textarea,
#teaser_newsletter_2014 input[type=text], #teaser_newsletter_2014 input[type=password],
#teaser_newsletter_2014 input[type=date], #teaser_newsletter_2014 input[type=datetime],
#teaser_newsletter_2014 input[type=datetime-local], #teaser_newsletter_2014 input[type=month],
#teaser_newsletter_2014 input[type=week], #teaser_newsletter_2014 input[type=email],
#teaser_newsletter_2014 input[type=number], #teaser_newsletter_2014 input[type=search],
#teaser_newsletter_2014 input[type=tel], #teaser_newsletter_2014 input[type=time],
#teaser_newsletter_2014 input[type=url], #teaser_newsletter_2014 select,
#teaser_newsletter_2014 textarea {
    -webkit-appearance: none !important;
    font-size: 1rem;
    width: 100%;
    height: 32px;
    height: 2rem;
    border: 1px solid #ccc;
    padding: 5px;
    padding: .45rem;
    color: #666
}

#newsletter select, #newsletter_modal select, #teaser_newsletter_2014 select {
    background-color: #e6e6e6;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
    background-position: 100% center;
    background-repeat: no-repeat;
    line-height: normal;
    border-radius: 3px
}

#newsletter input[type=text], #newsletter input[type=password],
#newsletter input[type=date], #newsletter input[type=datetime], #newsletter input[type=datetime-local],
#newsletter input[type=month], #newsletter input[type=week], #newsletter input[type=email],
#newsletter input[type=number], #newsletter input[type=search], #newsletter input[type=tel],
#newsletter input[type=time], #newsletter input[type=url], #newsletter textarea,
#newsletter_modal input[type=text], #newsletter_modal input[type=password],
#newsletter_modal input[type=date], #newsletter_modal input[type=datetime],
#newsletter_modal input[type=datetime-local], #newsletter_modal input[type=month],
#newsletter_modal input[type=week], #newsletter_modal input[type=email],
#newsletter_modal input[type=number], #newsletter_modal input[type=search],
#newsletter_modal input[type=tel], #newsletter_modal input[type=time],
#newsletter_modal input[type=url], #newsletter_modal textarea, #teaser_newsletter_2014 input[type=text],
#teaser_newsletter_2014 input[type=password], #teaser_newsletter_2014 input[type=date],
#teaser_newsletter_2014 input[type=datetime], #teaser_newsletter_2014 input[type=datetime-local],
#teaser_newsletter_2014 input[type=month], #teaser_newsletter_2014 input[type=week],
#teaser_newsletter_2014 input[type=email], #teaser_newsletter_2014 input[type=number],
#teaser_newsletter_2014 input[type=search], #teaser_newsletter_2014 input[type=tel],
#teaser_newsletter_2014 input[type=time], #teaser_newsletter_2014 input[type=url],
#teaser_newsletter_2014 textarea {
    background-color: #fff;
    font-family: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    display: inline-block;
    transition: box-shadow .45s, border-color .45s ease-in-out;
    outline: 0;
    border-radius: 3px
}

#newsletter input[type=text].error, #newsletter input[type=password].error,
#newsletter input[type=date].error, #newsletter input[type=datetime].error,
#newsletter input[type=datetime-local].error, #newsletter input[type=month].error,
#newsletter input[type=week].error, #newsletter input[type=email].error,
#newsletter input[type=number].error, #newsletter input[type=search].error,
#newsletter input[type=tel].error, #newsletter input[type=time].error,
#newsletter input[type=url].error, #newsletter textarea.error, #newsletter_modal input[type=text].error,
#newsletter_modal input[type=password].error, #newsletter_modal input[type=date].error,
#newsletter_modal input[type=datetime].error, #newsletter_modal input[type=datetime-local].error,
#newsletter_modal input[type=month].error, #newsletter_modal input[type=week].error,
#newsletter_modal input[type=email].error, #newsletter_modal input[type=number].error,
#newsletter_modal input[type=search].error, #newsletter_modal input[type=tel].error,
#newsletter_modal input[type=time].error, #newsletter_modal input[type=url].error,
#newsletter_modal textarea.error, #teaser_newsletter_2014 input[type=text].error,
#teaser_newsletter_2014 input[type=password].error, #teaser_newsletter_2014 input[type=date].error,
#teaser_newsletter_2014 input[type=datetime].error, #teaser_newsletter_2014 input[type=datetime-local].error,
#teaser_newsletter_2014 input[type=month].error, #teaser_newsletter_2014 input[type=week].error,
#teaser_newsletter_2014 input[type=email].error, #teaser_newsletter_2014 input[type=number].error,
#teaser_newsletter_2014 input[type=search].error, #teaser_newsletter_2014 input[type=tel].error,
#teaser_newsletter_2014 input[type=time].error, #teaser_newsletter_2014 input[type=url].error,
#teaser_newsletter_2014 textarea.error {
    border-color: #c91010
}

#newsletter input[type=text]:focus, #newsletter input[type=password]:focus,
#newsletter input[type=date]:focus, #newsletter input[type=datetime]:focus,
#newsletter input[type=datetime-local]:focus, #newsletter input[type=month]:focus,
#newsletter input[type=week]:focus, #newsletter input[type=email]:focus,
#newsletter input[type=number]:focus, #newsletter input[type=search]:focus,
#newsletter input[type=tel]:focus, #newsletter input[type=time]:focus,
#newsletter input[type=url]:focus, #newsletter textarea:focus, #newsletter_modal input[type=text]:focus,
#newsletter_modal input[type=password]:focus, #newsletter_modal input[type=date]:focus,
#newsletter_modal input[type=datetime]:focus, #newsletter_modal input[type=datetime-local]:focus,
#newsletter_modal input[type=month]:focus, #newsletter_modal input[type=week]:focus,
#newsletter_modal input[type=email]:focus, #newsletter_modal input[type=number]:focus,
#newsletter_modal input[type=search]:focus, #newsletter_modal input[type=tel]:focus,
#newsletter_modal input[type=time]:focus, #newsletter_modal input[type=url]:focus,
#newsletter_modal textarea:focus, #teaser_newsletter_2014 input[type=text]:focus,
#teaser_newsletter_2014 input[type=password]:focus, #teaser_newsletter_2014 input[type=date]:focus,
#teaser_newsletter_2014 input[type=datetime]:focus, #teaser_newsletter_2014 input[type=datetime-local]:focus,
#teaser_newsletter_2014 input[type=month]:focus, #teaser_newsletter_2014 input[type=week]:focus,
#teaser_newsletter_2014 input[type=email]:focus, #teaser_newsletter_2014 input[type=number]:focus,
#teaser_newsletter_2014 input[type=search]:focus, #teaser_newsletter_2014 input[type=tel]:focus,
#teaser_newsletter_2014 input[type=time]:focus, #teaser_newsletter_2014 input[type=url]:focus,
#teaser_newsletter_2014 textarea:focus {
    box-shadow: 0 0 5px #999;
    border-color: #999
}

#newsletter a.button, #newsletter button.button, #newsletter input.button,
#newsletter label.visible, #newsletter_modal a.button, #newsletter_modal button.button,
#newsletter_modal input.button, #newsletter_modal label.visible,
#teaser_newsletter_2014 a.button, #teaser_newsletter_2014 button.button,
#teaser_newsletter_2014 input.button, #teaser_newsletter_2014 label.visible {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    display: inline-block;
    background-color: #222;
    color: #fff;
    border: 0 none;
    height: 2rem;
    border-radius: 3px
}

#newsletter a.button.full, #newsletter button.button.full, #newsletter input.button.full,
#newsletter label.visible.full, #newsletter_modal a.button.full,
#newsletter_modal button.button.full, #newsletter_modal input.button.full,
#newsletter_modal label.visible.full, #teaser_newsletter_2014 a.button.full,
#teaser_newsletter_2014 button.button.full, #teaser_newsletter_2014 input.button.full,
#teaser_newsletter_2014 label.visible.full {
    width: 100%
}

#newsletter a.button:focus, #newsletter a.button:hover, #newsletter button.button:focus,
#newsletter button.button:hover, #newsletter input.button:focus,
#newsletter input.button:hover, #newsletter label.visible:focus,
#newsletter label.visible:hover, #newsletter_modal a.button:focus,
#newsletter_modal a.button:hover, #newsletter_modal button.button:focus,
#newsletter_modal button.button:hover, #newsletter_modal input.button:focus,
#newsletter_modal input.button:hover, #newsletter_modal label.visible:focus,
#newsletter_modal label.visible:hover, #teaser_newsletter_2014 a.button:focus,
#teaser_newsletter_2014 a.button:hover, #teaser_newsletter_2014 button.button:focus,
#teaser_newsletter_2014 button.button:hover, #teaser_newsletter_2014 input.button:focus,
#teaser_newsletter_2014 input.button:hover, #teaser_newsletter_2014 label.visible:focus,
#teaser_newsletter_2014 label.visible:hover {
    background-color: #2f2f2f;
    cursor: pointer;
    color: #fff
}

#newsletter a.button, #newsletter_modal a.button, #teaser_newsletter_2014 a.button {
    text-align: center;
    vertical-align: middle;
    padding-top: 2px;
    padding-bottom: 3px;
    font-size: 1rem;
    line-height: 1.5
}

#newsletter label.visible, #newsletter_modal label.visible, #teaser_newsletter_2014 label.visible {
    padding-left: 0;
    color: #4d4d4d;
    background-color: #fff
}

#newsletter label.visible.full, #newsletter_modal label.visible.full,
#teaser_newsletter_2014 label.visible.full {
    width: 100%
}

#newsletter label.visible:focus, #newsletter label.visible:hover,
#newsletter_modal label.visible:focus, #newsletter_modal label.visible:hover,
#teaser_newsletter_2014 label.visible:focus, #teaser_newsletter_2014 label.visible:hover {
    background-color: #fff;
    cursor: pointer;
    color: #4d4d4d
}

#newsletter .row, #newsletter_modal .row, #teaser_newsletter_2014 .row {
    clear: both;
    display: table;
    margin: 0 -3px;
    width: 100%
}

#newsletter .row .col-1, #newsletter_modal .row .col-1, #teaser_newsletter_2014 .row .col-1 {
    width: 33.33333333%;
    display: block;
    float: left;
    vertical-align: top;
    margin: 0;
    padding-left: 3px
}

#newsletter .row .col-2, #newsletter_modal .row .col-2, #teaser_newsletter_2014 .row .col-2 {
    width: 66.66666667%;
    display: block;
    float: left;
    vertical-align: top;
    margin: 0;
    padding-left: 3px
}

#newsletter .row .col-3, #newsletter_modal .row .col-3, #teaser_newsletter_2014 .row .col-3 {
    width: 100%;
    display: block;
    float: left;
    vertical-align: top;
    margin: 0;
    padding-left: 3px
}

#newsletter .row:after, #newsletter .row:before, #newsletter_modal .row:after,
#newsletter_modal .row:before, #teaser_newsletter_2014 .row:after,
#teaser_newsletter_2014 .row:before {
    clear: both;
    display: table
}

#newsletter {
    padding: 1px 50px 50px;
    max-width: 100%
}

#newsletter * , #newsletter :after, #newsletter :before {
    box-sizing: border-box
}

#newsletter .bg_box {
    background: inherit;
    padding: 0 0 2em 0
}

#newsletter .bg_box fieldset {
    margin: 0;
    padding: 0
}

#newsletter .bg_box .button {
    font-size: 1rem !important
}

#newsletter .bg_box label {
    width: inherit
}

#newsletter h3 {
    margin: 2em 0 1em 0;
    font-size: 1.25rem;
    color: #222
}

#newsletter h6 {
    margin: 1em 0 0 0;
    font-size: 1rem
}

#newsletter p {
    margin: 0 0 1rem 0;
    font-size: 1rem
}

#newsletter p.beschreibung_verlagsnachrichten, #newsletter p.datenschutz_erklaerung {
    font-size: .875rem;
    color: #b3b3b3;
    width: auto;
    left: 0;
    margin-top: 1em
}

#newsletter .row input[type=checkbox] {
    display: inline-block;
    margin: 1em
}

#newsletter .row span.checklabel {
    display: inline-block;
    padding: 1em;
    border-left: 4px solid #fff
}

#newsletter .field_error button.button, #newsletter .field_error input,
#newsletter .field_error input.button, #newsletter .field_error select,
#newsletter .field_error textarea {
    border: 1px solid #f14e4e !important
}

#newsletter .field_error label {
    color: #c00f0f !important
}

#newsletter .field_error label.visible {
    border: 1px solid #f14e4e !important
}

#newsletter .field_error span.error {
    color: #c00f0f !important
}

#newsletter label.field_error {
    color: #c00f0f !important
}

#newsletter label.field_error.visible {
    border: 1px solid #f14e4e !important;
    background-color: #f8adad !important
}

#newsletter label.field_error span.error {
    color: #c00f0f !important;
    font-size: 80%
}

#newsletter label.field_error span.error:before {
    content: " "
}

#newsletter label {
    font-size: 1rem;
    font-family: gidoleregular, sans-serif;
    color: #666;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0
}

#teaser_newsletter_2014 {
    box-sizing: border-box;
    position: relative;
    padding: 19px 32px 19px 24px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    font: 400 1rem / 1.2rem Arial, Helvetica, Verdana, sans-serif !important
}

#teaser_newsletter_2014 * , #teaser_newsletter_2014 :after, #teaser_newsletter_2014 :before {
    box-sizing: inherit
}

#teaser_newsletter_2014 h4 {
    margin: .5em 0 0;
    padding: 0
}

#teaser_newsletter_2014 p {
    font-size: .8rem;
    margin: 0 0 .5em !important
}

#teaser_newsletter_2014 a.privacy {
    color: #aaa;
    font-size: 11px
}

#teaser_newsletter_2014 a.privacy:hover, #teaser_newsletter_2014 a.privacy:visited {
    color: #aaa
}

#teaser_newsletter_2014.small {
    min-height: 78px
}

#teaser_newsletter_2014.medium {
    min-height: 180px;
    background: transparent url(/img/newsletter/ho_nl_teaser_medium.png) no-repeat 84% 18%;
    text-shadow: 0 0 4px rgba(255, 255, 255, .5)
}

#teaser_newsletter_2014.medium form {
    padding-top: 100px
}

#teaser_newsletter_2014.medium .row {
    top: 20px;
    width: 100%
}

#teaser_newsletter_2014.medium h4, #teaser_newsletter_2014.medium p {
    width: 40%;
    float: left;
    clear: both
}

#teaser_newsletter_2014.large {
    min-height: 269px;
    background: #fff url(/img/newsletter/ho_nl_teaser_large.png) no-repeat bottom left;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-top: 0 none
}

#teaser_newsletter_2014.large h4 {
    padding-top: 172px
}

.backtomobi {
    clear: both
}

.backtomobi a {
    font-size: 3rem;
    padding: .5rem;
    background-color: #e4f5fd;
    color: #666;
    text-align: center;
    display: block
}

.backtomobi a span {
    line-height: 6.3rem;
    vertical-align: top
}

.backtomobi a .fa {
    color: #333;
    font-size: 6rem;
    margin-right: 1rem
}

.backtomobi a:hover {
    text-decoration: none;
    background-color: #c3e9fb
}

.backtomobi a:hover span {
    color: #333
}

.recommendations {
    font-family: "Source Sans Pro", Arial, sans-serif;
    display: block;
    padding: 20px 0;
    margin: 0
}

.recommendations::after, .recommendations::before {
    display: table;
    content: " "
}

.recommendations::after {
    clear: both
}

.recommendations > header {
    padding: 0 0 5px;
    margin: 0;
    font-size: 1rem;
    font-family: gidoleregular, sans-serif;
    color: #555;
    border-bottom: 1px dotted #ccc
}

.recommendations > nav {
    margin: 0 -.75rem
}

.recommendations.list-view.ho.highlight, .recommendations.two-columns.ho.highlight {
    padding: 15px 24px;
    margin: 20px -24px;
    background-color: #f3f7fb
}

.recommendations.teaser-list.highlight {
    background-color: #f3f7fb
}

.recommendations.teaser-list.list-view.highlight {
    margin: 0
}

.recommendation {
    display: block;
    box-sizing: border-box;
    padding: 0 .75rem .75rem .75rem
}

.recommendation::after {
    display: table;
    content: ' ';
    clear: both
}

.recommendation a:hover header, .recommendation a:hover p {
    text-decoration: none;
    opacity: .85
}

.recommendation a:hover .imgwrap {
    opacity: .85
}

.recommendation header {
    margin: 1rem 0 .875rem 0;
    font-weight: 700;
    line-height: 1.2;
    font-size: 1.25rem;
    color: #039
}

.recommendation figure, .recommendation time {
    display: block;
    margin: .2em 0;
    font-size: .875rem;
    color: #555
}

.recommendation figure {
    max-width: 100%;
    padding: 0;
    margin: 0;
    font-size: 1rem
}

.recommendation figure img {
    max-width: 100%
}

.recommendation figure p {
    font-size: 1rem !important;
    color: #222
}

.recommendation a, .recommendation a:hover, .recommendation a:visited {
    text-decoration: none
}

.recommendation time::after {
    font-family: gidoleregular, Arial, Helvetica, Verdana, sans-serif;
    letter-spacing: .0125em;
    color: #000;
    font-size: .75rem;
    display: inline-block;
    line-height: 20px;
    content: '';
    background-repeat: no-repeat;
    background-size: 20px 20px
}

.recommendation.has-video time::after {
    width: 25px;
    background-image: url(/icons/svg/icons/svg/video.svg), linear-gradient(transparent, transparent);
    background-position: 5px 1px, left center
}

.recommendation.has-gallery time::after {
    width: 25px;
    background-image: url(/icons/svg/icons/svg/bilderstrecke.svg), linear-gradient(transparent, transparent);
    background-position: 5px 1px, left center
}

.recommendation.has-comment time::after {
    width: 48px;
    background-image: url(/icons/svg/icons/svg/kommentar.svg), linear-gradient(transparent, transparent);
    background-position: 5px 1px, left center;
    content: attr(data-comment-count);
    text-indent: 28px
}

.recommendation.has-video.has-gallery time::after {
    width: 50px;
    background-image: url(/icons/svg/icons/svg/bilderstrecke.svg), url(/icons/svg/icons/svg/video.svg), linear-gradient(transparent, transparent);
    background-position: 5px 1px, 35px 1px, left center
}

.recommendation.has-gallery.has-comment time::after {
    width: 78px;
    background-image: url(/icons/svg/icons/svg/bilderstrecke.svg), url(/icons/svg/icons/svg/kommentar.svg), linear-gradient(transparent, transparent);
    background-position: 5px 1px, 35px 1px, left center;
    content: attr(data-comment-count);
    text-indent: 58px
}

.recommendation.has-video.has-comment time::after {
    width: 78px;
    background-image: url(/icons/svg/icons/svg/video.svg), url(/icons/svg/icons/svg/kommentar.svg), linear-gradient(transparent, transparent);
    background-position: 5px 1px, 35px 1px, left center;
    content: attr(data-comment-count);
    text-indent: 58px
}

.recommendation.has-video.has-gallery.has-comment time::after {
    width: 108px;
    background-image: url(/icons/svg/icons/svg/bilderstrecke.svg), url(/icons/svg/icons/svg/video.svg), url(/icons/svg/icons/svg/kommentar.svg), linear-gradient(transparent, transparent);
    background-position: 5px 1px, 35px 1px, 65px 1px, left center;
    content: attr(data-comment-count);
    text-indent: 98px
}

.recommendations.two-columns .recommendation {
    float: left;
    width: 50%;
    margin-bottom: 1rem
}

.recommendations.two-columns .recommendation:nth-of-type(2n + 1) {
    clear: both
}

.recommendations.two-columns .recommendation header {
    height: 4.2em;
    overflow: hidden;
    text-overflow: clip ellipsis
}

.recommendations.two-columns .recommendation p {
    padding: .5rem 0 .2rem 0;
    margin: 0
}

.recommendations.two-columns .recommendation .imgwrap {
    width: 100%;
    height: 160px;
    background-position: center center;
    background-size: cover;
    background-color: #ccc;
    box-shadow: inset 0 0 3pc rgba(0, 0, 0, .15)
}

.recommendations.two-columns .recommendation .imgwrap img {
    opacity: 0;
    width: 100%;
    height: 100%
}

.recommendations.two-columns.wide {
    width: 1056px;
    padding-bottom: 0
}

.recommendations.two-columns.wide .recommendation:nth-of-type(2n + 1) {
    clear: none
}

.recommendations.two-columns.wide .recommendation {
    float: left;
    width: 25%;
    margin-bottom: 0;
    padding-bottom: 0
}

.recommendations.four-columns {
    width: 1056px
}

.recommendations.four-columns .recommendation {
    float: left;
    width: 25%;
    margin-bottom: 1rem
}

.recommendations.four-columns .recommendation header {
    height: 4.2em;
    overflow: hidden;
    text-overflow: clip ellipsis
}

.recommendations.four-columns .recommendation p {
    padding: .5rem 0 .2rem 0;
    margin: 0
}

.recommendations.four-columns .recommendation .imgwrap {
    width: 100%;
    height: 160px;
    background-position: center center;
    background-size: cover;
    background-color: #ccc;
    box-shadow: inset 0 0 3pc rgba(0, 0, 0, .15)
}

.recommendations.four-columns .recommendation .imgwrap img {
    opacity: 0;
    width: 100%;
    height: 100%
}

.recommendations.list-view .recommendation header {
    font-size: 1.25rem
}

.recommendations.list-view .recommendation figure {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.recommendations.list-view .recommendation figure .imgwrap {
    -webkit-flex: 0 0 70px;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    margin: 4px 12px 0 0;
    overflow: hidden;
    background-color: transparent;
    background-size: cover;
    width: 70px;
    height: 70px;
    background-color: #ccc;
    box-shadow: inset 0 0 1rem rgba(0, 0, 0, .1)
}

.recommendations.list-view .recommendation figure .imgwrap img {
    opacity: 0;
    width: 100%;
    height: 100%
}

.recommendations.list-view .recommendation figure figcaption {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.recommendations.list-view .recommendation figure figcaption p {
    margin: -.2rem 0 .2rem 0
}

.recommendations.list-view .recommendation time::after {
    margin-left: 10px
}

.recommendations.list-view.wide {
    width: 1056px
}

.recommendations.list-view.wide .recommendation {
    width: 50%;
    float: left
}

.recommendations.list-view.wide .recommendation:nth-of-type(2n + 1) {
    clear: both
}

.recommendations.list-view.img16zu9 .recommendation .imgwrap {
    -webkit-flex: 0 0 160px;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    width: 160px;
    height: 90px
}

.recommendations.list-view.border-bottom {
    border-bottom: 7px solid #eee
}

.recommendations.teaser-list, .recommendations.teaser-list.list-view {
    background: #fff;
    padding: .8em 0 .5em
}

.recommendations.teaser-list .recommendation, .recommendations.teaser-list.list-view .recommendation {
    margin-bottom: 10px
}

.recommendations.teaser-list figure img, .recommendations.teaser-list.list-view figure img {
    margin: 7px 0 1em 1em;
    float: right;
    max-height: 66px
}

.recommendations.teaser-list figcaption, .recommendations.teaser-list.list-view figcaption {
    font-size: .9em;
    color: #000
}

.teaser-list .recommendation header {
    margin-bottom: .3rem
}

.list-view.show-channel .recommendation.from-autos time::before,
.teaser-list .recommendation.from-autos time::before, .two-columns .recommendation.from-autos time::before {
    background: 0 0;
    background-image: url(//www.heise.de/icons/svg/logos/svg/oneline/autos_rec.svg), linear-gradient(transparent, transparent);
    background-position: center left, center left;
    background-repeat: no-repeat
}

.list-view.show-channel .recommendation.from-ho time::before, .teaser-list .recommendation.from-ho time::before,
.two-columns .recommendation.from-ho time::before {
    background: 0 0;
    background-image: url(//www.heise.de/icons/svg/logos/svg/oneline/heiseonline_rec.svg), linear-gradient(transparent, transparent);
    background-position: center left, center left;
    background-repeat: no-repeat
}

.list-view.show-channel .recommendation.from-mobil time::before,
.teaser-list .recommendation.from-mobil time::before, .two-columns .recommendation.from-mobil time::before {
    background: 0 0;
    background-image: url(//www.heise.de/icons/svg/logos/svg/oneline/ct_rec.svg), linear-gradient(transparent, transparent);
    background-position: center left, center left;
    background-repeat: no-repeat
}

.list-view.show-channel .recommendation.from-resale time::before,
.teaser-list .recommendation.from-resale time::before, .two-columns .recommendation.from-resale time::before {
    background: 0 0;
    background-image: url(//www.heise.de/icons/svg/logos/svg/oneline/heiseonline_rec.svg), linear-gradient(transparent, transparent);
    background-position: center left, center left;
    background-repeat: no-repeat
}

.list-view.show-channel .recommendation.from-ct time::before, .teaser-list .recommendation.from-ct time::before,
.two-columns .recommendation.from-ct time::before {
    background: 0 0;
    background-image: url(//www.heise.de/icons/svg/logos/svg/oneline/ct_rec.svg), linear-gradient(transparent, transparent);
    background-position: center left, center left;
    background-repeat: no-repeat
}

.list-view.show-channel .recommendation.from-tr time::before, .teaser-list .recommendation.from-tr time::before,
.two-columns .recommendation.from-tr time::before {
    background: 0 0;
    background-image: url(//www.heise.de/icons/svg/logos/svg/oneline/tr_rec.svg), linear-gradient(transparent, transparent);
    background-position: center left, center left;
    background-repeat: no-repeat
}

.list-view.show-channel .recommendation.from-make time::before,
.teaser-list .recommendation.from-make time::before, .two-columns .recommendation.from-make time::before {
    background: 0 0;
    background-image: url(//www.heise.de/icons/svg/logos/svg/oneline/make_rec.svg), linear-gradient(transparent, transparent);
    background-position: center left, center left;
    background-repeat: no-repeat
}

.list-view.show-channel .recommendation.from-hardware_hacks time::before,
.teaser-list .recommendation.from-hardware_hacks time::before, .two-columns .recommendation.from-hardware_hacks time::before {
    background: 0 0;
    background-image: url(//www.heise.de/icons/svg/logos/svg/oneline/make_rec.svg), linear-gradient(transparent, transparent);
    background-position: center left, center left;
    background-repeat: no-repeat
}

.list-view.show-channel .recommendation.from-ix time::before, .teaser-list .recommendation.from-ix time::before,
.two-columns .recommendation.from-ix time::before {
    background: 0 0;
    background-image: url(//www.heise.de/icons/svg/logos/svg/oneline/ix_rec.svg), linear-gradient(transparent, transparent);
    background-position: center left, center left;
    background-repeat: no-repeat
}

.list-view.show-channel .recommendation.from-developer time::before,
.teaser-list .recommendation.from-developer time::before, .two-columns .recommendation.from-developer time::before {
    background: 0 0;
    background-image: url(//www.heise.de/icons/svg/logos/svg/oneline/developer_rec.svg), linear-gradient(transparent, transparent);
    background-position: center left, center left;
    background-repeat: no-repeat
}

.list-view.show-channel .recommendation.from-foto time::before,
.teaser-list .recommendation.from-foto time::before, .two-columns .recommendation.from-foto time::before {
    background: 0 0;
    background-image: url(//www.heise.de/icons/svg/logos/svg/oneline/fotos_rec.svg), linear-gradient(transparent, transparent);
    background-position: center left, center left;
    background-repeat: no-repeat
}

.list-view.show-channel .recommendation.from-mac time::before,
.teaser-list .recommendation.from-mac time::before, .two-columns .recommendation.from-mac time::before {
    background: 0 0;
    background-image: url(//www.heise.de/icons/svg/logos/svg/oneline/mac_rec.svg), linear-gradient(transparent, transparent);
    background-position: center left, center left;
    background-repeat: no-repeat
}

.list-view.show-channel .recommendation.from-apple time::before,
.teaser-list .recommendation.from-apple time::before, .two-columns .recommendation.from-apple time::before {
    background: 0 0;
    background-image: url(//www.heise.de/icons/svg/logos/svg/oneline/mac_rec.svg), linear-gradient(transparent, transparent);
    background-position: center left, center left;
    background-repeat: no-repeat
}

.list-view.show-channel .recommendation.from-netze time::before,
.teaser-list .recommendation.from-netze time::before, .two-columns .recommendation.from-netze time::before {
    background: 0 0;
    background-image: url(//www.heise.de/icons/svg/logos/svg/oneline/netze_rec.svg), linear-gradient(transparent, transparent);
    background-position: center left, center left;
    background-repeat: no-repeat
}

.list-view.show-channel .recommendation.from-open time::before,
.teaser-list .recommendation.from-open time::before, .two-columns .recommendation.from-open time::before {
    background: 0 0;
    background-image: url(//www.heise.de/icons/svg/logos/svg/oneline/open_rec.svg), linear-gradient(transparent, transparent);
    background-position: center left, center left;
    background-repeat: no-repeat
}

.list-view.show-channel .recommendation.from-security time::before,
.teaser-list .recommendation.from-security time::before, .two-columns .recommendation.from-security time::before {
    background: 0 0;
    background-image: url(//www.heise.de/icons/svg/logos/svg/oneline/security_rec.svg), linear-gradient(transparent, transparent);
    background-position: center left, center left;
    background-repeat: no-repeat
}

.list-view.show-channel .recommendation time::before, .teaser-list .recommendation time::before,
.two-columns .recommendation time::before {
    display: inline-block;
    height: 20px;
    width: 0;
    margin: 0;
    vertical-align: top;
    content: '';
    background-repeat: no-repeat;
    background-size: contain
}

.list-view.show-channel .recommendation.from-autos time::before,
.list-view.show-channel .recommendation.from-developer time::before,
.list-view.show-channel .recommendation.from-foto time::before,
.list-view.show-channel .recommendation.from-hardware_hacks time::before,
.list-view.show-channel .recommendation.from-make time::before,
.list-view.show-channel .recommendation.from-mobil time::before,
.list-view.show-channel .recommendation.from-netze time::before,
.list-view.show-channel .recommendation.from-open time::before,
.list-view.show-channel .recommendation.from-resale time::before,
.list-view.show-channel .recommendation.from-security time::before,
.teaser-list .recommendation.from-autos time::before, .teaser-list .recommendation.from-developer time::before,
.teaser-list .recommendation.from-foto time::before, .teaser-list .recommendation.from-hardware_hacks time::before,
.teaser-list .recommendation.from-make time::before, .teaser-list .recommendation.from-mobil time::before,
.teaser-list .recommendation.from-netze time::before, .teaser-list .recommendation.from-open time::before,
.teaser-list .recommendation.from-resale time::before, .teaser-list .recommendation.from-security time::before,
.two-columns .recommendation.from-autos time::before, .two-columns .recommendation.from-developer time::before,
.two-columns .recommendation.from-foto time::before, .two-columns .recommendation.from-hardware_hacks time::before,
.two-columns .recommendation.from-make time::before, .two-columns .recommendation.from-mobil time::before,
.two-columns .recommendation.from-netze time::before, .two-columns .recommendation.from-open time::before,
.two-columns .recommendation.from-resale time::before, .two-columns .recommendation.from-security time::before {
    width: 95px;
    margin: .1rem .5rem 0 0
}

.list-view.show-channel .recommendation.from-ct time::before, .list-view.show-channel .recommendation.from-ix time::before,
.teaser-list .recommendation.from-ct time::before, .teaser-list .recommendation.from-ix time::before,
.two-columns .recommendation.from-ct time::before, .two-columns .recommendation.from-ix time::before {
    width: 20px;
    margin: .1rem .5rem 0 0
}

.list-view.show-channel .recommendation.from-tr time::before, .teaser-list .recommendation.from-tr time::before,
.two-columns .recommendation.from-tr time::before {
    width: 120px;
    margin: .1rem .5rem 0 0
}

.list-view.show-channel .recommendation.from-apple time::before,
.list-view.show-channel .recommendation.from-mac time::before, .teaser-list .recommendation.from-apple time::before,
.teaser-list .recommendation.from-mac time::before, .two-columns .recommendation.from-apple time::before,
.two-columns .recommendation.from-mac time::before {
    margin: .1rem .5rem 0 0;
    width: 50px
}

.recommendation header {
    font-size: 1.25rem;
    line-height: normal;
    font-weight: 600
}

.recommendations > header {
    font-family: gidoleregular, Arial, Helvetica, Verdana, sans-serif;
    letter-spacing: .0125em
}

.cgroup:after, .cgroup:before {
    display: table;
    content: " "
}

.cgroup:after {
    clear: both
}

.userprofile {
    margin-top: 24px
}

.heisegrid {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 1rem 0
}

.heisegrid .row {
    display: block;
    width: 100%;
    margin: 0;
    clear: both
}

.heisegrid .row .col-1 {
    width: 8.33333333%
}

.heisegrid .row .col-2 {
    width: 16.66666667%
}

.heisegrid .row .col-3 {
    width: 25%
}

.heisegrid .row .col-4 {
    width: 33.33333333%
}

.heisegrid .row .col-5 {
    width: 41.66666667%
}

.heisegrid .row .col-6 {
    width: 50%
}

.heisegrid .row .col-7 {
    width: 58.33333333%
}

.heisegrid .row .col-8 {
    width: 66.66666667%
}

.heisegrid .row .col-9 {
    width: 75%
}

.heisegrid .row .col-10 {
    width: 83.33333333%
}

.heisegrid .row .col-11 {
    width: 91.66666667%
}

.heisegrid .row .col-12 {
    width: 100%
}

.heisegrid .row .col {
    display: block;
    float: left;
    box-sizing: border-box;
    padding-bottom: .5rem;
    padding-left: 6px;
    margin: 0;
    vertical-align: top
}

.heisegrid .row .col:first-child {
    padding-left: 0
}

.heisegrid .row:after, .heisegrid .row:before {
    display: table;
    content: " "
}

.heisegrid .row:after {
    clear: both
}

.heisegrid .row.buttons {
    padding-top: 1rem;
    margin-top: 1rem
}

.heiseform small {
    display: inline-block;
    padding: 5px 0;
    font-size: 10px;
    line-height: 1.4
}

.heiseform h1, .heiseform h2, .heiseform h3, .heiseform h4, .heiseform h5,
.heiseform h6, .heiseform li, .heiseform ol, .heiseform p, .heiseform ul {
    color: #333
}

.heiseform h1, .heiseform h2, .heiseform h3, .heiseform h4, .heiseform h5,
.heiseform h6 {
    margin-top: 1rem;
    margin-bottom: .5rem
}

.heiseform p {
    margin-top: 0;
    font-size: .8rem
}

.heiseform a:active, .heiseform a:hover, .heiseform a:link, .heiseform a:visited {
    text-decoration: underline
}

.heiseform .error small, .heiseform small.error {
    color: #c91010
}

.heiseform .userdata-col-header {
    display: block;
    margin-bottom: 5px
}

.heiseform * {
    box-sizing: border-box
}

.heiseform .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.heiseform fieldset {
    padding: 0;
    margin: 0;
    border: none
}

.heiseform input[type=text], .heiseform input[type=password], .heiseform input[type=date],
.heiseform input[type=datetime], .heiseform input[type=datetime-local],
.heiseform input[type=month], .heiseform input[type=week], .heiseform input[type=email],
.heiseform input[type=number], .heiseform input[type=search], .heiseform input[type=tel],
.heiseform input[type=time], .heiseform input[type=url], .heiseform input[type=file],
.heiseform select, .heiseform textarea {
    display: inline-block;
    width: 100%;
    height: 32px;
    height: 2rem;
    -webkit-appearance: none !important;
    padding: 5px;
    padding: .45rem;
    font-family: inherit;
    font-size: .8em;
    font-size: .8rem;
    color: #666;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    transition: box-shadow .45s, border-color .45s ease-in-out
}

.heiseform input[type=text].error, .heiseform input[type=password].error,
.heiseform input[type=date].error, .heiseform input[type=datetime].error,
.heiseform input[type=datetime-local].error, .heiseform input[type=month].error,
.heiseform input[type=week].error, .heiseform input[type=email].error,
.heiseform input[type=number].error, .heiseform input[type=search].error,
.heiseform input[type=tel].error, .heiseform input[type=time].error,
.heiseform input[type=url].error, .heiseform input[type=file].error,
.heiseform select.error, .heiseform textarea.error {
    border-color: #c91010
}

.heiseform input[type=text]:focus, .heiseform input[type=password]:focus,
.heiseform input[type=date]:focus, .heiseform input[type=datetime]:focus,
.heiseform input[type=datetime-local]:focus, .heiseform input[type=month]:focus,
.heiseform input[type=week]:focus, .heiseform input[type=email]:focus,
.heiseform input[type=number]:focus, .heiseform input[type=search]:focus,
.heiseform input[type=tel]:focus, .heiseform input[type=time]:focus,
.heiseform input[type=url]:focus, .heiseform input[type=file]:focus,
.heiseform select:focus, .heiseform textarea:focus {
    border-color: #999;
    box-shadow: 0 0 5px #999
}

.heiseform input[type=text].full, .heiseform input[type=password].full,
.heiseform input[type=date].full, .heiseform input[type=datetime].full,
.heiseform input[type=datetime-local].full, .heiseform input[type=month].full,
.heiseform input[type=week].full, .heiseform input[type=email].full,
.heiseform input[type=number].full, .heiseform input[type=search].full,
.heiseform input[type=tel].full, .heiseform input[type=time].full,
.heiseform input[type=url].full, .heiseform input[type=file].full,
.heiseform select.full, .heiseform textarea.full {
    width: 100%
}

.heiseform input[type=text][readonly], .heiseform input[type=password][readonly],
.heiseform input[type=date][readonly], .heiseform input[type=datetime][readonly],
.heiseform input[type=datetime-local][readonly], .heiseform input[type=month][readonly],
.heiseform input[type=week][readonly], .heiseform input[type=email][readonly],
.heiseform input[type=number][readonly], .heiseform input[type=search][readonly],
.heiseform input[type=tel][readonly], .heiseform input[type=time][readonly],
.heiseform input[type=url][readonly], .heiseform input[type=file][readonly],
.heiseform select[readonly], .heiseform textarea[readonly] {
    border: 1px dashed #ccc;
    box-shadow: none
}

.heiseform textarea {
    height: auto
}

.heiseform select {
    line-height: normal;
    background-color: #e6e6e6;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: 100% center;
    border-radius: 3px
}

.heiseform .error input, .heiseform .error select, .heiseform input.error,
.heiseform select.error {
    color: #c91010;
    border: 1px solid #c91010
}

.heiseform label {
    display: block;
    display: inline-block;
    width: 100%;
    min-height: 32px;
    min-height: 2rem;
    padding: 5px 1px;
    padding: .45rem .1rem;
    font-family: inherit;
    font-size: .8em;
    font-size: .8rem;
    color: #666;
    background-color: #fff
}

.heiseform .error label, .heiseform label.error {
    color: #c91010
}

.heiseform label.border {
    font-family: inherit;
    font-size: .8em;
    font-size: .8rem;
    color: #666;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: 0
}

.heiseform label.border.error, .heiseform label.border.warning {
    border: 1px solid #c91010;
    background: #fef8f8
}

.heiseform label.border.success {
    border: 1px solid #42ac28;
    background: #f6fdf5
}

.heiseform a.button, .heiseform button.button, .heiseform input.button,
.heiseform input[type=button], .heiseform label.button {
    display: inline-block;
    text-decoration: none;
    padding: 6px 16px;
    font-size: 16px;
    cursor: pointer;
    font-weight: 400;
    color: #fff;
    background-color: #333;
    border: 1px solid #333;
    border-radius: 3px;
    text-align: center;
    -webkit-font-smoothing: antialiased
}

.heiseform a.button:hover, .heiseform button.button:hover, .heiseform input.button:hover,
.heiseform input[type=button]:hover, .heiseform label.button:hover {
    color: #fff;
    background-color: #000;
    text-decoration: none
}

.heiseform a.button.danger, .heiseform button.button.danger, .heiseform input.button.danger,
.heiseform input[type=button].danger, .heiseform label.button.danger {
    color: #fff;
    background-color: #c91010;
    border-color: #c91010
}

.heiseform a:visited.button {
    color: #fff;
    text-decoration: none
}

.heiseform .button-2rows {
    min-height: 3.5rem
}

.heiseform .button.full {
    width: 100%
}

.heiseform .button.secondary {
    background-color: #ccc;
    color: #333;
    border-color: #ccc
}

.heiseform .button.secondary:hover {
    background: #b3b3b3;
    border-color: #b3b3b3
}

.heiseform .button small {
    display: block
}

.alert-message, div.message {
    clear: both;
    position: relative;
    padding: .8rem .5rem .8rem 4rem;
    margin: 1rem 0;
    border: 1px solid #b3b3b3;
    color: #333;
    background-color: #fafafa;
    font-size: inherit;
    min-height: 3.2rem
}

.alert-message::before, div.message::before {
    position: absolute;
    left: .7rem;
    top: 1rem;
    font-family: FontAwesome;
    content: "\f0ad";
    display: inline-block;
    width: 2rem;
    height: 2rem;
    color: grey;
    font-size: 1.8rem
}

.alert-message button.close, div.message button.close {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: 0 0;
    font-size: 1.2rem;
    line-height: 1.2rem;
    cursor: pointer
}

.alert-message ol, .alert-message ul, div.message ol, div.message ul {
    margin: 0;
    padding: 0
}

.alert-message ol li, .alert-message ul li, div.message ol li, div.message ul li {
    margin: 0 0 0 1.3rem !important;
    padding: 0 !important
}

.alert-message ol li + li, .alert-message ul li + li, div.message ol li + li,
div.message ul li + li {
    margin-top: .5rem !important
}

.alert-message a:active, .alert-message a:hover, .alert-message a:link,
.alert-message a:visited, .alert-message h1, .alert-message h2, .alert-message h3,
.alert-message h4, .alert-message h5, .alert-message h6, .alert-message p,
div.message a:active, div.message a:hover, div.message a:link, div.message a:visited,
div.message h1, div.message h2, div.message h3, div.message h4, div.message h5,
div.message h6, div.message p {
    color: #333;
    margin: 0;
    padding: 0
}

.alert-message h1, .alert-message h2, .alert-message h3, .alert-message h4,
.alert-message h5, .alert-message h6, div.message h1, div.message h2,
div.message h3, div.message h4, div.message h5, div.message h6 {
    margin-bottom: .3rem
}

div.alert-message.error, div.message.error {
    border-color: #ed1f1f;
    background-color: #fef8f8
}

div.alert-message.error::before, div.message.error::before {
    content: "\f071";
    color: #c91010
}

div.alert-message.info, div.message.info {
    border-color: #32a6de;
    background-color: #ebf6fc
}

div.alert-message.info::before, div.message.info::before {
    content: "\f0f3";
    color: #1f8abe
}

div.alert-message.notify, div.message.notify {
    border-color: #32a6de;
    background-color: #ebf6fc
}

div.alert-message.notify::before, div.message.notify::before {
    content: "\f0f3";
    color: #1f8abe
}

div.alert-message.email, div.message.email {
    border-color: #32a6de;
    background-color: #ebf6fc
}

div.alert-message.email::before, div.message.email::before {
    content: "\f003";
    color: #1f8abe
}

div.alert-message.hint, div.message.hint {
    border-color: #f3be5f;
    background-color: #fefcf7
}

div.alert-message.hint::before, div.message.hint::before {
    content: "\f0e7";
    color: #f0ab2f
}

div.alert-message.success, div.message.success {
    border-color: #55d037;
    background-color: #f6fdf5
}

div.alert-message.success::before, div.message.success::before {
    content: "\f00c";
    color: #42ac28
}

@-webkit-keyframes fadeIn {
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    to {
        opacity: 0;
        height: 0
    }
}

@keyframes fadeOut {
    to {
        opacity: 0;
        height: 0
    }
}

#notification_area {
    opacity: 0;
    -webkit-animation: fadeIn .5s ease-in 1 forwards;
    animation: fadeIn .5s ease-in 1 forwards
}

#notification_area.out {
    opacity: 1;
    height: auto;
    -webkit-animation: fadeOut .5s ease-in 1 forwards;
    animation: fadeOut .5s ease-in 1 forwards
}

#notification_area.is-paused {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.media_download_link a, .media_download_link a:active, .media_download_link a:visited {
    color: #fff !important;
    font-size: 13px;
    text-decoration: none !important;
    display: inline-block;
    padding: 0 0 0 13px;
    background: #2D3C49;
    border-radius: 4px;
    margin: 0 0 4px 0;
    padding: 4px 12px
}

.media_download_link a:hover i {
    color: #168ECF !important
}

ul.ui-autocomplete {
    width: 13em;
    padding: 0;
    margin: 0;
    font-size: 14px;
    list-style: none;
    background: #fff;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc
}

ul.ui-autocomplete li a {
    display: block;
    padding: .2em 1em;
    color: #151515;
    cursor: pointer
}

ul.ui-autocomplete li a#ui-active-menuitem, ul.ui-autocomplete li a:hover {
    font-weight: 700;
    text-decoration: none;
    background: #eee
}

.ui-helper-hidden-accessible {
    display: none
}


