/*VERSION B*/

* {
    margin: 0;
    padding: 0;
}

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

#nav_mobile {
    display: none;
}

html {
    background-image: url('../images/backgrounds/body/test_01.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.contact_person iframe {
    width: 100% !important;
}

input {
    padding: 5px;
    height: 15px;
}

textarea {
    padding: 5px;
}

input.submit {
    height: 30px;
}

input.submit.mobile {
    display: none;
}

h6 {
    display: none;
}

ul {
    list-style-position: inside;
}

a.archive {
    float: right;
    margin: 15px 0;
}

.filler {
    float: left;
    left: 76.49%;
    overflow: hidden;
    padding: 30px 20px;
    position: relative;
    width: 290px;
}

.header_filler {
    height: 132px;
}

#main_wrapper {
    width: 1400px;
    margin: 0 auto;
}

/* <header> */
#main_wrapper > header {
     /* modified */
     background-color: #FFF;
     position: fixed;
     top: 0;
     z-index: 2000;
     width: 1400px;
     height: 151px;
     padding-top: 10px;
}

#main_wrapper>header #logo {
    position: relative;
    float: left;
    z-index: 3000;
}

#main_wrapper > .gallery {
    position: relative;
    padding-top: 142px;
}

#main_wrapper>header #logo figure img {
}

#main_wrapper>header .gallery {
    height: 485px;
}

#minor-nav ul {
    position: absolute;
    right: 0;
    bottom: 0px;
    /* modified */
    list-style: none;
}

#main_wrapper>header nav ul li a.imprint {
    background-color: #1798db;
}

#main_wrapper>header nav ul li a.imprint:hover {
    background-color: #0b8ccf
}

#main_wrapper>header nav ul li a.zoom {
    padding: 2px 10px 3px;
    margin-left: 1px;
}

#minor-nav ul li a:hover {
    background-color: #e3e3e2
}

#minor-nav ul li a {
    padding: 7px 13px;
    background-color: #ffffff;
}

#main_wrapper>header nav ul li {
    float: left;
}

#main_wrapper>header nav {
    width: 100%;
    position: relative;
    height: 105px;
}

/* Specify Swiper's Size: */

header>iframe {
    width: 1400px;
    height: 635px;
}

.swiper-container,
.swiper-slide,
.swiper-slide figure img {
    width: 1400px;
    height: 635px;
}

.swiper-container .arrow-left {
    background: url("../images/swiper/prev.png") no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
    width: 50px;
    height: 50px;
    z-index: 2000
}

.swiper-container .arrow-right {
    background: url("../images/swiper/next.png") no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    width: 50px;
    height: 50px;
    z-index: 2000;
}

.swiper-slide>figure {
    position: relative;
}

.swiper-slide figcaption {
    bottom: 5px;
    float: right;
    position: absolute;
    right: 5px;
}


/* </header> */


/* <#main> */

#main {
    background-color: #FFFFFF;
    clear: left;
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 100;
}

#main .sidebar_background {
    background: none repeat scroll 0 0 #1798db;
    float: left;
    position: relative;
    right: 1070px;
    width: 100%;
}


/* </#main */


/* <#navigation> */

#navigation {
    float: left;
    left: 76.49%;
    overflow: hidden;
    padding: 30px 20px;
    position: relative;
    width: 290px;
}

#navigation form.search {
    float: right;
    margin-bottom: 20px;
}

form.search input {
    width: 110px;
}

form input.submit {
    background-color: #1798db;
    border: 0;
    cursor: pointer;
    float: right;
    padding: 0;
    width: 60px;
}

#navigation nav {
    float: right;
}

#navigation nav>img {
    display: none;
}

#navigation nav ul {
    list-style-type: none;
}

@media screen and (min-width: 1380px) {
    #navigation nav ul {
        display: block!important;
    }
}

#navigation nav ul li {
    padding-right: 20px;
    margin-right: -20px;
}

