﻿/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

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

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

script {
    display: none !important
}

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

body {
    margin: 0
}

a {
    background: rgba(0, 0, 0, 0)
}

a:focus {
    outline: thin dotted
}

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

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

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

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

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

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

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

pre {
    white-space: pre-wrap
}

q {
    quotes: "“" "”" "‘" "’"
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

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

figure {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button, input {
    line-height: normal
}

button, select {
    text-transform: none
}

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

button[disabled], html input[disabled] {
    cursor: default
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

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

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

textarea {
    overflow: auto;
    vertical-align: top
}

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

meta.foundation-mq-small {
    font-family: "only screen and (min-width: 700px)";
    width: 700px
}

meta.foundation-mq-medium {
    font-family: "only screen and (min-width:1024px)";
    width: 1024px
}

meta.foundation-mq-large {
    font-family: "only screen and (min-width:1200px)";
    width: 1200px
}

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

html, body {
    font-size: 100%
}

body {
    background: #fff;
    color: #222;
    padding: 0;
    margin: 0;
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    position: relative;
    cursor: default
}

a:hover {
    cursor: pointer
}

img, object, embed {
    max-width: 100%;
    height: auto
}

object, embed {
    height: 100%
}

img {
    -ms-interpolation-mode: bicubic
}

#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object {
    max-width: none !important
}

.left {
    float: left !important
}

.right {
    float: right !important
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-justify {
    text-align: justify !important
}

.hide {
    display: none
}

.antialiased {
    -webkit-font-smoothing: antialiased
}

img {
    display: inline-block;
    vertical-align: middle
}

textarea {
    height: auto;
    min-height: 50px
}

select {
    width: 100%
}

.row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 980px;
    *zoom: 1
}

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

.row:after {
    clear: both
}

.row.collapse > .column, .row.collapse > .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left
}

.row.collapse .row {
    margin-left: 0;
    margin-right: 0
}

.row .row {
    width: auto;
    margin-left: -0.65625em;
    margin-right: -0.65625em;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1
}

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

.row .row:after {
    clear: both
}

.row .row.collapse {
    width: auto;
    margin: 0;
    max-width: none;
    *zoom: 1
}

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

.row .row.collapse:after {
    clear: both
}

.column, .columns {
    position: relative;
    padding-left: .65625em;
    padding-right: .65625em;
    width: 100%;
    float: left
}

@media only screen {
    .column, .columns {
        position: relative;
        padding-left: .65625em;
        padding-right: .65625em;
        float: left
    }

    .small-1 {
        position: relative;
        width: 6.25%
    }

    .small-2 {
        position: relative;
        width: 12.5%
    }

    .small-3 {
        position: relative;
        width: 18.75%
    }

    .small-4 {
        position: relative;
        width: 25%
    }

    .small-5 {
        position: relative;
        width: 31.25%
    }

    .small-6 {
        position: relative;
        width: 37.5%
    }

    .small-7 {
        position: relative;
        width: 43.75%
    }

    .small-8 {
        position: relative;
        width: 50%
    }

    .small-9 {
        position: relative;
        width: 56.25%
    }

    .small-10 {
        position: relative;
        width: 62.5%
    }

    .small-11 {
        position: relative;
        width: 68.75%
    }

    .small-12 {
        position: relative;
        width: 75%
    }

    .small-13 {
        position: relative;
        width: 81.25%
    }

    .small-14 {
        position: relative;
        width: 87.5%
    }

    .small-15 {
        position: relative;
        width: 93.75%
    }

    .small-16 {
        position: relative;
        width: 100%
    }

    .small-offset-0 {
        position: relative;
        margin-left: 0%
    }

    .small-offset-1 {
        position: relative;
        margin-left: 6.25%
    }

    .small-offset-2 {
        position: relative;
        margin-left: 12.5%
    }

    .small-offset-3 {
        position: relative;
        margin-left: 18.75%
    }

    .small-offset-4 {
        position: relative;
        margin-left: 25%
    }

    .small-offset-5 {
        position: relative;
        margin-left: 31.25%
    }

    .small-offset-6 {
        position: relative;
        margin-left: 37.5%
    }

    .small-offset-7 {
        position: relative;
        margin-left: 43.75%
    }

    .small-offset-8 {
        position: relative;
        margin-left: 50%
    }

    .small-offset-9 {
        position: relative;
        margin-left: 56.25%
    }

    .small-offset-10 {
        position: relative;
        margin-left: 62.5%
    }

    .small-offset-11 {
        position: relative;
        margin-left: 68.75%
    }

    .small-offset-12 {
        position: relative;
        margin-left: 75%
    }

    .small-offset-13 {
        position: relative;
        margin-left: 81.25%
    }

    .small-offset-14 {
        position: relative;
        margin-left: 87.5%
    }

    [class*=column] + [class*=column]:last-child {
        float: right
    }

    [class*=column] + [class*=column].end {
        float: left
    }

    .column.small-centered, .columns.small-centered {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        float: none !important
    }
}

@media only screen and (min-width: 700px) {
    .large-1 {
        position: relative;
        width: 6.25%
    }

    .large-2 {
        position: relative;
        width: 12.5%
    }

    .large-3 {
        position: relative;
        width: 18.75%
    }

    .large-4 {
        position: relative;
        width: 25%
    }

    .large-5 {
        position: relative;
        width: 31.25%
    }

    .large-6 {
        position: relative;
        width: 37.5%
    }

    .large-7 {
        position: relative;
        width: 43.75%
    }

    .large-8 {
        position: relative;
        width: 50%
    }

    .large-9 {
        position: relative;
        width: 56.25%
    }

    .large-10 {
        position: relative;
        width: 62.5%
    }

    .large-11 {
        position: relative;
        width: 68.75%
    }

    .large-12 {
        position: relative;
        width: 75%
    }

    .large-13 {
        position: relative;
        width: 81.25%
    }

    .large-14 {
        position: relative;
        width: 87.5%
    }

    .large-15 {
        position: relative;
        width: 93.75%
    }

    .large-16 {
        position: relative;
        width: 100%
    }

    .row .large-offset-0 {
        position: relative;
        margin-left: 0%
    }

    .row .large-offset-1 {
        position: relative;
        margin-left: 6.25%
    }

    .row .large-offset-2 {
        position: relative;
        margin-left: 12.5%
    }

    .row .large-offset-3 {
        position: relative;
        margin-left: 18.75%
    }

    .row .large-offset-4 {
        position: relative;
        margin-left: 25%
    }

    .row .large-offset-5 {
        position: relative;
        margin-left: 31.25%
    }

    .row .large-offset-6 {
        position: relative;
        margin-left: 37.5%
    }

    .row .large-offset-7 {
        position: relative;
        margin-left: 43.75%
    }

    .row .large-offset-8 {
        position: relative;
        margin-left: 50%
    }

    .row .large-offset-9 {
        position: relative;
        margin-left: 56.25%
    }

    .row .large-offset-10 {
        position: relative;
        margin-left: 62.5%
    }

    .row .large-offset-11 {
        position: relative;
        margin-left: 68.75%
    }

    .row .large-offset-12 {
        position: relative;
        margin-left: 75%
    }

    .row .large-offset-13 {
        position: relative;
        margin-left: 81.25%
    }

    .row .large-offset-14 {
        position: relative;
        margin-left: 87.5%
    }

    .row .large-offset-15 {
        position: relative;
        margin-left: 93.75%
    }

    .push-1 {
        position: relative;
        left: 6.25%;
        right: auto
    }

    .pull-1 {
        position: relative;
        right: 6.25%;
        left: auto
    }

    .push-2 {
        position: relative;
        left: 12.5%;
        right: auto
    }

    .pull-2 {
        position: relative;
        right: 12.5%;
        left: auto
    }

    .push-3 {
        position: relative;
        left: 18.75%;
        right: auto
    }

    .pull-3 {
        position: relative;
        right: 18.75%;
        left: auto
    }

    .push-4 {
        position: relative;
        left: 25%;
        right: auto
    }

    .pull-4 {
        position: relative;
        right: 25%;
        left: auto
    }

    .push-5 {
        position: relative;
        left: 31.25%;
        right: auto
    }

    .pull-5 {
        position: relative;
        right: 31.25%;
        left: auto
    }

    .push-6 {
        position: relative;
        left: 37.5%;
        right: auto
    }

    .pull-6 {
        position: relative;
        right: 37.5%;
        left: auto
    }

    .push-7 {
        position: relative;
        left: 43.75%;
        right: auto
    }

    .pull-7 {
        position: relative;
        right: 43.75%;
        left: auto
    }

    .push-8 {
        position: relative;
        left: 50%;
        right: auto
    }

    .pull-8 {
        position: relative;
        right: 50%;
        left: auto
    }

    .push-9 {
        position: relative;
        left: 56.25%;
        right: auto
    }

    .pull-9 {
        position: relative;
        right: 56.25%;
        left: auto
    }

    .push-10 {
        position: relative;
        left: 62.5%;
        right: auto
    }

    .pull-10 {
        position: relative;
        right: 62.5%;
        left: auto
    }

    .push-11 {
        position: relative;
        left: 68.75%;
        right: auto
    }

    .pull-11 {
        position: relative;
        right: 68.75%;
        left: auto
    }

    .push-12 {
        position: relative;
        left: 75%;
        right: auto
    }

    .pull-12 {
        position: relative;
        right: 75%;
        left: auto
    }

    .push-13 {
        position: relative;
        left: 81.25%;
        right: auto
    }

    .pull-13 {
        position: relative;
        right: 81.25%;
        left: auto
    }

    .push-14 {
        position: relative;
        left: 87.5%;
        right: auto
    }

    .pull-14 {
        position: relative;
        right: 87.5%;
        left: auto
    }

    .push-15 {
        position: relative;
        left: 93.75%;
        right: auto
    }

    .pull-15 {
        position: relative;
        right: 93.75%;
        left: auto
    }

    .column.large-centered, .columns.large-centered {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        float: none !important
    }

    .column.large-uncentered, .columns.large-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left !important
    }

    .column.large-uncentered.opposite, .columns.large-uncentered.opposite {
        float: right !important
    }
}

.show-for-small, .show-for-medium-down, .show-for-large-down {
    display: inherit !important
}

.show-for-medium, .show-for-medium-up, .show-for-large, .show-for-large-up, .show-for-xlarge {
    display: none !important
}

.hide-for-medium, .hide-for-medium-up, .hide-for-large, .hide-for-large-up, .hide-for-xlarge {
    display: inherit !important
}

.hide-for-small, .hide-for-medium-down, .hide-for-large-down {
    display: none !important
}

table.show-for-small, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-large, table.hide-for-large-up, table.hide-for-xlarge {
    display: table
}

thead.show-for-small, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-xlarge {
    display: table-header-group !important
}

tbody.show-for-small, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-xlarge {
    display: table-row-group !important
}

tr.show-for-small, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-xlarge {
    display: table-row !important
}

td.show-for-small, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge, th.show-for-small, th.show-for-medium-down, th.show-for-large-down, th.hide-for-medium, th.hide-for-medium-up, th.hide-for-large, th.hide-for-large-up, th.hide-for-xlarge {
    display: table-cell !important
}

@media only screen and (min-width: 700px) {
    .show-for-medium, .show-for-medium-up {
        display: inherit !important
    }

    .show-for-small {
        display: none !important
    }

    .hide-for-small {
        display: inherit !important
    }

    .hide-for-medium, .hide-for-medium-up {
        display: none !important
    }

    table.show-for-medium, table.show-for-medium-up, table.hide-for-small {
        display: table
    }

    thead.show-for-medium, thead.show-for-medium-up, thead.hide-for-small {
        display: table-header-group !important
    }

    tbody.show-for-medium, tbody.show-for-medium-up, tbody.hide-for-small {
        display: table-row-group !important
    }

    tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small {
        display: table-row !important
    }

    td.show-for-medium, td.show-for-medium-up, td.hide-for-small, th.show-for-medium, th.show-for-medium-up, th.hide-for-small {
        display: table-cell !important
    }
}

@media only screen and (min-width: 1024px) {
    .show-for-large, .show-for-large-up {
        display: inherit !important
    }

    .show-for-medium, .show-for-medium-down {
        display: none !important
    }

    .hide-for-medium, .hide-for-medium-down {
        display: inherit !important
    }

    .hide-for-large, .hide-for-large-up {
        display: none !important
    }

    table.show-for-large, table.show-for-large-up, table.hide-for-medium, table.hide-for-medium-down {
        display: table
    }

    thead.show-for-large, thead.show-for-large-up, thead.hide-for-medium, thead.hide-for-medium-down {
        display: table-header-group !important
    }

    tbody.show-for-large, tbody.show-for-large-up, tbody.hide-for-medium, tbody.hide-for-medium-down {
        display: table-row-group !important
    }

    tr.show-for-large, tr.show-for-large-up, tr.hide-for-medium, tr.hide-for-medium-down {
        display: table-row !important
    }

    td.show-for-large, td.show-for-large-up, td.hide-for-medium, td.hide-for-medium-down, th.show-for-large, th.show-for-large-up, th.hide-for-medium, th.hide-for-medium-down {
        display: table-cell !important
    }
}

@media only screen and (min-width: 1200px) {
    .show-for-xlarge {
        display: inherit !important
    }

    .show-for-large, .show-for-large-down {
        display: none !important
    }

    .hide-for-large, .hide-for-large-down {
        display: inherit !important
    }

    .hide-for-xlarge {
        display: none !important
    }

    table.show-for-xlarge, table.hide-for-large, table.hide-for-large-down {
        display: table
    }

    thead.show-for-xlarge, thead.hide-for-large, thead.hide-for-large-down {
        display: table-header-group !important
    }

    tbody.show-for-xlarge, tbody.hide-for-large, tbody.hide-for-large-down {
        display: table-row-group !important
    }

    tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down {
        display: table-row !important
    }

    td.show-for-xlarge, td.hide-for-large, td.hide-for-large-down, th.show-for-xlarge, th.hide-for-large, th.hide-for-large-down {
        display: table-cell !important
    }
}

.show-for-landscape, .hide-for-portrait {
    display: inherit !important
}

.hide-for-landscape, .show-for-portrait {
    display: none !important
}

table.hide-for-landscape, table.show-for-portrait {
    display: table
}

thead.hide-for-landscape, thead.show-for-portrait {
    display: table-header-group !important
}

tbody.hide-for-landscape, tbody.show-for-portrait {
    display: table-row-group !important
}

tr.hide-for-landscape, tr.show-for-portrait {
    display: table-row !important
}

td.hide-for-landscape, td.show-for-portrait, th.hide-for-landscape, th.show-for-portrait {
    display: table-cell !important
}

@media only screen and (orientation: landscape) {
    .show-for-landscape, .hide-for-portrait {
        display: inherit !important
    }

    .hide-for-landscape, .show-for-portrait {
        display: none !important
    }

    table.show-for-landscape, table.hide-for-portrait {
        display: table
    }

    thead.show-for-landscape, thead.hide-for-portrait {
        display: table-header-group !important
    }

    tbody.show-for-landscape, tbody.hide-for-portrait {
        display: table-row-group !important
    }

    tr.show-for-landscape, tr.hide-for-portrait {
        display: table-row !important
    }

    td.show-for-landscape, td.hide-for-portrait, th.show-for-landscape, th.hide-for-portrait {
        display: table-cell !important
    }
}

@media only screen and (orientation: portrait) {
    .show-for-portrait, .hide-for-landscape {
        display: inherit !important
    }

    .hide-for-portrait, .show-for-landscape {
        display: none !important
    }

    table.show-for-portrait, table.hide-for-landscape {
        display: table
    }

    thead.show-for-portrait, thead.hide-for-landscape {
        display: table-header-group !important
    }

    tbody.show-for-portrait, tbody.hide-for-landscape {
        display: table-row-group !important
    }

    tr.show-for-portrait, tr.hide-for-landscape {
        display: table-row !important
    }

    td.show-for-portrait, td.hide-for-landscape, th.show-for-portrait, th.hide-for-landscape {
        display: table-cell !important
    }
}

.show-for-touch {
    display: none !important
}

.hide-for-touch {
    display: inherit !important
}

.touch .show-for-touch {
    display: inherit !important
}

.touch .hide-for-touch {
    display: none !important
}

table.hide-for-touch {
    display: table
}

.touch table.show-for-touch {
    display: table
}

thead.hide-for-touch {
    display: table-header-group !important
}

.touch thead.show-for-touch {
    display: table-header-group !important
}

tbody.hide-for-touch {
    display: table-row-group !important
}

.touch tbody.show-for-touch {
    display: table-row-group !important
}

tr.hide-for-touch {
    display: table-row !important
}

.touch tr.show-for-touch {
    display: table-row !important
}

td.hide-for-touch {
    display: table-cell !important
}

.touch td.show-for-touch {
    display: table-cell !important
}

th.hide-for-touch {
    display: table-cell !important
}

.touch th.show-for-touch {
    display: table-cell !important
}

@media only screen {
    [class*=block-grid-] {
        display: block;
        padding: 0;
        margin: 0 -0.625em;
        *zoom: 1
    }

    [class*=block-grid-]:before, [class*=block-grid-]:after {
        content: " ";
        display: table
    }

    [class*=block-grid-]:after {
        clear: both
    }

    [class*=block-grid-] > li {
        display: inline;
        height: auto;
        float: left;
        padding: 0 .625em 1.25em
    }

    .small-block-grid-1 > li {
        width: 100%;
        padding: 0 .625em 1.25em
    }

    .small-block-grid-1 > li:nth-of-type(n) {
        clear: none
    }

    .small-block-grid-1 > li:nth-of-type(1n+1) {
        clear: both
    }

    .small-block-grid-2 > li {
        width: 50%;
        padding: 0 .625em 1.25em
    }

    .small-block-grid-2 > li:nth-of-type(n) {
        clear: none
    }

    .small-block-grid-2 > li:nth-of-type(2n+1) {
        clear: both
    }

    .small-block-grid-3 > li {
        width: 33.3333333333%;
        padding: 0 .625em 1.25em
    }

    .small-block-grid-3 > li:nth-of-type(n) {
        clear: none
    }

    .small-block-grid-3 > li:nth-of-type(3n+1) {
        clear: both
    }

    .small-block-grid-4 > li {
        width: 25%;
        padding: 0 .625em 1.25em
    }

    .small-block-grid-4 > li:nth-of-type(n) {
        clear: none
    }

    .small-block-grid-4 > li:nth-of-type(4n+1) {
        clear: both
    }

    .small-block-grid-5 > li {
        width: 20%;
        padding: 0 .625em 1.25em
    }

    .small-block-grid-5 > li:nth-of-type(n) {
        clear: none
    }

    .small-block-grid-5 > li:nth-of-type(5n+1) {
        clear: both
    }

    .small-block-grid-6 > li {
        width: 16.6666666667%;
        padding: 0 .625em 1.25em
    }

    .small-block-grid-6 > li:nth-of-type(n) {
        clear: none
    }

    .small-block-grid-6 > li:nth-of-type(6n+1) {
        clear: both
    }

    .small-block-grid-7 > li {
        width: 14.2857142857%;
        padding: 0 .625em 1.25em
    }

    .small-block-grid-7 > li:nth-of-type(n) {
        clear: none
    }

    .small-block-grid-7 > li:nth-of-type(7n+1) {
        clear: both
    }

    .small-block-grid-8 > li {
        width: 12.5%;
        padding: 0 .625em 1.25em
    }

    .small-block-grid-8 > li:nth-of-type(n) {
        clear: none
    }

    .small-block-grid-8 > li:nth-of-type(8n+1) {
        clear: both
    }

    .small-block-grid-9 > li {
        width: 11.1111111111%;
        padding: 0 .625em 1.25em
    }

    .small-block-grid-9 > li:nth-of-type(n) {
        clear: none
    }

    .small-block-grid-9 > li:nth-of-type(9n+1) {
        clear: both
    }

    .small-block-grid-10 > li {
        width: 10%;
        padding: 0 .625em 1.25em
    }

    .small-block-grid-10 > li:nth-of-type(n) {
        clear: none
    }

    .small-block-grid-10 > li:nth-of-type(10n+1) {
        clear: both
    }

    .small-block-grid-11 > li {
        width: 9.0909090909%;
        padding: 0 .625em 1.25em
    }

    .small-block-grid-11 > li:nth-of-type(n) {
        clear: none
    }

    .small-block-grid-11 > li:nth-of-type(11n+1) {
        clear: both
    }

    .small-block-grid-12 > li {
        width: 8.3333333333%;
        padding: 0 .625em 1.25em
    }

    .small-block-grid-12 > li:nth-of-type(n) {
        clear: none
    }

    .small-block-grid-12 > li:nth-of-type(12n+1) {
        clear: both
    }
}

@media only screen and (min-width: 700px) {
    .small-block-grid-1 > li:nth-of-type(1n+1) {
        clear: none
    }

    .small-block-grid-2 > li:nth-of-type(2n+1) {
        clear: none
    }

    .small-block-grid-3 > li:nth-of-type(3n+1) {
        clear: none
    }

    .small-block-grid-4 > li:nth-of-type(4n+1) {
        clear: none
    }

    .small-block-grid-5 > li:nth-of-type(5n+1) {
        clear: none
    }

    .small-block-grid-6 > li:nth-of-type(6n+1) {
        clear: none
    }

    .small-block-grid-7 > li:nth-of-type(7n+1) {
        clear: none
    }

    .small-block-grid-8 > li:nth-of-type(8n+1) {
        clear: none
    }

    .small-block-grid-9 > li:nth-of-type(9n+1) {
        clear: none
    }

    .small-block-grid-10 > li:nth-of-type(10n+1) {
        clear: none
    }

    .small-block-grid-11 > li:nth-of-type(11n+1) {
        clear: none
    }

    .small-block-grid-12 > li:nth-of-type(12n+1) {
        clear: none
    }

    .large-block-grid-1 > li {
        width: 100%;
        padding: 0 .625em 1.25em
    }

    .large-block-grid-1 > li:nth-of-type(n) {
        clear: none
    }

    .large-block-grid-1 > li:nth-of-type(1n+1) {
        clear: both
    }

    .large-block-grid-2 > li {
        width: 50%;
        padding: 0 .625em 1.25em
    }

    .large-block-grid-2 > li:nth-of-type(n) {
        clear: none
    }

    .large-block-grid-2 > li:nth-of-type(2n+1) {
        clear: both
    }

    .large-block-grid-3 > li {
        width: 33.3333333333%;
        padding: 0 .625em 1.25em
    }

    .large-block-grid-3 > li:nth-of-type(n) {
        clear: none
    }

    .large-block-grid-3 > li:nth-of-type(3n+1) {
        clear: both
    }

    .large-block-grid-4 > li {
        width: 25%;
        padding: 0 .625em 1.25em
    }

    .large-block-grid-4 > li:nth-of-type(n) {
        clear: none
    }

    .large-block-grid-4 > li:nth-of-type(4n+1) {
        clear: both
    }

    .large-block-grid-5 > li {
        width: 20%;
        padding: 0 .625em 1.25em
    }

    .large-block-grid-5 > li:nth-of-type(n) {
        clear: none
    }

    .large-block-grid-5 > li:nth-of-type(5n+1) {
        clear: both
    }

    .large-block-grid-6 > li {
        width: 16.6666666667%;
        padding: 0 .625em 1.25em
    }

    .large-block-grid-6 > li:nth-of-type(n) {
        clear: none
    }

    .large-block-grid-6 > li:nth-of-type(6n+1) {
        clear: both
    }

    .large-block-grid-7 > li {
        width: 14.2857142857%;
        padding: 0 .625em 1.25em
    }

    .large-block-grid-7 > li:nth-of-type(n) {
        clear: none
    }

    .large-block-grid-7 > li:nth-of-type(7n+1) {
        clear: both
    }

    .large-block-grid-8 > li {
        width: 12.5%;
        padding: 0 .625em 1.25em
    }

    .large-block-grid-8 > li:nth-of-type(n) {
        clear: none
    }

    .large-block-grid-8 > li:nth-of-type(8n+1) {
        clear: both
    }

    .large-block-grid-9 > li {
        width: 11.1111111111%;
        padding: 0 .625em 1.25em
    }

    .large-block-grid-9 > li:nth-of-type(n) {
        clear: none
    }

    .large-block-grid-9 > li:nth-of-type(9n+1) {
        clear: both
    }

    .large-block-grid-10 > li {
        width: 10%;
        padding: 0 .625em 1.25em
    }

    .large-block-grid-10 > li:nth-of-type(n) {
        clear: none
    }

    .large-block-grid-10 > li:nth-of-type(10n+1) {
        clear: both
    }

    .large-block-grid-11 > li {
        width: 9.0909090909%;
        padding: 0 .625em 1.25em
    }

    .large-block-grid-11 > li:nth-of-type(n) {
        clear: none
    }

    .large-block-grid-11 > li:nth-of-type(11n+1) {
        clear: both
    }

    .large-block-grid-12 > li {
        width: 8.3333333333%;
        padding: 0 .625em 1.25em
    }

    .large-block-grid-12 > li:nth-of-type(n) {
        clear: none
    }

    .large-block-grid-12 > li:nth-of-type(12n+1) {
        clear: both
    }
}

