@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url(/assets/fonts/Montserrat-Light.woff);
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/Montserrat-Regular.woff);
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url(/assets/fonts/Montserrat-Bold.woff);
  font-display: swap;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
}
body {
  min-height: 100%;
  min-width: 320px;
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
}
a {
  text-decoration: none;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid red;
}
a img {
  border: none;
}
article,
footer,
header,
nav,
section {
  display: block;
}
button,
.button {
  background-color: #fff;
  background-image: linear-gradient(
    bottom,
    rgb(246, 246, 246) 20%,
    rgb(255, 255, 255) 60%
  );
  background-image: -moz-linear-gradient(
    bottom,
    rgb(246, 246, 246) 20%,
    rgb(255, 255, 255) 60%
  );
  background-image: -ms-linear-gradient(
    bottom,
    rgb(246, 246, 246) 20%,
    rgb(255, 255, 255) 60%
  );
  background-image: -o-linear-gradient(
    bottom,
    rgb(246, 246, 246) 20%,
    rgb(255, 255, 255) 60%
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgb(246, 246, 246) 20%,
    rgb(255, 255, 255) 60%
  );
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.2, rgb(246, 246, 246)),
    color-stop(0.6, rgb(255, 255, 255))
  );
  border: 1px solid #eee;
  border-radius: 1em;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  color: #ff1313 !important;
  cursor: pointer;
  display: inline-block;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1em;
  line-height: 1;
  padding: 0.75em 1em !important;
  text-shadow: none;
}
button.gray,
.button.gray {
  color: #555 !important;
}
button.small,
.button.small {
  font-size: 0.9em;
  padding: 0.5em 0.75em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
input[type="email"],
input[type="password"],
input[type="search"],
input[type="text"],
select,
textarea {
  border: 1px solid #999;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1em;
  max-width: 400px;
  padding: 0.2em 0.3em;
  width: 100%;
}
input[type="submit"] {
  background-color: #d6361b;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  min-height: 27px;
  padding: 0.2em 0.3em;
}
ol,
ul {
  margin-left: 16px;
}
p {
  margin-bottom: 1em;
}
strong {
  font-weight: 700;
}
table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  padding: inherit;
  width: 100%;
}
td {
  vertical-align: top;
}
/* MAIN UI */
#breadcrumbs {
  background-color: #f5f6f6;
  font-size: 1.23em;
  padding: 1.6em 0;
}
#breadcrumbs > ul > li {
  display: inline-block;
  list-style: none;
}
#breadcrumbs > ul > li > a {
  color: #ff1313;
  padding-right: 0.3em;
}
#breadcrumbs > ul > li:before {
  color: #667d88;
  content: ">";
  font-weight: 300;
  padding-right: 0.4em;
}
#breadcrumbs > ul > li:first-child:before {
  content: "";
  padding-right: 0;
}
#adventkalender #breadcrumbs {
  position: relative;
  z-index: 10;
}
#content {
  padding-bottom: 1em;
  padding-top: 1em;
}
#content a {
  color: #ff1313;
}
#content > aside {
  float: right;
  padding-left: 1.25em;
  width: 25%;
}
#content > aside > #asideLinks > a,
#homeUnternehmenMapOverlayLinkIcons > a {
  display: inline-block;
  height: 32px;
  margin-right: 0.33em;
  width: 32px;
}
#content > aside > #asideLinks > a:last-child,
#homeUnternehmenMapOverlayLinkIcons > a:last-child {
  margin-right: 0;
}
#content.full > aside {
  display: none !important;
}
a.iconCluster1Facebook {
  background-position: -208px 0;
}
a.iconCluster1Twitter {
  background-position: -240px 0;
}
a.iconCluster1Website {
  background-position: -272px 0;
}
a.iconCluster1Location {
  background-position: -304px 0;
}
a.iconCluster1Instagram {
  background-position: -336px 0;
}
a.iconCluster1TikTok {
  background-position: -368px 0;
}
a.iconCluster1LinkedIn {
  background-position: -400px 0;
}
a.iconCluster2Facebook {
  background-position: -208px -32px;
}
a.iconCluster2Twitter {
  background-position: -240px -32px;
}
a.iconCluster2Website {
  background-position: -272px -32px;
}
a.iconCluster2Location {
  background-position: -304px -32px;
}
a.iconCluster2Instagram {
  background-position: -336px -32px;
}
a.iconCluster2TikTok {
  background-position: -368px -32px;
}
a.iconCluster2LinkedIn {
  background-position: -400px -32px;
}
a.iconCluster3Facebook {
  background-position: -208px -64px;
}
a.iconCluster3Twitter {
  background-position: -240px -64px;
}
a.iconCluster3Website {
  background-position: -272px -64px;
}
a.iconCluster3Location {
  background-position: -304px -64px;
}
a.iconCluster3Instagram {
  background-position: -336px -64px;
}
a.iconCluster3TikTok {
  background-position: -368px -64px;
}
a.iconCluster3LinkedIn {
  background-position: -400px -64px;
}
a.iconCluster4Facebook {
  background-position: -208px -96px;
}
a.iconCluster4Twitter {
  background-position: -240px -96px;
}
a.iconCluster4Website {
  background-position: -272px -96px;
}
a.iconCluster4Location {
  background-position: -304px -96px;
}
a.iconCluster4Instagram {
  background-position: -336px -96px;
}
a.iconCluster4TikTok {
  background-position: -368px -96px;
}
a.iconCluster4LinkedIn {
  background-position: -400px -96px;
}
a.iconCluster5Facebook {
  background-position: -208px -128px;
}
a.iconCluster5Twitter {
  background-position: -240px -128px;
}
a.iconCluster5Website {
  background-position: -272px -128px;
}
a.iconCluster5Location {
  background-position: -304px -128px;
}
a.iconCluster5Instagram {
  background-position: -336px -128px;
}
a.iconCluster5TikTok {
  background-position: -368px -128px;
}
a.iconCluster5LinkedIn {
  background-position: -400px -128px;
}
.tiktok {
  background: transparent url(/assets/images/tiktok.png) no-repeat;
  background-position: center;
  background-size: cover;
  width: 20px;
  height: 20px;
  margin-left: 8px;
}
#content > aside h3 {
  font-size: 1.3em;
  margin-bottom: 0.333em;
}
#content > aside img {
  height: auto;
  max-height: 200px;
  max-width: 100%;
  width: auto;
}
#content > aside > ul {
  list-style: none;
  margin-left: 0;
}
#content > aside > ul > li > a {
  background-color: #d1dade;
  border-bottom: 1px solid #c4cdd1;
  color: #415058;
  display: block;
  font-size: 1.23em;
  font-weight: 300;
  line-height: 1;
  padding: 1em;
}
#content > aside > ul > li:last-child > a {
  border-bottom: none;
}
#content > aside > ul > li > a:hover,
#content > aside > ul > li.active > a {
  background-color: #ff1313;
  color: #fff;
}
#content > #contentMain {
  border-right: 1px solid #cfd8dc;
  float: left;
  font-size: 1.08em;
  line-height: 1.666;
  padding: 1em 1.25em 0 0;
  position: relative;
  width: 75%;
}
#content.full > #contentMain,
#content > #contentMain.full {
  border: none;
  float: none;
  padding-right: 0;
  width: auto;
}
#content > #contentMain a {
  color: #ff1313;
}
#content > #contentMain h1 {
  color: #ff1313;
  font-size: 1.85em;
  line-height: 1;
  margin-bottom: 0.75em;
  padding-right: 155px;
}
#content > #contentMain h3 {
  color: #000;
  font-size: 1.25em;
  margin-bottom: 1em;
}
#content > #contentMain h6 {
  color: #ff1313;
  font-size: 1em;
}
#content > #contentMain img {
  height: auto;
  max-width: 100%;
}
#content > #contentMain .contentTools {
  list-style: none;
  margin-left: 0;
  position: absolute;
  right: 1.25em;
  top: 0.9em;
}
#content > #contentMain.hasHeader .contentTools {
  top: 4em;
}
.contentTools > li {
  display: inline-block;
}
.contentTools > li > a {
  background-size: 360px 360px;
  display: block;
  height: 31px;
  margin-right: 8px;
  width: 31px;
}
#content .contentTools > li > a.contentToolsMail {
  margin-right: 0;
}
#content .contentTools > li > a.contentToolsPrint {
  margin-right: 5px;
}
a.contentToolsFacebook {
  background-position: -32px -170px;
}
a.contentToolsMail {
  background-position: -96px -170px;
}
a.contentToolsPrint {
  background-position: 0 -170px;
}
a.contentToolsTwitter {
  background: transparent url("/assets/images/twitter_cubic.svg") no-repeat !important;
  background-position: 0px !important;
  width: 31px !important;
  height: 31px !important;
}
a.contentToolsLinkedin {
  background: transparent url("/assets/images/linkedin_cubic.png") no-repeat !important;
  background-position: 0px !important;
  width: 31px !important;
  height: 31px !important;
}
#contentBottom {
  font-size: 1.08em;
  padding-bottom: 3em;
  padding-top: 3em;
}
#contentBottom > a {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  color: #ff1313;
  display: block;
  float: left;
  height: 135px;
  margin-right: 1.5em;
  max-width: 218px;
  overflow: hidden;
  position: relative;
  width: 19.2%;
}
#contentBottom > a > div {
  line-height: 1;
  padding: 1.4em 0.5em 0 0.75em;
}
#contentBottom > a > img {
  display: block;
}
#contentBottom > div {
  color: #546e7a;
  display: inline-block;
  float: left;
  font-size: 0.93em;
  height: 135px;
  margin-left: 1em;
  width: 34%;
}
#contentBottom > div > form {
  height: 40px;
  position: relative;
}
#contentBottom > div > form > button {
  background-color: #ff1313 !important;
  background-image: none;
  border: none;
  border-radius: 0;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow: none;
  color: #fff !important;
  font-size: 1em;
  height: 38px;
  line-height: 1;
  padding: 0 1.2em;
  position: absolute;
  right: 1px;
  top: 1px;
}
#contentBottom > div > form > button:hover {
  background-color: #ff1313;
}
#contentBottom > div > form > input {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 20px;
  height: 40px;
  line-height: 1;
  max-width: none;
  padding: 0 1.2em;
  width: 100%;
}
#contentBottom > div > h6 {
  color: #ff1313;
  font-size: 1.08em;
  margin-bottom: 0.25em;
}
#contentBottom > div > h6,
#contentBottom > div > p {
  padding-left: 2px;
}
.contentContainer {
  margin: 0 auto;
  max-width: 1140px;
  position: relative;
}
#contentImage {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  margin: 0 auto;
  max-width: 1140px;
}
#contentImage > img {
  display: none;
}
#contentImageSmall {
  float: right;
  margin: 0 0 0.5em 1em;
  max-width: 180px;
}
.bannerImage {
  width: 100%;
  height: auto;
}
.startpageLogo {
  height: 65px;
  width: auto;
  margin-top: 12px;
}
#error {
  margin-bottom: 4em;
  margin-top: 4em;
}
#footer {
  background-color: #ff1313;
  color: #fff;
  font-size: 0.92em;
  width: 100%;
}
#footer a {
  color: #fff;
  text-decoration: none;
}
#footer a:focus-visible,
#footerNav a:focus-visible,
#header a:focus-visible {
  outline: 2px solid #fff;
}
#footer > .contentContainer > div:first-child {
  float: left;
}
#footer > .contentContainer > div:first-child > img {
  display: block;
  height: auto;
  max-width: 328px;
  width: 100%;
}
#footer > .contentContainer > div:last-child {
  float: right;
  padding: 13px 0;
}
#footerNav {
  background: rgb(202, 13, 13);
  background: linear-gradient(
    to bottom,
    rgba(202, 13, 13, 1) 0%,
    rgba(188, 12, 12, 1) 100%
  );
  background: -moz-linear-gradient(
    top,
    rgba(202, 13, 13, 1) 0%,
    rgba(188, 12, 12, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(202, 13, 13, 1) 0%,
    rgba(188, 12, 12, 1) 100%
  );
  padding: 1em 0;
  position: relative;
}
#footerNav > .contentContainer > img {
  display: block;
  height: auto;
  margin: 0 auto 1.5em;
  width: 236px;
}
#footerNav > .contentContainer > nav > ul > li {
  color: #fff;
  float: left;
  font-weight: 300;
  list-style: none;
  width: 20%;
}
#footerNav > .contentContainer > nav > ul > li > h6 {
  font-size: 1.15em;
  font-weight: 700;
  margin-bottom: 1em;
  text-transform: uppercase;
}
#footerNav > .contentContainer > nav > ul > li > h6 > a {
  color: #fff;
}
#footerNav > .contentContainer > nav > ul > li > ul {
  list-style: none;
  margin: 0 16px 0 0;
}
#footerNav > .contentContainer > nav > ul > li > ul > li > a {
  color: #fff;
  display: block;
  margin-bottom: 0.75em;
  padding-left: 14px;
  position: relative;
}
#footerNav > .contentContainer > nav > ul > li > ul > li > a:before {
  background: transparent url(/assets/images/sprites.png) no-repeat -3px -31px;
  background-size: 300px 300px;
  content: "";
  display: inline-block;
  height: 18px;
  left: 0;
  position: absolute;
  top: 0;
  width: 18px;
}
#footerNav > .contentContainer > nav > ul > li > ul > li > a:before {
  background: transparent url(/assets/images/sprites.png) no-repeat -3px -31px;
  background-size: 300px 300px;
  content: "";
  display: inline-block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 0;
  width: 13px;
}
#footerNav #footerNavFax > *,
#footerNav #footerNavMail > *,
#footerNav #footerNavPhone > * {
  color: #fff;
  display: block;
  margin-bottom: 0.66em;
  padding-left: 25px;
  position: relative;
}
#footerNav #footerNavFax > *:before,
#footerNav #footerNavMail > *:before,
#footerNav #footerNavPhone > *:before {
  background: transparent url(/assets/images/sprites.png) no-repeat;
  background-size: 360px 360px;
  content: "";
  display: inline-block;
  height: 19px;
  left: 0;
  position: absolute;
  top: 0;
  width: 19px;
}
#footerNav #footerNavFax > *:before {
  background-position: -39px -38px;
}
#footerNav #footerNavMail > *:before {
  background-position: -58px -38px;
}
#footerNav #footerNavPhone > *:before {
  background-position: -20px -38px;
}
#footerNav #footerNavSocialMedia {
  margin-top: 1.25em;
}
#footerNav #footerNavSocialMedia > a {
  background-size: 360px 360px;
  display: inline-block;
  height: 31px;
  margin-right: 0.5em;
  width: 31px;
}
#footerNavSocialMediaLinkedIn,
#footerNavSocialMediaTwitter {
  background-size: 31px !important;
  height: 31px;
  width: 31px;
}
#footerNav #footerNavSocialMedia > #footerNavSocialMediaFacebook {
  background-position: 0 -139px;
}
#footerNav #footerNavSocialMedia > #footerNavSocialMediaInstagram {
  background-position: -62px -139px;
}
#footerNav #footerNavSocialMedia > #footerNavSocialMediaTikTok {
  background: transparent url(/assets/images/tiktok.png) no-repeat;
  background-position: center;
  background-size: cover;
  width: 30px;
  height: 30px;
}

