@charset "UTF-8";
/* 1 */
/* calculate em values based on given fontsize
*  ematpx(32px[,12px]);
*/
:root {
  --left-space-width: 10vw;
  --page-horizontal-padding: 5.1vw;
  --page-horizontal-padding-left: var(--page-horizontal-padding);
  --content-font-size: clamp(.9em, 2vw, 1em);
  --color-brand: #fb0;
  --color-main-text: #555;
  --color-border-grey: #999;
  --main-nav-bg: hsla(0,0%,0%,0.7);
  --banderole-height: clamp(300px, 33vw, 340px);
  --secondary-bg: rgba(0, 0, 0, 0.7);
  --sidebar-bg: hsla(0,0%,0%,0.8);
  --sidebar-width: 220px;
  --small-text: .85em;
}

@media print, screen and (min-width: 37.5em) {
  :root {
    --page-horizontal-padding-left: calc(var(--page-horizontal-padding) + 58px);
  }
}
@media print, screen and (min-width: 46.875em) {
  :root {
    --page-horizontal-padding: 38px;
  }
}
/* use local hosted fonts */
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v15-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/open-sans-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v15-latin-regular.woff2") format("woff2"), url("../fonts/open-sans-v15-latin-regular.woff") format("woff"), url("../fonts/open-sans-v15-latin-regular.ttf") format("truetype"), url("../fonts/open-sans-v15-latin-regular.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/open-sans-v15-latin-600.eot"); /* IE9 Compat Modes */
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("../fonts/open-sans-v15-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v15-latin-600.woff2") format("woff2"), url("../fonts/open-sans-v15-latin-600.woff") format("woff"), url("../fonts/open-sans-v15-latin-600.ttf") format("truetype"), url("../fonts/open-sans-v15-latin-600.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans-v15-latin-700.eot"); /* IE9 Compat Modes */
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/open-sans-v15-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v15-latin-700.woff2") format("woff2"), url("../fonts/open-sans-v15-latin-700.woff") format("woff"), url("../fonts/open-sans-v15-latin-700.ttf") format("truetype"), url("../fonts/open-sans-v15-latin-700.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-800 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/open-sans-v15-latin-800.eot"); /* IE9 Compat Modes */
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url("../fonts/open-sans-v15-latin-800.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v15-latin-800.woff2") format("woff2"), url("../fonts/open-sans-v15-latin-800.woff") format("woff"), url("../fonts/open-sans-v15-latin-800.ttf") format("truetype"), url("../fonts/open-sans-v15-latin-800.svg#OpenSans") format("svg"); /* Legacy iOS */
}
*,
*::before,
*::after {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}

html {
  box-sizing: border-box;
  font-family: sans-serif;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

a {
  background-color: transparent;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

code,
kbd,
samp,
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
  line-height: inherit;
  border: 1px solid currentColor;
}

button {
  overflow: visible;
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  padding: 1px 6px;
}

input {
  overflow: visible;
}

input,
textarea {
  padding: 1px;
}

fieldset {
  border: 1px solid currentColor;
  margin: 0 2px;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=color] {
  background: inherit;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

::-webkit-search-decoration,
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

hr {
  box-sizing: content-box;
  height: 0;
  color: inherit;
  overflow: visible;
}

dl,
ol,
ul {
  margin: 1em 0;
}

ol ol,
ol ul,
ol dl,
ul ol,
ul ul,
ul dl,
dl ol,
dl ul,
dl dl {
  margin: 0;
}

b,
strong {
  font-weight: bolder;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  text-indent: 0;
  border-color: inherit;
}

details {
  display: block;
}

dialog {
  background-color: inherit;
  border: solid;
  color: inherit;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

#content .siblings-nav h3, .sub-item-current, #mainnav ul li a,
.subnav ul li a, .mainnav .topic-current,
.mainnav .topic-toggle, .close-btn .txt,
.menu-btn.hh-top .txt {
  text-decoration: none;
  font-size: var(--small-text);
  line-height: 1.2em;
  color: #fff;
}

#content .siblings-nav h3, #mainnav ul,
.subnav-ul,
.main-topic, .mainnav .topic-current,
.mainnav .topic-toggle {
  font-weight: 600;
  letter-spacing: 0.03em;
}

.sidebar-container, #mainnav ul li a,
.subnav ul li a {
  letter-spacing: 0.015em;
}

.nobreak {
  white-space: nowrap;
}

button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

b,
strong {
  font-weight: 600;
}

.close-btn .txt,
.menu-btn.hh-top .txt {
  line-height: 1em;
  color: #FFF;
}

.mainnav .topic-current,
.mainnav .topic-toggle {
  text-transform: uppercase;
  line-height: 1em;
  margin: 0;
  align-self: center;
}
.mainnav .topic-toggle {
  color: var(--color-brand);
}

#topnav ul,
#footernav ul {
  text-align: right;
  list-style: none;
}
#topnav ul li a,
#footernav ul li a {
  font-size: 11px;
  text-decoration: none;
}

#topnav li a {
  color: var(--color-main-text);
}
#topnav li a:hover {
  color: #000;
}
.tpl-home #topnav li:first-child {
  display: none;
}

