/* Add optional wordbreak style for wordbreak tag (IE fix) */
wbr:after { content: "\00200B"; }

@font-face {
    font-family: 'TitilliumThin';
    src: url('../fonts/titillium-thin.eot');
    src: url('../fonts/titillium-thin.eot?#iefix') format('embedded-opentype'), url('../fonts/titillium-thin.woff') format('woff'), url('../fonts/titillium-thin.ttf') format('truetype'), url('../fonts/titillium-thin.svg#titilliumthin') format('svg');
}
@font-face {
    font-family: 'TitilliumRegular';
    src: url('../fonts/titillium-regular.eot');
    src: url('../fonts/titillium-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/titillium-regular.woff') format('woff'), url('../fonts/titillium-regular.ttf') format('truetype'), url('../fonts/titillium-regular.svg#titillium_webregular') format('svg');
}
@font-face {
    font-family: 'TitilliumMedium';
    src: url('../fonts/titillium-semibold.eot');
    src: url('../fonts/titillium-semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/titillium-semibold.woff') format('woff'), url('../fonts/titillium-semibold.ttf') format('truetype'), url('../fonts/titillium-semibold.svg#titillium_websemibold') format('svg');
}
@font-face {
    font-family: 'glyphicons-halflings-regular';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflings-regular') format('svg');
}

@font-face {
  font-family: 'Iconfont';
  src: url('../fonts/iconfont.eot');
  src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg#icomoon') format('svg');
}
/* Font-Fix for Webkit */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'Iconfont';
    src: url('../fonts/iconfont.svg#icomoon') format('svg');
  }
}

.hidden,
.initialHidden {
    display: none;
}
h1, .h1 {
    font-family: "TitilliumMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2em;
    color: #017d87;
    margin-bottom: 15px;
}
h2, .h2 {
    font-family: "TitilliumMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    color: #017d87;
    margin-bottom: 15px;
}
h3, .h3 {
    font-size: 1.25em;
    margin-bottom: 15px;
    font-weight:bold;
}

