/* Page layout allgemein: header, claim */

.claim2,
a .claim2 {
    color: #5B9FC3;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
}
@media (max-width: 975px){
    .claim2{
        color: #5B9FC3;
        font-size: 14px;
        font-weight: normal;
        text-align: right;
        line-height: 18px;
    }
    #claim{
        margin-bottom: 20px;
    }

    .navbar-brand{
        max-width:150px;
    }
}

@media (max-width: 480px){
    .claim2{
        color: #5B9FC3;
        font-size: 12px;
        font-weight: normal;
        text-align: right;
        line-height: 16px;
    }
    .claim{
        padding-bottom: 3px;
    }
    #claim{
        margin-right: 0;
    }
    .navbar-brand{
        max-width:140px;
    }
}

.claim,.claim2{
    display: block;
}
#claim{
    margin-top:11px;
}


/* TXT/IMG content element  */

figure.image {
    margin-bottom: 10px;
}
/* TXT/IMG content element: Bildunterschrift  */
figcaption.image-caption {
    font-size: 12px;
    color: #5b5850;
    display: block;
    font-style: italic;
}

/* FOOTER NAVIGATION */
#footer_nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer_nav li {
    display: table-cell;
    margin: 0 0 0 20px;
}

#fnav a {
    color: #fff;
    text-decoration: underline;
    margin-right: 20px;
}


/* CONTENT IMG */

img.image-embed-item {
    max-width: 100%;
    height: auto;
}

.container img {
    display: block;
    height: auto;
    max-width: 100%;
}

/* NEWS TEASER */
.tx-wiminno-pi-teaser .teaser .item {
    background: rgb(255, 255, 255);
    padding: 20px;
    margin: 0px 0px 20px;
}

/* IMG CAPTION NEWS */
.tx-wiminno-pi-teaser .teaser .item .caption {
    text-align: right;
    color: #888888;
    font-size: 11px;
    line-height: 120%;
}
.news-img-caption{
    font-size: 12px;
    color: #5b5850;
    display: block;
    font-style: italic;
}

/* LINK ARROWS */

.tx-wiminno-pi-teaser .teaser .item a.more:before {
    margin-left: 3px;
}

.tx-wiminno-pi-teaser .teaser .item a.more:before, .csc-default a.arrow:before {
    content: "";
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    position: relative;
    top: 1px;
    margin-right: 3px;
    vertical-align: 0px;
    margin-left: -3px;
    font-size: 83%;
    text-decoration: none;
}

/* NEWS ARCHIVE LIST */
.ig-archive-list{
    border-top: 1px solid #000;
    padding: 16px 0;
    position: relative;
    margin: 0;
}

div.news-list-date {
    display: table-cell;
    padding-right: 10px;
    white-space: nowrap;
    width: 90px;
}
div.ig-news-archive-headline{
    display: table-cell;
}

.ig-archive-list .header {
    line-height: 120%;
}

/* News Simple List */
.ig-simple-list{
    padding-bottom: 10px;
}

/* GLOSSAR */
#ig_linkliste ul.linkliste {
    list-style-type: none;
    padding-inline-start: 0;
}
#ig_linkliste ul.linkliste li.buchstabe {
    padding-right:10px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: inline-block;
    color: #aaa;
    font-size: 24px;
}

/* SERVICE NAVI OBEN */

#snav{
    background-color: #FFFFFF;
    border-bottom: 1px solid #EDE9E8;
}
#snav a.custom-service-nav:link,#snav a.custom-service-nav:visited,#snav a.custom-service-nav:active,#snav a.custom-service-nav:focus{
    color: #5B5850;
}
#snav li:after {
    color: #5B5850;
}
#snav li.lang-current a.custom-service-nav-lang{
    font-weight: bold;

}
#snav a.custom-service-nav-lang:link,#snav a.custom-service-nav-lang:visited,#snav a.custom-service-nav-lang:active,#snav a.custom-service-nav-lang:focus{
    color: #08689a;
    text-transform: uppercase;
}
#snav a.custom-service-nav:hover:after, #snav a.custom-service-nav:active:after, #snav a.custom-service-nav:focus:after{
    border-color: transparent transparent #ccc;
}
#snav a.custom-service-nav-lang:hover:after, #snav a.custom-service-nav-lang:active:after, #snav a.custom-service-nav-lang:focus:after{
    border-color: transparent transparent #08689a;
}

#snav span {
    display: inline-block;
    vertical-align: middle;
    color: #5B5850;
    text-decoration: none;
    font-size: 10px;
    font-weight: normal;
    cursor: default;
    padding: 5px;
    line-height:20px;
}

#snav .lang-inactive span{
    color: #999;
}

/* MAIN SEARCH HAUPTNAVI */

.ig-custom-search .custom-main-nav-search-icon{
    margin-right: 10px;
    font-size: 17px;
    line-height: 0;
    font-weight: bold;
    position: relative;
}

ul.nav .ustom-main-nav-search-icon:before{
    display: inline;
    height: 20px;
    margin-left: 0;
    vertical-align: middle;
    width: 20px;
    position: absolute;
}



/* MAIN SEARCH HOVER */


.ig-custom-dropdown-active{
    display: none;
}

li:hover .ig-custom-dropdown-active{
    display: block;
}
li:focus .ig-custom-dropdown-active{
    display: block;
}

.ig-custom-dropdown-active{
    list-style-type: none;
    padding-inline-start: 0;
    position: absolute;
    z-index: 50;
    width: 293px;
    right: 0;
    top: 60px;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
    width: 100%;
    min-width: 300px;
}


#suche{
    border-radius: 5px 0 5px 5px;
    max-height:70px;
    margin: 0;
}

#suche form{
    padding: 15px 10px 15px 15px;
}

/* MAIN SEARCH HOVER: Abstand zwischen einzelnen Navipunkte oberste Ebene */

#main_nav .nav > li > a:before {
    margin-right: auto;
    border-right: none;
    border-left: none;
    content: "";
}
#main_nav .nav > li > a:after {
    margin-left: auto;
    border-left: none;
    border-right: none;
    content: "";
}

/* MAIN SEARCH HOVER: ok button styling */
.ig-custom-search-btn{
    background: #08689a;
    color: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border: transparent;
}
/* MAIN SEARCH HOVER: suchfeld */
#sword{
    display: inline-block;
    width: 220px;
    height: 40px;
}
/* MAIN SEARCH HOVER: responsive */
@media (max-width: 975px){

    #sword{
        width:75%;
    }
    .ig-custom-search-btn{
        width: 20%;
    }
}


