* {
   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 #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;
}
.clean
{
    border: 0;
    background: none;
    padding: 0;
}
.clean > figcaption
{
    margin-top: .5em;
    font-size: .7em;
    text-align: right;
}
figure
{
	text-align: center;
	border: solid 0px #CCCCCC;
	border-radius: 0px;
	background: rgba(0,0,0,0.0);
	padding: 0px;
	margin: 0px 20px 5px 0px;
	display: inline-block;
	/* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
}

figure > figcaption
{
	text-align: center;
    display: block; /* For IE8 */
    font-size: 12px;
	max-width: 200px;
}
.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.gbh-presse.at/images/zitat.gif');
   background-position: 0px 0px;
   background-repeat: no-repeat;
}
.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: #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;
}

h1 {
   margin: 0;
   padding: 0;
   font-size: 24px;
   font-weight: bold;
}
h2 {
   margin: 0;
   padding: 0;
   font-size: 20px;
   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;
}
select {
   width: 100%;
   padding: 5px 15px;
   margin: 4px 0;
   display: inline-block;
   border: 1px solid #CCCCCC;
   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', sans-serif;;
}
 input[type=radio] {
   border: 5px;
   width: 20px;
   height: 15px;
}
input[type=checkbox] {
   width: 20px;
   height: 20px;
}
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}
a.sitemapl {
   font-family: 'Nunito', sans-serif;;
   font-size: 18px;
   font-weight: normal;
   text-decoration: none;
   color: #E2001A;
}
a.sitemapl:hover {
   font-family: 'Nunito', sans-serif;;
   font-size: 18px;
   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: #FFFFFF;
   font-weight: normal;
   text-align: center;
   text-decoration: none;
   transition: 0.3s;
   font-size: 18px;
   background-color: #E2001A;
}
ul.topnav li a.aktiv {
   padding-top: 10px;
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: underline;
   background-color: #E2001A;
}
ul.topnav li a:hover {
   text-decoration: underline;
   color: #FFFFFF;
   background-color: #E2001A;
}
.ultrenn {
   font-size: 24px;
   padding: 0px 3px 0px 3px;
}
.ulgbh {
   font-size: 20px;
   font-weight: bold;
}
.ulgbh1 {
   font-weight: normal;
}
.ulgbh2 {
   font-size: 18px;
   font-weight: bold;
}
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: bold;
   text-decoration: none;
   color: #E2001A;
}
a.subnavta {
   font-family: 'Nunito', sans-serif;;
   font-size: 16px;;
   font-weight: bold;
   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.subnavt2 {
   font-family: 'Nunito', sans-serif;;
   font-size: 14px;
   font-weight: normal;
   text-decoration: none;
   color: #666666;
}
a.subnavt2:hover {
   font-family: 'Nunito', sans-serif;;
   font-size: 14px;
   font-weight: bold;
   text-decoration: none;
   color: #E2001A;
}
a.subnavt2a {
   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.overlnav {
   font-size: 18px;
}
a.overlnav:hover {
   font-size: 18px;
}
a.overlsub {
   font-size: 16px;
}
a.overlsub:hover {
   font-size: 16px;
}
a.bottnav {
   font-family: 'Nunito', sans-serif;;
   font-size: 16px;;
   font-weight: normal;
   text-decoration: none;
   color: #000000;
}
a.bottnav:hover {
   font-family: 'Nunito', sans-serif;;
   font-size: 16px;;
   font-weight: bold;
   text-decoration: none;
   color: #000000;
}
a.bottnava {
   font-family: 'Nunito', sans-serif;;
   font-size: 16px;;
   font-weight: bold;
   text-decoration: none;
   color: #000000;
}
a.done {
   font-family: 'Nunito', sans-serif;;
   font-size: 13px;;
   font-weight: normal;
   text-decoration: none;
   color: #E2001A;
}
a.done:hover {
   font-family: 'Nunito', sans-serif;;
   font-size: 13px;;
   font-weight: normal;
   text-decoration: none;
   color: #000000;
}
a.page {
   font-family: 'Nunito', sans-serif;;
   font-size: 16px;
   font-weight: bold;
   text-decoration: none;
   color: #E2001A;
}
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;
}
a.breadcr {
   font-family: 'Nunito', sans-serif;;
   font-size: 12px;;
   font-weight: normal;
   text-decoration: none;
   color: #000000;
}
a.breadcr:hover {
   font-family: 'Nunito', sans-serif;;
   font-size: 12px;;
   font-weight: normal;
   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;
}
#head {
   margin: 0;
   padding: 0;
   width: 100%;
      height: 180px;
   border-bottom: 40px solid #E2001A;
      color: #ECECED;
   background-color: #ECECED;
}
.headm {
   margin: auto;
      padding-top: 25px;
   height: 180px;
      width: 990px;
}
.headml {
   float: left;
   padding-left: 10px;
      width: 500px;
   height: 115px;
      background-color: #ECECED;
}
.headmla {
   display: none;
   float: right;
      width: 85px;
   height: 56px;
   }
