@font-face {
    font-family: DMSansStatic;
    src: url(./inc/DMSans-Bold.woff2);
  }

.home_hero,.home_unternehmen {
    /* height: 200vh; */
    /* padding-bottom: 8rem; */
    /* min-height: 100vh; */
    position: relative;
    background-color: rgb(7, 9, 15);
}



.home_hero h1 {
    color: transparent;
    /* backdrop-filter: blur(20px); */
    text-align: center;
    font-weight: 700;
    font-size: 9vw;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
    -webkit-mask-clip: text;
    font-family: DMSansStatic;
    /* text-shadow:
    3px 3px 0 #fff,
    -3px 3px 0 #fff,
    -3px -3px 0 #fff,
    3px -3px 0 #fff; */
    /* font-family: Arial, Helvetica, sans-serif; */
}

.home_hero #headline-parallax-container.thin h1 {
    color: #d6d6d6;
    
    font-weight: 100;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: transparent;
    font-family: 'DM Sans';
}

.home_hero h2 {
    color: white;
    /* text-align: center; */
    font-weight: 700;
    font-size: 4vw;
    line-height: 1;
}

.home_hero h1 svg {
    height: 6vw;
}

h1 span, h2 span {
    font-family: 'Dancing Script';
    font-size: 4vw;
    text-transform: lowercase;
    color: var(--color-content-primary);
}
.home_hero h1 span {
    margin: 0 1rem;
    bottom: 2vw;
    font-size: 6vw;
    font-weight: 300;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color:transparent;
    position: relative;
}

.home_hero h2 span {
    font-family: 'Dancing Script';
    text-transform: lowercase;
    color: var(--color-content-primary);
    font-size: 3vw;
    font-weight: 300;
    display: block;
    margin-bottom: 1rem;
}

.home_hero .headline-container {
    position: absolute;
    top: 30vh;
    left: 0;
    right: 0;
    z-index: 2;
}

.home_hero .hero-background-forest {

    display: block;
    position: absolute;
    height: 100%;
    opacity: .2;
    z-index: 0;
    overflow: visible;
}
.home_hero .hero-background-forest img{
    object-fit: cover;
    height: 100vh;
    width: 100vw;
}

.home_hero .hero-content-wrapper {
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;
    z-index: 2;
    background: -moz-linear-gradient(0deg, rgb(7, 9, 15) 0%, rgba(0,0,0,0) 30%);
background: -webkit-linear-gradient(0deg, rgb(7, 9, 15) 0%, rgba(0,0,0,0) 30%);
background: linear-gradient(0deg, rgb(7, 9, 15)) 0%, rgba(0,0,0,0) 30%);
}

.home_hero .hero-content-wrapper .kessel-container {
    position: absolute;
    width: 100%;
    height: 100vh;
    text-align: center;
    top: 0;
    padding: 6vh 0;
    /*margin-left: -40px; */ /*Fix offset center of image*/
}

.kessel-front-wrapper {
    position: relative;
    height: 100%;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
    /* position: fixed; */
}

.home_hero .hero-kessel {
    height: 100%;
    display: inline-block;
    /* position: absolute; */
}
.home_hero .hero-kessel img{
    height: 100%;
    object-fit: contain;
}

.home_hero .hero-kessel.kessel-front {
    /* display: inline-block; */
    position: relative;
    z-index: 10;
}

.home_hero .kessel-middle-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 90vw;
    max-width: 1100px;
    bottom: 0;
    margin: 5vh auto;
    display: flex;
    justify-content: center;
    z-index: 5;
    filter: brightness(.55);
}


.home_hero .kessel-back-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100vw;
    max-width: calc(max(100vw,1400px));
    bottom: 0;
    margin: 10vh auto;
    display: flex;
    justify-content: center;
    filter: brightness(.3);
}

@media (max-width: 1000px) {
    .home_hero .hero-content-wrapper .kessel-container {
        padding: 12vh 0;
    }
}

