/* (c) EIKONA AG, it.x informationssysteme gmbh, Alle Rechte vorbehalten. */
/* Basisdefinitionen */
* {
  font-family: Arial, Helvetica, sans-serif;
  padding: 0px;
  margin: 0px;
}
body {
  padding: 0px 10px;
  font-size: 13px;
  line-height: 19px;
  font-weight: normal;
  color: #828282;
}
a:link {
  color: #828282;
  text-decoration: none;
}
.content a:link {
  text-decoration: underline;
}
a:visited {
  color: #828282;
  text-decoration: none;
}
.content a:visited {
  text-decoration: underline;
}
a:hover {
  color: #828282;
  text-decoration: underline;
}
a:active {
  color: #828282;
  text-decoration: none;
}
h1 {
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 19px;
  color: #D7001F;
}
h2 {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
}
h3 {
  font-weight: bold;
  font-size: 13px;
}
b {
  font-weight: bold;
}
strong {
  font-weight: bold;
}
i {
  font-style: italic;
}
img {
  border: none;
}
ul {
  list-style: none;
}
ol {
  list-style: none;
}
.absatz ul,
.langtext ul,
.news-eintrag .text ul {
  margin-bottom: 20px;
}
.absatz ul li,
.langtext ul li,
.news-eintrag .text ul li {
  padding: 0px 0px 0px 15px;
  background: url(../pics/layout/hyperstone/bullet.png) 0px 7px no-repeat;
}
/* Aufteilung */
.page {
  max-width: 940px;
  margin: 0px auto;
  border-top: 6px solid #E0282F;
}
@media only screen and (max-width: 768px) {
  .page {
    max-width: 100%;
    width: 100%;
  }
}
.meta-gruppe {
  float: right;
  white-space: nowrap;
}
.header {
  position: relative;
  margin-bottom: -4px;
}
.header .logo {
  margin: 37px 0px 19px 0px;
}
@media only screen and (max-width: 768px) {
  .header {
    min-height: 75px;
  }
  .header .logo {
    min-width: 150px;
    width: 35%;
    margin: 10px 0px 0px 30px;
  }
}
.intro {
  overflow: hidden;
}
.intro:empty {
  display: none;
  margin-bottom: 0px;
}
.two-columns .column-left {
  width: 480px;
  float: left;
}
.two-columns .column-right {
  width: 460px;
  padding-right: 40px;
  float: right;
}
@media only screen and (max-width: 768px) {
  .two-columns .column-left {
    width: auto;
  }
  .two-columns .column-right {
    width: auto;
  }
}
.content {
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .content {
    overflow: hidden;
    padding: 0px 30px 0px 30px;
  }
}
.content-inside {
  width: 980px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .content-inside {
    width: auto;
  }
}
.call2action {
  overflow: hidden;
  padding: 15px 0px 0px 0px;
}
.call2action .spalte-links {
  float: left;
  width: 460px;
  margin: 0px 20px 15px 0px;
}
.call2action .spalte-rechts {
  float: left;
  width: 460px;
  margin: 0px 0px 15px 0px;
}
@media only screen and (max-width: 768px) {
  .call2action {
    padding: 0px 30px 0px 30px;
  }
}
.footer-content {
  width: 900px;
  overflow: hidden;
  padding: 16px 0px 0px 0px;
}
@media only screen and (max-width: 768px) {
  .footer-content {
    width: 100%;
  }
}
.footer-content-inside {
  width: 960px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .footer-content-inside {
    width: auto;
  }
}
.footer {
  overflow: hidden;
  padding: 37px 20px 34px 0px;
  background-color: #F3F3F3;
  border-top: 6px solid #E3E3E3;
}
.footer .claim {
  float: right;
}
.footer .linkedin {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../pics/layout/hyperstone/linkedin.png) 0px 0px no-repeat;
}
.footer .linkedin:hover {
  background: url(../pics/layout/hyperstone/linkedin.png) 0px -24px no-repeat;
}
@media only screen and (max-width: 768px) {
  .footer {
    padding: 20px 20px 20px 20px;
    border-top: none;
  }
}
/* Formulare */
form label {
  display: block;
}
form .form-text {
  width: 438px;
  padding: 5px 10px 5px 10px;
  border: 1px solid #E7E7E7;
  border-top: 1px solid #999999;
  border-radius: 3px;
  background: #F1F1F1;
  font-size: 11px;
  color: #666666;
}
@media only screen and (max-width: 768px) {
  form .form-text {
    width: 90%;
  }
}
form .form-checkbox {
  float: left;
  margin: 2px 10px 0px 0px;
}
form .form-eingabe-zeile {
  margin: 0px 0px 5px 0px;
}
.fehler {
  margin: 0px 0px 20px 0px;
}
/* Verstecken */
.cycon-wysiwyg {
  display: none;
}
/* Druck-CSS */
@media only print {
  .metanavigation,
  .sprachnavigation,
  .pfadnavigation,
  .formular-suche,
  .call2action,
  .footer {
    display: none;
  }
  .hauptnavigation {
    display: none;
    height: 0;
    overflow: hidden;
  }
  .content,
  .content-inside,
  .intro .absatz,
  .bild {
    overflow: visible;
    width: auto;
    float: none;
  }
  ul {
    list-style-type: square;
    list-style-position: inside;
  }
  li {
    padding: 0;
  }
  .modul-downloadcenter .akkordeon-content,
  .modul-downloadcenter .liste-dateien,
  .modul-downloadcenter .liste-dateien .zeile-datei {
    display: block;
    overflow: visible;
    width: auto;
    float: none;
  }
}
/* (c) EIKONA AG, it.x informationssysteme gmbh, Alle Rechte vorbehalten. */
.bild-main {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  overflow: hidden;
  text-align: right;
  background: url(../pics/layout/hyperstone/bild_main_schatten.png) bottom center no-repeat;
}
.bild-main {
  clear: right;
}
.bild-main .bild {
  width: 100%;
  max-width: 100%;
  display: block;
  margin-right: 0px;
  margin-bottom: 0px;
}
.bild-main .bild img {
  max-width: 100%;
  height: auto;
  display: block;
}
.bild {
  width: 460px;
  float: left;
  padding-top: 4px;
  margin: 0px 20px 20px 0px;
}
.one-column .bild {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .bild,
  .bild img {
    max-width: 100%;
    height: auto;
  }
  .one-column .bild,
  .one-column .bild img {
    max-width: 100%;
    height: auto;
  }
}
.absatz {
  width: 460px;
  float: left;
  margin: 0px 20px 20px 0px;
}
.one-column .absatz {
  width: 940px;
}
.absatz p {
  margin-bottom: 20px;
}
.absatz.einspaltig {
  width: 940px;
}
@media only screen and (max-width: 768px) {
  .one-column .absatz,
  .absatz,
  .absatz.einspaltig {
    width: auto;
  }
}
.absatz.partner img {
  display: block;
  float: left;
  margin-right: 10px;
}
.absatz.partner h2 {
  margin: 0px;
  font-size: 13px;
}
.umbruch {
  width: 100%;
  float: left;
  height: 1px;
}
@media only screen and (max-width: 768px) {
  .umbruch {
    display: none;
  }
}
.download {
  width: 460px;
  float: left;
  margin: 0px 20px 20px 0px;
  font-size: 15px;
  color: #D7001F;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .download {
    width: 100%;
  }
}
.download h2 {
  margin-bottom: 18px;
  font-size: 16px;
  text-transform: uppercase;
}
.download img {
  display: block;
  float: left;
  margin-right: 13px;
}
.download .link {
  margin-bottom: 8px;
}
.download .link span {
  color: #828282;
}
.download .link-mit-bild {
  margin-top: 36px;
}
div.button,
a.button:link,
a.button:visited,
#dialog-close {
  display: inline-block;
  width: 101px;
  height: 22px;
  padding: 4px 0px 0px 0px;
  background: url(../pics/layout/hyperstone/bg_button_101.png) 0px 0px no-repeat !important;
  text-align: center;
  color: #FFFFFF;
  font-size: 11px !important;
  font-weight: bold;
  cursor: pointer;
  border: none !important;
  box-shadow: none;
  border-radius: inherit;
  text-decoration: none;
}
#dialog-close {
  padding: 0px;
}
a.button:hover {
  text-decoration: none;
}
.text-tabelle {
  width: 460px;
  float: left;
  margin: 0px 20px 20px 0px;
}
@media only screen and (max-width: 768px) {
  .text-tabelle {
    width: 100%;
  }
}
.text-tabelle td {
  padding-right: 10px;
  vertical-align: top;
  padding-bottom: 17px;
}
#dialog {
  position: relative;
  width: 100%;
  background: #fff;
  visibility: hidden;
}
#dialog.show {
  visibility: visible;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  -webkit-transition-timing-function: cubic-bezier(0.51, 0.92, 0.33, 0.91);
  -moz-transition-timing-function: cubic-bezier(0.51, 0.92, 0.33, 0.91);
  -ms-transition-timing-function: cubic-bezier(0.51, 0.92, 0.33, 0.91);
  -o-transition-timing-function: cubic-bezier(0.51, 0.92, 0.33, 0.91);
  transition-timing-function: cubic-bezier(0.51, 0.92, 0.33, 0.91);
}
.loading #dialog-content {
  text-align: center;
}
#dialog-content {
  padding: 1rem 1em 3em;
}
#dialog-close {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 26px;
  margin: 0 1rem 1rem;
  background: #e3e3e3;
  border: 1px solid #ccc;
  font-size: 1rem;
  -webkit-box-shadow: inset 0 1px 0 #f1f1f1;
  -moz-box-shadow: inset 0 1px 0 #f1f1f1;
  box-shadow: inset 0 1px 0 #f1f1f1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#dialog-container {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  background: transparent;
}
#dialog-container.show {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABtJREFUeNpiZGBg2MxABGBiIBKMKqSOQoAAAwAtjwDHSk3xyQAAAABJRU5ErkJggg==);
  background: rgba(0, 0, 0, 0.6);
}
a.loading:after {
  content: " Loading";
}
/* Variations using the applyClass setting */
/* Pop: a cheap imitation of the iOS default alert dialog */
@-webkit-keyframes pop-in {
  0% {
    -webkit-transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes pop-out {
  to {
    -webkit-transform: scale(0);
  }
}
@-moz-keyframes pop-in {
  0% {
    -moz-transform: scale(0.5);
  }
  50% {
    -moz-transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-moz-keyframes pop-out {
  to {
    -moz-transform: scale(0);
  }
}
@-ms-keyframes pop-in {
  0% {
    -ms-transform: scale(0.5);
  }
  50% {
    -ms-transform: scale(1.2);
  }
  100% {
    -ms-transform: scale(1);
  }
}
@-ms-keyframes pop-out {
  to {
    -ms-transform: scale(0);
  }
}
@keyframes pop-in {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pop-out {
  to {
    transform: scale(0);
  }
}
.pop #dialog {
  width: 80%;
  margin: 0 auto;
}
.pop #dialog.show {
  -webkit-animation: 0.4s pop-in;
  -moz-animation: 0.4s pop-in;
  -ms-animation: 0.4s pop-in;
  animation: 0.4s pop-in;
}
.pop #dialog.hiding {
  opacity: 0;
  -webkit-animation: 0.2s pop-out;
  -moz-animation: 0.2s pop-out;
  -ms-animation: 0.2s pop-out;
  animation: 0.2s pop-out;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}
/* Flash: classic news flash */
@-webkit-keyframes flash {
  from {
    -webkit-transform: scale(0) rotate(-520deg);
  }
  to {
    -webkit-transform: scale(1) rotate(0deg);
  }
}
@-moz-keyframes flash {
  from {
    -moz-transform: scale(0) rotate(-520deg);
  }
  to {
    -moz-transform: scale(1) rotate(0deg);
  }
}
@-ms-keyframes flash {
  from {
    -ms-transform: scale(0) rotate(-520deg);
  }
  to {
    -ms-transform: scale(1) rotate(0deg);
  }
}
@keyframes flash {
  from {
    transform: scale(0) rotate(-520deg);
  }
  to {
    transform: scale(1) rotate(0deg);
  }
}
.flash #dialog {
  width: 80%;
  margin: 0 auto;
}
.flash #dialog.show {
  -webkit-animation: .8s flash;
  -moz-animation: .8s flash;
  -ms-animation: .8s flash;
  animation: .8s flash;
}
.flash #dialog.hiding {
  opacity: 0;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
