* {
   box-sizing:border-box;
}
p {
   margin: 0;
   padding: 0;
}
img {
   margin: 0px;
   padding: 0px;
   border: 0;
   max-width: 100%;
   height: auto;
}
video {
  max-width: 100%;
  height: auto;
}
.image-captioned
{
    margin-left: 0;
    margin-right: 0;
}
.image-normal {
	text-align: center;
	border: solid 1px #CCCCCC;
	border-radius: 5px;
	background: rgba(0,0,0,0.05);
	padding: 10px;
	margin: 10px 00px 10px 0px;
	display: inline-block;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.image-left {
    float: left;
    margin-left: 0px;
    margin-right: 20px;
    margin-bottom: 5px;
}
.image-right {
    float: right;
    margin-left: 20px;
    margin-right: 0px;
    margin-bottom: 5px;
}
.image-center {
    text-align: center;
}
.image-center > figure {
    display: inline-block;
}
.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.gbh-alphas.at/images/zitat.gif');
   background-position: 0px 0px;
   background-repeat: no-repeat;
}
.div50 {
      float: left;
   width: 50%;
   }
.div50a {
      float: left;
   width: 50%;
   }
.divl50 {
   clear: both;
   height: 30px;
}
.dive {
   display: box;
   clear: both;
      width: 700px;
   }
.diveg {
   display: box;
   clear: both;
      width: 700px;
      background-color: #CCCCCC;
}
.diver {
   display: box;
   clear: both;
      width: 700px;
      background-color: #F2DDDC;
}
.diveh {
   display: box;
   clear: both;
      width: 700px;
      margin-top: 20px;
   padding: 5px;
   background-color: #F2DDDC;
}
.divehr {
   display: box;
   clear: both;
      width: 700px;
      margin-top: 20px;
   color: #FFFFFF;
   font-weight: bold;
   background-color: #E2001A;
}
.dive1 {
   float: left;
      padding: 5px;
}
.dive2 {
   float: right;
   width: 80px;
   text-align: right;
   padding: 5px 5px 5px 0px;
}
.dive3 {
   float: right;
   width: 40px;
   padding: 5px 0px 5px 0px;
}
.divel {
   clear: both;
   height: 5px;
   background-color: #FFFFFF;
}
.error {
   color: #FF0000;
   font-weight: bold;
   font-size: 24px;
}
.freiwi {
   font-weight: normal;
   font-size: 14px;
}
.statusnl {
   margin: 10px 0px 10px 0px;
   padding: 3px;
   color: #FF0000;
   font-weight: bold;
   text-align: center;
   border: 1px solid #FF0000;
   background-color: #FFFFFF;
}
.status {
      width: 500px;
      margin: 0px 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;
}
.status3 {
   margin: 10px 0px 10px 0px;
   padding: 5px;
   color: #000000;
   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: 26px;
   font-weight: bold;
}
h2 {
   margin: 0;
   padding: 0;
   font-size: 22px;
   font-weight: bold;
}
h3 {
   margin: 0;
   padding: 0;
   font-size: 18px;
   font-weight: bold;
}
h4 {
   margin: 0;
   padding: 0;
   font-size: 14px;
   font-weight: bold;
}
h5 {
   margin: 0;
   padding: 0;
   font-size: 12px;
   font-weight: bold;
}
h6 {
   margin: 0;
   padding: 0;
   font-size: 10px;
   font-weight: bold;
}
input[type=text], input[type=password] {
   width: 100%;
   padding: 6px 15px;
   margin: 4px 0;
   display: inline-block;
   border: 1px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 16px;
   color: #000000;
   background-color: #CCCCCC;
}
/*
input[type=submit] {
   cursor: pointer;
   width: 100%;
   padding: 6px 15px;
   margin: 4px 0;
   display: inline-block;
   border: 1px solid #8CC63F;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 16px;
   color: #FFFFFF;
   background-color: #8CC63F;
}
input[type=submit]:hover {
   border: 1px solid #8CC63F;
   border-radius: 0px;
   font-size: 16px;
   color: #8CC63F;
   background-color: #FFFFFF;
}
*/
input[type=submit] {
   cursor: pointer;
   width: 100%;
   height: 30px;
   padding: 2px 0px 0px 36px;
   margin: 4px 0;
   display: inline-block;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 16px;
   font-weight: bold;
   color: #000000;
   text-align: left;
   background-color: #CCCCCC;
   background-image: url('https://www.gbh-alphas.at/images/arrow1.png');
   background-position: 0px 0px;
   background-repeat: no-repeat;
}
input[type=submit]:hover {
   font-size: 16px;
   color: #FFFFFF;
   background-color: #8CC63F;
}
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;
   background-color: #CCCCCC;
}
textarea {
   width: 100%;
   height: 77px;
   padding: 5px 15px;
   margin: 4px 0;
   box-sizing: border-box;
   border: 1px solid #CCCCCC;
   border-radius: 0px;
   resize: none;
   font-size: 16px;
   font-family: 'Nunito', sans-serif;;
   background-color: #CCCCCC;
}
input[type=radio] {
   border: 5px;
      width: 25px;
   height: 20px;
      background-color: #CCCCCC;
}
label{
   display: inline-block;
   font-weight: 400;
   font-size: 16px;
   margin-top: -1px;
   vertical-align: top;
      padding: 3px 0px 0px 0px;
   }

input[type=checkbox] {
   width: 20px;
   height: 20px;
   border: 1px solid #CCCCCC;
}
.container {
  display: block;
  position: relative;
  padding: 2px 0px 0px 30px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  background-color: #CCCCCC;
}
.container:hover input ~ .checkmark {
  /* background-color: #ccc; */
}
.container input:checked ~ .checkmark {
  background-color: #CCCCCC;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.container input:checked ~ .checkmark:after {
  display: block;
}
.container .checkmark:after {
  left: 7px;
  top: 2px;
  width: 4px;
  height: 10px;
  border: solid black;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}
.checkmark1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #CCCCCC;
  border-radius: 50%;
}
.container:hover input ~ .checkmark1 {
  background-color: #ccc;
}
.container input:checked ~ .checkmark1 {
  background-color: #CCCCCC;
}
.checkmark1:after {
  content: "";
  position: absolute;
  display: none;
}
.container input:checked ~ .checkmark1:after {
  display: block;
}
.container .checkmark1:after {
 	top: 6px;
	left: 6px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #000000;
}
.video-container {
   position: relative;
   margin: 20px 0px 0px 0px;
   padding-bottom: 56.25%;
   padding-top: 0;
   height: 0;
   overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}
.video-container-wrapper {
   max-width: 100%;
      width: 600px;
      left: 0;
   right:0;
   margin:auto;
}

