/* Variablen */
/* --------- */
@font-face {
  font-family: "Noto Sans";
  font-weight: normal;
  src: url("/static/fonts/Noto_Sans/NotoSans-Regular.ttf");
}
@font-face {
  font-family: "Noto Sans";
  font-weight: normal;
  font-style: italic;
  src: url("/static/fonts/Noto_Sans/NotoSans-Italic.ttf");
}
@font-face {
  font-family: "Noto Sans";
  font-weight: bold;
  src: url("/static/fonts/Noto_Sans/NotoSans-Bold.ttf");
}
@font-face {
  font-family: "Noto Sans";
  font-weight: bold;
  font-style: italic;
  src: url("/static/fonts/Noto_Sans/NotoSans-BoldItalic.ttf");
}
@font-face {
  font-family: "Noto Sans";
  font-weight: 300;
  src: url("/static/fonts/Noto_Sans/NotoSans-Light.ttf");
}
@font-face {
  font-family: "Noto Sans";
  font-weight: normal;
  font-style: 300;
  src: url("/static/fonts/Noto_Sans/NotoSans-LightItalic.ttf");
}
@font-face {
  font-family: "Noto Sans";
  font-weight: 500;
  src: url("/static/fonts/Noto_Sans/NotoSans-Medium.ttf");
}
@font-face {
  font-family: "Noto Sans";
  font-weight: 500;
  font-style: italic;
  src: url("/static/fonts/Noto_Sans/NotoSans-MediumItalic.ttf");
}
/* Farben */
/* --------- */
/* --------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  text-decoration: none;
  list-style-type: none;
}
#wrapper,
#tiny-mce {
  margin: 0 auto;
  max-width: 1700px;
  padding: 25px 50px 20px;
  font-family: 'Noto Sans', sans-serif;
}
header {
  width: 100%;
  position: relative;
}
header #navBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid black;
}
header #navBox #logo {
  margin: 0;
  width: 230px;
  padding-bottom: 8px;
}
header #navBox #logo img {
  width: 100%;
  height: auto;
  display: block;
}
header #navBox #responsiveHeader {
  display: none;
}
header #navBox nav {
  position: relative;
}
header #navBox nav > ul {
  display: flex;
}
header #navBox nav > ul > li {
  margin-left: 10px;
}
header #navBox nav > ul > li > a {
  padding: 3px 10px 4px;
  display: block;
  color: black;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-size: 14px;
}
header #navBox nav > ul > li > a.aktiv,
header #navBox nav > ul > li > a:hover {
  background: #F8B334;
  color: white;
}
header #navBox nav > ul > li.aktiv ul {
  display: flex;
}
header #navBox nav > ul > li.aktiv > a {
  background: #F8B334;
  color: white;
}
header #navBox nav > ul > li:first-of-type {
  margin-left: 0px;
}
header #navBox nav > ul ul {
  bottom: -29px;
  top: initial;
  justify-content: flex-start;
  position: absolute;
  left: 0;
  background: white;
  display: none;
}
header #navBox nav > ul ul a {
  padding: 3px 10px;
  display: block;
  color: #323131;
  font-weight: 300;
  font-size: 13px;
  height: 28px;
}
header #navBox nav > ul ul a.aktiv,
header #navBox nav > ul ul a:hover {
  background: #F8B334;
  color: white;
}
footer {
  display: flex;
}
footer #menuFooter {
  /*position:absolute;
		right:0px;
		top:0px;*/
}
footer #menuFooter ul {
  display: flex;
  justify-content: space-between;
}
footer #menuFooter ul li {
  margin-left: 20px;
}
footer #menuFooter ul li a {
  color: #5c5c5c;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
}
footer #menuFooter ul li a:hover {
  text-decoration: underline;
}
#menuResponsive {
  display: none;
}
#content {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
#content section#left {
  width: 50%;
}
#content section#middle {
  display: none;
}
#content section#right {
  padding: 20px;
  background-color: #f4f2f2;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  overflow-y: scroll;
  width: calc(50% - 20px);
  scrollbar-width: none;
}
#content section#right::-webkit-scrollbar {
  display: none;
}
#content section .contenttext {
  margin-bottom: 20px;
}
#content section .contenttext:last-of-type {
  margin-bottom: 0;
  padding-bottom: 20px;
}
#content section .contentbild img {
  width: 100%;
  height: auto;
  display: block;
}
#content section .contentbild.originaleBreite {
  margin-top: 30px;
}
#content section .contentbild.originaleBreite img {
  width: auto;
  height: auto;
  max-width: 100%;
}
#content section .download {
  margin: 0px 0 20px;
  display: flex;
  align-items: center;
}
#content section .download .downloadicon {
  background-image: url("/static/img/pdf_icon.svg");
  background-repeat: no-repeat;
  width: 37px;
  height: 42px;
  display: block;
  margin-right: 10px;
  flex-shrink: 0;
  background-size: 37px;
}
#content section .download:hover .bu p {
  color: #F8B334;
  text-decoration: underline;
}
#content section h1 {
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-size: 23px;
  color: #5c5c5c;
  margin-bottom: 10px;
}
#content section h2 {
  text-transform: uppercase;
  color: #5c5c5c;
  font-size: 20px;
  letter-spacing: 0.2px;
  margin: 16px 0 8px 0;
}
#content section h3 {
  font-size: 18px;
  margin-bottom: 6px;
  color: #5c5c5c;
}
#content section h3 a {
  color: #5c5c5c;
}
#content section h3 a:hover {
  text-decoration: underline;
}
#content section a.button {
  font-family: "Noto Sans";
  cursor: pointer;
  outline: 0;
  display: inline-block;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #0d6efd;
  border-color: #0d6efd;
}
#content section a.button :hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
#content section p {
  margin-bottom: 10px;
  color: #5c5c5c;
  font-weight: 300;
}
#content section p strong {
  font-weight: 500;
}
#content section p:last-of-type {
  margin-bottom: 0;
}
#content section p a {
  color: #F8B334;
}
#content section p a:hover {
  text-decoration: underline;
}
#content section ul:not(.cmsMenuButtons) {
  margin: 5px 0 12px;
}
#content section ul:not(.cmsMenuButtons) li {
  padding-left: 15px;
  margin-bottom: 5px;
  position: relative;
  color: #5c5c5c;
  font-weight: 300;
}
#content section ul:not(.cmsMenuButtons) li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #F8B334;
  display: block;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 9px;
}
#content section .halbeBreite {
  width: 70%;
}
.dreispaltig #content section#left {
  width: 25%;
}
.dreispaltig #content section#middle {
  display: flex;
  flex-direction: column;
  width: calc(50% - 40px);
  padding: 20px;
  background-color: #f4f2f2;
}
.dreispaltig #content section#middle .rechtsbuendig {
  align-self: flex-end;
  text-align: right;
}
.dreispaltig #content section#right {
  width: 25%;
  padding: 0;
  background: none;
  position: static;
  height: auto;
}
.einspaltig #content section#left {
  display: none;
}
.einspaltig #content section#middle {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px;
  background-color: #f4f2f2;
}
.einspaltig #content section#middle .contenttext {
  max-width: 1000px;
}
.einspaltig #content section#right {
  display: none;
}
.bilderseite #content section#left {
  width: 75%;
}
.bilderseite #content section#right {
  width: calc(25% - 20px);
  padding: 0;
  background: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bilderseite #content section#right .contenttext {
  height: 100%;
  background: #f4f2f2;
  padding: 20px;
  overflow-y: scroll;
  width: 100%;
}
.start.bilderseite #content section#right .contenttext {
  height: calc(50%);
  background: #f4f2f2;
  padding: 20px;
  overflow-y: scroll;
}
.bildText #content {
  flex-direction: row-reverse;
}
.bildText #content section#right {
  right: initial;
  left: 0;
}
.frage2 h1 {
  padding-left: 32px;
  position: relative;
  cursor: pointer;
}
.frage2 h1::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 11px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 17px solid #F8B334;
}
.frage2.aktiv h1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 17px solid #F8B334;
}
footer {
  width: 100%;
  border-top: 1px solid #5c5c5c;
  padding-top: 10px;
  margin-top: 20px;
}
footer p {
  text-align: center;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
}
footer p strong {
  font-weight: 600;
}
footer p a {
  color: #F8B334;
}
footer p a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1400px) {
  #wrapper {
    padding: 25px 30px 20px;
  }
}
@media screen and (max-width: 1300px) {
  header #navBox nav > ul {
    min-width: 837px;
  }
  header #navBox nav > ul li a {
    padding: 3px 6px 4px;
    letter-spacing: 0.2px;
    text-transform: none;
    white-space: nowrap;
  }
  header #navBox nav > ul li ul li a {
    font-size: 12px;
  }
  header #navBox nav > ul > li {
    margin-left: 5px;
  }
  header #navBox #logo {
    width: 210px;
  }
}
@media screen and (max-width: 1200px) {
  #wrapper {
    padding: 25px 20px 20px;
  }
  #content section h1 {
    font-size: 24px;
  }
  #content section h2 {
    font-size: 18px;
  }
  #content section p {
    font-size: 15px;
  }
  #content section .halbeBreite {
    width: 100%;
  }
  .frage2 h1 {
    padding-left: 25px;
  }
  .frage2 h1::before {
    top: 9px;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 12px solid #F8B334;
  }
  .frage2.aktiv h1::before {
    top: 13px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 12px solid #F8B334;
  }
}
@media screen and (min-width: 1125px) {
  #menuResponsive {
    display: none !important;
  }
}
@media screen and (max-width: 1124px) {
  header #navBox nav > ul {
    display: none;
  }
  header #navBox #responsiveHeader {
    display: flex;
    justify-content: space-between;
  }
  header #navBox #responsiveHeader #responsiveButton {
    font-weight: 300;
    text-transform: uppercase;
    align-items: center;
    color: black;
    font-size: 18px;
    display: flex;
    padding: 5px;
    cursor: pointer;
    position: relative;
  }
  header #navBox #responsiveHeader #responsiveButton div {
    margin-right: 6px;
    display: flex;
    flex-direction: column;
    position: relative;
    top: 1px;
  }
  header #navBox #responsiveHeader #responsiveButton div span {
    width: 14px;
    height: 1px;
    background: black;
    margin-bottom: 4px;
  }
  header #navBox #responsiveHeader #responsiveButton div span:last-of-type {
    margin-bottom: 0;
  }
  header #navBox #responsiveHeader #responsiveButton:hover {
    color: white;
    background: #F8B334;
  }
  header #navBox #responsiveHeader #responsiveButton:hover div span {
    background: white;
  }
  header #menuFooter {
    display: none;
  }
  #menuResponsive {
    display: none;
    border-bottom: 1px solid black;
  }
  #menuResponsive > ul {
    display: flex;
    flex-direction: column;
  }
  #menuResponsive > ul > li {
    width: 100%;
    border-bottom: 1px dotted #3f3f3f;
  }
  #menuResponsive > ul > li a {
    width: 100%;
    display: block;
    height: auto;
    padding: 5px;
    text-transform: uppercase;
    text-align: center;
    color: black;
    position: relative;
    font-weight: 300;
  }
  #menuResponsive > ul > li a:hover,
  #menuResponsive > ul > li a.aktiv {
    background: #F8B334 !important;
    color: white;
    border-top: 1px solid #BF7C02;
    margin-top: -1px;
    margin-bottom: -1px;
    border-bottom: 1px solid #BF7C02;
  }
  #menuResponsive > ul > li ul {
    display: flex;
    flex-direction: column;
    border-top: 1px dotted #3f3f3f;
    border-bottom: 1px dotted #3f3f3f;
    margin-bottom: -1px;
  }
  #menuResponsive > ul > li ul li {
    border-bottom: 1px dotted #ddd;
  }
  #menuResponsive > ul > li ul li a {
    color: #5c5c5c;
    font-size: 13px;
    text-transform: none;
  }
  #menuResponsive > ul > li ul li a:hover,
  #menuResponsive > ul > li ul li a.aktiv {
    background: #F8B334 !important;
    color: white;
    margin-top: -1px;
    margin-bottom: -1px;
    border-top: 1px solid #BF7C02;
    border-bottom: 1px solid #BF7C02;
  }
  #menuResponsive > ul > li ul li:last-of-type {
    border-bottom: 0;
  }
  #menuResponsive > ul > li.aktiv {
    border-bottom: none;
  }
  #menuResponsive > ul > li.aktiv > a {
    background: #F8B334 !important;
    color: white !important;
    border-top: 1px solid #BF7C02;
    margin-top: -1px;
    margin-bottom: -1px;
    border-bottom: 1px solid #BF7C02;
  }
  #menuResponsive > ul > li:last-of-type {
    border-bottom: 0;
  }
  #menuResponsive > ul.footer li:last-of-type {
    border-bottom: 1px dotted #8d8d8d;
  }
  #content {
    margin-top: 20px;
  }
}
@media screen and (max-width: 820px) {
  #content {
    flex-direction: column !important;
  }
  #content section {
    width: 100%;
    margin-bottom: 20px;
  }
  #content section#left,
  #content section#right,
  #content section#middle {
    width: 100%;
  }
  #content section:last-of-type {
    margin-bottom: 0;
  }
  #content section .rechtsbuendig {
    align-self: flex-start !important;
    text-align: left !important;
  }
  .dreispaltig #content section#middle {
    width: 100%;
  }
  .dreispaltig #content section#left {
    width: calc(50% - 10px);
  }
  .dreispaltig #content section#right {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(50% - 10px);
  }
  #content section#right {
    position: static;
    height: auto;
  }
  header #logo {
    width: 250px;
  }
  .bilderseite #content section#left {
    width: 100%;
    margin-bottom: 20px;
  }
  .bilderseite #content section#right {
    width: 100%;
    flex-direction: row;
    position: relative;
  }
  .bilderseite.start #content section#right .contentbild {
    width: calc(50% - 10px);
  }
  .bilderseite.start #content section#right .contenttext {
    width: calc(50% - 10px);
    height: auto;
    right: 0;
    top: 0;
    position: absolute;
  }
  header #logo {
    width: 200px;
    margin-bottom: 20px;
  }
  #wrapper {
    padding: 25px 20px 20px;
  }
}
@media screen and (max-width: 520px) {
  .start.bilderseite #content section#right {
    flex-direction: column;
  }
  .start.bilderseite #content section#right .contentbild {
    width: 100%;
  }
  .start.bilderseite #content section#right .contenttext {
    width: 100%;
    position: static;
    margin-top: 20px;
  }
}
@media screen and (max-width: 400px) {
  header #navBox #logo {
    width: 180px;
  }
}
