@charset "utf-8";





/*html elements*/
html {
    height: 100%
}

header,
section,
footer,
aside,
nav,
article {
    display: block;
}

body {
    overflow-y: scroll;
    background: #fff;
    color: #604c3f;
    font-family: Arial, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    height: 100%;
    -webkit-text-size-adjust: 100%;
}

figure {
    margin: 0
}

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

td {
    border: none;
    font-size: inherit;
}

td.hideMobile {
    width: 30px
}

.image-style-align-center {
    text-align: center
}

a {
    text-decoration: none;
    outline: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
}

td .image_resized img {
    width: 100px;
    height: auto
}

p {
    margin: 0;
    padding: 0;
    min-height: 12px;
}

h2 {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 22px;
    margin: 0 0 25px 0;
    padding: 0 0 7px 0;
    color: #4f77a3;
    border-bottom: 1px dotted #bacde2;
    line-height: 150%;
    margin-top: -5px;
}

.template2 h2 {
    border-bottom: none;
}

h2 em {
    font-style: normal;
    font-family: Arial;
}

h3 {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
    margin: 0 0 15px 0;
    padding: 0 0 7px 0;
    color: #4f77a3;
    border-bottom: 1px dotted #bacde2;
}

/*.col2 h3 {font-family: Arial, sans-serif; font-weight: normal; font-size: 22px; margin: 0 0 25px 0; padding: 0 0 7px 0; color: #757575; border-bottom: 1px dotted #bacde2; line-height: 150%; margin-top: -5px;}*/
.col2 h3 {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
    margin: 0 0 15px 0;
    padding: 0 0 7px 0;
    color: #4F77A3;
    border-bottom: 1px dotted #bacde2;
    line-height: 150%;
    margin-top: -5px;
}

h4 {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 15px;
    margin: 0;
    padding: 0 0 3px 0;
    color: #000;
}

h4 a {
    color: inherit !important;
    text-decoration: none !important;
}

h5 {
    font-family: 'Gentona-Medium', sans-serif;
    font-weight: normal;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0;
}

hr {
    background-color: #fff;
    margin: 20px 0 !important;
    border: none;
    border-bottom: 1px dotted #bacde2;
    height: 1px;
    clear: both;
}


/*general styles*/
.clearer {
    clear: both;
}

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

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

table .bold {
    font-family: Arial !important;
    font-weight: normal;
}

.bold {
    font-weight: bold;
}

.column .bold {
    faont-family: Arial !important;
    font-family: arial !important;
    font-weight: bold;
}

.column h3 .bold {
    font-family: Arial !important;
    font-weight: normal;
}

a.button {
    background: #6c94c0;
    color: #fff !important;
    padding: 10px 12px 10px 12px !important;
    border-radius: 3px;
    margin-bottom: 10px;
    display: inline-block;
}

a.button2 {
    background: #6c94c0;
    color: #fff !important;
    padding: 10px 12px 10px 12px !important;
    border-radius: 3px;
    margin-bottom: 10px;
    display: block;
}

a.button2:hover {
    color: #eee !important;
}

a.button3 {
    background: #6c94c0;
    color: #fff !important;
    padding: 10px 12px 10px 12px !important;
    border-radius: 0px;
    margin-bottom: 10px;
    display: block;
}

a.button3:hover {
    color: #eee !important;
}

.tinymcewysiwyg {
    overflow: hidden;
}

.tinymcewysiwyg ul {
    padding-left: 1em;
}

.showMobile {
    display: none !important;
}


/*layout elements*/
.layoutMain {
    min-height: 100%;
}

* html .layoutMain {
    height: 100%;
}

header {
    height: 147px;
    background: #fff;
    border-top: 9px solid #dfdfdf;
    border-bottom: 3px solid #98a5b5;
}

.layoutHeaderInner {
    max-width: 1080px;
    height: 147px;
    margin: 0 auto;
    position: relative;
    padding: 0 10px;
}

.layoutLogo img {
    width: 271px;
    height: 72px;
    background: url(/media/logo.png) no-repeat 0 0;
    background-size: contain;
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi) {
    .layoutLogo img {
        background-image: url(/template/pictures/logoRet.png);
    }
}

.layoutContent {
    line-height: 140%;
    padding-bottom: 40px;
}

.layoutContentInner {
    max-width: 1080px;
    margin: 0 auto;
    overflow: hidden;
    padding: 48px 10px 0 10px;
    box-sizing: border-box;
}

.layoutContentInner a:hover {
    color: #604c3f;
}

.template1 .layoutContentInner .col1 {
    width: 720px;
    width: 66.66%;
    float: left;
    margin-right: 55px;
    margin-right: 5.09%;
}

