:root {
    --pad: clamp(15px, 4.17vw, 600px);
    --toppad: clamp(30px, 4.7vw, 90px);
    --botpad: clamp(30px, 4.7vw, 90px);

}

body{
    color: #151615;
    background: #fff;
}

.container{
    animation: startopa 0.5s linear forwards;
    animation-direction: alternate;
    opacity: 0.01;
}

@keyframes startopa {
    from {opacity: 0.01; }
    to { opacity: 1;}
}


.project-pads{
    padding-left: var(--pad);
    padding-right: var(--pad);   
}

.project-pads-left{
    padding-left: var(--pad);
}

.project-pads-right{
    padding-right: var(--pad);
}


.topbotpad{
    padding-top: var(--toppad);
    padding-bottom: var(--botpad);
}

.toppad{
    padding-top: var(--toppad); 
}

.botpad{
    padding-bottom: var(--botpad);
}

h1, h2, h3, h4, h5, h6{
    font-family: "telegraf";
    font-weight: 400;
}

h1{
    font-size: var(--font64);
}

h2{
    font-size: var(--font52);
    border-bottom: 1px solid #70A440;
    padding-bottom: 5px;
}

h3{
    font-size: var(--font42);
}

h4{
    font-size: var(--font32);
}

h5{
    font-size: var(--font28);
}

h6{
    font-size: var(--font26);
}

p{
    font-size: var(--font20);
    padding-bottom: 1em;
    line-height: 1.35em;
    font-family: "telegraf";
    font-weight: 400;
}

footer p{
    font-size: var(--font18);
}

a, li{
    font-size: var(--font18);
    font-family: "telegraf";
    font-weight: 400;
}

.btn{
    font-size: var(--font32);
    display: block;
    display: grid;
    grid-template-columns: auto 30px;
    width: fit-content;
    gap: 15px;
}

.btn:hover svg{
    animation: sarrow 0.3s infinite linear;
    animation-direction: alternate;
}

@keyframes sarrow {
    from {margin-right: 0px;}
    to {margin-right: 4px;}
}

.burger-lines:hover .line2{
    width: 39px;
}

.btn svg{
    height: var(--font22);
    align-self: center;
    justify-self: end;
}

.btn.small svg{
    height: var(--font18);
    margin-bottom: 2px;
}

.btn.small{
    font-size: var(--font24);
    min-width: 200px;
}

.btn.big{
    max-width: 550px;
    width: 100%;
}

p.btn{
    padding-bottom: 0px;
}

.newscard-basic-content-txtpart p{
    font-size: var(--font18);
}


.col597B38{
    color:#252F1F;
}

.col597B38{
    border-bottom: 1px solid #597B38;
}

.colfff{
    color:#fff;
    border-bottom: 1px solid #CEDEB5;
}

.colcedeb5{
    color:#fff;
    border-bottom: 1px solid #CEDEB5;
}

.headlinebox3-box-content{
    border-top: 1px solid #70A440;
    padding-top: 1em;
    margin-bottom: 1em;
}

.headlinebox3-box-content.bord-bottom{
    border-bottom: 1px solid #70A440;
}

#headlinebox3 .headlinebox3-box-helper.col-3{
    gap: clamp(30px, 6.3vw, 120px);
}

.headlinebox3-box-helper h3{
    margin-bottom: 12px;
}

#headlinebox3 h3{
    text-align: center;
}

.headlinebox3-headlinepart{
    margin-bottom: clamp(50px, 7.8vw, 150px);
}

#headlinebox3 .btn.all{
    margin-top: clamp(50px, 7.8vw, 150px);
}

.newscard-basic img{
    aspect-ratio: 4/3;
}

#newsfeed.tiny{
    padding-top: 30px;
}

#newsfeed .col-3{
    gap:20px;
}

.newscard-basic-content{
    align-self: end;
    color: #FFF;
    background: transparent linear-gradient(180deg, #252F1F59 0%, #252F1F 100%) 0% 0% no-repeat padding-box;
    padding: 15px 15px 20px clamp(15px, 2vw, 30px);
    z-index: 1;
}

.newscard-basic-content h4{
    border-bottom: 1px solid #CEDEB5;
    margin-bottom: 5px;
}

#postfeedhandler{
    margin-top: 40px;
}

