p{
    font-family: neue-haas-unica, sans-serif;
    font-weight: 400;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6, h7, h8, h9{
    font-family: neue-haas-unica, sans-serif;
    font-weight: 500;
    font-style: normal;
}

html{
    font-size: 18px;
    scroll-behavior: smooth;
    scrollbar-color: #1b4d54 #EFEFEF;
    scrollbar-width: auto;
}

::-webkit-scrollbar-track {
    background-color: #EFEFEF;
}

::-webkit-scrollbar {
    width: 15px;
    scroll-behavior: smooth;
}

::-webkit-scrollbar-thumb {
    background-color: #1b4d54;
    border: 0px solid transparent;
    border-radius: 0px;
    background-clip: content-box;
} 


.table th {
    padding-left: 0px;
    font-weight: 400;
    font-family: neue-haas-unica, sans-serif;
}

body{
    background-color: #D4D2CF;
}


.partner-box p {
    padding-top: 15px;
    font-weight: 400;
}

.postedday{
    padding-top: 15px !important;
    color: #b8b5b0 !important;;
    font-weight: 500 !important;;
    font-size:15px;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1680px;
    overflow: hidden;
    background-color: #fff;
}


h1{
    font-size: 100px;
    color: #fff;
}

h2{
    font-size: 30px;
}



/*Navbar*/
a:hover{
    text-decoration: none;
    color: #fff;
}

.active-page a{
    border-bottom: solid;
    padding-bottom: 3px;
}

.hoover a {
    border-bottom: solid;
    padding-bottom: 3px;
}

#menu-footer .hoover a {
    border-bottom: none;
    padding-bottom: 0px;
}

.navbar-toggler:focus, .navbar-toggler:active {
    outline: none;
    box-shadow: none;
}

.navbar{
	z-index: 200;
	width: 100%;
	position: absolute;
	padding-top: 30px;
	padding-bottom: 15px;
}

.navbar-brand {
    position: absolute;
    margin-left: 8.333333333333333%;
}

.item a{
    margin-right:30px;
}

.cls-green a{
    color:#1b4d54;
}

a{
	color:#fff;
	font-size:17px;
	text-decoration: none;
    transition: color 0.4s linear;
   -webkit-transition: color 0.4s linear;
   -moz-transition: color 0.4s linear;
   font-weight: 400;
}
.navlogo{
    width:80px;
}

.navbar-toggler-icon {
    width: 30px;
	height: 50px;
}

.navbar-dark .navbar-toggler {
    border: none;
}

/*Sub Menu */
#collapsibleNavbar .menu-item-has-children {
    position: relative;
    display: inline-block;
}

#collapsibleNavbar .sub-menu {
    display: none;
    position: absolute;
   background-color: RGBA(22, 79, 71, 0.8);
    min-width: 260px;
	z-index: 1;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 15px;
}

#collapsibleNavbar .sub-menu a {
    color: #fff;
    text-decoration: none;
    display: block;
}

#collapsibleNavbar .sub-menu a:hover {
	border-bottom: 2px solid #fff;
}
#collapsibleNavbar .menu-item-has-children:hover .sub-menu {
	display: block;
}

#collapsibleNavbar ul{
	list-style-type: none;
}

#collapsibleNavbar .sub-menu li{
	padding-right: 0px;
}

#collapsibleNavbar .sub-menu a{
	padding-left: 20px;
}

.main-nav-big{
	display: inherit;
}

.main-nav-small{
	display: none;
}


footer{
    background-color: #b8b5b0;
    min-height:300px;
}

.no-padding{
    padding-left: 0px;
    padding-right: 0px;
}

.no-margin{
    margin-left: 0px;
    margin-right: 0px;
}

.main-header{
    position: absolute;
    top: 150px;
}

.white-flowing-box{
    background-color: #fff;
    position: absolute;
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
    z-index: 50;
    margin-top: -120px;
}

.white-flowing-box p {
    font-size: 26px;
}

.flowing-image{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.flowing-img{
    width: 100%;
    height: 100%;
    min-width: 1680px;
    object-fit: cover;
}

.link-box-padding{
    padding-left: 6%;
    padding-right: 6%;
    text-align: center;
    padding-bottom: 80px;
}

.linkbox-img{
    width: 85%;
    height: auto;
    margin-bottom: 15%;
}

.link-box-link-txt{
    position: absolute;
    top: 25px;
    left: 15%;
    max-width: 78%;
}

.link-box-link-txt h2{
    font-weight: bold;
    text-align: left;
}

.link-box-link-txt p{
    text-align: left;
    font-weight: bold;
    font-size: 17px;
    line-height: 26px;
}

.text-left-img-right img{
    width: 100%;
    height: auto;
}

.text-left-img-right h2{
    font-size: 42px;
    color: #1b4d54;
}

.text-left-img-right p{
    font-size: 17px;
    padding-top: 25px;
    line-height: 26px;
}

.end-padding, .pad-bottom{
    padding-bottom: 85px;
}

.light-grey-bcg{
    background-color: #f2f2f2;
    margin-bottom: 85px;
    padding-right: 15px;
    padding-top: 85px;
    padding-left: 3%;
    max-height: 580px;
}

.light-grey-bcg img{
    width: 120px;
    min-width: 120px;
    height: 110px;
    margin-left: 15px;
    float: left;
    margin-right: 40px;
}

.light-grey-bcg p{
    font-size: 25px;
    display: flex;
    line-height: initial;
}

.light-grey-bcg-pad-bottom{
    padding-bottom: 40px;
}

.box-dark-green{
    background-color: #164f47;
    padding-top: 85px;
    color: #fff;
}

.box-dark-green h2 {
    font-size: 42px;
}

.box-dark-green p {
    font-size: 17px;
    line-height: 26px;
}

.road-map{
    background-color: #e2f2df;
    padding-top: 85px;
}

.road-map h2{
    font-size: 42px;
    color: #1b4d54;
    margin-bottom: 85px;
}

.road-map h3{
    margin-top:30px;
    color: #1b4d54;
}

.roadmap-line{
    border-top: 1.5px solid #1b4d54;;
}
.roadmap-dot{
    height: 25px;
    width: 25px;
    background-color: #1b4d54;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    margin-top: -30px;
}

.dot1{
    margin-left: 10%;
}
.dot2{
    margin-left: 30%;
}
.dot3{
    margin-left: 50%;
}
.dot4{
    margin-left: 70%;
}
.dot5{
    margin-left: 90%;
}

.road-txt{
    text-align: center;
    width:20%;
}

.road-txt p{
    padding-right: 25px;
    padding-left: 25px;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
}

.box-light-brown {
    background-color: #f0e7dd;
    padding-top: 85px;
    color: #000;
}

.box-light-brown h2 {
    font-size: 42px;
    color: #1b4d54;
}

.box-light-brown p {
    font-size: 17px;
    line-height: 26px;
}

.paddingtons{
    padding-top:85px;
    padding-bottom:85px;
}

.partner-img{
    width:100%;
    height: auto;
}

.partner-box{
    width: 28%;
}

.partner-space-box{
    width:8%;
}

#Partners img{
    margin-top:60px;
}

