/*Nexus 10*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 0; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

.text-left {
  text-align: left !important; }

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

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

.text-uppercase {
  text-transform: uppercase; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }

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

.clearfix:after {
  clear: both; }

.fixed {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%; }

.centered-h {
  margin: 0 auto;
  text-align: center; }

.centered-hv_abs {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }

.centered-h_abs {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.centered-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.table-wrp {
  display: table; }

.table-cell {
  display: table-cell;
  vertical-align: middle; }

.hide {
  display: none; }

ul.no-bullet {
  margin-left: 0; }

ul.no-bullet li ul, ul.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none; }

ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }

ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }

ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }

ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }

ul.no-bullet {
  list-style: none; }

.antialiased {
  -webkit-font-smoothing: antialiased; }

/* Typography resets */
blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
  margin: 0;
  padding: 0;
  direction: ltr; }

/* Default Link Styles */
a {
  color: #000;
  text-decoration: none;
  line-height: inherit; }

a:focus,
a:hover {
  color: #000; }

a,
a img,
a:hover {
  border: none;
  outline: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }

p aside {
  font-size: 0.875rem;
  line-height: 1;
  font-style: italic; }

/* Default header styles */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
  margin-bottom: 0.5rem;
  line-height: 1.2; }

h1 {
  font-size: calc(28px + (28 - 16) * (100vw - 400px) / 400); }

h2 {
  font-size: calc(18px + (18 - 16) * (100vw - 400px) / 400); }

h3 {
  font-size: calc(21px + (21 - 16) * (100vw - 400px) / 400); }

h4 {
  font-size: calc(18px + (18 - 16) * (100vw - 800px) / 800); }

h5 {
  font-size: calc(16px + (16 - 16) * (100vw - 400px) / 400); }

h6 {
  font-size: calc(1.2rem + 0.2vw); }

hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

