:root {
    --barva1: #FB443C;          /*cervena*/   /*--svetle-zelena: #00C040; */
    --barva2: #00C040;          /*zelena */   /*--tmave-zelena: #2E720C;  */
    --barva3: #FF970A;          /*oranzova*/  /*--svetle-modra: #00C040; */
    --barva4: #A332A3;          /*fialova*/  
    
    
    --success-color: #fb443c;   /*cervena*/   /*--svetle-zelena: #00C040; */
    --white-color: #ffffff;     /*cervena*/   /*--svetle-zelena: #00C040; */
    --black-color: #000000;     /*cervena*/   /*--svetle-zelena: #00C040; */
}


BODY {
    /*font-size: 16px;*/
}





/*mobilni rozhlas*/
.rozhlas-banner-container {
    position: fixed;
    bottom: 2.5em;
    right: 2.5em;
    z-index: 100;
    max-width: 165px;
    color: #000;
}


/*** Mobilní Rozhlas ***************************************************/
.rozhlas-banner-container .rozhlas-banner {
	display: none;
}
.rozhlas-banner-container {
	position: fixed;
	bottom: 2.5em;
	right: 2.5em;
	z-index: 100;
	max-width: 165px;
	color: #000;
}
.rozhlas-banner-container .rozhlas-banner__icon {
	display: inline-block;
	padding: 1em;
	border-radius: 25px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
	transition: all 0.25s linear 0s;
	background-color: #fff;
	text-decoration: none;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.rozhlas-banner-container .rozhlas-banner__icon:hover {
	background-color: #ececec;
}
.rozhlas-banner-container .rozhlas-banner__icon > span {
	display: inline-block;
	color: #000;
	text-decoration: none;
	line-height: 1.3;
	margin-left: 0.5em;
}
.rozhlas-banner-container .rozhlas-banner {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
	max-width: 300px;
	width: 100%;
	padding: 1.5em;
	position: fixed;
	bottom: 2em;
	right: 2em;
	z-index: 101;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.rozhlas-banner-container .rozhlas-banner__close {
	text-align: right;
}
.rozhlas-banner-container .rozhlas-banner__logo,
.rozhlas-banner-container .rozhlas-banner__close a {
	transition: all 0.25s linear 0s;
}
.rozhlas-banner-container .rozhlas-banner__close a:hover {
	cursor: pointer;
	opacity: 0.7;
}
.rozhlas-banner-container .rozhlas-banner__logo,
.rozhlas-banner-container .rozhlas-banner__image {
	text-align: center;
	margin: 0.5em 0;
}
.rozhlas-banner__image img {
	width: 100%;
	height: auto;
}
.rozhlas-banner-container .rozhlas-banner__logo:hover {
	opacity: 0.7;
}
.rozhlas-banner-container .rozhlas-banner__text {
	text-align: center;
	font-style: italic;
}
.rozhlas-banner-container .rozhlas-banner-btn {
	display: block;
	width: 100%;
	border-radius: 5px;
	margin-bottom: 5px;
	text-align: center;
	line-height: 1;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	padding: 12px 0.5em 12px 35px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: 8px center;
	transition: all 0.25s linear 0s;
}
#ipocopyright .rozhlas-banner-container a.rozhlas-banner-btn {
	color: #fff;
	text-decoration: none;
}







  .photo-wrapper {
        width: 100%; /* Fotka zabere 50% šířky rodičovského divu */
        /*max-width: 10rem;*/ /* Maximální velikost */
        height: auto; /* Výška se přizpůsobí */
        aspect-ratio: 1 / 1; /* Zajistí, že bude obrázek vždy čtvercový */
        border-radius: 50%; /* Kulatá fotka */
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        box-shadow: 5px 5px 0 rgba(251, 68, 60, 1);
    }

    .photo {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top; /* Posunutí dolů */
        
    }












/* Jen sekce s id="sekce-aktualne" */
#sekce-aktualne > .container-fluid > .row:first-child {
  display: flex;
  align-items: stretch;
}

#sekce-aktualne .col-md-9,
#sekce-aktualne .col-md-3 {
  display: flex;
  flex-direction: column;
}

#sekce-aktualne .quick-links {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px; /* rozestupy mezi bannery */
}

#sekce-aktualne .quick-links .col-12 {
  flex: 1;
  display: flex;
}

#sekce-aktualne .quick-links .ql-banner {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Barvy (sladěné s navigací) – můžeš doladit */
:root{
  --menu-orange:#f15a24; /* Základní škola */
  --menu-green:#00a651;  /* Dokumenty */
  --menu-blue:#0b6ab7;   /* Projekty */
  --white:#fff;
  --ink:#111;
}

/* Základ banneru */
.quick-links .ql-banner{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  min-height: 84px;
  padding: 18px 20px;
  color: var(--white);
  text-decoration: none;
  border-radius: 0px;
  box-shadow: 6px 6px 0 rgba(0,0,0,.15);
  overflow: hidden;
  transform: translateY(0);
  transition: transform .18s ease, box-shadow .18s ease;
  font-weight: 700;
  letter-spacing: .2px;
}