a:link {
   font-family: 'Nunito', sans-serif;;
   font-size: 16px;
   font-weight: bold;
   text-decoration: none;
   color: #E2001A}
a:visited,a:active {
   font-family: 'Nunito', sans-serif;;
   font-size: 16px;
   font-weight: bold;
   text-decoration: none;
   color: #E2001A}
a:hover,a:focus {
   font-family: 'Nunito', sans-serif;;
   font-size: 16px;
   font-weight: bold;
   text-decoration: none;
   color: #000000}
ul.topnav {
   list-style-type: none;
   margin: 0;
   padding: 0;
   overflow: hidden;
   line-height: 1.2;
}
ul.topnav li {
   float: left;
}
ul.topnav li a {
   display: inline-block;
   height: 40px;
   padding-top: 8px;
   color: #F7BAC2;
   text-align: center;
   text-decoration: none;
   transition: 0.3s;
   font-size: 20px;
   font-weight: bold;
   background-color: #E2001A;
}
ul.topnav li a.aktiv {
   display: inline-block;
   height: 40px;
   padding-top: 8px;
   color: #FFFFFF;
   text-align: center;
   text-decoration: none;
   transition: 0.3s;
   font-size: 20px;
   background-color: #E2001A;
}
ul.topnav li a:hover {
   color: #FFFFFF;
   background-color: #E2001A;
}
a.subnavt {
   font-family: 'Nunito', sans-serif;;
   font-size: 16px;;
   font-weight: normal;
   text-decoration: none;
   color: #000000;
}
a.subnavt:hover {
   font-family: 'Nunito', sans-serif;;
   font-size: 16px;;
   font-weight: normal;
   text-decoration: none;
   color: #E2001A;
}
a.subnavta {
   font-family: 'Nunito', sans-serif;;
   font-size: 16px;;
   font-weight: normal;
   text-decoration: none;
   color: #E2001A;
}
a.overlnav {
   font-size: 18px;
   text-decoration: underline;
}
a.overlnav:hover {
   font-size: 18px;
   text-decoration: underline;
}
a.overlsub {
   font-size: 14px;
   text-decoration: none;
}
a.overlsub:hover {
   font-size: 14px;
   text-decoration: none;
}
a.usrnam {
   font-family: 'Nunito', sans-serif;;
   font-size: 18px;
   font-weight: bold;
   text-decoration: none;
   color: #E2001A;
}
a.usrnam:hover {
   font-family: 'Nunito', sans-serif;;
   font-size: 18px;
   font-weight: bold;
   text-decoration: none;
   color: #000000;
}
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: 16px;
   font-weight: normal;
   text-decoration: none;
   color: #FFFFFF;
}
a.bottnav1:hover {
   font-family: 'Nunito', sans-serif;;
   font-size: 16px;
   font-weight: bold;
   text-decoration: none;
   color: #FFFFFF;
}
a.bottnav1a {
   font-family: 'Nunito', sans-serif;;
   font-size: 16px;
   font-weight: bold;
   text-decoration: none;
   color: #FFFFFF;
}
a.bottnav2 {
   font-family: 'Nunito', sans-serif;;
   font-size: 14px;;
   font-weight: normal;
   text-decoration: none;
   color: #000000;
}
a.bottnav2:hover {
   font-family: 'Nunito', sans-serif;;
   font-size: 14px;;
   font-weight: normal;
   text-decoration: none;
   color: #E2001A;
}
a.bottnav2a {
   font-family: 'Nunito', sans-serif;;
   font-size: 14px;;
   font-weight: normal;
   text-decoration: none;
   color: #E2001A;
}
a.memkont {
   font-family: 'Nunito', sans-serif;;
   font-size: 16px;
   font-weight: bold;
   text-decoration: none;
   color: #000000}
a.memkont:hover {
   font-family: 'Nunito', sans-serif;;
   font-size: 16px;
   font-weight: bold;
   text-decoration: none;
   color: #E2001A}
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.dsgvo {
   font-family: 'Nunito', sans-serif;;
   font-size: 14px;
   font-weight: bold;
   text-decoration: none;
   color: #E2001A;
}
a.dsgvo:hover {
   font-family: 'Nunito', sans-serif;;
   font-size: 14px;
   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;
}
#layall {
   margin: 0;
   padding: 0;
   width: 100%;
   min-height: calc(100vh - 100px);
}

#head {
   margin: 0;
   padding: 0;
   width: 100%;
   height: 114px;
   min-width: 700px;
   background-color: #FFFFFF;
}
#head img {
   display: block;
}
#head1 {
   display: table;	
   margin: auto;
   width: 990px;
   min-width: 700px;
   height: 114px;
}
#head1r {
   display: table-row;
}
#head1c1 {
   display: table-cell;
   width: 378px;
   vertical-align: bottom; 
}
.head1c1a {
   float: left;
}
.head1c1b {
   float: left;
   margin: 90px 0px 0px -20px;
}
.head1c1c {
   float: left;
   margin: 90px 0px 0px 5px;
}
.head1c1d {
   float: left;
   margin: 90px 0px 0px 5px;
}
.head1c1e {
   float: left;
   margin: 89px 0px 0px 10px;
   font-size: 11px;
   line-height: 1.0;
}
.head1c1f {
   float: left;
   margin: 90px 0px 0px 5px;
}
#head1c2 {
   display: table-cell;
   padding: 42px 0px 0px 0px;
   vertical-align: top;   
}
#head1c2m {
   display: none;
   position: absolute;
   top: 20px;
   left: 160px;
   width: 210px;
}
.mainhenew {
   display: block;
   cursor:pointer;
   float: right;
   width: 65px;
   height: 65px;
   margin: -65px 25px 0px 0px;
   background-image: url('https://www.gbh-alphas.at/images/news-gbh.png');
   background-position: 0px 0px;
   background-repeat: no-repeat;
}
.mainhenew:hover {
   background-image: url('https://www.gbh-alphas.at/images/news1-gbh.png');
}
.mainhenewn {
   display: none;
   cursor:pointer;
   position: absolute;
   top: 50px;
   left: 370px;
   width: 65px;
   height: 65px;
   background-image: url('https://www.gbh-alphas.at/images/news-gbh.png');
   background-position: 0px 0px;
   background-repeat: no-repeat;
}
.mainhenewn:hover {
   background-image: url('https://www.gbh-alphas.at/images/news1-gbh.png');
}
#head1c3 {
   display: table-cell;
   width: 258px;
}
.head1c3a {
   height: 51px;
   padding: 10px 0px 0px 0px;
}
.head1c3a1 {
   float: left;
   padding: 10px 0px 0px 12px;
}
.head1c3a2 {
   float: right;
   padding: 10px 7px 0px 0px;
}
.head1c3b {
   clear: both:
   height: 51px;
   padding: 23px 0px 0px 0px;
}
.head1c3b1 {
   cursor: pointer;
   height: 30px;
   margin: 5px 0px 0px 0px;
   padding: 3px 0px 0px 0px;
   color: #FFFFFF;
   font-size: 21px;
   font-weight: bold;
   letter-spacing: 3px;
   text-align: center;
   background-color: #BE1E2D;
}
.head1c3b1:hover {
   color: #FFFFFF;
   background-color: #8CC63F;
}
#headmnav {
   position: absolute;
   top: 130px;
   width: 36px;
   height: 36px;
   margin: 0px 0px 0px 0px;
   background-color: #FFFFFF;
}
#headmnavm {
   display: none;
   position: absolute;
   top: 120px;
   right: 13px;
   width: 235px;
   margin: 0px 0px 0px 0px;
   background-color: #FFFFFF;
}
#headmnav1 {
   cursor: pointer;
   position: absolute;
   top: 128px;
   margin: 0px 0px 0px 36px;
   padding: 0px 0px 0px 2px;
   color: #9C9DA1;
   font-size: 12px;
   font-weight: bold;
}
#headmnav1:hover {
   color: #E2001A;
}