p.lead {
    font-size: 1.21875em;
    line-height: 1.6
}

.subheader {
    line-height: 1.4;
    color: #6f6f6f;
    font-weight: 300;
    margin-top: .2em;
    margin-bottom: .5em
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    direction: ltr
}

a {
    color: #2ba6cb;
    text-decoration: none;
    line-height: inherit
}

a:hover, a:focus {
    color: #2795b6
}

a img {
    border: none
}

p {
    font-family: inherit;
    font-weight: normal;
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 1.25em;
    text-rendering: optimizeLegibility
}

p aside {
    font-size: .875em;
    line-height: 1.35;
    font-style: italic
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
    color: #222;
    text-rendering: optimizeLegibility;
    margin-top: .2em;
    margin-bottom: .5em;
    line-height: 1.2125em
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0
}

h1 {
    font-size: 2.125em
}

h2 {
    font-size: 1.6875em
}

h3 {
    font-size: 1.375em
}

h4 {
    font-size: 1.125em
}

h5 {
    font-size: 1.125em
}

h6 {
    font-size: 1em
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 1.25em 0 1.1875em;
    height: 0
}

em, i {
    font-style: italic;
    line-height: inherit
}

strong, b {
    font-weight: bold;
    line-height: inherit
}

small {
    font-size: 60%;
    line-height: inherit
}

code {
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: bold;
    color: #7f0a0c
}

ul, ol, dl {
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 1.25em;
    list-style-position: outside;
    font-family: inherit
}

ul, ol {
    margin-left: 0
}

ul.no-bullet, ol.no-bullet {
    margin-left: 0
}

ul li ul, ul li ol {
    margin-left: 1.25em;
    margin-bottom: 0;
    font-size: 1em
}

ul.square li ul, ul.circle li ul, ul.disc li ul {
    list-style: inherit
}

ul.square {
    list-style-type: square
}

ul.circle {
    list-style-type: circle
}

ul.disc {
    list-style-type: disc
}

ul.no-bullet {
    list-style: none
}

ol li ul, ol li ol {
    margin-left: 1.25em;
    margin-bottom: 0
}

dl dt {
    margin-bottom: .3em;
    font-weight: bold
}

dl dd {
    margin-bottom: .75em
}

abbr, acronym {
    text-transform: uppercase;
    font-size: 90%;
    color: #222;
    border-bottom: 1px dotted #ddd;
    cursor: help
}

abbr {
    text-transform: none
}

blockquote {
    margin: 0 0 1.25em;
    padding: .5625em 1.25em 0 1.1875em;
    border-left: 1px solid #ddd
}

blockquote cite {
    display: block;
    font-size: .8125em;
    color: #555
}

blockquote cite:before {
    content: "— "
}

blockquote cite a, blockquote cite a:visited {
    color: #555
}

blockquote, blockquote p {
    line-height: 1.6;
    color: #6f6f6f
}

.vcard {
    display: inline-block;
    margin: 0 0 1.25em 0;
    border: 1px solid #ddd;
    padding: .625em .75em
}

.vcard li {
    margin: 0;
    display: block
}

.vcard .fn {
    font-weight: bold;
    font-size: .9375em
}

.vevent .summary {
    font-weight: bold
}

.vevent abbr {
    cursor: default;
    text-decoration: none;
    font-weight: bold;
    border: none;
    padding: 0 .0625em
}

@media only screen and (min-width: 700px) {
    h1, h2, h3, h4, h5, h6 {
        line-height: 1.4
    }

    h1 {
        font-size: 2.75em
    }

    h2 {
        font-size: 2.3125em
    }

    h3 {
        font-size: 1.6875em
    }

    h4 {
        font-size: 1.4375em
    }
}

.print-only {
    display: none !important
}

@media print {
    * {
        background: rgba(0, 0, 0, 0) !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

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

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

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

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

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

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }

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

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

    .hide-on-print {
        display: none !important
    }

    .print-only {
        display: block !important
    }

    .hide-for-print {
        display: none !important
    }

    .show-for-print {
        display: inherit !important
    }
}

.contain-to-grid {
    width: 100%;
    background: #353244
}

.contain-to-grid .top-bar {
    margin-bottom: 0
}

.fixed {
    width: 100%;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 99
}

.fixed.expanded:not(.top-bar) {
    overflow-y: auto;
    height: auto;
    width: 100%;
    max-height: 100%
}

.fixed.expanded:not(.top-bar) .title-area {
    position: fixed;
    width: 100%;
    z-index: 99
}

.fixed.expanded:not(.top-bar) .top-bar-section {
    z-index: 98;
    margin-top: 51px
}

.top-bar {
    overflow: hidden;
    height: 51px;
    line-height: 51px;
    position: relative;
    background: #353244;
    margin-bottom: 0
}

.top-bar ul {
    margin-bottom: 0;
    list-style: none
}

.top-bar .row {
    max-width: none
}

.top-bar form, .top-bar input {
    margin-bottom: 0
}

.top-bar input {
    height: 2.45em
}

.top-bar .button {
    padding-top: .5em;
    padding-bottom: .5em;
    margin-bottom: 0
}

.top-bar .title-area {
    position: relative;
    margin: 0
}

.top-bar .name {
    height: 51px;
    margin: 0;
    font-size: 16px
}

.top-bar .name h1 {
    line-height: 51px;
    font-size: 1.0625em;
    margin: 0
}

.top-bar .name h1 a {
    font-weight: bold;
    color: #fff;
    width: 50%;
    display: block;
    padding: 0 17px
}

.top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0
}

.top-bar .toggle-topbar a {
    color: #fff;
    text-transform: uppercase;
    font-size: .8125em;
    font-weight: bold;
    position: relative;
    display: block;
    padding: 0 17px;
    height: 51px;
    line-height: 51px
}

.top-bar .toggle-topbar.menu-icon {
    right: 17px;
    top: 50%;
    margin-top: -16px;
    padding-left: 40px
}

.top-bar .toggle-topbar.menu-icon a {
    text-indent: -48px;
    width: 34px;
    height: 34px;
    line-height: 33px;
    padding: 0;
    color: #fff
}

.top-bar .toggle-topbar.menu-icon a span {
    position: absolute;
    right: 0;
    display: block;
    width: 16px;
    height: 0;
    -webkit-box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
    box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff
}

.top-bar.expanded {
    height: auto;
    background: rgba(0, 0, 0, 0)
}

.top-bar.expanded .title-area {
    background: #353244
}

.top-bar.expanded .toggle-topbar a {
    color: #888
}

.top-bar.expanded .toggle-topbar a span {
    -webkit-box-shadow: 0 10px 0 1px #888, 0 16px 0 1px #888, 0 22px 0 1px #888;
    box-shadow: 0 10px 0 1px #888, 0 16px 0 1px #888, 0 22px 0 1px #888
}

.top-bar-section {
    left: 0;
    position: relative;
    width: auto;
    -webkit-transition: left 300ms ease-out;
    -moz-transition: left 300ms ease-out;
    transition: left 300ms ease-out
}

.top-bar-section ul {
    width: 100%;
    height: auto;
    display: block;
    background: #353244;
    font-size: 16px;
    margin: 0
}

.top-bar-section .divider, .top-bar-section [role=separator] {
    border-bottom: solid 1px #2b2b2b;
    border-top: solid 1px #000;
    clear: both;
    height: 1px;
    width: 100%
}

.top-bar-section ul li > a {
    display: block;
    width: 100%;
    color: #fff;
    padding: 12px 0 12px 0;
    padding-left: 17px;
    font-size: .8125em;
    font-weight: bold;
    background: #353244
}

.top-bar-section ul li > a.button {
    background: #2ba6cb;
    font-size: .8125em;
    padding-right: 17px;
    padding-left: 17px
}

.top-bar-section ul li > a.button:hover {
    background: #2284a1
}

.top-bar-section ul li > a.button.secondary {
    background: #e9e9e9
}

.top-bar-section ul li > a.button.secondary:hover {
    background: #d0d0d0
}

.top-bar-section ul li > a.button.success {
    background: #5da423
}

.top-bar-section ul li > a.button.success:hover {
    background: #457a1a
}

.top-bar-section ul li > a.button.alert {
    background: #c60f13
}

.top-bar-section ul li > a.button.alert:hover {
    background: #970b0e
}

.top-bar-section ul li:hover > a {
    background: #353244;
    color: #fff
}

.top-bar-section ul li.active > a {
    background: #fff;
    color: #000
}

.top-bar-section .has-form {
    padding: 17px
}

.top-bar-section .has-dropdown {
    position: relative
}

.top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(255, 255, 255, .5);
    border-left-style: solid;
    margin-right: 17px;
    margin-top: -4.5px;
    position: absolute;
    top: 50%;
    right: 0
}

.top-bar-section .has-dropdown.moved {
    position: static
}

.top-bar-section .has-dropdown.moved > .dropdown {
    display: block
}

.top-bar-section .dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    z-index: 99
}

.top-bar-section .dropdown li {
    width: 100%;
    height: auto
}

.top-bar-section .dropdown li a {
    font-weight: normal;
    padding: 8px 17px
}

.top-bar-section .dropdown li a.parent-link {
    font-weight: bold
}

.top-bar-section .dropdown li.title h5 {
    margin-bottom: 0
}

.top-bar-section .dropdown li.title h5 a {
    color: #fff;
    line-height: 25.5px;
    display: block
}

.top-bar-section .dropdown label {
    padding: 8px 17px 2px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #555;
    font-weight: bold;
    font-size: .625em
}

.top-bar-js-breakpoint {
    width: 955px !important;
    visibility: hidden
}

.js-generated {
    display: block
}

@media only screen and (min-width: 955px) {
    .top-bar {
        background: #353244;
        *zoom: 1;
        overflow: visible
    }

    .top-bar:before, .top-bar:after {
        content: " ";
        display: table
    }

    .top-bar:after {
        clear: both
    }

    .top-bar .toggle-topbar {
        display: none
    }

    .top-bar .title-area {
        float: left
    }

    .top-bar .name h1 a {
        width: auto
    }

    .top-bar input, .top-bar .button {
        line-height: 2em;
        font-size: .875em;
        height: 2em;
        padding: 0 10px;
        position: relative;
        top: 8px
    }

    .top-bar.expanded {
        background: #353244
    }

    .contain-to-grid .top-bar {
        max-width: 980px;
        margin: 0 auto;
        margin-bottom: 0
    }

    .top-bar-section {
        -webkit-transition: none 0 0;
        -moz-transition: none 0 0;
        transition: none 0 0;
        left: 0 !important
    }

    .top-bar-section ul {
        width: auto;
        height: auto !important;
        display: inline
    }

    .top-bar-section ul li {
        float: left
    }

    .top-bar-section ul li .js-generated {
        display: none
    }

    .top-bar-section li.hover > a:not(.button) {
        background: #353244;
        color: #fff
    }

    .top-bar-section li a:not(.button) {
        padding: 0 17px;
        line-height: 51px;
        background: #353244
    }

    .top-bar-section li a:not(.button):hover {
        background: #353244
    }

    .top-bar-section .has-dropdown > a {
        padding-right: 37px !important
    }

    .top-bar-section .has-dropdown > a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: rgba(255, 255, 255, .5) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
        border-top-style: solid;
        margin-top: -2.5px;
        top: 25.5px
    }

    .top-bar-section .has-dropdown.moved {
        position: relative
    }

    .top-bar-section .has-dropdown.moved > .dropdown {
        display: none
    }

    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
        display: block
    }

    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
        border: none;
        content: "»";
        top: 1em;
        margin-top: -7px;
        right: 5px
    }

    .top-bar-section .dropdown {
        left: 0;
        top: auto;
        background: rgba(0, 0, 0, 0);
        min-width: 100%
    }

    .top-bar-section .dropdown li a {
        color: #fff;
        line-height: 1;
        white-space: nowrap;
        padding: 7px 17px;
        background: #1e1e1e
    }

    .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #1e1e1e
    }

    .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0
    }

    .top-bar-section > ul > .divider, .top-bar-section > ul > [role=separator] {
        border-bottom: none;
        border-top: none;
        border-right: solid 1px #2b2b2b;
        border-left: solid 1px #000;
        clear: none;
        height: 51px;
        width: 0
    }

    .top-bar-section .has-form {
        background: #353244;
        padding: 0 17px;
        height: 51px
    }

    .top-bar-section ul.right li .dropdown {
        left: auto;
        right: 0
    }

    .top-bar-section ul.right li .dropdown li .dropdown {
        right: 100%
    }

    .no-js .top-bar-section ul li:hover > a {
        background: #353244;
        color: #fff
    }

    .no-js .top-bar-section ul li:active > a {
        background: #fff;
        color: #000
    }

    .no-js .top-bar-section .has-dropdown:hover > .dropdown {
        display: block
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "Montserrat";
        src: url("/lemo/fileadmin/lemo/templates/fonts/montserrat-regular-webfont.svg") format("svg")
    }
}

@font-face {
    font-family: "Montserrat bold";
    src: url("/lemo/fileadmin/lemo/templates/fonts/montserrat-bold-webfont.eot");
    src: url("/lemo/fileadmin/lemo/templates/fonts/montserrat-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/lemo/fileadmin/lemo/templates/fonts/montserrat-bold-webfont.woff") format("woff"), url("/lemo/fileadmin/lemo/templates/fonts/montserrat-bold-webfont.ttf") format("truetype"), url("/lemo/fileadmin/lemo/templates/fonts/montserrat-bold-webfont.svg#webfont") format("svg");
    font-style: normal;
    font-weight: regular
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "Montserrat bold";
        src: url("/lemo/fileadmin/lemo/templates/fonts/montserrat-bold-webfont.svg") format("svg")
    }
}

@font-face {
    font-family: "lemofont";
    src: url("/lemo/fileadmin/lemo/templates/fonts/lemofont.eot");
    src: url("/lemo/fileadmin/lemo/templates/fonts/lemofont.eot?#iefix") format("embedded-opentype"), url("/lemo/fileadmin/lemo/templates/fonts/lemofont.woff") format("woff"), url("/lemo/fileadmin/lemo/templates/fonts/lemofont.ttf") format("truetype"), url("/lemo/fileadmin/lemo/templates/fonts/lemofont.svg#lemofont") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "lemo-logo";
    src: url("/lemo/fileadmin/lemo/templates/fonts/lemo-logo.eot");
    src: url("/lemo/fileadmin/lemo/templates/fonts/lemo-logo.eot?#iefix") format("embedded-opentype"), url("/lemo/fileadmin/lemo/templates/fonts/lemo-logo.woff") format("woff"), url("/lemo/fileadmin/lemo/templates/fonts/lemo-logo.ttf") format("truetype"), url("/lemo/fileadmin/lemo/templates/fonts/lemo-logo.svg#lemo-logo") format("svg");
    font-weight: normal;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "lemo-logo";
        src: url("/lemo/fileadmin/lemo/templates/fonts/lemo-logo.svg") format("svg")
    }
}

.bg-era-vormaerz {
    background: rgba(142, 168, 86, .8) none !important
}

.bg-era-vormaerz-opq40 {
    background: rgba(142, 168, 86, .4) none !important
}

.bg-era-vormaerz-font {
    color: #47552a
}

.bg-era-reaktionszeit {
    background: rgba(51, 102, 102, .8) none !important
}

.bg-era-reaktionszeit-font {
    color: #366
}

.bg-era-kaiserreich {
    background: rgba(117, 127, 78, .8) none !important
}

.bg-era-kaiserreich-font {
    color: #717a4b
}

.bg-era-erster-weltkrieg {
    background: rgba(94, 96, 84, .8) none !important
}

.bg-era-erster-weltkrieg-font {
    color: #5e6054
}

.bg-era-weimarer-republik {
    background: rgba(226, 147, 20, .8) none !important
}

.bg-era-weimarer-republik-font {
    color: #d47924
}

.bg-era-ns-regime {
    background: rgba(145, 89, 51, .9) none !important
}

.bg-era-ns-regime-font {
    color: #7c4a35
}

.bg-era-zweiter-weltkrieg {
    background: rgba(118, 19, 19, .8) none !important
}

.bg-era-zweiter-weltkrieg-opq40 {
    background: rgba(118, 19, 19, .4) none !important
}

.bg-era-zweiter-weltkrieg-font {
    color: #761313
}

.bg-era-nachkriegsjahre {
    background: rgba(51, 50, 114, .8) none !important
}

.bg-era-nachkriegsjahre-font {
    color: #333272
}

.bg-era-geteiltes-deutschland {
    background: rgba(0, 80, 135, .8) none !important
}

.bg-era-geteiltes-deutschland-font {
    color: #005087
}

.bg-era-deutsche-einheit {
    background: rgba(51, 151, 202, .8) none !important
}

.bg-era-deutsche-einheit-font {
    color: #0073a4
}

.bg-era-globalisierung {
    background: rgba(86, 179, 226, .8) none !important
}

.bg-era-globalisierung-font {
    color: #1086ae
}

body.epoche-vormaerz .epochenfarbe {
    background: #8ea856 none !important
}

body.epoche-vormaerz .epochenfarbe-opaque80 {
    background: rgba(142, 168, 86, .8) none !important
}

body.epoche-reaktionszeit .epochenfarbe {
    background: #366 none !important
}

body.epoche-reaktionszeit .epochenfarbe-opaque80 {
    background: rgba(51, 102, 102, .8) none !important
}

body.epoche-kaiserreich .epochenfarbe {
    background: #757f4e none !important
}

body.epoche-kaiserreich .epochenfarbe-opaque80 {
    background: rgba(117, 127, 78, .8) none !important
}

body.epoche-erster-weltkrieg .epochenfarbe {
    background: #5e6054 none !important
}

body.epoche-erster-weltkrieg .epochenfarbe-opaque80 {
    background: rgba(94, 96, 84, .8) none !important
}

body.epoche-weimarer-republik .epochenfarbe {
    background: #e29314 none !important
}

body.epoche-weimarer-republik .epochenfarbe-opaque80 {
    background: rgba(226, 147, 20, .8) none !important
}

body.epoche-ns-regime .epochenfarbe {
    background: #915933 none !important
}

body.epoche-ns-regime .epochenfarbe-opaque80 {
    background: rgba(145, 89, 51, .9) none !important
}

body.epoche-zweiter-weltkrieg .epochenfarbe {
    background: #761313 none !important
}

body.epoche-zweiter-weltkrieg .epochenfarbe-opaque80 {
    background: rgba(118, 19, 19, .8) none !important
}

body.epoche-nachkriegsjahre .epochenfarbe {
    background: #333272 none !important
}

body.epoche-nachkriegsjahre .epochenfarbe-opaque80 {
    background: rgba(51, 50, 114, .8) none !important
}

body.epoche-geteiltes-deutschland .epochenfarbe {
    background: #005087 none !important
}

body.epoche-geteiltes-deutschland .epochenfarbe-opaque80 {
    background: rgba(0, 80, 135, .8) none !important
}

body.epoche-deutsche-einheit .epochenfarbe {
    background: #3397ca none !important
}

body.epoche-deutsche-einheit .epochenfarbe-opaque80 {
    background: rgba(51, 151, 202, .8) none !important
}

body.epoche-globalisierung .epochenfarbe {
    background: #56b3e2 none !important
}

body.epoche-globalisierung .epochenfarbe-opaque80 {
    background: rgba(86, 179, 226, .8) none !important
}

body.f-topbar-fixed {
    padding-top: 54px
}

@media only screen and (max-width: 700px) {
    body.f-topbar-fixed {
        padding-top: 35px
    }
}

.top-bar a {
    font-family: "Montserrat", sans-serif;
    font-size: 14pt
}

.top-bar ul li.active > a:hover {
    background: #fff !important;
    color: #000
}

.top-bar .top-bar-section ul.title-area {
    padding-left: .65625em;
    padding-right: .65625em
}

.top-bar {
    height: 54px;
    padding-top: 3px
}

.top-bar .logo img {
    width: 220px;
    height: 51px;
    background: rgba(0, 0, 0, 0) url(/lemo/fileadmin/lemo/templates/assets/LeMO_Logo.png) center center no-repeat;
    background-size: contain
}

@media only screen and (-webkit-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) {
    .top-bar .logo img {
        background-image: url(/lemo/fileadmin/lemo/templates/assets/LeMO_Logo_retina.png)
    }
}

.top-bar .logotext {
    display: none
}

@media only screen and (max-width: 700px) {
    .top-bar {
        height: 35px;
        padding-top: 0
    }

    .top-bar .name {
        height: 35px
    }

    .top-bar .logo img {
        display: none
    }

    .top-bar .logotext {
        width: 206px;
        display: inline-block;
        font-family: "lemo-logo" !important
    }

    .top-bar .logotext .logo-l, .top-bar .logotext .logo-e, .top-bar .logotext .logo-m, .top-bar .logotext .logo-o {
        line-height: 1;
        color: #fff;
        font-size: 18pt;
        font-style: normal !important;
        font-variant: normal !important;
        font-weight: normal !important;
        margin-top: 6.5pt;
        text-transform: none !important;
        width: 15pt
    }

    .top-bar .logotext .logo-l {
        width: 10pt
    }

    .top-bar .logotext .claim {
        font-size: 10pt;
        color: #fff;
        padding-top: 12.5pt;
        letter-spacing: .1pt;
        margin-left: 2pt;
        width: auto
    }
}

.top-bar ul.title-area {
    padding-left: 10.5px
}

@media only screen and (max-width: 954px) {
    .top-bar ul.title-area {
        margin-right: 6.25%
    }
}

@media only screen and (max-width: 700px) {
    .top-bar ul.title-area {
        margin-left: 10.5px;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0
    }
}

.top-bar ul.title-area li.search-icon {
    margin-top: -26px;
    position: absolute;
    right: 6.5%;
    top: 50%
}

@media only screen and (min-width: 955px) {
    .top-bar ul.title-area li.search-icon {
        display: none
    }
}

@media only screen and (max-width: 954px) {
    .top-bar ul.title-area li.search-icon {
        margin-top: 0;
        right: 2px;
        top: 0
    }

    .top-bar ul.title-area li.search-icon a img {
        margin-top: 1px
    }
}

@media only screen and (max-width: 700px) {
    .top-bar ul.title-area li.search-icon a img {
        margin-top: -7px
    }
}

.top-bar ul.title-area li.menu-icon {
    right: 54px;
    top: 0;
    margin-top: 0
}

.top-bar ul.title-area li.menu-icon a {
    width: 48px;
    height: 51px;
    padding-top: 16px
}

@media only screen and (max-width: 700px) {
    .top-bar ul.title-area li.menu-icon a {
        height: 35px;
        padding-top: 9px
    }
}

.top-bar ul.title-area li.menu-icon a span {
    background: rgba(0, 0, 0, 0) url(/lemo/fileadmin/lemo/templates/assets/hauptnavi_icon_menu.png) 0 0 no-repeat;
    background-size: 21px;
    box-shadow: none;
    width: 21px;
    height: 17px;
    margin: 0 auto;
    position: relative
}

.top-bar li a:not(.button) {
    font-size: 14px;
    font-weight: 400;
    line-height: 10px;
    padding: 23px 10.5px 18px 10.5px
}

.top-bar li a.no-text {
    padding: 0
}

.top-bar .top-bar-section, .top-bar .top-bar-section * {
    -webkit-backface-visibility: visible
}

.top-bar .top-bar-section ul.right {
    height: 51px !important;
    width: 627px;
    overflow-y: auto
}

@media only screen and (max-width: 954px) {
    .top-bar .top-bar-section ul.right {
        height: auto !important;
        width: 100%
    }
}

@media only screen and (max-width: 954px) {
    .top-bar .top-bar-section li:not(.active) a:not(.button) {
        background-image: url(/lemo/fileadmin/lemo/templates/assets/epochenfarbe_default.gif)
    }

    .top-bar .top-bar-section li a:not(.button) {
        font-size: 18px;
        font-weight: normal;
        line-height: 16px;
        margin-bottom: 1px;
        padding: 13px 18px 12px 10.5px
    }
}

