/* Font Imports */

@font-face {
  font-family: 'SF UI Text Light';
  src: url('../fonts/SF-UI-Text-Light.woff2') format('woff2');
}

@font-face {
  font-family: 'SF UI Text Regular';
  src: url('../fonts/SF-UI-Text-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'SF UI Text Medium';
  src: url('../fonts/SF-UI-Text-Medium.woff2') format('woff2');
}

@font-face {
  font-family: 'SF UI Text Semibold';
  src: url('../fonts/SF-UI-Text-Semibold.woff2') format('woff2');
}

@font-face {
  font-family: 'SF UI Text Bold';
  src: url('../fonts/SF-UI-Text-Bold.woff2') format('woff2');
}

@font-face {
  font-family: 'SF UI Text HeavyItalic';
  src: url('../fonts/SF-UI-Text-HeavyItalic.woff2') format('woff2');
}


/* Text Antialias */

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


section{
  margin-top: 90px;
}


/* Text Fonts */

h1{

}

h2{

}

h3{
  font-family: "SF UI Text Light", Helvetica, sans-serif;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

h4{
  font-family: "SF UI Text Semibold", Helvetica, sans-serif;
  font-size: 2.2rem;
  margin-bottom: 50px;
}

h5, h6{
  margin-top: 4rem;
}

p{
  font-family: "SF UI Text Regular", Helvetica, sans-serif;
}

small{
  font-size: 0.9rem;
}

.headline{
    font-size: 1.6rem;
}

a{
  text-decoration: underline;
  color: black;
  font-size: 1rem;
  line-height: 1.8rem;
}


a:hover{
  color: black;
}

a:active{
  color: black;
}

a:focus{
  color: black;
}

.quote{

}

.mg-top-40{
  margin-top: 40px;
}

.no-padding{
  padding-left: 0;
  padding-right: 0;
}

/* Header */
.header{
  position: fixed;
  top: 60px;
  min-width: 100%;
  max-width: 100%;
  text-align: center;
  z-index: 9999;
}

#logo{
  max-width: 190px;
  margin: 0 auto;
}

#konzept{
  max-width: 440px;
  margin-bottom: 18px;
}

.vertical{
  width: 1px;
  height: 52px;
  background-color: black;
  margin: 0 auto;
}

/* Hero */

.home .hero{
  padding-top: 160px;
}

.hero h3{
  margin-bottom: 50px!important;
  max-width: 740px;
  margin: 0 auto;
}

/* Menu Mobile */
.menu.mobile{
  text-transform: uppercase;
  text-align: center;
  position: fixed;
  min-width: 100%;
  bottom: 30px;
  z-index: 9999;
}

.menu.mobile a{
    font-family: "SF UI Text Medium", Helvetica, sans-serif;
}

#mobile-menu.show{
  background-color: white;
}

#mobile-menu a{
  font-size: 2rem;
}

#mobile-menu li{
  margin-bottom: 20px;
}

.modal-dialog li{
  pointer-events: auto;
}

.modal-dialog ul{
  width: 100%;
}

.modal-fullscreen-menu .close {
  color: white;
  opacity: 1;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  font-size: 5vh;
}
.modal-fullscreen-menu .modal-dialog {
  margin: 0 auto;
  width: 100%;
  max-width: 768px;
  display: flex;
  height: 100%;
  align-items: center;
}
.modal-fullscreen-menu .modal-content {
  background-color: transparent;
  box-shadow: none;
  border: none;
}
.modal-backdrop.in {
  opacity: 1;
}

/* Boxes */
.border-box{
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: none;
  padding: 38px;
}

.border-box.last{
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.border-box p{
  margin-bottom: 0px;
}

/* Referenzen */

#referenzen a{
  font-size: 1.6rem;
}

/* Blog */

#blog a{
    font-size: 1.6rem;
}

.blog-entry{
  margin-bottom: 30px;
}

.blog-entry .border-box{
  padding: 10px;
}

.blog-entry .border-box img{
  margin-bottom: 20px;
}

.blog-entry .border-box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.blog-entry a{

}

.blog-entry p{
  margin-top: 20px;
  margin-bottom: 25px;
}

.desc-mobile {
    padding: 0 20px;
}

/* Referenzen Detail */

.project-hero{
  background-color: #E7EBED;
  padding-top: 130px;
}

.projectname{
  margin-top: 50px;
  margin-bottom: 50px;
}

/* Gallery */
.gallery-entry{
  margin-bottom: 20px;
}

/* Buttons */
.btn-link{
  color: black;
  text-decoration: underline;
  font-size: 1.6rem;
}

.btn-link:hover{
  color: black;
}

/* Colors */
.grey{
  color: #ACACAC;
}

/* Footer */
footer{
  margin-top: 110px;
  margin-bottom: 100px;
}

footer hr{
  margin-bottom: 50px;
}



/*
  Extra small devices (portrait phones, less than 576px)
  No media query for `xs` since this is the default in Bootstrap
*/

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  h3{
    font-size: 1.5rem;
    line-height: 2.1rem;
  }

  .menu.mobile{
    display: none;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

  /* Referenzen */

  .ref-title{
    text-align: left;
  }
  .ref-cat{
    text-align: right;
    line-height: 2.4rem;
  }

  /* Blog-Post */

  .blog-post-thumb, .blog-post-desc{
    text-align: left;
  }

  .blog-post-desc{
    padding-top: 16px;
  }

  .blog-entry .border-box img{
    margin-bottom: 0px;
  }

  .blog-entry p {
    margin-top: 10px;
  }

  .desc-desktop {
    padding-right: 50px;
    margin-bottom: 0px!important;
  }

  .desc-desktop small{
    font-size: 0.8rem;
  }

  /* Footer */

  footer{
    margin-bottom: 40px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .img-fluid{
    max-width: 400px;
  }
}
