@media only screen and (min-width: 0rem) {
html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}
/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}
article,aside,details,figcaption,figure,header,main,menu,nav,section{display:block}summary{display:list-item}
canvas,progress,video{display:inline-block}progress{vertical-align:baseline}
a{background-color:transparent;color: #666;}a:active,a:hover{outline-width:0}
b,strong{font-weight:600}
img{border-style:none;pointer-events: none;}
button,input,select,textarea,optgroup{font:inherit;margin:0}optgroup{font-weight:bold}
button,input{overflow:visible}button,select{text-transform:none}
button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}
button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}
button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}


/* End extract */

html { 
  height: 100%;
  position: relative;
  background-color: #F9F6EE;
  font-family: 'Noto Serif', sans-serif;
  font-weight: 300;
  font-style: normal;}

body {
  max-width: 420px;
  margin: 0 auto;}

h1 {
  font-family: "Annie Use Your Telescope", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: black;
  margin: 0;
  padding: 0;
  letter-spacing: 2px;
  font-weight: bold;}

h2 { 
  font-family: "Noto Sans JP", system-ui;
  font-weight: 400;
  font-style: normal;
  color: white;
  font-size: 12px;
  background-color: #666666;
  padding: 0.5rem;
  display: inline-block;
  letter-spacing: 1px;
  text-transform: uppercase;}

