/* === HOTFIXES (dočasně) === */

.logo img, .logo svg {
    max-height: 100%;
}

.slider-item:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 10%, #ffffff 90%);
}

main[role=main] img {
    display: inline-block;
}

.main-menu .paragraph-menu > li > a {
    padding-left: 12px;
}

.main-menu .paragraph-menu > li a::before {
display: none;	
}
.main-menu .paragraph-menu > li.index a {}
	padding-left: 34px;
}
.main-menu .paragraph-menu > li.index a::before {
    display: block;
	
}


.section--reference .blocks li:before {
content: "";
display: block;
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
z-index: 1;
}


.section--reference a {
	position: relative;
	z-index: 2;
}

.section--reference .category {
	color: #000000;
    background: #00000029;
    padding: 0px 7px;
    border-radius: 3px;
    text-decoration: none;
    position: absolute;
    right: 5px;
    top: 5px;
}
.section--reference a.www,
.section--reference a.preview,
.section--reference a.profile {
	color: #000000;
    background: white;
    padding: 0px 7px;
    border-radius: 3px;
    text-decoration: none;
    position: absolute;
    left: 5px;
    bottom: 40px;
}

.section--reference a:hover.www,
.section--reference a:hover.preview,
.section--reference a:hover.profile {
	background: #ccc;
}

.section--reference a.www {
    left: 5px;
}

.section--reference a.preview{
	display: none;
}

.section--reference a.profile {
	left: auto;
	right: 5px;
}



.section--reference iframe{
	
	border: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}


.benefits {
    margin: 0;
    padding: 60px 0;
    width: 100%;
	background: transparent;
    text-align: center;
}

.benefits p {
    display: block;
}

.benefits h2 {
text-align: center;

}

.benefits a {
	display: inline-block;
	margin: 0;
	padding: 30px;
}

.benefits a span {
	display: none;
}

.benefits img,
.benefits svg {
	display: inline-block;
}

.benefits ul {
	display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

.benefits li {
	list-style: none;
    margin: 0 auto;
    padding: 20px;
	max-width: 260px;
}

@media only screen and (min-width: 700px) { /* Z Fold 7 - chrome) */
	
	.benefits p {
    display: flex;
    align-items: center;
    justify-content: center;
}

	.benefits ul {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-evenly;
		align-items: flex-start;
		max-width: 1200px;
	}
	
	.benefits li {
	    margin: 0;
	    max-width: 33%;
	}
	
}

.slider-item-content {
margin: 140px 0 0;
    text-shadow: 0 0 5px white, 0 0 25px white, 0 0 25px white;
	}

.slider-item-content p{
	margin: 0;
}

.slider-item-content p strong{
  background: linear-gradient(315deg, #6843e8, #a435bf);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.1);
	filter: drop-shadow(0 0 15px rgba(255, 255, 255, 1));
}

.benefits li h3 {
	font-size: 120%;
    font-weight: bold;
}

.benefits li img {
	max-width: 100%;
	    display: block;
    margin: 0 auto;
}

.hp-sluzby {
	margin: 60px 0;
}


.btnBig1 {
    padding: 8px 35px;
	font-size: 120%;
    border-radius: 10px;
	background: linear-gradient(315deg, #6843e8, #a435bf);
	color: white;
}


.btnBig2 {
    padding: 8px 35px;
	font-size: 120%;
    border-radius: 10px;
	background: white;
	border: 2px solid #03cfe3;
	color: #03cfe3;
	
}
.btnBig2:hover {
	color: white;
	background-color: #2ecde2;
}