/* ========================================================================================== */
/* Start General 
/* ========================================================================================== */
html{
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    line-height: 1.5;
    color: rgba(38, 45, 51, 1);
    font-size: 18px;
}
strong{
    font-weight: 600;
}
h1, h2, h3, h4, h5, h6{
    font-weight: 600;
    font-size: 2em;
    /* font-family: 'Comfortaa', Arial, Helvetica, sans-serif; */
    font-family: 'Inter', sans-serif;

}
h1, h2, h3{
    letter-spacing: -2px;
    line-height: 1.3;
}
figure{
    margin: 0;
}
#wrapper{
    overflow-x: hidden;
}
.height-75vh{
    min-height: 75vh;
}

#wrapper article > *,
#header .inside, 
.hero-video.wp-block-nk-awb .nk-awb-wrap-content, 
#footer .inside{
    padding: 0 10vw;
    box-sizing: border-box;
}
#wrapper article > .full-width{
    max-width: 100%;
    padding: 0;
}
ul{
    margin: 0;
    padding: 0;
}
.flex-container{
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
}
.hero-video .jarallax-container{
    filter: initial;
}
.hero-video .jarallax-container:before{
    display: none;
}
.jarallax-container{
    /* filter: grayscale(50%); */
    position: relative;
}
.jarallax-container:before{
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    inset: 0;
}

.wp-block-button a{
    background-color: rgba(50, 58, 94, 1);
    background: linear-gradient(to bottom right, rgba(50, 58, 94, 1), rgba(20, 115, 175, 1)); 
    background: linear-gradient(to bottom right, rgba(50, 58, 94, 1), rgba(175, 200, 225, 1)); 
    padding: 15px 30px;
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
    display: block;
}
.wp-block-button a strong{
    font-weight: 400;
}
.wp-block-button a:before{
    position: absolute; 
    left: 0;
    top: 0;
    bottom: -1px;
    content: "";
    display: block;
    width: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(50, 58, 94, 1) 50%, rgba(50, 58, 94, 0) 90%);
    /* background: rgba(50, 58, 94, 1); */
    transform: translateX(-100%);
    transition: all 0.2s ease;
}
.wp-block-button a:after{
    content: "->";
    display: block;
    position: absolute;
    top: 15px; /* same as padding von a tag */
    margin-left: -30%;
    transition: all 0.3s ease;
    opacity: 0;
}
.wp-block-button a:hover{
    content: "";
    display: block;
    padding: 15px 15px 15px 45px;
}
.wp-block-button a:hover:before{
    transform: translateX(0%);
}
.wp-block-button strong{
    position: relative;
    z-index: 1;
}
.wp-block-button a:hover:after{
    margin-left: -10%;
    opacity: 1;
}
.wp-block-columns figure{
    height: 100%;
    object-fit: cover;
}
.wp-block-columns figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

html .wp-block-columns{
    /* flex-wrap: wrap !important; */
    gap: 10px;
}

/*
html .wp-block-columns > div{
    flex: 0 calc(50% - 10px) !important; 
}
*/
html .wp-block-columns.testimonial{
    background: rgba(210, 210, 210, 1);
    background: linear-gradient(to bottom right, rgba(0, 0, 0, 1) -40%, rgba(240, 240, 240, 1) 20%, rgba(140, 140, 140, 1) 100%);
    background: linear-gradient(to top, rgba(50, 58, 94, 1) 20%, rgba(175, 200, 225, 1) 180%);
    color: rgba(255, 255, 255, 1);
    margin-top: 4em;
    margin-bottom: 0;
}
html .wp-block-columns.testimonial figure{
    padding: 0 5%;
    box-sizing: border-box;
    margin: 0;
}
html .wp-block-columns.testimonial > div{
    /* padding: 0 10vw; */
    box-sizing: border-box;
}
/* ========================================================================================== */
/* Start Header 
/* ========================================================================================== */

.no-js #header{
 position: fixed;
    /* background-color: rgba(255, 255, 255, 1);    */
    color: rgba(38, 45, 51, 1);
}

#header{
    position: fixed;
    /* width: 100%; */
    left: 0;
    right: 0;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.4s ease;
}

#header .inside{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: center;
}
#header .inside nav{
    /* background: green; */
    position: relative;
    right: 50%;
    transform: translate(50%, 0);
    transition: all 0.4s ease;
}

#header{
    top: 0;
    transition: all 0.2s ease;
}


.scroll_header #header{
    background-color: rgba(255, 255, 255, 1);
}