#header {
  background-color: #ff1c24;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  height: 90px;
  position: relative;
  width: 100%;
  z-index: 1;
}
#header > .contentContainer > a {
  float: left;
}
#header > .contentContainer > a > img {
  display: block;
}
#header > .contentContainer > nav {
  float: right;
  margin-top: 29px;
}
#header > .contentContainer > nav > ul > li {
  float: left;
  list-style: none;
  margin-right: 32px;
  position: relative;
}
#header > .contentContainer > nav > ul > li:last-child {
  margin-right: 0 !important;
}
#header > .contentContainer > nav > ul > li > a {
  display: block;
  height: 32px;
  width: 32px;
}
#header > .contentContainer > nav > ul > li#navHome > a {
  background-position: 0 0;
}
#header > .contentContainer > nav > ul > li#navMenuIcon > a {
  background-position: -96px 0;
}
#header > .contentContainer > nav > ul > li#navMenuIcon > a.active {
  background-position: -128px 0;
}
#header > .contentContainer > nav > ul > li#navSearch > a {
  background-position: -64px 0;
}
#header > .contentContainer > nav > ul > li#navIntranet > a {
  background-position: -32px 0;
}
#header > .contentContainer > nav > ul > li#navSearch > #navSearchInput {
  background-color: #fff;
  border: none;
  border-radius: 15px;
  display: none;
  height: 30px;
  line-height: 1;
  padding: 0 1em;
  position: absolute;
  right: 0;
  width: 200px;
}
#header > .contentContainer > nav > ul > li#navSearch > #navSearchInputClose {
  color: #888;
  cursor: pointer;
  display: none;
  position: absolute;
  right: 10px;
  top: 6px;
}
#header > .contentContainer > nav > ul > li#navSearch.active {
  width: 200px;
}
#header > .contentContainer > nav > ul > li#navSearch.active > a {
  visibility: hidden;
}
#header > .contentContainer > nav > ul > li#navSearch.active > #navSearchInput,
#header
  > .contentContainer
  > nav
  > ul
  > li#navSearch.active
  > #navSearchInputClose {
  display: inline-block;
}
#navMenu {
  background-color: #bd0c0c;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  display: none;
  position: absolute;
  right: 0;
  top: 118px;
  width: 100%;
  z-index: 665;
}
#navMenu > .contentContainer ul {
  list-style: none;
  margin-left: 0;
}
#navMenu > .contentContainer > ul {
  display: flex;
  justify-content: space-between;
  padding: 1em 0;
}
#navMenu > .contentContainer > ul > li {
  padding: 1em;
}
#navMenu > .contentContainer > ul > li a {
  color: #fff;
  display: block;
  font-weight: 300;
  margin-bottom: 1em;
}
#navMenu > .contentContainer > ul > li a:hover {
  text-decoration: underline;
}
#navMenu > .contentContainer > ul > li > h6 {
  font-size: 1.4em;
}
#topBar {
  background-color: #3f4e57;
  color: #fff;
  font-size: 0.8em;
  font-weight: 300;
  height: 28px;
  position: relative;
  z-index: 1;
}
#topBar a {
  color: #fff;
}
#topBar > div {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  line-height: 28px;
}
#topBar > div > div:last-child {
  display: -webkit-flex;
  display: flex;
  padding: 3px 0;
}
#topBar > div > div:last-child > a:first-child {
  line-height: 22px;
}
#topBar > div > div:last-child > a.sprites {
  background-size: 240px 240px;
  display: inline-block;
  height: 20px;
  margin-left: 8px;
  width: 20px;
}
#topBar > div > div:last-child > a.sprites.facebook {
  background-position: 0 -93px;
}
#topBar > div > div:last-child > a.sprites.instagram {
  background-position: -42px -93px;
}
#topBar > div > div:last-child > a.topBar_linkedin {
  background: transparent url(/assets/images/linkedin.png) no-repeat;
}
#topBar > div > div:last-child > a.topBar_twitter {
  background: transparent url(/assets/images/twitter.png) no-repeat;
}
#topBar > div > div:last-child > a.topBar_linkedin,
#topBar > div > div:last-child > a.topBar_twitter {
  background-size: 20px;
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

