* {
   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;
}
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-br.at/GBH-GWT-29-30-10-2019/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: #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;
}
.status {
      width: 500px;
      margin: 10px 0px 10px 0px;
   padding: 5px;
   color: #FF0000;
   text-align: center;
   border: 1px solid #FF0000;
   border-radius: 5px;
}
.status1 {
   margin: 10px 0px 10px 0px;
   padding: 5px;
   color: #FF0000;
   text-align: center;
   border: 1px solid #FF0000;
   border-radius: 5px;
}
.status2 {
   margin: 10px 0px 10px 0px;
   padding: 5px;
   color: #000000;
   font-weight: bold;
   text-align: center;
   border: 1px solid #000000;
   border-radius: 5px;
}
.error {
   color: #FF0000;
   font-weight: bold;
   font-size: 20px;
}

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 #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: 2px solid #96C11F;
   border-radius: 5px;
   box-sizing: border-box;
   font-size: 16px;
   font-weight: bold;
   color: #FFFFFF;
   background-color: #96C11F;
}
input[type=submit]:hover {
   border: 2px solid #96C11F;
   border-radius: 5px;
   color: #000000;
   background-color: #FFFFFF;
}
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 #D2D3D5;
   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;
}
input[type=range]::-ms-tooltip {
    display: none;
}
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: #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;
}
a.subnavt {
   font-family: 'Nunito', sans-serif;;
   font-size: 16px;
   font-weight: bold;
   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: normal;
   text-decoration: none;
   color: #E2001A;
}
a.subnavt1a {
   font-family: 'Nunito', sans-serif;;
   font-size: 14px;
   font-weight: normal;
   text-decoration: none;
   color: #E2001A;
}
a.antrgo {
   font-family: 'Nunito', sans-serif;;
   font-size: 24px;
   font-weight: bold;
   text-decoration: none;
   color: #96C11F;
}
a.antrgo:hover {
   font-family: 'Nunito', sans-serif;;
   font-size: 24px;
   font-weight: bold;
   text-decoration: none;
   color: #000000;
}
a.antrgoa {
   font-family: 'Nunito', sans-serif;;
   font-size: 24px;
   font-weight: bold;
   text-decoration: none;
   color: #000000;
}
a.subnavt1anh {
   font-family: 'Nunito', sans-serif;;
   font-size: 16px;
   font-weight: bold;
   text-decoration: none;
   color: #E2001A;
}
a.subnavt1anh:hover {
   font-family: 'Nunito', sans-serif;;
   font-size: 16px;
   font-weight: bold;
   text-decoration: none;
   color: #000000;
}
a.subnavt1anha {
   font-family: 'Nunito', sans-serif;;
   font-size: 16px;
   font-weight: bold;
   text-decoration: none;
   color: #000000;
}
a.subnavt1an {
   font-family: 'Nunito', sans-serif;;
   font-size: 16px;
   font-weight: normal;
   text-decoration: none;
   color: #E2001A;
}
a.subnavt1an:hover {
   font-family: 'Nunito', sans-serif;;
   font-size: 16px;
   font-weight: normal;
   text-decoration: none;
   color: #000000;
}
a.subnavt1ana {
   font-family: 'Nunito', sans-serif;;
   font-size: 16px;
   font-weight: normal;
   text-decoration: none;
   color: #000000;
}
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: normal;
   text-decoration: none;
   color: #E2001A;
}
a.subnavt2a {
   font-family: 'Nunito', sans-serif;;
   font-size: 14px;
   font-weight: normal;
   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: 14px;
   font-weight: normal;
   text-decoration: none;
   color: #000000;
}
a.bottnav:hover {
   font-family: 'Nunito', sans-serif;;
   font-size: 14px;
   font-weight: normal;
   text-decoration: none;
   color: #E2001A;
}
a.bottnava {
   font-family: 'Nunito', sans-serif;;
   font-size: 14px;
   font-weight: normal;
   text-decoration: none;
   color: #E2001A;
}
a.bottnav1 {
   font-family: 'Nunito', sans-serif;;
   font-size: 14px;
   font-weight: normal;
   text-decoration: none;
   color: #000000;
}
a.bottnav1:hover {
   font-family: 'Nunito', sans-serif;;
   font-size: 14px;
   font-weight: normal;
   text-decoration: none;
   color: #FFFFFF;
}
a.bottnav1a {
   font-family: 'Nunito', sans-serif;;
   font-size: 14px;
   font-weight: normal;
   text-decoration: none;
   color: #FFFFFF;
}
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.logout {
   font-family: 'Nunito', sans-serif;;
   font-size: 14px;
   font-weight: normal;
   text-decoration: none;
   color: #000000;
}
a.logout:hover {
   font-family: 'Nunito', sans-serif;;
   font-size: 14px;
   font-weight: normal;
   text-decoration: none;
   color: #E2001A;
}
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;
}

body {
   margin: 0;
   padding: 0;
   width: 100%;
   height: 100%;
   color: #000000;
   font-family: Nunito;
   font-size: 16px;
   line-height: 1.2;
}
#mainbd {
   position: absolute;
   width: 100%;
   height: 100%;
}

#ovlleft {
   display: none;
   margin: 0;
   padding: 0;
   position: fixed;
}
#ovlleft1 {
   cursor: pointer;
   width: 60px;
   height: 26px;
   margin: 20px 15px 0px 15px;
   padding: 3px 0px 0px 0px;
   text-align: center;
   border: 1px solid #A29B9E;
}
#ovlleft1:hover {
   color: #E2001A;
   border: 1px solid #E2001A;
}
#ovlleft2 {
   margin: 15px 15px 10px 15px;
}

