body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
/* * * * * * * * * * Header * * * * * * * * * */

/* Header: unterer Rahmen */
header {
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #dbdbdb;
}

/* Header: Bereich für das Logo (500 x 215 px) */
header #logo {
    height: 40px;
    margin: auto;
    width: 95px;
}

/* Header: Logo als Blockelement und Grösse definieren */
header #logo img {
    display: block;
    width: 100%;
}

/* Oberer Abstand des Containers */
#container {
    margin-top: 20px;
}


/* * * * * * * * * * Footer * * * * * * * * * */

footer {
    background-color: #2c3443;
    border-top: 1px solid #04192c;
    font-size: 0.8rem;
    margin-top: 100px;
    padding-bottom: 50px;
}

/* oberen und unteren Abstand festlegen */
#wrapper-footer {
    padding-top: 20px;
    padding-bottom: 30px;
}

#wrapper-footer > div.inside {
    margin-left: 10px;
    margin-right: 10px;
}


/* * * * * * * * * * Schrift * * * * * * * * * */

/* Schriftgrösse und Silbentrennung im Inhaltsbereich */
main div.inside {
    font-size: 100%;
    line-height: 1.7em;
    font-weight: normal;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

/* Abstände in der linken Spalte (falls diese im Seiten-Layout konfiguriert ist) */
aside#left div.inside {
    margin-top: 68px;
    padding-right: 40px
}

/* Allen Inhaltselementen einen Aussenabstand zuweisen */
.mod_article *[class*="ce_"],
.mod_article *[class*="mod_"] {
    margin-right: 10px;
    margin-left: 10px;
}


/* * * * * * * * * * Schriftart und Schriftfarbe * * * * * * * * * */

/* roboto-condensed-300 - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    src: local(''),
    url('../../files/themes/uri/fonts/roboto-condensed-v19-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../../files/themes/uri/fonts/roboto-condensed-v19-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-condensed-300italic - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 300;
    src: local(''),
    url('../../files/themes/uri/fonts/roboto-condensed-v19-latin-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../../files/themes/uri/fonts/roboto-condensed-v19-latin-300italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-condensed-regular - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: local(''),
    url('../../files/themes/uri/fonts/roboto-condensed-v19-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../../files/themes/uri/fonts/roboto-condensed-v19-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-condensed-italic - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 400;
    src: local(''),
    url('../../files/themes/uri/fonts/roboto-condensed-v19-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../../files/themes/uri/fonts/roboto-condensed-v19-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-condensed-700 - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: local(''),
    url('../../files/themes/uri/fonts/roboto-condensed-v19-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../../files/themes/uri/fonts/roboto-condensed-v19-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-condensed-700italic - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 700;
    src: local(''),
    url('../../files/themes/uri/fonts/roboto-condensed-v19-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../../files/themes/uri/fonts/roboto-condensed-v19-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body {
    font: 100% 'Roboto Condensed';
    color: #262626;
}


/* * * * * * * * * * Elemente * * * * * * * * * */

/* * * * * * * * * * Überschriften * * * * * * * * * */

/* Ebene 1 */
h1 {
    margin-top: 1.5em;
    margin-bottom: .5em;
    font-size: 200%;
    line-height: 1em;
    font-weight: bold;
}

/* Ebene 2 */
h2 {
    margin-top: 3em;
    padding-bottom: .5em;
    border-bottom: 1px solid #dbdbdb;
    font-size: 100%;
    font-weight: bold;
}

/* Ebene 2 im Footer */
footer h2 {
    border-bottom: 0;
}

/* Ebene 3 */
h3 {
    margin-top: 2em;
    margin-bottom: .5em;
    padding: 0;
    font-size: 1rem;
    font-weight: bold;
}

/* Ebene 3 - Abstand direkt nach einer H2-Überschrift verkleinern */
h2 + div > h3,
h2 + h3 {
    margin-top: 0;
}


/* * * * * * * * * * Text * * * * * * * * * */

/* Abstände bei Absätzen */
p {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}


/* * * * * * * * * * Listen * * * * * * * * * */

/* Abstände von Block-Elementen entfernen */
ul,
li {
    margin: 0;
    padding: 0;
}

/* Aufzählungszeichen und unterer Abstand */
ul {
    list-style-type: square;
}

/* Linker Abstand */
li {
    margin-left: 2em;
}

/* * * * * * * * * * Links * * * * * * * * * */

a {
    text-decoration: none;
    color: #ca0e39;
}

a.ohnelink {
    color: #262626;
}

a:hover {
    text-decoration: underline;
}

a.ohnelink:hover {
    text-decoration: none;
}

/* Elemente: Bilder als Block (ohne unteren Abstand) darstellen */
img {
    display: block;
}


/* * * * * * * * * * Links mit Symbolen * * * * * * * * * */

/* Grösse, Abstände und Farbe */
div.ce_download a,
div.ce_downloads a,
div.ce_hyperlink a,
div.download a,
div.link > a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 38px;
    vertical-align: baseline;
    background-repeat: no-repeat;
    line-height: 40px;
    text-decoration: none;
    color: #262626;
    background-size: 30px;
    background-position: left center;
}

/* Farbe (Hover) */
div.ce_download a:hover,
div.ce_downloads a:hover,
div.ce_hyperlink a:hover,
div.download a:hover,
div.link > a:hover {
    color: #ffd401;
}

/* Formatierung der Dateigrösse */
div.ce_download a span,
div.ce_downloads a span {
    font-size: 70%;
}

/* Liste: Abstände und Listensymbol */
div.ce_downloads ul {
    margin: 0;
    list-style-type: none;
}

/* Listenelemente: Abstände */
div.ce_downloads ul li {
    margin: 0;
}


/* * * * * * * * * * * * * * * * * * * * Media Queries * * * * * * * * * * * * * * * * * * * */

