/*
	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: #00b1fc;
  color: #fff;
}
::-moz-selection {
  background: #00b1fc;
  color: #fff;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  -webkit-tap-highlight-color: #00b1fc;
}
@font-face {
  font-family: 'texgyreschola_regular';
  src: url('../fonts/texgyreschola-regular-webfont.eot');
  src: url('../fonts/texgyreschola-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/texgyreschola-regular-webfont.woff') format('woff'), url('../fonts/texgyreschola-regular-webfont.ttf') format('truetype'), url('../fonts/texgyreschola-regular-webfont.svg#texgyrescholaregular') format('svg');
}
@font-face {
  font-family: 'texgyreschola_bold';
  src: url('../fonts/texgyreschola-bold-webfont.eot');
  src: url('../fonts/texgyreschola-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/texgyreschola-bold-webfont.woff') format('woff'), url('../fonts/texgyreschola-bold-webfont.ttf') format('truetype'), url('../fonts/texgyreschola-bold-webfont.svg#texgyrescholabold') format('svg');
}
@font-face {
  font-family: 'texgyreheros_regular';
  src: url('../fonts/texgyreheros-regular-webfont.eot');
  src: url('../fonts/texgyreheros-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/texgyreheros-regular-webfont.woff') format('woff'), url('../fonts/texgyreheros-regular-webfont.ttf') format('truetype'), url('../fonts/texgyreheros-regular-webfont.svg#texgyreherosregular') format('svg');
}
@font-face {
  font-family: 'texgyreheros_bold';
  src: url('../fonts/texgyreheros-bold-webfont.eot');
  src: url('../fonts/texgyreheros-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/texgyreheros-bold-webfont.woff') format('woff'), url('../fonts/texgyreheros-bold-webfont.ttf') format('truetype'), url('../fonts/texgyreheros-bold-webfont.svg#texgyreherosbold') format('svg');
}
body {
  font-family: 'texgyreschola_regular', Times, serif;
  font-size: 62.5%;
  color: #5e5f60;
  background-color: #ffffff;
}
div#wrapper {
  font-size: 1.8em;
  line-height: 1.6em;
  position: relative;
  margin: 0 auto 0 auto;
}
@media only screen and (max-width: 480px) {
  div#wrapper {
    font-size: 1.6em;
    padding-top: 6.5em;
  }
}
@media only screen and (min-width: 769px) {
  div#wrapper {
    max-width: 100%;
  }
}
div.clear {
  clear: both;
}
header {
  position: relative;
  margin: 0 0 0.6em 0;
}
@media only screen and (min-width: 769px) {
  header {
    margin: 0 0 1.6em 0;
  }
}
header div#logo {
  position: relative;
  height: 50px;
  line-height: 50px;
  text-align: right;
  margin: 0 1em 0 0;
}
@media only screen and (min-width: 769px) {
  header div#logo {
    height: 75px;
    line-height: 75px;
  }
}
header div#logo img {
  vertical-align: middle;
}
header div#slogan {
  display: none;
  color: #ffffff;
  position: absolute;
  width: 100%;
  line-height: 1.4em;
  text-align: center;
  box-sizing: border-box;
  opacity: 0.64;
  z-index: 5;
}
header div#slogan em {
  font-size: 0.9em;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  header div#slogan {
    display: block;
    font-size: 0.83333333em;
    padding: 10% 12% 0 12%;
  }
}
@media only screen and (min-width: 769px) {
  header div#slogan {
    display: block;
    font-size: 1.11111111em;
    padding: 10% 20% 0 20%;
  }
  header div#slogan em {
    display: block;
    margin-top: 0.8em;
  }
}
header div#slogan-home {
  color: rgba(255, 255, 255, 0.64);
  line-height: 1.5em;
  text-align: center;
  margin: 0 0 1.6em 0;
  box-sizing: border-box;
  background-image: url("/fileadmin/media/seitenbilder/netwerk-einstieg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 1.6em;
}
@media only screen and (min-width: 769px) {
  header div#slogan-home {
    height: 379px;
    margin: 0 0 1.6em 0;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  header div#slogan-home div#slogan-home-text {
    padding: 5vw 5vw 0 5vw;
  }
}
@media only screen and (min-width: 769px) {
  header div#slogan-home div#slogan-home-text {
    font-size: 1.11111111em;
    padding: 8vw 10vw 0 10vw;
  }
}
@media only screen and (min-width: 1024px) {
  header div#slogan-home div#slogan-home-text {
    padding: 8vw 20vw 0 20vw;
  }
}
header div#slogan-home div#slogan-home-text em {
  display: block;
  font-size: 0.9em;
  margin-top: 0.8em;
}
header div#slogan-home div#slogan-stoerer {
  position: relative;
  text-align: left;
  margin: -4em 0 0 -1em;
  z-index: 10;
}
@media only screen and (min-width: 769px) {
  header div#slogan-home div#slogan-stoerer {
    position: absolute;
  }
}
@media only screen and (min-width: 1680px) {
  header div#slogan-home div#slogan-stoerer {
    margin: 9vw 0 0 5vw;
  }
}
header div#slogan-home div#slogan-stoerer img {
  max-width: 25vw;
  height: auto;
}
@media only screen and (min-width: 769px) {
  header div#slogan-home div#slogan-stoerer img {
    max-width: 20vw;
  }
}
header div#motiv {
  position: relative;
  display: none;
  width: 100%;
  max-height: 250px;
  overflow: hidden;
}
header div#motiv img {
  width: 100%;
  height: auto;
}
header div#motiv div#motiv-text-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 12px;
  color: #ffffff;
  font-size: 1.94444444em;
  font-family: 'texgyreheros_regular', Times, serif;
  line-height: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  border-bottom: 4px solid #ffffff;
}
header div#motiv div#motiv-text {
  margin: 0px auto;
  max-width: 960px;
}
header div#motiv div#motiv-text h1 {
  font-size: inherit;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  header div#motiv {
    display: block;
  }
}
@media only screen and (min-width: 769px) {
  header div#motiv {
    display: block;
  }
}
div#navwrap {
  /*height: 1.6em;*/
  /*max-width: @max_width_navwrap;*/
}
div#navwrap nav {
  position: fixed;
  display: table;
  opacity: 0.6;
  top: 0px;
  width: 100%;
  max-width: 100%;
  height: 75px;
  background: #ffffff;
  border-bottom: 1px solid #000000;
  z-index: 5;
}
div#navwrap nav #navwrap2 {
  display: table-cell;
  vertical-align: middle;
}
div#navwrap nav #navwrap3 {
  margin: 0 auto;
  max-width: 960px;
}
div#navwrap nav ul {
  line-height: 2.5em;
}
@media only screen and (max-width: 480px) {
  div#navwrap nav ul {
    margin-left: 0.5em;
  }
}
div#navwrap nav ul li {
  color: #000000;
  float: left;
  list-style-type: none;
  margin: 0px 0px 0px 0px;
}
div#navwrap nav ul li:after {
  content: '|';
}
div#navwrap nav ul li a {
  height: 2.5em;
  line-height: 2.2em;
  display: inline-block;
  color: #000000;
  text-decoration: none;
  text-transform: lowercase;
  padding: 0px 4px 0px 4px;
  transition: color 0.2s linear 0s;
  outline: none;
}
div#navwrap nav ul li a:hover,
div#navwrap nav ul li a.aktiv {
  color: #e2001a;
  text-decoration: none;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  div#navwrap nav ul li a {
    padding: 0px 8px 0px 8px;
  }
}
@media only screen and (min-width: 769px) {
  div#navwrap nav ul li a {
    padding: 0px 8px 0px 8px;
  }
}
div#navwrap nav ul li:last-child:after {
  content: '';
}
div#navwrap nav ul li#navitem-8,
div#navwrap nav ul li#navitem-9,
div#navwrap nav ul li#navitem-10,
div#navwrap nav ul li#navitem-11 {
  display: none;
}
div#navwrap nav ul li#navitem-8:after,
div#navwrap nav ul li#navitem-9:after,
div#navwrap nav ul li#navitem-10:after,
div#navwrap nav ul li#navitem-11:after {
  content: '';
}
div#navwrap nav ul li#navitem-8 a,
div#navwrap nav ul li#navitem-9 a,
div#navwrap nav ul li#navitem-10 a,
div#navwrap nav ul li#navitem-11 a {
  position: relative;
  text-indent: -9999px;
  background: url(../img/nav-pictos.png) no-repeat;
}
div#navwrap nav ul li#navitem-8 a span,
div#navwrap nav ul li#navitem-9 a span,
div#navwrap nav ul li#navitem-10 a span,
div#navwrap nav ul li#navitem-11 a span {
  display: block;
  margin: 0px 0px 0px -8px;
  opacity: 0;
  transition: opacity 0.2s linear 0s;
  background: url(../img/nav-pictos.png) no-repeat;
}
div#navwrap nav ul li#navitem-8 a:hover span,
div#navwrap nav ul li#navitem-9 a:hover span,
div#navwrap nav ul li#navitem-10 a:hover span,
div#navwrap nav ul li#navitem-11 a:hover span,
div#navwrap nav ul li#navitem-8 a.aktiv span,
div#navwrap nav ul li#navitem-9 a.aktiv span,
div#navwrap nav ul li#navitem-10 a.aktiv span,
div#navwrap nav ul li#navitem-11 a.aktiv span {
  opacity: 1;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  div#navwrap nav ul li#navitem-8,
  div#navwrap nav ul li#navitem-9,
  div#navwrap nav ul li#navitem-10,
  div#navwrap nav ul li#navitem-11 {
    display: block;
  }
}
@media only screen and (min-width: 769px) {
  div#navwrap nav ul li#navitem-8,
  div#navwrap nav ul li#navitem-9,
  div#navwrap nav ul li#navitem-10,
  div#navwrap nav ul li#navitem-11 {
    display: block;
  }
}
div#navwrap nav ul li#navitem-8 {
  margin: 0px 0px 0px 12px;
}
div#navwrap nav ul li#navitem-8 a {
  width: 51px;
}
div#navwrap nav ul li#navitem-8 a span {
  background-position: 0px -50px;
}
div#navwrap nav ul li#navitem-9 a {
  width: 43px;
  background-position: -100px 0px;
}
div#navwrap nav ul li#navitem-9 a span {
  background-position: -100px -50px;
}
div#navwrap nav ul li#navitem-10 a {
  width: 21px;
  background-position: -200px 0px;
}
div#navwrap nav ul li#navitem-10 a span {
  background-position: -200px -50px;
}
div#navwrap nav ul li#navitem-11:after {
  content: '|';
}
div#navwrap nav ul li#navitem-11 a {
  width: 49px;
  background-position: -300px 0px;
}
div#navwrap nav ul li#navitem-11 a span {
  background-position: -300px -50px;
}
div#navwrap nav div#logo-invers {
  margin: 0.2em 1.0em 0 0;
}
@media only screen and (max-width: 480px) {
  div#navwrap nav div#logo-invers {
    margin-top: 0.4em;
    text-align: right;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  div#navwrap nav div#logo-invers {
    float: right;
  }
}
@media only screen and (min-width: 769px) {
  div#navwrap nav div#logo-invers {
    float: right;
  }
}
@media only screen and (max-width: 480px) {
  div#navwrap nav div#logo-acn {
    position: absolute;
    bottom: -60px;
    right: 12px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  div#navwrap nav div#logo-acn {
    float: right;
    margin-right: 1em;
  }
}
@media only screen and (min-width: 769px) {
  div#navwrap nav div#logo-acn {
    float: right;
    margin-right: 2em;
  }
}
div#navwrap nav div#logo-acn img {
  max-width: 100px;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  div#navwrap nav div#logo-acn img {
    filter: invert(1);
    max-width: 150px;
  }
}
@media only screen and (min-width: 769px) {
  div#navwrap nav div#logo-acn img {
    filter: invert(1);
    max-width: 150px;
  }
}
body#home div#navwrap {
  height: auto;
  min-height: 2.5em;
  margin: 0 0 3em 0;
}
body#home nav {
  position: relative;
  height: auto;
  background: #000;
}
body#home nav ul li {
  color: #ffffff;
}
body#home nav ul li a {
  color: #e7e8e9;
}
body#home nav ul li a:hover {
  color: #e2001a;
  text-decoration: none;
}
body#home nav ul li#navitem-8,
body#home nav ul li#navitem-9,
body#home nav ul li#navitem-10,
body#home nav ul li#navitem-11 {
  display: none;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  body#home nav {
    font-size: 1.38888889em;
  }
  body#home nav ul {
    margin: 0px 24px 0px 24px;
  }
  body#home nav ul li a {
    padding: 0px 16px 0px 16px;
  }
}
@media only screen and (min-width: 769px) {
  body#home nav {
    font-size: 1.38888889em;
  }
  body#home nav ul {
    margin: 0px 24px 0px 24px;
  }
  body#home nav ul li a {
    padding: 0px 16px 0px 16px;
  }
}
body#home nav div#logo-invers {
  display: none;
}
body#home div#motiv {
  max-height: 450px;
}
body#home div#wrapper {
  padding-top: 0em;
}
@media only screen and (min-width: 769px) {
  main {
    margin: 0 auto 0 auto;
    max-width: 960px;
  }
}
footer {
  background-color: #c7c7c7;
  margin: 2.25em 0 0 0;
  padding: 1em 0 1em 0;
}
@media only screen and (min-width: 769px) {
  footer {
    margin-top: 4.5em;
  }
}
@media only screen and (min-width: 769px) {
  footer div.wrap {
    position: relative;
    margin: -4.5em auto 0 auto;
    max-width: 960px;
  }
}
footer div.csc-text {
  font-size: 0.88888889em;
  line-height: normal;
}
footer div.csc-text a {
  color: rgba(0, 0, 0, 0.64);
}
div#socialmedia a {
  display: block;
  opacity: 0.64;
}
@media only screen and (max-width: 480px) {
  div#socialmedia {
    padding: 0 1em 1.2em 1em;
  }
  div#socialmedia a {
    margin-right: 0.5em;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  div#socialmedia {
    padding: 0 1em 1.2em 1em;
  }
  div#socialmedia a {
    margin-right: 0.5em;
  }
}
@media only screen and (min-width: 769px) {
  div#socialmedia {
    position: absolute;
    top: 4.8em;
    right: 0;
    width: 28px;
  }
  div#socialmedia a {
    margin-bottom: 0.5em;
  }
}
a {
  color: #5e5f60;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
p {
  margin: 0 0 1.6em 0;
}
div.frame ul,
div.frame ol {
  margin: 0.8em 0 1.6em 0;
}
div.frame ul li,
div.frame ol li {
  margin: 0 0 0 1.25em;
  padding: 0 0 0 0.6em;
}
div.frame ul li {
  list-style-type: square;
}
strong,
b {
  font-family: 'texgyreheros_bold', Times, serif;
  font-weight: normal;
  color: #000000;
  text-transform: uppercase;
}
img.lazyload {
  opacity: 0;
  transition: opacity 0.2s ease-in;
  max-width: 100%;
  height: auto;
}
iframe {
  max-width: 100%;
}
main h1 {
  font-size: 1.66666667em;
  font-family: 'texgyreheros_regular', Times, serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 0em 0 0.3em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.64);
}
main h1 span {
  display: inline-block;
  color: #ffffff;
  background-color: #000000;
  margin: 0 0 0.2em 0;
  padding: 0.3em 0.6em 0.3em 0.6em;
}
main h2 {
  color: #000000;
  font-size: 1.38888889em;
  font-family: 'texgyreheros_regular', Times, serif;
  font-weight: normal;
  letter-spacing: 0.02em;
  margin: 0em 0 0.2em 0;
}
main h2 a {
  color: #000000;
}
main div.csc-header h2 {
  margin: 0 0 1.2em 0;
}
main h3 {
  color: #000000;
  font-size: 1.0em;
  font-family: 'texgyreheros_regular', Times, serif;
  font-weight: normal;
}
main h3 a {
  color: #000000;
}
.einleitung {
  color: #000000;
  font-size: 1.38888889em;
  font-family: 'texgyreheros_regular', Times, serif;
  letter-spacing: 0.02em;
}
p.csc-header-date {
  font-size: 0.88888889em;
  font-family: 'texgyreheros_regular', Times, serif;
  margin: 0;
}
a.internal-link,
a.mail,
a.download {
  text-decoration: underline;
}
a.external-link,
a.external-link-new-window {
  text-decoration: underline;
  padding: 0px 12px 0px 0px;
  background: url(../img/picto-link.png) center right no-repeat;
}
span.aktionsbutton a,
a span.aktionsbutton {
  display: block;
  max-width: 320px;
  color: #000000;
  text-align: center;
  text-decoration: none;
  padding: 0.8em 0.8em 0.8em 0.8em;
  background-color: #c7c7c7;
  /*KMS:*/
  border-radius: 18px;
}
/*KMS:*/
span.aktionsbutton:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 0 8px 15px;
  transform: translateY(-2px);
}
/*KMS:*/
span.aktionsbutton:active {
  transform: translateY(0);
}
/*KMS:*/
a:hover {
  text-decoration: none;
}
/*KMS:*/
div#c761 a {
  margin-top: 2em;
  margin-bottom: 2em;
  display: flex;
  justify-content: center;
}
div.frame {
  padding: 0 1em 1.2em 1em;
}
@media only screen and (min-width: 769px) {
  div.frame {
    padding: 0 0 1.2em 0;
  }
}
div.frame div.frame {
  padding: 0;
}
div.ce-border img {
  border: none;
  margin: 2px;
  border-radius: 3px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.64);
}
figcaption.image-caption {
  font-size: 0.83333333em;
  margin: 0.3em 0 0.3em 0.3em;
  line-height: normal;
}
div.ce-above img {
  margin-bottom: 0.8em;
}
@media only screen and (max-width: 480px) {
  div.ce-intext.ce-left div.ce-gallery {
    float: none;
    margin: 0 0 1.6em 0;
  }
}
@media only screen and (min-width: 769px) {
  div.ce-intext.ce-right {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 480px) {
  div.ce-intext.ce-right div.ce-gallery {
    float: none;
    margin: 0 0 1.6em 0;
  }
}
@media only screen and (min-width: 769px) {
  div.ce-intext.ce-right div.ce-gallery {
    margin-left: 150px;
  }
}
div.grid-4col div.grid-item {
  position: relative;
  line-height: normal;
  box-sizing: border-box;
}
@media only screen and (max-width: 480px) {
  div.grid-4col div.grid-item div.frame-custom-20 {
    margin-bottom: 3.2em;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  div.grid-4col div.grid-item {
    font-size: 0.83333333em;
    float: left;
    width: 50%;
    padding: 0 1em 0 0;
  }
  div.grid-4col div.grid-item:nth-child(2n+1) {
    clear: left;
  }
  div.grid-4col div.grid-item div.frame-custom-20 {
    margin-top: 1.0em;
  }
}
@media only screen and (min-width: 769px) {
  div.grid-4col div.grid-item {
    font-size: 0.83333333em;
    float: left;
    width: 25%;
    padding: 0 1em 0 0;
  }
  div.grid-4col div.grid-item:nth-child(4n+1) {
    clear: left;
  }
  div.grid-4col div.grid-item div.frame-custom-20 {
    margin-top: 1.0em;
  }
}
div.grid-4col div.grid-item h2 {
  text-align: center;
  margin: 0 0 0.8em 0;
}
div.grid-4col div.grid-item a,
div.grid-4col div.grid-item a:hover {
  text-decoration: none;
}
div.grid-3col {
  font-size: 0.83333333em;
  font-family: 'texgyreheros_regular', Times, serif;
  line-height: 1.4em;
}
div.grid-3col div.nw_themenbox {
  float: left;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  width: 308px;
  min-height: 368px;
  padding: 0 0 2.4em 0;
  margin: 0px 0px 2.4em 4px;
  border-radius: 4px;
  border: 1px solid #c0c1c3;
  box-shadow: 0px 0px 2px #c0c1c3;
  overflow: hidden;
}
div.grid-3col div.nw_themenbox div.frame {
  padding-bottom: 0;
}
div.grid-3col div.nw_themenbox div.ce-image {
  height: 129px;
  line-height: 123px;
  margin: 0 0 1.4em 0;
  border-bottom: 1px solid #e1e4e6;
}
div.grid-3col div.nw_themenbox div.ce-image img {
  display: inline;
  vertical-align: middle;
}
div.grid-3col div.nw_themenbox a {
  display: block;
}
div.grid-3col div.nw_themenbox a:hover {
  text-decoration: none;
}
div.grid-3col div.nw_themenbox h2 {
  font-size: 1.0em;
  margin: 0px 20px 16px 20px;
}
div.grid-3col div.nw_themenbox p {
  font-size: 0.85em;
  margin: 0px 20px 16px 20px;
}
div.grid-3col div.nw_themenbox a.mehrinfos {
  font-size: 0.866em;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 38px;
  line-height: 38px;
  text-decoration: none;
  border-top: 1px solid #e1e4e6;
  background: rgba(225, 228, 230, 0.25);
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  div.grid-3col div.nw_themenbox {
    margin: 0px 0px 3.6em 16px;
  }
  div.grid-3col div.nw_themenbox:nth-child(2n) {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 769px) {
  div.grid-3col div.nw_themenbox {
    margin: 0px 15px 3.6em 2px;
  }
  div.grid-3col div.nw_themenbox:nth-child(3n) {
    margin-right: 0px;
  }
}
div.grid-2col-left {
  margin: 0 0 1.6em 0;
}
@media only screen and (min-width: 769px) {
  div.grid-2col-left {
    float: left;
    width: 66%;
  }
}
div.grid-2col-right {
  position: relative;
  font-size: 0.88888889em;
  line-height: 1.4em;
  margin: 0 0 2.4em 0;
  padding: 1em 0 0 0;
  border-radius: 4px;
  border: 1px solid #c0c1c3;
  box-shadow: 0px 0px 2px #c0c1c3;
  box-sizing: border-box;
}
@media only screen and (max-width: 480px) {
  div.grid-2col-right {
    margin: 0 1em 0 1em;
  }
}
@media only screen and (min-width: 769px) {
  div.grid-2col-right {
    float: right;
    width: 25%;
    padding: 1em 1em 0.5em 1em;
  }
}
div.grid-2col-right h1 {
  font-size: 1.38888889em;
  font-family: 'texgyreheros_regular', Times, serif;
  text-transform: none;
  border-bottom: none;
  margin: 0 0 0.8em 0;
}
div.grid-2col-right h1 span {
  display: inline;
  color: #000000;
  background-color: inherit;
  margin: 0;
  padding: 0;
}
div.grid-2col-right h2 {
  margin: 0 0 0.8em 0;
}
div.grid-2col-right h3 {
  font-family: 'texgyreschola_regular', Times, serif;
  font-weight: bold;
  color: #5e5f60;
}
div.grid-2col-right div.frame-default {
  padding-bottom: 0.1em;
}
div.grid-2col-right div.frame-default ul li {
  padding-left: 0;
}
div.grid-2col-right span.aktionsbutton {
  display: block;
  margin: 1.2em 0 -1.2em 0;
}
@media only screen and (max-width: 480px) {
  div.grid-3col {
    position: relative;
    overflow: auto;
  }
  div.grid-3col div.frame-default {
    margin: 0;
    padding: 0;
  }
  div.grid-3col div.frame-default div.nw_themenbox {
    margin: 0 auto 2.4em auto;
  }
  div.slidewrap {
    padding: 0 0 1.2em 0;
  }
  ol.dots {
    width: 100%;
    text-align: center;
    margin-top: -1.2em;
    z-index: 5;
  }
  ol.dots li {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 4px;
    text-indent: -999em;
    border: 2px solid #4d4d4d;
    border-radius: 6px;
    cursor: pointer;
    outline: none;
    opacity: 0.6;
  }
  ol.dots li.active {
    background: #4d4d4d;
    opacity: 0.8;
  }
}
div.frame-custom-20 {
  background-color: #c7c7c7;
}
@media only screen and (min-width: 769px) {
  div.frame-custom-20 {
    margin: -1.2em -1em 2.4em 0;
  }
}
div.frame-custom-20 ul {
  line-height: 1.8em;
  margin: 0;
  padding: 0.5em 1em 0.5em 1em;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  div.frame-custom-20 ul {
    margin: 0 0 1.2em 0;
  }
}
div.frame-custom-20 ul li {
  color: #000000;
  list-style-type: none;
  color: rgba(0, 0, 0, 0.64);
  border-bottom: 1px solid #e7e8e9;
  margin: 2px 0px 2px 0px;
}
div.frame-custom-20 ul li a {
  display: block;
  color: #000000;
  text-decoration: none;
}
div.frame-custom-20 ul li:last-child {
  border-bottom: none;
}
div.grid-std div.frame-custom-20 {
  font-size: 0.83333333em;
  line-height: 1.4em;
  margin: -1.2em 0 2.4em 0;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  div.grid-std div.frame-custom-20 {
    float: left;
    width: 50%;
  }
}
@media only screen and (min-width: 769px) {
  div.grid-std div.frame-custom-20 {
    float: left;
    width: 25%;
  }
}
form {
  margin: 1.6em 0 2.4em 0;
}
form div.form-group {
  clear: left;
  list-style-type: none;
  margin: 0 0 0.8em 0;
  padding: 0 0 0 0;
}
form input,
form textarea,
form select {
  width: 94%;
  font-size: 1.0em;
  font-family: 'texgyreschola_regular', Times, serif;
  border: 1px solid rgba(0, 0, 0, 0.64);
  padding: 4px;
}
form div.actions button {
  font-family: inherit;
  border: none;
  padding: 0.3em 2.4em;
  background-color: #c7c7c7;
}
form div.form-group div.checkbox div.form-check input {
  width: auto;
}
@media only screen and (min-width: 769px) {
  form div.form-group div.checkbox div.form-check span {
    display: inline-block;
    vertical-align: top;
    width: 28em !important;
    margin: 0 0 0 1em;
  }
  form div.form-group div.checkbox div.form-check span.required {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  form div.form-group {
    width: 35.0em;
    padding: 0.2em 0 0 0;
  }
  form input,
  form textarea {
    width: 28.0em;
  }
  form select {
    width: 28.6em;
  }
  form div.actions button {
    float: left;
    margin: 1em 0 0 0;
  }
}
footer div.csc-header-n1 {
  background-color: #ffffff;
  margin: -1em -1em 1em -1em;
  padding: 0 1em 0.1em 1em;
}
@media only screen and (min-width: 769px) {
  footer div.csc-header-n1 {
    margin: -1em 0 1em 0;
    padding: 0 0 0.1em 0;
  }
}
footer div.csc-header-n1 h1,
footer div.csc-header-n1 h2 {
  max-width: 960px;
  margin: 0 0 0.2em 0;
}
@media only screen and (min-width: 769px) {
  footer div.csc-header-n1 h1,
  footer div.csc-header-n1 h2 {
    margin: 0 auto 0.2em auto;
  }
}
footer h2 {
  font-size: 1.66666667em;
  font-family: 'texgyreheros_regular', Times, serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 0em 0 0.3em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.64);
}
footer h2 span {
  display: inline-block;
  color: #ffffff;
  background-color: #000000;
  margin: 0 0 0.2em 0;
  padding: 0.3em 0.6em 0.3em 0.6em;
}
footer h3 {
  color: #000000;
  font-size: 1.38888889em;
  font-family: 'texgyreheros_regular', Times, serif;
  font-weight: normal;
  letter-spacing: 0.02em;
  margin: 0em 0 0.2em 0;
}
footer h3 a {
  color: #000000;
}
footer div {
  color: rgba(0, 0, 0, 0.64);
  font-family: 'texgyreschola_regular', Times, serif;
}
footer div.frame ul {
  margin-top: 0;
}
@media only screen and (min-width: 769px) {
  footer div.frame-custom-21 {
    float: left;
    width: 32%;
  }
}
div#c563,
div#c564,
div#c565 {
  line-height: 1.4em;
}
div#c563 p,
div#c564 p,
div#c565 p {
  margin-bottom: 1.0em;
  font-size: 90%;
}
div#c563 b,
div#c564 b,
div#c565 b {
  text-transform: none;
}
div#c563 h2,
div#c564 h2,
div#c565 h2 {
  padding-top: 1.0em;
  margin-bottom: 1.0em;
}
div#c563 h3,
div#c564 h3,
div#c565 h3 {
  margin-bottom: 0.5em;
}
.cc-revoke,
.cc-window {
  opacity: 0.95;
  font-size: 12px;
}
#soundman {
  float: left;
  margin-right: 50px;
}
/* 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 {
  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;
}
