/* fonts ===================================== */
/* fonts - Kakao */
@font-face {
    font-family: 'Kakao';
    src: url('../fonts/Kakao.otf');
    font-weight: 400;
    font-style: normal;
}

/* fonts - Lota Regular */
@font-face {
    font-family: 'Lota';
    src: url('../fonts/Lota_Regular.otf');
    font-weight: 400;
    font-style: normal;
}

/* fonts - Lota Semibold */
@font-face {
    font-family: 'Lota';
    src: url('../fonts/Lota_Semibold.otf');
    font-weight: 600;
    font-style: normal;
}



/* NEW CODE - dodat take respo a oddelat flex u .featured-podcast-podcasty
--------------------------------------------- */

* {
    outline:none;
}

.blank-box-absolute,
.podcast-hp .featured-podcast .blank-box {
    position: absolute;
}

.grid-box {
    display: grid;
}

.featured-podcast-podcasty,
.podcast-hp .grid-box {
    grid-template-columns: 1fr;
    display: grid;
}





/* DZM Code mobile first
--------------------------------------------- */
* {
    box-sizing: border-box;
    font-family: Lota, sans-serif;
}

.mobile-hide {
    display: none;
}

body {
    margin-bottom: 0!important;
}


.site-main {
    margin: 0 auto;
    width: 100%;
}

section,
.wrapper {
    padding: 0 14px;
}

h1,
h2,
h3,
h6 {
    font-family: Lota, sans-serif;
    font-weight: 600;
    color: #012169;
}

h1 {
    font-size: 48px;
    line-height: 50px;
    margin: 56px 0 32px;
    max-width: 280px;
}

h1 p {
    margin-bottom: 0!important;
    margin-top: 0!important;
    text-align: left!important;
}

h2 {
    font-size: 36px;
}

h5 {
font-weight: 600;
font-size: 14px;
line-height: 18px;
text-transform: uppercase;
color: #5FBDCA;
margin: 0 0 120px;
}

h6 {
    font-weight: 400;
font-size: 14px;
line-height: 18px;
text-align: right;
color: #5FBDCA;
    margin: 0;
}

h1 b {
    font-family: Kakao, sans-serif;
    color: #E4002B;
    font-weight: 300;
}

h1.logo {
    color: #E4002B;
    font-size: 30px;
    font-family: 'Kakao', 'sans-serif';
    margin: 0;
    padding: 0;
    font-weight: 300;
    position: relative;
    z-index: 999;
    line-height: normal;
}

header h1.white-logo {
    color: white;
    transition: color 0.4s ease;
}

footer a.contact,
footer h1.logo {
    z-index: 900;
    color: white;
}

a {
    text-decoration: none;
}


/* CTA + animace */

a.cta,
.subs .ec-v-form-button button {
    align-items: center;
    display: inline-block;
	border-radius: 10rem;
	text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
	transition: all .4s;
	position: relative;
	overflow: hidden;
	z-index: 1;
    text-align: center;
}

a.cta:after {
        content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-radius: 60px;
		z-index: -2;
}

a.cta:before {
        content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 0%;
		height: 100%;
		transition: all .4s;
		border-radius: 10rem;
		z-index: -1;
}



/* Menu toggle 

.menu-toggle {
		transition: all .4s;
} */

.menu-toggle:before {
	transition: all .4s;
    content: '';
    position: absolute;
    top: -4px;
    left: -19px;
    width: 114px;
    height: 43px;
    transition: all .4s;
    border-radius: 10rem;
    background: #fff;
    z-index: -1;
}



.toggled .menu-toggle:before {
    background: none;
    transition: none;
    position: initial;
}

#primary-menu {
    transform: translateX(100vw);
    transition: transform 0.4s ease;
}

.toggled #primary-menu {
    transform: translateX(0)
}

#primary-menu a {
		transition: all .4s;
}

#primary-menu a.mobile-menu-btn {
	
}


.header-socials a img {
    transition: all .4s;
}



/* CTA - Primary */

a.cta-primary {
    color: #012169;
	padding: 12px 40px;
}

a.cta-primary:after {
		background-color: #EFF8FA;
        border: 1px solid #012169;
}

a.cta-primary:before {
		background-color: #012169;
}




/* CTA - Primary - white */


a.cta-primary-white-fill:after {
		background-color: white;
}

/* CTA - Secondary */

a.cta-secondary {
    background: transparent;
    padding: 8px 20px 6px;
}

a.cta-secondary img {
    padding-left: 6px;
}

a.cta-white {
    color: white;
}


a.cta-white:after {
		background-color: transparent;
        border: 1px solid white;   
}

a.cta-white:before {
		background-color: white;
}





/* CTA - Secondary Red */

a.cta-secondary-red {
    color: #E4002B;
}

a.cta-secondary-red:after {
		background-color: transparent;
        border: 1px solid #E4002B;   
}

a.cta-secondary-red:before {
		background-color: #E4002B;
}

a.cta-secondary-red:hover {
    color: #fff!important;
}





/* CTA - Terciary */

.subs .ec-v-form-button button,
a.cta-terciary {
    width: 100%;
    color: white;
    border: none;
	padding: 14px 40px;
}

a.cta-terciary:after {
		background-color: #E4002B;
}

a.cta-terciary:before {
		background-color: #FF3C60;
}

/* CTA - Terciary - Support */

a.support-btn {
    color: white;
    border: none;
	padding: 9px 30px;
}

a.support-btn:after {
		background-color: #E4002B;
}

a.support-btn:before {
		background-color: #FF3C60;
}





/* CTA - Terciary White Border */

a.cta-terciary-white-border:after {
		background-color: transparent;
        border: 1px solid white;
}

a.cta-terciary-white-border:before {
		background-color: white;
}





/* CTA NWL */

.subs .ec-v-form-button button,
a.cta-outlined {
    background: none!important;
}

.subs .ec-v-form-submit button {
    border-radius: 30px;
    border: 1px solid white!important;
    color: white!important;
    height: 48px!important;
    background: transparent!important;
    transition: all .4s;
}



/* Footer hover */

#terciary-menu a,
#secondary-menu a {
		transition: all .4s;
}






/* CTA Kontaktni a */

a.contact,
.kontakt-email {
   transition: all .4s; 
}


/* block cta */
.podcast-hp a.cta,
.hero-secondary a,
.podporte-nas-blok a {
    display: block!important;
}

a.cta-red-outlined {
    background: transparent;
    border: 1px solid #E4002B;
    border-radius: 50px;
    color: #E4002B;
}


/*  menu   */

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

