@import url("/dsb_global.css");

/************************************************************
 * www.datenschutz-bayern.de - main styles
 ************************************************************/
html, body {
  background: #FDFDF6;
  font: 16px Verdana, Arial, Helvetica, sans-serif;
  height: 101%; /* always display vertical scrollbar, otherwise page gets redrawn => menu shifts */
  margin: 0;
  padding: 0;
  position: relative;
}
body {
  overflow-x: hidden;
  webkit-animation: androidbugfix infinite 1s;
}

label {
  display: hide;
}

ol ol ul, ol ul ul, ul ol ul, ul ul ul {
      list-style-type: disc;
}
ol ol ol ul, ol ol ul ul, ol ul ol ul, ol ul ul ul, ul ol ol ul, ul ol ul ul, ul ul ol ul, ul ul ul ul {
      list-style-type: circle;
}

ol.brackets {
  list-style: none;
  counter-reset: c;
}
ol.brackets > li {
  display: table-row;
  counter-increment: c;
}
ol.brackets > li::before {
  display: table-cell;
  padding-right: 5px;
  text-align: left;
  content: "(" counter(c) ") ";
}

/* search area */
div.search_fixedrow {
  display: table;
  width:100%;
  vertical-align: top;
}

div.search_container {
  display: table-row;
}

div#search_text {
  display: table-cell;
  padding: 0;
  margin:0;
  border: 0;
  vertical-align: top;
}

input#submit {
  padding: 0;
  margin: 0;
  border: 0;
}

img.search_button {
  width: 20px;
  height: 20px;
  border: 1px solid #dedede;
  border-radius: 3px 3px 3px 3px;
  background: #0D5CAB;
}

div#bigsearch.button input#submit {
  background: #0D5CAB;
}


div.button {
  width: 20px;
  height: 20px;
  display: table-cell;
  padding: 0;
  margin: 0;
}

div#buttonright {
  text-align: right;
}

div#buttonleft {
  text-align: left;
}

div#buttoncenter {
  text-align: center;
}

/* Lupe */
input#submit {
  height: 20px;
  width: 20px;
  border: 1px solid #dedede;
  border-radius: 0px 3px 3px 0px;
}

#submit, #submit2 {
  display: table-cell;
}

#comTxtSearch {
  height: 20px;
  display: table-cell;
  border: 1px solid #dedede;
  border-radius: 3px 0px 0px 3px;
  margin:0;
  padding: 0;
}

input#comTxtSearch {
  width: 100%;
}


a.link_to_odsp {
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #FDFDF6;
  padding: 0px 3px 0px 3px;
  margin: 0;
  display: inline-block;
  text-align: center;
}

a.link_to_odsp:hover {
  border: 1px solid #dedede;
}

a.link_to_mastodon {
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #FDFDF6;
  padding: 0px 3px 0px 3px;
  margin: 0;
  display: inline-block;
  text-align: center;
}

a.link_to_mastodon:hover {
  border: 1px solid #dedede;
}

a.link_to_impressum {
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #FDFDF6;
  padding: 0px 3px 0px 3px;
  margin: 0;
  display: inline-block;
  text-align: right;
}

a.link_to_impressum:hover {
  border: 1px solid #dedede;
}

a.link_to_rss {
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #FDFDF6;
  padding: 0px 3px 0px 3px;
  margin: 0;
  display: inline-block;
  text-align: left;
}

a.link_to_rss:hover {
  border: 1px solid #dedede;
}

#smallsearch {
  display: none;
}

#smallmastodon {
  display: none;
}


table.index {
  width: 100%;
}

h1, h2, h3, h4, p, li, table {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  hyphenate-limit-chars: auto 5;
  hyphenate-limit-lines: 10;
}

h1 {
  font-size: 24px;
  margin-top: 0;
  max-width: 900px;
  border-bottom: 1px solid #dedede;
  font-weight: bold;
  color: #000000;
  padding-left: 0px;
  padding-top: 4px;
  padding-bottom: 14px;
}

h2 {
  font-size: 20px;
  font-weight: normal;
  color: #0D5CAB;
}

h3 {
  font-size: 15px;
  font-weight: normal;
  color: #0D5CAB;
}

p {
  line-height: 22px;
  text-align: justify;
  max-width: 800px;
}

li {
  text-align: justify;
  line-height: 22px;
}