/* Swing: 3D swing into view */
@-webkit-keyframes swing-in {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0deg);
  }
}
@-webkit-keyframes swing-out {
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
  }
}
@-moz-keyframes swing-in {
  from {
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
  }
  to {
    -moz-transform: perspective(400px) rotate3d(0deg);
  }
}
@-moz-keyframes swing-out {
  to {
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
  }
}
@-ms-keyframes swing-in {
  from {
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
  }
  to {
    -ms-transform: perspective(400px) rotate3d(0deg);
  }
}
@-ms-keyframes swing-out {
  to {
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
  }
}
@keyframes swing-in {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
  }
  to {
    transform: perspective(400px) rotate3d(0deg);
  }
}
@keyframes swing-out {
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
  }
}
.swing #dialog {
  width: 80%;
  margin: 0 auto;
}
.swing #dialog.show {
  -webkit-animation: 0.8s swing-in;
  -moz-animation: 0.8s swing-in;
  -ms-animation: 0.8s swing-in;
  animation: 0.8s swing-in;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.swing #dialog.hiding {
  opacity: 0;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  -webkit-animation: 0.8s swing-out;
  -moz-animation: 0.8s swing-out;
  -ms-animation: 0.8s swing-out;
  animation: 0.8s swing-out;
}
/* Fade: classic fade into view */
.fade #dialog {
  opacity: 0;
  -webkit-transition-property: opacity;
}
.fade #dialog.show {
  opacity: 1;
}
.fade #dialog.hiding {
  opacity: 0;
}
@media screen and (min-width: 700px) {
  #dialog {
    width: 500px;
    margin: 0 auto;
    border: 0.5em solid rgba(255, 255, 255, 0.1);
    background: transparent;
    -webkit-border-radius: .2em;
    -moz-border-radius: .2em;
    border-radius: .2em;
  }
  #dialog-content {
    padding: 2.4rem 2.4rem 3.4rem;
    background: #fff;
    -webkit-border-radius: .2em;
    -moz-border-radius: .2em;
    border-radius: .2em;
  }
  #dialog-close {
    margin: 0 2.4rem 1.4rem;
  }
  #dialog-container {
    -webkit-transition: background .4s;
    -moz-transition: background .4s;
    -ms-transition: background .4s;
    -o-transition: background .4s;
    transition: background .4s;
  }
}
@media screen and (min-width: 960px) {
  #dialog {
    width: 700px;
  }
  #dialog-close {
    left: auto;
  }
}
@media screen and (min-width: 1200px) {
  #dialog {
    width: 960px;
  }
}
/* (c) EIKONA AG, it.x informationssysteme gmbh, Alle Rechte vorbehalten. */
.ltet-app {
  font-size: 12px;
  min-width: 320px;
}
.ltet-app .content-inside {
  width: auto;
}
.ltet-app h1 {
  margin: 0;
  padding: 20px 65px 19px 0;
}
.ltet-app h1.beta {
  background: url("../pics/layout/hyperstone/ltet_beta.png") right 0 no-repeat;
}
.ltet-app h2 {
  margin-top: 0;
}
.ltet-app .filter {
  width: 100%;
  max-width: 460px;
  float: left;
  margin-bottom: 20px;
}
.ltet-app .filter .zeile {
  margin-bottom: 10px;
}
.ltet-app .filter .zeile input,
.ltet-app .filter .zeile select {
  width: 20%;
  min-width: 90px;
  height: 28px;
  padding: 5px 10px 5px 10px;
  border: 1px solid #E7E7E7;
  border-top-color: #999999;
  border-radius: 3px;
  background: #F1F1F1;
  font-size: 11px;
  color: #666666;
}
.ltet-app .filter .zeile input.ng-invalid,
.ltet-app .filter .zeile select.ng-invalid {
  background: #F2B2B9;
}
.ltet-app .filter .zeile .filter-flash {
  width: 100%;
  max-width: 345px;
}
.ltet-app .filter .zeile label {
  width: 55%;
  min-width: 125px;
  font-weight: normal;
  line-height: 28px;
  display: block;
  float: left;
}
.ltet-app .filter .zeile.zeile-filter-flash {
  margin-bottom: 20px;
}
.ltet-app .comparison-selection {
  width: 100%;
  max-width: 440px;
  float: right;
  clear: right;
  margin: 0 40px 0 0;
}
.ltet-app .comparison-selection h2 {
  width: auto;
}
.ltet-app .comparison-selection h2 label {
  margin-bottom: 0;
}
.ltet-app .comparison-selection select {
  width: auto;
  min-width: 90px;
  height: 28px;
  padding: 5px 10px 5px 10px;
  border: 1px solid #E7E7E7;
  border-top-color: #999999;
  border-radius: 3px;
  background: #F1F1F1;
  font-size: 11px;
  color: #666666;
}
.ltet-app .comparison {
  width: 100%;
  max-width: 440px;
  float: right;
  margin: 20px 40px 0 0;
}
.ltet-app .comparison h2.hymap {
  color: #D7001F;
}
.ltet-app .comparison table {
  width: 100%;
}
.ltet-app .comparison table .headline td {
  background-color: #CCCCCC;
  padding: 3px;
  text-align: center;
  vertical-align: top;
  width: 16%;
}
.ltet-app .comparison table .headline td span {
  font-weight: bold;
}
.ltet-app .comparison table .compare td {
  text-align: center;
}
.ltet-app .comparison table .compare.even td {
  background-color: #EBEBEB;
}
.ltet-app .comparison table .compare.highlight td {
  background-color: #F2B2B9;
}
.ltet-app .comparison table.weighted {
  margin-top: 20px;
}
.ltet-app .comparison table.weighted td {
  padding: 3px;
  background-color: #D6D6D6;
  text-align: center;
  width: 16%;
  font-style: italic;
}
.ltet-app .flash {
  width: 346px;
  float: left;
  clear: left;
  margin: 40px 0 80px;
}
.ltet-app .flash .inner {
  width: 100%;
  max-width: 346px;
  border-radius: 3px;
  background: #F3F3F3;
  border-top-color: #E7E7E7;
  padding: 5px 10px 5px 10px;
  overflow: hidden;
}
.ltet-app .flash .inner .text {
  float: left;
  width: 50%;
  height: 28px;
  line-height: 28px;
  text-align: right;
  box-sizing: border-box;
  padding-right: 7px;
  font-weight: bold;
}
.ltet-app .flash .inner .text .nicht-verfuegbar {
  color: #999999;
}
.ltet-app .flash .inner .wert {
  float: left;
  width: 50%;
  height: 28px;
  line-height: 28px;
  box-sizing: border-box;
  padding-left: 7px;
}
@media only screen and (max-width: 960px) {
  .ltet-app .comparison-selection,
  .ltet-app .comparison {
    float: left;
    clear: left;
  }
  .ltet-app .comparison-selection {
    margin-right: 0;
  }
  .ltet-app .comparison {
    margin-right: 0;
  }
}
@media only screen and (max-width: 520px) {
  .ltet-app .filter .zeile input,
  .ltet-app .filter .zeile select {
    width: 50%;
  }
  .ltet-app .filter .zeile label {
    width: 100%;
  }
  .ltet-app .flash {
    width: 100%;
  }
}
/* (c) EIKONA AG, it.x informationssysteme gmbh, Alle Rechte vorbehalten. */
/* 
Hinweise:
.MODUL .KOMMANDO TAG
*/
/* cy:con Portaleditor */
.cycon-portaleditor {
  margin: 0px;
  padding: 1px;
  border-width: 0px;
}
.cycon-portaleditor-x {
  margin: 0px;
  padding: 0px;
  border-width: 1px;
  border-style: dashed;
  border-color: #a0a0a0;
}
.cycon-portaleditor-zeile {
  text-align: left;
}
/* Klasse: Pageview */
.pageview {
  margin: 0px;
  margin-bottom: 5px;
  padding: 0px;
}
.pageview li {
  display: inline;
  margin-right: 5px;
}
/* Element: formular */
form .form-button {
  border: none;
  width: 101px;
  height: 26px;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
  background: url("../pics/layout/hyperstone/bg_button_101.png") 0px 0px no-repeat;
  cursor: pointer;
}
/* Optional: Textfelder erhalten beim Überfahren mit der Maus und bei Eingabe eine andere Rahmenfarbe
.formular .form-text :hover								{ border: 1px solid #888888; }
.formular .form-text :focus								{ border: 1px solid #888888; }*/
.formular .formular-ltet {
  width: 460px;
  float: left;
  margin: 0 20px 20px 0;
}
.formular .formular-ltet label {
  display: inline;
}
.formular .formular-ltet .form-radio-liste {
  margin-bottom: 20px;
}
/* Element: formular_login */
.formular-login-meta,
.formular-status-meta {
  float: right;
  margin: 7px 0px 0px 20px;
}
.formular-login,
.formular-status,
.formular-passwort {
  width: 460px;
  float: left;
  margin: 0px 20px 20px 0px;
}
@media only screen and (max-width: 768px) {
  .formular-login,
  .formular-status,
  .formular-passwort {
    width: 100%;
  }
}
.formular-login .form-button {
  margin: 20px 0px 10px 0px;
}
.formular-status .kennung {
  margin: 0px 0px 20px 0px;
}
.formular-status a.button:link,
.formular-status a.button:visited {
  display: block;
  margin-bottom: 10px;
}
/* Element: formular_passwort */
.formular-passwort .form-text {
  width: 180px;
}
/* Hier können nun alle benötigten Definitionen für die modul_* Elemente eingefügt werden. */
.formular-suche {
  position: absolute;
  top: 85px;
  right: 0px;
}
@media only screen and (max-width: 768px) {
  .formular-suche {
    display: none;
  }
}
@media only screen and (max-width: 950px) {
  .formular-suche {
    top: 57px;
  }
}
.formular-suche .form-button {
  position: absolute;
  top: -10000px;
}
.formular-suche .form-text {
  width: 138px;
  padding: 5px 30px 5px 10px;
  border: 1px solid #E7E7E7;
  border-top: 1px solid #999999;
  border-radius: 3px;
  background: url(../pics/layout/hyperstone/lupe.png) 160px 6px no-repeat #f1f1f1;
  font-size: 11px;
  color: #666666;
}
.suche.trefferliste {
  float: left;
  width: 460px;
  margin: 0px 20px 20px 0px;
}
.one-column .suche.trefferliste {
  width: 100%;
}
.suche.trefferliste .kopf {
  margin-bottom: 19px;
}
.suche.trefferliste p {
  margin-bottom: 19px;
}
/* Downloadcenter */
.modul-downloadcenter.liste {
  float: left;
  width: 100%;
}
.modul-downloadcenter.liste input[type="submit"] {
  visibility: hidden;
  position: absolute;
  left: -2000px;
}
.modul-downloadcenter.liste h2 {
  margin: 0px 40px 6px 0px;
  padding: 10px 0px 10px 38px;
  font-weight: bold;
  border: 1px solid #DEDEDE;
  background: url(../pics/layout/hyperstone/pfeil_akkordeon_geschlossen.png) 19px 16px no-repeat #ffffff;
  cursor: pointer;
}
.modul-downloadcenter.liste h2.aktiv {
  background: url(../pics/layout/hyperstone/pfeil_akkordeon_offen.png) 17px 18px no-repeat #ffffff;
}
.modul-downloadcenter .liste-dateien {
  overflow: hidden;
}
.modul-downloadcenter .akkordeon-content {
  overflow: hidden;
  margin: -6px 40px 5px 0px;
  padding: 16px 20px 20px 19px;
  display: none;
  border: 1px solid #DEDEDE;
  border-top: none;
}
.modul-downloadcenter .akkordeon-content form {
  display: block;
}
.modul-downloadcenter .zeile-datei {
  float: left;
  width: 460px;
  margin: 0px 20px 20px 0px;
}
.one-column .modul-downloadcenter .zeile-datei {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .modul-downloadcenter .zeile-datei,
  .one-column .modul-downloadcenter .zeile-datei {
    width: 100%;
  }
}
.modul-downloadcenter .zeile-datei .titel span {
  cursor: pointer;
}
.modul-downloadcenter .zeile-datei.kein-link img {
  margin-left: 18px;
}
.modul-downloadcenter .zeile-datei .form-checkbox {
  float: left;
  margin: 2px 5px 0px 0px;
}
.modul-downloadcenter .zeile-datei img {
  display: block;
  width: 22px;
  height: 22px;
  float: left;
  margin-right: 5px;
}
.modul-downloadcenter .formular-disclaimer {
  display: none;
}
#dialog-content .formular-disclaimer {
  display: block;
}
#dialog-content .formular-disclaimer .checkbox-zeile {
  width: 100%;
  margin-bottom: 10px;
}
#dialog-content .formular-disclaimer .disclaimer-button {
  margin-top: 20px;
}
#dialog-content .formular-disclaimer .checkboxen {
  width: 100%;
}
#dialog-content .formular-disclaimer .form-label-checkbox a:link,
#dialog-content .formular-disclaimer .form-label-checkbox a:visited {
  text-decoration: underline;
}
/* News */
.modul-news.liste,
.modul-news.detail {
  float: left;
  width: 460px;
  margin: 0px 20px 0px 0px;
}
.modul-news.detail {
  width: 940px;
}
.one-column .modul-news.liste,
.one-column .modul-news.detail {
  width: 100%;
}
.modul-news .news-eintrag {
  overflow: hidden;
  margin-bottom: 19px;
}
@media only screen and (max-width: 768px) {
  .modul-news .news-eintrag {
    overflow: visible;
  }
}
.modul-news .news-eintrag .bild {
  float: left;
  width: 140px;
  margin: 0px 20px 20px 0px;
}
.modul-news.detail .news-eintrag .bild {
  margin-bottom: 10px;
}
.modul-news .news-eintrag .bild img {
  display: block;
}
.modul-news .news-eintrag .text p {
  margin-bottom: 19px;
}
.modul-news.detail .news-eintrag .text {
  width: 460px;
  float: left;
  margin: 0px 20px 20px 0px;
}
@media only screen and (max-width: 768px) {
  .modul-news.liste,
  .modul-news.detail,
  .modul-news.detail .news-eintrag .text {
    width: 100%;
  }
}
.modul-news .news-eintrag a.weiter:link,
.modul-news .news-eintrag a.weiter:visited,
.modul-news .news-eintrag a.zurueck:link,
.modul-news .news-eintrag a.zurueck:visited {
  display: block;
  float: left;
  width: 100%;
  margin: 0px 0px 20px 0px;
  color: #D7001F;
  text-decoration: underline;
}
.modul-news.detail .dokument {
  margin-bottom: 19px;
}
.modul-news.detail .bilder-rechts {
  float: right;
  width: 460px;
}
@media only screen and (max-width: 768px) {
  .modul-news.detail .bilder-rechts {
    float: none;
    width: 100%;
  }
  .modul-news.detail .bilder-rechts img {
    max-width: 100%;
    height: auto;
  }
}
/* Stellenausschreibungen */
.modul-stellenausschreibungen.liste,
.modul-stellenausschreibungen.detail {
  float: left;
  width: 460px;
  margin: 0px 20px 20px 0px;
}
.modul-stellenausschreibungen.liste {
  margin: 0px 20px 0px 0px;
}
.one-column .modul-stellenausschreibungen.liste,
.one-column .modul-stellenausschreibungen.detail {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .modul-stellenausschreibungen.liste,
  .modul-stellenausschreibungen.detail {
    width: auto;
  }
}
.modul-stellenausschreibungen .liste-eintrag {
  margin-bottom: 19px;
}
.modul-stellenausschreibungen .liste-eintrag .text p,
.modul-stellenausschreibungen.detail p {
  margin-bottom: 19px;
}
.modul-stellenausschreibungen.detail .langtext {
  margin-bottom: 19px;
}
.modul-stellenausschreibungen .liste-eintrag a.weiter:link,
.modul-stellenausschreibungen .liste-eintrag a.weiter:visited,
.modul-stellenausschreibungen a.zurueck:link,
.modul-stellenausschreibungen a.zurueck:visited {
  color: #D7001F;
  text-decoration: underline;
}
.modul-stellenausschreibungen.detail .dokument {
  margin-bottom: 19px;
}
/* Schnellsuche */
.modul-schnellsuche .auswahl {
  margin: 0px 0px 40px 0px;
}
.modul-schnellsuche .dropdown {
  margin: 0px 0px 5px 0px;
}
.modul-schnellsuche .liste-zeile {
  float: left;
  width: 460px;
  margin: 0px 20px 40px 0px;
}
@media only screen and (max-width: 768px) {
  .modul-schnellsuche .liste-zeile {
    width: 100%;
  }
}
.modul-schnellsuche .liste-zeile .name {
  font-weight: bold;
}
.modul-schnellsuche .liste-zeile .name,
.modul-schnellsuche .liste-zeile .adresse,
.modul-schnellsuche .liste-zeile .nummern {
  margin: 0px 0px 10px 0px;
}
.modul-schnellsuche .liste-zeile .zeile {
  overflow: hidden;
}
/* Benutzer */
.modul-benutzer .einfuegen {
  width: 460px;
  float: left;
  margin: 0px 20px 20px 0px;
}
@media only screen and (max-width: 768px) {
  .modul-benutzer .einfuegen {
    width: 100%;
  }
}
.modul-benutzer .einfuegen .form-button {
  margin-top: 20px;
}
.modul-benutzer .einfuegen .hinweis-pflichtfelder {
  margin-top: 20px;
}
/* (c) EIKONA AG, it.x informationssysteme gmbh, Alle Rechte vorbehalten. */
/* Pfadnavigation */
ul.pfadnavigation {
  margin: 0px 0px 35px -5px;
}
ul.pfadnavigation li {
  display: inline-block;
  padding-right: 5px;
}
ul.pfadnavigation li a:link,
ul.pfadnavigation li a:visited {
  margin-left: 5px;
  font-style: italic;
}
ul.pfadnavigation li a:hover {
  text-decoration: none;
}
ul.pfadnavigation li a.aktiv:link,
ul.pfadnavigation li a.aktiv:visited {
  color: #D7001F;
  text-decoration: underline;
}
ul.pfadnavigation > *:before {
  content: "/";
}
ul.pfadnavigation > *:first-child:before {
  content: " ";
}
/* Sprachumschaltung */
.sprachnavigation {
  float: right;
  margin: 7px 0px 0px 20px;
}
.sprachnavigation a.aktiv:link,
.sprachnavigation a.aktiv:visited {
  text-decoration: underline;
}
.sprachnavigation li {
  display: inline-block;
  padding-right: 5px;
}
.sprachnavigation li a:hover {
  text-decoration: none;
}
.sprachnavigation ul > *:before {
  content: "|";
}
.sprachnavigation ul > *:first-child:before {
  content: " ";
}
/* Metanavigation */
.metanavigation {
  float: right;
  margin: 7px 0px 0px 20px;
}
.metanavigation a.ebene-1-aktiv:link,
.metanavigation a.ebene-1-aktiv:visited {
  text-decoration: underline;
}
.metanavigation li {
  display: inline-block;
  padding-right: 5px;
}
.metanavigation li a:hover {
  text-decoration: none;
}
.metanavigation ul > *:before {
  content: "|";
}
.metanavigation ul > *:first-child:before {
  content: " ";
}
/* Footernavigation */
.footernavigation {
  float: left;
  margin: 0px 18px 0px 5px;
}
.footernavigation li {
  display: inline-block;
  padding: 0px 0px 0px 15px;
}
.footernavigation li span,
.footernavigation li a:link,
.footernavigation li a:visited {
  margin-right: 10px;
  text-decoration: none;
}
.footernavigation ul > *:after {
  content: "|";
}
/* Exklusiv für Webdarstellung */
@media only screen and (min-width: 769px) {
  .navigation-icon {
    display: none;
  }
  .hauptnavigation {
    position: absolute;
    width: auto;
    padding: 0;
    top: 90px;
    left: 280px;
    background: none;
    z-index: 10000;
    white-space: nowrap;
  }
  .hauptnavigation ul.ebene-1 li {
    margin-right: 40px;
    padding-bottom: 7px;
    font-weight: bold;
    display: inline-block;
    border: 2px solid transparent;
    position: relative;
  }
  .hauptnavigation ul.ebene-1 li a:hover {
    color: #D7001F;
    text-decoration: none;
  }
  .hauptnavigation ul.ebene-1 li.aktiv {
    display: inline-block;
    border-bottom: 2px solid #D7001F;
  }
  .hauptnavigation ul.ebene-1 li .wedge {
    display: none;
  }
  .hauptnavigation ul.ebene-1 li.aktiv .wedge,
  .hauptnavigation ul.ebene-1 li:hover .wedge {
    display: block;
    width: 7px;
    height: 3px;
    background: url(../pics/layout/hyperstone/wedge.png) 0px 0px no-repeat;
    position: absolute;
    top: 28px;
    margin-left: 45%;
    z-index: 30000;
  }
  .hauptnavigation ul.ebene-1 li.aktiv a:link,
  .hauptnavigation ul.ebene-1 li.aktiv a:visited,
  .hauptnavigation ul.ebene-1 li.aktiv span {
    color: #D7001F;
  }
  .hauptnavigation ul.ebene-1 li.aktiv a:hover {
    text-decoration: none;
  }
  .hauptnavigation ul.ebene-2 {
    display: none;
    width: auto;
    position: absolute;
    top: 26px;
    background-color: #ffffff;
    -moz-box-shadow: 3px 3px 5px -1px #333333;
    -webkit-box-shadow: 3px 3px 5px -1px #333333;
    box-shadow: 3px 3px 5px -1px #333333;
    z-index: 5000;
    border-top: 2px solid #D7001F;
  }
  .hauptnavigation ul.ebene-1 li:hover ul.ebene-2 {
    display: block;
  }
  .hauptnavigation ul.ebene-2 li {
    display: block;
    margin: 0px;
    padding: 0px;
  }
  .hauptnavigation ul.ebene-1 li.aktiv ul.ebene-2 li {
    border-bottom: none;
  }
  .hauptnavigation ul.ebene-2 li:hover {
    color: #FFFFFF;
    background-color: #333333;
  }
  .hauptnavigation ul.ebene-2 a:link,
  .hauptnavigation ul.ebene-2 a:visited,
  .hauptnavigation ul.ebene-2 span {
    display: block;
    min-width: 166px;
    white-space: nowrap;
    margin: 0px;
    padding: 8px 26px 5px 26px;
  }
  .hauptnavigation ul.ebene-3 {
    display: none;
    width: auto;
    position: absolute;
    top: -4px;
    left: 218px;
    background-color: #ffffff;
    -moz-box-shadow: 3px 3px 5px -1px #333333;
    -webkit-box-shadow: 3px 3px 5px -1px #333333;
    box-shadow: 3px 3px 5px -1px #333333;
    z-index: 6000;
    border-top: 2px solid #D7001F;
  }
  .hauptnavigation ul.ebene-2 li:hover ul.ebene-3 {
    display: block;
  }
}
/* (c) EIKONA AG, it.x informationssysteme gmbh, Alle Rechte vorbehalten. */
/* Exklusiv für Mobildarstellung */
@media only screen and (max-width: 768px) {
  ul.pfadnavigation {
    padding: 0px 0px 0px 30px;
  }
  /* Sprachumschaltung */
  .sprachnavigation {
    float: right;
    margin: 7px 0px 0px 20px;
  }
  /* Hauptnavigation */
  .navigation-icon {
    width: 31px;
    height: 22px;
    margin-top: 7px;
    margin-bottom: 10px;
    background: url(../pics/layout/hyperstone/sprite_navigation.png) 0px 0px no-repeat;
    clear: right;
    float: right;
  }
  .navigation-icon.aktiv {
    background-position: -31px 0px;
  }
  .hauptnavigation {
    width: 90%;
    padding: 0 5%;
    position: absolute;
    background: #ffffff;
    top: 96px;
    left: 0;
    -moz-box-shadow: 0 0 5px -1px #666666;
    -webkit-box-shadow: 0 0 5px -1px #666666;
    box-shadow: 0 0 5px -1px #666666;
    z-index: 10000;
  }
  .hauptnavigation .wedge {
    display: none;
  }
  .hauptnavigation ul.ebene-1 > li {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #dcdcdc;
  }
  .hauptnavigation ul.ebene-1 > li > a,
  .hauptnavigation ul.ebene-1 > li > span {
    width: 100%;
    padding: 11px 20px 11px 0;
    font-size: 1.143em;
    line-height: 26px;
    color: #D7001F;
    display: block;
    background: url(../pics/layout/hyperstone/dropdown.open.png) right 19px no-repeat;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .hauptnavigation ul.ebene-1 > li.letzter {
    border-bottom: none;
  }
  .hauptnavigation ul.ebene-1 > li > a.aktiv {
    background-image: url(../pics/layout/hyperstone/dropdown.close.png);
  }
  .hauptnavigation ul.ebene-2 {
    display: none;
  }
  .hauptnavigation ul.ebene-2 ul {
    margin-left: 20px;
  }
  .hauptnavigation ul.ebene-2 > li.letzter {
    margin: 0 0 10px 0;
  }
  .hauptnavigation ul.ebene-2 > li > a {
    width: 100%;
    font-size: 1em;
    color: #434343;
    display: block;
    padding: 5px 0;
  }
  .hauptnavigation div.ebene-3 {
    display: none;
  }
  .hauptnavigation div.ebene-3 h2 {
    font-size: 1em;
    font-family: "TheSansRegular", Verdana, sans-serif;
    margin: 0;
    padding: 0 0 7px 0;
  }
  .hauptnavigation div.ebene-3 .verwandter-inhalt .teaser .text {
    display: none;
  }
  .hauptnavigation a.ebene-1-aktiv {
    text-decoration: underline;
  }
  .content .hauptnavigation {
    display: block;
    position: static;
    margin: 0 0 50px 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .content .hauptnavigation ul.ebene-1 {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
  }
}
/*
* swiper 2.4.3
* Mobile touch slider and framework with hardware accelerated transitions
*
* http://www.idangero.us/sliders/swiper/
*
* Copyright 2010-2014, Vladimir Kharlampidi
* The iDangero.us
* http://www.idangero.us/
*
* Licensed under GPL & MIT
*
* Released on: January 29, 2014
*/
.swiper-container {
  clear: right;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  float: left;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}
/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
  /* Specify Swiper's Size: */
  margin-bottom: 20px;
  background: url(../pics/layout/hyperstone/bild_main_schatten.png) bottom center no-repeat;
  max-width: 100%;
}
.swiper-slide {
  /* Specify Slides's Size: */
  max-width: 100%;
  width: auto;
  height: auto;
}
.swiper-slide .bild {
  max-width: 100%;
  width: auto;
  height: auto;
}
.swiper-slide .bild img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}
.swiper-slide-active {
  /* Specific active slide styling: */
}
.swiper-slide-visible {
  /* Specific visible slide styling: */
}
.swiper-container .arrow-left {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 39px;
  height: 39px;
  margin-top: -20px;
  background: url(../pics/layout/hyperstone/swiper_control_left.png) 0px 0px no-repeat;
  cursor: pointer;
}
.swiper-container .arrow-right {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 39px;
  height: 39px;
  margin-top: -20px;
  background: url(../pics/layout/hyperstone/swiper_control_right.png) 0px 0px no-repeat;
  cursor: pointer;
}
/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  text-align: center;
}
.swiper-pagination-switch {
  /* Stylize pagination button: */
  background: none repeat scroll 0 0 #999999;
  border-radius: 10px;
  box-shadow: 0 1px 2px #555555 inset;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  margin: 0 3px;
  width: 10px;
}
.swiper-active-switch {
  /* Specific active button style: */
  background: none repeat scroll 0 0 #FFFFFF;
}
.swiper-visible-switch {
  /* Specific visible button style: */
}
