* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	height: 100%;
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	position: relative;
	min-height: 100%;
	/* fixes focus scrolling in Safari (OS X) */
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* disable webkit tap highlight */
	color: #50535A;
	font-family: 'Lexend Deca', sans-serif;
	height: 100%;
	font-size: 18px;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	line-height: 1.5;
}
.header {
	display: block;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 5px solid #A0A0A0;
	position: fixed;
	left: 0;
	top: 0;
	background-color: #fff;
    z-index: +555;
}

.bolder {
	font-weight: 600;
}

.container {
	width: 1500px;
	margin: 0 auto;
}
.logo_sscch {
	display: inline-block;
	vertical-align: middle;
}
.logosscch {
	width: 150px;
}
.menu {
	display: inline-block;
	float: right;
	vertical-align: middle;
	margin-top: 12.5px;
}
.posunmob {
	display: none;
}
.mobilelogo {
	display: none;
}
.moveto {
	padding-right: 20px;
	color: inherit;
	text-decoration: none;
	font-size: 19px;
}


.invitation_part {
    padding-bottom: 40px;
}

.moveto:hover {
	color: #c3112b;
}
.active {
	color: #1e4e9d;
	font-weight: 700;
}
.exc {
	margin-top: 105px;
}
.cover {
	margin-top: 105px;
	background-image: url("../img/cch2026.webp");
	/* The image used */
	background-color: #cccccc;
	/* Used if the image is unavailable */
	height: 700px;
	/* You must set a specified height */
	background-position: center;
	/* Center the image */
	background-repeat: no-repeat;
	/* Do not repeat the image */
	background-size: cover;
	/* Resize the background image to cover the entire container */
	position: relative;
	display: flex;
	align-items: center; /* vertically center children like .banver */
     z-index: +1;
}
.banner {
	background-color: #fff;
	width: 580px;
	padding-top: 50px;
	padding-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
	height: 370px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.blood {
	background-image: url("../img/border_blood_26.png");
	/* The image used */
	background-position: center;
	/* Center the image */
	background-repeat: no-repeat;
	/* Do not repeat the image */
	background-size: cover;
	/* Resize the background image to cover the entire container */
	width: 100px;
	height: 370px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.bannerh1 {
	color: #1e4e9d;
	font-weight: 800;
	font-size: 36px;
}
.bannerh2 {
	padding-top: 15px;
	font-weight: 500;
	font-size: 22px;
}
.banver {
	padding-left: 100px;
}
.banver2 {
	padding-top: 120px;
}

/* Ensure .banver is vertically centered inside .cover
   and avoid extra top padding inside the banner area pulling it down. */
.cover > .banver {
	margin: auto 0;
	align-self: center;
}

/* If .banver2 is used for vertical spacing inside other contexts,
   reset it only when inside .cover so it doesn't push the flex item down. */
.cover .banver2 {
	padding-top: 0;
}
.mainpart {
	padding-top: 130px;
	padding-bottom: 300px;
}
.nametopic {
	font-weight: 600;
	font-size: 28px;
	padding-bottom: 20px;
	color: #c3112b;
}
.v2 {
	padding-top: 60px;
}
.v3 {
	padding-top: 30px;
}
.htr {
	padding-top: 20px;
}

.addtocalendar  {
	font-size: 90%;
	padding-bottom: 10px;
	display: block;
}

.addtocalendar a {
	cursor: pointer;
	text-decoration: underline;
	color: #B0B0B0;
}

.calendar  {
	padding-top: 7px;
}

.calendar  a{
	font-size: 85%;
	color: inherit;
}

#cal_section {
	display: none;
}

.cal_section {
	background-color: #f2f2f2;
	padding: 14px 20px 20px 20px;
	border-radius: 5px;
	color: #50535A;
	width: 508px;
	max-width: 100%;
	margin-top: 15px;
}

.cal-options {
	font-size: 15px;
}

#hide {
	font-size: 90%;
	color: #808080;
	padding-bottom: 7px;
	text-align: left;
}