.template1 .layoutContentInner .col2 {
    width: 305px;
    width: 28.24%;
    float: left;
}

.template2 .layoutContentInner .col1 {
    width: 254px;
    width: 23.52%;
    float: left;
    margin-right: 80px;
    margin-right: 7.4%;
}

.template2 .layoutContentInner .col2 {
    width: 746px;
    width: 69.07%;
    float: left;
}

.layoutSpacer {
    height: 232px;
}

footer {
    position: relative;
    height: 232px;
    margin-top: -232px;
    font-size: 14px;
    color: #fff;
    background: #6c94c0;
}

.layoutFooterInner {
    max-width: 1080px;
    padding: 45px 10px 0 10px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}

.layoutFooterInner .col1 {
    width: 720px;
    width: 66.66%;
    float: left;
    margin-right: 55px;
    margin-right: 5.09%;
}

.layoutFooterInner .col2 {
    width: 305px;
    width: 28.24%;
    float: left;
}

.layout2Col {
    background: #f1f1f1;
    font-size: 14px;
    padding: 15px 0 29px 0 !important;
}

.layout2ColInner {
    max-width: 1080px;
    padding: 0 10px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
}

.layout2Col .column {
    float: left;
    width: 50%;
}

.layout2Col h3 {
    border-bottom: none;
    margin-bottom: 4px;
}

.col2 p a {
    font-weight: bold;
}


/*boxed text content*/
.box {
    border: 1px solid #4f77a3;
    padding: 15px;
    margin: 0 0 0 -15px;
    color: #4f77a3;
    margin-bottom: 30px;
}

.box ul {
    margin: 4px 0 0 0;
    padding-left: 1em;
}


.partner h3 {
    color: #4f77a3;
    font-family: Arial, sans-serif;
    font-size: 19px;
    border-top: 1px dotted #BACDE2;
    border-bottom: none;
    margin-bottom: 2px;
    margin-top: 8px;
    padding-top: 10px;
    padding-left: 10px;
}

.partner p {
    padding-left: 10px;
}

.partner tr td:first-child h3:first-child {
    border-top: none;
}

.col2 .partner p a {
    font-weight: normal !important;
}


/*sidebar links*/

.sidebarLink {
    color: #fff;
    padding: 22px 20px 18px 20px;
    line-height: 140%;
    display: block;
    margin-bottom: 20px;
    font-family: Arial;
    letater-spacing: 0.04em;
    background: url(/media/pictures/arrowRightMargin.png) no-repeat right center;
}

.sidebarLink:hover {
    color: #ccc !important;
}


/*Teaser*/
.teaserItem {
    min-height: 78px;
    padding: 11px 22px;
    background: #749dca;
    background: none;
    border-radius: 2px;
    border: 1px solid #749dca;
    color: #fff;
    font-size: 14px;
    margin-bottom: 14px;
    line-height: 125%;
    color: #749dca;
}

/*.teaserItem:nth-of-type(2) {background: #5b82ad;}

.teaserItem:nth-of-type(3) {background: #476c96;}*/

.teaserImg {
    float: left;
    margin-right: 12px;
    display: none;
}

.teaserImg img {
    display: block;
}

.teaserItem h4 {
    font-size: 17px;
    color: #fff !important;
    padding-top: 11px;
    padding-bottom: 3px;
    font-family: Arial, sans-serif;
    color: #749dca !important;
}

.teaserText {
    padding-bottom: 11px;
    font-family: Arial, sans-serif;
}


/*Search*/
.layoutSearch {
    position: absolute;
    right: 10px;
    top: 45px;
}

.layoutSearch input.text {
    color: #9a9a9a !important;
    font-size: 13px !important;
    border: 1px solid #c9c2c2;
    border-radius: 0px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-right: none;
    padding: 5px 3px;
    height: 22px;
    margin: 0;
}

.layoutSearch input.submit {
    background: #4f77a3 url(/media/loupe.png) no-repeat center center;
    border: none;
    text-indent: -999px;
    width: 34px;
    padding: 0;
    height: 34px;
    margin: 0;
    border-radius: 0px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}


select,
textarea,
input {
    vertical-align: middle;
    border: 1px solid #000;
    padding: 2px;
    background-color: #fff;
    font-size: 12px;
}

input[type="text"] {
    padding: 5px;
    -webkit-appearance: none;
}

.inputSubmit {
    background: #6c94c0;
    color: #fff !important;
    padding: 10px 12px 10px 12px !important;
    border-radius: 3px;
    margin-bottom: 10px;
    display: block;
    border: none;
}

.inputSubmit:hover {
    color: #eee !important;
}

.inputCheckbox {
    border: none;
    background: transparent;
    vertical-align: baseline;
}

.inputConditions a {
    color: #3A5B80;
    text-decoration: underline;
}