.bcgpanel{
    background-image: url(bg_tile.svg);
    background-size: 28px 43px;
}

#postsingle{
    display: grid;
    grid-template-columns: auto clamp(250px, 33.3vw, 680px);
}

.postsingle-toppart{
    color: #fff;
    margin-bottom: clamp(20px, 2vw, 30px);
}

.postsingle-toppart-content{
    padding-left: var(--pad);
    padding-top: 30px;
}

.postsingle-right{
    background-color: #F1F5EA;
}

.postsingle-left img{
    height: auto;
    margin-top: clamp(20px, 2vw, 30px);
    margin-bottom: clamp(20px, 2vw, 30px);
}

.postsingle-right{
    padding-left: 30px;
    padding-right: 30px;
}

.postsingle-toppart .gradimask{
    background: linear-gradient(0deg, rgba(37,47,31,0) 0%, rgba(37,47,31,0) 50%, rgb(37, 47, 31) 95%, rgb(37, 47, 31) 100%);
    height: 100%;
    width: 100%;
}

.postsingle-right-postpart{
    display: grid;
    gap: 40px;
}

.endbutton{
    gap: clamp(20px, 6.3vw, 120px);
}

#newsfeed .btn.all{
    margin-top: clamp(50px, 7.8vw, 150px);
}

#imgtxtbox{
    display: grid;
    grid-template-columns: auto clamp(300px, 22.9vw, 500px) clamp(15px, 10.4vw, 250px);
    grid-template-rows: auto clamp(40px, 4.7vw, 90px);
}

#imgtxtbox img{
    grid-column: 1/3;
    grid-row: 1;
}

#imgtxtbox .bcgpanel{
    grid-column: 3;
    grid-row: 1;
}

#imgtxtbox .green-textbox{
    background-color: #597B38;
    color: #fff;
    grid-column: 2/4;
    grid-row: 1/3;
    align-self: end;
    padding: clamp(20px, 3.7vw, 70px);
}

#imgconcenter, #bannertype2{
    color: #fff;
}

.imgconcenter-content{
    background: transparent linear-gradient(180deg, #252F1F 0%, #252F1F7A 100%) 0% 0% no-repeat padding-box;
    justify-self: center;
    padding: clamp(30px, 4vw, 60px) clamp(30px, 4.7vw, 70px);
}

.bannertype2-content{
    background: transparent linear-gradient(270deg, #597B3870 0%, #597B38 100%) 0% 0% no-repeat padding-box;
    align-self: end;
    padding: clamp(30px, 5.3vw, 80px) clamp(30px, 4.7vw, 70px);
    padding-left: var(--pad);
    padding-right: var(--pad); 
}

.bannertype2-content h1{
    border-bottom:  1px solid #CEDEB5;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#imgcolumn1{
    display: grid;
    grid-template-columns: 67% auto;
}

.imgcolumn1-content{
    padding: clamp(30px, 5.3vw, 80px) clamp(30px, 4.7vw, 70px);
    padding-left: var(--pad);
    padding-right: var(--pad); 
}


#imgcolumn1.swapside{
    grid-template-columns: auto 67%;
}

.specifysettings h3{
    border-bottom:  1px solid #70A440;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.specifysettings a{
    color: #70A440;
    text-decoration-line: underline;
    font-size: var(--font20);
}

.specifysettings li{
    font-size: var(--font20);
    margin-left: 25px;
}

.specifysettings{
    color: #252F1F;
}

#imgconcenter .specifysettings{
    color: #fff;
}

#imgconcenter .specifysettings h3{
    border-bottom:  1px solid #CEDEB5;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.specifysettings ul{
    margin-left: 0px;
    padding: 0;
    list-style: none;
}

.specifysettings ul li::before {
    content: "\2794";
    color: #70A440;
    margin-left: -25px;
    position: absolute;
    margin-top: -5px;
}

#imgcolumn1.swapside img{
    order: 2;
}

#imgcolumn1.swapside .imgcolumn1-content{
    order: 1;
}

.white{
    background-color: #fff;
}