@media (min-width: 768px) {

    /* Header: Bereich für das Logo */
    header #logo {
        float: left;
        height: 80px;
        margin-left: 0;
        width: 190px;
    }

    /* Struktur: Begrenzung der Gesamtbreite und zentrierte Ausrichtung */
    #wrapper,
    #wrapper-header,
    #wrapper-footer {
        width: 744px;
        margin: 0 auto;
    }

    /* Struktur: Aussenabstand links und rechts */
    #wrapper-header .inside {
        margin-right: 10px;
        margin-left: 10px;
    }
}

@media (min-width: 960px) {

    /* Struktur: Begrenzung der Gesamtbreite */
    #wrapper,
    #wrapper-header,
    #wrapper-footer {
        width: 960px;
    }
}

@media (min-width: 1200px) {

    /* Struktur: Begrenzung der Gesamtbreite */
    #wrapper,
    #wrapper-header,
    #wrapper-footer {
        width: 1200px;
    }
}

/* * * * * * * * * * Navigation * * * * * * * * * */

/* Listensymbol für alle Navigationselemente deaktivieren */
nav ul {
    list-style-type: none;
}

/* Abstände zurücksetzen */
nav li {
    margin: 0;
    padding: 0;
    text-align: left;
}


/* * * * * * * * * * Hauptnavigation (Ebenen 1 und 2) * * * * * * * * * */

/* Hintergrundfarbe */
#hauptnavigation {
    margin-top: 10px;
    background-color: #767676;
}

/* Ebene 1: Elemente als Block, mit Innenabständen und ohne Unterstreichung */
#hauptnavigation a,
#hauptnavigation strong {
    display: block;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    text-decoration: none;
}

/* Ebene 1: Schriftgrösse und Schriftstil */
#hauptnavigation ul.level_1 > li {
    border-top: 1px solid #dbdbdb;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

/* Ebene 1: Schriftfarbe */
#hauptnavigation ul.level_1 > li > a,
#hauptnavigation ul.level_1 > li > strong {
    color: #dbdbdb;
    font-weight: bold;
}

/* Ebene 1: Schriftfarbe (Hover) */
#hauptnavigation ul.level_1 > li > a:focus,
#hauptnavigation ul.level_1 > li > a:hover,
#hauptnavigation ul.level_1 > li > a.trail,
#hauptnavigation ul.level_1 > li > strong.active,
#hauptnavigation ul.level_1 > li > strong.forward {
    background-color: #767676;
    color: #ffffff;
}

/* Ebene 2: ausblenden */
#hauptnavigation ul.level_2 {
    display: none;
}


/* * * * * * * * * * Navigation Service (Header) * * * * * * * * * */

/* Liste mit den Navigationselementen */
header nav.mod_customnav ul {
    float: right;
    list-style-type: none;
    padding: 0;
    width: auto;
}

/* Listenelemente nebeneinander ausrichten */
header .mod_customnav li {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/* Inhalte der einzelnen Navigationselemente */
header .mod_customnav a,
header .mod_customnav strong {
    color: #767676;
    display: block;
    font-size: 80%;
    font-weight: normal;
    line-height: 1.7em;
    margin-right: 2em;
    text-decoration: none;
}

/* Rechten Abstand für das letzte Navigationselements entfernen */
header nav.mod_customnav li a.last,
header nav.mod_customnav li strong.last {
    margin-right: 0;
}

/* Aktive Elemente durch Unterstreichung hervorheben */
header .mod_customnav a:focus,
header .mod_customnav a:hover,
header .mod_customnav a.trail,
header .mod_customnav strong.active,
header .mod_customnav strong.trail {
    text-decoration: underline;
}


/* * * * * * * * * * Footer: Allgemein * * * * * * * * * */

/* Schriftfarbe im Footer */
footer p,
footer a,
footer span,
footer h2 {
    color: #ffffff;
}

/* Überschrift 2 im Footer */
footer h2 {
    border-bottom: 0;
}

/* Aktiven Menüpunkt hervorheben */
footer a:hover {
    text-decoration: none;
    color: #ffd401;
}


/* * * * * * * * * * Footer: Navigation * * * * * * * * * */

/* Liste gestalten */
footer nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/* Listenelemente gestalten */
footer nav li {
    border-top: 1px solid #dbdbdb;
    margin: 0;
}

footer nav li a,
footer nav li strong {
    padding: 0.5em 0;
    display: block;
}

/* Erstes Listenelement gestalten */
footer nav li.first {
    border-top: 0;
}

/* Aktiven Menüpunkt hervorheben */
footer nav li a:focus span,
footer nav li a:hover span,
footer nav li a.trail span,
footer nav li strong.active,
footer nav li strong.forward {
    color: #ffd401;
    font-weight: normal;
}


/* * * * * * * * * * * * * * * * * * * * Media Queries * * * * * * * * * * * * * * * * * * * */

@media (max-width: 767px) {

    /* * * * * * * * * * Servicenavigation (Header) * * * * * * * * * */
    /* Auf Mobiles nicht anzeigen */
    header nav.mod_customnav,
    header div#erhebungen-header-benutzer {
        display: none;
    }
}