#maint {
   display: table;
   width: 100%;
   max-width: 1300px;
   height: calc(100vh - 135px);
}
#maint1 {
   display: table;
   width: 100%;
   min-width: 700px;
   height: 135px;
}
.maintr {
   display: table-row;
}
.maintrc1 {
   display: table-cell;
   width: 990px;
   min-width: 700px;
   vertical-align: top;
}
.maintrc2 {
   display: table-cell;
   vertical-align: top;
   background-color: #CCCCCC;
}
.maintrc2a {
   height: 30px;
   background-color: #FFFFFF;
}
.maintrc2b {
   padding: 20px 20px 0px 27px;
   font-size: 34px;
   font-weight: bold;
   color: #FFFFFF;
}
.maintrc2c {
   padding: 20px 20px 0px 20px;
}
.maintrc2c1 {
   padding: 0px 0px 0px 10px;
   font-size: 20px;
   font-weight: bold;
}
.maintrc2c2 {
   padding: 5px 0px 0px 10px;
}
.maintrc2cnt {
   cursor: pointer;
   display: table;
   width: 100%;
   margin: 20px 0px 0px 0px;
}
.maintrc2cnt:hover {
   color: #E2001A;
}
.maintrc2cntt {
   display: table-row;
   vertical-align: top;
}
.maintrc2cnttc1 {
   display: table-cell;
   vertical-align: top;
   width: 20px;
}
.maintrc2cnttc1a {
   display: block;
   height: 20px;
   background-color: #96C11F;
}
.maintrc2cnttc2 {
   display: table-cell;
   vertical-align: top;
}
.maintrc2cnttc2a {
   font-weight: bold;
   font-size: 18px;
   padding: 0px 20px 0px 10px;
}
.maintrc2cnttc2b {
   font-size: 16px;
   padding: 1px 20px 0px 10px;
}
.maintrc2cnttc2bstat {
   font-size: 18px;
   margin: 0px 30px 10px 10px;
   padding: 10px;
   color: #FF0000;
   border: 2px solid #FF0000;
}
.newstbotm {
   display: none;
   width: 100%;
   margin: 0px 0px 30px 0px;
   padding: 0px 0px 20px 0px;
   background-color: #CCCCCC;
}
#newstbot {
   display: none;
   display: box;
   height: 35px;
}
#newstbot1 {
   display: none;
   display: box;
   height: 35px;
}
.maintc1d1 {
   width: 990px;
   padding: 20px 20px 0px 20px;
}
.maintrc2bt {
   display: table-cell;
   vertical-align: top;
   background-color: #96C11F;
}
.maintrc2bta {
   max-width: 310px;
   padding: 43px 20px 0px 20px;
   text-align: center;
   color: #E2001A;
   background-color: #CCCCCC;
}
.maintrc2btb {
   max-width: 310px;
   padding: 5px 20px 0px 20px;
   text-align: center;
   color: #E2001A;
   background-color: #CCCCCC;
}
.maintrc2btc {
   max-width: 310px;
   padding: 5px 20px 10px 20px;
   text-align: center;
   background-color: #CCCCCC;
}
#mainct {
   display: table;
   width: 100%;
   height: 180px;
}
.mainctr {
   display: table-row;
}
.mainctrc1 {
   display: table-cell;
   width: 230px;
   vertical-align: top;
}
.mainctrc1a {
   height: 134px;
   padding: 5px 0px 0px 0px;
}
.mainctrc1b {
   height: 46px;
}
.mainctrc1b1 {
   float: left;
}
.mainctrc1b2 {
   cursor:pointer;
   float: left;
   padding: 7px 10px 0px 10px;
   color: #E2001A;
   font-size: 21px;
   font-weight: bold;
}
.mainctrc1b2:hover {
   color: #000000;
}
.mainctrc1b3 {
   cursor:pointer;
   float: left;
   margin: 5px 0px 0px 0px;
   padding: 2px 0px 0px 10px;
   color: #E2001A;
   font-size: 21px;
   border-left: 1px solid #E2001A;
}
.mainctrc1b3:hover {
   color: #000000;
}
.mainctrc1 {
   display: table-cell;
   vertical-align: top;
}
.mainctrc2 {
   display: table-cell;
   vertical-align: top;
}
.mainctrc2a {
   text-align: center;
   padding: 0px 10px 0px 10px;
}
.mainctrc2b {
   padding: 15px 10px 0px 10px;
   font-size: 22px;
   font-weight: bold;
   text-align: center;
}
.gtdat {
   padding: 0px 0px 0px 10px;
   font-size: 21px;
   font-weight: normal;
}
.mainctrc3 {
   display: table-cell;
   width: 230px;
   vertical-align: top;
}
.mainctrc3a {
   height: 134px;
   padding: 2px 0px 0px 0px;
   text-align: right;

}
.mainctrc3b {
   height: 46px;
}
.mainctrc3b1 {
   cursor:pointer;
   float: right;
   color: #E2001A;
   font-size: 21px;
   font-weight: bold;
}
.mainctrc3b1:hover {
   color: #000000;
}
.mainctrc3b1a {
   float: right;
   padding: 7px 0px 0px 10px;
}
.mainctrc3b1b {
   float: right;
   padding: 0px 0px 0px 0px;
}
.mainctrc3b2 {
   cursor:pointer;
   float: right;
   margin-top: -16px;
   padding: 10px 0px 0px 10px;
   font-size: 18px;
   line-height: 1.0;
}
#maincont {
   padding: 30px 0px 0px 0px;
}
.maincont_hl {
   display: block;
   color: #96C11F;
}
.maincont_text {
   display: block;
   margin-top: 20px;
}
.maincont_line {
   clear: both;
   height: 30px;
}
.bottom1 {
   height: 47px;
   background-color: #FFFFFF;
}
.bottom2 {
   height: 88px;
   background-color: #96C11F;
}
.bottom3 {
   height: 110px;
   margin-top: -135px;
}
.bottom3a {
   float: right;
   width: 33%;
   height: 50px;
   text-align: center;
}
.bottom3b {
   float: right;
   width: 33%;
   text-align: center;
}
.bottom3c {
   display: none;
   float: left;
}
.bottom3d {
   float: right;
   width: 15%;
   height: 50px;
   text-align: center;
}
.bottom3e {
   float: right;
   width: 18%;
   padding: 0px 0px 0px 10px;
   height: 50px;
   transform: rotate(-5deg);
}
.bottom3c1 {
   padding: 62px 0px 0px 20px;
}
.bottom3c2 {
   padding: 5px 20px 0px 20px;
}
.ntlinksp {
   font-weight: bold;
   color: #E2001A;
}
.maintagordtrn {
   margin: 20px 30px 0px 30px;
   height: 1px;
   background-color: #96C11F;
}
#wortmform {
   position: absolute;
   left: 20px;
   bottom: 20px;
}
.antragueb1 {
   float: left;
   width: 50%;
   padding: 50px 50px 0px 0px;
   text-align: right;
}
.antragueb2 {
   float: left;
   width: 50%;
   padding: 50px 0px 0px 50px;
   text-align: left;
}
.antragueb1a {
   cursor: pointer;
   float: right;
   width: 170px;
   height: 170px;
   padding: 26px 0px 0px 0px;
   font-size: 18px;
   font-weight: bold;
   color: #E2001A;
   text-align: center;
   border-radius: 30px;
   box-shadow: 5px 5px 16px 0px rgba(0,0,0,0.3);
   background-color: #706F6F;
}
.antragueb2a {
   cursor: pointer;
   float: left;
   width: 170px;
   height: 170px;
   padding: 26px 0px 0px 0px;
   font-size: 18px;
   font-weight: bold;
   color: #E2001A;
   text-align: center;
   border-radius: 30px;
   box-shadow: 5px 5px 16px 0px rgba(0,0,0,0.3);
   background-color: #96C11F;
}
.antragueb1a:hover {
   background-color: #E2001A;
}
.antragueb2a:hover {
   background-color: #E2001A;
}