#navigation nav>ul>li:hover {
    /*background-image: url("../images/nav/arrow_white.png");*/
    background-position: right top;
    background-repeat: no-repeat;
}

#navigation nav>ul>li.active {
    background-color: #ffffff;
    padding-top: 2px;
    margin-top: 5px;
}

#navigation nav>ul>li.active:hover {
    background-image: none;
}

#navigation nav>ul>li.active>a:hover {
    background-image: url("../images/nav/arrow.png");
    background-position: right top;
    background-repeat: no-repeat;
    margin-right: -20px;
    padding-right: 20px;
}

#navigation nav ul li ul {
    background-color: #ffffff;
    margin-left: 40px;
    padding: 5px 0;
    width: 250px;
}

#navigation nav ul li ul li {
    border-bottom: 1px solid #d4d4d4;
    padding: 2px 20px 2px 0;
}

#navigation nav ul li ul li.active {
    background-image: url("../images/nav/arrow.png");
    background-position: right top;
    background-repeat: no-repeat;
    padding-right: 20px;
}

#navigation nav ul li ul li:last-child {
    border-bottom: 0;
}

/* </#navigation> */


/* <.home> */

.home, .tidings {
    float: left;
    /* modified */
    overflow: hidden;
    padding: 25px 135px 25px 60px;
    position: relative;
    width: 930px;
}

.home section article, .tidings section article {
    padding: 0 25px;
}


/* <.news> */

.home section.news.list, .home section.search.list, .tidings section.news.list {
    width: 650px;
}

.home section.news.list, .tidings section.news.list {
    width: 650px;
    float: left;
}

.home section.news.list>header, .home section.search.list>header,
.tidings section.news.list>header {
    margin: 0 0 40px 0;
}

.home section.news.list article,
.home section.search.list article {
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 25px;
    padding: 0 0 25px;
    float: left;
}

.highlight:nth-last-child(2) {
    border-bottom: none !important;
}


.home section.news.list article div.mobile_arrow,
.tidings section.news.list article div.mobile_arrow {
    display: none;
}

.home section.search.list article .teaser,
.tidings section.search.list article .teaser {
    float: right;
    width: 380px;
}

.home section.news.list article figure, .home section.search.list article figure, .tidings section.news.list article figure {
    width: 215px;
    margin: 0 55px 0 0;
    float: left;
}

.home section.news.list article .img_wrapper, .home section.search.list article .img_wrapper, .tidings section.news.list article .img_wrapper {
    width: 215px;
    margin: 0 0 25px 55px;
    float: right;
}

.home section.news.list article .img_wrapper figure, .home section.searcg.list article .img_wrapper figure, .tidings section.news.list article .img_wrapper figure {
    width: 215px;
}

.home section.news.list article figure img, .home section.search.list article figure img, .tidings section.news.list article figure img {
    width: 215px;
    display: block;
}


/* </.news> */


/* <.content> */

.home section.content.show {
    width: 650px;
}

.home section.content.show article {
    border-bottom: 1px solid #d4d4d4;
    padding: 0 0 25px 0;
}

.home section.content.show header {
    margin-bottom: 40px;
}

.home section.content.show article a.simpletext {
    float: right;
}

.home section.content.show article a.sharefacebook {
    float: right;
}

.home section.content.show article .img_wrapper {
    width: 215px;
    margin: 0 0 25px 55px;
    float: right;
}

.home section.content.show article .img_wrapper figure {
    width: 215px;
}

.home section.content.show article figure img {
    width: 215px;
}

.home section.news.list article figure figcaption {
    width: 180px;
}

.home section.content.show article figure figcaption img {
    float: right;
    margin-top: -5px;
    margin-right: -35px;
    width: 30px;
}

.home section.content.show article figure figcaption img {
    float: right;
    margin-top: -4px;
    margin-right: 0px;
    padding-left: 5px;
    width: 30px;
}

