* {
   box-sizing:border-box;
}
p {
   margin: 0;
   padding: 0;
}
img {
   margin: 0px;
   padding: 0px;
   border: 0;
	max-width: 100%;
	height: auto;
}
video {
  max-width: 100%;
  height: auto;
}
.image-captioned
{
    margin-left: 0;
    margin-right: 0;
}
.image-normal {
	text-align: center;
	border: solid 1px #CCCCCC;
	border-radius: 5px;
	background: rgba(0,0,0,0.05);
	padding: 10px;
	margin: 10px 00px 10px 0px;
	display: inline-block;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.image-left {
    float: left;
    margin-left: 0px;
    margin-right: 20px;
    margin-bottom: 5px;
}
.image-right {
    float: right;
    margin-left: 20px;
    margin-right: 0px;
    margin-bottom: 5px;
}
.image-center {
    text-align: center;
}
.image-center > figure {
    display: inline-block;
}

figure
{
	text-align: center;
	border: solid 0px #CCCCCC;
	border-radius: 0px;
	padding: 0px;
	margin: 0px 20px 5px 0px;
	display: inline-block;
}

figure > figcaption
{
	text-align: center;
    display: block; /* For IE8 */
    font-size: 12px;
}

.clean
{
    border: 0;
    background: none;
    padding: 0;
}
.clean > figcaption
{
    margin-top: .5em;
    font-size: .7em;
    text-align: right;
}
.polarized
{
    border: 0;
    border-radius: 0;
    position: relative;
    background: #f7f7f7;
    box-shadow: 1px 1px 0 #eee;
}
.polarized,
.polarized ~ .cke_widget_drag_handler_container
{
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);

    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}
.polarized > figcaption
{
    color: #777;
    margin-top: 5px;
    right: 20px;
    font-size: .8em;
    font-style: italic;
    text-align: right;
}
.polarized figcaption:before
{
    content: '— ';
}

figure.polarized
{
    padding: 20px 20px 40px 20px;
}

