* {
   box-sizing:border-box;
}
p {
   margin: 0;
   padding: 0;
}
img {
   margin: 0px;
   padding: 0px;
   border: 0;
   max-width: 100%;
   height: auto;
}
.image-captioned
{
    margin-left: 0;
    margin-right: 0;
}
.image-normal {
	text-align: center;
	border: solid 1px #D2D3D5;
	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;
}
.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;
}
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.posten-rad.at/images/zitat.gif');
   background-position: 0px 0px;
   background-repeat: no-repeat;
}
.diva50 {
   display: box;
   clear: both;
}
.div50 {
      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: #D2D3D5;
}
.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;
}

h1 {
   margin: 0;
   padding: 0;
   font-size: 26px;
   font-weight: bold;
   color: #E2001A;
}
h2 {
   margin: 0;
   padding: 0;
   font-size: 22px;
   font-weight: bold;
   color: #E2001A;
}
h3 {
   margin: 0;
   padding: 0;
   font-size: 18px;
   font-weight: bold;
   color: #E2001A;
}
h4 {
   margin: 0;
   padding: 0;
   font-size: 14px;
   font-weight: bold;
   color: #E2001A;
}
h5 {
   margin: 0;
   padding: 0;
   font-size: 12px;
   font-weight: bold;
   color: #E2001A;
}
h6 {
   margin: 0;
   padding: 0;
   font-size: 10px;
   font-weight: bold;
   color: #E2001A;
}
input[type=text], input[type=password] {
   width: 100%;
   padding: 6px 15px;
   margin: 4px 0;
   display: inline-block;
   border: 1px solid #D2D3D5;
   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 #D2D3D5;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 16px;
   color: #000000;
   background-color: #FFFFFF;
}
input[type=submit]:hover {
   border: 1px solid #D2D3D5;
   border-radius: 0px;
   font-size: 16px;
   color: #FFFFFF;
   background-color: #8CC63F;
}
select {
   width: 100%;
   padding: 5px 15px;
   margin: 4px 0;
   display: inline-block;
   border: 1px solid #D2D3D5;
   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 #CCCCCC;
   border-radius: 0px;
   resize: none;
   font-size: 16px;
   font-family: 'Nunito', sans-serif;;
}
 input[type=radio] {
   border: 5px;
   width: 20px;
   height: 15px;
}
input[type=checkbox] {
   width: 20px;
   height: 20px;
   border: 1px solid #CCCCCC;
}
a:link {
   font-family: 'Nunito', sans-serif;;
   font-size: 16px;
   font-weight: bold;
   text-decoration: none;
   color: #E2001A}
a:visited,a:active {
   font-family: 'Nunito', sans-serif;;
   font-size: 16px;
   font-weight: bold;
   text-decoration: none;
   color: #E2001A}
a:hover,a:focus {
   font-family: 'Nunito', sans-serif;;
   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;
}
ul.topnav li {
   float: left;
}
ul.topnav li a {
   display: inline-block;
   height: 40px;
   padding-top: 8px;
   color: #F7BAC2;
   font-weight: normal;
   text-align: center;
   text-decoration: none;
   transition: 0.3s;
   font-size: 18px;
   background-color: #8CC63F;
}
ul.topnav li a.aktiv {
   padding-top: 10px;
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: underline;
   background-color: #8CC63F;
}
ul.topnav li a:hover {
   text-decoration: underline;
   color: #FFFFFF;
   background-color: #8CC63F;
}
.ultrenn {
   font-size: 24px;
   padding: 0px 3px 0px 3px;
}
.ulgbh {
   font-size: 20px;
   font-weight: bold;
}
.ulgbh1 {
   font-weight: normal;
}
a.subnavt {
   font-family: 'Nunito', sans-serif;;
   font-size: 16px;;
   font-weight: normal;
   text-decoration: none;
   color: #000000;
}
a.subnavt:hover {
   font-family: 'Nunito', sans-serif;;
   font-size: 16px;;
   font-weight: normal;
   text-decoration: none;
   color: #E2001A;
}
a.subnavta {
   font-family: 'Nunito', sans-serif;;
   font-size: 16px;;
   font-weight: normal;
   text-decoration: none;
   color: #E2001A;
}
a.subnavt1 {
   font-family: 'Nunito', sans-serif;;
   font-size: 14px;
   font-weight: normal;
   text-decoration: none;
   color: #000000;
}
a.subnavt1:hover {
   font-family: 'Nunito', sans-serif;;
   font-size: 14px;
   font-weight: bold;
   text-decoration: none;
   color: #E2001A;
}
a.subnavt1a {
   font-family: 'Nunito', sans-serif;;
   font-size: 14px;
   font-weight: bold;
   text-decoration: none;
   color: #E2001A;
}
a.magalldownl {
   font-family: 'Nunito', sans-serif;;
   font-size: 16px;
   font-weight: bold;
   text-decoration: none;
   color: #000000;
}
a.magalldownl:hover {
   font-family: 'Nunito', sans-serif;;
   font-size: 16px;
   font-weight: bold;
   text-decoration: none;
   color: #E2001A;
}
a.piclink {
   font-family: 'Nunito', sans-serif;;
   font-size: 14px;
   font-weight: normal;
   text-decoration: none;
   color: #E2001A;
}
a.piclink:hover {
   font-family: 'Nunito', sans-serif;;
   font-size: 14px;
   font-weight: normal;
   text-decoration: none;
   color: #000000;
}
a.overlsub {
   font-size: 14px;
}
a.overlsub:hover {
   font-size: 14px;
}
a.bottnav {
   font-family: 'Nunito', sans-serif;;
   font-size: 15px;;
   font-weight: normal;
   text-decoration: none;
   color: #000000;
}
a.bottnav:hover {
   font-family: 'Nunito', sans-serif;;
   font-size: 15px;;
   font-weight: normal;
   text-decoration: none;
   color: #E2001A;
}
a.bottnava {
   font-family: 'Nunito', sans-serif;;
   font-size: 15px;;
   font-weight: normal;
   text-decoration: none;
   color: #E2001A;
}
a.top {
   font-family: 'Nunito', sans-serif;;
   font-size: 18px;
   font-weight: normal;
   text-decoration: none;
   color: #000000;
}
a.top:hover {
   font-family: 'Nunito', sans-serif;;
   font-size: 18px;
   font-weight: normal;
   text-decoration: none;
   color: #E2001A;
}
a.topa {
   font-family: 'Nunito', sans-serif;;
   font-size: 18px;
   font-weight: normal;
   text-decoration: none;
   color: #E2001A;
}
a.home {
   font-family: 'Nunito', sans-serif;;
   font-size: 16px;
   font-weight: bold;
   text-decoration: none;
   color: #8CC63F;
}
a.home:hover {
   font-family: 'Nunito', sans-serif;;
   font-size: 16px;
   font-weight: bold;
   text-decoration: none;
   color: #E2001A;
}
a.gbh {
   font-family: 'Nunito', sans-serif;;
   font-size: 16px;
   font-weight: normal;
   text-decoration: none;
   color: #E2001A;
}
a.gbh:hover {
   font-family: 'Nunito', sans-serif;;
   font-size: 16px;
   font-weight: normal;
   text-decoration: none;
   color: #000000;
}
a.stmk {
   font-family: 'Nunito', sans-serif;;
   font-size: 16px;
   font-weight: normal;
   text-decoration: none;
   color: #017943;
}
a.stmk:hover {
   font-family: 'Nunito', sans-serif;;
   font-size: 16px;
   font-weight: normal;
   text-decoration: none;
   color: #000000;
}
a.done {
   font-family: 'Nunito', sans-serif;;
   font-size: 13px;;
   font-weight: normal;
   text-decoration: none;
   color: #000000;
}
a.done:hover {
   font-family: 'Nunito', sans-serif;;
   font-size: 13px;;
   font-weight: normal;
   text-decoration: none;
   color: #E2001A;
}
a.donew {
   font-family: 'Nunito', sans-serif;;
   font-size: 13px;;
   font-weight: normal;
   text-decoration: none;
   color: #FFFFFF;
}
a.donew:hover {
   font-family: 'Nunito', sans-serif;;
   font-size: 13px;;
   font-weight: normal;
   text-decoration: underline;
   color: #FFFFFF;
}
a.tvbott {
   font-family: 'Nunito', sans-serif;;
   font-size: 18px;
   font-weight: bold;
   text-decoration: none;
   color: #FFFFFF;
}
a.tvbott:hover {
   font-family: 'Nunito', sans-serif;;
   font-size: 18px;
   font-weight: bold;
   text-decoration: underline;
   color: #FFFFFF;
}
a.page {
   font-family: 'Nunito', sans-serif;;
   font-size: 16px;
   font-weight: bold;
   text-decoration: none;
   color: #1073B6;
}
a.page:hover {
   font-family: 'Nunito', sans-serif;;
   font-size: 16px;
   font-weight: bold;
   text-decoration: none;
   color: #000000;
}
a.pagea {
   font-family: 'Nunito', sans-serif;;
   font-size: 16px;
   font-weight: bold;
   text-decoration: none;
   color: #000000;
}

body {
   margin: 0;
   padding: 0;
   width: 100%;
   height: 100%;
   color: #000000;
   font-family: Nunito;
   font-size: 16px;
   line-height: 1.2;
}
#head {
   margin: 0;
   padding: 0;
   width: 100%;
   background-color: #FFFFFF;
}
.headm {
   margin: auto;
      padding-top: 15px;
   height: 82px;
      width: 990px;
}
.headml {
   float: left;
   padding-left: 10px;
}
.headmla {
   float: left;
   height: 47px;
   width: 65px;
   margin-right: 5px;
}
.headmlb {
   cursor:pointer;
   float: left;
   height: 47px;
   padding-top: 6px;
   color: #8CC63F;
   font-size: 30px;
   font-weight: bold;
}
.headmlb:hover {
   color: #000000;
}
.headmlby {
   cursor:pointer;
   float: left;
   height: 47px;
   padding-top: 6px;
   color: #8CC63F;
   font-size: 30px;
   font-weight: bold;
}
.headmlby:hover {
   color: #000000;
}
.headmlc {
   cursor:pointer;
   float: left;
   height: 47px;
   margin-left: 93px;
   padding-top: 17px;
   font-size: 14px;
   font-weight: bold;
}
.headmlc:hover {
   color: #E2001A;
}
.headmlc1 {
   float: left;
}
.headmlc2 {
   float: left;
   padding: 3px 0px 0px 5px;
}
.headmld {
   cursor:pointer;
   float: left;
   height: 47px;
   margin-left: 40px;
   padding-top: 17px;
   font-size: 14px;
   font-weight: bold;
}
.headmld:hover {
   color: #E2001A;
}
.headmld1 {
   float: left;
}
.headmld2 {
   float: left;
   padding: 3px 0px 0px 5px;
}
.headmr {
   float: right;
   height: 47px;
   padding: 14px 10px 0px 0px;
   text-align: right;
}
.headmru {
   display: none;
   float: right;
   margin: -27px 10px 0px 0px;
   text-align: right;
}
.headmr1 {
   cursor:pointer;
   float: right;
}
.headmr1y {
   display: none;
   cursor:pointer;
   float: right;
}

.headkontand {
   position: absolute;
   top: 220px;
   width: 100%;
   z-index: -1;
}
.headkontandy {
   margin: auto;
   width: 990px;
   min-width: 695px;
   padding: 0px 0px 0px 0px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: flex-end;
   align-items: flex-start;
   z-index: -1;
}
.headkontand1 {
   padding: 0px 0px 0px 0px;
   width: 200px;
   text-align: center;
   //border: solid 1px #CCCCCC;
}
.headkontand1a {
   padding: 0px 0px 0px 50px;
}
.headkontand1b {
   padding: 0px 0px 0px 0px;
   font-weight: normal;
   font-size: 14px;
}
.headkontand1c {
   padding: 3px 0px 0px 0px;
   font-weight: bold;
   font-size: 16px;
}
.headkontand1 img {
   display: block;
}

.icon {
   cursor:pointer;
   width: 60px;
   height: 47px;
   padding-top: 2px;
   border: 2px solid #8CC63F;
   background-color: #8CC63F;
}
.icond1 {
   width: 40px;
   margin: 6px 0px 0px 8px;
   color: #FFFFFF;
   border-top: 5px solid #FFFFFF;
   background-color: #FFFFFF;
}
.overlaya {
  float: left;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 3;
  top: 0;
  right: 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;
  left: 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: 20px;
  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 .closebtn {
  position: absolute;
  top: 5px;
  right: 17px;
  font-size: 50px;
}

.topheadnav {
   margin: 0;
   padding: 0;
   width: 100%;
}
.topheadnav1 {
   display: block;
   margin: auto;
   width: 990px;
}
.topheadnav2 {
   float: left;
   width: 200px;
   height: 165px;
   padding-left: 32px;
}
.topheadnav3 {
   float: left;
   width: 585px;
}
.topheadnav4 {
   margin-top: 0px;
   padding-left: 8px;
}

.subnavpic {
   margin: 0;
   padding: 0;
   width: 100%;
}
.subnav1 {
   display: block;
   margin: 10px 0px 0px 10px;
   color: #E2001A;
}
.subnav1nc {
   display: block;
   padding: 0px 0px 20px 0px;
   color: #E2001A;
}
.subnav2 {
   display: inline-block;
   margin: 0px 10px 0px 10px;
   padding: 8px 10px 10px 0px;
   font-size: 20px;
}
.subnav3 {
   display: inline-block;
   margin: 0px 10px 0px 10px;
   padding: 0px 10px 10px 0px;
   font-size: 18px;
}

#main {
   clear: both;
   margin: auto;
      padding: 0px 10px 0px 10px;
   width: 990px;
      min-height: 400px;
   }
#main1 {
   clear: both;
   margin: auto;
      padding: 0px 0px 0px 10px;
   width: 990px;
      min-height: 400px;
   }
