@font-face {
  font-family: Transat;
  src: url(../../assets/transat.otf);
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'fira sans condensed', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 17px;
  line-height: 1.6;
  color: #4c4c4c;
}

a:link, a:visited, a:active {
  color: #8B8378;
  text-decoration: none;
}

a:hover {
  color: #222222;
  text-decoration: none;
}

img {
  max-width: 100%;
}

b {
  font-weight: 400;
  color: #546986;
}

p {
  margin-top: 0;
}

blockquote {
  margin: 0 50px;
  font-size: 1.5em;
  font-style: italic;
  font-weight: 300;
  line-height: 160%;
  color: #8B8378;
  text-align: center;
}

@media screen and (max-width: 900px) {
  blockquote {
    margin: 0;
  }
}

.center {
  text-align: center;
}

.zero-margin {
  margin: 0;
}

.bg-light, .bg-dark {
  margin: 0 auto 50px;
  width: 1200px;
  padding: 80px 150px;
}

@media screen and (max-width: 1200px) {
  .bg-light, .bg-dark {
    width: 900px;
    padding: 80px 100px;
  }
}

@media screen and (max-width: 900px) {
  .bg-light, .bg-dark {
    width: 600px;
    padding: 50px;
  }
}

@media screen and (max-width: 600px) {
  .bg-light, .bg-dark {
    width: 100%;
    padding: 50px;
  }
}

.bg-light {
  background: #fcfcfb;
}

.bg-dark {
  background: #f9f9f7;
}

.column-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.column-row:nth-last-child(1) {
  margin-bottom: 0px;
}

@media screen and (max-width: 900px) {
  .column-row {
    display: block;
  }
}

.column-one {
  width: 30%;
}

@media screen and (max-width: 900px) {
  .column-one {
    width: 100%;
  }
}

.column-two {
  width: 70%;
}

@media screen and (max-width: 900px) {
  .column-two {
    width: 100%;
  }
}

h1 {
  color: #222222;
  text-align: center;
  font-size: 1.1em;
  display: inline;
  font-weight: 400;
  letter-spacing: 1px;
}

h2 {
  color: #222222;
  text-align: center;
  font-size: 2em;
  margin: 0 0 50px;
  font-weight: 400;
  letter-spacing: 2px;
}

h2 .fas {
  margin: 0 10px 0 0;
  color: #546986;
}

@media screen and (max-width: 900px) {
  h2 {
    font-size: 1.5em;
  }
}

h3 {
  color: #222222;
  margin: 0;
  font-weight: 400;
  font-size: 1em;
}

h4 {
  font-size: 1em;
  margin: 0;
  font-weight: 300;
}

.sub-header {
  text-align: center;
  font-size: 1.5em;
  margin: 0;
  font-weight: 300;
  color: #8B8378;
  line-height: 1.45;
  letter-spacing: 1px;
}

@media screen and (max-width: 900px) {
  .sub-header {
    font-size: 1.3em;
  }
}

header {
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 50px;
  text-align: center;
}

header ul.nav {
  list-style: none;
  padding: 0;
  font-weight: 400;
  display: inline-block;
}

header ul.nav li {
  display: inline;
  padding: 20px;
}

header ul.nav li a:link, header ul.nav li a:visited, header ul.nav li a:active {
  color: #8B8378;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 2px;
}

header ul.nav li a:hover {
  color: #546986;
  border-bottom: 1px solid #f9f9f7;
  padding-bottom: 5px;
}

@media screen and (max-width: 900px) {
  header ul.nav {
    display: none;
  }
}

header ul.mobile-nav {
  list-style: none;
  padding: 0;
  font-weight: 400;
  display: inline-block;
}

header ul.mobile-nav li {
  display: inline;
  padding: 10px;
}

header ul.mobile-nav li .fas {
  color: #8B8378;
}

header ul.mobile-nav li .fas:hover {
  color: #546986;
  border-bottom: 1px solid #f9f9f7;
  padding-bottom: 5px;
  cursor: pointer;
}

@media screen and (min-width: 900px) {
  header ul.mobile-nav {
    display: none;
  }
}

header #mobile-nav-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.98);
  z-index: 2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header #mobile-nav-overlay ul.mobile-nav-items {
  list-style: none;
  padding: 0;
  font-weight: 400;
}

header #mobile-nav-overlay ul.mobile-nav-items li {
  display: block;
  padding: 10px;
}

header #mobile-nav-overlay ul.mobile-nav-items li a:link, header #mobile-nav-overlay ul.mobile-nav-items li a:visited, header #mobile-nav-overlay ul.mobile-nav-items li a:active {
  color: #8B8378;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1em;
}

header #mobile-nav-overlay ul.mobile-nav-items li a:hover {
  color: #546986;
  border-bottom: 1px solid #f9f9f7;
  padding-bottom: 5px;
}

header #mobile-nav-overlay .mobile-nav-close {
  position: fixed;
  top: 10px;
  right: 20px;
}

header #mobile-nav-overlay .mobile-nav-close .fas {
  color: #8B8378;
  font-size: 1.5em;
}

header #mobile-nav-overlay .mobile-nav-close .fas:hover {
  color: #546986;
  padding-bottom: 5px;
  cursor: pointer;
}