img.polarized
{
    border: 20px solid #f7f7f7;
}
pre.narrow
{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
pre.fancy
{
    position: relative;
}
pre.fancy > code
{
    background: rgb(14,14,14);
    background: -moz-linear-gradient(top, rgba(14,14,14,1) 0%, rgba(70,70,70,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(14,14,14,1)), color-stop(100%,rgba(70,70,70,1)));
    background: -webkit-linear-gradient(top, rgba(14,14,14,1) 0%,rgba(70,70,70,1) 100%);
    background: -o-linear-gradient(top, rgba(14,14,14,1) 0%,rgba(70,70,70,1) 100%);
    background: -ms-linear-gradient(top, rgba(14,14,14,1) 0%,rgba(70,70,70,1) 100%);
    background: linear-gradient(to bottom, rgba(14,14,14,1) 0%,rgba(70,70,70,1) 100%);

    box-shadow: inset 0 0 6px rgba(0,0,0,.5);
    border-radius: 8px;
    text-shadow: 0px 1px 0 #000;
    border: 5px solid #ccc;

    padding: 20px;
}
pre.fancy > code.language-javascript:after
{
    content: '';
    background: url(js.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 0 6px 0 0;
}
ul {
   margin-left: 0;
   line-height: 1.5;
}
ol {
   margin-left: 0;
   line-height: 1.5;
}
.diva50 {
   display: box;
   clear: both;
}
blockquote {
   margin: 10px 0px 10px 0px;
   padding-left: 57px;
   color: #666666;
   font-family: Lora;
   font-size: 16px;
   line-height: 1.5;
   background-image: url('https://www.rudolf-silvan.at/images/zitat.gif');
   background-position: 0px 0px;
   background-repeat: no-repeat;
}
.div50 {
      float: left;
   width: 50%;
   }
.div50a {
      float: left;
   width: 50%;
   }
.divl50 {
   clear: both;
   height: 30px;
}
.dive {
   display: box;
   clear: both;
      width: 700px;
   }
.diveg {
   display: box;
   clear: both;
      width: 700px;
      background-color: #CCCCCC;
}
.diver {
   display: box;
   clear: both;
      width: 700px;
      background-color: #F2DDDC;
}
.diveh {
   display: box;
   clear: both;
      width: 700px;
      margin-top: 20px;
   padding: 5px;
   background-color: #F2DDDC;
}
.divehr {
   display: box;
   clear: both;
      width: 700px;
      margin-top: 20px;
   color: #FFFFFF;
   font-weight: bold;
   background-color: #E2001A;
}
.dive1 {
   float: left;
      padding: 5px;
}
.dive2 {
   float: right;
   width: 80px;
   text-align: right;
   padding: 5px 5px 5px 0px;
}
.dive3 {
   float: right;
   width: 40px;
   padding: 5px 0px 5px 0px;
}
.divel {
   clear: both;
   height: 5px;
   background-color: #FFFFFF;
}
.error {
   color: #FF0000;
   font-weight: bold;
   font-size: 24px;
}
.statusnl {
   margin: 10px 0px 10px 0px;
   padding: 3px;
   color: #FF0000;
   font-weight: bold;
   text-align: center;
   border: 1px solid #FF0000;
   background-color: #FFFFFF;
}
.status {
   margin: 10px 0px 10px 0px;
   padding: 5px;
   color: #FF0000;
   text-align: center;
   border: 1px solid #FF0000;
   background-color: #FFFFFF;
   border-radius: 5px;
}
.error {
   color: #FF0000;
   font-weight: bold;
   font-size: 20px;
}

h1 {
   margin: 0;
   padding: 0;
   font-size: 26px;
   font-weight: bold;
}
h2 {
   margin: 0;
   padding: 0;
   font-size: 22px;
   font-weight: bold;
}
h3 {
   margin: 0;
   padding: 0;
   font-size: 18px;
   font-weight: bold;
}
h4 {
   margin: 0;
   padding: 0;
   font-size: 14px;
   font-weight: bold;
}
h5 {
   margin: 0;
   padding: 0;
   font-size: 12px;
   font-weight: bold;
}
h6 {
   margin: 0;
   padding: 0;
   font-size: 10px;
   font-weight: bold;
}
input[type=text], input[type=password] {
   width: 100%;
   padding: 6px 15px;
   margin: 4px 0;
   display: inline-block;
   border: 1px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 16px;
   color: #000000;
   background-color: #FFFFFF;
}
input[type=submit] {
   cursor: pointer;
   width: 100%;
   padding: 6px 15px;
   margin: 4px 0;
   display: inline-block;
   border: 1px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 16px;
   color: #000000;
   background-color: #FFFFFF;
}
input[type=submit]:hover {
   border: 1px solid #CCCCCC;
   border-radius: 0px;
   font-size: 16px;
   color: #FFFFFF;
   background-color: #E2001A;
}
.form4p input[type=submit] {
   cursor: pointer;
   width: 100%;
   padding: 6px 15px;
   margin: 4px 0;
   display: inline-block;
   border: 1px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 16px;
   color: #FFFFFF;
   background-color: #E2001A;
}
.form4p input[type=submit]:hover {
   border: 1px solid #CCCCCC;
   border-radius: 0px;
   font-size: 16px;
   color: #000000;
   background-color: #FFFFFF;
}
select {
   width: 100%;
   padding: 5px 15px;
   margin: 4px 0;
   display: inline-block;
   border: 1px solid #333;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 16px;
}
textarea {
   width: 100%;
   height: 77px;
   padding: 5px 15px;
   box-sizing: border-box;
   border: 1px solid #333;
   border-radius: 0px;
   resize: none;
   font-size: 16px;
   font-family: Nunito;
}
 input[type=radio] {
   border: 5px;
   width: 20px;
   height: 15px;
}
input[type=checkbox] {
   width: 20px;
   height: 20px;
   border: 1px solid #CCCCCC;
}

.video-container {
   position: relative;
   margin: 20px 0px 0px 0px;
   padding-bottom: 56.25%;
   padding-top: 0;
   height: 0;
   overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}
.video-container-wrapper {
   max-width: 100%;
      width: 600px;
      left: 0;
   right:0;
   margin:auto;
}

a:link {
   font-family: Nunito;
   font-size: 16px;
   font-weight: bold;
   text-decoration: none;
   color: #E2001A}
a:visited,a:active {
   font-family: Nunito;
   font-size: 16px;
   font-weight: bold;
   text-decoration: none;
   color: #E2001A}
a:hover,a:focus {
   font-family: Nunito;
   font-size: 16px;
   font-weight: bold;
   text-decoration: none;
   color: #000000}
ul.topnav {
   list-style-type: none;
   margin: 0;
   padding: 0;
   overflow: hidden;
   line-height: 1.2;
   letter-spacing: 0;
}
ul.topnav li {
   float: left;
   letter-spacing: 0;
}
ul.topnav li a {
   display: inline-block;
   margin: 0px 0px 0px 10px;
   padding: 0px 0px 3px 0px;
   color: #000000;
   text-align: center;
   text-decoration: none;
   transition: 0.3s;
   font-family: Nunito;
   font-size: 16px;
   font-weight: bold;
   font-style: normal;
   letter-spacing: 0;
   background-color: #FFFFFF;
}
ul.topnav li a.aktiv {
   display: inline-block;
   margin: 0px 0px 0px 10px;
   padding: 0px 0px 3px 0px;
   color: #000000;
   text-align: center;
   text-decoration: none;
   transition: 0.3s;
   font-family: Nunito;
   font-size: 16px;
   font-weight: bold;
   font-style: normal;
   letter-spacing: 0px;
   background-color: #FFFFFF;
   border-bottom: solid 3px #E2001A;  
}
ul.topnav li a:hover {
   color: #000000;
   background-color: #FFFFFF;
}
.fromCenter { display:inline-block; margin:0;text-transform:uppercase; }
.fromCenter:after {
   display:block;
   content: '';
   padding: 0px 0px 3px 0px;
   border-bottom: solid 3px #E2001A;  
   transform: scaleX(0);  
   transition: transform 250ms ease-in-out;
}
.fromCenter:hover:after { transform: scaleX(1); }
.fromCenter1 { display:inline-block; margin:0;text-transform:uppercase; }
.fromCenter1:after {
   display:block;
   content: '';
   padding: 0px 0px 3px 0px;
   border-bottom: solid 3px #E2001A;  
}
.fromCenter1:hover:after { transform: scaleX(1); }

.ckeditor-html5-video {
   max-width: 600px;
   margin: auto;
}
.videoEmbed {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.videoEmbed iframe,
.videoEmbed object,
.videoEmbed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.videoEmbed-wrapper {
   max-width: 100%;
   width: 600px;
   left: 0;
   right:0;
   margin:auto;
}

.navdiv {
   margin: 0;
   padding: 0;
}
.navdiv1 {
   float: left;
   padding: 0px 0px 0px 15px;
   color: #000000;
}
.navdiv1 a {
   float: left;
   padding: 0px 0px 0px 15px;
   color: #000000;
   text-align: center;
   text-decoration: none;
   transition: 0.3s;
   font-family: Nunito;
   font-size: 16px;
   font-weight: bold;
   letter-spacing: 0;
   background-color: #FFFFFF;
}
.navdiv1 a.aktiv {
   float: left;
   padding: 0px 0px 0px 15px;
   color: #000000;
   text-align: center;
   text-decoration: none;
   transition: 0.3s;
   font-family: Nunito;
   font-size: 16px;
   font-weight: bold;
   letter-spacing: 0;
   background-color: #FFFFFF;
}

ul.subnavul {
   list-style-type: none;
   margin: 0;
   padding: 0;
   overflow: hidden;
   line-height: 1.2;
   text-align: left;
}
ul.subnavul li {
   display: inline-block;
}
ul.subnavul li a {
   display: inline-block;
   margin: 0px 15px 0px 0px;
   padding: 0px 0px 3px 0px;
   color: #000000;
   text-align: center;
   text-decoration: none;
   transition: 0.3s;
   font-size: 16px;
   font-weight: normal;
   background-color: #DDDCDD;
}
ul.subnavul li a.aktiv {
   display: inline-block;
   margin: 0px 15px 0px 0px;
   padding: 0px 0px 3px 0px;
   color: #E2001A;
   text-align: center;
   text-decoration: none;
   transition: 0.3s;
   font-size: 16px;
   font-weight: normal;
   background-color: #DDDCDD;
   border-bottom: solid 1px #E2001A;  
}
ul.subnavul li a:hover {
   color: #E2001A;
   background-color: #DDDCDD;
}
.fromCenter2 { display:inline-block; margin:0; }
.fromCenter2:after {
   display:block;
   content: '';
   padding: 0px 0px 3px 0px;
   border-bottom: solid 1px #E2001A;  
   transform: scaleX(0);  
   transition: transform 250ms ease-in-out;
}
.fromCenter2:hover:after { transform: scaleX(1); }

a.overlsub {
   font-size: 14px;
}
a.overlsub:hover {
   font-size: 14px;
}
a.bottnav {
   font-family: Nunito;
   font-size: 14px;;
   font-weight: normal;
   text-decoration: none;
   color: #000000;
}
a.bottnav:hover {
   font-family: Nunito;
   font-size: 14px;;
   font-weight: normal;
   text-decoration: none;
   transition: 0.3s;
   color: #E2001A;
}
a.bottnava {
   font-family: Nunito;
   font-size: 14px;;
   font-weight: normal;
   text-decoration: none;
   color: #E2001A;
}
a.done {
   font-family: Nunito;
   font-size: 13px;;
   font-weight: normal;
   text-decoration: none;
   color: #000000;
}
a.done:hover {
   font-family: Nunito;
   font-size: 13px;;
   font-weight: normal;
   text-decoration: none;
   color: #E2001A;
}
a.page {
   font-family: Nunito;
   font-size: 16px;
   font-weight: bold;
   text-decoration: none;
   color: #E2001A;
}
a.page:hover {
   font-family: Nunito;
   font-size: 16px;
   font-weight: bold;
   text-decoration: none;
   color: #000000;
}
a.pagea {
   font-family: Nunito;
   font-size: 16px;
   font-weight: bold;
   text-decoration: none;
   color: #000000;
}
a.dsgvo {
   font-family: Nunito;
   font-size: 14px;
   font-weight: bold;
   text-decoration: none;
   color: #E2001A;
}
a.dsgvo:hover {
   font-family: Nunito;
   font-size: 14px;
   font-weight: bold;
   text-decoration: none;
   color: #000000;
}
a.stmapsu {
   font-family: Nunito;
   font-size: 14px;
   font-weight: bold;
   text-decoration: none;
   color: #000000;
}
a.stmapsu:hover {
   font-family: Nunito;
   font-size: 14px;
   font-weight: bold;
   text-decoration: none;
   color: #E2001A;
}

body {
   margin: 0;
   padding: 0;
   width: 100%;
   height: 100%;
   color: #000000;
   font-family: Nunito;
   font-size: 16px;
   line-height: 1.2;
}
#layall {
   width: 100%;
   min-height: calc(100vh - 381px);
}
#layallck {
   width: 100%;
   min-height: calc(100vh - 340px);
}
#layallstat {
   width: 100%;
   min-height: calc(100vh - 428px);
}
#layallckstat {
   width: 100%;
   min-height: calc(100vh - 387px);
}
#layallstatsc {
   width: 100%;
   min-height: calc(100vh - 483px);
}
#layallckstatsc {
   width: 100%;
   min-height: calc(100vh - 442px);
}
#layallsc {
   width: 100%;
   min-height: calc(100vh - 436px);
}
#layallcksc {
   width: 100%;
   min-height: calc(100vh - 395px);
}
#head {
      height: 115px;
   position: fixed;
   top: 0;
   z-index: 2;
      width: 100%;
   margin: 0;
   padding: 0;
   background-color: #FFFFFF;
}
#headnrw2019 {
   float: right;
   width: 103px;
   padding: 30px 0px 0px 0px;
   text-align: right;
}
#headnrw20191 {
   display: none;
   float: right;
   width: 103px;
   margin: 0px 20px 0px 0px;
   padding: 30px 0px 0px 0px;
   text-align: right;
}
#headnw {
      height: 95px;
   position: fixed;
   top: 0;
   z-index: 2;
      width: 100%;
   margin: 0;
   padding: 0;
}
#headho {
      height: 95px;
   position: fixed;
   top: 0;
   z-index: 2;
      width: 100%;
   margin: 0;
   padding: 0;
   background-color: #FFFFFF;
}
#headtop {
   width: 100%;
   padding: 0;
      height: 95px;
   border-bottom: 2px solid #E2001A;
      background-color: #FFFFFF;
}
#head1 {
   width: 1110px;
   margin: auto;
   padding: 0px 0px 0px 60px;
      height: 95px;
      color: #000000;
}
.head1a {
   float: left;
      padding: 32px 0px 0px 10px;
   height: 95px;
   width: 300px;
   }
