button, hr, input {
  overflow: visible
}
progress, sub, sup {
  vertical-align: baseline
}
audio, canvas, progress, video {
  display: inline-block
}
[type=checkbox], [type=radio], legend {
  box-sizing: border-box;
  padding: 0
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}
body {
  margin: 0
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block
}
h1 {
  font-size: 2em;
  margin: .67em 0
}
figure {
  margin: 1em 40px
}
hr {
  box-sizing: content-box;
  height: 0
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}
a:active, a:hover {
  outline-width: 0
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}
b, strong {
  font-weight: bolder
}
dfn {
  font-style: italic
}
mark {
  background-color: #ff0;
  color: #000
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
audio:not([controls]) {
  display: none;
  height: 0
}
img {
  border-style: none
}
svg:not(:root) {
  overflow: hidden
}
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}
button, select {
  text-transform: none
}
[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
border-style:none;
padding:0
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
outline:ButtonText dotted 1px
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal
}
textarea {
  overflow: auto
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
height:auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
::-webkit-file-upload-button {
-webkit-appearance:button;
font:inherit
}
summary {
  display: list-item
}
[hidden], template {
  display: none
}
/* NICHT ANFASSEN */

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
*, *:before, *:after {
  box-sizing: border-box;
}
body {
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
/*
              +-----------------------------------------+
              |                             Individuelle Formatierungen        |
              +-----------------------------------------+
*/

body {
  color: #000000;
  font: 13px/1.3em 'Noto Sans', sans-serif;
  text-align: left;
}
hr {
  background-color: #fff;
  color: #000;
  height: 1px;
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
}
strong, b {
  font-weight: 700;
}
ul, ol {
  margin: 0 0 20px 14px;
  padding-left: 0;
  list-style-type: none;
}
ul li ul, ul li ol, ol li ol, ol li ul {
  margin: 3px 0 3px 18px;
}
ul li {
  margin-bottom: 8px;
  position: relative;
-webkit-column-break-inside: avoid;
        page-break-inside: avoid;
             break-inside: avoid;
}
.orangeList ul li::before {
  content: "\25CF";
  position: absolute;
  top: -1px;
  left: -13px;
  color: #ee7a00;
}
.greenList ul li::before {
  content: "\25CF";
  position: absolute;
  top: -1px;
  left: -13px;
  color: #50AF31;
}
.blueList ul li::before {
  content: "\25CF";
  position: absolute;
  top: -1px;
  left: -13px;
  color: #2b76bb;
}
.purpleList ul li::before {
  content: "\25CF";
  position: absolute;
  top: -1px;
  left: -13px;
  color: #8f187c;
}
/*
275a -- heavy vertical bar
● -- 25CF -- BLACK CIRCLE
● -- 26AB -- MEDIUM BLACK CIRCLE
● -- 2022 -- SMALL BLACK CIRCLE

▶ -- 25B6 -- BLACK RIGHT-POINTING TRIANGLE
■ -- 25A0 -- BLACK SQUARE
■ -- 25AA -- BLACK LITTLE SQUARE

← -- 2190 -- Left arrow

→ -- 2192 -- Right arrow

↑ -- 2191 -- Up arrow
↓ -- 2193 -- Down arrow

› -- 203A -- Right single angle quote
‹ -- 2039 -- Left single angle quote


« -- 00AB -- Left double angle quote
» -- 00BB -- Right double angle quoter


*/
a {
  color: inherit;
  text-decoration: none;
}
p {
  margin: 0;
}
#title {
  font-size: 24px;
  line-height: 1.3em;
  font-weight: bold;
  margin: 15px 0;
  text-align: left;
}
  
  #title span {
  font-size: 70%;
}
#subtitle {

  color: #ee7a00;
  
}

.headline {
      font-weight: bold;
  margin-bottom: 15px;
}
/*
              +-----------------------------------------+
              |                                                                            IDs                                                                          |
              +-----------------------------------------+
*/

#wrapper {
  -moz-box-shadow: 0 0 26px #666;
  -webkit-box-shadow: 0 0 26px #666;
  box-shadow: 0 0 26px #666;
  max-width: 680px;
  margin: 20px auto 20px auto;
  position: relative;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
#content {
  padding: 2% 6% 6% 6%;
}
#flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-item-left {
  width: 47%;
 
}
.flex-item-right {
  width: 47%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#columns {
  -webkit-columns: 200px 3;
  -moz-columns: 200px 3;
  columns: 200px 3;
  text-align: justify;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
#left {
  width: 49%;
  float: left;
}
#right {
  width: 49%;
  float: right;
}
#clear {
  clear: both;
  height: 0px;
}

.btn{
  color: #fff;
  padding: 11px 25px;
  border-radius: 5px;
  margin-top: 10px;
  display: inline-block;
}

.orange {
  color: #ee7a00;
}
.green {
  color: #50AF31;
}
.blue{
  color: #2b76bb;
}
.purple {
  color: #8f187c;
}

.orangeBtn {
  background-color: #ee7a00;
}
.greenBtn {
  background-color: #50AF31;
}
.blueBtn{
  background-color: #2b76bb;
}
.purpleBtn {
  background-color: #8f187c;
}

.brackets {
  position: relative;
  font-weight: bold;
  padding: 15px;
}

.bracketsOrange::before {
  content: url("");
  position: absolute;
  top: -1px;
  left: 0;
 }

 .bracketsOrange::after {
  content: url("");
  position: absolute;
  bottom: -1px;
  right: 0;
 }

 .bracketsGreen::before {
  content: url("");
  position: absolute;
  top: -1px;
  left: 0;
 }

 .bracketsGreen::after {
  content: url("");
  position: absolute;
  bottom: -1px;
  right: 0;
 }

 .bracketsBlue::before {
  content: url("");
  position: absolute;
  top: -1px;
  left: 0;
 }

 .bracketsBlue::after {
  content: url("");
  position: absolute;
  bottom: -1px;
  right: 0;
 }

 .bracketsPurple::before {
  content: url("brackets_top_purple.png");
  position: absolute;
  top: -1px;
  left: 0;
 }

 .bracketsPurple::after {
  content: url("brackets_bottom_purple.png");
  position: absolute;
  bottom: -1px;
  right: 0;
 }

/* max width auf Wrapper Breite für hyphens */
@media screen and (max-width: 750px) {
#wrapper {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
}

@media screen and (max-width: 550px) {
#left {
  float: none;
  width: 100%;
}
#right {
  float: none;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
#columns {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-width: auto;
  -moz-column-width: auto;
  column-width: auto;
  text-align: left;
}
#flex {
  flex-direction: column;
}
.flex-item-left {
  width: 100%;
}
.flex-item-right {
  width: 100%;
  margin-top: 15px;
  text-align: left;
  display: block;
}
.btn{
  margin-top: 30px;
}
}