#footer {
	display:none;
}

body {font-family: "Lato", Arial, Helvetica, sans-serif;	
}

li {
font-family: "Lato", Arial, Helvetica, sans-serif;	
font-size:1em;
}

.form-control {

    font-size: 1em !important;

}


.red-head1 {
	font-size:1.5em;
	color:#f00;
	
} 
.red-head2 {
	font-size:1.2em;
	color:#f00;
	
} 
.unterschrift {
	font-size:10pt;
	font-weight: bold;
}
.pdficon {
	height: 30px;
	float: left;
}
.bg-gray {
	background-color:#ededed;
}

.footer-nav-widgets-wrapper {
	display: none;
}
#footer {
background-color: #d5d6d7;
color: #58585a;
min-height: 2em;
height: auto;
width: 100%;
text-align: left;
padding: 60px 70px 40px;
font-size: 12px;
text-decoration:none;	
}

#footer a {
	text-decoration:none;
	color:#58585a;
}

.form-control {
	-moz-appearance: none;
background: #fff;
border-radius: 0;
border-style: solid;
border-width: 0.1rem;
box-shadow: none;
display: block;
font-size: 1.6rem;
margin: 0;
max-width: 100%;
width: 100%;
}

.header-fixed {
    width: 100% 
}

.header-fixed > thead,
.header-fixed > tbody,
.header-fixed > thead > tr,
.header-fixed > tbody > tr,
.header-fixed > thead > tr > th,
.header-fixed > tbody > tr > td {
    
}

.header-fixed > tbody > tr:after,
.header-fixed > thead > tr:after {


    visibility: hidden;

}

.header-fixed > tbody {
    overflow-y: auto;
    height: 150px;
}



select {

  /* styling */
  background-color: white;
  border: thin solid blue;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}


/* arrows */

select {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, white, white) !important;
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0 !important;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em !important;
  background-repeat: no-repeat !important;
}

select:focus {
  background-image:
    linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    linear-gradient(to right, gray, gray);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
  border-color: grey;
  outline: 0;
}



h1, h2, h3, h4, h5, h6 {font-weight:700 !important;}

h2 {
    margin-bottom: 1rem;

}


select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.pdficon {

    margin-bottom: .3em !important;
}

.page-id-7 .table-herbst{display: none!important;}
.page-id-35 .table-fruehjahr{display: none!important;}
