:root {

--animace: ease 0.3s;

--white: white;
--black: black;
--blue: #0096D6;
--pink: #BF5C8D;
--gradient: linear-gradient(rgba(219,233,242,0.6),rgba(242,234,238,0.6));
--gradient3: linear-gradient(rgba(229,199,214,0.8),rgba(219, 233, 242, 0.4));
--gradient2: linear-gradient(rgba(255,255,255, 0.6), rgba(242, 234, 238, 0.6));
}


@font-face {
	font-family: 'forma_djr_micro';
	src: url('../fonts/formadjrmicro-regular-webfont.woff2') format('woff2'),
		url('../fonts/formadjrmicro-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'forma_djr_micro';
	src: url('../fonts/formadjrmicro-bold-webfont.woff2') format('woff2'),
		url('../fonts/formadjrmicro-bold-webfont.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}


img {max-width: 100%; height: auto; display: inline-block;}
p {margin: 10px 0; line-height: 1.4;}
a {text-decoration: underline; color: inherit;}
a:hover {color: inherit; text-decoration: none;}
hr {display: block; line-height: 0; height:0; font-size:0; border: none; border-top: 2px solid var(--blue); padding:0; margin: 65px 0 65px 0; _margin: 6px 0 7px 0; *margin:6px 0 7px 0; position: relative; overflow:  inherit;} 

input, option, select {background: transparent; color: var(--black);}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: var(--blue); } ::-moz-placeholder { /* Firefox 19+ */ color: var(--black); } :-ms-input-placeholder { /* IE 10+ */ color: var(--black); } :-moz-placeholder { /* Firefox 18- */ color: var(--black); }


html {margin: 0; padding: 0; background: var(--white); color: var(--black); scroll-behavior: smooth; overflow-x: hidden;}
body {font-family: 'forma_djr_micro', sans-serif; font-size: 16px; margin: 0; padding: 0;}
section {padding: 0; padding-bottom: 4rem;}
section h2 {margin-top: 0; padding: 1rem 0; border-top: 1px solid var(--black); border-bottom: 1px solid var(--black); position: relative; z-index: 1;}
section h2::after {content: ""; position: absolute; width: 100vw; bottom: -1px; top: -1px; left: 50%; background-color: transparent; z-index: 0; transform: translateX(-50%); border-top: 1px solid black; border-bottom: 1px solid black; background-color: rgba(0,0,0,0.05); z-index: -1;}

/* zaklad */

h1, h2, h3, h4, h5 {font-weight: normal;}

h1 {font-size: 8rem; margin: 0; padding: 0;}
h2 {font-size: 4rem; margin-bottom: 1em;}
h3 {font-size: 2rem;}



/* KOMPONENTY */

.button {display: inline-flex; text-decoration: none; padding: 0.5rem 1.5rem; margin-top: 1em; transition: var(--animace); background-color: var(--black); color: var(--white); font-size: 1rem;}
.button:hover {background-color: var(--blue); color: var(--white);}
.sec-blue .button:hover {background-color: var(--white); color: var(--black);}

.width {width: 90%; max-width: 1600px; margin: 0 auto; position: relative;}
.width--100 {max-width: unset; width: 100%;}
.Main {position: relative;} 

.logo {display: block;}


/* Header */
header {background: url(../images/bg_lahve.webp) right bottom no-repeat; position: relative; z-index: 1;}
header::before {content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: var(--gradient3); z-index: -1;}
.header__top {padding: 1rem 0; background: rgba(255, 255, 255, 0.4); backdrop-filter: blur(2px);}
.header__top .width {display: flex; justify-content: space-between; gap: 2rem; align-items: center;}
.header__top a {flex-shrink: 0;}

.header__bottom .width {font-size: 2rem; padding-bottom: 4rem; max-width: 1200px;}

.header__bottom .width .lahev {position: absolute; top: -80px; bottom: 0px; right: 0; background: url(../images/header-grafika.webp) right bottom no-repeat; background-size: contain; width: 480px; mix-blend-mode: multiply; z-index: -1;}

.header__bottom p {max-width: 530px;}


nav ul {display: flex;}
nav ul li {list-style: none;}
nav ul li a {display: block; padding: 0.5rem 1rem; text-decoration: none; transition: var(--animace);}
nav ul li a:hover {color: var(--blue);}

.recyklujte span.re {display: block; background: url(../images/re.webp) left top no-repeat; background-size: contain; color: transparent; margin-top: 0.2em; font-size: 10rem;}
.recyklujte span {font-size: 8rem;}

/* Sekce pro koho je urceno */

.sec_funkce {background: var(--gradient3);}
.sec_funkce h2 {text-align: center;}

.postup {display: flex; justify-content: space-between; gap: 2rem; align-items: flex-start; margin-bottom: 4rem;}
.postup_bod {display: flex; flex: 1; flex-direction: column; flex-wrap: wrap; justify-content: center; text-align: center; font-size: 1.25rem;}
.postup_bod span {display: flex; align-items: center; justify-content: center; margin: 0 auto; width: 80px; height: 80px; border-radius: 50%; border: 1px solid var(--black); flex-shrink: 0; font-size: 2rem; margin-bottom: 1rem;}

.pro-koho {display: flex; justify-content: space-between; gap: 1rem; max-width: 1920px; margin: 0 auto; padding: 0 1rem;}
.pro-koho_box {background: var(--gradient3); display: flex; flex: 1;}
.pro-koho_box__text {padding: 2rem; font-size: 1.25rem;}
.pro-koho_box__text h3 {margin-top: 0;}
.pro-koho_box__text h3::before {content: ""; display: block; width: 140px; height: 140px; background: url(../images/ico_jednotlivci.svg) left bottom no-repeat; margin-bottom: 0.75rem;}
.pro-koho_box--firmy .pro-koho_box__text h3::before {background-image: url(../images/ico_firmy.svg);}
.pro-koho_box__img {max-width: 50%;}
.pro-koho_box__img img {object-fit: cover; width: 100%; height: 100%;}


/* Sekce planeta */
.sec_planeta {background: var(--gradient); font-size: 1.75rem;}
.kroky_list {display: grid; grid-template-columns: repeat(4, 1fr); justify-content: space-between; gap: 3rem; margin-top: 5rem;}
.krok {flex: 1; font-size: 1.25rem;}
.krok__ikona {width: 120px; height: 120px; display: flex; align-items: flex-end;}
.krok h3 {font-size: 1.75rem; min-height: 64px;}


/* Ceho jsme dosahli */

.sec_dosah {background: var(--gradient);}
.uspech {display: flex; gap: 3rem; margin: 3rem 0; align-items: flex-start; font-size: 1.325rem;}
.uspech h3,
.uspech p,
.uspech img {width: 33.333%;}
.uspech h3 {margin-top: 0; padding-top: 0;}
.uspech p {border-top: 1px solid var(--black); padding-top: 2rem; margin-top: 0;}

.uspech p span {color: var(--pink); font-size: 2rem; display: block;}


/* Zreycoklováno */

.sec_zrecyklovano {text-align: center; background: var(--gradient2);}
.soupis_polozek {display: flex; justify-content: center; gap: 3rem; margin-bottom: 2rem;}
.polozka {font-size: 1.5rem; text-align: center;}
.polozka span {display: block; color: var(--pink); margin: 0 auto; font-size: 2rem;}
.kriteria {font-size: 1.5rem; margin: 0 auto; max-width: 800px;}

/* Patneri */

.sec_partneri {text-align: center; background: var(--gradient);}
.sec_partneri p {font-size: 1.5rem; max-width: 800px; margin: 0.5rem auto;}

.partneri {display: grid; grid-template-columns: repeat(6, 1fr); margin: 5em 0; gap: 1.5em; justify-content: space-between;}
.partner {padding: 1rem; background: var(--gradient); transition: var(--animace);}

.partner__logo {height: 60px; mix-blend-mode: multiply;}

/* .partner__jmeno::before {content: ""; display: block; width: 60px; height: 2px; background: black; margin-bottom: 1em; margin-left: auto; margin-right: auto;} */
.partner__jmeno {font-weight: bold;}
.partner__kontakty {margin: 0; padding: 0; margin-top: 0.5em;}
.partner__kontakty li {list-style: none;}
.partner__kontakty li a {text-decoration: none; transition: var(--animace); display: flex; align-items: center; justify-content: center; padding: 2px 0;}
.partner__kontakty li a:hover {color: var(--blue);}

.partner__kontakty li:nth-child(1) a::before {content: ""; display: inline-block; width: 18px; height: 18px; background: url(../images/ico_tel.svg) center no-repeat; margin-right: 4px;}
.partner__kontakty li:nth-child(2) a::before {content: ""; display: inline-block; width: 18px; height: 18px; background: url(../images/ico_mail.svg) center no-repeat; margin-right: 4px;}


.partner:hover {transform: scale(1.1); box-shadow: 0 0 15px rgba(0,0,0,0.1); }
.partner:hover .partner__kontakty li:nth-child(1) {transform: translateY(-2px); transition-delay: 0.35s; transition-duration: 0.15s;}
.partner:hover .partner__kontakty li:nth-child(2) {transform: translateY(2px); transition-delay: 0.35s; transition-duration: 0.15s;}


.partner > * {display: none;}
.partner__logo {display: flex; align-items: center; justify-content: center;}


footer {text-align: left; padding: 1rem;}


/* Menu */

.responsive-menu {display: none; justify-content: flex-end;}

#rfmenu { position: fixed; z-index: 99; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; background: #fff; display: none !important;}
.rfmenuVisible #rfmenu {display: block !important;}

#rfmenu_close { position: fixed; z-index: 99; right: 0; top: 0; width: 52px; height: 52px; background: transparent url('../images/ico_close.svg') center no-repeat; color:#000; font-size: 24px; padding: 0; border: none; cursor: pointer; filter: brightness(0);}
#rfmenu_close:focus { background-color: #eee; }

.responsive-menu button {width: 46px; padding: 0; margin: 0; background: url('../images/responsive-menu-btn.svg') center no-repeat; border: none; cursor: pointer;}

.rfmenu_list { display: flex; flex-direction: column; width: 100%; height: 100%; position: absolute; top:0; left: 100%; background: #fff; transition: all 300ms; }
.rfmenu_list.inview { left: 0%; }
.rfmenu_header { width: 100%; padding: 0 60px 0 20px; box-sizing: border-box; line-height: 52px; font-size: 18px; font-weight: bold; background: #fafafa; color: black;}
.rfmenu_header button { background: transparent; border: none; color: inherit; font-style: inherit; font-size: inherit; padding:0; height: 52px;}
.rfmenu_header button::before { content: ''; display: inline-block; vertical-align: middle; width: 8px; height: 8px; border-top: 2px solid #000; border-left: 2px solid #000; transform: rotate(-45deg); margin-left: 4px; margin-right: 10px;}
.rfmenu_header button:focus { background-color: #eee; }
.rfmenu_body { height: 1px; flex-grow: 1; overflow-y: auto; padding-top: 0px; }
.rfmenu_body ul { list-style: none; padding:0; margin: 0; }
.rfmenu_body ul li { list-style: none; padding:0; margin: 0; }
.rfmenu_body ul ul { display: none; }
.rfmenu_footer { padding: 20px 22px; background: var(--light); display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 0.5em;}
.rfmenu_footer .spojeni {display: none;}
.rfmenu_footer .socialni_site {margin: 0; padding: 0;}
.rfmenu_footer .searching button {display: block;}
.rfmenu_footer .responsive-menu,
.rfmenu_footer .responsive-menu button {display: none;}
.rfmenu_footer > * {text-decoration: none; display: flex; align-items: center;}
.rfmenu_footer > a span.tooltip {display: none;}

.rfmenu_footer .sign { display: inline-block; vertical-align: middle; }
.rfmenu_footer #maincontent { display: none; }
.rfmenu_row { display: flex; }
.rfmenu_row > a { width: 1px; flex-grow: 1; min-height: 48px; display: flex; align-items: center; padding:5px 22px; box-sizing: border-box; text-decoration: none; font-size: 17px; border-bottom: 1px solid var(--light); outline: none;}
.rfmenu_row > button { padding: 0; width: 48px; height: 48px; background: transparent; color: #000; font-size: 24px; border: none; border-left: 1px solid var(--light); border-bottom: 1px solid var(--light); box-sizing: border-box;}
.rfmenu_row > button::after { content: '+'; display: inline; }
.rfmenu_row > button:focus { background:#eee; outline: none;}
body.rfmenuVisible { overflow:hidden;}

/* Cookies lišta */
	.cc-pc-head-close:active{border-color: var(--blue)!important;}
	.cc-pc-head-lang-select:checked{borde-color: var(--blue)!important;}
	.cc-nb-okagree{background-color: var(--blue)!important;}
	.cc-cp-foot-save{background-color: var(--blue)!important;}
	.cc-nb-reject{display:none!important;}
	#open_preferences_center:hover{color: var(--blue)!important;}

/* Large devices (desktops, less than 1040px) */
@media only screen and (max-width: 1040px) {
	
	.kroky_list {grid-template-columns: 1fr 1fr; gap: 2rem;}

}


/* Medium devices (tablets, less than 992px) */

@media only screen and (max-width: 991px) {

	#nonresponsiveMenu {display: none;}
	.responsive-menu {display: flex; height: 46px; padding :0; color: #000; background: transparent; margin-right: 0; padding-right: 0; margin-left: 0.5em;}	

	.postup {display: grid; grid-template-columns: repeat(2, 1fr);}
	.pro-koho {display: block; padding: 0;}
	.pro-koho_box > * {width: 50%; max-width: 50%; flex-shrink: 0; box-sizing: border-box;}
	.pro-koho_box:nth-child(2) {flex-direction: row-reverse;}
	.partneri {grid-template-columns: repeat(3, 1fr);}
	
}

/* Small devices (landscape phones, less than 768px) */

@media only screen and (max-width: 767px) {


	h1,
	.recyklujte span {font-size: 5rem;}
	h2 {font-size: 2rem;}
	.recyklujte span.re {font-size: 8rem;}

	.header__bottom .width,
	.sec_planeta {font-size: 1.5rem;}


	.header__bottom .width .lahev {display: none; background: none;}
	.partneri {grid-template-columns: 1fr 1fr;}
	.uspech {flex-direction: column;}
	.uspech {gap: 1rem; margin-bottom: 3rem;}
	.uspech h3, .uspech p, .uspech img {width: 100%;}
	.uspech p {border: none; padding: 0;}
	.uspech h3 {margin-bottom: 0;}

}


/* phones */

@media only screen and (max-width: 575px) {	

	.recyklujte span.re {font-size: 4rem;}
	.kroky_list,
	.partneri {grid-template-columns: 1fr;}
	.pro-koho_box {display: block;}
	.pro-koho_box > * {width: 100%; max-width: 100%;}

}


@media only screen and (max-width: 460px) {



}