.headmlb {
   float: left;
      width: 490px;
   height: 89px;
   }
.headmlc {
   position: absolute;
   width: 130px;
   height: 130px;
   margin: -7px 0px 0px 1px;
}
.headmr {
   float: right;
   margin-top: -7px;
   padding-right: 10px;
   height: 110px;
   text-align: right;
}
.headmn {
   clear: both;
   margin: 0px 10px 0px 10px;
   height: 40px;
}
.icon {
   cursor:pointer;
   width: 60px;
   height: 47px;
   margin-top: 10px;
   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: 1;
  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: 2;
  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: 20px;
  width: 100%;
  text-align: center;
}
.overlay a.overlnav {
  padding: 8px;
  text-decoration: none;
  color: #D6D6D6;
  font-weight: bold;
  font-size: 18px;
  display: block;
  transition: 0.3s;
  border-top: 1px solid #666666;
}
.overlay a.overlnav:hover, .overlay a.overlnav:focus {
   color: #F1F1F1;
}
.overlay a.overlsub {
  padding: 8px;
  text-decoration: none;
  color: #D6D6D6;
  font-weight: bold;
  font-size: 16px;
  color: #BBBBBB;
  display: block;
  transition: 0.3s;
}
.overlay a.overlsub:hover, .overlay a.overlsub:focus {
   color: #F1F1F1;
}
.overlay a.overlsubsub {
  padding: 8px;
  text-decoration: none;
  color: #D6D6D6;
  font-weight: bold;
  font-size: 14px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.overlay a.overlsubsub:hover, .overlay a.overlsubsub:focus {
   color: #F1F1F1;
}
.overlay a {
  padding: 8px;
  text-decoration: none;
  color: #D6D6D6;
  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;
}

.subnav {
   margin: 0;
   padding: 0;
   width: 100%;
}
.subnavpic {
   margin: 0;
   padding: 0;
   width: 100%;
}
.subnavpica{
   margin: auto;
   padding: 5px 0px 0px 0px;
   width: 970px;
   border-top: 1px solid #FAB09C;
}
.subnav1 {
   display: block;
   margin: auto;
   width: 990px;
}
.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;
}

#breadcrumb {
   margin: auto;
   width: 970px;
}
.breadcrumba {
      padding: 5px 0px 5px 0px;
      font-size: 12px;
}
.breadcrumba1 {
      padding: 5px 0px 5px 0px;
      font-size: 12px;
   border-top: 1px solid #FAB09C;
}
.breadcrumba2 {
      padding: 5px 0px 5px 0px;
      font-size: 12px;
   border-top: 1px solid #FAB09C;
}

#main {
   clear: both;
   margin: auto;
   margin-top: 20px;
   padding: 0px 10px 0px 10px;
   width: 990px;
      min-height: 400px;
   }
.mainbott {
   clear: both;
   height: 20px;
}
.datum_content {
   font-size: 14px;
}
.headline_content {
   padding-top: 5px;
   display: block;
   color: #E2001A;
}
.headline_content1 {
   padding-top: 5px;
   display: block;
   color: #000000;
}
.headline_content2 {
   font-weight: normal;
}
.headline_bilderpic {
   clear: both;
   margin-left: 10px;
   padding: 5px 0px 0px 18px;
   display: block;
   font-weight: bold;
   background-image: url('https://www.gbh-presse.at/images/arrow.gif');
   background-position: 0px 6px;
   background-repeat: no-repeat;
}
.subline_content {
   padding-top: 10px;
   font-weight: bold;
}
.text_content {
   display: block;
   margin-top: 20px;
}
.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: 2px 0px 0px 20px;
}

.home_picbox {
      float: left;
   width: 226px;
   height: 315px;
      margin: 0px 22px 22px 0px;
   overflow: hidden;
   background-color: #ECECED;
}
.home_picbox1 {
      float: left;
   width: 226px;
   height: 315px;
      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;
}

#bottom {
   clear: both;
   margin: 0;
   padding: 10px;
   width: 100%;
   color: #000000;
   background-color: #FFFFFF;
   border-top: 5px solid #FAB09C;
}
.bottom1 {
   padding: 5px 10px 5px 10px;
      margin: auto;
   width: 990px;
   }