#Partners h4{
    margin-top:30px;
    color: #1b4d54;
}

#Partners p{
    font-size: 17px;
    line-height: 26px;
}

.partners-last-box{
    background-color: #f2f2f2;
    padding-top: 85px;
    padding-bottom: 85px;
}

.portfolio-columns{
    width:30%;
}

.portfolio-columns-spaces{
    width: 5%;
}

.portfolio-settings h4 {
    margin-top: 30px;
    color: #1b4d54;
}

.portfolio-settings p {
    font-size: 17px;
}

.table thead th {
    border-bottom: none;
}

.table td, .table th {
    border-top: 1px solid #000;
}

.table td, .table th {
    padding-left: 0px;
}

tbody{
    border-bottom: 1px solid #000;
    font-size:17px;
}

thead{
    font-size:17px;
}

.thwidth1{
    width: 13%;
    font-weight: 500 !important;
}

.thwidth{
    width: 29%;
    font-weight: 500 !important;
}

.faq{
    padding-top:140px;
    padding-bottom: 85px;
    background-color: #eae7e2;
    color:#164f47;
    border-bottom: 3px solid #fff;
}

.faq h1, .news-page h1{
    color:#164f47;
}

.faq-part2{
    padding-top:50px;
    padding-bottom: 85px;
    background-color: #eae7e2;
    font-size:17px;
    line-height: 26px;
}

.faq-part2 h4, .news-page-part2 h4{
    color:#164f47;
    font-size: 24px;
}

.news-page {
    padding-top: 140px;
    padding-bottom: 85px;
    background-color: #fff;
    color: #164f47;
    border-bottom: 3px solid #eae7e2;;
}

.news-page-part2{
    padding-top:30px;
    padding-bottom: 85px;
    background-color: #fff;
    font-size:17px;
    line-height: 26px;
}

.news-img{
    min-height: 280px;
    max-height: 280px;
    width: 100%;
    object-fit: cover;
}

.areaislink{
    cursor: pointer;
}

.news-categories-headlines{
    margin-top: 15px;
    margin-bottom: 85px;
}

.news-types{
    display: inline;
    font-size:17px;
    color:#164f47;
    font-weight: bold;
    margin-right: 25px;
    cursor: pointer;
    display: inline-block;
    line-height: 26px;
}


.single-news-img{
    min-width:100%;
    min-height: 701px;
    max-height: 701px;
    object-fit: cover;
}

.single-news-headline{
    position: absolute;
    bottom: 50px;
    color: #fff;
    font-weight: bold;
}

.single-news-headline h1{
    font-size: 56px;
}

.single-news-headline p{
    font-size: 17px;
}

.part2-single-news{
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-textpart{
    padding-top: 85px;
    padding-bottom: 85px;
}

.single-textpart p{
    font-size:17px;
    line-height: 26px;
}

.part3-single-news{
    padding-bottom: 85px;
}

.cls-allnews{
    display:none;
}

.cls-allblogs{
    display:none;
}

.cls-allgenerals{
    display:none;
}

.cls-allpressrelease, .cls-allforest, .cls-allplastic, .cls-allcircular, .cls-allclimate{
    display:none;
}

.cls-allmediahits{
    display:none;
}

#allnews-1{
    display: block;
}

.pagmove{
    text-align: center;
    font-size: 40px;
    margin-top: 50px;
    color:#164f47;
}

.bi-arrow-right, .bi-arrow-left{
    cursor: pointer;
    display:none;
}