#headnews {
   clear: both;
   margin: 10px 0px 0px 0px;
   width: 100%;
}
#headnewsl {
   cursor: pointer;
   color: #000000;
   background-color: #8CC63F;
}
#headnewsl:hover {
   color: #FFFFFF;
   background-color: #BE1E2D;
}
#headnewst {
   display: table;
   margin: auto;
   width: 725px;
   min-width: 700px;
   height: 240px;
   margin: 5px 0px 0px 0px;
   overflow: hidden;
}
#headnewst1 {
   display: table;
   margin: auto;
   width: 725px;
   min-width: 700px;
   height: 240px;
   margin: 5px 0px 0px 0px;
   color: #FFFFFF;
   overflow: hidden;
   background-color: #8CC63F;
}
#headnewstr {
   display: table-row;
}
#headnewsc1 {
   display: table-cell;
   width: 368px;
   height: 240px;
   vertical-align: middle;
   padding: 0px 30px 0px 10px;
   overflow: hidden;
   font-size: 52px;
   color: #FFFFFF;
   text-align: right;
   line-height: 1.0;
}
#headnewsc2 {
   display: table-cell;
   vertical-align: top;
   padding: 0px 0px 0px 0px;
}
.headnewsc2a {
   width: 357px;
   height: 240px;
   overflow: hidden;
}
#headnewslmem {
   height: 165px;
}
.headnewslmem1 {
   float: left;
   height: 160px;
   width: 50%;
   margin: 5px 0px 0px 0px;
   padding: 35px 30px 0px 0px;
   color: #FFFFFF;
   font-size: 46px;
   text-align: right;
   line-height: 1.0;
   background-color: #8CC63F;
}
.headnewslmem1y {
   float: left;
   height: 160px;
   width: 50%;
   margin: 5px 0px 0px 0px;
   padding: 35px 30px 0px 0px;
   color: #FFFFFF;
   font-size: 46px;
   text-align: right;
   line-height: 1.0;
   background-color: #8CC63F;
}
.headnewslmem1yz {
   float: left;
   height: 160px;
   width: 50%;
   margin: 5px 0px 0px 0px;
   padding: 55px 30px 0px 0px;
   color: #FFFFFF;
   font-size: 46px;
   text-align: right;
   line-height: 1.0;
   background-color: #8CC63F;
}
.headnewslmem1yy {
   float: left;
   height: 160px;
   width: 50%;
   margin: 5px 0px 0px 0px;
   padding: 10px 30px 0px 0px;
   color: #FFFFFF;
   font-size: 46px;
   text-align: right;
   line-height: 1.0;
   background-color: #8CC63F;
}
.headnewslmem2 {
   float: left;
   height: 160px;
   width: 50%;
   margin: 5px 0px 0px 0px;
   color: #000000;
}
.headnewslmem2a {
   margin: -25px 0px 0px 0px;
}
.headnewslmem2b {
   padding: 10px 0px 0px 12px;
   font-size: 18px;
}

.icon {
   cursor:pointer;
   width: 35px;
   height: 35px;
   padding-top: 2px;
   background-color: #BDBEC1;
}
.icond1 {
   width: 25px;
   margin: 3px 0px 0px 5px;
   border-top: 4px solid #FFFFFF;
   background-color: #FFFFFF;
}
.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;
  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: 30px;
  width: 100%;
  text-align: center;
}
.overlay a {
  padding: 8px;
  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;
}

#mainhome {
   clear: both;
   margin: 0px 0px 0px 0px;
   width: 100%;
}
#mainhome1 {
   display: block;
   margin: auto;
   width: 990px;
   min-width: 700px;
   padding: 0px 0px 0px 10px;
}
#mainhome1m {
   display: none;
   margin: auto;
   width: 700px;
   padding: 0px 0px 0px 10px;
}
.mainhome1a {
   float: left;
   width: 480px;
   margin: 10px 10px 0px 0px;
   background-color: #231F20;
}
.mainhome1b {
   float: left;
   width: 480px;
   margin: 10px 10px 0px 0px;
   background-color: #8CC63F;
}
.mainhome1c {
   float: left;
   width: 480px;
   margin: 10px 10px 0px 0px;
   background-color: #8CC63F;
}
.mainhome1d {
   float: left;
   width: 480px;
   margin: 10px 10px 0px 0px;
   background-color: #231F20;
}
.mainhome1e {
   float: left;
   width: 480px;
   margin: 10px 10px 0px 0px;
   background-color: #BE1E2D;
}
.mainhome1f {
   float: left;
   width: 480px;
   margin: 10px 10px 0px 0px;
   background-color: #8CC63F;
}
.mainhome1mm {
   margin: 10px 0px 0px 100px;
}

