* {
   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;
}
.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.umwelt-bauen.at/umwelt-bauen/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;
}
.error {
   color: #FF0000;
   font-weight: bold;
   font-size: 20px;
}

h1 {
   margin: 0;
   padding: 0;
   font-size: 22px;
   font-weight: bold;
   color: #D71921;
}
h2 {
   margin: 0;
   padding: 0;
   font-size: 20px;
   font-weight: bold;
   color: #D71921;
}
h3 {
   margin: 0;
   padding: 0;
   font-size: 18px;
   font-weight: bold;
   color: #D71921;
}
h4 {
   margin: 0;
   padding: 0;
   font-size: 14px;
   font-weight: bold;
   color: #D71921;
}
h5 {
   margin: 0;
   padding: 0;
   font-size: 12px;
   font-weight: bold;
   color: #D71921;
}
h6 {
   margin: 0;
   padding: 0;
   font-size: 10px;
   font-weight: bold;
   color: #D71921;
}
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: #E1EBB6;
}
input[type=submit]:hover {
   border: 1px solid #FFC100;
   border-radius: 0px;
   font-size: 16px;
   color: #FFFFFF;
   background-color: #595A5C;
}
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 #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: #D71921}
a:visited,a:active {
   font-family: 'Nunito', sans-serif;;
   font-size: 16px;
   font-weight: bold;
   text-decoration: none;
   color: #D71921}
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: #000000;
   text-align: center;
   text-decoration: none;
   transition: 0.3s;
   font-size: 18px;
   font-weight: bold;
   background-color: #FFFFFF;
   border-bottom: 5px solid #CCCCCC;
}
ul.topnav li a.aktiv {
   display: inline-block;
   height: 40px;
   padding-top: 8px;
   color: #D71921;
   text-align: center;
   text-decoration: none;
   transition: 0.3s;
   font-size: 18px;
   background-color: #FFFFFF;
   border-bottom: 5px solid #D71921;
}
ul.topnav li a:hover {
   color: #D71921;
   background-color: #FFFFFF;
   border-bottom: 5px solid #D71921;
}
a.subnavt {
   font-family: 'Nunito', sans-serif;;
   font-size: 16px;;
   font-weight: normal;
   text-decoration: none;
   color: #595A5C;
}
a.subnavt:hover {
   font-family: 'Nunito', sans-serif;;
   font-size: 16px;;
   font-weight: normal;
   text-decoration: none;
   color: #D71921;
}
a.subnavta {
   font-family: 'Nunito', sans-serif;;
   font-size: 16px;;
   font-weight: normal;
   text-decoration: none;
   color: #D71921;
}
a.overlsub {
   font-size: 14px;
}
a.overlsub:hover {
   font-size: 14px;
}
a.bottnav {
   font-family: 'Nunito', sans-serif;;
   font-size: 14px;;
   font-weight: normal;
   text-decoration: none;
   color: #FFFFFF;
}
a.bottnav:hover {
   font-family: 'Nunito', sans-serif;;
   font-size: 14px;;
   font-weight: normal;
   text-decoration: none;
   color: #FFC100;
}
a.bottnava {
   font-family: 'Nunito', sans-serif;;
   font-size: 14px;;
   font-weight: normal;
   text-decoration: none;
   color: #FFC100;
}
a.done {
   font-family: 'Nunito', sans-serif;;
   font-size: 13px;;
   font-weight: normal;
   text-decoration: none;
   color: #FFFFFF;
}
a.done:hover {
   font-family: 'Nunito', sans-serif;;
   font-size: 13px;;
   font-weight: normal;
   text-decoration: none;
   color: #FFC100;
}

a.navtopr {
   font-family: 'Nunito', sans-serif;;
   font-size: 14px;
   font-weight: normal;
   text-decoration: none;
   color: #D71921;
}
a.navtopr:hover {
   font-family: 'Nunito', sans-serif;;
   font-size: 14px;
   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: #D71921;
}
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: #D71921;
}

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: 113px;
   color: #FFFFFF;
   background-color: #FFFFFF;
   border-bottom: 15px solid #595A5C;
}
#navigation {
   margin: 0;
   padding: 0;
   width: 100%;
      height: 40px;
      color: #FFFFFF;
   background-color: #FFFFFF;
}
.headm {
   margin: auto;
      padding-top: 5px;
   height: 112px;
      width: 990px;
}
.navigationm {
   margin: auto;
   height: 40px;
   width: 990px;
}
.headml {
   float: left;
   padding-left: 10px;
      width: 485px;
   height: 108px;
   }
