/* fonts */

/* tags */
body, img, table, p, table, tr, td, div, p, h1, h2, h3, h4, h5, h6, span, a, form  {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  color: #292929;
  background-color: #e9e9e9;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

sup {font-size:.8em; line-height:0.6em;}

img {
  border: 0px;
}

table {
  margin-bottom: 1em;
}

p {
  margin-bottom: 1em;
}

table {
  border: 0;
  padding: 0;
}

td {
  text-align: left;
  vertical-align: top;
}

tr {
  vertical-align: top;
}

img.right {
  float: right;
  margin: 0 0 10 10px;
}

img.left {
  float: left;
  margin: 0 10px 10px 0;
}

h1 {
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 1em;
  color: #1d5fac;
}

h2 {
  margin-bottom: 1em;
  color: #1d5fac;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

h3 {
  margin-bottom: 1em;
  font-weight: 400;
  color: #828282;
  font-size: 12px;
  line-height: 16px;
}

h4 {
  color: #000;
  font-size: 12px;
  line-height: 16px;
}

h5, h6 {
  color: #828282;
  font-size: 12px;
  line-height: 16px;
}

hr {
  margin: 20px 0;
  text-align: left;
}


/* links */
a {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #5ca7dd;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.more {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10px;
  line-height: 16px;
  color: #5da7dd;
  text-decoration: none;
  text-transform: uppercase;
}


/* generall classes */
.cycle > img {
  display: none;
  position: absolute;
}

.large {
  font-size: 14px;
  line-height: 23px;
  color: #828285;
}

.small {
  font-size: 10px;
  line-height: 13px;
  text-transform: uppercase;
}

input.doccheck {
  width: 227px;
  height: 25px;
  padding: 0;
  margin: 0;
  border: 0;
  background: url(/images/input_doccheck.gif) no-repeat;
}

input.text {
  width: 348px;
  height: 20px;
}

#frame .infobox {
  background-color: #e9e9e9;
  color: #828282;
  padding: 20px 25px;
}

#frame .infobox ul {
  padding: 0 0 0 17px;
}

#frame .infobox li {
  padding-bottom: 0em;
}

#frame .nobottomspacing {
  margin-bottom: 0;
  padding-bottom: 0;
}

#frame .spacerruler_small {
  margin-bottom: 8px;
}

#frame .spacerruler_oneline {
  margin-bottom: 1em;
}

#frame .spacerruler_medium {
  margin-bottom: 20px;
}

#frame .spacerruler_large {
  margin-bottom: 30px;
}

.warn {
  color: #ff0000;
}

/* Navigation */
ul#navlegende {
  margin: 0;
  padding: 36px 0 0 21px;
  list-style: none;
}
ul#navlegende.navlegende {
  padding: 40px 0 72px 21px;
}

ul#navlegende li {
  padding-right: 11px;
  float: left;
}

ul#navlegende li a {
  font-size: 12px;
  line-height: 12px;
  color: #828282;
  text-decoration: none;
  text-transform: uppercase;
}

ul#navlegende li a:hover, ul#navlegende li.on a {
  color: #000;
}

#navmain ul {
  margin: 0;
  padding: 0;
  list-style: none;

  margin-left: 1px;
  z-index: 2;
}

#navmain ul li {
  margin: 0;
  padding: 0;
  margin-left: -1px;
  margin-top: -1px;
  display: block;
  float: left;
  position: relative;
}

#navmain > ul > li {
  padding-bottom: 4px;
  border-bottom: 10px #1d5fac solid;
}

#frame.dark #navmain > ul > li {
  border-bottom: 10px #5ca7dd solid;
}

#navmain > ul > li:hover {
  border-bottom: 10px #5ca7dd solid;
}

#frame.dark #navmain > ul > li:hover {
  border-bottom: 10px #1d5fac solid;
}

#navmain > ul > li > a {
  text-transform: uppercase;
}

#navmain ul a:link, #navmain ul a:visited {
  display: block;
  padding: 5px 10px 5px 20px;
  white-space: nowrap;
  border: 1px white solid;
  background-color: white;
  font-size: 13px;
  line-height: 14px;
  color: #828282;
  text-decoration: none;
}

#navmain ul a:hover, #navmain ul li:hover a, #navmain > ul > li.on > a {
  color: #fff;
  background-color: black;

  color: #000;
  background-color: #fff;
}

#navmain ul li li {
  float: none;
  display: block;
  margin-left: 0px;
  padding:
}

#navmain ul li ul {
  position: absolute;
  left: -1px;
  top: 40px;
  display: block;
  visibility: hidden;

  padding: 19px 12px 16px 20px;
  background-color: #5ca7dd;
}

#frame.dark #navmain ul li ul {
  background-color: #1d5fac;
}

#navmain ul li:hover ul {
  visibility: visible;
}

#navmain ul li li {
  float: none;
  display: block;
  margin-left: 0px;

  border: 1px #5ca7dd solid;
  background-color: #5ca7dd;
  color: white;
  min-width: 160px;
}

