﻿.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder {
    visibility: visible !important;
    background: #f2f2f2 !important;
    background: rgba(0,0,0,0.06) !important;
    border: 0 none !important;
    -webkit-box-shadow: inset 0 0 12px 4px #fff;
    box-shadow: inset 0 0 12px 4px #fff
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
    content: '!';
    visibility: hidden
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    box-shadow: 0 2px 5px rgba(0,0,0,0.2)
}

.selectize-dropdown-header {
    position: relative;
    padding: 5px 8px;
    border-bottom: 1px solid #d0d0d0;
    background: #f8f8f8;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0
}

.selectize-dropdown-header-close {
    position: absolute;
    right: 8px;
    top: 50%;
    color: #303030;
    opacity: 0.4;
    margin-top: -12px;
    line-height: 20px;
    font-size: 20px !important
}

.selectize-dropdown-header-close:hover {
    color: #000000
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
    border-top: 0 none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0 none
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0 none
}

.selectize-control.plugin-remove_button [data-value] {
    position: relative;
    padding-right: 24px !important
}

.selectize-control.plugin-remove_button [data-value] .remove {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 17px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 0 0 0;
    border-left: 1px solid #d0d0d0;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
    background: rgba(0,0,0,0.05)
}

.selectize-control.plugin-remove_button .active[data-value] .remove {
    border-left-color: #cacaca
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
    background: none
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
    border-left-color: #ffffff
}

.selectize-control.plugin-remove_button .remove-single {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 23px
}

.selectize-control {
    position: relative
}

.selectize-dropdown,.selectize-input,.selectize-input input {
    color: #303030;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px;
    -webkit-font-smoothing: inherit
}

.selectize-input,.selectize-control.single .selectize-input.input-active {
    background: #fff;
    cursor: text;
    display: inline-block
}

.selectize-input {
    border: 1px solid #d0d0d0;
    padding: 8px 8px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.selectize-control.multi .selectize-input.has-items {
    padding: 6px 8px 3px
}

.selectize-input.full {
    background-color: #fff
}

.selectize-input.disabled,.selectize-input.disabled * {
    cursor: default !important
}

.selectize-input.focus {
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.15);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.15)
}

.selectize-input.dropdown-active {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0
}

.selectize-input>* {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom:1;*display: inline
}

.selectize-control.multi .selectize-input>div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background: #f2f2f2;
    color: #303030;
    border: 0 solid #d0d0d0
}

.selectize-control.multi .selectize-input>div.active {
    background: #e8e8e8;
    color: #303030;
    border: 0 solid #cacaca
}

.selectize-control.multi .selectize-input.disabled>div,.selectize-control.multi .selectize-input.disabled>div.active {
    color: #7d7d7d;
    background: #ffffff;
    border: 0 solid #ffffff
}

.selectize-input>input {
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 2px 0 0 !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: none !important;
    line-height: inherit !important;
    -webkit-user-select: auto !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.selectize-input>input::-ms-clear {
    display: none
}

.selectize-input>input:focus {
    outline: none !important
}

.selectize-input::after {
    content: ' ';
    display: block;
    clear: left
}

.selectize-input.dropdown-active::before {
    content: ' ';
    display: block;
    position: absolute;
    background: #f0f0f0;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0
}

.selectize-dropdown {
    position: absolute;
    z-index: 10;
    border: 1px solid #d0d0d0;
    background: #fff;
    margin: -1px 0 0 0;
    border-top: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px
}

.selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden
}

.selectize-dropdown [data-selectable] .highlight {
    background: rgba(125,168,208,0.2);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.selectize-dropdown .option,.selectize-dropdown .optgroup-header {
    padding: 5px 8px
}

.selectize-dropdown .option,.selectize-dropdown [data-disabled],.selectize-dropdown [data-disabled] .option[data-selectable] {
    cursor: inherit;
    opacity: 0.5
}

.selectize-dropdown .option[data-selectable] {
    opacity: 1
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none
}

.selectize-dropdown .optgroup-header {
    color: #303030;
    background: #fff;
    cursor: default
}

.selectize-dropdown .active {
    background-color: #f5fafd;
    color: #495c68
}

.selectize-dropdown .active.create {
    color: #495c68
}

.selectize-dropdown .create {
    color: rgba(48,48,48,0.5)
}

.selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    -webkit-overflow-scrolling: touch
}

.selectize-control.single .selectize-input,.selectize-control.single .selectize-input input {
    cursor: pointer
}

.selectize-control.single .selectize-input.input-active,.selectize-control.single .selectize-input.input-active input {
    cursor: text
}

.selectize-control.single .selectize-input:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #808080 transparent transparent transparent
}

.selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: -4px;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #808080 transparent
}

.selectize-control.rtl.single .selectize-input:after {
    left: 15px;
    right: auto
}

.selectize-control.rtl .selectize-input>input {
    margin: 0 4px 0 -2px !important
}

.selectize-control .selectize-input.disabled {
    opacity: 0.5;
    background-color: #fafafa
}