.ind-img-helper{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.ind-img{
    width: 100%;
    height: 100%;
    min-width: 1680px;
    object-fit: cover;
}

.mask{
    position: absolute;
    top: 0;
    width:100%;
    height: 100%;
    background-color:rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.main-text-font-settings h1{
    font-size: 80px;
    margin-bottom:50px;
    text-align: center;
}

.main-text-font-settings h2{
    color: #fff;
    text-align: center;
    margin-bottom:50px;
}

.main-text-font-settings p{
    color: #fff;
    text-align: center;
    font-size:17px;
    line-height: 26px;
}

.cases-headline h2{
    color:#164f47;
    margin-top:85px;
    margin-bottom:50px;
    font-size: 36px;
}

.ind-cases-help-txt h2, .ind-cases-help-txt p{
    color:#164f47;
}

.ind-part3-img{
    width: 100%;
    height: 100%;
    min-width: 1680px;
    object-fit: cover;
}


.ind-part3-img-helper{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.ind-part3-text{
    position: absolute;
    top: 85px;
    color:#fff;
    font-weight: bold;
}

.ind-part3-text h2 {
    font-size: 36px;
    margin-bottom:30px;
}

.ind-part3-text p {
    font-size:17px;
    margin-bottom:30px;
    font-family: neue-haas-unica, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 26px;
}

.ind-part4{
    padding-top:85px;
    padding-bottom:85px;
    background-color: #fff;
    color:#164f47;
}

.ind-part4 h2 {
    font-size: 36px;
    margin-bottom:30px;
}

.ind-part4 p {
    font-size:17px;
    margin-bottom:30px;
    font-weight: 600;
    line-height: 26px;
}

.ind-part4 .countries {
    width:14%;
    border-top: 2px solid #eae7e2;
    padding-top: 20px;
}

.ind-part4 .countries-spaces {
    width:7.5%;
}

.countries h4{
    font-size: 26px;
}

.countries p{
    font-size: 70px;
}

.countries-source{
    font-size: 14px;
    color:#eae7e2;
}

.countries-red{
    color: #df0040;
}

.countries-yellow{
    color: #e9ae47;
}

.kapy-text-color{
    color:#000;
}

.flow-mask{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

#footmenu ul{
    list-style-type: none;
}

.thefooter{
    padding-top: 85px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
}

#menu-footer{
    padding-left: 0px;
}

.foot-address{
    padding-top: 6px;
}

.foot-address p{
    margin-bottom: -3px;
    margin-top: -5px;
}

.foot-some-ico{
    width:50px;
    margin-left: 25px;
    cursor: pointer;
}

.foot-some{
    text-align: right;
}

.casesbox{
    position: relative;
    width:30%;
    padding-bottom: 70px;
}

.casesbox-spaces{
    width:5%;
}

.cases-image{
    width:100%;
    height:100%;
    object-fit: cover;
    min-height: 450px;
    max-height: 450px;
}

.cases-box-txt{
    position: absolute;
    top: 25px;
    left: 10%;
}

.cases-box-txt h2{
    color: #fff;
    text-shadow: 1px 1px #7e7e7e;
}

.cases-box-txt p{
    text-align: left;
    font-weight: bold;
    font-size: 17px;
    line-height: 26px;
    margin-top: 10px !important;
}

.cases-box-txt span{
    background-color: rgba(229,229,229, 0.5);
}

.portfolio-svg-img{
    width: 100px;
    height: 100px;
}

.port-font-settings h2{
    color:#164f47;
    margin-top: 25px;
    margin-bottom: 20px;

}

.port-font-settings p{
    font-weight: 400;
    color:#000;
}

.supply-chain{
    font-size: 42px;
    color: #164f47;
}

.Portfolio-end-padding{
    padding-bottom: 100px;
}

.contact-us {
    padding-top: 140px;
    padding-bottom: 85px;
    background-color: #f0e7dd;
    border-bottom: 3px solid #fff;
}

.contact-us h1{
    color: #164f47;
}

.contact-us-part2 {
    padding-top: 60px;
    padding-bottom: 85px;
    background-color: #f0e7dd;
    font-size: 17px;
    line-height: 26px;
}

.contact-us-text-part2 p{
    color:#164f47;
    font-size: 26px;
}

.ind-part2{
    margin-top: 100px;
    margin-bottom: 100px;
}

.ind-part2-img{
    width: 100%;
    height: auto;
}

.ind-part2 h2{
    color:#164f47;
    font-size: 36px;
    padding-bottom: 30px;
}

.ind-part2 p{
    font-size: 22px;
    color:#164f47;
    font-family: neue-haas-unica, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.ind-readmore{
    font-size: 17px !important;
    cursor: pointer;
    width: 115px;
    margin-left: -10px;
    padding: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.ind-readmore-arrow{
    font-size: 18px !important;
    cursor: pointer;
    height: 12px !important;
    width: auto !important;;
    margin-left: 5px;
    margin-top: -2px;
}

.ind-readmore:hover{
    background-color: #e2e1df;
    
}

.betternature{
    background-color: #e2f2df;
    padding-top:100px;
    padding-bottom: 100px;
}

.better-nature-img{
    height: 340px;
    width:auto;
}

.betternature p {
    font-size: 17px;
    margin-bottom: 30px;
    font-family: neue-haas-unica, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 26px;
}

.betternature h2 {
    font-size: 36px;
    margin-bottom: 30px;
}

.contact-image {
    width: 50%;
    height: auto;
    border-radius: 50%;
}

.personbox{
    margin-bottom: 60px;
}

.personbox h2{
    font-size: 24px;
}

.personbox img{
    margin-bottom: 25px;
}

.hr-white{
    border-top: 2px solid #fff;
    width:100%;
    margin-bottom: 50px;
}

.idx-part2-mobile{
    margin-top: 85px;
}

.spanlink{
    padding: 8px;
    border-radius: 50px;
    cursor: pointer;
    font-size:18px;
}

.spanlink:hover{
    background-color: rgba(184,181,176,0.7 );
}

.readmore-txt{
    margin-top: 50px;
    font-size: 18px;
    margin-left: -8px;
}


.born991{
    display:none;
 }

#partFooter{
    padding-bottom: 20px;
}

.partner-box a{
    color: #164f47;
    font-style: italic;
}

.partner-box a:hover{
    color: #164f47;
    font-style: italic;
}

.partner-box {
	padding-bottom: 30px
}

.part2-single-news iframe, .part2-single-news img{
    max-width: 100%;
}

.singlecasepad iframe, .singlecasepad img{
    max-width: 100%;
}

.link-box-link-txt .readmore-txt{
    margin-top: 0px;
}

.iframe1{
    display:none;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.cls-green .navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(22, 79, 71, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


.news-active{
    background-color: rgba(234, 231, 226, 0.5);
}

.themenu h6{
    text-decoration: underline;
    font-size: 32px;
}

.themenu .sub-menu{
    display: none;

}

.news-cats-info{
    color: #164f47;
    margin-left: 8px;
    border-radius: 20px;
    padding-left: 9px;
    padding-right: 9px;
    background-color: rgba(184,181,176,0.2 );
    display: inline-block;
}

.media-img{
    cursor: pointer;
}

#full-page-image-box{
    display: none;
    position: absolute;
    z-index: 4000;
    top: 0;
    width: 100%;
    height: 3000px;
    background-color: #000;
    max-width: 1680px;
    cursor: pointer;
}

.madia-img-helper{
    text-align: center;
}

.meedia-img{
    width: 100%;
    height:auto;
}

#mobile-menu .main-nav-small a{
    color:#fff;
}

.media-img-margin{
    margin-bottom: 30px;
    object-position: 0 0;
}

.Media-headline h2{
    color: #164f47;
    margin-bottom: 80px;
}

.burgerlogo{
    margin-left: 8.333333333333333%;
    width: 80px;
    position: fixed;
    top: 39px;
    z-index: 9000;
    padding-left: 2px;
}

.themenu{
    display: flex;
    position: fixed;
    background-color: #164f47;
    height: 100%;
    width: 100%;
    z-index: 6000;
    justify-content: center;
    color: #fff;
    text-align: center;
}

#mobile-menu{
    display: none;
}

.close-burger-menu{
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    border-radius: 20px;
    width: 34px;
    z-index: 7000;
    position: fixed;
    right: 40px;
    margin-top: 40px;
    color: #fff;
    cursor: pointer;
}

#burger-menu-list-items li{
    margin-bottom: 2px;
}

#burger-menu-list-items{
    margin-top: 150px;
}

.sub-menu a{
	border-bottom:none;
	width: 100%;
	
}

#burger-menu-list-items #menu-item1, #burger-menu-list-items #menu-item13, #burger-menu-list-items #menu-item11, #burger-menu-list-items #menu-item19,  #burger-menu-list-items #menu-item21{
	font-size: 24px;
    cursor: pointer;
    font-family: neue-haas-unica, sans-serif;
    font-weight: 400;
}

.f-lastrow{
	padding-top: 30px;
	color: #e0ddd8;
}

.reg-media{
    text-align: right;
    display: block;
}

.reg-media p{
    display: inline-block;
    cursor: pointer;
}

