
html {
    box-sizing:border-box;
    height:100%
}
html  *,
html  :after,
html  :before {
    box-sizing:inherit
}
body {
    margin:0;
    /*background-color:rgb(194, 102, 102);*/
    height:100%;
    overflow-x:hidden;
    /*color:#d2d2d2*/
}
body.gray {
    background-color: #575757;
}
body.light-gray {
    background-color: #d2d2d2;
}
#header {
    position:fixed;
    top:0;
    width:100%;
    z-index:10000;
    height:36px
}
.header-layout {
    display:grid;
    grid-template-columns: 144px 1fr 144px;
    grid-template-rows: 1fr;
    height: 100%
}
.header-layout-left {
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative
}
.header-layout-middle {
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative
}
.header-layout-right {
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative
}
.page-wrap {
    height:100%;
    display:grid;
    grid-template-columns:1fr;
    grid-template-rows:96px auto 72px
}
#header-buffer {
    height:36px
}
.middle-layout {
    display:grid;
    grid-template-columns: 144px 1fr 144px;
    grid-template-rows: 1fr;
    height: 100%
}
.pano-middle-layout {
    display:grid;
    grid-template-columns: 144px 1fr 144px;
    grid-template-rows: 1fr;
    height: 100vh
}
.middle-layout-left {
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
}
.middle-layout-center {
    height: 100vh;
    display:grid;
    align-items:flex-start;
    justify-items:center;
    position:relative;
}
.middle-layout-text {
    display:grid;
    justify-items: left;
}
.middle-layout-infotext {
    display:grid;
    justify-items:center;
}
.middle-layout-carousel {
    display: flex;
    height: 80vh;
    position:relative;
    justify-content: center;
}
.middle-layout-img {
    display: flex;
    height: 100%;
    position:relative;
    justify-content: center;
}
.middle-layout-video {
    display: flex;
    height: 80vh;
    position: relative;
    justify-content: center;
}
.middle-layout-middle {
    display: grid;
    align-items: flex-start;
}
.middle-layout-right {
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
}
.header-buffer {
    height:36px
}
.grid {
    display:grid;
    grid-template-columns: repeat(12,1fr);
    gap: 1em;
}
.picture {
    margin: 0 auto;
    width:100%;
    text-align:center
}
.nav-container {
    padding-top: 4rem;
    display: flex;
    height: auto;
    align-items:center
}
.nav-container a:hover {
    color:tomato
}
.nav-list {
    margin:0;
    color:fuchsia;
    position:relative;
    padding: 2rem;
    text-align: center;
    width:auto;
    display:block;
    list-style: none;
    font-size: 3rem;
}
.btn {
    font-family:Arial, Helvetica, sans-serif;
    cursor:pointer;
    color:#505050;
    text-decoration: none
}


img {
    width:100%;
    height:auto;
}
figure {
    margin:0;
    padding:0
}
.picture figure {
    position:relative;
    padding:0;
    margin:0;
    }
.grid-placement {
    padding:1rem
}
.grid-img {
    position:relative;
    display: block 
}
.h1 {
    font-size: 2.7rem;
    line-height: 1.26em;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}
.site-title {
    font-family: NimbusRomNo9L-Bold;
    font-size: 0.75rem;
    text-transform:uppercase;
    font-weight: 800;
}
.site-title-info {
    font-family: D-DINCondensed;
    font-size: 0.75rem;
    font-weight: 800;
}
.site-title-contact {
    font-family: D-DINCondensed;
    font-size: 2.50rem;
    font-weight: 800;
    text-transform: uppercase;
   }