/*! 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: transparent
}

a:focus {
    outline: thin dotted
}

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

h1 {
    font-size: 2em;
    margin: 0.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: "\201C" "\201D" "\2018" "\2019"
}

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 #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.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: 640px)";
    width: 640px
}

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

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

*,*: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: #435052;
    padding: 0;
    margin: 0;
    font-family: "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: 80em;
    *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.9375em;
    margin-right: -0.9375em;
    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: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    float: left
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    [class*="column"]+.end[class*="column"] {
        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: 640px) {
    .large-1 {
        position:relative;
        width: 8.3333333333%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .pull-11 {
        position: relative;
        right: 91.6666666667%;
        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
    }
}

form {
    margin: 0 0 1em
}

form .row .row {
    margin: 0 -0.5em
}

form .row .row .column,form .row .row .columns {
    padding: 0 0.5em
}

form .row .row.collapse {
    margin: 0
}

form .row .row.collapse .column,form .row .row.collapse .columns {
    padding: 0
}

form .row .row.collapse input {
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0
}

form .row input.column,form .row input.columns,form .row textarea.column,form .row textarea.columns {
    padding-left: 0.5em
}

label {
    font-size: 0.875em;
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-weight: 500;
    margin-bottom: 0.1875em
}

label.right {
    float: none;
    text-align: right
}

label.inline {
    margin: 0 0 1em 0;
    padding: 0.625em 0
}

label small {
    text-transform: capitalize;
    color: #666666
}

.prefix,.postfix {
    display: block;
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    font-size: 0.875em;
    height: 2.3125em;
    line-height: 2.3125em
}

.postfix.button {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    line-height: 2.125em
}

.prefix.button {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    line-height: 2.125em
}

.prefix.button.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.postfix.button.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.prefix.button.round {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomleft: 1000px;
    -moz-border-radius-topleft: 1000px;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px
}

.postfix.button.round {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-topright: 1000px;
    -moz-border-radius-bottomright: 1000px;
    -webkit-border-top-right-radius: 1000px;
    -webkit-border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px
}

span.prefix,label.prefix {
    background: #f2f2f2;
    border-color: #d9d9d9;
    border-right: none;
    color: #333
}

span.prefix.radius,label.prefix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

span.postfix,label.postfix {
    background: #f2f2f2;
    border-color: #cccccc;
    border-left: none;
    color: #333
}

span.postfix.radius,label.postfix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.input-group.radius>*:first-child,.input-group.radius>*:first-child * {
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.input-group.radius>*:last-child,.input-group.radius>*:last-child * {
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.input-group.round>*:first-child,.input-group.round>*:first-child * {
    -moz-border-radius-bottomleft: 1000px;
    -moz-border-radius-topleft: 1000px;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px
}

.input-group.round>*:last-child,.input-group.round>*:last-child * {
    -moz-border-radius-topright: 1000px;
    -moz-border-radius-bottomright: 1000px;
    -webkit-border-top-right-radius: 1000px;
    -webkit-border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px
}

input[type="text"],input[type="password"],input[type="date"],input[type="datetime"],input[type="datetime-local"],input[type="month"],input[type="week"],input[type="email"],input[type="number"],input[type="search"],input[type="tel"],input[type="time"],input[type="url"],textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    font-family: inherit;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    color: rgba(0,0,0,0.75);
    display: block;
    font-size: 0.875em;
    margin: 0 0 1em 0;
    padding: 0.5em;
    height: 2.3125em;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
    -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
    transition: box-shadow 0.45s, border-color 0.45s ease-in-out
}

input[type="text"]:focus,input[type="password"]:focus,input[type="date"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="month"]:focus,input[type="week"]:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="time"]:focus,input[type="url"]:focus,textarea:focus {
    -webkit-box-shadow: 0 0 5px #999999;
    -moz-box-shadow: 0 0 5px #999999;
    box-shadow: 0 0 5px #999999;
    border-color: #999999
}

input[type="text"]:focus,input[type="password"]:focus,input[type="date"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="month"]:focus,input[type="week"]:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="time"]:focus,input[type="url"]:focus,textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none
}

input[type="text"][disabled],input[type="password"][disabled],input[type="date"][disabled],input[type="datetime"][disabled],input[type="datetime-local"][disabled],input[type="month"][disabled],input[type="week"][disabled],input[type="email"][disabled],input[type="number"][disabled],input[type="search"][disabled],input[type="tel"][disabled],input[type="time"][disabled],input[type="url"][disabled],textarea[disabled] {
    background-color: #ddd
}

input[type="file"],input[type="checkbox"],input[type="radio"],select {
    margin: 0 0 1em 0
}

input[type="file"] {
    width: 100%
}

fieldset {
    border: solid 1px #ddd;
    padding: 1.25em;
    margin: 1.125em 0
}

fieldset legend {
    font-weight: bold;
    background: #fff;
    padding: 0 0.1875em;
    margin: 0;
    margin-left: -0.1875em
}

[data-abide] .error small.error,[data-abide] #mc_embed_signup .mce_inline_error small.error,#mc_embed_signup [data-abide] .mce_inline_error small.error,[data-abide] span.error,[data-abide] #mc_embed_signup span.mce_inline_error,#mc_embed_signup [data-abide] span.mce_inline_error,[data-abide] small.error,[data-abide] #mc_embed_signup small.mce_inline_error,#mc_embed_signup [data-abide] small.mce_inline_error {
    display: block;
    padding: 0.375em 0.25em;
    margin-top: 0;
    margin-bottom: 1em;
    font-size: 0.75em;
    font-weight: bold;
    background: #e3000f;
    color: #fff
}

[data-abide] span.error,[data-abide] #mc_embed_signup span.mce_inline_error,#mc_embed_signup [data-abide] span.mce_inline_error,[data-abide] small.error,[data-abide] #mc_embed_signup small.mce_inline_error,#mc_embed_signup [data-abide] small.mce_inline_error {
    display: none
}

span.error,#mc_embed_signup span.mce_inline_error,small.error,#mc_embed_signup small.mce_inline_error {
    display: block;
    padding: 0.375em 0.25em;
    margin-top: 0;
    margin-bottom: 1em;
    font-size: 0.75em;
    font-weight: bold;
    background: #e3000f;
    color: #fff
}

.error input,#mc_embed_signup .mce_inline_error input,.error textarea,#mc_embed_signup .mce_inline_error textarea,.error select,#mc_embed_signup .mce_inline_error select {
    border-color: #e3000f;
    background-color: rgba(227,0,15,0.1);
    margin-bottom: 0
}

.error input:focus,#mc_embed_signup .mce_inline_error input:focus,.error textarea:focus,#mc_embed_signup .mce_inline_error textarea:focus,.error select:focus,#mc_embed_signup .mce_inline_error select:focus {
    background: #fafafa;
    border-color: #999999
}

.error label,#mc_embed_signup .mce_inline_error label,.error label.error,.error #mc_embed_signup label.mce_inline_error,#mc_embed_signup .error label.mce_inline_error {
    color: #e3000f
}

.error>small,#mc_embed_signup .mce_inline_error>small,.error small.error,#mc_embed_signup .mce_inline_error small.error,.error #mc_embed_signup small.mce_inline_error,#mc_embed_signup .error small.mce_inline_error,#mc_embed_signup .mce_inline_error small.mce_inline_error {
    display: block;
    padding: 0.375em 0.25em;
    margin-top: 0;
    margin-bottom: 1em;
    font-size: 0.75em;
    font-weight: bold;
    background: #e3000f;
    color: #fff
}

.error span.error-message,#mc_embed_signup .mce_inline_error span.error-message {
    display: block
}

input.error,#mc_embed_signup input.mce_inline_error,textarea.error,#mc_embed_signup textarea.mce_inline_error {
    border-color: #e3000f;
    background-color: rgba(227,0,15,0.1);
    margin-bottom: 0
}

input.error:focus,#mc_embed_signup input.mce_inline_error:focus,textarea.error:focus,#mc_embed_signup textarea.mce_inline_error:focus {
    background: #fafafa;
    border-color: #999999
}

.error select,#mc_embed_signup .mce_inline_error select {
    border-color: #e3000f;
    background-color: rgba(227,0,15,0.1)
}

.error select:focus,#mc_embed_signup .mce_inline_error select:focus {
    background: #fafafa;
    border-color: #999999
}

label.error,#mc_embed_signup label.mce_inline_error {
    color: #e3000f
}

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

.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: 44px
}

.top-bar {
    overflow: hidden;
    height: 44px;
    line-height: 44px;
    position: relative;
    background: #fff;
    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: 44px;
    margin: 0;
    font-size: 16px
}

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

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

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

.top-bar .toggle-topbar a {
    color: #3b3b3b;
    text-transform: uppercase;
    font-size: 0.8125em;
    font-weight: bold;
    position: relative;
    display: block;
    padding: 0 14.6666666667px;
    height: 44px;
    line-height: 44px
}

.top-bar .toggle-topbar.menu-icon {
    right: 14.6666666667px;
    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: transparent
}

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

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

.top-bar.expanded .toggle-topbar a span {
    -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-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: #fff;
    font-size: 16px;
    margin: 0
}

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

.top-bar-section ul li>a {
    display: block;
    width: 100%;
    color: #3b3b3b;
    padding: 12px 0 12px 0;
    padding-left: 14.6666666667px;
    font-size: 0.8125em;
    font-weight: normal;
    background: #fff
}

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

.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: #e3000f
}

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

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

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

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

.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: transparent transparent transparent rgba(255,255,255,0.5);
    border-left-style: solid;
    margin-right: 14.6666666667px;
    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 14.6666666667px
}

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

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

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

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

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

.js-generated {
    display: block
}

@media only screen and (min-width: 1120px) {
    .top-bar {
        background:#fff;
        *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: 0.875em;
        height: 2em;
        padding: 0 10px;
        position: relative;
        top: 8px
    }

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

    .contain-to-grid .top-bar {
        max-width: 80em;
        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: #fff;
        color: #e3000f
    }

    .top-bar-section li a:not(.button) {
        padding: 0 14.6666666667px;
        line-height: 44px;
        background: #fff
    }

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

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

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

    .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: "\00bb";
        top: 1em;
        margin-top: -7px;
        right: 5px
    }

    .top-bar-section .dropdown {
        left: 0;
        top: auto;
        background: transparent;
        min-width: 100%
    }

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

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

    .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 white;
        border-left: solid 1px #e6e6e6;
        clear: none;
        height: 44px;
        width: 0
    }

    .top-bar-section .has-form {
        background: #fff;
        padding: 0 14.6666666667px;
        height: 44px
    }

    .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: #fff;
        color: #e3000f
    }

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

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

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src: url("/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot");
    src: url("/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?#iefix") format("embedded-opentype"),url("https://cdn.schomburg.com/assets/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2") format("woff2"),url("https://cdn.schomburg.com/assets/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff") format("woff"),url("https://cdn.schomburg.com/assets/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf") format("truetype"),url("https://cdn.schomburg.com/assets/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg#fontawesomeregular") format("svg");
    https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right,.locale-switcher:before,.button-large:before {
    float: right
}

.pull-left,.service .service-col,.service .service-title {
    float: left
}

.fa.pull-left,.service .fa.service-col,.service .fa.service-title {
    margin-right: .3em
}

.fa.pull-right,.fa.locale-switcher:before,.fa.button-large:before {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #ffffff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,.fa-close:before,.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,.fa-image:before,.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
    content: "\f158"
}

.fa-won:before,.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,.fa-bank:before,.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,.fa-resistance:before,.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,.fa-sheqel:before,.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,.fa-s15:before,.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.social-share-button .ssb-icon {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    display: inline-block;
    height: 18px;
    width: 18px
}

.social-share-button .ssb-twitter {
    background-image: url(https://cdn.schomburg.com/assets/social-share-button/twitter-7b64ce0117a85c5d52ed45c27707af61d9b0e0d590284baa287cfe87867b9ae1.svg)
}

.social-share-button .ssb-facebook {
    background-image: url(https://cdn.schomburg.com/assets/social-share-button/facebook-03210e1663ee772e93ed5d344cdb36657b68342821aaebe982f2f984915990b3.svg)
}

.social-share-button .ssb-google_bookmark {
    background-image: url(https://cdn.schomburg.com/assets/social-share-button/google_bookmark-bb4c960c0421cb7dce602d10e744692bcc1c54f323410f4965d508f96e2255ce.svg)
}

.social-share-button .ssb-google_plus {
    background-image: url(https://cdn.schomburg.com/assets/social-share-button/google_plus-50c049fbb29cd3346f1bf9349017b644bcd00a53b56bd156728850f57bd85c0a.svg)
}

.social-share-button .ssb-weibo {
    background-image: url(https://cdn.schomburg.com/assets/social-share-button/weibo-a345a6ca554e6f388da9eb35746bb0425cb018c16408ba82852c66d375245d6f.svg)
}

.social-share-button .ssb-qq {
    background-image: url(https://cdn.schomburg.com/assets/social-share-button/qq-4dbae8223fc7823f6d73bc7fbe113eb894f4c174ec3ae93103ca382c78a2bf67.svg)
}

.social-share-button .ssb-delicious {
    background-image: url(https://cdn.schomburg.com/assets/social-share-button/delicious-0c55f72f821aae5352691f13eb64bf3435573e2169d0720477ed367b2f1ed28e.svg)
}

.social-share-button .ssb-linkedin {
    background-image: url(https://cdn.schomburg.com/assets/social-share-button/linkedin-b7fd42895b291003c444a9c2acf867ea813671e0b725a5d7c05dbb13f5c0fdd3.svg)
}

.social-share-button .ssb-tumblr {
    background-image: url(https://cdn.schomburg.com/assets/social-share-button/tumblr-330a37f93cce7c27a750188d0bfdbed3a22f566b807e64d21131dcdc94e08ec3.svg)
}

.social-share-button .ssb-pinterest {
    background-image: url(https://cdn.schomburg.com/assets/social-share-button/pinterest-86203d156197cce4087fee058b920d275c535df5fd59d8caa83da0ef41d1ec7f.svg)
}

.social-share-button .ssb-douban {
    background-image: url(https://cdn.schomburg.com/assets/social-share-button/douban-46298c27e3bc6d59951c0bbc464339a5ba1b44e3b25b571874f1baacd7af2495.svg)
}

.social-share-button .ssb-wechat {
    background-image: url(https://cdn.schomburg.com/assets/social-share-button/wechat-d8852cc3396a7a53eba39595d2e9f638c93a34ab1a0f41bae4ff391b63815f56.svg)
}

.social-share-button .ssb-vkontakte {
    background-image: url(https://cdn.schomburg.com/assets/social-share-button/vkontakte-0c2b68277fade991d74efcbdb6f7b359a35e65156cbada9625a3fe8f73151c14.svg)
}

.social-share-button .ssb-odnoklassniki {
    background-image: url(https://cdn.schomburg.com/assets/social-share-button/odnoklassniki-579bf782bd70fe94748254cac2c8c3dc150cceb0d2a143399e3062246b5ecb39.svg)
}

.social-share-button .ssb-xing {
    background-image: url(https://cdn.schomburg.com/assets/social-share-button/xing-0ebccb4042c8c7220e471c4f569df2bf27da227db425525819b6848c86a1603e.svg)
}

.social-share-button .ssb-email {
    background-image: url(https://cdn.schomburg.com/assets/social-share-button/email-7067143cbe69d9d8cf25e67fda1a315d133c2b79074a09088bd712cc5c81135d.svg)
}

.social-share-button .ssb-reddit {
    background-image: url(https://cdn.schomburg.com/assets/social-share-button/reddit-730429c239b6990b67d0d4aaaeb6e9fe48c62267f889a412e81f5f1066ec625f.svg)
}

.social-share-button .ssb-hacker_news {
    background-image: url(https://cdn.schomburg.com/assets/social-share-button/hacker_news-d89b13fec49355a787389a776f2e03a0a38314abf93777b8865f8c5f146eaf8d.svg)
}

.social-share-button .ssb-telegram {
    background-image: url(https://cdn.schomburg.com/assets/social-share-button/telegram-a6b5607917f3e3efbcf35c3ed43356b05622fcfc533d2fbf5066621b78c1dbe4.svg)
}

.social-share-button .ssb-whatsapp_app,.social-share-button .ssb-whatsapp_web {
    background-image: url(https://cdn.schomburg.com/assets/social-share-button/whatsapp-766099d1a3ea095e9c8a8628e0505159b7f336b8036a8f70ad5fe60c29233959.svg)
}

.ss-wechat-dialog {
    width: 300px;
    position: fixed;
    background: #fff;
    padding: 15px;
    border-radius: 3px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.15);
    z-index: 11001;
    font-size: 14px;
    line-height: 1.2em
}

.ss-wechat-dialog .wechat-popup-header {
    font-weight: bold
}

.ss-wechat-dialog .wechat-dialog-qr {
    text-align: center;
    margin: 25px 0
}

.ss-wechat-dialog .wechat-popup-close {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #999;
    text-decoration: none;
    font-size: 16px
}

.ss-wechat-dialog .wechat-popup-footer {
    text-align: left;
    line-height: 22px;
    color: #666
}

@keyframes splide-loading {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.splide--draggable>.splide__slider>.splide__track,.splide--draggable>.splide__track {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.splide--fade>.splide__slider>.splide__track>.splide__list,.splide--fade>.splide__track>.splide__list {
    display: block
}

.splide--fade>.splide__slider>.splide__track>.splide__list>.splide__slide,.splide--fade>.splide__track>.splide__list>.splide__slide {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 0
}

.splide--fade>.splide__slider>.splide__track>.splide__list>.splide__slide.is-active,.splide--fade>.splide__track>.splide__list>.splide__slide.is-active {
    opacity: 1;
    position: relative;
    z-index: 1
}

.splide--rtl {
    direction: rtl
}

.splide--ttb.is-active>.splide__slider>.splide__track>.splide__list,.splide--ttb.is-active>.splide__track>.splide__list {
    display: block
}

.splide__container {
    box-sizing: border-box;
    position: relative
}

.splide__list {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    transform-style: preserve-3d
}

.splide.is-initialized:not(.is-active) .splide__list {
    display: block
}

.splide__pagination {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    pointer-events: none
}

.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto
}

.splide__progress__bar {
    width: 0
}

.splide {
    outline: none;
    position: relative;
    visibility: hidden
}

.splide.is-initialized,.splide.is-rendered {
    visibility: visible
}

.splide__slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    outline: none;
    position: relative
}

.splide__slide img {
    vertical-align: bottom
}

.splide__slider {
    position: relative
}

.splide__spinner {
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0
}

@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 0.625em 1.25em
    }

    .small-block-grid-1>li {
        width: 100%;
        padding: 0 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 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 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 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 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 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 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 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 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 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 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 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: 640px) {
    .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 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 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 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 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 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 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 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 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 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 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 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 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
    }
}

.service .circle-phone:before,.service .circle-cogs:before,.top-bar-section .has-dropdown .dropdown li.has-dropdown>a:after,.top-bar .top-bar-section ul.firstlevel>.has-dropdown>a:after,.locale-switcher:before,.faq-question-link:before,.contacts .contact-skype:before,.contacts .contact-mobile:before,.contacts .contact-mail:before,.contacts .contact-fax:before,.contacts .contact-phone:before,.social-icon-xing:before,.social-icon-linkedin:before,.social-icon-google_plus:before,.social-icon-facebook:before,.social-icon-twitter:before,.pagination-last-page:before,.pagination-next-page:before,.pagination-prev-page:before,.pagination-first-page:before,.ga-button-optout:before,.ga-button-optin:before,.flex-info.active .flex-info-toggle:before,.flex-info .flex-info-toggle:before,.flex-direction-nav .flex-next:before,.flex-direction-nav .flex-prev:before,.external-link:before,.download--external:before,.pdflink:before,.download:before,.printlink:before,.button-heinze:before,.button-large:before,.back-link-red:before,.back-link:before,.app-icon-linkedin:before,.app-icon-twitter:before,.app-icon-youtube:before,.app-icon-instagram:before,.app-icon-facebook:before,.app-icon-android:before,.app-icon-apple:before,.environmental-product-declaration:before,.performance-declaration:before,.additional-product-information:before,.additional-technical-information:before,.application-instructions:before,.color-chart:before,.job-reports:before,.leeds:before,.manufacturer-statement:before,.product-card:before,.sell-sheet:before,.specifications:before,.system-information:before,.technical-descriptions:before,.technical-dwg-descriptions:before,.technical-drawings:before,.test-reports:before,.method-statement:before,.materials-safety-data-sheet:before,.brochure:before,.samples-specifications-list:before,.technical-presentation:before,.technical-data-sheet:before,.active>.accordion-toggle:before,.accordion-toggle:before,.product-link:before,.keyfact .registration-mail:before,.content-block.theme-dark .more-link:before,.more-link:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: inherit
}

.product-link,.keyfact .registration-mail,.content-block.theme-dark .more-link,.more-link {
    font-size: 0.8125em;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap
}

.product-link:before,.keyfact .registration-mail:before,.content-block.theme-dark .more-link:before,.more-link:before {
    content: "";
    padding-right: 5px
}

.more-link {
    color: #e3000f
}

.more-link:hover {
    color: #eb4d57
}

body {
    line-height: 1.6
}

a {
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
    color: #435052;
    text-decoration: none
}

p,.keyfact-wrapper {
    margin: 1em 0
}

@media screen and (max-width: 568px) {
    h1 {
        font-size:1.6em
    }
}

small {
    font-size: 0.8125em
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
    border-color: #d9d9d9
}

select {
    height: auto
}

.contentlist {
    margin: 0;
    margin-left: 1.2em;
    padding: 0
}

.column-count-2 {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    -moz-column-gap: 1.875em;
    -webkit-column-gap: 1.875em;
    column-gap: 1.875em;
    padding: 0;
    list-style: none
}

@media only screen and (min-width: 640px) {
    .column-count-2 {
        -moz-column-count:2;
        -webkit-column-count: 2;
        column-count: 2;
        padding: 0
    }
}

.header-image {
    margin-bottom: 0.9375em
}

.ga-optout {
    text-decoration: underline
}

.flexslider.references-slider {
    margin-bottom: 0.9375em
}

.references-aside .block-item-title {
    padding-left: 10px !important
}

.clearfix {
    *zoom:1}

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

.clearfix:after {
    clear: both
}

.nowrap {
    white-space: nowrap
}

.pull-right,.locale-switcher:before,.button-large:before {
    float: right !important
}

.pull-left,.service .service-col,.service .service-title {
    float: left !important
}

.ellipsis,.service .service-col .service-title,.dropdown a {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important
}

.visually-hidden {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px)
}

.allow-wrap {
    white-space: normal !important
}

.bg-white {
    background: #fff !important
}

.bg-red,.service .service-col .button-small,.service .service-col [class^="ga-button-"] {
    background: #e3000f !important
}

.bg-green {
    background: #89b31c !important
}

.bg-blue {
    background: #0051a0 !important
}

.bg-yellow {
    background: #F1AD00 !important
}

.bg-gray-dark {
    background: #3b3b3b !important
}

.bg-gray-lightest,.news-recent .news-item,.consumption-calculator-results .text {
    background: #e5e5e5 !important
}

.underline {
    text-decoration: underline !important
}

.flash-error {
    background: #ffb0b5;
    padding: 10px;
    margin-top: 10px
}

.hidden {
    display: none
}

.is-hidden {
    display: none !important
}

.social-icons,.app-icons {
    margin: 0;
    padding: 0;
    list-style: none
}

@media screen and (max-width: 640px) {
    .news-list,.productdetail-infos-left h1,.content-block .block-body.block-grid-3-1 .block-item,.content-block.theme-lightest-bordered .block-body.block-grid-3-1 .block-item-bordered {
        -ms-word-break:break-all;
        word-break: break-all;
        word-break: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto
    }
}

.display-block {
    display: block !important
}

.full-width {
    width: 100% !important
}

.markdown a {
    font-weight: bold;
    text-decoration: underline
}

.markdown a:hover {
    text-decoration: none
}

.markdown p,.markdown .keyfact-wrapper {
    margin: 0 0 1em 0
}

.markdown.no-margin p,.markdown.no-margin .keyfact-wrapper {
    margin: 0
}

.markdown ul {
    margin: 0;
    margin-left: 1.2em;
    padding: 0
}

.markdown th,.markdown td {
    text-align: center;
    border: 1px solid black;
    padding: 3px
}

.markdown th {
    font-size: 0.75em;
    vertical-align: top
}

.markdown tr>td {
    width: 15%;
    font-size: 0.75em
}

.subscribe,.newsletter-content {
    padding-left: 0.9375em;
    padding-right: 0.9375em
}

.service,.main-footer-nav,.quicklinks,.main-nav-wrapper,.main-nav,.main-content,.main-footer,.home-slider,.main-header,.flex-info .flex-info-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 80em;
    *zoom:1}

.service:before,.main-footer-nav:before,.quicklinks:before,.main-nav-wrapper:before,.main-nav:before,.main-content:before,.main-footer:before,.home-slider:before,.main-header:before,.flex-info .flex-info-content:before,.service:after,.main-footer-nav:after,.quicklinks:after,.main-nav-wrapper:after,.main-nav:after,.main-content:after,.main-footer:after,.home-slider:after,.main-header:after,.flex-info .flex-info-content:after {
    content: " ";
    display: table
}

.service:after,.main-footer-nav:after,.quicklinks:after,.main-nav-wrapper:after,.main-nav:after,.main-content:after,.main-footer:after,.home-slider:after,.main-header:after,.flex-info .flex-info-content:after {
    clear: both
}

.flex-info .flex-info-content {
    padding-left: 1.875em;
    padding-right: 1.875em
}

.main-header {
    padding-left: 0.9375em;
    padding-right: 0.9375em
}

@media screen and (min-width: 960px) {
    .main-header {
        padding-left:1.875em;
        padding-right: 1.875em
    }
}

.main-footer,.newsletter {
    padding-left: 0em;
    padding-right: 0em
}

@media screen and (min-width: 960px) {
    .main-footer,.newsletter {
        padding-left:0.9375em;
        padding-right: 0.9375em
    }
}

@media screen and (max-width: 960px) {
    .main-footer .legal,.main-footer .footer-note {
        padding-left:15px;
        padding-right: 15px
    }
}

.news-recent .news-teaser,.productdetail-table,.newsletter-body,.legal,.product-family-name,.keyfact,.content-block .block-body.block-grid .block-item-title,.bodytext,.cms-content__element .markdown p,.cms-content__element .markdown .keyfact-wrapper,.consumption,.contentlist {
    font-size: 0.8125em;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    color: #435052
}

.service .service-col,.newsletter-title,.tt-header,.keyfacts-header h1,.content-block .block-header h1,.button-large,.footer-nav-title,.events-list-item-tag,.filter-buttons,.button-small,[class^="ga-button-"] {
    text-transform: uppercase;
    font-weight: normal
}

.service .service-col,.newsletter-title,.tt-header,.keyfacts-header h1,.content-block .block-header h1,.button-large {
    font-size: 1em
}

.footer-nav-title,.events-list-item-tag,.filter-buttons,.button-small,[class^="ga-button-"] {
    font-size: 0.8125em
}

.title-main,.title-sub {
    font-weight: normal;
    font-style: italic
}

.title-main {
    font-size: 1.75em;
    margin: 0.8928571429em 0
}

.title-sub {
    font-size: 1em;
    margin: 1.5625em 0
}

.title-small,.news-recent .news-title,.keyfact-title {
    font-weight: bold;
    font-size: 1em;
    margin: 0.625em 0 1.25em 0
}

.text-green {
    color: #1D9A3F
}

.is-bold {
    font-weight: bold
}

.accordion {
    margin: 0
}

.accordion dd {
    margin: 0
}

.accordion .content {
    display: none
}

.accordion .active>.content {
    display: block
}

.accordion-toggle {
    font-size: 0.9375em;
    display: block;
    cursor: pointer
}

.accordion-toggle:before {
    content: "";
    float: right
}

.active>.accordion-toggle:before {
    content: ""
}

@media screen and (min-width: 569px) {
    .accordion-toggle {
        font-size:0.8125em
    }
}

@media screen and (min-width: 569px) {
    .footer-nav-col .accordion-toggle:before {
        content:""
    }
}

.faq-accordion-toggle {
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 700;
    margin: 0
}

.technical-data-sheet:before {
    content: "";
    padding-right: 10px
}

.technical-presentation:before {
    content: "";
    padding-right: 10px
}

.samples-specifications-list:before {
    content: "";
    padding-right: 10px
}

.brochure:before {
    content: "";
    padding-right: 10px
}

.materials-safety-data-sheet:before {
    content: "";
    padding-right: 10px
}

.environmental-product-declaration:before,.performance-declaration:before,.additional-product-information:before,.additional-technical-information:before,.application-instructions:before,.color-chart:before,.job-reports:before,.leeds:before,.manufacturer-statement:before,.product-card:before,.sell-sheet:before,.specifications:before,.system-information:before,.technical-descriptions:before,.technical-dwg-descriptions:before,.technical-drawings:before,.test-reports:before,.method-statement:before {
    content: "";
    padding-right: 10px
}

.app-icons {
    margin: 0.9375em 0 0 0
}

.app-icons li {
    float: left;
    background: #e5e5e5;
    overflow: hidden
}

@media screen and (min-width: 1380px) {
    .app-icons {
        position:fixed;
        top: 120px;
        left: 0;
        z-index: 9999;
        margin: 0
    }

    .app-icons li {
        float: none
    }
}

@media screen and (min-width: 568px) and (max-width: 768px) {
    .app-icons {
        float:right
    }
}

.app-icon {
    display: block;
    color: #fff;
    font-size: 18px;
    width: 34px;
    height: 34px;
    margin: 8px;
    line-height: 34px;
    background: rgba(59,59,59,0.8);
    border-radius: 10px;
    text-align: center
}

.app-icon:hover {
    background: #e3000f
}

.app-icon-divider {
    margin: 0;
    height: 0;
    border-bottom: 1px solid rgba(255,255,255,0.8)
}

.app-icon-schomburg {
    background: url(https://cdn.schomburg.com/assets/app-icon-42eb187716972f796a6b36930f6d8954c2b0c1d03b0f00c4d524019cab29861f.svg);
    filter: grayscale(100%);
    opacity: 0.8
}

.app-icon-schomburg:hover {
    background: url(https://cdn.schomburg.com/assets/app-icon-42eb187716972f796a6b36930f6d8954c2b0c1d03b0f00c4d524019cab29861f.svg);
    filter: none;
    opacity: 1
}

.app-icon-apple:before {
    content: "";
    padding-right: 0
}

.app-icon-android:before {
    content: "";
    padding-right: 0
}

.app-icon-facebook:before {
    content: "";
    padding-right: 0
}

.app-icon-instagram:before {
    content: "";
    padding-right: 0
}

.app-icon-youtube:before {
    content: "";
    padding-right: 0
}

.app-icon-twitter:before {
    content: "";
    padding-right: 0
}

.app-icon-linkedin:before {
    content: "";
    padding-right: 0
}

.back-link {
    position: relative;
    bottom: -1.5em
}

.back-link:before {
    content: "";
    padding-right: 5px
}

.back-link:hover {
    text-decoration: underline
}

.back-link:before {
    font-size: 0.75em;
    display: inline-block;
    text-decoration: none
}

.no-js .back-link {
    display: none
}

.back-link-red {
    color: #e3000f;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.6875em;
    cursor: pointer
}

.back-link-red:before {
    content: "";
    padding-right: 5px
}

.back-link-red:before {
    font-size: 0.9375em;
    display: inline-block;
    text-decoration: none
}

.button,.button-small,[class^="ga-button-"],.button-large {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: block;
    padding: 0 1.40625em;
    color: #fff;
    background: #2c2c2c;
    text-align: center;
    border: none;
    outline: none
}

.button.prefix {
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.button.postfix {
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.button-large {
    line-height: 3.125em;
    height: 3.125em
}

.button-large:before {
    content: "";
    padding-right: 0
}

.button-large:before {
    margin-top: 1px;
    padding-left: 10px
}

.button-small,[class^="ga-button-"] {
    line-height: 2.6923076923em;
    height: 2.6923076923em
}

.button-small.reset,.reset[class^="ga-button-"] {
    background: #a2a2a2;
    color: #fff !important;
    display: inline-block;
    font-weight: bold;
    margin-right: 15px
}

.button-small.filter-reference,.filter-reference[class^="ga-button-"] {
    background: #e3000f;
    color: #fff !important;
    display: inline-block;
    font-weight: bold
}

.button-small.details,.details[class^="ga-button-"] {
    background: #074a9b;
    color: #fff !important;
    display: block;
    font-weight: bold
}

.button-heinze {
    background: #3b3b3b;
    float: left
}

.button-heinze:before {
    content: "";
    padding-right: 0
}

.button-heinze:hover {
    background: #484848
}

.button-heinze:before {
    padding-right: 10px
}

.button-bold-text {
    text-transform: inherit !important;
    font-weight: bold
}

.is-disabled {
    background-color: grey !important
}

.bodytext .link-external,.cms-content__element .markdown p .link-external,.cms-content__element .markdown .keyfact-wrapper .link-external {
    text-decoration: underline;
    color: #000
}

.bodytext .link-external:hover,.cms-content__element .markdown p .link-external:hover,.cms-content__element .markdown .keyfact-wrapper .link-external:hover {
    color: #e3000f
}

.subtitle,.product-subtitle {
    font-weight: bold
}

.product-oldtitle {
    font-weight: bold;
    margin-top: -20px
}

.subtitle {
    text-transform: uppercase
}

.bodytext-headline {
    font-weight: bold
}

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

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

.row-nested:after {
    clear: both
}

.content-block {
    margin-bottom: 0.9375em;
    overflow: hidden
}

.content-block.allow-overflow {
    overflow: visible
}

.content-block .block-header {
    padding: 0.75em 0.9375em 0.8125em
}

.content-block .block-header h1 {
    font-weight: bold;
    margin: 0
}

.content-block .block-body {
    padding: 0.9375em 0.9375em 0.9375em
}

.content-block .block-body.block-grid {
    display: block;
    padding: 0;
    margin: 0 -0.46875em;
    *zoom:1;padding: 0.9375em 0.9375em 0
}

.content-block .block-body.block-grid:before,.content-block .block-body.block-grid:after {
    content: " ";
    display: table
}

.content-block .block-body.block-grid:after {
    clear: both
}

.content-block .block-body.block-grid>.block-item,.content-block.theme-lightest-bordered .block-body.block-grid>.block-item-bordered {
    display: inline;
    height: auto;
    float: left;
    padding: 0 0.46875em 0.9375em
}

.content-block .block-body.block-grid>.block-item,.content-block.theme-lightest-bordered .block-body.block-grid>.block-item-bordered {
    width: 100%;
    padding: 0 0.46875em 0.9375em
}

.content-block .block-body.block-grid>.block-item:nth-of-type(n),.content-block.theme-lightest-bordered .block-body.block-grid>.block-item-bordered:nth-of-type(n) {
    clear: none
}

.content-block .block-body.block-grid>.block-item:nth-of-type(1n+1),.content-block.theme-lightest-bordered .block-body.block-grid>.block-item-bordered:nth-of-type(1n+1) {
    clear: both
}

.content-block .block-body.block-grid .block-item-title {
    color: #fff
}

@media screen and (min-width: 768px) {
    .content-block .block-body.block-grid {
        display:block;
        padding: 0;
        margin: 0 -0.46875em;
        *zoom:1;padding: 0.9375em 0.9375em 0
    }

    .content-block .block-body.block-grid:before,.content-block .block-body.block-grid:after {
        content: " ";
        display: table
    }

    .content-block .block-body.block-grid:after {
        clear: both
    }

    .content-block .block-body.block-grid>.block-item,.content-block.theme-lightest-bordered .block-body.block-grid>.block-item-bordered {
        display: inline;
        height: auto;
        float: left;
        padding: 0 0.46875em 0.9375em
    }

    .content-block .block-body.block-grid>.block-item,.content-block.theme-lightest-bordered .block-body.block-grid>.block-item-bordered {
        width: 50%;
        padding: 0 0.46875em 0.9375em
    }

    .content-block .block-body.block-grid>.block-item:nth-of-type(n),.content-block.theme-lightest-bordered .block-body.block-grid>.block-item-bordered:nth-of-type(n) {
        clear: none
    }

    .content-block .block-body.block-grid>.block-item:nth-of-type(2n+1),.content-block.theme-lightest-bordered .block-body.block-grid>.block-item-bordered:nth-of-type(2n+1) {
        clear: both
    }
}

@media screen and (min-width: 961px) {
    .content-block .block-body.block-grid {
        display:block;
        padding: 0;
        margin: 0 -0.9375em;
        *zoom:1;padding: 0.9375em 1.875em 0
    }

    .content-block .block-body.block-grid:before,.content-block .block-body.block-grid:after {
        content: " ";
        display: table
    }

    .content-block .block-body.block-grid:after {
        clear: both
    }

    .content-block .block-body.block-grid>.block-item,.content-block.theme-lightest-bordered .block-body.block-grid>.block-item-bordered {
        display: inline;
        height: auto;
        float: left;
        padding: 0 0.9375em 1.875em
    }

    .content-block .block-body.block-grid>.block-item,.content-block.theme-lightest-bordered .block-body.block-grid>.block-item-bordered {
        width: 33.3333333333%;
        padding: 0 0.9375em 1.875em
    }

    .content-block .block-body.block-grid>.block-item:nth-of-type(n),.content-block.theme-lightest-bordered .block-body.block-grid>.block-item-bordered:nth-of-type(n) {
        clear: none
    }

    .content-block .block-body.block-grid>.block-item:nth-of-type(3n+1),.content-block.theme-lightest-bordered .block-body.block-grid>.block-item-bordered:nth-of-type(3n+1) {
        clear: both
    }
}

.content-block .block-body.block-grid-2-1 {
    display: block;
    padding: 0;
    margin: 0 -0.46875em;
    *zoom:1}

.content-block .block-body.block-grid-2-1:before,.content-block .block-body.block-grid-2-1:after {
    content: " ";
    display: table
}

.content-block .block-body.block-grid-2-1:after {
    clear: both
}

.content-block .block-body.block-grid-2-1>.block-item,.content-block.theme-lightest-bordered .block-body.block-grid-2-1>.block-item-bordered {
    display: inline;
    height: auto;
    float: left;
    padding: 0 0.46875em 0.9375em
}

.content-block .block-body.block-grid-2-1>.block-item,.content-block.theme-lightest-bordered .block-body.block-grid-2-1>.block-item-bordered {
    width: 100%;
    padding: 0 0.46875em 0.9375em
}

.content-block .block-body.block-grid-2-1>.block-item:nth-of-type(n),.content-block.theme-lightest-bordered .block-body.block-grid-2-1>.block-item-bordered:nth-of-type(n) {
    clear: none
}

.content-block .block-body.block-grid-2-1>.block-item:nth-of-type(1n+1),.content-block.theme-lightest-bordered .block-body.block-grid-2-1>.block-item-bordered:nth-of-type(1n+1) {
    clear: both
}

@media screen and (min-width: 768px) {
    .content-block .block-body.block-grid-2-1 {
        display:block;
        padding: 0;
        margin: 0 -0.46875em;
        *zoom:1}

    .content-block .block-body.block-grid-2-1:before,.content-block .block-body.block-grid-2-1:after {
        content: " ";
        display: table
    }

    .content-block .block-body.block-grid-2-1:after {
        clear: both
    }

    .content-block .block-body.block-grid-2-1>.block-item,.content-block.theme-lightest-bordered .block-body.block-grid-2-1>.block-item-bordered {
        display: inline;
        height: auto;
        float: left;
        padding: 0 0.46875em 0.9375em
    }

    .content-block .block-body.block-grid-2-1>.block-item,.content-block.theme-lightest-bordered .block-body.block-grid-2-1>.block-item-bordered {
        width: 50%;
        padding: 0 0.46875em 0.9375em
    }

    .content-block .block-body.block-grid-2-1>.block-item:nth-of-type(n),.content-block.theme-lightest-bordered .block-body.block-grid-2-1>.block-item-bordered:nth-of-type(n) {
        clear: none
    }

    .content-block .block-body.block-grid-2-1>.block-item:nth-of-type(2n+1),.content-block.theme-lightest-bordered .block-body.block-grid-2-1>.block-item-bordered:nth-of-type(2n+1) {
        clear: both
    }
}

.content-block .block-body.block-grid-3-1 {
    display: block;
    padding: 0;
    margin: 0 -0.46875em;
    *zoom:1}

.content-block .block-body.block-grid-3-1:before,.content-block .block-body.block-grid-3-1:after {
    content: " ";
    display: table
}

.content-block .block-body.block-grid-3-1:after {
    clear: both
}

.content-block .block-body.block-grid-3-1>.block-item,.content-block.theme-lightest-bordered .block-body.block-grid-3-1>.block-item-bordered {
    display: inline;
    height: auto;
    float: left;
    padding: 0 0.46875em 0.9375em
}

.content-block .block-body.block-grid-3-1>.block-item,.content-block.theme-lightest-bordered .block-body.block-grid-3-1>.block-item-bordered {
    width: 100%;
    padding: 0 0.46875em 0.9375em
}

.content-block .block-body.block-grid-3-1>.block-item:nth-of-type(n),.content-block.theme-lightest-bordered .block-body.block-grid-3-1>.block-item-bordered:nth-of-type(n) {
    clear: none
}

.content-block .block-body.block-grid-3-1>.block-item:nth-of-type(1n+1),.content-block.theme-lightest-bordered .block-body.block-grid-3-1>.block-item-bordered:nth-of-type(1n+1) {
    clear: both
}

@media screen and (min-width: 768px) {
    .content-block .block-body.block-grid-3-1 {
        display:block;
        padding: 0;
        margin: 0 -0.46875em;
        *zoom:1}

    .content-block .block-body.block-grid-3-1:before,.content-block .block-body.block-grid-3-1:after {
        content: " ";
        display: table
    }

    .content-block .block-body.block-grid-3-1:after {
        clear: both
    }

    .content-block .block-body.block-grid-3-1>.block-item,.content-block.theme-lightest-bordered .block-body.block-grid-3-1>.block-item-bordered {
        display: inline;
        height: auto;
        float: left;
        padding: 0 0.46875em 0.9375em
    }

    .content-block .block-body.block-grid-3-1>.block-item,.content-block.theme-lightest-bordered .block-body.block-grid-3-1>.block-item-bordered {
        width: 33.3333333333%;
        padding: 0 0.46875em 0.9375em
    }

    .content-block .block-body.block-grid-3-1>.block-item:nth-of-type(n),.content-block.theme-lightest-bordered .block-body.block-grid-3-1>.block-item-bordered:nth-of-type(n) {
        clear: none
    }

    .content-block .block-body.block-grid-3-1>.block-item:nth-of-type(3n+1),.content-block.theme-lightest-bordered .block-body.block-grid-3-1>.block-item-bordered:nth-of-type(3n+1) {
        clear: both
    }
}

.content-block .block-body.block-grid-3-1 .block-item,.content-block.theme-lightest-bordered .block-body.block-grid-3-1 .block-item-bordered {
    padding: 20px 25px 15px !important
}

.content-block .block-body.block-grid-4-1 {
    display: block;
    padding: 0;
    margin: 0 -0.46875em;
    *zoom:1;padding: 0.9375em 0.9375em 0
}

.content-block .block-body.block-grid-4-1:before,.content-block .block-body.block-grid-4-1:after {
    content: " ";
    display: table
}

.content-block .block-body.block-grid-4-1:after {
    clear: both
}

.content-block .block-body.block-grid-4-1>.block-item,.content-block.theme-lightest-bordered .block-body.block-grid-4-1>.block-item-bordered {
    display: inline;
    height: auto;
    float: left;
    padding: 0 0.46875em 0.9375em
}

.content-block .block-body.block-grid-4-1>.block-item,.content-block.theme-lightest-bordered .block-body.block-grid-4-1>.block-item-bordered {
    width: 100%;
    padding: 0 0.46875em 0.9375em
}

.content-block .block-body.block-grid-4-1>.block-item:nth-of-type(n),.content-block.theme-lightest-bordered .block-body.block-grid-4-1>.block-item-bordered:nth-of-type(n) {
    clear: none
}

.content-block .block-body.block-grid-4-1>.block-item:nth-of-type(1n+1),.content-block.theme-lightest-bordered .block-body.block-grid-4-1>.block-item-bordered:nth-of-type(1n+1) {
    clear: both
}

@media screen and (min-width: 768px) {
    .content-block .block-body.block-grid-4-1 {
        display:block;
        padding: 0;
        margin: 0 -0.46875em;
        *zoom:1;padding: 0.9375em 1.875em 0
    }

    .content-block .block-body.block-grid-4-1:before,.content-block .block-body.block-grid-4-1:after {
        content: " ";
        display: table
    }

    .content-block .block-body.block-grid-4-1:after {
        clear: both
    }

    .content-block .block-body.block-grid-4-1>.block-item,.content-block.theme-lightest-bordered .block-body.block-grid-4-1>.block-item-bordered {
        display: inline;
        height: auto;
        float: left;
        padding: 0 0.46875em 0.9375em
    }

    .content-block .block-body.block-grid-4-1>.block-item,.content-block.theme-lightest-bordered .block-body.block-grid-4-1>.block-item-bordered {
        width: 25%;
        padding: 0 0.46875em 0.9375em
    }

    .content-block .block-body.block-grid-4-1>.block-item:nth-of-type(n),.content-block.theme-lightest-bordered .block-body.block-grid-4-1>.block-item-bordered:nth-of-type(n) {
        clear: none
    }

    .content-block .block-body.block-grid-4-1>.block-item:nth-of-type(4n+1),.content-block.theme-lightest-bordered .block-body.block-grid-4-1>.block-item-bordered:nth-of-type(4n+1) {
        clear: both
    }
}

.content-block .block-body.productdetail {
    padding: 10px 30px
}

@media screen and (min-width: 961px) {
    .content-block .block-body,.content-block .block-header {
        padding-right:1.875em;
        padding-left: 1.875em
    }
}

.content-block .block-item,.content-block.theme-lightest-bordered .block-item-bordered {
    padding: 0.46875em 0
}

.content-block .circle {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    overflow: hidden;
    margin: 0 10px 10px 0
}

.content-block .circle img {
    vertical-align: top
}

.content-block .circle img {
    max-width: none
}

.content-block .accordion {
    margin-bottom: 0.9375em
}

.content-block.theme-light {
    color: #4a4a4a
}

.content-block.theme-light a:not(.button,.block-index-link-title) {
    color: #4a4a4a
}

.content-block.theme-light a:not(.button,.block-index-link-title):hover {
    color: #707070
}

.content-block.theme-light .block-index-link-title {
    color: #e3000f;
    font-weight: bold
}

.content-block.theme-light .block-index-link-title:hover {
    color: #e3000f
}

.content-block.theme-light .block-header {
    background: silver
}

.content-block.theme-light .block-body {
    background: #d9d9d9
}

.content-block.theme-light .accordion dd {
    border-bottom: 1px solid #a6a6a6
}

.content-block.theme-dark {
    color: #fff
}

.content-block.theme-dark a {
    color: #fff
}

.content-block.theme-dark a:hover {
    color: #d9d9d9
}

.content-block.theme-dark a:hover .text-green {
    color: #156f2d
}

.content-block.theme-dark .block-header {
    background: #3b3b3b
}

.content-block.theme-dark .block-body {
    background: #484848
}

.content-block.theme-dark .accordion {
    border-bottom: 1px solid #6e6e6e
}

.content-block.theme-dark .accordion .block-item,.content-block.theme-dark .accordion .content-block.theme-lightest-bordered .block-item-bordered,.content-block.theme-lightest-bordered .content-block.theme-dark .accordion .block-item-bordered {
    border-bottom: 1px solid #6e6e6e
}

.content-block.theme-dark .more-link {
    color: #fff
}

.content-block.theme-dark .more-link:hover {
    color: white
}

.content-block.theme-lightest .block-body {
    background: #e5e5e5
}

.content-block.theme-lightest-bordered .block-body {
    background: #e5e5e5
}

.content-block.theme-lightest-bordered .block-item,.content-block.theme-lightest-bordered .block-item-bordered {
    display: flex;
    overflow-wrap: break-word
}

.content-block.theme-lightest-bordered .block-item-bordered {
    border-bottom: 1px solid #d5d5d5
}

.content-block.theme-lightest-bordered .block-item:last-of-type,.content-block.theme-lightest-bordered .block-item-bordered:last-of-type {
    border-bottom: none
}

.content-block.theme-light-bordered .block-header,.content-block.theme-light-bordered .block-item,.content-block.theme-light-bordered .content-block.theme-lightest-bordered .block-item-bordered,.content-block.theme-lightest-bordered .content-block.theme-light-bordered .block-item-bordered {
    border-bottom: 1px solid #fff
}

.content-block.theme-light-bordered .block-grid-2-1 .block-item:nth-of-type(2n+1),.content-block.theme-light-bordered .block-grid-2-1 .content-block.theme-lightest-bordered .block-item-bordered:nth-of-type(2n+1),.content-block.theme-lightest-bordered .content-block.theme-light-bordered .block-grid-2-1 .block-item-bordered:nth-of-type(2n+1) {
    border-right: 1px solid #fff
}

.content-block.theme-light-bordered .block-grid-3-1 .block-item:nth-of-type(1n+1),.content-block.theme-light-bordered .block-grid-3-1 .content-block.theme-lightest-bordered .block-item-bordered:nth-of-type(1n+1),.content-block.theme-lightest-bordered .content-block.theme-light-bordered .block-grid-3-1 .block-item-bordered:nth-of-type(1n+1) {
    border-right: 1px solid #fff
}

.content-block.theme-light-bordered .block-body {
    margin-bottom: -1px
}

.content-block .block-item-circle-image {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 16.6666666667%;
    float: left
}

.content-block .block-item-circle-image img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    overflow: hidden
}

.content-block .block-item-circle-image img img {
    vertical-align: top
}

.content-block .block-item-title {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 83.3333333333%;
    float: left;
    font-size: 0.875em
}

.content-block .block-item-title .more-link {
    font-size: 1em !important
}

.keyfacts {
    background: #d9d9d9;
    border-right: 2px solid #fff;
    margin-bottom: 10px
}

.keyfacts .keyfacts-block {
    padding: 0 30px 20px
}

.keyfacts-header {
    background: silver;
    padding: 0.75em 1.875em 0.8125em
}

.keyfacts-header h1 {
    font-weight: bold;
    margin: 0
}

.reference-filters {
    padding: 15px !important
}

.reference-filters .block-item,.reference-filters .content-block.theme-lightest-bordered .block-item-bordered,.content-block.theme-lightest-bordered .reference-filters .block-item-bordered {
    padding-bottom: 0 !important
}

@media only screen and (min-width: 1025px) {
    .reference-filters {
        padding:30px !important
    }
}

.reference-filter-actions {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.46875em 0.9375em
}

.reference-filter-actions .button-small,.reference-filter-actions [class^="ga-button-"] {
    margin-top: 15px
}

.keyfact-title {
    margin-bottom: 0
}

.keyfact a {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto
}

.keyfact .registration-mail {
    color: #e3000f;
    color: #e3000f !important;
    padding-left: 5px
}

.keyfact .registration-mail:hover {
    color: #eb4d57
}

.button {
    background: #e3000f;
    display: inline-block;
    font-size: 0.875em;
    margin-bottom: 5px;
    padding: 5px 10px;
    text-transform: uppercase
}

.printlink:before {
    content: "";
    padding-right: 10px
}

.pdflink,.download {
    padding-right: 25px
}

.pdflink:before,.download:before {
    content: "";
    padding-right: 10px
}

.download {
    font-size: 0.8125em;
    line-height: 30px;
    margin-left: 25px
}

.download.wip {
    opacity: .5
}

.download--external:before {
    content: "";
    padding-right: 10px
}

.download_categories .download {
    margin-left: 0;
    line-height: 100%;
    padding-right: 0
}

.headerimg-two-parts {
    max-height: 235px
}

@media screen and (min-width: 1024px) {
    .headerimg-two-parts {
        padding-right:3px
    }
}

.link-list .block-item,.link-list .content-block.theme-lightest-bordered .block-item-bordered,.content-block.theme-lightest-bordered .link-list .block-item-bordered {
    padding: 20px 0 10px 25px !important;
    min-height: 81px
}

.external-link {
    color: #e3000f !important
}

.external-link:before {
    content: "";
    padding-right: 5px
}

.text-over-image {
    position: relative
}

.text-over-image .text-over-image-block-text {
    position: relative;
    margin-left: 15px
}

@media screen and (min-width: 1024px) {
    .text-over-image .text-over-image-block-text {
        background:rgba(255,255,255,0.8);
        position: absolute;
        bottom: 0
    }
}

.quote-block {
    background: #d9d9d9;
    margin: 80px 5px 5px -15px;
    padding: 25px 0 25px 15px
}

.quote-block .quote-block-qoutes {
    position: absolute;
    top: -80px;
    left: -60px;
    font-size: 20em;
    font-style: italic;
    color: #e5e5e5;
    z-index: 1
}

.quote-block .bodytext,.quote-block .cms-content__element .markdown p,.cms-content__element .markdown .quote-block p,.quote-block .cms-content__element .markdown .keyfact-wrapper,.cms-content__element .markdown .quote-block .keyfact-wrapper {
    font-size: 1.25em;
    font-style: italic;
    position: relative;
    z-index: 2
}

.green-block {
    background: #e7f0d2;
    margin-bottom: 5px;
    padding-top: 0.9375em
}

.green-block .bodytext,.green-block .cms-content__element .markdown p,.cms-content__element .markdown .green-block p,.green-block .cms-content__element .markdown .keyfact-wrapper,.cms-content__element .markdown .green-block .keyfact-wrapper {
    color: #28695a
}

@media screen and (min-width: 1024px) {
    .tuev-cert {
        float:right
    }
}

.show-on-ipad {
    display: none
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .hide-on-ipad {
        display:none
    }

    .show-on-ipad {
        display: inline
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    .hide-on-ipad {
        display:none
    }

    .show-on-ipad {
        display: inline
    }
}

@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
    .hide-on-ipad {
        display:none
    }

    .show-on-ipad {
        display: inline
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    .hide-on-ipad {
        display:none
    }

    .show-on-ipad {
        display: inline
    }
}

.filter-buttons {
    padding-top: 0.375em;
    padding-bottom: 0.375em;
    font-size: 0.8125em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    font-weight: bold
}

.filter-buttons .filter-buttons-item {
    padding-top: 0.84375em;
    padding-bottom: 0.84375em;
    padding-left: 3.28125em;
    padding-right: 3.28125em;
    justify-content: space-between
}

.filter-buttons .filter-buttons-item:hover {
    color: #fff;
    background-color: #e3000f;
    border-color: #e3000f
}

.filter-buttons .filter-buttons-item--active {
    color: #fff;
    background-color: #e3000f
}

.filter-buttons-item {
    display: flex;
    align-items: center;
    margin-top: 0.3125em;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    cursor: pointer
}

.filter-buttons-item:last-of-type {
    margin-right: 0
}

@media screen and (min-width: 640px) {
    .filter-buttons-item {
        margin-right:0.3125em
    }
}

@media screen and (min-width: 1024px) {
    .filter-buttons-item {
        padding-top:1.125em;
        padding-bottom: 1.125em
    }
}

@media screen and (min-width: 1280px) {
    .filter-buttons-item {
        padding-left:4.6875em;
        padding-right: 4.6875em
    }
}

.filter-buttons-list {
    font-size: 0.625em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-weight: bold
}

.filter-buttons-list .filter-buttons-item {
    padding-top: 0.375em;
    padding-bottom: 0.375em;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    cursor: default
}

.filter-buttons-list .filter-buttons-item .icon {
    height: 1em;
    width: 1em
}

.flex-container a:active,.flexslider a:active,.flex-container a:focus,.flexslider a:focus {
    outline: none
}

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

.flexslider {
    margin: 0;
    padding: 0
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden
}

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

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

.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .slides {
    display: block
}

* html .slides {
    height: 1%
}

.no-js .slides>li:first-child {
    display: block
}

.flexslider {
    background: transparent;
    position: relative;
    zoom:1}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.flexslider .slides {
    zoom:1}

.flexslider .slides figcaption {
    padding-bottom: 1.875em
}

.flex-direction-nav {
    *height: 0
}

.flex-direction-nav .flex-prev,.flex-direction-nav .flex-next {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    overflow: hidden;
    text-decoration: none;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    opacity: 0;
    cursor: pointer;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    background: #2c2c2c;
    background: rgba(44,44,44,0.5)
}

.flex-direction-nav .flex-prev img,.flex-direction-nav .flex-next img {
    vertical-align: top
}

.flex-direction-nav .flex-prev {
    left: -50px
}

.flex-direction-nav .flex-prev:before {
    content: "";
    padding-right: 0
}

.flex-direction-nav .flex-next {
    right: -50px
}

.flex-direction-nav .flex-next:before {
    content: "";
    padding-right: 0
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default
}

.flexslider:hover .flex-prev,.flexslider:hover .flex-next {
    opacity: 0.7
}

.flexslider:hover .flex-prev:hover,.flexslider:hover .flex-next:hover {
    opacity: 1
}

.flexslider:hover .flex-prev {
    left: 10px
}

.flexslider:hover .flex-next {
    right: 10px
}

.flex-control-nav,.splide__pagination {
    position: absolute;
    left: 0.9375em;
    bottom: 1.875em;
    height: 7px;
    z-index: 90;
    padding: 0
}

.flex-control-nav li,.splide__pagination li {
    margin: 0 5px 0 0;
    display: inline-block;
    zoom:1;*display: inline
}

@media screen and (min-width: 640px) {
    .flex-control-nav,.splide__pagination {
        bottom:1.875em;
        left: 1.875em
    }
}

.splide-home-slider .flex-control-nav,.splide-home-slider .splide__pagination {
    bottom: 5em
}

@media screen and (min-width: 640px) {
    .splide-home-slider .flex-control-nav,.splide-home-slider .splide__pagination {
        bottom:1.875em
    }
}

.flex-button {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media screen and (min-width: 640px) {
    .flex-button {
        position:absolute;
        bottom: 1.875em;
        right: 1.875em
    }
}

@media screen and (max-width: 639px) {
    .flex-button {
        border-radius:0
    }
}

.flex-info .flex-info-toggle {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    position: absolute;
    top: 0.9375em;
    right: 0.9375em;
    background: #2c2c2c;
    background: rgba(44,44,44,0.5);
    color: #fff;
    outline: 0
}

.flex-info .flex-info-toggle img {
    vertical-align: top
}

.flex-info .flex-info-toggle:before {
    content: "";
    font-size: 1.25em
}

.flex-info .flex-info-toggle:hover {
    background: rgba(44,44,44,0.8)
}

@media screen and (min-width: 640px) {
    .flex-info .flex-info-toggle {
        top:1.875em;
        right: 1.875em
    }
}

.flex-info .flex-info-content {
    display: none;
    position: absolute;
    top: 0;
    background: #3b3b3b;
    background: rgba(59,59,59,0.8);
    color: #fff
}

@media screen and (max-width: 959px) {
    .flex-info .flex-info-content {
        height:100%
    }
}

.flex-info .flex-info-header {
    font-size: 1.125em;
    margin-right: 40px
}

@media screen and (max-width: 960px) {
    .flex-info .flex-info-header {
        margin-right:60px
    }
}

.flex-info .flex-info-body {
    font-size: .75em;
    padding-right: 50px;
    margin-bottom: 0.9375em
}

@media screen and (min-width: 960px) {
    .flex-info .flex-info-body {
        font-size:1em
    }
}

.flex-info.active .flex-info-toggle {
    background: #d9d9d9;
    background: rgba(229,229,229,0.8)
}

.flex-info.active .flex-info-toggle:before {
    content: "";
    padding-right: 0
}

@media screen and (max-width: 639px) {
    .flex-info {
        display:none
    }
}

.flex-control-paging li a,.splide__pagination__page {
    width: 30px;
    height: 7px;
    display: block;
    background: #666;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
    text-indent: -9999px;
    border: 0;
    outline: 0
}

.flex-control-paging li a:hover,.splide__pagination__page:hover {
    background: #333;
    background: rgba(0,0,0,0.7)
}

.flex-control-paging li a.flex-active,.flex-control-paging li a.is-active,.splide__pagination__page.flex-active,.splide__pagination__page.is-active {
    background: #000;
    background: rgba(0,0,0,0.9);
    cursor: default
}

[class^="ga-button-"] {
    background: transparent;
    color: #2c2c2c;
    display: inline-block;
    border: 1px solid #2c2c2c
}

.ga-button-optin:before {
    content: "";
    padding-right: 10px
}

.ga-button-optout:before {
    content: "";
    padding-right: 10px
}

.icon {
    height: 1.375em;
    width: 1.375em;
    margin-right: 0.625em
}

.icon--small {
    height: 1em;
    width: 1em;
    margin-right: 0.3125em
}

.icon--globe {
    vertical-align: bottom
}

.check-list {
    list-style-type: none
}

.check-list .check-list-item {
    display: flex
}

.check-list .check-list-item::before {
    content: "✓ ";
    color: #e3000f;
    padding-right: 8px
}

@media screen and (max-width: 560px) {
    #mc_embed_signup .indicates-required,#mc_embed_signup .action-submit {
        width:100%
    }
}

@media screen and (max-width: 560px) {
    #mc_embed_signup .mc-embedded-subscribe {
        width:100%;
        margin-top: 15px;
        float: none
    }
}

.main-content-wrapper {
    padding-top: 1.875em;
    padding-bottom: 1.875em
}

@media screen and (min-width: 640px) {
    .main-content-wrapper {
        padding-left:3.75em;
        padding-right: 3.75em
    }
}

@media screen and (min-width: 1024px) {
    .main-content-wrapper {
        padding-left:7.5em;
        padding-right: 7.5em
    }
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255,255,255,0.6);
    z-index: 9997;
    display: none
}

.pagination {
    font-weight: bold;
    text-align: center
}

.pagination a:hover {
    color: #e3000f
}

.pagination .page {
    padding: 0 2px
}

.pagination .current {
    color: #b2b2b2
}

.pagination-first-page:before,.pagination-prev-page:before,.pagination-next-page:before,.pagination-last-page:before {
    font-size: 0.75em;
    font-weight: normal
}

.pagination-first-page:before {
    content: "" "";
    padding-right: 0
}

.pagination-prev-page:before {
    content: "";
    padding-right: 0
}

.pagination-next-page:before {
    content: "";
    padding-right: 0
}

.pagination-prev-page,.pagination-next-page {
    padding: 0 5px
}

.pagination-last-page:before {
    content: "" "";
    padding-right: 0
}

.product-icons {
    margin: 0;
    padding: 0;
    list-style: none
}

.product-icons [class^="product-icon-"] {
    display: inline-block;
    width: 53px
}

.product-icons .product-icon-dr,.product-icons .product-icon-fa,.product-icons .product-icon-ve {
    height: 53px
}

.product-icons .product-icon-du {
    height: 49px
}

.product-icons .product-icon-xl {
    height: 64px
}

.product-icons .product-icon-epd {
    width: 106px
}

.product-icons .product-icon-dibt {
    width: 133px
}

.product-icons .product-icon-atg {
    height: 49px
}

.product-icons .product-icons-item {
    padding-top: 2.34375em;
    padding-bottom: 2.34375em;
    padding-left: 5.625em;
    padding-right: 5.625em;
    display: inline-block;
    border: 1px solid #e5e5e5;
    margin-top: 0.625em;
    margin-right: 0.625em
}

.product-icons .product-icons-item:last-of-type {
    margin-right: 0
}

.quicklinks {
    overflow: hidden;
    margin-top: 0.9375em
}

.quicklinks.flexslider {
    margin-left: auto;
    margin-right: auto
}

.quicklinks .slides {
    padding-top: 1.875em;
    padding-bottom: 1.875em;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    list-style: none
}

.quicklinks .flex-control-nav {
    display: none
}

.tab {
    border-top: 2px solid red
}

.tab--prodfam {
    border-width: 4px;
    margin-top: 5px
}

.tab--nav {
    display: inline-block;
    width: 100%;
    padding-top: 2px;
    line-height: 1;
    text-overflow: ellipsis;
    overflow: hidden
}

.tab--nav:after {
    content: ' '
}

.tab--blue {
    border-color: #00519e
}

.tab--red {
    border-color: #ff0000
}

.tab--green {
    border-color: #269d2e
}

.tab--yellow {
    border-color: #fabb00
}

.tab--black {
    border-color: #babbbd
}

.product-family-name {
    font-size: 0.9em;
    margin: 0 5px;
    word-wrap: break-word;
    overflow-wrap: break-word
}

.registration-card {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    padding-left: 1.875em;
    padding-right: 1.875em;
    background-color: #fff
}

.registration-card .registration-card-title .icon {
    padding: 0.25em;
    height: 2em;
    width: 2em;
    background-color: #e3000f;
    color: #fff
}

@media screen and (min-width: 1024px) {
    .registration-card .registration-card-title {
        width:33.3%
    }
}

.registration-card .registration-card-body .keyfact {
    margin-bottom: 0.3125em
}

.registration-card .registration-card-body .keyfact.is-bold {
    margin-bottom: 0.9375em
}

.registration-card .registration-card-body .icon--small {
    height: 0.8125em;
    width: 0.8125em
}

.registration-card .registration-card-body .mailto-link {
    color: #e3000f;
    font-weight: bold
}

@media screen and (min-width: 1024px) {
    .registration-card .registration-card-body {
        width:66.6%
    }
}

@media screen and (min-width: 1024px) {
    .registration-card {
        display:flex
    }
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 0.875em;
    color: #435052;
    width: 100%;
    height: 2.5em
}

.select label {
    font-size: 100%
}

.select-styled {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    padding: 8px 15px
}

.select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #435052 transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 10px
}

.select-styled:hover {
    background-color: #fafafa
}

.select-styled:active,.select-styled.active {
    background-color: #f2f2f2
}

.select-styled:active:after,.select-styled.active:after {
    top: 9px;
    border-color: transparent transparent #435052 transparent
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff
}

.select-options li {
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    border-top: 1px solid #d5d5d5
}

.shrink-first-option .select-options li:first-child {
    padding: 0
}

.select-options li:hover {
    color: #e3000f
}

.select-options li[rel="hide"] {
    display: none
}

.selectize-dropdown {
    position: absolute
}

.selectize-dropdown-content {
    background-color: #fff
}

.social-icons {
    margin: 0.9375em 0 0 0;
    display: inline-block
}

.social-icons li {
    float: left;
    background: #e5e5e5;
    overflow: hidden
}

@media screen and (min-width: 1380px) {
    .social-icons li:not(:hover) {
        width:50px;
        margin-left: auto
    }
}

@media screen and (min-width: 1380px) {
    .social-icons {
        position:fixed;
        top: 120px;
        right: 0px;
        z-index: 9999;
        margin: 0
    }

    .social-icons li {
        float: none
    }
}

@media screen and (min-width: 320px) and (max-width: 1379px) {
    .social-icons {
        position:fixed;
        bottom: 0px;
        right: 20px;
        z-index: 9999;
        margin: 0;
        box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.3)
    }
}

.social-icon {
    display: block;
    color: #fff;
    font-size: 18px;
    width: 34px;
    height: 34px;
    margin: 8px;
    line-height: 34px;
    background: rgba(59,59,59,0.8);
    border-radius: 10px;
    text-align: center;
    float: right
}

.social-icon:hover {
    background: #0babe5;
    width: 102px
}

@media screen and (max-width: 400px) {
    .social-icon:hover {
        width:34px
    }
}

.social-icon .label {
    font-size: 10px;
    text-align: right;
    text-transform: uppercase
}

@media screen and (max-width: 400px) {
    .social-icon .label {
        display:none
    }
}

.social-icon-divider {
    margin: 0;
    height: 0;
    border-bottom: 1px solid rgba(255,255,255,0.8)
}

@media screen and (min-width: 568px) and (max-width: 1379px) {
    .social-icon-divider {
        border-left:1px solid #ccc;
        border-right: 1px solid rgba(255,255,255,0.8);
        height: 48px
    }
}

.social-icon-twitter:before {
    content: "";
    padding-right: 0
}

.social-icon-facebook:before {
    content: "";
    padding-right: 0
}

.social-icon-google_plus:before {
    content: "";
    padding-right: 0
}

.social-icon-linkedin:before {
    content: "";
    padding-right: 0
}

.social-icon-xing:before {
    content: "";
    padding-right: 0
}

.social-share-button {
    padding-top: 1.875em;
    padding-right: 1.875em;
    text-align: right
}

.social-share-button .ssb-icon {
    background-size: 32px 32px;
    height: 32px;
    width: 32px
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width:100%;
        margin-bottom: 15px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        table-layout: auto
    }

    .table-responsive table {
        margin-bottom: 0;
        border: 1px solid #d5d5d5
    }

    .table-responsive th {
        min-width: 150px
    }

    .table-responsive td {
        white-space: nowrap
    }

    .table-responsive table {
        min-width: 450px
    }
}

.twitter-typeahead {
    width: 100%
}

.twitter-typeahead input {
    margin: 0
}

.tt-dropdown-menu {
    position: absolute;
    top: -9999px;
    list-style: none;
    margin-left: 0;
    width: 100%;
    max-height: none;
    height: auto;
    background: #fff;
    border: solid 1px #cccccc;
    font-size: 16px;
    z-index: 99;
    max-width: 100%;
    padding: 0.5625em 1.25em;
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.2)
}

.tt-dropdown-menu>*:first-child {
    margin-top: 0
}

.tt-dropdown-menu>*:last-child {
    margin-bottom: 0
}

.tt-suggestions {
    display: table;
    border-spacing: .75em 0;
    border-collapse: separate
}

.tt-suggestion {
    font-size: 0.875em;
    cursor: pointer;
    line-height: 1.125em;
    margin: 0;
    display: table-row
}

.tt-suggestion:hover,.tt-suggestion:focus {
    background: #eeeeee
}

.tt-suggestion a {
    display: block;
    padding: 0.5em;
    color: #555
}

.tt-suggestion:hover,.tt-suggestion:focus {
    background: none
}

.tt-suggestion.tt-cursor {
    color: #e3000f
}

.tt-suggestion>div {
    display: table-cell;
    padding: .5em 0
}

.tt-suggestion-img {
    width: 32px;
    height: 32px;
    text-align: center;
    vertical-align: top
}

.tt-num-hits {
    width: 32px;
    text-align: right
}

.tt-suggestion-subtitle {
    color: #b2b2b2
}

.tt-header {
    color: #b2b2b2;
    padding-bottom: .5em;
    border-bottom: 1px solid #cccccc;
    margin: .5em 0
}

.video-title {
    font-size: 1em;
    font-weight: 400
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%
}

.video {
    position: absolute;
    width: 100%;
    height: 100%
}

.consumption-calculator-fields {
    display: none
}

.consumption-calculator-fields div.select {
    margin-bottom: 25px;
    margin-top: 25px
}

.consumption-calculator-results .text {
    padding: 0.625em
}

.contacts-body {
    display: none
}

#results {
    display: block
}

.contacts .block-item,.contacts .content-block.theme-lightest-bordered .block-item-bordered,.content-block.theme-lightest-bordered .contacts .block-item-bordered {
    margin-bottom: 10px
}

.contacts .block-body.block-grid-3-1 {
    display: block;
    padding: 0;
    margin: 0 -0.46875em;
    *zoom:1}

.contacts .block-body.block-grid-3-1:before,.contacts .block-body.block-grid-3-1:after {
    content: " ";
    display: table
}

.contacts .block-body.block-grid-3-1:after {
    clear: both
}

.contacts .block-body.block-grid-3-1>.block-item,.contacts .content-block.theme-lightest-bordered .block-body.block-grid-3-1>.block-item-bordered,.content-block.theme-lightest-bordered .contacts .block-body.block-grid-3-1>.block-item-bordered {
    display: inline;
    height: auto;
    float: left;
    padding: 0 0.46875em 0.9375em
}

.contacts .block-body.block-grid-3-1>.block-item,.contacts .content-block.theme-lightest-bordered .block-body.block-grid-3-1>.block-item-bordered,.content-block.theme-lightest-bordered .contacts .block-body.block-grid-3-1>.block-item-bordered {
    width: 100%;
    padding: 0 0.46875em 0.9375em
}

.contacts .block-body.block-grid-3-1>.block-item:nth-of-type(n),.contacts .content-block.theme-lightest-bordered .block-body.block-grid-3-1>.block-item-bordered:nth-of-type(n),.content-block.theme-lightest-bordered .contacts .block-body.block-grid-3-1>.block-item-bordered:nth-of-type(n) {
    clear: none
}

.contacts .block-body.block-grid-3-1>.block-item:nth-of-type(1n+1),.contacts .content-block.theme-lightest-bordered .block-body.block-grid-3-1>.block-item-bordered:nth-of-type(1n+1),.content-block.theme-lightest-bordered .contacts .block-body.block-grid-3-1>.block-item-bordered:nth-of-type(1n+1) {
    clear: both
}

@media screen and (min-width: 568px) {
    .contacts .block-body.block-grid-3-1 {
        display:block;
        padding: 0;
        margin: 0 -0.46875em;
        *zoom:1}

    .contacts .block-body.block-grid-3-1:before,.contacts .block-body.block-grid-3-1:after {
        content: " ";
        display: table
    }

    .contacts .block-body.block-grid-3-1:after {
        clear: both
    }

    .contacts .block-body.block-grid-3-1>.block-item,.contacts .content-block.theme-lightest-bordered .block-body.block-grid-3-1>.block-item-bordered,.content-block.theme-lightest-bordered .contacts .block-body.block-grid-3-1>.block-item-bordered {
        display: inline;
        height: auto;
        float: left;
        padding: 0 0.46875em 0.9375em
    }

    .contacts .block-body.block-grid-3-1>.block-item,.contacts .content-block.theme-lightest-bordered .block-body.block-grid-3-1>.block-item-bordered,.content-block.theme-lightest-bordered .contacts .block-body.block-grid-3-1>.block-item-bordered {
        width: 50%;
        padding: 0 0.46875em 0.9375em
    }

    .contacts .block-body.block-grid-3-1>.block-item:nth-of-type(n),.contacts .content-block.theme-lightest-bordered .block-body.block-grid-3-1>.block-item-bordered:nth-of-type(n),.content-block.theme-lightest-bordered .contacts .block-body.block-grid-3-1>.block-item-bordered:nth-of-type(n) {
        clear: none
    }

    .contacts .block-body.block-grid-3-1>.block-item:nth-of-type(2n+1),.contacts .content-block.theme-lightest-bordered .block-body.block-grid-3-1>.block-item-bordered:nth-of-type(2n+1),.content-block.theme-lightest-bordered .contacts .block-body.block-grid-3-1>.block-item-bordered:nth-of-type(2n+1) {
        clear: both
    }
}

@media screen and (min-width: 768px) {
    .contacts .block-body.block-grid-3-1 {
        display:block;
        padding: 0;
        margin: 0 -0.46875em;
        *zoom:1}

    .contacts .block-body.block-grid-3-1:before,.contacts .block-body.block-grid-3-1:after {
        content: " ";
        display: table
    }

    .contacts .block-body.block-grid-3-1:after {
        clear: both
    }

    .contacts .block-body.block-grid-3-1>.block-item,.contacts .content-block.theme-lightest-bordered .block-body.block-grid-3-1>.block-item-bordered,.content-block.theme-lightest-bordered .contacts .block-body.block-grid-3-1>.block-item-bordered {
        display: inline;
        height: auto;
        float: left;
        padding: 0 0.46875em 0.9375em
    }

    .contacts .block-body.block-grid-3-1>.block-item,.contacts .content-block.theme-lightest-bordered .block-body.block-grid-3-1>.block-item-bordered,.content-block.theme-lightest-bordered .contacts .block-body.block-grid-3-1>.block-item-bordered {
        width: 33.3333333333%;
        padding: 0 0.46875em 0.9375em
    }

    .contacts .block-body.block-grid-3-1>.block-item:nth-of-type(n),.contacts .content-block.theme-lightest-bordered .block-body.block-grid-3-1>.block-item-bordered:nth-of-type(n),.content-block.theme-lightest-bordered .contacts .block-body.block-grid-3-1>.block-item-bordered:nth-of-type(n) {
        clear: none
    }

    .contacts .block-body.block-grid-3-1>.block-item:nth-of-type(3n+1),.contacts .content-block.theme-lightest-bordered .block-body.block-grid-3-1>.block-item-bordered:nth-of-type(3n+1),.content-block.theme-lightest-bordered .contacts .block-body.block-grid-3-1>.block-item-bordered:nth-of-type(3n+1) {
        clear: both
    }
}

@media screen and (min-width: 1024px) {
    .contacts .contact-textblock {
        padding-left:0.9375em
    }
}

.contacts .contact-phone:before {
    content: "";
    padding-right: 5px
}

.contacts .contact-fax:before {
    content: "";
    padding-right: 5px
}

.contacts .contact-mail {
    color: #e3000f
}

.contacts .contact-mail:before {
    content: "";
    padding-right: 5px
}

.contacts .contact-mail a,.contacts .contact-mail a:hover {
    color: #e3000f
}

.contacts .contact-url {
    color: #e3000f
}

.contacts .contact-url a,.contacts .contact-url a:hover {
    color: #e3000f
}

.contacts .contact-mobile:before {
    content: "";
    padding-right: 5px
}

.contacts .contact-skype:before {
    content: "";
    padding-right: 5px
}

.contacts .contact-block-item-product-group:last-child {
    border-bottom: 0 !important
}

.contacts .accordion .content {
    padding-top: 1.40625em
}

.contacts .accordion .content.visible {
    display: block
}

.contacts .accordion-toggle {
    font-weight: bold
}

.events-pdflink {
    display: inline-block;
    background-color: #fff;
    color: #e3000f;
    border: 1px solid #e3000f;
    border-radius: 0.375em;
    font-weight: bold
}

.events-pdflink:hover {
    background-color: #e3000f;
    color: #fff
}

.events-pdflink .icon--small {
    vertical-align: middle;
    margin-top: -3px
}

.events-filter-hint {
    display: flex;
    align-items: center;
    font-size: 0.71875em
}

@media screen and (min-width: 640px) {
    .events-filter-hint {
        padding-top:1.25em
    }
}

.events-list {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-bottom: 1.25em;
    max-width: 80em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.9375em;
    padding-right: 0.9375em
}

@media screen and (min-width: 1024px) {
    .events-list {
        padding-left:0em;
        padding-right: 0em
    }
}

.events-list-item {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    padding-left: 1.875em;
    padding-right: 1.875em;
    margin-top: 1.25em;
    width: 100%;
    background-color: #fff
}

@media screen and (min-width: 1024px) {
    .events-list-item {
        max-width:25em;
        max-width: 47%
    }
}

@media screen and (min-width: 1280px) {
    .events-list-item {
        max-width:20em;
        max-width: 32%
    }
}

.events-list-item-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: -0.625em
}

.events-list-item-header-date {
    padding-top: 0.375em;
    padding-bottom: 0.375em;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    margin-bottom: 1.25em;
    background-color: #e3000f;
    color: #fff
}

.events-list-item-header-date .icon {
    padding-top: 8px;
    margin-right: 0
}

.events-list-item-header-categories {
    margin-bottom: 1.25em;
    flex: 2 0 auto;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-items: center
}

.events-list-item-tag {
    padding-top: 0.375em;
    padding-bottom: 0.375em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    background-color: #3b3b3b;
    color: #fff
}

.events-participant-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.events-participant-header-title {
    display: flex;
    align-items: center
}

.events-form-delete-button {
    padding-top: 0.46875em;
    padding-bottom: 0.46875em;
    padding-left: 0.5625em;
    padding-right: 0.5625em;
    color: #435052;
    background: #a5a5a5
}

.events-form-delete-button .icon {
    margin: 0;
    height: 0.6875em;
    width: 0.75em
}

.application-form__add-participant-button {
    display: flex;
    align-items: center;
    margin-top: 3.125em;
    margin-bottom: 3.125em;
    color: #e3000f;
    background: none;
    border: none;
    text-transform: uppercase;
    font-size: 0.8125em;
    font-weight: bold
}

.required-fields-hint {
    font-size: 0.71875em
}

.fieldset {
    display: flex;
    flex-direction: column;
    align-self: center
}

.fieldset.halved>.input {
    width: 50%
}

.fieldset:last-of-type {
    margin-top: 1.25em
}

@media screen and (min-width: 640px) {
    .fieldset {
        flex-direction:row;
        justify-content: space-between
    }

    .fieldset .input:nth-of-type(1) {
        padding-right: 0.625em
    }

    .fieldset .input:nth-of-type(2) {
        padding-left: 0.625em
    }
}

.fieldset .input {
    width: 100%;
    display: flex;
    flex-direction: column
}

.fieldset .input.boolean {
    margin: 1.25em 0
}

.fieldset .input input.string {
    width: 100%;
    border: none
}

.fieldset .input label.string,.fieldset .input label.email,.fieldset .input label.tel,.fieldset .input label.required,.fieldset .input label.boolean {
    padding: 0;
    width: 100%
}

.fieldset .input label.string abbr[title],.fieldset .input label.email abbr[title],.fieldset .input label.tel abbr[title],.fieldset .input label.required abbr[title],.fieldset .input label.boolean abbr[title] {
    text-decoration: none;
    color: #435052
}

.fieldset .input input[type="checkbox"] {
    display: none
}

.fieldset .input label.boolean {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end
}

.fieldset .input .custom-checkbox {
    background-color: #fff;
    height: 1.375em;
    width: 1.375em;
    padding: 0;
    margin-right: 0.5em;
    color: #fff;
    display: flex;
    align-items: center
}

.fieldset .input .custom-checkbox .icon--small {
    margin: 0.3125em;
    opacity: 0
}

.fieldset .input input[type="checkbox"]:checked~.custom-checkbox,.fieldset .input input[type="checkbox"]:checked~label.boolean .custom-checkbox {
    background-color: #e3000f
}

.fieldset .input input[type="checkbox"]:checked~.custom-checkbox .icon--small,.fieldset .input input[type="checkbox"]:checked~label.boolean .custom-checkbox .icon--small {
    opacity: 1
}

.form-template-wrapper {
    border: none;
    padding: 0;
    margin: 0
}

.flex-column {
    flex-direction: column
}

.faq-question-link {
    color: #e3000f !important
}

.faq-question-link:before {
    content: "";
    padding-right: 5px
}

.faq {
    border-bottom: 1px solid #d9d9d9;
    padding: 0 1.875em 1.875em;
    margin-bottom: 1.875em;
    display: none
}

.faq .faq-category {
    text-transform: uppercase
}

.faq .faq-question {
    font-weight: bold;
    cursor: pointer;
    margin-top: 10px
}

.faq .h3-faq-question {
    font-size: 1em;
    font-weight: 700;
    margin-top: 0.625em;
    margin-bottom: 0
}

.faq .faq-answer {
    *zoom:1;display: none
}

.faq .faq-answer:before,.faq .faq-answer:after {
    content: " ";
    display: table
}

.faq .faq-answer:after {
    clear: both
}

.faq .faq-answer .faq-image {
    margin: 6px 10px 10px 0
}

.faq .faq-answer .bodytext,.faq .faq-answer .cms-content__element .markdown p,.cms-content__element .markdown .faq .faq-answer p,.faq .faq-answer .cms-content__element .markdown .keyfact-wrapper,.cms-content__element .markdown .faq .faq-answer .keyfact-wrapper {
    *zoom:1;margin-top: 0
}

.faq .faq-answer .bodytext:before,.faq .faq-answer .cms-content__element .markdown p:before,.cms-content__element .markdown .faq .faq-answer p:before,.faq .faq-answer .cms-content__element .markdown .keyfact-wrapper:before,.cms-content__element .markdown .faq .faq-answer .keyfact-wrapper:before,.faq .faq-answer .bodytext:after,.faq .faq-answer .cms-content__element .markdown p:after,.cms-content__element .markdown .faq .faq-answer p:after,.faq .faq-answer .cms-content__element .markdown .keyfact-wrapper:after,.cms-content__element .markdown .faq .faq-answer .keyfact-wrapper:after {
    content: " ";
    display: table
}

.faq .faq-answer .bodytext:after,.faq .faq-answer .cms-content__element .markdown p:after,.cms-content__element .markdown .faq .faq-answer p:after,.faq .faq-answer .cms-content__element .markdown .keyfact-wrapper:after,.cms-content__element .markdown .faq .faq-answer .keyfact-wrapper:after {
    clear: both
}

.ie8 .footer-nav-col .content {
    display: block !important
}

.main-footer {
    padding-top: 1.875em
}

.footer-nav {
    list-style: none;
    padding: 0;
    margin-top: 0.9375em
}

.footer-nav li {
    line-height: 1.8
}

.footer-nav li a {
    display: block;
    font-size: 0.8125em;
    line-height: 44px;
    border-bottom: 1px solid #d9d9d9
}

@media screen and (min-width: 568px) {
    .footer-nav li a {
        line-height:30px;
        border: 0
    }
}

@media screen and (min-width: 568px) {
    .footer-nav {
        font-size:0.9230769231em;
        margin-top: 0
    }
}

.footer-nav-col,.accordion .footer-nav-col {
    margin-bottom: 1.875em
}

.footer-nav-col {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    float: left;
    position: static !important
}

@media screen and (min-width: 569px) {
    .footer-nav-col {
        position:relative;
        padding-left: 0.9375em;
        padding-right: 0.9375em;
        width: 50%;
        float: left
    }
}

@media screen and (min-width: 769px) {
    .footer-nav-col {
        position:relative;
        padding-left: 0.9375em;
        padding-right: 0.9375em;
        width: 33.3333333333%;
        float: left
    }
}

@media screen and (min-width: 568px) and (max-width: 768px) {
    .footer-nav-col.col-3 {
        position:relative;
        padding-left: 0.9375em;
        padding-right: 0.9375em;
        width: 100%;
        float: left
    }
}

.footer-nav-title {
    display: block;
    color: #b2b2b2;
    cursor: pointer
}

.footer-nav-title:hover {
    color: #999999
}

@media screen and (min-width: 568px) {
    .footer-nav-title {
        margin-bottom:1.875em
    }

    .footer-nav-title:hover {
        cursor: default;
        color: #b2b2b2
    }
}

.legal {
    *zoom:1;display: block;
    margin-bottom: 1.875em;
    text-align: center;
    line-height: 30px
}

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

.legal:after {
    clear: both
}

@media screen and (min-width: 569px) {
    .legal .col-1 {
        float:left
    }

    .legal .col-2 {
        float: right
    }
}

.disclaimer-link {
    text-decoration: underline
}

.lia-link {
    display: block;
    color: #8d8d8d
}

.lia-link:hover {
    color: #afcfee
}

.footer-note {
    font-size: 0.75em;
    text-align: justify;
    color: #b2b2b2;
    margin-bottom: 1.875em
}

form ol {
    font-size: 0.875em
}

form .input {
    *zoom:1}

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

form .input:after {
    clear: both
}

form .input input,form .input select,form .input textarea,form .input label {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    float: left
}

form .input label abbr[title='required'] {
    color: #e3000f;
    border: 0
}

@media only screen and (min-width: 640px) {
    form .input label {
        position:relative;
        padding-left: 0.9375em;
        padding-right: 0.9375em;
        width: 25%;
        float: left
    }
}

@media only screen and (min-width: 640px) {
    form .input input,form .input select,form .input textarea {
        position:relative;
        padding-left: 0.9375em;
        padding-right: 0.9375em;
        width: 75%;
        float: left
    }
}

form .input label.checkbox {
    width: auto
}

form .input label.checkbox input {
    width: auto;
    margin-top: 6px;
    margin-right: 0.9375em
}

form .input .error,form .input #mc_embed_signup .mce_inline_error,#mc_embed_signup form .input .mce_inline_error {
    display: block;
    background: #ffb0b5;
    color: #000;
    padding: 9px 6px
}

@media only screen and (min-width: 640px) {
    form .input .chosen-container {
        float:left;
        width: 75% !important;
        margin-bottom: 5px
    }
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    padding: 0.5em;
    border: 1px solid #cccccc;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    height: 2.3125em
}

textarea {
    resize: vertical;
    height: 8rem
}

input[type="file"],input[type="checkbox"],input[type="radio"],select,.error,#mc_embed_signup .mce_inline_error {
    margin: 0 0 0.9375em 0
}

.inline-link,.cms-content__element .markdown a {
    font-weight: bold;
    color: #e3000f
}

.small-title {
    font-size: 0.9em
}

.green-schomburg-table {
    margin: 20px 0 30px
}

.green-schomburg-table th,.green-schomburg-table td {
    text-align: center;
    border: 1px solid #a6a6a6;
    padding: 3px
}

.green-schomburg-table th {
    font-size: 0.75em;
    vertical-align: top
}

.green-schomburg-table tr>td {
    width: 15%;
    font-size: 0.9375em
}

.green-schomburg-table tr>td:first-child {
    width: 25%;
    text-align: left;
    font-weight: bold
}

.green-schomburg-table .table-headline-infos {
    font-weight: normal;
    font-size: 0.75em;
    line-height: 1.2
}

.green-schomburg-table .product-group-heading {
    color: #4a4a4a;
    background: #e5e5e5
}

.green-schomburg-table .green-schomburg-product-link {
    color: #e3000f;
    font-weight: normal
}

.main-header-container {
    background: #fff;
    position: relative;
    z-index: 9999
}

.main-title {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px)
}

.main-header {
    border-bottom: 1px solid #d9d9d9;
    height: 2.75em;
    line-height: 2.75em;
    background: #fff
}

.main-header .main-logo {
    width: 160px
}

@media screen and (min-width: 660px) {
    .main-header {
        height:3.75em;
        line-height: 3.75em
    }

    .main-header .main-logo {
        width: 190px
    }
}

@media screen and (min-width: 960px) {
    .main-header {
        height:4.6875em;
        line-height: 4.6875em
    }

    .main-header .main-logo {
        width: 225px
    }
}

.locale,.locale-switcher {
    display: inline-block;
    line-height: 1
}

.locale-switcher:before {
    content: "";
    padding-right: 0
}

.locale-switcher:before {
    padding-left: 4px;
    padding-top: 3px
}

.locale-switcher .label {
    line-height: 22px
}

.language-icon {
    opacity: 0.75;
    margin-right: 2px
}

.locale-switcher,.search-link {
    vertical-align: middle;
    font-size: 0.8125em;
    line-height: 1
}

@media screen and (min-width: 480px) {
    .locale-switcher .fa,.search-link .fa {
        font-size:1.5em
    }
}

.locale-switcher .label,.search-link .label {
    display: none
}

@media screen and (min-width: 360px) {
    .locale-switcher .label,.search-link .label {
        display:inline
    }
}

#market-switcher,#locale-switcher {
    position: absolute;
    top: -9999px;
    list-style: none;
    margin-left: 0;
    width: 100%;
    max-height: none;
    height: auto;
    background: #fff;
    border: solid 1px #cccccc;
    font-size: 16px;
    z-index: 99;
    margin-top: 2px;
    max-width: 200px;
    padding: 0.46875em 0.9375em;
    z-index: 9999;
    width: 180px;
    margin-top: 10px
}

#market-switcher>*:first-child,#locale-switcher>*:first-child {
    margin-top: 0
}

#market-switcher>*:last-child,#locale-switcher>*:last-child {
    margin-bottom: 0
}

#market-switcher:before,#locale-switcher:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent #fff transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 99
}

#market-switcher:after,#locale-switcher:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 7px;
    border-color: transparent transparent #cccccc transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 98
}

#market-switcher.right:before,#locale-switcher.right:before {
    left: auto;
    right: 10px
}

#market-switcher.right:after,#locale-switcher.right:after {
    left: auto;
    right: 9px
}

#market-switcher li,#locale-switcher li {
    font-size: 0.875em;
    cursor: pointer;
    line-height: 1.125em;
    margin: 0;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear
}

#market-switcher li:hover,#market-switcher li:focus,#locale-switcher li:hover,#locale-switcher li:focus {
    background: #eeeeee
}

#market-switcher li a,#locale-switcher li a {
    display: block;
    padding: 0.5em;
    color: #555
}

@media screen and (min-width: 640px) {
    #market-switcher {
        margin-left:-140px
    }
}

#locale-switcher h3 {
    font-size: 0.875em;
    color: #555;
    padding: 1.5em 0 0;
    line-height: 1.125em;
    border-top: solid 1px #cccccc
}

#locale-switcher h3:first-child {
    padding-top: .5em;
    border-top: none
}

#locale-switcher ul {
    list-style: none;
    margin: 0;
    padding-left: 0
}

.market-switcher {
    margin: 0 0.625em
}

.market-switcher img {
    width: 39px
}

.ie8 .firstlevel>li>a {
    padding-top: 0;
    padding-bottom: 0
}

.ie8 .toggle-topbar span:after {
    content: "Navigation";
    color: #fff;
    position: relative;
    right: 15px
}

@media only screen and (min-width: 1120px) {
    .main-nav-wrapper {
        border-bottom:1px solid #d9d9d9
    }
}

.top-bar {
    height: 44px;
    z-index: 9998
}

.top-bar .firstlevel,.top-bar .toggle-topbar.menu-icon,.top-bar .title-area {
    padding-left: 0
}

.top-bar .title-area,.top-bar.expanded .title-area {
    background: #3b3b3b
}

@media only screen and (min-width: 1120px) {
    .firstlevel>.has-dropdown:last-child>.dropdown {
        left:auto;
        right: 0
    }
}

.top-bar .top-bar-section ul li>a {
    text-transform: uppercase
}

.top-bar .top-bar-section ul.firstlevel>li>a {
    padding-right: 30px !important;
    border-bottom: 1px solid #d9d9d9
}

@media only screen and (min-width: 1120px) {
    .top-bar .top-bar-section ul.firstlevel>li>a {
        border:none
    }
}

.top-bar .top-bar-section ul.firstlevel>.has-dropdown>a:after {
    content: ""
}

@media screen and (max-width: 1120px) {
    .top-bar .top-bar-section ul.firstlevel>.has-dropdown>a:after {
        top:auto
    }
}

@media only screen and (min-width: 1120px) {
    .top-bar .top-bar-section ul.firstlevel>.has-dropdown>a:after {
        content:"";
        border: none;
        display: inline-block;
        position: static;
        position: absolute;
        top: 1px;
        right: 8px
    }
}

.dropdown {
    padding: 0;
    border-bottom: none
}

.dropdown a {
    line-height: 44px;
    border-bottom: 1px solid #d9d9d9
}

@media only screen and (min-width: 1120px) {
    .dropdown {
        border:1px solid #d9d9d9
    }
}

@media only screen and (min-width: 1120px) {
    .firstlevel>li:first-child:after {
        content:"|";
        position: absolute;
        top: 0;
        right: 0;
        color: #3b3b3b
    }
}

.top-bar-section .dropdown li a {
    line-height: 34px;
    padding-top: 5px;
    padding-bottom: 5px
}

.top-bar-section .dropdown .topbar-product-navi>a {
    line-height: 50px;
    padding-right: 45px !important
}

.topbar-product-navi .dropdown .topbar-product-navi-product a {
    line-height: 1.6;
    padding-top: 11px;
    padding-bottom: 11px
}

.topbar-product-navi .dropdown .topbar-product-navi-product a .product-subtitle {
    text-transform: none;
    font-size: 0.9230769231em
}

.top-bar-section .has-dropdown .dropdown li.has-dropdown>a:after {
    content: ""
}

@media screen and (max-width: 1120px) {
    .top-bar-section .has-dropdown .dropdown li.has-dropdown>a:after {
        top:auto
    }
}

.topbar-product-navi-tabcolor {
    position: absolute;
    right: 30px
}

.top-bar .toggle-topbar.menu-icon {
    right: 10.666667px
}

.top-bar .toggle-topbar.menu-icon a {
    padding: 8px 0 0 0
}

.top-bar .toggle-topbar.menu-icon a span {
    box-shadow: none;
    display: block;
    width: 22px;
    height: 2px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
    margin-left: auto;
    background: white;
    margin-right: auto
}

.mobile-career-link {
    display: inline
}

@media screen and (min-width: 1120px) {
    .mobile-career-link {
        display:none
    }
}

@media only screen and (min-width: 640px) {
    .news-archive {
        margin-top:1.875em
    }
}

.newsletter {
    padding-top: 1.875em;
    padding-bottom: 1.875em;
    background: #e5e5e5
}

@media screen and (min-width: 568px) {
    .newsletter {
        display:table;
        width: 100%
    }
}

.newsletter-title {
    font-weight: bold;
    margin: 0;
    padding: 0
}

@media screen and (min-width: 568px) {
    .newsletter-content {
        display:table-cell
    }
}

.newsletter-body {
    margin: 0
}

.subscribe {
    padding: 0.9375em 0.9375em 0
}

@media screen and (min-width: 568px) {
    .subscribe {
        display:table-cell;
        min-width: 18.75em;
        vertical-align: middle;
        padding-top: 0
    }
}

.product-family-tab-icon {
    display: none
}

@media screen and (min-width: 1025px) {
    .product-family-tab-icon {
        display:block
    }
}

.productdetail-infos-left {
    margin-bottom: 15px;
    padding: 0 15px
}

.productdetail-infos-right {
    margin-top: 1.875em
}

.product-image {
    margin-top: 0.9375em
}

.product-list .block-item,.product-list .content-block.theme-lightest-bordered .block-item-bordered,.content-block.theme-lightest-bordered .product-list .block-item-bordered {
    padding: 20px 0 10px 25px !important
}

.product-list .block-item-with-description {
    min-height: 81px
}

.product-family-tab-icon {
    margin-top: 20px;
    text-align: right
}

.product-list-title {
    color: #e3000f;
    font-weight: bold
}

.product-list-description {
    font-size: 0.8125em
}

.productdetail-table {
    background: none;
    width: 100%;
    border-collapse: collapse
}

.productdetail-table tr {
    vertical-align: top
}

.productdetail-table tr:nth-child(odd) {
    background: #d5d5d5
}

.productdetail-table th {
    line-height: 35px;
    text-align: left;
    background: silver
}

.productdetail-table th,.productdetail-table td {
    padding: 5px;
    border: 1px solid #e5e5e5
}

.product-link {
    color: #e3000f;
    text-transform: none
}

.product-link:hover {
    color: #eb4d57
}

.news-recent {
    display: block;
    padding: 0;
    margin: 0 0;
    *zoom:1}

.news-recent:before,.news-recent:after {
    content: " ";
    display: table
}

.news-recent:after {
    clear: both
}

.news-recent>section {
    display: inline;
    height: auto;
    float: left;
    padding: 0 0 0
}

.news-recent>section {
    width: 100%;
    padding: 0 0 0
}

.news-recent>section:nth-of-type(n) {
    clear: none
}

.news-recent>section:nth-of-type(1n+1) {
    clear: both
}

.news-recent .news-item {
    border: 1px solid #fff;
    padding: 0.625em
}

.news-recent .news-title .news-file-size {
    font-size: 0.8125em;
    font-weight: normal
}

.news-recent .news-img {
    width: 36.8020304569%;
    float: left;
    padding-right: 0.625em
}

.news-recent .news-content {
    width: 63.1979695431%;
    float: left;
    padding-left: 0.625em
}

.news-recent .news-content .pdflink {
    color: #e3000f;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.875em
}

@media screen and (min-width: 640px) {
    .news-recent {
        display:block;
        padding: 0;
        margin: 0 0;
        *zoom:1}

    .news-recent:before,.news-recent:after {
        content: " ";
        display: table
    }

    .news-recent:after {
        clear: both
    }

    .news-recent>section {
        display: inline;
        height: auto;
        float: left;
        padding: 0 0 0
    }

    .news-recent>section {
        width: 50%;
        padding: 0 0 0
    }

    .news-recent>section:nth-of-type(n) {
        clear: none
    }

    .news-recent>section:nth-of-type(2n+1) {
        clear: both
    }
}

@media screen and (min-width: 960px) {
    .news-recent {
        display:block;
        padding: 0;
        margin: 0 0;
        *zoom:1}

    .news-recent:before,.news-recent:after {
        content: " ";
        display: table
    }

    .news-recent:after {
        clear: both
    }

    .news-recent>section {
        display: inline;
        height: auto;
        float: left;
        padding: 0 0 0
    }

    .news-recent>section {
        width: 33.3333333333%;
        padding: 0 0 0
    }

    .news-recent>section:nth-of-type(n) {
        clear: none
    }

    .news-recent>section:nth-of-type(3n+1) {
        clear: both
    }
}

.reference .news-item {
    padding: 0;
    margin-bottom: 10px
}

.reference .news-img {
    float: none;
    width: 100%;
    padding-right: 0
}

.reference .news-img img {
    max-height: 230px
}

.reference .news-content {
    width: 100%;
    float: none
}

.reference .news-title a {
    color: #e3000f
}

.reference .news-flag {
    margin: 17px 0 0 15px
}

.reference .news-textblock {
    min-height: 115px
}

.news-infos-content {
    font-size: 0.875em;
    padding: 0 20px
}

.news-list-wrapper {
    overflow: hidden
}

.news-list {
    border-bottom: 1px solid #fff;
    display: table;
    position: relative;
    width: 100%;
    z-index: 1
}

.news-list-without-date {
    background: #d5d5d5;
    border-bottom: 1px solid #fff
}

.news-list-date {
    background: #3b3b3b;
    color: #fff;
    display: table-cell;
    font-weight: bold;
    padding: 15px 0 15px 15px;
    width: 75px;
    min-width: 75px;
    vertical-align: middle;
    white-space: nowrap
}

.news-list-date .news-list-date-day,.news-list-date .news-list-date-month,.news-list-date .news-list-date-year {
    line-height: 100%
}

.news-list-date .news-list-date-day {
    font-size: 1.0625em
}

.news-list-date .news-list-date-month {
    font-size: 1.0625em;
    line-height: 120%;
    text-transform: uppercase
}

.news-list-date .news-list-date-year {
    font-size: 0.8125em
}

.news-list-date .news-list-date-till {
    display: block
}

.news-list-image {
    display: table-cell;
    background: #d9d9d9;
    vertical-align: middle;
    width: 80px;
    min-width: 80px;
    padding-left: 5px;
    text-align: center
}

@media screen and (min-width: 568px) {
    .news-list-image {
        padding-left:10px;
        width: 85px;
        min-width: 75px
    }
}

.news-list-title {
    background: #d9d9d9;
    display: table-cell;
    font-size: 0.75em;
    font-weight: bold;
    padding: 20px 10px;
    text-transform: uppercase;
    vertical-align: middle
}

@media screen and (min-width: 568px) {
    .news-list-title {
        font-size:0.875em;
        padding: 20px
    }
}

.news-list-more-dates {
    border-bottom: 1px solid #fff;
    position: relative;
    z-index: 1;
    display: table;
    width: 100%
}

.news-list-more-dates .news-list-date {
    padding: 15px;
    text-align: center;
    width: 120px;
    font-size: 0.75em
}

@media screen and (min-width: 568px) {
    .news-list-more-dates .news-list-date {
        font-size:0.875em;
        width: 150px
    }
}

.news-list-title-link {
    color: #e3000f
}

.news-infos-slider {
    overflow: hidden
}

.news-detail {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 80em;
    *zoom:1}

.news-detail:before,.news-detail:after {
    content: " ";
    display: table
}

.news-detail:after {
    clear: both
}

.news-detail-keyfacts {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: left
}

@media screen and (min-width: 1024px) {
    .news-detail-keyfacts {
        position:relative;
        padding-left: 0;
        padding-right: 0;
        width: 33.3333333333%;
        right: 66.6666666667%;
        left: auto;
        float: left
    }
}

.news-detail-infos {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: left
}

@media screen and (min-width: 1024px) {
    .news-detail-infos {
        position:relative;
        padding-left: 0;
        padding-right: 0;
        width: 66.6666666667%;
        left: 33.3333333333%;
        right: auto;
        float: left
    }
}

.internal-label {
    color: #e3000f
}

.search-result-summary mark,.search-result-summary a {
    font-weight: bold
}

.search-result-summary a {
    text-decoration: underline
}

.search-result-thumbnail {
    margin-top: 2em;
    width: 120px;
    float: left
}

.search-result-thumbnail img {
    display: block;
    margin: auto
}

.search-result-document {
    margin-left: 120px
}

.service,.service-col,[class^='service-row-'] {
    *zoom:1}

.service:before,.service:after,.service-col:before,.service-col:after,[class^='service-row-']:before,[class^='service-row-']:after {
    content: " ";
    display: table
}

.service:after,.service-col:after,[class^='service-row-']:after {
    clear: both
}

.service {
    margin-top: 0.9375em;
    margin-bottom: 0.9375em;
    background: #3b3b3b
}

.service .service-col {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    float: left;
    font-size: 0.8125em;
    color: #fff;
    line-height: 5.625em;
    height: 5.625em;
    background: #2c2c2c;
    overflow: hidden
}

.service .service-col.products-a-z {
    overflow: visible;
    text-transform: none
}

.service .service-col [class^='service-row-'] {
    -webkit-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1)
}

.service .service-col:hover [class^='service-row-'] {
    -webkit-transform: translateY(-73px);
    -moz-transform: translateY(-73px);
    -ms-transform: translateY(-73px);
    -o-transform: translateY(-73px);
    transform: translateY(-73px)
}

.service .service-col .service-title {
    width: 80%
}

.service .service-col .button-small,.service .service-col [class^="ga-button-"] {
    display: inline-block;
    width: 100%;
    font-size: 1em
}

@media screen and (min-width: 960px) {
    .service .service-col .button-small,.service .service-col [class^="ga-button-"] {
        font-size:0.8125em
    }
}

@media screen and (min-width: 768px) {
    .service .service-col {
        position:relative;
        padding-left: 0.9375em;
        padding-right: 0.9375em;
        width: 50%;
        float: left
    }
}

@media screen and (min-width: 960px) {
    .service .service-col {
        font-size:1em
    }

    .service .service-col:hover [class^='service-row-'] {
        -webkit-transform: translateY(-90px);
        -moz-transform: translateY(-90px);
        -ms-transform: translateY(-90px);
        -o-transform: translateY(-90px);
        transform: translateY(-90px)
    }
}

@media screen and (min-width: 1025px) {
    .service .service-col {
        padding-left:1.875em;
        padding-right: 1.875em
    }
}

.service .circle,.service .circles {
    margin-top: 15px;
    float: right
}

@media screen and (min-width: 960px) {
    .service .circle,.service .circles {
        margin-top:20px
    }
}

.service .circle {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    overflow: hidden;
    background: #666666
}

.service .circle img {
    vertical-align: top
}

.service .circle:before {
    line-height: inherit;
    font-size: 1.25em
}

@media screen and (min-width: 960px) {
    .service .circle {
        width:50px;
        height: 50px;
        line-height: 50px
    }
}

.service .circles {
    position: relative;
    width: 44px;
    height: 44px
}

.service .circles [class^='circle-'] {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    overflow: hidden;
    position: absolute;
    background: #666666
}

.service .circles [class^='circle-'] img {
    vertical-align: top
}

.service .circles [class^='circle-']:before {
    display: block;
    font-size: 0.75em;
    text-transform: none
}

@media screen and (min-width: 960px) {
    .service .circles {
        width:50px;
        height: 50px
    }

    .service .circles [class^='circle-'] {
        width: 23px;
        height: 23px;
        line-height: 23px
    }
}

.service .circles .circle-1,.service .circles .circle-3 {
    left: 0;
    margin-right: 1px
}

.service .circles .circle-2,.service .circles .circle-4 {
    right: 0;
    margin-left: 1px
}

.service .circles .circle-1,.service .circles .circle-2 {
    top: 0;
    margin-bottom: 1px
}

.service .circles .circle-3,.service .circles .circle-4 {
    bottom: 0;
    margin-top: 1px
}

.service .circles .circle-1:before {
    content: '+'
}

.service .circles .circle-2:before {
    content: '-'
}

.service .circles .circle-3:before {
    content: 'x'
}

.service .circles .circle-4:before {
    content: '='
}

.service .circle-cogs:before {
    content: "";
    padding-right: 0
}

.service .circle-phone:before {
    content: "";
    padding-right: 0
}

.service .products-a-z {
    background: #464646
}

.service .products-a-z .products-dropdown {
    display: inline-block;
    vertical-align: middle;
    width: 75%;
    color: #435052
}

.service .products-a-z .chosen-container {
    z-index: 95
}

.service .products-a-z .chosen-single,.service .products-a-z .chosen-drop {
    line-height: 24px
}

.service .consumption {
    background: #393939
}

@media screen and (min-width: 768px) {
    .service.consumption-calculator .service-col {
        position:relative;
        padding-left: 0.9375em;
        padding-right: 0.9375em;
        width: 33.3333333333%;
        float: left
    }
}

.selectize-control {
    line-height: 1
}

.consumption [class^='service-row-'] {
    background: #393939
}

.hotline [class^='service-row-'] {
    background: #2c2c2c
}

.cms-content__element .markdown a {
    text-decoration: none
}

.cms-content__element .markdown h3,.cms-content__element .markdown h4 {
    margin-top: 0px;
    margin-bottom: 5px
}

.cms-content__column {
    min-height: 1px
}

.use-case-2 .news-detail-infos,.use-case-2 .news-detail-keyfacts {
    position: static
}

.use-cases-steps .use-cases-step table tr,.use-cases-steps .use-cases-step {
    vertical-align: top;
    background: #fff
}

.use-cases-steps {
    margin: 0.9375em 0
}

.use-cases-steps .use-cases-step {
    *zoom:1}

.use-cases-steps .use-cases-step:before,.use-cases-steps .use-cases-step:after {
    content: " ";
    display: table
}

.use-cases-steps .use-cases-step:after {
    clear: both
}

.use-cases-steps .use-cases-step td {
    padding: 0.9375em 6px;
    font-size: 1em
}

.use-cases-steps .use-cases-step>td {
    border-top: 1px solid #d9d9d9
}

.use-cases-steps .use-cases-step:first-child>td {
    border-top: 0
}

.use-cases-steps .use-cases-step table {
    table-layout: fixed;
    margin: 0;
    border: 0;
    width: 100%
}

.use-cases-steps .use-cases-step table td {
    padding-top: 0;
    padding-bottom: 0
}

.use-cases-steps .use-cases-step table td:first-child {
    padding-left: 0
}

.use-cases-steps .use-cases-step table td:last-child {
    padding-right: 0
}

.use-cases-steps .use-cases-step .use-cases-step-title,.use-cases-steps .use-cases-step .use-cases-step-products {
    font-size: 0.875em;
    font-weight: bold
}

.use-cases-steps .use-cases-step .use-cases-step-title {
    text-transform: uppercase
}

.use-cases-step-description,.use-cases-step-products {
    font-size: 0.75em
}

.use-cases-step-icon {
    width: 33px
}

.use-cases-step-products {
    list-style: none;
    text-align: right;
    margin: 0;
    padding: 0
}

.use-cases-step-product {
    color: #e3000f
}

.table-row-inner td {
    padding-top: 5px !important
}

.table-row-inner:first-child {
    padding-top: 0 !important
}

.use-case-steps {
    display: block;
    padding: 0;
    margin: 0 0;
    *zoom:1}

.use-case-steps:before,.use-case-steps:after {
    content: " ";
    display: table
}

.use-case-steps:after {
    clear: both
}

.use-case-steps>.use-case-step {
    display: inline;
    height: auto;
    float: left;
    padding: 0 0 0
}

.use-case-steps>.use-case-step {
    width: 100%;
    padding: 0 0 0
}

.use-case-steps>.use-case-step:nth-of-type(n) {
    clear: none
}

.use-case-steps>.use-case-step:nth-of-type(1n+1) {
    clear: both
}

@media only screen and (min-width: 640px) {
    .use-case-steps {
        display:block;
        padding: 0;
        margin: 0 -1px;
        *zoom:1}

    .use-case-steps:before,.use-case-steps:after {
        content: " ";
        display: table
    }

    .use-case-steps:after {
        clear: both
    }

    .use-case-steps>.use-case-step {
        display: inline;
        height: auto;
        float: left;
        padding: 0 1px 2px
    }

    .use-case-steps>.use-case-step {
        width: 50%;
        padding: 0 1px 2px
    }

    .use-case-steps>.use-case-step:nth-of-type(n) {
        clear: none
    }

    .use-case-steps>.use-case-step:nth-of-type(2n+1) {
        clear: both
    }
}

@media only screen and (min-width: 1025px) {
    .use-case-steps {
        display:block;
        padding: 0;
        margin: 0 -1px;
        *zoom:1}

    .use-case-steps:before,.use-case-steps:after {
        content: " ";
        display: table
    }

    .use-case-steps:after {
        clear: both
    }

    .use-case-steps>.use-case-step {
        display: inline;
        height: auto;
        float: left;
        padding: 0 1px 2px
    }

    .use-case-steps>.use-case-step {
        width: 33.3333333333%;
        padding: 0 1px 2px
    }

    .use-case-steps>.use-case-step:nth-of-type(n) {
        clear: none
    }

    .use-case-steps>.use-case-step:nth-of-type(3n+1) {
        clear: both
    }
}

.use-cases-description {
    font-size: 0.875em
}

.use-case-banner {
    margin-bottom: 0.9375em
}

.use-case-step-image {
    text-align: center
}

.use-case-step-body {
    margin-bottom: 0.9375em;
    padding: 0 0.9375em
}

.use-case-step-title {
    font-weight: bold;
    margin: 0.9375em 0
}

.use-case-step-title span {
    color: #e3000f
}

@media only screen and (min-width: 640px) {
    .use-case-step-title {
        margin-bottom:1.40625em
    }
}

.use-case-var-header {
    display: table;
    padding: 0
}

.use-case-var-logo {
    width: 33.33%;
    display: table-cell;
    padding-right: 2px
}

.use-case-var-banner {
    width: 77.77%;
    display: table-cell;
    padding-left: 2px
}

.welcome-sites form {
    margin: 0
}

.welcome-sites form .input .chosen-container,.welcome-sites form .input .chosen-results {
    width: 100% !important
}

.flag {
    display: inline-block;
    width: 16px;
    height: 11px;
    background: url(https://cdn.schomburg.com/assets/flags-33de50d799d6912b9b79c318c8d2d914847cc4a40dcd0261f52d7072a5955828.png) no-repeat;
    margin-right: 5px
}

.flag.flag-ad {
    background-position: -16px 0
}

.flag.flag-ae {
    background-position: -32px 0
}

.flag.flag-af {
    background-position: -48px 0
}

.flag.flag-ag {
    background-position: -64px 0
}

.flag.flag-ai {
    background-position: -80px 0
}

.flag.flag-al {
    background-position: -96px 0
}

.flag.flag-am {
    background-position: -112px 0
}

.flag.flag-an {
    background-position: -128px 0
}

.flag.flag-ao {
    background-position: -144px 0
}

.flag.flag-ar {
    background-position: -160px 0
}

.flag.flag-as {
    background-position: -176px 0
}

.flag.flag-at {
    background-position: -192px 0
}

.flag.flag-au {
    background-position: -208px 0
}

.flag.flag-aw {
    background-position: -224px 0
}

.flag.flag-az {
    background-position: -240px 0
}

.flag.flag-ba {
    background-position: 0 -11px
}

.flag.flag-bb {
    background-position: -16px -11px
}

.flag.flag-bd {
    background-position: -32px -11px
}

.flag.flag-be {
    background-position: -48px -11px
}

.flag.flag-bf {
    background-position: -64px -11px
}

.flag.flag-bg {
    background-position: -80px -11px
}

.flag.flag-bh {
    background-position: -96px -11px
}

.flag.flag-bi {
    background-position: -112px -11px
}

.flag.flag-bj {
    background-position: -128px -11px
}

.flag.flag-bm {
    background-position: -144px -11px
}

.flag.flag-bn {
    background-position: -160px -11px
}

.flag.flag-bo {
    background-position: -176px -11px
}

.flag.flag-br {
    background-position: -192px -11px
}

.flag.flag-bs {
    background-position: -208px -11px
}

.flag.flag-bt {
    background-position: -224px -11px
}

.flag.flag-bv {
    background-position: -240px -11px
}

.flag.flag-bw {
    background-position: 0 -22px
}

.flag.flag-by {
    background-position: -16px -22px
}

.flag.flag-bz {
    background-position: -32px -22px
}

.flag.flag-ca {
    background-position: -48px -22px
}

.flag.flag-catalonia {
    background-position: -64px -22px
}

.flag.flag-cd {
    background-position: -80px -22px
}

.flag.flag-cf {
    background-position: -96px -22px
}

.flag.flag-cg {
    background-position: -112px -22px
}

.flag.flag-ch {
    background-position: -128px -22px
}

.flag.flag-ci {
    background-position: -144px -22px
}

.flag.flag-ck {
    background-position: -160px -22px
}

.flag.flag-cl {
    background-position: -176px -22px
}

.flag.flag-cm {
    background-position: -192px -22px
}

.flag.flag-lang-zh,.flag.flag-cn {
    background-position: -208px -22px
}

.flag.flag-co {
    background-position: -224px -22px
}

.flag.flag-cr {
    background-position: -240px -22px
}

.flag.flag-cu {
    background-position: 0 -33px
}

.flag.flag-cv {
    background-position: -16px -33px
}

.flag.flag-cw {
    background-position: -32px -33px
}

.flag.flag-cy {
    background-position: -48px -33px
}

.flag.flag-lang-cs,.flag.flag-cz {
    background-position: -64px -33px
}

.flag.flag-lang-de,.flag.flag-de {
    background-position: -80px -33px
}

.flag.flag-dj {
    background-position: -96px -33px
}

.flag.flag-dk {
    background-position: -112px -33px
}

.flag.flag-dm {
    background-position: -128px -33px
}

.flag.flag-do {
    background-position: -144px -33px
}

.flag.flag-dz {
    background-position: -160px -33px
}

.flag.flag-ec {
    background-position: -176px -33px
}

.flag.flag-ee {
    background-position: -192px -33px
}

.flag.flag-eg {
    background-position: -208px -33px
}

.flag.flag-eh {
    background-position: -224px -33px
}

.flag.flag-england {
    background-position: -240px -33px
}

.flag.flag-lang-en,.flag.flag-en {
    background-position: -176px -44px
}

.flag.flag-er {
    background-position: 0 -44px
}

.flag.flag-lang-es,.flag.flag-es {
    background-position: -16px -44px
}

.flag.flag-et {
    background-position: -32px -44px
}

.flag.flag-eu {
    background-position: -48px -44px
}

.flag.flag-fi {
    background-position: -64px -44px
}

.flag.flag-fj {
    background-position: -80px -44px
}

.flag.flag-fk {
    background-position: -96px -44px
}

.flag.flag-fm {
    background-position: -112px -44px
}

.flag.flag-fo {
    background-position: -128px -44px
}

.flag.flag-lang-fr,.flag.flag-fr {
    background-position: -144px -44px
}

.flag.flag-ga {
    background-position: -160px -44px
}

.flag.flag-gb {
    background-position: -176px -44px
}

.flag.flag-gd {
    background-position: -192px -44px
}

.flag.flag-ge {
    background-position: -208px -44px
}

.flag.flag-gf {
    background-position: -224px -44px
}

.flag.flag-gg {
    background-position: -240px -44px
}

.flag.flag-gh {
    background-position: 0 -55px
}

.flag.flag-gi {
    background-position: -16px -55px
}

.flag.flag-gl {
    background-position: -32px -55px
}

.flag.flag-gm {
    background-position: -48px -55px
}

.flag.flag-gn {
    background-position: -64px -55px
}

.flag.flag-gp {
    background-position: -80px -55px
}

.flag.flag-gq {
    background-position: -96px -55px
}

.flag.flag-gr {
    background-position: -112px -55px
}

.flag.flag-gs {
    background-position: -128px -55px
}

.flag.flag-gt {
    background-position: -144px -55px
}

.flag.flag-gu {
    background-position: -160px -55px
}

.flag.flag-gw {
    background-position: -176px -55px
}

.flag.flag-gy {
    background-position: -192px -55px
}

.flag.flag-hk {
    background-position: -208px -55px
}

.flag.flag-hm {
    background-position: -224px -55px
}

.flag.flag-hn {
    background-position: -240px -55px
}

.flag.flag-lang-hr,.flag.flag-hr {
    background-position: 0 -66px
}

.flag.flag-ht {
    background-position: -16px -66px
}

.flag.flag-hu {
    background-position: -32px -66px
}

.flag.flag-ic {
    background-position: -48px -66px
}

.flag.flag-lang-id,.flag.flag-id {
    background-position: -64px -66px
}

.flag.flag-ie {
    background-position: -80px -66px
}

.flag.flag-il {
    background-position: -96px -66px
}

.flag.flag-im {
    background-position: -112px -66px
}

.flag.flag-in {
    background-position: -128px -66px
}

.flag.flag-io {
    background-position: -144px -66px
}

.flag.flag-iq {
    background-position: -160px -66px
}

.flag.flag-ir {
    background-position: -176px -66px
}

.flag.flag-is {
    background-position: -192px -66px
}

.flag.flag-it {
    background-position: -208px -66px
}

.flag.flag-je {
    background-position: -224px -66px
}

.flag.flag-jm {
    background-position: -240px -66px
}

.flag.flag-jo {
    background-position: 0 -77px
}

.flag.flag-lang-ja,.flag.flag-jp {
    background-position: -16px -77px
}

.flag.flag-ke {
    background-position: -32px -77px
}

.flag.flag-kg {
    background-position: -48px -77px
}

.flag.flag-lang-km,.flag.flag-kh {
    background-position: -64px -77px
}

.flag.flag-ki {
    background-position: -80px -77px
}

.flag.flag-km {
    background-position: -96px -77px
}

.flag.flag-kn {
    background-position: -112px -77px
}

.flag.flag-kp {
    background-position: -128px -77px
}

.flag.flag-lang-ko,.flag.flag-kr {
    background-position: -144px -77px
}

.flag.flag-kurdistan {
    background-position: -160px -77px
}

.flag.flag-kw {
    background-position: -176px -77px
}

.flag.flag-ky {
    background-position: -192px -77px
}

.flag.flag-kz {
    background-position: -208px -77px
}

.flag.flag-la {
    background-position: -224px -77px
}

.flag.flag-lb {
    background-position: -240px -77px
}

.flag.flag-lc {
    background-position: 0 -88px
}

.flag.flag-li {
    background-position: -16px -88px
}

.flag.flag-lk {
    background-position: -32px -88px
}

.flag.flag-lr {
    background-position: -48px -88px
}

.flag.flag-ls {
    background-position: -64px -88px
}

.flag.flag-lang-lt,.flag.flag-lt {
    background-position: -80px -88px
}

.flag.flag-lu {
    background-position: -96px -88px
}

.flag.flag-lang-lv,.flag.flag-lv {
    background-position: -112px -88px
}

.flag.flag-ly {
    background-position: -128px -88px
}

.flag.flag-ma {
    background-position: -144px -88px
}

.flag.flag-mc {
    background-position: -160px -88px
}

.flag.flag-md {
    background-position: -176px -88px
}

.flag.flag-me {
    background-position: -192px -88px
}

.flag.flag-mg {
    background-position: -208px -88px
}

.flag.flag-mh {
    background-position: -224px -88px
}

.flag.flag-mk {
    background-position: -240px -88px
}

.flag.flag-ml {
    background-position: 0 -99px
}

.flag.flag-lang-my,.flag.flag-mm {
    background-position: -16px -99px
}

.flag.flag-mn {
    background-position: -32px -99px
}

.flag.flag-mo {
    background-position: -48px -99px
}

.flag.flag-mp {
    background-position: -64px -99px
}

.flag.flag-mq {
    background-position: -80px -99px
}

.flag.flag-mr {
    background-position: -96px -99px
}

.flag.flag-ms {
    background-position: -112px -99px
}

.flag.flag-mt {
    background-position: -128px -99px
}

.flag.flag-mu {
    background-position: -144px -99px
}

.flag.flag-mv {
    background-position: -160px -99px
}

.flag.flag-mw {
    background-position: -176px -99px
}

.flag.flag-mx {
    background-position: -192px -99px
}

.flag.flag-lang-ms,.flag.flag-my {
    background-position: -208px -99px
}

.flag.flag-mz {
    background-position: -224px -99px
}

.flag.flag-na {
    background-position: -240px -99px
}

.flag.flag-nc {
    background-position: 0 -110px
}

.flag.flag-ne {
    background-position: -16px -110px
}

.flag.flag-nf {
    background-position: -32px -110px
}

.flag.flag-ng {
    background-position: -48px -110px
}

.flag.flag-ni {
    background-position: -64px -110px
}

.flag.flag-lang-nl,.flag.flag-nl {
    background-position: -80px -110px
}

.flag.flag-lang-nb,.flag.flag-no {
    background-position: -96px -110px
}

.flag.flag-np {
    background-position: -112px -110px
}

.flag.flag-nr {
    background-position: -128px -110px
}

.flag.flag-nu {
    background-position: -144px -110px
}

.flag.flag-nz {
    background-position: -160px -110px
}

.flag.flag-om {
    background-position: -176px -110px
}

.flag.flag-pa {
    background-position: -192px -110px
}

.flag.flag-pe {
    background-position: -208px -110px
}

.flag.flag-pf {
    background-position: -224px -110px
}

.flag.flag-pg {
    background-position: -240px -110px
}

.flag.flag-ph {
    background-position: 0 -121px
}

.flag.flag-pk {
    background-position: -16px -121px
}

.flag.flag-lang-pl,.flag.flag-pl {
    background-position: -32px -121px
}

.flag.flag-pm {
    background-position: -48px -121px
}

.flag.flag-pn {
    background-position: -64px -121px
}

.flag.flag-pr {
    background-position: -80px -121px
}

.flag.flag-ps {
    background-position: -96px -121px
}

.flag.flag-pt {
    background-position: -112px -121px
}

.flag.flag-pw {
    background-position: -128px -121px
}

.flag.flag-py {
    background-position: -144px -121px
}

.flag.flag-qa {
    background-position: -160px -121px
}

.flag.flag-re {
    background-position: -176px -121px
}

.flag.flag-ro {
    background-position: -192px -121px
}

.flag.flag-rs {
    background-position: -208px -121px
}

.flag.flag-lang-ru,.flag.flag-ru {
    background-position: -224px -121px
}

.flag.flag-rw {
    background-position: -240px -121px
}

.flag.flag-sa {
    background-position: 0 -132px
}

.flag.flag-sb {
    background-position: -16px -132px
}

.flag.flag-sc {
    background-position: -32px -132px
}

.flag.flag-scotland {
    background-position: -48px -132px
}

.flag.flag-sd {
    background-position: -64px -132px
}

.flag.flag-se {
    background-position: -80px -132px
}

.flag.flag-sg {
    background-position: -96px -132px
}

.flag.flag-sh {
    background-position: -112px -132px
}

.flag.flag-si {
    background-position: -128px -132px
}

.flag.flag-lang-sk,.flag.flag-sk {
    background-position: -144px -132px
}

.flag.flag-sl {
    background-position: -160px -132px
}

.flag.flag-sm {
    background-position: -176px -132px
}

.flag.flag-sn {
    background-position: -192px -132px
}

.flag.flag-so {
    background-position: -208px -132px
}

.flag.flag-somaliland {
    background-position: -224px -132px
}

.flag.flag-sr {
    background-position: -240px -132px
}

.flag.flag-ss {
    background-position: 0 -143px
}

.flag.flag-st {
    background-position: -16px -143px
}

.flag.flag-sv {
    background-position: -32px -143px
}

.flag.flag-sx {
    background-position: -48px -143px
}

.flag.flag-sy {
    background-position: -64px -143px
}

.flag.flag-sz {
    background-position: -80px -143px
}

.flag.flag-tc {
    background-position: -96px -143px
}

.flag.flag-td {
    background-position: -112px -143px
}

.flag.flag-tf {
    background-position: -128px -143px
}

.flag.flag-tg {
    background-position: -144px -143px
}

.flag.flag-lang-th,.flag.flag-th {
    background-position: -160px -143px
}

.flag.flag-tj {
    background-position: -176px -143px
}

.flag.flag-tk {
    background-position: -192px -143px
}

.flag.flag-tl {
    background-position: -208px -143px
}

.flag.flag-tm {
    background-position: -224px -143px
}

.flag.flag-tn {
    background-position: -240px -143px
}

.flag.flag-to {
    background-position: 0 -154px
}

.flag.flag-tr {
    background-position: -16px -154px
}

.flag.flag-tt {
    background-position: -32px -154px
}

.flag.flag-tv {
    background-position: -48px -154px
}

.flag.flag-tw {
    background-position: -64px -154px
}

.flag.flag-tz {
    background-position: -80px -154px
}

.flag.flag-ua {
    background-position: -96px -154px
}

.flag.flag-ug {
    background-position: -112px -154px
}

.flag.flag-um {
    background-position: -128px -154px
}

.flag.flag-us {
    background-position: -144px -154px
}

.flag.flag-uy {
    background-position: -160px -154px
}

.flag.flag-uz {
    background-position: -176px -154px
}

.flag.flag-va {
    background-position: -192px -154px
}

.flag.flag-vc {
    background-position: -208px -154px
}

.flag.flag-ve {
    background-position: -224px -154px
}

.flag.flag-vg {
    background-position: -240px -154px
}

.flag.flag-vi {
    background-position: 0 -165px
}

.flag.flag-lang-vi,.flag.flag-vn {
    background-position: -16px -165px
}

.flag.flag-vu {
    background-position: -32px -165px
}

.flag.flag-wales {
    background-position: -48px -165px
}

.flag.flag-wf {
    background-position: -64px -165px
}

.flag.flag-ws {
    background-position: -80px -165px
}

.flag.flag-ye {
    background-position: -96px -165px
}

.flag.flag-yt {
    background-position: -112px -165px
}

.flag.flag-za {
    background-position: -128px -165px
}

.flag.flag-zanzibar {
    background-position: -144px -165px
}

.flag.flag-zm {
    background-position: -160px -165px
}

.flag.flag-zw {
    background-position: -176px -165px
}

.cc-window {
    opacity: 1;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease
}

.cc-window.cc-invisible {
    opacity: 0
}

.cc-animate.cc-revoke {
    -webkit-transition: transform 1s ease;
    -moz-transition: transform 1s ease;
    -ms-transition: transform 1s ease;
    -o-transition: transform 1s ease;
    transition: transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
    transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
    transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-top {
    transform: translateY(0)
}

.cc-animate.cc-revoke.cc-active.cc-bottom {
    transform: translateY(0)
}

.cc-revoke:hover {
    transform: translateY(0)
}

.cc-grower {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 1s;
    -moz-transition: max-height 1s;
    -ms-transition: max-height 1s;
    -o-transition: max-height 1s;
    transition: max-height 1s
}

.cc-window,.cc-revoke {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: flex;
    flex-wrap: nowrap;
    z-index: 9999
}

.cc-window.cc-static {
    position: static
}

.cc-window.cc-floating {
    padding: 2em;
    max-width: 24em;
    flex-direction: column
}

.cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    flex-direction: row
}

.cc-revoke {
    padding: 0.5em
}

.cc-revoke:hover {
    text-decoration: underline
}

.cc-header {
    font-size: 18px;
    font-weight: bold
}

.cc-btn,.cc-link,.cc-close,.cc-revoke {
    cursor: pointer
}

.cc-link {
    opacity: 0.8;
    display: inline-block;
    padding: 0.2em;
    text-decoration: underline
}

.cc-link:hover {
    opacity: 1
}

.cc-link:active,.cc-link:visited {
    color: initial
}

.cc-btn {
    display: block;
    padding: 0.4em 0.8em;
    font-size: 0.9em;
    font-weight: bold;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent
}

.cc-highlight .cc-btn:first-child:hover,.cc-highlight .cc-btn:first-child:focus {
    background-color: transparent;
    text-decoration: underline
}

.cc-close {
    display: block;
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    font-size: 1.6em;
    opacity: 0.9;
    line-height: 0.75
}

.cc-close:hover,.cc-close:focus {
    opacity: 1
}

.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset
}

.cc-top {
    top: 1em
}

.cc-left {
    left: 1em
}

.cc-right {
    right: 1em
}

.cc-bottom {
    bottom: 1em
}

.cc-floating>.cc-link {
    margin-bottom: 1em
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
    flex: 1 0 auto
}

.cc-window.cc-banner {
    align-items: center
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0
}

.cc-banner .cc-message {
    display: block;
    flex: 1 1 auto;
    max-width: 100%;
    margin-right: 1em
}

.cc-compliance {
    display: flex;
    align-items: center;
    align-content: space-between
}

.cc-floating .cc-compliance>.cc-btn {
    flex: 1
}

.cc-btn+.cc-btn {
    margin-left: 0.5em
}

@media print {
    .cc-window,.cc-revoke {
        display: none
    }
}

@media screen and (max-width: 900px) {
    .cc-btn {
        white-space:normal
    }
}

@media screen and (max-width: 414px) and (orientation: portrait),screen and (max-width: 736px) and (orientation: landscape) {
    .cc-window.cc-top {
        top:0
    }

    .cc-window.cc-bottom {
        bottom: 0
    }

    .cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-right,.cc-window.cc-left {
        left: 0;
        right: 0
    }

    .cc-window.cc-banner {
        flex-direction: column
    }

    .cc-window.cc-banner .cc-compliance {
        flex: 1 1 auto
    }

    .cc-window.cc-floating {
        max-width: none
    }

    .cc-window .cc-message {
        margin-bottom: 1em
    }

    .cc-window.cc-banner {
        align-items: unset
    }

    .cc-window.cc-banner .cc-message {
        margin-right: 0
    }
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    flex: none
}

.cc-theme-classic .cc-btn {
    border-radius: 5px
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block
}

.cc-window {
    z-index: 99999 !important;
    max-height: 400px;
    overflow: scroll !important;
    padding-right: 30px;
    background-color: #efefef;
    color: #404040
}

.cc-btn {
    font-weight: normal !important;
    text-transform: uppercase;
    background-color: #e3000f;
    color: #ffffff;
    border-color: transparent
}

.cc-compliance {
    margin: 20px
}




/* START PRODUKTVELGER DROPDOWN */


.dropbtn {
  background-color: #2c2c2c;
  color: white;
  padding: 10px;
  border: none;
  border-radius:5px;
  cursor: pointer;
  width: 75%;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #e3000f;
}

#productInput {
  box-sizing: border-box;
  background-image: url('https://upload.wikimedia.org/wikipedia/commons/0/0b/Search_Icon.svg');
  background-position: 8px 8px;
  background-repeat: no-repeat;
  background-size: 30px;
  font-size: 16px;
  padding: 14px 80px 12px 45px;
  border: none;
  border-bottom: 1px solid #ddd;
  scroll:auto;
}

#productInput:focus {outline: 3px solid #ddd;}

.product-dropdown {
  position: relative;
  display: inline;
}

.dropdown-content {
  display: none;
  line-height: 100%;
  position: absolute;
  top:2em;
  background-color: #f6f6f6;
  min-width: 280px;
  max-height:480px;
  overflow: auto;
  border: 1px solid #ddd;
  z-index: 1;
  scroll:auto;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.product-dropdown a:hover {background-color: #ddd;}

.show {display: block;}


/* END PRODUKTVELGER DROPDOWN */