/* Barevné varianty */
.ql-orange{ background: linear-gradient(135deg, var(--menu-orange), #ff7a38); }
.ql-green { background: linear-gradient(135deg, var(--menu-green), #14c36a); }
.ql-blue  { background: linear-gradient(135deg, var(--menu-blue), #2a86d7); }

:root {
  --menu-yellow: #ffd500;   /* barva jako Fotogalerie */
  --menu-purple: #a23dbf;   /* barva jako Kontakty */
  --facebook-blue: #1877f2; /* oficiální FB modrá */
}

/* Nové barevné varianty */
.ql-yellow  { background: linear-gradient(135deg, var(--menu-yellow), #ffe74f); color: var(--ink); }
.ql-purple  { background: linear-gradient(135deg, var(--menu-purple), #c45be3); }
.ql-facebook{ background: linear-gradient(135deg, var(--facebook-blue), #4599ff); }

/* Pro Facebook banner s ikonou vlevo a ikonou "nové okno" */
.ql-facebook .ql-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ql-facebook .ql-external {
  font-size: 14px;
  opacity: 0.9;
  margin-top: 2px;
}

/* Na žlutém banneru tmavý text a ikony */
.ql-yellow .ql-icon,
.ql-yellow .ql-text,
.ql-yellow .ql-arrow {
  color: var(--ink);
}




/* Ikona vlevo */
.quick-links .ql-icon{
  font-size: 30px;
  flex: 0 0 auto;
  opacity: .95;
  transition: transform .25s ease;
}

/* Text uprostřed */
.quick-links .ql-text{
  flex: 1 1 auto;
  font-size: 24px;
  line-height: 1.2;
}

/* Šipka vpravo */
.quick-links .ql-arrow{
  font-size: 22px;
  opacity: .8;
  transform: translateX(-6px);
  transition: transform .25s ease, opacity .2s ease;
}

/* Jemná animace při hoveru */
.quick-links .ql-banner:hover{
  transform: translateY(-4px);
  box-shadow: 0 12px 18px rgba(0,0,0,.18);
}
.quick-links .ql-banner:hover .ql-icon{
  transform: scale(1.08) rotate(-3deg);
}
.quick-links .ql-banner:hover .ql-arrow{
  transform: translateX(0);
  opacity: 1;
}

/* Lesklý „sheen“ přejezd */
.quick-links .ql-banner::after{
  content:"";
  position:absolute;
  top:-120%;
  left:-30%;
  width:40%;
  height:300%;
  transform: rotate(20deg);
  background: rgba(255,255,255,.18);
  filter: blur(6px);
  transition: transform .6s ease, left .6s ease;
}
.quick-links .ql-banner:hover::after{
  left:130%;
}

/* Responsivní drobnosti */
@media (max-width: 575.98px){
  .quick-links .ql-text{ font-size: 18px; }
  .quick-links .ql-icon{ font-size: 26px; }
}













.transparent-menu {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background-color: rgba(251, 68, 60, 0.8); /* Průhlednost pozadí */
        z-index: 1000; /* Zajistí, že je menu nad obrázkem */
    }
    
    
    
  

.menu > ul > li:nth-child(1) {
    background-color: #fb443c; /* První položka */
}

.menu > ul > li:nth-child(2) {
    background-color: #ff970a; /* Druhá položka */
}

.menu > ul > li:nth-child(3) {
    background-color: #FAE100; /* Třetí položka */
}

.menu > ul > li:nth-child(4) {
    background-color: #00c040; /* Čtvrtá položka */
}

.menu > ul > li:nth-child(5) {
    background-color: #0075BE; /* Pátá položka */
}

.menu > ul > li:nth-child(6) {
    background-color: #cc3fcc; /* Šestá položka */
}



.menu > ul > li {
    position: relative;
    transition: background-color 0.3s ease; /* Přechod na ztmavení barvy */
}

.menu > ul > li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0; /* Overlay je ve výchozím stavu neviditelný */
    transition: opacity 0.3s ease; /* Plynulý přechod při hoveru */
    z-index: 1; /* Overlay je za textem */
}

.menu > ul > li:hover::after {
    opacity: 0.2; /* Overlay se při hoveru zobrazí s průhledností */
}


/* Kontejner pro úvodní obrázek */
.hero-container {
    height: 50vh; /* Výška 50 % viewportu */
    min-height: 400px; /* Minimální výška pro menší obrazovky */
    position: relative;
    overflow: hidden; /* Zabrání přesahům */
}

.hero-container_sub {
    height: 50vh; /* Výška 50 % viewportu */
    min-height: 250px; /* Minimální výška pro menší obrazovky */
    position: relative;
    overflow: hidden; /* Zabrání přesahům */
}

/* Obrázek, který pokryje kontejner */
.img-cover2 {
    object-fit: cover; /* Obrázek se přizpůsobí bez deformace */
    object-position: bottom; /* Zarovnání odspodu */
    height: 100%;
    width: 100%;
}

/* Obrázek, který pokryje kontejner */
.img-cover_sub {
    object-fit: cover; /* Obrázek se přizpůsobí bez deformace */
    object-position: right top;
    height: 100%;
    width: 100%;
}

/* Text v obrázku */
.hero-text {
    top: 40%;
    left: 10%;
    width: 60vw;
    /*transform: translate(-50%, -50%);*/
    /*text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); /* Jemný stín pro čitelnost */
    line-height: 1.2;
    font-family: "Fira Sans Extra Condensed", sans-serif;
}

.hero-text_sub {
    top: 50%;
    left: 10%;
    /*transform: translate(-50%, -50%);*/
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); /* Jemný stín pro čitelnost */
    line-height: 1.2;
    font-family: "Fira Sans Extra Condensed", sans-serif;
    width: 40vw;
}

.hero-text_img {
    
}






/* Kontejner novinek */
.news-card {
    flex: 0 1 calc(33.333% - 1rem);
    background-color: #f2f2f2;
    /*box-shadow: -5px 0 10px rgba(0, 0, 0, 0.1), 5px 5px 10px rgba(0, 0, 0, 0.1); /* Jemný stín vlevo a dole */
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    height: 100%;
    border-radius: 0; /* Odstranění zaoblených rohů */
}

/* Modré novinky */
.color-card {
    box-shadow: 5px 5px 0 rgba(255, 151, 10, 1); /* Defaultní stín */
}

/* Zelené novinky (každá lichá) */
.col-12:nth-of-type(odd) .color-card {
    box-shadow: 5px 5px 0 rgba(251, 68, 60, 1); /* Zelený stín */
}

#bootstrapgrid .row {
    margin-top: 16px;
    margin-bottom: 16px;
}

/* Datum nahoře */
.news-date {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ff970a; /* Default modrá */
    color: white;
    font-size: 0.8rem;
    font-weight: bold;
    padding: 5px 10px;
}

/* Zelené datum (každá lichá) */
.col-12:nth-of-type(odd) .news-date {
    background-color: #fb443c; /* Zelené datum */
}






/* Obrázek */
.img-cover {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    background-color: #eae8e8;
}

/* Nadpis novinky */
.news-content h5 {
    font-size: 1rem;
    line-height: 1.4;
}

/* Obsah novinky */
.news-content p {
    font-size: 1rem;
    line-height: 1.2;
    font-style: italic;
}

.read-more-link {
    text-decoration: underline;
    color: #ff970a;
    font-weight: bold;
    position: absolute;
    bottom: 5px;
    right: 20px;
}

.read-more-link:hover {
    text-decoration: none;
    color: #0D47A1;
}









.header nav.menu ul li a {
    position: relative; /* Text je relativní, aby byl nad overlayem */
    color: #FFFFFF;
    z-index: 2; /* Text bude nad overlayem */
 
}

/* Zajistit, že menu zabírá celou šířku */
.menu {
    width: 100%;
    background-color: #f8f9fa;
}

/* Hlavní menu */


/* Položky první úrovně */
.menu > ul > li {
    flex: 1; /* Rovnoměrné rozdělení šířky */
    text-align: center; /* Zarovnání textu na střed */
    padding: 15px 0; /* Výška položek */
    z-index: 1000;
}

/* Odkazy v hlavním menu */
.menu > ul > li > a {
    color: #ffffff; /* Bílé písmo */
    text-decoration: none; /* Bez podtržení */
    font-weight: bold;
    display: block; /* Klikací celá oblast */
}

.header nav.menu li.cr-dropdown ul {
    text-align: left;
}


.zelena{
    color: var(--barva1);
}

.modra{
    color: var(--barva3);
}


.btn a {
    text-decoration: none !important; /* Odstraní podtržení odkazu */
    color: inherit; /* Zajistí, že barva odkazu se přizpůsobí barvě tlačítka */
}

.btn-success {
     background-color: var(--barva1) !important;
     color: white;
     border: none;
}

.btn-success:hover {
     background-color: var(--barva1) !important;
     color:  var(--barva3);
}

.btn-outline-success {
     border-color: var(--barva1);
     color: var(--barva1);
}

.btn-outline-success:hover {
     background-color: var(--barva1);
     border-color: var(--barva1);
     color: var(--barva3);
     
}

.btn-primary {
     background-color: var(--barva3);
     color: white;
     border: none;
}

.btn-primary:hover {
     background-color: var(--barva3);
     color: var(--barva1);
}

.btn-outline-primary {
     border-color: var(--barva3);
     color: var(--barva3);
}

.btn-outline-primary:hover {
     background-color: var(--barva3);
     border-color: var(--barva3);
     color: var(--barva1);
}

.btn-oval {
    padding: 10px 40px; /* Velikost tlačítka */
     /*border: none;*/
     border-radius: 50px; /* Kulaté rohy */
     font-size: 16px;
     font-weight: bold;
     cursor: pointer;
     box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Mírný stín */
     transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-kulaty {
    padding: 10px 15px; /* Velikost tlačítka */ 
     /*border: none;*/
     border-radius: 50px; /* Kulaté rohy */
     font-size: 16px;
     font-weight: bold;
     cursor: pointer;
     box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Mírný stín */
     transition: transform 0.2s ease, box-shadow 0.2s ease;   
}


.rozhlas-banner-btn--telefon {
	background-color: #2AB574;
	background-image: url('/source/images/mobilni_rozhlas/banner_pridat-icon.svg');
}
.rozhlas-banner-btn--nastenka {
	background-color: #1BB4EC;
	background-image: url('/source/images/mobilni_rozhlas/banner_nastenka-icon.svg');
}
.rozhlas-banner-btn--app {
	background-color: #F8971E;
	background-image: url('/source/images/mobilni_rozhlas/banner_app-icon.svg');
}
.rozhlas-banner-btn--telefon:hover,
.rozhlas-banner-btn--nastenka:hover,
.rozhlas-banner-btn--app:hover {
	background-color: #013eab;
}
.rozhlas-banner-btn:last-child {
	margin-bottom: 0;
}

.rozhlas-banner__icon .rozhlas-title {
	color: var(--barva1) !important;
}

.rozhlas-banner__icon .rozhlas-subtitle {
	display: block;
	font-size: 0.8em;
	margin-top: 0.5em;
	max-width: 12em;
}
@-webkit-keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
.rozhlas-banner-container .pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}
.rozhlas-banner-container .animated {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.rozhlas-container .mobile-app,
.rozhlas-container .mobile-sms {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 2em;
}
.rozhlas-container .mobile-app__item,
.rozhlas-container .mobile-sms__item {
	width: 50%;
}
.rozhlas-container .mobile-app__item:nth-child(2) img {
	width: 100%;
	height: auto;
}
.rozhlas-container .mobile-app__item h2 {
	padding-left: 1.5em;
	background: url('/img/mobilni-rozhlas/phone.svg') no-repeat left center;
	color: #000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.rozhlas-container .mobile-app__links > div {
	display: inline-block;
	background-color: #F7F7F7;
	padding: 1em;
	min-width: 220px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.rozhlas-container .app-qr {
	text-align: center;
	padding: 1em 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.rozhlas-container .app-link {
	text-align: center;
}
.rozhlas-container .mobile-app__links .app-link__button,
.rozhlas-container .mobile-app__links .app-link__button:visited {
	display: inline-block;
	text-align: left;
	border-radius: 4px;
	color: #fff;
	background-color: #86B700;
	text-decoration: none;
	padding: 0.5em 1em 0.5em 5em;
	min-width: 180px;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: 2.5em center;
	background-image: url('/img/mobilni-rozhlas/android.svg');
	transition: all 0.25s linear 0s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.rozhlas-container .mobile-app__links .app-link__button:hover {
	color: #fff;
}
.rozhlas-container .app-ios .app-link__button {
	background-color: #222222;
		background-image: url('/img/mobilni-rozhlas/apple.svg');
}
.rozhlas-container .mobile-sms__item h2 {
	padding-left: 1.5em;
	background: url('/img/mobilni-rozhlas/home.svg') no-repeat left center;
	color: #000;
}
.rozhlas-container .mobile-sms__item iframe {
	width: 100%;
}
.rozhlas-container .sms-links {
	text-align: center;
}
.rozhlas-container .sms-links a,
.rozhlas-container .sms-links a:visited {
	display: inline-block;
	padding: 0.5em;
	border-radius: 4px;
	padding: 12px 0.5em 12px 38px;
	margin: 2px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: 10px center;
	transition: all 0.25s linear 0s;
	text-decoration: none;
	color: #fff;
}
.rozhlas-container .sms-links__login {
	background-color: #2AB574;
	background-image: url('/img/mobilni-rozhlas/banner_pridat-icon.svg');
}
.rozhlas-container .sms-links__show {
	background-color: #1BB4EC;
		background-image: url('/img/mobilni-rozhlas/banner_nastenka-icon.svg');
}
.rozhlas-container .sms-links a:hover {
	color: #fff;
}
.rozhlas-container .mobile-app__item:nth-child(2) {
	background-color: #F7F7F7;
}
.rozhlas-container .sms-links__login:hover,
.rozhlas-container .sms-links__show:hover,
.rozhlas-container .mobile-app__links .app-link__button:hover,
.rozhlas-container .app-ios .app-link__button:hover {
	background-color: #013eab;
}

@media only screen and (max-width: 1024px) {
	.rozhlas-banner-container {
		right: 60px;
		bottom: 0;
	}

	.rozhlas-container .mobile-app__item:nth-child(2),
	.rozhlas-container .mobile-app__item .mobile-app__links {
		text-align: center;
	}

	.rozhlas-container .rozhlas-banner__icon {
		border-radius: 25px 0 0 25px;
	}

	.rozhlas-container .mobile-app,
	.rozhlas-container .mobile-sms {
		margin-bottom: 1em;
	}

	.rozhlas-container .mobile-app__item,
	.rozhlas-container .mobile-sms__item {
		width: 100%;
		margin-bottom: 1em;
	}

	.rozhlas-container .mobile-app__item:nth-child(2) img {
		max-width: 400px;
	}
}

@media only screen and (max-width: 580px) {
	.rozhlas-container .mobile-app__links>div {
		min-width: 100%;
		box-sizing: border-box;
	}

	.rozhlas-banner-container .rozhlas-banner__text {
		margin-bottom: 1em;
	}

	.rozhlas-container .app-android,
	.rozhlas-container .sms-links__login {
		margin-bottom: 1em;
	}

	.rozhlas-container .mobile-app__item h2,
	.rozhlas-container .mobile-sms__item h2 {
		background: none;
		padding: 0;
	}

	.rozhlas-container .app-qr,
	.rozhlas-container .mobile-app__item:nth-child(2),
	.rozhlas-banner-container .rozhlas-banner__image {
		display: none;
	}
}
/*****************************************************************************/



/*tagline*/

.tagline-container {
    position: relative; /* Umožňuje umístit SVG absolutně uvnitř tohoto kontejneru */
    background-color:  var(--barva1); /* Barva pozadí */
    width: 100%; /* Šířka obdélníku přes celou stránku */
    min-height: 150px; /* Minimální výška kontejneru */
    padding: 20px 20px 20px 20px; /* Prostor kolem textu */
    color: #ffffff; /* Bílé písmo */
    font-size: 1.2rem; /* Velikost textu */
    font-weight: bold;
    line-height: 1.5;
    overflow: hidden; /* Zabrání přesahu obsahu */
}

.tagline-text {
    margin: 0; /* Odstranění výchozích okrajů */
    text-align: center; /* Zarovnání textu na střed */
    color: #ffffff !important ; /* Bílé písmo */
}

.tagline-container::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -3.75rem; /* 60px odpovídá 3.75rem */
    width: 37.5rem; /* Pevná šířka SVG (600px odpovídá 37.5rem) */
    height: 7.5rem; /* Pevná výška SVG (120px odpovídá 7.5rem) */
    /*background-image: url('../../obrazky/svg/tagline.svg');  */
    background-size: contain; /* Zajistí přizpůsobení velikosti SVG */
    background-repeat: no-repeat; /* Zabrání opakování SVG */
    background-position: bottom right; /* Zarovnání SVG do pravého spodního rohu */
    border: 0px solid red; /* Viditelný rámeček pro debug */
}

.tagline2-container {
    position: relative; /* Umožňuje umístit SVG absolutně uvnitř tohoto kontejneru */
    background-color: #00C040; /* Barva pozadí */
    width: 100%; /* Šířka obdélníku přes celou stránku */
    min-height: 230px; /* Minimální výška kontejneru */
    padding: 20px 20px 80px 20px; /* Prostor kolem textu */
    color: #ffffff ; /* Bílé písmo */
    font-size: 1.2rem; /* Velikost textu */
    font-weight: bold;
    line-height: 1.5;
    overflow: hidden; /* Zabrání přesahu obsahu */
}

.tagline2-text {
    margin: 0; /* Odstranění výchozích okrajů */
    text-align: center; /* Zarovnání textu*/
    color: #ffffff !important ; /* Bílé písmo */
}

.tagline2-container::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0rem; /* 60px odpovídá 3.75rem */
    width: 120rem; /* Pevná šířka SVG (600px odpovídá 37.5rem) */
    min-height: 5rem; /* Pevná výška SVG (120px odpovídá 7.5rem) */
    background-image: url('../../obrazky/svg/tagline2.svg'); /* Cesta k SVG souboru */
    background-color: #ffffff;
    background-size: contain; /* Zajistí přizpůsobení velikosti SVG */
    background-repeat: no-repeat; /* Zabrání opakování SVG */
    background-position: bottom right; /* Zarovnání SVG do pravého spodního rohu */
    border: 0px solid red; /* Viditelný rámeček pro debug */
    
}






.sdilej {
    font-size: 7px;
    top: 7px;
    right: 7px;
    color: white;
    position: absolute;
}





.container-fluid.width-1600 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1600px; 
}



.bg-primary {
    background-color:  var(--barva1) !important;
}

.bg-success {
    background-color: #00C040 !important;
}








/*search*/

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1100;
    
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
    
    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.7);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
	font-size: 27px;
    height: 45px;
    width: 45px;
    line-height: 44px;
    text-align: center;
    background: #F09F23;
    color: #ffffff;
    font-size: 22px;
    border: 1px solid #000000;
    -webkit-box-shadow: 0px 0px 15px 3px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 3px rgb(0 0 0 / 10%);
    -webkit-animation: bounceIn 0.8s ease-in-out 1 both;
    -moz-animation: bounceIn 0.8s ease-in-out 1 both;
    -ms-animation: bounceIn 0.8s ease-in-out 1 both;
    -o-animation: bounceIn 0.8s ease-in-out 1 both;
    animation: bounceIn 0.8s ease-in-out 1 both;
    z-index: 998 !important;

    
}








/*=========================================
	COLLAPSIBLE ITEMS
==========================================*/

.collapsible-item.panel  {
    border: 1px solid var(--barva1);
    margin-bottom: 3px;
   }

.collapsible-item .panel-title  {
    background: var(--barva1);
    margin-bottom: 0px;
    padding: 10px;
   }

.collapsible-item .panel-title a {
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
   }
   
.collapsible-item .panel-title a span{
    display: block; 
    padding-top: 8px;
    padding-bottom: 8px;
   }

.collapsible-item .panel-body  {
    padding: 10px;
   }
   
.collapsible-item .panel-body p {
    margin-bottom: 0px;
   }










/*FEATURE BOX - použity i v Templates ckeditoru*/
.feature-box {
    background-color:  var(--barva3);
    padding: 20px 10px;
    margin-bottom: 10px;
    text-align: center;
    /*border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;*/
    
}

.feature-box a {
    color:white;
}



.feature-box:hover {
    background-color:  var(--barva1) !important;
}


.feature-box, .feature-box:hover ,.feature-box a, .feature-box a:hover {
    transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    -webkit-transition: all 0.4s ease-in 0s;
    -o-transition: all 0.4s ease-in 0s;
    -ms-transition: all 0.4s ease-in 0s;
}

.feature-box > a:hover {
    text-shadow: 6px 3px 6px rgb(0, 0, 0);
}

.feature-box > a.active {
    color: white !important;
    pointer-events: none;
    cursor: not-allowed;
    
    
}   


/*=========================================
	BUTTON - uredni deska
==========================================*/
.button {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  text-align:center;
  width: 100%;
  position: relative;
  background-color:#ac0404;
  color:rgb(255,255,255);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;

  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-shadow:0px 1px 0px rgba(0,0,0,0.5);
  -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true)";zoom:1;
  filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true);

  -moz-box-shadow:0px 2px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.2);
  box-shadow:0px 2px 2px rgba(0,0,0,0.2);
  -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)";
  filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true);
}

.button.active, .cr-btn.active {
    background-color: var(--barva3);
    color: white;
}

.button span {
  position: absolute;
  left: 0;
  width: 42px;
  background-color:rgba(0,0,0,0.5);
  text-align: center;
  font-size: 14px;
  
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 1px solid  rgba(0,0,0,0.15);
}

.button:hover span, .button.active span {
  background-color:#04245e;
  border-right: 1px solid  rgba(0,0,0,0.3);
  text-decoration: none;
}

.button:hover {
  margin-top: 0px;
  margin-bottom: 5px;
  text-decoration: none;
  /*color:#E6F2FC;*/
  

  -moz-box-shadow:0px 1px 0px rgba(255,255,255,0.5);
  -webkit-box-shadow:0px 1px 0px rgba(255,255,255,0.5);
  box-shadow:0px 1px 0px rgba(255,255,255,0.5);
  -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ccffffff,Positive=true)";
  filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ccffffff,Positive=true);
}

a.button:hover {
  color:#ccc7c7;
}

.button:active, .button:focus {
  margin-top: 0px;
  margin-bottom: 5px;
  text-decoration: none;
  color:#f4f6f7;

  -moz-box-shadow:0px 1px 0px rgba(255,255,255,0.5);
  -webkit-box-shadow:0px 1px 0px rgba(255,255,255,0.5);
  box-shadow:0px 1px 0px rgba(255,255,255,0.5);
  -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ccffffff,Positive=true)";
  filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ccffffff,Positive=true);
}