.top-bar ul.title-area li.search-expanded {
    background-image: url(/lemo/fileadmin/lemo/templates/assets/epochenfarbe_default.gif)
}

@media only screen and (min-width: 700px) {
    .top-bar .top-bar-section {
        margin-right: 6.25%;
        padding-right: 10.5px
    }
}

@media only screen and (max-width: 954px) {
    .top-bar .top-bar-section {
        margin-right: 0;
        padding-right: 0
    }
}

.top-bar .top-bar-section li.search-icon {
    float: right;
    margin-right: 1px
}

.top-bar .top-bar-section li.search-icon a {
    display: block;
    width: 52px;
    height: 51px
}

.top-bar .top-bar-section li.search-icon a.expanded {
    background: rgba(0, 0, 0, 0) url(/lemo/fileadmin/lemo/templates/assets/epochenfarbe_default.gif)
}

.top-bar .title-area li.search-icon a span {
    box-shadow: none
}

.top-bar.expanded .menu-icon a {
    background-image: url(/lemo/fileadmin/lemo/templates/assets/epochenfarbe_default.gif)
}

.top-bar.expanded .top-bar-section li.search-icon {
    display: none
}

@page {
    margin: 2.5cm 1cm 2.5cm 1cm
}

body {
    position: static
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg)
    }
}

@-o-keyframes rotate {
    from {
        -o-transform: rotate(0deg)
    }
    to {
        -o-transform: rotate(360deg)
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

body {
    font-family: "Open Sans", sans-serif;
    height: 100%;
    width: 100%;
    margin: 0;
    -ms-overflow-style: scrollbar !important
}

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

.clear:after {
    clear: both
}

.clear {
    zoom: 1
}

a::-moz-focus-inner {
    border: 0
}

a, a:focus {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

#content .txt-nodec {
    text-decoration: none
}

.horizontal-scroll-element ul.slides {
    margin: 0
}

@media print {
    .horizontal-scroll-element ul.slides {
        width: 100% !important
    }
}

.horizontal-scroll-element ul.slides > li {
    float: left;
    list-style: none;
    margin-bottom: 10px
}

h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.8em;
    margin: 0;
    padding: 14px 0 10px
}

#content a.to-top {
    background: #e0e0e0 url(/lemo/fileadmin/lemo/templates/assets/to-top.png) 0 0 no-repeat;
    background-size: 27px;
    display: block;
    width: 27px;
    height: 27px;
    clear: both
}

#content a#jpto-top {
    position: relative
}

#content a[id^=jpto-] {
    position: relative;
    visibility: hidden;
    display: block
}

@media only screen and (min-width: 700px) {
    #content a[id^=jpto-] {
        top: -54px
    }
}

@media only screen and (max-width: 700px) {
    #content a[id^=jpto-] {
        top: -35px
    }
}

#content a[id^=jpto-]:before {
    content: "";
    display: inline;
    width: 1px
}

#content a[id^=jpto-]:before#jpto-top {
    display: inline;
    width: 1px
}

#content #page-title-bar {
    background: rgba(0, 0, 0, 0) url(/lemo/fileadmin/lemo/templates/assets/epochenfarbe_default.gif) repeat;
    width: 100%;
    min-height: 70px;
    margin-bottom: 2.5em;
    padding: 12px 0 4px;
    position: relative;
    z-index: 10
}

@media print {
    #content #page-title-bar {
        margin-top: 0px !important;
        margin-bottom: 10pt !important;
        padding: 0px !important;
        background: none !important;
        min-height: 0px !important
    }

    #content #page-title-bar * {
        padding: 0px !important
    }
}

#content #page-title-bar h1 {
    -webkit-backface-visibility: hidden;
    line-height: 1.3;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    padding: 0;
    margin: 0;
    margin-top: 8px
}

#content #page-title-bar h1.subtitled {
    font-size: 26px;
    line-height: 1.3;
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0
}

#content #page-title-bar h2 {
    font: normal 15px "Open Sans", sans-serif;
    line-height: 1.3;
    margin: 0
}

#content #page-title-bar h1, #content #page-title-bar h2 {
    color: #fff;
    font-weight: normal
}

#content #page-title-bar a {
    color: #fff;
    text-decoration: none
}

#content #page-title-bar.overlap {
    margin-top: -70px
}

@media print {
    #content #page-title-bar.overlap {
        margin-top: 20px !important
    }
}

#content #page-title-bar.overlap.dhm {
    margin-top: -56px
}

@media print {
    #content #page-title-bar.overlap.dhm {
        margin-top: 20px !important
    }
}

#content #page-title-bar.dhm {
    min-height: 56px;
    padding-top: 0px
}

#content #page-title-bar.objektseite {
    min-height: 46px;
    padding: 0
}

#content #page-title-bar.objektseite h1 {
    min-height: 46px;
    margin: 0;
    padding: 6px 0;
    font-size: 24px
}

#content .opaque-90 {
    opacity: .9
}

#content .breadcrumb .separator {
    color: rgba(255, 255, 255, .5);
    font: 800 13px "Open Sans", sans-serif
}

#content #era-subnav-btn, #content #era-subnav-btn * {
    -webkit-backface-visibility: visible
}

#content #era-subnav-btn {
    display: none;
    margin-bottom: 40px
}

@media only screen and (min-width: 700px) {
    #content #era-subnav-btn {
        display: block
    }
}

#content #era-subnav-btn a {
    color: #fff;
    display: block;
    padding: 12px 0 9px 0;
    text-decoration: none
}

@media only screen and (min-width: 955px) {
    #content #era-subnav-btn a {
        padding: 14px 0 10px 0
    }
}

#content #era-subnav-btn a span {
    font: normal 14px "Montserrat", sans-serif;
    display: block;
    line-height: 22px
}

@media only screen and (min-width: 955px) {
    #content #era-subnav-btn a span {
        font-size: 18px;
        height: 27px;
        line-height: 27px
    }
}

#content #era-subnav-btn a span.icon {
    display: inline;
    float: left;
    font: normal 22px "lemofont";
    width: 22px;
    height: 23px;
    line-height: 23px;
    margin: 0 12px
}

@media only screen and (min-width: 955px) {
    #content #era-subnav-btn a span.icon {
        font-size: 26px;
        margin: 0 16px;
        width: 26px;
        height: 27px;
        line-height: 27px;
        margin-top: 2px
    }
}

#content #era-subnav-btn a span.icon:after {
    content: "d"
}

#content .image-caption {
    color: #5d5b59;
    display: block;
    font: normal 13px "Open Sans", sans-serif;
    line-height: 1.4em;
    margin: 12px 0 32px 0
}

#content a .image-caption {
    text-decoration: inherit
}

#content a .image-caption:hover {
    color: #369;
    text-decoration: underline
}

#content .sidebar .block {
    margin-top: 70px
}

#content .sidebar .teasergroup {
    list-style-type: none;
    margin-top: 70px
}

#content .sidebar .teasergroup li:not(.first) {
    margin-top: 1px
}

#content .sidebar .teasergroup.no-space {
    margin-top: 0
}

#content .sidebar .teaser:not(.inline) img {
    float: left;
    width: 35%;
    min-width: 0
}

#content .sidebar .teaser:not(.inline) div {
    float: left;
    width: 65%;
    padding-left: 4.25%;
    padding-bottom: 19px
}

#content .sidebar .teaser:not(.inline) div span.category {
    color: #353244;
    display: block;
    font: bold .75em "Open Sans", sans-serif;
    line-height: .75em;
    margin-bottom: .5em
}

#content .sidebar .teaser:not(.inline) div a span {
    display: block;
    font-size: 1em;
    line-height: 1.2em
}

#content ul.page-quicklinks {
    list-style-type: none
}

#content ul.page-quicklinks li {
    border-bottom: 1px solid #e8e8e8;
    color: #353244;
    font: normal 1em "Montserrat", sans-serif;
    line-height: .9375em;
    padding: 13px 0 11px 20px
}

#content ul.page-quicklinks li a {
    color: #353244;
    text-decoration: none
}

#content ul.page-quicklinks li.quicklinks-title {
    font-weight: bold;
    padding-left: 0;
    padding-top: 0
}

#content ul.quicklinks-witness li.last {
    padding-left: 0
}

#content .objekt-tabs-container {
    height: 26px;
    margin-top: -26px;
    position: relative
}

#content .objekt-tabs-container .objekt-tabs-background {
    position: relative;
    height: 100%;
    border-bottom: 1px solid #b1b1b1
}

#content .objekt-tabs-container .objekt-tabs {
    height: 100%;
    margin-right: 50px;
    border-right: 1px solid #b1b1b1;
    position: relative;
    top: -26px
}

#content .objekt-tabs-container .objekt-tabs .objekt-info, #content .objekt-tabs-container .objekt-tabs .objekt-transkription {
    display: block;
    background-color: #e8e8e8;
    border: 1px solid #b1b1b1;
    border-right: none;
    border-bottom: 1px solid #b1b1b1;
    padding: 2px 10px;
    height: 100%;
    float: right;
    font: normal .9em "Montserrat", sans-serif;
    color: #369;
    text-decoration: none
}

#content .objekt-tabs-container .objekt-tabs .objekt-info {
    width: 100px
}

#content .objekt-tabs-container .objekt-tabs .objekt-transkription {
    width: 120px
}

#content .objekt-tabs-container .objekt-tabs .tab {
    line-height: 1.5em
}

#content .objekt-tabs-container .objekt-tabs .selected {
    background-color: #fff;
    border-top: 1px solid #353244;
    border-bottom: 1px solid #fff
}

#content .objekt-uebersicht p {
    margin-bottom: 30px
}

#content .objekt-uebersicht ul li {
    font: normal 14px "Open Sans", sans-serif;
    padding-left: 0;
    list-style: none
}

#content .objekt-uebersicht ul li:before {
    content: "h";
    display: inline-block;
    font-family: "lemofont" !important;
    font-size: 13px;
    font-weight: bold;
    padding-right: 2px;
    vertical-align: middle;
    width: 16px
}

#content .objekt-uebersicht .license-cc {
    min-width: inherit;
    margin-right: 12px
}

#content dl.objekt-uebersicht {
    width: 100%;
    overflow: hidden;
    color: #353244;
    font-size: 14px
}

#content dl.objekt-uebersicht dt {
    float: left;
    font-weight: normal;
    width: 96px;
    margin: 0 20px 0 0
}

#content dl.objekt-uebersicht dd {
    display: table-cell;
    margin: 0
}

#hidden-clearing {
    display: none
}

.clearing-assembled .clearing-container .visible-img {
    height: 95%
}

footer {
    background-color: #ededf2;
    border-top: 3px solid #d8d6db;
    min-height: 200px
}

@media only screen and (max-width: 479px) {
    footer {
        min-height: 380px
    }
}

footer ul#links-info, footer ul#footer-logos {
    list-style-type: none
}

footer ul#links-info li, footer ul#footer-logos li {
    float: left
}

footer ul#links-info {
    float: right
}

footer ul#links-info li {
    margin-top: 10px
}

footer ul#links-info li a {
    color: #036;
    font: normal .8125em "Open Sans", sans-serif;
    line-height: .8125em
}

footer ul#links-info li a#to-top {
    background: rgba(0, 0, 0, 0) url(/lemo/fileadmin/lemo/templates/assets/page_up_retina.png) 0 0 no-repeat;
    background-size: 40px;
    display: block;
    width: 40px;
    height: 40px;
    margin-left: 6px;
    margin-top: -13px
}

footer ul#links-info li:not(.first) {
    margin-left: 22px
}

footer ul#footer-logos {
    margin-top: 70px;
    max-width: 608px
}

footer ul#footer-logos img {
    min-width: 0
}

@media only screen and (min-width: 480px) {
    footer ul#footer-logos li:not(.first) {
        margin-left: 8.2%
    }

    footer ul#footer-logos img {
        width: 100%
    }

    footer ul#footer-logos li#logo-dhm {
        max-width: 26%
    }

    footer ul#footer-logos li#logo-hdg {
        max-width: 33.8%
    }

    footer ul#footer-logos li#logo-barch {
        max-width: 23.7%
    }
}

@media only screen and (max-width: 479px) {
    footer ul#footer-logos li {
        float: none;
        margin: 50px 0;
        max-width: 100%
    }

    footer ul#footer-logos li.last {
        margin-bottom: 0
    }
}

#content {
    padding-bottom: 50px
}

@media only screen and (min-width: 700px) {
    #content {
        padding-bottom: 70px
    }
}

#content .objekt-uebersicht h1.lang-titel {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: normal;
    margin: 0;
    margin-top: -40px;
    padding: 14px 0 46px
}

#content h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: .25em;
    margin-top: 1em
}

#content h3 {
    font: normal 1.25em "Montserrat", sans-serif
}

#content h5 {
    font: normal .875em "Montserrat", sans-serif;
    margin-bottom: .25em
}

#content h2.objekt-uebersicht {
    color: #000;
    font-size: 16px;
    margin: 40px 0 14px
}

#content .content-row-first {
    margin-top: 2.5em
}

#content .content-row-first h3 {
    line-height: 1em;
    margin-top: 0
}

#content p {
    color: #353244;
    font-size: 14px;
    letter-spacing: .3px
}

@media only screen and (min-width: 700px) {
    #content .large-nospace-btm {
        bottom: 0;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important
    }
}

@media only screen and (max-width: 700px) {
    #content .small-nospace-btm {
        bottom: 0;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important
    }
}

#content .row.first h2:first-child {
    margin-top: 0
}

#content p.abstract {
    font-size: 16px;
    letter-spacing: .6px
}

#content p.author {
    margin: 1.85em 0 5em 0
}

#content .collapse-left {
    padding-left: 0
}

#content a {
    color: #369;
    text-decoration: underline
}

#content .infobox-text {
    background-color: #e8e8e8;
    color: #353244;
    padding: 26px 20px 58px 20px
}

#content .infobox-text div {
    font: normal 15px "Open Sans", sans-serif;
    height: 100%;
    overflow: hidden
}

#content .infobox-text a.text-toggle {
    position: absolute;
    right: 15px;
    bottom: 13px;
    text-decoration: none
}

#content .infobox-text a.text-toggle span {
    background: none;
    display: block;
    font: normal 28px "lemofont";
    min-width: 28px;
    line-height: 28px;
    margin: 0;
    padding: 0;
    position: relative
}

#content .infobox-text a.text-toggle span.text-collapsed:after {
    content: "a"
}

#content .infobox-text a.text-toggle span.text-expanded:after {
    content: "b"
}

body.page-startseite #content ul#contents-media {
    page-break-inside: avoid
}

body.page-startseite #content ul#contents-media h2 {
    font-size: 15px
}

@media print {
    body.page-startseite #content ul#contents-media h2 {
        font-size: 13pt !important
    }
}

body.page-lernen ul#sub-categories ul.headline li, body.page-themen ul#sub-categories ul.headline li, body.page-startseite ul#contents-media ul.headline li, body.page-zeitzeugen #content ul#news ul.headline li {
    padding-bottom: .2em
}

body.page-lernen ul#sub-categories a, body.page-themen ul#sub-categories a, body.page-startseite ul#contents-media a, body.page-zeitzeugen #content ul#news a {
    text-decoration: none
}

body.page-lernen ul#sub-categories a img, body.page-themen ul#sub-categories a img, body.page-startseite ul#contents-media a img, body.page-zeitzeugen #content ul#news a img {
    width: 100%
}

body.page-lernen ul#sub-categories span, body.page-themen ul#sub-categories span, body.page-startseite ul#contents-media span, body.page-zeitzeugen #content ul#news span {
    background-image: url(/lemo/fileadmin/lemo/templates/assets/epochenfarbe_default.gif);
    font: bold 17px "Open Sans", sans-serif;
    min-height: 70px;
    opacity: .9;
    padding: 10px 17px;
    top: 0
}

@media print {
    body.page-lernen ul#sub-categories span, body.page-themen ul#sub-categories span, body.page-startseite ul#contents-media span, body.page-zeitzeugen #content ul#news span {
        font-size: 11pt !important
    }
}

body.page-lernen ul#sub-categories span.bottom, body.page-themen ul#sub-categories span.bottom, body.page-startseite ul#contents-media span.bottom, body.page-zeitzeugen #content ul#news span.bottom {
    bottom: 0;
    top: auto
}

body.page-lernen ul#sub-categories span.large, body.page-themen ul#sub-categories span.large, body.page-startseite ul#contents-media span.large, body.page-zeitzeugen #content ul#news span.large {
    font-size: 22px
}

body.page-themen ul#sub-categories li span, body.page-lernen ul#sub-categories li span {
    font-size: 1.5em;
    font-family: "Montserrat bold", sans-serif;
    font-weight: normal;
    line-height: 1em;
    padding: 18px 30px
}

body.page-zeitzeugen #content ul#news {
    margin-top: 10px
}

@media only screen and (max-width: 700px) {
    body.page-zeitzeugen #content ul#news ul#headline-hdg li h2 {
        margin-top: 8px
    }
}

body.page-zeitzeugen #content ul#news h2 {
    font-size: .9375em;
    margin-bottom: .5em
}

body.page-zeitzeugen #content ul#news span {
    bottom: 0;
    font-size: 1.0625em;
    top: auto
}

@media print {
    body.page-zeitzeugen #content ul#news span {
        font-size: .7625em !important;
        min-height: 0px !important
    }
}

body.page-zeitzeugen #content ul#news span.top {
    bottom: auto;
    top: 0
}

body.page-themen-demokratie-und-diktatur #content ul * {
    -webkit-backface-visibility: visible
}

body.page-themen-demokratie-und-diktatur #content ul li.sub-topic a {
    display: block;
    position: relative
}

body.page-themen-demokratie-und-diktatur #content ul li.sub-topic a span {
    background-color: rgba(53, 50, 68, .9);
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 17px;
    font-family: "Montserrat bold", sans-serif;
    line-height: normal;
    width: 100%;
    padding: 12px 0;
    position: absolute;
    text-align: center
}

body.page-themen-demokratie-und-diktatur #content ul li a img {
    width: 100%
}

body.page-themen-demokratie-und-diktatur #content ul li .teasers-infotext-wrapper {
    position: relative;
    z-index: 1
}

body.page-themen-demokratie-und-diktatur #content ul li .teasers-infotext-wrapper .infobox-text {
    height: 100%;
    position: absolute;
    top: 0
}

body.page-themen-demokratie-und-diktatur #content ul li .teasers-infotext-wrapper .infobox-text span {
    color: #353244
}

body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content h3, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content h3, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content h3, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content h3, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content h3, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content h3, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content h3, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content h3, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content h3 {
    margin-top: 0
}

body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .themen-subnavigation-wrapper, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .themen-subnavigation-wrapper, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .themen-subnavigation-wrapper, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .themen-subnavigation-wrapper, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .themen-subnavigation-wrapper, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .themen-subnavigation-wrapper, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .themen-subnavigation-wrapper, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .themen-subnavigation-wrapper, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .themen-subnavigation-wrapper {
    display: table;
    margin-bottom: 24px
}

body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content #navicon-start, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content #navicon-start, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content #navicon-start, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content #navicon-start, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content #navicon-start, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content #navicon-start, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content #navicon-start, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content #navicon-start, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content #navicon-start {
    background-image: url(/lemo/fileadmin/lemo/templates/assets/themen_navicon_start.png)
}

body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content #navicon-games, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content #navicon-games, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content #navicon-games, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content #navicon-games, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content #navicon-games, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content #navicon-games, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content #navicon-games, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content #navicon-games, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content #navicon-games {
    background-image: url(/lemo/fileadmin/lemo/templates/assets/themen_navicon_spiele.png)
}

body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .topic-navicon, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .topic-navicon, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .topic-navicon, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .topic-navicon, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .topic-navicon, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .topic-navicon, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .topic-navicon, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .topic-navicon, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .topic-navicon {
    background: rgba(0, 0, 0, 0) 0 0 no-repeat;
    background-size: contain;
    display: table-cell;
    width: 100px;
    max-width: 100px;
    vertical-align: top
}

@media only screen and (max-width: 600px) {
    body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .topic-navicon, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .topic-navicon, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .topic-navicon, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .topic-navicon, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .topic-navicon, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .topic-navicon, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .topic-navicon, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .topic-navicon, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .topic-navicon {
        width: 76px;
        max-width: 76px
    }
}

@media only screen and (max-width: 320px) {
    body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .topic-navicon, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .topic-navicon, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .topic-navicon, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .topic-navicon, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .topic-navicon, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .topic-navicon, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .topic-navicon, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .topic-navicon, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .topic-navicon {
        width: 50px;
        max-width: 50px
    }
}

body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .topic-navicon a, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .topic-navicon a, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .topic-navicon a, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .topic-navicon a, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .topic-navicon a, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .topic-navicon a, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .topic-navicon a, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .topic-navicon a, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .topic-navicon a {
    display: block;
    width: 100px;
    height: 100px
}

@media only screen and (max-width: 600px) {
    body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .topic-navicon a, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .topic-navicon a, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .topic-navicon a, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .topic-navicon a, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .topic-navicon a, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .topic-navicon a, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .topic-navicon a, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .topic-navicon a, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .topic-navicon a {
        width: 76px;
        height: 76px
    }
}

@media only screen and (max-width: 320px) {
    body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .topic-navicon a, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .topic-navicon a, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .topic-navicon a, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .topic-navicon a, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .topic-navicon a, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .topic-navicon a, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .topic-navicon a, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .topic-navicon a, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .topic-navicon a {
        width: 50px;
        height: 50px
    }
}

body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .navicon-selected, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .navicon-selected, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .navicon-selected, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .navicon-selected, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .navicon-selected, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .navicon-selected, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .navicon-selected, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .navicon-selected, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .navicon-selected {
    background-position: 1px -1px
}

body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .navicon-selected img, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .navicon-selected img, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .navicon-selected img, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .navicon-selected img, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .navicon-selected img, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .navicon-selected img, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .navicon-selected img, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .navicon-selected img, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .navicon-selected img {
    max-width: 130px;
    margin: -10px 0 0 -15px
}

@media only screen and (max-width: 600px) {
    body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .navicon-selected img, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .navicon-selected img, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .navicon-selected img, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .navicon-selected img, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .navicon-selected img, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .navicon-selected img, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .navicon-selected img, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .navicon-selected img, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .navicon-selected img {
        max-width: 99px;
        margin: -8px 0 0 -11px
    }
}

@media only screen and (max-width: 320px) {
    body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .navicon-selected img, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .navicon-selected img, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .navicon-selected img, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .navicon-selected img, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .navicon-selected img, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .navicon-selected img, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .navicon-selected img, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .navicon-selected img, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .navicon-selected img {
        max-width: 65px;
        margin: -5px 0 0 -7px
    }
}

body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .slideshow-topics-wrap, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .slideshow-topics-wrap, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .slideshow-topics-wrap, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .slideshow-topics-wrap, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .slideshow-topics-wrap, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .slideshow-topics-wrap, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .slideshow-topics-wrap, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .slideshow-topics-wrap, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .slideshow-topics-wrap {
    display: table-cell;
    padding: 0 18px
}

@media only screen and (max-width: 600px) {
    body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .slideshow-topics-wrap, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .slideshow-topics-wrap, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .slideshow-topics-wrap, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .slideshow-topics-wrap, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .slideshow-topics-wrap, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .slideshow-topics-wrap, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .slideshow-topics-wrap, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .slideshow-topics-wrap, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .slideshow-topics-wrap {
        padding: 0 15px
    }
}

@media only screen and (max-width: 320px) {
    body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .slideshow-topics-wrap, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .slideshow-topics-wrap, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .slideshow-topics-wrap, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .slideshow-topics-wrap, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .slideshow-topics-wrap, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .slideshow-topics-wrap, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .slideshow-topics-wrap, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .slideshow-topics-wrap, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .slideshow-topics-wrap {
        padding: 0 8px
    }
}

body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .slideshow-topics-wrap .slider, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .slideshow-topics-wrap .slider, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .slideshow-topics-wrap .slider, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .slideshow-topics-wrap .slider, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .slideshow-topics-wrap .slider, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .slideshow-topics-wrap .slider, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .slideshow-topics-wrap .slider, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .slideshow-topics-wrap .slider, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .slideshow-topics-wrap .slider {
    background: rgba(0, 0, 0, 0) url(/lemo/fileadmin/lemo/templates/assets/themen_slideshow_bg_01.png) 0 0 repeat-x;
    position: relative
}