#frame.dark #navmain ul li li {
  border: 1px #1d5fac solid;
  background-color: #1d5fac;
}


#navmain ul li li a:link, #navmain ul li li a:visited {
  display: block;
  text-decoration: none;

  padding: 0px 0px 0px 16px;
  border: 1px #5ca7dd solid;
  background-color: #5ca7dd;
  color: white;
  font-size: 13px;
  line-height: 22px;
}

#frame.dark #navmain ul li li a:link, #frame.dark #navmain ul li li a:visited {
  border: 1px #1d5fac solid;
  background-color: #1d5fac;
}

#navmain ul li li a:hover {
  background-color: yellow;

  border: 1px #5ca7dd solid;
  color: white;
  background: url(/images/li_hover.gif) #5ca7dd no-repeat left center;
}

#frame.dark #navmain ul li li a:hover {
  background: url(/images/li_hover.gif) #1d5fac no-repeat left center;
}


#navsub ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#navsub ul li {
  padding-right: 11px;
  padding-bottom: 6px;
}

#navsub ul li a {
  padding-left: 17px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #828282;
  text-decoration: none;
}

#navsub ul li a:hover, #navsub ul li.on a  {
  background: url(/images/navsub_hover.gif) #fff no-repeat left center;
}


ul#navfooter {
  float: right;
  margin: 0;
  padding: 0px 0 0 0;
  list-style: none;
}

ul#navfooter li {
  padding-right: 11px;
  float: left;
}

ul#navfooter li:last-child {
  padding-right: 0px;
}

ul#navfooter li a {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10px;
  line-height: 13px;
  color: #828282;
  text-decoration: none;
  text-transform: uppercase;
}

ul#navfooter li a:hover, ul#navfooter li.on a {
  color: #000;
}

/* Grid */
#frame {
  position: absolute;
  width: 950px;
  top: 0px;
  left: 50%;
  margin-left: -505px;
  padding: 32px 30px 35px 30px;
  background-color: #fff;
  border-bottom: 30px solid #e9e9e9;
}

#banner {
  height: 111px;
}

#visual {
  margin-top: -10px;
  border-top: 10px solid  #1d5fac;
  width: 950px;
  z-index: 1;
}

#frame.dark #visual {
  border-top: 10px solid  #5ca7dd;
  background-color: #5ca7dd;
}

#container {
  padding: 30px 0px 30px 0px;
}

#navsub {
  float: left;
  width: 260px;
  padding-right: 19px;
  overflow: hidden;
}

#content {
  float: left;
  width: 671px;
}

#footer {
  padding: 10px 20px 10px 20px;
  background-color: #dcdcdc;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10px;
  line-height: 13px;
  color: #828282;
  text-transform: uppercase;
}

/* pageelements */
#logo {
  float: right;
  margin-right: 12px;
}

#content ul.default {
  padding: 0 0 0 17px;
}

#content ul.default li {
  padding-bottom: 0em;
}

#vheadline {
  position: relative;
  float: left;
  width: 277px;
  background-color: #1d5fac;
  height: 100%;
}

#vheadline h1 {
  position: absolute;
  bottom: 0px;
  left: 20px;
  padding-right: 20px;
  font-weight: normal;
  color: white;
}

#frame.dark #vheadline {
  background-color: #5ca7dd;
}

table.datsheet {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  empty-cells: show;
}

table.datsheet th {
  border: 1px #1d5fac solid;
  padding: 5px 10px;
  background-color: #1d5fac;
  color: #fff;
  text-align: left;
}

table.datsheet td {
  border: 1px #1d5fac solid;
  padding: 5px 10px;
  background-color: #e9e9e9;
  color: #292929;
  text-align: left;
}

table.datsheet tr:last-child td {
  border-bottom: none;
}

table.datsheet tr td:first-child {
  border-left: none;
}

table.datsheet tr td:last-child {
  border-right: none;
}

#f_kontakt tr td {
  vertical-align: middle;
  padding-bottom: 8px;
}

/* homepage template two columns */
.hp_row_2 {
  width: 920px;
  padding-left: 20px;
  padding-right: 10px;
  overflow: hidden;
}

.hp_col_2_0 {
  width: 560px;
  padding-right: 50px;
  overflow: hidden;
  float: left;
}

.hp_col_2_1 {
  width: 310px;
  overflow: hidden;
  float: left;
}

/* standard template one col */
.row_1 {
  width: 671px;
  overflow: hidden;
}

/* standard template two col */
.row_2 {
  width: 671px;
  overflow: hidden;
}

.col_2_0 {
  float: left;
  width: 448px;
  padding-right: 27px;
  overflow: hidden;
}

.col_2_1 {
  float: left;
  width: 196px;
  overflow: hidden;
}

/* Clearfix workaround */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

#logos {
  display: flex;
  justify-content: space-between;
}
