@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) YAML core stylesheet
 * (de) YAML Basis-Stylesheet
 *
 * Don't make any changes in this file!
 * Your changes should be placed in any css-file in your own stylesheet folder.
 *
 * @copyright       Copyright 2005-2009, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.2
 * @revision        $Revision:426 $
 * @lastmodified    $Date:2009-10-21 21:12:11 +0200 (Mi, 21. Okt 2009) $
 */

/**
 * Contao Extension
 * @copyright  Felix Pfeiffer : Neue Medien 2007 - 2012
 * @author     Felix Pfeiffer <info@felixpfeiffer.com>
 * @package    Subcolumns
 */

@media screen{.subcolumns{width:100%;overflow:hidden}.subcolumns_oldgecko{width:100%;float:left}.c20l,.c20r{width:20%}.c40l,.c40r{width:40%}.c60l,.c60r{width:60%}.c80l,.c80r{width:80%}.c25l,.c25r{width:25%}.c33l,.c33r{width:33.333%}.c50l,.c50r{width:50%}.c66l,.c66r{width:66.666%}.c75l,.c75r{width:75%}.c38l,.c38r{width:38.2%}.c62l,.c62r{width:61.8%}.c15l,.c15r{width:15%}.c16l,.c16r{width:16.666%}.c30l,.c30r{width:30%}.c45l,.c45r{width:45%}.c55l,.c55r{width:55%}.c70l,.c70r{width:70%}.c85l,.c85r{width:85%}.subc{padding:0 .5em}.subcl{padding:0 1em 0 0}.subcr{padding:0 0 0 1em}.equalize,.equalize .subcolumns{overflow:visible;display:table;table-layout:fixed}.equalize > div{display:table-cell;float:none;overflow:hidden;vertical-align:top;margin:0}.c20l,.c25l,.c33l,.c40l,.c38l,.c50l,.c60l,.c62l,.c66l,.c75l,.c80l,.c15l,.c16l,.c30l,.c45l,.c55l,.c70l,.c85l{float:left}.c20r,.c25r,.c33r,.c40r,.c38r,.c50r,.c60r,.c66r,.c62r,.c75r,.c80r,.c15r,.c16r,.c30r,.c45r,.c55r,.c70r,.c85r{float:right;margin-left:-5px}}@media print{.subcolumns > div{display:table;overflow:visible}}
/* ColorBox v1.4.31, (c) 2011 Jack Moore - jacklmoore.com, MIT license */
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url("../jquery/colorbox/1.4.31/images/loading.gif") no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url("../jquery/colorbox/1.4.31/images/controls.png") no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url("../jquery/colorbox/1.4.31/images/controls.png") no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url("../jquery/colorbox/1.4.31/images/controls.png") no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
@media screen, projection {
  
  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, font, img, ins, kbd, q, s, samp,
  small, strike, strong, sub, sup, tt, var,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-weight:inherit;
    font-style:inherit;
    vertical-align:baseline;
  }

  body {
    color:#000;
    background-color:#fff;
  }
  
  ol, ul {
    list-style:none;
  }
  
  table {
    border-collapse:separate;
    border-spacing:0;
  }
  
  caption, th, td {
    text-align:left;
    font-weight:normal;
  }

 /*------------------------------------------------------------------------*/

  input[type="text"], 
  input[type="password"], 
  input[type="date"], 
  input[type="datetime"],
  input[type="email"], 
  input[type="number"], 
  input[type="search"], 
  input[type="tel"], 
  input[type="time"],
  input[type="url"], 
  textarea {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    display:inline-block;
  }

  button,
  html input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    -webkit-appearance:button;
    cursor:pointer;
  }

  button::-moz-focus-inner {
    border:0;
    padding:0;
  }

  img {
    vertical-align:middle;
  }

  object {
    display:block;
  }

  textarea {
    resize:vertical;
  }

  textarea[contenteditable] {
    -webkit-appearance:none;
  }

  hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #ccc;
    margin:1em 0;
    padding:0;
  }
 
}
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * 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;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

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;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

