@charset "UTF-8";
/* Fonts */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../../typo3conf/ext/t3up/Resources/Public/Fonts/Awesome/fontawesome-webfont.eot?v=4.2.0");
  src: url("../../../typo3conf/ext/t3up/Resources/Public/Fonts/Awesome/fontawesome-webfont.woff?v=4.2.0") format('woff'), url("../../../typo3conf/ext/t3up/Resources/Public/Fonts/Awesome/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* h_da  */
@font-face {
  font-family: 'Hda Din Office';
  font-style: normal;
  font-weight: 400;
  src: local('HDA DIN Office'), local('HDA DIN Office Standard'), url("../../../typo3conf/ext/t3up/Resources/Public/Fonts/Hdaoffice/HDADINOff_0.ttf") format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Hda Din Office';
  font-style: normal;
  font-weight: 500;
  src: local('HDA DIN Office'), local('HDA DIN Office Mittel'), url("../../../typo3conf/ext/t3up/Resources/Public/Fonts/Hdaoffice/HDADINOffMed_0.ttf") format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Hda Din Office';
  font-style: normal;
  font-weight: 600;
  src: local('HDA DIN Office'), local('HDA DIN Office Fett'), url("../../../typo3conf/ext/t3up/Resources/Public/Fonts/Hdaoffice/HDADINOffBld_0.ttf") format('truetype');
  font-display: swap;
}
/* Courier */
@font-face {
  font-family: 'Courier, Menlo,Monaco,Consolas,"Courier New",monospace';
}
/* @import 'Fonts/' + $font   + '.scss'; */
html {
  height: 100%;
}
body {
  font-size: inherit;
  height: 100.01%;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  font-family: Hda Din Office, Arial, sans-serif;
  background-color: #F3F3F3;
}
.overlay {
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}
*, ul {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #454545;
}
a:hover {
  text-decoration: none;
  color: #000000;
}
main *:focus {
  border-color: #454545;
}
/* Figure Beginn */
main figure.image {
  position: relative;
}
main figure.image span {
  text-align: center;
  transition: all ease 0.3s;
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -200%;
  display: flex;
  padding: 1rem;
  align-items: center;
  justify-content: center;
  background-color: rgba(69, 69, 69, 0.75);
}
main figure.image a:focus span, main figure.image a:hover span {
  top: 0;
}
main figure.image a {
  width: 100%;
  height: 100%;
  display: block;
  border: solid 2px transparent !important;
}
/* Figure Ende */
main {
  hyphens: auto;
  -webkit-hyphens: auto;
  hyphenate-limit-chars: auto 5;
  -webkit-hyphenate-limit-chars: auto 5;
  -ms-hyphens: auto;
  -ms-hyphenate-limit-chars: auto 5;
}
main h1 {
  font-size: 1.75rem;
  font-weight: 400;
  color: inherit;
  line-height: 1.35em;
}
main h2 {
  font-size: 1.35rem;
  font-weight: 600;
  color: inherit;
  line-height: 1.35em;
}
main h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: inherit;
  line-height: 1.35em;
}
main h4 {
  font-size: 1rem;
  font-weight: 600;
  color: inherit;
  line-height: 1.35em;
  margin: 0;
}
main b, strong {
  font-weight: 600;
}
main p, li {
  line-height: 1.45em;
  font-size: 1rem;
}
main td, th {
  font-size: 1rem;
}
main .content a {
  font-weight: 600;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
figure a:focus, figure a {
  border: 0 !important;
}
[aria-hidden=true] {
  display: none;
}
[aria-hidden=false] {
  display: block !important;
  opacity: 1 !important;
}
.page {
  transition: all ease 0.5s;
  overflow: hidden;
  position: relative;
  min-height: 100%;
  width: 100%;
}
.container {
  max-width: 100%;
}
.mono {
  font-family: Courier New, Courier, monospace;
}
.symbol {
  font-family: FontAwesome;
  font-weight: normal;
}
/* Bootstrap Korrektur */
.pl-lg-4, .px-lg-4 {
  padding-left: 2rem !important;
}
a.btn-secondary {
  color: #fff !important;
}
/* Adminpanel */
.icon-markup svg {
  max-width: 20px;
  opacity: 0.5;
  transition: all ease 0.3s;
}
.icon-markup svg:hover {
  max-width: 20px;
  opacity: 1;
}
.typo3-editPanel {
  border-bottom: 5px solid #454545;
  font-style: italic;
  color: #454545;
  opacity: 0.5;
  transition: all ease 0.3s;
  padding: 5px;
  background-color: rgba(69, 69, 69, 0.75);
  margin-top: 10px;
  margin-bottom: 10px;
}
.icon-markup .icon-markup svg {
  opacity: 1;
}
.typo3-editPanel:hover {
  opacity: 1;
  color: #fff;
}
.typo3-editPanel .icon-markup svg:hover {
  filter: invert(100%);
}
.typo3-editPanel-label:before {
  content: 'Inhaltselement: ';
}
.icon-actions-edit-unhide .icon-markup svg {
  background: #963232;
}
.typo3-editPanel a {
  display: inline-block !important;
}
/* input: range*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type='range'] {
    overflow: hidden;
    width: 80px;
    height: 15px;
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #ccc;
  }
  input[type='range']::-webkit-slider-runnable-track {
    height: 15px;
    -webkit-appearance: none;
    color: #fff;
    margin-top: 0px;
  }
  input[type='range']::-webkit-slider-thumb {
    width: 10px;
    -webkit-appearance: none;
    height: 15px;
    cursor: ew-resize;
    background: #434343;
    box-shadow: -80px 0 0 80px #fff;
  }
}
/* Allgemeines Pagination */
.f3-widget-paginator {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25em;
}
.f3-widget-paginator a {
  position: relative;
  display: block;
  padding: 0.25em 0.5em;
  font-size: 0.875em;
  margin-left: -1px;
  line-height: 1rem;
  color: #454545;
  background-color: #fff;
  border: 1px solid #ddd;
}
.f3-widget-paginator a:hover {
  background-color: #F3F4F4;
  color: #000000;
}
.f3-widget-paginator .current {
  position: relative;
  display: block;
  padding: 0.25em 0.5em;
  font-size: 0.875em;
  margin-left: -1px;
  line-height: 1rem;
  color: #fff;
  background-color: #454545;
}
.page-item a.page-link {
  color: #454545;
  border-color: #ddd;
}
.page-item.active .page-link {
  color: #fff;
  background-color: #454545;
  border-color: #454545;
}
.page-navigation p {
  margin: 0;
}
.page-link.disabled {
  display: none;
}
.page-link {
  color: #333333;
}
.page-link:hover {
  color: #000000;
}
.orange main h1, .orange main a:not(.navlink) {
  color: #A94611;
}
.blue main h1, .blue main a:not(.navlink) {
  color: #346097;
}
.green main h1, .green main a:not(.navlink) {
  color: #406C03;
}
.grey main h1, .grey main a:not(.navlink) {
  color: #999999;
}
.red main h1, .red main a:not(.navlink) {
  color: #A50F19;
}
.turquoise main h1, .turquoise main a:not(.navlink) {
  color: #1D725F;
}
.violett main h1, .violett main a:not(.navlink) {
  color: #863177;
}
.yellow main h1, .yellow main a:not(.navlink) {
  color: #F5F507;
}
.darkblue main h1, .darkblue main a:not(.navlink) {
  color: #2D4F9A;
}
.darkgrey main h1, .darkgrey main a:not(.navlink) {
  color: #454545;
}
/* Layouts */
@media screen and (min-width: 240px) {
  html {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 768px) {
  main h1 {
    font-size: 2rem;
  }
  main h2 {
    font-size: 1.35rem;
  }
  main h3 {
    font-size: 1.25rem;
  }
  main h4 {
    font-size: 1.05rem;
  }
  main p, li {
    font-size: 1.05rem;
  }
  main td, th {
    font-size: 1.05rem;
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 1rem;
  }
  main h1 {
    font-size: 2.25rem;
  }
  main h2 {
    font-size: 1.5rem;
  }
  main h3 {
    font-size: 1.35rem;
  }
  main h4 {
    font-size: 1.1rem;
  }
  main p, li {
    font-size: 1.1rem;
  }
  main td, th {
    font-size: 1.1rem;
  }
  .container {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1360px) {
  .container {
    max-width: 1300px;
  }
}
@media screen and (min-width: 1480px) {
  html {
    font-size: ‭1 0.0625 ‬rem;
  }
  .container {
    max-width: 1420px;
  }
}
.container {
  max-width: 1440px;
}