.mainleft {
   float: left;
   width: 200px;
   margin-top: -5px;
   padding-left: 50px;
}
.mainleftn {
   clear: left;
   height: 25px;
   margin-top: -25px;
   padding-left: 10px;
   border-left: 1px solid #E2001A;
}
.mainleft82 {
   clear: left;
   height: 25px;
   margin-top: -25px;
   padding-left: 10px;
   border-left: 1px solid #E2001A;
}
.mainleft83 {
   clear: left;
   height: 25px;
   margin-top: -25px;
   padding-left: 10px;
   border-left: 1px solid #E2001A;
}
.mainleft87 {
   clear: left;
   height: 29px;
   margin-top: -29px;
   padding-left: 10px;
   border-left: 1px solid #E2001A;
}
.mainleft91 {
   clear: left;
   height: 25px;
   margin-top: -25px;
   padding-left: 10px;
   border-left: 1px solid #E2001A;
}
.mainleft92 {
   clear: left;
   height: 25px;
   margin-top: -25px;
   padding-left: 10px;
   border-left: 1px solid #E2001A;
}
.mainleft94 {
   clear: left;
   height: 25px;
   margin-top: -25px;
   padding-left: 10px;
   border-left: 1px solid #E2001A;
}
.mainleft95 {
   clear: left;
   height: 24px;
   margin-top: -24px;
   padding-left: 10px;
   border-left: 1px solid #E2001A;
}
.mainleft96 {
   clear: left;
   height: 25px;
   margin-top: -25px;
   padding-left: 10px;
   border-left: 1px solid #E2001A;
}
.mainleft103 {
   clear: left;
   height: 26px;
   margin-top: -26px;
   padding-left: 10px;
   border-left: 1px solid #E2001A;
}