.green{
    background-color: #CEDEB5;
}

#multiboxes{
    display: grid;
    grid-template-columns: 67% auto;
}

#multiboxes.swap{
    grid-template-columns: auto 67%;
}

#multiboxes.swap img{
    order: 1;
}

#multiboxes.swap .multiboxes-content{
    order: 2;
}

.multiboxes-content-rows{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:  clamp(30px, 4.7vw, 90px);

}

#multiboxes img{
    height: 100%;
}

#imgcolumn1.project-pads.swapside .imgcolumn1-content {
    padding: 0px  clamp(30px, 4.7vw, 70px) clamp(30px, 5.3vw, 80px) 0px;
}

#imgcolumn1.project-pads .imgcolumn1-content {
    padding: 0px  0px clamp(30px, 5.3vw, 80px) clamp(30px, 4.7vw, 70px);
}

.multiboxes-content-toppart{
    margin-bottom: clamp(30px, 3.3vw, 50px);
}

.contactbanner-content{
    color: #fff;
    justify-self: center;
}

.contactgreenplate{
    background: transparent linear-gradient(180deg, #252F1F 0%, #252F1FA1 100%) 0% 0% no-repeat padding-box;
}

.contactbanner-content .bcgpanel{
    height: 17%;
    align-self: end;
}

.solfeed-helper{
    margin-top: clamp(30px, 4.7vw, 70px);
    color: #fff;
}

.solfeed-helper.col-3{
    gap: clamp(15px, 4.7vw, 90px);
}

.solcard-content{
    background: transparent linear-gradient(180deg, #252F1F59 0%, #252F1F 100%) 0% 0% no-repeat padding-box;
    padding: 30px 20px 20px;
    align-self: end;
}

.solcard-content p{
    line-height: 1em;
}

.solcard img{
    height: 100%;
    max-width: 570px;
}

#gradbanner{
    color: #fff;
}

#gradbanner-content{
    padding-bottom: clamp(30px, 4.7vw, 90px);
    align-self: end;
}

#gradbanner-content h1{
    border-bottom:  1px solid #CEDEB5;
    width: fit-content;
    padding-right: 50px;
}

.gradbanner-panel{
    background: linear-gradient(90deg, rgba(37,47,31,1) 0%, rgba(37,47,31,0) 50%, rgba(37,47,31,0) 100%);
    width: 100%;
    height: 100%;
}

#infoboxes .wline{
    width: 25px;
    height: 3px;
    background-color: #fff;
    display: block;
    align-self: center;
}

#infoboxes .hline{
    width: 3px;
    height: 25px;
    background-color: #fff;
    display: block;
    justify-self: center;
}

#infoboxes .infoopenclose{
    position: absolute;
    top: -7px;
    left: -70px;
    display: grid;
    height: 100%;
    background-color: #597B38;
    height: 53px;
    width: 53px;
    border-radius: 50%;
}

#infoboxes .infoopenclose-helper{
    width: fit-content;
    align-self: center;
    justify-self: center;
}

#infoboxes .theinfobox-topcontent{
    position: relative;   
}

#infoboxes  .theinfobox{
    cursor: pointer;
    margin-bottom: 50px;
}

#infoboxes .thebox-content{
    display: none;
    border-top: 1px solid #70A440;
    margin-top: 20px;
    padding-top: 15px;
}

#infoboxes .theinfobox.active .thebox-content{
    display: block;
}

#infoboxes .theinfobox.active{
    background-color: #fff;
    color: #191C1A;
}

#infoboxes .theinfobox.active .hline{
    transform: rotate(-90deg);
}

#infoboxes{
    color: #252F1F;
}

.theinfobox{
    margin-left: 70px;
}

.videogallery-helper{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px 20px;
    margin-top: clamp(30px, 4.7vw, 70px);
}

.videocard iframe{
    height:  clamp(320px, 25vw, 489px);
}

.postcateg svg{
    height: 15px;
}

.postcateg span{
    display: none;
}

.postcateg.active span{
    display: block;
    margin-right: 5px;
}

.postcateg{
    display: inline-flex;
    cursor: pointer;
}

