html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}
.outer-wrapper {
  min-height: 100%;
  position: relative;
}
.header, .body, .footer {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
}
.test-overlayLinksNumBorders {
  height: 1;
}
.test-overlayLinksHeightAllBorders {
  height: 1px;
}
.test-overlayLinksRemainingSpace {
  height: 549px;
}
.test-overlayLinksHeight {
  height: 274.5px;
}
.test-overlaySwitchBorderWidth {
  height: 1px;
}
.test-overlaySwitchBorderColor {
  height: #ffffff;
}
.test-border {
  border-bottom: 1px solid #ffffff;
}
.carousel-overlay {
  position: absolute;
  right: 0;
  top: 0;
  width: 300px;
}
.carousel-overlay a, 
.carousel-overlay > span {
  display: block;
  height: 275px;
  text-decoration: none;
}

.carousel-overlay > span {
  background-color: #0056a3;
}

.carousel-overlay a:last-child {
  border-bottom: none;
  height: 275px;
}
.carousel-overlay a span {
  display: block;
  background-color: #0056a3;
}
.carousel-overlay a span.marker {
  background-color: transparent;
  float: left;
  height: 274.5px;
  width: 20px;
}
.carousel-overlay a span.marker span {
  background-color: #0056a3;
}
.carousel-overlay a span.marker span.top {
  height: 100px;
}
.carousel-overlay a span.marker span.switchable {
  height: 73px;
}
.carousel-overlay a span.marker span.bottom {
  height: 100px;
}
.carousel-overlay a span img {
  opacity: 0.7;
}
.carousel-overlay a span.text {
  color: #ffffff;
  height: 274.5px;
  margin-left: 20px;
  padding-left: 16px;
}
.carousel-overlay a span.text span {
  opacity: .7;
}
.carousel-overlay a span.text .title {
  font-size: 48px;
  font-weight: bold;
  line-height: 48px;
  margin-bottom: 8px;
  padding-top: 60px;
  text-transform: uppercase;
}
.carousel-overlay a span.text .hint {
  text-transform: uppercase;
  font-size: 14px;
}
.carousel-overlay a span.text .url {
  font-size: 14px;
}
.carousel-overlay a span.text img {
  width: 175px;
  height: auto;
  margin-top: 66px;
}
.carousel-overlay a.first span.marker span.top {
  height: 64px;
}
.carousel-overlay a.first span.marker span.switchable {
  height: 40px;
}
.carousel-overlay a.first span.marker span.bottom {
  height: 170px;
}
.carousel-overlay a.second span.marker span.top {
  height: 84px;
}
.carousel-overlay a.second span.marker span.switchable {
  height: 40px;
}
.carousel-overlay a.second span.marker span.bottom {
  height: 151px;
}
.carousel-overlay a.second span.text {
  height: 275px;
}
.carousel-overlay a:hover span.marker span.switchable, .carousel-overlay a.active span.marker span.switchable {
  background-color: transparent;
  background-image: url('../img/marker.svg');
  background-size: 20px 40px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.carousel-overlay a:hover span.text span,
.carousel-overlay a.active span.text span,
.carousel-overlay a:hover img,
.carousel-overlay a.active img {
  opacity: 1;
}
.carousel-overlay a.pre-init span.text span, .carousel-overlay a.pre-init img {
  opacity: 1;
}
html body, html body * {
  font-family: "Arial", Arial, sans-serif;
}
.logo {
  padding: 25px 0 35px 0;
}
.intro {
  font-size: 16px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.intro .welcome {
  background-color: #909090;
  border-radius: 3px;
  color: #ffffff;
  padding: 4px 8px 2px 8px;
}
.intro .select {
  color: #0056a3;
  padding: 4px 8px 2px 8px;
}
.carousel-wrapper {
  position: relative;
}
.carousel {
  width: 920px;
}
.carousel-inner .item img {
  height: 550px;
  width: 920px;
}
p.info {
  margin-top: 25px;
  padding-bottom: 85px;
  margin-bottom: 0;
}
.footer-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.footer {
  background-image: url('../img/geistlich-bars-short.png');
  background-repeat: no-repeat;
  width: 1200px;
  height: 30px;
  margin: 0 auto;
}
.upper {
  text-transform: uppercase;
}
.carousel-indicators li {
  cursor: default;
}