.mainleft99 {
   clear: left;
   height: 26px;
   margin-top: -26px;
   padding-left: 10px;
   border-left: 1px solid #E2001A;
}
.mainleftnav {
   cursor: pointer;
   clear: left;
   height: 30px;
   padding: 11px 0px 0px 10px;
   font-size: 14px;
   border-left: 1px solid #E2001A;
}
.mainleftnav1{
   cursor: pointer;
   clear: left;
   height: 30px;
   padding: 11px 0px 0px 10px;
   font-size: 14px;
   border-left: 1px solid #FFFFFF;
}
.mainleftnav:hover {
   color: #E2001A;
}
.mainleftnav1:hover {
   color: #E2001A;
}
.mainleftnava{
   cursor: pointer;
   clear: left;
   height: 30px;
   padding: 11px 0px 0px 10px;
   font-size: 14px;
   color: #E2001A;
   border-left: 1px solid #E2001A;
}
.mainright {
   float: left;
      width: 770px;
   min-height: 400px;
   }
.mainbottom {
   clear: both;
   margin-left: 200px;
}
.mainbottom1 {
   padding-top: 20px;
}
.mainbottom1a {
   float: right;
   padding-left: 10px;
}
.mainbottom1b {
   float: right;
}
.mainbottom2 {
   clear: both;
   height: 50px;
   margin-top: 5px;
   padding-top: 5px;
   border-top: 3px solid #8CC63F;
}
.mainbottom2a {
   float: left;
   color: #E2001A;
}
.mainbottom2b {
   float: right;
}
.mainbott {
   clear: both;
   height: 5px;
}
.datum_content {
   font-size: 14px;
}
.headline_content {
   padding-top: 5px;
   display: block;
   color: #8CC63F;
}
.headline_content1 {
   display: block;
   padding-top: 48px;
   color: #E2001A;
}
.headline_content2 {
   font-weight: normal;
}
.headline_contentm {
   display: block;
   padding: 0px 10px 30px 10px;
   color: #E2001A;
}
.headline_bilderpic {
   clear: both;
   margin-left: 10px;
   padding: 5px 0px 0px 18px;
   display: block;
   font-weight: bold;
   background-image: url('https://www.posten-rad.at/images/arrow.gif');
   background-position: 0px 6px;
   background-repeat: no-repeat;
}
.subline_content {
   padding-top: 10px;
   font-weight: bold;
}
.text_content {
   display: block;
}
.home_content {
   display: block;
   margin-left: 20px;
}
.home_user {
   display: block;
   margin: -20px 10px 25px 0px;
      text-align: right;
   }