@media only screen and (max-width: 600px) {
    body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .slideshow-topics-wrap .slider, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .slideshow-topics-wrap .slider, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .slideshow-topics-wrap .slider, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .slideshow-topics-wrap .slider, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .slideshow-topics-wrap .slider, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .slideshow-topics-wrap .slider, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .slideshow-topics-wrap .slider, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .slideshow-topics-wrap .slider, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .slideshow-topics-wrap .slider {
        background-image: url(/lemo/fileadmin/lemo/templates/assets/themen_slideshow_bg_02.png)
    }
}

@media only screen and (max-width: 320px) {
    body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .slideshow-topics-wrap .slider, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .slideshow-topics-wrap .slider, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .slideshow-topics-wrap .slider, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .slideshow-topics-wrap .slider, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .slideshow-topics-wrap .slider, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .slideshow-topics-wrap .slider, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .slideshow-topics-wrap .slider, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .slideshow-topics-wrap .slider, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .slideshow-topics-wrap .slider {
        background-image: url(/lemo/fileadmin/lemo/templates/assets/themen_slideshow_bg_03.png)
    }
}

body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .slideshow-topics-wrap .slider .slider-wrap, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .slideshow-topics-wrap .slider .slider-wrap, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .slideshow-topics-wrap .slider .slider-wrap, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .slideshow-topics-wrap .slider .slider-wrap, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .slideshow-topics-wrap .slider .slider-wrap, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .slideshow-topics-wrap .slider .slider-wrap, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .slideshow-topics-wrap .slider .slider-wrap, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .slideshow-topics-wrap .slider .slider-wrap, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .slideshow-topics-wrap .slider .slider-wrap {
    max-width: 700px;
    height: 116px;
    margin: 0 auto;
    overflow: hidden
}

@media only screen and (max-width: 600px) {
    body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .slideshow-topics-wrap .slider .slider-wrap, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .slideshow-topics-wrap .slider .slider-wrap, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .slideshow-topics-wrap .slider .slider-wrap, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .slideshow-topics-wrap .slider .slider-wrap, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .slideshow-topics-wrap .slider .slider-wrap, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .slideshow-topics-wrap .slider .slider-wrap, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .slideshow-topics-wrap .slider .slider-wrap, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .slideshow-topics-wrap .slider .slider-wrap, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .slideshow-topics-wrap .slider .slider-wrap {
        height: 90px;
        max-width: 280px
    }
}

@media only screen and (max-width: 320px) {
    body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .slideshow-topics-wrap .slider .slider-wrap, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .slideshow-topics-wrap .slider .slider-wrap, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .slideshow-topics-wrap .slider .slider-wrap, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .slideshow-topics-wrap .slider .slider-wrap, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .slideshow-topics-wrap .slider .slider-wrap, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .slideshow-topics-wrap .slider .slider-wrap, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .slideshow-topics-wrap .slider .slider-wrap, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .slideshow-topics-wrap .slider .slider-wrap, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .slideshow-topics-wrap .slider .slider-wrap {
        height: 60px;
        max-width: 118px
    }
}

body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .slideshow-topics-wrap .slider .slider-wrap ul li, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .slideshow-topics-wrap .slider .slider-wrap ul li, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .slideshow-topics-wrap .slider .slider-wrap ul li, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .slideshow-topics-wrap .slider .slider-wrap ul li, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .slideshow-topics-wrap .slider .slider-wrap ul li, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .slideshow-topics-wrap .slider .slider-wrap ul li, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .slideshow-topics-wrap .slider .slider-wrap ul li, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .slideshow-topics-wrap .slider .slider-wrap ul li, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .slideshow-topics-wrap .slider .slider-wrap ul li {
    width: 100px;
    padding: 6px;
    position: relative
}

@media only screen and (max-width: 600px) {
    body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .slideshow-topics-wrap .slider .slider-wrap ul li, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .slideshow-topics-wrap .slider .slider-wrap ul li, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .slideshow-topics-wrap .slider .slider-wrap ul li, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .slideshow-topics-wrap .slider .slider-wrap ul li, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .slideshow-topics-wrap .slider .slider-wrap ul li, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .slideshow-topics-wrap .slider .slider-wrap ul li, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .slideshow-topics-wrap .slider .slider-wrap ul li, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .slideshow-topics-wrap .slider .slider-wrap ul li, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .slideshow-topics-wrap .slider .slider-wrap ul li {
        width: 76px
    }
}

@media only screen and (max-width: 320px) {
    body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .slideshow-topics-wrap .slider .slider-wrap ul li, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .slideshow-topics-wrap .slider .slider-wrap ul li, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .slideshow-topics-wrap .slider .slider-wrap ul li, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .slideshow-topics-wrap .slider .slider-wrap ul li, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .slideshow-topics-wrap .slider .slider-wrap ul li, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .slideshow-topics-wrap .slider .slider-wrap ul li, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .slideshow-topics-wrap .slider .slider-wrap ul li, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .slideshow-topics-wrap .slider .slider-wrap ul li, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .slideshow-topics-wrap .slider .slider-wrap ul li {
        width: 50px;
        padding: 3px
    }
}

body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .slideshow-topics-wrap .slider .slider-wrap ul li img.highlight, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .slideshow-topics-wrap .slider .slider-wrap ul li img.highlight, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .slideshow-topics-wrap .slider .slider-wrap ul li img.highlight, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .slideshow-topics-wrap .slider .slider-wrap ul li img.highlight, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .slideshow-topics-wrap .slider .slider-wrap ul li img.highlight, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .slideshow-topics-wrap .slider .slider-wrap ul li img.highlight, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .slideshow-topics-wrap .slider .slider-wrap ul li img.highlight, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .slideshow-topics-wrap .slider .slider-wrap ul li img.highlight, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .slideshow-topics-wrap .slider .slider-wrap ul li img.highlight {
    max-width: 130px;
    left: 0;
    margin: -9px 0 0 -15px;
    position: absolute;
    top: 0
}

@media only screen and (max-width: 600px) {
    body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .slideshow-topics-wrap .slider .slider-wrap ul li img.highlight, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .slideshow-topics-wrap .slider .slider-wrap ul li img.highlight, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .slideshow-topics-wrap .slider .slider-wrap ul li img.highlight, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .slideshow-topics-wrap .slider .slider-wrap ul li img.highlight, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .slideshow-topics-wrap .slider .slider-wrap ul li img.highlight, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .slideshow-topics-wrap .slider .slider-wrap ul li img.highlight, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .slideshow-topics-wrap .slider .slider-wrap ul li img.highlight, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .slideshow-topics-wrap .slider .slider-wrap ul li img.highlight, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .slideshow-topics-wrap .slider .slider-wrap ul li img.highlight {
        max-width: 99px;
        margin: -7px 0 0 -11px
    }
}

@media only screen and (max-width: 320px) {
    body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .slideshow-topics-wrap .slider .slider-wrap ul li img.highlight, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .slideshow-topics-wrap .slider .slider-wrap ul li img.highlight, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .slideshow-topics-wrap .slider .slider-wrap ul li img.highlight, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .slideshow-topics-wrap .slider .slider-wrap ul li img.highlight, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .slideshow-topics-wrap .slider .slider-wrap ul li img.highlight, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .slideshow-topics-wrap .slider .slider-wrap ul li img.highlight, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .slideshow-topics-wrap .slider .slider-wrap ul li img.highlight, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .slideshow-topics-wrap .slider .slider-wrap ul li img.highlight, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .slideshow-topics-wrap .slider .slider-wrap ul li img.highlight {
        max-width: 65px;
        margin: -4px 0 0 -7px
    }
}

body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .slideshow-topics-wrap .slider a.prev, body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .slideshow-topics-wrap .slider a.next, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .slideshow-topics-wrap .slider a.prev, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .slideshow-topics-wrap .slider a.next, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .slideshow-topics-wrap .slider a.prev, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .slideshow-topics-wrap .slider a.next, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .slideshow-topics-wrap .slider a.prev, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .slideshow-topics-wrap .slider a.next, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .slideshow-topics-wrap .slider a.prev, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .slideshow-topics-wrap .slider a.next, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .slideshow-topics-wrap .slider a.prev, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .slideshow-topics-wrap .slider a.next, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .slideshow-topics-wrap .slider a.prev, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .slideshow-topics-wrap .slider a.next, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .slideshow-topics-wrap .slider a.prev, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .slideshow-topics-wrap .slider a.next, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .slideshow-topics-wrap .slider a.prev, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .slideshow-topics-wrap .slider a.next {
    display: block;
    position: absolute;
    text-decoration: none;
    top: 41px
}

@media only screen and (max-width: 600px) {
    body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .slideshow-topics-wrap .slider a.prev, body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .slideshow-topics-wrap .slider a.next, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .slideshow-topics-wrap .slider a.prev, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .slideshow-topics-wrap .slider a.next, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .slideshow-topics-wrap .slider a.prev, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .slideshow-topics-wrap .slider a.next, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .slideshow-topics-wrap .slider a.prev, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .slideshow-topics-wrap .slider a.next, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .slideshow-topics-wrap .slider a.prev, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .slideshow-topics-wrap .slider a.next, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .slideshow-topics-wrap .slider a.prev, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .slideshow-topics-wrap .slider a.next, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .slideshow-topics-wrap .slider a.prev, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .slideshow-topics-wrap .slider a.next, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .slideshow-topics-wrap .slider a.prev, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .slideshow-topics-wrap .slider a.next, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .slideshow-topics-wrap .slider a.prev, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .slideshow-topics-wrap .slider a.next {
        top: 31px
    }
}

@media only screen and (max-width: 320px) {
    body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .slideshow-topics-wrap .slider a.prev, body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .slideshow-topics-wrap .slider a.next, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .slideshow-topics-wrap .slider a.prev, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .slideshow-topics-wrap .slider a.next, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .slideshow-topics-wrap .slider a.prev, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .slideshow-topics-wrap .slider a.next, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .slideshow-topics-wrap .slider a.prev, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .slideshow-topics-wrap .slider a.next, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .slideshow-topics-wrap .slider a.prev, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .slideshow-topics-wrap .slider a.next, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .slideshow-topics-wrap .slider a.prev, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .slideshow-topics-wrap .slider a.next, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .slideshow-topics-wrap .slider a.prev, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .slideshow-topics-wrap .slider a.next, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .slideshow-topics-wrap .slider a.prev, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .slideshow-topics-wrap .slider a.next, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .slideshow-topics-wrap .slider a.prev, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .slideshow-topics-wrap .slider a.next {
        top: 19px
    }
}

body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .slideshow-topics-wrap .slider a.prev span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .slideshow-topics-wrap .slider a.next span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .slideshow-topics-wrap .slider a.prev span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .slideshow-topics-wrap .slider a.next span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .slideshow-topics-wrap .slider a.prev span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .slideshow-topics-wrap .slider a.next span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .slideshow-topics-wrap .slider a.prev span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .slideshow-topics-wrap .slider a.next span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .slideshow-topics-wrap .slider a.prev span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .slideshow-topics-wrap .slider a.next span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .slideshow-topics-wrap .slider a.prev span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .slideshow-topics-wrap .slider a.next span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .slideshow-topics-wrap .slider a.prev span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .slideshow-topics-wrap .slider a.next span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .slideshow-topics-wrap .slider a.prev span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .slideshow-topics-wrap .slider a.next span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .slideshow-topics-wrap .slider a.prev span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .slideshow-topics-wrap .slider a.next span {
    color: #353244;
    display: block;
    font: normal 24px "lemofont";
    width: 24px;
    height: 24px;
    line-height: 1
}

@media only screen and (max-width: 600px) {
    body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .slideshow-topics-wrap .slider a.prev span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .slideshow-topics-wrap .slider a.next span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .slideshow-topics-wrap .slider a.prev span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .slideshow-topics-wrap .slider a.next span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .slideshow-topics-wrap .slider a.prev span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .slideshow-topics-wrap .slider a.next span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .slideshow-topics-wrap .slider a.prev span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .slideshow-topics-wrap .slider a.next span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .slideshow-topics-wrap .slider a.prev span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .slideshow-topics-wrap .slider a.next span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .slideshow-topics-wrap .slider a.prev span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .slideshow-topics-wrap .slider a.next span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .slideshow-topics-wrap .slider a.prev span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .slideshow-topics-wrap .slider a.next span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .slideshow-topics-wrap .slider a.prev span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .slideshow-topics-wrap .slider a.next span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .slideshow-topics-wrap .slider a.prev span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .slideshow-topics-wrap .slider a.next span {
        font-size: 20px;
        width: 20px;
        height: 20px
    }
}

@media only screen and (max-width: 320px) {
    body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .slideshow-topics-wrap .slider a.prev span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .slideshow-topics-wrap .slider a.next span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .slideshow-topics-wrap .slider a.prev span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .slideshow-topics-wrap .slider a.next span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .slideshow-topics-wrap .slider a.prev span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .slideshow-topics-wrap .slider a.next span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .slideshow-topics-wrap .slider a.prev span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .slideshow-topics-wrap .slider a.next span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .slideshow-topics-wrap .slider a.prev span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .slideshow-topics-wrap .slider a.next span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .slideshow-topics-wrap .slider a.prev span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .slideshow-topics-wrap .slider a.next span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .slideshow-topics-wrap .slider a.prev span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .slideshow-topics-wrap .slider a.next span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .slideshow-topics-wrap .slider a.prev span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .slideshow-topics-wrap .slider a.next span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .slideshow-topics-wrap .slider a.prev span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .slideshow-topics-wrap .slider a.next span {
        font-size: 16px;
        width: 16px;
        height: 16px
    }
}

body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .slideshow-topics-wrap .slider a.inactive span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .slideshow-topics-wrap .slider a.inactive span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .slideshow-topics-wrap .slider a.inactive span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .slideshow-topics-wrap .slider a.inactive span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .slideshow-topics-wrap .slider a.inactive span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .slideshow-topics-wrap .slider a.inactive span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .slideshow-topics-wrap .slider a.inactive span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .slideshow-topics-wrap .slider a.inactive span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .slideshow-topics-wrap .slider a.inactive span {
    color: #b1b1bc
}

body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .slideshow-topics-wrap .slider a.prev, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .slideshow-topics-wrap .slider a.prev, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .slideshow-topics-wrap .slider a.prev, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .slideshow-topics-wrap .slider a.prev, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .slideshow-topics-wrap .slider a.prev, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .slideshow-topics-wrap .slider a.prev, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .slideshow-topics-wrap .slider a.prev, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .slideshow-topics-wrap .slider a.prev, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .slideshow-topics-wrap .slider a.prev {
    left: 3px
}

@media only screen and (max-width: 600px) {
    body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .slideshow-topics-wrap .slider a.prev, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .slideshow-topics-wrap .slider a.prev, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .slideshow-topics-wrap .slider a.prev, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .slideshow-topics-wrap .slider a.prev, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .slideshow-topics-wrap .slider a.prev, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .slideshow-topics-wrap .slider a.prev, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .slideshow-topics-wrap .slider a.prev, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .slideshow-topics-wrap .slider a.prev, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .slideshow-topics-wrap .slider a.prev {
        left: 7px
    }
}

body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .slideshow-topics-wrap .slider a.prev span:after, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .slideshow-topics-wrap .slider a.prev span:after, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .slideshow-topics-wrap .slider a.prev span:after, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .slideshow-topics-wrap .slider a.prev span:after, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .slideshow-topics-wrap .slider a.prev span:after, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .slideshow-topics-wrap .slider a.prev span:after, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .slideshow-topics-wrap .slider a.prev span:after, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .slideshow-topics-wrap .slider a.prev span:after, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .slideshow-topics-wrap .slider a.prev span:after {
    content: "g"
}

body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .slideshow-topics-wrap .slider a.next, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .slideshow-topics-wrap .slider a.next, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .slideshow-topics-wrap .slider a.next, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .slideshow-topics-wrap .slider a.next, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .slideshow-topics-wrap .slider a.next, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .slideshow-topics-wrap .slider a.next, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .slideshow-topics-wrap .slider a.next, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .slideshow-topics-wrap .slider a.next, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .slideshow-topics-wrap .slider a.next {
    right: 3px
}

@media only screen and (max-width: 600px) {
    body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .slideshow-topics-wrap .slider a.next, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .slideshow-topics-wrap .slider a.next, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .slideshow-topics-wrap .slider a.next, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .slideshow-topics-wrap .slider a.next, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .slideshow-topics-wrap .slider a.next, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .slideshow-topics-wrap .slider a.next, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .slideshow-topics-wrap .slider a.next, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .slideshow-topics-wrap .slider a.next, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .slideshow-topics-wrap .slider a.next {
        right: 7px
    }
}

body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .slideshow-topics-wrap .slider a.next span:after, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .slideshow-topics-wrap .slider a.next span:after, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .slideshow-topics-wrap .slider a.next span:after, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .slideshow-topics-wrap .slider a.next span:after, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .slideshow-topics-wrap .slider a.next span:after, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .slideshow-topics-wrap .slider a.next span:after, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .slideshow-topics-wrap .slider a.next span:after, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .slideshow-topics-wrap .slider a.next span:after, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .slideshow-topics-wrap .slider a.next span:after {
    content: "h"
}

body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .slider-objects, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .slider-objects, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .slider-objects, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .slider-objects, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .slider-objects, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .slider-objects, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .slider-objects, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .slider-objects, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .slider-objects {
    position: relative
}

body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .slider-objects .slider-wrap, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .slider-objects .slider-wrap, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .slider-objects .slider-wrap, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .slider-objects .slider-wrap, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .slider-objects .slider-wrap, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .slider-objects .slider-wrap, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .slider-objects .slider-wrap, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .slider-objects .slider-wrap, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .slider-objects .slider-wrap {
    background-color: #fff;
    overflow: hidden
}

body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .slider-objects .slider-wrap ul li, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .slider-objects .slider-wrap ul li, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .slider-objects .slider-wrap ul li, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .slider-objects .slider-wrap ul li, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .slider-objects .slider-wrap ul li, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .slider-objects .slider-wrap ul li, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .slider-objects .slider-wrap ul li, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .slider-objects .slider-wrap ul li, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .slider-objects .slider-wrap ul li {
    width: 100%;
    overflow: hidden
}

@media print {
    body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .slider-objects .slider-wrap ul li, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .slider-objects .slider-wrap ul li, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .slider-objects .slider-wrap ul li, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .slider-objects .slider-wrap ul li, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .slider-objects .slider-wrap ul li, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .slider-objects .slider-wrap ul li, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .slider-objects .slider-wrap ul li, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .slider-objects .slider-wrap ul li, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .slider-objects .slider-wrap ul li {
        margin-top: 10px;
        float: none;
        page-break-inside: avoid;
        font-size: 9pt !important;
        width: 100% !important
    }
}

body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .slider-objects .slider-wrap ul li .average_height, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .slider-objects .slider-wrap ul li .average_height, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .slider-objects .slider-wrap ul li .average_height, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .slider-objects .slider-wrap ul li .average_height, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .slider-objects .slider-wrap ul li .average_height, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .slider-objects .slider-wrap ul li .average_height, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .slider-objects .slider-wrap ul li .average_height, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .slider-objects .slider-wrap ul li .average_height, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .slider-objects .slider-wrap ul li .average_height {
    height: 450px;
    display: table-cell;
    vertical-align: middle;
    width: inherit
}

body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .slider-objects .slider-wrap ul li img, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .slider-objects .slider-wrap ul li img, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .slider-objects .slider-wrap ul li img, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .slider-objects .slider-wrap ul li img, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .slider-objects .slider-wrap ul li img, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .slider-objects .slider-wrap ul li img, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .slider-objects .slider-wrap ul li img, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .slider-objects .slider-wrap ul li img, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .slider-objects .slider-wrap ul li img {
    position: relative
}

body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .slider-objects .slider-wrap ul li .info-caption, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .slider-objects .slider-wrap ul li .info-caption, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .slider-objects .slider-wrap ul li .info-caption, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .slider-objects .slider-wrap ul li .info-caption, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .slider-objects .slider-wrap ul li .info-caption, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .slider-objects .slider-wrap ul li .info-caption, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .slider-objects .slider-wrap ul li .info-caption, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .slider-objects .slider-wrap ul li .info-caption, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .slider-objects .slider-wrap ul li .info-caption {
    background-color: #e8e8e8;
    margin-top: 10px;
    padding: 12px
}

body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .slider-objects .slider-wrap ul li .info-caption div, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .slider-objects .slider-wrap ul li .info-caption div, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .slider-objects .slider-wrap ul li .info-caption div, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .slider-objects .slider-wrap ul li .info-caption div, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .slider-objects .slider-wrap ul li .info-caption div, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .slider-objects .slider-wrap ul li .info-caption div, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .slider-objects .slider-wrap ul li .info-caption div, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .slider-objects .slider-wrap ul li .info-caption div, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .slider-objects .slider-wrap ul li .info-caption div {
    line-height: 14px
}

body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .slider-objects .slider-wrap ul li .info-caption div a, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .slider-objects .slider-wrap ul li .info-caption div a, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .slider-objects .slider-wrap ul li .info-caption div a, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .slider-objects .slider-wrap ul li .info-caption div a, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .slider-objects .slider-wrap ul li .info-caption div a, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .slider-objects .slider-wrap ul li .info-caption div a, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .slider-objects .slider-wrap ul li .info-caption div a, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .slider-objects .slider-wrap ul li .info-caption div a, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .slider-objects .slider-wrap ul li .info-caption div a {
    font: normal 14px "Open Sans", sans-serif
}

@media print {
    body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .slider-objects .slider-wrap ul li .info-caption div a, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .slider-objects .slider-wrap ul li .info-caption div a, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .slider-objects .slider-wrap ul li .info-caption div a, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .slider-objects .slider-wrap ul li .info-caption div a, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .slider-objects .slider-wrap ul li .info-caption div a, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .slider-objects .slider-wrap ul li .info-caption div a, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .slider-objects .slider-wrap ul li .info-caption div a, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .slider-objects .slider-wrap ul li .info-caption div a, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .slider-objects .slider-wrap ul li .info-caption div a {
        font: normal 9pt "Open Sans", sans-serif
    }
}

body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .slider-objects .slider-wrap ul li .info-caption span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .slider-objects .slider-wrap ul li .info-caption span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .slider-objects .slider-wrap ul li .info-caption span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .slider-objects .slider-wrap ul li .info-caption span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .slider-objects .slider-wrap ul li .info-caption span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .slider-objects .slider-wrap ul li .info-caption span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .slider-objects .slider-wrap ul li .info-caption span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .slider-objects .slider-wrap ul li .info-caption span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .slider-objects .slider-wrap ul li .info-caption span {
    color: #000;
    display: block;
    font: normal 15px "Open Sans", sans-serif;
    line-height: 1.3em;
    margin-top: 10px
}

@media print {
    body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .slider-objects .slider-wrap ul li .info-caption span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .slider-objects .slider-wrap ul li .info-caption span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .slider-objects .slider-wrap ul li .info-caption span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .slider-objects .slider-wrap ul li .info-caption span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .slider-objects .slider-wrap ul li .info-caption span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .slider-objects .slider-wrap ul li .info-caption span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .slider-objects .slider-wrap ul li .info-caption span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .slider-objects .slider-wrap ul li .info-caption span, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .slider-objects .slider-wrap ul li .info-caption span {
        font: normal 9pt "Open Sans", sans-serif
    }
}

body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .slider-objects .slider-wrap ul li .info-caption span.spacing, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .slider-objects .slider-wrap ul li .info-caption span.spacing, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .slider-objects .slider-wrap ul li .info-caption span.spacing, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .slider-objects .slider-wrap ul li .info-caption span.spacing, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .slider-objects .slider-wrap ul li .info-caption span.spacing, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .slider-objects .slider-wrap ul li .info-caption span.spacing, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .slider-objects .slider-wrap ul li .info-caption span.spacing, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .slider-objects .slider-wrap ul li .info-caption span.spacing, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .slider-objects .slider-wrap ul li .info-caption span.spacing {
    margin-top: 29px
}

body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .slider-objects .slider-wrap ul div.item-body, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .slider-objects .slider-wrap ul div.item-body, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .slider-objects .slider-wrap ul div.item-body, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .slider-objects .slider-wrap ul div.item-body, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .slider-objects .slider-wrap ul div.item-body, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .slider-objects .slider-wrap ul div.item-body, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .slider-objects .slider-wrap ul div.item-body, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .slider-objects .slider-wrap ul div.item-body, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .slider-objects .slider-wrap ul div.item-body {
    text-align: center
}