/* Search Area Suchseite */

.btn-searchlist{
    width: 100%;
    height: 40px;
}

div.ig_elasticsearch .search-filter-headline{
    padding-bottom: 10px;
}

div.ig_elasticsearch .search-filter{
    padding-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid #cdc7c5;
}
div.ig_elasticsearch .search-input-wrap{
    padding-bottom: 30px;
}
div.ig_elasticsearch .search-results .search-results-item a h2 {
    hyphens: auto;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}
div.ig_elasticsearch .search-results .search-results-item a .custom-search-result-url{
    font-size: 12px;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}

.search-results-item {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #000;
}


/* suchseite filter */
.sort-wrapper .es_sort{
    color: #08689A;
    font-size: 14px;
    line-height: 26px;
    cursor: pointer;
}
.sort-wrapper .es_sort.active{
    font-size: 14px;
    line-height: 26px;
    color: #555;
    font-weight: bold;
    cursor: default;
}
.sort-count-wrapper{
    margin-bottom: 10px;
    font-size: 14px;
}
.custom-search-filter-wrapper{
    padding-bottom: 5px;
    border-bottom: 1px solid #cdc7c5;
}
.sort-count-wrapper .sort-wrapper{
    text-align: right;
    display: inline-block;
    float: right;
}
@media (max-width: 480px){
    .sort-count-wrapper .sort-wrapper{
        text-align: center;
        display: block;
        float: initial;
    }
}

span.form-check {
    display: inline-block;
    font-size: 14px;
    padding-right: 30px;
}
span.form-check label.form-check-label{
    vertical-align: middle;
}
span.form-check input.filter-category{
    margin: 4px;
}


/* Checkbox styling */
.ig_elasticsearch input[type="checkbox"] {
    display:none;
}
.ig_elasticsearch input[type="checkbox"] + span{
    position: relative;
    display: inline-block;
    padding-left: 50px;
}
@media (max-width: 767px){
    .ig_elasticsearch span.form-check {
        display: block;
        margin-bottom: 10px;
    }
}
/* selektiert das Label Tag nach jeder Checkbox */
.ig_elasticsearch input[type="checkbox"] + span::before {
    width: 14px;
    height: 14px;
    border-radius: 2px;
    background-color: #ffffff;
    display: block;
    content: "";
    float: left;
    border: 1px solid #000000;
    margin-right: 30px;
    margin-bottom: 10px;
    top: 2px;
    left: 0;
    display: inline-block;
    position: absolute;
}
.ig_elasticsearch input[type="checkbox"]:checked+span::before {
    background-color: #2a6496;
    box-shadow: inset 0px 0px 0px 3px #fff;
}

/* Checkbox styling multiselect*/
.filter-multiselect.isOpen input[type="checkbox"] {
    display:none !important;
}
.filter-multiselect.isOpen input[type="checkbox"] + span{
    position: relative;
    display: inline-block;
    padding-left: 50px;
}

/* selektiert das Label Tag nach jeder Checkbox */
.filter-multiselect.isOpen input[type="checkbox"] + span::before {
    width: 14px;
    height: 14px;
    border-radius: 2px;
    background-color: #ffffff;
    display: block;
    content: "";
    float: left;
    border: 1px solid #000000;
    margin-right: 30px;
    margin-bottom: 10px;
    top: 15px;
    left: 15px;
    display: inline-block;
    position: absolute;
}
.filter-multiselect.isOpen input[type="checkbox"]:checked+span::before {
    background-color: #2a6496;
    box-shadow: inset 0px 0px 0px 3px #fff;
}

#bmu_lbl{
    background-image: url(/typo3conf/ext/ig_project/Resources/Public/Icons/i-bmu.png);
    background-repeat: no-repeat;
    background-position: 24px 2px;
    background-size: 16px 16px;
}
#publications_lbl{
    background-image: url(/typo3conf/ext/ig_project/Resources/Public/Icons/i-download.png);
    background-repeat: no-repeat;
    background-position: 24px 2px;
    background-size: 16px 16px;
}
#news_lbl{
    background-image: url(/typo3conf/ext/ig_project/Resources/Public/Icons/i-news.png);
    background-repeat: no-repeat;
    background-position: 24px 2px;
    background-size: 16px 16px;
}
#events_lbl{
    background-image: url(/typo3conf/ext/ig_project/Resources/Public/Icons/i-event.png);
    background-repeat: no-repeat;
    background-position: 24px 2px;
    background-size: 16px 16px;
}
#pages_lbl{
    background-image: url(/typo3conf/ext/ig_project/Resources/Public/Icons/i-pres.png);
    background-repeat: no-repeat;
    background-position: 24px 2px;
    background-size: 16px 16px;
}

.bmu-ico,.event-ico,.news-ico,.page-ico,.pub-ico{
    display: inline-block;
}
.bmu-ico:after{
    background-image: url(/typo3conf/ext/ig_project/Resources/Public/Icons/i-bmu.png);
}
.event-ico:after{
    background-image: url(/typo3conf/ext/ig_project/Resources/Public/Icons/i-event.png);
}
.news-ico:after{
    background-image: url(/typo3conf/ext/ig_project/Resources/Public/Icons/i-news.png);
}
.page-ico:after{
    background-image: url(/typo3conf/ext/ig_project/Resources/Public/Icons/i-pres.png);
}
.pub-ico:after{
    background-image: url(/typo3conf/ext/ig_project/Resources/Public/Icons/i-download.png);
}
.bmu-ico:after,.event-ico:after,.news-ico:after,.page-ico:after,.pub-ico:after{
    background-repeat: no-repeat;
    background-position: 0 4px;
    background-size: 12px 12px;
    width: 16px;
    height:16px;
    content:'';
    display:inline-block;
    margin-left: 7px;
}

/* i-Gelb NEUE RECHTE SPALTE styling */


#maincnt_right header h1,h2,h3,h4,h5,h6 {
    margin:  0 0 10px 0;
}

.news-related-wrap {
    background: none repeat scroll 0 0 #fff;
    padding: 20px;
    margin: 20px 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.news-related > div {
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
}

#maincnt_right ul {
    list-style-type: none;
    padding-inline-start: 0;
    margin-bottom: 0;
}
#maincnt_right li {
    padding-bottom: 10px;
    position: relative;
}
#maincnt_right > ul {
    margin-bottom: 0;
}
.news-related-files-link{
    position: relative;
    display: block;
    padding-left: 16px;
}
#maincnt_right li .news-related-files-link:before {
    content: "";
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    top: 4px;
    left: 0;
    margin-right: 3px;
    vertical-align: 1px;
    margin-left: 0;
    font-size: 83%;
    text-decoration: none;
    color: #08689A;
}