div.page-content  li {
  margin-bottom: 5px;
}
#menu li {
  line-height: 18px;
  text-align: left;
}

blockquote {
  text-align: justify;
  color: #0000bb;
  font-style: italic;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  hyphenate-limit-chars: auto 5;
  hyphenate-limit-lines: 10;
}

blockquote p {
  margin-top: 5px;
  margin-bottom: 0px;
}
blockquote ol {
  margin-top: 0px;
  margin-bottom: 0px;
}

div.page-content blockquote ol li {
  margin-top: 0px;
  margin-bottom: 0px;
}




a[href], a[href]:visited {
  color: #0D5CAB;
  outline: 0;
}

/*
a.external, a.external:visited {
  color: #000000;
}
*/

/* 
   No need for class external any more. 
   Sadly no chance to add a target="_blank" with CSS.
   Also adding (externer Link) *after* (outside) the a-element does not work
 */
a[href^="https://"]:not([href*="datenschutz-bayern.de"]) {
  color: #000000;
}

/* old head now hidden */
p.dsb_head {
  visibility: hidden;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
}

/* FAQs */
dl {

  line-height: 22px;
}

dt {
  font-weight: bold;
  margin-bottom: 8px;
}

dd {
  margin-bottom: 30px;
  margin-left: 0;
}

/* Pressemitteilungen */
h1.presse_head {
  font-weight: normal;
  font-size: 18px;
  border: 0;
  color: #0D5CAB;
  padding: 0;
  margin-bottom: 0px;
}
h2.presse_head {
  font-size: 18px;
  font-weight: normal;
  border: 0;
  margin-top: 0px;
  margin-bottom: 0px;
}

p.presse_date {
  margin-top: 20px;
}

/* Instituitionen/Zustaendigkeiten */
div.inst { 
  
  text-align: left;
  margin-left: 1.0cm;
  width: auto;
  clear: left;
  padding-bottom: 10pt;
}

div.inst-name { clear: left;
  text-align: left;
  width: 100%;
}

div.inst-part { float: left;
  text-align: left;
  width: 33%;
}

div.inst-url { clear: left;
  text-align: left;
  margin-left: 0cm;
  padding-top: 3pt;
  width: 100%;
}

/* icons */
/*
div.button {
  text-align: right;
  height: 28px;
  margin-top: 0;
}
*/
img.print {
  border: 0px;
  text-align: right;
  height: 16px;
}
img.pdf {
  border: 0px;
  text-align: right;
  height: 16px;
}
img.pdflink {
  border: 0px;
  text-align: right;
  height: 12px;
}
img.rtflink {
  border: 0px;
  text-align: right;
  height: 12px;
}
img.jpglink {
  border: 0px;
  text-align: right;
  height: 12px;
}

@-webkit-keyframes androidbugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
#header { 
  background: #FDFDF6; 
  height: 82px;
  left: 0;
  position: relative;
  margin-right: 12px;
  top: 0;
}

#header label {
  font: 30px Arial;
  padding-top: 20px;
}
#menu label {
  font: 36px Arial;
  padding: 0 0;
}
#menu .sub-nav .toggle {
  font: 24px/54px Arial;
  -ms-transform: scale(-1,1);
  padding: 0 5px;
  top: 0;
  transform: scale(-1,1);
  webkit-transform: scale(-1,1);
}
#header label:hover, #menu label:hover {
  color: #ccc;
}

#header div {
}
#main-nav-check, #menu .sub-nav-check {
  left: -9999px;
  position: absolute;
  top: -9999px;
}
.toggle { /* close button */
  position: absolute;
  left:0px;
  cursor: pointer;
  width: 34px;
  padding: 0 0;
  height: 54px;
  color: #0D5CAB;
  text-align: center;
}

.toggle2 {  /* close button */
  position:absolute; 
  left:0px; 
  width: 34px;
  height: 100vh; /* view port height */
  text-align: center;
  cursor:pointer; 
  z-index:0;
  background-color: #0D5CAB;
  color: #FFFFFF;
} 

.container {
  background: #fff;
  margin: 0;
  min-height: 100%;
  padding: 0;
}
#menu, #menu .sub-nav { 
  position: absolute;
  top: 0;
  bottom: 0;
  width: 235px;
  background: #FDFDF6;
  z-index: 9999;
  left: -235px;
}