body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .slider-objects .slider-wrap ul div.item-body img, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .slider-objects .slider-wrap ul div.item-body img, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .slider-objects .slider-wrap ul div.item-body img, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .slider-objects .slider-wrap ul div.item-body img, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .slider-objects .slider-wrap ul div.item-body img, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .slider-objects .slider-wrap ul div.item-body img, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .slider-objects .slider-wrap ul div.item-body img, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .slider-objects .slider-wrap ul div.item-body img, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .slider-objects .slider-wrap ul div.item-body img {
    max-width: 100%;
    max-height: 100%;
    margin: auto
}

body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .slider-objects a.prev, body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .slider-objects a.next, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .slider-objects a.prev, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .slider-objects a.next, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .slider-objects a.prev, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .slider-objects a.next, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .slider-objects a.prev, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .slider-objects a.next, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .slider-objects a.prev, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .slider-objects a.next, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .slider-objects a.prev, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .slider-objects a.next, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .slider-objects a.prev, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .slider-objects a.next, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .slider-objects a.prev, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .slider-objects a.next, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .slider-objects a.prev, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .slider-objects a.next {
    background: rgba(0, 0, 0, 0) 0 0 no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    background-size: cover
}

body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .slider-objects a.prev.average_height, body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .slider-objects a.next.average_height, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .slider-objects a.prev.average_height, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .slider-objects a.next.average_height, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .slider-objects a.prev.average_height, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .slider-objects a.next.average_height, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .slider-objects a.prev.average_height, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .slider-objects a.next.average_height, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .slider-objects a.prev.average_height, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .slider-objects a.next.average_height, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .slider-objects a.prev.average_height, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .slider-objects a.next.average_height, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .slider-objects a.prev.average_height, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .slider-objects a.next.average_height, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .slider-objects a.prev.average_height, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .slider-objects a.next.average_height, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .slider-objects a.prev.average_height, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .slider-objects a.next.average_height {
    top: 230px
}

body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .slider-objects a.prev, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .slider-objects a.prev, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .slider-objects a.prev, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .slider-objects a.prev, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .slider-objects a.prev, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .slider-objects a.prev, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .slider-objects a.prev, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .slider-objects a.prev, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .slider-objects a.prev {
    background-image: url(/lemo/fileadmin/lemo/templates/assets/WF_Assets_page_back_retina.png);
    left: 0
}

body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .slider-objects a.next, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .slider-objects a.next, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .slider-objects a.next, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .slider-objects a.next, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .slider-objects a.next, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .slider-objects a.next, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .slider-objects a.next, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .slider-objects a.next, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .slider-objects a.next {
    background-image: url(/lemo/fileadmin/lemo/templates/assets/WF_Assets_page_forward_retina.png);
    right: 0
}

body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .slider-objects a.inactive, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .slider-objects a.inactive, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .slider-objects a.inactive, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .slider-objects a.inactive, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .slider-objects a.inactive, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .slider-objects a.inactive, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .slider-objects a.inactive, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .slider-objects a.inactive, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .slider-objects a.inactive {
    display: none
}

body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .slideshow-bullets, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .slideshow-bullets, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .slideshow-bullets, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .slideshow-bullets, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .slideshow-bullets, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .slideshow-bullets, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .slideshow-bullets, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .slideshow-bullets, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .slideshow-bullets {
    list-style-type: none;
    position: absolute;
    right: 9px;
    padding-top: 23px
}

body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .slideshow-bullets.average_height, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .slideshow-bullets.average_height, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .slideshow-bullets.average_height, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .slideshow-bullets.average_height, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .slideshow-bullets.average_height, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .slideshow-bullets.average_height, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .slideshow-bullets.average_height, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .slideshow-bullets.average_height, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .slideshow-bullets.average_height {
    top: 450px
}

body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .slideshow-bullets li, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .slideshow-bullets li, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .slideshow-bullets li, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .slideshow-bullets li, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .slideshow-bullets li, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .slideshow-bullets li, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .slideshow-bullets li, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .slideshow-bullets li, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .slideshow-bullets li {
    background: rgba(0, 0, 0, 0) url(/lemo/fileadmin/lemo/templates/assets/page_progress_grey.png) -2px -2px no-repeat;
    background-size: 19px;
    cursor: pointer;
    float: left;
    width: 15px;
    height: 15px;
    margin: 0 5px
}

body.page-themen-demokratie-und-diktatur-was-ist-demokratie #content .slideshow-bullets li.active, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-amerikanische-unabhaengigkeit #content .slideshow-bullets li.active, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-ballhausschwur #content .slideshow-bullets li.active, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-erstes-deutsches-parlament #content .slideshow-bullets li.active, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-wahl-der-nationalversammlung #content .slideshow-bullets li.active, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-grundgesetz-der-brd #content .slideshow-bullets li.active, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-verfassung-der-ddr #content .slideshow-bullets li.active, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-omnibus-fuer-direkte-demokratie #content .slideshow-bullets li.active, body.page-themen-demokratie-und-diktatur-was-ist-demokratie-spiel-demokratie-und-diktatur #content .slideshow-bullets li.active {
    background-image: url(/lemo/fileadmin/lemo/templates/assets/page_progress_highlight.png)
}

body.page-startseite ul#fields, body.page-bestand ul#teaser {
    position: relative;
    display: block;
    padding: 0;
    margin: 0 -0.675em;
    overflow: hidden
}

body.page-startseite ul#fields > li, body.page-bestand ul#teaser > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 .675em 1.35em
}

body.page-startseite ul#fields li a, body.page-bestand ul#teaser li a {
    text-decoration: none
}

body.page-startseite ul#fields li a img, body.page-bestand ul#teaser li a img {
    width: 100%
}

body.page-startseite ul#fields li a span, body.page-bestand ul#teaser li a span {
    background-color: rgba(53, 50, 68, .9);
    bottom: 0;
    font-size: 17px;
    font-family: "Montserrat bold", sans-serif;
    line-height: normal;
    height: 36px;
    padding-top: 8px;
    text-align: center
}

body.page-startseite .row ul li a, body.page-themen .row ul li a, body.page-lernen .row ul li a, body.page-bestand .row ul li a, body.page-zeitzeugen .row ul li a {
    display: block;
    width: 100%;
    position: relative
}

body.page-startseite .row ul li a span, body.page-themen .row ul li a span, body.page-lernen .row ul li a span, body.page-bestand .row ul li a span, body.page-zeitzeugen .row ul li a span {
    color: #fff;
    display: block;
    width: 100%;
    position: absolute
}

body.page-zeitzeugen #content h2 {
    font-size: 1.25em
}

@media only screen and (max-width: 700px) {
    body.page-zeitzeugen #content .map-wrapper {
        display: none
    }
}

body.page-zeitzeugen #content .map-dummy {
    background-image: url(/img/zeitzeugen/Zeitzeugenkarte_dummy-01.png);
    background-size: cover;
    background-repeat: no-repeat
}

body.page-zeitzeugen #content ul#page-intro > li {
    padding-bottom: 0
}

body.page-zeitzeugen #content h2.eras {
    margin-bottom: 10px
}

body.page-zeitzeugen #content ul#eras {
    margin: 0 -0.1875em 1.25em;
    display: block;
    width: 100%
}

body.page-zeitzeugen #content ul#eras li {
    display: block;
    overflow: hidden;
    padding: .1875em
}

body.page-zeitzeugen #content ul#eras li .wrapper {
    display: table;
    width: 100%;
    height: 100%
}

body.page-zeitzeugen #content ul#eras li .wrapper a {
    width: inherit;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font: normal 1em "Open Sans Condensed", sans-serif;
    height: 50px;
    padding: 1px 4px;
    text-align: center;
    text-decoration: none
}

body.page-zeitzeugen #content ul#eras li.vormaerz-revolution a {
    background-color: #8ea856
}

body.page-zeitzeugen #content ul#eras li.reaktionszeit a {
    background-color: #366
}

body.page-zeitzeugen #content ul#eras li.kaiserreich a {
    background-color: #757f4e
}

body.page-zeitzeugen #content ul#eras li.erster-weltkrieg a {
    background-color: #5e6054
}

body.page-zeitzeugen #content ul#eras li.weimarer-republik a {
    background-color: #e29314
}

body.page-zeitzeugen #content ul#eras li.ns-regime a {
    background-color: #915933
}

body.page-zeitzeugen #content ul#eras li.zweiter-weltkrieg a {
    background-color: #761313
}

body.page-zeitzeugen #content ul#eras li.nachkriegsjahre a {
    background-color: #333272
}

body.page-zeitzeugen #content ul#eras li.geteiltes-deutschland a {
    background-color: #005087
}

body.page-zeitzeugen #content ul#eras li.deutsche-einheit a {
    background-color: #3397ca
}

body.page-zeitzeugen #content ul#eras li.globalisierung a {
    background-color: #56b3e2
}

body.epoche-erster-weltkrieg #content p.citation, body.page-bestand-biografie-kaiser-wilhelm-ii #content p.citation, body.page-bestand-biografie-erich-von-falkenhayn #content p.citation {
    color: #5d5b69;
    font: 600 italic 14px "Open Sans", sans-serif;
    margin: 28px 0 0 0
}

@media only screen and (max-width: 700px) {
    body.epoche-erster-weltkrieg #content p.citation {
        margin-bottom: 1.25em
    }
}

body.epoche-deutsche-einheit #content p.citation, body.epoche-deutsche-einheit #content p.citation-method, body.page-zeitzeugen-frank-prehn #content p.citation, body.page-zeitzeugen-frank-prehn #content p.citation-method, body.page-bestand-biografie-michail-gorbatschow #content p.citation, body.page-bestand-biografie-michail-gorbatschow #content p.citation-method, body.page-bestand-biografie-john-f-kennedy #content p.citation, body.page-bestand-biografie-john-f-kennedy #content p.citation-method {
    color: #5d5b69;
    font: normal 12px "Open Sans", sans-serif
}

body.epoche-deutsche-einheit #content p.citation, body.page-zeitzeugen-frank-prehn #content p.citation, body.page-bestand-biografie-michail-gorbatschow #content p.citation, body.page-bestand-biografie-john-f-kennedy #content p.citation {
    margin: 35px 0 0 0
}

body.epoche-deutsche-einheit #content p.citation-method, body.page-zeitzeugen-frank-prehn #content p.citation-method, body.page-bestand-biografie-michail-gorbatschow #content p.citation-method, body.page-bestand-biografie-john-f-kennedy #content p.citation-method {
    border: 1px solid #d8d6db;
    padding: 11px 13px;
    margin: 12px 0 0 0;
    word-wrap: break-word
}

@media only screen and (max-width: 700px) {
    body.epoche-deutsche-einheit #content p.citation-method, body.page-zeitzeugen-frank-prehn #content p.citation-method, body.page-bestand-biografie-michail-gorbatschow #content p.citation-method, body.page-bestand-biografie-john-f-kennedy #content p.citation-method {
        margin-bottom: 1.5em
    }
}

body.page-zeitzeugen-michael-kurz #content p.citation, body.page-zeitzeugen-frank-prehn #content p.citation {
    color: #353244;
    font: 600 14px "Open Sans", sans-serif;
    margin: 0 0 28px 0
}

body.page-zeitzeugen-michael-kurz #content .citation-witness, body.page-zeitzeugen-frank-prehn #content .citation-witness {
    background-color: #e8e8e8;
    padding: 11px 13px;
    margin: 32px 0 0 0
}

body.page-zeitzeugen-michael-kurz #content .citation-witness h3, body.page-zeitzeugen-frank-prehn #content .citation-witness h3 {
    color: #000;
    font: normal 16px "Montserrat", sans-serif;
    margin-top: 0
}

body.page-zeitzeugen-michael-kurz #content .citation-witness p, body.page-zeitzeugen-frank-prehn #content .citation-witness p {
    font: normal 14px "Open Sans", sans-serif;
    margin-bottom: 0
}

body.page-zeitzeugen-frank-prehn #content p.citation-method {
    margin: 34px 0 0 0
}

@media only screen and (max-width: 700px) {
    body.page-bestand-biografie-michail-gorbatschow #content p.citation-method {
        margin-bottom: 0
    }
}

body.page-lernen #content #page-title-bar, body.page-lernen-dhm #content #page-title-bar, body.page-lernen-hdg #content #page-title-bar {
    background: #c41b22
}

body.page-lernen #sub-categories li a img, body.page-lernen-dhm #sub-categories li a img, body.page-lernen-hdg #sub-categories li a img {
    height: 300px;
    background-color: #d3d3d3
}

body.page-lernen #sub-categories-no-image a, body.page-lernen-dhm #sub-categories-no-image a, body.page-lernen-hdg #sub-categories-no-image a {
    height: 290px;
    background-image: url(/lemo/fileadmin/lemo/templates/assets/epochenfarbe_default.gif);
    text-decoration: none;
    margin-top: 17px
}

body.page-lernen #sub-categories-no-image a h2, body.page-lernen-dhm #sub-categories-no-image a h2, body.page-lernen-hdg #sub-categories-no-image a h2 {
    font-family: "Montserrat bold", sans-serif;
    font-size: 24px;
    color: #fff;
    padding: 18px 35px 2px;
    margin: 0
}

body.page-lernen #sub-categories-no-image a h3, body.page-lernen-dhm #sub-categories-no-image a h3, body.page-lernen-hdg #sub-categories-no-image a h3 {
    font-family: "Open Sans", sans-serif;
    font-wight: bold;
    font-size: 22px;
    color: #fff;
    padding: 0 35px;
    margin: 0
}

@media only screen and (max-width: 630px) {
    body.page-lernen #sub-categories-no-image li, body.page-lernen-dhm #sub-categories-no-image li, body.page-lernen-hdg #sub-categories-no-image li {
        width: 100%
    }
}

body.page-kontakt p {
    margin-bottom: 2.5em
}

body.page-kontakt form label {
    color: #353244;
    float: left;
    width: 120px;
    padding: .75em 0
}

body.page-kontakt form input[type=text], body.page-kontakt form textarea {
    max-width: 385px;
    width: 100%
}

body.page-kontakt form input[type=text] {
    margin-bottom: 6px;
    width: 100%;
    height: 35px
}

body.page-kontakt form textarea {
    height: 200px;
    margin: 0
}

body.page-kontakt form input[type=submit] {
    background: none repeat scroll 0 0 #353244;
    border: none;
    color: #fff;
    font: normal .875em "Montserrat", sans-serif;
    height: 35px;
    margin: 18px 0 17px 0;
    text-transform: uppercase
}

#content .row blockquote.witness-quote {
    font-size: 1em;
    font-weight: bold;
    padding-left: 2em;
    border: 0;
    color: #222
}

#content img.bildAnwandlung {
    width: 100%;
    min-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

#content form input[type=text], #content form input[type=submit], #content form input[type=button] {
    border-radius: 0
}

#content div.teaser-block {
    margin-bottom: 84px
}

#content .biografie-teaser, #content .zeitzeuge-teaser {
    margin-bottom: 1px
}

#content .biografie-teaser img, #content .zeitzeuge-teaser img {
    width: 35%;
    min-width: 0;
    float: left
}

#content .biografie-teaser div, #content .zeitzeuge-teaser div {
    padding: 3% 0% 5.25% 3%;
    width: 59%;
    float: left
}

#content .biografie-teaser div span.teaserlabel, #content .zeitzeuge-teaser div span.teaserlabel {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    color: #353244;
    font-size: 12px;
    clear: break
}

#content .biografie-teaser div span.name, #content .zeitzeuge-teaser div span.name {
    font-family: "Open Sans", sans-serif;
    color: #369;
    font-size: 16px
}

#content .biografie-teaser div span.zusatz, #content .zeitzeuge-teaser div span.zusatz {
    font-family: "Open Sans", sans-serif;
    color: #369;
    font-size: 14px
}

#content .objekt-teaser {
    margin-bottom: 1px
}

#content .objekt-teaser div {
    padding: 3% 0%;
    width: 59%;
    float: left
}

#content .objekt-teaser div span.teaserlabel {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    color: #353244;
    font-size: 12px;
    clear: break
}

#content .objekt-teaser div span.name {
    font-family: "Open Sans", sans-serif;
    color: #369;
    font-size: 16px
}

#content .objekt-teaser div span.zusatz {
    font-family: "Open Sans", sans-serif;
    color: #369;
    font-size: 14px
}

#content .lemo-button {
    font: normal 15px "Montserrat", sans-serif;
    border: 1px solid #e8e8e8;
    padding: 1px 10px;
    text-decoration: none;
    background-color: #fff;
    -moz-box-shadow: 2px 2px 3px -2px #000;
    -webkit-box-shadow: 2px 2px 3px -2px #000;
    box-shadow: 2px 2px 3px -2px #000
}

div {
    -webkit-backface-visibility: hidden
}

html, body.page-lernen-hdg div.columns {
    -webkit-backface-visibility: visible
}

.fixfixed .fixed {
    position: absolute !important
}

@media print {
    body, body.f-topbar-fixed {
        padding: 0 30px
    }

    .no-pics img {
        display: none !important
    }

    a[href]:after {
        content: ""
    }

    img[src*=trans] {
        display: none
    }

    img {
        height: auto !important;
        width: auto !important;
        min-width: 0 !important;
        min-height: 0 !important;
        max-width: 50% !important;
        max-height: 25% !important
    }

    .columns {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    #content h1 {
        font-size: 17pt !important
    }

    #content h2 {
        font-size: 9pt !important
    }

    #content h3 {
        font-size: 13pt !important
    }

    #content .chapter-title {
        font-size: 10pt !important
    }

    #content p {
        font-size: 9pt !important
    }

    #content p.abstract {
        font-size: 11pt !important
    }

    [class*=bg-era] {
        background-color: rgba(0, 0, 0, 0) !important
    }

    [class*=block-grid] {
        list-style: none;
        padding: 0px !important;
        margin: 0px !important
    }

    [class*=block-grid] li {
        padding: 0px !important
    }

    [class*=block-grid] li * {
        padding: 0px !important
    }

    [class*=block-grid] li.sub-topic {
        page-break-inside: avoid
    }

    [class*=block-grid] li .infobox-text {
        position: static !important;
        height: auto !important;
        margin-bottom: 20pt !important
    }

    [class*=block-grid] li img {
        max-width: 35% !important;
        max-height: 24% !important;
        page-break-after: avoid
    }

    [class*=block-grid] li span {
        text-align: left !important;
        position: static !important;
        padding: 18px 0px !important
    }

    [class*=block-grid]#fields li span {
        text-align: left !important;
        position: static !important;
        padding: 8pt 0px 16pt 0pt !important
    }

    [class*=block-grid]#fields li img {
        max-width: 75% !important;
        max-height: 75% !important;
        page-break-after: avoid
    }
}

.logo-include {
    visibility: hidden;
    position: absolute;
    top: 0px;
    font-family: "lemo-logo" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.logotext {
    margin-left: -6px
}

.logotext .logo-l, .logotext .logo-e, .logotext .logo-m, .logotext .logo-o {
    font-size: 21pt;
    color: #000;
    font-family: "lemo-logo" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.logotext .logo-l {
    display: block;
    width: 12pt;
    float: left
}

.logotext .logo-e {
    display: block;
    width: 17pt;
    float: left
}

.logotext .logo-m {
    display: block;
    width: 17pt;
    float: left
}

.logotext .logo-o {
    display: block;
    width: 20pt;
    float: left
}

.logotext .claim {
    display: block;
    width: 200px;
    float: left;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 12pt;
    padding-top: 18pt;
    padding-left: 3pt;
    letter-spacing: 1pt;
    line-height: 1
}

@media print {
    .logotext .claim {
        width: auto
    }
}

#nav-search {
    background: rgba(0, 0, 0, 0) url(/lemo/fileadmin/lemo/templates/assets/epochenfarbe_default.gif) repeat 1px 0px;
    display: none;
    width: 100%;
    height: 75px;
    position: fixed;
    top: 54px;
    z-index: 20
}

@media only screen and (max-width: 954px) {
    #nav-search {
        background-position: 3px 0px
    }
}

@media only screen and (min-width: 700px) {
    #nav-search {
        width: 336px
    }
}

@media only screen and (max-width: 700px) {
    #nav-search {
        height: 60px;
        top: 35px
    }
}

#nav-search .search-form {
    background: none;
    padding: 18px;
    height: 72px
}

@media only screen and (max-width: 700px) {
    #nav-search .search-form {
        padding: 14px;
        height: 64px
    }
}

#nav-search .search-form input[type=submit] {
    margin-left: 6px
}

body {
    -ms-overflow-style: -ms-autohiding-scrollbar
}

body.page-bestand #search, body.page-bestand-suche #search {
    margin: 48px auto 48px auto;
    position: relative
}

@media print {
    body.page-bestand #search, body.page-bestand-suche #search {
        margin: 0px
    }
}

@media only screen and (max-width: 700px) {
    body.page-bestand #search, body.page-bestand-suche #search {
        margin-top: 0;
        margin-bottom: 20px
    }
}

body.page-bestand #search #search-label, body.page-bestand-suche #search #search-label {
    color: #86848f;
    font: normal 19px "Montserrat", sans-serif;
    padding-top: 20px
}

@media only screen and (max-width: 700px) {
    body.page-bestand #search #search-label, body.page-bestand-suche #search #search-label {
        line-height: 1.2;
        padding-top: 16px;
        padding-bottom: 15px
    }
}

body.page-bestand-suche #search {
    max-width: 980px
}

.search-form form {
    width: 100%;
    overflow: hidden
}

.search-form form .search-term-wrapper {
    overflow: hidden
}

.search-form form input[type=submit].search, .search-form form input[type=text].search-term {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 1em;
    padding: .75em
}

.search-form form input[type=submit].search {
    background: none repeat scroll 0 0 #353244;
    height: 36px;
    color: #fff;
    border: none;
    border-radius: 0
}

.search-form form input[type=text].search-term {
    width: 100%;
    min-width: 11em;
    height: 36px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 0
}

body.page-bestand #content .search-form input[type=submit].search, body.page-bestand-suche #content .search-form input[type=submit].search, #nav-search .search-form input[type=submit].search {
    float: right;
    margin-left: 10px
}

body.page-bestand #content .search-form, body.page-bestand-suche #content .search-form {
    background: rgba(0, 0, 0, 0) url(/lemo/fileadmin/lemo/templates/assets/epochenfarbe_default.gif);
    width: 100%;
    height: 84px;
    padding: 24px;
    position: relative
}

body.page-lernen-hdg #content .search-form {
    margin-top: 1em;
    margin-bottom: 1em
}

body.page-lernen-hdg #content .search-form .row {
    margin-bottom: .5em;
    height: 36px
}

body.page-lernen-hdg #content .search-form .row .columns {
    height: 36px;
    vertical-align: middle
}

@media only screen and (min-width: 700px) {
    body.page-lernen-dhm #content .search-page {
        margin-left: 0
    }
}

@media only screen and (min-width: 700px) {
    body.page-bestand-suche #content .search-page {
        margin-left: 263px;
        margin-right: 60px
    }
}

@media only screen and (min-width: 1024px) {
    body.page-bestand-suche #content .search-page {
        margin-right: 73px
    }
}

@media only screen and (max-width: 700px) {
    body.page-bestand-suche #content .search-page {
        padding-left: 11px;
        padding-right: 20px
    }
}

@media only screen and (max-width: 700px) {
    body.page-bestand-suche #content .search-page .showFacetLayerButton {
        background-color: #353244;
        height: 36px;
        margin-bottom: 20px;
        padding: 0;
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        font-weight: normal;
        width: 100%;
        box-shadow: none;
        border: 0 none;
        display: block;
        text-align: center;
        text-decoration: none;
        color: #fff
    }

    body.page-bestand-suche #content .search-page .showFacetLayerButton:hover, body.page-bestand-suche #content .search-page .showFacetLayerButton:focus {
        background-color: #353244
    }
}

body.page-bestand-suche #content .search-page .results-count {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    color: #000;
    padding-top: 18px;
    padding-bottom: 18px;
    display: block;
    margin: 0
}

@media print {
    body.page-bestand-suche #content .search-page .results-count {
        font-size: 9pt !important
    }
}

body.page-bestand-suche #content .search-page ul.selectedFacets {
    list-style-type: none;
    line-height: 1.2em;
    display: block;
    margin: 0
}

body.page-bestand-suche #content .search-page ul.selectedFacets li:last-child {
    margin-bottom: 18px
}

@media print {
    body.page-bestand-suche #content .search-page ul.selectedFacets {
        font-size: 9pt !important
    }
}

body.page-bestand-suche #content .search-page ul#solrsearch-results-container {
    list-style: none;
    margin-left: -10px
}

@media only screen and (min-width: 1024px) {
    body.page-bestand-suche #content .search-page ul#solrsearch-results-container {
        margin-right: -20px
    }

    body.page-bestand-suche #content .search-page ul#solrsearch-results-container li {
        width: 33%
    }
}