#wpadminbar {
    position: fixed;
}

.admin-bar header {
  top: 46px;
}

.admin-bar main {
    margin-top: 100px;
}

.site-main {
    margin-top: 100px;
}

.site-branding {
    width: 100%;
    background: white;
    padding: 17px 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-branding a.logo {
    position: relative;
    display: inline-block;
    width: 169px;
    align-self: flex-end;
    height: 30px;
}

.nav-right {
	display: flex;
	flex-direction: row;
	align-items: baseline;
}

@media screen and (max-width: 900px) {
	.support-btn, .eshop-btn {
		display: none !important;
	}
	
	.hide-mobile {
		display: none !important;
	}
}

@media screen and (min-width: 901px) {
	#menu-item-1541 {
		display: none !important;
	}
	
	.hide-desktop {
		display: none !important;
	}
}



.support-btn {
	font-weight: 600;
    font-size: 14px;
    line-height: 11px;
    text-transform: uppercase;
    width: auto;
    margin: 0;
    padding: 0;
    color: #012169;
	position: fixed !important;
	right: 150px;
	top: 14px;
}

.eshop-btn {
	font-weight: 600;
    font-size: 14px;
    line-height: 11px;
    text-transform: uppercase;
    width: auto;
    margin: 0;
    padding: 0;
    color: #022169 !important;
	position: fixed !important;
	right: 345px;
	top: 24px;
}


.main-navigation {
    width: 36px;
    height: 36px;
    padding-top: 0;
}

.menu-toggle {
    width: 36px;
    height: 36px;
    cursor: pointer;
    position: relative;
    font-size: 0;
    background: none;
    border: none;
    z-index: 999;
}

.menu-toggle::after{
    content: url("../assets/svg/menu-default.svg")
}

.toggled .menu-toggle::after{
    content: url("../assets/svg/menu-toggled.svg")
}

.menu-default {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    height: 23px;
    width: 31px;
    margin: auto;
}



.toggled #primary-menu {
    position: fixed;
    bottom: 0px;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100vw;
    height: 100vh;
    background: #012169;
    z-index: 998;
    height: -webkit-fill-available;
    -webkit-overflow-scrolling: touch;
     min-height: 100vh;
}

#primary-menu ul.header-socials {
    text-align: right;
    z-index: 999;
    padding: 10px 14px 80px;
}

ul.header-socials li {
    display: inline-block;
    list-style: none;
    padding-left: 12px;
	width: 50px;
}

#primary-menu ul {
    padding: calc(80px + 10%) 14px 0;
}

#primary-menu li {
    padding-bottom: 20px;
}

#primary-menu li a {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: right;
    color: #FFFFFF;
}

#primary-menu li.menu-item-object-projekty a {
    color: red;
}

.no-scroll {
    overflow: hidden;
}

.scroll {
    overflow-y: scroll;
    inset: 0;
}

/* Subs */
.subs {
width: 100%;
padding: 80px 14px;
    background: #012169;
}

.subs h1,
.subs h1 b {
    color: white;
    margin-bottom: 14px;
}

.subs p {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: white;
}

.ec-v-form-holder {
    background: none!important;
}

.subs .ec-v-form-button button {
    border: 1px solid white!important;
}


#ec_form_2-2bb287d15897fe2f9d89c882af9a3a8b .ec-v-form-holder .ec-v-form-input p {
    color: white;
}


.subs #ec_form_2-2bb287d15897fe2f9d89c882af9a3a8b .ec-v-form-holder h3 {
    color: white;
}

.subs .ec-v-form-step-visible {
    display: flex!important;
    flex-direction: column;
}

.subs .ec-v-form-input,
.subs .ec-v-form-submit {
    padding: 0 0 12px!important;
}

.subs .ec-v-form-column {
    width: 100%!important;
}

.subs #ec_form_2-2bb287d15897fe2f9d89c882af9a3a8b .ec-v-form-holder > form {
    min-height: auto!important; 
}

/* footer */

footer {
    background: #1E1E1E;
    padding: 40px 14px;
    flex-direction: column;
}

footer h5 {
    padding: 40px 0 40px;
    color: #878787;
    margin: 0;
}

footer ul {
    padding: 0;
    margin: 32px 0 0;
    
}

footer .rozcestnik ul#secondary-menu {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
 
footer li {
    list-style: none;
    padding: 0;
}

footer a {
    text-decoration: none;
}

footer h1.logo {
    font-size: 60px;
    position: absolute;
    top:0;
}

.footer-logo-box {
    position: relative;
    display: inline-block;
    min-height: 80px;

}

a.contact {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #E4002B;
}

footer li.socials,
nav li.socials {
    display: inline-block;
    padding-bottom: 40px;
}

footer li.socials a {
    width: 44px;
    height: 44px;
}

footer li.socials a img {
    width: 44px;
    height: 44px;
    padding-right: 12px;
    padding-top: 14px;
    filter: brightness(100);
    -webkit-filter: brightness(100)
}

footer li p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: white;
    padding: 0;
    margin: 0;
}

footer ul#secondary-menu,
footer ul#terciary-menu
{
    margin: 0;
}

footer .aktivity h5 {
    padding: 24px 0 40px;
}

footer #secondary-menu a,
footer #terciary-menu a {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: white;
}

footer #secondary-menu li,
footer #terciary-menu li {
    padding-bottom: 16px;
}

.footer-podpora {
    background-color: #2D2D2D;
    border-radius: 20px;
    padding: 32px;
    margin-top: 40px;
}

.footer-podpora p {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: white;
    margin: 0;
    padding-bottom: 22px;
}


/* body */

.hero {
    margin-bottom: 56px;
}

.featured-projects {
    display: flex;
    flex-direction: column;
}