.button.barva1 {
  background: #e74c3c;
}

.widget-img2 {
    /*max-width: 85%;*/
    /*margin-right: 10px;*/
    /*padding-bottom: 3px;*/
}

 
 
 
 
/*=========================================
	Modalni okna - administrace
==========================================*/
 
 .modal-header, .modal-footer {
	color:#fff;
    padding:9px 15px;
    background-color: #214382;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
     border-top-left-radius: 0px;
     border-top-right-radius: 0px;
     -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 0px;
     border-bottom-left-radius: 0px;
     border-bottom-right-radius: 0px;
}
 
 
 .modal-title {
	color:#fff;
    
}
 




 .swipebox img{
    /*border: 1px solid gray;*/
    opacity: 1;
    object-fit:cover;
    /*height: 200px;*/
    /*width: 100%;*/
    /*-webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);*/
    box-shadow: 5px 5px 0 rgba(251, 68, 60, 0.2);
    border: 1px solid var(--barva3);
}

 .swipebox img:hover{
    /*border: 1px solid gray;*/
    opacity: 1;
    object-fit:cover;
    /*height: 200px;*/
    /*width: 100%;*/
    /*-webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
    transition: all 0.1s ease-in 0s;
    -moz-transition: all 0.1s ease-in 0s;
    -webkit-transition: all 0.1s ease-in 0s;
    -o-transition: all 0.1s ease-in 0s;
    -ms-transition: all 0.1s ease-in 0s;*/
    box-shadow: 5px 5px 0 rgba(251, 68, 60, 0.8);
}

 .novinka img{
    border: 0px !important;

    /*height: 200px;*/
    /*width: 100%;*/

}
 .swipebox img:hover{
    /*border: 1px solid #bababa;*/
    opacity: .8;
}