/* Animation */
.container, #menu, #menu .sub-nav {
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  transition: transform .25s ease;
  webkit-transform: translate(0,0);
  webkit-transition: -webkit-transform .25s ease;
}
.container-burger, #menu, #menu .sub-nav {   
  -webkit-transform:translate(0,0); 
  -ms-transform:translate(0,0); 
  transform:translate(0,0);
  -webkit-transition:-webkit-transform .25s ease; 
  transition:transform .25s ease
}

#menu ul {
  background: #FDFDF6;
  border-top: 1px solid #444; 
  line-height: 44px;
  list-style: none;
  margin-top: 65px;
  padding: 0;
  text-decoration: none;
}
#menu li {
  border-bottom: 1px solid #444; 
}

#menu li a {
  background: #FDFDF6;
  color: #0D5CAB;
  display: block;
  font-size: 14px;
  padding-left: 23px;
  text-decoration: none;
}

/* 2nd level, no link */
#sub-nav-empty {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  padding-left: 2px;
  padding-right: 2px;
}

#menu .toggle-sub {
/* size of menu arrow */
  font: bold 16px/20px Arial;
  color: #0D5CAB;
  background: #FDFDF6;
  float: right;
  height: 21px;
  margin-top: -20px;
  width: 36px;
  border-left: 1px solid #444; 
  cursor: pointer;
  text-align: center;
}

 /* space between main-menu blocks */
li.menu-space {
  margin-top: 20px;
}

/** small screens **/
@media(max-width:960px) {
  /* make menu items clickable with fingers */
  div.sitenav {
    visibility: hidden;
    display: none;
  }

  /* hide level 2 menus completely */
  #menu .toggle-sub {
    visibility: hidden;
    display: none;
  }

  /* actual movement, show/hide menu for small-sized-menu: */
  #menu .sub-nav-check:checked ~ [id$="-sub"] {
	  -ms-transform: translate(235px,0);
	  -webkit-transform: translate(235px,0);
	  transform: translate(235px,0);
  }

  /* level 1 menu */

  /* move menu up as much as possible */
  #menu ul {
    margin-top: 0px;
    border-top: 0px;
  }

  /* mobile menu uses li with border, not ul */
  #menu li {
    border-bottom: 1px solid #444; 
  }
  #menu li:first-child {
    border-top: 1px solid #444;  
  }
  li.menu-space {
    border-top: 1px solid #444; 
  }
  /* top level menu gets fixed space and vertical centering */
  #menu li {
    height: 30px;
    line-height: 30px;
  }
  #menu li a {
    display: block;
    text-align: left;
    color: #000000; 
  }

  #menu .toggle-sub {
    font: 26px Arial;
    border-left: 1px solid #444; 
    height: 30px; 
    margin-top: 0px;
    line-height: 30px;
    right: 0px;
    width: 80px;
  }
#header { 
  /* height: unset; */
}


}

#menu .sub-nav {
  margin-top: -1px;
}
#menu .sub-heading {
  color: #000000;
  margin-top: 65px;
  padding-left: 21px;
}
#menu .sub-heading:before {
  color: #0D5CAB;
  background: #FDFDF6;
  content: "";
  display: block;
  height: 1px;
  margin-left: -21px;
  width: 235px;
}

.container, #menu, #menu .sub-nav {
  webkit-transform: translate3d(0,0,0);
}
#main-nav-check:checked ~ .container,
#main-nav-check:checked ~ #menu,

#main-nav-check:checked ~ .container-burger {
  -webkit-transform:translate(235px,0); 
  -ms-transform:translate(235px,0); 
  transform:translate(235px,0);
}

img.logo2 {
  border: 0;
  padding-left: 43px;
  padding-top: 8px;
  /*
  -moz-transition: width 0.2s ease-in-out;
  -webkit-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  */

}

/* link section */
div.link {
  position: absolute;
  top: 0;
  margin-top: 24px;
  right: 20px;
  height: 45px;
  font-size: 11px;
  font-family: Arial;
  text-align: justify;
}

a.link_to_main {
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #FDFDF6;
  padding: 0px 3px 0px 3px;
  margin: 0;
  display: inline-block;
  text-align: center;
  width: 41px;
}

div.link a {
  text-decoration: none;
}

/*
form.link {
  position: absolute;
  width: 190px;
  height: 25px;
}

input.text {
  width: 166px;
  vertical-align:middle;
}

input.lense {
  height: 20px;
  width: 20px;
  margin: 0px;
  vertical-align:middle;
}
*/