@media screen, projection {

 /**
  * Standardize some basic elements
  */
  body, 
  form {
    margin:0;
    padding:0;
  }

  img {
    border:0;
  }

  header, 
  footer, 
  nav, 
  section, 
  aside, 
  article, 
  figure, 
  figcaption {
    display:block;
  }

 /**
  * Clear floats
  */
  .block {
    overflow:hidden;
  }

  .clear, #clear {
    height:0.1px;
    font-size:0.1px;
    line-height:0.1px;
    clear:both;
  }

 /**
  * Hide invisible elements
  */
  .invisible {
    width:0;
    height:0;
    left:-1000px;
    top:-1000px;
    position:absolute;
    overflow:hidden;
    display:inline;
  }

 /**
  * Fix some positioning issues
  */
  #container,
  .inside {
    position:relative;
  }

 /**
  * Custom layout sections
  */
  .custom {
    display:block;
  }

  #container:after, 
  .custom:after {
    content:" ";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
  }

 /**
  * Responsive images
  */
  img {
    max-width:100%;
    height:auto;
    width:auto;
  }

  .ie7 img {
    -ms-interpolation-mode:bicubic;
  }

 /**
  * Format the Contao image galleries (now rendered as unordered lists)
  */
  .ce_gallery ul {
    margin:0;
    padding:0;
    overflow:hidden;
    list-style:none;
  }

  .ce_gallery li {
    float:left;
  }

  .ce_gallery li.col_first {
    clear:left;
  }

 /*------------------------------------------------------------------------*/

 /**
  * Reset contao navigation styles
  */
  nav ul,
  .mod_sitemap ul,
  .pagination ul {
    margin:0;
    padding:0;
  }

 /*------------------------------------------------------------------------*/

 /**
  * General list styling
  */
  .mod_article ul, 
  .mod_article ol { 
    list-style:disc; 
    padding:0 0 0 20px; 
    margin:5px 10px 5px;
  }
  
  .data ul { 
    margin:5px 0;
    padding-left:0;
    list-style:none;
  }

  .mod_article ol { 
    list-style:decimal;
  }

  .mod_article li { 
    padding:1px 0; 
  }

  .data span { 
    float:left;
    width:55px;
  }

}
@media screen, projection {

  form br { 
    display:none; 
  }

  input, textarea, select {
    -webkit-border-radius:2px;
    border-radius:2px;
    padding:5px;
  }

  input[type="text"]:focus, 
  input[type="password"]:focus, 
  input[type="date"]:focus, 
  input[type="datetime"]:focus, 
  input[type="email"]:focus, 
  input[type="number"]:focus, 
  input[type="search"]:focus, 
  input[type="tel"]:focus, 
  input[type="time"]:focus, 
  input[type="url"]:focus, 
  textarea:focus {
    outline:0 none;
  }

 /**
  * Fix some width and height settings
  */
  input[type="file"] {
    cursor:pointer;
    display:block;
  }

  input[type="file"], 
  input[type="image"], 
  input[type="submit"], 
  input[type="reset"], 
  input[type="button"], 
  input[type="radio"], 
  input[type="checkbox"] {
    width:auto;
  }

  textarea, 
  select[multiple], 
  select[size] {
    height:auto;
  }

  fieldset {
    border:0;
    padding:0;
    margin:0;
  }

  legend {
    width:100%;
    display:block;
    border:0;
  }

  .entry {
    margin-bottom:10px;
  }

  .entry label {
    width:100px;
    display:inline-block;
  }

  .checkbox_container { 
    margin-top:10px; 
  }

  .checkbox_container input, 
  .radio_container input {
    width:auto;
  }

  .checkbox_container span, 
  .radio_container span { 
    display:block; 
  }

  .checkbox_container legend > span, 
  .radio_container legend > span {
    display:inline;
  }

  .checkbox_container legend > span:before, 
  .radio_container legend > span:before {
    content:" ";
  }

  .checkbox_container label, 
  .checkbox_container input { 
    vertical-align:middle; 
  }

  input.checkbox, 
  input.radio { 
    margin-right:3px;
  }

  .checkbox_container label, 
  .radio_container label { 
    float:none;
    display:inline;
  }

  span > input, 
  input + label {
    display:inline;
  }

  .captcha_text {
    display:block;
    float:none;
  }

  input[type="checkbox"],
  input[type="radio"],
  x:-moz-any-link {
    position:relative;
  }

  input[type="checkbox"] { 
    top:-1px;
  }

  input[type="radio"] { 
    top:2px;
  }

  .submit_container { 
    margin:10px 0;
  }

}
  @font-face {
    font-family: 'open_sansbold';
    src: url('../../files/standard/layout/fonts/opensans/OpenSans-Bold-webfont.eot');
    src: url('../../files/standard/layout/fonts/opensans/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../files/standard/layout/fonts/opensans/OpenSans-Bold-webfont.woff') format('woff'),
         url('../../files/standard/layout/fonts/opensans/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('../../files/standard/layout/fonts/opensans/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'open_sanssemibold';
    src: url('../../files/standard/layout/fonts/opensans/OpenSans-Semibold-webfont.eot');
    src: url('../../files/standard/layout/fonts/opensans/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../files/standard/layout/fonts/opensans/OpenSans-Semibold-webfont.woff') format('woff'),
         url('../../files/standard/layout/fonts/opensans/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('../../files/standard/layout/fonts/opensans/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'open_sansregular';
    src: url('../../files/standard/layout/fonts/opensans/OpenSans-Regular-webfont.eot');
    src: url('../../files/standard/layout/fonts/opensans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../files/standard/layout/fonts/opensans/OpenSans-Regular-webfont.woff') format('woff'),
         url('../../files/standard/layout/fonts/opensans/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../../files/standard/layout/fonts/opensans/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
  }
@font-face {
	font-family: 'cca';
	src:url('../../files/standard/layout/fonts/cca/fonts/cca.eot?1.5');
	src:url('../../files/standard/layout/fonts/cca/fonts/cca.eot?1.5#iefix') format('embedded-opentype'),
		url('../../files/standard/layout/fonts/cca/fonts/cca.ttf?1.5') format('truetype'),
		url('../../files/standard/layout/fonts/cca/fonts/cca.woff?1.5') format('woff'),
		url('../../files/standard/layout/fonts/cca/fonts/cca.svg?1.5#cca') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"]:before, 
[class*=" icon-"]:before, 
[class^="button-"] a:before, 
[class*=" button-"] a:before {
	font-family: 'cca';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[data-icon]:before {
  font-family: 'cca';
  content: attr(data-icon);
  speak: none;
}

.icon-home:before, 
.button-home a:before {
	content: "\e600";
}
.icon-menu:before, 
.button-menu a:before {
	content: "\e601";
}
.icon-checkmark:before, 
.button-checkmark a:before {
	content: "\e602";
}
.icon-close:before, 
.button-close a:before {
	content: "\e603";
}
.icon-arrow-up-left:before, 
.button-arrow-up-left a:before {
	content: "\e604";
}
.icon-arrow-up:before, 
.button-arrow-up a:before {
	content: "\e605";
}
.icon-arrow-up-right:before, 
.button-arrow-up-right a:before {
	content: "\e606";
}
.icon-arrow-right:before, 
.button-arrow-right a:before {
	content: "\e607";
}
.icon-arrow-down-right:before, 
.button-arrow-down-right a:before {
	content: "\e608";
}
.icon-arrow-down:before, 
.button-arrow-down a:before {
	content: "\e609";
}
.icon-arrow-down-left:before, 
.button-arrow-down-left a:before {
	content: "\e60a";
}
.icon-arrow-left:before, 
.button-arrow-left a:before {
	content: "\e60b";
}
.icon-user:before, 
.button-user a:before {
	content: "\e60c";
}
.icon-search:before, 
.button-search a:before {
	content: "\e60d";
}
.icon-users:before, 
.button-users a:before {
	content: "\e60e";
}
.icon-file:before, 
.button-file a:before {
	content: "\e60f";
}
.icon-profile:before, 
.button-profile a:before {
	content: "\e612";
}
.icon-file2:before, 
.button-file2 a:before, 
.list-file2 li:before {
	content: "\e613";
}
.icon-file3:before, 
.button-file3 a:before, 
.list-file3 li:before  {
	content: "\e614";
}
.icon-bookmark:before, 
.button-bookmark a:before {
	content: "\e615";
}
.icon-bookmarks:before, 
.button-bookmarks a:before {
	content: "\e616";
}
.icon-minus:before, 
.button-minus a:before {
	content: "\e617";
}
.icon-plus:before, 
.button-plus a:before, 
.list-plus li:before {
	content: "\e618";
}
.icon-download:before, 
.button-download a:before {
	content: "\e619";
}
.icon-upload:before, 
.button-upload a:before {
	content: "\e61a";
}
.icon-phone:before, 
.button-phone a:before {
	content: "\e61b";
}
.icon-twitter:before, 
.button-twitter a:before {
	content: "\e61d";
}
.icon-facebook:before, 
.button-facebook a:before {
	content: "\e61e";
}
.icon-cart:before, 
.button-cart a:before {
	content: "\e610";
}
.icon-envelop:before, 
.button-envelop a:before {
	content: "\e620";
}
.icon-box-add:before, 
.button-box-add a:before {
	content: "\e611";
}
.icon-box-remove:before, 
.button-box-remove a:before {
	content: "\e622";
}
.icon-drawer:before, 
.button-drawer a:before, 
.list-drawer li:before {
	content: "\e62b";
}
.icon-pilcrow:before, 
.button-pilcrow a:before {
	content: "\e624";
}
.icon-feed:before, 
.button-feed a:before {
	content: "\e61f";
}
.icon-google-plus:before, 
.button-google-plus a:before {
	content: "\e625";
}
.icon-github:before, 
.button-github a:before {
	content: "\e61c";
}
.icon-bubbles:before, 
.button-bubbles a:before, 
.list-bubbles li:before {
	content: "\e62a";
}
.icon-stats:before, 
.button-stats a:before, 
.list-stats li:before {
	content: "\e621";
}
.icon-spell-check:before,
.button-spell-check a:before {
	content: "\e62d";
}
.icon-chevron-left:before, 
.button-chevron-left a:before {
	content: "\e626";
}
.icon-chevron-right:before, 
.button-chevron-right a:before {
	content: "\e627";
}
.icon-chevron-up:before, 
.button-chevron-up a:before {
	content: "\e628";
}
.icon-chevron-down:before, 
.button-chevron-down a:before {
	content: "\e629";
}
.icon-calendar:before, 
.button-calendar a:before {
	content: "\e623";
}
.icon-info:before, 
.button-info a:before {
	content: "\e62c";
}
.icon-warning:before, 
.button-warning a:before {
	content: "\e62e";
}
.icon-help:before, 
.button-help a:before {
	content: "\e62f";
}
.icon-blocked:before, 
.button-blocked a:before {
	content: "\e630";
}
.icon-amazon:before, 
.button-amazon a:before {
	content: "\e631";
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
  white-space: nowrap;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}


@media screen, projection {

  html {
    overflow-y:scroll;
  }
  
  html, body {
    height:100%;
  }

  body {
    font:normal 14px/1.5 Arial, Helvetica, sans-serif;
    -webkit-text-size-adjust: none;
    color:#445051;
    font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
  }
  
 /*------------------------------------------------------------------------*/
  
 /**
  * Normalize content elements
  */

  *, *:before, *:after {
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box; 
    box-sizing:border-box;
  }

  *:before, *:after {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'cca';
  }

  *[style~="font-size"] { }
  *[style~="margin"] { }

  a {
    color:#445051;
    text-decoration:underline;
  }

  [id*="masonry"] a {
    color:#fff;
  }

  a:hover { 
    text-decoration:none;
  }

  a:focus {
    outline:none; 
  }

  em, i {
    font-style:italic;
  }

  strong, b {
    font-weight:100;
    font-family: 'open_sansbold', Arial, Helvetica, sans-serif;
  }

  ins {
    text-decoration:none;
    border-bottom:1px dotted #000000;
  }

  input[type="text"]:focus, 
  input[type="password"]:focus, 
  input[type="date"]:focus, 
  input[type="datetime"]:focus, 
  input[type="email"]:focus, 
  input[type="number"]:focus, 
  input[type="search"]:focus, 
  input[type="tel"]:focus, 
  input[type="time"]:focus, 
  input[type="url"]:focus, 
  textarea:focus {
    background:none repeat scroll 0 0 #FCFCFC;
    border:1px solid #999;
  }

  input, textarea, select {
    border:1px solid gray;
    font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
  }

  h2, h3, h4, h5, .toggler {
    color:#445051;
    font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
  }

  h2 {
    font-size:2.143em;
    color:#ce3b23;
    line-height:1.3;
  }

  h2 + h3 {
    margin-top:0;
  }

  h2 + div, 
  h2 + section {
    margin-top:15px;
  }

  h3, .toggler {
    font-size:1.429em;
    margin:15px 0 5px;
  }

  .subcolumns div[class*="sub"] > .ce_headline:first-child {
    margin-top:6px;
  }

  h3 a {
    text-decoration:none;
  }

  h4 {
    font-size:1.143em;
    margin:10px 0 5px;
  }

  aside .mod_article > h4, 
  nav h4 {
    margin-top:3px;
  }

  h5 {
    font-size:1em;
    margin:10px 0 5px;
    color:#63696a;
  }

  .mumblestatus h5 {
    color:#445051;
  }

  .alert {
    text-transform:uppercase;
    color:#CE3B23;
  }

  [class*="ce_"] + h4 {
    margin-top:20px;
  }

  .ce_headline + h4 {
    margin-top:10px;
  }

  h5 {
    font-size:1em;
  }

  blockquote {
    padding-left:20px;
    border-left:1px solid #445051;
    margin-left:20px;
    margin-bottom:10px;
  }

  hr {
    margin:30px 0;
  }

  .icon-alone {
    display: inline-block;
    line-height:1;
  }

  .screen-reader-text {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

 /*------------------------------------------------------------------------*/

  div[class*="ce_"].box {
    padding:15px 25px 15px 70px;
    margin:10px 0;
    border:1px solid transparent;
    border-left:5px solid transparent;
    position:relative;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
  }

  div[class*="ce_"].box.information {
    background-color: #F4F8FA;
    border-color: #3387cf;
  }

  div[class*="ce_"].box.warning, 
  div[class*="ce_"].box.error {
    background-color: #FDD2D1;
    border-color: #da584c;
  }

  div[class*="ce_"].box.confirmation, 
  div[class*="ce_"].box.confirm {
    background-color: #DFF0D8;
    border-color: #3C763D;
  }

  div[class*="ce_"].box h3 {
    margin-top:0;
  }

  div[class*="ce_"].box:before {
    display:block;
    position:absolute;
    top:20px;
    left:20px;
    font-size:30px;
  }

  div[class*="ce_"].box.information:before {
    content: "\e62c";
    color:#3387cf;
  }

  div[class*="ce_"].box.warning:before {
    content: "\e62e";
    color:#da584c;
  }

  div[class*="ce_"].box.error:before {
    content: "\e630";
    color:#da584c;
  }

  div[class*="ce_"].box.confirmation:before, 
  div[class*="ce_"].box.confirm:before {
    content: "\e602";
    color:#3C763D;
  }

 /*------------------------------------------------------------------------*/

  #wrapper {
    min-height:100%;
    overflow:hidden;
    position:relative;
  }
  
 /*------------------------------------------------------------------------*/

  header {
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  }

  .no-boxshadow header {
    border-bottom:1px solid #445051;
  }

  header .inside {
    max-width:1100px;
    width:90%;
    margin:0 auto;
    padding:15px 0;
  }

  h1 {
    width:192px;
    height:70px; 
    margin:0 auto;
    float:left;
  }

  h1 a {
    display:block;
    width:inherit;
    height:inherit;
    text-indent:-99999px;
    background:transparent url(../../files/standard/layout/images/logo.png) no-repeat center center;
  }

  div[id*="-badge"] {
    display:block;
    position:fixed;
    z-index:1000;
  }
  
  #security-newsletter-badge {
    top: 189px;
    left: -80px;
  }

  #security-newsletter-badge:hover {
    left:-81px;
  }

  #newsletter-badge {
    top:372px;
    left:-46px;
  }
  
  #newsletter-badge:hover {
    left:-47px;
  }
  
  #security-badge {
    top:557px;
    left:-83px;
  }
  
  #security-badge:hover {
    left:-84px;
  }

  div[id*="-badge"] {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .no-csstransforms div[id*="-badge"] {
    display:none;
  }

  div[id*="-badge"] a {
    display:inline-block;
    font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
    text-decoration:none;
    color:#fff;
    position:relative;
    text-transform:uppercase;
    padding:15px 25px 13px;
    text-shadow:1px 1px 0px #7c2618;
    background-color:#ce3b23;
    -webkit-border-radius:5px 5px 0 0;
    -moz-border-radius:5px 5px 0 0;
    border-radius:5px 5px 0 0;
  }

 /*------------------------------------------------------------------------*/

 /**
  * Navigation elements
  */

  nav.mobile {
    display:none;
    font-size:35px;
    cursor:pointer;
    color:#445051;
  }

  header nav {
    float:right;
    margin-top:15px;
  }

  aside nav {
    margin-bottom:30px;
  }

  .mod_sitemap ul {
    list-style:none;
  }

  .mod_sitemap ul.level_1 {
    padding:0;
  }

  nav li {
    display:inline-block;
    margin-right:40px;
  }

  aside nav li {
    margin-right:0;
    display:block;
  }

  #nav li {
    text-transform:uppercase;
    font-family: 'open_sansbold', Arial, Helvetica, sans-serif;
  }

  nav li.last {
    margin-right:0;
  }
  
  nav li.submenu ul {
    display:none;
  }

  nav li a,
  nav li span, 
  .mod_sitemap a {
    text-decoration:none;
    display:block;
  }

  #nav li a, 
  #nav li span {
    padding:10px 0;
  }

  aside li a, 
  aside li span {
    padding:3px 0;
  }

  aside nav li a:before, 
  aside nav li span:before,
  .mod_sitemap li a:before {
    font-family: 'cca';
    line-height: 1;
    margin-right:10px;
    color:#ce3b23;
    top:1px;
    position:relative;
    content:"\e618";
  }

  nav li .active,
  nav li .trail,
  nav li span, 
  nav li a:hover, 
  aside a:hover {
    color:#ce3b23;
  }

  aside .button a:hover {
    color:#fff;
  }

 /*------------------------------------------------------------------------*/

  #container {
    padding-bottom:275px;
  }

  .home #container {
    padding-bottom:220px;
  }

  .multicolumn #container {
    padding-left:250px;
  }

  aside, 
  #main {
    width:100%;
    float:left;
    position:relative;
  }

  aside {
    margin-left:-100%;
    right:250px;
    padding-top:115px;
    width:230px;
  }

  .standard .mod_article, 
  .multicolumn #container {
    max-width:1100px;
    width:90%;
    margin:0 auto;
    position:relative;
    min-height:250px;
  }

  .mod_article {
    padding:50px 0;
  }

  aside .mod_article, 
  .mod_article.comments {
    padding-top:0;
    overflow:visible;
  }

  .home .mod_article {
    padding:75px 0;
  }

  .mod_article.wide,
  .multicolumn .mod_article {
    width:100%;
    max-width:100%;
  }

  .mod_article.wide {
    padding:0;
    background-color:#f4f4f4;
  }

  .mod_article.wide:before, 
  .mod_article.wide:after {
    height:9px;
    width:100%;
    position:absolute;
    z-index:999;
    background:transparent url(../../files/standard/layout/images/shadow.png) repeat-x;
    content:" ";
    left:0;
  }

  .mod_article.wide:before {
    top:0;
    background-position:top left;
  }

  .mod_article.wide:after {
    bottom:0;
    background-position:bottom left;
  }

  .mod_article.wide:last-child:after {
    display:none;
  }

  .mod_article.wide > section.ce_semantic_html5 {
    max-width:1100px;
    width:90%;
    margin:0 auto;
    overflow:visible;
    position:relative;
    min-height:1px;
  }

  .mod_article.wide .gap {
    padding-top:75px;
    padding-bottom:75px;
  }

  .mumblestatus {
    width:90%;
    padding:5px 15px 15px;
    background-color:#e3e3e3;
    border:1px solid #bababa;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    color:#445051;
  }

  .mumblestatus p {
    margin-top:5px;
  }

  .mumblestatus ul {
    padding-left:0;
    margin-right:0;
  }

  .mumblestatus ul + h5 {
    margin-top:15px;
  }

  .mumblestatus li {
    list-style:none;
  }

  .mumblestatus li:after {
    background-color:transparent;
    background-repeat:no-repeat;
    background-position:right center;
    float:right;
    content:"";
    height:18px;
    margin-top:1px;
  }

  .mumblestatus li.self_muted:after {
    background-image:url(../../files/standard/layout/images/mumble/muted_self.png);
    width:18px;
  }

  .mumblestatus li.self_deaf:after {
    background-image:url(../../files/standard/layout/images/mumble/deafened_self.png);
    width:18px;
  }

  .mumblestatus li.self_muted.self_deaf:after {
    background-image:url(../../files/standard/layout/images/mumble/deafened_muted_self.png);
    width:40px;
  }
  
  .mumblestatus .mumblepartner {
	border-top: 1px solid #bababa;
	font-size: 0.857em;
	padding-top: 10px;
	margin-top: 10px;
  }

  .mumblestatus .mumblepartner img {
	padding-top: 10px;
  }

 /*------------------------------------------------------------------------*/

  .main p, 
  .main dl {
    padding:8px 0;
  }

  .mod_article ul {
    margin-left:0;
  }

  .ce_text ul ul {
    margin-top:0;
    margin-bottom:0;
  }

  .mod_sitemap li {
    padding:3px 0;
  }

  .data span {
    width:70px;
  }

  .ce_list ul {
    padding-left:20px;
    list-style:disc;
  }

  .ce_list.data ul {
    list-style:none;
    padding-left:0;
  }

  .ce_list.list ul, 
  .ce_list[class*="list-"] ul, 
  .ce_downloads ul {
    padding-left:0;
    list-style:none;
  }

  .ce_list ul li {
    padding:3px 0;
  }

  .ce_list.contributor li:before {
    top:2px;
    font-size:1em;
  }

  .ce_downloads ul {
    margin:0;
  }

  div[class*="ce_download"] span,
  .ce_list.contributor li span, 
  .layout_simple a span, 
  .link-list a {
    color:#828a8b;
  }

  aside .ce_downloads span {
    display:none;
  }

  div[class*="ce_download"] img {
    display:none;
  }

  .ce_list ul li:before, 
  .layout_simple a:before {
    font-family: 'cca';
    line-height: 1;
    margin-right:10px;
    color:#ce3b23;
    font-size:1.143em;
    top:1px;
    position:relative;
  }

  [class*="list-"] a {
    text-decoration:none;
  }

  .js .gutter-sizer { width: 4%; }

  .toggler {
    cursor:pointer;
  }

  .toggler:before {
    font-family: 'cca';
    content: "\e629";
    position:relative;
    display:inline-block;
    margin-right:5px;
  }

  .toggler.ui-state-active:before {
    content: "\e628";
  }

  .home .subcolumns .subcr img {
    float:right;
  }

  [class*="ce_"] img {
    margin-top:14px;
    margin-bottom:5px;
    background-color:#445051;
    padding:2px;
  }
  
  [class*="ce_"].no-border img {
    background-color: transparent;
    padding:0;
  }

  div.no-border img {
    padding:0;
    background-color:transparent;
  }

  .ce_image img {
    background-color:transparent;
    padding:0;
  }

  .float_left img {
    margin-right:20px;
  }

  .float_right img {
    margin-left:20px;
  }

  .mt30 {
    margin-top:30px !important;
  }

  .ressources {
    margin-bottom:30px;
  }

  .ressources .ce_image {
    margin-bottom:10px;
  }

  /* .ressources .ce_downloads a {
    text-decoration:none;
    margin-bottom:10px;
    display:block;
  } */

  .link-list {
    margin-bottom:15px;
    position:relative;
    padding-left:25px;
  }

  .link-list:before {
    content: "\e606";
    font-size: 1.143em;
    position:absolute;
    top:3px;
    left:0;
  }

  .link-list span {
    display:block;
  }

  .link-list a {
    display:inline-block;
  }

  .ce_pygments {
    padding: 8px 0;
  }
  .ce_pygments pre {
    font-size: .85em;
    padding: 25px;
    background: #445051;
    border-radius: 5px;
  }
 /*------------------------------------------------------------------------*/

  .button a, 
  input[type="submit"] {
    display:inline-block;
    margin-top:20px;
    margin-bottom:15px;
    font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
    text-decoration:none;
    color:#fff;
    position:relative;
    padding:10px 20px;
    -webkit-box-shadow: inset 0px 1px 0px #a6321f, 0px 5px 0px 0px #7c2618, 0px 10px 5px #999;
    -moz-box-shadow: inset 0px 1px 0px #a6321f, 0px 5px 0px 0px #7c2618, 0px 10px 5px #999;
    -o-box-shadow: inset 0px 1px 0px #a6321f, 0px 5px 0px 0px #7c2618, 0px 10px 5px #999;
    box-shadow: inset 0px 1px 0px #a6321f, 0px 5px 0px 0px #7c2618, 0px 10px 5px #999;
    text-shadow:1px 1px 0px #7c2618;
    background-color:#ce3b23;
    background-image: linear-gradient(bottom, rgb(166,50,31) 0%, rgb(206,59,35) 100%);
    background-image: -o-linear-gradient(bottom, rgb(166,50,31) 0%, rgb(206,59,35) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(166,50,31) 0%, rgb(206,59,35) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(166,50,31) 0%, rgb(206,59,35) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(166,50,31) 0%, rgb(206,59,35) 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(166,50,31)), color-stop(1, rgb(206,59,35)));
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
  }

  .button.left a {
    border-left:solid 1px #ce3b23;
    margin-left:40px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .button.right a {
    border-right:solid 1px #ce3b23;
    margin-right:40px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .button a:active, 
  .button a:hover, 
  input[type="submit"]:active, 
  input[type="submit"]:hover {
    background-image: linear-gradient(bottom, rgb(206,59,35) 0%, rgb(166,50,31) 100%);
    background-image: -o-linear-gradient(bottom, rgb(206,59,35) 0%, rgb(166,50,31) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(206,59,35) 0%, rgb(166,50,31) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(206,59,35) 0%, rgb(166,50,31) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(206,59,35) 0%, rgb(166,50,31) 100%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(206,59,35)),color-stop(1, rgb(166,50,31)));
  }

  .button a:active, 
  input[type="submit"]:active {
    top:3px;
    -webkit-box-shadow: inset 0px 1px 0px #a6321f, 0px 2px 0px 0px #7c2618, 0px 5px 3px #999;
    -moz-box-shadow: inset 0px 1px 0px #a6321f, 0px 2px 0px 0px #7c2618, 0px 5px 3px #999;
    -o-box-shadow: inset 0px 1px 0px #a6321f, 0px 2px 0px 0px #7c2618, 0px 5px 3px #999;
    box-shadow: inset 0px 1px 0px #a6321f, 0px 2px 0px 0px #7c2618, 0px 5px 3px #999;
  }

  .button a:before {
    font-family: 'cca';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display:none;
    font-size:1.286em;
    background-color:#a6321f;
    max-height:41px;
    height:100%;
    position:absolute;
    width:40px;
    padding-top:11px;
    top:0px;
    color:#fff;
    text-shadow:1px 1px 0px #4d1a12;
    background-image: linear-gradient(bottom, rgb(124,38,24) 0%, rgb(166,50,31) 100%);
    background-image: -o-linear-gradient(bottom, rgb(124,38,24) 0%, rgb(166,50,31) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(124,38,24) 0%, rgb(166,50,31) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(124,38,24) 0%, rgb(166,50,31) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(124,38,24) 0%, rgb(166,50,31) 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(124,38,24)), color-stop(1, rgb(166,50,31)));
    -webkit-box-shadow:inset 0px 1px 0px #7c2618, 0px 5px 0px 0px #4d1a12, 0px 10px 5px #999;
    -moz-box-shadow:inset 0px 1px 0px #7c2618, 0px 5px 0px 0px #4d1a12, 0px 10px 5px #999;
    -o-box-shadow:inset 0px 1px 0px #7c2618, 0px 5px 0px 0px #4d1a12, 0px 10px 5px #999;
    box-shadow:inset 0px 1px 0px #7c2618, 0px 5px 0px 0px #4d1a12, 0px 10px 5px #999;
  }

  .button.left a:before,
  .button.right a:before {
    display:block;
  }

  .button.left a:before {
    display:block;
    left:-41px;
    padding-left:11px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right:solid 1px #7c2618;
  }

  .button.right a:before {
    display:block;
    right:-41px;
    padding-left:10px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left:solid 1px #7c2618;
  }

  .button a:active:before {
    top:-3px;
  }

  aside [class*="button-"],
  [class*="button-"].hp, 
  .ce_downloads li {
    padding:3px 0;
  }

  aside [class*="button-"] a, 
  [class*="button-"].hp a {
    text-decoration:none;
  }

  aside [class*="button-"] a:before, 
  [class*="button-"].hp a:before {
    margin-right:10px;
    color:#CE3B23;
    top:1px;
    position:relative;
    font-size:1.143em;
  }

  aside .button[class*="button-"] a:before {
    position:absolute;
    top:0;
    margin-right:0;
    font-size:1.286em;
    color:#fff;
  }

  aside .button[class*="button-"] a:active:before {
    top:-3px;
  }

  .meta [class*="button-"] a:before {
    color:#fff;
  }

 /*------------------------------------------------------------------------*/

  .login label, 
  .mod_subscribe label {
    margin-right:10px;
  }

  .login .entry input, 
  .mod_subscribe .entry input {
    min-width:350px;
  }

  input[type="submit"] {
    min-width:0;
    border:0;
  }

  p.error {
    padding:10px 0 10px;
    margin-bottom:10px;
  }

  p.error:before {
    content: "\e603";
    font-family: 'cca';
    line-height: 1;
    margin-right:10px;
    color:#ce3b23;
    top:1px;
    position:relative;
  }

 /*------------------------------------------------------------------------*/

  form {
    padding-top:8px;
  }

  .entry, 
  .checkbox_container {
    margin-top:20px;
  }

  .entry.first {
    margin-top:0;
  }

  .ce_form .entry label {
    width:28%;
  }

  .ce_form .entry label + input {
    width:71%;
  }

  .entry + .explanation p {
    padding-top:0;
    color:#828a8b;
  }

  .ce_form input.captcha, 
  .ce_form textarea {
    width:100%;
  }

  .ce_form .captcha {
    /* width:32%; */
  }

  .ce_form .entry.wide label, 
  .entry span.captcha_text {
    margin-bottom:5px;
    display:inline-block;
    width:100%;
  }

  .entry label span {
    color:#CE3B23;
  }

 /*------------------------------------------------------------------------*/

  div[class*="_comments"] {
    border-top:1px solid #445051;
    padding-top:18px;
  }

  div.ce_comments {
    margin-top:25px;
  }

  div[class*="_comments"] ol {
    margin-left:0;
    padding-left:30px;
  }

  div[class*="_comments"] ol li {
    margin-bottom:10px;
  }

  div[class*="_comments"] .reply {
    margin-left:40px;
    margin-top:5px;
  }

  div[class*="_comments"] .info {
    font-weight:bold;
  }

  div[class*="_comments"] ol + .form {
    margin-top:20px;
  }

  div[class*="_comments"] .formbody {
    background-color:#445051;
    padding:25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display:inline-block;
    max-width:410px;
  }

  div[class*="_comments"] .widget {
    margin-bottom:15px;
  }

  div[class*="_comments"] input[type="text"], 
  div[class*="_comments"] input[type="email"], 
  div[class*="_comments"] input[type="url"], 
  div[class*="_comments"] textarea {
    width:100%;
  }

  div[class*="_comments"] label {
    color:#fff;
  }

  div[class*="_comments"] .captcha_text {
    display:inline-block;
  }

  div[class*="_comments"] .submit_container {
    margin-top:0;
  }

 /*------------------------------------------------------------------------*/

  .mod_newslist, 
  .ce_metamodel_content {
    margin-top:30px;
  }

  .home .mod_newslist {
    margin-top:10px;
    margin-bottom:5px;
  }

  .home .ce_metamodel_content {
    margin-top:0px;
  }

  .mod_newsreader p.back {
    display:none;
  }

  .layout_latest {
    color:#fff;
    margin-bottom:6%;
  }

  .layout_simple {
    padding:3px 0;
  }
 
  .layout_start {
    padding:3px 0;
  }

  .js .layout_latest {
    width:48%;
  }

  /* .layout_latest:nth-last-child(1) {
    margin-bottom:0;
  } */

  .layout_latest .inside, 
  .layout_full .item {
    background-color:#445051;
    color:#fff;
    padding:5px 25px 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }

  .layout_latest .inside a {
    color:#fff;
  }

  .layout_latest p.button {
    padding:0;
  }

  .layout_full h2 + .info {
    margin-top:14px;
    margin-bottom:10px;
  }

  .layout_simple a, 
  .layout_start a {
    text-decoration:none;
  }

  .layout_simple a:before {
    content: "\e624";
  }

  time, p.icon-user {
    margin-right:20px;
    margin-top:10px;
  }

  .info [class^="icon-"] {
    padding:0;
    margin-bottom:7px;
    display:inline-block;
  }

  [class*="icon-"]:before {
    margin-right:5px;
    top:1px;
    position:relative;
    font-size:1.143em;
  }

  .info [class*="icon-"]:before {
    margin-right:10px;
  }

  [class*="icon-"] a {
    text-decoration:none;
  }

  [class*="icon-"] + [class*="icon-"] {
    margin-top:5px;
  }

  [class*="button-"]:hover:before, 
  div[class*="icon-"]:hover:before {
    color:#ce3b23;
  }

