@media screen {
  *,
  *:before,
  *:after {
    box-sizing: inherit;
  }

  .pull-right {
    float: right !important;
  }
  .pull-left {
    float: left !important;
  }
  .text-right {
    text-align: right;
  }

  /*
  In visuellen Layouts verstecken, aber Screenreader lesen das Element vor
  github.com/h5bp/html5-boilerplate/issues/194#issuecomment-564745
  */
  .hideme {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .clearfix::before, .clearfix::after {
    content: " ";
    display: table;
  }
  .clearfix::after {
    clear: both;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  /*
  .sr-only-focusable:active,
  .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
  }*/

  html {
    font-family: Arial, sans-serif;
    font-size: 100%;
    overflow-y: scroll;
    box-sizing: border-box;
    min-height: 100%;
  }

  body {
    font-size: 14px;
    font-size: 0.875rem;
    background: white;
    color: #333;
    min-width: 300px;
    /* max-width: 480px; */
    margin: 0 auto;
    background: #fff url("../img/body_bg.jpg") repeat scroll 0 0;
  }
  h1, h2, h3,h4, h5, h6 {
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  h2 {
    font-size: 30px;
    font-size: 1.8rem;
  }
  h3 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
  h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  h5 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
  }
  h6 {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
  }
  hr {
    border-color: #eee;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  main {
    line-height: 1.7;
  }

  .highlight {
    font-weight: bold;
    font-size: 120%;
  }

  .klein {
    font-size: 50%;
  }

  [role="button"],
  button {
    cursor: pointer;
  }


  /* Bilder nicht größer als das Elternelement */
  img {
    max-width: 100%;
    height: auto;
  }

  /* Hauptüberschrift im Inhaltsbereich */
  main h2 {
    line-height: 1;
    padding: 0;
    margin: 0 0 1em 0;
  }

  /* Grafiken im Inhaltsbereich */
  main img {
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
    border-radius: 0.5em;
  }

  /* Überschriften im Inhaltsbereich und in der Sidebar */
  main h3, aside h3 {
    border-bottom: 1px solid #ddd;
    color: #444;
    line-height: 1.1;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
  }
  /* Absätze im Inhaltsbereich und in der Sidebar */
  main p, aside p {
    margin-top: 0;
    margin-bottom: 1em;
  }
  /* Absätze mit der Klasse .artikelinfo kleine, graue Schrift */
  main p.artikelinfo, aside p.artikelinfo {
    font-size: 13px;
    font-size: 0.8125rem;
    color: #999;
  }
  /* Links im Inhaltsbereich und in der Sidebar */
  main a,
  main a:link,
  main a:visited ,
  aside a ,
  aside a:link,
  aside a:visited {
    color: #0F4B8C;
    text-decoration: none;
    padding: 1px 2px;
  }
  main a:focus,
  main a:hover,
  main a:active ,
  aside a:focus ,
  aside a:hover,
  aside a:active{
    color:#0F4B8C;
    text-decoration: underline;
    background-color: #E0E0E0 ;
  }

  main ul,
  aside ul {
    list-style-type: inherit;
    padding: 0;
    margin: 1em 0 2em 2em;
  }
  /* Sitemap */
  #sitemap ul {
    margin: 0em 0 0em 2em;
  }

  dl {
    display: block;
    border-bottom: 1px solid #dedede;
    width: 100%;
    margin-top: 0;
  }
  dt, dd {
    padding: 3px;
  }
  dt {
    width: auto;
    float: none;
    border-top: 1px dotted #dedede;
  }
  dd {
    margin-left: 3em;
  }
  dd:after {
    display: block;
    clear: left;
    height: 0;
    visibility: hidden;
  }

  /* Downloadlink-Symbole */
  .pdf ,
  .csc-uploads-element-pdf a {
   background: #fff url("../img/pdf.gif") no-repeat scroll 0 0;
    padding-left: 20px !important;
  }
  .doc,
  .csc-uploads-element-doc a {
   background: #fff url("../img/doc.gif") no-repeat scroll 0 0;
    padding-left: 20px !important;
  }



  /* Kopf- und Fußbereich Schrift einfärben */
  .hgroup,
  .pagefooter {
    color: #333;
  }

  /* Pageheader */
  .headlogo {
    margin-top: 15px;
  }
  .hgroup {
    background-image: url("../img/leiste.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 120% 9px;
    margin-bottom: 25px;
    /*padding-bottom: 1em;*/
  }
  .hgroup h1 {
    font-family: 'Arial', sans-serif;
    font-size: 36px;
    color: #333;
    font-weight: 500;
    line-height: 1.1;
    margin-block-end: 0.67em;
    margin-block-start: 0.67em;
    margin: 0 0 0.67em 0;
  }
  .hgroup a,
  .hgroup a {
    color:#043D7A;
    text-decoration: none;
  }
  .head-image {
    /* background-image: url("/fileadmin/redaktion/_devel/no-head-picture.gif");
    // background-image: url("filead/img/nature-q-g-1170-200-8.jpg");
   background-size: cover;*/
    height: 200px;
    background-position: top center; /* ??? */
  }

  /* SLIDESHOW */
  .head-slider {
    height: 200px;
    overflow: hidden;
  }
  .bss-slides{
    background: #000;
    position: relative;
    top: 0;
    display: block;
    height: 200px;
  }
  .bss-slides:focus{
    outline: 0;
  }
  .bss-slides figure{
    position: absolute;
    top: 0;
    right: 0;
    height: 200px;
    overflow:hidden;
    margin: 0;
  }
  .bss-slides figure img{
    opacity: 0;
    -webkit-transition: opacity 1.2s;
    transition: opacity 1.2s;
    position: relative;
  /*-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    */
    height: 200px !important;
  }
  .bss-slides .bss-show {
    z-index: 3;
  }
  .bss-slides .bss-show img{
    opacity: 1;
   /* -webkit-backface-visibility: hidden;
    backface-visibility: hidden;*/
  }
  .bss-slides figcaption{
    position: absolute;
    font-family: sans-serif;
    font-size: 0.7em;
    bottom: .5em;
    right: .35em;
    padding: 2px;
    color: #ddd;
    background: #000;
    background: rgba(0,0,0, .25);
    border-radius: 2px;
    opacity: 0;
    -webkit-transition: opacity 1.2s;
    transition: opacity 1.2s;
  }
  .bss-slides .bss-show figcaption{
    z-index: 2;
    opacity: 1;
  }
  .bss-slides figcaption a{
    color: #fff;
  }
  .bss-next, .bss-prev{
    color: #fff;
    position: absolute;
    background: #000;
    background: rgba(0,0,0, .6);
    top: 50%;
    z-index: 4;
    font-size: 2em;
    margin-top: -1.2em;
    opacity: .5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .bss-next:hover,
  .bss-prev:hover{
    cursor: pointer;
    opacity: 1;
  }
  .bss-next{
    right: 0;
    padding: 10px 5px 15px 10px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .bss-prev{
    left: 0;
    padding: 10px 10px 15px 5px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }



  /* Barrierefreiheits-Menu */
  #bf ul {
    list-style-type: none;
    padding-bottom: 1.3em;
    margin: 0 0 15px 0;
    padding-left: 0;
  }
  #bf ul li {
    float: left;
    position: relative;
    display: block;
    margin-right: 15px;
  }

  #bf ul li a {
    color: #7F6682;
    background-repeat: no-repeat;
    background-position: calc(100% - 2px);
    padding: 5px 2px;
    text-decoration: none;
    color: #000000;
  }
  #bf ul li a:focus,
  #bf ul li a:hover,
  #bf ul li a:active {
    text-decoration: underline;
  }
  #bf ul li#bf80 a {
    background-image: url("../img/leichtesprache.png");
    padding-right: 20px !important;
  }
  #bf ul li#bf81 a {
    background-image: url("../img/gebaerdensprache.png");
    padding-right: 25px !important;
  }
  #bf ul li#bf79 a {
    background-image: url("../img/keyboard.png");
    padding-right: 32px !important;
  }
  #bf ul li a.active {
    border-bottom: 1px solid black;
  }


  /* Suchfeld */
  #quick_q_form {
    padding-right: 1em;
    padding-top: 1em;
    position: relative;
    z-index: 1000;
  }
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  label {
    display: inline-block;
    font-weight: bold;
  }
  label,
  select,
  input[type=checkbox],
  input[type=radio],
  input[type=button],
  input[type=submit] {
    cursor: pointer;
  }
  .form-control {
    background-color: #fff;
    background-image: none;
    border: 2px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
  }
  .form-control:focus,
  .form-control:hover,
  .form-control:active {
      border: 2px dotted #009DE0;
  }
  .btn-default {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
  }
  .btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 5px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
  }
  #quick_q_form button:focus,
  #quick_q_form button:hover,
  #quick_q_form button:active {
     background-color:  #009DE0;
     color: #000;
  }

  /* Suchseite */
  #q_form {
    padding: 1em;
  }
  #q_form .form-control {
    display: inline;
    width: 18em;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  #q_form .btn {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  #form_kesearch_pi1 {
    line-height: 1;
    margin-bottom: 2em;
    max-width: 500px;
    padding: 1em;
  }
  #form_kesearch_pi1 fieldset {
    background-color: #f9f9f9;
    border-radius: 0.5em;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    padding: 1em;
  }
  #form_kesearch_pi1 input[type="search"]{
    border: 1px solid #ccc;
    border-radius: 0.25em;
    margin-bottom: 2em;
    min-width: 60%;
    padding: 0.25em;
  }
  input[type="submit"] {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    width: 6em;
  }
  #form_kesearch_pi1 input[type="submit"] {
    border: 1px solid #ccc;
    border-radius: 0.25em;
    margin-bottom: 1em;
    background-color: #043d7a;
    color: white;
    float: right;
    min-width: 10em;
    padding: 0.5em 1em;
    font-size: 0.95em;
  }
  #form_kesearch_pi1 input[type="submit"]:focus,
  #form_kesearch_pi1 input[type="submit"]:hover,
  #form_kesearch_pi1 input[type="submit"]:active {
    text-decoration: underline;
  }
  #form_kesearch_pi1 .resetButton {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    border: 1px solid #ccc;
    border-radius: 0.25em;
    margin-bottom: 1em;
    min-width: 10em;
    padding: 0.5em 1em;
    font-size: 0.95em;
    float: left;
  }

  #kesearch_num_results {
    font-size: 1em;
    padding: 10px;
  }
  #kesearch_pagebrowser,
  #kesearch_pagebrowser_top,
  #kesearch_pagebrowser_bottom {
    color: #707070;
    font-size: 1em;
    text-align: center;
    word-wrap: break-word;
  }
  #kesearch_pagebrowser_bottom {
    border-top: 1px solid #ddd;
    padding: 1em;
  }
  #kesearch_results .result-list-item {
    margin: 0 0 20px;
    padding: 0 10px;
  }
  #kesearch_results .result-list-item a {
   display: inline-block;
  }
  .teaser_icon img {
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }
  .pages_total,
  .kesearch_pagebrowser {
    border-radius: 4px;
    display: inline-block;
    margin: 0;
    padding-left: 0;
  }
  
  .kesearch_pagebrowser .pages {
    display: inline-block;
    margin: 0;
  }
  
  .kesearch_pagebrowser a {
    background-color: #fff;
    float: left;
    line-height: 1.42857;
    padding: 6px 12px !important;
    text-decoration: none;
  }
  .kesearch_pagebrowser a {
    border: 1px solid #ddd;
    color: #3c5984;
    text-decoration: none;
  }
  .kesearch_pagebrowser a:first-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-left: 0;
  }
  .kesearch_pagebrowser a:last-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    margin-left: 0;
  }
  .kesearch_pagebrowser .current {
    background-color: #e6ecf4;
    border: 1px solid #607aa1 !important;
  }