/* size matters */
div.size {
  text-align: right;
  position: absolute;
  right: 0px;
  top: 41px;
}

p.size {
  font-family: Arial, sans-serif; 
  font-size: 10px;
  line-height: 13px;
  margin-top: 0px;
  margin-bottom: 0px;
}

a.small {
  font-size: 8px;
}
a.big {
  font-size: 11px;
}

div.title {
  visibility: hidden;
}


div.page-content {
  font-size: 14px;
}

.page-content {
  background: #FDFDF6;
  padding: 0 16px 16px 16px;
  border-left: 34px solid #0D5CAB;  /* fake left menu frame till end of page */
}
.page-content:after {
  content: '';
  display: block;
  height: 1px;
}


/** big screen */
@media (min-width:961px) {
  .page-content {
	  background: #FDFDF6;
	  padding: 0 16px 16px 0;
	  border-left: 0px;
  }

  div.sitenav {
    visibility: visible;
    z-index: 999999;
    background: #f2f2f0;
    display: block;
    position: absolute;
    height: 20px;
    line-height: 20px;
    border-top: 1px solid #ddddd6;
    border-bottom: 1px solid #ddddd6;
    width: 975px;
    margin-left: 20px;
    margin-right: 200px;
    font-size: 12px;
  }

  div.title {
    visibility: visible;
    position: absolute;
    width: 400px;
    left: 224px;
    top: 16px;
  }
  p.title {
    color: #0D5CAB;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 2px;
    text-align: left;
  }

  img.logo2 {
    position: fixed;
    visibility: visible;
    padding-top: 7px;
    padding-left: 22px;
  }

  #menu, #menu .sub-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 204px;
    background: #FDFDF6;
    margin-top:80px; 
    z-index: 9999;
    left: -204px;
  }

  /* first level, hide borders */
  #menu ul {
    border: 0px;
  }
  #menu li {
    border: 0px;
  }
  #menu ul li ul li { /* line between li's */
    border-bottom: 1px solid #444; 
  }
  #menu .toggle-sub {
    border-left: 0px;
  }


  .container, #menu {
    ms-transform: translate(0,0) !important;
    transform: translate(0,0) !important;
    webkit-transform: translate(0,0) !important;
  }
  .wrapper {
    margin: auto;
    max-width: 1024px;
    -ms-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }
  .container {
    background: #222;
    padding-left: 220px;
  }
  #menu {
    left: 0;
  }
  #menu label, #header label, #menu .sub-heading {
    display: none;
  }
  #menu .sub-nav {
    bottom: auto;
    left: 0;
    margin-top: -44px;
    opacity: 0;
    position: absolute;
    top: auto;
    visibility: hidden;
    z-index: -9999;
  }
  #menu ul li a {
  }
  #menu ul label {
    display: inline-block;
  }
  #menu .toggle-sub, #menu .toggle-sub:hover {
    background: transparent;
  }
  #menu ul {
    margin-left: 0;
    position: relative;
  }

  /* show arrows only on mouse-over */
  #menu ul li:hover > label {
    color: #0D5CAB;
    visibility: visible;
  }
  #menu .toggle-sub {
    visibility: hidden;
  }

  #menu ul li:hover > a {
    transition: background-color .25s ease;
    webkit-transition: background-color .25s ease;
  }
  #menu ul li:hover > ul, #menu ul li:active > ul {
    border-top: 0;
    left: 0;
    -ms-transform: translate(204px,0);
    opacity: 1;
    position: absolute;
    transform: translate(204px,0);
    transition: all .25s ease;
    visibility: visible;
    webkit-transform: translate(204px,0);
    webkit-transition: all .25s ease;
  }
  #menu ul ul ul {
	  margin-left: -1px;
  }
  #menu ul ul li a { 
    padding-right: 11px;
    padding-left: 11px;
  }
  #menu ul ul li table tr td a {
    padding-right: 0;
  }
  #menu ul ul li { 
    border-left: 1px solid #444;
    border-right: 1px solid #444;
  }
  #menu ul ul li:last-child { 
    border-radius: 0 0 4px 4px;
    padding-bottom: 2px; /* space for rounded corners */
  }
  #menu ul ul li:nth-child(2)  {
    padding-top: 2px; /* space for rounded corners */
    border-top: 1px solid #444;
    border-radius: 4px 4px 0 0;
  }
  #menu ul .go-up > ul {
    bottom: 0;
    top: auto;
  }
}