#maincnt_right{
    margin-top: 0;
    padding-left: 15px;
}
#maincnt_right p a{
    margin-bottom: 10px;
}
#maincnt_right figure.image{
    margin-bottom: 0;
}
#maincnt_right .ce-intext.ce-right .ce-gallery {
    margin-left: 0;
    float: left;
}

/* News Artikel Hervorhebnungsbox */

.frame-102{
    background: none repeat scroll 0 0 #fff;
    padding: 20px;
    margin: 20px 0;
}

.frame-100 {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
}


/* Publikationen Detailseite */

/* Text umfliesst Bild */
div.csc-textpic-intext-left .csc-textpic-imagewrap{
    float: left;
}
div.csc-textpic-intext-left .csc-textpic-imagewrap, div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap{
    margin-right: 30px;
    margin-bottom: 15px;
    margin-top: 15px;
}

/* PDF generated png fallback bg  */
.csc-textpic-image.csc-textpic-last.image img, .list-pub-img {
    background-color: #fff;
}

/* Publikationsliste */
.pub-list-date {
    color: rgba(153, 153, 153, 1);
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
}
.pub-list-title,.pub-list-subtitle{
    margin-top:0;
}
.list-item-pub-wrap{
    padding-top:30px;
    padding-bottom:30px;
    margin-left:15px;
    margin-right:15px;
}
.list-pub-descr{
    padding-bottom: 15px;
}



/* Publikation Filter, Mapfilter */
.publications-filter-form,.map-filter-form{
    padding-top: 20px;
    border-top: 1px solid #CDC7C5;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #cdc7c5;
}
.custom-filter-sort-wrapper{
    margin-bottom: 20px;
}

.custom-filter-result-item,.custom-filter-sort-item,.custom-map-link-under-filter-wrapper{
    display: inline-block;
    font-size: 14px;
    color: #555;
}

.btn-custom-reset{
    background-color: transparent;
    float: left;
    color: #555;
    border: 1px solid #555;
}
.btn-custom-reset:hover{
    background-color: #fff;
}
@media(max-width:991px){
    .btn-custom-reset{
        width: 100%;
        display: block;
        margin-bottom: 30px;
    }
}

@media (max-width: 480px){
    .custom-filter-result-item,.custom-filter-sort-item{
        display: block;
        width: 100%;
        text-align: center;
        padding-bottom: 30px;
    }
    .custom-filter-sort-wrapper{
        margin-bottom: 50px;
    }
}


.custom-filter-sort-item{
    float: right;
}
.custom-filter-sort-item .newestFirst,.custom-filter-sort-item .oldestFirst{
    color: #08689A;
    font-size: 14px;
    line-height: 26px;
    cursor: pointer;
}
.custom-filter-sort-item .newestFirst.active,.custom-filter-sort-item .oldestFirst.active{
    font-size: 14px;
    line-height: 26px;
    color:#555;
    font-weight: bold;
    cursor: default;
}
label.custom-label-pub-filter{
    font-size: 16px;
    line-height: 20px;
}
.custom-submit-btn.pub{
    margin-top: 30px;
}
.custom-filter-flyout .form-check-label input[type="checkbox"] {
    display:inline-block;
    vertical-align: top;
}
.custom-filter-flyout .form-check-label span {
    padding-top: 11px;
    max-width: calc(100% - 50px);
    padding-bottom: 11px;
    display: inline-block;
}

/* map list/map toggle under filter */
.custom-map-show-list-link,.custom-map-show-map-link{
    cursor: pointer;
    color: #08689A;
    font-size: 18px;
    line-height: 26px;
}
.custom-map-show-list-link:before{
    content:"\e012";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 5px;
}
.custom-map-show-list-link:before{
    content:"\e012";
}
.custom-map-show-map-link{
    height:46px;
    position: relative;

}
.custom-map-show-map-link span {
    height: 46px;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 36px;
}
.custom-map-show-map-link:before{
    content:"";
    background-image: url('/typo3conf/ext/ig_project/Resources/Public/images/icon-map.png');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 68px 46px;
    display: inline-block;
    margin-right: 20px;
    width: 68px;
    height: 46px;
    position: absolute;
    left: -80px;
    top: -10px;
}

#news-map-view {
    position: relative;
    height: auto;
    margin: 0 0;
}

.map {
    width: 100%;
    float: none;
    height: 300px;
}
@media(min-width:992px){
    .map {
        height: 600px;
    }
}



    /* Publikations-Coveransicht */

.custom-cover-img{
    height: 300px;
    width: 213px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
    cursor: initial;
    margin: 0 auto 30px auto;
    transition: all 300ms ease-in-out;
}

@media (max-width: 1199px){
    .custom-cover-img {
        height: 400px;
        width: 100%;
        background-position: top center;
    }
    .custom-cover-txt-wrap{
        font-size: 25px;
    }
}
.custom-cover-txt-wrap{
    height: 100%;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1) inset;
    opacity: 0;
    color: rgba(255,255,255,0.7);
    font-size: 20px;
    line-height: 30px;
    position: relative;
    overflow: hidden;
    transition: opacity 100ms ease-in;
    cursor: pointer;
}
.custom-cover-txt-wrap:hover{
    opacity: 1;
    transition: opacity 50ms ease-in;

}

@media (max-width: 1199px){
    .custom-cover-img {
        height: 62.67vw;
        width: 100%;
        background-position: top center;
    }
    .custom-cover-txt-wrap{
        font-size: 25px;
    }
}
@media (max-width: 767px){
    .custom-cover-img {
        height: 100vw;
        width: 73%;
        background-position: top center;
    }
}


.custom-cover-txt-wrap:hover > .custom-cover-txt-title{
    transform: translate(0, 0);
    transition: all 200ms ease-out;
}

.custom-cover-txt-title{
    hyphens: auto;
    white-space: pre-wrap;
    text-overflow: ellipsis;
    height: 100%;
    overflow: hidden;
    padding: 20px 15px;
    background: -moz-linear-gradient(170deg, rgba(6,78,115,1) 0%, rgba(8,104,154,1) 25%, rgba(13,165,168,1) 100%);
    background: -webkit-linear-gradient(170deg, rgba(6,78,115,1) 0%, rgba(8,104,154,1) 25%, rgba(13,165,168,1) 100%);
    background: linear-gradient(170deg, rgba(6,78,115,1) 0%, rgba(8,104,154,1) 25%, rgba(13,165,168,1) 100%);
    transform: translate(0, 100%);
    transition: all 500ms ease-out;
}
.custom-cover-link-wrap{
    position: absolute;
    bottom: 0;
    left: 0;
    hyphens: auto;
    /* white-space: pre-wrap; */
    text-overflow: ellipsis;
    z-index: 2;
    width: 100%;
    background-color: #52ccce;
    padding: 15px;
}
a.custom-cover-link{
    color: #fff;
    height: 78%;
    display: block;
    overflow: hidden;
}


