/* pt-sans-regular - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/pt-sans-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('PT Sans'), local('PTSans-Regular'),
       url('../fonts/pt-sans-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/pt-sans-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/pt-sans-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/pt-sans-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/pt-sans-v9-latin-regular.svg#PTSans') format('svg'); /* Legacy iOS */
}

/* pt-sans-italic - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/pt-sans-v9-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('PT Sans Italic'), local('PTSans-Italic'),
       url('../fonts/pt-sans-v9-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/pt-sans-v9-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/pt-sans-v9-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/pt-sans-v9-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/pt-sans-v9-latin-italic.svg#PTSans') format('svg'); /* Legacy iOS */
}

/* pt-sans-700 - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/pt-sans-v9-latin-700.eot'); /* IE9 Compat Modes */
  src: local('PT Sans Bold'), local('PTSans-Bold'),
       url('../fonts/pt-sans-v9-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/pt-sans-v9-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/pt-sans-v9-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/pt-sans-v9-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/pt-sans-v9-latin-700.svg#PTSans') format('svg'); /* Legacy iOS */
}

/* pt-sans-700italic - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/pt-sans-v9-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local('PT Sans Bold Italic'), local('PTSans-BoldItalic'),
       url('../fonts/pt-sans-v9-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/pt-sans-v9-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/pt-sans-v9-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/pt-sans-v9-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/pt-sans-v9-latin-700italic.svg#PTSans') format('svg'); /* Legacy iOS */
}

/*** fonts Ende ***/

.frame-type-felogin_login fieldset div label,
.frame-type-felogin_login fieldset div label input {
   display: block;
}

div#header {
  text-align: left;
  padding-left: 20px;
}

/** Startseite einspaltig **/
div#page.page_310 div#main aside {
 display: none;
}

div#page.page_310 div#main {
  text-align: center;
}


/** Liste pagebrowser und Anzeigenauswahl in einer Zeile **/

div.listHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul, ol {
  padding-left: 0px;
}

a:hover, a:focus {
    text-decoration: underline;
    color: #ff0000;
}
a {
    color: #13a;
    text-decoration: none;
}


h1 {
  color: #13a;
  font-size: 150%;
  padding: 10px 0;
  margin:0;   
}

div.news-list-item h2 {
  font-size: 125%;
}

.news-list-date {
  color: #333;
}

.news-list-container hr.clearer {
    clear: both;
    border-top: 0;
    border-bottom: 1px solid #C7CEE0;
    border-left: 0;
    border-right: 0;
    padding: 0;
    margin: 10px 0 5px 0;
    height: 1px;
}


/***** MAIN GRID *****/
#hnav {
    width:100%;
}

  #main, #sec2 {
   width: 95%;
   font-size:90%;
   text-align: left;
   margin: 0 auto;
   padding: 0px;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-flow: row;
           flex-flow: row;
   }
 
  #main > article {
   margin: 4px;
   padding: 5px;
   min-width:240px;
   -webkit-flex: 3 1 50%;
           flex: 3 1 50%;
   -webkit-order: 2;
           order: 2;
   align-item:stretch;
   }
  
  #sec2 > section {
     width: 100%;

}
  
.flex-box {
    display: flex;
/*    height: 300px;    */
    margin: 4px;
    padding: 5px;
}
.flex {
   flex: 1 2 5%;
 }
 .flex-item {
    flex: 1;
    border: 2px solid #f0f3fb;
    margin: 0 20px 0 0;
 
}

div.flex-box h1 {
  color: #13a;
  background: none repeat scroll 0 0 #e7eefc;
  font-size: 150%;
  padding: 10px;
}

div.flex-box p {
  padding:10px 10px 0 10px;
  line-height: 1em;
}

  #main > aside, sec2 > aside {
   margin: 4px;
   padding: 5px;
   min-width:200px;
   font-size: 100%;
   -webkit-flex: 1 6 22%;
           flex: 1 6 22%;
   -webkit-order: 3;
           order: 3;
   }
 
  header {
   display: block;
   margin: 4px;
   padding: 5px;
   min-height: 50px;
   }
  
 footer {
  display: block;
  margin:0;
  min-height: 50px;
  background-color: #C7CCDF;
  padding:0 5px;
  line-height: 1em;
}
 
 img {
    height: auto !important;
    max-width: 100% !important;
}

#content-right, #content-aside { line-height: 1.4em; }
div#logout h1.csc-firstHeader, div#zubehoer h1.csc-firstHeader {color: #13a; font-size: 150%;}
div.frame-type-felogin_login h3 {display:none;}

div.aside-item {
  border: 2px solid #e7eefc;
  margin-bottom: 30px;
}


div.aside-item h1,
div.aside-item h2 {
  background: none repeat scroll 0 0 #e7eefc;
  color: #13a;
  font-size: 150%;
  padding: 10px;
  margin:0;   
}