.portfolio-grid {
  width: 1200px;
  margin: 50px auto 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
}

.portfolio-grid .item {
  height: auto;
  position: relative;
}

.portfolio-grid .item:nth-last-child(-n+2) {
  margin-bottom: 0px;
}

@media screen and (max-width: 900px) {
  .portfolio-grid .item:nth-last-child(-n+2) {
    margin-bottom: 50px;
  }
}

.portfolio-grid .item img {
  display: block;
  width: 100%;
  height: auto;
}

.portfolio-grid .item:hover .item-hover {
  opacity: 1;
}

.portfolio-grid .item .item-hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  background-color: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 40px;
}

.portfolio-grid .item h3 {
  color: #222222;
  margin: 0;
  font-weight: 400;
  font-size: 1.5em;
}

@media screen and (max-width: 900px) {
  .portfolio-grid .item {
    margin: 0 0 50px;
  }
}

@media screen and (max-width: 1200px) {
  .portfolio-grid {
    width: 900px;
  }
}

@media screen and (max-width: 900px) {
  .portfolio-grid {
    width: 600px;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .portfolio-grid {
    width: 100%;
    display: block;
  }
}

.portfolio-item {
  margin: 0 auto;
  width: 1200px;
  background: #fcfcfb;
}

.portfolio-item .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.portfolio-item .image {
  width: 100%;
}

.portfolio-item .info {
  padding: 80px 150px;
}

.portfolio-item .info .description {
  margin-top: 50px;
}

@media screen and (max-width: 1200px) {
  .portfolio-item .info {
    padding: 80px 100px;
  }
}

@media screen and (max-width: 900px) {
  .portfolio-item .info {
    padding: 50px;
  }
}

@media screen and (max-width: 600px) {
  .portfolio-item .info {
    padding: 50px;
  }
}

@media screen and (max-width: 1200px) {
  .portfolio-item {
    width: 900px;
  }
}

@media screen and (max-width: 900px) {
  .portfolio-item {
    width: 600px;
  }
}

@media screen and (max-width: 600px) {
  .portfolio-item {
    width: 100%;
  }
}

.embed-width {
  margin: 0 auto;
  width: 1200px;
}

.embed-width .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  height: auto;
}

.embed-width .embed-container iframe, .embed-width .embed-container object, .embed-width .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .embed-width {
    width: 900px;
  }
}

@media screen and (max-width: 900px) {
  .embed-width {
    width: 600px;
  }
}

@media screen and (max-width: 600px) {
  .embed-width {
    width: 100%;
  }
}

.profil {
  margin: 0 auto 50px;
  width: 1200px;
  background: #fcfcfb;
}

.profil .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 900px) {
  .profil .row {
    display: block;
  }
}

.profil .profil-img {
  width: 40%;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .profil .profil-img {
    width: 50%;
  }
}

@media screen and (max-width: 900px) {
  .profil .profil-img {
    width: 100%;
  }
}

.profil .profil-text {
  width: 60%;
  padding: 80px 100px;
}

@media screen and (max-width: 1200px) {
  .profil .profil-text {
    padding: 50px;
    width: 50%;
  }
}

@media screen and (max-width: 900px) {
  .profil .profil-text {
    width: 600px;
    padding: 50px;
  }
}

@media screen and (max-width: 600px) {
  .profil .profil-text {
    width: 100%;
    padding: 50px;
  }
}

.profil .keywords {
  font-weight: 400;
  text-align: center;
  padding: 40px 0;
}

@media screen and (max-width: 1200px) {
  .profil .keywords {
    padding: 0;
  }
}

@media screen and (max-width: 900px) {
  .profil .keywords {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .profil .signatur {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .profil {
    width: 900px;
  }
}

@media screen and (max-width: 900px) {
  .profil {
    width: 600px;
  }
}

@media screen and (max-width: 600px) {
  .profil {
    width: 100%;
  }
}

footer {
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1200px;
  padding: 50px 0 0;
  border-top: 1px solid #f9f9f7;
}

footer a:link, footer a:visited, footer a:active {
  color: #222222;
  text-decoration: none;
}

footer a:hover {
  color: #8B8378;
  text-decoration: none;
}

footer .fab, footer .fas {
  margin: 0 10px;
  padding: 0 0 5px;
}

@media screen and (max-width: 1200px) {
  footer {
    width: 900px;
  }
}

@media screen and (max-width: 900px) {
  footer {
    width: 600px;
    border-top: 0;
    display: block;
    text-align: center;
    padding-top: 0;
  }
}

@media screen and (max-width: 600px) {
  footer {
    width: 100%;
    padding: 0 50px;
  }
}

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 1000;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #8B8378;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  z-index: 1001;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #546986;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f9f9f7;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loaded #loader-wrapper .loader-section .section-right, .loaded #loader-wrapper .loader-section .section-left {
  -webkit-transition: all 0.3s 0.3s ease-out;
  transition: all 0.3s 0.3s ease-out;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s 0.6s ease-out;
  transition: all 0.3s 0.6s ease-out;
}
/*# sourceMappingURL=style.css.map */