.home section.content.list {
    width: 970px;
    margin: 25px 25px 25px -25px;
    float: left;
}

.home section.content.list article {
    display: inline-block;
    margin-bottom: 50px;
    vertical-align: top;
    width: 270px;
}

.home section.content.list.child article {
    border-bottom: 1px solid #d4d4d4;
    margin: 0 25px;
    padding: 0 0 50px;
    width: 650px;
}

.home section.content.child.list article .teaser span {
    padding: 5px 0;
    width: 375px;
    float: right;
}
/*
.home section.content.child.list article a.readmore{
    margin-left: 10px
}
*/
.home section.content.list.child article figure {
    float: left;
    margin: 0 50px 0 0;
}

.home section.content.list.child article figure img {
    width: 215px;
}

.home section.content.list.child article header {
    float: right;
    width: 375px;
}

.home section.content.list.child article nav {
    list-style-image: url('../images/nav/arrow_child.jpg');
    float: right;
    width: 375px;
}

.home section.content.list.child article nav ul {
    list-style-position: outside;
}

.home section.content.list article figure {
    margin-top: 5px;
}

.home section.content.list article figure img {
    width: 270px;
}

.home section.news.list article figure figcaption,
.home section.search.list article figure figcaption,
.tidings section.news.list article figure figcaption{
    position: relative;
    width: 180px;
    min-height: 30px;
}

.home section.news.list article figure figcaption img,
.home section.search.list article figure figcaption img,
.tidings section.news.list article figure figcaption img{
    margin: 0;
    position: absolute;
    right: -35px;
    top: 0;
    width: 30px;
}


/* </.content> */

.home section article.request input,
.home section article.request textarea {
    width: 290px;
    margin-left: 5px;
}

.home section article.request input.name {
    width: 136px;
    margin-right: -4px;
}

.home section article.request input.submit {
    width: 120px;
}

#recaptcha_widget_div {
    margin: 20px 0;
}

.grecaptcha-badge {
    z-index: 100;
    bottom: 80px !important;
}

.home section article .teaser {
    margin-bottom: 20px;
    width: 380px;
    float: right;
    position: relative;
    top: -8px;
}

.home .news.list section article .teaser,
.tidings .news.list section article .teaser {
    margin-bottom: 20px;
    width: 385px;
    float: right;
    position: relative;
    top: -8px;
}

.home section#current article .teaser {
    float: left;
    width: 380px;
}

.home section#event article .teaser {
    float: left;
    width: 380px;
}

.home section article a.readmore, #firstevent a.readmore, #vacancies a.readmore{
    padding: 8px;
    background-color: #1798db;
}

.home section.content.list article a.readmore, #firstevent a.readmore , #vacancies a.readmore{
    margin-right: -5px;
}

.home section article a.readmore:hover, #firstevent a.readmore:hover, #vacancies a.readmore:hover {
    background-color: #1485c0;
}

.home section article a.simpletext {
    padding: 8px;
    margin-top: 10px;
    background-color: #d4d4d4;
    display: inline-block !important;
}

.home section article a.simpletext:hover {
    background-color: #bdbdbd;
}

.home section article a.sharefacebook {
    padding: 8px;
    background-color: #1798db;
}

.home section article a.sharefacebook:hover {
    background-color: 1484BC;
}

/* </.home> */



/* <#calendar_news> */

#calendar_news {
    float: left;
    padding: 0 0 25px 0;
}

#firstevent {
    margin-left: 10px;
}

#firstevent figure img {
    width: 255px;
    display: block;
}

#firstevent figure figcaption {
    position: relative;
    width: 220px;
    min-height: 30px;
}

#firstevent figure figcaption img {
    margin: 0;
    position: absolute;
    right: -35px;
    top: 0;
    width: 30px;
}

#calendar {
    margin-left: 10px;
    margin-top: 10px;
}

section#calendar_news {
    float: left;
    width: 250px;
}