.head1b {
   float: right;
   height: 92px;
}
.head1by {
   display: block;
   clear: both;
   padding: 23px 0px 0px 5px;
}
.head1btn {
   display: block;
   clear: both;
   padding: 12px 15px 0px 0px;
}
.head1byy {
   display: none;
   float: right;
      padding: 55px 20px 0px 0px;
   height: 92px;
   }
.head1by1 {
   float: left;
   padding: 2px 2px 0px 6px;
   font-weight: bold;
   font-size: 12px;
   color: #E2001A;
}
.head1by2 {
   float: left;
   padding: 0px 0px 0px 5px;
}
.headmla {
   display: none;
   float: right;
      width: 75px;
   height: 52px;
   }
#subnavdi {
   position: fixed;
   top: 95px;
   padding: 0;
   width: 100%;
   z-index: 2;
   height: 61px;
}
.subnav {
   position: fixed;
   top: 95px;
   padding: 0;
   width: 100%;
   height: 61px;
   background-color: #FFFFFF;
   -webkit-animation-name: animatetop;
   -webkit-animation-duration: 0.8s;
   animation-name: animatetop;
   animation-duration: 0.8s
}
@-webkit-keyframes animatetop {
   from {top:95px; opacity:0} 
   to {top:95px; opacity:1}
}
@keyframes animatetop {
   from {top:95px; opacity:0}
   to {top:95px; opacity:1}
}
.subnavtop {
   position: fixed;
   top: 95px;
   padding: 0;
   width: 100%;
   height: 61px;
   background-color: #FFFFFF;
}
.subnav1 {
   display: block;
   margin: auto;
   width: 990px;
   background-color: #DDDCDD;
}
.subnav2 {
   display: inline-block;
   width: 100%;
   height: 36px;
   padding: 9px 0px 0px 15px;
   color: #E2001A;
}