/*  aside .back {
    margin-top:10px;
  }
*/

 /*------------------------------------------------------------------------*/

  .mod_socialshareprivacy {
    padding-top:10px;
    overflow: visible;
  }

  ul.social_share_privacy_area {
	list-style-type: none;
	list-style-image: none;
	height: auto;
	margin-bottom: 0!important;
  }

  ul.social_share_privacy_area li {
	height: auto;
	float: none;
  }

  ul.social_share_privacy_area li.facebook {
    margin:0 0 10px !important;
    width: auto;
    display: block;
  }

  ul.social_share_privacy_area li.twitter {
    width: auto;
  }

  ul.social_share_privacy_area li.settings_info {
    display:none;
  }

  ul.social_share_privacy_area li .switch {
    overflow: visible;
    vertical-align: top;
    float: none;
    margin: 0;
    position: relative;
    top: 5px;
  }

  ul.social_share_privacy_area li .dummy_btn {
    float: none;
    display: inline-block;
    height: 30px;
  }

  ul.social_share_privacy_area li .dummy_btn img {
    vertical-align: baseline;
  }

  ul.social_share_privacy_area li .dummy_btn iframe {
    padding: 0;
    margin: 0;
  }

  ul.social_share_privacy_area li div.tweet {
    width: auto;
  }

 /*------------------------------------------------------------------------*/

  #docs {
    background:transparent url(../../files/standard/publisher/images/doku.jpg) center top;
    min-height:520px;
  }

 /*------------------------------------------------------------------------*/

  #projects {
    background:transparent url(../../files/standard/publisher/images/projekte.jpg) center top;
    min-height:590px;
  }

 /*------------------------------------------------------------------------*/

  .home .subcolumns .subcl div[class*="ce_"],
  .home .subcolumns .subcl .mod_newslist,
  .home .subcolumns .subcl .ce_headline {
    margin-left:76px;
  }

  .home .subcolumns .subcl div.ce_image {
    margin-left:0;
  }

  .home .subcolumns .subcr div[class*="ce_"],
  .home .subcolumns .subcr .ce_headline {
    margin-right:76px;
  }

  .home .subcolumns div[class*="ce_"].no-margin,
  .home .mod_article.wide .subcolumns .subcl div[class*="ce_"],
  .home .mod_article.wide .subcolumns .subcl .ce_headline, 
  .home .mod_article.wide .subcolumns .subcr div[class*="ce_"],
  .home .mod_article.wide .subcolumns .subcr .ce_headline {
    margin-left:0;
    margin-right:0;
  }

 /*------------------------------------------------------------------------*/

  #member .member {
    background-color: rgba(255, 255, 255, 0.94);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4); 
    width:450px;
    position:absolute;
    top:0;
    left:0;
    overflow:visible;
    z-index:998;
    padding:40px;
  }

  #member .member:after {
    background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.94) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.94) 75%, rgba(255, 255, 255, 0.94)), 
                     -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.94) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.94) 75%, rgba(255, 255, 255, 0.94));
    background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, 0.94) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.94) 75%, rgba(255, 255, 255, 0.94)),
                     -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.94) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.94) 75%, rgba(255, 255, 255, 0.94));
    background-image:-ms-linear-gradient(45deg, rgba(255, 255, 255, 0.94) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.94) 75%, rgba(255, 255, 255, 0.94)),
                     -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.94) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.94) 75%, rgba(255, 255, 255, 0.94));
    background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.94) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.94) 75%, rgba(255, 255, 255, 0.94)),
                     -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.94) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.94) 75%, rgba(255, 255, 255, 0.94));
    background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.94) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.94) 75%, rgba(255, 255, 255, 0.94)),
                     linear-gradient(-45deg, rgba(255, 255, 255, 0.94) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.94) 75%, rgba(255, 255, 255, 0.94));
    background-repeat: repeat-x;
    background-size: 30px 30px;
    content: '';
    height: 15px;
    left: 0;
    position: absolute;
    right: 0;
    background-position:25% 0;
    bottom:-15px;
  }

  .dlh_googlemap {
    width:100% !important;
  }

  .gmnoprint, 
  img[src*="api-3/images/google_white2.png"] {
    display:none;
  }

 /*------------------------------------------------------------------------*/

  .layout_full {
    overflow:hidden;
  }

  .layout_full .item {
    margin-bottom:4%;
    width:48%;
  }

  .layout_full .item:nth-of-type(1n) {
    float:left;
    clear:left;
  }

  .layout_full .item:nth-of-type(2n) {
    float:right;
    clear:right;
  }

  .js .layout_full .item, 
  .js .layout_full .item:nth-of-type(n) {
    float:none;
    clear:none;
  }

  /* .layout_full .item:nth-last-child(1) {
    margin-bottom:0;
  } */

  .layout_full .item h3 {
    color:#fff;
  }

  .memberlist img {
    background-color:#fff;
    padding:2px;
    margin:14px 20px 5px 0;
    float:left;
  }

  .meta {
    clear:both;
    padding-top:15px;
  }

  .meta p {
    display:inline-block;
    margin:2px 20px 2px 0;
  }

 /*------------------------------------------------------------------------*/

  .pagination ul {
    padding:0;
  }

  .pagination li {
    list-style:none;
    display:inline-block;
    margin-right:10px;
  }

  .pagination li > * {
    display:block;
    padding:4px 10px;
    background-color:#445051;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    color:#fff;
    text-decoration:none;
  }

  .pagination li > span {
    background-color:#CE3B23;
  }

 /*------------------------------------------------------------------------*/

  footer {
    background-color:#445051;
    padding:30px 0;
    height:170px;
    margin-top:-170px;
    position:relative;
    -webkit-box-shadow: 0px -3px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px -3px 8px 0px rgba(0, 0, 0, 0.3);
  }

  footer .inside {
    max-width:1100px;
    width:90%;
    margin:0 auto;
    font-size:0.857em;
    color:#fff;
  }

  footer .ce_text {
    float:left;
  }

  footer .sponsoring {
	margin-top:15px;
  }

  footer .sponsoring .ce_text {
	float:none;
  }

  footer nav {
    float:right;
    margin-left:20px;
    border-left:1px solid #fff;
    padding-left:20px;
  }

  #nav-service {
    border-left:0;
    padding-left:0;
    margin-left:0;
  }

  footer li {
    margin-right:20px;
  }

  footer nav a, 
  footer nav a:visited,
  footer nav a:hover, 
  footer nav .active {
    color:#fff;
  }

  footer nav a:hover, 
  footer nav .active {
    text-decoration:underline;
  }

 /*------------------------------------------------------------------------*/

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

  .clearfix:after {
    clear:both;
  }

  .clearfix {
    *zoom:1;
  }

  .ce_gallery ul,
  .ce_gallery li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .ce_gallery li {
    margin-left: 1em;
  }
  .ce_gallery li.col_first {
    margin-left: 0;
  }

  code {
    display: inline-block;
    margin-top: -1px;
    padding: 2px 3px;
    border-radius: 3px;
    background-color: #445051;
    color: #fff;
    font-size: .8em;
    vertical-align: 1px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) { 

  h1 a {
    background-size:192px 70px;
    background-image:url(../../files/standard/layout/images/logo@2x.png);
  }

}