.blue-bg-gradient {
    height: 100%;
    background: linear-gradient(0deg, #D5EFF4 90%, #ffffff 10%);
}

.section-f-projekty {
    padding-bottom: 32px;
}

.featured-project-homepage {
    height: 300px !important;
}
 
.featured-project {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
	line-height: 2.6em;
}

.featured-project * {
    position: relative;
    z-index: 2;
    padding: 24px;
}

.featured-project img {
    padding: 0;
}

.featured-project .blank-box {
    bottom: 0;
}

.swiper-slide .featured-projects .blank-box {
	display: grid !important;
    height: 100% !important;
    grid-template-rows: 140px calc(100% - 180px) 40px !important;
}

.dark_gradient-overlay {
    height: 100%;
background: rgb(0,0,0);
background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 13%, rgba(0,0,0,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 13%, rgba(0,0,0,1) 100%);
background: linear-gradient(180deg, rgba(0,0,0,0) 13%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    
}

.eighty_dark_gradient-overlay {
    height: 100%;
    background: rgb(0,0,0);
background: -webkit-linear-gradient(rgba(0,0,0,0) 13%, rgba(0,0,0,0.8) 100%);
background: -o-linear-gradient(rgba(0,0,0,0) 13%, rgba(0,0,0,0.8) 100%);
background: linear-gradient(rgba(0,0,0,0) 13%, rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    
}

.blue-overlay {
    background-color: #012169;
    opacity: 0.6;
}

.dark-overlay {
    background-color: #1E1E1E;
    opacity: 0.6;
}

.featured-project h2,
.featured-project p
{
    color: white;
    padding: 0;
    margin: 0 0 4px;
}

.featured-project p {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 16px;
	align-self: flex-end;
}

.featured-project a {
	align-self: flex-end;
}

.first-fp {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-bottom: 4px;
}


.second-fp {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-bottom: 16px;
}

.third-fp {
    border-radius: 20px;
}

p.o-vas-odstavec {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    padding: 40px 0 40px;
}

section.o-vas-hp {
    padding: 40px 14px;
}

.o-vas-hp h1 {
    max-width: 348px;
    margin: 40px 0 56px;
}

.radius-20 {
    border-radius: 20px;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
}

img.full-img {
    display: block;
    width: 100%;
}

.cisla {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 16px;
    margin: 72px 0 40px;
}

.box-cislo {
    width: 100%;
    height: 389px;
    display: grid;
    padding: 32px;
    grid-template-rows: 84px 100px auto;
    grid-row-gap: 22px;
    background: #EFF8FA;
    border: 1px solid #D5EFF4;
    border-radius: 20px;
}

h3.cislo {
    font-weight: 600;
    font-size: 96px;
    line-height: 106px;
    color: #E4002B;
    margin: 0;
}

.box-cislo h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #012169;
    margin: 0;
}

.box-cislo p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #012169;
    align-self: end;
    margin: 0;
}

.blue-bg {
    background: #EFF8FA;
}

.dark-blue-bg {
    background: #D5EFF4;
}

.podcast-hp {
    padding: 40px 0;
}

.podcast-hp h5 {
    padding-left: 14px;
}

.featured-podcast {
    width: 100%;
    min-height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

.featured-podcast * {
    position: relative;
    z-index: 2;
    padding: 24px;
}

.featured-podcast .blank-box,
.kachlice-darci .blank-box {
    bottom: 0;
    padding: 14px;
}

.featured-podcast h2 {
    font-family: 'Kakao';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 52px;
    color: white;
    padding: 0 0 6px;
    margin: 0;
}

.featured-podcast ul {
    list-style: none;
    padding: 0 0 8px;
    margin: 0;
}

.featured-podcast li {
    display: inline-block;
    color: #5FBDCA;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding: 0 12px 0 0;
}

.featured-podcast p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: white;
    margin: 0;
    padding: 0 0 16px;
}

.featured-podcast a {
    display: flex;
    padding: 0;
    justify-items: center;
    height: 48px;
    text-decoration: none;
    margin-bottom: 8px;
}

.play-btn {
    display: block;
    width: 48px;
    height: 48px;
    background: #E4002B;
    border-radius: 50px;
    margin-right: 12px;
    position: relative;
}

a.play * {
    transition: all 0.4s;
}

a.play:hover .play-btn
{
    background: #FF3C60;
}


a.play:hover .poslechnout {
    color: #FF3C60;
    
}



.trianlge     {
    position: absolute;
    left: 21px;
    top: 17px;
    padding: 0;
    border-left: 8px solid white;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    height: 16px;
    display: block;
}

.poslechnout {
    padding: 12px 0 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    bottom: 0;
    left: 0;
}

.podcast-hp h1 {
    max-width: 100%;
    padding: 80px 14px 16px;
}

.podcast-hp a.cta {
    padding: 10px 40px;
    width: calc(100% - 28px);
    margin: 0 auto;
    text-align: center;
}

section.partneri {
    padding: 20px 14px 50px;
}

.partneri h5 {
	margin-bottom: 60px !important;
}

.loga-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 18px;
	column-gap: 30px;
}

.loga-wrapper img {
    max-width: 160px;
    align-self: center;
    padding-bottom: 72px;
}

.loga-wrapper a {
    align-self: center;
}

.hp-logo-wrapper {
	align-items: center;
	text-align: center;
}

/* list aktivit */

.projects-portfolio {
	padding-bottom: 50px;
}

.project-list {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 30px;
}

.project-list::after {
  content: "";
  flex: auto;
}

.project-single .featured-project h2::after {
	content: attr(data-datum);
	color: white;
	font-size: 18px;
	opacity: 0.7;
	font-weight: 600;
	display: block;
}

.vsechny-aktivity {
    padding: 0;
    border-bottom: 1px solid #5FBDCA;
}

.vsechny-aktivity h1 {
    padding-left: 14px;
}

ol.list {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    counter-reset: my-awesome-counter;
}

ol.list li {
    padding: 0 14px 24px;
    counter-increment: my-awesome-counter;
}

ol.list li:nth-child(odd) {
    background-color: #EFF8FA;
}

.vsechny-aktivity h2 {
    margin-top: 42px;
    margin-bottom: 6px;
    color: #1E1E1E;
}

.vsechny-aktivity p {
    margin: 0 0 20px;
}

ol li::before {
    content: counter(my-awesome-counter) "";
    color: #1E1E1E;
    position: relative;
    left: 0;
    top: 24px;
    border: 1px solid #1E1E1E;
    border-radius: 25px;
    width: 30px;
    height: 30px;
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    line-height: 28px;
    text-align: center;
}

.hero-secondary {
    margin-bottom: 120px;
}

.hero-secondary h1 {
    max-width: 100%;
    margin-bottom: 18px;
}

.hero-secondary ul {
    padding: 0;
    margin: 0 0 40px;
}

.hero-secondary li {
    list-style: none;
}

/* podcasty */

.featured-podcast {
    padding: 0;
}

.vsechny-podcasty {
    padding: 20px 14px 0;
}

.podcast-kachlice h2 {
    font-weight: 400;
    font-size: 32px;
    line-height: 36px;
}

div.list {
    margin: 0;
    padding: 0 0 80px;
    display: flex;
    flex-direction: column;
}

div.list .kachlice {
    padding-bottom: 16px;
}

.vsechny-podcasty .featured-podcast {
    min-height: 400px;
    border-radius: 20px;
    
}