.home_news {
   display: block;
   margin: 0;
   padding: 0;
}
.presse_top {
   display: block;
   height: 275px;
   margin-bottom: 20px;
}
.presse_top1 {
   cursor: pointer;
      float: left;
   width: 720px;
   height: 275px;
      color: #FFFFFF;
   text-decoration: none;
   font-size: 18px;
   font-weight: bold;
}
.presse_top1:hover {
   text-decoration: underline;
   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.presse_top1a {
   margin-top: 235px;
   height: 40px;
   padding: 10px 10px 0px 10px;
   background-color: #000000;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}
.presse_top2 {
   float: left;
   width: 250px;
   height: 275px;
   padding: 27px 0px 0px 20px;
}

.home_picbox {
      float: left;
   width: 226px;
   height: 295px;
      margin: 0px 22px 22px 0px;
   overflow: hidden;
   background-color: #ECECED;
}
.home_picbox1 {
      float: left;
   width: 226px;
   height: 295px;
      margin: 0px 0px 22px 0px;
   overflow: hidden;
   background-color: #ECECED;
}
.home_picboxpic {
   height: 231px;
   padding: 0;
}
.home_picboxtxt1 {
   height: 20px;
   padding: 2px 5px 0px 5px;
   font-size: 12px;
   font-weight: bold;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   text-align: center;
}
.home_picboxtxt2 {
   height: 20px;
   padding: 2px 5px 0px 5px;
   font-size: 12px;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   text-align: center;
}
.home_picboxtxt3 {
   height: 20px;
   padding: 0px 5px 0px 5px;
   font-size: 16px;
   text-align: center;
}

.home_navbox1 {
   cursor: pointer;
      float: left;
   width: 226px;
   height: 226px;
      margin: 0px 0px 0px 10px;
   overflow: hidden;
   background-image: url('https://www.posten-rad.at/images/symbole_kro/82.png');
   background-origin: content-box;
   background-size: 100%;
   background-repeat: no-repeat;
}
.home_navbox1:hover {
   background-image: url('https://www.posten-rad.at/images/symbole_kro/82-n.png');
}
.home_navbox2 {
   cursor: pointer;
      float: left;
   width: 226px;
   height: 226px;
      margin: -3px 0px 0px 10px;
   overflow: hidden;
   background-image: url('https://www.posten-rad.at/images/symbole_kro/83.png');
   background-origin: content-box;
   background-size: 100%;
   background-repeat: no-repeat;
}
.home_navbox2:hover {
   background-image: url('https://www.posten-rad.at/images/symbole_kro/83-n.png');
}
.home_navbox3 {
   cursor: pointer;
      float: left;
   width: 226px;
   height: 226px;
      margin: -3px 0px 0px 10px;
   overflow: hidden;
   background-image: url('https://www.posten-rad.at/images/symbole_kro/87-1.png');
   background-origin: content-box;
   background-size: 100%;
   background-repeat: no-repeat;
}
.home_navbox3:hover {
   background-image: url('https://www.posten-rad.at/images/symbole_kro/87-1-n.png');
}
.home_navbox4 {
   cursor: pointer;
      float: left;
   width: 250px;
   height: 246px;
      margin: -20px 0px 0px 0px;
   overflow: hidden;
   background-image: url('https://www.posten-rad.at/images/symbole_kro/90.png');
   background-origin: content-box;
   background-size: 100%;
   background-repeat: no-repeat;
}
.home_navbox5 {
   cursor: pointer;
      float: left;
   width: 226px;
   height: 226px;
      margin: -3px 0px 0px 10px;
   overflow: hidden;
   background-image: url('https://www.posten-rad.at/images/symbole_kro/91.png');
   background-origin: content-box;
   background-size: 100%;
   background-repeat: no-repeat;
}
.home_navbox5:hover {
   background-image: url('https://www.posten-rad.at/images/symbole_kro/91-n.png');
}
.home_navbox5u {
   cursor: pointer;
      float: left;
   width: 226px;
   height: 226px;
      margin: -3px 0px 0px 10px;
   overflow: hidden;
   background-image: url('https://www.posten-rad.at/images/symbole_kro/91-u.png');
   background-origin: content-box;
   background-size: 100%;
   background-repeat: no-repeat;
}
.home_navbox5u:hover {
   background-image: url('https://www.posten-rad.at/images/symbole_kro/91-u-n.png');
}
.home_navbox6 {
   cursor: pointer;
      float: left;
   width: 226px;
   height: 226px;
      margin: -3px 0px 0px 10px;
   overflow: hidden;
   background-image: url('https://www.posten-rad.at/images/symbole_kro/92.png');
   background-origin: content-box;
   background-size: 100%;
   background-repeat: no-repeat;
}
.home_navbox6:hover {
   background-image: url('https://www.posten-rad.at/images/symbole_kro/92-n.png');
}
.home_navbox6u {
   cursor: pointer;
      float: left;
   width: 226px;
   height: 226px;
      margin: -3px 0px 0px 10px;
   overflow: hidden;
   /* background-image: url('https://www.posten-rad.at/images/symbole_kro/92-u.png'); */
   background-image: url('https://www.posten-rad.at/images/symbole_kro/92.png');
   background-origin: content-box;
   background-size: 100%;
   background-repeat: no-repeat;
}
.home_navbox6u:hover {
   /* background-image: url('https://www.posten-rad.at/images/symbole_kro/92-u-n.png'); */
   background-image: url('https://www.posten-rad.at/images/symbole_kro/92-n.png');
}
.home_navbox7 {
   cursor: pointer;
      float: left;
   width: 226px;
   height: 226px;
      margin: -3px 0px 0px 10px;
   overflow: hidden;
   background-image: url('https://www.posten-rad.at/images/symbole_kro/94-1.png');
   background-origin: content-box;
   background-size: 100%;
   background-repeat: no-repeat;
}
.home_navbox7:hover {
   background-image: url('https://www.posten-rad.at/images/symbole_kro/94-1-n.png');
}
.home_navbox8 {
   cursor: pointer;
      float: left;
   width: 226px;
   height: 226px;
      margin: -3px 0px 0px 10px;
   overflow: hidden;
   background-image: url('https://www.posten-rad.at/images/symbole_kro/95.png');
   background-origin: content-box;
   background-size: 100%;
   background-repeat: no-repeat;
}
.home_navbox8:hover {
   background-image: url('https://www.posten-rad.at/images/symbole_kro/95-n.png');
}
.home_navbox9 {
   cursor: pointer;
      position: relative;
   z-index: 2;
   float: left;
   width: 226px;
   height: 226px;
      margin: 0px 0px 0px 10px;
   overflow: hidden;
   background-image: url('https://www.posten-rad.at/images/symbole_kro/779.png');
   background-origin: content-box;
   background-size: 100%;
   background-repeat: no-repeat;
}
.home_navbox9:hover {
   background-image: url('https://www.posten-rad.at/images/symbole_kro/779-n.png');
}
.home_navbox10 {
      position: relative;
   z-index: 1;
   float: left;
   width: 280px;
   height: 226px;
   margin: 0px 10px 0px -54px;
      overflow: hidden;
}
.home_navbox10news {
      width: 280px;
   height: 199px;
   margin: 7px 0px 0px 0px;
      overflow: hidden;
   border-radius: 25px;
   background-color: #8CC63F;
}
.home_navbox10newstxt {
      width: 232px;
   height: 199px;
   margin: 0px 0px 0px 48px;
   padding: 10px 10px 10px 10px;
      overflow: hidden;
}
.home_navbox10newstxty {
      position: relative;
   cursor: pointer;
   color: #FFFFFF;
   max-height: 90px;
   }
.home_navbox10newstxty:hover {
   color: #000000;
}
.home_navbox10newstxt1 {
      max-height: 40px;
   font-size: 16px;
   font-weight: bold;
      overflow: hidden;
}
.home_navbox10newstxt2 {
      max-height: 50px;
   font-size: 14px;
      color: #000000;
   overflow: hidden;
}
.home_navbox11 {
   cursor: pointer;
      float: left;
   width: 226px;
   height: 180px;
      margin: -3px 0px 0px 10px;
   overflow: hidden;
   background-image: url('https://www.posten-rad.at/images/symbole_kro/11.png');
   background-origin: content-box;
   background-size: 100%;
   background-repeat: no-repeat;
}
.home_navbox12 {
   cursor: pointer;
      float: left;
   width: 226px;
   height: 226px;
      margin: -3px 0px 0px 10px;
   overflow: hidden;
   background-image: url('https://www.posten-rad.at/images/symbole_kro/103.png');
   background-origin: content-box;
   background-size: 100%;
   background-repeat: no-repeat;
}
.home_navbox12:hover {
   background-image: url('https://www.posten-rad.at/images/symbole_kro/103-n.png');
}

.home_navboxtxt {
   height: 37px;
}
.home_navboxtxt1 {
   padding: 10px 5px 3px 5px;
   color: #FFFFFF;
   font-size: 22px;
   text-align: center;
}
.home_navboxtxt2 {
   padding: 10px 5px 3px 5px;
   color: #FFFFFF;
   font-size: 20px;
   text-align: center;
}
.home_navboxtxt3 {
   padding: 10px 5px 3px 5px;
   color: #FFFFFF;
   font-size: 22px;
   text-align: center;
}
.home_navboxtxt5 {
   padding: 10px 5px 3px 5px;
   color: #FFFFFF;
   font-size: 22px;
   text-align: center;
}
.home_navboxtxt6 {
   padding: 10px 5px 3px 5px;
   color: #FFFFFF;
   font-size: 22px;
   text-align: center;
}
.home_navboxtxt7 {
   padding: 10px 5px 3px 5px;
   color: #FFFFFF;
   font-size: 22px;
   text-align: center;
}
.home_navboxtxt8 {
   padding: 10px 5px 3px 5px;
   color: #FFFFFF;
   font-size: 22px;
   text-align: center;
}
.home_navboxtxt9 {
   padding: 10px 5px 3px 5px;
   color: #FFFFFF;
   font-size: 22px;
   text-align: center;
}
.home_navboxtxt10 {
   padding: 10px 5px 3px 5px;
   color: #FFFFFF;
   font-size: 22px;
   text-align: center;
}
.home_navboxtxt12 {
   padding: 10px 5px 3px 5px;
   color: #FFFFFF;
   font-size: 22px;
   text-align: center;
}

.home_navboxninfo {
   float: left;
   height: 65px;
   width: 226px;
   margin-top: -9px;
   padding-left: 17px;
}
.home_navboxlocked {
   float: right;
   height: 65px;
   margin-top: 62px;
   padding-right: 17px;
}
.home_navboxtop {
      float: left;
   width: 150px;
   height: 145px;
      margin: 0px 0px 40px 10px;
   overflow: hidden;
}
.home_navboxtoptxt {
   padding: 6px 10px 3px 10px;
   color: #FFFFFF;
   font-size: 14px;
   text-align: center;
}

.modbgcont {
   padding: 10px 0px 10px 0px;
}
.bg_picbox {
      float: left;
   width: 220px;
   height: 220px;
      margin: 0px 35px 15px 0px;
   overflow: hidden;
   background-color: ;
   border: 1px solid ;
}
.bg_picbox1 {
      float: left;
   width: 220px;
   height: 220px;
      margin: 0px 0px 15px 0px;
   overflow: hidden;
   background-color: ;
   border: 1px solid ;
}

#bottomnav {
   clear: both;
   margin: auto;
   width: 990px;
}
.bottomnav1 {
   float: right;
   margin: -42px 9px 0px 0px;
   color: #E2001A;
}
#bottom {
   clear: both;
   margin: auto;
   height: 35px;
   padding-right: 9px;
   width: 990px;
   text-align: right;
}
#bottomd {
   clear: both;
   margin: auto;
   height: 35px;
   padding-top: 15px;
   text-align: center;
}
#bottomtv {
   padding: 20px 20px 20px 20px;
   text-align: center;
   background-color: #8CC63F;
}
.bottomtv1 {
   color: #FFFFFF;
   font-size: 28px;
   font-weight: bold;
}
.bottomtv2 {
   padding-top: 10px;
}
.bottomtv3 {
   padding-top: 15px;
   font-size: 18px;
   font-weight: bold;
}
.bottomtv4 {
   padding-top: 5px;
}

