/*
Theme Name: Koji Child Theme
Description: A child theme for Koji.
Author: Gloria Feldner
Author URI: https://www.gloriari.com/
Template: koji
Theme URI: https://andersnoren.se/teman/koji-wordpress-theme/ 
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");


:root {
    --orange: rgb(254, 184, 21);
}


body {
    background: url(assets/images/dot.svg) rgb(240, 248, 255) fixed;
    background-size: 3px;
}

/* -------------------------------------------------------------------------------- */
/*	Typo
/* -------------------------------------------------------------------------------- */

body {
    font-family: 'Bitter', serif;
    letter-spacing: 1px;
}

body a {
    text-decoration: none;
}

a:hover, a:focus {
    background-color: var(--orange);
    color: #fff;
    text-decoration: none !important;
}

p {
    line-height: 1.7;
    }

*::selection {
    background-color: var(--orange);
}

h1, h2, h3, .site-title, .site-nav {
    font-family: 'Questrial', sans-serif;
    font-weight: 300;
}

.site-title {
    font-size: 3rem;
}

h1 {
    font-size: 4rem;
}

.site-nav {
    margin-top: 5rem;
}

.site-nav a {
    font-size: 2rem;
    text-decoration: none;
}

.site-nav .current-menu-item a {
    text-decoration: none;
    background-color: var(--orange);
    color: #ffffff;
    font-weight: 600;
}

.architekt p {
    color: var(--orange);
    font-weight: 600;
    
}


/* -------------------------------------------------------------------------------- */
/*	Struktur
/* -------------------------------------------------------------------------------- */

.post-inner {
    max-width: 100%;
    padding: 6rem 0;
}

.post-inner.section-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.single-container {
    display: flex;
}

#site-header {
    background: none;
}

section.coverpage {
    margin-bottom: -15vh;
}

/* -------------------------------------------------------------------------------- */
/*	Footer
/* -------------------------------------------------------------------------------- */

.home .site-footer__container {
    display: block;
}

.site-footer__content {
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 1.2rem;
    /*padding-left: 6rem;*/
    max-width: 95vw;
    margin: auto;
}

/*.home #site-footer {
    padding-left: 15vw;
    padding-right: 15vw;
}*/

ul.footer-nav {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
}

.footer-nav li {
    margin: 0;
    padding: 0 1rem;
}

/* -------------------------------------------------------------------------------- */
/*	Cover Page
/* -------------------------------------------------------------------------------- */

.bilder-menu-container {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
}

.bilder-menu-container li {
    width: 33.33%;
    padding: 2rem;
    /*border: solid 1px black;*/
}

.bilder-menu-container li:hover, .bilder-menu-container li:focus {
    padding: 0;
}

.bilder-menu-container li.architekt:hover, .bilder-menu-container li:focus {
    padding: 2rem;
}

.site-nav a::before {
    content: "\838            ";
}

/* -------------------------------------------------------------------------------- */
/*	Galerie
/* -------------------------------------------------------------------------------- */
:root {
    --lightbox: #ffffff;
  }
   
 
   
  /* IMAGE GRID STYLES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .image-grid figure {
    margin-bottom: 0;
  }
   
  .image-grid img {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.2s;
  }
   
  .image-grid a:hover img {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
  }

  .row div:first-child {margin-top: var(--bs-gutter-y);}

  .image-grid {
    display: grid;
    grid-template-columns: auto;
    gap: 10px;
    padding: 10px;
  }
  
  .image-grid > div {
    /*background-color: rgba(255, 255, 255, 0.8);*/
    text-align: center;
    padding: 1rem;
    font-size: 30px;
  }
  
  .image-grid .item1 {
    grid-area: 1 / 1;
  }

  .image-grid p {
    font-size: 1.8rem;
    text-align: left;
  }
   
  /* LIGHTBOX STYLES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .lightbox-modal .modal-content {
    background: var(--lightbox);
  }
   
  .lightbox-modal .btn-close {
    position: absolute;
    top: 20px;
    right: 18px;
    font-size: 1.2rem;
    z-index: 10;
  }
   
  .lightbox-modal .modal-body {
    display: flex;
    align-items: center;
    padding: 0;
    text-align: center;
  }
   
  .lightbox-modal img {
    width: auto;
    max-height: 100vh;
    max-width: 100%;
    margin: auto;
  }
   
  .lightbox-modal .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    /*background: rgba(36, 36, 36, 0.75);*/
  }
   
  .lightbox-modal .carousel-control-prev,
  .lightbox-modal .carousel-control-next {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    width: auto;
  }
   
  .lightbox-modal .carousel-control-prev {
    left: 10px;
  }
   
  .lightbox-modal .carousel-control-next {
    right: 10px;
  }