/* kontakt */

.hero p {
    margin: 0 0 14px;
}

.kontakt-email {
    background: #D5EFF4;
    border: 1px solid #5FBDCA;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 12px;
}

.kontakt-email a {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #012169;
    padding: 46px 0;
    display: block;
}

.kontakt-adresa {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.wpcf7 p {
    margin: 0 0 8px;
}

.wpcf7-list-item {
    margin: 0;
}

.wpcf7-list-item-label {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #1E1E1E;
    position: relative;
    padding: 0 0 0 7px;
    top: -5px;
}

.wpcf7-form-control-wrap input, 
.wpcf7-form-control-wrap textarea {
    background: #FFFFFF;
    border: 1px solid #D5EFF4;
    border-radius: 4px;
    width: 100%;
    padding: 0 20px;
}

.wpcf7-form-control-wrap input {
    height: 48px;
}

.wpcf7-form-control-wrap textarea {
    padding: 14px 20px;
}

.wpcf7-form-control-wrap input:focus, 
.wpcf7-form-control-wrap textarea:focus {
    border: 1px solid #012169;
    box-shadow: none;
}
.wpcf7-form-control-wrap input[type='checkbox'] {
    width: 25px;
    height: 25px;
}

.wpcf7 input[type='submit'] {
    width: 100%;
    height: 44px;
    color: white;
    background: #E4002B;
    text-align: center;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: all 0.4s;
}

.wpcf7 input[type='submit']:hover {
    background: #FF3C60;
}



.clenove {
    padding: 20px 0 40px;
}

.clenove h1 {
    padding: 0px 10px;
	margin-top: 0px;
}

.clen-kachlice {
    padding: 40px 14px;
}

.clen-kachlice .blank-box {
    padding: 20px 0;
}

.clen-kachlice .img-box {
    border-radius: 20px;
    overflow: hidden;
	aspect-ratio: 4/3;
}

.clen-kachlice img {
    display: inherit;
}

.clen-kachlice h2 {
    font-family: 'Kakao';
font-style: normal;
font-weight: 400;
font-size: 39px;
line-height: 40px;
color: #012169;
margin: 12px 0 9px;
}

.clen-kachlice h6 {
    text-align: left;
}

.clen-kachlice p {
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 20px;
color: #012169;
}

.clen-kachlice ul {
    margin: 0;
    padding: 0;
}

.clen-kachlice li {
    list-style: none;
}

.clenove .kachlice:nth-child(even)
{
    background: #EFF8FA;
}

.clenove a.contact {
    font-size: 21px;
}

/* podporte nas - nove */
.hero-support {
    position: relative;
    width: 100%;
	padding-bottom: 3%;
}

/*.hero-about {
	display: flex;
    align-items: flex-end;
	background-size: cover;
    background-position: bottom;   
	position: relative;
    width: 100%;
    background-size: cover;
    background-position: bottom;

    border-radius: 20px;
    overflow: hidden;
    padding: 24px;
    min-height: 650px;
}*/

.hero-support .support-heading {
	width: 100%;
}

.hero-support h1, .hero-support b {
    color: white;
}

.hero-support p {
    color: white;
}



.support-us {
    position: relative;
    min-height: 280px;
    background-size: cover;
    margin-bottom: 0;
    display: block;
}

.hero-support {
        background-size: cover;
    background-position: center;
    background-repeat: none;
    
}
.support-us .overlay {
    left: 0;
    bottom: 0;
}

.support-portfolio {
    padding-top: 3%;
	padding-bottom: 3%;
}

.support-portfolio .kachlice > div {
    max-width: 100%;
    width: 100%;
	height: 350px;
    border-radius: 20px;
    margin-bottom: 16px;
	padding: 35px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.support-portfolio h2 {
	color: white;
	font-size: 42px;
	line-height: 1.2em;
	margin-bottom: 15px;
}

.support-portfolio p {
	color: white;
}


/* pro media */

.hero-media {
    padding: 0;
}

.pro-media {
    position: relative;
    min-height: 200px;
    background-size: cover;
    margin-bottom: 0;
    display: block;
}

.hero-media {
        background-size: cover;
    background-position: center;
    background-repeat: none;
    
}

.pro-media h1,
.pro-media b {
    color: white;
    z-index: 10;
    max-width: 90%;
    margin: 0;
}

.pro-media h1 {
    position: absolute;
    bottom: 8px;
    left: 14px;
}

.pro-media .overlay {
    left: 0;
    bottom: 0;
}

.press-kit {
    background: rgba(0, 0, 0, 0.8);
    padding: 14px;
}

.press-kit-content {
    box-sizing: border-box;
    padding: 14px;
    border: 1px solid white;
    border-radius: 20px;
    margin-bottom: 20px;
}

.press-kit h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #D5EFF4;
    margin: 0;
    padding: 9px 0 14px 20px;
}

.press-kit ul {
    padding: 0 20px 0 32px;
    margin: 0;
}

.press-kit p,
.press-kit li
{
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    margin: 0;
}

.press-kit li {
    padding-bottom: 12px;
}

.flex-box .pro-media-kontakt {
	flex-direction: row-reverse !important;
}

.pro-media-kontakt h5 {
	margin-bottom: 10px !important;
}

.pro-media-fotky {
    display: grid;
	grid-template-rows: 1fr 1fr 1fr 1fr;
	grid-row-gap: 25px;
    width: 100%;
}

.fotka-nahled {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
    border-radius: 10px;
}

.fotky-stahnuti {
    padding-top: 20px;
    padding-bottom: 80px;
}

.fotky-stahnuti img {
    max-width: 100%;
    width: 100%;
    display: block;
    border-radius: 20px;
    margin-bottom: 16px;
}

.kachlice {
    display: flex;
    flex-direction: column;
}

.kontakt-media {
    padding: 14px;
    box-shadow: border-box;
    background: #EFF8FA;
}

.kontakt-media h1 {
    margin-bottom: 32px;
    max-width: 90%;
}

.kontakt-media .clen-kachlice {
    padding-top: 0;
}


/* Partneri */

.partneri-seznam {
    padding: 0 0 80px;
}

.skupina-partneru {
    border-top: 1px solid #5FBDCA;
    padding: 20px 14px;
}

.partneri-seznam h5 {
    margin-bottom: 80px;
}

.zastita {
    border-top: 1px solid #5FBDCA;
    padding: 0 14px;
}

.zastita h5 {
    padding: 20px 0 8px;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #000000;
}

.zastita p {
    margin: 0;
}

.podporte-nas-blok {
    padding-bottom: 120px;
}

.podporte-nas-blok h1 {
    margin: 0;
    padding: 40px 0 4px;
}

.podpora-kachlice {
    display: flex;
    flex-direction: column;
}

.kachlice-darci {
    position: relative;
    height: 600px;
    display: flex;
    align-items: flex-end;
    background-position: center;
    margin-bottom: 12px;
    border-radius: 20px;
    overflow: hidden;    
}

.kachlice-darci .blank-box {
    z-index: 2;
    padding: 22px 22px 52px;
}

.kachlice-darci h2 {
    font-family: 'Kakao';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 54px;
    color: #FFFFFF;
    margin: 0 0 8px;
}

.kachlice-darci p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    margin: 0 0 20px;
}