div.aside-item p, 
div.frame-type-felogin_login > p, 
div.frame-type-felogin_login form,
.frame-type-felogin_login > a,
.frame-type-felogin_login p.alert-message {
  margin: 10px;
  display: block;
}

.frame-type-felogin_login input[type="submit"]  {
	margin-top: 10px;
}


/*
 * **********************************************************************************
 * Layout Styles
 * **********************************************************************************
 */


body                        { font-family: 'PT Sans', sans-serif; text-align:center; /*background: url("../img/bg_gradient.gif") repeat-x scroll 50% top #ffffff; */ background-color:#C7CCDF; }


.fixed-width                { width:980px; margin:0 auto; text-align:left; }
.last-changed               { color:#666; padding-top:20px; font-size:90%; }

#page-wrapper               { background-color:#fff; }
#page                       { background-color: #ffffff; box-shadow: 0 0 20px #333333; margin: 20px auto; max-width: 1042px;}


 
#header-wrapper             { font-size:80%; }
#header                     {}


#logo-wrapper {
  display: block;
  margin-left: auto;
  margin-right: auto;
  min-width: 100%;
  max-width: 25%;
   }
#logo                       { padding: 30px 0 10px 0; }
#logo a                     { background:none; }

nav {height:41px; background-color:#bdd2ff; }

#breadcrumb {text-align:left; font-size: 85%; margin-left: 3.5%;}
div#breadcrumb ul  {
    list-style: none;
    padding-left: 1px;
       }

div#breadcrumb ul li:before {
    content: "\00BB \0020";
       }

div#breadcrumb ul li a {
    text-decoration:none;
       }
div#breadcrumb ul li a:hover {
    text-decoration:underline;
       }


#content-wrapper            { padding:15px 0 0 0; }
#content                    {}



/* Styles Folgeseiten content-left wird zu content-aside*/

#content-aside-wrapper       { float:left; max-width:24%; }
#content-aside               { padding:0 0px 0px 0px; margin:0; }

#content-main-wrapper       { float:right; max-width:730px; }

#content-center              { padding:0.125em 1em 1em 1em;margin:0; font-size:94%;  background-color:#f0f3fb; }

#content-center ul.csc-menu.csc-menu-1 {
  padding: 0;
}

#content-center ul.csc-menu.csc-menu-1 li {
  list-style: none;
  padding: 5px 0;
}
#content-center ul.csc-menu.csc-menu-1 li a, span.link_int a {
  background: transparent url(../img/icon_recht.gif) no-repeat 0 0.2em;
  padding-left: 17px;
  display: block;
}

#content-center .csc-sitemap ul li ul,
#content-center .csc-sitemap ol li ol { padding-left:25px; }




.wrapper-right           { background-color: #f0f3fb; padding:20px 20px; margin-bottom: 20px;}
#logout .toolbar-top       { border-bottom: 1px solid #c7cee0;}
#logout .toolbar-top ul    { padding:0px 10px; }
#logout form               { padding:0px }
#toolbar .quicksearch-go    { background:#FFFFFF url(../img/icon_search.gif) no-repeat scroll right top;
                              border:0 none;
                              cursor:pointer;
                              font-size:1px;
                              width:38px;
                              height:22px;
                              margin:0;
                              padding:0;
                            }
                            
#toolbar .quicksearch-label-wrapper { padding-bottom:5px; }
#toolbar .quicksearch-label         { float:left; font-weight:bold; }
#toolbar .quicksearch-extended      { float:right; }

                            
#toolbar .quicksearch-input-wrapper { float:left; }
#toolbar .quicksearch-go-wrapper    { float:right; padding-right:4px; }
#toolbar .quicksearch-input-wrapper input { width:150px; }

#toolbar hr { margin:5px 0 5px 0;}

#toolbar h3 { font-size: 120%; }

#toolbar ul                 { list-style:none; margin:0; padding:0; height:32px; }
#toolbar ul li              { float:left; display:block; margin:0; padding:0; }
#toolbar ul li a            { margin:0; padding:2px 0; }

#footer {
    color: #000;
    display: block;
    margin: 2%;
    padding: 1% 0;
    width: 96%;
}

.footer-content {
    margin: 0;
    padding: 1% 0;
    font-size: 80%;

}







/*** Ansichten list, detail, search ***/


.cat {background-color: #bdd2ff; padding: 2px 3px; margin-right: 5px;}

.print {text-align:right;}






/**** MOBILE ANPASSUNGEN ********/

.fa-2x {
  font-size: 1.65em!important;
}

#mobilMenu {
    padding-top: 5px;
    background-color: #333;
    overflow: hidden;
}

.mobil-menuLink, a.mobil-homeLink {
    padding: 0;
    display: block;
    font-size: 0.9rem;
    color: #fff;
    text-decoration: none;
    line-height: 28px;
}

div#mobilMenu.mobil-menuLink a:hover, div#mobilMenu.mobil-menuLink a:focus {color: #ffffff!important;}

