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

.nav-item {
  font-size: 1em; 
}

.navcolor {
  background-color: #fff;
}

.bg-light {
  background-color: rgba(255,255,255,0) !important;
}

#UeberallNav a {
  color: #707070;

}

body {
  color: #707070;
  background-color: #f5f5f5;
}

a:hover {
  text-decoration: underline !important;
}

a:active {
  text-decoration: underline !important;
}

p, a {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0.1em
}

.text-body {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  letter-spacing: 0.1em
}

h1 {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 1rem;
  text-transform: uppercase;
}


h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;

}

.item01 a, .item02 a, .item03 a, .item04 a, .item05 a, .item06 a, .item07 a {
  color: #707070;
}

.item01:hover a, .item02:hover a, .item03:hover a, .item04:hover a, .item05:hover a, .item06:hover a, .item07:hover a {
  color: #313131;
}

.ueberallimpressum a {
  color: #707070;
}

.ueberallimpressum a:hover {
  color: #313131;
}



.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

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


.ueberallheader {
  height: 100px;
  color: #fff;  
  background-color: #b2b2b2;
  padding: 25px 0 0 0;
}



.ueberallheader h1 {
    letter-spacing: 0.6em;
    font-size: 0.9em;
    text-align: center;
    padding: 0 0 0 1em;
    white-space: nowrap;
}



.ueberallheader p {  
  font-size: 0.7em;
} 


.ueberallhome img {
  width: 100%;
  height: auto;
  object-fit: cover;
}


.ueberallwork p {
  line-height: 1.5em;
  font-size: 0.8em;
}

.ueberallreferences p, .ueberallreferences a  {
  line-height: 1.5em !important;
}

.ueberallcontact p, 
.ueberallcontact a {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0.1em;

}

.ueberallcontact a {
  color: #444444;
}

.ueberallcontact a:hover {
  text-decoration: underline;
  color: #707070;
}


.ueberallfooter {
  background-color: #b2b2b2;
  font-family: 'Playfair Display', serif;
  color: #fff;
  font-weight: 400;
  line-height: 2.5em;
  letter-spacing: 0.1em

}

/**
.ueberallgallery {
  max-width: 1024px !important;
}
**/

.container, .container-sm, .container-md, .container-lg, .container-xl {
  max-width: 1140px;
}

.navbar-header{
  text-align: center;
}

.navbar-toggle {
  float: none;
  margin-right:0;
}

button.bg-light:hover, button.bg-light:focus {
  background-color: rgba(0, 0, 0, 0) !important;
}


/* Lightbox adjustments */


.ekko-lightbox-nav-overlay a {
  text-decoration: none !important;

}

/**
.modal-body {
  padding: 2rem;
}
**/

.modal-content {
  border: 0px solid rgba(0, 0, 0, 0);
  background-color: rgba(255, 255, 255, 0);
}



.navbar-toggler-icon {
  display: inline-block;
  width: 1em;
  height: 1em;

}




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

  .ueberallheader {
    padding: 30px 0 0 0;
    height: 125px;

  }

  .ueberallhome img {
    width: 100%;
    height: auto;
    object-fit: cover;
  
  }


  h1 {
    font-size: 1.5rem;
  
  }

.ueberallheader h1 {  
  letter-spacing: 1em;
  font-size: 0.75em;
} 


  .ueberallheader h1 {  
    font-size: 1.1em;
  
  } 

  .ueberallheader p {  
    font-size: 1em;
  } 
  
}

/*  Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 

  .ueberallheader {
    padding: 30px 0 0 0;
  }


  .ueberallheader h1 {  
    font-size: 1.5em;

  } 




}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
  
  .navcolor {
    background-color: #fff;
  }

  .ueberallheader {
    height: 185px;
    padding: 40px 0 0 0;

  }

  #UeberallNav a {
    color: #707070;
  
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.2em;
    padding-left: 1.2em;
  }


.ueberallheader h1 {
  font-size: 2rem;
}

/**
.modal-body {
  padding: 12rem;
}
**/


} 

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2em;
    padding-left: 2em;
  }

  .ueberallheader {
    height: 185px;

  }

}