/*** BASICS ***/
body {
  background-color: #8ea1b3;
  font-family: arial, helvetica, sans-serif;
  color: #113377;
  font-size: 13px;
  padding: 0px;
  margin: 0px;
}
img {
  border: 0px;
}
td {
  vertical-align: top;
}

/*** AUFBAU DIV-PARTS ***/

/* ganz allgemeine angaben, um die einzel-Definitionen zu vereinfachen */
div {
  /*! position: relative; */
  /*! overflow: visible; */
}

#rahmen {
  /*! float: none; */
  max-width: 960px;
  /*! height: auto; */
  min-height: 700px;
  margin: 0px auto auto auto;
  /*! xborder: solid 4px #ff0000; */
  background-color: inherit;
}
#kopf {
  /*! float: none; */
  /*! width: 960px; */
  /*! height: 100%; */
  display: flex;
  flex-wrap: wrap;
}
#main {
  /*! float: none; */
  width: 100%;
  /*! height: auto; */
  /*! min-height: 380px; */
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  flex-wrap: wrap;
  align-items: flex-start;
}
#footer {
  /*! float: none; */
  width: 100%;
  /*! height: 020px; */
  background-color: #1c5fab;
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/*kopf-elements*/
#logo {
  /*! float: left; */
  width: 40%;
  /*! height: 130px; */
  background-color: #172a52;
}

#logo img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

#kopfbild {
  /*! float: right; */
  width: 60%;
  /*! height: 130px; */
  background-color: #172a52;
  position: relative;
}

#kopfbild img {
  width: 100%;
  height: 100%;
	object-fit: cover;
}

#kopfbild a img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 15px;
  height: 15px;
}

#menu {
  /*! float: left; */
  width: 100%;
  /*! height: 070px; */
}

/*main-elements*/

.box {
  background-color: #f2fcf7;
  border-top: solid 2px #1c5fab;
  border-bottom: solid 2px #1c5fab;
  background-image: url(/bilder/struktur/schatten.gif);
  background-repeat: repeat-y;
  background-position: right;
}
content_table {
  table-layout: fixed;
  width: 100%;
}

#links {
  /*! float: left; */
  width: 35%;
  /*! min-height: 366px; */
  margin-bottom: 15px;
}
.links {
  float: left;
  width: 345px;
  min-height: 366px;
}
.rechts {
  /*! float: right; */
  width: 60%;
  /*! min-height: 366px; */
  margin-left: 0px;
  padding: 5px;
  vertical-align: top;
} /* effektive Höhe 380px =  366px  + 10px (padding) + 2px + 2px von .box-Rahmen oben & unten     */
.full {
  float: left;
  width: 950px;
  min-height: 366px;
  margin-left: 0px;
  padding: 0px;
  vertical-align: top;
} /* effektive Höhe 380px =  366px  + 10px (padding) + 2px + 2px von .box-Rahmen oben & unten     */
#bigpic {
  display: none;
}
.bigpic_icon {
  position: relative;
  top: -30px;
  text-align: left;
}

.uebersicht {
  /*! float: right; */
  /*! width: 600px; */
  min-height: 040px;
  margin-bottom: 5px;
  padding: 0px;
  vertical-align: top;
}
.uebersicht a {
  text-decoration: none;
}
.uebersicht * td {
  vertical-align: middle;
}
.uebersicht * h2 {
  padding-left: 10px;
  padding-top: 0px;
}

.titel {
  /*! width: 330px; */
  min-height: 20px;
  padding: 5px;
} /* effektive Höhe 60px =  46px  + 10px (padding) + 2px + 2px von .box-Rahmen oben & unten     */
.bild {
  /*! width: 340px; */
  /*! height: 255px; */
  overflow: hidden;
  margin-top: 5px;
  text-align: center;
}
.subtext {
  /*! width: 330px; */
  /*! height: auto; */
  min-height: 63px;
  margin-top: 5px;
  padding: 5px;
} /* effektive Höhe 131px = 117px + 10px (padding) + 2px + 2px von .box-Rahmen oben & unten     */
.subtext h3 {
  margin: 0px;
  padding: 0px;
}

.homeleft {
  min-height: 64px;
  margin-bottom: 10px;
  padding: 0px;
  padding-right: 10px;
  display: flex;
}
.homeleftlast {
  min-height: 64px;
  margin-bottom: 0px;
  padding: 0px;
  padding-right: 10px;
}
.homeleftcell {
  padding: 5px 0px 5px 10px;
}
.homemiddle {
  /*! float: left; */
  width: 30%;
  /*! margin-left: 5px; */
  /*! margin-right: 5px; */
  text-align: center;
  margin-bottom: 15px;
}
.homeright {
  width: 30%;
  /*! margin-right: 0px; */
  margin-bottom: 15px;
}