a[href$=".pdf"] img[src$=".png"] {
    /*border: 1px solid var(--barva1);*/
}

.no-border {
    border: 0px !important;
}

.novinka{

    opacity: 1;
    object-fit:cover;
    max-height: 300px;
    min-height: 300px;
}

.div_novinka:hover{
    background-color: #e8f2fc;
    }


.div_novinka:not(:last-of-type) {
    border-bottom: 1px solid var(--barva1);
    }

.breadcrumb {
   background-color: #fafafb;
}

@media only screen and (max-width: 600px) {
    .breadcrumb {
        font-size: 0.8rem;
    }
}



/*.img-fluid {
        border: 1px solid #dee2e6!important;
}*/

.img-fluid:hover {
        /*box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;*/
        
}



.modal_kcfinder {
    height: 600px;
    padding: 0px !important;
}

@media (min-width: 768px) {
  .modal-kcf {
    width: 900px;
   max-width:1200px;
  }
}


/*změna modre oramovani u form focus*/
.form-control:focus {
  color: #495057;
  border-color: red;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(200,35,51,.25);
}




/*DATEPICKER nad modalnim oknem*/
.datepicker {
    position: relative; 
    z-index:999 !important;
    }
    



/*změna form SELECT*/
.selcls { 
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: 1px solid #ced4da; 
    outline: 0; 
/*    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #CAD9E3), to(#FFFFFF)); 
    background: -moz-linear-gradient(top, #FFFFFF, #CAD9E3 1px, #FFFFFF 25px); 
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; 
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; 
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; */

    } 
 