/* </#calendar_news>*/

/* <#calendar> */

div#calendar td,
div#calendar th,
div#calendar caption {
    font-size: 12px;
    padding: 7px;
}

div#calendar caption {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

div#calendar td {
    border: 1px solid #e5e5e5;
    width: 25px;
    text-align: center;
}

div#calendar td.current {
    background-color: #1798db;
}

div#calendar td.hit {
    background-color: #e5e5e5;
    cursor: pointer;
}

div#calendar td.hit:hover {
    background-color: #1485c0;
}

table.calendar {
    border-collapse: collapse;
}

table.calendar,
table.calendar caption {
    background-color: #ffffff;
}

.calendar-prev {
    float: left;
}

.calendar-next {
    float: right;
}

.calendar-switch {
    font-size: 16px;
    cursor: pointer;
    font-weight: 600;
}

.calendar-small figure,
.calendar-small .teaser span {
    display: none;
}

.calendar-small > article {
    margin-top: 20px;
}

    /* </#calendar> */


/* <aside.banner> */

ul.banner {
    list-style: none;
    float: right;
    margin: 20px 0;
}

aside.banner {
    float: right;
    width: 180px;
}

aside.banner ul {
    list-style: none outside none;
    margin-top: 65px;
}

aside.banner ul li {
    margin: 15px 0;
}

#navigation aside.banner {
    display: none;
}

#main > .banner {
    position: absolute;
    right: 130px;
}

/* </aside.banner> */


/* <aside.tidings> */

body > aside.tidings > .tidings_wrapper {
    width: 1400px;
    margin: 0 auto;
    position: relative;
}

body>aside.tidings {
    background-color: #E5E5E5;
    float: left;
    width: 100%;
    padding: 10px 0;
}

body>aside.tidings .main {
    width: 1400px;
    margin: 0 auto;
    position: relative;
}

#top_hashtags, .tagcloud{
    float: right;
    width: 220px;
    position: relative;
}

.tagcloud.full {
    display: block;
}

.tagcloud.small {
    display: none;
}

#top_hashtags a, .tagcloud a{
    padding: 5px 10px;
    float: left;
    margin: 2px;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

#top_hashtags a{
    font-weight: 600;
    border: 1px solid #eaeaea;
    background-color: #ffffff;
    color: #000000;
}

.tagcloud a{
    font-weight: 600;
    color: #fff;
    background-color: #1798db;
    width: max-content;
    max-width: 100%;
}

.tagcloud a:hover {
    background-color: #1485c0;
    text-decoration: none;
}

#top_hashtags a:hover{
    background-color: #c0c0c0;
    text-decoration: none;
}

#vacancies {
    float: left;
    width: 265px;
    padding: 25px 0;
}

#vacancies h1{
    margin: 0 0 40px 0;
}

#vacancies li{
    list-style: none;
    float: left;
    width: 100%;
    padding-left: 20px;
}

#vacancies a{
    color: #000000;
}

#vacancies li:before{
    content: '>';
    color: #1798db;
    font-weight: 600;
    padding-right: 5px;
    left: 0;
    position: absolute;
}

.contact_person_menu{
    list-style: none;
    float: left;
    width: 100%;
    padding: 5px 20px;
}

.contact_person_menu:before{
    content: '>';
    color: #1798db;
    font-weight: 600;
}

.contact_map_container,
.contact_map_container .iframe-blocked {
    width: 100% !important;
    margin-top: 142px;
}

.contact_map {
    width: 100%;
    margin-top: 20px;
    margin-bottom: -5px;
}

.contact_map_main {
    margin-top: 142px;
}

/* <aside.tidings> */

.sidebar_calendar {
    float: left;
    width: 265px;
    padding: 25px 10px 10px 0;
    margin-bottom: 25px;
    background-color: #E5E5E5;
}