@media (max-width: 600px) {
    .home_hero .hero-content-wrapper .kessel-container {
        padding: 24vh 0;
    }
}


@media (min-width: 1200px) {
    .home_hero .kessel-back-container {
        max-width: 1400px;
    }
}
@media (min-width: 1200px) and (max-height: 1200px) {
    .home_hero .kessel-back-container {
        max-width: 1200px;
    }
}
@media (min-width: 1100px) and (max-height: 850px) {
    .home_hero .kessel-back-container {
        max-width: 1000px;
    }
}

.home_hero .kessel-back-container .kessel-back-gap {
    width: 50%;
    min-width: 150px;
}

#kessel_parallax_container {
    height: 100%;
    top: 0;
}
#kessel_parallax_container > span {
    height: 100%;
    width: 100%;
}
/* 
.hero-section-heimat {
    padding-bottom: 50vh; 
    color: white;
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
    height: auto;
    grid-column-gap: 3.33em;
    grid-row-gap: 3.33em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: relative;
    grid-gap: 400px;
}

.hero-section-heimat .heimat-left{
    grid-area:  1 / 1 / 1 / 1;
    text-align: right;
}

.hero-section-heimat .heimat-right{
    grid-area:  1 / 2 / 1 / 3;
    top: -4.3vw;
    position: relative;
} */

.home_unternehmen {
    background-image: url('./img/bimmerle_unternehmen.webp');
    background-position: bottom;
    background-size:100%;
    background-repeat: no-repeat;
    padding: 0 4rem;
    width: 100%;
    min-height: 80vh;
}

.home_unternehmen .unternehmen_content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0vh 0 20vh 0;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}

.unternehmen_col {
flex: 1;
position: relative;
}

.unternehmen_col:first-child {
/* margin-top: -10vh  */
text-align: right;
}

.home_unternehmen h2{
    font-size: min(4vw,4rem);
    line-height: 1;
    text-align: center;
    font-weight: 700;
    color: rgb(7, 9, 15);
    margin-bottom: 1rem;
}

.unternehmen_fass {
    position: absolute;
    opacity: .15;
    top: -140px;
    width: 250px;
    left: 20px;
    display: none;
}

.home_unternehmen h2 span{
    font-size: min(4vw,4rem);
    display: block;
    margin-top: -1rem;
}
.unternehmen_mobil_button {
    display: none;
}
@media (max-width:1300px) {
    .home_hero h1 svg {
        stroke-width: 2px;
    }
    .home_unternehmen {
        padding: 10rem 4rem;
        min-height: unset;
    }
    .unternehmen_content {
        padding: 0rem !important;
    }
}

@media (max-width:900px) {
    .home_hero h1 svg {
        stroke-width: 3px;
        display: block;
        margin: 0 auto;
        height: 12vw;
    }
    .home_hero h1 span {
        font-size: 12vw;
    }
    .home_unternehmen {
        background-color: white;
        padding: 10rem 2rem;
        min-height: unset;
    }
    .unternehmen_content {
        flex-direction: column;
        padding: 0rem !important;
    }
    .home_unternehmen h2 {
        text-align: left;
    }
    .unternehmen_desktop_button {
        display: none;
    }
    .unternehmen_mobil_button {
        display: inline-block;
    }
    .kessel-container {
        filter: brightness(0.7);
    }
}


@media (max-width:600px) {
    .home_hero .headline-container {
        top: 8vh; 
    }
    .home_hero h1 span {
        font-size: 18vw;
    }
    .home_hero .hero-content-wrapper .kessel-container {
        height: calc(100vh - 50px);
        top: 8vh;
    }
    .home_unternehmen h2 {
        font-size: 2.6rem;
    }
    .home_unternehmen h2 span {
        font-size: 2.6rem;
    }
    .home_unternehmen .unternehmen_col {
        text-align: center;
    }
    .unternehmen_mobil_button {
        display: block;
        width: fit-content;
        margin: 0 auto;
        margin-top: 2rem;
    }
}
