* {
   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: 0px;
   padding: 0px 0px 0px 18px;
   line-height: 1.5;
}
ol {
   margin: 0px;
   padding: 0px 0px 0px 18px;
   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-berichte/images/zitat.gif');
   background-position: 0px 0px;
   background-repeat: no-repeat;
}
.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;
   background-color: #FFFFFF;
}
.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 #95BF1E;
   border-radius: 5px;
   box-sizing: border-box;
   font-size: 16px;
   font-weight: bold;
   color: #FFFFFF;
   background-color: #95BF1E;
}
input[type=submit]:hover {
   border: 2px solid #95BF1E;
   border-radius: 5px;
   font-size: 16px;
   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: 5px;
   resize: none;
   font-size: 16px;
   font-family: 'Arial', sans-serif;;
}
 input[type=radio] {
   border: 5px;
   width: 20px;
   height: 15px;
   
}
input[type=checkbox] {
   width: 20px;
   height: 20px;
}

.container {
  display: block;
  position: relative;
  padding-left: 40px;
  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;
}
.checkmark {
  position: absolute;
  top: 2px;
  left: 10px;
  height: 16px;
  width: 16px;
  background-color: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 50%;
}
.container:hover input ~ .checkmark {
  background-color: #FFFFFF;
}
.container input:checked ~ .checkmark {
  background-color: #FFFFFF;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.container input:checked ~ .checkmark:after {
  display: block;
}
.container .checkmark:after {
 	top: 3px;
	left: 3px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #000000;
}

.containercb {
  display: block;
  position: relative;
  padding-left: 40px;
  padding-top: 1px;
  margin-bottom: 15px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.containercb input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmarkcb {
  position: absolute;
  top: 0;
  left: 10px;
  height: 20px;
  width: 20px;
  background-color: #FFFFFF;
  border: 1px solid #000000;
}
.containercb:hover input ~ .checkmarkcb {
  background-color: #FFFFFF;
}
.containercb input:checked ~ .checkmarkcb {
  background-color: #FFFFFF;
}
.checkmarkcb:after {
  content: "";
  position: absolute;
  display: none;
}
.containercb input:checked ~ .checkmarkcb:after {
  display: block;
}
.containercb .checkmarkcb:after {
  left: 6px;
  top: 1px;
  width: 4px;
  height: 10px;
  border: solid black;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
a:link {
   font-family: 'Arial', sans-serif;;
   font-size: 16px;
   font-weight: bold;
   text-decoration: none;
   color: #E2001A}
a:visited,a:active {
   font-family: 'Arial', sans-serif;;
   font-size: 16px;
   font-weight: bold;
   text-decoration: none;
   color: #E2001A}
a:hover,a:focus {
   font-family: 'Arial', sans-serif;;
   font-size: 16px;
   font-weight: bold;
   text-decoration: none;
   color: #000000}
a.bottnav1 {
   font-family: 'Arial', sans-serif;;
   font-size: 16px;
   font-weight: normal;
   text-decoration: none;
   color: #FFFFFF;
}
a.bottnav1:hover {
   font-family: 'Arial', sans-serif;;
   font-size: 16px;
   font-weight: bold;
   text-decoration: none;
   color: #FFFFFF;
}
a.bottnav1a {
   font-family: 'Arial', sans-serif;;
   font-size: 16px;
   font-weight: bold;
   text-decoration: none;
   color: #FFFFFF;
}
a.bottnav {
   font-family: 'Arial', sans-serif;;
   font-size: 12px;;
   font-weight: normal;
   text-decoration: none;
   color: #000000;
}
a.bottnav:hover {
   font-family: 'Arial', sans-serif;;
   font-size: 12px;;
   font-weight: normal;
   text-decoration: none;
   color: #FFFFFF;
}
a.bottnava:hover {
   font-family: 'Arial', sans-serif;;
   font-size: 12px;;
   font-weight: normal;
   text-decoration: none;
   color: #FFFFFF;
}

body {
   margin: 0;
   padding: 0;
   width: 100%;
   height: 100%;
   color: #000000;
   font-family: Arial;
   font-size: 16px;
   line-height: 1.2;
}
#layall {
   clear: both;
      margin: 0;
   padding: 0;
   width: 100%;
   min-height: calc(100vh - 110px);
   }
#head {
   margin: 0;
   padding: 0;
   width: 100%;
}
#head1 {
      width: 990px;
   margin: auto;
   min-width: 640px;
      padding: 0px 10px 0px 10px;
}
#head1a {
      float: left;
   width: 145px;
   height: 145px;
   margin-top: 10px;
   }
#head1b {
      float: right;
   width: 365px;
   height: 91px;
   margin-top: 37px;
   text-align: right;
   }