#hopic {
   position: relative;
   width: 100%;
   z-index: -2;
   background-color: #E9E9E9;
}
#holk {
   position: absolute;
   cursor: pointer;
   width: 100%;
   min-height: 100px;
   top: 95px;
   z-index: 1;
}
#holkwb {
   position: relative;
   width: 120px;
      height: 20px;
      margin: auto;
      margin-top: -50px;
      z-index: 1;
}
.holkwbp {
   cursor: pointer;
   float: left;
   width: 20px;
   height: 20px;
   margin: 0px 5px 0px 5px;
   border-radius: 10px;
      border: 2px solid #FFFFFF;
   }
.holkwbp1 {
   cursor: pointer;
   float: left;
   width: 20px;
   height: 20px;
   margin: 0px 5px 0px 5px;
   border-radius: 10px;
      background-color: #FFFFFF;
   }
#hopicdi {
   position: absolute;
   width: 30%;
   min-height: 200px;
   margin: -2% 0px 0px 6%;
   z-index: -1;
   background-color: #E9E9E9;
}
#hopicdi1 {
   width: 100%;
   height: 100%;
   padding: 15%;
}
#hopicdi2 {
   position: relative;
   width: 100%;
   height: 100%;
   padding: 10px;
}
#hopicdi3 {
   position: relative;
   overflow: hidden;
}
#hopicdi3t {
   display: table;
   width: 100%;
   height: 100%;
}
.hopicdi3tr {
   display: table-row;
   width: 100%;
}
.hopicdi3tc {
   display: table-cell;
   width: 100%;
   vertical-align: middle;
}
.hopicdi3a {
   padding: 0px 0px 10px 0px;
   font-size: 20px;
   font-weight: bold;
   color: #E2001A;
   text-align: center;
}
.hopicdi3b {
   display: none;
   padding: 0px 0px 10px 0px;
   overflow: hidden;
   text-align: center;
}
#hopicli {
   position: relative;
   width: 100%;
   height: 7px;
      margin: 23px 0px 0px 0px;
      z-index: -1;
   background-color: #FFFFFF;
}
#hopicvl {
   display: none;
}

.icon {
   cursor:pointer;
   width: 60px;
   height: 47px;
   margin-top: 5px;
   padding-top: 2px;
   border: 2px solid #A29B9E;
   background-color: #FFFFFF;
}
.icond1 {
   width: 40px;
   margin: 6px 0px 0px 8px;
   color: #E2001A;
   border-top: 5px solid #E2001A;
   background-color: #E2001A;
}
.overlaya {
  float: left;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.5);
  overflow: hidden;
}
.overlay {
  float: left;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 4;
  top: 0;
  right: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.8);
  overflow: hidden;
  transition: 0.5s;
}
.overlay-content {
  position: relative;
  top: 65px;
  padding-bottom: 30px;
  width: 100%;
  text-align: center;
}
.overlay a {
  padding: 8px;
  text-decoration: none;
  color: #818181;
  font-weight: bold;
  display: block;
  transition: 0.3s;
}
.overlay a:hover, .overlay a:focus {
  color: #F1F1F1;
}
.overlay a.overlnav {
  padding: 8px;
  text-decoration: none;
  color: #818181;
  font-size: 18px;
  font-weight: bold;
  display: block;
  transition: 0.3s;
  border-bottom: 1px solid #818181;
}
.overlay a.overlnav:hover, .overlay a.overlnav:focus {
  color: #F1F1F1;
}
.overlay a.overlsub {
  padding: 8px;
  text-decoration: none;
  color: #818181;
  font-size: 16px;
  font-weight: bold;
  display: block;
  transition: 0.3s;
}
.overlay a.overlsub:hover, .overlay a.overlsub:focus {
  color: #F1F1F1;
}
.overlay .closebtn {
  position: absolute;
  top: 5px;
  right: 17px;
  font-size: 50px;
}