.headnewstsm {
   cursor: pointer;
   display: table;
   width: 480px;
   height: 160px;
   color: #000000;
   overflow: hidden;
   background-color: #8CC63F;
}
.headnewstsm:hover {
   color: #FFFFFF;
   background-color: #BE1E2D;
}
.headnewstsmm {
   display: none;
   width: 680px;
   height: 225px;
   color: #000000;
   overflow: hidden;
   margin: 5px 0px 0px 0px;
   background-color: #8CC63F;
}
.headnewstsmm1 {
   cursor: pointer;
   display: none;
   width: 680px;
   height: 225px;
   color: #000000;
   overflow: hidden;
   margin: 5px 0px 0px 0px;
   background-color: #8CC63F;
}
.headnewstsmm1:hover {
   color: #FFFFFF;
   background-color: #BE1E2D;
}
.headnewstsm1 {
   cursor: pointer;
   display: table;
   width: 480px;
   height: 160px;
   color: #8CC63F;
   overflow: hidden;
   background-color: #231F20;
}
.headnewstsm1:hover {
   color: #FFFFFF;
   background-color: #BE1E2D;
}
.headnewstsm2 {
   cursor: pointer;
   display: table;
   width: 480px;
   height: 160px;
   color: #FFFFFF;
   overflow: hidden;
   background-color: #BE1E2D;
}
.headnewstsm2:hover {
   color: #000000;
}
.headnewstsmr {
   display: table-row;
}
.headnewssmc1 {
   display: table-cell;
   width: 235px;
   height: 160px;
   vertical-align: middle;
   padding: 0px 0px 0px 10px;
   overflow: hidden;
   font-size: 36px;
   line-height: 0.9;
}
.headnewssmc1h {
   display: table-cell;
   width: 235px;
   height: 160px;
   vertical-align: middle;
   padding: 0px 0px 0px 20px;
   overflow: hidden;
   font-size: 36px;
   line-height: 1.1;
}
.headnewssmmc1 {
   display: table-cell;
   width: 335px;
   height: 225px;
   vertical-align: middle;
   padding: 0px 0px 0px 10px;
   overflow: hidden;
   font-size: 52px;
   line-height: 0.95;
}
.headnewssmmc1m {
   display: table-cell;
   width: 335px;
   height: 225px;
   vertical-align: middle;
   padding: 5px 0px 0px 10px;
   overflow: hidden;
   font-size: 52px;
   line-height: 0.95;
}
.headnewssmc1y {
   display: table-cell;
   width: 235px;
   height: 160px;
   vertical-align: middle;
   padding: 0px 10px 0px 10px;
   overflow: hidden;
   font-size: 36px;
   line-height: 0.9;
}
.headnewssmc1yh {
   display: table-cell;
   width: 235px;
   height: 160px;
   vertical-align: middle;
   padding: 0px 20px 0px 10px;
   overflow: hidden;
   font-size: 36px;
   line-height: 1.1;
}
.headnewssmc1ya {
   color: #FFFFFF;
}
.headnewssmc1yb {
   color: #FFFFFF;
   text-align: right;
}
.headnewssmc1yc {
   font-size: 42px;
   text-align: right;
}
.headnewssmc2 {
   display: table-cell;
   vertical-align: top;
   padding: 0px 0px 0px 0px;
}
.headnewssmc3 {
   display: table-cell;
   vertical-align: top;
   width: 10px;
   padding: 0px 0px 0px 0px;
}
.headnewssmc2a {
   width: 235px;
   height: 160px;
   overflow: hidden;
}
.headnewssmmc2a {
   width: 335px;
   height: 225px;
   overflow: hidden;
}
.headnewssmc2ay {
   width: 245px;
   height: 160px;
   overflow: hidden;
}
.hompicbogb {
   width: 357px;
   height: 240px;
   object-fit: cover;
   object-position: 50%;
}
.hompicbogb1 {
   width: 335px;
   height: 225px;
   object-fit: cover;
   object-position: 50%;
}
.hompicbosb {
   width: 245px;
   height: 160px;
   object-fit: cover;
   object-position: 50%;
}

#main {
   clear: both;
   margin: 10px 0px 0px 0px;
   width: 100%;
}
#maint {
   display: table;
   margin: auto;
   width: 990px;
   min-width: 700px;
   padding: 5px 10px 0px 10px;
}
#maintr {
   display: table-row;
}
#maintc1 {
   display: table-cell;
   vertical-align: top;
   padding: 10px 10px 0px 0px;
}
#maintc2 {
   display: table-cell;
   vertical-align: top;
   width: 235px;
   line-height: 0.9;
}
.maintc2ax {
   display: flex;
   flex-wrap : nowrap;
   justify-content : space-between;
   align-items : center;
   height: 15px;
   padding: 0px 0px 5px 0px;
}
.maintc2axli {
   padding: 0px 0px 3px 0px;
}
.maintc2ax1 {
   cursor: pointer;
   font-size: 12px;
   font-weight: bold;
}
.maintc2ax1:hover {
   color: #E2001A;
}
.maintc2ax1a {
   cursor: pointer;
   font-size: 12px;
   font-weight: bold;
   color: #E2001A;
}
.maintc2ax2 {
   cursor: pointer;
   font-size: 12px;
   font-weight: bold;
   text-align: center;
}
.maintc2ax2:hover {
   color: #E2001A;
}
.maintc2ax3 {
   cursor: pointer;
   font-size: 12px;
   font-weight: bold;
   text-align: right;
}
.maintc2ax3:hover {
   color: #E2001A;
}
.maintc2ay {
   clear: both;
   cursor: pointer;
   width: 235px;
   height: 240px;
   margin: 0px 0px 0px 0px;
   padding: 15px 10px 10px 10px;
   color: #FFFFFF;
   background-color: #231F20;
}
.maintc2ay:hover {
   color: #000000;
   background-color: #D2D3D5;
}
.maintc2aya {
   font-size: 40px;
   line-height: 1.0;
}
.maintc2ayb {
   margin: -19px 0px 0px 0px;
   color: #8CC63F;
   font-size: 16px;
   font-weight: bold;
   text-align: right;
}
.maintc2aybt {
   padding: 10px 0px 0px 0px;
   font-size: 20px;
   font-weight: bold;
   line-height: 1.2;
}
.maintc2aybt1 {
   padding: 10px 0px 0px 0px;
   color: #FFFFFF;
   font-size: 20px;
   font-weight: bold;
   text-align: right;
}
.maintc2aybt2 {
   padding: 0px 0px 0px 0px;
   color: #FFFFFF;
   font-size: 20px;
   font-weight: bold;
   text-align: right;
   line-height: 1.2;
}
.maintc2a {
   cursor: pointer;
   width: 235px;
   height: 160px;
   margin: 10px 0px 0px 0px;
   padding: 10px 10px 10px 10px;
   color: #FFFFFF;
   background-color: #BE1E2D;
   overflow: hidden;
}
.maintc2a:hover {
   color: #000000;
}
.maintc2a1 {
   font-size: 40px;
   text-align: right;
   line-height: 1.0;
}
.maintc2a2 {
   padding: 7px 0px 0px 0px;
   font-size: 14px;
   font-weight: bold;
   text-align: right;
}
.maintc2b {
   cursor: pointer;
   width: 235px;
   height: 160px;
   background-color: #D2D3D5;
   overflow: hidden;
}
.maintc2b:hover {
   color: #BE1E2D;
}
.maintc2bt {
   width: 235px;
   display: table;
   padding: 10px 10px 10px 10px;
   font-size: 14px;
}
.maintc2by {
   width: 235px;
   height: 160px;
   color: #000000;
   background-color: #D2D3D5;
   overflow: hidden;
}
.maintc2btr {
   display: table-row;
}
.maintc2btc1 {
   display: table-cell;
   font-weight: bold;
}
.maintc2btc1a {
   width: 15px;
   padding: 9px 0px 0px 0px;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}
.maintc2btc1ay {
   width: 15px;
   padding: 5px 0px 0px 0px;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}
.maintc2btc2 {
   display: table-cell;
   font-weight: bold;
}
.maintc2btc2a {
   width: 140px;
   padding: 9px 0px 0px 0px;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}
.maintc2btc2ay {
   width: 140px;
   padding: 5px 0px 0px 0px;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}