.dalsi-podpora {
    padding: 80px 14px 120px;
}

.dalsi-podpora h1 {
    margin: 0 0 12px;
    max-width: 340px;
}

.dalsi-podpora ul {
    margin: 0;
    padding: 0 0 40px;
}

.dalsi-podpora li {
    list-style: none;
}




/* O nas */

.hero-about {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: bottom;
    display: flex;
    align-items: flex-end;
    border-radius: 20px;
    overflow: hidden;
    padding: 24px;
    min-height: 650px;
}

.hero-about .blank-box {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
}

.hero-about h1 {
    font-size: 36px;
    line-height: 42px;
    color: white;
    margin: 0 0 32px;
}

.hero-about b {
    color: white;
}

.hero-about p {
    color: white;
    margin: 0;
}

section.cisla-o-vas .cisla {
    margin-top: 0;
}

section.cisla-o-vas {
    padding-top: 0;
    display: flex;
    flex-direction: column;
}

.cisla-o-vas h1 {
    padding-top: 80px;
}

ol.seznam-hodnot {
    margin-left: 0;
    counter-reset: my-awesome-counter;
}

ol.seznam-hodnot li {
    padding: 0 0 32px 18px;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    counter-increment: my-awesome-counter;
    position: relative;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
}


ol.seznam-hodnot li::before {
    position: absolute;
    top: 0;
    left: -40px;
    background: #EFF8FA;
    border: 1px solid #D5EFF4;
    color: #012169;
    width: 40px;
    height: 40px;
    padding-top: 6px;
    font-size: 16px;
}

.zacatek {
    display: flex;
    flex-direction: column;
}

.zacatek .blank-box {
    overflow: hidden;
}

.zacatek h1 {
    width: 100%;
}


.zacatek img {
    border-radius: 20px;
    margin: 64px 0 80px;
}

.kachlice-aktivity {
    padding-bottom: 16px;
}

.kachlice-aktivity .featured-project {
    min-height: 280px;
    align-items: flex-start;
}

.kachlice-aktivity .featured-project h2 {
    margin: 0 0 146px;
    font-size: 42px;
}

.kachlice-aktivity .first-fp {
    margin-bottom: 0;
}

.project-popis {
    border: 1px solid #D5EFF4;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top: transparent;
    padding: 40px 24px 20px;
}

.prvni-aktivita {
    padding-top: 60px; 
}

.treti-aktivita {
    padding-bottom: 80px;
}

.photo-grid {
    display: grid;
    grid-template-columns: calc(50% - 5px) calc(50% - 5px);
    grid-template-rows: 307px 186px 307px;
    gap: 10px 10px;
    
}

.grid-cell {
    display: block;
    overflow: hidden;
    width: 100%;
    background-size: cover;
    background-position: center;
    align-items: stretch;
    border-radius: 20px;
}

.grid-cell-1 {
    grid-column: 1 / span 2;
    grid-row: 1 / 1;
}

.grid-cell-4 {
    grid-column: 1 / span 2;
    grid-row: 3 / 3;
}

.photo-grid img {
    border-radius: 20px;
}

.o-nas-fotky {
    padding-bottom: 120px;
}

.o-nas-fotky h5 {
    margin-bottom: 20px;
    margin-top: 40px;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #1E1E1E;
    text-transform: none;
}

  .featured-podcast-podcasty {
        padding: 0;
    }

.formular-kontakt {
    padding-top: 20px;
}
    
   .vyroci-second,
    .vyroci-third {
        overflow: hidden;
        border-radius: 20px;
}

.vyroci .grid-box {
    grid-template-columns: 100%;
    display: grid;
    padding: 40px 0;
        grid-gap: 20px;
}

  img.hlavni-fotka-vyroci {
        width: 100%;
        border-radius: 20px;
    }

 
    
    .vyroci-second img,
    .vyroci-third img {
    text-align: center;
        border-radius: 20px;
        width: 100%;
        object-fit: cover;
    }

.error-404 {
    width: 100%;
    min-height: 70vh;
    text-align: center;
}

.error-404 h1 {
    padding: 120px 0 40px;
}

.sgpb-html-custom-button {
	cursor: pointer !important;
}
    




/* respo */

@media screen and (min-width: 821px)  {
   
.sgpb-content-1410 h2 {
              font-size: 4em;
        }
}

@media screen and (max-width: 820px)  {
   
.sgpb-content-1410 {
    padding: 30px !important;
	min-width: 75vw !important;
        }
}

 @media screen and (min-width: 821px)  {
        .mobile-break { display: none; }
    }