/* Pagebrowser */
.kesearch_pagebrowser ul {
    display: inline;
    margin: 0;
    padding: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
}
.kesearch_pagebrowser ul li {
    list-style-type: none;
    display: inline;
    margin: 0;
}
#kesearch_pagebrowser_top,
#kesearch_pagebrowser_bottom {
    text-align: center;
    word-wrap: break-word;
    font-size: 12px;
    color:#707070;
}
#kesearch_pagebrowser_top .pages_total,
#kesearch_pagebrowser_bottom .pages_total {
    padding: 8px 0;
    background:#fff;
    margin-bottom: 15px;
}
/*#kesearch_pagebrowser_top .pages_total { border-bottom: 1px dashed #707070; }
#kesearch_pagebrowser_bottom .pages_total { border-top: 1px dashed #707070; }*/

#kesearch_pagebrowser_top div.result_txt,
#kesearch_pagebrowser_bottom div.result_txt {
    margin: 0 0 5px 0;
}
#kesearch_pagebrowser_top .kesearch_pagebrowser,
#kesearch_pagebrowser_bottom .kesearch_pagebrowser {
  margin: 0 auto 0;
}

#kesearch_pagebrowser_top a,
#kesearch_pagebrowser_bottom a {
  padding: 3px;
  margin: 2px ;
}
#kesearch_pagebrowser_top a:hover,
#kesearch_pagebrowser_bottom a:hover {
  cursor:pointer;
}
#kesearch_pagebrowser_top a.current,
#kesearch_pagebrowser_bottom a.current {
   font-weight: bold;
   color:#000;
   text-decoration:none;
}
#kesearch_pagebrowser_top .browser,
#kesearch_pagebrowser_bottom .browser{
    border:1px solid;
}
.tx-kesearch-pi1 .next,
.tx-kesearch-pi1 .prev {
  display: inline-block;
  width: 24px;
  height: 30px;
  color: transparent;
  text-decoration: none;
  overflow: hidden;
}
.tx-kesearch-pi1 .next{
  background: transparent url('../img/arrow-next.png') no-repeat left 2px;
}
.tx-kesearch-pi1 .prev{
  background: transparent url('../img/arrow-prev.png') no-repeat right 2px;
}
.tx-kesearch-pi1 a.next,
.tx-kesearch-pi1 a.prev{
  display:inline-block;
  width:24px;
  color:transparent;
  text-decoration:none;
  padding:0 !important;
  margin: 2px 0 0px 0;
  border: none;
  box-shadow: none;
}



  #kesearch_results {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-top: 6px;
  }
  #kesearch_results .clearer {
    clear: both;
    display: block;
    height: 1px;
    line-height: 1px;
  }