.maintc2btc3 {
   display: table-cell;
}
.maintc2btc3a {
   width: 60px;
   padding: 9px 0px 0px 0px;
   text-align: right;
}
.maintc2btc3ay {
   width: 60px;
   padding: 5px 0px 0px 0px;
   text-align: right;
}
.maintc2c {
   cursor: pointer;
   width: 235px;
   height: 160px;
   margin: 10px 0px 0px 0px;
   padding: 10px 10px 10px 10px;
   color: #000000;
   background-color: #8CC63F;
   overflow: hidden;
}
.maintc2c:hover {
   color: #FFFFFF;
   background-color: #BE1E2D;
}
.maintc2cay {
   cursor: pointer;
   width: 235px;
   height: 160px;
   margin: 10px 0px 0px 0px;
   padding: 10px 10px 10px 10px;
   color: #000000;
   background-color: #231F20;
   overflow: hidden;
}
.maintc2cay:hover {
   color: #FFFFFF;
   background-color: #D2D3D5;
}
.maintc2c1 {
   font-size: 37px;
   text-align: right;
   color: #FFFFFF;
}
.maintc2cmi {
   margin: -15px 0px 0px 0px;
   font-size: 14px;
   font-weight: bold;
}
.maintc2cmi1 {
   margin: -38px 0px 0px 10px;
   height: 38px;
   font-size: 14px;
   font-weight: bold;
}
.maintc2cmi2 {
   margin: -15px 0px 0px 0px;
   font-size: 14px;
   font-weight: bold;
}
.maintc2cmi2h {
   margin: -20px 10px 0px 0px;
   font-size: 14px;
   font-weight: bold;
   text-align: right;
}
.maintc2cmi2m {
   margin: -18px 0px 0px 0px;
   font-size: 14px;
   font-weight: bold;
}
.maintc2cmi3 {
   margin: -15px 0px 0px 0px;
   font-size: 14px;
   font-weight: bold;
   text-align: right;
}
.maintc2cmi3h {
   margin: -20px 0px 0px 0px;
   font-size: 14px;
   font-weight: bold;
}
.maintc2cmi3h1 {
   margin: -18px 0px 0px 0px;
   font-size: 14px;
   font-weight: bold;
}
.maintc2cmi4 {
   margin: 10px 0px 0px 0px;
   font-size: 14px;
   font-weight: bold;
   text-align: right;
}
.maintc2cmi5 {
   margin: -15px 0px 0px 0px;
   color: #8CC63F;
   font-size: 14px;
   font-weight: bold;
}
.maintc2b1 {
   padding: 5px 0px 0px 10px;
   font-size: 14px;
   font-weight: bold;
}
#mainbot {
   clear: both;
   height: 25px;
}
#mainbot1 {
   clear: both;
   height: 10px;
}
.datum_content {
   padding-top: 15px;
   font-size: 14px;
}
.datum_contentnosho {
   padding-top: 10px;
}
.headline_content {
   padding-top: 5px;
   display: block;
}
.headline_contenty {
   padding-top: 15px;
   display: block;
}
.headline_contentxy {
   padding-top: 20px;
   display: block;
}
.headline_content2 {
   padding-top: 50px;
   display: block;
}
.text_content {
   display: block;
   margin-top: 20px;
}
.magaz_headline {
   padding-top: 5px;
   display: block;
}
.magaz_kategorie {
   padding: 5px 0px 10px 0px;
   display: block;
}
.magaz_content {
   display: block;
}
.magaz_content1 {
   display: block;
   margin-top: 10px;
}
.magaz_mobpic {
   padding-top: 15px;
   display: block;
   text-align: center;
}
.magaz_winfo {
   padding-top: 10px;
   display: block;
}
.magaz_winfo1 {
   float: left;
   color: #E2001A;
}
.magaz_winfo2 {
   float: right;
   text-align: right;
   font-size: 14px;
   color: #000000;
}
.magaz_winfole {
   display: block;
   height: 15px;
}
.mainmagzk {
   display: block;
   height: 25px;
   margin-top: 10px;
}
.mainmagzkle {
   float: left;
}
.mainmagzkri {
   float: right;
}
.mainmagzk1 {
   display: block;
   height: 25px;
   margin-top: 40px;
}
#magazine_bott {
   display : flex;
   flex-wrap : wrap;
   justify-content : center;
   min-width: 680px;
   margin: 10px 0px 0px 0px;
}
#magazine_bottma {
   display : flex;
   flex-wrap : wrap;
   justify-content : center;
   min-width: 680px;
   margin: 20px 0px 0px 0px;
}
#magazine_bottmagav {
   display : flex;
   flex-wrap : wrap;
   justify-content : center;
   min-width: 680px;
   margin: 50px 0px 0px 0px;
}
#magazine_bottmk {
   display : flex;
   flex-wrap : wrap;
   justify-content : center;
   min-width: 680px;
   margin: 154px 0px 0px 0px;
}
.magazine_bott1 {
   cursor: pointer;
   width: 174px;
   padding: 10px 10px 10px 10px;
   color: #FFFFFF;
   font-size: 24px;
   font-weight: bold;
   background-color: #231F20;
   line-height: 1.0;
}
.magazine_bott1:hover {
   background-color: #BE1E2D;
}
.magazine_bott2 {
   cursor: pointer;
   width: 174px;
   margin: 0px 0px 0px 10px;
   padding: 10px 10px 10px 10px;
   color: #FFFFFF;
   font-size: 24px;
   font-weight: bold;
   background-color: #8CC63F;
   text-align: right;
   line-height: 1.0;
}
.magazine_bott2:hover {
   background-color: #BE1E2D;
}
.magazine_bott3 {
   cursor: pointer;
   width: 174px;
   margin: 0px 0px 0px 9px;
   padding: 10px 10px 10px 10px;
   color: #FFFFFF;
   font-size: 24px;
   font-weight: bold;
   background-color: #231F20;
   line-height: 1.0;
}
.magazine_bott3:hover {
   background-color: #BE1E2D;
}
.magazine_bott4 {
   cursor: pointer;
   width: 174px;
   margin: 0px 0px 0px 10px;
   padding: 10px 10px 10px 10px;
   color: #FFFFFF;
   font-size: 24px;
   font-weight: bold;
   background-color: #8CC63F;
   text-align: right;
   line-height: 1.0;
}
.magazine_bott4:hover {
   background-color: #BE1E2D;
}