/* <#side_nav> */
    #side_nav {
        min-height: 30px;
        margin-left: 10px;
        border-bottom: 1px solid #d4d4d4;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    #side_nav li{
        list-style: none;
        float: left;
        width: 100%;
        padding-left: 20px;
        margin: 3px 0;
    }

    #side_nav a{
        color: #000000;
    }

    #side_nav li:before{
        content: '>';
        color: #1798db;
        font-weight: 600;
        padding-right: 5px;
        left: 6px;
        position: absolute;
    }

    #side_nav ul{
        padding: 57px 10px 20px 0;
    }
/* </#side_nav> */

/* <footer> */

body>footer {
    background-color: #1798db;
    float: left;
    width: 100%;
    padding: 30px 0;
}

body>footer section {
    width: 1400px;
    margin: 0 auto;
    position: relative;
}

body>footer section>.search {
    display: none;
}

body>footer section article.contact {
    float: right;
    width: 380px;
}

body>footer section article.imprint {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 380px;
}

body>footer section article.imprint ul {
    list-style: none;
}

body>footer section article.imprint li {
    float: left;
    margin-right: 20px;
}

body>footer section nav {
    width: 330px;
    float: right;
}

body>footer section nav ul {
    list-style: none;
}

body>footer section figure {
    float: right;
    width: 180px;
}


/* </footer> */


/* <#downloads> */

#downloads {
    float: left;
    margin: 0 0 50px;
    width: 650px;
}

#downloads>header {
    margin: 25px 0;
}

#downloads ul {
    list-style-type: none;
    margin-top: 20px;
}

#downloads iframe {
    max-width: 650px;
}

#downloads ul li {
    float: left;
    margin: 0;
    padding: 5px 0;
    border-bottom: 1px solid #d4d4d4;
    width: 650px;
}

#downloads ul li>a {
    float: left;
    margin-right: 10px;
}

#downloads article {
    margin: 0;
    padding: 0 0 10px 0;
    position: relative;
    width: 600px;
    border: 0;
}

#downloads figure {
    float: left;
    margin-right: 5px;
}

#downloads figure img {
    width: auto;
}

#downloads article header {
    margin: 0;
}

.full.tagcloud-keyword {
    position: absolute;
    right: 150px;
}


/* </downloads> */


/* <#breadcrumb> */


/*
#breadcrumb {
    position: absolute;
    right: 15px;
    top: 2px;
}
*/

#breadcrumb {
    position: relative;
}

#breadcrumb li {
    float: left;
    list-style: none outside none;
    margin-left: 5px;
}


/* </breadcrumb> */


/* <#donation> */

.home section#donation article {
    padding: 25px;
}

#donation .row {
    height: 30px;
}

#donation label {
    display: block;
    float: left;
    padding: 4px 0;
    width: 170px !important;
}

#donation input {
    width: 200px;
}

#donation select {
    height: 27px;
    padding: 4px;
    width: 212px;
}

#donation input.submit {
    background-color: #1798db;
    border: 0 none;
    float: left;
    height: 35px;
    margin: 25px 5px 0 0;
    padding: 5px 10px;
    width: 190px;
}

#donation #amount_d,
#donation #purpose {
    background-color: #eeeeee;
    border: 0 none;
}


/* </donation> */


/* <#login> */

.home section article#login header {
    margin-bottom: 40px;
}

#login input {
    width: 200px;
}

#login input.submit {
    background-color: #1798db;
    border: 0 none;
    float: left;
    height: 35px;
    margin: 25px 5px 0 0;
    padding: 5px 10px;
    width: 190px;
}


/* </login> */


/* <.contact_person> */

.home section.content.show .contact_person article {
    padding: 25px 0;
}

.home section.content.show .contact_person article figure {
    width: 215px;
    margin: 0 55px 0 0;
    float: left;
}

.home section.content.show .contact_person article span {
    float: right;
    width: 380px;
}

.home section.content.show .contact_person article figure img {
    width: 215px;
}