.headmla {
   display: none;
   float: right;
      width: 85px;
   height: 56px;
   }
.headmlb {
   float: left;
      width: 385px;
   height: 54px;
   margin-top: 1px;
   }
.headmr {
   float: right;
   margin: 25px 10px 0px 0px;
   text-align: right;
}
.headmr1 {
   float: right;
   margin: 28px 10px 0px 0px;
   padding: 1px 5px 0px 5px;
   text-align: right;
   color: #D71921;
   background-color: #FFFFFF;
}
.headmn {
   clear: both;
   margin: 5px 0px 0px 0px;
   height: 40px;
}
.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: #595A5C;
   border-top: 5px solid #595A5C;
   background-color: #595A5C;
}
.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 {
  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;
}

#subnav {
   clear: both;
   margin: 0;
   padding: 0;
   width: 100%;
}
.subnav1 {
   display: block;
   margin: auto;
   width: 990px;
   border-bottom: 1px solid #595A5C;
}
.subnav2 {
   display: inline-block;
   margin: 0px 0px 0px 0px;
   padding: 6px 10px 10px 10px;
   color: #595A5C;
   font-size:20px;
}
#breadcrumb {
   margin: auto;
   width: 970px;
}
.breadcrumba {
      padding: 10px 0px 0px 0px;
      font-size: 12px;
}
.breadcrumba1 {
      padding: 10px 0px 0px 0px;
      font-size: 12px;
}

#main {
   clear: both;
   margin: auto;
   margin-top: 20px;
   padding: 0px 10px 0px 10px;
   width: 990px;
      min-height: 400px;
   }
.mainbott {
   clear: both;
   height: 20px;
}
.mainbott1 {
   margin: auto;
   padding: 20px 10px 0px 10px;
      width: 990px;
   }
.datum_content {
   font-size: 14px;
}
.headline_content {
   padding-top: 5px;
   display: block;
}
.text_content {
   display: block;
   margin-top: 20px;
}
.home_news {
   display: block;
   margin: 0;
   padding: 0;
}
.home_news1 {
   float: left;
   margin: 0;
   padding: 0;
   width: 520px;
}
.home_news2 {
   float: left;
   margin: 0px 0px 0px 20px;
   padding: 0;
   width: 430px;
}
.home_newsheadline {
   cursor: pointer;
   display: block;
   height: 30px;
   padding-top: 6px;
   color: #FFFFFF;
   font-size: 16px;
   font-weight: bold;
   text-align: center;
   background-color: #595A5C;
   border-radius: 5px;
}
.home_newsheadline:hover {
   color: #FFC100;
}
.home_partner {
   clear: left;
   margin: 0;
   padding: 0;
}
.home_partner1 {
   cursor: pointer;
   float: left;
   width: 100px;
   height: 74px;
   margin-top: 10px;
   padding: 2px;
   border: 1px solid #595A5C;
   border-radius: 5px;
}
.home_partner_l {
   clear: left;
   height: 20px;
}
.home_ja {
   cursor: pointer;
   clear: left;
   height: 117px;
   margin-top: 9px;
   border: 1px solid #595A5C;
   border-radius: 5px;
}
.home_ja1 {
   float: left;
   width: 112px;
   padding: 10px 0px 0px 10px;
}
.home_ja2 {
   float: left;
   width: 300px;
   padding: 10px 0px 0px 15px;
   font-size: 18px;
}
.home_ja2a {
   clear: left;
   padding: 1px 0px 0px 15px;
}
.home_ja2b {
   clear: left;
   padding: 0px 0px 0px 15px;
   margin-top: -4px;
}
.home_newsart {
   cursor: pointer;
   height: 117px;
   margin-top: 11px;
   border: 1px solid #595A5C;
   border-radius: 5px;
}