@media (min-width: 768px) {

    /* * * * * * * * * * Servicenavigation (Header) * * * * * * * * * */
    /* Navigation Service rechts neben dem Logo ausrichten (es gibt zunächst keine Hauptnavigation) */
    header nav.mod_customnav {
        float: left;
        width: 534px; /* 724 (Breite Inhalt) - 190 (Logo) = 534 (Service-Navigation) */
    }

    header div.inside:after {
        content: ".";
        clear: both;
        display: block;
        visibility: hidden;
        height: 0px;
    }

    /* * * * * * * * * * Hauptnavigation (Ebenen 1 und 2) * * * * * * * * * */
    /* Hintergrundfarbe und Abstand nach oben */
    #hauptnavigation {
        background-color: #ffffff;
        float: left;
        margin-top: 46px;
        width: 534px; /* 724 (Breite Inhalt) - 190 (Logo) = 534 (Service-Navigation) */
    }

    /* Ebene 1: Liste Navigationselementen rechts ausrichten */
    #hauptnavigation ul.level_1 {
        float: right;
    }

    /* Ebene 1: Listenelemente nebeneinander ausrichten sowie Schriftgrösse, Abstand der Navigationselemente und Rahmen entfernen */
    #hauptnavigation ul.level_1 > li {
        border: 0;
        float: left;
        font-size: 0.9rem;
        margin-right: 1.5em;
        width: auto;
    }

    /* Ebene 1: rechten Abstand des letzten Navigationselements entfernen */
    #hauptnavigation ul.level_1 > li.last {
        margin-right: 0;
    }

    /* Ebene 1: Schriftfarbe und Abstände gegenüber Mobile anpassen */
    #hauptnavigation ul.level_1 > li > a,
    #hauptnavigation ul.level_1 > li > strong {
        color: #767676;
        padding: 0;
    }

    /* Ebene 1: Hintergrund und Schriftfarbe (Hover) gegenüber Mobile anpassen */
    #hauptnavigation ul.level_1 > li > a:focus,
    #hauptnavigation ul.level_1 > li > a:hover,
    #hauptnavigation ul.level_1 > li > a.trail,
    #hauptnavigation ul.level_1 > li > strong.active,
    #hauptnavigation ul.level_1 > li > strong.forward {
        background-color: #ffffff;
        color: #ca0e39;
    }

    /* Ebene 1: Zweite Ebene bei Mouse Over einblenden */
    #hauptnavigation ul.level_1 > li:hover ul.level_2 {
        background-color: rgba(111, 111, 111, .95);
        border: 1px solid rgba(196, 196, 196, .95);
        border-radius: 6px;
        display: block;
        margin-left: -142px;
        padding: 5px;
        position: absolute;
        width: 270px;
        z-index: 1000;
    }

    /* Ebene 1: Für zweite Pfeil an der der Box */
    #hauptnavigation ul.level_1 > li:hover ul.level_2:after {
        border-bottom: 8px solid rgba(111, 111, 111, .95);
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        content: '';
        height: 0;
        left: 138px;
        position: absolute;
        top: -8px;
        width: 0;
    }

    /* Ebene 2: Aussenabstand auf der rechten Seite zurücksetzen, Elemente untereinander, Trennlinien zwischen den Elementen, Schriftgrössen */
    #hauptnavigation ul.level_2 > li {
        border-top: 1px solid #dbdbdb;
        clear: both;
        font-size: 1rem;
        font-weight: normal;
        letter-spacing: 0;
        margin-right: 0;
        text-transform: none;
        width: 100%;
    }

    /* Ebene 2: Trennlinie vor dem ersten Element entfernen */
    #hauptnavigation ul.level_2 > li.first {
        border-top: 0;
    }

    /* Ebene 2: Schriftfarbe und Abstände gegenüber Mobile anpassen */
    #hauptnavigation ul.level_2 > li > a,
    #hauptnavigation ul.level_2 > li > strong {
        color: #e4e4e4;
        font-weight: normal;
        padding-left: 0.5em;
        padding-right: 0.5em;
    }

    /* Ebene 2: Hintergrund und Schriftfarbe (Hover) gegenüber Mobile anpassen */
    #hauptnavigation ul.level_2 > li > a:focus,
    #hauptnavigation ul.level_2 > li > a:hover,
    #hauptnavigation ul.level_2 > li > a.trail,
    #hauptnavigation ul.level_2 > li > strong.active,
    #hauptnavigation ul.level_2 > li > strong.forward {
        background-color: #767676;
        color: #ffffff;
    }
}


@media (min-width: 960px) {

    /* * * * * * * * * * Servicenavigation (Header) * * * * * * * * * */
    /* Navigation Service rechts neben dem Logo ausrichten (es gibt zunächst keine Hauptnavigation) */
    header nav.mod_customnav {
        width: 750px; /* 940 (Breite Inhalt) - 190 (Logo) = 750 (Service-Navigation) */
    }

    /* * * * * * * * * * Hauptnavigation (Ebenen 1 und 2) * * * * * * * * * */
    /* Abstand nach oben */
    #hauptnavigation {
        margin-top: 42px;
        width: 750px; /* 940 (Breite Inhalt) - 190 (Logo) = 750 (Service-Navigation) */
    }

    /* Ebene 1: Schriftgrösse */
    #hauptnavigation ul.level_1 > li {
        font-size: 1.1rem;
    }
}


@media (min-width: 1200px) {

    /* * * * * * * * * * Servicenavigation (Header) * * * * * * * * * */
    /* Navigation Service rechts neben dem Logo ausrichten (es gibt zunächst keine Hauptnavigation) */
    header nav.mod_customnav {
        width: 990px; /* 1180 (Breite Inhalt) - 190 (Logo) = 990 (Service-Navigation) */
    }

    /* * * * * * * * * * Hauptnavigation (Ebenen 1 und 2) * * * * * * * * * */
    /* Abstand nach oben */
    #hauptnavigation {
        margin-top: 40px;
        width: 990px; /* 1180 (Breite Inhalt) - 190 (Logo) = 990 (Service-Navigation) */
    }

    /* Ebene 1: Schriftgrösse */
    #hauptnavigation ul.level_1 > li {
        font-size: 1.3rem;
    }
}

/* * * * * * * * * * Download CSV * * * * * * * * * */