h3 {font-family: 'Noto Sans JP', sans-serif;font-size: 15px;color: #444444;}

h3.standard {font-family: 'Noto Sans JP', sans-serif;font-size: 18px;color: #444444}

h3.artikel {font-family: 'Noto Serif', serif;font-size: 22px;color: black;text-align: center;font-weight: 600}

h3.nomargin {margin-bottom: 0}

header {width: 100%;text-align: center;clear: both;}

.headerpic {
  width: 100%;
  height: auto;
  margin: 0 auto;}

.topheader {
  display: block;}

.topheader img {
  margin-top: 0;
  max-width: 200px;
  height: auto;
  pointer-events: auto;
}

.topheader img:hover {
  opacity: 0.8;}


.subhead{
    background-color: rgba(200, 200, 200, 0.1);
    padding: 0;
    text-align: center;   
    letter-spacing: 2px;
    font-size: 18px;
    justify-content: space-between;
    font-family: "Annie Use Your Telescope", sans-serif;
    font-weight: bold;
    margin: 0}



main {display: block;color: black;overflow: scroll;width: 100%}

.content: {position: relative;}

section {
text-align: left;
max-width: 420px}

article {
  padding: 0.5rem;
  margin-bottom: 0.5rem;}

.archiv {
  padding: 0.5rem;
  margin-bottom: 0.5rem;

}

p {
  color: black;
  line-height: 1.5;
  font-size: 14px;
  text-align: left;
}

/* Footer */
footer {
  clear: both;
  height: 100px;
  background-color: rgba(200, 200, 200, 0.1);
  border-top: 1px solid rgba(200, 200, 200, 0.2);;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer {

button {
  padding: 6px 8px;
  border: none;
  margin: 0 4px;
   font-size: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  border-radius: 5px;
  color: #888;
  background-color: transparent;
  border: 1px solid white;
  letter-spacing: 1px
}

button:hover {
  opacity: 0.9;
  cursor: pointer;
  color: #111;
  background-color: rgba(200, 200, 200, 0.2);}

button a {
  text-decoration: none;
  cursor: pointer;
  }

}

p.copyright {
  font-size: 10px;
  text-align: center;
  color: rgba(0, 0, 0, 0.1);
  padding: 0.5rem;
background-color: rgba(200, 200, 200, 0.1);margin: 0}

/* Accordion für Historische Geburtstage */
.accordion {
  background-color: rgba(220, 220, 220, 1.0);
  cursor: pointer;
  padding: 8px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;color: #333333;
  font-weight: 300;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 8px;
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;

}

/* ENDE Accordion für Historische Geburtstage */

.comic {  margin-top: 2rem;}

.comic img {float: left;
pointer-events: none;}

.comic p {
  font-weight: 600;
  color: black;
  font-family: 'Annie Use Your Telescope',sans-serif;
  text-align: justify-all;
  font-size: 16px;
  letter-spacing: 1px;
}

.geboren p {
  font-family: 'Noto Serif',sans-serif;
   letter-spacing: 0;
  font-weight: 300;
  font-size: 14px;
}

.geboren img {
  margin-right: 0.5rem;
  margin-bottom: 2px;
  pointer-events: none;
}

.name {font-family: 'Noto Sans JP', sans-serif;font-size: 12px;letter-spacing: 2px;font-weight: 300;color:#f41786}

.name2 {font-family: 'Noto Sans JP', sans-serif;font-size: 12px;letter-spacing: 2px;font-weight: 300; }

.name span {padding: 3px 6px;background-color: #99999911;display: inline-block;margin: 4px 2px}

.postinglink { font-size: 11px;margin-top: 8px;color: black;margin-left: 0px}

.postinglink2 {font-size: 9px;color: black;}

.postinglink a {color: #f41786}

.bigname {
  font-size: 14px;
  color: white;
  background-color: #555555;
  font-weight: 900;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 1px;
  padding: 4px 6px;
  border-left: 8px solid #f41786;
  }

        .dropdown {
      position: relative;
      
      transition: background 0.3s;
      float: right;


    }

     .dropdown-button {
      background: transparent;
      color: #666666;
      border: 1px solid white;
      cursor: pointer;
      font-size: 22px;
      margin-top: 8px;
      margin-right: 8px;
      padding: 3px 10px 5px 10px;
      transition: background 0.3s;
      font-weight: 300;
      font-family: 'Noto Sans',sans-serif;
      border-radius: 5px;
    }



    .dropdown-menu {
      list-style: none;
      margin: 0;
      padding: 0;
      position: absolute;
      top: 102%;
      right: 15%;
      width: 210px;
      background: white;
     
      box-shadow: 0 4px 12px rgba(0,0,0,0.15);
      z-index: 2;

      /* Hidden by default */
      display: none;
    }

    .dropdown-menu li {
      padding: 10px 14px;
      border-bottom: 1px solid #eee;
      cursor: pointer;
      transition: background 0.2s ease;
      font-size: 14px;
      font-family: 'Noto Sans JP', sans-serif;
      letter-spacing: 1px;
      text-align: center;
    }

    .dropdown-menu li a {text-decoration: none;}

    .dropdown-menu li:last-child {
      border-bottom: none;
    }

    .dropdown-menu li:hover {
      background: #f4178611;;
    }

    /* Show dropdown on hover */
    .dropdown:hover .dropdown-menu {
      display: block;

    }

      /* Show dropdown on hover */
    .dropdown:hover .dropdown-button {
      background: white;

    }

.jokewrapper {background-color: #ffffff;
background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h20v20H0V0zm10 17a7 7 0 1 0 0-14 7 7 0 0 0 0 14zm20 0a7 7 0 1 0 0-14 7 7 0 0 0 0 14zM10 37a7 7 0 1 0 0-14 7 7 0 0 0 0 14zm10-17h20v20H20V20zm10 17a7 7 0 1 0 0-14 7 7 0 0 0 0 14z' fill='%23e1e1e1' fill-opacity='0.15' fill-rule='evenodd'/%3E%3C/svg%3E");border-radius: 20px;box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;}

.jokewrapper2 {border-radius: 20px;box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  background-color: #ffffff;
background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 16c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8zm0-2c3.314 0 6-2.686 6-6s-2.686-6-6-6-6 2.686-6 6 2.686 6 6 6zm33.414-6l5.95-5.95L45.95.636 40 6.586 34.05.636 32.636 2.05 38.586 8l-5.95 5.95 1.414 1.414L40 9.414l5.95 5.95 1.414-1.414L41.414 8zM40 48c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8zm0-2c3.314 0 6-2.686 6-6s-2.686-6-6-6-6 2.686-6 6 2.686 6 6 6zM9.414 40l5.95-5.95-1.414-1.414L8 38.586l-5.95-5.95L.636 34.05 6.586 40l-5.95 5.95 1.414 1.414L8 41.414l5.95 5.95 1.414-1.414L9.414 40z' fill='%23e1e1e1' fill-opacity='0.2' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.jokewrapper3 {border-radius: 20px;box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  background-color: #ffffff;
background-image: url("data:image/svg+xml,%3Csvg width='70' height='70' viewBox='0 0 70 70' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23e1e1e1' fill-opacity='0.15' fill-rule='evenodd'%3E%3Cpath d='M0 0h35v35H0V0zm5 5h25v25H5V5zm5 5h15v15H10V10zm5 5h5v5h-5v-5zM40 5h25v25H40V5zm5 5h15v15H45V10zm5 5h5v5h-5v-5zM70 35H35v35h35V35zm-5 5H40v25h25V40zm-5 5H45v15h15V45zm-5 5h-5v5h5v-5zM30 40H5v25h25V40zm-5 5H10v15h15V45zm-5 5h-5v5h5v-5z'/%3E%3C/g%3E%3C/svg%3E");
}

.jokewrapper4 {border-radius: 20px;box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  background-color: #ffffff;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='88' viewBox='0 0 88 88'%3E%3Cg fill='%23e1e1e1' fill-opacity='0.15'%3E%3Cpath fill-rule='evenodd' d='M29.42 29.41c.36-.36.58-.85.58-1.4V0h-4v26H0v4h28c.55 0 1.05-.22 1.41-.58h.01zm0 29.18c.36.36.58.86.58 1.4V88h-4V62H0v-4h28c.56 0 1.05.22 1.41.58zm29.16 0c-.36.36-.58.85-.58 1.4V88h4V62h26v-4H60c-.55 0-1.05.22-1.41.58h-.01zM62 26V0h-4v28c0 .55.22 1.05.58 1.41.37.37.86.59 1.41.59H88v-4H62zM18 36c0-1.1.9-2 2-2h10a2 2 0 1 1 0 4H20a2 2 0 0 1-2-2zm0 16c0-1.1.9-2 2-2h10a2 2 0 1 1 0 4H20a2 2 0 0 1-2-2zm16-26a2 2 0 0 1 2-2 2 2 0 0 1 2 2v4a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-4zm16 0a2 2 0 0 1 2-2 2 2 0 0 1 2 2v4a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-4zM34 58a2 2 0 0 1 2-2 2 2 0 0 1 2 2v4a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-4zm16 0a2 2 0 0 1 2-2 2 2 0 0 1 2 2v4a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-4zM34 78a2 2 0 0 1 2-2 2 2 0 0 1 2 2v6a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-6zm16 0a2 2 0 0 1 2-2 2 2 0 0 1 2 2v6a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-6zM34 4a2 2 0 0 1 2-2 2 2 0 0 1 2 2v6a2 2 0 0 1-2 2 2 2 0 0 1-2-2V4zm16 0a2 2 0 0 1 2-2 2 2 0 0 1 2 2v6a2 2 0 0 1-2 2 2 2 0 0 1-2-2V4zm-8 82a2 2 0 1 1 4 0v2h-4v-2zm0-68a2 2 0 1 1 4 0v10a2 2 0 1 1-4 0V18zM66 4a2 2 0 1 1 4 0v8a2 2 0 1 1-4 0V4zm0 72a2 2 0 1 1 4 0v8a2 2 0 1 1-4 0v-8zm-48 0a2 2 0 1 1 4 0v8a2 2 0 1 1-4 0v-8zm0-72a2 2 0 1 1 4 0v8a2 2 0 1 1-4 0V4zm24-4h4v2a2 2 0 1 1-4 0V0zm0 60a2 2 0 1 1 4 0v10a2 2 0 1 1-4 0V60zm14-24c0-1.1.9-2 2-2h10a2 2 0 1 1 0 4H58a2 2 0 0 1-2-2zm0 16c0-1.1.9-2 2-2h10a2 2 0 1 1 0 4H58a2 2 0 0 1-2-2zm-28-6a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm8 26a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm16 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4zM36 20a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm16 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm-8-8a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 68a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm16-34a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm16-12a2 2 0 1 0 0 4 6 6 0 1 1 0 12 2 2 0 1 0 0 4 10 10 0 1 0 0-20zm-64 0a2 2 0 1 1 0 4 6 6 0 1 0 0 12 2 2 0 1 1 0 4 10 10 0 1 1 0-20zm56-12a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 48a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm-48 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0-48a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm24 32a10 10 0 1 1 0-20 10 10 0 0 1 0 20zm0-4a6 6 0 1 0 0-12 6 6 0 0 0 0 12zm36-36a6 6 0 1 1 0-12 6 6 0 0 1 0 12zm0-4a2 2 0 1 0 0-4 2 2 0 0 0 0 4zM10 44c0-1.1.9-2 2-2h8a2 2 0 1 1 0 4h-8a2 2 0 0 1-2-2zm56 0c0-1.1.9-2 2-2h8a2 2 0 1 1 0 4h-8a2 2 0 0 1-2-2zm8 24c0-1.1.9-2 2-2h8a2 2 0 1 1 0 4h-8a2 2 0 0 1-2-2zM3 68c0-1.1.9-2 2-2h8a2 2 0 1 1 0 4H5a2 2 0 0 1-2-2zm0-48c0-1.1.9-2 2-2h8a2 2 0 1 1 0 4H5a2 2 0 0 1-2-2zm71 0c0-1.1.9-2 2-2h8a2 2 0 1 1 0 4h-8a2 2 0 0 1-2-2zm6 66a6 6 0 1 1 0-12 6 6 0 0 1 0 12zm0-4a2 2 0 1 0 0-4 2 2 0 0 0 0 4zM8 86a6 6 0 1 1 0-12 6 6 0 0 1 0 12zm0-4a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0-68A6 6 0 1 1 8 2a6 6 0 0 1 0 12zm0-4a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm36 36a2 2 0 1 0 0-4 2 2 0 0 0 0 4z'/%3E%3C/g%3E%3C/svg%3E");
}

.witz p {font-family: 'Noto Sans JP', sans-serif;font-size: 13px;letter-spacing: 1px;font-weight: 700;text-align: center;line-height: 2;padding-top: 2rem;padding-bottom: 2rem;color: darkolivegreen;}



blockquote {color: black;position: relative;line-height: 1.8;font-family: 'Annie Use Your Telescope',sans-serif;color: #333;
  ;font-size: 20px;margin-left: 10px;margin-right: 10px;letter-spacing: 1px;}

.zitat {padding: 1rem;color: black;font-family: 'Noto Serif',serif;background-color: #f4178611;border: 1px solid white;letter-spacing: 1px;font-size: 15px;font-weight: normal;box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;}

.zitat i {font-size: 10px;color: #666666}

q {
  quotes: "‘" "’" "“" "”";
}

.postingbild {width: 100%;height: auto;display: block;border: none;}



@media only screen and (min-width: 860px) {

body {max-width: 1600px}

main {display: flex;justify-content: space-around;color: black;overflow: scroll;clear: both;}

.headerpic {width: 35%}

section {color: white;text-align: left;border-left: 1px solid rgba(0, 0, 0, 0.1);min-width: 33.33%;text-align: justify;}

section:first-child {border-left: none;}

p {font-size: 16px;text-align: normal;}

.portrait {max-width: 150px;height: auto;}

#nummer {color: pink;}

.comic p {font-size: 20px;}

.italic {font-style: italic}

.geboren p {font-size: 16px}

h1 {  font-family: "Annie Use Your Telescope", sans-serif;font-weight: bold;font-size: 22px;}

.subhead{font-size: 20px;}

.topheader img {max-width: 250px;height: auto;pointer-events: none;}


}

/* noto-sans-jp-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  unicode-range: U+0025-00FF;
  src: url('fonts/noto-sans-jp-v56-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  unicode-range: U+0025-00FF;
  src: url('fonts/noto-sans-jp-v56-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* annie-use-your-telescope-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Annie Use Your Telescope';
  font-style: normal;
  font-weight: 400;
  unicode-range: U+0025-00FF;
  src: url('fonts/annie-use-your-telescope-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* noto-serif-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  unicode-range: U+0025-00FF;
  src: url('fonts/noto-serif-v33-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-serif-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 600;
  unicode-range: U+0025-00FF;
  src: url('fonts/noto-serif-v33-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

