* {
  box-sizing: border-box;
}

[class*="col-"] {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  .col-s-1 { width: 8.33%; }
  .col-s-2 { width: 16.66%; }
  .col-s-3 { width: 25%; }
  .col-s-4 { width: 33.33%; }
  .col-s-5 { width: 41.66%; }
  .col-s-6 { width: 50%; }
  .col-s-7 { width: 58.33%; }
  .col-s-8 { width: 66.66%; }
  .col-s-9 { width: 75%; }
  .col-s-10 { width: 83.33%; }
  .col-s-11 { width: 91.66%; }
  .col-s-12 { width: 100%; }
  .h1 { font-size: 30px; }
  .h2 { font-size: 25px; margin-top: 20px; }
  .h3 { font-size: 21px; font-weight: bold; }
  .text, .menu { font-size: 18px; }
  .tabtext { font-size: 16px; }
}

@media only screen and (min-width: 768px) {
  .col-1 { width: 8.33%; }
  .col-2 { width: 16.66%; }
  .col-3 { width: 25%; }
  .col-4 { width: 33.33%; }
  .col-5 { width: 41.66%; }
  .col-6 { width: 50%; }
  .col-7 { width: 58.33%; }
  .col-8 { width: 66.66%; }
  .col-9 { width: 75%; }
  .col-10 { width: 83.33%; }
  .col-11 { width: 91.66%; }
  .col-12 { width: 100%; }
  .h1 { font-size: 40px; }
  .h2 { font-size: 30px; margin-top: 0px; }
  .h3 { font-size: 25px; font-weight: bold; }
  .text, .menu { font-size: 22px; }
  .tabtext { font-size: 21px; }
}

[class*="col-"] {
  float: left;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

body {
  background-image: url("../pictures/andiback.png");
  background-repeat: repeat;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  -epub-hyphens: auto;
  hyphens: auto;
}

h1 {
  text-align: center;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #990000;
  border-right-color: #990000;
  border-bottom-color: #990000;
  border-left-color: #990000;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  font-size: 25px;
  text-shadow: 0px 0px 10px #FF4000;
}

h2 {
  font-size: 22px;
  margin-top: 20px;
  text-align: center;
	text-shadow: 0px 0px 6px #43b540;
}

p {
  text-align: justify;
}

img.center {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

table {
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-spacing: 0px;
  border-collapse: collapse;
  width: 100%;
  font-size: 11px;
}

thead {
  background-color: #ffe2a8;
}

tr:nth-child(2n) {
  background-color: rgba(248, 236, 224, 0.6);
}

th, td {
  border-top-style: dashed;
  border-right-style: dashed;
  border-bottom-style: dashed;
  border-left-style: dashed;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
}

a:link, a:visited {
  font-weight: bold;
  text-decoration: none;
  color: #990000;
}

a:hover {
  font-weight: bold;
  text-decoration: none;
  color: #c80000;
}

.menu ul {
  list-style-type: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  text-align: center;
}

.menu li {
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  margin-bottom: 7px;
  background-color: #efdeef;
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.24);
}

.menu li:hover {
  background-color: #eabeea;
}

.text, .menu {
  background-color: rgba(255, 255, 255, 0.6);
}

.td1 {
  text-align: center;
}

.td2 {
  text-align: justify;
}

.mitte {
  text-align: center;
}

.quelle {
  font-size: smaller;
}

.tabscroll {
  overflow-x: auto;
}

.liste ul {
  padding-left: 0px;
  border-top-width: 2px;
  border-top-style: none;
  border-top-color: -moz-initial;
  border-right-width: 2px;
  border-right-style: none;
  border-right-color: -moz-initial;
  border-bottom-width: 2px;
  border-bottom-style: none;
  border-bottom-color: -moz-initial;
  border-left-width: 2px;
  border-left-style: none;
  border-left-color: -moz-initial;
}

.liste li {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 1em;
}