.wfudac {
   position: fixed;
   display: none;
   z-index: 1000;
   width: 400px;
   left: calc((100% - 400px)/2);
   top: 150px;
   background-color: #FFFFFF;
   border: 2px solid #95BF1E;
}
.wfudacdam {
   position: fixed;
   display: block;
   z-index: 1000;
   width: 400px;
   left: calc((100% - 400px)/2);
   top: 150px;
   background-color: #FFFFFF;
   border: 2px solid #95BF1E;
}
.wfudacloghe {
   display: flex;
   justify-content : flex-start;
   padding: 20px 20px 0px 20px;
}
.wfudac1a {
   padding: 0px 0px 0px 0px;
}
.wfudac1b {
   padding: 10px 0px 0px 10px;
   font-size: 16px;
   font-weight: bold;
   line-height: 1.5;
}
.wfudac1c {
   display: none;
}
.wfudacd3 {
   width: 100%;
   padding: 15px 10px 0px 10px;
   text-align: center;
}
.wfudacd4 {
   width: 100%;
   padding: 15px 20px 0px 20px;
   text-align: center;
}
.wfudacd5 {
   width: 100%;
   margin: -23px 0px 0px 0px;
   padding: 0px 20px 0px 20px;
   text-align: center;
}
.wfudacd6 {
   width: 100%;
   padding: 10px 20px 0px 20px;
   font-size: 12px;
   text-align: center;
}
.wfudabbs1 {
   display: block;
}
.wfudabbs2 {
   display: none;
}
.wfudabbs3 {
   display: none;
}
.uplfildank {
   cursor: pointer;
   height: 30px;
   width: 270px;
   margin: auto;
   margin-top: 10px;
   padding: 6px 0px 0px 40px;
   font-weight: bold;
   color: #E2001A;
   background-image: url('https://www.gbh-alphas.at/images/upload.png');
   background-position: 0px 0px;
   background-repeat: no-repeat;
}
.uplfildank:hover {
   color: #000000}

.stauflgbea {
   width: 50px;
   margin: 0px 0px 0px 153px;
   font-weight: bold;
   text-align: center;
}
.fustatcs {
   font-weight: bold;
   color: #E2001A;
}

progress {
   -moz-appearance: none;
   -webkit-appearance: none;
   appearance: none;
   border: none;
   background-size: auto;
   width: 356px;
   height: 30px;
   display: block;
   border-radius: 15px;
   color: rosybrown; /** IE 10 **/
   background-color: #efefef;
}

progress::-moz-progress-bar { 
   background-color: #999999;
   border-radius: 15px;
}

progress::-webkit-progress-bar {
   background-color: #efefef;
   border-radius: 15px;
}

progress::-webkit-progress-value {
   background-color: #95BF1E;
   border-radius: 15px;
}

.a2hsmod {
   position: fixed;
   display: none;
   z-index: 1000;
   width: 400px;
   left: calc((100% - 400px)/2);
   bottom: 20px;
   background-color: #FFFFFF;
   border: 2px solid #95BF1E;
}
.a2hsmod1 {
   display: flex;
   justify-content : flex-start;
   padding: 20px 20px 0px 20px;
}
.a2hsmod1a {
   padding: 0px 0px 0px 0px;
}
.a2hsmod1b {
   padding: 10px 0px 0px 10px;
   font-size: 14px;
   line-height: 1.5;
}
.a2hsmod2 {
   display: flex;
   justify-content: space-around;
   align-items: center;
   height: 70px;
}
.a2hsmod3 {
   width: 100%;
   padding: 15px 10px 0px 10px;
   text-align: center;
}
.a2hsmod4 {
   margin: 5px 20px 0px 20px;
   padding: 10px 10px 10px 10px;
   border: 1px solid #E2001A;
   text-align: center;
}
.d-block {
  display: block !important;
}
button {
   cursor: pointer;
   width: 158px;
   height: 30px;
   padding: 2px 0px 0px 36px;
   margin: 4px 0;
   display: inline-block;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 16px;
   font-weight: bold;
   color: #000000;
   text-align: left;
   background-color: #CCCCCC;
   background-image: url('https://www.gbh-alphas.at/images/arrow1.png');
   background-position: 0px 0px;
   background-repeat: no-repeat;
}
button:hover {
   font-size: 16px;
   color: #FFFFFF;
   background-color: #8CC63F;
}

.wfudacbcoff {
   cursor: auto;
   width: 158px;
   height: 30px;
   padding: 2px 0px 0px 36px;
   margin: 4px 0;
   display: inline-block;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 16px;
   font-weight: bold;
   color: #666666;
   text-align: left;
   background-color: #CCCCCC;
   background-image: url('https://www.gbh-alphas.at/images/arrow1.png');
   background-position: 0px 0px;
   background-repeat: no-repeat;
}
.wfudacbcoff:hover {
   color: #666666;
   background-color: #CCCCCC;
}

#bottom {
   clear: both;
   width: 100%;
   height: 100px;
   color: #000000;
}
#bottom1 {
   width: 990px;
   margin: auto;
   min-width: 700px;
   padding: 0px 0px 0px 0px;
}
#bottom1a {
   display : flex;
   flex-wrap : wrap;
   justify-content : center;
   align-items : center;
   min-width: 680px;
   padding: 0px 10px 0px 10px;
}
.bottom1axli {
   padding: 0px 5px 2px 5px;
}
#bottom1b {
   display : flex;
   flex-wrap : wrap;
   justify-content : space-between;
   align-items : center;
   min-width: 680px;
   padding: 0px 10px 10px 10px;
}
.bottom1b1 {
   margin: 10px 0px 0px 0px;
   padding: 0px 3px 0px 0px;
}
.bottom1b2 {
   margin: 10px 0px 0px 0px;
   padding: 0px 3px 0px 3px;
}
.bottom1b2y {
   margin: 10px 0px 0px 0px;
   padding: 2px 3px 0px 3px;
}
.bottom1b3 {
   margin: 10px 0px 0px 0px;
   padding: 0px 0px 0px 3px;
}

#wework {
   position: absolute;
   width: 100%;
   top: 50%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   text-align: center;
}
.wework1 {
   padding: 20px 20px 0px 20px;
}
.wework2 {
   padding: 5px 20px 0px 20px;
}
.wework3 {
   padding: 15px 20px 0px 20px;
   font-size: 22px;
}
.wework4 {
   padding: 15px 20px 0px 20px;
}
.wework5 {
   padding: 5px 20px 0px 20px;
}

#formt {
   padding: 20px 0px 0px 0px;
}
#formtmem {
   padding: 20px 0px 20px 0px;
}
#form {
   margin-top: 20px;
}
#formmem {
   margin-top: 10px;
}
.form1 {
   clear: left;
}
.form1mgldanm {
   clear: left;
   padding: 0px 0px 20px 0px;
}
.form1mgldanm1 {
   cursor: pointer;
   clear: left;
   width: 380px;
   margin: auto;
   padding: 0px 0px 0px 0px;
}
.form1del {
   clear: left;
   height: 80px;
   padding: 20px 0px 0px 0px;
   border: 1px solid #FF0000;
}
.formhl {
   clear: left;
   height: 25px;
   font-weight: bold;
   color: #E2001A;
}
.formhl1 {
   clear: left;
   height: 25px;
   margin-bottom: 20px;
   border-bottom: 1px solid #A9A6A6;
}
.form1a {
   float: left;
      width: 240px;
      padding-top: 11px;
   font-weight: normal;
}
.form1awb {
   float: left;
      width: 240px;
      padding-top: 11px;
   font-weight: bold;
}
.form1adel {
   float: left;
      width: 240px;
      padding: 11px 0px 0px 10px;
   font-weight: bold;
}
.form1b {
   float: left;
      width: 410px;
   }
.form1bdel {
   float: left;
      width: 410px;
   }
.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;
}
.form2r {
   clear: left;
   padding-top: 20px;
   font-weight: bold;
   color: #E2001A;
}
.form3 {
   clear: left;
      padding: 5px 0px 10px 0px;
   }
.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;
   }
.form1ija {
   float: left;
      margin: 0px 0px 0px 0px;
   }