b,
strong {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

/* Lists */
dl,
ol,
ul {
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit; }

ul {
  margin-left: 1.1rem; }

/* Unordered Lists */
ul li ol,
ul li ul {
  margin-left: 1.25rem;
  margin-bottom: 0;
  font-size: 1rem;
  /* Override nested font-size change */ }

/* Ordered Lists */
ol {
  margin-left: 1.4rem; }

ol li ol,
ol li ul {
  margin-left: 1.25rem;
  margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }

dl dd {
  margin-bottom: 0.75rem; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  border-bottom: 1px dotted #dddddd;
  cursor: help; }

abbr {
  text-transform: none; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #dddddd; }

blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #555555; }

blockquote cite:before {
  content: "\2014 \0020"; }

blockquote cite a,
blockquote cite a:visited {
  color: #555555; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f; }

embed,
object {
  height: 100%; }

img {
  -ms-interpolation-mode: bicubic;
  image-rendering: optimizeQuality;
  image-rendering: -moz-crisp-edges;
  /* Firefox             */
  image-rendering: -o-crisp-edges;
  /* Opera               */
  image-rendering: -webkit-optimize-contrast;
  /* Chrome (and Safari) */
  image-rendering: optimize-contrast;
  /*CSS3 Proposed       */
  display: inline-block;
  vertical-align: top;
  max-width: 100%; }

.layout-column-large {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1em;
  position: relative; }

.layout-column-medium {
  max-width: 900px;
  margin: 0 auto;
  padding: 1em;
  position: relative; }

.layout-column-story {
  max-width: 768px;
  margin: 0;
  position: relative; }

.layout-column-story-group {
  max-width: 900px;
  margin: 0;
  position: relative; }

.fancy {
  padding: 0.2em 0.5em;
  background-color: #FFF;
  color: #000;
  font-family: "Brandon_bld", sans-serif;
  display: inline;
  font-size: calc(18px + (18 - 16) * (100vw - 800px) / 800); }

.fancy-underline {
  font-family: "Arial", sans-serif;
  text-transform: uppercase; }
  .fancy-underline:after {
    content: "";
    width: 100px;
    border-top: 5px solid #000;
    display: block;
    margin: 0.5em 0 2em 0; }

.gfb-accordion-content {
  display: none; }

.btn {
  display: inline-block;
  font-family: "Arial", sans-serif;
  font-size: 1.2em;
  padding: 0.2em 1em;
  cursor: pointer;
  text-decoration: none !important;
  transition: all 100ms ease-in-out;
  color: #FFF;
  background: #000;
  border: none;
  text-transform: uppercase; }
  .btn:hover {
    color: #fff;
    background: #949599; }

.btn-back {
  font-family: "Arial", sans-serif;
  font-size: 0.8em;
  text-align: right; }
  .btn-back a, .btn-back a:visited, .btn-back a:focus, .btn-back a:link, .btn-back a:active, .btn-back a:hover {
    text-decoration: none;
    text-transform: uppercase;
    color: #949599; }
  .btn-back:after {
    content: "";
    background-image: url(/plugins/Progfb_Project/static/images/svg/next.svg);
    background-repeat: no-repeat;
    display: inline-block;
    width: 0.7em;
    height: 0.7em;
    background-size: contain;
    background-position: center right; }
  .btn-back.btn-back-header {
    text-align: left; }
    @media only screen and (min-width: 64em) {
      .btn-back.btn-back-header {
        text-align: right;
        position: absolute;
        right: 0;
        top: 20px;
        font-family: "Arial", sans-serif; } }

.btn-blue {
  padding: 0.7em 1.3em;
  background-color: #0b72b5;
  border-radius: 5px; }
  .btn-blue:hover {
    background-color: #0e90e5; }

.topic-tags ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.topic-tag {
  padding: 0.2em 0.4em;
  border: 1px solid #000;
  display: inline-block;
  margin-top: 0.2em;
  margin-bottom: 0.2em; }
  .topic-tag:nth-child(n+1) {
    margin-right: 0.6em; }
  .topic-tag:last-child {
    margin-right: 0; }
  .topic-tag:nth-child(n+4) {
    display: none; }
  @media only screen and (min-width: 41.25em) {
    .topic-tag:nth-child(n+4) {
      display: inline-block; } }

.avatar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1em;
  min-width: 200px; }
  .avatar img {
    border-radius: 50%;
    display: block;
    width: 42px;
    height: 42px;
    margin-right: 0.5em; }

html.phone .phone_ausschliessen {
  display: none; }

html.phone .phone_tablet_ausschliessen {
  display: none; }

html.tablet .tablet_ausschliessen {
  display: none; }

html.tablet .desktop_tablet_ausschliessen {
  display: none; }

html.tablet .phone_tablet_ausschliessen {
  display: none; }

html.desktop .desktop_ausschliessen {
  display: none; }

html.desktop .desktop_tablet_ausschliessen {
  display: none; }

/*--------------------------------------------------*/
/* INFINITE */
/*--------------------------------------------------*/
.infinite-container {
  margin: 0;
  padding: 0; }

.infinite-more-link {
  padding: 10em 0;
  text-align: center;
  display: block; }
  .infinite-more-link i {
    font-size: 2em;
    color: #0570b7; }

/*--------------------------------------------------*/
/* Distance */
/*--------------------------------------------------*/
.abstand-bottom {
  margin-bottom: 30px; }
  @media only screen and (min-width: 41.25em) {
    .abstand-bottom {
      margin-bottom: 80px; } }

.abstand-top {
  margin-top: 30px; }
  @media only screen and (min-width: 41.25em) {
    .abstand-top {
      margin-top: 80px; } }

.facebook {
  background-image: url(/plugins/Progfb_Project/static/images/social_media_icons/icon_facebook-sign.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #FFF;
  border-radius: 5px;
  width: 32px;
  height: 32px;
  text-indent: -5000px; }

.twitter {
  background-image: url(/plugins/Progfb_Project/static/images/social_media_icons/icon_twitter-sign.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #FFF;
  border-radius: 5px;
  width: 32px;
  height: 32px;
  text-indent: -5000px; }

.googleplus-footer {
  background-image: url(/plugins/Progfb_Project/static/images/social_media_icons/icon_googleplus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #FFF;
  border-radius: 5px;
  width: 32px;
  height: 32px;
  text-indent: -5000px; }

.email {
  background-image: url(/plugins/Progfb_Project/static/images/social_media_icons/icon_email.svg);
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center;
  background-color: #949599;
  border-radius: 5px;
  width: 32px;
  height: 32px;
  display: block; }
  .email a {
    display: block;
    width: 25px;
    height: 25px; }

.position-center-center {
  background-position: center; }

.position-top-center {
  background-position: top center; }

.position-bottom-center {
  background-position: bottom center; }

.position-top-left {
  background-position: top left; }

.position-top-right {
  background-position: top right; }

.position-bottom-left {
  background-position: bottom left; }

.position-bottom-right {
  background-position: bottom right; }

a[itemprop] {
  position: relative;
  padding-left: 1.5em; }
  a[itemprop]:before {
    content: "";
    display: block;
    height: 1em;
    width: 1em;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0.2em;
    left: 0; }

a[itemprop="url"]:before {
  background-image: url(/plugins/Progfb_Project/static/images/icons/icn_home.svg); }

a[itemprop="email"]:before {
  background-image: url(/plugins/Progfb_Project/static/images/icons/icn_mail.svg);
  top: 0.3em; }

a[itemprop="telephone"]:before {
  background-image: url(/plugins/Progfb_Project/static/images/svg/phone.svg); }

p[itemprop] {
  position: relative;
  padding-left: 1.5em; }
  p[itemprop]:before {
    content: "";
    display: block;
    height: 1em;
    width: 1em;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0.2em;
    left: 0;
    font-size: 1em; }

p[itemprop] {
  bottom: -1em; }

p[itemprop] span {
  font-size: 0.8em; }

p[itemprop="telephone"]:before {
  background-image: url(/plugins/Progfb_Project/static/images/svg/phone.svg); }

[data-featurename] {
  padding-left: 1.5em;
  position: relative; }
  [data-featurename]:before {
    content: "";
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url(/plugins/Progfb_Project/static/images/topfeatures.png);
    width: 17px;
    height: 17px;
    position: absolute;
    top: 0.2em;
    left: 0; }

[data-featurename="1b78fb71-411f-496e-8c99-b49a45aa2d88"]:before {
  background-position: -119px -17px; }

[data-featurename="6193866f-c296-4e3e-9762-3751d1176284"]:before {
  background-position: -187px -17px; }

[data-featurename="cdb70dcc-991f-493b-8f9f-de2f24756acf"]:before {
  background-position: -0px -17px; }

[data-featurename="0aa99887-9752-4a33-926a-16484538adb1"]:before {
  background-position: -51px -17px; }

[data-featurename="322cb6ff-98e2-4497-9931-37a37d91d4ab"]:before {
  background-position: -17px -17px; }

[data-featurename="be6e8859-42ca-400b-8394-de9ed11b94f9"]:before {
  background-position: -68px -17px; }

[data-featurename="1b78fb71-411f-496e-8c99-b49a45aa2d88"].selected:before {
  background-position: -119px 0px; }

[data-featurename="6193866f-c296-4e3e-9762-3751d1176284"].selected:before {
  background-position: -187px 0px; }

[data-featurename="cdb70dcc-991f-493b-8f9f-de2f24756acf"].selected:before {
  background-position: -0px 0px; }

[data-featurename="0aa99887-9752-4a33-926a-16484538adb1"].selected:before {
  background-position: -51px 0px; }

[data-featurename="322cb6ff-98e2-4497-9931-37a37d91d4ab"].selected:before {
  background-position: -17px 0px; }

[data-featurename="be6e8859-42ca-400b-8394-de9ed11b94f9"].selected:before {
  background-position: -68px 0px; }

.spinner-wrp {
  position: absolute;
  left: calc(50% - 120px); }

.spinner {
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

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

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

.blink {
  -webkit-animation: blink-animation 2s infinite;
          animation: blink-animation 2s infinite; }

@-webkit-keyframes blink-animation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.1; }
  100% {
    opacity: 1; } }

@keyframes blink-animation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.1; }
  100% {
    opacity: 1; } }

.hidden {
  display: none !important; }

#travel_data {
  padding-left: calc(5% - 10px); }

.travel_data {
  border-top: 1px solid #949599;
  padding-top: 0.5em; }
  .travel_data .travel_item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: 6%; }
  .travel_data .travel_value {
    font-family: "Arial", sans-serif; }
  .travel_data .travel_label {
    font-size: 0.9em;
    color: #949599;
    margin-right: 0.5em; }
  @media only screen and (min-width: 41.25em) {
    .travel_data {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .travel_data .travel_item {
        display: block; } }