#newsfeed-categorypart{
    display: flex;
    gap: clamp(15px, 4.7vw, 70px);
    flex-wrap: wrap;
    margin-top: 30px;
}

#himmeli{
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: clamp(30px, 5.2vw, 100px);
    margin-bottom: 50px;
    justify-content: center;
}

.himmel.active{
    background-color: #252F1F;
    border: 2px solid #252F1F;
    color: #fff;
}

.himmel {
    color: #252F1F;
    border: 2px solid #252F1F;
    height: 45px;
    width: 45px;
    display: grid;
    align-content: center;
    justify-content: center;
    cursor: pointer;
    padding-bottom: 0px;
    border-radius: 50%;
    font-size: var(--font24);
}

#frontbanner h2{
    border-bottom: none;
    padding-bottom: 0px;
}

.frontbanner-content{
    background: transparent linear-gradient(90deg, #252F1F 0%, #252F1F91 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    position: relative;
}

.tbutton{
    background-color: #FFF;
    height: 43px;
    width: 43px;
    position: absolute;
    display: grid;
    border-radius: 50%;
    cursor: pointer;
}

#frontbanner{
    position: relative;
}

.tbutton-wline{
    height: 18px;
    width: 2px;
}

.tbutton-hline{
    height: 2px;
    width: 18px;
}

.tbuttonlines{
    align-self: center;
    justify-self: center;
    background-color: #000;
}

footer{
    background-color: #252F1F;
    color:#AEBEA5;
}

.footer-helper{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
}

footer img{
    /* 1500 */
    height: clamp(35px, 4vw, 60px);
    margin-bottom: 30px;
}

footer .some svg{
    height: 20px;
}

.footerpart1-helper{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.footerpart1, .footerpart2{
    border-right: 1px solid #597B38;
}

.frontbanner-imagebox{
    position: relative;
}

@media (max-width: 1200px) {
    #ultra-nav.big{
        display: none;
    }
    #ultra-navburger{
        display: grid;
    }
} 


/* Nav end */

/* Nav Burger */

.burger-background {
    background-color: transparent;
}

#ultra-nav-burgerlogo{
    padding: 10px var(--pad);
    padding-left: var(--pad);
    width: fit-content;
    z-index: 2000;
}

.burger-lines {
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-self: end;
    cursor: pointer;
    padding-right: var(--pad);
    height: fit-content;
    align-self: center;
}

.burger-lines .bline {
    background-color: #fff;
    width: 39px;
    height: 4px;
    margin-bottom: 5px;
}

.burger-lines .line2{
    width: 30px;
}

.burger-lines.active .bline {
    background-color: #fff;
    margin-bottom: 0px;
}

.burger-lines.active{
    z-index: 2000;
    padding-top: 20px;
    padding-bottom: 20px;
}


.burger-menus{
    position: absolute;
    z-index: 1000;
    background-color: #597B3892;
    width: 20%;
    height: 100vh;
    justify-content: center;
    display: grid;
    transition: transform 0.5s linear;
    transform-origin: right;
    transform: scaleX(0);
    padding-top: 200px;
    right: 0px;
}

.burger-menus.active{
    transform: scaleX(1);
    transition: transform 0.5s linear;
    transform-origin: right;
}

.burger-menus a{
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    text-transform: uppercase;
}

#ultra-nav-burgerlogo.active{
    z-index: 2000;
}

.burger-lines.active .line1{
    transform: rotate(-45deg);
    position: absolute;
}

.burger-lines.active .line2{
    transform: rotate(45deg);
}

.burger-lines.active .line3{
   display: none;
}

#ultra-navburger .parentti{
    position: relative;
}

#ultra-navburger .balloon{
    display: inline-block;
    position: absolute;
    margin-left: 10px;
    margin-top: -2px;
    cursor: pointer;
}

#ultra-navburger .balloon{
    display: inline-block;
    position: absolute;
    margin-left: 10px;
    margin-top: -2px;
    cursor: pointer;
}

#ultra-navburger .arrow{
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: 8px;
}

#ultra-navburger li .sub-menu {
    display: none;
}

#ultra-navburger li.active-sub .sub-menu{
    display: block;
}

#ultra-navburger .sub-menu li{
    padding-left: 15px;
}