.site-title a {
    color:rgb(0, 0, 0);
    text-decoration: none
}
.site-title-white {
    font-family: NimbusRomNo9L-Bold;
    font-size: 0.75rem;
    text-transform:uppercase;
    font-weight: 800;
}
.site-title-white a {
    color:white;
    text-decoration: none
}
.site-title-black {
    font-family: NimbusRomNo9L-Bold;
    font-size: 1rem;
    text-transform:uppercase;
    font-weight: 800;
}
.site-title-black a{
    color:#000;
    text-decoration: none
}
.picture-title {
    font-family: NimbusRomNo9L-Bold;
    font-size: 0.75rem;
    text-transform:uppercase;
    font-weight: 800;
    color:#000;
}
.picture-title-white {
    font-family: NimbusRomNo9L-Bold;
    font-size: 0.75rem;
    padding-bottom: 0rem;
    text-transform:uppercase;
    font-weight: 800;
    color:rgb(255, 255, 255)
}
.picture-title-black {
    font-family: NimbusRomNo9L-Bold;
    font-size: 0.75rem;
    padding-bottom: 0rem;
    text-transform:uppercase;
    font-weight: 800;
    color:rgb(0, 0, 0)
}
.menu-link {
    display: block;
    width: 2rem;
    height: 1.2;
    position: relative;
    z-index: 1
}
.chevron-left-white {
    display: block;
    width: 2rem;
    height: 2rem;
    position: relative;
    z-index: 1
}
#pano {
    width: 100%;
    height: 100%
}
#panos {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    color: #d2d2d2;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.slider {
    width: 100%;
    /*height: 100%;*/
    position: absolute;
    align-self: center;

}
#footer {
    position:fixed;
    width:100%;
    bottom:0;
    height:75px;
    z-index:1
}
#footer-buffer {
    height:75px;
    position:relative
}
.footer-layout {
    display:grid;
    grid-template-columns: 144px 1fr 144px;
    grid-template-rows: 1fr;
    height: 100%
}
.footer-layout-left {
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
   }
.footer-layout-middle {
    display:flex;
    align-items:center;
    text-align: center;
    justify-content:center;
    position:relative;
   }
.footer-layout-right {
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
   }
#owl-demo .owl-item img{
    width: 100%;
    height: 100%;
    /*margin-top: 50px*/

}
#project-section,
#slides-page {
    position:fixed;
    overflow:hidden;
    width: 100%;
    height: 100%
}
.text {
    align-items: left;
}
.infotext-white {
    align-items: center;
    font-family: NimbusRomNo9L-Bold;
    color: rgba(255, 255, 255, 0.664);
    font-size: 1rem;
}
.infotext {
    align-items:center;
    font-family: D-DINCondensed;
    font-size: 1.25rem;
    line-height: 1.4rem;
    margin-bottom: 2rem;
    text-decoration: none;
}
.text p {
    font-family: D-DINCondensed;
    font-size: 1.25rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 500;
}    
.text p2 {
    font-family: D-DINCondensed;
    font-size: 1.25rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 500;
    margin-left: 50px;
}
.text h2 {
    font-family: D-DINCondensed;
    font-size: 3rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 500;
}
.text h1 {
    font-family: D-DINCondensed;
    font-size: 1.75rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 500;
}
video {
    width: 50%;
    align-self: center;
}

@font-face {
    font-family: D-DINCondensed;
    src: url(/assets/fonts/D-DINCondensed.ttf) format('truetype')
}
@font-face {
    font-family: NunitoSans;
    src: url(/assets/fonts/NunitoSans-Bold.ttf) format('truetype')
}
@font-face {
    font-family: NimbusRomNo9L-Bold;
    src: url(/assets/fonts/NimbusRomNo9L-Bold.otf) format('otf')
}


/*! --------------------------------------@media rules----------------------------------- */

@media only screen and (min-width:320px) {
    :root {
     font-size:75%
    }
}
 @media only screen and (min-width:480px) {
    :root {
     font-size:100%
    }
}
 @media only screen and (min-width:640px) {
    :root {
     font-size:100%
    }
}
 @media only screen and (min-width:800px) {
    :root {
     font-size:100%;
    }
 }
 @media only screen and (min-width:960px) {
    :root {
     font-size:100%
    }
}
@media only screen and (min-width:1140px) {
    :root {
     font-size:100%
    }
}
@media screen and (min-width:800px) {
#header,
#header-buffer {
    height: 96px
    }
}
@media screen and (max-width:800px) {
.page-wrap {
    grid-template-rows: 36px auto 36px
    }
.middle-layout {
    grid-template-columns: 12px 1fr 12px
    }
.header-layout {
    grid-template-columns: 44px 1fr 44px
    }
.footer-layout {
    grid-template-columns: 44px 1fr 44px;
    }
#footer,
#footer-buffer {
    height: 44px
    }
video {
    width: 100%
    }       
}
@media screen and (max-width:960px) {
.picture figure {
    grid-column:1/span 12!important;
    }    
}
.grid-img {
    display: inline
}
.fade {
    animation-name: fade;
    animation-duration: 2s
}
@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@media screen and (min-width:960px) {
    .grid-img {
        display: block
    }
}
/* 1179x2556 pixels at 460ppi */
@media only screen
    and (width: 393px)
    and (height: 852px)
    and (-webkit-device-pixel-ratio: 3)
    and (orientation: landscape) {}
    