@media screen and (min-width: 821px) {
    
    
.featured-podcast-podcasty,
.podcast-hp .grid-box {
    grid-template-columns: 1fr 1fr;
    display: grid;
}
    
    
.footer-logo-box {
    position: relative;
    display: inline-block;
    min-height: 10px;

}

    
    .mobile-hide {
        display: block;
    }
    
    .desktop-hide {
         display: none;   
}
    
    
    header h1.white-logo {
    color: #E4002B;
}
    
    
    h1 {
font-weight: 600;
font-size: 64px;
line-height: 72px;
        max-width: 100%;
    }
    
    h2 {
        font-size: 64px;
        line-height: 70px;
    }
    
    
  .admin-bar header {
    top: 32px;
  }
    
    .admin-bar main {
        margin-top: 100px;
    }
    
    section {
        padding: 0 40px;
    }
    
    .site-branding {
        padding: 17px 40px;
    }
    
    .main-navigation {
        padding-top: 0;
        width: 78px;
    }
    
    .menu-toggle {
        font-weight: 600;
        font-size: 14px;
        line-height: 11px;
        text-transform: uppercase;
        width: auto;
        margin: 0;
        padding: 0;
        color: #012169;
    }
    
    .menu-toggle:after {
        padding-left: 12px;
        width: 10px; 
        height: 20px;
        content: url("../assets/svg/menu-default-desktop.svg");
        vertical-align: -50%;
    }
    
    .hero {
        margin-bottom: 40px;
    }
    
    .hero-flex {
        display: flex;
        justify-content: space-between
    }
    
    .hero-flex a {
        align-self: flex-end;
    }
    
    .hero-flex h1 {
        margin: 0;
        max-width: 621px;
    }
    
    .featured-projects {
        flex-direction: row;
    }
    
    .featured-project {
        min-height: 500px;
        margin-bottom: 0;
    }
    
    .featured-project * {
        padding: 32px;
    }
    
	.project-single .featured-projects .blank-box {
        display: grid;
        height: 100%;
        grid-template-rows: 140px 20px calc(100% - 160px) 40px !important;
	}
	
    .featured-projects .blank-box {
        display: grid;
        height: 100%;
        grid-template-rows: 140px calc(100% - 180px) 40px;
	}
	
	
	
	  .fp-slider-blank-box {
        display: grid;
        height: 500px;
        grid-template-rows: 140px calc(100% - 180px) 40px;
	}
	
    .featured-projects .blank-box a, .fp-slider-blank-box a {
        justify-self: baseline;
    }
    
    .featured-projects .blank-box p {
        align-self: end;
    }
    
    .first-fp {
        border-top-left-radius: 20px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 20px;
        margin-right: 2px;
    }
    
    .second-fp {
        margin-right: 16px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 20px;
        
    }
    
    p.o-vas-odstavec {
        max-width: 664px;
    }
    
    
    section.o-vas-hp,
    section.podcast-hp {
    padding: 40px;
}
    
    .o-vas-hp .grid-box {
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: 460px 1fr;
        grid-column-gap: 32px;
        padding-top: 80px;
    }
    
    .o-vas-hp h1 {
        max-width: 664px;
    }
    
    .cisla {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-column-gap: 16px;
        margin: 0 auto 40px;
        justify-self: end;
    }
    
    .box-cislo {
        max-width: 324px;
    }
    
    a.cta:not(.buttons-projekty) {
        max-width: 340px;
    }
    
    .flex-box {
        display: flex;
        justify-content: space-between   
    }
    
    .podcast-hp h5 {
        padding-left: 0;
    }
    
    .podcast-hp h1 {
        max-width: 600px;
         padding: 40px 0 0;
    }
    
    .podcast-hp .flex-box {
        flex-direction: row-reverse;
    }
    
    .featured-podcast {
        max-width: 820px;
        border-radius: 20px;
        overflow: hidden;
        min-height: 540px;
    }
    
    .vsechny-podcasty .featured-podcast {
        min-height: 480px; }
    
  
    .featured-podcast .blank-box {
        padding: 40px;
    }
    
    .podcast-hp a.cta {
        margin: 0;
    }
    
    section.partneri {
    padding: 20px 40px 80px;
    } 
    
    .ec-v-form-holder {
        width: 680px!important;
    }
    
    .subs h1,
    .subs p {
        max-width: 680px;
    }
    
    .subs .blank-box {
        margin: 0 auto;
        max-width: 680px;
    }
    
    .ec-v-form-step-visible {
        height: auto!important;
    }
    
    footer {
        flex-direction: row;
        display: flex;
        justify-content: space-between;
        padding: 80px 40px;
    }
    
    .footer-podpora {
        max-width: 420px;
        max-height: 254px;
        align-self: start;
    }
    
    footer .rozcestnik ul#secondary-menu {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
}
    
    footer h1.logo {
        font-size: 36px;
    }
    
    footer h5,
    footer .aktivity h5 {
        padding: 55px 0 40px;
    }
    
    .footer-podpora h3 {
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
        color: #FFFFFF;
        margin-top: 0;
        margin-bottom: 16px;
    }
    
    .vsechny-aktivity h1 {
        padding-left: 40px;
        padding-top: 100px;
    }

	.project-single {
		min-width: 32%;
	}
	
	.project-single .featured-project h2 {
		font-size: 44px !important;
		line-height: 54px !important;
	}
	
	.project-list {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		row-gap: 26px;
		column-gap: 25px;
	}
    
    ol.list li {
        padding: 0 40px 24px;
    }
    
    .projekt-obsah {
        display: grid;
        grid-template-columns: 10% 29% 45% 5% 111px; 
        
    }
    
    
    .projekt-obsah .blank-box {
        display: flex;
        flex-direction: column-reverse;
        grid-column: 2 / 2;
        align-self: center
    }
    
    .projekt-obsah p {
        grid-column: 3 / 3;
        align-self: center;
        padding-left: 12px;
    }
    
    .projekt-obsah a {
        grid-column: 5 / 5;
        align-self: center;
        justify-self: end;
        max-width: 110px;
    }
    
    .vsechny-aktivity h2 {
        font-weight: 600;
        font-size: 32px;
        line-height: 34px;
        margin-top: 0;
    }
    
    .vsechny-aktivity h6 {
        text-align: left;
        font-size: 16px;
        line-height: 22px;
    }
    
    ol li::before {
        top: 45px;
    }
    
    .hero-secondary h1 {
        max-width: 605px;
    }
    
    .hero-secondary {
        position: relative;
        margin-bottom: 160px;
    }
    
    .hero-secondary ul {
        position: absolute;
        top: 0;
        right: 40px;
    }
    
    .hero-secondary li {
        text-align: right;
    }
    
    .hero-secondary li a {
        font-size: 36px;
        line-height: 44px;
    }
    
    .featured-podcast-podcasty {
        padding: 80px 40px;
    }
    
    .featured-podcast-podcasty h1 {
        max-width: 600px;
    }
    
    
    .vsechny-podcasty {
        padding: 40px;
    }
    
    .vsechny-podcasty .list {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    
    div.list .kachlice {
        padding-bottom: 40px;
    }
    
    .clenove h1 {
        padding-top: 40px;
    }
    
    .vsechny-podcasty .featured-podcast {
        max-width: 480px;
        width: 100%;
    }
    
    .clenove .kachlice {
        max-width: 33.3%;
    }
    
    .clenove .list {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .zastita,
    .skupina-partneru {
        padding: 40px;
    }
    
    .loga-wrapper img {
		padding: 0;
    }
    
    .loga-wrapper {
        gap: 40px;
    }
    
    .skupina-partneru p {
        max-width: 720px;
        padding-top: 32px;
    }
    
    .podporte-nas-blok * {
        max-width: 520px;
    }
	
	.hero-support .support-columns {
		display: flex;
		flex-direction: row;
		position: relative;
		z-index: 2;
	}
	
	.hero-support .support-heading {
		width: 60%;
	}
	
	.hero-support .support-desc {
		width: 40%;
	}

	.support-desc {
		align-self: flex-end;
	}
    
	.support-widget-section {
		padding-top: 4vh;
		display: flex;
		flex-direction: row;
		position: relative;
		z-index: 2;
		justify-content: space-between;
	}
	

	
	.support-widget {
		align-self: flex-end;
	}
	
	
	
    .podpora-kachlice {
        flex-direction: row;
        justify-content: space-between;
        gap: 32px;
    }
    
    .kachlice-darci {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 100%;
    }
    
    .kachlice-darci p {
        max-width: 620px;
    }
    
    .dalsi-podpora,
    .kachlice-darci .blank-box,
    .kontakt-media     {
        padding: 40px;
    }
    
    .dalsi-podpora h1 {
        max-width: 520px;
    }
    
    .pro-media {
        margin-bottom: 0;
        background-size: 100% auto;
    background-position: center;
        min-height: 440px;
    }
    
    .hero-media {
        
        background-size: 100% auto;
    background-position: center;
    }
    
    .pro-media h1 {
        left: 40px;
        max-width: 700px;
    }
    
    .press-kit {
        padding: 14px 40px 40px;
    }
    
    .press-kit-content {
        max-width: 420px;
    }
	
	.pro-media-kontakt {
		flex-direction: row !important;
	}
	
	.pro-media-kontakt h5 {
	margin-bottom: 50px !important;
	}
    
	.pro-media-fotky {
    display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr 1fr;
	grid-row-gap: 40px;
    width: 40%;
	}

	.fotka-nahled {
  	  width: 100%;
   	  aspect-ratio: 3/2;
      object-fit: cover;
      border-radius: 15px;
	}
    
    .fotky-stahnuti .kachlice {
        flex-direction: row;
        gap: 32px;
        align-items: flex-start;
    }
	
	.support-portfolio .kachlice {
        flex-direction: row;
        gap: 32px;
        align-items: flex-start;
    }
    
    .fotky-stahnuti .kachlice img {
        width: 100%;
        height: 400px;
        min-height: 0;
        min-width: 0;
		object-fit: cover;
    }
	
	.support-portfolio .kachlice div {
        width: 100%;
        height: 400px;
        min-height: 0;
        min-width: 0;
		object-fit: cover;
    }
	
	.blue-bg-gradient-support {
    	background: linear-gradient(0deg, #D5EFF4 80%, #ffffff 20%) !important;
	}
    
    .kontakt-media .clen-kachlice {
        display: flex;
        gap: 60px;
        align-items: center;
        margin: 0 auto;
        max-width: 940px;
    }
	
	.pro-media-kontakt .clen.kachlice {
		margin-bottom: 50px;
	}
    
    .kontakt-media .clen-kachlice .img-box {
        max-width: 150px;
        border-radius: 20px;
    }
    
    .kontakt-media .clen-kachlice .blank-box {
        max-width: 380px;
    }
    
    .hero-about .blank-box {
        flex-direction: row;
        align-items: flex-end;
        padding: 60px;
        justify-content: space-between;
        width: 100%;
    }
    
    .hero-about .blank-box h1 {
        font-size: 64px;
        line-height: 74px;
        max-width: 574px;
        margin-bottom: 0;
    }
    
    .hero-about .blank-box p {
        max-width: 400px;
    }
    
    .hero-about {
        min-height: calc(90vh - 70px );
    }
    
    .cisla-o-vas .flex-box {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    
    .cisla-o-vas .flex-box .hodnoty {
        max-width: 490px;
    }
    
    .cisla-o-vas .flex-box h1 {
        margin-top: 0;
        padding-top: 0;
    }
    
    .zacatek {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    
    .zacatek .blank-box {
        overflow: visible;
    }
    
    .zacatek .blank-box h1
    {
        max-width: 627px;
        font-size: 48px;
        line-height: 58px;
    }
    
       .zacatek .blank-box p
    {
       max-width: 420px;
    }
    
    .zacatek .blank-box img {
        max-width: 490px;
    }
    
    .grid-box-about {
        display: grid;
        grid-template-rows: 484px 484px 484px;
        grid-template-columns: 33% 33% 33%;
        grid-row-gap: 80px;
    }
    
    .hlavni-aktivity-box {
        grid-column: 1 / 1;
        grid-row: 1 / 1;
    }
    
    .grid-box-about .prvni-aktivita,
    .grid-box-about .druha-aktivita,
    .grid-box-about .treti-aktivita
    {
        display: flex;
     /*   max-width: 897px; */
    }
    
    .grid-box-about .prvni-aktivita .project-popis,
    .grid-box-about .druha-aktivita .project-popis,
    .grid-box-about .treti-aktivita .project-popis
    {
        max-width: 50%;
    }
    
     .grid-box-about .prvni-aktivita .project-popis p,
    .grid-box-about .druha-aktivita .project-popis p,
    .grid-box-about .treti-aktivita .project-popis p
    {
        margin-top: 0;
    }
    
    
    .grid-box-about .prvni-aktivita {
        grid-column: 2 / span 2;
        grid-row: 1 / 1;
    }
    
    .grid-box-about .druha-aktivita {
        grid-column: 1 / span 2;
        grid-row: 2 / 2;
    }
    
    .grid-box-about .treti-aktivita {
        grid-column: 2 / span 2;
        grid-row: 3 / 3;
    }
    
    .hlavni-aktivity-box h1,
    .hlavni-aktivity-box p
    {
        max-width: 420px;
    }
    
    .grid-box-about .kachlice-aktivity .blank-box {
        height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    }
    
    .grid-box-about .kachlice-aktivity .blank-box a {
    
        display: block;
    max-width: 176px;
    }
    
    .kachlice-aktivity .featured-project h2,
    .featured-project h2 {
        font-weight: 600;
        font-size: 64px;
        line-height: 74px;
        max-width: 320px;
    }
    
    .treti-aktivita .featured-project h2 {
        font-size: 36px;
    }
    
    .featured-project p {
        max-width: 340px;
    }
    
    .project-popis {
        border: 1px solid #D5EFF4;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 20px;
        border-top-right-radius: 20px;
        border-left: transparent;
        padding: 40px 40px 20px;
    }
    
    .grid-box-about .kachlice-aktivity .first-fp    {
        margin-right: 0;
    }
    
    
    .o-nas-fotky {
        margin-top: 120px;
        padding-bottom: 160px;
    }
    
    .o-nas-fotky .flex-box {
        justify-content: flex-start;
        gap: 80px;
    }
    
    .o-nas-fotky .blank-box {
        max-width: 420px;
        align-self: flex-end;
    }
    
    .photo-grid {
        min-width: 50%;
        grid-template-columns: 40% 29.5% 29.5%;
        grid-template-rows: 1fr 1fr;
        gap: 16px 16px;
        min-height: 538px;
    }
    
    .grid-cell-1 {
        grid-column: 1 / 1;
        grid-row: 1 / span 2;
    }
    
    .grid-cell-2 {
        grid-column: 2 / span 2;
        grid-row: 1 / 1;
    }
    
    .grid-cell-3 {
        grid-column: 2 / 2;
        grid-row: 2 / 2;
    }
    
     .grid-cell-4 {
        grid-column: 3 / 3;
        grid-row: 2 / 2;
    }
    
    .o-nas-fotky h1 {
        font-size: 48px;
        line-height: 54px;
    }
     
    .toggled #primary-menu {
        max-width: 46vw;
        left: auto;
        border-left: 1px solid #5FBDCA;
    }
    
    #primary-menu ul {
        padding: calc(80px + 10%) 120px 0;
    }
    
    #primary-menu li a {
        font-size: 30px;
        line-height: 42px;
    }
    
    #primary-menu ul.header-socials {
        padding-right: 120px;
    }
    
    .toggled {
        width: 132px;
    }
    
   
    .toggled .menu-toggle {
        color: white;
    }
    
    .toggled .menu-toggle::after {
        content: url(../assets/svg/close-menu-desktop.svg);
}
    
    .toggled .menu-toggle::before {
        content: "ZAVŘÍT ";
        color: white;
    }
    
    .flex-box section {
        max-width: 50%;
        width: 100%;
    }
    
    .flex-box .wpcf7 {
            max-width: 80%;
            margin: 80px auto 0;
        background: #EFF8FA;
        border: 1px solid #D5EFF4;
            padding: 40px;
        border-radius: 20px;
}
    
.hero-podpora h1 p, 
    .hero-podpora p {
        max-width: 40vw;
    }
    

.flex-box section.hero-kontakt {
    max-width: 620px;
}

.hero-kontakt .kontakt-email {
    max-width: 420px;
    margin: 32px 0 32px;
}

.formular-kontakt {
    background: none;
}

.clenove {
    height: 100%;
    background: #EFF8FA;
    padding: 0 40px;
}
    
    .clen-kachlice {
        padding: 0 0 20px; }

.clenove .kachlice:nth-child(even),
.clenove .kachlice {
    background: white;
    border: 1px solid #D5EFF4;
    border-radius: 20px;
    max-width: calc(33vw - 47.3px);
    margin-bottom: 32px;
}
    
    .clen-kachlice .img-box {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    
    
.clen-kachlice .blank-box {
    padding: 20px;
}
    
    /* HOVERS */
a.cta:hover:before {
        width: 100%;
}
.menu-toggle:hover:before {
    background: #D5EFF4;
}
#primary-menu li.menu-item-type-custom a:hover,
#primary-menu a:hover {
    color: #FF3C60;
} 
a.cta-primary:hover {
    color: #fff;
}
a.cta-secondary:hover {
    color: #012169;
}
a.cta-white:hover img {
    -webkit-filter: brightness(0) saturate(100%) invert(13%) sepia(50%) saturate(3384%) hue-rotate(212deg) brightness(92%) contrast(112%);
    filter: brightness(0) saturate(100%) invert(13%) sepia(50%) saturate(3384%) hue-rotate(212deg) brightness(92%) contrast(112%);
}
a.cta-secondary-red:hover img {
    filter: brightness(100);
    -webkit-filter: brightness(100);
}
a.cta-terciary:hover {
    color: #fff;
}
a.cta-terciary-white-border:hover {
    color: #1e1e1e;
}
.subs .ec-v-form-submit button:hover {
    background-color: white!important;
    color: #012169!important;
}
#terciary-menu a:hover,
#secondary-menu a:hover {
        opacity: .65;
}
a.contact:hover {
    opacity: .65;
}