#hide a {
	color: #808080;
	text-decoration: none;
	cursor: pointer;
	text-align: left;
}
.backupslde {
	min-height: 75vh;
}

.mapgoo {
    padding-top: 30px;
}

.hide_content {
    display: none;
}

.mapgoo iframe {
	width: 100%;
	height: 380px;
    border-radius: 10px;
}
.webhotel {
	color: #B0B0B0;
	font-size: 90%;
}
.webhotel a {
	color: #B0B0B0;
}
.txt ul {
	list-style: none;
	/* Remove default bullets */
}
.txt ul li::before {
	content: "\2022";
	/* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #c3112b;
	/* Change the color */
	font-weight: bold;
	/* If you want it to be bold */
	display: inline-block;
	/* Needed to add space between the bullet and the text */
	width: 1em;
	/* Also needed for space (tweak if needed) */
	margin-left: -1em;
	/* Also needed for space (tweak if needed) */
	font-size: 24px;
	/* Increase bullet size without affecting text */
	line-height: 0.5;
	/* Adjust vertical alignment */
}
.conv {
	padding-top: 60px;
	text-align: center;
}
.conv1 {
	background: #f2f2f2 0% 0% no-repeat padding-box;
	border-radius: 10px;
	padding: 50px 40px 50px 40px;
	width: 460px;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	position: relative;
}

.conv1::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20px;
    background: #c3112b;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.25s ease;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.conv1:hover::after {
    transform: scaleX(1);	
}

.conv1:hover {
	transform: translateY(-6px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}


.convh1 {
	color: #c3112b;
	font-weight: 600;
	font-size: 28px;
	padding-bottom: 3px;
}
.medz {
	margin-left: 40px;
}
.hrev {
	background-color: #c3112b;
	width: 30px;
	border-radius: 20px;
	height: 6px;
}
.convtxt {
	padding-top: 40px;
}
.datesel {
	color: #1e4e9d;
	font-weight: 600;
	padding-right: 10px;
}
.spdt {
	width: 100%;
	height: 8px;
}
.buttonregister {
	padding-top: 40px;
	padding-bottom: 40px;
}
.buttonregister a {
	background-color: #c3112b;
	color: #fff;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 22px;
	padding-right: 22px;
	border-radius: 5px;
    display: inline-block;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.buttonregister a:hover {
	background-color: #8d0c20;
	transform: scale(1.05) !important;
}
.linkor {
	text-decoration: underline;
	color: inherit;
	display: inline-block;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.linkor:hover{
	transform: scale(1.02) !important;
}



.usgname {
	font-weight: 500;
	padding-bottom: 5px;
}
.usghname {
	font-weight: 600;
	padding-top: 5px;
	padding-bottom: 5px;
}
.nm {
	border-bottom: 2px solid #50535A;
}
.orgh {
	font-weight: 600;
	font-size: 24px;
	padding-bottom: 10px;
}
.suma {
	padding-left: 200px;
}
.suma2 {
	padding-left: 80px;
}
.pl1 {
	background-color: #c3112b;
	color: #fff;
}
.tabul table {
	border-collapse: collapse;
}
.tabul tr:not(:first-child) {
	border-bottom: 1pt solid #50535A;
}
.popl table, th, td {
	padding: 12px;
}
.hoteln {
	background-color: #1e4e9d;
	color: #fff;
}
.izban {
	background-color: #A0A0A0;
	color: #fff;
}
.footer {
	width: 100%;
	background-color: #1e4e9d;
	padding-top: 100px;
	padding-bottom: 100px;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
}
.gdvo {
	padding-top: 20px;
}
.gdvo a {
	color: #fff;
	display: inline-block;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gdvo a:hover {
	transform: scale(1.02) !important;
}

.banner_sscch {
  transition: transform 0.3s ease;
  display: block;
}

a:hover .banner_sscch {
  transform: scale(1.05);
}
.fplogo {
	height: 40px;
}
.logo_fp {
	padding-bottom: 10px;
	padding-top: 10px;
}
.fse {
	font-size: 21px;
	font-weight: 600;
}
.fse2 {
	font-size: 21px;
}
#red1, #red2 {
	color: #c3112b;
	padding-right: 5px;
}
.space10 {
	width: 100%;
	height: 10px;
}
#myBtn {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Fixed/sticky position */
	bottom: 16px;
	/* Place the button at the bottom of the page */
	right: 50px;
	/* Place the button 30px from the right */
	z-index: 99;
	/* Make sure it does not overlap */
	border: none;
	/* Remove borders */
	outline: none;
	/* Remove outline */
	background-color: #c3112b;
	/* Set a background color */
	cursor: pointer;
	/* Add a mouse pointer on hover */
	padding: 16px 12px 12px 12px;
	/* Some padding */
    border-radius: 10px;
}

#myBtn:hover {
  transform: scale(1.05);
}
.ar {
	height: 28px;
}
/*slider news*/
.news_title {
	font-weight: 700;padding-bottom: 5px;font-size: 120%;
}
.aktuality-slider {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.slider-container {
    position: relative;
    overflow: hidden;
    min-height: 100px;
    z-index:1;
}

.slide {
    position: absolute;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50%);
    transition: opacity 0.5s ease-in-out;
}

.slide.activer {
    position: relative; /* Zmena z absolute na relative pre aktívny slide */
    opacity: 1;
    visibility: visible;
    transform: none;
}

.slider-dots {
    text-align: center;
    margin-top: 40px;
}

.dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #ccc;
    margin: 0 5px;
    cursor: pointer;
}