#wework {
   clear: both;
   margin: auto;
   padding: 0px 10px 0px 10px;
      min-height: 400px;
   width: 990px;
   }
.wework1 {
   margin-top: 20px;
      font-size: 26px;
      font-weight: bold;
   text-align: center;
}
.wework2 {
   margin-top: 20px;
   text-align: center;
}
.wework3 {
   margin: 20px 0px 20px 0px;
   font-size: 16px;
   text-align: center;
}

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

.text_contenthomstors {
   display: block;
   margin-top: 5px;
}
.text_contenthomstors1 {
   display: block;
   margin-top: 15px;
}
.oncmoddet_pic {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   align-items: flex-start;
   padding: 10px 0px 0px 0px;
}
.oncmoddet_pict {
   display: flex; 
   justify-content: center; 
   align-items:center; 
   width: 220px;
   height: 220px;
   margin: 10px 10px 10px 10px;
   border: 1px solid #ADD376;
}
.oncmoddet_pict img {
   display: block;
   max-width: 220px;
   max-height: 220px;
   width: auto;
   height: auto;
}

.presslink {
   position: relative;
   display: block;
   padding: 10px 10px 0px 10px;
   background-color: #ECECED;
}
.presslink1 {
   float: left;
}
.presslink2 {
   position: relative;
   float: right;
   width: 150px;
   margin-top: -29px;
   padding-right: 10px;
   text-align: right;
}
.presslink3 {
   padding: 0px 10px 10px 10px;
   background-color: #ECECED;
}
.presslinkline {
   clear: both;
   height: 10px;
}
.headline_presslink {
   padding-bottom: 5px;
   font-weight: bold;
   color: #8CC63F;
}
.text_presslink {
   padding: 5px 0px 0px 18px;
   display: block;
   background-image: url('https://www.posten-rad.at/images/arrow1.gif');
   background-position: 0px 6px;
   background-repeat: no-repeat;
}