.required {
    color: red;
}

 
 
 
 
 
 
 
 
 
 
 
 
 
 H1, H2, H3, H4, H5, H6{ 
    /*color: #501514;*/
      }
      
      
.nadpisH1 {background: #db1e16; height:1px; margin-top:10px;    margin-bottom: 55px;}
.nadpisH1 span{background: #fff; padding:10px 20px 10px 0; position:relative; top:-20px; left: 0px}

.nadpisH1:after{ 
    background: #db1e16 none repeat scroll 0 0;
	  content: "";
	  height: 60%;
	  left: 0;
	  position: absolute;
	  top: -10px;
	  width: 1px;
      }

H2 {
  font-style: italic ;
    
}


.nadpis{
  font-size: 20px; 
  color: var(--barva1);
  background-color: rgba(69,146,247,.05);
  font-weight: bolder;
}

.bordered{
  border: 1px solid red;
  padding-top: 10px;
  padding-bottom: 10px;
}

.no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.bordered:last-of-type {
  border-bottom: 0px solid gray !important;
}

/*#bootstrapgrid H2{
font-family: Arial, Helvetica, sans-serif;
      font-weight: 700;
      color: #ffffff;
      background: var(--barva1);
      padding: 10px 20px;
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 10px; }
*/
/*#bootstrapgrid H3{
      font-size: 18px;
      line-height: 30px;
      margin-bottom: 10px; }

#bootstrapgrida H3:after {
  content: "";
  width: 20%;
  left: 16px;
  top: 46px;
  margin-top: -4px;
  position: absolute;
  z-index: -1;
  height: 0;
  border-top: 1px solid red;
  z-index: 1150 !important;
}*/

h5.widget-title {
      font-family: Arial, Helvetica, sans-serif;
      font-weight: 700;
      color: #ffffff;
      background: #db1e16;
      padding: 10px 20px;
      font-size: 18px;
      line-height: 30px;
      margin-bottom: 10px; }


      
#obsah_clanku p{
    
    margin-bottom: 20px;
    color: #333333;
    
}  


.text-shadow {
    /*color: #ffffff; /* Bílé písmo */
    text-shadow:
        -1px -1px 1px rgba(0, 0, 0, 0.8), /* Horní levý stín pro orámování */
        1px -1px 1px rgba(0, 0, 0, 0.8),  /* Horní pravý stín pro orámování */
        -1px 1px 1px rgba(0, 0, 0, 0.8),  /* Dolní levý stín pro orámování */
        1px 1px 1px rgba(0, 0, 0, 0.8),   /* Dolní pravý stín pro orámování */
        2px 2px 4px rgba(0, 0, 0, 0.5);  /* Jemný celkový stín pod textem */
        font-size: 3.5vw;
    font-weight: bold; /* Zvýraznění textu */
}

.text-shadow_sub {
    /*color: #ffffff; /* Bílé písmo */
    text-shadow:
        -1px -1px 1px rgba(254, 254, 254, 0.8), /* Horní levý stín pro orámování */
        1px -1px 1px rgba(254, 254, 254, 0.8),  /* Horní pravý stín pro orámování */
        -1px 1px 1px rgba(254, 254, 254, 0.8),  /* Dolní levý stín pro orámování */
        1px 1px 1px rgba(254, 254, 254, 0.8),   /* Dolní pravý stín pro orámování */
        2px 2px 4px rgba(254, 254, 254, 0.8);  /* Jemný celkový stín pod textem */
        font-size: 3.5vw;
    font-weight: bold; /* Zvýraznění textu */
}




.header-bottom-area {
    /*border-top: 1px solid var(--barva1);
    border-bottom: 1px solid var(--barva1);*/
}






.blog H4 {
   /* position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    background-color: #db1e16;
    color:white ;
    padding: 10px;
    padding-right: 1px !important;
    padding-left: 1px !important;
}



.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #db1e16;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-header h5 {
color: white;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
}


.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(145,189,247,.05);
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(69,146,247,.05);
}

.table-striped tbody tr:hover {
    background-color: rgba(61,137,237,.09);
}



.single-banner {
    max-height: 500px !important;
    min-height: 500px !important;
}


.tic{
  max-width: 18px; 
}


.datum{
    color: white;
    font-size: 10px;
   font-style: italic;
    padding-right: 8px;

}

.nadpis .datum{
    color: var(--barva1);
    font-size: 12px;
    font-style: italic;
    padding-right: 8px;

}


.single-widget2 h5.widget-title {
    
    font-weight: 700;
    color: #ffffff;
    background:  var(--barva3);
    padding: 10px 10px;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 0px;
}


.single-widget2 {
    margin-top: 10px;
    /*margin-bottom: 25px;*/
    border: 1px solid  var(--barva3);
    box-shadow: 0 10px 20px rgba(85, 85, 85, 0.2);
    position: relative;
}

.single-widget2 p {
/*padding: 10px;*/
margin-bottom: 0px;

}

.single-widget2 ul {
  list-style-type: none;
  margin-top: 10px;
  
}

 .single-widget2 li {

}

 .single-widget2 li:before {
  position: absolute;
  left: 2rem;
  font-family: 'FontAwesome';
  content: "\f105";
  font-weight: 900;
  color: #0095DA;
}



/* Selects the second li element in a list */
.widget-body>div:not(:first-child){
  /*margin-top: 10px;*/
}


.service-style-3 .service-thumb {
  overflow: hidden;
  border: 1px solid  var(--barva1);
}

.service-style-3 img {
-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border: 0px solid gray !important;
}


.service-style-3 img:hover {
      transform: scale(1.2);
}


.logo-napis1{
    margin-left: 160px;
    font-size: 30px;
  color: var(--barva1);
}

.logo-napis2{
    font-size: 20px;
    font-style: italic;
    color: var(--barva1);
    
}


.znak {
    height: 70px;
    top: auto; /* Nebo úplně odstranit */
    position: relative; /* NEBO použij flexbox */
    z-index: 100;
}

.znak2 {
    height: 120px;
    top: auto; /* Nebo úplně odstranit */
    position: relative; /* NEBO použij flexbox */
    z-index: 100;
}

 .is-sticky .znak{
    width: 190px;

@media only screen and (min-width: 800px) and (max-width: 1300px) {
    .znak{
    position:absolute;
    top:-10px;
     
} 
} 
.logo-napis1{
    margin-left: 160px;
    font-size: 20px;
  color: var(--barva1);
}

.logo-napis2{
    font-size: 14px;
    font-style: italic;
    color: var(--barva1);
    
}

}

/*SCROOL NAVBAR*/
/*NAVBAR*/
.navbar-dole {
    top: 0px;
    z-index: 1000;
}

.navbar-admin-dole {
    top: 150px;
    z-index: 1000;
}


.odsazeni_top_admin {
    margin-top: 150px;
}

.odsazeni_top {
    margin-top: 42px;
}

@media (max-width: 720px) {
    .odsazeni_top_admin {
    margin-top: 190px;
    }
    .odsazeni_top {
    margin-top: 50px;
    }
}  





/*CALENDAR*/

    
.calendar th, .calendar td, .calendar h2 {
        text-align: center;
    }
    
.calendar td:nth-child(6) {
    color: gray;
}

.calendar td:nth-child(7) {
    color: red;
    
}

.calendar .selectable{
    -webkit-touch-callout: all; /* iOS Safari */
    -webkit-user-select: all; /* Safari */
    -khtml-user-select: all; /* Konqueror HTML */
    -moz-user-select: all; /* Firefox */
    -ms-user-select: all; /* Internet Explorer/Edge */
    user-select: all; /* Chrome and Opera */

}

    

#bootstrapgrid a img {
 /*border: 0px solid gray;*/
}  
    