.custom-cover-link a:link, .custom-cover-link a:visited,  .custom-cover-link a:hover{
    color: #fff;
    font-size: 16px;
    line-height: 1.42857143;
    hyphens: auto;
    white-space: pre-wrap;
    text-overflow: ellipsis;
    display: block;
}

/* Custom spacing and borders */
.custom-padding-left-0 {
    padding-left: 0;
}
.custom-padding-bottom-30{
    padding-bottom: 30px;
}
.custom-padding-bottom-20{
    padding-bottom: 20px;
}
.custom-margin-bottom-30{
    margin-bottom: 30px;
}
.text-uppercase{
    text-transform: uppercase;
}
.custom-border-top {
    border-top: 1px solid #000;
}
.list-pub-img{
    min-height: 142px;
    transition: all 150ms ease-in-out;
}
.list-pub-img:hover{
    transform: scale(1.05);
    transition: all 150ms ease-in-out;
}
@media (max-width: 975px) {
    .list-pub-img {
        margin: 0 auto;
    }
}
@media (max-width: 767px){
    .list-pub-img{

        min-height: 100vw;
        width: auto;
    }
}

/* Map List View */

ul.custom-map-list{
    list-style-type: none;
    padding-inline-start: 0;
}
.custom-map-list-txt{
    line-height: 20px;
    font-size: 14px;
}
li.custom-map-list-txt{
    padding-bottom: 8px;
}
p.custom-map-list-hl{
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    color: #08689A;
}
.custom-map-list-wrapper{
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (max-width: 991px) {
    .custom-submit-btn {
        width: 100%;
    }
}


/* Map overlay Google */
.gm-style .gm-style-iw-c{
    border-radius: 0;
    padding: 30px;
    box-shadow: 0 12px 13px 1px rgba(0,0,0,0.3);
}

.gm-style .gm-style-iw-d {
    padding-right: 30px;
    padding-bottom: 30px;
}
.gm-style-iw-d h3 {
    color: #08689a;
}
.gm-style-iw-d h1 > a.internal-link:link,
.gm-style-iw-d h1 > a.internal-link:visited,
.gm-style-iw-d h2 > a.internal-link:link,
.gm-style-iw-d h2 > a.internal-link:visited,
.gm-style-iw-d h3 > a.internal-link:link,
.gm-style-iw-d h3 > a.internal-link:visited,
.gm-style-iw-d h4 > a.internal-link:link,
.gm-style-iw-d h4 > a.internal-link:visited,
.gm-style-iw-d h5 > a.internal-link:link,
.gm-style-iw-d h5 > a.internal-link:visited,
.gm-style-iw-d h6 > a.internal-link:link,
.gm-style-iw-d h6 > a.internal-link:visited {
    margin-left: 0;
    padding-left: 0;
}

.gm-style-iw-d h1 > a.internal-link:before,
.gm-style-iw-d h2 > a.internal-link:before,
.gm-style-iw-d h3 > a.internal-link:before,
.gm-style-iw-d h4 > a.internal-link:before,
.gm-style-iw-d h5 > a.internal-link:before,
.gm-style-iw-d h6 > a.internal-link:before,{
    content: '';
}
.gm-style-iw-d p{
    color: #000000;
    font-family: Arial;
    font-size: 14px;
    line-height: 20px;
}
button.gm-ui-hover-effect{
    top: 0 !important;
    right: 0 !important;
    opacity: 1 !important;
}
button.gm-ui-hover-effect img {
    display: none !important;
}
button.gm-ui-hover-effect:hover{
    opacity: 0.6 !important;
}
button.gm-ui-hover-effect:before{
    content: "\e014";
    font-family: 'Glyphicons Halflings';
    font-size: 20px;
    position: relative;
    top: 0;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    padding:5px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 32px ;
    height: 32px ;
    background-color: #08689a;
    color: #fff;
}




/* Eventlist */

.custom-date-wrapper{
    border-radius: 50%;
    background-color: #08689A;
    width: 80px;
    height:80px;
    display: inline-block;
}
.event-list-date-day,.event-list-date-month {
    display: block;
    text-align: center;
}
.event-list-date-day{
    color: rgba(255,255,255,0.7);
    font-size: 35px;
    line-height: 30px;
    padding-top: 18px;
    padding-bottom: 2px;
}
.event-list-date-month{
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 1;
}
.event-list-wrapper{
    border-top: 1px solid #000;
    padding-top: 30px;
}
/* Accordion */
.custom-accordion-header{
    display: inline-block;
    position: absolute;
    top: 0;
    left: 100px;
    padding-right: 40px;
}

.custom-accordion-50-width {
    display: inline-block;
    max-width:40%;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 10px;
}
@media (max-width:480px){
    .custom-accordion-50-width {
        display: block;
        max-width: 100%;
        vertical-align: top;
        margin-right: 0px;
        margin-bottom: 10px;
    }
}

.custom-event-detail-date.custom-event-info-block{
    font-weight: normal;
    font-size:16px;
    line-height:20px;
    margin-bottom: 2px;
}
@media (max-width:480px){
    .custom-event-detail-date.custom-event-info-block{
        font-weight: normal;
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 2px;
    }
}

.custom-panel-default {
    background-color: transparent;
    border: none;
    box-shadow: none;
}
.custom-dropdown-arrow{
    position: absolute !important;
    right: 4px;
    top: 16%;
    transform: rotate(-90deg);
    text-decoration: none  !important;
    color: #08689A   !important;
    font-size: 32px;

}
.custom-dropdown-arrow.collapsed{
    position: absolute !important;
    right: 0;
    top: 33%;
    transform: rotate(90deg);
    text-decoration: none  !important;
    color: #08689A   !important;
    font-size: 32px;
}
.custom-dropdown-arrow:before, .custom-dropdown-arrow.collapsed:before{
    position: relative !important;
    left: unset;
    top: unset;
}
.custom-panel-heading{
    padding: 0;
}
.custom-panel-title{
    position: relative;
}
.custom-panel-body{
    border-top: none !important;
    margin-top: 0;
}
.custom-panel-title-wrap{
    height: 80px;
    display: table-cell;
    vertical-align: middle;
    font-size: 24px;
    line-height: 28px;
    font-weight: normal;
    vertical-align: top;
}
@media (min-width:481px){
    .panel-collapse .custom-panel-body{
        margin-left: 85px;
    }
}
@media (max-width: 1023px){
    .custom-panel-title-wrap {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width:480px){
    .custom-panel-title-wrap{
        font-size: 16px;
        line-height: 18px;
    }
    .custom-panel-body .teaser-text p{
        font-size: 16px;
        line-height: 18px;
    }
}

.custom-panel-body teaser-text{
    padding-left: 85px;
}


/* Mobile Layout accordion */
@media (max-width:480px){
    .header.custom-accordion-header{
        display: block;
        position: relative;
        top: inherit;
        left: inherit;
        padding-right: 0;
        text-align: left;
    }
    .panel-title.custom-panel-title{
        text-align: center;
    }
    .custom-date-wrapper{
        margin-bottom: 20px;
    }
    .custom-panel-body{
        margin-left:0;
        padding:0;
    }
}

/* Event Detail */

.custom-news-related-description-wrap{
    display: block;
}
.custom-event-detail-date{
    color: #08689A;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
}


/*Forms*/

select.form-control,select.custom-select,select  {
    background-image: url('/typo3conf/ext/ig_project/Resources/Public/Icons/dropdown-arrow.png');
    background-size: 38px;
    background-repeat: no-repeat;
    background-position: right 0px bottom 0px;
    padding-right: 40px;
}

.form-control{
    border-radius: 0;
    height: 40px;
    padding: 10px 12px;
    color: #777;
    border: 1px solid #000;
}

/*Firefox, Chrome, Safari original dropdownpfeil nicht darstellen*/
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
}

/* IE original dropdownpfeil nicht darstellen*/
select::-ms-expand {
    display: none;
}


.filter-select {
    position: relative;
    margin-bottom: 20px;
}

/*custom Multiselect*/

.filter-multiselect {
    position: relative;
    margin-bottom: 20px;
}

.filter-multiselect .select.form-control  {
    background-image: url('/typo3conf/ext/ig_project/Resources/Public/Icons/dropdown-arrow.png');
    background-size: 38px;
    background-repeat: no-repeat;
    background-position: right 0px bottom 0px;
}

.bootstrap-select.btn-group .btn-default .caret{
    background-image: url('/typo3conf/ext/ig_project/Resources/Public/Icons/dropdown-arrow.png');
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: right 0px bottom 0px;
}

.filter-multiselect .select-flyout{
    position: absolute;
    width: 100%;
    overflow: hidden;
    background-color: white;
    max-height: 0px;
    border: 1px solid #000;
    border-top: none;
    opacity: 0;
    z-index: 10;
}

.filter-multiselect.isOpen .select.form-control{
    border-color: #000;
}

.filter-multiselect.isOpen .select-flyout{
    max-height: 300px;
    overflow-y: scroll;
    opacity: 1;
}

.custom-filter-flyout .form-check-label input[type="checkbox"]{
    margin: 15px;
}
.custom-filter-flyout{
    transition: all 0.1s ease-in-out;
}
.custom-filter-flyout-item:hover{
    background-color: #428bca;
    transition: all 0.1s ease-in-out;
    color:#fff;
}
.custom-filter-flyout-item .form-check-label{
    display: block;
    margin-bottom: 0;
    cursor: pointer;
}

/* Powermail Formular custom edits */

.powermail_field.powermail_input.form-control{
    height: 34px;
}
/* Pagination in ig_project > ext > publications > viewhelpers widget */

.custom-pagination-more-dots {
    cursor: default;
}

span.sr-only{
    margin: 0;
    width: auto;
    height: auto;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

/* additional custom buttons */

.btn-custom-outline-white{

    border:1px solid #fff;
    background: transparent;
    color: #fff;
}
.btn-custom-outline-white:hover{
    background: rgba(0,0,0,0.2);
    color:#fff;
}

/*********************************

 .btn-wrapper kommt zum einsatz
beim eventslider und umschliesst den Button
"Mehr Events". .btn-wrapper kann auch für andere
zentrierte Buttons verwendet werden z.B. um den
Button "Alle Publikationen" etc.

*********************************/

.btn-wrapper{
    text-align: center;
    padding-top: 40px;
}
/* Slider (allgemein) */

.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    position: relative;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide-inner{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 430px;
    width: 100%;
}
.swiper-slide-inner:before{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,91,138,0.5);
    transition: background-color 1500ms ease-out;
    content: '';
    top: 0;
    left: 0;
}
.swiper-slide-inner:hover:before{
    background-color: rgba(0,91,138,0.8);
    transition: background-color 1500ms ease-out;
}

.swiper-pagination-bullet{
    border: 1px solid #fff;
    opacity: 1;
    background-color: transparent;
    width: 12px;
    height: 12px;
}
.swiper-pagination-bullet-active{
    background-color: white;
}

/* Custom Slider Big styles */

.custom-swiper-caption{
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: 12px;
    color: #fff;
    font-style: italic;
}

.custom-swiper-alternative {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2.5pt;
}

.custom-swiper-title {
    color: #FFFFFF;
    font-size: 40px;
    line-height: 46px;
    text-align: center;
    padding-bottom: 30px;
    max-width: 800px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
}


.swiper-slide-inner-custom-wrap{
    position: relative;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.custom-swiper-big-wrapper{
    padding-bottom: 30px;
}
/* Slider Big background styles für startseite */
.custom-swiper-bg-wrapper{
    background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 78%, rgba(255,255,255,0) 78%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 78%, rgba(255,255,255,0) 78%);
    background: linear-gradient(180deg, rgba(255,255,255,1) 78%, rgba(255,255,255,0) 78%);
    padding-top: 50px;
}

@media (max-width: 975px){
    .custom-swiper-title{
        font-size: 32px;
        line-height: 36px;
        max-width: 480px;
    }
    .custom-swiper-alternative{
        font-size: 16px;
        color: #FFFFFF;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 1px;
    }
    .custom-swiper-bg-wrapper{
        padding-top: 0;
    }
}

@media (max-width: 480px){
    .custom-swiper-title{
        font-size: 24px;
        line-height: 28px;
        max-width: 300px;
    }
    .custom-swiper-alternative{
        font-size: 14px;
        color: #FFFFFF;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 1px;
    }
}

/* Event Slider styles */
.swiper-container-event-slider{
    padding-left: 40px;
    padding-right: 40px;
}
.swiper-slide-inner-event{
    height: 300px;
    display: block;
}

.custom-event-slider-next{
    height: 100%;
    top: 0;
    padding: 0;
    margin: 0;
    border-left: 2px solid #ede9e8;
    right: 0;
    background-color: #fff;
    width: 40px;
    color: #08689A;
    transition: all 100ms ease-in-out;
}
.custom-event-slider-prev{
    height: 100%;
    top: 0;
    padding: 0;
    margin: 0;
    border-right: 2px solid #ede9e8;
    left: 0;
    background-color: #fff;
    width: 40px;
    color: #08689A;
    transition: all 100ms ease-in-out;
}
.custom-event-slider-prev:hover, .custom-event-slider-next:hover{
    background-color: #08689A;
    transition: all 350ms ease-in-out;
    color:#fff;
}
.custom-event-slider-next:after{
    content: '';
    font-family: "Glyphicons Halflings";
    font-size: 24px;
}
.custom-event-slider-prev:after{
    content: '\e079';
    font-family: "Glyphicons Halflings";
    font-size: 24px;

}
.event-slider-wrapper{
    width: 100%;
    height: 100%;
    padding-top: 30px;
    transition: all 200ms ease-in-out;
    color: #08689A;
    border-top: 5px solid transparent;
}
.event-slider-wrapper:hover{
    background-color: #08689A;
    transition: all 100ms ease-in-out;
    border-top: 5px solid #5B9FC3;
}
.custom-event-slider-headline{
    text-align: center;
    font-weight: normal;
    padding: 15px;
    color: #08689A;
}
.event-slider-wrapper:hover .custom-date-wrapper{
    border: 1px solid #5B9FC3;
}
.custom-date-wrapper{
    border: 1px solid transparent;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
    color: #D9D9D9;
}


@media (max-width: 975px){
    .custom-swiper-title{
        font-size: 32px;
        line-height: 36px;
        max-width: 480px;
    }
    .custom-swiper-alternative{
        font-size: 16px;
        color: #FFFFFF;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 1px;
    }
    .custom-swiper-bg-wrapper{
        padding-top: 0;
    }
    .custom-swiper-bg-wrapper .container .row .col-sm-12{
       padding:0;
    }
}

@media (max-width: 480px){
    .custom-swiper-title{
        font-size: 24px;
        line-height: 28px;
        max-width: 300px;
    }
    .custom-swiper-alternative{
        font-size: 14px;
        color: #FFFFFF;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 1px;
    }
}



h3.custom-event-slider-headline span {
    hyphens: auto;
    white-space: pre-wrap;
    text-overflow: ellipsis;
    max-height: 160px;
    overflow: hidden;
    display: inline-block;
    line-height: 26px;
}

.event-slider-wrapper:hover h3.custom-event-slider-headline span{
    text-decoration: underline;
    color: #fff;
    cursor: pointer;
}

/* Banner Element */

.custom-banner-content-wrapper-inner{
    height: 320px;
}

.custom-banner-wrapper {
    height: 320px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    background-color: rgba(6,78,115,0.6);
    box-shadow: inset 0px 12px 84px 28px rgba(6,78,115,0.7);
}
.custom-banner-wrapper:before{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,91,138,0.7);
    content: '';
}
.custom-banner-img-caption{
    position: absolute;
    bottom: 5px;
    left: 5px;
    font-size: 12px;
    color: rgba(255,255,255,0.5);
    display: block;
    font-style: italic;
}
.custom-banner-title{
    font-size: 35px;
    line-height: 35px;
    color: #fff;
}
.banner-btn{
    margin: 30px;
}
.custom-banner-content-wrapper-inner{
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.custom-banner-content-wrapper-outer{
    position: relative;
}
.custom-banner-top-header{
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

@media (max-width: 975px){
    .custom-banner-title{
        font-size: 32px;
        line-height: 36px;

    }
    .custom-banner-top-header{
        font-size: 16px;
    }
}

@media (max-width: 480px){
    .custom-banner-title{
        font-size: 24px;
        line-height: 28px;

    }
    .custom-banner-top-header{
        font-size: 14px;
    }
}

/* newsletter Störer startseite */
#newsletter_stoerer{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 354px;
}
.custom-nl-header{
    margin: 0 auto;
    text-align: center;
    margin-top: 60px;
    max-width: 1004px;
    line-height: 35px;
    font-size: 35px;
    padding-bottom: 13px;
}
.custom-nl-subheader{
    margin: 0 auto;
    text-align: center;
    max-width: 1004px;
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 26px;
    padding-bottom: 13px;
}
.custom-nl-texfield{
    display: block;
    margin: 0 auto;
    width: 310px;
    height: 36px;
    border: 1px solid #000;
    color: #999;
    font-weight: normal;
    font-size: 14px;
    padding: 10px;
}

.datenschutz-text p {
    display: inline-block;
    max-width: 285px;
    line-height: 22px;
    font-size: 15px;
    text-align: left;
    margin-left: 20px;
    margin-top: 13px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
.datenschutz-text{
    display: inline-block;
}
.custom-nl-content-wrapper{
    text-align: center;
    position: relative;
}
.custom-ln-checkbox{
    display: inline-block;
    position: relative;
    top: -24px;
    left: 10px;
}

.nl-submit-btn-wrapper{
    margin-bottom: 30px;
}

@media (max-width: 480px){
    .custom-nl-texfield {
        width: 280px;
    }
    .datenschutz-text p {
        max-width: 200px;
    }
}

/* newsletter element rechte spalte */
#maincnt_right .custom-nl-header{
    margin-top: 30px;
    line-height: 35px;
    font-size: 35px;
    text-align: center;
    padding-bottom: 0;
}
#maincnt_right .custom-nl-texfield{
    display: block;
    margin: 0 auto;
    width: 80%;
    height: 36px;
    border: 1px solid #000;
    color: #999;
    font-weight: normal;
    font-size: 14px;
    padding: 10px;
}
#maincnt_right .custom-ln-checkbox{
    display: inline;
    position: relative;
    top: 20px;
    left: 5px;
}
#maincnt_right span.datenschutz-text{
    display: block;
    padding-top: 0;
    margin: 0 auto;
}
#maincnt_right .custom-nl-subheader{
    margin: 0 auto;
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 26px;
    text-align: center;
    padding: 20px;
}
#maincnt_right .datenschutz-text p {
    margin-left: 25px;
    margin-top: 0;
}
#maincnt_right .nl-submit-btn-wrapper {
    margin: 0 auto;
    text-align: center;
}
#maincnt_right .custom-datenschutz-wrapper{
    max-width: 350px;
    margin: 0 auto;
}
#maincnt_right .custom-nl-content-wrapper{
    text-align: left;
    padding-left: 30px;
    padding-bottom: 30px;
    padding-right:30px;
}
#maincnt_right #newsletter_stoerer{
    background-color: #BED9E5;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 100%;
    min-height: 354px;
}