div.ce_download a.csv,
div.ce_downloads a.csv,
div.link > a.csv {
    background-image: url("/files/themes/lustat/symbole/download_csv_3e3e3e.svg");
}

div.ce_download a.csv:hover,
div.ce_downloads a.csv:hover,
div.link > a.csv:hover {
    background-image: url("/files/themes/lustat/symbole/download_csv_0072ba.svg");
}


/* * * * * * * * * * Download DOC * * * * * * * * * */

div.ce_download a.docx,
div.ce_downloads a.docx,
div.link > a.word {
    background-image: url("/files/themes/lustat/symbole/download_doc_3e3e3e.svg");
}

div.ce_download a.docx:hover,
div.ce_downloads a.docx:hover,
div.link > a.word:hover {
    background-image: url("/files/themes/lustat/symbole/download_doc_0072ba.svg");
}


/* * * * * * * * * * Download PDF * * * * * * * * * */

div.ce_download a.pdf,
div.ce_downloads a.pdf,
div.download > a.pdf,
div.link > a.pdf {
    background-image: url("/files/themes/lustat/symbole/download_pdf_3e3e3e.svg");
}

div.ce_download a.pdf:hover,
div.ce_downloads a.pdf:hover,
div.download > a.pdf:hover,
div.link > a.pdf:hover {
    background-image: url("/files/themes/lustat/symbole/download_pdf_0072ba.svg");
}


/* * * * * * * * * * Download XLS * * * * * * * * * */

div.ce_download a.xls,
div.ce_downloads a.xls,
div.ce_download a.xlsx,
div.ce_downloads a.xlsx,
div.download > a.excel,
div.link > a.excel {
    background-image: url("/files/themes/lustat/symbole/download_xls_3e3e3e.svg");
}

div.ce_download a.xls:hover,
div.ce_downloads a.xls:hover,
div.ce_download a.xlsx:hover,
div.ce_downloads a.xlsx:hover,
div.download > a.excel:hover,
div.link > a.excel:hover {
    background-image: url("/files/themes/lustat/symbole/download_xls_0072ba.svg");
}


/* * * * * * * * * * Download XSD * * * * * * * * * */

div.ce_download a.xsd,
div.ce_downloads a.xsd,
div.link > a.xsd {
    background-image: url("/files/themes/lustat/symbole/download_xsd_3e3e3e.svg");
}

div.ce_download a.xsd:hover,
div.ce_downloads a.xsd:hover,
div.link > a.xsd:hover {
    background-image: url("/files/themes/lustat/symbole/download_xsd_0072ba.svg");
}


/* * * * * * * * * * Download ZIP * * * * * * * * * */

div.ce_download a.zip,
div.ce_downloads a.zip,
div.link > a.zip {
    background-image: url("/files/themes/lustat/symbole/download_zip_3e3e3e.svg");
}

div.ce_download a.zip:hover,
div.ce_downloads a.zip:hover,
div.link > a.zip:hover {
    background-image: url("/files/themes/lustat/symbole/download_zip_0072ba.svg");
}


/* * * * * * * * * * Link Allgemein (Pfeil nach rechts) * * * * * * * * * */

div.ce_hyperlink.allgemein a,
div.link > a.allgemein {
    background-image: url("/files/themes/lustat/symbole/link_allgemein_rechts_3e3e3e.svg");
}

div.ce_hyperlink.allgemein a:hover,
div.link > a.allgemein:hover {
    background-image: url("/files/themes/lustat/symbole/link_allgemein_rechts_0072ba.svg");
}


/* * * * * * * * * * Link Allgemein (Pfeil nach links) * * * * * * * * * */

div.ce_hyperlink.allgemein-back a,
div.link > a.allgemein-back {
    background-image: url("/files/themes/lustat/symbole/link_allgemein_links_3e3e3e.svg");
}

div.ce_hyperlink.allgemein-back a:hover,
div.link > a.allgemein-back:hover {
    background-image: url("/files/themes/lustat/symbole/link_allgemein_links_0072ba.svg");
}


/* * * * * * * * * * Link Anker in derselben Seite (Pfeil nach unten) * * * * * * * * * */

div.ce_hyperlink.anker a,
div.link > a.anker {
    background-image: url("/files/themes/lustat/symbole/link_anker_3e3e3e.svg");
}

div.ce_hyperlink.anker a:hover,
div.link > a.anker:hover {
    background-image: url("/files/themes/lustat/symbole/link_anker_0072ba.svg");
}


/* * * * * * * * * * Link Extern * * * * * * * * * */

div.ce_hyperlink.extern a,
div.link > a.extern {
    background-image: url("/files/themes/lustat/symbole/link_www_3e3e3e.svg");
}

div.ce_hyperlink.extern a:hover,
div.link > a.extern:hover {
    background-image: url("/files/themes/lustat/symbole/link_www_0072ba.svg");
}


/* * * * * * * * * * Chart * * * * * * * * * */

div.ce_hyperlink.chart a,
div.download > a.chart,
div.link > a.chart {
    background-image: url("/files/themes/lustat/symbole/link_chart_3e3e3e.svg");
}

div.ce_hyperlink.chart a:hover,
div.download > a.chart:hover,
div.link > a.chart:hover {
    background-image: url("/files/themes/lustat/symbole/link_chart_0072ba.svg");
}


/* * * * * * * * * * Tabelle * * * * * * * * * */

div.ce_hyperlink.daten a,
div.link > a.tabelle {
    background-image: url("/files/themes/lustat/symbole/link_tabelle_3e3e3e.svg");
}

div.ce_hyperlink.daten a:hover,
div.link > a.tabelle:hover {
    background-image: url("/files/themes/lustat/symbole/link_tabelle_0072ba.svg");
}


/* * * * * * * * * * Monitoring und Indikatoren * * * * * * * * * */

