/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/* TAGS */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
	height: 100%;
	-ms-overflow-style: scrollbar;
}

/**
 * Remove default margin.
 */

body {
	font-size: 14px;
	line-height: 1.429;
	text-align:left;
	color:#FFF; 
	font-family: 'Open Sans', sans-serif;
}

@media only screen and (min-width: 640px) {
	body {
		font-size: 15px;
		line-height: 1.667;
	}
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}



/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a,
a:focus {
	background-color: transparent;
	color: #FFF;
	text-decoration:none;
	outline:none;
	border: none;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	text-decoration:underline;
	outline: 0;
}

nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong,
th {
	font-weight: bold;
}

i,
em {
	font-style:italic;
}
u {
	text-decoration:underline;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}
abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}


/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
 
p {
	margin: 0 0 10px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	color: #FFF;
	text-transform: none;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	text-transform: none;
}
h1,
.h1 {
	font-size: 30px;
	line-height: 1;
	margin: 20px 0 10px;
}
h2,
.h2 {
	font-size: 20px;
	line-height: 1.25;
	margin: 20px 0 10px;
}
h3,
.h3 {
	font-size: 18px;
	line-height: 1.111;
	margin: 20px 0 10px;
}
h4,
.h4 {
	font-size: 18px;
	line-height: 1.111;
	margin: 20px 0 10px;
	font-weight: 400;
}
h5,
.h5 {
	font-size: 1em;
	line-height: 1.429;
	margin: 10px 0 10px;
	font-weight: 700;
}
h6,
.h6 {
	font-size: .8em;
	line-height: 1.768;
	margin: 0;
	font-weight: 700;
}

h1 + h4,
.h1 + h4,
h1 + .h4,
.h1 + .h4 {
	margin-top: -10px;
}
h2 + h5,
.h2 + h5,
h2 + .h5,
.h2 + .h5 {
	margin-top: -10px;
}