.scroll_header #header .inside nav{
    right: 0;
    transform: translate(0, 0);
}

.hide_header #header{
    top: -100px;
    padding-bottom: 100px;
    background-color: rgba(255, 255, 255, 0);
}
.hide_header #header:hover{
    top: 0;
    background-color: rgba(255, 255, 255, 1);
    padding-bottom: 0;
}


#header #nav a{
    color: rgba(38, 45, 51, 1);
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}
.js #header #nav a{
    color: rgba(255, 255, 255, 1);
}
.scroll_header #header #nav a{
    color: rgba(38, 45, 51, 1);
}
.scroll_header #header #nav a:hover{
    color: rgba(175, 200, 225, 1);
}

#header #logo{
    display: flex;
    width: 0px;
    align-items: center;
    transition: all 0.2s ease;
}
#header #nav .sub-menu{
    display: none;
}
.scroll_header #header #logo{
    width: 140px;
}

#header #logo img{
    width: 100%; 
    height: auto;
    display: block;
}

#header #nav a:hover{
    cursor: pointer !important;
}
#nav a[target="_blank"]{
    pointer-events: initial;
}
#nav ul{
    display: flex;
    gap: 2em;
    justify-content: center;
}
#nav ul li{
    list-style: none;
    overflow: hidden;
}
#nav ul li a{
    display: inline-block;
    transition: all 0.2s ease;
    position: relative;
}
article{
    min-height: 40vh; /* dev */
    margin: 5vw 0;
}
article:first-child{
    margin-top: 0;
    margin-bottom: 0;
}
/* === Mobile Nav === */
.navicon{
    display: none;
    position: relative ;
    width: 30px;
    height: 14px;
}
.navicon:hover{
    cursor: pointer;
}
.navicon span{
    position: absolute;
    height: 2px;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    transition: all 0.2s ease;
}
.scroll_header .navicon span{
    background-color: rgba(50, 58, 94, 1);
}
.navicon span:nth-child(1){
    top: 0;
}
.navicon span:nth-child(2), 
.navicon span:nth-child(3){
    top: 6px;
}
.navicon span:nth-child(4){
    top: 12px;
}
.open_nav .navicon span:nth-child(1), 
.open_nav .navicon span:nth-child(4){
    opacity: 0;
}
.open_nav .navicon span:nth-child(2){
    transform: rotate(45deg);
}
.open_nav .navicon span:nth-child(3){
    transform: rotate(-45deg);
}
/* ========================================================================================== */
/* Start Content
/* ========================================================================================== */
/* === Hero === */
.hero-video.wp-block-nk-awb{
    padding: 0;
}
.hero-video::before{
    position: absolute;
    display: block;
    content: "";
    inset: 0;
    /*
    background: rgba(50, 58, 94, 0.5);
    background: linear-gradient(to bottom right, rgba(50, 58, 94, 0.5) 20%, rgba(20, 115, 175, 0.5) 180%);
    */
    background: rgba(0, 100, 150, 0.125);
    z-index: -1;
}
.hero-video::after{
    display: block;
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(50, 58, 94, 1) 5%, rgba(50, 58, 94, 0) 50%);
    z-index: -1
}
.hero-video{
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: end;
}
.hero-video video{
    /* filter: grayscale(); */
}

.hero-video figure{
    text-align: center;
}
.hero-video img{
    width: 100% !important;
    height: auto !important;
    max-width: 600px !important;
}

