@charset "UTF-8";
/*
  Wander
  Copyright (C) 2013 by Systemantics, Bureau for Informatics

  Systemantics GmbH
  Alte Poststr. 38
  47877 Willich
  GERMANY

  Web:    www.systemantics.net
  Email:  hello@systemantics.net

  Permission granted to use the files associated with this
  website only on your webserver.

  Changes to these files are PROHIBITED due to license restrictions.
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Clearfix hack by http://nicolasgallagher.com/micro-clearfix-hack/ */
/*
	This font software is the property of Commercial Type.

	You may not modify the font software, use it on another website, or install it on a computer.

	License information is available at http://commercialtype.com/eula
	For more information please visit Commercial Type at http://commercialtype.com or email us at info[at]commercialtype.com

	Copyright (C) 2013 Schwartzco Inc.

*/
@font-face {
  font-family: 'Druk Web';
  src: url("../webfonts/Druk Web-Bold.eot");
  src: url("../webfonts/Druk Web-Bold.eot?#iefix") format("embedded-opentype"), url("../webfonts/Druk Web-Bold.woff") format("woff"), url("../webfonts/Druk Web-Bold.ttf") format("truetype"), url("../webfonts/Druk Web-Bold.svg#Druk Web") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: "SimplonBP-Medium";
  src: url("../webfonts/simplonnorm-medium-webs.eot");
  src: url("../webfonts/simplonnorm-medium-webs.eot?#iefix") format("embedded-opentype"), url("../webfonts/simplonnorm-medium-webs.woff") format("woff"); }
@font-face {
  font-family: "SimplonBP-MediumItalic";
  src: url("../webfonts/simplonnorm-mediumitalic-webs.eot");
  src: url("../webfonts/simplonnorm-mediumitalic-webs.eot?#iefix") format("embedded-opentype"), url("../webfonts/simplonnorm-mediumitalic-webs.woff") format("woff"); }
@font-face {
  font-family: "SimplonBP-Regular";
  src: url("../webfonts/simplonnorm-regular-webs.eot");
  src: url("../webfonts/simplonnorm-regular-webs.eot?#iefix") format("embedded-opentype"), url("../webfonts/simplonnorm-regular-webs.woff") format("woff"); }
@font-face {
  font-family: "SimplonBP-RegularItalic";
  src: url("../webfonts/simplonnorm-regularitalic-webs.eot");
  src: url("../webfonts/simplonnorm-regularitalic-webs.eot?#iefix") format("embedded-opentype"), url("../webfonts/simplonnorm-regularitalic-webs.woff") format("woff"); }
@font-face {
  font-family: 'Simplicons Regular';
  src: url("../webfonts/simplicons.eot");
  src: url("../webfonts/simplicons.eot?#iefix") format("embedded-opentype"), url("../webfonts/simplicons.woff") format("woff"), url("../webfonts/simplicons.ttf") format("truetype"), url("../webfonts/simplicons.svg#simplicons") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal; }
body,
input {
  font: normal 12px/14px Helvetica,Arial,sans-serif; }

img {
  display: block; }

a {
  text-decoration: none; }

html {
  overflow-y: scroll; }

body {
  zoom: 1;
  background: #fff;
  margin: 0 auto;
  max-width: 1669px;
  padding: 20px 10px;
  position: relative; }
  body:before, body:after {
    content: "";
    display: table; }
  body:after {
    clear: both; }