#footernav li a {
  color: #fff;
}
#footernav li a.active {
  color: #e90;
}
#footernav li a:hover {
  color: #000;
}

#mainnav ul,
.subnav ul {
  list-style: none;
}
#mainnav ul li a,
.subnav ul li a {
  display: inline-block;
  text-transform: uppercase;
}
#mainnav ul li a.active, #mainnav ul li a:hover,
.subnav ul li a.active,
.subnav ul li a:hover {
  color: var(--color-brand);
}
#mainnav ul,
.subnav-ul,
.main-topic {
  color: #fff;
}
#mainnav ul li a.active,
.subnav-ul li a.active,
.main-topic li a.active {
  color: var(--color-brand);
}

.subnav ul li a {
  text-transform: none;
}

.sub-item-current {
  color: #FFF;
}

.pushy {
  font-size: 1em;
  line-height: 1.2em;
}

.sidebar-container {
  font-size: var(--small-text);
  line-height: 1.5em;
  color: #fff;
}

.sidebar_header {
  font-size: 1em;
}

.sidebar h2,
.sidebar p {
  font-size: 1em;
  font-weight: normal;
  line-height: 1.5em;
  margin: 0 0;
}
.sidebar a {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
  color: #fff;
}
.sidebar a:hover {
  color: var(--color-brand);
}
.sidebar h2 {
  color: var(--color-brand);
}
.sidebar .pad-top {
  padding-top: 14px;
}
.sidebar hr {
  margin: 1rem -4px;
}
.sidebar.sidebar-kontakt h2 {
  font-weight: 600;
}

.topic-toggle {
  cursor: pointer;
}
.topic-toggle:hover {
  color: #FFF;
}

hr {
  border: none;
  border-top: 1px solid var(--color-border-grey);
  margin: 1.5em 0;
}

#content {
  font-size: 1em;
  line-height: 1.5em;
  color: var(--color-main-text);
}
#content a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid var(--color-brand);
}
#content a:hover {
  color: #000;
}
#content a.current {
  border-color: transparent;
  pointer-events: none;
}
#content a[href^="http://"], #content a[href^="https://"] {
  border-color: var(--color-border-grey);
  word-break: break-all;
}
#content a:has(img) {
  border: none;
}
#content p,
#content ul li,
#content ol li {
  color: var(--color-main-text);
  font-size: 1em;
}
#content p {
  margin-bottom: 0.75em;
}
#content ul,
#content ol {
  padding: 0 0 0 2em;
  margin-bottom: 2em;
}
#content ul.nobul,
#content ol.nobul {
  list-style: none;
  padding-left: 0;
}
#content ul li,
#content ol li {
  margin-bottom: 0.5em;
}
#content .list-nav li:not(:has(.current)) {
  list-style-type: circle;
}
#content h3, #content h4, #content h5, #content h6 {
  margin: 2em 0 1em 0;
  line-height: 1.5em;
}
#content h3:first-child, #content h4:first-child, #content h5:first-child, #content h6:first-child {
  margin-top: 0;
}
#content hr + h3,
#content hr + h4,
#content hr + h5,
#content hr + h6 {
  margin-top: 0;
}
#content h5, #content h6 {
  color: #000;
}
#content h1 {
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 600;
  margin: 1em 0;
}
#content h1:first-child {
  margin-top: 0;
}
#content h1.hassubline {
  margin-bottom: 0;
}
#content h1 + .subline {
  margin-bottom: 1em;
}
#content h2 {
  font-size: 1.125em;
  line-height: 1.35em;
  font-weight: 500;
  margin: 1.33333em 0;
}
#content h2:first-child {
  margin-top: 0;
}
#content h3 {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: normal;
}
#content .siblings-nav h3 {
  color: var(--color-main-text);
}
#content h4 {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 600;
}
#content h5 {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: normal;
}
#content h6 {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: normal;
}