.thereg{
    margin-right: 50px;
}

.country-calculator{
	color: #164f47;
	padding-top: 100px;
	padding-bottom: 100px;
	line-height: 26px;
}

.country-calculator .countries {
    width:14%;
    border-top: 2px solid #eae7e2;
    padding-top: 20px;
    line-height: 100px;
    position: relative;
}

.country-finish-part{
    position: absolute;
    bottom: 0px;
}

.country-calculator .countries-spaces {
    width:7.5%;
}

.country-light-grey{
	color: #888;
}

.country-texti p{
	font-size: 17px;
	margin-bottom: 30px;
	font-family: neue-haas-unica, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 26px;
	color: #000;
}

.country-calculator h2{
	font-size: 36px;
	margin-bottom: 30px;
}

.country-texti{
	margin-bottom: 50px;
}

.countries .country-end-text{
    font-size: 14px;
    line-height: 22px;
}

.country-calculator a{
	text-decoration: none;
	color: #999;
}

.partner-box a, .part2-single-news a, .white-flowing-box-bottom-box a, .text-left-img-right a{
	color: #164f47;
	text-decoration: underline;
	font-style: normal;
}

#mobile-menu #burger-menu-list-items li{
    list-style-type: none;
}

#mobile-menu #menu-item1{
    margin-left: -15px;
}

.vplaceholder-img{
    width: 100%;
    height:auto;

}

.palaute{
    background-color: #eae7e2;
    padding-bottom: 70px;
    padding-top: 50px;
}

button{
    height: 70px;
    font-size: 18px;
    padding: 20px;
}

.btn1, .btn2, .btnOk, .btnReadregister{
    width: 250px;
}

textarea {
    width: 100%;
    margin-bottom: 30px;
}

.s-mit, .s-mit2{
    height: 70px;
    font-size: 18px;
    padding: 20px;
    width: 150px;
    color: #fff;
    background-color: #61bf83;
}

.palaute h2{
    color: #164f47;
    margin-bottom: 30px;
    margin-top: 30px;
}

.btn1{
    margin-right: 30px;
}

#ccr, #ccr3{
    text-align: center;
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: bold;
    text-decoration: line-through;
    margin-bottom: 30px;
    display: none;
}

#ccr2, #ccr4{
    margin-bottom: 30px;
}

.down-feedback2{
    margin-top: 30px;
}

.popit{
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 2px solid #666;
    padding: 10px;
    width: 300px;
    text-align: center;
    height: 150px;
    background-color: #eae7e2;
}

.popit .popit-header{
    position: absolute;
    display: block;
    margin-top: 0px;
    right: 0;
    left: 0;
    top: 0;
    border-bottom: 1px solid #000;
    padding: 5px;
    background-color: #164f47;
    color: #fff;
}

.popit .popit-text{
    margin: 0;
    margin-right: 0px;
    position: absolute;
    top: 70px;
    left: 50%;
    margin-right: -50%;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
    padding-left: 15px;
    padding-right: 15px;
   
}

.popit button{
    position: absolute;
    left: 50%;
    margin-right: -50%;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
    bottom: 0px;
    background-color: #164f47;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: -5px 0px;
    cursor: pointer;
    height: 30px;
    width: 80px;
    padding-bottom: 2px;
    box-shadow: 2px 2px rgba(0,0,0,0.4);
    padding: 0px;
}

#checki{
    display: none;
}


.btn1:focus, .btn2:focus{
    border: 1px solid rgb(184, 181, 176);
    outline:0;
}

#mobile-menu #menuu1-sub-menu .title, #mobile-menu #menuu15-sub-menu .title {
    font-style: italic;
    font-size: 22px;
}

#mobile-menu #menuu1-sub-menu .item:first-child .title, #mobile-menu #menuu11-sub-menu .item:first-child .title, #mobile-menu #menuu19-sub-menu .item:first-child .title, #mobile-menu #menuu21-sub-menu .item:first-child .title{
    font-style: normal;
    display: none;
}

.palaute .btn2 {
    margin-top: 15px;
}

.down-feedback, .down-feedback2{
    display: none;
}

.burger-menu-icon1, .burger-menu-icon2, .burger-menu-icon3, .burger-menu-icon4, .burger-menu-icon5{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    height: 15px;
    margin-left: 25px;
}

.media-video iframe {
    width: 100%;
    height: 280px;
}

#burger-menu-list-items .menu-header{
    margin-left: 50px;
}

.readmore-txt .spanlink {
    padding: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    margin-left: -5px;
    padding-left: 14px;
    padding-bottom: 14px;
    border-radius: 50px;
    padding-top: 2px;
    padding-bottom: 3px;
}

.idx-part2-mobile a, .ind-part-2-small-settings a, .body-colori a, .better-nature-text .readmore-txt a, .white-flowing-box-bottom-box .readmore-txt a, .text-left-img-right .readmore-txt a {
    color:#212529;
    text-decoration: none;
}


#thecookies{
    background-color: RGBA(22, 79, 71, 0.9);
    position: fixed;
    bottom: 0px;
    z-index: 50000;
    color:#fff;
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 1680px;
    padding-left: 7.2%;
}

.btnReadregister, .btnOk{
    border: solid 1px #fff;
    font-weight: 600;
    height: 50px;
    padding-top: 10px;
    font-family: neue-haas-unica, sans-serif;
    font-weight: 500;
}

.btnReadregister a{
    color:#000;
    font-weight: 500;
}

#thecookies{
    display:none;
}

.down-feedback, .down-feedback2{
    display: none;
}


#thecookies p{
    display: inline;
    margin-right: 30px;
}

.btnOk, .btnReadregister{
    transition: transform .7s;
    background-color: RGBA(205, 203, 199, 1);
}

.btnOk:hover, .btnReadregister:hover{
    background-color: #d9d9d9;
}

.faq-part2 a{
    color: #177a6d;
}

