@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: url("fonts/font300.eot");
    src: local("Source Sans Pro Light"), local("SourceSansPro-Light"), url("fonts/font300.eot?#iefix") format("embedded-opentype"), url("fonts/font300.woff2") format("woff2"), url("fonts/font300.woff") format("woff"), url("fonts/font300.ttf") format("truetype"), url("fonts/font300.svg#SourceSansPro") format("svg")
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url("fonts/fontregular.eot");
    src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url("fonts/font400.eot?#iefix") format("embedded-opentype"), url("fonts/font400.woff2") format("woff2"), url("fonts/font400.woff") format("woff"), url("fonts/font400.ttf") format("truetype"), url("fonts/font400.svg#SourceSansPro") format("svg")
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 400;
    src: url("fonts/fontitalic.eot");
    src: local("Source Sans Pro Italic"), local("SourceSansPro-Italic"), url("fonts/font400italic.eot?#iefix") format("embedded-opentype"), url("fonts/font400italic.woff2") format("woff2"), url("fonts/font400italic.woff") format("woff"), url("fonts/font400italic.ttf") format("truetype"), url("fonts/font400italic.svg#SourceSansPro") format("svg")
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: url("fonts/font600.eot");
    src: local("Source Sans Pro SemiBold"), local("SourceSansPro-SemiBold"), url("fonts/font600.eot?#iefix") format("embedded-opentype"), url("fonts/font600.woff2") format("woff2"), url("fonts/font600.woff") format("woff"), url("fonts/font600.ttf") format("truetype"), url("fonts/font600.svg#SourceSansPro") format("svg")
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 600;
    src: url("fonts/font600italic.eot");
    src: local("Source Sans Pro SemiBold Italic"), local("SourceSansPro-SemiBoldItalic"), url("fonts/font600italic.eot?#iefix") format("embedded-opentype"), url("fonts/font600italic.woff2") format("woff2"), url("fonts/font600italic.woff") format("woff"), url("fonts/font600italic.ttf") format("truetype"), url("fonts/font600italic.svg#SourceSansPro") format("svg")
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: url("fonts/font700.eot");
    src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"), url("fonts/font700.eot?#iefix") format("embedded-opentype"), url("fonts/font700.woff2") format("woff2"), url("fonts/font700.woff") format("woff"), url("fonts/font700.ttf") format("truetype"), url("fonts/font700.svg#SourceSansPro") format("svg")
}

* {
    padding: 0;
    margin: 0;
    border: 0;
    font-size: 1em;
    box-sizing: border-box;
    font-weight: 400;
    background-repeat: no-repeat
}

html {
    -webkit-text-size-adjust: 100%
}

ul {
    list-style-type: none
}

a {
    text-decoration: none;
    color: #0584d1
}

em {
    font-style: italic
}

input[type=text],
input[type=submit] {
    border-radius: 0;
    -webkit-appearance: none
}

body {
    font-family: "Source Sans Pro";
    font-size: 1em;
    line-height: 1.333em;
    color: #333;
    background-color: #5c5c5c
}

body.White {
    background-color: transparent
}

.Body {
    padding-top: 299px;
    background-color: #fff
}

#BG {
    background-color: #fff
}

.Wrapper,
.Home .WrapperSlider {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    position: relative
}

.Wrapper2 {
    float: right;
    width: 77.19298%
}

.clear {
    clear: both
}

.MarginTop {
    margin-top: 3em
}

.MarginBottom {
    margin-bottom: 3em
}

.NoMarginBottom {
    margin-bottom: 0
}

.Farbe1 {
    color: #fe9b00 !important
}

.Farbe2 {
    color: #c8000d !important
}

.Farbe3 {
    color: #679926 !important
}

.Farbe4 {
    color: #0584d1 !important
}

.Farbe5 {
    color: #2ca6b1 !important
}

.Farbe6 {
    color: #a2389d !important
}

.Farbe7 {
    color: #ff5a00 !important
}

@media (max-width: 1180px) {

    .Wrapper,
    .Home .WrapperSlider {
        padding: 0 20px
    }

    .Body {
        width: 100%;
        padding-top: 292px
    }
}

@media (max-width: 880px) {
    .Body {
        padding-top: 289px
    }
}

@media (max-width: 767px) {
    body {
        overflow-wrap: break-word;
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto
    }

    .Body {
        padding-top: 213px
    }

    .Wrapper2 {
        width: 100%
    }
}

@media (max-width: 480px) {
    .Body {
        padding-top: 170px
    }
}

article form p {
    margin-bottom: 0
}

article form p.Margin {
    margin-bottom: 1.25em
}

form .ErrorMessage,
form .SuccessMessage {
    color: #ffffff;
    padding: 1em;
    margin-bottom: 2em
}

form .ErrorMessage a,
form .SuccessMessage a {
    color: #ffffff;
    text-decoration: underline
}

form .ErrorMessage {
    background-color: #ed1c24
}

form .SuccessMessage {
    background-color: #55790c
}

form .Row {
    clear: both
}

form label,
form .Label {
    display: inline-block;
    margin-top: 1.375em;
    margin-bottom: 0;
    line-height: 1.25em;
    float: left;
    width: 27%
}

form label.Error,
form .Label.Error {
    color: #ed1c24;
    font-weight: 600
}

form label p.Error,
form .Label p.Error {
    color: #ed1c24;
    font-weight: 600
}

form label.Full,
form .Label.Full {
    width: 100%;
    float: none
}

form label label,
form label .Label,
form .Label label,
form .Label .Label {
    margin-top: 0
}

form label div.Checkbox input[type=checkbox],
form .Label div.Checkbox input[type=checkbox] {
    top: 0.25em
}

form input[type=text],
form input[type=email],
form input[type=tel],
form input[type=password],
form input[type=file],
form select,
form textarea {
    font-family: "Source Sans Pro";
    border: 1px solid #d9d9d9;
    font-size: 0.9375em;
    padding: 0.625em 1em;
    background-color: #fff;
    margin-top: 1em;
    float: right;
    width: 68%
}

form input.Error[type=text],
form input.Error[type=email],
form input.Error[type=tel],
form input.Error[type=password],
form input.Error[type=file],
form select.Error,
form textarea.Error {
    border: 1px solid #ed1c24
}

form input.Full[type=text],
form input.Full[type=email],
form input.Full[type=tel],
form input.Full[type=password],
form input.Full[type=file],
form select.Full,
form textarea.Full {
    width: 100%;
    float: none;
    margin-top: 0.5em
}

form input.Inline[type=text],
form input.Inline[type=email],
form input.Inline[type=tel],
form input.Inline[type=password],
form input.Inline[type=file],
form select.Inline,
form textarea.Inline {
    float: none;
    width: auto;
    display: inline-block
}

form input.Locked[type=text],
form input.Locked[type=email],
form input.Locked[type=tel],
form input.Locked[type=password],
form input.Locked[type=file],
form select.Locked,
form textarea.Locked {
    border: 0;
    background-color: #f8f8f8
}

form .Error label,
form .Error .Label,
form .Error p {
    color: #ed1c24
}

form .Error input[type=text],
form .Error input[type=email],
form .Error input[type=tel],
form .Error input[type=password],
form .Error input[type=file],
form .Error select,
form .Error textarea {
    border-color: #ed1c24;
    background-color: #fee
}

form .Error input[type=file] {
    color: #ed1c24
}

form textarea {
    height: 10em
}

form select {
    padding: 0.5em 1em
}

form .Radio,
form .Radio50,
form .Radio100 {
    width: 33.333%;
    float: left;
    margin: 0.5em 0
}

form .Radio label,
form .Radio50 label,
form .Radio100 label {
    float: none;
    padding-left: 0.25em;
    width: 95%;
    cursor: pointer
}

form .Radio:hover label,
form .Radio:hover .Label,
form .Radio50:hover label,
form .Radio50:hover .Label,
form .Radio100:hover label,
form .Radio100:hover .Label {
    color: #000
}

form .Radio50 {
    width: 50%
}

form .Radio100 {
    width: 100%;
    float: none
}

form .Radio100 label {
    margin-top: 0.5em
}

form .RadioBlock {
    position: relative
}

form .RadioBlock label {
    padding-left: 1.5em
}

form .RadioBlock input[type=radio] {
    position: absolute;
    top: 0.75em;
    left: 0
}

form select {
    display: inline-block
}

form div.Input {
    float: right;
    width: 68%
}

form div.Input input[type=text],
form div.Input input[type=email],
form div.Input input[type=tel],
form div.Input input[type=password],
form div.Input select,
form div.Input textarea {
    float: none;
    width: 100%
}

form div.Input input.Full[type=text],
form div.Input input.Full[type=email],
form div.Input input.Full[type=tel],
form div.Input input.Full[type=password],
form div.Input select.Full,
form div.Input textarea.Full {
    margin-top: 0.5em
}

form div.Input .Input50 {
    width: 49.5% !important;
    display: inline-block
}

form div.Input .Input33 {
    width: 33% !important;
    display: inline-block
}

form div.Input .Input25 {
    width: 33% !important;
    display: inline-block
}

form div.Input label.Full {
    width: 100%;
    float: none
}

form div.Checkbox {
    position: relative
}

form div.Checkbox label {
    float: none;
    width: auto;
    padding-left: 20px;
    cursor: pointer
}

form div.Checkbox input[type=checkbox] {
    position: absolute;
    top: 1.5em;
    left: 0;
    float: none;
    width: auto;
    display: inline-block
}

form div.Checkbox:hover label,
form div.Checkbox:hover .Label {
    color: #000
}

form hr {
    clear: both;
    display: block;
    padding-top: 3em;
    margin-bottom: 2em;
    border-bottom: 1px solid #e6e6e6
}

form input[type=submit] {
    display: inline-block;
    cursor: pointer;
    font-size: 1em;
    line-height: 1em;
    padding: 1em 22px;
    font-weight: 600;
    background: url("/portale/redax_5_assets/redax5_assets_sprite.png?220307") -486px -705px transparent no-repeat;
    background-size: 500px 800px;
    -webkit-filter: none;
    filter: none
}

form input[type=submit]:hover {
    text-decoration: underline
}

form input.Inside[type=submit] {
    padding: 0;
    width: 25px;
    height: 25px;
    background: url("/portale/redax_5_assets/redax5_assets_sprite.png?220307") -485px -671px no-repeat;
    background-size: 500px 800px;
    position: absolute;
    bottom: 5px;
    right: 0
}

form .Info {
    margin-bottom: 1em
}

form .InputInfo {
    font-size: 0.75em;
    line-height: 1.25em;
    margin-top: 0.5em;
    color: #b3b3b3
}

form .DateInput .Day,
form .DateInput .Month,
form .DateInput .Year {
    display: inline-block;
    width: 25%;
    padding-right: 10px
}

form .DateInput .Day select,
form .DateInput .Month select,
form .DateInput .Year select {
    display: inline-block
}

form .DateInput .Year {
    width: 50%;
    padding-right: 0
}

form .LocationInput .Zip,
form .LocationInput .City {
    display: inline-block;
    width: 25%;
    padding-right: 10px
}

form .LocationInput .Zip input,
form .LocationInput .City input {
    display: inline-block
}

form .LocationInput .City {
    width: 75%;
    padding-right: 0
}

form .RightSmallLabel {
    clear: both
}

form .RightSmallLabel .Left {
    width: 15%;
    float: left
}

form .RightSmallLabel .Left label {
    width: 100%;
    float: none
}

form .RightSmallLabel .Right {
    width: 85%;
    float: right
}

form .Captcha {
    float: right;
    width: 68%;
    position: relative;
    padding-left: 180px
}

form .Captcha img {
    position: absolute;
    left: 0;
    top: 1em
}

form .Captcha input[type=text] {
    float: none;
    width: 100%
}

form fieldset {
    clear: both;
    margin-bottom: 3.5em
}

form legend {
    display: block;
    width: 100%;
    margin: 0 0 0.75em 0;
    font-weight: 600;
    background-color: #0584d1;
    color: #fff;
    font-weight: 400;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    padding: 0.25em 0.75em 0.25em 0.75em;
    background-color: #0584d1;
    background: linear-gradient(to bottom, #0584d1 0%, #047acb 100%)
}

form .Important {
    font-weight: 700
}

form ::-webkit-input-placeholder {
    font-style: italic
}

form ::-moz-placeholder {
    font-style: italic
}

form :-ms-input-placeholder {
    font-style: italic
}

form :-moz-placeholder {
    font-style: italic
}

.Legal {
    font-size: 0.75em;
    line-height: 1.25em;
    margin: 1.5em 0;
    color: #b3b3b3
}

@media (max-width: 880px) {
    form .RightSmallLabel .Left {
        width: 12.5%
    }

    form .RightSmallLabel .Right {
        width: 87.5%
    }
}

@media (max-width: 667px) {

    form label,
    form .Label {
        display: block;
        margin-top: 0.5em;
        padding-top: 1em;
        float: none;
        width: 100%
    }

    form label label,
    form label .Label,
    form .Label label,
    form .Label .Label {
        padding-top: 0
    }

    form input[type=text],
    form input[type=email],
    form input[type=tel],
    form input[type=password],
    form select,
    form textarea {
        margin-top: 0.5em;
        float: none;
        width: 100%
    }

    form div.Input {
        float: none;
        width: 100%
    }

    form .Captcha {
        float: 100;
        width: 100%
    }

    form .Captcha img {
        top: 0.25em
    }

    form .Radio,
    form .Radio50,
    form .Radio100 {
        width: 50%
    }

    form .Radio label,
    form .Radio50 label,
    form .Radio100 label {
        display: inline-block;
        width: auto;
        padding-top: 0
    }

    form .Radio100 {
        width: 100%
    }

    form div.Checkbox input[type=checkbox] {
        top: 1.125em
    }
}

@media (max-width: 540px) {

    form .Radio,
    form .Radio50,
    form .Radio100 {
        width: 100%;
        float: none;
        margin: 1em 0
    }

    form .RightSmallLabel .Left,
    form .RightSmallLabel .Right {
        width: 100%;
        float: none
    }

    form label,
    form .Label {
        padding-top: 1.5em
    }

    form label div.Checkbox input[type=checkbox],
    form .Label div.Checkbox input[type=checkbox] {
        top: 0.125em
    }

    form input[type=text],
    form input[type=email],
    form input[type=tel],
    form input[type=password],
    form select,
    form textarea {
        margin-top: 0.5em
    }

    form div.Checkbox input[type=checkbox] {
        top: 1.625em
    }
}

@media (max-width: 375px) {

    form input[type=text],
    form input[type=email],
    form input[type=tel],
    form input[type=password],
    form select,
    form textarea {
        padding-left: 0.5em;
        padding-right: 0.5em
    }
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

#Logo {
    position: absolute;
    width: 403px;
    height: 52px;
    top: 30px;
    right: 0;
    z-index: 100;
    background: url("/portale/redax_5_assets/redax5_assets_sprite.png?220307") 0 0 no-repeat;
    background-size: 500px 800px;
    cursor: pointer
}

.Logo_KM {
    background: url("/portale/redax_5_assets/redax5_assets_sprite.png?220307") 0 0 no-repeat !important;
    background-size: 500px 800px !important
}

.Logo_WM {
    background: url("/portale/redax_5_assets/redax5_assets_sprite.png?220307") 0 0 no-repeat !important;
    background-size: 500px 800px !important
}

#SearchBox,
#ReaderBox,
#LanguageBox {
    display: none;
    position: absolute;
    top: 33px;
    left: 0;
    width: 100%;
    background-color: #fafafa;
    background-color: rgba(250, 250, 250, 0.9);
    padding: 10px 0 20px 0;
    z-index: 490;
    border-bottom: 1px solid #e6e6e6
}

