/*!
 *  Line Awesome 1.1.0 by @icons_8 - https://icons8.com/line-awesome
 *  License - https://icons8.com/good-boy-license/ (Font: SIL OFL 1.1, CSS: MIT License)
 *
 * Made with love by Icons8 [ https://icons8.com/ ] using FontCustom [ https://github.com/FontCustom/fontcustom ]
 *
 * Contacts:
 *    [ https://icons8.com/contact ]
 *
 * Follow Icon8 on
 *    Twitter [ https://twitter.com/icons_8 ]
 *    Facebook [ https://www.facebook.com/Icons8 ]
 *    Google+ [ https://plus.google.com/+Icons8 ]
 *    GitHub [ https://github.com/icons8 ]
 */

@font-face {
  font-family: "LineAwesome";
  src: url("/files/build/fonts/line-awesome/line-awesome.eot?v=1.1.");
  src: url("/files/build/fonts/line-awesome/line-awesome.eot??v=1.1.#iefix") format("embedded-opentype"),
       url("/files/build/fonts/line-awesome/line-awesome.woff2?v=1.1.") format("woff2"),
       url("/files/build/fonts/line-awesome/line-awesome.woff?v=1.1.") format("woff"),
       url("/files/build/fonts/line-awesome/line-awesome.ttf?v=1.1.") format("truetype"),
       url("/files/build/fonts/line-awesome/line-awesome.svg?v=1.1.#fa") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "LineAwesome";
    src: url("/files/build/fonts/line-awesome/line-awesome.svg?v=1.1.#fa") format("svg");
  }
}

/* Thanks to http://fontawesome.io @fontawesome and @davegandy */
.la {
    display: inline-block;
    font: normal normal normal 16px/1 "LineAwesome";
    font-size: inherit;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
/* makes the font 33% larger relative to the icon container */
.la-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.la-2x {
    font-size: 2em;
}
.la-3x {
    font-size: 3em;
}
.la-4x {
    font-size: 4em;
}
.la-5x {
    font-size: 5em;
}
.la-fw {
    width: 1.28571429em;
    text-align: center;
}
.la-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.la-ul > li {
    position: relative;
}
.la-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}
.la-li.la-lg {
    left: -1.85714286em;
}
.la-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.li.pull-left {
    margin-right: .3em;
}
.li.pull-right {
    margin-left: .3em;
}
.la-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.la-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.la-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.la-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.la-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.la-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .la-rotate-90,
:root .la-rotate-180,
:root .la-rotate-270,
:root .la-flip-horizontal,
:root .la-flip-vertical {
    filter: none;
}
.la-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.la-stack-1x,
.la-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.la-stack-1x {
    line-height: inherit;
}
.la-stack-2x {
    font-size: 2em;
}
.la-inverse {
    color: #ffffff;
}
/* Thanks to http://fontawesome.io @fontawesome and @davegandy */