#sitemap a + ul {
  margin-top: 0.75em;
}

.sticker {
  font-size: 14px;
  background-color: #f6b400;
}
.sticker h3 {
  margin: 0;
  font-weight: 600;
  color: #333;
}
.sticker span {
  color: #fff;
}

.call-us:after {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 55 51' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg%3E%3Cpath d='M27.507,1.062c-22.12,0 -34.291,21.59 -20.978,36.126c-3.67,10.989 -4.077,11.009 -2.915,12.232c0.528,0.541 1.314,0.745 2.039,0.53c22.222,-6.83 11.478,-4.077 21.835,-4.077c14.618,0 26.503,-10.051 26.503,-22.426c0,-12.375 -11.865,-22.385 -26.483,-22.385Zm0,40.774c-10.887,0 0.367,-3.038 -19.225,2.997c2.569,-7.686 3.221,-8.44 2.039,-9.623c-12.232,-11.926 -1.713,-30.071 17.186,-30.071c12.375,0 22.426,8.155 22.426,18.348c0,10.194 -10.051,18.348 -22.426,18.348Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M17.314,17.372l12.232,0c1.118,0 2.039,-0.92 2.039,-2.039c0,-1.118 -0.92,-2.039 -2.039,-2.039l-12.232,0c-1.118,0 -2.039,0.92 -2.039,2.039c0,1.118 0.92,2.039 2.039,2.039Zm20.387,4.077l-20.387,0c-1.118,0 -2.039,0.92 -2.039,2.039c0,1.118 0.92,2.039 2.039,2.039l20.387,0c1.118,0 2.039,-0.92 2.039,-2.039c0,-1.118 -0.92,-2.039 -2.039,-2.039Zm0,8.155l-20.387,0c-1.118,0 -2.039,0.92 -2.039,2.039c0,1.118 0.92,2.039 2.039,2.039l20.387,0c1.118,0 2.039,-0.92 2.039,-2.039c0,-1.118 -0.92,-2.039 -2.039,-2.039Z' style='fill-rule:nonzero;'/%3E%3C/g%3E%3C/svg%3E") no-repeat right center;
          mask: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 55 51' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg%3E%3Cpath d='M27.507,1.062c-22.12,0 -34.291,21.59 -20.978,36.126c-3.67,10.989 -4.077,11.009 -2.915,12.232c0.528,0.541 1.314,0.745 2.039,0.53c22.222,-6.83 11.478,-4.077 21.835,-4.077c14.618,0 26.503,-10.051 26.503,-22.426c0,-12.375 -11.865,-22.385 -26.483,-22.385Zm0,40.774c-10.887,0 0.367,-3.038 -19.225,2.997c2.569,-7.686 3.221,-8.44 2.039,-9.623c-12.232,-11.926 -1.713,-30.071 17.186,-30.071c12.375,0 22.426,8.155 22.426,18.348c0,10.194 -10.051,18.348 -22.426,18.348Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M17.314,17.372l12.232,0c1.118,0 2.039,-0.92 2.039,-2.039c0,-1.118 -0.92,-2.039 -2.039,-2.039l-12.232,0c-1.118,0 -2.039,0.92 -2.039,2.039c0,1.118 0.92,2.039 2.039,2.039Zm20.387,4.077l-20.387,0c-1.118,0 -2.039,0.92 -2.039,2.039c0,1.118 0.92,2.039 2.039,2.039l20.387,0c1.118,0 2.039,-0.92 2.039,-2.039c0,-1.118 -0.92,-2.039 -2.039,-2.039Zm0,8.155l-20.387,0c-1.118,0 -2.039,0.92 -2.039,2.039c0,1.118 0.92,2.039 2.039,2.039l20.387,0c1.118,0 2.039,-0.92 2.039,-2.039c0,-1.118 -0.92,-2.039 -2.039,-2.039Z' style='fill-rule:nonzero;'/%3E%3C/g%3E%3C/svg%3E") no-repeat right center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.call-us {
  position: relative;
}
.call-us:after {
  position: absolute;
  top: -0.5em;
  right: -2em;
  content: "";
  display: inline-block;
  width: 2em;
  height: 1.5em;
  padding-left: 2em;
  background-color: currentColor;
}