div.ce_hyperlink.monitoring a,
div.download > a.monitoring,
div.link > a.monitoring {
    background-image: url("/files/themes/lustat/symbole/link_monitoring_3e3e3e.svg");
}

div.ce_hyperlink.monitoring a:hover,
div.download > a.monitoring:hover,
div.link > a.monitoring:hover {
    background-image: url("/files/themes/lustat/symbole/link_monitoring_0072ba.svg");
}


/* * * * * * * * * * Karte * * * * * * * * * */

div.ce_hyperlink.karte a,
div.link > a.karte {
    background-image: url("/files/themes/lustat/symbole/link_karte_3e3e3e.svg");
}

div.ce_hyperlink.karte a:hover,
div.link > a.karte:hover {
    background-image: url("/files/themes/lustat/symbole/link_karte_0072ba.svg");
}


/* * * * * * * * * * Medienmitteilung * * * * * * * * * */

div.ce_hyperlink.medienmitteilung a,
div.download > a.medienmitteilung,
div.link > a.medienmitteilung {
    background-image: url("/files/themes/lustat/symbole/link_medienmitteilung_3e3e3e.svg");
}

div.ce_hyperlink.medienmitteilung a:hover,
div.download > a.medienmitteilung:hover,
div.link > a.medienmitteilung:hover {
    background-image: url("/files/themes/lustat/symbole/link_medienmitteilung_0072ba.svg");
}


/* * * * * * * * * * Infografik * * * * * * * * * */

div.ce_hyperlink.infografik a,
div.download > a.infografik,
div.link > a.infografik {
    background-image: url("/files/themes/lustat/symbole/link_infografik_3e3e3e.svg");
}

div.ce_hyperlink.infografik a:hover,
div.download > a.infografik:hover,
div.link > a.infografik:hover {
    background-image: url("/files/themes/lustat/symbole/link_infografik_0072ba.svg");
}


/* * * * * * * * * * Publikation * * * * * * * * * */

div.ce_hyperlink.publikation a,
div.download > a.publikation,
div.link > a.publikation {
    background-image: url("/files/themes/lustat/symbole/link_publikation_3e3e3e.svg");
}

div.ce_hyperlink.publikation a:hover,
div.download > a.publikation:hover,
div.link > a.publikation:hover {
    background-image: url("/files/themes/lustat/symbole/link_publikation_0072ba.svg");
}


/* * * * * * * * * * Video * * * * * * * * * */

div.ce_hyperlink.video a,
div.link > a.video {
    background-image: url("/files/themes/lustat/symbole/link_video_3e3e3e.svg");
}

div.ce_hyperlink.video a:hover,
div.link > a.video:hover {
    background-image: url("/files/themes/lustat/symbole/link_video_0072ba.svg");
}


/* * * * * * * * * * Warenkorb * * * * * * * * * */

div.link > a.warenkorb {
    background-image: url("/files/themes/lustat/symbole/link_warenkorb_3e3e3e.svg");
}

div.link > a.warenkorb:hover {
    background-image: url("/files/themes/lustat/symbole/link_warenkorb_0072ba.svg");
}


/* * * * * * * * * * Teilen (Social Media) * * * * * * * * * */

div.ce_hyperlink.sharing a,
div.link > a.sharing {
    background-image: url("/files/themes/lustat/symbole/link_teilen_3e3e3e.svg");
    cursor: pointer;
}

div.ce_hyperlink.sharing a:hover,
div.link > a.sharing:hover {
    background-image: url("/files/themes/lustat/symbole/link_teilen_0072ba.svg");
    cursor: pointer;
}


/* * * * * * * * * * Druck der Symbole sicherstellen * * * * * * * * * */

@media print {
    div.ce_hyperlink.daten a {
        /* Test ... hat keine Auswirkung */
        background-image: url("/files/themes/lustat/symbole/link_tabelle_3e3e3e.svg");
    }

    div.ce_hyperlink.daten a {
        /* Test ... Schriftfarbe kann geändert oder Anzeige unterdrückt werden ... Hintergrund hat keine Auswirkung */
        /* color: red; */
        /* background-color: yellow; */
        display: none;
    }
}


/* * * * * * * * * * Ausrichtung von Symbolen untereinander in einer Box (z.B. Statistikportal) * * * * * * * * * */

/* In der schmalen Ansicht erscheinen die Links generell untereinander */
@media (min-width: 768px) {

    /* Link Oben: bei drei Links */
    div.mod_article.grid4 > div.ce_hyperlink#vertical-top {
        margin-bottom: 80px;
    }

    /* Link Mitte: bei zwei und drei Links */
    div.mod_article.grid4 > div.ce_hyperlink#vertical-middle {
        margin-bottom: 40px;
    }

    /* Link Unten: kann bei nur einem Link weggelassen werden */
    div.mod_article.grid4 > div.ce_hyperlink#vertical-bottom {
        margin-bottom: 0;
    }
}

/* * * * * * * * * * Ausrichtung von Symbolen ohne Text nebeneinander bei Daten und Analysen * * * * * * * * * */

div.ce_daten_daten > div.container-analysen > div.publikation > div.container > div.text > div.link,
div.ce_daten_daten > div.container-analysen > div.publikation > div.container > div.text > div.download,
div.ce_daten_daten > div.container-daten > div div.link,
div.ce_daten_daten > div.container-daten > div div.download,
div.ce_daten_objekt > div.container-daten > div div.link,
div.ce_daten_objekt > div.container-daten > div div.download,
div.ce_analysen_analysen > div.publikation > div.container div.link,
div.ce_analysen_analysen > div.publikation > div.container div.download,
div.ce_analysen_analysen_objekt > div.publikation > div.container div.link,
div.ce_analysen_analysen_objekt > div.publikation > div.container div.download {
    width: 32px;
    height: 40px;
    overflow: hidden;
    display: inline;
    margin-top: 10px;
    margin-right: 5px;
}