#SearchBox h2,
#ReaderBox h2,
#LanguageBox h2 {
    font-size: 1.5em;
    line-height: 1.25em;
    font-weight: 200;
    margin-bottom: 0.5em
}

#SearchBox form fieldset {
    position: relative;
    margin-bottom: 0
}

#SearchBox form select {
    width: 23%;
    float: left;
    margin-top: 0
}

#SearchBox form input[type=text] {
    width: 76%;
    float: right;
    margin-top: 0;
    padding-right: 28px
}

#LanguageBox {
    padding-bottom: 0
}

#LanguageBox li {
    display: inline-block
}

#LanguageBox li a {
    display: block;
    width: 45px;
    height: 25px;
    margin: 0 1em 1em 0;
    background: url("/portale/redax_5_assets/redax5_assets_sprite.png?220307") -27px -530px no-repeat;
    background-size: 500px 800px
}

#LanguageBox li a span {
    display: none
}

#LanguageBox li:nth-child(1) a {
    background-position: -27px -530px
}

#LanguageBox li:nth-child(2) a {
    background-position: -77px -530px
}

#LanguageBox li:nth-child(3) a {
    background-position: -127px -530px
}

#LanguageBox li:nth-child(4) a {
    background-position: -427px -530px
}

#LanguageBox li:nth-child(5) a {
    background-position: -277px -530px
}

#LanguageBox li:nth-child(6) a {
    background-position: -377px -530px
}

#LanguageBox li:nth-child(7) a {
    background-position: -427px -560px
}

#LanguageBox li:nth-child(8) a {
    background-position: -177px -530px
}

#LanguageBox li:nth-child(9) a {
    background-position: -227px -530px
}

#LanguageBox li:nth-child(10) a {
    background-position: -327px -530px
}

@media (max-width: 1180px) {
    #Logo {
        right: 20px
    }
}

@media (max-width: 767px) {

    #ReaderBox div.Wrapper,
    #ReaderBox .Home div.WrapperSlider,
    .Home #ReaderBox div.WrapperSlider {
        padding-top: 0
    }
}

@media (max-width: 667px) {
    #SearchBox form select {
        width: 100%;
        float: none;
        margin-bottom: 1em
    }

    #SearchBox form input[type=text] {
        width: 100%;
        float: none
    }
}

@media (max-width: 480px) {

    #Logo,
    .Logo_KM,
    .Logo_WM {
        width: 281px;
        height: 35px;
        background-position: 0 -60px !important
    }
}

article {
    float: left;
    width: 70.45455%;
    line-height: 1.5em
}

article.FullWidth {
    float: none;
    width: 100%
}

article h1 {
    font-size: 2.5em;
    line-height: 1.25em;
    font-weight: 200;
    margin-bottom: 0.75em
}

article h1 span {
    display: block;
    font-size: 0.5em;
    line-height: 1.25em;
    margin: 0.125em 0 0.25em 0;
    font-weight: 200
}

article h1.MarginRight {
    margin-right: 2em
}

article .News h1 span {
    font-size: 0.6em;
    line-height: 1.25em;
    margin: 0.125em 0
}

article h2 {
    margin: 2em 0 0.5em 0;
    font-weight: 600
}

article h2.Color {
    margin: 2.5em 0 0.75em 0;
    background-color: #0584d1;
    color: #fff;
    font-weight: 400;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    padding: 0.25em 0.75em 0.25em 0.75em;
    background-color: #0584d1;
    background: linear-gradient(to bottom, #0584d1 0%, #047acb 100%)
}

article h2.Big {
    font-size: 1.5em;
    line-height: 1.25em;
    font-weight: 200
}

article h2.Line {
    font-size: 1.5em;
    line-height: 0.625em;
    border-bottom: 1px solid #d9d9d9;
    margin-top: 0;
    margin-bottom: 0.83333em;
    font-weight: 600
}

article h2.Line a {
    color: #333;
    font-weight: 600
}

article h2.Line a:hover {
    text-decoration: underline
}

article h2.Line span {
    background-color: white;
    padding-right: 0.25em
}

article h2.Line em {
    font-style: normal;
    font-weight: 600
}

article h2.Narrow {
    letter-spacing: -0.5px
}

article h2.Narrow span {
    word-break: keep-all;
    white-space: nowrap;
    overflow: visible
}

article p {
    margin-bottom: 1.25em
}

article p a {
    font-weight: 600
}

article p a:hover {
    text-decoration: underline
}

article p strong {
    font-weight: 700
}

article figure {
    display: inline-block;
    width: auto
}

article figure img {
    max-width: 100%;
    height: auto
}

article figure.Left {
    float: left;
    margin: 0 12px 12px 0
}

article figure.Right {
    float: right;
    margin: 0 0 12px 12px
}

article figure.Full {
    display: block;
    margin: 0 0 24px 0;
    width: 100%
}

article figure.Full img {
    width: 100%
}

article figure figcaption {
    font-size: 0.875em;
    line-height: 1.25em;
    padding: 0.375em 0;
    color: #999;
    font-style: italic;
    border-bottom: 1px solid #d9d9d9
}

article figure figcaption.withCopyright {
    position: relative;
    margin-bottom: 2em
}

article figure figcaption.withCopyright span.copyright {
    display: block;
    position: absolute;
    bottom: -2em;
    width: 100%;
    text-align: right;
    font-size: 0.875em;
    color: #bbbbbb;
    margin-bottom: 0.25em
}

article figure figcaption.onlyCopyright {
    text-align: right;
    font-size: 0.875em;
    color: #bbbbbb;
    margin-bottom: 0.25em;
    border-bottom: 0
}

article ul {
    margin: -0.5em 0 1.5em 0.25em
}

article ul li {
    padding-left: 0.75em;
    margin-bottom: 0.625em;
    background: url(data:image/gif;base64,R0lGODlhCAAIAPAAAAWE0QAAACwAAAAACAAIAAACBoSPqcvtXQA7) 0px 10px no-repeat;
    background-size: 4px 4px
}

article ul li strong {
    font-weight: 700
}

article ul ul {
    margin: 0.75em 0 0 1.5em
}

article iframe {
    width: 100%
}

article iframe[name="Infografik Schulsystem"] {
    height: 900px
}

article nav.GoBack {
    position: relative
}

article nav.GoBack p {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0
}

article nav.GoBack p:hover {
    text-decoration: underline
}

article nav.GoBack p span {
    background: url("/portale/redax_5_assets/redax5_assets_sprite.png?220307") -493px -679px no-repeat;
    background-size: 500px 800px;
    display: inline-block;
    width: 12px;
    height: 9px
}

article .VideoPlayer p {
    text-align: center;
    font-size: 1.125em
}

article .VideoPlayer p img {
    width: 60px;
    height: auto
}

article .VideoList .Teaser {
    width: 49.5%;
    float: left;
    cursor: pointer
}

article .VideoList .Teaser:nth-child(even) {
    float: right
}

article .VideoList .Teaser .Image {
    width: 100%;
    height: 170px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

article .VideoList .Teaser h2 {
    margin-top: 0.5em;
    padding-right: 0.5em
}

article .VideoList .Teaser h2 a {
    font-weight: 200;
    color: #333
}

article .VideoList .Teaser p {
    margin-bottom: 3em;
    padding-right: 1em
}

article .VideoList .Teaser:hover h2 a {
    color: #0584d1
}

article .LinkBlock,
article .ListSchools,
article .PressListSmall,
article .JobsExternal,
article .SearchList {
    margin: 0 0 1.5em 0;
    border-bottom: 1px solid #d9d9d9;
    background-color: #fafafa
}

article .LinkBlock li,
article .ListSchools li,
article .PressListSmall li,
article .JobsExternal li,
article .SearchList li {
    margin-bottom: 0;
    padding-left: 0;
    position: relative;
    background: none;
    border-top: 1px solid #d9d9d9
}

article .LinkBlock li a,
article .ListSchools li a,
article .PressListSmall li a,
article .JobsExternal li a,
article .SearchList li a {
    display: block;
    padding: 0.5em 1em 0.5em 20px;
    color: #333
}

article .LinkBlock li a:hover,
article .ListSchools li a:hover,
article .PressListSmall li a:hover,
article .JobsExternal li a:hover,
article .SearchList li a:hover {
    background-color: #ededed
}

article .LinkBlock li a span,
article .ListSchools li a span,
article .PressListSmall li a span,
article .JobsExternal li a span,
article .SearchList li a span {
    background: url("/portale/redax_5_assets/redax5_assets_sprite.png?220307") 3px -120px no-repeat;
    background-size: 500px 800px;
    display: block;
    position: absolute;
    top: 0.825em;
    left: 0;
    width: 18px;
    height: 14px
}

article .LinkBlock li a {
    padding-left: 24px
}

article .LinkBlock li a span {
    width: 24px;
    height: 24px;
    background-position: 7px -120px
}

article .LinkBlock li a span.Media_pdf {
    background-position: -26px -213px
}

article .LinkBlock li a span.Media_doc,
article .LinkBlock li a span.Media_docx {
    background-position: -46px -213px
}

article .LinkBlock li a span.Media_xls,
article .LinkBlock li a span.Media_xlsx {
    background-position: -66px -213px
}

article .LinkBlock li a span.Media_ppt,
article .LinkBlock li a span.Media_pptx {
    background-position: -86px -213px
}

article .LinkBlock li a span.Media_jpg,
article .LinkBlock li a span.Media_jpeg {
    background-position: -106px -213px
}

article .LinkBlock li a span.Media_zip {
    background-position: -126px -213px
}

article .LinkBlock li a span.External {
    background-position: -146px -213px
}

article .LinkBlock li a span.Size {
    position: relative;
    display: inline-block;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    background: none;
    font-style: italic;
    font-size: 0.75em;
    text-transform: uppercase;
    margin-left: 0.5em;
    color: #b3b3b3
}

article .LinkBlock li a span.Found {
    background: #0584d1;
    color: #fff;
    display: inline-block;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    padding: 0.125em 0.5em
}

article .ListSchools li {
    display: block;
    cursor: pointer;
    clear: both
}

article .ListSchools li:hover {
    background-color: #ededed
}

article .ListSchools li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    line-height: 1.25em;
    font-weight: 600
}

article .ListSchools li a:hover {
    background-color: transparent
}

article .ListSchools li a span {
    top: 0.75em
}

article .ListSchools li .Right {
    width: 35%;
    display: inline-block;
    margin-left: 65%;
    line-height: 1.25em;
    padding: 0.5em 1em 0.5em 20px
}

article .PressListSmall {
    margin: 1em 0 1.5em 0
}

article .PressListSmall strong {
    font-weight: 700
}

article .SearchList li a strong {
    font-weight: 600;
    display: block
}

article .SearchList li a span.Found {
    font-weight: 600;
    background: none;
    background-color: #d6e7ad;
    color: #333;
    display: inline-block;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    padding: 0.125em 0.5em
}

article .ExportSchools {
    text-align: right
}

article .FaqFilter {
    clear: both;
    margin-bottom: 2em
}

article .FaqFilter ul {
    font-size: 0.875em;
    line-height: 1.25em;
    background-color: #f8f8f8;
    padding: 0.825em 0 0 0.825em;
    margin: 0
}

article .FaqFilter ul li {
    display: inline-block;
    padding: 0.5em 0.75em 0.375em 0.75em;
    margin: 0 0.825em 0.825em 0;
    border-radius: 0.25em;
    background-color: #e6e6e6;
    color: #0584d1;
    list-style-type: none;
    background-image: none;
    cursor: pointer
}

article .FaqFilter ul li:hover {
    color: #000000;
    background-color: #dbdbdb
}

article .FaqFilter ul li.Active {
    color: #ffffff;
    background-color: #0584D1
}

article .FaqBlock {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 1.5em
}

article .FaqBlock h2,
article .FaqBlock h3 {
    cursor: pointer;
    margin-top: 0;
    padding: 0.5em 30px 0.5em 1em;
    border-top: 1px solid #d9d9d9;
    position: relative;
    background-color: #fafafa
}

article .FaqBlock h2:hover,
article .FaqBlock h2.Active,
article .FaqBlock h3:hover,
article .FaqBlock h3.Active {
    background-color: #ededed;
    box-shadow: inset 0px -15px 10px -12px rgba(0, 0, 0, 0.1)
}

article .FaqBlock h2 span,
article .FaqBlock h3 span {
    background: url("/portale/redax_5_assets/redax5_assets_sprite.png?220307") 4px -210px no-repeat;
    background-size: 500px 800px;
    display: block;
    position: absolute;
    top: 0.825em;
    right: 6px;
    width: 18px;
    height: 14px
}

article .FaqBlock .Active h2,
article .FaqBlock .Active h3 {
    background-color: #ededed;
    font-weight: 600
}

article .FaqBlock .Active h2:hover,
article .FaqBlock .Active h3:hover {
    box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.15)
}