#topBar2 {
  background-color: #3f4e57;
  color: #fff;
  font-size: 0.8em;
  font-weight: 300;
  height: 28px;
  position: relative;
  z-index: 1;
}
#topBar2 a {
  color: #fff;
}
#topBar2 > div {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  line-height: 28px;
  text-align: center;
  width: 100%;
}

/* MISC UI */
.accordion .image180 {
  color: #666;
  font-size: 0.8em;
  margin-top: 0;
  overflow: hidden;
  width: 140px;
}
.accordionFotos.ui-accordion .ui-accordion-content {
  padding: 1em;
}
form > ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
form > ul > li {
  -webkit-display: flex;
  display: flex;
  margin-bottom: 1em;
}
form > ul > li > input[type="email"],
form > ul > li > input[type="text"] {
  flex: 1;
}
form > ul > li > label {
  width: 125px;
}
form > ul > li > select {
  padding: 3px 6px 3px 3px;
}
form > ul > li.inline {
  -webkit-display: block;
  display: block;
}
form > ul > li.required > label:after {
  color: #ff1c24;
  content: "*";
  padding-left: 5px;
}
.frameVideo {
  width: 100%;
}
.iconZoom {
  background-image: url(/assets/images/icons/Zoom.png);
  bottom: -4px;
  display: block;
  height: 30px;
  position: absolute;
  right: -5px;
  width: 30px;
}
.image180 {
  color: #999 !important;
  float: left;
  font-size: 0.8em;
  margin: 0.75em 1.25em 0.75em 0;
  width: 180px;
}
.posAbsFull {
  bottom: 0 !important;
  left: 0 !important;
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
}
.sprites {
  background: transparent url(/assets/images/sprites.png) no-repeat;
}
.sm_twitter {
  background: transparent url(/assets/images/twitter.png) no-repeat;
}
.sm_linkedin {
  background: transparent url(/assets/images/linkedin.png) no-repeat;
}
ul.listContent {
  list-style: none;
  margin: 0 -10px 1em;
}
ul.listContent > li {
  float: left;
  width: 25%;
}
ul.listContent.listPresseaussendungen > li,
ul.listContent.maxItems3 > li {
  width: 33.333%;
}
ul.listContent > li > * {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  color: #37474f !important;
  display: block;
  height: 334px;
  margin: 10px;
  position: relative;
}
ul.listContent > li > * > .content {
  padding: 0.6em 0.9em 0;
}
ul.listContent > li > * > .content > footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
ul.listContent > li > * > .content > footer > a {
  color: #5e7e8c !important;
  font-size: 0.9em;
  font-weight: 300;
  position: relative;
}
ul.listContent > li > * > .content > footer > *:last-child {
  margin-right: 0;
}
ul.listContent > li > * > .content > footer > .icon {
  padding-right: 20px;
}
ul.listContent > li > * > .content > footer > .icon > span {
  background-size: 300px 300px;
  display: inline-block;
  height: 16px;
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
}
ul.listContent > li > * > .content > footer > .download > span {
  background-position: -32px -48px;
}
ul.listContent > li > * > .content > footer > .share > span {
  background-position: -16px -48px;
}
ul.listContent > li > * > .content > .dotdotdot {
  height: 34px;
  line-height: 1.1;
  overflow: hidden;
}
ul.listContent > li > * > .content > h3 {
  color: #ff1313 !important;
  font-size: 1.2em !important;
  height: 37px !important;
  margin: -0.2em 0 0.2em !important;
  padding-top: 2px;
  overflow: hidden;
}
ul.listContent > li > * > header {
  background-color: #cfd8dc;
  color: #546e7a;
  font-size: 0.92em;
  line-height: 1;
  padding: 0.7em 0 0.8em 0.6em;
}
ul.listContent > li > * > header > .unternehmen {
  color: #fff !important;
  display: inline-block;
  padding: 0.7em 0.6em 0.8em;
  position: absolute;
  right: 0;
  top: 0;
}
ul.listContent > li > * > .image {
  background: #f6f6f6 no-repeat top center;
  background-size: cover;
  display: block;
  height: 200px;
  position: relative;
}
ul.listContent > li > * > .image > span.sprites,
ul.listVideos > li > a > .image > span.sprites,
.videoPreview > span.sprites {
  background-position: -156px -232px;
  display: inline-block;
  height: 52px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  top: 50%;
  width: 52px;
}
ul.listContent > li > .listContentShare {
  background-color: #fff;
  bottom: -32px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.33);
  height: 42px;
  left: 75px;
  list-style: none;
  margin-left: 0;
  padding: 5px;
  position: absolute;
  top: unset !important;
  z-index: 666;
}
ul.listContent > li > .listContentShare > li:last-child > a {
  margin-right: 0;
}
ul.listImages > li .image {
  background-position: center center;
  background-size: cover;
  height: 120px;
}
ul.treeview {
  margin-bottom: 1.5em;
}
.videoPreview {
  display: block;
  position: relative;
}
/* MISC ELEMENTS */
.bold {
  font-weight: bold !important;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearRight {
  clear: right;
}
.container16-9 {
  height: 0;
  margin-bottom: 1em;
  padding-bottom: 56.25%;
  position: relative;
}
.container16-9 > * {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.displayBlock {
  display: block !important;
}
.displayNone {
  display: none !important;
}
.floatLeft {
  float: left !important;
}
.floatRight {
  float: right !important;
}
.fontSize08em {
  font-size: 0.8em !important;
}
.fontSize09em {
  font-size: 0.9em !important;
}
.fontSize1em {
  font-size: 1em !important;
}
.fontSize11em {
  font-size: 1.1em !important;
}
.fontSize12em {
  font-size: 1.2em !important;
}
.fontSize15em {
  font-size: 1.5em !important;
}
.fontSize175em {
  font-size: 1.75em !important;
}
.fontSize2em {
  font-size: 2em !important;
}
.fontWeight700 {
  font-weight: 700 !important;
}
.hidden {
  height: 0;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.light {
  font-weight: 300;
}
.listStyleNone {
  list-style: none;
}
.margin0 {
  margin: 0 !important;
}
.marginBottom {
  margin-bottom: 1em !important;
}
.marginBottom025em {
  margin-bottom: 0.25em !important;
}
.marginBottom05em {
  margin-bottom: 0.5em !important;
}
.marginBottom15em {
  margin-bottom: 1.5em !important;
}
.marginBottom2em {
  margin-bottom: 2em !important;
}
.marginLeft {
  margin-left: 1em !important;
}
.marginLeft05em {
  margin-left: 0.5em !important;
}
.marginLeft15em {
  margin-left: 1.5em !important;
}
.marginRight {
  margin-right: 1em !important;
}
.marginRight05em {
  margin-right: 0.5em !important;
}
.marginRight15em {
  margin-right: 1.5em !important;
}
.marginTop {
  margin-top: 1em !important;
}
.marginTop15em {
  margin-top: 1.5em !important;
}
.marginTop2em {
  margin-top: 2em !important;
}
.mobileShow {
  display: none !important;
}
.opacity0 {
  opacity: 0;
}
.opacity03 {
  opacity: 0.3;
}
.opacity05 {
  opacity: 0.5;
}
.opacity08 {
  opacity: 0.8;
}
.padding {
  padding: 1em;
}
.padding0 {
  padding: 0 !important;
}
.paddingTop {
  padding-top: 1em !important;
}
.paddingTop05em {
  padding-top: 0.5em !important;
}
.positionRelative {
  position: relative !important;
}
.round {
  border-radius: 50%;
}
.small {
  color: #888;
  font-size: 0.8em;
}
.textAlignCenter {
  text-align: center;
}
.textAlignRight {
  text-align: right;
}
.upperCase {
  text-transform: uppercase;
}
.visibilityHidden {
  visibility: hidden !important;
}
.width100 {
  height: auto;
  width: 100%;
}
/* COLORS */
.black {
  color: #000 !important;
}
.cluster0BG {
  background-color: #e3000f !important;
}
.cluster1BG {
  background-color: #f39100 !important;
}
.cluster1,
.cluster1Links a {
  color: #f39100 !important;
}
.cluster2BG {
  background-color: #951b79 !important;
}
.cluster2,
.cluster2Links a {
  color: #951b79 !important;
}
.cluster3BG {
  background-color: #64a2bd !important;
}
.cluster3,
.cluster3Links a {
  color: #64a2bd !important;
}
.cluster4BG {
  background-color: #76b828 !important;
}
.cluster4,
.cluster4Links a {
  color: #76b828 !important;
}
.cluster5BG {
  background-color: #ffcc00 !important;
}
.cluster5,
.cluster5Links a {
  color: #ffcc00 !important;
}
.colorDefault {
  color: #37474f !important;
}
.red {
  color: #ff1313 !important;
}
.white {
  color: #fff !important;
}
/* FLEXSLIDER */
.flexslider {
  border: none;
  margin: 0;
}
.flexslider .flex-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 730px;
  width: 100%;
  max-width: 1380px;
  height: fit-content;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 10;
}
.flexslider .flex-viewport {
  overflow-x: hidden !important;
}
.flexslider .slides img {
  display: block;
  margin: 0 auto;
}
.flexslider .slides video {
  object-fit: fill;
  width: 100%;
  height: 100%;
  max-width: 1380px;
  max-height: 730px;
}
.flexslider .flex-control-nav {
  bottom: 2em;
}
.flexslider .flex-control-paging li a {
  background-color: rgba(255, 255, 255, 0.66);
}
.flexslider .flex-control-paging li a.flex-active {
  background-color: rgba(255, 255, 255, 1);
}
/* JQUERY UI */
.ui-accordion .ui-accordion-header {
  font-size: 1em !important;
  margin-bottom: 0 !important;
}

/* Berufsbilder + 50 Jahre WH + video-grid   */
.berufsbilder-titel {
  color: #ff1313;
  padding: 15px 0 20px 0;
}
.intro-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.666;
}
.berufsbilder-text {
  font-size: 16px;
  margin-bottom: 40px;
}
.wh-text {
  font-size: 16px;
}
.wh-strong {
  font-size: 1.08em;
  line-height: 1.666;
}
#videosThemenInitial,
#videosThemenInitial2 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  justify-content: left;
  margin-top: 30px;
  gap: 8px;
}
.whVideosThemenInitial {
  gap: 16px !important;
  justify-content: left !important;
  padding-bottom: 4em;
}
#videosThemenInitial .card-item,
#videosThemenInitial2 .card-item {
  background-color: transparent;
  border: none;
  border-radius: 0 !important;
  max-width: 32%;
  padding: 0 !important;
  text-align: left;
  width: 100%;
}
#videosThemenInitial .position-play,
#videosThemenInitial2 .position-play {
  width: 220px;
  height: 124px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.whVideosThemenInitial .position-play {
  width: 260px !important;
}
#videosThemenInitial .card-title,
#videosThemenInitial2 .card-title {
  display: block;
  width: 100%;
  color: #fff;
  padding: 9px 0px 7px 10px;
  font: normal normal 300 10px/12px Montserrat;
}
#videosThemenInitial .text-card,
#videosThemenInitial2 .text-card {
  color: #37474f;
  padding: 15px 10px;
  background-color: #d1dade;
  font: normal normal 300 16px/23px Montserrat;
  height: 100%;
  min-height: 78px;
  word-wrap: normal;
}
#videosThemenInitial .play-icon,
#videosThemenInitial2 .play-icon {
  width: 42px;
  height: 42px;
}
.p30 {
  margin-top: 30px;
}
.modal-background {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.modal-content {
  background-color: #fff;
  width: 80%;
  max-width: 480px;
  margin: 0 auto;
  padding: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  text-align: right;
}
.responsive-iframe-container {
  position: relative;
  padding-bottom: calc(15 / 8.5 * 100%);
}
.responsive-iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#modalContent .close {
  position: absolute;
  text-shadow: none !important;
  float: right;
  font-size: 50px;
  padding: 0 !important;
  box-shadow: none !important;
  background: #fff !important;
  border-radius: 0 !important;
  line-height: 0 !important;
  font-weight: 500 !important;
  border: none !important;
  outline: none !important;
  margin-left: 5px;
  margin-top: -5px;
  width: 40px;
  height: 40px;
}
#listMore {
  background-color: #fff;
  background-image: none;
  border-radius: none;
  border: none;
  box-shadow: none;
}
#listMore > strong {
  font-size: 14px;
}
#more {
  display: none;
}
#showMoreButton {
  border: none !important;
  background-color: transparent;
  box-shadow: none;
  background: none;
  background-image: none;
  margin-top: 30px;
}