#bootstrapgrid a:hover img {
  opacity: .7;
  /*border: 2px solid red;*/
}


/*pozadi ROW a COL*/

/* Vertikální i horizontální centrování textu */
/* Centrovaný text pouze pokud není přítomna třída ui-sortable */
.bg-sede-col:not(.ui-sortable), 
.bg-custom-col:not(.ui-sortable), 
.bg-custom2-col:not(.ui-sortable) {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 150px;
}

.bg-sede-col{
    background-color: #E4E4E4;
    background-clip: padding-box;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    padding: 10px;
}

.bg-sede-row{
    background-color: #E4E4E4;
    background-clip: padding-box;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    padding: 10px;
}

.bg-sede-col:hover{
    background-color: #DADADA;
}

.bg-custom-col{
    background-color: var(--barva1);
    background-clip: padding-box;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    padding: 10px;
    border: 1px solid transparent;
    
}

.bg-custom-col:hover{
    position: relative;
    background-color: var(--barva1);
}

.bg-custom-col:hover::before, 
.bg-custom2-col:hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.05); /* Černý překryv s 5% opacity */
    pointer-events: none;
    z-index: 1;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-radius: inherit; /* Zachová zaoblení okrajů */
}


.bg-custom2-col{
    background-color: var(--barva3);
    background-clip: padding-box;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    padding: 10px;
    border: 1px solid transparent;
}

