@charset "UTF-8";
body {
  font: 12px Verdana, Arial, sans-serif;
  background: #000;
  background: -moz-radial-gradient(center,ellipse cover,#000 0%,#565656 0%,#565656 16%,#000 72%,#000 100%);
  background: -webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,#000),color-stop(0%,#565656),color-stop(16%,#565656),color-stop(72%,#000),color-stop(100%,#000));
  background: -webkit-radial-gradient(center,ellipse cover,#000 0%,#565656 0%,#565656 16%,#000 72%,#000 100%);
  background: -o-radial-gradient(center,ellipse cover,#000 0%,#565656 0%,#565656 16%,#000 72%,#000 100%);
  background: -ms-radial-gradient(center,ellipse cover,#000 0%,#565656 0%,#565656 16%,#000 72%,#000 100%);
  background: radial-gradient(ellipse at center,#000 0%,#565656 0%,#565656 16%,#000 72%,#000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#828282',GradientType=0);
}
.clear {
  clear: both;
  visibility: hidden;
}
a,
a:link {
  color: #fff;
  text-decoration: none;
}
p,
.ce_text ul > li {
  font-size: 1em;
  line-height: 1.4em;
  color: #fff;
}
.ce_text ul {
  margin: 1em 0 1em 1.6em;
}
.ce_text ul > li {
  list-style: disc;
}
figure {
  padding: 0;
  margin: 0;
}
ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4 {
  color: #C31924;
  margin: 1em 0 1.2em 0;
}
h1 {
  font-size: 2em;
  font-weight: bold;
  background: url('/tl_files/layout/images/linie.png') repeat-x;
  background-position: bottom;
  padding-bottom: 1em;
  margin: 0;
}
#ganze_breite h1 {
  margin-top: 1.25em;
  padding-top: 0;
}
h2 {
  font-size: 1.667em;
  font-weight: bold;
}
h3 {
  font-size: 1.33em;
  font-weight: bold;
}
strong {
  font-weight: bold;
}
.more a {
  color: #C31924;
  display: block;
  text-align: right;
  margin-top: 1em;
  font-style: italic;
  font-weight: bold;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .more a {
    margin: 1em 1em 1em 0;
  }
}
.more a:before {
  content: '>> ';
}
header {
  -webkit-transition: all 1.0s ease-in-out;
  -moz-transition: all 1.0s ease-in-out;
  -o-transition: all 1.0s ease-in-out;
  transition: all 1.0s ease-in-out;
  width: 100%;
  height: 380px;
  background: url('/tl_files/layout/images/bg_punkte.png') repeat-x #323232;
  background-position: 50px 70px;
}
@media screen and (min-width: 1px) and (max-width: 748px) {
  header {
    -webkit-transition: all 1.0s ease-in-out;
    -moz-transition: all 1.0s ease-in-out;
    -o-transition: all 1.0s ease-in-out;
    transition: all 1.0s ease-in-out;
    background-color: #BABABA;
    background-image: none;
    height: 100%;
  }
  header a,
  header a:link {
    color: #000;
  }
  header #logo,
  header #headerbild {
    display: none;
  }
  header #logo_small {
    display: block;
    padding: 6%;
    text-align: center;
  }
  header #logo_small figure img {
    max-width: 100%;
  }
}
@media screen and (min-width: 749px) and (max-width: 3000px) {
  header #logo_small {
    display: none;
  }
}
#wrapper {
  margin: 0 auto;
}
#container {
  background: url('/tl_files/layout/images/linie.png') repeat-x;
  background-position: 0 0;
  clear: both;
  padding: 30px 0;
}
#main {
  width: 60%;
  float: left;
}
@media screen and (min-width: 200px) and (max-width: 320px) {
  #main {
    -webkit-transition: all 1.0s ease-in-out;
    -moz-transition: all 1.0s ease-in-out;
    -o-transition: all 1.0s ease-in-out;
    transition: all 1.0s ease-in-out;
    width: 100%;
  }
}
@media screen and (min-width: 321px) and (max-width: 680px) {
  #main {
    -webkit-transition: all 1.0s ease-in-out;
    -moz-transition: all 1.0s ease-in-out;
    -o-transition: all 1.0s ease-in-out;
    transition: all 1.0s ease-in-out;
    margin: 0 0 0 5%;
    width: 60%;
  }
}
#right {
  width: 36%;
  margin-left: 2%;
  padding-left: 2%;
  background: url('/tl_files/layout/images/linie.png') repeat-y;
  background-position: 0 0;
  float: right;
  position: relative;
}
@media screen and (min-width: 200px) and (max-width: 680px) {
  #right {
    -webkit-transition: all 1.0s ease-in-out;
    -moz-transition: all 1.0s ease-in-out;
    -o-transition: all 1.0s ease-in-out;
    transition: all 1.0s ease-in-out;
    float: none;
    width: 95%;
    background: none;
  }
}
#container,
#ganze_breite,
#footer,
header .inside,
#hauptnavigation nav {
  max-width: 950px;
  margin: 0 auto;
}
@media screen and (min-width: 300px) and (max-width: 680px) {
  #container,
  #ganze_breite,
  #footer,
  header .inside,
  #hauptnavigation nav {
    -webkit-transition: all 1.0s ease-in-out;
    -moz-transition: all 1.0s ease-in-out;
    -o-transition: all 1.0s ease-in-out;
    transition: all 1.0s ease-in-out;
    max-width: 480px;
  }
}
#hauptnavigation nav {
  position: relative;
  text-align: justify;
}
#logo {
  text-align: right;
  margin-top: -15%;
}
#logo figure {
  height: auto;
  width: 100%;
}
#logo figure img {
  height: auto;
  max-width: 100%;
}
#headerbild {
  padding-left: 4%;
  position: relative;
  z-index: 99;
}
#headerbild figure {
  height: auto;
  width: 45%;
}
#headerbild figure img {
  height: auto;
  max-width: 100%;
}
.invisible {
  display: inline;
  height: 0;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  top: -1000px;
  width: 0;
}
#ganze_breite {
  margin-bottom: 30px;
}
#hauptnavigation {
  font: 16px/90% Verdana, arial, sans-serif;
  color: #fff;
  max-width: 100%;
  height: 46px;
  background: #000;
}
@media screen and (min-width: 1px) and (max-width: 500px) {
  #hauptnavigation {
    display: none;
  }
}
#hauptnavigation ul {
  display: inline;
}
#hauptnavigation ul>li {
  display: inline-block;
  position: relative;
  padding: 1.5% 0;
}
#hauptnavigation ul>li:hover,
#hauptnavigation ul>li.active,
#hauptnavigation ul>li.trail {
  background: url('/tl_files/layout/images/nav_arr.gif') no-repeat bottom;
}
#hauptnavigation ul>li a {
  text-align: left;
  white-space: nowrap;
}
#hauptnavigation ul>li a:hover,
#hauptnavigation ul>li .active,
#hauptnavigation ul>li .trail {
  color: #C31924;
  text-align: left;
  white-space: nowrap;
}
#hauptnavigation ul>li ul {
  font-size: 0.9em;
  display: none;
  width: 125%;
  background: #000;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 100%;
}
#hauptnavigation ul>li ul li {
  display: block;
  padding: 4% 0;
}
#hauptnavigation ul>li:hover {
  display: inline-block;
  position: relative;
}
#hauptnavigation ul>li:hover ul {
  display: block;
  background: #000;
  position: absolute;
  padding: 4%;
  z-index: 2;
  left: -5%;
}
#hauptnavigation ul>li:hover ul li {
  display: block;
  width: 100%;
  padding: 0 0 0 1%;
  border-bottom: 1px #0E0E0E solid;
  background: none;
}
#hauptnavigation ul>li:hover ul li:hover {
  background-color: #070707;
  color: #C31924;
}
#hauptnavigation ul>li:hover ul li a,
#hauptnavigation ul>li:hover ul li a:link,
#hauptnavigation ul>li:hover ul li .active {
  width: 100%;
  display: inline-block;
  padding: 3% 0;
}
#skipNavigation3,
#skipNavigation17 {
  display: inline-block;
  height: 0;
  position: relative;
  width: 100%;
}
#header .mod_customnav {
  padding: 2% 0 0;
  margin-right: 5em;
}
@media screen and (min-width: 1px) and (max-width: 319px) {
  #header .mod_customnav {
    padding: 1% 1% 2% 0;
  }
}
.mod_customnav {
  text-align: right;
}
.mod_customnav ul li {
  display: inline;
}
.mod_customnav ul li a,
.mod_customnav ul li .active {
  padding: 0 0 0 5%;
  text-decoration: underline;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .mod_customnav ul li a,
  .mod_customnav ul li .active {
    padding: 3% 1% 0 2%;
  }
}
.mod_customnav ul li .active,
.mod_customnav ul li a:hover {
  color: #C31924;
}
#ganze_breite {
  text-align: justify;
  padding-top: 30px;
}
@media screen and (min-width: 200px) and (max-width: 480px) {
  #ganze_breite {
    text-align: left;
  }
}
#ganze_breite .stretcher {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 0;
}
@media screen and (min-width: 200px) and (max-width: 480px) {
  #ganze_breite .stretcher {
    display: none;
  }
}
#ganze_breite * {
  display: inline;
  vertical-align: top;
}
#ganze_breite .layoutblock {
  display: inline-block !important;
  width: 48%;
  text-align: left;
  margin: 0 0 4%;
}
@media screen and (min-width: 100px) and (max-width: 319px) {
  #ganze_breite .layoutblock {
    -webkit-transition: all 1.0s ease-in-out;
    -moz-transition: all 1.0s ease-in-out;
    -o-transition: all 1.0s ease-in-out;
    transition: all 1.0s ease-in-out;
    float: left;
    text-align: left;
    margin: 0 0 0 1%;
    width: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #ganze_breite .layoutblock {
    -webkit-transition: all 1.0s ease-in-out;
    -moz-transition: all 1.0s ease-in-out;
    -o-transition: all 1.0s ease-in-out;
    transition: all 1.0s ease-in-out;
    width: 70%;
    margin: 0 0 0 1%;
  }
  #ganze_breite .layoutblock img {
    width: 80%;
  }
}
#ganze_breite h1,
#ganze_breite h3 {
  display: block;
  margin-bottom: 1.2em;
}
#ganze_breite img {
  width: 100%;
  height: auto;
}
#ganze_breite .more a {
  color: #C31924;
  display: block;
  text-align: right;
  margin-top: 1em;
  font-style: italic;
  font-weight: bold;
}
#ganze_breite .more a:before {
  content: '>> ';
}
footer {
  height: 239px;
  clear: both;
  background: url('/tl_files/layout/images/bg_shadow_footer.png') no-repeat #C31924 center center;
}
@media screen and (min-width: 200px) and (max-width: 680px) {
  footer {
    background-image: none;
    height: auto;
  }
}
footer h3 {
  text-align: left;
  color: #fff;
}
footer .mod_customnav ul>li {
  display: block;
  text-align: left;
  padding: 0% 0% 5% 0%;
}
footer .mod_customnav ul>li a {
  padding-left: 0;
}
footer .mod_customnav ul>li a:hover,
footer .mod_customnav ul>li .active {
  color: #e7e7e7;
  padding-left: 0;
}
footer #kontakt,
footer #social,
footer nav {
  float: left;
  margin-right: 4%;
  width: 20%;
  max-width: 20%;
  display: block;
}
@media screen and (min-width: 200px) and (max-width: 320px) {
  footer #kontakt,
  footer #social,
  footer nav {
    -webkit-transition: all 1.0s ease-in-out;
    -moz-transition: all 1.0s ease-in-out;
    -o-transition: all 1.0s ease-in-out;
    transition: all 1.0s ease-in-out;
    float: none;
    max-width: 70%;
  }
}
@media screen and (min-width: 321px) and (max-width: 767px) {
  footer #kontakt,
  footer #social,
  footer nav {
    -webkit-transition: all 1.0s ease-in-out;
    -moz-transition: all 1.0s ease-in-out;
    -o-transition: all 1.0s ease-in-out;
    transition: all 1.0s ease-in-out;
    float: none;
    max-width: 70%;
    margin: 0 0 0 4%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  footer #kontakt,
  footer #social,
  footer nav {
    -webkit-transition: all 1.0s ease-in-out;
    -moz-transition: all 1.0s ease-in-out;
    -o-transition: all 1.0s ease-in-out;
    transition: all 1.0s ease-in-out;
    float: left;
    margin: 0 0 0 -1%;
    max-width: 28%;
  }
}
footer #kontakt a img,
footer #social a img,
footer nav a img {
  margin: 5% 0;
}
footer #kontakt ul li a,
footer #social ul li a,
footer nav ul li a {
  padding: 0;
}
footer #kontakt {
  float: left;
  max-width: 26%;
  width: 26%;
}
footer #kontakt h1 {
  display: block;
  margin-bottom: 1.2em;
}
footer #kontakt h3,
footer .mod_customnav h3 {
  margin-bottom: 1.8em;
}
footer .inside {
  padding: 1em;
}
footer #social a {
  margin-right: 1.5em;
}
.mod_twitterreader {
  color: #fff;
}
.mod_twitterreader li {
  min-height: 60px;
  margin-bottom: 1em;
  padding-left: 65px;
  background: url('/tl_files/layout/images/twitter_avatar.png') no-repeat;
}
.mod_twitterreader span {
  display: block;
  font-weight: bold;
}
.follow {
  position: absolute;
  right: 0;
  top: 1.4em;
}
.bildfloat {
  float: left;
  margin-right: 2em;
}
.bildboxfloat {
  display: block;
}
#contact,
#imprint,
#general-terms,
#kontakt,
#impressum,
#agb {
  display: block;
  text-align: left;
  width: 100%;
}
#contact p,
#imprint p,
#general-terms p,
#kontakt p,
#impressum p,
#agb p {
  display: block;
}
#contact .formbody,
#imprint .formbody,
#general-terms .formbody,
#kontakt .formbody,
#impressum .formbody,
#agb .formbody {
  display: block;
  margin-bottom: 5em;
}
#contact .formbody label,
#imprint .formbody label,
#general-terms .formbody label,
#kontakt .formbody label,
#impressum .formbody label,
#agb .formbody label {
  cursor: pointer;
  display: block;
  font-size: 0.875em;
  line-height: 1.8em;
  color: #fff;
}
#contact .formbody input,
#contact .formbody textarea,
#imprint .formbody input,
#imprint .formbody textarea,
#general-terms .formbody input,
#general-terms .formbody textarea,
#kontakt .formbody input,
#kontakt .formbody textarea,
#impressum .formbody input,
#impressum .formbody textarea,
#agb .formbody input,
#agb .formbody textarea {
  background-color: #fff;
  border: 1px solid #C31924;
  color: #1F1F1F;
  font-size: 0.875em;
  margin-bottom: 0.5em;
  padding: 0.5em 0.4em;
  width: 22em;
}
#contact .formbody textarea,
#imprint .formbody textarea,
#general-terms .formbody textarea,
#kontakt .formbody textarea,
#impressum .formbody textarea,
#agb .formbody textarea {
  overflow: auto;
  width: 22em;
}
#contact .formbody fieldset,
#imprint .formbody fieldset,
#general-terms .formbody fieldset,
#kontakt .formbody fieldset,
#impressum .formbody fieldset,
#agb .formbody fieldset {
  border: medium none;
  margin: 0;
}
#contact .formbody input[type="submit"],
#imprint .formbody input[type="submit"],
#general-terms .formbody input[type="submit"],
#kontakt .formbody input[type="submit"],
#impressum .formbody input[type="submit"],
#agb .formbody input[type="submit"] {
  background-color: #C31924;
  border: 1px solid #070707;
  color: #fff;
  cursor: pointer;
  padding: 0.6em;
  width: auto;
}
#contact .formbody .small,
#imprint .formbody .small,
#general-terms .formbody .small,
#kontakt .formbody .small,
#impressum .formbody .small,
#agb .formbody .small {
  color: #999999;
  font-size: 0.75em;
}
.no-border-top #container {
  background: none;
}
.no-border-top #ganze_breite {
  margin-bottom: 0;
}
#small_screen_navi {
  font: 16px/90% Verdana, arial, sans-serif;
  color: #fff;
  max-width: 100%;
  text-align: center;
  background: #000;
  padding: 2%;
}
@media screen and (min-width: 500px) and (max-width: 2000px) {
  #small_screen_navi {
    display: none;
  }
}
#small_screen_navi form select {
  width: 100%;
  height: 100%;
  text-align: center;
  display: inline-block;
  background: #000;
  color: #fff;
  border: none;
  outline: none;
  margin: auto 0;
}
#small_screen_navi form select option {
  border: 1px #070707 solid;
  position: relative;
  z-index: 999999;
  text-align: left;
  padding: 0;
}
#small_screen_navi form select option.level_1:before {
  content: " >";
  margin: 0 0 0 1.2em;
}
#small_screen_navi form select option.level_0:hover {
  color: #C31924;
  background: url(/tl_files/layout/images/hover.gif);
}
#small_screen_navi form select option.level_1:hover {
  color: #C31924;
  background: url(/tl_files/layout/images/hover.gif);
}
aside .image_container {
  padding-left: 3.5em;
}
#ganze_breite .pdf a {
  background: url(/tl_files/layout/images/hg_pdflink.png);
  background-repeat: no-repeat;
  padding: 1em 2em;
  background-position: left center;
  float: right;
  color: #C31924;
}
#container a,
#container a:link,
#container a:visited {
  color: #C31924;
  font-weight: bold;
}
#container a:hover,
#container a:active {
  text-decoration: underline;
}
#footer a:hover,
#footer a:active {
  text-decoration: underline;
}
a img {
  border: none;
}
#sprachwahl {
  float: right;
  padding-top: 2%;
  width: 26px;
  margin-right: 0;
}
#sprachwahl a {
  width: 100%;
}
.mod_changelanguage {
  float: right;
  padding-top: 2%;
  width: 26px;
  margin-right: 0;
}
.mod_changelanguage a {
  width: 100%;
}
.js .mod_quicknav .submit {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px,1px,1px,1px);
}
#news h2 {
  margin-bottom: 1em;
}
.mod_newslist.teaserbox p.info,
.mod_newslist.teaserbox h3,
.mod_newslist.teaserbox figure,
.mod_newslist.teaserbox p.more,
.mod_newslist.teaserbox p.more a,
.mod_newslist.teaserbox div.teaser p {
  margin: 0;
  padding: 0;
}
.mod_newslist.teaserbox .layout_latest {
  padding: .4em;
  min-height: 90px;
}
.mod_newslist.teaserbox .overlaylink:hover {
  text-decoration: none !important;
}
.mod_newslist.teaserbox .overlaylink:hover .layout_latest {
  background: -moz-linear-gradient(45deg,#000000 0%,rgba(255,255,255,0) 100%);
  background: -webkit-gradient(linear,left bottom,right top,color-stop(0%,#000000),color-stop(100%,rgba(255,255,255,0)));
  background: -webkit-linear-gradient(45deg,#000000 0%,rgba(255,255,255,0) 100%);
  background: -o-linear-gradient(45deg,#000000 0%,rgba(255,255,255,0) 100%);
  background: -ms-linear-gradient(45deg,#000000 0%,rgba(255,255,255,0) 100%);
  background: linear-gradient(45deg,#000000 0%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#00ffffff',GradientType=1);
}
.mod_newslist.teaserbox p {
  font-weight: normal;
}
.mod_newslist.teaserbox h3 {
  font-size: 1em;
  margin-bottom: .4em;
}
.mod_newslist.teaserbox figure {
  margin-right: 1em;
  padding-top: .2em;
}
.newsdetails figure {
  margin-right: 1em;
  padding-top: .2em;
}
.newsgesamt p,
.newsgesamt h3,
.newsgesamt h2 {
  margin: 0;
  padding: 0;
}
.newsgesamt h2 {
  margin-bottom: 1em;
  padding-top: .2em;
}
.newsgesamt h3 {
  font-size: 1em;
  margin-bottom: .7em;
}
.float_left {
  float: left;
}
.ce_news_gallery {
  clear: both;
  padding-top: 1.2em;
}
.ce_news_gallery li {
  display: inline-block;
  margin: 0 .3em .8em 0;
}
.l-clearer {
  overflow: hidden;
  _overflow: visible;
  zoom: 1;
}