@media only screen and (max-width: 1024px) {
    body.page-bestand-suche #content .search-page ul#solrsearch-results-container {
        margin-right: -10px
    }

    body.page-bestand-suche #content .search-page ul#solrsearch-results-container li {
        width: 50%
    }
}

@media print {
    body.page-bestand-suche #content .search-page ul#solrsearch-results-container li {
        width: 33%
    }

    body.page-bestand-suche #content .search-page ul#solrsearch-results-container li img {
        max-width: 100% !important
    }
}

#content .search-page .showFacetLayerButton, #content .search-page .results-count, #content .search-page ul.selectedFacets {
    display: none
}

#content .search-page ul#solrsearch-results-container {
    list-style: none;
    margin-left: -10px
}

@media only screen and (max-width: 700px) {
    #content .search-page ul#solrsearch-results-container {
        margin-right: -20px
    }

    #content .search-page ul#solrsearch-results-container li {
        width: 50%
    }
}

@media only screen and (min-width: 700px) {
    #content .search-page ul#solrsearch-results-container {
        margin-right: -10px
    }

    #content .search-page ul#solrsearch-results-container li {
        width: 33%
    }
}

#content .search-page ul#solrsearch-results-container li {
    margin-bottom: 20px
}

#content .search-page ul#solrsearch-results-container li.solrsearch-result-special .search-result-body {
    padding-top: 3em;
    background-color: #e8e8e8
}

#content .search-page ul#solrsearch-results-container li.solrsearch-result-special .search-result-body .search-result-text {
    position: relative
}

#content .search-page ul#solrsearch-results-container li.solrsearch-result-special .search-result-body .search-result-text a.next {
    display: block;
    position: absolute;
    text-decoration: none;
    top: 25px;
    right: 3px
}

@media only screen and (max-width: 600px) {
    #content .search-page ul#solrsearch-results-container li.solrsearch-result-special .search-result-body .search-result-text a.next {
        right: 7px;
        top: 31px
    }
}

@media only screen and (max-width: 320px) {
    #content .search-page ul#solrsearch-results-container li.solrsearch-result-special .search-result-body .search-result-text a.next {
        top: 19px
    }
}

#content .search-page ul#solrsearch-results-container li.solrsearch-result-special .search-result-body .search-result-text a.next span {
    color: #353244;
    display: block;
    font: normal 24px "lemofont";
    width: 24px;
    height: 24px;
    line-height: 1
}

@media only screen and (max-width: 600px) {
    #content .search-page ul#solrsearch-results-container li.solrsearch-result-special .search-result-body .search-result-text a.next span {
        font-size: 20px;
        width: 20px;
        height: 20px
    }
}

@media only screen and (max-width: 320px) {
    #content .search-page ul#solrsearch-results-container li.solrsearch-result-special .search-result-body .search-result-text a.next span {
        font-size: 16px;
        width: 16px;
        height: 16px
    }
}

#content .search-page ul#solrsearch-results-container li.solrsearch-result-special .search-result-body .search-result-text a.next span:after {
    content: "h"
}

#content .search-page ul#solrsearch-results-container li .search-result-body {
    background-color: #f2f2f4;
    margin-left: 10px;
    margin-right: 10px
}

#content .search-page ul#solrsearch-results-container li .search-result-body .search-result-picture img {
    width: 100%
}

#content .search-page ul#solrsearch-results-container li .search-result-body .search-result-text {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px
}

#content .search-page ul#solrsearch-results-container li .search-result-body .search-result-text .solrsearch-result-type {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    color: #353244
}

@media print {
    #content .search-page ul#solrsearch-results-container li .search-result-body .search-result-text .solrsearch-result-type {
        font-size: 12px !important
    }
}

#content .search-page ul#solrsearch-results-container li .search-result-body .search-result-text h2 {
    margin-top: 0;
    margin-bottom: 3px;
    font-family: "Montserrat bold", sans-serif;
    font-size: 15px;
    line-height: normal
}

@media print {
    #content .search-page ul#solrsearch-results-container li .search-result-body .search-result-text h2 {
        font-size: 15px !important
    }
}

#content .search-page ul#solrsearch-results-container li .search-result-body .search-result-text h2 a {
    color: #39c
}

#content .search-page ul#solrsearch-results-container li .search-result-body .search-result-text .solrsearch-result-place {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000;
    margin-bottom: 0;
    line-height: normal
}

@media print {
    #content .search-page ul#solrsearch-results-container li .search-result-body .search-result-text .solrsearch-result-place {
        font-size: 12px !important
    }
}

@media only screen and (min-width: 700px) {
    #solrsearch-facets {
        width: 263px;
        top: 0;
        position: absolute
    }
}

@media only screen and (max-width: 700px) {
    #solrsearch-facets {
        -webkit-transform: translateZ(0);
        display: none;
        position: fixed;
        top: 36px;
        left: 0;
        bottom: -200px;
        padding-bottom: 250px;
        width: 80%;
        margin-left: -80%;
        background: #fff;
        z-index: 0;
        padding-top: 18px
    }
}

@media only screen and (min-width: 700px) {
    #solrsearch-facets .hideFacetLayerButton {
        display: none
    }
}

#solrsearch-facets .facetSidebarContent {
    padding-left: 11px;
    padding-right: 20px
}

@media only screen and (max-width: 700px) {
    #solrsearch-facets .facetSidebarContent {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        height: 100%;
        padding-bottom: 18px
    }
}

#solrsearch-facets .facetSidebarHeader {
    margin: 0;
    padding-left: 11px;
    padding-right: 20px
}

#solrsearch-facets .facetSidebarHeader p {
    padding: 0;
    padding-left: 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #86848f;
    margin: 0;
    line-height: normal
}

@media only screen and (max-width: 700px) {
    #solrsearch-facets .facetSidebarHeader .facetSidebarCloseWrapper {
        display: table
    }

    #solrsearch-facets .facetSidebarHeader .facetSidebarCloseWrapper p {
        display: table-cell;
        width: 100%
    }

    #solrsearch-facets .facetSidebarHeader .facetSidebarCloseWrapper .hideFacetLayerButton {
        display: table-cell;
        background-color: rgba(0, 0, 0, 0);
        margin: 0;
        padding: 0;
        font-family: "Montserrat", sans-serif;
        font-size: 2em;
        font-weight: normal;
        line-height: .7em;
        box-shadow: none;
        border: 0 none;
        text-align: center;
        text-decoration: none;
        color: #86848f;
        vertical-align: middle
    }

    #solrsearch-facets .facetSidebarHeader .facetSidebarCloseWrapper .hideFacetLayerButton:hover, #solrsearch-facets .facetSidebarHeader .facetSidebarCloseWrapper .hideFacetLayerButton:focus {
        background-color: rgba(0, 0, 0, 0)
    }
}

#solrsearch-facets .facet .facetContent {
    padding-left: 10px
}

#solrsearch-facets .facet .facetContent h3 {
    margin-top: 14px;
    margin-bottom: 12px;
    font-family: "Montserrat bold", sans-serif;
    font-size: 15px;
    line-height: normal;
    text-transform: uppercase
}

#solrsearch-facets .facet .facetContent ul {
    list-style: none;
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #036
}

#solrsearch-facets .facet .facetContent ul li a {
    text-decoration: none;
    display: inline;
    color: #036
}

#solrsearch-facets .facet .facetContent ul li span {
    display: inline;
    position: static;
    color: #036
}

#solrsearch-facets .facet .facetContent ul li.ausgewaehlt a, #solrsearch-facets .facet .facetContent ul li.ausgewaehlt a span {
    color: #d00f00
}

@media only screen and (min-width: 700px) {
    #solrsearch-facets .facet .facetContent ul {
        line-height: 1.3em
    }
}

@media only screen and (max-width: 700px) {
    #solrsearch-facets .facet .facetContent ul {
        line-height: 1.8em
    }
}

#solrsearch-facets .facet .facetContent ul.commaListFacet li {
    display: inline-block
}

#solrsearch-facets .facet .facetContent ul.commaListFacet li:after {
    content: ",";
    margin-right: 1ex
}

#solrsearch-facets .facet .facetContent ul.commaListFacet li.lastUncollapsedChild:after, #solrsearch-facets .facet .facetContent ul.commaListFacet li:last-child:after {
    content: "";
    margin-right: 0ex
}

#solrsearch-facets .facet .facetContent .facetToggler {
    padding-top: 12px;
    word-spacing: 20px
}

#solrsearch-facets .facet .facetContent .facetToggler button {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #036;
    text-decoration: none;
    background: #fff;
    border: 0 none;
    padding: 0;
    margin: 0;
    outline: none;
    box-shadow: none;
    -webkit-appearance: caret
}

#solrsearch-facets .facet .facetContent .facetToggler .hiddenShowMoreOrLessButton {
    visibility: hidden;
    display: none
}

#solrsearch-facets .facetSeparator {
    border-bottom: 4px solid #86848f;
    margin-top: 12px;
    margin-bottom: 0px
}

#solrsearch-facets .facet:last-child .facetSeparator {
    display: none
}

.infinite-more-link {
    display: none
}

#loadingMoreIndicator {
    display: none;
    margin-top: 40px;
    background-color: #f2f2f4;
    height: 48px;
    padding: 12px
}

#loadingMoreIndicator .loadingMoreIndicatorPicture {
    width: 24px;
    height: 24px;
    margin-left: 2px;
    margin-right: 12px;
    float: left;
    -webkit-animation: 3s linear rotate infinite;
    animation: 3s linear rotate infinite;
    border-color: #85838e rgba(0, 0, 0, 0);
    border-image: none;
    border-radius: 1000px 1000px 1000px 1000px;
    border-style: solid;
    border-width: 3px
}

#loadingMoreIndicator span {
    line-height: 24px;
    vertical-align: bottom;
    color: #39c;
    font-family: "Montserrat", sans-serif;
    font-size: 18px
}

#content .results-count {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    color: #000;
    padding-top: 18px;
    padding-bottom: 18px;
    display: block;
    margin: 0
}

@media only screen and (max-width: 700px) {
    body.showFacetSidebar {
        overflow: hidden
    }

    .page-cover {
        display: none;
        position: fixed;
        width: 100%;
        height: 200%;
        top: 0;
        left: 0;
        opacity: 0;
        background-color: #353244
    }
}

.error {
    margin-top: 4em
}

#content a[id=subnavigation] {
    position: relative
}

#content #sidenavigation {
    bottom: 28px;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    position: fixed;
    cursor: pointer;
    right: 0px;
    width: 5.3%;
    min-width: 40px;
    max-width: 68px;
    color: #fff;
    list-style: none;
    z-index: 21
}

#content #sidenavigation li {
    margin-bottom: 9px;
    position: relative
}

#content #sidenavigation li.last {
    margin-bottom: 0
}

#content #sidenavigation li#share-options, #content #sidenavigation li#print-options {
    display: none;
    margin: 0 0 9px 60px;
    overflow: hidden
}

#content #sidenavigation li#share-options ul, #content #sidenavigation li#print-options ul {
    background-color: #999;
    list-style-type: none;
    margin: 0
}

#content #sidenavigation li#share-options ul li, #content #sidenavigation li#print-options ul li {
    background: #353244 url(/lemo/fileadmin/lemo/templates/assets/sidenav_share_sprite.png) 0 0 no-repeat;
    float: left;
    max-width: 68px;
    margin: 0 0 0 1px
}

#content #sidenavigation li#share-options ul li a, #content #sidenavigation li#print-options ul li a {
    display: block;
    width: 100%;
    height: 100%
}

#content #sidenavigation li#share-options ul li.first, #content #sidenavigation li#print-options ul li.first {
    margin: 0
}

#content #sidenavigation li#print-options ul li {
    background: #353244 url(/lemo/fileadmin/lemo/templates/assets/sidenav_print_sprite.png) 0 0 no-repeat
}

#content #sidenavigation li.share-icon, #content #sidenavigation li.print-icon {
    -moz-transform: rotate(0.0001deg);
    max-width: 68px;
    height: 0;
    padding-bottom: 100%;
    cursor: pointer;
    background-color: #353244;
    background-image: url(/lemo/fileadmin/lemo/templates/assets/sidenav_share_sprite.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    margin-bottom: 9px
}

#content #sidenavigation li.print-icon {
    background-image: url(/lemo/fileadmin/lemo/templates/assets/sidenav_print_sprite.png)
}

#content #sidenavigation #kapitelueberblick {
    -webkit-backface-visibility: visible;
    max-height: 186px
}

#content #sidenavigation #kapitelueberblick a {
    display: block;
    width: 100%;
    min-height: 93px
}

#content #sidenavigation #kapitelueberblick a span {
    -moz-transform: rotate(0.0001deg);
    background: rgba(0, 0, 0, 0) url(/lemo/fileadmin/lemo/templates/assets/subnavigation_kapitel.png) 0 0 no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    height: 0;
    padding-bottom: 274%;
    max-width: 68px
}

#content #sidenavigation .nose {
    width: 0px;
    border: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid #000
}

#content #sidenavigation.visible {
    visibility: visible
}

#content #sidenavigation.fixed {
    position: fixed;
    left: auto;
    right: 0px;
    top: 20px
}

#content .row #subnavigation-chapters {
    margin-top: 50px
}

@media only screen and (min-width: 700px) {
    #content .row #subnavigation-chapters {
        margin-top: 70px
    }
}

#content #subnavigation-chapters {
    box-shadow: rgba(0, 0, 0, .7) 0 1px 3px -1px
}

#content #subnavigation-chapters h3#chapter-index {
    height: 48px;
    margin: 0
}

#content #subnavigation-chapters h3#chapter-index a {
    display: block;
    height: 48px;
    padding: 14px 24px;
    text-decoration: none
}

@media only screen and (max-width: 700px) {
    #content #subnavigation-chapters h3#chapter-index a {
        padding: 7px 18px
    }
}

#content #subnavigation-chapters h3#chapter-index a span {
    color: #fff;
    display: block;
    background: rgba(0, 0, 0, 0) url(/lemo/fileadmin/lemo/templates/assets/subnavigation_arrows.png) 0 0 no-repeat;
    background-size: 24px;
    font: normal 18px "Montserrat", sans-serif;
    height: 24px
}

@media only screen and (max-width: 700px) {
    #content #subnavigation-chapters h3#chapter-index a span {
        font-size: 14px
    }
}

#content #subnavigation-chapters h3#chapter-index a span.arrow-expand {
    background-position: right -26px
}

#content #subnavigation-chapters h3#chapter-index a span.arrow-collapse {
    background-position: right -2px
}

@media only screen and (max-width: 700px) {
    #content #subnavigation-chapters h3#chapter-index {
        height: 32px
    }
}

#content #subnavigation-chapters h3#chapter-index.index-expanded {
    background-color: #353244 !important
}

#content #subnavigation-chapters #chapters-content {
    display: none
}

#content #subnavigation-chapters #chapters-content .display-large {
    display: table-cell
}

#content #subnavigation-chapters #chapters-content .display-small {
    display: none
}

#content #subnavigation-chapters #chapters-content .display-small ul.panel-topics {
    background-color: #fff;
    margin: 0;
    padding: 0 18px
}

@media only screen and (max-width: 700px) {
    #content #subnavigation-chapters #chapters-content .display-large {
        display: none
    }

    #content #subnavigation-chapters #chapters-content .display-small {
        display: list-item
    }
}

#content #subnavigation-chapters #chapters-content #chapters-tail {
    display: table;
    width: 100%
}

#content #subnavigation-chapters #chapters-content #chapters-tail #chapters-chapters {
    background-color: #e8e8e8;
    display: table-cell;
    width: 50%;
    vertical-align: top
}

#content #subnavigation-chapters #chapters-content .panel-header {
    height: 72px;
    padding: 24px 24px
}

@media only screen and (max-width: 700px) {
    #content #subnavigation-chapters #chapters-content .panel-header {
        height: auto;
        padding: 15px 18px
    }
}

#content #subnavigation-chapters #chapters-content .panel-header a {
    color: #fff;
    font-size: 20px;
    font-family: "Montserrat bold", sans-serif;
    line-height: normal;
    text-decoration: none
}

@media only screen and (max-width: 700px) {
    #content #subnavigation-chapters #chapters-content .panel-header a {
        font-size: 14px
    }
}

#content #subnavigation-chapters #chapters-content .panel-header a:hover {
    text-decoration: underline
}

#content #subnavigation-chapters #chapters-content #chapters-topics {
    background-color: #fff;
    width: 50%;
    padding: 0 24px
}

#content #subnavigation-chapters #chapters-content .panel-chapters {
    list-style-type: none;
    margin: 0
}

#content #subnavigation-chapters #chapters-content .panel-chapters .panel-subheader {
    padding: 0 24px
}

@media only screen and (max-width: 700px) {
    #content #subnavigation-chapters #chapters-content .panel-chapters .panel-subheader {
        padding: 0 18px
    }
}

#content #subnavigation-chapters #chapters-content .panel-chapters .panel-subheader img {
    width: 50px;
    min-width: inherit;
    margin-right: 12px
}

#content #subnavigation-chapters #chapters-content .panel-chapters .panel-subheader a {
    background: rgba(0, 0, 0, 0) no-repeat;
    border-bottom: 1px solid #b1b1bc;
    color: #353244;
    display: block;
    width: 100%;
    height: 72px;
    padding: 11px 0 0 0;
    text-decoration: none
}

#content #subnavigation-chapters #chapters-content .panel-chapters .panel-subheader a span {
    background: rgba(0, 0, 0, 0) url(/lemo/fileadmin/lemo/templates/assets/subnavigation_arrows.png) right 0px no-repeat;
    background-size: 24px;
    display: block;
    font: normal 20px "Montserrat", sans-serif;
    height: 24px;
    min-width: 280px;
    margin: 13px 0 0 0;
    padding-right: 25px
}

@media only screen and (max-width: 700px) {
    #content #subnavigation-chapters #chapters-content .panel-chapters .panel-subheader a span {
        font-size: 14px;
        min-width: inherit;
        margin: 16px 0 0 0
    }
}

@media only screen and (min-width: 700px) {
    #content #subnavigation-chapters #chapters-content .panel-chapters .panel-subheader a span {
        background-position: right -48px
    }
}

@media only screen and (max-width: 700px) {
    #content #subnavigation-chapters #chapters-content .panel-chapters .panel-subheader a span.arrow-collapse {
        background-position: right -96px
    }

    #content #subnavigation-chapters #chapters-content .panel-chapters .panel-subheader a span.arrow-expand {
        background-position: right -72px
    }
}

#content #subnavigation-chapters #chapters-content .panel-chapters .panel-subheader a:hover {
    text-decoration: underline
}

#content #subnavigation-chapters #chapters-content .panel-chapters .panel-subheader img {
    border: 2px solid #fff;
    display: block;
    float: left
}

#content #subnavigation-chapters #chapters-content .panel-chapters .chapter-last {
    margin-bottom: 12px
}

@media only screen and (max-width: 700px) {
    #content #subnavigation-chapters #chapters-content .panel-chapters .chapter-last {
        margin-bottom: 20px
    }
}

#content #subnavigation-chapters #chapters-content .panel-chapters .highlight {
    background-color: #fff
}

@media only screen and (max-width: 700px) {
    #content #subnavigation-chapters #chapters-content .panel-chapters .highlight {
        margin-bottom: 0
    }
}

#content #subnavigation-chapters #chapters-content .panel-chapters .highlight a span {
    font-weight: bold
}

#content #subnavigation-chapters #chapters-content .panel-chapters .panel-subheader a, #content #subnavigation-chapters #chapters-content .panel-topics h4 {
    margin: 0
}

#content #subnavigation-chapters #chapters-content .panel-chapters .panel-subheader a a, #content #subnavigation-chapters #chapters-content .panel-topics h4 a {
    text-decoration: none
}

#content #subnavigation-chapters #chapters-content .panel-chapters .panel-subheader a a:hover, #content #subnavigation-chapters #chapters-content .panel-topics h4 a:hover {
    text-decoration: underline
}

#content #subnavigation-chapters #chapters-content .panel-topics {
    display: none
}

@media only screen and (max-width: 700px) {
    #content #subnavigation-chapters #chapters-content .panel-topics {
        padding: 0 18px
    }
}

#content #subnavigation-chapters #chapters-content .panel-topics h4 {
    border-bottom: 1px solid #b1b1bc;
    height: 72px;
    padding: 19px 0 0 0
}

@media only screen and (max-width: 700px) {
    #content #subnavigation-chapters #chapters-content .panel-topics h4 {
        height: 48px;
        line-height: 14px;
        padding: 14px 0
    }
}

#content #subnavigation-chapters #chapters-content .panel-topics h4 a {
    font: 600 20px "Open Sans", sans-serif
}

@media only screen and (max-width: 700px) {
    #content #subnavigation-chapters #chapters-content .panel-topics h4 a {
        font-size: 14px
    }
}

#content #subnavigation-chapters #chapters-content .panel-topics ul {
    margin: 0
}

#content #subnavigation-chapters #chapters-content .panel-topics li {
    border-top: 1px solid #b1b1bc;
    list-style: none;
    padding: 7px 0
}

#content #subnavigation-chapters #chapters-content .panel-topics li a {
    color: #369;
    font: normal 18px "Open Sans", sans-serif;
    text-decoration: none
}

@media only screen and (max-width: 700px) {
    #content #subnavigation-chapters #chapters-content .panel-topics li a {
        font-size: 12px
    }
}

#content #subnavigation-chapters #chapters-content .panel-topics li a:hover {
    text-decoration: underline
}

@media only screen and (max-width: 700px) {
    #content #subnavigation-chapters #chapters-content .panel-topics li {
        line-height: 12px;
        padding: 5px 0
    }
}

#content #subnavigation-chapters #chapters-content .panel-topics li.first {
    border: none
}

#content #subnavigation-chapters #chapters-content .panel-topics li.last {
    margin-bottom: 10px
}

@media only screen and (max-width: 700px) {
    #content #subnavigation-chapters #chapters-content .panel-topics li.last {
        margin-bottom: 5px
    }
}

#content #subnavigation-chapters #chapters-content .panel-topics li.highlight a {
    font-weight: bold
}

#content #subnavigation-chapters #chapters-content .topics-expanded {
    display: block
}

@media only screen and (max-width: 700px) {
    #content #subnavigation-chapters #chapters-content .topics-expanded {
        background-color: #fff
    }
}

@media only screen and (max-width: 505px) {
    #content #subnavigation-chapters .overthrow {
        width: 100%;
        margin: 0
    }

    #content #subnavigation-chapters .overthrow ul li {
        padding: 0 20px
    }

    #content .panel {
        width: 285px;
        right: -285px
    }

    #content .panel .panel-chapters {
        width: 100%
    }

    #content #sidenavigation {
        width: 30px
    }

    #content #sidenavigation .kapitelueberblick {
        height: 75px;
        background-image: url(/lemo/fileadmin/lemo/templates/assets/mobilesubmenu_off.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center
    }

    #content #sidenavigation .kapitelueberblick span span {
        color: rgba(0, 0, 0, 0);
        -moz-box-sizing: border-box
    }
}

@media only screen and (max-width: 700px) {
    .hide-small {
        display: none
    }
}

@media only screen and (min-width: 700px) {
    .hide-large {
        display: none
    }
}

#content section.timeline {
    height: 91px;
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    position: relative;
    margin-bottom: -16px;
    z-index: 5
}

@media only screen and (max-width: 700px) {
    #content section.timeline {
        height: 76px
    }
}

#content section.timeline .shadow-of-timeline {
    position: absolute;
    height: 75px;
    top: 0px;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 6px -6px #000;
    -moz-box-shadow: 0 6px 6px -6px #000;
    box-shadow: 0 6px 6px -6px #000
}

@media only screen and (max-width: 700px) {
    #content section.timeline .shadow-of-timeline {
        height: 60px
    }
}

#content section.timeline a.next, #content section.timeline a.prev {
    position: absolute;
    top: 0px;
    text-indent: 30px;
    overflow: hidden;
    width: 30px;
    height: 75px;
    line-height: 33px;
    padding: 0
}

@media only screen and (max-width: 700px) {
    #content section.timeline a.next, #content section.timeline a.prev {
        background-position: 0 -15px;
        height: 60px
    }
}

#content section.timeline a.next {
    background-image: url(/lemo/fileadmin/lemo/templates/assets/zeitleiste_forward_retina.png);
    background-size: 30px 75px;
    right: 0px
}

#content section.timeline a.prev {
    background-image: url(/lemo/fileadmin/lemo/templates/assets/zeitleiste_back_retina.png);
    background-size: 30px 75px;
    left: 0px
}

