/*
 Theme Name: Hello Elementor
 Theme URI: https://example.com
 Description: Minimalistické a lehké WordPress téma optimalizované pro Elementor.
 Author: Elementor Team
 Author URI: https://elementor.com
 Template: hello-elementor
 Version: 1.0.0
 Text Domain: hello-elementor
*/



/* Formát odkazu patičky
   ========================================================================== */
a.menu-item:link, a.menu-item:visited{
color: #000000 !important;
}

a.menu-item:hover, a.menu-item:active{
color: #3c3c3b !important;
	font-weight: 600;
}
a.menu-title:link, a.menu-title:visited{
color: #000000 !important;
}

a.menu-title:hover, a.menu-title:active{
color: #000000 !important;
text-decoration: underline;
}

a.menu-title-white:link, a.menu-title-white:visited{
color: #ffffff !important;
}

a.menu-title-white:hover, a.menu-title-white:active{
color: #ffffff !important;
text-decoration: underline;
}

a.contact:link, a.contact:visited{
color: #000000 !important;
}

a.contact:hover, a.contact:active{
color: #000000 !important;
text-decoration: underline;
}

a.contact-white:link, a.contact-white:visited{
color: #ffffff !important;
}

a.contact-white:hover, a.contact-white:active{
color: #ffffff !important;
text-decoration: underline;
}

/* Formát odkazu menu černé
   ========================================================================== */


.pu .elementor-item-active{
  color: #000000 !important;
}

.pu a, .pu:link a{
color: #DEB741 !important;
	text-decoration: none;
}

.pu:visited a, .pu:hover a, .pu:active a{
color: #000000 !important;
	text-decoration: underline !important;
}

/* Formát odkazu menu zlato-bílé
   ========================================================================== */

.pu-white .elementor-item-active{
  color: #ffffff !important;
}

.pu-white a, .pu-white:link a{
color: #DEB741 !important;
	text-decoration: none;
}

.pu-white:visited a, .pu-white:hover a, .pu-white:active a{
color: #ffffff !important;
	text-decoration: underline;
}

/* Formát odkazu menu zlato černé
   ========================================================================== */

.peuni .elementor-item-active{
  color: #000000 !important;
}

.peuni a, .peuni:link a{
	text-decoration: none;
}

.peuni:visited a, .peuni:hover a, .peuni:active a{
	text-decoration: underline;
}

/* Formát odkazu menu
   ========================================================================== */

.peuni-white .elementor-item-active{
  color: #ffffff !important;
}

.peuni-white a, .peuni-white:link a{
	text-decoration: none;
}

.peuni-white:visited a, .peuni-white:hover a, .peuni-white:active a{
	color: #ffffff !important;
	text-decoration: underline;
}

/* Trojtečka v aktualitách
   ========================================================================== */
.elementor-post__excerpt p:after {
    content: "...";
}

/* Hypermenu
   ========================================================================== */

.ha {
	color: inherit;
	text-decoration: none;
	overflow: hidden;
	display: block;
	position: relative;
	padding: 0.2em 0;
}


.ha::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: white;
	opacity: 0;
	transition:  opacity 300ms,transform 300ms;
}

.ha:hover::after,
.ha:focus::after {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.ha::after {
	opacity 1;
	transform: translate3d(-100%, 0, 0);
}

.ha:hover::after,
.ha:focus::after{
		opacity 1;
transform: translate3d(0, 0, 0);
}



/* Hypermenu studijní programy
   ========================================================================== */

.hb:link, .hb:visited{
	text-decoration: none;

}

.hb:hover, .hb:active{
text-decoration: underline;
text-decoration-color: #3b3b3c;
text-decoration-thickness: 1px;  
}

/* UL výška odstavce za
 *    ========================================================================== */
.elementor-text-editor ul {
 margin-bottom:1em;