article .FaqBlock .Answer {
    display: none;
    padding: 1em 1em 1.25em 1em;
    background-color: #f7f7f7;
    box-shadow: inset 0px -15px 20px -12px rgba(0, 0, 0, 0.15)
}

article .FaqBlock .LinkBlock {
    background-color: #fff
}

article .SlideBlock {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    display: none;
    padding: 1em 1em 1.25em 1em;
    background-color: #f7f7f7;
    box-shadow: inset 0px -15px 20px -12px rgba(0, 0, 0, 0.15);
    margin: 1.25em 0
}

article .JobsExternal li {
    padding: 1em;
    line-height: 1.25em
}

article .JobsExternal li a {
    position: relative
}

article .JobsExternal .Left {
    float: left;
    width: 30%
}

article .JobsExternal .Left strong {
    font-weight: 700
}

article .JobsExternal .Right {
    float: right;
    width: 69%
}

article .JobsExternal .Right strong {
    font-weight: 600
}

article .JobsExternal .clear {
    display: block
}

article .TableBlock {
    border-collapse: collapse;
    max-width: 100%;
    width: auto;
    margin-bottom: 1.5em
}

article .TableBlock th,
article .TableBlock td {
    padding: 0.5em 0.75em 0.5em 0.75em
}

article .TableBlock th strong,
article .TableBlock td strong {
    font-weight: 700
}

article .TableBlock tr:hover {
    background-color: #ededed
}

article table strong {
    font-weight: 700
}

article .MapBayern {
    text-align: center
}

article .MapBayern img {
    width: 100%;
    height: auto;
    max-width: 455px
}

article #MapDetail,
article #MapOverview,
article #MapOverviewFull {
    width: 100%;
    height: 200px;
    margin-bottom: 2em
}

article #MapOverview {
    height: 300px
}

article #MapOverviewFull {
    height: 540px
}

article .Pagination {
    padding: 0.25em 0.25em 0.25em 0.75em;
    background-color: #ededed;
    margin-bottom: 0.75em
}

article .Pagination .Left {
    float: left
}

article .Pagination .Right {
    float: right
}

article .Pagination .Right a,
article .Pagination .Right span {
    display: inline-block;
    padding: 0 0.5em
}

article .Pagination .Right a {
    display: inline-block
}

article .Pagination p {
    margin-bottom: 0
}

article .JobList {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 2.5em
}

article .JobList tr:nth-child(odd) {
    background-color: #fafafa
}

article .JobList tr:nth-child(1) {
    background-color: #e6e6e6
}

article .JobList td {
    vertical-align: top;
    padding: 0.25em 0.5em
}

article .JobList td.c1 {
    text-align: right;
    font-weight: 600;
    width: 125px
}

article .JobList td.c2 {
    font-weight: 200
}

article .JobList td.light {
    font-weight: 200;
    font-size: 0.825em;
    text-align: left
}

article .JobList td.strong {
    font-weight: 400
}

.Wrapper2FullWidth {
    float: none;
    width: 100%
}

.Wrapper2FullWidth article {
    width: 77.19298%
}

p.MetaLinks {
    text-align: right
}

p a.Link {
    position: relative;
    display: inline-block;
    padding: 0.25em 0 0.25em 10px;
    margin-left: 0.75em;
    color: #333;
    font-weight: 400
}

p a.Link span {
    background: url("/portale/redax_5_assets/redax5_assets_sprite.png?220307") -493px -679px no-repeat;
    background-size: 500px 800px;
    display: block;
    position: absolute;
    top: 0.825em;
    left: 0;
    width: 18px;
    height: 14px
}

p a.BigLink {
    position: relative;
    display: inline-block;
    padding: 0.5em 0 0.5em 20px;
    color: #333;
    font-weight: 400
}

p a.BigLink span {
    background: url("/portale/redax_5_assets/redax5_assets_sprite.png?220307") 3px -120px no-repeat;
    background-size: 500px 800px;
    display: block;
    position: absolute;
    top: 0.825em;
    left: 0;
    width: 18px;
    height: 14px
}

p a.BiggerLink {
    display: inline-block;
    cursor: pointer;
    color: #333;
    font-size: 1.125em;
    line-height: 1em;
    padding: 1em 22px;
    font-weight: 600;
    background: url("/portale/redax_5_assets/redax5_assets_sprite.png?220307") -486px -703px transparent no-repeat;
    background-size: 500px 800px;
    -webkit-filter: none;
    filter: none
}

p a.BiggerLink:hover {
    text-decoration: underline
}

p a.FilterActive {
    font-weight: 700
}

#Sitemap .Col1,
#Sitemap .Col2,
#Sitemap .Col3,
#Sitemap .Col4 {
    float: left;
    width: 25%
}

#Sitemap h2 {
    font-size: 1.5em;
    line-height: 1.25em;
    font-weight: 200
}

#Sitemap ul {
    margin: 0;
    border-top: 1px solid #d9d9d9
}

#Sitemap li {
    background: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #d9d9d9;
    font-size: 1.25em;
    line-height: 1.25em
}

#Sitemap li a {
    display: block;
    padding: 0.5em 0.5em 0.5em 10px;
    color: #333;
    font-weight: 700
}

#Sitemap li:hover {
    background-color: #ededed
}

#Sitemap li:hover a {
    color: #0584d1
}

#Sitemap li.l2 {
    font-size: 1.125em;
    line-height: 1.25em
}

#Sitemap li.l2 a {
    padding-left: 30px;
    font-weight: 600
}

#Sitemap li.l3 {
    font-size: 1em;
    line-height: 1.25em
}

#Sitemap li.l3 a {
    padding-left: 60px;
    font-weight: 400
}

#Sitemap li.l4 {
    font-size: 0.875em;
    line-height: 1.25em
}

#Sitemap li.l4 a {
    padding-left: 90px;
    font-weight: 200
}

#Sitemap li.l5 {
    font-size: 0.75em;
    line-height: 1.25em
}

#Sitemap li.l5 a {
    padding-left: 120px;
    font-weight: 200
}

#ErrorPageText {
    padding-left: 220px;
    position: relative
}

#ErrorPageImage {
    position: absolute;
    top: 0;
    left: 0
}

@media (max-width: 1180px) {
    article h1 {
        font-size: 2em;
        line-height: 1.25em
    }
}

@media (max-width: 880px) {
    article {
        width: 100%
    }

    .Wrapper2FullWidth article {
        width: 100%
    }
}

@media (max-width: 767px) {

    #Sitemap .Col1,
    #Sitemap .Col2,
    #Sitemap .Col3,
    #Sitemap .Col4 {
        float: none;
        width: 100%
    }
}

@media (max-width: 375px) {
    article h1 {
        font-size: 1.5em;
        line-height: 1.25em
    }
}

@media (max-width: 480px) {
    article h1.MarginRight {
        margin-right: 0
    }

    article figure.Left,
    article figure.Right,
    article figure.Full {
        display: block;
        width: 100%;
        float: none;
        margin: 0 0 24px 0
    }

    article .ListSchools li a {
        position: relative;
        width: 100%;
        padding-bottom: 0
    }

    article .ListSchools li .Right {
        display: block;
        width: 100%;
        padding-top: 0;
        margin-left: 0
    }

    article nav.GoBack {
        text-align: right
    }

    article nav.GoBack p {
        margin-bottom: 0.25em;
        position: relative;
        top: auto;
        right: auto
    }

    article iframe[name="Infografik Schulsystem"] {
        height: 600px
    }

    article .VideoList .Teaser {
        width: 100%;
        float: none
    }

    article .VideoList .Teaser:nth-child(even) {
        float: none
    }

    article .VideoList .Teaser .Image {
        height: 200px
    }

    article .VideoList .Teaser p {
        margin-bottom: 2.5em
    }
}

#NavMeta {
    height: 33px;
    overflow: hidden;
    background-color: #5c5c5c;
    font-size: 0.8125em;
    border-bottom: 1px solid #000;
    text-align: right;
    box-shadow: inset 1px -6px 9px -6px rgba(0, 0, 0, 0.5)
}

#NavMeta ul.Links li {
    display: inline-block
}

#NavMeta ul.Links li:first-child {
    border-left: 1px solid #434343
}

#NavMeta ul.Links li a {
    display: block;
    padding: 0.5em 1em;
    color: #bfbfbf;
    border-right: 1px solid #434343
}

#NavMeta ul.Links li a:hover {
    background-color: #4f4f4f;
    color: #fff
}

#NavMeta ul.Links li#Burger {
    display: none;
    border: 0;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 0
}

#NavMeta ul.Links li#Burger a {
    border-left: 1px solid #434343;
    padding-right: 58px;
    padding-left: 20px
}

#NavMeta ul.Links li#Burger .Icon {
    width: 25px;
    height: 20px;
    display: block;
    background: url("/portale/redax_5_assets/redax5_assets_sprite.png?220307") -420px -45px no-repeat;
    background-size: 500px 800px;
    position: absolute;
    top: 6px;
    right: 20px
}

#NavMeta ul.Service {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block
}

#NavMeta ul.Service li {
    height: 33px;
    display: inline-block;
    cursor: pointer
}

#NavMeta ul.Service li:nth-child(1),
#NavMeta ul.Service li:nth-child(7),
#NavMeta ul.Service li:nth-child(8) {
    border-left: 1px solid #434343
}

#NavMeta ul.Service li span {
    display: inline-block;
    background: url("/portale/redax_5_assets/redax5_assets_sprite.png?220307") -137px -117px no-repeat;
    background-size: 500px 800px;
    width: 30px;
    height: 30px
}

#NavMeta ul.Service li:nth-child(1) span {
    background-position: -137px -117px;
    margin-left: 10px
}

#NavMeta ul.Service li:nth-child(2) span {
    background-position: -167px -117px
}

#NavMeta ul.Service li:nth-child(3) span {
    background-position: -197px -117px
}

#NavMeta ul.Service li:nth-child(4) span {
    background-position: -227px -117px
}

#NavMeta ul.Service li:nth-child(5) span {
    background-position: -257px -117px
}

#NavMeta ul.Service li:nth-child(6) span {
    background-position: -375px -117px;
    margin-right: 10px
}

#NavMeta ul.Service li:nth-child(7) span {
    background-position: -288px -117px
}

#NavMeta ul.Service li:nth-child(8) {
    border-right: 1px solid #434343
}

#NavMeta ul.Service li:nth-child(8) span {
    background-position: -317px -117px
}

#NavMeta ul.Service li.LanguageOnlyEN span {
    background-position: -347px -117px
}

#NavMeta ul.Service li:hover {
    background-color: #4f4f4f
}

#NavMeta ul.Service li:hover:nth-child(1) span {
    background-position: -137px -147px
}

#NavMeta ul.Service li:hover:nth-child(2) span {
    background-position: -167px -147px
}

#NavMeta ul.Service li:hover:nth-child(3) span {
    background-position: -197px -147px
}

#NavMeta ul.Service li:hover:nth-child(4) span {
    background-position: -227px -147px
}

#NavMeta ul.Service li:hover:nth-child(5) span {
    background-position: -257px -147px
}

#NavMeta ul.Service li:hover:nth-child(6) span {
    background-position: -375px -147px
}

#NavMeta ul.Service li:hover:nth-child(7) span {
    background-position: -288px -147px
}

#NavMeta ul.Service li:hover:nth-child(8) span {
    background-position: -317px -147px
}

#NavMeta ul.Service li.LanguageOnlyEN:hover span {
    background-position: -347px -147px
}

#NavMeta ul.ServiceWM li:nth-child(6) {
    border-left: 0
}

#NavMeta ul.ServiceWM li:nth-child(8) {
    border-left: 1px solid #434343
}

#NavMeta ul.ServiceWM li:nth-child(5) span {
    margin-right: 0
}

#NavMeta ul.ServiceWM li:nth-child(6) span {
    margin-left: 8px;
    background-position: -384px -117px;
    margin-right: 0
}

#NavMeta ul.ServiceWM li:nth-child(7) {
    border-right: 0
}

#NavMeta ul.ServiceWM li:nth-child(7) span {
    background-position: -288px -117px
}

#NavMeta ul.ServiceWM li:nth-child(8) {
    border-right: 1px solid #434343
}

#NavMeta ul.ServiceWM li:nth-child(8) span {
    background-position: -317px -117px
}

#NavMeta ul.ServiceWM li.LanguageOnlyEN span {
    background-position: -347px -117px
}

#NavMeta ul.ServiceWM li:hover:nth-child(6) span {
    background-position: -384px -147px
}

#NavMeta ul.ServiceWM li:hover:nth-child(7) span {
    background-position: -288px -147px
}

#NavMeta ul.ServiceWM li:hover:nth-child(8) span {
    background-position: -317px -147px
}

#NavMeta ul.ServiceWM li.LanguageOnlyEN:hover span {
    background-position: -347px -147px
}

#NavMain {
    font-size: 1.5em;
    line-height: 1em;
    width: 100%;
    overflow: hidden;
    padding-top: 119px;
    position: relative
}

#NavMain span {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("/portale/redax_5_assets/redax5_assets_sprite.png?220307") -486px 0 no-repeat;
    background-size: 500px 800px
}

#NavMain ul {
    width: 200%
}

#NavMain li {
    display: inline-block;
    padding-right: 1em
}

#NavMain li a {
    display: block;
    padding: 0.5em 0.4em 0.5em 0.75em;
    color: #000;
    border-top: 1px solid #fff
}

#NavMain li:first-child a {
    padding-left: 0
}

#NavMain li.Main1 a:hover,
#NavMain li.Main1 a.Active {
    border-top-color: #fe9b00;
    color: #fe9b00
}

