.zarovnat-doprava {
	justify-content: flex-end;
}
html, body {
	height: 100%;
	margin: 0;
    overflow-x: hidden;
}
.popis-link {
	font-family: DM Mono;
	font-weight: 400;
	font-size: 18px;
	color: #39ff14;
	padding-bottom: 0px;
	padding-top: 0px;
}
.popis-link:link {
  color: #39ff14;
}

/* visited link */
.popis-link:visited {
  color: #39ff14;
}

.loader {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--telekom-color-background-canvas);
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 1; /* Nastavení průhlednosti pro animaci */
	transition: opacity 0.5s ease-out; /* Animace pro fade out */
}

.loader > div {
	width: 50px;
	height: 50px;
	border: 5px solid #f3f3f3; /* Light grey */
	border-top: 5px solid #e20074; /* Magentová barva */
	border-radius: 50%;
	animation: spin 2s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

/* mouse over link */
.popis-link:hover {
  color: white;
}

.tym-disabled {
	background-color: transparent;
    border: none;
}

.tym-border {
	border-color: #69c8ce;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
}

/* selected link */
.popis-link:active {
  color: #39ff14;
}
.aktivity {
	height: 400px;
    display: flex;
    align-items: center;
}
.prvni-stranka {
	background-image: url('../img/neon/song.png'),url('../img/neon/star1.png'),url('../img/neon/speakers.png'),url('../img/neon/pop.png');
	background-position: left top, center top, right center, left bottom;
	background-size: 45%;
	background-repeat: no-repeat;
	background-color: black;
	height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
}
.oddelovac1 {
	background-image: url('../img/oddelovac.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: black;
	height: 30%;
	display: flex;
    align-items: center;
    justify-content: center;
}
.oddelovac2 {
	background-image: url('../img/oddelovac1.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: black;
	height: 30%;
	display: flex;
    align-items: center;
    justify-content: center;
}
.oddelovac3 {
	background-image: url('../img/oddelovac2.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: black;
	height: 30%;
	display: flex;
    align-items: center;
    justify-content: center;
}
.tlacitko-registrace {
	font-family: Poppins !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    color: white !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}
.druha-stranka {
	background-image: url('../img/neon/mic.png'), url('../img/neon/headphones.png');
	background-repeat: no-repeat;
	background-size: 45%;
	background-position: right top, left top;
	background-color: black;
	display: flex;
    align-items: center;
    justify-content: center;
}

.treti-stranka {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: black;
	display: flex;
    align-items: center;
    justify-content: center;
}

.ctvrta-stranka {
	background-image: url('../img/ctvrtastranka.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: black;
	display: flex;
    align-items: center;
    justify-content: center;
}

.logo-partneri {
	width: 80%;
}

.prvnistranka-logo {
	background-image: url(../img/logo.png);
	background-position-x: center;
    background-position-y: 200px;
    background-repeat: no-repeat;
    background-size: 100%;
	}
.prvni-stranka-povidka {
	background-image: url('../img/pozadi/1.jp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 40%;
}
.nadpis-prvni-stranka-povidka {
	line-height: 100%;
	font-family: Poppins;
	font-weight: 800;
	font-size: 60px;
	color: white;
}
.popis-povidka-zvyrazneni {
	font-family: Poppins;
	font-weight: 400;
	font-size: 15px;
	color: #39ff14;
	padding-bottom: 0px;
	padding-top: 0px;
}
.popis-povidka {
	font-family: Poppins;
	font-weight: 400;
	font-size: 15px;
	color: white;
	padding-bottom: 0px;
	padding-top: 0px;
}
.nadpis-prvni-stranka {
	line-height: 100%;
	font-family: Poppins;
	font-weight: 800;
	font-size: 100px;
	color: black;
}
@media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {
    
    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
      transform: translateX(25%);
    }
    
    .carousel-inner .carousel-item-start.active, 
    .carousel-inner .carousel-item-prev {
      transform: translateX(-25%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start { 
  transform: translateX(0);
}


.menu-text {
	font-family: Poppins;
	font-size: 20px;
	font-weight: 500;
	color: white;
}
.stoprocent-height {
	height: 100%;
}
.podnadpis {
	font-family: Poppins;
    font-size: 1rem;
    color: white;
    font-style: italic;
}
.nadpis-maly {
	font-family: Poppins;
	font-weight: 600;
	font-size: 1rem;
	color: white;
	padding-bottom: 0px;
	margin: 0px;
}
.nadpis-maly-sedivy {
	font-family: Poppins;
	font-weight: 800;
	font-size: 30px;
	color: #282828;
	padding-bottom: 0px;
}
.seda-lista {
	background-color: #282828;
	height: 3%;

}
.zelene-pozadi {
	background-color: #39ff14;

}
.sedive-pozadi {
	background-color: #282828;
}
.bile-pozadi {
	background-color: #E9E9E7;
}
.form-sedy {
	background-color: #282828 !important;
	color: white !important;
	border: 0 !important;
}

.button-form {
	border: 3px solid #E9E9E7 !important;
	width: 30%;
}

.accordion-item {
	background-color: black;
    color: white;
}


.no-padding {
	padding-right: 0px !important;
    padding-left: 0px !important;
}
.tmavsi-sedive-pozadi {
	background-color: #282828;
    margin-left: 10%;
    margin-right: 10%;
}
.nadpis {
	font-family: Poppins;
    font-weight: 800;
    font-size: 2rem;
    color: #e3cb17;
    font-style: italic;
	margin: 0px;
}
.nadpis-velky {
	font-family: Poppins;
	font-weight: 800;
	font-size: 2rem;
	color: #e20074;
	margin: 0px;
}
.nadpis-velky-carousel {
	font-family: Poppins;
	font-weight: 800;
	font-size: 2rem;
	color: #e20074;
	margin: 0px;
}
.nadpis-sedivy {
	font-family: Poppins;
	font-weight: 800;
	font-size: 55px;
	color: #282828;	 
}
.nadpis-velky-sedivy {
	font-family: Poppins;
	font-weight: 800;
	font-size: 10vw;
	color: #282828;	 
}
.popis {
	font-family: Poppins;
	font-weight: 400;
	font-size: 18px;
	color: #E9E9E7;
	padding-bottom: 0px;
	padding-top: 0px;
}
.popis-bily {
	font-family: Poppins;
	font-weight: 400;
	font-size: 14px;
	color: white;
	padding-bottom: 0px;
	padding-top: 0px;
}
.obrazek1{
	background-image: url('../img/paintball/1.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: start;
	height: 100%;
}
.obrazek2{
	background-image: url('../img/paintball/2.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: start;
	height: 100%;
}
.obrazek3{
	background-image: url('../img/paintball/3.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: start;
	height: 100%;
}
.obrazek4{
	background-image: url('../img/paintball/4.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: start;
	height: 100%;
}


.align-self-flex-end {
	align-self: flex-end;
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 1200px) {
	.prvni-stranka {
		height: 100%;
	}
	.ctvrta-stranka {
		height: 100%;
	}
	.nadpis {
		font-size: 5rem;
	}
	.nadpis-velky {
		font-size: 4rem;
	}
	.nadpis-maly {
		font-size: 1.5rem;
	}
	.tlacitko-registrace {
		font-size: 1.5rem !important;
	}
	
.pozadi-blikaci {
  animation: blink linear infinite 2s;
}

@keyframes blink {
  78% {
    color: inherit;
    text-shadow: inherit;
  }
  79%{
     color: #333;
  }
  80% {
    
    text-shadow: none;
  }
  81% {
    color: inherit;
    text-shadow: inherit;
  }
  82% {
    color: #333;
    text-shadow: none;
  }
  83% {
    color: inherit;
    text-shadow: inherit;
  }
  92% {
    color: #333;
    text-shadow: none;
  }
  92.5% {
    color: inherit;
    text-shadow: inherit;
  }
}

.animate-in {
    -webkit-animation: fadeIn .5s ease-in;
    animation: fadeIn .5s ease-in;
}

.animate-out {
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 0;
}

@-webkit-keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

#style-13::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
	border-radius: 0px;
	background-color: #85cbd0;
}

#style-13::-webkit-scrollbar
{
	width: 8px;
	background-color: #85cbd0;
}

#style-13::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #e20074;
	background-image: -webkit-linear-gradient(90deg,
											  transparent,
											  rgba(0, 0, 0, 0.4) 50%,
											  transparent,
											  transparent)
}

#burger-video {
  width: 30vw;
  object-fit: contain;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: -1;
  transform: rotate(20deg);
}
#zmrzka-video {
  width: 20vw;
  object-fit: contain;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: -1;
  transform: rotate(-20deg);
}
#maso-video {
  width: 25vw;
  object-fit: contain;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
}
 a:link {
      text-decoration: none;
}