.la-500px:before { content: "\f100"; }
.la-adjust:before { content: "\f101"; }
.la-adn:before { content: "\f102"; }
.la-align-center:before { content: "\f103"; }
.la-align-justify:before { content: "\f104"; }
.la-align-left:before { content: "\f105"; }
.la-align-right:before { content: "\f106"; }
.la-amazon:before { content: "\f107"; }
.la-ambulance:before { content: "\f108"; }
.la-anchor:before { content: "\f109"; }
.la-android:before { content: "\f10a"; }
.la-angellist:before { content: "\f10b"; }
.la-angle-double-down:before { content: "\f10c"; }
.la-angle-double-left:before { content: "\f10d"; }
.la-angle-double-right:before { content: "\f10e"; }
.la-angle-double-up:before { content: "\f10f"; }
.la-angle-down:before { content: "\f110"; }
.la-angle-left:before { content: "\f111"; }
.la-angle-right:before { content: "\f112"; }
.la-angle-up:before { content: "\f113"; }
.la-apple:before { content: "\f114"; }
.la-archive:before { content: "\f115"; }
.la-area-chart:before { content: "\f116"; }
.la-arrow-circle-down:before { content: "\f117"; }
.la-arrow-circle-left:before { content: "\f118"; }
.la-arrow-circle-o-down:before { content: "\f119"; }
.la-arrow-circle-o-left:before { content: "\f11a"; }
.la-arrow-circle-o-right:before { content: "\f11b"; }
.la-arrow-circle-o-up:before { content: "\f11c"; }
.la-arrow-circle-right:before { content: "\f11d"; }
.la-arrow-circle-up:before { content: "\f11e"; }
.la-arrow-down:before { content: "\f11f"; }
.la-arrow-left:before { content: "\f120"; }
.la-arrow-right:before { content: "\f121"; }
.la-arrow-up:before { content: "\f122"; }
.la-arrows:before { content: "\f123"; }
.la-arrows-alt:before { content: "\f124"; }
.la-arrows-h:before { content: "\f125"; }
.la-arrows-v:before { content: "\f126"; }
.la-asterisk:before { content: "\f127"; }
.la-at:before { content: "\f128"; }
.la-automobile:before { content: "\f129"; }
.la-backward:before { content: "\f12a"; }
.la-balance-scale:before { content: "\f12b"; }
.la-ban:before { content: "\f12c"; }
.la-bank:before { content: "\f12d"; }
.la-bar-chart:before { content: "\f12e"; }
.la-bar-chart-o:before { content: "\f12f"; }
.la-barcode:before { content: "\f130"; }
.la-bars:before { content: "\f131"; }
.la-battery-0:before { content: "\f132"; }
.la-battery-1:before { content: "\f133"; }
.la-battery-2:before { content: "\f134"; }
.la-battery-3:before { content: "\f135"; }
.la-battery-4:before { content: "\f136"; }
.la-battery-empty:before { content: "\f137"; }
.la-battery-full:before { content: "\f138"; }
.la-battery-half:before { content: "\f139"; }
.la-battery-quarter:before { content: "\f13a"; }
.la-battery-three-quarters:before { content: "\f13b"; }
.la-bed:before { content: "\f13c"; }
.la-beer:before { content: "\f13d"; }
.la-behance:before { content: "\f13e"; }
.la-behance-square:before { content: "\f13f"; }
.la-bell:before { content: "\f140"; }
.la-bell-o:before { content: "\f141"; }
.la-bell-slash:before { content: "\f142"; }
.la-bell-slash-o:before { content: "\f143"; }
.la-bicycle:before { content: "\f144"; }
.la-binoculars:before { content: "\f145"; }
.la-birthday-cake:before { content: "\f146"; }
.la-bitbucket:before { content: "\f147"; }
.la-bitbucket-square:before { content: "\f148"; }
.la-bitcoin:before { content: "\f149"; }
.la-black-tie:before { content: "\f14a"; }
.la-bold:before { content: "\f14b"; }
.la-bolt:before { content: "\f14c"; }
.la-bomb:before { content: "\f14d"; }
.la-book:before { content: "\f14e"; }
.la-bookmark:before { content: "\f14f"; }
.la-bookmark-o:before { content: "\f150"; }
.la-briefcase:before { content: "\f151"; }
.la-btc:before { content: "\f152"; }
.la-bug:before { content: "\f153"; }
.la-building:before { content: "\f154"; }
.la-building-o:before { content: "\f155"; }
.la-bullhorn:before { content: "\f156"; }
.la-bullseye:before { content: "\f157"; }
.la-bus:before { content: "\f158"; }
.la-buysellads:before { content: "\f159"; }
.la-cab:before { content: "\f15a"; }
.la-calculator:before { content: "\f15b"; }
.la-calendar:before { content: "\f15c"; }
.la-calendar-check-o:before { content: "\f15d"; }
.la-calendar-minus-o:before { content: "\f15e"; }
.la-calendar-o:before { content: "\f15f"; }
.la-calendar-plus-o:before { content: "\f160"; }
.la-calendar-times-o:before { content: "\f161"; }
.la-camera:before { content: "\f162"; }
.la-camera-retro:before { content: "\f163"; }
.la-car:before { content: "\f164"; }
.la-caret-down:before { content: "\f165"; }
.la-caret-left:before { content: "\f166"; }
.la-caret-right:before { content: "\f167"; }
.la-caret-square-o-down:before, .la-toggle-down:before { content: "\f168"; }
.la-caret-square-o-left:before, .la-toggle-left:before { content: "\f169"; }
.la-caret-square-o-right:before, .la-toggle-right:before { content: "\f16a"; }
.la-caret-square-o-up:before, .la-toggle-up:before { content: "\f16b"; }
.la-caret-up:before { content: "\f16c"; }
.la-cart-arrow-down:before { content: "\f16d"; }
.la-cart-plus:before { content: "\f16e"; }
.la-cc:before { content: "\f16f"; }
.la-cc-amex:before { content: "\f170"; }
.la-cc-diners-club:before { content: "\f171"; }
.la-cc-discover:before { content: "\f172"; }
.la-cc-jcb:before { content: "\f173"; }
.la-cc-mastercard:before { content: "\f174"; }
.la-cc-paypal:before { content: "\f175"; }
.la-cc-stripe:before { content: "\f176"; }
.la-cc-visa:before { content: "\f177"; }
.la-certificate:before { content: "\f178"; }
.la-chain:before { content: "\f179"; }
.la-chain-broken:before { content: "\f17a"; }
.la-check:before { content: "\f17b"; }
.la-check-circle:before { content: "\f17c"; }
.la-check-circle-o:before { content: "\f17d"; }
.la-check-square:before { content: "\f17e"; }
.la-check-square-o:before { content: "\f17f"; }
.la-chevron-circle-down:before { content: "\f180"; }
.la-chevron-circle-left:before { content: "\f181"; }
.la-chevron-circle-right:before { content: "\f182"; }
.la-chevron-circle-up:before { content: "\f183"; }
.la-chevron-down:before { content: "\f184"; }
.la-chevron-left:before { content: "\f185"; }
.la-chevron-right:before { content: "\f186"; }
.la-chevron-up:before { content: "\f187"; }
.la-child:before { content: "\f188"; }
.la-chrome:before { content: "\f189"; }
.la-circle:before { content: "\f18a"; }
.la-circle-o:before { content: "\f18b"; }
.la-circle-o-notch:before { content: "\f18c"; }
.la-circle-thin:before { content: "\f18d"; }
.la-clipboard:before { content: "\f18e"; }
.la-clock-o:before { content: "\f18f"; }
.la-clone:before { content: "\f190"; }
.la-close:before { content: "\f191"; }
.la-cloud:before { content: "\f192"; }
.la-cloud-download:before { content: "\f193"; }
.la-cloud-upload:before { content: "\f194"; }
.la-cny:before { content: "\f195"; }
.la-code:before { content: "\f196"; }
.la-code-fork:before { content: "\f197"; }
.la-codepen:before { content: "\f198"; }
.la-coffee:before { content: "\f199"; }
.la-cog:before { content: "\f19a"; }
.la-cogs:before { content: "\f19b"; }
.la-columns:before { content: "\f19c"; }
.la-comment:before { content: "\f19d"; }
.la-comment-o:before { content: "\f19e"; }
.la-commenting:before { content: "\f19f"; }
.la-commenting-o:before { content: "\f1a0"; }
.la-comments:before { content: "\f1a1"; }
.la-comments-o:before { content: "\f1a2"; }
.la-compass:before { content: "\f1a3"; }
.la-compress:before { content: "\f1a4"; }
.la-connectdevelop:before { content: "\f1a5"; }
.la-contao:before { content: "\f1a6"; }
.la-copy:before { content: "\f1a7"; }
.la-copyright:before { content: "\f1a8"; }
.la-creative-commons:before { content: "\f1a9"; }
.la-credit-card:before { content: "\f1aa"; }
.la-crop:before { content: "\f1ab"; }
.la-crosshairs:before { content: "\f1ac"; }
.la-css3:before { content: "\f1ad"; }
.la-cube:before { content: "\f1ae"; }
.la-cubes:before { content: "\f1af"; }
.la-cut:before { content: "\f1b0"; }
.la-cutlery:before { content: "\f1b1"; }
.la-dashboard:before { content: "\f1b2"; }
.la-dashcube:before { content: "\f1b3"; }
.la-database:before { content: "\f1b4"; }
.la-dedent:before { content: "\f1b5"; }
.la-delicious:before { content: "\f1b6"; }
.la-desktop:before { content: "\f1b7"; }
.la-deviantart:before { content: "\f1b8"; }
.la-diamond:before { content: "\f1b9"; }
.la-digg:before { content: "\f1ba"; }
.la-dollar:before { content: "\f1bb"; }
.la-dot-circle-o:before { content: "\f1bc"; }
.la-download:before { content: "\f1bd"; }
.la-dribbble:before { content: "\f1be"; }
.la-dropbox:before { content: "\f1bf"; }
.la-drupal:before { content: "\f1c0"; }
.la-edit:before { content: "\f1c1"; }
.la-eject:before { content: "\f1c2"; }
.la-ellipsis-h:before { content: "\f1c3"; }
.la-ellipsis-v:before { content: "\f1c4"; }
.la-empire:before, .la-ge:before { content: "\f1c5"; }
.la-envelope:before { content: "\f1c6"; }
.la-envelope-o:before { content: "\f1c7"; }
.la-envelope-square:before { content: "\f1c8"; }
.la-eraser:before { content: "\f1c9"; }
.la-eur:before { content: "\f1ca"; }
.la-euro:before { content: "\f1cb"; }
.la-exchange:before { content: "\f1cc"; }
.la-exclamation:before { content: "\f1cd"; }
.la-exclamation-circle:before { content: "\f1ce"; }
.la-exclamation-triangle:before { content: "\f1cf"; }
.la-expand:before { content: "\f1d0"; }
.la-expeditedssl:before { content: "\f1d1"; }
.la-external-link:before { content: "\f1d2"; }
.la-external-link-square:before { content: "\f1d3"; }
.la-eye:before { content: "\f1d4"; }
.la-eye-slash:before { content: "\f1d5"; }
.la-eyedropper:before { content: "\f1d6"; }
.la-facebook:before, .la-facebook-f:before { content: "\f1d7"; }
.la-facebook-official:before { content: "\f1d8"; }
.la-facebook-square:before { content: "\f1d9"; }
.la-fast-backward:before { content: "\f1da"; }
.la-fast-forward:before { content: "\f1db"; }
.la-fax:before { content: "\f1dc"; }
.la-female:before { content: "\f1dd"; }
.la-fighter-jet:before { content: "\f1de"; }
.la-file:before { content: "\f1df"; }
.la-file-archive-o:before { content: "\f1e0"; }
.la-file-audio-o:before { content: "\f1e1"; }
.la-file-code-o:before { content: "\f1e2"; }
.la-file-excel-o:before { content: "\f1e3"; }
.la-file-image-o:before { content: "\f1e4"; }
.la-file-movie-o:before { content: "\f1e5"; }
.la-file-o:before { content: "\f1e6"; }
.la-file-pdf-o:before { content: "\f1e7"; }
.la-file-photo-o:before { content: "\f1e8"; }
.la-file-picture-o:before { content: "\f1e9"; }
.la-file-powerpoint-o:before { content: "\f1ea"; }
.la-file-sound-o:before { content: "\f1eb"; }
.la-file-text:before { content: "\f1ec"; }
.la-file-text-o:before { content: "\f1ed"; }
.la-file-video-o:before { content: "\f1ee"; }
.la-file-word-o:before { content: "\f1ef"; }
.la-file-zip-o:before { content: "\f1f0"; }
.la-files-o:before { content: "\f1f1"; }
.la-film:before { content: "\f1f2"; }
.la-filter:before { content: "\f1f3"; }
.la-fire:before { content: "\f1f4"; }
.la-fire-extinguisher:before { content: "\f1f5"; }
.la-firefox:before { content: "\f1f6"; }
.la-flag:before { content: "\f1f7"; }
.la-flag-checkered:before { content: "\f1f8"; }
.la-flag-o:before { content: "\f1f9"; }
.la-flash:before { content: "\f1fa"; }
.la-flask:before { content: "\f1fb"; }
.la-flickr:before { content: "\f1fc"; }
.la-floppy-o:before { content: "\f1fd"; }
.la-folder:before { content: "\f1fe"; }
.la-folder-o:before { content: "\f1ff"; }
.la-folder-open:before { content: "\f200"; }
.la-folder-open-o:before { content: "\f201"; }
.la-font:before { content: "\f202"; }
.la-fonticons:before { content: "\f203"; }
.la-forumbee:before { content: "\f204"; }
.la-forward:before { content: "\f205"; }
.la-foursquare:before { content: "\f206"; }
.la-frown-o:before { content: "\f207"; }
.la-futbol-o:before, .la-soccer-ball-o:before { content: "\f208"; }
.la-gamepad:before { content: "\f209"; }
.la-gavel:before { content: "\f20a"; }
.la-gbp:before { content: "\f20b"; }
.la-gear:before { content: "\f20c"; }
.la-gears:before { content: "\f20d"; }
.la-genderless:before { content: "\f20e"; }
.la-get-pocket:before { content: "\f20f"; }
.la-gg:before { content: "\f210"; }
.la-gg-circle:before { content: "\f211"; }
.la-gift:before { content: "\f212"; }
.la-git:before { content: "\f213"; }
.la-git-square:before { content: "\f214"; }
.la-github:before { content: "\f215"; }
.la-github-alt:before { content: "\f216"; }
.la-github-square:before { content: "\f217"; }
.la-glass:before { content: "\f218"; }
.la-globe:before { content: "\f219"; }
.la-google:before { content: "\f21a"; }
.la-google-plus:before { content: "\f21b"; }
.la-google-plus-square:before { content: "\f21c"; }
.la-google-wallet:before { content: "\f21d"; }
.la-graduation-cap:before { content: "\f21e"; }
.la-gratipay:before, .la-gittip:before { content: "\f21f"; }
.la-group:before { content: "\f220"; }
.la-h-square:before { content: "\f221"; }
.la-hacker-news:before { content: "\f222"; }
.la-hand-grab-o:before { content: "\f223"; }
.la-hand-lizard-o:before { content: "\f224"; }
.la-hand-o-down:before { content: "\f225"; }
.la-hand-o-left:before { content: "\f226"; }
.la-hand-o-right:before { content: "\f227"; }
.la-hand-o-up:before { content: "\f228"; }
.la-hand-paper-o:before { content: "\f229"; }
.la-hand-peace-o:before { content: "\f22a"; }
.la-hand-pointer-o:before { content: "\f22b"; }
.la-hand-rock-o:before { content: "\f22c"; }
.la-hand-scissors-o:before { content: "\f22d"; }
.la-hand-spock-o:before { content: "\f22e"; }
.la-hand-stop-o:before { content: "\f22f"; }
.la-hdd-o:before { content: "\f230"; }
.la-header:before { content: "\f231"; }
.la-headphones:before { content: "\f232"; }
.la-heart:before { content: "\f233"; }
.la-heart-o:before { content: "\f234"; }
.la-heartbeat:before { content: "\f235"; }
.la-history:before { content: "\f236"; }
.la-home:before { content: "\f237"; }
.la-hospital-o:before { content: "\f238"; }
.la-hotel:before { content: "\f239"; }
.la-hourglass:before { content: "\f23a"; }
.la-hourglass-1:before { content: "\f23b"; }
.la-hourglass-2:before { content: "\f23c"; }
.la-hourglass-3:before { content: "\f23d"; }
.la-hourglass-end:before { content: "\f23e"; }
.la-hourglass-half:before { content: "\f23f"; }
.la-hourglass-o:before { content: "\f240"; }
.la-hourglass-start:before { content: "\f241"; }
.la-houzz:before { content: "\f242"; }
.la-html5:before { content: "\f243"; }
.la-i-cursor:before { content: "\f244"; }
.la-ils:before { content: "\f245"; }
.la-image:before { content: "\f246"; }
.la-inbox:before { content: "\f247"; }
.la-indent:before { content: "\f248"; }
.la-industry:before { content: "\f249"; }
.la-info:before { content: "\f24a"; }
.la-info-circle:before { content: "\f24b"; }
.la-inr:before { content: "\f24c"; }
.la-instagram:before { content: "\f24d"; }
.la-institution:before { content: "\f24e"; }
.la-internet-explorer:before { content: "\f24f"; }
.la-ioxhost:before { content: "\f250"; }
.la-italic:before { content: "\f251"; }
.la-joomla:before { content: "\f252"; }
.la-jpy:before { content: "\f253"; }
.la-jsfiddle:before { content: "\f254"; }
.la-key:before { content: "\f255"; }
.la-keyboard-o:before { content: "\f256"; }
.la-krw:before { content: "\f257"; }
.la-language:before { content: "\f258"; }
.la-laptop:before { content: "\f259"; }
.la-lastfm:before { content: "\f25a"; }
.la-lastfm-square:before { content: "\f25b"; }
.la-leaf:before { content: "\f25c"; }
.la-leanpub:before { content: "\f25d"; }
.la-legal:before { content: "\f25e"; }
.la-lemon-o:before { content: "\f25f"; }
.la-level-down:before { content: "\f260"; }
.la-level-up:before { content: "\f261"; }
.la-life-bouy:before { content: "\f262"; }
.la-life-buoy:before { content: "\f263"; }
.la-life-ring:before, .la-support:before { content: "\f264"; }
.la-life-saver:before { content: "\f265"; }
.la-lightbulb-o:before { content: "\f266"; }
.la-line-chart:before { content: "\f267"; }
.la-link:before { content: "\f268"; }
.la-linkedin:before { content: "\f269"; }
.la-linkedin-square:before { content: "\f26a"; }
.la-linux:before { content: "\f26b"; }
.la-list:before { content: "\f26c"; }
.la-list-alt:before { content: "\f26d"; }
.la-list-ol:before { content: "\f26e"; }
.la-list-ul:before { content: "\f26f"; }
.la-location-arrow:before { content: "\f270"; }
.la-lock:before { content: "\f271"; }
.la-long-arrow-down:before { content: "\f272"; }
.la-long-arrow-left:before { content: "\f273"; }
.la-long-arrow-right:before { content: "\f274"; }
.la-long-arrow-up:before { content: "\f275"; }
.la-magic:before { content: "\f276"; }
.la-magnet:before { content: "\f277"; }
.la-mail-forward:before { content: "\f278"; }
.la-mail-reply:before { content: "\f279"; }
.la-mail-reply-all:before { content: "\f27a"; }
.la-male:before { content: "\f27b"; }
.la-map:before { content: "\f27c"; }
.la-map-marker:before { content: "\f27d"; }
.la-map-o:before { content: "\f27e"; }
.la-map-pin:before { content: "\f27f"; }
.la-map-signs:before { content: "\f280"; }
.la-mars:before { content: "\f281"; }
.la-mars-double:before { content: "\f282"; }
.la-mars-stroke:before { content: "\f283"; }
.la-mars-stroke-h:before { content: "\f284"; }
.la-mars-stroke-v:before { content: "\f285"; }
.la-maxcdn:before { content: "\f286"; }
.la-meanpath:before { content: "\f287"; }
.la-medium:before { content: "\f288"; }
.la-medkit:before { content: "\f289"; }
.la-meh-o:before { content: "\f28a"; }
.la-mercury:before { content: "\f28b"; }
.la-microphone:before { content: "\f28c"; }
.la-microphone-slash:before { content: "\f28d"; }
.la-minus:before { content: "\f28e"; }
.la-minus-circle:before { content: "\f28f"; }
.la-minus-square:before { content: "\f290"; }
.la-minus-square-o:before { content: "\f291"; }
.la-mobile:before { content: "\f292"; }
.la-mobile-phone:before { content: "\f293"; }
.la-money:before { content: "\f294"; }
.la-moon-o:before { content: "\f295"; }
.la-mortar-board:before { content: "\f296"; }
.la-motorcycle:before { content: "\f297"; }
.la-mouse-pointer:before { content: "\f298"; }
.la-music:before { content: "\f299"; }
.la-navicon:before { content: "\f29a"; }
.la-neuter:before { content: "\f29b"; }
.la-newspaper-o:before { content: "\f29c"; }
.la-object-group:before { content: "\f29d"; }
.la-object-ungroup:before { content: "\f29e"; }
.la-odnoklassniki:before { content: "\f29f"; }
.la-odnoklassniki-square:before { content: "\f2a0"; }
.la-opencart:before { content: "\f2a1"; }
.la-openid:before { content: "\f2a2"; }
.la-opera:before { content: "\f2a3"; }
.la-optin-monster:before { content: "\f2a4"; }
.la-outdent:before { content: "\f2a5"; }
.la-pagelines:before { content: "\f2a6"; }
.la-paint-brush:before { content: "\f2a7"; }
.la-paper-plane:before, .la-send:before { content: "\f2a8"; }
.la-paper-plane-o:before, .la-send-o:before { content: "\f2a9"; }
.la-paperclip:before { content: "\f2aa"; }
.la-paragraph:before { content: "\f2ab"; }
.la-paste:before { content: "\f2ac"; }
.la-pause:before { content: "\f2ad"; }
.la-paw:before { content: "\f2ae"; }
.la-paypal:before { content: "\f2af"; }
.la-pencil:before { content: "\f2b0"; }
.la-pencil-square:before { content: "\f2b1"; }
.la-pencil-square-o:before { content: "\f2b2"; }
.la-phone:before { content: "\f2b3"; }
.la-phone-square:before { content: "\f2b4"; }
.la-photo:before { content: "\f2b5"; }
.la-picture-o:before { content: "\f2b6"; }
.la-pie-chart:before { content: "\f2b7"; }
.la-pied-piper:before { content: "\f2b8"; }
.la-pied-piper-alt:before { content: "\f2b9"; }
.la-pinterest:before { content: "\f2ba"; }
.la-pinterest-p:before { content: "\f2bb"; }
.la-pinterest-square:before { content: "\f2bc"; }
.la-plane:before { content: "\f2bd"; }
.la-play:before { content: "\f2be"; }
.la-play-circle:before { content: "\f2bf"; }
.la-play-circle-o:before { content: "\f2c0"; }
.la-plug:before { content: "\f2c1"; }
.la-plus:before { content: "\f2c2"; }
.la-plus-circle:before { content: "\f2c3"; }
.la-plus-square:before { content: "\f2c4"; }
.la-plus-square-o:before { content: "\f2c5"; }
.la-power-off:before { content: "\f2c6"; }
.la-print:before { content: "\f2c7"; }
.la-puzzle-piece:before { content: "\f2c8"; }
.la-qq:before { content: "\f2c9"; }
.la-qrcode:before { content: "\f2ca"; }
.la-question:before { content: "\f2cb"; }
.la-question-circle:before { content: "\f2cc"; }
.la-quote-left:before { content: "\f2cd"; }
.la-quote-right:before { content: "\f2ce"; }
.la-ra:before { content: "\f2cf"; }
.la-random:before { content: "\f2d0"; }
.la-rebel:before { content: "\f2d1"; }
.la-recycle:before { content: "\f2d2"; }
.la-reddit:before { content: "\f2d3"; }
.la-reddit-square:before { content: "\f2d4"; }
.la-refresh:before { content: "\f2d5"; }
.la-registered:before { content: "\f2d6"; }
.la-renren:before { content: "\f2d7"; }
.la-reorder:before { content: "\f2d8"; }
.la-repeat:before { content: "\f2d9"; }
.la-reply:before { content: "\f2da"; }
.la-reply-all:before { content: "\f2db"; }
.la-retweet:before { content: "\f2dc"; }
.la-rmb:before { content: "\f2dd"; }
.la-road:before { content: "\f2de"; }
.la-rocket:before { content: "\f2df"; }
.la-rotate-left:before { content: "\f2e0"; }
.la-rotate-right:before { content: "\f2e1"; }
.la-rouble:before { content: "\f2e2"; }
.la-rss:before, .la-feed:before { content: "\f2e3"; }
.la-rss-square:before { content: "\f2e4"; }
.la-rub:before { content: "\f2e5"; }
.la-ruble:before { content: "\f2e6"; }
.la-rupee:before { content: "\f2e7"; }
.la-safari:before { content: "\f2e8"; }
.la-save:before { content: "\f2e9"; }
.la-scissors:before { content: "\f2ea"; }
.la-search:before { content: "\f2eb"; }
.la-search-minus:before { content: "\f2ec"; }
.la-search-plus:before { content: "\f2ed"; }
.la-sellsy:before { content: "\f2ee"; }
.la-server:before { content: "\f2ef"; }
.la-share:before { content: "\f2f0"; }
.la-share-alt:before { content: "\f2f1"; }
.la-share-alt-square:before { content: "\f2f2"; }
.la-share-square:before { content: "\f2f3"; }
.la-share-square-o:before { content: "\f2f4"; }
.la-shekel:before { content: "\f2f5"; }
.la-sheqel:before { content: "\f2f6"; }
.la-shield:before { content: "\f2f7"; }
.la-ship:before { content: "\f2f8"; }
.la-shirtsinbulk:before { content: "\f2f9"; }
.la-shopping-cart:before { content: "\f2fa"; }
.la-sign-in:before { content: "\f2fb"; }
.la-sign-out:before { content: "\f2fc"; }
.la-signal:before { content: "\f2fd"; }
.la-simplybuilt:before { content: "\f2fe"; }
.la-sitemap:before { content: "\f2ff"; }
.la-skyatlas:before { content: "\f300"; }
.la-skype:before { content: "\f301"; }
.la-slack:before { content: "\f302"; }
.la-sliders:before { content: "\f303"; }
.la-slideshare:before { content: "\f304"; }
.la-smile-o:before { content: "\f305"; }
.la-sort:before, .la-unsorted:before { content: "\f306"; }
.la-sort-alpha-asc:before { content: "\f307"; }
.la-sort-alpha-desc:before { content: "\f308"; }
.la-sort-amount-asc:before { content: "\f309"; }
.la-sort-amount-desc:before { content: "\f30a"; }
.la-sort-asc:before, .la-sort-up:before { content: "\f30b"; }
.la-sort-desc:before, .la-sort-down:before { content: "\f30c"; }
.la-sort-numeric-asc:before { content: "\f30d"; }
.la-sort-numeric-desc:before { content: "\f30e"; }
.la-soundcloud:before { content: "\f30f"; }
.la-space-shuttle:before { content: "\f310"; }
.la-spinner:before { content: "\f311"; }
.la-spoon:before { content: "\f312"; }
.la-spotify:before { content: "\f313"; }
.la-square:before { content: "\f314"; }
.la-square-o:before { content: "\f315"; }
.la-stack-exchange:before { content: "\f316"; }
.la-stack-overflow:before { content: "\f317"; }
.la-star:before { content: "\f318"; }
.la-star-half:before { content: "\f319"; }
.la-star-half-o:before, .la-star-half-full:before, .la-star-half-empty:before { content: "\f31a"; }
.la-star-o:before { content: "\f31b"; }
.la-steam:before { content: "\f31c"; }
.la-steam-square:before { content: "\f31d"; }
.la-step-backward:before { content: "\f31e"; }
.la-step-forward:before { content: "\f31f"; }
.la-stethoscope:before { content: "\f320"; }
.la-sticky-note:before { content: "\f321"; }
.la-sticky-note-o:before { content: "\f322"; }
.la-stop:before { content: "\f323"; }
.la-street-view:before { content: "\f324"; }
.la-strikethrough:before { content: "\f325"; }
.la-stumbleupon:before { content: "\f326"; }
.la-stumbleupon-circle:before { content: "\f327"; }
.la-subscript:before { content: "\f328"; }
.la-subway:before { content: "\f329"; }
.la-suitcase:before { content: "\f32a"; }
.la-sun-o:before { content: "\f32b"; }
.la-superscript:before { content: "\f32c"; }
.la-table:before { content: "\f32d"; }
.la-tablet:before { content: "\f32e"; }
.la-tachometer:before { content: "\f32f"; }
.la-tag:before { content: "\f330"; }
.la-tags:before { content: "\f331"; }
.la-tasks:before { content: "\f332"; }
.la-taxi:before { content: "\f333"; }
.la-television:before, .la-tv:before { content: "\f334"; }
.la-tencent-weibo:before { content: "\f335"; }
.la-terminal:before { content: "\f336"; }
.la-text-height:before { content: "\f337"; }
.la-text-width:before { content: "\f338"; }
.la-th:before { content: "\f339"; }
.la-th-large:before { content: "\f33a"; }
.la-th-list:before { content: "\f33b"; }
.la-thumb-tack:before { content: "\f33c"; }
.la-thumbs-down:before { content: "\f33d"; }
.la-thumbs-o-down:before { content: "\f33e"; }
.la-thumbs-o-up:before { content: "\f33f"; }
.la-thumbs-up:before { content: "\f340"; }
.la-ticket:before { content: "\f341"; }
.la-times:before, .la-remove:before { content: "\f342"; }
.la-times-circle:before { content: "\f343"; }
.la-times-circle-o:before { content: "\f344"; }
.la-tint:before { content: "\f345"; }
.la-toggle-off:before { content: "\f346"; }
.la-toggle-on:before { content: "\f347"; }
.la-trademark:before { content: "\f348"; }
.la-train:before { content: "\f349"; }
.la-transgender:before, .la-intersex:before { content: "\f34a"; }
.la-transgender-alt:before { content: "\f34b"; }
.la-trash:before { content: "\f34c"; }
.la-trash-o:before { content: "\f34d"; }
.la-tree:before { content: "\f34e"; }
.la-trello:before { content: "\f34f"; }
.la-tripadvisor:before { content: "\f350"; }
.la-trophy:before { content: "\f351"; }
.la-truck:before { content: "\f352"; }
.la-try:before { content: "\f353"; }
.la-tty:before { content: "\f354"; }
.la-tumblr:before { content: "\f355"; }
.la-tumblr-square:before { content: "\f356"; }
.la-turkish-lira:before { content: "\f357"; }
.la-twitch:before { content: "\f358"; }
.la-twitter:before { content: "\f359"; }
.la-twitter-square:before { content: "\f35a"; }
.la-umbrella:before { content: "\f35b"; }
.la-underline:before { content: "\f35c"; }
.la-undo:before { content: "\f35d"; }
.la-university:before { content: "\f35e"; }
.la-unlink:before { content: "\f35f"; }
.la-unlock:before { content: "\f360"; }
.la-unlock-alt:before { content: "\f361"; }
.la-upload:before { content: "\f362"; }
.la-usd:before { content: "\f363"; }
.la-user:before { content: "\f364"; }
.la-user-md:before { content: "\f365"; }
.la-user-plus:before { content: "\f366"; }
.la-user-secret:before { content: "\f367"; }
.la-user-times:before { content: "\f368"; }
.la-users:before { content: "\f369"; }
.la-venus:before { content: "\f36a"; }
.la-venus-double:before { content: "\f36b"; }
.la-venus-mars:before { content: "\f36c"; }
.la-viacoin:before { content: "\f36d"; }
.la-video-camera:before { content: "\f36e"; }
.la-vimeo:before { content: "\f36f"; }
.la-vimeo-square:before { content: "\f370"; }
.la-vine:before { content: "\f371"; }
.la-vk:before { content: "\f372"; }
.la-volume-down:before { content: "\f373"; }
.la-volume-off:before { content: "\f374"; }
.la-volume-up:before { content: "\f375"; }
.la-warning:before { content: "\f376"; }
.la-wechat:before { content: "\f377"; }
.la-weibo:before { content: "\f378"; }
.la-weixin:before { content: "\f379"; }
.la-whatsapp:before { content: "\f37a"; }
.la-wheelchair:before { content: "\f37b"; }
.la-wifi:before { content: "\f37c"; }
.la-wikipedia-w:before { content: "\f37d"; }
.la-windows:before { content: "\f37e"; }
.la-won:before { content: "\f37f"; }
.la-wordpress:before { content: "\f380"; }
.la-wrench:before { content: "\f381"; }
.la-xing:before { content: "\f382"; }
.la-xing-square:before { content: "\f383"; }
.la-y-combinator:before { content: "\f384"; }
.la-y-combinator-square:before { content: "\f385"; }
.la-yahoo:before { content: "\f386"; }
.la-yc:before { content: "\f387"; }
.la-yc-square:before { content: "\f388"; }
.la-yelp:before { content: "\f389"; }
.la-yen:before { content: "\f38a"; }
.la-youtube:before { content: "\f38b"; }
.la-youtube-play:before { content: "\f38c"; }
.la-youtube-square:before { content: "\f38d"; }