a.mobil-homeLink {
    float: left;
    margin: 3px 0 0 10px;
}

.mobil-menuLink {
    float: right;
    margin: 6px 10px 0 0;
}

#mobilMenuListe {
    background-color: #6f7d72;
   background-color: #333333;
}

#mobilMenuListe ul li {
      padding: 8px 10px;
      border-bottom: 1px solid #fff;          
}

#mobilMenuListe ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
}


.level2 {
    background-color: #e3e6ef;
    border-left: 1px solid #e3e6ef;
    padding: 1px 1px 1px 10px;

}


div#mobilMenuListe.none-desk ul {padding-left: 0;}

div#mobilMenuListe.none-desk ul li.level2 a {
    color: #333;
}

span.rdb {float:left;}


.hide-desktop {
    display: none ;
}








/*** rbk_anwendung ***/

.longDescription .fulltext_header {
  width: 100%;
  border: none;
  background: transparent;
  text-align: left;
  padding: 5px 0 5px 0;
  cursor: pointer;
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 1rem;
}



div.verborgen {
  background: #ffcc00;
}

ul.f3-widget-paginator li {
   display: inline-table;
}

input.inactive {
  background: #aaaaaa;
}

div.rbkinfo {
  padding-top: 15px;
}

div.rbkinfo textarea {
  width: 90%;
}

div.rbkinfo textarea:nth-of-type(1) {
  height: 150px;
}

div.rbkinfo textarea:nth-of-type(2) {
  height: 350px;
}


.page_count {
    list-style: outside none none;
    overflow: hidden;
}

.page_count ul {
   
}
.page_count li {
  display: inline-block;
}


.page_count li a {
    border: 1px dotted #999999;
    color: #b00015;
    display: block;
    line-height: 1.25rem;
    padding: 0 0.3125rem;
}

.page_count li .current {
    border: medium none;
    color: #333333;
}

.simple_search {
  background-color: #fff;
  margin-bottom:20px;
  padding:15px;
  
}


.searchWord,
.datefrom {
  width: 95%;
  font-size: 95%; /*82%*/
  margin: 0;
}

.category,
.dateto,
.senderSearch {
  width: 100%;
  font-size: 95%; /*82%*/
  margin: 0;
}


select.category,
div.searchWord input,
div.senderSearch input,
div.datefrom .hasDatepicker,
div.dateto .hasDatepicker {
   width: 100%;
   font-size: 100%;
   margin: 0;
  border: 1px solid #999;
  box-sizing: border-box;
}

/** datepicker groesse **/

.ui-widget {
    font-size: 0.813em !important; 
}




/* ************************************** */
/* ****** MEDIA QUERIES ******* */
/* ************************************** */

/* Too narrow to support three columns */
  @media all and (max-width: 800px) {
  
   #main, #page {
    -webkit-flex-flow: column;
            flex-flow: column;
            flex-direction: column;
   }

   #main > article, #main > nav, #main > section, #main > aside {
    /* Return them to document order */
    -webkit-order: 0;
            order: 0;
    -webkit-flex: none !important;
            flex: none !important;
           
   }
  
   #main > nav, #main > aside, header, footer {
    min-height: 50px;
    /*max-height: 100px; /*50px*/
   }
  }
/* ************************************** */





/* media querie handhelds less than 320px */
@media screen and (max-width: 320px) {
  .rdb {display:none;}
  
  h1 {
    font-size: 1.65em !important;
  }

  figure.csc-textpic-image.csc-textpic-last img {
    height: auto !important;
    width: auto !important;
    max-width: 100% !important;
  }
  
}


/* media querie handhelds less than 480px */
@media screen and (max-width: 460px) {
  div#dp-popup.dp-popup {
     left: 136.5px !important;
  }
}



/* media querie handhelds less than 600px */
@media screen and (max-width: 600px) {

}

/* media querie handhelds less than 600px */
@media screen and (max-width: 600px) {

.none-mobile {
        display: none;
    }
    .none-desk {
        display: block;
    }
   #header {
        height:auto !important;
    }
  article {
        height:auto !important;
    }  

    #main {
        width: 98%;
        padding: 1%;
    }

    h1 {
        font-size: 150%;
    }
    #main > aside {
        width: 96%;
        float: none;
        padding: 1%;
    }
    .csc-textpic-intext-right .csc-textpic-image {
        float: none;
        margin: 0;
        width: 100%;
    }
    #metamenu ul li {
        border-right: 1px solid #222;
        display: -moz-inline-stack !important;
        display: inline-block !important;
        padding: 0 8px;
    }
}
 
  #mobilMenuListe ul li {
    list-style-type:none;
    margin: 0 1px;
  }
  
  .metamenu-logos  {
    display: none;
  }
  
  .hidden {
    display: none;
  }


/* media querie handhelds less than 850px */
@media screen and (max-width: 850px) {

 div#logo a img {
    height: auto !important;
    min-height: 20px;
    min-width: 35px;
 }

}