/*search*/
.searchList li {
    padding-bottom: 15px;
}

.searchList h4 {
    color: #4F77A3;
}


/*News*/
.newsContainer {
    padding: 15px 0 15px 0;
}

.newsItem {
    border-bottom: 1px dotted #bacde2;
    padding: 0 0 28px 0;
    margin: 0 0 20px 0;
}

/*.newsItem:last-child {border-bottom: none; padding: 0 0 28px 0; margin: 0 0 20px 0;}*/

.newsItem h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.newsLink {
    font-weight: bold;
}

.newsDate {
    font-size: 11px;
    color: #847b7b;
    font-family: Arial, sans-serif;
    line-height: 100%;
}

.newsImage {
    float: left;
    margin-right: 20px;
}

.newsOlderContainer {
    display: none;
}

.newsDown {
    color: #3a5b80;
    font-size: 12px;
    text-align: right;
    font-weight: normal !important;
    font-family: Arial;
}

.newsDown a {
    color: #3a5b80;
    font-size: 12px;
    font-weight: normal !important;
    font-family: Arial;
}

.newsDown img {
    width: 15px;
    height: 9px;
    vertical-align: middle;
    display: inline-block;
    background: url(/files/pictures/newsDown.png) no-repeat;
}

.newsDown .active img {
    background-position: 0 -9px;
}

.backToOverview {
    margin-top: 50px;
}

.backToOverview a {
    background: #6c94c0 url(/files/pictures/bgBackToOverview.png) no-repeat 10px center;
    color: #fff;
    display: inline-block;
    padding: 10px 10px 10px 30px;
    font-family: Arial;
}

.backToOverview a:hover {
    color: #eee;
}


.searchResult li {
    padding-bottom: 20px;
}


/*Slideshow*/
.layoutSlideshow {
    position: relative;
    overflow: hidden;
    background: #fff;
    max-height: 576px;
}

.layoutSlideshowInner {
    position: relative;
    overflow: hidden;
    max-height: 576px;
}

.slideshowItem {
    width: 100%;
}

.layoutSlideshowInner img {
    width: 100%;
    height: auto;
}

.layoutSlideshowNav {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 39px;
    background: rgba(58, 91, 128, 0.4);
    z-index: 1000;
}

.layoutSlideshowNav ul {
    max-width: 1080px;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    text-align: right;
}

.layoutSlideshowNav ul li {
    display: inline-block;
    width: 42px;
    height: 29px;
    padding-top: 10px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-family: Arial, sans-serif;
}

.layoutSlideshowNav ul li.cycle-pager-active,
.layoutSlideshowNav ul li:hover {
    background: #7197c0;
    font-family: Arial, sans-serif;
}


/*Bildteaser*/
.iTeaserItem {
    float: left;
    width: 48.39%;
    max-width: 328px;
    margin-right: 3.22%;
    margin-bottom: 20px;
}

.iTeaserItem:nth-child(2n+2) {
    margin-right: 0;
}

.iTeaserText {
    color: #3A5B80;
    font-size: 12px;
}


/*main menu*/
nav.navMain {
    position: absolute;
    right: 10px;
    bottom: 0;
}

nav.navMain ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

nav.navMain ul li {
    display: inline-block;
    height: 30px;
    margin: 0 0 0 70px;
    padding: 0;
    line-height: 100%;
    color: #4f77a3;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
}

nav.navMain ul li:hover > a {
    color: #999;
}

nav.navMain ul li.rex-active,
nav.navMain ul li.rex-current {
    background: url(/media/menuActive.png) no-repeat center bottom;
}

nav.navMain ul li.rex-active a {
    font-family: Arial, sans-serif;
}

nav.navMain ul.rex-navi1 ul {
    display: none;
}

.mobileMenuToggle {
    display: none;
}


/*submenu*/
nav.navSub {}

nav.navSub ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

nav.navSub a,
nav.navSub a:hover {
    color: inherit;
}


nav.navSub ul.rex-navi1 > li {
    font-size: 16px;
    color: #4f77a3;
    font-family: Arial;
    margin-bottom: 53px;
    padding-left: 20px;
    lettear-spacing: .03em;
}

nav.navSub ul.rex-navi1.news > li,
nav.navSub ul.rex-navi1.alt > li {
    display: none;
}

nav.navSub ul.rex-navi1.news > li.selected,
nav.navSub ul.rex-navi1.alt > li.selected {
    display: block;
}


nav.navSub ul.rex-navi2 {
    border-top: 2px solid #4f77a3;
    margin: 4px 0 0 -20px;
    padding-left: 20px;
    padding-top: 11px;
}