.burger-menus ul{
    list-style: none;
}

.burger-menus ul li{
    margin-bottom: 5px;
}

/* Nav Burger end */

#ultra-navburger{
    position: absolute;
    z-index: 100;
    width: 100%;
}

.burger-lines.active .line2, .burger-lines.active .bline{
    width: 25px;
}

#ultra-nav-burgerlogo a img{
    height: 80px;
}

.himmel span{
    margin-top: 4px;
}

.frontbanner-content-helper{
    margin-top: clamp(170px, 11.6vw, 210px);
}

.frontbanner-content-helper h2, .frontbanner-content-buttons{
    margin-top:  clamp(20px, 2.67vw, 40px);
}

.frontbanner-content-helper h1, .frontbanner-content-helper h2{
    font-size: var(--font52);
}

.frontbanner-content-buttons .btn{
    margin-bottom: 15px;
}

.green-textbox .headlinebox3-box-content{
    border-top: 1px solid #CEDEB5;
}

.imgconcenter-content .headlinebox3-box-content{
    border-top: none;
}

.imgconcenter-content.specifysettings a.btn{
    text-decoration-line: unset;
    color: #fff;
    border-bottom: 1px solid #CEDEB5;
    font-size: var(--font32);
}

.specifysettings li{
    margin-bottom: 15px;
}

#imgconcenter .bord-bottom{
    border-bottom: none;
}

.multiboxes-content-toppart h2{
    border-bottom: none;
    margin-bottom: 10px;
}

.contactbanner-content-thecontent{
    padding: clamp(120px, 11.6vw, 210px) 60px;
}

.contactbanner-content-thecontent h1{
    font-size: var(--font42);   
    border-bottom: 1px solid #CEDEB5;
    margin-bottom: 15px;
}

.postsingle-left{
    margin-top: clamp(120px, 11.6vw, 210px);
}

.postsingle-right{
    padding-top: clamp(130px, 11.9vw, 230px)
}

.postsingle-right h3{
    margin-bottom: 20px;
}

.postsingle-bottompart .btn.return{
    transform: scaleX(-1);
    margin-top: clamp(20px, 3.33vw, 50px);
    max-width: 300px;
}

.postsingle-bottompart .btn.return span{
    transform: scaleX(-1);
    justify-self: left;
}

#newsfeed{
    padding-top: clamp(120px, 11.6vw, 210px);
}

.burger-lines.cblack .bline{
    background-color: #252F1F;
}

.burger-lines.active .bline{
    background-color: #fff;
}

#imgtxtbox .green-textbox p{
    font-size: var(--font18);   
}

.newscard-basic-content h4{
    font-size: var(--font22);   
}

h6.postcateg{
    font-size: var(--font22);   
}

.tbutton:hover{
    background-color: #597B38;
}

.tbutton:hover .tbuttonlines{
    background-color: #fff;
}

.newscard-basic:hover img{
    filter: grayscale(60%) hue-rotate(30deg);
}

.postsingle-right-postpart .btn.small{
    font-size: var(--font18);
}

.postsingle-right-postpart .btn.small svg{
    height: var(--font15);
}

.newscard-basic{
    max-width: 600px;
}

#imgconcenter img{
    height: 100%;
}

.imgconcenter-content{
    padding-bottom: 50px;
}


#bannertype2 img, #gradbanner img{
    min-height: 300px;
}

#imgcolumn1 img, #gradbanner img, #contactbanner img, #bannertype2 img{
    height: 100%;
}

footer .some svg:hover .st0{
    fill: #fff;
}


.tbuttontxt{
    background-color: #252F1F;
    color: #fff;
    padding: 10px;
    margin-top: 45px;
    position: absolute;
    width: 230px;
    display: none;
}

.tbutton.active .tbuttontxt{
    display: block;
    z-index: 10;
}

.tbutton.active .tbutton-wline{
    transform: rotate(-90deg);
}

.tbuttontxt p{
    font-size: var(--font18);
}

#bannertextvideoimage{
    padding-top: 100px;
}

.bannertextvideoimage-content{
    /* 1700 */
    max-width: clamp(600px, 75vw, 1300px);
    align-self: end;
    justify-self: center;
    padding: 30px;
    margin-bottom: 50px;
}