.hero-video .nk-awb-wrap-content{
    padding-bottom: 40px !important; 
}
.product-slider{
    box-sizing: border-box;
    overflow: hidden;
    flex: 1 0 100%;
}
.product-slider .item .background{
   
    /* background: linear-gradient(to left top, rgba(220, 220, 220, 1) 45%, rgba(190, 190, 190, 1) 100%);  */
    /*background: silver;
    background: linear-gradient(to right bottom, rgba(190, 150, 90, 0.3) 0%, rgba(250, 245, 185, 0.3) 50%, rgba(180, 135, 40, 1) 100%);
    */
    background: rgba(175, 200, 225, 1); 
    background: linear-gradient(to top, rgba(50, 58, 94, 1) -30%, rgba(175, 200, 225, 1) 40%); 
    border-radius: 12px;
    padding: 20px;
}
.product-slider .item {
    box-sizing: border-box;
    display: flex;

    text-align: center;
    flex-direction: column;
    justify-content: end;
    width: 100%;
}
.product-slider .item .shopping-cart, 
.product-slider .item .dl-manual{
    position: absolute;
    width: 60px;
    height: 60px;
    display: block;
    right: 10px;
    top: 10px;
}
.product-slider .owl-item{
    display: flex;
}
.product-slider .item h4{
    /* margin: 0; */
    font-size: 16px;
}
.product-img{
    max-height: 350px;
    width: auto !important;
    margin: 0 auto;
    max-width: 100%;
}
.content-container{
    /* flex: 1 0 40%; */
    flex: 1 0 100%;
}
.odd .content-container{
    padding-right: 2em;
}
.even .content-container{
    padding-left: 2em;
}
.products-container{
    margin-bottom: 5em;
}
.products-container.odd .content-container,
.products-container.even .product-slider{
    order: 1;
}
.reviews.wp-block-lazyblock-post-list .owl-dots,
.product-slider .owl-dots, 
.press-slider .owl-dots{
    text-align: center;
    /*
    margin-bottom: -1em;
    margin-top: 1em;
    */
}
.reviews.wp-block-lazyblock-post-list .owl-dots button,
.product-slider .owl-dots button, 
.press-slider .owl-dots button{
    background: rgba(160, 195, 225, 1);
    height: 10px;
    width: 10px;
    margin: 0 2px;
    border-radius: 50px;
    transition: all 0.2s ease;
}
.reviews.wp-block-lazyblock-post-list .owl-dots button.active,
.product-slider .owl-dots button.active, 
.press-slider .owl-dots button.active{
    background: rgba(50, 58, 94, 1);
    width: 50px;
}


.products-container.even .content-container, 
.products-container.odd .product-slider{
    order: 2;
}



.intro, 
.about{
    width: 80%;
    margin: 5vw auto 0;
}
.intro > div:first-child{
    padding: 25px;
    box-sizing: border-box;
}
.about .has-white-color{
    padding: 25px;
    box-sizing: border-box;
}
.intro .wp-block-column{
    /* border-radius: 25px; */
    border-radius: 12px; 
    overflow: hidden;
}
.intro .has-white-color, 
.about .has-white-color{
    background: linear-gradient(to bottom right, rgba(50, 58, 94, 1) 20%, rgba(20, 115, 175, 1) 180%);
}
.hero-video h2{
    font-size: 3.5em;
    /* margin-top: 1em; */
    margin: 0;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}
.about > div{
    /* border-radius: 25px; */
    border-radius: 12px;
}
.about figure{
    /* border-radius: 25px; */
    border-radius: 12px;
    overflow: hidden;
}
.hero-video .logo{
    position: relative;
    margin-top: 6em;
}
/* === hero product + content === */

.hero-product .hero{
    flex: 1 50%;
    box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.hero-product .content{
    padding-top: 5em;
}
.hero-product-even .hero, 
.hero-product-odd .content{
    order: 1;
}
.hero-product-odd .hero, 
.hero-product-even .content{
    order: 2;
}
.hero-product .hero-image{
    background-color: rgba(240, 240, 240, 1);
    /* background: linear-gradient(to left top, rgba(240, 240, 240, 1) 45%, rgba(190, 190, 190, 1) 100%);  */
    /* border-radius: 25px; */
    background: linear-gradient(to right bottom, rgba(50, 58, 94, 1), rgba(175, 200, 225, 1)); 
    background: linear-gradient(to top, rgba(50, 58, 94, 1) -30%, rgba(175, 200, 225, 1) 40%); 
    border-radius: 12px;
    /* padding: 2em 12em; */
    padding: 2svw 8svw;
    box-sizing: border-box;
    position: relative;
}
.hero-product .hero img{
    display: block;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
}
.hero-product .content{
    flex: 1 0 50%;
    padding: 0 5em;
    box-sizing: border-box;
}
.hero-product .content > *:nth-child(1){
    margin-top: 0;
}
.hero-product-odd .content{
    padding-left: 0;
}
.hero-product-even .content{
    padding-right: 0;
}
.hero-product .hero-subline h4{
    text-align: center;
    font-size: 16px;
    /* font-weight: 300; */
}

/* === handler slider === */    
#ueber-uns{
    background-color: rgba(240, 240, 240, 1);
    padding-top: 0vw;
    margin-top: 0;
    margin-bottom: 0;
}
#unternehmen{
    margin-top: 0;
    background-color: rgba(240, 240, 240, 1);
}
#unternehmen .facts{
    padding-top: 5em;
    padding-bottom: 5em;
    box-sizing: border-box;
    gap: 40px;
}
#unternehmen .nk-awb{
    position: relative;
    padding-bottom: 4em;
    box-sizing: border-box;
}
#unternehmen .nk-awb .nk-awb-wrap-content{
    width: 66%;
    margin: 0 auto;
}
#unternehmen .nk-awb:before{
    display: block;
    content: "";
    background: linear-gradient(to top, rgba(50, 58, 94, 1), rgba(50, 58, 94, 0.3)100%);
    position: absolute;
    inset: 0;
    z-index: -1;
    padding-bottom: 20px;
}