#NavMain li.Main2 a:hover,
#NavMain li.Main2 a.Active {
    border-top-color: #c8000d;
    color: #c8000d
}

#NavMain li.Main3 a:hover,
#NavMain li.Main3 a.Active {
    border-top-color: #679926;
    color: #679926
}

#NavMain li.Main4 a:hover,
#NavMain li.Main4 a.Active {
    border-top-color: #0584d1;
    color: #0584d1
}

#NavMain li.Main5 a:hover,
#NavMain li.Main5 a.Active {
    border-top-color: #2ca6b1;
    color: #2ca6b1
}

#NavMain li.Main6 a:hover,
#NavMain li.Main6 a.Active {
    border-top-color: #a2389d;
    color: #a2389d
}

#NavMain li.Main7 a:hover,
#NavMain li.Main7 a.Active {
    border-top-color: #ff5a00;
    color: #ff5a00
}

#NavMain li.Main70 span {
    display: inline-block;
    width: 166px;
    height: 25px;
    position: absolute;
    bottom: 10px;
    right: 0;
    background-position: -27px -570px
}

.NavMainWM li.Main1 a:hover,
.NavMainWM li.Main1 a.Active {
    border-top-color: #000000 !important;
    color: #000000 !important
}

.NavMainWM li.Main2 a:hover,
.NavMainWM li.Main2 a.Active {
    border-top-color: #000000 !important;
    color: #000000 !important
}

.NavMainWM li.Main3 a:hover,
.NavMainWM li.Main3 a.Active {
    border-top-color: #000000 !important;
    color: #000000 !important
}

.NavMainWM li.Main4 a:hover,
.NavMainWM li.Main4 a.Active {
    border-top-color: #000000 !important;
    color: #000000 !important
}

.NavMainWM li.Main5 a:hover,
.NavMainWM li.Main5 a.Active {
    border-top-color: #000000 !important;
    color: #000000 !important
}

.NavMainWM li.Main6 a:hover,
.NavMainWM li.Main6 a.Active {
    border-top-color: #000000 !important;
    color: #000000 !important
}

.NavMainWM li.Main7 a:hover,
.NavMainWM li.Main7 a.Active {
    border-top-color: #000000 !important;
    color: #000000 !important
}

#Breadcrumb {
    height: 30px;
    position: relative;
    background-color: #0584d1;
    overflow: hidden
}

#Breadcrumb p {
    width: 200%;
    height: 30px;
    text-overflow: ellipsis;
    color: #fff;
    font-size: 0.5em;
    line-height: 1.5em;
    padding: 5px 0.5em 0 0;
    margin: 0 0 0 35px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2)
}

#Breadcrumb p span {
    display: inline-block
}

#Breadcrumb p a {
    display: inline-block;
    font-size: 1.625em;
    color: #fff;
    padding: 0.375em 0.75em
}

#Breadcrumb p a:hover {
    text-decoration: underline
}

#Breadcrumb p a strong {
    font-weight: 600
}

#Breadcrumb #Recommend {
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.8125em;
    cursor: pointer;
    background: url("/portale/redax_5_assets/redax5_assets_sprite.png?220307") -417px -73px #0584d1 no-repeat;
    background-size: 500px 800px;
    padding-left: 28px
}

#Breadcrumb #Recommend:hover {
    text-decoration: underline
}

#Home {
    width: 30px;
    height: 100%;
    background: url("/portale/redax_5_assets/redax5_assets_sprite.png?220307") -418px 0 #5aafe2 no-repeat;
    background-size: 500px 800px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer
}

#Home:hover {
    background-color: #3ba0dd
}

#NavSide {
    width: 260px;
    float: left;
    margin-top: 10px
}

#NavSide ul {
    width: 85%
}

#NavSide ul.NoBorder {
    border-bottom: 0
}

#NavSide ul li {
    border-top: 1px solid #d9d9d9
}

#NavSide ul li a {
    display: block;
    color: #000;
    padding: 0.75em 1.5em 0.75em 0;
    position: relative
}

#NavSide ul li a span {
    background: url("/portale/redax_5_assets/redax5_assets_sprite.png?220307") 3px -120px no-repeat;
    background-size: 500px 800px;
    display: block;
    position: absolute;
    top: 1em;
    right: 10px;
    width: 14px;
    height: 14px
}

#NavSide ul li a:hover {
    font-weight: 600
}

#NavSide ul li a.Active {
    font-weight: 700
}

#NavSide ul li a.Active span {
    background-position: 3px -210px
}

#NavSide ul li.Main {
    display: none
}

#NavSide ul li.Main a span {
    background-position: 3px -300px
}

#NavSide ul li.Main a.Active span {
    background-position: 3px -390px
}

#NavSide ul ul {
    width: 100%;
    border: 0;
    margin-bottom: 0
}

#NavSide ul ul li {
    border: 0;
    margin-bottom: 1px
}

#NavSide ul ul li a {
    font-size: 0.875em;
    line-height: 1.25em;
    color: #0584d1;
    padding: 0.375em 0.75em 0.375em 1em
}

#NavSide ul ul li a:hover {
    color: #000;
    font-weight: 400;
    background-color: #f0f0f0
}

#NavSide ul ul li a.Active {
    color: #000;
    font-weight: 600;
    background-color: #f0f0f0
}

#NavSide ul ul ul {
    background-color: #f0f0f0
}

#NavSide ul ul ul li a {
    padding: 0.375em 0.75em 0.375em 2.5em
}

#NavSide ul ul ul li a:hover,
#NavSide ul ul ul li a.Active {
    background-color: #e6e6e6
}

#NavSide ul ul ul ul {
    background-color: #e6e6e6
}

#NavSide ul ul ul ul li a {
    padding: 0.375em 0.75em 0.375em 4.5em
}

#NavSide ul ul ul ul li a:hover {
    background-color: #dbdbdb
}

#NavSub {
    display: none;
    margin: 0 0 1.5em 0
}

#NavSub ul {
    margin-top: 1em;
    margin-left: 0;
    border-bottom: 1px solid #d9d9d9;
    background-color: #fafafa
}

#NavSub li {
    margin-bottom: 0;
    padding-left: 0;
    position: relative;
    background: none;
    border-top: 1px solid #d9d9d9
}

#NavSub li a {
    display: block;
    padding: 0.5em 1em 0.5em 24px;
    color: #333
}

#NavSub li a:hover {
    background-color: #ededed
}

#NavSub li a span {
    background: url("/portale/redax_5_assets/redax5_assets_sprite.png?220307") 7px -120px no-repeat;
    background-size: 500px 800px;
    display: block;
    position: absolute;
    top: 0.825em;
    left: 0;
    width: 24px;
    height: 24px
}

@media (max-width: 1180px) {
    #NavMain li {
        padding-right: 1px
    }

    #NavMain li a {
        padding: 0.5em 0.3em 0.5em 0.65em
    }

    #NavMeta ul.Service {
        left: 20px
    }

    #NavSide {
        width: 22.80702%
    }
}

@media (max-width: 1023px) {
    #NavMain {
        font-size: 1.25em;
        line-height: 1em
    }
}

@media (max-width: 880px) {
    #NavMain {
        font-size: 1.125em;
        line-height: 1em
    }

    #NavMain span {
        background-position: -488px 0
    }

    #NavMain li a {
        padding: 0.5em 0.2em 0.5em 0.4em
    }
}

@media (max-width: 767px) {

    #NavMeta .Wrapper,
    #NavMeta .Home .WrapperSlider,
    .Home #NavMeta .WrapperSlider {
        padding-right: 0
    }

    #NavMeta .Links li {
        display: none
    }

    #NavMeta .Links li a {
        border: 0
    }

    #NavMeta .Links li#Burger {
        display: inline-block !important
    }

    #NavMain {
        display: none
    }

    #NavSide {
        float: none;
        position: absolute;
        top: 33px;
        right: 20px;
        margin-top: 0;
        background-color: #fff;
        z-index: 1000;
        width: 280px;
        box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.2)
    }

    #NavSide ul {
        width: 100%;
        border-bottom: 0
    }

    #NavSide ul li a {
        padding: 0.75em 1.5em 0.75em 0.75em
    }

    #NavSide ul li:nth-child(1) {
        border-top: 0
    }

    #NavSide ul li.Main {
        display: block;
        border-top: 0
    }

    #NavSide ul li.Main a {
        color: #fff
    }

    #NavSide ul li.Cat1 {
        background-color: #fe9b00
    }

    #NavSide ul li.Cat2 {
        background-color: #c8000d
    }

    #NavSide ul li.Cat3 {
        background-color: #679926
    }

    #NavSide ul li.Cat4 {
        background-color: #0584d1
    }

    #NavSide ul li.Cat5 {
        background-color: #2ca6b1
    }

    #NavSide ul li.Cat6 {
        background-color: #a2389d
    }

    #NavSide ul li.Cat7 {
        background-color: #ff5a00
    }

    #NavSide ul ul {
        width: 100%;
        border: 0
    }

    #NavSide ul ul li a {
        font-size: 1em;
        line-height: 1.25em;
        padding: 0.375em 0.75em 0.375em 1.75em
    }

    #NavSide ul ul ul li a {
        padding: 0.375em 0.75em 0.375em 2.75em
    }

    #NavSub {
        display: block
    }
}

@media (max-width: 375px) {
    #NavMeta ul.Links li#Burger a {
        padding-right: 40px;
        padding-left: 20px;
        border-left: 0
    }

    #NavMeta ul.Links li#Burger .Text {
        display: none
    }
}

.LogosExternal {
    padding: 1.5em 0;
    background-color: #ededed
}

footer {
    font-size: 0.8125em;
    line-height: 1em;
    color: #fff;
    background-color: #5c5c5c;
    box-shadow: inset 1px 6px 9px -6px rgba(0, 0, 0, 0.5);
    margin-top: 5em
}

footer ul,
footer li,
footer p,
footer nav#NavFooter {
    display: inline-block
}

footer a {
    display: inline-block;
    padding: 0.825em 1em;
    color: #bfbfbf
}

footer a:hover {
    color: #fff
}

footer p {
    margin-left: 0.75em;
    padding: 0.825em 0
}

footer .Wrapper,
footer .Home .WrapperSlider,
.Home footer .WrapperSlider {
    text-align: center
}

.cookieButtons .button {
    margin: 0;
    display: inline-block;
    background-color: #0584d1;
    color: #ffffff;
    padding: 14px 40px;
    text-decoration: none;
    font-weight: 700;
    border-radius: 3em;
    line-height: 1.25em;
    text-align: center
}

.cookieButtons .button:hover {
    text-decoration: underline
}

#cookieBanner {
    display: none;
    background-color: #0584d1;
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    font-size: 0.75em;
    line-height: 1.25em;
    z-index: 10000;
    width: 100%;
    border-top: 1px solid #fff
}

#cookieBanner p {
    position: relative;
    padding: 1em 0 1em 36px;
    margin: 0
}

#cookieBanner p a {
    color: #fff;
    text-decoration: underline
}

#cookieBanner .Info {
    background: url("/portale/redax_5_assets/redax5_assets_sprite.png?220307") -300px -244px no-repeat;
    background-size: 500px 800px;
    display: inline-block;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 1.125em;
    left: 0
}

#cookieBanner .cookieButtons {
    padding: 0 0 1em 36px
}

#cookieBanner .cookieButtons .button {
    color: #0584d1;
    background-color: #ffffff;
    margin: 0 1em 0 0;
    padding: 8px 20px
}

.matomoAktiviert,
.matomoDeaktiviert {
    display: none
}

@media (max-width: 880px) {
    .LogosExternal {
        display: none
    }
}

@media (max-width: 767px) {

    header div.Wrapper,
    header .Home div.WrapperSlider,
    .Home header div.WrapperSlider {
        padding-top: 110px
    }

    footer {
        margin-top: 4em
    }

    footer a {
        padding-top: 1.25em
    }

    footer p {
        line-height: 1.25em;
        display: block;
        margin-left: 0;
        padding: 0.375em 0 1.25em 0
    }
}

@media (max-width: 480px) {

    header div.Wrapper,
    header .Home div.WrapperSlider,
    .Home header div.WrapperSlider {
        padding-top: 87px
    }
}

#Mega1 {
    background-color: #fe9b00
}

#Mega2 {
    background-color: #c8000d
}

#Mega3 {
    background-color: #679926
}

#Mega4 {
    background-color: #0584d1
}

#Mega5 {
    background-color: #2ca6b1
}

#Mega6 {
    background-color: #a2389d
}

#Mega7 {
    background-color: #ff5a00
}

.MegaWM #Mega1 {
    background-color: rgba(30, 30, 30, 0.85)
}

.MegaWM #Mega2 {
    background-color: rgba(30, 30, 30, 0.85)
}

.MegaWM #Mega3 {
    background-color: rgba(30, 30, 30, 0.85)
}

.MegaWM #Mega4 {
    background-color: rgba(30, 30, 30, 0.85)
}

.MegaWM #Mega5 {
    background-color: rgba(30, 30, 30, 0.85)
}

.MegaWM #Mega6 {
    background-color: rgba(30, 30, 30, 0.85)
}

.MegaWM #Mega7 {
    background-color: rgba(30, 30, 30, 0.85)
}

#Mega {
    position: absolute;
    top: 165px;
    left: 0;
    width: 100%;
    box-shadow: 1px 7px 20px 0 rgba(0, 0, 0, 0.2);
    z-index: 490;
    color: #fff
}

#Mega .Content {
    padding: 20px;
    display: none
}

#Mega .Left {
    float: left;
    width: 30%
}

#Mega .Right {
    float: right;
    width: 65%;
    padding-top: 0.5em
}

#Mega p {
    font-size: 1.5em;
    line-height: 1.25em;
    font-weight: 200
}

#Mega p a {
    display: block;
    padding-left: 16px;
    color: #fff;
    font-weight: 200;
    background: url("/portale/redax_5_assets/redax5_assets_sprite.png?220307") -493px -519px no-repeat;
    background-size: 500px 800px
}

#Mega p a:hover {
    text-decoration: underline
}

