/*	################################################################

Author: Florian Kueker
URL: http://themes.kueker.net/thinkingv3

Project Name: Thinking v3
Version: 1.0.0
URL: http://themes.kueker.net/thinkingv3

################################################################# */

.contact-cover {
  position: relative;
  line-height: 0;
  display: block;
  height: 15rem;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .contact-cover {
    height: 20rem;
  }
}

@media screen and (min-width: 1204px) {
  header.container {
    max-width: 1140px;
    width: 1140px;
  }
}

.contact-cover img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}

.contact-cover:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.contact-cover figcaption {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(33, 41, 51, 0.35);
  text-align: center;
  color: #fff;
  line-height: 1;
}

.contact-cover figcaption a {
  color: #fff;
}

.contact-cover h1 {
  font-size: 1.78em;
}

.content-title {
  padding-top: 6rem;
  padding-bottom: 2rem;
}

.contact-content {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.content {
  padding-bottom: 1.5rem;
}

@media (min-width: 1024px) {
  .contact-content .column:not(:last-child) {
    border-right: 1px solid rgba(34, 34, 34, 0.25);
  }
}