.dot.activer {
    background: #c3112b;
}

.slider-navigation {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start; /* Zmena z center na flex-start */
    gap: 10px;
}

/* Ostatné štýly zostávajú rovnaké */
.slider-arrow {
    width: 35px;
    height: 35px;
    border: none;
    border-radius: 50%;
    background: #c3112b;
    color: white;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.slider-arrow:hover {
    background: #1e4e9d;
    /* Zabezpečíme, že prvok zostane nad ostatnými */
    position: relative;
    z-index: 1;
}
/*responsive*/

@media screen and (max-width:1920px) {
	.mainpart {
		padding-top: 100px;
		padding-bottom: 270px;
	}
	.cover {
		height: 600px;
	}
}
/*responsive 1780px*/

@media screen and (max-width:1780px) {
	.container {
		width: 1300px;
	}
	.logosscch {
		width: 140px;
	}
	.menu {
		margin-top: 10.6px;
	}
	.cover {
		margin-top: 99px;
	}
	.conv1 {
		width: 31%;
	}
	.medz {
		margin-left: 30px;
	}
	.datesel {
		padding-right: 3px;
	}
}
/*responsive 1550px*/

@media screen and (max-width:1780px) {
	.container {
		width: 1250px;
	}
	.bannerh1 {
		font-size: 32px;
	}
	.banner {
		height: 360px;
	}
	.blood {
		height: 360px;
	}
	.nametopic, .convh1 {
		font-size: 26px;
	}
	.orgh {
		font-size: 23px;
	}
	#myBtn {
		padding: 15px 11px 11px 11px;
		/* Some padding */
	}
	.ar {
		height: 26px;
	}
}
/*responsive 1490px*/

@media screen and (max-width:1490px) {
	.cover {
		height: 560px;
		/* You must set a specified height */
	}
}
/*responsive 1380px*/

@media screen and (max-width:1380px) {
	.container {
		width: 1200px;
	}
	.logosscch {
		width: 130px;
	}
	.menu {
		margin-top: 9.6px;
	}
	.cover {
		margin-top: 97px;
	}
	.bannerh1 {
		font-size: 30px;
	}
	.bannerh2 {
		font-size: 21px;
	}
	.banner {
		height: 300px;
		padding-top: 47px;
	}
	.blood {
		height: 300px;
	}
	#myBtn {
		bottom: 16px;
		/* Place the button at the bottom of the page */
		right: 30px;
		/* Place the button 30px from the right */
		/
	}
}
/*responsive 1300px*/