/* 50 Jahre Landingpage */
.wh-breadcrumbs > ul {
  max-width: 1380px;
  margin: 0 auto;
}
.wh-content {
  width: 100% !important;
  max-width: 1380px !important;
  padding-top: 0 !important;
  padding-bottom: 50px !important;
}
.wh-flex {
  width: 100%;
}
.wh-flex > .row {
  display: flex;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 1px;
  gap: 2px;
}
.wh-flex > .row > .item > a > img {
  width: 100%;
  height: auto;
  display: block;
}
.wh-news > .button {
  border-radius: 10px;
  border: 1px solid #ff1c24;
  margin-top: 30px;
  background: #fff;
  width: 100%;
  text-align: center;
  font-size: 40px;
  padding: 15px 0 !important;
  box-shadow: none;
}
.wh-news > .button:hover {
  color: #fff !important;
  background: #ff1c24;
}

/* Tag der offenen Tür */
body#tag-der-offenen-tuer {
  overflow-x: hidden;
}
.wh-banner {
  width: 100%;
  height: 100%;
  max-height: 669px;
  padding-bottom: 50px;
}
#countdown {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  gap: 20px;
  text-align: center;
  padding-bottom: 50px;
}
#countdown > .count {
  border: 0.5px solid #455a64;
  border-radius: 5px;
  box-shadow: 0px 5px 7px #0000004d;
  width: 95px;
  height: 85px;
  padding: 7px;
}
#days,
#hours,
#minutes,
#seconds {
  color: #ff1c24;
  font-size: 40px;
  line-height: 49px;
  font-weight: 500;
}
#countdown > .count > span {
  color: #455a64;
  font-size: 12px;
  line-height: 15px;
  font-weight: 300;
}
#tag-der-offenen-tuer * h1,
#tag-der-offenen-tuer * h2 {
  font-size: 30px;
  text-align: center;
  padding-bottom: 50px;
  font-weight: 400;
  text-transform: uppercase;
}
#tag-der-offenen-tuer * h2 {
  padding-top: 34px;
}
.tdot-text {
  margin-bottom: 1em;
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
}
.shuttleBus .tdot-text {
  margin: 1em 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
}
.tdot-ref {
  margin-bottom: 1em;
  font-size: 30px;
  line-height: 36px;
  text-decoration: underline;
}
.newsletter-conatinter {
  display: flex;
  gap: 10px;
  align-items: end;
}
.newsletter-conatinter > .abo-text {
  flex: 1 1 60%;
}
.newsletter-conatinter > .abo-text > h3 {
  font-weight: 600;
  margin-bottom: 0.5em !important;
}
.newsletter-conatinter > .abo-text > h3:nth-child(2) {
  margin-bottom: 0 !important;
  color: #ff1c24;
}
.newsletter-conatinter > .wh-news {
  flex: 1 1 40%;
}
.newsletter-conatinter > .wh-news .button {
  margin-top: 0;
  font-weight: 500;
}