.download-img{
    margin-top: -20px;
    position: absolute;
    padding-left: 14px;
    padding-right: 14px;
    border-radius: 50px;
    padding-top: 2px;
    padding-bottom: 3px;
    text-decoration: none;
    font-family: neue-haas-unica, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.download-img:hover{
    background-color: rgba(234, 231, 226, 0.5);
    transition: 0.3s;
    text-decoration: none;
    font-family: neue-haas-unica, sans-serif;
    font-weight: 400;
    font-style: normal;    

}

.news-page-part2 .partner-box .download-img{
    text-decoration: none;
    font-style: normal;
}

.frontpage-videopart{
    background-color: #e2f2df;
    padding-top: 85px;
    padding-bottom: 85px;
}

.category-arrows{
    padding-bottom: 85px;
    margin-top: 0px;
}

.jbannertext{
    font-size: 70px !important;
}

.prevpost{
    color: #164f47;
    max-width: 30%;
    display: inline-block;
    position: absolute;
    padding-left: 30px;
}
.nextpost{
    color: #164f47;
    max-width: 30%;
    display: inline-block;
    position: absolute;
    padding-right: 30px;
    right: 0px;
    margin-right: 8.333%;
}
.prevpost:hover, .nextpost:hover, .readmoreaboutthis:hover{
    color: #164f47;
}

.prevpost img{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    left: 0px;
    margin-top: 8px;
}
.nextpost img{
    position: absolute;
    right: 0px;
    margin-top: 8px;
}

.othersinglepostsettings{
    padding-bottom: 100px;
    padding-left: 8.3333%;
    padding-right: 8.333%;
}

.readmore-area-singlepost{
    color: #164f47;
    margin-bottom: 100px;
}

.readmoreaboutthis{
    color: #164f47;
    display: block;
}

.readmore-area-singlepost h3{
    margin-bottom: 50px;
}
.nextpostsmallsize{
    display: none;
}

.ind-carous{
    position: absolute;
    z-index: 100;
    width: 60px;
    cursor: pointer;
    transition: 0.4s;
    background-color: #e2f2df;
    height: 60px;
    padding: 10px;
    border-radius: 50%;
}

.ind-carous:hover{
    background-color: #eae7e2;
}
.carousright{
    right: 0px;
}
.carousleft{
    left: 0px;
    transform: rotate(-180deg);
}

.ind-part2{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.ind-part2 .row{
    padding-left: 110px;
    padding-right: 110px;
    margin: 0 auto;
}

.carouselli-data{
    display: none;
}
.carouselli-1{
    display: block;
}

.archive-cat img{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
}

.archive-cat h2{
    margin-bottom: 30px;
    margin-top: 30px;
}

.archive-headliner{
    color: #164f47;
    font-size: 36px;
    margin-bottom: 30px;
}

.indfeed-box{
    width: 100%;
}

.project-pads{
    padding-left: 8.333333%;
    padding-right: 8.333333%;
}


.indfeed-box-main{
    height: 100%;
    margin-bottom: 50px;
}

.indcategory-headers{
    cursor: pointer;
    margin-bottom: 8px;
}

#indpostinfo h4{
    color: #164f47;
    font-size: 24px;
}

#indhimmeli p{
    display: inline-block;
    font-size: 20px;
    margin-right: 15px;
    cursor: pointer;
}

#indhimmeli{
   text-align: center;
   margin-top: 30px;
    margin-bottom: 60px;
}

.induutiset h2{
    color: #164f47;
    margin-top: 85px;
    margin-bottom: 50px;
    font-size: 36px;
}

.induutiset h3{
    color: #164f47;
    margin-bottom: 20px;
    margin-top: -8px;
}

.induutiset-part2{
    padding-left: 50px;
}

.induutiset-part2 p{
    color: #164f47;
    font-weight: 600;
}

.induutiset-part2 p:hover{
    color: #000;
}

img.alignleft{
    float: left;
    margin: 20px;
    margin-left: 0px;
    margin-top: 5px;
}

img.aligncenter{
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}

img.alignright{
    float: right;
    margin: 20px;
    margin-right: 0px;
    margin-top: 5px;
}

.prod-arck{
    margin-top: 60px;
}


.prod-arck .cases-box-txt p {
    margin-top: -20px !important;
}

.sing-prod-banner .image100{
    min-height: 300px;
}

.prod-arck .cases-headline{
    text-align: center;
    margin-bottom: 80px;
}

/* Uudet */


.image100{
    width: 100%;
    object-fit: cover;
}

.themask{
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
    height: 100%;
    width: 100%;
}


.single-product-bannertxt h2{
    margin-bottom: 50px;
}

.single-product-bannertxt h1, .single-product-bannertxt h2{
    color: #fff;
}

.single-product-bannertxt h1{
   font-size: 80px;
}


.single-product-bannertxt{
    position: absolute;
    top: 230px;
    width: 55%;
}


.single-productpart2{
    background-color: #EAE7E2;
    padding-bottom: 95px;
    padding-top: 95px;
}

.single-productpart2 h2{
    font-size: 60px;
    color: #181818;
}

.boxes50{
    width: 50%;
}

.boxes50-txt{
    width: 50%;
    display: table;
    padding-top: 50px;
    padding-bottom: 50px;
}

.boxes50 img{
    height: 100%;
    object-position: center 0;
}


.imgtxt-text-sidebox{
    display: table-cell;
    vertical-align: middle;
    padding-left: 16.6666%;
    padding-right: 16.6666%;
}

.imgtxt-text-sidebox p{
    font-size: 17px;
}

.imgtxt-text-sidebox h2, .more-info-singleproduct h2{
    font-size: 60px;
    margin-bottom: 40px; 
    line-height: 1.1;
}

.imgtxt-text-sidebox h3, .more-info-singleproduct h3{
    font-size: 36px;
    margin-bottom: 40px;
    line-height: 1.1;
}

.boxes50-txt ul{
    padding-left: 20px;
}

.more-info-singleproduct{
    padding-bottom: 55px;
}

.usual-questions{
    color: #181818;
    padding-top: 20px;
    padding-bottom: 120px;
}

.question-label .line1, .question-label .line2{
    width: 20px;
    display: block;
    height: 3px;
    background-color: #181818;
    margin-left: 5px;
}

.question-label .line1{
    margin-top: 12px;
}

.question-label .line2{
    transition: 0.4s;
    transform: rotate(90deg);
    margin-top: -2px;
}

.round-plus{
    border-radius: 50%;
    border: 2px solid #000;
    width: 33px;
    display: block;
    height: 32px;
    left: 16px;
    position: absolute;
}

.question-label{
    padding-left: 60px;
    font-weight: bold;
}

.question-text{
    padding-left: 60px;
    display: none;
}

.question-text hr{
    margin-left: -60px;
}

.question-label{
    cursor: pointer;
}

.active .question-text{
    display: block;
}

.active .round-plus .line2{
    transition: 0.4s;
    height: 1px;
    transform: rotate(180deg);
}

.question-mainblock{
    padding-top: 80px;
}

.usual-questions h2{
    font-size: 36px;
    margin-bottom: 40px;
}

.single-question hr{
    margin-top: 25px;
    margin-left: 0px;
}

.question-label, .question-text, .single-question hr{
    width: 95%;
}