/* -------------------------------------------------------------------------------- */
/*	Media Queries
/* -------------------------------------------------------------------------------- */

/*	MIN-WIDTH */

@media (min-width: 767px) {
    
    .home .single-container .section-inner {
        margin: 1vh 2vw 1vh 7vw;
    }

    .home .post-inner {
        max-width: 33vw;
        align-self: center;}

    /* IMAGE GRID */
  
    .image-grid {
        grid-template-columns: auto auto;
    }
  
    .image-grid .item1 {
        grid-area: 1 / 1 / 2 / 3;
    }

    section.coverpage {
        margin-bottom: 0;
    }
}

@media (min-width: 1000px){
    
    /*.post-inner {
        max-width: 90%;
    }*/
    .section-inner {margin: 2vh 2vw;}
    
    #site-footer {
        padding-right: 6rem;
    }

    .home #site-footer {
        padding-right: 0;
    }

    .site-footer__container {
        display: none;
    }

    .header-bottom {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        justify-content: space-between;
    }

    .social-menu-wrapper {
        margin-top: 3rem;
        padding-bottom: 3rem;
    }

    .site-footer__content ul.footer-nav {
        margin: 0;
    }

     /* IMAGE GRID */
  
     .image-grid {
        grid-template-columns: auto auto;
    }
  
    .image-grid .item1 {
        grid-area: 1 / 1 / 2 / 3;
        padding-left: 5rem;
    }
  
  .image-grid p {
      font-size: 2rem;
      text-align: left;
    }
    
}

@media (min-width: 1200px ){
    
    h1 {
        font-size: 6rem;
    }
    
    /* IMAGE GRID */
  
    .image-grid {
        grid-template-columns: auto auto auto;
    }
  
    .image-grid .item1 {
        grid-area: 1 / 1 / 4 / 4;
    }
}

@media (min-width: 1400px) {
    /* IMAGE GRID */
  
    .image-grid {
        grid-template-columns: auto auto auto auto;
    }
  
    .image-grid .item1 {
        grid-area: 1 / 2 / 2 / 5;
    }
  
    .image-grid p {
    font-size: 2.1rem;
    text-align: left;
    }
}

/*	MAX-WIDTH */

/*@media (max-width: 567px) {

    /* IMAGE GRID */

   /*.image-grid {
    grid-template-columns: auto;
    }

    .image-grid .item1 {
    grid-area: 1 / 1 ;
    }
        
} */

@media (max-width: 767px){

    .single-container .section-inner {
        width: calc(100% - 1rem);
        
    }
    .image-grid {
        padding: 0;
    }

    #site-footer {
        flex-wrap: wrap;
        margin-left: 2rem;
    }

    ul.footer-nav {
        margin: 0;
    }

    .home #site-content {
        padding: 2vh 2vw;
    }

    .cover {
        height: initial;
    }

    .single-container {
        height: initial;  
    }

    .single-container.links {
        transform: initial;
    }
    
    .single-container.rechts {
        transform: initial;
    }

    
}

@media (max-width: 999px) {
    .header-bottom.section-inner {
        display: none;
    }
}

@media (max-width: 1200px){
    .home #site-content {
        padding: 2.5vh 5vw;
    }
  
  }









  






