@font-face {
  font-family: "Montserrat";
  font-weight: 300;
  src: url(/assets/fonts/Montserrat-Light.woff);
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  outline: none;
  padding: 0;
}
html {
  height: 100%;
}
body {
  min-height: 100%;
  min-width: 320px;
  overflow-x: hidden;
  padding: 90px 0 50px;
  -webkit-text-size-adjust: none;
}
a {
  text-decoration: none;
}
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;
}
select {
  font-family: "Montserrat", Arial, sans-serif;
}
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;
}
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.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.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.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.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;
}
#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 > #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;*/
  text-transform: uppercase;
}
#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: 240px 240px;
  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-position: -63px -170px;
}
#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;
}
#error {
  margin-bottom: 4em;
  margin-top: 4em;
}
body > footer {
  bottom: 0;
  color: #fff;
  font-size: 0.92em;
  left: 0;
  padding-bottom: 5px;
  padding-top: 5px;
  position: fixed;
  width: 100%;
  z-index: 665;
}
body > footer a {
  color: #fff;
  text-decoration: none;
}
body > footer > .contentContainer > div:first-child {
  float: left;
}
body > footer > .contentContainer > div:first-child > img {
  display: block;
  height: auto;
  max-width: 328px;
  width: 100%;
}
body > footer > .contentContainer > div:last-child {
  float: right;
  padding-top: 13px;
}
#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: 200px 200px;
  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: 200px 200px;
  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: 240px 240px;
  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: 240px 240px;
  display: inline-block;
  height: 31px;
  margin-right: 0.5em;
  width: 31px;
}
#footerNav #footerNavSocialMedia > #footerNavSocialMediaFacebook {
  background-position: 0 -139px;
}
#footerNav #footerNavSocialMedia > #footerNavSocialMediaInstagram {
  background-position: -62px -139px;
}
#footerNav #footerNavSocialMedia > #footerNavSocialMediaTwitter {
  background-position: -31px -139px;
}
body > footer,
body > header {
  background: linear-gradient(-2deg, #9e252a, #e21f27);
}
body > header {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  height: 90px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 665;
}
body > header > .contentContainer > a {
  float: left;
}
body > header > .contentContainer > a > img {
  display: block;
}
body > header > .contentContainer > nav {
  float: right;
  margin-top: 29px;
}
body > header > .contentContainer > nav > ul > li {
  float: left;
  list-style: none;
  margin-right: 32px;
  position: relative;
}
body > header > .contentContainer > nav > ul > li:last-child {
  margin-right: 0 !important;
}
body > header > .contentContainer > nav > ul > li > a {
  display: block;
  height: 32px;
  width: 32px;
}
body > header > .contentContainer > nav > ul > li#navHome > a {
  background-position: 0 0;
}
body > header > .contentContainer > nav > ul > li#navMenuIcon > a {
  background-position: -96px 0;
}
body > header > .contentContainer > nav > ul > li#navMenuIcon > a.active {
  background-position: -128px 0;
}
body > header > .contentContainer > nav > ul > li#navSearch > a {
  background-position: -64px 0;
}
body > header > .contentContainer > nav > ul > li#navIntranet > a {
  background-position: -32px 0;
}
body > 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;
  width: 200px;
}
body
  > header
  > .contentContainer
  > nav
  > ul
  > li#navSearch
  > #navSearchInputClose {
  color: #888;
  cursor: pointer;
  display: none;
  position: absolute;
  right: 10px;
  top: 6px;
}
body > header > .contentContainer > nav > ul > li#navSearch.active > a {
  visibility: hidden;
}
body
  > header
  > .contentContainer
  > nav
  > ul
  > li#navSearch.active
  > #navSearchInput,