#maintop {
   height: 95px;
}
#maintop1 {
   height: 95px;
}
#main {
   clear: both;
   margin: auto;
   margin-top: 25px;
   padding: 0px 10px 0px 10px;
   width: 990px;
   }
#mainews {
   clear: both;
   margin: auto;
   margin-top: 25px;
   padding: 0px 10px 0px 10px;
   width: 990px;
   }
#mainha {
      display: none;
      cursor: pointer;
   clear: both;
   width: 100%;
   padding: 10px;
   color: #E2001A;
   text-align: center;
   background-color: #CCCCCC;
}
.mainhahl {
   font-size: 18px;
   font-weight: bold;
}
.mainhatx {
   padding: 5px 0px 0px 0px;
   color: #000000;
}
#mainmn {
   clear: both;
   margin: auto;
   margin-top: 40px;
   padding: 0px 10px 0px 10px;
      width: 990px;
   min-width: 660px;
   }
.mainmn1 {
   cursor: pointer;
   color: #000000;
}
.mainmn1:hover {
   color: #E2001A;
}
.mainmn2 {
   cursor: pointer;
   margin: 20px 0px 0px 0px;
   color: #000000;
}
.mainmn2:hover {
   color: #E2001A;
}
.mainmn1a {
      float: left;
   width: 50%;
      padding: 0px 10px 0px 10px;
}
.mainmn2a {
      float: left;
   width: 50%;
   text-align: right;
      padding: 0px 10px 0px 10px;
}
.mainmn1a1 {
      float: right;
   max-width: 410px;
   }
.mainmn1a2 {
      float: left;
   max-width: 410px;
   }
.mainmn1a1a {
   clear: both;
   padding: 5px 0px 5px 0px;
   font-size: 18px;
   font-weight: bold;
}
.mainmn1a1b {
      color: #000000;
}
.mainmn1b {
      float: right;
   width: 50%;
   padding: 0px 0px 0px 10px;
   }
.mainmn1li {
   clear: both;
   height: 20px;
   border-bottom: 1px solid #999999;
}

#mainho {
   clear: both;
   margin: auto;
   margin-top: 20px;
   padding: 0px 10px 0px 10px;
      width: 990px;
   }
#mainho1 {
   clear: both;
   margin: auto;
   padding: 0px 10px 0px 10px;
   width: 990px;
   text-align: center; 
}
#mainho2 {
   clear: both;
   margin: auto;
   margin-top: 20px;
   padding: 0px 10px 0px 10px;
      width: 990px;
   }
#mainho3 {
   clear: both;
   margin: auto;
   margin-top: 20px;
   padding: 0px 0px 0px 0px;
   width: 310px;
   max-width: 100%;
}
#mainhoplak {
   clear: both;
   padding: 20px 0px 0px 0px;
      margin: auto;
   width: 640px;
   }
.mainnac1 {
   cursor: pointer;
   float: left;
   width: 310px;
   background-color: #CCCCCC;
   transition: 0.3s;
}
.mainnac1:hover {
   color: #E2001A;
   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.mainnacl1 {
   float: left;
   width: 310px;
}
.mainnac2 {
   cursor: pointer;
   float: left;
   width: 310px;
   margin: 0px 20px 0px 20px;
   background-color: #CCCCCC;
   transition: 0.3s;
}
.mainnac2:hover {
   color: #E2001A;
   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.mainnacl2 {
   float: left;
   width: 310px;
   margin: 0px 20px 0px 20px;
}
.mainnac3 {
   cursor: pointer;
   float: left;
   width: 310px;
   background-color: #CCCCCC;
   transition: 0.3s;
}
.mainnac3:hover {
   color: #E2001A;
   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.mainnacl3 {
   float: left;
   width: 310px;
}
.mainna1 {
   max-height: 206px;
   overflow: hidden;
      background-color: #999999;
   }
.mainna2 {
   padding: 10px 10px 10px 10px;
}
.mainna2a1 {
   float: left;
   height: 20px;
   font-size: 14px;
   font-weight: bold;
   color: #E2001A;
}
.mainna2a2 {
   float: right;
   height: 20px;
   font-size: 13px;
   color: #000000;
}
.mainna2b {
   clear: both;
   padding: 5px 0px 5px 0px;
   font-size: 18px;
   font-weight: bold;
}
.mainna2c {
   color: #000000;
}
.mainnalin {
   clear: both;
   height: 20px;
}

#main1 {
   clear: both;
   margin: auto;
   margin-top: 25px;
   padding: 30px 10px 0px 10px;
   width: 990px;
   }
.mainbott {
   clear: both;
   height: 30px;
}
.datum_content {
   font-size: 14px;
}
.headline_content {
   padding-top: 5px;
   display: block;
}
.hltopnews {
   padding: 0px 0px 10px 0px;
   font-size: 20px;
   font-weight: bold;
   color: #E2001A;
}
.text_content {
   display: block;
   margin-top: 20px;
}
#bottom {
   clear: both;
   margin: 0;
   width: 100%;
      min-height: 340px;
   padding: 0px 10px 0px 10px;
   border-top: 1px solid #E2001A;
      color: #000000;
   background-color: #CCCCCC;
}
#bottomtop {
   margin: auto;
   padding: 0px 10px 0px 10px;
   width: 990px;
}
.bottom1 {
      display: inline-block;
   width: 570px;
   padding: 5px 0px 5px 0px;
   }