.kontakt-email:hover {
    background: #EFF8FA;
    border: 1px solid #D5EFF4;
}
    
    .toggled button.menu-toggle:hover:before {
        background: transparent;
    }
    
    #primary-menu {
    transform: translateX(46vw);
    transition: transform 0.4s ease;
    -webkit-transition: transform 0.4s ease;
}
    
    .hero-vyroci .blank-box {
        display: flex;
        justify-content: space-between;
        align-items: flex-end
    }
    
    .hero-vyroci .blank-box p {
        max-width: 320px;
        text-align: right;
    }
    
    
    .vyroci .grid-box {
        display: grid;
        grid-template-columns: calc(50% - 40px) calc(50% - 40px);
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr ;
        max-height: 100vh;
        gap: 40px;
        margin: 40px 0 160px;
    }
    
  
    
    .vyroci-first {
        grid-column: 1 / 1;
        grid-row: 1 / 1;
    }
    
    .vyroci-second {
        grid-column: 1 / 1;
        grid-row: 3 / 8;
    }
    
    .vyroci-third {
        grid-column: 2 / 2;
        grid-row: 1 / 5;
        
    }
    
     .vyroci-fourth {
        grid-column: 2 / 2;
        grid-row: 6 / 8;
        align-self: end;
        
    }
    
    .vyroci-fourth p {
        margin: 0;
    }
    
    
}

@media screen and (min-width: 821px) and (max-width: 1299px) {

    .clenove .kachlice:nth-child(even), .clenove .kachlice {
        min-width: 400px;
    }
    
    .clenove .list {
        justify-content: space-between;
    }


}

@media screen and (min-width: 1377px) and (max-width: 1399px) { 

    .featured-podcast-podcasty, .podcast-hp .grid-box {
            grid-template-columns: 1fr;
    }
    
    .carousel-podcasty {
        max-width: 93vw!important;
    }
    
    .featured-podcast {
        max-width: 100%;
        background-position: top 25% left 0;
    }

}

@media screen and (min-width: 1400px) {
    
    .o-vas-hp .grid-box {
    display: grid;
    grid-template-columns: 664px auto;
    grid-template-rows: auto;
    grid-column-gap: 32px;
    padding-top: 80px;
}
    .cisla {
    grid-template-columns: 324px 324px;
    grid-column-gap: 16px;
    margin: 0 0 40px;
    justify-self: end;
    }
    
    .cisla-o-vas .flex-box {
        flex-direction: row-reverse;
    }
    
    
}