html {
  width: 100%;
  min-height: 100%;
}

body {
  /*background: #DDD url(Vogl/131022_vogl_web_01_Aktuelles_5.png) no-repeat fixed top center;*/
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

table, td, tr, form, label {
  border: 0px;
  margin: 0;
  padding: 0;
}

#wrapper {
  width: 100%;
  max-width: 1080px;
  min-height: calc(100vh - 6.5em);
  margin: 16px auto 0 auto;
}

#footer-wrapper {
  width: 100%;
  max-width: 1080px;
  margin: 16px auto 0 auto;
}

/*@media (min-width: 1080px) {
    #wrapper {
        margin-left: auto;
    }
}*/
/*--  T O P  M E N U I T E M S  --*/
#topnav,
#footernav {
  text-align: right;
  position: relative;
  right: 0px;
}
#topnav ul,
#footernav ul {
  float: right;
  margin-top: 0;
  padding-right: var(--page-horizontal-padding);
  padding-top: 0;
}
#topnav ul li,
#footernav ul li {
  float: left;
  margin: 0 7px;
}

#footernav {
  margin-top: 4em;
}

footer {
  height: 3em;
  background-color: var(--secondary-bg);
  color: #FFF;
}

.logo-container {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr auto;
  gap: 20px;
  padding: 0 0 20px;
}

#logo {
  width: 86vw;
  max-width: clamp(310px, 55vw, 330px);
  padding-left: var(--page-horizontal-padding);
  margin-left: -2px;
}
#logo img {
  width: 100%;
}

/*--  M A I N  N A V I G A T I O N   A N D   B A N D E R O L E  --*/
.nav-container {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  background-color: var(--main-nav-bg);
  gap: 1em;
}

#mainnav {
  border: 0;
  background-color: transparent;
  max-width: 100%;
}
#mainnav ul {
  grid-area: mainnav;
  padding: 0;
  margin: 0;
}

.subnav {
  position: relative;
  z-index: 3;
  background-color: transparent;
  max-width: 100%;
}
.subnav ul {
  margin: 0;
}

@media screen and (max-width: 63.9375em) {
  .nav-container {
    padding: 0.5em var(--page-horizontal-padding) 0.5em var(--page-horizontal-padding-left);
  }
  #mainnav {
    display: flex;
    align-items: center;
  }
  #mainnav li {
    margin-right: 1ch;
    line-height: 1em;
  }
  #mainnav li:not(:has(.active)) {
    display: none;
  }
  .subnav {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  :root {
    --left-space-width: 8vw;
    --left-logo-bar-width: 155px;
  }
  .nav-container {
    display: block;
    margin-left: 0;
  }
  #mainnav ul,
  .subnav ul {
    padding: 4px 10px 6px;
    display: flex;
    flex-wrap: wrap;
  }
  #mainnav ul li,
  .subnav ul li {
    margin: 0 10px 0 10px;
  }
  #mainnav ul {
    padding-left: 28px;
  }
  .subnav {
    position: absolute;
    margin-left: var(--left-logo-bar-width);
    width: calc 100%-var(--left-logo-bar-width);
    background-color: var(--main-nav-bg);
  }
  .sub-item-current,
  .topic-current {
    display: none;
  }
}
@media print, screen and (min-width: 65.875em) {
  #mainnav ul {
    padding-left: 86px;
  }
}
#banderole {
  /* background-color: hsla(0,0%,0%,0.7); */
  position: relative;
  height: var(--banderole-height);
  margin: 0;
  padding: 0;
  width: 100%;
}