.bottom1h {
   text-align: center;
   color: #FFFFFF;
   font-size: 32px;
   font-weight: bold;
}
.bottom1f {
   text-align: center;
}
.bottom1s {
   padding: 5px 0px 5px 0px;
}
.bottom1sa {
   float: left;
}
.bottom1sb {
   float: left;
   padding: 11px 20px 0px 20px;
}
.bottom1sc {
   float: left;
}
.bottom1tcb {
   clear: left;
   margin: 5px 0px 5px 0px;
   font-size: 14px;
}
.bottom1t {
   margin: -27px 0px 5px 0px;
   padding: 0px 5px 0px 40px;
   font-size: 14px;
}
.bottom2 {
      line-height: 1.29;
   text-align: right;
      color: #E2001A;
   font-size:20px;
}
.bottom2t {
   display: table;
   width: 100%;
   height: 302px;
}
.bottom2tr {
   display: table-row;
}
.bottom2tc1 {
   display: table-cell;
   vertical-align: bottom;
   width: 570px;
}
.bottom2tc2y {
   display: none;
   vertical-align: bottom;
   padding: 0px 0px 5px 20px;
}
.bottom2tc2 {
   display: table-cell;
   vertical-align: bottom;
}
.bottom2d1 {
   padding: 0px 0px 16px 10px;
}
.bottom2d2 {
   height: 41px;
}
.bottom2d2a {
   float: right;
   padding: 0px 0px 0px 20px;
}
.bottom2m {
   display: none;
   padding: 15px 0px 0px 0px;
   color: #E2001A;
   font-size:20px;
   text-align: center;
}
.bottom2d2m {
   display: none;
   width: 136px;
   margin: auto;
}
.bottom3 {
   clear: both;
      padding: 10px 0px 20px 0px;
      text-align: center;
}
.bottom3m {
   display: none;
   clear: both;
   padding: 10px 0px 10px 0px;
   text-align: center;
}
.bottom3d {
   clear: both;
   height: 30px;
   padding: 6px 0px 0px 0px;
   text-align: right;
}
#wework {
   position: absolute;
   width: 100%;
   top: 50%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   text-align: center;
}
.wework1 {
      font-size: 26px;
      font-weight: bold;
}
.wework2 {
   margin-top: 20px;
      padding: 22px 10px 22px 10px;
      font-size: 24px;
   font-weight: bold;
   border-top: 2px solid #E2001A;
   border-bottom: 2px solid #E2001A;
}
.wework3 {
   margin-top: 20px;
   font-size: 20px;
}
#wework4 {
   margin-top: 20px;
   font-size: 24px;
   font-weight: bold;
}

#formt {
   margin-top: 20px;
}
#formpet {
   margin-top: 20px;
}
#form {
   margin-top: 40px;
}
.form1 {
   clear: left;
}
.form1a {
   float: left;
   width: 130px;
   padding-top: 11px;
   font-weight: bold;
}
.form1b {
   float: left;
      width: 440px;
   }
.form1c {
   float: left;
   padding: 5px 0px 0px 5px;
}
.form2 {
   clear: left;
   padding-top: 20px;
   font-weight: bold;
}
.form3 {
   clear: left;
   padding-top: 5px;
}
.form3 {
   clear: left;
   padding-top: 5px;
}
.form1d {
   float: left;
}
.form1e {
   float: left;
   padding: 3px 5px 0px 5px;
}
.form1f {
   float: left;
   width: 95px;
}
.form1g {
   float: left;
   padding-left: 10px;
}
.form1h {
   float: left;
   padding: 10px 5px 0px 10px;
}
.form4 {
   clear: left;
   padding: 20px 0px 0px 0px;
   width: 100px;
}
.form1i {
   float: left;
   width: 40px;
      margin: 0px 0px 0px 130px;
   }
.form1j {
   float: left;
      width: 400px;
   padding-top: 5px;
      font-weight: normal;
}
.form4p {
   clear: left;
   width: 200px;
   padding: 20px 0px 0px 0px;
      margin: 0px 0px 0px 130px;
   }

.sitemap {
   padding: 10px 0px 10px 0px;
}
.sitemap1 {
   padding: 5px 0px 5px 20px;
}

.moduebo1 {
   font-weight: bold;
   color: #E2001A;
   padding-bottom: 5px;
}
.moduebd {
   cursor: pointer;
   display: box;
   padding: 10px;
   margin-bottom: 5px;
   background-color: #CCCCCC;
}
.moduebd:hover {
   color: #E2001A;
   background-color: #CCCCCC;
}
.moduebh {
   font-weight: bold;
   font-size: 18px;
}
.moduebt {
   padding-top: 3px;
   font-weight: normal;
}
.mod_return {
   position: fixed;
   top: 135px;
   margin: 0px 0px 0px -10px;
   width: 990px;
   height: 50px;
   z-index: 2;
   background-color: #FFFFFF;
}
.mod_returnbg {
   position: fixed;
   top: 95px;
   margin: 0px 0px 0px -10px;
   width: 990px;
   height: 50px;
   z-index: 2;
   background-color: #FFFFFF;
}
.mod_return1 {
   cursor: pointer;
   display: inline-block;
   width: 100%;
   height: 30px;
   padding: 4px 0px 0px 15px;
   font-size: 18px;
   font-weight: bold;
   color: #E2001A;
   border-bottom: 1px solid #E2001A;
}
.mod_return1:hover {
   color: #000000;
}
.mod_bottom {
   clear: both;
   height: 20px;
}
.magaz_mobpic {
   padding: 0px 0px 10px 0px;
   display: block;
   text-align: center;
}