.continfo{
    color: #fff;
    background-color: #000;
    border: none;
    border-radius: 50px;
    height: 49px;
    padding: 5px;
    padding-left: 30px;
    padding-right: 30px;
}


#contactpopproduct label{
    width: 100px;
    margin-bottom: 10px;
    margin-top: 2px;
}

#kehikko{
    width: 40%;
    position: absolute;
    z-index: 200;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    background-color: #fff;
    padding: 40px;
}

#contactpopproduct{
    background-color: rgba(0,0,0,0.3);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    overflow-x: scroll;
    opacity: 0;
}

#kehikko h3{
    color: #164f47;
    margin-bottom: 30px;
}

#ccr10{
    display: none;
}


.continfo.send{
    margin-top: 30px;
}

.closeit{
    position: absolute;
    right: 40px;
    margin-top: -25px;
    font-size: 26px;
    color: #164f47;
    cursor: pointer;
}

#mess{
    margin-left: 100px;
    width: 80%;
    margin-top: -25px;
}


.contackti h3{
    font-size: 36px;
    display: inline-block;
    margin-right: 60px;
}

.h3scnd{
    margin-top: 30px;
}

.btnsub{
    color: #fff;
    background-color: #000;
    border: none;
    border-radius: 50px;
    height: 49px;
    padding: 5px;
    padding-left: 30px;
    padding-right: 30px;
}


.imgtxt-text-sidebox .readmore-txt .spanlink{
    color: #000;
}

.contlast{
    background-color: #B8B5B0;
    color: #fff;
}


.prod-arck{
    margin-top: 60px;
}


.prod-arck .cases-box-txt p {
    margin-top: -20px !important;
}

.sing-prod-banner .image100{
    min-height: 300px;
}

img.alignleft{
    float: left;
    margin: 20px;
    margin-left: 0px;
    margin-top: 5px;
}

img.aligncenter{
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}

img.alignright{
    float: right;
    margin: 20px;
    margin-right: 0px;
    margin-top: 5px;
}

.prod-arck .cases-headline{
    text-align: center;
    margin-bottom: 80px;
}

/* Uudet navihommat */
#ultra-nav.big{
    display: grid;
    grid-template-columns: 1fr 2fr;
    position: absolute;
    width: 100%;
    margin-top: 0px;
    z-index: 1000;
    padding-top: 25px;
}

#ultra-nav.big .sub-menu{
    background-color: RGBA(22, 79, 71, 0.8);
}

#ultra-nav-logo{
    margin-left: 26.5%;
}

#ultra-nav-logo img{
    position: absolute;
    width: 80px;
}

#ultra-nav-logo{
    width: 170px;
    grid-column: 1;
    grid-row: 1;
    z-index: 1;
}

#ultra-nav li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#ultra-nav a{
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    text-shadow: 0px 2px 6px rgba(0,0,0,0.2);
    font-family: neue-haas-unica, sans-serif;
    font-weight: 400;
    font-size: 17px;
}

#ultra-nav.big .navside ul{
    display: flex;
    gap: 25px;
}

#ultra-nav.big .navside{
    grid-column: 1/3;
    justify-content: center;
    display: grid;
    grid-row: 1;
}


#ultra-nav.big .sub-menu {
    position: absolute;
    flex-direction: column;
    align-items: start;
    justify-content: normal;
    width: auto;
    height: auto;
    min-width: 100px;
    display: flex;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.6s ease;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
}

#ultra-nav.big .navside li:hover .sub-menu{
    transform: scaleY(1);
}

#ultra-nav.big .sub-menu li{
    line-height: 0px;
}


#ultra-navburger{
    display: none;
}

#ultra-nav-burgerlogo{
    position: absolute;
    z-index: 2;
    width: 170px;
    margin-left: 8.33%;
    padding-left: 15px;
    z-index: 1001;
    margin-top: 20px;
}


.active-page .sub-menu a{
    border:none !important;
}

#ultra-nav.big .sub-menu li{
    margin-left: -30px;
}

#ultra-nav.big .sub-menu li a:hover{
    border-bottom: medium solid !important;
    border-color: #fff;
    padding-bottom: 0px;
}


#burger{
    position: absolute;
    height: 100px;
    width: 100px;
    z-index: 1;
    right: 0;
  padding: 10px;
  border-radius: 0px;
  clip-path: circle(60px at 100% 0%);
  transition: all 0.6s ease-in-out;
  cursor: pointer;
  
}

#burger.active {
    clip-path: circle(75%);
    background-color: #164f47;
    height: 100%;
    width: 100%;
    overflow: auto;
    z-index: 1000;
}

.bline{
    height: 3px;
    width: 25px;
    background-color: #fff;
    margin-bottom: 6px;
    border-radius: 25px;
}

.burger-lines{
    float: right;
    margin-right: 10px;
    margin-top: 10px;
}

#burger .burger-menus{
    display: grid;
    margin-top: 100px;
}

#burger .burger-menus ul{
    justify-self: center;
    min-width: 50%;
    text-align: center;
}

#burger li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#burger a {
    text-decoration: none;
    color: var(--white);
    font-size: 24px;
    font-family: neue-haas-unica, sans-serif;
    font-weight: 400;
    font-size: 24px;
    border: none !important;
}

#burger a:hover{
    color: var(--darkblue);
}

#burger .balloon{
    width: 20px;
    display: inline-block;
    height: 20px;
    border-radius: 50%;
    margin-left: 20px;
    position: absolute;
    margin-top: 3px;
}

#burger .balloon::after {
    margin-left: -5px;
    margin-top: -3px;
    position: absolute;
    color: var(--white);
}

#burger .sub-menu{
    display: none;
    transform: scaleY(0);
    transform-origin: top;
    padding: 0;
}

#burger .active-sub .sub-menu{
    display: block;
    transition: transform 0.6s ease;
    animation: fullScale 0.5s;
    animation-fill-mode: forwards;
}

@keyframes fullScale{
    from{
        transform:scale(0);
    }
    to{
        transform:scale(1);
    }
}



#burger.active .burger-lines{
    right: 35px;
    top: 20px;
    position: absolute;
}

#burger.active .burger-lines .line1{
    -webkit-transform:rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    height: 3px;
}

#burger.active .burger-lines .line2{
    -webkit-transform:rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    height: 3px;
}

#burger.active .burger-lines .line3{
    -webkit-transform:rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    height: 3px;
}

#ultra-nav-burgerlogo img{
    position: absolute;
    width: 80px;
}

.balloon img{
    -webkit-transform:rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

#burger .active-sub .balloon img {
    -webkit-transform:rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}


#ultra-nav.big.cls-green li a{
    color: #1b4d54;
}
#ultra-nav.big.cls-green .sub-menu li a{
    color: #fff !important;
}

