@charset "utf-8";

/*--------------------------------------------------------------------------------------------------
CSS Styles for <GRASEMANN  &amp;  KOLLEGEN>.

version:   1.0
--------------------------------------------------------------------------------------------------*/

/* =CSS Reset
--------------------------------------------------------------------------------------------------*/

/* 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;
}

/* End CSS Reset
--------------------------------------------------------------------------------------------------*/

/* =Toolkit
--------------------------------------------------------------------------------------------------*/

/* Micro Clearfix Hack by Nicholas Gallagher (http://nicolasgallagher.com/micro-clearfix-hack/) */
/* For modern browsers */ 
.cf:before, .cf:after { content:""; display:table; }
.cf:after { clear:both; }
/* For IE 6/7 (trigger hasLayout) */
.cf { zoom:1; }

/* general purpose classes */
.nodisplay { display:none; }
.nodisplay_strict { display:none !important; }
.alignleft { float:left; }
.alignright { float:right; }

/* End Toolkit
--------------------------------------------------------------------------------------------------*/

/* =Normalization - mostly derived from normalize.css (https://github.com/necolas/normalize.css/) but without comments and compressed to keep the file small
--------------------------------------------------------------------------------------------------*/

hr { display:block; height:1px; border:0; margin:1em 0; padding:0;
	border-top:1px solid #cccccc; /* change border colour to suit your needs */
}
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body, button, input, select, textarea { font-family: sans-serif; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; color:#000; }
h1 { }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul { }
del { text-decoration: line-through; }
abbr[title] { border-bottom: 1px dotted; cursor:help; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
mark { background: #ff0; color: #000; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
small { font-size: 75%; }
sub,sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0; -ms-interpolation-mode: bicubic; }
svg:not(:root) { overflow: hidden; }
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; *margin-left: -7px; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
input, select { vertical-align:middle; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }

/* End Normalization
--------------------------------------------------------------------------------------------------*/


/* =Typography
--------------------------------------------------------------------------------------------------*/
@font-face {
    font-family: 'FunctionProCondLightRegular';
    src: url('../fonts/FunctionPro-CondensedLight-webfont.eot');
    src: url('../fonts/FunctionPro-CondensedLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/FunctionPro-CondensedLight-webfont.woff') format('woff'),
         url('../fonts/FunctionPro-CondensedLight-webfont.ttf') format('truetype'),
         url('../fonts/FunctionPro-CondensedLight-webfont.svg#FunctionProCondLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'FunctionProLightRegular';
    src: url('../fonts/FunctionPro-Light-webfont.eot');
    src: url('../fonts/FunctionPro-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/FunctionPro-Light-webfont.woff') format('woff'),
         url('../fonts/FunctionPro-Light-webfont.ttf') format('truetype'),
         url('../fonts/FunctionPro-Light-webfont.svg#FunctionProLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'FunctionProCondensedRegular';
    src: url('../fonts/FunctionPro-Condensed-webfont.eot');
    src: url('../fonts/FunctionPro-Condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/FunctionPro-Condensed-webfont.woff') format('woff'),
         url('../fonts/FunctionPro-Condensed-webfont.ttf') format('truetype'),
         url('../fonts/FunctionPro-Condensed-webfont.svg#FunctionProCondensedRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'FunctionProMediumRegular';
    src: url('../fonts/FunctionPro-Medium-webfont.eot');
    src: url('../fonts/FunctionPro-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/FunctionPro-Medium-webfont.woff') format('woff'),
         url('../fonts/FunctionPro-Medium-webfont.ttf') format('truetype'),
         url('../fonts/FunctionPro-Medium-webfont.svg#FunctionProMediumRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FunctionProLightItalic';
    src: url('../fonts/FunctionPro-LightOblique-webfont.eot');
    src: url('../fonts/FunctionPro-LightOblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/FunctionPro-LightOblique-webfont.woff') format('woff'),
         url('../fonts/FunctionPro-LightOblique-webfont.ttf') format('truetype'),
         url('../fonts/FunctionPro-LightOblique-webfont.svg#FunctionProLightItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'FunctionProCondLightItalic';
    src: url('../fonts/FunctionPro-CondensedLightObl-webfont.eot');
    src: url('../fonts/FunctionPro-CondensedLightObl-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/FunctionPro-CondensedLightObl-webfont.woff') format('woff'),
         url('../fonts/FunctionPro-CondensedLightObl-webfont.ttf') format('truetype'),
         url('../fonts/FunctionPro-CondensedLightObl-webfont.svg#FunctionProCondLightItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'FunctionProCondensedBold';
    src: url('../fonts/FunctionPro-CondensedBold-webfont.eot');
    src: url('../fonts/FunctionPro-CondensedBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/FunctionPro-CondensedBold-webfont.woff') format('woff'),
         url('../fonts/FunctionPro-CondensedBold-webfont.ttf') format('truetype'),
         url('../fonts/FunctionPro-CondensedBold-webfont.svg#FunctionProCondensedBold') format('svg');
    font-weight: normal;
    font-style: normal;

}