.form1j {
   float: left;
      width: 400px;
   padding-top: 2px;
      font-weight: normal;
}
.form1jja {
   float: left;
      max-width: 90%;
   padding: 5px 0px 0px 15px;
      font-weight: bold;
}
.form1i1 {
   float: left;
   width: 40px;
   margin: 0px 0px 0px 0px;
}
.form1j1 {
   float: left;
      width: 590px;
   padding-top: 3px;
      font-weight: normal;
}
.form4 {
   clear: left;
      margin-left: 240px;
   padding: 20px 0px 0px 0px;
      width: 410px;
}
.form5 {
   clear: left;
   margin: 0px 0px 0px 240px;
   padding: 10px 0px 0px 0px;
   width: 410px;
}
.formlink {
   clear: left;
      padding: 20px 0px 0px 180px;
   }
.form1sek {
   clear: left;
      width: 680px;
      padding: 2px 10px 0px 10px;
   border: 1px solid #95BF1E;
   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;
}
.formdljs {
   cursor: pointer;
   padding-top: 8px;
   color: #E2001A;
   font-weight: bold;
}
.formdljs:hover {
   color: #000000;
}
.formdljsok {
   cursor: pointer;
   padding-top: 8px;
   color: #666666;
   font-weight: bold;
}
.formdljsok:hover {
   color: #000000;
}

.suche {
   display: block;
   margin-bottom: 10px;
}
.suchetxt {
   padding: 10px 0px 20px 0px;
}
.suche1 {
   display: inline-block;
   width: 100px;
   padding-top: 2px;
   font-weight: bold;
}
.suche2 {
   display: inline-block;
      width: 500px;
   }
.loginbox-form {
   margin-top: 5px;
   font-weight: bold;
}
.loginbox-rem {
   float: left;
}
.loginbox-rem1 {
   float: left;
   padding: 0px 0px 0px 5px;
   font-weight: normal;
}

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