#wrapper .handler-slider{
    padding-top: 10vw !important;
    padding-bottom: 10vw !important;
    position: relative;
    background-repeat: no-repeat;
    background-position: 0 -10vw;
    background-size: cover;
    margin-top: 3vw;
    display: block;
}
/*
#wrapper .handler-slider:before{
    content: "";
    display: block;
    background-color: rgba(50, 54, 94, 0.3);
    position: absolute;
    inset: 0;
}
    */
#wrapper .handler-slider h2{
    color: rgba(255, 255, 255, 1);
    text-align: center;
}
.handler-slider .owl-stage{
    display: flex;
    transition-timing-function: linear !important;
    animation-delay: unset;
}
.handler img{
    filter: brightness(0) invert(1);
}
.handler-slider .owl-item{
    display: flex;
    align-items: center;
}
.product-slider .owl-stage{
    display: flex;
    align-items: start;
}
.mood{
    font-size: 2em;
}
/* ========================================================================================== */
/* Start Footer
/* ========================================================================================== */
#footer{
    /* background-color: rgba(50,58, 94, 1);  */
    background: linear-gradient(to bottom right, rgba(50, 58, 94, 1) 20%, rgba(20, 115, 175, 1) 180%);
    color: rgba(255, 255, 255, 1);
    margin: 0 20px;
    /* border-radius: 25px; */
    border-radius: 12px;
    margin-bottom: 40px;
}
#footer .inside{
    margin: 0 -20px;
    padding-top: 3em;
    padding-bottom: 5em;
}
#footer a{
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}
#footer ul{
    display: block;
    list-style: none;
    margin:  0;
    padding: 0;
}
#footer li{
    display: block;
}
#footer .inside .footer-content{
    flex: 0 25%;
}

#footer .wp-block-columns figure{
    height: initial;
    width: initial;
}
#footer .follow{
    display: flex;
    gap: 10px;
}
#footer .follow a{
    display: flex;
    /* width: 25px; */
    height: auto;
}
#footer .follow a img{
    width: auto;
    height: 20px;
}


/* ========================================================================================== */
/* Start Reviews
/* ========================================================================================== */
.wp-block-lazyblock-post-list{
    margin: 60px 0;
}
.reviews.wp-block-lazyblock-post-list{
    /* overflow: hidden; */
}
.reviews.wp-block-lazyblock-post-list .owl-stage{
    display: flex;
}
.review{
    border-radius: 12px;
    background-color: #f4f4f4; 
    background: linear-gradient(to bottom right, rgba(240, 240, 240, 1) 35%, rgba(225, 240, 245, 1) 140%); 
    position: relative;
    text-align: center;
    /* max-width: 25%; */
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 40px;
    display: inline-block;
    vertical-align: top;
    transition: all 0.1s ease;
    margin-top: 50px;
}
.review .inside{
    min-height: 300px;
}
.review:hover{
    margin-top: 45px;
    margin-bottom: 45px;
}
.review p{
    margin: 5px 0;
}
.review .description{
    display: block;
    padding: 0 10px;
    box-sizing: border-box;
    overflow: hidden;
    transition: all 0.4s ease;
    position: relative;
}
.review .description .dots{
    position: absolute;
    bottom: 0;
    right: 0;
}
.review .description.full-desc{
    max-height: 1000px !important;
}
.review .avatar{
    width: 128px;
    height: 128px;
    margin: 0 auto;
    display: block;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    transform: translateY(-64px);
    margin-bottom: -44px;
}
.review .avatar img{
    width: 100%;
    height: auto;
}
.review .date{
    margin: 20px 0;
    display: block;
}

.review ul{
    text-align: left;
}
.review .headline{
    margin: 0px 0 20px;
    font-size: 18px;
}

.review ul{
    margin-left: 20px;
}

.reading-options div{
    display: none;
    text-decoration: underline;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 15px;
    font-size: 14px;
}
.reading-options div:hover{
    cursor: pointer;
}
.reading-options .active{
    display: block;
}