/*
  .tx-kesearch-pi1 a.next,
  .tx-kesearch-pi1 a.prev {
    color: transparent;
    display: inline-block;
    height: 29px;
    margin: 0 0 -10px;
    padding: 0 !important;
    text-decoration: none;
    width: 24px;
  }
  */
  .result-list-item .hit {
    color: red;
    font-weight: bold;
  }


  #container {
    background: white;
    border-bottom: 1px solid #dedede;
    box-shadow: 0 10px 10px 0 rgba(222, 222, 222, 0.49);
    padding-top: 19px;
    padding-top: 1.2rem;
    display: inline-block;
    width: 100%;
  }

  /*Main-Bereich*/
  main {
    padding: 1em;
    font-size: 14px;
    font-size: 0.9rem;
    display: inline-block;
    width: 100%;
  }
  article {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 2em;
  }
  article:last-of-type {
    margin-bottom: 1em;
  }
  article >h3 {
    padding: 10px !important;
    background: #F5F5F5 ;
    border-radius: 5px 5px 0 0;
  }
  article >h4,
  article >h5,
  article >h6 {
    padding: 10px !important;
  }
  article > p,
  section > article > section > p {
    padding: 0 10px;
  }
  article section {
    border-top: 1px solid #ddd;
  }
  

  /*Breadcrumb-Navi*/
  ol.breadcrumb {
   /* background-color: #f5f5f5;*/
    border-radius: 4px;
    list-style: outside none none;
    margin: 0;
    padding: 0.5em 1em;
    border-bottom: 1px dotted #ddd;
  }
  .breadcrumb > li {
      display: inline-block;
  }
  .breadcrumb > li + li::before {
      color: #ccc;
      content: "> ";
      padding: 0 5px;
  }
  .breadcrumb > .active {
      color: #565656;
  }
  .breadcrumb li {
    font-size: 0.85em;
  }
  .breadcrumb a,
  .breadcrumb a:link,
  .breadcrumb a :visited{
    color: #003064;
    padding: 2px;
    text-decoration: none;
  }
  .breadcrumb a:focus,
  .breadcrumb a:hover,
  .breadcrumb a :active{
    text-decoration: underline;
  }



  .aktuelles h4 {
    margin: 5px 0;
    padding: 0 10px;
  }

  .themen section h4 {
    margin: 15px 0 5px 0;
    padding: 0 10px;
  }
  .themen section a,
  .themen section a:link,
  .themen section a:visited {
   /* color: #333;
    background-color: transparent;
    display: block;
    padding: 10px;*/
    text-decoration: none;
  }
  .themen section a:focus,
  .themen section a:hover,
  .themen section a:active {
    background-color: #E0E0E0;
    text-decoration: underline;
  }




  /* Newsletter-Tabs */
  /* http://designscrazed.org/html5-css3-accordion-tabs/ Responsive CSS Tabs */

   #nl_tabs {
   /*  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
     border: 1px solid #ddd;
     border-top: none;*/
     margin: 1em;
   }
   #nl_tabs section {
    display: none;
    padding: 5px;
    border-top: none !important ;
     border-radius: 0 0 10px 10px;
  }
  #nl_tabs input {
    display: none;
  }
  #nl_tabs label {
    display: block;
    padding: 5px;
    font-weight: 500;
    text-align: center;
    color: #333;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
    width: 100%;
    background-color: #f8f8f8;
    border-right: 2px solid #ddd;
    border-left: 2px solid #ddd;
  }
 /* #nl_tabs label:before {
    font-weight: normal;
    margin-right: 10px;
  }
  */
  #nl_tabs label:hover {
    color: #000;
    cursor: pointer;
    text-decoration: underline;
  }
  #nl_tabs input:checked + label {
    color: #555;
    background-color: white;
    font-weight: 600;
  }
  #nl_tabs input#tab1:checked + label {
    border-top: 2px solid #029ADB !important;
    border-right: 2px solid #029ADB !important;
    border-left: 2px solid #029ADB !important;
  }
  #nl_tabs input#tab2:checked + label {
    border-top: 2px solid #7ac643 !important;
    border-right: 2px solid #7ac643 !important;
    border-left: 2px solid #7ac643 !important;
  }
  #nl_tabs input#tab3:checked + label {
    border-top: 2px solid orange !important;
    border-right: 2px solid orange !important;
    border-left: 2px solid orange !important;
  }
  #nl_tabs > label:first-of-type {
    /*border-left: none !important;*/
    border-radius: 10px 10px 0 0;
    border-top: 1px solid #ddd;
  }
 /* #nl_tabs > label:last-of-type {
    border-right: none !important;
  }*/
  #nl_tabs #tab1:checked ~ #content1,
  #nl_tabs #tab2:checked ~ #content2,
  #nl_tabs #tab3:checked ~ #content3 {
    display: block;
  }
  #nl_tabs #tab1:checked ~ #content1{
    border-right: 2px solid #029ADB !important;
    border-bottom: 2px solid #029ADB !important;
    border-left: 2px solid #029ADB !important;
  }
  #nl_tabs #tab2:checked ~ #content2 {
    border-right: 2px solid #7ac643 !important;
    border-bottom: 2px solid #7ac643 !important;
    border-left: 2px solid #7ac643 !important;
  }
  #nl_tabs #tab3:checked ~ #content3{
    border-right: 2px solid orange !important;
    border-bottom: 2px solid orange !important;
    border-left: 2px solid orange !important;
  }
  h4.tab1,
  h4.tab2,
  h4.tab3 {
    border-bottom: 2px solid #029ADB !important;
    border-left: 2px solid #029ADB !important;
    margin-bottom: 15px !important;
    padding-bottom: 3px;
    padding-left: 8px;
    border-radius: 0 0 0px 10px;
  }
  h4.tab1 {
   border-color: #029ADB !important;
  }
  h4.tab2 {
   border-color: #7ac643 !important;
  }
  h4.tab3 {
   border-color: orange !important;
  }
  /* Ende Tabs */


  /* Newsletter */
  .newsletter section {
    padding: 10px;
  }
  main .newsletter h3 {
    margin: 0;
    overflow: hidden;
    font-size: 2em;
  }
  main .newsletter h3 .highlight {
    color: #029ADB;
  }
  main .newsletter img {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
    float: right;
  }
  .newsletter section h4 {
    margin: 5px 0;
  }
  .newsletter section.sprung h4 {
    text-transform: uppercase;
  }
  .newsletter section.sprung li {
    padding-bottom: 5px;
  }
  .newsletter section a,
  .newsletter section a:link,
  .newsletter section a:visited {
    color: #0F4B8C;
    background-color: transparent;
    padding: 1px 2px;
    text-decoration: none;
    display: inline-block;
    vertical-align: text-top;
    line-height: 1.1em;
  }
  .newsletter section a:focus,
  .newsletter section a:hover,
  .newsletter section a:active {
    background-color: #E0E0E0 ;
    text-decoration: underline;
  }
  #nl_ab{
    width: 60%;
    min-width: 600px;
  }



  /* Sitemap */
  .sitemaplist {
    line-height: 1em;
  }

  .sitemaplist li {
    line-height: 1em;
    padding: 1em 0 0 0;
  }
  .sitemaplist ul {
    padding: 0 2em;
    margin: 0;
    list-style-type: square;
  }
  .sitemaplist ul ul {
    list-style-type: circle;
  }

  /* ######## FORMULARE ############### */
  
  .fehler {
    font-style: italic;
    color: red;
  }

  .newsletterformular {
    line-height: 1;
    margin-bottom: 2em;
    padding: 1em;
    max-width:500px;
  }
  .newsletterformular fieldset {
    background-color: #f9f9f9;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    padding: 1em;
    border-radius: 0.5em;
  }
  .newsletterformular label {
    width: 100%; /*10em;*/
    margin-right: 2%;
    vertical-align: top;
    text-align: left;
    cursor: pointer;
    padding-bottom: 10px;
  }
  .newsletterformular label .required {
    display: none;
  }
  .newsletterformular fieldset br {
    display: none;
  }
  .newsletterformular fieldset label br {
    display: initial;
  }
  .small {
    font-size: 0.9em;
  }
  #einwilligung {
    width: auto;
    line-height: 1em;
    font-weight: normal;
  }
  #fe_ttaddress_datenschutz_input {
    font-size: 1em;
  }
  /* Eingabefelder mit Mindestbreite, Rahmen und Padding */
  .newsletterformular input[type="text"],
  .newsletterformular input[type="email"],
  .newsletterformular input[type="submit"],
  .newsletterformular textarea {
    min-width:100%;
    padding: 0.25em;
    border: 1px solid #ccc;
    border-radius: 0.25em;
    margin-bottom: 1em;
  }
  /* Textarea mit Mindestbreite */
  .newsletterformular textarea { min-width: 18em; }
  /* Label Datenschutzerklärung */

 /* .newsletterformular .checkbox label {
    width: 100% !important;
  }*/
  .newsletterformular .checkbox label > span  {
    float: right;
    display: block;
    width: calc(100% - 30px) !important;
    line-height: 1.2;
    font-weight: normal;
  }

  /* Submit-Schaltfläche */
  .newsletterformular input[type="submit"] {
    min-width: 10em;
    float: right;
   /* margin-right: -1.75em;*/
    background-color: #043d7a;
    color: white;
    padding: 0.5em 1em;
  }
  /* Schaltfläche beim Hover oder Tastaturfokus dunkelgrau */
  .newsletterformular input[type="submit"]:hover,
  .newsletterformular input[type="submit"]:focus {
    background-color: #333;
    text-decoration: underline;
  }
  /* Schaltfläche im Moment des Klicks orange */
  .newsletterformular input[type="submit"]:active {
    background-color: darkorange;
  }

  .kontaktformular {
    line-height: 1.2;
    margin-bottom: 2em;
    padding: 1em;
    width:100%;
  }
  .kontaktformular fieldset {
    background-color: #f9f9f9;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    border-radius: 0.5em;
    margin-bottom: 1em !important;
  }
  .kontaktformular legend {
    padding: 0 5px;
    font-size: 1.1em;
    font-weight: normal !important;
    background-color: #FFFFFF;
  }
  .kontaktformular label {
    width: 14em !important;
    margin-right: 2%;
    vertical-align: top;
    text-align: left;
    cursor: pointer;
    padding-bottom: 10px;
    display: block;
  }
  .kontaktformular input[type="text"],
  .kontaktformular input[type="email"],
  .kontaktformular input[type="submit"],
  .kontaktformular textarea {
    min-width: 70%;
    padding: 0.25em;
    border: 1px solid #ccc;
    border-radius: 0.25em;
    margin-bottom: 1em;
  }
  .kontaktformular input[type="submit"] {
    min-width: 10em;
    float: right;
    /*margin-right: -1.75em;*/
    background-color: #043d7a;
    color: white;
    padding: 0.5em 1em;
  }
  .kontaktformular input[type="submit"]:hover,
  .newsletterformular input[type="submit"]:focus {
    background-color: #333;
    text-decoration: underline;
  }
  .kontaktformular input[type="submit"]:active {
    background-color: darkorange;
  }  
  .kontaktformular label em,
  .kontaktformular legend em {
    display: inline;
    color: #000000;
    margin-left: 0.5em;
    text-transform: unset;
  }
  .kontaktformular label strong,
  .kontaktformular legend strong {
    color: #c00;
    display: inline-block;
    font-size: 85%;
    font-weight: normal;
    margin: 3px;
    padding: 5px;
    text-transform: uppercase;
    border: 1px solid red;
  }
  /* Datenschutzerklärung */
  .kontaktformular li.csc-form-16 label {
    float: right;
    width: calc(100% - 50px) !important;
  }
  .kontaktformular li.csc-form-16 input.field-15:after {
    clear: right;
  }
  article.border {
    border: 3px solid #666;
    border-radius: 1em;
    padding: 1em;
  }
