/*
	Frameless			<http://framelessgrid.com/>
	by Joni Korpi 		<http://jonikorpi.com/>
	licensed under CC0	<http://creativecommons.org/publicdomain/zero/1.0/>
*/
/*
	Margin, padding, and border resets
	except for form elements
*/
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
}
/*
	Consistency fixes
	adopted from http://necolas.github.com/normalize.css/
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
hgroup,
nav,
section,
audio,
canvas,
video {
  display: block;
}
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  min-height: 100%;
  font-size: 100%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
b,
strong {
  font-weight: bold;
}
abbr[title] {
  border-bottom: 1px dotted;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a img,
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
}
input,
textarea,
button,
select {
  margin: 0;
  font-size: 100%;
  line-height: normal;
  vertical-align: baseline;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  overflow: auto;
}
/*
	These are easy to forget
*/
::selection {
  background: #5e5e5e;
  color: #fff;
}
::-moz-selection {
  background: #5e5e5e;
  color: #fff;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  -webkit-tap-highlight-color: rgba(227, 0, 15, 0.6);
}
@font-face {
  font-family: 'robotocondensed_light';
  src: url('../fonts/RobotoCondensed-Light-webfont.eot');
  src: url('../fonts/RobotoCondensed-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/RobotoCondensed-Light-webfont.woff') format('woff'), url('../fonts/RobotoCondensed-Light-webfont.ttf') format('truetype'), url('../fonts/RobotoCondensed-Light-webfont.svg#roboto_condensedlight') format('svg');
}
@font-face {
  font-family: 'robotocondensed_bold';
  src: url('../fonts/RobotoCondensed-Bold-webfont.eot');
  src: url('../fonts/RobotoCondensed-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/RobotoCondensed-Bold-webfont.woff') format('woff'), url('../fonts/RobotoCondensed-Bold-webfont.ttf') format('truetype'), url('../fonts/RobotoCondensed-Bold-webfont.svg#roboto_condensedbold') format('svg');
}
body {
  font-family: 'robotocondensed_light', Arial, sans-serif;
  font-size: 62.5%;
  color: #7c7e80;
  background-color: #ffffff;
}
.clear {
  clear: both;
}
@media only screen and (min-width: 769px) {
  .showmobile {
    display: none;
  }
}
.hidemobile {
  display: none;
}
@media only screen and (min-width: 769px) {
  .hidemobile {
    display: block;
  }
}
div.wrap {
  position: relative;
  font-size: 1.6em;
  line-height: 1.6em;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  div.wrap {
    padding: 1em;
  }
}
@media only screen and (min-width: 769px) {
  div.wrap {
    width: 960px;
    margin: 0 auto 0 auto;
  }
}
@media only screen and (min-width: 769px) {
  header#pageheader div#suche {
    float: left;
  }
}
header#pageheader div#logo {
  float: right;
  max-width: 50%;
  margin-bottom: 0.8em;
}
@media only screen and (min-width: 769px) {
  header#pageheader div#logo {
    margin: 1.6em 0;
  }
  header#pageheader div#logo img {
    max-width: 180px;
  }
}
@media only screen and (min-width: 769px) {
  aside {
    max-width: 1920px;
    margin: 0 auto;
  }
}
aside div.ce-media {
  border-top: 14px solid #69acdf;
}
aside div.ce-media img {
  display: block;
}
aside.noborder div.ce-media {
  border-top: none;
}
@media only screen and (min-width: 769px) {
  main div.wrap {
    margin-top: 3.2em;
    margin-bottom: 1.6em;
  }
}
@media only screen and (min-width: 769px) {
  main div.wrap.rootline {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
}
main div#aktuelles div.wrap {
  margin-top: 0em;
  padding-top: 3.2em;
}
@media only screen and (min-width: 769px) {
  div#content-subnav div#content-left {
    float: left;
    width: 33%;
    padding: 0 1.6em 0 0;
    box-sizing: border-box;
    border-right: 1px solid #dcdfe2;
  }
}
@media only screen and (min-width: 769px) {
  div#content-subnav div#content-right {
    float: right;
    width: 67%;
    padding: 0 0 0 1.6em;
    box-sizing: border-box;
  }
}
div#cta-button {
  position: fixed;
  top: 30%;
  right: 0;
  z-index: 10;
}
div#cta-button a {
  font-family: 'robotocondensed_bold', Arial, sans-serif;
  font-size: 1.6em;
  line-height: 1.6em;
  display: block;
  width: 90px;
  height: 90px;
  padding: 0.6em;
  text-align: center;
  letter-spacing: 0.05em;
  color: #ffffff;
  background-color: #007ac3;
  box-sizing: border-box;
}
div#cta-button a:hover {
  text-decoration: none;
}
div#cta-button img {
  margin-top: 0.6em;
}
div#cta-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 20;
  display: none;
}
div#cta-overlay-content {
  font-size: 1.6em;
  line-height: 1.6em;
  position: absolute;
  top: 25%;
  height: 75%;
  right: -100%;
  padding: 2.4em;
  background-color: #ffffff;
}
div#cta-overlay-content strong {
  color: #007ac3;
  font-size: 1.5em;
}
div#cta-overlay-content a {
  color: inherit;
}
div#cta-overlay-content img {
  margin-right: 0.6em;
}
div#cta-overlay-content img:first-of-type {
  margin-left: 0.15em;
  margin-right: 0.75em;
}
div#cta-overlay-content div.spacer {
  height: 1.2em;
}
footer#pagefooter {
  color: #ffffff;
  background-color: #007ac3;
}
@media only screen and (min-width: 769px) {
  footer#pagefooter {
    padding: 2em 0 0.1em 0;
  }
}
footer#pagefooter a {
  color: #ffffff;
}
footer#pagefooter h3 {
  color: #ffffff;
  font-size: 1.0em;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  padding-left: 0;
}
footer#pagefooter p.schlagworte {
  padding: 1.2em 0;
  border-top: 1px solid #69acdf;
  border-bottom: 1px solid #69acdf;
}
@media only screen and (min-width: 769px) {
  footer#pagefooter ul.multicolumnContainer li {
    padding: 2.4em 0 2.4em 1.6em;
    margin: -2em -1px 0 -1.6em;
    border-left: 1px solid #ffffff;
  }
  footer#pagefooter ul.multicolumnContainer li p {
    padding: 0;
  }
  footer#pagefooter ul.multicolumnContainer li.listItemFirst {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
}
nav#nav-lang,
nav#nav-kontakt {
  float: left;
}
@media only screen and (max-width: 768px) {
  nav#nav-lang,
  nav#nav-kontakt {
    margin-top: 2.5em;
  }
}
@media only screen and (min-width: 769px) {
  nav#nav-lang,
  nav#nav-kontakt {
    margin: 1.6em 0;
  }
}
nav#nav-lang ul li,
nav#nav-kontakt ul li {
  display: inline;
  margin-right: 0.5em;
}
nav#nav-lang ul li a:hover,
nav#nav-kontakt ul li a:hover {
  text-decoration: none;
}
nav#nav-lang ul li a {
  display: inline-block;
  width: 24px;
  height: 15px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  outline: none;
}
nav#nav-lang ul li#de a {
  background-image: url(../img/deutsch.png);
}
nav#nav-lang ul li#en a {
  background-image: url(../img/english.png);
}
@media only screen and (min-width: 769px) {
  nav#nav-kontakt {
    margin-left: 0.8em;
  }
}
nav#nav-kontakt ul li a img {
  vertical-align: top;
}
nav#nav-kontakt div#kontakt {
  position: absolute;
  width: 320px;
  padding: 1.2em 0.6em 1.2em 1.2em;
  color: #ffffff;
  background-color: #007ac3;
  box-sizing: border-box;
  z-index: 20;
  display: none;
}
@media only screen and (max-width: 768px) {
  nav#nav-kontakt div#kontakt {
    left: 0;
  }
}
nav#nav-kontakt div#kontakt a {
  color: #ffffff;
}
nav#nav-kontakt div#kontakt:target {
  display: block;
}
nav#nav-main {
  position: relative;
  z-index: 10;
}
nav#nav-main ul li a {
  text-decoration: none;
  text-transform: uppercase;
}
nav#nav-main ul li a:hover,
nav#nav-main ul li a.aktiv {
  font-family: 'robotocondensed_bold', Arial, sans-serif;
}
@media only screen and (max-width: 768px) {
  nav#nav-main > ul {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding-top: 4em;
    overflow-y: auto;
    background-color: #007ac3;
    z-index: 10;
  }
  nav#nav-main > ul::-webkit-scrollbar {
    height: 12px;
  }
  nav#nav-main > ul::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
  nav#nav-main > ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  }
  nav#nav-main > ul li a {
    display: block;
    color: #ffffff;
    padding: 1em 2em;
    border-bottom: 1px solid #ffffff;
  }
  nav#nav-main > ul li a.nav-arrow {
    position: absolute;
    display: block;
    right: 0px;
    height: 16px;
    border: none;
    text-indent: -999px;
  }
  nav#nav-main > ul li a.nav-arrow::before,
  nav#nav-main > ul li a.nav-arrow::after {
    position: absolute;
    top: 24px;
    content: '';
    border-radius: 3px;
    height: 3px;
    width: 15px;
    background: #ffffff;
    display: block;
    text-indent: -9999px;
    transition: all 250ms ease-in-out;
  }
  nav#nav-main > ul li a.nav-arrow::before {
    right: 24px;
    transform: rotate(45deg);
  }
  nav#nav-main > ul li a.nav-arrow::after {
    right: 15px;
    transform: rotate(-45deg);
  }
  nav#nav-main > ul ul {
    display: none;
  }
  nav#nav-main > ul ul li a {
    padding: 0.5em 2em 0.5em 4em;
  }
  nav#nav-main > ul ul li a.nav-arrow {
    padding: 0;
  }
  nav#nav-main > ul ul li a.nav-arrow::before,
  nav#nav-main > ul ul li a.nav-arrow::after {
    top: 16px;
  }
  nav#nav-main > ul ul li ul {
    display: none;
  }
  nav#nav-main > ul ul li ul li a {
    padding: 0.5em 2em 0.5em 6em;
  }
  nav#nav-main .menu-open:checked ~ ul {
    display: block;
  }
  nav#nav-main li.subnavaktiv ul {
    display: block;
  }
}
@media only screen and (min-width: 769px) {
  nav#nav-main ul li {
    display: inline-block;
    position: relative;
    width: 10%;
    height: 1.9em;
    margin: 0 2.4em 0 0;
  }
  nav#nav-main ul li:last-of-type {
    margin-right: 0;
  }
  nav#nav-main ul li a {
    display: block;
    color: #007ac3;
    padding: 0 0 0.3em 0;
    white-space: nowrap;
  }
  nav#nav-main ul li a.nav-arrow {
    display: none;
  }
  nav#nav-main ul li ul {
    width: 250px;
    position: absolute;
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.6);
    display: none;
  }
  nav#nav-main ul li ul li {
    display: block;
    width: 250px;
    height: auto;
    margin: 0;
  }
  nav#nav-main ul li ul li a {
    font-size: 0.9375em;
    color: #6f6f6e;
    text-transform: none;
    padding: 0.5em 3em 0.5em 1em;
    margin: 0px 0px 1px 0px;
    background-color: rgba(255, 255, 255, 0.8);
    transition: 0.2s all linear;
    white-space: normal;
  }
  nav#nav-main ul li ul li a:hover,
  nav#nav-main ul li ul li a.aktiv {
    font-weight: normal;
    color: #ffffff;
    background-color: #007ac3;
  }
  nav#nav-main ul li ul li ul {
    right: -100%;
    top: 0;
  }
  nav#nav-main ul li ul li ul li {
    padding-left: 1px;
  }
  nav#nav-main ul > li:hover > ul {
    display: block;
  }
}
label.menu-open-button {
  z-index: 20;
}
@media only screen and (min-width: 769px) {
  label.menu-open-button {
    display: none;
  }
}
.menu-open-button {
  background: transparent;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: -0.5em;
  cursor: pointer;
  color: #007ac3;
  text-align: center;
  line-height: 40px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform ease-out 200ms;
  transition: transform ease-out 200ms;
}
.menu-open {
  /*inputfeld verstecken*/
  display: none;
}
.hamburger {
  /*hamburger position*/
  width: 40px;
  height: 4px;
  background: #007ac3;
  display: block;
  position: absolute;
  top: 18px;
  left: 0px;
  -webkit-transition: -webkit-transform 200ms;
  transition: transform 200ms;
}
.hamburger-1 {
  /*hamburger abstande*/
  -webkit-transform: translate3d(0, -8px, 0);
  transform: translate3d(0, -8px, 0);
}
.hamburger-2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hamburger-3 {
  -webkit-transform: translate3d(0, 8px, 0);
  transform: translate3d(0, 8px, 0);
}
.menu-open:checked + .menu-open-button .hamburger-1 {
  /*hamburger zum x animieren*/
  background-color: #ffffff;
  -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
  transform: translate3d(0, 0, 0) rotate(45deg);
}
.menu-open:checked + .menu-open-button .hamburger-2 {
  background-color: #ffffff;
  -webkit-transform: translate3d(0, 0, 0) scale(0.1, 1);
  transform: translate3d(0, 0, 0) scale(0.1, 1);
}
.menu-open:checked + .menu-open-button .hamburger-3 {
  background-color: #ffffff;
  -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
  transform: translate3d(0, 0, 0) rotate(-45deg);
}
@media only screen and (min-width: 769px) {
  nav#nav-root {
    margin-bottom: -0.8em;
  }
}
nav#nav-root ul {
  margin: 0;
  padding: 0;
}
nav#nav-root ul li {
  display: inline-block;
  margin-left: 0px;
  padding-left: 0px;
}
nav#nav-root ul li::after {
  display: inline-block;
  content: "|";
  padding: 0 0.6em;
}
nav#nav-root ul li:last-of-type::after {
  content: "";
}
nav#nav-root ul li a {
  color: #7c7e80;
  text-decoration: none;
}
nav#nav-root ul li a.aktiv {
  font-family: 'robotocondensed_bold', Arial, sans-serif;
}
@media only screen and (min-width: 769px) {
  nav#nav-sub ul {
    margin-bottom: 3.6em;
  }
}
nav#nav-sub ul li {
  position: relative;
  display: block;
  margin: 0px 0px -1px 0px;
  padding: 0;
  border-top: 1px solid #dcdfe2;
  border-bottom: 1px solid #dcdfe2;
}
nav#nav-sub ul li a {
  display: block;
  font-family: 'robotocondensed_bold', Arial, sans-serif;
  font-size: 1.125em;
  text-transform: uppercase;
  padding: 0.4em 0;
  margin: 0 1.2em 0 0;
}
nav#nav-sub ul li a.nav-arrow {
  position: absolute;
  display: block;
  right: 0px;
  top: 12px;
  width: 24px;
  height: 16px;
  border: none;
  margin: 0;
  padding: 0;
  text-indent: -999px;
}
nav#nav-sub ul li a.nav-arrow::before,
nav#nav-sub ul li a.nav-arrow::after {
  position: absolute;
  content: '';
  top: 6px;
  border-radius: 3px;
  height: 3px;
  width: 15px;
  background: #007ac3;
  display: block;
  text-indent: -9999px;
  transition: all 250ms ease-in-out;
}
nav#nav-sub ul li a.nav-arrow::before {
  right: 9px;
  transform: rotate(45deg);
}
nav#nav-sub ul li a.nav-arrow::after {
  right: 0px;
  transform: rotate(-45deg);
}
nav#nav-sub ul li ul {
  margin: 0;
  padding-left: 1.2em;
  display: none;
}
nav#nav-sub ul li ul li {
  border: none;
}
nav#nav-sub ul li ul li a {
  color: #7c7e80;
}
nav#nav-sub ul li ul li a.nav-arrow::before,
nav#nav-sub ul li ul li a.nav-arrow::after {
  background-color: #7c7e80;
}
nav#nav-sub ul li.subnavaktiv > ul {
  display: block;
}
nav#nav-foot ul {
  text-align: right;
  margin: 0 0 1.2em 0;
}
nav#nav-foot ul li {
  display: inline-block;
  margin-right: 1.2em;
}
nav#nav-foot ul li img {
  vertical-align: middle;
}
a {
  color: #007ac3;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
p {
  margin: 0 0 1.2em 0;
  padding: 0 0 0 0;
}
strong,
b {
  font-family: 'robotocondensed_bold', Arial, sans-serif;
  font-weight: normal;
}
img {
  max-width: 100%;
  height: auto;
}
iframe {
  max-width: 100%;
  border: none;
  margin: 0 0 1.8em 0;
}
main ul,
main ol {
  margin: 0 0 1.2em 0;
}
main ul li,
main ol li {
  margin: 0 0 0 1em;
  padding: 0 0 0 1em;
}
main ul li {
  list-style-type: square;
}
main dl dt {
  color: #007ac3;
  font-size: 1.125em;
  font-family: 'robotocondensed_bold', Arial, sans-serif;
  margin: 0 0 0.6em 0;
  padding: 0 0 0 1.5em;
  background: url(../img/list-arrow.png) left center no-repeat;
}
main dl dd {
  margin: 0 0 0 1.8em;
}
h1,
h2,
h3 {
  color: #007ac3;
  font-family: 'robotocondensed_bold', Arial, sans-serif;
  font-weight: normal;
  font-size: 2em;
  line-height: normal;
  margin: 0 0 0.8em 0;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 769px) {
  h1,
  h2,
  h3 {
    font-size: 2.5em;
  }
}
h1 {
  letter-spacing: 0.025em;
}
h2 {
  font-size: 1.5em;
  padding: 0 0 0 1.2em;
  text-transform: uppercase;
  background: url(../img/header-arrow.png) no-repeat;
}
@media only screen and (min-width: 769px) {
  h2 {
    font-size: 2em;
  }
}
h3 {
  font-size: 1.0em;
}
p + h3 {
  margin: 1.6em 0 1.6em 0;
}
h4 {
  font-size: 1.0em;
  font-weight: normal;
  font-family: 'robotocondensed_bold', Arial, sans-serif;
  margin: 0;
}
ul.multicolumnContainer h2 {
  font-size: 1.125em;
  line-height: 2.3em;
  padding: 0 0 0.6em 2em;
  display: table-cell;
  height: 39px;
  line-height: 19px;
  vertical-align: middle;
}
ul.multicolumnContainer li.column {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  ul.multicolumnContainer li.column {
    float: none;
    width: 100% !important;
    margin: 0 0 2.4em 0;
  }
  ul.multicolumnContainer li.column div.columnItems {
    padding: 0 !important;
  }
}
@media only screen and (min-width: 769px) {
  ul.multicolumnContainer li.column div.columnItems {
    padding: 0 1.6em 0 0 !important;
  }
}
ul.multicolumnContainer li.column div.columnItem > div > div.ce-content + div.ce-content {
  margin-top: 3.2em;
}
ul.multicolumnContainer div.columnItem + div.columnItemheader {
  margin: 2.4em 0 0.8em 0;
}
@media only screen and (max-width: 768px) {
  ul.multicolumnContainer.multicolumnContainerfixColumnHeight div.columnItems {
    min-height: inherit !important;
  }
}
@media only screen and (min-width: 769px) {
  ul.multicolumnContainer.multicolumnContainerfixColumnHeight li.column {
    padding: 0.3em 0 0.3em 1.6em;
    margin: 0 -1px 0 -1.6em;
    border-left: 1px solid #dcdfe2;
  }
  ul.multicolumnContainer.multicolumnContainerfixColumnHeight li.column div.columnItem {
    margin-right: 1.6em;
  }
  ul.multicolumnContainer.multicolumnContainerfixColumnHeight li.column.listItemFirst {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
  ul.multicolumnContainer.multicolumnContainerfixColumnHeight li.column.listItemLast div.columnItem {
    margin: 0;
  }
}
ul.multicolumnContainer.multicolumnContainerfixColumnHeight + ul.multicolumnContainer.multicolumnContainerfixColumnHeight {
  margin-top: 1.2em;
}
div.wrap div.ce-gallery div.ce-row div.ce-column {
  margin: 0 0.6em 0.3em 0;
}
@media only screen and (min-width: 769px) {
  div.wrap div.ce-gallery div.ce-row div.ce-column {
    float: left;
  }
}
div.wrap div.ce-gallery div.ce-row div.ce-column:last-child {
  margin-right: 0;
}
div.wrap div.ce-gallery div.ce-row::after {
  content: " ";
  display: table;
  clear: both;
}
div.wrap div.ce-gallery figcaption {
  font-size: 0.875em;
  line-height: 1.3em;
}
@media only screen and (min-width: 769px) {
  div.wrap div.ce-gallery[data-ce-columns="1"] div.ce-row div.ce-column {
    float: none;
  }
}
div.ce-below div.ce-gallery {
  margin: 2.4em 0;
}
div.ce-left div.ce-gallery {
  float: left;
  margin: 0 0.8em 0.8em 0;
}
div.ce-right div.ce-gallery {
  float: right;
  margin: 0 0 0.8em 0.8em;
}
div#content-subnav h2 {
  display: inline-flex;
  align-items: center;
  font-size: 1.125em;
  height: 39px;
  line-height: 19px;
  padding: 0 0 0.6em 2em;
}
div#content-subnav div#content-right div + div > h2 {
  margin: 1.2em 0 0.6em 0;
}
div.layout-1 {
  border-top: 1px solid #dcdfe2;
  border-bottom: 1px solid #dcdfe2;
  margin: 0px 0px -1px 0px;
}
div.layout-1 header h3 {
  position: relative;
  font-size: 1.125em;
  text-transform: uppercase;
  margin: 0.4em 0;
  cursor: pointer;
}
div.layout-1 header h3::before,
div.layout-1 header h3::after {
  position: absolute;
  top: 12px;
  content: '';
  border-radius: 3px;
  height: 3px;
  width: 15px;
  background: #007ac3;
  display: block;
  text-indent: -9999px;
  transition: all 250ms ease-in-out;
}
div.layout-1 header h3::before {
  right: 9px;
  transform: rotate(45deg);
}
div.layout-1 header h3::after {
  right: 0px;
  transform: rotate(-45deg);
}
div.layout-1 header h3.aktiv::before {
  transform: rotate(-45deg);
}
div.layout-1 header h3.aktiv::after {
  transform: rotate(45deg);
}
div.layout-1 div.ce-textpic {
  margin-top: 1.2em;
}
h3.layout-1 {
  font-size: 1.125em;
  text-transform: uppercase;
  margin: 0.4em 0;
}
div.border-top {
  border-top: 1px solid #dcdfe2;
}
div.border-bottom {
  border-bottom: 1px solid #dcdfe2;
}
div.margin-top-paragraph {
  margin-top: 1.5em;
}
div.folding {
  margin: 0px 0px -1px 0px;
}
div.folding > h3 {
  position: relative;
  cursor: pointer;
}
div.folding > h3::before,
div.folding > h3::after {
  position: absolute;
  top: 12px;
  content: '';
  border-radius: 3px;
  height: 3px;
  width: 15px;
  background: #007ac3;
  display: block;
  text-indent: -9999px;
  transition: all 250ms ease-in-out;
}
div.folding > h3::before {
  right: 9px;
  transform: rotate(45deg);
}
div.folding > h3::after {
  right: 0px;
  transform: rotate(-45deg);
}
div.folding > h3.aktiv::before {
  transform: rotate(-45deg);
}
div.folding > h3.aktiv::after {
  transform: rotate(45deg);
}
ul.ce-menu-1 {
  margin: 2.4em 0;
  border-top: 1px solid #dcdfe2;
}
ul.ce-menu-1 li {
  border-bottom: 1px solid #dcdfe2;
  display: block;
  margin: 0;
  padding: 0;
}
ul.ce-menu-1 li a {
  display: block;
  position: relative;
  font-family: 'robotocondensed_bold', Arial, sans-serif;
  font-size: 1.125em;
  text-transform: uppercase;
  padding: 0.4em 1.2em 0.4em 0;
}
ul.ce-menu-1 li a::before,
ul.ce-menu-1 li a::after {
  position: absolute;
  right: 0px;
  content: '';
  border-radius: 3px;
  height: 3px;
  width: 15px;
  background: #007ac3;
  display: block;
  text-indent: -9999px;
}
ul.ce-menu-1 li a::before {
  top: 23px;
  transform: rotate(-45deg);
}
ul.ce-menu-1 li a::after {
  top: 14px;
  transform: rotate(45deg);
}
ul.ce-menu-1 li a:hover {
  text-decoration: none;
}
ul.ce-uploads {
  margin: 2.4em 0;
  border-top: 1px solid #dcdfe2;
}
ul.ce-uploads li {
  border-bottom: 1px solid #dcdfe2;
  display: block;
  margin: 0;
  padding: 0;
}
ul.ce-uploads li a {
  display: block;
  position: relative;
  font-size: 1.125em;
  text-transform: uppercase;
  padding: 0.4em 1.2em 0.4em 0;
}
ul.ce-uploads li a span.ce-uploads-fileName {
  font-family: 'robotocondensed_bold', Arial, sans-serif;
}
ul.ce-uploads li a::before,
ul.ce-uploads li a::after {
  position: absolute;
  right: 0px;
  content: '';
  border-radius: 3px;
  height: 3px;
  width: 15px;
  background: #007ac3;
  display: block;
  text-indent: -9999px;
}
ul.ce-uploads li a::before {
  top: 23px;
  transform: rotate(-45deg);
}
ul.ce-uploads li a::after {
  top: 14px;
  transform: rotate(45deg);
}
ul.ce-uploads li a:hover {
  text-decoration: none;
}
div.frame-type-table {
  margin: 0 0 1.2em 0;
}
@media only screen and (max-width: 768px) {
  div.frame-type-table {
    width: 100%;
    overflow-x: scroll;
  }
  div.frame-type-table::-webkit-scrollbar {
    height: 12px;
  }
  div.frame-type-table::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
  div.frame-type-table::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  }
}
div.frame-type-table table.ce-table {
  width: 100%;
  font-size: 0.9375em;
}
div.frame-type-table table.ce-table th,
div.frame-type-table table.ce-table td {
  line-height: 1.3em;
  text-align: center;
  vertical-align: top;
  padding: 0.3em;
}
div.frame-type-table table.ce-table th p,
div.frame-type-table table.ce-table td p {
  margin: 0;
}
div.frame-type-table table.ce-table th {
  font-family: 'robotocondensed_bold', Arial, sans-serif;
  font-size: 1.125em;
  font-weight: normal;
  color: #ffffff;
  background-color: #007ac3;
}
div.frame-type-table table.ce-table th a {
  color: #ffffff;
}
div.frame-type-table table.ce-table td a {
  color: inherit;
}
div.frame-type-table table.ce-table tr:nth-child(even) {
  background-color: #e3e3e3;
}
div.csc-mailform li.csc-form-element {
  list-style-type: none;
  margin: 0 0 1.2em 0;
}
div.csc-mailform li.csc-form-element label {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  div.csc-mailform li.csc-form-element label {
    display: block;
  }
}
@media only screen and (min-width: 769px) {
  div.csc-mailform li.csc-form-element label {
    float: left;
    width: 9em;
    padding-right: 1em;
    clear: both;
  }
  div.csc-mailform li.csc-form-element label strong {
    display: block;
    width: 20em;
    margin: 1em 0 0 12em;
  }
}
div.csc-mailform li.csc-form-element label em {
  display: inline;
  color: inherit;
}
div.csc-mailform li.csc-form-element h3 {
  margin: 1.2em 0 0 0;
}
div.csc-mailform li.csc-form-element-textline input,
div.csc-mailform li.csc-form-element-textarea textarea {
  width: 90%;
  font-size: 1.0em;
  font-family: 'robotocondensed_light', Arial, sans-serif;
  border: 1px solid #7c7e80;
  padding: 0.3em 0.4em 0.3em 0.4em;
}
@media only screen and (min-width: 769px) {
  div.csc-mailform li.csc-form-element-textline input,
  div.csc-mailform li.csc-form-element-textarea textarea {
    width: 20em;
  }
}
div.csc-mailform li.csc-form-element-submit input {
  width: 90%;
  padding: 0.3em 0.4em 0.3em 0.4em;
  color: #ffffff;
  border: 1px solid #7c7e80;
  background-color: #7c7e80;
}
@media only screen and (min-width: 769px) {
  div.csc-mailform li.csc-form-element-submit input {
    width: 12.0em;
    margin-left: 10em;
  }
}
div.csc-mailform fieldset.fieldset-subgroup legend {
  color: inherit;
}
@media only screen and (min-width: 769px) {
  div.csc-mailform fieldset.fieldset-subgroup legend {
    float: left;
    width: 9em;
    padding-right: 1em;
  }
}
div.csc-mailform fieldset.fieldset-subgroup legend em {
  display: inline;
  color: inherit;
  margin-left: 0.4em;
}
div.csc-mailform fieldset.fieldset-subgroup legend strong {
  position: static;
  top: auto;
}
@media only screen and (min-width: 769px) {
  div.csc-mailform fieldset.fieldset-subgroup legend strong {
    margin-left: 12em;
    width: 20em;
  }
}
div.csc-mailform fieldset.fieldset-subgroup ul {
  margin-bottom: 0;
}
div.csc-mailform fieldset.fieldset-subgroup ul li.csc-form-element {
  display: inline-block;
  margin: 0 1em 0 0;
  padding: 0;
}
div.csc-mailform fieldset.fieldset-subgroup ul li.csc-form-element label {
  display: inline-block;
}
@media only screen and (min-width: 769px) {
  div.csc-mailform fieldset.fieldset-subgroup ul li.csc-form-element label {
    float: none;
    width: auto;
  }
}
div.frame-type-form_formframework {
  margin: 0 0 1.2em 0;
}
div.frame-type-form_formframework div.form-group {
  list-style-type: none;
  margin: 0 0 1.2em 0;
}
div.frame-type-form_formframework div.form-group label.control-label {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  div.frame-type-form_formframework div.form-group label.control-label {
    display: block;
  }
}
@media only screen and (min-width: 769px) {
  div.frame-type-form_formframework div.form-group label.control-label {
    float: left;
    width: 9em;
    padding-right: 1em;
    clear: both;
  }
  div.frame-type-form_formframework div.form-group label.control-label strong {
    display: block;
    width: 20em;
    margin: 1em 0 0 12em;
  }
}
div.frame-type-form_formframework div.form-group h3 {
  margin: 1.2em 0 0 0;
}
div.frame-type-form_formframework input,
div.frame-type-form_formframework textarea {
  width: 90%;
  font-size: 1.0em;
  font-family: 'robotocondensed_light', Arial, sans-serif;
  border: 1px solid #7c7e80;
  padding: 0.3em 0.4em 0.3em 0.4em;
}
@media only screen and (min-width: 769px) {
  div.frame-type-form_formframework input,
  div.frame-type-form_formframework textarea {
    width: 20em;
  }
}
@media only screen and (min-width: 769px) {
  div.frame-type-form_formframework textarea {
    height: 140px;
  }
}
div.frame-type-form_formframework button.btn-primary {
  width: 90%;
  padding: 0.3em 0.4em 0.3em 0.4em;
  color: #ffffff;
  border: 1px solid #7c7e80;
  background-color: #7c7e80;
}
@media only screen and (min-width: 769px) {
  div.frame-type-form_formframework button.btn-primary {
    width: 12.0em;
    margin-left: 10em;
  }
}
div.frame-type-form_formframework div.inputs-list div.radio {
  color: inherit;
  display: inline-block;
  width: 4em;
  padding-right: 1em;
}
div.frame-type-form_formframework div.inputs-list div.radio input.form-check-input {
  width: auto;
  margin-right: 0.3em;
}
div.frame-type-form_formframework div.form-check input {
  width: auto;
  margin-right: 1em;
}
@media only screen and (min-width: 769px) {
  div.frame-type-form_formframework div.input.checkbox {
    margin-left: 10em;
  }
}
body#startseite aside figure,
body#startseite aside div.ce-media {
  border-top: none;
}
body#startseite h2 {
  line-height: 39px;
}
body#startseite aside figcaption {
  font-size: 1.4em;
  line-height: 1.3em;
  padding: 1em;
}
@media only screen and (min-width: 769px) {
  body#startseite aside figcaption {
    width: 960px;
    margin: 0 auto 0 auto;
  }
}
div#aktuelles {
  background: #D9D9D5;
}
div#aktuelles a.internal-link {
  float: right;
}
div#aktuelles h1 {
  font-size: 2em;
  font-family: 'robotocondensed_bold', Arial, sans-serif;
  margin-bottom: 1.6em;
}
@media only screen and (min-width: 769px) {
  div#aktuelles div.ce-header#c11,
  div#aktuelles div.ce-header#c696 {
    float: left;
    width: 33.33%;
  }
  div#aktuelles div.unslider {
    padding-bottom: 1.6em;
  }
  div#aktuelles div.ce-left div.ce-gallery {
    margin-right: 2.4em;
    margin-bottom: 2.4em;
  }
}
div#aktuelles + div.wrap ul.multicolumnContainer h2 {
  font-size: 2em;
  padding-left: 1.2em;
}
@media only screen and (max-width: 768px) {
  body#startseite aside + nav.unslider-nav {
    margin-top: -1em;
  }
  body#startseite aside + nav.unslider-nav ol li {
    background: #dcdfe2;
  }
  body#startseite aside + nav.unslider-nav ol li.unslider-active {
    background: #007ac3;
  }
}
@media only screen and (min-width: 769px) {
  body#startseite aside + nav.unslider-nav {
    margin-top: -13.5em;
  }
}
@media only screen and (min-width: 769px) {
  body#startseite div.ce-bodytext ul {
    margin-right: -1em;
  }
}
body#startseite div.ce-bodytext ul li {
  display: inline-block;
  color: #007ac3;
  padding: 1em 3em;
  margin: 0 1em 1em 0;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #007ac3;
}
@media only screen and (max-width: 768px) {
  body#startseite div.ce-bodytext ul li {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  body#startseite div.ce-bodytext ul li {
    width: 31.66%;
  }
}
div#start-karriere div.ce-content + div.ce-content {
  margin-top: 3.2em;
}
@media only screen and (max-width: 768px) {
  div#start-karriere {
    padding-top: 3.2em;
    text-align: center;
  }
  div#start-karriere figure.image {
    margin-bottom: 1.2em;
  }
}
div#start-kontakt {
  margin-bottom: 2.4em;
}
@media only screen and (max-width: 768px) {
  div#start-kontakt {
    padding-top: 1.6em;
  }
}
@media only screen and (min-width: 769px) {
  div#start-kontakt div.ce-bodytext ul {
    float: left;
    width: 320px;
    margin-right: 0.3em;
  }
}
div#start-kontakt div.ce-bodytext ul li {
  width: auto;
  border-color: #ffffff;
}
@media only screen and (max-width: 768px) {
  div#start-kontakt div.ce-right div.ce-gallery {
    float: none;
    margin-left: 0;
  }
}
div.ce-bilder-slideshow {
  margin: 2.4em 0;
}
div.ce-bilder-slideshow div.ce-bilder-slideshow-gallery figure {
  margin: 0 0 1.2em 0;
}
div.ce-bilder-slideshow div.ce-bilder-slideshow-gallery figure figcaption {
  font-size: 0.875em;
  line-height: 1.3em;
  padding: 0.2em;
}
div.ce-bilder-slideshow ul.ce-bilder-slideshow-thumbs li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.6em 0 0;
  padding: 0;
}
div.ce-aktuelles-meldung {
  padding: 15px;
  margin: 0px 0px 15px 0px;
  box-sizing: border-box;
  background-color: #ececed;
}
@media only screen and (min-width: 769px) {
  div.ce-aktuelles-meldung {
    float: left;
    width: 310px;
    margin: 0px 15px 15px 0px;
  }
}
div.ce-aktuelles-meldung div.ce-akuelles-meldung-bild {
  margin: 0 0 1.2em 0;
}
div.ce-aktuelles-meldung div.ce-akuelles-meldung-bild a {
  outline: none;
}
div.ce-aktuelles-meldung div.ce-akuelles-meldung-titel h2 {
  font-size: inherit;
  text-transform: none;
  background: none;
  padding-left: 0;
  margin-bottom: 1.2em;
}
div.ce-aktuelles-meldung div.ce-akuelles-meldung-text {
  color: #000000;
}
div.ce-aktuelles-meldung div.ce-akuelles-meldung-text a {
  color: #007ac3;
}
@media only screen and (min-width: 769px) {
  div#ce-aktuelles-grid {
    position: relative;
    left: -10px;
  }
}
div.ce-aktuelles-liste {
  margin: 0.8em 0;
}
div.ce-aktuelles-liste h3,
div.ce-aktuelles-liste p {
  margin: 0;
}
div.ce-aktuelles-liste div.ce-aktuelles-liste-image {
  float: left;
  margin: 0 0.8em 0.8em 0;
}
div.ce-aktuelles-liste a.weiter {
  float: right;
}
@media only screen and (min-width: 769px) {
  div#aktuelles {
    min-height: 12em;
  }
}
@media only screen and (min-width: 769px) {
  div#aktuelles div.ce-aktuelles-liste-image {
    margin: 0;
    width: 90px;
  }
}
@media only screen and (min-width: 769px) {
  div#aktuelles div.ce-aktuelles-liste-text {
    float: right;
    width: 520px;
  }
}
@media only screen and (min-width: 769px) {
  div#aktuelles div.aktuelles-group div.ce-aktuelles-liste-image {
    width: 313px;
  }
}
@media only screen and (min-width: 769px) {
  div#aktuelles div.aktuelles-group div.ce-aktuelles-liste-text {
    width: 626px;
  }
}
@media only screen and (max-width: 768px) {
  div#suche {
    margin: 0 0 0 2em;
  }
}
@media only screen and (min-width: 769px) {
  div#suche {
    margin: 1.4em 0 2.4em 0.3em;
  }
}
div#suche div#suchbutton {
  display: inline;
}
div#suche div#suchbutton a {
  float: left;
  display: block;
  width: 21px;
  height: 19px;
  margin: 2px 4px 0px 0px;
  text-indent: -9999px;
  background: url(../img/picto-lupe.png) no-repeat;
  outline: none;
}
div#suche input#suchbutton {
  float: left;
  display: block;
  width: 21px;
  height: 19px;
  margin: 6px 4px 0px 2px;
  text-indent: -9999px;
  border: none;
  background: url(../img/picto-lupe.png) no-repeat;
  outline: none;
}
div#suche div#suchformular {
  display: none;
  position: absolute;
  margin-left: 1.6em;
}
div#suche div#suchformular input#ke_search_sword {
  width: 180px;
  height: 24px;
  padding: 0px 6px;
  border: 1px solid #007ac3;
}
header#pageheader div#suche div#suchbutton a {
  margin: 4px 4px 0px 0px;
}
div#products div.backlink {
  margin: 1.6em 0;
}
div#products div.backlink a {
  display: inline-block;
  position: relative;
  padding: 0 0 0 1.2em;
}
div#products div.backlink a::before,
div#products div.backlink a::after {
  position: absolute;
  left: 0px;
  content: '';
  border-radius: 3px;
  height: 3px;
  width: 9px;
  background: #007ac3;
  display: block;
  text-indent: -9999px;
  transition: all 250ms ease-in-out;
}
div#products div.backlink a::before {
  top: 9px;
  transform: rotate(-45deg);
}
div#products div.backlink a::after {
  top: 14px;
  transform: rotate(45deg);
}
div#products div.backlink a.pdf {
  float: right;
  padding: 0 1.2em 0 0;
}
div#products div.backlink a.pdf::before,
div#products div.backlink a.pdf::after {
  left: inherit;
  right: 0px;
}
div#products div.backlink a.pdf::before {
  transform: rotate(45deg);
}
div#products div.backlink a.pdf::after {
  transform: rotate(-45deg);
}
div#products.products-detail h2 {
  color: inherit;
  font-size: inherit;
  text-transform: none;
  background: none;
  margin: 0 0 1.2em 0;
  padding: 0;
}
div#products div.spacer {
  height: 1px;
  clear: both;
  border-top: 1px solid #dcdfe2;
  margin: 1.6em 0;
}
div.products-list-table {
  margin: 2em 0;
}
div.products-list-table div.ce-header {
  margin: 0 0 2.4em 0;
}
@media only screen and (min-width: 769px) {
  div.products-list-table div#products-list-table-wrap {
    height: 610px;
    overflow: auto;
  }
}
div.products-list-table table {
  width: 100%;
}
div.products-list-table table th,
div.products-list-table table td {
  line-height: 1.3em;
  text-align: left;
  vertical-align: top;
  padding: 0.3em 0.6em;
}
div.products-list-table table th {
  font-family: 'robotocondensed_bold', Arial, sans-serif;
  font-size: 1.125em;
  font-weight: normal;
  color: #ffffff;
  background-color: #007ac3;
  vertical-align: middle;
}
div.products-list-table table th a {
  color: #ffffff;
}
div.products-list-table table td {
  text-align: center;
}
div.products-list-table table td a {
  color: inherit;
}
div.products-list-table table td:first-of-type {
  text-align: left;
}
div.products-list-table table td a {
  text-decoration: underline;
  color: #007ac3;
}
div.products-list-table table tr:nth-child(even) {
  background-color: #e3e3e3;
}
div.products-list-table table tr.even {
  background-color: #e3e3e3;
}
div.products-list-table table tr.odd {
  background-color: #ffffff;
}
@media only screen and (min-width: 769px) {
  div.products-list-table div#products-list-table-wrap.floating {
    position: relative;
  }
  div.products-list-table div#products-list-table-wrap.floating table thead {
    position: absolute;
    top: 0px;
  }
  div.products-list-table div#products-list-table-wrap.floating table tbody {
    display: block;
    max-height: 547px;
    overflow: auto;
  }
}
@media only screen and (min-width: 769px) {
  div.products-detail div.products-detail-text {
    float: left;
    width: 48%;
  }
}
div.products-detail div.products-detail-image {
  margin: 0 0 1.2em 0;
}
@media only screen and (min-width: 769px) {
  div.products-detail div.products-detail-image {
    float: right;
    margin: 0 0 1.2em 1.2em;
  }
}
div.products-detail div.products-detail-drawing figure {
  text-align: center;
}
div.products-detail div.products-detail-table {
  margin: 2em 0;
}
div.products-detail div.products-detail-table table {
  width: 100%;
}
div.products-detail div.products-detail-table table td {
  line-height: 1.3em;
  text-align: left;
  vertical-align: top;
  padding: 0.3em 1.2em;
}
div.products-detail div.products-detail-table table tr:nth-child(odd) {
  background-color: #e3e3e3;
}
div.products-detail div.products-detail-data {
  margin: 2em 0;
}
div.products-detail div.products-detail-data dl {
  background-color: #e3e3e3;
}
div.products-detail div.products-detail-data dl:nth-of-type(4n),
div.products-detail div.products-detail-data dl:nth-of-type(4n-1) {
  background-color: #ffffff;
}
@media only screen and (min-width: 769px) {
  div.products-detail div.products-detail-data dl {
    display: inline-block;
    width: 50%;
  }
}
div.products-detail div.products-detail-data dl dt,
div.products-detail div.products-detail-data dl dd {
  font-size: inherit;
  display: inline-block;
  margin: 0;
  padding: 0.3em 1.2em;
  box-sizing: border-box;
  vertical-align: top;
}
div.products-detail div.products-detail-data dl dt {
  width: 55%;
  color: inherit;
  font-family: inherit;
  font-weight: normal;
  background: none;
}
div.products-detail div.products-detail-data dl dd {
  width: 10%;
}
div.products-detail div.products-detail-data dl dd:last-of-type {
  width: 25%;
  text-align: right;
}
@media only screen and (min-width: 769px) {
  div#vertretungen div#vertretungen-karte {
    float: right;
    width: 600px;
    position: relative;
    margin: 4.8em 0;
  }
  div#vertretungen div#vertretungen-karte div#vertretungen-karte-overlay {
    position: absolute;
    top: 0;
    left: 0;
  }
}
div#vertretungen ul#vertretungen-liste {
  display: inline-block;
}
@media only screen and (min-width: 769px) {
  div#vertretungen ul#vertretungen-liste {
    float: left;
    width: 300px;
  }
}
@media only screen and (max-width: 768px) {
  div#vertretungen div#vertretungen-adressen div.vertretungen-adresse {
    margin: 1.2em 0;
  }
}
@media only screen and (min-width: 769px) {
  div#vertretungen div#vertretungen-adressen {
    float: right;
    width: 600px;
  }
  div#vertretungen div#vertretungen-adressen div.vertretungen-adresse {
    margin-bottom: 3.6em;
    padding-right: 2.4em;
    vertical-align: top;
  }
}
div#vertretungen figure.vertretungen-fahne {
  float: left;
  margin: 0 1.2em 0 -0.1em;
}
div#vertretungen figure.vertretungen-fahne + div.vertretungen-adresse {
  padding-top: 0.6em;
}
div.nw-rapidmail {
  margin: 0 0 2.4em 0;
}
div.nw-rapidmail p {
  list-style-type: none;
  margin: 0 0 1.2em 0;
  padding: 0;
}
@media only screen and (min-width: 769px) {
  div.nw-rapidmail label {
    float: left;
    width: 10em;
    clear: both;
  }
}
div.nw-rapidmail input.form_field {
  width: 90%;
  font-family: 'robotocondensed_light', Arial, sans-serif;
  font-size: 1.0em;
  padding: 0.3em 0.4em 0.3em 0.4em;
  border: 1px solid #7c7e80;
}
@media only screen and (min-width: 769px) {
  div.nw-rapidmail input.form_field {
    width: 20em;
  }
}
div.nw-rapidmail input.form_button_submit {
  color: #ffffff;
  width: 90%;
  padding: 0.3em 0.4em 0.3em 0.4em;
  border: 1px solid #7c7e80;
  background-color: #7c7e80;
}
@media only screen and (min-width: 769px) {
  div.nw-rapidmail input.form_button_submit {
    width: 12.0em;
    margin-left: 10em;
  }
}
div.nw-rapidmail span.rapidmail-fehler {
  display: block;
  color: #cc0000;
  margin: 0.4em 0 0 0;
}
@media only screen and (min-width: 769px) {
  div.nw-rapidmail span.rapidmail-fehler {
    margin-left: 10em;
  }
}
div.nw-rapidmail p#gender_form input {
  float: none;
}
div.nw-rapidmail p#gender_form input + label {
  float: none;
  margin: 0 0.8em 0 0;
}
div.tx-powermail div.powermail_fieldwrap {
  margin: 0 0 1.2em 0;
}
@media only screen and (max-width: 768px) {
  div.tx-powermail label.powermail_label {
    display: block;
  }
}
@media only screen and (min-width: 769px) {
  div.tx-powermail label.powermail_label {
    float: left;
    width: 9em;
    padding-right: 1em;
    clear: both;
  }
  div.tx-powermail label.powermail_label strong {
    display: block;
    width: 20em;
    margin: 1em 0 0 12em;
  }
}
div.tx-powermail input.powermail_input,
div.tx-powermail select.powermail_select,
div.tx-powermail textarea.powermail_textarea {
  width: 90%;
  font-size: 1.0em;
  font-family: 'robotocondensed_light', Arial, sans-serif;
  background-color: #ffffff;
  border: 1px solid #7c7e80;
  padding: 0.3em 0.4em 0.3em 0.4em;
  box-sizing: content-box;
}
@media only screen and (min-width: 769px) {
  div.tx-powermail input.powermail_input,
  div.tx-powermail select.powermail_select,
  div.tx-powermail textarea.powermail_textarea {
    width: 20em;
  }
}
div.tx-powermail input.powermail_submit {
  width: 90%;
  padding: 0.3em 0.4em 0.3em 0.4em;
  color: #ffffff;
  border: 1px solid #7c7e80;
  background-color: #7c7e80;
}
@media only screen and (min-width: 769px) {
  div.tx-powermail input.powermail_submit {
    width: 12.0em;
    margin-left: 10em;
  }
}
div.tx-powermail ul.powermail-errors-list {
  color: #cc0000;
}
@media only screen and (min-width: 769px) {
  div.tx-powermail ul.powermail-errors-list {
    margin-left: 10em;
  }
}
div.tx-powermail ul.powermail-errors-list li {
  display: block;
  margin-left: 0;
  padding-left: 0;
}
div.tx-powermail div.powermail_fieldwrap_type_radio div.radio {
  display: inline-block;
  width: 4em;
  padding-left: 0.3em;
  padding-right: 1em;
}
@media only screen and (min-width: 769px) {
  div.tx-powermail div.powermail_fieldwrap_type_check div.powermail_field {
    margin-left: 10em;
  }
}
div.tx-powermail div.powermail_fieldwrap_type_check div.checkbox input {
  margin-right: 1em;
}
@media only screen and (min-width: 769px) {
  div.tx-powermail div.powermail_fieldwrap_type_check ul.powermail-errors-list {
    margin-left: 0;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  font-size: 14px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
.unslider {
  position: relative;
  margin: 0;
  padding: 0;
}
.unslider-wrap {
  position: relative;
}
.unslider-wrap div.ce-content {
  position: relative;
}
.unslider-wrap.unslider-carousel > div {
  float: left;
}
aside + nav.unslider-nav {
  position: absolute;
  margin-top: -3em;
  width: 100%;
}
aside + nav.unslider-nav ol {
  list-style: none;
  text-align: center;
}
aside + nav.unslider-nav ol li {
  display: inline-block;
  width: 28px;
  height: 8px;
  margin: 0px 8px;
  background: #ffffff;
  overflow: hidden;
  text-indent: -999em;
  cursor: pointer;
}
aside + nav.unslider-nav ol li.unslider-active {
  background: #007ac3;
  cursor: default;
}
main nav.unslider-nav ol {
  list-style: none;
  text-align: center;
}
main nav.unslider-nav ol li {
  display: inline-block;
  width: 28px;
  height: 8px;
  margin: 0px 8px;
  padding: 0;
  background: #c8dbf2;
  overflow: hidden;
  text-indent: -999em;
  cursor: pointer;
}
main nav.unslider-nav ol li.unslider-active {
  background: #007ac3;
  cursor: default;
}
div#products .hiddenTableColumn,
div#products .hiddenProduct,
div#products .hiddenFilter,
div#products .hiddenSelectField {
  display: none;
}
div#products .activeFilter {
  display: block;
}
div#products select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 40px;
  padding-left: 10px;
  color: #ffffff;
  background: url("../img/select-arrow.png") no-repeat scroll right 0%, #969a9c;
  border: none;
  cursor: pointer;
  width: 148px;
  height: 26px;
  text-overflow: ellipsis;
}
div#products select::-ms-expand {
  display: none;
}
div#products button {
  font-family: 'robotocondensed_bold', Arial, sans-serif;
  background-color: #007ac3;
  color: #ffffff;
  border: none;
  position: relative;
  cursor: pointer;
  padding: 0px 15px 0px 0px;
}
div#products button::before,
div#products button::after {
  position: absolute;
  top: 12px;
  content: '';
  border-radius: 3px;
  height: 3px;
  width: 10px;
  background: #69acdf;
  display: block;
  text-indent: -9999px;
  transition: all 250ms ease-in-out;
}
div#products button::before {
  right: 4px;
  transform: rotate(45deg);
}
div#products button::after {
  right: -1px;
  transform: rotate(-45deg);
}
div#products button.asc::before,
div#products button.desc::before,
div#products button.asc::after,
div#products button.desc::after {
  background: #ffffff;
}
div#products button.desc::before {
  transform: rotate(-45deg);
}
div#products button.desc::after {
  transform: rotate(45deg);
}
div#products #filterBar {
  margin-bottom: 0.2em;
  position: relative;
}
div#products #productCount {
  margin-bottom: 1.0em;
}
div#products .multiselect {
  display: block;
}
@media only screen and (min-width: 769px) {
  div#products .multiselect {
    display: inline-block;
    margin-right: 4%;
    width: 22%;
  }
  div#products .multiselect:last-child {
    margin-right: 0px;
  }
}
div#products .selectBox {
  position: relative;
}
div#products .selectBox div.activeFilters {
  height: 25px;
}
div#products .selectBox select {
  width: 100%;
  font-family: 'robotocondensed_bold', Arial, sans-serif;
  font-size: 1.125em;
  font-weight: normal;
  color: #ffffff;
}
div#products .overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
div#products .checkboxes {
  display: none;
  border: 1px #000000 solid;
  background: #ffffff;
  position: absolute;
  width: inherit;
  box-sizing: border-box;
  z-index: 5;
  top: 26px;
}
@media only screen and (max-width: 768px) {
  div#products .checkboxes {
    width: 90%;
  }
}
div#products .checkboxes label {
  display: block;
  width: 100%;
}
div#products .checkboxes input {
  margin: 5px;
  float: left;
  position: relative;
  z-index: -1;
}
div#products #checkboxes label {
  display: block;
}
div#products #checkboxes label:hover {
  background-color: #1e90ff;
}
@media print {
  nav#nav-lang,
  nav#nav-main,
  nav#nav-root,
  nav#nav-sub,
  nav#nav-foot,
  aside,
  div#suche {
    display: none;
  }
  div#logo {
    width: 130px;
    margin: 0 0 1em 0;
  }
  div#logo img {
    text-align: right;
  }
  div#products div#filterBar {
    display: none;
  }
  div#products div#products-list-table-wrap {
    height: auto;
    overflow: inherit;
  }
  div#products div.products-list-table table {
    border-collapse: collapse;
  }
  div#products div.products-list-table table td,
  div#products div.products-list-table table th {
    border: 1px solid #000000;
  }
  div#products div.products-list-table table th button,
  div#products div.products-list-table table th select {
    color: #000000;
    background: transparent;
  }
  div#products div.products-detail-drawing {
    page-break-after: always;
  }
  div#products div.products-detail-data {
    border-bottom: 1px solid #000000;
  }
  div#products div.products-detail-data dl {
    display: table;
    width: 49%;
    float: left;
    border-collapse: collapse;
    background-color: #ffffff;
    border-top: 1px solid #000000;
  }
  div#products div.products-detail-data dl dt,
  div#products div.products-detail-data dl dd {
    display: table-cell;
    padding: 0.3em;
  }
  div#products div.products-detail-data dl dt {
    width: 50%;
  }
  div#products div.products-detail-data dl dd {
    width: 15%;
  }
  div#products div.products-detail-data dl dd + dd + dd {
    width: 20%;
  }
  div#products div.backlink {
    display: none;
  }
  h2 {
    padding-left: 0 !important;
  }
  div.products-detail div.products-detail-text,
  div.products-detail div.products-detail-image {
    display: inline-block;
    width: 48%;
    vertical-align: top;
  }
  div.products-detail div.products-detail-text {
    margin-right: 2%;
  }
  div.products-detail div.products-detail-image {
    margin-left: 2%;
  }
  footer#pagefooter {
    margin: 8em 0 0 0;
  }
}