.bg-custom2-col:hover{
    position: relative;
    background-color: var(--barva3);
}

.bg-custom-col p, 
.bg-custom-col h1, 
.bg-custom-col h2, 
.bg-custom-col h3, 
.bg-custom-col h4, 
.bg-custom-col h5, 
.bg-custom2-col p, 
.bg-custom2-col h1, 
.bg-custom2-col h2, 
.bg-custom2-col h3, 
.bg-custom2-col h4, 
.bg-custom2-col h5 {
   color: white !important;
   margin-bottom: 0px !important;

}


.bg-custom-col a, .bg-custom2-col a {
    color: #eaedea;
    border-bottom: 1px dotted #eaedea;
}

.bg-custom-col a:hover, .bg-custom2-col a:hover {
    color: #dddddd;
    border-bottom: 1px dotted #dddddd;
}





/*ADMINISTRACE - tlačítka modal*/

.novinka_add {
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 999;
}

.novinka_seznam{
    position: absolute;
    right: 40px;
    top: 20px;
    z-index: 999;
}

.novinka_edit{
    top: 0px;
    position: absolute;
    right: 0;
    z-index: 999;
}


.clanek_add{
    position: absolute;
    right: 45px;
    top: 2px;
    z-index: 999;
}

.clanek_seznam{
    position: absolute;
    right: 89px;
    top: 2px;
    z-index: 999;
}

.clanek_edit{
    top: 2px;
    position: absolute;
    right: 0;
    z-index: 999;
}

.menu_add{
    position: absolute;
    right: 0px;
    bottom: -40px;
    z-index: 999;
}

.menu_seznam{
    position: absolute;
    right: 40px;
    bottom: -40px;
    z-index: 999;
}

.menu_edit{
    top: 0px;
    position: absolute;
    right: 0;
    z-index: 999;
}


.mean-container .mean-nav > ul {
    height: inherit;
}

.mean-container a.meanmenu-reveal span {
    background: #000000;
}

.mean-container .mean-nav ul li a:hover {
    background: var(--barva1);
}

a.meanmenu-reveal.meanclose {
    top: 23px;
    font-size: 25px !important;
    color: #000000;
}

.mean-container .mean-nav ul li a.mean-expand {
    padding: 4px !important;
}


.menu ul li:last-of-type {
    /*background-color: #F09F23;
    margin-left: 40px;*/
}





p:has(+ ul) {
  margin-bottom: 0 !important; /* Zruší odsazení pouze u P, za kterým je UL */
}