/* * * * * Social Media Symbole * * * * */

div.teilen {
    text-align: right;
}

ul.symbole li {
    display: inline;
    list-style-type: none;
    margin-left: 10px;
}

ul.symbole li a:hover {
    text-decoration: none;
}

svg.icon {
    stroke: #3e3e3e;
}

svg.icon:hover {
    stroke: #0072ba;
}


/* * * * * Social Media Symbole im Slider auf der Homepage * * * * */

div#lustat-slider div.social-sharing {
    padding-top: 10px;
}

div#lustat-slider div.social-sharing svg {
    margin-right: 20px;
}

div#lustat-slider div.social-sharing a svg {
    stroke: #ffffff;
}

div#lustat-slider div.social-sharing a:hover svg {
    fill: #ffffff;
}


/* * * * * Social Media Symbole im Footer * * * * */

footer div.social-sharing {
    height: 110px;
    position: relative;
}

footer div.social-sharing svg.facebook {
    position: absolute;
    top: 0;
}

footer div.social-sharing svg.linkedin {
    position: absolute;
    top: 30px;
}

footer div.social-sharing svg.twitter {
    position: absolute;
    top: 60px;
}

footer div.social-sharing svg.newsletter {
    position: absolute;
    top: 90px;
}

footer div.social-sharing p.facebook {
    padding-left: 6px;
    position: absolute;
    left: 16px;
    top: -5px;
}

footer div.social-sharing p.linkedin {
    padding-left: 6px;
    position: absolute;
    left: 16px;
    top: 25px;
}

footer div.social-sharing p.twitter {
    padding-left: 6px;
    position: absolute;
    left: 16px;
    top: 55px;
}

footer div.social-sharing p.newsletter {
    padding-left: 6px;
    position: absolute;
    left: 16px;
    top: 85px;
}

footer div.social-sharing a svg {
    stroke: #3e3e3e;
}

footer div.social-sharing a:hover svg {
    stroke: #0072ba;
}

footer div.social-sharing a:hover p {
    color: #0072ba;
}


/* * * * * Social Media Symbole im fixierten Footer * * * * */

footer#fixed div.grid6 {
    padding-top: 10px;
}

footer#fixed svg {
    margin-right: 20px;
}

footer#fixed a svg {
    stroke: #ffffff;
}

footer#fixed a:hover svg {
    fill: #ffffff;
}

/* * * * * CSS für den Bereich Daten * * * * */

/* Abstände innerhalb der Ergebnis-Boxen */
div.ce_daten_daten > div.container-daten > div,
div.ce_daten_objekt > div.container-daten > div {
    background-color: #f3f3f3;
    border: #e4e4e4 1px solid;
    margin: 10px 0;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
}

/* Formatierung für das Pagination-DIV und das Abstands-DIV (über den Ergebnissen) zurücksetzen */
div.ce_daten_daten > div.container-daten > div.abstand,
div.ce_daten_daten > div.container-daten > div.pagination {
    background-color: #ffffff;
    border: none;
    margin: 0;
    padding: 0;
}

div.ce_daten_daten > div.container-daten > div.abstand,
div.ce_daten_objekt > div.abstand {
    height: 40px;
}

/* Abstände der Elemente innerhalb der Ergebnisboxen */
div.ce_daten_daten > div.container-daten > div > p,
div.ce_daten_objekt > div.container-daten > div > p {
    margin: 0;
}

div.ce_daten_daten > div.container-daten > div > form,
div.ce_daten_objekt > div.container-daten > div > form {
    margin-top: 5px;
}

div.ce_daten_daten > div.container-daten > div > form > select,
div.ce_daten_objekt > div.container-daten > div > form > select {
    margin-bottom: 5px;
}

div.ce_daten_daten > div.container-daten div.symbole,
div.ce_daten_objekt > div.container-daten div.symbole {
    float: left;
    margin-top: 17px;
}

/* Analysen: Vertikaler Abstand zwischen den Boxen mit den Publikationen */
div.ce_daten_daten > div.container-analysen > div.publikation {
    margin-top: 50px;
    margin-bottom: 50px;
}

/* Analysen: Vertikaler Abstand der ersten Box unter der Überschrift */
div.ce_daten_daten > div.container-analysen > h2 + div.publikation {
    margin-top: 0;
}

/* Analysen: Reihe und Datum über den Boxen mit den Publikationen */
div.ce_daten_daten > div.container-analysen > div.publikation > div.titel > p {
    margin-bottom: 0;
    color: #7f7f7f;
}

/* Analysen: Container für das optionale Bild und den Text zu einer Publikation */
div.ce_daten_daten > div.container-analysen > div.publikation > div.container {
    background-color: #f3f3f3;
    border: 1px solid #e4e4e4;
}

/* Analysen: Box für den Text zu einer Publikationen */
div.ce_daten_daten > div.container-analysen > div.publikation > div.container > div.text {
    padding: 10px 20px 15px;
}

/* Analysen: Titel einer Publikationen mit geringerem Abstand nach oben */
div.ce_daten_daten > div.container-analysen > div.publikation > div.container > div.text > h2 {
    margin-top: 1em;
    text-transform: none;
}

/* Pagination: zentrierte Ausrichtung */
div.ce_daten_daten > div.container-daten > div.pagination {
    text-align: center;
}

/* Pagination: Formatierung der Elemente */
div.ce_daten_daten > div.container-daten > div.pagination a,
div.ce_daten_daten > div.container-daten > div.pagination span {
    margin-right: .3em;
    margin-left: .3em;
    padding: .1em .3em;
    border: 1px solid #7f7f7f;
    border-radius: 4px;
    font-size: .8rem;
}

