@charset "utf-8";

/**
 *     fanthomas communications, Thomas Gerspacher
 *     Design and code: Andreas Harnisch
 *
 *     Basic styles for all viewport sizes
**/

/* --- General --- */

* {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address,
cite, code, em, img, q, small, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td, a img,
article, section, header, nav, footer {
  border: 0;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

@media only all and (min-width: 1600px) { html { font-size: 68.75%; } }
@media only all and (min-width: 1800px) { html { font-size: 75%; } }
@media only all and (min-width: 2000px) { html { font-size: 81.25%; } }

body {
  cursor: default;
}

body, p, li, dt, dd, label, legend, input, textarea, select {
  font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-family: "Dinish";
  font-weight: normal; font-weight: 400;
}

p, li, label, legend, dt, dd, th, td {
  background: transparent;
  color: #111;
  font-size: 1.7rem;
  hyphens: auto;
  line-height: 1.375;
}

p {
  padding: 0 0 0.8rem;
}

h1, h2, h3, h4, h5, h6 {
  color: #111;
  font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-family: "Dinish Expanded";
  font-weight: bold; font-weight: 700;
  hyphens: auto;
  line-height: 1.25;
}

h1 {
  font-size: 2.8rem;
  font-weight: 700;
  margin: 0;
}

h2 {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 2rem 0 1rem;
}

h3 {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 1.8rem 0 0.6rem;
}

h4 {
  font-size: 2rem;
  margin: 1.6rem 0 0.5rem;
}

h5 {
  font-size: 1.85rem;
  margin: 1.4rem 0 0.5rem;
}

h6 {
  font-size: 1.7rem;
  margin: 1.2rem 0 0.5rem;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

strong {
  font-weight: 700;
}

ul {
  list-style: none;
  padding: 0 0 1rem;
}

ul li {
  padding: 0 0 0.3rem 1.4rem;
}

ul li::before {
  content: "\25A0";
  display: inline-block;
  vertical-align: 0.1rem;
  margin-left: -1.4rem;
  width: 1.4rem;
}

ul li ul {
  padding: 0.3rem 0 0;
}

ul li ul li::before {
  font-size: 1.2rem; 
  vertical-align: 0.2rem;
}

ol {
  list-style: decimal;
  padding: 0 0 1rem 2rem;
}

ol li {
  padding: 0 0 0.3rem 1.5rem;
}

ol li ol {
  padding: 0.3rem 0 0;
}

table {
  border-collapse: collapse;
  width: 100%;
}

table, th, td {
  border: 0.1rem solid #e0e0e0;
}

table th,
table td {
  text-align: left;
  vertical-align: top;
}

img {
  width: 100%;
  height: auto;
}

/* --- Helper --- */

/* hide for both, screen readers and desktop */
.hide {
  display: none;
}

/* visible for screen readers, hidden on desktop */
.invisible {
  border: 0;
  clip: rect(0 0 0 0);
  position: absolute;
  height: 0.1rem;
  margin: -0.1rem;
  padding: 0;
  overflow: hidden;
  width: 0.1rem;
}

.skiplink {
  display: inline;
  float: left;
  height: 0.1rem;
  margin: -0.1rem;
  padding: 0;
  position: relative;
  width: 0.1rem;
}

.skiplink a:focus,
.skiplink a:hover {
  text-decoration: none;
}

.skiplink a.invisible:focus {
  background: #fff;
  border: 0.15rem dotted #04407e;
  box-shadow: 0 0 1rem rgba(0,0,0,0.3);
  clip: unset;
  display: block;
  height: auto;
  left: 1.5rem;
  margin: 0;
  overflow: visible;
  outline: none;
  padding: 0.5rem 1rem;
  position: absolute;
  top: 1rem;
  width: calc(100vw - 3rem);
  z-index: 800;
}