#content section.timeline .inactive {
    display: none
}

#content section.timeline ul {
    height: 100%
}

#content section.timeline ul li {
    height: 100%;
    text-align: center;
    display: block;
    display: inline-block
}

#content section.timeline ul li a {
    text-decoration: none
}

#content section.timeline ul li span {
    display: block;
    color: #353244;
    text-align: left
}

#content section.timeline ul li span.timeline-title {
    background: url(/lemo/fileadmin/lemo/templates/assets/assets-zeitleiste-color.png) repeat-x 0px 37px;
    height: 41px;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 15px;
    line-height: 12px;
    margin-left: 5px;
    padding-top: 19px;
    padding-right: 6px;
    padding-left: 6px
}

@media only screen and (max-width: 700px) {
    #content section.timeline ul li span.timeline-title {
        background-position: 0 30px;
        height: 34px;
        padding-top: 12px
    }
}

#content section.timeline ul li span.timeline-year {
    height: 34px;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 12px;
    padding-top: 11px;
    padding-right: 6px;
    padding-left: 11px;
    background: url(/lemo/fileadmin/lemo/templates/assets/assets_zeitleiste_trenner_unten.png) no-repeat
}

@media only screen and (max-width: 700px) {
    #content section.timeline ul li span.timeline-year {
        height: 26px;
        padding-top: 6px
    }
}

#content section.timeline ul li .arrow-down {
    display: none;
    margin-left: 5px
}

#content section.timeline ul li li:first-child span.timeline-title {
    margin-left: 0px
}

#content section.timeline ul li li:first-child span.timeline-year {
    padding: 0px;
    background-image: none
}

#content section.timeline ul li.vormaerz {
    width: 236px
}

#content section.timeline ul li.reaktionszeit {
    width: 260px
}

#content section.timeline ul li.kaiserreich {
    width: 412px
}

#content section.timeline ul li.erster-weltkrieg {
    width: 78px
}

#content section.timeline ul li.weimarer-republik {
    width: 200px
}

#content section.timeline ul li.ns-regime {
    width: 96px
}

#content section.timeline ul li.zweiter-weltkrieg {
    width: 96px
}

#content section.timeline ul li.nachkriegsjahre {
    width: 96px
}

#content section.timeline ul li.geteiltes-deutschland {
    width: 380px
}

#content section.timeline ul li.deutsche-einheit {
    width: 205px
}

#content section.timeline ul li.globalisierung {
    width: 250px
}

.page-startseite #content section.timeline ul li .arrow-down {
    display: none !important
}

.no-touch #content section.timeline li.vormaerz:hover span, #content section.timeline li.vormaerz.selected span {
    background-color: #e7eede
}

.no-touch #content section.timeline li.vormaerz:hover span.timeline-title, #content section.timeline li.vormaerz.selected span.timeline-title {
    background: #e7eede url("/lemo/fileadmin/lemo/templates/assets/assets-zeitleiste-color-vormaerz.png") repeat-x 0px 37px
}

@media only screen and (max-width: 700px) {
    .no-touch #content section.timeline li.vormaerz:hover span.timeline-title, #content section.timeline li.vormaerz.selected span.timeline-title {
        background-position: 0 30px
    }
}

#content section.timeline li.vormaerz.selected .arrow-down {
    display: block;
    height: 16px;
    background-image: url(/lemo/fileadmin/lemo/templates/assets/zeitstrahl_marker_sprite.png);
    background-size: 48px 176px;
    background-position: center 0px;
    background-repeat: no-repeat
}

@media only screen and (-webkit-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) {
    #content section.timeline li.vormaerz.selected .arrow-down {
        background-image: url(/lemo/fileadmin/lemo/templates/assets/zeitstrahl_marker_sprite_retina.png)
    }
}

.no-touch #content section.timeline li.reaktionszeit:hover span, #content section.timeline li.reaktionszeit.selected span {
    background-color: #d6e0e1
}

.no-touch #content section.timeline li.reaktionszeit:hover span.timeline-title, #content section.timeline li.reaktionszeit.selected span.timeline-title {
    background: #d6e0e1 url("/lemo/fileadmin/lemo/templates/assets/assets-zeitleiste-color-reaktionszeit.png") repeat-x 0px 37px
}

@media only screen and (max-width: 700px) {
    .no-touch #content section.timeline li.reaktionszeit:hover span.timeline-title, #content section.timeline li.reaktionszeit.selected span.timeline-title {
        background-position: 0 30px
    }
}

#content section.timeline li.reaktionszeit.selected .arrow-down {
    display: block;
    height: 16px;
    background-image: url(/lemo/fileadmin/lemo/templates/assets/zeitstrahl_marker_sprite.png);
    background-size: 48px 176px;
    background-position: center -16px;
    background-repeat: no-repeat
}

@media only screen and (-webkit-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) {
    #content section.timeline li.reaktionszeit.selected .arrow-down {
        background-image: url(/lemo/fileadmin/lemo/templates/assets/zeitstrahl_marker_sprite_retina.png)
    }
}

.no-touch #content section.timeline li.kaiserreich:hover span, #content section.timeline li.kaiserreich.selected span {
    background-color: #e3e4dc
}

.no-touch #content section.timeline li.kaiserreich:hover span.timeline-title, #content section.timeline li.kaiserreich.selected span.timeline-title {
    background: #e3e4dc url("/lemo/fileadmin/lemo/templates/assets/assets-zeitleiste-color-kaiserreich.png") repeat-x 0px 37px
}

@media only screen and (max-width: 700px) {
    .no-touch #content section.timeline li.kaiserreich:hover span.timeline-title, #content section.timeline li.kaiserreich.selected span.timeline-title {
        background-position: 0 30px
    }
}

#content section.timeline li.kaiserreich.selected .arrow-down {
    display: block;
    height: 16px;
    background-image: url(/lemo/fileadmin/lemo/templates/assets/zeitstrahl_marker_sprite.png);
    background-size: 48px 176px;
    background-position: center -32px;
    background-repeat: no-repeat
}

@media only screen and (-webkit-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) {
    #content section.timeline li.kaiserreich.selected .arrow-down {
        background-image: url(/lemo/fileadmin/lemo/templates/assets/zeitstrahl_marker_sprite_retina.png)
    }
}

.no-touch #content section.timeline li.erster-weltkrieg:hover span, #content section.timeline li.erster-weltkrieg.selected span {
    background-color: #dfdfdd
}

.no-touch #content section.timeline li.erster-weltkrieg:hover span.timeline-title, #content section.timeline li.erster-weltkrieg.selected span.timeline-title {
    background: #dfdfdd url("/lemo/fileadmin/lemo/templates/assets/assets-zeitleiste-color-erster-weltkrieg.png") repeat-x 0px 37px
}

@media only screen and (max-width: 700px) {
    .no-touch #content section.timeline li.erster-weltkrieg:hover span.timeline-title, #content section.timeline li.erster-weltkrieg.selected span.timeline-title {
        background-position: 0 30px
    }
}

#content section.timeline li.erster-weltkrieg.selected .arrow-down {
    display: block;
    height: 16px;
    background-image: url(/lemo/fileadmin/lemo/templates/assets/zeitstrahl_marker_sprite.png);
    background-size: 48px 176px;
    background-position: center -48px;
    background-repeat: no-repeat
}

@media only screen and (-webkit-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) {
    #content section.timeline li.erster-weltkrieg.selected .arrow-down {
        background-image: url(/lemo/fileadmin/lemo/templates/assets/zeitstrahl_marker_sprite_retina.png)
    }
}

.no-touch #content section.timeline li.weimarer-republik:hover span, #content section.timeline li.weimarer-republik.selected span {
    background-color: #f9e9d0
}

.no-touch #content section.timeline li.weimarer-republik:hover span.timeline-title, #content section.timeline li.weimarer-republik.selected span.timeline-title {
    background: #f9e9d0 url("/lemo/fileadmin/lemo/templates/assets/assets-zeitleiste-color-weimarer-republik.png") repeat-x 0px 37px
}

@media only screen and (max-width: 700px) {
    .no-touch #content section.timeline li.weimarer-republik:hover span.timeline-title, #content section.timeline li.weimarer-republik.selected span.timeline-title {
        background-position: 0 30px
    }
}

#content section.timeline li.weimarer-republik.selected .arrow-down {
    display: block;
    height: 16px;
    background-image: url(/lemo/fileadmin/lemo/templates/assets/zeitstrahl_marker_sprite.png);
    background-size: 48px 176px;
    background-position: center -64px;
    background-repeat: no-repeat
}

@media only screen and (-webkit-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) {
    #content section.timeline li.weimarer-republik.selected .arrow-down {
        background-image: url(/lemo/fileadmin/lemo/templates/assets/zeitstrahl_marker_sprite_retina.png)
    }
}

.no-touch #content section.timeline li.ns-regime:hover span, #content section.timeline li.ns-regime.selected span {
    background-color: #e8ded5
}

.no-touch #content section.timeline li.ns-regime:hover span.timeline-title, #content section.timeline li.ns-regime.selected span.timeline-title {
    background: #e8ded5 url("/lemo/fileadmin/lemo/templates/assets/assets-zeitleiste-color-ns-regime.png") repeat-x 0px 37px
}

@media only screen and (max-width: 700px) {
    .no-touch #content section.timeline li.ns-regime:hover span.timeline-title, #content section.timeline li.ns-regime.selected span.timeline-title {
        background-position: 0 30px
    }
}

#content section.timeline li.ns-regime.selected .arrow-down {
    display: block;
    height: 16px;
    background-image: url(/lemo/fileadmin/lemo/templates/assets/zeitstrahl_marker_sprite.png);
    background-size: 48px 176px;
    background-position: center -80px;
    background-repeat: no-repeat
}

@media only screen and (-webkit-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) {
    #content section.timeline li.ns-regime.selected .arrow-down {
        background-image: url(/lemo/fileadmin/lemo/templates/assets/zeitstrahl_marker_sprite_retina.png)
    }
}

.no-touch #content section.timeline li.zweiter-weltkrieg:hover span, #content section.timeline li.zweiter-weltkrieg.selected span {
    background-color: #e4d0d1
}

.no-touch #content section.timeline li.zweiter-weltkrieg:hover span.timeline-title, #content section.timeline li.zweiter-weltkrieg.selected span.timeline-title {
    background: #e4d0d1 url("/lemo/fileadmin/lemo/templates/assets/assets-zeitleiste-color-zweiter-weltkrieg.png") repeat-x 0px 37px
}

@media only screen and (max-width: 700px) {
    .no-touch #content section.timeline li.zweiter-weltkrieg:hover span.timeline-title, #content section.timeline li.zweiter-weltkrieg.selected span.timeline-title {
        background-position: 0 30px
    }
}

#content section.timeline li.zweiter-weltkrieg.selected .arrow-down {
    display: block;
    height: 16px;
    background-image: url(/lemo/fileadmin/lemo/templates/assets/zeitstrahl_marker_sprite.png);
    background-size: 48px 176px;
    background-position: center -96px;
    background-repeat: no-repeat
}

@media only screen and (-webkit-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) {
    #content section.timeline li.zweiter-weltkrieg.selected .arrow-down {
        background-image: url(/lemo/fileadmin/lemo/templates/assets/zeitstrahl_marker_sprite_retina.png)
    }
}

.no-touch #content section.timeline li.nachkriegsjahre:hover span, #content section.timeline li.nachkriegsjahre.selected span {
    background-color: #d0d6e4
}

.no-touch #content section.timeline li.nachkriegsjahre:hover span.timeline-title, #content section.timeline li.nachkriegsjahre.selected span.timeline-title {
    background: #d0d6e4 url("/lemo/fileadmin/lemo/templates/assets/assets-zeitleiste-color-nachkriegsjahre.png") repeat-x 0px 37px
}

@media only screen and (max-width: 700px) {
    .no-touch #content section.timeline li.nachkriegsjahre:hover span.timeline-title, #content section.timeline li.nachkriegsjahre.selected span.timeline-title {
        background-position: 0 30px
    }
}

#content section.timeline li.nachkriegsjahre.selected .arrow-down {
    display: block;
    height: 16px;
    background-image: url(/lemo/fileadmin/lemo/templates/assets/zeitstrahl_marker_sprite.png);
    background-size: 48px 176px;
    background-position: center -112px;
    background-repeat: no-repeat
}

@media only screen and (-webkit-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) {
    #content section.timeline li.nachkriegsjahre.selected .arrow-down {
        background-image: url(/lemo/fileadmin/lemo/templates/assets/zeitstrahl_marker_sprite_retina.png)
    }
}

.no-touch #content section.timeline li.geteiltes-deutschland:hover span, #content section.timeline li.geteiltes-deutschland.selected span {
    background-color: #ccdde7
}

.no-touch #content section.timeline li.geteiltes-deutschland:hover span.timeline-title, #content section.timeline li.geteiltes-deutschland.selected span.timeline-title {
    background: #ccdde7 url("/lemo/fileadmin/lemo/templates/assets/assets-zeitleiste-color-geteiltes-deutschland.png") repeat-x 0px 37px
}

@media only screen and (max-width: 700px) {
    .no-touch #content section.timeline li.geteiltes-deutschland:hover span.timeline-title, #content section.timeline li.geteiltes-deutschland.selected span.timeline-title {
        background-position: 0 30px
    }
}

#content section.timeline li.geteiltes-deutschland.selected .arrow-down {
    display: block;
    height: 16px;
    background-image: url(/lemo/fileadmin/lemo/templates/assets/zeitstrahl_marker_sprite.png);
    background-size: 48px 176px;
    background-position: center -128px;
    background-repeat: no-repeat
}

@media only screen and (-webkit-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) {
    #content section.timeline li.geteiltes-deutschland.selected .arrow-down {
        background-image: url(/lemo/fileadmin/lemo/templates/assets/zeitstrahl_marker_sprite_retina.png)
    }
}

.no-touch #content section.timeline li.deutsche-einheit:hover span, #content section.timeline li.deutsche-einheit.selected span {
    background-color: #d6eaf3
}

.no-touch #content section.timeline li.deutsche-einheit:hover span.timeline-title, #content section.timeline li.deutsche-einheit.selected span.timeline-title {
    background: #d6eaf3 url("/lemo/fileadmin/lemo/templates/assets/assets-zeitleiste-color-deutsche-einheit.png") repeat-x 0px 37px
}

@media only screen and (max-width: 700px) {
    .no-touch #content section.timeline li.deutsche-einheit:hover span.timeline-title, #content section.timeline li.deutsche-einheit.selected span.timeline-title {
        background-position: 0 30px
    }
}

#content section.timeline li.deutsche-einheit.selected .arrow-down {
    display: block;
    height: 16px;
    background-image: url(/lemo/fileadmin/lemo/templates/assets/zeitstrahl_marker_sprite.png);
    background-size: 48px 176px;
    background-position: center -144px;
    background-repeat: no-repeat
}

@media only screen and (-webkit-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) {
    #content section.timeline li.deutsche-einheit.selected .arrow-down {
        background-image: url(/lemo/fileadmin/lemo/templates/assets/zeitstrahl_marker_sprite_retina.png)
    }
}

.no-touch #content section.timeline li.globalisierung:hover span, #content section.timeline li.globalisierung.selected span {
    background-color: #d6edfb
}

.no-touch #content section.timeline li.globalisierung:hover span.timeline-title, #content section.timeline li.globalisierung.selected span.timeline-title {
    background: #d6edfb url("/lemo/fileadmin/lemo/templates/assets/assets-zeitleiste-color-globalisierung.png") repeat-x 0px 37px
}

@media only screen and (max-width: 700px) {
    .no-touch #content section.timeline li.globalisierung:hover span.timeline-title, #content section.timeline li.globalisierung.selected span.timeline-title {
        background-position: 0 30px
    }
}

#content section.timeline li.globalisierung.selected .arrow-down {
    display: block;
    height: 16px;
    background-image: url(/lemo/fileadmin/lemo/templates/assets/zeitstrahl_marker_sprite.png);
    background-size: 48px 176px;
    background-position: center -160px;
    background-repeat: no-repeat
}

@media only screen and (-webkit-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) {
    #content section.timeline li.globalisierung.selected .arrow-down {
        background-image: url(/lemo/fileadmin/lemo/templates/assets/zeitstrahl_marker_sprite_retina.png)
    }
}

#content .timeline-gallery-wrapper, #content .timeline-gallery-wrapper * {
    -webkit-backface-visibility: visible !important
}

#content .timeline-gallery-wrapper {
    height: 490px;
    overflow: hidden;
    background-color: #353244;
    position: relative;
    margin-bottom: 40px
}

@media print {
    #content .timeline-gallery-wrapper {
        width: auto !important;
        height: auto !important
    }
}

#content .timeline-gallery-wrapper .prev, #content .timeline-gallery-wrapper .next {
    position: absolute;
    overflow: hidden;
    background: none;
    border: none;
    width: 40px;
    text-indent: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    background-size: cover
}

#content .timeline-gallery-wrapper .prev {
    left: 0;
    background-image: url(/lemo/fileadmin/lemo/templates/assets/WF_Assets_page_back_retina.png)
}

#content .timeline-gallery-wrapper .next {
    right: 0;
    background-image: url(/lemo/fileadmin/lemo/templates/assets/WF_Assets_page_forward_retina.png)
}

#content .timeline-gallery-wrapper .inactive {
    display: none
}

#content .timeline-gallery-wrapper ul.timeline-gallery {
    overflow: hidden;
    padding: 0px;
    visibility: hidden;
    margin: 0px;
    -webkit-backface-visibility: hidden
}

#content .timeline-gallery-wrapper ul.timeline-gallery li {
    margin: 20px 10px;
    cursor: pointer;
    width: 60vw;
    text-align: center;
    display: block;
    display: inline-block;
    float: left;
    list-style: none;
    position: relative
}

@media only screen and (max-width: 700px) {
    #content .timeline-gallery-wrapper ul.timeline-gallery li {
        margin: 0px
    }
}

#content .timeline-gallery-wrapper ul.timeline-gallery li div {
    color: #fff;
    font-size: 30px;
    font-family: "Montserrat bold", sans-serif;
    line-height: 1.6;
    height: 20%;
    max-height: 80px;
    width: 100%;
    padding: 0 1em;
    position: absolute;
    text-align: left;
    text-decoration: none;
    bottom: 0
}

@media only screen and (max-width: 700px) {
    #content .timeline-gallery-wrapper ul.timeline-gallery li div {
        font-size: 21px;
        font-family: "Montserrat bold", sans-serif;
        line-height: 1.8
    }
}

#content .timeline-gallery-wrapper ul.timeline-gallery li div span {
    background-size: 16px;
    min-height: 52px;
    padding-right: 28px
}

#content .timeline-gallery-wrapper ul.timeline-gallery li div span:after {
    color: #fff;
    content: "c";
    font-family: "lemofont" !important;
    font-size: .7em;
    vertical-align: middle;
    font-weight: bold
}

#content .timeline-gallery-wrapper ul.timeline-gallery li img {
    width: 100%;
    max-width: none
}

@media print {
    #content .timeline-gallery-wrapper ul.timeline-gallery {
        width: 100% !important;
        height: auto !important;
        padding: 0px !important;
        left: 0px;
        transform: translate(0px, 0px) !important;
        -webkit-transform: translate(0px, 0px) !important;
        -moz-transform: translate(0px, 0px) !important;
        -o-transform: translate(0px, 0px) !important
    }

    #content .timeline-gallery-wrapper ul.timeline-gallery li {
        height: auto !important;
        display: none;
        float: none;
        width: 100% !important;
        margin: 0px !important;
        text-align: left
    }

    #content .timeline-gallery-wrapper ul.timeline-gallery li.focused, #content .timeline-gallery-wrapper ul.timeline-gallery li:first-child:last-child {
        display: block;
        position: static;
        display: block
    }

    #content .timeline-gallery-wrapper ul.timeline-gallery li.focused img, #content .timeline-gallery-wrapper ul.timeline-gallery li:first-child:last-child img {
        height: auto !important;
        width: auto !important;
        max-width: 75% !important;
        max-height: 50% !important
    }

    #content .timeline-gallery-wrapper ul.timeline-gallery li.focused .subtitle, #content .timeline-gallery-wrapper ul.timeline-gallery li:first-child:last-child .subtitle {
        position: relative;
        padding: 10pt 0px
    }
}

.preloader {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -webkit-animation: 3s linear rotate infinite;
    animation: 3s linear rotate infinite;
    border-color: #353244 #ededf2;
    border-image: none;
    border-radius: 1000px 1000px 1000px 1000px;
    border-style: solid;
    border-width: 3px;
    display: block;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px
}

@media print {
    div.timeline-gallery-wrapper {
        padding: 0px !important;
        margin: 0px !important
    }
}

#content .chronicle-time-scroller .prev, #content .chronicle-time-scroller .next {
    text-decoration: none
}

#content #page-title-bar.chronicle {
    margin-bottom: 1.875em
}

#content #page-title-bar.chronicle-topic {
    margin-bottom: 2.5em
}

#content .chronicle-time-scroller {
    background: rgba(0, 0, 0, 0) none !important;
    width: 100%;
    height: 60px;
    padding: 10px 0 10px 0;
    position: relative
}

#content .chronicle-time-scroller a.next, #content .chronicle-time-scroller a.prev {
    color: #fff;
    display: block;
    float: left;
    margin-top: 2px;
    overflow: hidden;
    width: 25px;
    height: 33px;
    line-height: 33px;
    padding: 0;
    position: absolute;
    top: 16px
}

#content .chronicle-time-scroller a.prev {
    margin-left: -2px
}

#content .chronicle-time-scroller a.next {
    right: 0
}

#content .chronicle-time-scroller a.inactive {
    cursor: default
}

#content .chronicle-time-scroller a.prev:after, #content .chronicle-time-scroller a.next:after {
    color: #b1b1bc;
    content: "g";
    font-family: "lemofont" !important;
    font-size: 1.7em;
    vertical-align: middle;
    text-indent: 0
}

#content .chronicle-time-scroller a.next:after {
    content: "h"
}

#content .chronicle-time-scroller a.next.inactive:after, #content .chronicle-time-scroller a.prev.inactive:after {
    color: #cecece
}

#content .chronicle-time-scroller .scroller-wrapper {
    box-sizing: content-box;
    border: 4px solid #b1b1bc;
    margin: 0 auto;
    padding: 2px 0;
    background: -webkit-linear-gradient(right, #666666, #999999, #B9B9B9, #B9B9B9, #999999, #666666);
    background: -moz-linear-gradient(right, #666666, #999999, #B9B9B9, #B9B9B9, #999999, #666666);
    background: -o-linear-gradient(right, #666666, #999999, #B9B9B9, #B9B9B9, #999999, #666666);
    background: linear-gradient(to right, #666666, #999999, #B9B9B9, #B9B9B9, #999999, #666666)
}

#content .chronicle-time-scroller .scroller {
    background: -webkit-linear-gradient(right, #908e98, #FAFAFA, #FFFFFF, #FFFFFF, #FAFAFA, #908e98);
    background: -moz-linear-gradient(right, #908e98, #FAFAFA, #FFFFFF, #FFFFFF, #FAFAFA, #908e98);
    background: -o-linear-gradient(right, #908e98, #FAFAFA, #FFFFFF, #FFFFFF, #FAFAFA, #908e98);
    background: linear-gradient(to right, #908e98, #FAFAFA, #FFFFFF, #FFFFFF, #FAFAFA, #908e98);
    background-color: #fff;
    display: block;
    height: 35px;
    margin: 0 auto;
    overflow: hidden
}

#content .chronicle-time-scroller .scroller ul {
    margin-bottom: 0;
    position: relative
}

#content .chronicle-time-scroller .scroller ul li {
    -webkit-backface-visibility: visible;
    background: rgba(0, 0, 0, 0) url(/lemo/fileadmin/lemo/templates/assets/chronikrad_trenner_retina.png) 0 2px no-repeat;
    background-size: 1px;
    width: 55px;
    height: 35px;
    text-align: center;
    display: block;
    float: left;
    list-style: none
}

#content .chronicle-time-scroller .scroller ul li a {
    -webkit-backface-visibility: visible;
    display: block;
    font-size: 1.0625em;
    font-family: "Montserrat bold", sans-serif;
    line-height: 1.0625em;
    margin: 2px auto 3px auto;
    padding: 7px 0;
    text-decoration: none;
    color: inherit
}

#content .chronicle-time-scroller .scroller ul li.highlight {
    padding: 0 2px 0 3px
}

#content .chronicle-time-scroller .scroller ul li.highlight a {
    background-color: rgba(53, 50, 68, .5);
    color: #fff
}

#content .chronicle-time-scroller .scroller ul li.first {
    background: none
}