/* Pagination: Rahmenfarbe der Links */
div.ce_daten_daten > div.container-daten > div.pagination a {
    text-decoration: none;
    color: #7f7f7f;
}

/* Pagination: aktives Element und Hover */
div.ce_daten_daten > div.container-daten > div.pagination a:hover,
div.ce_daten_daten > div.container-daten > div.pagination span {
    border-color: #0072ba;
    color: #0072ba;
}

@media screen and (min-width: 960px) {

    /* Daten: Container für die Boxen mit den Daten (Hauptspalte) */
    div.ce_daten_daten > div.container-daten {
        width: 600px;
        float: left;
        margin-right: 30px;
    }

    /* Container für die Boxen mit den Analysen (Seitenspalte) */
    div.ce_daten_daten > div.container-analysen {
        width: 300px;
        float: left;
        margin-left: 10px;
    }
}

@media screen and (min-width: 1200px) {

    /* Daten: Container für die Boxen mit den Daten (Hauptspalte) */
    div.ce_daten_daten > div.container-daten {
        width: 760px;
    }

    /* Container für die Boxen mit den Analysen (Seitenspalte) */
    div.ce_daten_daten > div.container-analysen {
        width: 380px;
    }
}

/* * * * * CSS für den Bereich Analysen * * * * */

/* Vertikaler Abstand zwischen den Boxen mit den Publikationen */
div.ce_analysen_analysen > div.publikation,
div.ce_analysen_analysen_objekt > div.publikation {
    margin-top: 50px;
    margin-bottom: 50px;
}

/* Reihe und Datum über den Boxen mit den Publikationen */
div.ce_analysen_analysen > div.publikation > div.reihe > p,
div.ce_analysen_analysen_objekt > div.publikation > div.reihe > p {
    margin-bottom: 0;
    color: #7f7f7f;
}

/* Container für das optionale Bild und den Text zu einer Publikation */
div.ce_analysen_analysen > div.publikation > div.container,
div.ce_analysen_analysen_objekt > div.publikation > div.container {
    background-color: #f3f3f3;
    border: 1px solid #e4e4e4;
}

/* Box für den Text zu einer Publikationen */
div.ce_analysen_analysen > div.publikation > div.container > div.text,
div.ce_analysen_analysen_objekt > div.publikation > div.container > div.text {
    padding: 10px 20px 15px;
}

/* Titel einer Publikationen mit geringerem Abstand nach oben */
div.ce_analysen_analysen > div.publikation > div.container > div.text > h2,
div.ce_analysen_analysen_objekt > div.publikation > div.container > div.text > h2 {
    margin-top: 1em;
    text-transform: none;
}

/* Profil: Gestaltung des Wappens */
div.container-analysen > div.profil > div.gemeindewappen {
    width: 125px;
    height: 125px;
    float: left;
    margin-right: 20px;
    border: 1px solid #c4c4c4;
}

/* Profil: Clearfix */
div.container-analysen > div.profil > div.profil-text:after {
    height: 0;
    clear: both;
    display: block;
    content: ".";
    visibility: hidden;
}