#head {
   margin: 0;
   padding: 0;
   width: 100%;
   background-color: #FFFFFF;
}
.headmt {
   cursor:pointer;
   display: none;
   padding: 0px 15px 10px 15px;
   font-size: 26px;
   text-align: center;
   text-decoration: underline;
}
.headm {
   margin: auto;
      padding-top: 25px;
   height: 80px;
      width: 990px;
}
.headml {
   background-color: #FFFFFF;
}
.headmla {
   float: left;
   height: 47px;
   width: 65px;
   margin-right: 5px;
}
.headmlb {
   cursor:pointer;
   float: left;
   height: 47px;
   padding-top: 9px;
   color: #E2001A;
   font-size: 26px;
   font-weight: bold;
}
.headmlb:hover {
   color: #000000;
}
.headmlc {
   cursor:pointer;
   float: left;
   height: 47px;
   margin-left: 109px;
   padding-top: 9px;
   font-size: 26px;
}
.headmlc:hover {
   color: #E2001A;
   font-weight: bold;
}
.headmus {
   float: left;
   height: 47px;
   margin-left: 109px;
   padding-top: 18px;
   font-size: 16px;
}
.headmus1 {
   float: left;
   font-size: 16px;
   max-width: 300px;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}
.headmus2 {
   float: left;
   margin-left: 5px;
   padding-left: 5px;
   border-left: 1px solid #000000;
}
.headmr {
   cursor:pointer;
   float: right;
   height: 47px;
   padding: 9px 10px 0px 0px;
   font-size: 26px;
   text-align: right;
}
.headmr:hover {
   color: #E2001A;
}
.icon {
   cursor:pointer;
   width: 50px;
   height: 35px;
   padding-top: 2px;
   border: 2px solid #A29B9E;
   background-color: #FFFFFF;
}
.icond1 {
   width: 30px;
   margin: 3px 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;
  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: 2;
  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.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;
}

.topheadnav {
   margin: 0;
   padding: 0;
   width: 100%;
}
.topheadnav1 {
   display: block;
   margin: auto;
   padding-top: 20px;
   width: 990px;
}
.topheadnav2 {
   float: left;
   width: 248px;
}
.topheadnav3 {
   float: left;
      width: 742px;
   }
.topheadnav4 {
   margin-top: 20px;
   padding-left: 8px;
   height: 55px;
}
.topheadnavle {
   height: 20px;
}

.subnavpic {
   margin: 0;
   padding: 0;
   width: 100%;
}
.subnavpica{
   margin: 0px 10px 0px 10px;
   border-top: 1px solid #CCCCCC;
}
.subnavpica1{
   height: 15px;
   margin: 0px 10px 0px 10px;
   border-top: 1px solid #CCCCCC;
}
.subnav1 {
   display: block;
   margin: 0px 0px 0px 10px;
}
.subnav2 {
   display: inline-block;
   margin: 0px 10px 0px 0px;
   padding: 8px 10px 10px 0px;
   font-size: 20px;
}
.subnav3 {
   display: inline-block;
   margin: 0px 10px 0px 0px;
   padding: 4px 10px 6px 0px;
   font-size: 18px;
}
#breadcrumb {
   margin: auto;
   width: 970px;
}
.breadcrumba {
      padding: 5px 5px 5px 5px;
      font-size: 13px;
   border-top: 1px solid #96C11F;
   border-bottom: 1px solid #96C11F;
}
.breadcrumba1 {
   height: 20px;
}
#tophome {
   margin: auto;
   width: 970px;
   margin-top: -24px;
   padding: 0px 5px 0px 10px;
   text-align: right;
}