.homeleft * a:link {
  text-decoration: none;
  color: #113377;
}
.homeleft * a:visited {
  text-decoration: none;
  color: #113377;
}
.homeleft * a:focus {
  text-decoration: none;
  color: #113377;
}
.homeleft * a:hover {
  text-decoration: underline;
  color: #113377;
}
.homeleft * a:active {
  text-decoration: none;
  color: #113377;
}

.homeleftlast * a:link {
  text-decoration: none;
  color: #113377;
}
.homeleftlast * a:visited {
  text-decoration: none;
  color: #113377;
}
.homeleftlast * a:focus {
  text-decoration: none;
  color: #113377;
}
.homeleftlast * a:hover {
  text-decoration: underline;
  color: #113377;
}
.homeleftlast * a:active {
  text-decoration: none;
  color: #113377;
}

/*footer-elements*/
#footer_left {
  /*! float: left; */
  /*! width: 30px; */
  padding: 3px 5px 0px 5px;
  text-align: left;
}
#footer_copy {
  /*! float: left; */
  /*! width: 320px; */
  padding: 3px 5px 0px 5px;
  text-align: center;
}
#footer_right {
  /*! float: left; */
  /*! width: 580px; */
  padding: 3px 5px 0px 5px;
  text-align: right;
}

/*** Footer-Inhalte ***/
#footer {
  color: #ffffff;
  font-size: 10px;
}

#footer a:link {
  color: #ffffff;
  text-decoration: none;
}
#footer a:visited {
  color: #ffffff;
}
#footer a:focus {
  color: #ffffff;
}
#footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}
#footer a:active {
  color: #ffffff;
}

/*** Content-Inhalte ***/
.picture {
  background-color: #d0dad5;
  border: solid 0px #89c8f1;
  padding: 0px;
  margin: 0px;
  border-spacing: 0px;
  border-collapse: collapse;
}
.picture td {
  color: #113377;
  width: auto;
  font-size: 10px;
  padding: 0px;
  margin: 0px;
  white-space: normal;
  text-align: center;
}

h1 {
  font-family: arial, helvetica, sans-serif;
  color: #113377;
  font-size: 18px !important;
  margin: 0px;
  padding: 0px;
  padding-left: 0px;
}
h2 {
  font-family: arial, helvetica, sans-serif;
  color: #113377;
  font-size: 15px;
  margin: 0px;
  padding: 0px;
  padding-bottom: 6px;
}

h3 {
  font-family: arial, helvetica, sans-serif;
  color: #113377;
  font-size: 11px;
  margin: 0px;
  padding: 0px;
}

.anmerkungen {
  margin: 0px;
  padding: 0px;
  padding-bottom: 12px;
  font-size: 10px;
}
.textblock p {
  margin: 0px;
  padding: 0px;
  padding-bottom: 6px;
}
p.news {
  margin: 0px;
  padding: 0px;
  padding-bottom: 12px;
}

tr.colhead {
  background-color: #cae2ef;
  xcolor: #ffffff;
}

tr.hover {
  background-color: #f2dc91;
}
tr.odd {
  background-color: #none;
}
tr.even {
  background-color: #d5dbe8;
}

a[title~="webEdition"] {
  font-size: 0;
}

#rechtsmain.rechts {
  width: 60%;
}

.uebersicht-rechts {
	width: 60%;
}

.uebersicht-rechts .uebersicht {
  display: flex;
}

.uebersicht-rechts .ue-links {
  width: 15%;
}

.uebersicht-rechts .ue-links img {
  width: 100%;
  height: auto;
  object-fit: cover;
	max-height: 55px;
}

.uebersicht-rechts .ue-rechts {
  padding-top: 20px;
}

@media (min-width: 0px) {
  #startlinks {
    order: 2;
		width: 100%
  }
  
  .homemiddle {
    order: 1;
    width: 100%;
  }
  
  .homeright {
    order: 3;
		width: 100%;
  }
  /* Uebersichtsseiten */
  #links {
    width: 100%;
  }
  .uebersicht-rechts {
    width: 100%;
  }
  
  #rechtsmain.rechts {
    width: 100%;
}
}

@media (min-width: 768px) {
  #startlinks {
		order: 1;
    width: 35%;
  }
  
  .homemiddle {
		order: 2;
    width: 30%;
  }
  
  .homeright {
		order: 3;
    width: 30%;
  }
  /* Uebersichtsseiten */
  #links {
    width: 33%;
    position: sticky;
		position: -webkit-sticky;
    top: 15px;
  }
  .uebersicht-rechts {
    width: 60%;
  }
  
  #rechtsmain.rechts {
    width: 60%;
}
}

/* Analytics herz*/
#GAdeactiv img {
  width: 2%;
}