h1 + .imagesWrap,
.h1 + .imagesWrap,
h1 + .greyblock,
.h1 + .greyblock {
	margin-top: 10px;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
	text-decoration: none;	
	font-size: 1em;
	color: inherit;
	line-height: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small{
	font-weight: normal;
	line-height: 1;
	font-family: 'Open Sans', sans-serif;
}
h1 small,
.h1 small,
h1 .small,
.h1 .small {
	font-size: 57.143%;
}
h1 br + small,
.h1 br + small,
h1 br + .small,
.h1 br + .small {
	display: block;
}
h2 small,
.h2 small,
h2 .small,
.h2 .small,
h3 small,
.h3 small,
h3 .small,
.h3 .small{
	font-size: 65%;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small{
	font-size:75%
}

@media only screen and (min-width: 640px) {
	h1,
	.h1 {
		font-size: 35px;
		line-height: 1.143;
		margin: 30px 0 10px;
	}
	h2,
	.h2 {
		font-size: 25px;
		line-height: 1;
		margin: 25px 0 10px;
	}
	h3,
	.h3 {
		font-size: 20px;
		line-height: 1.25;
	}
	h4,
	.h4 {
		font-size: 20px;
		line-height: 1.25;
	}
	h5,
	.h5 {
		font-size: 1em;
		line-height: 1.667;
	}
	h6,
	.h6 {
		font-size: .8em;
		line-height: 2.083;
	}
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small,
.small {
	font-size: 80%;
}

.big {
	font-size: 120%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr,
.hr {
	 display: block;
	 height: 2px;
	 border: 0;
	 border-top: 2px solid #47454a;
	 margin: 10px 0;
	 padding: 0;
}

.hr hr {
	display:none;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
 
input,
select {
	vertical-align: middle;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
	border: none;
	border-radius: 0;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* 1 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
	resize: vertical;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}
td {
	vertical-align:top;
}

.article table,
.kasseninfo table {
	margin-bottom: 10px;
	/*clear:both; width:100% !important; height:auto !important;*/
}
.article table td,
.article table th,
.kasseninfo table td,
.kasseninfo table th {
	padding: 2px 10px;
}
.article table td p { margin: 0; }

.kasseninfo table th,
.article table th {
	font-weight: inherit;
	vertical-align: bottom;
}
.kasseninfo table tr:first-child th,
.article table tr:first-child th {
	/*border-bottom: 2px solid #000;*/
}
.kasseninfo table tr th:first-child,
.article table tr th:first-child {
	/*border-right: 2px solid #000;*/
}

/* Preis-Tabellen */
.price-a { background-color: #ffed00; }
.price-b { background-color: #e62e8b; }
.price-c { background-color: #3b349a; color: #FFF !important; }
.price-d { background-color: #00b420; }
.price-e { background-color: #fd0000; }
.price-a,
.price-b,
.price-c,
.price-d,
.price-e {
	color: #000;
}


blockquote {
	border-left: 2px solid #c4071b;
	padding-left: 18px;
	margin: 0 0 10px;
}

blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* Standardstile
   ========================================================================== */
.fetter-link,
.collapseToggleBtn,
.moreBtn,
.trigger {
	font-weight: 700; 
	font-family: 'Open Sans Condensed', sans-serif; 
	font-size: 18px; 
	position: relative;
	text-decoration: none;
}
.fetter-link:hover {
	text-decoration: underline;
}

.moreBtn:after,
.collapseToggleBtn:after,
.fetter-link:after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -.25em;
	right: -.75em;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: .3em 0 .3em .3em;
	border-color: transparent transparent transparent #ffffff;
	-webkit-transition: border .3s, right .3s, transform .3s;
	transition: border .3s, right .3s, transform .3s;
}
.fetter-link[target="_blank"]:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 0% 50% 0;
	-ms-transform-origin: 0% 50% 0;
	transform-origin: 0% 50% 0;
}
.fetter-link:hover:after {
	right: calc(-.75em - 5px);	
}
.collapseToggleBtn,
.moreBtn {
	font-size: 18px;
	line-height: 20px;
	display: block;
	padding: 10px 40px 10px 10px;
	-webkit-transition: background .3s, color .3s;
	transition: background .3s, color .3s;
}
.moreBtn:after {
	right: 20px;
	margin-right: -.15em;
}
.moreBtn:hover:after {
	right: 15px;	
}
.collapseToggleBtn:after {
	border-width: .3em .3em 0 .3em;
	right: 20px;
	margin-right: -.3em;
	margin-top: -.15em;
	border-color: #ffffff transparent transparent transparent;
}
.collapseToggleBtn[aria-expanded="true"]:after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.trigger {
	font-size: 18px;
	line-height: 20px;
}

.fontNormal {
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
}

.schrift_klein {
	font-size: .8em !important;
	line-height: 1.4em !important;
}
.schrift_kleiner {
	line-height: 1.4em;
	display:block;
}
.highlight {
	color:#267f11;
	font-weight:bold;
}

.textCenter {
	text-align: center;
}
.hinweis {
	font-size: 80%;
	color: #8d8b8d;
}

.importantNotice {
	background: #c3081b;
	padding: 10px 20px;
	text-align: center;
}
.importantNotice > :first-child {
	margin-top: 0;
}
.importantNotice > :last-child {
	margin-bottom: 0;
}
.importantNotice a {
	text-decoration: underline !important;
}

.greyblock {
	color: #FFF;
	background-color: #312f32;
	padding: 10px;
}
div.greyblock > :first-child {
	margin-top: 0;
}
div.greyblock > :last-child {
	margin-bottom: 0;
}

@media (min-width: 720px) {
	.greyblock {
		padding: 20px;
	}
}


/* Text zweispaltig */
.text-50-50 {
	width: 100%;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

/* Kartenbutton für Hauptinhalt */
.kartenbutton, .kartenbutton:hover, .kartenbutton:active, .kartenbutton:visited {
	background-color: #c4071b !important;
	color: #F0F0F0 !important;
	border-radius: 4px;
	padding: 5px 35px 5px 15px;
	font-weight: 700 !important;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 19px;
	border: none !important;
	margin-top: 1em;
	display: inline-block;
	position: relative;
}
.kartenbutton a {
	text-decoration: none;
	font-weight: 700 !important;
}
.kartenbutton:before {
	content: "";
	position: absolute;
	top: 8px;
	right: 8px;
	background: url("/img/template/icon_tickets.png");
	background-size: cover;
	width: 22px;
	height: 22px;
}
.kartenbutton span { color: #FFF; }

/* Grauer Button */
.link-grey-box {
	background-color: #8d8b8e;
	color: #F0F0F0 !important;
	border-radius: 4px;
	padding: 5px 15px;
	font-weight: 700 !important;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 19px;
	border: none !important;
	margin-top: 1em;
	display: inline-block;
	position: relative;
	text-align: center;
}

@media only screen and (max-width: 639px) {
	.text-50-50 {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	
	.fetter-link { margin-bottom: 10px; display: inline-block; }
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v20-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v20-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v20-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v20-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v20-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v20-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v20-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v20-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v20-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v20-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/open-sans-v20-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v20-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v20-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v20-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v20-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v20-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}


/* open-sans-condensed-300 - latin */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-condensed-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-condensed-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-condensed-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-condensed-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-condensed-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-condensed-v15-latin-300.svg#OpenSansCondensed') format('svg'); /* Legacy iOS */
}

/* open-sans-condensed-700 - latin */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-condensed-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-condensed-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-condensed-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-condensed-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-condensed-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-condensed-v15-latin-700.svg#OpenSansCondensed') format('svg'); /* Legacy iOS */
}