nav.navSub ul.rex-navi2 > li {
    color: #4c4c4c;
    border-bottom: 1px dotted #4f77a3;
    padding: 8px 0 5px 0;
    margin-right: 20px;
    font-size: 14px;
}

nav.navSub ul.rex-navi2 > li:hover {
    color: #4f77a3;
}

nav.navSub ul.rex-navi2 > li:before {
    content: '\b7\a0';
}


nav.navSub ul.rex-navi3 > li {
    color: #4c4c4c;
    padding-left: 20px;
    border-bottom: 1px dotted #4f77a3;
    padding: 8px 0 5px 0;
    margin-right: 20px;
    font-size: 14px;
}

nav.navSub ul.rex-navi3 > li:last-child {
    border-bottom: 0;
}

nav.navSub ul.rex-navi3 > li:hover {
    color: #4f77a3;
}

nav.navSub ul.rex-navi3 > li:before {
    content: '\b7\a0';
}

nav.navSub ul.rex-navi2 > li.rex-current,
nav.navSub ul.rex-navi3 > li.rex-current {
    color: #4f77a3;
}



/*nav.navSub > ul > li > ul li:hover,nav.navSub > ul > li > ul li.current {color: #4f77a3;}
*/

/*nav.navSub ul.level2 > li {font-size: 15px; color: #4f77a3; font-family: Arial; margin-bottom: 53px; padding-left: 20px; display: none;}

nav.navSub ul.level2 > li.selected {display: block;}
*/

/*
nav.navSub > ul > li {font-size: 15px; color: #4f77a3; font-family: Arial; margin-bottom: 53px; padding-left: 20px; display: none;}

nav.navSub > ul > li.current {display: block;}

.special nav.navSub > ul > li {display: block;}

nav.navSub > ul > li > ul {bordaer-top: 1px solid #4f77a3; padding-top: 6px; margin-top: 5px; margin-left: -20px;}

nav.navSub > ul > li > ul > li {font-size: 14px; color: #4c4c4c; font-family: Arial; border-bottom: 1px dotted #4f77a3; padding: 6px 0 7px 20px; margin-right: 25px;}

nav.navSub > ul > li > ul li:before {content: '\b7\a0';}

nav.navSub > ul > li > ul li:hover,nav.navSub > ul > li > ul li.current {color: #4f77a3;}

nav.navSub > ul > li > ul > li > ul {boarder-top: 1px solid #4f77a3; padding-top: 6px; margin-top: 5px; margin-left: -20px;}

nav.navSub > ul > li > ul > li > ul > li {font-size: 14px; color: #4c4c4c; font-family: Arial; border-bottom: 1px dotted #4f77a3; padding: 6px 0 7px 20px; margin-right: 25px;}
*/


/*breadcrumps*/
ul.rex-breadcrumb {
    position: relative;
    top: -40px;
}

nav.navBreadcrumps ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

nav.navBreadcrumps ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 100%;
    color: #7e7e7e;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 11px;
}

nav.navBreadcrumps ul li.rex-lvl1 {}

nav.navBreadcrumps ul li::after {
    margin: 0 5px;
    content: '>';
}

nav.navBreadcrumps ul li:last-child:after {
    content: '';
}

nav.navBreadcrumps ul li:hover a {
    color: #999;
}


.contactBoxContainer {
    background: #f1f1f1;
    border-top: 3px solid #6c94c0;
    padding: 15px;
    margin-top: 150px;
}

.contactBoxContainer h4 {
    font-family: Arial;
    font-size: 15px;
    color: #3a5b80;
}

.contactBoxContainer h5 {
    font-family: Arial;
    font-size: 15px;
    color: #3a5b80;
    text-transform: none;
}

.contactBoxContainer p {
    font-size: 14px;
    color: #3a5b80;
}


.citation {
    color: #355f8d;
    font-style: italic;
    lettear-spacing: 0.05em;
    font-family: Arial;
}

.caption {
    color: #355f8d;
    font-size: 12px;
}

.detailListHeading {
    background: url(/media/bgDetailListHeading.png) no-repeat left bottom;
    font-family: Arial;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
}


/*top menu*/
nav.navTop {
    position: absolute;
    right: 10px;
    top: 10px;
}

nav.navTop ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin: 0;
}

nav.navTop ul li {
    display: inline-block;
    margin: 0 0 0 65px;
    font-size: 11px;
    font-family: Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    color: #9d9d9d;
}

nav.navTop ul li a:hover,
nav.navFooter ul li.active a {
    color: #777;
}


/*footer menu*/
nav.navFooter ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin: 0;
}

nav.navFooter ul li {
    display: inline-block;
    margin: 0 65px 0 0;
}

nav.navFooter ul li a:hover,
nav.navFooter ul li.active a {
    color: #ccc;
}