.breadcrumbs {
  font-size: 10px;
  margin: 0;
}
.breadcrumbs span {
	display: none;
}
/*
@media(min-width:480px) {
  .breadcrumbs {
    line-height: 3.75;
    padding: 0 1.25em;
  }
}
*/

@media(min-width:960px) {
  .breadcrumbs {
    padding: 0;
  }
  .breadcrumbs span {
    display: inline-block;
  }
  .page-content {
    padding: 0 32px 16px 225px;
    padding-top: 60px; /* space for sitenav ruler */
  }
}

code {
  background: #ebebeb;
  display: block;
  font-size: 14px;
  overflow-x: scroll;
  padding: 16px 32px;
  white-space: nowrap;
}

/*** hide ie7 fallback menu ***/
a.ie7only {
  display:none;
}

img.burger {
  width: 34px;
  height: 212px;
}

@media (min-width: 431px) {
  /* on very small screens, show small logo */
  img.logo2 {
    width: 106px;
  }
}

/*** small ****/
@media (max-width: 500px) {
  p.breadcrumbs {
    display: none;
  }


  img.logo2 {
    width: 53px;
    padding-top: 12px;
  }
  .page-content {
    padding-left: 15px;
  }

  div.search_fixedrow {
    text-align: right;
  }
  div#search_fixed, div.search_fixedrow {
    width: 132px;
  }
  #smallsearch {
    display: inline;
  }
  img.search_button {
    background: #0D5CAB;
  }

  #smallmastodon {
    display: inline;
  }

  div#buttonleft2.button {
    display:none;
  }

  #bigsearch {
    display: none;
  }

  div#buttonleft {
    display: none;
  }
  div#buttonright {
    display: table-row;
    height: 10px;
  }
  div#buttoncenter {
    display: table-row;
    height: 10px;
  }

  div#search_text {
    width: 100%;
    display: block;
  }
  input#comTxtSearch {
    display:none;
  }

  div.button {
    height: 28px;
  }
  img.search_button {
    height: 30px;
    width: 30px;
  }

  img.newbutton {
    height: 18px;
    background-color: #0D5CAB;
    padding: 7px;
  }
  div.link {
    padding-top: 12px;
    margin-top: 0px;
    margin-left: 90px;
    right: 0;
  }

  a.link_to_main {
   text-align: left;
    float: right;
    width: auto;
  }
  a.link_to_impressum {
    text-align: left;
    float: right;
  }
  a.link_to_odsp {
    text-align: left;
    float: right;
  }

  div.link br {
    display: none;
  }


/*
  li.level3 {
    list-style-type: none;
    list-style-position:inside;
    border-bottom: 1px solid lightgray;
    text-align: center;
    padding: 5px 0px 5px 0;
  }
  li.level3:first-child {
    border-top: 1px solid lightgray;
  }
  
  li.level3 a {
    margin: 0px; display: block; width: 100%; height: 100%;
  }

  ul.level3 {
    margin-block-start: 0;
    padding-inline-start: 0;
  }

  li.level3 img.pdflink, li.level3 img.rtflink { 
    display:block; 
    margin-left: auto;
    margin-right: auto;
    height: 16px;
    margin-top: 4px;
    margin-bottom: 4px;
  }
*/


}

td.index {
  text-align:center; 
  vertical-align:middle;
}
/* Tables getting messy from here on 
 * and dont' mess around with "index" table (table in the menu)
 */
@media only screen and (max-width:620px) {

  table:not(.index, .organigramm), thead:not(.index), th:not(.index), td:not(.index, .organigramm, .obenauf, .rechtsunten, .rechts, .vollumrandet, .rechtslinks), tr:not(.index, .organigramm, .fixed) { 
    display: block; 
  }
  /* tbody has no class index */
  table:not(.index, .organigramm) tbody {
    display: block; 
  }
  th:not(.index, .organigramm) { border-top:  1px solid #ccc;
       padding-bottom: 3px; 
       padding-top: 3px; 
  }
  tr:not(.organigramm):last-child {
       border-bottom:  1px solid #ccc;
  }
  /* horizontal rules make no sense in shifted tables */
  td:not(.organigramm) hr {
    display: none;
  }

  table.organigramm {
    font-size: 8pt;
  }
}