.suche {
   display: block;
   margin-bottom: 10px;
}
.suche1 {
   display: inline-block;
   width: 140px;
   padding-top: 2px;
   font-weight: bold;
}
.suche2 {
   display: inline-block;
      width: 500px;
   }
.suchebutton {
   cursor: pointer;
   width: 100px;
   padding: 5px 0px 5px 0px;
   text-align: center;
   color: #000000;
   font-weight: bold;
   border: 2px solid #000000;
   border-radius: 5px;
}
.suchebutton:hover {
   color: #8CC63F;
}

.loginbox-form {
   margin-top: 5px;
   font-weight: bold;
}
.loginbox-rem {
   float: left;
}
.loginbox-rem1 {
   float: left;
   padding: 3px 0px 0px 5px;
   font-weight: normal;
}

.status {
   margin: 10px 0px 10px 0px;
   padding: 5px;
   color: #FF0000;
   text-align: center;
   border: 1px solid #FF0000;
   background-color: #FFFFFF;
}
.error {
   color: #FF0000;
   font-weight: bold;
   font-size: 24px;
}

#formt {

}
#form {
   margin-top: 20px;
}
.form1 {
   clear: left;
}
.formlogi {
   margin-top: 40px;
}
.formlogi2 {
   margin-top: 20px;
}
.form1a {
   float: left;
   width: 230px;
   padding-top: 11px;
}
.form1b {
   float: left;
      width: 440px;
   }
.form1c {
   float: left;
   padding: 5px 0px 0px 5px;
}
.form2 {
   clear: left;
   padding-top: 20px;
}
.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: 110px;
}
.form1g {
   float: left;
   padding-left: 10px;
}
.form1h {
   float: left;
   padding: 10px 5px 0px 10px;
}
.form1i {
   float: left;
   width: 40px;
      margin: 0px 0px 0px 230px;
   }
.form1j {
   float: left;
      width: 400px;
   padding-top: 2px;
   }
.form4 {
   clear: left;
      margin: 0px 0px 0px 230px;
      padding: 20px 0px 0px 0px;
   width: 100px;
}