.banderole-bg {
  width: 100%;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.banderole-bg iframe {
  width: 100%;
  height: 100%;
}

@media print, screen and (min-width: 67.5em) {
  #banderole:before {
    content: "";
    background-color: var(--secondary-bg);
    position: absolute;
    left: calc((100vw - 1080px) / -2);
    width: 100vw;
    height: 100%;
    z-index: -1;
  }
}
/*--  S I D E B A R   L E F T   --*/
body:not(.inline-sidebar) .sidebar-container {
  display: block;
  transform: translateY(-30px);
  z-index: 10;
}
body:not(.inline-sidebar) .sidebar-header {
  background-color: var(--sidebar-bg);
  min-height: 18px;
  line-height: 18px;
  width: 100%;
  position: relative;
  padding: 6px 20px;
}
body:not(.inline-sidebar) .sidebar {
  z-index: 100;
  width: 100%;
  padding: 14px 20px 24px;
}
.sidebar-kontakt {
  padding: 14px 20px 24px;
}

.topic-toggle {
  display: none;
}

.sidebar-container {
  background-color: var(--main-nav-bg);
}

@media screen and (max-width: 59.9375em) {
  .topic-toggle {
    display: block;
  }
  body:not(.inline-sidebar) .sidebar-container {
    display: none;
  }
  body:not(.inline-sidebar) .sidebar-container.is-visible {
    display: block;
  }
  .tpl-home .sidebar-container {
    position: absolute;
    width: 100%;
    background-color: transparent;
  }
  .tpl-home .sidebar-header {
    visibility: hidden;
    background: none;
    background-color: transparent;
  }
  .sidebar-home {
    position: absolute;
    margin-left: 0;
    padding: 30px var(--page-horizontal-padding) 40px var(--page-horizontal-padding-left) !important;
    transform: translateY(calc(var(--banderole-height) * -1));
    background-color: var(--sidebar-bg);
    min-height: var(--banderole-height);
  }
  .sidebar-header-kontakt {
    height: 0.5em;
  }
  .inline-sidebar .sidebar-container {
    display: block;
    font-size: var(--content-font-size);
    line-height: 1.5em;
  }
  .inline-sidebar .sidebar {
    padding-left: var(--page-horizontal-padding-left);
    padding-right: var(--page-horizontal-padding);
  }
}
/* --  C O N T E N T  -- */
#content {
  font-size: var(--content-font-size);
  position: relative;
  margin-top: 30px;
  width: 100%;
  max-width: 800px;
  padding: 0 var(--page-horizontal-padding) 0 var(--page-horizontal-padding-left);
}

.siblings-nav {
  margin-top: 3em;
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 1.5em;
}

.grid-item {
  border-top: 1px solid var(--color-border-grey);
  padding-top: 1em;
}
.grid-item.centered {
  text-align: center;
}

/* --  F O R M S  --*/
label {
  font-size: 14px;
  color: #666;
}

.label {
  width: 140px;
  vertical-align: top;
}

input, textarea {
  width: 404px;
  height: 22px;
  border: 1px solid #999;
  color: #009;
  font-family: Times;
  font-style: italic;
  font-size: 14px;
  margin-right: 10px;
  margin-bottom: 6px;
  padding: 3px;
}

textarea {
  height: 120px;
}

#absenden, #reset {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #666;
  font-size: 12px;
  background-color: #eee;
  width: 80px;
  border: 1px solid #666;
  border-radius: 3px;
}