/* neues Kontaktformular 2019 */
  #kontakt {
    line-height: 1.2;
    margin-bottom: 2em;
    padding: 1em;
    width:100%;
  }
  #kontakt fieldset {
    background-color: #f9f9f9;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    border-radius: 0.5em;
    margin-bottom: 1em !important;
    padding: 1.5em;
  }
  #kontakt .form-group {
    clear: both;
    padding: inherit;
  }
  #kontakt legend {
    padding: 0 5px;
    font-size: 1.1em;
    font-weight: normal !important;
    background-color: #FFFFFF;
  }
  #kontakt label {
    width: 14em !important;
    margin-right: 2%;
    vertical-align: top;
    text-align: left;
    cursor: pointer;
    padding-bottom: 10px;
    display: block;
    float: left;
  }
  #kontakt .input:not(.checkbox) {
    min-width: 70%;
    width: calc(100% - 16em);
    float: right;
  }
  #kontakt input[type="text"],
  #kontakt input[type="email"],
  #kontakt input[type="submit"],
  #kontakt textarea {  
    min-width: 70%;
    padding: 0.25em;
    border: 1px solid #ccc;
    border-radius: 0.25em;
    margin-bottom: 1em;
  }
  #kontakt textarea {
    min-height: 100px;
  }
  #kontakt button[type="submit"] {
    min-width: 10em;
    float: right;
    /*margin-right: -1.75em;*/
    background-color: #043d7a;
    color: white;
    padding: 0.5em 1em;
  }
  #kontakt button[type="submit"]:hover {
    background-color: #333;
    text-decoration: underline;
  }
  #kontakt button[type="submit"]:active {
    background-color: darkorange;
  }  
  #kontakt label em,
  #kontakt legend em {
    display: inline;
    color: #000000;
    margin-left: 0.5em;
    text-transform: unset;
  }
  #kontakt label strong,
  #kontakt legend strong {
    color: #c00;
    display: inline-block;
    font-size: 85%;
    font-weight: normal;
    margin: 3px;
    padding: 5px;
    text-transform: uppercase;
    border: 1px solid red;
  }
  /* Datenschutzerklärung */
  #kontakt #kontakt-fieldset-2 label {
    width: 100% !important;
  }
  #kontakt #kontakt-fieldset-2 label > span {
    float: right;
    display: block;
    width: calc(100% - 30px) !important;
  }
  #kontakt #kontakt-fieldset-2 #kontakt-checkbox-1:after {
    clear: right;
  }
  #kontakt .form-group .has-error {
    border: 2px solid red;
    padding: 1em;
    margin-bottom: 1em;
    display: inline-block;
    position: relative;
    width: 100%;
    border-radius: 0.5em;
    background-color: bisque;
  }
  #kontakt .form-group .has-error .error {
    font-weight: bold;
    display: inline-block;
  }
  article.border {
    border: 3px solid #666;
    border-radius: 1em;
    padding: 1em;
  }
  #kontakt table {
    width: 100%;
  }
  #kontakt table tr:last-of-type {
    height: 0;
    position: absolute;
  left: -100000px;
  top: -100000px;
  }
  #kontakt table td.summary-table-first-col {
    width: 14em;
    padding: 1em 1em 1em 0;   
    font-weight: bold; 
  }
  #kontakt table td {
    width: calc(100% - 16em);
    padding: 1em 0;   
  }



  /* ############################## rechte Spalte ############################## */
  aside#margi {
    font-size: 14px;
    font-size: 0.9rem;
    display: inline-block;
    width: 100%;
  }
  aside article {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 1em;
  }
  #margi h3 {
   /* margin: 0; */
  }
  #margi ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  #margi ul li {
    margin-bottom: 0px ;
    padding: 10px;
    border-bottom: 1px solid #ddd;
  }
  #margi ul li:last-of-type {
    border-bottom: 0;
  }
  #margi #terminliste span ul {
    margin: 0 0 0 5px;
    padding: 0;
    list-style: inside;
  }
  #margi #terminliste span ul li {
    margin-bottom: 0px ;
    padding: 3px;
    border: none;
  }
  #margi h4 {
    margin: 3px 0;
    padding: 0;
  }

} /* Ende @media screen (ohne viewport) */