#head1c {
      clear: both;
   padding: 20px 0px 0px 0px;
   font-size: 42px;
   }

#main {
   clear: both;
}
#main1 {
      width: 990px;
   margin: auto;
   min-width: 640px;
      padding: 5px 10px 0px 10px;
}
#mainht {
   display: table;
   padding: 0px 0px 40px 27px;
}
.mainhtr {
   display: table-row;
}
.mainhtr1 {
   display: table-row;
   height: 55px;
}
.mainhtc1 {
   display: table-cell;
   width: 220px;
   vertical-align: top;
}
.mainhtc2 {
   display: table-cell;
   vertical-align: top;
}
.mainhtc3a {
   cursor: pointer;
   clear: both;
   height: 25px;
   margin: 20px 0px 0px 0px;
   text-align: right;
}
.mainhtc3a1 {
   float: right;
}
.mainhtc3a2 {
   float: right;
   padding: 7px 10px 0px 10px;
   font-size: 13px;
}
.mainhtc3a:hover {
   color: #E2001A;
}
.pdfbox {
      float: left;
      width: 185px;
   margin-top: 25px;
}
.pdfbox1 {
   height: 149px;
   }
.pdfbox2 {
   height: 25px;
   font-size: 16px;
   font-family: Nunito;
   color: #666666;
   text-decoration: underline;
   text-decoration-color: #999999;
      padding: 3px 0px 0px 1px;
   }
.pdfbox2a {
   height: 25px;
      padding: 0px 0px 0px 1px;
   }
.pdfbox3 {
   font-size: 16px;
   font-weight: bold;
      padding: 0px 0px 0px 1px;
   }
.pdfbox4 {
   font-size: 14px;
   color: #E2001A;
      padding: 1px 0px 0px 1px;
   }
.pdfbox5 {
   clear: both;
      margin: -170px 0px 0px -25px;
      position: absolute;
}
.pdfboxg {
      float: left;
   margin-top: 25px;
      width: 200px;
}
.pdfboxg1 {
   }
.pdfboxg2 {
   font-size: 18px;
   margin: 0px 0px 0px 0px;
      padding: 0px 0px 0px 2px;
   }
.pdfboxg3 {
   font-size: 18px;
   font-weight: bold;
      padding: 2px 0px 0px 2px;
   }
.pdfboxg4 {
   font-size: 16px;
   color: #E2001A;
      padding: 1px 0px 0px 2px;
   }
.pdfboxg5 {
   clear: both;
      margin: -230px 0px 0px 123px;
      position: absolute;
}
.pdfboxmo {
   clear: both;
   height: 60px;
}
.pdfboxmo1 {
   clear: both;
   height: 60px;
}
.mod_return {
   cursor: pointer;
   height: 25px;
   margin: 23px 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;
}
.impressumhl {
   display: block;
   margin: 15px 0px 0px 0px; 
   color: #95BF1E;
}
.impressumtxt {
   display: block;
   margin-top: 20px;
}

#bottom {
   clear: both;
   padding: 0px 0px 10px 0px;
   width: 100%;
   height: 110px;
   color: #000000;
   background-color: #96C11F;
}
#bottom1 {
      width: 990px;
   margin: auto;
   min-width: 640px;
      padding: 0px 10px 0px 10px;
}
#bottom1a {
      padding-top: 51px;
   }
#bottom1y {
   margin-top: -161px;
}
#bottom2 {
   float: left;
}
#bottom3 {
      float: right;
   padding: 44px 0px 0px 0px;
   text-align: right;
   }
#bottom4 {
   float: right;
   margin: 0px -20px 0px 0px;
   padding: 146px 0px 0px 0px;
   font-size: 12px;;
   text-align: right;
}
#bottom5 {
   float: right;
   padding: 49px 20px 0px 0px;
   text-align: right;
}

@media screen and (max-width:1000px) {
   #head1 {
      width: 100%;
   }
   #main1 {
      width: 100%;
   }
   #bottom1 {
      width: 100%;
   }
}
@media screen and (max-width:450px) {

}