.review .star-review{
    display: inline-block;
    /* margin: 0 auto; */
    width: 1;
    background-image: url('../images/stars-0.svg'); 
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 15px;
}
.review .star-review img{
    opacity: 0;
    height: 15px;
    width: auto;
}
.review .star-review.stars-1{
    background-image: url('../images/stars-1.svg'); 
}
.review .star-review.stars-2{
    background-image: url('../images/stars-2.svg'); 
}
.review .star-review.stars-3{
    background-image: url('../images/stars-3.svg'); 
}
.review .star-review.stars-4{
    background-image: url('../images/stars-4.svg'); 
}
.review .star-review.stars-5{
    background-image: url('../images/stars-5.svg'); 
}
.review .stars-verify{
    display: flex;
    flex-direction: row;
    justify-content: center;
        margin: 10px 0;
}
.review .verified{
    height: 15px;
    margin-left: 7px;
    position: relative;
    top: 1px;
    display: inline-block !important;
    width: auto !important;
}

/* Presse */
#presse{
    padding: 5vw 0em;
    box-sizing: border-box;
    background-color: rgba(240, 240, 240, 1);
    margin-top: -5vw;
}
#presse > .wp-block-heading:nth-child(1){
    margin-top: 0;
}
#presse h6{
    font-size: 1em;
    margin-bottom: 10px;
}
.press-slider{
    margin-top: 2em; 
}
.single-press{
    display: flex;
    align-items: center;
    margin-left: 150px;
}
.single-press h5{
    margin-top: 0;
    font-size: 1.2em; 
}
.single-press .visu{
    flex: 1 0 40%;
    overflow: visible;
}
.single-press .visu{
width: 100%;
  height: auto;
  margin-left: -150px;
  margin-right: -50px;
  position: relative;
  display: flex;
}
.single-press .visu img{
    border-radius: 12px;
    box-shadow: 0px 0 20px -10px rgba(50, 58, 94, 1)
}
.single-press .visu .press-storer{
    position: absolute;
    bottom: -70px;
    left: 20px;
    height: auto;
    display: flex;
}
.single-press .visu .press-storer > div{
    width: 120px;
    margin-right: 20px;
}
.single-press .visu .press-storer img{
    display: block;
    position: relative;
}
.single-press .visu .absolute{
    position: absolute;
}
.single-press .content{
    flex: 1 0 60%;
    background: linear-gradient(to bottom right, rgba(50, 58, 94, 1), rgba(20, 115, 175, 1)); 
    color: rgba(255, 255, 255, 1);
    padding: 30px; 
    padding-left: 80px;
    box-sizing: border-box;
    border-radius: 12px;
}
.single-press .content a{
    color: rgba(255, 255, 255, 1);
    margin-top: 20px;
    display: inline-block;
}
.single-press img{
    width: 100%;
    height: auto;
}
.single-press h5{
    margin-bottom: 20px;
}
.single-press date{
    display: inline-block;
    margin-bottom: 20px;
    font-size: 0.8em;
}

/* ========================================================================================== */
/* Start Downloads
/* ========================================================================================== */
.page-id-750 article ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 4em 0;
}
.page-id-750 article ul li{
    display: inline-block;
    flex: 0 25%;
    padding: 0 5px;
    box-sizing: border-box;
    margin-bottom: 50px;
}
.page-id-750 article ul li a{
    display: flex;
    box-sizing: border-box;
    text-decoration: none;
    color: inherit;
    
    /* background: linear-gradient(to bottom right, rgba(240, 240, 240, 1) 35%, rgba(225, 240, 245, 1) 140%); */
    border-radius: 12px;
    align-items: center;
}
.page-id-750 article ul li a:hover{
    text-decoration: underline;
    cursor: pointer;
    color: rgba(175, 200, 225, 1); 
}
.page-id-750 article ul li a img{
    width: 40px;
    height: 40px;
}
.page-id-750 article ul li a span.name{
    white-space: pre-wrap;
    display: inline-block;
}
.page-id-750 article ul li a span{
    line-height: 1.2;
    font-size: 14px;
}
.page-id-750 article ul li a span strong{
    display: inline-block;
    margin-bottom: 5px;
}
.page-id-750 article ul li a span.info{
    font-size: 10px;
    position: absolute;
}


.stoerer{
    position: absolute;
}
.stoerer.bvt-top10{
    bottom: 30px;
    left: 30px;
    width: 120px !important;
    height: auto;
    max-width: auto !important;
}