#Mega ul {
    margin: 0.75em 0 1.5em 0
}

#Mega ul li {
    margin-bottom: 0.5em
}

#Mega ul li a {
    padding: 0.25em 0 0.25em 16px;
    display: block;
    color: #fff;
    background: url("/portale/redax_5_assets/redax5_assets_sprite.png?220307") -493px -520px no-repeat;
    background-size: 500px 800px
}

#Mega ul li a:hover {
    text-decoration: underline
}

#Mega .Item {
    cursor: pointer
}

#Mega .Item p a {
    font-weight: 200;
    color: #fff
}

#Mega .Item p span {
    font-size: 0.625em;
    line-height: 1.25em;
    display: block;
    font-weight: 200
}

#Mega .Item img {
    width: 160px;
    height: auto;
    float: left;
    margin: 0 1em 2em 0
}

#Mega .Item:hover a {
    text-decoration: underline
}

#Mega .Item hr {
    clear: both
}

#RecommendBox {
    display: none;
    position: absolute;
    top: 198px;
    left: 0;
    width: 100%;
    z-index: 490;
    background-color: #fafafa;
    box-shadow: 1px 7px 20px 0 rgba(0, 0, 0, 0.2);
    padding: 15px 20px 20px 20px;
    z-index: 490
}

#RecommendBox h2 {
    font-size: 1.5em;
    line-height: 1.25em;
    font-weight: 200;
    margin-bottom: 0.5em
}

#RecommendBox .Title {
    font-size: 1.25em;
    line-height: 1.25em;
    margin-bottom: 0.5em
}

#RecommendBox .Title span {
    display: none
}

#RecommendBox .Error {
    display: none;
    padding: 1em 0;
    color: #ed1c24;
    font-weight: 700
}

#RecommendBox .Success {
    display: none;
    padding: 1em 0;
    color: #55790c
}

#RecommendBox .Success strong {
    font-weight: 600
}

#RecommendBox fieldset {
    margin-bottom: 0
}

.Home .WrapperSlider {
    padding-top: 201px
}

.Home .WrapperSlider .SliderControl {
    display: inline-block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 410
}

.Home .WrapperSlider .SliderLeft,
.Home .WrapperSlider .SliderRight,
.Home .WrapperSlider .SliderBulletActive,
.Home .WrapperSlider .SliderBulletInactive {
    cursor: pointer;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("/portale/redax_5_assets/redax5_assets_sprite.png?220307") -167px -436px no-repeat;
    background-size: 500px 800px
}

.Home .WrapperSlider .SliderRight {
    background-position: -167px -396px
}

.Home .WrapperSlider .SliderBulletActive {
    background-position: -127px -396px
}

.Home .WrapperSlider .SliderBulletInactive {
    background-position: -127px -436px
}

.Home .WrapperSliderWM .SliderControl {
    display: block;
    position: relative;
    bottom: auto;
    right: auto;
    left: 0;
    text-align: center
}

.Home .WrapperSliderWM .SliderLeft,
.Home .WrapperSliderWM .SliderRight,
.Home .WrapperSliderWM .SliderBulletActive,
.Home .WrapperSliderWM .SliderBulletInactive {
    background-position: -247px -436px no-repeat
}

.Home .WrapperSliderWM .SliderRight {
    background-position: -247px -396px
}

.Home .WrapperSliderWM .SliderBulletActive {
    background-position: -207px -396px
}

.Home .WrapperSliderWM .SliderBulletInactive {
    background-position: -207px -436px
}

.Home .Body {
    padding-top: 0
}

.Home #Breadcrumb {
    display: none
}

.Home #NavSide {
    display: none
}

.Home .Slider {
    margin-bottom: 3.5em;
    background-color: #0584d1;
    height: 500px;
    position: relative
}

.Home .Slider li {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 400;
    cursor: pointer;
    display: none;
    padding: 70px 20px 20px 715px;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2)
}

.Home .Slider li a {
    padding-top: 20px;
    color: #fff;
    font-size: 2.5em;
    line-height: 1.125em;
    font-weight: 200;
    display: block;
    margin-bottom: 0.5em
}

.Home .Slider li a em {
    font-size: 0.4em;
    line-height: 1.25em;
    margin-bottom: 0.5em;
    font-style: normal;
    display: block;
    font-weight: 200
}

.Home .Slider li .Link {
    font-weight: 600
}

.Home .Slider li .Image {
    width: 690px;
    height: 500px;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center center;
    background-size: cover
}

.Home .Slider li:hover .Link {
    text-decoration: underline
}

.Home .Slider li:nth-child(1) {
    display: block
}

.Home .SliderWM {
    background-color: transparent;
    height: 630px;
    margin-bottom: 0.3em
}

.Home .SliderWM li {
    color: #000000;
    text-shadow: none;
    height: 630px
}

.Home .SliderWM li a {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 410;
    color: #000000;
    background-color: rgba(255, 255, 255, 0.9);
    display: block;
    width: 100%;
    font-size: 1.375em;
    line-height: 1.25em;
    padding: 1em 1em;
    margin: 0;
    font-weight: 400
}

.Home .SliderWM li .Image {
    width: 100%;
    height: 630px
}

.Home .SliderWM li .Text {
    color: #ffffff
}

.Home .SliderWM li .Text .Link {
    color: #ffffff
}

.WMHP2019 {
    margin-bottom: 4.5em
}

.WMHP2019 .LeftCol,
.WMHP2019 .RightCol {
    width: 50%;
    float: left;
    padding-right: 6px
}

.WMHP2019 .RightCol {
    padding: 0 0 0 6px
}

.WMHP2019 h2 {
    color: #999999;
    font-size: 1.5em;
    line-height: 1.25em;
    margin-bottom: 0.25em
}

.WMHP2019 h2 a {
    color: #999999
}

.WMHP2019 h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    color: #000000;
    padding: 0.75em 1em 1em 1em;
    display: block;
    width: 100%;
    line-height: 1.125em
}

.WMHP2019 .Teaser {
    position: relative
}

.WMHP2019 img {
    width: 100%;
    height: auto;
    display: block
}

.WMHP2019 .Instagram {
    background-color: rgba(224, 237, 246, 0.95);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 25%;
    display: none
}

.WMHP2019 .Instagram p {
    color: #000000;
    max-width: 220px;
    display: block;
    margin: auto auto;
    font-weight: 400;
    text-align: center
}

.WMHP2019 .Instagram p a {
    font-weight: 300;
    color: #000000
}

.WMHP2019 .Instagram p a span {
    text-decoration: underline
}

.WMHP2019 .Instagram img.Icon {
    width: auto;
    display: inline-block
}

article .WMHP2019 p a:hover {
    text-decoration: none
}

.Home .Highlights .Item {
    width: 33.3333%;
    height: 100px;
    padding-left: 36px;
    display: block;
    float: left;
    cursor: pointer;
    position: relative
}

.Home .Highlights .Item h2 {
    margin-top: 0;
    margin-bottom: 0.25em;
    font-size: 1.25em;
    line-height: 1.25em;
    font-weight: 200;
    color: #0584d1 a;
    color-font-weight: 200
}

.Home .Highlights .Item p {
    font-size: 0.75em;
    line-height: 1.25em;
    width: 75%
}

.Home .Highlights .Item form {
    width: 75%;
    position: relative
}

.Home .Highlights .Item form label {
    display: none
}

.Home .Highlights .Item form input[type=text] {
    width: 100%;
    margin-top: 0
}

.Home .Highlights .Item:hover h2 a {
    text-decoration: underline
}

.Home .Highlights .Item span {
    display: block;
    background-color: aqua;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("/portale/redax_5_assets/redax5_assets_sprite.png?220307") -27px -484px no-repeat;
    background-size: 500px 800px
}

.Home .Highlights .Item:nth-child(1) span {
    background-position: -27px -484px
}

.Home .Highlights .Item:nth-child(2) span {
    background-position: -77px -484px
}

.Home .Highlights .Item:nth-child(3) span {
    background-position: -127px -484px
}

.Home .Highlights .Item:nth-child(4) span {
    background-position: -177px -484px
}

.Home .Highlights .Item:nth-child(5) span {
    background-position: -227px -484px
}

.Home .Highlights .Item:nth-child(6) span {
    background-position: -277px -484px
}

.Home .Highlights_KM .Item:nth-child(1) span {
    background-position: -27px -484px
}

.Home .Highlights_KM .Item:nth-child(2) span {
    background-position: -127px -484px
}

.Home .Highlights_KM .Item:nth-child(3) span {
    background-position: -177px -484px
}

.Home .Highlights_KM .Item:nth-child(4) span {
    background-position: -277px -484px
}

.Home .Highlights_KM .Item:nth-child(5) span {
    background-position: -2000px -2000px
}

.Home .Highlights_KM .Item:nth-child(4) {
    clear: both;
    float: none;
    margin: 0 auto
}

.Home .Highlights_WM .Item:nth-child(1) span {
    background-position: -27px -484px
}

.Home .Highlights_WM .Item:nth-child(2) span {
    background-position: -77px -484px
}

.Home .Highlights_WM .Item:nth-child(3) span {
    background-position: -227px -484px
}

.Home .Highlights_WM .Item:nth-child(4) span {
    background-position: -277px -484px
}

.Home .Highlights_WM .Item:nth-child(4) {
    clear: both;
    float: none;
    margin: 0 auto
}

@media (max-width: 1023px) {

    .Home .Highlights_KM .Item:nth-child(4),
    .Home .Highlights_WM .Item:nth-child(4) {
        clear: none;
        float: left;
        margin: auto auto
    }
}

.Home .VideoBox {
    background-color: #ededed;
    margin-bottom: 3em;
    padding: 20px 0 0 0;
    position: relative
}

.Home .VideoBox .MoveLeft,
.Home .VideoBox .MoveRight {
    cursor: pointer;
    width: 35px;
    height: 78px;
    display: block;
    position: absolute;
    top: 75px;
    left: 0;
    background: url("/portale/redax_5_assets/redax5_assets_sprite.png?220307") -27px -396px no-repeat;
    background-size: 500px 800px
}

.Home .VideoBox .MoveRight {
    left: auto;
    right: 0;
    background-position: -82px -396px
}

.Home .VideoBox h2 {
    position: relative;
    margin-left: 20px;
    margin-right: 20px
}

.Home .VideoBox h2.Line span {
    background-color: #ededed
}

.Home .VideoBox h2.Line .Link {
    font-size: 0.458333em;
    line-height: 0.625em;
    display: block;
    position: absolute;
    top: 0.825em;
    right: 0
}

.Home .VideoBox h2.Line .Link a {
    font-weight: 400;
    color: #0584d1;
    display: block;
    padding: 0 0 0.5em 0.5em;
    background-color: #ededed
}

.Home .VideoBox .Container {
    width: 100%;
    overflow: scroll
}

.Home .VideoBox .Mover {
    height: 216px;
    overflow: hidden
}

.Home .VideoBox ul {
    display: inline-block;
    margin: 0 20px 0 0
}

.Home .VideoBox li {
    font-size: 0.875em;
    line-height: 1.29em;
    padding-left: 0;
    list-style-type: none;
    display: block;
    float: left;
    background: none;
    background-color: #fff;
    width: 204px;
    height: 196px;
    margin-left: 20px;
    overflow: hidden;
    margin-bottom: 20px
}

.Home .VideoBox li a {
    display: block;
    position: relative;
    padding: 122px 10px 0 10px;
    color: #333;
    font-weight: 200
}

.Home .VideoBox li:hover a span {
    color: #0584d1
}

.Home .VideoBox li span {
    display: block;
    font-weight: 600
}

.Home .VideoBox img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: block
}

