body {
  background: #dbdada;
  font-family: 'Open Sans', sans-serif;
}
.logo-container {
  margin: 35px 0;
}
.footer {
  padding-top: 75px;
  padding-bottom: 15px;
  background: #292a2d;
  color: #ffffff;
  font-size: 13px;
}
.footer-column {
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer-headline {
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 18px;
}
.footer-infobox {
  padding-left: 32px;
  position: relative;
  line-height: 24px;
  padding-bottom: 18px;
}
.footer-infobox-icon {
  position: absolute;
  left: 0;
  top: -1px;
  color: #238bda;
  font-size: 20px;
}
.footer-infobox-headline {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 14px;
}
.footer-infobox-description {
  color: #a0a0a0;
}
.footer-copyright{
  line-height: 16px;
  padding: 12px 0;
  font-size: 12px;
  background: #212224;
  color: #808080;
}
.footer-copyright-link {
  color: #a0a0a0 !important;
}

.camp-link {
  border-radius: 8px;
  overflow: hidden;
}
.camp-link:hover {
  text-decoration: none;
}
.camp-link-headline {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  color: #ffffff;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  right: 0;
  padding: 4px 16px;
  bottom: 8px;
}
.camp-link-headline-text {
  transition: 350ms all;
  display: inline-block;
}
.camp-link-headline-text:after {
  position: absolute;
  content: '';
  background: white;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  transform: translate(0px, 16px);
  opacity: 0;
  transition: 350ms all;
}
.camp-link-image {
  transform: scale(1);
  transition: 350ms all;
}
.camp-link-image-l {
  transform-origin: right center;
}
.camp-link-image-r {
  transform-origin: left center;
}
.camp-link:hover .camp-link-headline-text {
  transform: translate(0px, -4px);
}
.camp-link:hover .camp-link-headline-text:after {
  opacity: 1;
  transform: translate(0px, -4px);
}
.camp-link:hover .camp-link-image {
  transform: scale(1.03);
}
@media (min-width: 768px)
{
  .camp-link-headline {
    font-size: 40px;
    padding: 8px 35px;
    bottom: 28px;
  }
}

.campaign {
  margin: 30px 0;
  border-radius: 8px;
  overflow: hidden;
}

.campaign-link {
  position: relative;
}

.campaign-link-icon {
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 2000px;
  border: 2px solid white;
  transition: 350ms opacity, 250ms transform, 250ms box-shadow;
  opacity: 0;
  bottom: -143px;
  right: -17px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  transform: scale(1.05) translate(0px,0px);
  text-align: center;
  line-height: 100px;
  color: white;
  font-size: 32px;
}

.campaign-link:hover .campaign-link-icon {
  opacity: 1;
  transform: scale(0.98) translate(0,0);
  box-shadow: 0 0 1200px 1200px rgba(255, 255, 255, 0.3);
}

