/* ############################### */
/* FS ANT Color Definition Scheme */
/* ############################### */

/* Primary Color */
#mainmenuwrapper {
  background-color: #055879;
}

#mainmenuwrapper ul li:hover,
#mainmenuwrapper ul li ul {
  background-color: #044159;
}

#mainmenuwrapper ul li a:hover {
  background-color: #022533;
}

#contentfooter {
  border-top: #055879 solid 12px;
  background: #333;
}

#area_mid a {
  color: #3290e0;
}

/* 3rd Secondary Color */
#area_mid a:hover {
  color: #1865a4;
}
@media screen and (min-width: 761px) {
.footLeft_content {
  width: 20%;
}

.footMid_content {
  width: 45%
}

.footRight_content {
  width: 35%;
  bottom: inherit;
}

.footRight_content #c8 {
  text-align: left;
}

.footRight_content #c13 {
  position: absolute;
  bottom: -50px;
}
}

@media screen and (max-width: 760px) {
.footRight_content #c13 {
  position: absolute;
  bottom: 15px;
}
}

/* AStAColor fuer Gremienlinks rechts oben */
div#gremien-link-list{
  background-color: #055879;
}
div#gremien-link-list ul li a:hover{
  background-color: #044159;
}