.moduebdi {
   cursor: pointer;
   display: box;
   padding: 10px 0px 10px 0px;
   border-top: 1px solid #999999;
   background-repeat: no-repeat;
}
.moduebdi:hover {
   color: #E2001A;
}
.moduebhi {
   font-weight: bold;
   font-size: 18px;
}
.moduebti {
   padding-top: 3px;
   font-weight: normal;
}
.moduebli {
   height: 1px;
   border-top: 1px solid #999999;
}

.kategorie {
   cursor: pointer;
   position: relative;
   display: inline-block;
   float: left;
   width: 221px;
   font-size: 16px;
   color: #1073B6;
   font-weight: bold;
   border: 1px solid #CCCCCC;
   border-radius: 5px;
   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.kategorie:hover {
   font-size: 16px;
   color: #000000;
   border: 1px solid #CCCCCC;
   border-radius: 5px;
   box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2);
}
.kategorie1 {
   margin: 10px 10px 0px 10px;
   height: 38px;
   text-align: center;
   overflow: hidden;
}
.kategorie1a {
   position: relative;
   max-height: 38px;
   top: 50%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   text-align: center;
   overflow: hidden;
}
.kategorie2 {
   padding: 10px 10px 6px 10px;
   text-align: center;
}

.kategorie .tooltiptext {
   visibility: hidden;
   width: 261px;
   background-color: #555;
   color: #fff;
   text-align: center;
   border-radius: 6px;
   padding: 10px;
   position: absolute;
   z-index: 1;
   right: 50%;
   bottom: 100%;
   margin-right: -131px;
   margin-bottom: 5px;
   opacity: 0;
   transition: opacity 0.5s;
}
.kategorie .tooltiptext::after {
   content: "";
   position: absolute;
   top: 100%;
   left: 50%;
   margin-left: -5px;
   border-width: 5px;
   border-style: solid;
   border-color: #555 transparent transparent transparent;
}
.kategorie:hover .tooltiptext {
   visibility: visible;
   opacity: 1;
}
.page {
   clear: both;
   border-top: 1px solid #E2001A;
}
.pagesi {
   float: left;
   padding-top: 5px;
}
.pagenr {
   cursor: pointer;
   float: left;
   margin-top: 5px;
   padding: 0px 5px 0px 5px;
   font-size: 16px;
   color: #E2001A;
   font-weight: bold;
   border-right: 1px solid #000000;
}
.pagenr:hover {
   color: #000000;
}
.pagenra {
   cursor: pointer;
   float: left;
   margin-top: 5px;
   padding: 0px 5px 0px 5px;
   font-size: 16px;
   color: #E2001A;
   font-weight: normal;
   border-right: 1px solid #000000;
}
.pagenrv {
   cursor: pointer;
   float: right;
   margin-top: 5px;
   padding: 0px 5px 0px 5px;
   font-size: 16px;
   color: #E2001A;
   font-weight: bold;
   border-right: 1px solid #000000;
}
.pagenrv:hover {
   color: #000000;
}
.pagenrv1 {
   cursor: pointer;
   float: right;
   margin-top: 5px;
   padding: 0px 5px 0px 5px;
   font-size: 16px;
   color: #E2001A;
   font-weight: bold;
}
.pagenrv1:hover {
   color: #000000;
}
.pagenrn {
   cursor: pointer;
   float: right;
   margin-top: 5px;
   padding: 0px 5px 0px 5px;
   font-size: 16px;
   color: #E2001A;
   font-weight: bold;
}
.pagenrn:hover {
   color: #000000;
}

.moduebbg {
   cursor: pointer;
   display: box;
      padding: 10px 0px 10px 240px;
   border-top: 1px solid #999999;
   background-repeat: no-repeat;
}
.moduebbg:hover {
   color: #E2001A;
}
.moduebbg1 {
   font-weight: bold;
   font-size: 18px;
}
.moduebbg2 {
   padding-top: 3px;
   font-weight: normal;
}
.moduebbgl {
   height: 1px;
   border-top: 1px solid #999999;
}
.moduebpic {
   display: block;
   margin-top: 20px;
}
.bg_picbox {
      float: left;
   width: 229px;
   height: 229px;
      margin: 0px 18px 18px 0px;
   overflow: hidden;
   background-color: #ECECED;
}
.bg_picbox1 {
      float: left;
   width: 229px;
   height: 229px;
      margin: 0px 0px 18px 0px;
   overflow: hidden;
   background-color: #ECECED;
}
.home_picboxpic {
   height: 231px;
   padding: 0;
}
.txtmobup1 {
   display: block;
   float: none;
   height: 190px;
}
.txtmobup2 {
   display: block;
   float: none;
}

#cookiechk a {
   color:#000000;
   font-size:12px; 
   text-decoration: none;
}
#cookiechk a:hover {
   color: #E2001A;
   text-decoration: none;
}
#cookiechk div {
   padding:10px;
   padding-right:40px;
}
#cookiechkbl {
      height: 41px;
   }