#main {
   clear: both;
   margin: auto;
      padding: 0px 10px 0px 10px;
   width: 990px;
}
.mainbott {
   clear: both;
   height: 5px;
}
.datum_content {
   font-size: 14px;
}
.headline_content {
   display: block;
   color: #96C11F;
}
.headline_antraege {
   display: block;
   color: #000000;
   font-size: 24px;
   font-weight: normal;
}
.headline_content1 {
   display: block;
   color: #96C11F;
}
.headline_content2 {
   font-weight: normal;
}
.headline_content3 {
   display: block;
   color: #E2001A;
}
.headline_bilderpic {
   clear: both;
   margin-left: 10px;
   padding: 5px 0px 0px 18px;
   display: block;
   font-weight: bold;
   background-image: url('https://www.gbh-br.at/GBH-GWT-29-30-10-2019/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_content {
   display: block;
   margin-left: -22px;
   padding-top: 80px;
}
.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 15px 15px 0px;
   overflow: hidden;
   background-color: #ECECED;
}
.home_picbox1 {
      float: left;
   width: 226px;
   height: 295px;
      margin: 0px 0px 15px 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_navbox {
   cursor: pointer;
      float: left;
   width: 172px;
   height: 172px;
      margin: 0px 0px 22px 22px;
   overflow: hidden;
   border-radius: 30px;
   box-shadow: 5px 5px 16px 0px rgba(0,0,0,0.3);
}
#home_navbox:hover {
   background-color: #E2001A;
}
#home_navbox1 {
   cursor: pointer;
      float: left;
   width: 172px;
   height: 172px;
      margin: 0px 0px 22px 22px;
   background-color: #96C11F;
   overflow: hidden;
   border-radius: 30px;
   box-shadow: 5px 5px 16px 0px rgba(0,0,0,0.3);
   background-image: url('https://www.gbh-br.at/GBH-GWT-29-30-10-2019/images/symbole/1.png');
   background-origin: content-box;
   background-size: 100%;
   background-repeat: no-repeat;
}
#home_navbox1:hover {
   background-color: #E2001A;
}
#home_navbox2 {
   cursor: pointer;
      float: left;
   width: 172px;
   height: 172px;
      margin: 0px 0px 22px 22px;
   background-color: #BDBEC1;
   overflow: hidden;
   border-radius: 30px;
   box-shadow: 5px 5px 16px 0px rgba(0,0,0,0.3);
   background-image: url('https://www.gbh-br.at/GBH-GWT-29-30-10-2019/images/symbole/2.png');
   background-origin: content-box;
   background-size: 100%;
   background-repeat: no-repeat;
}
#home_navbox2:hover {
   background-color: #E2001A;
}
#home_navbox3 {
   cursor: pointer;
      float: left;
   width: 172px;
   height: 172px;
      margin: 0px 0px 22px 22px;
   background-color: #96C11F;
   overflow: hidden;
   border-radius: 30px;
   box-shadow: 5px 5px 16px 0px rgba(0,0,0,0.3);
   background-image: url('https://www.gbh-br.at/GBH-GWT-29-30-10-2019/images/symbole/3.png');
   background-origin: content-box;
   background-size: 100%;
   background-repeat: no-repeat;
}
#home_navbox3:hover {
   background-color: #E2001A;
}
#home_navbox4 {
   cursor: pointer;
      float: left;
   width: 172px;
   height: 172px;
      margin: 0px 0px 22px 22px;
   background-color: #BDBEC1;
   overflow: hidden;
   border-radius: 30px;
   box-shadow: 5px 5px 16px 0px rgba(0,0,0,0.3);
   background-image: url('https://www.gbh-br.at/GBH-GWT-29-30-10-2019/images/symbole/4.png');
   background-origin: content-box;
   background-size: 100%;
   background-repeat: no-repeat;
}
#home_navbox4:hover {
   background-color: #E2001A;
}
#home_navbox5 {
   cursor: pointer;
      float: left;
   width: 172px;
   height: 172px;
      margin: 0px 0px 22px 22px;
   background-color: #E2001A;
   overflow: hidden;
   border-radius: 30px;
   box-shadow: 5px 5px 16px 0px rgba(0,0,0,0.3);
   background-image: url('https://www.gbh-br.at/GBH-GWT-29-30-10-2019/images/symbole/5.png');
   background-origin: content-box;
   background-size: 100%;
   background-repeat: no-repeat;
}
#home_navbox5:hover {
   background-color: #96C11F;
   background-image: url('https://www.gbh-br.at/GBH-GWT-29-30-10-2019/images/symbole/5g.png');
}
#home_navbox5g {
   cursor: pointer;
      float: left;
   width: 172px;
   height: 172px;
      margin: 0px 0px 22px 22px;
   background-color: #96C11F;
   overflow: hidden;
   border-radius: 30px;
   box-shadow: 5px 5px 16px 0px rgba(0,0,0,0.3);
   background-image: url('https://www.gbh-br.at/GBH-GWT-29-30-10-2019/images/symbole/5g.png');
   background-origin: content-box;
   background-size: 100%;
   background-repeat: no-repeat;
}
#home_navbox5g:hover {
   background-color: #E2001A;
   background-image: url('https://www.gbh-br.at/GBH-GWT-29-30-10-2019/images/symbole/5.png');
}
#home_navbox1o {
   cursor: pointer;
      float: left;
   width: 172px;
   height: 172px;
      margin: 0px 0px 22px 22px;
   overflow: hidden;
   border-radius: 30px;
   box-shadow: 5px 5px 16px 0px rgba(0,0,0,0.3);
   background-image: url('https://www.gbh-br.at/GBH-GWT-29-30-10-2019/images/symbole/1o.png');
   background-origin: content-box;
   background-size: 100%;
   background-repeat: no-repeat;
}
#home_navbox1o:hover {
   background-color: #96C11F;
   background-image: url('https://www.gbh-br.at/GBH-GWT-29-30-10-2019/images/symbole/1.png');
}
#home_navbox2o {
   cursor: pointer;
      float: left;
   width: 172px;
   height: 172px;
      margin: 0px 0px 22px 22px;
   overflow: hidden;
   border-radius: 30px;
   box-shadow: 5px 5px 16px 0px rgba(0,0,0,0.3);
   background-image: url('https://www.gbh-br.at/GBH-GWT-29-30-10-2019/images/symbole/2o.png');
   background-origin: content-box;
   background-size: 100%;
   background-repeat: no-repeat;
}
#home_navbox2o:hover {
   background-color: #BDBEC1;
   background-image: url('https://www.gbh-br.at/GBH-GWT-29-30-10-2019/images/symbole/2.png');
}
#home_navbox3o {
   cursor: pointer;
      float: left;
   width: 172px;
   height: 172px;
      margin: 0px 0px 22px 22px;
   overflow: hidden;
   border-radius: 30px;
   box-shadow: 5px 5px 16px 0px rgba(0,0,0,0.3);
   background-image: url('https://www.gbh-br.at/GBH-GWT-29-30-10-2019/images/symbole/3o.png');
   background-origin: content-box;
   background-size: 100%;
   background-repeat: no-repeat;
}
#home_navbox3o:hover {
   background-color: #96C11F;
   background-image: url('https://www.gbh-br.at/GBH-GWT-29-30-10-2019/images/symbole/3.png');
}
#home_navbox4o {
   cursor: pointer;
      float: left;
   width: 172px;
   height: 172px;
      margin: 0px 0px 22px 22px;
   overflow: hidden;
   border-radius: 30px;
   box-shadow: 5px 5px 16px 0px rgba(0,0,0,0.3);
   background-image: url('https://www.gbh-br.at/GBH-GWT-29-30-10-2019/images/symbole/4o.png');
   background-origin: content-box;
   background-size: 100%;
   background-repeat: no-repeat;
}
#home_navbox4o:hover {
   background-color: #BDBEC1;
   background-image: url('https://www.gbh-br.at/GBH-GWT-29-30-10-2019/images/symbole/4.png');
}
#home_navbox5o {
   cursor: pointer;
      float: left;
   width: 172px;
   height: 172px;
      margin: 0px 0px 22px 22px;
   overflow: hidden;
   border-radius: 30px;
   box-shadow: 5px 5px 16px 0px rgba(0,0,0,0.3);
   background-image: url('https://www.gbh-br.at/GBH-GWT-29-30-10-2019/images/symbole/5o.png');
   background-origin: content-box;
   background-size: 100%;
   background-repeat: no-repeat;
}
#home_navbox5o:hover {
   background-color: #96C11F;
   background-image: url('https://www.gbh-br.at/GBH-GWT-29-30-10-2019/images/symbole/5g.png');
}
#home_navbox5wo {
   cursor: pointer;
   display: block;
      float: left;
   width: 172px;
   height: 172px;
      margin: 0px 0px 22px 22px;
   background-color: #96C11F;
   opacity: 0.5;
   overflow: hidden;
   border-radius: 30px;
   box-shadow: 5px 5px 16px 0px rgba(0,0,0,0.3);
   background-image: url('https://www.gbh-br.at/GBH-GWT-29-30-10-2019/images/symbole/5g.png');
   background-origin: content-box;
   background-size: 100%;
   background-repeat: no-repeat;
}
#home_navbox5wo:hover {
   background-color: #96C11F;
}
.home_navboxtxt {
   height: 26px;
}
.home_navboxtxt1 {
   float: right;
   padding: 4px 20px 3px 5px;
      font-size: 13px;
      font-family: Arial;
   font-weight: bold;
   background-color: #FFFFFF;
}
.home_navboxtxt1off {
   float: right;
   padding: 4px 20px 3px 5px;
      font-size: 13px;
      font-family: Arial;
   font-weight: bold;
   color: #999999;
   background-color: #FFFFFF;
}
.home_navboxtxt1nb {
   font-weight: normal;
}
.home_navboxninfo {
      height: 45px;
   width: 172px;
   margin-top: -13px;
   padding-left: 10px;
   }