body
  > header
  > .contentContainer
  > nav
  > ul
  > li#navSearch.active
  > #navSearchInputClose {
  display: inline-block;
}
body > nav#navMenu {
  background-color: #d6d4d5;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  display: none;
  position: fixed;
  right: 0;
  top: 90px;
  width: 100%;
  z-index: 665;
}
body > nav#navMenu > .contentContainer ul {
  list-style: none;
  margin-left: 0;
}
body > nav#navMenu > .contentContainer > ul {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 90px;
  padding: 1em 0;
}
body > nav#navMenu > .contentContainer > ul > li {
  padding: 1em;
}
body > nav#navMenu > .contentContainer > ul > li a {
  color: #4e626a;
  display: block;
  font-weight: 300;
}
body > nav#navMenu > .contentContainer > ul > li a:hover {
  text-decoration: underline;
}
body > nav#navMenu > .contentContainer > ul > li > h6 {
  font-size: 1.5em;
}
body > nav#navMenu > .contentContainer > ul > li > ul {
  margin-top: 1em;
}
/* 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;
}
.sprites {
  background: transparent url(/assets/images/sprites.png) no-repeat;
}
ul.listContent {
  list-style: none;
  margin: 0 -10px 1em;
}
ul.listContent > li {
  float: left;
  width: 25%;
}
ul.listContent.listPresseaussendungen > li {
  width: 33.333%;
}
ul.listContent > li > a {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  color: #37474f !important;
  display: block;
  height: 330px;
  margin: 10px;
  position: relative;
}
ul.listContent > li > a > .content {
  padding: 0.6em 0.9em 0;
}
ul.listContent > li > a > .content > footer > span {
  color: #5e7e8c;
  font-size: 0.9em;
  font-weight: 300;
  line-height: 1;
  margin-right: 2em;
  position: relative;
}
ul.listContent > li > a > .content > footer > span.share {
  padding-right: 20px;
}
ul.listContent > li > a > .content > footer > span.share > span {
  background-position: -18px -48px;
  background-size: 200px 200px;
  display: inline-block;
  height: 16px;
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
}
ul.listContent > li > a > .content > .dotdotdot {
  height: 36px;
  overflow: hidden;
}
ul.listContent > li > a > .content > h3 {
  color: #ff1313 !important;
  font-size: 1.2em !important;
  height: 33px !important;
  line-height: 1;
  margin: -0.1em 0 0.2em !important;
  overflow: hidden;
}
ul.listContent > li > a > header {
  background-color: #cfd8dc;
  color: #546e7a;
  font-size: 0.92em;
  line-height: 1;
  padding: 0.7em 0 0.8em 0.6em;
}
ul.listContent > li > a > header > .unternehmen {
  color: #fff;
  display: inline-block;
  padding: 0.7em 0.6em 0.8em;
  position: absolute;
  right: 0;
  top: 0;
}
ul.listContent > li > a > .image {
  background: #f6f6f6 no-repeat top center;
  background-size: cover;
  height: 200px;
  position: relative;
}
ul.listContent > li > a > .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: -28px;
  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;
  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;
}
.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-viewport {
  height: 100%;
}
.flexslider .slides img {
  display: block;
  margin: 0 auto;
}
.flexslider .flex-control-nav {
  bottom: 0.5em;
}
.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);
}

/* MODAL COOKIES */
.jquery-modal {
  z-index: 1000 !important;
}
.modal-cookie-general {
  max-width: 800px;
  background-color: rgb(68, 68, 85);
  text-align: center;
}
.modal-cookie-general > h2 {
  color: white !important;
  margin-bottom: 30px !important;
}
.modal-cookie-general > p {
  color: white;
  font-size: 16px;
}
.modal-cookie-general .container-buttons {
  display: flex;
  width: 100%;
}
#modalListCookie .container-buttons > div {
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}
.modal-cookie-general .container-buttons > div > button {
  width: 100%;
}
.btn-red-cookie {
  margin: 20px 0;
  color: #fff !important;
  background-color: #ff1c24 !important;
  border-color: #ff1c24 !important;
  text-transform: uppercase;
  padding: 15px 80px;
  font-weight: 700;
  font-size: 18px !important;
  background-image: none !important;
}
.btn-white-cookie {
  margin: 20px 0;
  color: #ff1c24 !important;
  background-color: #fff !important;
  border-color: #fff !important;
  text-transform: uppercase;
  padding: 15px 80px;
  font-weight: 700;
  font-size: 18px !important;
  background-image: none !important;
}
.modal-cookie-general > .btn-individual-list {
  margin-bottom: 20px;
}
.modal-cookie-general > .btn-individual-list > a {
  padding: 35px 0 25px;
  text-decoration: underline;
  font-weight: 700;
  font-size: 16px !important;
  color: white !important;
  text-decoration: unset !important;
}
.modal-cookie-general > .link-data-protection > a {
  color: white !important;
  font-size: 16px !important;
}
.container-accordion {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: left;
}
.container-accordion .item {
  display: block;
  width: inherit;
  height: 40px;
  line-height: 40px;
  border: 1px solid #000;
  cursor: pointer;
  color: #fff;
  border-color: white;
  margin-top: 15px;
  font-size: 16px;
  padding-left: 10px;
}
.container-accordion .item-data {
  display: none;
  width: inherit;
  height: auto;
  border: 1px solid #ccc;
  color: white;
}
.container-accordion .item-data div:first-child {
  margin: 30px 10px 15px 10px;
}
.container-accordion .item-data .container-checkbox {
  display: flex;
  margin: 0 10px 15px 10px;
}
.container-accordion .item-data .container-checkbox .container-switch {
  margin: 0;
}
.container-accordion .item-data .container-checkbox .title-switch {
  margin-top: 0px;
  margin-left: 5px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-right: 10px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider {
  background-color: #ff1c24;
}
input:focus + .slider {
  box-shadow: 0 0 1px #ff1c24;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
/* JQUERY UI */
.ui-accordion .ui-accordion-header {
  font-size: 1em !important;
  margin-bottom: 0 !important;
}
/*****************/
/* MEDIA QUERIES */
/*****************/
@media only screen and (max-width: 1140px) {
  .contentContainer {
    padding: 0 1em;
  }
}
@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) {
  #breadcrumbs {
    font-size: 1.1em;
    padding: 1.25em 0;
  }
  #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;
  }
}
@media only screen and (max-width: 850px) {
  body > nav#navMenu > .contentContainer > ul {
    display: block;
    min-height: none;
  }
  #stolzAufWienAnmeldung > ul li {
    width: 100%;
    display: inline-block;
  }
}
@media only screen and (max-width: 800px) {
  #stolzAufWienAnmeldung ul {
    column-count: unset !important;
  }
  body {
    padding-bottom: 78px;
  }
  body > nav#navMenu > .contentContainer > ul > li {
    float: none;
    width: auto;
  }
  body > nav#navMenu > .contentContainer > ul > li#navMenuKontakt {
    display: block;
  }
  body > nav#navMenu > .contentContainer > ul > li a {
    margin-bottom: 0;
  }
  body > nav#navMenu > .contentContainer > ul > li > ul {
    display: none;
  }
  #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 > a {
    height: 310px;
  }
  ul.listContent > li > a > .image {
    height: 180px;
  }
}
@media only screen and (max-width: 620px) {
  body {
    padding: 90px 0 72px;
  }
  body
    > header
    > .contentContainer
    > nav
    > ul
    > li#navSearch
    > #navSearchInput {
    position: absolute;
    right: 0;
    top: 0;
  }
  #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;
  }
  body > footer > .contentContainer > div {
    float: none !important;
    padding-bottom: 0.5em;
  }
  body > footer > .contentContainer > div:last-child {
    padding: 0;
  }
}
@media only screen and (max-width: 570px) {
}
@media only screen and (max-width: 480px) {
  body {
    padding-top: 60px;
    -webkit-text-size-adjust: none;
  }
  body > footer a {
    font-size: 0.88em !important;
  }
  body > header {
    height: 60px;
  }
  body > header > .contentContainer > a > img {
    height: 60px;
    width: auto;
  }
  body > header > .contentContainer > nav {
    margin-top: 18px;
  }
  body > header > .contentContainer > nav > ul > li {
    margin-right: 24px;
  }
  body > header > .contentContainer > nav > ul > li#navHome {
    display: none;
  }
  body > header > .contentContainer > nav > ul > li > a {
    background-size: 300px 300px;
    height: 24px;
    width: 24px;
  }
  body > header > .contentContainer > nav > ul > li#navMenuIcon > a {
    background-position: -72px 0;
  }
  body > header > .contentContainer > nav > ul > li#navMenuIcon > a.active {
    background-position: -96px 0;
  }
  body > header > .contentContainer > nav > ul > li#navSearch > a {
    background-position: -48px 0;
  }
  body
    > header
    > .contentContainer
    > nav
    > ul
    > li#navSearch.active
    > #navSearchInput {
    height: 34px;
    top: -5px;
  }
  body
    > header
    > .contentContainer
    > nav
    > ul
    > li#navSearch.active
    > #navSearchInputClose {
    top: 3px;
  }
  body > header > .contentContainer > nav > ul > li#navIntranet > a {
    background-position: -24px 0;
  }
  body
    > header
    > .contentContainer
    > nav
    > ul
    > li#navSearch
    > #navSearchInput {
    width: 130px;
  }
  body > nav#navMenu {
    top: 60px;
  }
  body > nav#navMenu > .contentContainer > ul {
    padding: 0.5em 0;
  }
  body > nav#navMenu > .contentContainer > ul > li {
    padding: 1em 0;
  }
  body > nav#navMenu > .contentContainer > ul > li > h6 {
    font-size: 1.2em;
  }
  #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;
  }
  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;
  }
  .mobileMarginBottom {
    margin-bottom: 1em;
  }
  .mobileHide {
    display: none !important;
  }
  .mobileShow {
    display: block !important;
  }
  ul.listContent {
    margin: 0 0 1em;
  }
  ul.listContent > li {
    float: none;
    width: 100%;
  }
  ul.listContent > li > a {
    font-size: 0.9em;
    height: 290px;
    margin: 0 0 1em;
  }
  ul.listContent > li > a > .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;
  }
}
