/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations 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;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/*
 * Image replacement
 */
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    body {
        font-family: arial, sans-serif;
    }
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

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

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/**
 * Namics Responsive Liquid Grid 2012
 * @description Based on [1], [2] and [3].
 * [1] https://github.com/stubbornella/oocss
 * [2] http://960.gs/
 * [3] http://www.starbucks.com/static/reference/styleguide/grid_how_to.aspx
 * @author <eduard.seifert@namics.com>
 */

@media screen {
    /**
     * =CONTAINER
     */
    .container { margin: 0 auto; max-width: 960px; width: 100%; background-color: #fff; }
    
    /* Self Clearing Goodness */
    .container:before, .container:after { content: ''; display: table; }
    .container:after { clear: both; }
    .ie7 .container { * zoom: 1; }
    
    /**
     * =GRIDS
     */
    /* Lines */
    .line { clear: both; }
    .line:before, .line:after { content: " "; display: table; }
    .line:after { clear: both; }
    .line { * zoom: 1; }
    
    /* Units */
    .unit { position: relative; }
    .unit-right { position: relative; }
}


@media screen and (max-width: 480px) {
    /**
     * =GRIDS / =480
     */
    /* Units */
    /* Prevent border problem on narrow screen sizes */
    .unit,
    .unit-right {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .unit,
    .last-unit {
        clear: both;
        display: block;
        float: none;
        margin: 0;
        width: 100%; /* width: auto; */
    }
    /* Sizes */
}


@media screen and (min-width: 480px) {
    /**
     * =GRIDS / =480
     */
}

@media screen and (min-width: 600px) {
    /**
     * =GRIDS / =600
     */
    /* Units */
    .unit { float: left; }
    .unit-right { float: right; }
    /* Sizes */
    .size1of1 { width: 100%; }
    .size1of2 { width: 100%; }
    .size1of4 { width: 100%; }
    .size2of3 { width: 100%; }
    .size1of3 { width: 100%; }
}

@media screen and (min-width: 768px) {
    /**
     * =GRIDS / =768
     */
    /* Sizes */
    .size1of3 { width: 33.333333%; }
    .size2of3 { width: 66.666666%; }
    .size1of2 { width: 50%; }
    .size1of4 { width: 25%; }
    .size3of4 { width: 75%; }
    .size1of5 { width: 20%; }
    .size2of5 { width: 40%; }
    .size3of5 { width: 60%; }
    .size4of5 { width: 80%; }
    .size1of6 { width: 16.666667%; }
    .size5of6 { width: 83.333333%; }
    .size1of7 { width: 14.285714%; }
    .size-golden-a { width: 61.803398%; }
    .size-golden-b { width: 38.196602%; }
    
    /* Prefix for extra space before */
    .prefix1of2 { margin-left: 50%; }
    .prefix1of3 { margin-left: 33.333333%; }
    .prefix2of3 { margin-left: 66.666666%; }
    .prefix1of4 { margin-left: 25%; }
    .prefix3of4 { margin-left: 75%; }
    .prefix1of5 { margin-left: 20%; }
    .prefix2of5 { margin-left: 40%; }
    .prefix3of5 { margin-left: 60%; }
    .prefix4of5 { margin-left: 80%; }
    .prefix1of6 { margin-left: 16.666667%; }
    .prefix5of6 { margin-left: 83.333333%; }
    .prefix1of7 { margin-left: 14.285714%; }
    .prefix-golden-a { margin-left: 61.803398%; }
    .prefix-golden-b { margin-left: 38.196602%; }
    
    /* Suffix for extra space after */
    .suffix1of2 { margin-right: 50%; }
    .suffix1of3 { margin-right: 33.333333%; }
    .suffix2of3 { margin-right: 66.666666%; }
    .suffix1of4 { margin-right: 25%; }
    .suffix3of4 { margin-right: 75%; }
    .suffix1of5 { margin-right: 20%; }
    .suffix2of5 { margin-right: 40%; }
    .suffix3of5 { margin-right: 60%; }
    .suffix4of5 { margin-right: 80%; }
    .suffix1of6 { margin-right: 16.666667%; }
    .suffix5of6 { margin-right: 83.333333%; }
    .suffix1of7 { margin-right: 14.285714%; }
    .suffix-golden-a { margin-right: 61.803398%; }
    .suffix-golden-b { margin-right: 38.196602%; }
    
    /* Push space */
    .push1of2, .push1of3, .push2of3, .push1of4, .push3of4, .push1of5, .push2of5, .push3of5, .push4of5, .push1of6, .push5of6, .push1of7, .push-golden-a, .push-golden-b {
        position: relative;
    }
    .push1of2 { left: 50%; }
    .push1of3 { left: 33.333333%; }
    .push2of3 { left: 66.666666%; }
    .push1of4 { left: 25%; }
    .push3of4 { left: 75%; }
    .push1of5 { left: 20%; }
    .push2of5 { left: 40%; }
    .push3of5 { left: 60%; }
    .push4of5 { left: 80%; }
    .push1of6 { left: 16.666667%; }
    .push5of6 { left: 83.333333%; }
    .push1of7 { left: 14.285714%; }
    .push-golden-a { left: 61.803398%; }
    .push-golden-b { left: 38.196602%; }
    
    /* Pull space */
    .pull1of2, .pull1of3, .pull2of3, .pull1of4, .pull3of4, .pull1of5, .pull2of5, .pull3of5, .pull4of5, .pull1of6, .pull5of6, .pull1of7, .pull-golden-a, .pull-golden-b {
        position: relative;
    }
    .pull1of2 { left: -50%; }
    .pull1of3 { left: -33.333333%; }
    .pull2of3 { left: -66.666666%; }
    .pull1of4 { left: -25%; }
    .pull3of4 { left: -75%; }
    .pull1of5 { left: -20%; }
    .pull2of5 { left: -40%; }
    .pull3of5 { left: -60%; }
    .pull4of5 { left: -80%; }
    .pull1of6 { left: -16.666667%; }
    .pull5of6 { left: -83.333333%; }
    .pull1of7 { left: -14.285714%; }
    .pull-golden-a { left: -61.803398%; }
    .pull-golden-b { left: -38.196602%; }
    
    /* Centered Unit */
    .unit-centered { float: none; margin: 0 auto; }
}

@media screen and (min-width: 1024px) {
    /**
     * =CONTAINER
     */
    .container {
        max-width: 1024px;
    }
}

@media screen {
    .mod {
        margin: 0;
    }
    .mod .inner {
    }
    .bd,
    .ft,
    .hd {
        overflow: hidden;
        * overflow: visible;
        zoom: 1;
    }
}
@media screen {
    /**
     * =MEDIA OOCSS
     * @see http://stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code/
     */
    .media {
        display: block;
    }
    .media .left {
        float: left;
    }
    .media .right {
        float: right;
    }
    .media .img img {
        display: block;
    }
    .media,
    .media .bd {
        overflow: hidden;
        _overflow: visible;
        zoom: 1;
    }
}
/**
 * Reset based on normalize.css v1.0.1
 * @see git.io/normalize
 */
@media screen {
    /**
     * =HTML5 display definitions
     */
    /* Corrects 'block' display not defined in IE 6/7/8/9 and Firefox 3. */
    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    nav,
    section,
    summary {
        display: block;
    }

    /* Corrects 'inline-block' display not defined in IE 6/7/8/9 and Firefox 3. */
    audio,
    canvas,
    video {
        display: inline-block;
        *display: inline;
        *zoom: 1;
    }

    /* Prevents modern browsers from displaying 'audio' without controls. Remove excess height in iOS 5 devices. */
    audio:not([controls]) {
        display: none;
        height: 0;
    }

    /**
     * Addresses styling for 'hidden' attribute not present in IE 7/8/9, Firefox 3, and Safari 4.
     * Known issue: no IE 6 support.
     */
    [hidden] {
        display: none;
    }

}

@media screen {
    /**
     * [1] Prevents iOS text size adjust after orientation change, without disabling user zoom.
     */
    html {
        -webkit-text-size-adjust: 100%; /* [1] */
        -ms-text-size-adjust: 100%; /* [1] */
    }

    body {
        font-family: Arial, sans-serif;
        line-height: 1.35;
        margin: 0;
        font-size: 15px;
    }

    /**
     * HORIZONTAL RULE
     * A better looking default horizontal rule.
     */
    hr {
        display: block;
        border: 0 none;
        border-top: 1px solid #ececec;
        height: 1px;
        margin: 10px 0;
        padding: 0;
    }
  hr.hr-blue {
    border-color: #003366;
  }

    /**
     * =ICONS / =SPRITES
     */
    .icon {
        background: url(https://www.d-a.ch/da/Layout/Images/icons.png) no-repeat 0 0 transparent;
    }

    .icon-before:before {
        background: url(https://www.d-a.ch/da/Layout/Images/icons.png) no-repeat 0 0 transparent;
        content: "";
        float: left;
    }

}

@font-face {
    font-family: 'Bliss Bold';
    src: url('https://www.d-a.ch/da/layout/fonts/bliss/klblb___-webfont.eot');
    src: url('https://www.d-a.ch/da/layout/fonts/bliss/klblb___-webfont.eot?#iefix') format('embedded-opentype'),
    /*url('https://www.d-a.ch/da/layout/fonts/bliss/klblb___-webfont.woff2') format('woff2'),*/
    url('https://www.d-a.ch/da/layout/fonts/bliss/klblb___-webfont.woff') format('woff'),
    url('https://www.d-a.ch/da/layout/fonts/bliss/klblb___-webfont.ttf') format('truetype'),
    url('https://www.d-a.ch/da/layout/fonts/bliss/klblb___-webfont.svg#kl_bliss_boldbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bliss Regular';
    src: url('https://www.d-a.ch/da/layout/fonts/bliss/klblrg__-webfont.eot');
    src: url('https://www.d-a.ch/da/layout/fonts/bliss/klblrg__-webfont.eot?#iefix') format('embedded-opentype'),
    /*url('https://www.d-a.ch/da/layout/fonts/bliss/klblb___-webfont.woff2') format('woff2'),*/
    url('https://www.d-a.ch/da/layout/fonts/bliss/klblrg__-webfont.woff') format('woff'),
    url('https://www.d-a.ch/da/layout/fonts/bliss/klblrg__-webfont.ttf') format('truetype'),
    url('https://www.d-a.ch/da/layout/fonts/bliss/klblrg__-webfont.svg#kl_bliss_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@media screen {
    /**
     * =TYPOGRAPHY
     */
    /* Addresses style set to 'bolder' in Firefox 3+, Safari 4/5, and Chrome */
    b,
    strong {
        font-weight: bold;
    }

    em,
    i {
        font-style: italic;
    }

    u {
        text-decoration: underline;
    }

    /* Addresses styling not present in IE 7/8/9, Safari 5, and Chrome */
    abbr,
    abbr[title] {}

    abbr:hover,
    abbr:focus,
    abbr[title]:hover,
    abbr[title]:focus {
        cursor: help;
    }

    /**
     * =QUOTES
     */
    blockquote {
        font-weight: bold;
        padding: 10px;
        margin: 0;
    }

    blockquote:before {
        content: "„";
    }

    blockquote:after {
        content: "”";
    }

    /* Addresses CSS quotes not supported in IE 6/7 */
    q {
        quotes: none;
    }

    /* Addresses `quotes` property not supported in Safari 4 */
    q:before,
    q:after {
        content: '';
        content: none;
    }

    /* Addresses inconsistent and variable font size in all browsers */
    small { }

    /* Prevents 'sub' and 'sup' affecting 'line-height' in all browsers */
    sub,
    sup {
        line-height: 0;
        position: relative;
        vertical-align: baseline;
    }

    sup {
        top: -0.5em;
    }

    sub {
        bottom: -0.25em;
    }

    /* Addresses styling not present in Safari 5 and Chrome */
    dfn {
        font-style: italic;
    }

    /* Addresses styling not present in IE 6/7/8/9 */
    mark {
        /* background: #ff0; */
        /* color: #000; */
    }

    /* Corrects font family set oddly in IE 6, Safari 4/5, and Chrome. */
    code,
    kbd,
    pre,
    samp {
        font-family: monospace, serif;
        _font-family: 'courier new', monospace;
        font-size: 1em;
    }

    /* Improves readability of pre-formatted text in all browsers. */
    pre {
        white-space: pre;
        white-space: pre-wrap;
        word-wrap: break-word;
    }

    /**
     * =HYPHENATION
     * @see http://html5please.com/#hyphens
     * @see http://blog.kenneth.io/blog/2012/03/04/word-wrapping-hypernation-using-css/
     * @see http://caniuse.com/css-hyphens
     */
    p {
        /* Cross browser solution */
        word-break: normal;
        -ms-word-break: normal;
        /* Non standard for webkit */
        word-break: break-word;
        /* CSS hyphens */
        hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        -webkit-hyphens: auto;
        margin: 0 0 20px 0;
    }

    /**
     * =PROJECT SPECIFIC STYLES
     */
    .intro {
        font-weight: bold;
    }
}

@media screen {

    /* General */
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0;
    }
    
    /* Specific headline styles */
    .h1 {
        font-family: "Bliss Regular", 'Gill Sans', Calibri, 'Helvetica Neue', Arial, sans-serif;
        font-size-adjust:0.47;
        font-style:normal;
        font-weight: normal;
        font-size: 2em;
        margin-bottom: 20px;
    }
    .h2 {
        font-family: "Bliss Regular", 'Gill Sans', Calibri, 'Helvetica Neue', Arial, sans-serif;
        font-size-adjust:0.47;
        font-style:normal;
        font-weight: normal;
        font-size: 1.6em;
    }
    .h3 {
        font-size: 1em;
        font-weight: bold;
    }
    .h4 {
        font-size: 1em;
        font-weight: bold;
    }
    .h5 {
    }
    .h6 {
    }
    .leading {}
}

@media print {
    /* Specific headline styles */
    .h1 {
        font-family: "Bliss Regular", 'Gill Sans', Calibri, 'Helvetica Neue', Arial, sans-serif;
        font-size-adjust:0.47;
        font-style:normal;
        font-weight: normal;
        font-size: 2em;
        margin-bottom: 20px;
    }
    .h2 {
        font-family: "Bliss Regular", 'Gill Sans', Calibri, 'Helvetica Neue', Arial, sans-serif;
        font-size-adjust:0.47;
        font-style:normal;
        font-weight: normal;
        font-size: 1.6em;
    }
    .h3 {
        font-family: Arial, sans-serif;
        font-size: 1em;
        font-weight: bold;
    }
    .h4 {
        font-family: Arial, sans-serif;
        font-size: 1em;
        font-weight: bold;
    }
}

@media screen {
    /**
     * =LINKS GENERAL
     */
    /* General */
    a,
    a:link,
    .link{
        color: #003366;
        text-decoration: none;
    }
    /* Target all visted links */
    a:visited {}
    
    /* Targets links when hovered or activated / focus added for keyboard support */
    a:hover,
    a:focus,
    a:active {
        color: #003366;
    }

    /* Improves readability when focused and also mouse hovered in all browsers */
    a:active,
    a:hover {
        outline: 0;
    }

    /**
     * =FOCUS
     * @note remember to define focus styles!
     */
    /* Addresses 'outline' inconsistency between Chrome and other browsers */
    a:focus {
        /* outline: thin dotted; */
        outline: 0;
    }
    
    /**
     * =EXTERNAL LINKS
     * External Links: a[href^='http://'] {}
     * Reset for own domain: a[href^='http://www.domain.de'], a[href^='http://domain.de'] {}
     */
    
    /**
     * =MORE LINK
     */
    .more,
    .more:link {
        border: 0 none;
        display: inline-block;
    }
    .more:after {
        content: "»";
        padding-left: 3px;
    }

    /**
     * Navigation Links
     */
    .navlinklist a {
        color: #004280;
        display: block;
        line-height: 1.2;
        margin-top: 6px;
        padding: 3px 5px 3px 15px;
        background: url(https://www.d-a.ch/da/Layout/Images/sprite.png) 5px 8px no-repeat transparent;
    }

    .navlinklist a:hover {
        background-color: #004582;
        background-position: 5px -67px;
        color: #ffffff;
    }

    /**
    * Backlinks
    */
    .backlink {
        float: right;
        margin-top: -40px;
        padding: 10px 0 10px 20px;
        background: url("https://www.d-a.ch/da/Layout/Images/sprite.png") 9px -1635px no-repeat;
        font-weight: bold;
    }
    h1.leading + .backlink {
        margin-top: -55px;
    }
    .backlink:hover,
    .backlink:active,
    .backlink:focus {
        text-decoration: underline;
    }
}
@media screen and (max-width: 480px) {
    .backlink, h1.leading + .backlink {
        float: none;
        display: block;
        margin-top: 0;
    }
}
@media print {
    .backlink {
        display: none;
    }
}
@media screen {
    /**
     * =BUTTONS
     */
    /* Targets all unvisited links */
    .button, .ui-button.ui-state-default, .mod-form .ui-button.ui-state-default,
    .button:link, .ui-button:link {
        display: inline-block;
        padding: 4px 20px;

        background-color: #003366;

        border: 1px solid #000;
        border-radius: 4px;
        box-shadow: 2px 2px 5px #c4c4c4, inset 1px 1px 1px #00457e;

        font-family: "Bliss Regular", 'Gill Sans', Calibri, 'Helvetica Neue', Arial, sans-serif;
        color: #fff;
        font-size: 1.333em;
        text-shadow: none;
    }
    /* Target all visted links */
    .button:visited, .ui-button:visited {
        color: #fff;
    }
    /* Targets links when hovered or activated / focus added for keyboard support */
    .button:hover, .ui-button:hover, .ui-button.ui-state-hover, .mod-form .ui-button.ui-state-hover,
    .button:focus, .ui-button:focus, .ui-button.ui-state-focus, .mod-form .ui-button.ui-state-focus,
    .button:active, .ui-button:active {
        border-radius: 4px;
        background: #004a93; /* Old browsers */
        background: -moz-linear-gradient(top, #004a93 0%, #00366d 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004a93), color-stop(100%,#00366d)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #004a93 0%,#00366d 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #004a93 0%,#00366d 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #004a93 0%,#00366d 100%); /* IE10+ */
        background: linear-gradient(to bottom, #004a93 0%,#00366d 100%); /* W3C */
        box-shadow: none;
        color: #fff;
    }
    /* Targets all visited links on hover (combination possible) */
    .button:visited:hover, .ui-button:visited:hover {
        color: #fff;
    }


    /**
     * =BUTTONLINK
     */
    .buttonlink a {
        background-color: #658b8c;
        border: 0 none;
        color: #fff;
        display: inline-block;
        font-weight: bold;
        padding: 5px 15px;
    }
    .buttonlink a:visited {
        color: #fff;
    }
    .buttonlink a:hover,
    .buttonlink a:focus,
    .buttonlink a:active {
        background: #c5925f;
        color: #fff;
    }
    .buttonlink a:visited:hover {
        color: #fff;
    }
}

@media screen {
    /**
     * =LISTS
     */
    /* Addresses margins and paddings set differently in IE 6/7. */
    menu,
    dl, dd,
    ol, ul {
        margin: 0;
        padding: 0;
    }
    ol, ul {
        list-style: none outside;
    }

    /* Corrects list images handled incorrectly in IE 7. */
    nav ul,
    nav ol {
        list-style: none;
        list-style-image: none;
    }

    /* Nested lists */
    ol ol,
    ul ul {
        margin: 0;
        margin-left: 20px;
    }

    /**
     * =SQUARE, =CIRCLE, =DISC, =BULLET
     */
    ul.square,
    ul.circle,
    ul.disc,
    ul.bullet {
        margin: 10px 0 30px 20px;
    }
    ul.square, ul.square ul {
        list-style: square outside;
    }
    ul.circle, ul.circle ul {
        list-style: circle outside;
    }
    ul.disc, ul.disc ul {
        list-style: disc outside;
    }
    ul.bullet, ul.bullet ul {
        margin-left: 7px;
    }
    ul.bullet li {
        background: url("https://www.d-a.ch/da/Layout/Images/sprite.png") no-repeat scroll 0 -1718px transparent;
        padding: 0 0 0 10px;
    }
    ul.bullet ul li {
        background-position: 0 -1793px;
    }
    
    /**
     * =DECIMAL
     */
    ol.decimal {
        list-style: decimal;
        margin: 10px 0 30px 20px;
    }
    
    /**
     * =LINKLIST
     */
    /* Internal links */
    ul.linklist {
        margin: 0 0 20px 0;
    }
    ul.linklist a {
        background: url("https://www.d-a.ch/da/Layout/Images/sprite.png") no-repeat transparent;
        border: 0 none;
    }
    ul.linklist li {
        margin: 9px 0;
        padding: 0;
    }
    ul.linklist li a {
        background-position: 2px 6px;
        display: inline-block;
        padding: 0 0 0 15px;
    }
    ul.linklist a:hover,
    ul.linklist a:active,
    ul.linklist a:focus {
        background-position: 2px 6px;
    }
    /* External links */
    ul.linklist .external a {
        background-position: 2px 6px;
    }
    ul.linklist .external a:hover,
    ul.linklist .external a:active,
    ul.linklist .external a:focus {
        background-position: 2px 6px;
    }

    /**
     * =DEFINITION LIST
     */
    dl.floatinglist {
        overflow: hidden;
        margin-bottom: 20px;
    }
    dl.floatinglist dt {
        float: left;
        padding-right: 20px;
    }
    dl.floatinglist dd {
        overflow: hidden;
    }
    
    /**
     * =DOWNLOADLIST
     */
    ul.downloadlist {
        margin: 0 0 20px 0;
    }
    ul.downloadlist .file {
        padding: 0;
        margin: 9px 0;
    }
    ul.downloadlist .file a {
        background: url(https://www.d-a.ch/da/Layout/Images/sprite.png) no-repeat scroll 0 -442px transparent;
        display: inline-block;
        padding: 0 0 0 15px;
    }
    ul.downloadlist .file a:hover,
    ul.downloadlist .file a:active,
    ul.downloadlist .file a:focus {
        background-position: 0 -442px;
    }
    ul.downloadlist .fileinfo {}

    /**
     * =RADIOLIST
     */
    /* Radio links */
    ul.radiolist li {

    }
    ul.radiolist .item {
        display: block;
        margin-bottom: 12px;
    }
    ul.radiolist .item .icon {
        float: left;
        width: 24px;
        height: 24px;
        margin-right: 4px;
        background: url(https://www.d-a.ch/da/Layout/Images/radio.png) no-repeat scroll 0 0 transparent;
    }
    ul.radiolist .item.active .icon {
        background-position: 0 -50px;
    }
}
@media screen and (max-width: 480px) {
    ul.bullet {
        margin-left: 25px;
    }
    ul.bullet li {
        list-style: disc;
        background: none;
        padding: 0 0 0 0;
    }
}

@media screen {
    /**
     * =IMAGES
     */
    /* Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11. */
    figure {
        margin: 0;
    }

    /**
     * [1] Removes border when inside 'a' element in IE 6/7/8/9 and Firefox 3.
     * [2] Prevent border-problem!
     * [3] Improves image quality when scaled in IE 7.
     * [4] Remove the gap between images and the bottom of their containers: h5bp.com/i/440
     */
    img {
        border: 0; /* [1] */
        -moz-box-sizing: border-box; /* [2] */
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: auto;
        -ms-interpolation-mode: bicubic; /* [3] */
        vertical-align: middle; /* [4] */
        /* width: 100%; */
    }

    /* Corrects overflow displayed oddly in IE 9. */
    svg:not(:root) {
        overflow: hidden;
    }

}

@media screen {
    /**
     * =FLASH/VIDEO
     */
    object,
    embed,
    video {
        height: auto;
        max-width: 100%;
    }

    /**
     * =IFRAMES
     */
    iframe {
        /* prevent border-problem! */
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        max-width: 100%;
        /* height: auto; */
        width: 100%;
    }
}

@media screen {
    /**
     * =FORMS
     */

    /* Corrects margin displayed oddly in IE 6/7. */
    form { margin: 0; }

    /**
     * Remove default fieldset styles.
     * Define consistent border, margin, and padding.
     */
    fieldset {
        border: 0 none;
        margin: 0;
        padding: 0;
    }

    /**
     * [1] Corrects color not being inherited in IE 6/7/8/9.
     * [2] Corrects text not wrapping in Firefox 3.
     * [3] Corrects alignment displayed oddly in IE 6/7.
     */
    legend {
        border: 0; /* [1] */
        padding: 0;
        white-space: normal; /* [2] */
        *margin-left: -7px; /* [3] */
    }

    /**
     * [1] Corrects font size not being inherited in all browsers.
     * [2] Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5, and Chrome.
     * [3] Improves appearance and consistency in all browsers.
     */
    button,
    input,
    select,
    textarea {
        font-size: 100%; /* [1] */
        margin: 0; /* [2] */
        vertical-align: baseline; /* [3] */
        *vertical-align: middle; /* [3] */
    }

    /* Addresses Firefox 3+ setting 'line-height' on 'input' using '!important' in the UA stylesheet. */
    button,
    input {
        line-height: normal;
    }

    /**
     * [1] Avoid the WebKit bug in Android 4.0.* where (2) destroys native 'audio' and 'video' controls.
     * [2] Corrects inability to style clickable 'input' types in iOS.
     * [3] Improves usability and consistency of cursor style between image-type 'input' and others.
     * [4] Removes inner spacing in IE 7 without affecting normal text inputs. Known issue: inner spacing remains in IE 6.
     */
    button,
    html input[type="button"], /* [1] */
    input[type="reset"],
    input[type="submit"] {
        -webkit-appearance: button; /* [2] */
        cursor: pointer; /* [3] */
        *overflow: visible; /* [4] */
    }

    /* Re-set default cursor for disabled elements. */
    button[disabled],
    input[disabled] {
        cursor: default;
    }

    /**
     * [1] Addresses box sizing set to content-box in IE 8/9.
     * [2] Removes excess padding in IE 8/9.
     * [3] Removes excess padding in IE 7. Known issue: excess padding remains in IE 6.
     */
    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box; /* [1] */
        padding: 0; /* [2] */
        *height: 13px; /* [3] */
        *width: 13px; /* [3] */
    }

    /**
     * [1] Addresses 'appearance' set to 'searchfield' in Safari 5 and Chrome.
     * [2] Addresses '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;
    }

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

    /* Removes inner padding and border in Firefox 3+. */
    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

    /**
     * [1] Removes default vertical scrollbar in IE 6/7/8/9.
     * [2] Allow only vertical resizing of textareas.
     * [3] Improves readability and alignment in all browsers.
     */
    textarea {
        overflow: auto; /* [1] */
        resize: vertical; /* [2] */
        vertical-align: top; /* [3] */
    }

    /* Addresses 'font-family' inconsistency between 'textarea' and other form elements. */
    html,
    button,
    input,
    select,
    textarea {
        font-family: sans-serif;
    }

    input, select, textarea {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    label {
        cursor: pointer;
    }
}

@media screen {
    /**
     * =TABLES
     */
    table {
        border-collapse: collapse;
        width: 100%;
    }
    td,
    th {
        padding: .5em;
        vertical-align: top;
    }
    th {
        font-weight: normal;
    }
    thead tr {
        background: none;
        font-weight: normal;
    }
}

@media screen {
    .bg-darkblue {
        background-color: #003366;
    }
    .bg-lightgrey {
        background-color: #CBCBCB;
    }
    .bg-white {
        background-color: #FFFFFF;
    }
}

@media screen {
    /**
     * =TOOLS AND HELPERS
     */
    /**
     * =MESSAGE BOXES
     */
    .message-info,
    .message-success,
    .message-warning,
    .message-error,
    .message-validation {
        border: 1px solid;
        margin-right: 5px;
        padding: 0 5px;
    }
    .message-info a,
    .message-success a,
    .message-warning a,
    .message-error a,
    .message-validation a {
        text-decoration: underline;
    }
    .message-info {
        background: #bde5f8;
        color: #00529b;
    }
    .message-info a {
        color: #00529b;
    }
    .message-success {
        background: #dff2bf;
        color: #4f8a10;
    }
    .message-success a {
        color: #4f8a10;
    }
    .message-warning {
        background: #feefb3;
        color: #9f6000;
    }
    .message-warning a {
        color: #9f6000;
    }
    .message-error {
        background: #ffbaba;
        color: #d8000c;
    }
    .message-error a {
        color: #d8000c;
    }
    .message-validation {
        background: #ffccba;
        color: #d63301;
    }
    .message-validation a {
        color: #d63301;
    }
}
@media print {
    /**
     * =PRINT STYLES
     */
}
@media screen {
    /**
     * =DEBUG
     */
    .debug {
        background-color: #FFBABA;
        border: 1px solid;
        color: #d8000c;
        -moz-border-radius: .4em;
        -webkit-border-radius: .4em;
        border-radius: .4em;
    }
    /**
     * =DIAGNOSTICS
     */
}
@media screen {
    /**
     * =LAYOUT
     */
    /**
     * =TEXT ALIGNMENT
     */
    .l-ta-center {
        text-align: center !important;
    }
    .l-ta-left {
        text-align: left !important;
    }
    .l-ta-right {
        text-align: right !important;
    }
    .l-ta-justify {
        text-align: justify !important;
    }
    /**
     * =FLOATS
     */
    .l-fleft {
        float: left;
    }
    .l-fright {
        float: right;
    }
    
    /**
     * =SIZES / =WIDTHS
     * @note Used in modTable for <col> widths
     */
    .l-w10 {
        width: 10%
    }
    .l-w15 {
        width: 15%
    }
    .l-w20 {
        width: 20%
    }
    .l-w25 {
        width: 25%
    }
    .l-w30 {
        width: 30%
    }
    .l-w33 {
        width: 33.333%
    }
    .l-w35 {
        width: 35%
    }
    .l-w40 {
        width: 40%
    }
    .l-w49 {
        width: 49%
    }
    .l-w50 {
        width: 50%
    }
    .l-w60 {
        width: 60%
    }
    .l-w66 {
        width: 66.666%
    }
    .l-w70 {
        width: 70%
    }
    .l-w75 {
        width: 75%
    }
    .l-w80 {
        width: 80%
    }
    .l-w90 {
        width: 90%
    }
    /**
     * box-sizing
     * @note Apply a natural box layout model to selected elements
     */
    .l-border-box * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    .l-content-box * {
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

    /**
     * =DISPLAY
     */
    .l-inline {
        display: inline;
    }
    .l-block {
        display: block;
    }

    /**
     * Layout Definition
     */
    .content-home,
    .content {
        padding:0 42px;
    }
    .content {
        padding-top: 25px;
    }
    .content-home {
        position: relative;

        background-repeat: no-repeat;
		background-color: #fff;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .content-home-bg {

        position: absolute;

        top: 0;
        left: 0;
        height: 100%;
        width: 100%;

        opacity: 0;
        background-repeat: no-repeat;
        /*background-position: 0 0;*/

        background-size: cover;
        background-position: center center;

        -webkit-transition: opacity 400ms ease-in;
        -moz-transition: opacity 400ms ease-in;
        -o-transition: opacity 400ms ease-in;
        transition: opacity 400ms ease-in;
    }

    .ie8 .content-home-bg {
        overflow: hidden;
    }
    .ie8 .content-home-bg img {
        height: 100%;margin-left: 50%;position: relative;
    }

    .content-home-loaded {
        opacity: 1;
    }

    .content .line,
    .content-home .line {
        margin: 0 -10px;
    }
    .content .unit,
    .content-home .unit {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 10px;
    }
    .content .no-space-unit {
        padding:0;
    }
    .content .unit[class*='push'] {
        margin-left: -10px;
    }
    .content-home .teaser-line {
        padding-bottom: 140px;
    }

    .content-home .teaser-line-bw {
        padding-bottom: 40px;
    }

    .content-home .teaser-line .unit {
        background: transparent;
    }
    .content-home .teaser-line .unit:first-child {
        background-repeat: repeat-y;
        background-position: right;
    }
    .content-home .teaser-line .last-unit {
        background-repeat: repeat-y;
        background-position: left;
    }
    .content .teaser-line {
        margin-bottom: 20px;
    }
    .content .eventdetail-line {
        margin-bottom: 20px;
    }
    .content .eventdetail-line h2 {
        padding-bottom: 15px;
    }
    .content .eventdetail-line img {
        width: 100%;
    }

}

@media screen and (max-width: 768px) {
    .content-home {
        background-color: #e1e1e1;
    }
    .content-home,
    .content {
        padding: 15px;
    }
    .content .line,
    .content-home .line {
        margin: 0;
    }
    .content .unit,
    .content-home .unit {
        padding: 0;
    }
    .content-home .teaser-line {
        padding-bottom: 0;
    }
    .content-home .teaser-line,
    .content .teaser-line {
        margin: 0 -10px;
    }
    .teaser-line .unit {
        width: 50%;
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .content-home .teaser-line .unit,
    .content-home .teaser-line .unit:first-child,
    .content-home .teaser-line .last-unit {
        background: transparent;
    }
}

@media screen and (max-width: 600px) {
    .teaser-line .unit {
        float: left;
        clear: none;
    }
}

@media screen and (max-width: 480px) {
    .teaser-line .unit {
        width: 100%;
    }
    .content-home .teaser-line {
    }
    .content .teaser-line {
    }
}

/*! fancyBox v2.1.3 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #fff;
    color: #444;
    text-shadow: none;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url(https://www.d-a.ch/da/Layout/Images/fancybox_sprite.png);
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(https://www.d-a.ch/da/Layout/Images/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -12px;
    right: -16px;
    width: 37px;
    height: 37px;
    cursor: pointer;
    z-index: 8040;
    background: transparent url("https://www.d-a.ch/da/Layout/Images/sprite.png") 0 -975px no-repeat;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(https://www.d-a.ch/da/Layout/Images/blank.gif); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: -10px;
    background: transparent url("https://www.d-a.ch/da/Layout/Images/sprite.png") 0 -3075px no-repeat;
}
.fancybox-next span {
    right: -10px;
    background: transparent url("https://www.d-a.ch/da/Layout/Images/sprite.png") 0 -3150px no-repeat;
}



.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(https://www.d-a.ch/da/Layout/Images/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}
@media screen {
    /**
     * jQuery FlexSlider v2.1
     * @see http://www.woothemes.com/flexslider/
     * @copyright 2012 WooThemes
     * @license GPLv2 license | http://www.gnu.org/licenses/gpl-2.0.html
     * @author Tyler Smith (@mbmufffin)
     * @note Custom standard styles for FSMaster <eduard.seifert@namics.com>
     */
    /* Browser Resets */
    .flex-container a:active,
    .flexslider a:active,
    .flex-container a:focus,
    .flexslider a:focus {
        outline: none;
    }

    .slides,
    .flex-control-nav,
    .flex-direction-nav {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    /* FlexSlider Necessary Styles */
    .flexslider {
        margin: 0;
        padding: 0;
    }

    /* Hide the slides before the JS is loaded. Avoids image jumping */
    .flexslider .slides > li {
        display: none;
        -webkit-backface-visibility: hidden;
    }

    .flexslider .slides img {
        width: 100%;
        display: block;
    }

    .flex-pauseplay span {
        text-transform: capitalize;
    }

    /* Clearfix for the .slides element */
    .slides:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    html[xmlns] .slides {
        display: block;
    }

    * html .slides {
        height: 1%;
    }

    /* No JavaScript Fallback */
    /* If you are not using another script, such as Modernizr, make sure you
     * include js that eliminates this class on page load */
    .no-js .slides > li:first-child {
        display: block;
    }
}

@media screen {
    /**
     * jQuery ToolTip
     * @section jQuery ToolTip
     * @see http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/
     */
    #tooltip {
        background-color: #F3F3F3;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 2px 2px 3px #A0A0A0;
        -moz-box-shadow: 2px 2px 3px #A0A0A0;
        box-shadow: 2px 2px 3px #A0A0A0;
        padding: 10px;
        position: absolute;
        text-transform: none;
        width: 350px;
        z-index: 3000;
    }
    #tooltip .media img {
        margin-right: 10px;
    }
}

h3 {
  font-family: "Bliss Regular", Calibri, "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
}

@media screen {
  article .h3 {
    margin-bottom: 20px;
  }
}