@charset "utf-8";

p{
	font-family: 'Poppins', sans-serif;
}

.p-light{
	color: #6c757d;
}

h1, h2, h3, h4, h5, h6{
  font-family: 'Poppins', sans-serif;
}

a{
	font-family: 'Poppins', sans-serif;
  color: #303030;
}

a:hover {
  color: #303030;
}

h1, .h1 {
  font-size: 2rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
  font-weight: 700;
}

h2, .h2 {
  font-size: 1.75rem;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
}

h3, .h3 {
  font-size: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.25rem;
}

h4, .h4 {
  font-size: 1.25rem;
}

h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 1rem;
}

main {
  padding-top: 107px;
}

.text-barva-hd{
color: #FF6B6C;
}

.btn-barva-hd{
  color: #ffffff;
  background-color: #FF6B6C;
}

.btn-barva-hd:hover{
  color: #ffffff;
  background-color: #fc7a7a;
}

.s-height{
	height: 85vh;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30vh;
  width: 50%;
}
.center2 {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.banner{
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: -1;
}

/* Bottom left text */
.bottom-left {
  position: absolute;
  bottom: 1em;
  left: 7em;
transform: translate(-50%, -50%);
}

/* Top left text */
.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

/* Top right text */
.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

/* Bottom right text */
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.btn-position{
	padding-top: 16em;
}


/* The overlay effect - lays on top of the container and over the image */
.overlayL {
  position: absolute;
  bottom: 0;
  color: #f1f1f1;
  text-shadow: 2px 2px 1px #000000;
  width: 100%;
  height: 35%;
  transition: .5s ease;
  padding-left: 1.5em;
  text-align: left;
  opacity: 1;
  background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,0) 0,rgba(0,0,0,0.7) 50%);
}

.overlayM {
  position: absolute;
  bottom: 0;
  color: #f1f1f1;
  text-shadow: 2px 2px 1px #000000;
  width: 100%;
  height: 50%;
  transition: .5s ease;
  padding-left: 1.5em;
  text-align: left;
  opacity: 1;
  background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,0) 0,rgba(0,0,0,0.8) 50px);
}

.overlayM h5 {
  padding-top:2.5em;
}

.overlayM h4 {
  padding-top:2.5em;
}

/*overlay fotogalerie */
.overlay {
  background: black;	
}


.overlay-img {
	opacity: 0.8;
}

.overlay-img:hover {
  opacity: 1;
}

/* icons */
a .fa {
  padding: 5px;
  font-size: 25px;
  width: 60px;
  text-align: center;
  text-decoration: none;
  opacity: 0.7;
}

a .fa:hover {
  opacity: 1;
}


.map-container{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.map-container iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}

a button h5{
	margin: 0;
}

.container{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

nav .container{
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.container .container{
  padding-top: 0rem;
  padding-bottom: 0rem;
}


.img-interpret{
  margin-bottom: -40px;
  width: 100%;
  height: auto;
  clip-path: inset(0px 0px 50px 0px);
}

.c-item-md{
height: 60vh;
}


.c-item-sm{
  height: 30vh;
  }

.c-img{
height: 100%;
object-fit: cover;
  object-position: top;
}


/* program rozvrh */
table a{
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
}
table a:hover {
  color: #ffffff;
}

.tbl-container{
  max-width: fit-content;
  max-height: fit-content;
}

.tbl-fixed{
  overflow-x: scroll;
  overflow-y: scroll;
  height: fit-content;
  max-height: 70vh;
}

table{
  min-width: max-content;
}

table th{
  position: sticky;
  top:0px;
  background-color: #f7f7f7;
  text-align: left;
}

table td{
  width: 6rem;
  height: fit-content;
}

.sticky-left-col{
  position: sticky;
  left: 0px;
  z-index: 10;
  background-color: #f7f7f7;
  text-align: left;
}

.bg-hudba{
  background-color: #0084FF;
}
.bg-divadlo{
  background-color: #FF6B6C;
}
.bg-prednaska{
  background-color: #22C17A;
}
.bg-workshop{
  background-color: #F2C648;
}