/* </contact_person> */

.mobile {
    display: none !important;
}

.no_mobile {
    display: block !important;
}

.fb_iframe_widget {
    float: left;
    clear: both;
}


/* Main Navigation */

.page-nav {
    height: 45px !important;
}

.main-level_1 {
    display: flex;
    align-items: center;
    height: 45px;
    width: 100%;
    box-sizing: border-box;
    list-style: none;
    background-color: #1798db;
}

.el-level_1 {
    flex-grow: 1;
    height: 100%;
    line-height: 45px;
}

.el-level_1:hover {
    background-color: #34036e;
}

.el-level_1 > .nav-link-wrapper {
    height: 100%;
    width: 100%;
}

.el-level_1 > .nav-link-wrapper > a {
    height: inherit;
    width: inherit;
    color: #fff;
    background-color: unset !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.main-level_2 {
    display: none;
    z-index: 6;
    top: 45px;
    columns: 3;
    column-fill: auto;
    width: 100%;
    padding: 19px 0 25px 30px;
    float: left;
    box-sizing: border-box;
    right: unset !important;
    background-color: #34036e;
    left: 0;
}

.el-level_2 {
    margin: 6px 0;
    float: none !important;
    line-height: 10px !important;
}

.el-level_2 {
    list-style-type: none;
}

.el-level_2 a {
    padding: 0;
    background-color: unset !important;
    color: #fff !important;
}

.el-level_2 a:hover {
    color: #63caff !important;
}

@media screen and (min-width: 1000px) {
    .el-level_1:hover .main-level_2 {
        display: block;
    }
}

.display_style {
    display: block;
}

#page-nav a {
    color: #ffffff;
}

#page-nav .main-level_2 a:hover {
    color: #63caff !important;
}

/* Mobile Navigation */

#nav_mobile {
    width: 60px;
    height: 45px;
    position: relative;
    margin: 32px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav_mobile span {
    display: block;
    position: absolute;
    height: 9px;
    width: 100%;
    background: #1798db;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav_mobile span:nth-child(1) {
    top: 0;
}

#nav_mobile span:nth-child(2),#nav_mobile span:nth-child(3) {
    top: 18px;
}

#nav_mobile span:nth-child(4) {
    top: 36px;
}

#nav_mobile.open span:nth-child(1) {
    top: 18px;
    width: 0;
    left: 50%;
}

#nav_mobile.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav_mobile.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav_mobile.open span:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%;
}


/* Search */

.search[name="search"] {
    position: absolute;
    z-index: 4;
    padding: 10px 5px 0 20px;
    right: 55px;
    top: 10px;
}

.search_label {
    margin-right: 3px;
    font-size: 15px;
    font-weight: bold;
    color: #1798db;
    text-transform: lowercase;
}

.searchword {
    height: 22px;
    width: 151px !important;
    border: none;
    background-color: #f5f5f5;
}

.submit {
    border: none;
    background-color: #f5f5f5;
    height: 32px;
    padding: 0 3px;
    position: relative;
    right: 5px;
    top: 3px;
    cursor: pointer;
    padding-left: 10px;
}

.search_icon {
    width: auto;
    max-height: 20px;
    position: relative;
    top: 2px;
    right: 3px;
}

/* no_data */

.no_data {
    font-size: 30px;
    background-color: #ff0000;
    padding: 40px;
    color: #fff;
}

.morenews {
    padding: 8px;
    background-color: #1798db;
    color: #fff;
    border: none;
    font-weight: bold;
    margin-bottom: 10px;
}

.morenews:hover {
    background-color: #1485c0;
    cursor: pointer;
}

.readmore, .simpletext {
    display: inline-block;
    margin-top: 10px;
}

@media screen and (min-width: 1049px) {
    .mobile_display {
        display: none;
    }

    .main-level-wrapper {
        position: absolute;
        left: 0;
        right: 0;
    }
}
