html {
  height: 100%;
}
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 130px;
}
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 130px;
  background-color: white;
  color: #222d3f;
  border-top: solid 10px #222d3f;
}
footer .footer-section a,
footer ul li a {
  color: #222d3f !important;
}
footer .footer-section a:hover,
footer ul li a:hover {
  color: #31a4b1 !important;
}
footer .footer-section {
  color: #222d3f;
}
footer ul {
  padding: 0px;
}
footer ul li {
  padding: 0px;
}
footer .first-headline {
  color: #222d3f !important;
}
#content {
  margin-bottom: 50px;
}
.leftMenu .firstLevel ul li {
  padding-left: 25px;
}
.leftMenu .firstLevel .secondLevel .list-group-item.active {
  background-color: #bababa;
}
.leftMenu .firstLevel .secondLevel .list-group-item.active a,
.leftMenu .firstLevel .secondLevel .list-group-item.active a:hover {
  color: #222d3f;
}
a {
  color: #31a4b1;
  text-decoration: none !important;
}
a:hover {
  color: #aecd60;
}
.carousel-text a {
  color: #aecd60 !important;
}
.carousel-text a:hover {
  color: #31a4b1 !important;
}
form h3 {
  display: none;
}
body .first-headline {
  border-bottom: none;
}
header.navbar .navbar-header-main #partnerBrand .col-sm-3 img {
  padding: 0px !important;
  max-height: 90px !important;
}
body.home h1 {
  font-size: 20px;
  line-height: 26px;
}
header.navbar .navbar-header-main .col-sm-2 .navbar-brand img {
  max-width: 300%;
}
.contactWrapper h3 {
  display: none;
}
.news .breve .header h2,
.news .news-list-view .header h2 {
  font-size: 18px;
}
.news.news-single .article .teaser-text.lead {
  font-size: 17px;
}
.news .article .news-img-wrap a {
  margin-right: 10px;
}
#c34687 .carousel .carousel-inner,
#c35371 .carousel .carousel-inner,
#c35380 .carousel .carousel-inner {
  height: 100px;
}
#c34687 .carousel .carousel-inner .item .valign,
#c35371 .carousel .carousel-inner .item .valign,
#c35380 .carousel .carousel-inner .item .valign {
  line-height: 0px;
}
#c34687 .carousel .carousel-inner .carousel-text,
#c35371 .carousel .carousel-inner .carousel-text,
#c35380 .carousel .carousel-inner .carousel-text {
  margin-top: 20px;
  padding: 15px 15px 10px 15px;
  background: linear-gradient(to right, #222d3f, #31a4b1, transparent);
}
#c34687 .carousel .carousel-inner .carousel-text h2,
#c35371 .carousel .carousel-inner .carousel-text h2,
#c35380 .carousel .carousel-inner .carousel-text h2 {
  font-weight: bold;
}
@media (min-width: 768px) {
  #p8403 #pageTitle,
  #p8525 #pageTitle,
  #p8526 #pageTitle {
    display: none;
  }
}
#c30411 .carousel-inner {
  height: 300px;
}
.day {
  cursor: default !important;
}
#c30406 img {
  border-radius: 20px;
}
.csc-sitemap ul li {
  list-style: none;
}
.csc-sitemap ul li li {
  padding-left: 10px;
  list-style: none;
}
#social-media-icons .ir {
  display: block;
  overflow: visible;
  padding: 0 0 100%;
  position: relative;
  height: 0;
  width: 100%;
}
#social-media-icons .ir > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
#social-media-icons li {
  display: inline-block;
  margin: 3px;
  margin: .3rem;
}
#social-media-icons a,
#social-media-icons svg {
  display: block;
}
#social-media-icons a {
  position: relative;
  height: 30px;
  height: 3rem;
  width: 30px;
  width: 3rem;
}
#social-media-icons .social-media-icon {
  color: #222d3f;
  fill: #222d3f;
}
#social-media-icons .social-media-icon:hover {
  border-radius: 100%;
  color: white;
  fill: white;
  background: #222d3f;
  transform: scale(1.1);
  transition: background-color 0.5s, transform 0.5s ease-out;
}