.h3 {
    font-family: "TitilliumMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h4,.h4 {
    font-size: 1em;
    margin-bottom: 15px;
    font-weight:bold;
}
.h4 {
    font-family: "TitilliumMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/* content box around text areas and section */
.text-container-element {
  padding-bottom:20px;
}

.text-box{
   background-color: #FFF;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    margin-bottom:20px;
}

.tabs .tab-content,
.text-box{
padding: 20px;
}

@media(min-width:768px){
  .tabs .tab-content,
  .text-box{
       padding: 20px 30px 30px 30px;
  }
}

@media(min-width:992px){
  .tabs .tab-content,
  .text-box{
  padding: 20px 40px 30px 40px;
  }
}


.glossar_tooltip .text a,
.rfb-wrapper p a,
.rfb-wrapper .content .text-box ul a{
  padding-right:3px;
  text-decoration:underline;
  color:#00555C;
  border:0px;
  font-weight:normal;
}

.glossar_tooltip .text a{
  color:#FFF;
}
.glossar_tooltip .text a:hover,
.glossar_tooltip .text a:focus,
.rfb-wrapper p a:hover,
.rfb-wrapper p a:focus,
.rfb-wrapper .content .text-box ul a:hover,
.rfb-wrapper .content .text-box ul a:focus{
  text-decoration:none;
}

.glossar_tooltip .text a.highlight-link,
.rfb-wrapper a.highlight-link,
.rfb-wrapper p a.highlight-link{
  font-weight:bold;
  border-bottom:2px solid transparent;
  padding-right:3px;
  text-decoration:none!important;
}

.glossar_tooltip .text a.highlight-link{
  color:#FFF;
}

.rfb-wrapper .simple-item-link{
  margin-top:20px;
  margin-left:-3px;
  text-align:right;
}
.glossar_tooltip .text a.highlight-link:before,
.rfb-wrapper a.highlight-link:before,
.rfb-wrapper p a.highlight-link:before{
  font-family:"Glyphicons Halflings";
   font-size:12px;
   content: "\e080 ";
   padding-right: 5px;
}
.rfb-wrapper a.highlight-link,
.rfb-wrapper p a.highlight-link{
  font-weight:bold;
  border-bottom:2px solid transparent;
  padding-right:3px;
  color:#00555C;
}
.glossar_tooltip .text a.pdf,
a.pdf{
  padding-right:3px;
}

.glossar_tooltip .text a.pdf:after,
a.pdf:after{
  display:inline-block;
  font-size:10px;
  font-weight:bold;
  padding:0px 2px;
  content:"PDF";
  color:#FFF;
  background-color:#00555c;
  border:1px solid #00555c;
  border-radius:3px;
  vertical-align:top;
  margin-top:0.4em;
  margin-left:3px;
  line-height:14px;
}

.glossar_tooltip .text a.pdf:after{
  background-color:#FFF;
  color: #00555c;
}
.rfb-wrapper a.highlight-link:hover,
.rfb-wrapper a.highlight-link:focus,
.rfb-wrapper p a.highlight-link:hover,
.rfb-wrapper p a.highlight-link:focus{
  text-decoration:none;
  color:#00555C;
  border-color:#00555C;
}

.glossar_tooltip .text a.highlight-link:hover,
.glossar_tooltip .text a.highlight-link:focus{
  text-decoration:none;
  color:#FFF;
  border-color:#FFF;
}

.more-link-container{
  margin-top:10px;
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-left: 0px;
}
.radio-inline,  .checkbox-inline{
  margin-right:10px;
}
.radio-inline:last-child,  .checkbox-inline:last-child{
  margin-right:0px;
}

a,
a:hover,
a:focus {
    color: #00555C;
}
@media(min-width:768px) {
    p.column-count-2 {
        -webkit-column-count: 2;
        /* Chrome, Safari, Opera */
        
        -moz-column-count: 2;
        /* Firefox */
        
        column-count: 2;
    }
}

a.glossar:before{
  display:none;
  content:'';
}
a.glossar{
  background-color:rgba(174, 216, 215, 0.5);
  color: #333333!important;
  text-decoration:none!important;
  padding:0px 5px 1px 4px!important;
  white-space: nowrap;
  border:0px!important;
  font-weight:normal!important;
}
a.glossar.active-tooltip,
a.glossar:hover,
a.glossar:focus{
  background-color:#00555C!important;
  color:#fff!important;
}

a.glossar:after{
  content: "\e260";
  font-family: "Glyphicons Halflings";
  font-size: 12px;
  padding-left:4px;
  padding-top:2px;
}

@media(max-width:991px) {
    .text-box {
        margin-left: -30px;
        margin-right: -30px;
        border-left: 0px;
        border-right: 0px;
        border-radius: 0px;
    }
}
.content-container {
    padding-left: 15px;
    padding-right: 15px;
}
.topmargin {
    margin-top: 20px;
}
.bottommargin {
    margin-bottom: 20px;
}

.startteaser-text ul li,
.rfb-wrapper .content .text-container-element ul li,
.rfb-wrapper .content .text-box ul li,
.rfb-wrapper .content .text-container ul li {
    list-style-type: none;
    display: block;
    padding: 3px 15px;
    position: relative;
}
.startteaser-text ul,
.rfb-wrapper .content .text-container-element ul,
.rfb-wrapper .content .text-box ul,
.rfb-wrapper .content .text-container ul {
    padding: 0px;
}
.startteaser-text ul ul,
.rfb-wrapper .content .text-container-element ul ul,
.rfb-wrapper .content .text-box ul ul,
.rfb-wrapper .content .text-container ul ul {
    padding-left: 20px;
}
.startteaser-text ul li:before,
.rfb-wrapper .content .text-container-element ul li:before,
.rfb-wrapper .content .text-box ul li:before,
.rfb-wrapper .content .text-container ul li:before {
    font-family: 'Glyphicons Halflings';
    content: "\e074";
    color: #017d87;
    line-height: 1em;
    font-size: 8px;
    position: absolute;
    top: 12px;
    left: 1px;
}
div:lang(AR) ul li:before,
div.RTL ul li:before {
    right: 1px;
}
html {
    position: relative;
    min-height: 101%;
}
body {
    background-color: #00555c;
    font-family: "TitilliumRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #333333;
    overflow-x: hidden;
}
.rfb-wrapper {
    margin-right: auto;
    margin-left: auto;
    /*margin-top:-5px;*/
    padding-left: 15px;
    padding-right: 15px;
}
.rfb-wrapper.top.white,
.rfb-wrapper.startteaser.white {
    background-color: white;
}
.rfb-wrapper.top.transparent,
.rfb-wrapper.startteaser.transparent {
    background-color: transparent;
}
main {
    background: url('../images/bodybg.jpg');
    padding-bottom: 45px;
}
/*.contentwrapper {
    padding-top:153px;
}
Headerfixierung*/
.footer {
    position: absolute;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #00555c;
    border-top: 5px solid #43c9d5;
}
.container {
    width: 994px;
    height: 100%;
    border: 0px solid #000;
}
.header {
    top: 0;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    height: 150px;
    background: url('../images/senderlogos-1.png')#ffffff;
    background-repeat: no-repeat;
    background-position: center;
    /*z-index:999; Headerfixierung */
}
.header {
    border-bottom: 5px solid #fff;
    height: 154px;
}
.header.page-level-0 {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.header:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, #2DB9C7, #005b62);
    opacity: 0.80;
}
.logo {
    float: right;
    width: 308px;
    height: 90px;
    #background: url('../images/ardzdfdradiobs.png')#ffffff;
    background: url('../images/ardzdfdradiobs2020.png')#ffffff;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.top {
    background: #f1f1f1;
}
.startteaser {
    background: #f1f1f1;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 45px;
}

@media(max-width:767px){
.startteaser{
  padding-left: 20px;
  padding-right: 20px;
}
}
.startteaser.startpage {
    text-align: center;
    padding-top: 25px;
    border: 0px;
    padding-bottom: 0px;
}
.startteaser.sendermap {
    padding-bottom: 20px;
}
.startblock {
    width: 60%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2em;
}

.startblock-blocksatz {
    text-align: justify;
}

.content {
    padding-top: 45px;
}
.startteaser .startteaser-buttons {
 margin-top:30px;
 margin-bottom:-16px;
}
.startteaser .startteaser-bild{
  text-align:center;
  padding-right:15px;
}

@media(max-width:767px){
  .startteaser .startteaser-bild{
    float:none!important;
    clear:both;
    margin-bottom:20px;
    margin-top:10px;
  }
}

.startteaser .startteaser-bild .article-image img{
  display:inline-block;
}

-------------------------------------------------- */
/* Startseite Button Aktuelles mit Icon
-------------------------------------------------- */

.button-aktuell {
  margin-left: auto;
  margin-right: auto;
  text-align:center;
  left:-2px;
}

a.aktuell-button {
  position: relative;
  top: 100px;
  left: -3px;
  display: inline-block;
  width: 144px;
  height: 49px;
  background-color: #ec7404;
  border-radius: 5px 5px 0px 0px;
  padding-top: 10px;
  color: #ffffff;
  font-family: "TitilliumMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 2;
  text-decoration: none;
  overflow: hidden;
}

a.aktuell-button:hover {
  background-color: #ffffff;
  color: #ec7404;
  text-decoration: none;
}

a.icon-aktuelles:before {
  background: url("../images/aktuell-hell.svg"), none;
  display: block;
  margin: 4px 10px 0 20px;
  float: left;
  width: 23px;
  height: 23px;
  content: "";
}

a:hover.icon-aktuelles:before {
  background: url("../images/aktuell-dunkel.svg"), none;
}

@media(max-width:767px){ 

 a.aktuell-button {
  position: relative;
  top: -14px;
  display: inline-block;
  width: 308px;
  height: 39px;
  background-color: #ec7404;
  border-radius: 5px;
  padding-top: 4px;
  padding-left: 90px;
  color: #ffffff;
  font-family: "TitilliumMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 2;
  text-decoration: none;
  overflow: hidden;
  text-align: left;
  left:0;
 }
 .button-aktuell {
   position: relative;
   margin-left: auto;
   margin-right: auto;
   /*width: 300px;*/
   padding-left: 0;
   padding-right: 0;
   text-align: center;
 } 


}

@media(max-width:479px){ 

 a.aktuell-button {
  position: relative;
  top: -13px;
  display: inline-block;
  width: 216px;
  height: 39px;
  background-color: #ec7404;
  border-radius: 5px;
  padding-top: 4px;
  padding-left: 30px;
  color: #ffffff;
  font-family: "TitilliumMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 2;
  text-decoration: none;
  overflow: hidden;
  left:0;
 }

}
/* end: Startseite Button Aktuelles mit Icon
-------------------------------------------------- */

/* Suchschlitz
-------------------------------------------------- */
.header .search-container .form-control-feedback{
  pointer-events: auto;
  pointer-events: unset;
  
  cursor:pointer;
}
.search {
    float: right;
    margin-top: 10px;
}

.search .icon-lupe:before{
  margin-top:5px;
}

.searchfield {
    background-color:rgba(255,255,255,0.98);
    background-image: none;
    border: 1px solid #ffffff;
    border-radius: 5px;
    color: #117D85;
    display: block;
    font-family: "TitilliumMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    opacity: 999;
    line-height: 1.42857;
    padding: 5px 12px;
    width: 390px;
    height: 40px;
}

.header .home-image-link .logo{
  border:1px solid transparent;
  border-top:0px;
}

.header .home-image-link:focus .logo,
.header .home-image-link:hover .logo,
.searchfield:focus{
border-color:#00555c;
background-color:#FFF;
box-shadow:0px 2px 4px 0px rgba(0,0,0,0.5);
}
.icon-lupe:before {
    background: url("../icons/einfach-lupe.svg"), none;
    display: block;
    margin: 15px 10px 0 0;
    float: right;
    width: 30px;
    height: 30px;
    content: "";
}
@media (min-width: 768px) {
    .header.bg1 {
        background: url('../images/senderlogos-1.png')#ffffff;
        background-repeat: no-repeat;
        background-position: center;
    }
    .header.bg2 {
        background: url('../images/senderlogos-2.png')#ffffff;
        background-repeat: no-repeat;
        background-position: center;
    }
    .header.bg3 {
        background: url('../images/senderlogos-3.png')#ffffff;
        background-repeat: no-repeat;
        background-position: center;
    }
    .header.bg4 {
        background: url('../images/senderlogos-4.png')#ffffff;
        background-repeat: no-repeat;
        background-position: center;
    }
    .header.bg5 {
        background: url('../images/senderlogos-5.png')#ffffff;
        background-repeat: no-repeat;
        background-position: center;
    }
    .header.bg6 {
        background: url('../images/senderlogos-6.png')#ffffff;
        background-repeat: no-repeat;
        background-position: center;
    }
}
@media (max-width: 767px) {
    .container {
        padding-left: 0px;
        padding-right: 0px;
    }
    .header {
        top: 0;
        width: 100%;
//        min-height: 190px;
height: auto;
        background: #ffffff;
    }
    .logo {
        float: none;
        margin: 0 auto;
        width: 308px;
        height: 90px;
        #background: url('../images/ardzdfdradiobs.png')#ffffff;
        background: url('../images/ardzdfdradiobs2020.png')#ffffff;
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 0 0 5px 5px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
    /* Suchschlitz
-------------------------------------------------- */
    
    .search {
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: 308px;
     }
    .searchfield {
        background-color: #ffffff;
        background: url("../icons/einfach-lupe.svg") #ffffff;
        background-size: 30px auto;
        background-repeat: no-repeat;
        background-position: center right 10px;
        line-height: 1.3;
        width: 308px;
        height: 40px;
    }
    .icon-lupe:before {
        display: none;
    }
    .zielgruppenname {
        float: none;
        margin: 0 auto;
        margin-top: -13px;
        width: 308px;
        background: #ffffff;
        border-radius: 5px 5px 0 0;
        font-family: "TitilliumMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 16px;
        color: #117D85;
        text-align: center;
        line-height: 1.8;
    }
    .footer {
        padding-left: 30px;
    }
}
@media (max-width: 479px) {
    img {
        max-width: 100%;
        height: auto;
    }
    .header {
        top: 0;
        width: 100%;
//        min-height: 141px;
height: auto;
        background: #ffffff;
    }
    .logo {
        float: none;
        margin: 0 auto;
        width: 216px;
        height: 67px;
        #background: url('../images/ardzdfdradiobs.png')#ffffff;
        background: url('../images/ardzdfdradiobs2020.png')#ffffff;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 0 0 5px 5px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
    /* Suchschlitz
-------------------------------------------------- */
    
    .search {
        float: none;
        margin-top: 7px;
        margin-left: auto;
        margin-right: auto;
        width: 216px;
    }
    .searchfield {
        background-color: #ffffff;
        background: url("../icons/einfach-lupe.svg") #ffffff;
        background-size: 20px auto;
        background-repeat: no-repeat;
        background-position: center right 10px;
        line-height: 1.3;
        width: 216px;
        height: 30px;
    }
    .icon-lupe:before {
        display: none;
    }
    .zielgruppenname {
        float: none;
        margin: 0 auto;
        margin-top: -13px;
        padding-top: 5px;
        padding-left: 5px;
        padding-right: 5px;
        width: 216px;
        min-height: 30px;
        background: #ffffff;
        border-radius: 5px 5px 0 0;
        font-family: "TitilliumMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 16px;
        color: #117D85;
        text-align: center;
        line-height: 1.2;
    }
}
.zielgruppenname.no-display {
    background-color: transparent;
    color: transparent;
}
@media (max-width: 1023px) {
    .container {
        width: 100%;
        height: 100%;
        border: 0px solid #000;
    }
    .content {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.startseite {
    height: 149px;
    overflow: hidden;
}
.no-gutter {
    padding-left: 0px;
    padding-right: 0px;
}
/* Startseite Button mit Icon
-------------------------------------------------- */

a.startseite-button {
    position: relative;
    top: 100px;
    display: inline-block;
    width: 144px;
    height: 49px;
    background-color: #ffffff;
    border-radius: 5px 5px 0px 0px;
    padding-top: 10px;
    color: #117D85;
    font-family: "TitilliumMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 2;
    text-decoration: none;
    overflow: hidden;
    margin-right: 1px;
}
a.startseite-button:focus,
a.startseite-button:hover {
    background-color: #017d87;
    color: #ffffff;
    text-decoration: none;
}
a.icon-startseite:before {
    background: url("../icons/einfach-haus-gruen.svg"), none;
    display: block;
    margin: 0 6px 0 15px;
    float: left;
    width: 30px;
    height: 30px;
    content: "";
}
a:focus.icon-startseite:before,
a:hover.icon-startseite:before {
    background: url("../icons/einfach-haus.svg"), none;
}
/* das X im Suchschlitz entfernen (IE)
-------------------------------------------------- */

input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}
input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}
/* Abgeschwaechte Farbe des Placeholder Text im Suchschlitz  (Browser)
------------------------------------------------------------------------- */

input::-moz-placeholder {
    opacity: 1;
}
input::-webkit-input-placeholder {
    color: #017d87;
}
/* Navigation (Reiter)
------------------------------------------------------------------------- */
.nav > li{
  float:none;
  clear:both;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: #00555c;
}

.nav-no-gutter {
    padding-left: 0px;
    padding-right: 0px;
}
.nav-bs {
    border: 0px solid #000;
}
.nav-bs span.glyphicon {
    padding-right: 10px;
}
.nav-bs > li {
    border-bottom: 1px solid #fff;
}
.nav-bs > li:last-child {
    border-bottom: 0px solid #fff;
}
.nav-bs > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: "TitilliumMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.1;
    color: #ffffff;
    text-align: center;
    background-color: #017d87;
    border-radius: 0 0 0 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /*margin-top:10px;*/
}
.nav-bs-zurueck > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: "TitilliumMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.1;
    color: #ffffff;
    text-align: center;
    background-color: #017d87;
    border-radius: 0 0 0 0;
}
.nav-bs > .active > a,
.nav-bs > .active > a:hover,
.nav-bs > .active > a:focus {
    background-color: #00555c;
}
.nav-bs > .parentActive:after,
.nav-bs > .active:after {
    top: 0%;
    left: 0%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 85, 92, 0);
    border-top-color: transparent;
    border-left-color: #ffffff;
    border-width: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
@media (min-width: 768px) {
    .nav.float > li {
        float: left;
    }

    .nav-no-gutter {
        padding-left: 15px;
        padding-right: 15px;
    }
    .nav-bs {
        margin-top: -10px;
        max-height: 50px;
    }
    .nav-bs > li > a {
        width: 144px;
        height: 50px;
        margin-right: 1px;
        border-radius: 0 0 5px 5px;
    }
    .nav-bs > li {
        display: table-cell;
        width: 0%;
        border-bottom: 0px solid #ff0000;
    }
    .nav-bs > .parentActive:after,
    .nav-bs > .active:after {
        top: 100%;
        left: 50%;
        border-top-color: #017d87;
        border-left-color: transparent;
        border-width: 8px;
        margin-left: -8px;
        margin-right: 0;
        margin-top: 0;
    }
    .nav-bs > .active:after,
    .nav-bs > .parentActive:hover:after{
      border-top-color: #00555c;
    }
    
    
    .nav-bs span.glyphicon-chevron-right {
        display: none;
    }
    .nav-bs-zurueck {
        margin-top: -10px;
        max-height: 50px;
    }
    .nav-bs-zurueck > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
        font-family: "TitilliumMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 16px;
        line-height: 1.1;
        color: #ffffff;
        text-align: left;
        background-color: #017d87;
        width: 220px;
        height: 70px;
        margin-right: 1px;
        border-radius: 0 0 5px 5px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .nav-bs-zurueck span.glyphicon-chevron-left {
        display: inline-block;
        padding-right: 0;
    }
    .nav-bs-zurueck .title {
        display: block;
        padding-left: 20px;
        width: 190px;
        height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
/* Breadcrumb (in Less auf die neuen Werte aendern)
------------------------------------------------------------------------- */

.breadcrumb {
    padding: 8px 0px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
    font-size: 14px;
    text-align: right;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li + li:before {
    content: "\003e";
    padding: 0 5px;
    color: #333333;
}
.breadcrumb > li > a {
    color: #333333;
}
.breadcrumb > li > a:hover,
.breadcrumb > li > a:focus {
    color: #333333;
    text-decoration: underline;
}
.breadcrumb > .active {
    font-family: "TitilliumMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333;
}
/* Modul: Zielgruppenteaser
------------------------------------------------------------------------- */

.zielgruppenteaser {
    margin-bottom: 50px;
    padding-bottom: 40px;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    margin-left:-30px;
    margin-right:-30px;
}
.zielgruppenteaser-bild {
    float: left;
    margin: 35px 0 0 0;
}
.zielgruppenteaser-bild-rechts {
    float: right;
    margin: -210px 0 0 0;
}
.zielgruppenteaser-bild > img {
    max-width: 100%;
    height: auto;
}
.zielgruppenteaser-bild-rechts > img {
    max-width: 100%;
    height: auto;
}
.zielgruppenteaser-ueberschrift {
    float: left;
    padding: 30px 0 0 30px;
}


.zielgruppenteaser-ueberschrift a{
  /*border-bottom:2px solid transparent;*/
  color: #017d87;
  padding-right:2px;
}
.zielgruppenteaser-ueberschrift a:hover,
.zielgruppenteaser-ueberschrift a:focus{
  border-color: #017d87;
  text-decoration:underline;
}

.zielgruppenteaser-text {
    float: left;
    padding: 0px 20px 50px 30px;
}
.zielgruppenteaser-text div p {
    display: inline;
}
/*.zielgruppenteaser-text div p:after{
  content:" ";  
} */

.zielgruppenteaser-text-links {
    float: left;
    padding: 0px 20px 40px 30px;
}
.zielgruppenteaser-buttons {
    float: left;
    padding: 0px 20px 0px 20px;
}
.zielgruppenteaser-wrapper {
    float: left;
    width: 50%;
    border: 1px solid #000;
}
.zielgruppenteaser.collapsed .zielgruppenteaser-text > div {
    max-height: 3.25em;
    overflow: hidden;
    position: relative;
}
.zielgruppenteaser-ueberschrift h2{
  text-align:left;
  padding-left:25px;
}
.zielgruppenteaser .zielgruppenteaser-ueberschrift .glyphicon{
  margin-left:20px;
  margin-right:20px;
}
@media(min-width:768px){
.zielgruppenteaser-ueberschrift h2{
  display:inline-block;
  text-align:center;
  padding-left:0px;
}

}

@media(min-width:992px){
  .zielgruppenteaser.collapsed .zielgruppenteaser-text > div {
    max-height: 4.25em;
  }
  .zielgruppenteaser {
    margin-left:0px;
    margin-right:0px;
  }
}
.zielgruppenteaser.collapsed .zielgruppenteaser-text > div:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    -webkit-transition: height 0.5s;
}
@media (max-width: 991px) {
    .zielgruppenteaser-bild > a img {
        max-width: 55%;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
    .zielgruppenteaser-bild-rechts {
        float: right;
        margin: -460px 20px 0 0;
    }
    .zielgruppenteaser-bild-rechts > a img {
        max-width: 50%;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
    .zielgruppenteaser-ueberschrift {
        padding: 20px 0 0 0;
    }
    .zielgruppenteaser-ueberschrift-links {
        padding: 20px 0px 0px 60px;
    }
    .zielgruppenteaser-text {
        padding: 20px 60px 0px 0px;
    }
    .container-pull-right .zielgruppenteaser-ueberschrift,
    .container-pull-right .zielgruppenteaser-text {
        padding: 20px 0px 0px 60px;
    }
    
    .zielgruppenteaser-text-links {
        float: left;
        padding: 0px 20px 40px 60px;
    }
    .zielgruppenteaser-buttons {
        text-align: center;
        padding: 30px 32px 0px 32px;
    }
    .zielgruppenteaser {
        margin-bottom: 30px;
        margin-top: 0px;
        padding-bottom: 30px;
        background-color: #ffffff;
        border-radius: 0px;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
        overflow: hidden;
        width: auto;
    }
}
@media (max-width: 767px) {
    .zielgruppenteaser-bild {
        float: none;
    }
    .zielgruppenteaser-bild > a img {
        max-width: 40%;
        height: auto;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
    .zielgruppenteaser-ueberschrift {
        float: none;
        padding: 30px 0 0 0!important;
        text-align: center;
    }
    .zielgruppenteaser-ueberschrift h2{
      padding-left:5px;
    }
    .zielgruppenteaser-text {
        float: left;
        /*padding: 20px 40px 0px 40px!important;*/
        padding: 20px 7px 0px 7px;
    }
    .zielgruppenteaser-buttons{
      padding:20px 7px 0 7px;
    }
    .zielgruppenteaser-buttons .urlbild-container > div{
      padding-left:0px;
      padding-right:0px;
    }
}
/*  Bankverbindungen (Bundeslaender) - LgBankDetails
----------------------------------------------------------------------------- */

.details {
  display:none;
}
.text-box-bv {
  min-height: 350px;
  padding-left: 40px;
  padding-top:  50px;
}	
.lraname {
  padding-top: 60px;
  color: #017d87;
  font-family: "TitilliumMedium","Helvetica Neue",Helvetica,Arial,sans-serif; 
  font-size: 150% !Important;
  padding-bottom: 5px;

}
.form-control-bv {
  margin-left: -15px;
}
.button-bv {
background-color: #017d87;
border: 1px solid #017d87;
border-radius: 5px;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
color: #fff;
display:block;
width: 100%;
padding: 6px 50px;
margin-left: -15px; 
text-align: center;
}

@media all and (max-width: 767px) {
.button-bv {
margin-top: 25px;
}
}
.button-bv:focus {
background-color: #00555c;
border: 1px solid #00555c;
text-decoration: none;
}   

/* Modul: Artikelteaser
------------------------------------------------------------------------- */
.panel-title > a {
    color: #017d87;
    outline: none;
}

.panel-title > a .glyphicon{
    margin-left:20px;
}
@media(max-width:767px){
 .panel-title > a .glyphicon{
    margin-right:20px;
}
.panel .panel .panel-title > a .glyphicon{
  margin-right:0px;
 margin-bottom: 5px;
}
}


.panel-title > a:hover,
.panel-title > a:focus{
  /*text-decoration:none;*/
  border-color: #017d87;
}

.panel-group .panel {
    padding: 30px 0 30px 0;
    margin-bottom: 30px;
    border-radius: 6px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    border: 0px solid #ddd;
}
.panel-heading {
    background-color: #ffffff;
}
.pull-right {
    float: right !important;
    padding-right: 15px;
}
.panel-title {
    font-size: 1.5em;
    color: #017d87;
    background-color:#fff;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: 3px solid #f1f1f1;
    margin-top: 25px;
}
.artikelteaser-text {
    padding: 5px 0 0 25px;
}
.artikelteaser-text p {
  display:inline;
}
.artikelteaser-buttons {
    padding-top: 10px;
}
@media (max-width: 991px) {
    .panel-group .panel {
        padding: 30px 0 30px 0;
        margin-bottom: 15px;
        margin-top: 0px;
        border-radius: 0px;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
        border: 0px solid #ddd;
        margin-left: -15px;
        margin-right: -15px;
    }
    .artikelteaser-text {
        padding: 0 20px;
    }
}
@media (max-width: 767px) {
.artikelteaser-buttons {
        padding-top:30px;
        /*padding: 30px 16px 0 16px;*/
    }
.artikelteaser-buttons .urlbild-container > div{
  padding-left:0px;
        padding-right:0px;
}
}

.panel-heading{
  padding:0px;
}
.panel-container {
    margin-left: -30px;
    margin-right: -30px;
    position: relative;
    overflow: hidden;
}
.panel-container .panel-container{
 margin-left:0px;
 margin-right:0px;
}
.panel-container .panel .indicator {
    padding-right: 0px;
}
.panel-container .panel .panel .indicator {
    padding-right: 15px;
}
.nested-panel-group .panel {
    background-color: #e7e7e7;
}

.panel .text-container-element{
  padding-bottom:0px;
}
.panel-container .panel {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    margin: 0px 0px 20px 0px;
    padding: 0px;
    border: none;
}
.nested-panel-group .panel .panel {
    background-color: #FFF;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.panel-container  .panel,
.panel-container  .panel > .panel-heading {
    border-radius: 0px;
}
.panel-container .panel .panel,
.panel-container .panel .panel > .panel-heading {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.panel-container .panel > .panel-heading {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    background-color: #FFF;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}
.panel-container .panel .panel-title {
    padding: 10px 0px;
}
.nested-panel-group .panel .panel > .panel-heading {
    border-left: 5px solid #017d87;
    margin-left: -5px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.panel-container .panel .panel-title span.title {
    max-width: 85%;
    float: left;
    display: block;
}
.nested-panel-group .panel .panel .panel-title a:hover span.title,
.nested-panel-group .panel .panel .panel-title a:focus span.title{
  text-decoration:underline;
}
.nested-panel-group .panel .panel .panel-title {
    font-family: TitilliumRegular;
    font-size: 1.25em;
    padding: 8px 0px;
    clear: both;
    overflow: hidden;
}
.nested-panel-group .panel > .panel-heading + .panel-collapse > .panel-body {
    padding: 20px 0px 10px 0px;
}
.panel-container .panel > .panel-heading + .panel-collapse > .panel-body {
    border: none;
    margin: 0px;
}
.nested-panel-group .panel .panel > .panel-heading + .panel-collapse > .panel-body {
    padding: 20px;
}
.nested-panel-group .panel .panel {
    border-left: 5px solid #AED8D7;
}
.nested-panel-group .panel .accordion {
    margin-left: 15px;
    margin-bottom: 0px;
}
/** ab tablet **/

@media all and (min-width: 768px) {
    .panel-group {
        margin:0px;
    }
    .nested-panel-group .panel .accordion {
        margin-right: 15px;
    }
    .nested-panel-group .panel .panel,
    .nested-panel-group .panel .panel > .panel-heading {
        border-radius: 6px;
    }
    .nested-panel-group .panel .panel .panel-title span.title {
        max-width: 90%;
    }
    .panel-container .panel .indicator {
        padding-right: 30px;
    }
    .nested-panel-group .panel > .panel-heading + .panel-collapse > .panel-body {
        padding-bottom: 20px;
    }
}
/** desktop **/

@media all and (min-width: 992px) {
    .panel-container .panel,
    .panel-container .panel > .panel-heading {
        border-radius: 6px;
    }
    .panel-container .panel{
      margin: 0px 3px 20px 3px;
    }
    .panel-container .panel > .panel-heading + .panel-collapse > .panel-body {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .nested-panel-group .panel .panel > .panel-heading + .panel-collapse > .panel-body {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .nested-panel-group .panel > .panel-heading + .panel-collapse > .panel-body {
        padding-top: 30px;
        padding-bottom: 15px;
    }
    .panel-container .panel .accordion,
    .panel-container .panel .panel-title {
        margin-left: 4.5%;
    }
    
    .nested-panel-group .panel .panel .accordion,
    .nested-panel-group .panel .panel .panel-title {
      padding-left: 15px;
      padding-right: 15px;
    }
    .content-panel-group .panel-body{
      padding-left:4.5%;
      padding-right:4.5%;
      padding-top:30px;
    }
    .panel-container .panel .panel .panel-title{
      margin:0px;
    }
    .nested-panel-group .panel .accordion {
        width: 90%;
    }
    .panel-container {
        margin-left: 0px;
        margin-right: 0px;
    }
}

/* Modul: WelcomeLandingpage
------------------------------------------------------------------------- */

.welcome-Container {
    margin-left: -30px;
    margin-right:-30px;
    width:auto;
    display:block;
    #float:none;
}
.welcome-entry {
   min-height: 20px;
   max-height: 110px;
   padding: 5px;
   margin-bottom: 20px;
   background-color: #fff;
   border: 1px solid #e3e3e3;
   border-radius: 4px;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.welcome-Container .col-sm-3 {
    padding-left: 5px;
    padding-right: 5px;
}
.welcome-entry .welcome-content {
    display: block;
    #margin: 10px auto 25px auto;
}
.welcome-entry .welcome-content .fremdsprache {
   text-align: center;
   font-size: 1.2em;
}
.welcome-entry .welcome-content .sprache {
   text-align: center;
}

.welcome-entry .icon-bs,
.welcome-entry .icon-bs:hover,
.welcome-entry .icon-bs:focus {
    text-decoration: none;
}
.welcome-entry .icon-bs:before {
    float: none;
    margin: -20px 15px 0 80px;
    clear: both;
    height: 60px;
    width: 60px;
    background-size: cover;
}
@media all and (min-width: 768px) {
    .welcome-Container {
        margin-left: -25px;
        margin-right: -25px;
        width: auto;
    }
    .welcome-entry {
        margin: 0px 0px 20px 0px;
        border-radius: 5px;
    }
    .welcome-entry .welcome-content {
        margin: 30px auto 50px auto;
    }
    .welcome-Container .col-sm-3 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* Modul: Kacheln
------------------------------------------------------------------------- */

.kachel-Container {
    margin-left: -30px;
    margin-right:-30px;
    width:auto;
    display:block;
    float:none;
}
.kachel-entry {
    position: relative;
    background-color: #fff;
    text-align: center;
    margin: 0px -15px 30px -15px;
    height: auto;
    overflow: hidden;
    padding: 0 15px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
}
.kachel-Container .col-sm-6 {
    padding-left: 0px;
    padding-right: 0px;
}
.kachel-entry .kachel-content {
    display: block;
    margin: 10px auto 25px auto;
    max-width: 315px;
}
.kachel-entry .kachel-button {
    width: 100%;
    margin-top: 25px;
}
.kachel-entry .icon-bs,
.kachel-entry .icon-bs:hover,
.kachel-entry .icon-bs:focus {
    text-decoration: none;
}
.kachel-entry .icon-bs:before {
    float: none;
    clear: both;
    height: 60px;
    width: 60px;
    background-size: cover;
}
.kachel-entry .kachel-link {
    display: block;
    margin: 5px 0px 25px 0px;
    font-size: 1.25em;
    color: #017d87;
}
@media all and (min-width: 768px) {
    .kachel-Container {
        margin-left: -25px;
        margin-right: -25px;
        width: auto;
    }
    .kachel-entry {
        margin: 0px 0px 20px 0px;
        border-radius: 5px;
        
    }
    .kachel-entry .kachel-content {
        margin: 20px auto 50px auto;
    }
    .kachel-entry .kachel-button {
        margin-top: 25px;
    }
    .kachel-entry .kachel-button a {
        width: auto;
        display: block;
        text-align: center;
    }
    .kachel-entry .kachel-button .button-text-formulare,
    .kachel-entry .kachel-button .icon-bs-formulare:before {
        float: none;
        clear: both;
    }
    .kachel-entry .kachel-button span.button-text-formulare {
        display: inline;
        line-height: 40px;
        vertical-align: top;
        padding: 0px;
    }
    .kachel-entry .kachel-button .icon-bs-formulare:before {
        display: inlne-block;
        margin: 7px 7px 0px 0px;
    }
    .kachel-Container .col-sm-6 {
        padding-left: 10px;
        padding-right: 10px;
    }
}
/* Modul: Chart
------------------------------------------------------------------------- */

.chart-container h3 {
    margin: 0px 0px 20px 0px;
}
.chart-container-title {
    padding: 5px 15px;
}
.chart-container .chart-content {
    background: #FFF;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 6px;
    padding: 40px 0 20px 0;
}
.chart-container .chart-content.processed {
    cursor: pointer;
}
.chart-container .chart-content {
    border: 1px solid #e7e7e7;
}
.chart-container .chart-content.processed:hover {
    border: 1px solid #017d87;
}
.chart-container .chart-content .chart-display {
    position: relative;
    text-align: center;
}
.chart-container .chart-content .chart-display img {
    height: 60px;
    width: auto;
}
.chart-container.display-square .chart-content .chart-display img {
    height: 100px;
    width: auto;
}
.chart-container .chart-line {
    margin-bottom: 20px;
}
.chart-container .chart-content .chart-title {
    margin-top: 25px;
    text-align: center;
    padding: 0 10px;
}
.chart-container.display-square .chart-delimiter {
    max-width: 250px;
    margin: 0 auto;
    height: 200px;
}
.chart-container .chart-content .chart-display span {
    display: block;
    position: absolute;
    top: 40px;
    width: 100%;
}
.chart-container.display-line .chart-content .chart-display span {
    top: 18px;
}
@media all and (min-width: 350px) {
    .chart-container.display-line .chart-content.processed:hover,
    .chart-container.display-line .chart-content.processed {
        border: 1px solid #efefef;
    }
    .chart-container.display-line .chart-line {
        margin-bottom: 1px;
    }
    .chart-container.display-line .chart-content {
        padding: 20px;
        border-radius: 0px;
    }
    .chart-container.display-line .chart-line {
        float: none;
        clear: both;
        width: auto;
    }
    .chart-container.display-line .chart-delimiter {
        display: table;
        text-align: left;
    }
    .chart-container.display-line .chart-content .chart-display,
    .chart-container.display-line .chart-content .chart-title {
        display: table-cell;
        vertical-align: middle;
    }
    .chart-container.display-line .chart-content .chart-title {
        padding-left: 40px;
        text-align: left;
    }
}
@media all and (min-width: 768px) {
    .chart-container .chart-line {
        padding-left: 10px;
        padding-right: 10px;
    }
}
/* Modul: Formulare
------------------------------------------------------------------------- */
.list{
  margin-bottom:30px;
}
.list-item-container{
  padding-bottom:40px;
}



@media(min-width:768px){
.list .meta-info{
  text-align:right;
  padding-right: 20px;
}
.list .list-head h2{
  margin:0px;
}
}

.list .list-head h2{
  margin-bottom:30px;
}

.formulare {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #ffffff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    border-top: 2px solid #f1f1f1;
    border-bottom: 2px solid #f1f1f1;
    float:none;
}
.formulare:first-child {
    border-radius: 6px 6px 0 0;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    border-top: 0px solid #f1f1f1;
    border-bottom: 2px solid #f1f1f1;
    /*margin-top: 40px;*/
}
.formulare:last-child {
    border-radius: 0 0 6px 6px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    border-top: 2px solid #f1f1f1;
    border-bottom: 0px solid #f1f1f1;
    margin-bottom:20px;
}
.formulare:only-child {
    border-radius: 6px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    border-top: 0px solid #f1f1f1;
    border-bottom: 0px solid #f1f1f1;
    margin-bottom:20px;
}
.formulare-icon {
    text-align: center;
}
.formulare-text {
    margin-top: -20px;
}
.formulare-buttons {
    bottom: 0;
    padding-left: 20px;
    padding-bottom: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    line-height: 2;
}
.formulare-buttons > li {
    list-style-type: none;
}

@media(max-width:767px){
  .formulare-text{
    float:none;
    clear:both;
  }
}
@media (max-width: 991px) {
    .formulare-buttons {
        float: right;
        padding-left: 0;
        padding-bottom: 0;
        padding-top: 30px;
        position: relative;
    }
}
@media (max-width: 991px) {
    .formulare {
        margin-left: -30px;
        margin-right: -30px;
        width: auto;
        border-left: 0px;
        border-right: 0px;
    }
    .formulare:first-child {
        border-radius: 0 0 0 0;
    }
    .formulare:last-child {
        border-radius: 0 0 0 0;
    }
    .formulare:only-child {
        border-radius: 0;
    }
}
/*
@media(max-width: 768px) {
    .formulare-buttons {
        float: none;
    }
    .formulare-text {
        padding-top: 30px;
    }
}
*/

@media(min-width: 767px){
   .formulare-buttons.aktuelles-link {
    bottom: 0;
    padding-bottom: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    }
}
/* Modul Deutschlandkarte
------------------------------------------------------------------------- */

.modMapContainer {
    margin-top: 25px;
    margin-bottom: 20px;
}
.modMapContainer .map-image-container {
    overflow: hidden;
    padding:15px;
    border:1px solid #ccc;
    background-color:#FFF;
    border-radius:6px;
    box-shadow:0px 2px 4px 0px rgba(0,0,0,0.2);
    margin-top:20px;
    height:auto;
    overflow:hidden;
}

.modMapContainer .styled-select .indicator {
    display: none;
}

@media (min-width: 768px) {
    .modMapContainer .display-xs-sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
    }
    
    .modMapContainer .map-content{
      padding-left:30px;
    }
}
.modMapContainer .styled-select {
    margin-bottom: 25px;
}

.modMapContainer .image-container{
  height:100%;
  overflow:hidden;
}

.modMapContainer .mapster_el{
}
.modMapContainer .mapster_el.modMap{
}

.modMapContainer .select-info {
    font-weight: 700;
    margin-bottom: 25px;
}
.modMapContainer a.senderlink img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 40px;
}
.modMapContainer .list-content-title {
    font-weight: 700;
    display: none;
    margin-bottom: 25px;
}

.modMapContainer .list-content-title {
    display: block;
    font-weight: 700;
}
.modMapContainer h3 {
    color: #017d87;
    font-size: 20px;
}

div.modMapContainer.processed .no-js-content,
div.modMapContainer.processed .dsp-selection {
    display: none;
} 
.modMapContainer a.senderlink {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    text-align:center;
    border-radius:6px;
}
.modMapContainer a.senderlink{
  padding: 4px 5px 4px 4px;
  height:55px;
  white-space:nowrap;
  text-decoration:none!important; 
}

.modMapContainer a.senderlink span.logo-wrapper{
  display:block;
  width:auto;
  position:relative;
  height:100%;
  white-space:nowrap;
}

.modMapContainer .dsp-selection .row{
  margin-left:5px;
  margin-right:5px;
}
.modMapContainer .dsp-selection .row .col-xs-6{
  padding-left:5px;
  padding-right:5px;
}

.modMapContainer a.senderlink:hover,
.modMapContainer a.senderlink:focus{
  background-color:#FFF;
  box-shadow:0px 2px 4px 0px rgba(0,0,0,0.5);
}

div.modMapContainer .dsp-selection .row{
  border-bottom:1px solid #CCC;
  margin-bottom:15px;
}
div.modMapContainer.processed .dsp-selection .row{
  border:0px;
  margin-bottom:0px;
}

div.modMapContainer.processed div.dsp-all {
    display: block;
}
div.modMapContainer .layout-dlh{
  display:inline-block;
  height:100%;
  width:1px;
  color:transparent;
  text-decoration:none!important;
  visibility:hidden;
  vertical-align:middle;
  border:0px;
  margin:0px;
  padding:0px;
  margin-left:-4px;
}
div.modMapContainer div.dsp-all .row{
    border:0px;
}
div.modMapContainer.processed div.selected div.dsp-all .row{
    border-top:1px solid #ccc;
    padding-top:20px;
    margin-top:0px;
}
/* Bild Link
------------------------------------------------------------------------- */
.image-link-container{
  display:inline-block;
  position:relative;
}


.image-link-container.alternate-image a:hover .default-image,
.image-link-container.alternate-image a:focus .default-image,
.image-link-container.alternate-image a .focus-image{
  display:none;
}

.image-link-container.alternate-image a:hover .focus-image,
.image-link-container.alternate-image a:focus .focus-image{
  display:inline-block;
}

.image-link-container .button-container{
  position:absolute;
  top:50%;
  margin-top:-31px;
  text-align:center;
  width:100%;
  padding-left:10px;
}

.image-link-container.caption-bottom .image-caption{
  padding:5px 3px;
  text-align:right;
  font-size:0.8em;
}
.image-link-container.caption-bottom.right .image-caption{
  text-align:right;
}
.image-link-container a{
 
}
.image-link-container.floating-caption-right a.image-link{
    float:left;
    margin-right:15px;
    margin-bottom:5px;
    max-width:50%;
    overflow:hidden;
     position:relative;
       margin-top: 5px;
}

.image-link-container.floating-caption-right .button-container,
.image-link-container.floating-caption-left .button-container{
  margin-top:-17px;
}

.image-link-container.floating-caption-left a.image-link{
    float:right;
    margin-right:15px;
    margin-bottom:5px;
    max-width:50%;
    overflow:hidden;
     position:relative;
       margin-top: 5px;
}
.image-link-container.floating-caption-right .image-caption,
.image-link-container.floating-caption-left .image-caption{
    display:inline;
}

.image-link-container a .button-container .image-button:before{
  font-family: "Glyphicons Halflings";
  height:45px;
  width:45px;
  display:block;
  background-color:#FFF;
  border-radius:40px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.4);
  position:absolute;
  left:-10px;
  top:-4px;
  color:#017d87;
  text-align:center;
}

.image-link-container a:hover .button-container .image-button:before,
.image-link-container a:focus .button-container .image-button:before{
  color:#00555c;
}

.image-link-container a .button-container .image-button-video:before{
  content:"\e072";
  font-size:24px;
  padding:5px 0px 0px 4px;
}


.image-link-container a .button-container .image-button{
   background-color:#017d87;
   color:#FFF;
   display:inline-block;
   padding:6px 13px 8px 43px;
   position:relative;
   margin-right:10px;
   font-size:1em;
   border:1px solid transparent;
   border-radius:6px;
   box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4);
}

.image-link-container a:focus .button-container .image-button,
.image-link-container a:hover .button-container .image-button{
  background-color:#00555c;
}

/* Kontakt Formular Global
------------------------------------------------------------------------- */

.tab-container {
    padding: 0px;
    background-color: #FFF;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
@media (max-width: 991px) {
    .tab-container {
        margin-left: -30px;
        margin-right: -30px;
        border-radius: 0px;
        border-left: 0px;
        border-right: 0px;
    }
}
.content-tab-container ul.nav-tabs {
    margin-right: -3px;
}
.content-tab-container ul.nav-tabs > li {
    width: 33.33%;
}
.content-tab-container ul.nav-tabs > li > a {
    background-color: #017d87;
} 
.content-tab-container ul.nav-tabs > li > a:hover,
.content-tab-container ul.nav-tabs > li > a:focus,
.content-tab-container ul.nav-tabs > li.active > a,
.content-tab-container ul.nav-tabs > li.active > a:hover,
.content-tab-container ul.nav-tabs > li.active > a:focus {
    background-color: #00555c !important;
}
.content-tab-container ul.nav-tabs > li.active .arrow-down {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #005158 rgba(0, 81, 88, 0) rgba(0, 81, 88, 0);
    border-image: none;
    border-right: 15px solid rgba(0, 81, 88, 0);
    border-style: solid;
    border-width: 15px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -15px;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: 0;
    z-index: 2;
}
.content-tab-container ul.nav-tabs > li > a h2 {
    font-size: 1.25em;
    text-align: center;
    line-height: 1.5em;
}
.content-tab-container ul.nav-tabs > li > a h2,
.content-tab-container ul.nav-tabs > li > a {
    color: #FFF;
}
.kfc {
    margin-left: 0px;
    margin-right: 0px;
}
.kfc .button-entry {
    padding-left: 10px;
    padding-right: 10px;
}
.kontakt-container h2 {
    margin: 20px 10px 40px 10px;
    font-size: 1.25em;
}
.tab-nav-mobile-select select {
    line-height: 45px;
    color: #017d87;
    font-size: 20px;
    margin-bottom: 20px;
    height: auto;
}

.kontakt-container {
    overflow: hidden;
    height: auto;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    background: #FFF;
    border: 1px solid #00555c;
    padding: 30px 15px 30px 15px;
    position: relative;
    margin-left:-10px;
    margin-right:-10px;
    width:auto;
    padding:0px;
    padding-top: 20px;
    padding-bottom: 20px;
    float:none;
}

#iframe.text-box{
  padding-left:0px;
  padding-right:0px;
}

#iframe iframe {
    background: transparent;
}
.tab-container.kontakt{
  margin-bottom:20px;
}
.active-iFrame-Content .kontakt-container {
    border-bottom: 0px;
}
.active-iFrame-Content .button-entry.active-button {
    display: table;
    width: 100%;
}
.active-iFrame-Content .button-entry.active-button a {
    display: table-cell;
    vertical-align: top;
}
.active-iFrame-Content .button-entry.active-button .close-button-container {
    padding-left: 3px;
    width: 50px;
    display: table-cell;
    vertical-align: top;
}
.active-iFrame-Content .button-entry.active-button .btn-close {
    font-size: 30px;
    text-align: center;
    padding-top: 1px;
    padding-bottom: 3px;
    padding-left:3px;
}
.active-iFrame-Content .button-entry.active-button .btn-close .glyphicon:before{
  font-family: "IconFont" !important;
  content: "\e610" !important;
}
.additional-link-container {
    margin-top: 15px;
}
.additional-link-container a {
    line-height: 20px;
    position: relative;
    color:#017d87;
}
.additional-link-container a:hover,
.additional-link-container a:focus {
    text-decoration: none;
    border-bottom: 2px solid #017d87;
    color: #017d87;
}
.additional-link-container a span:before {
    content: "\e080 ";
    font-family: "Glyphicons Halflings";
    font-size: 12px;
    line-height: 20px;
    padding-right: 5px;
}

.tabs.kontakt ul.nav-tabs {
    display: table;
    border: 0px;
    width: 100%;
    height: 100%;
}
.tabs.kontakt ul.nav-tabs > li.active .arrow-down {
    margin-top: -2px;
}
.tabs.kontakt ul.nav-tabs > li {
    display: table-cell;
    float: none;
    height: 100%;
}
.tabs.kontakt ul.nav-tabs > li a {
    border: 1px solid transparent;
    border-top: 0px;
    border-radius: 0px 0px 6px 6px;
    height: 100%;
    display:block;
}
.tabs.kontakt ul.nav-tabs > li.last a {
    margin-right: -1px;
}

.tabs .tab-content{
  height:auto;
  overflow:hidden;
  float:none;
  clear:both;
}
.tabs.kontakt ul.nav-tabs > li h2 {
    margin: 5px;
    font-size: 1.1em
}
.tabs.kontakt .kontakt-container {
    border: 0px;
    box-shadow: none;
}
.tabs.kontakt .tab-nav-mobile-select {
    padding: 10px 15px;
    border-bottom: 1px solid #00555c;
}
.tabs.kontakt .tab-nav-mobile-select select {
    margin: 0px;
}
.kontakt-root-iframe {
    padding: 0px;
    position: relative;
}
.kontakt-root-iframe #iframe {
    margin-top: -27px;
    border:1px solid #CCC;
    border-top:0px;
    border-radius: 0px 0px 6px 6px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    z-index:666;
    position:relative;
    background-color:#FFF;
    margin-bottom:27px;
    padding:0px 25px;
}
@media(max-width:991px) {
    .kontakt-root-iframe {
        margin-left: -30px;
        margin-right: -30px;
    }
    .kontakt-root-iframe #iframe {
        border-left: 0px;
        border-right: 0px;
        border-radius: 0px;
        padding:0px 15px;
    }
}

@media(max-width:767px) {
   .kontakt-root-iframe #iframe {
        padding:0px 5px;
    }
}
/** kontakt buttons **/
.kontakt-container .button-entry .btn-close,
.kontakt-container .button-kontakt {
    border-radius: 5px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    display: block;
    margin-bottom: 15px;
    padding: 2px;
    color: #FFF;
    background-color:#017d87;
    border:1px solid #017d87;
}
.kontakt-container .active-button .button-kontakt{
  cursor:default;
}
.kontakt-container .btn-close:hover,
.kontakt-container .btn-close:focus,
.kontakt-container .button-kontakt:hover,
.kontakt-container .button-kontakt:focus,
.kontakt-container .active-button .button-kontakt,
.kontakt-container .active-button .button-kontakt:hover,
.kontakt-container .active-button .button-kontakt:focus {
    text-decoration:none;
    background-color: #00555C;
    border: 1px solid #00555C;
}
.kontakt-container .button-entry .btn-close {
    padding-left: 2px;
}
.kontakt-container .button-kontakt span.text {
    padding: 10px 10px 10px 25px;
    position: relative;
    display:block;
    height:100%;
    border-radius: 5px;
}
.kontakt-container .button-kontakt span.text:before {
    content: "\e080 ";
    font-family: "Glyphicons Halflings";
    font-size: 10px;
    line-height: 20px;
    position: absolute;
    top: 13px;
    left: 10px;
}
.kontakt-container .btn-close span.text {
    padding: 7px;
    border-radius: 5px;
    display:block;
    height:100%;
}
.kontakt-container .button-entry .btn-close,
.active-iFrame-Content .additional-button,
.active-iFrame-Content .button-entry {
    display: none;
} 

/* Single Contact Page
------------------------------------------------------------------------- */

.kontakt-single-display,
.kontakt-single-iframe #iframe.kontakt-iframe {
    border: 0px;
    box-shadow: none;
    border-radius: 0px;
    float: none;
    clear: both;
}

.kontakt-single-iframe{
  margin-left:-15px;
  margin-right:-15px;
}

.kontakt-single-display.active-iFrame-Content {
    margin-bottom: 20px;
}
.kontakt-single-display.active-iFrame-Content .additional-link-container {
    display: none;
}



/* Footer
------------------------------------------------------------------------- */

.footer h2 {
    color: #ffffff;
}
.footer ul {
    padding-left: 0px;
}
.footer ul ul {
    padding-left: 30px;
}
.footer li {
    list-style-type: none;
    padding: 2px 0px;
}
.footer li a {
    color: #ffffff;
}

/** Icon elements
---------------------------------------------------------------------*/

.icon-element .text {
    font-size: 0.9em;
    font-weight: bold;
    color: #017d87;
    max-width: 150px;
    text-align: center;
    margin: 0 auto;
}
.icon-element .button-icon-square {
    background-color: transparent;
    border: 0px;
    padding: 0px;
    margin: 0px;
}
@media(min-width:992px) {
    .icon-element {
        position: relative;
    }
    .startteaser .icon-element:after {
        content: "\e080";
        font-family: "Glyphicons Halflings";
        color: #017d87;
        position: absolute;
        right: -5px;
        top: 50%;
        font-size: 20px;
        margin-top: -20px;
    }
    .startteaser .icon-element:last-of-type:after {
        content: "";
    }
}
/* Buttons mit bunten Icons
------------------------------------------------------------------------- */
.urlbild-container > div{
  padding-left:8px;
  padding-right:8px;
}

.startteaser .urlbild-container{
  margin-left:-8px;
  margin-right:-8px;
}

a.button-icon {
    display:block;    
    height: auto;
    margin-bottom:16px;
    background-color: #017d87;
    border-radius: 5px;
}
a.button-icon:hover,
a.button-icon:focus,
a.button-icon:active {
    background-color: #005158;
    text-decoration: none;
}
.button-text {
    height: 70px;
    font-family: "TitilliumMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #FFF;
    margin-top: 20px;
    padding-right: 15px;
    vertical-align: middle;
    display: table-cell;
    text-align: left;
    line-height: 1;
}
.icon-bs:before {
    display: inline-block;
    margin: 10px 15px 0 15px;
    float: left;
    width: 50px;
    height: 50px;
}
.tab-content .icon-bs:before {
    display: inline-block;
    margin: 10px 10px 0px 10px;
    float: left;
    width: 50px;
    height: 50px;
}

.button-icon-square {
    display: inline-block;
    margin: 5px 5px 5px 5px;
    padding: 15px 15px 15px 15px;
    background-color: #017d87;
    border-radius: 5px;
}
.icon-bs-square:before {
    display: block;
    width: 70px;
    height: 70px;
}
.icon-bs-formulare:before {
    display: inline-block;
    margin: 10px 15px 0 30px;
    float: left;
    width: 25px;
    height: 25px;
}
a.button-icon-formulare {
    width: 226px;
    display: inline-block;
    height: 40px;
    background-color: #017d87;
    border-radius: 5px;
}
a.button-icon-formulare:hover,
a.button-icon-formulare:focus,
a.button-icon-formulare:active {
    background-color: #005158;
    text-decoration: none;
}
.button-text-formulare {
    height: 40px;
    width: 226px;
    font-family: "TitilliumMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 17px;
    color: #ffffff;
    padding-right: 15px;
    vertical-align: middle;
    display: table-cell;
    text-align: left;
    line-height: 1;
}
a.pdf-dl-link {
    color: #017d87;
    font-family: "TitilliumMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 60px;
    white-space: nowrap;
}
a.pdf-dl-link:hover,
a.pdf-dl-link:focus,
a.pdf-dl-link:active {
    color: #017d87;
    font-family: "TitilliumMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    border-bottom: 2px solid #017d87;
}
.textlink {
    font-family: "TitilliumMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #017d87;
    text-align: left;
    line-height: 1;
    padding-left: 5px;
}
@media (max-width: 991px) {
    .button-icon {
        display: inline-block;
        background-color: #017d87;
        border-radius: 5px;
    }
    .icon-bs:before {
        display: inline-block;
        margin: 5px 35px 0 20px;
        float: left;
        width: 40px;
        height: 40px;
    }
    .button-text {
        height: 50px;
        width: 450px;
        font-family: "TitilliumMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 16px;
        color: #FFF;
        margin-top: 20px;
        padding-right: 15px;
        vertical-align: middle;
        display: table-cell;
        text-align: left;
        line-height: 1;
    }
}
@media (max-width: 767px) {
    .icon-bs:before {
        display: inline-block;
        margin: 8px 15px 0 20px;
        float: left;
        width: 40px;
        height: 40px;
    }
    .button-text {
        height: 60px;
        width: 350px;
        margin-top: 0px;
    }
}
.icon-haus:before {
    background: url("../icons/haus.svg"), none;
    content: "";
}
.icon-formular-stift:before {
    background: url("../icons/formular-stift.svg"), none;
    content: "";
}
.icon-geld-auf-dunkel:before {
    background: url("../icons/geld-auf-dunkel.svg"), none;
    content: "";
}
.icon-geld-auf-hell:before {
    background: url("../icons/geld-auf-hell.svg"), none;
    content: "";
}
.icon-briefumschlag:before {
    background: url("../icons/briefumschlag.svg"), none;
    content: "";
}
.icon-fragezeichen:before {
    background: url("../icons/fragezeichen.svg"), none;
    content: "";
}
.icon-kontaktformular:before {
    background: url("../icons/kontaktformular.svg"), none;
    content: "";
}
.icon-login:before {
    background: url("../icons/login.svg"), none;
    content: "";
}
.icon-infos-unternehmen:before {
    background: url("../icons/infos-unternehmen.svg"), none;
    content: "";
}
.icon-weitere-formulare:before {
    background: url("../icons/weitere-formulare.svg"), none;
    content: "";
}
.icon-einrichtung:before {
    background: url("../icons/einrichtung.svg"), none;
    content: "";
}
.icon-infos-einrichtungen:before {
    background: url("../icons/infos-einrichtungen.svg"), none;
    content: "";
}
.icon-sendemast-auf-dunkel:before {
    background: url("../icons/sendemast-auf-dunkel.svg"), none;
    content: "";
}
.icon-sendemast-auf-hell:before {
    background: url("../icons/sendemast-auf-hell.svg"), none;
    content: "";
}
.icon-taschenrechner:before {
    background: url("../icons/taschenrechner.svg"), none;
    content: "";
}
.icon-aktentasche-auf-dunkel:before {
    background: url("../icons/aktentasche-auf-dunkel.svg"), none;
    content: "";
}
.icon-aktentasche-auf-hell:before {
    background: url("../icons/aktentasche-auf-hell.svg"), none;
    content: "";
}
.icon-maus:before {
    background: url("../icons/maus.svg"), none;
    content: "";
}
.icon-video:before {
    background: url("../icons/video.svg"), none;
    content: "";
}
.icon-paragraph-auf-dunkel:before {
    background: url("../icons/paragraph-auf-dunkel.svg"), none;
    content: "";
}
.icon-paragraph-auf-hell:before {
    background: url("../icons/paragraph-auf-hell.svg"), none;
    content: "";
}
.icon-presse-auf-dunkel:before {
    background: url("../icons/presse-auf-dunkel.svg"), none;
    content: "";
}
.icon-presse-auf-hell:before {
    background: url("../icons/presse-auf-hell.svg"), none;
    content: "";
}
.icon-einfach-online-formular:before {
    background: url("../icons/einfach-online-formular.svg"), none;
    content: "";
}
.icon-einfach-download:before {
    background: url("../icons/einfach-download.svg"), none;
    content: "";
}
.icon-einfach-video:before {
    background: url("../icons/einfach-videosymbol.svg"), none;
    content: "";
}
.icon-einfach-info:before {
    background: url("../icons/einfach-info.svg"), none;
    content: "";
}
.icon-einfach-download-white:before {
    background: url("../icons/einfach-download-white.svg"), none;
    content: "";
}
.icon-einfach-video-white:before {
    background: url("../icons/einfach-videosymbol-white.svg"), none;
    content: "";
}
.icon-einfach-info-white:before {
    background: url("../icons/einfach-info-white.svg"), none;
    content: "";
}

.icon-ermaessigung-auf-hell:before {
    background: url("../icons/ermaessigung-auf-hell.svg"), none;
    content: "";
}

.icon-ermaessigung-auf-dunkel:before {
    background: url("../icons/ermaessigung-auf-dunkel.svg"), none;
    content: "";
}

.icon-brille:before {
    background: url("../icons/brille.svg"), none;
    content: "";
}
.icon-brille-auf-dunkel:before {
    background: url("../icons/brille-auf-dunkel.svg"), none;
    content: "";
}
.icon-schloss:before {
    background: url("../icons/schloss.svg"), none;
    content: "";
}
.icon-briefumschlag-stift:before {
    background: url("../icons/briefumschlag-stift.svg"), none;
    content: "";
}
.icon-doktorhut:before {
    background: url("../icons/doktorhut.svg"), none;
    content: "";
}
.icon-drucken:before {
    background: url("../icons/drucken.svg"), none;
    content: "";
}
.icon-drucken-auf-weiss:before {
    background: url("../icons/drucken-auf-weiss.svg"), none;
    content: "";
}
.icon-flaggen:before {
    background: url("../icons/flaggen.svg"), none;
    content: "";
}
.icon-haus-durchgestrichen:before {
    background: url("../icons/haus-durchgestrichen.svg"), none;
    content: "";
}
.icon-info:before {
    background: url("../icons/info.svg"), none;
    content: "";
}
.icon-info-auf-weiss:before {
    background: url("../icons/info-auf-weiss.svg"), none;
    content: "";
}
.icon-kamera:before {
    background: url("../icons/kamera.svg"), none;
    content: "";
}
.icon-menschen:before {
    background: url("../icons/menschen.svg"), none;
    content: "";
}
.icon-papierkorb:before {
    background: url("../icons/papierkorb.svg"), none;
    content: "";
}
.icon-papierstapel:before {
    background: url("../icons/papierstapel.svg"), none;
    content: "";
}
.icon-persoenliche-daten:before {
    background: url("../icons/persoenliche-daten.svg"), none;
    content: "";
}
.icon-sprechblase:before {
    background: url("../icons/sprechblase.svg"), none;
    content: "";
}
.icon-telefonfax:before {
    background: url("../icons/telefonfax.svg"), none;
    content: "";
}
.icon-unternehmen:before {
    background: url("../icons/unternehmen.svg"), none;
    content: "";
}
.icon-zusammenfassung:before {
    background: url("../icons/zusammenfassung.svg"), none;
    content: "";
}
/* Neue Icons 2016-08-09 */
.icon-abmeldung-einrichtung:before {
    background: url("../icons/abmeldung-einrichtung.svg"), none;
    content: "";
}
.icon-abmeldung-unternehmen:before {
    background: url("../icons/abmeldung-unternehmen.svg"), none;
    content: "";
}
.icon-freistellung-einrichtung:before {
    background: url("../icons/freistellung-einrichtung.svg"), none;
    content: "";
}
.icon-freistellung-unternehmen:before {
    background: url("../icons/freistellung-unternehmen.svg"), none;
    content: "";
}
.icon-haende:before {
    background: url("../icons/haende.svg"), none;
    content: "";
}
.icon-zumeldung-einrichtung:before {
    background: url("../icons/zumeldung-einrichtung.svg"), none;
    content: "";
}
.icon-zumeldung-unternehmen:before {
    background: url("../icons/zumeldung-unternehmen.svg"), none;
    content: "";
}
.icon-zumeldung-wohnung:before {
    background: url("../icons/zumeldung-wohnung.svg"), none;
    content: "";
}
.icon-sprache-arabisch:before {
    background: url("../icons/sprache-arabisch.svg"), none;
    content: "";
}
.icon-sprache-chinesisch:before {
    background: url("../icons/sprache-chinesisch.svg"), none;
    content: "";
    background-repeat:no-repeat;
    background-position:center;

}
.icon-sprache-englisch:before {
    background: url("../icons/sprache-englisch.svg"), none;
    content: "";
}
.icon-sprache-franzoesisch:before {
    background: url("../icons/sprache-franzoesisch.svg"), none;
    content: "";
}
.icon-sprache-griechisch:before {
    background: url("../icons/sprache-griechisch.svg"), none;
    content: "";
}
.icon-sprache-persisch:before {
    background: url("../icons/sprache-persisch.svg"), none;
    content: "";
}
.icon-sprache-russisch:before {
    background: url("../icons/sprache-russisch.svg"), none;
    content: "";
}
.icon-sprache-somali:before {
    background: url("../icons/sprache-somali.svg"), none;
    content: "";
}
.icon-sprache-spanisch:before {
    background: url("../icons/sprache-spanisch.svg"), none;
    content: "";
}
.icon-sprache-tigrinisch:before {
    background: url("../icons/sprache-tigrinisch.svg"), none;
    content: "";
}
.icon-sprache-tuerkisch:before {
    background: url("../icons/sprache-tuerkisch.svg"), none;
    content: "";
}
.icon-sprache-ukrainisch:before {
    background: url("../icons/sprache-ukrainisch.svg"), none;
    content: "";
}
.icon-info-kommunen:before {
    background: url("../icons/info-kommunen.svg"), none;
    content: "";
}
.icon-info-kommunen-auf-hell:before {
    background: url("../icons/info-kommunen-auf-hell.svg"), none;
    content: "";
}
.icon-info-landwirtschaft:before {
    background: url("../icons/info-landwirtschaft.svg"), none;
    content: "";
}
.icon-info-landwirtschaft-auf-hell:before {
    background: url("../icons/info-landwirtschaft-auf-hell.svg"), none;
    content: "";
}

/* --- Autocomplete ----------------------------------------------------------*/

#search-section .search-container {
    margin-bottom: 4px;
    padding-bottom: 1px;
    position:relative;
    font-style: italic;
}
.ui-autocomplete.ui-menu {
    background-color: #ffffff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.09);
    border: 1px solid #ccc;
    border-radius: 6px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 388px;
    top: -10px;
    color: #333;
}
@media (max-width: 480px) {
    .ui-autocomplete.ui-menu {
        max-width: 80%;
        overflow:hidden;
    }
    .ui-autocomplete.ui-menu *{
      white-space:auto!important;
    }
}
.ui-autocomplete.ui-menu .ui-state-focus,
.ui-autocomplete.ui-menu .ui-state-hover {
    background-color: #017d87;
    color: #ffffff;
}
.ui-autocomplete.ui-menu .ui-menu-item {
    border: 0 none;
    padding: 8px 8px;
    margin: 0;
    word-break: break-all;
    max-width:100%;
}
.ui-autocomplete.ui-menu .ui-menu-item a {
    display: block;
}
.ui-autocomplete.ui-menu .ui-menu-item a span.label,
.ui-autocomplete.ui-menu .ui-menu-item a strong {
    color: #333;
}
.ui-autocomplete.ui-menu .ui-menu-item a span.label {
    text-align: left;
    font-size: 0.8em;
    padding: 5px 0px;
}
.ui-autocomplete.ui-menu li.direct-result {
    border-top: 1px solid #e7e7e7;
}
.ui-autocomplete.ui-menu li.direct-result.firstEntry {
    border: 0px;
}
.ui-autocomplete.ui-menu .ui-menu-item.all-results {
    color: #017d87;
    font-family: "TitilliumMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 2;
    text-align: center;
}
.ui-autocomplete.ui-menu .ui-menu-item.all-results .link-text {
    border-bottom: 2px solid transparent;
    display: inline;
    padding-right: 3px;
}
.ui-autocomplete.ui-menu .ui-menu-item.all-results .link-text,
.ui-autocomplete.ui-menu .ui-menu-item.all-results .link-text span.label,
.ui-autocomplete.ui-menu .ui-menu-item.all-results.ui-state-focus span.label,
.ui-autocomplete.ui-menu .ui-menu-item.all-results.ui-state-hover span.label,
.ui-autocomplete.ui-menu .ui-menu-item.all-results.ui-state-focus,
.ui-autocomplete.ui-menu .ui-menu-item.all-results.ui-state-hover {
    color: #017d87;
    font-size: 1em;
    background-color: transparent;
    text-decoration: none;
    font-family: "TitilliumRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ui-autocomplete.ui-menu .ui-menu-item.all-results.ui-state-focus .link-text,
.ui-autocomplete.ui-menu .ui-menu-item.all-results.ui-state-hover .link-text {
    border-color: #017d87;
}
.ui-autocomplete.ui-menu .ui-menu-item-highlight {
    font-family: "TitilliumRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ui-autocomplete.ui-menu .ui-menu-spacer,
.ui-autocomplete.ui-menu .ui-menu-spacer hr {
    margin: 0;
    border-color: #ccc;
    padding: 0;
    height: 1px;
}
.ui-autocomplete.ui-menu .direct-result .label {
    display: block;
    white-space: normal;
}
.ui-autocomplete.ui-menu .direct-result .description {
    color: #333;
    display: block;
    font-family: "TitilliumRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}
.ui-autocomplete.ui-menu .direct-result.ui-state-focus span.label,
.ui-autocomplete.ui-menu .direct-result.ui-state-focus strong,
.ui-autocomplete.ui-menu .direct-result.ui-state-focus span {
    color: #ffffff;
}
/* 10 Gruende
------------------------------------------------------------------------- */

.gruende {
    background: #ffffff;
    border-radius: 6px;
    margin-bottom: 25px;
    clear: both;
    float: none;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
    height: auto;
}

.gruende .gruende-headertext .text-container {
    max-height: 4em;
    padding-bottom: 50px;
    overflow: hidden;
    position: relative;
}
.gruende.collapsed .text-container:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    -webkit-transition: height 0.5s;
}
.gruende-title {
    font-family:"TitilliumRegular","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.2em;
    color: #017d87;
    padding-top: 0px;
    font-weight: bold;
}
.gruende .contentContainer {
    padding: 0px;
}
.gruende .contentContainer .panel-heading-0 {
    padding-left: 30px;
}
.gruende-title > a {
    color: #017d87;
    outline: none;
    border-bottom:2px solid transparent;
    padding-right:3px;
}
.gruende-title > a:hover,
.gruende-title > a:focus{
  border-color:#017d87;
  text-decoration:none;
}
.pull-right {
    float: right !important;
    padding-right: 0;
}
.gruende .arrowContainer-right-after {
    display: none;
}
.gruende .contentContainer {
    width: 80%;
}
.arrow {
    border-radius: 4px;
    background: #017d87;
    color: #fff;
    font-family: "TitilliumMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100px;
    font-weight: 900;
    line-height: 1.35;
    text-align: center;
    width: 144px;
    height: 144px;
    float: left;
    bottom: 0;
    overflow: hidden;
}
.gruende .arrow-right {
    margin-left: -15px;
}
.arrow-right:after,
.arrow-right:before {
    border: solid transparent;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    pointer-events: none;
    width: 0;
    right: 15px;
}
.arrow-right:after {
    border-right-color: white;
    top: 50%;
    margin-top: -16px;
    border-width: 16px;
}
.arrow-right:before {
    top: 50%;
    margin-top: -14px;
    border-width: 14px;
}
.arrow-left {
    float: right;
    position: relative;
}
.arrow-left:after,
.arrow-left:before {
    border: solid transparent;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    pointer-events: none;
    width: 0;
    left: 0;
}
.arrow-left:after {
    border-left-color: white;
    top: 50%;
    margin-top: -16px;
    border-width: 16px;
}
.arrow-left:before {
    top: 50%;
    margin-top: -14px;
    border-width: 14px;
}
@media (max-width: 991px) {
    .arrow-right:after,
    .arrow-right:before {
        right: 0;
    }
    .gruende {
        border-radius: 0px;
    }
    .panel-heading {
        padding: 0px 20px;
    }
    .gruende-headertext {
        padding: 0px 0px 0px 15px;
        margin-left: 0px;
    }
    .gruende-body .collapse.in .content,
    .gruende-body .collapsing .content {
        font-size: 0.9em;
        padding: 0 0 0 0;
    }
    .arrow {
        border-radius: 0px;
        font-size: 90px;
        font-weight: 900;
        line-height: 1.25;
        width: 144px;
        height: 124px;
        position: relative;
        z-index: 1;
    }
    .gruende .arrowContainer {
        padding: 0px;
    }
    .gruende .arrowContainer .arrow {
        width: 100%;
    }
    .gruende .gruende-headertext {
        padding: 0px;
    }
    #zehngruende {
        margin-left: -30px;
        margin-right: -30px;
    }
    #zehngruende .gruende-title {
        font-size: 1em;
    }
    #zehngruende .arrowContainer-right {
        margin-left: 15px;
    }
}
@media (max-width: 767px) {
    .gruende {
        padding: 0px 15px;
    }
    .gruende-title {
        color: #017d87;
        padding-top: 0px;
        padding-left: 0px;
        display: inline-block;
    }
    .gruende-title a {
        padding-right: 20px;
    }
    .gruende-headertext {
        padding: 0px;
    }
    .gruende-body .collapse.in .content,
    .gruende-body .collapsing .content {
        font-size: 0.8em;
        padding: 0 0 0 10px;
    }
    .arrow {
        border-radius: 0px;
        font-size: 60px;
        font-weight: 900;
        line-height: 1.9;
        width: 100px;
        height: 124px;
        margin-bottom: 7px;
    }
    .gruende .arrow {
        margin-left: -15px;
        margin-right: -15px;
    }
    .gruende .arrowContainer {
        display: inline-block;
        float: left;
        margin-right: 15px;
        padding-right: 15px;
        width: 20%;
    }
    .gruende .arrowContainer-right {
        display: inline-block;
        float: left;
        padding-left: 15px;
    }
    .arrow-right:after {
        border-right-color: white;
        top: 50%;
        margin-top: -10px;
        border-width: 10px;
    }
    .gruende .contentContainer,
    .gruende .contentContainer .panel-heading,
    .gruende .contentContainer .gruende-headertext,
    .gruende .contentContainer .gruende-headertext .text-container {
        display: inline;
        width: auto;
        float: none;
        padding: 0px;
        position: relative;
    }
    .gruende .arrowContainer .arrow {
        width: 100px;
    }
    .gruende.collapsed .arrow {
        margin-bottom: 0px;
    }
    .gruende.collapsed .contentContainer .gruende-headertext .text-container {
        display: block;
    }
    .gruende.animating .contentContainer .gruende-headertext .text-container {
        display: inline;
    }
    .gruende.animating .arrow {
        margin-bottom: 7px;
    }
    .arrow-left:after {
        border-left-color: white;
        top: 50%;
        margin-top: -10px;
        border-width: 10px;
    }
    .gruende .spacer-mobile {
        display: block;
        height: 7px;
    }
    .gruende .contentContainer {
        width: auto;
    }
    .gruende .gruende-headertext .text-container {
        max-height: 3.5em;
    }
    .gruende .arrowContainer-right,
    .gruende .arrowContainer {
        width: auto;
    }
    .gruende .contentContainer .panel-heading {
        display: block;
        padding: 15px 0px 0px 0px;
    }
    .gruende .contentContainer .gruende-title {
        max-width: 100%;
        display: inline;
    }
    .gruende .type-0 {
        right: 10px;
    }
}
/* SUCHE
------------------------------------------------------------------------- */
.search-detail{
  width:auto;
  margin:0px;
  float:none;
  clear:both;
}
.search-term-display {
    font-weight: bold;
}
.display-search-status {
    margin-bottom: 20px;
    font-size: 1.2em;
}
.search-result-container{
  margin-left: -30px;
  margin-right:-30px;
  padding:0px;
  width:auto;
  float:none;
  clear:both;
}
.search-result-container .list-actions{
  padding-top:15px;
}
.search-result-container .line.row {
    margin: 0px;
    padding: 5px 0px 15px 0px;
    position: relative;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    margin-bottom:10px;
    background-color:#FFF;
}
.search-result-container .line.row h2 {
    font-size: 1.2em;
    margin-bottom:8px;
    line-height: 1.2em;
    padding-left:15px;
}

.search-result-container .list-actions .additional-link-container {
    margin: 0px;
    text-align: right;
}

.search-result-container .breadcrumb {
    text-align: left;
    padding: 0px 15px;
}                             
.search-result-container .additional-link-container {
    bottom: 0;
}
.search-result-container .breadcrumb a:hover,
.search-result-container .breadcrumb a:focus,
.search-result-container .breadcrumb a {
    white-space: nowrap;
    color:#333;
}
.additional-link-container-search {
    float: right;
    text-align: center;
    width: 226px;
}
.additional-link-container-search a.pdf-dl-link,
.additional-link-container-search a.button-icon-formulare {
    float: none;
    clear: both;
    margin-top: 0px;
}
.additional-link-container-search a.button-icon-formulare {
    display: block;
    margin-bottom: 10px;
}


@media(min-width:768px) {
    .search-result-container .list-actions {
        position: absolute;
        bottom: 0;
        right: 0;
    }
}
@media (min-width:992px){
 .search-result-container {
    background-color: #FFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-bottom: 15px;
    padding: 0px;
    margin-left:0px;
    margin-right:0px;
  }
  .search-result-container .line.row {
      border-top:0px;
      margin:0px;
  }
  .search-result-container .line.row:last-child {
      border-bottom: none;
      border-radius:0px 0px 6px 6px;
  }
  .search-result-container .line.row:first-child{
      border-radius:6px 6px 0px 0px;
  }
  .search-result-container .line.row:only-child{
      border-radius:6px;
  }
}

/*----- Highlight (Search-Result) -----*/
.search-result-container strong,
.highlight {
	color:#333;
	background-color: #fff59B!important;
	border:0;
	font-weight:bold!important;
}

/* Pagination (in LESS uebertragen)
------------------------------------------------------------------------- */

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 24px 0;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 5px 15px 5px 15px;
    line-height: 1.5;
    text-decoration: none;
    color: #017d87;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 3px;
    margin: 0 3px;
}
.pagination > li > a .icon,
.pagination > li > span .icon {
    color: #017d87;
    font-size: 14px;
    line-height: 1.5;
    vertical-align: top;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination > li:last-child > a,
.pagination > li.last > a,
.pagination > li:last-child > span,
.pagination > li.last > span {
    margin-right: 0;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #017d87;
    background-color: #eeeeee;
    border-color: #cccccc;
}
.pagination > li > a:hover .icon,
.pagination > li > span:hover .icon,
.pagination > li > a:focus .icon,
.pagination > li > span:focus .icon {
    color: #017d87;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #017d87;
    border-color: #017d87;
    cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #017d87;
    background-color: #ffffff;
    border-color: #dddddd;
    cursor: not-allowed;
}
/* Job Offer Module
------------------------------------------------- */
.joboffer .aufgaben,
.joboffer .anforderung{
    padding-left:0px;
    padding-right:0px;
}

.joboffer .joboffer-text{
  margin-bottom:15px;
}

.joboffer .joboffer-text p:last-child{
  margin-bottom:0px;
}

@media (min-width:768px){
  .joboffer .aufgaben{
    padding-right:15px;
  }
  
  .joboffer .anforderung{
    padding-left:15px;
  }
}

/* Landingpage Links
-------------------------------------------------- */

.landingpage-entry {
    background-color: #FFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    padding-bottom: 15px;
    border: 1px solid #ccc;
    position: relative;
    margin-left:-30px;
    margin-right:-30px;
        border-left:0px;
        border-right:0px;
}
.landingpage-image .landingpage-entry {
    text-align: center;
}
.landingpage-container a.targetgroup-button {
    max-width: 100%;
    width: auto;
    display: inline-block;
}
.landingpage-container a.targetgroup-button {
    font-weight: bold;
    padding: 3px 3px 2px 0px;
    display: inline-block;
    border-bottom: 2px solid transparent;
}
.landingpage-container a.landingpage-link:hover,
.landingpage-container a.landingpage-link:focus {
    text-decoration: none;
    border-bottom: 2px solid #017d87;
    color: #017d87;
}
.landingpage-container div.landingpage-img {
    margin-bottom: 20px;
}
.landingpage-container div.landingpage-img img {
    margin: 0 auto;
}

.landingpage-container .landingpage-buttons{
  margin-top:20px;
  width:auto;
}

.landingpage-container .landingpage-buttons .urlbild-container{
  width:auto;
  margin-left:15px;
  margin-right:15px;
}

.landingpage-container .landingpage-title-top {
    margin-bottom: 15px;
}
.landingpage-container h2 {
    text-align: center;
    margin:0px;
    margin-top:10px;
    margin-bottom:35px;  
}
div.landingpage-image .landingpage-img img.img-responsive {
    max-width: 125px;
}


@media (min-width: 768px) {
    .landingpage-container .landingpage-img,
    .landingpage-image .landingpage-text-container > .row > div {
        padding-left: 30px;
    }
    .landingpage-image .landingpage-entry {
        text-align: left;
    }
    
    .landingpage-container .landingpage-buttons .urlbild-container{
      width:auto;
      margin-left:-8px;
      margin-right:15px;
    }
    .landingpage-image a.targetgroup-button {
        display: block;
        margin: 0;
        position: absolute;
        bottom: 20px;
        right: 20px;
    }
    .landingpage-description {
        margin-top: 20px;
    }
    div.landingpage-image .landingpage-description {
        display: block;
    }
    div.landingpage-image .landingpage-img {
        margin: 0px;
    }
    div.landingpage-image .landingpage-img img.img-responsive {
        max-width: 100%;
    }
    .landingpage-container h2,
    .landingpage-container .landingpage-link {
        text-align: left;
    }
    .landingpage-entry {
        padding-top: 30px;
        padding-bottom: 30px;
        
    }
}

@media(min-width:992px){
.landingpage-entry{
  border-radius: 6px;
  margin-left:0px;
  margin-right:0px;
}}

/* ----------------------------------------------------------------------------- * 
 *                  Styles fuer responsive (footable) Tables                      *
 * ----------------------------------------------------------------------------- **/

caption {
    font-style: italic;
    color: #acacac;
    font-size: 1.25em;
    background: #ffffff;
    padding: 1.8em;
}
table {
    width: 100%;
    font-size: 0.938em;
    text-align: center;
    background: #ffffff;
    border: 1px solid #d9d9d9;
}
th,
td {
    padding: 0.5em;
    border: 1px solid #d9d9d9;
}
th {
    background: #f9f9f9;
}
/*
 * Eraenzungen fuer FooTable
 */
.footable{
  margin-bottom:20px;
}

.footable.breakpoint > tbody > tr > td.expand {
    background: url('../images/plus.png') no-repeat 5px center;
    background-size: 16px 16px;
    padding-left: 35px;
    text-align: left;
}
.footable.breakpoint > tbody > tr.footable-detail-show > td.expand {
    background: url('../images/minus.png') no-repeat 5px center;
    background-size: 16px 16px;
}
.footable-detail-show,
.footable.breakpoint > tbody > tr.footable-row-detail {
    background: #f9f9f9;
}
.footable > tbody > tr:hover {
    background: #f9f9f9;
}
.footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
    cursor: pointer;
}
.footable > thead > tr > th.footable-first-column,
.footable > thead > tr > td.footable-first-column,
.footable > tbody > tr > td.footable-first-column {
    border-left: none;
    text-align: left;
}
.footable th,
.footable td{
  text-align:left;
}
.footable > tbody img {
    vertical-align: middle;
}
.footable > tfoot > tr > th,
.footable > tfoot > tr > td {
    background-color: #dce9f9;
    border-top: 1px solid #ccc;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    padding: 10px;
}

/**
 *  Modul Sitemap
 */ 
 ul.sitemap li.home-link-entry{
  padding:0px!important;
  padding-top:10px!important;
 }
 
  ul.sitemap li.home-link-entry:before{
    content:""!important;
  }
 ul.sitemap li.home-link-entry > a{
    font-size:1.25em;
    margin-bottom:20px;
    display:inline-block;
    font-family:"TitilliumMedium","Helvetica Neue",Helvetica,Arial,sans-serif;
 }
 
 ul.sitemap li.home-link-entry > a:before{
 background: url("../icons/einfach-haus-gruen.svg") repeat scroll 0 0%, none repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    display: block;
    float: left;
    height: 30px;
    margin: 0 6px 0 15px;
    width: 30px;
}
 
 ul.sitemap ul ul{
      padding-left:0px!important;
   }
 ul.sitemap li.category-entry > ul{
  padding-left:8px!important;
 }  
 
@media(min-width:768px){
   ul.sitemap li.category-entry > ul,
   ul.sitemap ul ul{
      padding-left:20px!important;
   }
} 
 
.rfb-wrapper .content .text-box ul.sitemap > li > ul{
  padding:0px;
  margin:0px;
}

.rfb-wrapper .content ul.sitemap li.category-entry{
    border: 1px solid #ccc;
    margin: 5px 0px;
    padding: 0px 15px 5px 15px;
    margin-right: 15px;
}

.rfb-wrapper .content ul.sitemap li.category-entry > span.title{
    display: block;
    padding: 3px 15px;
    background-color: #efefef;
    margin: 0px -15px;
}

.rfb-wrapper .content ul.sitemap li.category-entry:before{
  content:"";
}

/*first level */
.rfb-wrapper .content ul.sitemap li.category-entry-1{
  border:1px solid #ccc;
  padding:0px;
  margin-bottom:20px;
  border-radius:6px;
  box-shadow:0 1px 2px 0 rgba(0,0,0,0.2);
  padding-bottom:15px;
  margin-right:0px;
}

.rfb-wrapper .content ul.sitemap li.category-entry-1 > span.title{
  display:block;
  border-bottom:1px solid #ccc;
  padding: 10px 15px 10px 18px;
  margin: 0px 0px 15px 0px;
  background-color:#efefef;
  border-radius:6px 6px 0 0;
  font-weight:bold;
}

/*
 * Inhalte nur bis 480px Viewport-Breite (entsprechend zum footable.js) anzeigen
 */

.hide-on-big-screen {
    display: block;
    color: #000000;
}
@media only screen and (min-width: 480px) {
    .hide-on-big-screen {
        display: none;
    }
}


/* Print Version */

hr.print-only{
  display:none;
}

@media print{

  body {
      color: #000;
      background: #fff;
   }
  *{
    height:auto!important;
    font-size:14px!important;
  }
  h1{
    font-size:20px!important;
  }
  
  h2{
    font-size:18px!important;
  }
  
  h3{
    font-size:16px!important;
  }
  h4{
    font-weight:bold!important;
  }
  .rfb-wrapper,
  .startteaser,
  .header *{
    padding:0px!important;
  } 
  
  a[href]:after {
    content: none !important;
  }
  hr.print-only{
    display: block;
    height: 1px;
    background: transparent;
    width: 100%;
    border: none;
    border-top: solid 1px #999;
  }
  
  h1, h2, h3, h4, h5, h6{
   -webkit-print-color-adjust: exact;
   color:#017d87!important;
  }
  
  .print-black{
    color:#000!important;
  }
  
  .header div.logo:before{
    #content:url("../images/ardzdfdradiobs.png");
    content:url("../images/ardzdfdradiobs2020.png");
    display:block;
  }
  
  .joboffer section.content-container,
   .joboffer, .joboffer .col-xs-12{
    padding:0px!important;
   }
  .joboffer{
    border:none!important;
    padding-top:0px!important;
    padding-bottom:0px!important;
    margin:0px!important;
  }
  
  .content{
    padding-top:5px!important;
  }
  .startteaser,
  main{
  padding-bottom:20px!important;
  }
  
  #fusszeile-print{
    text-align:center;
  }
  
  
  
  .page-category,
  .rfb-wrapper.top,
  .header .form-group,
  .cs-nav,
  footer.footer{
    display:none!important;
    margin:0px!important;
    padding:0px!important;
    border:0px!important;
    height:1px!important;
  }
  .joboffer .jobinfo,
  .joboffer .jobSkills,
  .joboffer .personalSkills,
  .joboffer .ansprechpartner,
  .joboffer .bewerbungsziel,
  .joboffer .aufgaben,
  .joboffer .anforderung{
    page-break-inside: avoid;
  }
  
  
  
  .zielgruppenteaser {
  page-break-inside: avoid;
  padding-bottom: 20px;  
  }
  
  .zielgruppenteaser-bild {
   max-width: 30%;
   height: auto;
   margin-left: auto;
   margin-right: auto;
  }
 
  .pull-right {
  float: none !Important;
  }
 
  .article-image, .img-responsive {
  max-width: 30%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  }
 
  .icon-bs::before {
    display: none;    
}

 .button-icon-square, .icon-bs-square {
 display: none;
 }

 .formulare {
    background-color: #ffffff;
    border-bottom: 2px solid #f1f1f1;
    border-top: 2px solid #f1f1f1;
    box-shadow: 0 0 0 0;
    float: none;
    padding-bottom: 10px;
    padding-top: 10px;
}

 .formulare-buttons {
    padding-bottom: 0px;
    padding-left: 20px;
}


/*
 .panel-container .panel > .panel-heading {
    background-color: #fff;
    box-shadow: 0 0 0 0;
    
    position: relative;
}

 .panel-default > .panel-heading {
    border-color: #fff;
}

*/
  
}



/* Service-Portal (FAQs, Datenschutz etc. alter Style, Body Class = 'plain')
----------------------------------------------------------------------------- */

body.plain { 
 background: #fff!Important;
 font-size: 18px !Important;
}

body.plain .content {
    padding-top: 0px;
}

body.plain main {
  background: url('') #fff;
}

body.plain .text-box {
    border: 0px solid #ccc;
    border-radius: 0px;
    box-shadow: 0 0 0 0;
    margin-bottom: 0px;
}

body.plain .accordion ul a,
body.plain .accordion ol a,
body.plain ul.inline-list a,
body.plain ol.inline-list a {
  text-decoration: underline;
}

body.plain .accordion ul a:hover,
body.plain .accordion ol a:hover,
body.plain ul.inline-list a:hover,
body.plain ol.inline-list a:hover,
body.plain .accordion ul a:focus,
body.plain .accordion ol a:focus,
body.plain ul.inline-list a:focus,
body.plain ol.inline-list a:focus {
  text-decoration: none;
}

body.plain .glossar,
body.plain .accordion .glossar,
body.plain ul.inline-list .glossar {
  background-color: #dbdbdb;
  display: inline-block;
  font-family: "TitilliumRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0 5px;
  text-decoration: none;
}

body.plain .glossar .icon,
body.plain .accordion .glossar .icon,
body.plain ul.inline-list .glossar .icon {
  padding-left: 5px;
}

body.plain .glossar:hover,
body.plain .accordion .glossar:hover,
body.plain ul.inline-list .glossar:hover,
body.plain .glossar:focus,
body.plain .accordion .glossar:focus,
body.plain ul.inline-list .glossar:focus {
  background-color: #505859;
  color: #ffffff;
}

body.plain .accordion .panel {
  border-width: 0px 0 1px 0;
  border-style: solid;
  border-color: #cccccc;
}

body.plain .accordion .panel.last {
  border-bottom: 1px solid #cccccc;
}

body.plain .rimless.accordion .panel:first-child {
  border-top: 0 none;
}

body.plain .rimless.accordion .panel.last {
  border-bottom: 0 none;
}

body.plain .accordion .panel .panel-title {
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 22px;
  margin-left: 0px;
}

body.plain .accordion .panel .panel-title a {
  display: block;
  font-family: "TitilliumMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
  outline: 0;
  padding: 8px 0; 
}

body.plain .accordion .panel .panel-title .panel-title-text  {
  margin-left: 50px;
  display: inline-block;
  vertical-align: middle;
}

body.plain .accordion .panel .panel-title a:hover,
body.plain .accordion .panel .panel-title a:focus {
  color: #005158;
}

body.plain .accordion .panel .panel-title a:hover .title,
body.plain .accordion .panel .panel-title a:focus .title {
  text-decoration: underline;    
}

body.plain .accordion .panel .panel-collapse {
  background-color: #f7f7f7;
  border-top: 0px solid #cccccc;
}

body.plain .accordion .panel .panel-collapse .panel-body {
  font-family: "TitilliumRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 30px 20px;
  position: relative;
}

body.plain .panel-container .panel, body.plain .panel-container .panel .panel-heading {
    border-radius: 0px;
    box-shadow: 0 0 0 0;
    padding-top: 0px;
    padding-bottom: 0px;
}

body.plain .text-container-element {
    padding-bottom: 0px;
    margin-bottom: -10px;    
}

body.plain .pull-right {
   float: left !Important;
   position: absolute;
   top: 50%;
   margin-top: -15px;
}

body.plain .glyphicon-chevron-down:before {
 content: "\e080";
 color: #fff;
 font-size: 16px;
 background-color: #017d87;
 border-radius: 50%;
 padding: 6px 8px;
}

body.plain .glyphicon-chevron-up:before {
 content: "\e114";
 color: #fff;
 font-size: 16px;
 background-color: #005158;
 border-radius: 50%;
 padding: 6px 8px;
}

body.plain .panel-container .panel .indicator {
 padding-right: 15px;
}


body.plain .panel-default > .panel-heading {
top: 1px;
border: 1px 0 0 0 solid #ccc;
}

body.plain .panel-title > a .glyphicon {
    margin-left: 0px;
}

.ui-flipswitch .ui-btn {
	font-size: 16px;
	margin: .5em 0;
	padding: .7em 1em;
	display: block;
	position: relative;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #FFF;
	border-color: #CCC;
}
.ui-flipswitch {
	display: inline-block;
	vertical-align: middle;
	width: 6.125em; /* Override this and padding-left in next rule if you use labels other than "on/off" and need more space */
	height: 36px;
	padding:2px;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	margin: .5em 0;
	overflow: hidden;
	-webkit-transition-property: padding, width, background-color, color, border-color;
	-moz-transition-property: padding, width, background-color, color, border-color;
	-o-transition-property: padding, width, background-color, color, border-color;
	transition-property: padding, width, background-color, color, border-color;
	-webkit-transition-duration: 200ms;
	-moz-transition-duration: 200ms;
	-o-transition-duration: 200ms;
	transition-duration: 200ms;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}
.ui-flipswitch.ui-flipswitch-active {
	padding-left: 4em;  /* Override this and width in previous rule if you use labels other than "on/off" and need more space */
	background-color: #017d87;
	color:#fff;
}
.ui-flipswitch-input {
	position: absolute;
	height: 1px;
	width: 1px;
	margin: -1px;
	overflow: hidden;
	clip: rect(1px,1px,1px,1px);
	border: 0;
	outline: 0;
	filter: Alpha(Opacity=0);
	opacity: 0;
}
.ui-flipswitch * {
	text-decoration:none!important;
}
.ui-flipswitch .ui-btn.ui-flipswitch-on,
.ui-flipswitch .ui-flipswitch-off {
	float: left;
	height: 1.75em;
	margin: .0625em;
	line-height: 1.65em;
}
.ui-flipswitch .ui-btn.ui-flipswitch-on {
	width: 1.75em;
	padding: 0;
	text-indent: -2.6em; /* Override this to center text if you use a label other than "on" */
	text-align: left;
	border-width: 1px;
	border-style: solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: inherit;
	overflow: visible;
	color: inherit;
	text-shadow: inherit;
}
.ui-flipswitch .ui-flipswitch-off {
	text-indent: 1em; /* Override this to center text if you use a label other than "off" */
}
.ui-bar-inherit, html .ui-bar-a .ui-bar-inherit, html .ui-body-a .ui-bar-inherit, html body .ui-group-theme-a .ui-bar-inherit {
	background-color: #EEE;
	border-color: #CCC;
	color: #333;
	text-shadow: 0 1px 0 #eee;
	font-weight: 700;
}

/* CSS Document */