/* Tag der offenen Tür programs */
.programContainer {
  margin-bottom: 4em;
  overflow-y: hidden;
  width: 100%;
  max-width: 1330px;
  margin: 0 2em;
  overflow-x: auto;
  position: relative;
  z-index: 999;
}
#programButtons {
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
}
#programButtons .button {
  border: none;
  outline: none;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 0;
  box-shadow: none;
  background-image: none !important;
  font-size: 15px;
  line-height: 19px;
}
#programButtons .all {
  border: 1px solid #ff1c24 !important;
}
#programButtons .all:hover,
#programButtons .all:active {
  background: #ff1c24;
  color: #fff !important;
}
#programButtons .imm {
  background-color: #f39100 !important;
  color: #fff !important;
}
#programButtons .imm:hover,
#programButtons .imm:active {
  background-color: #e28700 !important;
  color: #fff !important;
}
#programButtons .kul {
  background-color: #951b79 !important;
  color: #fff !important;
}
#programButtons .kul:hover,
#programButtons .kul:active {
  background-color: #6c1358 !important;
  color: #fff !important;
}
#programButtons .log {
  background-color: #64a2bd !important;
  color: #fff !important;
}
#programButtons .log:hover,
#programButtons .log:active {
  background-color: #497589 !important;
  color: #fff !important;
}
#programButtons .dig {
  background-color: #ffcc00 !important;
  color: #fff !important;
}
#programButtons .dig:hover,
#programButtons .dig:active {
  background-color: #d2a800 !important;
  color: #fff !important;
}
.scrollButtons {
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  width: 108% !important;
  top: 50%;
  position: sticky;
  position: -webkit-sticky;
  margin-left: -4em;
  z-index: 998;
}
.scrollButtons button {
  background: transparent;
  border: none;
  box-shadow: none;
}
.scrollButtons button img {
  width: auto;
  height: 35px;
  padding: 0;
  margin: 0;
}
.timebarContainer {
  display: flex;
  color: #ff1c24;
  font-size: 14px;
  font-weight: 600;
  padding: 30px 0;
  width: 2905px;
}
.timebarContainer .datum {
  width: 194.5px;
}
.timebarContainer .timebarTimes {
  display: flex;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.filterCategory {
  width: 100%;
  margin-bottom: 20px;
  display: none;
}
.timeTableContainer {
  position: relative;
  width: 3200px;
}
.timeTableContainer .show {
  display: flex;
}
.hourLocation {
  display: flex;
  position: absolute;
  margin-top: -15px;
  left: 0;
  width: 2685.5px;
  height: 115%;
  left: 200px;
  z-index: 1;
  opacity: 0.2;
  transition: height 0.3s ease;
}
.hourLocation div {
  border-right: 1px solid #000;
  width: 170px;
  background: transparent;
}
.localContainer {
  display: flex;
  flex-direction: column;
  width: 216px;
  min-width: 191px;
  height: auto;
  min-height: 70px;
  background: #f6f6f6;
  margin: 0;
  padding: 8px;
  box-shadow: 10px 5px 10px #00000029;
  position: -webkit-sticky !important;
  position: sticky !important;
  left: 0 !important;
  top: 0 !important;
  float: left;
  z-index: 999;
}
.filterCategory.immobilien.show .localContainer {
  border-right: 5px solid #f39100;
}
.filterCategory.kultur.show .localContainer {
  border-right: 5px solid #951b79;
}
.filterCategory.logistik.show .localContainer {
  border-right: 5px solid #64a2bd;
}
.filterCategory.digital.show .localContainer {
  border-right: 5px solid #ffcc00;
}
.localContainer p {
  font-size: 13px;
  color: #2c3235;
  font-weight: 600;
  flex-grow: 1;
  margin-bottom: 0 !important;
}
.localContainer a {
  color: #ff1c24;
  font-weight: 600;
  text-align: right;
  font-size: 12px;
}
.infoBox {
  background: #ff1313;
  padding: 15px;
  height: 45px;
  color: #fff;
  font-weight: bold;
}
.infoBox p {
  margin-bottom: 0;
  padding-left: 10px;
  left: 0 !important;
  position: sticky !important;
  float: left;
  z-index: 999;
}
.filterCategory .programList {
  display: flex;
  width: 100%;
}
.filterCategory .programList.programListGrid {
  display: inline-grid;
  gap: 5px;
}
.filterCategory.immobilien.show .programList {
  background: rgb(243, 145, 0);
  background: linear-gradient(
    90deg,
    rgba(243, 145, 0, 0.5) 0%,
    rgba(243, 145, 0, 0) 100%
  );
}
.filterCategory.kultur.show .programList {
  background: rgb(149, 27, 121);
  background: linear-gradient(
    90deg,
    rgba(149, 27, 121, 0.5) 0%,
    rgba(149, 27, 121, 0) 100%
  );
}
.filterCategory.logistik.show .programList {
  background: rgb(100, 162, 189);
  background: linear-gradient(
    90deg,
    rgba(100, 162, 189, 0.5) 0%,
    rgba(100, 162, 189, 0) 100%
  );
}
.filterCategory.digital.show .programList {
  background: rgb(255, 204, 0);
  background: linear-gradient(
    90deg,
    rgba(255, 204, 0, 0.5) 0%,
    rgba(255, 204, 0, 0) 100%
  );
}
.programList .programFlex {
  display: flex;
}
.programStart {
  box-shadow: 10px 5px 10px #00000029;
  background: #fff;
  padding: 5px;
  display: flex;
  flex-direction: column;
}
.programStart p {
  margin-bottom: 0;
  font-weight: 600;
  word-break: break-word;
}
.programStart span {
  font-size: 12px;
  padding-bottom: 10px;
}
.programStart.category0 {
  width: 210px;
}
.programStart.category0-2 {
  width: 110px;
}
.programStart.category1 {
  width: 334px;
}
.programStart.category1-2 {
  width: 570px;
}
.programStart.category2 {
  width: 502px;
}
.programStart.category3 {
  width: 384px;
}
.programStart.category4 {
  width: 82.5px;
}
.programStart.category5 {
  width: 124px;
}
.programStart.category5-2 {
  width: 133px;
}
.programStart.category6 {
  width: 90px;
}
.programStart.category7 {
  width: 85px;
}
.programStart.category8 {
  width: 166px;
}
.programStart.category8-2 {
  width: 164px;
}
.programStart.category8-3 {
  width: 166.8px;
}
.programStart.category9 {
  width: 250px;
}
.programStart.category10 {
  width: 1341px;
}
.programStart.category11 {
  width: 1676px;
}
.programStart.category11-2 {
  width: 1595px;
}
.programStart.category12 {
  width: 425px;
}
.programStart.category13 {
  width: 244px;
}
.programStart.category14 {
  width: 754px;
}
.programPause {
  background: transparent;
}
.filterCategory * .ticket {
  background-image: url(/assets/images/50-jahre/ticket_orange.png);
  background-position: center left;
  background-repeat: no-repeat;
  width: auto;
  height: 20px;
  text-align: left;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.1s ease;
  padding: 1px 0 0 31px;
  color: black !important;
}
.filterCategory.immobilien * .ticket {
  background-image: url(/assets/images/50-jahre/ticket_orange.png);
}
.filterCategory.kultur * .ticket {
  background-image: url(/assets/images/50-jahre/ticket_purple.png);
}
.filterCategory.logistik * .ticket {
  background-image: url(/assets/images/50-jahre/ticket_blue.png);
}
.filterCategory.digital * .ticket {
  background-image: url(/assets/images/50-jahre/ticket_yellow.png);
}
.filterCategory * .ticket a {
  color: black !important;
  padding-left: 30px;
}
.filterCategory,
.programList,
.programStart,
.programPause {
  position: relative;
  z-index: 2;
}

/*  Presseaussendungen grid  */
.downloadsFlex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  margin-top: 0px;
  justify-content: left;
  margin-top: 30px;
  gap: 8px;
}
.downloadsFlex a {
  max-width: 320px;
}
.small.copyright,
.small.copyright > span {
  text-align: right;
  word-break: break-word;
  padding-right: 5px;
  color: #888 !important;
  font-size: 13px !important;
  font-family: "Montserrat" !important;
  font-weight: 400;
}