#absenden:hover, #reset:hover {
  background-color: #ddd;
}

#sitemap li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#content .mtop {
  margin-top: 2em;
}

.note {
  margin-top: 2em;
  border-left: 3px solid #fb0;
  padding: 0 0 0 12px;
}

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

.height-x {
  margin-bottom: 3em;
}

.gfxwrap {
  display: flex;
  justify-content: space-between;
}

.gfxlink {
  max-width: 40%;
  margin-left: 2em;
}

img {
  max-width: 100%;
  height: auto;
}

.gfxfloatright {
  float: right;
  margin-left: 2em;
}

.sticker {
  position: absolute;
  top: -120px;
  left: 70px;
  width: 364px;
  z-index: 10;
  padding: 5px 8px 7px;
}

@media print, screen and (min-width: 60em) {
  .sidebar-container {
    position: absolute;
    display: block;
    width: var(--sidebar-width);
    background-color: var(--main-nav-bg);
    margin-left: var(--page-horizontal-padding);
  }
  #content {
    padding-left: calc(2 * var(--page-horizontal-padding) + var(--sidebar-width));
    max-width: 960px;
  }
}
/*! Pushy - v2.0.0 - 2025-04-14
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Chris Yee */
/* Menu Appearance */
.pushy {
  position: fixed;
  width: 300px;
  max-width: 100%;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: #191918;
  overflow: auto;
  -webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */
}
.pushy a {
  display: block;
  color: #b3b3b1;
  padding: 10px 20px 10px 30px;
  text-decoration: none;
}
.pushy button.active,
.pushy a.active {
  color: var(--color-brand);
}
.pushy a:hover,
.pushy a:focus {
  color: #FFF;
}
.pushy ul:first-child {
  margin-top: 10px;
}
.pushy.pushy-left {
  left: 0;
}
.pushy.pushy-right {
  right: 0;
}
.pushy .close-btn {
  margin: 0 20px 0 auto;
}

.pushy-content {
  visibility: hidden;
  padding-top: 50px;
}

/* Menu Movement */
.pushy-left {
  transform: translate3d(-300px, 0, 0);
}

.pushy-open-left .container,
.pushy-open-left .push {
  transform: translate3d(300px, 0, 0);
}

.pushy-right {
  transform: translate3d(300px, 0, 0);
}

.pushy-open-right .container,
.pushy-open-right .push {
  transform: translate3d(-300px, 0, 0);
}

.pushy-open-left .pushy,
.pushy-open-right .pushy {
  transform: translate3d(0, 0, 0);
}
.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
  visibility: visible;
}