*[data-icon]:before {
    content: attr(data-icon);
    font: 1em/1 "LineAwesome";
}

@charset "UTF-8";
/*!
 * Valensina Gruppe Optimization CSS
 * 2025 Violution GbR, Dortmund
 * Autor: Daniela Brigula
 */
/* Barrierefreiheit */
body {
  /* Überschriften */
  /* Sticky Navigation */
}
body .m-top-50 {
  margin-top: 50px;
}
body .m-bottom-50 {
  margin-bottom: 50px;
}
body .grid .is-full h2 {
  margin-bottom: 0;
}
body .content-text.media.media--right figure {
  padding-left: 60px;
}
body .content-text.card {
  padding-bottom: 45px;
}
body #article-42 .card.grid .content-image,
body #article-73 .card.grid .content-image {
  padding: 0px;
}
body #article-42 h4, body #article-73 h4 {
  padding: 0px;
}
body #main .inside {
  margin-top: 80px;
}
body .ce_rsce_valensina_fact .fact .fact__value {
  font-size: 2.6rem;
  margin-bottom: 1rem;
}
body #main .rte p {
  margin-bottom: 1.8rem;
  max-width: 960px;
  line-height: 1.8;
}
body #main .rte p:last-child {
  margin-bottom: 0;
}
body .grid [class*=content-].nocard {
  margin-bottom: 60px;
}
body #header nav.mod_changelanguage:before {
  display: none;
}
body .ce_rsce_valensina_teaser .teaser .teaser__content .teaser__text {
  font-size: 18px;
}
body .mod_article .card.bg_primary {
  background-color: #003072;
}
body .mod_article .card.bg_primary h2 {
  color: #fff;
}
body .mod_article .card.bg_primary a {
  color: #fff;
  text-decoration: underline;
}
body .rte em strong {
  font-size: 2.125rem;
  padding-bottom: 20px;
  font-style: normal;
  line-height: 2.6rem;
}
body button {
  background-color: #003072;
  color: white;
}
body h1 {
  font-size: 3.333rem;
}
body .content-text.card h1 {
  font-size: 2.9rem;
  margin-top: 10px;
  margin-bottom: 0px;
}
body h2 {
  font-size: 2.9rem;
  margin-bottom: 1.2rem;
}
body h2.headline__subtitle {
  font-size: 1.667rem;
}
body .content-text h2 {
  padding-bottom: 0;
}
body h3 {
  font-size: 2.4rem;
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 2.65rem;
}
body .timeline--entry .timeline--entry__marker h3 {
  color: #fff;
  font-family: calibri, arial;
  font-weight: 700;
  letter-spacing: 0.15px;
  line-height: 1;
  font-size: 1.222rem;
  margin: 0;
}
body .content-text.card h3 {
  padding-bottom: 20px;
}
body h4 {
  font-size: 2rem;
}
body .ansprechpartner h4 {
  font-size: 1.8rem;
}
body .ansprechpartner h3 {
  font-size: 1.8rem;
  line-height: 2.2rem;
  margin-bottom: 20px;
}
body h5 {
  font-size: 1.667rem;
}
body h6 {
  font-size: 1.222rem;
}
body .card.polaroid_mobile h2 {
  padding-top: 20px;
  font-size: 2.125rem;
}
body .card.polaroid_mobile h3 {
  padding-top: 20px;
  font-size: 1.667rem;
  line-height: 2rem;
}
body .card.polaroid_mobile h4 {
  padding-top: 20px;
  font-size: 1.3rem;
}
body .card.polaroid_mobile ul {
  margin-top: 0;
}
body #header.sticky {
  height: 70px;
  position: fixed;
  left: 0;
  top: 0;
  padding-top: 0;
  background-color: #fff;
  overflow: visible;
  z-index: 9000;
}
body #header.sticky .inside {
  margin-top: 0;
  position: relative;
}
body #header.sticky .inside nav.mod_changelanguage {
  position: absolute;
  top: 14%;
  right: 40px;
  max-width: 150px !important;
  z-index: 10000 !important;
}
body #header.sticky .inside nav.mod_changelanguage ul {
  border: 0 !important;
}
body #header.sticky .inside nav.mod_changelanguage ul li.lang-en a {
  border-left: solid #fff 2px;
}
body #header.sticky .inside nav.mod_changelanguage ul li a {
  color: #fff !important;
}
body #header.sticky .inside .mainmenu {
  height: 70px;
}
body #header.sticky .inside .mainmenu a {
  min-height: 70px;
  padding: 16px 20px;
}
body #header.sticky .inside .logo {
  position: absolute;
  top: 14%;
  left: 40px;
  height: 70%;
  background-image: url("/assets/images/w/Logo_ValensinaGruppe_lang_2zeilig_1c_weiss_sRGB_HP-zy43tyvhf1774nh.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 240px;
}
body #header.sticky .inside .logo img {
  display: none;
}
body #top_link {
  bottom: 25px;
  left: 25px;
  position: fixed;
  text-align: center;
  width: 44px;
  height: 44px;
  opacity: 0;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  z-index: 800;
}
body #top_link a {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  border: 3px solid #000;
  position: relative;
  display: block;
  transition: All 0.2s ease;
  -webkit-transition: All 0.2s ease;
  width: 100%;
  height: 100%;
  font-weight: 900;
  text-align: center;
  font-size: 25px;
  line-height: 40px;
  cursor: pointer;
  color: #000;
}
body #top_link a:hover {
  text-decoration: none;
  background-color: #f9ae17;
}
body.fixed-header #top_link {
  opacity: 0.8;
}
body #header nav.mod_changelanguage ul li a {
  color: #000 !important;
  font-weight: 600;
  line-height: 44px;
}
body .p-top-25 p {
  padding-top: 25px;
}
body .mainmenu ul li.active > a, body .mainmenu ul li.trail > a, body .mainmenu ul li ul li a:hover {
  color: #000 !important;
}
body .ce_rsce_valensina_teaser .teaser .teaser__content.teaser__content--left,
body .ce_rsce_valensina_teaser .teaser .teaser__content.teaser__content--right {
  padding: 0 30px;
}
body .ce_rsce_valensina_teaser .teaser .teaser__content.teaser__content--left .teaser__title,
body .ce_rsce_valensina_teaser .teaser .teaser__content.teaser__content--right .teaser__title {
  font-size: 2.5rem;
}
body .ce_rsce_valensina_teaser .teaser figure.teaser__media img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
body .ce_rsce_valensina_teaser.min-height .teaser figure.teaser__media {
  min-height: 600px;
}
body .timeline--entry .timeline--entry__marker {
  top: 13px;
}
body .shift-left {
  margin-left: 30px;
}
body .shift-left-small {
  margin-left: 15px;
}
body .p-top-60 .teaser__title {
  padding-top: 60px !important;
}
body .content-downloads {
  padding: 50px;
  margin-left: 15px;
  margin-right: 15px;
  width: 100%;
}
body .content-downloads ul {
  margin-top: 30px;
}
body .grid .card.bg_primary {
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 50px;
}
body .mod_article [class=content-text], body .mod_article [class=content-headline], body .mod_article [class*=mod_] {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 30px;
}
body .mod_newslist.card {
  padding: 30px;
  margin-left: 15px;
  margin-right: 15px;
}
body .mod_newslist.card .grid {
  display: block;
  padding: 60px 15px;
}
body .content-text h5, body .content-text h6 {
  padding-bottom: 20px;
  padding-top: 20px;
}
body .data-table table {
  width: 100%;
  border-collapse: collapse;
}
body .data-table table th:first-child, body .data-table table td:first-child {
  padding-left: 30px;
}
body .data-table table th {
  vertical-align: middle;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 3px solid #dee2e6 !important;
}
body .data-table table td {
  vertical-align: top;
  font-size: 17px;
}
body .data-table table td ul {
  margin: 0;
}
body .data-table table td ul li {
  margin-bottom: 5px;
}
body .data-table table td ul li:before {
  width: 13px;
}
body .marke img {
  width: 200px;
  height: 200px;
}
body .row, body .row .grid {
  display: flex;
  flex-wrap: wrap;
}
body .row.centered, body .row .grid.centered {
  justify-content: center;
  justify-items: center;
  align-items: center;
  text-align: center;
}
body .row .col_6, body .row .grid .col_6 {
  flex: 0 0 50%;
  max-width: 50%;
}
body .row .col_6 .col_6, body .row .grid .col_6 .col_6 {
  flex: 0 0 100%;
  max-width: 100%;
}
body .row .col_4, body .row .grid .col_4 {
  flex: 0 0 33.333%;
  max-width: 33.333%;
}
body .row .col_4 .col_4, body .row .grid .col_4 .col_4 {
  flex: 0 0 100%;
  max-width: 100%;
}
body .row .col_12, body .row .grid .col_12 {
  flex: 0 0 100%;
  max-width: 100%;
}
body .row .col_12 .col_12, body .row .grid .col_12 .col_12 {
  flex: 0 0 100%;
  max-width: 100%;
}
body .row.centered .grid {
  justify-content: center;
  justify-items: center;
  align-items: center;
  text-align: center;
}
body .b2b-standort img {
  margin-top: 25px;
  transform: scale(0.9);
}
body a {
  color: #003072;
}
body a:hover {
  color: #f9ae17;
}
body label {
  margin-bottom: 10px;
  display: block;
}
body label .mandatory {
  color: #f00;
}
body .address,
body .grid .column.column__no-padding .grid > div.address {
  display: block;
  height: 270px;
  position: relative;
  margin-bottom: 60px !important;
}
body .address h4,
body .grid .column.column__no-padding .grid > div.address h4 {
  font-size: 1.4rem;
}
body .address .button,
body .grid .column.column__no-padding .grid > div.address .button {
  position: absolute;
  bottom: 0;
}
body .inside .ce_form form .widget input.checkbox {
  display: none !important;
}
body .rte ul {
  margin-top: 20px;
}
body .widget-explanation ul {
  margin-left: 30px;
  margin-top: 10px;
  margin-bottom: 20px;
}
body .widget-explanation ul li:before {
  content: "•";
  color: #A4CEFC;
  font-weight: 700;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
body .mainmenu ul li.active a, body .mainmenu ul li.trail a {
  min-width: 100% !important;
}
body .polaroid_mobile {
  background: #fff;
}
body .mainmenu ul li ul li.active > ul.level_3, body .mainmenu ul li ul li.trail > ul.level_3 {
  top: 0;
  left: 240px;
}
body .card.grid .content-image {
  padding: 15px 30px 0 30px;
}
body .timeline--entry__detail {
  padding: 2em;
  background-color: #f4f4f4;
}
body .timeline--entry .timeline--entry--content {
  box-shadow: -2px 2px 5px 0px rgba(0, 0, 0, 0.2);
}
body .timeline--entry .timeline--entry--content:before {
  border-right: 20px solid #f4f4f4;
  border-top: 20px solid transparent !important;
  border-bottom: 20px solid transparent !important;
}
body .timeline--entry:nth-of-type(2n):not(:nth-of-type(2n+1)) .timeline--entry--content::before {
  border-left: 20px solid #f4f4f4;
}
body .ce_rsce_valensina_quote .quote .quote__cite {
  font-size: 2.6rem;
  margin-bottom: 20px;
  line-height: 1.2;
}
body .ce_rsce_valensina_quote .quote .quote__author {
  margin-bottom: 40px;
}
body #container #main .inside {
  padding-bottom: 60px;
}
body .ce_rsce_valensina_teaser .teaser .teaser__content .teaser__title {
  font-size: 1.4rem;
  line-height: 1.8rem;
}
body .ce_rsce_valensina_fact .fact .fact__subtitle {
  font-size: 1.4rem;
  line-height: 1.7rem;
}
body h3 {
  font-size: 2.4rem;
  margin-top: 10px;
  margin-bottom: 0px;
}
body .card.ce_text {
  padding: 50px;
  margin-left: 15px;
  margin-right: 15px;
  width: 100%;
}
body .card.content-image figure {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
}
body .card.content-image figure img {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
  object-fit: cover;
}

