@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}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
b,strong{font-weight:600}dfn{font-style:italic}mark{background:#ff0;color:#000}
small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-0.25em}sup{top:-0.5em}figure{margin:1em 40px}img{border-style:none}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}hr{box-sizing:content-box;height:0;overflow:visible}
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}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}

/* 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: 360px;margin: 0 auto;}


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

}

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

    }

.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: 20px;
    justify-content: space-between;
    font-family: "Annie Use Your Telescope", sans-serif;
    font-weight: bold;
    margin: 0}

.headq {float: left;margin-right: 4px;}

.main_image {

    display: inline-block;
    position: relative;
    margin-top: 5px;
}
.main_image img {
    vertical-align: center;
    margin-bottom: 5px;
}
.main_image:after { 
    content: "Außenstelle in Eisenerz/Stmk.";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0px;
    font-size: 10px;
    text-align: left;
    color: gray;
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 7px;}



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


.absatz {padding: 0}


header {

  color: white;width: 100%;text-align: center;height: auto;font-weight: 300;clear: both;}

main {display: block;color: black;overflow: scroll;}

section {

  color: white;text-align: left;max-width: 360px}



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


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

.firstletter::first-letter {
  color: black;

  font-size: 77px;
  vertical-align: top;
  line-height: 0.8;
  font-weight: 900;

  margin-right: 6px;
  float: left;

}

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}


h3 {font-family: 'Noto Sans JP', serif;font-size: 18px;color: #444444;text-align: left;} 

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

h3.nomargin {margin-bottom: 0}

.emailkris {color: #f41786;text-decoration: 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%;}

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

p {font-size: 16px;
}


h1 { 	
font-size: 16px;

}



.subhead{font-size: 20px;}

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

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

}

  /* 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+ */
}
/* noto-sans-jp-900 - 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: 900;
  unicode-range: U+0025-00FF;
  src: url('../fonts/noto-sans-jp-v56-latin-900.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+ */
}
/* noto-serif-900 - 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: 900;
  unicode-range: U+0025-00FF;
  src: url('../fonts/noto-serif-v33-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}