@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}

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;}

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

.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;

    }


.witz p {text-align: center;letter-spacing: 2px;font-size: 18px;line-height: 2;padding-top: 1rem;padding-bottom: 1rem}

.pink {background-color: #f4178622;}

.tan {background-color: #c19a6b33}

.blue {background-color: #E6E6FA}

.grau1 {background-color: rgba(242, 242, 242, 1.0);}

.grau2 {background-color: rgba(232, 236, 238, 1.0);}

.grau3 {background-color: rgba(212, 216, 212, 1.0);}

.yellow {background-color: #FFFFE0;}

.grey {background-color: #DCDCDC}

.green {background-color: #F0FFF0}

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+ */
}