/* custom buttons */

.btn-custom-white{
    color: #08689A;
    background-color: #fff;
    border: 1px solid transparent;
}
.btn-custom-white:hover{
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
}

/* weisses startseitenmodul */
.custom-start-white-module{
    background-color: #fff;
    min-height: 270px;
    width: 100%;
    padding: 60px 0;
}
.custom-start-white-module-p{
    font-size: 15px;
    line-height: 22px;
    padding-top: 10px;
}
.custom-start-white-module-lbl-wrapper{
    font-size: 18px;
    line-height: 26px;
    border-bottom: 1px solid #000;
    padding-bottom: 2px;
}
.custom-search-white-module-lbl-wrapper{
    border-bottom: 1px solid transparent;
}
.custom-start-white-module-ul{
    padding-inline-start: 0;
    list-style-type: none;
    padding-top: 5px;
    padding-inline-start: 0;
    margin-inline-start: 0;
}
.custom-start-white-module-ul li{
    font-size: 15px;
    line-height: 22px;
    border-bottom: 1px solid #000;
    padding-top: 5px;
    padding-bottom: 5px;
}

@media (max-width: 767px) {
    .custom-start-white-module-lbl-wrapper{
        margin-top: 30px;
    }
    .navbar-toggle .icon-bar{
        background-color: #fff;
    }
}