.formtawwtmen {
   cursor: pointer;
   float: left;
      width: 120px;
   margin: 0px 0px 0px 0px;
   padding: 5px 5px 5px 5px;
      text-align: center;
   border: 1px solid #E2001A;
   border-radius: 5px;
}
.formtawwtmen:hover {
   color: #FFFFFF;
   background-color: #E2001A;
}
.formtawwtmen1 {
   cursor: pointer;
      float: left;
   width: 120px;
   margin: 0px 0px 0px 5px;
   padding: 5px 5px 5px 5px;
      text-align: center;
   border: 1px solid #E2001A;
   border-radius: 5px;
}
.formtawwtmen1:hover {
   color: #FFFFFF;
   background-color: #E2001A;
}
#formtawwt1 {
   display: none;
   clear: both;
      padding: 20px 0px 0px 0px;
   }
#formtawwt2 {
   display: none;
   clear: both;
      padding: 20px 0px 0px 0px;
   }
#formtawwt3 {
   display: none;
   clear: both;
      padding: 20px 0px 0px 0px;
   }
#formtawwt4 {
   display: none;
   clear: both;
      padding: 20px 0px 0px 0px;
   }
#formtawwt5 {
   display: none;
   clear: both;
      padding: 20px 0px 0px 0px;
   }
.formtawdat {
   clear: left;
      width: 495px;
   padding: 5px 0px 5px 15px;
      font-weight: bold;
   border-top: 1px solid #CCCCCC;
}
.formtaw0 {
   clear: left;
      width: 495px;
      border-top: 1px solid #CCCCCC;
}
.formtaw1 {
   float: left;
      width: 33%;
   }
.formtaw2 {
   float: left;
      width: 40px;
   padding: 5px 10px 5px 10px;
   text-align: right;
   }
.formtaw3 {
   float: left;
      padding: 9px 0px 0px 10px;
   }
.formtaw4 {
   float: right;
   margin: 20px 0px 0px 0px;
   width: 180px;
   text-align: center;
}

.moduebdi {
   display: table-cell;
   padding: 10px 0px 10px 15px;
   vertical-align: top;
}
.moduebdiy {
   cursor: pointer;
   display: block;
   padding: 10px 0px 10px 0px;
   color: #E2001A;
   border-bottom: 1px solid #A9A6A6;
}
.moduebdiy:hover {
   color: #000000;
}
.moduebhl {
   display: block;
   font-family: 'Nunito', sans-serif;;
   font-size: ;
   font-weight: bold;
   color: #8CC63F;
   padding: 0px 20px 3px 20px;
   border-bottom: 2px solid #D99323;
}
.moduebhla {
   float: left;
}
.moduebhlb {
   float: left;
   padding-top: 6px;
}
.moduebhlc {
   float: left;
   padding: 7px 5px 0px 5px;
}
.moduebhld {
   float: right;
   padding: 7px 0px 0px 5px;
}
.moduebhl1 {
   clear: both;
   padding-top: 10px;
   font-family: 'Nunito', sans-serif;;
   font-size: ;
   font-weight: bold;
   color: #8CC63F;
}
.moduebhl2 {
   clear: both;
   font-family: 'Nunito', sans-serif;;
   font-size: ;
   font-weight: bold;
   color: #8CC63F;
}
.moduebort {
   color: #000000;
   padding-bottom: 3px;
}
.moduebdat {
   font-size: 14px;
   color: #000000;
}
.moduebhi {
   padding-top: 3px;
   font-weight: bold;
   font-size: 18px;
}
.moduebti {
   padding-top: 3px;
   font-weight: normal;
   color: #000000;
}
.moduebmore {
   padding-top: 3px;
   font-weight: bold;
}
.moduebpreis {
   padding-top: 10px;
   font-weight: bold;
   font-size: 18px;
   color: #000000;
}
.moduebpreis1 {
   padding: 0px 0px 10px 0px;
   font-weight: bold;
   font-size: 18px;
   color: #000000;
}
div.modnewsdett {
   display: table;
   width: 100%;
   border-bottom: 1px solid #A9A6A6;
}
div.modnewsdettn {
   display: table;
   width: 100%;
}
div.modnewsdettr {
   display: table-row;
}
div.modnewsdettr1 {
   cursor: pointer;
   display: table-row;
   color: #E2001A;
}
div.modnewsdettr1a {
   cursor: pointer;
   display: table-row;
   width: 100%;
   color: #8CC63F;
}
div.modnewsdettr1:hover {
   color: #000000;
}
div.modnewsdettr1a:hover {
   color: #000000;
}
div.modnewsdet1 {
   display: table-cell;
      width: 215px;
      text-align: center;
   vertical-align: top;
}
div.modnewsdet1a {
   display: table-cell;
   width: 200px;
      width: 200px;
      padding: 10px 0px 6px 0px;
   text-align: center;
   vertical-align: top;
}
div.modnewsdet2 {
   display: table-cell;
   vertical-align: top;
}
.modnewspic1 {
   display: block;
}
.modnewspict {
   display: block;
   padding-bottom: 10px;
   text-align: center;
}
.modnewspic {
      width: 200px;
      padding-bottom: 5px;
   text-align: center;
}
.modnewsueb {
   clear: both;
   padding-top: 5px;
}
.modnewsuebn {
   clear: both;
   border-top: 1px solid #A9A6A6;
}
.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;
}