@media (max-width: 1180px) {
    .Home .Slider {
        height: 450px
    }

    .Home .Slider li {
        padding-top: 20px
    }

    .Home .SliderWM {
        height: 630px
    }

    .Home .SliderWM li {
        height: 630px
    }

    .Home .SliderWM li .Image {
        height: 630px
    }

    .Home .WrapperSlider {
        padding-left: 0;
        padding-right: 0
    }

    .Home .WrapperSliderWM {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width: 1023px) {
    .Home .WrapperSlider {
        padding-top: 193px
    }

    .Home .Slider {
        height: 400px
    }

    .Home .Slider li a em {
        display: none
    }

    .Home .SliderWM {
        height: 500px
    }

    .Home .SliderWM li {
        height: 500px
    }

    .Home .SliderWM li .Image {
        height: 500px
    }

    .Home .Highlights .Item {
        width: 50%
    }
}

@media (max-width: 880px) {
    .Home .WrapperSlider {
        padding-top: 189px
    }

    .Home .Slider {
        height: 300px
    }

    .Home .Slider li a {
        font-size: 1.5em;
        line-height: 1.125em
    }

    .Home .Slider li a em {
        font-size: 0.4em;
        line-height: 1.25em
    }

    .Home .SliderWM {
        height: 450px
    }

    .Home .SliderWM li {
        height: 450px
    }

    .Home .SliderWM li .Image {
        height: 450px
    }
}

@media (max-width: 767px) {
    .Home .WrapperSlider {
        padding-top: 150px
    }

    .Home .WrapperSlider .SliderControl {
        bottom: 5px
    }

    .Home .Slider {
        width: 100%;
        height: auto
    }

    .Home .Slider li {
        position: relative;
        top: auto;
        left: auto;
        padding-top: 0
    }

    .Home .Slider li a {
        margin-bottom: 0;
        padding: 0 20px;
        min-height: 100px
    }

    .Home .Slider li .Text {
        display: none
    }

    .Home .Slider li .Image {
        display: block;
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: 450px;
        margin-bottom: 1em
    }

    .Home .SliderWM li a {
        padding: 1em 1em;
        min-height: auto
    }

    .Home .SliderWM li .Image {
        margin-bottom: 0
    }
}

@media (max-width: 667px) {
    .Home .WrapperSlider {
        padding-top: 150px
    }

    .Home .Slider li .Image {
        height: 400px
    }

    .Home .Highlights .Item {
        width: 100%;
        padding-bottom: 2em;
        height: auto;
        float: none
    }

    .Home .Highlights .Item p {
        width: 100%
    }

    .PressTeaser li:nth-child(3),
    .PressTeaser li:nth-child(4),
    .PressTeaser li:nth-child(5) {
        display: none
    }

    .WMHP2019 .LeftCol,
    .WMHP2019 .RightCol {
        width: 100%;
        float: none;
        padding: 0
    }
}

@media (max-width: 540px) {
    .Home .Slider li .Image {
        height: 350px
    }
}

@media (max-width: 480px) {
    .Home .WrapperSlider {
        padding-top: 120px
    }

    .Home .Slider li .Image {
        height: 300px
    }
}

@media (max-width: 375px) {
    .Home .Slider li .Image {
        height: 250px
    }
}

@media (max-width: 320px) {
    .Home .Slider li .Image {
        height: 200px
    }
}

.News .Item {
    border-top: 1px solid #d9d9d9;
    padding: 1.75em 0;
    cursor: pointer
}

.News .Item:nth-child(1) {
    border-top: 0
}

.News .Item:hover h2 a,
.News .Item:hover h3 a {
    color: #0584d1
}

.News .Item:hover h2 a span,
.News .Item:hover h3 a span {
    color: #333
}

.News .Item .Left {
    float: left
}

.News .Item .Right {
    padding-left: 180px
}

.News .Item p {
    margin-bottom: 0
}

.News .Item h2,
.News .Item h3 {
    font-size: 1.5em;
    line-height: 1.25em;
    margin-top: 0;
    margin-bottom: 0.5em
}

.News .Item h2 a,
.News .Item h3 a {
    color: #333;
    font-weight: 200
}

.News .Item h2 a span,
.News .Item h3 a span {
    font-size: 0.625em;
    line-height: 1.25em;
    display: block;
    font-weight: 200
}

.News .Item img {
    max-width: 160px;
    height: auto
}

.News .Item .Link {
    display: inline-block;
    color: #0584d1;
    font-weight: 600
}

.News .TopItem {
    border-top: 0;
    padding-top: 0
}

.News .TopItem .Left {
    float: none
}

.News .TopItem .Right {
    padding-left: 0
}

.News .TopItem img {
    display: block;
    max-width: 100%;
    width: 100%;
    margin-bottom: 1em
}

.NewsInline {
    margin-top: 3em
}

.Subhome .News .Item {
    border-top: 1px solid #d9d9d9
}

.Subhome .News .TopItem {
    border-top: 0
}

.Subhome .News .NewsInline {
    margin-top: 0
}

.NewsTeaser .LeftCol,
.NewsTeaser .RightCol {
    width: 48.5%;
    float: left;
    margin-bottom: 3em
}

.NewsTeaser .RightCol {
    float: right
}

.NewsTeaser .News .Item {
    padding-top: 0
}

.NewsTeaser ul {
    margin: 0 0 1em 0
}

.NewsTeaser li {
    background: none;
    padding: 0
}

.NewsTeaser li a {
    color: #333;
    font-size: 0.875em;
    line-height: 1.375em;
    font-weight: 400;
    position: relative;
    display: inline-block;
    padding: 0.25em 0 0.25em 13px
}

.NewsTeaser li a span {
    background: url("/portale/redax_5_assets/redax5_assets_sprite.png?220307") -493px -679px no-repeat;
    background-size: 500px 800px;
    display: block;
    position: absolute;
    top: 0.6em;
    left: 0;
    width: 18px;
    height: 14px
}

.NewsTeaser li a em {
    font-weight: 600;
    font-style: normal
}

.NewsTeaser li a:hover {
    text-decoration: underline
}

.NewsTeaser .PressTeaser li a:hover {
    text-decoration: none
}

.NewsTeaser .PressTeaser li a:hover em {
    text-decoration: underline
}

.NewsTeaser .LeftLinks,
.NewsTeaser .RightLinks {
    display: inline-block
}

.NewsTeaser .LeftLinks p,
.NewsTeaser .RightLinks p {
    margin-bottom: 0
}

.NewsTeaser .LeftLinks p a,
.NewsTeaser .RightLinks p a {
    font-size: 0.6875em;
    line-height: 1.25em;
    font-weight: 400;
    display: block;
    padding: 0.375em 0.75em 0.375em 0
}

.NewsTeaser .LeftLinks p a.RSS,
.NewsTeaser .RightLinks p a.RSS {
    padding-left: 16px
}

.RSS {
    background: url("/portale/redax_5_assets/redax5_assets_sprite.png?220307") -185px -240px no-repeat;
    background-size: 500px 800px;
    padding-left: 20px
}

@media (max-width: 880px) {

    .NewsTeaser .LeftCol,
    .NewsTeaser .RightCol {
        width: 48%
    }

    .NewsTeaser .News .Item .Left,
    .NewsTeaser .News .Item .Right {
        float: none;
        width: 100%;
        padding-left: 0
    }

    .NewsTeaser .News .Item img {
        max-width: 100%;
        width: 100%;
        margin: 0.125em 0 0.375em 0
    }
}

@media (max-width: 767px) {
    .NewsTeaser .RightLinks {
        display: none
    }
}

@media (max-width: 667px) {

    .NewsTeaser .LeftCol,
    .NewsTeaser .RightCol {
        width: 100%;
        float: none
    }
}

@media (max-width: 480px) {

    .News .Item .Left,
    .News .Item .Right {
        float: none;
        width: 100%;
        padding-left: 0
    }

    .News .Item img {
        max-width: 100%;
        width: 100%
    }
}

aside {
    float: right;
    width: 29.54545%;
    margin-top: 10px
}

aside .Block {
    border-top: 1px solid #70a000;
    padding-top: 20px;
    margin-bottom: 20px;
    margin-left: 15.385%
}

aside .VideoBox,
aside .EPaperBox,
aside .NLBox {
    text-align: center
}

aside .VideoBox h2,
aside .EPaperBox h2,
aside .NLBox h2 {
    text-align: center;
    color: #70a000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.375em;
    line-height: 1em;
    margin-bottom: 0.625em
}

aside .VideoBox .Item {
    cursor: pointer;
    margin-top: 20px
}

aside .VideoBox .Item:hover a {
    text-decoration: underline
}

aside .VideoBox img {
    width: 100%;
    max-width: 260px;
    height: auto
}

aside .VideoBox p a {
    color: #333;
    font-size: 0.875em;
    background: url("/portale/redax_5_assets/redax5_assets_sprite.png?220307") -493px -673px no-repeat;
    background-size: 500px 800px;
    padding-left: 10px
}

aside .EPaperBox {
    cursor: pointer
}

aside .EPaperBox:hover a {
    text-decoration: underline
}

aside .EPaperBox img {
    border: 1px solid #d9d9d9;
    width: 100%;
    max-width: 260px;
    height: auto
}

aside .PortraitBox .Person {
    border: 1px solid #d9d9d9;
    margin-bottom: 12px
}

aside .PortraitBox .Person:hover {
    border-color: #333
}

aside .PortraitBox .Person img {
    display: block;
    width: 100%;
    height: auto
}

aside .PortraitBox .Person p {
    font-size: 0.875em;
    line-height: 1.4286em;
    padding: 0.75em 0.5em;
    text-align: center;
    font-weight: 200;
    color: #333
}

aside .PortraitBox .Person {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto
}

aside .LogoBox img {
    width: 100%;
    max-width: 260px;
    display: block;
    margin-bottom: 12px;
    border: 1px solid #d9d9d9
}

aside .LogoBox img:hover {
    border-color: #333
}

aside .BWPBox {
    text-align: center;
    cursor: pointer
}

aside .BWPBox .BWP {
    width: 100%;
    max-width: 260px;
    display: inline-block;
    background-color: #088fd6;
    background-color: #088fd6;
    background: linear-gradient(to bottom, #088fd6 0%, #0479cb 100%);
    padding: 16px 25px 20px 25px
}

aside .BWPBox h2 {
    display: inline-block;
    width: 100px;
    height: 45px;
    background: url("/portale/redax_5_assets/redax5_assets_sprite.png?220307") -27px -117px no-repeat;
    background-size: 500px 800px
}

aside .BWPBox h2 span {
    display: none
}

aside .BWPBox p {
    border-top: 1px solid #38a0dc;
    margin-top: 10px;
    padding-top: 10px;
    font-style: italic;
    color: #fff
}

aside .BWPBox p strong {
    display: block;
    font-weight: 600
}

aside .NLBox form fieldset {
    position: relative;
    margin-bottom: 0
}

aside .NLBox form label {
    display: none
}

aside .NLBox form input[type=text] {
    max-width: 260px;
    float: none;
    width: 100%;
    padding-right: 28px
}

aside .Box {
    margin-bottom: 0.75em
}

aside .Banner,
aside .BannerInverse {
    font-style: italic;
    min-height: 5.5em;
    padding: 0 12px 0 50px;
    cursor: pointer;
    position: relative
}

aside .Banner h2,
aside .BannerInverse h2 {
    padding: 12px 0 0.25em 0;
    font-size: 1.0625em;
    line-height: 1.125em;
    font-weight: 400
}

aside .Banner a,
aside .BannerInverse a {
    font-size: 0.9375em;
    line-height: 1.2667em;
    font-weight: 200
}

aside .Banner p,
aside .BannerInverse p {
    padding-bottom: 12px
}

aside .Banner:hover h2,
aside .BannerInverse:hover h2 {
    text-decoration: underline
}

aside .Icon {
    width: 38px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer
}

aside .Icon span {
    width: 25px;
    height: 25px;
    display: block;
    background: url("/portale/redax_5_assets/redax5_assets_sprite.png?220307") -27px -296px no-repeat;
    background-size: 500px 800px;
    position: absolute;
    top: 10px;
    left: 6px
}

aside .Banner {
    background-color: #d6e7ad
}

aside .Banner h2 {
    color: #5e8700
}

aside .Banner a {
    color: #70a000
}

aside .Banner .Icon001 span {
    background-position: -27px -296px
}

aside .Banner .Icon002 span {
    background-position: -52px -296px
}

aside .Banner .Icon003 span {
    background-position: -77px -296px
}

aside .Banner .Icon004 span {
    background-position: -102px -296px
}

aside .Banner .Icon005 span {
    background-position: -127px -296px
}

aside .Banner .Icon006 span {
    background-position: -152px -296px
}

aside .Banner .Icon007 span {
    background-position: -177px -296px
}

aside .Banner .Icon008 span {
    background-position: -202px -296px
}

aside .Banner .Icon009 span {
    background-position: -227px -296px
}

aside .BannerInverse {
    background-color: #70a000
}

aside .BannerInverse h2 {
    color: #fff
}

aside .BannerInverse a {
    color: #d6e7ad
}

aside .BannerInverse .Icon001 span {
    background-position: -27px -321px
}

aside .BannerInverse .Icon002 span {
    background-position: -52px -321px
}

aside .BannerInverse .Icon003 span {
    background-position: -77px -321px
}

aside .BannerInverse .Icon004 span {
    background-position: -102px -321px
}

aside .BannerInverse .Icon005 span {
    background-position: -127px -321px
}

aside .BannerInverse .Icon006 span {
    background-position: -152px -321px
}

aside .BannerInverse .Icon007 span {
    background-position: -177px -321px
}

aside .BannerInverse .Icon008 span {
    background-position: -202px -321px
}

aside .BannerInverse .Icon009 span {
    background-position: -227px -321px
}

aside .Banner .Icon {
    background-color: #eaf3d5
}

aside .BannerInverse .Icon {
    background-color: #87b320
}

.Wrapper2FullWidth aside {
    width: 22.80702%
}

@media (max-width: 1180px) {

    aside .Banner,
    aside .BannerInverse {
        padding-left: 36px
    }

    aside .Icon {
        width: 24px
    }

    aside .Icon span {
        width: 18.75px;
        height: 18.75px;
        background-size: 375px 600px;
        top: 12px;
        left: 3px
    }

    aside .Banner {
        background-color: #d6e7ad
    }

    aside .Banner h2 {
        color: #5e8700
    }

    aside .Banner a {
        color: #70a000
    }

    aside .Banner .Icon001 span {
        background-position: -20.25px -222px
    }

    aside .Banner .Icon002 span {
        background-position: -39px -222px
    }

    aside .Banner .Icon003 span {
        background-position: -57.75px -222px
    }

    aside .Banner .Icon004 span {
        background-position: -76.5px -222px
    }

    aside .Banner .Icon005 span {
        background-position: -95.25px -222px
    }

    aside .Banner .Icon006 span {
        background-position: -114px -222px
    }

    aside .Banner .Icon007 span {
        background-position: -132.75px -222px
    }

    aside .Banner .Icon008 span {
        background-position: -151.5px -222px
    }

    aside .Banner .Icon009 span {
        background-position: -170.25px -222px
    }

    aside .BannerInverse {
        background-color: #70a000
    }

    aside .BannerInverse h2 {
        color: #fff
    }

    aside .BannerInverse a {
        color: #d6e7ad
    }

    aside .BannerInverse .Icon001 span {
        background-position: -20.25px -240.75px
    }

    aside .BannerInverse .Icon002 span {
        background-position: -39px -240.75px
    }

    aside .BannerInverse .Icon003 span {
        background-position: -57.75px -240.75px
    }

    aside .BannerInverse .Icon004 span {
        background-position: -76.5px -240.75px
    }

    aside .BannerInverse .Icon005 span {
        background-position: -95.25px -240.75px
    }

    aside .BannerInverse .Icon006 span {
        background-position: -114px -240.75px
    }

    aside .BannerInverse .Icon007 span {
        background-position: -132.75px -240.75px
    }

    aside .BannerInverse .Icon008 span {
        background-position: -151.5px -240.75px
    }

    aside .BannerInverse .Icon009 span {
        background-position: -170.25px -240.75px
    }
}

@media (max-width: 880px) {
    aside {
        float: none;
        width: 100%;
        clear: both;
        margin-top: 0;
        padding-top: 20px
    }

    aside .Block {
        margin-left: 0
    }

    aside .Box {
        width: 49%
    }

    aside .Box:nth-child(odd) {
        float: left
    }

    aside .Box:nth-child(even) {
        float: right
    }

    aside .LogoBox {
        text-align: center;
        margin-bottom: 0
    }

    aside .LogoBox a {
        display: inline-block;
        margin-right: 12px
    }

    aside .LogoBox a img {
        height: 80px;
        width: auto
    }

    aside .NLBox form input[type=text] {
        max-width: 100%
    }

    .Wrapper2FullWidth aside {
        width: 100%
    }
}

.Gallery a {
    position: relative;
    display: block;
    float: left;
    margin: 0 16px 16px 0;
    cursor: pointer
}

.Gallery a img {
    display: block
}

.Gallery a span {
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    background: url("/portale/redax_5_assets/redax5_assets_sprite.png?220307") -288px -117px no-repeat;
    background-size: 500px 800px;
    width: 30px;
    height: 30px
}

#ImageZoom {
    display: none;
    cursor: pointer;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 50px;
    background-color: rgba(5, 132, 209, 0.9);
    z-index: 800
}

#ImageZoom p.LoadingMessage {
    position: relative;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 800;
    font-size: 1.5em;
    font-weight: 200
}