body,
a {
  color: #000; }

.clickable-block {
  cursor: pointer; }

em {
  font-family: "SimplonBP-RegularItalic"; }

h2, strong {
  font-family: "SimplonBP-Medium"; }

em strong, strong em, h2 em {
  font-family: "SimplonBP-MediumItalic"; }

.col {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  min-height: 1px;
  padding: 0 10px; }

@media screen and (min-width: 295px) {
  .col {
    width: 100%; }

  #bp {
    color: #010101; } }
@media screen and (min-width: 570px) {
  .col {
    width: 50%; }

  #bp {
    color: #020202; } }
@media screen and (min-width: 845px) {
  .col {
    width: 33.33333%; }

  #bp {
    color: #030303; } }
@media screen and (min-width: 1120px) {
  .col {
    width: 25%; }

  #bp {
    color: #040404; } }
@media screen and (min-width: 1395px) {
  .col {
    width: 20%; }

  #bp {
    color: #050505; } }
.box {
  -moz-box-shadow: 2px 2px 13px #a0a0a0;
  -webkit-box-shadow: 2px 2px 13px #a0a0a0;
  box-shadow: 2px 2px 13px #a0a0a0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: background-color 0.4s ease-out;
  -webkit-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
  position: relative;
  width: 100%; }
  .box:hover {
    background-color: rgba(255, 255, 255, 0.85) !important;
    -moz-transition: background-color 0.3s ease-out !important;
    -webkit-transition: background-color 0.3s ease-out !important;
    transition: background-color 0.3s ease-out !important; }
  .box.box-logo {
    padding-top: 3px; }

.box,
.dummy {
  margin-bottom: 20px;
  padding: 8px 12px 18px; }

.box-content a {
  border-bottom-width: 2px;
  border-bottom-style: solid; }
  .box-content a:hover {
    border-bottom-color: #a0a0a0 !important; }

.box-content > *:last-child {
  margin-bottom: 0; }

.box.cat-default {
  -moz-box-shadow: 2px 2px 13px #a0a0a0;
  -webkit-box-shadow: 2px 2px 13px #a0a0a0;
  box-shadow: 2px 2px 13px #a0a0a0;
  background-color: rgba(160, 160, 160, 0.5); }
  .box.cat-default .box-share-sheet {
    -moz-box-shadow: 2px 2px 13px #a0a0a0;
    -webkit-box-shadow: 2px 2px 13px #a0a0a0;
    box-shadow: 2px 2px 13px #a0a0a0; }
  .box.cat-default.no-transition {
    -moz-transition: none;
    -webkit-transition: none;
    transition: none; }
  .box.cat-default .button-close:before,
  .box.cat-default .box-share-button:before,
  .box.cat-default .box-slideshow-controls span:hover,
  .box.cat-default .box-share-sheet,
  .box.cat-default .box-share-sheet a:hover {
    color: #a0a0a0; }
  .box.cat-default .box-share-link {
    outline-color: #a0a0a0; }
  .box.cat-default.box-slideshow .button-close:hover:before {
    color: #a0a0a0 !important; }

a.cat-default {
  border-bottom-color: #a0a0a0; }

.path-line.cat-default {
  stroke: #a0a0a0; }

.box.cat-news {
  -moz-box-shadow: 2px 2px 13px #95e946;
  -webkit-box-shadow: 2px 2px 13px #95e946;
  box-shadow: 2px 2px 13px #95e946;
  background-color: rgba(190, 255, 130, 0.5); }
  .box.cat-news .box-share-sheet {
    -moz-box-shadow: 2px 2px 13px #95e946;
    -webkit-box-shadow: 2px 2px 13px #95e946;
    box-shadow: 2px 2px 13px #95e946; }
  .box.cat-news.no-transition {
    -moz-transition: none;
    -webkit-transition: none;
    transition: none; }
  .box.cat-news .button-close:before,
  .box.cat-news .box-share-button:before,
  .box.cat-news .box-slideshow-controls span:hover,
  .box.cat-news .box-share-sheet,
  .box.cat-news .box-share-sheet a:hover {
    color: #a7f95a; }
  .box.cat-news .box-share-link {
    outline-color: #95e946; }
  .box.cat-news.box-slideshow .button-close:hover:before {
    color: #a7f95a !important; }

a.cat-news {
  border-bottom-color: #beff82; }

.path-line.cat-news {
  stroke: #beff82; }

.box.cat-currentres {
  -moz-box-shadow: 2px 2px 13px #ff9e74;
  -webkit-box-shadow: 2px 2px 13px #ff9e74;
  box-shadow: 2px 2px 13px #ff9e74;
  background-color: rgba(255, 175, 140, 0.5); }
  .box.cat-currentres .box-share-sheet {
    -moz-box-shadow: 2px 2px 13px #ff9e74;
    -webkit-box-shadow: 2px 2px 13px #ff9e74;
    box-shadow: 2px 2px 13px #ff9e74; }
  .box.cat-currentres.no-transition {
    -moz-transition: none;
    -webkit-transition: none;
    transition: none; }
  .box.cat-currentres .button-close:before,
  .box.cat-currentres .box-share-button:before,
  .box.cat-currentres .box-slideshow-controls span:hover,
  .box.cat-currentres .box-share-sheet,
  .box.cat-currentres .box-share-sheet a:hover {
    color: #ffa279; }
  .box.cat-currentres .box-share-link {
    outline-color: #ff9e74; }
  .box.cat-currentres.box-slideshow .button-close:hover:before {
    color: #ffa279 !important; }

a.cat-currentres {
  border-bottom-color: #ffaf8c; }

.path-line.cat-currentres {
  stroke: #ffaf8c; }

.box.cat-pastres {
  -moz-box-shadow: 2px 2px 13px #f63a10;
  -webkit-box-shadow: 2px 2px 13px #f63a10;
  box-shadow: 2px 2px 13px #f63a10;
  background-color: rgba(255, 63, 20, 0.5); }
  .box.cat-pastres .box-share-sheet {
    -moz-box-shadow: 2px 2px 13px #f63a10;
    -webkit-box-shadow: 2px 2px 13px #f63a10;
    box-shadow: 2px 2px 13px #f63a10; }
  .box.cat-pastres.no-transition {
    -moz-transition: none;
    -webkit-transition: none;
    transition: none; }
  .box.cat-pastres .button-close:before,
  .box.cat-pastres .box-share-button:before,
  .box.cat-pastres .box-slideshow-controls span:hover,
  .box.cat-pastres .box-share-sheet,
  .box.cat-pastres .box-share-sheet a:hover {
    color: #ff3f14; }
  .box.cat-pastres .box-share-link {
    outline-color: #f63a10; }
  .box.cat-pastres.box-slideshow .button-close:hover:before {
    color: #ff3f14 !important; }

a.cat-pastres {
  border-bottom-color: #ff3f14; }

.path-line.cat-pastres {
  stroke: #ff3f14; }

.box.cat-wander {
  -moz-box-shadow: 2px 2px 13px #87c8fa;
  -webkit-box-shadow: 2px 2px 13px #87c8fa;
  box-shadow: 2px 2px 13px #87c8fa;
  background-color: rgba(150, 210, 255, 0.5); }
  .box.cat-wander .box-share-sheet {
    -moz-box-shadow: 2px 2px 13px #87c8fa;
    -webkit-box-shadow: 2px 2px 13px #87c8fa;
    box-shadow: 2px 2px 13px #87c8fa; }
  .box.cat-wander.no-transition {
    -moz-transition: none;
    -webkit-transition: none;
    transition: none; }
  .box.cat-wander .button-close:before,
  .box.cat-wander .box-share-button:before,
  .box.cat-wander .box-slideshow-controls span:hover,
  .box.cat-wander .box-share-sheet,
  .box.cat-wander .box-share-sheet a:hover {
    color: #87c8fa; }
  .box.cat-wander .box-share-link {
    outline-color: #87c8fa; }
  .box.cat-wander.box-slideshow .button-close:hover:before {
    color: #87c8fa !important; }

a.cat-wander {
  border-bottom-color: #96d2ff; }

.path-line.cat-wander {
  stroke: #96d2ff; }

.box-logo-title {
  font: 120px/1 "Druk Web",sans-serif;
  font-feature-settings: "kern";
  /* vendor-prefixes */
  -moz-font-feature-settings: "kern=1";
  -ms-font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -o-font-feature-settings: "kern";
  /* for stupid Safari */
  text-rendering: optimizeLegibility;
  text-transform: uppercase; }
  .box-logo-title .box-logo-title-hover {
    cursor: pointer;
    color: #a0a0a0;
    display: none; }
  .box-logo-title.box-logo-title-hoverable:hover .box-logo-title-nohover {
    display: none; }
  .box-logo-title.box-logo-title-hoverable:hover .box-logo-title-hover {
    display: block; }

.box-title {
  font: 20px/24px "SimplonBP-Medium",sans-serif; }

.box-date {
  font: 14px/18px "SimplonBP-Regular",sans-serif;
  letter-spacing: 1px;
  font-variant-numeric: tabular-nums;
  font-feature-settings: 'tnum';
  -moz-font-feature-settings: 'tnum=1';
  -ms-font-feature-settings: 'tnum';
  -webkit-font-feature-settings: 'tnum';
  -o-font-feature-settings: 'tnum';
  letter-spacing: 0;
  margin-bottom: 18px; }

.box-text {
  font: 20px/24px "SimplonBP-Regular",sans-serif;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto; }
  .box-text p,
  .box-text h1,
  .box-text h2,
  .box-text ul,
  .box-text ol {
    margin-bottom: 1em; }
  .box-text dl {
    font: 16px/20px "SimplonBP-Regular",sans-serif; }
  .box-text dt {
    font: 16px/20px "SimplonBP-Medium",sans-serif; }
  .box-text dt,
  .box-text dd,
  .box-text dd p {
    margin-bottom: 0 !important; }
  .box-text p img {
    border: 1px solid #eaeaea; }

h1 + ul,
h1 + ol,
h2 + ul,
h2 + ol {
  margin-top: -1em; }

.box-list {
  margin-bottom: 1em;
  margin-top: 1em; }

.box-list-item {
  font: 20px/24px "SimplonBP-Regular",sans-serif;
  margin-top: 12px; }

.box-list-item-date {
  font: 14px/18px "SimplonBP-Regular",sans-serif;
  letter-spacing: 1px;
  font-variant-numeric: tabular-nums;
  font-feature-settings: 'tnum';
  -moz-font-feature-settings: 'tnum=1';
  -ms-font-feature-settings: 'tnum';
  -webkit-font-feature-settings: 'tnum';
  -o-font-feature-settings: 'tnum';
  letter-spacing: 0;
  margin-bottom: 0; }

.button-close:before {
  font: 32px/24px "Simplicons Regular",sans-serif;
  content: "×"; }

.button-close {
  cursor: pointer;
  position: absolute;
  top: 1px;
  right: 5px; }
  .button-close:hover:before {
    color: #a0a0a0 !important; }

.button-close-floater {
  float: right;
  height: 25px;
  width: 25px; }

#path {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }
  #path svg {
    height: 100%;
    width: 100%; }

.path-line {
  fill: none;
  stroke-linejoin: round;
  stroke-width: 10; }

.box-slideshow-preview {
  position: relative; }
  .box-slideshow-preview img {
    position: absolute; }
    .box-slideshow-preview img:hover {
      z-index: 1000 !important; }
  .box-slideshow-preview img.box-slideshow-preview-img-1 {
    z-index: 10; }
  .box-slideshow-preview img.box-slideshow-preview-img-2 {
    margin-left: 10px;
    margin-top: -10px;
    z-index: 9; }
  .box-slideshow-preview.box-slideshow-preview-2 {
    padding-top: 10px; }
  .box-slideshow-preview img.box-slideshow-preview-img-3 {
    margin-left: 20px;
    margin-top: -20px;
    z-index: 8; }
  .box-slideshow-preview.box-slideshow-preview-3 {
    padding-top: 20px; }
  .box-slideshow-preview img.box-slideshow-preview-img-4 {
    margin-left: 30px;
    margin-top: -30px;
    z-index: 7; }
  .box-slideshow-preview.box-slideshow-preview-4 {
    padding-top: 30px; }
  .box-slideshow-preview img.box-slideshow-preview-img-5 {
    margin-left: 40px;
    margin-top: -40px;
    z-index: 6; }
  .box-slideshow-preview.box-slideshow-preview-5 {
    padding-top: 40px; }
  .box-slideshow-preview img.box-slideshow-preview-img-6 {
    margin-left: 50px;
    margin-top: -50px;
    z-index: 5; }
  .box-slideshow-preview.box-slideshow-preview-6 {
    padding-top: 50px; }
  .box-slideshow-preview img.box-slideshow-preview-img-7 {
    margin-left: 60px;
    margin-top: -60px;
    z-index: 4; }
  .box-slideshow-preview.box-slideshow-preview-7 {
    padding-top: 60px; }
  .box-slideshow-preview img.box-slideshow-preview-img-8 {
    margin-left: 70px;
    margin-top: -70px;
    z-index: 3; }
  .box-slideshow-preview.box-slideshow-preview-8 {
    padding-top: 70px; }
  .box-slideshow-preview img.box-slideshow-preview-img-9 {
    margin-left: 80px;
    margin-top: -80px;
    z-index: 2; }
  .box-slideshow-preview.box-slideshow-preview-9 {
    padding-top: 80px; }
  .box-slideshow-preview img.box-slideshow-preview-img-10 {
    margin-left: 90px;
    margin-top: -90px;
    z-index: 1; }
  .box-slideshow-preview.box-slideshow-preview-10 {
    padding-top: 90px; }
  .box-slideshow-preview img.box-slideshow-preview-img-11 {
    margin-left: 100px;
    margin-top: -100px;
    z-index: 0; }
  .box-slideshow-preview.box-slideshow-preview-11 {
    padding-top: 100px; }
  .box-slideshow-preview img.box-slideshow-preview-img-12 {
    margin-left: 110px;
    margin-top: -110px;
    z-index: -1; }
  .box-slideshow-preview.box-slideshow-preview-12 {
    padding-top: 110px; }
  .box-slideshow-preview img.box-slideshow-preview-img-13 {
    margin-left: 120px;
    margin-top: -120px;
    z-index: -2; }
  .box-slideshow-preview.box-slideshow-preview-13 {
    padding-top: 120px; }
  .box-slideshow-preview img.box-slideshow-preview-img-14 {
    margin-left: 130px;
    margin-top: -130px;
    z-index: -3; }
  .box-slideshow-preview.box-slideshow-preview-14 {
    padding-top: 130px; }
  .box-slideshow-preview img.box-slideshow-preview-img-15 {
    margin-left: 140px;
    margin-top: -140px;
    z-index: -4; }
  .box-slideshow-preview.box-slideshow-preview-15 {
    padding-top: 140px; }
  .box-slideshow-preview img.box-slideshow-preview-img-16 {
    margin-left: 150px;
    margin-top: -150px;
    z-index: -5; }
  .box-slideshow-preview.box-slideshow-preview-16 {
    padding-top: 150px; }
  .box-slideshow-preview img.box-slideshow-preview-img-17 {
    margin-left: 160px;
    margin-top: -160px;
    z-index: -6; }
  .box-slideshow-preview.box-slideshow-preview-17 {
    padding-top: 160px; }
  .box-slideshow-preview img.box-slideshow-preview-img-18 {
    margin-left: 170px;
    margin-top: -170px;
    z-index: -7; }
  .box-slideshow-preview.box-slideshow-preview-18 {
    padding-top: 170px; }
  .box-slideshow-preview img.box-slideshow-preview-img-19 {
    margin-left: 180px;
    margin-top: -180px;
    z-index: -8; }
  .box-slideshow-preview.box-slideshow-preview-19 {
    padding-top: 180px; }

.box-text + .box-slideshow-preview {
  margin-top: 1em; }

.box-slideshow {
  overflow: hidden; }
  .box-slideshow .box-slideshow-controls {
    font: 32px/24px "Simplicons Regular",sans-serif;
    position: absolute;
    top: 5px;
    left: 12px;
    z-index: 1; }
    .box-slideshow .box-slideshow-controls span {
      cursor: pointer; }
  .box-slideshow .box-slideshow-wrapper {
    -moz-transition: margin-left 0.4s ease-out;
    -webkit-transition: margin-left 0.4s ease-out;
    transition: margin-left 0.4s ease-out;
    position: relative; }
  .box-slideshow .box-slideshow-slide {
    float: left;
    padding-top: 32px; }
    .box-slideshow .box-slideshow-slide + .box-slideshow-slide {
      margin-left: 16px; }
  .box-slideshow .box-slideshow-slide-caption {
    font: 16px/20px "SimplonBP-Regular",sans-serif;
    margin-top: 24px; }

@media screen and (max-width: 320px) {
  .box-title, .box-text, .box-list-item {
    font-size: 18px;
    line-height: 24px; }

  .box-date {
    font: 14px/18px "SimplonBP-Regular",sans-serif;
    letter-spacing: 1px;
    margin-top: -2px;
    margin-bottom: 12px; }

  .box-list-item-date {
    margin-bottom: -4px; }

  body {
    padding: 10px 0; }

  .col {
    padding: 0; }

  .box + .box {
    margin-top: 10px; } }
.searchbox {
  border-bottom: 2px solid #a0a0a0;
  cursor: text;
  height: 24px;
  position: relative; }
  .searchbox .searchbox-input {
    font: 20px/24px "SimplonBP-Regular",sans-serif;
    background: transparent;
    border: none;
    border-radius: 0;
    display: none;
    height: 22px;
    left: 0;
    margin: 0;
    outline: none;
    position: absolute;
    padding: 1px 0;
    right: 26px;
    top: 0; }
  .searchbox .searchbox-submit {
    cursor: pointer;
    background: #a0a0a0;
    border: none;
    bottom: 0;
    color: #000;
    display: none;
    height: 26px;
    outline: none;
    position: absolute;
    right: 0;
    width: 26px; }
  .searchbox.input-visible .searchbox-placeholder, .is-touch .searchbox .searchbox-placeholder {
    display: none; }
  .searchbox.input-visible .searchbox-input,
  .searchbox.input-visible .searchbox-submit, .is-touch .searchbox .searchbox-input,
  .is-touch .searchbox .searchbox-submit {
    display: block; }

.box-share-button:before {
  font: 32px/24px "Simplicons Regular",sans-serif;
  content: "s"; }

.box-share-button {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 27px;
  z-index: 1; }
  .box-share-button:hover:before {
    color: #a0a0a0 !important; }

.box-share-sheet {
  font: 14px/18px "SimplonBP-Regular",sans-serif;
  letter-spacing: 1px;
  background: rgba(255, 255, 255, 0.95);
  display: none;
  left: 0;
  padding: 9px 12px 4px;
  position: absolute;
  text-align: right;
  top: 27px;
  right: 0; }
  .box-share-sheet h2 {
    text-align: right; }
  .box-share-sheet .box-share-link {
    font: 14px/18px "SimplonBP-Regular",sans-serif;
    letter-spacing: 1px;
    border: 1px solid #000;
    left: 4px;
    padding: 2px 7px;
    position: absolute;
    right: 30px; }
  .box-share-sheet .box-share-option {
    margin-top: 0; }
  .box-share-sheet .box-share-option-headline {
    margin-right: 24px; }
  .box-share-sheet .box-share-option-email:after {
    font: 32px/24px "Simplicons Regular",sans-serif;
    content: "m";
    display: inline-block;
    margin-right: -7px;
    width: 27px; }
  .box-share-sheet .box-share-option-twitter:after {
    font: 32px/24px "Simplicons Regular",sans-serif;
    content: "t";
    display: inline-block;
    margin-right: -7px;
    width: 27px; }
  .box-share-sheet .box-share-option-facebook:after {
    font: 32px/24px "Simplicons Regular",sans-serif;
    content: "f";
    display: inline-block;
    margin-right: -7px;
    width: 27px; }
  .box-share-sheet .box-share-option-link:after {
    font: 32px/24px "Simplicons Regular",sans-serif;
    content: "l";
    display: inline-block;
    margin-right: -7px;
    width: 27px; }