#burger .burger-menus{
    display: none;
}
    
#burger.active .burger-menus{
display: block;
}

.continfo.continfo2{
    margin-left: 10px;
}

.prod-arck.front-prodfeed .cases-box-txt p {
    margin-top: 0px !important;
}

#thespace{
    padding-top: 150px;
}


@media (max-width: 1600px) {
    .foot-some-ico {
        margin-left: 15px;
        width: 45px;
    }

}

@media (max-width: 1400px) {
    .single-product-bannertxt {
        width: 70%;
        top: 200px;
    }
    #kehikko {
        width: 60%;
    }
}

@media (max-width: 1300px) {
    .foot-some-ico {
        margin-left: 10px;
        width: 40px;
    }
    h1 {
        font-size: 86px;
    }
    .ind-part2 .row {
        padding-left: 90px;
        padding-right: 90px;
    }
    .ind-carous {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 1200px) {
    .item a {
		margin-right: 20px;
	}
	#menu-main-menu{
		width: 900px;
		padding-left: 140px;
    }
    #ultra-nav.big{
        display: none;
    }
    #ultra-navburger{
        display: block;
    }
    .single-product-bannertxt h1 {
        font-size: 60px;
    }
}

@media (max-width: 1199px) {
    .country-calculator .countries {
        width: 25%;
    }
    .swap-divs-carousel{
        flex-direction: column-reverse;
    }
    .indflipit {
        flex-direction: column-reverse;
    }
    .induutiset-part2 p{
        display: inline-block;
        width: 25%;
    }
    .induutiset-part2 {
        padding-left: 16px;
        margin-bottom: 50px;
    }
}

@media (max-width: 1100px) {
    .induutiset-part2 p {
        width: 33.33%;
    }
}

@media (max-width: 1000px) {
    .single-product-bannertxt {
        width: 100%;
        background-color: #fff;
        padding-top: 60px;
        padding-bottom: 60px;
        position: relative;
        top: 0px;
    }
    .single-product-bannertxt h2, .single-product-bannertxt h1 {
        color: #181818;
    }
    .themask{
        background-color: transparent;
    }
    .single-productpart2 {
        padding-bottom: 60px;
        padding-top: 60px;
    }
    .single-productpart2 h2 {
        font-size: 50px !important;
    }
    .contackti h3 {
        margin-right: 40px;
    }
    .sing-prod-banner .image100 {
        object-position: right 0;
    }
    #kehikko {
        top: 80px;
        transform: translate(-50%, 0%);
        width: 80%
    }
    #thespace{
        padding-top: 180px;
    }
}


@media (max-width: 991px) {
    .navbar-dark .navbar-toggler {
        right: 30px;
        position: absolute;
    }
    .navbar-collapse {
        position: absolute;
        margin-top: 300px;
        right: 25px;
    }
    .ind-img {
        min-width: 991px;
    }
    .main-text-font-settings h1 {
        font-size: 70px;
    }
    .main-text-font-settings h1 {
        margin-bottom: 0px;
    }
    .better-nature-img {
        width: 100%;
        height: auto;
        margin-left: 20px;
    }
    .news-img {
        min-height: 250px;
        max-height: 250px;
    }
    .flowing-img {
        min-width: 1600px;
    }
    .portfolio-columns {
        width: 47.33333333333333%;
    }
    .kill991{
        display: none;
    }
    .partner-box {
       width: 47.33333333333333%;
    }
    .partner-space-box {
        width: 5.333333333333333%;
    }
    .born991{
       display:block;
    }
    .light-grey-bcg img {
        width: 90px;
        min-width: 90px;
        height: 100px;
        margin-left: 0px;
        margin-right: 20px;
    }
    .light-grey-bcg {
        max-height: 560px;
    }
    .road-txt {
        width: 100%;
        text-align: left;
    }
    .road-txt p {
        padding-right: 0px;
        padding-left: 0px;
    }
    .road-map h2 {
        margin-bottom: 0px;
    }
    .casesbox {
        width: 47.5%;
    }
    .navbar-collapse {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        background-color:  rgba(22, 79, 72, 0.8);
        right: auto;
    }
    #menu-main-menu{
        padding-left: 20px;
    }
    #collapsibleNavbar ul {
        float: right;
        padding-right: 20px;
        text-align: right;
    }
    .navbar-brand {
        position: relative;
    }
    .navbar-dark .navbar-toggler {
        position: relative;
    }
    .navbar-collapse {
        position: relative;
    }
    .navbar-collapse {
        margin-top: 0px;
    }
    .active-page a{
        padding-bottom: 0px;
    }
    .hoover a {
        padding-bottom: 0px;
    }
    .foot-some-ico {
        margin-left: 0px;
        width: 40px;
        margin-right: 10px;
    }
    .foot-some {
        text-align: left;
        margin-top: 20px;
    }
    .ind-part3-img {
        min-width: 1000px;
    }
    #menu-main-menu {
        padding-left: 0px;
    }
    #menu-item7 .sub-menu{
        display: none;
    }
    .themenu .sub-menu{
        margin-right: 20px;   
    }
}

@media (max-width: 900px) {
    .induutiset-part2 p {
        width: 50%;
    }

    .flipit767{
        flex-direction: column-reverse;
    }
    .boxes50-txt, .boxes50{
        width: 100%;
    }
    .single-productpart2 h2 {
        font-size: 50px !important;
    }
    .imgtxt-text-sidebox{
        padding-left: 8.333333%;
        padding-right: 8.333333%;
    }
    .imgtxt-text-sidebox p {
        margin-bottom: 20px;
    }
    .continfo.continfo2 {
        margin-left: 0px;
    }
}

@media (max-width: 850px) {
    .news-img {
        min-height: 200px;
        max-height: 200px;
    }
    .light-grey-bcg {
        max-height: 650px;
    }
}