@media screen and (max-width:1300px) {
	.container {
		width: 1100px;
	}
	.logosscch {
		width: 120px;
	}
	.menu {
		margin-top: 7px;
	}
	.cover {
		margin-top: 92px;
	}
	.moveto {
		font-size: inherit;
	}
	.bannerh1 {
		font-size: 28px;
	}
	.bannerh2 {
		font-size: 20px;
	}
	.banner {
		padding-top: 43px;
		width: 500px;
		height: 310px;
	}
	.blood {
		height: 310px;
		width: 70px;
	}
	.banver {
		padding-left: 70px;
	}
	.nametopic, .convh1 {
		font-size: 25px;
	}
	.orgh {
		font-size: 22px;
	}
	.medz {
		margin-left: 23px;
	}
	.suma {
		padding-left: 140px;
	}
	.suma2 {
		padding-left: 70px;
	}
}
/*responsive 1150px*/

@media screen and (max-width:1150px) {
	.container {
		width: 90%;
	}
	.mainpart {
		padding-top: 85px;
		padding-bottom: 230px;
	}
	.nametopic, .convh1 {
		font-size: 23px;
	}
	.orgh {
		font-size: 21px;
	}
	.bannerh1 {
		font-size: 26px;
	}
	.bannerh2 {
		font-size: 19px;
	}
	.banner {
		padding-top: 40px;
		width: 475px;
		height: 300px;
	}
	.blood {
		height: 300px;
		width: 60px;
	}
	.banver {
		padding-left: 60px;
	}
	.banver2 {
		padding-top: 70px;
	}
	.cover {
		height: 400px;
		/* You must set a specified height */
	}
	.medz {
		margin-left: 18px;
	}
	.hrev {
		width: 24px;
		border-radius: 17px;
		height: 5px;
	}
	.moveto {
		padding-right: 13px;
	}

	.menu a{
		font-size: 17px;
	}
}
@media screen and (max-width:1110px) {
	.container {
		width: 93%;
	}
	body {
		font-size: 17px;
	}
	.footer {
		font-size: 15px;
	}
	.conv1 {
		padding: 40px 20px 40px 20px;
	}
	.medz {
		margin-left: 13px;
	}
	#myBtn {
		bottom: 16px;
		/* Place the button at the bottom of the page */
		right: 20px;
		/* Place the button 30px from the right */
		/
	}
	.ar {
		height: 24px;
	}
}
@media screen and (max-width:1050px) {
	.menu a{
		font-size: 16px;
	}

	.menu {
		margin-top: 10px;
	}
}
@media screen and (max-width:1000px) {
	.container {
		width: 95%;
	}
	.logosscch {
		width: 110px;
	}
	.menu {
		margin-top: 5px;
	}
	.cover {
		margin-top: 88px;
		height: 400px;
		/* You must set a specified height */
	}
	.mainpart {
		padding-top: 75px;
		padding-bottom: 200px;
	}
	.nametopic, .convh1 {
		font-size: 22px;
	}
	.orgh {
		font-size: 21px;
	}
	.bannerh1 {
		font-size: 28px;
	}
	.bannerh2 {
		font-size: 19px;
	}

	.menu a{
		font-size: 15px;
	}

	.menu {
		margin-top: 8px;
	}
	.banner {
		padding-top: 30px;
		width: 475px;
		height: 275px;
	}
	.blood {
		height: 275px;
		width: 50px;
	}
	.banver {
		padding-left: 50px;
	}
	.banver2 {
		padding-top: 50px;
	}
}
/*mobile menu display*/