.bottom1h {
   text-align: center;
   color: #FFFFFF;
   font-size: 32px;
   font-weight: bold;
}
.bottom1f {
   text-align: center;
}
.bottom1t {
   margin: 5px 0px 5px 0px;
   text-align: center;
   font-size: 14px;
}
.bottom2 {
   padding: 15px 0px 5px 0px;
   color: #E2001A;
   font-size:20px;
   text-align: center;
}
.bottom3 {
   clear: left;
   padding: 20px 0px 5px 0px;
   text-align: center;
}
.bottombanner {
      width: 990px;
   margin: auto;
   }
.bottombanner0 {
   display: none;
}
.bottombanner1 {
   float: left;
      margin: 20px 0px 0px 40px;
   }

#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-top: 36px;
      height: 160px;
   font-size: 24px;
   font-weight: bold;
   background-color: #ECECED;
}
.wework3 {
   margin-top: 20px;
   font-size: 16px;
}

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

.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: #E2001A;
}
.text_presslink {
   padding: 5px 0px 0px 18px;
   display: block;
   background-image: url('https://www.gbh-presse.at/images/arrow1.gif');
   background-position: 0px 6px;
   background-repeat: no-repeat;
}

.suche {
   display: block;
   margin-bottom: 10px;
}
.suche1 {
   display: inline-block;
   width: 100px;
   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: #E2001A;
}
.page {
   clear: both;
   margin-top: 20px;
   border-top: 1px solid #E2001A;
}
.pagetop {
   clear: both;
   margin: -15px 0px 15px 0px;
   border-bottom: 1px solid #E2001A;
}
.pagetop1 {
   clear: both;
   margin: -15px 0px 15px 0px;
   border-top: 1px solid #E2001A;
   border-bottom: 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: normal;
   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: #000000;
   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;
}
.pageli {
   clear: both;
   height: 5px;
}
.moduebbg {
   cursor: pointer;
   display: box;
      padding: 10px 0px 10px 240px;
   border-top: 1px solid #999999;
   background-repeat: no-repeat;
   color: ;
}
.moduebbg:hover {
   color: #000000;
}
.moduebbg1 {
   font-weight: bold;
   font-size: 18px;
}
.moduebbg2 {
   padding-top: 3px;
   font-weight: normal;
   color: #000000;
}
.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;
}

@media screen and (max-width:980px) {
   #head {
	        height: 155px;
	  border-bottom: 15px solid #E2001A;
	     }
   .headm {
      width: 100%;
	  	  min-width: 595px;
	  padding-top: 27px;
	     }
   .headmr {
      display: none;
   }
   .headml {
      width: 100%;
   }
   .headmla {
      display: block;
	  	  margin-top: 11px;
	     }
   .headmn {
      display: none;
   }
   .subnav {
      display: none;
   }
   .subnav1 {
      width: 100%;
   }
   .subnav3 {
      padding: 8px 10px 10px 0px;
   }
   .subnavpica {
      width: 100%;
   }
   #main {
      width: 100%;
	  	  min-width: 595px;
	     }
   #breadcrumb {
      width: 100%;
	  	  min-width: 595px;
      padding: 5px 10px 5px 10px;
	     }
   .breadcrumba2 {
      border-top: 0px solid #FAB09C;
   }
      .div50 {
      width: 100%;
	  margin-bottom: 10px;
   }
   .presse_top2 {
      display: none;
   }
   .presse_top1 {
	  display: block;
   }
      .home_picbox {
      	  margin-right: 20px;
	     }
   .home_picbox1 {
	  margin-right: 20px;
   }
      .bottom1 {
      display: block;
	  width: 100%;
   }
   .bottombanner {
      display: none;
   }
   .bottombanner0 {
      display: block;
	  margin-left: 0px;
   }
      .bottombanner1 {
      float: left;
      margin: 20px 20px 0px 20px;
   }
   
}
@media screen and (max-width:720px) {
   .bottom1 {
      width: 100%;
	  min-width: 595px;
   }
   .presse_top1 {
      width: 100%;
   }
}

.moduebd {
   cursor: pointer;
   display: box;
   padding: 10px;
   background-color: #CCCCCC;
}
.moduebd:hover {
   color: #E2001A;
   background-color: #CCCCCC;
}
.moduebd1 {
   cursor: pointer;
   display: box;
   padding: 10px;
   background-color: #FFFFFF;
}
.moduebd1:hover {
   color: #E2001A;
   background-color: #FFFFFF;
}
.moduebo {
   font-size: 14px;
   color: #000000;
}
.moduebo1 {
   font-weight: bold;
   color: #E2001A;
}
.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 #E2001A;
}
.mod_return1 {
   cursor: pointer;
   display: block;
   padding-bottom: 10px;
   font-size: 18px;
   font-weight: bold;
   color: #E2001A;
}
.mod_return1:hover {
   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;
}