#ImageZoom p.LoadingMessage span {
    display: block;
    margin-bottom: 1em
}

#ImageZoom p.LoadingMessage img {
    width: 60px;
    height: auto
}

#ImageZoom p.Download {
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    z-index: 820;
    background-color: rgba(237, 237, 237, 0.5);
    padding-right: 0.75em
}

#ImageZoom .Image {
    height: 100%;
    max-width: 700px;
    max-height: 500px;
    background-color: #ededed;
    padding: 30px;
    position: relative;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2)
}

#ImageZoom .Image img {
    display: block;
    height: 400px;
    width: auto;
    margin: 0 auto
}

#ImageZoom .Image .Left,
#ImageZoom .Image .Right {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 810
}

#ImageZoom .Image .Left .Icon,
#ImageZoom .Image .Right .Icon {
    width: 37px;
    height: 78px;
    position: absolute;
    left: 0;
    top: 45%;
    z-index: 820;
    background: url("/portale/redax_5_assets/redax5_assets_sprite.png?220307") -27px -396px no-repeat;
    background-size: 500px 800px
}

#ImageZoom .Image .Right {
    left: auto;
    right: 0
}

#ImageZoom .Image .Right .Icon {
    left: auto;
    right: 0;
    background-position: -82px -396px
}

#ImageZoom .Text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0.5em 0.75em;
    border-top: 1px solid #d9d9d9;
    width: 100%;
    font-size: 1em;
    color: #999;
    font-style: italic;
    background-color: rgba(255, 255, 255, 0.9)
}

#ImageZoom .Close {
    display: block;
    position: absolute;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    background: url("/portale/redax_5_assets/redax5_assets_sprite.png?220307") -132px -241px no-repeat;
    background-size: 500px 800px;
    z-index: 820
}

@media (max-width: 1180px) {
    .Gallery .Container {
        width: 100%
    }
}

@media (max-width: 767px) {
    .Gallery {
        position: relative
    }

    #ImageZoom {
        padding: 20px
    }

    #ImageZoom .Image {
        padding: 10px
    }
}

.External .Wrapper,
.External .Home .WrapperSlider,
.Home .External .WrapperSlider {
    width: 100%;
    max-width: 620px;
    margin: 0
}

.External .Wrapper2 {
    float: none;
    width: 100%;
    margin-left: 1em;
    padding-top: 1em
}

.External .Body {
    padding-top: 0
}

.External header,
.External #NavSide,
.External aside,
.External footer {
    display: none
}

.External article {
    float: none;
    width: 100%
}

.rx_youtube_container {
    margin-bottom: 2em
}

.rx_youtube_info {
    background-color: #000000;
    text-align: center;
    color: #ffffff;
    padding: 1em
}

.rx_youtube_info h2.Color {
    background: none;
    margin-top: 0.5em;
    font-size: 1.5em
}

.rx_youtube_info p {
    padding: 0 0.75em 0 0.75em
}

.rx_youtube_info button {
    background-color: white;
    cursor: pointer;
    margin: 0 0.75em 1em 0.75em;
    padding: 0.5em
}

.rx_youtube_info button span {
    background: url("../asts/sprite_KM.png") -493px -679px no-repeat;
    background-size: 500px 800px;
    display: inline-block;
    width: 12px;
    height: 9px
}

.rx_youtube_video {
    display: none;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden
}

.rx_youtube_video iframe,
.rx_youtube_video object,
.rx_youtube_video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.rx_social_media_info {
    background-color: #f8f8f8
}

.rx_social_media_info h2.Color {
    background: #5c5c5c
}

.rx_social_media_info p {
    padding: 0 0.75em 0 0.75em
}

.rx_social_media_info button {
    background-color: transparent;
    cursor: pointer;
    margin: 0 0.75em 1em 0.75em
}

.rx_social_media_info button span {
    background: url("../asts/sprite_KM.png") -493px -679px no-repeat;
    background-size: 500px 800px;
    display: inline-block;
    width: 12px;
    height: 9px
}

.rx_social_media_share {
    clear: both;
    padding-top: 2em
}

.rx_social_media_share a {
    display: inline-block;
    border-radius: 4px;
    padding: 0.25em 0.75em;
    color: #ffffff;
    margin-right: 1em;
    position: relative
}

.rx_social_media_share a .Icon {
    background: url("../asts/sprite_KM.png") -220px -244px no-repeat;
    background-size: 500px 800px;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    left: 9px
}

.rx_social_media_share a.fb {
    background-color: #3b5998;
    padding-left: 28px
}

.rx_social_media_share a.fb .Icon {
    background-position: -260px -244px
}

.rx_social_media_share a.tw {
    background-color: #1da1f2;
    padding-left: 34px
}

.rx_social_media_share a:hover {
    text-decoration: underline
}

.nl2021bar {
    margin-bottom: 3em;
    height: 74px;
    width: 100%;
    background: url(/asts/nl2021_background.png) center center no-repeat;
    background-size: cover
}

.nl2021bar a {
    text-align: center
}

.nl2021bar img {
    display: block;
    height: auto;
    width: 100%;
    max-width: 447px;
    margin: 0 auto
}

.TickerNews {
    width: 100%;
    position: absolute;
    bottom: 5.5em;
    left: 0;
    font-size: 0.875em;
    background-color: #ffffff;
    border-bottom: 1px solid #d1d1d1;
    height: 2em;
    line-height: 2em
}

body.Home .TickerNews {
    bottom: 3.25em
}

.ti_wrapper {
    width: 100%;
    position: relative;
    overflow: hidden
}

.ti_slide {
    width: 30000px;
    position: relative;
    left: 0;
    top: 0
}

.ti_content {
    width: 8000px;
    position: relative;
    float: left
}

.ti_news {
    float: left
}

.ti_news a {
    display: block;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.67)
}

.ti_news a span.plus {
    color: rgba(0, 0, 0, 0.25);
    display: inline-block;
    margin: 0 1.25em 0 1.5em
}

.ti_news a:hover {
    color: #000
}

.ti_news a:hover span.plus {
    color: rgba(0, 0, 0, 0.25)
}

@media (max-width: 1023px) {
    .TickerNews {
        bottom: 5em
    }

    body.Home .TickerNews {
        bottom: 2.825em
    }
}

@media (max-width: 880px) {
    .TickerNews {
        bottom: 5em
    }

    body.Home .TickerNews {
        bottom: 2.5em
    }
}

@media (max-width: 767px) {
    .TickerNews {
        bottom: 2.25em
    }

    body.Home .TickerNews {
        bottom: -0.5em
    }
}

@media (max-width: 485px) {
    .TickerNews {
        display: none
    }

    body.Home .TickerNews {
        display: none
    }
}

body.Contrast {
    color: #000;
    background-color: #fff
}

body.Contrast .Farbe1 {
    color: #000 !important
}

body.Contrast .Farbe2 {
    color: #000 !important
}

body.Contrast .Farbe3 {
    color: #000 !important
}

body.Contrast .Farbe4 {
    color: #000 !important
}

body.Contrast .Farbe5 {
    color: #000 !important
}

body.Contrast .Farbe6 {
    color: #000 !important
}

body.Contrast .Farbe7 {
    color: #000 !important
}

body.Contrast #NavMeta {
    background-color: #000;
    border-bottom: 0
}

body.Contrast #NavMeta ul.Links li:first-child {
    border-left: 1px solid #fff
}

body.Contrast #NavMeta ul.Links li a {
    color: #fff;
    border-right: 1px solid #fff
}

body.Contrast #NavMeta ul.Links li a:hover {
    background-color: #fff;
    color: #000
}

body.Contrast #NavMeta ul.Links li#Burger a {
    border-left: 1px solid #fff
}

body.Contrast #NavMeta ul.Service li:nth-child(1),
body.Contrast #NavMeta ul.Service li:nth-child(6),
body.Contrast #NavMeta ul.Service li:nth-child(7) {
    border-left: 1px solid #fff
}

body.Contrast #NavMeta ul.Service li:nth-child(1) span {
    background-position: -137px -147px
}

body.Contrast #NavMeta ul.Service li:nth-child(2) span {
    background-position: -167px -147px
}

body.Contrast #NavMeta ul.Service li:nth-child(3) span {
    background-position: -197px -147px
}

body.Contrast #NavMeta ul.Service li:nth-child(4) span {
    background-position: -227px -147px
}

body.Contrast #NavMeta ul.Service li:nth-child(5) span {
    background-position: -257px -147px
}

body.Contrast #NavMeta ul.Service li:nth-child(6) span {
    background-position: -288px -147px
}

body.Contrast #NavMeta ul.Service li:nth-child(7) {
    border-right: 1px solid #fff
}

body.Contrast #NavMeta ul.Service li:nth-child(7) span {
    background-position: -317px -147px
}

body.Contrast #NavMeta ul.Service li:hover {
    background-color: #fff
}

body.Contrast #NavMeta ul.Service li:hover:nth-child(1) span {
    background-position: -137px -177px
}

body.Contrast #NavMeta ul.Service li:hover:nth-child(2) span {
    background-position: -167px -177px
}

body.Contrast #NavMeta ul.Service li:hover:nth-child(3) span {
    background-position: -197px -177px
}

body.Contrast #NavMeta ul.Service li:hover:nth-child(4) span {
    background-position: -227px -177px
}

body.Contrast #NavMeta ul.Service li:hover:nth-child(5) span {
    background-position: -257px -177px
}

body.Contrast #NavMeta ul.Service li:hover:nth-child(6) span {
    background-position: -288px -177px
}

body.Contrast #NavMeta ul.Service li:hover:nth-child(7) span {
    background-position: -317px -177px
}

body.Contrast #SearchBox,
body.Contrast #SpeakerBox,
body.Contrast #LanguageBox {
    background-color: #fff;
    border-bottom: 1px solid #000
}

body.Contrast #NavMain span {
    background: url("/portale/redax_5_assets/redax5_assets_sprite.png?220307") -486px 0 no-repeat
}

body.Contrast #NavMain li a {
    color: #000;
    border-top: 1px solid #fff
}

body.Contrast #NavMain li:nth-child(1) a.Active,
body.Contrast #NavMain li:nth-child(2) a.Active,
body.Contrast #NavMain li:nth-child(3) a.Active,
body.Contrast #NavMain li:nth-child(4) a.Active,
body.Contrast #NavMain li:nth-child(5) a.Active,
body.Contrast #NavMain li:nth-child(6) a.Active,
body.Contrast #NavMain li:nth-child(7) a.Active {
    border-top-color: #000;
    color: #000
}

body.Contrast #NavMain li:nth-child(1) a:hover,
body.Contrast #NavMain li:nth-child(2) a:hover,
body.Contrast #NavMain li:nth-child(3) a:hover,
body.Contrast #NavMain li:nth-child(4) a:hover,
body.Contrast #NavMain li:nth-child(5) a:hover,
body.Contrast #NavMain li:nth-child(6) a:hover,
body.Contrast #NavMain li:nth-child(7) a:hover {
    border-top-color: #000;
    color: #fff;
    background-color: #000
}

body.Contrast #Breadcrumb {
    background-color: #000
}

body.Contrast #Breadcrumb p {
    color: #fff;
    text-shadow: none
}

body.Contrast #Breadcrumb p a {
    color: #fff
}

body.Contrast #Breadcrumb #Recommend {
    background-color: #000
}

body.Contrast #Home {
    background-color: #000
}

body.Contrast #NavSide ul {
    border-bottom: 1px solid #000
}

body.Contrast #NavSide ul.NoBorder {
    border-bottom: 0
}

body.Contrast #NavSide ul li {
    border-top: 1px solid #000
}

body.Contrast #NavSide ul li a {
    color: #000
}

body.Contrast #NavSide ul li a span {
    background: url("/portale/redax_5_assets/redax5_assets_sprite.png?220307") 3px -120px no-repeat
}

body.Contrast #NavSide ul li a.Active span {
    background-position: 3px -210px
}

body.Contrast #NavSide ul li.Main a span {
    background-position: 3px -300px
}

body.Contrast #NavSide ul li.Main a.Active span {
    background-position: 3px -390px
}

body.Contrast #NavSide ul ul {
    border-bottom: 0
}

body.Contrast #NavSide ul ul li {
    border: 0
}

body.Contrast #NavSide ul ul li a {
    color: #000
}

body.Contrast #NavSide ul ul li a:hover {
    color: #000;
    background-color: #fff
}

body.Contrast #NavSide ul ul li a.Active {
    color: #000;
    background-color: #fff
}

body.Contrast #NavSide ul ul ul {
    border-bottom: 0;
    background-color: #fff
}

body.Contrast #NavSide ul ul ul li {
    border: 0
}

body.Contrast #NavSide ul ul ul li a:hover {
    background-color: #fff
}

body.Contrast #NavSide ul ul ul li a.Active {
    background-color: #fff
}

body.Contrast #NavSide ul ul ul ul {
    border: 0;
    background-color: #fff
}

body.Contrast #NavSide ul ul ul ul li a:hover {
    background-color: #fff
}