@media screen and (max-width:400px) {
  .head-image {
    background-image: url("../img/nature-q-g-400-200-8.jpg");
  }
  .bss-slides {
    display: none;
  }
  .head-slider {
    height: 55px;
  }

  p,
  dd,
  li {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}

@media screen and (min-width: 401px) and (max-width:800px) {
  .head-image {
    background-image: url("../img/nature-q-g-800-200-8.jpg");
  }
}

@media screen and (min-width:500px) {

  .newsletterformular {
    max-width:600px;
  }
  .newsletterformular label {
    display: inline-block;
    line-height: 1.7;
    cursor: pointer;
    width: 100%; /*10em;*/
  }
  .newsletterformular textarea {
    min-height: 15em ;
    width: 60%;
  }
  .newsletterformular input[type="text"],
  .newsletterformular input[type="email"],
  .newsletterformular textarea {
    min-width:60%;
    padding: 0.25em;
    border: 1px solid #ccc;
    border-radius: 0.25em;
    margin-bottom: 1em;
  }
  .newsletterformular input[type="submit"] {
    width: 6em;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  }


} /* Ende @media */

@media screen and (min-width:768px) {
/* Layout für breitere Viewports */

  body {
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
  }

  .split main {
    width: 66.5%;
  }
  .split aside#margi {
    width: 33%;
    float: right;
  }
  .split aside article {
    margin: 1em 1em 1em 0;
  }

  .pagefooter {
    clear: both;
    padding: 0 0 2em;
  }


  dl {
    display: inline-block;
  }
  dt {
    width: auto;
  }
  dd {
    margin-left: 3em;
    border-top: 1px dotted #dedede;
  }

  /* Newsletter-Tabs */
  #nl_tabs section {
    border-left: none !important ;
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.3);
    margin-top: -1px;
  }
  #nl_tabs label {
    display: table-cell;
    padding: 5px;
    font-weight: 500;
    text-align: center;
    color: #333;
    border: 1px solid transparent;
    vertical-align: middle;
    width: 30%;
    border-bottom: 1px solid #ddd;
    background-color: #efefef;
    border-radius: 10px 10px 0 0;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
  }
  #nl_tabs input:checked + label {
    color: #555;
    border: 1px solid #ddd;
    font-weight: 600;
    background-color: white;
    border-top-color: orange;
    border-left-color: orange !important;
    border-right-color: orange !important;
    border-bottom: 1px solid transparent;
  }
  #nl_tabs input#tab1:checked + label {
    border-top-color: #029ADB;
    border-left-color: #029ADB !important;
    border-right-color: #029ADB !important;
  }
  #nl_tabs input#tab2:checked + label {
    border-top-color: #7AC643;
    border-left-color: #7AC643 !important;
    border-right-color: #7AC643 !important;
  }


} /* Ende @media */