.home_navboxlocked {
      height: 60px;
   padding: 0px 0px 0px 62px;
   }
.home_navboxtop {
   cursor: pointer;
      width: 110px;
   height: 110px;
      margin: 0px 0px 0px 0px;
   overflow: hidden;
   background-color: #E2001A;
   background-position: 0px -7px;
   border-radius: 20px;
   box-shadow: 5px 5px 16px 0px rgba(0,0,0,0.3);
   background-origin: content-box;
   background-size: 100%;
   background-repeat: no-repeat;
}
.home_navboxtop1 {
   cursor: pointer;
      width: 110px;
   height: 110px;
      margin: -110px 0px 0px 120px;
   overflow: hidden;
   background-color: #E2001A;
   background-position: 0px -7px;
   border-radius: 20px;
   box-shadow: 5px 5px 16px 0px rgba(0,0,0,0.3);
   background-origin: content-box;
   background-size: 100%;
   background-repeat: no-repeat;
}

#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 {
   padding: 26px 20px 0px 20px;
   font-size: 24px;
   font-weight: bold;
   background-color: #FFFFFF;
}
.wework3 {
   margin: 20px 0px 10px 0px;
   font-size: 16px;
}

.yumpshow1 {
   float: left;
}
.yumpshow2 {
   float: left;
   padding-top: 192px;
}

.wahl_bg {
   margin: 40px 10px 0px 10px;
   padding: 0px 20px 30px 0px;
   min-height: 200px;
   border: 1px solid #000000;
   box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.6);
}
.wahl_bg3 {
   margin: 40px 60px 0px 60px;
   padding: 40px 60px 40px 60px;
   min-height: 200px;
   border: 1px solid #000000;
   box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.6);
}
.wahl_kdteg {
   height: 50px;
   font-weight: bold;
   font-size: 24px;
   color: #E2001A;
   text-align: center;
}
.wahl_hl {
   padding: 30px 10px 20px 20px;
   font-weight: bold;
   font-size: 22px;
}
.wahl_hl1 {
   padding: 10px 10px 20px 20px;
   font-weight: bold;
   font-size: 22px;
}
.wahl_hle {
   padding: 40px 10px 20px 0px;
   font-weight: bold;
   font-size: 22px;
}
.wahl_hle1 {
   padding: 10px 10px 20px 0px;
   font-weight: bold;
   font-size: 22px;
}

.wahl_hl1fb1 {
   float: left;
   width: 400px;
   padding: 20px 10px 20px 20px;
   font-weight: bold;
   font-size: 22px;
}
.wahl_hl1fb2 {
   float: right;
   width: 100px;
   padding: 0px 0px 20px 0px;
   text-align: right;
}