/* Menu Transitions */
.container,
.pushy,
.push {
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.pushy-content {
  transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

/* Site Overlay */
.site-overlay {
  display: none;
}

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  animation: fade 500ms;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Submenu Appearance */
.pushy-submenu {
  /* Submenu Buttons */
  /* Submenu Icon */
}
.pushy-submenu > ul {
  padding-left: 15px;
  transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.pushy-submenu > ul li {
  transition: opacity 0.2s ease-in-out;
}
.pushy-submenu a {
  padding-right: 0;
}
.pushy-submenu button {
  width: 100%;
  color: #b3b3b1;
  padding: 10px 20px 10px 30px;
  text-align: left;
  background: transparent;
  border: 0;
}
.pushy-submenu button:hover, .pushy-submenu button:focus {
  color: #FFF;
}
.pushy-submenu:not(.pushy-submenu-with-link) > button:after {
  padding-left: 10px;
}
.pushy-submenu > a,
.pushy-submenu > button {
  position: relative;
}
.pushy-submenu > a::after,
.pushy-submenu > button::after {
  content: "…";
  display: inline-block;
  height: 1em;
}

/* Submenu with separate link and toggle */
.pushy-submenu-with-link {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas: "link toggle" "submenu submenu";
}
.pushy-submenu-with-link > a {
  display: block;
  grid-area: link;
}
.pushy-submenu-with-link > a::after {
  display: none;
}
.pushy-submenu-with-link > ul {
  grid-area: submenu;
}
.pushy-submenu-with-link > .pushy-submenu-toggle {
  grid-area: toggle;
  width: 40px;
  height: auto;
  aspect-ratio: 1/1;
  padding: 10px;
  background: transparent;
  border: 0;
  cursor: pointer;
  color: #b3b3b1;
}
.pushy-submenu-with-link > .pushy-submenu-toggle::after {
  content: "…";
  display: inline-block;
}
.pushy-submenu-with-link > .pushy-submenu-toggle:hover, .pushy-submenu-with-link > .pushy-submenu-toggle:focus {
  color: #FFF;
}

/* Submenu Movement */
.pushy-submenu-closed > ul {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}
.pushy-submenu-closed li {
  opacity: 0;
}

.pushy-submenu-open {
  /* Submenu Icon */
}
.pushy-submenu-open > ul {
  max-height: 1000px;
  visibility: visible;
}
.pushy-submenu-open li {
  opacity: 1;
}
.pushy-submenu-open > a::after,
.pushy-submenu-open > button::after {
  color: #FFF;
}
.pushy-submenu-open.pushy-submenu-with-link > .pushy-submenu-toggle::after {
  color: #FFF;
}

.close-btn,
.menu-btn.hh-top {
  -webkit-appearance: none;
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
}
.close-btn .txt,
.menu-btn.hh-top .txt {
  align-self: center;
  display: inline-block;
  margin-left: 1em;
  padding: 0;
  cursor: pointer;
}
@media screen and (max-width: 42.4375em) {
  .close-btn .txt,
  .menu-btn.hh-top .txt {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}

.icon-hh b {
  background-color: #FFF;
}

/* nav-icon-2 */
.icon-hh {
  position: relative;
  width: 24px;
  height: 18px;
  cursor: pointer;
  align-self: center;
  flex-shrink: 0;
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
}
.icon-hh b {
  border-radius: 1px;
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  height: 3px;
  display: block;
}
.icon-hh b {
  width: 100%;
  transform: translateY(0);
}
.icon-hh b:nth-child(2) {
  opacity: 1;
}
button:not(.open):not(.close-btn):hover .icon-hh b:nth-child(1) {
  transform: translateY(-50%);
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}
button:not(.open):not(.close-btn):hover .icon-hh b:nth-child(2) {
  transition: 0.4s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}
button:not(.open):not(.close-btn):hover .icon-hh b:nth-child(3) {
  transform: translateY(50%);
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}
.pushy-open-right .icon-hh b:nth-child(1) {
  width: get-hypotenuse(18px, 18px);
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  transform: translateY(7.5px) rotate(45deg);
  transition-delay: 50ms;
  transform-origin: center;
}
.pushy-open-right .icon-hh b:nth-child(2) {
  opacity: 0;
  width: 0px;
  transition: 0.8s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}
.pushy-open-right .icon-hh b:nth-child(3) {
  width: get-hypotenuse(18px, 18px);
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  transform: translateY(-7.5px) rotate(-45deg);
  transition-delay: 100ms;
  transform-origin: center;
}

.tpl-home .back-home {
  display: none;
}

details summary {
  cursor: pointer;
  color: var(--color-brand);
  font-size: var(--small-text);
  margin-left: 30px;
  outline: none;
  list-style: none;
}
details summary:hover {
  color: #fff;
}
details summary::marker {
  display: none;
}
details summary::-webkit-details-marker {
  /* Hides marker on Safari */
  display: none;
}

details[open] summary {
  color: #fff;
}

.tpl-home .pushy-content details {
  display: none;
}

.pushy-panel {
  color: #FFF;
}
.pushy-panel dl {
  margin-left: 30px;
}
.pushy-panel dl a {
  padding-left: 15px;
}
.pushy-panel dt {
  font-size: var(--small-text);
  color: var(--color-brand);
}
.pushy-panel dd + dt {
  margin-top: 0.5em;
}

.pushy-nav {
  margin-top: 0;
}

@media print, screen and (min-width: 64em) {
  .menu-btn.hh-top {
    display: none;
  }
}