@media screen and (max-width:960px) {
	.container {
		width: 90%;
	}
	.header {
		display: none;
	}
	.logosscch {
		width: 120px;
	}
	.mobilemenu {
		display: block;
		float: right;
		width: 100%;
		font-size: 10px;
	}
	.mobilelogo {
		display: block;
		position: absolute;
		margin-left: 40px;
		margin-top: 26px;
	}
	.posunmob {
		display: block;
		width: 100%;
		padding-bottom: 0px;
		position: fixed;
		left: 0;
		top: 0;
		height: 100px;
		background-color: white;
		width: 100%;
		z-index: +555;
		border-bottom: 5px solid #A0A0A0;
	}
	.menuname {
		color: #c3112b;
		font-size: 18px;
		font-weight: 500;
		float: right;
		margin-top: 34px;
		margin-right: 76px;
	}
	.cover {
		margin-top: 100px;
		height: 350px;
		/* You must set a specified height */
	}
	.mainpart {
		padding-top: 75px;
		padding-bottom: 160px;
	}
	.nametopic, .convh1 {
		font-size: 21px;
	}
	.orgh {
		font-size: 21px;
	}
	.bannerh1 {
		font-size: 22px;
	}
	.bannerh2 {
		font-size: 18px;
	}
	.banner {
		padding-top: 28px;
		width: 400px;
		height: 250px;
	}
	.blood {
		height: 250px;
		width: 40px;
	}
	.banver {
		padding-left: 40px;
	}
	.banver2 {
		padding-top: 50px;
	}
	.mapgoo iframe {
		width: 100%;
		height: 280px;
	}
	.suma {
		padding-left: 120px;
	}
	.suma2 {
		padding-left: 60px;
	}
	#myBtn {
		bottom: 16px;
		/* Place the button at the bottom of the page */
		right: 20px;
		/* Place the button 30px from the right */
		padding: 12px 9px 9px 9px;
		/* Some padding */
	}
	.ar {
		height: 20px;
	}
}
@media screen and (max-width:900px) {
	.conv1 {
		background: #f2f2f2 0% 0% no-repeat padding-box;
		border-radius: 10px;
		width: 100%;
		display: block;
	}
	.medz {
		margin-left: 0px;
		margin-top: 40px;
	}
	.convtxt {
		padding-top: 30px;
	}

}
@media screen and (max-width:690px) {
	.mapgoo iframe {
		width: 100%;
		height: 240px;
	}
	.suma {
		padding-left: 20px;
	}
	.suma2 {
		padding-left: 10px;
	}
}
@media screen and (max-width:590px) {
	.logosscch {
		width: 110px;
	}
	.mobilelogo {
		margin-top: 29px;
	}
	.medz {
		margin-left: 0px;
		margin-top: 25px;
	}
	.bannerh1 {
		font-size: 24px;
	}
	.bannerh2 {
		font-size: 17px;
	}
	.banner {
		padding-top: 18px;
		width: 370px;
		height: 240px;
	}
	.blood {
		height: 240px;
		width: 35px;
	}
	.banver {
		padding-left: 35px;
	}
	.banver2 {
		padding-top: 50px;
	}
	.mainpart {
		padding-top: 65px;
		padding-bottom: 150px;
	}
}

@media screen and (max-width:535px) {
	.cal_section {
		text-align: center
	}
	}
@media screen and (max-width:460px) {
	.mapgoo iframe {
		width: 100%;
		height: 200px;
	}
	.banner {
		padding-left: 15px;
		padding-right: 20px;
		width: 340px;
	}
}
@media screen and (max-width:420px) {
	.logosscch {
		width: 100px;
	}
	.mobilelogo {
		margin-top: 31px;
	}
}
@media screen and (max-width:410px) {
	.blood {
		height: 250px;
		width: 30px;
	}
	.banver {
		padding-left: 20px;
	}
	.banver2 {
		padding-top: 45px;
	}
	.banner {
		width: 300px;
		height: 250px;
	}
}
@media screen and (max-width:350px) {
	.blood {
		height: 320px;
		width: 30px;
	}
	.banver {
		padding-left: 15px;
	}
	.banver2 {
		padding-top: 45px;
	}
	.banner {
		width: 270px;
		height: 320px;
	}

    .cover {
		height: 380px;
		/* You must set a specified height */
	}
}
@media screen and (max-width:316px) {
	.banver {
		padding-left: 0px;
	}
	.banner {
		width: 250px;
		height: 220px;
	}
}