/*** tiny ****/
@media only screen and (max-width: 260px) {
  div.button {
    display: none;
  }
}

table.organigramm {
  display: table;
  font-size: 12px; 
}


table.organigramm td { text-align: center; }
table.organigramm tr.fixed { height: 80px; }
table.organigramm td.vollumrandet { border-width: 2px; border-color: #000000; border-style: solid; 
		}
table.organigramm td.untenauf     { 
		  border-left-width:  2px; border-left-color:  #000000; border-left-style:  solid;
		  border-right-width: 2px; border-right-color: #000000; border-right-style: solid;
		  border-top-width:   2px; border-top-color:   #000000; border-top-style:   solid;
		  padding-top: 5px;
		}
table.organigramm td.obenauf     { 
		  border-left-width:   2px; border-left-color:   #000000; border-left-style:   solid;
		  border-right-width:  2px; border-right-color:  #000000; border-right-style:  solid;
		  border-bottom-width: 2px; border-bottom-color: #000000; border-bottom-style: solid;
		  padding-bottom: 5px;
		}
table.organigramm td.rechtslinks  { 
		  border-left-width:  2px; border-left-color:  #000000; border-left-style:  solid;
		  border-right-width: 2px; border-right-color: #000000; border-right-style: solid;
		}
table.organigramm td.rechts       { 
		  border-right-width: 1px; border-right-color: #000000; border-right-style: solid;
		}
table.organigramm td.rechtsunten  { 
		  border-right-width:  1px; border-right-color:  #000000; border-right-style:  solid;
		  border-bottom-width: 1px; border-bottom-color: #000000; border-bottom-style: solid;
		}
table.organigramm td.unten        { 
		  border-bottom-width: 1px; border-bottom-color: #000000; border-bottom-style: solid;
		}

/* presse fotos */
.container-portrait {
  overflow: auto;
}
.container-landscape {
  overflow: auto;
}
.pressefoto {
  float: left;
  width: 200px; 
  text-align: center;
  margin: 5px;
}

.aki {
	margin-left: 0;
	margin-right: 30px;
	margin-top: 2px;
	padding: 2px;
}
/* Randnummern */
.rn {
	width: 20px;
	color: #0D5CAB;
	margin-top: 0;
	padding: 2px;
	float: right;
	text-align: right;
	font-weight: bold;
	font-size: 11px;
}

/* Fussnoten begin*/

/* init counter */
body {
    counter-reset: footnotes;
}

sup {
  vertical-align: top; 
  position: relative; 
  top: -0.5em;
  font-size: 10px; 
}

/* draw hr */
ol#fussnote {
  margin-top: 30px;
  border-top: 1px solid silver;
}

/* font style */
li[id^=fuss] {
  line-height: 14px;
  font-size: 12px;
  padding-left: 20px;
  padding-top: 3px;
}

/* "unstyle links and count footnotes*/
[aria-describedby="fussnote"] {
  counter-increment: footnotes; 
  text-decoration: none; 
  color: inherit; 
  cursor: default; 
  outline: none; 
}

[aria-describedby="fussnote"]:visited {
  counter-increment: footnotes; 
  text-decoration: none; 
  color: black; 
  cursor: default; 
  outline: none; 
}

/* add [] and style it */
[aria-describedby="fussnote"]::after {
  content: '[' counter(footnotes) ']'; 
  font-size: 8px; 
  margin-left: 2px; 
  color: inherit; 
  text-decoration: underline; 
  cursor: pointer; 
  vertical-align: top; 
  position: relative; 
  top: -0.5em;
}

[aria-describedby="fussnote"]:focus::after {
  outline: thin dotted;
  outline-offset: 2px;
}

[aria-label="Back to content"] {
  font-size: 13px;
}

ol#fussnote :target {
  color: #0D5CAB;
}

.alert {
  background-color: #d4edda;
  border-color: #c3e6cb;
  border-radius: 5px;
  padding-left: 7px;
  padding-right: 9px;
}

/* Fussnoten end*/

/* newsletter */
input#down {
  display: none;
}

label#down {
  color: #09c;
  cursor: pointer;
}

ul#newsletter {
  display:flex;
  flex-direction: column;
}

input.down:checked ~ ul#newsletter {
  flex-direction: column-reverse;
}