.home_newsheadline1 {
   float: left;
   height: 25px;
   color: #000000;
   font-size: 18px;
   font-weight: bold;
}
.home_newsheadline2 {
   cursor: pointer;
   float: right;
   padding-top: 2px;
   height: 25px;
   color: #000000;
   font-size: 16px;
   font-weight: normal;
}
.home_newsheadline2:hover {
   color: #595A5C;
}
.home_newsgrau {
   height: 175px;
   background-color: #D9DADB;
   margin-bottom: 20px;
   border-right: 1px solid #FFFFFF;
}
.home_newsbox {
   cursor: pointer;
   display: inline-block;
      width: 475px;
      height: 327px;
   margin-bottom: 15px;
   overflow: hidden;
   background-color: #CCCCCC;
   border: 15px solid #D9DADB;
}
.home_newsbox:hover {
   background-color: #CCCCCC;
   border: 15px solid #D9DADB;
   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.home_newsboxakt {
   display: inline-block;
      width: 475px;
      overflow: hidden;
   background-color: #D9DADB;
   border: 15px solid #D9DADB;
}
.home_newsbox1 {
   cursor: pointer;
   display: inline-block;
   margin-left: 15px;
   margin-bottom: 15px;
      width: 475px;
      overflow: hidden;
   background-color: #CCCCCC;
   border: 15px solid #D9DADB;
}
.home_newsbox1:hover {
   background-color: #CCCCCC;
   border: 15px solid #D9DADB;
   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.home_newsboxakt1 {
   display: inline-block;
   margin-left: 15px;
      width: 474px;
      overflow: hidden;
   background-color: #D9DADB;
   border: 15px solid #D9DADB;
}
.home_newsboxtxt {
   display: block;
   padding: 12px 10px 20px 10px;
   color: #D71921;
}
.home_newsboxtxt:hover {
   color: #000000;
}
.home_newsboxtxt1 {
   float: left;
   height: 20px;
   font-size: 14px;
   font-weight: bold;
   color: #595A5C;
}
.home_newsboxtxt1a {
   float: right;
   height: 20px;
   font-size: 13px;
   color: #000000;
}
.home_newsboxtxt2 {
   clear: both;
   display: block;
   height: 25px;
   padding-top: 3px;
   font-size: 18px;
   font-weight: bold;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}
.home_newsboxtxt3 {
   display: block;
   height: 25px;
   padding-top: 3px;
   color: #000000;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}
.home_newsboxtxt4 {
   display: block;
   height: 30px;
   padding-top: 2px;
}
.home_newstxt {
   display: block;
   padding-top: 5px;
   text-align: center;
}

#bottom {
   clear: both;
   margin: 0;
   padding: 10px;
   width: 100%;
   color: #FFFFFF;
   background-color: #595A5C;
}
.bottom0 {
   cursor: pointer;
      margin: auto;
   width: 970px;
      padding-top: 10px;
   color: #FFFFFF;
   font-weight: bold;
   text-align: center;
}
.bottom0:hover {
   color: #FFC100;
}
.bottom1 {
      margin: auto;
   width: 970px;
   height: 100px;
      padding-left: 10px;
}
.bottom1a {
   cursor: pointer;
   float: left;
   width: 110px;
   height: 80px;
   margin: 10px 10px 0px 0px;
   background-color: #FFFFFF;
   
}
.bottom2 {
   clear: left;
   padding: 15px 0px 5px 0px;
   font-size:20px;
   text-align: center;
}
.bottom3 {
   padding: 10px 0px 5px 0px;
   text-align: center;
}

#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: 26px;
      height: 130px;
   font-size: 24px;
   font-weight: bold;
   border-bottom: 10px solid #595A5C;
}
.wework3 {
   margin-top: 20px;
   font-size: 16px;
}

#formt {
   margin-top: 10px;
   padding-top: 10px;
   border-top: 1px solid #999999;
}
#form {
   margin-top: 20px;
}
.form1 {
   clear: left;
}
.form1a {
   float: left;
   width: 240px;
   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;
}
.form1i {
   float: left;
   width: 40px;
      margin: 0px 0px 0px 240px;
   }