.wahl_kdt {
   display: table;
   width: 100%;
}
.wahl_kdt_s2 {
   float: left;
   display: table;
   width: 50%;
}
.wahl_kdtr {
   display: table-row;
}
.wahl_kdtrc1 {
   display: table-cell;
   width: 270px;
   padding: 0px 20px 0px 20px;
   font-weight: bold;
   vertical-align: middle;
}
.wahl_kdtrc1_2s {
   clear: both;
   width: 888px;
   height: 27px;
   margin: 0px 0px 0px 20px;
   font-weight: bold;
   background-color: #CCCCCC;
}
.wahl_kdtrc1_2se {
   clear: both;
   height: 27px;
   margin: 0px 0px 0px 0px;
   padding: 5px 0px 5px 10px;
   font-weight: bold;
   background-color: #CCCCCC;
}
.wahl_kdtrc1_2sa {
   float: left;
   padding: 5px 0px 5px 10px;
   width: 50%;
}
.wahl_kdtrc1_2sb {
   float: left;
   padding: 5px 0px 5px 20px;
   width: 50%;
   color: #FFFFFF;
}

.wahl_kdtrc1_2s1 {
   float: left;
   width: 444px;
   margin: 0px 0px 0px 20px;
   padding: 5px 0px 5px 10px;
   font-weight: bold;
   color: #FFFFFF;
   background-color: #E2001A;
}
.wahl_kdtrc1_2s2 {
   float: left;
   width: 444px;
   padding: 5px 0px 5px 20px;
   font-weight: bold;
   color: #FFFFFF;
   background-color: #E2001A;
}
.wahl_kdtrc1_2s3 {
   clear: both;
   height: 15px;
}

.wahl_kdtrc1eg {
   display: table-cell;
   width: 270px;
   padding: 0px 20px 0px 0px;
   font-weight: bold;
   vertical-align: middle;
}
.wahl_kdtrc1ege {
   display: table-cell;
   width: 200px;
   padding: 0px 20px 0px 0px;
   font-weight: bold;
   vertical-align: middle;
}

.wahl_kdtrc2 {
   display: table-cell;
   padding: 0px 0px 0px 30px;
   vertical-align: middle;
}
.wahl_kdtrc2e {
   display: table-cell;
   padding: 0px 0px 0px 0px;
   vertical-align: middle;
}

.wahl_kdtrc2st {
   display: none;
   vertical-align: middle;
   padding: 0px 0px 0px 30px;
}

.strike {
    position: relative;
    display: inline-block;
}
.strike::before {
    content: '';
    border-bottom: 3px solid #0000D2;
    width: 100%;
    position: absolute;
    margin-top: calc(0.125em / 2 * -2);
    right: 0;
    top: 50%;
}
.wahl_kdtrc3 {
   display: table-cell;
   width: 80px;
   height: 50px;
   vertical-align: middle;
   text-align: right;
}
.wahl_kdtrc3eg {
   display: table-cell;
   width: 200px;
   height: 40px;
   vertical-align: middle;
   text-align: right;
}
.wahl_kdtrc3egw3 {
   display: table-cell;
   width: 285px;
   height: 40px;
   vertical-align: middle;
   text-align: right;
}
.wahl_kdtrc3eg1 {
   display: block;
   width: 200px;
   height: 30px;
   vertical-align: middle;
   background-color: #E2E2E2;
}
.wahl_kdtrc3eg2 {
   height: 30px;
   padding: 6px 0px 0px 0px;
   text-align: center;
   font-size: 16px;
   color: #FFFFFF;
   background-color: #E2001A;
}
.wahl_kdtrc3eg2erg {
   height: 30px;
   padding: 0px 0px 0px 0px;
   text-align: center;
   font-size: 16px;
   color: #FFFFFF;
}
.wahl_butt {
   text-align: right;
   margin: 0px 60px 0px 0px;
}
.wahl_butt1 {
   text-align: right;
   margin: -130px -80px 0px 0px;
}

.slidercj {
  -webkit-appearance: none;
  width: 70px;
  height: 34px;
  padding: 4px;
  background: #96C11F;
  outline: none;
  opacity: 1;
  -webkit-transition: .2s;
  transition: opacity .2s;
  border-radius: 30px;
}
.slidercj:hover {
  opacity: 1;
}
.slidercj::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 26px;
  height: 26px;
  background: #FFFFFF;
  cursor: pointer;
  border-radius: 26px;
}
.slidercj::-moz-range-thumb {
  width: 26px;
  height: 26px;
  background: #FFFFFF;
  cursor: pointer;
  border-radius: 26px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
input:checked + .slider {
  background-color: #96C11F;
}
input:focus + .slider {
  box-shadow: 0 0 1px #96C11F;
}
input:checked + .slider:before {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}

#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;
   }
.form1ay {
   float: left;
   width: 240px;
   padding-top: 10px;
   font-weight: bold;
}
.form1by {
   float: left;
   padding-top: 10px;
      width: 410px;
   }
.form1ax {
   float: left;
   width: 230px;
   padding: 10px 0px 0px 0px;
   font-weight: bold;
}
.form1c {
   float: left;
   padding: 5px 0px 0px 5px;
}
.form2 {
   clear: left;
   padding-top: 20px;
   font-weight: bold;
}
.form3 {
   clear: left;
   padding-top: 5px;
}
.form3 {
   clear: left;
   padding-top: 5px;
}
.form1d {
   float: left;
}
.form1e {
   float: left;
   padding: 3px 5px 0px 5px;
}
.form1f {
   float: left;
   width: 95px;
}
.form1g {
   float: left;
   padding-left: 10px;
}
.form1h {
   float: left;
   padding: 10px 5px 0px 10px;
}
.form4 {
   clear: left;
      margin-left: 240px;
   padding: 20px 0px 0px 0px;
      width: 100px;
}
.form1sek {
   clear: left;
      width: 680px;
      padding: 2px 10px 0px 10px;
   border: 1px solid #96C11F;
   border-radius: 5px;
}
.form1sekl {
   clear: left;
   height: 10px;
}
.form1sekd {
   clear: left;
}
.formsek {
   clear: left;
}
.formsek1 {
   font-weight: bold;
}
.formsek2 {
   padding-top: 3px;
}
.formsek3 {
   cursor: pointer;
   padding-top: 3px;
   color: #E2001A;
}
.formsek3:hover {
   color: #000000;
}