/* Responsive Header-Element Einstellungen  */


@media (max-width: 975px){
    .frame-type-header header h1{
        font-size: 28px;
        line-height: 28px;
         }
    .frame-type-header header h2{
        font-size: 24px;
        line-height: 24px;
    }
    .frame-type-header header h3{
        font-size: 20px;
        line-height: 20px;
    }
    header h1{
        font-size: 28px;
        line-height: 28px;
    }
    header h2{
        font-size: 24px;
        line-height: 24px;
    }
    header h3{
        font-size: 20px;
        line-height: 20px;
    }
    .custom-nl-header{
        font-size: 28px;
        line-height: 28px;
    }
    .subheader{
        font-size: 24px;
        line-height: 24px;
    }
    .custom-banner-title{
        font-size: 28px;
        line-height: 28px;
    }
    #main_nav .nav > li > a {
        font-size: 18px;
    }
    .custom-swiper-bg-wrapper .container .row .col-sm-12{
        padding: 0;
    }
    /* i-gelb website header anpassungen */

    body > .navbar {
        min-height: 185px;
    }

}

@media (max-width: 568px){
    .navbar-toggle {
        margin-top: 8px;
        margin-bottom: 8px;
        top: unset;
    }
}

@media (max-width: 480px){
    .frame-type-header header h1{
        font-size: 20px;
        line-height: 20px;
    }
    .frame-type-header header h2{
        font-size: 18px;
        line-height: 18px;
    }
    .frame-type-header header h3{
        font-size: 16px;
        line-height: 16px;
    }
    header h1{
        font-size: 20px;
        line-height: 20px;
    }
    header h2{
        font-size: 18px;
        line-height: 18px;
    }
    header h3{
        font-size: 16px;
        line-height: 16px;
    }
    .custom-nl-header{
        font-size: 20px;
        line-height: 20px;
    }
    .subheader{
        font-size: 18px;
        line-height: 18px;
    }
    .custom-banner-title{
        font-size: 20px;
        line-height: 20px;
    }
}