.moduebo1 {
   font-weight: bold;
   color: #E2001A;
   padding-bottom: 5px;
}
.moduebdmemad {
   padding: 10px 0px 0px 0px;
}
.moduebd {
   cursor: pointer;
   display: box;
   padding: 10px;
   margin-bottom: 5px;
   background-color: #E9E8E8;
   background-repeat: no-repeat;
}
.moduebd:hover {
   color: #E2001A;
}
.moduebdm {
   cursor: pointer;
   display: box;
   padding: 10px;
   margin: 10px 0px 5px 0px;
   background-color: #E9E8E8;
   background-repeat: no-repeat;
}
.moduebdm:hover {
   color: #E2001A;
}
.moduebdw {
   cursor: pointer;
   display: box;
   padding: 10px;
   margin-bottom: 5px;
   background-color: #FFFFFF;
   background-repeat: no-repeat;
}
.moduebdw:hover {
   color: #E2001A;
}
.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; 
   border-bottom: 1px solid #E2001A;
}
.mod_return1 {
   cursor: pointer;
   display: inline-block;
   padding-bottom: 10px;
   font-size: 18px;
   font-weight: bold;
   color: #E2001A;
}
.mod_return1:hover {
   cursor: pointer;
   display: inline-block;
   padding-bottom: 10px;
   font-size: 18px;
   font-weight: bold;
   color: #000000;
}
.mod_bottom {
   clear: both;
   height: 15px;
}
.mod_bottom1 {
   display: none;
   clear: both;
   height: 15px;
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 80px;
  height: 80px;
  margin: -76px 0 0 -76px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

.memberlnk1 {
   cursor: pointer;
   width: 100%;
   height: 30px;
   padding: 2px 0px 0px 36px;
   margin: 10px 0px 0px 0px;
   display: inline-block;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 22px;
   font-weight: normal;
   color: #FFFFFF;
   text-align: left;
   background-color: #000000;
   background-image: url('https://www.gbh-alphas.at/images/arrow3.png');
   background-position: 0px 0px;
   background-repeat: no-repeat;
}
.memberlnk1:hover {
   color: #FFFFFF;
   background-color: #EE1C25;
   background-image: url('https://www.gbh-alphas.at/images/arrow4.png');
}
.memberlnk2 {
   cursor: pointer;
   width: 100%;
   height: 30px;
   padding: 2px 0px 0px 36px;
   margin: 10px 0px 0px 0px;
   display: inline-block;
   border: 0px solid #8CC63F;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 22px;
   font-weight: normal;
   color: #FFFFFF;
   text-align: left;
   background-color: #8CC63F;
   background-image: url('https://www.gbh-alphas.at/images/arrow2.png');
   background-position: 0px 0px;
   background-repeat: no-repeat;
}
.memberlnk2:hover {
   color: #FFFFFF;
   background-color: #EE1C25;
   background-image: url('https://www.gbh-alphas.at/images/arrow4.png');
}
.memberlnk3 {
   cursor: pointer;
   width: 100%;
   height: 30px;
   padding: 2px 0px 0px 36px;
   margin: 10px 0px 0px 0px;
   display: inline-block;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 22px;
   font-weight: normal;
   color: #FFFFFF;
   text-align: left;
   background-color: #EE1C25;
   background-image: url('https://www.gbh-alphas.at/images/arrow4.png');
   background-position: 0px 0px;
   background-repeat: no-repeat;
}
.membertxt1 {
   padding: 5px 5px 0px 37px;
}
.mymemberr {
   width: 25px;
   height: 25px;
   margin: 15px 0px 0px 0px;
   background-color: #EE1C25;
}
.mymembero {
   width: 25px;
   height: 25px;
   margin: 15px 0px 0px 0px;
   background-color: #FCB03F;
}
.mymemberg {
   width: 25px;
   height: 25px;
   margin: 15px 0px 0px 0px;
   background-color: #8CC63F;
}
.mymemberrtbl1 {
   display: table;
   width: 100%;
   margin: 5px 0px 0px 0px;
   padding: 5px 10px 5px 10px;
   background-color: #FCDDDF;
}
.mymemberrtbl2 {
   display: table;
   width: 100%;
   margin: 5px 0px 0px 0px;
   padding: 5px 10px 5px 10px;
   background-color: #FFF3E2;
}
.mymemberrtbl3 {
   display: table;
   width: 100%;
   margin: 5px 0px 0px 0px;
   padding: 5px 10px 5px 10px;
   background-color: #EEF7E2;
}
.mymemberrtr {
   display: table-row;
}
.mymemberrtc1 {
   display: table-cell;
   vertical-align: middle;
   padding: 0px 0px 0px 0px;
}
.mymemberrtc2 {
   display: table-cell;
   width: 110px;
   text-align: right;
   vertical-align: middle;
   padding: 0px 5px 0px 0px;
}
.mymemberrtc2ics {
   cursor: pointer;
   display: table-cell;
   width: 60px;
   vertical-align: middle;
   text-align: center;
   color: #E2001A;
}
.mymemberrtc2ics img {
   display: block;
}
.mymemberrtc2ics:hover {
   color: #000000;
}
.mymemberrtc2icu {
   display: table-cell;
   width: 30px;
   text-align: right;
}
.mymemberrtc2icu img {
   display: block;
}
.mymemberrtc3icu {
   display: table-cell;
   width: 30px;
   padding: 2px 0px 0px 2px;
   font-size: 14px;
   text-align: left;
   vertical-align: top;
   color: #E2001A;
}
.mymemberrtc2icud {
   cursor: pointer;
   width: 30px;
   margin: 0px 0px 0px 0px;
   color: #E2001A;
   text-align: right;
}
.mymemberrtc2icud:hover {
   color: #000000;
}
.mymemberrtc3 {
   display: table-cell;
   width: 80px;
   text-align: right;
   vertical-align: middle;
   padding: 0px 10px 0px 0px;
}
.mymemberrtc4 {
   display: table-cell;
   width: 80px;
   font-weight: bold;
   text-align: right;
   vertical-align: middle;
   padding: 0px 10px 0px 0px;
}
.mymemberlne {
   clear: both;
   height: 10px;
}
.mymemberlne1 {
   clear: both;
   height: 5px;
}
.mymemberntxt {
   padding: 5px 10px 5px 10px;
}
.memberalphausw {
   padding: 5px 0px 0px 0px;
}
.memberalphausw1 {
   float: left;
      width: 120px;
      padding-top: 11px;
   font-weight: bold;
}
.memberalphausw2 {
   padding: 5px 0px 5px 0px;
   font-size: 18px;
   font-weight: bold;
}
.mymemberstats {
   float: left;
   padding: 6px 0px 0px 0px;
}
.mymemberstatse {
   float: left;
   padding: 8px 0px 0px 5px;
}
.mymemberstatr {
   float: left;
   width: 25px;
   height: 25px;
   margin: 5px 5px 0px 0px;
   background-color: #EE1C25;
}
.mymemberstato {
   float: left;
   width: 25px;
   height: 25px;
   margin: 5px 5px 0px 15px;
   background-color: #FCB03F;
}
.mymemberstatoe {
   float: left;
   width: 25px;
   height: 25px;
   margin: 5px 5px 0px 0px;
   background-color: #FCB03F;
}
.mymemberstatg {
   float: left;
   width: 25px;
   height: 25px;
   margin: 5px 5px 0px 15px;
   background-color: #8CC63F;
}
.mymemberstatge {
   float: left;
   width: 25px;
   height: 25px;
   margin: 5px 5px 0px 0px;
   background-color: #8CC63F;
}
.kontaktgr {
   padding: 5px 0px 5px 0px;
   background-color: #E4E4E4;
}

.pkteinl {
      width: 300px;
      height: 30px;
   padding: 7px 0px 0px 36px;
   margin: 4px 0;
   display: inline-block;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 16px;
   font-weight: bold;
   color: #999999;
   text-align: left;
   background-color: #CCCCCC;
   background-image: url('https://www.gbh-alphas.at/images/arrow1.png');
   background-position: 0px 0px;
   background-repeat: no-repeat;
}
.pkteinl1 {
   padding: 5px 0px 0px 0px;
}

.kategorie {
   cursor: pointer;
   display: inline-block;
      width: 350px;
   height: 150px;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.kategorie:hover {
   box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2);
}
.kategorier {
   cursor: pointer;
   display: inline-block;
   width: 350px;
   height: 150px;
   margin: 0px 0px 0px 20px;
   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.kategorier:hover {
   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 {
      max-width: 350px;
   max-height: 150px;
      padding: 0px 0px 0px 0px;
   text-align: center;
}

.kategorie .tooltiptext {
   visibility: hidden;
   width: 150px;
   background-color: #555;
   color: #fff;
   text-align: center;
   border-radius: 6px;
   padding: 10px;
   position: absolute;
   z-index: 1;
   right: 50%;
   bottom: 100%;
   margin-right: -75px;
   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;
   height: 30px;
   border-top: 1px solid #E2001A;
}
.pagesi {
   float: left;
   padding-top: 5px;
}
.pagenr {
   cursor: pointer;
   float: left;
   margin-top: 5px;
   padding: 0px 5px 0px 5px;
   font-size: 16px;
   color: #E2001A;
   font-weight: bold;
   border-right: 1px solid #000000;
}
.pagenr:hover {
   color: #000000;
}
.pagenra {
   cursor: pointer;
   float: left;
   margin-top: 5px;
   padding: 0px 5px 0px 5px;
   font-size: 16px;
   color: #E2001A;
   font-weight: normal;
   border-right: 1px solid #000000;
}
.pagenrv {
   cursor: pointer;
   float: right;
   margin-top: 5px;
   padding: 0px 5px 0px 5px;
   font-size: 16px;
   color: #E2001A;
   font-weight: bold;
   border-right: 1px solid #000000;
}
.pagenrv:hover {
   color: #000000;
}
.pagenrv1 {
   cursor: pointer;
   float: right;
   margin-top: 5px;
   padding: 0px 5px 0px 5px;
   font-size: 16px;
   color: #E2001A;
   font-weight: bold;
}
.pagenrv1:hover {
   color: #000000;
}
.pagenrn {
   cursor: pointer;
   float: right;
   margin-top: 5px;
   padding: 0px 5px 0px 5px;
   font-size: 16px;
   color: #E2001A;
   font-weight: bold;
}
.pagenrn:hover {
   color: #000000;
}

.moduebbg {
   cursor: pointer;
   display: box;
   padding: 10px 0px 10px 240px;
   border-top: 1px solid #999999;
   background-repeat: no-repeat;
}
.moduebbg:hover {
   color: #E2001A;
}
.moduebbg1 {
   font-weight: bold;
   font-size: 18px;
}
.moduebbg2 {
   padding-top: 3px;
   font-weight: normal;
}
.moduebbgl {
   height: 1px;
   border-top: 1px solid #999999;
}
.moduebpic {
   display: block;
   margin-top: 20px;
}

@media screen and (max-width:1099px) {
   #bottom1 {
      padding: 0px 0px 30px 0px;
   }
}

@media screen and (max-width:1015px) {
   #head1 {
      width: 100%;
   }
   #headnewsl {
      display: none;
   }
   #headnewst1 {
      display: none;
   }
   .headnewstsmm {
      display: table;
   }
   .headnewstsmm1 {
      display: table;
   }
   #headmnavm {
      display: block;
   }
   #head1c2 {
      display: none;
   }
   #head1c2m {
      display: block;
   }
   .mainhenew {
      display: none;
   }
   .mainhenewn {
      display: block;
   }
   #maint {
      width: 700px;
   }
   #maintc1 {
      padding: 10px 0px 0px 0px;
   }
   #maintc2 {
      display: none;
   }
   #mainhome1 {
      display: none;
   }
   #mainhome1m {
      display: block;
   }
   #bottom1 {
      width: 100%;
   }
   #bottom1b {
      justify-content : center;
   }
   .mod_bottom {
      display: none;
   }
   .mod_bottom1 {
      display: block;
   }
   #bottom5 {
      display: none;
   }
   .magazine_bott4 {
      display: none;
   }
   #cookiechkbl {
      height: 60px;
   }
   #cookiechk div {
      height: 115px;
   }
}
@media screen and (max-width:930px) {
   #head1c1 {
      width: calc(100% - 258px);
   }
}
@media screen and (max-width:846px) {
   #bottom {
      height: 165px;
   }
   #layall {
      min-height: calc(100vh - 165px);
   }
}

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