.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-br.at/GBH-GWT-29-30-10-2019/images/arrow1.gif');
   background-position: 0px 6px;
   background-repeat: no-repeat;
}

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

.suche {
   display: block;
   margin-bottom: 10px;
}
.suchetxt {
   padding-bottom: 20px;
}
.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: #FFFFFF;
   font-weight: bold;
   border: 2px solid #96C11F;
   border-radius: 5px;
   background-color: #96C11F;
}
.suchebutton:hover {
   color: #000000;
   border: 2px solid #96C11F;
   background-color: #FFFFFF;
}
.loginbox-form {
   margin-top: 5px;
   font-weight: bold;
}
.loginbox-rem {
   float: left;
}
.loginbox-rem1 {
   float: left;
   padding: 3px 0px 0px 5px;
   font-weight: normal;
}
@media screen and (max-width:1270px) {
   #maint {
      max-width: 990px;
      margin: 0px 0px 0px calc(50vw - 495px);
   }
   .maintc1d1 {
      width: 100%;
	  min-width: 700px;
   }
   .maintrc1 {
      width: 100%;
   }
   .maintrc2 {
      display: none;
   }
   .newstbotm {
      display: block;
   }
   .maintrc2bt {
      display: none;
   }
   .bottom3 {
      padding: 0px calc(50vw - 495px) 0px calc(50vw - 495px);
   }
   .bottom3a {
      width: 240px;
   }
   .bottom3b {
      width: 240px;
   }
   .bottom3c {
      display: block;
   }
   .bottom3d {
      width: 150px;
   }
   .bottom3e {
      display: none;
   }
}
@media screen and (min-width:1300px) {
   #maint {
      margin: 0px 0px 0px calc(50vw - 650px);
   }
   .bottom3 {
      padding: 0px 0px 0px calc(50vw - 650px);
   }
}
@media screen and (max-height:725px) {
   #maint {
      height: calc(100vh - 231px);
   }
   #home_content {
      padding: 30px 0px 0px 0px;
   }
}
@media screen and (max-width:990px) {
   #maint {
      margin: 0px 0px 0px 0px;
   }
   .bottom3a {
      width: 180px;
   }
   .bottom3b {
      width: 190px;
   }
   .bottom3d {
      width: 100px;
   }
   
   .wahl_bg {
      margin: 40px 20px 0px 20px;
      padding: 0px 20px 10px 20px;
      min-height: 200px;
      border: 1px solid #000000;
      box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.6);
   }
   .wahl_bg3 {
      margin: 40px 20px 0px 20px;
      padding: 40px 40px 40px 40px;
      min-height: 200px;
      border: 1px solid #000000;
      box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.6);
   }
   .wahl_kdtrc1eg {
      width: 250px;
      padding: 0px 10px 0px 0px;
   }
   .wahl_butt1 {
      text-align: right;
      margin: -130px -20px 0px 0px;
   }
   
   .headm {
      width: 100%;
	  	  min-width: 595px;
      height: 138px;
	     }
   .headmr {
      display: none;
   }
   .headmt {
      display: block;
   }
   .headml {
      width: 100%;
   }
   .headmlc {
      float: right;
      margin-right: 10px;
	  text-align: right;
   }
   .topheadnav1 {
      display: block;
      margin: auto;
      width: 100%;
	  	  min-width: 595px;
	     }
   .topheadnav2 {
      float: left;
	        width: 200px;
	     }
   .topheadnav3 {
	        width: 380px;
	     }
   .subnav {
      display: none;
   }
   .subnav1 {
      display: none;
   }
   .subnav3 {
      padding: 8px 10px 10px 0px;
   }
   .subnavpic {
      display: none;
   }
   #tophome {
      display: none;
   }
   #main {
      width: 100%;
	  	  min-width: 595px;
	     }
   #breadcrumb {
      width: 100%;
	  	  min-width: 595px;
	     }
      .div50 {
      width: 100%;
	  margin-bottom: 10px;
   }
   .presse_top2 {
      display: none;
   }
   .presse_top1 {
	  display: block;
   }
      .home_picbox {
      	  margin-right: 20px;
	     }
      .home_navbox {
      	  margin-left: 20px;
	     }
   .home_navbox1 {
      	  margin-left: 20px;
	     }
   .home_navbox_1 {
      	  margin-left: 20px;
	     }
   .home_navbox_16 {
      	  margin-left: 20px;
	     }
   .home_navboxtop {
      	  margin-left: 0px;
	     }
   .form1sek {
      width: 100%;
   }
}
@media screen and (max-width:800px) {
   .wahl_bg3 {
      margin: 40px 20px 0px 20px;
      padding: 40px 20px 40px 20px;
      min-height: 200px;
      border: 1px solid #000000;
      box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.6);
   }
   .wahl_kdtrc1eg {
	        width: 220px;
	        padding: 0px 10px 0px 0px;
   }
   .bottom3a {
      width: 150px;
   }
   .bottom3b {
      width: 150px;
   }
   .bottom3d {
      display: none;
   }
}
@media screen and (max-width:1100px) {
   #ovlleft {
      display: none;
   }
}
@media screen and (max-width:720px) {
   .presse_top1 {
      width: 100%;
   }
}

.moduebd {
   cursor: pointer;
   display: box;
   margin-bottom: 10px;
   padding: 10px;
   background-color: #D2D3D5;
}
.moduebd:hover {
   color: #E2001A;
   background-color: #D2D3D5;
}
.moduebdx {
   display: box;
   margin-bottom: 10px;
   padding: 10px;
   background-color: #D2D3D5;
}
.moduebd1 {
   cursor: pointer;
   display: box;
   margin-bottom: 10px;
   padding: 10px;
   background-color: #DCEEC5;
}
.moduebd1:hover {
   color: #E2001A;
   background-color: #DCEEC5;
}
.moduebdx1 {
   display: box;
   margin-bottom: 10px;
   padding: 10px;
   background-color: #DCEEC5;
}
.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;
}
.moduebh70 {
   padding-top: 5px;
   font-weight: bold;
   font-size: 18px;
   color: #999999;
}
.moduebt70 {
   padding-top: 3px;
   font-weight: normal;
   color: #999999;
}
.moduebh70a {
   padding-top: 5px;
   font-weight: bold;
   font-size: 18px;
   color: #E2001A;
}
.moduebs {
   padding-top: 3px;
   font-weight: bold;
}
.moduebt {
   padding-top: 3px;
   font-weight: normal;
   color: #000000;
}
.moduebli {
   clear: both;
   height: 1px;
}
.mod_return {
   cursor: pointer;
   height: 25px;
   margin: 18px 0px 15px 0px; 
   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;
}