@media only screen and (max-width: 1560px) {
  body #header.sticky .mainmenu {
    justify-content: right;
    padding-right: 180px;
  }
  body #header.sticky .mainmenu a,
  body #header.sticky .mainmenu ul li.active > a,
  body #header.sticky .mainmenu ul li.trail > a {
    font-size: 1.1rem !important;
    padding: 16px 17px !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1279px) {
  body h3 {
    font-size: 2.2rem;
  }
  body #lbl_2_0 {
    font-size: 17px;
  }
  body #lbl_2_0:before {
    margin-bottom: 140px;
  }
  body .ce_rsce_valensina_teaser .teaser .teaser__content .teaser__title {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
  body .ce_rsce_valensina_quote .quote .quote__cite {
    font-size: 2rem;
  }
  body .mod_article, body #footer .inside, body #slideshow .inside {
    max-width: 90%;
  }
  body .mainmenu a, body .mainmenu ul li.active > a, body .mainmenu ul li.trail > a {
    font-size: 20px;
  }
  body a.button, body button, body .ce_back a {
    padding: 9px 26px;
  }
  body .mod_article [class*=ce_],
  body .mod_article [class*=mod_] {
    margin-bottom: 37px;
  }
  body .ce_rsce_valensina_fact .fact .fact__media img {
    width: 70%;
  }
  body .ce_rsce_valensina_fact .fact .fact__subtitle {
    font-size: 1.15rem;
    line-height: 1.5rem;
    margin-top: 10px;
  }
  body .ce_rsce_valensina_teaser .teaser .teaser__content .teaser__text {
    margin-top: 0.5rem;
  }
  body #footer .inside {
    display: block;
    text-align: center;
    padding-top: 30px;
  }
  body #footer .inside .menu ul li {
    padding: 20px 15px;
    width: auto;
  }
  body .ce_rsce_valensina_quote .quote .quote__author {
    margin-bottom: 20px;
  }
  body .ce_rsce_valensina_teaser .teaser .teaser__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  body .ce_rsce_valensina_teaser .teaser .teaser__content--right img,
  body .ce_rsce_valensina_teaser .teaser .teaser__content--left img {
    transform: scale(0.9);
  }
}
@media only screen and (max-width: 1200px) {
  body .mod_article [class*=ce_].brand-container .teaser .teaser__content .teaser__text {
    font-size: 16px;
  }
  body .mod_article [class*=ce_].brand-container .teaser .teaser__content.teaser__content--left .teaser__title,
  body .mod_article [class*=ce_].brand-container .teaser .teaser__content.teaser__content--right .teaser__title {
    font-size: 1.9rem;
  }
}
@media only screen and (max-width: 1068px) {
  body .b2b-standort h2 {
    font-size: 2.4rem;
  }
  body .card.grid .content-image.polaroid_mobile {
    padding: 0 0 30px 10px;
  }
  .ce_rsce_valensina_card_start [class=content-headline] h4 {
    margin-bottom: 0;
  }
  .ce_rsce_valensina_card_start .card.grid > .content-text.ansprechpartner {
    padding-left: 0;
    padding-right: 0;
  }
  .grid .m6.ansprechpartner {
    width: 50% !important;
  }
  body .data-table table td {
    font-size: 16px;
  }
  .content-text table td, .content-text table th {
    padding: 0.5rem;
  }
}
@media only screen and (max-width: 960px) {
  body .brand-container.ce_rsce_valensina_teaser .teaser .teaser__content.teaser__content--left, body .brand-container.ce_rsce_valensina_teaser .teaser .teaser__content.teaser__content--right {
    width: 100%;
    position: relative;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    left: 0;
    right: 0;
  }
  body .brand-container.ce_rsce_valensina_teaser .teaser .teaser__content.teaser__content--left p, body .brand-container.ce_rsce_valensina_teaser .teaser .teaser__content.teaser__content--right p {
    margin-bottom: 20px;
  }
  body .brand-container.ce_rsce_valensina_teaser .teaser .teaser__media img {
    width: 100%;
    height: 460px;
    object-fit: cover;
  }
  body .shift-left-small {
    margin-left: 0;
  }
  body .rte em strong {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }
  body .ce_rsce_valensina_teaser .teaser .teaser__content.teaser__content--left .teaser__title,
  body .ce_rsce_valensina_teaser .teaser .teaser__content.teaser__content--right .teaser__title {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  body .row.b2b-standort .col_6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body .row.b2b-standort .col_6.content-image figure {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0 30px 30px 30px;
  }
  body .row.b2b-standort .col_6.content-image figure img {
    margin: 0;
    transform: scale(1);
  }
  .card.grid > .content-text.data-table {
    padding-top: 0;
  }
  body .marke img {
    width: 170px;
    height: auto;
  }
  body .card.grid .content-image.polaroid_mobile {
    padding: 15px 0 15px 10px !important;
  }
  body h1 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  body .ce_rsce_valensina_teaser .teaser .teaser__content .teaser__text {
    font-size: 17px;
  }
  body .ce_rsce_valensina_teaser .teaser .teaser__content.teaser__content--left .teaser__title,
  body .ce_rsce_valensina_teaser .teaser .teaser__content.teaser__content--right .teaser__title {
    font-size: 1.8rem;
    line-height: 2rem;
  }
  h6 {
    font-size: 1.2rem;
  }
  body .ce_rsce_valensina_quote .quote .quote__cite {
    margin-bottom: 0;
  }
  body .ce_rsce_valensina_quote.is-half--desktop .quote .quote__cite {
    font-size: 1.6rem;
  }
  body .ce_rsce_valensina_teaser .teaser .teaser__content .teaser__title {
    font-size: 1.2rem;
    line-height: 1.5rem;
    min-height: 55px;
  }
  .ce_rsce_valensina_teaser .teaser .teaser__content .teaser__content__arrow {
    width: 45px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 830px) {
  body .ce_rsce_valensina_teaser .teaser .teaser__content.teaser__content--left .teaser__title,
  body .ce_rsce_valensina_teaser .teaser .teaser__content.teaser__content--right .teaser__title {
    font-size: 1.4rem;
    line-height: 1.7rem;
  }
  body .ce_rsce_valensina_teaser .teaser .teaser__content .teaser__text {
    font-size: 16px;
  }
  .content-text h4 {
    padding-bottom: 15px !important;
  }
  .grid .m6, .card.grid .m6, .grid .is-half--desktop {
    float: none;
    max-width: 100% !important;
    width: 100% !important;
    flex: 0 0 100% !important;
  }
  .grid .m6 {
    flex: 0 0 calc(100% - 30px) !important;
  }
  /* Tabellen responsive machen */
  body .data-table table tr, body .data-table table td {
    display: block;
  }
  body .data-table table th, body .data-table table thead {
    display: none;
  }
  body .data-table table tr {
    margin-bottom: 25px;
    border: 2px solid #e0e0e0;
  }
  body .data-table table tr td {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: start;
    padding: 0.5rem;
    font-size: 17px;
  }
  body .data-table table tr td ul {
    display: block;
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
  body .data-table table tr td ul li {
    max-width: 250px;
    margin: 0;
  }
  body .data-table table tr td:first-child {
    padding-left: 0.5rem;
  }
  body .data-table table tr td strong {
    font-weight: 400;
  }
  body .data-table table [class*=val_]:before {
    font-weight: 600;
    display: flex;
    width: 130px;
  }
  body .data-table table .val_Art:before {
    content: "Art: ";
  }
  body .data-table table .val_MHD:before {
    content: "MHD: ";
  }
  body .data-table table .val_Gebinde:before {
    content: "Gebinde: ";
  }
  body .data-table table .val_Verpackung:before {
    content: "Verpackung: ";
  }
  body .data-table table .val_Type:before {
    content: "Type: ";
  }
  body .data-table table .val_BBD:before {
    content: "BBD: ";
  }
  body .data-table table .val_Container:before {
    content: "Container: ";
  }
  body .data-table table .val_Packaging:before {
    content: "Packaging: ";
  }
  body .ce_rsce_valensina_card_start .grid .m8 {
    width: 100%;
  }
  body .ce_rsce_valensina_card_start .grid .m8.content-headline {
    font-size: 2rem;
  }
  body .address, body .grid .column.column__no-padding .grid > div.address {
    max-width: 100% !important;
    width: 100% !important;
    height: 210px;
  }
  .center-830 {
    text-align: center;
    display: block;
    width: 100%;
  }
  .grid .m6.full-width-830 {
    width: 100%;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding-right: 40px;
    padding-left: 40px;
  }
  body .ce_rsce_valensina_card_start .grid .m4.content-image {
    width: 100%;
    max-height: 150px;
    position: relative;
    text-align: left;
    margin-top: -40px;
    margin-bottom: 30px !important;
  }
  body .ce_rsce_valensina_card_start .grid .m4.content-image figure {
    max-height: 150px;
    width: auto;
    position: relative;
    display: block;
  }
  body .ce_rsce_valensina_card_start .grid .m4.content-image figure img {
    width: auto;
    max-height: 150px;
    object-fit: contain;
    display: block;
    border-radius: 0;
  }
  body .card.grid .m6.ansprechpartner,
  body .card.grid .m6.borderpic {
    width: 100% !important;
    max-width: 100%;
    text-align: center !important;
  }
  body .card.grid .m6.polaroid_mobile {
    padding: 0 80px 0 80px !important;
    background: transparent;
    margin-left: 0;
  }
  body .card.grid .m6.ansprechpartner {
    padding-bottom: 60px !important;
  }
  .polaroid_mobile:not(.m6) figure {
    margin: 40px 0 60px 0 !important;
  }
  .content-text.media.media--right figure {
    float: none !important;
    max-width: 80% !important;
  }
  body .content-text.media.media--right figure {
    padding-left: 0;
  }
}
@media only screen and (max-width: 785px) {
  body .grid > .content-headline, .card.grid > .content-text {
    padding-bottom: 0;
  }
  body .timeline--entry:nth-of-type(2n):not(:nth-of-type(2n+1)) .timeline--entry--content:before {
    border-left: 0 none !important;
  }
}
@media only screen and (max-width: 768px) {
  body .grid > .content-headline, .card.grid > .content-text {
    padding: 0;
  }
  .ce_rsce_valensina_headline .headline .headline__content .headline__title {
    font-size: 2.4rem;
  }
  #header .inside .menu_hamburger {
    padding-right: 20px !important;
  }
  body .content-text.media.media--right figure {
    float: none !important;
    max-width: 95% !important;
  }
  body .ce_rsce_valensina_teaser .teaser .teaser__content.teaser__content--left .teaser__title,
  body .ce_rsce_valensina_teaser .teaser .teaser__content.teaser__content--right .teaser__title {
    font-size: 1.6rem;
    line-height: 1.7rem;
  }
  body .ce_rsce_valensina_teaser .teaser .teaser__content.teaser__content--left,
  body .ce_rsce_valensina_teaser .teaser .teaser__content.teaser__content--right {
    padding: 20px 30px;
  }
  body h3 {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }
  body .p-top-25 p {
    padding-top: 0;
  }
  body h2 {
    font-size: 2.2rem;
    margin-bottom: 1.6rem;
    line-height: 2.6rem;
  }
  body .marke img {
    width: 100px;
    height: auto;
  }
  button.submit {
    width: 100%;
  }
  body label {
    font-size: 16px;
    margin-top: 18px;
  }
  body .row .widget.col_6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .card.grid > .content-text.marke {
    padding: 0;
  }
  body .address, body .grid .column.column__no-padding .grid > div.address {
    height: 240px;
  }
  .card.grid > .content-text.data-table {
    padding-bottom: 0;
  }
  body .card.grid .m6.polaroid_mobile {
    margin-bottom: -20px !important;
    margin-top: -10px;
  }
  body .row .col_12 {
    flex: 0 0 100%;
    max-width: 100%;
    display: block;
    min-width: 100%;
  }
  body .row .col_6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body .b2b-standort img {
    margin-top: -25px;
    transform: scale(0.91);
  }
  body .card.grid .m6.polaroid_mobile {
    padding: 0 40px 0 40px !important;
    background: transparent;
    margin-left: 0;
  }
  .grid > .m12.content-headline:not(.card) {
    padding: 0;
  }
  .ce_rsce_valensina_download .download {
    margin-bottom: 30px;
  }
  .timeline--entry {
    margin-left: 8em !important;
  }
  body .timeline--entry .timeline--entry__marker {
    width: 5em;
    height: 5em;
    left: -7.5em;
    top: 2px;
  }
  body .media--left figure {
    max-width: 80%;
    float: none;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 25px;
  }
  body .ce_rsce_valensina_fact .fact .fact__media img {
    max-height: 8em;
    max-width: 8em;
    height: auto;
    margin-bottom: 10px;
  }
  .ce_rsce_valensina_fact .fact .fact__value {
    font-size: 2.1rem;
    line-height: 3rem;
  }
  html {
    font-size: 17px;
  }
  body .mod_article, body #footer .inside, body #slideshow .inside {
    max-width: 94%;
  }
  body .shift-left {
    margin-left: 0;
  }
  body .mod_newslist.card {
    margin-left: 0;
    margin-right: 0;
  }
  body .content-downloads {
    padding: 40px 20px 60px 20px !important;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  body .mod_newslist.card {
    padding: 40px 20px 60px 20px !important;
  }
  body .mod_newslist.card .grid {
    display: block;
    padding: 40px 0;
  }
  body .ce_rsce_valensina_teaser {
    margin-bottom: 30px !important;
    display: block;
  }
  body .ce_rsce_valensina_quote .quote .quote__cite {
    font-size: 2.1rem;
    margin-top: 15px;
  }
  .content-text.card {
    padding: 40px 20px 60px 20px !important;
  }
  .card.content-text, .card.content-image, .content-text.card.bg_primary.block {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .grid {
    margin-right: 0;
    margin-left: 0;
  }
  body .ce_rsce_valensina_teaser .teaser .teaser__content .teaser__title {
    font-size: 1.3rem;
    min-height: unset;
  }
  .ce_rsce_valensina_headline .headline.headline--1 {
    border-radius: 15px;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12) !important;
  }
  .mod_article [class*=ce_], .mod_article [class*=mod_] {
    padding-right: 0;
    padding-left: 0;
  }
  .ce_rsce_valensina_headline .headline.headline--1 .headline__content.headline__overlay--right {
    bottom: 10%;
    right: 0;
    text-align: right;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .ce_rsce_valensina_headline .headline.headline--1 .headline__content {
    position: absolute;
  }
  .ce_rsce_valensina_headline .headline.headline--1 .headline__content h1 {
    font-size: 2.1rem;
    margin-bottom: 5px;
  }
  body .ansprechpartner h4 {
    font-size: 1.5rem;
  }
  body .ansprechpartner h3 {
    font-size: 1.5rem;
    line-height: 1.9rem;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 500px) {
  body .brand-container.ce_rsce_valensina_teaser .teaser .teaser__media img {
    height: 260px;
  }
  body .data-table table tr td ul li {
    max-width: 180px;
    margin: 0;
  }
  body .ansprechpartner h4 {
    font-size: 1.3rem;
    padding-bottom: 0 !important;
  }
  body .ansprechpartner h3 {
    font-size: 1.3rem;
  }
  .ce_rsce_valensina_headline .headline .headline__content .headline__title,
  body h1,
  body .content-text.card h1 {
    font-size: 1.75rem;
    line-height: 2.1rem;
  }
  body .content-text.card h1 {
    margin-top: 0;
  }
  body h2 {
    font-size: 1.5rem;
    margin-bottom: 1.2rem;
    line-height: 2rem;
  }
  body .card.polaroid_mobile h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  body .card.polaroid_mobile h3 {
    padding-top: 0;
    padding-bottom: 0;
  }
  body h2.headline__subtitle {
    font-size: 1.3rem;
  }
  body .rte em strong {
    font-size: 1.4rem;
    line-height: 1.9rem;
  }
  body h3 {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  body h4 {
    font-size: 1.2rem;
    margin: 15px 0;
  }
  .timeline--entry {
    margin-left: 7em !important;
  }
  body .timeline--entry .timeline--entry__marker {
    left: -6.5em;
  }
  .grid > .content-headline.card {
    margin-bottom: 0;
  }
  body .ce_rsce_valensina_fact .fact .fact__value {
    margin-bottom: 5px;
    margin-top: 10px;
  }
  body .ce_rsce_valensina_quote .quote .quote__author {
    margin-top: 25px;
  }
  body #main .inside {
    margin-top: 40px;
  }
  body .polaroid_mobile figure {
    padding: 10px 10px 25px !important;
  }
  body #top_link {
    transform: scale(0.9);
    bottom: 10px;
    left: 10px;
  }
  .ce_rsce_valensina_headline .headline.headline--1 .headline__content h1 {
    margin-bottom: 5px;
  }
  body .row .col_4, body .row .grid .col_4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .card.grid > .content-text.marke {
    padding: 12px 0;
  }
  .card.grid > .content-text.marke img {
    width: 140px;
    height: auto;
  }
  body .address, body .grid .column.column__no-padding .grid > div.address {
    height: 260px;
  }
  body .address h5, body .grid .column.column__no-padding .grid > div.address h5 {
    font-size: 1.3rem;
  }
  .teaser {
    min-height: 10px !important;
  }
  body .card.grid .m6.polaroid_mobile {
    padding: 0 10px 0 10px !important;
    background: transparent;
    margin-left: 0;
  }
  .ce_rsce_valensina_fact .fact .fact__media img {
    max-height: 6em;
    max-width: 6em;
    margin-bottom: 0;
  }
  body .ce_rsce_valensina_quote .quote .quote__cite {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 450px) {
  body .data-table table [class*=val_]:before {
    width: 118px;
  }
  body .data-table table tr td {
    font-size: 16px;
  }
  body .data-table table tr td ul li {
    max-width: 130px;
    margin: 0;
  }
  .ansprechpartner p {
    margin: 0 15px;
    font-size: 16px;
  }
  .ansprechpartner p img {
    display: none;
  }
}
/* Touch statt Hover & Hamburger einblenden */
@media only screen and (max-width: 1300px), screen and (hover: none) {
  /* Hamburger einblenden */
  #header nav.mod_changelanguage {
    display: none;
  }
  #wrapper #header .menu {
    display: none;
  }
  #wrapper #mobile .mobilemenu, #wrapper #mobile .mobilemenu ul {
    display: block;
  }
  #wrapper #mobile .mobilemenu ul li ul {
    background-color: #ffa641;
  }
  #wrapper #mobile .mobilemenu ul li ul a {
    padding: 10px 30px;
    font-size: 90%;
    background-color: #fff;
  }
  #wrapper #content-wrapper #container, #wrapper #content-wrapper #footer, #wrapper #content-wrapper #mobile {
    transition: transform 0.5s;
  }
  #wrapper #content-wrapper.mobilemenu--open #container, #wrapper #content-wrapper.mobilemenu--open #footer {
    max-height: 80vh;
    overflow: hidden;
    transform: translateX(100%);
  }
  #wrapper #content-wrapper.mobilemenu--open #mobile {
    height: calc(100vh - 100px);
    overflow-y: scroll !important;
    transform: translateX(0);
    margin: 0;
    padding: 0;
  }
  #wrapper #mobile .mobilemenu ul li a {
    display: block;
    width: 100%;
    padding: 15px 20px;
    text-decoration: none;
    color: #623a3b;
  }
  #wrapper #content-wrapper.mobilemenu--open {
    position: relative;
    overflow: hidden;
    height: auto;
  }
  #header .inside {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #header .inside .logo {
    display: flex;
    align-self: center;
    justify-self: flex-start;
    text-decoration: none;
    padding: 20px;
    max-width: 80%;
    margin: 0;
    height: auto !important;
  }
  #header .inside .spacer {
    display: flex;
    flex-grow: 1;
  }
  #header .inside .menu_hamburger {
    max-width: 80%;
    display: flex;
    align-self: center;
    justify-self: flex-end;
    height: 100%;
    padding-right: 50px;
  }
  body #header.sticky {
    background-color: #000;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12) !important;
  }
  body #header.sticky .inside .logo {
    top: 10px;
  }
  body #header.sticky .inside .menu_hamburger {
    top: 23px;
    position: absolute;
    right: 0;
  }
  body #header.sticky .inside .menu_hamburger .button .line {
    background-color: #fff;
  }
  #wrapper #mobile .inside {
    position: relative;
    display: block;
    height: auto;
  }
  #wrapper #mobile {
    overflow-x: hidden;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform-style: preserve-3d;
    transform: translateX(-100%);
    transition: transform 0.5s;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
  }
}

/*# sourceMappingURL=valensina-optimization.css.map */