/* i-gelb Footer designanpassungen */

#footer{
    background-color: #08689A;
}

/* i-gelb Navi Designanpassung */

body > .navbar {
    min-height: 185px;
}

.navbar{
    box-shadow: 0 14px 30px -20px rgba(0,0,0,0.5);
}

.navbar-nav.nav {
    width: 100%;
}
#service_nav{
    width: auto;
}
@media (min-width: 768px){
    #main_nav .nav > li {
        text-align: center;
    }
    #main_nav .nav > li > a{
        padding:0;
        margin-top: 20px;
        border-left: 1px solid rgba(255,255,255,0.3);
        margin-bottom: 20px;
        display: block;
        height: 100%;
    }
    li.li-search{
        border-right: 1px solid rgba(255,255,255,0.3);
    }
    #main_nav .nav > li > a:before{
        margin-left: 40px;
        content: none;
    }
    #main_nav .nav > li > a:after{
        margin-right: 40px !important;
        content: none;
    }
    #main_nav .nav > li:hover > a, #main_nav .nav > li.active > a, #main_nav .nav > li > a:hover, #main_nav .nav > li > a:focus {
        margin-top: 0;
        padding-top: 20px;
        border-radius: 0;

    }

    #main_nav .nav > li:hover > a, #main_nav .nav > li.active > a, #main_nav .nav > li > a:hover, #main_nav .nav > li > a:focus{
        background: none repeat scroll 0 0 transparent;
    }
    #main_nav .nav > li > a{
        transition: all 0.1s ease-in-out;
        background: transparent;
        background-size: 100% 200%;
        background-position: top center;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3) inset;

    }
    #main_nav .nav > li:hover > a, #main_nav .nav > li.active > a, #main_nav .nav > li > a:hover, #main_nav .nav > li > a:focus {
        color:#08689A;
        background: linear-gradient(to bottom, #08689A 54%, #fff 50%);
        transition: all 0.1s ease-in-out;
        background-position: bottom center;
        background-size: 100% 200%;

    }
    #main_nav {
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3) inset;
    }

}

@media (max-width: 767px){
    #main_nav .nav > li {
        width: 100% !important;
    }
}


.dropdown-menu > li > a {
    text-align: left;
}


#main_nav .nav > li > a{
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
}

/*i-gelb re-design updates */