.hll { background-color: #404040 }
.c { color: #999999; font-style: italic } /* Comment */
.err { color: #a61717; background-color: #e3d2d2 } /* Error */
.g { color: #d0d0d0 } /* Generic */
.k { color: #6ab825; font-weight: bold } /* Keyword */
.l { color: #d0d0d0 } /* Literal */
.n { color: #d0d0d0 } /* Name */
.o { color: #d0d0d0 } /* Operator */
.x { color: #d0d0d0 } /* Other */
.p { color: #d0d0d0 } /* Punctuation */
.cm { color: #999999; font-style: italic } /* Comment.Multiline */
.cp { color: #cd2828; font-weight: bold } /* Comment.Preproc */
.c1 { color: #999999; font-style: italic } /* Comment.Single */
.cs { color: #e50808; font-weight: bold; background-color: #520000 } /* Comment.Special */
.gd { color: #d22323 } /* Generic.Deleted */
.ge { color: #d0d0d0; font-style: italic } /* Generic.Emph */
.gr { color: #d22323 } /* Generic.Error */
.gh { color: #ffffff; font-weight: bold } /* Generic.Heading */
.gi { color: #589819 } /* Generic.Inserted */
.go { color: #cccccc } /* Generic.Output */
.gp { color: #aaaaaa } /* Generic.Prompt */
.gs { color: #d0d0d0; font-weight: bold } /* Generic.Strong */
.gu { color: #ffffff; text-decoration: underline } /* Generic.Subheading */
.gt { color: #d22323 } /* Generic.Traceback */
.kc { color: #6ab825; font-weight: bold } /* Keyword.Constant */
.kd { color: #6ab825; font-weight: bold } /* Keyword.Declaration */
.kn { color: #6ab825; font-weight: bold } /* Keyword.Namespace */
.kp { color: #6ab825 } /* Keyword.Pseudo */
.kr { color: #6ab825; font-weight: bold } /* Keyword.Reserved */
.kt { color: #6ab825; font-weight: bold } /* Keyword.Type */
.ld { color: #d0d0d0 } /* Literal.Date */
.m { color: #3677a9 } /* Literal.Number */
.s { color: #ed9d13 } /* Literal.String */
.na { color: #bbbbbb } /* Name.Attribute */
.nb { color: #24909d } /* Name.Builtin */
.nc { color: #447fcf; text-decoration: underline } /* Name.Class */
.no { color: #40ffff } /* Name.Constant */
.nd { color: #ffa500 } /* Name.Decorator */
.ni { color: #d0d0d0 } /* Name.Entity */
.ne { color: #bbbbbb } /* Name.Exception */
.nf { color: #447fcf } /* Name.Function */
.nl { color: #d0d0d0 } /* Name.Label */
.nn { color: #447fcf; text-decoration: underline } /* Name.Namespace */
.nx { color: #d0d0d0 } /* Name.Other */
.py { color: #d0d0d0 } /* Name.Property */
.nt { color: #6ab825; font-weight: bold } /* Name.Tag */
.nv { color: #40ffff } /* Name.Variable */
.ow { color: #6ab825; font-weight: bold } /* Operator.Word */
.w { color: #666666 } /* Text.Whitespace */
.mf { color: #3677a9 } /* Literal.Number.Float */
.mh { color: #3677a9 } /* Literal.Number.Hex */
.mi { color: #3677a9 } /* Literal.Number.Integer */
.mo { color: #3677a9 } /* Literal.Number.Oct */
.sb { color: #ed9d13 } /* Literal.String.Backtick */
.sc { color: #ed9d13 } /* Literal.String.Char */
.sd { color: #ed9d13 } /* Literal.String.Doc */
.s2 { color: #ed9d13 } /* Literal.String.Double */
.se { color: #ed9d13 } /* Literal.String.Escape */
.sh { color: #ed9d13 } /* Literal.String.Heredoc */
.si { color: #ed9d13 } /* Literal.String.Interpol */
.sx { color: #ffa500 } /* Literal.String.Other */
.sr { color: #ed9d13 } /* Literal.String.Regex */
.s1 { color: #ed9d13 } /* Literal.String.Single */
.ss { color: #ed9d13 } /* Literal.String.Symbol */
.bp { color: #24909d } /* Name.Builtin.Pseudo */
.vc { color: #40ffff } /* Name.Variable.Class */
.vg { color: #40ffff } /* Name.Variable.Global */
.vi { color: #40ffff } /* Name.Variable.Instance */
.il { color: #3677a9 } /* Literal.Number.Integer.Long */

@media screen, projection {

  #cboxContent #wrapper {
    overflow:hidden;
  }

  #cboxContent #wrapper,
  #cboxContent #container,
  #cboxContent #main,
  #cboxContent #main .inside,
  #cboxContent .mod_article {
    height:100%;
  }

}
@media (max-width: 1240px) { 

  #security-badge, 
  #newsletter-badge,
  #security-newsletter-badge {
    display:none;
  }

}

@media (max-width: 1115px) { 

  #masonry-news .layout_latest {
    float:none;
    clear:both;
    width:100%;
    margin-right:0;
  }

}

@media (max-width: 960px) { 

  #nav li {
    margin-right:20px;
  }

  #nav li.last {
    margin-right:0;
  }

  #container {
    padding-bottom:40px;
  }

  .home #container {
    padding-bottom:0;
  }

  #masonry-member .item,
  #masonry-projects .item {
    float:none;
    clear:both;
    width:100%;
    margin-right:0;
  }

 /*------------------------------------------------------------------------*/

  footer {
    margin-top:0;
    padding:20px 0;
    height:auto;
  }

  footer nav, 
  footer .ce_text {
    border-left:0;
    float: none;
    padding-left:0;
    margin:10px 0;
  }

}

@media (max-width: 860px) { 

  .home .subcolumns .subcl div[class*="ce_"], 
  .home .subcolumns .subcl .mod_newslist, 
  .home .subcolumns .subcl .ce_headline,
  .home .subcolumns .subcr div[class*="ce_"],
  .home .subcolumns .subcr .ce_headline {
    margin-left:0;
    margin-right:0;
  }

}

@media (max-width: 860px) { 

  #nav {
    display:none;
    position:absolute;
    top:95px;
    left:-30px;
    right:-30px;
    width:auto;
    z-index:1;
    background-color:#fff;
    padding:15px 30px;
    border-bottom:1px solid #445051;
  }

  #nav.active {
    display:block;
  }

  nav.mobile {
    display:block;
  }

  #nav li {
    display:block;
    margin-right:0;
  }

  #nav li a, 
  #nav li span {
    padding:3px 0;
  }

  #nav li.submenu ul {
    display:block;
    padding-left:20px;
  }

  .multicolumn #container {
    padding-left:0;
  }

  aside {
    margin-left:0;
    padding-top:45px;
    right:auto;
    border-top:1px solid #445051;
    width:100%;
  }

  aside, #main {
    float:none;
  }

  aside nav {
    display:none;
  }

  aside .mod_article:last-child {
    padding-bottom:0;
  }

  .layout_latest.last {
    margin-bottom:0;
  }

}

@media (max-width: 45em) { 

  h2 {
    font-size:1.7em;
    line-height:1.3;
  }

  h3, .toggler {
    font-size:1.2em;
  }

  h2 + h3 {
    margin-top:5px;
  }

  .mt30 {
    margin-top:20px !important;
  }

 /*------------------------------------------------------------------------*/

  .subcolumns .first, 
  .subcolumns .mod_colsetPart, 
  .subcolumns .sc_second, 
  .subcolumns > div {
    float:none;
    width:100%;
    margin:0;
  }

  .subcolumns .mod_colsetPart, 
  .subcolumns .sc_second {
    margin-top:0;
  }
  
  .subcolumns .subcl,
  .subcolumns .subcr,
  .subcolumns .subc {
    padding:0 !important;
  }

  .ym-grid .first,
  .ym-grid .ce_colsetStart,
  .ym-grid .ce_colsetPart,
  .ym-grid > div {
    float:none;
    width:100%;
    margin:0;
  }

  .ym-grid .ym-gbox-left,
  .ym-grid .ym-gbox,
  .ym-grid .ym-gbox-right {
    padding:0 !important;
  }

 /*------------------------------------------------------------------------*/

  .layout_latest .inside, 
  .layout_full .item {
    padding-left:15px;
    padding-right:15px;
    padding-bottom:15px;
  }

  .layout_full .item h3, 
  .layout_latest h3 {
    margin-top:5px;
  }

 /*------------------------------------------------------------------------*/

  .ce_colsetPart div[class*="sub"] > h4.ce_headline:first-child {
    margin-top:20px;
  }

  #projects, #docs {
    background-image:none;
    background-color:#f8f8f8;
    min-height:0;
  }

  .home .subcolumns .ce_image {
    display:none;
  }

  .mod_article, 
  .home .mod_article,
  .mod_article.wide .gap {
    padding-top:25px;
    padding-bottom:25px;
  }

  .mod_article.wide {
    padding-top:0;
    padding-bottom:0;
  }

 /*------------------------------------------------------------------------*/

  #member .member {
    position: static;
    width:100%;
    padding:25px 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color:transparent;
  }

  #member .member:after, 
  #member .member:before {
    display:none;
  }

  .ce_dlh_googlemaps {
    display:none;
  }

 /*------------------------------------------------------------------------*/

  .entry label, 
  .ce_form .entry label {
    display:block;
    width:100%;
  }

  .ce_form .entry label + input {
    width:100%;
  }

}

@media (max-width: 30em) { }

@media (orientation:portrait) and (orientation:portrait) { }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) { }

@media print {
  
  * {
    margin:0;
    padding:0;
    border:0;
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  
  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, font, img, ins, kbd, q, s, samp,
  small, strike, sub, sup, tt, var,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
  }
  
  img, object {
    display:block;
    margin:0;
    padding:0;
    border:0;
  }
  
  body {
    width:100%;
    text-align:left;
    margin:0;
    padding:0;
    font:11pt Arial, Helvetica, sans-serif;
    color:#000;
    background-color:#fff;
    background-image:none;
  }
  
 /*------------------------------------------------------------------------*/
  
 /**
  * Hide and reset
  */
  
  h1, h2, h3, h4, h5, h6 {
    font-weight:700;
    margin:0.75em 0 0.5em;
    text-align:left;
    page-break-after:avoid;
  }

  h1 {
    padding:0 0 0.5em;
    border-bottom:1px solid #ccc;
  }

  p {
    margin:0.5em 0;
    font-stretch:expanded;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  
  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content:" (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  
  img {
    padding:0.5em 0;
    max-width: 100% !important;
  }
  
 /*------------------------------------------------------------------------*/
  
  #header {
    width:auto;
    height:auto;
  }
  
  footer, 
  aside,
  nav,
  .pagination {
    display:none;
  }
  
  #main {
    float:none;
    width:auto;
    margin:0;
  }
  
  .subcolumns .first, 
  .subcolumns .mod_colsetPart, 
  .subcolumns .sc_second {
    float:none;
    width:100%;
    margin:0 !important;
  }
  
  .subcolumns .mod_colsetPart, 
  .subcolumns .sc_second {
    margin-top:0 !important;
  }
  
  .subcolumns .subcl,
  .subcolumns .subcr,
  .subcolumns .subc {
    padding:0 !important;
  }

 /*------------------------------------------------------------------------*/

  table {
    width:100%;
  }

}