/* Profil: Silbentrennung für Raumnamen entfernen */
div.container-analysen > div.profil > div.profil-text > p {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

@media screen and (min-width: 960px) {

    /* Box für das Bild zu einer Publikationen */
    div.ce_analysen_analysen > div.publikation > div.container > div.bild,
    div.ce_analysen_analysen_objekt > div.publikation > div.container > div.bild {
        width: 280px;
        float: left;
        padding: 20px;
    }

    /* Rahmen um das Bild */
    div.ce_analysen_analysen > div.publikation > div.container > div.bild > figure,
    div.ce_analysen_analysen_objekt > div.publikation > div.container > div.bild > figure {
        border: 1px solid #e4e4e4;
    }

    /* Titel als erstes Element in der Box ohne oberen Abstand */
    div.ce_analysen_analysen > div.publikation > div.container > div.text > p:first-child,
    div.ce_analysen_analysen_objekt > div.publikation > div.container > div.text > p:first-child {
        font-size: 1em;
    }

    /* Box für den Text (mit Bild) zu einer Publikationen */
    div.ce_analysen_analysen > div.publikation > div.container > div.text.mit-bild,
    div.ce_analysen_analysen_objekt > div.publikation > div.container > div.text.mit-bild {
        width: 578px;
        float: left;
    }
}

@media screen and (min-width: 1200px) {

    /* Box für das Bild zu einer Publikationen */
    div.ce_analysen_analysen > div.publikation > div.container > div.bild,
    div.ce_analysen_analysen_objekt > div.publikation > div.container > div.bild {
        width: 380px;
    }

    /* Box für den Text (mit Bild) zu einer Publikationen */
    div.ce_analysen_analysen > div.publikation > div.container > div.text.mit-bild,
    div.ce_analysen_analysen_objekt > div.publikation > div.container > div.text.mit-bild {
        width: 718px;
    }
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*                                     Boxen                                             */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


/* Abstände */
div.mod_article.grid4 {
    margin: 40px 10px 10px 10px;
    padding: 0;
}

/* Hintergrundfarbe, Schatten und Bezugspunkt für die Ausrichtung der Link-Symbole */
div.box-information-bereich {
    background-color: #e4e4e4;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.75);
    position: relative;
}

/* Formatierung der Überschrift */
div.box-information-bereich h2 {
    border: 0;
    margin: .5em 0 0;
    padding: 0;
    text-transform: none;
}

/* Bilder über die volle Breite und oben mit runden Ecken anzeigen */
div.box-information-bereich div.ce_image {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 0;
}

/* Abstand der Links zum unteren Rand der Boxen und nur das Symbol und nicht den Linktext anzeigen */
div.box-information-bereich div.ce_hyperlink {
    height: 40px;
    padding-bottom: 5px;
    width: 32px;
}

/* * * * * * * * * * Media Queries * * * * * * * * * */

@media screen and (min-width: 768px) {

    /* Höhe der Box */
    div.box-information-bereich {
        height: 390px;
    }

    /* Höhe der Bilder fixieren */
    div.box-information-bereich div.ce_image {
        height: 185px;
    }

    /* Links in allen Boxen fest am unteren Rand ausrichten */
    div.box-information-bereich div.ce_hyperlink {
        bottom: 0;
        height: 40px;
        position: absolute;
        width: 32px;
    }
}

@media screen and (min-width: 960px) {

    /* Höhe der Box */
    div.box-information-bereich {
        height: 380px;
    }

    /* Höhe der Bilder fixieren */
    div.box-information-bereich div.ce_image {
        height: 158px;
    }
}

@media screen and (min-width: 1200px) {

    /* Höhe der Box */
    div.box-information-bereich {
        height: 400px;
    }

    /* Höhe der Bilder fixieren */
    div.box-information-bereich div.ce_image {
        height: 200px;
    }
}

/* * * * * * * * * * Formular * * * * * * * * * */

button {
    background-color: #f3f3f3;
    border: 1px solid #767676;
    border-radius: 5px;
    box-sizing: border-box;
    color: #262626;
    cursor: pointer;
    font-size: 100%;
    height: auto;
    margin-top: 20px;
    padding: 0.5em 1em;
    width: auto;
}

button:hover {
    border-color: #007ab8;
}

button:active {
    background-color: #e5f4fc;
}

/* Rahmen und Abstände (bedingt durch User-Agent-Style-Sheet) entfernen */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/* * * * * * * * * * Formular Login Mitglieder * * * * * * * * * */

div.mod_login form,
div.mod_lostPassword form {
    line-height: 2;
    margin: 1em 0;
}

div.mod_login label,
div.mod_lostPassword label {
    float: left;
    margin-right: 10px;
    width: 110px;
}

/* Breite der Text-Felder festlegen (für IE) */
div.mod_login input.text,
div.mod_lostPassword input.text {
    width: 200px;
}

div.mod_login div.widget-checkbox label,
div.mod_lostPassword div.widget-checkbox label {
    float: none;
    margin-left: 0.5em;
    margin-right: 0;
}

div.mod_login div.widget-checkbox input,
div.mod_login div.widget-submit button,
div.mod_lostPassword div.widget-submit button {
    margin-left: 120px;
}

/* Link zum Passwort-Reset ausrichten */
div.ce_text.passwordreset {
    margin-left: 130px;
}

/* TODO: Wo wird das verwendet? */
div.mod_login div.widget-submit button[value="Abmelden"] {
    margin-left: 0;
}


/* * * * * * * * * * * * * * * * * * * * Media Queries * * * * * * * * * * * * * * * * * * * */

@media (max-width: 767px) {

    /* * * * * * * * * * Suchformular (Header) * * * * * * * * * */
    /* Auf Mobiles nicht anzeigen */
    #header div.mod_form {
        display: none;
    }
}


/* * * * * * * * * * Filter * * * * * * * * * */

/* Filter (schmal): Formular auf Seiten mit Seitennavigation */
form.filter-schmal {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #e4e4e4;
    border: 1px solid #c4c4c4;
}

/* Filter (schmal): Container für die Formularelemente */
form.filter-schmal > div.w50 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    box-sizing: border-box;
}

/* Filter (schmal): Sub-Container für die Formularelemente */
form.filter-schmal > div.w50 > div {
    padding-top: 5px;
    padding-bottom: 5px;
}

/* Filter (schmal): Label über den Formularfelder ausgeben */
form.filter-schmal label {
    display: block;
    font-size: 0.9rem;
}

/* Filter (schmal): Gestaltung der Formularelemente und volle Breite innerhalb des Containers zuweisen */
form.filter-schmal input,
form.filter-schmal select,
form.filter-schmal textarea {
    width: 100%;
    height: 2.4em;
    padding: 5px;
    background-color: #fefefe;
    border: 1px solid #7f7f7f;
    line-height: 1.4em;
    color: #444444;
    box-sizing: border-box;
}

/* Filter (schmal): Gestaltung inaktiver Formularelemente */
form.filter-schmal input[disabled],
form.filter-schmal select[disabled] {
    background-color: #f3f3f3;
    border-color: #c4c4c4;
    color: #7f7f7f;
}

/* Formular: Gestaltung Button */
input[type="submit"],
form.filter-schmal input[type="submit"] {
    width: auto;
    height: auto;
    margin-top: 20px;
    padding: 0.5em 1em;
    background-color: #f3f3f3;
    border: 1px solid #7f7f7f;
    border-radius: 5px;
    color: #444444;
    box-sizing: border-box;
    cursor: pointer;
}

/* Formular: Rahmenfarbe (Hover) */
input[type="submit"]:hover,
form.filter-schmal input[type="submit"]:hover {
    border-color: #86bce1;
}

/* Formular: Gestaltung Button (Active) */
input[type="submit"]:active,
form.filter-schmal input[type="submit"]:active {
    background-color: #c4c4c4;
}

/* Daten: Gestaltung der Formularelemente in den Standardobjekten */
form.daten select {
    width: 30%;
    height: 2em;
    margin-right: 2%;
    background-color: #fefefe;
    border: 1px solid #7f7f7f;
    font-size: 0.8rem;
    line-height: 1.4em;
    color: #444444;
    box-sizing: border-box;
}

@media (min-width: 960px) {

    /* Filter (schmal): zwei Container mit Formularelementen nebeneinander und mit jeweils halber Breite ausgeben */
    form.filter-schmal > div.w50 {
        width: 50%;
        float: left;
        display: inline;
    }
}