#main_nav,#main_nav.fixed,.navbar-toggle-wrapper {
    background: -moz-linear-gradient(170deg, rgba(6,78,115,0.8) 0%, rgba(8,104,154,0.9) 25%, rgba(13,165,168,0.9) 100%);
    background: -webkit-linear-gradient(170deg, rgba(6,78,115,0.8) 0%, rgba(8,104,154,0.9) 25%, rgba(13,165,168,0.9) 100%);
    background: linear-gradient(170deg, rgba(6,78,115,0.8) 0%, rgba(8,104,154,0.9) 25%, rgba(13,165,168,0.9) 100%);
}
#main_nav.fixed {
    box-shadow: 0 -10px 26px 14px rgba(0, 0, 0, 0.6);
}
.navbar-toggle{
    border: 1px solid white;
    background: transparent;
    padding: 5px;
    margin-top: 17px;
    margin-bottom: 17px;
}
@media (max-width: 568px){
    #main_nav .nav > li {
        border-bottom: 1px solid rgba(255,255,255,0.3);
    }
    #main_nav .nav .dropdown-menu{
        margin: 0 auto;
        width: 100%;
    }
}

@media (max-width: 767px) {
    #main_nav {
        box-shadow: inset 0px -19px 27px -16px rgba(0, 0, 0, 0.3); /* shadow inset bei geöffneten burger menu */
    }

    .navbar-toggle-wrapper.collapsed {
        box-shadow: none;
    }

    .navbar-toggle .icon-bar {
        background: #fff;
    }

    div#main_nav.navbar-collapse.hidden-print.collapse.in {
        min-height: 500px;
    }

    .navbar-collapse.collapse.in .nav.navbar-nav {
        padding-top: 30px;
        transition: all 250ms ease-out;
    }

    .navbar-collapse.collapse.in .nav.navbar-nav li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .navbar-nav {
        margin: 0 auto;
        text-align: center;
    }

    #main_nav .nav .dropdown-menu {
        margin: 0 auto;
        width: 100%;
    }
    .dropdown-menu > li > a{
        text-align: center;
    }
}











    /* allgemeine link gestaltung */

a.external-link-new-window, a.download, a.internal-link, a.mail{
    padding-left: 2px;
}
a.external-link-new-window, a.download, a.internal-link, a.mail {
    position: relative;
    margin-left: 16px;
    display: inline-block;
}
a.external-link-new-window:before, a.download:before, a.internal-link:before, a.mail:before {
    display: block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    top: 4px;
    left: -16px;
    margin-right: 3px;
    vertical-align: 1px;
    margin-left: 0;
    font-size: 83%;
    text-decoration: none;
    position: absolute;
}


/* i-gelb rechte spalte inhalte re-design  */
/* news */
/* header */
div#maincnt_right div.news-related-wrap div.news-related-news h4 {
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
    background-color: #0C91A4;
    padding-top: 10px;
    padding-left: 20px;
    box-shadow: inset 0 -4px 11px -6px rgba(0,0,0,0.2);
    padding-bottom: 10px;
    font-weight: normal;
}
/* list */
div#maincnt_right div.news-related-wrap div.news-related-news ul {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
}
/* date */
div#maincnt_right div.news-related-news span.news-related-news-date{
    display: inline-block;
    color: white;
    border-radius: 2px;
    font-weight: bold;
    font-size: 11px;
    margin-bottom: 3px;
    padding: 5px 10px;
    background-color: #0C91A4;
    letter-spacing: 0.5pt;
}
/* news teasertext */
div#maincnt_right div.news-related-wrap div.news-related-news ul li a {
    display: block;
}

/* event */
/* header */
div#maincnt_right div.news-related-wrap div.news-related-event h4 {
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
    background-color: #0A7D9F;
    padding-top: 10px;
    padding-left: 20px;
    box-shadow: inset 0 -4px 11px -6px rgba(0,0,0,0.2);
    padding-bottom: 10px;
    font-weight: normal;
}
/* list */
div#maincnt_right div.news-related-wrap div.news-related-event ul {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
}
/* date */
div#maincnt_right div.news-related-event span.news-related-event-date{
    display: inline-block;
    color: white;
    border-radius: 2px;
    font-weight: bold;
    font-size: 11px;
    margin-bottom: 3px;
    padding: 5px 10px;
    background-color: #0A7D9F;
    letter-spacing: 0.5pt;
}
div#maincnt_right div.news-related-wrap div.news-related-event ul li a {
    display: block;
}

/* download */
/* header */
div#maincnt_right div.news-related-files h4 {
    color: #FFFFFF;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
    background-color: #08689A;
    padding-top: 10px;
    padding-left: 20px;
    box-shadow: inset 0 -4px 11px -6px rgba(0,0,0,0.2);
    padding-bottom: 10px;
    font-weight: normal;
}
/* list */
div#maincnt_right div.news-related-files ul {
    padding: 10px 20px;
}
/* list entry */
div#maincnt_right div.news-related-files ul li {
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
/* icon wrapper */
div#maincnt_right div.news-related-files ul li span.news-related-files-link {
    position: relative;
    display: block;
    padding-left: 24px;
}
/* icon */
div#maincnt_right div.news-related-files ul li span.news-related-files-link:before{
    content: "";
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    color: #08689A;
    top: 0;
    left: 0;
    margin-right: 10px;
    vertical-align: 1px;
    margin-left: 0;
    font-size: 83%;
    text-decoration: none;
    border: 1px solid;
    padding: 6px 5px;
    border-radius: 2px 0px 0px 2px;
}
/* description */
div#maincnt_right div.news-related-files ul li span.news-related-files-size {
    display: block;
    font-size: 14px;
    padding-right: 26px;
    margin-left: -24px;
    padding-top: 5px;
}
/* download link */
div#maincnt_right div.news-related-wrap div.news-related-files ul li a {
    font-weight: bold;
    display: inline-block;
    color: white;
    border-radius: 0 2px 2px 0;
    font-size: 11px;
    margin-bottom: 3px;
    padding: 5px 10px;
    background-color: #08689A;
    padding-bottom: 4px;
    width: 100%;
    border: 1px solid transparent;
}

/* bmu activity */
/* header  */
div#maincnt_right div.news-related-links h4 {
    color: #FFFFFF;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
    background-color: #0DA5A8;
    padding-top: 10px;
    padding-left: 20px;
    box-shadow: inset 0 -4px 11px -6px rgba(0,0,0,0.2);
    padding-bottom: 10px;
    font-weight: normal;
}
div#maincnt_right div.news-related-links ul {
    padding: 10px 20px;
}
/* allgemein wrapper rechte spalte */
div#maincnt_right div.news-related-wrap {
    background: none repeat scroll 0 0 #fff;
    padding: 0px;
    margin: 20px 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    background-color: white;
    hyphens: auto;
}

/* labels aus kontaktformular ausblenden */

.tx-powermail .powermail_fieldwrap .powermail_fieldwrap_type_check .powermail_label.control-label{
    display: none;
}