#content ul#chronicle-months {
    list-style-type: none;
    margin-bottom: 34px
}

#content ul#chronicle-months li {
    padding-left: .25em;
    padding-right: .25em
}

#content ul#chronicle-months li a {
    background-color: #e8e8e8;
    color: #353244;
    display: block;
    font-size: .75em;
    font-family: "Montserrat bold", sans-serif;
    width: 100%;
    line-height: 1em;
    padding-top: .75em;
    padding-bottom: .75em;
    text-align: center;
    text-decoration: none
}

#content ul#chronicle-months li.first {
    margin-left: 0
}

@media only screen and (min-width: 700px) {
    #content #chronicle-year a[id^=jpto-] {
        top: -74px
    }
}

@media only screen and (max-width: 700px) {
    #content #chronicle-year a[id^=jpto-] {
        top: -55px
    }
}

@media only screen and (min-width: 700px) {
    #content #bio-chronicle a[id^=jpto-] {
        top: -84px
    }
}

@media only screen and (max-width: 700px) {
    #content #bio-chronicle a[id^=jpto-] {
        top: -65px
    }
}

#content #chronicle-year .jump-top a, #content #chronicle-year .jump-top span, #content #bio-chronicle .jump-top a, #content #bio-chronicle .jump-top span {
    float: left
}

#content #chronicle-year .jump-top a, #content #bio-chronicle .jump-top a {
    background: rgba(0, 0, 0, 0) url(/lemo/fileadmin/lemo/templates/assets/chronik_pageup_retina.png) 0 0 no-repeat;
    background-size: 28px;
    display: block;
    width: 28px;
    height: 28px;
    margin: -7px 0 0 16px
}

#content #chronicle-year ul, #content #bio-chronicle ul {
    list-style-type: none;
    margin-bottom: 2.25em
}

#content #chronicle-year .event-what, #content #bio-chronicle .event-what {
    font: normal .875em "Open Sans", sans-serif
}

#content #chronicle-year .event-what a, #content #bio-chronicle .event-what a {
    color: #369;
    text-decoration: underline
}

#content #chronicle-year .event-what, #content #chronicle-year .event-when, #content #bio-chronicle .event-what, #content #bio-chronicle .event-when {
    color: #353244;
    margin-top: 20px
}

#content #chronicle-year li.first .event-what, #content #chronicle-year li.first .event-when, #content #bio-chronicle li.first .event-what, #content #bio-chronicle li.first .event-when {
    margin-top: 0
}

@media only screen and (max-width: 700px) {
    #content #chronicle-year li.first .event-what, #content #bio-chronicle li.first .event-what {
        margin-top: 20px
    }
}

#content #chronicle-year .chapter-title, #content #chronicle-year .event-when, #content #bio-chronicle .chapter-title, #content #bio-chronicle .event-when {
    font-size: 1em;
    font-family: "Montserrat bold", sans-serif
}

#content #chronicle-year .chapter-title, #content #bio-chronicle .chapter-title {
    color: #000;
    display: block;
    line-height: .875em;
    margin-bottom: 1.5em
}

#content #chronicle-year .event-when, #content #bio-chronicle .event-when {
    padding-left: 0
}

@media print {
    #content #chronicle-year .event-what, #content #bio-chronicle .event-what {
        margin-top: 0px !important
    }
}

#content #bio-chronicle {
    margin-top: 2.125em
}

#content #bio-chronicle .jump-top.left-aligned {
    clear: both;
    padding-top: 20px
}

#content #bio-chronicle .jump-top.left-aligned a {
    margin-left: 0
}

#content #bio-chronicle ul {
    margin-bottom: 0
}

#content .chronicle-scroller-title {
    font: bold .75em/.75em "Open Sans", sans-serif;
    color: #353244;
    text-transform: uppercase
}

#content a.morecontent-toggler {
    text-decoration: none
}

#content .slideshow-caption p a, #content .slideshow-caption-container-small p a {
    color: inherit;
    text-decoration: none
}

#content .slideshow-caption p a:hover, #content .slideshow-caption-container-small p a:hover {
    color: #369;
    text-decoration: underline
}

.initially-hidden {
    visibility: hidden
}

section.slideshow {
    position: relative;
    height: 75%;
    overflow: hidden;
    font-family: "Open Sans", sans-serif;
    font-size: 14px
}

@media print {
    section.slideshow {
        width: auto !important;
        height: auto !important
    }
}

section.slideshow ul.caption-buttons {
    width: 122px;
    list-style-type: none;
    margin: 20px 0 0 0
}

section.slideshow ul.caption-buttons li {
    margin-top: 6px
}

section.slideshow ul.caption-buttons li a {
    display: block
}

section.slideshow ul.caption-buttons li.first {
    margin-top: 0
}

section.slideshow ul.slides {
    background-color: #fff;
    position: inherit;
    height: 100%
}

section.slideshow ul.slides > li {
    height: 100%;
    position: relative;
    overflow: hidden
}

section.slideshow ul.slides > li img.background {
    position: relative;
    image-rendering: optimizeQuality;
    -ms-interpolation-mode: bicubic;
    max-width: none;
    cursor: pointer
}

section.slideshow ul.slides > li img.overlay-picture {
    position: absolute;
    image-rendering: optimizeQuality;
    -ms-interpolation-mode: bicubic;
    left: 5%;
    top: 3%;
    height: 80%;
    border: 5px solid #fff;
    cursor: pointer;
    display: none
}

section.slideshow ul.slides > li .slideshow-caption-print {
    margin: 12px 0;
    font: normal 13px "Open Sans", sans-serif;
    line-height: 1.4em;
    display: none
}

@media print {
    section.slideshow ul.slides > li .slideshow-caption-print {
        display: block
    }
}

section.slideshow ul.slides > li .slideshow-caption-container {
    z-index: 4;
    position: absolute;
    bottom: 127px;
    width: 100%;
    -webkit-backface-visibility: visible
}

section.slideshow ul.slides > li .slideshow-caption-container * {
    -webkit-backface-visibility: visible
}

section.slideshow ul.slides > li .slideshow-caption-container .left-background-container div {
    width: 100%;
    height: 14px;
    background: rgba(0, 0, 0, 0) url(/lemo/fileadmin/lemo/templates/assets/epochenfarbe_default.gif)
}

section.slideshow ul.slides > li .slideshow-caption-container.dhm {
    width: 100%;
    bottom: 56px
}

section.slideshow ul.slides > li .slideshow-caption-container.dhm .row {
    width: 100%;
    max-width: none
}

section.slideshow ul.slides > li .slideshow-caption-container.dhm .row .left-background-container {
    width: 60.1%;
    padding: 0;
    float: left;
    bottom: 0px;
    position: absolute
}

section.slideshow ul.slides > li .slideshow-caption-container.dhm .row .left-background-container div {
    width: 100%;
    height: 12px
}

section.slideshow ul.slides > li .slideshow-caption-container.dhm .row .right-caption-container {
    width: 40%;
    padding: 0;
    float: right
}

section.slideshow ul.slides > li .slideshow-caption-container.dhm .row .right-caption-container div.slideshow-caption {
    width: 100%;
    position: relative;
    padding-right: 30%
}

section.slideshow ul.slides > li .slideshow-caption {
    background-color: rgba(254, 254, 254, .9);
    overflow: hidden;
    color: #000;
    height: 57px;
    padding: 9px 14px 21px 14px;
    z-index: 3
}

section.slideshow ul.slides > li .dhm .slideshow-caption {
    min-height: 16px;
    height: auto;
    padding-bottom: 0px
}

section.slideshow ul.slides > li .dhm .slideshow-caption p {
    margin-bottom: 9px
}

section.slideshow ul.slides > li .morecontent-isbigger .morecontent {
    float: left;
    width: 88%
}

section.slideshow ul.slides > li .morecontent-isbigger .morecontent p {
    margin-bottom: 0
}

section.slideshow ul.slides > li .morecontent-isbigger .morecontent-toggle-container {
    width: 12%;
    max-width: 34px;
    margin-left: 88%;
    display: block
}

section.slideshow ul.slides > li .morecontent-isbigger .morecontent-toggle-container .morecontent-toggler {
    display: block;
    padding-bottom: 100%;
    height: 0;
    width: 100%;
    background-size: contain
}

section.slideshow ul.slides > li .morecontent-isbigger .morecontent-more:after, section.slideshow ul.slides > li .morecontent-isbigger .morecontent-less:after {
    color: #353244;
    content: "a";
    font-family: "lemofont" !important;
    font-size: 1.6em;
    vertical-align: middle;
    padding-left: 5px
}

section.slideshow ul.slides > li .morecontent-isbigger .morecontent-less:after {
    content: "b"
}

@media print {
    section.slideshow ul.slides {
        width: 100% !important;
        height: auto !important;
        padding: 0px !important;
        left: 0px;
        transform: translate(0px, 0px) !important;
        -webkit-transform: translate(0px, 0px) !important;
        -moz-transform: translate(0px, 0px) !important;
        -o-transform: translate(0px, 0px) !important
    }

    section.slideshow ul.slides li {
        width: 100% !important;
        height: auto !important;
        display: none;
        float: none;
        margin: 0px !important;
        text-align: left
    }

    section.slideshow ul.slides li.focused, section.slideshow ul.slides li:first-child:last-child {
        display: block;
        position: static;
        display: block
    }

    section.slideshow ul.slides li.focused img.background, section.slideshow ul.slides li:first-child:last-child img.background {
        height: auto !important;
        top: auto !important;
        left: auto !important;
        width: auto !important;
        max-width: 75% !important;
        max-height: 50% !important
    }
}

section.slideshow .prev.inactive, section.slideshow .next.inactive {
    display: none
}

section.slideshow .prev, section.slideshow .next {
    position: absolute;
    overflow: hidden;
    background: none;
    border: none;
    width: 40px;
    text-indent: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    background-size: cover
}

section.slideshow .prev {
    left: 0;
    background-image: url(/lemo/fileadmin/lemo/templates/assets/WF_Assets_page_back_retina.png)
}

section.slideshow .next {
    right: 0;
    background-image: url(/lemo/fileadmin/lemo/templates/assets/WF_Assets_page_forward_retina.png)
}

.slideshow-bullets-row {
    min-height: 64px
}

.slideshow-bullets-target, .zoom-element-bullets-target {
    display: block;
    top: auto;
    z-index: 11;
    float: none;
    margin-top: 7px;
    text-align: center
}

.slideshow-bullets-target .slideshow-bullets, .zoom-element-bullets-target .slideshow-bullets {
    display: inline-block;
    margin: 0 auto;
    overflow: hidden
}

.slideshow-bullets-target .slideshow-bullets li, .zoom-element-bullets-target .slideshow-bullets li {
    list-style: none;
    display: block;
    width: 19px;
    height: 19px;
    float: left;
    background-image: url(/lemo/fileadmin/lemo/templates/assets/gallery_page_progress_highlight.png);
    background-size: 19px 19px;
    cursor: pointer
}

.slideshow-bullets-target .slideshow-bullets li.active, .zoom-element-bullets-target .slideshow-bullets li.active {
    background-image: url(/lemo/fileadmin/lemo/templates/assets/gallery_page_progress_grey.png);
    background-size: 19px 19px
}

.slideshow-bullets-target .slideshow-bullets li:last-child, .zoom-element-bullets-target .slideshow-bullets li:last-child {
    margin-right: 0
}

@media only screen and (min-width: 700px) {
    section.slideshow ul.slides li img.overlay-picture {
        display: none
    }

    section.slideshow ul.slides li .slideshow-caption-container {
        display: block
    }
}

@media only screen and (max-width: 700px) {
    section.slideshow ul.slides li img.overlay-picture {
        display: none
    }

    section.slideshow ul.slides li .slideshow-caption-container {
        display: none
    }
}

@media only screen and (min-width: 1024px) {
    section.slideshow ul.slides li img.overlay-picture {
        display: block
    }

    section.slideshow ul.slides li .slideshow-caption-container {
        display: block
    }
}

.slideshow-caption-container-small {
    margin-top: -2.5em;
    margin-bottom: 14px
}

.slideshow-caption-container-small .caption-wrap {
    border-bottom: 4px solid #d4d4d4;
    padding: 11px 0 18px 0
}

.slideshow-caption-container-small .caption-wrap p {
    margin-bottom: 0
}

.slideshow-caption-container-small .caption-wrap .caption-buttons {
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 11px
}

@media print {
    .no-pics section.slideshow {
        display: none !important
    }

    section.slideshow ul, div.timeline-gallery-wrapper ul {
        width: auto;
        height: auto
    }

    section.slideshow ul li, div.timeline-gallery-wrapper ul li {
        float: none
    }

    div.timeline-gallery-wrapper li.focused, section.objektshow .zoom-element-container, .slideshow.horizontal-scroll-element li.focused {
        width: 100% !important;
        text-align: center !important
    }
}

#content a.zoom-in, #content a.zoom-out {
    text-decoration: none
}

section.objektshow {
    position: relative;
    height: 75%;
    overflow: hidden;
    font-family: "Open Sans", sans-serif;
    font-size: 14px
}

section.objektshow.objektshow-novisual {
    display: table;
    width: 100%
}

section.objektshow.objektshow-novisual p {
    display: table-cell;
    height: 102px;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    color: #86848f;
    background-color: #e8e8e8;
    text-align: center;
    vertical-align: middle
}

section.objektshow ul {
    background-color: #fff;
    height: 100%;
    position: inherit;
    height: 100%;
    list-style-type: none
}

section.objektshow ul li {
    height: 100%;
    width: 100%;
    position: inherit;
    overflow: hidden
}

section.objektshow ul li img.background {
    position: relative;
    image-rendering: optimizeQuality;
    -ms-interpolation-mode: bicubic;
    max-width: none;
    cursor: pointer
}

section.objektshow .prev.inactive, section.objektshow .next.inactive {
    display: none
}

section.objektshow .prev, section.objektshow .next {
    position: absolute;
    overflow: hidden;
    background: none;
    border: none;
    width: 40px;
    text-indent: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    background-size: cover
}

section.objektshow .prev {
    left: 0;
    background-image: url(/lemo/fileadmin/lemo/templates/assets/WF_Assets_page_back_retina.png)
}

section.objektshow .next {
    right: 0;
    background-image: url(/lemo/fileadmin/lemo/templates/assets/WF_Assets_page_forward_retina.png)
}

section.objektshow .zoom-element-container {
    height: 100%;
    position: relative;
    overflow: hidden
}

section.objektshow .zoom-element-container .zoom-element-element {
    position: absolute
}

section.objektshow .zoom-controls {
    height: 46px;
    background-color: #fff
}

@media print {
    section.objektshow .zoom-controls {
        display: none
    }
}

section.objektshow .zoom-controls .zoom-controls-wrapper {
    width: 60px;
    height: 30px;
    margin: 8px auto
}

section.objektshow .zoom-controls .zoom-in, section.objektshow .zoom-controls .zoom-out {
    display: inline-block;
    overflow: hidden;
    background: none;
    border: none;
    width: 30px;
    height: 30px
}

section.objektshow .zoom-controls .zoom-in.inactive, section.objektshow .zoom-controls .zoom-out.inactive {
    background-position: 30px
}

section.objektshow .zoom-controls .zoom-in, section.objektshow .zoom-controls .zoom-out {
    left: 0px;
    background-size: 30px
}

section.objektshow .zoom-controls .zoom-in:after, section.objektshow .zoom-controls .zoom-out:after {
    color: #353244;
    content: "e";
    font-family: "lemofont" !important;
    font-size: 1.3em;
    vertical-align: middle;
    text-indent: 0;
    padding-left: 5px
}

section.objektshow .zoom-controls .zoom-out:after {
    content: "f"
}

section.objektshow #zweidbild {
    text-align: center;
    overflow: hidden;
    padding-top: 8px
}

section.objektshow #zweidbild img {
    display: inline-block;
    position: relative;
    height: 100%
}

@media print {
    section.objektshow #zweidbild {
        text-align: center !important;
        width: 100% !important
    }

    section.objektshow #zweidbild img {
        width: auto !important;
        height: auto !important;
        max-height: 50% !important;
        max-width: auto !important
    }
}

section.objektshow #rotatornavi {
    text-align: center;
    height: 40px;
    position: relative;
    display: block
}

section.objektshow #rotatornavi .leftrotator, section.objektshow #rotatornavi .rightrotator {
    background-image: url(/lemo/fileadmin/lemo/templates/assets/WF_Assets_page_back_retina.png);
    background-size: cover;
    display: inline-block;
    height: 40px;
    width: 40px
}

section.objektshow #rotatornavi .rightrotator {
    background-image: url(/lemo/fileadmin/lemo/templates/assets/WF_Assets_page_forward_retina.png)
}

@media print {
    section.objektshow {
        width: 100% !important;
        height: auto !important
    }

    section.objektshow * {
        width: 100% !important;
        height: auto !important
    }

    section.objektshow .horizontal-scroll-element {
        width: 100% !important;
        height: auto !important;
        max-height: 100% !important;
        max-width: 100% !important
    }

    section.objektshow ul {
        width: 100% !important;
        height: auto !important;
        padding: 0px !important;
        left: 0px;
        transform: translate(0px, 0px) !important;
        -webkit-transform: translate(0px, 0px) !important;
        -moz-transform: translate(0px, 0px) !important;
        -o-transform: translate(0px, 0px) !important
    }

    section.objektshow ul li {
        height: auto !important;
        top: auto !important;
        left: auto !important;
        width: 100% !important;
        max-width: 100% !important;
        max-height: 100% !important;
        display: none;
        margin: 0px !important;
        text-align: left
    }

    section.objektshow ul li .zoom-element-container {
        width: 100% !important;
        height: auto !important;
        margin-bottom: 10pt !important
    }

    section.objektshow ul li.focused, section.objektshow ul li:first-child:last-child {
        display: block;
        position: static
    }

    section.objektshow ul li.focused img, section.objektshow ul li:first-child:last-child img {
        height: auto !important;
        width: auto !important;
        top: auto !important;
        left: auto !important;
        max-width: 75% !important;
        max-height: 50% !important
    }

    section.objektshow ul li.focused img.vertical-img, section.objektshow ul li:first-child:last-child img.vertical-img {
        max-width: 40% !important
    }
}

.dhm .zoom-element-container {
    background-color: #000
}

.hdg .zoom-element-container {
    background-color: #fff
}

.zoom-element-bullets-target {
    bottom: 13px;
    position: absolute;
    right: 10%
}

.zoom-element-bullets-target .slideshow-bullets li {
    background-image: url(/lemo/fileadmin/lemo/templates/assets/page_progress_grey.png);
    background-size: 19px 19px;
    cursor: pointer
}

.zoom-element-bullets-target .slideshow-bullets li.active {
    background-image: url(/lemo/fileadmin/lemo/templates/assets/page_progress_highlight.png);
    background-size: 19px 19px
}

.tab-content {
    display: none
}

#content .jwPlayer {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

#content .jwPlayer .video_background {
    display: none;
    position: absolute;
    height: inherit;
    background-color: #fff;
    opacity: .5;
    left: 0;
    top: 0;
    z-index: 1;
    min-width: 100%
}

#content .jwPlayer .video_play_img {
    cursor: pointer;
    left: 50%;
    margin-left: -60px;
    margin-top: -60px;
    position: absolute;
    top: 50%;
    z-index: 2
}

#content .jwPlayer .video_close_img {
    display: none;
    cursor: pointer;
    top: 0;
    right: 0;
    position: absolute;
    z-index: 4;
    min-width: 40px;
    max-width: 40px;
    width: 40px;
    height: 40px
}

#content .jwPlayer .video_wrapper_inner {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    overflow: hidden
}

#content .jwPlayer img.video_play_img {
    min-width: inherit
}

#content .slides .video_play_img {
    cursor: pointer;
    left: 50%;
    margin-left: -60px;
    margin-top: -60px;
    position: absolute;
    top: 50%;
    z-index: 2
}

#content .objektshow_video {
    margin: .8em
}

@media only screen and (max-width: 700px) {
    #content .objektshow_video {
        margin: .5em
    }
}

#content .objektshow_video img.video_placeholder_img {
    position: relative;
    max-width: none;
    min-width: 1% !important
}

#content .content_video .jwPlayer {
    position: relative
}

#content div[id$=_jwplayer_controlbar_elapsedText] {
    background-image: url("/js/external/jwplayer/lemo/controlbar/divider-left.png")
}

#content #page-title-bar.material-uebersicht {
    background: #c41b22 none
}

#content #page-title-bar.material-uebersicht .breadcrumb {
    display: block;
    margin-bottom: -7px;
    padding-top: 9px
}

#content .material-uebersicht .columns.large-10 h2 {
    color: #000;
    font-size: 22px
}

#content .material-uebersicht p.introduction {
    font-size: 16px;
    margin-bottom: 45px
}

#content .material-uebersicht ul.tasks {
    list-style: none inside none;
    margin-bottom: 0
}

#content .material-uebersicht ul.tasks > li {
    padding-bottom: 10px
}

#content .material-uebersicht ul.tasks > li p.taskdescription {
    margin: 25px 0;
    position: relative;
    padding-left: 30px
}

#content .material-uebersicht ul.tasks > li p.taskdescription span.tasknumber {
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold
}

#content .material-uebersicht ul.tasks > li ul.tasklist {
    list-style: none inside none;
    padding-left: 7px
}

#content .material-uebersicht ul.tasks > li ul.tasklist li {
    font-weight: bold;
    font-size: 18px;
    font-style: italic;
    font-family: "Trebuchet MS";
    margin: 5px 0
}

#content .material-uebersicht ul.tasks > li ul.tasklist li img.bullet {
    min-width: 23px;
    max-width: 23px;
    width: 23px !important;
    height: 23px !important;
    margin-right: 10px
}

#content .material-uebersicht ul.tasks > li ul.tasklist li span.emptyLine {
    letter-spacing: -1.5px
}

@media print {
    #content .material-uebersicht ul.tasks > li > img {
        max-width: 50% !important;
        margin-left: 25% !important
    }
}

#content .material-uebersicht ul.tasks > li:last-child {
    padding-bottom: 0
}

#content .material-uebersicht .lemoLernenLogo img {
    min-width: 185px;
    width: 185px;
    margin: 0 0 20px
}

#content .material-uebersicht .redButtonBox, #content .material-uebersicht .redButtonBox:hover {
    color: #fff;
    background-color: #c41b22;
    width: 100%;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 7px 13px;
    font-family: "Montserrat", sans-serif;
    margin: 36px 0 62px
}

#map {
    width: 100%;
    height: 100%
}

.big {
    width: 40px;
    height: 40px;
    background: url(/lemo/fileadmin/lemo/templates/assets/marker_medium.png) no-repeat left top
}

.small {
    width: 40px;
    height: 40px;
    background: url(/lemo/fileadmin/lemo/templates/assets/marker_small.png) no-repeat left top
}

.bigcity {
    font-weight: normal;
    opacity: .8;
    font-size: 1.2em
}

.smallcity {
    font-weight: normal;
    opacity: .8;
    font-size: 1em
}

.leaflet-container {
    font: 12px "Open Sans" sans-serif
}

.leaflet-container a.zz {
    text-decoration: underline
}

.leaflet-container a.zz:hover {
    color: #fff;
    background-color: #369;
    text-decoration: none
}

#content .leaflet-control-container a {
    text-decoration: none
}

.leaflet-popup-content-wrapper {
    border-radius: 0;
    width: 280px;
    height: 120px;
    padding: 10px;
    text-align: left
}

.leaflet-popup-content {
    font-weight: normal;
    font-size: 1.2em;
    line-height: 1.4em;
    margin: 0
}

#content a.leaflet-popup-close-button {
    color: #c3c3c3
}

.leaflet-top, .leaflet-left, .leaflet-right, .leaflet-bottom {
    z-index: 98
}

.csc-mailform {
    border: none
}

.csc-mailform-field label {
    display: block;
    margin-top: 15px
}

.mp_list {
    position: absolute;
    list-style: none;
    z-index: 1;
    top: calc(100% - 24px - 1px);
    left: 24px;
    width: calc(100% - 24px - 24px);
    background-color: #fff;
    box-shadow: 0 2px 2px #86848f
}

.mp_item, .mp_min_chars, .mp_no_results {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 1em;
    padding: .75em;
    cursor: pointer;
    background-color: inherit;
    transition: background-color ease 150ms
}

.mp_highlighted {
    background-color: #e8e8e8
}

/*# sourceMappingURL=app.css.map */