#cookiechk { 
   text-align:center; 
   border-top:1px solid #FFFFFF;
   background: #CCCCCC; 
   background: -moz-linear-gradient(top, #CCCCCC 0%, #F2F6F9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CCCCCC), color-stop(100%,#F2F6F9)); 
   background: -webkit-linear-gradient(top, #CCCCCC 0%,#F2F6F9 100%); 
   background: -o-linear-gradient(top, #CCCCCC 0%,#F2F6F9 100%);
   background: -ms-linear-gradient(top, #CCCCCC 0%,#F2F6F9 100%); 
   background: linear-gradient(to bottom, #CCCCCC 0%,#F2F6F9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#CCCCCC', endColorstr='#F2F6F9',GradientType=0 ); 
   position:fixed;
   bottom:0px; 
   z-index:10000; 
   width:100%; 
   font-size:13px; 
   line-height:20px;
}
#cookiechkCloser {
   color: #000000;
   font: 14px/100% arial, sans-serif;
   text-decoration: none;
   text-shadow: 0 1px 0 #FFFFFF;
   cursor:pointer;
   border-top:1px solid white; 
   border-left:1px solid white; 
   border-bottom:1px solid #666666; 
   border-right:1px solid #666666; 
   padding:4px;
   margin-left: 20px;
   background: #CCCCCC; /* Old browsers */
   background: -moz-linear-gradient(top, #CCCCCC%, #CCCCCC 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CCCCCC), color-stop(100%,#CCCCCC)); 
   background: -webkit-linear-gradient(top, #CCCCCC%,#CCCCCC 100%); 
   background: -o-linear-gradient(top, #CCCCCC%,#CCCCCC 100%); 
   background: -ms-linear-gradient(top, #CCCCCC%,#CCCCCC 100%); 
   background: linear-gradient(to bottom, #CCCCCC%,#CCCCCC 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#CCCCCC', endColorstr='#CCCCCC',GradientType=0 ); 
}
#cookiechkCloser:hover {
   border-bottom:1px solid white;
   border-right:1px solid white;
   border-top:1px solid #666666;
   border-left:1px solid #666666;
}

@media screen and (max-width:1130px) {
   #headnrw2019 {
      display: none;
   }
   .bottom2tc2y {
      display: table-cell;
   }
   #head1 {
      width: 990px;
      padding: 0px 0px 0px 0px;
   }
}
@media screen and (max-width:1015px) {
      #layall {
      width: 100%;
      min-height: calc(100vh - 527px);
   }
   #layallck {
      width: 100%;
      min-height: calc(100vh - 486px);
   }
   #layallstat {
      width: 100%;
      min-height: calc(100vh - 574px);
   }
   #layallckstat {
      width: 100%;
      min-height: calc(100vh - 533px);
   }
   #layallstatsc {
      width: 100%;
      min-height: calc(100vh - 629px);
   }
   #layallckstatsc {
      width: 100%;
      min-height: calc(100vh - 588px);
   }
   #layallsc {
      width: 100%;
      min-height: calc(100vh - 582px);
   }
   #layallcksc {
      width: 100%;
      min-height: calc(100vh - 541px);
   }
      #head1 {
      width: 100%;
	  	  min-width: 660px;
	     }
   .head1a {
	        padding: 32px 0px 0px 10px;
         }
   .head1b {
      display: none;
   }
   #subnavdi {
      display: none;
   }
   .headmla {
      display: block;
	  	  margin-top: 21px;
         }
   .headmn {
      display: none;
   }
   #headnrw2019 {
      display: none;
   }
   #headnrw20191 {
      display: block;
   }
   .head1by {
      display: none;
   }
   .head1byy {
      display: block;
   }
   #subnav {
      display: none;
   }
   #hopic {
	  	  min-width: 660px;
	     }
   #maintop {
      display: none;
   }
   #mainmn {
      width: 100%;
   }
   #mainho {
      padding: 0px 0px 0px 0px;
	        width: 640px;
	     }
   #mainho1 {
      width: 100%;
	  	  min-width: 660px;
	     }
   #mainho2 {
      padding: 0px 0px 0px 0px;
	        width: 640px;
	     }
   #main {
      width: 100%;
	  	  min-width: 660px;
      padding: 95px 15px 0px 15px;
	     }
   #mainews {
	        width: 640px;
      padding: 95px 0px 0px 0px;
	     }
      
   .hopicdi3a {
      font-size: 18px;
   }
   .hopicdi3b {
      font-size: 14px;
   }
   #main1 {
      width: 100%;
	  min-width: 660px;
      padding: 125px 15px 0px 15px;
   }
   .mainnac2 {
      margin: 0px 0px 0px 20px;
   }
   .mainnac3 {
      margin: 20px 0px 0px 165px;
   }
   .mainnacl3 {
      display: none;
   }
   .mainbott1 {
      width: 100%;
   }
   .div50 {
      width: 100%;
	  margin-bottom: 10px;
   }
   .div50a {
      width: 100%;
	  margin-bottom: 10px;
   }
         #bottom {
      height: 100%;
      padding: 0px 0px 0px 0px;
   }
   #bottomtop {
      width: 100%;
	  min-width: 660px;
      padding: 0px 15px 0px 15px;
      background-color: #CCCCCC;
   }
   .bottom1 {
      display: block;
	  clear: both;
      margin: auto;
   }
   .bottom2tc2y {
      display: none;
   }
   .bottom2tc2 {
      display: none;
   }
   .bottom2m {
      display: block;
	  height: 68px;
   }
   .bottom3m {
      display: block;
	  height: 70px;
   }
   .bottom3d {
      display: none;
   }
   .mod_return {
      top: 95px;
      margin: 0px 0px 0px -15px;
	  z-index: 0;
   }
   .mod_returnbg {
      top: 95px;
      margin: 0px 0px 0px -15px;
	  z-index: 0;
   }
      .bottom2d2m {
      display: block;
   }
   .bottom2d2a {
      float: left;
      padding: 15px 20px 0px 0px;
   }
   .bottom2d2b {
      float: left;
      padding: 15px 0px 0px 0px;
   }
   .moduebpic {
      max-width: 580px;
   }
   #cookiechkbl {
            height: 60px;
         }
   #cookiechk div {
            height: 95px;
	     }
   
}

@media screen and (max-width:900px) {
   #hopic {
	  	  min-width: 660px;
      z-index: -1;
	     }
   #mainha {
      display: block;
	  	  min-width: 660px;
	     }
   #mainha:hover {
      color: #000000;
   }
   
}