.moduebdi {
   cursor: pointer;
   display: box;
   margin-bottom: 10px;
   background-repeat: no-repeat;
}
.moduebdi:hover {
   color: #E2001A;
}
.moduebdix {
   display: box;
   margin-bottom: 10px;
   background-repeat: no-repeat;
}
.moduebdk {
   padding: 10px;
   background-color: #D2D3D5;
}
.moduebdk1 {
   padding: 10px;
   background-color: #DCEEC5;
}

.kategorie {
   cursor: pointer;
   position: relative;
   display: inline-block;
   float: left;
   width: 221px;
   font-size: 16px;
   color: #1073B6;
   font-weight: bold;
   border: 1px solid #D2D3D5;
   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 #D2D3D5;
   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: none;
   position: fixed;
   z-index: 2;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   overflow: auto;
}
.modal-content {
   position: fixed;
   margin: auto;
   width: 100%;
   height: 100%;
      min-width: 595px;
   padding: calc(10vh) 0px 15px 0px;
      text-align: center;
   background: rgba(0, 0, 0, 0.8);
}
.modal-content img {
   max-width:100%;
   max-height:100%;
   height: auto;
   width:auto;
}
.modal-txt {
   margin: auto;
   width: 600px;
   min-width: 600px;
   max-width: calc(80vw);
   max-height: calc(80vh - 50px);
   padding: 20px;
   background-color: #FFFFFF;
   border: 5px solid #96C11F;
   border-radius: 15px;
   opacity: 1;
}
.messwin {
   max-height: calc(80vh - 150px);
   overflow: auto;
}
.messwinhl {
   font-size: 20px;
   font-weight: bold;
   color: #E2001A;
}
.messwintxt {
   margin: 20px 0px 20px 0px;
   overflow: visible;
   background-color: #FFFFFF;
}
.messwinbut {
   height: 50px;
   padding: 16px 0px 0px 0px;
   border-top: 1px solid #96C11F;
}
#okbutton {
   cursor: pointer;
   margin: auto;
   width: 100px;
   padding: 5px 0px 5px 0px;
   text-align: center;
   color: #FFFFFF;
   font-weight: bold;
   font-size: 16px;
   border: 2px solid #96C11F;
   border-radius: 5px;
   background-color: #96C11F;
}
#okbutton:hover {
   color: #000000;
   border: 2px solid #96C11F;
   background-color: #FFFFFF;
}

.modalwmber {
   display: none;
   position: fixed;
   z-index: 1;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   overflow: auto;
}
.modal-txtwmber {
   margin: auto;
   width: 600px;
   min-width: 600px;
   max-width: calc(80vw);
   max-height: calc(80vh - 50px);
   padding: 20px;
   border: 5px solid #96C11F;
   border-radius: 15px;
   opacity: 1;
   background-color: #FFFFFF;
   background-image: url('https://www.gbh-br.at/GBH-GWT-29-30-10-2019/images/GBH-wortmelds.png');
   background-position: 17px 0px;
   background-repeat: no-repeat;
}
.messwinwmber {
   max-height: calc(80vh - 150px);
   overflow: auto;
}
.messwinhlwmber {
   height: 60px;
   font-size: 20px;
   font-weight: bold;
   color: #E2001A;
   padding: 25px 0px 0px 0px;
}
#sendbutton {
   cursor: pointer;
   float: left;
   width: 130px;
   margin: 0px 0px 0px 130px;
   padding: 5px 0px 5px 0px;
   text-align: center;
   color: #FFFFFF;
   font-weight: bold;
   font-size: 16px;
   border: 2px solid #96C11F;
   border-radius: 5px;
   background-color: #96C11F;
}
#sendbutton:hover {
   color: #000000;
   border: 2px solid #96C11F;
   background-color: #FFFFFF;
}
#closebutton {
   cursor: pointer;
   float: left;
   width: 130px;
   margin: 0px 0px 0px 30px;
   padding: 5px 0px 5px 0px;
   text-align: center;
   color: #FFFFFF;
   font-weight: bold;
   font-size: 16px;
   border: 2px solid #96C11F;
   border-radius: 5px;
   background-color: #96C11F;
}
#closebutton:hover {
   color: #000000;
   border: 2px solid #96C11F;
   background-color: #FFFFFF;
}
.wortmform1 {
   float: left;
   width: 130px;
   padding: 16px 0px 0px 0px;
   text-align: left;
   font-weight: bold;
}
.wortmform11 {
   float: left;
   width: 130px;
   padding: 12px 0px 0px 0px;
   text-align: left;
   font-weight: bold;
}
.wortmform2 {
   float: left;
   min-width: 420px;
   padding: 5px 0px 0px 0px;
   text-align: left;
   font-weight: bold;
}
.wortmform3 {
   clear: left;
   min-width: 550px;
   height: 1px;
}
.counter {
   font-weight: normal;
   font-size: 14px;
}
.counter1 {
   font-weight: normal;
   font-size: 14px;
}
#ntaktbutton {
   cursor: pointer;
   width: 236px;
   margin: 20px 0px 0px 30px;
   padding: 5px 0px 5px 0px;
   text-align: center;
   color: #FFFFFF;
   font-weight: bold;
   font-size: 16px;
   border: 2px solid #96C11F;
   border-radius: 5px;
   background-color: #96C11F;
}
#ntaktbutton:hover {
   color: #000000;
   border: 2px solid #96C11F;
   background-color: #FFFFFF;
}