body.Contrast #NavSide ul ul ul ul li a.Active {
    background-color: #fff
}

body.Contrast #NavSub ul {
    border-bottom-color: #000;
    background-color: transparent
}

body.Contrast #NavSub li {
    border-top-color: #000
}

body.Contrast #NavSub li a:hover {
    color: #fff;
    background-color: #000
}

body.Contrast #Mega1,
body.Contrast #Mega2,
body.Contrast #Mega3,
body.Contrast #Mega4,
body.Contrast #Mega5,
body.Contrast #Mega6,
body.Contrast #Mega7 {
    background-color: #fff
}

body.Contrast #Mega {
    background-color: #fff;
    box-shadow: 1px 7px 20px 0 #000;
    color: #333
}

body.Contrast #Mega p a {
    color: #000
}

body.Contrast #Mega p a:hover {
    color: #000
}

body.Contrast #Mega ul {
    border-bottom: 1px solid #000
}

body.Contrast #Mega ul li a {
    color: #000
}

body.Contrast #Mega ul li a:hover {
    color: #000
}

body.Contrast #Mega .Item p a {
    color: #000
}

body.Contrast #Mega .Item:hover a {
    color: #000
}

body.Contrast #Mega .Item:hover a span {
    color: #000
}

@media (max-width: 767px) {
    body.Contrast #NavSide ul li.Main a {
        color: #fff
    }

    body.Contrast #NavSide ul li.Cat1 {
        background-color: #000
    }

    body.Contrast #NavSide ul li.Cat2 {
        background-color: #000
    }

    body.Contrast #NavSide ul li.Cat3 {
        background-color: #000
    }

    body.Contrast #NavSide ul li.Cat4 {
        background-color: #000
    }

    body.Contrast #NavSide ul li.Cat5 {
        background-color: #000
    }

    body.Contrast #NavSide ul li.Cat6 {
        background-color: #000
    }

    body.Contrast #NavSide ul li.Cat7 {
        background-color: #000
    }
}

body.Contrast .LogosExternal {
    background-color: #fff
}

body.Contrast footer {
    color: #fff;
    background-color: #000
}

body.Contrast footer a {
    color: #fff
}

body.Contrast footer a:hover {
    color: #fff
}

body.Contrast .Slider {
    background-color: #000
}

body.Contrast .Slider li {
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.2)
}

body.Contrast .Slider li .Link {
    text-decoration: underline
}

body.Contrast .Highlights h2,
body.Contrast .Highlights p,
body.Contrast .Highlights h2 a {
    color: #000
}

body.Contrast .VideoBox {
    background-color: #fff
}

body.Contrast .VideoBox h2.Line span {
    background-color: #fff
}

body.Contrast .VideoBox h2.Line .Link a {
    color: #000;
    background-color: #fff
}

body.Contrast .VideoBox li {
    background-color: #fff
}

body.Contrast .VideoBox li a {
    color: #333
}

body.Contrast .VideoBox li:hover a span {
    color: #0584d1
}

body.Contrast article h2.Color {
    background-color: #000;
    color: #fff;
    text-shadow: none;
    background-color: #000;
    background: linear-gradient(to bottom, #000 0%, #000 100%)
}

body.Contrast article h2.Line {
    border-bottom-color: #000
}

body.Contrast article figure figcaption {
    color: #000;
    border-bottom-color: #000
}

body.Contrast article p a {
    color: #000;
    text-decoration: underline
}

body.Contrast article .LinkBlock,
body.Contrast article .ListSchools,
body.Contrast article .PressListSmall,
body.Contrast article .JobsExternal,
body.Contrast article .SearchList {
    background-color: transparent;
    border-bottom-color: #000
}

body.Contrast article .LinkBlock li,
body.Contrast article .ListSchools li,
body.Contrast article .PressListSmall li,
body.Contrast article .JobsExternal li,
body.Contrast article .SearchList li {
    background: none;
    border-top-color: #000
}

body.Contrast article .LinkBlock li a,
body.Contrast article .ListSchools li a,
body.Contrast article .PressListSmall li a,
body.Contrast article .JobsExternal li a,
body.Contrast article .SearchList li a {
    color: #333
}

body.Contrast article .LinkBlock li a span.Size,
body.Contrast article .ListSchools li a span.Size,
body.Contrast article .PressListSmall li a span.Size,
body.Contrast article .JobsExternal li a span.Size,
body.Contrast article .SearchList li a span.Size {
    color: #000
}

body.Contrast article .LinkBlock li a:hover,
body.Contrast article .ListSchools li a:hover,
body.Contrast article .PressListSmall li a:hover,
body.Contrast article .JobsExternal li a:hover,
body.Contrast article .SearchList li a:hover {
    background-color: #000;
    color: #fff
}

body.Contrast article .LinkBlock li a:hover span.Size,
body.Contrast article .ListSchools li a:hover span.Size,
body.Contrast article .PressListSmall li a:hover span.Size,
body.Contrast article .JobsExternal li a:hover span.Size,
body.Contrast article .SearchList li a:hover span.Size {
    color: #fff
}

body.Contrast article .ListSchools li:hover {
    background-color: #000
}

body.Contrast article .ListSchools li:hover a,
body.Contrast article .ListSchools li:hover .Right {
    color: #fff
}

body.Contrast article .SearchList li a span.Found {
    background: #000;
    color: #fff
}

body.Contrast article .FaqBlock {
    border-bottom-color: #000
}

body.Contrast article .FaqBlock h2,
body.Contrast article .FaqBlock h3 {
    border-top-color: #000;
    background-color: transparent
}

body.Contrast article .FaqBlock h2:hover,
body.Contrast article .FaqBlock h2.Active,
body.Contrast article .FaqBlock h3:hover,
body.Contrast article .FaqBlock h3.Active {
    background-color: #000;
    color: #fff;
    box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0)
}

body.Contrast article .FaqBlock .Active h2,
body.Contrast article .FaqBlock .Active h3 {
    background-color: #000;
    color: #fff
}

body.Contrast article .FaqBlock .Answer {
    background-color: transparent;
    box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0)
}

body.Contrast article .FaqBlock .LinkBlock {
    background-color: transparent
}

body.Contrast article .TableBlock tr:hover {
    color: #fff;
    background-color: #000
}

body.Contrast article .Pagination {
    background-color: #000
}

body.Contrast article .Pagination .Left,
body.Contrast article .Pagination .Right a,
body.Contrast article .Pagination .Right span {
    color: #fff
}

body.Contrast form input[type=text],
body.Contrast form select {
    border: 1px solid #000
}

body.Contrast form ::-webkit-input-placeholder {
    color: #000
}

body.Contrast form ::-moz-placeholder {
    color: #000
}

body.Contrast form :-ms-input-placeholder {
    color: #000
}

body.Contrast form :-moz-placeholder {
    color: #000
}

body.Contrast form legend {
    background-color: #000;
    color: #fff;
    text-shadow: none;
    background-color: #000;
    background: linear-gradient(to bottom, #000 0%, #000 100%)
}

body.Contrast form .InputInfo {
    color: #000
}

body.Contrast .Legal {
    color: #000
}

@media (max-width: 667px) {
    body.Contrast form label {
        display: block;
        margin-top: 0;
        padding-top: 1.5em;
        float: none;
        width: 100%
    }

    body.Contrast form input[type=text],
    body.Contrast form select {
        margin-top: 0.25em;
        float: 100;
        width: 100%
    }

    body.Contrast form .Captcha {
        float: 100;
        width: 100%
    }

    body.Contrast form .Captcha img {
        top: 0.25em
    }
}

body.Contrast aside .Block {
    border-top-color: #000
}

body.Contrast aside .VideoBox h2,
body.Contrast aside .EPaperBox h2,
body.Contrast aside .NLBox h2 {
    color: #000
}

body.Contrast aside .VideoBox p a {
    color: #000
}

body.Contrast aside .EPaperBox img {
    border: 1px solid #000
}

body.Contrast aside .LogoBox img {
    border: 1px solid #000
}

body.Contrast aside .BWPBox .BWP {
    background-color: #000;
    background-color: #000;
    background: linear-gradient(to bottom, #000 0%, #000 100%)
}

body.Contrast aside .BWPBox p {
    border-top: 1px solid #fff;
    color: #fff
}

body.Contrast aside .Banner,
body.Contrast aside .BannerInverse {
    background-color: #000
}

body.Contrast aside .Banner h2,
body.Contrast aside .BannerInverse h2 {
    color: #fff
}

body.Contrast aside .Banner a,
body.Contrast aside .BannerInverse a {
    color: #fff
}

body.Contrast aside .Banner .Icon001 span,
body.Contrast aside .BannerInverse .Icon001 span {
    background-position: -27px -321px
}

body.Contrast aside .Banner .Icon002 span,
body.Contrast aside .BannerInverse .Icon002 span {
    background-position: -52px -321px
}

body.Contrast aside .Banner .Icon003 span,
body.Contrast aside .BannerInverse .Icon003 span {
    background-position: -77px -321px
}

body.Contrast aside .Banner .Icon004 span,
body.Contrast aside .BannerInverse .Icon004 span {
    background-position: -102px -321px
}

body.Contrast aside .Banner .Icon005 span,
body.Contrast aside .BannerInverse .Icon005 span {
    background-position: -127px -321px
}

body.Contrast aside .Banner .Icon006 span,
body.Contrast aside .BannerInverse .Icon006 span {
    background-position: -152px -321px
}

body.Contrast aside .Banner .Icon007 span,
body.Contrast aside .BannerInverse .Icon007 span {
    background-position: -177px -321px
}

body.Contrast aside .Banner .Icon008 span,
body.Contrast aside .BannerInverse .Icon008 span {
    background-position: -202px -321px
}

body.Contrast aside .Banner .Icon009 span,
body.Contrast aside .BannerInverse .Icon009 span {
    background-position: -227px -321px
}

body.Contrast aside .Banner .Icon {
    background-color: #000
}

body.Contrast aside .BannerInverse .Icon {
    background-color: #000
}

@media (max-width: 1180px) {

    body.Contrast aside .Banner .Icon001 span,
    body.Contrast aside .BannerInverse .Icon001 span {
        background-position: -20.25px -240.75px
    }

    body.Contrast aside .Banner .Icon002 span,
    body.Contrast aside .BannerInverse .Icon002 span {
        background-position: -39px -240.75px
    }

    body.Contrast aside .Banner .Icon003 span,
    body.Contrast aside .BannerInverse .Icon003 span {
        background-position: -57.75px -240.75px
    }

    body.Contrast aside .Banner .Icon004 span,
    body.Contrast aside .BannerInverse .Icon004 span {
        background-position: -76.5px -240.75px
    }

    body.Contrast aside .Banner .Icon005 span,
    body.Contrast aside .BannerInverse .Icon005 span {
        background-position: -95.25px -240.75px
    }

    body.Contrast aside .Banner .Icon006 span,
    body.Contrast aside .BannerInverse .Icon006 span {
        background-position: -114px -240.75px
    }

    body.Contrast aside .Banner .Icon007 span,
    body.Contrast aside .BannerInverse .Icon007 span {
        background-position: -132.75px -240.75px
    }

    body.Contrast aside .Banner .Icon008 span,
    body.Contrast aside .BannerInverse .Icon008 span {
        background-position: -151.5px -240.75px
    }

    body.Contrast aside .Banner .Icon009 span,
    body.Contrast aside .BannerInverse .Icon009 span {
        background-position: -170.25px -240.75px
    }
}

body.Contrast .News .Item:hover h2 a {
    color: #000
}

body.Contrast .News .Item:hover h2 a span {
    color: #000
}

body.Contrast .News .Item h2 a {
    color: #000
}

body.Contrast .News .Item .Link {
    color: #000;
    text-decoration: underline
}

body.Contrast #Sitemap ul {
    border-top-color: #000
}

body.Contrast #Sitemap li {
    border-bottom-color: #000
}

body.Contrast #Sitemap li a {
    color: #000
}

body.Contrast #Sitemap li:hover {
    background-color: #000
}

body.Contrast #Sitemap li:hover a {
    color: #fff
}

body.FontSize1 article,
body.FontSize1 #NavSide,
body.FontSize1 aside,
body.FontSize1 #Mega {
    font-size: 1.25em;
    line-height: 1.333em
}

body.FontSize2 article,
body.FontSize2 #NavSide,
body.FontSize2 aside,
body.FontSize2 #Mega {
    font-size: 1.5em;
    line-height: 1.333em
}

@media print {
    .Body {
        padding-top: 0
    }

    #NavMeta,
    #NavMain,
    #Breadcrumb,
    #NavSide,
    aside,
    #SearchBox,
    #SpeakerBox,
    #Logo,
    #NavFooter,
    .LogosExternal {
        display: none !important
    }

    article,
    .Wrapper2 {
        float: none;
        width: 100%
    }

    article {
        font-size: 12pt;
        line-height: 1.333em
    }

    article h2 {
        color: #000;
        margin: 2em 0 0.5em 0
    }

    article h2.Color {
        margin: 2em 0 0.5em 0;
        background-color: transparent;
        color: #000;
        text-shadow: none;
        font-weight: 600;
        padding: 0
    }

    article p {
        color: #000
    }

    article figure.Full {
        width: 50%
    }

    article .TableBlock th,
    article .TableBlock td {
        padding: 0.5em 1.5em 0.5em 0
    }

    footer {
        color: #000;
        background-color: transparent;
        box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.5);
        margin-top: 5em;
        border-top: 1px solid #000
    }

    footer p {
        margin-left: 0;
        padding: 0.825em 0
    }

    .Wrapper,
    .Home .WrapperSlider {
        padding: 0
    }
}

.gym-ober-half img {
    width: 100%;
    border: 1px solid #1f83d2;
}

.gym-ober-half {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1;
    grid-gap: 30px;
    grid-auto-flow: dense;
    margin-bottom: 30px;
}

@media(max-width: 600px) {
    .gym-ober-half {
        display: block
    }

    .gym-ober-half img {
        padding-bottom: 1px;
        margin-bottom: 30px;
    }