.bannertextvideoimage-content, .bannertextvideoimage-content h1{
    color: rgb(239 209 160);
}

.bannertextvideoimage-content h1, .bannertextvideoimage-content p{
    text-shadow: 1px 1px 2px rgb(0 0 0 / 90%);
    text-align: center;
}

.bannertextvideoimage-content p{
    font-size: var(--font22);
}

.bannertextvideoimage-content h1{
    margin-bottom: 10px;
}

.bannertextvideoimage-content .newbtn{
    margin: 0 auto;
    display: block;
    width: fit-content;
    font-size: var(--font22);
}


iframe{
    display: block;
}

.ubcgyoutube{
	width: 100%;
	overflow: hidden;
	aspect-ratio: 16/9;
	pointer-events: none;
}

.ubcgyoutube iframe{
    width: 300%;
    height: 100%;
    margin-left: -100%;
    display: block;
}

.uvimeovideo, .uyoutubevideo, .uimgvideo img{
    aspect-ratio: 16/9;
}

.ubcgvimeo{
    width: 100%;
    aspect-ratio: 16/9;
	pointer-events: none;
}

.ubcgvimeo iframe{
    width: 100%;
    height: 100%;
}

.bannertextvideoimage-content .btn.big{
  max-width: 450px;
}

@media (max-width: 1800px) {
    footer img {
        height: clamp(35px, 3vw, 60px);
    }
}

@media (max-width: 1700px) {
    .width20 {
        width: 30%;
    }
}

@media (max-width: 1600px) {
    .width30  {
        width: 35%;
    }
}

@media (max-width: 1500px) {
    .width90  {
        width: unset;
    }

    .width50{
        width: 60%;
    }

    #infoboxes .infoopenclose {
        top: -10px;
        height: 50px;
        width: 50px;
    }

    .burger-menus{
        width: 30%;
    }
}

@media (max-width: 1300px){
    #imgtxtbox{
        grid-template-columns: auto 30% clamp(15px, 10.4vw, 250px);
    }

    .newscard-basic-content{
        padding: 15px 15px 20px 15px;
    }

    .contactbanner-content-thecontent {
        padding: clamp(120px, 11.6vw, 210px) 40px;
    }

    #infoboxes .infoopenclose {
        height: 45px;
        width: 45px;
        left: -60px;
    }
    #infoboxes .hline {
        height: 23px;
    }

    #infoboxes .wline {
        width: 23px;
    }

    .theinfobox {
        margin-left: 60px;
    }
    .tbuttontxt{
        margin-left: -230px;
        margin-top: 31px
    }

    .tbutton{
        height: 30px;
        width: 30px;
    }
}

@media (max-width: 1200px) {
    #frontbanner{
        display: unset;
    }

    .frontbanner-content-helper{
        margin-top: 0px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .frontbanner-content.width30{
        width: unset;
        background: #597B38;
    }

    .newscard-basic.ultra-allinone{
        display: block;
    }

    .newscard-basic{
        background: linear-gradient(90deg, rgba(89,123,56,1) 0%, rgba(112,164,64,1) 100%);
        overflow: hidden;
    }
    .newscard-basic-content{
        height: 100%;
    }

    #infoboxes .theinfobox {
        margin-bottom: 40px;
    }

    .burger-menus {
        width: 35%;
    }

    #ultra-nav-burgerlogo a img {
        height: 60px;
    }
    
    .burger-lines .bline{
        height: 3px;
    }

    .width20 {
        width: 50%;
    }

    .footer-helper {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 1100px){
    #imgtxtbox{
        grid-template-columns: auto 45%;
    }

    #imgtxtbox .green-textbox{
        grid-column: 2;
    }

    #imgtxtbox .bcgpanel{
        display: none;
    }
    #imgtxtbox img {
        grid-column: 1/3;
    }

    .width30 {
        width: 40%;
    }

    .width50 {
        width: 70%;
    }
}


@media (max-width: 1000px) {
    .home .burger-background {
        background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(89, 123, 56) 64%, rgb(112, 164, 64) 100%);
    }
    .home #ultra-navburger {
        position: relative;
    }

    .himmel{
        height: 40px;
        width: 40px;
    }

    .burger-menus {
        width: 40%;
    }
}