@media (max-width: 767px) {
    .swap-divs{
        flex-direction: column-reverse;
    }
    .ind-part-2-small-settings{
        margin-top: 50px;
    }
    .ind-part3-img {
        min-width: 767px;
    }
    .ind-part3-text {
        position: relative;
        color: #164f47;
        padding-bottom: 85px;
    }
    .betternature {
        margin-top: 0px;
    }
    .better-nature-img {
        width: 350px;
        margin-left: 0px;
    }
    .better-nature-img-helper{
        text-align: center;
    }
    .better-nature-text{
        margin-top:85px;
    }
    .news-img {
        width: 100%;
        min-height: 300px;
        max-height: 300px;
    }
    .ind-news-box{
        width:100%;
    }
    .white-flowing-box {
        position: relative;
        margin-top: 0px;
        text-align: left;
    }
    .flowing-img {
        min-width: 1300px;
    }
    h1 {
        font-size: 80px;
    }
    .table {
        display: none;
    }
    .swap-img{
        margin-bottom: 50px;
    }
    .single-news-headline {
        position: relative;
        padding-top: 130px;
        padding-bottom: 50px;
    }
    .single-news-headline h1 {
        font-size: 30px;
    }
    .single-news-img {
        min-height: 530px;
        max-height: 530px;
    }
    .part2-single-news {
        display: block;
    }
    .light-grey-bcg img {
        width: 100px;
        min-width: 100px;
        margin-left: 10%;
        margin-right: 30px;
    }
    .light-grey-bcg {
        padding-top: 50px;
    }
    .cases-image {
        min-height: 400px;
        max-height: 400px;
    }
    .partner-box {
        padding-bottom: 10px
    }
    .material1 h2{
        margin-top: 50px;
    }
    .end-padding, .pad-bottom {
        padding-bottom: 0px;
    }
    .vision1 h2{
        margin-top: 50px;
    }
    .road-map {
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .enviromental1{
        margin-top: 50px;
    }

    .enviroflow-bottom{
        padding-bottom: 50px;
    }
    .box-light-brown h2 {
        margin-bottom: 30px;
    }
    .box-light-brown {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .enviendpad{
        padding-bottom: 50px;
    }
    .contact-us-text-part2{
        margin-bottom: 50px;
    }
    .contact-us-part2 {
        padding-bottom: 50px;
    }
    .contact-us {
        padding-bottom: 50px;
    }
    .faq {
        padding-bottom: 50px;
    }
    .faq-part2 {
        padding-bottom: 50px;
    }
    .singlecasepad{
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .box-dark-green {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .news-categories-headlines{
        display: grid;
    }
	.country-calculator .countries {
        width: 42%;
		margin-top: 0px;
    }
    .country-calculator {
        padding-bottom: 0px;
    }

    .head-country-calculator{
        background-color: #eae7e2;
		padding-bottom: 60px;
    }
	.country-calculator {
		padding-top: 60px;
	}
	.country-texti {
		margin-bottom: 0px;
    }
    .country-finish-part {
        position: relative;
    }
    .ind-part3-text {
		padding-top: 60px;;
        padding-bottom: 5px;
        top: 0px;
    }
    .frontpage-videopart-text{
        margin-top: 15px;
    }
    .nextpost {
        max-width: 100%;
        display: block;
        position: relative;
        display: none;
    }
    .prevpost {
        max-width: 100%;
        display: block;
        position: relative;
    }
    .nextpost img {
        position: relative;
        margin-top: 0px;
    }
    .nextpostsmallsize{
        display: block;
    }

    .flipit2-767{
        flex-direction: column;
    }
    .single-question{
        margin-bottom: 10px;
    }
    .question-mainblock {
        padding-top: 40px;
    }
    #thespace {
        padding-top: 10px;
    }
}


@media (max-width: 575px) {
    .main-text-font-settings h1 {
        font-size: 50px;
    }
    .ind-img {
        min-width: 600px;
    }
    h1 {
        font-size: 50px;
    }
    .flowing-img {
        min-width: 900px;
    }
    .portfolio-columns {
        width: 100%;
    }
    .kill575{
        display: none;
    }
    .partner-box {
        width: 100%;
     }
     .text-left-img-right h2 {
        font-size: 36px;
    }
    .linkbox-img {
        width: 100%;
    }
    .link-box-link-txt {
        left: 5%;
    }
    .single-news-img {
        min-height: 400px;
        max-height: 400px;
    }
    .light-grey-bcg img {
        width: 80px;
        min-width: 80px;
        margin-left: 5%;
        margin-right: 20px;
        height: 90px;
    }
    .light-grey-bcg p {
        display: grid;
    }
    .light-grey-bcg img {
        width: 120px;
        min-width: 120px;
        margin-left: auto;
        margin-right: auto;
        height: 100px;
        margin-bottom: 15px;
    }
    .light-grey-bcg-pad-bottom {
        text-align: center;
    }
    .casesbox {
        width: 100%;
    }
    .cases-box-txt {
        left: 5%;
    }
    .billingaddress{
        margin-top: 20px;
    }
    .thefooter {
        padding-top: 50px;
    }
    .ind-part2 {
        margin-top: 85px;
        margin-bottom: 85px;
    }
    .portfolio-columns {
        margin-top: -50px;
    }
    .port-part2-header{
        margin-bottom: 50px;
    }
    .end-padding, .pad-bottom {
        padding-bottom: 50px;
    }
    #Partners img {
        margin-top: 30px;
    }
    .pad-bottom {
        padding-bottom: 0px;
    }
    .linkbox-img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
    .link-box-padding {
        padding-bottom: 0px;
    }
	.ind-part3-img {
		object-position: 100% 0%;
	}
    .reg-media {
        text-align: left;
        padding-top: 10px;
    }
    .thefooter, .foot-address p, ul#menu-footer a{
        font-size: 16px;
    }
    .induutiset-part2 p {
        width: 100%;
    }
}


@media (max-width: 500px) {
    .better-nature-img {
        width: 300px;
    }
	.ind-part3-img {
		min-width: 600px;
	}
	.country-calculator .countries {
        width: 60%;
    }
    .ind-part2 .row {
        padding-left: 50px;
        padding-right: 50px;
    }
    .ind-carous {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 400px) {
    .main-text-font-settings h1 {
        font-size: 40px;
    }
    .light-grey-bcg {
        max-height: 680px;
    }
}

@media (max-width: 350px) {
    .better-nature-img {
        width: 250px;
    }
    
}


.vimeo-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: absolute;
}
.vimeo-wrapper iframe {
    width: 100%;
    height: 100%;
    min-width: 1680px;
	min-height: 945px;
}
@media only screen and (max-width: 991px) {
  .vimeo-wrapper iframe {
    width: 100%;
    height: 100%;
    min-width: 1000px;
    min-height: 558px;
}
}
@media only screen and (max-width: 767px) {
  .vimeo-wrapper iframe {
    width: 100%;
    height: 100%;
    min-width: 1200px;
    min-height: 558px;
 }
}

@media only screen and (max-width: 575px) {
    .vimeo-wrapper iframe {
        width: 100%;
        height: 100%;
        min-width: 800px;
        min-height: 338px;
   }
}

.news-img {
    transition: 0.3s
}

.news-img:hover {
    transform: scale(1.02);
   transition: 0.3s;
}