/*****************/
/* MEDIA QUERIES */
/*****************/
@media only screen and (max-width: 1465px) {
  .scrollButtons {
    width: 104% !important;
    margin-left: -2em;
  }
  .programContainer {
    max-width: 95%;
    margin: 0 2.5em;
  }
}
@media only screen and (max-width: 1380px) {
  .main {
    padding: 0 1em;
  }
  #tag-der-offenen-tuer * #breadcrumbs {
    padding: 1.25em 1em;
  }
  #programButtons {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
    max-width: 800px;
  }
}
@media only screen and (max-width: 1220px) {
  .wh-news > .button {
    font-size: 35px;
  }
  .tdot-text,
  .tdot-ref,
  .shuttleBus .tdot-text {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1200px) {
  .programContainer {
    max-width: 92%;
  }
}
@media only screen and (max-width: 1140px) {
  .contentContainer {
    padding: 0 1em;
  }
  .wh-news > .button {
    font-size: 30px;
  }
  .tdot-text,
  .tdot-ref,
  .shuttleBus .tdot-text {
    font-size: 25px;
    line-height: 30px;
  }
  #tag-der-offenen-tuer * h1,
  #tag-der-offenen-tuer * h2 {
    padding-bottom: 35px;
  }
  #tag-der-offenen-tuer * h2 {
    padding-top: 19px;
  }
}
@media only screen and (max-width: 1100px) {
  ul.listContent > li {
    width: 33.333%;
  }
  ul.listContent.listPresseaussendungen > li {
    width: 50%;
  }
}
@media only screen and (max-width: 1000px) {
  .timebarContainer {
    font-size: 12px;
    width: 2855px;
  }
  .timebarContainer .datum {
    width: 135px;
  }
  .hourLocation {
    left: 147px;
  }
  .localContainer {
    width: 150px;
    min-width: 150px;
  }
}
@media only screen and (max-width: 1000px) {
  #breadcrumbs {
    font-size: 1.1em;
    padding: 1.25em 0px;
  }
  #contentBottom > a {
    width: 29%;
  }
  #contentBottom > div {
    clear: left;
    float: none;
    height: auto;
    margin: 1.5em 0 0 0;
    width: auto;
  }
  #footerNav > .contentContainer > nav > ul {
    margin-left: 4px;
  }
  #footerNav > .contentContainer > nav > ul > li {
    float: none;
    width: auto;
  }
  #footerNav > .contentContainer > nav > ul > li > ul {
    display: none;
  }
  #navMenu > .contentContainer > ul {
    display: block;
  }
  #navMenu > .contentContainer > ul > li#navMenuKontakt {
    display: block;
  }
  #navMenu > .contentContainer > ul > li a {
    margin-bottom: 0;
  }
  #navMenu > .contentContainer > ul > li a:hover {
    text-decoration: none;
  }
  #navMenu > .contentContainer > ul > li > h6 > a {
    display: flex;
    justify-content: space-between;
  }
  #navMenu > .contentContainer > ul > li > h6 > a > span {
    font-size: 1.333em;
    margin-top: -0.2em;
    padding: 0 0.5em;
  }
  #navMenu > .contentContainer > ul > li.open > h6 > a > span {
    margin-top: -0.075em;
    transform: rotate(180deg);
  }
  #navMenu > .contentContainer > ul > li > ul {
    display: none;
  }
  #navMenu > .contentContainer > ul > li.open > ul {
    display: block;
    padding-top: 0.5em;
  }
  #navMenu > .contentContainer > ul > li > ul > li > a {
    padding: 0.75em 0;
  }
  #navMenu > .contentContainer > ul > li > ul > li > a:before {
    content: "- ";
  }
  .scrollButtons {
    width: 106.25% !important;
  }
  .programContainer {
    max-width: 92% !important;
  }
}
@media only screen and (max-width: 930px) {
  .newsletter-conatinter {
    display: block;
  }
  .newsletter-conatinter > .wh-news {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 850px) {
  #stolzAufWienAnmeldung > ul li {
    width: 100%;
    display: inline-block;
  }
}
@media only screen and (max-width: 800px) {
  #stolzAufWienAnmeldung ul {
    column-count: unset !important;
  }
  #content > aside {
    float: none;
    padding-left: 0;
    width: auto;
  }
  #content > #contentMain {
    border-right: none;
    float: none;
    line-height: 1.5;
    width: auto;
  }
  #contentImage {
    height: 300px;
  }
  ul.listContent > li {
    width: 50%;
  }
  ul.listContent > li:nth-child(n + 7) {
    display: none;
  }
  ul.listContent.listPresseaussendungen > li {
    width: 100%;
  }
  #homeNewsList > li:nth-child(n + 7),
  #listNews > li:nth-child(n + 7) {
    display: block;
  }
  ul.listContent > li > * {
    height: 310px;
  }
  ul.listContent > li > * > .image {
    height: 180px;
  }
  .wh-news > .button {
    font-size: 25px;
  }
  .tdot-text,
  .tdot-ref,
  .shuttleBus .tdot-text {
    font-size: 20px;
    line-height: 25px;
  }
  #programButtons {
    flex-direction: column;
    gap: 10px;
    max-width: 100%;
    width: 100%;
  }
  .programContainer {
    max-width: 89% !important;
  }
}
@media only screen and (max-width: 665px) {
  .programContainer {
    max-width: 86% !important;
  }
}
@media only screen and (max-width: 620px) {
  #breadcrumbs {
    display: none;
  }
  #content > #contentMain .contentTools {
    margin: 0 0 0.8em -3px;
    position: static;
  }
  #content > #contentMain .contentTools > li > a.contentToolsPrint {
    display: none;
  }
  #content > #contentMain h1 {
    padding-right: 0;
  }
  #contentBottom > a {
    float: none;
    margin: 0 auto 1.5em;
    width: auto;
  }
  #contentBottom > div {
    margin-top: 0;
  }
  #contentImageSmall {
    float: none;
    margin: 0 0 1em;
    max-width: none;
  }
  #footer > .contentContainer > div {
    float: none !important;
    padding-bottom: 0.5em;
  }
  #header > .contentContainer > nav > ul > li#navSearch > #navSearchInput {
    position: absolute;
    right: 0;
    top: 0;
  }
  .wh-flex > .row {
    display: block;
    padding: 0;
  }
  .wh-flex > .row .item {
    padding: 2px 0;
  }
  .wh-news > .button {
    font-size: 20px;
  }
  #days,
  #hours,
  #minutes,
  #seconds {
    font-size: 35px;
    line-height: 45px;
  }
  #countdown > .count {
    width: 85px;
    height: 75px;
  }
  .tdot-text,
  .tdot-ref,
  .shuttleBus .tdot-text {
    font-size: 17px;
    line-height: 22px;
  }
  #tag-der-offenen-tuer * h2 {
    padding-top: 14px;
  }
  #tag-der-offenen-tuer * h1,
  #tag-der-offenen-tuer * h2 {
    padding-bottom: 30px;
  }
  .scrollButtons {
    width: 110.25% !important;
    margin-left: -2.5em;
  }
}