@media screen and (min-width: 980px) {

  dl {
    display: inline-block;
  }
    dt {
      width: 18em;
      float: left;
      clear: left;
    }
    dd {
      margin-left: 18em;
      border-top: 1px dotted #dedede;
    }

} /* Ende @media */


/* Navigationen */
@media screen and (max-width: 599px) {

  /* Kopfbereich vorbereiten */
  .pageheader {
    /*box-shadow: 0 2px 6px rgba(51,51,51,0.3);*/
    position: relative;
  }

  /* Menübutton positionieren */
  div.menubutton {
    display: block;
    z-index: 10;
    /*margin-left: 5px;*/
    text-align: center;
  }

  /* Menübutton gestalten */
  div.menubutton a {
    display: block;
    color: black;
    background: #dedede; /*#555555;*/
    text-decoration: none;
    padding: 0.5em;
    border-radius: 0 0 0.5rem 0.5rem;
    border: none;
  }

  /* Pfeile nach und nach unten */
  div.menubutton a.showmenu:after {
    content: " \25bc"; /* Pfeil nach unten */
    font-size: 0.7rem;
  }
  div.menubutton a.hidemenu:after {
    content: " \25b2"; /* Pfeil nach oben */
    font-size: 0.7rem;
  }
  /* Menübutton ausblenden */
  div.menubutton a.hidemenu {
    display:none;
  }


  /* Grundformatierung für den Navigationsbereich */
  .navmain {
    padding: 0 1em;
    margin: 0;
    background: white;
     box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  }
  /* Die Navigationsliste gestalten */
  .navlist {
    overflow: hidden;
    transition: 0.25s;
    list-style-type: none;
    padding: 0;
    border-radius: 0 0 1rem 1rem;
    margin: 0;
  }
  .navlist li {
    display: block;
    border-bottom: 1px solid #fff;
  }
  .navlist li:last-of-type {
    border-bottom: 0;
  }

  /* Die Links im Navigationsbereich gestalten */
  .navlist a {
    background-color: #009DE0;
    color: #333;
    display: block;
    min-width: 6em;
    padding: 0.5em 0;
    text-align: center;
    text-decoration: none;
  }
  .navlist > li > a {
      background-color: #009DE0;
      border-left: 1px solid #fff;
      display: block;
      line-height: 1.42857;
      padding: 10px 15px;
      position: relative;
  }
  .navlist > li > a:first-of-type {
    border-left: none !important;
  }
.navlist a.active {
    background: #003064;
    color: #fff;
    text-decoration: none;
}
  /* Navigationsliste ausblenden */
  .navlist { max-height: 0; }

  /* Wenn #menu in der URL steht, die Navigationsliste einblenden */
  /* Den Wert für max-height ggf. an die Länge der Navigation anpassen */
  #menu:target .navlist { max-height: 25em; }

  /* Button mit Pfeil nach unten ausblenden */
  #menu:target a.showmenu { display: none; }
  /* Button mit Pfeil nach oben einblenden */
  #menu:target a.hidemenu { display: block; }




  /* Meta-Navigation im Footer */
  .nav-footer {
    list-style-type: none;
    padding: 0;
    margin: 0;

  }
  .nav-footer li {
    list-style-type: none;
  }
  .nav-footer > li {
    display: block;
    border-bottom: 1px solid #dedede;
}
  .nav-footer a {
    display: block;
    min-width: 4em;
    background-color: transparent;
    color: #333;
    text-align: center;
    text-decoration: none;
    padding: 0.5em 0;
  }
  .nav-footer > li > a {
    background-color: transparent;
    /*border-right: 1px solid #ddd;*/
    line-height: 1.42857;
    padding: 10px 0;
    position: relative;
  }
  .nav-footer a.active {
    background: #A2B213;
    color: #fff;
    text-decoration: none;
  }
  .nav-footer a:hover,
  .nav-footer a:focus {
    text-decoration: underline;
  }

  small {
    float: right;
    margin-bottom: 1em;
    padding-top: 5px;
    padding-right: 5px;
  }


} /* Ende @media */

