body{
    font-family: 'Playfair Display', serif;
    margin: 0px !important;
}

a{
    text-decoration: none;
}

h1{
    margin-top: 0px;
}

.shlb-landing-section .flex-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    padding: 4rem;
}

.shlb-landing-section .flex-container .bbh-col{
    width: calc(100% - 40px);
    padding: 20px;
    position: relative;
    /* margin: 4rem; */
    overflow: hidden;
}

.shlb-landing-section .flex-container .filter{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 20%;
    transition: all 0.3s ease;
}

.shlb-landing-section .flex-container .bbh-col:hover .filter{
    opacity: 35%;
    transition: all 0.3s ease;
}

.shlb-landing-section .flex-container .bbh-col.right .filter{
    background-color: #468B75;
}

.shlb-landing-section .flex-container .bbh-col.left .filter{
    background-color: #68509e;
}


/*=============================================== = hero-img = ===============================================*/
 .hero-img {
	 width: 100%;
	 top: 0;
}
 .hero-img .grid-container {
	 padding: 0;
	 max-width: 100%;
}
 .hero-img .grid-container .bg {
	 height: calc(100vh - 8rem - 40px);
	 background-size: cover;
	 background-repeat: no-repeat;
	 width: 100%;
}
 .hero-img .grid-container .bg .bg-color {
	 background-color: rgba(0, 0, 0, 0.5);
	 /* background-image: url("/wp-content/themes/Søhøjlandets-begravelser/assets/visuals/Component22.svg"); */
	 background-repeat: no-repeat;
	 background-size: contain;
	 background-position: center;
	 height: inherit;
	 display: flex;
	 justify-content: center;
}
 .hero-img .grid-container .bg .bg-color .content-container {
	 align-self: center;
     z-index: 10;
     padding: 20px;
}
 .hero-img .grid-container .bg .bg-color .content-container .text {
	 color: white;
}
.hero-img .grid-container .bg .bg-color .content-container .text h1 {
    font-size: 2.5rem;
    font-weight: 500;
    text-align: center;
}
 .hero-img .grid-container .bg .bg-color .content-container .text h2 {
	 font-size: 1.5rem;
	 font-weight: 500;
     text-align: center;
     max-width: 580px;
     margin: auto;
}

/* Responsive */
@media only screen and (max-width: 1024px) {
  .hero-img .grid-container .bg .bg-color .content-container .text h1{
      font-size: 1.8rem;
  }
  .hero-img .grid-container .bg .bg-color .content-container .text h2{
    font-size: 1rem;
  }
  .shlb-landing-section .flex-container{
      padding: 2rem;
  }
  .hero-img .grid-container .bg{
      height: calc(100vh - 4rem - 40px);
  }
}

@media only screen and (max-width: 768px) {
    .shlb-landing-section .flex-container{
        grid-template-columns: 1fr;
    }
    .hero-img .grid-container .bg{
        height: calc(50vh - 3rem - 40px);
    }
}

@media only screen and (max-width: 480px) {
    .hero-img .grid-container .bg .bg-color .content-container .text h1{
        font-size: 1.5rem;
    }
    .hero-img .grid-container .bg .bg-color .content-container .text h2{
      font-size: 1rem;
    }
    .shlb-landing-section .flex-container{
        padding: 1rem;
    }
    .shlb-landing-section .flex-container .bbh-col{
        width: calc(100% - 20px);
        padding: 10px;
    }
    .hero-img .grid-container .bg{
        height: calc(50vh - 3rem - 20px);
    }
}