@media only screen and (max-width: 550px) {
  .scrollButtons {
    display: none;
  }
  .programContainer {
    max-width: 100% !important;
    margin: 0;
  }
}

@media only screen and (max-width: 520px) {
  #topBar {
    display: none;
  }
  #topBar2 {
    display: block !important;
  }
  .startpageLogo {
    height: 50px;
    margin-top: 20px;
  }
  #videosThemenInitial .card-item,
  #videosThemenInitial2 .card-item,
  #videosThemenInitial * .position-play,
  #videosThemenInitial2 * .position-play,
  #videosThemenInitial * .text-card,
  #videosThemenInitial2 * .text-card {
    width: 100%;
    min-width: 100%;
  }
  .timebarContainer {
    width: 2835px;
  }
  .timebarContainer .datum {
    width: 116px;
  }
  .hourLocation {
    left: 130px;
  }
  .localContainer {
    width: 133px;
    min-width: 133px;
  }
}

@media only screen and (max-width: 480px) {
  body {
    -webkit-text-size-adjust: none;
  }
  #content > #contentMain {
    padding: 0;
  }
  #content > #contentMain h1 {
    font-size: 1.4em;
  }
  #content > #contentMain h3 {
    font-size: 1.15em;
  }
  #content > #contentMain > #contentMainContent table td {
    display: block;
    padding: 0 0 1em;
    width: auto !important;
  }
  #content > #contentMain > #contentMainContent table td:empty {
    padding: 0 !important;
  }
  #content > #contentMain > #contentMainContent table td img {
    height: auto !important;
    width: 100% !important;
  }
  #contentBottom > div > form > button {
    padding: 0 1em;
  }
  #contentBottom > div > form > input {
    padding: 0 1em;
  }
  .contentContainer {
    padding: 0 10px;
  }
  #contentImage {
    height: 200px;
  }
  .flexslider .flex-control-nav {
    bottom: 0.333em;
  }
  .flexslider .flex-control-paging li a {
    height: 8px;
    width: 8px;
  }
  #footer a {
    font-size: 0.88em !important;
  }
  form > ul > li {
    -webkit-display: block;
    display: block;
    margin-bottom: 0.75em;
  }
  form > ul > li > label {
    display: block;
    margin-bottom: 0.25em;
    width: 100%;
  }
  #footerNav > .contentContainer > img {
    margin: 0 0 1em;
    width: 180px;
  }
  #header {
    height: 60px;
  }
  #header > .contentContainer > a > img {
    width: 112px;
    height: 60px;
  }
  #header > .contentContainer > nav {
    margin-top: 18px;
  }
  #header > .contentContainer > nav > ul > li {
    margin-right: 24px;
  }
  #header > .contentContainer > nav > ul > li#navHome {
    display: none;
  }
  #header > .contentContainer > nav > ul > li > a {
    background-size: 450px;
    height: 24px;
    width: 24px;
  }
  #header > .contentContainer > nav > ul > li#navMenuIcon > a {
    background-position: -72px 0;
  }
  #header > .contentContainer > nav > ul > li#navMenuIcon > a.active {
    background-position: -96px 0;
  }
  #header > .contentContainer > nav > ul > li#navSearch.active {
    width: auto;
  }
  #header > .contentContainer > nav > ul > li#navSearch > a {
    background-position: -48px 0;
  }
  #header > .contentContainer > nav > ul > li#navSearch.active {
    width: auto;
  }
  #header
    > .contentContainer
    > nav
    > ul
    > li#navSearch.active
    > #navSearchInput {
    height: 34px;
    top: -5px;
  }
  #header
    > .contentContainer
    > nav
    > ul
    > li#navSearch.active
    > #navSearchInputClose {
    top: 3px;
  }
  #header > .contentContainer > nav > ul > li#navIntranet > a {
    background-position: -24px 0;
  }
  #header > .contentContainer > nav > ul > li#navSearch > #navSearchInput {
    width: 130px;
  }
  .mobileMarginBottom {
    margin-bottom: 1em;
  }
  .mobileHide {
    display: none !important;
  }
  .mobileShow {
    display: block !important;
  }
  #navMenu {
    top: 60px;
  }
  #navMenu > .contentContainer > ul {
    padding: 0.5em 0;
  }
  #navMenu > .contentContainer > ul > li {
    padding: 1em 0;
  }
  #navMenu > .contentContainer > ul > li > h6 {
    font-size: 1.2em;
  }
  ul.listContent {
    margin: 0 0 1em;
  }
  ul.listContent > li {
    float: none;
    width: 100%;
  }
  ul.listContent > li > * {
    font-size: 0.9em;
    height: 290px;
    margin: 0 0 1em;
  }
  ul.listContent > li > * > .image {
    height: 160px;
  }
  ul.listContent > li > .listContentShare {
    bottom: -24px;
    left: 52px;
  }
  #stolzAufWienAnmeldung ul li {
    display: block !important;
  }
  #stolzAufWienAnmeldung li.list-subfields ul {
    margin-left: 0px !important;
  }
  .startpageLogo {
    height: 40px !important;
    width: auto !important;
    margin-top: 10px;
  }
  .wh-news > .button {
    font-size: 16px;
  }
  .wh-banner {
    padding-bottom: 30px;
  }
  #countdown {
    gap: 5px;
  }
  #countdown > .count {
    height: 80px;
  }
  #countdown > .count {
    padding: 5px;
  }
  #tag-der-offenen-tuer * h1,
  #tag-der-offenen-tuer * h2 {
    font-size: 25px;
  }
  .scrollButtons {
    width: 107.5% !important;
    margin-left: -16px;
  }
}
@media only screen and (max-width: 400px) {
  .scrollButtons {
    width: 108.5% !important;
  }
}