@media screen and (min-width: 600px) {

  div.menubutton {
    display: none;
  }

  .navlist {
    padding: 0;
    margin: 0;
  }
  .navlist li {
    list-style-type: none;
  }
  .navlist > li {
    display: table-cell;
    position: relative;
    width: 1%;
}
  .navlist a {
    display: block;
    min-width: 6em;
    background-color: #009DE0;
    color: #000;
    text-align: center;
    text-decoration: none;
    padding: 0.5em 0;
  }
  .navlist > li > a {
    background-color: #009DE0;
    border-left: 1px solid #fff;
    line-height: 1.42857;
    display: block;
    padding: 10px 15px;
    position: relative;
  }
  .navlist a.active {
    background: #003064;
    color: #fff;
    text-decoration: none;
  }
  .navlist a:hover,
  .navlist a:focus {
    text-decoration: underline;
  }


  /* Meta-Navigation im Footer */
  .nav-footer {
    list-style-type: none;
    padding: 0;
    margin: 0;

  }
  .nav-footer li {
    list-style-type: none;
  }
  .nav-footer > li {
    display: inline-block;
}
  .nav-footer a {
    display: block;
    min-width: 4em;
    background-color: transparent;
    color: #333;
    text-align: center;
    text-decoration: none;
    padding: 0.5em 0;
  }
  .nav-footer > li > a {
    background-color: transparent;
    /*border-right: 1px solid #ddd;*/
    line-height: 1.42857;
    padding: 10px 15px;
    position: relative;
  }
  .navlist > li:first-of-type > a {
    border-left: none ;
  }
  .nav-footer a.active {
    border-bottom: 2px solid #333;
    font-weight: bold;
    text-decoration: none;
  }
  .nav-footer a:hover,
  .nav-footer a:focus {
    text-decoration: underline;
  }

  .pagefooter small {
    float: right;
    margin-bottom: 1em;
  }



 /* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #F5F5F5;
  color: #444;
  cursor: pointer;
  padding: 10px 15px;  
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
    font-size: 1em;   
}
.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
  margin-top: 2px;
  margin-right: 15px;
}
.themen section h4 {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif !important;
}
.activeShow:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}
/*  .accordion > h4 {
    margin: 10px 0 !important;
    font-family: Arial, sans-serif !important;
  }*/
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.activeShow, 
.accordion:focus,
.accordion:hover,
.accordion:active {
  background-color: #555555;
  color: #FFFFFF;
}
/* Style the accordion panel. Note: hidden by default */
.panel {
  background-color: white;
  padding: 0px 15px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
} 


} /* Ende @media */