@media screen and (max-width:1020px) {
   .headm {
      width: 100%;
	  	  min-width: 705px;
      height: 138px;
	     }
   .headmr {
      display: none;
   }
   .headmru {
      display: block;
   }
   .headmr1 {
	  display: none;
   }
   .headmr1y {
      display: block;
      margin-top: -45px;
   }
   .headmt {
      display: block;
   }
   .headml {
      width: 100%;
   }
   .headmlc {
      margin-left: 80px;
   }
   .headmld {
      margin-left: 40px;
   }
   
   .headkontand {
      top: 170px;
   }
   .headkontandy {
      width: 100%;
   }
   
   .topheadnav1 {
      display: block;
      margin: none;
	  margin-top: -55px;
      width: 100%;
	  	  min-width: 295px;
	     }
   .topheadnav2 {
      float: left;
      width: 200px;
   }
   .topheadnav3 {
      width: 200px;
   }
   .subnav1 {
      display: none;
   }
   .subnav3 {
      padding: 8px 10px 10px 0px;
   }
   #main {
      width: 100%;
	  	  min-width: 705px;
	     }
   #main1 {
      width: 100%;
	  	  min-width: 705px;
	     }
   .mainleft {
      display: none;
   }
   .mainright {
      width: 100%;
   }
      .div50 {
      width: 100%;
	  margin-bottom: 10px;
   }
   .presse_top2 {
      display: none;
   }
   .presse_top1 {
	  display: block;
   }
      .home_picbox {
      	  margin-right: 20px;
	     }
      .home_content {
      width: 520px;
      margin: auto;
	  margin-top: -55px;
   }
   .home_user {
      margin: -20px 10px 25px 0px;
      text-align: center;
   }
      .home_navbox1 {
      	  margin-left: 20px;
	     }
   .home_navbox2 {
      	  margin-left: 20px;
	     }
   .home_navbox3 {
      	  margin-left: 20px;
	     }
   .home_navbox4 {
      	  margin-left: 20px;
	     }
   .home_navbox5 {
      	  margin-left: 20px;
	     }
   .home_navbox6 {
      	  margin-left: 20px;
	     }
   .home_navbox5u {
      	  margin-left: 20px;
	     }
   .home_navbox6u {
      	  margin-left: 20px;
	     }
   .home_navbox7 {
      	  margin-left: 20px;
	     }
   .home_navbox8 {
      	  margin-left: 20px;
	     }
   .home_navbox9 {
      	  margin-left: 20px;
	     }
   .home_navbox10 {
      	  
	     }
   .home_navbox11 {
      	  margin-left: 20px;
	     }
   .home_navbox12 {
      	  margin-left: 20px;
	     }
   .home_navboxtop {
      	  margin-left: 10px;
	     }
   .mainbottom {
      margin-left: 0px;
	  min-width: 705px;
   }
   #bottomnav {
      width: 100%;
      margin: auto;
	  min-width: 705px;
   }
   .bottomnav1 {
	  clear: both;
      width: 100%;
      margin: 0px 0px 0px 10px;
	  text-align: center;
   }
   #bottom {
      width: 100%;
	  text-align: center;
	  min-width: 705px;
   }
   #bottomd {
      width: 100%;
	  min-width: 695px;
   }
   #formt {
      width: 100%;
      padding: 20px 0px 0px 0px;
   }
}
@media screen and (max-width:620px) {
   .topheadnav2 {
      display: none;
   }
      .headmlby {
	  display: none;
   }
}


.moduebd {
   cursor: pointer;
   display: box;
   margin-bottom: 10px;
   padding: 10px;
   background-color: #D2D3D5;
}
.moduebd:hover {
   color: #8CC63F;
   background-color: #D2D3D5;
}
.moduebd1 {
   cursor: pointer;
   display: box;
   margin-bottom: 10px;
   padding: 10px;
   background-color: #DCEEC5;
}
.moduebd1:hover {
   color: #8CC63F;
   background-color: #DCEEC5;
}
.moduebo {
   font-size: 14px;
   color: #000000;
}
.moduebo1 {
   font-weight: bold;
   color: #8CC63F;
}
.moduebod {
   font-weight: normal;
   font-size: 14px;
   color: #000000;
}
.moduebh {
   padding-top: 5px;
   font-weight: bold;
   font-size: 18px;
}
.moduebs {
   padding-top: 3px;
   font-weight: bold;
}
.moduebt {
   padding-top: 3px;
   font-weight: normal;
   color: #000000;
}
.mod_return {
   cursor: pointer;
   height: 25px;
   margin-bottom: 15px; 
   border-bottom: 1px solid #8CC63F;
}
.mod_return1 {
   cursor: pointer;
   display: inline-block;
   padding-bottom: 10px;
   font-size: 18px;
   font-weight: bold;
   color: #8CC63F;
}
.mod_return1:hover {
   cursor: pointer;
   display: inline-block;
   padding-bottom: 10px;
   font-size: 18px;
   font-weight: bold;
   color: #000000;
}
.mod_bottom {
   clear: both;
   height: 20px;
}

.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;
}

.modal {
   display: block;
   position: fixed;
   z-index: 3;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   overflow: auto;
   background-color: rgb(0,0,0); /* Fallback color */
   background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal-content {
   margin: auto;
   padding: 20px;
   border-radius: 20px;
   background-color: #FFFFFF;
      margin-top: 86px;
   width: 480px;
   min-height: 205px;
   }
.modal-content:hover,
.modal-content:focus {

}
.modal-contenthl {
   cursor: pointer;
   text-align: center;
}
.modal-contenthl1 {
   cursor: pointer;
   margin: 20px 0px 0px 0px;
   padding: 10px 0px 0px 0px;
   text-align: center;
   border-top: 2px solid #8CC63F;
}
.modal-contenttxt {
   cursor: pointer;
   padding: 10px 0px 0px 0px;
}
.modal-contenttxt1 {
   cursor: pointer;
   margin: 10px 0px 0px 0px;
   padding: 20px 0px 0px 0px;
   border-top: 2px solid #8CC63F;
}
.modal-contentlnk {
   padding: 10px 0px 0px 0px;
}
.modal-content img {
   max-width:100%;
   max-height:100%;
   height: auto;
   width:auto;
}

#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:35px;
}
#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;
}