.form1j {
   float: left;
      width: 400px;
   padding-top: 2px;
      font-weight: normal;
}
.form4 {
   clear: left;
      margin-left: 240px;
   padding: 20px 0px 0px 0px;
      width: 100px;
}

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

.moduebo1 {
   font-weight: bold;
   color: #595A5C;
   padding-bottom: 5px;
}
.moduebd {
   cursor: pointer;
   display: box;
   padding: 10px;
   margin-bottom: 5px;
   color: #D71921;
   background-color: #FFFFFF;
   border: 1px solid #595A5C;
   border-radius: 5px;
}
.moduebd:hover {
   color: #000000;
}
.moduebh {
   font-weight: bold;
   font-size: 18px;
}
.moduebt {
   padding-top: 3px;
   font-weight: normal;
   color: #000000;
}
.mod_return {
   cursor: pointer;
   height: 25px;
   margin-bottom: 15px; 
   color: #D71921;
   border-bottom: 1px solid #595A5C;
}
.mod_return1 {
   cursor: pointer;
   display: inline-block;
   padding-bottom: 10px;
   color: #D71921;
}
.mod_return1:hover {
   color: #000000;
}
.mod_bottom {
   clear: both;
   height: 20px;
}

.moduebdi {
   cursor: pointer;
   display: box;
   padding: 10px;
   margin-bottom: 5px;
   color: #D71921;
   background-repeat: no-repeat;
   border: 1px solid #595A5C;
   border-radius: 5px;
}
.moduebdi:hover {
   color: #000000;
}
.moduebhi {
   font-weight: bold;
   font-size: 18px;
}
.moduebti {
   padding-top: 3px;
   font-weight: normal;
   color: #000000;
}
.moduebmore {
   padding-top: 5px;
}
.modnewsdet1 {
   float: left;
   width: 170px;
}
.modnewsdet2 {
   float: left;
   width: 780px;
}
.modnewspic {
   clear: left;
   width: 150px;
   padding-bottom: 5px;
   text-align: center;
}

.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 #D71921;
}
.pagesi {
   float: left;
   padding-top: 5px;
}
.pagenr {
   cursor: pointer;
   float: left;
   margin-top: 5px;
   padding: 0px 5px 0px 5px;
   font-size: 16px;
   color: #D71921;
   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: #D71921;
   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: #D71921;
   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: #D71921;
   font-weight: bold;
}
.pagenrv1:hover {
   color: #000000;
}
.pagenrn {
   cursor: pointer;
   float: right;
   margin-top: 5px;
   padding: 0px 5px 0px 5px;
   font-size: 16px;
   color: #D71921;
   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;
   color: #D71921;
}
.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:1000px) {
   .headm {
      width: 100%;
	  	  min-width: 720px;
	     }
   .headmr {
      display: none;
   }
   .headml {
      width: 100%;
   }
   .headmla {
      display: block;
	  margin-top: 11px;
   }
   #navigation {
      display: none;
   }
   #subnav {
      display: none;
   }
   #main {
      width: 100%;
	  	  min-width: 720px;
      margin-top: 30px;
	     }
   #breadcrumb {
      width: 100%;
	  	  min-width: 720px;
	     }
   .breadcrumba {
            padding: 10px 0px 0px 10px;
         }
   .breadcrumba1 {
            padding: 10px 0px 0px 10px;
         }
   .home_news1 {
      float: inherit;
	  width: 100%;
   }
      .headmr1 {
      margin: -19px 10px 0px 0px;
   }
   .home_news2 {
      float: inherit;
	  margin: auto;
	  padding-top: 20px;
	  width: 430px;
   }
   .bottom0 {
      width: 100%;
	  min-width: 720px;
   }
   .bottom1 {
      width: 100%;
	  min-width: 720px;
   }
      .home_newsheadline {
      margin: auto;
   }
   .moduebpic {
      max-width: 520px;
   }
}
#cookiechk a {
   color:#000000;
   font-size:12px; 
   text-decoration: none;
}
#cookiechk a:hover {
   color: #D71921;
   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;
}
