﻿*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*{ margin: 0; outline: none; -webkit-text-size-adjust: none; }

:root {
    font-family: 'Noto Sans', sans-serif; font-size: 16px; line-height: var(--rootLineHeight) ; color: var(--black);
    --primary: rgba(130,195,69,1);
    --secondary: #20140c;
    --secondary2: #fff;
    --black: #20140c;
    --bs-gutter-x: 15px;
    --borderColor: ##463020;
    --rootLineHeight: 1.5;
    --defaultPadding: min(max(30px, 3vw), 80px);
    --mainWidth: 2000px;
}

main{
    background-color: #fff;
    display: block;
    width: var(--mainWidth);
    max-width: 100%;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 100px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.1);
    overflow-x: hidden;
}

article,section,footer{ position: relative; z-index: 2; padding: var(--defaultPadding) 0; }
article > div.container > div.row,
section > div.container > div.row,
footer > div.container > div.row{ --bs-gutter-x: min(max(15px, 1vw), calc(var(--defaultPadding)/2)); --bs-gutter-y: min(max(1.75rem, 1vw), calc(var(--defaultPadding))); }

article.text-text > div.container > div.row{ --bs-gutter-y: min(max(1rem, 1vw), calc(var(--defaultPadding))); }

.bg-secondary{ background-color: var(--secondary); color: #fff; }
.bg-secondary2{ background-color: var(--secondary2); }
.bg-secondary + .bg-secondary{ padding-top: 0; }
.bg-secondary2 + .bg-secondary2{ padding-top: 0; }

html { -webkit-font-smoothing: antialiased; }
html{ height: 100% !important; }

body{ background-color: #000; }

.black{ background-color: var(--black); color: #fff; }

p:empty{ display: block; min-height: 1rem; margin-top: 0!important; }

.hidden{ display: none; }
.left{ float: left; }
.right{ float: right; }
.clear{ clear: both ;}
.alignright{ text-align: right; }
.alignleft{ text-align: left; }
.cursor{ cursor: pointer; }
.center{ text-align: center; }
.abscenter{ position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }
.relative{ position:relative; } 
.ucase{ text-transform: uppercase; }
.capitalize{ text-transform: capitalize; }

img, svg, iframe, picture{ vertical-align: middle; }

.flex{ display: flex; }

.object-fit-cover{ position: absolute; inset: 0; width: 100%!important; height: 100%!important; object-fit: cover; }
.object-fit-contain{ position: absolute; inset: 0; width: 100%!important; height: 100%!important; object-fit: contain; }

hr { border: none; height: 1px; width: 1760px; max-width: 100%; margin: 0 auto; background-color: var(--color2); }

ul{ list-style-type: none; margin: 0; padding: 0; }
ul li{ background: none; padding: 0; position: relative; }

figure,
div.image{ position: relative; }

figure img,
div.image img{ max-width: 100%; height: auto; }

article,section,footer{ position: relative; z-index: 2; padding: var(--defaultPadding) 0; }
article > div.container > div.row,
section > div.container > div.row,
footer > div.container > div.row{ --bs-gutter-x: min(max(15px, 1vw), calc(var(--defaultPadding)/2)); --bs-gutter-y: min(max(1.75rem, 1vw), calc(var(--defaultPadding))); }

h1,h2{ font-weight: 700; font-size: min(max(32px, 2vw), 42px); line-height: 1.25; margin: 0; text-wrap: pretty; }
/* h2{ font-weight: 700; font-size: min(max(22px, 2vw), 30px); line-height: 1.25; margin: 0; text-wrap: pretty; } */
h3, div.h3{ font-weight: 700; font-size: min(max(18px, 2vw), 22px); line-height: 1.25; margin: 0; text-wrap: pretty; }

h3 + p{ margin-top: 16px; }
p + button{ margin-top: 24px; }

b,strong{ font-weight: 700; }

.hidden{ display: none; }
.center{ text-align: center; }

section.hero.banner h1 + *,
article :is(h1,h2) + *{ margin-top: 1rem; }

a{ display: inline-block; position: relative; text-decoration: none; color: inherit; }
.underline { border-bottom: 1px solid; border-color: var(--color1); line-height: 1.2; display: inline-block;  }

button{ border: none; font-family: inherit; }
button,.button{ text-transform: uppercase; font-size: 16px; font-weight: 700; text-align: center; position: relative; border: unset; background-color: var(--primary); color: #fff; padding: 0 32px; line-height: 50px; cursor: pointer; transition: .2s; border-radius: 4px; }

/*
form button{ width: 100%; display: block; }
*/

div.container.Breadcrumb{ position: relative; z-index: 2; }
ol.BreadcrumbList{ display: block; padding: 20px 0 0 0; margin: 0; list-style-type: none; font-size: 12px; opacity: 0.9; }
ol.BreadcrumbList li { display: inline-block; margin: 0 3px 0 0; padding: 0; }
ol.BreadcrumbList li:not(:first-child):before { content:">";  display: inline-block; margin-right: 4px; position: relative; top: 0; }
ol.BreadcrumbList li a{ color:  inherit;  }

header{ position: absolute; top: 0; width: 100%; z-index: 3; background-color: rgba(30,22,12,.35); }
header div.row{ height: 108px; }
header a.logo{ display: inline-block; vertical-align: middle; }

header a.logo img{
    display: block;
    width: 173px;
    height: 30px;
}

section.hero{ padding: 0; height: 790px; }

section.hero div.wrapper{ position: absolute; inset: 0; z-index: 1; display: flex; height: 100%; align-items: center; }
section.hero div.wrapper div.text{ color: #fff; font-size: 20px; }

section.hero div.wrapper div.text h1{ font-size: min(max(32px, 8vw), 58px); line-height: 1.15; max-width: 18ch; }
section.hero div.wrapper div.text p { max-width: 38ch; line-height: 1.3; }

section.hero .video-frame { overflow: hidden; position: relative; height: 1365px; }
section.hero picture{ display: block; position: relative; padding-top: 100%; }
section.hero picture img{ position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

section.ctas::before {
    content: "";
    display: block;
    width: 100%;
    height: 610px;
    position: absolute;
    top: 120px;
    background: rgb(248, 248, 248);
    background: linear-gradient(180deg, rgba(255, 255, 255, .2) 0%, rgba(255, 255, 255, 1) 50%);
}

section.ctas{ padding-top: 0; margin-top: -120px; padding-bottom: calc(var(--defaultPadding) * 1.2); }
section.ctas div.card{ color: #fff; background-color: rgba(255,255,255,0.9); padding: 20px; border-radius: 5px; text-align: center; color: initial; height: 100%; }
section.ctas div.card h2{ margin-bottom: 10px; font-size: min(max(18px, 2vw), 28px); }

section.ctas div.row > div:nth-child(3) div.card { background-color: rgba(130,195,69,.95); }

section.formular{ padding-top: 0; padding-bottom: calc(var(--defaultPadding) * 1.3); }
section.formular form { width: 275px; max-width: 100%; }
section.formular form button{ width: 100%; }
section.formular form h2{ }

section.formular ul{ display: block;  }
section.formular ul li::before{ content: ""; width: 24px; height: 24px; display: block; background: url(check-mark-green.svg) center center no-repeat; background-size: 16px auto; position: absolute; left: 0; }
section.formular ul li { padding-left: 40px; }
section.formular ul li + li{ margin-top: 7px; }

article.text-image div.image img,
article.text-image div.video-frame video{ border-radius: 5px; }

footer{
    width: var(--mainWidth);
    max-width: 100%;
    margin: 0 auto;
}


@media (min-height: 1365x) {
    section.hero .video-frame { max-height: 100vh; }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl { max-width: 1400px; }
    section.ctas div.card{ padding: 40px 35px; font-size: 18px; }
    article.text-image div.text{ font-size: 18px; }
}

@media (min-width: 768px) {
    section.ctas div.row > *{ --bs-gutter-y: 0px!important; }
}

@media (max-width: 991px){

    header ul.burger{ position: relative; z-index: 2; display: flex; flex-wrap: wrap; width: 40px; height: 37px; justify-content: center; gap: 6px; cursor: pointer; padding: 10px; background-color: var(--secondary);  }
    header ul.burger li{ width: 20px; height: 2px; background-color: #000; transition: .2s; }
    header nav{ display: none; position: fixed; width: 100%; height: 100vh; top: 0; left: 0; z-index: 1; background-color: var(--primary); padding-top: 160px; overflow: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; }

    header nav ul.menu { flex-flow: column; gap: 30px; }
    header nav ul.menu > li > a{ font-size: 24px;  }

    body[data-menu=open]{ overflow: hidden; }
    body[data-menu=open] header ul.burger li:nth-child(2){ display: none; }
    body[data-menu=open] header ul.burger li:nth-child(1){ transform: rotate(45deg); position: relative; top: 8px; }
    body[data-menu=open] header ul.burger li:nth-child(3){ transform: rotate(-45deg); top: -4px; }
    body[data-menu=open] header ul.burger{ position: relative; top: -4px; }
    body[data-menu=open] header nav{ display: block; }

}

@media (max-width: 767px){
    


}

@media (max-width: 575px){

    header div.row{ height: 70px; }
    header a.logo img{ width: 118px; height: auto;}
    header button, .button { font-size: 12px; padding: 0 20px; line-height: 34px; }
    
    section.hero { height: 80vh; }
    section.hero .video-frame { height: calc(100vh + 220px);  }
    section.hero div.wrapper div.text { font-size: 18px; }

    section.formular form { max-width: 100%; width: 100%; }
    section.formular form button{ width: 100%; }

}