@media (max-width: 900px){
    #imgtxtbox {
        grid-template-columns: 1fr;
        grid-template-rows: unset;
    }
    #imgtxtbox .green-textbox {
        grid-column: 1;
        grid-row: 2;
        padding-left: var(--pad);
        padding-right: var(--pad); 
    }
    #imgtxtbox img {
        grid-column: 1;
    }

    .width30 {
        width: 50%;
    }

    #imgcolumn1, #imgcolumn1.swapside{
        grid-template-columns: 1fr;
    }

    #imgcolumn1.swapside img {
        order: 1;
    }

    #imgcolumn1.swapside .imgcolumn1-content {
        order: 2;
    }

    #imgcolumn1.project-pads .imgcolumn1-content {
        padding: 30px 0px;
    }

    #imgcolumn1.project-pads.swapside .imgcolumn1-content {
        padding: 30px 0px;
    }

    #multiboxes {
        grid-template-columns: 1fr;
    }

    .multiboxes-content{
        order: 2;
    }

    #multiboxes img{
        order: 1;
        aspect-ratio: 1/1;
        max-height: 400px;
    }

    #multiboxes.swap{
        grid-template-columns: 1fr;
    }

    #postsingle {
        grid-template-columns: 1fr;
    }

    .postsingle-right{
        padding-left: var(--pad);
        padding-right: var(--pad); 
    }

    .postsingle-right {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .postsingle-right-postpart{
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    #bannertype2.ultra-allinone{
        display: block;
    }

    .width20 {
        width: unset;
    }

    .bannertype2-content{
        background-color: #597B38;
    }
}

@media (max-width: 800px) {
    .width50 {
        width: 80%;
    }

    #infoboxes .infoopenclose {
        height: 43px;
        width: 43px;
        left: -55px;
    }

    .theinfobox {
        margin-left: 55px;
    }

    .burger-menus{
        padding-top: 150px;
        width: 45%;
    }
}

@media (max-width: 700px) {
    #headlinebox3 .headlinebox3-box-helper.col-3 {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }

    .width30 {
        width: 60%;
    }

    .multiboxes-content-rows {
        grid-template-columns: 1fr;
    }

    .postsingle-right-postpart {
        grid-template-columns: 1fr;
    }

    .width50 {
        width: unset;
    }

    .videogallery-helper {
        grid-template-columns: 1fr;
    }

    .burger-menus{
        width: 50%;
    }

    .footer-helper {
        grid-template-columns: 1fr;
    }

    .footerpart1, .footerpart2 {
        border-right: unset;
    }

    .footerpart1 img{
        height: 50px;
    }
}

@media (max-width: 600px) {
    .width30 {
        width: 80%;
    }

    .width20 {
        width: unset;
    }

    #infoboxes .infoopenclose {
        height: 38px;
        width: 38px;
        left: -50px;
    }

    .theinfobox {
        margin-left: 50px;
    }

    #infoboxes .infoopenclose {
        top: -7px;
    }

    #infoboxes .wline {
        width: 20px;
        height: 2px;
    }

    #infoboxes .hline {
        height: 20px;
        width: 2px;
    }

    .burger-menus {
        width: 100%;
        background-color: #69884B;
        padding-top: 180px;
    }

    .tbutton.active .tbuttontxt {
        display: block;
        margin-left: 0px;
        margin-top: 0px;
        position: relative;
    }
    .tbutton.active .tbuttontxt-light{
        position: fixed;
        background-color: rgba(56, 73, 40, 0.9);
        height: 100vh;
        width: 100vw;
        left: 0;
        top: 0;
        z-index: 400;
        display: grid;
        align-content: center;
        justify-content: center;
    }

    .width80{
        width: unset;
    }

    #bannertextvideoimage{
        display: block;
    }

    .bannertextvideoimage-content{
        background-color: #3E4827;
        margin-bottom: 0px;
    }
}

@media (max-width: 400px) {
    .width30 {
        width: unset;
    }
    #ultra-nav-burgerlogo a img {
        height: 55px;
    }
}